diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c78aad5a..7541ae576 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: repo_owner="DesignPlain" repo_name="PlainServer" event_type="Trigger-UI-File-Update" - + curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ diff --git a/README.md b/README.md index 48e007d11..d647de067 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # DesignSphere UI - This project contains the web UI code for DesignSphere + +This project contains the web UI code for DesignSphere ## Build Run `npm build` to build the project. The build artifacts will be stored in the `dist/` directory. - ## Running the Server Run `npm server` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. @@ -15,6 +15,5 @@ Run `npm server` for a dev server. Navigate to `http://localhost:4200/`. The app Backend code available at [PlainBackend](https://github.com/DesignPlain/PlainServer) repo. The UI state management will work even if the backend is not running, using the browser's local storage, though deployment won't work. ## UI Demo -![DesignSphere_UI](https://github.com/DesignPlain/PlainDashboard/assets/19748270/5ffbdc14-5cb4-4431-a1c1-093bba9fced3) - +![DesignSphere_UI](https://github.com/DesignPlain/PlainDashboard/assets/19748270/5ffbdc14-5cb4-4431-a1c1-093bba9fced3) diff --git a/angular.json b/angular.json index bb795d620..f4b8a4200 100644 --- a/angular.json +++ b/angular.json @@ -20,18 +20,11 @@ "outputPath": "dist/design-sphere", "index": "src/index.html", "main": "src/main.ts", - "polyfills": [ - "zone.js" - ], + "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["src/styles.scss"], "scripts": [] }, "configurations": { @@ -90,19 +83,11 @@ "test": { "builder": "@angular-devkit/build-angular:karma", "options": { - "polyfills": [ - "zone.js", - "zone.js/testing" - ], + "polyfills": ["zone.js", "zone.js/testing"], "tsConfig": "tsconfig.spec.json", "inlineStyleLanguage": "scss", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["src/styles.scss"], "scripts": [] } } diff --git a/src/app/Models/CloudResource.ts b/src/app/Models/CloudResource.ts index 9f764ee4e..9240d4a0a 100644 --- a/src/app/Models/CloudResource.ts +++ b/src/app/Models/CloudResource.ts @@ -3,7 +3,6 @@ import { ResourceType as GCP_ResourceType } from 'src/app/Models/codegen/gcp/Res import { ResourceType as AWS_ResourceType } from 'src/app/Models/codegen/aws/ResourceType'; import { DS_Resource } from 'src/app/Models/codegen/ds_base/Resource'; - export class CloudResource { public id: string = ''; public name: string = ''; diff --git a/src/app/Models/codegen/aws/ResourceProperties.ts b/src/app/Models/codegen/aws/ResourceProperties.ts index f28ba7e7d..ad38a5d23 100644 --- a/src/app/Models/codegen/aws/ResourceProperties.ts +++ b/src/app/Models/codegen/aws/ResourceProperties.ts @@ -1,1419 +1,1419 @@ -import { ResourceType } from "./ResourceType"; -import { DS_Resource, ResourceProperty } from "../ds_base/Resource"; -import { DynamicUIProps } from "../ds_base/DynamicUIProps"; -import { Analyzer as ACCESSANALYZER_Analyzer } from "./accessanalyzer/Analyzer"; -import { ArchiveRule as ACCESSANALYZER_ArchiveRule } from "./accessanalyzer/ArchiveRule"; -import { AlternativeContact as ACCOUNT_AlternativeContact } from "./account/AlternativeContact"; -import { PrimaryContact as ACCOUNT_PrimaryContact } from "./account/PrimaryContact"; -import { Region as ACCOUNT_Region } from "./account/Region"; -import { Certificate as ACM_Certificate } from "./acm/Certificate"; -import { CertificateValidation as ACM_CertificateValidation } from "./acm/CertificateValidation"; -import { Certificate as ACMPCA_Certificate } from "./acmpca/Certificate"; -import { CertificateAuthority as ACMPCA_CertificateAuthority } from "./acmpca/CertificateAuthority"; -import { CertificateAuthorityCertificate as ACMPCA_CertificateAuthorityCertificate } from "./acmpca/CertificateAuthorityCertificate"; -import { Permission as ACMPCA_Permission } from "./acmpca/Permission"; -import { Policy as ACMPCA_Policy } from "./acmpca/Policy"; -import { Listener as ALB_Listener } from "./alb/Listener"; -import { ListenerCertificate as ALB_ListenerCertificate } from "./alb/ListenerCertificate"; -import { ListenerRule as ALB_ListenerRule } from "./alb/ListenerRule"; -import { LoadBalancer as ALB_LoadBalancer } from "./alb/LoadBalancer"; -import { TargetGroup as ALB_TargetGroup } from "./alb/TargetGroup"; -import { TargetGroupAttachment as ALB_TargetGroupAttachment } from "./alb/TargetGroupAttachment"; -import { AlertManagerDefinition as AMP_AlertManagerDefinition } from "./amp/AlertManagerDefinition"; -import { RuleGroupNamespace as AMP_RuleGroupNamespace } from "./amp/RuleGroupNamespace"; -import { Scraper as AMP_Scraper } from "./amp/Scraper"; -import { Workspace as AMP_Workspace } from "./amp/Workspace"; -import { App as AMPLIFY_App } from "./amplify/App"; -import { BackendEnvironment as AMPLIFY_BackendEnvironment } from "./amplify/BackendEnvironment"; -import { Branch as AMPLIFY_Branch } from "./amplify/Branch"; -import { DomainAssociation as AMPLIFY_DomainAssociation } from "./amplify/DomainAssociation"; -import { Webhook as AMPLIFY_Webhook } from "./amplify/Webhook"; -import { Account as APIGATEWAY_Account } from "./apigateway/Account"; -import { ApiKey as APIGATEWAY_ApiKey } from "./apigateway/ApiKey"; -import { Authorizer as APIGATEWAY_Authorizer } from "./apigateway/Authorizer"; -import { BasePathMapping as APIGATEWAY_BasePathMapping } from "./apigateway/BasePathMapping"; -import { ClientCertificate as APIGATEWAY_ClientCertificate } from "./apigateway/ClientCertificate"; -import { Deployment as APIGATEWAY_Deployment } from "./apigateway/Deployment"; -import { DocumentationPart as APIGATEWAY_DocumentationPart } from "./apigateway/DocumentationPart"; -import { DocumentationVersion as APIGATEWAY_DocumentationVersion } from "./apigateway/DocumentationVersion"; -import { DomainName as APIGATEWAY_DomainName } from "./apigateway/DomainName"; -import { Integration as APIGATEWAY_Integration } from "./apigateway/Integration"; -import { IntegrationResponse as APIGATEWAY_IntegrationResponse } from "./apigateway/IntegrationResponse"; -import { Method as APIGATEWAY_Method } from "./apigateway/Method"; -import { MethodResponse as APIGATEWAY_MethodResponse } from "./apigateway/MethodResponse"; -import { MethodSettings as APIGATEWAY_MethodSettings } from "./apigateway/MethodSettings"; -import { Model as APIGATEWAY_Model } from "./apigateway/Model"; -import { RequestValidator as APIGATEWAY_RequestValidator } from "./apigateway/RequestValidator"; -import { Resource as APIGATEWAY_Resource } from "./apigateway/Resource"; -import { Response as APIGATEWAY_Response } from "./apigateway/Response"; -import { RestApi as APIGATEWAY_RestApi } from "./apigateway/RestApi"; -import { RestApiPolicy as APIGATEWAY_RestApiPolicy } from "./apigateway/RestApiPolicy"; -import { Stage as APIGATEWAY_Stage } from "./apigateway/Stage"; -import { UsagePlan as APIGATEWAY_UsagePlan } from "./apigateway/UsagePlan"; -import { UsagePlanKey as APIGATEWAY_UsagePlanKey } from "./apigateway/UsagePlanKey"; -import { VpcLink as APIGATEWAY_VpcLink } from "./apigateway/VpcLink"; -import { Api as APIGATEWAYV2_Api } from "./apigatewayv2/Api"; -import { ApiMapping as APIGATEWAYV2_ApiMapping } from "./apigatewayv2/ApiMapping"; -import { Authorizer as APIGATEWAYV2_Authorizer } from "./apigatewayv2/Authorizer"; -import { Deployment as APIGATEWAYV2_Deployment } from "./apigatewayv2/Deployment"; -import { DomainName as APIGATEWAYV2_DomainName } from "./apigatewayv2/DomainName"; -import { Integration as APIGATEWAYV2_Integration } from "./apigatewayv2/Integration"; -import { IntegrationResponse as APIGATEWAYV2_IntegrationResponse } from "./apigatewayv2/IntegrationResponse"; -import { Model as APIGATEWAYV2_Model } from "./apigatewayv2/Model"; -import { Route as APIGATEWAYV2_Route } from "./apigatewayv2/Route"; -import { RouteResponse as APIGATEWAYV2_RouteResponse } from "./apigatewayv2/RouteResponse"; -import { Stage as APIGATEWAYV2_Stage } from "./apigatewayv2/Stage"; -import { VpcLink as APIGATEWAYV2_VpcLink } from "./apigatewayv2/VpcLink"; -import { Policy as APPAUTOSCALING_Policy } from "./appautoscaling/Policy"; -import { ScheduledAction as APPAUTOSCALING_ScheduledAction } from "./appautoscaling/ScheduledAction"; -import { Target as APPAUTOSCALING_Target } from "./appautoscaling/Target"; -import { Application as APPCONFIG_Application } from "./appconfig/Application"; -import { ConfigurationProfile as APPCONFIG_ConfigurationProfile } from "./appconfig/ConfigurationProfile"; -import { Deployment as APPCONFIG_Deployment } from "./appconfig/Deployment"; -import { DeploymentStrategy as APPCONFIG_DeploymentStrategy } from "./appconfig/DeploymentStrategy"; -import { Environment as APPCONFIG_Environment } from "./appconfig/Environment"; -import { EventIntegration as APPCONFIG_EventIntegration } from "./appconfig/EventIntegration"; -import { Extension as APPCONFIG_Extension } from "./appconfig/Extension"; -import { ExtensionAssociation as APPCONFIG_ExtensionAssociation } from "./appconfig/ExtensionAssociation"; -import { HostedConfigurationVersion as APPCONFIG_HostedConfigurationVersion } from "./appconfig/HostedConfigurationVersion"; -import { AppAuthorization as APPFABRIC_AppAuthorization } from "./appfabric/AppAuthorization"; -import { AppAuthorizationConnection as APPFABRIC_AppAuthorizationConnection } from "./appfabric/AppAuthorizationConnection"; -import { AppBundle as APPFABRIC_AppBundle } from "./appfabric/AppBundle"; -import { Ingestion as APPFABRIC_Ingestion } from "./appfabric/Ingestion"; -import { IngestionDestination as APPFABRIC_IngestionDestination } from "./appfabric/IngestionDestination"; -import { ConnectorProfile as APPFLOW_ConnectorProfile } from "./appflow/ConnectorProfile"; -import { Flow as APPFLOW_Flow } from "./appflow/Flow"; -import { DataIntegration as APPINTEGRATIONS_DataIntegration } from "./appintegrations/DataIntegration"; -import { Application as APPLICATIONINSIGHTS_Application } from "./applicationinsights/Application"; -import { GatewayRoute as APPMESH_GatewayRoute } from "./appmesh/GatewayRoute"; -import { Mesh as APPMESH_Mesh } from "./appmesh/Mesh"; -import { Route as APPMESH_Route } from "./appmesh/Route"; -import { VirtualGateway as APPMESH_VirtualGateway } from "./appmesh/VirtualGateway"; -import { VirtualNode as APPMESH_VirtualNode } from "./appmesh/VirtualNode"; -import { VirtualRouter as APPMESH_VirtualRouter } from "./appmesh/VirtualRouter"; -import { VirtualService as APPMESH_VirtualService } from "./appmesh/VirtualService"; -import { AutoScalingConfigurationVersion as APPRUNNER_AutoScalingConfigurationVersion } from "./apprunner/AutoScalingConfigurationVersion"; -import { Connection as APPRUNNER_Connection } from "./apprunner/Connection"; -import { CustomDomainAssociation as APPRUNNER_CustomDomainAssociation } from "./apprunner/CustomDomainAssociation"; -import { DefaultAutoScalingConfigurationVersion as APPRUNNER_DefaultAutoScalingConfigurationVersion } from "./apprunner/DefaultAutoScalingConfigurationVersion"; -import { Deployment as APPRUNNER_Deployment } from "./apprunner/Deployment"; -import { ObservabilityConfiguration as APPRUNNER_ObservabilityConfiguration } from "./apprunner/ObservabilityConfiguration"; -import { Service as APPRUNNER_Service } from "./apprunner/Service"; -import { VpcConnector as APPRUNNER_VpcConnector } from "./apprunner/VpcConnector"; -import { VpcIngressConnection as APPRUNNER_VpcIngressConnection } from "./apprunner/VpcIngressConnection"; -import { DirectoryConfig as APPSTREAM_DirectoryConfig } from "./appstream/DirectoryConfig"; -import { Fleet as APPSTREAM_Fleet } from "./appstream/Fleet"; -import { FleetStackAssociation as APPSTREAM_FleetStackAssociation } from "./appstream/FleetStackAssociation"; -import { ImageBuilder as APPSTREAM_ImageBuilder } from "./appstream/ImageBuilder"; -import { Stack as APPSTREAM_Stack } from "./appstream/Stack"; -import { User as APPSTREAM_User } from "./appstream/User"; -import { UserStackAssociation as APPSTREAM_UserStackAssociation } from "./appstream/UserStackAssociation"; -import { ApiCache as APPSYNC_ApiCache } from "./appsync/ApiCache"; -import { ApiKey as APPSYNC_ApiKey } from "./appsync/ApiKey"; -import { DataSource as APPSYNC_DataSource } from "./appsync/DataSource"; -import { DomainName as APPSYNC_DomainName } from "./appsync/DomainName"; -import { DomainNameApiAssociation as APPSYNC_DomainNameApiAssociation } from "./appsync/DomainNameApiAssociation"; -import { Function as APPSYNC_Function } from "./appsync/Function"; -import { GraphQLApi as APPSYNC_GraphQLApi } from "./appsync/GraphQLApi"; -import { Resolver as APPSYNC_Resolver } from "./appsync/Resolver"; -import { Type as APPSYNC_Type } from "./appsync/Type"; -import { Database as ATHENA_Database } from "./athena/Database"; -import { DataCatalog as ATHENA_DataCatalog } from "./athena/DataCatalog"; -import { NamedQuery as ATHENA_NamedQuery } from "./athena/NamedQuery"; -import { PreparedStatement as ATHENA_PreparedStatement } from "./athena/PreparedStatement"; -import { Workgroup as ATHENA_Workgroup } from "./athena/Workgroup"; -import { AccountRegistration as AUDITMANAGER_AccountRegistration } from "./auditmanager/AccountRegistration"; -import { Assessment as AUDITMANAGER_Assessment } from "./auditmanager/Assessment"; -import { AssessmentDelegation as AUDITMANAGER_AssessmentDelegation } from "./auditmanager/AssessmentDelegation"; -import { AssessmentReport as AUDITMANAGER_AssessmentReport } from "./auditmanager/AssessmentReport"; -import { Control as AUDITMANAGER_Control } from "./auditmanager/Control"; -import { Framework as AUDITMANAGER_Framework } from "./auditmanager/Framework"; -import { FrameworkShare as AUDITMANAGER_FrameworkShare } from "./auditmanager/FrameworkShare"; -import { OrganizationAdminAccountRegistration as AUDITMANAGER_OrganizationAdminAccountRegistration } from "./auditmanager/OrganizationAdminAccountRegistration"; -import { Attachment as AUTOSCALING_Attachment } from "./autoscaling/Attachment"; -import { Group as AUTOSCALING_Group } from "./autoscaling/Group"; -import { LifecycleHook as AUTOSCALING_LifecycleHook } from "./autoscaling/LifecycleHook"; -import { Notification as AUTOSCALING_Notification } from "./autoscaling/Notification"; -import { Policy as AUTOSCALING_Policy } from "./autoscaling/Policy"; -import { Schedule as AUTOSCALING_Schedule } from "./autoscaling/Schedule"; -import { Tag as AUTOSCALING_Tag } from "./autoscaling/Tag"; -import { TrafficSourceAttachment as AUTOSCALING_TrafficSourceAttachment } from "./autoscaling/TrafficSourceAttachment"; -import { ScalingPlan as AUTOSCALINGPLANS_ScalingPlan } from "./autoscalingplans/ScalingPlan"; -import { Framework as BACKUP_Framework } from "./backup/Framework"; -import { GlobalSettings as BACKUP_GlobalSettings } from "./backup/GlobalSettings"; -import { Plan as BACKUP_Plan } from "./backup/Plan"; -import { RegionSettings as BACKUP_RegionSettings } from "./backup/RegionSettings"; -import { ReportPlan as BACKUP_ReportPlan } from "./backup/ReportPlan"; -import { Selection as BACKUP_Selection } from "./backup/Selection"; -import { Vault as BACKUP_Vault } from "./backup/Vault"; -import { VaultLockConfiguration as BACKUP_VaultLockConfiguration } from "./backup/VaultLockConfiguration"; -import { VaultNotifications as BACKUP_VaultNotifications } from "./backup/VaultNotifications"; -import { VaultPolicy as BACKUP_VaultPolicy } from "./backup/VaultPolicy"; -import { ComputeEnvironment as BATCH_ComputeEnvironment } from "./batch/ComputeEnvironment"; -import { JobDefinition as BATCH_JobDefinition } from "./batch/JobDefinition"; -import { JobQueue as BATCH_JobQueue } from "./batch/JobQueue"; -import { SchedulingPolicy as BATCH_SchedulingPolicy } from "./batch/SchedulingPolicy"; -import { Export as BCMDATA_Export } from "./bcmdata/Export"; -import { AgentAgent as BEDROCK_AgentAgent } from "./bedrock/AgentAgent"; -import { AgentAgentActionGroup as BEDROCK_AgentAgentActionGroup } from "./bedrock/AgentAgentActionGroup"; -import { AgentAgentAlias as BEDROCK_AgentAgentAlias } from "./bedrock/AgentAgentAlias"; -import { AgentAgentKnowledgeBaseAssociation as BEDROCK_AgentAgentKnowledgeBaseAssociation } from "./bedrock/AgentAgentKnowledgeBaseAssociation"; -import { AgentDataSource as BEDROCK_AgentDataSource } from "./bedrock/AgentDataSource"; -import { AgentKnowledgeBase as BEDROCK_AgentKnowledgeBase } from "./bedrock/AgentKnowledgeBase"; -import { CustomModel as BEDROCK_CustomModel } from "./bedrock/CustomModel"; -import { Guardrail as BEDROCK_Guardrail } from "./bedrock/Guardrail"; -import { ProvisionedModelThroughput as BEDROCK_ProvisionedModelThroughput } from "./bedrock/ProvisionedModelThroughput"; -import { InvocationLoggingConfiguration as BEDROCKMODEL_InvocationLoggingConfiguration } from "./bedrockmodel/InvocationLoggingConfiguration"; -import { Budget as BUDGETS_Budget } from "./budgets/Budget"; -import { BudgetAction as BUDGETS_BudgetAction } from "./budgets/BudgetAction"; -import { AggregateAuthorization as CFG_AggregateAuthorization } from "./cfg/AggregateAuthorization"; -import { ConfigurationAggregator as CFG_ConfigurationAggregator } from "./cfg/ConfigurationAggregator"; -import { ConformancePack as CFG_ConformancePack } from "./cfg/ConformancePack"; -import { DeliveryChannel as CFG_DeliveryChannel } from "./cfg/DeliveryChannel"; -import { OrganizationConformancePack as CFG_OrganizationConformancePack } from "./cfg/OrganizationConformancePack"; -import { OrganizationCustomPolicyRule as CFG_OrganizationCustomPolicyRule } from "./cfg/OrganizationCustomPolicyRule"; -import { OrganizationCustomRule as CFG_OrganizationCustomRule } from "./cfg/OrganizationCustomRule"; -import { OrganizationManagedRule as CFG_OrganizationManagedRule } from "./cfg/OrganizationManagedRule"; -import { Recorder as CFG_Recorder } from "./cfg/Recorder"; -import { RecorderStatus as CFG_RecorderStatus } from "./cfg/RecorderStatus"; -import { RemediationConfiguration as CFG_RemediationConfiguration } from "./cfg/RemediationConfiguration"; -import { RetentionConfiguration as CFG_RetentionConfiguration } from "./cfg/RetentionConfiguration"; -import { Rule as CFG_Rule } from "./cfg/Rule"; -import { SlackChannelConfiguration as CHATBOT_SlackChannelConfiguration } from "./chatbot/SlackChannelConfiguration"; -import { TeamsChannelConfiguration as CHATBOT_TeamsChannelConfiguration } from "./chatbot/TeamsChannelConfiguration"; -import { SdkvoiceGlobalSettings as CHIME_SdkvoiceGlobalSettings } from "./chime/SdkvoiceGlobalSettings"; -import { SdkvoiceSipMediaApplication as CHIME_SdkvoiceSipMediaApplication } from "./chime/SdkvoiceSipMediaApplication"; -import { SdkvoiceSipRule as CHIME_SdkvoiceSipRule } from "./chime/SdkvoiceSipRule"; -import { SdkvoiceVoiceProfileDomain as CHIME_SdkvoiceVoiceProfileDomain } from "./chime/SdkvoiceVoiceProfileDomain"; -import { VoiceConnector as CHIME_VoiceConnector } from "./chime/VoiceConnector"; -import { VoiceConnectorGroup as CHIME_VoiceConnectorGroup } from "./chime/VoiceConnectorGroup"; -import { VoiceConnectorLogging as CHIME_VoiceConnectorLogging } from "./chime/VoiceConnectorLogging"; -import { VoiceConnectorOrganization as CHIME_VoiceConnectorOrganization } from "./chime/VoiceConnectorOrganization"; -import { VoiceConnectorStreaming as CHIME_VoiceConnectorStreaming } from "./chime/VoiceConnectorStreaming"; -import { VoiceConnectorTermination as CHIME_VoiceConnectorTermination } from "./chime/VoiceConnectorTermination"; -import { VoiceConnectorTerminationCredentials as CHIME_VoiceConnectorTerminationCredentials } from "./chime/VoiceConnectorTerminationCredentials"; -import { MediaInsightsPipelineConfiguration as CHIMESDKMEDIAPIPELINES_MediaInsightsPipelineConfiguration } from "./chimesdkmediapipelines/MediaInsightsPipelineConfiguration"; -import { Collaboration as CLEANROOMS_Collaboration } from "./cleanrooms/Collaboration"; -import { ConfiguredTable as CLEANROOMS_ConfiguredTable } from "./cleanrooms/ConfiguredTable"; -import { EnvironmentEC2 as CLOUD9_EnvironmentEC2 } from "./cloud9/EnvironmentEC2"; -import { EnvironmentMembership as CLOUD9_EnvironmentMembership } from "./cloud9/EnvironmentMembership"; -import { Resource as CLOUDCONTROL_Resource } from "./cloudcontrol/Resource"; -import { CloudFormationType as CLOUDFORMATION_CloudFormationType } from "./cloudformation/CloudFormationType"; -import { Stack as CLOUDFORMATION_Stack } from "./cloudformation/Stack"; -import { StackSet as CLOUDFORMATION_StackSet } from "./cloudformation/StackSet"; -import { StackSetInstance as CLOUDFORMATION_StackSetInstance } from "./cloudformation/StackSetInstance"; -import { CachePolicy as CLOUDFRONT_CachePolicy } from "./cloudfront/CachePolicy"; -import { ContinuousDeploymentPolicy as CLOUDFRONT_ContinuousDeploymentPolicy } from "./cloudfront/ContinuousDeploymentPolicy"; -import { Distribution as CLOUDFRONT_Distribution } from "./cloudfront/Distribution"; -import { FieldLevelEncryptionConfig as CLOUDFRONT_FieldLevelEncryptionConfig } from "./cloudfront/FieldLevelEncryptionConfig"; -import { FieldLevelEncryptionProfile as CLOUDFRONT_FieldLevelEncryptionProfile } from "./cloudfront/FieldLevelEncryptionProfile"; -import { Function as CLOUDFRONT_Function } from "./cloudfront/Function"; -import { KeyGroup as CLOUDFRONT_KeyGroup } from "./cloudfront/KeyGroup"; -import { KeyValueStore as CLOUDFRONT_KeyValueStore } from "./cloudfront/KeyValueStore"; -import { KeyvaluestoreKey as CLOUDFRONT_KeyvaluestoreKey } from "./cloudfront/KeyvaluestoreKey"; -import { MonitoringSubscription as CLOUDFRONT_MonitoringSubscription } from "./cloudfront/MonitoringSubscription"; -import { OriginAccessControl as CLOUDFRONT_OriginAccessControl } from "./cloudfront/OriginAccessControl"; -import { OriginAccessIdentity as CLOUDFRONT_OriginAccessIdentity } from "./cloudfront/OriginAccessIdentity"; -import { OriginRequestPolicy as CLOUDFRONT_OriginRequestPolicy } from "./cloudfront/OriginRequestPolicy"; -import { PublicKey as CLOUDFRONT_PublicKey } from "./cloudfront/PublicKey"; -import { RealtimeLogConfig as CLOUDFRONT_RealtimeLogConfig } from "./cloudfront/RealtimeLogConfig"; -import { ResponseHeadersPolicy as CLOUDFRONT_ResponseHeadersPolicy } from "./cloudfront/ResponseHeadersPolicy"; -import { Cluster as CLOUDHSMV2_Cluster } from "./cloudhsmv2/Cluster"; -import { Hsm as CLOUDHSMV2_Hsm } from "./cloudhsmv2/Hsm"; -import { Domain as CLOUDSEARCH_Domain } from "./cloudsearch/Domain"; -import { DomainServiceAccessPolicy as CLOUDSEARCH_DomainServiceAccessPolicy } from "./cloudsearch/DomainServiceAccessPolicy"; -import { EventDataStore as CLOUDTRAIL_EventDataStore } from "./cloudtrail/EventDataStore"; -import { OrganizationDelegatedAdminAccount as CLOUDTRAIL_OrganizationDelegatedAdminAccount } from "./cloudtrail/OrganizationDelegatedAdminAccount"; -import { Trail as CLOUDTRAIL_Trail } from "./cloudtrail/Trail"; -import { CompositeAlarm as CLOUDWATCH_CompositeAlarm } from "./cloudwatch/CompositeAlarm"; -import { Dashboard as CLOUDWATCH_Dashboard } from "./cloudwatch/Dashboard"; -import { EventApiDestination as CLOUDWATCH_EventApiDestination } from "./cloudwatch/EventApiDestination"; -import { EventArchive as CLOUDWATCH_EventArchive } from "./cloudwatch/EventArchive"; -import { EventBus as CLOUDWATCH_EventBus } from "./cloudwatch/EventBus"; -import { EventBusPolicy as CLOUDWATCH_EventBusPolicy } from "./cloudwatch/EventBusPolicy"; -import { EventConnection as CLOUDWATCH_EventConnection } from "./cloudwatch/EventConnection"; -import { EventEndpoint as CLOUDWATCH_EventEndpoint } from "./cloudwatch/EventEndpoint"; -import { EventPermission as CLOUDWATCH_EventPermission } from "./cloudwatch/EventPermission"; -import { EventRule as CLOUDWATCH_EventRule } from "./cloudwatch/EventRule"; -import { EventTarget as CLOUDWATCH_EventTarget } from "./cloudwatch/EventTarget"; -import { InternetMonitor as CLOUDWATCH_InternetMonitor } from "./cloudwatch/InternetMonitor"; -import { LogAccountPolicy as CLOUDWATCH_LogAccountPolicy } from "./cloudwatch/LogAccountPolicy"; -import { LogDataProtectionPolicy as CLOUDWATCH_LogDataProtectionPolicy } from "./cloudwatch/LogDataProtectionPolicy"; -import { LogDestination as CLOUDWATCH_LogDestination } from "./cloudwatch/LogDestination"; -import { LogDestinationPolicy as CLOUDWATCH_LogDestinationPolicy } from "./cloudwatch/LogDestinationPolicy"; -import { LogGroup as CLOUDWATCH_LogGroup } from "./cloudwatch/LogGroup"; -import { LogMetricFilter as CLOUDWATCH_LogMetricFilter } from "./cloudwatch/LogMetricFilter"; -import { LogResourcePolicy as CLOUDWATCH_LogResourcePolicy } from "./cloudwatch/LogResourcePolicy"; -import { LogStream as CLOUDWATCH_LogStream } from "./cloudwatch/LogStream"; -import { LogSubscriptionFilter as CLOUDWATCH_LogSubscriptionFilter } from "./cloudwatch/LogSubscriptionFilter"; -import { MetricAlarm as CLOUDWATCH_MetricAlarm } from "./cloudwatch/MetricAlarm"; -import { MetricStream as CLOUDWATCH_MetricStream } from "./cloudwatch/MetricStream"; -import { QueryDefinition as CLOUDWATCH_QueryDefinition } from "./cloudwatch/QueryDefinition"; -import { Domain as CODEARTIFACT_Domain } from "./codeartifact/Domain"; -import { DomainPermissions as CODEARTIFACT_DomainPermissions } from "./codeartifact/DomainPermissions"; -import { Repository as CODEARTIFACT_Repository } from "./codeartifact/Repository"; -import { RepositoryPermissionsPolicy as CODEARTIFACT_RepositoryPermissionsPolicy } from "./codeartifact/RepositoryPermissionsPolicy"; -import { Project as CODEBUILD_Project } from "./codebuild/Project"; -import { ReportGroup as CODEBUILD_ReportGroup } from "./codebuild/ReportGroup"; -import { ResourcePolicy as CODEBUILD_ResourcePolicy } from "./codebuild/ResourcePolicy"; -import { SourceCredential as CODEBUILD_SourceCredential } from "./codebuild/SourceCredential"; -import { Webhook as CODEBUILD_Webhook } from "./codebuild/Webhook"; -import { DevEnvironment as CODECATALYST_DevEnvironment } from "./codecatalyst/DevEnvironment"; -import { Project as CODECATALYST_Project } from "./codecatalyst/Project"; -import { SourceRepository as CODECATALYST_SourceRepository } from "./codecatalyst/SourceRepository"; -import { ApprovalRuleTemplate as CODECOMMIT_ApprovalRuleTemplate } from "./codecommit/ApprovalRuleTemplate"; -import { ApprovalRuleTemplateAssociation as CODECOMMIT_ApprovalRuleTemplateAssociation } from "./codecommit/ApprovalRuleTemplateAssociation"; -import { Repository as CODECOMMIT_Repository } from "./codecommit/Repository"; -import { Trigger as CODECOMMIT_Trigger } from "./codecommit/Trigger"; -import { Application as CODEDEPLOY_Application } from "./codedeploy/Application"; -import { DeploymentConfig as CODEDEPLOY_DeploymentConfig } from "./codedeploy/DeploymentConfig"; -import { DeploymentGroup as CODEDEPLOY_DeploymentGroup } from "./codedeploy/DeploymentGroup"; -import { ProfilingGroup as CODEGURUPROFILER_ProfilingGroup } from "./codeguruprofiler/ProfilingGroup"; -import { RepositoryAssociation as CODEGURUREVIEWER_RepositoryAssociation } from "./codegurureviewer/RepositoryAssociation"; -import { CustomActionType as CODEPIPELINE_CustomActionType } from "./codepipeline/CustomActionType"; -import { Pipeline as CODEPIPELINE_Pipeline } from "./codepipeline/Pipeline"; -import { Webhook as CODEPIPELINE_Webhook } from "./codepipeline/Webhook"; -import { Connection as CODESTARCONNECTIONS_Connection } from "./codestarconnections/Connection"; -import { Host as CODESTARCONNECTIONS_Host } from "./codestarconnections/Host"; -import { NotificationRule as CODESTARNOTIFICATIONS_NotificationRule } from "./codestarnotifications/NotificationRule"; -import { IdentityPool as COGNITO_IdentityPool } from "./cognito/IdentityPool"; -import { IdentityPoolProviderPrincipalTag as COGNITO_IdentityPoolProviderPrincipalTag } from "./cognito/IdentityPoolProviderPrincipalTag"; -import { IdentityPoolRoleAttachment as COGNITO_IdentityPoolRoleAttachment } from "./cognito/IdentityPoolRoleAttachment"; -import { IdentityProvider as COGNITO_IdentityProvider } from "./cognito/IdentityProvider"; -import { ManagedUserPoolClient as COGNITO_ManagedUserPoolClient } from "./cognito/ManagedUserPoolClient"; -import { ResourceServer as COGNITO_ResourceServer } from "./cognito/ResourceServer"; -import { RiskConfiguration as COGNITO_RiskConfiguration } from "./cognito/RiskConfiguration"; -import { User as COGNITO_User } from "./cognito/User"; -import { UserGroup as COGNITO_UserGroup } from "./cognito/UserGroup"; -import { UserInGroup as COGNITO_UserInGroup } from "./cognito/UserInGroup"; -import { UserPool as COGNITO_UserPool } from "./cognito/UserPool"; -import { UserPoolClient as COGNITO_UserPoolClient } from "./cognito/UserPoolClient"; -import { UserPoolDomain as COGNITO_UserPoolDomain } from "./cognito/UserPoolDomain"; -import { UserPoolUICustomization as COGNITO_UserPoolUICustomization } from "./cognito/UserPoolUICustomization"; -import { DocumentClassifier as COMPREHEND_DocumentClassifier } from "./comprehend/DocumentClassifier"; -import { EntityRecognizer as COMPREHEND_EntityRecognizer } from "./comprehend/EntityRecognizer"; -import { BotAssociation as CONNECT_BotAssociation } from "./connect/BotAssociation"; -import { ContactFlow as CONNECT_ContactFlow } from "./connect/ContactFlow"; -import { ContactFlowModule as CONNECT_ContactFlowModule } from "./connect/ContactFlowModule"; -import { HoursOfOperation as CONNECT_HoursOfOperation } from "./connect/HoursOfOperation"; -import { Instance as CONNECT_Instance } from "./connect/Instance"; -import { InstanceStorageConfig as CONNECT_InstanceStorageConfig } from "./connect/InstanceStorageConfig"; -import { LambdaFunctionAssociation as CONNECT_LambdaFunctionAssociation } from "./connect/LambdaFunctionAssociation"; -import { PhoneNumber as CONNECT_PhoneNumber } from "./connect/PhoneNumber"; -import { Queue as CONNECT_Queue } from "./connect/Queue"; -import { QuickConnect as CONNECT_QuickConnect } from "./connect/QuickConnect"; -import { RoutingProfile as CONNECT_RoutingProfile } from "./connect/RoutingProfile"; -import { SecurityProfile as CONNECT_SecurityProfile } from "./connect/SecurityProfile"; -import { User as CONNECT_User } from "./connect/User"; -import { UserHierarchyGroup as CONNECT_UserHierarchyGroup } from "./connect/UserHierarchyGroup"; -import { UserHierarchyStructure as CONNECT_UserHierarchyStructure } from "./connect/UserHierarchyStructure"; -import { Vocabulary as CONNECT_Vocabulary } from "./connect/Vocabulary"; -import { ControlTowerControl as CONTROLTOWER_ControlTowerControl } from "./controltower/ControlTowerControl"; -import { LandingZone as CONTROLTOWER_LandingZone } from "./controltower/LandingZone"; -import { AnomalyMonitor as COSTEXPLORER_AnomalyMonitor } from "./costexplorer/AnomalyMonitor"; -import { AnomalySubscription as COSTEXPLORER_AnomalySubscription } from "./costexplorer/AnomalySubscription"; -import { CostAllocationTag as COSTEXPLORER_CostAllocationTag } from "./costexplorer/CostAllocationTag"; -import { CostCategory as COSTEXPLORER_CostCategory } from "./costexplorer/CostCategory"; -import { ReportDefinition as CUR_ReportDefinition } from "./cur/ReportDefinition"; -import { Domain as CUSTOMERPROFILES_Domain } from "./customerprofiles/Domain"; -import { Profile as CUSTOMERPROFILES_Profile } from "./customerprofiles/Profile"; -import { DataSet as DATAEXCHANGE_DataSet } from "./dataexchange/DataSet"; -import { Revision as DATAEXCHANGE_Revision } from "./dataexchange/Revision"; -import { Pipeline as DATAPIPELINE_Pipeline } from "./datapipeline/Pipeline"; -import { PipelineDefinition as DATAPIPELINE_PipelineDefinition } from "./datapipeline/PipelineDefinition"; -import { Agent as DATASYNC_Agent } from "./datasync/Agent"; -import { EfsLocation as DATASYNC_EfsLocation } from "./datasync/EfsLocation"; -import { FsxOpenZfsFileSystem as DATASYNC_FsxOpenZfsFileSystem } from "./datasync/FsxOpenZfsFileSystem"; -import { LocationAzureBlob as DATASYNC_LocationAzureBlob } from "./datasync/LocationAzureBlob"; -import { LocationFsxLustre as DATASYNC_LocationFsxLustre } from "./datasync/LocationFsxLustre"; -import { LocationFsxOntapFileSystem as DATASYNC_LocationFsxOntapFileSystem } from "./datasync/LocationFsxOntapFileSystem"; -import { LocationFsxWindows as DATASYNC_LocationFsxWindows } from "./datasync/LocationFsxWindows"; -import { LocationHdfs as DATASYNC_LocationHdfs } from "./datasync/LocationHdfs"; -import { LocationObjectStorage as DATASYNC_LocationObjectStorage } from "./datasync/LocationObjectStorage"; -import { LocationSmb as DATASYNC_LocationSmb } from "./datasync/LocationSmb"; -import { NfsLocation as DATASYNC_NfsLocation } from "./datasync/NfsLocation"; -import { S3Location as DATASYNC_S3Location } from "./datasync/S3Location"; -import { Task as DATASYNC_Task } from "./datasync/Task"; -import { Domain as DATAZONE_Domain } from "./datazone/Domain"; -import { EnvironmentBlueprintConfiguration as DATAZONE_EnvironmentBlueprintConfiguration } from "./datazone/EnvironmentBlueprintConfiguration"; -import { EnvironmentProfile as DATAZONE_EnvironmentProfile } from "./datazone/EnvironmentProfile"; -import { FormType as DATAZONE_FormType } from "./datazone/FormType"; -import { Glossary as DATAZONE_Glossary } from "./datazone/Glossary"; -import { GlossaryTerm as DATAZONE_GlossaryTerm } from "./datazone/GlossaryTerm"; -import { Project as DATAZONE_Project } from "./datazone/Project"; -import { Cluster as DAX_Cluster } from "./dax/Cluster"; -import { ParameterGroup as DAX_ParameterGroup } from "./dax/ParameterGroup"; -import { SubnetGroup as DAX_SubnetGroup } from "./dax/SubnetGroup"; -import { Graph as DETECTIVE_Graph } from "./detective/Graph"; -import { InvitationAccepter as DETECTIVE_InvitationAccepter } from "./detective/InvitationAccepter"; -import { Member as DETECTIVE_Member } from "./detective/Member"; -import { OrganizationAdminAccount as DETECTIVE_OrganizationAdminAccount } from "./detective/OrganizationAdminAccount"; -import { OrganizationConfiguration as DETECTIVE_OrganizationConfiguration } from "./detective/OrganizationConfiguration"; -import { DevicePool as DEVICEFARM_DevicePool } from "./devicefarm/DevicePool"; -import { InstanceProfile as DEVICEFARM_InstanceProfile } from "./devicefarm/InstanceProfile"; -import { NetworkProfile as DEVICEFARM_NetworkProfile } from "./devicefarm/NetworkProfile"; -import { Project as DEVICEFARM_Project } from "./devicefarm/Project"; -import { TestGridProject as DEVICEFARM_TestGridProject } from "./devicefarm/TestGridProject"; -import { Upload as DEVICEFARM_Upload } from "./devicefarm/Upload"; -import { EventSourcesConfig as DEVOPSGURU_EventSourcesConfig } from "./devopsguru/EventSourcesConfig"; -import { NotificationChannel as DEVOPSGURU_NotificationChannel } from "./devopsguru/NotificationChannel"; -import { ResourceCollection as DEVOPSGURU_ResourceCollection } from "./devopsguru/ResourceCollection"; -import { ServiceIntegration as DEVOPSGURU_ServiceIntegration } from "./devopsguru/ServiceIntegration"; -import { BgpPeer as DIRECTCONNECT_BgpPeer } from "./directconnect/BgpPeer"; -import { Connection as DIRECTCONNECT_Connection } from "./directconnect/Connection"; -import { ConnectionAssociation as DIRECTCONNECT_ConnectionAssociation } from "./directconnect/ConnectionAssociation"; -import { ConnectionConfirmation as DIRECTCONNECT_ConnectionConfirmation } from "./directconnect/ConnectionConfirmation"; -import { Gateway as DIRECTCONNECT_Gateway } from "./directconnect/Gateway"; -import { GatewayAssociation as DIRECTCONNECT_GatewayAssociation } from "./directconnect/GatewayAssociation"; -import { GatewayAssociationProposal as DIRECTCONNECT_GatewayAssociationProposal } from "./directconnect/GatewayAssociationProposal"; -import { HostedConnection as DIRECTCONNECT_HostedConnection } from "./directconnect/HostedConnection"; -import { HostedPrivateVirtualInterface as DIRECTCONNECT_HostedPrivateVirtualInterface } from "./directconnect/HostedPrivateVirtualInterface"; -import { HostedPrivateVirtualInterfaceAccepter as DIRECTCONNECT_HostedPrivateVirtualInterfaceAccepter } from "./directconnect/HostedPrivateVirtualInterfaceAccepter"; -import { HostedPublicVirtualInterface as DIRECTCONNECT_HostedPublicVirtualInterface } from "./directconnect/HostedPublicVirtualInterface"; -import { HostedPublicVirtualInterfaceAccepter as DIRECTCONNECT_HostedPublicVirtualInterfaceAccepter } from "./directconnect/HostedPublicVirtualInterfaceAccepter"; -import { HostedTransitVirtualInterface as DIRECTCONNECT_HostedTransitVirtualInterface } from "./directconnect/HostedTransitVirtualInterface"; -import { HostedTransitVirtualInterfaceAcceptor as DIRECTCONNECT_HostedTransitVirtualInterfaceAcceptor } from "./directconnect/HostedTransitVirtualInterfaceAcceptor"; -import { LinkAggregationGroup as DIRECTCONNECT_LinkAggregationGroup } from "./directconnect/LinkAggregationGroup"; -import { MacsecKeyAssociation as DIRECTCONNECT_MacsecKeyAssociation } from "./directconnect/MacsecKeyAssociation"; -import { PrivateVirtualInterface as DIRECTCONNECT_PrivateVirtualInterface } from "./directconnect/PrivateVirtualInterface"; -import { PublicVirtualInterface as DIRECTCONNECT_PublicVirtualInterface } from "./directconnect/PublicVirtualInterface"; -import { TransitVirtualInterface as DIRECTCONNECT_TransitVirtualInterface } from "./directconnect/TransitVirtualInterface"; -import { ConditionalForwader as DIRECTORYSERVICE_ConditionalForwader } from "./directoryservice/ConditionalForwader"; -import { Directory as DIRECTORYSERVICE_Directory } from "./directoryservice/Directory"; -import { LogService as DIRECTORYSERVICE_LogService } from "./directoryservice/LogService"; -import { RadiusSettings as DIRECTORYSERVICE_RadiusSettings } from "./directoryservice/RadiusSettings"; -import { ServiceRegion as DIRECTORYSERVICE_ServiceRegion } from "./directoryservice/ServiceRegion"; -import { SharedDirectory as DIRECTORYSERVICE_SharedDirectory } from "./directoryservice/SharedDirectory"; -import { SharedDirectoryAccepter as DIRECTORYSERVICE_SharedDirectoryAccepter } from "./directoryservice/SharedDirectoryAccepter"; -import { Trust as DIRECTORYSERVICE_Trust } from "./directoryservice/Trust"; -import { LifecyclePolicy as DLM_LifecyclePolicy } from "./dlm/LifecyclePolicy"; -import { Certificate as DMS_Certificate } from "./dms/Certificate"; -import { Endpoint as DMS_Endpoint } from "./dms/Endpoint"; -import { EventSubscription as DMS_EventSubscription } from "./dms/EventSubscription"; -import { ReplicationConfig as DMS_ReplicationConfig } from "./dms/ReplicationConfig"; -import { ReplicationInstance as DMS_ReplicationInstance } from "./dms/ReplicationInstance"; -import { ReplicationSubnetGroup as DMS_ReplicationSubnetGroup } from "./dms/ReplicationSubnetGroup"; -import { ReplicationTask as DMS_ReplicationTask } from "./dms/ReplicationTask"; -import { S3Endpoint as DMS_S3Endpoint } from "./dms/S3Endpoint"; -import { Cluster as DOCDB_Cluster } from "./docdb/Cluster"; -import { ClusterInstance as DOCDB_ClusterInstance } from "./docdb/ClusterInstance"; -import { ClusterParameterGroup as DOCDB_ClusterParameterGroup } from "./docdb/ClusterParameterGroup"; -import { ClusterSnapshot as DOCDB_ClusterSnapshot } from "./docdb/ClusterSnapshot"; -import { ElasticCluster as DOCDB_ElasticCluster } from "./docdb/ElasticCluster"; -import { EventSubscription as DOCDB_EventSubscription } from "./docdb/EventSubscription"; -import { GlobalCluster as DOCDB_GlobalCluster } from "./docdb/GlobalCluster"; -import { SubnetGroup as DOCDB_SubnetGroup } from "./docdb/SubnetGroup"; -import { ReplicationConfigurationTemplate as DRS_ReplicationConfigurationTemplate } from "./drs/ReplicationConfigurationTemplate"; -import { ContributorInsights as DYNAMODB_ContributorInsights } from "./dynamodb/ContributorInsights"; -import { GlobalTable as DYNAMODB_GlobalTable } from "./dynamodb/GlobalTable"; -import { KinesisStreamingDestination as DYNAMODB_KinesisStreamingDestination } from "./dynamodb/KinesisStreamingDestination"; -import { ResourcePolicy as DYNAMODB_ResourcePolicy } from "./dynamodb/ResourcePolicy"; -import { Table as DYNAMODB_Table } from "./dynamodb/Table"; -import { TableExport as DYNAMODB_TableExport } from "./dynamodb/TableExport"; -import { TableItem as DYNAMODB_TableItem } from "./dynamodb/TableItem"; -import { TableReplica as DYNAMODB_TableReplica } from "./dynamodb/TableReplica"; -import { Tag as DYNAMODB_Tag } from "./dynamodb/Tag"; -import { DefaultKmsKey as EBS_DefaultKmsKey } from "./ebs/DefaultKmsKey"; -import { EncryptionByDefault as EBS_EncryptionByDefault } from "./ebs/EncryptionByDefault"; -import { FastSnapshotRestore as EBS_FastSnapshotRestore } from "./ebs/FastSnapshotRestore"; -import { Snapshot as EBS_Snapshot } from "./ebs/Snapshot"; -import { SnapshotBlockPublicAccess as EBS_SnapshotBlockPublicAccess } from "./ebs/SnapshotBlockPublicAccess"; -import { SnapshotCopy as EBS_SnapshotCopy } from "./ebs/SnapshotCopy"; -import { SnapshotImport as EBS_SnapshotImport } from "./ebs/SnapshotImport"; -import { Volume as EBS_Volume } from "./ebs/Volume"; -import { Ami as EC2_Ami } from "./ec2/Ami"; -import { AmiCopy as EC2_AmiCopy } from "./ec2/AmiCopy"; -import { AmiFromInstance as EC2_AmiFromInstance } from "./ec2/AmiFromInstance"; -import { AmiLaunchPermission as EC2_AmiLaunchPermission } from "./ec2/AmiLaunchPermission"; -import { AvailabilityZoneGroup as EC2_AvailabilityZoneGroup } from "./ec2/AvailabilityZoneGroup"; -import { CapacityBlockReservation as EC2_CapacityBlockReservation } from "./ec2/CapacityBlockReservation"; -import { CapacityReservation as EC2_CapacityReservation } from "./ec2/CapacityReservation"; -import { CarrierGateway as EC2_CarrierGateway } from "./ec2/CarrierGateway"; -import { CustomerGateway as EC2_CustomerGateway } from "./ec2/CustomerGateway"; -import { DedicatedHost as EC2_DedicatedHost } from "./ec2/DedicatedHost"; -import { DefaultNetworkAcl as EC2_DefaultNetworkAcl } from "./ec2/DefaultNetworkAcl"; -import { DefaultRouteTable as EC2_DefaultRouteTable } from "./ec2/DefaultRouteTable"; -import { DefaultSecurityGroup as EC2_DefaultSecurityGroup } from "./ec2/DefaultSecurityGroup"; -import { DefaultSubnet as EC2_DefaultSubnet } from "./ec2/DefaultSubnet"; -import { DefaultVpc as EC2_DefaultVpc } from "./ec2/DefaultVpc"; -import { DefaultVpcDhcpOptions as EC2_DefaultVpcDhcpOptions } from "./ec2/DefaultVpcDhcpOptions"; -import { EgressOnlyInternetGateway as EC2_EgressOnlyInternetGateway } from "./ec2/EgressOnlyInternetGateway"; -import { Eip as EC2_Eip } from "./ec2/Eip"; -import { EipAssociation as EC2_EipAssociation } from "./ec2/EipAssociation"; -import { EipDomainName as EC2_EipDomainName } from "./ec2/EipDomainName"; -import { Fleet as EC2_Fleet } from "./ec2/Fleet"; -import { FlowLog as EC2_FlowLog } from "./ec2/FlowLog"; -import { ImageBlockPublicAccess as EC2_ImageBlockPublicAccess } from "./ec2/ImageBlockPublicAccess"; -import { Instance as EC2_Instance } from "./ec2/Instance"; -import { InstanceMetadataDefaults as EC2_InstanceMetadataDefaults } from "./ec2/InstanceMetadataDefaults"; -import { InternetGateway as EC2_InternetGateway } from "./ec2/InternetGateway"; -import { InternetGatewayAttachment as EC2_InternetGatewayAttachment } from "./ec2/InternetGatewayAttachment"; -import { KeyPair as EC2_KeyPair } from "./ec2/KeyPair"; -import { LaunchConfiguration as EC2_LaunchConfiguration } from "./ec2/LaunchConfiguration"; -import { LaunchTemplate as EC2_LaunchTemplate } from "./ec2/LaunchTemplate"; -import { LocalGatewayRoute as EC2_LocalGatewayRoute } from "./ec2/LocalGatewayRoute"; -import { LocalGatewayRouteTableVpcAssociation as EC2_LocalGatewayRouteTableVpcAssociation } from "./ec2/LocalGatewayRouteTableVpcAssociation"; -import { MainRouteTableAssociation as EC2_MainRouteTableAssociation } from "./ec2/MainRouteTableAssociation"; -import { ManagedPrefixList as EC2_ManagedPrefixList } from "./ec2/ManagedPrefixList"; -import { ManagedPrefixListEntry as EC2_ManagedPrefixListEntry } from "./ec2/ManagedPrefixListEntry"; -import { NatGateway as EC2_NatGateway } from "./ec2/NatGateway"; -import { NetworkAcl as EC2_NetworkAcl } from "./ec2/NetworkAcl"; -import { NetworkAclAssociation as EC2_NetworkAclAssociation } from "./ec2/NetworkAclAssociation"; -import { NetworkAclRule as EC2_NetworkAclRule } from "./ec2/NetworkAclRule"; -import { NetworkInsightsAnalysis as EC2_NetworkInsightsAnalysis } from "./ec2/NetworkInsightsAnalysis"; -import { NetworkInsightsPath as EC2_NetworkInsightsPath } from "./ec2/NetworkInsightsPath"; -import { NetworkInterface as EC2_NetworkInterface } from "./ec2/NetworkInterface"; -import { NetworkInterfaceAttachment as EC2_NetworkInterfaceAttachment } from "./ec2/NetworkInterfaceAttachment"; -import { NetworkInterfaceSecurityGroupAttachment as EC2_NetworkInterfaceSecurityGroupAttachment } from "./ec2/NetworkInterfaceSecurityGroupAttachment"; -import { PeeringConnectionOptions as EC2_PeeringConnectionOptions } from "./ec2/PeeringConnectionOptions"; -import { PlacementGroup as EC2_PlacementGroup } from "./ec2/PlacementGroup"; -import { ProxyProtocolPolicy as EC2_ProxyProtocolPolicy } from "./ec2/ProxyProtocolPolicy"; -import { Route as EC2_Route } from "./ec2/Route"; -import { RouteTable as EC2_RouteTable } from "./ec2/RouteTable"; -import { RouteTableAssociation as EC2_RouteTableAssociation } from "./ec2/RouteTableAssociation"; -import { SecurityGroup as EC2_SecurityGroup } from "./ec2/SecurityGroup"; -import { SecurityGroupAssociation as EC2_SecurityGroupAssociation } from "./ec2/SecurityGroupAssociation"; -import { SecurityGroupRule as EC2_SecurityGroupRule } from "./ec2/SecurityGroupRule"; -import { SerialConsoleAccess as EC2_SerialConsoleAccess } from "./ec2/SerialConsoleAccess"; -import { SnapshotCreateVolumePermission as EC2_SnapshotCreateVolumePermission } from "./ec2/SnapshotCreateVolumePermission"; -import { SpotDatafeedSubscription as EC2_SpotDatafeedSubscription } from "./ec2/SpotDatafeedSubscription"; -import { SpotFleetRequest as EC2_SpotFleetRequest } from "./ec2/SpotFleetRequest"; -import { SpotInstanceRequest as EC2_SpotInstanceRequest } from "./ec2/SpotInstanceRequest"; -import { Subnet as EC2_Subnet } from "./ec2/Subnet"; -import { SubnetCidrReservation as EC2_SubnetCidrReservation } from "./ec2/SubnetCidrReservation"; -import { Tag as EC2_Tag } from "./ec2/Tag"; -import { TrafficMirrorFilter as EC2_TrafficMirrorFilter } from "./ec2/TrafficMirrorFilter"; -import { TrafficMirrorFilterRule as EC2_TrafficMirrorFilterRule } from "./ec2/TrafficMirrorFilterRule"; -import { TrafficMirrorSession as EC2_TrafficMirrorSession } from "./ec2/TrafficMirrorSession"; -import { TrafficMirrorTarget as EC2_TrafficMirrorTarget } from "./ec2/TrafficMirrorTarget"; -import { VolumeAttachment as EC2_VolumeAttachment } from "./ec2/VolumeAttachment"; -import { Vpc as EC2_Vpc } from "./ec2/Vpc"; -import { VpcDhcpOptions as EC2_VpcDhcpOptions } from "./ec2/VpcDhcpOptions"; -import { VpcDhcpOptionsAssociation as EC2_VpcDhcpOptionsAssociation } from "./ec2/VpcDhcpOptionsAssociation"; -import { VpcEndpoint as EC2_VpcEndpoint } from "./ec2/VpcEndpoint"; -import { VpcEndpointConnectionAccepter as EC2_VpcEndpointConnectionAccepter } from "./ec2/VpcEndpointConnectionAccepter"; -import { VpcEndpointConnectionNotification as EC2_VpcEndpointConnectionNotification } from "./ec2/VpcEndpointConnectionNotification"; -import { VpcEndpointPolicy as EC2_VpcEndpointPolicy } from "./ec2/VpcEndpointPolicy"; -import { VpcEndpointRouteTableAssociation as EC2_VpcEndpointRouteTableAssociation } from "./ec2/VpcEndpointRouteTableAssociation"; -import { VpcEndpointService as EC2_VpcEndpointService } from "./ec2/VpcEndpointService"; -import { VpcEndpointServiceAllowedPrinciple as EC2_VpcEndpointServiceAllowedPrinciple } from "./ec2/VpcEndpointServiceAllowedPrinciple"; -import { VpcEndpointSubnetAssociation as EC2_VpcEndpointSubnetAssociation } from "./ec2/VpcEndpointSubnetAssociation"; -import { VpcIpam as EC2_VpcIpam } from "./ec2/VpcIpam"; -import { VpcIpamOrganizationAdminAccount as EC2_VpcIpamOrganizationAdminAccount } from "./ec2/VpcIpamOrganizationAdminAccount"; -import { VpcIpamPool as EC2_VpcIpamPool } from "./ec2/VpcIpamPool"; -import { VpcIpamPoolCidr as EC2_VpcIpamPoolCidr } from "./ec2/VpcIpamPoolCidr"; -import { VpcIpamPoolCidrAllocation as EC2_VpcIpamPoolCidrAllocation } from "./ec2/VpcIpamPoolCidrAllocation"; -import { VpcIpamPreviewNextCidr as EC2_VpcIpamPreviewNextCidr } from "./ec2/VpcIpamPreviewNextCidr"; -import { VpcIpamResourceDiscovery as EC2_VpcIpamResourceDiscovery } from "./ec2/VpcIpamResourceDiscovery"; -import { VpcIpamResourceDiscoveryAssociation as EC2_VpcIpamResourceDiscoveryAssociation } from "./ec2/VpcIpamResourceDiscoveryAssociation"; -import { VpcIpamScope as EC2_VpcIpamScope } from "./ec2/VpcIpamScope"; -import { VpcIpv4CidrBlockAssociation as EC2_VpcIpv4CidrBlockAssociation } from "./ec2/VpcIpv4CidrBlockAssociation"; -import { VpcIpv6CidrBlockAssociation as EC2_VpcIpv6CidrBlockAssociation } from "./ec2/VpcIpv6CidrBlockAssociation"; -import { VpcNetworkPerformanceMetricSubscription as EC2_VpcNetworkPerformanceMetricSubscription } from "./ec2/VpcNetworkPerformanceMetricSubscription"; -import { VpcPeeringConnection as EC2_VpcPeeringConnection } from "./ec2/VpcPeeringConnection"; -import { VpcPeeringConnectionAccepter as EC2_VpcPeeringConnectionAccepter } from "./ec2/VpcPeeringConnectionAccepter"; -import { VpnConnection as EC2_VpnConnection } from "./ec2/VpnConnection"; -import { VpnConnectionRoute as EC2_VpnConnectionRoute } from "./ec2/VpnConnectionRoute"; -import { VpnGateway as EC2_VpnGateway } from "./ec2/VpnGateway"; -import { VpnGatewayAttachment as EC2_VpnGatewayAttachment } from "./ec2/VpnGatewayAttachment"; -import { VpnGatewayRoutePropagation as EC2_VpnGatewayRoutePropagation } from "./ec2/VpnGatewayRoutePropagation"; -import { AuthorizationRule as EC2CLIENTVPN_AuthorizationRule } from "./ec2clientvpn/AuthorizationRule"; -import { Endpoint as EC2CLIENTVPN_Endpoint } from "./ec2clientvpn/Endpoint"; -import { NetworkAssociation as EC2CLIENTVPN_NetworkAssociation } from "./ec2clientvpn/NetworkAssociation"; -import { Route as EC2CLIENTVPN_Route } from "./ec2clientvpn/Route"; -import { Connect as EC2TRANSITGATEWAY_Connect } from "./ec2transitgateway/Connect"; -import { ConnectPeer as EC2TRANSITGATEWAY_ConnectPeer } from "./ec2transitgateway/ConnectPeer"; -import { InstanceConnectEndpoint as EC2TRANSITGATEWAY_InstanceConnectEndpoint } from "./ec2transitgateway/InstanceConnectEndpoint"; -import { InstanceState as EC2TRANSITGATEWAY_InstanceState } from "./ec2transitgateway/InstanceState"; -import { MulticastDomain as EC2TRANSITGATEWAY_MulticastDomain } from "./ec2transitgateway/MulticastDomain"; -import { MulticastDomainAssociation as EC2TRANSITGATEWAY_MulticastDomainAssociation } from "./ec2transitgateway/MulticastDomainAssociation"; -import { MulticastGroupMember as EC2TRANSITGATEWAY_MulticastGroupMember } from "./ec2transitgateway/MulticastGroupMember"; -import { MulticastGroupSource as EC2TRANSITGATEWAY_MulticastGroupSource } from "./ec2transitgateway/MulticastGroupSource"; -import { PeeringAttachment as EC2TRANSITGATEWAY_PeeringAttachment } from "./ec2transitgateway/PeeringAttachment"; -import { PeeringAttachmentAccepter as EC2TRANSITGATEWAY_PeeringAttachmentAccepter } from "./ec2transitgateway/PeeringAttachmentAccepter"; -import { PolicyTable as EC2TRANSITGATEWAY_PolicyTable } from "./ec2transitgateway/PolicyTable"; -import { PolicyTableAssociation as EC2TRANSITGATEWAY_PolicyTableAssociation } from "./ec2transitgateway/PolicyTableAssociation"; -import { PrefixListReference as EC2TRANSITGATEWAY_PrefixListReference } from "./ec2transitgateway/PrefixListReference"; -import { Route as EC2TRANSITGATEWAY_Route } from "./ec2transitgateway/Route"; -import { RouteTable as EC2TRANSITGATEWAY_RouteTable } from "./ec2transitgateway/RouteTable"; -import { RouteTableAssociation as EC2TRANSITGATEWAY_RouteTableAssociation } from "./ec2transitgateway/RouteTableAssociation"; -import { RouteTablePropagation as EC2TRANSITGATEWAY_RouteTablePropagation } from "./ec2transitgateway/RouteTablePropagation"; -import { TransitGateway as EC2TRANSITGATEWAY_TransitGateway } from "./ec2transitgateway/TransitGateway"; -import { VpcAttachment as EC2TRANSITGATEWAY_VpcAttachment } from "./ec2transitgateway/VpcAttachment"; -import { VpcAttachmentAccepter as EC2TRANSITGATEWAY_VpcAttachmentAccepter } from "./ec2transitgateway/VpcAttachmentAccepter"; -import { LifecyclePolicy as ECR_LifecyclePolicy } from "./ecr/LifecyclePolicy"; -import { PullThroughCacheRule as ECR_PullThroughCacheRule } from "./ecr/PullThroughCacheRule"; -import { RegistryPolicy as ECR_RegistryPolicy } from "./ecr/RegistryPolicy"; -import { RegistryScanningConfiguration as ECR_RegistryScanningConfiguration } from "./ecr/RegistryScanningConfiguration"; -import { ReplicationConfiguration as ECR_ReplicationConfiguration } from "./ecr/ReplicationConfiguration"; -import { Repository as ECR_Repository } from "./ecr/Repository"; -import { RepositoryCreationTemplate as ECR_RepositoryCreationTemplate } from "./ecr/RepositoryCreationTemplate"; -import { RepositoryPolicy as ECR_RepositoryPolicy } from "./ecr/RepositoryPolicy"; -import { Repository as ECRPUBLIC_Repository } from "./ecrpublic/Repository"; -import { RepositoryPolicy as ECRPUBLIC_RepositoryPolicy } from "./ecrpublic/RepositoryPolicy"; -import { AccountSettingDefault as ECS_AccountSettingDefault } from "./ecs/AccountSettingDefault"; -import { CapacityProvider as ECS_CapacityProvider } from "./ecs/CapacityProvider"; -import { Cluster as ECS_Cluster } from "./ecs/Cluster"; -import { ClusterCapacityProviders as ECS_ClusterCapacityProviders } from "./ecs/ClusterCapacityProviders"; -import { Service as ECS_Service } from "./ecs/Service"; -import { Tag as ECS_Tag } from "./ecs/Tag"; -import { TaskDefinition as ECS_TaskDefinition } from "./ecs/TaskDefinition"; -import { TaskSet as ECS_TaskSet } from "./ecs/TaskSet"; -import { AccessPoint as EFS_AccessPoint } from "./efs/AccessPoint"; -import { BackupPolicy as EFS_BackupPolicy } from "./efs/BackupPolicy"; -import { FileSystem as EFS_FileSystem } from "./efs/FileSystem"; -import { FileSystemPolicy as EFS_FileSystemPolicy } from "./efs/FileSystemPolicy"; -import { MountTarget as EFS_MountTarget } from "./efs/MountTarget"; -import { ReplicationConfiguration as EFS_ReplicationConfiguration } from "./efs/ReplicationConfiguration"; -import { AccessEntry as EKS_AccessEntry } from "./eks/AccessEntry"; -import { AccessPolicyAssociation as EKS_AccessPolicyAssociation } from "./eks/AccessPolicyAssociation"; -import { Addon as EKS_Addon } from "./eks/Addon"; -import { Cluster as EKS_Cluster } from "./eks/Cluster"; -import { FargateProfile as EKS_FargateProfile } from "./eks/FargateProfile"; -import { IdentityProviderConfig as EKS_IdentityProviderConfig } from "./eks/IdentityProviderConfig"; -import { NodeGroup as EKS_NodeGroup } from "./eks/NodeGroup"; -import { PodIdentityAssociation as EKS_PodIdentityAssociation } from "./eks/PodIdentityAssociation"; -import { Cluster as ELASTICACHE_Cluster } from "./elasticache/Cluster"; -import { GlobalReplicationGroup as ELASTICACHE_GlobalReplicationGroup } from "./elasticache/GlobalReplicationGroup"; -import { ParameterGroup as ELASTICACHE_ParameterGroup } from "./elasticache/ParameterGroup"; -import { ReplicationGroup as ELASTICACHE_ReplicationGroup } from "./elasticache/ReplicationGroup"; -import { ServerlessCache as ELASTICACHE_ServerlessCache } from "./elasticache/ServerlessCache"; -import { SubnetGroup as ELASTICACHE_SubnetGroup } from "./elasticache/SubnetGroup"; -import { User as ELASTICACHE_User } from "./elasticache/User"; -import { UserGroup as ELASTICACHE_UserGroup } from "./elasticache/UserGroup"; -import { UserGroupAssociation as ELASTICACHE_UserGroupAssociation } from "./elasticache/UserGroupAssociation"; -import { Application as ELASTICBEANSTALK_Application } from "./elasticbeanstalk/Application"; -import { ApplicationVersion as ELASTICBEANSTALK_ApplicationVersion } from "./elasticbeanstalk/ApplicationVersion"; -import { ConfigurationTemplate as ELASTICBEANSTALK_ConfigurationTemplate } from "./elasticbeanstalk/ConfigurationTemplate"; -import { Environment as ELASTICBEANSTALK_Environment } from "./elasticbeanstalk/Environment"; -import { Domain as ELASTICSEARCH_Domain } from "./elasticsearch/Domain"; -import { DomainPolicy as ELASTICSEARCH_DomainPolicy } from "./elasticsearch/DomainPolicy"; -import { DomainSamlOptions as ELASTICSEARCH_DomainSamlOptions } from "./elasticsearch/DomainSamlOptions"; -import { VpcEndpoint as ELASTICSEARCH_VpcEndpoint } from "./elasticsearch/VpcEndpoint"; -import { Pipeline as ELASTICTRANSCODER_Pipeline } from "./elastictranscoder/Pipeline"; -import { Preset as ELASTICTRANSCODER_Preset } from "./elastictranscoder/Preset"; -import { AppCookieStickinessPolicy as ELB_AppCookieStickinessPolicy } from "./elb/AppCookieStickinessPolicy"; -import { Attachment as ELB_Attachment } from "./elb/Attachment"; -import { ListenerPolicy as ELB_ListenerPolicy } from "./elb/ListenerPolicy"; -import { LoadBalancer as ELB_LoadBalancer } from "./elb/LoadBalancer"; -import { LoadBalancerBackendServerPolicy as ELB_LoadBalancerBackendServerPolicy } from "./elb/LoadBalancerBackendServerPolicy"; -import { LoadBalancerCookieStickinessPolicy as ELB_LoadBalancerCookieStickinessPolicy } from "./elb/LoadBalancerCookieStickinessPolicy"; -import { LoadBalancerPolicy as ELB_LoadBalancerPolicy } from "./elb/LoadBalancerPolicy"; -import { SslNegotiationPolicy as ELB_SslNegotiationPolicy } from "./elb/SslNegotiationPolicy"; -import { BlockPublicAccessConfiguration as EMR_BlockPublicAccessConfiguration } from "./emr/BlockPublicAccessConfiguration"; -import { Cluster as EMR_Cluster } from "./emr/Cluster"; -import { InstanceFleet as EMR_InstanceFleet } from "./emr/InstanceFleet"; -import { InstanceGroup as EMR_InstanceGroup } from "./emr/InstanceGroup"; -import { ManagedScalingPolicy as EMR_ManagedScalingPolicy } from "./emr/ManagedScalingPolicy"; -import { SecurityConfiguration as EMR_SecurityConfiguration } from "./emr/SecurityConfiguration"; -import { Studio as EMR_Studio } from "./emr/Studio"; -import { StudioSessionMapping as EMR_StudioSessionMapping } from "./emr/StudioSessionMapping"; -import { JobTemplate as EMRCONTAINERS_JobTemplate } from "./emrcontainers/JobTemplate"; -import { VirtualCluster as EMRCONTAINERS_VirtualCluster } from "./emrcontainers/VirtualCluster"; -import { Application as EMRSERVERLESS_Application } from "./emrserverless/Application"; -import { Feature as EVIDENTLY_Feature } from "./evidently/Feature"; -import { Launch as EVIDENTLY_Launch } from "./evidently/Launch"; -import { Project as EVIDENTLY_Project } from "./evidently/Project"; -import { Segment as EVIDENTLY_Segment } from "./evidently/Segment"; -import { KxCluster as FINSPACE_KxCluster } from "./finspace/KxCluster"; -import { KxDatabase as FINSPACE_KxDatabase } from "./finspace/KxDatabase"; -import { KxDataview as FINSPACE_KxDataview } from "./finspace/KxDataview"; -import { KxEnvironment as FINSPACE_KxEnvironment } from "./finspace/KxEnvironment"; -import { KxScalingGroup as FINSPACE_KxScalingGroup } from "./finspace/KxScalingGroup"; -import { KxUser as FINSPACE_KxUser } from "./finspace/KxUser"; -import { KxVolume as FINSPACE_KxVolume } from "./finspace/KxVolume"; -import { ExperimentTemplate as FIS_ExperimentTemplate } from "./fis/ExperimentTemplate"; -import { AdminAccount as FMS_AdminAccount } from "./fms/AdminAccount"; -import { Policy as FMS_Policy } from "./fms/Policy"; -import { ResourceSet as FMS_ResourceSet } from "./fms/ResourceSet"; -import { Backup as FSX_Backup } from "./fsx/Backup"; -import { DataRepositoryAssociation as FSX_DataRepositoryAssociation } from "./fsx/DataRepositoryAssociation"; -import { FileCache as FSX_FileCache } from "./fsx/FileCache"; -import { LustreFileSystem as FSX_LustreFileSystem } from "./fsx/LustreFileSystem"; -import { OntapFileSystem as FSX_OntapFileSystem } from "./fsx/OntapFileSystem"; -import { OntapStorageVirtualMachine as FSX_OntapStorageVirtualMachine } from "./fsx/OntapStorageVirtualMachine"; -import { OntapVolume as FSX_OntapVolume } from "./fsx/OntapVolume"; -import { OpenZfsFileSystem as FSX_OpenZfsFileSystem } from "./fsx/OpenZfsFileSystem"; -import { OpenZfsSnapshot as FSX_OpenZfsSnapshot } from "./fsx/OpenZfsSnapshot"; -import { OpenZfsVolume as FSX_OpenZfsVolume } from "./fsx/OpenZfsVolume"; -import { WindowsFileSystem as FSX_WindowsFileSystem } from "./fsx/WindowsFileSystem"; -import { Alias as GAMELIFT_Alias } from "./gamelift/Alias"; -import { Build as GAMELIFT_Build } from "./gamelift/Build"; -import { Fleet as GAMELIFT_Fleet } from "./gamelift/Fleet"; -import { GameServerGroup as GAMELIFT_GameServerGroup } from "./gamelift/GameServerGroup"; -import { GameSessionQueue as GAMELIFT_GameSessionQueue } from "./gamelift/GameSessionQueue"; -import { MatchmakingConfiguration as GAMELIFT_MatchmakingConfiguration } from "./gamelift/MatchmakingConfiguration"; -import { MatchmakingRuleSet as GAMELIFT_MatchmakingRuleSet } from "./gamelift/MatchmakingRuleSet"; -import { Script as GAMELIFT_Script } from "./gamelift/Script"; -import { Vault as GLACIER_Vault } from "./glacier/Vault"; -import { VaultLock as GLACIER_VaultLock } from "./glacier/VaultLock"; -import { Accelerator as GLOBALACCELERATOR_Accelerator } from "./globalaccelerator/Accelerator"; -import { CrossAccountAttachment as GLOBALACCELERATOR_CrossAccountAttachment } from "./globalaccelerator/CrossAccountAttachment"; -import { CustomRoutingAccelerator as GLOBALACCELERATOR_CustomRoutingAccelerator } from "./globalaccelerator/CustomRoutingAccelerator"; -import { CustomRoutingEndpointGroup as GLOBALACCELERATOR_CustomRoutingEndpointGroup } from "./globalaccelerator/CustomRoutingEndpointGroup"; -import { CustomRoutingListener as GLOBALACCELERATOR_CustomRoutingListener } from "./globalaccelerator/CustomRoutingListener"; -import { EndpointGroup as GLOBALACCELERATOR_EndpointGroup } from "./globalaccelerator/EndpointGroup"; -import { Listener as GLOBALACCELERATOR_Listener } from "./globalaccelerator/Listener"; -import { CatalogDatabase as GLUE_CatalogDatabase } from "./glue/CatalogDatabase"; -import { CatalogTable as GLUE_CatalogTable } from "./glue/CatalogTable"; -import { CatalogTableOptimizer as GLUE_CatalogTableOptimizer } from "./glue/CatalogTableOptimizer"; -import { Classifier as GLUE_Classifier } from "./glue/Classifier"; -import { Connection as GLUE_Connection } from "./glue/Connection"; -import { Crawler as GLUE_Crawler } from "./glue/Crawler"; -import { DataCatalogEncryptionSettings as GLUE_DataCatalogEncryptionSettings } from "./glue/DataCatalogEncryptionSettings"; -import { DataQualityRuleset as GLUE_DataQualityRuleset } from "./glue/DataQualityRuleset"; -import { DevEndpoint as GLUE_DevEndpoint } from "./glue/DevEndpoint"; -import { Job as GLUE_Job } from "./glue/Job"; -import { MLTransform as GLUE_MLTransform } from "./glue/MLTransform"; -import { Partition as GLUE_Partition } from "./glue/Partition"; -import { PartitionIndex as GLUE_PartitionIndex } from "./glue/PartitionIndex"; -import { Registry as GLUE_Registry } from "./glue/Registry"; -import { ResourcePolicy as GLUE_ResourcePolicy } from "./glue/ResourcePolicy"; -import { Schema as GLUE_Schema } from "./glue/Schema"; -import { SecurityConfiguration as GLUE_SecurityConfiguration } from "./glue/SecurityConfiguration"; -import { Trigger as GLUE_Trigger } from "./glue/Trigger"; -import { UserDefinedFunction as GLUE_UserDefinedFunction } from "./glue/UserDefinedFunction"; -import { Workflow as GLUE_Workflow } from "./glue/Workflow"; -import { LicenseAssociation as GRAFANA_LicenseAssociation } from "./grafana/LicenseAssociation"; -import { RoleAssociation as GRAFANA_RoleAssociation } from "./grafana/RoleAssociation"; -import { Workspace as GRAFANA_Workspace } from "./grafana/Workspace"; -import { WorkspaceApiKey as GRAFANA_WorkspaceApiKey } from "./grafana/WorkspaceApiKey"; -import { WorkspaceSamlConfiguration as GRAFANA_WorkspaceSamlConfiguration } from "./grafana/WorkspaceSamlConfiguration"; -import { WorkspaceServiceAccount as GRAFANA_WorkspaceServiceAccount } from "./grafana/WorkspaceServiceAccount"; -import { WorkspaceServiceAccountToken as GRAFANA_WorkspaceServiceAccountToken } from "./grafana/WorkspaceServiceAccountToken"; -import { Detector as GUARDDUTY_Detector } from "./guardduty/Detector"; -import { DetectorFeature as GUARDDUTY_DetectorFeature } from "./guardduty/DetectorFeature"; -import { Filter as GUARDDUTY_Filter } from "./guardduty/Filter"; -import { InviteAccepter as GUARDDUTY_InviteAccepter } from "./guardduty/InviteAccepter"; -import { IPSet as GUARDDUTY_IPSet } from "./guardduty/IPSet"; -import { MalwareProtectionPlan as GUARDDUTY_MalwareProtectionPlan } from "./guardduty/MalwareProtectionPlan"; -import { Member as GUARDDUTY_Member } from "./guardduty/Member"; -import { OrganizationAdminAccount as GUARDDUTY_OrganizationAdminAccount } from "./guardduty/OrganizationAdminAccount"; -import { OrganizationConfiguration as GUARDDUTY_OrganizationConfiguration } from "./guardduty/OrganizationConfiguration"; -import { OrganizationConfigurationFeature as GUARDDUTY_OrganizationConfigurationFeature } from "./guardduty/OrganizationConfigurationFeature"; -import { PublishingDestination as GUARDDUTY_PublishingDestination } from "./guardduty/PublishingDestination"; -import { ThreatIntelSet as GUARDDUTY_ThreatIntelSet } from "./guardduty/ThreatIntelSet"; -import { AccessKey as IAM_AccessKey } from "./iam/AccessKey"; -import { AccountAlias as IAM_AccountAlias } from "./iam/AccountAlias"; -import { AccountPasswordPolicy as IAM_AccountPasswordPolicy } from "./iam/AccountPasswordPolicy"; -import { Group as IAM_Group } from "./iam/Group"; -import { GroupMembership as IAM_GroupMembership } from "./iam/GroupMembership"; -import { GroupPolicy as IAM_GroupPolicy } from "./iam/GroupPolicy"; -import { GroupPolicyAttachment as IAM_GroupPolicyAttachment } from "./iam/GroupPolicyAttachment"; -import { InstanceProfile as IAM_InstanceProfile } from "./iam/InstanceProfile"; -import { OpenIdConnectProvider as IAM_OpenIdConnectProvider } from "./iam/OpenIdConnectProvider"; -import { Policy as IAM_Policy } from "./iam/Policy"; -import { PolicyAttachment as IAM_PolicyAttachment } from "./iam/PolicyAttachment"; -import { Role as IAM_Role } from "./iam/Role"; -import { RolePolicy as IAM_RolePolicy } from "./iam/RolePolicy"; -import { RolePolicyAttachment as IAM_RolePolicyAttachment } from "./iam/RolePolicyAttachment"; -import { SamlProvider as IAM_SamlProvider } from "./iam/SamlProvider"; -import { SecurityTokenServicePreferences as IAM_SecurityTokenServicePreferences } from "./iam/SecurityTokenServicePreferences"; -import { ServerCertificate as IAM_ServerCertificate } from "./iam/ServerCertificate"; -import { ServiceLinkedRole as IAM_ServiceLinkedRole } from "./iam/ServiceLinkedRole"; -import { ServiceSpecificCredential as IAM_ServiceSpecificCredential } from "./iam/ServiceSpecificCredential"; -import { SigningCertificate as IAM_SigningCertificate } from "./iam/SigningCertificate"; -import { SshKey as IAM_SshKey } from "./iam/SshKey"; -import { User as IAM_User } from "./iam/User"; -import { UserGroupMembership as IAM_UserGroupMembership } from "./iam/UserGroupMembership"; -import { UserLoginProfile as IAM_UserLoginProfile } from "./iam/UserLoginProfile"; -import { UserPolicy as IAM_UserPolicy } from "./iam/UserPolicy"; -import { UserPolicyAttachment as IAM_UserPolicyAttachment } from "./iam/UserPolicyAttachment"; -import { VirtualMfaDevice as IAM_VirtualMfaDevice } from "./iam/VirtualMfaDevice"; -import { Group as IDENTITYSTORE_Group } from "./identitystore/Group"; -import { GroupMembership as IDENTITYSTORE_GroupMembership } from "./identitystore/GroupMembership"; -import { User as IDENTITYSTORE_User } from "./identitystore/User"; -import { Component as IMAGEBUILDER_Component } from "./imagebuilder/Component"; -import { ContainerRecipe as IMAGEBUILDER_ContainerRecipe } from "./imagebuilder/ContainerRecipe"; -import { DistributionConfiguration as IMAGEBUILDER_DistributionConfiguration } from "./imagebuilder/DistributionConfiguration"; -import { Image as IMAGEBUILDER_Image } from "./imagebuilder/Image"; -import { ImagePipeline as IMAGEBUILDER_ImagePipeline } from "./imagebuilder/ImagePipeline"; -import { ImageRecipe as IMAGEBUILDER_ImageRecipe } from "./imagebuilder/ImageRecipe"; -import { InfrastructureConfiguration as IMAGEBUILDER_InfrastructureConfiguration } from "./imagebuilder/InfrastructureConfiguration"; -import { Workflow as IMAGEBUILDER_Workflow } from "./imagebuilder/Workflow"; -import { AssessmentTarget as INSPECTOR_AssessmentTarget } from "./inspector/AssessmentTarget"; -import { AssessmentTemplate as INSPECTOR_AssessmentTemplate } from "./inspector/AssessmentTemplate"; -import { ResourceGroup as INSPECTOR_ResourceGroup } from "./inspector/ResourceGroup"; -import { DelegatedAdminAccount as INSPECTOR2_DelegatedAdminAccount } from "./inspector2/DelegatedAdminAccount"; -import { Enabler as INSPECTOR2_Enabler } from "./inspector2/Enabler"; -import { MemberAssociation as INSPECTOR2_MemberAssociation } from "./inspector2/MemberAssociation"; -import { OrganizationConfiguration as INSPECTOR2_OrganizationConfiguration } from "./inspector2/OrganizationConfiguration"; -import { Authorizer as IOT_Authorizer } from "./iot/Authorizer"; -import { BillingGroup as IOT_BillingGroup } from "./iot/BillingGroup"; -import { CaCertificate as IOT_CaCertificate } from "./iot/CaCertificate"; -import { Certificate as IOT_Certificate } from "./iot/Certificate"; -import { DomainConfiguration as IOT_DomainConfiguration } from "./iot/DomainConfiguration"; -import { EventConfigurations as IOT_EventConfigurations } from "./iot/EventConfigurations"; -import { IndexingConfiguration as IOT_IndexingConfiguration } from "./iot/IndexingConfiguration"; -import { LoggingOptions as IOT_LoggingOptions } from "./iot/LoggingOptions"; -import { Policy as IOT_Policy } from "./iot/Policy"; -import { PolicyAttachment as IOT_PolicyAttachment } from "./iot/PolicyAttachment"; -import { ProvisioningTemplate as IOT_ProvisioningTemplate } from "./iot/ProvisioningTemplate"; -import { RoleAlias as IOT_RoleAlias } from "./iot/RoleAlias"; -import { Thing as IOT_Thing } from "./iot/Thing"; -import { ThingGroup as IOT_ThingGroup } from "./iot/ThingGroup"; -import { ThingGroupMembership as IOT_ThingGroupMembership } from "./iot/ThingGroupMembership"; -import { ThingPrincipalAttachment as IOT_ThingPrincipalAttachment } from "./iot/ThingPrincipalAttachment"; -import { ThingType as IOT_ThingType } from "./iot/ThingType"; -import { TopicRule as IOT_TopicRule } from "./iot/TopicRule"; -import { TopicRuleDestination as IOT_TopicRuleDestination } from "./iot/TopicRuleDestination"; -import { Channel as IVS_Channel } from "./ivs/Channel"; -import { PlaybackKeyPair as IVS_PlaybackKeyPair } from "./ivs/PlaybackKeyPair"; -import { RecordingConfiguration as IVS_RecordingConfiguration } from "./ivs/RecordingConfiguration"; -import { LoggingConfiguration as IVSCHAT_LoggingConfiguration } from "./ivschat/LoggingConfiguration"; -import { Room as IVSCHAT_Room } from "./ivschat/Room"; -import { DataSource as KENDRA_DataSource } from "./kendra/DataSource"; -import { Experience as KENDRA_Experience } from "./kendra/Experience"; -import { Faq as KENDRA_Faq } from "./kendra/Faq"; -import { Index as KENDRA_Index } from "./kendra/Index"; -import { QuerySuggestionsBlockList as KENDRA_QuerySuggestionsBlockList } from "./kendra/QuerySuggestionsBlockList"; -import { Thesaurus as KENDRA_Thesaurus } from "./kendra/Thesaurus"; -import { Keyspace as KEYSPACES_Keyspace } from "./keyspaces/Keyspace"; -import { Table as KEYSPACES_Table } from "./keyspaces/Table"; -import { AnalyticsApplication as KINESIS_AnalyticsApplication } from "./kinesis/AnalyticsApplication"; -import { FirehoseDeliveryStream as KINESIS_FirehoseDeliveryStream } from "./kinesis/FirehoseDeliveryStream"; -import { ResourcePolicy as KINESIS_ResourcePolicy } from "./kinesis/ResourcePolicy"; -import { Stream as KINESIS_Stream } from "./kinesis/Stream"; -import { StreamConsumer as KINESIS_StreamConsumer } from "./kinesis/StreamConsumer"; -import { VideoStream as KINESIS_VideoStream } from "./kinesis/VideoStream"; -import { Application as KINESISANALYTICSV2_Application } from "./kinesisanalyticsv2/Application"; -import { ApplicationSnapshot as KINESISANALYTICSV2_ApplicationSnapshot } from "./kinesisanalyticsv2/ApplicationSnapshot"; -import { Alias as KMS_Alias } from "./kms/Alias"; -import { Ciphertext as KMS_Ciphertext } from "./kms/Ciphertext"; -import { CustomKeyStore as KMS_CustomKeyStore } from "./kms/CustomKeyStore"; -import { ExternalKey as KMS_ExternalKey } from "./kms/ExternalKey"; -import { Grant as KMS_Grant } from "./kms/Grant"; -import { Key as KMS_Key } from "./kms/Key"; -import { KeyPolicy as KMS_KeyPolicy } from "./kms/KeyPolicy"; -import { ReplicaExternalKey as KMS_ReplicaExternalKey } from "./kms/ReplicaExternalKey"; -import { ReplicaKey as KMS_ReplicaKey } from "./kms/ReplicaKey"; -import { DataCellsFilter as LAKEFORMATION_DataCellsFilter } from "./lakeformation/DataCellsFilter"; -import { DataLakeSettings as LAKEFORMATION_DataLakeSettings } from "./lakeformation/DataLakeSettings"; -import { LfTag as LAKEFORMATION_LfTag } from "./lakeformation/LfTag"; -import { Permissions as LAKEFORMATION_Permissions } from "./lakeformation/Permissions"; -import { Resource as LAKEFORMATION_Resource } from "./lakeformation/Resource"; -import { ResourceLfTag as LAKEFORMATION_ResourceLfTag } from "./lakeformation/ResourceLfTag"; -import { ResourceLfTags as LAKEFORMATION_ResourceLfTags } from "./lakeformation/ResourceLfTags"; -import { Alias as LAMBDA_Alias } from "./lambda/Alias"; -import { CallbackFunction as LAMBDA_CallbackFunction } from "./lambda/CallbackFunction"; -import { CodeSigningConfig as LAMBDA_CodeSigningConfig } from "./lambda/CodeSigningConfig"; -import { EventSourceMapping as LAMBDA_EventSourceMapping } from "./lambda/EventSourceMapping"; -import { Function as LAMBDA_Function } from "./lambda/Function"; -import { FunctionEventInvokeConfig as LAMBDA_FunctionEventInvokeConfig } from "./lambda/FunctionEventInvokeConfig"; -import { FunctionUrl as LAMBDA_FunctionUrl } from "./lambda/FunctionUrl"; -import { Invocation as LAMBDA_Invocation } from "./lambda/Invocation"; -import { LayerVersion as LAMBDA_LayerVersion } from "./lambda/LayerVersion"; -import { LayerVersionPermission as LAMBDA_LayerVersionPermission } from "./lambda/LayerVersionPermission"; -import { Permission as LAMBDA_Permission } from "./lambda/Permission"; -import { ProvisionedConcurrencyConfig as LAMBDA_ProvisionedConcurrencyConfig } from "./lambda/ProvisionedConcurrencyConfig"; -import { RuntimeManagementConfig as LAMBDA_RuntimeManagementConfig } from "./lambda/RuntimeManagementConfig"; -import { Listener as LB_Listener } from "./lb/Listener"; -import { ListenerCertificate as LB_ListenerCertificate } from "./lb/ListenerCertificate"; -import { ListenerRule as LB_ListenerRule } from "./lb/ListenerRule"; -import { LoadBalancer as LB_LoadBalancer } from "./lb/LoadBalancer"; -import { TargetGroup as LB_TargetGroup } from "./lb/TargetGroup"; -import { TargetGroupAttachment as LB_TargetGroupAttachment } from "./lb/TargetGroupAttachment"; -import { TrustStore as LB_TrustStore } from "./lb/TrustStore"; -import { TrustStoreRevocation as LB_TrustStoreRevocation } from "./lb/TrustStoreRevocation"; -import { Bot as LEX_Bot } from "./lex/Bot"; -import { BotAlias as LEX_BotAlias } from "./lex/BotAlias"; -import { Intent as LEX_Intent } from "./lex/Intent"; -import { SlotType as LEX_SlotType } from "./lex/SlotType"; -import { V2modelsBot as LEX_V2modelsBot } from "./lex/V2modelsBot"; -import { V2modelsBotLocale as LEX_V2modelsBotLocale } from "./lex/V2modelsBotLocale"; -import { V2modelsBotVersion as LEX_V2modelsBotVersion } from "./lex/V2modelsBotVersion"; -import { V2modelsIntent as LEX_V2modelsIntent } from "./lex/V2modelsIntent"; -import { V2modelsSlot as LEX_V2modelsSlot } from "./lex/V2modelsSlot"; -import { V2modelsSlotType as LEX_V2modelsSlotType } from "./lex/V2modelsSlotType"; -import { Association as LICENSEMANAGER_Association } from "./licensemanager/Association"; -import { LicenseConfiguration as LICENSEMANAGER_LicenseConfiguration } from "./licensemanager/LicenseConfiguration"; -import { LicenseGrant as LICENSEMANAGER_LicenseGrant } from "./licensemanager/LicenseGrant"; -import { LicenseGrantAccepter as LICENSEMANAGER_LicenseGrantAccepter } from "./licensemanager/LicenseGrantAccepter"; -import { Bucket as LIGHTSAIL_Bucket } from "./lightsail/Bucket"; -import { BucketAccessKey as LIGHTSAIL_BucketAccessKey } from "./lightsail/BucketAccessKey"; -import { BucketResourceAccess as LIGHTSAIL_BucketResourceAccess } from "./lightsail/BucketResourceAccess"; -import { Certificate as LIGHTSAIL_Certificate } from "./lightsail/Certificate"; -import { ContainerService as LIGHTSAIL_ContainerService } from "./lightsail/ContainerService"; -import { ContainerServiceDeploymentVersion as LIGHTSAIL_ContainerServiceDeploymentVersion } from "./lightsail/ContainerServiceDeploymentVersion"; -import { Database as LIGHTSAIL_Database } from "./lightsail/Database"; -import { Disk as LIGHTSAIL_Disk } from "./lightsail/Disk"; -import { Disk_attachment as LIGHTSAIL_Disk_attachment } from "./lightsail/Disk_attachment"; -import { Distribution as LIGHTSAIL_Distribution } from "./lightsail/Distribution"; -import { Domain as LIGHTSAIL_Domain } from "./lightsail/Domain"; -import { DomainEntry as LIGHTSAIL_DomainEntry } from "./lightsail/DomainEntry"; -import { Instance as LIGHTSAIL_Instance } from "./lightsail/Instance"; -import { InstancePublicPorts as LIGHTSAIL_InstancePublicPorts } from "./lightsail/InstancePublicPorts"; -import { KeyPair as LIGHTSAIL_KeyPair } from "./lightsail/KeyPair"; -import { Lb as LIGHTSAIL_Lb } from "./lightsail/Lb"; -import { LbAttachment as LIGHTSAIL_LbAttachment } from "./lightsail/LbAttachment"; -import { LbCertificate as LIGHTSAIL_LbCertificate } from "./lightsail/LbCertificate"; -import { LbCertificateAttachment as LIGHTSAIL_LbCertificateAttachment } from "./lightsail/LbCertificateAttachment"; -import { LbHttpsRedirectionPolicy as LIGHTSAIL_LbHttpsRedirectionPolicy } from "./lightsail/LbHttpsRedirectionPolicy"; -import { LbStickinessPolicy as LIGHTSAIL_LbStickinessPolicy } from "./lightsail/LbStickinessPolicy"; -import { StaticIp as LIGHTSAIL_StaticIp } from "./lightsail/StaticIp"; -import { StaticIpAttachment as LIGHTSAIL_StaticIpAttachment } from "./lightsail/StaticIpAttachment"; -import { GeofenceCollection as LOCATION_GeofenceCollection } from "./location/GeofenceCollection"; -import { MapResource as LOCATION_MapResource } from "./location/MapResource"; -import { PlaceIndex as LOCATION_PlaceIndex } from "./location/PlaceIndex"; -import { RouteCalculation as LOCATION_RouteCalculation } from "./location/RouteCalculation"; -import { Tracker as LOCATION_Tracker } from "./location/Tracker"; -import { TrackerAssociation as LOCATION_TrackerAssociation } from "./location/TrackerAssociation"; -import { Application as M2_Application } from "./m2/Application"; -import { Deployment as M2_Deployment } from "./m2/Deployment"; -import { Environment as M2_Environment } from "./m2/Environment"; -import { CustomDataIdentifier as MACIE_CustomDataIdentifier } from "./macie/CustomDataIdentifier"; -import { FindingsFilter as MACIE_FindingsFilter } from "./macie/FindingsFilter"; -import { Account as MACIE2_Account } from "./macie2/Account"; -import { ClassificationExportConfiguration as MACIE2_ClassificationExportConfiguration } from "./macie2/ClassificationExportConfiguration"; -import { ClassificationJob as MACIE2_ClassificationJob } from "./macie2/ClassificationJob"; -import { InvitationAccepter as MACIE2_InvitationAccepter } from "./macie2/InvitationAccepter"; -import { Member as MACIE2_Member } from "./macie2/Member"; -import { OrganizationAdminAccount as MACIE2_OrganizationAdminAccount } from "./macie2/OrganizationAdminAccount"; -import { Queue as MEDIACONVERT_Queue } from "./mediaconvert/Queue"; -import { Channel as MEDIALIVE_Channel } from "./medialive/Channel"; -import { Input as MEDIALIVE_Input } from "./medialive/Input"; -import { InputSecurityGroup as MEDIALIVE_InputSecurityGroup } from "./medialive/InputSecurityGroup"; -import { Multiplex as MEDIALIVE_Multiplex } from "./medialive/Multiplex"; -import { MultiplexProgram as MEDIALIVE_MultiplexProgram } from "./medialive/MultiplexProgram"; -import { Channel as MEDIAPACKAGE_Channel } from "./mediapackage/Channel"; -import { Container as MEDIASTORE_Container } from "./mediastore/Container"; -import { ContainerPolicy as MEDIASTORE_ContainerPolicy } from "./mediastore/ContainerPolicy"; -import { Acl as MEMORYDB_Acl } from "./memorydb/Acl"; -import { Cluster as MEMORYDB_Cluster } from "./memorydb/Cluster"; -import { ParameterGroup as MEMORYDB_ParameterGroup } from "./memorydb/ParameterGroup"; -import { Snapshot as MEMORYDB_Snapshot } from "./memorydb/Snapshot"; -import { SubnetGroup as MEMORYDB_SubnetGroup } from "./memorydb/SubnetGroup"; -import { User as MEMORYDB_User } from "./memorydb/User"; -import { Broker as MQ_Broker } from "./mq/Broker"; -import { Configuration as MQ_Configuration } from "./mq/Configuration"; -import { Cluster as MSK_Cluster } from "./msk/Cluster"; -import { ClusterPolicy as MSK_ClusterPolicy } from "./msk/ClusterPolicy"; -import { Configuration as MSK_Configuration } from "./msk/Configuration"; -import { Replicator as MSK_Replicator } from "./msk/Replicator"; -import { ScramSecretAssociation as MSK_ScramSecretAssociation } from "./msk/ScramSecretAssociation"; -import { ServerlessCluster as MSK_ServerlessCluster } from "./msk/ServerlessCluster"; -import { VpcConnection as MSK_VpcConnection } from "./msk/VpcConnection"; -import { Connector as MSKCONNECT_Connector } from "./mskconnect/Connector"; -import { CustomPlugin as MSKCONNECT_CustomPlugin } from "./mskconnect/CustomPlugin"; -import { WorkerConfiguration as MSKCONNECT_WorkerConfiguration } from "./mskconnect/WorkerConfiguration"; -import { Environment as MWAA_Environment } from "./mwaa/Environment"; -import { Cluster as NEPTUNE_Cluster } from "./neptune/Cluster"; -import { ClusterEndpoint as NEPTUNE_ClusterEndpoint } from "./neptune/ClusterEndpoint"; -import { ClusterInstance as NEPTUNE_ClusterInstance } from "./neptune/ClusterInstance"; -import { ClusterParameterGroup as NEPTUNE_ClusterParameterGroup } from "./neptune/ClusterParameterGroup"; -import { ClusterSnapshot as NEPTUNE_ClusterSnapshot } from "./neptune/ClusterSnapshot"; -import { EventSubscription as NEPTUNE_EventSubscription } from "./neptune/EventSubscription"; -import { GlobalCluster as NEPTUNE_GlobalCluster } from "./neptune/GlobalCluster"; -import { ParameterGroup as NEPTUNE_ParameterGroup } from "./neptune/ParameterGroup"; -import { SubnetGroup as NEPTUNE_SubnetGroup } from "./neptune/SubnetGroup"; -import { Firewall as NETWORKFIREWALL_Firewall } from "./networkfirewall/Firewall"; -import { FirewallPolicy as NETWORKFIREWALL_FirewallPolicy } from "./networkfirewall/FirewallPolicy"; -import { LoggingConfiguration as NETWORKFIREWALL_LoggingConfiguration } from "./networkfirewall/LoggingConfiguration"; -import { ResourcePolicy as NETWORKFIREWALL_ResourcePolicy } from "./networkfirewall/ResourcePolicy"; -import { RuleGroup as NETWORKFIREWALL_RuleGroup } from "./networkfirewall/RuleGroup"; -import { TlsInspectionConfiguration as NETWORKFIREWALL_TlsInspectionConfiguration } from "./networkfirewall/TlsInspectionConfiguration"; -import { AttachmentAccepter as NETWORKMANAGER_AttachmentAccepter } from "./networkmanager/AttachmentAccepter"; -import { ConnectAttachment as NETWORKMANAGER_ConnectAttachment } from "./networkmanager/ConnectAttachment"; -import { Connection as NETWORKMANAGER_Connection } from "./networkmanager/Connection"; -import { ConnectPeer as NETWORKMANAGER_ConnectPeer } from "./networkmanager/ConnectPeer"; -import { CoreNetwork as NETWORKMANAGER_CoreNetwork } from "./networkmanager/CoreNetwork"; -import { CoreNetworkPolicyAttachment as NETWORKMANAGER_CoreNetworkPolicyAttachment } from "./networkmanager/CoreNetworkPolicyAttachment"; -import { CustomerGatewayAssociation as NETWORKMANAGER_CustomerGatewayAssociation } from "./networkmanager/CustomerGatewayAssociation"; -import { Device as NETWORKMANAGER_Device } from "./networkmanager/Device"; -import { GlobalNetwork as NETWORKMANAGER_GlobalNetwork } from "./networkmanager/GlobalNetwork"; -import { Link as NETWORKMANAGER_Link } from "./networkmanager/Link"; -import { LinkAssociation as NETWORKMANAGER_LinkAssociation } from "./networkmanager/LinkAssociation"; -import { Site as NETWORKMANAGER_Site } from "./networkmanager/Site"; -import { SiteToSiteVpnAttachment as NETWORKMANAGER_SiteToSiteVpnAttachment } from "./networkmanager/SiteToSiteVpnAttachment"; -import { TransitGatewayConnectPeerAssociation as NETWORKMANAGER_TransitGatewayConnectPeerAssociation } from "./networkmanager/TransitGatewayConnectPeerAssociation"; -import { TransitGatewayPeering as NETWORKMANAGER_TransitGatewayPeering } from "./networkmanager/TransitGatewayPeering"; -import { TransitGatewayRegistration as NETWORKMANAGER_TransitGatewayRegistration } from "./networkmanager/TransitGatewayRegistration"; -import { TransitGatewayRouteTableAttachment as NETWORKMANAGER_TransitGatewayRouteTableAttachment } from "./networkmanager/TransitGatewayRouteTableAttachment"; -import { VpcAttachment as NETWORKMANAGER_VpcAttachment } from "./networkmanager/VpcAttachment"; -import { Monitor as NETWORKMONITOR_Monitor } from "./networkmonitor/Monitor"; -import { Probe as NETWORKMONITOR_Probe } from "./networkmonitor/Probe"; -import { Link as OAM_Link } from "./oam/Link"; -import { Sink as OAM_Sink } from "./oam/Sink"; -import { SinkPolicy as OAM_SinkPolicy } from "./oam/SinkPolicy"; -import { Domain as OPENSEARCH_Domain } from "./opensearch/Domain"; -import { DomainPolicy as OPENSEARCH_DomainPolicy } from "./opensearch/DomainPolicy"; -import { DomainSamlOptions as OPENSEARCH_DomainSamlOptions } from "./opensearch/DomainSamlOptions"; -import { InboundConnectionAccepter as OPENSEARCH_InboundConnectionAccepter } from "./opensearch/InboundConnectionAccepter"; -import { OutboundConnection as OPENSEARCH_OutboundConnection } from "./opensearch/OutboundConnection"; -import { Package as OPENSEARCH_Package } from "./opensearch/Package"; -import { PackageAssociation as OPENSEARCH_PackageAssociation } from "./opensearch/PackageAssociation"; -import { ServerlessAccessPolicy as OPENSEARCH_ServerlessAccessPolicy } from "./opensearch/ServerlessAccessPolicy"; -import { ServerlessCollection as OPENSEARCH_ServerlessCollection } from "./opensearch/ServerlessCollection"; -import { ServerlessLifecyclePolicy as OPENSEARCH_ServerlessLifecyclePolicy } from "./opensearch/ServerlessLifecyclePolicy"; -import { ServerlessSecurityConfig as OPENSEARCH_ServerlessSecurityConfig } from "./opensearch/ServerlessSecurityConfig"; -import { ServerlessSecurityPolicy as OPENSEARCH_ServerlessSecurityPolicy } from "./opensearch/ServerlessSecurityPolicy"; -import { ServerlessVpcEndpoint as OPENSEARCH_ServerlessVpcEndpoint } from "./opensearch/ServerlessVpcEndpoint"; -import { VpcEndpoint as OPENSEARCH_VpcEndpoint } from "./opensearch/VpcEndpoint"; -import { Pipeline as OPENSEARCHINGEST_Pipeline } from "./opensearchingest/Pipeline"; -import { Application as OPSWORKS_Application } from "./opsworks/Application"; -import { CustomLayer as OPSWORKS_CustomLayer } from "./opsworks/CustomLayer"; -import { EcsClusterLayer as OPSWORKS_EcsClusterLayer } from "./opsworks/EcsClusterLayer"; -import { GangliaLayer as OPSWORKS_GangliaLayer } from "./opsworks/GangliaLayer"; -import { HaproxyLayer as OPSWORKS_HaproxyLayer } from "./opsworks/HaproxyLayer"; -import { Instance as OPSWORKS_Instance } from "./opsworks/Instance"; -import { JavaAppLayer as OPSWORKS_JavaAppLayer } from "./opsworks/JavaAppLayer"; -import { MemcachedLayer as OPSWORKS_MemcachedLayer } from "./opsworks/MemcachedLayer"; -import { MysqlLayer as OPSWORKS_MysqlLayer } from "./opsworks/MysqlLayer"; -import { NodejsAppLayer as OPSWORKS_NodejsAppLayer } from "./opsworks/NodejsAppLayer"; -import { Permission as OPSWORKS_Permission } from "./opsworks/Permission"; -import { PhpAppLayer as OPSWORKS_PhpAppLayer } from "./opsworks/PhpAppLayer"; -import { RailsAppLayer as OPSWORKS_RailsAppLayer } from "./opsworks/RailsAppLayer"; -import { RdsDbInstance as OPSWORKS_RdsDbInstance } from "./opsworks/RdsDbInstance"; -import { Stack as OPSWORKS_Stack } from "./opsworks/Stack"; -import { StaticWebLayer as OPSWORKS_StaticWebLayer } from "./opsworks/StaticWebLayer"; -import { UserProfile as OPSWORKS_UserProfile } from "./opsworks/UserProfile"; -import { Account as ORGANIZATIONS_Account } from "./organizations/Account"; -import { DelegatedAdministrator as ORGANIZATIONS_DelegatedAdministrator } from "./organizations/DelegatedAdministrator"; -import { Organization as ORGANIZATIONS_Organization } from "./organizations/Organization"; -import { OrganizationalUnit as ORGANIZATIONS_OrganizationalUnit } from "./organizations/OrganizationalUnit"; -import { Policy as ORGANIZATIONS_Policy } from "./organizations/Policy"; -import { PolicyAttachment as ORGANIZATIONS_PolicyAttachment } from "./organizations/PolicyAttachment"; -import { ResourcePolicy as ORGANIZATIONS_ResourcePolicy } from "./organizations/ResourcePolicy"; -import { Key as PAYMENTCRYPTOGRAPHY_Key } from "./paymentcryptography/Key"; -import { KeyAlias as PAYMENTCRYPTOGRAPHY_KeyAlias } from "./paymentcryptography/KeyAlias"; -import { AdmChannel as PINPOINT_AdmChannel } from "./pinpoint/AdmChannel"; -import { ApnsChannel as PINPOINT_ApnsChannel } from "./pinpoint/ApnsChannel"; -import { ApnsSandboxChannel as PINPOINT_ApnsSandboxChannel } from "./pinpoint/ApnsSandboxChannel"; -import { ApnsVoipChannel as PINPOINT_ApnsVoipChannel } from "./pinpoint/ApnsVoipChannel"; -import { ApnsVoipSandboxChannel as PINPOINT_ApnsVoipSandboxChannel } from "./pinpoint/ApnsVoipSandboxChannel"; -import { App as PINPOINT_App } from "./pinpoint/App"; -import { BaiduChannel as PINPOINT_BaiduChannel } from "./pinpoint/BaiduChannel"; -import { EmailChannel as PINPOINT_EmailChannel } from "./pinpoint/EmailChannel"; -import { EmailTemplate as PINPOINT_EmailTemplate } from "./pinpoint/EmailTemplate"; -import { EventStream as PINPOINT_EventStream } from "./pinpoint/EventStream"; -import { GcmChannel as PINPOINT_GcmChannel } from "./pinpoint/GcmChannel"; -import { SmsChannel as PINPOINT_SmsChannel } from "./pinpoint/SmsChannel"; -import { Pipe as PIPES_Pipe } from "./pipes/Pipe"; -import { Ledger as QLDB_Ledger } from "./qldb/Ledger"; -import { Stream as QLDB_Stream } from "./qldb/Stream"; -import { AccountSubscription as QUICKSIGHT_AccountSubscription } from "./quicksight/AccountSubscription"; -import { Analysis as QUICKSIGHT_Analysis } from "./quicksight/Analysis"; -import { Dashboard as QUICKSIGHT_Dashboard } from "./quicksight/Dashboard"; -import { DataSet as QUICKSIGHT_DataSet } from "./quicksight/DataSet"; -import { DataSource as QUICKSIGHT_DataSource } from "./quicksight/DataSource"; -import { Folder as QUICKSIGHT_Folder } from "./quicksight/Folder"; -import { FolderMembership as QUICKSIGHT_FolderMembership } from "./quicksight/FolderMembership"; -import { Group as QUICKSIGHT_Group } from "./quicksight/Group"; -import { GroupMembership as QUICKSIGHT_GroupMembership } from "./quicksight/GroupMembership"; -import { IamPolicyAssignment as QUICKSIGHT_IamPolicyAssignment } from "./quicksight/IamPolicyAssignment"; -import { Ingestion as QUICKSIGHT_Ingestion } from "./quicksight/Ingestion"; -import { Namespace as QUICKSIGHT_Namespace } from "./quicksight/Namespace"; -import { RefreshSchedule as QUICKSIGHT_RefreshSchedule } from "./quicksight/RefreshSchedule"; -import { Template as QUICKSIGHT_Template } from "./quicksight/Template"; -import { TemplateAlias as QUICKSIGHT_TemplateAlias } from "./quicksight/TemplateAlias"; -import { Theme as QUICKSIGHT_Theme } from "./quicksight/Theme"; -import { User as QUICKSIGHT_User } from "./quicksight/User"; -import { VpcConnection as QUICKSIGHT_VpcConnection } from "./quicksight/VpcConnection"; -import { PrincipalAssociation as RAM_PrincipalAssociation } from "./ram/PrincipalAssociation"; -import { ResourceAssociation as RAM_ResourceAssociation } from "./ram/ResourceAssociation"; -import { ResourceShare as RAM_ResourceShare } from "./ram/ResourceShare"; -import { ResourceShareAccepter as RAM_ResourceShareAccepter } from "./ram/ResourceShareAccepter"; -import { SharingWithOrganization as RAM_SharingWithOrganization } from "./ram/SharingWithOrganization"; -import { Rule as RBIN_Rule } from "./rbin/Rule"; -import { Certificate as RDS_Certificate } from "./rds/Certificate"; -import { Cluster as RDS_Cluster } from "./rds/Cluster"; -import { ClusterActivityStream as RDS_ClusterActivityStream } from "./rds/ClusterActivityStream"; -import { ClusterEndpoint as RDS_ClusterEndpoint } from "./rds/ClusterEndpoint"; -import { ClusterInstance as RDS_ClusterInstance } from "./rds/ClusterInstance"; -import { ClusterParameterGroup as RDS_ClusterParameterGroup } from "./rds/ClusterParameterGroup"; -import { ClusterRoleAssociation as RDS_ClusterRoleAssociation } from "./rds/ClusterRoleAssociation"; -import { ClusterSnapshot as RDS_ClusterSnapshot } from "./rds/ClusterSnapshot"; -import { CustomDbEngineVersion as RDS_CustomDbEngineVersion } from "./rds/CustomDbEngineVersion"; -import { EventSubscription as RDS_EventSubscription } from "./rds/EventSubscription"; -import { ExportTask as RDS_ExportTask } from "./rds/ExportTask"; -import { GlobalCluster as RDS_GlobalCluster } from "./rds/GlobalCluster"; -import { Instance as RDS_Instance } from "./rds/Instance"; -import { InstanceAutomatedBackupsReplication as RDS_InstanceAutomatedBackupsReplication } from "./rds/InstanceAutomatedBackupsReplication"; -import { Integration as RDS_Integration } from "./rds/Integration"; -import { OptionGroup as RDS_OptionGroup } from "./rds/OptionGroup"; -import { ParameterGroup as RDS_ParameterGroup } from "./rds/ParameterGroup"; -import { Proxy as RDS_Proxy } from "./rds/Proxy"; -import { ProxyDefaultTargetGroup as RDS_ProxyDefaultTargetGroup } from "./rds/ProxyDefaultTargetGroup"; -import { ProxyEndpoint as RDS_ProxyEndpoint } from "./rds/ProxyEndpoint"; -import { ProxyTarget as RDS_ProxyTarget } from "./rds/ProxyTarget"; -import { ReservedInstance as RDS_ReservedInstance } from "./rds/ReservedInstance"; -import { RoleAssociation as RDS_RoleAssociation } from "./rds/RoleAssociation"; -import { Snapshot as RDS_Snapshot } from "./rds/Snapshot"; -import { SnapshotCopy as RDS_SnapshotCopy } from "./rds/SnapshotCopy"; -import { SubnetGroup as RDS_SubnetGroup } from "./rds/SubnetGroup"; -import { AuthenticationProfile as REDSHIFT_AuthenticationProfile } from "./redshift/AuthenticationProfile"; -import { Cluster as REDSHIFT_Cluster } from "./redshift/Cluster"; -import { ClusterIamRoles as REDSHIFT_ClusterIamRoles } from "./redshift/ClusterIamRoles"; -import { ClusterSnapshot as REDSHIFT_ClusterSnapshot } from "./redshift/ClusterSnapshot"; -import { DataShareAuthorization as REDSHIFT_DataShareAuthorization } from "./redshift/DataShareAuthorization"; -import { DataShareConsumerAssociation as REDSHIFT_DataShareConsumerAssociation } from "./redshift/DataShareConsumerAssociation"; -import { EndpointAccess as REDSHIFT_EndpointAccess } from "./redshift/EndpointAccess"; -import { EndpointAuthorization as REDSHIFT_EndpointAuthorization } from "./redshift/EndpointAuthorization"; -import { EventSubscription as REDSHIFT_EventSubscription } from "./redshift/EventSubscription"; -import { HsmClientCertificate as REDSHIFT_HsmClientCertificate } from "./redshift/HsmClientCertificate"; -import { HsmConfiguration as REDSHIFT_HsmConfiguration } from "./redshift/HsmConfiguration"; -import { Logging as REDSHIFT_Logging } from "./redshift/Logging"; -import { ParameterGroup as REDSHIFT_ParameterGroup } from "./redshift/ParameterGroup"; -import { Partner as REDSHIFT_Partner } from "./redshift/Partner"; -import { ResourcePolicy as REDSHIFT_ResourcePolicy } from "./redshift/ResourcePolicy"; -import { ScheduledAction as REDSHIFT_ScheduledAction } from "./redshift/ScheduledAction"; -import { SnapshotCopy as REDSHIFT_SnapshotCopy } from "./redshift/SnapshotCopy"; -import { SnapshotCopyGrant as REDSHIFT_SnapshotCopyGrant } from "./redshift/SnapshotCopyGrant"; -import { SnapshotSchedule as REDSHIFT_SnapshotSchedule } from "./redshift/SnapshotSchedule"; -import { SnapshotScheduleAssociation as REDSHIFT_SnapshotScheduleAssociation } from "./redshift/SnapshotScheduleAssociation"; -import { SubnetGroup as REDSHIFT_SubnetGroup } from "./redshift/SubnetGroup"; -import { UsageLimit as REDSHIFT_UsageLimit } from "./redshift/UsageLimit"; -import { Statement as REDSHIFTDATA_Statement } from "./redshiftdata/Statement"; -import { CustomDomainAssociation as REDSHIFTSERVERLESS_CustomDomainAssociation } from "./redshiftserverless/CustomDomainAssociation"; -import { EndpointAccess as REDSHIFTSERVERLESS_EndpointAccess } from "./redshiftserverless/EndpointAccess"; -import { Namespace as REDSHIFTSERVERLESS_Namespace } from "./redshiftserverless/Namespace"; -import { ResourcePolicy as REDSHIFTSERVERLESS_ResourcePolicy } from "./redshiftserverless/ResourcePolicy"; -import { Snapshot as REDSHIFTSERVERLESS_Snapshot } from "./redshiftserverless/Snapshot"; -import { UsageLimit as REDSHIFTSERVERLESS_UsageLimit } from "./redshiftserverless/UsageLimit"; -import { Workgroup as REDSHIFTSERVERLESS_Workgroup } from "./redshiftserverless/Workgroup"; -import { Collection as REKOGNITION_Collection } from "./rekognition/Collection"; -import { Project as REKOGNITION_Project } from "./rekognition/Project"; -import { StreamProcessor as REKOGNITION_StreamProcessor } from "./rekognition/StreamProcessor"; -import { Index as RESOURCEEXPLORER_Index } from "./resourceexplorer/Index"; -import { View as RESOURCEEXPLORER_View } from "./resourceexplorer/View"; -import { Group as RESOURCEGROUPS_Group } from "./resourcegroups/Group"; -import { Resource as RESOURCEGROUPS_Resource } from "./resourcegroups/Resource"; -import { Profile as ROLESANYWHERE_Profile } from "./rolesanywhere/Profile"; -import { TrustAnchor as ROLESANYWHERE_TrustAnchor } from "./rolesanywhere/TrustAnchor"; -import { CidrCollection as ROUTE53_CidrCollection } from "./route53/CidrCollection"; -import { CidrLocation as ROUTE53_CidrLocation } from "./route53/CidrLocation"; -import { DelegationSet as ROUTE53_DelegationSet } from "./route53/DelegationSet"; -import { HealthCheck as ROUTE53_HealthCheck } from "./route53/HealthCheck"; -import { HostedZoneDnsSec as ROUTE53_HostedZoneDnsSec } from "./route53/HostedZoneDnsSec"; -import { KeySigningKey as ROUTE53_KeySigningKey } from "./route53/KeySigningKey"; -import { QueryLog as ROUTE53_QueryLog } from "./route53/QueryLog"; -import { Record as ROUTE53_Record } from "./route53/Record"; -import { ResolverConfig as ROUTE53_ResolverConfig } from "./route53/ResolverConfig"; -import { ResolverDnsSecConfig as ROUTE53_ResolverDnsSecConfig } from "./route53/ResolverDnsSecConfig"; -import { ResolverEndpoint as ROUTE53_ResolverEndpoint } from "./route53/ResolverEndpoint"; -import { ResolverFirewallConfig as ROUTE53_ResolverFirewallConfig } from "./route53/ResolverFirewallConfig"; -import { ResolverFirewallDomainList as ROUTE53_ResolverFirewallDomainList } from "./route53/ResolverFirewallDomainList"; -import { ResolverFirewallRule as ROUTE53_ResolverFirewallRule } from "./route53/ResolverFirewallRule"; -import { ResolverFirewallRuleGroup as ROUTE53_ResolverFirewallRuleGroup } from "./route53/ResolverFirewallRuleGroup"; -import { ResolverFirewallRuleGroupAssociation as ROUTE53_ResolverFirewallRuleGroupAssociation } from "./route53/ResolverFirewallRuleGroupAssociation"; -import { ResolverQueryLogConfig as ROUTE53_ResolverQueryLogConfig } from "./route53/ResolverQueryLogConfig"; -import { ResolverQueryLogConfigAssociation as ROUTE53_ResolverQueryLogConfigAssociation } from "./route53/ResolverQueryLogConfigAssociation"; -import { ResolverRule as ROUTE53_ResolverRule } from "./route53/ResolverRule"; -import { ResolverRuleAssociation as ROUTE53_ResolverRuleAssociation } from "./route53/ResolverRuleAssociation"; -import { TrafficPolicy as ROUTE53_TrafficPolicy } from "./route53/TrafficPolicy"; -import { TrafficPolicyInstance as ROUTE53_TrafficPolicyInstance } from "./route53/TrafficPolicyInstance"; -import { VpcAssociationAuthorization as ROUTE53_VpcAssociationAuthorization } from "./route53/VpcAssociationAuthorization"; -import { Zone as ROUTE53_Zone } from "./route53/Zone"; -import { ZoneAssociation as ROUTE53_ZoneAssociation } from "./route53/ZoneAssociation"; -import { DelegationSignerRecord as ROUTE53DOMAINS_DelegationSignerRecord } from "./route53domains/DelegationSignerRecord"; -import { RegisteredDomain as ROUTE53DOMAINS_RegisteredDomain } from "./route53domains/RegisteredDomain"; -import { Cluster as ROUTE53RECOVERYCONTROL_Cluster } from "./route53recoverycontrol/Cluster"; -import { ControlPanel as ROUTE53RECOVERYCONTROL_ControlPanel } from "./route53recoverycontrol/ControlPanel"; -import { RoutingControl as ROUTE53RECOVERYCONTROL_RoutingControl } from "./route53recoverycontrol/RoutingControl"; -import { SafetyRule as ROUTE53RECOVERYCONTROL_SafetyRule } from "./route53recoverycontrol/SafetyRule"; -import { Cell as ROUTE53RECOVERYREADINESS_Cell } from "./route53recoveryreadiness/Cell"; -import { ReadinessCheck as ROUTE53RECOVERYREADINESS_ReadinessCheck } from "./route53recoveryreadiness/ReadinessCheck"; -import { RecoveryGroup as ROUTE53RECOVERYREADINESS_RecoveryGroup } from "./route53recoveryreadiness/RecoveryGroup"; -import { ResourceSet as ROUTE53RECOVERYREADINESS_ResourceSet } from "./route53recoveryreadiness/ResourceSet"; -import { AppMonitor as RUM_AppMonitor } from "./rum/AppMonitor"; -import { MetricsDestination as RUM_MetricsDestination } from "./rum/MetricsDestination"; -import { AccessPoint as S3_AccessPoint } from "./s3/AccessPoint"; -import { AccountPublicAccessBlock as S3_AccountPublicAccessBlock } from "./s3/AccountPublicAccessBlock"; -import { AnalyticsConfiguration as S3_AnalyticsConfiguration } from "./s3/AnalyticsConfiguration"; -import { Bucket as S3_Bucket } from "./s3/Bucket"; -import { BucketAccelerateConfigurationV2 as S3_BucketAccelerateConfigurationV2 } from "./s3/BucketAccelerateConfigurationV2"; -import { BucketAclV2 as S3_BucketAclV2 } from "./s3/BucketAclV2"; -import { BucketCorsConfigurationV2 as S3_BucketCorsConfigurationV2 } from "./s3/BucketCorsConfigurationV2"; -import { BucketIntelligentTieringConfiguration as S3_BucketIntelligentTieringConfiguration } from "./s3/BucketIntelligentTieringConfiguration"; -import { BucketLifecycleConfigurationV2 as S3_BucketLifecycleConfigurationV2 } from "./s3/BucketLifecycleConfigurationV2"; -import { BucketLoggingV2 as S3_BucketLoggingV2 } from "./s3/BucketLoggingV2"; -import { BucketMetric as S3_BucketMetric } from "./s3/BucketMetric"; -import { BucketNotification as S3_BucketNotification } from "./s3/BucketNotification"; -import { BucketObject as S3_BucketObject } from "./s3/BucketObject"; -import { BucketObjectLockConfigurationV2 as S3_BucketObjectLockConfigurationV2 } from "./s3/BucketObjectLockConfigurationV2"; -import { BucketObjectv2 as S3_BucketObjectv2 } from "./s3/BucketObjectv2"; -import { BucketOwnershipControls as S3_BucketOwnershipControls } from "./s3/BucketOwnershipControls"; -import { BucketPolicy as S3_BucketPolicy } from "./s3/BucketPolicy"; -import { BucketPublicAccessBlock as S3_BucketPublicAccessBlock } from "./s3/BucketPublicAccessBlock"; -import { BucketReplicationConfig as S3_BucketReplicationConfig } from "./s3/BucketReplicationConfig"; -import { BucketRequestPaymentConfigurationV2 as S3_BucketRequestPaymentConfigurationV2 } from "./s3/BucketRequestPaymentConfigurationV2"; -import { BucketServerSideEncryptionConfigurationV2 as S3_BucketServerSideEncryptionConfigurationV2 } from "./s3/BucketServerSideEncryptionConfigurationV2"; -import { BucketV2 as S3_BucketV2 } from "./s3/BucketV2"; -import { BucketVersioningV2 as S3_BucketVersioningV2 } from "./s3/BucketVersioningV2"; -import { BucketWebsiteConfigurationV2 as S3_BucketWebsiteConfigurationV2 } from "./s3/BucketWebsiteConfigurationV2"; -import { DirectoryBucket as S3_DirectoryBucket } from "./s3/DirectoryBucket"; -import { Inventory as S3_Inventory } from "./s3/Inventory"; -import { ObjectCopy as S3_ObjectCopy } from "./s3/ObjectCopy"; -import { AccessGrant as S3CONTROL_AccessGrant } from "./s3control/AccessGrant"; -import { AccessGrantsInstance as S3CONTROL_AccessGrantsInstance } from "./s3control/AccessGrantsInstance"; -import { AccessGrantsInstanceResourcePolicy as S3CONTROL_AccessGrantsInstanceResourcePolicy } from "./s3control/AccessGrantsInstanceResourcePolicy"; -import { AccessGrantsLocation as S3CONTROL_AccessGrantsLocation } from "./s3control/AccessGrantsLocation"; -import { AccessPointPolicy as S3CONTROL_AccessPointPolicy } from "./s3control/AccessPointPolicy"; -import { Bucket as S3CONTROL_Bucket } from "./s3control/Bucket"; -import { BucketLifecycleConfiguration as S3CONTROL_BucketLifecycleConfiguration } from "./s3control/BucketLifecycleConfiguration"; -import { BucketPolicy as S3CONTROL_BucketPolicy } from "./s3control/BucketPolicy"; -import { MultiRegionAccessPoint as S3CONTROL_MultiRegionAccessPoint } from "./s3control/MultiRegionAccessPoint"; -import { MultiRegionAccessPointPolicy as S3CONTROL_MultiRegionAccessPointPolicy } from "./s3control/MultiRegionAccessPointPolicy"; -import { ObjectLambdaAccessPoint as S3CONTROL_ObjectLambdaAccessPoint } from "./s3control/ObjectLambdaAccessPoint"; -import { ObjectLambdaAccessPointPolicy as S3CONTROL_ObjectLambdaAccessPointPolicy } from "./s3control/ObjectLambdaAccessPointPolicy"; -import { StorageLensConfiguration as S3CONTROL_StorageLensConfiguration } from "./s3control/StorageLensConfiguration"; -import { Endpoint as S3OUTPOSTS_Endpoint } from "./s3outposts/Endpoint"; -import { App as SAGEMAKER_App } from "./sagemaker/App"; -import { AppImageConfig as SAGEMAKER_AppImageConfig } from "./sagemaker/AppImageConfig"; -import { CodeRepository as SAGEMAKER_CodeRepository } from "./sagemaker/CodeRepository"; -import { DataQualityJobDefinition as SAGEMAKER_DataQualityJobDefinition } from "./sagemaker/DataQualityJobDefinition"; -import { Device as SAGEMAKER_Device } from "./sagemaker/Device"; -import { DeviceFleet as SAGEMAKER_DeviceFleet } from "./sagemaker/DeviceFleet"; -import { Domain as SAGEMAKER_Domain } from "./sagemaker/Domain"; -import { Endpoint as SAGEMAKER_Endpoint } from "./sagemaker/Endpoint"; -import { EndpointConfiguration as SAGEMAKER_EndpointConfiguration } from "./sagemaker/EndpointConfiguration"; -import { FeatureGroup as SAGEMAKER_FeatureGroup } from "./sagemaker/FeatureGroup"; -import { FlowDefinition as SAGEMAKER_FlowDefinition } from "./sagemaker/FlowDefinition"; -import { HumanTaskUI as SAGEMAKER_HumanTaskUI } from "./sagemaker/HumanTaskUI"; -import { Image as SAGEMAKER_Image } from "./sagemaker/Image"; -import { ImageVersion as SAGEMAKER_ImageVersion } from "./sagemaker/ImageVersion"; -import { Model as SAGEMAKER_Model } from "./sagemaker/Model"; -import { ModelPackageGroup as SAGEMAKER_ModelPackageGroup } from "./sagemaker/ModelPackageGroup"; -import { ModelPackageGroupPolicy as SAGEMAKER_ModelPackageGroupPolicy } from "./sagemaker/ModelPackageGroupPolicy"; -import { MonitoringSchedule as SAGEMAKER_MonitoringSchedule } from "./sagemaker/MonitoringSchedule"; -import { NotebookInstance as SAGEMAKER_NotebookInstance } from "./sagemaker/NotebookInstance"; -import { NotebookInstanceLifecycleConfiguration as SAGEMAKER_NotebookInstanceLifecycleConfiguration } from "./sagemaker/NotebookInstanceLifecycleConfiguration"; -import { Pipeline as SAGEMAKER_Pipeline } from "./sagemaker/Pipeline"; -import { Project as SAGEMAKER_Project } from "./sagemaker/Project"; -import { ServicecatalogPortfolioStatus as SAGEMAKER_ServicecatalogPortfolioStatus } from "./sagemaker/ServicecatalogPortfolioStatus"; -import { Space as SAGEMAKER_Space } from "./sagemaker/Space"; -import { StudioLifecycleConfig as SAGEMAKER_StudioLifecycleConfig } from "./sagemaker/StudioLifecycleConfig"; -import { UserProfile as SAGEMAKER_UserProfile } from "./sagemaker/UserProfile"; -import { Workforce as SAGEMAKER_Workforce } from "./sagemaker/Workforce"; -import { Workteam as SAGEMAKER_Workteam } from "./sagemaker/Workteam"; -import { Schedule as SCHEDULER_Schedule } from "./scheduler/Schedule"; -import { ScheduleGroup as SCHEDULER_ScheduleGroup } from "./scheduler/ScheduleGroup"; -import { Discoverer as SCHEMAS_Discoverer } from "./schemas/Discoverer"; -import { Registry as SCHEMAS_Registry } from "./schemas/Registry"; -import { RegistryPolicy as SCHEMAS_RegistryPolicy } from "./schemas/RegistryPolicy"; -import { Schema as SCHEMAS_Schema } from "./schemas/Schema"; -import { Secret as SECRETSMANAGER_Secret } from "./secretsmanager/Secret"; -import { SecretPolicy as SECRETSMANAGER_SecretPolicy } from "./secretsmanager/SecretPolicy"; -import { SecretRotation as SECRETSMANAGER_SecretRotation } from "./secretsmanager/SecretRotation"; -import { SecretVersion as SECRETSMANAGER_SecretVersion } from "./secretsmanager/SecretVersion"; -import { Account as SECURITYHUB_Account } from "./securityhub/Account"; -import { ActionTarget as SECURITYHUB_ActionTarget } from "./securityhub/ActionTarget"; -import { AutomationRule as SECURITYHUB_AutomationRule } from "./securityhub/AutomationRule"; -import { ConfigurationPolicy as SECURITYHUB_ConfigurationPolicy } from "./securityhub/ConfigurationPolicy"; -import { ConfigurationPolicyAssociation as SECURITYHUB_ConfigurationPolicyAssociation } from "./securityhub/ConfigurationPolicyAssociation"; -import { FindingAggregator as SECURITYHUB_FindingAggregator } from "./securityhub/FindingAggregator"; -import { Insight as SECURITYHUB_Insight } from "./securityhub/Insight"; -import { InviteAccepter as SECURITYHUB_InviteAccepter } from "./securityhub/InviteAccepter"; -import { Member as SECURITYHUB_Member } from "./securityhub/Member"; -import { OrganizationAdminAccount as SECURITYHUB_OrganizationAdminAccount } from "./securityhub/OrganizationAdminAccount"; -import { OrganizationConfiguration as SECURITYHUB_OrganizationConfiguration } from "./securityhub/OrganizationConfiguration"; -import { ProductSubscription as SECURITYHUB_ProductSubscription } from "./securityhub/ProductSubscription"; -import { StandardsControl as SECURITYHUB_StandardsControl } from "./securityhub/StandardsControl"; -import { StandardsSubscription as SECURITYHUB_StandardsSubscription } from "./securityhub/StandardsSubscription"; -import { AwsLogSource as SECURITYLAKE_AwsLogSource } from "./securitylake/AwsLogSource"; -import { CustomLogSource as SECURITYLAKE_CustomLogSource } from "./securitylake/CustomLogSource"; -import { DataLake as SECURITYLAKE_DataLake } from "./securitylake/DataLake"; -import { Subscriber as SECURITYLAKE_Subscriber } from "./securitylake/Subscriber"; -import { SubscriberNotification as SECURITYLAKE_SubscriberNotification } from "./securitylake/SubscriberNotification"; -import { CloudFormationStack as SERVERLESSREPOSITORY_CloudFormationStack } from "./serverlessrepository/CloudFormationStack"; -import { AppregistryApplication as SERVICECATALOG_AppregistryApplication } from "./servicecatalog/AppregistryApplication"; -import { BudgetResourceAssociation as SERVICECATALOG_BudgetResourceAssociation } from "./servicecatalog/BudgetResourceAssociation"; -import { Constraint as SERVICECATALOG_Constraint } from "./servicecatalog/Constraint"; -import { OrganizationsAccess as SERVICECATALOG_OrganizationsAccess } from "./servicecatalog/OrganizationsAccess"; -import { Portfolio as SERVICECATALOG_Portfolio } from "./servicecatalog/Portfolio"; -import { PortfolioShare as SERVICECATALOG_PortfolioShare } from "./servicecatalog/PortfolioShare"; -import { PrincipalPortfolioAssociation as SERVICECATALOG_PrincipalPortfolioAssociation } from "./servicecatalog/PrincipalPortfolioAssociation"; -import { Product as SERVICECATALOG_Product } from "./servicecatalog/Product"; -import { ProductPortfolioAssociation as SERVICECATALOG_ProductPortfolioAssociation } from "./servicecatalog/ProductPortfolioAssociation"; -import { ProvisionedProduct as SERVICECATALOG_ProvisionedProduct } from "./servicecatalog/ProvisionedProduct"; -import { ProvisioningArtifact as SERVICECATALOG_ProvisioningArtifact } from "./servicecatalog/ProvisioningArtifact"; -import { ServiceAction as SERVICECATALOG_ServiceAction } from "./servicecatalog/ServiceAction"; -import { TagOption as SERVICECATALOG_TagOption } from "./servicecatalog/TagOption"; -import { TagOptionResourceAssociation as SERVICECATALOG_TagOptionResourceAssociation } from "./servicecatalog/TagOptionResourceAssociation"; -import { HttpNamespace as SERVICEDISCOVERY_HttpNamespace } from "./servicediscovery/HttpNamespace"; -import { Instance as SERVICEDISCOVERY_Instance } from "./servicediscovery/Instance"; -import { PrivateDnsNamespace as SERVICEDISCOVERY_PrivateDnsNamespace } from "./servicediscovery/PrivateDnsNamespace"; -import { PublicDnsNamespace as SERVICEDISCOVERY_PublicDnsNamespace } from "./servicediscovery/PublicDnsNamespace"; -import { Service as SERVICEDISCOVERY_Service } from "./servicediscovery/Service"; -import { ServiceQuota as SERVICEQUOTAS_ServiceQuota } from "./servicequotas/ServiceQuota"; -import { Template as SERVICEQUOTAS_Template } from "./servicequotas/Template"; -import { TemplateAssociation as SERVICEQUOTAS_TemplateAssociation } from "./servicequotas/TemplateAssociation"; -import { ActiveReceiptRuleSet as SES_ActiveReceiptRuleSet } from "./ses/ActiveReceiptRuleSet"; -import { ConfigurationSet as SES_ConfigurationSet } from "./ses/ConfigurationSet"; -import { DomainDkim as SES_DomainDkim } from "./ses/DomainDkim"; -import { DomainIdentity as SES_DomainIdentity } from "./ses/DomainIdentity"; -import { DomainIdentityVerification as SES_DomainIdentityVerification } from "./ses/DomainIdentityVerification"; -import { EmailIdentity as SES_EmailIdentity } from "./ses/EmailIdentity"; -import { EventDestination as SES_EventDestination } from "./ses/EventDestination"; -import { IdentityNotificationTopic as SES_IdentityNotificationTopic } from "./ses/IdentityNotificationTopic"; -import { IdentityPolicy as SES_IdentityPolicy } from "./ses/IdentityPolicy"; -import { MailFrom as SES_MailFrom } from "./ses/MailFrom"; -import { ReceiptFilter as SES_ReceiptFilter } from "./ses/ReceiptFilter"; -import { ReceiptRule as SES_ReceiptRule } from "./ses/ReceiptRule"; -import { ReceiptRuleSet as SES_ReceiptRuleSet } from "./ses/ReceiptRuleSet"; -import { Template as SES_Template } from "./ses/Template"; -import { AccountVdmAttributes as SESV2_AccountVdmAttributes } from "./sesv2/AccountVdmAttributes"; -import { ConfigurationSet as SESV2_ConfigurationSet } from "./sesv2/ConfigurationSet"; -import { ConfigurationSetEventDestination as SESV2_ConfigurationSetEventDestination } from "./sesv2/ConfigurationSetEventDestination"; -import { ContactList as SESV2_ContactList } from "./sesv2/ContactList"; -import { DedicatedIpAssignment as SESV2_DedicatedIpAssignment } from "./sesv2/DedicatedIpAssignment"; -import { DedicatedIpPool as SESV2_DedicatedIpPool } from "./sesv2/DedicatedIpPool"; -import { EmailIdentity as SESV2_EmailIdentity } from "./sesv2/EmailIdentity"; -import { EmailIdentityFeedbackAttributes as SESV2_EmailIdentityFeedbackAttributes } from "./sesv2/EmailIdentityFeedbackAttributes"; -import { EmailIdentityMailFromAttributes as SESV2_EmailIdentityMailFromAttributes } from "./sesv2/EmailIdentityMailFromAttributes"; -import { EmailIdentityPolicy as SESV2_EmailIdentityPolicy } from "./sesv2/EmailIdentityPolicy"; -import { Activity as SFN_Activity } from "./sfn/Activity"; -import { Alias as SFN_Alias } from "./sfn/Alias"; -import { StateMachine as SFN_StateMachine } from "./sfn/StateMachine"; -import { ApplicationLayerAutomaticResponse as SHIELD_ApplicationLayerAutomaticResponse } from "./shield/ApplicationLayerAutomaticResponse"; -import { DrtAccessLogBucketAssociation as SHIELD_DrtAccessLogBucketAssociation } from "./shield/DrtAccessLogBucketAssociation"; -import { DrtAccessRoleArnAssociation as SHIELD_DrtAccessRoleArnAssociation } from "./shield/DrtAccessRoleArnAssociation"; -import { ProactiveEngagement as SHIELD_ProactiveEngagement } from "./shield/ProactiveEngagement"; -import { Protection as SHIELD_Protection } from "./shield/Protection"; -import { ProtectionGroup as SHIELD_ProtectionGroup } from "./shield/ProtectionGroup"; -import { ProtectionHealthCheckAssociation as SHIELD_ProtectionHealthCheckAssociation } from "./shield/ProtectionHealthCheckAssociation"; -import { Subscription as SHIELD_Subscription } from "./shield/Subscription"; -import { SigningJob as SIGNER_SigningJob } from "./signer/SigningJob"; -import { SigningProfile as SIGNER_SigningProfile } from "./signer/SigningProfile"; -import { SigningProfilePermission as SIGNER_SigningProfilePermission } from "./signer/SigningProfilePermission"; -import { Domain as SIMPLEDB_Domain } from "./simpledb/Domain"; -import { DataProtectionPolicy as SNS_DataProtectionPolicy } from "./sns/DataProtectionPolicy"; -import { PlatformApplication as SNS_PlatformApplication } from "./sns/PlatformApplication"; -import { SmsPreferences as SNS_SmsPreferences } from "./sns/SmsPreferences"; -import { Topic as SNS_Topic } from "./sns/Topic"; -import { TopicPolicy as SNS_TopicPolicy } from "./sns/TopicPolicy"; -import { TopicSubscription as SNS_TopicSubscription } from "./sns/TopicSubscription"; -import { Queue as SQS_Queue } from "./sqs/Queue"; -import { QueuePolicy as SQS_QueuePolicy } from "./sqs/QueuePolicy"; -import { RedriveAllowPolicy as SQS_RedriveAllowPolicy } from "./sqs/RedriveAllowPolicy"; -import { RedrivePolicy as SQS_RedrivePolicy } from "./sqs/RedrivePolicy"; -import { Activation as SSM_Activation } from "./ssm/Activation"; -import { Association as SSM_Association } from "./ssm/Association"; -import { ContactsRotation as SSM_ContactsRotation } from "./ssm/ContactsRotation"; -import { DefaultPatchBaseline as SSM_DefaultPatchBaseline } from "./ssm/DefaultPatchBaseline"; -import { Document as SSM_Document } from "./ssm/Document"; -import { MaintenanceWindow as SSM_MaintenanceWindow } from "./ssm/MaintenanceWindow"; -import { MaintenanceWindowTarget as SSM_MaintenanceWindowTarget } from "./ssm/MaintenanceWindowTarget"; -import { MaintenanceWindowTask as SSM_MaintenanceWindowTask } from "./ssm/MaintenanceWindowTask"; -import { Parameter as SSM_Parameter } from "./ssm/Parameter"; -import { PatchBaseline as SSM_PatchBaseline } from "./ssm/PatchBaseline"; -import { PatchGroup as SSM_PatchGroup } from "./ssm/PatchGroup"; -import { ResourceDataSync as SSM_ResourceDataSync } from "./ssm/ResourceDataSync"; -import { ServiceSetting as SSM_ServiceSetting } from "./ssm/ServiceSetting"; -import { Contact as SSMCONTACTS_Contact } from "./ssmcontacts/Contact"; -import { ContactChannel as SSMCONTACTS_ContactChannel } from "./ssmcontacts/ContactChannel"; -import { Plan as SSMCONTACTS_Plan } from "./ssmcontacts/Plan"; -import { ReplicationSet as SSMINCIDENTS_ReplicationSet } from "./ssmincidents/ReplicationSet"; -import { ResponsePlan as SSMINCIDENTS_ResponsePlan } from "./ssmincidents/ResponsePlan"; -import { AccountAssignment as SSOADMIN_AccountAssignment } from "./ssoadmin/AccountAssignment"; -import { Application as SSOADMIN_Application } from "./ssoadmin/Application"; -import { ApplicationAccessScope as SSOADMIN_ApplicationAccessScope } from "./ssoadmin/ApplicationAccessScope"; -import { ApplicationAssignment as SSOADMIN_ApplicationAssignment } from "./ssoadmin/ApplicationAssignment"; -import { ApplicationAssignmentConfiguration as SSOADMIN_ApplicationAssignmentConfiguration } from "./ssoadmin/ApplicationAssignmentConfiguration"; -import { CustomerManagedPolicyAttachment as SSOADMIN_CustomerManagedPolicyAttachment } from "./ssoadmin/CustomerManagedPolicyAttachment"; -import { InstanceAccessControlAttributes as SSOADMIN_InstanceAccessControlAttributes } from "./ssoadmin/InstanceAccessControlAttributes"; -import { ManagedPolicyAttachment as SSOADMIN_ManagedPolicyAttachment } from "./ssoadmin/ManagedPolicyAttachment"; -import { PermissionsBoundaryAttachment as SSOADMIN_PermissionsBoundaryAttachment } from "./ssoadmin/PermissionsBoundaryAttachment"; -import { PermissionSet as SSOADMIN_PermissionSet } from "./ssoadmin/PermissionSet"; -import { PermissionSetInlinePolicy as SSOADMIN_PermissionSetInlinePolicy } from "./ssoadmin/PermissionSetInlinePolicy"; -import { TrustedTokenIssuer as SSOADMIN_TrustedTokenIssuer } from "./ssoadmin/TrustedTokenIssuer"; -import { Cache as STORAGEGATEWAY_Cache } from "./storagegateway/Cache"; -import { CachesIscsiVolume as STORAGEGATEWAY_CachesIscsiVolume } from "./storagegateway/CachesIscsiVolume"; -import { FileSystemAssociation as STORAGEGATEWAY_FileSystemAssociation } from "./storagegateway/FileSystemAssociation"; -import { Gateway as STORAGEGATEWAY_Gateway } from "./storagegateway/Gateway"; -import { NfsFileShare as STORAGEGATEWAY_NfsFileShare } from "./storagegateway/NfsFileShare"; -import { SmbFileShare as STORAGEGATEWAY_SmbFileShare } from "./storagegateway/SmbFileShare"; -import { StoredIscsiVolume as STORAGEGATEWAY_StoredIscsiVolume } from "./storagegateway/StoredIscsiVolume"; -import { TapePool as STORAGEGATEWAY_TapePool } from "./storagegateway/TapePool"; -import { UploadBuffer as STORAGEGATEWAY_UploadBuffer } from "./storagegateway/UploadBuffer"; -import { WorkingStorage as STORAGEGATEWAY_WorkingStorage } from "./storagegateway/WorkingStorage"; -import { Domain as SWF_Domain } from "./swf/Domain"; -import { Canary as SYNTHETICS_Canary } from "./synthetics/Canary"; -import { Group as SYNTHETICS_Group } from "./synthetics/Group"; -import { GroupAssociation as SYNTHETICS_GroupAssociation } from "./synthetics/GroupAssociation"; -import { DbInstance as TIMESTREAMINFLUXDB_DbInstance } from "./timestreaminfluxdb/DbInstance"; -import { Database as TIMESTREAMWRITE_Database } from "./timestreamwrite/Database"; -import { Table as TIMESTREAMWRITE_Table } from "./timestreamwrite/Table"; -import { LanguageModel as TRANSCRIBE_LanguageModel } from "./transcribe/LanguageModel"; -import { MedicalVocabulary as TRANSCRIBE_MedicalVocabulary } from "./transcribe/MedicalVocabulary"; -import { Vocabulary as TRANSCRIBE_Vocabulary } from "./transcribe/Vocabulary"; -import { VocabularyFilter as TRANSCRIBE_VocabularyFilter } from "./transcribe/VocabularyFilter"; -import { Access as TRANSFER_Access } from "./transfer/Access"; -import { Agreement as TRANSFER_Agreement } from "./transfer/Agreement"; -import { Certificate as TRANSFER_Certificate } from "./transfer/Certificate"; -import { Connector as TRANSFER_Connector } from "./transfer/Connector"; -import { Profile as TRANSFER_Profile } from "./transfer/Profile"; -import { Server as TRANSFER_Server } from "./transfer/Server"; -import { SshKey as TRANSFER_SshKey } from "./transfer/SshKey"; -import { Tag as TRANSFER_Tag } from "./transfer/Tag"; -import { User as TRANSFER_User } from "./transfer/User"; -import { Workflow as TRANSFER_Workflow } from "./transfer/Workflow"; -import { Endpoint as VERIFIEDACCESS_Endpoint } from "./verifiedaccess/Endpoint"; -import { Group as VERIFIEDACCESS_Group } from "./verifiedaccess/Group"; -import { Instance as VERIFIEDACCESS_Instance } from "./verifiedaccess/Instance"; -import { InstanceLoggingConfiguration as VERIFIEDACCESS_InstanceLoggingConfiguration } from "./verifiedaccess/InstanceLoggingConfiguration"; -import { InstanceTrustProviderAttachment as VERIFIEDACCESS_InstanceTrustProviderAttachment } from "./verifiedaccess/InstanceTrustProviderAttachment"; -import { TrustProvider as VERIFIEDACCESS_TrustProvider } from "./verifiedaccess/TrustProvider"; -import { IdentitySource as VERIFIEDPERMISSIONS_IdentitySource } from "./verifiedpermissions/IdentitySource"; -import { Policy as VERIFIEDPERMISSIONS_Policy } from "./verifiedpermissions/Policy"; -import { PolicyStore as VERIFIEDPERMISSIONS_PolicyStore } from "./verifiedpermissions/PolicyStore"; -import { PolicyTemplate as VERIFIEDPERMISSIONS_PolicyTemplate } from "./verifiedpermissions/PolicyTemplate"; -import { Schema as VERIFIEDPERMISSIONS_Schema } from "./verifiedpermissions/Schema"; -import { EndpointPrivateDns as VPC_EndpointPrivateDns } from "./vpc/EndpointPrivateDns"; -import { EndpointServicePrivateDnsVerification as VPC_EndpointServicePrivateDnsVerification } from "./vpc/EndpointServicePrivateDnsVerification"; -import { SecurityGroupEgressRule as VPC_SecurityGroupEgressRule } from "./vpc/SecurityGroupEgressRule"; -import { SecurityGroupIngressRule as VPC_SecurityGroupIngressRule } from "./vpc/SecurityGroupIngressRule"; -import { AccessLogSubscription as VPCLATTICE_AccessLogSubscription } from "./vpclattice/AccessLogSubscription"; -import { AuthPolicy as VPCLATTICE_AuthPolicy } from "./vpclattice/AuthPolicy"; -import { Listener as VPCLATTICE_Listener } from "./vpclattice/Listener"; -import { ListenerRule as VPCLATTICE_ListenerRule } from "./vpclattice/ListenerRule"; -import { ResourcePolicy as VPCLATTICE_ResourcePolicy } from "./vpclattice/ResourcePolicy"; -import { Service as VPCLATTICE_Service } from "./vpclattice/Service"; -import { ServiceNetwork as VPCLATTICE_ServiceNetwork } from "./vpclattice/ServiceNetwork"; -import { ServiceNetworkServiceAssociation as VPCLATTICE_ServiceNetworkServiceAssociation } from "./vpclattice/ServiceNetworkServiceAssociation"; -import { ServiceNetworkVpcAssociation as VPCLATTICE_ServiceNetworkVpcAssociation } from "./vpclattice/ServiceNetworkVpcAssociation"; -import { TargetGroup as VPCLATTICE_TargetGroup } from "./vpclattice/TargetGroup"; -import { TargetGroupAttachment as VPCLATTICE_TargetGroupAttachment } from "./vpclattice/TargetGroupAttachment"; -import { ByteMatchSet as WAF_ByteMatchSet } from "./waf/ByteMatchSet"; -import { GeoMatchSet as WAF_GeoMatchSet } from "./waf/GeoMatchSet"; -import { IpSet as WAF_IpSet } from "./waf/IpSet"; -import { RateBasedRule as WAF_RateBasedRule } from "./waf/RateBasedRule"; -import { RegexMatchSet as WAF_RegexMatchSet } from "./waf/RegexMatchSet"; -import { RegexPatternSet as WAF_RegexPatternSet } from "./waf/RegexPatternSet"; -import { Rule as WAF_Rule } from "./waf/Rule"; -import { RuleGroup as WAF_RuleGroup } from "./waf/RuleGroup"; -import { SizeConstraintSet as WAF_SizeConstraintSet } from "./waf/SizeConstraintSet"; -import { SqlInjectionMatchSet as WAF_SqlInjectionMatchSet } from "./waf/SqlInjectionMatchSet"; -import { WebAcl as WAF_WebAcl } from "./waf/WebAcl"; -import { XssMatchSet as WAF_XssMatchSet } from "./waf/XssMatchSet"; -import { ByteMatchSet as WAFREGIONAL_ByteMatchSet } from "./wafregional/ByteMatchSet"; -import { GeoMatchSet as WAFREGIONAL_GeoMatchSet } from "./wafregional/GeoMatchSet"; -import { IpSet as WAFREGIONAL_IpSet } from "./wafregional/IpSet"; -import { RateBasedRule as WAFREGIONAL_RateBasedRule } from "./wafregional/RateBasedRule"; -import { RegexMatchSet as WAFREGIONAL_RegexMatchSet } from "./wafregional/RegexMatchSet"; -import { RegexPatternSet as WAFREGIONAL_RegexPatternSet } from "./wafregional/RegexPatternSet"; -import { Rule as WAFREGIONAL_Rule } from "./wafregional/Rule"; -import { RuleGroup as WAFREGIONAL_RuleGroup } from "./wafregional/RuleGroup"; -import { SizeConstraintSet as WAFREGIONAL_SizeConstraintSet } from "./wafregional/SizeConstraintSet"; -import { SqlInjectionMatchSet as WAFREGIONAL_SqlInjectionMatchSet } from "./wafregional/SqlInjectionMatchSet"; -import { WebAcl as WAFREGIONAL_WebAcl } from "./wafregional/WebAcl"; -import { WebAclAssociation as WAFREGIONAL_WebAclAssociation } from "./wafregional/WebAclAssociation"; -import { XssMatchSet as WAFREGIONAL_XssMatchSet } from "./wafregional/XssMatchSet"; -import { IpSet as WAFV2_IpSet } from "./wafv2/IpSet"; -import { RegexPatternSet as WAFV2_RegexPatternSet } from "./wafv2/RegexPatternSet"; -import { RuleGroup as WAFV2_RuleGroup } from "./wafv2/RuleGroup"; -import { WebAcl as WAFV2_WebAcl } from "./wafv2/WebAcl"; -import { WebAclAssociation as WAFV2_WebAclAssociation } from "./wafv2/WebAclAssociation"; -import { WebAclLoggingConfiguration as WAFV2_WebAclLoggingConfiguration } from "./wafv2/WebAclLoggingConfiguration"; -import { Fleet as WORKLINK_Fleet } from "./worklink/Fleet"; -import { WebsiteCertificateAuthorityAssociation as WORKLINK_WebsiteCertificateAuthorityAssociation } from "./worklink/WebsiteCertificateAuthorityAssociation"; -import { ConnectionAlias as WORKSPACES_ConnectionAlias } from "./workspaces/ConnectionAlias"; -import { Directory as WORKSPACES_Directory } from "./workspaces/Directory"; -import { IpGroup as WORKSPACES_IpGroup } from "./workspaces/IpGroup"; -import { Workspace as WORKSPACES_Workspace } from "./workspaces/Workspace"; -import { EncryptionConfig as XRAY_EncryptionConfig } from "./xray/EncryptionConfig"; -import { Group as XRAY_Group } from "./xray/Group"; -import { SamplingRule as XRAY_SamplingRule } from "./xray/SamplingRule"; +import { ResourceType } from './ResourceType'; +import { DS_Resource, ResourceProperty } from '../ds_base/Resource'; +import { DynamicUIProps } from '../ds_base/DynamicUIProps'; +import { Analyzer as ACCESSANALYZER_Analyzer } from './accessanalyzer/Analyzer'; +import { ArchiveRule as ACCESSANALYZER_ArchiveRule } from './accessanalyzer/ArchiveRule'; +import { AlternativeContact as ACCOUNT_AlternativeContact } from './account/AlternativeContact'; +import { PrimaryContact as ACCOUNT_PrimaryContact } from './account/PrimaryContact'; +import { Region as ACCOUNT_Region } from './account/Region'; +import { Certificate as ACM_Certificate } from './acm/Certificate'; +import { CertificateValidation as ACM_CertificateValidation } from './acm/CertificateValidation'; +import { Certificate as ACMPCA_Certificate } from './acmpca/Certificate'; +import { CertificateAuthority as ACMPCA_CertificateAuthority } from './acmpca/CertificateAuthority'; +import { CertificateAuthorityCertificate as ACMPCA_CertificateAuthorityCertificate } from './acmpca/CertificateAuthorityCertificate'; +import { Permission as ACMPCA_Permission } from './acmpca/Permission'; +import { Policy as ACMPCA_Policy } from './acmpca/Policy'; +import { Listener as ALB_Listener } from './alb/Listener'; +import { ListenerCertificate as ALB_ListenerCertificate } from './alb/ListenerCertificate'; +import { ListenerRule as ALB_ListenerRule } from './alb/ListenerRule'; +import { LoadBalancer as ALB_LoadBalancer } from './alb/LoadBalancer'; +import { TargetGroup as ALB_TargetGroup } from './alb/TargetGroup'; +import { TargetGroupAttachment as ALB_TargetGroupAttachment } from './alb/TargetGroupAttachment'; +import { AlertManagerDefinition as AMP_AlertManagerDefinition } from './amp/AlertManagerDefinition'; +import { RuleGroupNamespace as AMP_RuleGroupNamespace } from './amp/RuleGroupNamespace'; +import { Scraper as AMP_Scraper } from './amp/Scraper'; +import { Workspace as AMP_Workspace } from './amp/Workspace'; +import { App as AMPLIFY_App } from './amplify/App'; +import { BackendEnvironment as AMPLIFY_BackendEnvironment } from './amplify/BackendEnvironment'; +import { Branch as AMPLIFY_Branch } from './amplify/Branch'; +import { DomainAssociation as AMPLIFY_DomainAssociation } from './amplify/DomainAssociation'; +import { Webhook as AMPLIFY_Webhook } from './amplify/Webhook'; +import { Account as APIGATEWAY_Account } from './apigateway/Account'; +import { ApiKey as APIGATEWAY_ApiKey } from './apigateway/ApiKey'; +import { Authorizer as APIGATEWAY_Authorizer } from './apigateway/Authorizer'; +import { BasePathMapping as APIGATEWAY_BasePathMapping } from './apigateway/BasePathMapping'; +import { ClientCertificate as APIGATEWAY_ClientCertificate } from './apigateway/ClientCertificate'; +import { Deployment as APIGATEWAY_Deployment } from './apigateway/Deployment'; +import { DocumentationPart as APIGATEWAY_DocumentationPart } from './apigateway/DocumentationPart'; +import { DocumentationVersion as APIGATEWAY_DocumentationVersion } from './apigateway/DocumentationVersion'; +import { DomainName as APIGATEWAY_DomainName } from './apigateway/DomainName'; +import { Integration as APIGATEWAY_Integration } from './apigateway/Integration'; +import { IntegrationResponse as APIGATEWAY_IntegrationResponse } from './apigateway/IntegrationResponse'; +import { Method as APIGATEWAY_Method } from './apigateway/Method'; +import { MethodResponse as APIGATEWAY_MethodResponse } from './apigateway/MethodResponse'; +import { MethodSettings as APIGATEWAY_MethodSettings } from './apigateway/MethodSettings'; +import { Model as APIGATEWAY_Model } from './apigateway/Model'; +import { RequestValidator as APIGATEWAY_RequestValidator } from './apigateway/RequestValidator'; +import { Resource as APIGATEWAY_Resource } from './apigateway/Resource'; +import { Response as APIGATEWAY_Response } from './apigateway/Response'; +import { RestApi as APIGATEWAY_RestApi } from './apigateway/RestApi'; +import { RestApiPolicy as APIGATEWAY_RestApiPolicy } from './apigateway/RestApiPolicy'; +import { Stage as APIGATEWAY_Stage } from './apigateway/Stage'; +import { UsagePlan as APIGATEWAY_UsagePlan } from './apigateway/UsagePlan'; +import { UsagePlanKey as APIGATEWAY_UsagePlanKey } from './apigateway/UsagePlanKey'; +import { VpcLink as APIGATEWAY_VpcLink } from './apigateway/VpcLink'; +import { Api as APIGATEWAYV2_Api } from './apigatewayv2/Api'; +import { ApiMapping as APIGATEWAYV2_ApiMapping } from './apigatewayv2/ApiMapping'; +import { Authorizer as APIGATEWAYV2_Authorizer } from './apigatewayv2/Authorizer'; +import { Deployment as APIGATEWAYV2_Deployment } from './apigatewayv2/Deployment'; +import { DomainName as APIGATEWAYV2_DomainName } from './apigatewayv2/DomainName'; +import { Integration as APIGATEWAYV2_Integration } from './apigatewayv2/Integration'; +import { IntegrationResponse as APIGATEWAYV2_IntegrationResponse } from './apigatewayv2/IntegrationResponse'; +import { Model as APIGATEWAYV2_Model } from './apigatewayv2/Model'; +import { Route as APIGATEWAYV2_Route } from './apigatewayv2/Route'; +import { RouteResponse as APIGATEWAYV2_RouteResponse } from './apigatewayv2/RouteResponse'; +import { Stage as APIGATEWAYV2_Stage } from './apigatewayv2/Stage'; +import { VpcLink as APIGATEWAYV2_VpcLink } from './apigatewayv2/VpcLink'; +import { Policy as APPAUTOSCALING_Policy } from './appautoscaling/Policy'; +import { ScheduledAction as APPAUTOSCALING_ScheduledAction } from './appautoscaling/ScheduledAction'; +import { Target as APPAUTOSCALING_Target } from './appautoscaling/Target'; +import { Application as APPCONFIG_Application } from './appconfig/Application'; +import { ConfigurationProfile as APPCONFIG_ConfigurationProfile } from './appconfig/ConfigurationProfile'; +import { Deployment as APPCONFIG_Deployment } from './appconfig/Deployment'; +import { DeploymentStrategy as APPCONFIG_DeploymentStrategy } from './appconfig/DeploymentStrategy'; +import { Environment as APPCONFIG_Environment } from './appconfig/Environment'; +import { EventIntegration as APPCONFIG_EventIntegration } from './appconfig/EventIntegration'; +import { Extension as APPCONFIG_Extension } from './appconfig/Extension'; +import { ExtensionAssociation as APPCONFIG_ExtensionAssociation } from './appconfig/ExtensionAssociation'; +import { HostedConfigurationVersion as APPCONFIG_HostedConfigurationVersion } from './appconfig/HostedConfigurationVersion'; +import { AppAuthorization as APPFABRIC_AppAuthorization } from './appfabric/AppAuthorization'; +import { AppAuthorizationConnection as APPFABRIC_AppAuthorizationConnection } from './appfabric/AppAuthorizationConnection'; +import { AppBundle as APPFABRIC_AppBundle } from './appfabric/AppBundle'; +import { Ingestion as APPFABRIC_Ingestion } from './appfabric/Ingestion'; +import { IngestionDestination as APPFABRIC_IngestionDestination } from './appfabric/IngestionDestination'; +import { ConnectorProfile as APPFLOW_ConnectorProfile } from './appflow/ConnectorProfile'; +import { Flow as APPFLOW_Flow } from './appflow/Flow'; +import { DataIntegration as APPINTEGRATIONS_DataIntegration } from './appintegrations/DataIntegration'; +import { Application as APPLICATIONINSIGHTS_Application } from './applicationinsights/Application'; +import { GatewayRoute as APPMESH_GatewayRoute } from './appmesh/GatewayRoute'; +import { Mesh as APPMESH_Mesh } from './appmesh/Mesh'; +import { Route as APPMESH_Route } from './appmesh/Route'; +import { VirtualGateway as APPMESH_VirtualGateway } from './appmesh/VirtualGateway'; +import { VirtualNode as APPMESH_VirtualNode } from './appmesh/VirtualNode'; +import { VirtualRouter as APPMESH_VirtualRouter } from './appmesh/VirtualRouter'; +import { VirtualService as APPMESH_VirtualService } from './appmesh/VirtualService'; +import { AutoScalingConfigurationVersion as APPRUNNER_AutoScalingConfigurationVersion } from './apprunner/AutoScalingConfigurationVersion'; +import { Connection as APPRUNNER_Connection } from './apprunner/Connection'; +import { CustomDomainAssociation as APPRUNNER_CustomDomainAssociation } from './apprunner/CustomDomainAssociation'; +import { DefaultAutoScalingConfigurationVersion as APPRUNNER_DefaultAutoScalingConfigurationVersion } from './apprunner/DefaultAutoScalingConfigurationVersion'; +import { Deployment as APPRUNNER_Deployment } from './apprunner/Deployment'; +import { ObservabilityConfiguration as APPRUNNER_ObservabilityConfiguration } from './apprunner/ObservabilityConfiguration'; +import { Service as APPRUNNER_Service } from './apprunner/Service'; +import { VpcConnector as APPRUNNER_VpcConnector } from './apprunner/VpcConnector'; +import { VpcIngressConnection as APPRUNNER_VpcIngressConnection } from './apprunner/VpcIngressConnection'; +import { DirectoryConfig as APPSTREAM_DirectoryConfig } from './appstream/DirectoryConfig'; +import { Fleet as APPSTREAM_Fleet } from './appstream/Fleet'; +import { FleetStackAssociation as APPSTREAM_FleetStackAssociation } from './appstream/FleetStackAssociation'; +import { ImageBuilder as APPSTREAM_ImageBuilder } from './appstream/ImageBuilder'; +import { Stack as APPSTREAM_Stack } from './appstream/Stack'; +import { User as APPSTREAM_User } from './appstream/User'; +import { UserStackAssociation as APPSTREAM_UserStackAssociation } from './appstream/UserStackAssociation'; +import { ApiCache as APPSYNC_ApiCache } from './appsync/ApiCache'; +import { ApiKey as APPSYNC_ApiKey } from './appsync/ApiKey'; +import { DataSource as APPSYNC_DataSource } from './appsync/DataSource'; +import { DomainName as APPSYNC_DomainName } from './appsync/DomainName'; +import { DomainNameApiAssociation as APPSYNC_DomainNameApiAssociation } from './appsync/DomainNameApiAssociation'; +import { Function as APPSYNC_Function } from './appsync/Function'; +import { GraphQLApi as APPSYNC_GraphQLApi } from './appsync/GraphQLApi'; +import { Resolver as APPSYNC_Resolver } from './appsync/Resolver'; +import { Type as APPSYNC_Type } from './appsync/Type'; +import { Database as ATHENA_Database } from './athena/Database'; +import { DataCatalog as ATHENA_DataCatalog } from './athena/DataCatalog'; +import { NamedQuery as ATHENA_NamedQuery } from './athena/NamedQuery'; +import { PreparedStatement as ATHENA_PreparedStatement } from './athena/PreparedStatement'; +import { Workgroup as ATHENA_Workgroup } from './athena/Workgroup'; +import { AccountRegistration as AUDITMANAGER_AccountRegistration } from './auditmanager/AccountRegistration'; +import { Assessment as AUDITMANAGER_Assessment } from './auditmanager/Assessment'; +import { AssessmentDelegation as AUDITMANAGER_AssessmentDelegation } from './auditmanager/AssessmentDelegation'; +import { AssessmentReport as AUDITMANAGER_AssessmentReport } from './auditmanager/AssessmentReport'; +import { Control as AUDITMANAGER_Control } from './auditmanager/Control'; +import { Framework as AUDITMANAGER_Framework } from './auditmanager/Framework'; +import { FrameworkShare as AUDITMANAGER_FrameworkShare } from './auditmanager/FrameworkShare'; +import { OrganizationAdminAccountRegistration as AUDITMANAGER_OrganizationAdminAccountRegistration } from './auditmanager/OrganizationAdminAccountRegistration'; +import { Attachment as AUTOSCALING_Attachment } from './autoscaling/Attachment'; +import { Group as AUTOSCALING_Group } from './autoscaling/Group'; +import { LifecycleHook as AUTOSCALING_LifecycleHook } from './autoscaling/LifecycleHook'; +import { Notification as AUTOSCALING_Notification } from './autoscaling/Notification'; +import { Policy as AUTOSCALING_Policy } from './autoscaling/Policy'; +import { Schedule as AUTOSCALING_Schedule } from './autoscaling/Schedule'; +import { Tag as AUTOSCALING_Tag } from './autoscaling/Tag'; +import { TrafficSourceAttachment as AUTOSCALING_TrafficSourceAttachment } from './autoscaling/TrafficSourceAttachment'; +import { ScalingPlan as AUTOSCALINGPLANS_ScalingPlan } from './autoscalingplans/ScalingPlan'; +import { Framework as BACKUP_Framework } from './backup/Framework'; +import { GlobalSettings as BACKUP_GlobalSettings } from './backup/GlobalSettings'; +import { Plan as BACKUP_Plan } from './backup/Plan'; +import { RegionSettings as BACKUP_RegionSettings } from './backup/RegionSettings'; +import { ReportPlan as BACKUP_ReportPlan } from './backup/ReportPlan'; +import { Selection as BACKUP_Selection } from './backup/Selection'; +import { Vault as BACKUP_Vault } from './backup/Vault'; +import { VaultLockConfiguration as BACKUP_VaultLockConfiguration } from './backup/VaultLockConfiguration'; +import { VaultNotifications as BACKUP_VaultNotifications } from './backup/VaultNotifications'; +import { VaultPolicy as BACKUP_VaultPolicy } from './backup/VaultPolicy'; +import { ComputeEnvironment as BATCH_ComputeEnvironment } from './batch/ComputeEnvironment'; +import { JobDefinition as BATCH_JobDefinition } from './batch/JobDefinition'; +import { JobQueue as BATCH_JobQueue } from './batch/JobQueue'; +import { SchedulingPolicy as BATCH_SchedulingPolicy } from './batch/SchedulingPolicy'; +import { Export as BCMDATA_Export } from './bcmdata/Export'; +import { AgentAgent as BEDROCK_AgentAgent } from './bedrock/AgentAgent'; +import { AgentAgentActionGroup as BEDROCK_AgentAgentActionGroup } from './bedrock/AgentAgentActionGroup'; +import { AgentAgentAlias as BEDROCK_AgentAgentAlias } from './bedrock/AgentAgentAlias'; +import { AgentAgentKnowledgeBaseAssociation as BEDROCK_AgentAgentKnowledgeBaseAssociation } from './bedrock/AgentAgentKnowledgeBaseAssociation'; +import { AgentDataSource as BEDROCK_AgentDataSource } from './bedrock/AgentDataSource'; +import { AgentKnowledgeBase as BEDROCK_AgentKnowledgeBase } from './bedrock/AgentKnowledgeBase'; +import { CustomModel as BEDROCK_CustomModel } from './bedrock/CustomModel'; +import { Guardrail as BEDROCK_Guardrail } from './bedrock/Guardrail'; +import { ProvisionedModelThroughput as BEDROCK_ProvisionedModelThroughput } from './bedrock/ProvisionedModelThroughput'; +import { InvocationLoggingConfiguration as BEDROCKMODEL_InvocationLoggingConfiguration } from './bedrockmodel/InvocationLoggingConfiguration'; +import { Budget as BUDGETS_Budget } from './budgets/Budget'; +import { BudgetAction as BUDGETS_BudgetAction } from './budgets/BudgetAction'; +import { AggregateAuthorization as CFG_AggregateAuthorization } from './cfg/AggregateAuthorization'; +import { ConfigurationAggregator as CFG_ConfigurationAggregator } from './cfg/ConfigurationAggregator'; +import { ConformancePack as CFG_ConformancePack } from './cfg/ConformancePack'; +import { DeliveryChannel as CFG_DeliveryChannel } from './cfg/DeliveryChannel'; +import { OrganizationConformancePack as CFG_OrganizationConformancePack } from './cfg/OrganizationConformancePack'; +import { OrganizationCustomPolicyRule as CFG_OrganizationCustomPolicyRule } from './cfg/OrganizationCustomPolicyRule'; +import { OrganizationCustomRule as CFG_OrganizationCustomRule } from './cfg/OrganizationCustomRule'; +import { OrganizationManagedRule as CFG_OrganizationManagedRule } from './cfg/OrganizationManagedRule'; +import { Recorder as CFG_Recorder } from './cfg/Recorder'; +import { RecorderStatus as CFG_RecorderStatus } from './cfg/RecorderStatus'; +import { RemediationConfiguration as CFG_RemediationConfiguration } from './cfg/RemediationConfiguration'; +import { RetentionConfiguration as CFG_RetentionConfiguration } from './cfg/RetentionConfiguration'; +import { Rule as CFG_Rule } from './cfg/Rule'; +import { SlackChannelConfiguration as CHATBOT_SlackChannelConfiguration } from './chatbot/SlackChannelConfiguration'; +import { TeamsChannelConfiguration as CHATBOT_TeamsChannelConfiguration } from './chatbot/TeamsChannelConfiguration'; +import { SdkvoiceGlobalSettings as CHIME_SdkvoiceGlobalSettings } from './chime/SdkvoiceGlobalSettings'; +import { SdkvoiceSipMediaApplication as CHIME_SdkvoiceSipMediaApplication } from './chime/SdkvoiceSipMediaApplication'; +import { SdkvoiceSipRule as CHIME_SdkvoiceSipRule } from './chime/SdkvoiceSipRule'; +import { SdkvoiceVoiceProfileDomain as CHIME_SdkvoiceVoiceProfileDomain } from './chime/SdkvoiceVoiceProfileDomain'; +import { VoiceConnector as CHIME_VoiceConnector } from './chime/VoiceConnector'; +import { VoiceConnectorGroup as CHIME_VoiceConnectorGroup } from './chime/VoiceConnectorGroup'; +import { VoiceConnectorLogging as CHIME_VoiceConnectorLogging } from './chime/VoiceConnectorLogging'; +import { VoiceConnectorOrganization as CHIME_VoiceConnectorOrganization } from './chime/VoiceConnectorOrganization'; +import { VoiceConnectorStreaming as CHIME_VoiceConnectorStreaming } from './chime/VoiceConnectorStreaming'; +import { VoiceConnectorTermination as CHIME_VoiceConnectorTermination } from './chime/VoiceConnectorTermination'; +import { VoiceConnectorTerminationCredentials as CHIME_VoiceConnectorTerminationCredentials } from './chime/VoiceConnectorTerminationCredentials'; +import { MediaInsightsPipelineConfiguration as CHIMESDKMEDIAPIPELINES_MediaInsightsPipelineConfiguration } from './chimesdkmediapipelines/MediaInsightsPipelineConfiguration'; +import { Collaboration as CLEANROOMS_Collaboration } from './cleanrooms/Collaboration'; +import { ConfiguredTable as CLEANROOMS_ConfiguredTable } from './cleanrooms/ConfiguredTable'; +import { EnvironmentEC2 as CLOUD9_EnvironmentEC2 } from './cloud9/EnvironmentEC2'; +import { EnvironmentMembership as CLOUD9_EnvironmentMembership } from './cloud9/EnvironmentMembership'; +import { Resource as CLOUDCONTROL_Resource } from './cloudcontrol/Resource'; +import { CloudFormationType as CLOUDFORMATION_CloudFormationType } from './cloudformation/CloudFormationType'; +import { Stack as CLOUDFORMATION_Stack } from './cloudformation/Stack'; +import { StackSet as CLOUDFORMATION_StackSet } from './cloudformation/StackSet'; +import { StackSetInstance as CLOUDFORMATION_StackSetInstance } from './cloudformation/StackSetInstance'; +import { CachePolicy as CLOUDFRONT_CachePolicy } from './cloudfront/CachePolicy'; +import { ContinuousDeploymentPolicy as CLOUDFRONT_ContinuousDeploymentPolicy } from './cloudfront/ContinuousDeploymentPolicy'; +import { Distribution as CLOUDFRONT_Distribution } from './cloudfront/Distribution'; +import { FieldLevelEncryptionConfig as CLOUDFRONT_FieldLevelEncryptionConfig } from './cloudfront/FieldLevelEncryptionConfig'; +import { FieldLevelEncryptionProfile as CLOUDFRONT_FieldLevelEncryptionProfile } from './cloudfront/FieldLevelEncryptionProfile'; +import { Function as CLOUDFRONT_Function } from './cloudfront/Function'; +import { KeyGroup as CLOUDFRONT_KeyGroup } from './cloudfront/KeyGroup'; +import { KeyValueStore as CLOUDFRONT_KeyValueStore } from './cloudfront/KeyValueStore'; +import { KeyvaluestoreKey as CLOUDFRONT_KeyvaluestoreKey } from './cloudfront/KeyvaluestoreKey'; +import { MonitoringSubscription as CLOUDFRONT_MonitoringSubscription } from './cloudfront/MonitoringSubscription'; +import { OriginAccessControl as CLOUDFRONT_OriginAccessControl } from './cloudfront/OriginAccessControl'; +import { OriginAccessIdentity as CLOUDFRONT_OriginAccessIdentity } from './cloudfront/OriginAccessIdentity'; +import { OriginRequestPolicy as CLOUDFRONT_OriginRequestPolicy } from './cloudfront/OriginRequestPolicy'; +import { PublicKey as CLOUDFRONT_PublicKey } from './cloudfront/PublicKey'; +import { RealtimeLogConfig as CLOUDFRONT_RealtimeLogConfig } from './cloudfront/RealtimeLogConfig'; +import { ResponseHeadersPolicy as CLOUDFRONT_ResponseHeadersPolicy } from './cloudfront/ResponseHeadersPolicy'; +import { Cluster as CLOUDHSMV2_Cluster } from './cloudhsmv2/Cluster'; +import { Hsm as CLOUDHSMV2_Hsm } from './cloudhsmv2/Hsm'; +import { Domain as CLOUDSEARCH_Domain } from './cloudsearch/Domain'; +import { DomainServiceAccessPolicy as CLOUDSEARCH_DomainServiceAccessPolicy } from './cloudsearch/DomainServiceAccessPolicy'; +import { EventDataStore as CLOUDTRAIL_EventDataStore } from './cloudtrail/EventDataStore'; +import { OrganizationDelegatedAdminAccount as CLOUDTRAIL_OrganizationDelegatedAdminAccount } from './cloudtrail/OrganizationDelegatedAdminAccount'; +import { Trail as CLOUDTRAIL_Trail } from './cloudtrail/Trail'; +import { CompositeAlarm as CLOUDWATCH_CompositeAlarm } from './cloudwatch/CompositeAlarm'; +import { Dashboard as CLOUDWATCH_Dashboard } from './cloudwatch/Dashboard'; +import { EventApiDestination as CLOUDWATCH_EventApiDestination } from './cloudwatch/EventApiDestination'; +import { EventArchive as CLOUDWATCH_EventArchive } from './cloudwatch/EventArchive'; +import { EventBus as CLOUDWATCH_EventBus } from './cloudwatch/EventBus'; +import { EventBusPolicy as CLOUDWATCH_EventBusPolicy } from './cloudwatch/EventBusPolicy'; +import { EventConnection as CLOUDWATCH_EventConnection } from './cloudwatch/EventConnection'; +import { EventEndpoint as CLOUDWATCH_EventEndpoint } from './cloudwatch/EventEndpoint'; +import { EventPermission as CLOUDWATCH_EventPermission } from './cloudwatch/EventPermission'; +import { EventRule as CLOUDWATCH_EventRule } from './cloudwatch/EventRule'; +import { EventTarget as CLOUDWATCH_EventTarget } from './cloudwatch/EventTarget'; +import { InternetMonitor as CLOUDWATCH_InternetMonitor } from './cloudwatch/InternetMonitor'; +import { LogAccountPolicy as CLOUDWATCH_LogAccountPolicy } from './cloudwatch/LogAccountPolicy'; +import { LogDataProtectionPolicy as CLOUDWATCH_LogDataProtectionPolicy } from './cloudwatch/LogDataProtectionPolicy'; +import { LogDestination as CLOUDWATCH_LogDestination } from './cloudwatch/LogDestination'; +import { LogDestinationPolicy as CLOUDWATCH_LogDestinationPolicy } from './cloudwatch/LogDestinationPolicy'; +import { LogGroup as CLOUDWATCH_LogGroup } from './cloudwatch/LogGroup'; +import { LogMetricFilter as CLOUDWATCH_LogMetricFilter } from './cloudwatch/LogMetricFilter'; +import { LogResourcePolicy as CLOUDWATCH_LogResourcePolicy } from './cloudwatch/LogResourcePolicy'; +import { LogStream as CLOUDWATCH_LogStream } from './cloudwatch/LogStream'; +import { LogSubscriptionFilter as CLOUDWATCH_LogSubscriptionFilter } from './cloudwatch/LogSubscriptionFilter'; +import { MetricAlarm as CLOUDWATCH_MetricAlarm } from './cloudwatch/MetricAlarm'; +import { MetricStream as CLOUDWATCH_MetricStream } from './cloudwatch/MetricStream'; +import { QueryDefinition as CLOUDWATCH_QueryDefinition } from './cloudwatch/QueryDefinition'; +import { Domain as CODEARTIFACT_Domain } from './codeartifact/Domain'; +import { DomainPermissions as CODEARTIFACT_DomainPermissions } from './codeartifact/DomainPermissions'; +import { Repository as CODEARTIFACT_Repository } from './codeartifact/Repository'; +import { RepositoryPermissionsPolicy as CODEARTIFACT_RepositoryPermissionsPolicy } from './codeartifact/RepositoryPermissionsPolicy'; +import { Project as CODEBUILD_Project } from './codebuild/Project'; +import { ReportGroup as CODEBUILD_ReportGroup } from './codebuild/ReportGroup'; +import { ResourcePolicy as CODEBUILD_ResourcePolicy } from './codebuild/ResourcePolicy'; +import { SourceCredential as CODEBUILD_SourceCredential } from './codebuild/SourceCredential'; +import { Webhook as CODEBUILD_Webhook } from './codebuild/Webhook'; +import { DevEnvironment as CODECATALYST_DevEnvironment } from './codecatalyst/DevEnvironment'; +import { Project as CODECATALYST_Project } from './codecatalyst/Project'; +import { SourceRepository as CODECATALYST_SourceRepository } from './codecatalyst/SourceRepository'; +import { ApprovalRuleTemplate as CODECOMMIT_ApprovalRuleTemplate } from './codecommit/ApprovalRuleTemplate'; +import { ApprovalRuleTemplateAssociation as CODECOMMIT_ApprovalRuleTemplateAssociation } from './codecommit/ApprovalRuleTemplateAssociation'; +import { Repository as CODECOMMIT_Repository } from './codecommit/Repository'; +import { Trigger as CODECOMMIT_Trigger } from './codecommit/Trigger'; +import { Application as CODEDEPLOY_Application } from './codedeploy/Application'; +import { DeploymentConfig as CODEDEPLOY_DeploymentConfig } from './codedeploy/DeploymentConfig'; +import { DeploymentGroup as CODEDEPLOY_DeploymentGroup } from './codedeploy/DeploymentGroup'; +import { ProfilingGroup as CODEGURUPROFILER_ProfilingGroup } from './codeguruprofiler/ProfilingGroup'; +import { RepositoryAssociation as CODEGURUREVIEWER_RepositoryAssociation } from './codegurureviewer/RepositoryAssociation'; +import { CustomActionType as CODEPIPELINE_CustomActionType } from './codepipeline/CustomActionType'; +import { Pipeline as CODEPIPELINE_Pipeline } from './codepipeline/Pipeline'; +import { Webhook as CODEPIPELINE_Webhook } from './codepipeline/Webhook'; +import { Connection as CODESTARCONNECTIONS_Connection } from './codestarconnections/Connection'; +import { Host as CODESTARCONNECTIONS_Host } from './codestarconnections/Host'; +import { NotificationRule as CODESTARNOTIFICATIONS_NotificationRule } from './codestarnotifications/NotificationRule'; +import { IdentityPool as COGNITO_IdentityPool } from './cognito/IdentityPool'; +import { IdentityPoolProviderPrincipalTag as COGNITO_IdentityPoolProviderPrincipalTag } from './cognito/IdentityPoolProviderPrincipalTag'; +import { IdentityPoolRoleAttachment as COGNITO_IdentityPoolRoleAttachment } from './cognito/IdentityPoolRoleAttachment'; +import { IdentityProvider as COGNITO_IdentityProvider } from './cognito/IdentityProvider'; +import { ManagedUserPoolClient as COGNITO_ManagedUserPoolClient } from './cognito/ManagedUserPoolClient'; +import { ResourceServer as COGNITO_ResourceServer } from './cognito/ResourceServer'; +import { RiskConfiguration as COGNITO_RiskConfiguration } from './cognito/RiskConfiguration'; +import { User as COGNITO_User } from './cognito/User'; +import { UserGroup as COGNITO_UserGroup } from './cognito/UserGroup'; +import { UserInGroup as COGNITO_UserInGroup } from './cognito/UserInGroup'; +import { UserPool as COGNITO_UserPool } from './cognito/UserPool'; +import { UserPoolClient as COGNITO_UserPoolClient } from './cognito/UserPoolClient'; +import { UserPoolDomain as COGNITO_UserPoolDomain } from './cognito/UserPoolDomain'; +import { UserPoolUICustomization as COGNITO_UserPoolUICustomization } from './cognito/UserPoolUICustomization'; +import { DocumentClassifier as COMPREHEND_DocumentClassifier } from './comprehend/DocumentClassifier'; +import { EntityRecognizer as COMPREHEND_EntityRecognizer } from './comprehend/EntityRecognizer'; +import { BotAssociation as CONNECT_BotAssociation } from './connect/BotAssociation'; +import { ContactFlow as CONNECT_ContactFlow } from './connect/ContactFlow'; +import { ContactFlowModule as CONNECT_ContactFlowModule } from './connect/ContactFlowModule'; +import { HoursOfOperation as CONNECT_HoursOfOperation } from './connect/HoursOfOperation'; +import { Instance as CONNECT_Instance } from './connect/Instance'; +import { InstanceStorageConfig as CONNECT_InstanceStorageConfig } from './connect/InstanceStorageConfig'; +import { LambdaFunctionAssociation as CONNECT_LambdaFunctionAssociation } from './connect/LambdaFunctionAssociation'; +import { PhoneNumber as CONNECT_PhoneNumber } from './connect/PhoneNumber'; +import { Queue as CONNECT_Queue } from './connect/Queue'; +import { QuickConnect as CONNECT_QuickConnect } from './connect/QuickConnect'; +import { RoutingProfile as CONNECT_RoutingProfile } from './connect/RoutingProfile'; +import { SecurityProfile as CONNECT_SecurityProfile } from './connect/SecurityProfile'; +import { User as CONNECT_User } from './connect/User'; +import { UserHierarchyGroup as CONNECT_UserHierarchyGroup } from './connect/UserHierarchyGroup'; +import { UserHierarchyStructure as CONNECT_UserHierarchyStructure } from './connect/UserHierarchyStructure'; +import { Vocabulary as CONNECT_Vocabulary } from './connect/Vocabulary'; +import { ControlTowerControl as CONTROLTOWER_ControlTowerControl } from './controltower/ControlTowerControl'; +import { LandingZone as CONTROLTOWER_LandingZone } from './controltower/LandingZone'; +import { AnomalyMonitor as COSTEXPLORER_AnomalyMonitor } from './costexplorer/AnomalyMonitor'; +import { AnomalySubscription as COSTEXPLORER_AnomalySubscription } from './costexplorer/AnomalySubscription'; +import { CostAllocationTag as COSTEXPLORER_CostAllocationTag } from './costexplorer/CostAllocationTag'; +import { CostCategory as COSTEXPLORER_CostCategory } from './costexplorer/CostCategory'; +import { ReportDefinition as CUR_ReportDefinition } from './cur/ReportDefinition'; +import { Domain as CUSTOMERPROFILES_Domain } from './customerprofiles/Domain'; +import { Profile as CUSTOMERPROFILES_Profile } from './customerprofiles/Profile'; +import { DataSet as DATAEXCHANGE_DataSet } from './dataexchange/DataSet'; +import { Revision as DATAEXCHANGE_Revision } from './dataexchange/Revision'; +import { Pipeline as DATAPIPELINE_Pipeline } from './datapipeline/Pipeline'; +import { PipelineDefinition as DATAPIPELINE_PipelineDefinition } from './datapipeline/PipelineDefinition'; +import { Agent as DATASYNC_Agent } from './datasync/Agent'; +import { EfsLocation as DATASYNC_EfsLocation } from './datasync/EfsLocation'; +import { FsxOpenZfsFileSystem as DATASYNC_FsxOpenZfsFileSystem } from './datasync/FsxOpenZfsFileSystem'; +import { LocationAzureBlob as DATASYNC_LocationAzureBlob } from './datasync/LocationAzureBlob'; +import { LocationFsxLustre as DATASYNC_LocationFsxLustre } from './datasync/LocationFsxLustre'; +import { LocationFsxOntapFileSystem as DATASYNC_LocationFsxOntapFileSystem } from './datasync/LocationFsxOntapFileSystem'; +import { LocationFsxWindows as DATASYNC_LocationFsxWindows } from './datasync/LocationFsxWindows'; +import { LocationHdfs as DATASYNC_LocationHdfs } from './datasync/LocationHdfs'; +import { LocationObjectStorage as DATASYNC_LocationObjectStorage } from './datasync/LocationObjectStorage'; +import { LocationSmb as DATASYNC_LocationSmb } from './datasync/LocationSmb'; +import { NfsLocation as DATASYNC_NfsLocation } from './datasync/NfsLocation'; +import { S3Location as DATASYNC_S3Location } from './datasync/S3Location'; +import { Task as DATASYNC_Task } from './datasync/Task'; +import { Domain as DATAZONE_Domain } from './datazone/Domain'; +import { EnvironmentBlueprintConfiguration as DATAZONE_EnvironmentBlueprintConfiguration } from './datazone/EnvironmentBlueprintConfiguration'; +import { EnvironmentProfile as DATAZONE_EnvironmentProfile } from './datazone/EnvironmentProfile'; +import { FormType as DATAZONE_FormType } from './datazone/FormType'; +import { Glossary as DATAZONE_Glossary } from './datazone/Glossary'; +import { GlossaryTerm as DATAZONE_GlossaryTerm } from './datazone/GlossaryTerm'; +import { Project as DATAZONE_Project } from './datazone/Project'; +import { Cluster as DAX_Cluster } from './dax/Cluster'; +import { ParameterGroup as DAX_ParameterGroup } from './dax/ParameterGroup'; +import { SubnetGroup as DAX_SubnetGroup } from './dax/SubnetGroup'; +import { Graph as DETECTIVE_Graph } from './detective/Graph'; +import { InvitationAccepter as DETECTIVE_InvitationAccepter } from './detective/InvitationAccepter'; +import { Member as DETECTIVE_Member } from './detective/Member'; +import { OrganizationAdminAccount as DETECTIVE_OrganizationAdminAccount } from './detective/OrganizationAdminAccount'; +import { OrganizationConfiguration as DETECTIVE_OrganizationConfiguration } from './detective/OrganizationConfiguration'; +import { DevicePool as DEVICEFARM_DevicePool } from './devicefarm/DevicePool'; +import { InstanceProfile as DEVICEFARM_InstanceProfile } from './devicefarm/InstanceProfile'; +import { NetworkProfile as DEVICEFARM_NetworkProfile } from './devicefarm/NetworkProfile'; +import { Project as DEVICEFARM_Project } from './devicefarm/Project'; +import { TestGridProject as DEVICEFARM_TestGridProject } from './devicefarm/TestGridProject'; +import { Upload as DEVICEFARM_Upload } from './devicefarm/Upload'; +import { EventSourcesConfig as DEVOPSGURU_EventSourcesConfig } from './devopsguru/EventSourcesConfig'; +import { NotificationChannel as DEVOPSGURU_NotificationChannel } from './devopsguru/NotificationChannel'; +import { ResourceCollection as DEVOPSGURU_ResourceCollection } from './devopsguru/ResourceCollection'; +import { ServiceIntegration as DEVOPSGURU_ServiceIntegration } from './devopsguru/ServiceIntegration'; +import { BgpPeer as DIRECTCONNECT_BgpPeer } from './directconnect/BgpPeer'; +import { Connection as DIRECTCONNECT_Connection } from './directconnect/Connection'; +import { ConnectionAssociation as DIRECTCONNECT_ConnectionAssociation } from './directconnect/ConnectionAssociation'; +import { ConnectionConfirmation as DIRECTCONNECT_ConnectionConfirmation } from './directconnect/ConnectionConfirmation'; +import { Gateway as DIRECTCONNECT_Gateway } from './directconnect/Gateway'; +import { GatewayAssociation as DIRECTCONNECT_GatewayAssociation } from './directconnect/GatewayAssociation'; +import { GatewayAssociationProposal as DIRECTCONNECT_GatewayAssociationProposal } from './directconnect/GatewayAssociationProposal'; +import { HostedConnection as DIRECTCONNECT_HostedConnection } from './directconnect/HostedConnection'; +import { HostedPrivateVirtualInterface as DIRECTCONNECT_HostedPrivateVirtualInterface } from './directconnect/HostedPrivateVirtualInterface'; +import { HostedPrivateVirtualInterfaceAccepter as DIRECTCONNECT_HostedPrivateVirtualInterfaceAccepter } from './directconnect/HostedPrivateVirtualInterfaceAccepter'; +import { HostedPublicVirtualInterface as DIRECTCONNECT_HostedPublicVirtualInterface } from './directconnect/HostedPublicVirtualInterface'; +import { HostedPublicVirtualInterfaceAccepter as DIRECTCONNECT_HostedPublicVirtualInterfaceAccepter } from './directconnect/HostedPublicVirtualInterfaceAccepter'; +import { HostedTransitVirtualInterface as DIRECTCONNECT_HostedTransitVirtualInterface } from './directconnect/HostedTransitVirtualInterface'; +import { HostedTransitVirtualInterfaceAcceptor as DIRECTCONNECT_HostedTransitVirtualInterfaceAcceptor } from './directconnect/HostedTransitVirtualInterfaceAcceptor'; +import { LinkAggregationGroup as DIRECTCONNECT_LinkAggregationGroup } from './directconnect/LinkAggregationGroup'; +import { MacsecKeyAssociation as DIRECTCONNECT_MacsecKeyAssociation } from './directconnect/MacsecKeyAssociation'; +import { PrivateVirtualInterface as DIRECTCONNECT_PrivateVirtualInterface } from './directconnect/PrivateVirtualInterface'; +import { PublicVirtualInterface as DIRECTCONNECT_PublicVirtualInterface } from './directconnect/PublicVirtualInterface'; +import { TransitVirtualInterface as DIRECTCONNECT_TransitVirtualInterface } from './directconnect/TransitVirtualInterface'; +import { ConditionalForwader as DIRECTORYSERVICE_ConditionalForwader } from './directoryservice/ConditionalForwader'; +import { Directory as DIRECTORYSERVICE_Directory } from './directoryservice/Directory'; +import { LogService as DIRECTORYSERVICE_LogService } from './directoryservice/LogService'; +import { RadiusSettings as DIRECTORYSERVICE_RadiusSettings } from './directoryservice/RadiusSettings'; +import { ServiceRegion as DIRECTORYSERVICE_ServiceRegion } from './directoryservice/ServiceRegion'; +import { SharedDirectory as DIRECTORYSERVICE_SharedDirectory } from './directoryservice/SharedDirectory'; +import { SharedDirectoryAccepter as DIRECTORYSERVICE_SharedDirectoryAccepter } from './directoryservice/SharedDirectoryAccepter'; +import { Trust as DIRECTORYSERVICE_Trust } from './directoryservice/Trust'; +import { LifecyclePolicy as DLM_LifecyclePolicy } from './dlm/LifecyclePolicy'; +import { Certificate as DMS_Certificate } from './dms/Certificate'; +import { Endpoint as DMS_Endpoint } from './dms/Endpoint'; +import { EventSubscription as DMS_EventSubscription } from './dms/EventSubscription'; +import { ReplicationConfig as DMS_ReplicationConfig } from './dms/ReplicationConfig'; +import { ReplicationInstance as DMS_ReplicationInstance } from './dms/ReplicationInstance'; +import { ReplicationSubnetGroup as DMS_ReplicationSubnetGroup } from './dms/ReplicationSubnetGroup'; +import { ReplicationTask as DMS_ReplicationTask } from './dms/ReplicationTask'; +import { S3Endpoint as DMS_S3Endpoint } from './dms/S3Endpoint'; +import { Cluster as DOCDB_Cluster } from './docdb/Cluster'; +import { ClusterInstance as DOCDB_ClusterInstance } from './docdb/ClusterInstance'; +import { ClusterParameterGroup as DOCDB_ClusterParameterGroup } from './docdb/ClusterParameterGroup'; +import { ClusterSnapshot as DOCDB_ClusterSnapshot } from './docdb/ClusterSnapshot'; +import { ElasticCluster as DOCDB_ElasticCluster } from './docdb/ElasticCluster'; +import { EventSubscription as DOCDB_EventSubscription } from './docdb/EventSubscription'; +import { GlobalCluster as DOCDB_GlobalCluster } from './docdb/GlobalCluster'; +import { SubnetGroup as DOCDB_SubnetGroup } from './docdb/SubnetGroup'; +import { ReplicationConfigurationTemplate as DRS_ReplicationConfigurationTemplate } from './drs/ReplicationConfigurationTemplate'; +import { ContributorInsights as DYNAMODB_ContributorInsights } from './dynamodb/ContributorInsights'; +import { GlobalTable as DYNAMODB_GlobalTable } from './dynamodb/GlobalTable'; +import { KinesisStreamingDestination as DYNAMODB_KinesisStreamingDestination } from './dynamodb/KinesisStreamingDestination'; +import { ResourcePolicy as DYNAMODB_ResourcePolicy } from './dynamodb/ResourcePolicy'; +import { Table as DYNAMODB_Table } from './dynamodb/Table'; +import { TableExport as DYNAMODB_TableExport } from './dynamodb/TableExport'; +import { TableItem as DYNAMODB_TableItem } from './dynamodb/TableItem'; +import { TableReplica as DYNAMODB_TableReplica } from './dynamodb/TableReplica'; +import { Tag as DYNAMODB_Tag } from './dynamodb/Tag'; +import { DefaultKmsKey as EBS_DefaultKmsKey } from './ebs/DefaultKmsKey'; +import { EncryptionByDefault as EBS_EncryptionByDefault } from './ebs/EncryptionByDefault'; +import { FastSnapshotRestore as EBS_FastSnapshotRestore } from './ebs/FastSnapshotRestore'; +import { Snapshot as EBS_Snapshot } from './ebs/Snapshot'; +import { SnapshotBlockPublicAccess as EBS_SnapshotBlockPublicAccess } from './ebs/SnapshotBlockPublicAccess'; +import { SnapshotCopy as EBS_SnapshotCopy } from './ebs/SnapshotCopy'; +import { SnapshotImport as EBS_SnapshotImport } from './ebs/SnapshotImport'; +import { Volume as EBS_Volume } from './ebs/Volume'; +import { Ami as EC2_Ami } from './ec2/Ami'; +import { AmiCopy as EC2_AmiCopy } from './ec2/AmiCopy'; +import { AmiFromInstance as EC2_AmiFromInstance } from './ec2/AmiFromInstance'; +import { AmiLaunchPermission as EC2_AmiLaunchPermission } from './ec2/AmiLaunchPermission'; +import { AvailabilityZoneGroup as EC2_AvailabilityZoneGroup } from './ec2/AvailabilityZoneGroup'; +import { CapacityBlockReservation as EC2_CapacityBlockReservation } from './ec2/CapacityBlockReservation'; +import { CapacityReservation as EC2_CapacityReservation } from './ec2/CapacityReservation'; +import { CarrierGateway as EC2_CarrierGateway } from './ec2/CarrierGateway'; +import { CustomerGateway as EC2_CustomerGateway } from './ec2/CustomerGateway'; +import { DedicatedHost as EC2_DedicatedHost } from './ec2/DedicatedHost'; +import { DefaultNetworkAcl as EC2_DefaultNetworkAcl } from './ec2/DefaultNetworkAcl'; +import { DefaultRouteTable as EC2_DefaultRouteTable } from './ec2/DefaultRouteTable'; +import { DefaultSecurityGroup as EC2_DefaultSecurityGroup } from './ec2/DefaultSecurityGroup'; +import { DefaultSubnet as EC2_DefaultSubnet } from './ec2/DefaultSubnet'; +import { DefaultVpc as EC2_DefaultVpc } from './ec2/DefaultVpc'; +import { DefaultVpcDhcpOptions as EC2_DefaultVpcDhcpOptions } from './ec2/DefaultVpcDhcpOptions'; +import { EgressOnlyInternetGateway as EC2_EgressOnlyInternetGateway } from './ec2/EgressOnlyInternetGateway'; +import { Eip as EC2_Eip } from './ec2/Eip'; +import { EipAssociation as EC2_EipAssociation } from './ec2/EipAssociation'; +import { EipDomainName as EC2_EipDomainName } from './ec2/EipDomainName'; +import { Fleet as EC2_Fleet } from './ec2/Fleet'; +import { FlowLog as EC2_FlowLog } from './ec2/FlowLog'; +import { ImageBlockPublicAccess as EC2_ImageBlockPublicAccess } from './ec2/ImageBlockPublicAccess'; +import { Instance as EC2_Instance } from './ec2/Instance'; +import { InstanceMetadataDefaults as EC2_InstanceMetadataDefaults } from './ec2/InstanceMetadataDefaults'; +import { InternetGateway as EC2_InternetGateway } from './ec2/InternetGateway'; +import { InternetGatewayAttachment as EC2_InternetGatewayAttachment } from './ec2/InternetGatewayAttachment'; +import { KeyPair as EC2_KeyPair } from './ec2/KeyPair'; +import { LaunchConfiguration as EC2_LaunchConfiguration } from './ec2/LaunchConfiguration'; +import { LaunchTemplate as EC2_LaunchTemplate } from './ec2/LaunchTemplate'; +import { LocalGatewayRoute as EC2_LocalGatewayRoute } from './ec2/LocalGatewayRoute'; +import { LocalGatewayRouteTableVpcAssociation as EC2_LocalGatewayRouteTableVpcAssociation } from './ec2/LocalGatewayRouteTableVpcAssociation'; +import { MainRouteTableAssociation as EC2_MainRouteTableAssociation } from './ec2/MainRouteTableAssociation'; +import { ManagedPrefixList as EC2_ManagedPrefixList } from './ec2/ManagedPrefixList'; +import { ManagedPrefixListEntry as EC2_ManagedPrefixListEntry } from './ec2/ManagedPrefixListEntry'; +import { NatGateway as EC2_NatGateway } from './ec2/NatGateway'; +import { NetworkAcl as EC2_NetworkAcl } from './ec2/NetworkAcl'; +import { NetworkAclAssociation as EC2_NetworkAclAssociation } from './ec2/NetworkAclAssociation'; +import { NetworkAclRule as EC2_NetworkAclRule } from './ec2/NetworkAclRule'; +import { NetworkInsightsAnalysis as EC2_NetworkInsightsAnalysis } from './ec2/NetworkInsightsAnalysis'; +import { NetworkInsightsPath as EC2_NetworkInsightsPath } from './ec2/NetworkInsightsPath'; +import { NetworkInterface as EC2_NetworkInterface } from './ec2/NetworkInterface'; +import { NetworkInterfaceAttachment as EC2_NetworkInterfaceAttachment } from './ec2/NetworkInterfaceAttachment'; +import { NetworkInterfaceSecurityGroupAttachment as EC2_NetworkInterfaceSecurityGroupAttachment } from './ec2/NetworkInterfaceSecurityGroupAttachment'; +import { PeeringConnectionOptions as EC2_PeeringConnectionOptions } from './ec2/PeeringConnectionOptions'; +import { PlacementGroup as EC2_PlacementGroup } from './ec2/PlacementGroup'; +import { ProxyProtocolPolicy as EC2_ProxyProtocolPolicy } from './ec2/ProxyProtocolPolicy'; +import { Route as EC2_Route } from './ec2/Route'; +import { RouteTable as EC2_RouteTable } from './ec2/RouteTable'; +import { RouteTableAssociation as EC2_RouteTableAssociation } from './ec2/RouteTableAssociation'; +import { SecurityGroup as EC2_SecurityGroup } from './ec2/SecurityGroup'; +import { SecurityGroupAssociation as EC2_SecurityGroupAssociation } from './ec2/SecurityGroupAssociation'; +import { SecurityGroupRule as EC2_SecurityGroupRule } from './ec2/SecurityGroupRule'; +import { SerialConsoleAccess as EC2_SerialConsoleAccess } from './ec2/SerialConsoleAccess'; +import { SnapshotCreateVolumePermission as EC2_SnapshotCreateVolumePermission } from './ec2/SnapshotCreateVolumePermission'; +import { SpotDatafeedSubscription as EC2_SpotDatafeedSubscription } from './ec2/SpotDatafeedSubscription'; +import { SpotFleetRequest as EC2_SpotFleetRequest } from './ec2/SpotFleetRequest'; +import { SpotInstanceRequest as EC2_SpotInstanceRequest } from './ec2/SpotInstanceRequest'; +import { Subnet as EC2_Subnet } from './ec2/Subnet'; +import { SubnetCidrReservation as EC2_SubnetCidrReservation } from './ec2/SubnetCidrReservation'; +import { Tag as EC2_Tag } from './ec2/Tag'; +import { TrafficMirrorFilter as EC2_TrafficMirrorFilter } from './ec2/TrafficMirrorFilter'; +import { TrafficMirrorFilterRule as EC2_TrafficMirrorFilterRule } from './ec2/TrafficMirrorFilterRule'; +import { TrafficMirrorSession as EC2_TrafficMirrorSession } from './ec2/TrafficMirrorSession'; +import { TrafficMirrorTarget as EC2_TrafficMirrorTarget } from './ec2/TrafficMirrorTarget'; +import { VolumeAttachment as EC2_VolumeAttachment } from './ec2/VolumeAttachment'; +import { Vpc as EC2_Vpc } from './ec2/Vpc'; +import { VpcDhcpOptions as EC2_VpcDhcpOptions } from './ec2/VpcDhcpOptions'; +import { VpcDhcpOptionsAssociation as EC2_VpcDhcpOptionsAssociation } from './ec2/VpcDhcpOptionsAssociation'; +import { VpcEndpoint as EC2_VpcEndpoint } from './ec2/VpcEndpoint'; +import { VpcEndpointConnectionAccepter as EC2_VpcEndpointConnectionAccepter } from './ec2/VpcEndpointConnectionAccepter'; +import { VpcEndpointConnectionNotification as EC2_VpcEndpointConnectionNotification } from './ec2/VpcEndpointConnectionNotification'; +import { VpcEndpointPolicy as EC2_VpcEndpointPolicy } from './ec2/VpcEndpointPolicy'; +import { VpcEndpointRouteTableAssociation as EC2_VpcEndpointRouteTableAssociation } from './ec2/VpcEndpointRouteTableAssociation'; +import { VpcEndpointService as EC2_VpcEndpointService } from './ec2/VpcEndpointService'; +import { VpcEndpointServiceAllowedPrinciple as EC2_VpcEndpointServiceAllowedPrinciple } from './ec2/VpcEndpointServiceAllowedPrinciple'; +import { VpcEndpointSubnetAssociation as EC2_VpcEndpointSubnetAssociation } from './ec2/VpcEndpointSubnetAssociation'; +import { VpcIpam as EC2_VpcIpam } from './ec2/VpcIpam'; +import { VpcIpamOrganizationAdminAccount as EC2_VpcIpamOrganizationAdminAccount } from './ec2/VpcIpamOrganizationAdminAccount'; +import { VpcIpamPool as EC2_VpcIpamPool } from './ec2/VpcIpamPool'; +import { VpcIpamPoolCidr as EC2_VpcIpamPoolCidr } from './ec2/VpcIpamPoolCidr'; +import { VpcIpamPoolCidrAllocation as EC2_VpcIpamPoolCidrAllocation } from './ec2/VpcIpamPoolCidrAllocation'; +import { VpcIpamPreviewNextCidr as EC2_VpcIpamPreviewNextCidr } from './ec2/VpcIpamPreviewNextCidr'; +import { VpcIpamResourceDiscovery as EC2_VpcIpamResourceDiscovery } from './ec2/VpcIpamResourceDiscovery'; +import { VpcIpamResourceDiscoveryAssociation as EC2_VpcIpamResourceDiscoveryAssociation } from './ec2/VpcIpamResourceDiscoveryAssociation'; +import { VpcIpamScope as EC2_VpcIpamScope } from './ec2/VpcIpamScope'; +import { VpcIpv4CidrBlockAssociation as EC2_VpcIpv4CidrBlockAssociation } from './ec2/VpcIpv4CidrBlockAssociation'; +import { VpcIpv6CidrBlockAssociation as EC2_VpcIpv6CidrBlockAssociation } from './ec2/VpcIpv6CidrBlockAssociation'; +import { VpcNetworkPerformanceMetricSubscription as EC2_VpcNetworkPerformanceMetricSubscription } from './ec2/VpcNetworkPerformanceMetricSubscription'; +import { VpcPeeringConnection as EC2_VpcPeeringConnection } from './ec2/VpcPeeringConnection'; +import { VpcPeeringConnectionAccepter as EC2_VpcPeeringConnectionAccepter } from './ec2/VpcPeeringConnectionAccepter'; +import { VpnConnection as EC2_VpnConnection } from './ec2/VpnConnection'; +import { VpnConnectionRoute as EC2_VpnConnectionRoute } from './ec2/VpnConnectionRoute'; +import { VpnGateway as EC2_VpnGateway } from './ec2/VpnGateway'; +import { VpnGatewayAttachment as EC2_VpnGatewayAttachment } from './ec2/VpnGatewayAttachment'; +import { VpnGatewayRoutePropagation as EC2_VpnGatewayRoutePropagation } from './ec2/VpnGatewayRoutePropagation'; +import { AuthorizationRule as EC2CLIENTVPN_AuthorizationRule } from './ec2clientvpn/AuthorizationRule'; +import { Endpoint as EC2CLIENTVPN_Endpoint } from './ec2clientvpn/Endpoint'; +import { NetworkAssociation as EC2CLIENTVPN_NetworkAssociation } from './ec2clientvpn/NetworkAssociation'; +import { Route as EC2CLIENTVPN_Route } from './ec2clientvpn/Route'; +import { Connect as EC2TRANSITGATEWAY_Connect } from './ec2transitgateway/Connect'; +import { ConnectPeer as EC2TRANSITGATEWAY_ConnectPeer } from './ec2transitgateway/ConnectPeer'; +import { InstanceConnectEndpoint as EC2TRANSITGATEWAY_InstanceConnectEndpoint } from './ec2transitgateway/InstanceConnectEndpoint'; +import { InstanceState as EC2TRANSITGATEWAY_InstanceState } from './ec2transitgateway/InstanceState'; +import { MulticastDomain as EC2TRANSITGATEWAY_MulticastDomain } from './ec2transitgateway/MulticastDomain'; +import { MulticastDomainAssociation as EC2TRANSITGATEWAY_MulticastDomainAssociation } from './ec2transitgateway/MulticastDomainAssociation'; +import { MulticastGroupMember as EC2TRANSITGATEWAY_MulticastGroupMember } from './ec2transitgateway/MulticastGroupMember'; +import { MulticastGroupSource as EC2TRANSITGATEWAY_MulticastGroupSource } from './ec2transitgateway/MulticastGroupSource'; +import { PeeringAttachment as EC2TRANSITGATEWAY_PeeringAttachment } from './ec2transitgateway/PeeringAttachment'; +import { PeeringAttachmentAccepter as EC2TRANSITGATEWAY_PeeringAttachmentAccepter } from './ec2transitgateway/PeeringAttachmentAccepter'; +import { PolicyTable as EC2TRANSITGATEWAY_PolicyTable } from './ec2transitgateway/PolicyTable'; +import { PolicyTableAssociation as EC2TRANSITGATEWAY_PolicyTableAssociation } from './ec2transitgateway/PolicyTableAssociation'; +import { PrefixListReference as EC2TRANSITGATEWAY_PrefixListReference } from './ec2transitgateway/PrefixListReference'; +import { Route as EC2TRANSITGATEWAY_Route } from './ec2transitgateway/Route'; +import { RouteTable as EC2TRANSITGATEWAY_RouteTable } from './ec2transitgateway/RouteTable'; +import { RouteTableAssociation as EC2TRANSITGATEWAY_RouteTableAssociation } from './ec2transitgateway/RouteTableAssociation'; +import { RouteTablePropagation as EC2TRANSITGATEWAY_RouteTablePropagation } from './ec2transitgateway/RouteTablePropagation'; +import { TransitGateway as EC2TRANSITGATEWAY_TransitGateway } from './ec2transitgateway/TransitGateway'; +import { VpcAttachment as EC2TRANSITGATEWAY_VpcAttachment } from './ec2transitgateway/VpcAttachment'; +import { VpcAttachmentAccepter as EC2TRANSITGATEWAY_VpcAttachmentAccepter } from './ec2transitgateway/VpcAttachmentAccepter'; +import { LifecyclePolicy as ECR_LifecyclePolicy } from './ecr/LifecyclePolicy'; +import { PullThroughCacheRule as ECR_PullThroughCacheRule } from './ecr/PullThroughCacheRule'; +import { RegistryPolicy as ECR_RegistryPolicy } from './ecr/RegistryPolicy'; +import { RegistryScanningConfiguration as ECR_RegistryScanningConfiguration } from './ecr/RegistryScanningConfiguration'; +import { ReplicationConfiguration as ECR_ReplicationConfiguration } from './ecr/ReplicationConfiguration'; +import { Repository as ECR_Repository } from './ecr/Repository'; +import { RepositoryCreationTemplate as ECR_RepositoryCreationTemplate } from './ecr/RepositoryCreationTemplate'; +import { RepositoryPolicy as ECR_RepositoryPolicy } from './ecr/RepositoryPolicy'; +import { Repository as ECRPUBLIC_Repository } from './ecrpublic/Repository'; +import { RepositoryPolicy as ECRPUBLIC_RepositoryPolicy } from './ecrpublic/RepositoryPolicy'; +import { AccountSettingDefault as ECS_AccountSettingDefault } from './ecs/AccountSettingDefault'; +import { CapacityProvider as ECS_CapacityProvider } from './ecs/CapacityProvider'; +import { Cluster as ECS_Cluster } from './ecs/Cluster'; +import { ClusterCapacityProviders as ECS_ClusterCapacityProviders } from './ecs/ClusterCapacityProviders'; +import { Service as ECS_Service } from './ecs/Service'; +import { Tag as ECS_Tag } from './ecs/Tag'; +import { TaskDefinition as ECS_TaskDefinition } from './ecs/TaskDefinition'; +import { TaskSet as ECS_TaskSet } from './ecs/TaskSet'; +import { AccessPoint as EFS_AccessPoint } from './efs/AccessPoint'; +import { BackupPolicy as EFS_BackupPolicy } from './efs/BackupPolicy'; +import { FileSystem as EFS_FileSystem } from './efs/FileSystem'; +import { FileSystemPolicy as EFS_FileSystemPolicy } from './efs/FileSystemPolicy'; +import { MountTarget as EFS_MountTarget } from './efs/MountTarget'; +import { ReplicationConfiguration as EFS_ReplicationConfiguration } from './efs/ReplicationConfiguration'; +import { AccessEntry as EKS_AccessEntry } from './eks/AccessEntry'; +import { AccessPolicyAssociation as EKS_AccessPolicyAssociation } from './eks/AccessPolicyAssociation'; +import { Addon as EKS_Addon } from './eks/Addon'; +import { Cluster as EKS_Cluster } from './eks/Cluster'; +import { FargateProfile as EKS_FargateProfile } from './eks/FargateProfile'; +import { IdentityProviderConfig as EKS_IdentityProviderConfig } from './eks/IdentityProviderConfig'; +import { NodeGroup as EKS_NodeGroup } from './eks/NodeGroup'; +import { PodIdentityAssociation as EKS_PodIdentityAssociation } from './eks/PodIdentityAssociation'; +import { Cluster as ELASTICACHE_Cluster } from './elasticache/Cluster'; +import { GlobalReplicationGroup as ELASTICACHE_GlobalReplicationGroup } from './elasticache/GlobalReplicationGroup'; +import { ParameterGroup as ELASTICACHE_ParameterGroup } from './elasticache/ParameterGroup'; +import { ReplicationGroup as ELASTICACHE_ReplicationGroup } from './elasticache/ReplicationGroup'; +import { ServerlessCache as ELASTICACHE_ServerlessCache } from './elasticache/ServerlessCache'; +import { SubnetGroup as ELASTICACHE_SubnetGroup } from './elasticache/SubnetGroup'; +import { User as ELASTICACHE_User } from './elasticache/User'; +import { UserGroup as ELASTICACHE_UserGroup } from './elasticache/UserGroup'; +import { UserGroupAssociation as ELASTICACHE_UserGroupAssociation } from './elasticache/UserGroupAssociation'; +import { Application as ELASTICBEANSTALK_Application } from './elasticbeanstalk/Application'; +import { ApplicationVersion as ELASTICBEANSTALK_ApplicationVersion } from './elasticbeanstalk/ApplicationVersion'; +import { ConfigurationTemplate as ELASTICBEANSTALK_ConfigurationTemplate } from './elasticbeanstalk/ConfigurationTemplate'; +import { Environment as ELASTICBEANSTALK_Environment } from './elasticbeanstalk/Environment'; +import { Domain as ELASTICSEARCH_Domain } from './elasticsearch/Domain'; +import { DomainPolicy as ELASTICSEARCH_DomainPolicy } from './elasticsearch/DomainPolicy'; +import { DomainSamlOptions as ELASTICSEARCH_DomainSamlOptions } from './elasticsearch/DomainSamlOptions'; +import { VpcEndpoint as ELASTICSEARCH_VpcEndpoint } from './elasticsearch/VpcEndpoint'; +import { Pipeline as ELASTICTRANSCODER_Pipeline } from './elastictranscoder/Pipeline'; +import { Preset as ELASTICTRANSCODER_Preset } from './elastictranscoder/Preset'; +import { AppCookieStickinessPolicy as ELB_AppCookieStickinessPolicy } from './elb/AppCookieStickinessPolicy'; +import { Attachment as ELB_Attachment } from './elb/Attachment'; +import { ListenerPolicy as ELB_ListenerPolicy } from './elb/ListenerPolicy'; +import { LoadBalancer as ELB_LoadBalancer } from './elb/LoadBalancer'; +import { LoadBalancerBackendServerPolicy as ELB_LoadBalancerBackendServerPolicy } from './elb/LoadBalancerBackendServerPolicy'; +import { LoadBalancerCookieStickinessPolicy as ELB_LoadBalancerCookieStickinessPolicy } from './elb/LoadBalancerCookieStickinessPolicy'; +import { LoadBalancerPolicy as ELB_LoadBalancerPolicy } from './elb/LoadBalancerPolicy'; +import { SslNegotiationPolicy as ELB_SslNegotiationPolicy } from './elb/SslNegotiationPolicy'; +import { BlockPublicAccessConfiguration as EMR_BlockPublicAccessConfiguration } from './emr/BlockPublicAccessConfiguration'; +import { Cluster as EMR_Cluster } from './emr/Cluster'; +import { InstanceFleet as EMR_InstanceFleet } from './emr/InstanceFleet'; +import { InstanceGroup as EMR_InstanceGroup } from './emr/InstanceGroup'; +import { ManagedScalingPolicy as EMR_ManagedScalingPolicy } from './emr/ManagedScalingPolicy'; +import { SecurityConfiguration as EMR_SecurityConfiguration } from './emr/SecurityConfiguration'; +import { Studio as EMR_Studio } from './emr/Studio'; +import { StudioSessionMapping as EMR_StudioSessionMapping } from './emr/StudioSessionMapping'; +import { JobTemplate as EMRCONTAINERS_JobTemplate } from './emrcontainers/JobTemplate'; +import { VirtualCluster as EMRCONTAINERS_VirtualCluster } from './emrcontainers/VirtualCluster'; +import { Application as EMRSERVERLESS_Application } from './emrserverless/Application'; +import { Feature as EVIDENTLY_Feature } from './evidently/Feature'; +import { Launch as EVIDENTLY_Launch } from './evidently/Launch'; +import { Project as EVIDENTLY_Project } from './evidently/Project'; +import { Segment as EVIDENTLY_Segment } from './evidently/Segment'; +import { KxCluster as FINSPACE_KxCluster } from './finspace/KxCluster'; +import { KxDatabase as FINSPACE_KxDatabase } from './finspace/KxDatabase'; +import { KxDataview as FINSPACE_KxDataview } from './finspace/KxDataview'; +import { KxEnvironment as FINSPACE_KxEnvironment } from './finspace/KxEnvironment'; +import { KxScalingGroup as FINSPACE_KxScalingGroup } from './finspace/KxScalingGroup'; +import { KxUser as FINSPACE_KxUser } from './finspace/KxUser'; +import { KxVolume as FINSPACE_KxVolume } from './finspace/KxVolume'; +import { ExperimentTemplate as FIS_ExperimentTemplate } from './fis/ExperimentTemplate'; +import { AdminAccount as FMS_AdminAccount } from './fms/AdminAccount'; +import { Policy as FMS_Policy } from './fms/Policy'; +import { ResourceSet as FMS_ResourceSet } from './fms/ResourceSet'; +import { Backup as FSX_Backup } from './fsx/Backup'; +import { DataRepositoryAssociation as FSX_DataRepositoryAssociation } from './fsx/DataRepositoryAssociation'; +import { FileCache as FSX_FileCache } from './fsx/FileCache'; +import { LustreFileSystem as FSX_LustreFileSystem } from './fsx/LustreFileSystem'; +import { OntapFileSystem as FSX_OntapFileSystem } from './fsx/OntapFileSystem'; +import { OntapStorageVirtualMachine as FSX_OntapStorageVirtualMachine } from './fsx/OntapStorageVirtualMachine'; +import { OntapVolume as FSX_OntapVolume } from './fsx/OntapVolume'; +import { OpenZfsFileSystem as FSX_OpenZfsFileSystem } from './fsx/OpenZfsFileSystem'; +import { OpenZfsSnapshot as FSX_OpenZfsSnapshot } from './fsx/OpenZfsSnapshot'; +import { OpenZfsVolume as FSX_OpenZfsVolume } from './fsx/OpenZfsVolume'; +import { WindowsFileSystem as FSX_WindowsFileSystem } from './fsx/WindowsFileSystem'; +import { Alias as GAMELIFT_Alias } from './gamelift/Alias'; +import { Build as GAMELIFT_Build } from './gamelift/Build'; +import { Fleet as GAMELIFT_Fleet } from './gamelift/Fleet'; +import { GameServerGroup as GAMELIFT_GameServerGroup } from './gamelift/GameServerGroup'; +import { GameSessionQueue as GAMELIFT_GameSessionQueue } from './gamelift/GameSessionQueue'; +import { MatchmakingConfiguration as GAMELIFT_MatchmakingConfiguration } from './gamelift/MatchmakingConfiguration'; +import { MatchmakingRuleSet as GAMELIFT_MatchmakingRuleSet } from './gamelift/MatchmakingRuleSet'; +import { Script as GAMELIFT_Script } from './gamelift/Script'; +import { Vault as GLACIER_Vault } from './glacier/Vault'; +import { VaultLock as GLACIER_VaultLock } from './glacier/VaultLock'; +import { Accelerator as GLOBALACCELERATOR_Accelerator } from './globalaccelerator/Accelerator'; +import { CrossAccountAttachment as GLOBALACCELERATOR_CrossAccountAttachment } from './globalaccelerator/CrossAccountAttachment'; +import { CustomRoutingAccelerator as GLOBALACCELERATOR_CustomRoutingAccelerator } from './globalaccelerator/CustomRoutingAccelerator'; +import { CustomRoutingEndpointGroup as GLOBALACCELERATOR_CustomRoutingEndpointGroup } from './globalaccelerator/CustomRoutingEndpointGroup'; +import { CustomRoutingListener as GLOBALACCELERATOR_CustomRoutingListener } from './globalaccelerator/CustomRoutingListener'; +import { EndpointGroup as GLOBALACCELERATOR_EndpointGroup } from './globalaccelerator/EndpointGroup'; +import { Listener as GLOBALACCELERATOR_Listener } from './globalaccelerator/Listener'; +import { CatalogDatabase as GLUE_CatalogDatabase } from './glue/CatalogDatabase'; +import { CatalogTable as GLUE_CatalogTable } from './glue/CatalogTable'; +import { CatalogTableOptimizer as GLUE_CatalogTableOptimizer } from './glue/CatalogTableOptimizer'; +import { Classifier as GLUE_Classifier } from './glue/Classifier'; +import { Connection as GLUE_Connection } from './glue/Connection'; +import { Crawler as GLUE_Crawler } from './glue/Crawler'; +import { DataCatalogEncryptionSettings as GLUE_DataCatalogEncryptionSettings } from './glue/DataCatalogEncryptionSettings'; +import { DataQualityRuleset as GLUE_DataQualityRuleset } from './glue/DataQualityRuleset'; +import { DevEndpoint as GLUE_DevEndpoint } from './glue/DevEndpoint'; +import { Job as GLUE_Job } from './glue/Job'; +import { MLTransform as GLUE_MLTransform } from './glue/MLTransform'; +import { Partition as GLUE_Partition } from './glue/Partition'; +import { PartitionIndex as GLUE_PartitionIndex } from './glue/PartitionIndex'; +import { Registry as GLUE_Registry } from './glue/Registry'; +import { ResourcePolicy as GLUE_ResourcePolicy } from './glue/ResourcePolicy'; +import { Schema as GLUE_Schema } from './glue/Schema'; +import { SecurityConfiguration as GLUE_SecurityConfiguration } from './glue/SecurityConfiguration'; +import { Trigger as GLUE_Trigger } from './glue/Trigger'; +import { UserDefinedFunction as GLUE_UserDefinedFunction } from './glue/UserDefinedFunction'; +import { Workflow as GLUE_Workflow } from './glue/Workflow'; +import { LicenseAssociation as GRAFANA_LicenseAssociation } from './grafana/LicenseAssociation'; +import { RoleAssociation as GRAFANA_RoleAssociation } from './grafana/RoleAssociation'; +import { Workspace as GRAFANA_Workspace } from './grafana/Workspace'; +import { WorkspaceApiKey as GRAFANA_WorkspaceApiKey } from './grafana/WorkspaceApiKey'; +import { WorkspaceSamlConfiguration as GRAFANA_WorkspaceSamlConfiguration } from './grafana/WorkspaceSamlConfiguration'; +import { WorkspaceServiceAccount as GRAFANA_WorkspaceServiceAccount } from './grafana/WorkspaceServiceAccount'; +import { WorkspaceServiceAccountToken as GRAFANA_WorkspaceServiceAccountToken } from './grafana/WorkspaceServiceAccountToken'; +import { Detector as GUARDDUTY_Detector } from './guardduty/Detector'; +import { DetectorFeature as GUARDDUTY_DetectorFeature } from './guardduty/DetectorFeature'; +import { Filter as GUARDDUTY_Filter } from './guardduty/Filter'; +import { InviteAccepter as GUARDDUTY_InviteAccepter } from './guardduty/InviteAccepter'; +import { IPSet as GUARDDUTY_IPSet } from './guardduty/IPSet'; +import { MalwareProtectionPlan as GUARDDUTY_MalwareProtectionPlan } from './guardduty/MalwareProtectionPlan'; +import { Member as GUARDDUTY_Member } from './guardduty/Member'; +import { OrganizationAdminAccount as GUARDDUTY_OrganizationAdminAccount } from './guardduty/OrganizationAdminAccount'; +import { OrganizationConfiguration as GUARDDUTY_OrganizationConfiguration } from './guardduty/OrganizationConfiguration'; +import { OrganizationConfigurationFeature as GUARDDUTY_OrganizationConfigurationFeature } from './guardduty/OrganizationConfigurationFeature'; +import { PublishingDestination as GUARDDUTY_PublishingDestination } from './guardduty/PublishingDestination'; +import { ThreatIntelSet as GUARDDUTY_ThreatIntelSet } from './guardduty/ThreatIntelSet'; +import { AccessKey as IAM_AccessKey } from './iam/AccessKey'; +import { AccountAlias as IAM_AccountAlias } from './iam/AccountAlias'; +import { AccountPasswordPolicy as IAM_AccountPasswordPolicy } from './iam/AccountPasswordPolicy'; +import { Group as IAM_Group } from './iam/Group'; +import { GroupMembership as IAM_GroupMembership } from './iam/GroupMembership'; +import { GroupPolicy as IAM_GroupPolicy } from './iam/GroupPolicy'; +import { GroupPolicyAttachment as IAM_GroupPolicyAttachment } from './iam/GroupPolicyAttachment'; +import { InstanceProfile as IAM_InstanceProfile } from './iam/InstanceProfile'; +import { OpenIdConnectProvider as IAM_OpenIdConnectProvider } from './iam/OpenIdConnectProvider'; +import { Policy as IAM_Policy } from './iam/Policy'; +import { PolicyAttachment as IAM_PolicyAttachment } from './iam/PolicyAttachment'; +import { Role as IAM_Role } from './iam/Role'; +import { RolePolicy as IAM_RolePolicy } from './iam/RolePolicy'; +import { RolePolicyAttachment as IAM_RolePolicyAttachment } from './iam/RolePolicyAttachment'; +import { SamlProvider as IAM_SamlProvider } from './iam/SamlProvider'; +import { SecurityTokenServicePreferences as IAM_SecurityTokenServicePreferences } from './iam/SecurityTokenServicePreferences'; +import { ServerCertificate as IAM_ServerCertificate } from './iam/ServerCertificate'; +import { ServiceLinkedRole as IAM_ServiceLinkedRole } from './iam/ServiceLinkedRole'; +import { ServiceSpecificCredential as IAM_ServiceSpecificCredential } from './iam/ServiceSpecificCredential'; +import { SigningCertificate as IAM_SigningCertificate } from './iam/SigningCertificate'; +import { SshKey as IAM_SshKey } from './iam/SshKey'; +import { User as IAM_User } from './iam/User'; +import { UserGroupMembership as IAM_UserGroupMembership } from './iam/UserGroupMembership'; +import { UserLoginProfile as IAM_UserLoginProfile } from './iam/UserLoginProfile'; +import { UserPolicy as IAM_UserPolicy } from './iam/UserPolicy'; +import { UserPolicyAttachment as IAM_UserPolicyAttachment } from './iam/UserPolicyAttachment'; +import { VirtualMfaDevice as IAM_VirtualMfaDevice } from './iam/VirtualMfaDevice'; +import { Group as IDENTITYSTORE_Group } from './identitystore/Group'; +import { GroupMembership as IDENTITYSTORE_GroupMembership } from './identitystore/GroupMembership'; +import { User as IDENTITYSTORE_User } from './identitystore/User'; +import { Component as IMAGEBUILDER_Component } from './imagebuilder/Component'; +import { ContainerRecipe as IMAGEBUILDER_ContainerRecipe } from './imagebuilder/ContainerRecipe'; +import { DistributionConfiguration as IMAGEBUILDER_DistributionConfiguration } from './imagebuilder/DistributionConfiguration'; +import { Image as IMAGEBUILDER_Image } from './imagebuilder/Image'; +import { ImagePipeline as IMAGEBUILDER_ImagePipeline } from './imagebuilder/ImagePipeline'; +import { ImageRecipe as IMAGEBUILDER_ImageRecipe } from './imagebuilder/ImageRecipe'; +import { InfrastructureConfiguration as IMAGEBUILDER_InfrastructureConfiguration } from './imagebuilder/InfrastructureConfiguration'; +import { Workflow as IMAGEBUILDER_Workflow } from './imagebuilder/Workflow'; +import { AssessmentTarget as INSPECTOR_AssessmentTarget } from './inspector/AssessmentTarget'; +import { AssessmentTemplate as INSPECTOR_AssessmentTemplate } from './inspector/AssessmentTemplate'; +import { ResourceGroup as INSPECTOR_ResourceGroup } from './inspector/ResourceGroup'; +import { DelegatedAdminAccount as INSPECTOR2_DelegatedAdminAccount } from './inspector2/DelegatedAdminAccount'; +import { Enabler as INSPECTOR2_Enabler } from './inspector2/Enabler'; +import { MemberAssociation as INSPECTOR2_MemberAssociation } from './inspector2/MemberAssociation'; +import { OrganizationConfiguration as INSPECTOR2_OrganizationConfiguration } from './inspector2/OrganizationConfiguration'; +import { Authorizer as IOT_Authorizer } from './iot/Authorizer'; +import { BillingGroup as IOT_BillingGroup } from './iot/BillingGroup'; +import { CaCertificate as IOT_CaCertificate } from './iot/CaCertificate'; +import { Certificate as IOT_Certificate } from './iot/Certificate'; +import { DomainConfiguration as IOT_DomainConfiguration } from './iot/DomainConfiguration'; +import { EventConfigurations as IOT_EventConfigurations } from './iot/EventConfigurations'; +import { IndexingConfiguration as IOT_IndexingConfiguration } from './iot/IndexingConfiguration'; +import { LoggingOptions as IOT_LoggingOptions } from './iot/LoggingOptions'; +import { Policy as IOT_Policy } from './iot/Policy'; +import { PolicyAttachment as IOT_PolicyAttachment } from './iot/PolicyAttachment'; +import { ProvisioningTemplate as IOT_ProvisioningTemplate } from './iot/ProvisioningTemplate'; +import { RoleAlias as IOT_RoleAlias } from './iot/RoleAlias'; +import { Thing as IOT_Thing } from './iot/Thing'; +import { ThingGroup as IOT_ThingGroup } from './iot/ThingGroup'; +import { ThingGroupMembership as IOT_ThingGroupMembership } from './iot/ThingGroupMembership'; +import { ThingPrincipalAttachment as IOT_ThingPrincipalAttachment } from './iot/ThingPrincipalAttachment'; +import { ThingType as IOT_ThingType } from './iot/ThingType'; +import { TopicRule as IOT_TopicRule } from './iot/TopicRule'; +import { TopicRuleDestination as IOT_TopicRuleDestination } from './iot/TopicRuleDestination'; +import { Channel as IVS_Channel } from './ivs/Channel'; +import { PlaybackKeyPair as IVS_PlaybackKeyPair } from './ivs/PlaybackKeyPair'; +import { RecordingConfiguration as IVS_RecordingConfiguration } from './ivs/RecordingConfiguration'; +import { LoggingConfiguration as IVSCHAT_LoggingConfiguration } from './ivschat/LoggingConfiguration'; +import { Room as IVSCHAT_Room } from './ivschat/Room'; +import { DataSource as KENDRA_DataSource } from './kendra/DataSource'; +import { Experience as KENDRA_Experience } from './kendra/Experience'; +import { Faq as KENDRA_Faq } from './kendra/Faq'; +import { Index as KENDRA_Index } from './kendra/Index'; +import { QuerySuggestionsBlockList as KENDRA_QuerySuggestionsBlockList } from './kendra/QuerySuggestionsBlockList'; +import { Thesaurus as KENDRA_Thesaurus } from './kendra/Thesaurus'; +import { Keyspace as KEYSPACES_Keyspace } from './keyspaces/Keyspace'; +import { Table as KEYSPACES_Table } from './keyspaces/Table'; +import { AnalyticsApplication as KINESIS_AnalyticsApplication } from './kinesis/AnalyticsApplication'; +import { FirehoseDeliveryStream as KINESIS_FirehoseDeliveryStream } from './kinesis/FirehoseDeliveryStream'; +import { ResourcePolicy as KINESIS_ResourcePolicy } from './kinesis/ResourcePolicy'; +import { Stream as KINESIS_Stream } from './kinesis/Stream'; +import { StreamConsumer as KINESIS_StreamConsumer } from './kinesis/StreamConsumer'; +import { VideoStream as KINESIS_VideoStream } from './kinesis/VideoStream'; +import { Application as KINESISANALYTICSV2_Application } from './kinesisanalyticsv2/Application'; +import { ApplicationSnapshot as KINESISANALYTICSV2_ApplicationSnapshot } from './kinesisanalyticsv2/ApplicationSnapshot'; +import { Alias as KMS_Alias } from './kms/Alias'; +import { Ciphertext as KMS_Ciphertext } from './kms/Ciphertext'; +import { CustomKeyStore as KMS_CustomKeyStore } from './kms/CustomKeyStore'; +import { ExternalKey as KMS_ExternalKey } from './kms/ExternalKey'; +import { Grant as KMS_Grant } from './kms/Grant'; +import { Key as KMS_Key } from './kms/Key'; +import { KeyPolicy as KMS_KeyPolicy } from './kms/KeyPolicy'; +import { ReplicaExternalKey as KMS_ReplicaExternalKey } from './kms/ReplicaExternalKey'; +import { ReplicaKey as KMS_ReplicaKey } from './kms/ReplicaKey'; +import { DataCellsFilter as LAKEFORMATION_DataCellsFilter } from './lakeformation/DataCellsFilter'; +import { DataLakeSettings as LAKEFORMATION_DataLakeSettings } from './lakeformation/DataLakeSettings'; +import { LfTag as LAKEFORMATION_LfTag } from './lakeformation/LfTag'; +import { Permissions as LAKEFORMATION_Permissions } from './lakeformation/Permissions'; +import { Resource as LAKEFORMATION_Resource } from './lakeformation/Resource'; +import { ResourceLfTag as LAKEFORMATION_ResourceLfTag } from './lakeformation/ResourceLfTag'; +import { ResourceLfTags as LAKEFORMATION_ResourceLfTags } from './lakeformation/ResourceLfTags'; +import { Alias as LAMBDA_Alias } from './lambda/Alias'; +import { CallbackFunction as LAMBDA_CallbackFunction } from './lambda/CallbackFunction'; +import { CodeSigningConfig as LAMBDA_CodeSigningConfig } from './lambda/CodeSigningConfig'; +import { EventSourceMapping as LAMBDA_EventSourceMapping } from './lambda/EventSourceMapping'; +import { Function as LAMBDA_Function } from './lambda/Function'; +import { FunctionEventInvokeConfig as LAMBDA_FunctionEventInvokeConfig } from './lambda/FunctionEventInvokeConfig'; +import { FunctionUrl as LAMBDA_FunctionUrl } from './lambda/FunctionUrl'; +import { Invocation as LAMBDA_Invocation } from './lambda/Invocation'; +import { LayerVersion as LAMBDA_LayerVersion } from './lambda/LayerVersion'; +import { LayerVersionPermission as LAMBDA_LayerVersionPermission } from './lambda/LayerVersionPermission'; +import { Permission as LAMBDA_Permission } from './lambda/Permission'; +import { ProvisionedConcurrencyConfig as LAMBDA_ProvisionedConcurrencyConfig } from './lambda/ProvisionedConcurrencyConfig'; +import { RuntimeManagementConfig as LAMBDA_RuntimeManagementConfig } from './lambda/RuntimeManagementConfig'; +import { Listener as LB_Listener } from './lb/Listener'; +import { ListenerCertificate as LB_ListenerCertificate } from './lb/ListenerCertificate'; +import { ListenerRule as LB_ListenerRule } from './lb/ListenerRule'; +import { LoadBalancer as LB_LoadBalancer } from './lb/LoadBalancer'; +import { TargetGroup as LB_TargetGroup } from './lb/TargetGroup'; +import { TargetGroupAttachment as LB_TargetGroupAttachment } from './lb/TargetGroupAttachment'; +import { TrustStore as LB_TrustStore } from './lb/TrustStore'; +import { TrustStoreRevocation as LB_TrustStoreRevocation } from './lb/TrustStoreRevocation'; +import { Bot as LEX_Bot } from './lex/Bot'; +import { BotAlias as LEX_BotAlias } from './lex/BotAlias'; +import { Intent as LEX_Intent } from './lex/Intent'; +import { SlotType as LEX_SlotType } from './lex/SlotType'; +import { V2modelsBot as LEX_V2modelsBot } from './lex/V2modelsBot'; +import { V2modelsBotLocale as LEX_V2modelsBotLocale } from './lex/V2modelsBotLocale'; +import { V2modelsBotVersion as LEX_V2modelsBotVersion } from './lex/V2modelsBotVersion'; +import { V2modelsIntent as LEX_V2modelsIntent } from './lex/V2modelsIntent'; +import { V2modelsSlot as LEX_V2modelsSlot } from './lex/V2modelsSlot'; +import { V2modelsSlotType as LEX_V2modelsSlotType } from './lex/V2modelsSlotType'; +import { Association as LICENSEMANAGER_Association } from './licensemanager/Association'; +import { LicenseConfiguration as LICENSEMANAGER_LicenseConfiguration } from './licensemanager/LicenseConfiguration'; +import { LicenseGrant as LICENSEMANAGER_LicenseGrant } from './licensemanager/LicenseGrant'; +import { LicenseGrantAccepter as LICENSEMANAGER_LicenseGrantAccepter } from './licensemanager/LicenseGrantAccepter'; +import { Bucket as LIGHTSAIL_Bucket } from './lightsail/Bucket'; +import { BucketAccessKey as LIGHTSAIL_BucketAccessKey } from './lightsail/BucketAccessKey'; +import { BucketResourceAccess as LIGHTSAIL_BucketResourceAccess } from './lightsail/BucketResourceAccess'; +import { Certificate as LIGHTSAIL_Certificate } from './lightsail/Certificate'; +import { ContainerService as LIGHTSAIL_ContainerService } from './lightsail/ContainerService'; +import { ContainerServiceDeploymentVersion as LIGHTSAIL_ContainerServiceDeploymentVersion } from './lightsail/ContainerServiceDeploymentVersion'; +import { Database as LIGHTSAIL_Database } from './lightsail/Database'; +import { Disk as LIGHTSAIL_Disk } from './lightsail/Disk'; +import { Disk_attachment as LIGHTSAIL_Disk_attachment } from './lightsail/Disk_attachment'; +import { Distribution as LIGHTSAIL_Distribution } from './lightsail/Distribution'; +import { Domain as LIGHTSAIL_Domain } from './lightsail/Domain'; +import { DomainEntry as LIGHTSAIL_DomainEntry } from './lightsail/DomainEntry'; +import { Instance as LIGHTSAIL_Instance } from './lightsail/Instance'; +import { InstancePublicPorts as LIGHTSAIL_InstancePublicPorts } from './lightsail/InstancePublicPorts'; +import { KeyPair as LIGHTSAIL_KeyPair } from './lightsail/KeyPair'; +import { Lb as LIGHTSAIL_Lb } from './lightsail/Lb'; +import { LbAttachment as LIGHTSAIL_LbAttachment } from './lightsail/LbAttachment'; +import { LbCertificate as LIGHTSAIL_LbCertificate } from './lightsail/LbCertificate'; +import { LbCertificateAttachment as LIGHTSAIL_LbCertificateAttachment } from './lightsail/LbCertificateAttachment'; +import { LbHttpsRedirectionPolicy as LIGHTSAIL_LbHttpsRedirectionPolicy } from './lightsail/LbHttpsRedirectionPolicy'; +import { LbStickinessPolicy as LIGHTSAIL_LbStickinessPolicy } from './lightsail/LbStickinessPolicy'; +import { StaticIp as LIGHTSAIL_StaticIp } from './lightsail/StaticIp'; +import { StaticIpAttachment as LIGHTSAIL_StaticIpAttachment } from './lightsail/StaticIpAttachment'; +import { GeofenceCollection as LOCATION_GeofenceCollection } from './location/GeofenceCollection'; +import { MapResource as LOCATION_MapResource } from './location/MapResource'; +import { PlaceIndex as LOCATION_PlaceIndex } from './location/PlaceIndex'; +import { RouteCalculation as LOCATION_RouteCalculation } from './location/RouteCalculation'; +import { Tracker as LOCATION_Tracker } from './location/Tracker'; +import { TrackerAssociation as LOCATION_TrackerAssociation } from './location/TrackerAssociation'; +import { Application as M2_Application } from './m2/Application'; +import { Deployment as M2_Deployment } from './m2/Deployment'; +import { Environment as M2_Environment } from './m2/Environment'; +import { CustomDataIdentifier as MACIE_CustomDataIdentifier } from './macie/CustomDataIdentifier'; +import { FindingsFilter as MACIE_FindingsFilter } from './macie/FindingsFilter'; +import { Account as MACIE2_Account } from './macie2/Account'; +import { ClassificationExportConfiguration as MACIE2_ClassificationExportConfiguration } from './macie2/ClassificationExportConfiguration'; +import { ClassificationJob as MACIE2_ClassificationJob } from './macie2/ClassificationJob'; +import { InvitationAccepter as MACIE2_InvitationAccepter } from './macie2/InvitationAccepter'; +import { Member as MACIE2_Member } from './macie2/Member'; +import { OrganizationAdminAccount as MACIE2_OrganizationAdminAccount } from './macie2/OrganizationAdminAccount'; +import { Queue as MEDIACONVERT_Queue } from './mediaconvert/Queue'; +import { Channel as MEDIALIVE_Channel } from './medialive/Channel'; +import { Input as MEDIALIVE_Input } from './medialive/Input'; +import { InputSecurityGroup as MEDIALIVE_InputSecurityGroup } from './medialive/InputSecurityGroup'; +import { Multiplex as MEDIALIVE_Multiplex } from './medialive/Multiplex'; +import { MultiplexProgram as MEDIALIVE_MultiplexProgram } from './medialive/MultiplexProgram'; +import { Channel as MEDIAPACKAGE_Channel } from './mediapackage/Channel'; +import { Container as MEDIASTORE_Container } from './mediastore/Container'; +import { ContainerPolicy as MEDIASTORE_ContainerPolicy } from './mediastore/ContainerPolicy'; +import { Acl as MEMORYDB_Acl } from './memorydb/Acl'; +import { Cluster as MEMORYDB_Cluster } from './memorydb/Cluster'; +import { ParameterGroup as MEMORYDB_ParameterGroup } from './memorydb/ParameterGroup'; +import { Snapshot as MEMORYDB_Snapshot } from './memorydb/Snapshot'; +import { SubnetGroup as MEMORYDB_SubnetGroup } from './memorydb/SubnetGroup'; +import { User as MEMORYDB_User } from './memorydb/User'; +import { Broker as MQ_Broker } from './mq/Broker'; +import { Configuration as MQ_Configuration } from './mq/Configuration'; +import { Cluster as MSK_Cluster } from './msk/Cluster'; +import { ClusterPolicy as MSK_ClusterPolicy } from './msk/ClusterPolicy'; +import { Configuration as MSK_Configuration } from './msk/Configuration'; +import { Replicator as MSK_Replicator } from './msk/Replicator'; +import { ScramSecretAssociation as MSK_ScramSecretAssociation } from './msk/ScramSecretAssociation'; +import { ServerlessCluster as MSK_ServerlessCluster } from './msk/ServerlessCluster'; +import { VpcConnection as MSK_VpcConnection } from './msk/VpcConnection'; +import { Connector as MSKCONNECT_Connector } from './mskconnect/Connector'; +import { CustomPlugin as MSKCONNECT_CustomPlugin } from './mskconnect/CustomPlugin'; +import { WorkerConfiguration as MSKCONNECT_WorkerConfiguration } from './mskconnect/WorkerConfiguration'; +import { Environment as MWAA_Environment } from './mwaa/Environment'; +import { Cluster as NEPTUNE_Cluster } from './neptune/Cluster'; +import { ClusterEndpoint as NEPTUNE_ClusterEndpoint } from './neptune/ClusterEndpoint'; +import { ClusterInstance as NEPTUNE_ClusterInstance } from './neptune/ClusterInstance'; +import { ClusterParameterGroup as NEPTUNE_ClusterParameterGroup } from './neptune/ClusterParameterGroup'; +import { ClusterSnapshot as NEPTUNE_ClusterSnapshot } from './neptune/ClusterSnapshot'; +import { EventSubscription as NEPTUNE_EventSubscription } from './neptune/EventSubscription'; +import { GlobalCluster as NEPTUNE_GlobalCluster } from './neptune/GlobalCluster'; +import { ParameterGroup as NEPTUNE_ParameterGroup } from './neptune/ParameterGroup'; +import { SubnetGroup as NEPTUNE_SubnetGroup } from './neptune/SubnetGroup'; +import { Firewall as NETWORKFIREWALL_Firewall } from './networkfirewall/Firewall'; +import { FirewallPolicy as NETWORKFIREWALL_FirewallPolicy } from './networkfirewall/FirewallPolicy'; +import { LoggingConfiguration as NETWORKFIREWALL_LoggingConfiguration } from './networkfirewall/LoggingConfiguration'; +import { ResourcePolicy as NETWORKFIREWALL_ResourcePolicy } from './networkfirewall/ResourcePolicy'; +import { RuleGroup as NETWORKFIREWALL_RuleGroup } from './networkfirewall/RuleGroup'; +import { TlsInspectionConfiguration as NETWORKFIREWALL_TlsInspectionConfiguration } from './networkfirewall/TlsInspectionConfiguration'; +import { AttachmentAccepter as NETWORKMANAGER_AttachmentAccepter } from './networkmanager/AttachmentAccepter'; +import { ConnectAttachment as NETWORKMANAGER_ConnectAttachment } from './networkmanager/ConnectAttachment'; +import { Connection as NETWORKMANAGER_Connection } from './networkmanager/Connection'; +import { ConnectPeer as NETWORKMANAGER_ConnectPeer } from './networkmanager/ConnectPeer'; +import { CoreNetwork as NETWORKMANAGER_CoreNetwork } from './networkmanager/CoreNetwork'; +import { CoreNetworkPolicyAttachment as NETWORKMANAGER_CoreNetworkPolicyAttachment } from './networkmanager/CoreNetworkPolicyAttachment'; +import { CustomerGatewayAssociation as NETWORKMANAGER_CustomerGatewayAssociation } from './networkmanager/CustomerGatewayAssociation'; +import { Device as NETWORKMANAGER_Device } from './networkmanager/Device'; +import { GlobalNetwork as NETWORKMANAGER_GlobalNetwork } from './networkmanager/GlobalNetwork'; +import { Link as NETWORKMANAGER_Link } from './networkmanager/Link'; +import { LinkAssociation as NETWORKMANAGER_LinkAssociation } from './networkmanager/LinkAssociation'; +import { Site as NETWORKMANAGER_Site } from './networkmanager/Site'; +import { SiteToSiteVpnAttachment as NETWORKMANAGER_SiteToSiteVpnAttachment } from './networkmanager/SiteToSiteVpnAttachment'; +import { TransitGatewayConnectPeerAssociation as NETWORKMANAGER_TransitGatewayConnectPeerAssociation } from './networkmanager/TransitGatewayConnectPeerAssociation'; +import { TransitGatewayPeering as NETWORKMANAGER_TransitGatewayPeering } from './networkmanager/TransitGatewayPeering'; +import { TransitGatewayRegistration as NETWORKMANAGER_TransitGatewayRegistration } from './networkmanager/TransitGatewayRegistration'; +import { TransitGatewayRouteTableAttachment as NETWORKMANAGER_TransitGatewayRouteTableAttachment } from './networkmanager/TransitGatewayRouteTableAttachment'; +import { VpcAttachment as NETWORKMANAGER_VpcAttachment } from './networkmanager/VpcAttachment'; +import { Monitor as NETWORKMONITOR_Monitor } from './networkmonitor/Monitor'; +import { Probe as NETWORKMONITOR_Probe } from './networkmonitor/Probe'; +import { Link as OAM_Link } from './oam/Link'; +import { Sink as OAM_Sink } from './oam/Sink'; +import { SinkPolicy as OAM_SinkPolicy } from './oam/SinkPolicy'; +import { Domain as OPENSEARCH_Domain } from './opensearch/Domain'; +import { DomainPolicy as OPENSEARCH_DomainPolicy } from './opensearch/DomainPolicy'; +import { DomainSamlOptions as OPENSEARCH_DomainSamlOptions } from './opensearch/DomainSamlOptions'; +import { InboundConnectionAccepter as OPENSEARCH_InboundConnectionAccepter } from './opensearch/InboundConnectionAccepter'; +import { OutboundConnection as OPENSEARCH_OutboundConnection } from './opensearch/OutboundConnection'; +import { Package as OPENSEARCH_Package } from './opensearch/Package'; +import { PackageAssociation as OPENSEARCH_PackageAssociation } from './opensearch/PackageAssociation'; +import { ServerlessAccessPolicy as OPENSEARCH_ServerlessAccessPolicy } from './opensearch/ServerlessAccessPolicy'; +import { ServerlessCollection as OPENSEARCH_ServerlessCollection } from './opensearch/ServerlessCollection'; +import { ServerlessLifecyclePolicy as OPENSEARCH_ServerlessLifecyclePolicy } from './opensearch/ServerlessLifecyclePolicy'; +import { ServerlessSecurityConfig as OPENSEARCH_ServerlessSecurityConfig } from './opensearch/ServerlessSecurityConfig'; +import { ServerlessSecurityPolicy as OPENSEARCH_ServerlessSecurityPolicy } from './opensearch/ServerlessSecurityPolicy'; +import { ServerlessVpcEndpoint as OPENSEARCH_ServerlessVpcEndpoint } from './opensearch/ServerlessVpcEndpoint'; +import { VpcEndpoint as OPENSEARCH_VpcEndpoint } from './opensearch/VpcEndpoint'; +import { Pipeline as OPENSEARCHINGEST_Pipeline } from './opensearchingest/Pipeline'; +import { Application as OPSWORKS_Application } from './opsworks/Application'; +import { CustomLayer as OPSWORKS_CustomLayer } from './opsworks/CustomLayer'; +import { EcsClusterLayer as OPSWORKS_EcsClusterLayer } from './opsworks/EcsClusterLayer'; +import { GangliaLayer as OPSWORKS_GangliaLayer } from './opsworks/GangliaLayer'; +import { HaproxyLayer as OPSWORKS_HaproxyLayer } from './opsworks/HaproxyLayer'; +import { Instance as OPSWORKS_Instance } from './opsworks/Instance'; +import { JavaAppLayer as OPSWORKS_JavaAppLayer } from './opsworks/JavaAppLayer'; +import { MemcachedLayer as OPSWORKS_MemcachedLayer } from './opsworks/MemcachedLayer'; +import { MysqlLayer as OPSWORKS_MysqlLayer } from './opsworks/MysqlLayer'; +import { NodejsAppLayer as OPSWORKS_NodejsAppLayer } from './opsworks/NodejsAppLayer'; +import { Permission as OPSWORKS_Permission } from './opsworks/Permission'; +import { PhpAppLayer as OPSWORKS_PhpAppLayer } from './opsworks/PhpAppLayer'; +import { RailsAppLayer as OPSWORKS_RailsAppLayer } from './opsworks/RailsAppLayer'; +import { RdsDbInstance as OPSWORKS_RdsDbInstance } from './opsworks/RdsDbInstance'; +import { Stack as OPSWORKS_Stack } from './opsworks/Stack'; +import { StaticWebLayer as OPSWORKS_StaticWebLayer } from './opsworks/StaticWebLayer'; +import { UserProfile as OPSWORKS_UserProfile } from './opsworks/UserProfile'; +import { Account as ORGANIZATIONS_Account } from './organizations/Account'; +import { DelegatedAdministrator as ORGANIZATIONS_DelegatedAdministrator } from './organizations/DelegatedAdministrator'; +import { Organization as ORGANIZATIONS_Organization } from './organizations/Organization'; +import { OrganizationalUnit as ORGANIZATIONS_OrganizationalUnit } from './organizations/OrganizationalUnit'; +import { Policy as ORGANIZATIONS_Policy } from './organizations/Policy'; +import { PolicyAttachment as ORGANIZATIONS_PolicyAttachment } from './organizations/PolicyAttachment'; +import { ResourcePolicy as ORGANIZATIONS_ResourcePolicy } from './organizations/ResourcePolicy'; +import { Key as PAYMENTCRYPTOGRAPHY_Key } from './paymentcryptography/Key'; +import { KeyAlias as PAYMENTCRYPTOGRAPHY_KeyAlias } from './paymentcryptography/KeyAlias'; +import { AdmChannel as PINPOINT_AdmChannel } from './pinpoint/AdmChannel'; +import { ApnsChannel as PINPOINT_ApnsChannel } from './pinpoint/ApnsChannel'; +import { ApnsSandboxChannel as PINPOINT_ApnsSandboxChannel } from './pinpoint/ApnsSandboxChannel'; +import { ApnsVoipChannel as PINPOINT_ApnsVoipChannel } from './pinpoint/ApnsVoipChannel'; +import { ApnsVoipSandboxChannel as PINPOINT_ApnsVoipSandboxChannel } from './pinpoint/ApnsVoipSandboxChannel'; +import { App as PINPOINT_App } from './pinpoint/App'; +import { BaiduChannel as PINPOINT_BaiduChannel } from './pinpoint/BaiduChannel'; +import { EmailChannel as PINPOINT_EmailChannel } from './pinpoint/EmailChannel'; +import { EmailTemplate as PINPOINT_EmailTemplate } from './pinpoint/EmailTemplate'; +import { EventStream as PINPOINT_EventStream } from './pinpoint/EventStream'; +import { GcmChannel as PINPOINT_GcmChannel } from './pinpoint/GcmChannel'; +import { SmsChannel as PINPOINT_SmsChannel } from './pinpoint/SmsChannel'; +import { Pipe as PIPES_Pipe } from './pipes/Pipe'; +import { Ledger as QLDB_Ledger } from './qldb/Ledger'; +import { Stream as QLDB_Stream } from './qldb/Stream'; +import { AccountSubscription as QUICKSIGHT_AccountSubscription } from './quicksight/AccountSubscription'; +import { Analysis as QUICKSIGHT_Analysis } from './quicksight/Analysis'; +import { Dashboard as QUICKSIGHT_Dashboard } from './quicksight/Dashboard'; +import { DataSet as QUICKSIGHT_DataSet } from './quicksight/DataSet'; +import { DataSource as QUICKSIGHT_DataSource } from './quicksight/DataSource'; +import { Folder as QUICKSIGHT_Folder } from './quicksight/Folder'; +import { FolderMembership as QUICKSIGHT_FolderMembership } from './quicksight/FolderMembership'; +import { Group as QUICKSIGHT_Group } from './quicksight/Group'; +import { GroupMembership as QUICKSIGHT_GroupMembership } from './quicksight/GroupMembership'; +import { IamPolicyAssignment as QUICKSIGHT_IamPolicyAssignment } from './quicksight/IamPolicyAssignment'; +import { Ingestion as QUICKSIGHT_Ingestion } from './quicksight/Ingestion'; +import { Namespace as QUICKSIGHT_Namespace } from './quicksight/Namespace'; +import { RefreshSchedule as QUICKSIGHT_RefreshSchedule } from './quicksight/RefreshSchedule'; +import { Template as QUICKSIGHT_Template } from './quicksight/Template'; +import { TemplateAlias as QUICKSIGHT_TemplateAlias } from './quicksight/TemplateAlias'; +import { Theme as QUICKSIGHT_Theme } from './quicksight/Theme'; +import { User as QUICKSIGHT_User } from './quicksight/User'; +import { VpcConnection as QUICKSIGHT_VpcConnection } from './quicksight/VpcConnection'; +import { PrincipalAssociation as RAM_PrincipalAssociation } from './ram/PrincipalAssociation'; +import { ResourceAssociation as RAM_ResourceAssociation } from './ram/ResourceAssociation'; +import { ResourceShare as RAM_ResourceShare } from './ram/ResourceShare'; +import { ResourceShareAccepter as RAM_ResourceShareAccepter } from './ram/ResourceShareAccepter'; +import { SharingWithOrganization as RAM_SharingWithOrganization } from './ram/SharingWithOrganization'; +import { Rule as RBIN_Rule } from './rbin/Rule'; +import { Certificate as RDS_Certificate } from './rds/Certificate'; +import { Cluster as RDS_Cluster } from './rds/Cluster'; +import { ClusterActivityStream as RDS_ClusterActivityStream } from './rds/ClusterActivityStream'; +import { ClusterEndpoint as RDS_ClusterEndpoint } from './rds/ClusterEndpoint'; +import { ClusterInstance as RDS_ClusterInstance } from './rds/ClusterInstance'; +import { ClusterParameterGroup as RDS_ClusterParameterGroup } from './rds/ClusterParameterGroup'; +import { ClusterRoleAssociation as RDS_ClusterRoleAssociation } from './rds/ClusterRoleAssociation'; +import { ClusterSnapshot as RDS_ClusterSnapshot } from './rds/ClusterSnapshot'; +import { CustomDbEngineVersion as RDS_CustomDbEngineVersion } from './rds/CustomDbEngineVersion'; +import { EventSubscription as RDS_EventSubscription } from './rds/EventSubscription'; +import { ExportTask as RDS_ExportTask } from './rds/ExportTask'; +import { GlobalCluster as RDS_GlobalCluster } from './rds/GlobalCluster'; +import { Instance as RDS_Instance } from './rds/Instance'; +import { InstanceAutomatedBackupsReplication as RDS_InstanceAutomatedBackupsReplication } from './rds/InstanceAutomatedBackupsReplication'; +import { Integration as RDS_Integration } from './rds/Integration'; +import { OptionGroup as RDS_OptionGroup } from './rds/OptionGroup'; +import { ParameterGroup as RDS_ParameterGroup } from './rds/ParameterGroup'; +import { Proxy as RDS_Proxy } from './rds/Proxy'; +import { ProxyDefaultTargetGroup as RDS_ProxyDefaultTargetGroup } from './rds/ProxyDefaultTargetGroup'; +import { ProxyEndpoint as RDS_ProxyEndpoint } from './rds/ProxyEndpoint'; +import { ProxyTarget as RDS_ProxyTarget } from './rds/ProxyTarget'; +import { ReservedInstance as RDS_ReservedInstance } from './rds/ReservedInstance'; +import { RoleAssociation as RDS_RoleAssociation } from './rds/RoleAssociation'; +import { Snapshot as RDS_Snapshot } from './rds/Snapshot'; +import { SnapshotCopy as RDS_SnapshotCopy } from './rds/SnapshotCopy'; +import { SubnetGroup as RDS_SubnetGroup } from './rds/SubnetGroup'; +import { AuthenticationProfile as REDSHIFT_AuthenticationProfile } from './redshift/AuthenticationProfile'; +import { Cluster as REDSHIFT_Cluster } from './redshift/Cluster'; +import { ClusterIamRoles as REDSHIFT_ClusterIamRoles } from './redshift/ClusterIamRoles'; +import { ClusterSnapshot as REDSHIFT_ClusterSnapshot } from './redshift/ClusterSnapshot'; +import { DataShareAuthorization as REDSHIFT_DataShareAuthorization } from './redshift/DataShareAuthorization'; +import { DataShareConsumerAssociation as REDSHIFT_DataShareConsumerAssociation } from './redshift/DataShareConsumerAssociation'; +import { EndpointAccess as REDSHIFT_EndpointAccess } from './redshift/EndpointAccess'; +import { EndpointAuthorization as REDSHIFT_EndpointAuthorization } from './redshift/EndpointAuthorization'; +import { EventSubscription as REDSHIFT_EventSubscription } from './redshift/EventSubscription'; +import { HsmClientCertificate as REDSHIFT_HsmClientCertificate } from './redshift/HsmClientCertificate'; +import { HsmConfiguration as REDSHIFT_HsmConfiguration } from './redshift/HsmConfiguration'; +import { Logging as REDSHIFT_Logging } from './redshift/Logging'; +import { ParameterGroup as REDSHIFT_ParameterGroup } from './redshift/ParameterGroup'; +import { Partner as REDSHIFT_Partner } from './redshift/Partner'; +import { ResourcePolicy as REDSHIFT_ResourcePolicy } from './redshift/ResourcePolicy'; +import { ScheduledAction as REDSHIFT_ScheduledAction } from './redshift/ScheduledAction'; +import { SnapshotCopy as REDSHIFT_SnapshotCopy } from './redshift/SnapshotCopy'; +import { SnapshotCopyGrant as REDSHIFT_SnapshotCopyGrant } from './redshift/SnapshotCopyGrant'; +import { SnapshotSchedule as REDSHIFT_SnapshotSchedule } from './redshift/SnapshotSchedule'; +import { SnapshotScheduleAssociation as REDSHIFT_SnapshotScheduleAssociation } from './redshift/SnapshotScheduleAssociation'; +import { SubnetGroup as REDSHIFT_SubnetGroup } from './redshift/SubnetGroup'; +import { UsageLimit as REDSHIFT_UsageLimit } from './redshift/UsageLimit'; +import { Statement as REDSHIFTDATA_Statement } from './redshiftdata/Statement'; +import { CustomDomainAssociation as REDSHIFTSERVERLESS_CustomDomainAssociation } from './redshiftserverless/CustomDomainAssociation'; +import { EndpointAccess as REDSHIFTSERVERLESS_EndpointAccess } from './redshiftserverless/EndpointAccess'; +import { Namespace as REDSHIFTSERVERLESS_Namespace } from './redshiftserverless/Namespace'; +import { ResourcePolicy as REDSHIFTSERVERLESS_ResourcePolicy } from './redshiftserverless/ResourcePolicy'; +import { Snapshot as REDSHIFTSERVERLESS_Snapshot } from './redshiftserverless/Snapshot'; +import { UsageLimit as REDSHIFTSERVERLESS_UsageLimit } from './redshiftserverless/UsageLimit'; +import { Workgroup as REDSHIFTSERVERLESS_Workgroup } from './redshiftserverless/Workgroup'; +import { Collection as REKOGNITION_Collection } from './rekognition/Collection'; +import { Project as REKOGNITION_Project } from './rekognition/Project'; +import { StreamProcessor as REKOGNITION_StreamProcessor } from './rekognition/StreamProcessor'; +import { Index as RESOURCEEXPLORER_Index } from './resourceexplorer/Index'; +import { View as RESOURCEEXPLORER_View } from './resourceexplorer/View'; +import { Group as RESOURCEGROUPS_Group } from './resourcegroups/Group'; +import { Resource as RESOURCEGROUPS_Resource } from './resourcegroups/Resource'; +import { Profile as ROLESANYWHERE_Profile } from './rolesanywhere/Profile'; +import { TrustAnchor as ROLESANYWHERE_TrustAnchor } from './rolesanywhere/TrustAnchor'; +import { CidrCollection as ROUTE53_CidrCollection } from './route53/CidrCollection'; +import { CidrLocation as ROUTE53_CidrLocation } from './route53/CidrLocation'; +import { DelegationSet as ROUTE53_DelegationSet } from './route53/DelegationSet'; +import { HealthCheck as ROUTE53_HealthCheck } from './route53/HealthCheck'; +import { HostedZoneDnsSec as ROUTE53_HostedZoneDnsSec } from './route53/HostedZoneDnsSec'; +import { KeySigningKey as ROUTE53_KeySigningKey } from './route53/KeySigningKey'; +import { QueryLog as ROUTE53_QueryLog } from './route53/QueryLog'; +import { Record as ROUTE53_Record } from './route53/Record'; +import { ResolverConfig as ROUTE53_ResolverConfig } from './route53/ResolverConfig'; +import { ResolverDnsSecConfig as ROUTE53_ResolverDnsSecConfig } from './route53/ResolverDnsSecConfig'; +import { ResolverEndpoint as ROUTE53_ResolverEndpoint } from './route53/ResolverEndpoint'; +import { ResolverFirewallConfig as ROUTE53_ResolverFirewallConfig } from './route53/ResolverFirewallConfig'; +import { ResolverFirewallDomainList as ROUTE53_ResolverFirewallDomainList } from './route53/ResolverFirewallDomainList'; +import { ResolverFirewallRule as ROUTE53_ResolverFirewallRule } from './route53/ResolverFirewallRule'; +import { ResolverFirewallRuleGroup as ROUTE53_ResolverFirewallRuleGroup } from './route53/ResolverFirewallRuleGroup'; +import { ResolverFirewallRuleGroupAssociation as ROUTE53_ResolverFirewallRuleGroupAssociation } from './route53/ResolverFirewallRuleGroupAssociation'; +import { ResolverQueryLogConfig as ROUTE53_ResolverQueryLogConfig } from './route53/ResolverQueryLogConfig'; +import { ResolverQueryLogConfigAssociation as ROUTE53_ResolverQueryLogConfigAssociation } from './route53/ResolverQueryLogConfigAssociation'; +import { ResolverRule as ROUTE53_ResolverRule } from './route53/ResolverRule'; +import { ResolverRuleAssociation as ROUTE53_ResolverRuleAssociation } from './route53/ResolverRuleAssociation'; +import { TrafficPolicy as ROUTE53_TrafficPolicy } from './route53/TrafficPolicy'; +import { TrafficPolicyInstance as ROUTE53_TrafficPolicyInstance } from './route53/TrafficPolicyInstance'; +import { VpcAssociationAuthorization as ROUTE53_VpcAssociationAuthorization } from './route53/VpcAssociationAuthorization'; +import { Zone as ROUTE53_Zone } from './route53/Zone'; +import { ZoneAssociation as ROUTE53_ZoneAssociation } from './route53/ZoneAssociation'; +import { DelegationSignerRecord as ROUTE53DOMAINS_DelegationSignerRecord } from './route53domains/DelegationSignerRecord'; +import { RegisteredDomain as ROUTE53DOMAINS_RegisteredDomain } from './route53domains/RegisteredDomain'; +import { Cluster as ROUTE53RECOVERYCONTROL_Cluster } from './route53recoverycontrol/Cluster'; +import { ControlPanel as ROUTE53RECOVERYCONTROL_ControlPanel } from './route53recoverycontrol/ControlPanel'; +import { RoutingControl as ROUTE53RECOVERYCONTROL_RoutingControl } from './route53recoverycontrol/RoutingControl'; +import { SafetyRule as ROUTE53RECOVERYCONTROL_SafetyRule } from './route53recoverycontrol/SafetyRule'; +import { Cell as ROUTE53RECOVERYREADINESS_Cell } from './route53recoveryreadiness/Cell'; +import { ReadinessCheck as ROUTE53RECOVERYREADINESS_ReadinessCheck } from './route53recoveryreadiness/ReadinessCheck'; +import { RecoveryGroup as ROUTE53RECOVERYREADINESS_RecoveryGroup } from './route53recoveryreadiness/RecoveryGroup'; +import { ResourceSet as ROUTE53RECOVERYREADINESS_ResourceSet } from './route53recoveryreadiness/ResourceSet'; +import { AppMonitor as RUM_AppMonitor } from './rum/AppMonitor'; +import { MetricsDestination as RUM_MetricsDestination } from './rum/MetricsDestination'; +import { AccessPoint as S3_AccessPoint } from './s3/AccessPoint'; +import { AccountPublicAccessBlock as S3_AccountPublicAccessBlock } from './s3/AccountPublicAccessBlock'; +import { AnalyticsConfiguration as S3_AnalyticsConfiguration } from './s3/AnalyticsConfiguration'; +import { Bucket as S3_Bucket } from './s3/Bucket'; +import { BucketAccelerateConfigurationV2 as S3_BucketAccelerateConfigurationV2 } from './s3/BucketAccelerateConfigurationV2'; +import { BucketAclV2 as S3_BucketAclV2 } from './s3/BucketAclV2'; +import { BucketCorsConfigurationV2 as S3_BucketCorsConfigurationV2 } from './s3/BucketCorsConfigurationV2'; +import { BucketIntelligentTieringConfiguration as S3_BucketIntelligentTieringConfiguration } from './s3/BucketIntelligentTieringConfiguration'; +import { BucketLifecycleConfigurationV2 as S3_BucketLifecycleConfigurationV2 } from './s3/BucketLifecycleConfigurationV2'; +import { BucketLoggingV2 as S3_BucketLoggingV2 } from './s3/BucketLoggingV2'; +import { BucketMetric as S3_BucketMetric } from './s3/BucketMetric'; +import { BucketNotification as S3_BucketNotification } from './s3/BucketNotification'; +import { BucketObject as S3_BucketObject } from './s3/BucketObject'; +import { BucketObjectLockConfigurationV2 as S3_BucketObjectLockConfigurationV2 } from './s3/BucketObjectLockConfigurationV2'; +import { BucketObjectv2 as S3_BucketObjectv2 } from './s3/BucketObjectv2'; +import { BucketOwnershipControls as S3_BucketOwnershipControls } from './s3/BucketOwnershipControls'; +import { BucketPolicy as S3_BucketPolicy } from './s3/BucketPolicy'; +import { BucketPublicAccessBlock as S3_BucketPublicAccessBlock } from './s3/BucketPublicAccessBlock'; +import { BucketReplicationConfig as S3_BucketReplicationConfig } from './s3/BucketReplicationConfig'; +import { BucketRequestPaymentConfigurationV2 as S3_BucketRequestPaymentConfigurationV2 } from './s3/BucketRequestPaymentConfigurationV2'; +import { BucketServerSideEncryptionConfigurationV2 as S3_BucketServerSideEncryptionConfigurationV2 } from './s3/BucketServerSideEncryptionConfigurationV2'; +import { BucketV2 as S3_BucketV2 } from './s3/BucketV2'; +import { BucketVersioningV2 as S3_BucketVersioningV2 } from './s3/BucketVersioningV2'; +import { BucketWebsiteConfigurationV2 as S3_BucketWebsiteConfigurationV2 } from './s3/BucketWebsiteConfigurationV2'; +import { DirectoryBucket as S3_DirectoryBucket } from './s3/DirectoryBucket'; +import { Inventory as S3_Inventory } from './s3/Inventory'; +import { ObjectCopy as S3_ObjectCopy } from './s3/ObjectCopy'; +import { AccessGrant as S3CONTROL_AccessGrant } from './s3control/AccessGrant'; +import { AccessGrantsInstance as S3CONTROL_AccessGrantsInstance } from './s3control/AccessGrantsInstance'; +import { AccessGrantsInstanceResourcePolicy as S3CONTROL_AccessGrantsInstanceResourcePolicy } from './s3control/AccessGrantsInstanceResourcePolicy'; +import { AccessGrantsLocation as S3CONTROL_AccessGrantsLocation } from './s3control/AccessGrantsLocation'; +import { AccessPointPolicy as S3CONTROL_AccessPointPolicy } from './s3control/AccessPointPolicy'; +import { Bucket as S3CONTROL_Bucket } from './s3control/Bucket'; +import { BucketLifecycleConfiguration as S3CONTROL_BucketLifecycleConfiguration } from './s3control/BucketLifecycleConfiguration'; +import { BucketPolicy as S3CONTROL_BucketPolicy } from './s3control/BucketPolicy'; +import { MultiRegionAccessPoint as S3CONTROL_MultiRegionAccessPoint } from './s3control/MultiRegionAccessPoint'; +import { MultiRegionAccessPointPolicy as S3CONTROL_MultiRegionAccessPointPolicy } from './s3control/MultiRegionAccessPointPolicy'; +import { ObjectLambdaAccessPoint as S3CONTROL_ObjectLambdaAccessPoint } from './s3control/ObjectLambdaAccessPoint'; +import { ObjectLambdaAccessPointPolicy as S3CONTROL_ObjectLambdaAccessPointPolicy } from './s3control/ObjectLambdaAccessPointPolicy'; +import { StorageLensConfiguration as S3CONTROL_StorageLensConfiguration } from './s3control/StorageLensConfiguration'; +import { Endpoint as S3OUTPOSTS_Endpoint } from './s3outposts/Endpoint'; +import { App as SAGEMAKER_App } from './sagemaker/App'; +import { AppImageConfig as SAGEMAKER_AppImageConfig } from './sagemaker/AppImageConfig'; +import { CodeRepository as SAGEMAKER_CodeRepository } from './sagemaker/CodeRepository'; +import { DataQualityJobDefinition as SAGEMAKER_DataQualityJobDefinition } from './sagemaker/DataQualityJobDefinition'; +import { Device as SAGEMAKER_Device } from './sagemaker/Device'; +import { DeviceFleet as SAGEMAKER_DeviceFleet } from './sagemaker/DeviceFleet'; +import { Domain as SAGEMAKER_Domain } from './sagemaker/Domain'; +import { Endpoint as SAGEMAKER_Endpoint } from './sagemaker/Endpoint'; +import { EndpointConfiguration as SAGEMAKER_EndpointConfiguration } from './sagemaker/EndpointConfiguration'; +import { FeatureGroup as SAGEMAKER_FeatureGroup } from './sagemaker/FeatureGroup'; +import { FlowDefinition as SAGEMAKER_FlowDefinition } from './sagemaker/FlowDefinition'; +import { HumanTaskUI as SAGEMAKER_HumanTaskUI } from './sagemaker/HumanTaskUI'; +import { Image as SAGEMAKER_Image } from './sagemaker/Image'; +import { ImageVersion as SAGEMAKER_ImageVersion } from './sagemaker/ImageVersion'; +import { Model as SAGEMAKER_Model } from './sagemaker/Model'; +import { ModelPackageGroup as SAGEMAKER_ModelPackageGroup } from './sagemaker/ModelPackageGroup'; +import { ModelPackageGroupPolicy as SAGEMAKER_ModelPackageGroupPolicy } from './sagemaker/ModelPackageGroupPolicy'; +import { MonitoringSchedule as SAGEMAKER_MonitoringSchedule } from './sagemaker/MonitoringSchedule'; +import { NotebookInstance as SAGEMAKER_NotebookInstance } from './sagemaker/NotebookInstance'; +import { NotebookInstanceLifecycleConfiguration as SAGEMAKER_NotebookInstanceLifecycleConfiguration } from './sagemaker/NotebookInstanceLifecycleConfiguration'; +import { Pipeline as SAGEMAKER_Pipeline } from './sagemaker/Pipeline'; +import { Project as SAGEMAKER_Project } from './sagemaker/Project'; +import { ServicecatalogPortfolioStatus as SAGEMAKER_ServicecatalogPortfolioStatus } from './sagemaker/ServicecatalogPortfolioStatus'; +import { Space as SAGEMAKER_Space } from './sagemaker/Space'; +import { StudioLifecycleConfig as SAGEMAKER_StudioLifecycleConfig } from './sagemaker/StudioLifecycleConfig'; +import { UserProfile as SAGEMAKER_UserProfile } from './sagemaker/UserProfile'; +import { Workforce as SAGEMAKER_Workforce } from './sagemaker/Workforce'; +import { Workteam as SAGEMAKER_Workteam } from './sagemaker/Workteam'; +import { Schedule as SCHEDULER_Schedule } from './scheduler/Schedule'; +import { ScheduleGroup as SCHEDULER_ScheduleGroup } from './scheduler/ScheduleGroup'; +import { Discoverer as SCHEMAS_Discoverer } from './schemas/Discoverer'; +import { Registry as SCHEMAS_Registry } from './schemas/Registry'; +import { RegistryPolicy as SCHEMAS_RegistryPolicy } from './schemas/RegistryPolicy'; +import { Schema as SCHEMAS_Schema } from './schemas/Schema'; +import { Secret as SECRETSMANAGER_Secret } from './secretsmanager/Secret'; +import { SecretPolicy as SECRETSMANAGER_SecretPolicy } from './secretsmanager/SecretPolicy'; +import { SecretRotation as SECRETSMANAGER_SecretRotation } from './secretsmanager/SecretRotation'; +import { SecretVersion as SECRETSMANAGER_SecretVersion } from './secretsmanager/SecretVersion'; +import { Account as SECURITYHUB_Account } from './securityhub/Account'; +import { ActionTarget as SECURITYHUB_ActionTarget } from './securityhub/ActionTarget'; +import { AutomationRule as SECURITYHUB_AutomationRule } from './securityhub/AutomationRule'; +import { ConfigurationPolicy as SECURITYHUB_ConfigurationPolicy } from './securityhub/ConfigurationPolicy'; +import { ConfigurationPolicyAssociation as SECURITYHUB_ConfigurationPolicyAssociation } from './securityhub/ConfigurationPolicyAssociation'; +import { FindingAggregator as SECURITYHUB_FindingAggregator } from './securityhub/FindingAggregator'; +import { Insight as SECURITYHUB_Insight } from './securityhub/Insight'; +import { InviteAccepter as SECURITYHUB_InviteAccepter } from './securityhub/InviteAccepter'; +import { Member as SECURITYHUB_Member } from './securityhub/Member'; +import { OrganizationAdminAccount as SECURITYHUB_OrganizationAdminAccount } from './securityhub/OrganizationAdminAccount'; +import { OrganizationConfiguration as SECURITYHUB_OrganizationConfiguration } from './securityhub/OrganizationConfiguration'; +import { ProductSubscription as SECURITYHUB_ProductSubscription } from './securityhub/ProductSubscription'; +import { StandardsControl as SECURITYHUB_StandardsControl } from './securityhub/StandardsControl'; +import { StandardsSubscription as SECURITYHUB_StandardsSubscription } from './securityhub/StandardsSubscription'; +import { AwsLogSource as SECURITYLAKE_AwsLogSource } from './securitylake/AwsLogSource'; +import { CustomLogSource as SECURITYLAKE_CustomLogSource } from './securitylake/CustomLogSource'; +import { DataLake as SECURITYLAKE_DataLake } from './securitylake/DataLake'; +import { Subscriber as SECURITYLAKE_Subscriber } from './securitylake/Subscriber'; +import { SubscriberNotification as SECURITYLAKE_SubscriberNotification } from './securitylake/SubscriberNotification'; +import { CloudFormationStack as SERVERLESSREPOSITORY_CloudFormationStack } from './serverlessrepository/CloudFormationStack'; +import { AppregistryApplication as SERVICECATALOG_AppregistryApplication } from './servicecatalog/AppregistryApplication'; +import { BudgetResourceAssociation as SERVICECATALOG_BudgetResourceAssociation } from './servicecatalog/BudgetResourceAssociation'; +import { Constraint as SERVICECATALOG_Constraint } from './servicecatalog/Constraint'; +import { OrganizationsAccess as SERVICECATALOG_OrganizationsAccess } from './servicecatalog/OrganizationsAccess'; +import { Portfolio as SERVICECATALOG_Portfolio } from './servicecatalog/Portfolio'; +import { PortfolioShare as SERVICECATALOG_PortfolioShare } from './servicecatalog/PortfolioShare'; +import { PrincipalPortfolioAssociation as SERVICECATALOG_PrincipalPortfolioAssociation } from './servicecatalog/PrincipalPortfolioAssociation'; +import { Product as SERVICECATALOG_Product } from './servicecatalog/Product'; +import { ProductPortfolioAssociation as SERVICECATALOG_ProductPortfolioAssociation } from './servicecatalog/ProductPortfolioAssociation'; +import { ProvisionedProduct as SERVICECATALOG_ProvisionedProduct } from './servicecatalog/ProvisionedProduct'; +import { ProvisioningArtifact as SERVICECATALOG_ProvisioningArtifact } from './servicecatalog/ProvisioningArtifact'; +import { ServiceAction as SERVICECATALOG_ServiceAction } from './servicecatalog/ServiceAction'; +import { TagOption as SERVICECATALOG_TagOption } from './servicecatalog/TagOption'; +import { TagOptionResourceAssociation as SERVICECATALOG_TagOptionResourceAssociation } from './servicecatalog/TagOptionResourceAssociation'; +import { HttpNamespace as SERVICEDISCOVERY_HttpNamespace } from './servicediscovery/HttpNamespace'; +import { Instance as SERVICEDISCOVERY_Instance } from './servicediscovery/Instance'; +import { PrivateDnsNamespace as SERVICEDISCOVERY_PrivateDnsNamespace } from './servicediscovery/PrivateDnsNamespace'; +import { PublicDnsNamespace as SERVICEDISCOVERY_PublicDnsNamespace } from './servicediscovery/PublicDnsNamespace'; +import { Service as SERVICEDISCOVERY_Service } from './servicediscovery/Service'; +import { ServiceQuota as SERVICEQUOTAS_ServiceQuota } from './servicequotas/ServiceQuota'; +import { Template as SERVICEQUOTAS_Template } from './servicequotas/Template'; +import { TemplateAssociation as SERVICEQUOTAS_TemplateAssociation } from './servicequotas/TemplateAssociation'; +import { ActiveReceiptRuleSet as SES_ActiveReceiptRuleSet } from './ses/ActiveReceiptRuleSet'; +import { ConfigurationSet as SES_ConfigurationSet } from './ses/ConfigurationSet'; +import { DomainDkim as SES_DomainDkim } from './ses/DomainDkim'; +import { DomainIdentity as SES_DomainIdentity } from './ses/DomainIdentity'; +import { DomainIdentityVerification as SES_DomainIdentityVerification } from './ses/DomainIdentityVerification'; +import { EmailIdentity as SES_EmailIdentity } from './ses/EmailIdentity'; +import { EventDestination as SES_EventDestination } from './ses/EventDestination'; +import { IdentityNotificationTopic as SES_IdentityNotificationTopic } from './ses/IdentityNotificationTopic'; +import { IdentityPolicy as SES_IdentityPolicy } from './ses/IdentityPolicy'; +import { MailFrom as SES_MailFrom } from './ses/MailFrom'; +import { ReceiptFilter as SES_ReceiptFilter } from './ses/ReceiptFilter'; +import { ReceiptRule as SES_ReceiptRule } from './ses/ReceiptRule'; +import { ReceiptRuleSet as SES_ReceiptRuleSet } from './ses/ReceiptRuleSet'; +import { Template as SES_Template } from './ses/Template'; +import { AccountVdmAttributes as SESV2_AccountVdmAttributes } from './sesv2/AccountVdmAttributes'; +import { ConfigurationSet as SESV2_ConfigurationSet } from './sesv2/ConfigurationSet'; +import { ConfigurationSetEventDestination as SESV2_ConfigurationSetEventDestination } from './sesv2/ConfigurationSetEventDestination'; +import { ContactList as SESV2_ContactList } from './sesv2/ContactList'; +import { DedicatedIpAssignment as SESV2_DedicatedIpAssignment } from './sesv2/DedicatedIpAssignment'; +import { DedicatedIpPool as SESV2_DedicatedIpPool } from './sesv2/DedicatedIpPool'; +import { EmailIdentity as SESV2_EmailIdentity } from './sesv2/EmailIdentity'; +import { EmailIdentityFeedbackAttributes as SESV2_EmailIdentityFeedbackAttributes } from './sesv2/EmailIdentityFeedbackAttributes'; +import { EmailIdentityMailFromAttributes as SESV2_EmailIdentityMailFromAttributes } from './sesv2/EmailIdentityMailFromAttributes'; +import { EmailIdentityPolicy as SESV2_EmailIdentityPolicy } from './sesv2/EmailIdentityPolicy'; +import { Activity as SFN_Activity } from './sfn/Activity'; +import { Alias as SFN_Alias } from './sfn/Alias'; +import { StateMachine as SFN_StateMachine } from './sfn/StateMachine'; +import { ApplicationLayerAutomaticResponse as SHIELD_ApplicationLayerAutomaticResponse } from './shield/ApplicationLayerAutomaticResponse'; +import { DrtAccessLogBucketAssociation as SHIELD_DrtAccessLogBucketAssociation } from './shield/DrtAccessLogBucketAssociation'; +import { DrtAccessRoleArnAssociation as SHIELD_DrtAccessRoleArnAssociation } from './shield/DrtAccessRoleArnAssociation'; +import { ProactiveEngagement as SHIELD_ProactiveEngagement } from './shield/ProactiveEngagement'; +import { Protection as SHIELD_Protection } from './shield/Protection'; +import { ProtectionGroup as SHIELD_ProtectionGroup } from './shield/ProtectionGroup'; +import { ProtectionHealthCheckAssociation as SHIELD_ProtectionHealthCheckAssociation } from './shield/ProtectionHealthCheckAssociation'; +import { Subscription as SHIELD_Subscription } from './shield/Subscription'; +import { SigningJob as SIGNER_SigningJob } from './signer/SigningJob'; +import { SigningProfile as SIGNER_SigningProfile } from './signer/SigningProfile'; +import { SigningProfilePermission as SIGNER_SigningProfilePermission } from './signer/SigningProfilePermission'; +import { Domain as SIMPLEDB_Domain } from './simpledb/Domain'; +import { DataProtectionPolicy as SNS_DataProtectionPolicy } from './sns/DataProtectionPolicy'; +import { PlatformApplication as SNS_PlatformApplication } from './sns/PlatformApplication'; +import { SmsPreferences as SNS_SmsPreferences } from './sns/SmsPreferences'; +import { Topic as SNS_Topic } from './sns/Topic'; +import { TopicPolicy as SNS_TopicPolicy } from './sns/TopicPolicy'; +import { TopicSubscription as SNS_TopicSubscription } from './sns/TopicSubscription'; +import { Queue as SQS_Queue } from './sqs/Queue'; +import { QueuePolicy as SQS_QueuePolicy } from './sqs/QueuePolicy'; +import { RedriveAllowPolicy as SQS_RedriveAllowPolicy } from './sqs/RedriveAllowPolicy'; +import { RedrivePolicy as SQS_RedrivePolicy } from './sqs/RedrivePolicy'; +import { Activation as SSM_Activation } from './ssm/Activation'; +import { Association as SSM_Association } from './ssm/Association'; +import { ContactsRotation as SSM_ContactsRotation } from './ssm/ContactsRotation'; +import { DefaultPatchBaseline as SSM_DefaultPatchBaseline } from './ssm/DefaultPatchBaseline'; +import { Document as SSM_Document } from './ssm/Document'; +import { MaintenanceWindow as SSM_MaintenanceWindow } from './ssm/MaintenanceWindow'; +import { MaintenanceWindowTarget as SSM_MaintenanceWindowTarget } from './ssm/MaintenanceWindowTarget'; +import { MaintenanceWindowTask as SSM_MaintenanceWindowTask } from './ssm/MaintenanceWindowTask'; +import { Parameter as SSM_Parameter } from './ssm/Parameter'; +import { PatchBaseline as SSM_PatchBaseline } from './ssm/PatchBaseline'; +import { PatchGroup as SSM_PatchGroup } from './ssm/PatchGroup'; +import { ResourceDataSync as SSM_ResourceDataSync } from './ssm/ResourceDataSync'; +import { ServiceSetting as SSM_ServiceSetting } from './ssm/ServiceSetting'; +import { Contact as SSMCONTACTS_Contact } from './ssmcontacts/Contact'; +import { ContactChannel as SSMCONTACTS_ContactChannel } from './ssmcontacts/ContactChannel'; +import { Plan as SSMCONTACTS_Plan } from './ssmcontacts/Plan'; +import { ReplicationSet as SSMINCIDENTS_ReplicationSet } from './ssmincidents/ReplicationSet'; +import { ResponsePlan as SSMINCIDENTS_ResponsePlan } from './ssmincidents/ResponsePlan'; +import { AccountAssignment as SSOADMIN_AccountAssignment } from './ssoadmin/AccountAssignment'; +import { Application as SSOADMIN_Application } from './ssoadmin/Application'; +import { ApplicationAccessScope as SSOADMIN_ApplicationAccessScope } from './ssoadmin/ApplicationAccessScope'; +import { ApplicationAssignment as SSOADMIN_ApplicationAssignment } from './ssoadmin/ApplicationAssignment'; +import { ApplicationAssignmentConfiguration as SSOADMIN_ApplicationAssignmentConfiguration } from './ssoadmin/ApplicationAssignmentConfiguration'; +import { CustomerManagedPolicyAttachment as SSOADMIN_CustomerManagedPolicyAttachment } from './ssoadmin/CustomerManagedPolicyAttachment'; +import { InstanceAccessControlAttributes as SSOADMIN_InstanceAccessControlAttributes } from './ssoadmin/InstanceAccessControlAttributes'; +import { ManagedPolicyAttachment as SSOADMIN_ManagedPolicyAttachment } from './ssoadmin/ManagedPolicyAttachment'; +import { PermissionsBoundaryAttachment as SSOADMIN_PermissionsBoundaryAttachment } from './ssoadmin/PermissionsBoundaryAttachment'; +import { PermissionSet as SSOADMIN_PermissionSet } from './ssoadmin/PermissionSet'; +import { PermissionSetInlinePolicy as SSOADMIN_PermissionSetInlinePolicy } from './ssoadmin/PermissionSetInlinePolicy'; +import { TrustedTokenIssuer as SSOADMIN_TrustedTokenIssuer } from './ssoadmin/TrustedTokenIssuer'; +import { Cache as STORAGEGATEWAY_Cache } from './storagegateway/Cache'; +import { CachesIscsiVolume as STORAGEGATEWAY_CachesIscsiVolume } from './storagegateway/CachesIscsiVolume'; +import { FileSystemAssociation as STORAGEGATEWAY_FileSystemAssociation } from './storagegateway/FileSystemAssociation'; +import { Gateway as STORAGEGATEWAY_Gateway } from './storagegateway/Gateway'; +import { NfsFileShare as STORAGEGATEWAY_NfsFileShare } from './storagegateway/NfsFileShare'; +import { SmbFileShare as STORAGEGATEWAY_SmbFileShare } from './storagegateway/SmbFileShare'; +import { StoredIscsiVolume as STORAGEGATEWAY_StoredIscsiVolume } from './storagegateway/StoredIscsiVolume'; +import { TapePool as STORAGEGATEWAY_TapePool } from './storagegateway/TapePool'; +import { UploadBuffer as STORAGEGATEWAY_UploadBuffer } from './storagegateway/UploadBuffer'; +import { WorkingStorage as STORAGEGATEWAY_WorkingStorage } from './storagegateway/WorkingStorage'; +import { Domain as SWF_Domain } from './swf/Domain'; +import { Canary as SYNTHETICS_Canary } from './synthetics/Canary'; +import { Group as SYNTHETICS_Group } from './synthetics/Group'; +import { GroupAssociation as SYNTHETICS_GroupAssociation } from './synthetics/GroupAssociation'; +import { DbInstance as TIMESTREAMINFLUXDB_DbInstance } from './timestreaminfluxdb/DbInstance'; +import { Database as TIMESTREAMWRITE_Database } from './timestreamwrite/Database'; +import { Table as TIMESTREAMWRITE_Table } from './timestreamwrite/Table'; +import { LanguageModel as TRANSCRIBE_LanguageModel } from './transcribe/LanguageModel'; +import { MedicalVocabulary as TRANSCRIBE_MedicalVocabulary } from './transcribe/MedicalVocabulary'; +import { Vocabulary as TRANSCRIBE_Vocabulary } from './transcribe/Vocabulary'; +import { VocabularyFilter as TRANSCRIBE_VocabularyFilter } from './transcribe/VocabularyFilter'; +import { Access as TRANSFER_Access } from './transfer/Access'; +import { Agreement as TRANSFER_Agreement } from './transfer/Agreement'; +import { Certificate as TRANSFER_Certificate } from './transfer/Certificate'; +import { Connector as TRANSFER_Connector } from './transfer/Connector'; +import { Profile as TRANSFER_Profile } from './transfer/Profile'; +import { Server as TRANSFER_Server } from './transfer/Server'; +import { SshKey as TRANSFER_SshKey } from './transfer/SshKey'; +import { Tag as TRANSFER_Tag } from './transfer/Tag'; +import { User as TRANSFER_User } from './transfer/User'; +import { Workflow as TRANSFER_Workflow } from './transfer/Workflow'; +import { Endpoint as VERIFIEDACCESS_Endpoint } from './verifiedaccess/Endpoint'; +import { Group as VERIFIEDACCESS_Group } from './verifiedaccess/Group'; +import { Instance as VERIFIEDACCESS_Instance } from './verifiedaccess/Instance'; +import { InstanceLoggingConfiguration as VERIFIEDACCESS_InstanceLoggingConfiguration } from './verifiedaccess/InstanceLoggingConfiguration'; +import { InstanceTrustProviderAttachment as VERIFIEDACCESS_InstanceTrustProviderAttachment } from './verifiedaccess/InstanceTrustProviderAttachment'; +import { TrustProvider as VERIFIEDACCESS_TrustProvider } from './verifiedaccess/TrustProvider'; +import { IdentitySource as VERIFIEDPERMISSIONS_IdentitySource } from './verifiedpermissions/IdentitySource'; +import { Policy as VERIFIEDPERMISSIONS_Policy } from './verifiedpermissions/Policy'; +import { PolicyStore as VERIFIEDPERMISSIONS_PolicyStore } from './verifiedpermissions/PolicyStore'; +import { PolicyTemplate as VERIFIEDPERMISSIONS_PolicyTemplate } from './verifiedpermissions/PolicyTemplate'; +import { Schema as VERIFIEDPERMISSIONS_Schema } from './verifiedpermissions/Schema'; +import { EndpointPrivateDns as VPC_EndpointPrivateDns } from './vpc/EndpointPrivateDns'; +import { EndpointServicePrivateDnsVerification as VPC_EndpointServicePrivateDnsVerification } from './vpc/EndpointServicePrivateDnsVerification'; +import { SecurityGroupEgressRule as VPC_SecurityGroupEgressRule } from './vpc/SecurityGroupEgressRule'; +import { SecurityGroupIngressRule as VPC_SecurityGroupIngressRule } from './vpc/SecurityGroupIngressRule'; +import { AccessLogSubscription as VPCLATTICE_AccessLogSubscription } from './vpclattice/AccessLogSubscription'; +import { AuthPolicy as VPCLATTICE_AuthPolicy } from './vpclattice/AuthPolicy'; +import { Listener as VPCLATTICE_Listener } from './vpclattice/Listener'; +import { ListenerRule as VPCLATTICE_ListenerRule } from './vpclattice/ListenerRule'; +import { ResourcePolicy as VPCLATTICE_ResourcePolicy } from './vpclattice/ResourcePolicy'; +import { Service as VPCLATTICE_Service } from './vpclattice/Service'; +import { ServiceNetwork as VPCLATTICE_ServiceNetwork } from './vpclattice/ServiceNetwork'; +import { ServiceNetworkServiceAssociation as VPCLATTICE_ServiceNetworkServiceAssociation } from './vpclattice/ServiceNetworkServiceAssociation'; +import { ServiceNetworkVpcAssociation as VPCLATTICE_ServiceNetworkVpcAssociation } from './vpclattice/ServiceNetworkVpcAssociation'; +import { TargetGroup as VPCLATTICE_TargetGroup } from './vpclattice/TargetGroup'; +import { TargetGroupAttachment as VPCLATTICE_TargetGroupAttachment } from './vpclattice/TargetGroupAttachment'; +import { ByteMatchSet as WAF_ByteMatchSet } from './waf/ByteMatchSet'; +import { GeoMatchSet as WAF_GeoMatchSet } from './waf/GeoMatchSet'; +import { IpSet as WAF_IpSet } from './waf/IpSet'; +import { RateBasedRule as WAF_RateBasedRule } from './waf/RateBasedRule'; +import { RegexMatchSet as WAF_RegexMatchSet } from './waf/RegexMatchSet'; +import { RegexPatternSet as WAF_RegexPatternSet } from './waf/RegexPatternSet'; +import { Rule as WAF_Rule } from './waf/Rule'; +import { RuleGroup as WAF_RuleGroup } from './waf/RuleGroup'; +import { SizeConstraintSet as WAF_SizeConstraintSet } from './waf/SizeConstraintSet'; +import { SqlInjectionMatchSet as WAF_SqlInjectionMatchSet } from './waf/SqlInjectionMatchSet'; +import { WebAcl as WAF_WebAcl } from './waf/WebAcl'; +import { XssMatchSet as WAF_XssMatchSet } from './waf/XssMatchSet'; +import { ByteMatchSet as WAFREGIONAL_ByteMatchSet } from './wafregional/ByteMatchSet'; +import { GeoMatchSet as WAFREGIONAL_GeoMatchSet } from './wafregional/GeoMatchSet'; +import { IpSet as WAFREGIONAL_IpSet } from './wafregional/IpSet'; +import { RateBasedRule as WAFREGIONAL_RateBasedRule } from './wafregional/RateBasedRule'; +import { RegexMatchSet as WAFREGIONAL_RegexMatchSet } from './wafregional/RegexMatchSet'; +import { RegexPatternSet as WAFREGIONAL_RegexPatternSet } from './wafregional/RegexPatternSet'; +import { Rule as WAFREGIONAL_Rule } from './wafregional/Rule'; +import { RuleGroup as WAFREGIONAL_RuleGroup } from './wafregional/RuleGroup'; +import { SizeConstraintSet as WAFREGIONAL_SizeConstraintSet } from './wafregional/SizeConstraintSet'; +import { SqlInjectionMatchSet as WAFREGIONAL_SqlInjectionMatchSet } from './wafregional/SqlInjectionMatchSet'; +import { WebAcl as WAFREGIONAL_WebAcl } from './wafregional/WebAcl'; +import { WebAclAssociation as WAFREGIONAL_WebAclAssociation } from './wafregional/WebAclAssociation'; +import { XssMatchSet as WAFREGIONAL_XssMatchSet } from './wafregional/XssMatchSet'; +import { IpSet as WAFV2_IpSet } from './wafv2/IpSet'; +import { RegexPatternSet as WAFV2_RegexPatternSet } from './wafv2/RegexPatternSet'; +import { RuleGroup as WAFV2_RuleGroup } from './wafv2/RuleGroup'; +import { WebAcl as WAFV2_WebAcl } from './wafv2/WebAcl'; +import { WebAclAssociation as WAFV2_WebAclAssociation } from './wafv2/WebAclAssociation'; +import { WebAclLoggingConfiguration as WAFV2_WebAclLoggingConfiguration } from './wafv2/WebAclLoggingConfiguration'; +import { Fleet as WORKLINK_Fleet } from './worklink/Fleet'; +import { WebsiteCertificateAuthorityAssociation as WORKLINK_WebsiteCertificateAuthorityAssociation } from './worklink/WebsiteCertificateAuthorityAssociation'; +import { ConnectionAlias as WORKSPACES_ConnectionAlias } from './workspaces/ConnectionAlias'; +import { Directory as WORKSPACES_Directory } from './workspaces/Directory'; +import { IpGroup as WORKSPACES_IpGroup } from './workspaces/IpGroup'; +import { Workspace as WORKSPACES_Workspace } from './workspaces/Workspace'; +import { EncryptionConfig as XRAY_EncryptionConfig } from './xray/EncryptionConfig'; +import { Group as XRAY_Group } from './xray/Group'; +import { SamplingRule as XRAY_SamplingRule } from './xray/SamplingRule'; export class ResourceProperties { static readonly ResourceFactoryMap1 = new Map< @@ -4794,151 +4794,151 @@ export class ResourceProperties { [ ResourceType.ACCESSANALYZER_ANALYZER, new ResourceProperty( - "Manages an Access Analyzer Analyzer. More information can be found in the [Access Analyzer User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html).", + 'Manages an Access Analyzer Analyzer. More information can be found in the [Access Analyzer User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html).', ACCESSANALYZER_Analyzer.GetTypes(), ), ], [ ResourceType.ACCESSANALYZER_ARCHIVERULE, new ResourceProperty( - "Resource for managing an AWS AccessAnalyzer Archive Rule.", + 'Resource for managing an AWS AccessAnalyzer Archive Rule.', ACCESSANALYZER_ArchiveRule.GetTypes(), ), ], [ ResourceType.ACCOUNT_ALTERNATIVECONTACT, new ResourceProperty( - "Manages the specified alternate contact attached to an AWS Account.", + 'Manages the specified alternate contact attached to an AWS Account.', ACCOUNT_AlternativeContact.GetTypes(), ), ], [ ResourceType.ACCOUNT_PRIMARYCONTACT, new ResourceProperty( - "Manages the specified primary contact information associated with an AWS Account.", + 'Manages the specified primary contact information associated with an AWS Account.', ACCOUNT_PrimaryContact.GetTypes(), ), ], [ ResourceType.ACCOUNT_REGION, new ResourceProperty( - "Enable (Opt-In) or Disable (Opt-Out) a particular Region for an AWS account.", + 'Enable (Opt-In) or Disable (Opt-Out) a particular Region for an AWS account.', ACCOUNT_Region.GetTypes(), ), ], [ ResourceType.ACM_CERTIFICATE, new ResourceProperty( - "The ACM certificate resource allows requesting and management of certificates from the Amazon Certificate Manager. ACM certificates can be created in three ways: Amazon-issued, where AWS provides the certificate authority and automatically manages renewal; imported certificates, issued by another certificate authority; and private certificates, issued using an ACM Private Certificate Authority. ## Amazon-Issued Certificates For Amazon-issued certificates, this resource deals with requesting certificates and managing their attributes and life-cycle. This resource does not deal with validation of a certificate but can provide inputs for other resources implementing the validation. It does not wait for a certificate to be issued. Use a `aws.acm.CertificateValidation` resource for this. Most commonly, this resource is used together with `aws.route53.Record` and `aws.acm.CertificateValidation` to request a DNS validated certificate, deploy the required validation records and wait for validation to complete. Domain validation through email is also supported but should be avoided as it requires a manual step outside of this provider. ## Certificates Imported from Other Certificate Authority Imported certificates can be used to make certificates created with an external certificate authority available for AWS services. As they are not managed by AWS, imported certificates are not eligible for automatic renewal. New certificate materials can be supplied to an existing imported certificate to update it in place. ## Private Certificates Private certificates are issued by an ACM Private Certificate Authority, which can be created using the resource type `aws.acmpca.CertificateAuthority`. Private certificates created using this resource are eligible for managed renewal if they have been exported or associated with another AWS service. See [managed renewal documentation](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html) for more information. By default, a certificate is valid for 395 days and the managed renewal process will start 60 days before expiration. To renew the certificate earlier than 60 days before expiration, configure `early_renewal_duration`.", + 'The ACM certificate resource allows requesting and management of certificates from the Amazon Certificate Manager. ACM certificates can be created in three ways: Amazon-issued, where AWS provides the certificate authority and automatically manages renewal; imported certificates, issued by another certificate authority; and private certificates, issued using an ACM Private Certificate Authority. ## Amazon-Issued Certificates For Amazon-issued certificates, this resource deals with requesting certificates and managing their attributes and life-cycle. This resource does not deal with validation of a certificate but can provide inputs for other resources implementing the validation. It does not wait for a certificate to be issued. Use a `aws.acm.CertificateValidation` resource for this. Most commonly, this resource is used together with `aws.route53.Record` and `aws.acm.CertificateValidation` to request a DNS validated certificate, deploy the required validation records and wait for validation to complete. Domain validation through email is also supported but should be avoided as it requires a manual step outside of this provider. ## Certificates Imported from Other Certificate Authority Imported certificates can be used to make certificates created with an external certificate authority available for AWS services. As they are not managed by AWS, imported certificates are not eligible for automatic renewal. New certificate materials can be supplied to an existing imported certificate to update it in place. ## Private Certificates Private certificates are issued by an ACM Private Certificate Authority, which can be created using the resource type `aws.acmpca.CertificateAuthority`. Private certificates created using this resource are eligible for managed renewal if they have been exported or associated with another AWS service. See [managed renewal documentation](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html) for more information. By default, a certificate is valid for 395 days and the managed renewal process will start 60 days before expiration. To renew the certificate earlier than 60 days before expiration, configure `early_renewal_duration`.', ACM_Certificate.GetTypes(), ), ], [ ResourceType.ACM_CERTIFICATEVALIDATION, new ResourceProperty( - "This resource represents a successful validation of an ACM certificate in concert with other resources. Most commonly, this resource is used together with `aws.route53.Record` and `aws.acm.Certificate` to request a DNS validated certificate, deploy the required validation records and wait for validation to complete. > --WARNING:-- This resource implements a part of the validation workflow. It does not represent a real-world entity in AWS, therefore changing or deleting this resource on its own has no immediate effect.", + 'This resource represents a successful validation of an ACM certificate in concert with other resources. Most commonly, this resource is used together with `aws.route53.Record` and `aws.acm.Certificate` to request a DNS validated certificate, deploy the required validation records and wait for validation to complete. > --WARNING:-- This resource implements a part of the validation workflow. It does not represent a real-world entity in AWS, therefore changing or deleting this resource on its own has no immediate effect.', ACM_CertificateValidation.GetTypes(), ), ], [ ResourceType.ACMPCA_CERTIFICATE, new ResourceProperty( - "Provides a resource to issue a certificate using AWS Certificate Manager Private Certificate Authority (ACM PCA). Certificates created using `aws.acmpca.Certificate` are not eligible for automatic renewal, and must be replaced instead. To issue a renewable certificate using an ACM PCA, create a `aws.acm.Certificate` with the parameter `certificate_authority_arn`.", + 'Provides a resource to issue a certificate using AWS Certificate Manager Private Certificate Authority (ACM PCA). Certificates created using `aws.acmpca.Certificate` are not eligible for automatic renewal, and must be replaced instead. To issue a renewable certificate using an ACM PCA, create a `aws.acm.Certificate` with the parameter `certificate_authority_arn`.', ACMPCA_Certificate.GetTypes(), ), ], [ ResourceType.ACMPCA_CERTIFICATEAUTHORITY, new ResourceProperty( - "Provides a resource to manage AWS Certificate Manager Private Certificate Authorities (ACM PCA Certificate Authorities). > --NOTE:-- Creating this resource will leave the certificate authority in a `PENDING_CERTIFICATE` status, which means it cannot yet issue certificates. To complete this setup, you must fully sign the certificate authority CSR available in the `certificate_signing_request` attribute. The `aws.acmpca.CertificateAuthorityCertificate` resource can be used for this purpose.", + 'Provides a resource to manage AWS Certificate Manager Private Certificate Authorities (ACM PCA Certificate Authorities). > --NOTE:-- Creating this resource will leave the certificate authority in a `PENDING_CERTIFICATE` status, which means it cannot yet issue certificates. To complete this setup, you must fully sign the certificate authority CSR available in the `certificate_signing_request` attribute. The `aws.acmpca.CertificateAuthorityCertificate` resource can be used for this purpose.', ACMPCA_CertificateAuthority.GetTypes(), ), ], [ ResourceType.ACMPCA_CERTIFICATEAUTHORITYCERTIFICATE, new ResourceProperty( - "Associates a certificate with an AWS Certificate Manager Private Certificate Authority (ACM PCA Certificate Authority). An ACM PCA Certificate Authority is unable to issue certificates until it has a certificate associated with it. A root level ACM PCA Certificate Authority is able to self-sign its own root certificate.", + 'Associates a certificate with an AWS Certificate Manager Private Certificate Authority (ACM PCA Certificate Authority). An ACM PCA Certificate Authority is unable to issue certificates until it has a certificate associated with it. A root level ACM PCA Certificate Authority is able to self-sign its own root certificate.', ACMPCA_CertificateAuthorityCertificate.GetTypes(), ), ], [ ResourceType.ACMPCA_PERMISSION, new ResourceProperty( - "Provides a resource to manage an AWS Certificate Manager Private Certificate Authorities Permission. Currently, this is only required in order to allow the ACM service to automatically renew certificates issued by a PCA.", + 'Provides a resource to manage an AWS Certificate Manager Private Certificate Authorities Permission. Currently, this is only required in order to allow the ACM service to automatically renew certificates issued by a PCA.', ACMPCA_Permission.GetTypes(), ), ], [ ResourceType.ACMPCA_POLICY, new ResourceProperty( - "Attaches a resource based policy to a private CA.", + 'Attaches a resource based policy to a private CA.', ACMPCA_Policy.GetTypes(), ), ], [ ResourceType.ALB_LISTENER, new ResourceProperty( - "Provides a Load Balancer Listener resource. > --Note:-- `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.", + 'Provides a Load Balancer Listener resource. > --Note:-- `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.', ALB_Listener.GetTypes(), ), ], [ ResourceType.ALB_LISTENERCERTIFICATE, new ResourceProperty( - "Provides a Load Balancer Listener Certificate resource. This resource is for additional certificates and does not replace the default certificate on the listener. > --Note:-- `aws.alb.ListenerCertificate` is known as `aws.lb.ListenerCertificate`. The functionality is identical.", + 'Provides a Load Balancer Listener Certificate resource. This resource is for additional certificates and does not replace the default certificate on the listener. > --Note:-- `aws.alb.ListenerCertificate` is known as `aws.lb.ListenerCertificate`. The functionality is identical.', ALB_ListenerCertificate.GetTypes(), ), ], [ ResourceType.ALB_LISTENERRULE, new ResourceProperty( - "Provides a Load Balancer Listener Rule resource. > --Note:-- `aws.alb.ListenerRule` is known as `aws.lb.ListenerRule`. The functionality is identical.", + 'Provides a Load Balancer Listener Rule resource. > --Note:-- `aws.alb.ListenerRule` is known as `aws.lb.ListenerRule`. The functionality is identical.', ALB_ListenerRule.GetTypes(), ), ], [ ResourceType.ALB_LOADBALANCER, new ResourceProperty( - "Provides a Load Balancer resource. > --Note:-- `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.", + 'Provides a Load Balancer resource. > --Note:-- `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.', ALB_LoadBalancer.GetTypes(), ), ], [ ResourceType.ALB_TARGETGROUP, new ResourceProperty( - "Provides a Target Group resource for use with Load Balancer resources. > --Note:-- `aws.alb.TargetGroup` is known as `aws.lb.TargetGroup`. The functionality is identical.", + 'Provides a Target Group resource for use with Load Balancer resources. > --Note:-- `aws.alb.TargetGroup` is known as `aws.lb.TargetGroup`. The functionality is identical.', ALB_TargetGroup.GetTypes(), ), ], [ ResourceType.ALB_TARGETGROUPATTACHMENT, new ResourceProperty( - "Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource. > --Note:-- `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.", + 'Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource. > --Note:-- `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.', ALB_TargetGroupAttachment.GetTypes(), ), ], [ ResourceType.AMP_ALERTMANAGERDEFINITION, new ResourceProperty( - "Manages an Amazon Managed Service for Prometheus (AMP) Alert Manager Definition", + 'Manages an Amazon Managed Service for Prometheus (AMP) Alert Manager Definition', AMP_AlertManagerDefinition.GetTypes(), ), ], [ ResourceType.AMP_RULEGROUPNAMESPACE, new ResourceProperty( - "Manages an Amazon Managed Service for Prometheus (AMP) Rule Group Namespace", + 'Manages an Amazon Managed Service for Prometheus (AMP) Rule Group Namespace', AMP_RuleGroupNamespace.GetTypes(), ), ], [ ResourceType.AMP_SCRAPER, - new ResourceProperty("", AMP_Scraper.GetTypes()), + new ResourceProperty('', AMP_Scraper.GetTypes()), ], [ ResourceType.AMP_WORKSPACE, new ResourceProperty( - "Manages an Amazon Managed Service for Prometheus (AMP) Workspace.", + 'Manages an Amazon Managed Service for Prometheus (AMP) Workspace.', AMP_Workspace.GetTypes(), ), ], @@ -4952,84 +4952,84 @@ export class ResourceProperties { [ ResourceType.AMPLIFY_BACKENDENVIRONMENT, new ResourceProperty( - "Provides an Amplify Backend Environment resource.", + 'Provides an Amplify Backend Environment resource.', AMPLIFY_BackendEnvironment.GetTypes(), ), ], [ ResourceType.AMPLIFY_BRANCH, new ResourceProperty( - "Provides an Amplify Branch resource.", + 'Provides an Amplify Branch resource.', AMPLIFY_Branch.GetTypes(), ), ], [ ResourceType.AMPLIFY_DOMAINASSOCIATION, new ResourceProperty( - "Provides an Amplify Domain Association resource.", + 'Provides an Amplify Domain Association resource.', AMPLIFY_DomainAssociation.GetTypes(), ), ], [ ResourceType.AMPLIFY_WEBHOOK, new ResourceProperty( - "Provides an Amplify Webhook resource.", + 'Provides an Amplify Webhook resource.', AMPLIFY_Webhook.GetTypes(), ), ], [ ResourceType.APIGATEWAY_ACCOUNT, new ResourceProperty( - "Provides a settings of an API Gateway Account. Settings is applied region-wide per `provider` block. > --Note:-- As there is no API method for deleting account settings or resetting it to defaults, destroying this resource will keep your account settings intact", + 'Provides a settings of an API Gateway Account. Settings is applied region-wide per `provider` block. > --Note:-- As there is no API method for deleting account settings or resetting it to defaults, destroying this resource will keep your account settings intact', APIGATEWAY_Account.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APIKEY, new ResourceProperty( - "Provides an API Gateway API Key. > --NOTE:-- Since the API Gateway usage plans feature was launched on August 11, 2016, usage plans are now --required-- to associate an API key with an API stage.", + 'Provides an API Gateway API Key. > --NOTE:-- Since the API Gateway usage plans feature was launched on August 11, 2016, usage plans are now --required-- to associate an API key with an API stage.', APIGATEWAY_ApiKey.GetTypes(), ), ], [ ResourceType.APIGATEWAY_AUTHORIZER, new ResourceProperty( - "Provides an API Gateway Authorizer.", + 'Provides an API Gateway Authorizer.', APIGATEWAY_Authorizer.GetTypes(), ), ], [ ResourceType.APIGATEWAY_BASEPATHMAPPING, new ResourceProperty( - "Connects a custom domain name registered via `aws.apigateway.DomainName`", + 'Connects a custom domain name registered via `aws.apigateway.DomainName`', APIGATEWAY_BasePathMapping.GetTypes(), ), ], [ ResourceType.APIGATEWAY_CLIENTCERTIFICATE, new ResourceProperty( - "Provides an API Gateway Client Certificate.", + 'Provides an API Gateway Client Certificate.', APIGATEWAY_ClientCertificate.GetTypes(), ), ], [ ResourceType.APIGATEWAY_DEPLOYMENT, new ResourceProperty( - "Manages an API Gateway REST Deployment. A deployment is a snapshot of the REST API configuration. The deployment can then be published to callable endpoints via the `aws.apigateway.Stage` resource and optionally managed further with the `aws.apigateway.BasePathMapping` resource, `aws.apigateway.DomainName` resource, and `aws_api_method_settings` resource. For more information, see the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-deploy-api.html). To properly capture all REST API configuration in a deployment, this resource must have dependencies on all prior resources that manage resources/paths, methods, integrations, etc. - For REST APIs that are configured via OpenAPI specification (`aws.apigateway.RestApi` resource `body` argument), no special dependency setup is needed beyond referencing the `id` attribute of that resource unless additional resources have further customized the REST API. - When the REST API configuration involves other resources (`aws.apigateway.Integration` resource), the dependency setup can be done with implicit resource references in the `triggers` argument or explicit resource references using the [resource `dependsOn` custom option](https://www.pulumi.com/docs/intro/concepts/resources/#dependson). The `triggers` argument should be preferred over `depends_on`, since `depends_on` can only capture dependency ordering and will not cause the resource to recreate (redeploy the REST API) with upstream configuration changes. !> --WARNING:-- It is recommended to use the `aws.apigateway.Stage` resource instead of managing an API Gateway Stage via the `stage_name` argument of this resource. When this resource is recreated (REST API redeployment) with the `stage_name` configured, the stage is deleted and recreated. This will cause a temporary service interruption, increase provide plan differences, and can require a second apply to recreate any downstream stage configuration such as associated `aws_api_method_settings` resources.", + 'Manages an API Gateway REST Deployment. A deployment is a snapshot of the REST API configuration. The deployment can then be published to callable endpoints via the `aws.apigateway.Stage` resource and optionally managed further with the `aws.apigateway.BasePathMapping` resource, `aws.apigateway.DomainName` resource, and `aws_api_method_settings` resource. For more information, see the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-deploy-api.html). To properly capture all REST API configuration in a deployment, this resource must have dependencies on all prior resources that manage resources/paths, methods, integrations, etc. - For REST APIs that are configured via OpenAPI specification (`aws.apigateway.RestApi` resource `body` argument), no special dependency setup is needed beyond referencing the `id` attribute of that resource unless additional resources have further customized the REST API. - When the REST API configuration involves other resources (`aws.apigateway.Integration` resource), the dependency setup can be done with implicit resource references in the `triggers` argument or explicit resource references using the [resource `dependsOn` custom option](https://www.pulumi.com/docs/intro/concepts/resources/#dependson). The `triggers` argument should be preferred over `depends_on`, since `depends_on` can only capture dependency ordering and will not cause the resource to recreate (redeploy the REST API) with upstream configuration changes. !> --WARNING:-- It is recommended to use the `aws.apigateway.Stage` resource instead of managing an API Gateway Stage via the `stage_name` argument of this resource. When this resource is recreated (REST API redeployment) with the `stage_name` configured, the stage is deleted and recreated. This will cause a temporary service interruption, increase provide plan differences, and can require a second apply to recreate any downstream stage configuration such as associated `aws_api_method_settings` resources.', APIGATEWAY_Deployment.GetTypes(), ), ], [ ResourceType.APIGATEWAY_DOCUMENTATIONPART, new ResourceProperty( - "Provides a settings of an API Gateway Documentation Part.", + 'Provides a settings of an API Gateway Documentation Part.', APIGATEWAY_DocumentationPart.GetTypes(), ), ], [ ResourceType.APIGATEWAY_DOCUMENTATIONVERSION, new ResourceProperty( - "Provides a resource to manage an API Gateway Documentation Version.", + 'Provides a resource to manage an API Gateway Documentation Version.', APIGATEWAY_DocumentationVersion.GetTypes(), ), ], @@ -5043,406 +5043,406 @@ export class ResourceProperties { [ ResourceType.APIGATEWAY_INTEGRATION, new ResourceProperty( - "Provides an HTTP Method Integration for an API Gateway Integration.", + 'Provides an HTTP Method Integration for an API Gateway Integration.', APIGATEWAY_Integration.GetTypes(), ), ], [ ResourceType.APIGATEWAY_INTEGRATIONRESPONSE, new ResourceProperty( - "Provides an HTTP Method Integration Response for an API Gateway Resource. > --Note:-- Depends on having `aws.apigateway.Integration` inside your rest api. To ensure this you might need to add an explicit `depends_on` for clean runs.", + 'Provides an HTTP Method Integration Response for an API Gateway Resource. > --Note:-- Depends on having `aws.apigateway.Integration` inside your rest api. To ensure this you might need to add an explicit `depends_on` for clean runs.', APIGATEWAY_IntegrationResponse.GetTypes(), ), ], [ ResourceType.APIGATEWAY_METHOD, new ResourceProperty( - "Provides a HTTP Method for an API Gateway Resource.", + 'Provides a HTTP Method for an API Gateway Resource.', APIGATEWAY_Method.GetTypes(), ), ], [ ResourceType.APIGATEWAY_METHODRESPONSE, new ResourceProperty( - "Provides an HTTP Method Response for an API Gateway Resource. More information about API Gateway method responses can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-settings-method-response.html).", + 'Provides an HTTP Method Response for an API Gateway Resource. More information about API Gateway method responses can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-settings-method-response.html).', APIGATEWAY_MethodResponse.GetTypes(), ), ], [ ResourceType.APIGATEWAY_METHODSETTINGS, new ResourceProperty( - "Manages API Gateway Stage Method Settings. For example, CloudWatch logging and metrics. > --NOTE:-- We recommend using this resource in conjunction with the `aws.apigateway.Stage` resource instead of a stage managed by the `aws.apigateway.Deployment` resource optional `stage_name` argument. Stages managed by the `aws.apigateway.Deployment` resource are recreated on redeployment and this resource will require a second apply to recreate the method settings.", + 'Manages API Gateway Stage Method Settings. For example, CloudWatch logging and metrics. > --NOTE:-- We recommend using this resource in conjunction with the `aws.apigateway.Stage` resource instead of a stage managed by the `aws.apigateway.Deployment` resource optional `stage_name` argument. Stages managed by the `aws.apigateway.Deployment` resource are recreated on redeployment and this resource will require a second apply to recreate the method settings.', APIGATEWAY_MethodSettings.GetTypes(), ), ], [ ResourceType.APIGATEWAY_MODEL, new ResourceProperty( - "Provides a Model for a REST API Gateway.", + 'Provides a Model for a REST API Gateway.', APIGATEWAY_Model.GetTypes(), ), ], [ ResourceType.APIGATEWAY_REQUESTVALIDATOR, new ResourceProperty( - "Manages an API Gateway Request Validator.", + 'Manages an API Gateway Request Validator.', APIGATEWAY_RequestValidator.GetTypes(), ), ], [ ResourceType.APIGATEWAY_RESOURCE, new ResourceProperty( - "Provides an API Gateway Resource.", + 'Provides an API Gateway Resource.', APIGATEWAY_Resource.GetTypes(), ), ], [ ResourceType.APIGATEWAY_RESPONSE, new ResourceProperty( - "Provides an API Gateway Gateway Response for a REST API Gateway.", + 'Provides an API Gateway Gateway Response for a REST API Gateway.', APIGATEWAY_Response.GetTypes(), ), ], [ ResourceType.APIGATEWAY_RESTAPI, new ResourceProperty( - "Manages an API Gateway REST API. The REST API can be configured via [importing an OpenAPI specification](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html) in the `body` argument (with other arguments serving as overrides) or via other provider resources to manage the resources (`aws.apigateway.Resource` resource), methods (`aws.apigateway.Method` resource), integrations (`aws.apigateway.Integration` resource), etc. of the REST API. Once the REST API is configured, the `aws.apigateway.Deployment` resource can be used along with the `aws.apigateway.Stage` resource to publish the REST API. > --Note:-- Amazon API Gateway Version 1 resources are used for creating and deploying REST APIs. To create and deploy WebSocket and HTTP APIs, use Amazon API Gateway Version 2 resources. !> --WARN:-- When importing Open API Specifications with the `body` argument, by default the API Gateway REST API will be replaced with the Open API Specification thus removing any existing methods, resources, integrations, or endpoints. Endpoint mutations are asynchronous operations, and race conditions with DNS are possible. To overcome this limitation, use the `put_rest_api_mode` attribute and set it to `merge`.", + 'Manages an API Gateway REST API. The REST API can be configured via [importing an OpenAPI specification](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html) in the `body` argument (with other arguments serving as overrides) or via other provider resources to manage the resources (`aws.apigateway.Resource` resource), methods (`aws.apigateway.Method` resource), integrations (`aws.apigateway.Integration` resource), etc. of the REST API. Once the REST API is configured, the `aws.apigateway.Deployment` resource can be used along with the `aws.apigateway.Stage` resource to publish the REST API. > --Note:-- Amazon API Gateway Version 1 resources are used for creating and deploying REST APIs. To create and deploy WebSocket and HTTP APIs, use Amazon API Gateway Version 2 resources. !> --WARN:-- When importing Open API Specifications with the `body` argument, by default the API Gateway REST API will be replaced with the Open API Specification thus removing any existing methods, resources, integrations, or endpoints. Endpoint mutations are asynchronous operations, and race conditions with DNS are possible. To overcome this limitation, use the `put_rest_api_mode` attribute and set it to `merge`.', APIGATEWAY_RestApi.GetTypes(), ), ], [ ResourceType.APIGATEWAY_RESTAPIPOLICY, new ResourceProperty( - "Provides an API Gateway REST API Policy. > --Note:-- Amazon API Gateway Version 1 resources are used for creating and deploying REST APIs. To create and deploy WebSocket and HTTP APIs, use Amazon API Gateway Version 2 resources.", + 'Provides an API Gateway REST API Policy. > --Note:-- Amazon API Gateway Version 1 resources are used for creating and deploying REST APIs. To create and deploy WebSocket and HTTP APIs, use Amazon API Gateway Version 2 resources.', APIGATEWAY_RestApiPolicy.GetTypes(), ), ], [ ResourceType.APIGATEWAY_STAGE, new ResourceProperty( - "Manages an API Gateway Stage. A stage is a named reference to a deployment, which can be done via the `aws.apigateway.Deployment` resource. Stages can be optionally managed further with the `aws.apigateway.BasePathMapping` resource, `aws.apigateway.DomainName` resource, and `aws_api_method_settings` resource. For more information, see the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-stages.html).", + 'Manages an API Gateway Stage. A stage is a named reference to a deployment, which can be done via the `aws.apigateway.Deployment` resource. Stages can be optionally managed further with the `aws.apigateway.BasePathMapping` resource, `aws.apigateway.DomainName` resource, and `aws_api_method_settings` resource. For more information, see the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-stages.html).', APIGATEWAY_Stage.GetTypes(), ), ], [ ResourceType.APIGATEWAY_USAGEPLAN, new ResourceProperty( - "Provides an API Gateway Usage Plan.", + 'Provides an API Gateway Usage Plan.', APIGATEWAY_UsagePlan.GetTypes(), ), ], [ ResourceType.APIGATEWAY_USAGEPLANKEY, new ResourceProperty( - "Provides an API Gateway Usage Plan Key.", + 'Provides an API Gateway Usage Plan Key.', APIGATEWAY_UsagePlanKey.GetTypes(), ), ], [ ResourceType.APIGATEWAY_VPCLINK, new ResourceProperty( - "Provides an API Gateway VPC Link. > --Note:-- Amazon API Gateway Version 1 VPC Links enable private integrations that connect REST APIs to private resources in a VPC. To enable private integration for HTTP APIs, use the Amazon API Gateway Version 2 VPC Link resource.", + 'Provides an API Gateway VPC Link. > --Note:-- Amazon API Gateway Version 1 VPC Links enable private integrations that connect REST APIs to private resources in a VPC. To enable private integration for HTTP APIs, use the Amazon API Gateway Version 2 VPC Link resource.', APIGATEWAY_VpcLink.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_API, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 API. > --Note:-- Amazon API Gateway Version 2 resources are used for creating and deploying WebSocket and HTTP APIs. To create and deploy REST APIs, use Amazon API Gateway Version 1 resources.", + 'Manages an Amazon API Gateway Version 2 API. > --Note:-- Amazon API Gateway Version 2 resources are used for creating and deploying WebSocket and HTTP APIs. To create and deploy REST APIs, use Amazon API Gateway Version 1 resources.', APIGATEWAYV2_Api.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_APIMAPPING, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 API mapping. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html).", + 'Manages an Amazon API Gateway Version 2 API mapping. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html).', APIGATEWAYV2_ApiMapping.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_AUTHORIZER, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 authorizer. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).", + 'Manages an Amazon API Gateway Version 2 authorizer. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).', APIGATEWAYV2_Authorizer.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_DEPLOYMENT, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 deployment. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html). > --Note:-- Creating a deployment for an API requires at least one `aws.apigatewayv2.Route` resource associated with that API. To avoid race conditions when all resources are being created together, you need to add implicit resource references via the `triggers` argument or explicit resource references using the [resource `dependsOn` meta-argument](https://www.pulumi.com/docs/intro/concepts/programming-model/#dependson).", + 'Manages an Amazon API Gateway Version 2 deployment. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html). > --Note:-- Creating a deployment for an API requires at least one `aws.apigatewayv2.Route` resource associated with that API. To avoid race conditions when all resources are being created together, you need to add implicit resource references via the `triggers` argument or explicit resource references using the [resource `dependsOn` meta-argument](https://www.pulumi.com/docs/intro/concepts/programming-model/#dependson).', APIGATEWAYV2_Deployment.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_DOMAINNAME, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 domain name. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html). > --Note:-- This resource establishes ownership of and the TLS settings for a particular domain name. An API stage can be associated with the domain name using the `aws.apigatewayv2.ApiMapping` resource.", + 'Manages an Amazon API Gateway Version 2 domain name. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html). > --Note:-- This resource establishes ownership of and the TLS settings for a particular domain name. An API stage can be associated with the domain name using the `aws.apigatewayv2.ApiMapping` resource.', APIGATEWAYV2_DomainName.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_INTEGRATION, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 integration. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).", + 'Manages an Amazon API Gateway Version 2 integration. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).', APIGATEWAYV2_Integration.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_INTEGRATIONRESPONSE, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 integration response. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).", + 'Manages an Amazon API Gateway Version 2 integration response. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).', APIGATEWAYV2_IntegrationResponse.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_MODEL, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 [model](https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html#models-mappings-models).", + 'Manages an Amazon API Gateway Version 2 [model](https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html#models-mappings-models).', APIGATEWAYV2_Model.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_ROUTE, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 route. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html) for [WebSocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-develop-routes.html) and [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-routes.html) APIs.", + 'Manages an Amazon API Gateway Version 2 route. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html) for [WebSocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-develop-routes.html) and [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-routes.html) APIs.', APIGATEWAYV2_Route.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_ROUTERESPONSE, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 route response. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).", + 'Manages an Amazon API Gateway Version 2 route response. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).', APIGATEWAYV2_RouteResponse.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_STAGE, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 stage. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).", + 'Manages an Amazon API Gateway Version 2 stage. More information can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html).', APIGATEWAYV2_Stage.GetTypes(), ), ], [ ResourceType.APIGATEWAYV2_VPCLINK, new ResourceProperty( - "Manages an Amazon API Gateway Version 2 VPC Link. > --Note:-- Amazon API Gateway Version 2 VPC Links enable private integrations that connect HTTP APIs to private resources in a VPC. To enable private integration for REST APIs, use the Amazon API Gateway Version 1 VPC Link resource.", + 'Manages an Amazon API Gateway Version 2 VPC Link. > --Note:-- Amazon API Gateway Version 2 VPC Links enable private integrations that connect HTTP APIs to private resources in a VPC. To enable private integration for REST APIs, use the Amazon API Gateway Version 1 VPC Link resource.', APIGATEWAYV2_VpcLink.GetTypes(), ), ], [ ResourceType.APPAUTOSCALING_POLICY, new ResourceProperty( - "Provides an Application AutoScaling Policy resource.", + 'Provides an Application AutoScaling Policy resource.', APPAUTOSCALING_Policy.GetTypes(), ), ], [ ResourceType.APPAUTOSCALING_SCHEDULEDACTION, new ResourceProperty( - "Provides an Application AutoScaling ScheduledAction resource.", + 'Provides an Application AutoScaling ScheduledAction resource.', APPAUTOSCALING_ScheduledAction.GetTypes(), ), ], [ ResourceType.APPAUTOSCALING_TARGET, new ResourceProperty( - "Provides an Application AutoScaling ScalableTarget resource. To manage policies which get attached to the target, see the `aws.appautoscaling.Policy` resource. > --NOTE:-- Scalable targets created before 2023-03-20 may not have an assigned `arn`. These resource cannot use `tags` or participate in `default_tags`. To prevent `pulumi preview` showing differences that can never be reconciled, use the `lifecycle.ignore_changes` meta-argument. See the example below. > --NOTE:-- The [Application Auto Scaling service automatically attempts to manage IAM Service-Linked Roles](https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles) when registering certain service namespaces for the first time. To manually manage this role, see the `aws.iam.ServiceLinkedRole` resource.", + 'Provides an Application AutoScaling ScalableTarget resource. To manage policies which get attached to the target, see the `aws.appautoscaling.Policy` resource. > --NOTE:-- Scalable targets created before 2023-03-20 may not have an assigned `arn`. These resource cannot use `tags` or participate in `default_tags`. To prevent `pulumi preview` showing differences that can never be reconciled, use the `lifecycle.ignore_changes` meta-argument. See the example below. > --NOTE:-- The [Application Auto Scaling service automatically attempts to manage IAM Service-Linked Roles](https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles) when registering certain service namespaces for the first time. To manually manage this role, see the `aws.iam.ServiceLinkedRole` resource.', APPAUTOSCALING_Target.GetTypes(), ), ], [ ResourceType.APPCONFIG_APPLICATION, new ResourceProperty( - "Provides an AppConfig Application resource.", + 'Provides an AppConfig Application resource.', APPCONFIG_Application.GetTypes(), ), ], [ ResourceType.APPCONFIG_CONFIGURATIONPROFILE, new ResourceProperty( - "Provides an AppConfig Configuration Profile resource.", + 'Provides an AppConfig Configuration Profile resource.', APPCONFIG_ConfigurationProfile.GetTypes(), ), ], [ ResourceType.APPCONFIG_DEPLOYMENT, new ResourceProperty( - "Provides an AppConfig Deployment resource for an `aws.appconfig.Application` resource.", + 'Provides an AppConfig Deployment resource for an `aws.appconfig.Application` resource.', APPCONFIG_Deployment.GetTypes(), ), ], [ ResourceType.APPCONFIG_DEPLOYMENTSTRATEGY, new ResourceProperty( - "Provides an AppConfig Deployment Strategy resource.", + 'Provides an AppConfig Deployment Strategy resource.', APPCONFIG_DeploymentStrategy.GetTypes(), ), ], [ ResourceType.APPCONFIG_ENVIRONMENT, new ResourceProperty( - "Provides an AppConfig Environment resource for an `aws.appconfig.Application` resource. One or more environments can be defined for an application.", + 'Provides an AppConfig Environment resource for an `aws.appconfig.Application` resource. One or more environments can be defined for an application.', APPCONFIG_Environment.GetTypes(), ), ], [ ResourceType.APPCONFIG_EVENTINTEGRATION, new ResourceProperty( - "Provides an Amazon AppIntegrations Event Integration resource.", + 'Provides an Amazon AppIntegrations Event Integration resource.', APPCONFIG_EventIntegration.GetTypes(), ), ], [ ResourceType.APPCONFIG_EXTENSION, new ResourceProperty( - "Provides an AppConfig Extension resource.", + 'Provides an AppConfig Extension resource.', APPCONFIG_Extension.GetTypes(), ), ], [ ResourceType.APPCONFIG_EXTENSIONASSOCIATION, new ResourceProperty( - "Associates an AppConfig Extension with a Resource.", + 'Associates an AppConfig Extension with a Resource.', APPCONFIG_ExtensionAssociation.GetTypes(), ), ], [ ResourceType.APPCONFIG_HOSTEDCONFIGURATIONVERSION, new ResourceProperty( - "Provides an AppConfig Hosted Configuration Version resource.", + 'Provides an AppConfig Hosted Configuration Version resource.', APPCONFIG_HostedConfigurationVersion.GetTypes(), ), ], [ ResourceType.APPFABRIC_APPAUTHORIZATION, new ResourceProperty( - "Resource for managing an AWS AppFabric App Authorization.", + 'Resource for managing an AWS AppFabric App Authorization.', APPFABRIC_AppAuthorization.GetTypes(), ), ], [ ResourceType.APPFABRIC_APPAUTHORIZATIONCONNECTION, new ResourceProperty( - "Resource for managing an AWS AppFabric App Authorization Connection.", + 'Resource for managing an AWS AppFabric App Authorization Connection.', APPFABRIC_AppAuthorizationConnection.GetTypes(), ), ], [ ResourceType.APPFABRIC_APPBUNDLE, new ResourceProperty( - "Resource for managing an AWS AppFabric AppBundle.", + 'Resource for managing an AWS AppFabric AppBundle.', APPFABRIC_AppBundle.GetTypes(), ), ], [ ResourceType.APPFABRIC_INGESTION, new ResourceProperty( - "Resource for managing an AWS AppFabric Ingestion.", + 'Resource for managing an AWS AppFabric Ingestion.', APPFABRIC_Ingestion.GetTypes(), ), ], [ ResourceType.APPFABRIC_INGESTIONDESTINATION, new ResourceProperty( - "Resource for managing an AWS AppFabric Ingestion Destination.", + 'Resource for managing an AWS AppFabric Ingestion Destination.', APPFABRIC_IngestionDestination.GetTypes(), ), ], [ ResourceType.APPFLOW_CONNECTORPROFILE, new ResourceProperty( - "Provides an AppFlow connector profile resource. For information about AppFlow flows, see the [Amazon AppFlow API Reference](https://docs.aws.amazon.com/appflow/1.0/APIReference/Welcome.html). For specific information about creating an AppFlow connector profile, see the [CreateConnectorProfile](https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html) page in the Amazon AppFlow API Reference.", + 'Provides an AppFlow connector profile resource. For information about AppFlow flows, see the [Amazon AppFlow API Reference](https://docs.aws.amazon.com/appflow/1.0/APIReference/Welcome.html). For specific information about creating an AppFlow connector profile, see the [CreateConnectorProfile](https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html) page in the Amazon AppFlow API Reference.', APPFLOW_ConnectorProfile.GetTypes(), ), ], [ ResourceType.APPFLOW_FLOW, new ResourceProperty( - "Provides an AppFlow flow resource.", + 'Provides an AppFlow flow resource.', APPFLOW_Flow.GetTypes(), ), ], [ ResourceType.APPINTEGRATIONS_DATAINTEGRATION, new ResourceProperty( - "Provides an Amazon AppIntegrations Data Integration resource.", + 'Provides an Amazon AppIntegrations Data Integration resource.', APPINTEGRATIONS_DataIntegration.GetTypes(), ), ], [ ResourceType.APPLICATIONINSIGHTS_APPLICATION, new ResourceProperty( - "Provides a ApplicationInsights Application resource.", + 'Provides a ApplicationInsights Application resource.', APPLICATIONINSIGHTS_Application.GetTypes(), ), ], [ ResourceType.APPMESH_GATEWAYROUTE, new ResourceProperty( - "Provides an AWS App Mesh gateway route resource.", + 'Provides an AWS App Mesh gateway route resource.', APPMESH_GatewayRoute.GetTypes(), ), ], [ ResourceType.APPMESH_MESH, new ResourceProperty( - "Provides an AWS App Mesh service mesh resource.", + 'Provides an AWS App Mesh service mesh resource.', APPMESH_Mesh.GetTypes(), ), ], [ ResourceType.APPMESH_ROUTE, new ResourceProperty( - "Provides an AWS App Mesh route resource.", + 'Provides an AWS App Mesh route resource.', APPMESH_Route.GetTypes(), ), ], [ ResourceType.APPMESH_VIRTUALGATEWAY, new ResourceProperty( - "Provides an AWS App Mesh virtual gateway resource.", + 'Provides an AWS App Mesh virtual gateway resource.', APPMESH_VirtualGateway.GetTypes(), ), ], [ ResourceType.APPMESH_VIRTUALNODE, new ResourceProperty( - "Provides an AWS App Mesh virtual node resource. ## Breaking Changes Because of backward incompatible API changes (read [here](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), `aws.appmesh.VirtualNode` resource definitions created with provider versions earlier than v2.3.0 will need to be modified: - Rename the `service_name` attribute of the `dns` object to `hostname`. - Replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtual_service_name` to the name of the service. The state associated with existing resources will automatically be migrated.", + 'Provides an AWS App Mesh virtual node resource. ## Breaking Changes Because of backward incompatible API changes (read [here](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), `aws.appmesh.VirtualNode` resource definitions created with provider versions earlier than v2.3.0 will need to be modified: - Rename the `service_name` attribute of the `dns` object to `hostname`. - Replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtual_service_name` to the name of the service. The state associated with existing resources will automatically be migrated.', APPMESH_VirtualNode.GetTypes(), ), ], [ ResourceType.APPMESH_VIRTUALROUTER, new ResourceProperty( - "Provides an AWS App Mesh virtual router resource. ## Breaking Changes Because of backward incompatible API changes (read [here](https://github.com/awslabs/aws-app-mesh-examples/issues/92) and [here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), `aws.appmesh.VirtualRouter` resource definitions created with provider versions earlier than v2.3.0 will need to be modified: - Remove service `service_names` from the `spec` argument. AWS has created a `aws.appmesh.VirtualService` resource for each service name. Import these resource using `pulumi import`. - Add a `listener` configuration block to the `spec` argument. The state associated with existing resources will automatically be migrated.", + 'Provides an AWS App Mesh virtual router resource. ## Breaking Changes Because of backward incompatible API changes (read [here](https://github.com/awslabs/aws-app-mesh-examples/issues/92) and [here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), `aws.appmesh.VirtualRouter` resource definitions created with provider versions earlier than v2.3.0 will need to be modified: - Remove service `service_names` from the `spec` argument. AWS has created a `aws.appmesh.VirtualService` resource for each service name. Import these resource using `pulumi import`. - Add a `listener` configuration block to the `spec` argument. The state associated with existing resources will automatically be migrated.', APPMESH_VirtualRouter.GetTypes(), ), ], [ ResourceType.APPMESH_VIRTUALSERVICE, new ResourceProperty( - "Provides an AWS App Mesh virtual service resource.", + 'Provides an AWS App Mesh virtual service resource.', APPMESH_VirtualService.GetTypes(), ), ], [ ResourceType.APPRUNNER_AUTOSCALINGCONFIGURATIONVERSION, new ResourceProperty( - "Manages an App Runner AutoScaling Configuration Version.", + 'Manages an App Runner AutoScaling Configuration Version.', APPRUNNER_AutoScalingConfigurationVersion.GetTypes(), ), ], [ ResourceType.APPRUNNER_CONNECTION, new ResourceProperty( - "Manages an App Runner Connection. > --NOTE:-- After creation, you must complete the authentication handshake using the App Runner console.", + 'Manages an App Runner Connection. > --NOTE:-- After creation, you must complete the authentication handshake using the App Runner console.', APPRUNNER_Connection.GetTypes(), ), ], [ ResourceType.APPRUNNER_CUSTOMDOMAINASSOCIATION, new ResourceProperty( - "Manages an App Runner Custom Domain association. > --NOTE:-- After creation, you must use the information in the `certification_validation_records` attribute to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain (found in the `dns_target` attribute) and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).", + 'Manages an App Runner Custom Domain association. > --NOTE:-- After creation, you must use the information in the `certification_validation_records` attribute to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain (found in the `dns_target` attribute) and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).', APPRUNNER_CustomDomainAssociation.GetTypes(), ), ], @@ -5456,263 +5456,263 @@ export class ResourceProperties { [ ResourceType.APPRUNNER_DEPLOYMENT, new ResourceProperty( - "Manages an App Runner Deployment Operation.", + 'Manages an App Runner Deployment Operation.', APPRUNNER_Deployment.GetTypes(), ), ], [ ResourceType.APPRUNNER_OBSERVABILITYCONFIGURATION, new ResourceProperty( - "Manages an App Runner Observability Configuration.", + 'Manages an App Runner Observability Configuration.', APPRUNNER_ObservabilityConfiguration.GetTypes(), ), ], [ ResourceType.APPRUNNER_SERVICE, new ResourceProperty( - "Manages an App Runner Service.", + 'Manages an App Runner Service.', APPRUNNER_Service.GetTypes(), ), ], [ ResourceType.APPRUNNER_VPCCONNECTOR, new ResourceProperty( - "Manages an App Runner VPC Connector.", + 'Manages an App Runner VPC Connector.', APPRUNNER_VpcConnector.GetTypes(), ), ], [ ResourceType.APPRUNNER_VPCINGRESSCONNECTION, new ResourceProperty( - "Manages an App Runner VPC Ingress Connection.", + 'Manages an App Runner VPC Ingress Connection.', APPRUNNER_VpcIngressConnection.GetTypes(), ), ], [ ResourceType.APPSTREAM_DIRECTORYCONFIG, new ResourceProperty( - "Provides an AppStream Directory Config.", + 'Provides an AppStream Directory Config.', APPSTREAM_DirectoryConfig.GetTypes(), ), ], [ ResourceType.APPSTREAM_FLEET, new ResourceProperty( - "Provides an AppStream fleet.", + 'Provides an AppStream fleet.', APPSTREAM_Fleet.GetTypes(), ), ], [ ResourceType.APPSTREAM_FLEETSTACKASSOCIATION, new ResourceProperty( - "Manages an AppStream Fleet Stack association.", + 'Manages an AppStream Fleet Stack association.', APPSTREAM_FleetStackAssociation.GetTypes(), ), ], [ ResourceType.APPSTREAM_IMAGEBUILDER, new ResourceProperty( - "Provides an AppStream image builder.", + 'Provides an AppStream image builder.', APPSTREAM_ImageBuilder.GetTypes(), ), ], [ ResourceType.APPSTREAM_STACK, new ResourceProperty( - "Provides an AppStream stack.", + 'Provides an AppStream stack.', APPSTREAM_Stack.GetTypes(), ), ], [ ResourceType.APPSTREAM_USER, new ResourceProperty( - "Provides an AppStream user.", + 'Provides an AppStream user.', APPSTREAM_User.GetTypes(), ), ], [ ResourceType.APPSTREAM_USERSTACKASSOCIATION, new ResourceProperty( - "Manages an AppStream User Stack association.", + 'Manages an AppStream User Stack association.', APPSTREAM_UserStackAssociation.GetTypes(), ), ], [ ResourceType.APPSYNC_APICACHE, new ResourceProperty( - "Provides an AppSync API Cache.", + 'Provides an AppSync API Cache.', APPSYNC_ApiCache.GetTypes(), ), ], [ ResourceType.APPSYNC_APIKEY, new ResourceProperty( - "Provides an AppSync API Key.", + 'Provides an AppSync API Key.', APPSYNC_ApiKey.GetTypes(), ), ], [ ResourceType.APPSYNC_DATASOURCE, new ResourceProperty( - "Provides an AppSync Data Source.", + 'Provides an AppSync Data Source.', APPSYNC_DataSource.GetTypes(), ), ], [ ResourceType.APPSYNC_DOMAINNAME, new ResourceProperty( - "Provides an AppSync Domain Name.", + 'Provides an AppSync Domain Name.', APPSYNC_DomainName.GetTypes(), ), ], [ ResourceType.APPSYNC_DOMAINNAMEAPIASSOCIATION, new ResourceProperty( - "Provides an AppSync API Association.", + 'Provides an AppSync API Association.', APPSYNC_DomainNameApiAssociation.GetTypes(), ), ], [ ResourceType.APPSYNC_FUNCTION, new ResourceProperty( - "Provides an AppSync Function.", + 'Provides an AppSync Function.', APPSYNC_Function.GetTypes(), ), ], [ ResourceType.APPSYNC_GRAPHQLAPI, - new ResourceProperty("", APPSYNC_GraphQLApi.GetTypes()), + new ResourceProperty('', APPSYNC_GraphQLApi.GetTypes()), ], [ ResourceType.APPSYNC_RESOLVER, new ResourceProperty( - "Provides an AppSync Resolver.", + 'Provides an AppSync Resolver.', APPSYNC_Resolver.GetTypes(), ), ], [ ResourceType.APPSYNC_TYPE, new ResourceProperty( - "Provides an AppSync Type.", + 'Provides an AppSync Type.', APPSYNC_Type.GetTypes(), ), ], [ ResourceType.ATHENA_DATABASE, new ResourceProperty( - "Provides an Athena database.", + 'Provides an Athena database.', ATHENA_Database.GetTypes(), ), ], [ ResourceType.ATHENA_DATACATALOG, new ResourceProperty( - "Provides an Athena data catalog. More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html). > --Tip:-- for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)", + 'Provides an Athena data catalog. More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html). > --Tip:-- for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)', ATHENA_DataCatalog.GetTypes(), ), ], [ ResourceType.ATHENA_NAMEDQUERY, new ResourceProperty( - "Provides an Athena Named Query resource.", + 'Provides an Athena Named Query resource.', ATHENA_NamedQuery.GetTypes(), ), ], [ ResourceType.ATHENA_PREPAREDSTATEMENT, new ResourceProperty( - "Resource for managing an Athena Prepared Statement.", + 'Resource for managing an Athena Prepared Statement.', ATHENA_PreparedStatement.GetTypes(), ), ], [ ResourceType.ATHENA_WORKGROUP, new ResourceProperty( - "Provides an Athena Workgroup.", + 'Provides an Athena Workgroup.', ATHENA_Workgroup.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_ACCOUNTREGISTRATION, new ResourceProperty( - "Resource for managing AWS Audit Manager Account Registration.", + 'Resource for managing AWS Audit Manager Account Registration.', AUDITMANAGER_AccountRegistration.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_ASSESSMENT, new ResourceProperty( - "Resource for managing an AWS Audit Manager Assessment.", + 'Resource for managing an AWS Audit Manager Assessment.', AUDITMANAGER_Assessment.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_ASSESSMENTDELEGATION, new ResourceProperty( - "Resource for managing an AWS Audit Manager Assessment Delegation.", + 'Resource for managing an AWS Audit Manager Assessment Delegation.', AUDITMANAGER_AssessmentDelegation.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_ASSESSMENTREPORT, new ResourceProperty( - "Resource for managing an AWS Audit Manager Assessment Report.", + 'Resource for managing an AWS Audit Manager Assessment Report.', AUDITMANAGER_AssessmentReport.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_CONTROL, new ResourceProperty( - "Resource for managing an AWS Audit Manager Control.", + 'Resource for managing an AWS Audit Manager Control.', AUDITMANAGER_Control.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_FRAMEWORK, new ResourceProperty( - "Resource for managing an AWS Audit Manager Framework.", + 'Resource for managing an AWS Audit Manager Framework.', AUDITMANAGER_Framework.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_FRAMEWORKSHARE, new ResourceProperty( - "Resource for managing an AWS Audit Manager Framework Share.", + 'Resource for managing an AWS Audit Manager Framework Share.', AUDITMANAGER_FrameworkShare.GetTypes(), ), ], [ ResourceType.AUDITMANAGER_ORGANIZATIONADMINACCOUNTREGISTRATION, new ResourceProperty( - "Resource for managing AWS Audit Manager Organization Admin Account Registration.", + 'Resource for managing AWS Audit Manager Organization Admin Account Registration.', AUDITMANAGER_OrganizationAdminAccountRegistration.GetTypes(), ), ], [ ResourceType.AUTOSCALING_ATTACHMENT, new ResourceProperty( - "Attaches a load balancer to an Auto Scaling group. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.", + 'Attaches a load balancer to an Auto Scaling group. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.', AUTOSCALING_Attachment.GetTypes(), ), ], [ ResourceType.AUTOSCALING_GROUP, new ResourceProperty( - "Provides an Auto Scaling Group resource. > --Note:-- You must specify either `launch_configuration`, `launch_template`, or `mixed_instances_policy`. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.", + 'Provides an Auto Scaling Group resource. > --Note:-- You must specify either `launch_configuration`, `launch_template`, or `mixed_instances_policy`. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.', AUTOSCALING_Group.GetTypes(), ), ], [ ResourceType.AUTOSCALING_LIFECYCLEHOOK, new ResourceProperty( - "Provides an AutoScaling Lifecycle Hook resource. > --NOTE:-- This provider has two types of ways you can add lifecycle hooks - via the `initial_lifecycle_hook` attribute from the `aws.autoscaling.Group` resource, or via this one. Hooks added via this resource will not be added until the autoscaling group has been created, and depending on your capacity settings, after the initial instances have been launched, creating unintended behavior. If you need hooks to run on all instances, add them with `initial_lifecycle_hook` in `aws.autoscaling.Group`, but take care to not duplicate those hooks with this resource.", + 'Provides an AutoScaling Lifecycle Hook resource. > --NOTE:-- This provider has two types of ways you can add lifecycle hooks - via the `initial_lifecycle_hook` attribute from the `aws.autoscaling.Group` resource, or via this one. Hooks added via this resource will not be added until the autoscaling group has been created, and depending on your capacity settings, after the initial instances have been launched, creating unintended behavior. If you need hooks to run on all instances, add them with `initial_lifecycle_hook` in `aws.autoscaling.Group`, but take care to not duplicate those hooks with this resource.', AUTOSCALING_LifecycleHook.GetTypes(), ), ], [ ResourceType.AUTOSCALING_NOTIFICATION, new ResourceProperty( - "Provides an AutoScaling Group with Notification support, via SNS Topics. Each of the `notifications` map to a [Notification Configuration](https://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeNotificationConfigurations.html) inside Amazon Web Services, and are applied to each AutoScaling Group you supply.", + 'Provides an AutoScaling Group with Notification support, via SNS Topics. Each of the `notifications` map to a [Notification Configuration](https://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeNotificationConfigurations.html) inside Amazon Web Services, and are applied to each AutoScaling Group you supply.', AUTOSCALING_Notification.GetTypes(), ), ], @@ -5726,354 +5726,354 @@ export class ResourceProperties { [ ResourceType.AUTOSCALING_SCHEDULE, new ResourceProperty( - "Provides an AutoScaling Schedule resource.", + 'Provides an AutoScaling Schedule resource.', AUTOSCALING_Schedule.GetTypes(), ), ], [ ResourceType.AUTOSCALING_TAG, new ResourceProperty( - "Manages an individual Autoscaling Group (ASG) tag. This resource should only be used in cases where ASGs are created outside the provider (e.g., ASGs implicitly created by EKS Node Groups).", + 'Manages an individual Autoscaling Group (ASG) tag. This resource should only be used in cases where ASGs are created outside the provider (e.g., ASGs implicitly created by EKS Node Groups).', AUTOSCALING_Tag.GetTypes(), ), ], [ ResourceType.AUTOSCALING_TRAFFICSOURCEATTACHMENT, new ResourceProperty( - "Attaches a traffic source to an Auto Scaling group. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.", + 'Attaches a traffic source to an Auto Scaling group. > --NOTE on Auto Scaling Groups, Attachments and Traffic Source Attachments:-- Pulumi provides standalone Attachment (for attaching Classic Load Balancers and Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target groups) and Traffic Source Attachment (for attaching Load Balancers and VPC Lattice target groups) resources and an Auto Scaling Group resource with `load_balancers`, `target_group_arns` and `traffic_source` attributes. Do not use the same traffic source in more than one of these resources. Doing so will cause a conflict of attachments. A `lifecycle` configuration block can be used to suppress differences if necessary.', AUTOSCALING_TrafficSourceAttachment.GetTypes(), ), ], [ ResourceType.AUTOSCALINGPLANS_SCALINGPLAN, new ResourceProperty( - "Manages an AWS Auto Scaling scaling plan. More information can be found in the [AWS Auto Scaling User Guide](https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html). > --NOTE:-- The AWS Auto Scaling service uses an AWS IAM service-linked role to manage predictive scaling of Amazon EC2 Auto Scaling groups. The service attempts to automatically create this role the first time a scaling plan with predictive scaling enabled is created. An `aws.iam.ServiceLinkedRole` resource can be used to manually manage this role. See the [AWS documentation](https://docs.aws.amazon.com/autoscaling/plans/userguide/aws-auto-scaling-service-linked-roles.html#create-service-linked-role-manual) for more details.", + 'Manages an AWS Auto Scaling scaling plan. More information can be found in the [AWS Auto Scaling User Guide](https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html). > --NOTE:-- The AWS Auto Scaling service uses an AWS IAM service-linked role to manage predictive scaling of Amazon EC2 Auto Scaling groups. The service attempts to automatically create this role the first time a scaling plan with predictive scaling enabled is created. An `aws.iam.ServiceLinkedRole` resource can be used to manually manage this role. See the [AWS documentation](https://docs.aws.amazon.com/autoscaling/plans/userguide/aws-auto-scaling-service-linked-roles.html#create-service-linked-role-manual) for more details.', AUTOSCALINGPLANS_ScalingPlan.GetTypes(), ), ], [ ResourceType.BACKUP_FRAMEWORK, new ResourceProperty( - "Provides an AWS Backup Framework resource. > --Note:-- For the Deployment Status of the Framework to be successful, please turn on resource tracking to enable AWS Config recording to track configuration changes of your backup resources. This can be done from the AWS Console.", + 'Provides an AWS Backup Framework resource. > --Note:-- For the Deployment Status of the Framework to be successful, please turn on resource tracking to enable AWS Config recording to track configuration changes of your backup resources. This can be done from the AWS Console.', BACKUP_Framework.GetTypes(), ), ], [ ResourceType.BACKUP_GLOBALSETTINGS, new ResourceProperty( - "Provides an AWS Backup Global Settings resource.", + 'Provides an AWS Backup Global Settings resource.', BACKUP_GlobalSettings.GetTypes(), ), ], [ ResourceType.BACKUP_PLAN, new ResourceProperty( - "Provides an AWS Backup plan resource.", + 'Provides an AWS Backup plan resource.', BACKUP_Plan.GetTypes(), ), ], [ ResourceType.BACKUP_REGIONSETTINGS, new ResourceProperty( - "Provides an AWS Backup Region Settings resource.", + 'Provides an AWS Backup Region Settings resource.', BACKUP_RegionSettings.GetTypes(), ), ], [ ResourceType.BACKUP_REPORTPLAN, new ResourceProperty( - "Provides an AWS Backup Report Plan resource.", + 'Provides an AWS Backup Report Plan resource.', BACKUP_ReportPlan.GetTypes(), ), ], [ ResourceType.BACKUP_SELECTION, new ResourceProperty( - "Manages selection conditions for AWS Backup plan resources.", + 'Manages selection conditions for AWS Backup plan resources.', BACKUP_Selection.GetTypes(), ), ], [ ResourceType.BACKUP_VAULT, new ResourceProperty( - "Provides an AWS Backup vault resource.", + 'Provides an AWS Backup vault resource.', BACKUP_Vault.GetTypes(), ), ], [ ResourceType.BACKUP_VAULTLOCKCONFIGURATION, new ResourceProperty( - "Provides an AWS Backup vault lock configuration resource.", + 'Provides an AWS Backup vault lock configuration resource.', BACKUP_VaultLockConfiguration.GetTypes(), ), ], [ ResourceType.BACKUP_VAULTNOTIFICATIONS, new ResourceProperty( - "Provides an AWS Backup vault notifications resource.", + 'Provides an AWS Backup vault notifications resource.', BACKUP_VaultNotifications.GetTypes(), ), ], [ ResourceType.BACKUP_VAULTPOLICY, new ResourceProperty( - "Provides an AWS Backup vault policy resource.", + 'Provides an AWS Backup vault policy resource.', BACKUP_VaultPolicy.GetTypes(), ), ], [ ResourceType.BATCH_COMPUTEENVIRONMENT, new ResourceProperty( - "Creates a AWS Batch compute environment. Compute environments contain the Amazon ECS container instances that are used to run containerized batch jobs. For information about AWS Batch, see [What is AWS Batch?](http://docs.aws.amazon.com/batch/latest/userguide/what-is-batch.html) . For information about compute environment, see [Compute Environments](http://docs.aws.amazon.com/batch/latest/userguide/compute_environments.html) . > --Note:-- To prevent a race condition during environment deletion, make sure to set `depends_on` to the related `aws.iam.RolePolicyAttachment`; otherwise, the policy may be destroyed too soon and the compute environment will then get stuck in the `DELETING` state, see [Troubleshooting AWS Batch](http://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html) .", + 'Creates a AWS Batch compute environment. Compute environments contain the Amazon ECS container instances that are used to run containerized batch jobs. For information about AWS Batch, see [What is AWS Batch?](http://docs.aws.amazon.com/batch/latest/userguide/what-is-batch.html) . For information about compute environment, see [Compute Environments](http://docs.aws.amazon.com/batch/latest/userguide/compute_environments.html) . > --Note:-- To prevent a race condition during environment deletion, make sure to set `depends_on` to the related `aws.iam.RolePolicyAttachment`; otherwise, the policy may be destroyed too soon and the compute environment will then get stuck in the `DELETING` state, see [Troubleshooting AWS Batch](http://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html) .', BATCH_ComputeEnvironment.GetTypes(), ), ], [ ResourceType.BATCH_JOBDEFINITION, new ResourceProperty( - "Provides a Batch Job Definition resource.", + 'Provides a Batch Job Definition resource.', BATCH_JobDefinition.GetTypes(), ), ], [ ResourceType.BATCH_JOBQUEUE, new ResourceProperty( - "Provides a Batch Job Queue resource.", + 'Provides a Batch Job Queue resource.', BATCH_JobQueue.GetTypes(), ), ], [ ResourceType.BATCH_SCHEDULINGPOLICY, new ResourceProperty( - "Provides a Batch Scheduling Policy resource.", + 'Provides a Batch Scheduling Policy resource.', BATCH_SchedulingPolicy.GetTypes(), ), ], [ ResourceType.BCMDATA_EXPORT, new ResourceProperty( - "Resource for managing an AWS BCM Data Exports Export.", + 'Resource for managing an AWS BCM Data Exports Export.', BCMDATA_Export.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTAGENT, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Agent.", + 'Resource for managing an AWS Agents for Amazon Bedrock Agent.', BEDROCK_AgentAgent.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTAGENTACTIONGROUP, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Agent Action Group.", + 'Resource for managing an AWS Agents for Amazon Bedrock Agent Action Group.', BEDROCK_AgentAgentActionGroup.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTAGENTALIAS, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Agent Alias.", + 'Resource for managing an AWS Agents for Amazon Bedrock Agent Alias.', BEDROCK_AgentAgentAlias.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTAGENTKNOWLEDGEBASEASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Agent Knowledge Base Association.", + 'Resource for managing an AWS Agents for Amazon Bedrock Agent Knowledge Base Association.', BEDROCK_AgentAgentKnowledgeBaseAssociation.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTDATASOURCE, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Data Source.", + 'Resource for managing an AWS Agents for Amazon Bedrock Data Source.', BEDROCK_AgentDataSource.GetTypes(), ), ], [ ResourceType.BEDROCK_AGENTKNOWLEDGEBASE, new ResourceProperty( - "Resource for managing an AWS Agents for Amazon Bedrock Knowledge Base.", + 'Resource for managing an AWS Agents for Amazon Bedrock Knowledge Base.', BEDROCK_AgentKnowledgeBase.GetTypes(), ), ], [ ResourceType.BEDROCK_CUSTOMMODEL, - new ResourceProperty("", BEDROCK_CustomModel.GetTypes()), + new ResourceProperty('', BEDROCK_CustomModel.GetTypes()), ], [ ResourceType.BEDROCK_GUARDRAIL, new ResourceProperty( - "Resource for managing an Amazon Bedrock Guardrail.", + 'Resource for managing an Amazon Bedrock Guardrail.', BEDROCK_Guardrail.GetTypes(), ), ], [ ResourceType.BEDROCK_PROVISIONEDMODELTHROUGHPUT, new ResourceProperty( - "Manages [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) for an Amazon Bedrock model.", + 'Manages [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) for an Amazon Bedrock model.', BEDROCK_ProvisionedModelThroughput.GetTypes(), ), ], [ ResourceType.BEDROCKMODEL_INVOCATIONLOGGINGCONFIGURATION, new ResourceProperty( - "Manages Bedrock model invocation logging configuration. > Model invocation logging is configured per AWS region. To avoid overwriting settings, this resource should not be defined in multiple configurations.", + 'Manages Bedrock model invocation logging configuration. > Model invocation logging is configured per AWS region. To avoid overwriting settings, this resource should not be defined in multiple configurations.', BEDROCKMODEL_InvocationLoggingConfiguration.GetTypes(), ), ], [ ResourceType.BUDGETS_BUDGET, new ResourceProperty( - "Provides a budgets budget resource. Budgets use the cost visualization provided by Cost Explorer to show you the status of your budgets, to provide forecasts of your estimated costs, and to track your AWS usage, including your free tier usage.", + 'Provides a budgets budget resource. Budgets use the cost visualization provided by Cost Explorer to show you the status of your budgets, to provide forecasts of your estimated costs, and to track your AWS usage, including your free tier usage.', BUDGETS_Budget.GetTypes(), ), ], [ ResourceType.BUDGETS_BUDGETACTION, new ResourceProperty( - "Provides a budget action resource. Budget actions are cost savings controls that run either automatically on your behalf or by using a workflow approval process.", + 'Provides a budget action resource. Budget actions are cost savings controls that run either automatically on your behalf or by using a workflow approval process.', BUDGETS_BudgetAction.GetTypes(), ), ], [ ResourceType.CFG_AGGREGATEAUTHORIZATION, new ResourceProperty( - "Manages an AWS Config Aggregate Authorization", + 'Manages an AWS Config Aggregate Authorization', CFG_AggregateAuthorization.GetTypes(), ), ], [ ResourceType.CFG_CONFIGURATIONAGGREGATOR, new ResourceProperty( - "Manages an AWS Config Configuration Aggregator", + 'Manages an AWS Config Configuration Aggregator', CFG_ConfigurationAggregator.GetTypes(), ), ], [ ResourceType.CFG_CONFORMANCEPACK, new ResourceProperty( - "Manages a Config Conformance Pack. More information about this collection of Config rules and remediation actions can be found in the [Conformance Packs](https://docs.aws.amazon.com/config/latest/developerguide/conformance-packs.html) documentation. Sample Conformance Pack templates may be found in the [AWS Config Rules Repository](https://github.com/awslabs/aws-config-rules/tree/master/aws-config-conformance-packs). > --NOTE:-- The account must have a Configuration Recorder with proper IAM permissions before the Conformance Pack will successfully create or update. See also the `aws.cfg.Recorder` resource.", + 'Manages a Config Conformance Pack. More information about this collection of Config rules and remediation actions can be found in the [Conformance Packs](https://docs.aws.amazon.com/config/latest/developerguide/conformance-packs.html) documentation. Sample Conformance Pack templates may be found in the [AWS Config Rules Repository](https://github.com/awslabs/aws-config-rules/tree/master/aws-config-conformance-packs). > --NOTE:-- The account must have a Configuration Recorder with proper IAM permissions before the Conformance Pack will successfully create or update. See also the `aws.cfg.Recorder` resource.', CFG_ConformancePack.GetTypes(), ), ], [ ResourceType.CFG_DELIVERYCHANNEL, new ResourceProperty( - "Provides an AWS Config Delivery Channel. > --Note:-- Delivery Channel requires a Configuration Recorder to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.", + 'Provides an AWS Config Delivery Channel. > --Note:-- Delivery Channel requires a Configuration Recorder to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.', CFG_DeliveryChannel.GetTypes(), ), ], [ ResourceType.CFG_ORGANIZATIONCONFORMANCEPACK, new ResourceProperty( - "Manages a Config Organization Conformance Pack. More information can be found in the [Managing Conformance Packs Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. Example conformance pack templates may be found in the [AWS Config Rules Repository](https://github.com/awslabs/aws-config-rules/tree/master/aws-config-conformance-packs). > --NOTE:-- This resource must be created in the Organization master account or a delegated administrator account, and the Organization must have all features enabled. Every Organization account except those configured in the `excluded_accounts` argument must have a Configuration Recorder with proper IAM permissions before the Organization Conformance Pack will successfully create or update. See also the `aws.cfg.Recorder` resource.", + 'Manages a Config Organization Conformance Pack. More information can be found in the [Managing Conformance Packs Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. Example conformance pack templates may be found in the [AWS Config Rules Repository](https://github.com/awslabs/aws-config-rules/tree/master/aws-config-conformance-packs). > --NOTE:-- This resource must be created in the Organization master account or a delegated administrator account, and the Organization must have all features enabled. Every Organization account except those configured in the `excluded_accounts` argument must have a Configuration Recorder with proper IAM permissions before the Organization Conformance Pack will successfully create or update. See also the `aws.cfg.Recorder` resource.', CFG_OrganizationConformancePack.GetTypes(), ), ], [ ResourceType.CFG_ORGANIZATIONCUSTOMPOLICYRULE, new ResourceProperty( - "Manages a Config Organization Custom Policy Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Managed Rules (those invoking an AWS managed rule), see the `aws_config_organization_managed__rule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument.", + 'Manages a Config Organization Custom Policy Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Managed Rules (those invoking an AWS managed rule), see the `aws_config_organization_managed__rule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument.', CFG_OrganizationCustomPolicyRule.GetTypes(), ), ], [ ResourceType.CFG_ORGANIZATIONCUSTOMRULE, new ResourceProperty( - "Manages a Config Organization Custom Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Managed Rules (those invoking an AWS managed rule), see the `aws_config_organization_managed__rule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument. > --NOTE:-- The proper Lambda permission to allow the AWS Config service invoke the Lambda Function must be in place before the rule will successfully create or update. See also the `aws.lambda.Permission` resource.", + 'Manages a Config Organization Custom Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Managed Rules (those invoking an AWS managed rule), see the `aws_config_organization_managed__rule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument. > --NOTE:-- The proper Lambda permission to allow the AWS Config service invoke the Lambda Function must be in place before the rule will successfully create or update. See also the `aws.lambda.Permission` resource.', CFG_OrganizationCustomRule.GetTypes(), ), ], [ ResourceType.CFG_ORGANIZATIONMANAGEDRULE, new ResourceProperty( - "Manages a Config Organization Managed Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Custom Rules (those invoking a custom Lambda Function), see the `aws.cfg.OrganizationCustomRule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument. > --NOTE:-- Every Organization account except those configured in the `excluded_accounts` argument must have a Configuration Recorder with proper IAM permissions before the rule will successfully create or update. See also the `aws.cfg.Recorder` resource.", + 'Manages a Config Organization Managed Rule. More information about these rules can be found in the [Enabling AWS Config Rules Across all Accounts in Your Organization](https://docs.aws.amazon.com/config/latest/developerguide/config-rule-multi-account-deployment.html) and [AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html) documentation. For working with Organization Custom Rules (those invoking a custom Lambda Function), see the `aws.cfg.OrganizationCustomRule` resource. > --NOTE:-- This resource must be created in the Organization master account and rules will include the master account unless its ID is added to the `excluded_accounts` argument. > --NOTE:-- Every Organization account except those configured in the `excluded_accounts` argument must have a Configuration Recorder with proper IAM permissions before the rule will successfully create or update. See also the `aws.cfg.Recorder` resource.', CFG_OrganizationManagedRule.GetTypes(), ), ], [ ResourceType.CFG_RECORDER, new ResourceProperty( - "Provides an AWS Config Configuration Recorder. Please note that this resource --does not start-- the created recorder automatically. > --Note:-- _Starting_ the Configuration Recorder requires a delivery channel (while delivery channel creation requires Configuration Recorder). This is why `aws.cfg.RecorderStatus` is a separate resource.", + 'Provides an AWS Config Configuration Recorder. Please note that this resource --does not start-- the created recorder automatically. > --Note:-- _Starting_ the Configuration Recorder requires a delivery channel (while delivery channel creation requires Configuration Recorder). This is why `aws.cfg.RecorderStatus` is a separate resource.', CFG_Recorder.GetTypes(), ), ], [ ResourceType.CFG_RECORDERSTATUS, new ResourceProperty( - "Manages status (recording / stopped) of an AWS Config Configuration Recorder. > --Note:-- Starting Configuration Recorder requires a Delivery Channel to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.", + 'Manages status (recording / stopped) of an AWS Config Configuration Recorder. > --Note:-- Starting Configuration Recorder requires a Delivery Channel to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.', CFG_RecorderStatus.GetTypes(), ), ], [ ResourceType.CFG_REMEDIATIONCONFIGURATION, new ResourceProperty( - "Provides an AWS Config Remediation Configuration. > --Note:-- Config Remediation Configuration requires an existing Config Rule to be present.", + 'Provides an AWS Config Remediation Configuration. > --Note:-- Config Remediation Configuration requires an existing Config Rule to be present.', CFG_RemediationConfiguration.GetTypes(), ), ], [ ResourceType.CFG_RETENTIONCONFIGURATION, new ResourceProperty( - "Provides a resource to manage the AWS Config retention configuration. The retention configuration defines the number of days that AWS Config stores historical information.", + 'Provides a resource to manage the AWS Config retention configuration. The retention configuration defines the number of days that AWS Config stores historical information.', CFG_RetentionConfiguration.GetTypes(), ), ], [ ResourceType.CFG_RULE, new ResourceProperty( - "Provides an AWS Config Rule. > --Note:-- Config Rule requires an existing Configuration Recorder to be present. Use of `depends_on` is recommended (as shown below) to avoid race conditions.", + 'Provides an AWS Config Rule. > --Note:-- Config Rule requires an existing Configuration Recorder to be present. Use of `depends_on` is recommended (as shown below) to avoid race conditions.', CFG_Rule.GetTypes(), ), ], [ ResourceType.CHATBOT_SLACKCHANNELCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS Chatbot Slack Channel Configuration.", + 'Resource for managing an AWS Chatbot Slack Channel Configuration.', CHATBOT_SlackChannelConfiguration.GetTypes(), ), ], [ ResourceType.CHATBOT_TEAMSCHANNELCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS Chatbot Microsoft Teams Channel Configuration. > --NOTE:-- We provide this resource on a best-effort basis. If you are able to test it and find it useful, we welcome your input at GitHub.", + 'Resource for managing an AWS Chatbot Microsoft Teams Channel Configuration. > --NOTE:-- We provide this resource on a best-effort basis. If you are able to test it and find it useful, we welcome your input at GitHub.', CHATBOT_TeamsChannelConfiguration.GetTypes(), ), ], [ ResourceType.CHIME_SDKVOICEGLOBALSETTINGS, new ResourceProperty( - "Resource for managing Amazon Chime SDK Voice Global Settings.", + 'Resource for managing Amazon Chime SDK Voice Global Settings.', CHIME_SdkvoiceGlobalSettings.GetTypes(), ), ], [ ResourceType.CHIME_SDKVOICESIPMEDIAAPPLICATION, new ResourceProperty( - "A ChimeSDKVoice SIP Media Application is a managed object that passes values from a SIP rule to a target AWS Lambda function.", + 'A ChimeSDKVoice SIP Media Application is a managed object that passes values from a SIP rule to a target AWS Lambda function.', CHIME_SdkvoiceSipMediaApplication.GetTypes(), ), ], [ ResourceType.CHIME_SDKVOICESIPRULE, new ResourceProperty( - "A SIP rule associates your SIP media application with a phone number or a Request URI hostname. You can associate a SIP rule with more than one SIP media application. Each application then runs only that rule.", + 'A SIP rule associates your SIP media application with a phone number or a Request URI hostname. You can associate a SIP rule with more than one SIP media application. Each application then runs only that rule.', CHIME_SdkvoiceSipRule.GetTypes(), ), ], [ ResourceType.CHIME_SDKVOICEVOICEPROFILEDOMAIN, new ResourceProperty( - "Resource for managing an AWS Chime SDK Voice Profile Domain.", + 'Resource for managing an AWS Chime SDK Voice Profile Domain.', CHIME_SdkvoiceVoiceProfileDomain.GetTypes(), ), ], [ ResourceType.CHIME_VOICECONNECTOR, new ResourceProperty( - "Enables you to connect your phone system to the telephone network at a substantial cost savings by using SIP trunking.", + 'Enables you to connect your phone system to the telephone network at a substantial cost savings by using SIP trunking.', CHIME_VoiceConnector.GetTypes(), ), ], @@ -6087,450 +6087,450 @@ export class ResourceProperties { [ ResourceType.CHIME_VOICECONNECTORLOGGING, new ResourceProperty( - "Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.", + 'Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.', CHIME_VoiceConnectorLogging.GetTypes(), ), ], [ ResourceType.CHIME_VOICECONNECTORORGANIZATION, new ResourceProperty( - "Enable origination settings to control inbound calling to your SIP infrastructure.", + 'Enable origination settings to control inbound calling to your SIP infrastructure.', CHIME_VoiceConnectorOrganization.GetTypes(), ), ], [ ResourceType.CHIME_VOICECONNECTORSTREAMING, new ResourceProperty( - "Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Amazon Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.", + 'Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Amazon Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.', CHIME_VoiceConnectorStreaming.GetTypes(), ), ], [ ResourceType.CHIME_VOICECONNECTORTERMINATION, new ResourceProperty( - "Enable Termination settings to control outbound calling from your SIP infrastructure.", + 'Enable Termination settings to control outbound calling from your SIP infrastructure.', CHIME_VoiceConnectorTermination.GetTypes(), ), ], [ ResourceType.CHIME_VOICECONNECTORTERMINATIONCREDENTIALS, new ResourceProperty( - "Adds termination SIP credentials for the specified Amazon Chime Voice Connector. > --Note:-- Voice Connector Termination Credentials requires a Voice Connector Termination to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.", + 'Adds termination SIP credentials for the specified Amazon Chime Voice Connector. > --Note:-- Voice Connector Termination Credentials requires a Voice Connector Termination to be present. Use of `depends_on` (as shown below) is recommended to avoid race conditions.', CHIME_VoiceConnectorTerminationCredentials.GetTypes(), ), ], [ ResourceType.CHIMESDKMEDIAPIPELINES_MEDIAINSIGHTSPIPELINECONFIGURATION, new ResourceProperty( - "Resource for managing an AWS Chime SDK Media Pipelines Media Insights Pipeline Configuration. Consult the [Call analytics developer guide](https://docs.aws.amazon.com/chime-sdk/latest/dg/call-analytics.html) for more detailed information about usage.", + 'Resource for managing an AWS Chime SDK Media Pipelines Media Insights Pipeline Configuration. Consult the [Call analytics developer guide](https://docs.aws.amazon.com/chime-sdk/latest/dg/call-analytics.html) for more detailed information about usage.', CHIMESDKMEDIAPIPELINES_MediaInsightsPipelineConfiguration.GetTypes(), ), ], [ ResourceType.CLEANROOMS_COLLABORATION, new ResourceProperty( - "Provides a AWS Clean Rooms collaboration. All members included in the definition will be invited to join the collaboration and can create memberships.", + 'Provides a AWS Clean Rooms collaboration. All members included in the definition will be invited to join the collaboration and can create memberships.', CLEANROOMS_Collaboration.GetTypes(), ), ], [ ResourceType.CLEANROOMS_CONFIGUREDTABLE, new ResourceProperty( - "Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.", + 'Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.', CLEANROOMS_ConfiguredTable.GetTypes(), ), ], [ ResourceType.CLOUD9_ENVIRONMENTEC2, new ResourceProperty( - "Provides a Cloud9 EC2 Development Environment.", + 'Provides a Cloud9 EC2 Development Environment.', CLOUD9_EnvironmentEC2.GetTypes(), ), ], [ ResourceType.CLOUD9_ENVIRONMENTMEMBERSHIP, new ResourceProperty( - "Provides an environment member to an AWS Cloud9 development environment.", + 'Provides an environment member to an AWS Cloud9 development environment.', CLOUD9_EnvironmentMembership.GetTypes(), ), ], [ ResourceType.CLOUDCONTROL_RESOURCE, new ResourceProperty( - "Manages a Cloud Control API Resource. The configuration and lifecycle handling of these resources is proxied through Cloud Control API handlers to the backend service.", + 'Manages a Cloud Control API Resource. The configuration and lifecycle handling of these resources is proxied through Cloud Control API handlers to the backend service.', CLOUDCONTROL_Resource.GetTypes(), ), ], [ ResourceType.CLOUDFORMATION_CLOUDFORMATIONTYPE, new ResourceProperty( - "Manages a version of a CloudFormation Type.", + 'Manages a version of a CloudFormation Type.', CLOUDFORMATION_CloudFormationType.GetTypes(), ), ], [ ResourceType.CLOUDFORMATION_STACK, new ResourceProperty( - "Provides a CloudFormation Stack resource.", + 'Provides a CloudFormation Stack resource.', CLOUDFORMATION_Stack.GetTypes(), ), ], [ ResourceType.CLOUDFORMATION_STACKSET, new ResourceProperty( - "Manages a CloudFormation StackSet. StackSets allow CloudFormation templates to be easily deployed across multiple accounts and regions via StackSet Instances (`aws.cloudformation.StackSetInstance` resource). Additional information about StackSets can be found in the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html). > --NOTE:-- All template parameters, including those with a `Default`, must be configured or ignored with the `lifecycle` configuration block `ignore_changes` argument. > --NOTE:-- All `NoEcho` template parameters must be ignored with the `lifecycle` configuration block `ignore_changes` argument. > --NOTE:-- When using a delegated administrator account, ensure that your IAM User or Role has the `organizations:ListDelegatedAdministrators` permission. Otherwise, you may get an error like `ValidationError: Account used is not a delegated administrator`.", + 'Manages a CloudFormation StackSet. StackSets allow CloudFormation templates to be easily deployed across multiple accounts and regions via StackSet Instances (`aws.cloudformation.StackSetInstance` resource). Additional information about StackSets can be found in the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html). > --NOTE:-- All template parameters, including those with a `Default`, must be configured or ignored with the `lifecycle` configuration block `ignore_changes` argument. > --NOTE:-- All `NoEcho` template parameters must be ignored with the `lifecycle` configuration block `ignore_changes` argument. > --NOTE:-- When using a delegated administrator account, ensure that your IAM User or Role has the `organizations:ListDelegatedAdministrators` permission. Otherwise, you may get an error like `ValidationError: Account used is not a delegated administrator`.', CLOUDFORMATION_StackSet.GetTypes(), ), ], [ ResourceType.CLOUDFORMATION_STACKSETINSTANCE, new ResourceProperty( - "Manages a CloudFormation StackSet Instance. Instances are managed in the account and region of the StackSet after the target account permissions have been configured. Additional information about StackSets can be found in the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html). > --NOTE:-- All target accounts must have an IAM Role created that matches the name of the execution role configured in the StackSet (the `execution_role_name` argument in the `aws.cloudformation.StackSet` resource) in a trust relationship with the administrative account or administration IAM Role. The execution role must have appropriate permissions to manage resources defined in the template along with those required for StackSets to operate. See the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html) for more details. > --NOTE:-- To retain the Stack during resource destroy, ensure `retain_stack` has been set to `true` in the state first. This must be completed _before_ a deployment that would destroy the resource.", + 'Manages a CloudFormation StackSet Instance. Instances are managed in the account and region of the StackSet after the target account permissions have been configured. Additional information about StackSets can be found in the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html). > --NOTE:-- All target accounts must have an IAM Role created that matches the name of the execution role configured in the StackSet (the `execution_role_name` argument in the `aws.cloudformation.StackSet` resource) in a trust relationship with the administrative account or administration IAM Role. The execution role must have appropriate permissions to manage resources defined in the template along with those required for StackSets to operate. See the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html) for more details. > --NOTE:-- To retain the Stack during resource destroy, ensure `retain_stack` has been set to `true` in the state first. This must be completed _before_ a deployment that would destroy the resource.', CLOUDFORMATION_StackSetInstance.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_CACHEPOLICY, - new ResourceProperty("", CLOUDFRONT_CachePolicy.GetTypes()), + new ResourceProperty('', CLOUDFRONT_CachePolicy.GetTypes()), ], [ ResourceType.CLOUDFRONT_CONTINUOUSDEPLOYMENTPOLICY, new ResourceProperty( - "Resource for managing an AWS CloudFront Continuous Deployment Policy.", + 'Resource for managing an AWS CloudFront Continuous Deployment Policy.', CLOUDFRONT_ContinuousDeploymentPolicy.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_DISTRIBUTION, new ResourceProperty( - "Creates an Amazon CloudFront web distribution. For information about CloudFront distributions, see the [Amazon CloudFront Developer Guide](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html). For specific information about creating CloudFront web distributions, see the [POST Distribution](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html) page in the Amazon CloudFront API Reference. > --NOTE:-- CloudFront distributions take about 15 minutes to reach a deployed state after creation or modification. During this time, deletes to resources will be blocked. If you need to delete a distribution that is enabled and you do not want to wait, you need to use the `retain_on_delete` flag.", + 'Creates an Amazon CloudFront web distribution. For information about CloudFront distributions, see the [Amazon CloudFront Developer Guide](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html). For specific information about creating CloudFront web distributions, see the [POST Distribution](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html) page in the Amazon CloudFront API Reference. > --NOTE:-- CloudFront distributions take about 15 minutes to reach a deployed state after creation or modification. During this time, deletes to resources will be blocked. If you need to delete a distribution that is enabled and you do not want to wait, you need to use the `retain_on_delete` flag.', CLOUDFRONT_Distribution.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_FIELDLEVELENCRYPTIONCONFIG, new ResourceProperty( - "Provides a CloudFront Field-level Encryption Config resource.", + 'Provides a CloudFront Field-level Encryption Config resource.', CLOUDFRONT_FieldLevelEncryptionConfig.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_FIELDLEVELENCRYPTIONPROFILE, new ResourceProperty( - "Provides a CloudFront Field-level Encryption Profile resource.", + 'Provides a CloudFront Field-level Encryption Profile resource.', CLOUDFRONT_FieldLevelEncryptionProfile.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_FUNCTION, new ResourceProperty( - "Provides a CloudFront Function resource. With CloudFront Functions in Amazon CloudFront, you can write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations. See [CloudFront Functions](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html) > --NOTE:-- You cannot delete a function if it’s associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.", + 'Provides a CloudFront Function resource. With CloudFront Functions in Amazon CloudFront, you can write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations. See [CloudFront Functions](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html) > --NOTE:-- You cannot delete a function if it’s associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.', CLOUDFRONT_Function.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_KEYGROUP, - new ResourceProperty("", CLOUDFRONT_KeyGroup.GetTypes()), + new ResourceProperty('', CLOUDFRONT_KeyGroup.GetTypes()), ], [ ResourceType.CLOUDFRONT_KEYVALUESTORE, new ResourceProperty( - "Resource for managing an AWS CloudFront Key Value Store.", + 'Resource for managing an AWS CloudFront Key Value Store.', CLOUDFRONT_KeyValueStore.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_KEYVALUESTOREKEY, new ResourceProperty( - "Resource for managing an AWS CloudFront KeyValueStore Key.", + 'Resource for managing an AWS CloudFront KeyValueStore Key.', CLOUDFRONT_KeyvaluestoreKey.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_MONITORINGSUBSCRIPTION, new ResourceProperty( - "Provides a CloudFront real-time log configuration resource.", + 'Provides a CloudFront real-time log configuration resource.', CLOUDFRONT_MonitoringSubscription.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_ORIGINACCESSCONTROL, new ResourceProperty( - "Manages an AWS CloudFront Origin Access Control, which is used by CloudFront Distributions with an Amazon S3 bucket as the origin. Read more about Origin Access Control in the [CloudFront Developer Guide](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html).", + 'Manages an AWS CloudFront Origin Access Control, which is used by CloudFront Distributions with an Amazon S3 bucket as the origin. Read more about Origin Access Control in the [CloudFront Developer Guide](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html).', CLOUDFRONT_OriginAccessControl.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_ORIGINACCESSIDENTITY, new ResourceProperty( - "Creates an Amazon CloudFront origin access identity. For information about CloudFront distributions, see the [Amazon CloudFront Developer Guide](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html). For more information on generating origin access identities, see [Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content][2].", + 'Creates an Amazon CloudFront origin access identity. For information about CloudFront distributions, see the [Amazon CloudFront Developer Guide](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html). For more information on generating origin access identities, see [Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content][2].', CLOUDFRONT_OriginAccessIdentity.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_ORIGINREQUESTPOLICY, - new ResourceProperty("", CLOUDFRONT_OriginRequestPolicy.GetTypes()), + new ResourceProperty('', CLOUDFRONT_OriginRequestPolicy.GetTypes()), ], [ ResourceType.CLOUDFRONT_PUBLICKEY, - new ResourceProperty("", CLOUDFRONT_PublicKey.GetTypes()), + new ResourceProperty('', CLOUDFRONT_PublicKey.GetTypes()), ], [ ResourceType.CLOUDFRONT_REALTIMELOGCONFIG, new ResourceProperty( - "Provides a CloudFront real-time log configuration resource.", + 'Provides a CloudFront real-time log configuration resource.', CLOUDFRONT_RealtimeLogConfig.GetTypes(), ), ], [ ResourceType.CLOUDFRONT_RESPONSEHEADERSPOLICY, new ResourceProperty( - "Provides a CloudFront response headers policy resource. A response headers policy contains information about a set of HTTP response headers and their values. After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it’s attached to a cache behavior, CloudFront adds the headers in the policy to every response that it sends for requests that match the cache behavior.", + 'Provides a CloudFront response headers policy resource. A response headers policy contains information about a set of HTTP response headers and their values. After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it’s attached to a cache behavior, CloudFront adds the headers in the policy to every response that it sends for requests that match the cache behavior.', CLOUDFRONT_ResponseHeadersPolicy.GetTypes(), ), ], [ ResourceType.CLOUDHSMV2_CLUSTER, new ResourceProperty( - "Creates an Amazon CloudHSM v2 cluster.", + 'Creates an Amazon CloudHSM v2 cluster.', CLOUDHSMV2_Cluster.GetTypes(), ), ], [ ResourceType.CLOUDHSMV2_HSM, new ResourceProperty( - "Creates an HSM module in Amazon CloudHSM v2 cluster.", + 'Creates an HSM module in Amazon CloudHSM v2 cluster.', CLOUDHSMV2_Hsm.GetTypes(), ), ], [ ResourceType.CLOUDSEARCH_DOMAIN, new ResourceProperty( - "Provides an CloudSearch domain resource. The provider waits for the domain to become `Active` when applying a configuration.", + 'Provides an CloudSearch domain resource. The provider waits for the domain to become `Active` when applying a configuration.', CLOUDSEARCH_Domain.GetTypes(), ), ], [ ResourceType.CLOUDSEARCH_DOMAINSERVICEACCESSPOLICY, new ResourceProperty( - "Provides an CloudSearch domain service access policy resource. The provider waits for the domain service access policy to become `Active` when applying a configuration.", + 'Provides an CloudSearch domain service access policy resource. The provider waits for the domain service access policy to become `Active` when applying a configuration.', CLOUDSEARCH_DomainServiceAccessPolicy.GetTypes(), ), ], [ ResourceType.CLOUDTRAIL_EVENTDATASTORE, new ResourceProperty( - "Provides a CloudTrail Event Data Store. More information about event data stores can be found in the [Event Data Store User Guide](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html). > --Tip:-- For an organization event data store you must create this resource in the management account.", + 'Provides a CloudTrail Event Data Store. More information about event data stores can be found in the [Event Data Store User Guide](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html). > --Tip:-- For an organization event data store you must create this resource in the management account.', CLOUDTRAIL_EventDataStore.GetTypes(), ), ], [ ResourceType.CLOUDTRAIL_ORGANIZATIONDELEGATEDADMINACCOUNT, new ResourceProperty( - "Provides a resource to manage an AWS CloudTrail Delegated Administrator.", + 'Provides a resource to manage an AWS CloudTrail Delegated Administrator.', CLOUDTRAIL_OrganizationDelegatedAdminAccount.GetTypes(), ), ], [ ResourceType.CLOUDTRAIL_TRAIL, new ResourceProperty( - "Provides a CloudTrail resource. > --Tip:-- For a multi-region trail, this resource must be in the home region of the trail. > --Tip:-- For an organization trail, this resource must be in the master account of the organization.", + 'Provides a CloudTrail resource. > --Tip:-- For a multi-region trail, this resource must be in the home region of the trail. > --Tip:-- For an organization trail, this resource must be in the master account of the organization.', CLOUDTRAIL_Trail.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_COMPOSITEALARM, new ResourceProperty( - "Provides a CloudWatch Composite Alarm resource. > --NOTE:-- An alarm (composite or metric) cannot be destroyed when there are other composite alarms depending on it. This can lead to a cyclical dependency on update, as the provider will unsuccessfully attempt to destroy alarms before updating the rule. Consider using `depends_on`, references to alarm names, and two-stage updates.", + 'Provides a CloudWatch Composite Alarm resource. > --NOTE:-- An alarm (composite or metric) cannot be destroyed when there are other composite alarms depending on it. This can lead to a cyclical dependency on update, as the provider will unsuccessfully attempt to destroy alarms before updating the rule. Consider using `depends_on`, references to alarm names, and two-stage updates.', CLOUDWATCH_CompositeAlarm.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_DASHBOARD, new ResourceProperty( - "Provides a CloudWatch Dashboard resource.", + 'Provides a CloudWatch Dashboard resource.', CLOUDWATCH_Dashboard.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTAPIDESTINATION, new ResourceProperty( - "Provides an EventBridge event API Destination resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge event API Destination resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventApiDestination.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTARCHIVE, new ResourceProperty( - "Provides an EventBridge event archive resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge event archive resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventArchive.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTBUS, new ResourceProperty( - "Provides an EventBridge event bus resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge event bus resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventBus.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTBUSPOLICY, new ResourceProperty( - "Provides a resource to create an EventBridge resource policy to support cross-account events. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical. > --Note:-- The EventBridge bus policy resource (`aws.cloudwatch.EventBusPolicy`) is incompatible with the EventBridge permission resource (`aws.cloudwatch.EventPermission`) and will overwrite permissions.", + 'Provides a resource to create an EventBridge resource policy to support cross-account events. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical. > --Note:-- The EventBridge bus policy resource (`aws.cloudwatch.EventBusPolicy`) is incompatible with the EventBridge permission resource (`aws.cloudwatch.EventPermission`) and will overwrite permissions.', CLOUDWATCH_EventBusPolicy.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTCONNECTION, new ResourceProperty( - "Provides an EventBridge connection resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge connection resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventConnection.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTENDPOINT, new ResourceProperty( - "Provides a resource to create an EventBridge Global Endpoint. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides a resource to create an EventBridge Global Endpoint. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventEndpoint.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTPERMISSION, new ResourceProperty( - "Provides a resource to create an EventBridge permission to support cross-account events in the current account default event bus. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical. > --Note:-- The EventBridge bus policy resource (`aws.cloudwatch.EventBusPolicy`) is incompatible with the EventBridge permission resource (`aws.cloudwatch.EventPermission`) and will overwrite permissions.", + 'Provides a resource to create an EventBridge permission to support cross-account events in the current account default event bus. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical. > --Note:-- The EventBridge bus policy resource (`aws.cloudwatch.EventBusPolicy`) is incompatible with the EventBridge permission resource (`aws.cloudwatch.EventPermission`) and will overwrite permissions.', CLOUDWATCH_EventPermission.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTRULE, new ResourceProperty( - "Provides an EventBridge Rule resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Rule resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventRule.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_EVENTTARGET, new ResourceProperty( - "Provides an EventBridge Target resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Target resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', CLOUDWATCH_EventTarget.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_INTERNETMONITOR, new ResourceProperty( - "Provides a Internet Monitor Monitor resource.", + 'Provides a Internet Monitor Monitor resource.', CLOUDWATCH_InternetMonitor.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGACCOUNTPOLICY, new ResourceProperty( - "Provides a CloudWatch Log Account Policy resource.", + 'Provides a CloudWatch Log Account Policy resource.', CLOUDWATCH_LogAccountPolicy.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGDATAPROTECTIONPOLICY, new ResourceProperty( - "Provides a CloudWatch Log Data Protection Policy resource. Read more about protecting sensitive user data in the [User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html).", + 'Provides a CloudWatch Log Data Protection Policy resource. Read more about protecting sensitive user data in the [User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html).', CLOUDWATCH_LogDataProtectionPolicy.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGDESTINATION, new ResourceProperty( - "Provides a CloudWatch Logs destination resource.", + 'Provides a CloudWatch Logs destination resource.', CLOUDWATCH_LogDestination.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGDESTINATIONPOLICY, new ResourceProperty( - "Provides a CloudWatch Logs destination policy resource.", + 'Provides a CloudWatch Logs destination policy resource.', CLOUDWATCH_LogDestinationPolicy.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGGROUP, new ResourceProperty( - "Provides a CloudWatch Log Group resource.", + 'Provides a CloudWatch Log Group resource.', CLOUDWATCH_LogGroup.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGMETRICFILTER, new ResourceProperty( - "Provides a CloudWatch Log Metric Filter resource.", + 'Provides a CloudWatch Log Metric Filter resource.', CLOUDWATCH_LogMetricFilter.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGRESOURCEPOLICY, new ResourceProperty( - "Provides a resource to manage a CloudWatch log resource policy.", + 'Provides a resource to manage a CloudWatch log resource policy.', CLOUDWATCH_LogResourcePolicy.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGSTREAM, new ResourceProperty( - "Provides a CloudWatch Log Stream resource.", + 'Provides a CloudWatch Log Stream resource.', CLOUDWATCH_LogStream.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_LOGSUBSCRIPTIONFILTER, new ResourceProperty( - "Provides a CloudWatch Logs subscription filter resource.", + 'Provides a CloudWatch Logs subscription filter resource.', CLOUDWATCH_LogSubscriptionFilter.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_METRICALARM, new ResourceProperty( - "Provides a CloudWatch Metric Alarm resource.", + 'Provides a CloudWatch Metric Alarm resource.', CLOUDWATCH_MetricAlarm.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_METRICSTREAM, new ResourceProperty( - "Provides a CloudWatch Metric Stream resource.", + 'Provides a CloudWatch Metric Stream resource.', CLOUDWATCH_MetricStream.GetTypes(), ), ], [ ResourceType.CLOUDWATCH_QUERYDEFINITION, new ResourceProperty( - "Provides a CloudWatch Logs query definition resource.", + 'Provides a CloudWatch Logs query definition resource.', CLOUDWATCH_QueryDefinition.GetTypes(), ), ], [ ResourceType.CODEARTIFACT_DOMAIN, new ResourceProperty( - "Provides a CodeArtifact Domain Resource.", + 'Provides a CodeArtifact Domain Resource.', CODEARTIFACT_Domain.GetTypes(), ), ], [ ResourceType.CODEARTIFACT_DOMAINPERMISSIONS, new ResourceProperty( - "Provides a CodeArtifact Domains Permissions Policy Resource.", + 'Provides a CodeArtifact Domains Permissions Policy Resource.', CODEARTIFACT_DomainPermissions.GetTypes(), ), ], [ ResourceType.CODEARTIFACT_REPOSITORY, new ResourceProperty( - "Provides a CodeArtifact Repository Resource.", + 'Provides a CodeArtifact Repository Resource.', CODEARTIFACT_Repository.GetTypes(), ), ], [ ResourceType.CODEARTIFACT_REPOSITORYPERMISSIONSPOLICY, new ResourceProperty( - "Provides a CodeArtifact Repostory Permissions Policy Resource.", + 'Provides a CodeArtifact Repostory Permissions Policy Resource.', CODEARTIFACT_RepositoryPermissionsPolicy.GetTypes(), ), ], @@ -6544,782 +6544,782 @@ export class ResourceProperties { [ ResourceType.CODEBUILD_REPORTGROUP, new ResourceProperty( - "Provides a CodeBuild Report Groups Resource.", + 'Provides a CodeBuild Report Groups Resource.', CODEBUILD_ReportGroup.GetTypes(), ), ], [ ResourceType.CODEBUILD_RESOURCEPOLICY, new ResourceProperty( - "Provides a CodeBuild Resource Policy Resource.", + 'Provides a CodeBuild Resource Policy Resource.', CODEBUILD_ResourcePolicy.GetTypes(), ), ], [ ResourceType.CODEBUILD_SOURCECREDENTIAL, new ResourceProperty( - "Provides a CodeBuild Source Credentials Resource. > --NOTE:-- [Codebuild only allows a single credential per given server type in a given region](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.GitHubSourceCredentials.html). Therefore, when you define `aws.codebuild.SourceCredential`, `aws.codebuild.Project` resource defined in the same module will use it.", + 'Provides a CodeBuild Source Credentials Resource. > --NOTE:-- [Codebuild only allows a single credential per given server type in a given region](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.GitHubSourceCredentials.html). Therefore, when you define `aws.codebuild.SourceCredential`, `aws.codebuild.Project` resource defined in the same module will use it.', CODEBUILD_SourceCredential.GetTypes(), ), ], [ ResourceType.CODEBUILD_WEBHOOK, new ResourceProperty( - "Manages a CodeBuild webhook, which is an endpoint accepted by the CodeBuild service to trigger builds from source code repositories. Depending on the source type of the CodeBuild project, the CodeBuild service may also automatically create and delete the actual repository webhook as well.", + 'Manages a CodeBuild webhook, which is an endpoint accepted by the CodeBuild service to trigger builds from source code repositories. Depending on the source type of the CodeBuild project, the CodeBuild service may also automatically create and delete the actual repository webhook as well.', CODEBUILD_Webhook.GetTypes(), ), ], [ ResourceType.CODECATALYST_DEVENVIRONMENT, new ResourceProperty( - "Resource for managing an AWS CodeCatalyst Dev Environment.", + 'Resource for managing an AWS CodeCatalyst Dev Environment.', CODECATALYST_DevEnvironment.GetTypes(), ), ], [ ResourceType.CODECATALYST_PROJECT, new ResourceProperty( - "Resource for managing an AWS CodeCatalyst Project.", + 'Resource for managing an AWS CodeCatalyst Project.', CODECATALYST_Project.GetTypes(), ), ], [ ResourceType.CODECATALYST_SOURCEREPOSITORY, new ResourceProperty( - "Resource for managing an AWS CodeCatalyst Source Repository.", + 'Resource for managing an AWS CodeCatalyst Source Repository.', CODECATALYST_SourceRepository.GetTypes(), ), ], [ ResourceType.CODECOMMIT_APPROVALRULETEMPLATE, new ResourceProperty( - "Provides a CodeCommit Approval Rule Template Resource.", + 'Provides a CodeCommit Approval Rule Template Resource.', CODECOMMIT_ApprovalRuleTemplate.GetTypes(), ), ], [ ResourceType.CODECOMMIT_APPROVALRULETEMPLATEASSOCIATION, new ResourceProperty( - "Associates a CodeCommit Approval Rule Template with a Repository.", + 'Associates a CodeCommit Approval Rule Template with a Repository.', CODECOMMIT_ApprovalRuleTemplateAssociation.GetTypes(), ), ], [ ResourceType.CODECOMMIT_REPOSITORY, new ResourceProperty( - "Provides a CodeCommit Repository Resource.", + 'Provides a CodeCommit Repository Resource.', CODECOMMIT_Repository.GetTypes(), ), ], [ ResourceType.CODECOMMIT_TRIGGER, new ResourceProperty( - "Provides a CodeCommit Trigger Resource.", + 'Provides a CodeCommit Trigger Resource.', CODECOMMIT_Trigger.GetTypes(), ), ], [ ResourceType.CODEDEPLOY_APPLICATION, new ResourceProperty( - "Provides a CodeDeploy application to be used as a basis for deployments", + 'Provides a CodeDeploy application to be used as a basis for deployments', CODEDEPLOY_Application.GetTypes(), ), ], [ ResourceType.CODEDEPLOY_DEPLOYMENTCONFIG, new ResourceProperty( - "Provides a CodeDeploy deployment config for an application", + 'Provides a CodeDeploy deployment config for an application', CODEDEPLOY_DeploymentConfig.GetTypes(), ), ], [ ResourceType.CODEDEPLOY_DEPLOYMENTGROUP, new ResourceProperty( - "Provides a CodeDeploy Deployment Group for a CodeDeploy Application > --NOTE on blue/green deployments:-- When using `green_fleet_provisioning_option` with the `COPY_AUTO_SCALING_GROUP` action, CodeDeploy will create a new ASG with a different name. This ASG is _not_ managed by this provider and will conflict with existing configuration and state. You may want to use a different approach to managing deployments that involve multiple ASG, such as `DISCOVER_EXISTING` with separate blue and green ASG.", + 'Provides a CodeDeploy Deployment Group for a CodeDeploy Application > --NOTE on blue/green deployments:-- When using `green_fleet_provisioning_option` with the `COPY_AUTO_SCALING_GROUP` action, CodeDeploy will create a new ASG with a different name. This ASG is _not_ managed by this provider and will conflict with existing configuration and state. You may want to use a different approach to managing deployments that involve multiple ASG, such as `DISCOVER_EXISTING` with separate blue and green ASG.', CODEDEPLOY_DeploymentGroup.GetTypes(), ), ], [ ResourceType.CODEGURUPROFILER_PROFILINGGROUP, new ResourceProperty( - "Resource for managing an AWS CodeGuru Profiler Profiling Group.", + 'Resource for managing an AWS CodeGuru Profiler Profiling Group.', CODEGURUPROFILER_ProfilingGroup.GetTypes(), ), ], [ ResourceType.CODEGURUREVIEWER_REPOSITORYASSOCIATION, new ResourceProperty( - "Resource for managing an AWS CodeGuru Reviewer Repository Association.", + 'Resource for managing an AWS CodeGuru Reviewer Repository Association.', CODEGURUREVIEWER_RepositoryAssociation.GetTypes(), ), ], [ ResourceType.CODEPIPELINE_CUSTOMACTIONTYPE, new ResourceProperty( - "Provides a CodeDeploy CustomActionType", + 'Provides a CodeDeploy CustomActionType', CODEPIPELINE_CustomActionType.GetTypes(), ), ], [ ResourceType.CODEPIPELINE_PIPELINE, new ResourceProperty( - "Provides a CodePipeline.", + 'Provides a CodePipeline.', CODEPIPELINE_Pipeline.GetTypes(), ), ], [ ResourceType.CODEPIPELINE_WEBHOOK, new ResourceProperty( - "Provides a CodePipeline Webhook.", + 'Provides a CodePipeline Webhook.', CODEPIPELINE_Webhook.GetTypes(), ), ], [ ResourceType.CODESTARCONNECTIONS_CONNECTION, new ResourceProperty( - "Provides a CodeStar Connection. > --NOTE:-- The `aws.codestarconnections.Connection` resource is created in the state `PENDING`. Authentication with the connection provider must be completed in the AWS Console. See the [AWS documentation](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-update.html) for details.", + 'Provides a CodeStar Connection. > --NOTE:-- The `aws.codestarconnections.Connection` resource is created in the state `PENDING`. Authentication with the connection provider must be completed in the AWS Console. See the [AWS documentation](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-update.html) for details.', CODESTARCONNECTIONS_Connection.GetTypes(), ), ], [ ResourceType.CODESTARCONNECTIONS_HOST, new ResourceProperty( - "Provides a CodeStar Host. > --NOTE:-- The `aws.codestarconnections.Host` resource is created in the state `PENDING`. Authentication with the host provider must be completed in the AWS Console. For more information visit [Set up a pending host](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-host-setup.html).", + 'Provides a CodeStar Host. > --NOTE:-- The `aws.codestarconnections.Host` resource is created in the state `PENDING`. Authentication with the host provider must be completed in the AWS Console. For more information visit [Set up a pending host](https://docs.aws.amazon.com/dtconsole/latest/userguide/connections-host-setup.html).', CODESTARCONNECTIONS_Host.GetTypes(), ), ], [ ResourceType.CODESTARNOTIFICATIONS_NOTIFICATIONRULE, new ResourceProperty( - "Provides a CodeStar Notifications Rule.", + 'Provides a CodeStar Notifications Rule.', CODESTARNOTIFICATIONS_NotificationRule.GetTypes(), ), ], [ ResourceType.COGNITO_IDENTITYPOOL, new ResourceProperty( - "Provides an AWS Cognito Identity Pool.", + 'Provides an AWS Cognito Identity Pool.', COGNITO_IdentityPool.GetTypes(), ), ], [ ResourceType.COGNITO_IDENTITYPOOLPROVIDERPRINCIPALTAG, new ResourceProperty( - "Provides an AWS Cognito Identity Principal Mapping.", + 'Provides an AWS Cognito Identity Principal Mapping.', COGNITO_IdentityPoolProviderPrincipalTag.GetTypes(), ), ], [ ResourceType.COGNITO_IDENTITYPOOLROLEATTACHMENT, new ResourceProperty( - "Provides an AWS Cognito Identity Pool Roles Attachment.", + 'Provides an AWS Cognito Identity Pool Roles Attachment.', COGNITO_IdentityPoolRoleAttachment.GetTypes(), ), ], [ ResourceType.COGNITO_IDENTITYPROVIDER, new ResourceProperty( - "Provides a Cognito User Identity Provider resource.", + 'Provides a Cognito User Identity Provider resource.', COGNITO_IdentityProvider.GetTypes(), ), ], [ ResourceType.COGNITO_MANAGEDUSERPOOLCLIENT, new ResourceProperty( - "Use the `aws.cognito.UserPoolClient` resource to manage a Cognito User Pool Client. --This resource is advanced-- and has special caveats to consider before use. Please read this document completely before using the resource. Use the `aws.cognito.ManagedUserPoolClient` resource to manage a Cognito User Pool Client that is automatically created by an AWS service. For instance, when [configuring an OpenSearch Domain to use Cognito authentication](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html), the OpenSearch service creates the User Pool Client during setup and removes it when it is no longer required. As a result, the `aws.cognito.ManagedUserPoolClient` resource does not create or delete this resource, but instead assumes management of it. Use the `aws.cognito.UserPoolClient` resource to manage Cognito User Pool Clients for normal use cases.", + 'Use the `aws.cognito.UserPoolClient` resource to manage a Cognito User Pool Client. --This resource is advanced-- and has special caveats to consider before use. Please read this document completely before using the resource. Use the `aws.cognito.ManagedUserPoolClient` resource to manage a Cognito User Pool Client that is automatically created by an AWS service. For instance, when [configuring an OpenSearch Domain to use Cognito authentication](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html), the OpenSearch service creates the User Pool Client during setup and removes it when it is no longer required. As a result, the `aws.cognito.ManagedUserPoolClient` resource does not create or delete this resource, but instead assumes management of it. Use the `aws.cognito.UserPoolClient` resource to manage Cognito User Pool Clients for normal use cases.', COGNITO_ManagedUserPoolClient.GetTypes(), ), ], [ ResourceType.COGNITO_RESOURCESERVER, new ResourceProperty( - "Provides a Cognito Resource Server.", + 'Provides a Cognito Resource Server.', COGNITO_ResourceServer.GetTypes(), ), ], [ ResourceType.COGNITO_RISKCONFIGURATION, new ResourceProperty( - "Provides a Cognito Risk Configuration resource.", + 'Provides a Cognito Risk Configuration resource.', COGNITO_RiskConfiguration.GetTypes(), ), ], [ ResourceType.COGNITO_USER, new ResourceProperty( - "Provides a Cognito User Resource.", + 'Provides a Cognito User Resource.', COGNITO_User.GetTypes(), ), ], [ ResourceType.COGNITO_USERGROUP, new ResourceProperty( - "Provides a Cognito User Group resource.", + 'Provides a Cognito User Group resource.', COGNITO_UserGroup.GetTypes(), ), ], [ ResourceType.COGNITO_USERINGROUP, new ResourceProperty( - "Adds the specified user to the specified group.", + 'Adds the specified user to the specified group.', COGNITO_UserInGroup.GetTypes(), ), ], [ ResourceType.COGNITO_USERPOOL, new ResourceProperty( - "Provides a Cognito User Pool resource.", + 'Provides a Cognito User Pool resource.', COGNITO_UserPool.GetTypes(), ), ], [ ResourceType.COGNITO_USERPOOLCLIENT, new ResourceProperty( - "Provides a Cognito User Pool Client resource. To manage a User Pool Client created by another service, such as when [configuring an OpenSearch Domain to use Cognito authentication](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html), use the `aws.cognito.ManagedUserPoolClient` resource instead.", + 'Provides a Cognito User Pool Client resource. To manage a User Pool Client created by another service, such as when [configuring an OpenSearch Domain to use Cognito authentication](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html), use the `aws.cognito.ManagedUserPoolClient` resource instead.', COGNITO_UserPoolClient.GetTypes(), ), ], [ ResourceType.COGNITO_USERPOOLDOMAIN, new ResourceProperty( - "Provides a Cognito User Pool Domain resource.", + 'Provides a Cognito User Pool Domain resource.', COGNITO_UserPoolDomain.GetTypes(), ), ], [ ResourceType.COGNITO_USERPOOLUICUSTOMIZATION, new ResourceProperty( - "Provides a Cognito User Pool UI Customization resource. > --Note:-- To use this resource, the user pool must have a domain associated with it. For more information, see the Amazon Cognito Developer Guide on [Customizing the Built-in Sign-In and Sign-up Webpages](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-ui-customization.html).", + 'Provides a Cognito User Pool UI Customization resource. > --Note:-- To use this resource, the user pool must have a domain associated with it. For more information, see the Amazon Cognito Developer Guide on [Customizing the Built-in Sign-In and Sign-up Webpages](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-ui-customization.html).', COGNITO_UserPoolUICustomization.GetTypes(), ), ], [ ResourceType.COMPREHEND_DOCUMENTCLASSIFIER, new ResourceProperty( - "Resource for managing an AWS Comprehend Document Classifier.", + 'Resource for managing an AWS Comprehend Document Classifier.', COMPREHEND_DocumentClassifier.GetTypes(), ), ], [ ResourceType.COMPREHEND_ENTITYRECOGNIZER, new ResourceProperty( - "Resource for managing an AWS Comprehend Entity Recognizer.", + 'Resource for managing an AWS Comprehend Entity Recognizer.', COMPREHEND_EntityRecognizer.GetTypes(), ), ], [ ResourceType.CONNECT_BOTASSOCIATION, new ResourceProperty( - "Allows the specified Amazon Connect instance to access the specified Amazon Lex (V1) bot. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) and [Add an Amazon Lex bot](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-lex.html). > --NOTE:-- This resource only currently supports Amazon Lex (V1) Associations.", + 'Allows the specified Amazon Connect instance to access the specified Amazon Lex (V1) bot. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) and [Add an Amazon Lex bot](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-lex.html). > --NOTE:-- This resource only currently supports Amazon Lex (V1) Associations.', CONNECT_BotAssociation.GetTypes(), ), ], [ ResourceType.CONNECT_CONTACTFLOW, new ResourceProperty( - "Provides an Amazon Connect Contact Flow resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) This resource embeds or references Contact Flows specified in Amazon Connect Contact Flow Language. For more information see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) !> --WARN:-- Contact Flows exported from the Console [Contact Flow import/export](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Language and can not be used with this resource. Instead, the recommendation is to use the AWS CLI [`describe-contact-flow`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/connect/describe-contact-flow.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file.", + 'Provides an Amazon Connect Contact Flow resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) This resource embeds or references Contact Flows specified in Amazon Connect Contact Flow Language. For more information see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) !> --WARN:-- Contact Flows exported from the Console [Contact Flow import/export](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Language and can not be used with this resource. Instead, the recommendation is to use the AWS CLI [`describe-contact-flow`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/connect/describe-contact-flow.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file.', CONNECT_ContactFlow.GetTypes(), ), ], [ ResourceType.CONNECT_CONTACTFLOWMODULE, new ResourceProperty( - "Provides an Amazon Connect Contact Flow Module resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) This resource embeds or references Contact Flows Modules specified in Amazon Connect Contact Flow Language. For more information see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) !> --WARN:-- Contact Flow Modules exported from the Console [See Contact Flow import/export which is the same for Contact Flow Modules](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Language and can not be used with this resource. Instead, the recommendation is to use the AWS CLI [`describe-contact-flow-module`](https://docs.aws.amazon.com/cli/latest/reference/connect/describe-contact-flow-module.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file.", + 'Provides an Amazon Connect Contact Flow Module resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) This resource embeds or references Contact Flows Modules specified in Amazon Connect Contact Flow Language. For more information see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) !> --WARN:-- Contact Flow Modules exported from the Console [See Contact Flow import/export which is the same for Contact Flow Modules](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Language and can not be used with this resource. Instead, the recommendation is to use the AWS CLI [`describe-contact-flow-module`](https://docs.aws.amazon.com/cli/latest/reference/connect/describe-contact-flow-module.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file.', CONNECT_ContactFlowModule.GetTypes(), ), ], [ ResourceType.CONNECT_HOURSOFOPERATION, new ResourceProperty( - "Provides an Amazon Connect Hours of Operation resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Hours of Operation resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_HoursOfOperation.GetTypes(), ), ], [ ResourceType.CONNECT_INSTANCE, new ResourceProperty( - "Provides an Amazon Connect instance resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) !> --WARN:-- Amazon Connect enforces a limit of [100 combined instance creation and deletions every 30 days](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits). For example, if you create 80 instances and delete 20 of them, you must wait 30 days to create or delete another instance. Use care when creating or deleting instances.", + 'Provides an Amazon Connect instance resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) !> --WARN:-- Amazon Connect enforces a limit of [100 combined instance creation and deletions every 30 days](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits). For example, if you create 80 instances and delete 20 of them, you must wait 30 days to create or delete another instance. Use care when creating or deleting instances.', CONNECT_Instance.GetTypes(), ), ], [ ResourceType.CONNECT_INSTANCESTORAGECONFIG, new ResourceProperty( - "Provides an Amazon Connect Instance Storage Config resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Instance Storage Config resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_InstanceStorageConfig.GetTypes(), ), ], [ ResourceType.CONNECT_LAMBDAFUNCTIONASSOCIATION, new ResourceProperty( - "Provides an Amazon Connect Lambda Function Association. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) and [Invoke AWS Lambda functions](https://docs.aws.amazon.com/connect/latest/adminguide/connect-lambda-functions.html).", + 'Provides an Amazon Connect Lambda Function Association. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) and [Invoke AWS Lambda functions](https://docs.aws.amazon.com/connect/latest/adminguide/connect-lambda-functions.html).', CONNECT_LambdaFunctionAssociation.GetTypes(), ), ], [ ResourceType.CONNECT_PHONENUMBER, new ResourceProperty( - "Provides an Amazon Connect Phone Number resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Phone Number resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_PhoneNumber.GetTypes(), ), ], [ ResourceType.CONNECT_QUEUE, new ResourceProperty( - "Provides an Amazon Connect Queue resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Queue resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_Queue.GetTypes(), ), ], [ ResourceType.CONNECT_QUICKCONNECT, new ResourceProperty( - "Provides an Amazon Connect Quick Connect resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Quick Connect resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_QuickConnect.GetTypes(), ), ], [ ResourceType.CONNECT_ROUTINGPROFILE, new ResourceProperty( - "Provides an Amazon Connect Routing Profile resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Routing Profile resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_RoutingProfile.GetTypes(), ), ], [ ResourceType.CONNECT_SECURITYPROFILE, new ResourceProperty( - "Provides an Amazon Connect Security Profile resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Security Profile resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_SecurityProfile.GetTypes(), ), ], [ ResourceType.CONNECT_USER, new ResourceProperty( - "Provides an Amazon Connect User resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect User resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_User.GetTypes(), ), ], [ ResourceType.CONNECT_USERHIERARCHYGROUP, new ResourceProperty( - "Provides an Amazon Connect User Hierarchy Group resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) > --NOTE:-- The User Hierarchy Structure must be created before creating a User Hierarchy Group.", + 'Provides an Amazon Connect User Hierarchy Group resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html) > --NOTE:-- The User Hierarchy Structure must be created before creating a User Hierarchy Group.', CONNECT_UserHierarchyGroup.GetTypes(), ), ], [ ResourceType.CONNECT_USERHIERARCHYSTRUCTURE, new ResourceProperty( - "Provides an Amazon Connect User Hierarchy Structure resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect User Hierarchy Structure resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_UserHierarchyStructure.GetTypes(), ), ], [ ResourceType.CONNECT_VOCABULARY, new ResourceProperty( - "Provides an Amazon Connect Vocabulary resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)", + 'Provides an Amazon Connect Vocabulary resource. For more information see [Amazon Connect: Getting Started](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-get-started.html)', CONNECT_Vocabulary.GetTypes(), ), ], [ ResourceType.CONTROLTOWER_CONTROLTOWERCONTROL, new ResourceProperty( - "Allows the application of pre-defined controls to organizational units. For more information on usage, please see the [AWS Control Tower User Guide](https://docs.aws.amazon.com/controltower/latest/userguide/enable-guardrails.html).", + 'Allows the application of pre-defined controls to organizational units. For more information on usage, please see the [AWS Control Tower User Guide](https://docs.aws.amazon.com/controltower/latest/userguide/enable-guardrails.html).', CONTROLTOWER_ControlTowerControl.GetTypes(), ), ], [ ResourceType.CONTROLTOWER_LANDINGZONE, new ResourceProperty( - "Creates a new landing zone using Control Tower. For more information on usage, please see the", + 'Creates a new landing zone using Control Tower. For more information on usage, please see the', CONTROLTOWER_LandingZone.GetTypes(), ), ], [ ResourceType.COSTEXPLORER_ANOMALYMONITOR, new ResourceProperty( - "Provides a CE Anomaly Monitor.", + 'Provides a CE Anomaly Monitor.', COSTEXPLORER_AnomalyMonitor.GetTypes(), ), ], [ ResourceType.COSTEXPLORER_ANOMALYSUBSCRIPTION, new ResourceProperty( - "Provides a CE Anomaly Subscription.", + 'Provides a CE Anomaly Subscription.', COSTEXPLORER_AnomalySubscription.GetTypes(), ), ], [ ResourceType.COSTEXPLORER_COSTALLOCATIONTAG, new ResourceProperty( - "Provides a CE Cost Allocation Tag.", + 'Provides a CE Cost Allocation Tag.', COSTEXPLORER_CostAllocationTag.GetTypes(), ), ], [ ResourceType.COSTEXPLORER_COSTCATEGORY, new ResourceProperty( - "Provides a CE Cost Category.", + 'Provides a CE Cost Category.', COSTEXPLORER_CostCategory.GetTypes(), ), ], [ ResourceType.CUR_REPORTDEFINITION, new ResourceProperty( - "Manages Cost and Usage Report Definitions. > -NOTE:- The AWS Cost and Usage Report service is only available in `us-east-1` currently.", + 'Manages Cost and Usage Report Definitions. > -NOTE:- The AWS Cost and Usage Report service is only available in `us-east-1` currently.', CUR_ReportDefinition.GetTypes(), ), ], [ ResourceType.CUSTOMERPROFILES_DOMAIN, new ResourceProperty( - "Resource for managing an Amazon Customer Profiles Domain. See the [Create Domain](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html) for more information.", + 'Resource for managing an Amazon Customer Profiles Domain. See the [Create Domain](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html) for more information.', CUSTOMERPROFILES_Domain.GetTypes(), ), ], [ ResourceType.CUSTOMERPROFILES_PROFILE, new ResourceProperty( - "Resource for managing an Amazon Customer Profiles Profile. See the [Create Profile](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateProfile.html) for more information.", + 'Resource for managing an Amazon Customer Profiles Profile. See the [Create Profile](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateProfile.html) for more information.', CUSTOMERPROFILES_Profile.GetTypes(), ), ], [ ResourceType.DATAEXCHANGE_DATASET, new ResourceProperty( - "Provides a resource to manage AWS Data Exchange DataSets.", + 'Provides a resource to manage AWS Data Exchange DataSets.', DATAEXCHANGE_DataSet.GetTypes(), ), ], [ ResourceType.DATAEXCHANGE_REVISION, new ResourceProperty( - "Provides a resource to manage AWS Data Exchange Revisions.", + 'Provides a resource to manage AWS Data Exchange Revisions.', DATAEXCHANGE_Revision.GetTypes(), ), ], [ ResourceType.DATAPIPELINE_PIPELINE, new ResourceProperty( - "Provides a DataPipeline Pipeline resource.", + 'Provides a DataPipeline Pipeline resource.', DATAPIPELINE_Pipeline.GetTypes(), ), ], [ ResourceType.DATAPIPELINE_PIPELINEDEFINITION, new ResourceProperty( - "Provides a DataPipeline Pipeline Definition resource.", + 'Provides a DataPipeline Pipeline Definition resource.', DATAPIPELINE_PipelineDefinition.GetTypes(), ), ], [ ResourceType.DATASYNC_AGENT, new ResourceProperty( - "Manages an AWS DataSync Agent deployed on premises. > --NOTE:-- One of `activation_key` or `ip_address` must be provided for resource creation (agent activation). Neither is required for resource import. If using `ip_address`, this provider must be able to make an HTTP (port 80) GET request to the specified IP address from where it is running. The agent will turn off that HTTP server after activation.", + 'Manages an AWS DataSync Agent deployed on premises. > --NOTE:-- One of `activation_key` or `ip_address` must be provided for resource creation (agent activation). Neither is required for resource import. If using `ip_address`, this provider must be able to make an HTTP (port 80) GET request to the specified IP address from where it is running. The agent will turn off that HTTP server after activation.', DATASYNC_Agent.GetTypes(), ), ], [ ResourceType.DATASYNC_EFSLOCATION, new ResourceProperty( - "Manages an AWS DataSync EFS Location. > --NOTE:-- The EFS File System must have a mounted EFS Mount Target before creating this resource.", + 'Manages an AWS DataSync EFS Location. > --NOTE:-- The EFS File System must have a mounted EFS Mount Target before creating this resource.', DATASYNC_EfsLocation.GetTypes(), ), ], [ ResourceType.DATASYNC_FSXOPENZFSFILESYSTEM, new ResourceProperty( - "Manages an AWS DataSync FSx OpenZfs Location.", + 'Manages an AWS DataSync FSx OpenZfs Location.', DATASYNC_FsxOpenZfsFileSystem.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONAZUREBLOB, new ResourceProperty( - "Manages a Microsoft Azure Blob Storage Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.", + 'Manages a Microsoft Azure Blob Storage Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.', DATASYNC_LocationAzureBlob.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONFSXLUSTRE, new ResourceProperty( - "Manages an AWS DataSync FSx Lustre Location.", + 'Manages an AWS DataSync FSx Lustre Location.', DATASYNC_LocationFsxLustre.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONFSXONTAPFILESYSTEM, new ResourceProperty( - "Resource for managing an AWS DataSync Location FSx Ontap File System.", + 'Resource for managing an AWS DataSync Location FSx Ontap File System.', DATASYNC_LocationFsxOntapFileSystem.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONFSXWINDOWS, new ResourceProperty( - "Manages an AWS DataSync FSx Windows Location.", + 'Manages an AWS DataSync FSx Windows Location.', DATASYNC_LocationFsxWindows.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONHDFS, new ResourceProperty( - "Manages an HDFS Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.", + 'Manages an HDFS Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.', DATASYNC_LocationHdfs.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONOBJECTSTORAGE, new ResourceProperty( - "Manages a Object Storage Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.", + 'Manages a Object Storage Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.', DATASYNC_LocationObjectStorage.GetTypes(), ), ], [ ResourceType.DATASYNC_LOCATIONSMB, new ResourceProperty( - "Manages a SMB Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.", + 'Manages a SMB Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.', DATASYNC_LocationSmb.GetTypes(), ), ], [ ResourceType.DATASYNC_NFSLOCATION, new ResourceProperty( - "Manages an NFS Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.", + 'Manages an NFS Location within AWS DataSync. > --NOTE:-- The DataSync Agents must be available before creating this resource.', DATASYNC_NfsLocation.GetTypes(), ), ], [ ResourceType.DATASYNC_S3LOCATION, new ResourceProperty( - "Manages an S3 Location within AWS DataSync.", + 'Manages an S3 Location within AWS DataSync.', DATASYNC_S3Location.GetTypes(), ), ], [ ResourceType.DATASYNC_TASK, new ResourceProperty( - "Manages an AWS DataSync Task, which represents a configuration for synchronization. Starting an execution of these DataSync Tasks (actually synchronizing files) is performed outside of this resource.", + 'Manages an AWS DataSync Task, which represents a configuration for synchronization. Starting an execution of these DataSync Tasks (actually synchronizing files) is performed outside of this resource.', DATASYNC_Task.GetTypes(), ), ], [ ResourceType.DATAZONE_DOMAIN, new ResourceProperty( - "Resource for managing an AWS DataZone Domain.", + 'Resource for managing an AWS DataZone Domain.', DATAZONE_Domain.GetTypes(), ), ], [ ResourceType.DATAZONE_ENVIRONMENTBLUEPRINTCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS DataZone Environment Blueprint Configuration.", + 'Resource for managing an AWS DataZone Environment Blueprint Configuration.', DATAZONE_EnvironmentBlueprintConfiguration.GetTypes(), ), ], [ ResourceType.DATAZONE_ENVIRONMENTPROFILE, new ResourceProperty( - "Resource for managing an AWS DataZone Environment Profile.", + 'Resource for managing an AWS DataZone Environment Profile.', DATAZONE_EnvironmentProfile.GetTypes(), ), ], [ ResourceType.DATAZONE_FORMTYPE, new ResourceProperty( - "Resource for managing an AWS DataZone Form Type.", + 'Resource for managing an AWS DataZone Form Type.', DATAZONE_FormType.GetTypes(), ), ], [ ResourceType.DATAZONE_GLOSSARY, new ResourceProperty( - "Resource for managing an AWS DataZone Glossary.", + 'Resource for managing an AWS DataZone Glossary.', DATAZONE_Glossary.GetTypes(), ), ], [ ResourceType.DATAZONE_GLOSSARYTERM, new ResourceProperty( - "Resource for managing an AWS DataZone Glossary Term.", + 'Resource for managing an AWS DataZone Glossary Term.', DATAZONE_GlossaryTerm.GetTypes(), ), ], [ ResourceType.DATAZONE_PROJECT, new ResourceProperty( - "Resource for managing an AWS DataZone Project.", + 'Resource for managing an AWS DataZone Project.', DATAZONE_Project.GetTypes(), ), ], [ ResourceType.DAX_CLUSTER, new ResourceProperty( - "Provides a DAX Cluster resource.", + 'Provides a DAX Cluster resource.', DAX_Cluster.GetTypes(), ), ], [ ResourceType.DAX_PARAMETERGROUP, new ResourceProperty( - "Provides a DAX Parameter Group resource.", + 'Provides a DAX Parameter Group resource.', DAX_ParameterGroup.GetTypes(), ), ], [ ResourceType.DAX_SUBNETGROUP, new ResourceProperty( - "Provides a DAX Subnet Group resource.", + 'Provides a DAX Subnet Group resource.', DAX_SubnetGroup.GetTypes(), ), ], [ ResourceType.DETECTIVE_GRAPH, new ResourceProperty( - "Provides a resource to manage an [AWS Detective Graph](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateGraph.html). As an AWS account may own only one Detective graph per region, provisioning multiple Detective graphs requires a separate provider configuration for each graph.", + 'Provides a resource to manage an [AWS Detective Graph](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateGraph.html). As an AWS account may own only one Detective graph per region, provisioning multiple Detective graphs requires a separate provider configuration for each graph.', DETECTIVE_Graph.GetTypes(), ), ], [ ResourceType.DETECTIVE_INVITATIONACCEPTER, new ResourceProperty( - "Provides a resource to manage an [Amazon Detective Invitation Accepter](https://docs.aws.amazon.com/detective/latest/APIReference/API_AcceptInvitation.html). Ensure that the accepter is configured to use the AWS account you wish to _accept_ the invitation from the primary graph owner account.", + 'Provides a resource to manage an [Amazon Detective Invitation Accepter](https://docs.aws.amazon.com/detective/latest/APIReference/API_AcceptInvitation.html). Ensure that the accepter is configured to use the AWS account you wish to _accept_ the invitation from the primary graph owner account.', DETECTIVE_InvitationAccepter.GetTypes(), ), ], [ ResourceType.DETECTIVE_MEMBER, new ResourceProperty( - "Provides a resource to manage an [Amazon Detective Member](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateMembers.html).", + 'Provides a resource to manage an [Amazon Detective Member](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateMembers.html).', DETECTIVE_Member.GetTypes(), ), ], [ ResourceType.DETECTIVE_ORGANIZATIONADMINACCOUNT, new ResourceProperty( - "Manages a Detective Organization Admin Account. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in Detective can be found in the [Detective User Guide](https://docs.aws.amazon.com/detective/latest/adminguide/accounts-orgs-transition.html).", + 'Manages a Detective Organization Admin Account. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in Detective can be found in the [Detective User Guide](https://docs.aws.amazon.com/detective/latest/adminguide/accounts-orgs-transition.html).', DETECTIVE_OrganizationAdminAccount.GetTypes(), ), ], [ ResourceType.DETECTIVE_ORGANIZATIONCONFIGURATION, - new ResourceProperty("", DETECTIVE_OrganizationConfiguration.GetTypes()), + new ResourceProperty('', DETECTIVE_OrganizationConfiguration.GetTypes()), ], [ ResourceType.DEVICEFARM_DEVICEPOOL, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Device Pools.", + 'Provides a resource to manage AWS Device Farm Device Pools.', DEVICEFARM_DevicePool.GetTypes(), ), ], [ ResourceType.DEVICEFARM_INSTANCEPROFILE, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Instance Profiles. ∂ > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.", + 'Provides a resource to manage AWS Device Farm Instance Profiles. ∂ > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.', DEVICEFARM_InstanceProfile.GetTypes(), ), ], [ ResourceType.DEVICEFARM_NETWORKPROFILE, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Network Profiles. ∂ > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.", + 'Provides a resource to manage AWS Device Farm Network Profiles. ∂ > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.', DEVICEFARM_NetworkProfile.GetTypes(), ), ], [ ResourceType.DEVICEFARM_PROJECT, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Projects. For more information about Device Farm Projects, see the AWS Documentation on [Device Farm Projects][aws-get-project]. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.", + 'Provides a resource to manage AWS Device Farm Projects. For more information about Device Farm Projects, see the AWS Documentation on [Device Farm Projects][aws-get-project]. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.', DEVICEFARM_Project.GetTypes(), ), ], [ ResourceType.DEVICEFARM_TESTGRIDPROJECT, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Test Grid Projects. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.", + 'Provides a resource to manage AWS Device Farm Test Grid Projects. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.', DEVICEFARM_TestGridProject.GetTypes(), ), ], [ ResourceType.DEVICEFARM_UPLOAD, new ResourceProperty( - "Provides a resource to manage AWS Device Farm Uploads. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.", + 'Provides a resource to manage AWS Device Farm Uploads. > --NOTE:-- AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.', DEVICEFARM_Upload.GetTypes(), ), ], [ ResourceType.DEVOPSGURU_EVENTSOURCESCONFIG, - new ResourceProperty("", DEVOPSGURU_EventSourcesConfig.GetTypes()), + new ResourceProperty('', DEVOPSGURU_EventSourcesConfig.GetTypes()), ], [ ResourceType.DEVOPSGURU_NOTIFICATIONCHANNEL, new ResourceProperty( - "Resource for managing an AWS DevOps Guru Notification Channel.", + 'Resource for managing an AWS DevOps Guru Notification Channel.', DEVOPSGURU_NotificationChannel.GetTypes(), ), ], [ ResourceType.DEVOPSGURU_RESOURCECOLLECTION, new ResourceProperty( - "Resource for managing an AWS DevOps Guru Resource Collection. > Only one type of resource collection (All Account Resources, CloudFormation, or Tags) can be enabled in an account at a time. To avoid persistent differences, this resource should be defined only once.", + 'Resource for managing an AWS DevOps Guru Resource Collection. > Only one type of resource collection (All Account Resources, CloudFormation, or Tags) can be enabled in an account at a time. To avoid persistent differences, this resource should be defined only once.', DEVOPSGURU_ResourceCollection.GetTypes(), ), ], [ ResourceType.DEVOPSGURU_SERVICEINTEGRATION, - new ResourceProperty("", DEVOPSGURU_ServiceIntegration.GetTypes()), + new ResourceProperty('', DEVOPSGURU_ServiceIntegration.GetTypes()), ], [ ResourceType.DIRECTCONNECT_BGPPEER, new ResourceProperty( - "Provides a Direct Connect BGP peer resource.", + 'Provides a Direct Connect BGP peer resource.', DIRECTCONNECT_BgpPeer.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_CONNECTION, new ResourceProperty( - "Provides a Connection of Direct Connect.", + 'Provides a Connection of Direct Connect.', DIRECTCONNECT_Connection.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_CONNECTIONASSOCIATION, new ResourceProperty( - "Associates a Direct Connect Connection with a LAG.", + 'Associates a Direct Connect Connection with a LAG.', DIRECTCONNECT_ConnectionAssociation.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_CONNECTIONCONFIRMATION, new ResourceProperty( - "Provides a confirmation of the creation of the specified hosted connection on an interconnect.", + 'Provides a confirmation of the creation of the specified hosted connection on an interconnect.', DIRECTCONNECT_ConnectionConfirmation.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_GATEWAY, new ResourceProperty( - "Provides a Direct Connect Gateway.", + 'Provides a Direct Connect Gateway.', DIRECTCONNECT_Gateway.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_GATEWAYASSOCIATION, new ResourceProperty( - "Associates a Direct Connect Gateway with a VGW or transit gateway. To create a cross-account association, create an `aws.directconnect.GatewayAssociationProposal` resource in the AWS account that owns the VGW or transit gateway and then accept the proposal in the AWS account that owns the Direct Connect Gateway by creating an `aws.directconnect.GatewayAssociation` resource with the `proposal_id` and `associated_gateway_owner_account_id` attributes set.", + 'Associates a Direct Connect Gateway with a VGW or transit gateway. To create a cross-account association, create an `aws.directconnect.GatewayAssociationProposal` resource in the AWS account that owns the VGW or transit gateway and then accept the proposal in the AWS account that owns the Direct Connect Gateway by creating an `aws.directconnect.GatewayAssociation` resource with the `proposal_id` and `associated_gateway_owner_account_id` attributes set.', DIRECTCONNECT_GatewayAssociation.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_GATEWAYASSOCIATIONPROPOSAL, new ResourceProperty( - "Manages a Direct Connect Gateway Association Proposal, typically for enabling cross-account associations. For single account associations, see the `aws.directconnect.GatewayAssociation` resource.", + 'Manages a Direct Connect Gateway Association Proposal, typically for enabling cross-account associations. For single account associations, see the `aws.directconnect.GatewayAssociation` resource.', DIRECTCONNECT_GatewayAssociationProposal.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_HOSTEDCONNECTION, new ResourceProperty( - "Provides a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects. Intended for use by AWS Direct Connect Partners only.", + 'Provides a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects. Intended for use by AWS Direct Connect Partners only.', DIRECTCONNECT_HostedConnection.GetTypes(), ), ], @@ -7368,56 +7368,56 @@ export class ResourceProperties { [ ResourceType.DIRECTCONNECT_LINKAGGREGATIONGROUP, new ResourceProperty( - "Provides a Direct Connect LAG. Connections can be added to the LAG via the `aws.directconnect.Connection` and `aws.directconnect.ConnectionAssociation` resources. > -NOTE:- When creating a LAG, if no existing connection is specified, Direct Connect will create a connection and this provider will remove this unmanaged connection during resource creation.", + 'Provides a Direct Connect LAG. Connections can be added to the LAG via the `aws.directconnect.Connection` and `aws.directconnect.ConnectionAssociation` resources. > -NOTE:- When creating a LAG, if no existing connection is specified, Direct Connect will create a connection and this provider will remove this unmanaged connection during resource creation.', DIRECTCONNECT_LinkAggregationGroup.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_MACSECKEYASSOCIATION, new ResourceProperty( - "Provides a MAC Security (MACSec) secret key resource for use with Direct Connect. See [MACsec prerequisites](https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) for information about MAC Security (MACsec) prerequisites. Creating this resource will also create a resource of type `aws.secretsmanager.Secret` which is managed by Direct Connect. While you can import this resource into your state, because this secret is managed by Direct Connect, you will not be able to make any modifications to it. See [How AWS Direct Connect uses AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/integrating_how-services-use-secrets_directconnect.html) for details. > --Note:-- All arguments including `ckn` and `cak` will be stored in the raw state as plain-text. > --Note:-- The `secret_arn` argument can only be used to reference a previously created MACSec key. You cannot associate a Secrets Manager secret created outside of the `aws.directconnect.MacsecKeyAssociation` resource.", + 'Provides a MAC Security (MACSec) secret key resource for use with Direct Connect. See [MACsec prerequisites](https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) for information about MAC Security (MACsec) prerequisites. Creating this resource will also create a resource of type `aws.secretsmanager.Secret` which is managed by Direct Connect. While you can import this resource into your state, because this secret is managed by Direct Connect, you will not be able to make any modifications to it. See [How AWS Direct Connect uses AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/integrating_how-services-use-secrets_directconnect.html) for details. > --Note:-- All arguments including `ckn` and `cak` will be stored in the raw state as plain-text. > --Note:-- The `secret_arn` argument can only be used to reference a previously created MACSec key. You cannot associate a Secrets Manager secret created outside of the `aws.directconnect.MacsecKeyAssociation` resource.', DIRECTCONNECT_MacsecKeyAssociation.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_PRIVATEVIRTUALINTERFACE, new ResourceProperty( - "Provides a Direct Connect private virtual interface resource.", + 'Provides a Direct Connect private virtual interface resource.', DIRECTCONNECT_PrivateVirtualInterface.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_PUBLICVIRTUALINTERFACE, new ResourceProperty( - "Provides a Direct Connect public virtual interface resource.", + 'Provides a Direct Connect public virtual interface resource.', DIRECTCONNECT_PublicVirtualInterface.GetTypes(), ), ], [ ResourceType.DIRECTCONNECT_TRANSITVIRTUALINTERFACE, new ResourceProperty( - "Provides a Direct Connect transit virtual interface resource. A transit virtual interface is a VLAN that transports traffic from a Direct Connect gateway to one or more transit gateways.", + 'Provides a Direct Connect transit virtual interface resource. A transit virtual interface is a VLAN that transports traffic from a Direct Connect gateway to one or more transit gateways.', DIRECTCONNECT_TransitVirtualInterface.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_CONDITIONALFORWADER, new ResourceProperty( - "Provides a conditional forwarder for managed Microsoft AD in AWS Directory Service.", + 'Provides a conditional forwarder for managed Microsoft AD in AWS Directory Service.', DIRECTORYSERVICE_ConditionalForwader.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_DIRECTORY, new ResourceProperty( - "Provides a Simple or Managed Microsoft directory in AWS Directory Service.", + 'Provides a Simple or Managed Microsoft directory in AWS Directory Service.', DIRECTORYSERVICE_Directory.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_LOGSERVICE, new ResourceProperty( - "Provides a Log subscription for AWS Directory Service that pushes logs to cloudwatch.", + 'Provides a Log subscription for AWS Directory Service that pushes logs to cloudwatch.', DIRECTORYSERVICE_LogService.GetTypes(), ), ], @@ -7431,84 +7431,84 @@ export class ResourceProperties { [ ResourceType.DIRECTORYSERVICE_SERVICEREGION, new ResourceProperty( - "Manages a replicated Region and directory for Multi-Region replication. Multi-Region replication is only supported for the Enterprise Edition of AWS Managed Microsoft AD.", + 'Manages a replicated Region and directory for Multi-Region replication. Multi-Region replication is only supported for the Enterprise Edition of AWS Managed Microsoft AD.', DIRECTORYSERVICE_ServiceRegion.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_SHAREDDIRECTORY, new ResourceProperty( - "Manages a directory in your account (directory owner) shared with another account (directory consumer).", + 'Manages a directory in your account (directory owner) shared with another account (directory consumer).', DIRECTORYSERVICE_SharedDirectory.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_SHAREDDIRECTORYACCEPTER, new ResourceProperty( - "Accepts a shared directory in a consumer account. > --NOTE:-- Destroying this resource removes the shared directory from the consumer account only.", + 'Accepts a shared directory in a consumer account. > --NOTE:-- Destroying this resource removes the shared directory from the consumer account only.', DIRECTORYSERVICE_SharedDirectoryAccepter.GetTypes(), ), ], [ ResourceType.DIRECTORYSERVICE_TRUST, new ResourceProperty( - "Manages a trust relationship between two Active Directory Directories. The directories may either be both AWS Managed Microsoft AD domains or an AWS Managed Microsoft AD domain and a self-managed Active Directory Domain. The Trust relationship must be configured on both sides of the relationship. If a Trust has only been created on one side, it will be in the state `VerifyFailed`. Once the second Trust is created, the first will update to the correct state.", + 'Manages a trust relationship between two Active Directory Directories. The directories may either be both AWS Managed Microsoft AD domains or an AWS Managed Microsoft AD domain and a self-managed Active Directory Domain. The Trust relationship must be configured on both sides of the relationship. If a Trust has only been created on one side, it will be in the state `VerifyFailed`. Once the second Trust is created, the first will update to the correct state.', DIRECTORYSERVICE_Trust.GetTypes(), ), ], [ ResourceType.DLM_LIFECYCLEPOLICY, new ResourceProperty( - "Provides a [Data Lifecycle Manager (DLM) lifecycle policy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html) for managing snapshots.", + 'Provides a [Data Lifecycle Manager (DLM) lifecycle policy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html) for managing snapshots.', DLM_LifecyclePolicy.GetTypes(), ), ], [ ResourceType.DMS_CERTIFICATE, new ResourceProperty( - "Provides a DMS (Data Migration Service) certificate resource. DMS certificates can be created, deleted, and imported.", + 'Provides a DMS (Data Migration Service) certificate resource. DMS certificates can be created, deleted, and imported.', DMS_Certificate.GetTypes(), ), ], [ ResourceType.DMS_ENDPOINT, new ResourceProperty( - "Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported. > --Note:-- All arguments including the password will be stored in the raw state as plain-text. > --Note:-- The `s3_settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.", + 'Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported. > --Note:-- All arguments including the password will be stored in the raw state as plain-text. > --Note:-- The `s3_settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.', DMS_Endpoint.GetTypes(), ), ], [ ResourceType.DMS_EVENTSUBSCRIPTION, new ResourceProperty( - "Provides a DMS (Data Migration Service) event subscription resource.", + 'Provides a DMS (Data Migration Service) event subscription resource.', DMS_EventSubscription.GetTypes(), ), ], [ ResourceType.DMS_REPLICATIONCONFIG, new ResourceProperty( - "Provides a DMS Serverless replication config resource. > --NOTE:-- Changing most arguments will stop the replication if it is running. You can set `start_replication` to resume the replication afterwards.", + 'Provides a DMS Serverless replication config resource. > --NOTE:-- Changing most arguments will stop the replication if it is running. You can set `start_replication` to resume the replication afterwards.', DMS_ReplicationConfig.GetTypes(), ), ], [ ResourceType.DMS_REPLICATIONINSTANCE, new ResourceProperty( - "Provides a DMS (Data Migration Service) replication instance resource. DMS replication instances can be created, updated, deleted, and imported.", + 'Provides a DMS (Data Migration Service) replication instance resource. DMS replication instances can be created, updated, deleted, and imported.', DMS_ReplicationInstance.GetTypes(), ), ], [ ResourceType.DMS_REPLICATIONSUBNETGROUP, new ResourceProperty( - "Provides a DMS (Data Migration Service) replication subnet group resource. DMS replication subnet groups can be created, updated, deleted, and imported. > --Note:-- AWS requires a special IAM role called `dms-vpc-role` when using this resource. See the example below to create it as part of your configuration.", + 'Provides a DMS (Data Migration Service) replication subnet group resource. DMS replication subnet groups can be created, updated, deleted, and imported. > --Note:-- AWS requires a special IAM role called `dms-vpc-role` when using this resource. See the example below to create it as part of your configuration.', DMS_ReplicationSubnetGroup.GetTypes(), ), ], [ ResourceType.DMS_REPLICATIONTASK, new ResourceProperty( - "Provides a DMS (Data Migration Service) replication task resource. DMS replication tasks can be created, updated, deleted, and imported. > --NOTE:-- Changing most arguments will stop the task if it is running. You can set `start_replication_task` to resume the task afterwards.", + 'Provides a DMS (Data Migration Service) replication task resource. DMS replication tasks can be created, updated, deleted, and imported. > --NOTE:-- Changing most arguments will stop the task if it is running. You can set `start_replication_task` to resume the task afterwards.', DMS_ReplicationTask.GetTypes(), ), ], @@ -7522,91 +7522,91 @@ export class ResourceProperties { [ ResourceType.DOCDB_CLUSTER, new ResourceProperty( - "Manages a DocumentDB Cluster. Changes to a DocumentDB Cluster can occur when you manually change a parameter, such as `port`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots.", + 'Manages a DocumentDB Cluster. Changes to a DocumentDB Cluster can occur when you manually change a parameter, such as `port`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots.', DOCDB_Cluster.GetTypes(), ), ], [ ResourceType.DOCDB_CLUSTERINSTANCE, new ResourceProperty( - "Provides an DocumentDB Cluster Resource Instance. A Cluster Instance Resource defines attributes that are specific to a single instance in a [DocumentDB Cluster][1]. You do not designate a primary and subsequent replicas. Instead, you simply add DocumentDB Instances and DocumentDB manages the replication. You can use the [count][3] meta-parameter to make multiple instances and join them all to the same DocumentDB Cluster, or you may specify different Cluster Instance resources with various `instance_class` sizes.", + 'Provides an DocumentDB Cluster Resource Instance. A Cluster Instance Resource defines attributes that are specific to a single instance in a [DocumentDB Cluster][1]. You do not designate a primary and subsequent replicas. Instead, you simply add DocumentDB Instances and DocumentDB manages the replication. You can use the [count][3] meta-parameter to make multiple instances and join them all to the same DocumentDB Cluster, or you may specify different Cluster Instance resources with various `instance_class` sizes.', DOCDB_ClusterInstance.GetTypes(), ), ], [ ResourceType.DOCDB_CLUSTERPARAMETERGROUP, new ResourceProperty( - "Manages a DocumentDB Cluster Parameter Group", + 'Manages a DocumentDB Cluster Parameter Group', DOCDB_ClusterParameterGroup.GetTypes(), ), ], [ ResourceType.DOCDB_CLUSTERSNAPSHOT, new ResourceProperty( - "Manages a DocumentDB database cluster snapshot for DocumentDB clusters.", + 'Manages a DocumentDB database cluster snapshot for DocumentDB clusters.', DOCDB_ClusterSnapshot.GetTypes(), ), ], [ ResourceType.DOCDB_ELASTICCLUSTER, new ResourceProperty( - "Manages an AWS DocDB (DocumentDB) Elastic Cluster.", + 'Manages an AWS DocDB (DocumentDB) Elastic Cluster.', DOCDB_ElasticCluster.GetTypes(), ), ], [ ResourceType.DOCDB_EVENTSUBSCRIPTION, new ResourceProperty( - "Provides a DocumentDB event subscription resource.", + 'Provides a DocumentDB event subscription resource.', DOCDB_EventSubscription.GetTypes(), ), ], [ ResourceType.DOCDB_GLOBALCLUSTER, new ResourceProperty( - "Manages an DocumentDB Global Cluster. A global cluster consists of one primary region and up to five read-only secondary regions. You issue write operations directly to the primary cluster in the primary region and Amazon DocumentDB automatically replicates the data to the secondary regions using dedicated infrastructure. More information about DocumentDB Global Clusters can be found in the [DocumentDB Developer Guide](https://docs.aws.amazon.com/documentdb/latest/developerguide/global-clusters.html).", + 'Manages an DocumentDB Global Cluster. A global cluster consists of one primary region and up to five read-only secondary regions. You issue write operations directly to the primary cluster in the primary region and Amazon DocumentDB automatically replicates the data to the secondary regions using dedicated infrastructure. More information about DocumentDB Global Clusters can be found in the [DocumentDB Developer Guide](https://docs.aws.amazon.com/documentdb/latest/developerguide/global-clusters.html).', DOCDB_GlobalCluster.GetTypes(), ), ], [ ResourceType.DOCDB_SUBNETGROUP, new ResourceProperty( - "Provides an DocumentDB subnet group resource.", + 'Provides an DocumentDB subnet group resource.', DOCDB_SubnetGroup.GetTypes(), ), ], [ ResourceType.DRS_REPLICATIONCONFIGURATIONTEMPLATE, new ResourceProperty( - "Provides an Elastic Disaster Recovery replication configuration template resource. Before using DRS, your account must be [initialized](https://docs.aws.amazon.com/drs/latest/userguide/getting-started-initializing.html). > --NOTE:-- Your configuration must use the PIT policy shown in the basic configuration due to AWS rules. The only value that you can change is the `retention_duration` of `rule_id` 3.", + 'Provides an Elastic Disaster Recovery replication configuration template resource. Before using DRS, your account must be [initialized](https://docs.aws.amazon.com/drs/latest/userguide/getting-started-initializing.html). > --NOTE:-- Your configuration must use the PIT policy shown in the basic configuration due to AWS rules. The only value that you can change is the `retention_duration` of `rule_id` 3.', DRS_ReplicationConfigurationTemplate.GetTypes(), ), ], [ ResourceType.DYNAMODB_CONTRIBUTORINSIGHTS, new ResourceProperty( - "Provides a DynamoDB contributor insights resource", + 'Provides a DynamoDB contributor insights resource', DYNAMODB_ContributorInsights.GetTypes(), ), ], [ ResourceType.DYNAMODB_GLOBALTABLE, new ResourceProperty( - "Manages [DynamoDB Global Tables V1 (version 2017.11.29)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html). These are layered on top of existing DynamoDB Tables. > --NOTE:-- To instead manage [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html), use the `aws.dynamodb.Table` resource `replica` configuration block. > Note: There are many restrictions before you can properly create DynamoDB Global Tables in multiple regions. See the [AWS DynamoDB Global Table Requirements](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_reqs_bestpractices.html) for more information.", + 'Manages [DynamoDB Global Tables V1 (version 2017.11.29)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html). These are layered on top of existing DynamoDB Tables. > --NOTE:-- To instead manage [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html), use the `aws.dynamodb.Table` resource `replica` configuration block. > Note: There are many restrictions before you can properly create DynamoDB Global Tables in multiple regions. See the [AWS DynamoDB Global Table Requirements](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_reqs_bestpractices.html) for more information.', DYNAMODB_GlobalTable.GetTypes(), ), ], [ ResourceType.DYNAMODB_KINESISSTREAMINGDESTINATION, new ResourceProperty( - "Enables a [Kinesis streaming destination](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/kds.html) for data replication of a DynamoDB table.", + 'Enables a [Kinesis streaming destination](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/kds.html) for data replication of a DynamoDB table.', DYNAMODB_KinesisStreamingDestination.GetTypes(), ), ], [ ResourceType.DYNAMODB_RESOURCEPOLICY, new ResourceProperty( - "Resource for managing an AWS DynamoDB Resource Policy.", + 'Resource for managing an AWS DynamoDB Resource Policy.', DYNAMODB_ResourcePolicy.GetTypes(), ), ], @@ -7619,26 +7619,26 @@ export class ResourceProperties { ], [ ResourceType.DYNAMODB_TABLEEXPORT, - new ResourceProperty("", DYNAMODB_TableExport.GetTypes()), + new ResourceProperty('', DYNAMODB_TableExport.GetTypes()), ], [ ResourceType.DYNAMODB_TABLEITEM, new ResourceProperty( - "Provides a DynamoDB table item resource > --Note:-- This resource is not meant to be used for managing large amounts of data in your table, it is not designed to scale. You should perform --regular backups-- of all data in the table, see [AWS docs for more](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html).", + 'Provides a DynamoDB table item resource > --Note:-- This resource is not meant to be used for managing large amounts of data in your table, it is not designed to scale. You should perform --regular backups-- of all data in the table, see [AWS docs for more](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html).', DYNAMODB_TableItem.GetTypes(), ), ], [ ResourceType.DYNAMODB_TABLEREPLICA, new ResourceProperty( - "Provides a DynamoDB table replica resource for [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html). > --Note:-- Use `lifecycle` `ignore_changes` for `replica` in the associated aws.dynamodb.Table configuration. > --Note:-- Do not use the `replica` configuration block of aws.dynamodb.Table together with this resource as the two configuration options are mutually exclusive.", + 'Provides a DynamoDB table replica resource for [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html). > --Note:-- Use `lifecycle` `ignore_changes` for `replica` in the associated aws.dynamodb.Table configuration. > --Note:-- Do not use the `replica` configuration block of aws.dynamodb.Table together with this resource as the two configuration options are mutually exclusive.', DYNAMODB_TableReplica.GetTypes(), ), ], [ ResourceType.DYNAMODB_TAG, new ResourceProperty( - "Manages an individual DynamoDB resource tag. This resource should only be used in cases where DynamoDB resources are created outside the provider (e.g., Table replicas in other regions). > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.dynamodb.Table` and `aws.dynamodb.Tag` to manage tags of the same DynamoDB Table in the same region will cause a perpetual difference where the `aws_dynamodb_cluster` resource will try to remove the tag being added by the `aws.dynamodb.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.", + 'Manages an individual DynamoDB resource tag. This resource should only be used in cases where DynamoDB resources are created outside the provider (e.g., Table replicas in other regions). > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.dynamodb.Table` and `aws.dynamodb.Tag` to manage tags of the same DynamoDB Table in the same region will cause a perpetual difference where the `aws_dynamodb_cluster` resource will try to remove the tag being added by the `aws.dynamodb.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.', DYNAMODB_Tag.GetTypes(), ), ], @@ -7652,46 +7652,46 @@ export class ResourceProperties { [ ResourceType.EBS_ENCRYPTIONBYDEFAULT, new ResourceProperty( - "Provides a resource to manage whether default EBS encryption is enabled for your AWS account in the current AWS region. To manage the default KMS key for the region, see the `aws.ebs.DefaultKmsKey` resource. > --NOTE:-- Removing this resource disables default EBS encryption.", + 'Provides a resource to manage whether default EBS encryption is enabled for your AWS account in the current AWS region. To manage the default KMS key for the region, see the `aws.ebs.DefaultKmsKey` resource. > --NOTE:-- Removing this resource disables default EBS encryption.', EBS_EncryptionByDefault.GetTypes(), ), ], [ ResourceType.EBS_FASTSNAPSHOTRESTORE, new ResourceProperty( - "Resource for managing an EBS (Elastic Block Storage) Fast Snapshot Restore.", + 'Resource for managing an EBS (Elastic Block Storage) Fast Snapshot Restore.', EBS_FastSnapshotRestore.GetTypes(), ), ], [ ResourceType.EBS_SNAPSHOT, new ResourceProperty( - "Creates a Snapshot of an EBS Volume.", + 'Creates a Snapshot of an EBS Volume.', EBS_Snapshot.GetTypes(), ), ], [ ResourceType.EBS_SNAPSHOTBLOCKPUBLICACCESS, - new ResourceProperty("", EBS_SnapshotBlockPublicAccess.GetTypes()), + new ResourceProperty('', EBS_SnapshotBlockPublicAccess.GetTypes()), ], [ ResourceType.EBS_SNAPSHOTCOPY, new ResourceProperty( - "Creates a Snapshot of a snapshot.", + 'Creates a Snapshot of a snapshot.', EBS_SnapshotCopy.GetTypes(), ), ], [ ResourceType.EBS_SNAPSHOTIMPORT, new ResourceProperty( - "Imports a disk image from S3 as a Snapshot.", + 'Imports a disk image from S3 as a Snapshot.', EBS_SnapshotImport.GetTypes(), ), ], [ ResourceType.EBS_VOLUME, new ResourceProperty( - "Manages a single EBS volume.", + 'Manages a single EBS volume.', EBS_Volume.GetTypes(), ), ], @@ -7719,49 +7719,49 @@ export class ResourceProperties { [ ResourceType.EC2_AMILAUNCHPERMISSION, new ResourceProperty( - "Adds a launch permission to an Amazon Machine Image (AMI).", + 'Adds a launch permission to an Amazon Machine Image (AMI).', EC2_AmiLaunchPermission.GetTypes(), ), ], [ ResourceType.EC2_AVAILABILITYZONEGROUP, new ResourceProperty( - "Manages an EC2 Availability Zone Group, such as updating its opt-in status. > --NOTE:-- This is an advanced resource. The provider will automatically assume management of the EC2 Availability Zone Group without import and perform no actions on removal from configuration.", + 'Manages an EC2 Availability Zone Group, such as updating its opt-in status. > --NOTE:-- This is an advanced resource. The provider will automatically assume management of the EC2 Availability Zone Group without import and perform no actions on removal from configuration.', EC2_AvailabilityZoneGroup.GetTypes(), ), ], [ ResourceType.EC2_CAPACITYBLOCKRESERVATION, new ResourceProperty( - "Provides an EC2 Capacity Block Reservation. This allows you to purchase capacity block for your Amazon EC2 instances in a specific Availability Zone for machine learning (ML) Workloads. > --NOTE:-- Once created, a reservation is valid for the `duration` of the provided `capacity_block_offering_id` and cannot be deleted. Performing a `destroy` will only remove the resource from state. For more information see [EC2 Capacity Block Reservation Documentation](https://aws.amazon.com/ec2/instance-types/p5/) and [PurchaseReservedDBInstancesOffering](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-blocks-pricing-billing.html). > --NOTE:-- Due to the expense of testing this resource, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.", + 'Provides an EC2 Capacity Block Reservation. This allows you to purchase capacity block for your Amazon EC2 instances in a specific Availability Zone for machine learning (ML) Workloads. > --NOTE:-- Once created, a reservation is valid for the `duration` of the provided `capacity_block_offering_id` and cannot be deleted. Performing a `destroy` will only remove the resource from state. For more information see [EC2 Capacity Block Reservation Documentation](https://aws.amazon.com/ec2/instance-types/p5/) and [PurchaseReservedDBInstancesOffering](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-blocks-pricing-billing.html). > --NOTE:-- Due to the expense of testing this resource, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.', EC2_CapacityBlockReservation.GetTypes(), ), ], [ ResourceType.EC2_CAPACITYRESERVATION, new ResourceProperty( - "Provides an EC2 Capacity Reservation. This allows you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration.", + 'Provides an EC2 Capacity Reservation. This allows you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration.', EC2_CapacityReservation.GetTypes(), ), ], [ ResourceType.EC2_CARRIERGATEWAY, new ResourceProperty( - "Manages an EC2 Carrier Gateway. See the AWS [documentation](https://docs.aws.amazon.com/vpc/latest/userguide/Carrier_Gateway.html) for more information.", + 'Manages an EC2 Carrier Gateway. See the AWS [documentation](https://docs.aws.amazon.com/vpc/latest/userguide/Carrier_Gateway.html) for more information.', EC2_CarrierGateway.GetTypes(), ), ], [ ResourceType.EC2_CUSTOMERGATEWAY, new ResourceProperty( - "Provides a customer gateway inside a VPC. These objects can be connected to VPN gateways via VPN connections, and allow you to establish tunnels between your network and the VPC.", + 'Provides a customer gateway inside a VPC. These objects can be connected to VPN gateways via VPN connections, and allow you to establish tunnels between your network and the VPC.', EC2_CustomerGateway.GetTypes(), ), ], [ ResourceType.EC2_DEDICATEDHOST, new ResourceProperty( - "Provides an EC2 Host resource. This allows Dedicated Hosts to be allocated, modified, and released.", + 'Provides an EC2 Host resource. This allows Dedicated Hosts to be allocated, modified, and released.', EC2_DedicatedHost.GetTypes(), ), ], @@ -7810,77 +7810,77 @@ export class ResourceProperties { [ ResourceType.EC2_EGRESSONLYINTERNETGATEWAY, new ResourceProperty( - "[IPv6 only] Creates an egress-only Internet gateway for your VPC. An egress-only Internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the Internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.", + '[IPv6 only] Creates an egress-only Internet gateway for your VPC. An egress-only Internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the Internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.', EC2_EgressOnlyInternetGateway.GetTypes(), ), ], [ ResourceType.EC2_EIP, new ResourceProperty( - "Provides an Elastic IP resource. > --Note:-- EIP may require IGW to exist prior to association. Use `depends_on` to set an explicit dependency on the IGW. > --Note:-- Do not use `network_interface` to associate the EIP to `aws.lb.LoadBalancer` or `aws.ec2.NatGateway` resources. Instead use the `allocation_id` available in those resources to allow AWS to manage the association, otherwise you will see `AuthFailure` errors.", + 'Provides an Elastic IP resource. > --Note:-- EIP may require IGW to exist prior to association. Use `depends_on` to set an explicit dependency on the IGW. > --Note:-- Do not use `network_interface` to associate the EIP to `aws.lb.LoadBalancer` or `aws.ec2.NatGateway` resources. Instead use the `allocation_id` available in those resources to allow AWS to manage the association, otherwise you will see `AuthFailure` errors.', EC2_Eip.GetTypes(), ), ], [ ResourceType.EC2_EIPASSOCIATION, new ResourceProperty( - "Provides an AWS EIP Association as a top level resource, to associate and disassociate Elastic IPs from AWS Instances and Network Interfaces. > --NOTE:-- Do not use this resource to associate an EIP to `aws.lb.LoadBalancer` or `aws.ec2.NatGateway` resources. Instead use the `allocation_id` available in those resources to allow AWS to manage the association, otherwise you will see `AuthFailure` errors. > --NOTE:-- `aws.ec2.EipAssociation` is useful in scenarios where EIPs are either pre-existing or distributed to customers or users and therefore cannot be changed.", + 'Provides an AWS EIP Association as a top level resource, to associate and disassociate Elastic IPs from AWS Instances and Network Interfaces. > --NOTE:-- Do not use this resource to associate an EIP to `aws.lb.LoadBalancer` or `aws.ec2.NatGateway` resources. Instead use the `allocation_id` available in those resources to allow AWS to manage the association, otherwise you will see `AuthFailure` errors. > --NOTE:-- `aws.ec2.EipAssociation` is useful in scenarios where EIPs are either pre-existing or distributed to customers or users and therefore cannot be changed.', EC2_EipAssociation.GetTypes(), ), ], [ ResourceType.EC2_EIPDOMAINNAME, new ResourceProperty( - "Assigns a static reverse DNS record to an Elastic IP addresses. See [Using reverse DNS for email applications](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#Using_Elastic_Addressing_Reverse_DNS).", + 'Assigns a static reverse DNS record to an Elastic IP addresses. See [Using reverse DNS for email applications](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#Using_Elastic_Addressing_Reverse_DNS).', EC2_EipDomainName.GetTypes(), ), ], [ ResourceType.EC2_FLEET, new ResourceProperty( - "Provides a resource to manage EC2 Fleets.", + 'Provides a resource to manage EC2 Fleets.', EC2_Fleet.GetTypes(), ), ], [ ResourceType.EC2_FLOWLOG, new ResourceProperty( - "Provides a VPC/Subnet/ENI/Transit Gateway/Transit Gateway Attachment Flow Log to capture IP traffic for a specific network interface, subnet, or VPC. Logs are sent to a CloudWatch Log Group, a S3 Bucket, or Amazon Kinesis Data Firehose", + 'Provides a VPC/Subnet/ENI/Transit Gateway/Transit Gateway Attachment Flow Log to capture IP traffic for a specific network interface, subnet, or VPC. Logs are sent to a CloudWatch Log Group, a S3 Bucket, or Amazon Kinesis Data Firehose', EC2_FlowLog.GetTypes(), ), ], [ ResourceType.EC2_IMAGEBLOCKPUBLICACCESS, new ResourceProperty( - "Provides a regional public access block for AMIs. This prevents AMIs from being made publicly accessible. If you already have public AMIs, they will remain publicly available. > --NOTE:-- Deleting this resource does not change the block public access value, the resource in simply removed from state instead.", + 'Provides a regional public access block for AMIs. This prevents AMIs from being made publicly accessible. If you already have public AMIs, they will remain publicly available. > --NOTE:-- Deleting this resource does not change the block public access value, the resource in simply removed from state instead.', EC2_ImageBlockPublicAccess.GetTypes(), ), ], [ ResourceType.EC2_INSTANCE, new ResourceProperty( - "Provides an EC2 instance resource. This allows instances to be created, updated, and deleted.", + 'Provides an EC2 instance resource. This allows instances to be created, updated, and deleted.', EC2_Instance.GetTypes(), ), ], [ ResourceType.EC2_INSTANCEMETADATADEFAULTS, new ResourceProperty( - "Manages regional EC2 instance metadata default settings. More information can be found in the [Configure instance metadata options for new instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html) user guide.", + 'Manages regional EC2 instance metadata default settings. More information can be found in the [Configure instance metadata options for new instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html) user guide.', EC2_InstanceMetadataDefaults.GetTypes(), ), ], [ ResourceType.EC2_INTERNETGATEWAY, new ResourceProperty( - "Provides a resource to create a VPC Internet Gateway.", + 'Provides a resource to create a VPC Internet Gateway.', EC2_InternetGateway.GetTypes(), ), ], [ ResourceType.EC2_INTERNETGATEWAYATTACHMENT, new ResourceProperty( - "Provides a resource to create a VPC Internet Gateway Attachment.", + 'Provides a resource to create a VPC Internet Gateway Attachment.', EC2_InternetGatewayAttachment.GetTypes(), ), ], @@ -7894,77 +7894,77 @@ export class ResourceProperties { [ ResourceType.EC2_LAUNCHCONFIGURATION, new ResourceProperty( - "Provides a resource to create a new launch configuration, used for autoscaling groups. !> --WARNING:-- The use of launch configurations is discouraged in favor of launch templates. Read more in the [AWS EC2 Documentation](https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html). > --Note-- When using `aws.ec2.LaunchConfiguration` with `aws.autoscaling.Group`, it is recommended to use the `name_prefix` (Optional) instead of the `name` (Optional) attribute.", + 'Provides a resource to create a new launch configuration, used for autoscaling groups. !> --WARNING:-- The use of launch configurations is discouraged in favor of launch templates. Read more in the [AWS EC2 Documentation](https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html). > --Note-- When using `aws.ec2.LaunchConfiguration` with `aws.autoscaling.Group`, it is recommended to use the `name_prefix` (Optional) instead of the `name` (Optional) attribute.', EC2_LaunchConfiguration.GetTypes(), ), ], [ ResourceType.EC2_LAUNCHTEMPLATE, new ResourceProperty( - "Provides an EC2 launch template resource. Can be used to create instances or auto scaling groups.", + 'Provides an EC2 launch template resource. Can be used to create instances or auto scaling groups.', EC2_LaunchTemplate.GetTypes(), ), ], [ ResourceType.EC2_LOCALGATEWAYROUTE, new ResourceProperty( - "Manages an EC2 Local Gateway Route. More information can be found in the [Outposts User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#routing).", + 'Manages an EC2 Local Gateway Route. More information can be found in the [Outposts User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#routing).', EC2_LocalGatewayRoute.GetTypes(), ), ], [ ResourceType.EC2_LOCALGATEWAYROUTETABLEVPCASSOCIATION, new ResourceProperty( - "Manages an EC2 Local Gateway Route Table VPC Association. More information can be found in the [Outposts User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-local-gateways.html#vpc-associations).", + 'Manages an EC2 Local Gateway Route Table VPC Association. More information can be found in the [Outposts User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-local-gateways.html#vpc-associations).', EC2_LocalGatewayRouteTableVpcAssociation.GetTypes(), ), ], [ ResourceType.EC2_MAINROUTETABLEASSOCIATION, new ResourceProperty( - "Provides a resource for managing the main routing table of a VPC. > --NOTE:-- --Do not-- use both `aws.ec2.DefaultRouteTable` to manage a default route table --and-- `aws.ec2.MainRouteTableAssociation` with the same VPC due to possible route conflicts. See aws.ec2.DefaultRouteTable documentation for more details. For more information, see the Amazon VPC User Guide on [Route Tables][aws-route-tables]. For information about managing normal route tables in Pulumi, see [`aws.ec2.RouteTable`][tf-route-tables].", + 'Provides a resource for managing the main routing table of a VPC. > --NOTE:-- --Do not-- use both `aws.ec2.DefaultRouteTable` to manage a default route table --and-- `aws.ec2.MainRouteTableAssociation` with the same VPC due to possible route conflicts. See aws.ec2.DefaultRouteTable documentation for more details. For more information, see the Amazon VPC User Guide on [Route Tables][aws-route-tables]. For information about managing normal route tables in Pulumi, see [`aws.ec2.RouteTable`][tf-route-tables].', EC2_MainRouteTableAssociation.GetTypes(), ), ], [ ResourceType.EC2_MANAGEDPREFIXLIST, new ResourceProperty( - "Provides a managed prefix list resource. > --NOTE on Managed Prefix Lists and Managed Prefix List Entries:-- The provider currently provides both a standalone Managed Prefix List Entry resource (a single entry), and a Managed Prefix List resource with entries defined in-line. At this time you cannot use a Managed Prefix List with in-line rules in conjunction with any Managed Prefix List Entry resources. Doing so will cause a conflict of entries and will overwrite entries. > --NOTE on `max_entries`:-- When you reference a Prefix List in a resource, the maximum number of entries for the prefix lists counts as the same number of rules or entries for the resource. For example, if you create a prefix list with a maximum of 20 entries and you reference that prefix list in a security group rule, this counts as 20 rules for the security group.", + 'Provides a managed prefix list resource. > --NOTE on Managed Prefix Lists and Managed Prefix List Entries:-- The provider currently provides both a standalone Managed Prefix List Entry resource (a single entry), and a Managed Prefix List resource with entries defined in-line. At this time you cannot use a Managed Prefix List with in-line rules in conjunction with any Managed Prefix List Entry resources. Doing so will cause a conflict of entries and will overwrite entries. > --NOTE on `max_entries`:-- When you reference a Prefix List in a resource, the maximum number of entries for the prefix lists counts as the same number of rules or entries for the resource. For example, if you create a prefix list with a maximum of 20 entries and you reference that prefix list in a security group rule, this counts as 20 rules for the security group.', EC2_ManagedPrefixList.GetTypes(), ), ], [ ResourceType.EC2_MANAGEDPREFIXLISTENTRY, new ResourceProperty( - "Use the `aws_prefix_list_entry` resource to manage a managed prefix list entry. > --NOTE:-- Pulumi currently provides two resources for managing Managed Prefix Lists and Managed Prefix List Entries. The standalone resource, Managed Prefix List Entry, is used to manage a single entry. The Managed Prefix List resource is used to manage multiple entries defined in-line. It is important to note that you cannot use a Managed Prefix List with in-line rules in conjunction with any Managed Prefix List Entry resources. This will result in a conflict of entries and will cause the entries to be overwritten. > --NOTE:-- To improve execution times on larger updates, it is recommended to use the inline `entry` block as part of the Managed Prefix List resource when creating a prefix list with more than 100 entries. You can find more information about the resource here.", + 'Use the `aws_prefix_list_entry` resource to manage a managed prefix list entry. > --NOTE:-- Pulumi currently provides two resources for managing Managed Prefix Lists and Managed Prefix List Entries. The standalone resource, Managed Prefix List Entry, is used to manage a single entry. The Managed Prefix List resource is used to manage multiple entries defined in-line. It is important to note that you cannot use a Managed Prefix List with in-line rules in conjunction with any Managed Prefix List Entry resources. This will result in a conflict of entries and will cause the entries to be overwritten. > --NOTE:-- To improve execution times on larger updates, it is recommended to use the inline `entry` block as part of the Managed Prefix List resource when creating a prefix list with more than 100 entries. You can find more information about the resource here.', EC2_ManagedPrefixListEntry.GetTypes(), ), ], [ ResourceType.EC2_NATGATEWAY, new ResourceProperty( - "Provides a resource to create a VPC NAT Gateway.", + 'Provides a resource to create a VPC NAT Gateway.', EC2_NatGateway.GetTypes(), ), ], [ ResourceType.EC2_NETWORKACL, new ResourceProperty( - "Provides an network ACL resource. You might set up network ACLs with rules similar to your security groups in order to add an additional layer of security to your VPC. > --NOTE on Network ACLs and Network ACL Rules:-- This provider currently provides both a standalone Network ACL Rule resource and a Network ACL resource with rules defined in-line. At this time you cannot use a Network ACL with in-line rules in conjunction with any Network ACL Rule resources. Doing so will cause a conflict of rule settings and will overwrite rules. > --NOTE on Network ACLs and Network ACL Associations:-- the provider provides both a standalone network ACL association resource and a network ACL resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a network ACL resource and a network ACL association resource. Doing so will cause a conflict of associations and will overwrite the association.", + 'Provides an network ACL resource. You might set up network ACLs with rules similar to your security groups in order to add an additional layer of security to your VPC. > --NOTE on Network ACLs and Network ACL Rules:-- This provider currently provides both a standalone Network ACL Rule resource and a Network ACL resource with rules defined in-line. At this time you cannot use a Network ACL with in-line rules in conjunction with any Network ACL Rule resources. Doing so will cause a conflict of rule settings and will overwrite rules. > --NOTE on Network ACLs and Network ACL Associations:-- the provider provides both a standalone network ACL association resource and a network ACL resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a network ACL resource and a network ACL association resource. Doing so will cause a conflict of associations and will overwrite the association.', EC2_NetworkAcl.GetTypes(), ), ], [ ResourceType.EC2_NETWORKACLASSOCIATION, new ResourceProperty( - "Provides an network ACL association resource which allows you to associate your network ACL with any subnet(s). > --NOTE on Network ACLs and Network ACL Associations:-- the provider provides both a standalone network ACL association resource and a network ACL resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a network ACL resource and a network ACL association resource. Doing so will cause a conflict of associations and will overwrite the association.", + 'Provides an network ACL association resource which allows you to associate your network ACL with any subnet(s). > --NOTE on Network ACLs and Network ACL Associations:-- the provider provides both a standalone network ACL association resource and a network ACL resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a network ACL resource and a network ACL association resource. Doing so will cause a conflict of associations and will overwrite the association.', EC2_NetworkAclAssociation.GetTypes(), ), ], [ ResourceType.EC2_NETWORKACLRULE, new ResourceProperty( - "Creates an entry (a rule) in a network ACL with the specified rule number. > --NOTE on Network ACLs and Network ACL Rules:-- This provider currently provides both a standalone Network ACL Rule resource and a Network ACL resource with rules defined in-line. At this time you cannot use a Network ACL with in-line rules in conjunction with any Network ACL Rule resources. Doing so will cause a conflict of rule settings and will overwrite rules.", + 'Creates an entry (a rule) in a network ACL with the specified rule number. > --NOTE on Network ACLs and Network ACL Rules:-- This provider currently provides both a standalone Network ACL Rule resource and a Network ACL resource with rules defined in-line. At this time you cannot use a Network ACL with in-line rules in conjunction with any Network ACL Rule resources. Doing so will cause a conflict of rule settings and will overwrite rules.', EC2_NetworkAclRule.GetTypes(), ), ], @@ -7985,49 +7985,49 @@ export class ResourceProperties { [ ResourceType.EC2_NETWORKINTERFACE, new ResourceProperty( - "Provides an Elastic network interface (ENI) resource.", + 'Provides an Elastic network interface (ENI) resource.', EC2_NetworkInterface.GetTypes(), ), ], [ ResourceType.EC2_NETWORKINTERFACEATTACHMENT, new ResourceProperty( - "Attach an Elastic network interface (ENI) resource with EC2 instance.", + 'Attach an Elastic network interface (ENI) resource with EC2 instance.', EC2_NetworkInterfaceAttachment.GetTypes(), ), ], [ ResourceType.EC2_NETWORKINTERFACESECURITYGROUPATTACHMENT, new ResourceProperty( - "This resource attaches a security group to an Elastic Network Interface (ENI). It can be used to attach a security group to any existing ENI, be it a secondary ENI or one attached as the primary interface on an instance. > --NOTE on instances, interfaces, and security groups:-- This provider currently provides the capability to assign security groups via the [`aws.ec2.Instance`][1] and the [`aws.ec2.NetworkInterface`][2] resources. Using this resource in conjunction with security groups provided in-line in those resources will cause conflicts, and will lead to spurious diffs and undefined behavior - please use one or the other.", + 'This resource attaches a security group to an Elastic Network Interface (ENI). It can be used to attach a security group to any existing ENI, be it a secondary ENI or one attached as the primary interface on an instance. > --NOTE on instances, interfaces, and security groups:-- This provider currently provides the capability to assign security groups via the [`aws.ec2.Instance`][1] and the [`aws.ec2.NetworkInterface`][2] resources. Using this resource in conjunction with security groups provided in-line in those resources will cause conflicts, and will lead to spurious diffs and undefined behavior - please use one or the other.', EC2_NetworkInterfaceSecurityGroupAttachment.GetTypes(), ), ], [ ResourceType.EC2_PEERINGCONNECTIONOPTIONS, new ResourceProperty( - "Provides a resource to manage VPC peering connection options. > --NOTE on VPC Peering Connections and VPC Peering Connection Options:-- This provider provides both a standalone VPC Peering Connection Options and a VPC Peering Connection resource with `accepter` and `requester` attributes. Do not manage options for the same VPC peering connection in both a VPC Peering Connection resource and a VPC Peering Connection Options resource. Doing so will cause a conflict of options and will overwrite the options. Using a VPC Peering Connection Options resource decouples management of the connection options from management of the VPC Peering Connection and allows options to be set correctly in cross-region and cross-account scenarios.", + 'Provides a resource to manage VPC peering connection options. > --NOTE on VPC Peering Connections and VPC Peering Connection Options:-- This provider provides both a standalone VPC Peering Connection Options and a VPC Peering Connection resource with `accepter` and `requester` attributes. Do not manage options for the same VPC peering connection in both a VPC Peering Connection resource and a VPC Peering Connection Options resource. Doing so will cause a conflict of options and will overwrite the options. Using a VPC Peering Connection Options resource decouples management of the connection options from management of the VPC Peering Connection and allows options to be set correctly in cross-region and cross-account scenarios.', EC2_PeeringConnectionOptions.GetTypes(), ), ], [ ResourceType.EC2_PLACEMENTGROUP, new ResourceProperty( - "Provides an EC2 placement group. Read more about placement groups in [AWS Docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html).", + 'Provides an EC2 placement group. Read more about placement groups in [AWS Docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html).', EC2_PlacementGroup.GetTypes(), ), ], [ ResourceType.EC2_PROXYPROTOCOLPOLICY, new ResourceProperty( - "Provides a proxy protocol policy, which allows an ELB to carry a client connection information to a backend.", + 'Provides a proxy protocol policy, which allows an ELB to carry a client connection information to a backend.', EC2_ProxyProtocolPolicy.GetTypes(), ), ], [ ResourceType.EC2_ROUTE, new ResourceProperty( - "Provides a resource to create a routing table entry (a route) in a VPC routing table. > --NOTE on Route Tables and Routes:-- This provider currently provides both a standalone Route resource and a Route Table resource with routes defined in-line. At this time you cannot use a Route Table with in-line routes in conjunction with any Route resources. Doing so will cause a conflict of rule settings and will overwrite rules. > --NOTE on `gateway_id` attribute:-- The AWS API is very forgiving with the resource ID passed in the `gateway_id` attribute. For example an `aws.ec2.Route` resource can be created with an `aws.ec2.NatGateway` or `aws.ec2.EgressOnlyInternetGateway` ID specified for the `gateway_id` attribute. Specifying anything other than an `aws.ec2.InternetGateway` or `aws.ec2.VpnGateway` ID will lead to this provider reporting a permanent diff between your configuration and recorded state, as the AWS API returns the more-specific attribute. If you are experiencing constant diffs with an `aws.ec2.Route` resource, the first thing to check is that the correct attribute is being specified. > --NOTE on combining `vpc_endpoint_id` and `destination_prefix_list_id` attributes:-- To associate a Gateway VPC Endpoint (such as S3) with destination prefix list, use the `aws.ec2.VpcEndpointRouteTableAssociation` resource instead.", + 'Provides a resource to create a routing table entry (a route) in a VPC routing table. > --NOTE on Route Tables and Routes:-- This provider currently provides both a standalone Route resource and a Route Table resource with routes defined in-line. At this time you cannot use a Route Table with in-line routes in conjunction with any Route resources. Doing so will cause a conflict of rule settings and will overwrite rules. > --NOTE on `gateway_id` attribute:-- The AWS API is very forgiving with the resource ID passed in the `gateway_id` attribute. For example an `aws.ec2.Route` resource can be created with an `aws.ec2.NatGateway` or `aws.ec2.EgressOnlyInternetGateway` ID specified for the `gateway_id` attribute. Specifying anything other than an `aws.ec2.InternetGateway` or `aws.ec2.VpnGateway` ID will lead to this provider reporting a permanent diff between your configuration and recorded state, as the AWS API returns the more-specific attribute. If you are experiencing constant diffs with an `aws.ec2.Route` resource, the first thing to check is that the correct attribute is being specified. > --NOTE on combining `vpc_endpoint_id` and `destination_prefix_list_id` attributes:-- To associate a Gateway VPC Endpoint (such as S3) with destination prefix list, use the `aws.ec2.VpcEndpointRouteTableAssociation` resource instead.', EC2_Route.GetTypes(), ), ], @@ -8041,21 +8041,21 @@ export class ResourceProperties { [ ResourceType.EC2_ROUTETABLEASSOCIATION, new ResourceProperty( - "Provides a resource to create an association between a route table and a subnet or a route table and an internet gateway or virtual private gateway.", + 'Provides a resource to create an association between a route table and a subnet or a route table and an internet gateway or virtual private gateway.', EC2_RouteTableAssociation.GetTypes(), ), ], [ ResourceType.EC2_SECURITYGROUP, new ResourceProperty( - "Provides a security group resource. > --NOTE:-- Avoid using the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource to configure in-line rules, as they struggle with managing multiple CIDR blocks, and, due to the historical lack of unique IDs, tags and descriptions. To avoid these problems, use the current best practice of the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources with one CIDR block per rule. !> --WARNING:-- You should not use the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) in conjunction with the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten. > --NOTE:-- Referencing Security Groups across VPC peering has certain restrictions. More information is available in the [VPC Peering User Guide](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html). > --NOTE:-- Due to [AWS Lambda improved VPC networking changes that began deploying in September 2019](https://aws.amazon.com/blogs/compute/announcing-improved-vpc-networking-for-aws-lambda-functions/), security groups associated with Lambda Functions can take up to 45 minutes to successfully delete. To allow for successful deletion, the provider will wait for at least 45 minutes even if a shorter delete timeout is specified. > --NOTE:-- The `cidr_blocks` and `ipv6_cidr_blocks` parameters are optional in the `ingress` and `egress` blocks. If nothing is specified, traffic will be blocked as described in _NOTE on Egress rules_ later.", + 'Provides a security group resource. > --NOTE:-- Avoid using the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource to configure in-line rules, as they struggle with managing multiple CIDR blocks, and, due to the historical lack of unique IDs, tags and descriptions. To avoid these problems, use the current best practice of the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources with one CIDR block per rule. !> --WARNING:-- You should not use the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) in conjunction with the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten. > --NOTE:-- Referencing Security Groups across VPC peering has certain restrictions. More information is available in the [VPC Peering User Guide](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html). > --NOTE:-- Due to [AWS Lambda improved VPC networking changes that began deploying in September 2019](https://aws.amazon.com/blogs/compute/announcing-improved-vpc-networking-for-aws-lambda-functions/), security groups associated with Lambda Functions can take up to 45 minutes to successfully delete. To allow for successful deletion, the provider will wait for at least 45 minutes even if a shorter delete timeout is specified. > --NOTE:-- The `cidr_blocks` and `ipv6_cidr_blocks` parameters are optional in the `ingress` and `egress` blocks. If nothing is specified, traffic will be blocked as described in _NOTE on Egress rules_ later.', EC2_SecurityGroup.GetTypes(), ), ], [ ResourceType.EC2_SECURITYGROUPASSOCIATION, new ResourceProperty( - "Provides a resource to create an association between a VPC endpoint and a security group. > --NOTE on VPC Endpoints and VPC Endpoint Security Group Associations:-- The provider provides both a standalone VPC Endpoint Security Group Association (an association between a VPC endpoint and a single `security_group_id`) and a VPC Endpoint resource with a `security_group_ids` attribute. Do not use the same security group ID in both a VPC Endpoint resource and a VPC Endpoint Security Group Association resource. Doing so will cause a conflict of associations and will overwrite the association.", + 'Provides a resource to create an association between a VPC endpoint and a security group. > --NOTE on VPC Endpoints and VPC Endpoint Security Group Associations:-- The provider provides both a standalone VPC Endpoint Security Group Association (an association between a VPC endpoint and a single `security_group_id`) and a VPC Endpoint resource with a `security_group_ids` attribute. Do not use the same security group ID in both a VPC Endpoint resource and a VPC Endpoint Security Group Association resource. Doing so will cause a conflict of associations and will overwrite the association.', EC2_SecurityGroupAssociation.GetTypes(), ), ], @@ -8069,249 +8069,249 @@ export class ResourceProperties { [ ResourceType.EC2_SERIALCONSOLEACCESS, new ResourceProperty( - "Provides a resource to manage whether serial console access is enabled for your AWS account in the current AWS region. > --NOTE:-- Removing this resource disables serial console access.", + 'Provides a resource to manage whether serial console access is enabled for your AWS account in the current AWS region. > --NOTE:-- Removing this resource disables serial console access.', EC2_SerialConsoleAccess.GetTypes(), ), ], [ ResourceType.EC2_SNAPSHOTCREATEVOLUMEPERMISSION, new ResourceProperty( - "Adds permission to create volumes off of a given EBS Snapshot.", + 'Adds permission to create volumes off of a given EBS Snapshot.', EC2_SnapshotCreateVolumePermission.GetTypes(), ), ], [ ResourceType.EC2_SPOTDATAFEEDSUBSCRIPTION, new ResourceProperty( - "> --Note:-- There is only a single subscription allowed per account. To help you understand the charges for your Spot instances, Amazon EC2 provides a data feed that describes your Spot instance usage and pricing. This data feed is sent to an Amazon S3 bucket that you specify when you subscribe to the data feed.", + '> --Note:-- There is only a single subscription allowed per account. To help you understand the charges for your Spot instances, Amazon EC2 provides a data feed that describes your Spot instance usage and pricing. This data feed is sent to an Amazon S3 bucket that you specify when you subscribe to the data feed.', EC2_SpotDatafeedSubscription.GetTypes(), ), ], [ ResourceType.EC2_SPOTFLEETREQUEST, new ResourceProperty( - "Provides an EC2 Spot Fleet Request resource. This allows a fleet of Spot instances to be requested on the Spot market. > --NOTE [AWS strongly discourages](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use) the use of the legacy APIs called by this resource. We recommend using the EC2 Fleet or Auto Scaling Group resources instead.", + 'Provides an EC2 Spot Fleet Request resource. This allows a fleet of Spot instances to be requested on the Spot market. > --NOTE [AWS strongly discourages](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use) the use of the legacy APIs called by this resource. We recommend using the EC2 Fleet or Auto Scaling Group resources instead.', EC2_SpotFleetRequest.GetTypes(), ), ], [ ResourceType.EC2_SPOTINSTANCEREQUEST, new ResourceProperty( - "Provides an EC2 Spot Instance Request resource. This allows instances to be requested on the spot market. By default this provider creates Spot Instance Requests with a `persistent` type, which means that for the duration of their lifetime, AWS will launch an instance with the configured details if and when the spot market will accept the requested price. On destruction, this provider will make an attempt to terminate the associated Spot Instance if there is one present. Spot Instances requests with a `one-time` type will close the spot request when the instance is terminated either by the request being below the current spot price availability or by a user. > --NOTE:-- Because their behavior depends on the live status of the spot market, Spot Instance Requests have a unique lifecycle that makes them behave differently than other resources. Most importantly: there is __no guarantee__ that a Spot Instance exists to fulfill the request at any given point in time. See the [AWS Spot Instance documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html) for more information. > --NOTE [AWS strongly discourages](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use) the use of the legacy APIs called by this resource. We recommend using the EC2 Instance resource with `instance_market_options` instead.", + 'Provides an EC2 Spot Instance Request resource. This allows instances to be requested on the spot market. By default this provider creates Spot Instance Requests with a `persistent` type, which means that for the duration of their lifetime, AWS will launch an instance with the configured details if and when the spot market will accept the requested price. On destruction, this provider will make an attempt to terminate the associated Spot Instance if there is one present. Spot Instances requests with a `one-time` type will close the spot request when the instance is terminated either by the request being below the current spot price availability or by a user. > --NOTE:-- Because their behavior depends on the live status of the spot market, Spot Instance Requests have a unique lifecycle that makes them behave differently than other resources. Most importantly: there is __no guarantee__ that a Spot Instance exists to fulfill the request at any given point in time. See the [AWS Spot Instance documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html) for more information. > --NOTE [AWS strongly discourages](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use) the use of the legacy APIs called by this resource. We recommend using the EC2 Instance resource with `instance_market_options` instead.', EC2_SpotInstanceRequest.GetTypes(), ), ], [ ResourceType.EC2_SUBNET, new ResourceProperty( - "Provides an VPC subnet resource. > --NOTE:-- Due to [AWS Lambda improved VPC networking changes that began deploying in September 2019](https://aws.amazon.com/blogs/compute/announcing-improved-vpc-networking-for-aws-lambda-functions/), subnets associated with Lambda Functions can take up to 45 minutes to successfully delete. To allow for successful deletion, the provider will wait for at least 45 minutes even if a shorter delete timeout is specified.", + 'Provides an VPC subnet resource. > --NOTE:-- Due to [AWS Lambda improved VPC networking changes that began deploying in September 2019](https://aws.amazon.com/blogs/compute/announcing-improved-vpc-networking-for-aws-lambda-functions/), subnets associated with Lambda Functions can take up to 45 minutes to successfully delete. To allow for successful deletion, the provider will wait for at least 45 minutes even if a shorter delete timeout is specified.', EC2_Subnet.GetTypes(), ), ], [ ResourceType.EC2_SUBNETCIDRRESERVATION, new ResourceProperty( - "Provides a subnet CIDR reservation resource.", + 'Provides a subnet CIDR reservation resource.', EC2_SubnetCidrReservation.GetTypes(), ), ], [ ResourceType.EC2_TAG, new ResourceProperty( - "Manages an individual EC2 resource tag. This resource should only be used in cases where EC2 resources are created outside the provider (e.g. AMIs), being shared via Resource Access Manager (RAM), or implicitly created by other means (e.g. Transit Gateway VPN Attachments). > --NOTE:-- This tagging resource should not be combined with the providers resource for managing the parent resource. For example, using `aws.ec2.Vpc` and `aws.ec2.Tag` to manage tags of the same VPC will cause a perpetual difference where the `aws.ec2.Vpc` resource will try to remove the tag being added by the `aws.ec2.Tag` resource.", + 'Manages an individual EC2 resource tag. This resource should only be used in cases where EC2 resources are created outside the provider (e.g. AMIs), being shared via Resource Access Manager (RAM), or implicitly created by other means (e.g. Transit Gateway VPN Attachments). > --NOTE:-- This tagging resource should not be combined with the providers resource for managing the parent resource. For example, using `aws.ec2.Vpc` and `aws.ec2.Tag` to manage tags of the same VPC will cause a perpetual difference where the `aws.ec2.Vpc` resource will try to remove the tag being added by the `aws.ec2.Tag` resource.', EC2_Tag.GetTypes(), ), ], [ ResourceType.EC2_TRAFFICMIRRORFILTER, new ResourceProperty( - "Provides an Traffic mirror filter. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring", + 'Provides an Traffic mirror filter. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring', EC2_TrafficMirrorFilter.GetTypes(), ), ], [ ResourceType.EC2_TRAFFICMIRRORFILTERRULE, new ResourceProperty( - "Provides an Traffic mirror filter rule. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring", + 'Provides an Traffic mirror filter rule. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring', EC2_TrafficMirrorFilterRule.GetTypes(), ), ], [ ResourceType.EC2_TRAFFICMIRRORSESSION, new ResourceProperty( - "Provides an Traffic mirror session. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring", + 'Provides an Traffic mirror session. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring', EC2_TrafficMirrorSession.GetTypes(), ), ], [ ResourceType.EC2_TRAFFICMIRRORTARGET, new ResourceProperty( - "Provides a Traffic mirror target. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring", + 'Provides a Traffic mirror target. Read [limits and considerations](https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) for traffic mirroring', EC2_TrafficMirrorTarget.GetTypes(), ), ], [ ResourceType.EC2_VOLUMEATTACHMENT, new ResourceProperty( - "Provides an AWS EBS Volume Attachment as a top level resource, to attach and detach volumes from AWS Instances. > --NOTE on EBS block devices:-- If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, and treats additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` + `aws.ec2.VolumeAttachment` resources for a given instance.", + 'Provides an AWS EBS Volume Attachment as a top level resource, to attach and detach volumes from AWS Instances. > --NOTE on EBS block devices:-- If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, and treats additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` + `aws.ec2.VolumeAttachment` resources for a given instance.', EC2_VolumeAttachment.GetTypes(), ), ], [ ResourceType.EC2_VPC, - new ResourceProperty("Provides a VPC resource.", EC2_Vpc.GetTypes()), + new ResourceProperty('Provides a VPC resource.', EC2_Vpc.GetTypes()), ], [ ResourceType.EC2_VPCDHCPOPTIONS, new ResourceProperty( - "Provides a VPC DHCP Options resource.", + 'Provides a VPC DHCP Options resource.', EC2_VpcDhcpOptions.GetTypes(), ), ], [ ResourceType.EC2_VPCDHCPOPTIONSASSOCIATION, new ResourceProperty( - "Provides a VPC DHCP Options Association resource.", + 'Provides a VPC DHCP Options Association resource.', EC2_VpcDhcpOptionsAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINT, new ResourceProperty( - "Provides a VPC Endpoint resource. > --NOTE on VPC Endpoints and VPC Endpoint Associations:-- The provider provides both standalone VPC Endpoint Associations for Route Tables - (an association between a VPC endpoint and a single `route_table_id`), Security Groups - (an association between a VPC endpoint and a single `security_group_id`), and Subnets - (an association between a VPC endpoint and a single `subnet_id`) and a VPC Endpoint resource with `route_table_ids` and `subnet_ids` attributes. Do not use the same resource ID in both a VPC Endpoint resource and a VPC Endpoint Association resource. Doing so will cause a conflict of associations and will overwrite the association.", + 'Provides a VPC Endpoint resource. > --NOTE on VPC Endpoints and VPC Endpoint Associations:-- The provider provides both standalone VPC Endpoint Associations for Route Tables - (an association between a VPC endpoint and a single `route_table_id`), Security Groups - (an association between a VPC endpoint and a single `security_group_id`), and Subnets - (an association between a VPC endpoint and a single `subnet_id`) and a VPC Endpoint resource with `route_table_ids` and `subnet_ids` attributes. Do not use the same resource ID in both a VPC Endpoint resource and a VPC Endpoint Association resource. Doing so will cause a conflict of associations and will overwrite the association.', EC2_VpcEndpoint.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTCONNECTIONACCEPTER, new ResourceProperty( - "Provides a resource to accept a pending VPC Endpoint Connection accept request to VPC Endpoint Service.", + 'Provides a resource to accept a pending VPC Endpoint Connection accept request to VPC Endpoint Service.', EC2_VpcEndpointConnectionAccepter.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTCONNECTIONNOTIFICATION, new ResourceProperty( - "Provides a VPC Endpoint connection notification resource. Connection notifications notify subscribers of VPC Endpoint events.", + 'Provides a VPC Endpoint connection notification resource. Connection notifications notify subscribers of VPC Endpoint events.', EC2_VpcEndpointConnectionNotification.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTPOLICY, new ResourceProperty( - "Provides a VPC Endpoint Policy resource.", + 'Provides a VPC Endpoint Policy resource.', EC2_VpcEndpointPolicy.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTROUTETABLEASSOCIATION, new ResourceProperty( - "Manages a VPC Endpoint Route Table Association", + 'Manages a VPC Endpoint Route Table Association', EC2_VpcEndpointRouteTableAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTSERVICE, new ResourceProperty( - "Provides a VPC Endpoint Service resource. Service consumers can create an _Interface_ VPC Endpoint to connect to the service. > --NOTE on VPC Endpoint Services and VPC Endpoint Service Allowed Principals:-- This provider provides both a standalone VPC Endpoint Service Allowed Principal resource and a VPC Endpoint Service resource with an `allowed_principals` attribute. Do not use the same principal ARN in both a VPC Endpoint Service resource and a VPC Endpoint Service Allowed Principal resource. Doing so will cause a conflict and will overwrite the association.", + 'Provides a VPC Endpoint Service resource. Service consumers can create an _Interface_ VPC Endpoint to connect to the service. > --NOTE on VPC Endpoint Services and VPC Endpoint Service Allowed Principals:-- This provider provides both a standalone VPC Endpoint Service Allowed Principal resource and a VPC Endpoint Service resource with an `allowed_principals` attribute. Do not use the same principal ARN in both a VPC Endpoint Service resource and a VPC Endpoint Service Allowed Principal resource. Doing so will cause a conflict and will overwrite the association.', EC2_VpcEndpointService.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTSERVICEALLOWEDPRINCIPLE, new ResourceProperty( - "Provides a resource to allow a principal to discover a VPC endpoint service. > --NOTE on VPC Endpoint Services and VPC Endpoint Service Allowed Principals:-- This provider provides both a standalone VPC Endpoint Service Allowed Principal resource and a VPC Endpoint Service resource with an `allowed_principals` attribute. Do not use the same principal ARN in both a VPC Endpoint Service resource and a VPC Endpoint Service Allowed Principal resource. Doing so will cause a conflict and will overwrite the association.", + 'Provides a resource to allow a principal to discover a VPC endpoint service. > --NOTE on VPC Endpoint Services and VPC Endpoint Service Allowed Principals:-- This provider provides both a standalone VPC Endpoint Service Allowed Principal resource and a VPC Endpoint Service resource with an `allowed_principals` attribute. Do not use the same principal ARN in both a VPC Endpoint Service resource and a VPC Endpoint Service Allowed Principal resource. Doing so will cause a conflict and will overwrite the association.', EC2_VpcEndpointServiceAllowedPrinciple.GetTypes(), ), ], [ ResourceType.EC2_VPCENDPOINTSUBNETASSOCIATION, new ResourceProperty( - "Provides a resource to create an association between a VPC endpoint and a subnet. > --NOTE on VPC Endpoints and VPC Endpoint Subnet Associations:-- This provider provides both a standalone VPC Endpoint Subnet Association (an association between a VPC endpoint and a single `subnet_id`) and a VPC Endpoint resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a VPC Endpoint resource and a VPC Endpoint Subnet Association resource. Doing so will cause a conflict of associations and will overwrite the association.", + 'Provides a resource to create an association between a VPC endpoint and a subnet. > --NOTE on VPC Endpoints and VPC Endpoint Subnet Associations:-- This provider provides both a standalone VPC Endpoint Subnet Association (an association between a VPC endpoint and a single `subnet_id`) and a VPC Endpoint resource with a `subnet_ids` attribute. Do not use the same subnet ID in both a VPC Endpoint resource and a VPC Endpoint Subnet Association resource. Doing so will cause a conflict of associations and will overwrite the association.', EC2_VpcEndpointSubnetAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAM, new ResourceProperty( - "Provides an IPAM resource.", + 'Provides an IPAM resource.', EC2_VpcIpam.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMORGANIZATIONADMINACCOUNT, new ResourceProperty( - "Enables the IPAM Service and promotes a delegated administrator.", + 'Enables the IPAM Service and promotes a delegated administrator.', EC2_VpcIpamOrganizationAdminAccount.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMPOOL, new ResourceProperty( - "Provides an IP address pool resource for IPAM.", + 'Provides an IP address pool resource for IPAM.', EC2_VpcIpamPool.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMPOOLCIDR, new ResourceProperty( - "Provisions a CIDR from an IPAM address pool. > --NOTE:-- Provisioning Public IPv4 or Public IPv6 require [steps outside the scope of this resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip). The resource accepts `message` and `signature` as part of the `cidr_authorization_context` attribute but those must be generated ahead of time. Public IPv6 CIDRs that are provisioned into a Pool with `publicly_advertisable = true` and all public IPv4 CIDRs also require creating a Route Origin Authorization (ROA) object in your Regional Internet Registry (RIR). > --NOTE:-- In order to deprovision CIDRs all Allocations must be released. Allocations created by a VPC take up to 30 minutes to be released. However, for IPAM to properly manage the removal of allocation records created by VPCs and other resources, you must [grant it permissions](https://docs.aws.amazon.com/vpc/latest/ipam/choose-single-user-or-orgs-ipam.html) in either a single account or organizationally. If you are unable to deprovision a cidr after waiting over 30 minutes, you may be missing the Service Linked Role.", + 'Provisions a CIDR from an IPAM address pool. > --NOTE:-- Provisioning Public IPv4 or Public IPv6 require [steps outside the scope of this resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip). The resource accepts `message` and `signature` as part of the `cidr_authorization_context` attribute but those must be generated ahead of time. Public IPv6 CIDRs that are provisioned into a Pool with `publicly_advertisable = true` and all public IPv4 CIDRs also require creating a Route Origin Authorization (ROA) object in your Regional Internet Registry (RIR). > --NOTE:-- In order to deprovision CIDRs all Allocations must be released. Allocations created by a VPC take up to 30 minutes to be released. However, for IPAM to properly manage the removal of allocation records created by VPCs and other resources, you must [grant it permissions](https://docs.aws.amazon.com/vpc/latest/ipam/choose-single-user-or-orgs-ipam.html) in either a single account or organizationally. If you are unable to deprovision a cidr after waiting over 30 minutes, you may be missing the Service Linked Role.', EC2_VpcIpamPoolCidr.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMPOOLCIDRALLOCATION, new ResourceProperty( - "Allocates (reserves) a CIDR from an IPAM address pool, preventing usage by IPAM. Only works for private IPv4.", + 'Allocates (reserves) a CIDR from an IPAM address pool, preventing usage by IPAM. Only works for private IPv4.', EC2_VpcIpamPoolCidrAllocation.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMPREVIEWNEXTCIDR, new ResourceProperty( - "Previews a CIDR from an IPAM address pool. Only works for private IPv4.", + 'Previews a CIDR from an IPAM address pool. Only works for private IPv4.', EC2_VpcIpamPreviewNextCidr.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMRESOURCEDISCOVERY, new ResourceProperty( - "Provides an IPAM Resource Discovery resource. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account. For a full deployment example, see `aws.ec2.VpcIpamResourceDiscoveryAssociation` resource.", + 'Provides an IPAM Resource Discovery resource. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account. For a full deployment example, see `aws.ec2.VpcIpamResourceDiscoveryAssociation` resource.', EC2_VpcIpamResourceDiscovery.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMRESOURCEDISCOVERYASSOCIATION, new ResourceProperty( - "Provides an association between an Amazon IP Address Manager (IPAM) and a IPAM Resource Discovery. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account. Once an association is created between two organizations via IPAM & a IPAM Resource Discovery, IPAM Pools can be shared via Resource Access Manager (RAM) to accounts in the subordinate organization; these RAM shares must be accepted by the end user account. Pools can then also discover and monitor IPAM resources in the subordinate organization.", + 'Provides an association between an Amazon IP Address Manager (IPAM) and a IPAM Resource Discovery. IPAM Resource Discoveries are resources meant for multi-organization customers. If you wish to use a single IPAM across multiple orgs, a resource discovery can be created and shared from a subordinate organization to the management organizations IPAM delegated admin account. Once an association is created between two organizations via IPAM & a IPAM Resource Discovery, IPAM Pools can be shared via Resource Access Manager (RAM) to accounts in the subordinate organization; these RAM shares must be accepted by the end user account. Pools can then also discover and monitor IPAM resources in the subordinate organization.', EC2_VpcIpamResourceDiscoveryAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCIPAMSCOPE, new ResourceProperty( - "Creates a scope for AWS IPAM.", + 'Creates a scope for AWS IPAM.', EC2_VpcIpamScope.GetTypes(), ), ], [ ResourceType.EC2_VPCIPV4CIDRBLOCKASSOCIATION, new ResourceProperty( - "Provides a resource to associate additional IPv4 CIDR blocks with a VPC. When a VPC is created, a primary IPv4 CIDR block for the VPC must be specified. The `aws.ec2.VpcIpv4CidrBlockAssociation` resource allows further IPv4 CIDR blocks to be added to the VPC.", + 'Provides a resource to associate additional IPv4 CIDR blocks with a VPC. When a VPC is created, a primary IPv4 CIDR block for the VPC must be specified. The `aws.ec2.VpcIpv4CidrBlockAssociation` resource allows further IPv4 CIDR blocks to be added to the VPC.', EC2_VpcIpv4CidrBlockAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCIPV6CIDRBLOCKASSOCIATION, new ResourceProperty( - "Provides a resource to associate additional IPv6 CIDR blocks with a VPC. The `aws.ec2.VpcIpv6CidrBlockAssociation` resource allows IPv6 CIDR blocks to be added to the VPC.", + 'Provides a resource to associate additional IPv6 CIDR blocks with a VPC. The `aws.ec2.VpcIpv6CidrBlockAssociation` resource allows IPv6 CIDR blocks to be added to the VPC.', EC2_VpcIpv6CidrBlockAssociation.GetTypes(), ), ], [ ResourceType.EC2_VPCNETWORKPERFORMANCEMETRICSUBSCRIPTION, new ResourceProperty( - "Provides a resource to manage an Infrastructure Performance subscription.", + 'Provides a resource to manage an Infrastructure Performance subscription.', EC2_VpcNetworkPerformanceMetricSubscription.GetTypes(), ), ], @@ -8332,35 +8332,35 @@ export class ResourceProperties { [ ResourceType.EC2_VPNCONNECTION, new ResourceProperty( - "Manages a Site-to-Site VPN connection. A Site-to-Site VPN connection is an Internet Protocol security (IPsec) VPN connection between a VPC and an on-premises network. Any new Site-to-Site VPN connection that you create is an [AWS VPN connection](https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-categories.html). > --Note:-- The CIDR blocks in the arguments `tunnel1_inside_cidr` and `tunnel2_inside_cidr` must have a prefix of /30 and be a part of a specific range. [Read more about this in the AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VpnTunnelOptionsSpecification.html).", + 'Manages a Site-to-Site VPN connection. A Site-to-Site VPN connection is an Internet Protocol security (IPsec) VPN connection between a VPC and an on-premises network. Any new Site-to-Site VPN connection that you create is an [AWS VPN connection](https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-categories.html). > --Note:-- The CIDR blocks in the arguments `tunnel1_inside_cidr` and `tunnel2_inside_cidr` must have a prefix of /30 and be a part of a specific range. [Read more about this in the AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VpnTunnelOptionsSpecification.html).', EC2_VpnConnection.GetTypes(), ), ], [ ResourceType.EC2_VPNCONNECTIONROUTE, new ResourceProperty( - "Provides a static route between a VPN connection and a customer gateway.", + 'Provides a static route between a VPN connection and a customer gateway.', EC2_VpnConnectionRoute.GetTypes(), ), ], [ ResourceType.EC2_VPNGATEWAY, new ResourceProperty( - "Provides a resource to create a VPC VPN Gateway.", + 'Provides a resource to create a VPC VPN Gateway.', EC2_VpnGateway.GetTypes(), ), ], [ ResourceType.EC2_VPNGATEWAYATTACHMENT, new ResourceProperty( - "Provides a Virtual Private Gateway attachment resource, allowing for an existing hardware VPN gateway to be attached and/or detached from a VPC. > --Note:-- The `aws.ec2.VpnGateway` resource can also automatically attach the Virtual Private Gateway it creates to an existing VPC by setting the `vpc_id` attribute accordingly.", + 'Provides a Virtual Private Gateway attachment resource, allowing for an existing hardware VPN gateway to be attached and/or detached from a VPC. > --Note:-- The `aws.ec2.VpnGateway` resource can also automatically attach the Virtual Private Gateway it creates to an existing VPC by setting the `vpc_id` attribute accordingly.', EC2_VpnGatewayAttachment.GetTypes(), ), ], [ ResourceType.EC2_VPNGATEWAYROUTEPROPAGATION, new ResourceProperty( - "Requests automatic route propagation between a VPN gateway and a route table. > --Note:-- This resource should not be used with a route table that has the `propagating_vgws` argument set. If that argument is set, any route propagation not explicitly listed in its value will be removed.", + 'Requests automatic route propagation between a VPN gateway and a route table. > --Note:-- This resource should not be used with a route table that has the `propagating_vgws` argument set. If that argument is set, any route propagation not explicitly listed in its value will be removed.', EC2_VpnGatewayRoutePropagation.GetTypes(), ), ], @@ -8395,63 +8395,63 @@ export class ResourceProperties { [ ResourceType.EC2TRANSITGATEWAY_CONNECT, new ResourceProperty( - "Manages an EC2 Transit Gateway Connect.", + 'Manages an EC2 Transit Gateway Connect.', EC2TRANSITGATEWAY_Connect.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_CONNECTPEER, new ResourceProperty( - "Manages an EC2 Transit Gateway Connect Peer.", + 'Manages an EC2 Transit Gateway Connect Peer.', EC2TRANSITGATEWAY_ConnectPeer.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_INSTANCECONNECTENDPOINT, new ResourceProperty( - "Manages an EC2 Instance Connect Endpoint.", + 'Manages an EC2 Instance Connect Endpoint.', EC2TRANSITGATEWAY_InstanceConnectEndpoint.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_INSTANCESTATE, new ResourceProperty( - "Provides an EC2 instance state resource. This allows managing an instance power state. > --NOTE on Instance State Management:-- AWS does not currently have an EC2 API operation to determine an instance has finished processing user data. As a result, this resource can interfere with user data processing. For example, this resource may stop an instance while the user data script is in mid run.", + 'Provides an EC2 instance state resource. This allows managing an instance power state. > --NOTE on Instance State Management:-- AWS does not currently have an EC2 API operation to determine an instance has finished processing user data. As a result, this resource can interfere with user data processing. For example, this resource may stop an instance while the user data script is in mid run.', EC2TRANSITGATEWAY_InstanceState.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_MULTICASTDOMAIN, new ResourceProperty( - "Manages an EC2 Transit Gateway Multicast Domain.", + 'Manages an EC2 Transit Gateway Multicast Domain.', EC2TRANSITGATEWAY_MulticastDomain.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_MULTICASTDOMAINASSOCIATION, new ResourceProperty( - "Associates the specified subnet and transit gateway attachment with the specified transit gateway multicast domain.", + 'Associates the specified subnet and transit gateway attachment with the specified transit gateway multicast domain.', EC2TRANSITGATEWAY_MulticastDomainAssociation.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_MULTICASTGROUPMEMBER, new ResourceProperty( - "Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic.", + 'Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic.', EC2TRANSITGATEWAY_MulticastGroupMember.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_MULTICASTGROUPSOURCE, new ResourceProperty( - "Registers sources (network interfaces) with the transit gateway multicast group. A multicast source is a network interface attached to a supported instance that sends multicast traffic.", + 'Registers sources (network interfaces) with the transit gateway multicast group. A multicast source is a network interface attached to a supported instance that sends multicast traffic.', EC2TRANSITGATEWAY_MulticastGroupSource.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_PEERINGATTACHMENT, new ResourceProperty( - "Manages an EC2 Transit Gateway Peering Attachment. For examples of custom route table association and propagation, see the [EC2 Transit Gateway Networking Examples Guide](https://docs.aws.amazon.com/vpc/latest/tgw/TGW_Scenarios.html).", + 'Manages an EC2 Transit Gateway Peering Attachment. For examples of custom route table association and propagation, see the [EC2 Transit Gateway Networking Examples Guide](https://docs.aws.amazon.com/vpc/latest/tgw/TGW_Scenarios.html).', EC2TRANSITGATEWAY_PeeringAttachment.GetTypes(), ), ], @@ -8465,63 +8465,63 @@ export class ResourceProperties { [ ResourceType.EC2TRANSITGATEWAY_POLICYTABLE, new ResourceProperty( - "Manages an EC2 Transit Gateway Policy Table.", + 'Manages an EC2 Transit Gateway Policy Table.', EC2TRANSITGATEWAY_PolicyTable.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_POLICYTABLEASSOCIATION, new ResourceProperty( - "Manages an EC2 Transit Gateway Policy Table association.", + 'Manages an EC2 Transit Gateway Policy Table association.', EC2TRANSITGATEWAY_PolicyTableAssociation.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_PREFIXLISTREFERENCE, new ResourceProperty( - "Manages an EC2 Transit Gateway Prefix List Reference.", + 'Manages an EC2 Transit Gateway Prefix List Reference.', EC2TRANSITGATEWAY_PrefixListReference.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_ROUTE, new ResourceProperty( - "Manages an EC2 Transit Gateway Route.", + 'Manages an EC2 Transit Gateway Route.', EC2TRANSITGATEWAY_Route.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_ROUTETABLE, new ResourceProperty( - "Manages an EC2 Transit Gateway Route Table.", + 'Manages an EC2 Transit Gateway Route Table.', EC2TRANSITGATEWAY_RouteTable.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_ROUTETABLEASSOCIATION, new ResourceProperty( - "Manages an EC2 Transit Gateway Route Table association.", + 'Manages an EC2 Transit Gateway Route Table association.', EC2TRANSITGATEWAY_RouteTableAssociation.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_ROUTETABLEPROPAGATION, new ResourceProperty( - "Manages an EC2 Transit Gateway Route Table propagation.", + 'Manages an EC2 Transit Gateway Route Table propagation.', EC2TRANSITGATEWAY_RouteTablePropagation.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_TRANSITGATEWAY, new ResourceProperty( - "Manages an EC2 Transit Gateway.", + 'Manages an EC2 Transit Gateway.', EC2TRANSITGATEWAY_TransitGateway.GetTypes(), ), ], [ ResourceType.EC2TRANSITGATEWAY_VPCATTACHMENT, new ResourceProperty( - "Manages an EC2 Transit Gateway VPC Attachment. For examples of custom route table association and propagation, see the EC2 Transit Gateway Networking Examples Guide.", + 'Manages an EC2 Transit Gateway VPC Attachment. For examples of custom route table association and propagation, see the EC2 Transit Gateway Networking Examples Guide.', EC2TRANSITGATEWAY_VpcAttachment.GetTypes(), ), ], @@ -8535,21 +8535,21 @@ export class ResourceProperties { [ ResourceType.ECR_LIFECYCLEPOLICY, new ResourceProperty( - "Manages an ECR repository lifecycle policy. > --NOTE:-- Only one `aws.ecr.LifecyclePolicy` resource can be used with the same ECR repository. To apply multiple rules, they must be combined in the `policy` JSON. > --NOTE:-- The AWS ECR API seems to reorder rules based on `rulePriority`. If you define multiple rules that are not sorted in ascending `rulePriority` order in the this provider code, the resource will be flagged for recreation every deployment.", + 'Manages an ECR repository lifecycle policy. > --NOTE:-- Only one `aws.ecr.LifecyclePolicy` resource can be used with the same ECR repository. To apply multiple rules, they must be combined in the `policy` JSON. > --NOTE:-- The AWS ECR API seems to reorder rules based on `rulePriority`. If you define multiple rules that are not sorted in ascending `rulePriority` order in the this provider code, the resource will be flagged for recreation every deployment.', ECR_LifecyclePolicy.GetTypes(), ), ], [ ResourceType.ECR_PULLTHROUGHCACHERULE, new ResourceProperty( - "Provides an Elastic Container Registry Pull Through Cache Rule. More information about pull through cache rules, including the set of supported upstream repositories, see [Using pull through cache rules](https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html).", + 'Provides an Elastic Container Registry Pull Through Cache Rule. More information about pull through cache rules, including the set of supported upstream repositories, see [Using pull through cache rules](https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html).', ECR_PullThroughCacheRule.GetTypes(), ), ], [ ResourceType.ECR_REGISTRYPOLICY, new ResourceProperty( - "Provides an Elastic Container Registry Policy. > --NOTE on ECR Registry Policies:-- While the AWS Management Console interface may suggest the ability to define multiple policies by creating multiple statements, ECR registry policies are effectively managed as singular entities at the regional level by the AWS APIs. Therefore, the `aws.ecr.RegistryPolicy` resource should be configured only once per region with all necessary statements defined in the same policy. Attempting to define multiple `aws.ecr.RegistryPolicy` resources may result in perpetual differences, with one policy overriding another.", + 'Provides an Elastic Container Registry Policy. > --NOTE on ECR Registry Policies:-- While the AWS Management Console interface may suggest the ability to define multiple policies by creating multiple statements, ECR registry policies are effectively managed as singular entities at the regional level by the AWS APIs. Therefore, the `aws.ecr.RegistryPolicy` resource should be configured only once per region with all necessary statements defined in the same policy. Attempting to define multiple `aws.ecr.RegistryPolicy` resources may result in perpetual differences, with one policy overriding another.', ECR_RegistryPolicy.GetTypes(), ), ], @@ -8563,42 +8563,42 @@ export class ResourceProperties { [ ResourceType.ECR_REPLICATIONCONFIGURATION, new ResourceProperty( - "Provides an Elastic Container Registry Replication Configuration.", + 'Provides an Elastic Container Registry Replication Configuration.', ECR_ReplicationConfiguration.GetTypes(), ), ], [ ResourceType.ECR_REPOSITORY, new ResourceProperty( - "Provides an Elastic Container Registry Repository.", + 'Provides an Elastic Container Registry Repository.', ECR_Repository.GetTypes(), ), ], [ ResourceType.ECR_REPOSITORYCREATIONTEMPLATE, new ResourceProperty( - "Provides an Elastic Container Registry Repository Creation Template.", + 'Provides an Elastic Container Registry Repository Creation Template.', ECR_RepositoryCreationTemplate.GetTypes(), ), ], [ ResourceType.ECR_REPOSITORYPOLICY, new ResourceProperty( - "Provides an Elastic Container Registry Repository Policy. Note that currently only one policy may be applied to a repository.", + 'Provides an Elastic Container Registry Repository Policy. Note that currently only one policy may be applied to a repository.', ECR_RepositoryPolicy.GetTypes(), ), ], [ ResourceType.ECRPUBLIC_REPOSITORY, new ResourceProperty( - "Provides a Public Elastic Container Registry Repository. > --NOTE:-- This resource can only be used in the `us-east-1` region.", + 'Provides a Public Elastic Container Registry Repository. > --NOTE:-- This resource can only be used in the `us-east-1` region.', ECRPUBLIC_Repository.GetTypes(), ), ], [ ResourceType.ECRPUBLIC_REPOSITORYPOLICY, new ResourceProperty( - "Provides an Elastic Container Registry Public Repository Policy. Note that currently only one policy may be applied to a repository. > --NOTE:-- This resource can only be used in the `us-east-1` region.", + 'Provides an Elastic Container Registry Public Repository Policy. Note that currently only one policy may be applied to a repository. > --NOTE:-- This resource can only be used in the `us-east-1` region.', ECRPUBLIC_RepositoryPolicy.GetTypes(), ), ], @@ -8612,159 +8612,159 @@ export class ResourceProperties { [ ResourceType.ECS_CAPACITYPROVIDER, new ResourceProperty( - "Provides an ECS cluster capacity provider. More information can be found on the [ECS Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-capacity-providers.html). > --NOTE:-- Associating an ECS Capacity Provider to an Auto Scaling Group will automatically add the `AmazonECSManaged` tag to the Auto Scaling Group. This tag should be included in the `aws.autoscaling.Group` resource configuration to prevent the provider from removing it in subsequent executions as well as ensuring the `AmazonECSManaged` tag is propagated to all EC2 Instances in the Auto Scaling Group if `min_size` is above 0 on creation. Any EC2 Instances in the Auto Scaling Group without this tag must be manually be updated, otherwise they may cause unexpected scaling behavior and metrics.", + 'Provides an ECS cluster capacity provider. More information can be found on the [ECS Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-capacity-providers.html). > --NOTE:-- Associating an ECS Capacity Provider to an Auto Scaling Group will automatically add the `AmazonECSManaged` tag to the Auto Scaling Group. This tag should be included in the `aws.autoscaling.Group` resource configuration to prevent the provider from removing it in subsequent executions as well as ensuring the `AmazonECSManaged` tag is propagated to all EC2 Instances in the Auto Scaling Group if `min_size` is above 0 on creation. Any EC2 Instances in the Auto Scaling Group without this tag must be manually be updated, otherwise they may cause unexpected scaling behavior and metrics.', ECS_CapacityProvider.GetTypes(), ), ], [ ResourceType.ECS_CLUSTER, - new ResourceProperty("Provides an ECS cluster.", ECS_Cluster.GetTypes()), + new ResourceProperty('Provides an ECS cluster.', ECS_Cluster.GetTypes()), ], [ ResourceType.ECS_CLUSTERCAPACITYPROVIDERS, new ResourceProperty( - "Manages the capacity providers of an ECS Cluster. More information about capacity providers can be found in the [ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-capacity-providers.html).", + 'Manages the capacity providers of an ECS Cluster. More information about capacity providers can be found in the [ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-capacity-providers.html).', ECS_ClusterCapacityProviders.GetTypes(), ), ], [ ResourceType.ECS_SERVICE, new ResourceProperty( - "> --Note:-- To prevent a race condition during service deletion, make sure to set `depends_on` to the related `aws.iam.RolePolicy`; otherwise, the policy may be destroyed too soon and the ECS service will then get stuck in the `DRAINING` state. Provides an ECS service - effectively a task that is expected to run until an error occurs or a user terminates it (typically a webserver or a database). See [ECS Services section in AWS developer guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).", + '> --Note:-- To prevent a race condition during service deletion, make sure to set `depends_on` to the related `aws.iam.RolePolicy`; otherwise, the policy may be destroyed too soon and the ECS service will then get stuck in the `DRAINING` state. Provides an ECS service - effectively a task that is expected to run until an error occurs or a user terminates it (typically a webserver or a database). See [ECS Services section in AWS developer guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).', ECS_Service.GetTypes(), ), ], [ ResourceType.ECS_TAG, new ResourceProperty( - "Manages an individual ECS resource tag. This resource should only be used in cases where ECS resources are created outside the provider (e.g., ECS Clusters implicitly created by Batch Compute Environments). > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.ecs.Cluster` and `aws.ecs.Tag` to manage tags of the same ECS Cluster will cause a perpetual difference where the `aws.ecs.Cluster` resource will try to remove the tag being added by the `aws.ecs.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.", + 'Manages an individual ECS resource tag. This resource should only be used in cases where ECS resources are created outside the provider (e.g., ECS Clusters implicitly created by Batch Compute Environments). > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.ecs.Cluster` and `aws.ecs.Tag` to manage tags of the same ECS Cluster will cause a perpetual difference where the `aws.ecs.Cluster` resource will try to remove the tag being added by the `aws.ecs.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.', ECS_Tag.GetTypes(), ), ], [ ResourceType.ECS_TASKDEFINITION, new ResourceProperty( - "Manages a revision of an ECS task definition to be used in `aws.ecs.Service`.", + 'Manages a revision of an ECS task definition to be used in `aws.ecs.Service`.', ECS_TaskDefinition.GetTypes(), ), ], [ ResourceType.ECS_TASKSET, new ResourceProperty( - "Provides an ECS task set - effectively a task that is expected to run until an error occurs or a user terminates it (typically a webserver or a database). See [ECS Task Set section in AWS developer guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-external.html).", + 'Provides an ECS task set - effectively a task that is expected to run until an error occurs or a user terminates it (typically a webserver or a database). See [ECS Task Set section in AWS developer guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-external.html).', ECS_TaskSet.GetTypes(), ), ], [ ResourceType.EFS_ACCESSPOINT, new ResourceProperty( - "Provides an Elastic File System (EFS) access point.", + 'Provides an Elastic File System (EFS) access point.', EFS_AccessPoint.GetTypes(), ), ], [ ResourceType.EFS_BACKUPPOLICY, new ResourceProperty( - "Provides an Elastic File System (EFS) Backup Policy resource. Backup policies turn automatic backups on or off for an existing file system.", + 'Provides an Elastic File System (EFS) Backup Policy resource. Backup policies turn automatic backups on or off for an existing file system.', EFS_BackupPolicy.GetTypes(), ), ], [ ResourceType.EFS_FILESYSTEM, new ResourceProperty( - "Provides an Elastic File System (EFS) File System resource.", + 'Provides an Elastic File System (EFS) File System resource.', EFS_FileSystem.GetTypes(), ), ], [ ResourceType.EFS_FILESYSTEMPOLICY, new ResourceProperty( - "Provides an Elastic File System (EFS) File System Policy resource.", + 'Provides an Elastic File System (EFS) File System Policy resource.', EFS_FileSystemPolicy.GetTypes(), ), ], [ ResourceType.EFS_MOUNTTARGET, new ResourceProperty( - "Provides an Elastic File System (EFS) mount target.", + 'Provides an Elastic File System (EFS) mount target.', EFS_MountTarget.GetTypes(), ), ], [ ResourceType.EFS_REPLICATIONCONFIGURATION, new ResourceProperty( - "Creates a replica of an existing EFS file system in the same or another region. Creating this resource causes the source EFS file system to be replicated to a new read-only destination EFS file system (unless using the `destination.file_system_id` attribute). Deleting this resource will cause the replication from source to destination to stop and the destination file system will no longer be read only. > --NOTE:-- Deleting this resource does --not-- delete the destination file system that was created.", + 'Creates a replica of an existing EFS file system in the same or another region. Creating this resource causes the source EFS file system to be replicated to a new read-only destination EFS file system (unless using the `destination.file_system_id` attribute). Deleting this resource will cause the replication from source to destination to stop and the destination file system will no longer be read only. > --NOTE:-- Deleting this resource does --not-- delete the destination file system that was created.', EFS_ReplicationConfiguration.GetTypes(), ), ], [ ResourceType.EKS_ACCESSENTRY, new ResourceProperty( - "Access Entry Configurations for an EKS Cluster.", + 'Access Entry Configurations for an EKS Cluster.', EKS_AccessEntry.GetTypes(), ), ], [ ResourceType.EKS_ACCESSPOLICYASSOCIATION, new ResourceProperty( - "Access Entry Policy Association for an EKS Cluster.", + 'Access Entry Policy Association for an EKS Cluster.', EKS_AccessPolicyAssociation.GetTypes(), ), ], [ ResourceType.EKS_ADDON, - new ResourceProperty("Manages an EKS add-on.", EKS_Addon.GetTypes()), + new ResourceProperty('Manages an EKS add-on.', EKS_Addon.GetTypes()), ], [ ResourceType.EKS_CLUSTER, - new ResourceProperty("Manages an EKS Cluster.", EKS_Cluster.GetTypes()), + new ResourceProperty('Manages an EKS Cluster.', EKS_Cluster.GetTypes()), ], [ ResourceType.EKS_FARGATEPROFILE, new ResourceProperty( - "Manages an EKS Fargate Profile.", + 'Manages an EKS Fargate Profile.', EKS_FargateProfile.GetTypes(), ), ], [ ResourceType.EKS_IDENTITYPROVIDERCONFIG, new ResourceProperty( - "Manages an EKS Identity Provider Configuration.", + 'Manages an EKS Identity Provider Configuration.', EKS_IdentityProviderConfig.GetTypes(), ), ], [ ResourceType.EKS_NODEGROUP, new ResourceProperty( - "Manages an EKS Node Group, which can provision and optionally update an Auto Scaling Group of Kubernetes worker nodes compatible with EKS. Additional documentation about this functionality can be found in the [EKS User Guide](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html).", + 'Manages an EKS Node Group, which can provision and optionally update an Auto Scaling Group of Kubernetes worker nodes compatible with EKS. Additional documentation about this functionality can be found in the [EKS User Guide](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html).', EKS_NodeGroup.GetTypes(), ), ], [ ResourceType.EKS_PODIDENTITYASSOCIATION, new ResourceProperty( - "Resource for managing an AWS EKS (Elastic Kubernetes) Pod Identity Association. Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. Use EKS Pod Identity to give temporary IAM credentials to pods and the credentials are rotated automatically. Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that EC2 instance profiles provide credentials to Amazon EC2 instances. If a pod uses a service account that has an association, Amazon EKS sets environment variables in the containers of the pod. The environment variables configure the Amazon Web Services SDKs, including the Command Line Interface, to use the EKS Pod Identity credentials. Pod Identity is a simpler method than IAM roles for service accounts, as this method doesn’t use OIDC identity providers. Additionally, you can configure a role for Pod Identity once, and reuse it across clusters.", + 'Resource for managing an AWS EKS (Elastic Kubernetes) Pod Identity Association. Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. Use EKS Pod Identity to give temporary IAM credentials to pods and the credentials are rotated automatically. Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that EC2 instance profiles provide credentials to Amazon EC2 instances. If a pod uses a service account that has an association, Amazon EKS sets environment variables in the containers of the pod. The environment variables configure the Amazon Web Services SDKs, including the Command Line Interface, to use the EKS Pod Identity credentials. Pod Identity is a simpler method than IAM roles for service accounts, as this method doesn’t use OIDC identity providers. Additionally, you can configure a role for Pod Identity once, and reuse it across clusters.', EKS_PodIdentityAssociation.GetTypes(), ), ], [ ResourceType.ELASTICACHE_CLUSTER, new ResourceProperty( - "Provides an ElastiCache Cluster resource, which manages either a [Memcached cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/WhatIs.html), a [single-node Redis instance](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html), or a [read replica in a Redis (Cluster Mode Enabled) replication group]. For working with Redis (Cluster Mode Enabled) replication groups, see the `aws.elasticache.ReplicationGroup` resource. > --Note:-- When you change an attribute, such as `num_cache_nodes`, by default it is applied in the next maintenance window. Because of this, this provider may report a difference in its planning phase because the actual modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately. Using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Documentation on Modifying an ElastiCache Cache Cluster for [ElastiCache for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Clusters.Modify.html) or [ElastiCache for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Modify.html) for more information. > --Note:-- Any attribute changes that re-create the resource will be applied immediately, regardless of the value of `apply_immediately`.", + 'Provides an ElastiCache Cluster resource, which manages either a [Memcached cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/WhatIs.html), a [single-node Redis instance](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html), or a [read replica in a Redis (Cluster Mode Enabled) replication group]. For working with Redis (Cluster Mode Enabled) replication groups, see the `aws.elasticache.ReplicationGroup` resource. > --Note:-- When you change an attribute, such as `num_cache_nodes`, by default it is applied in the next maintenance window. Because of this, this provider may report a difference in its planning phase because the actual modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately. Using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Documentation on Modifying an ElastiCache Cache Cluster for [ElastiCache for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Clusters.Modify.html) or [ElastiCache for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Modify.html) for more information. > --Note:-- Any attribute changes that re-create the resource will be applied immediately, regardless of the value of `apply_immediately`.', ELASTICACHE_Cluster.GetTypes(), ), ], [ ResourceType.ELASTICACHE_GLOBALREPLICATIONGROUP, new ResourceProperty( - "Provides an ElastiCache Global Replication Group resource, which manages replication between two or more Replication Groups in different regions. For more information, see the [ElastiCache User Guide](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html).", + 'Provides an ElastiCache Global Replication Group resource, which manages replication between two or more Replication Groups in different regions. For more information, see the [ElastiCache User Guide](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html).', ELASTICACHE_GlobalReplicationGroup.GetTypes(), ), ], [ ResourceType.ELASTICACHE_PARAMETERGROUP, new ResourceProperty( - "Provides an ElastiCache parameter group resource. > --NOTE:-- Attempting to remove the `reserved-memory` parameter when `family` is set to `redis2.6` or `redis2.8` may show a perpetual difference in this provider due to an ElastiCache API limitation. Leave that parameter configured with any value to workaround the issue.", + 'Provides an ElastiCache parameter group resource. > --NOTE:-- Attempting to remove the `reserved-memory` parameter when `family` is set to `redis2.6` or `redis2.8` may show a perpetual difference in this provider due to an ElastiCache API limitation. Leave that parameter configured with any value to workaround the issue.', ELASTICACHE_ParameterGroup.GetTypes(), ), ], @@ -8778,105 +8778,105 @@ export class ResourceProperties { [ ResourceType.ELASTICACHE_SERVERLESSCACHE, new ResourceProperty( - "Provides an ElastiCache Serverless Cache resource which manages memcached or redis.", + 'Provides an ElastiCache Serverless Cache resource which manages memcached or redis.', ELASTICACHE_ServerlessCache.GetTypes(), ), ], [ ResourceType.ELASTICACHE_SUBNETGROUP, new ResourceProperty( - "Provides an ElastiCache Subnet Group resource.", + 'Provides an ElastiCache Subnet Group resource.', ELASTICACHE_SubnetGroup.GetTypes(), ), ], [ ResourceType.ELASTICACHE_USER, new ResourceProperty( - "Provides an ElastiCache user resource. > --Note:-- All arguments including the username and passwords will be stored in the raw state as plain-text.", + 'Provides an ElastiCache user resource. > --Note:-- All arguments including the username and passwords will be stored in the raw state as plain-text.', ELASTICACHE_User.GetTypes(), ), ], [ ResourceType.ELASTICACHE_USERGROUP, new ResourceProperty( - "Provides an ElastiCache user group resource.", + 'Provides an ElastiCache user group resource.', ELASTICACHE_UserGroup.GetTypes(), ), ], [ ResourceType.ELASTICACHE_USERGROUPASSOCIATION, new ResourceProperty( - "Associate an existing ElastiCache user and an existing user group. > Pulumi will detect changes in the `aws.elasticache.UserGroup` since `aws.elasticache.UserGroupAssociation` changes the user IDs associated with the user group. You can ignore these changes with the `lifecycle` `ignore_changes` meta argument as shown in the example.", + 'Associate an existing ElastiCache user and an existing user group. > Pulumi will detect changes in the `aws.elasticache.UserGroup` since `aws.elasticache.UserGroupAssociation` changes the user IDs associated with the user group. You can ignore these changes with the `lifecycle` `ignore_changes` meta argument as shown in the example.', ELASTICACHE_UserGroupAssociation.GetTypes(), ), ], [ ResourceType.ELASTICBEANSTALK_APPLICATION, new ResourceProperty( - "Provides an Elastic Beanstalk Application Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. This resource creates an application that has one configuration template named `default`, and no application versions", + 'Provides an Elastic Beanstalk Application Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. This resource creates an application that has one configuration template named `default`, and no application versions', ELASTICBEANSTALK_Application.GetTypes(), ), ], [ ResourceType.ELASTICBEANSTALK_APPLICATIONVERSION, new ResourceProperty( - "Provides an Elastic Beanstalk Application Version Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. This resource creates a Beanstalk Application Version that can be deployed to a Beanstalk Environment. > --NOTE on Application Version Resource:-- When using the Application Version resource with multiple Elastic Beanstalk Environments it is possible that an error may be returned when attempting to delete an Application Version while it is still in use by a different environment. To work around this you can either create each environment in a separate AWS account or create your `aws.elasticbeanstalk.ApplicationVersion` resources with a unique names in your Elastic Beanstalk Application. For example <revision>-<environment>.", + 'Provides an Elastic Beanstalk Application Version Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. This resource creates a Beanstalk Application Version that can be deployed to a Beanstalk Environment. > --NOTE on Application Version Resource:-- When using the Application Version resource with multiple Elastic Beanstalk Environments it is possible that an error may be returned when attempting to delete an Application Version while it is still in use by a different environment. To work around this you can either create each environment in a separate AWS account or create your `aws.elasticbeanstalk.ApplicationVersion` resources with a unique names in your Elastic Beanstalk Application. For example <revision>-<environment>.', ELASTICBEANSTALK_ApplicationVersion.GetTypes(), ), ], [ ResourceType.ELASTICBEANSTALK_CONFIGURATIONTEMPLATE, new ResourceProperty( - "Provides an Elastic Beanstalk Configuration Template, which are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.", + 'Provides an Elastic Beanstalk Configuration Template, which are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.', ELASTICBEANSTALK_ConfigurationTemplate.GetTypes(), ), ], [ ResourceType.ELASTICBEANSTALK_ENVIRONMENT, new ResourceProperty( - "Provides an Elastic Beanstalk Environment Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. Environments are often things such as `development`, `integration`, or `production`.", + 'Provides an Elastic Beanstalk Environment Resource. Elastic Beanstalk allows you to deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications. Environments are often things such as `development`, `integration`, or `production`.', ELASTICBEANSTALK_Environment.GetTypes(), ), ], [ ResourceType.ELASTICSEARCH_DOMAIN, new ResourceProperty( - "Manages an AWS Elasticsearch Domain.", + 'Manages an AWS Elasticsearch Domain.', ELASTICSEARCH_Domain.GetTypes(), ), ], [ ResourceType.ELASTICSEARCH_DOMAINPOLICY, new ResourceProperty( - "Allows setting policy to an Elasticsearch domain while referencing domain attributes (e.g., ARN)", + 'Allows setting policy to an Elasticsearch domain while referencing domain attributes (e.g., ARN)', ELASTICSEARCH_DomainPolicy.GetTypes(), ), ], [ ResourceType.ELASTICSEARCH_DOMAINSAMLOPTIONS, new ResourceProperty( - "Manages SAML authentication options for an AWS Elasticsearch Domain.", + 'Manages SAML authentication options for an AWS Elasticsearch Domain.', ELASTICSEARCH_DomainSamlOptions.GetTypes(), ), ], [ ResourceType.ELASTICSEARCH_VPCENDPOINT, new ResourceProperty( - "Manages an [AWS Elasticsearch VPC Endpoint](https://docs.aws.amazon.com/elasticsearch-service/latest/APIReference/API_CreateVpcEndpoint.html). Creates an Amazon elasticsearch Service-managed VPC endpoint.", + 'Manages an [AWS Elasticsearch VPC Endpoint](https://docs.aws.amazon.com/elasticsearch-service/latest/APIReference/API_CreateVpcEndpoint.html). Creates an Amazon elasticsearch Service-managed VPC endpoint.', ELASTICSEARCH_VpcEndpoint.GetTypes(), ), ], [ ResourceType.ELASTICTRANSCODER_PIPELINE, new ResourceProperty( - "Provides an Elastic Transcoder pipeline resource.", + 'Provides an Elastic Transcoder pipeline resource.', ELASTICTRANSCODER_Pipeline.GetTypes(), ), ], [ ResourceType.ELASTICTRANSCODER_PRESET, new ResourceProperty( - "Provides an Elastic Transcoder preset resource.", + 'Provides an Elastic Transcoder preset resource.', ELASTICTRANSCODER_Preset.GetTypes(), ), ], @@ -8890,14 +8890,14 @@ export class ResourceProperties { [ ResourceType.ELB_ATTACHMENT, new ResourceProperty( - "Attaches an EC2 instance to an Elastic Load Balancer (ELB). For attaching resources with Application Load Balancer (ALB) or Network Load Balancer (NLB), see the `aws.lb.TargetGroupAttachment` resource. > --NOTE on ELB Instances and ELB Attachments:-- This provider currently provides both a standalone ELB Attachment resource (describing an instance attached to an ELB), and an Elastic Load Balancer resource with `instances` defined in-line. At this time you cannot use an ELB with in-line instances in conjunction with an ELB Attachment resource. Doing so will cause a conflict and will overwrite attachments.", + 'Attaches an EC2 instance to an Elastic Load Balancer (ELB). For attaching resources with Application Load Balancer (ALB) or Network Load Balancer (NLB), see the `aws.lb.TargetGroupAttachment` resource. > --NOTE on ELB Instances and ELB Attachments:-- This provider currently provides both a standalone ELB Attachment resource (describing an instance attached to an ELB), and an Elastic Load Balancer resource with `instances` defined in-line. At this time you cannot use an ELB with in-line instances in conjunction with an ELB Attachment resource. Doing so will cause a conflict and will overwrite attachments.', ELB_Attachment.GetTypes(), ), ], [ ResourceType.ELB_LISTENERPOLICY, new ResourceProperty( - "Attaches a load balancer policy to an ELB Listener.", + 'Attaches a load balancer policy to an ELB Listener.', ELB_ListenerPolicy.GetTypes(), ), ], @@ -8911,585 +8911,585 @@ export class ResourceProperties { [ ResourceType.ELB_LOADBALANCERBACKENDSERVERPOLICY, new ResourceProperty( - "Attaches a load balancer policy to an ELB backend server.", + 'Attaches a load balancer policy to an ELB backend server.', ELB_LoadBalancerBackendServerPolicy.GetTypes(), ), ], [ ResourceType.ELB_LOADBALANCERCOOKIESTICKINESSPOLICY, new ResourceProperty( - "Provides a load balancer cookie stickiness policy, which allows an ELB to control the sticky session lifetime of the browser.", + 'Provides a load balancer cookie stickiness policy, which allows an ELB to control the sticky session lifetime of the browser.', ELB_LoadBalancerCookieStickinessPolicy.GetTypes(), ), ], [ ResourceType.ELB_LOADBALANCERPOLICY, new ResourceProperty( - "Provides a load balancer policy, which can be attached to an ELB listener or backend server.", + 'Provides a load balancer policy, which can be attached to an ELB listener or backend server.', ELB_LoadBalancerPolicy.GetTypes(), ), ], [ ResourceType.ELB_SSLNEGOTIATIONPOLICY, new ResourceProperty( - "Provides a load balancer SSL negotiation policy, which allows an ELB to control the ciphers and protocols that are supported during SSL negotiations between a client and a load balancer.", + 'Provides a load balancer SSL negotiation policy, which allows an ELB to control the ciphers and protocols that are supported during SSL negotiations between a client and a load balancer.', ELB_SslNegotiationPolicy.GetTypes(), ), ], [ ResourceType.EMR_BLOCKPUBLICACCESSCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS EMR block public access configuration. This region level security configuration restricts the launch of EMR clusters that have associated security groups permitting public access on unspecified ports. See the [EMR Block Public Access Configuration](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-block-public-access.html) documentation for further information.", + 'Resource for managing an AWS EMR block public access configuration. This region level security configuration restricts the launch of EMR clusters that have associated security groups permitting public access on unspecified ports. See the [EMR Block Public Access Configuration](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-block-public-access.html) documentation for further information.', EMR_BlockPublicAccessConfiguration.GetTypes(), ), ], [ ResourceType.EMR_CLUSTER, new ResourceProperty( - "Provides an Elastic MapReduce Cluster, a web service that makes it easy to process large amounts of data efficiently. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/elastic-mapreduce/) for more information. To configure [Instance Groups](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for [task nodes](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-task), see the `aws.emr.InstanceGroup` resource.", + 'Provides an Elastic MapReduce Cluster, a web service that makes it easy to process large amounts of data efficiently. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/elastic-mapreduce/) for more information. To configure [Instance Groups](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for [task nodes](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-task), see the `aws.emr.InstanceGroup` resource.', EMR_Cluster.GetTypes(), ), ], [ ResourceType.EMR_INSTANCEFLEET, new ResourceProperty( - "Provides an Elastic MapReduce Cluster Instance Fleet configuration. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/emr/) for more information. > --NOTE:-- At this time, Instance Fleets cannot be destroyed through the API nor web interface. Instance Fleets are destroyed when the EMR Cluster is destroyed. the provider will resize any Instance Fleet to zero when destroying the resource.", + 'Provides an Elastic MapReduce Cluster Instance Fleet configuration. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/emr/) for more information. > --NOTE:-- At this time, Instance Fleets cannot be destroyed through the API nor web interface. Instance Fleets are destroyed when the EMR Cluster is destroyed. the provider will resize any Instance Fleet to zero when destroying the resource.', EMR_InstanceFleet.GetTypes(), ), ], [ ResourceType.EMR_INSTANCEGROUP, new ResourceProperty( - "Provides an Elastic MapReduce Cluster Instance Group configuration. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/emr/) for more information. > --NOTE:-- At this time, Instance Groups cannot be destroyed through the API nor web interface. Instance Groups are destroyed when the EMR Cluster is destroyed. this provider will resize any Instance Group to zero when destroying the resource.", + 'Provides an Elastic MapReduce Cluster Instance Group configuration. See [Amazon Elastic MapReduce Documentation](https://aws.amazon.com/documentation/emr/) for more information. > --NOTE:-- At this time, Instance Groups cannot be destroyed through the API nor web interface. Instance Groups are destroyed when the EMR Cluster is destroyed. this provider will resize any Instance Group to zero when destroying the resource.', EMR_InstanceGroup.GetTypes(), ), ], [ ResourceType.EMR_MANAGEDSCALINGPOLICY, new ResourceProperty( - "Provides a Managed Scaling policy for EMR Cluster. With Amazon EMR versions 5.30.0 and later (except for Amazon EMR 6.0.0), you can enable EMR managed scaling to automatically increase or decrease the number of instances or units in your cluster based on workload. See [Using EMR Managed Scaling in Amazon EMR](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-scaling.html) for more information.", + 'Provides a Managed Scaling policy for EMR Cluster. With Amazon EMR versions 5.30.0 and later (except for Amazon EMR 6.0.0), you can enable EMR managed scaling to automatically increase or decrease the number of instances or units in your cluster based on workload. See [Using EMR Managed Scaling in Amazon EMR](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-scaling.html) for more information.', EMR_ManagedScalingPolicy.GetTypes(), ), ], [ ResourceType.EMR_SECURITYCONFIGURATION, new ResourceProperty( - "Provides a resource to manage AWS EMR Security Configurations", + 'Provides a resource to manage AWS EMR Security Configurations', EMR_SecurityConfiguration.GetTypes(), ), ], [ ResourceType.EMR_STUDIO, new ResourceProperty( - "Provides an Elastic MapReduce Studio.", + 'Provides an Elastic MapReduce Studio.', EMR_Studio.GetTypes(), ), ], [ ResourceType.EMR_STUDIOSESSIONMAPPING, new ResourceProperty( - "Provides an Elastic MapReduce Studio Session Mapping.", + 'Provides an Elastic MapReduce Studio Session Mapping.', EMR_StudioSessionMapping.GetTypes(), ), ], [ ResourceType.EMRCONTAINERS_JOBTEMPLATE, new ResourceProperty( - "Manages an EMR Containers (EMR on EKS) Job Template.", + 'Manages an EMR Containers (EMR on EKS) Job Template.', EMRCONTAINERS_JobTemplate.GetTypes(), ), ], [ ResourceType.EMRCONTAINERS_VIRTUALCLUSTER, new ResourceProperty( - "Manages an EMR Containers (EMR on EKS) Virtual Cluster.", + 'Manages an EMR Containers (EMR on EKS) Virtual Cluster.', EMRCONTAINERS_VirtualCluster.GetTypes(), ), ], [ ResourceType.EMRSERVERLESS_APPLICATION, new ResourceProperty( - "Manages an EMR Serverless Application.", + 'Manages an EMR Serverless Application.', EMRSERVERLESS_Application.GetTypes(), ), ], [ ResourceType.EVIDENTLY_FEATURE, new ResourceProperty( - "Provides a CloudWatch Evidently Feature resource.", + 'Provides a CloudWatch Evidently Feature resource.', EVIDENTLY_Feature.GetTypes(), ), ], [ ResourceType.EVIDENTLY_LAUNCH, new ResourceProperty( - "Provides a CloudWatch Evidently Launch resource.", + 'Provides a CloudWatch Evidently Launch resource.', EVIDENTLY_Launch.GetTypes(), ), ], [ ResourceType.EVIDENTLY_PROJECT, new ResourceProperty( - "Provides a CloudWatch Evidently Project resource.", + 'Provides a CloudWatch Evidently Project resource.', EVIDENTLY_Project.GetTypes(), ), ], [ ResourceType.EVIDENTLY_SEGMENT, new ResourceProperty( - "Provides a CloudWatch Evidently Segment resource.", + 'Provides a CloudWatch Evidently Segment resource.', EVIDENTLY_Segment.GetTypes(), ), ], [ ResourceType.FINSPACE_KXCLUSTER, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Cluster.", + 'Resource for managing an AWS FinSpace Kx Cluster.', FINSPACE_KxCluster.GetTypes(), ), ], [ ResourceType.FINSPACE_KXDATABASE, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Database.", + 'Resource for managing an AWS FinSpace Kx Database.', FINSPACE_KxDatabase.GetTypes(), ), ], [ ResourceType.FINSPACE_KXDATAVIEW, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Dataview.", + 'Resource for managing an AWS FinSpace Kx Dataview.', FINSPACE_KxDataview.GetTypes(), ), ], [ ResourceType.FINSPACE_KXENVIRONMENT, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Environment.", + 'Resource for managing an AWS FinSpace Kx Environment.', FINSPACE_KxEnvironment.GetTypes(), ), ], [ ResourceType.FINSPACE_KXSCALINGGROUP, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Scaling Group.", + 'Resource for managing an AWS FinSpace Kx Scaling Group.', FINSPACE_KxScalingGroup.GetTypes(), ), ], [ ResourceType.FINSPACE_KXUSER, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx User.", + 'Resource for managing an AWS FinSpace Kx User.', FINSPACE_KxUser.GetTypes(), ), ], [ ResourceType.FINSPACE_KXVOLUME, new ResourceProperty( - "Resource for managing an AWS FinSpace Kx Volume.", + 'Resource for managing an AWS FinSpace Kx Volume.', FINSPACE_KxVolume.GetTypes(), ), ], [ ResourceType.FIS_EXPERIMENTTEMPLATE, new ResourceProperty( - "Provides an FIS Experiment Template, which can be used to run an experiment. An experiment template contains one or more actions to run on specified targets during an experiment. It also contains the stop conditions that prevent the experiment from going out of bounds. See [Amazon Fault Injection Simulator](https://docs.aws.amazon.com/fis/index.html) for more information.", + 'Provides an FIS Experiment Template, which can be used to run an experiment. An experiment template contains one or more actions to run on specified targets during an experiment. It also contains the stop conditions that prevent the experiment from going out of bounds. See [Amazon Fault Injection Simulator](https://docs.aws.amazon.com/fis/index.html) for more information.', FIS_ExperimentTemplate.GetTypes(), ), ], [ ResourceType.FMS_ADMINACCOUNT, new ResourceProperty( - "Provides a resource to associate/disassociate an AWS Firewall Manager administrator account. This operation must be performed in the `us-east-1` region.", + 'Provides a resource to associate/disassociate an AWS Firewall Manager administrator account. This operation must be performed in the `us-east-1` region.', FMS_AdminAccount.GetTypes(), ), ], [ ResourceType.FMS_POLICY, new ResourceProperty( - "Provides a resource to create an AWS Firewall Manager policy. You need to be using AWS organizations and have enabled the Firewall Manager administrator account. > --NOTE:-- Due to limitations with testing, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.", + 'Provides a resource to create an AWS Firewall Manager policy. You need to be using AWS organizations and have enabled the Firewall Manager administrator account. > --NOTE:-- Due to limitations with testing, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.', FMS_Policy.GetTypes(), ), ], [ ResourceType.FMS_RESOURCESET, new ResourceProperty( - "Resource for managing an AWS FMS (Firewall Manager) Resource Set.", + 'Resource for managing an AWS FMS (Firewall Manager) Resource Set.', FMS_ResourceSet.GetTypes(), ), ], [ ResourceType.FSX_BACKUP, new ResourceProperty( - "Provides a FSx Backup resource.", + 'Provides a FSx Backup resource.', FSX_Backup.GetTypes(), ), ], [ ResourceType.FSX_DATAREPOSITORYASSOCIATION, new ResourceProperty( - "Manages a FSx for Lustre Data Repository Association. See [Linking your file system to an S3 bucket](https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html) for more information. > --NOTE:-- Data Repository Associations are only compatible with AWS FSx for Lustre File Systems and `PERSISTENT_2` deployment type.", + 'Manages a FSx for Lustre Data Repository Association. See [Linking your file system to an S3 bucket](https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html) for more information. > --NOTE:-- Data Repository Associations are only compatible with AWS FSx for Lustre File Systems and `PERSISTENT_2` deployment type.', FSX_DataRepositoryAssociation.GetTypes(), ), ], [ ResourceType.FSX_FILECACHE, new ResourceProperty( - "Resource for managing an Amazon File Cache cache. See the [Create File Cache](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileCache.html) for more information.", + 'Resource for managing an Amazon File Cache cache. See the [Create File Cache](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileCache.html) for more information.', FSX_FileCache.GetTypes(), ), ], [ ResourceType.FSX_LUSTREFILESYSTEM, new ResourceProperty( - "Manages a FSx Lustre File System. See the [FSx Lustre Guide](https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html) for more information. > --NOTE:-- `auto_import_policy`, `export_path`, `import_path` and `imported_file_chunk_size` are not supported with the `PERSISTENT_2` deployment type. Use `aws.fsx.DataRepositoryAssociation` instead.", + 'Manages a FSx Lustre File System. See the [FSx Lustre Guide](https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html) for more information. > --NOTE:-- `auto_import_policy`, `export_path`, `import_path` and `imported_file_chunk_size` are not supported with the `PERSISTENT_2` deployment type. Use `aws.fsx.DataRepositoryAssociation` instead.', FSX_LustreFileSystem.GetTypes(), ), ], [ ResourceType.FSX_ONTAPFILESYSTEM, new ResourceProperty( - "Manages an Amazon FSx for NetApp ONTAP file system. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html) for more information.", + 'Manages an Amazon FSx for NetApp ONTAP file system. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html) for more information.', FSX_OntapFileSystem.GetTypes(), ), ], [ ResourceType.FSX_ONTAPSTORAGEVIRTUALMACHINE, new ResourceProperty( - "Manages a FSx Storage Virtual Machine. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html) for more information.", + 'Manages a FSx Storage Virtual Machine. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html) for more information.', FSX_OntapStorageVirtualMachine.GetTypes(), ), ], [ ResourceType.FSX_ONTAPVOLUME, new ResourceProperty( - "Manages a FSx ONTAP Volume. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html) for more information.", + 'Manages a FSx ONTAP Volume. See the [FSx ONTAP User Guide](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html) for more information.', FSX_OntapVolume.GetTypes(), ), ], [ ResourceType.FSX_OPENZFSFILESYSTEM, new ResourceProperty( - "Manages an Amazon FSx for OpenZFS file system. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.", + 'Manages an Amazon FSx for OpenZFS file system. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.', FSX_OpenZfsFileSystem.GetTypes(), ), ], [ ResourceType.FSX_OPENZFSSNAPSHOT, new ResourceProperty( - "Manages an Amazon FSx for OpenZFS volume. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.", + 'Manages an Amazon FSx for OpenZFS volume. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.', FSX_OpenZfsSnapshot.GetTypes(), ), ], [ ResourceType.FSX_OPENZFSVOLUME, new ResourceProperty( - "Manages an Amazon FSx for OpenZFS volume. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.", + 'Manages an Amazon FSx for OpenZFS volume. See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.', FSX_OpenZfsVolume.GetTypes(), ), ], [ ResourceType.FSX_WINDOWSFILESYSTEM, new ResourceProperty( - "Manages a FSx Windows File System. See the [FSx Windows Guide](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html) for more information. > --NOTE:-- Either the `active_directory_id` argument or `self_managed_active_directory` configuration block must be specified.", + 'Manages a FSx Windows File System. See the [FSx Windows Guide](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html) for more information. > --NOTE:-- Either the `active_directory_id` argument or `self_managed_active_directory` configuration block must be specified.', FSX_WindowsFileSystem.GetTypes(), ), ], [ ResourceType.GAMELIFT_ALIAS, new ResourceProperty( - "Provides a GameLift Alias resource.", + 'Provides a GameLift Alias resource.', GAMELIFT_Alias.GetTypes(), ), ], [ ResourceType.GAMELIFT_BUILD, new ResourceProperty( - "Provides an GameLift Build resource.", + 'Provides an GameLift Build resource.', GAMELIFT_Build.GetTypes(), ), ], [ ResourceType.GAMELIFT_FLEET, new ResourceProperty( - "Provides a GameLift Fleet resource.", + 'Provides a GameLift Fleet resource.', GAMELIFT_Fleet.GetTypes(), ), ], [ ResourceType.GAMELIFT_GAMESERVERGROUP, new ResourceProperty( - "Provides an GameLift Game Server Group resource.", + 'Provides an GameLift Game Server Group resource.', GAMELIFT_GameServerGroup.GetTypes(), ), ], [ ResourceType.GAMELIFT_GAMESESSIONQUEUE, new ResourceProperty( - "Provides an GameLift Game Session Queue resource.", + 'Provides an GameLift Game Session Queue resource.', GAMELIFT_GameSessionQueue.GetTypes(), ), ], [ ResourceType.GAMELIFT_MATCHMAKINGCONFIGURATION, new ResourceProperty( - "Provides a GameLift Alias resource.", + 'Provides a GameLift Alias resource.', GAMELIFT_MatchmakingConfiguration.GetTypes(), ), ], [ ResourceType.GAMELIFT_MATCHMAKINGRULESET, new ResourceProperty( - "Provides a GameLift Matchmaking Rule Set resources.", + 'Provides a GameLift Matchmaking Rule Set resources.', GAMELIFT_MatchmakingRuleSet.GetTypes(), ), ], [ ResourceType.GAMELIFT_SCRIPT, new ResourceProperty( - "Provides an GameLift Script resource.", + 'Provides an GameLift Script resource.', GAMELIFT_Script.GetTypes(), ), ], [ ResourceType.GLACIER_VAULT, new ResourceProperty( - "Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-vaults.html) for a full explanation of the Glacier Vault functionality > --NOTE:-- When removing a Glacier Vault, the Vault must be empty.", + 'Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-vaults.html) for a full explanation of the Glacier Vault functionality > --NOTE:-- When removing a Glacier Vault, the Vault must be empty.', GLACIER_Vault.GetTypes(), ), ], [ ResourceType.GLACIER_VAULTLOCK, - new ResourceProperty("", GLACIER_VaultLock.GetTypes()), + new ResourceProperty('', GLACIER_VaultLock.GetTypes()), ], [ ResourceType.GLOBALACCELERATOR_ACCELERATOR, new ResourceProperty( - "Creates a Global Accelerator accelerator.", + 'Creates a Global Accelerator accelerator.', GLOBALACCELERATOR_Accelerator.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_CROSSACCOUNTATTACHMENT, new ResourceProperty( - "Resource for managing an AWS Global Accelerator Cross Account Attachment.", + 'Resource for managing an AWS Global Accelerator Cross Account Attachment.', GLOBALACCELERATOR_CrossAccountAttachment.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_CUSTOMROUTINGACCELERATOR, new ResourceProperty( - "Creates a Global Accelerator custom routing accelerator.", + 'Creates a Global Accelerator custom routing accelerator.', GLOBALACCELERATOR_CustomRoutingAccelerator.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_CUSTOMROUTINGENDPOINTGROUP, new ResourceProperty( - "Provides a Global Accelerator custom routing endpoint group.", + 'Provides a Global Accelerator custom routing endpoint group.', GLOBALACCELERATOR_CustomRoutingEndpointGroup.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_CUSTOMROUTINGLISTENER, new ResourceProperty( - "Provides a Global Accelerator custom routing listener.", + 'Provides a Global Accelerator custom routing listener.', GLOBALACCELERATOR_CustomRoutingListener.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_ENDPOINTGROUP, new ResourceProperty( - "Provides a Global Accelerator endpoint group.", + 'Provides a Global Accelerator endpoint group.', GLOBALACCELERATOR_EndpointGroup.GetTypes(), ), ], [ ResourceType.GLOBALACCELERATOR_LISTENER, new ResourceProperty( - "Provides a Global Accelerator listener.", + 'Provides a Global Accelerator listener.', GLOBALACCELERATOR_Listener.GetTypes(), ), ], [ ResourceType.GLUE_CATALOGDATABASE, new ResourceProperty( - "Provides a Glue Catalog Database Resource. You can refer to the [Glue Developer Guide](http://docs.aws.amazon.com/glue/latest/dg/populate-data-catalog.html) for a full explanation of the Glue Data Catalog functionality", + 'Provides a Glue Catalog Database Resource. You can refer to the [Glue Developer Guide](http://docs.aws.amazon.com/glue/latest/dg/populate-data-catalog.html) for a full explanation of the Glue Data Catalog functionality', GLUE_CatalogDatabase.GetTypes(), ), ], [ ResourceType.GLUE_CATALOGTABLE, new ResourceProperty( - "Provides a Glue Catalog Table Resource. You can refer to the [Glue Developer Guide](http://docs.aws.amazon.com/glue/latest/dg/populate-data-catalog.html) for a full explanation of the Glue Data Catalog functionality.", + 'Provides a Glue Catalog Table Resource. You can refer to the [Glue Developer Guide](http://docs.aws.amazon.com/glue/latest/dg/populate-data-catalog.html) for a full explanation of the Glue Data Catalog functionality.', GLUE_CatalogTable.GetTypes(), ), ], [ ResourceType.GLUE_CATALOGTABLEOPTIMIZER, new ResourceProperty( - "Resource for managing an AWS Glue Catalog Table Optimizer.", + 'Resource for managing an AWS Glue Catalog Table Optimizer.', GLUE_CatalogTableOptimizer.GetTypes(), ), ], [ ResourceType.GLUE_CLASSIFIER, new ResourceProperty( - "Provides a Glue Classifier resource. > --NOTE:-- It is only valid to create one type of classifier (CSV, grok, JSON, or XML). Changing classifier types will recreate the classifier.", + 'Provides a Glue Classifier resource. > --NOTE:-- It is only valid to create one type of classifier (CSV, grok, JSON, or XML). Changing classifier types will recreate the classifier.', GLUE_Classifier.GetTypes(), ), ], [ ResourceType.GLUE_CONNECTION, new ResourceProperty( - "Provides a Glue Connection resource.", + 'Provides a Glue Connection resource.', GLUE_Connection.GetTypes(), ), ], [ ResourceType.GLUE_CRAWLER, new ResourceProperty( - "Manages a Glue Crawler. More information can be found in the [AWS Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html)", + 'Manages a Glue Crawler. More information can be found in the [AWS Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html)', GLUE_Crawler.GetTypes(), ), ], [ ResourceType.GLUE_DATACATALOGENCRYPTIONSETTINGS, new ResourceProperty( - "Provides a Glue Data Catalog Encryption Settings resource.", + 'Provides a Glue Data Catalog Encryption Settings resource.', GLUE_DataCatalogEncryptionSettings.GetTypes(), ), ], [ ResourceType.GLUE_DATAQUALITYRULESET, new ResourceProperty( - "Provides a Glue Data Quality Ruleset Resource. You can refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/glue-data-quality.html) for a full explanation of the Glue Data Quality Ruleset functionality", + 'Provides a Glue Data Quality Ruleset Resource. You can refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/glue-data-quality.html) for a full explanation of the Glue Data Quality Ruleset functionality', GLUE_DataQualityRuleset.GetTypes(), ), ], [ ResourceType.GLUE_DEVENDPOINT, new ResourceProperty( - "Provides a Glue Development Endpoint resource.", + 'Provides a Glue Development Endpoint resource.', GLUE_DevEndpoint.GetTypes(), ), ], [ ResourceType.GLUE_JOB, new ResourceProperty( - "Provides a Glue Job resource. > Glue functionality, such as monitoring and logging of jobs, is typically managed with the `default_arguments` argument. See the [Special Parameters Used by AWS Glue](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html) topic in the Glue developer guide for additional information.", + 'Provides a Glue Job resource. > Glue functionality, such as monitoring and logging of jobs, is typically managed with the `default_arguments` argument. See the [Special Parameters Used by AWS Glue](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html) topic in the Glue developer guide for additional information.', GLUE_Job.GetTypes(), ), ], [ ResourceType.GLUE_MLTRANSFORM, new ResourceProperty( - "Provides a Glue ML Transform resource.", + 'Provides a Glue ML Transform resource.', GLUE_MLTransform.GetTypes(), ), ], [ ResourceType.GLUE_PARTITION, new ResourceProperty( - "Provides a Glue Partition Resource.", + 'Provides a Glue Partition Resource.', GLUE_Partition.GetTypes(), ), ], [ ResourceType.GLUE_PARTITIONINDEX, - new ResourceProperty("", GLUE_PartitionIndex.GetTypes()), + new ResourceProperty('', GLUE_PartitionIndex.GetTypes()), ], [ ResourceType.GLUE_REGISTRY, new ResourceProperty( - "Provides a Glue Registry resource.", + 'Provides a Glue Registry resource.', GLUE_Registry.GetTypes(), ), ], [ ResourceType.GLUE_RESOURCEPOLICY, new ResourceProperty( - "Provides a Glue resource policy. Only one can exist per region.", + 'Provides a Glue resource policy. Only one can exist per region.', GLUE_ResourcePolicy.GetTypes(), ), ], [ ResourceType.GLUE_SCHEMA, new ResourceProperty( - "Provides a Glue Schema resource.", + 'Provides a Glue Schema resource.', GLUE_Schema.GetTypes(), ), ], [ ResourceType.GLUE_SECURITYCONFIGURATION, new ResourceProperty( - "Manages a Glue Security Configuration.", + 'Manages a Glue Security Configuration.', GLUE_SecurityConfiguration.GetTypes(), ), ], [ ResourceType.GLUE_TRIGGER, new ResourceProperty( - "Manages a Glue Trigger resource.", + 'Manages a Glue Trigger resource.', GLUE_Trigger.GetTypes(), ), ], [ ResourceType.GLUE_USERDEFINEDFUNCTION, new ResourceProperty( - "Provides a Glue User Defined Function Resource.", + 'Provides a Glue User Defined Function Resource.', GLUE_UserDefinedFunction.GetTypes(), ), ], [ ResourceType.GLUE_WORKFLOW, new ResourceProperty( - "Provides a Glue Workflow resource. The workflow graph (DAG) can be build using the `aws.glue.Trigger` resource. See the example below for creating a graph with four nodes (two triggers and two jobs).", + 'Provides a Glue Workflow resource. The workflow graph (DAG) can be build using the `aws.glue.Trigger` resource. See the example below for creating a graph with four nodes (two triggers and two jobs).', GLUE_Workflow.GetTypes(), ), ], [ ResourceType.GRAFANA_LICENSEASSOCIATION, new ResourceProperty( - "Provides an Amazon Managed Grafana workspace license association resource.", + 'Provides an Amazon Managed Grafana workspace license association resource.', GRAFANA_LicenseAssociation.GetTypes(), ), ], [ ResourceType.GRAFANA_ROLEASSOCIATION, new ResourceProperty( - "Provides an Amazon Managed Grafana workspace role association resource.", + 'Provides an Amazon Managed Grafana workspace role association resource.', GRAFANA_RoleAssociation.GetTypes(), ), ], [ ResourceType.GRAFANA_WORKSPACE, new ResourceProperty( - "Provides an Amazon Managed Grafana workspace resource.", + 'Provides an Amazon Managed Grafana workspace resource.', GRAFANA_Workspace.GetTypes(), ), ], [ ResourceType.GRAFANA_WORKSPACEAPIKEY, new ResourceProperty( - "Provides an Amazon Managed Grafana workspace API Key resource.", + 'Provides an Amazon Managed Grafana workspace API Key resource.', GRAFANA_WorkspaceApiKey.GetTypes(), ), ], [ ResourceType.GRAFANA_WORKSPACESAMLCONFIGURATION, new ResourceProperty( - "Provides an Amazon Managed Grafana workspace SAML configuration resource.", + 'Provides an Amazon Managed Grafana workspace SAML configuration resource.', GRAFANA_WorkspaceSamlConfiguration.GetTypes(), ), ], [ ResourceType.GRAFANA_WORKSPACESERVICEACCOUNT, - new ResourceProperty("", GRAFANA_WorkspaceServiceAccount.GetTypes()), + new ResourceProperty('', GRAFANA_WorkspaceServiceAccount.GetTypes()), ], [ ResourceType.GRAFANA_WORKSPACESERVICEACCOUNTTOKEN, - new ResourceProperty("", GRAFANA_WorkspaceServiceAccountToken.GetTypes()), + new ResourceProperty('', GRAFANA_WorkspaceServiceAccountToken.GetTypes()), ], [ ResourceType.GUARDDUTY_DETECTOR, @@ -9501,98 +9501,98 @@ export class ResourceProperties { [ ResourceType.GUARDDUTY_DETECTORFEATURE, new ResourceProperty( - "Provides a resource to manage a single Amazon GuardDuty [detector feature](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-features-activation-model.html#guardduty-features). > --NOTE:-- Deleting this resource does not disable the detector feature, the resource in simply removed from state instead.", + 'Provides a resource to manage a single Amazon GuardDuty [detector feature](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-features-activation-model.html#guardduty-features). > --NOTE:-- Deleting this resource does not disable the detector feature, the resource in simply removed from state instead.', GUARDDUTY_DetectorFeature.GetTypes(), ), ], [ ResourceType.GUARDDUTY_FILTER, new ResourceProperty( - "Provides a resource to manage a GuardDuty filter.", + 'Provides a resource to manage a GuardDuty filter.', GUARDDUTY_Filter.GetTypes(), ), ], [ ResourceType.GUARDDUTY_INVITEACCEPTER, new ResourceProperty( - "Provides a resource to accept a pending GuardDuty invite on creation, ensure the detector has the correct primary account on read, and disassociate with the primary account upon removal.", + 'Provides a resource to accept a pending GuardDuty invite on creation, ensure the detector has the correct primary account on read, and disassociate with the primary account upon removal.', GUARDDUTY_InviteAccepter.GetTypes(), ), ], [ ResourceType.GUARDDUTY_IPSET, new ResourceProperty( - "Provides a resource to manage a GuardDuty IPSet. > --Note:-- Currently in GuardDuty, users from member accounts cannot upload and further manage IPSets. IPSets that are uploaded by the primary account are imposed on GuardDuty functionality in its member accounts. See the [GuardDuty API Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/create-ip-set.html)", + 'Provides a resource to manage a GuardDuty IPSet. > --Note:-- Currently in GuardDuty, users from member accounts cannot upload and further manage IPSets. IPSets that are uploaded by the primary account are imposed on GuardDuty functionality in its member accounts. See the [GuardDuty API Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/create-ip-set.html)', GUARDDUTY_IPSet.GetTypes(), ), ], [ ResourceType.GUARDDUTY_MALWAREPROTECTIONPLAN, new ResourceProperty( - "Provides a resource to manage a GuardDuty malware protection plan.", + 'Provides a resource to manage a GuardDuty malware protection plan.', GUARDDUTY_MalwareProtectionPlan.GetTypes(), ), ], [ ResourceType.GUARDDUTY_MEMBER, new ResourceProperty( - "Provides a resource to manage a GuardDuty member. To accept invitations in member accounts, see the `aws.guardduty.InviteAccepter` resource.", + 'Provides a resource to manage a GuardDuty member. To accept invitations in member accounts, see the `aws.guardduty.InviteAccepter` resource.', GUARDDUTY_Member.GetTypes(), ), ], [ ResourceType.GUARDDUTY_ORGANIZATIONADMINACCOUNT, new ResourceProperty( - "Manages a GuardDuty Organization Admin Account. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in GuardDuty can be found in the [GuardDuty User Guide](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html).", + 'Manages a GuardDuty Organization Admin Account. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in GuardDuty can be found in the [GuardDuty User Guide](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html).', GUARDDUTY_OrganizationAdminAccount.GetTypes(), ), ], [ ResourceType.GUARDDUTY_ORGANIZATIONCONFIGURATION, new ResourceProperty( - "Manages the GuardDuty Organization Configuration in the current AWS Region. The AWS account utilizing this resource must have been assigned as a delegated Organization administrator account, e.g., via the `aws.guardduty.OrganizationAdminAccount` resource. More information about Organizations support in GuardDuty can be found in the [GuardDuty User Guide](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html). > --NOTE:-- This is an advanced resource. The provider will automatically assume management of the GuardDuty Organization Configuration without import and perform no actions on removal from the resource configuration.", + 'Manages the GuardDuty Organization Configuration in the current AWS Region. The AWS account utilizing this resource must have been assigned as a delegated Organization administrator account, e.g., via the `aws.guardduty.OrganizationAdminAccount` resource. More information about Organizations support in GuardDuty can be found in the [GuardDuty User Guide](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html). > --NOTE:-- This is an advanced resource. The provider will automatically assume management of the GuardDuty Organization Configuration without import and perform no actions on removal from the resource configuration.', GUARDDUTY_OrganizationConfiguration.GetTypes(), ), ], [ ResourceType.GUARDDUTY_ORGANIZATIONCONFIGURATIONFEATURE, new ResourceProperty( - "Provides a resource to manage a single Amazon GuardDuty [organization configuration feature](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-features-activation-model.html#guardduty-features). > --NOTE:-- Deleting this resource does not disable the organization configuration feature, the resource in simply removed from state instead.", + 'Provides a resource to manage a single Amazon GuardDuty [organization configuration feature](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-features-activation-model.html#guardduty-features). > --NOTE:-- Deleting this resource does not disable the organization configuration feature, the resource in simply removed from state instead.', GUARDDUTY_OrganizationConfigurationFeature.GetTypes(), ), ], [ ResourceType.GUARDDUTY_PUBLISHINGDESTINATION, new ResourceProperty( - "Provides a resource to manage a GuardDuty PublishingDestination. Requires an existing GuardDuty Detector.", + 'Provides a resource to manage a GuardDuty PublishingDestination. Requires an existing GuardDuty Detector.', GUARDDUTY_PublishingDestination.GetTypes(), ), ], [ ResourceType.GUARDDUTY_THREATINTELSET, new ResourceProperty( - "Provides a resource to manage a GuardDuty ThreatIntelSet. > --Note:-- Currently in GuardDuty, users from member accounts cannot upload and further manage ThreatIntelSets. ThreatIntelSets that are uploaded by the primary account are imposed on GuardDuty functionality in its member accounts. See the [GuardDuty API Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/create-threat-intel-set.html)", + 'Provides a resource to manage a GuardDuty ThreatIntelSet. > --Note:-- Currently in GuardDuty, users from member accounts cannot upload and further manage ThreatIntelSets. ThreatIntelSets that are uploaded by the primary account are imposed on GuardDuty functionality in its member accounts. See the [GuardDuty API Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/create-threat-intel-set.html)', GUARDDUTY_ThreatIntelSet.GetTypes(), ), ], [ ResourceType.IAM_ACCESSKEY, new ResourceProperty( - "Provides an IAM access key. This is a set of credentials that allow API requests to be made as an IAM user.", + 'Provides an IAM access key. This is a set of credentials that allow API requests to be made as an IAM user.', IAM_AccessKey.GetTypes(), ), ], [ ResourceType.IAM_ACCOUNTALIAS, new ResourceProperty( - "> --Note:-- There is only a single account alias per AWS account. Manages the account alias for the AWS Account.", + '> --Note:-- There is only a single account alias per AWS account. Manages the account alias for the AWS Account.', IAM_AccountAlias.GetTypes(), ), ], [ ResourceType.IAM_ACCOUNTPASSWORDPOLICY, new ResourceProperty( - "> --Note:-- There is only a single policy allowed per AWS account. An existing policy will be lost when using this resource as an effect of this limitation. Manages Password Policy for the AWS Account. See more about [Account Password Policy](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_account-policy.html) in the official AWS docs.", + '> --Note:-- There is only a single policy allowed per AWS account. An existing policy will be lost when using this resource as an effect of this limitation. Manages Password Policy for the AWS Account. See more about [Account Password Policy](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_account-policy.html) in the official AWS docs.', IAM_AccountPasswordPolicy.GetTypes(), ), ], @@ -9606,48 +9606,48 @@ export class ResourceProperties { [ ResourceType.IAM_GROUPMEMBERSHIP, new ResourceProperty( - "> --WARNING:-- Multiple aws.iam.GroupMembership resources with the same group name will produce inconsistent behavior! Provides a top level resource to manage IAM Group membership for IAM Users. For more information on managing IAM Groups or IAM Users, see IAM Groups or IAM Users > --Note:-- `aws.iam.GroupMembership` will conflict with itself if used more than once with the same group. To non-exclusively manage the users in a group, see the `aws.iam.UserGroupMembership` resource.", + '> --WARNING:-- Multiple aws.iam.GroupMembership resources with the same group name will produce inconsistent behavior! Provides a top level resource to manage IAM Group membership for IAM Users. For more information on managing IAM Groups or IAM Users, see IAM Groups or IAM Users > --Note:-- `aws.iam.GroupMembership` will conflict with itself if used more than once with the same group. To non-exclusively manage the users in a group, see the `aws.iam.UserGroupMembership` resource.', IAM_GroupMembership.GetTypes(), ), ], [ ResourceType.IAM_GROUPPOLICY, new ResourceProperty( - "Provides an IAM policy attached to a group. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.", + 'Provides an IAM policy attached to a group. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.', IAM_GroupPolicy.GetTypes(), ), ], [ ResourceType.IAM_GROUPPOLICYATTACHMENT, new ResourceProperty( - "Attaches a Managed IAM Policy to an IAM group > --NOTE:-- The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.", + 'Attaches a Managed IAM Policy to an IAM group > --NOTE:-- The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.', IAM_GroupPolicyAttachment.GetTypes(), ), ], [ ResourceType.IAM_INSTANCEPROFILE, new ResourceProperty( - "Provides an IAM instance profile. > --NOTE:-- When managing instance profiles, remember that the `name` attribute must always be unique. This means that even if you have different `role` or `path` values, duplicating an existing instance profile `name` will lead to an `EntityAlreadyExists` error.", + 'Provides an IAM instance profile. > --NOTE:-- When managing instance profiles, remember that the `name` attribute must always be unique. This means that even if you have different `role` or `path` values, duplicating an existing instance profile `name` will lead to an `EntityAlreadyExists` error.', IAM_InstanceProfile.GetTypes(), ), ], [ ResourceType.IAM_OPENIDCONNECTPROVIDER, new ResourceProperty( - "Provides an IAM OpenID Connect provider.", + 'Provides an IAM OpenID Connect provider.', IAM_OpenIdConnectProvider.GetTypes(), ), ], [ ResourceType.IAM_POLICY, new ResourceProperty( - "Provides an IAM policy. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.", + 'Provides an IAM policy. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.', IAM_Policy.GetTypes(), ), ], [ ResourceType.IAM_POLICYATTACHMENT, - new ResourceProperty("", IAM_PolicyAttachment.GetTypes()), + new ResourceProperty('', IAM_PolicyAttachment.GetTypes()), ], [ ResourceType.IAM_ROLE, @@ -9673,196 +9673,196 @@ export class ResourceProperties { [ ResourceType.IAM_SAMLPROVIDER, new ResourceProperty( - "Provides an IAM SAML provider.", + 'Provides an IAM SAML provider.', IAM_SamlProvider.GetTypes(), ), ], [ ResourceType.IAM_SECURITYTOKENSERVICEPREFERENCES, new ResourceProperty( - "Provides an IAM Security Token Service Preferences resource.", + 'Provides an IAM Security Token Service Preferences resource.', IAM_SecurityTokenServicePreferences.GetTypes(), ), ], [ ResourceType.IAM_SERVERCERTIFICATE, new ResourceProperty( - "Provides an IAM Server Certificate resource to upload Server Certificates. Certs uploaded to IAM can easily work with other AWS services such as: - AWS Elastic Beanstalk - Elastic Load Balancing - CloudFront - AWS OpsWorks For information about server certificates in IAM, see [Managing Server Certificates][2] in AWS Documentation.", + 'Provides an IAM Server Certificate resource to upload Server Certificates. Certs uploaded to IAM can easily work with other AWS services such as: - AWS Elastic Beanstalk - Elastic Load Balancing - CloudFront - AWS OpsWorks For information about server certificates in IAM, see [Managing Server Certificates][2] in AWS Documentation.', IAM_ServerCertificate.GetTypes(), ), ], [ ResourceType.IAM_SERVICELINKEDROLE, new ResourceProperty( - "Provides an [IAM service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html).", + 'Provides an [IAM service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html).', IAM_ServiceLinkedRole.GetTypes(), ), ], [ ResourceType.IAM_SERVICESPECIFICCREDENTIAL, new ResourceProperty( - "Provides an IAM Service Specific Credential.", + 'Provides an IAM Service Specific Credential.', IAM_ServiceSpecificCredential.GetTypes(), ), ], [ ResourceType.IAM_SIGNINGCERTIFICATE, new ResourceProperty( - "Provides an IAM Signing Certificate resource to upload Signing Certificates. > --Note:-- All arguments including the certificate body will be stored in the raw state as plain-text.", + 'Provides an IAM Signing Certificate resource to upload Signing Certificates. > --Note:-- All arguments including the certificate body will be stored in the raw state as plain-text.', IAM_SigningCertificate.GetTypes(), ), ], [ ResourceType.IAM_SSHKEY, new ResourceProperty( - "Uploads an SSH public key and associates it with the specified IAM user.", + 'Uploads an SSH public key and associates it with the specified IAM user.', IAM_SshKey.GetTypes(), ), ], [ ResourceType.IAM_USER, new ResourceProperty( - "Provides an IAM user. > -NOTE:- If policies are attached to the user via the `aws.iam.PolicyAttachment` resource and you are modifying the user `name` or `path`, the `force_destroy` argument must be set to `true` and applied before attempting the operation otherwise you will encounter a `DeleteConflict` error. The `aws.iam.UserPolicyAttachment` resource (recommended) does not have this requirement.", + 'Provides an IAM user. > -NOTE:- If policies are attached to the user via the `aws.iam.PolicyAttachment` resource and you are modifying the user `name` or `path`, the `force_destroy` argument must be set to `true` and applied before attempting the operation otherwise you will encounter a `DeleteConflict` error. The `aws.iam.UserPolicyAttachment` resource (recommended) does not have this requirement.', IAM_User.GetTypes(), ), ], [ ResourceType.IAM_USERGROUPMEMBERSHIP, new ResourceProperty( - "Provides a resource for adding an IAM User to IAM Groups. This resource can be used multiple times with the same user for non-overlapping groups. To exclusively manage the users in a group, see the `aws.iam.GroupMembership` resource.", + 'Provides a resource for adding an IAM User to IAM Groups. This resource can be used multiple times with the same user for non-overlapping groups. To exclusively manage the users in a group, see the `aws.iam.GroupMembership` resource.', IAM_UserGroupMembership.GetTypes(), ), ], [ ResourceType.IAM_USERLOGINPROFILE, new ResourceProperty( - "Manages an IAM User Login Profile with limited support for password creation during this provider resource creation. Uses PGP to encrypt the password for safe transport to the user. PGP keys can be obtained from Keybase. > To reset an IAM User login password via this provider, you can use delete and recreate this resource or change any of the arguments.", + 'Manages an IAM User Login Profile with limited support for password creation during this provider resource creation. Uses PGP to encrypt the password for safe transport to the user. PGP keys can be obtained from Keybase. > To reset an IAM User login password via this provider, you can use delete and recreate this resource or change any of the arguments.', IAM_UserLoginProfile.GetTypes(), ), ], [ ResourceType.IAM_USERPOLICY, new ResourceProperty( - "Provides an IAM policy attached to a user. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.", + 'Provides an IAM policy attached to a user. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.', IAM_UserPolicy.GetTypes(), ), ], [ ResourceType.IAM_USERPOLICYATTACHMENT, new ResourceProperty( - "Attaches a Managed IAM Policy to an IAM user > --NOTE:-- The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.", + 'Attaches a Managed IAM Policy to an IAM user > --NOTE:-- The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.', IAM_UserPolicyAttachment.GetTypes(), ), ], [ ResourceType.IAM_VIRTUALMFADEVICE, new ResourceProperty( - "Provides an IAM Virtual MFA Device. > --Note:-- All attributes will be stored in the raw state as plain-text. > --Note:-- A virtual MFA device cannot be directly associated with an IAM User from the provider. To associate the virtual MFA device with a user and enable it, use the code returned in either `base_32_string_seed` or `qr_code_png` to generate TOTP authentication codes. The authentication codes can then be used with the AWS CLI command [`aws iam enable-mfa-device`](https://docs.aws.amazon.com/cli/latest/reference/iam/enable-mfa-device.html) or the AWS API call [`EnableMFADevice`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EnableMFADevice.html).", + 'Provides an IAM Virtual MFA Device. > --Note:-- All attributes will be stored in the raw state as plain-text. > --Note:-- A virtual MFA device cannot be directly associated with an IAM User from the provider. To associate the virtual MFA device with a user and enable it, use the code returned in either `base_32_string_seed` or `qr_code_png` to generate TOTP authentication codes. The authentication codes can then be used with the AWS CLI command [`aws iam enable-mfa-device`](https://docs.aws.amazon.com/cli/latest/reference/iam/enable-mfa-device.html) or the AWS API call [`EnableMFADevice`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EnableMFADevice.html).', IAM_VirtualMfaDevice.GetTypes(), ), ], [ ResourceType.IDENTITYSTORE_GROUP, new ResourceProperty( - "Resource for managing an AWS IdentityStore Group.", + 'Resource for managing an AWS IdentityStore Group.', IDENTITYSTORE_Group.GetTypes(), ), ], [ ResourceType.IDENTITYSTORE_GROUPMEMBERSHIP, new ResourceProperty( - "Resource for managing an AWS IdentityStore Group Membership.", + 'Resource for managing an AWS IdentityStore Group Membership.', IDENTITYSTORE_GroupMembership.GetTypes(), ), ], [ ResourceType.IDENTITYSTORE_USER, new ResourceProperty( - "This resource manages a User resource within an Identity Store. > --Note:-- If you use an external identity provider or Active Directory as your identity source, use this resource with caution. IAM Identity Center does not support outbound synchronization, so your identity source does not automatically update with the changes that you make to users using this resource.", + 'This resource manages a User resource within an Identity Store. > --Note:-- If you use an external identity provider or Active Directory as your identity source, use this resource with caution. IAM Identity Center does not support outbound synchronization, so your identity source does not automatically update with the changes that you make to users using this resource.', IDENTITYSTORE_User.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_COMPONENT, new ResourceProperty( - "Manages an Image Builder Component.", + 'Manages an Image Builder Component.', IMAGEBUILDER_Component.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_CONTAINERRECIPE, new ResourceProperty( - "Manages an Image Builder Container Recipe.", + 'Manages an Image Builder Container Recipe.', IMAGEBUILDER_ContainerRecipe.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_DISTRIBUTIONCONFIGURATION, new ResourceProperty( - "Manages an Image Builder Distribution Configuration.", + 'Manages an Image Builder Distribution Configuration.', IMAGEBUILDER_DistributionConfiguration.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_IMAGE, new ResourceProperty( - "Manages an Image Builder Image.", + 'Manages an Image Builder Image.', IMAGEBUILDER_Image.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_IMAGEPIPELINE, new ResourceProperty( - "Manages an Image Builder Image Pipeline.", + 'Manages an Image Builder Image Pipeline.', IMAGEBUILDER_ImagePipeline.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_IMAGERECIPE, new ResourceProperty( - "Manages an Image Builder Image Recipe.", + 'Manages an Image Builder Image Recipe.', IMAGEBUILDER_ImageRecipe.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_INFRASTRUCTURECONFIGURATION, new ResourceProperty( - "Manages an Image Builder Infrastructure Configuration.", + 'Manages an Image Builder Infrastructure Configuration.', IMAGEBUILDER_InfrastructureConfiguration.GetTypes(), ), ], [ ResourceType.IMAGEBUILDER_WORKFLOW, new ResourceProperty( - "Resource for managing an AWS EC2 Image Builder Workflow.", + 'Resource for managing an AWS EC2 Image Builder Workflow.', IMAGEBUILDER_Workflow.GetTypes(), ), ], [ ResourceType.INSPECTOR_ASSESSMENTTARGET, new ResourceProperty( - "Provides an Inspector Classic Assessment Target", + 'Provides an Inspector Classic Assessment Target', INSPECTOR_AssessmentTarget.GetTypes(), ), ], [ ResourceType.INSPECTOR_ASSESSMENTTEMPLATE, new ResourceProperty( - "Provides an Inspector Classic Assessment Template", + 'Provides an Inspector Classic Assessment Template', INSPECTOR_AssessmentTemplate.GetTypes(), ), ], [ ResourceType.INSPECTOR_RESOURCEGROUP, new ResourceProperty( - "Provides an Amazon Inspector Classic Resource Group.", + 'Provides an Amazon Inspector Classic Resource Group.', INSPECTOR_ResourceGroup.GetTypes(), ), ], [ ResourceType.INSPECTOR2_DELEGATEDADMINACCOUNT, new ResourceProperty( - "Resource for managing an Amazon Inspector Delegated Admin Account.", + 'Resource for managing an Amazon Inspector Delegated Admin Account.', INSPECTOR2_DelegatedAdminAccount.GetTypes(), ), ], @@ -9876,375 +9876,375 @@ export class ResourceProperties { [ ResourceType.INSPECTOR2_MEMBERASSOCIATION, new ResourceProperty( - "Resource for associating accounts to existing Inspector instances.", + 'Resource for associating accounts to existing Inspector instances.', INSPECTOR2_MemberAssociation.GetTypes(), ), ], [ ResourceType.INSPECTOR2_ORGANIZATIONCONFIGURATION, new ResourceProperty( - "Resource for managing an Amazon Inspector Organization Configuration. > --NOTE:-- In order for this resource to work, the account you use must be an Inspector Delegated Admin Account. > --NOTE:-- When this resource is deleted, EC2, ECR, Lambda, and Lambda code scans will no longer be automatically enabled for new members of your Amazon Inspector organization.", + 'Resource for managing an Amazon Inspector Organization Configuration. > --NOTE:-- In order for this resource to work, the account you use must be an Inspector Delegated Admin Account. > --NOTE:-- When this resource is deleted, EC2, ECR, Lambda, and Lambda code scans will no longer be automatically enabled for new members of your Amazon Inspector organization.', INSPECTOR2_OrganizationConfiguration.GetTypes(), ), ], [ ResourceType.IOT_AUTHORIZER, new ResourceProperty( - "Creates and manages an AWS IoT Authorizer.", + 'Creates and manages an AWS IoT Authorizer.', IOT_Authorizer.GetTypes(), ), ], [ ResourceType.IOT_BILLINGGROUP, new ResourceProperty( - "Manages an AWS IoT Billing Group.", + 'Manages an AWS IoT Billing Group.', IOT_BillingGroup.GetTypes(), ), ], [ ResourceType.IOT_CACERTIFICATE, new ResourceProperty( - "Creates and manages an AWS IoT CA Certificate.", + 'Creates and manages an AWS IoT CA Certificate.', IOT_CaCertificate.GetTypes(), ), ], [ ResourceType.IOT_CERTIFICATE, new ResourceProperty( - "Creates and manages an AWS IoT certificate.", + 'Creates and manages an AWS IoT certificate.', IOT_Certificate.GetTypes(), ), ], [ ResourceType.IOT_DOMAINCONFIGURATION, new ResourceProperty( - "Creates and manages an AWS IoT domain configuration.", + 'Creates and manages an AWS IoT domain configuration.', IOT_DomainConfiguration.GetTypes(), ), ], [ ResourceType.IOT_EVENTCONFIGURATIONS, new ResourceProperty( - "Manages IoT event configurations. > --NOTE:-- Deleting this resource does not disable the event configurations, the resource in simply removed from state instead.", + 'Manages IoT event configurations. > --NOTE:-- Deleting this resource does not disable the event configurations, the resource in simply removed from state instead.', IOT_EventConfigurations.GetTypes(), ), ], [ ResourceType.IOT_INDEXINGCONFIGURATION, new ResourceProperty( - "Managing [IoT Thing indexing](https://docs.aws.amazon.com/iot/latest/developerguide/managing-index.html).", + 'Managing [IoT Thing indexing](https://docs.aws.amazon.com/iot/latest/developerguide/managing-index.html).', IOT_IndexingConfiguration.GetTypes(), ), ], [ ResourceType.IOT_LOGGINGOPTIONS, new ResourceProperty( - "Provides a resource to manage [default logging options](https://docs.aws.amazon.com/iot/latest/developerguide/configure-logging.html#configure-logging-console).", + 'Provides a resource to manage [default logging options](https://docs.aws.amazon.com/iot/latest/developerguide/configure-logging.html#configure-logging-console).', IOT_LoggingOptions.GetTypes(), ), ], [ ResourceType.IOT_POLICY, new ResourceProperty( - "Provides an IoT policy. > --NOTE on policy versions:-- Updating this resource creates a new, default policy version. If updating the resource would exceed the maximum number of versions (5), the oldest non-default version of the policy is deleted before the new policy version is created.", + 'Provides an IoT policy. > --NOTE on policy versions:-- Updating this resource creates a new, default policy version. If updating the resource would exceed the maximum number of versions (5), the oldest non-default version of the policy is deleted before the new policy version is created.', IOT_Policy.GetTypes(), ), ], [ ResourceType.IOT_POLICYATTACHMENT, new ResourceProperty( - "Provides an IoT policy attachment.", + 'Provides an IoT policy attachment.', IOT_PolicyAttachment.GetTypes(), ), ], [ ResourceType.IOT_PROVISIONINGTEMPLATE, new ResourceProperty( - "Manages an IoT fleet provisioning template. For more info, see the AWS documentation on [fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html).", + 'Manages an IoT fleet provisioning template. For more info, see the AWS documentation on [fleet provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html).', IOT_ProvisioningTemplate.GetTypes(), ), ], [ ResourceType.IOT_ROLEALIAS, new ResourceProperty( - "Provides an IoT role alias.", + 'Provides an IoT role alias.', IOT_RoleAlias.GetTypes(), ), ], [ ResourceType.IOT_THING, new ResourceProperty( - "Creates and manages an AWS IoT Thing.", + 'Creates and manages an AWS IoT Thing.', IOT_Thing.GetTypes(), ), ], [ ResourceType.IOT_THINGGROUP, new ResourceProperty( - "Manages an AWS IoT Thing Group.", + 'Manages an AWS IoT Thing Group.', IOT_ThingGroup.GetTypes(), ), ], [ ResourceType.IOT_THINGGROUPMEMBERSHIP, new ResourceProperty( - "Adds an IoT Thing to an IoT Thing Group.", + 'Adds an IoT Thing to an IoT Thing Group.', IOT_ThingGroupMembership.GetTypes(), ), ], [ ResourceType.IOT_THINGPRINCIPALATTACHMENT, new ResourceProperty( - "Attaches Principal to AWS IoT Thing.", + 'Attaches Principal to AWS IoT Thing.', IOT_ThingPrincipalAttachment.GetTypes(), ), ], [ ResourceType.IOT_THINGTYPE, new ResourceProperty( - "Creates and manages an AWS IoT Thing Type.", + 'Creates and manages an AWS IoT Thing Type.', IOT_ThingType.GetTypes(), ), ], [ ResourceType.IOT_TOPICRULE, new ResourceProperty( - "Creates and manages an AWS IoT topic rule.", + 'Creates and manages an AWS IoT topic rule.', IOT_TopicRule.GetTypes(), ), ], [ ResourceType.IOT_TOPICRULEDESTINATION, - new ResourceProperty("", IOT_TopicRuleDestination.GetTypes()), + new ResourceProperty('', IOT_TopicRuleDestination.GetTypes()), ], [ ResourceType.IVS_CHANNEL, new ResourceProperty( - "Resource for managing an AWS IVS (Interactive Video) Channel.", + 'Resource for managing an AWS IVS (Interactive Video) Channel.', IVS_Channel.GetTypes(), ), ], [ ResourceType.IVS_PLAYBACKKEYPAIR, new ResourceProperty( - "Resource for managing an AWS IVS (Interactive Video) Playback Key Pair.", + 'Resource for managing an AWS IVS (Interactive Video) Playback Key Pair.', IVS_PlaybackKeyPair.GetTypes(), ), ], [ ResourceType.IVS_RECORDINGCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS IVS (Interactive Video) Recording Configuration.", + 'Resource for managing an AWS IVS (Interactive Video) Recording Configuration.', IVS_RecordingConfiguration.GetTypes(), ), ], [ ResourceType.IVSCHAT_LOGGINGCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS IVS (Interactive Video) Chat Logging Configuration.", + 'Resource for managing an AWS IVS (Interactive Video) Chat Logging Configuration.', IVSCHAT_LoggingConfiguration.GetTypes(), ), ], [ ResourceType.IVSCHAT_ROOM, new ResourceProperty( - "Resource for managing an AWS IVS (Interactive Video) Chat Room.", + 'Resource for managing an AWS IVS (Interactive Video) Chat Room.', IVSCHAT_Room.GetTypes(), ), ], [ ResourceType.KENDRA_DATASOURCE, new ResourceProperty( - "Resource for managing an AWS Kendra Data Source.", + 'Resource for managing an AWS Kendra Data Source.', KENDRA_DataSource.GetTypes(), ), ], [ ResourceType.KENDRA_EXPERIENCE, new ResourceProperty( - "Resource for managing an AWS Kendra Experience.", + 'Resource for managing an AWS Kendra Experience.', KENDRA_Experience.GetTypes(), ), ], [ ResourceType.KENDRA_FAQ, new ResourceProperty( - "Resource for managing an AWS Kendra FAQ.", + 'Resource for managing an AWS Kendra FAQ.', KENDRA_Faq.GetTypes(), ), ], [ ResourceType.KENDRA_INDEX, new ResourceProperty( - "Provides an Amazon Kendra Index resource.", + 'Provides an Amazon Kendra Index resource.', KENDRA_Index.GetTypes(), ), ], [ ResourceType.KENDRA_QUERYSUGGESTIONSBLOCKLIST, new ResourceProperty( - "Use the `aws_kendra_index_block_list` resource to manage an AWS Kendra block list used for query suggestions for an index.", + 'Use the `aws_kendra_index_block_list` resource to manage an AWS Kendra block list used for query suggestions for an index.', KENDRA_QuerySuggestionsBlockList.GetTypes(), ), ], [ ResourceType.KENDRA_THESAURUS, new ResourceProperty( - "Resource for managing an AWS Kendra Thesaurus.", + 'Resource for managing an AWS Kendra Thesaurus.', KENDRA_Thesaurus.GetTypes(), ), ], [ ResourceType.KEYSPACES_KEYSPACE, new ResourceProperty( - "Provides a Keyspaces Keyspace. More information about keyspaces can be found in the [Keyspaces User Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is-keyspaces.html).", + 'Provides a Keyspaces Keyspace. More information about keyspaces can be found in the [Keyspaces User Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is-keyspaces.html).', KEYSPACES_Keyspace.GetTypes(), ), ], [ ResourceType.KEYSPACES_TABLE, new ResourceProperty( - "Provides a Keyspaces Table. More information about Keyspaces tables can be found in the [Keyspaces Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-tables.html).", + 'Provides a Keyspaces Table. More information about Keyspaces tables can be found in the [Keyspaces Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-tables.html).', KEYSPACES_Table.GetTypes(), ), ], [ ResourceType.KINESIS_ANALYTICSAPPLICATION, new ResourceProperty( - "Provides a Kinesis Analytics Application resource. Kinesis Analytics is a managed service that allows processing and analyzing streaming data using standard SQL. For more details, see the [Amazon Kinesis Analytics Documentation](https://docs.aws.amazon.com/kinesisanalytics/latest/dev/what-is.html). > --Note:-- To manage Amazon Kinesis Data Analytics for Apache Flink applications, use the `aws.kinesisanalyticsv2.Application` resource.", + 'Provides a Kinesis Analytics Application resource. Kinesis Analytics is a managed service that allows processing and analyzing streaming data using standard SQL. For more details, see the [Amazon Kinesis Analytics Documentation](https://docs.aws.amazon.com/kinesisanalytics/latest/dev/what-is.html). > --Note:-- To manage Amazon Kinesis Data Analytics for Apache Flink applications, use the `aws.kinesisanalyticsv2.Application` resource.', KINESIS_AnalyticsApplication.GetTypes(), ), ], [ ResourceType.KINESIS_FIREHOSEDELIVERYSTREAM, new ResourceProperty( - "Provides a Kinesis Firehose Delivery Stream resource. Amazon Kinesis Firehose is a fully managed, elastic service to easily deliver real-time data streams to destinations such as Amazon S3 , Amazon Redshift and Snowflake. For more details, see the [Amazon Kinesis Firehose Documentation](https://aws.amazon.com/documentation/firehose/).", + 'Provides a Kinesis Firehose Delivery Stream resource. Amazon Kinesis Firehose is a fully managed, elastic service to easily deliver real-time data streams to destinations such as Amazon S3 , Amazon Redshift and Snowflake. For more details, see the [Amazon Kinesis Firehose Documentation](https://aws.amazon.com/documentation/firehose/).', KINESIS_FirehoseDeliveryStream.GetTypes(), ), ], [ ResourceType.KINESIS_RESOURCEPOLICY, new ResourceProperty( - "Provides a resource to manage an Amazon Kinesis Streams resource policy. Use a resource policy to manage cross-account access to your data streams or consumers.", + 'Provides a resource to manage an Amazon Kinesis Streams resource policy. Use a resource policy to manage cross-account access to your data streams or consumers.', KINESIS_ResourcePolicy.GetTypes(), ), ], [ ResourceType.KINESIS_STREAM, new ResourceProperty( - "Provides a Kinesis Stream resource. Amazon Kinesis is a managed service that scales elastically for real-time processing of streaming big data. For more details, see the [Amazon Kinesis Documentation](https://aws.amazon.com/documentation/kinesis/).", + 'Provides a Kinesis Stream resource. Amazon Kinesis is a managed service that scales elastically for real-time processing of streaming big data. For more details, see the [Amazon Kinesis Documentation](https://aws.amazon.com/documentation/kinesis/).', KINESIS_Stream.GetTypes(), ), ], [ ResourceType.KINESIS_STREAMCONSUMER, new ResourceProperty( - "Provides a resource to manage a Kinesis Stream Consumer. > --Note:-- You can register up to 20 consumers per stream. A given consumer can only be registered with one stream at a time. For more details, see the [Amazon Kinesis Stream Consumer Documentation](https://docs.aws.amazon.com/streams/latest/dev/amazon-kinesis-consumers.html).", + 'Provides a resource to manage a Kinesis Stream Consumer. > --Note:-- You can register up to 20 consumers per stream. A given consumer can only be registered with one stream at a time. For more details, see the [Amazon Kinesis Stream Consumer Documentation](https://docs.aws.amazon.com/streams/latest/dev/amazon-kinesis-consumers.html).', KINESIS_StreamConsumer.GetTypes(), ), ], [ ResourceType.KINESIS_VIDEOSTREAM, new ResourceProperty( - "Provides a Kinesis Video Stream resource. Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning (ML), playback, and other processing. For more details, see the [Amazon Kinesis Documentation](https://aws.amazon.com/documentation/kinesis/).", + 'Provides a Kinesis Video Stream resource. Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning (ML), playback, and other processing. For more details, see the [Amazon Kinesis Documentation](https://aws.amazon.com/documentation/kinesis/).', KINESIS_VideoStream.GetTypes(), ), ], [ ResourceType.KINESISANALYTICSV2_APPLICATION, new ResourceProperty( - "Manages a Kinesis Analytics v2 Application. This resource can be used to manage both Kinesis Data Analytics for SQL applications and Kinesis Data Analytics for Apache Flink applications. > --Note:-- Kinesis Data Analytics for SQL applications created using this resource cannot currently be viewed in the AWS Console. To manage Kinesis Data Analytics for SQL applications that can also be viewed in the AWS Console, use the `aws.kinesis.AnalyticsApplication` resource.", + 'Manages a Kinesis Analytics v2 Application. This resource can be used to manage both Kinesis Data Analytics for SQL applications and Kinesis Data Analytics for Apache Flink applications. > --Note:-- Kinesis Data Analytics for SQL applications created using this resource cannot currently be viewed in the AWS Console. To manage Kinesis Data Analytics for SQL applications that can also be viewed in the AWS Console, use the `aws.kinesis.AnalyticsApplication` resource.', KINESISANALYTICSV2_Application.GetTypes(), ), ], [ ResourceType.KINESISANALYTICSV2_APPLICATIONSNAPSHOT, new ResourceProperty( - "Manages a Kinesis Analytics v2 Application Snapshot. Snapshots are the AWS implementation of [Flink Savepoints](https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/state/savepoints.html).", + 'Manages a Kinesis Analytics v2 Application Snapshot. Snapshots are the AWS implementation of [Flink Savepoints](https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/state/savepoints.html).', KINESISANALYTICSV2_ApplicationSnapshot.GetTypes(), ), ], [ ResourceType.KMS_ALIAS, new ResourceProperty( - "Provides an alias for a KMS customer master key. AWS Console enforces 1-to-1 mapping between aliases & keys, but API (hence this provider too) allows you to create as many aliases as the [account limits](http://docs.aws.amazon.com/kms/latest/developerguide/limits.html) allow you.", + 'Provides an alias for a KMS customer master key. AWS Console enforces 1-to-1 mapping between aliases & keys, but API (hence this provider too) allows you to create as many aliases as the [account limits](http://docs.aws.amazon.com/kms/latest/developerguide/limits.html) allow you.', KMS_Alias.GetTypes(), ), ], [ ResourceType.KMS_CIPHERTEXT, new ResourceProperty( - "The KMS ciphertext resource allows you to encrypt plaintext into ciphertext by using an AWS KMS customer master key. The value returned by this resource is stable across every apply. For a changing ciphertext value each apply, see the `aws.kms.Ciphertext` data source.", + 'The KMS ciphertext resource allows you to encrypt plaintext into ciphertext by using an AWS KMS customer master key. The value returned by this resource is stable across every apply. For a changing ciphertext value each apply, see the `aws.kms.Ciphertext` data source.', KMS_Ciphertext.GetTypes(), ), ], [ ResourceType.KMS_CUSTOMKEYSTORE, new ResourceProperty( - "Resource for managing an AWS KMS (Key Management) Custom Key Store.", + 'Resource for managing an AWS KMS (Key Management) Custom Key Store.', KMS_CustomKeyStore.GetTypes(), ), ], [ ResourceType.KMS_EXTERNALKEY, new ResourceProperty( - "Manages a single-Region or multi-Region primary KMS key that uses external key material. To instead manage a single-Region or multi-Region primary KMS key where AWS automatically generates and potentially rotates key material, see the `aws.kms.Key` resource.", + 'Manages a single-Region or multi-Region primary KMS key that uses external key material. To instead manage a single-Region or multi-Region primary KMS key where AWS automatically generates and potentially rotates key material, see the `aws.kms.Key` resource.', KMS_ExternalKey.GetTypes(), ), ], [ ResourceType.KMS_GRANT, new ResourceProperty( - "Provides a resource-based access control mechanism for a KMS customer master key.", + 'Provides a resource-based access control mechanism for a KMS customer master key.', KMS_Grant.GetTypes(), ), ], [ ResourceType.KMS_KEY, new ResourceProperty( - "Manages a single-Region or multi-Region primary KMS key. > --NOTE on KMS Key Policy:-- KMS Key Policy can be configured in either the standalone resource `aws.kms.KeyPolicy` or with the parameter `policy` in this resource. Configuring with both will cause inconsistencies and may overwrite configuration.", + 'Manages a single-Region or multi-Region primary KMS key. > --NOTE on KMS Key Policy:-- KMS Key Policy can be configured in either the standalone resource `aws.kms.KeyPolicy` or with the parameter `policy` in this resource. Configuring with both will cause inconsistencies and may overwrite configuration.', KMS_Key.GetTypes(), ), ], [ ResourceType.KMS_KEYPOLICY, new ResourceProperty( - "Attaches a policy to a KMS Key.", + 'Attaches a policy to a KMS Key.', KMS_KeyPolicy.GetTypes(), ), ], [ ResourceType.KMS_REPLICAEXTERNALKEY, new ResourceProperty( - "Manages a KMS multi-Region replica key that uses external key material. See the [AWS KMS Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-import.html) for more information on importing key material into multi-Region keys.", + 'Manages a KMS multi-Region replica key that uses external key material. See the [AWS KMS Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-import.html) for more information on importing key material into multi-Region keys.', KMS_ReplicaExternalKey.GetTypes(), ), ], [ ResourceType.KMS_REPLICAKEY, new ResourceProperty( - "Manages a KMS multi-Region replica key.", + 'Manages a KMS multi-Region replica key.', KMS_ReplicaKey.GetTypes(), ), ], [ ResourceType.LAKEFORMATION_DATACELLSFILTER, new ResourceProperty( - "Resource for managing an AWS Lake Formation Data Cells Filter.", + 'Resource for managing an AWS Lake Formation Data Cells Filter.', LAKEFORMATION_DataCellsFilter.GetTypes(), ), ], [ ResourceType.LAKEFORMATION_DATALAKESETTINGS, new ResourceProperty( - "Manages Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions. > --NOTE:-- Lake Formation introduces fine-grained access control for data in your data lake. Part of the changes include the `IAMAllowedPrincipals` principal in order to make Lake Formation backwards compatible with existing IAM and Glue permissions. For more information, see [Changing the Default Security Settings for Your Data Lake](https://docs.aws.amazon.com/lake-formation/latest/dg/change-settings.html) and [Upgrading AWS Glue Data Permissions to the AWS Lake Formation Model](https://docs.aws.amazon.com/lake-formation/latest/dg/upgrade-glue-lake-formation.html).", + 'Manages Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions. > --NOTE:-- Lake Formation introduces fine-grained access control for data in your data lake. Part of the changes include the `IAMAllowedPrincipals` principal in order to make Lake Formation backwards compatible with existing IAM and Glue permissions. For more information, see [Changing the Default Security Settings for Your Data Lake](https://docs.aws.amazon.com/lake-formation/latest/dg/change-settings.html) and [Upgrading AWS Glue Data Permissions to the AWS Lake Formation Model](https://docs.aws.amazon.com/lake-formation/latest/dg/upgrade-glue-lake-formation.html).', LAKEFORMATION_DataLakeSettings.GetTypes(), ), ], [ ResourceType.LAKEFORMATION_LFTAG, new ResourceProperty( - "Creates an LF-Tag with the specified name and values. Each key must have at least one value. The maximum number of values permitted is 1000.", + 'Creates an LF-Tag with the specified name and values. Each key must have at least one value. The maximum number of values permitted is 1000.', LAKEFORMATION_LfTag.GetTypes(), ), ], @@ -10258,28 +10258,28 @@ export class ResourceProperties { [ ResourceType.LAKEFORMATION_RESOURCE, new ResourceProperty( - "Registers a Lake Formation resource (e.g., S3 bucket) as managed by the Data Catalog. In other words, the S3 path is added to the data lake. Choose a role that has read/write access to the chosen Amazon S3 path or use the service-linked role. When you register the S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.", + 'Registers a Lake Formation resource (e.g., S3 bucket) as managed by the Data Catalog. In other words, the S3 path is added to the data lake. Choose a role that has read/write access to the chosen Amazon S3 path or use the service-linked role. When you register the S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.', LAKEFORMATION_Resource.GetTypes(), ), ], [ ResourceType.LAKEFORMATION_RESOURCELFTAG, new ResourceProperty( - "Resource for managing an AWS Lake Formation Resource LF Tag.", + 'Resource for managing an AWS Lake Formation Resource LF Tag.', LAKEFORMATION_ResourceLfTag.GetTypes(), ), ], [ ResourceType.LAKEFORMATION_RESOURCELFTAGS, new ResourceProperty( - "Manages an attachment between one or more existing LF-tags and an existing Lake Formation resource.", + 'Manages an attachment between one or more existing LF-tags and an existing Lake Formation resource.', LAKEFORMATION_ResourceLfTags.GetTypes(), ), ], [ ResourceType.LAMBDA_ALIAS, new ResourceProperty( - "Creates a Lambda function alias. Creates an alias that points to the specified Lambda function version. For information about Lambda and how to use it, see [What is AWS Lambda?](http://docs.aws.amazon.com/lambda/latest/dg/welcome.html) For information about function aliases, see [CreateAlias](http://docs.aws.amazon.com/lambda/latest/dg/API_CreateAlias.html) and [AliasRoutingConfiguration](https://docs.aws.amazon.com/lambda/latest/dg/API_AliasRoutingConfiguration.html) in the API docs.", + 'Creates a Lambda function alias. Creates an alias that points to the specified Lambda function version. For information about Lambda and how to use it, see [What is AWS Lambda?](http://docs.aws.amazon.com/lambda/latest/dg/welcome.html) For information about function aliases, see [CreateAlias](http://docs.aws.amazon.com/lambda/latest/dg/API_CreateAlias.html) and [AliasRoutingConfiguration](https://docs.aws.amazon.com/lambda/latest/dg/API_AliasRoutingConfiguration.html) in the API docs.', LAMBDA_Alias.GetTypes(), ), ], @@ -10293,14 +10293,14 @@ export class ResourceProperties { [ ResourceType.LAMBDA_CODESIGNINGCONFIG, new ResourceProperty( - "Provides a Lambda Code Signing Config resource. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail). For information about Lambda code signing configurations and how to use them, see [configuring code signing for Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html)", + 'Provides a Lambda Code Signing Config resource. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail). For information about Lambda code signing configurations and how to use them, see [configuring code signing for Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html)', LAMBDA_CodeSigningConfig.GetTypes(), ), ], [ ResourceType.LAMBDA_EVENTSOURCEMAPPING, new ResourceProperty( - "Provides a Lambda event source mapping. This allows Lambda functions to get events from Kinesis, DynamoDB, SQS, Amazon MQ and Managed Streaming for Apache Kafka (MSK). For information about Lambda and how to use it, see [What is AWS Lambda?](http://docs.aws.amazon.com/lambda/latest/dg/welcome.html). For information about event source mappings, see [CreateEventSourceMapping](http://docs.aws.amazon.com/lambda/latest/dg/API_CreateEventSourceMapping.html) in the API docs.", + 'Provides a Lambda event source mapping. This allows Lambda functions to get events from Kinesis, DynamoDB, SQS, Amazon MQ and Managed Streaming for Apache Kafka (MSK). For information about Lambda and how to use it, see [What is AWS Lambda?](http://docs.aws.amazon.com/lambda/latest/dg/welcome.html). For information about event source mappings, see [CreateEventSourceMapping](http://docs.aws.amazon.com/lambda/latest/dg/API_CreateEventSourceMapping.html) in the API docs.', LAMBDA_EventSourceMapping.GetTypes(), ), ], @@ -10314,14 +10314,14 @@ export class ResourceProperties { [ ResourceType.LAMBDA_FUNCTIONEVENTINVOKECONFIG, new ResourceProperty( - "Manages an asynchronous invocation configuration for a Lambda Function or Alias. More information about asynchronous invocations and the configurable values can be found in the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html).", + 'Manages an asynchronous invocation configuration for a Lambda Function or Alias. More information about asynchronous invocations and the configurable values can be found in the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html).', LAMBDA_FunctionEventInvokeConfig.GetTypes(), ), ], [ ResourceType.LAMBDA_FUNCTIONURL, new ResourceProperty( - "Provides a Lambda function URL resource. A function URL is a dedicated HTTP(S) endpoint for a Lambda function. See the [AWS Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html) for more information.", + 'Provides a Lambda function URL resource. A function URL is a dedicated HTTP(S) endpoint for a Lambda function. See the [AWS Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html) for more information.', LAMBDA_FunctionUrl.GetTypes(), ), ], @@ -10335,214 +10335,214 @@ export class ResourceProperties { [ ResourceType.LAMBDA_LAYERVERSION, new ResourceProperty( - "Provides a Lambda Layer Version resource. Lambda Layers allow you to reuse shared bits of code across multiple lambda functions. For information about Lambda Layers and how to use them, see [AWS Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy any layer version, even when running destroy. Layer versions are thus intentional dangling resources that are _not_ managed by the provider and may incur extra expense in your AWS account.", + 'Provides a Lambda Layer Version resource. Lambda Layers allow you to reuse shared bits of code across multiple lambda functions. For information about Lambda Layers and how to use them, see [AWS Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy any layer version, even when running destroy. Layer versions are thus intentional dangling resources that are _not_ managed by the provider and may incur extra expense in your AWS account.', LAMBDA_LayerVersion.GetTypes(), ), ], [ ResourceType.LAMBDA_LAYERVERSIONPERMISSION, new ResourceProperty( - "Provides a Lambda Layer Version Permission resource. It allows you to share you own Lambda Layers to another account by account ID, to all accounts in AWS organization or even to all AWS accounts. For information about Lambda Layer Permissions and how to use them, see [Using Resource-based Policies for AWS Lambda][1] > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy any layer version permission, even when running `pulumi destroy`. Layer version permissions are thus intentional dangling resources that are _not_ managed by Pulumi and may incur extra expense in your AWS account.", + 'Provides a Lambda Layer Version Permission resource. It allows you to share you own Lambda Layers to another account by account ID, to all accounts in AWS organization or even to all AWS accounts. For information about Lambda Layer Permissions and how to use them, see [Using Resource-based Policies for AWS Lambda][1] > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy any layer version permission, even when running `pulumi destroy`. Layer version permissions are thus intentional dangling resources that are _not_ managed by Pulumi and may incur extra expense in your AWS account.', LAMBDA_LayerVersionPermission.GetTypes(), ), ], [ ResourceType.LAMBDA_PERMISSION, new ResourceProperty( - "Gives an external source (like an EventBridge Rule, SNS, or S3) permission to access the Lambda function.", + 'Gives an external source (like an EventBridge Rule, SNS, or S3) permission to access the Lambda function.', LAMBDA_Permission.GetTypes(), ), ], [ ResourceType.LAMBDA_PROVISIONEDCONCURRENCYCONFIG, new ResourceProperty( - "Manages a Lambda Provisioned Concurrency Configuration. > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy a provisioned concurrency configuration, even when running `pulumi destroy`. The configuration is thus an intentional dangling resource that is _not_ managed by Pulumi and may incur extra expense in your AWS account.", + 'Manages a Lambda Provisioned Concurrency Configuration. > --NOTE:-- Setting `skip_destroy` to `true` means that the AWS Provider will _not_ destroy a provisioned concurrency configuration, even when running `pulumi destroy`. The configuration is thus an intentional dangling resource that is _not_ managed by Pulumi and may incur extra expense in your AWS account.', LAMBDA_ProvisionedConcurrencyConfig.GetTypes(), ), ], [ ResourceType.LAMBDA_RUNTIMEMANAGEMENTCONFIG, new ResourceProperty( - "Resource for managing an AWS Lambda Runtime Management Config. Refer to the [AWS Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) for supported runtimes. > Deletion of this resource returns the runtime update mode to `Auto` (the default behavior). To leave the configured runtime management options in-place, use a `removed` block with the destroy lifecycle set to `false`.", + 'Resource for managing an AWS Lambda Runtime Management Config. Refer to the [AWS Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) for supported runtimes. > Deletion of this resource returns the runtime update mode to `Auto` (the default behavior). To leave the configured runtime management options in-place, use a `removed` block with the destroy lifecycle set to `false`.', LAMBDA_RuntimeManagementConfig.GetTypes(), ), ], [ ResourceType.LB_LISTENER, new ResourceProperty( - "Provides a Load Balancer Listener resource. > --Note:-- `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.", + 'Provides a Load Balancer Listener resource. > --Note:-- `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.', LB_Listener.GetTypes(), ), ], [ ResourceType.LB_LISTENERCERTIFICATE, new ResourceProperty( - "Provides a Load Balancer Listener Certificate resource. This resource is for additional certificates and does not replace the default certificate on the listener. > --Note:-- `aws.alb.ListenerCertificate` is known as `aws.lb.ListenerCertificate`. The functionality is identical.", + 'Provides a Load Balancer Listener Certificate resource. This resource is for additional certificates and does not replace the default certificate on the listener. > --Note:-- `aws.alb.ListenerCertificate` is known as `aws.lb.ListenerCertificate`. The functionality is identical.', LB_ListenerCertificate.GetTypes(), ), ], [ ResourceType.LB_LISTENERRULE, new ResourceProperty( - "Provides a Load Balancer Listener Rule resource. > --Note:-- `aws.alb.ListenerRule` is known as `aws.lb.ListenerRule`. The functionality is identical.", + 'Provides a Load Balancer Listener Rule resource. > --Note:-- `aws.alb.ListenerRule` is known as `aws.lb.ListenerRule`. The functionality is identical.', LB_ListenerRule.GetTypes(), ), ], [ ResourceType.LB_LOADBALANCER, new ResourceProperty( - "Provides a Load Balancer resource. > --Note:-- `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.", + 'Provides a Load Balancer resource. > --Note:-- `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.', LB_LoadBalancer.GetTypes(), ), ], [ ResourceType.LB_TARGETGROUP, new ResourceProperty( - "Provides a Target Group resource for use with Load Balancer resources. > --Note:-- `aws.alb.TargetGroup` is known as `aws.lb.TargetGroup`. The functionality is identical.", + 'Provides a Target Group resource for use with Load Balancer resources. > --Note:-- `aws.alb.TargetGroup` is known as `aws.lb.TargetGroup`. The functionality is identical.', LB_TargetGroup.GetTypes(), ), ], [ ResourceType.LB_TARGETGROUPATTACHMENT, new ResourceProperty( - "Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource. > --Note:-- `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.", + 'Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource. > --Note:-- `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.', LB_TargetGroupAttachment.GetTypes(), ), ], [ ResourceType.LB_TRUSTSTORE, new ResourceProperty( - "Provides a ELBv2 Trust Store for use with Application Load Balancer Listener resources.", + 'Provides a ELBv2 Trust Store for use with Application Load Balancer Listener resources.', LB_TrustStore.GetTypes(), ), ], [ ResourceType.LB_TRUSTSTOREREVOCATION, new ResourceProperty( - "Provides a ELBv2 Trust Store Revocation for use with Application Load Balancer Listener resources.", + 'Provides a ELBv2 Trust Store Revocation for use with Application Load Balancer Listener resources.', LB_TrustStoreRevocation.GetTypes(), ), ], [ ResourceType.LEX_BOT, new ResourceProperty( - "Provides an Amazon Lex Bot resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)", + 'Provides an Amazon Lex Bot resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)', LEX_Bot.GetTypes(), ), ], [ ResourceType.LEX_BOTALIAS, new ResourceProperty( - "Provides an Amazon Lex Bot Alias resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)", + 'Provides an Amazon Lex Bot Alias resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)', LEX_BotAlias.GetTypes(), ), ], [ ResourceType.LEX_INTENT, new ResourceProperty( - "Provides an Amazon Lex Intent resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)", + 'Provides an Amazon Lex Intent resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)', LEX_Intent.GetTypes(), ), ], [ ResourceType.LEX_SLOTTYPE, new ResourceProperty( - "Provides an Amazon Lex Slot Type resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)", + 'Provides an Amazon Lex Slot Type resource. For more information see [Amazon Lex: How It Works](https://docs.aws.amazon.com/lex/latest/dg/how-it-works.html)', LEX_SlotType.GetTypes(), ), ], [ ResourceType.LEX_V2MODELSBOT, new ResourceProperty( - "Resource for managing an AWS Lex V2 Models Bot.", + 'Resource for managing an AWS Lex V2 Models Bot.', LEX_V2modelsBot.GetTypes(), ), ], [ ResourceType.LEX_V2MODELSBOTLOCALE, new ResourceProperty( - "Resource for managing an AWS Lex V2 Models Bot Locale.", + 'Resource for managing an AWS Lex V2 Models Bot Locale.', LEX_V2modelsBotLocale.GetTypes(), ), ], [ ResourceType.LEX_V2MODELSBOTVERSION, new ResourceProperty( - "Resource for managing an AWS Lex V2 Models Bot Version.", + 'Resource for managing an AWS Lex V2 Models Bot Version.', LEX_V2modelsBotVersion.GetTypes(), ), ], [ ResourceType.LEX_V2MODELSINTENT, - new ResourceProperty("", LEX_V2modelsIntent.GetTypes()), + new ResourceProperty('', LEX_V2modelsIntent.GetTypes()), ], [ ResourceType.LEX_V2MODELSSLOT, new ResourceProperty( - "Resource for managing an AWS Lex V2 Models Slot.", + 'Resource for managing an AWS Lex V2 Models Slot.', LEX_V2modelsSlot.GetTypes(), ), ], [ ResourceType.LEX_V2MODELSSLOTTYPE, new ResourceProperty( - "Resource for managing an AWS Lex V2 Models Slot Type.", + 'Resource for managing an AWS Lex V2 Models Slot Type.', LEX_V2modelsSlotType.GetTypes(), ), ], [ ResourceType.LICENSEMANAGER_ASSOCIATION, new ResourceProperty( - "Provides a License Manager association. > --Note:-- License configurations can also be associated with launch templates by specifying the `license_specifications` block for an `aws.ec2.LaunchTemplate`.", + 'Provides a License Manager association. > --Note:-- License configurations can also be associated with launch templates by specifying the `license_specifications` block for an `aws.ec2.LaunchTemplate`.', LICENSEMANAGER_Association.GetTypes(), ), ], [ ResourceType.LICENSEMANAGER_LICENSECONFIGURATION, new ResourceProperty( - "Provides a License Manager license configuration resource. > --Note:-- Removing the `license_count` attribute is not supported by the License Manager API.", + 'Provides a License Manager license configuration resource. > --Note:-- Removing the `license_count` attribute is not supported by the License Manager API.', LICENSEMANAGER_LicenseConfiguration.GetTypes(), ), ], [ ResourceType.LICENSEMANAGER_LICENSEGRANT, new ResourceProperty( - "Provides a License Manager grant. This allows for sharing licenses with other AWS accounts.", + 'Provides a License Manager grant. This allows for sharing licenses with other AWS accounts.', LICENSEMANAGER_LicenseGrant.GetTypes(), ), ], [ ResourceType.LICENSEMANAGER_LICENSEGRANTACCEPTER, new ResourceProperty( - "Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.", + 'Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.', LICENSEMANAGER_LicenseGrantAccepter.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_BUCKET, new ResourceProperty( - "Provides a lightsail bucket.", + 'Provides a lightsail bucket.', LIGHTSAIL_Bucket.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_BUCKETACCESSKEY, new ResourceProperty( - "Provides a lightsail bucket access key. This is a set of credentials that allow API requests to be made to the lightsail bucket.", + 'Provides a lightsail bucket access key. This is a set of credentials that allow API requests to be made to the lightsail bucket.', LIGHTSAIL_BucketAccessKey.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_BUCKETRESOURCEACCESS, new ResourceProperty( - "Provides a lightsail resource access to a bucket.", + 'Provides a lightsail resource access to a bucket.', LIGHTSAIL_BucketResourceAccess.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_CERTIFICATE, new ResourceProperty( - "Provides a lightsail certificate.", + 'Provides a lightsail certificate.', LIGHTSAIL_Certificate.GetTypes(), ), ], @@ -10556,7 +10556,7 @@ export class ResourceProperties { [ ResourceType.LIGHTSAIL_CONTAINERSERVICEDEPLOYMENTVERSION, new ResourceProperty( - "Provides a resource to manage a deployment version for your Amazon Lightsail container service. > --NOTE:-- The Amazon Lightsail container service must be enabled to create a deployment. > --NOTE:-- This resource allows you to manage an Amazon Lightsail container service deployment version but the provider cannot destroy it. Removing this resource from your configuration will remove it from your statefile.", + 'Provides a resource to manage a deployment version for your Amazon Lightsail container service. > --NOTE:-- The Amazon Lightsail container service must be enabled to create a deployment. > --NOTE:-- This resource allows you to manage an Amazon Lightsail container service deployment version but the provider cannot destroy it. Removing this resource from your configuration will remove it from your statefile.', LIGHTSAIL_ContainerServiceDeploymentVersion.GetTypes(), ), ], @@ -10570,21 +10570,21 @@ export class ResourceProperties { [ ResourceType.LIGHTSAIL_DISK, new ResourceProperty( - "Provides a Lightsail Disk resource.", + 'Provides a Lightsail Disk resource.', LIGHTSAIL_Disk.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_DISK_ATTACHMENT, new ResourceProperty( - "Attaches a Lightsail disk to a Lightsail Instance", + 'Attaches a Lightsail disk to a Lightsail Instance', LIGHTSAIL_Disk_attachment.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_DISTRIBUTION, new ResourceProperty( - "Resource for managing an AWS Lightsail Distribution.", + 'Resource for managing an AWS Lightsail Distribution.', LIGHTSAIL_Distribution.GetTypes(), ), ], @@ -10598,7 +10598,7 @@ export class ResourceProperties { [ ResourceType.LIGHTSAIL_DOMAINENTRY, new ResourceProperty( - "Creates a domain entry resource > --NOTE on `id`:-- In an effort to simplify imports, this resource `id` field has been updated to the standard resource id separator, a comma (`,`). For backward compatibility, the previous separator (underscore `_`) can still be used to read and import existing resources. When state is refreshed, the `id` will be updated to use the new standard separator. The previous separator will be deprecated in a future major release.", + 'Creates a domain entry resource > --NOTE on `id`:-- In an effort to simplify imports, this resource `id` field has been updated to the standard resource id separator, a comma (`,`). For backward compatibility, the previous separator (underscore `_`) can still be used to read and import existing resources. When state is refreshed, the `id` will be updated to use the new standard separator. The previous separator will be deprecated in a future major release.', LIGHTSAIL_DomainEntry.GetTypes(), ), ], @@ -10626,42 +10626,42 @@ export class ResourceProperties { [ ResourceType.LIGHTSAIL_LB, new ResourceProperty( - "Creates a Lightsail load balancer resource.", + 'Creates a Lightsail load balancer resource.', LIGHTSAIL_Lb.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_LBATTACHMENT, new ResourceProperty( - "Attaches a Lightsail Instance to a Lightsail Load Balancer.", + 'Attaches a Lightsail Instance to a Lightsail Load Balancer.', LIGHTSAIL_LbAttachment.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_LBCERTIFICATE, new ResourceProperty( - "Creates a Lightsail load balancer Certificate resource.", + 'Creates a Lightsail load balancer Certificate resource.', LIGHTSAIL_LbCertificate.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_LBCERTIFICATEATTACHMENT, new ResourceProperty( - "Attaches a Lightsail Load Balancer Certificate to a Lightsail Load Balancer.", + 'Attaches a Lightsail Load Balancer Certificate to a Lightsail Load Balancer.', LIGHTSAIL_LbCertificateAttachment.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_LBHTTPSREDIRECTIONPOLICY, new ResourceProperty( - "Configures Https Redirection for a Lightsail Load Balancer. A valid Certificate must be attached to the load balancer in order to enable https redirection.", + 'Configures Https Redirection for a Lightsail Load Balancer. A valid Certificate must be attached to the load balancer in order to enable https redirection.', LIGHTSAIL_LbHttpsRedirectionPolicy.GetTypes(), ), ], [ ResourceType.LIGHTSAIL_LBSTICKINESSPOLICY, new ResourceProperty( - "Configures Session Stickiness for a Lightsail Load Balancer.", + 'Configures Session Stickiness for a Lightsail Load Balancer.', LIGHTSAIL_LbStickinessPolicy.GetTypes(), ), ], @@ -10682,799 +10682,799 @@ export class ResourceProperties { [ ResourceType.LOCATION_GEOFENCECOLLECTION, new ResourceProperty( - "Resource for managing an AWS Location Geofence Collection.", + 'Resource for managing an AWS Location Geofence Collection.', LOCATION_GeofenceCollection.GetTypes(), ), ], [ ResourceType.LOCATION_MAPRESOURCE, new ResourceProperty( - "Provides a Location Service Map.", + 'Provides a Location Service Map.', LOCATION_MapResource.GetTypes(), ), ], [ ResourceType.LOCATION_PLACEINDEX, new ResourceProperty( - "Provides a Location Service Place Index.", + 'Provides a Location Service Place Index.', LOCATION_PlaceIndex.GetTypes(), ), ], [ ResourceType.LOCATION_ROUTECALCULATION, new ResourceProperty( - "Provides a Location Service Route Calculator.", + 'Provides a Location Service Route Calculator.', LOCATION_RouteCalculation.GetTypes(), ), ], [ ResourceType.LOCATION_TRACKER, new ResourceProperty( - "Provides a Location Service Tracker.", + 'Provides a Location Service Tracker.', LOCATION_Tracker.GetTypes(), ), ], [ ResourceType.LOCATION_TRACKERASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Location Tracker Association.", + 'Resource for managing an AWS Location Tracker Association.', LOCATION_TrackerAssociation.GetTypes(), ), ], [ ResourceType.M2_APPLICATION, new ResourceProperty( - "Resource for managing an [AWS Mainframe Modernization Application](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2.html).", + 'Resource for managing an [AWS Mainframe Modernization Application](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2.html).', M2_Application.GetTypes(), ), ], [ ResourceType.M2_DEPLOYMENT, new ResourceProperty( - "Resource for managing an [AWS Mainframe Modernization Deployment.](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-deploy.html)", + 'Resource for managing an [AWS Mainframe Modernization Deployment.](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-deploy.html)', M2_Deployment.GetTypes(), ), ], [ ResourceType.M2_ENVIRONMENT, new ResourceProperty( - "Resource for managing an [AWS Mainframe Modernization Environment](https://docs.aws.amazon.com/m2/latest/userguide/environments-m2.html).", + 'Resource for managing an [AWS Mainframe Modernization Environment](https://docs.aws.amazon.com/m2/latest/userguide/environments-m2.html).', M2_Environment.GetTypes(), ), ], [ ResourceType.MACIE_CUSTOMDATAIDENTIFIER, new ResourceProperty( - "Provides a resource to manage an [AWS Macie Custom Data Identifier](https://docs.aws.amazon.com/macie/latest/APIReference/custom-data-identifiers-id.html).", + 'Provides a resource to manage an [AWS Macie Custom Data Identifier](https://docs.aws.amazon.com/macie/latest/APIReference/custom-data-identifiers-id.html).', MACIE_CustomDataIdentifier.GetTypes(), ), ], [ ResourceType.MACIE_FINDINGSFILTER, new ResourceProperty( - "Provides a resource to manage an [Amazon Macie Findings Filter](https://docs.aws.amazon.com/macie/latest/APIReference/findingsfilters-id.html).", + 'Provides a resource to manage an [Amazon Macie Findings Filter](https://docs.aws.amazon.com/macie/latest/APIReference/findingsfilters-id.html).', MACIE_FindingsFilter.GetTypes(), ), ], [ ResourceType.MACIE2_ACCOUNT, new ResourceProperty( - "Provides a resource to manage an [AWS Macie Account](https://docs.aws.amazon.com/macie/latest/APIReference/macie.html).", + 'Provides a resource to manage an [AWS Macie Account](https://docs.aws.amazon.com/macie/latest/APIReference/macie.html).', MACIE2_Account.GetTypes(), ), ], [ ResourceType.MACIE2_CLASSIFICATIONEXPORTCONFIGURATION, new ResourceProperty( - "Provides a resource to manage an [Amazon Macie Classification Export Configuration](https://docs.aws.amazon.com/macie/latest/APIReference/classification-export-configuration.html).", + 'Provides a resource to manage an [Amazon Macie Classification Export Configuration](https://docs.aws.amazon.com/macie/latest/APIReference/classification-export-configuration.html).', MACIE2_ClassificationExportConfiguration.GetTypes(), ), ], [ ResourceType.MACIE2_CLASSIFICATIONJOB, new ResourceProperty( - "Provides a resource to manage an [AWS Macie Classification Job](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html).", + 'Provides a resource to manage an [AWS Macie Classification Job](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html).', MACIE2_ClassificationJob.GetTypes(), ), ], [ ResourceType.MACIE2_INVITATIONACCEPTER, new ResourceProperty( - "Provides a resource to manage an [Amazon Macie Invitation Accepter](https://docs.aws.amazon.com/macie/latest/APIReference/invitations-accept.html).", + 'Provides a resource to manage an [Amazon Macie Invitation Accepter](https://docs.aws.amazon.com/macie/latest/APIReference/invitations-accept.html).', MACIE2_InvitationAccepter.GetTypes(), ), ], [ ResourceType.MACIE2_MEMBER, new ResourceProperty( - "Provides a resource to manage an [Amazon Macie Member](https://docs.aws.amazon.com/macie/latest/APIReference/members-id.html).", + 'Provides a resource to manage an [Amazon Macie Member](https://docs.aws.amazon.com/macie/latest/APIReference/members-id.html).', MACIE2_Member.GetTypes(), ), ], [ ResourceType.MACIE2_ORGANIZATIONADMINACCOUNT, new ResourceProperty( - "Provides a resource to manage an [Amazon Macie Organization Admin Account](https://docs.aws.amazon.com/macie/latest/APIReference/admin.html).", + 'Provides a resource to manage an [Amazon Macie Organization Admin Account](https://docs.aws.amazon.com/macie/latest/APIReference/admin.html).', MACIE2_OrganizationAdminAccount.GetTypes(), ), ], [ ResourceType.MEDIACONVERT_QUEUE, new ResourceProperty( - "Provides an AWS Elemental MediaConvert Queue.", + 'Provides an AWS Elemental MediaConvert Queue.', MEDIACONVERT_Queue.GetTypes(), ), ], [ ResourceType.MEDIALIVE_CHANNEL, new ResourceProperty( - "Resource for managing an AWS MediaLive Channel.", + 'Resource for managing an AWS MediaLive Channel.', MEDIALIVE_Channel.GetTypes(), ), ], [ ResourceType.MEDIALIVE_INPUT, new ResourceProperty( - "Resource for managing an AWS MediaLive Input.", + 'Resource for managing an AWS MediaLive Input.', MEDIALIVE_Input.GetTypes(), ), ], [ ResourceType.MEDIALIVE_INPUTSECURITYGROUP, new ResourceProperty( - "Resource for managing an AWS MediaLive InputSecurityGroup.", + 'Resource for managing an AWS MediaLive InputSecurityGroup.', MEDIALIVE_InputSecurityGroup.GetTypes(), ), ], [ ResourceType.MEDIALIVE_MULTIPLEX, new ResourceProperty( - "Resource for managing an AWS MediaLive Multiplex.", + 'Resource for managing an AWS MediaLive Multiplex.', MEDIALIVE_Multiplex.GetTypes(), ), ], [ ResourceType.MEDIALIVE_MULTIPLEXPROGRAM, new ResourceProperty( - "Resource for managing an AWS MediaLive MultiplexProgram.", + 'Resource for managing an AWS MediaLive MultiplexProgram.', MEDIALIVE_MultiplexProgram.GetTypes(), ), ], [ ResourceType.MEDIAPACKAGE_CHANNEL, new ResourceProperty( - "Provides an AWS Elemental MediaPackage Channel.", + 'Provides an AWS Elemental MediaPackage Channel.', MEDIAPACKAGE_Channel.GetTypes(), ), ], [ ResourceType.MEDIASTORE_CONTAINER, new ResourceProperty( - "Provides a MediaStore Container.", + 'Provides a MediaStore Container.', MEDIASTORE_Container.GetTypes(), ), ], [ ResourceType.MEDIASTORE_CONTAINERPOLICY, - new ResourceProperty("", MEDIASTORE_ContainerPolicy.GetTypes()), + new ResourceProperty('', MEDIASTORE_ContainerPolicy.GetTypes()), ], [ ResourceType.MEMORYDB_ACL, new ResourceProperty( - "Provides a MemoryDB ACL. More information about users and ACL-s can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html).", + 'Provides a MemoryDB ACL. More information about users and ACL-s can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html).', MEMORYDB_Acl.GetTypes(), ), ], [ ResourceType.MEMORYDB_CLUSTER, new ResourceProperty( - "Provides a MemoryDB Cluster. More information about MemoryDB can be found in the [Developer Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/what-is-memorydb-for-redis.html).", + 'Provides a MemoryDB Cluster. More information about MemoryDB can be found in the [Developer Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/what-is-memorydb-for-redis.html).', MEMORYDB_Cluster.GetTypes(), ), ], [ ResourceType.MEMORYDB_PARAMETERGROUP, new ResourceProperty( - "Provides a MemoryDB Parameter Group. More information about parameter groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html).", + 'Provides a MemoryDB Parameter Group. More information about parameter groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html).', MEMORYDB_ParameterGroup.GetTypes(), ), ], [ ResourceType.MEMORYDB_SNAPSHOT, new ResourceProperty( - "Provides a MemoryDB Snapshot. More information about snapshot and restore can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/snapshots.html).", + 'Provides a MemoryDB Snapshot. More information about snapshot and restore can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/snapshots.html).', MEMORYDB_Snapshot.GetTypes(), ), ], [ ResourceType.MEMORYDB_SUBNETGROUP, new ResourceProperty( - "Provides a MemoryDB Subnet Group. More information about subnet groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/subnetgroups.html).", + 'Provides a MemoryDB Subnet Group. More information about subnet groups can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/subnetgroups.html).', MEMORYDB_SubnetGroup.GetTypes(), ), ], [ ResourceType.MEMORYDB_USER, new ResourceProperty( - "Provides a MemoryDB User. More information about users and ACL-s can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html). > --Note:-- All arguments including the username and passwords will be stored in the raw state as plain-text.", + 'Provides a MemoryDB User. More information about users and ACL-s can be found in the [MemoryDB User Guide](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html). > --Note:-- All arguments including the username and passwords will be stored in the raw state as plain-text.', MEMORYDB_User.GetTypes(), ), ], [ ResourceType.MQ_BROKER, new ResourceProperty( - "Provides an Amazon MQ broker resource. This resources also manages users for the broker. > For more information on Amazon MQ, see [Amazon MQ documentation](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/welcome.html). > --NOTE:-- Amazon MQ currently places limits on --RabbitMQ-- brokers. For example, a RabbitMQ broker cannot have: instances with an associated IP address of an ENI attached to the broker, an associated LDAP server to authenticate and authorize broker connections, storage type `EFS`, or audit logging. Although this resource allows you to create RabbitMQ users, RabbitMQ users cannot have console access or groups. Also, Amazon MQ does not return information about RabbitMQ users so drift detection is not possible. > --NOTE:-- Changes to an MQ Broker can occur when you change a parameter, such as `configuration` or `user`, and are reflected in the next maintenance window. Because of this, the provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). Using `apply_immediately` can result in a brief downtime as the broker reboots.", + 'Provides an Amazon MQ broker resource. This resources also manages users for the broker. > For more information on Amazon MQ, see [Amazon MQ documentation](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/welcome.html). > --NOTE:-- Amazon MQ currently places limits on --RabbitMQ-- brokers. For example, a RabbitMQ broker cannot have: instances with an associated IP address of an ENI attached to the broker, an associated LDAP server to authenticate and authorize broker connections, storage type `EFS`, or audit logging. Although this resource allows you to create RabbitMQ users, RabbitMQ users cannot have console access or groups. Also, Amazon MQ does not return information about RabbitMQ users so drift detection is not possible. > --NOTE:-- Changes to an MQ Broker can occur when you change a parameter, such as `configuration` or `user`, and are reflected in the next maintenance window. Because of this, the provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). Using `apply_immediately` can result in a brief downtime as the broker reboots.', MQ_Broker.GetTypes(), ), ], [ ResourceType.MQ_CONFIGURATION, new ResourceProperty( - "Provides an MQ Configuration Resource. For more information on Amazon MQ, see [Amazon MQ documentation](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/welcome.html).", + 'Provides an MQ Configuration Resource. For more information on Amazon MQ, see [Amazon MQ documentation](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/welcome.html).', MQ_Configuration.GetTypes(), ), ], [ ResourceType.MSK_CLUSTER, new ResourceProperty( - "Manages an Amazon MSK cluster. > --Note:-- This resource manages _provisioned_ clusters. To manage a _serverless_ Amazon MSK cluster, use the `aws.msk.ServerlessCluster` resource.", + 'Manages an Amazon MSK cluster. > --Note:-- This resource manages _provisioned_ clusters. To manage a _serverless_ Amazon MSK cluster, use the `aws.msk.ServerlessCluster` resource.', MSK_Cluster.GetTypes(), ), ], [ ResourceType.MSK_CLUSTERPOLICY, new ResourceProperty( - "Resource for managing an AWS Managed Streaming for Kafka Cluster Policy.", + 'Resource for managing an AWS Managed Streaming for Kafka Cluster Policy.', MSK_ClusterPolicy.GetTypes(), ), ], [ ResourceType.MSK_CONFIGURATION, new ResourceProperty( - "Manages an Amazon Managed Streaming for Kafka configuration. More information can be found on the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration.html).", + 'Manages an Amazon Managed Streaming for Kafka configuration. More information can be found on the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration.html).', MSK_Configuration.GetTypes(), ), ], [ ResourceType.MSK_REPLICATOR, new ResourceProperty( - "Resource for managing an AWS Managed Streaming for Kafka Replicator.", + 'Resource for managing an AWS Managed Streaming for Kafka Replicator.', MSK_Replicator.GetTypes(), ), ], [ ResourceType.MSK_SCRAMSECRETASSOCIATION, new ResourceProperty( - "Associates SCRAM secrets stored in the Secrets Manager service with a Managed Streaming for Kafka (MSK) cluster. > --Note:-- The following assumes the MSK cluster has SASL/SCRAM authentication enabled. See below for example usage or refer to the [Username/Password Authentication](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html) section of the MSK Developer Guide for more details. To set up username and password authentication for a cluster, create an `aws.secretsmanager.Secret` resource and associate a username and password with the secret with an `aws.secretsmanager.SecretVersion` resource. When creating a secret for the cluster, the `name` must have the prefix `AmazonMSK_` and you must either use an existing custom AWS KMS key or create a new custom AWS KMS key for your secret with the `aws.kms.Key` resource. It is important to note that a policy is required for the `aws.secretsmanager.Secret` resource in order for Kafka to be able to read it. This policy is attached automatically when the `aws.msk.ScramSecretAssociation` is used, however, this policy will not be in the state and as such, will present a diff on plan/apply. For that reason, you must use the `aws.secretsmanager.SecretPolicy` resource](/docs/providers/aws/r/secretsmanager_secret_policy.html) as shown below in order to ensure that the state is in a clean state after the creation of secret and the association to the cluster.", + 'Associates SCRAM secrets stored in the Secrets Manager service with a Managed Streaming for Kafka (MSK) cluster. > --Note:-- The following assumes the MSK cluster has SASL/SCRAM authentication enabled. See below for example usage or refer to the [Username/Password Authentication](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html) section of the MSK Developer Guide for more details. To set up username and password authentication for a cluster, create an `aws.secretsmanager.Secret` resource and associate a username and password with the secret with an `aws.secretsmanager.SecretVersion` resource. When creating a secret for the cluster, the `name` must have the prefix `AmazonMSK_` and you must either use an existing custom AWS KMS key or create a new custom AWS KMS key for your secret with the `aws.kms.Key` resource. It is important to note that a policy is required for the `aws.secretsmanager.Secret` resource in order for Kafka to be able to read it. This policy is attached automatically when the `aws.msk.ScramSecretAssociation` is used, however, this policy will not be in the state and as such, will present a diff on plan/apply. For that reason, you must use the `aws.secretsmanager.SecretPolicy` resource](/docs/providers/aws/r/secretsmanager_secret_policy.html) as shown below in order to ensure that the state is in a clean state after the creation of secret and the association to the cluster.', MSK_ScramSecretAssociation.GetTypes(), ), ], [ ResourceType.MSK_SERVERLESSCLUSTER, new ResourceProperty( - "Manages an Amazon MSK Serverless cluster. > --Note:-- To manage a _provisioned_ Amazon MSK cluster, use the `aws.msk.Cluster` resource.", + 'Manages an Amazon MSK Serverless cluster. > --Note:-- To manage a _provisioned_ Amazon MSK cluster, use the `aws.msk.Cluster` resource.', MSK_ServerlessCluster.GetTypes(), ), ], [ ResourceType.MSK_VPCCONNECTION, new ResourceProperty( - "Resource for managing an AWS Managed Streaming for Kafka VPC Connection.", + 'Resource for managing an AWS Managed Streaming for Kafka VPC Connection.', MSK_VpcConnection.GetTypes(), ), ], [ ResourceType.MSKCONNECT_CONNECTOR, new ResourceProperty( - "Provides an Amazon MSK Connect Connector resource.", + 'Provides an Amazon MSK Connect Connector resource.', MSKCONNECT_Connector.GetTypes(), ), ], [ ResourceType.MSKCONNECT_CUSTOMPLUGIN, new ResourceProperty( - "Provides an Amazon MSK Connect Custom Plugin Resource.", + 'Provides an Amazon MSK Connect Custom Plugin Resource.', MSKCONNECT_CustomPlugin.GetTypes(), ), ], [ ResourceType.MSKCONNECT_WORKERCONFIGURATION, new ResourceProperty( - "Provides an Amazon MSK Connect Worker Configuration Resource.", + 'Provides an Amazon MSK Connect Worker Configuration Resource.', MSKCONNECT_WorkerConfiguration.GetTypes(), ), ], [ ResourceType.MWAA_ENVIRONMENT, new ResourceProperty( - "Creates a MWAA Environment resource.", + 'Creates a MWAA Environment resource.', MWAA_Environment.GetTypes(), ), ], [ ResourceType.NEPTUNE_CLUSTER, new ResourceProperty( - "Provides an Neptune Cluster Resource. A Cluster Resource defines attributes that are applied to the entire cluster of Neptune Cluster Instances. Changes to a Neptune Cluster can occur when you manually change a parameter, such as `backup_retention_period`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below).", + 'Provides an Neptune Cluster Resource. A Cluster Resource defines attributes that are applied to the entire cluster of Neptune Cluster Instances. Changes to a Neptune Cluster can occur when you manually change a parameter, such as `backup_retention_period`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below).', NEPTUNE_Cluster.GetTypes(), ), ], [ ResourceType.NEPTUNE_CLUSTERENDPOINT, new ResourceProperty( - "Provides an Neptune Cluster Endpoint Resource.", + 'Provides an Neptune Cluster Endpoint Resource.', NEPTUNE_ClusterEndpoint.GetTypes(), ), ], [ ResourceType.NEPTUNE_CLUSTERINSTANCE, new ResourceProperty( - "A Cluster Instance Resource defines attributes that are specific to a single instance in a Neptune Cluster. You can simply add neptune instances and Neptune manages the replication. You can use the count meta-parameter to make multiple instances and join them all to the same Neptune Cluster, or you may specify different Cluster Instance resources with various `instance_class` sizes.", + 'A Cluster Instance Resource defines attributes that are specific to a single instance in a Neptune Cluster. You can simply add neptune instances and Neptune manages the replication. You can use the count meta-parameter to make multiple instances and join them all to the same Neptune Cluster, or you may specify different Cluster Instance resources with various `instance_class` sizes.', NEPTUNE_ClusterInstance.GetTypes(), ), ], [ ResourceType.NEPTUNE_CLUSTERPARAMETERGROUP, new ResourceProperty( - "Manages a Neptune Cluster Parameter Group", + 'Manages a Neptune Cluster Parameter Group', NEPTUNE_ClusterParameterGroup.GetTypes(), ), ], [ ResourceType.NEPTUNE_CLUSTERSNAPSHOT, new ResourceProperty( - "Manages a Neptune database cluster snapshot.", + 'Manages a Neptune database cluster snapshot.', NEPTUNE_ClusterSnapshot.GetTypes(), ), ], [ ResourceType.NEPTUNE_EVENTSUBSCRIPTION, - new ResourceProperty("", NEPTUNE_EventSubscription.GetTypes()), + new ResourceProperty('', NEPTUNE_EventSubscription.GetTypes()), ], [ ResourceType.NEPTUNE_GLOBALCLUSTER, new ResourceProperty( - "Manages a Neptune Global Cluster. A global cluster consists of one primary region and up to five read-only secondary regions. You issue write operations directly to the primary cluster in the primary region and Amazon Neptune automatically replicates the data to the secondary regions using dedicated infrastructure. More information about Neptune Global Clusters can be found in the [Neptune User Guide](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-global-database.html).", + 'Manages a Neptune Global Cluster. A global cluster consists of one primary region and up to five read-only secondary regions. You issue write operations directly to the primary cluster in the primary region and Amazon Neptune automatically replicates the data to the secondary regions using dedicated infrastructure. More information about Neptune Global Clusters can be found in the [Neptune User Guide](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-global-database.html).', NEPTUNE_GlobalCluster.GetTypes(), ), ], [ ResourceType.NEPTUNE_PARAMETERGROUP, new ResourceProperty( - "Manages a Neptune Parameter Group", + 'Manages a Neptune Parameter Group', NEPTUNE_ParameterGroup.GetTypes(), ), ], [ ResourceType.NEPTUNE_SUBNETGROUP, new ResourceProperty( - "Provides an Neptune subnet group resource.", + 'Provides an Neptune subnet group resource.', NEPTUNE_SubnetGroup.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_FIREWALL, new ResourceProperty( - "Provides an AWS Network Firewall Firewall Resource", + 'Provides an AWS Network Firewall Firewall Resource', NETWORKFIREWALL_Firewall.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_FIREWALLPOLICY, new ResourceProperty( - "Provides an AWS Network Firewall Firewall Policy Resource", + 'Provides an AWS Network Firewall Firewall Policy Resource', NETWORKFIREWALL_FirewallPolicy.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_LOGGINGCONFIGURATION, new ResourceProperty( - "Provides an AWS Network Firewall Logging Configuration Resource", + 'Provides an AWS Network Firewall Logging Configuration Resource', NETWORKFIREWALL_LoggingConfiguration.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_RESOURCEPOLICY, new ResourceProperty( - "Provides an AWS Network Firewall Resource Policy Resource for a rule group or firewall policy.", + 'Provides an AWS Network Firewall Resource Policy Resource for a rule group or firewall policy.', NETWORKFIREWALL_ResourcePolicy.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_RULEGROUP, new ResourceProperty( - "Provides an AWS Network Firewall Rule Group Resource", + 'Provides an AWS Network Firewall Rule Group Resource', NETWORKFIREWALL_RuleGroup.GetTypes(), ), ], [ ResourceType.NETWORKFIREWALL_TLSINSPECTIONCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS Network Firewall TLS Inspection Configuration.", + 'Resource for managing an AWS Network Firewall TLS Inspection Configuration.', NETWORKFIREWALL_TlsInspectionConfiguration.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_ATTACHMENTACCEPTER, new ResourceProperty( - "Resource for managing an AWS Network Manager Attachment Accepter.", + 'Resource for managing an AWS Network Manager Attachment Accepter.', NETWORKMANAGER_AttachmentAccepter.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CONNECTATTACHMENT, new ResourceProperty( - "Resource for managing an AWS Network Manager ConnectAttachment.", + 'Resource for managing an AWS Network Manager ConnectAttachment.', NETWORKMANAGER_ConnectAttachment.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CONNECTION, new ResourceProperty( - "Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.", + 'Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.', NETWORKMANAGER_Connection.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CONNECTPEER, new ResourceProperty( - "Resource for managing an AWS Network Manager Connect Peer.", + 'Resource for managing an AWS Network Manager Connect Peer.', NETWORKMANAGER_ConnectPeer.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CORENETWORK, new ResourceProperty( - "Provides a core network resource.", + 'Provides a core network resource.', NETWORKMANAGER_CoreNetwork.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CORENETWORKPOLICYATTACHMENT, new ResourceProperty( - "Provides a Core Network Policy Attachment resource. This puts a Core Network Policy to an existing Core Network and executes the change set, which deploys changes globally based on the policy submitted (Sets the policy to `LIVE`). > --NOTE:-- Deleting this resource will not delete the current policy defined in this resource. Deleting this resource will also not revert the current `LIVE` policy to the previous version.", + 'Provides a Core Network Policy Attachment resource. This puts a Core Network Policy to an existing Core Network and executes the change set, which deploys changes globally based on the policy submitted (Sets the policy to `LIVE`). > --NOTE:-- Deleting this resource will not delete the current policy defined in this resource. Deleting this resource will also not revert the current `LIVE` policy to the previous version.', NETWORKMANAGER_CoreNetworkPolicyAttachment.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_CUSTOMERGATEWAYASSOCIATION, new ResourceProperty( - "Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.", + 'Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.', NETWORKMANAGER_CustomerGatewayAssociation.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_DEVICE, new ResourceProperty( - "Creates a device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.", + 'Creates a device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.', NETWORKMANAGER_Device.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_GLOBALNETWORK, new ResourceProperty( - "Provides a global network resource.", + 'Provides a global network resource.', NETWORKMANAGER_GlobalNetwork.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_LINK, new ResourceProperty( - "Creates a link for a site.", + 'Creates a link for a site.', NETWORKMANAGER_Link.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_LINKASSOCIATION, new ResourceProperty( - "Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.", + 'Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.', NETWORKMANAGER_LinkAssociation.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_SITE, new ResourceProperty( - "Creates a site in a global network.", + 'Creates a site in a global network.', NETWORKMANAGER_Site.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_SITETOSITEVPNATTACHMENT, new ResourceProperty( - "Resource for managing an AWS Network Manager SiteToSiteAttachment.", + 'Resource for managing an AWS Network Manager SiteToSiteAttachment.', NETWORKMANAGER_SiteToSiteVpnAttachment.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_TRANSITGATEWAYCONNECTPEERASSOCIATION, new ResourceProperty( - "Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.", + 'Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.', NETWORKMANAGER_TransitGatewayConnectPeerAssociation.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_TRANSITGATEWAYPEERING, new ResourceProperty( - "Creates a peering connection between an AWS Cloud WAN core network and an AWS Transit Gateway.", + 'Creates a peering connection between an AWS Cloud WAN core network and an AWS Transit Gateway.', NETWORKMANAGER_TransitGatewayPeering.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_TRANSITGATEWAYREGISTRATION, new ResourceProperty( - "Registers a transit gateway to a global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.", + 'Registers a transit gateway to a global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.', NETWORKMANAGER_TransitGatewayRegistration.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_TRANSITGATEWAYROUTETABLEATTACHMENT, new ResourceProperty( - "Creates a transit gateway route table attachment.", + 'Creates a transit gateway route table attachment.', NETWORKMANAGER_TransitGatewayRouteTableAttachment.GetTypes(), ), ], [ ResourceType.NETWORKMANAGER_VPCATTACHMENT, new ResourceProperty( - "Resource for managing an AWS Network Manager VPC Attachment.", + 'Resource for managing an AWS Network Manager VPC Attachment.', NETWORKMANAGER_VpcAttachment.GetTypes(), ), ], [ ResourceType.NETWORKMONITOR_MONITOR, new ResourceProperty( - "Resource for managing an AWS Network Monitor Monitor.", + 'Resource for managing an AWS Network Monitor Monitor.', NETWORKMONITOR_Monitor.GetTypes(), ), ], [ ResourceType.NETWORKMONITOR_PROBE, new ResourceProperty( - "Resource for managing an AWS Network Monitor Probe.", + 'Resource for managing an AWS Network Monitor Probe.', NETWORKMONITOR_Probe.GetTypes(), ), ], [ ResourceType.OAM_LINK, new ResourceProperty( - "Resource for managing an AWS CloudWatch Observability Access Manager Link.", + 'Resource for managing an AWS CloudWatch Observability Access Manager Link.', OAM_Link.GetTypes(), ), ], [ ResourceType.OAM_SINK, new ResourceProperty( - "Resource for managing an AWS CloudWatch Observability Access Manager Sink.", + 'Resource for managing an AWS CloudWatch Observability Access Manager Sink.', OAM_Sink.GetTypes(), ), ], [ ResourceType.OAM_SINKPOLICY, new ResourceProperty( - "Resource for managing an AWS CloudWatch Observability Access Manager Sink Policy.", + 'Resource for managing an AWS CloudWatch Observability Access Manager Sink Policy.', OAM_SinkPolicy.GetTypes(), ), ], [ ResourceType.OPENSEARCH_DOMAIN, new ResourceProperty( - "Manages an Amazon OpenSearch Domain. ## Elasticsearch vs. OpenSearch Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open source version of the software). OpenSearch Domain configurations are similar in many ways to Elasticsearch Domain configurations. However, there are important differences including these: - OpenSearch has `engine_version` while Elasticsearch has `elasticsearch_version` - Versions are specified differently - _e.g._, `Elasticsearch_7.10` with OpenSearch vs. `7.10` for Elasticsearch. - `instance_type` argument values end in `search` for OpenSearch vs. `elasticsearch` for Elasticsearch (_e.g._, `t2.micro.search` vs. `t2.micro.elasticsearch`). - The AWS-managed service-linked role for OpenSearch is called `AWSServiceRoleForAmazonOpenSearchService` instead of `AWSServiceRoleForAmazonElasticsearchService` for Elasticsearch. There are also some potentially unexpected similarities in configurations: - ARNs for both are prefaced with `arn:aws:es:`. - Both OpenSearch and Elasticsearch use assume role policies that refer to the `Principal` `Service` as `es.amazonaws.com`. - IAM policy actions, such as those you will find in `access_policies`, are prefaced with `es:` for both.", + 'Manages an Amazon OpenSearch Domain. ## Elasticsearch vs. OpenSearch Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open source version of the software). OpenSearch Domain configurations are similar in many ways to Elasticsearch Domain configurations. However, there are important differences including these: - OpenSearch has `engine_version` while Elasticsearch has `elasticsearch_version` - Versions are specified differently - _e.g._, `Elasticsearch_7.10` with OpenSearch vs. `7.10` for Elasticsearch. - `instance_type` argument values end in `search` for OpenSearch vs. `elasticsearch` for Elasticsearch (_e.g._, `t2.micro.search` vs. `t2.micro.elasticsearch`). - The AWS-managed service-linked role for OpenSearch is called `AWSServiceRoleForAmazonOpenSearchService` instead of `AWSServiceRoleForAmazonElasticsearchService` for Elasticsearch. There are also some potentially unexpected similarities in configurations: - ARNs for both are prefaced with `arn:aws:es:`. - Both OpenSearch and Elasticsearch use assume role policies that refer to the `Principal` `Service` as `es.amazonaws.com`. - IAM policy actions, such as those you will find in `access_policies`, are prefaced with `es:` for both.', OPENSEARCH_Domain.GetTypes(), ), ], [ ResourceType.OPENSEARCH_DOMAINPOLICY, new ResourceProperty( - "Allows setting policy to an OpenSearch domain while referencing domain attributes (e.g., ARN).", + 'Allows setting policy to an OpenSearch domain while referencing domain attributes (e.g., ARN).', OPENSEARCH_DomainPolicy.GetTypes(), ), ], [ ResourceType.OPENSEARCH_DOMAINSAMLOPTIONS, new ResourceProperty( - "Manages SAML authentication options for an AWS OpenSearch Domain.", + 'Manages SAML authentication options for an AWS OpenSearch Domain.', OPENSEARCH_DomainSamlOptions.GetTypes(), ), ], [ ResourceType.OPENSEARCH_INBOUNDCONNECTIONACCEPTER, new ResourceProperty( - "Manages an [AWS Opensearch Inbound Connection Accepter](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_AcceptInboundConnection.html). If connecting domains from different AWS accounts, ensure that the accepter is configured to use the AWS account where the _remote_ opensearch domain exists.", + 'Manages an [AWS Opensearch Inbound Connection Accepter](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_AcceptInboundConnection.html). If connecting domains from different AWS accounts, ensure that the accepter is configured to use the AWS account where the _remote_ opensearch domain exists.', OPENSEARCH_InboundConnectionAccepter.GetTypes(), ), ], [ ResourceType.OPENSEARCH_OUTBOUNDCONNECTION, new ResourceProperty( - "Manages an AWS Opensearch Outbound Connection.", + 'Manages an AWS Opensearch Outbound Connection.', OPENSEARCH_OutboundConnection.GetTypes(), ), ], [ ResourceType.OPENSEARCH_PACKAGE, new ResourceProperty( - "Manages an AWS Opensearch Package.", + 'Manages an AWS Opensearch Package.', OPENSEARCH_Package.GetTypes(), ), ], [ ResourceType.OPENSEARCH_PACKAGEASSOCIATION, new ResourceProperty( - "Manages an AWS Opensearch Package Association.", + 'Manages an AWS Opensearch Package Association.', OPENSEARCH_PackageAssociation.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSACCESSPOLICY, new ResourceProperty( - "Resource for managing an AWS OpenSearch Serverless Access Policy. See AWS documentation for [data access policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html) and [supported data access policy permissions](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html#serverless-data-supported-permissions).", + 'Resource for managing an AWS OpenSearch Serverless Access Policy. See AWS documentation for [data access policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html) and [supported data access policy permissions](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html#serverless-data-supported-permissions).', OPENSEARCH_ServerlessAccessPolicy.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSCOLLECTION, new ResourceProperty( - "Resource for managing an AWS OpenSearch Serverless Collection. > --NOTE:-- An `aws.opensearch.ServerlessCollection` cannot be created without having an applicable encryption security policy. Use the `depends_on` meta-argument to define this dependency. > --NOTE:-- An `aws.opensearch.ServerlessCollection` is not accessible without configuring an applicable network security policy. Data cannot be accessed without configuring an applicable data access policy.", + 'Resource for managing an AWS OpenSearch Serverless Collection. > --NOTE:-- An `aws.opensearch.ServerlessCollection` cannot be created without having an applicable encryption security policy. Use the `depends_on` meta-argument to define this dependency. > --NOTE:-- An `aws.opensearch.ServerlessCollection` is not accessible without configuring an applicable network security policy. Data cannot be accessed without configuring an applicable data access policy.', OPENSEARCH_ServerlessCollection.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSLIFECYCLEPOLICY, new ResourceProperty( - "Resource for managing an AWS OpenSearch Serverless Lifecycle Policy. See AWS documentation for [lifecycle policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html).", + 'Resource for managing an AWS OpenSearch Serverless Lifecycle Policy. See AWS documentation for [lifecycle policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html).', OPENSEARCH_ServerlessLifecyclePolicy.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSSECURITYCONFIG, new ResourceProperty( - "Resource for managing an AWS OpenSearch Serverless Security Config.", + 'Resource for managing an AWS OpenSearch Serverless Security Config.', OPENSEARCH_ServerlessSecurityConfig.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSSECURITYPOLICY, new ResourceProperty( - "Resource for managing an AWS OpenSearch Serverless Security Policy. See AWS documentation for [encryption policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html#serverless-encryption-policies) and [network policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html#serverless-network-policies).", + 'Resource for managing an AWS OpenSearch Serverless Security Policy. See AWS documentation for [encryption policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html#serverless-encryption-policies) and [network policies](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html#serverless-network-policies).', OPENSEARCH_ServerlessSecurityPolicy.GetTypes(), ), ], [ ResourceType.OPENSEARCH_SERVERLESSVPCENDPOINT, new ResourceProperty( - "Resource for managing an AWS OpenSearchServerless VPC Endpoint.", + 'Resource for managing an AWS OpenSearchServerless VPC Endpoint.', OPENSEARCH_ServerlessVpcEndpoint.GetTypes(), ), ], [ ResourceType.OPENSEARCH_VPCENDPOINT, new ResourceProperty( - "Manages an [AWS Opensearch VPC Endpoint](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CreateVpcEndpoint.html). Creates an Amazon OpenSearch Service-managed VPC endpoint.", + 'Manages an [AWS Opensearch VPC Endpoint](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CreateVpcEndpoint.html). Creates an Amazon OpenSearch Service-managed VPC endpoint.', OPENSEARCH_VpcEndpoint.GetTypes(), ), ], [ ResourceType.OPENSEARCHINGEST_PIPELINE, new ResourceProperty( - "Resource for managing an AWS OpenSearch Ingestion Pipeline.", + 'Resource for managing an AWS OpenSearch Ingestion Pipeline.', OPENSEARCHINGEST_Pipeline.GetTypes(), ), ], [ ResourceType.OPSWORKS_APPLICATION, new ResourceProperty( - "Provides an OpsWorks application resource.", + 'Provides an OpsWorks application resource.', OPSWORKS_Application.GetTypes(), ), ], [ ResourceType.OPSWORKS_CUSTOMLAYER, new ResourceProperty( - "Provides an OpsWorks custom layer resource.", + 'Provides an OpsWorks custom layer resource.', OPSWORKS_CustomLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_ECSCLUSTERLAYER, new ResourceProperty( - "Provides an OpsWorks ECS Cluster layer resource.", + 'Provides an OpsWorks ECS Cluster layer resource.', OPSWORKS_EcsClusterLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_GANGLIALAYER, new ResourceProperty( - "Provides an OpsWorks Ganglia layer resource.", + 'Provides an OpsWorks Ganglia layer resource.', OPSWORKS_GangliaLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_HAPROXYLAYER, new ResourceProperty( - "Provides an OpsWorks haproxy layer resource.", + 'Provides an OpsWorks haproxy layer resource.', OPSWORKS_HaproxyLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_INSTANCE, new ResourceProperty( - "Provides an OpsWorks instance resource.", + 'Provides an OpsWorks instance resource.', OPSWORKS_Instance.GetTypes(), ), ], [ ResourceType.OPSWORKS_JAVAAPPLAYER, new ResourceProperty( - "Provides an OpsWorks Java application layer resource.", + 'Provides an OpsWorks Java application layer resource.', OPSWORKS_JavaAppLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_MEMCACHEDLAYER, new ResourceProperty( - "Provides an OpsWorks memcached layer resource.", + 'Provides an OpsWorks memcached layer resource.', OPSWORKS_MemcachedLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_MYSQLLAYER, new ResourceProperty( - "Provides an OpsWorks MySQL layer resource.", + 'Provides an OpsWorks MySQL layer resource.', OPSWORKS_MysqlLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_NODEJSAPPLAYER, new ResourceProperty( - "Provides an OpsWorks NodeJS application layer resource.", + 'Provides an OpsWorks NodeJS application layer resource.', OPSWORKS_NodejsAppLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_PERMISSION, new ResourceProperty( - "Provides an OpsWorks permission resource.", + 'Provides an OpsWorks permission resource.', OPSWORKS_Permission.GetTypes(), ), ], [ ResourceType.OPSWORKS_PHPAPPLAYER, new ResourceProperty( - "Provides an OpsWorks PHP application layer resource.", + 'Provides an OpsWorks PHP application layer resource.', OPSWORKS_PhpAppLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_RAILSAPPLAYER, new ResourceProperty( - "Provides an OpsWorks Ruby on Rails application layer resource.", + 'Provides an OpsWorks Ruby on Rails application layer resource.', OPSWORKS_RailsAppLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_RDSDBINSTANCE, new ResourceProperty( - "Provides an OpsWorks RDS DB Instance resource.", + 'Provides an OpsWorks RDS DB Instance resource.', OPSWORKS_RdsDbInstance.GetTypes(), ), ], [ ResourceType.OPSWORKS_STACK, new ResourceProperty( - "Provides an OpsWorks stack resource.", + 'Provides an OpsWorks stack resource.', OPSWORKS_Stack.GetTypes(), ), ], [ ResourceType.OPSWORKS_STATICWEBLAYER, new ResourceProperty( - "Provides an OpsWorks static web server layer resource.", + 'Provides an OpsWorks static web server layer resource.', OPSWORKS_StaticWebLayer.GetTypes(), ), ], [ ResourceType.OPSWORKS_USERPROFILE, new ResourceProperty( - "Provides an OpsWorks User Profile resource.", + 'Provides an OpsWorks User Profile resource.', OPSWORKS_UserProfile.GetTypes(), ), ], @@ -11488,7 +11488,7 @@ export class ResourceProperties { [ ResourceType.ORGANIZATIONS_DELEGATEDADMINISTRATOR, new ResourceProperty( - "Provides a resource to manage an [AWS Organizations Delegated Administrator](https://docs.aws.amazon.com/organizations/latest/APIReference/API_RegisterDelegatedAdministrator.html).", + 'Provides a resource to manage an [AWS Organizations Delegated Administrator](https://docs.aws.amazon.com/organizations/latest/APIReference/API_RegisterDelegatedAdministrator.html).', ORGANIZATIONS_DelegatedAdministrator.GetTypes(), ), ], @@ -11502,224 +11502,224 @@ export class ResourceProperties { [ ResourceType.ORGANIZATIONS_ORGANIZATIONALUNIT, new ResourceProperty( - "Provides a resource to create an organizational unit.", + 'Provides a resource to create an organizational unit.', ORGANIZATIONS_OrganizationalUnit.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_POLICY, new ResourceProperty( - "Provides a resource to manage an [AWS Organizations policy](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html).", + 'Provides a resource to manage an [AWS Organizations policy](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html).', ORGANIZATIONS_Policy.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_POLICYATTACHMENT, new ResourceProperty( - "Provides a resource to attach an AWS Organizations policy to an organization account, root, or unit.", + 'Provides a resource to attach an AWS Organizations policy to an organization account, root, or unit.', ORGANIZATIONS_PolicyAttachment.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_RESOURCEPOLICY, new ResourceProperty( - "Provides a resource to manage a resource-based delegation policy that can be used to delegate policy management for AWS Organizations to specified member accounts to perform policy actions that are by default available only to the management account. See the [_AWS Organizations User Guide_](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_delegate_policies.html) for more information.", + 'Provides a resource to manage a resource-based delegation policy that can be used to delegate policy management for AWS Organizations to specified member accounts to perform policy actions that are by default available only to the management account. See the [_AWS Organizations User Guide_](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_delegate_policies.html) for more information.', ORGANIZATIONS_ResourcePolicy.GetTypes(), ), ], [ ResourceType.PAYMENTCRYPTOGRAPHY_KEY, new ResourceProperty( - "Resource for managing an AWS Payment Cryptography Control Plane Key.", + 'Resource for managing an AWS Payment Cryptography Control Plane Key.', PAYMENTCRYPTOGRAPHY_Key.GetTypes(), ), ], [ ResourceType.PAYMENTCRYPTOGRAPHY_KEYALIAS, new ResourceProperty( - "Resource for managing an AWS Payment Cryptography Control Plane Key Alias.", + 'Resource for managing an AWS Payment Cryptography Control Plane Key Alias.', PAYMENTCRYPTOGRAPHY_KeyAlias.GetTypes(), ), ], [ ResourceType.PINPOINT_ADMCHANNEL, new ResourceProperty( - "Provides a Pinpoint ADM (Amazon Device Messaging) Channel resource. > --Note:-- All arguments including the Client ID and Client Secret will be stored in the raw state as plain-text.", + 'Provides a Pinpoint ADM (Amazon Device Messaging) Channel resource. > --Note:-- All arguments including the Client ID and Client Secret will be stored in the raw state as plain-text.', PINPOINT_AdmChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_APNSCHANNEL, new ResourceProperty( - "Provides a Pinpoint APNs Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.", + 'Provides a Pinpoint APNs Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.', PINPOINT_ApnsChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_APNSSANDBOXCHANNEL, new ResourceProperty( - "Provides a Pinpoint APNs Sandbox Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.", + 'Provides a Pinpoint APNs Sandbox Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.', PINPOINT_ApnsSandboxChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_APNSVOIPCHANNEL, new ResourceProperty( - "Provides a Pinpoint APNs VoIP Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.", + 'Provides a Pinpoint APNs VoIP Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.', PINPOINT_ApnsVoipChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_APNSVOIPSANDBOXCHANNEL, new ResourceProperty( - "Provides a Pinpoint APNs VoIP Sandbox Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.", + 'Provides a Pinpoint APNs VoIP Sandbox Channel resource. > --Note:-- All arguments, including certificates and tokens, will be stored in the raw state as plain-text.', PINPOINT_ApnsVoipSandboxChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_APP, new ResourceProperty( - "Provides a Pinpoint App resource.", + 'Provides a Pinpoint App resource.', PINPOINT_App.GetTypes(), ), ], [ ResourceType.PINPOINT_BAIDUCHANNEL, new ResourceProperty( - "Provides a Pinpoint Baidu Channel resource. > --Note:-- All arguments including the Api Key and Secret Key will be stored in the raw state as plain-text.", + 'Provides a Pinpoint Baidu Channel resource. > --Note:-- All arguments including the Api Key and Secret Key will be stored in the raw state as plain-text.', PINPOINT_BaiduChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_EMAILCHANNEL, new ResourceProperty( - "Provides a Pinpoint Email Channel resource.", + 'Provides a Pinpoint Email Channel resource.', PINPOINT_EmailChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_EMAILTEMPLATE, new ResourceProperty( - "Provides a Pinpoint Email Template resource", + 'Provides a Pinpoint Email Template resource', PINPOINT_EmailTemplate.GetTypes(), ), ], [ ResourceType.PINPOINT_EVENTSTREAM, new ResourceProperty( - "Provides a Pinpoint Event Stream resource.", + 'Provides a Pinpoint Event Stream resource.', PINPOINT_EventStream.GetTypes(), ), ], [ ResourceType.PINPOINT_GCMCHANNEL, new ResourceProperty( - "Provides a Pinpoint GCM Channel resource.", + 'Provides a Pinpoint GCM Channel resource.', PINPOINT_GcmChannel.GetTypes(), ), ], [ ResourceType.PINPOINT_SMSCHANNEL, new ResourceProperty( - "Use the `aws.pinpoint.SmsChannel` resource to manage Pinpoint SMS Channels.", + 'Use the `aws.pinpoint.SmsChannel` resource to manage Pinpoint SMS Channels.', PINPOINT_SmsChannel.GetTypes(), ), ], [ ResourceType.PIPES_PIPE, new ResourceProperty( - "Resource for managing an AWS EventBridge Pipes Pipe. You can find out more about EventBridge Pipes in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html). EventBridge Pipes are very configurable, and may require IAM permissions to work correctly. More information on the configuration options and IAM permissions can be found in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Resource for managing an AWS EventBridge Pipes Pipe. You can find out more about EventBridge Pipes in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html). EventBridge Pipes are very configurable, and may require IAM permissions to work correctly. More information on the configuration options and IAM permissions can be found in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', PIPES_Pipe.GetTypes(), ), ], [ ResourceType.QLDB_LEDGER, new ResourceProperty( - "Provides an AWS Quantum Ledger Database (QLDB) resource > --NOTE:-- Deletion protection is enabled by default. To successfully delete this resource via this provider, `deletion_protection = false` must be applied before attempting deletion.", + 'Provides an AWS Quantum Ledger Database (QLDB) resource > --NOTE:-- Deletion protection is enabled by default. To successfully delete this resource via this provider, `deletion_protection = false` must be applied before attempting deletion.', QLDB_Ledger.GetTypes(), ), ], [ ResourceType.QLDB_STREAM, new ResourceProperty( - "Provides an AWS Quantum Ledger Database (QLDB) Stream resource", + 'Provides an AWS Quantum Ledger Database (QLDB) Stream resource', QLDB_Stream.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_ACCOUNTSUBSCRIPTION, new ResourceProperty( - "Resource for managing an AWS QuickSight Account Subscription.", + 'Resource for managing an AWS QuickSight Account Subscription.', QUICKSIGHT_AccountSubscription.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_ANALYSIS, new ResourceProperty( - "Resource for managing a QuickSight Analysis.", + 'Resource for managing a QuickSight Analysis.', QUICKSIGHT_Analysis.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_DASHBOARD, new ResourceProperty( - "Resource for managing a QuickSight Dashboard.", + 'Resource for managing a QuickSight Dashboard.', QUICKSIGHT_Dashboard.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_DATASET, new ResourceProperty( - "Resource for managing a QuickSight Data Set.", + 'Resource for managing a QuickSight Data Set.', QUICKSIGHT_DataSet.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_DATASOURCE, new ResourceProperty( - "Resource for managing QuickSight Data Source", + 'Resource for managing QuickSight Data Source', QUICKSIGHT_DataSource.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_FOLDER, new ResourceProperty( - "Resource for managing a QuickSight Folder.", + 'Resource for managing a QuickSight Folder.', QUICKSIGHT_Folder.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_FOLDERMEMBERSHIP, new ResourceProperty( - "Resource for managing an AWS QuickSight Folder Membership.", + 'Resource for managing an AWS QuickSight Folder Membership.', QUICKSIGHT_FolderMembership.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_GROUP, new ResourceProperty( - "Resource for managing QuickSight Group", + 'Resource for managing QuickSight Group', QUICKSIGHT_Group.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_GROUPMEMBERSHIP, new ResourceProperty( - "Resource for managing QuickSight Group Membership", + 'Resource for managing QuickSight Group Membership', QUICKSIGHT_GroupMembership.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_IAMPOLICYASSIGNMENT, new ResourceProperty( - "Resource for managing an AWS QuickSight IAM Policy Assignment.", + 'Resource for managing an AWS QuickSight IAM Policy Assignment.', QUICKSIGHT_IamPolicyAssignment.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_INGESTION, new ResourceProperty( - "Resource for managing an AWS QuickSight Ingestion.", + 'Resource for managing an AWS QuickSight Ingestion.', QUICKSIGHT_Ingestion.GetTypes(), ), ], @@ -11728,116 +11728,116 @@ export class ResourceProperties { [ ResourceType.QUICKSIGHT_NAMESPACE, new ResourceProperty( - "Resource for managing an AWS QuickSight Namespace.", + 'Resource for managing an AWS QuickSight Namespace.', QUICKSIGHT_Namespace.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_REFRESHSCHEDULE, new ResourceProperty( - "Resource for managing a QuickSight Refresh Schedule.", + 'Resource for managing a QuickSight Refresh Schedule.', QUICKSIGHT_RefreshSchedule.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_TEMPLATE, new ResourceProperty( - "Resource for managing a QuickSight Template.", + 'Resource for managing a QuickSight Template.', QUICKSIGHT_Template.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_TEMPLATEALIAS, new ResourceProperty( - "Resource for managing an AWS QuickSight Template Alias.", + 'Resource for managing an AWS QuickSight Template Alias.', QUICKSIGHT_TemplateAlias.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_THEME, new ResourceProperty( - "Resource for managing a QuickSight Theme.", + 'Resource for managing a QuickSight Theme.', QUICKSIGHT_Theme.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_USER, new ResourceProperty( - "Resource for managing QuickSight User", + 'Resource for managing QuickSight User', QUICKSIGHT_User.GetTypes(), ), ], [ ResourceType.QUICKSIGHT_VPCCONNECTION, new ResourceProperty( - "Resource for managing an AWS QuickSight VPC Connection.", + 'Resource for managing an AWS QuickSight VPC Connection.', QUICKSIGHT_VpcConnection.GetTypes(), ), ], [ ResourceType.RAM_PRINCIPALASSOCIATION, new ResourceProperty( - "Provides a Resource Access Manager (RAM) principal association. Depending if [RAM Sharing with AWS Organizations is enabled](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs), the RAM behavior with different principal types changes. When RAM Sharing with AWS Organizations is enabled: - For AWS Account ID, Organization, and Organizational Unit principals within the same AWS Organization, no resource share invitation is sent and resources become available automatically after creating the association. - For AWS Account ID principals outside the AWS Organization, a resource share invitation is sent and must be accepted before resources become available. See the `aws.ram.ResourceShareAccepter` resource to accept these invitations. When RAM Sharing with AWS Organizations is not enabled: - Organization and Organizational Unit principals cannot be used. - For AWS Account ID principals, a resource share invitation is sent and must be accepted before resources become available. See the `aws.ram.ResourceShareAccepter` resource to accept these invitations.", + 'Provides a Resource Access Manager (RAM) principal association. Depending if [RAM Sharing with AWS Organizations is enabled](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs), the RAM behavior with different principal types changes. When RAM Sharing with AWS Organizations is enabled: - For AWS Account ID, Organization, and Organizational Unit principals within the same AWS Organization, no resource share invitation is sent and resources become available automatically after creating the association. - For AWS Account ID principals outside the AWS Organization, a resource share invitation is sent and must be accepted before resources become available. See the `aws.ram.ResourceShareAccepter` resource to accept these invitations. When RAM Sharing with AWS Organizations is not enabled: - Organization and Organizational Unit principals cannot be used. - For AWS Account ID principals, a resource share invitation is sent and must be accepted before resources become available. See the `aws.ram.ResourceShareAccepter` resource to accept these invitations.', RAM_PrincipalAssociation.GetTypes(), ), ], [ ResourceType.RAM_RESOURCEASSOCIATION, new ResourceProperty( - "Manages a Resource Access Manager (RAM) Resource Association. > -NOTE:- Certain AWS resources (e.g., EC2 Subnets) can only be shared in an AWS account that is a member of an AWS Organizations organization with organization-wide Resource Access Manager functionality enabled. See the [Resource Access Manager User Guide](https://docs.aws.amazon.com/ram/latest/userguide/what-is.html) and AWS service specific documentation for additional information.", + 'Manages a Resource Access Manager (RAM) Resource Association. > -NOTE:- Certain AWS resources (e.g., EC2 Subnets) can only be shared in an AWS account that is a member of an AWS Organizations organization with organization-wide Resource Access Manager functionality enabled. See the [Resource Access Manager User Guide](https://docs.aws.amazon.com/ram/latest/userguide/what-is.html) and AWS service specific documentation for additional information.', RAM_ResourceAssociation.GetTypes(), ), ], [ ResourceType.RAM_RESOURCESHARE, new ResourceProperty( - "Manages a Resource Access Manager (RAM) Resource Share. To associate principals with the share, see the `aws.ram.PrincipalAssociation` resource. To associate resources with the share, see the `aws.ram.ResourceAssociation` resource.", + 'Manages a Resource Access Manager (RAM) Resource Share. To associate principals with the share, see the `aws.ram.PrincipalAssociation` resource. To associate resources with the share, see the `aws.ram.ResourceAssociation` resource.', RAM_ResourceShare.GetTypes(), ), ], [ ResourceType.RAM_RESOURCESHAREACCEPTER, new ResourceProperty( - "Manage accepting a Resource Access Manager (RAM) Resource Share invitation. From a _receiver_ AWS account, accept an invitation to share resources that were shared by a _sender_ AWS account. To create a resource share in the _sender_, see the `aws.ram.ResourceShare` resource. > --Note:-- If both AWS accounts are in the same Organization and [RAM Sharing with AWS Organizations is enabled](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs), this resource is not necessary as RAM Resource Share invitations are not used.", + 'Manage accepting a Resource Access Manager (RAM) Resource Share invitation. From a _receiver_ AWS account, accept an invitation to share resources that were shared by a _sender_ AWS account. To create a resource share in the _sender_, see the `aws.ram.ResourceShare` resource. > --Note:-- If both AWS accounts are in the same Organization and [RAM Sharing with AWS Organizations is enabled](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs), this resource is not necessary as RAM Resource Share invitations are not used.', RAM_ResourceShareAccepter.GetTypes(), ), ], [ ResourceType.RAM_SHARINGWITHORGANIZATION, new ResourceProperty( - "Manages Resource Access Manager (RAM) Resource Sharing with AWS Organizations. If you enable sharing with your organization, you can share resources without using invitations. Refer to the [AWS RAM user guide](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs) for more details. > --NOTE:-- Use this resource to manage resource sharing within your organization, --not-- the `aws.organizations.Organization` resource with `ram.amazonaws.com` configured in `aws_service_access_principals`.", + 'Manages Resource Access Manager (RAM) Resource Sharing with AWS Organizations. If you enable sharing with your organization, you can share resources without using invitations. Refer to the [AWS RAM user guide](https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs) for more details. > --NOTE:-- Use this resource to manage resource sharing within your organization, --not-- the `aws.organizations.Organization` resource with `ram.amazonaws.com` configured in `aws_service_access_principals`.', RAM_SharingWithOrganization.GetTypes(), ), ], [ ResourceType.RBIN_RULE, new ResourceProperty( - "Resource for managing an AWS RBin Rule.", + 'Resource for managing an AWS RBin Rule.', RBIN_Rule.GetTypes(), ), ], [ ResourceType.RDS_CERTIFICATE, - new ResourceProperty("", RDS_Certificate.GetTypes()), + new ResourceProperty('', RDS_Certificate.GetTypes()), ], [ ResourceType.RDS_CLUSTER, new ResourceProperty( - "Manages a [RDS Aurora Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Aurora.html) or a [RDS Multi-AZ DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). To manage cluster instances that inherit configuration from the cluster (when not running the cluster in `serverless` engine mode), see the `aws.rds.ClusterInstance` resource. To manage non-Aurora DB instances (e.g., MySQL, PostgreSQL, SQL Server, etc.), see the `aws.rds.Instance` resource. For information on the difference between the available Aurora MySQL engines see [Comparison between Aurora MySQL 1 and Aurora MySQL 2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Updates.20180206.html) in the Amazon RDS User Guide. Changes to an RDS Cluster can occur when you manually change a parameter, such as `port`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). > --Note:-- Multi-AZ DB clusters are supported only for the MySQL and PostgreSQL DB engines. > --Note:-- `ca_certificate_identifier` is only supported for Multi-AZ DB clusters. > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html) for more information. > --Note:-- All arguments including the username and password will be stored in the raw state as plain-text. > --NOTE on RDS Clusters and RDS Cluster Role Associations:-- Pulumi provides both a standalone RDS Cluster Role Association - (an association between an RDS Cluster and a single IAM Role) and an RDS Cluster resource with `iam_roles` attributes. Use one resource or the other to associate IAM Roles and RDS Clusters. Not doing so will cause a conflict of associations and will result in the association being overwritten.", + 'Manages a [RDS Aurora Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Aurora.html) or a [RDS Multi-AZ DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html). To manage cluster instances that inherit configuration from the cluster (when not running the cluster in `serverless` engine mode), see the `aws.rds.ClusterInstance` resource. To manage non-Aurora DB instances (e.g., MySQL, PostgreSQL, SQL Server, etc.), see the `aws.rds.Instance` resource. For information on the difference between the available Aurora MySQL engines see [Comparison between Aurora MySQL 1 and Aurora MySQL 2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Updates.20180206.html) in the Amazon RDS User Guide. Changes to an RDS Cluster can occur when you manually change a parameter, such as `port`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). > --Note:-- Multi-AZ DB clusters are supported only for the MySQL and PostgreSQL DB engines. > --Note:-- `ca_certificate_identifier` is only supported for Multi-AZ DB clusters. > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html) for more information. > --Note:-- All arguments including the username and password will be stored in the raw state as plain-text. > --NOTE on RDS Clusters and RDS Cluster Role Associations:-- Pulumi provides both a standalone RDS Cluster Role Association - (an association between an RDS Cluster and a single IAM Role) and an RDS Cluster resource with `iam_roles` attributes. Use one resource or the other to associate IAM Roles and RDS Clusters. Not doing so will cause a conflict of associations and will result in the association being overwritten.', RDS_Cluster.GetTypes(), ), ], [ ResourceType.RDS_CLUSTERACTIVITYSTREAM, new ResourceProperty( - "Manages RDS Aurora Cluster Database Activity Streams. Database Activity Streams have some limits and requirements, refer to the [Monitoring Amazon Aurora using Database Activity Streams](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) documentation for detailed limitations and requirements. > --Note:-- This resource always calls the RDS [`StartActivityStream`][2] API with the `ApplyImmediately` parameter set to `true`. This is because the provider needs the activity stream to be started in order for it to get the associated attributes. > --Note:-- This resource depends on having at least one `aws.rds.ClusterInstance` created. To avoid race conditions when all resources are being created together, add an explicit resource reference using the resource `depends_on` meta-argument. > --Note:-- This resource is available in all regions except the following: `cn-north-1`, `cn-northwest-1`, `us-gov-east-1`, `us-gov-west-1`", + 'Manages RDS Aurora Cluster Database Activity Streams. Database Activity Streams have some limits and requirements, refer to the [Monitoring Amazon Aurora using Database Activity Streams](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) documentation for detailed limitations and requirements. > --Note:-- This resource always calls the RDS [`StartActivityStream`][2] API with the `ApplyImmediately` parameter set to `true`. This is because the provider needs the activity stream to be started in order for it to get the associated attributes. > --Note:-- This resource depends on having at least one `aws.rds.ClusterInstance` created. To avoid race conditions when all resources are being created together, add an explicit resource reference using the resource `depends_on` meta-argument. > --Note:-- This resource is available in all regions except the following: `cn-north-1`, `cn-northwest-1`, `us-gov-east-1`, `us-gov-west-1`', RDS_ClusterActivityStream.GetTypes(), ), ], [ ResourceType.RDS_CLUSTERENDPOINT, new ResourceProperty( - "Manages an RDS Aurora Cluster Custom Endpoint. You can refer to the [User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.Endpoints.html#Aurora.Endpoints.Cluster).", + 'Manages an RDS Aurora Cluster Custom Endpoint. You can refer to the [User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.Endpoints.html#Aurora.Endpoints.Cluster).', RDS_ClusterEndpoint.GetTypes(), ), ], @@ -11851,154 +11851,154 @@ export class ResourceProperties { [ ResourceType.RDS_CLUSTERPARAMETERGROUP, new ResourceProperty( - "Provides an RDS DB cluster parameter group resource. Documentation of the available parameters for various Aurora engines can be found at: - [Aurora MySQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html) - [Aurora PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraPostgreSQL.Reference.html)", + 'Provides an RDS DB cluster parameter group resource. Documentation of the available parameters for various Aurora engines can be found at: - [Aurora MySQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html) - [Aurora PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraPostgreSQL.Reference.html)', RDS_ClusterParameterGroup.GetTypes(), ), ], [ ResourceType.RDS_CLUSTERROLEASSOCIATION, new ResourceProperty( - "Manages a RDS DB Cluster association with an IAM Role. Example use cases: - [Creating an IAM Role to Allow Amazon Aurora to Access AWS Services](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.IAM.CreateRole.html) - [Importing Amazon S3 Data into an RDS PostgreSQL DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html)", + 'Manages a RDS DB Cluster association with an IAM Role. Example use cases: - [Creating an IAM Role to Allow Amazon Aurora to Access AWS Services](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.IAM.CreateRole.html) - [Importing Amazon S3 Data into an RDS PostgreSQL DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html)', RDS_ClusterRoleAssociation.GetTypes(), ), ], [ ResourceType.RDS_CLUSTERSNAPSHOT, new ResourceProperty( - "Manages an RDS database cluster snapshot for Aurora clusters. For managing RDS database instance snapshots, see the `aws.rds.Snapshot` resource.", + 'Manages an RDS database cluster snapshot for Aurora clusters. For managing RDS database instance snapshots, see the `aws.rds.Snapshot` resource.', RDS_ClusterSnapshot.GetTypes(), ), ], [ ResourceType.RDS_CUSTOMDBENGINEVERSION, new ResourceProperty( - "Provides an custom engine version (CEV) resource for Amazon RDS Custom. For additional information, see [Working with CEVs for RDS Custom for Oracle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html) and [Working with CEVs for RDS Custom for SQL Server](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev-sqlserver.html) in the the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html).", + 'Provides an custom engine version (CEV) resource for Amazon RDS Custom. For additional information, see [Working with CEVs for RDS Custom for Oracle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html) and [Working with CEVs for RDS Custom for SQL Server](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev-sqlserver.html) in the the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html).', RDS_CustomDbEngineVersion.GetTypes(), ), ], [ ResourceType.RDS_EVENTSUBSCRIPTION, new ResourceProperty( - "Provides a DB event subscription resource.", + 'Provides a DB event subscription resource.', RDS_EventSubscription.GetTypes(), ), ], [ ResourceType.RDS_EXPORTTASK, new ResourceProperty( - "Resource for managing an AWS RDS (Relational Database) Export Task.", + 'Resource for managing an AWS RDS (Relational Database) Export Task.', RDS_ExportTask.GetTypes(), ), ], [ ResourceType.RDS_GLOBALCLUSTER, new ResourceProperty( - "Manages an RDS Global Cluster, which is an Aurora global database spread across multiple regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. More information about Aurora global databases can be found in the [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database-creating).", + 'Manages an RDS Global Cluster, which is an Aurora global database spread across multiple regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. More information about Aurora global databases can be found in the [Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database-creating).', RDS_GlobalCluster.GetTypes(), ), ], [ ResourceType.RDS_INSTANCE, new ResourceProperty( - "Provides an RDS instance resource. A DB instance is an isolated database environment in the cloud. A DB instance can contain multiple user-created databases. Changes to a DB instance can occur when you manually change a parameter, such as `allocated_storage`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). When upgrading the major version of an engine, `allow_major_version_upgrade` must be set to `true`. > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Docs on [RDS Instance Maintenance][instance-maintenance] for more information. > --Note:-- All arguments including the username and password will be stored in the raw state as plain-text. Read more about sensitive data instate. ## RDS Instance Class Types Amazon RDS supports instance classes for the following use cases: General-purpose, Memory-optimized, Burstable Performance, and Optimized-reads. For more information please read the AWS RDS documentation about [DB Instance Class Types](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) ## Low-Downtime Updates By default, RDS applies updates to DB Instances in-place, which can lead to service interruptions. Low-downtime updates minimize service interruptions by performing the updates with an [RDS Blue/Green deployment][blue-green] and switching over the instances when complete. Low-downtime updates are only available for DB Instances using MySQL, MariaDB and PostgreSQL, as other engines are not supported by RDS Blue/Green deployments. They cannot be used with DB Instances with replicas. Backups must be enabled to use low-downtime updates. Enable low-downtime updates by setting `blue_green_update.enabled` to `true`.", + 'Provides an RDS instance resource. A DB instance is an isolated database environment in the cloud. A DB instance can contain multiple user-created databases. Changes to a DB instance can occur when you manually change a parameter, such as `allocated_storage`, and are reflected in the next maintenance window. Because of this, this provider may report a difference in its planning phase because a modification has not yet taken place. You can use the `apply_immediately` flag to instruct the service to apply the change immediately (see documentation below). When upgrading the major version of an engine, `allow_major_version_upgrade` must be set to `true`. > --Note:-- using `apply_immediately` can result in a brief downtime as the server reboots. See the AWS Docs on [RDS Instance Maintenance][instance-maintenance] for more information. > --Note:-- All arguments including the username and password will be stored in the raw state as plain-text. Read more about sensitive data instate. ## RDS Instance Class Types Amazon RDS supports instance classes for the following use cases: General-purpose, Memory-optimized, Burstable Performance, and Optimized-reads. For more information please read the AWS RDS documentation about [DB Instance Class Types](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) ## Low-Downtime Updates By default, RDS applies updates to DB Instances in-place, which can lead to service interruptions. Low-downtime updates minimize service interruptions by performing the updates with an [RDS Blue/Green deployment][blue-green] and switching over the instances when complete. Low-downtime updates are only available for DB Instances using MySQL, MariaDB and PostgreSQL, as other engines are not supported by RDS Blue/Green deployments. They cannot be used with DB Instances with replicas. Backups must be enabled to use low-downtime updates. Enable low-downtime updates by setting `blue_green_update.enabled` to `true`.', RDS_Instance.GetTypes(), ), ], [ ResourceType.RDS_INSTANCEAUTOMATEDBACKUPSREPLICATION, new ResourceProperty( - "Manage cross-region replication of automated backups to a different AWS Region. Documentation for cross-region automated backup replication can be found at: - [Replicating automated backups to another AWS Region](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) > --Note:-- This resource has to be created in the destination region.", + 'Manage cross-region replication of automated backups to a different AWS Region. Documentation for cross-region automated backup replication can be found at: - [Replicating automated backups to another AWS Region](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) > --Note:-- This resource has to be created in the destination region.', RDS_InstanceAutomatedBackupsReplication.GetTypes(), ), ], [ ResourceType.RDS_INTEGRATION, new ResourceProperty( - "Resource for managing an AWS RDS (Relational Database) zero-ETL integration. You can refer to the [User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.setting-up.html).", + 'Resource for managing an AWS RDS (Relational Database) zero-ETL integration. You can refer to the [User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.setting-up.html).', RDS_Integration.GetTypes(), ), ], [ ResourceType.RDS_OPTIONGROUP, new ResourceProperty( - "Provides an RDS DB option group resource. Documentation of the available options for various RDS engines can be found at: - [MariaDB Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MariaDB.Options.html) - [Microsoft SQL Server Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.SQLServer.Options.html) - [MySQL Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.html) - [Oracle Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.html)", + 'Provides an RDS DB option group resource. Documentation of the available options for various RDS engines can be found at: - [MariaDB Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MariaDB.Options.html) - [Microsoft SQL Server Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.SQLServer.Options.html) - [MySQL Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.html) - [Oracle Options](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.html)', RDS_OptionGroup.GetTypes(), ), ], [ ResourceType.RDS_PARAMETERGROUP, new ResourceProperty( - "Provides an RDS DB parameter group resource. Documentation of the available parameters for various RDS engines can be found at: - [Aurora MySQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html) - [Aurora PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraPostgreSQL.Reference.html) - [MariaDB Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MariaDB.Parameters.html) - [Oracle Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ModifyInstance.Oracle.html#USER_ModifyInstance.Oracle.sqlnet) - [PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html#Appendix.PostgreSQL.CommonDBATasks.Parameters) > --Hands-on:-- For an example of the `aws.rds.ParameterGroup` in use, follow the Manage AWS RDS Instances tutorial on HashiCorp Learn. > --NOTE--: to make diffs less confusing, the AWS provider will ignore changes for a `parameter` whose `value` remains unchanged but whose `apply_method` is changing (e.g., from `immediate` to `pending-reboot`, or `pending-reboot` to `immediate`). This matches the cloud: if only the apply method of a parameter is changing, the AWS API will not register this change. To change the `apply_method` of a parameter, its value must also change.", + 'Provides an RDS DB parameter group resource. Documentation of the available parameters for various RDS engines can be found at: - [Aurora MySQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html) - [Aurora PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraPostgreSQL.Reference.html) - [MariaDB Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MariaDB.Parameters.html) - [Oracle Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ModifyInstance.Oracle.html#USER_ModifyInstance.Oracle.sqlnet) - [PostgreSQL Parameters](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html#Appendix.PostgreSQL.CommonDBATasks.Parameters) > --Hands-on:-- For an example of the `aws.rds.ParameterGroup` in use, follow the Manage AWS RDS Instances tutorial on HashiCorp Learn. > --NOTE--: to make diffs less confusing, the AWS provider will ignore changes for a `parameter` whose `value` remains unchanged but whose `apply_method` is changing (e.g., from `immediate` to `pending-reboot`, or `pending-reboot` to `immediate`). This matches the cloud: if only the apply method of a parameter is changing, the AWS API will not register this change. To change the `apply_method` of a parameter, its value must also change.', RDS_ParameterGroup.GetTypes(), ), ], [ ResourceType.RDS_PROXY, new ResourceProperty( - "Provides an RDS DB proxy resource. For additional information, see the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html).", + 'Provides an RDS DB proxy resource. For additional information, see the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html).', RDS_Proxy.GetTypes(), ), ], [ ResourceType.RDS_PROXYDEFAULTTARGETGROUP, new ResourceProperty( - "Provides a resource to manage an RDS DB proxy default target group resource. The `aws.rds.ProxyDefaultTargetGroup` behaves differently from normal resources, in that the provider does not _create_ or _destroy_ this resource, since it implicitly exists as part of an RDS DB Proxy. On the provider resource creation it is automatically imported and on resource destruction, the provider performs no actions in RDS.", + 'Provides a resource to manage an RDS DB proxy default target group resource. The `aws.rds.ProxyDefaultTargetGroup` behaves differently from normal resources, in that the provider does not _create_ or _destroy_ this resource, since it implicitly exists as part of an RDS DB Proxy. On the provider resource creation it is automatically imported and on resource destruction, the provider performs no actions in RDS.', RDS_ProxyDefaultTargetGroup.GetTypes(), ), ], [ ResourceType.RDS_PROXYENDPOINT, new ResourceProperty( - "Provides an RDS DB proxy endpoint resource. For additional information, see the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-endpoints.html).", + 'Provides an RDS DB proxy endpoint resource. For additional information, see the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-endpoints.html).', RDS_ProxyEndpoint.GetTypes(), ), ], [ ResourceType.RDS_PROXYTARGET, new ResourceProperty( - "Provides an RDS DB proxy target resource.", + 'Provides an RDS DB proxy target resource.', RDS_ProxyTarget.GetTypes(), ), ], [ ResourceType.RDS_RESERVEDINSTANCE, new ResourceProperty( - "Manages an RDS DB Reserved Instance. > --NOTE:-- Once created, a reservation is valid for the `duration` of the provided `offering_id` and cannot be deleted. Performing a `destroy` will only remove the resource from state. For more information see [RDS Reserved Instances Documentation](https://aws.amazon.com/rds/reserved-instances/) and [PurchaseReservedDBInstancesOffering](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_PurchaseReservedDBInstancesOffering.html). > --NOTE:-- Due to the expense of testing this resource, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.", + 'Manages an RDS DB Reserved Instance. > --NOTE:-- Once created, a reservation is valid for the `duration` of the provided `offering_id` and cannot be deleted. Performing a `destroy` will only remove the resource from state. For more information see [RDS Reserved Instances Documentation](https://aws.amazon.com/rds/reserved-instances/) and [PurchaseReservedDBInstancesOffering](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_PurchaseReservedDBInstancesOffering.html). > --NOTE:-- Due to the expense of testing this resource, we provide it as best effort. If you find it useful, and have the ability to help test or notice issues, consider reaching out to us on GitHub.', RDS_ReservedInstance.GetTypes(), ), ], [ ResourceType.RDS_ROLEASSOCIATION, new ResourceProperty( - "Manages an RDS DB Instance association with an IAM Role. Example use cases:", + 'Manages an RDS DB Instance association with an IAM Role. Example use cases:', RDS_RoleAssociation.GetTypes(), ), ], [ ResourceType.RDS_SNAPSHOT, new ResourceProperty( - "Manages an RDS database instance snapshot. For managing RDS database cluster snapshots, see the `aws.rds.ClusterSnapshot` resource.", + 'Manages an RDS database instance snapshot. For managing RDS database cluster snapshots, see the `aws.rds.ClusterSnapshot` resource.', RDS_Snapshot.GetTypes(), ), ], [ ResourceType.RDS_SNAPSHOTCOPY, new ResourceProperty( - "Manages an RDS database instance snapshot copy. For managing RDS database cluster snapshots, see the `aws.rds.ClusterSnapshot` resource.", + 'Manages an RDS database instance snapshot copy. For managing RDS database cluster snapshots, see the `aws.rds.ClusterSnapshot` resource.', RDS_SnapshotCopy.GetTypes(), ), ], [ ResourceType.RDS_SUBNETGROUP, new ResourceProperty( - "Provides an RDS DB subnet group resource.", + 'Provides an RDS DB subnet group resource.', RDS_SubnetGroup.GetTypes(), ), ], [ ResourceType.REDSHIFT_AUTHENTICATIONPROFILE, new ResourceProperty( - "Creates a Redshift authentication profile", + 'Creates a Redshift authentication profile', REDSHIFT_AuthenticationProfile.GetTypes(), ), ], @@ -12019,42 +12019,42 @@ export class ResourceProperties { [ ResourceType.REDSHIFT_CLUSTERSNAPSHOT, new ResourceProperty( - "Creates a Redshift cluster snapshot", + 'Creates a Redshift cluster snapshot', REDSHIFT_ClusterSnapshot.GetTypes(), ), ], [ ResourceType.REDSHIFT_DATASHAREAUTHORIZATION, new ResourceProperty( - "Resource for managing an AWS Redshift Data Share Authorization.", + 'Resource for managing an AWS Redshift Data Share Authorization.', REDSHIFT_DataShareAuthorization.GetTypes(), ), ], [ ResourceType.REDSHIFT_DATASHARECONSUMERASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Redshift Data Share Consumer Association.", + 'Resource for managing an AWS Redshift Data Share Consumer Association.', REDSHIFT_DataShareConsumerAssociation.GetTypes(), ), ], [ ResourceType.REDSHIFT_ENDPOINTACCESS, new ResourceProperty( - "Creates a new Amazon Redshift endpoint access.", + 'Creates a new Amazon Redshift endpoint access.', REDSHIFT_EndpointAccess.GetTypes(), ), ], [ ResourceType.REDSHIFT_ENDPOINTAUTHORIZATION, new ResourceProperty( - "Creates a new Amazon Redshift endpoint authorization.", + 'Creates a new Amazon Redshift endpoint authorization.', REDSHIFT_EndpointAuthorization.GetTypes(), ), ], [ ResourceType.REDSHIFT_EVENTSUBSCRIPTION, new ResourceProperty( - "Provides a Redshift event subscription resource.", + 'Provides a Redshift event subscription resource.', REDSHIFT_EventSubscription.GetTypes(), ), ], @@ -12068,376 +12068,376 @@ export class ResourceProperties { [ ResourceType.REDSHIFT_HSMCONFIGURATION, new ResourceProperty( - "Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM).", + 'Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM).', REDSHIFT_HsmConfiguration.GetTypes(), ), ], [ ResourceType.REDSHIFT_LOGGING, new ResourceProperty( - "Resource for managing an AWS Redshift Logging configuration.", + 'Resource for managing an AWS Redshift Logging configuration.', REDSHIFT_Logging.GetTypes(), ), ], [ ResourceType.REDSHIFT_PARAMETERGROUP, new ResourceProperty( - "Provides a Redshift Cluster parameter group resource.", + 'Provides a Redshift Cluster parameter group resource.', REDSHIFT_ParameterGroup.GetTypes(), ), ], [ ResourceType.REDSHIFT_PARTNER, new ResourceProperty( - "Creates a new Amazon Redshift Partner Integration.", + 'Creates a new Amazon Redshift Partner Integration.', REDSHIFT_Partner.GetTypes(), ), ], [ ResourceType.REDSHIFT_RESOURCEPOLICY, new ResourceProperty( - "Creates a new Amazon Redshift Resource Policy.", + 'Creates a new Amazon Redshift Resource Policy.', REDSHIFT_ResourcePolicy.GetTypes(), ), ], [ ResourceType.REDSHIFT_SCHEDULEDACTION, - new ResourceProperty("", REDSHIFT_ScheduledAction.GetTypes()), + new ResourceProperty('', REDSHIFT_ScheduledAction.GetTypes()), ], [ ResourceType.REDSHIFT_SNAPSHOTCOPY, new ResourceProperty( - "Resource for managing an AWS Redshift Snapshot Copy.", + 'Resource for managing an AWS Redshift Snapshot Copy.', REDSHIFT_SnapshotCopy.GetTypes(), ), ], [ ResourceType.REDSHIFT_SNAPSHOTCOPYGRANT, new ResourceProperty( - "Creates a snapshot copy grant that allows AWS Redshift to encrypt copied snapshots with a customer master key from AWS KMS in a destination region. Note that the grant must exist in the destination region, and not in the region of the cluster.", + 'Creates a snapshot copy grant that allows AWS Redshift to encrypt copied snapshots with a customer master key from AWS KMS in a destination region. Note that the grant must exist in the destination region, and not in the region of the cluster.', REDSHIFT_SnapshotCopyGrant.GetTypes(), ), ], [ ResourceType.REDSHIFT_SNAPSHOTSCHEDULE, - new ResourceProperty("", REDSHIFT_SnapshotSchedule.GetTypes()), + new ResourceProperty('', REDSHIFT_SnapshotSchedule.GetTypes()), ], [ ResourceType.REDSHIFT_SNAPSHOTSCHEDULEASSOCIATION, - new ResourceProperty("", REDSHIFT_SnapshotScheduleAssociation.GetTypes()), + new ResourceProperty('', REDSHIFT_SnapshotScheduleAssociation.GetTypes()), ], [ ResourceType.REDSHIFT_SUBNETGROUP, new ResourceProperty( - "Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.", + 'Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.', REDSHIFT_SubnetGroup.GetTypes(), ), ], [ ResourceType.REDSHIFT_USAGELIMIT, new ResourceProperty( - "Creates a new Amazon Redshift Usage Limit.", + 'Creates a new Amazon Redshift Usage Limit.', REDSHIFT_UsageLimit.GetTypes(), ), ], [ ResourceType.REDSHIFTDATA_STATEMENT, new ResourceProperty( - "Executes a Redshift Data Statement.", + 'Executes a Redshift Data Statement.', REDSHIFTDATA_Statement.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_CUSTOMDOMAINASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Redshift Serverless Custom Domain Association.", + 'Resource for managing an AWS Redshift Serverless Custom Domain Association.', REDSHIFTSERVERLESS_CustomDomainAssociation.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_ENDPOINTACCESS, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Endpoint Access.", + 'Creates a new Amazon Redshift Serverless Endpoint Access.', REDSHIFTSERVERLESS_EndpointAccess.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_NAMESPACE, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Namespace.", + 'Creates a new Amazon Redshift Serverless Namespace.', REDSHIFTSERVERLESS_Namespace.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_RESOURCEPOLICY, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Resource Policy.", + 'Creates a new Amazon Redshift Serverless Resource Policy.', REDSHIFTSERVERLESS_ResourcePolicy.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_SNAPSHOT, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Snapshot.", + 'Creates a new Amazon Redshift Serverless Snapshot.', REDSHIFTSERVERLESS_Snapshot.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_USAGELIMIT, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Usage Limit.", + 'Creates a new Amazon Redshift Serverless Usage Limit.', REDSHIFTSERVERLESS_UsageLimit.GetTypes(), ), ], [ ResourceType.REDSHIFTSERVERLESS_WORKGROUP, new ResourceProperty( - "Creates a new Amazon Redshift Serverless Workgroup.", + 'Creates a new Amazon Redshift Serverless Workgroup.', REDSHIFTSERVERLESS_Workgroup.GetTypes(), ), ], [ ResourceType.REKOGNITION_COLLECTION, new ResourceProperty( - "Resource for managing an AWS Rekognition Collection.", + 'Resource for managing an AWS Rekognition Collection.', REKOGNITION_Collection.GetTypes(), ), ], [ ResourceType.REKOGNITION_PROJECT, new ResourceProperty( - "Resource for managing an AWS Rekognition Project.", + 'Resource for managing an AWS Rekognition Project.', REKOGNITION_Project.GetTypes(), ), ], [ ResourceType.REKOGNITION_STREAMPROCESSOR, new ResourceProperty( - "Resource for managing an AWS Rekognition Stream Processor. > This resource must be configured specifically for your use case, and not all options are compatible with one another. See [Stream Processor API documentation](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateStreamProcessor.html#rekognition-CreateStreamProcessor-request-Input) for configuration information. > Stream Processors configured for Face Recognition cannot have _any_ properties updated after the fact, and it will result in an AWS API error.", + 'Resource for managing an AWS Rekognition Stream Processor. > This resource must be configured specifically for your use case, and not all options are compatible with one another. See [Stream Processor API documentation](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateStreamProcessor.html#rekognition-CreateStreamProcessor-request-Input) for configuration information. > Stream Processors configured for Face Recognition cannot have _any_ properties updated after the fact, and it will result in an AWS API error.', REKOGNITION_StreamProcessor.GetTypes(), ), ], [ ResourceType.RESOURCEEXPLORER_INDEX, new ResourceProperty( - "Provides a resource to manage a Resource Explorer index in the current AWS Region.", + 'Provides a resource to manage a Resource Explorer index in the current AWS Region.', RESOURCEEXPLORER_Index.GetTypes(), ), ], [ ResourceType.RESOURCEEXPLORER_VIEW, new ResourceProperty( - "Provides a resource to manage a Resource Explorer view.", + 'Provides a resource to manage a Resource Explorer view.', RESOURCEEXPLORER_View.GetTypes(), ), ], [ ResourceType.RESOURCEGROUPS_GROUP, new ResourceProperty( - "Provides a Resource Group.", + 'Provides a Resource Group.', RESOURCEGROUPS_Group.GetTypes(), ), ], [ ResourceType.RESOURCEGROUPS_RESOURCE, new ResourceProperty( - "Resource for managing an AWS Resource Groups Resource.", + 'Resource for managing an AWS Resource Groups Resource.', RESOURCEGROUPS_Resource.GetTypes(), ), ], [ ResourceType.ROLESANYWHERE_PROFILE, new ResourceProperty( - "Resource for managing a Roles Anywhere Profile.", + 'Resource for managing a Roles Anywhere Profile.', ROLESANYWHERE_Profile.GetTypes(), ), ], [ ResourceType.ROLESANYWHERE_TRUSTANCHOR, new ResourceProperty( - "Resource for managing a Roles Anywhere Trust Anchor.", + 'Resource for managing a Roles Anywhere Trust Anchor.', ROLESANYWHERE_TrustAnchor.GetTypes(), ), ], [ ResourceType.ROUTE53_CIDRCOLLECTION, new ResourceProperty( - "Provides a Route53 CIDR collection resource.", + 'Provides a Route53 CIDR collection resource.', ROUTE53_CidrCollection.GetTypes(), ), ], [ ResourceType.ROUTE53_CIDRLOCATION, new ResourceProperty( - "Provides a Route53 CIDR location resource.", + 'Provides a Route53 CIDR location resource.', ROUTE53_CidrLocation.GetTypes(), ), ], [ ResourceType.ROUTE53_DELEGATIONSET, new ResourceProperty( - "Provides a [Route53 Delegation Set](https://docs.aws.amazon.com/Route53/latest/APIReference/API-actions-by-function.html#actions-by-function-reusable-delegation-sets) resource.", + 'Provides a [Route53 Delegation Set](https://docs.aws.amazon.com/Route53/latest/APIReference/API-actions-by-function.html#actions-by-function-reusable-delegation-sets) resource.', ROUTE53_DelegationSet.GetTypes(), ), ], [ ResourceType.ROUTE53_HEALTHCHECK, new ResourceProperty( - "Provides a Route53 health check.", + 'Provides a Route53 health check.', ROUTE53_HealthCheck.GetTypes(), ), ], [ ResourceType.ROUTE53_HOSTEDZONEDNSSEC, new ResourceProperty( - "Manages Route 53 Hosted Zone Domain Name System Security Extensions (DNSSEC). For more information about managing DNSSEC in Route 53, see the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html). !> --WARNING:-- If you disable DNSSEC signing for your hosted zone before the DNS changes have propagated, your domain could become unavailable on the internet. When you remove the DS records, you must wait until the longest TTL for the DS records that you remove has expired before you complete the step to disable DNSSEC signing. Please refer to the [Route 53 Developer Guide - Disable DNSSEC](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-disable.html) for a detailed breakdown on the steps required to disable DNSSEC safely for a hosted zone. > --Note:-- Route53 hosted zones are global resources, and as such any `aws.kms.Key` that you use as part of a signing key needs to be located in the `us-east-1` region. In the example below, the main AWS provider declaration is for `us-east-1`, however if you are provisioning your AWS resources in a different region, you will need to specify a provider alias and use that attached to the `aws.kms.Key` resource as described in the provider alias documentation.", + 'Manages Route 53 Hosted Zone Domain Name System Security Extensions (DNSSEC). For more information about managing DNSSEC in Route 53, see the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html). !> --WARNING:-- If you disable DNSSEC signing for your hosted zone before the DNS changes have propagated, your domain could become unavailable on the internet. When you remove the DS records, you must wait until the longest TTL for the DS records that you remove has expired before you complete the step to disable DNSSEC signing. Please refer to the [Route 53 Developer Guide - Disable DNSSEC](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-disable.html) for a detailed breakdown on the steps required to disable DNSSEC safely for a hosted zone. > --Note:-- Route53 hosted zones are global resources, and as such any `aws.kms.Key` that you use as part of a signing key needs to be located in the `us-east-1` region. In the example below, the main AWS provider declaration is for `us-east-1`, however if you are provisioning your AWS resources in a different region, you will need to specify a provider alias and use that attached to the `aws.kms.Key` resource as described in the provider alias documentation.', ROUTE53_HostedZoneDnsSec.GetTypes(), ), ], [ ResourceType.ROUTE53_KEYSIGNINGKEY, new ResourceProperty( - "Manages a Route 53 Key Signing Key. To manage Domain Name System Security Extensions (DNSSEC) for a Hosted Zone, see the `aws.route53.HostedZoneDnsSec` resource. For more information about managing DNSSEC in Route 53, see the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html).", + 'Manages a Route 53 Key Signing Key. To manage Domain Name System Security Extensions (DNSSEC) for a Hosted Zone, see the `aws.route53.HostedZoneDnsSec` resource. For more information about managing DNSSEC in Route 53, see the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html).', ROUTE53_KeySigningKey.GetTypes(), ), ], [ ResourceType.ROUTE53_QUERYLOG, new ResourceProperty( - "Provides a Route53 query logging configuration resource. > --NOTE:-- There are restrictions on the configuration of query logging. Notably, the CloudWatch log group must be in the `us-east-1` region, a permissive CloudWatch log resource policy must be in place, and the Route53 hosted zone must be public. See [Configuring Logging for DNS Queries](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html?console_help=true#query-logs-configuring) for additional details.", + 'Provides a Route53 query logging configuration resource. > --NOTE:-- There are restrictions on the configuration of query logging. Notably, the CloudWatch log group must be in the `us-east-1` region, a permissive CloudWatch log resource policy must be in place, and the Route53 hosted zone must be public. See [Configuring Logging for DNS Queries](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html?console_help=true#query-logs-configuring) for additional details.', ROUTE53_QueryLog.GetTypes(), ), ], [ ResourceType.ROUTE53_RECORD, new ResourceProperty( - "Provides a Route53 record resource.", + 'Provides a Route53 record resource.', ROUTE53_Record.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERCONFIG, new ResourceProperty( - "Provides a Route 53 Resolver config resource.", + 'Provides a Route 53 Resolver config resource.', ROUTE53_ResolverConfig.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERDNSSECCONFIG, new ResourceProperty( - "Provides a Route 53 Resolver DNSSEC config resource.", + 'Provides a Route 53 Resolver DNSSEC config resource.', ROUTE53_ResolverDnsSecConfig.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERENDPOINT, new ResourceProperty( - "Provides a Route 53 Resolver endpoint resource.", + 'Provides a Route 53 Resolver endpoint resource.', ROUTE53_ResolverEndpoint.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERFIREWALLCONFIG, new ResourceProperty( - "Provides a Route 53 Resolver DNS Firewall config resource.", + 'Provides a Route 53 Resolver DNS Firewall config resource.', ROUTE53_ResolverFirewallConfig.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERFIREWALLDOMAINLIST, new ResourceProperty( - "Provides a Route 53 Resolver DNS Firewall domain list resource.", + 'Provides a Route 53 Resolver DNS Firewall domain list resource.', ROUTE53_ResolverFirewallDomainList.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERFIREWALLRULE, new ResourceProperty( - "Provides a Route 53 Resolver DNS Firewall rule resource.", + 'Provides a Route 53 Resolver DNS Firewall rule resource.', ROUTE53_ResolverFirewallRule.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERFIREWALLRULEGROUP, new ResourceProperty( - "Provides a Route 53 Resolver DNS Firewall rule group resource.", + 'Provides a Route 53 Resolver DNS Firewall rule group resource.', ROUTE53_ResolverFirewallRuleGroup.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERFIREWALLRULEGROUPASSOCIATION, new ResourceProperty( - "Provides a Route 53 Resolver DNS Firewall rule group association resource.", + 'Provides a Route 53 Resolver DNS Firewall rule group association resource.', ROUTE53_ResolverFirewallRuleGroupAssociation.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERQUERYLOGCONFIG, new ResourceProperty( - "Provides a Route 53 Resolver query logging configuration resource.", + 'Provides a Route 53 Resolver query logging configuration resource.', ROUTE53_ResolverQueryLogConfig.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERQUERYLOGCONFIGASSOCIATION, new ResourceProperty( - "Provides a Route 53 Resolver query logging configuration association resource.", + 'Provides a Route 53 Resolver query logging configuration association resource.', ROUTE53_ResolverQueryLogConfigAssociation.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERRULE, new ResourceProperty( - "Provides a Route53 Resolver rule.", + 'Provides a Route53 Resolver rule.', ROUTE53_ResolverRule.GetTypes(), ), ], [ ResourceType.ROUTE53_RESOLVERRULEASSOCIATION, new ResourceProperty( - "Provides a Route53 Resolver rule association.", + 'Provides a Route53 Resolver rule association.', ROUTE53_ResolverRuleAssociation.GetTypes(), ), ], [ ResourceType.ROUTE53_TRAFFICPOLICY, new ResourceProperty( - "Manages a Route53 Traffic Policy.", + 'Manages a Route53 Traffic Policy.', ROUTE53_TrafficPolicy.GetTypes(), ), ], [ ResourceType.ROUTE53_TRAFFICPOLICYINSTANCE, new ResourceProperty( - "Provides a Route53 traffic policy instance resource.", + 'Provides a Route53 traffic policy instance resource.', ROUTE53_TrafficPolicyInstance.GetTypes(), ), ], [ ResourceType.ROUTE53_VPCASSOCIATIONAUTHORIZATION, new ResourceProperty( - "Authorizes a VPC in a different account to be associated with a local Route53 Hosted Zone.", + 'Authorizes a VPC in a different account to be associated with a local Route53 Hosted Zone.', ROUTE53_VpcAssociationAuthorization.GetTypes(), ), ], [ ResourceType.ROUTE53_ZONE, new ResourceProperty( - "Manages a Route53 Hosted Zone. For managing Domain Name System Security Extensions (DNSSEC), see the `aws.route53.KeySigningKey` and `aws.route53.HostedZoneDnsSec` resources.", + 'Manages a Route53 Hosted Zone. For managing Domain Name System Security Extensions (DNSSEC), see the `aws.route53.KeySigningKey` and `aws.route53.HostedZoneDnsSec` resources.', ROUTE53_Zone.GetTypes(), ), ], [ ResourceType.ROUTE53_ZONEASSOCIATION, new ResourceProperty( - "Manages a Route53 Hosted Zone VPC association. VPC associations can only be made on private zones. See the `aws.route53.VpcAssociationAuthorization` resource for setting up cross-account associations. > --NOTE:-- Unless explicit association ordering is required (e.g., a separate cross-account association authorization), usage of this resource is not recommended. Use the `vpc` configuration blocks available within the `aws.route53.Zone` resource instead. > --NOTE:-- This provider provides both this standalone Zone VPC Association resource and exclusive VPC associations defined in-line in the `aws.route53.Zone` resource via `vpc` configuration blocks. At this time, you cannot use those in-line VPC associations in conjunction with this resource and the same zone ID otherwise it will cause a perpetual difference in plan output. You can optionally use [`ignoreChanges`](https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges) in the `aws.route53.Zone` resource to manage additional associations via this resource.", + 'Manages a Route53 Hosted Zone VPC association. VPC associations can only be made on private zones. See the `aws.route53.VpcAssociationAuthorization` resource for setting up cross-account associations. > --NOTE:-- Unless explicit association ordering is required (e.g., a separate cross-account association authorization), usage of this resource is not recommended. Use the `vpc` configuration blocks available within the `aws.route53.Zone` resource instead. > --NOTE:-- This provider provides both this standalone Zone VPC Association resource and exclusive VPC associations defined in-line in the `aws.route53.Zone` resource via `vpc` configuration blocks. At this time, you cannot use those in-line VPC associations in conjunction with this resource and the same zone ID otherwise it will cause a perpetual difference in plan output. You can optionally use [`ignoreChanges`](https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges) in the `aws.route53.Zone` resource to manage additional associations via this resource.', ROUTE53_ZoneAssociation.GetTypes(), ), ], [ ResourceType.ROUTE53DOMAINS_DELEGATIONSIGNERRECORD, new ResourceProperty( - "Provides a resource to manage a [delegation signer record](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-enable-signing.html#dns-configuring-dnssec-enable-signing-step-1) in the parent DNS zone for domains registered with Route53.", + 'Provides a resource to manage a [delegation signer record](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-enable-signing.html#dns-configuring-dnssec-enable-signing-step-1) in the parent DNS zone for domains registered with Route53.', ROUTE53DOMAINS_DelegationSignerRecord.GetTypes(), ), ], @@ -12451,70 +12451,70 @@ export class ResourceProperties { [ ResourceType.ROUTE53RECOVERYCONTROL_CLUSTER, new ResourceProperty( - "Provides an AWS Route 53 Recovery Control Config Cluster.", + 'Provides an AWS Route 53 Recovery Control Config Cluster.', ROUTE53RECOVERYCONTROL_Cluster.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYCONTROL_CONTROLPANEL, new ResourceProperty( - "Provides an AWS Route 53 Recovery Control Config Control Panel.", + 'Provides an AWS Route 53 Recovery Control Config Control Panel.', ROUTE53RECOVERYCONTROL_ControlPanel.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYCONTROL_ROUTINGCONTROL, new ResourceProperty( - "Provides an AWS Route 53 Recovery Control Config Routing Control.", + 'Provides an AWS Route 53 Recovery Control Config Routing Control.', ROUTE53RECOVERYCONTROL_RoutingControl.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYCONTROL_SAFETYRULE, new ResourceProperty( - "Provides an AWS Route 53 Recovery Control Config Safety Rule", + 'Provides an AWS Route 53 Recovery Control Config Safety Rule', ROUTE53RECOVERYCONTROL_SafetyRule.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYREADINESS_CELL, new ResourceProperty( - "Provides an AWS Route 53 Recovery Readiness Cell.", + 'Provides an AWS Route 53 Recovery Readiness Cell.', ROUTE53RECOVERYREADINESS_Cell.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYREADINESS_READINESSCHECK, new ResourceProperty( - "Provides an AWS Route 53 Recovery Readiness Readiness Check.", + 'Provides an AWS Route 53 Recovery Readiness Readiness Check.', ROUTE53RECOVERYREADINESS_ReadinessCheck.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYREADINESS_RECOVERYGROUP, new ResourceProperty( - "Provides an AWS Route 53 Recovery Readiness Recovery Group.", + 'Provides an AWS Route 53 Recovery Readiness Recovery Group.', ROUTE53RECOVERYREADINESS_RecoveryGroup.GetTypes(), ), ], [ ResourceType.ROUTE53RECOVERYREADINESS_RESOURCESET, new ResourceProperty( - "Provides an AWS Route 53 Recovery Readiness Resource Set.", + 'Provides an AWS Route 53 Recovery Readiness Resource Set.', ROUTE53RECOVERYREADINESS_ResourceSet.GetTypes(), ), ], [ ResourceType.RUM_APPMONITOR, new ResourceProperty( - "Provides a CloudWatch RUM App Monitor resource.", + 'Provides a CloudWatch RUM App Monitor resource.', RUM_AppMonitor.GetTypes(), ), ], [ ResourceType.RUM_METRICSDESTINATION, new ResourceProperty( - "Provides a CloudWatch RUM Metrics Destination resource.", + 'Provides a CloudWatch RUM Metrics Destination resource.', RUM_MetricsDestination.GetTypes(), ), ], @@ -12528,70 +12528,70 @@ export class ResourceProperties { [ ResourceType.S3_ACCOUNTPUBLICACCESSBLOCK, new ResourceProperty( - "Manages S3 account-level Public Access Block configuration. For more information about these settings, see the [AWS S3 Block Public Access documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html). > --NOTE:-- Each AWS account may only have one S3 Public Access Block configuration. Multiple configurations of the resource against the same AWS account will cause a perpetual difference. > Advanced usage: To use a custom API endpoint for this resource, use the `s3control` endpoint provider configuration, not the `s3` endpoint provider configuration.", + 'Manages S3 account-level Public Access Block configuration. For more information about these settings, see the [AWS S3 Block Public Access documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html). > --NOTE:-- Each AWS account may only have one S3 Public Access Block configuration. Multiple configurations of the resource against the same AWS account will cause a perpetual difference. > Advanced usage: To use a custom API endpoint for this resource, use the `s3control` endpoint provider configuration, not the `s3` endpoint provider configuration.', S3_AccountPublicAccessBlock.GetTypes(), ), ], [ ResourceType.S3_ANALYTICSCONFIGURATION, new ResourceProperty( - "Provides a S3 bucket [analytics configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html) resource. > This resource cannot be used with S3 directory buckets.", + 'Provides a S3 bucket [analytics configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html) resource. > This resource cannot be used with S3 directory buckets.', S3_AnalyticsConfiguration.GetTypes(), ), ], [ ResourceType.S3_BUCKET, new ResourceProperty( - "Provides a S3 bucket resource. > This resource provides functionality for managing S3 general purpose buckets in an AWS Partition. To manage Amazon S3 Express directory buckets, use the `aws_directory_bucket` resource. To manage [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html), use the `aws.s3control.Bucket` resource. > Object Lock can be enabled by using the `object_lock_enable` attribute or by using the `aws.s3.BucketObjectLockConfigurationV2` resource. Please note, that by using the resource, Object Lock can be enabled/disabled without destroying and recreating the bucket.", + 'Provides a S3 bucket resource. > This resource provides functionality for managing S3 general purpose buckets in an AWS Partition. To manage Amazon S3 Express directory buckets, use the `aws_directory_bucket` resource. To manage [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html), use the `aws.s3control.Bucket` resource. > Object Lock can be enabled by using the `object_lock_enable` attribute or by using the `aws.s3.BucketObjectLockConfigurationV2` resource. Please note, that by using the resource, Object Lock can be enabled/disabled without destroying and recreating the bucket.', S3_Bucket.GetTypes(), ), ], [ ResourceType.S3_BUCKETACCELERATECONFIGURATIONV2, new ResourceProperty( - "Provides an S3 bucket accelerate configuration resource. See the [Requirements for using Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html#transfer-acceleration-requirements) for more details. > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket accelerate configuration resource. See the [Requirements for using Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html#transfer-acceleration-requirements) for more details. > This resource cannot be used with S3 directory buckets.', S3_BucketAccelerateConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETACLV2, new ResourceProperty( - "Provides an S3 bucket ACL resource. > --Note:-- destroy does not delete the S3 Bucket ACL but does remove the resource from state. > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket ACL resource. > --Note:-- destroy does not delete the S3 Bucket ACL but does remove the resource from state. > This resource cannot be used with S3 directory buckets.', S3_BucketAclV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETCORSCONFIGURATIONV2, new ResourceProperty( - "Provides an S3 bucket CORS configuration resource. For more information about CORS, go to [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.html) in the Amazon S3 User Guide. > --NOTE:-- S3 Buckets only support a single CORS configuration. Declaring multiple `aws.s3.BucketCorsConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration. > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket CORS configuration resource. For more information about CORS, go to [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.html) in the Amazon S3 User Guide. > --NOTE:-- S3 Buckets only support a single CORS configuration. Declaring multiple `aws.s3.BucketCorsConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration. > This resource cannot be used with S3 directory buckets.', S3_BucketCorsConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETINTELLIGENTTIERINGCONFIGURATION, new ResourceProperty( - "Provides an [S3 Intelligent-Tiering](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html) configuration resource. > This resource cannot be used with S3 directory buckets.", + 'Provides an [S3 Intelligent-Tiering](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html) configuration resource. > This resource cannot be used with S3 directory buckets.', S3_BucketIntelligentTieringConfiguration.GetTypes(), ), ], [ ResourceType.S3_BUCKETLIFECYCLECONFIGURATIONV2, new ResourceProperty( - "Provides an independent configuration resource for S3 bucket [lifecycle configuration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html). An S3 Lifecycle configuration consists of one or more Lifecycle rules. Each rule consists of the following: - Rule metadata (`id` and `status`) - Filter identifying objects to which the rule applies - One or more transition or expiration actions For more information see the Amazon S3 User Guide on [`Lifecycle Configuration Elements`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html). > --NOTE:-- S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration. > --NOTE:-- Lifecycle configurations may take some time to fully propagate to all AWS S3 systems. Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence. See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html). > This resource cannot be used with S3 directory buckets.", + 'Provides an independent configuration resource for S3 bucket [lifecycle configuration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html). An S3 Lifecycle configuration consists of one or more Lifecycle rules. Each rule consists of the following: - Rule metadata (`id` and `status`) - Filter identifying objects to which the rule applies - One or more transition or expiration actions For more information see the Amazon S3 User Guide on [`Lifecycle Configuration Elements`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html). > --NOTE:-- S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration. > --NOTE:-- Lifecycle configurations may take some time to fully propagate to all AWS S3 systems. Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence. See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html). > This resource cannot be used with S3 directory buckets.', S3_BucketLifecycleConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETLOGGINGV2, new ResourceProperty( - "Provides an S3 bucket (server access) logging resource. For more information, see [Logging requests using server access logging](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html) in the AWS S3 User Guide. > --Note:-- Amazon S3 supports server access logging, AWS CloudTrail, or a combination of both. Refer to the [Logging options for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/logging-with-S3.html) to decide which method meets your requirements. > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket (server access) logging resource. For more information, see [Logging requests using server access logging](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html) in the AWS S3 User Guide. > --Note:-- Amazon S3 supports server access logging, AWS CloudTrail, or a combination of both. Refer to the [Logging options for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/logging-with-S3.html) to decide which method meets your requirements. > This resource cannot be used with S3 directory buckets.', S3_BucketLoggingV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETMETRIC, new ResourceProperty( - "Provides a S3 bucket [metrics configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/metrics-configurations.html) resource. > This resource cannot be used with S3 directory buckets.", + 'Provides a S3 bucket [metrics configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/metrics-configurations.html) resource. > This resource cannot be used with S3 directory buckets.', S3_BucketMetric.GetTypes(), ), ], @@ -12605,49 +12605,49 @@ export class ResourceProperties { [ ResourceType.S3_BUCKETOBJECT, new ResourceProperty( - "Provides an S3 object resource.", + 'Provides an S3 object resource.', S3_BucketObject.GetTypes(), ), ], [ ResourceType.S3_BUCKETOBJECTLOCKCONFIGURATIONV2, new ResourceProperty( - "Provides an S3 bucket Object Lock configuration resource. For more information about Object Locking, go to [Using S3 Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html) in the Amazon S3 User Guide. > This resource can be used enable Object Lock for --new-- and --existing-- buckets. > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket Object Lock configuration resource. For more information about Object Locking, go to [Using S3 Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html) in the Amazon S3 User Guide. > This resource can be used enable Object Lock for --new-- and --existing-- buckets. > This resource cannot be used with S3 directory buckets.', S3_BucketObjectLockConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETOBJECTV2, new ResourceProperty( - "Provides an S3 object resource.", + 'Provides an S3 object resource.', S3_BucketObjectv2.GetTypes(), ), ], [ ResourceType.S3_BUCKETOWNERSHIPCONTROLS, new ResourceProperty( - "Provides a resource to manage S3 Bucket Ownership Controls. For more information, see the [S3 Developer Guide](https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html). > This resource cannot be used with S3 directory buckets.", + 'Provides a resource to manage S3 Bucket Ownership Controls. For more information, see the [S3 Developer Guide](https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html). > This resource cannot be used with S3 directory buckets.', S3_BucketOwnershipControls.GetTypes(), ), ], [ ResourceType.S3_BUCKETPOLICY, new ResourceProperty( - "Attaches a policy to an S3 bucket resource. > Policies can be attached to both S3 general purpose buckets and S3 directory buckets.", + 'Attaches a policy to an S3 bucket resource. > Policies can be attached to both S3 general purpose buckets and S3 directory buckets.', S3_BucketPolicy.GetTypes(), ), ], [ ResourceType.S3_BUCKETPUBLICACCESSBLOCK, new ResourceProperty( - "Manages S3 bucket-level Public Access Block configuration. For more information about these settings, see the [AWS S3 Block Public Access documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html). > This resource cannot be used with S3 directory buckets.", + 'Manages S3 bucket-level Public Access Block configuration. For more information about these settings, see the [AWS S3 Block Public Access documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html). > This resource cannot be used with S3 directory buckets.', S3_BucketPublicAccessBlock.GetTypes(), ), ], [ ResourceType.S3_BUCKETREPLICATIONCONFIG, new ResourceProperty( - "Provides an independent configuration resource for S3 bucket [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). > --NOTE:-- S3 Buckets only support a single replication configuration. Declaring multiple `aws.s3.BucketReplicationConfig` resources to the same S3 Bucket will cause a perpetual difference in configuration. > This resource cannot be used with S3 directory buckets.", + 'Provides an independent configuration resource for S3 bucket [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). > --NOTE:-- S3 Buckets only support a single replication configuration. Declaring multiple `aws.s3.BucketReplicationConfig` resources to the same S3 Bucket will cause a perpetual difference in configuration. > This resource cannot be used with S3 directory buckets.', S3_BucketReplicationConfig.GetTypes(), ), ], @@ -12661,77 +12661,77 @@ export class ResourceProperties { [ ResourceType.S3_BUCKETSERVERSIDEENCRYPTIONCONFIGURATIONV2, new ResourceProperty( - "Provides a S3 bucket server-side encryption configuration resource. > --NOTE:-- Destroying an `aws.s3.BucketServerSideEncryptionConfigurationV2` resource resets the bucket to [Amazon S3 bucket default encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/default-encryption-faq.html). > This resource cannot be used with S3 directory buckets.", + 'Provides a S3 bucket server-side encryption configuration resource. > --NOTE:-- Destroying an `aws.s3.BucketServerSideEncryptionConfigurationV2` resource resets the bucket to [Amazon S3 bucket default encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/default-encryption-faq.html). > This resource cannot be used with S3 directory buckets.', S3_BucketServerSideEncryptionConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETV2, new ResourceProperty( - "Provides a S3 bucket resource. > This resource provides functionality for managing S3 general purpose buckets in an AWS Partition. To manage Amazon S3 Express directory buckets, use the `aws_directory_bucket` resource. To manage [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html), use the `aws.s3control.Bucket` resource. > Object Lock can be enabled by using the `object_lock_enable` attribute or by using the `aws.s3.BucketObjectLockConfigurationV2` resource. Please note, that by using the resource, Object Lock can be enabled/disabled without destroying and recreating the bucket.", + 'Provides a S3 bucket resource. > This resource provides functionality for managing S3 general purpose buckets in an AWS Partition. To manage Amazon S3 Express directory buckets, use the `aws_directory_bucket` resource. To manage [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html), use the `aws.s3control.Bucket` resource. > Object Lock can be enabled by using the `object_lock_enable` attribute or by using the `aws.s3.BucketObjectLockConfigurationV2` resource. Please note, that by using the resource, Object Lock can be enabled/disabled without destroying and recreating the bucket.', S3_BucketV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETVERSIONINGV2, new ResourceProperty( - "Provides a resource for controlling versioning on an S3 bucket. Deleting this resource will either suspend versioning on the associated S3 bucket or simply remove the resource from state if the associated S3 bucket is unversioned. For more information, see [How S3 versioning works](https://docs.aws.amazon.com/AmazonS3/latest/userguide/manage-versioning-examples.html). > --NOTE:-- If you are enabling versioning on the bucket for the first time, AWS recommends that you wait for 15 minutes after enabling versioning before issuing write operations (PUT or DELETE) on objects in the bucket. > This resource cannot be used with S3 directory buckets.", + 'Provides a resource for controlling versioning on an S3 bucket. Deleting this resource will either suspend versioning on the associated S3 bucket or simply remove the resource from state if the associated S3 bucket is unversioned. For more information, see [How S3 versioning works](https://docs.aws.amazon.com/AmazonS3/latest/userguide/manage-versioning-examples.html). > --NOTE:-- If you are enabling versioning on the bucket for the first time, AWS recommends that you wait for 15 minutes after enabling versioning before issuing write operations (PUT or DELETE) on objects in the bucket. > This resource cannot be used with S3 directory buckets.', S3_BucketVersioningV2.GetTypes(), ), ], [ ResourceType.S3_BUCKETWEBSITECONFIGURATIONV2, new ResourceProperty( - "Provides an S3 bucket website configuration resource. For more information, see [Hosting Websites on S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html). > This resource cannot be used with S3 directory buckets.", + 'Provides an S3 bucket website configuration resource. For more information, see [Hosting Websites on S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html). > This resource cannot be used with S3 directory buckets.', S3_BucketWebsiteConfigurationV2.GetTypes(), ), ], [ ResourceType.S3_DIRECTORYBUCKET, new ResourceProperty( - "Provides an Amazon S3 Express directory bucket resource.", + 'Provides an Amazon S3 Express directory bucket resource.', S3_DirectoryBucket.GetTypes(), ), ], [ ResourceType.S3_INVENTORY, new ResourceProperty( - "Provides a S3 bucket [inventory configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html) resource. > This resource cannot be used with S3 directory buckets.", + 'Provides a S3 bucket [inventory configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html) resource. > This resource cannot be used with S3 directory buckets.', S3_Inventory.GetTypes(), ), ], [ ResourceType.S3_OBJECTCOPY, new ResourceProperty( - "Provides a resource for copying an S3 object.", + 'Provides a resource for copying an S3 object.', S3_ObjectCopy.GetTypes(), ), ], [ ResourceType.S3CONTROL_ACCESSGRANT, new ResourceProperty( - "Provides a resource to manage an S3 Access Grant. Each access grant has its own ID and gives an IAM user or role or a directory user, or group (the grantee) access to a registered location. You determine the level of access, such as `READ` or `READWRITE`. Before you can create a grant, you must have an S3 Access Grants instance in the same Region as the S3 data.", + 'Provides a resource to manage an S3 Access Grant. Each access grant has its own ID and gives an IAM user or role or a directory user, or group (the grantee) access to a registered location. You determine the level of access, such as `READ` or `READWRITE`. Before you can create a grant, you must have an S3 Access Grants instance in the same Region as the S3 data.', S3CONTROL_AccessGrant.GetTypes(), ), ], [ ResourceType.S3CONTROL_ACCESSGRANTSINSTANCE, new ResourceProperty( - "Provides a resource to manage an S3 Access Grants instance, which serves as a logical grouping for access grants. You can have one S3 Access Grants instance per Region in your account.", + 'Provides a resource to manage an S3 Access Grants instance, which serves as a logical grouping for access grants. You can have one S3 Access Grants instance per Region in your account.', S3CONTROL_AccessGrantsInstance.GetTypes(), ), ], [ ResourceType.S3CONTROL_ACCESSGRANTSINSTANCERESOURCEPOLICY, new ResourceProperty( - "Provides a resource to manage an S3 Access Grants instance resource policy. Use a resource policy to manage cross-account access to your S3 Access Grants instance.", + 'Provides a resource to manage an S3 Access Grants instance resource policy. Use a resource policy to manage cross-account access to your S3 Access Grants instance.', S3CONTROL_AccessGrantsInstanceResourcePolicy.GetTypes(), ), ], [ ResourceType.S3CONTROL_ACCESSGRANTSLOCATION, new ResourceProperty( - "Provides a resource to manage an S3 Access Grants location. A location is an S3 resource (bucket or prefix) in a permission grant that the grantee can access. The S3 data must be in the same Region as your S3 Access Grants instance. When you register a location, you must include the IAM role that has permission to manage the S3 location that you are registering.", + 'Provides a resource to manage an S3 Access Grants location. A location is an S3 resource (bucket or prefix) in a permission grant that the grantee can access. The S3 data must be in the same Region as your S3 Access Grants instance. When you register a location, you must include the IAM role that has permission to manage the S3 location that you are registering.', S3CONTROL_AccessGrantsLocation.GetTypes(), ), ], @@ -12745,413 +12745,413 @@ export class ResourceProperties { [ ResourceType.S3CONTROL_BUCKET, new ResourceProperty( - "Provides a resource to manage an S3 Control Bucket. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Buckets in an AWS Partition, see the `aws.s3.BucketV2` resource.", + 'Provides a resource to manage an S3 Control Bucket. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Buckets in an AWS Partition, see the `aws.s3.BucketV2` resource.', S3CONTROL_Bucket.GetTypes(), ), ], [ ResourceType.S3CONTROL_BUCKETLIFECYCLECONFIGURATION, new ResourceProperty( - "Provides a resource to manage an S3 Control Bucket Lifecycle Configuration. > --NOTE:-- Each S3 Control Bucket can only have one Lifecycle Configuration. Using multiple of this resource against the same S3 Control Bucket will result in perpetual differences each provider run. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Bucket Lifecycle Configurations in an AWS Partition, see the `aws.s3.BucketV2` resource.", + 'Provides a resource to manage an S3 Control Bucket Lifecycle Configuration. > --NOTE:-- Each S3 Control Bucket can only have one Lifecycle Configuration. Using multiple of this resource against the same S3 Control Bucket will result in perpetual differences each provider run. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Bucket Lifecycle Configurations in an AWS Partition, see the `aws.s3.BucketV2` resource.', S3CONTROL_BucketLifecycleConfiguration.GetTypes(), ), ], [ ResourceType.S3CONTROL_BUCKETPOLICY, new ResourceProperty( - "Provides a resource to manage an S3 Control Bucket Policy. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Bucket Policies in an AWS Partition, see the `aws.s3.BucketPolicy` resource.", + 'Provides a resource to manage an S3 Control Bucket Policy. > This functionality is for managing [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html). To manage S3 Bucket Policies in an AWS Partition, see the `aws.s3.BucketPolicy` resource.', S3CONTROL_BucketPolicy.GetTypes(), ), ], [ ResourceType.S3CONTROL_MULTIREGIONACCESSPOINT, new ResourceProperty( - "Provides a resource to manage an S3 Multi-Region Access Point associated with specified buckets. > This resource cannot be used with S3 directory buckets.", + 'Provides a resource to manage an S3 Multi-Region Access Point associated with specified buckets. > This resource cannot be used with S3 directory buckets.', S3CONTROL_MultiRegionAccessPoint.GetTypes(), ), ], [ ResourceType.S3CONTROL_MULTIREGIONACCESSPOINTPOLICY, new ResourceProperty( - "Provides a resource to manage an S3 Multi-Region Access Point access control policy.", + 'Provides a resource to manage an S3 Multi-Region Access Point access control policy.', S3CONTROL_MultiRegionAccessPointPolicy.GetTypes(), ), ], [ ResourceType.S3CONTROL_OBJECTLAMBDAACCESSPOINT, new ResourceProperty( - "Provides a resource to manage an S3 Object Lambda Access Point. An Object Lambda access point is associated with exactly one standard access point and thus one Amazon S3 bucket.", + 'Provides a resource to manage an S3 Object Lambda Access Point. An Object Lambda access point is associated with exactly one standard access point and thus one Amazon S3 bucket.', S3CONTROL_ObjectLambdaAccessPoint.GetTypes(), ), ], [ ResourceType.S3CONTROL_OBJECTLAMBDAACCESSPOINTPOLICY, new ResourceProperty( - "Provides a resource to manage an S3 Object Lambda Access Point resource policy.", + 'Provides a resource to manage an S3 Object Lambda Access Point resource policy.', S3CONTROL_ObjectLambdaAccessPointPolicy.GetTypes(), ), ], [ ResourceType.S3CONTROL_STORAGELENSCONFIGURATION, new ResourceProperty( - "Provides a resource to manage an S3 Storage Lens configuration.", + 'Provides a resource to manage an S3 Storage Lens configuration.', S3CONTROL_StorageLensConfiguration.GetTypes(), ), ], [ ResourceType.S3OUTPOSTS_ENDPOINT, new ResourceProperty( - "Provides a resource to manage an S3 Outposts Endpoint.", + 'Provides a resource to manage an S3 Outposts Endpoint.', S3OUTPOSTS_Endpoint.GetTypes(), ), ], [ ResourceType.SAGEMAKER_APP, new ResourceProperty( - "Provides a SageMaker App resource.", + 'Provides a SageMaker App resource.', SAGEMAKER_App.GetTypes(), ), ], [ ResourceType.SAGEMAKER_APPIMAGECONFIG, new ResourceProperty( - "Provides a SageMaker App Image Config resource.", + 'Provides a SageMaker App Image Config resource.', SAGEMAKER_AppImageConfig.GetTypes(), ), ], [ ResourceType.SAGEMAKER_CODEREPOSITORY, new ResourceProperty( - "Provides a SageMaker Code Repository resource.", + 'Provides a SageMaker Code Repository resource.', SAGEMAKER_CodeRepository.GetTypes(), ), ], [ ResourceType.SAGEMAKER_DATAQUALITYJOBDEFINITION, new ResourceProperty( - "Provides a SageMaker data quality job definition resource.", + 'Provides a SageMaker data quality job definition resource.', SAGEMAKER_DataQualityJobDefinition.GetTypes(), ), ], [ ResourceType.SAGEMAKER_DEVICE, new ResourceProperty( - "Provides a SageMaker Device resource.", + 'Provides a SageMaker Device resource.', SAGEMAKER_Device.GetTypes(), ), ], [ ResourceType.SAGEMAKER_DEVICEFLEET, new ResourceProperty( - "Provides a SageMaker Device Fleet resource.", + 'Provides a SageMaker Device Fleet resource.', SAGEMAKER_DeviceFleet.GetTypes(), ), ], [ ResourceType.SAGEMAKER_DOMAIN, new ResourceProperty( - "Provides a SageMaker Domain resource.", + 'Provides a SageMaker Domain resource.', SAGEMAKER_Domain.GetTypes(), ), ], [ ResourceType.SAGEMAKER_ENDPOINT, new ResourceProperty( - "Provides a SageMaker Endpoint resource.", + 'Provides a SageMaker Endpoint resource.', SAGEMAKER_Endpoint.GetTypes(), ), ], [ ResourceType.SAGEMAKER_ENDPOINTCONFIGURATION, new ResourceProperty( - "Provides a SageMaker endpoint configuration resource.", + 'Provides a SageMaker endpoint configuration resource.', SAGEMAKER_EndpointConfiguration.GetTypes(), ), ], [ ResourceType.SAGEMAKER_FEATUREGROUP, new ResourceProperty( - "Provides a SageMaker Feature Group resource.", + 'Provides a SageMaker Feature Group resource.', SAGEMAKER_FeatureGroup.GetTypes(), ), ], [ ResourceType.SAGEMAKER_FLOWDEFINITION, new ResourceProperty( - "Provides a SageMaker Flow Definition resource.", + 'Provides a SageMaker Flow Definition resource.', SAGEMAKER_FlowDefinition.GetTypes(), ), ], [ ResourceType.SAGEMAKER_HUMANTASKUI, new ResourceProperty( - "Provides a SageMaker Human Task UI resource.", + 'Provides a SageMaker Human Task UI resource.', SAGEMAKER_HumanTaskUI.GetTypes(), ), ], [ ResourceType.SAGEMAKER_IMAGE, new ResourceProperty( - "Provides a SageMaker Image resource.", + 'Provides a SageMaker Image resource.', SAGEMAKER_Image.GetTypes(), ), ], [ ResourceType.SAGEMAKER_IMAGEVERSION, new ResourceProperty( - "Provides a SageMaker Image Version resource.", + 'Provides a SageMaker Image Version resource.', SAGEMAKER_ImageVersion.GetTypes(), ), ], [ ResourceType.SAGEMAKER_MODEL, new ResourceProperty( - "Provides a SageMaker model resource.", + 'Provides a SageMaker model resource.', SAGEMAKER_Model.GetTypes(), ), ], [ ResourceType.SAGEMAKER_MODELPACKAGEGROUP, new ResourceProperty( - "Provides a SageMaker Model Package Group resource.", + 'Provides a SageMaker Model Package Group resource.', SAGEMAKER_ModelPackageGroup.GetTypes(), ), ], [ ResourceType.SAGEMAKER_MODELPACKAGEGROUPPOLICY, new ResourceProperty( - "Provides a SageMaker Model Package Group Policy resource.", + 'Provides a SageMaker Model Package Group Policy resource.', SAGEMAKER_ModelPackageGroupPolicy.GetTypes(), ), ], [ ResourceType.SAGEMAKER_MONITORINGSCHEDULE, new ResourceProperty( - "Provides a SageMaker monitoring schedule resource.", + 'Provides a SageMaker monitoring schedule resource.', SAGEMAKER_MonitoringSchedule.GetTypes(), ), ], [ ResourceType.SAGEMAKER_NOTEBOOKINSTANCE, new ResourceProperty( - "Provides a SageMaker Notebook Instance resource.", + 'Provides a SageMaker Notebook Instance resource.', SAGEMAKER_NotebookInstance.GetTypes(), ), ], [ ResourceType.SAGEMAKER_NOTEBOOKINSTANCELIFECYCLECONFIGURATION, new ResourceProperty( - "Provides a lifecycle configuration for SageMaker Notebook Instances.", + 'Provides a lifecycle configuration for SageMaker Notebook Instances.', SAGEMAKER_NotebookInstanceLifecycleConfiguration.GetTypes(), ), ], [ ResourceType.SAGEMAKER_PIPELINE, new ResourceProperty( - "Provides a SageMaker Pipeline resource.", + 'Provides a SageMaker Pipeline resource.', SAGEMAKER_Pipeline.GetTypes(), ), ], [ ResourceType.SAGEMAKER_PROJECT, new ResourceProperty( - "Provides a SageMaker Project resource. > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).", + 'Provides a SageMaker Project resource. > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).', SAGEMAKER_Project.GetTypes(), ), ], [ ResourceType.SAGEMAKER_SERVICECATALOGPORTFOLIOSTATUS, new ResourceProperty( - "Manages status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.", + 'Manages status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.', SAGEMAKER_ServicecatalogPortfolioStatus.GetTypes(), ), ], [ ResourceType.SAGEMAKER_SPACE, new ResourceProperty( - "Provides a SageMaker Space resource.", + 'Provides a SageMaker Space resource.', SAGEMAKER_Space.GetTypes(), ), ], [ ResourceType.SAGEMAKER_STUDIOLIFECYCLECONFIG, new ResourceProperty( - "Provides a SageMaker Studio Lifecycle Config resource.", + 'Provides a SageMaker Studio Lifecycle Config resource.', SAGEMAKER_StudioLifecycleConfig.GetTypes(), ), ], [ ResourceType.SAGEMAKER_USERPROFILE, new ResourceProperty( - "Provides a SageMaker User Profile resource.", + 'Provides a SageMaker User Profile resource.', SAGEMAKER_UserProfile.GetTypes(), ), ], [ ResourceType.SAGEMAKER_WORKFORCE, new ResourceProperty( - "Provides a SageMaker Workforce resource.", + 'Provides a SageMaker Workforce resource.', SAGEMAKER_Workforce.GetTypes(), ), ], [ ResourceType.SAGEMAKER_WORKTEAM, new ResourceProperty( - "Provides a SageMaker Workteam resource.", + 'Provides a SageMaker Workteam resource.', SAGEMAKER_Workteam.GetTypes(), ), ], [ ResourceType.SCHEDULER_SCHEDULE, new ResourceProperty( - "Provides an EventBridge Scheduler Schedule resource. You can find out more about EventBridge Scheduler in the [User Guide](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Scheduler Schedule resource. You can find out more about EventBridge Scheduler in the [User Guide](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', SCHEDULER_Schedule.GetTypes(), ), ], [ ResourceType.SCHEDULER_SCHEDULEGROUP, new ResourceProperty( - "Provides an EventBridge Scheduler Schedule Group resource. You can find out more about EventBridge Scheduler in the [User Guide](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Scheduler Schedule Group resource. You can find out more about EventBridge Scheduler in the [User Guide](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html). > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', SCHEDULER_ScheduleGroup.GetTypes(), ), ], [ ResourceType.SCHEMAS_DISCOVERER, new ResourceProperty( - "Provides an EventBridge Schema Discoverer resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Schema Discoverer resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', SCHEMAS_Discoverer.GetTypes(), ), ], [ ResourceType.SCHEMAS_REGISTRY, new ResourceProperty( - "Provides an EventBridge Custom Schema Registry resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Custom Schema Registry resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', SCHEMAS_Registry.GetTypes(), ), ], [ ResourceType.SCHEMAS_REGISTRYPOLICY, new ResourceProperty( - "Resource for managing an AWS EventBridge Schemas Registry Policy.", + 'Resource for managing an AWS EventBridge Schemas Registry Policy.', SCHEMAS_RegistryPolicy.GetTypes(), ), ], [ ResourceType.SCHEMAS_SCHEMA, new ResourceProperty( - "Provides an EventBridge Schema resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.", + 'Provides an EventBridge Schema resource. > --Note:-- EventBridge was formerly known as CloudWatch Events. The functionality is identical.', SCHEMAS_Schema.GetTypes(), ), ], [ ResourceType.SECRETSMANAGER_SECRET, new ResourceProperty( - "Provides a resource to manage AWS Secrets Manager secret metadata. To manage secret rotation, see the `aws.secretsmanager.SecretRotation` resource. To manage a secret value, see the `aws.secretsmanager.SecretVersion` resource.", + 'Provides a resource to manage AWS Secrets Manager secret metadata. To manage secret rotation, see the `aws.secretsmanager.SecretRotation` resource. To manage a secret value, see the `aws.secretsmanager.SecretVersion` resource.', SECRETSMANAGER_Secret.GetTypes(), ), ], [ ResourceType.SECRETSMANAGER_SECRETPOLICY, new ResourceProperty( - "Provides a resource to manage AWS Secrets Manager secret policy.", + 'Provides a resource to manage AWS Secrets Manager secret policy.', SECRETSMANAGER_SecretPolicy.GetTypes(), ), ], [ ResourceType.SECRETSMANAGER_SECRETROTATION, new ResourceProperty( - "Provides a resource to manage AWS Secrets Manager secret rotation. To manage a secret, see the `aws.secretsmanager.Secret` resource. To manage a secret value, see the `aws.secretsmanager.SecretVersion` resource.", + 'Provides a resource to manage AWS Secrets Manager secret rotation. To manage a secret, see the `aws.secretsmanager.Secret` resource. To manage a secret value, see the `aws.secretsmanager.SecretVersion` resource.', SECRETSMANAGER_SecretRotation.GetTypes(), ), ], [ ResourceType.SECRETSMANAGER_SECRETVERSION, new ResourceProperty( - "Provides a resource to manage AWS Secrets Manager secret version including its secret value. To manage secret metadata, see the `aws.secretsmanager.Secret` resource. > --NOTE:-- If the `AWSCURRENT` staging label is present on this version during resource deletion, that label cannot be removed and will be skipped to prevent errors when fully deleting the secret. That label will leave this secret version active even after the resource is deleted from this provider unless the secret itself is deleted. Move the `AWSCURRENT` staging label before or after deleting this resource from this provider to fully trigger version deprecation if necessary.", + 'Provides a resource to manage AWS Secrets Manager secret version including its secret value. To manage secret metadata, see the `aws.secretsmanager.Secret` resource. > --NOTE:-- If the `AWSCURRENT` staging label is present on this version during resource deletion, that label cannot be removed and will be skipped to prevent errors when fully deleting the secret. That label will leave this secret version active even after the resource is deleted from this provider unless the secret itself is deleted. Move the `AWSCURRENT` staging label before or after deleting this resource from this provider to fully trigger version deprecation if necessary.', SECRETSMANAGER_SecretVersion.GetTypes(), ), ], [ ResourceType.SECURITYHUB_ACCOUNT, new ResourceProperty( - "Enables Security Hub for this AWS account. > --NOTE:-- Destroying this resource will disable Security Hub for this AWS account.", + 'Enables Security Hub for this AWS account. > --NOTE:-- Destroying this resource will disable Security Hub for this AWS account.', SECURITYHUB_Account.GetTypes(), ), ], [ ResourceType.SECURITYHUB_ACTIONTARGET, new ResourceProperty( - "Creates Security Hub custom action.", + 'Creates Security Hub custom action.', SECURITYHUB_ActionTarget.GetTypes(), ), ], [ ResourceType.SECURITYHUB_AUTOMATIONRULE, new ResourceProperty( - "Resource for managing an AWS Security Hub Automation Rule.", + 'Resource for managing an AWS Security Hub Automation Rule.', SECURITYHUB_AutomationRule.GetTypes(), ), ], [ ResourceType.SECURITYHUB_CONFIGURATIONPOLICY, new ResourceProperty( - "Manages Security Hub configuration policy > --NOTE:-- This resource requires `aws.securityhub.OrganizationConfiguration` to be configured of type `CENTRAL`. More information about Security Hub central configuration and configuration policies can be found in the [How Security Hub configuration policies work](https://docs.aws.amazon.com/securityhub/latest/userguide/configuration-policies-overview.html) documentation.", + 'Manages Security Hub configuration policy > --NOTE:-- This resource requires `aws.securityhub.OrganizationConfiguration` to be configured of type `CENTRAL`. More information about Security Hub central configuration and configuration policies can be found in the [How Security Hub configuration policies work](https://docs.aws.amazon.com/securityhub/latest/userguide/configuration-policies-overview.html) documentation.', SECURITYHUB_ConfigurationPolicy.GetTypes(), ), ], [ ResourceType.SECURITYHUB_CONFIGURATIONPOLICYASSOCIATION, new ResourceProperty( - "Manages Security Hub configuration policy associations. > --NOTE:-- This resource requires `aws.securityhub.OrganizationConfiguration` to be configured with type `CENTRAL`. More information about Security Hub central configuration and configuration policies can be found in the [How Security Hub configuration policies work](https://docs.aws.amazon.com/securityhub/latest/userguide/configuration-policies-overview.html) documentation.", + 'Manages Security Hub configuration policy associations. > --NOTE:-- This resource requires `aws.securityhub.OrganizationConfiguration` to be configured with type `CENTRAL`. More information about Security Hub central configuration and configuration policies can be found in the [How Security Hub configuration policies work](https://docs.aws.amazon.com/securityhub/latest/userguide/configuration-policies-overview.html) documentation.', SECURITYHUB_ConfigurationPolicyAssociation.GetTypes(), ), ], [ ResourceType.SECURITYHUB_FINDINGAGGREGATOR, new ResourceProperty( - "Manages a Security Hub finding aggregator. Security Hub needs to be enabled in a region in order for the aggregator to pull through findings.", + 'Manages a Security Hub finding aggregator. Security Hub needs to be enabled in a region in order for the aggregator to pull through findings.', SECURITYHUB_FindingAggregator.GetTypes(), ), ], [ ResourceType.SECURITYHUB_INSIGHT, new ResourceProperty( - "Provides a Security Hub custom insight resource. See the [Managing custom insights section](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-insights.html) of the AWS User Guide for more information.", + 'Provides a Security Hub custom insight resource. See the [Managing custom insights section](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-insights.html) of the AWS User Guide for more information.', SECURITYHUB_Insight.GetTypes(), ), ], [ ResourceType.SECURITYHUB_INVITEACCEPTER, new ResourceProperty( - "> --Note:-- AWS accounts can only be associated with a single Security Hub master account. Destroying this resource will disassociate the member account from the master account. Accepts a Security Hub invitation.", + '> --Note:-- AWS accounts can only be associated with a single Security Hub master account. Destroying this resource will disassociate the member account from the master account. Accepts a Security Hub invitation.', SECURITYHUB_InviteAccepter.GetTypes(), ), ], [ ResourceType.SECURITYHUB_MEMBER, new ResourceProperty( - "Provides a Security Hub member resource.", + 'Provides a Security Hub member resource.', SECURITYHUB_Member.GetTypes(), ), ], [ ResourceType.SECURITYHUB_ORGANIZATIONADMINACCOUNT, new ResourceProperty( - "Manages a Security Hub administrator account for an organization. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in Security Hub can be found in the [Security Hub User Guide](https://docs.aws.amazon.com/securityhub/latest/userguide/designate-orgs-admin-account.html).", + 'Manages a Security Hub administrator account for an organization. The AWS account utilizing this resource must be an Organizations primary account. More information about Organizations support in Security Hub can be found in the [Security Hub User Guide](https://docs.aws.amazon.com/securityhub/latest/userguide/designate-orgs-admin-account.html).', SECURITYHUB_OrganizationAdminAccount.GetTypes(), ), ], [ ResourceType.SECURITYHUB_ORGANIZATIONCONFIGURATION, new ResourceProperty( - "Manages the Security Hub Organization Configuration. > --NOTE:-- This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation. > --NOTE:-- In order to set the `configuration_type` to `CENTRAL`, the delegated admin must be a member account of the organization and not the management account. Central configuration also requires an `aws.securityhub.FindingAggregator` to be configured. > --NOTE:-- This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program. > --NOTE:-- Deleting this resource resets security hub to a local organization configuration with auto enable false.", + 'Manages the Security Hub Organization Configuration. > --NOTE:-- This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation. > --NOTE:-- In order to set the `configuration_type` to `CENTRAL`, the delegated admin must be a member account of the organization and not the management account. Central configuration also requires an `aws.securityhub.FindingAggregator` to be configured. > --NOTE:-- This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program. > --NOTE:-- Deleting this resource resets security hub to a local organization configuration with auto enable false.', SECURITYHUB_OrganizationConfiguration.GetTypes(), ), ], [ ResourceType.SECURITYHUB_PRODUCTSUBSCRIPTION, new ResourceProperty( - "Subscribes to a Security Hub product.", + 'Subscribes to a Security Hub product.', SECURITYHUB_ProductSubscription.GetTypes(), ), ], @@ -13165,49 +13165,49 @@ export class ResourceProperties { [ ResourceType.SECURITYHUB_STANDARDSSUBSCRIPTION, new ResourceProperty( - "Subscribes to a Security Hub standard.", + 'Subscribes to a Security Hub standard.', SECURITYHUB_StandardsSubscription.GetTypes(), ), ], [ ResourceType.SECURITYLAKE_AWSLOGSOURCE, new ResourceProperty( - "Resource for managing an Amazon Security Lake AWS Log Source. > --NOTE:-- A single `aws.securitylake.AwsLogSource` should be used to configure a log source across all regions and accounts. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.AwsLogSource`. Use a `depends_on` statement.", + 'Resource for managing an Amazon Security Lake AWS Log Source. > --NOTE:-- A single `aws.securitylake.AwsLogSource` should be used to configure a log source across all regions and accounts. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.AwsLogSource`. Use a `depends_on` statement.', SECURITYLAKE_AwsLogSource.GetTypes(), ), ], [ ResourceType.SECURITYLAKE_CUSTOMLOGSOURCE, new ResourceProperty( - "Resource for managing an AWS Security Lake Custom Log Source. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.CustomLogSource`. Use a `depends_on` statement.", + 'Resource for managing an AWS Security Lake Custom Log Source. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.CustomLogSource`. Use a `depends_on` statement.', SECURITYLAKE_CustomLogSource.GetTypes(), ), ], [ ResourceType.SECURITYLAKE_DATALAKE, new ResourceProperty( - "Resource for managing an AWS Security Lake Data Lake. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating other Security Lake resources. Use a `depends_on` statement.", + 'Resource for managing an AWS Security Lake Data Lake. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating other Security Lake resources. Use a `depends_on` statement.', SECURITYLAKE_DataLake.GetTypes(), ), ], [ ResourceType.SECURITYLAKE_SUBSCRIBER, new ResourceProperty( - "Resource for managing an AWS Security Lake Subscriber. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.Subscriber`. Use a `depends_on` statement.", + 'Resource for managing an AWS Security Lake Subscriber. > --NOTE:-- The underlying `aws.securitylake.DataLake` must be configured before creating the `aws.securitylake.Subscriber`. Use a `depends_on` statement.', SECURITYLAKE_Subscriber.GetTypes(), ), ], [ ResourceType.SECURITYLAKE_SUBSCRIBERNOTIFICATION, new ResourceProperty( - "Resource for managing an AWS Security Lake Subscriber Notification.", + 'Resource for managing an AWS Security Lake Subscriber Notification.', SECURITYLAKE_SubscriberNotification.GetTypes(), ), ], [ ResourceType.SERVERLESSREPOSITORY_CLOUDFORMATIONSTACK, new ResourceProperty( - "Deploys an Application CloudFormation Stack from the Serverless Application Repository.", + 'Deploys an Application CloudFormation Stack from the Serverless Application Repository.', SERVERLESSREPOSITORY_CloudFormationStack.GetTypes(), ), ], @@ -13228,21 +13228,21 @@ export class ResourceProperties { [ ResourceType.SERVICECATALOG_CONSTRAINT, new ResourceProperty( - "Manages a Service Catalog Constraint. > --NOTE:-- This resource does not associate a Service Catalog product and portfolio. However, the product and portfolio must be associated (see the `aws.servicecatalog.ProductPortfolioAssociation` resource) prior to creating a constraint or you will receive an error.", + 'Manages a Service Catalog Constraint. > --NOTE:-- This resource does not associate a Service Catalog product and portfolio. However, the product and portfolio must be associated (see the `aws.servicecatalog.ProductPortfolioAssociation` resource) prior to creating a constraint or you will receive an error.', SERVICECATALOG_Constraint.GetTypes(), ), ], [ ResourceType.SERVICECATALOG_ORGANIZATIONSACCESS, new ResourceProperty( - "Manages Service Catalog AWS Organizations Access, a portfolio sharing feature through AWS Organizations. This allows Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This resource will prompt AWS to set `organizations:EnableAWSServiceAccess` on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure. > --NOTE:-- This resource can only be used by the management account in the organization. In other words, a delegated administrator is not authorized to use the resource.", + 'Manages Service Catalog AWS Organizations Access, a portfolio sharing feature through AWS Organizations. This allows Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This resource will prompt AWS to set `organizations:EnableAWSServiceAccess` on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure. > --NOTE:-- This resource can only be used by the management account in the organization. In other words, a delegated administrator is not authorized to use the resource.', SERVICECATALOG_OrganizationsAccess.GetTypes(), ), ], [ ResourceType.SERVICECATALOG_PORTFOLIO, new ResourceProperty( - "Provides a resource to create a Service Catalog Portfolio.", + 'Provides a resource to create a Service Catalog Portfolio.', SERVICECATALOG_Portfolio.GetTypes(), ), ], @@ -13256,7 +13256,7 @@ export class ResourceProperties { [ ResourceType.SERVICECATALOG_PRINCIPALPORTFOLIOASSOCIATION, new ResourceProperty( - "Manages a Service Catalog Principal Portfolio Association.", + 'Manages a Service Catalog Principal Portfolio Association.', SERVICECATALOG_PrincipalPortfolioAssociation.GetTypes(), ), ], @@ -13270,7 +13270,7 @@ export class ResourceProperties { [ ResourceType.SERVICECATALOG_PRODUCTPORTFOLIOASSOCIATION, new ResourceProperty( - "Manages a Service Catalog Product Portfolio Association.", + 'Manages a Service Catalog Product Portfolio Association.', SERVICECATALOG_ProductPortfolioAssociation.GetTypes(), ), ], @@ -13291,14 +13291,14 @@ export class ResourceProperties { [ ResourceType.SERVICECATALOG_SERVICEACTION, new ResourceProperty( - "Manages a Service Catalog self-service action.", + 'Manages a Service Catalog self-service action.', SERVICECATALOG_ServiceAction.GetTypes(), ), ], [ ResourceType.SERVICECATALOG_TAGOPTION, new ResourceProperty( - "Manages a Service Catalog Tag Option.", + 'Manages a Service Catalog Tag Option.', SERVICECATALOG_TagOption.GetTypes(), ), ], @@ -13311,180 +13311,180 @@ export class ResourceProperties { ], [ ResourceType.SERVICEDISCOVERY_HTTPNAMESPACE, - new ResourceProperty("", SERVICEDISCOVERY_HttpNamespace.GetTypes()), + new ResourceProperty('', SERVICEDISCOVERY_HttpNamespace.GetTypes()), ], [ ResourceType.SERVICEDISCOVERY_INSTANCE, new ResourceProperty( - "Provides a Service Discovery Instance resource.", + 'Provides a Service Discovery Instance resource.', SERVICEDISCOVERY_Instance.GetTypes(), ), ], [ ResourceType.SERVICEDISCOVERY_PRIVATEDNSNAMESPACE, new ResourceProperty( - "Provides a Service Discovery Private DNS Namespace resource.", + 'Provides a Service Discovery Private DNS Namespace resource.', SERVICEDISCOVERY_PrivateDnsNamespace.GetTypes(), ), ], [ ResourceType.SERVICEDISCOVERY_PUBLICDNSNAMESPACE, new ResourceProperty( - "Provides a Service Discovery Public DNS Namespace resource.", + 'Provides a Service Discovery Public DNS Namespace resource.', SERVICEDISCOVERY_PublicDnsNamespace.GetTypes(), ), ], [ ResourceType.SERVICEDISCOVERY_SERVICE, new ResourceProperty( - "Provides a Service Discovery Service resource.", + 'Provides a Service Discovery Service resource.', SERVICEDISCOVERY_Service.GetTypes(), ), ], [ ResourceType.SERVICEQUOTAS_SERVICEQUOTA, new ResourceProperty( - "Manages an individual Service Quota. > --NOTE:-- Global quotas apply to all AWS regions, but can only be accessed in `us-east-1` in the Commercial partition or `us-gov-west-1` in the GovCloud partition. In other regions, the AWS API will return the error `The request failed because the specified service does not exist.`", + 'Manages an individual Service Quota. > --NOTE:-- Global quotas apply to all AWS regions, but can only be accessed in `us-east-1` in the Commercial partition or `us-gov-west-1` in the GovCloud partition. In other regions, the AWS API will return the error `The request failed because the specified service does not exist.`', SERVICEQUOTAS_ServiceQuota.GetTypes(), ), ], [ ResourceType.SERVICEQUOTAS_TEMPLATE, new ResourceProperty( - "Resource for managing an AWS Service Quotas Template. > Only the management account of an organization can alter Service Quota templates, and this must be done from the `us-east-1` region.", + 'Resource for managing an AWS Service Quotas Template. > Only the management account of an organization can alter Service Quota templates, and this must be done from the `us-east-1` region.', SERVICEQUOTAS_Template.GetTypes(), ), ], [ ResourceType.SERVICEQUOTAS_TEMPLATEASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Service Quotas Template Association. > Only the management account of an organization can associate Service Quota templates, and this must be done from the `us-east-1` region.", + 'Resource for managing an AWS Service Quotas Template Association. > Only the management account of an organization can associate Service Quota templates, and this must be done from the `us-east-1` region.', SERVICEQUOTAS_TemplateAssociation.GetTypes(), ), ], [ ResourceType.SES_ACTIVERECEIPTRULESET, new ResourceProperty( - "Provides a resource to designate the active SES receipt rule set", + 'Provides a resource to designate the active SES receipt rule set', SES_ActiveReceiptRuleSet.GetTypes(), ), ], [ ResourceType.SES_CONFIGURATIONSET, new ResourceProperty( - "Provides an SES configuration set resource.", + 'Provides an SES configuration set resource.', SES_ConfigurationSet.GetTypes(), ), ], [ ResourceType.SES_DOMAINDKIM, new ResourceProperty( - "Provides an SES domain DKIM generation resource. Domain ownership needs to be confirmed first using ses_domain_identity Resource", + 'Provides an SES domain DKIM generation resource. Domain ownership needs to be confirmed first using ses_domain_identity Resource', SES_DomainDkim.GetTypes(), ), ], [ ResourceType.SES_DOMAINIDENTITY, new ResourceProperty( - "Provides an SES domain identity resource", + 'Provides an SES domain identity resource', SES_DomainIdentity.GetTypes(), ), ], [ ResourceType.SES_DOMAINIDENTITYVERIFICATION, new ResourceProperty( - "Represents a successful verification of an SES domain identity. Most commonly, this resource is used together with `aws.route53.Record` and `aws.ses.DomainIdentity` to request an SES domain identity, deploy the required DNS verification records, and wait for verification to complete. > --WARNING:-- This resource implements a part of the verification workflow. It does not represent a real-world entity in AWS, therefore changing or deleting this resource on its own has no immediate effect.", + 'Represents a successful verification of an SES domain identity. Most commonly, this resource is used together with `aws.route53.Record` and `aws.ses.DomainIdentity` to request an SES domain identity, deploy the required DNS verification records, and wait for verification to complete. > --WARNING:-- This resource implements a part of the verification workflow. It does not represent a real-world entity in AWS, therefore changing or deleting this resource on its own has no immediate effect.', SES_DomainIdentityVerification.GetTypes(), ), ], [ ResourceType.SES_EMAILIDENTITY, new ResourceProperty( - "Provides an SES email identity resource", + 'Provides an SES email identity resource', SES_EmailIdentity.GetTypes(), ), ], [ ResourceType.SES_EVENTDESTINATION, new ResourceProperty( - "Provides an SES event destination", + 'Provides an SES event destination', SES_EventDestination.GetTypes(), ), ], [ ResourceType.SES_IDENTITYNOTIFICATIONTOPIC, new ResourceProperty( - "Resource for managing SES Identity Notification Topics", + 'Resource for managing SES Identity Notification Topics', SES_IdentityNotificationTopic.GetTypes(), ), ], [ ResourceType.SES_IDENTITYPOLICY, new ResourceProperty( - "Manages a SES Identity Policy. More information about SES Sending Authorization Policies can be found in the [SES Developer Guide](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html).", + 'Manages a SES Identity Policy. More information about SES Sending Authorization Policies can be found in the [SES Developer Guide](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html).', SES_IdentityPolicy.GetTypes(), ), ], [ ResourceType.SES_MAILFROM, new ResourceProperty( - "Provides an SES domain MAIL FROM resource. > --NOTE:-- For the MAIL FROM domain to be fully usable, this resource should be paired with the aws.ses.DomainIdentity resource. To validate the MAIL FROM domain, a DNS MX record is required. To pass SPF checks, a DNS TXT record may also be required. See the [Amazon SES MAIL FROM documentation](https://docs.aws.amazon.com/ses/latest/dg/mail-from.html) for more information.", + 'Provides an SES domain MAIL FROM resource. > --NOTE:-- For the MAIL FROM domain to be fully usable, this resource should be paired with the aws.ses.DomainIdentity resource. To validate the MAIL FROM domain, a DNS MX record is required. To pass SPF checks, a DNS TXT record may also be required. See the [Amazon SES MAIL FROM documentation](https://docs.aws.amazon.com/ses/latest/dg/mail-from.html) for more information.', SES_MailFrom.GetTypes(), ), ], [ ResourceType.SES_RECEIPTFILTER, new ResourceProperty( - "Provides an SES receipt filter resource", + 'Provides an SES receipt filter resource', SES_ReceiptFilter.GetTypes(), ), ], [ ResourceType.SES_RECEIPTRULE, new ResourceProperty( - "Provides an SES receipt rule resource", + 'Provides an SES receipt rule resource', SES_ReceiptRule.GetTypes(), ), ], [ ResourceType.SES_RECEIPTRULESET, new ResourceProperty( - "Provides an SES receipt rule set resource.", + 'Provides an SES receipt rule set resource.', SES_ReceiptRuleSet.GetTypes(), ), ], [ ResourceType.SES_TEMPLATE, new ResourceProperty( - "Provides a resource to create a SES template.", + 'Provides a resource to create a SES template.', SES_Template.GetTypes(), ), ], [ ResourceType.SESV2_ACCOUNTVDMATTRIBUTES, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Account VDM Attributes.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Account VDM Attributes.', SESV2_AccountVdmAttributes.GetTypes(), ), ], [ ResourceType.SESV2_CONFIGURATIONSET, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set.', SESV2_ConfigurationSet.GetTypes(), ), ], [ ResourceType.SESV2_CONFIGURATIONSETEVENTDESTINATION, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set Event Destination.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set Event Destination.', SESV2_ConfigurationSetEventDestination.GetTypes(), ), ], [ ResourceType.SESV2_CONTACTLIST, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Contact List.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Contact List.', SESV2_ContactList.GetTypes(), ), ], @@ -13498,257 +13498,257 @@ export class ResourceProperties { [ ResourceType.SESV2_DEDICATEDIPPOOL, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Pool.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Pool.', SESV2_DedicatedIpPool.GetTypes(), ), ], [ ResourceType.SESV2_EMAILIDENTITY, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Email Identity.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Email Identity.', SESV2_EmailIdentity.GetTypes(), ), ], [ ResourceType.SESV2_EMAILIDENTITYFEEDBACKATTRIBUTES, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Feedback Attributes.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Feedback Attributes.', SESV2_EmailIdentityFeedbackAttributes.GetTypes(), ), ], [ ResourceType.SESV2_EMAILIDENTITYMAILFROMATTRIBUTES, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Mail From Attributes.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Mail From Attributes.', SESV2_EmailIdentityMailFromAttributes.GetTypes(), ), ], [ ResourceType.SESV2_EMAILIDENTITYPOLICY, new ResourceProperty( - "Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Policy.", + 'Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Policy.', SESV2_EmailIdentityPolicy.GetTypes(), ), ], [ ResourceType.SFN_ACTIVITY, new ResourceProperty( - "Provides a Step Function Activity resource", + 'Provides a Step Function Activity resource', SFN_Activity.GetTypes(), ), ], [ ResourceType.SFN_ALIAS, new ResourceProperty( - "Provides a Step Function State Machine Alias.", + 'Provides a Step Function State Machine Alias.', SFN_Alias.GetTypes(), ), ], [ ResourceType.SFN_STATEMACHINE, new ResourceProperty( - "Provides a Step Function State Machine resource", + 'Provides a Step Function State Machine resource', SFN_StateMachine.GetTypes(), ), ], [ ResourceType.SHIELD_APPLICATIONLAYERAUTOMATICRESPONSE, new ResourceProperty( - "Resource for managing an AWS Shield Application Layer Automatic Response for automatic DDoS mitigation.", + 'Resource for managing an AWS Shield Application Layer Automatic Response for automatic DDoS mitigation.', SHIELD_ApplicationLayerAutomaticResponse.GetTypes(), ), ], [ ResourceType.SHIELD_DRTACCESSLOGBUCKETASSOCIATION, new ResourceProperty( - "Resource for managing an AWS Shield DRT Access Log Bucket Association. Up to 10 log buckets can be associated for DRT Access sharing with the Shield Response Team (SRT).", + 'Resource for managing an AWS Shield DRT Access Log Bucket Association. Up to 10 log buckets can be associated for DRT Access sharing with the Shield Response Team (SRT).', SHIELD_DrtAccessLogBucketAssociation.GetTypes(), ), ], [ ResourceType.SHIELD_DRTACCESSROLEARNASSOCIATION, new ResourceProperty( - "Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. For more information see [Configure AWS SRT Support](https://docs.aws.amazon.com/waf/latest/developerguide/authorize-srt.html)", + 'Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. For more information see [Configure AWS SRT Support](https://docs.aws.amazon.com/waf/latest/developerguide/authorize-srt.html)', SHIELD_DrtAccessRoleArnAssociation.GetTypes(), ), ], [ ResourceType.SHIELD_PROACTIVEENGAGEMENT, new ResourceProperty( - "Resource for managing a AWS Shield Proactive Engagement. Proactive engagement authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.", + 'Resource for managing a AWS Shield Proactive Engagement. Proactive engagement authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.', SHIELD_ProactiveEngagement.GetTypes(), ), ], [ ResourceType.SHIELD_PROTECTION, new ResourceProperty( - "Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.", + 'Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.', SHIELD_Protection.GetTypes(), ), ], [ ResourceType.SHIELD_PROTECTIONGROUP, new ResourceProperty( - "Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. For more information see [Managing AWS Shield Advanced protection groups](https://docs.aws.amazon.com/waf/latest/developerguide/manage-protection-group.html)", + 'Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. For more information see [Managing AWS Shield Advanced protection groups](https://docs.aws.amazon.com/waf/latest/developerguide/manage-protection-group.html)', SHIELD_ProtectionGroup.GetTypes(), ), ], [ ResourceType.SHIELD_PROTECTIONHEALTHCHECKASSOCIATION, new ResourceProperty( - "Creates an association between a Route53 Health Check and a Shield Advanced protected resource. This association uses the health of your applications to improve responsiveness and accuracy in attack detection and mitigation. Blog post: [AWS Shield Advanced now supports Health Based Detection](https://aws.amazon.com/about-aws/whats-new/2020/02/aws-shield-advanced-now-supports-health-based-detection/)", + 'Creates an association between a Route53 Health Check and a Shield Advanced protected resource. This association uses the health of your applications to improve responsiveness and accuracy in attack detection and mitigation. Blog post: [AWS Shield Advanced now supports Health Based Detection](https://aws.amazon.com/about-aws/whats-new/2020/02/aws-shield-advanced-now-supports-health-based-detection/)', SHIELD_ProtectionHealthCheckAssociation.GetTypes(), ), ], [ ResourceType.SHIELD_SUBSCRIPTION, new ResourceProperty( - "Resource for managing an AWS Shield Subscription. > This resource creates a subscription to AWS Shield Advanced, which requires a 1 year subscription commitment with a monthly fee. Refer to the [AWS Shield Pricing](https://aws.amazon.com/shield/pricing/) page for more details. > Destruction of this resource will set `auto_renew` to `DISABLED`. Automatic renewal can only be disabled during the last 30 days of a subscription. To unsubscribe outside of this window, you must contact AWS Support. Set `skip_destroy` to `true` to skip modifying the `auto_renew` argument during destruction.", + 'Resource for managing an AWS Shield Subscription. > This resource creates a subscription to AWS Shield Advanced, which requires a 1 year subscription commitment with a monthly fee. Refer to the [AWS Shield Pricing](https://aws.amazon.com/shield/pricing/) page for more details. > Destruction of this resource will set `auto_renew` to `DISABLED`. Automatic renewal can only be disabled during the last 30 days of a subscription. To unsubscribe outside of this window, you must contact AWS Support. Set `skip_destroy` to `true` to skip modifying the `auto_renew` argument during destruction.', SHIELD_Subscription.GetTypes(), ), ], [ ResourceType.SIGNER_SIGNINGJOB, new ResourceProperty( - "Creates a Signer Signing Job.", + 'Creates a Signer Signing Job.', SIGNER_SigningJob.GetTypes(), ), ], [ ResourceType.SIGNER_SIGNINGPROFILE, new ResourceProperty( - "Creates a Signer Signing Profile. A signing profile contains information about the code signing configuration parameters that can be used by a given code signing user.", + 'Creates a Signer Signing Profile. A signing profile contains information about the code signing configuration parameters that can be used by a given code signing user.', SIGNER_SigningProfile.GetTypes(), ), ], [ ResourceType.SIGNER_SIGNINGPROFILEPERMISSION, new ResourceProperty( - "Creates a Signer Signing Profile Permission. That is, a cross-account permission for a signing profile.", + 'Creates a Signer Signing Profile Permission. That is, a cross-account permission for a signing profile.', SIGNER_SigningProfilePermission.GetTypes(), ), ], [ ResourceType.SIMPLEDB_DOMAIN, new ResourceProperty( - "Provides a SimpleDB domain resource", + 'Provides a SimpleDB domain resource', SIMPLEDB_Domain.GetTypes(), ), ], [ ResourceType.SNS_DATAPROTECTIONPOLICY, new ResourceProperty( - "Provides an SNS data protection topic policy resource", + 'Provides an SNS data protection topic policy resource', SNS_DataProtectionPolicy.GetTypes(), ), ], [ ResourceType.SNS_PLATFORMAPPLICATION, new ResourceProperty( - "Provides an SNS platform application resource", + 'Provides an SNS platform application resource', SNS_PlatformApplication.GetTypes(), ), ], [ ResourceType.SNS_SMSPREFERENCES, new ResourceProperty( - "Provides a way to set SNS SMS preferences.", + 'Provides a way to set SNS SMS preferences.', SNS_SmsPreferences.GetTypes(), ), ], [ ResourceType.SNS_TOPIC, new ResourceProperty( - "Provides an SNS topic resource", + 'Provides an SNS topic resource', SNS_Topic.GetTypes(), ), ], [ ResourceType.SNS_TOPICPOLICY, new ResourceProperty( - "Provides an SNS topic policy resource > --NOTE:-- If a Principal is specified as just an AWS account ID rather than an ARN, AWS silently converts it to the ARN for the root user, causing future deployments to differ. To avoid this problem, just specify the full ARN, e.g. `arn:aws:iam::123456789012:root`", + 'Provides an SNS topic policy resource > --NOTE:-- If a Principal is specified as just an AWS account ID rather than an ARN, AWS silently converts it to the ARN for the root user, causing future deployments to differ. To avoid this problem, just specify the full ARN, e.g. `arn:aws:iam::123456789012:root`', SNS_TopicPolicy.GetTypes(), ), ], [ ResourceType.SNS_TOPICSUBSCRIPTION, new ResourceProperty( - "Provides a resource for subscribing to SNS topics. Requires that an SNS topic exist for the subscription to attach to. This resource allows you to automatically place messages sent to SNS topics in SQS queues, send them as HTTP(S) POST requests to a given endpoint, send SMS messages, or notify devices / applications. The most likely use case for provider users will probably be SQS queues. > --NOTE:-- If the SNS topic and SQS queue are in different AWS regions, the `aws.sns.TopicSubscription` must use an AWS provider that is in the same region as the SNS topic. If the `aws.sns.TopicSubscription` uses a provider with a different region than the SNS topic, this provider will fail to create the subscription. > --NOTE:-- Setup of cross-account subscriptions from SNS topics to SQS queues requires the provider to have access to BOTH accounts. > --NOTE:-- If an SNS topic and SQS queue are in different AWS accounts but the same region, the `aws.sns.TopicSubscription` must use the AWS provider for the account with the SQS queue. If `aws.sns.TopicSubscription` uses a Provider with a different account than the SQS queue, this provider creates the subscription but does not keep state and tries to re-create the subscription at every `apply`. > --NOTE:-- If an SNS topic and SQS queue are in different AWS accounts and different AWS regions, the subscription needs to be initiated from the account with the SQS queue but in the region of the SNS topic. > --NOTE:-- You cannot unsubscribe to a subscription that is pending confirmation. If you use `email`, `email-json`, or `http`/`https` (without auto-confirmation enabled), until the subscription is confirmed (e.g., outside of this provider), AWS does not allow this provider to delete / unsubscribe the subscription. If you `destroy` an unconfirmed subscription, this provider will remove the subscription from its state but the subscription will still exist in AWS. However, if you delete an SNS topic, SNS [deletes all the subscriptions](https://docs.aws.amazon.com/sns/latest/dg/sns-delete-subscription-topic.html) associated with the topic. Also, you can import a subscription after confirmation and then have the capability to delete it.", + 'Provides a resource for subscribing to SNS topics. Requires that an SNS topic exist for the subscription to attach to. This resource allows you to automatically place messages sent to SNS topics in SQS queues, send them as HTTP(S) POST requests to a given endpoint, send SMS messages, or notify devices / applications. The most likely use case for provider users will probably be SQS queues. > --NOTE:-- If the SNS topic and SQS queue are in different AWS regions, the `aws.sns.TopicSubscription` must use an AWS provider that is in the same region as the SNS topic. If the `aws.sns.TopicSubscription` uses a provider with a different region than the SNS topic, this provider will fail to create the subscription. > --NOTE:-- Setup of cross-account subscriptions from SNS topics to SQS queues requires the provider to have access to BOTH accounts. > --NOTE:-- If an SNS topic and SQS queue are in different AWS accounts but the same region, the `aws.sns.TopicSubscription` must use the AWS provider for the account with the SQS queue. If `aws.sns.TopicSubscription` uses a Provider with a different account than the SQS queue, this provider creates the subscription but does not keep state and tries to re-create the subscription at every `apply`. > --NOTE:-- If an SNS topic and SQS queue are in different AWS accounts and different AWS regions, the subscription needs to be initiated from the account with the SQS queue but in the region of the SNS topic. > --NOTE:-- You cannot unsubscribe to a subscription that is pending confirmation. If you use `email`, `email-json`, or `http`/`https` (without auto-confirmation enabled), until the subscription is confirmed (e.g., outside of this provider), AWS does not allow this provider to delete / unsubscribe the subscription. If you `destroy` an unconfirmed subscription, this provider will remove the subscription from its state but the subscription will still exist in AWS. However, if you delete an SNS topic, SNS [deletes all the subscriptions](https://docs.aws.amazon.com/sns/latest/dg/sns-delete-subscription-topic.html) associated with the topic. Also, you can import a subscription after confirmation and then have the capability to delete it.', SNS_TopicSubscription.GetTypes(), ), ], - [ResourceType.SQS_QUEUE, new ResourceProperty("", SQS_Queue.GetTypes())], + [ResourceType.SQS_QUEUE, new ResourceProperty('', SQS_Queue.GetTypes())], [ ResourceType.SQS_QUEUEPOLICY, new ResourceProperty( - "Allows you to set a policy of an SQS Queue while referencing ARN of the queue within the policy.", + 'Allows you to set a policy of an SQS Queue while referencing ARN of the queue within the policy.', SQS_QueuePolicy.GetTypes(), ), ], [ ResourceType.SQS_REDRIVEALLOWPOLICY, new ResourceProperty( - "Provides a SQS Queue Redrive Allow Policy resource.", + 'Provides a SQS Queue Redrive Allow Policy resource.', SQS_RedriveAllowPolicy.GetTypes(), ), ], [ ResourceType.SQS_REDRIVEPOLICY, new ResourceProperty( - "Allows you to set a redrive policy of an SQS Queue while referencing ARN of the dead letter queue inside the redrive policy. This is useful when you want to set a dedicated dead letter queue for a standard or FIFO queue, but need the dead letter queue to exist before setting the redrive policy.", + 'Allows you to set a redrive policy of an SQS Queue while referencing ARN of the dead letter queue inside the redrive policy. This is useful when you want to set a dedicated dead letter queue for a standard or FIFO queue, but need the dead letter queue to exist before setting the redrive policy.', SQS_RedrivePolicy.GetTypes(), ), ], [ ResourceType.SSM_ACTIVATION, new ResourceProperty( - "Registers an on-premises server or virtual machine with Amazon EC2 so that it can be managed using Run Command.", + 'Registers an on-premises server or virtual machine with Amazon EC2 so that it can be managed using Run Command.', SSM_Activation.GetTypes(), ), ], [ ResourceType.SSM_ASSOCIATION, new ResourceProperty( - "Associates an SSM Document to an instance or EC2 tag.", + 'Associates an SSM Document to an instance or EC2 tag.', SSM_Association.GetTypes(), ), ], [ ResourceType.SSM_CONTACTSROTATION, - new ResourceProperty("", SSM_ContactsRotation.GetTypes()), + new ResourceProperty('', SSM_ContactsRotation.GetTypes()), ], [ ResourceType.SSM_DEFAULTPATCHBASELINE, new ResourceProperty( - "Resource for registering an AWS Systems Manager Default Patch Baseline.", + 'Resource for registering an AWS Systems Manager Default Patch Baseline.', SSM_DefaultPatchBaseline.GetTypes(), ), ], [ ResourceType.SSM_DOCUMENT, new ResourceProperty( - "Provides an SSM Document resource > --NOTE on updating SSM documents:-- Only documents with a schema version of 2.0 or greater can update their content once created, see [SSM Schema Features](http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html#document-schemas-features). To update a document with an older schema version you must recreate the resource. Not all document types support a schema version of 2.0 or greater. Refer to [SSM document schema features and examples](https://docs.aws.amazon.com/systems-manager/latest/userguide/document-schemas-features.html) for information about which schema versions are supported for the respective `document_type`.", + 'Provides an SSM Document resource > --NOTE on updating SSM documents:-- Only documents with a schema version of 2.0 or greater can update their content once created, see [SSM Schema Features](http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html#document-schemas-features). To update a document with an older schema version you must recreate the resource. Not all document types support a schema version of 2.0 or greater. Refer to [SSM document schema features and examples](https://docs.aws.amazon.com/systems-manager/latest/userguide/document-schemas-features.html) for information about which schema versions are supported for the respective `document_type`.', SSM_Document.GetTypes(), ), ], [ ResourceType.SSM_MAINTENANCEWINDOW, new ResourceProperty( - "Provides an SSM Maintenance Window resource", + 'Provides an SSM Maintenance Window resource', SSM_MaintenanceWindow.GetTypes(), ), ], [ ResourceType.SSM_MAINTENANCEWINDOWTARGET, new ResourceProperty( - "Provides an SSM Maintenance Window Target resource", + 'Provides an SSM Maintenance Window Target resource', SSM_MaintenanceWindowTarget.GetTypes(), ), ], [ ResourceType.SSM_MAINTENANCEWINDOWTASK, new ResourceProperty( - "Provides an SSM Maintenance Window Task resource", + 'Provides an SSM Maintenance Window Task resource', SSM_MaintenanceWindowTask.GetTypes(), ), ], @@ -13762,802 +13762,802 @@ export class ResourceProperties { [ ResourceType.SSM_PATCHBASELINE, new ResourceProperty( - "Provides an SSM Patch Baseline resource. > --NOTE on Patch Baselines:-- The `approved_patches` and `approval_rule` are both marked as optional fields, but the Patch Baseline requires that at least one of them is specified.", + 'Provides an SSM Patch Baseline resource. > --NOTE on Patch Baselines:-- The `approved_patches` and `approval_rule` are both marked as optional fields, but the Patch Baseline requires that at least one of them is specified.', SSM_PatchBaseline.GetTypes(), ), ], [ ResourceType.SSM_PATCHGROUP, new ResourceProperty( - "Provides an SSM Patch Group resource", + 'Provides an SSM Patch Group resource', SSM_PatchGroup.GetTypes(), ), ], [ ResourceType.SSM_RESOURCEDATASYNC, new ResourceProperty( - "Provides a SSM resource data sync.", + 'Provides a SSM resource data sync.', SSM_ResourceDataSync.GetTypes(), ), ], [ ResourceType.SSM_SERVICESETTING, new ResourceProperty( - "This setting defines how a user interacts with or uses a service or a feature of a service.", + 'This setting defines how a user interacts with or uses a service or a feature of a service.', SSM_ServiceSetting.GetTypes(), ), ], [ ResourceType.SSMCONTACTS_CONTACT, new ResourceProperty( - "Resource for managing an AWS SSM Contact.", + 'Resource for managing an AWS SSM Contact.', SSMCONTACTS_Contact.GetTypes(), ), ], [ ResourceType.SSMCONTACTS_CONTACTCHANNEL, new ResourceProperty( - "Resource for managing an AWS SSM Contacts Contact Channel.", + 'Resource for managing an AWS SSM Contacts Contact Channel.', SSMCONTACTS_ContactChannel.GetTypes(), ), ], [ ResourceType.SSMCONTACTS_PLAN, new ResourceProperty( - "Resource for managing an AWS SSM Contact Plan.", + 'Resource for managing an AWS SSM Contact Plan.', SSMCONTACTS_Plan.GetTypes(), ), ], [ ResourceType.SSMINCIDENTS_REPLICATIONSET, new ResourceProperty( - "Provides a resource for managing a replication set in AWS Systems Manager Incident Manager. > --NOTE:-- Deleting a replication set also deletes all Incident Manager related data including response plans, incident records, contacts and escalation plans.", + 'Provides a resource for managing a replication set in AWS Systems Manager Incident Manager. > --NOTE:-- Deleting a replication set also deletes all Incident Manager related data including response plans, incident records, contacts and escalation plans.', SSMINCIDENTS_ReplicationSet.GetTypes(), ), ], [ ResourceType.SSMINCIDENTS_RESPONSEPLAN, new ResourceProperty( - "Provides a resource to manage response plans in AWS Systems Manager Incident Manager.", + 'Provides a resource to manage response plans in AWS Systems Manager Incident Manager.', SSMINCIDENTS_ResponsePlan.GetTypes(), ), ], [ ResourceType.SSOADMIN_ACCOUNTASSIGNMENT, new ResourceProperty( - "Provides a Single Sign-On (SSO) Account Assignment resource", + 'Provides a Single Sign-On (SSO) Account Assignment resource', SSOADMIN_AccountAssignment.GetTypes(), ), ], [ ResourceType.SSOADMIN_APPLICATION, new ResourceProperty( - "Resource for managing an AWS SSO Admin Application. > The `CreateApplication` API only supports custom OAuth 2.0 applications. Creation of 3rd party SAML or OAuth 2.0 applications require setup to be done through the associated app service or AWS console. See this issue for additional context.", + 'Resource for managing an AWS SSO Admin Application. > The `CreateApplication` API only supports custom OAuth 2.0 applications. Creation of 3rd party SAML or OAuth 2.0 applications require setup to be done through the associated app service or AWS console. See this issue for additional context.', SSOADMIN_Application.GetTypes(), ), ], [ ResourceType.SSOADMIN_APPLICATIONACCESSSCOPE, new ResourceProperty( - "Resource for managing an AWS SSO Admin Application Access Scope.", + 'Resource for managing an AWS SSO Admin Application Access Scope.', SSOADMIN_ApplicationAccessScope.GetTypes(), ), ], [ ResourceType.SSOADMIN_APPLICATIONASSIGNMENT, new ResourceProperty( - "Resource for managing an AWS SSO Admin Application Assignment.", + 'Resource for managing an AWS SSO Admin Application Assignment.', SSOADMIN_ApplicationAssignment.GetTypes(), ), ], [ ResourceType.SSOADMIN_APPLICATIONASSIGNMENTCONFIGURATION, new ResourceProperty( - "Resource for managing an AWS SSO Admin Application Assignment Configuration. By default, applications will require users to have an explicit assignment in order to access an application. This resource can be used to adjust this default behavior if necessary. > Deleting this resource will return the assignment configuration for the application to the default AWS behavior (ie. `assignment_required = true`).", + 'Resource for managing an AWS SSO Admin Application Assignment Configuration. By default, applications will require users to have an explicit assignment in order to access an application. This resource can be used to adjust this default behavior if necessary. > Deleting this resource will return the assignment configuration for the application to the default AWS behavior (ie. `assignment_required = true`).', SSOADMIN_ApplicationAssignmentConfiguration.GetTypes(), ), ], [ ResourceType.SSOADMIN_CUSTOMERMANAGEDPOLICYATTACHMENT, new ResourceProperty( - "Provides a customer managed policy attachment for a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Creating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.", + 'Provides a customer managed policy attachment for a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Creating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.', SSOADMIN_CustomerManagedPolicyAttachment.GetTypes(), ), ], [ ResourceType.SSOADMIN_INSTANCEACCESSCONTROLATTRIBUTES, new ResourceProperty( - "Provides a Single Sign-On (SSO) ABAC Resource: https://docs.aws.amazon.com/singlesignon/latest/userguide/abac.html", + 'Provides a Single Sign-On (SSO) ABAC Resource: https://docs.aws.amazon.com/singlesignon/latest/userguide/abac.html', SSOADMIN_InstanceAccessControlAttributes.GetTypes(), ), ], [ ResourceType.SSOADMIN_MANAGEDPOLICYATTACHMENT, new ResourceProperty( - "Provides an IAM managed policy for a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Creating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.", + 'Provides an IAM managed policy for a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Creating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.', SSOADMIN_ManagedPolicyAttachment.GetTypes(), ), ], [ ResourceType.SSOADMIN_PERMISSIONSBOUNDARYATTACHMENT, new ResourceProperty( - "Attaches a permissions boundary policy to a Single Sign-On (SSO) Permission Set resource. > --NOTE:-- A permission set can have at most one permissions boundary attached; using more than one `aws.ssoadmin.PermissionsBoundaryAttachment` references the same permission set will show a permanent difference.", + 'Attaches a permissions boundary policy to a Single Sign-On (SSO) Permission Set resource. > --NOTE:-- A permission set can have at most one permissions boundary attached; using more than one `aws.ssoadmin.PermissionsBoundaryAttachment` references the same permission set will show a permanent difference.', SSOADMIN_PermissionsBoundaryAttachment.GetTypes(), ), ], [ ResourceType.SSOADMIN_PERMISSIONSET, new ResourceProperty( - "Provides a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Updating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.", + 'Provides a Single Sign-On (SSO) Permission Set resource > --NOTE:-- Updating this resource will automatically [Provision the Permission Set](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html) to apply the corresponding updates to all assigned accounts.', SSOADMIN_PermissionSet.GetTypes(), ), ], [ ResourceType.SSOADMIN_PERMISSIONSETINLINEPOLICY, - new ResourceProperty("", SSOADMIN_PermissionSetInlinePolicy.GetTypes()), + new ResourceProperty('', SSOADMIN_PermissionSetInlinePolicy.GetTypes()), ], [ ResourceType.SSOADMIN_TRUSTEDTOKENISSUER, new ResourceProperty( - "Resource for managing an AWS SSO Admin Trusted Token Issuer.", + 'Resource for managing an AWS SSO Admin Trusted Token Issuer.', SSOADMIN_TrustedTokenIssuer.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_CACHE, new ResourceProperty( - "Manages an AWS Storage Gateway cache. > --NOTE:-- The Storage Gateway API provides no method to remove a cache disk. Destroying this resource does not perform any Storage Gateway actions.", + 'Manages an AWS Storage Gateway cache. > --NOTE:-- The Storage Gateway API provides no method to remove a cache disk. Destroying this resource does not perform any Storage Gateway actions.', STORAGEGATEWAY_Cache.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_CACHESISCSIVOLUME, new ResourceProperty( - "Manages an AWS Storage Gateway cached iSCSI volume. > --NOTE:-- The gateway must have cache added (e.g., via the `aws.storagegateway.Cache` resource) before creating volumes otherwise the Storage Gateway API will return an error. > --NOTE:-- The gateway must have an upload buffer added (e.g., via the `aws.storagegateway.UploadBuffer` resource) before the volume is operational to clients, however the Storage Gateway API will allow volume creation without error in that case and return volume status as `UPLOAD BUFFER NOT CONFIGURED`.", + 'Manages an AWS Storage Gateway cached iSCSI volume. > --NOTE:-- The gateway must have cache added (e.g., via the `aws.storagegateway.Cache` resource) before creating volumes otherwise the Storage Gateway API will return an error. > --NOTE:-- The gateway must have an upload buffer added (e.g., via the `aws.storagegateway.UploadBuffer` resource) before the volume is operational to clients, however the Storage Gateway API will allow volume creation without error in that case and return volume status as `UPLOAD BUFFER NOT CONFIGURED`.', STORAGEGATEWAY_CachesIscsiVolume.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_FILESYSTEMASSOCIATION, new ResourceProperty( - "Associate an Amazon FSx file system with the FSx File Gateway. After the association process is complete, the file shares on the Amazon FSx file system are available for access through the gateway. This operation only supports the FSx File Gateway type. [FSx File Gateway requirements](https://docs.aws.amazon.com/filegateway/latest/filefsxw/Requirements.html).", + 'Associate an Amazon FSx file system with the FSx File Gateway. After the association process is complete, the file shares on the Amazon FSx file system are available for access through the gateway. This operation only supports the FSx File Gateway type. [FSx File Gateway requirements](https://docs.aws.amazon.com/filegateway/latest/filefsxw/Requirements.html).', STORAGEGATEWAY_FileSystemAssociation.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_GATEWAY, new ResourceProperty( - "Manages an AWS Storage Gateway file, tape, or volume gateway in the provider region. > --NOTE:-- The Storage Gateway API requires the gateway to be connected to properly return information after activation. If you are receiving `The specified gateway is not connected` errors during resource creation (gateway activation), ensure your gateway instance meets the [Storage Gateway requirements](https://docs.aws.amazon.com/storagegateway/latest/userguide/Requirements.html).", + 'Manages an AWS Storage Gateway file, tape, or volume gateway in the provider region. > --NOTE:-- The Storage Gateway API requires the gateway to be connected to properly return information after activation. If you are receiving `The specified gateway is not connected` errors during resource creation (gateway activation), ensure your gateway instance meets the [Storage Gateway requirements](https://docs.aws.amazon.com/storagegateway/latest/userguide/Requirements.html).', STORAGEGATEWAY_Gateway.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_NFSFILESHARE, new ResourceProperty( - "Manages an AWS Storage Gateway NFS File Share.", + 'Manages an AWS Storage Gateway NFS File Share.', STORAGEGATEWAY_NfsFileShare.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_SMBFILESHARE, new ResourceProperty( - "Manages an AWS Storage Gateway SMB File Share.", + 'Manages an AWS Storage Gateway SMB File Share.', STORAGEGATEWAY_SmbFileShare.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_STOREDISCSIVOLUME, new ResourceProperty( - "Manages an AWS Storage Gateway stored iSCSI volume. > --NOTE:-- The gateway must have a working storage added (e.g., via the `aws.storagegateway.WorkingStorage` resource) before the volume is operational to clients, however the Storage Gateway API will allow volume creation without error in that case and return volume status as `WORKING STORAGE NOT CONFIGURED`.", + 'Manages an AWS Storage Gateway stored iSCSI volume. > --NOTE:-- The gateway must have a working storage added (e.g., via the `aws.storagegateway.WorkingStorage` resource) before the volume is operational to clients, however the Storage Gateway API will allow volume creation without error in that case and return volume status as `WORKING STORAGE NOT CONFIGURED`.', STORAGEGATEWAY_StoredIscsiVolume.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_TAPEPOOL, new ResourceProperty( - "Manages an AWS Storage Gateway Tape Pool.", + 'Manages an AWS Storage Gateway Tape Pool.', STORAGEGATEWAY_TapePool.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_UPLOADBUFFER, new ResourceProperty( - "Manages an AWS Storage Gateway upload buffer. > --NOTE:-- The Storage Gateway API provides no method to remove an upload buffer disk. Destroying this resource does not perform any Storage Gateway actions.", + 'Manages an AWS Storage Gateway upload buffer. > --NOTE:-- The Storage Gateway API provides no method to remove an upload buffer disk. Destroying this resource does not perform any Storage Gateway actions.', STORAGEGATEWAY_UploadBuffer.GetTypes(), ), ], [ ResourceType.STORAGEGATEWAY_WORKINGSTORAGE, new ResourceProperty( - "Manages an AWS Storage Gateway working storage. > --NOTE:-- The Storage Gateway API provides no method to remove a working storage disk. Destroying this resource does not perform any Storage Gateway actions.", + 'Manages an AWS Storage Gateway working storage. > --NOTE:-- The Storage Gateway API provides no method to remove a working storage disk. Destroying this resource does not perform any Storage Gateway actions.', STORAGEGATEWAY_WorkingStorage.GetTypes(), ), ], [ ResourceType.SWF_DOMAIN, new ResourceProperty( - "Provides an SWF Domain resource.", + 'Provides an SWF Domain resource.', SWF_Domain.GetTypes(), ), ], [ ResourceType.SYNTHETICS_CANARY, new ResourceProperty( - "Provides a Synthetics Canary resource. > --NOTE:-- When you create a canary, AWS creates supporting implicit resources. See the Amazon CloudWatch Synthetics documentation on [DeleteCanary](https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DeleteCanary.html) for a full list. Neither AWS nor this provider deletes these implicit resources automatically when the canary is deleted. Before deleting a canary, ensure you have all the information about the canary that you need to delete the implicit resources using the AWS Console, or AWS CLI.", + 'Provides a Synthetics Canary resource. > --NOTE:-- When you create a canary, AWS creates supporting implicit resources. See the Amazon CloudWatch Synthetics documentation on [DeleteCanary](https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DeleteCanary.html) for a full list. Neither AWS nor this provider deletes these implicit resources automatically when the canary is deleted. Before deleting a canary, ensure you have all the information about the canary that you need to delete the implicit resources using the AWS Console, or AWS CLI.', SYNTHETICS_Canary.GetTypes(), ), ], [ ResourceType.SYNTHETICS_GROUP, new ResourceProperty( - "Provides a Synthetics Group resource.", + 'Provides a Synthetics Group resource.', SYNTHETICS_Group.GetTypes(), ), ], [ ResourceType.SYNTHETICS_GROUPASSOCIATION, new ResourceProperty( - "Provides a Synthetics Group Association resource.", + 'Provides a Synthetics Group Association resource.', SYNTHETICS_GroupAssociation.GetTypes(), ), ], [ ResourceType.TIMESTREAMINFLUXDB_DBINSTANCE, new ResourceProperty( - "Resource for managing an Amazon Timestream for InfluxDB database instance.", + 'Resource for managing an Amazon Timestream for InfluxDB database instance.', TIMESTREAMINFLUXDB_DbInstance.GetTypes(), ), ], [ ResourceType.TIMESTREAMWRITE_DATABASE, new ResourceProperty( - "Provides a Timestream database resource.", + 'Provides a Timestream database resource.', TIMESTREAMWRITE_Database.GetTypes(), ), ], [ ResourceType.TIMESTREAMWRITE_TABLE, new ResourceProperty( - "Provides a Timestream table resource.", + 'Provides a Timestream table resource.', TIMESTREAMWRITE_Table.GetTypes(), ), ], [ ResourceType.TRANSCRIBE_LANGUAGEMODEL, new ResourceProperty( - "Resource for managing an AWS Transcribe LanguageModel. > This resource can take a significant amount of time to provision. See Language Model [FAQ](https://aws.amazon.com/transcribe/faqs/) for more details.", + 'Resource for managing an AWS Transcribe LanguageModel. > This resource can take a significant amount of time to provision. See Language Model [FAQ](https://aws.amazon.com/transcribe/faqs/) for more details.', TRANSCRIBE_LanguageModel.GetTypes(), ), ], [ ResourceType.TRANSCRIBE_MEDICALVOCABULARY, new ResourceProperty( - "Resource for managing an AWS Transcribe MedicalVocabulary.", + 'Resource for managing an AWS Transcribe MedicalVocabulary.', TRANSCRIBE_MedicalVocabulary.GetTypes(), ), ], [ ResourceType.TRANSCRIBE_VOCABULARY, new ResourceProperty( - "Resource for managing an AWS Transcribe Vocabulary.", + 'Resource for managing an AWS Transcribe Vocabulary.', TRANSCRIBE_Vocabulary.GetTypes(), ), ], [ ResourceType.TRANSCRIBE_VOCABULARYFILTER, new ResourceProperty( - "Resource for managing an AWS Transcribe VocabularyFilter.", + 'Resource for managing an AWS Transcribe VocabularyFilter.', TRANSCRIBE_VocabularyFilter.GetTypes(), ), ], [ ResourceType.TRANSFER_ACCESS, new ResourceProperty( - "Provides a AWS Transfer Access resource. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.", + 'Provides a AWS Transfer Access resource. > --NOTE:-- We suggest using explicit JSON encoding or `aws.iam.getPolicyDocument` when assigning a value to `policy`. They seamlessly translate configuration to JSON, enabling you to maintain consistency within your configuration without the need for context switches. Also, you can sidestep potential complications arising from formatting discrepancies, whitespace inconsistencies, and other nuances inherent to JSON.', TRANSFER_Access.GetTypes(), ), ], [ ResourceType.TRANSFER_AGREEMENT, new ResourceProperty( - "Provides a AWS Transfer AS2 Agreement resource.", + 'Provides a AWS Transfer AS2 Agreement resource.', TRANSFER_Agreement.GetTypes(), ), ], [ ResourceType.TRANSFER_CERTIFICATE, new ResourceProperty( - "Provides a AWS Transfer AS2 Certificate resource.", + 'Provides a AWS Transfer AS2 Certificate resource.', TRANSFER_Certificate.GetTypes(), ), ], [ ResourceType.TRANSFER_CONNECTOR, new ResourceProperty( - "Provides a AWS Transfer AS2 Connector resource.", + 'Provides a AWS Transfer AS2 Connector resource.', TRANSFER_Connector.GetTypes(), ), ], [ ResourceType.TRANSFER_PROFILE, new ResourceProperty( - "Provides a AWS Transfer AS2 Profile resource.", + 'Provides a AWS Transfer AS2 Profile resource.', TRANSFER_Profile.GetTypes(), ), ], [ ResourceType.TRANSFER_SERVER, new ResourceProperty( - "Provides a AWS Transfer Server resource. > --NOTE on AWS IAM permissions:-- If the `endpoint_type` is set to `VPC`, the `ec2:DescribeVpcEndpoints` and `ec2:ModifyVpcEndpoint` [actions](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-actions-as-permissions) are used. > --NOTE:-- Use the `aws.transfer.Tag` resource to manage the system tags used for [custom hostnames](https://docs.aws.amazon.com/transfer/latest/userguide/requirements-dns.html#tag-custom-hostname-cdk).", + 'Provides a AWS Transfer Server resource. > --NOTE on AWS IAM permissions:-- If the `endpoint_type` is set to `VPC`, the `ec2:DescribeVpcEndpoints` and `ec2:ModifyVpcEndpoint` [actions](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-actions-as-permissions) are used. > --NOTE:-- Use the `aws.transfer.Tag` resource to manage the system tags used for [custom hostnames](https://docs.aws.amazon.com/transfer/latest/userguide/requirements-dns.html#tag-custom-hostname-cdk).', TRANSFER_Server.GetTypes(), ), ], [ ResourceType.TRANSFER_SSHKEY, new ResourceProperty( - "Provides a AWS Transfer User SSH Key resource.", + 'Provides a AWS Transfer User SSH Key resource.', TRANSFER_SshKey.GetTypes(), ), ], [ ResourceType.TRANSFER_TAG, new ResourceProperty( - "Manages an individual Transfer Family resource tag. This resource should only be used in cases where Transfer Family resources are created outside the provider (e.g., Servers without AWS Management Console) or the tag key has the `aws:` prefix. > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.transfer.Server` and `aws.transfer.Tag` to manage tags of the same server will cause a perpetual difference where the `aws.transfer.Server` resource will try to remove the tag being added by the `aws.transfer.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.", + 'Manages an individual Transfer Family resource tag. This resource should only be used in cases where Transfer Family resources are created outside the provider (e.g., Servers without AWS Management Console) or the tag key has the `aws:` prefix. > --NOTE:-- This tagging resource should not be combined with the resource for managing the parent resource. For example, using `aws.transfer.Server` and `aws.transfer.Tag` to manage tags of the same server will cause a perpetual difference where the `aws.transfer.Server` resource will try to remove the tag being added by the `aws.transfer.Tag` resource. > --NOTE:-- This tagging resource does not use the provider `ignore_tags` configuration.', TRANSFER_Tag.GetTypes(), ), ], [ ResourceType.TRANSFER_USER, - new ResourceProperty("", TRANSFER_User.GetTypes()), + new ResourceProperty('', TRANSFER_User.GetTypes()), ], [ ResourceType.TRANSFER_WORKFLOW, new ResourceProperty( - "Provides a AWS Transfer Workflow resource.", + 'Provides a AWS Transfer Workflow resource.', TRANSFER_Workflow.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_ENDPOINT, new ResourceProperty( - "Resource for managing an AWS EC2 (Elastic Compute Cloud) Verified Access Endpoint.", + 'Resource for managing an AWS EC2 (Elastic Compute Cloud) Verified Access Endpoint.', VERIFIEDACCESS_Endpoint.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_GROUP, new ResourceProperty( - "Resource for managing a Verified Access Group.", + 'Resource for managing a Verified Access Group.', VERIFIEDACCESS_Group.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_INSTANCE, new ResourceProperty( - "Resource for managing a Verified Access Instance.", + 'Resource for managing a Verified Access Instance.', VERIFIEDACCESS_Instance.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_INSTANCELOGGINGCONFIGURATION, new ResourceProperty( - "Resource for managing a Verified Access Logging Configuration.", + 'Resource for managing a Verified Access Logging Configuration.', VERIFIEDACCESS_InstanceLoggingConfiguration.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_INSTANCETRUSTPROVIDERATTACHMENT, new ResourceProperty( - "Resource for managing a Verified Access Instance Trust Provider Attachment.", + 'Resource for managing a Verified Access Instance Trust Provider Attachment.', VERIFIEDACCESS_InstanceTrustProviderAttachment.GetTypes(), ), ], [ ResourceType.VERIFIEDACCESS_TRUSTPROVIDER, new ResourceProperty( - "Resource for managing a Verified Access Trust Provider.", + 'Resource for managing a Verified Access Trust Provider.', VERIFIEDACCESS_TrustProvider.GetTypes(), ), ], [ ResourceType.VERIFIEDPERMISSIONS_IDENTITYSOURCE, new ResourceProperty( - "Resource for managing an AWS Verified Permissions Identity Source.", + 'Resource for managing an AWS Verified Permissions Identity Source.', VERIFIEDPERMISSIONS_IdentitySource.GetTypes(), ), ], [ ResourceType.VERIFIEDPERMISSIONS_POLICY, new ResourceProperty( - "Resource for managing an AWS Verified Permissions Policy.", + 'Resource for managing an AWS Verified Permissions Policy.', VERIFIEDPERMISSIONS_Policy.GetTypes(), ), ], [ ResourceType.VERIFIEDPERMISSIONS_POLICYSTORE, - new ResourceProperty("", VERIFIEDPERMISSIONS_PolicyStore.GetTypes()), + new ResourceProperty('', VERIFIEDPERMISSIONS_PolicyStore.GetTypes()), ], [ ResourceType.VERIFIEDPERMISSIONS_POLICYTEMPLATE, new ResourceProperty( - "Resource for managing an AWS Verified Permissions Policy Template.", + 'Resource for managing an AWS Verified Permissions Policy Template.', VERIFIEDPERMISSIONS_PolicyTemplate.GetTypes(), ), ], [ ResourceType.VERIFIEDPERMISSIONS_SCHEMA, - new ResourceProperty("", VERIFIEDPERMISSIONS_Schema.GetTypes()), + new ResourceProperty('', VERIFIEDPERMISSIONS_Schema.GetTypes()), ], [ ResourceType.VPC_ENDPOINTPRIVATEDNS, new ResourceProperty( - "Resource for enabling private DNS on an AWS VPC (Virtual Private Cloud) Endpoint. > When using this resource, the `private_dns_enabled` argument should be omitted on the parent `aws.ec2.VpcEndpoint` resource. Setting the value both places can lead to unintended behavior and persistent differences.", + 'Resource for enabling private DNS on an AWS VPC (Virtual Private Cloud) Endpoint. > When using this resource, the `private_dns_enabled` argument should be omitted on the parent `aws.ec2.VpcEndpoint` resource. Setting the value both places can lead to unintended behavior and persistent differences.', VPC_EndpointPrivateDns.GetTypes(), ), ], [ ResourceType.VPC_ENDPOINTSERVICEPRIVATEDNSVERIFICATION, new ResourceProperty( - "Resource for managing an AWS VPC (Virtual Private Cloud) Endpoint Service Private DNS Verification. This resource begins the verification process by calling the [`StartVpcEndpointServicePrivateDnsVerification`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StartVpcEndpointServicePrivateDnsVerification.html) API. The service provider should add a record to the DNS server _before_ creating this resource. For additional details, refer to the AWS documentation on [managing VPC endpoint service DNS names](https://docs.aws.amazon.com/vpc/latest/privatelink/manage-dns-names.html). > Destruction of this resource will not stop the verification process, only remove the resource from state.", + 'Resource for managing an AWS VPC (Virtual Private Cloud) Endpoint Service Private DNS Verification. This resource begins the verification process by calling the [`StartVpcEndpointServicePrivateDnsVerification`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StartVpcEndpointServicePrivateDnsVerification.html) API. The service provider should add a record to the DNS server _before_ creating this resource. For additional details, refer to the AWS documentation on [managing VPC endpoint service DNS names](https://docs.aws.amazon.com/vpc/latest/privatelink/manage-dns-names.html). > Destruction of this resource will not stop the verification process, only remove the resource from state.', VPC_EndpointServicePrivateDnsVerification.GetTypes(), ), ], [ ResourceType.VPC_SECURITYGROUPEGRESSRULE, new ResourceProperty( - "Manages an outbound (egress) rule for a security group. When specifying an outbound rule for your security group in a VPC, the configuration must include a destination for the traffic. > --NOTE:-- Using `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources is the current best practice. Avoid using the `aws.ec2.SecurityGroupRule` resource and the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource for configuring in-line rules, as they struggle with managing multiple CIDR blocks, and tags and descriptions due to the historical lack of unique IDs. !> --WARNING:-- You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten.", + 'Manages an outbound (egress) rule for a security group. When specifying an outbound rule for your security group in a VPC, the configuration must include a destination for the traffic. > --NOTE:-- Using `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources is the current best practice. Avoid using the `aws.ec2.SecurityGroupRule` resource and the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource for configuring in-line rules, as they struggle with managing multiple CIDR blocks, and tags and descriptions due to the historical lack of unique IDs. !> --WARNING:-- You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten.', VPC_SecurityGroupEgressRule.GetTypes(), ), ], [ ResourceType.VPC_SECURITYGROUPINGRESSRULE, new ResourceProperty( - "Manages an inbound (ingress) rule for a security group. When specifying an inbound rule for your security group in a VPC, the configuration must include a source for the traffic. > --NOTE:-- Using `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources is the current best practice. Avoid using the `aws.ec2.SecurityGroupRule` resource and the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource for configuring in-line rules, as they struggle with managing multiple CIDR blocks, and tags and descriptions due to the historical lack of unique IDs. !> --WARNING:-- You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten.", + 'Manages an inbound (ingress) rule for a security group. When specifying an inbound rule for your security group in a VPC, the configuration must include a source for the traffic. > --NOTE:-- Using `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources is the current best practice. Avoid using the `aws.ec2.SecurityGroupRule` resource and the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource for configuring in-line rules, as they struggle with managing multiple CIDR blocks, and tags and descriptions due to the historical lack of unique IDs. !> --WARNING:-- You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten.', VPC_SecurityGroupIngressRule.GetTypes(), ), ], [ ResourceType.VPCLATTICE_ACCESSLOGSUBSCRIPTION, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Service Network or Service Access log subscription.", + 'Resource for managing an AWS VPC Lattice Service Network or Service Access log subscription.', VPCLATTICE_AccessLogSubscription.GetTypes(), ), ], [ ResourceType.VPCLATTICE_AUTHPOLICY, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Auth Policy.", + 'Resource for managing an AWS VPC Lattice Auth Policy.', VPCLATTICE_AuthPolicy.GetTypes(), ), ], [ ResourceType.VPCLATTICE_LISTENER, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Listener.", + 'Resource for managing an AWS VPC Lattice Listener.', VPCLATTICE_Listener.GetTypes(), ), ], [ ResourceType.VPCLATTICE_LISTENERRULE, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Listener Rule.", + 'Resource for managing an AWS VPC Lattice Listener Rule.', VPCLATTICE_ListenerRule.GetTypes(), ), ], [ ResourceType.VPCLATTICE_RESOURCEPOLICY, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Resource Policy.", + 'Resource for managing an AWS VPC Lattice Resource Policy.', VPCLATTICE_ResourcePolicy.GetTypes(), ), ], [ ResourceType.VPCLATTICE_SERVICE, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Service.", + 'Resource for managing an AWS VPC Lattice Service.', VPCLATTICE_Service.GetTypes(), ), ], [ ResourceType.VPCLATTICE_SERVICENETWORK, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Service Network.", + 'Resource for managing an AWS VPC Lattice Service Network.', VPCLATTICE_ServiceNetwork.GetTypes(), ), ], [ ResourceType.VPCLATTICE_SERVICENETWORKSERVICEASSOCIATION, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Service Network Service Association.", + 'Resource for managing an AWS VPC Lattice Service Network Service Association.', VPCLATTICE_ServiceNetworkServiceAssociation.GetTypes(), ), ], [ ResourceType.VPCLATTICE_SERVICENETWORKVPCASSOCIATION, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Service Network VPC Association.", + 'Resource for managing an AWS VPC Lattice Service Network VPC Association.', VPCLATTICE_ServiceNetworkVpcAssociation.GetTypes(), ), ], [ ResourceType.VPCLATTICE_TARGETGROUP, new ResourceProperty( - "Resource for managing an AWS VPC Lattice Target Group.", + 'Resource for managing an AWS VPC Lattice Target Group.', VPCLATTICE_TargetGroup.GetTypes(), ), ], [ ResourceType.VPCLATTICE_TARGETGROUPATTACHMENT, new ResourceProperty( - "Provides the ability to register a target with an AWS VPC Lattice Target Group.", + 'Provides the ability to register a target with an AWS VPC Lattice Target Group.', VPCLATTICE_TargetGroupAttachment.GetTypes(), ), ], [ ResourceType.WAF_BYTEMATCHSET, new ResourceProperty( - "Provides a WAF Byte Match Set Resource", + 'Provides a WAF Byte Match Set Resource', WAF_ByteMatchSet.GetTypes(), ), ], [ ResourceType.WAF_GEOMATCHSET, new ResourceProperty( - "Provides a WAF Geo Match Set Resource", + 'Provides a WAF Geo Match Set Resource', WAF_GeoMatchSet.GetTypes(), ), ], [ ResourceType.WAF_IPSET, new ResourceProperty( - "Provides a WAF IPSet Resource", + 'Provides a WAF IPSet Resource', WAF_IpSet.GetTypes(), ), ], [ ResourceType.WAF_RATEBASEDRULE, new ResourceProperty( - "Provides a WAF Rate Based Rule Resource", + 'Provides a WAF Rate Based Rule Resource', WAF_RateBasedRule.GetTypes(), ), ], [ ResourceType.WAF_REGEXMATCHSET, new ResourceProperty( - "Provides a WAF Regex Match Set Resource", + 'Provides a WAF Regex Match Set Resource', WAF_RegexMatchSet.GetTypes(), ), ], [ ResourceType.WAF_REGEXPATTERNSET, new ResourceProperty( - "Provides a WAF Regex Pattern Set Resource", + 'Provides a WAF Regex Pattern Set Resource', WAF_RegexPatternSet.GetTypes(), ), ], [ ResourceType.WAF_RULE, - new ResourceProperty("Provides a WAF Rule Resource", WAF_Rule.GetTypes()), + new ResourceProperty('Provides a WAF Rule Resource', WAF_Rule.GetTypes()), ], [ ResourceType.WAF_RULEGROUP, new ResourceProperty( - "Provides a WAF Rule Group Resource", + 'Provides a WAF Rule Group Resource', WAF_RuleGroup.GetTypes(), ), ], [ ResourceType.WAF_SIZECONSTRAINTSET, new ResourceProperty( - "Use the `aws.waf.SizeConstraintSet` resource to manage WAF size constraint sets.", + 'Use the `aws.waf.SizeConstraintSet` resource to manage WAF size constraint sets.', WAF_SizeConstraintSet.GetTypes(), ), ], [ ResourceType.WAF_SQLINJECTIONMATCHSET, new ResourceProperty( - "Provides a WAF SQL Injection Match Set Resource", + 'Provides a WAF SQL Injection Match Set Resource', WAF_SqlInjectionMatchSet.GetTypes(), ), ], [ ResourceType.WAF_WEBACL, new ResourceProperty( - "Provides a WAF Web ACL Resource", + 'Provides a WAF Web ACL Resource', WAF_WebAcl.GetTypes(), ), ], [ ResourceType.WAF_XSSMATCHSET, new ResourceProperty( - "Provides a WAF XSS Match Set Resource", + 'Provides a WAF XSS Match Set Resource', WAF_XssMatchSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_BYTEMATCHSET, new ResourceProperty( - "Provides a WAF Regional Byte Match Set Resource for use with Application Load Balancer.", + 'Provides a WAF Regional Byte Match Set Resource for use with Application Load Balancer.', WAFREGIONAL_ByteMatchSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_GEOMATCHSET, new ResourceProperty( - "Provides a WAF Regional Geo Match Set Resource", + 'Provides a WAF Regional Geo Match Set Resource', WAFREGIONAL_GeoMatchSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_IPSET, new ResourceProperty( - "Provides a WAF Regional IPSet Resource for use with Application Load Balancer.", + 'Provides a WAF Regional IPSet Resource for use with Application Load Balancer.', WAFREGIONAL_IpSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_RATEBASEDRULE, new ResourceProperty( - "Provides a WAF Rate Based Rule Resource", + 'Provides a WAF Rate Based Rule Resource', WAFREGIONAL_RateBasedRule.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_REGEXMATCHSET, new ResourceProperty( - "Provides a WAF Regional Regex Match Set Resource", + 'Provides a WAF Regional Regex Match Set Resource', WAFREGIONAL_RegexMatchSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_REGEXPATTERNSET, new ResourceProperty( - "Provides a WAF Regional Regex Pattern Set Resource", + 'Provides a WAF Regional Regex Pattern Set Resource', WAFREGIONAL_RegexPatternSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_RULE, new ResourceProperty( - "Provides an WAF Regional Rule Resource for use with Application Load Balancer.", + 'Provides an WAF Regional Rule Resource for use with Application Load Balancer.', WAFREGIONAL_Rule.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_RULEGROUP, new ResourceProperty( - "Provides a WAF Regional Rule Group Resource", + 'Provides a WAF Regional Rule Group Resource', WAFREGIONAL_RuleGroup.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_SIZECONSTRAINTSET, new ResourceProperty( - "Provides a WAF Regional Size Constraint Set Resource for use with Application Load Balancer.", + 'Provides a WAF Regional Size Constraint Set Resource for use with Application Load Balancer.', WAFREGIONAL_SizeConstraintSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_SQLINJECTIONMATCHSET, new ResourceProperty( - "Provides a WAF Regional SQL Injection Match Set Resource for use with Application Load Balancer.", + 'Provides a WAF Regional SQL Injection Match Set Resource for use with Application Load Balancer.', WAFREGIONAL_SqlInjectionMatchSet.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_WEBACL, new ResourceProperty( - "Provides a WAF Regional Web ACL Resource for use with Application Load Balancer.", + 'Provides a WAF Regional Web ACL Resource for use with Application Load Balancer.', WAFREGIONAL_WebAcl.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_WEBACLASSOCIATION, new ResourceProperty( - "Manages an association with WAF Regional Web ACL. > --Note:-- An Application Load Balancer can only be associated with one WAF Regional WebACL.", + 'Manages an association with WAF Regional Web ACL. > --Note:-- An Application Load Balancer can only be associated with one WAF Regional WebACL.', WAFREGIONAL_WebAclAssociation.GetTypes(), ), ], [ ResourceType.WAFREGIONAL_XSSMATCHSET, new ResourceProperty( - "Provides a WAF Regional XSS Match Set Resource for use with Application Load Balancer.", + 'Provides a WAF Regional XSS Match Set Resource for use with Application Load Balancer.', WAFREGIONAL_XssMatchSet.GetTypes(), ), ], [ ResourceType.WAFV2_IPSET, new ResourceProperty( - "Provides a WAFv2 IP Set Resource", + 'Provides a WAFv2 IP Set Resource', WAFV2_IpSet.GetTypes(), ), ], [ ResourceType.WAFV2_REGEXPATTERNSET, new ResourceProperty( - "Provides an AWS WAFv2 Regex Pattern Set Resource", + 'Provides an AWS WAFv2 Regex Pattern Set Resource', WAFV2_RegexPatternSet.GetTypes(), ), ], [ ResourceType.WAFV2_RULEGROUP, - new ResourceProperty("", WAFV2_RuleGroup.GetTypes()), + new ResourceProperty('', WAFV2_RuleGroup.GetTypes()), ], [ ResourceType.WAFV2_WEBACL, - new ResourceProperty("", WAFV2_WebAcl.GetTypes()), + new ResourceProperty('', WAFV2_WebAcl.GetTypes()), ], [ ResourceType.WAFV2_WEBACLASSOCIATION, new ResourceProperty( - "Creates a WAFv2 Web ACL Association.", + 'Creates a WAFv2 Web ACL Association.', WAFV2_WebAclAssociation.GetTypes(), ), ], [ ResourceType.WAFV2_WEBACLLOGGINGCONFIGURATION, new ResourceProperty( - "This resource creates a WAFv2 Web ACL Logging Configuration. !> --WARNING:-- When logging from a WAFv2 Web ACL to a CloudWatch Log Group, the WAFv2 service tries to create or update a generic Log Resource Policy named `AWSWAF-LOGS`. However, if there are a large number of Web ACLs or if the account frequently creates and deletes Web ACLs, this policy may exceed the maximum policy size. As a result, this resource type will fail to be created. More details about this issue can be found in this issue. To prevent this issue, you can manage a specific resource policy. Please refer to the example below for managing a CloudWatch Log Group with a managed CloudWatch Log Resource Policy.", + 'This resource creates a WAFv2 Web ACL Logging Configuration. !> --WARNING:-- When logging from a WAFv2 Web ACL to a CloudWatch Log Group, the WAFv2 service tries to create or update a generic Log Resource Policy named `AWSWAF-LOGS`. However, if there are a large number of Web ACLs or if the account frequently creates and deletes Web ACLs, this policy may exceed the maximum policy size. As a result, this resource type will fail to be created. More details about this issue can be found in this issue. To prevent this issue, you can manage a specific resource policy. Please refer to the example below for managing a CloudWatch Log Group with a managed CloudWatch Log Resource Policy.', WAFV2_WebAclLoggingConfiguration.GetTypes(), ), ], [ ResourceType.WORKLINK_FLEET, - new ResourceProperty("", WORKLINK_Fleet.GetTypes()), + new ResourceProperty('', WORKLINK_Fleet.GetTypes()), ], [ ResourceType.WORKLINK_WEBSITECERTIFICATEAUTHORITYASSOCIATION, new ResourceProperty( - "", + '', WORKLINK_WebsiteCertificateAuthorityAssociation.GetTypes(), ), ], [ ResourceType.WORKSPACES_CONNECTIONALIAS, new ResourceProperty( - "Resource for managing an AWS WorkSpaces Connection Alias.", + 'Resource for managing an AWS WorkSpaces Connection Alias.', WORKSPACES_ConnectionAlias.GetTypes(), ), ], [ ResourceType.WORKSPACES_DIRECTORY, new ResourceProperty( - "Provides a WorkSpaces directory in AWS WorkSpaces Service. > --NOTE:-- AWS WorkSpaces service requires [`workspaces_DefaultRole`](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role) IAM role to operate normally.", + 'Provides a WorkSpaces directory in AWS WorkSpaces Service. > --NOTE:-- AWS WorkSpaces service requires [`workspaces_DefaultRole`](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role) IAM role to operate normally.', WORKSPACES_Directory.GetTypes(), ), ], [ ResourceType.WORKSPACES_IPGROUP, new ResourceProperty( - "Provides an IP access control group in AWS WorkSpaces Service", + 'Provides an IP access control group in AWS WorkSpaces Service', WORKSPACES_IpGroup.GetTypes(), ), ], [ ResourceType.WORKSPACES_WORKSPACE, new ResourceProperty( - "Provides a workspace in [AWS Workspaces](https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces.html) Service > --NOTE:-- AWS WorkSpaces service requires [`workspaces_DefaultRole`](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role) IAM role to operate normally.", + 'Provides a workspace in [AWS Workspaces](https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces.html) Service > --NOTE:-- AWS WorkSpaces service requires [`workspaces_DefaultRole`](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role) IAM role to operate normally.', WORKSPACES_Workspace.GetTypes(), ), ], [ ResourceType.XRAY_ENCRYPTIONCONFIG, new ResourceProperty( - "Creates and manages an AWS XRay Encryption Config. > --NOTE:-- Removing this resource from the provider has no effect to the encryption configuration within X-Ray.", + 'Creates and manages an AWS XRay Encryption Config. > --NOTE:-- Removing this resource from the provider has no effect to the encryption configuration within X-Ray.', XRAY_EncryptionConfig.GetTypes(), ), ], [ ResourceType.XRAY_GROUP, new ResourceProperty( - "Creates and manages an AWS XRay Group.", + 'Creates and manages an AWS XRay Group.', XRAY_Group.GetTypes(), ), ], [ ResourceType.XRAY_SAMPLINGRULE, new ResourceProperty( - "Creates and manages an AWS XRay Sampling Rule.", + 'Creates and manages an AWS XRay Sampling Rule.', XRAY_SamplingRule.GetTypes(), ), ], diff --git a/src/app/Models/codegen/aws/accessanalyzer/Analyzer.ts b/src/app/Models/codegen/aws/accessanalyzer/Analyzer.ts index d6e9f0ec6..af8dc0c93 100644 --- a/src/app/Models/codegen/aws/accessanalyzer/Analyzer.ts +++ b/src/app/Models/codegen/aws/accessanalyzer/Analyzer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accessanalyzer_AnalyzerConfiguration, accessanalyzer_AnalyzerConfiguration_GetTypes, -} from "../types/accessanalyzer_AnalyzerConfiguration"; +} from '../types/accessanalyzer_AnalyzerConfiguration'; export interface AnalyzerArgs { // Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -55,32 +55,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of Analyzer. Valid values are `ACCOUNT`, `ORGANIZATION`, `ACCOUNT_UNUSED_ACCESS `, `ORGANIZATION_UNUSED_ACCESS`. Defaults to `ACCOUNT`.", + 'type', + 'Type of Analyzer. Valid values are `ACCOUNT`, `ORGANIZATION`, `ACCOUNT_UNUSED_ACCESS `, `ORGANIZATION_UNUSED_ACCESS`. Defaults to `ACCOUNT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "analyzerName", - "Name of the Analyzer.\n\nThe following arguments are optional:", + 'analyzerName', + 'Name of the Analyzer.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "configuration", - "A block that specifies the configuration of the analyzer. Documented below", + 'configuration', + 'A block that specifies the configuration of the analyzer. Documented below', () => accessanalyzer_AnalyzerConfiguration_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/accessanalyzer/ArchiveRule.ts b/src/app/Models/codegen/aws/accessanalyzer/ArchiveRule.ts index adc3a68eb..c9bb47d3f 100644 --- a/src/app/Models/codegen/aws/accessanalyzer/ArchiveRule.ts +++ b/src/app/Models/codegen/aws/accessanalyzer/ArchiveRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accessanalyzer_ArchiveRuleFilter, accessanalyzer_ArchiveRuleFilter_GetTypes, -} from "../types/accessanalyzer_ArchiveRuleFilter"; +} from '../types/accessanalyzer_ArchiveRuleFilter'; export interface ArchiveRuleArgs { // Rule name. @@ -35,24 +35,24 @@ export class ArchiveRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ruleName", - "Rule name.", + 'ruleName', + 'Rule name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "analyzerName", - "Analyzer name.", + 'analyzerName', + 'Analyzer name.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "filters", - "Filter criteria for the archive rule. See Filter for more details.", + 'filters', + 'Filter criteria for the archive rule. See Filter for more details.', () => accessanalyzer_ArchiveRuleFilter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/account/AlternativeContact.ts b/src/app/Models/codegen/aws/account/AlternativeContact.ts index 7ca3a5f3b..72a26838c 100644 --- a/src/app/Models/codegen/aws/account/AlternativeContact.ts +++ b/src/app/Models/codegen/aws/account/AlternativeContact.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AlternativeContactArgs { // Phone number for the alternate contact. @@ -49,31 +49,31 @@ export class AlternativeContact extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the alternate contact.", + 'name', + 'Name of the alternate contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", - "Phone number for the alternate contact.", + 'phoneNumber', + 'Phone number for the alternate contact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "title", - "Title for the alternate contact.", + 'title', + 'Title for the alternate contact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "ID of the target account when managing member accounts. Will manage current user's account by default if omitted.", () => [], false, @@ -81,16 +81,16 @@ export class AlternativeContact extends DS_Resource { ), new DynamicUIProps( InputType.String, - "alternateContactType", - "Type of the alternate contact. Allowed values are: `BILLING`, `OPERATIONS`, `SECURITY`.", + 'alternateContactType', + 'Type of the alternate contact. Allowed values are: `BILLING`, `OPERATIONS`, `SECURITY`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "emailAddress", - "An email address for the alternate contact.", + 'emailAddress', + 'An email address for the alternate contact.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/account/PrimaryContact.ts b/src/app/Models/codegen/aws/account/PrimaryContact.ts index db5b08c79..c0d8b3a76 100644 --- a/src/app/Models/codegen/aws/account/PrimaryContact.ts +++ b/src/app/Models/codegen/aws/account/PrimaryContact.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrimaryContactArgs { // The full name of the primary contact address. @@ -91,95 +91,95 @@ export class PrimaryContact extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "districtOrCounty", - "The district or county of the primary contact address, if any.", + 'districtOrCounty', + 'The district or county of the primary contact address, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "websiteUrl", - "The URL of the website associated with the primary contact information, if any.", + 'websiteUrl', + 'The URL of the website associated with the primary contact information, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressLine1", - "The first line of the primary contact address.", + 'addressLine1', + 'The first line of the primary contact address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "city", - "The city of the primary contact address.", + 'city', + 'The city of the primary contact address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateOrRegion", - "The state or region of the primary contact address. This field is required in selected countries.", + 'stateOrRegion', + 'The state or region of the primary contact address. This field is required in selected countries.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressLine3", - "The third line of the primary contact address, if any.", + 'addressLine3', + 'The third line of the primary contact address, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "companyName", - "The name of the company associated with the primary contact information, if any.", + 'companyName', + 'The name of the company associated with the primary contact information, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "countryCode", - "The ISO-3166 two-letter country code for the primary contact address.", + 'countryCode', + 'The ISO-3166 two-letter country code for the primary contact address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", - "The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.", + 'phoneNumber', + 'The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fullName", - "The full name of the primary contact address.", + 'fullName', + 'The full name of the primary contact address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of the primary contact address.", + 'postalCode', + 'The postal code of the primary contact address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "The ID of the target account when managing member accounts. Will manage current user's account by default if omitted.", () => [], false, @@ -187,8 +187,8 @@ export class PrimaryContact extends DS_Resource { ), new DynamicUIProps( InputType.String, - "addressLine2", - "The second line of the primary contact address, if any.", + 'addressLine2', + 'The second line of the primary contact address, if any.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/account/Region.ts b/src/app/Models/codegen/aws/account/Region.ts index 081e935e1..283e2e8df 100644 --- a/src/app/Models/codegen/aws/account/Region.ts +++ b/src/app/Models/codegen/aws/account/Region.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionArgs { // Whether the region is enabled. @@ -34,23 +34,23 @@ export class Region extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the region is enabled.", + 'enabled', + 'Whether the region is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "regionName", - "The region name to manage.", + 'regionName', + 'The region name to manage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "The ID of the target account when managing member accounts. Will manage current user's account by default if omitted. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.", () => [], false, diff --git a/src/app/Models/codegen/aws/acm/Certificate.ts b/src/app/Models/codegen/aws/acm/Certificate.ts index 0aa53ad01..97a923ebc 100644 --- a/src/app/Models/codegen/aws/acm/Certificate.ts +++ b/src/app/Models/codegen/aws/acm/Certificate.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acm_CertificateValidationOption, acm_CertificateValidationOption_GetTypes, -} from "../types/acm_CertificateValidationOption"; +} from '../types/acm_CertificateValidationOption'; import { acm_CertificateOptions, acm_CertificateOptions_GetTypes, -} from "../types/acm_CertificateOptions"; +} from '../types/acm_CertificateOptions'; import { acm_CertificateRenewalSummary, acm_CertificateRenewalSummary_GetTypes, -} from "../types/acm_CertificateRenewalSummary"; +} from '../types/acm_CertificateRenewalSummary'; import { acm_CertificateDomainValidationOption, acm_CertificateDomainValidationOption_GetTypes, -} from "../types/acm_CertificateDomainValidationOption"; +} from '../types/acm_CertificateDomainValidationOption'; export interface CertificateArgs { // Certificate's PEM-formatted public key @@ -168,15 +168,15 @@ or a string such as `2160h`. return [ new DynamicUIProps( InputType.String, - "domainName", - "Fully qualified domain name (FQDN) in the certificate.", + 'domainName', + 'Fully qualified domain name (FQDN) in the certificate.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificateBody", + 'certificateBody', "Certificate's PEM-formatted public key", () => [], false, @@ -184,47 +184,47 @@ or a string such as `2160h`. ), new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "Set of domains that should be SANs in the issued certificate.\nTo remove all elements of a previously configured list, set this value equal to an empty list (`[]`)", + 'subjectAlternativeNames', + 'Set of domains that should be SANs in the issued certificate.\nTo remove all elements of a previously configured list, set this value equal to an empty list (`[]`)', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "validationOptions", - "Configuration block used to specify information about the initial validation of each domain name. Detailed below.\n* Importing an existing certificate", + 'validationOptions', + 'Configuration block used to specify information about the initial validation of each domain name. Detailed below.\n* Importing an existing certificate', () => acm_CertificateValidationOption_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "certificateAuthorityArn", - "ARN of an ACM PCA", + 'certificateAuthorityArn', + 'ARN of an ACM PCA', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "options", - "Configuration block used to set certificate options. Detailed below.", + 'options', + 'Configuration block used to set certificate options. Detailed below.', () => acm_CertificateOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "certificateChain", + 'certificateChain', "Certificate's PEM-formatted chain\n* Creating a private CA issued certificate", () => [], false, @@ -232,7 +232,7 @@ or a string such as `2160h`. ), new DynamicUIProps( InputType.String, - "privateKey", + 'privateKey', "Certificate's PEM-formatted private key", () => [], false, @@ -240,24 +240,24 @@ or a string such as `2160h`. ), new DynamicUIProps( InputType.String, - "validationMethod", - "Which method to use for validation. `DNS` or `EMAIL` are valid. This parameter must not be set for certificates that were imported into ACM and then into Pulumi.", + 'validationMethod', + 'Which method to use for validation. `DNS` or `EMAIL` are valid. This parameter must not be set for certificates that were imported into ACM and then into Pulumi.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "earlyRenewalDuration", - "Amount of time to start automatic renewal process before expiration.\nHas no effect if less than 60 days.\nRepresented by either\na subset of [RFC 3339 duration](https://www.rfc-editor.org/rfc/rfc3339) supporting years, months, and days (e.g., `P90D`),\nor a string such as `2160h`.", + 'earlyRenewalDuration', + 'Amount of time to start automatic renewal process before expiration.\nHas no effect if less than 60 days.\nRepresented by either\na subset of [RFC 3339 duration](https://www.rfc-editor.org/rfc/rfc3339) supporting years, months, and days (e.g., `P90D`),\nor a string such as `2160h`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyAlgorithm", - "Specifies the algorithm of the public and private key pair that your Amazon issued certificate uses to encrypt data. See [ACM Certificate characteristics](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms) for more details.", + 'keyAlgorithm', + 'Specifies the algorithm of the public and private key pair that your Amazon issued certificate uses to encrypt data. See [ACM Certificate characteristics](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms) for more details.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/acm/CertificateValidation.ts b/src/app/Models/codegen/aws/acm/CertificateValidation.ts index 4946f0c17..1d934f6b0 100644 --- a/src/app/Models/codegen/aws/acm/CertificateValidation.ts +++ b/src/app/Models/codegen/aws/acm/CertificateValidation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateValidationArgs { // ARN of the certificate that is being validated. @@ -25,16 +25,16 @@ export class CertificateValidation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the certificate that is being validated.", + 'certificateArn', + 'ARN of the certificate that is being validated.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "validationRecordFqdns", - "List of FQDNs that implement the validation. Only valid for DNS validation method ACM certificates. If this is set, the resource can implement additional sanity checks and has an explicit dependency on the resource that is implementing the validation", + 'validationRecordFqdns', + 'List of FQDNs that implement the validation. Only valid for DNS validation method ACM certificates. If this is set, the resource can implement additional sanity checks and has an explicit dependency on the resource that is implementing the validation', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/acmpca/Certificate.ts b/src/app/Models/codegen/aws/acmpca/Certificate.ts index a35ea33db..c4d8b2866 100644 --- a/src/app/Models/codegen/aws/acmpca/Certificate.ts +++ b/src/app/Models/codegen/aws/acmpca/Certificate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acmpca_CertificateValidity, acmpca_CertificateValidity_GetTypes, -} from "../types/acmpca_CertificateValidity"; +} from '../types/acmpca_CertificateValidity'; export interface CertificateArgs { // ARN of the certificate authority. @@ -68,48 +68,48 @@ See [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/usergui return [ new DynamicUIProps( InputType.String, - "templateArn", - "Template to use when issuing a certificate.\nSee [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html) for more information.", + 'templateArn', + 'Template to use when issuing a certificate.\nSee [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "validity", - "Configures end of the validity period for the certificate. See validity block below.", + 'validity', + 'Configures end of the validity period for the certificate. See validity block below.', () => acmpca_CertificateValidity_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "apiPassthrough", - "Specifies X.509 certificate information to be included in the issued certificate. To use with API Passthrough templates", + 'apiPassthrough', + 'Specifies X.509 certificate information to be included in the issued certificate. To use with API Passthrough templates', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificateAuthorityArn", - "ARN of the certificate authority.", + 'certificateAuthorityArn', + 'ARN of the certificate authority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateSigningRequest", - "Certificate Signing Request in PEM format.", + 'certificateSigningRequest', + 'Certificate Signing Request in PEM format.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "signingAlgorithm", - "Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA`.", + 'signingAlgorithm', + 'Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/acmpca/CertificateAuthority.ts b/src/app/Models/codegen/aws/acmpca/CertificateAuthority.ts index 63094912b..28f130cb3 100644 --- a/src/app/Models/codegen/aws/acmpca/CertificateAuthority.ts +++ b/src/app/Models/codegen/aws/acmpca/CertificateAuthority.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acmpca_CertificateAuthorityRevocationConfiguration, acmpca_CertificateAuthorityRevocationConfiguration_GetTypes, -} from "../types/acmpca_CertificateAuthorityRevocationConfiguration"; +} from '../types/acmpca_CertificateAuthorityRevocationConfiguration'; import { acmpca_CertificateAuthorityCertificateAuthorityConfiguration, acmpca_CertificateAuthorityCertificateAuthorityConfiguration_GetTypes, -} from "../types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration"; +} from '../types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration'; export interface CertificateAuthorityArgs { // Whether the certificate authority is enabled or disabled. Defaults to `true`. Can only be disabled if the CA is in an `ACTIVE` state. @@ -93,40 +93,40 @@ export class CertificateAuthority extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "revocationConfiguration", - "Nested argument containing revocation configuration. Defined below.", + 'revocationConfiguration', + 'Nested argument containing revocation configuration. Defined below.', () => acmpca_CertificateAuthorityRevocationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of user-defined tags that are attached to the certificate authority. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of user-defined tags that are attached to the certificate authority. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of the certificate authority. Defaults to `SUBORDINATE`. Valid values: `ROOT` and `SUBORDINATE`.", + 'type', + 'Type of the certificate authority. Defaults to `SUBORDINATE`. Valid values: `ROOT` and `SUBORDINATE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "usageMode", - "Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days. Defaults to `GENERAL_PURPOSE`. Valid values: `GENERAL_PURPOSE` and `SHORT_LIVED_CERTIFICATE`.", + 'usageMode', + 'Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days. Defaults to `GENERAL_PURPOSE`. Valid values: `GENERAL_PURPOSE` and `SHORT_LIVED_CERTIFICATE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "certificateAuthorityConfiguration", - "Nested argument containing algorithms and certificate subject information. Defined below.", + 'certificateAuthorityConfiguration', + 'Nested argument containing algorithms and certificate subject information. Defined below.', () => acmpca_CertificateAuthorityCertificateAuthorityConfiguration_GetTypes(), true, @@ -134,24 +134,24 @@ export class CertificateAuthority extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the certificate authority is enabled or disabled. Defaults to `true`. Can only be disabled if the CA is in an `ACTIVE` state.", + 'enabled', + 'Whether the certificate authority is enabled or disabled. Defaults to `true`. Can only be disabled if the CA is in an `ACTIVE` state.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyStorageSecurityStandard", - "Cryptographic key management compliance standard used for handling CA keys. Defaults to `FIPS_140_2_LEVEL_3_OR_HIGHER`. Valid values: `FIPS_140_2_LEVEL_3_OR_HIGHER` and `FIPS_140_2_LEVEL_2_OR_HIGHER`. Supported standard for each region can be found in the [Storage and security compliance of AWS Private CA private keys Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/data-protection.html#private-keys).", + 'keyStorageSecurityStandard', + 'Cryptographic key management compliance standard used for handling CA keys. Defaults to `FIPS_140_2_LEVEL_3_OR_HIGHER`. Valid values: `FIPS_140_2_LEVEL_3_OR_HIGHER` and `FIPS_140_2_LEVEL_2_OR_HIGHER`. Supported standard for each region can be found in the [Storage and security compliance of AWS Private CA private keys Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/data-protection.html#private-keys).', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "permanentDeletionTimeInDays", - "Number of days to make a CA restorable after it has been deleted, must be between 7 to 30 days, with default to 30 days.", + 'permanentDeletionTimeInDays', + 'Number of days to make a CA restorable after it has been deleted, must be between 7 to 30 days, with default to 30 days.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/acmpca/CertificateAuthorityCertificate.ts b/src/app/Models/codegen/aws/acmpca/CertificateAuthorityCertificate.ts index 91bb12d03..9caafd470 100644 --- a/src/app/Models/codegen/aws/acmpca/CertificateAuthorityCertificate.ts +++ b/src/app/Models/codegen/aws/acmpca/CertificateAuthorityCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateAuthorityCertificateArgs { // PEM-encoded certificate for the Certificate Authority. @@ -31,24 +31,24 @@ export class CertificateAuthorityCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificate", - "PEM-encoded certificate for the Certificate Authority.", + 'certificate', + 'PEM-encoded certificate for the Certificate Authority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateAuthorityArn", - "ARN of the Certificate Authority.", + 'certificateAuthorityArn', + 'ARN of the Certificate Authority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateChain", - "PEM-encoded certificate chain that includes any intermediate certificates and chains up to root CA. Required for subordinate Certificate Authorities. Not allowed for root Certificate Authorities.", + 'certificateChain', + 'PEM-encoded certificate chain that includes any intermediate certificates and chains up to root CA. Required for subordinate Certificate Authorities. Not allowed for root Certificate Authorities.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/acmpca/Permission.ts b/src/app/Models/codegen/aws/acmpca/Permission.ts index dc381336b..bf0c2b62e 100644 --- a/src/app/Models/codegen/aws/acmpca/Permission.ts +++ b/src/app/Models/codegen/aws/acmpca/Permission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PermissionArgs { // Actions that the specified AWS service principal can use. These include `IssueCertificate`, `GetCertificate`, and `ListPermissions`. Note that in order for ACM to automatically rotate certificates issued by a PCA, it must be granted permission on all 3 actions, as per the example above. @@ -40,32 +40,32 @@ export class Permission extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "actions", - "Actions that the specified AWS service principal can use. These include `IssueCertificate`, `GetCertificate`, and `ListPermissions`. Note that in order for ACM to automatically rotate certificates issued by a PCA, it must be granted permission on all 3 actions, as per the example above.", + 'actions', + 'Actions that the specified AWS service principal can use. These include `IssueCertificate`, `GetCertificate`, and `ListPermissions`. Note that in order for ACM to automatically rotate certificates issued by a PCA, it must be granted permission on all 3 actions, as per the example above.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "certificateAuthorityArn", - "ARN of the CA that grants the permissions.", + 'certificateAuthorityArn', + 'ARN of the CA that grants the permissions.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principal", - "AWS service or identity that receives the permission. At this time, the only valid principal is `acm.amazonaws.com`.", + 'principal', + 'AWS service or identity that receives the permission. At this time, the only valid principal is `acm.amazonaws.com`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceAccount", - "ID of the calling account", + 'sourceAccount', + 'ID of the calling account', () => [], false, true, diff --git a/src/app/Models/codegen/aws/acmpca/Policy.ts b/src/app/Models/codegen/aws/acmpca/Policy.ts index 0452846e2..62254267e 100644 --- a/src/app/Models/codegen/aws/acmpca/Policy.ts +++ b/src/app/Models/codegen/aws/acmpca/Policy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyArgs { // JSON-formatted IAM policy to attach to the specified private CA resource. @@ -25,16 +25,16 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "JSON-formatted IAM policy to attach to the specified private CA resource.", + 'policy', + 'JSON-formatted IAM policy to attach to the specified private CA resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the private CA to associate with the policy.", + 'resourceArn', + 'ARN of the private CA to associate with the policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/alb/Listener.ts b/src/app/Models/codegen/aws/alb/Listener.ts index cf1f0f3a8..1723ffc95 100644 --- a/src/app/Models/codegen/aws/alb/Listener.ts +++ b/src/app/Models/codegen/aws/alb/Listener.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerMutualAuthentication, alb_ListenerMutualAuthentication_GetTypes, -} from "../types/alb_ListenerMutualAuthentication"; +} from '../types/alb_ListenerMutualAuthentication'; import { alb_ListenerDefaultAction, alb_ListenerDefaultAction_GetTypes, -} from "../types/alb_ListenerDefaultAction"; +} from '../types/alb_ListenerDefaultAction'; export interface ListenerArgs { // The mutual authentication configuration information. Detailed below. @@ -97,72 +97,72 @@ A map of tags to assign to the resource. .If configured with a provider `default return [ new DynamicUIProps( InputType.Object, - "mutualAuthentication", - "The mutual authentication configuration information. Detailed below.", + 'mutualAuthentication', + 'The mutual authentication configuration information. Detailed below.', () => alb_ListenerMutualAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sslPolicy", - "Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`. Default is `ELBSecurityPolicy-2016-08`.", + 'sslPolicy', + 'Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`. Default is `ELBSecurityPolicy-2016-08`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE::** Please note that listeners that are attached to Application Load Balancers must use either `HTTP` or `HTTPS` protocols while listeners that are attached to Network Load Balancers must use the `TCP` protocol.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE::** Please note that listeners that are attached to Application Load Balancers must use either `HTTP` or `HTTPS` protocols while listeners that are attached to Network Load Balancers must use the `TCP` protocol.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "defaultActions", - "Configuration block for default actions. Detailed below.", + 'defaultActions', + 'Configuration block for default actions. Detailed below.', () => alb_ListenerDefaultAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port on which the load balancer is listening. Not valid for Gateway Load Balancers.", + 'port', + 'Port on which the load balancer is listening. Not valid for Gateway Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the `aws.lb.ListenerCertificate` resource.", + 'certificateArn', + 'ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the `aws.lb.ListenerCertificate` resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerArn", - "ARN of the load balancer.\n\nThe following arguments are optional:", + 'loadBalancerArn', + 'ARN of the load balancer.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol for connections from clients to the load balancer. For Application Load Balancers, valid values are `HTTP` and `HTTPS`, with a default of `HTTP`. For Network Load Balancers, valid values are `TCP`, `TLS`, `UDP`, and `TCP_UDP`. Not valid to use `UDP` or `TCP_UDP` if dual-stack mode is enabled. Not valid for Gateway Load Balancers.", + 'protocol', + 'Protocol for connections from clients to the load balancer. For Application Load Balancers, valid values are `HTTP` and `HTTPS`, with a default of `HTTP`. For Network Load Balancers, valid values are `TCP`, `TLS`, `UDP`, and `TCP_UDP`. Not valid to use `UDP` or `TCP_UDP` if dual-stack mode is enabled. Not valid for Gateway Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "alpnPolicy", - "Name of the Application-Layer Protocol Negotiation (ALPN) policy. Can be set if `protocol` is `TLS`. Valid values are `HTTP1Only`, `HTTP2Only`, `HTTP2Optional`, `HTTP2Preferred`, and `None`.", + 'alpnPolicy', + 'Name of the Application-Layer Protocol Negotiation (ALPN) policy. Can be set if `protocol` is `TLS`. Valid values are `HTTP1Only`, `HTTP2Only`, `HTTP2Optional`, `HTTP2Preferred`, and `None`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/alb/ListenerCertificate.ts b/src/app/Models/codegen/aws/alb/ListenerCertificate.ts index 5b28bbe87..93c188ddd 100644 --- a/src/app/Models/codegen/aws/alb/ListenerCertificate.ts +++ b/src/app/Models/codegen/aws/alb/ListenerCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ListenerCertificateArgs { // The ARN of the listener to which to attach the certificate. @@ -25,16 +25,16 @@ export class ListenerCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificateArn", - "The ARN of the certificate to attach to the listener.", + 'certificateArn', + 'The ARN of the certificate to attach to the listener.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "listenerArn", - "The ARN of the listener to which to attach the certificate.", + 'listenerArn', + 'The ARN of the listener to which to attach the certificate.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/alb/ListenerRule.ts b/src/app/Models/codegen/aws/alb/ListenerRule.ts index 89fb41318..449883eee 100644 --- a/src/app/Models/codegen/aws/alb/ListenerRule.ts +++ b/src/app/Models/codegen/aws/alb/ListenerRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerRuleAction, alb_ListenerRuleAction_GetTypes, -} from "../types/alb_ListenerRuleAction"; +} from '../types/alb_ListenerRuleAction'; import { alb_ListenerRuleCondition, alb_ListenerRuleCondition_GetTypes, -} from "../types/alb_ListenerRuleCondition"; +} from '../types/alb_ListenerRuleCondition'; export interface ListenerRuleArgs { // An Action block. Action blocks are documented below. @@ -57,31 +57,31 @@ export class ListenerRule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "actions", - "An Action block. Action blocks are documented below.", + 'actions', + 'An Action block. Action blocks are documented below.', () => alb_ListenerRuleAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "conditions", - "A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.", + 'conditions', + 'A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.', () => alb_ListenerRuleCondition_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "listenerArn", - "The ARN of the listener to which to attach the rule.", + 'listenerArn', + 'The ARN of the listener to which to attach the rule.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "priority", + 'priority', "The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.", () => [], false, @@ -89,8 +89,8 @@ export class ListenerRule extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/alb/LoadBalancer.ts b/src/app/Models/codegen/aws/alb/LoadBalancer.ts index fc43c75f3..7a7982adb 100644 --- a/src/app/Models/codegen/aws/alb/LoadBalancer.ts +++ b/src/app/Models/codegen/aws/alb/LoadBalancer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_LoadBalancerSubnetMapping, alb_LoadBalancerSubnetMapping_GetTypes, -} from "../types/alb_LoadBalancerSubnetMapping"; +} from '../types/alb_LoadBalancerSubnetMapping'; import { alb_LoadBalancerAccessLogs, alb_LoadBalancerAccessLogs_GetTypes, -} from "../types/alb_LoadBalancerAccessLogs"; +} from '../types/alb_LoadBalancerAccessLogs'; import { alb_LoadBalancerConnectionLogs, alb_LoadBalancerConnectionLogs_GetTypes, -} from "../types/alb_LoadBalancerConnectionLogs"; +} from '../types/alb_LoadBalancerConnectionLogs'; export interface LoadBalancerArgs { // Client keep alive value in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. @@ -199,208 +199,208 @@ export class LoadBalancer extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "preserveHostHeader", - "Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.", + 'preserveHostHeader', + 'Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "xffHeaderProcessingMode", - "Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.", + 'xffHeaderProcessingMode', + 'Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "idleTimeout", - "Time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.", + 'idleTimeout', + 'Time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "internal", - "If true, the LB will be internal. Defaults to `false`.", + 'internal', + 'If true, the LB will be internal. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified, this provider will autogenerate a name beginning with `tf-lb`.", + 'name', + 'Name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified, this provider will autogenerate a name beginning with `tf-lb`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "connectionLogs", - "Connection Logs block. See below. Only valid for Load Balancers of type `application`.", + 'connectionLogs', + 'Connection Logs block. See below. Only valid for Load Balancers of type `application`.', () => alb_LoadBalancerConnectionLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dnsRecordClientRoutingPolicy", - "How traffic is distributed among the load balancer Availability Zones. Possible values are `any_availability_zone` (default), `availability_zone_affinity`, or `partial_availability_zone_affinity`. See [Availability Zone DNS affinity](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#zonal-dns-affinity) for additional details. Only valid for `network` type load balancers.", + 'dnsRecordClientRoutingPolicy', + 'How traffic is distributed among the load balancer Availability Zones. Possible values are `any_availability_zone` (default), `availability_zone_affinity`, or `partial_availability_zone_affinity`. See [Availability Zone DNS affinity](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#zonal-dns-affinity) for additional details. Only valid for `network` type load balancers.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableTlsVersionAndCipherSuiteHeaders", - "Whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`", + 'enableTlsVersionAndCipherSuiteHeaders', + 'Whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableWafFailOpen", - "Whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.", + 'enableWafFailOpen', + 'Whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "desyncMitigationMode", - "How the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.", + 'desyncMitigationMode', + 'How the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dropInvalidHeaderFields", - "Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.", + 'dropInvalidHeaderFields', + 'Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDeletionProtection", - "If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.", + 'enableDeletionProtection', + 'If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "clientKeepAlive", - "Client keep alive value in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.", + 'clientKeepAlive', + 'Client keep alive value in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group IDs to assign to the LB. Only valid for Load Balancers of type `application` or `network`. For load balancers of type `network` security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.", + 'securityGroups', + 'List of security group IDs to assign to the LB. Only valid for Load Balancers of type `application` or `network`. For load balancers of type `network` security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "List of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.", + 'subnets', + 'List of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableHttp2", - "Whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.", + 'enableHttp2', + 'Whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableXffClientPort", - "Whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.", + 'enableXffClientPort', + 'Whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "enforceSecurityGroupInboundRulesOnPrivateLinkTraffic", - "Whether inbound security group rules are enforced for traffic originating from a PrivateLink. Only valid for Load Balancers of type `network`. The possible values are `on` and `off`.", + 'enforceSecurityGroupInboundRulesOnPrivateLinkTraffic', + 'Whether inbound security group rules are enforced for traffic originating from a PrivateLink. Only valid for Load Balancers of type `network`. The possible values are `on` and `off`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accessLogs", - "Access Logs block. See below.", + 'accessLogs', + 'Access Logs block. See below.', () => alb_LoadBalancerAccessLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableCrossZoneLoadBalancing", - "If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.", + 'enableCrossZoneLoadBalancing', + 'If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetMappings", - "Subnet mapping block. See below. For Load Balancers of type `network` subnet mappings can only be added.", + 'subnetMappings', + 'Subnet mapping block. See below. For Load Balancers of type `network` subnet mappings can only be added.', () => alb_LoadBalancerSubnetMapping_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "ID of the customer owned ipv4 pool to use for this load balancer.", + 'customerOwnedIpv4Pool', + 'ID of the customer owned ipv4 pool to use for this load balancer.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "Type of IP addresses used by the subnets for your load balancer. The possible values depend upon the load balancer type: `ipv4` (all load balancer types), `dualstack` (all load balancer types), and `dualstack-without-public-ipv4` (type `application` only).", + 'ipAddressType', + 'Type of IP addresses used by the subnets for your load balancer. The possible values depend upon the load balancer type: `ipv4` (all load balancer types), `dualstack` (all load balancer types), and `dualstack-without-public-ipv4` (type `application` only).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerType", - "Type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.", + 'loadBalancerType', + 'Type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/alb/TargetGroup.ts b/src/app/Models/codegen/aws/alb/TargetGroup.ts index 19edb1ea6..a5cd89b8f 100644 --- a/src/app/Models/codegen/aws/alb/TargetGroup.ts +++ b/src/app/Models/codegen/aws/alb/TargetGroup.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_TargetGroupTargetGroupHealth, alb_TargetGroupTargetGroupHealth_GetTypes, -} from "../types/alb_TargetGroupTargetGroupHealth"; +} from '../types/alb_TargetGroupTargetGroupHealth'; import { alb_TargetGroupTargetHealthState, alb_TargetGroupTargetHealthState_GetTypes, -} from "../types/alb_TargetGroupTargetHealthState"; +} from '../types/alb_TargetGroupTargetHealthState'; import { alb_TargetGroupStickiness, alb_TargetGroupStickiness_GetTypes, -} from "../types/alb_TargetGroupStickiness"; +} from '../types/alb_TargetGroupStickiness'; import { alb_TargetGroupHealthCheck, alb_TargetGroupHealthCheck_GetTypes, -} from "../types/alb_TargetGroupHealthCheck"; +} from '../types/alb_TargetGroupHealthCheck'; import { alb_TargetGroupTargetFailover, alb_TargetGroupTargetFailover_GetTypes, -} from "../types/alb_TargetGroupTargetFailover"; +} from '../types/alb_TargetGroupTargetFailover'; export interface TargetGroupArgs { // The type of IP addresses used by the target group, only supported when target type is set to `ip`. Possible values are `ipv4` or `ipv6`. @@ -217,63 +217,63 @@ Does not apply when `target_type` is `lambda`. return [ new DynamicUIProps( InputType.Object, - "healthCheck", - "Health Check configuration block. Detailed below.", + 'healthCheck', + 'Health Check configuration block. Detailed below.', () => alb_TargetGroupHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "loadBalancingAlgorithmType", - "Determines how the load balancer selects targets when routing requests. Only applicable for Application Load Balancer Target Groups. The value is `round_robin`, `least_outstanding_requests`, or `weighted_random`. The default is `round_robin`.", + 'loadBalancingAlgorithmType', + 'Determines how the load balancer selects targets when routing requests. Only applicable for Application Load Balancer Target Groups. The value is `round_robin`, `least_outstanding_requests`, or `weighted_random`. The default is `round_robin`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocolVersion", - "Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1", + 'protocolVersion', + 'Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preserveClientIp", - "Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information.", + 'preserveClientIp', + 'Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetFailovers", - "Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information.", + 'targetFailovers', + 'Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information.', () => alb_TargetGroupTargetFailover_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetType", + 'targetType', "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.", () => [], false, @@ -281,7 +281,7 @@ Does not apply when `target_type` is `lambda`. ), new DynamicUIProps( InputType.String, - "loadBalancingAnomalyMitigation", + 'loadBalancingAnomalyMitigation', 'Determines whether to enable target anomaly mitigation. Target anomaly mitigation is only supported by the `weighted_random` load balancing algorithm type. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#automatic-target-weights) for more information. The value is `"on"` or `"off"`. The default is `"off"`.', () => [], false, @@ -289,31 +289,31 @@ Does not apply when `target_type` is `lambda`. ), new DynamicUIProps( InputType.Object, - "targetGroupHealth", - "Target health requirements block. See target_group_health for more information.", + 'targetGroupHealth', + 'Target health requirements block. See target_group_health for more information.', () => alb_TargetGroupTargetGroupHealth_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetHealthStates", - "Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information.", + 'targetHealthStates', + 'Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information.', () => alb_TargetGroupTargetHealthState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "proxyProtocolV2", - "Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`.", + 'proxyProtocolV2', + 'Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingCrossZoneEnabled", + 'loadBalancingCrossZoneEnabled', 'Indicates whether cross zone load balancing is enabled. The value is `"true"`, `"false"` or `"use_load_balancer_configuration"`. The default is `"use_load_balancer_configuration"`.', () => [], false, @@ -321,80 +321,80 @@ Does not apply when `target_type` is `lambda`. ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The type of IP addresses used by the target group, only supported when target type is set to `ip`. Possible values are `ipv4` or `ipv6`.", + 'ipAddressType', + 'The type of IP addresses used by the target group, only supported when target type is set to `ip`. Possible values are `ipv4` or `ipv6`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.", + 'protocol', + 'Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "connectionTermination", - "Whether to terminate connections at the end of the deregistration timeout on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#deregistration-delay) for more information. Default is `false`.", + 'connectionTermination', + 'Whether to terminate connections at the end of the deregistration timeout on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#deregistration-delay) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "lambdaMultiValueHeadersEnabled", - "Whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. Only applies when `target_type` is `lambda`. Default is `false`.", + 'lambdaMultiValueHeadersEnabled', + 'Whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. Only applies when `target_type` is `lambda`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.", + 'port', + 'Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "slowStart", - "Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds.", + 'slowStart', + 'Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "Identifier of the VPC in which to create the target group. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.", + 'vpcId', + 'Identifier of the VPC in which to create the target group. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "stickiness", - "Stickiness configuration block. Detailed below.", + 'stickiness', + 'Stickiness configuration block. Detailed below.', () => alb_TargetGroupStickiness_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "deregistrationDelay", - "Amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.", + 'deregistrationDelay', + 'Amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the target group. If omitted, this provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", + 'name', + 'Name of the target group. If omitted, this provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/alb/TargetGroupAttachment.ts b/src/app/Models/codegen/aws/alb/TargetGroupAttachment.ts index 946e08d1d..822407877 100644 --- a/src/app/Models/codegen/aws/alb/TargetGroupAttachment.ts +++ b/src/app/Models/codegen/aws/alb/TargetGroupAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetGroupAttachmentArgs { /* @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "targetId", - "The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is `ip`, specify an IP address. If the target type is `lambda`, specify the Lambda function ARN. If the target type is `alb`, specify the ALB ARN.\n\nThe following arguments are optional:", + 'targetId', + 'The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is `ip`, specify an IP address. If the target type is `lambda`, specify the Lambda function ARN. If the target type is `alb`, specify the ALB ARN.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone where the IP address of the target is to be registered. If the private IP address is outside of the VPC scope, this value must be set to `all`.", + 'availabilityZone', + 'The Availability Zone where the IP address of the target is to be registered. If the private IP address is outside of the VPC scope, this value must be set to `all`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which targets receive traffic.", + 'port', + 'The port on which targets receive traffic.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "The ARN of the target group with which to register targets.", + 'targetGroupArn', + 'The ARN of the target group with which to register targets.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/amp/AlertManagerDefinition.ts b/src/app/Models/codegen/aws/amp/AlertManagerDefinition.ts index 077f21a40..e7d9d88f3 100644 --- a/src/app/Models/codegen/aws/amp/AlertManagerDefinition.ts +++ b/src/app/Models/codegen/aws/amp/AlertManagerDefinition.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AlertManagerDefinitionArgs { // ID of the prometheus workspace the alert manager definition should be linked to @@ -25,16 +25,16 @@ export class AlertManagerDefinition extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "workspaceId", - "ID of the prometheus workspace the alert manager definition should be linked to", + 'workspaceId', + 'ID of the prometheus workspace the alert manager definition should be linked to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "definition", - "the alert manager definition that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html).", + 'definition', + 'the alert manager definition that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/amp/RuleGroupNamespace.ts b/src/app/Models/codegen/aws/amp/RuleGroupNamespace.ts index 191ea6bf3..0fbcb36aa 100644 --- a/src/app/Models/codegen/aws/amp/RuleGroupNamespace.ts +++ b/src/app/Models/codegen/aws/amp/RuleGroupNamespace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RuleGroupNamespaceArgs { // the rule group namespace data that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-Ruler.html). @@ -31,24 +31,24 @@ export class RuleGroupNamespace extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "data", - "the rule group namespace data that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-Ruler.html).", + 'data', + 'the rule group namespace data that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-Ruler.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule group namespace", + 'name', + 'The name of the rule group namespace', () => [], false, true, ), new DynamicUIProps( InputType.String, - "workspaceId", - "ID of the prometheus workspace the rule group namespace should be linked to", + 'workspaceId', + 'ID of the prometheus workspace the rule group namespace should be linked to', () => [], true, true, diff --git a/src/app/Models/codegen/aws/amp/Scraper.ts b/src/app/Models/codegen/aws/amp/Scraper.ts index e461185a1..cee4ea7c8 100644 --- a/src/app/Models/codegen/aws/amp/Scraper.ts +++ b/src/app/Models/codegen/aws/amp/Scraper.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amp_ScraperSource, amp_ScraperSource_GetTypes, -} from "../types/amp_ScraperSource"; +} from '../types/amp_ScraperSource'; import { amp_ScraperTimeouts, amp_ScraperTimeouts_GetTypes, -} from "../types/amp_ScraperTimeouts"; +} from '../types/amp_ScraperTimeouts'; import { amp_ScraperDestination, amp_ScraperDestination_GetTypes, -} from "../types/amp_ScraperDestination"; +} from '../types/amp_ScraperDestination'; export interface ScraperArgs { // The configuration file to use in the new scraper. For more information, see [Scraper configuration](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration). @@ -78,48 +78,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => amp_ScraperTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "alias", - "a name to associate with the managed scraper. This is for your use, and does not need to be unique.", + 'alias', + 'a name to associate with the managed scraper. This is for your use, and does not need to be unique.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destination", - "Configuration block for the managed scraper to send metrics to. See `destination`.", + 'destination', + 'Configuration block for the managed scraper to send metrics to. See `destination`.', () => amp_ScraperDestination_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scrapeConfiguration", - "The configuration file to use in the new scraper. For more information, see [Scraper configuration](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration).", + 'scrapeConfiguration', + 'The configuration file to use in the new scraper. For more information, see [Scraper configuration](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration).', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "source", - "Configuration block to specify where the managed scraper will collect metrics from. See `source`.\n\nThe following arguments are optional:", + 'source', + 'Configuration block to specify where the managed scraper will collect metrics from. See `source`.\n\nThe following arguments are optional:', () => amp_ScraperSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/amp/Workspace.ts b/src/app/Models/codegen/aws/amp/Workspace.ts index b23eabe9e..ac56f7902 100644 --- a/src/app/Models/codegen/aws/amp/Workspace.ts +++ b/src/app/Models/codegen/aws/amp/Workspace.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amp_WorkspaceLoggingConfiguration, amp_WorkspaceLoggingConfiguration_GetTypes, -} from "../types/amp_WorkspaceLoggingConfiguration"; +} from '../types/amp_WorkspaceLoggingConfiguration'; export interface WorkspaceArgs { // The alias of the prometheus workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-create-workspace.html). @@ -50,32 +50,32 @@ export class Workspace extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "alias", - "The alias of the prometheus workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-create-workspace.html).", + 'alias', + 'The alias of the prometheus workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-create-workspace.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN for the KMS encryption key. If this argument is not provided, then the AWS owned encryption key will be used to encrypt the data in the workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html)", + 'kmsKeyArn', + 'The ARN for the KMS encryption key. If this argument is not provided, then the AWS owned encryption key will be used to encrypt the data in the workspace. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html)', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "Logging configuration for the workspace. See Logging Configuration below for details.", + 'loggingConfiguration', + 'Logging configuration for the workspace. See Logging Configuration below for details.', () => amp_WorkspaceLoggingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/amplify/App.ts b/src/app/Models/codegen/aws/amplify/App.ts index ac6766e6c..4e5de0a43 100644 --- a/src/app/Models/codegen/aws/amplify/App.ts +++ b/src/app/Models/codegen/aws/amplify/App.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amplify_AppProductionBranch, amplify_AppProductionBranch_GetTypes, -} from "../types/amplify_AppProductionBranch"; +} from '../types/amplify_AppProductionBranch'; import { amplify_AppAutoBranchCreationConfig, amplify_AppAutoBranchCreationConfig_GetTypes, -} from "../types/amplify_AppAutoBranchCreationConfig"; +} from '../types/amplify_AppAutoBranchCreationConfig'; import { amplify_AppCustomRule, amplify_AppCustomRule_GetTypes, -} from "../types/amplify_AppCustomRule"; +} from '../types/amplify_AppCustomRule'; export interface AppArgs { // AWS Identity and Access Management (IAM) service role for an Amplify app. @@ -151,152 +151,152 @@ export class App extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enableAutoBranchCreation", - "Enables automated branch creation for an Amplify app.", + 'enableAutoBranchCreation', + 'Enables automated branch creation for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "repository", - "Repository for an Amplify app.", + 'repository', + 'Repository for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platform", - "Platform or framework for an Amplify app. Valid values: `WEB`, `WEB_COMPUTE`. Default value: `WEB`.", + 'platform', + 'Platform or framework for an Amplify app. Valid values: `WEB`, `WEB_COMPUTE`. Default value: `WEB`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "buildSpec", - "The [build specification](https://docs.aws.amazon.com/amplify/latest/userguide/build-settings.html) (build spec) for an Amplify app.", + 'buildSpec', + 'The [build specification](https://docs.aws.amazon.com/amplify/latest/userguide/build-settings.html) (build spec) for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableBranchAutoDeletion", - "Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.", + 'enableBranchAutoDeletion', + 'Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customRules", - "Custom rewrite and redirect rules for an Amplify app. A `custom_rule` block is documented below.", + 'customRules', + 'Custom rewrite and redirect rules for an Amplify app. A `custom_rule` block is documented below.', () => amplify_AppCustomRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableBasicAuth", - "Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.", + 'enableBasicAuth', + 'Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "oauthToken", - "OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key. The OAuth token is not stored.", + 'oauthToken', + 'OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key. The OAuth token is not stored.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamServiceRoleArn", - "AWS Identity and Access Management (IAM) service role for an Amplify app.", + 'iamServiceRoleArn', + 'AWS Identity and Access Management (IAM) service role for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for an Amplify app.", + 'name', + 'Name for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "autoBranchCreationConfig", - "Automated branch creation configuration for an Amplify app. An `auto_branch_creation_config` block is documented below.", + 'autoBranchCreationConfig', + 'Automated branch creation configuration for an Amplify app. An `auto_branch_creation_config` block is documented below.', () => amplify_AppAutoBranchCreationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customHeaders", - "The [custom HTTP headers](https://docs.aws.amazon.com/amplify/latest/userguide/custom-headers.html) for an Amplify app.", + 'customHeaders', + 'The [custom HTTP headers](https://docs.aws.amazon.com/amplify/latest/userguide/custom-headers.html) for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for an Amplify app.", + 'description', + 'Description for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "environmentVariables", - "Environment variables map for an Amplify app.", + 'environmentVariables', + 'Environment variables map for an Amplify app.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "autoBranchCreationPatterns", - "Automated branch creation glob patterns for an Amplify app.", + 'autoBranchCreationPatterns', + 'Automated branch creation glob patterns for an Amplify app.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "basicAuthCredentials", - "Credentials for basic authorization for an Amplify app.", + 'basicAuthCredentials', + 'Credentials for basic authorization for an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "Personal access token for a third-party source control system for an Amplify app. This token must have write access to the relevant repo to create a webhook and a read-only deploy key for the Amplify project. The token is not stored, so after applying this attribute can be removed and the setup token deleted.", + 'accessToken', + 'Personal access token for a third-party source control system for an Amplify app. This token must have write access to the relevant repo to create a webhook and a read-only deploy key for the Amplify project. The token is not stored, so after applying this attribute can be removed and the setup token deleted.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableBranchAutoBuild", - "Enables auto-building of branches for the Amplify App.", + 'enableBranchAutoBuild', + 'Enables auto-building of branches for the Amplify App.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/amplify/BackendEnvironment.ts b/src/app/Models/codegen/aws/amplify/BackendEnvironment.ts index aa735d0b8..0a774cc18 100644 --- a/src/app/Models/codegen/aws/amplify/BackendEnvironment.ts +++ b/src/app/Models/codegen/aws/amplify/BackendEnvironment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackendEnvironmentArgs { // Unique ID for an Amplify app. @@ -40,32 +40,32 @@ export class BackendEnvironment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "appId", - "Unique ID for an Amplify app.", + 'appId', + 'Unique ID for an Amplify app.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deploymentArtifacts", - "Name of deployment artifacts.", + 'deploymentArtifacts', + 'Name of deployment artifacts.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "environmentName", - "Name for the backend environment.", + 'environmentName', + 'Name for the backend environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "stackName", - "AWS CloudFormation stack name of a backend environment.", + 'stackName', + 'AWS CloudFormation stack name of a backend environment.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/amplify/Branch.ts b/src/app/Models/codegen/aws/amplify/Branch.ts index b36383c48..bc4617b2a 100644 --- a/src/app/Models/codegen/aws/amplify/Branch.ts +++ b/src/app/Models/codegen/aws/amplify/Branch.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BranchArgs { // Enables auto building for the branch. @@ -133,136 +133,136 @@ export class Branch extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enablePullRequestPreview", - "Enables pull request previews for this branch.", + 'enablePullRequestPreview', + 'Enables pull request previews for this branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "framework", - "Framework for the branch.", + 'framework', + 'Framework for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backendEnvironmentArn", - "ARN for a backend environment that is part of an Amplify app.", + 'backendEnvironmentArn', + 'ARN for a backend environment that is part of an Amplify app.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableBasicAuth", - "Enables basic authorization for the branch.", + 'enableBasicAuth', + 'Enables basic authorization for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "branchName", - "Name for the branch.", + 'branchName', + 'Name for the branch.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enablePerformanceMode", - "Enables performance mode for the branch.", + 'enablePerformanceMode', + 'Enables performance mode for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "basicAuthCredentials", - "Basic authorization credentials for the branch.", + 'basicAuthCredentials', + 'Basic authorization credentials for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pullRequestEnvironmentName", - "Amplify environment name for the pull request.", + 'pullRequestEnvironmentName', + 'Amplify environment name for the pull request.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableAutoBuild", - "Enables auto building for the branch.", + 'enableAutoBuild', + 'Enables auto building for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "environmentVariables", - "Environment variables for the branch.", + 'environmentVariables', + 'Environment variables for the branch.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name for a branch. This is used as the default domain prefix.", + 'displayName', + 'Display name for a branch. This is used as the default domain prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stage", - "Describes the current stage for the branch. Valid values: `PRODUCTION`, `BETA`, `DEVELOPMENT`, `EXPERIMENTAL`, `PULL_REQUEST`.", + 'stage', + 'Describes the current stage for the branch. Valid values: `PRODUCTION`, `BETA`, `DEVELOPMENT`, `EXPERIMENTAL`, `PULL_REQUEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appId", - "Unique ID for an Amplify app.", + 'appId', + 'Unique ID for an Amplify app.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableNotification", - "Enables notifications for the branch.", + 'enableNotification', + 'Enables notifications for the branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ttl", - "Content Time To Live (TTL) for the website in seconds.", + 'ttl', + 'Content Time To Live (TTL) for the website in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the branch.", + 'description', + 'Description for the branch.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/amplify/DomainAssociation.ts b/src/app/Models/codegen/aws/amplify/DomainAssociation.ts index 78f55e35c..45326b9a6 100644 --- a/src/app/Models/codegen/aws/amplify/DomainAssociation.ts +++ b/src/app/Models/codegen/aws/amplify/DomainAssociation.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amplify_DomainAssociationSubDomain, amplify_DomainAssociationSubDomain_GetTypes, -} from "../types/amplify_DomainAssociationSubDomain"; +} from '../types/amplify_DomainAssociationSubDomain'; import { amplify_DomainAssociationCertificateSettings, amplify_DomainAssociationCertificateSettings_GetTypes, -} from "../types/amplify_DomainAssociationCertificateSettings"; +} from '../types/amplify_DomainAssociationCertificateSettings'; export interface DomainAssociationArgs { // Unique ID for an Amplify app. @@ -63,15 +63,15 @@ export class DomainAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "appId", - "Unique ID for an Amplify app.", + 'appId', + 'Unique ID for an Amplify app.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "certificateSettings", + 'certificateSettings', "The type of SSL/TLS certificate to use for your custom domain. If you don't specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.", () => amplify_DomainAssociationCertificateSettings_GetTypes(), false, @@ -79,32 +79,32 @@ export class DomainAssociation extends DS_Resource { ), new DynamicUIProps( InputType.String, - "domainName", - "Domain name for the domain association.", + 'domainName', + 'Domain name for the domain association.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableAutoSubDomain", - "Enables the automated creation of subdomains for branches.", + 'enableAutoSubDomain', + 'Enables the automated creation of subdomains for branches.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subDomains", - "Setting for the subdomain. Documented below.", + 'subDomains', + 'Setting for the subdomain. Documented below.', () => amplify_DomainAssociationSubDomain_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "waitForVerification", - "If enabled, the resource will wait for the domain association status to change to `PENDING_DEPLOYMENT` or `AVAILABLE`. Setting this to `false` will skip the process. Default: `true`.", + 'waitForVerification', + 'If enabled, the resource will wait for the domain association status to change to `PENDING_DEPLOYMENT` or `AVAILABLE`. Setting this to `false` will skip the process. Default: `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/amplify/Webhook.ts b/src/app/Models/codegen/aws/amplify/Webhook.ts index cad683c36..c2c7676c4 100644 --- a/src/app/Models/codegen/aws/amplify/Webhook.ts +++ b/src/app/Models/codegen/aws/amplify/Webhook.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WebhookArgs { // Unique ID for an Amplify app. @@ -37,24 +37,24 @@ export class Webhook extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "appId", - "Unique ID for an Amplify app.", + 'appId', + 'Unique ID for an Amplify app.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "branchName", - "Name for a branch that is part of the Amplify app.", + 'branchName', + 'Name for a branch that is part of the Amplify app.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for a webhook.", + 'description', + 'Description for a webhook.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/Account.ts b/src/app/Models/codegen/aws/apigateway/Account.ts index e6ea3e3db..ef7a9d48e 100644 --- a/src/app/Models/codegen/aws/apigateway/Account.ts +++ b/src/app/Models/codegen/aws/apigateway/Account.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_AccountThrottleSetting, apigateway_AccountThrottleSetting_GetTypes, -} from "../types/apigateway_AccountThrottleSetting"; +} from '../types/apigateway_AccountThrottleSetting'; export interface AccountArgs { // ARN of an IAM role for CloudWatch (to allow logging & monitoring). See more [in AWS Docs](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-stage-settings.html#how-to-stage-settings-console). Logging & monitoring can be enabled/disabled and otherwise tuned on the API Gateway Stage level. @@ -32,8 +32,8 @@ export class Account extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cloudwatchRoleArn", - "ARN of an IAM role for CloudWatch (to allow logging & monitoring). See more [in AWS Docs](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-stage-settings.html#how-to-stage-settings-console). Logging & monitoring can be enabled/disabled and otherwise tuned on the API Gateway Stage level.", + 'cloudwatchRoleArn', + 'ARN of an IAM role for CloudWatch (to allow logging & monitoring). See more [in AWS Docs](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-stage-settings.html#how-to-stage-settings-console). Logging & monitoring can be enabled/disabled and otherwise tuned on the API Gateway Stage level.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/ApiKey.ts b/src/app/Models/codegen/aws/apigateway/ApiKey.ts index 6b5cb1a5b..a136a0bc2 100644 --- a/src/app/Models/codegen/aws/apigateway/ApiKey.ts +++ b/src/app/Models/codegen/aws/apigateway/ApiKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiKeyArgs { // Whether the API key can be used by callers. Defaults to `true`. @@ -61,7 +61,7 @@ export class ApiKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'API key description. Defaults to "Managed by Pulumi".', () => [], false, @@ -69,40 +69,40 @@ export class ApiKey extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the API key can be used by callers. Defaults to `true`.", + 'enabled', + 'Whether the API key can be used by callers. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the API key.", + 'name', + 'Name of the API key.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the API key. If specified, the value must be an alphanumeric string between 20 and 128 characters. If not specified, it will be automatically generated by AWS on creation.", + 'value', + 'Value of the API key. If specified, the value must be an alphanumeric string between 20 and 128 characters. If not specified, it will be automatically generated by AWS on creation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerId", - "An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.", + 'customerId', + 'An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/Authorizer.ts b/src/app/Models/codegen/aws/apigateway/Authorizer.ts index 35e88f03f..6a5f661c6 100644 --- a/src/app/Models/codegen/aws/apigateway/Authorizer.ts +++ b/src/app/Models/codegen/aws/apigateway/Authorizer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthorizerArgs { // Validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response. @@ -76,15 +76,15 @@ e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lam return [ new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API", + 'restApi', + 'ID of the associated REST API', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identitySource", + 'identitySource', 'Source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`', () => [], false, @@ -92,7 +92,7 @@ e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lam ), new DynamicUIProps( InputType.String, - "identityValidationExpression", + 'identityValidationExpression', "Validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.", () => [], false, @@ -100,23 +100,23 @@ e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lam ), new DynamicUIProps( InputType.Array, - "providerArns", - "List of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.", + 'providerArns', + 'List of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizerCredentials", - "Credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.", + 'authorizerCredentials', + 'Credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizerUri", + 'authorizerUri', "Authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,\ne.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:012345678912:function:my-function/invocations`", () => [], false, @@ -124,24 +124,24 @@ e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lam ), new DynamicUIProps( InputType.Number, - "authorizerResultTtlInSeconds", - "TTL of cached authorizer results in seconds. Defaults to `300`.", + 'authorizerResultTtlInSeconds', + 'TTL of cached authorizer results in seconds. Defaults to `300`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the authorizer", + 'name', + 'Name of the authorizer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.", + 'type', + 'Type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/BasePathMapping.ts b/src/app/Models/codegen/aws/apigateway/BasePathMapping.ts index ef041a659..8762067d6 100644 --- a/src/app/Models/codegen/aws/apigateway/BasePathMapping.ts +++ b/src/app/Models/codegen/aws/apigateway/BasePathMapping.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BasePathMappingArgs { // Path segment that must be prepended to the path when accessing the API via this mapping. If omitted, the API is exposed at the root of the given domain. @@ -37,32 +37,32 @@ export class BasePathMapping extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "stageName", - "Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.", + 'stageName', + 'Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "basePath", - "Path segment that must be prepended to the path when accessing the API via this mapping. If omitted, the API is exposed at the root of the given domain.", + 'basePath', + 'Path segment that must be prepended to the path when accessing the API via this mapping. If omitted, the API is exposed at the root of the given domain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Already-registered domain name to connect the API to.", + 'domainName', + 'Already-registered domain name to connect the API to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the API to connect.", + 'restApi', + 'ID of the API to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/apigateway/ClientCertificate.ts b/src/app/Models/codegen/aws/apigateway/ClientCertificate.ts index 413f6cfd6..ebd5ce60a 100644 --- a/src/app/Models/codegen/aws/apigateway/ClientCertificate.ts +++ b/src/app/Models/codegen/aws/apigateway/ClientCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClientCertificateArgs { // Description of the client certificate. @@ -40,16 +40,16 @@ export class ClientCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the client certificate.", + 'description', + 'Description of the client certificate.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apigateway/Deployment.ts b/src/app/Models/codegen/aws/apigateway/Deployment.ts index 87f7af214..4110a4dfe 100644 --- a/src/app/Models/codegen/aws/apigateway/Deployment.ts +++ b/src/app/Models/codegen/aws/apigateway/Deployment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_DeploymentCanarySettings, apigateway_DeploymentCanarySettings_GetTypes, -} from "../types/apigateway_DeploymentCanarySettings"; +} from '../types/apigateway_DeploymentCanarySettings'; export interface DeploymentArgs { // Map to set on the stage managed by the `stage_name` argument. @@ -75,56 +75,56 @@ e.g., `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod` return [ new DynamicUIProps( InputType.Map, - "triggers", - "Map of arbitrary keys and values that, when changed, will trigger a redeployment.", + 'triggers', + 'Map of arbitrary keys and values that, when changed, will trigger a redeployment.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "variables", - "Map to set on the stage managed by the `stage_name` argument.", + 'variables', + 'Map to set on the stage managed by the `stage_name` argument.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "canarySettings", - "Input configuration for the canary deployment when the deployment is a canary release deployment. See `canary_settings below.", + 'canarySettings', + 'Input configuration for the canary deployment when the deployment is a canary release deployment. See `canary_settings below.', () => apigateway_DeploymentCanarySettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the deployment", + 'description', + 'Description of the deployment', () => [], false, false, ), new DynamicUIProps( InputType.String, - "restApi", - "REST API identifier.", + 'restApi', + 'REST API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "stageDescription", - "Description to set on the stage managed by the `stage_name` argument.", + 'stageDescription', + 'Description to set on the stage managed by the `stage_name` argument.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "stageName", - "Name of the stage to create with this deployment. If the specified stage already exists, it will be updated to point to the new deployment. We recommend using the `aws.apigateway.Stage` resource instead to manage stages.", + 'stageName', + 'Name of the stage to create with this deployment. If the specified stage already exists, it will be updated to point to the new deployment. We recommend using the `aws.apigateway.Stage` resource instead to manage stages.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/apigateway/DocumentationPart.ts b/src/app/Models/codegen/aws/apigateway/DocumentationPart.ts index c131dd783..692334f6a 100644 --- a/src/app/Models/codegen/aws/apigateway/DocumentationPart.ts +++ b/src/app/Models/codegen/aws/apigateway/DocumentationPart.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_DocumentationPartLocation, apigateway_DocumentationPartLocation_GetTypes, -} from "../types/apigateway_DocumentationPartLocation"; +} from '../types/apigateway_DocumentationPartLocation'; export interface DocumentationPartArgs { // Location of the targeted API entity of the to-be-created documentation part. See below. @@ -38,15 +38,15 @@ export class DocumentationPart extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "location", - "Location of the targeted API entity of the to-be-created documentation part. See below.", + 'location', + 'Location of the targeted API entity of the to-be-created documentation part. See below.', () => apigateway_DocumentationPartLocation_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "properties", + 'properties', 'Content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \\"description\\": \\"The API does ...\\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.', () => [], true, @@ -54,8 +54,8 @@ export class DocumentationPart extends DS_Resource { ), new DynamicUIProps( InputType.String, - "restApiId", - "ID of the associated Rest API", + 'restApiId', + 'ID of the associated Rest API', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/DocumentationVersion.ts b/src/app/Models/codegen/aws/apigateway/DocumentationVersion.ts index d85e15185..503bf189c 100644 --- a/src/app/Models/codegen/aws/apigateway/DocumentationVersion.ts +++ b/src/app/Models/codegen/aws/apigateway/DocumentationVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DocumentationVersionArgs { // Description of the API documentation version. @@ -31,24 +31,24 @@ export class DocumentationVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "restApiId", - "ID of the associated Rest API", + 'restApiId', + 'ID of the associated Rest API', () => [], true, true, ), new DynamicUIProps( InputType.String, - "version", - "Version identifier of the API documentation snapshot.", + 'version', + 'Version identifier of the API documentation snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the API documentation version.", + 'description', + 'Description of the API documentation version.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/DomainName.ts b/src/app/Models/codegen/aws/apigateway/DomainName.ts index 3761962b2..175abc5ab 100644 --- a/src/app/Models/codegen/aws/apigateway/DomainName.ts +++ b/src/app/Models/codegen/aws/apigateway/DomainName.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_DomainNameEndpointConfiguration, apigateway_DomainNameEndpointConfiguration_GetTypes, -} from "../types/apigateway_DomainNameEndpointConfiguration"; +} from '../types/apigateway_DomainNameEndpointConfiguration'; import { apigateway_DomainNameMutualTlsAuthentication, apigateway_DomainNameMutualTlsAuthentication_GetTypes, -} from "../types/apigateway_DomainNameMutualTlsAuthentication"; +} from '../types/apigateway_DomainNameMutualTlsAuthentication'; export interface DomainNameArgs { // ARN for an AWS-managed certificate. AWS Certificate Manager is the only supported source. Used when an edge-optimized domain name is desired. Conflicts with `certificate_name`, `certificate_body`, `certificate_chain`, `certificate_private_key`, `regional_certificate_arn`, and `regional_certificate_name`. @@ -136,104 +136,104 @@ When referencing an AWS-managed certificate, the following arguments are support return [ new DynamicUIProps( InputType.String, - "domainName", - "Fully-qualified domain name to register.", + 'domainName', + 'Fully-qualified domain name to register.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN for an AWS-managed certificate. AWS Certificate Manager is the only supported source. Used when an edge-optimized domain name is desired. Conflicts with `certificate_name`, `certificate_body`, `certificate_chain`, `certificate_private_key`, `regional_certificate_arn`, and `regional_certificate_name`.", + 'certificateArn', + 'ARN for an AWS-managed certificate. AWS Certificate Manager is the only supported source. Used when an edge-optimized domain name is desired. Conflicts with `certificate_name`, `certificate_body`, `certificate_chain`, `certificate_private_key`, `regional_certificate_arn`, and `regional_certificate_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateName", - "Unique name to use when registering this certificate as an IAM server certificate. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`. Required if `certificate_arn` is not set.", + 'certificateName', + 'Unique name to use when registering this certificate as an IAM server certificate. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`. Required if `certificate_arn` is not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificatePrivateKey", - "Private key associated with the domain certificate given in `certificate_body`. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.", + 'certificatePrivateKey', + 'Private key associated with the domain certificate given in `certificate_body`. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "endpointConfiguration", - "Configuration block defining API endpoint information including type. See below.", + 'endpointConfiguration', + 'Configuration block defining API endpoint information including type. See below.', () => apigateway_DomainNameEndpointConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regionalCertificateName", - "User-friendly name of the certificate that will be used by regional endpoint for this domain name. Conflicts with `certificate_arn`, `certificate_name`, `certificate_body`, `certificate_chain`, and `certificate_private_key`.", + 'regionalCertificateName', + 'User-friendly name of the certificate that will be used by regional endpoint for this domain name. Conflicts with `certificate_arn`, `certificate_name`, `certificate_body`, `certificate_chain`, and `certificate_private_key`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nWhen referencing an AWS-managed certificate, the following arguments are supported:", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nWhen referencing an AWS-managed certificate, the following arguments are supported:', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "certificateBody", - "Certificate issued for the domain name being registered, in PEM format. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.", + 'certificateBody', + 'Certificate issued for the domain name being registered, in PEM format. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "mutualTlsAuthentication", - "Mutual TLS authentication configuration for the domain name. See below.", + 'mutualTlsAuthentication', + 'Mutual TLS authentication configuration for the domain name. See below.', () => apigateway_DomainNameMutualTlsAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ownershipVerificationCertificateArn", - "ARN of the AWS-issued certificate used to validate custom domain ownership (when `certificate_arn` is issued via an ACM Private CA or `mutual_tls_authentication` is configured with an ACM-imported certificate.)", + 'ownershipVerificationCertificateArn', + 'ARN of the AWS-issued certificate used to validate custom domain ownership (when `certificate_arn` is issued via an ACM Private CA or `mutual_tls_authentication` is configured with an ACM-imported certificate.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regionalCertificateArn", - "ARN for an AWS-managed certificate. AWS Certificate Manager is the only supported source. Used when a regional domain name is desired. Conflicts with `certificate_arn`, `certificate_name`, `certificate_body`, `certificate_chain`, and `certificate_private_key`.\n\nWhen uploading a certificate, the following arguments are supported:", + 'regionalCertificateArn', + 'ARN for an AWS-managed certificate. AWS Certificate Manager is the only supported source. Used when a regional domain name is desired. Conflicts with `certificate_arn`, `certificate_name`, `certificate_body`, `certificate_chain`, and `certificate_private_key`.\n\nWhen uploading a certificate, the following arguments are supported:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "Transport Layer Security (TLS) version + cipher suite for this DomainName. Valid values are `TLS_1_0` and `TLS_1_2`. Must be configured to perform drift detection.", + 'securityPolicy', + 'Transport Layer Security (TLS) version + cipher suite for this DomainName. Valid values are `TLS_1_0` and `TLS_1_2`. Must be configured to perform drift detection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate for the CA that issued the certificate, along with any intermediate CA certificates required to create an unbroken chain to a certificate trusted by the intended API clients. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.", + 'certificateChain', + 'Certificate for the CA that issued the certificate, along with any intermediate CA certificates required to create an unbroken chain to a certificate trusted by the intended API clients. Only valid for `EDGE` endpoint configuration type. Conflicts with `certificate_arn`, `regional_certificate_arn`, and `regional_certificate_name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/apigateway/Integration.ts b/src/app/Models/codegen/aws/apigateway/Integration.ts index 1e9e92654..b65442bfb 100644 --- a/src/app/Models/codegen/aws/apigateway/Integration.ts +++ b/src/app/Models/codegen/aws/apigateway/Integration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_IntegrationTlsConfig, apigateway_IntegrationTlsConfig_GetTypes, -} from "../types/apigateway_IntegrationTlsConfig"; +} from '../types/apigateway_IntegrationTlsConfig'; export interface IntegrationArgs { // How to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`. If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehaviors is configured to support payload pass-through. @@ -151,15 +151,15 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He return [ new DynamicUIProps( InputType.Object, - "tlsConfig", - "TLS configuration. See below.", + 'tlsConfig', + 'TLS configuration. See below.', () => apigateway_IntegrationTlsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', "Integration input's [type](https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/). Valid values are `HTTP` (for HTTP backends), `MOCK` (not calling any real backend), `AWS` (for AWS services), `AWS_PROXY` (for Lambda proxy integration) and `HTTP_PROXY` (for HTTP proxy integration). An `HTTP` or `HTTP_PROXY` integration with a `connection_type` of `VPC_LINK` is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.", () => [], true, @@ -167,23 +167,23 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.String, - "contentHandling", - "How to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`. If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehaviors is configured to support payload pass-through.", + 'contentHandling', + 'How to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`. If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehaviors is configured to support payload pass-through.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutMilliseconds", - "Custom timeout between 50 and 300,000 milliseconds. The default value is 29,000 milliseconds. You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase time beyond 29,000 milliseconds.", + 'timeoutMilliseconds', + 'Custom timeout between 50 and 300,000 milliseconds. The default value is 29,000 milliseconds. You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase time beyond 29,000 milliseconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "credentials", + 'credentials', "Credentials required for the integration. For `AWS` integrations, 2 options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's ARN. To require that the caller's identity be passed through from the request, specify the string `arn:aws:iam::\\*:user/\\*`.", () => [], false, @@ -191,7 +191,7 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.String, - "cacheNamespace", + 'cacheNamespace', "Integration's cache namespace.", () => [], false, @@ -199,7 +199,7 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.Map, - "requestParameters", + 'requestParameters', 'Map of request query string parameters and headers that should be passed to the backend responder.\nFor example: `request_parameters = { "integration.request.header.X-Some-Other-Header" = "method.request.header.X-Some-Header" }`', () => InputType_Map_GetTypes(), false, @@ -207,23 +207,23 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API.", + 'restApi', + 'ID of the associated REST API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "passthroughBehavior", - "Integration passthrough behavior (`WHEN_NO_MATCH`, `WHEN_NO_TEMPLATES`, `NEVER`). **Required** if `request_templates` is used.", + 'passthroughBehavior', + 'Integration passthrough behavior (`WHEN_NO_MATCH`, `WHEN_NO_TEMPLATES`, `NEVER`). **Required** if `request_templates` is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "requestTemplates", + 'requestTemplates', "Map of the integration's request templates.", () => InputType_Map_GetTypes(), false, @@ -231,23 +231,23 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.Array, - "cacheKeyParameters", - "List of cache key parameters for the integration.", + 'cacheKeyParameters', + 'List of cache key parameters for the integration.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionId", - "ID of the VpcLink used for the integration. **Required** if `connection_type` is `VPC_LINK`", + 'connectionId', + 'ID of the VpcLink used for the integration. **Required** if `connection_type` is `VPC_LINK`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionType", + 'connectionType', "Integration input's [connectionType](https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/#connectionType). Valid values are `INTERNET` (default for connections through the public routable internet), and `VPC_LINK` (for private connections between API Gateway and a network load balancer in a VPC).", () => [], false, @@ -255,23 +255,23 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.String, - "httpMethod", - "HTTP method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTION`, `ANY`)\nwhen calling the associated resource.", + 'httpMethod', + 'HTTP method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTION`, `ANY`)\nwhen calling the associated resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "API resource ID.", + 'resourceId', + 'API resource ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "uri", + 'uri', "Input's URI. **Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.\nFor HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification . For AWS integrations, the URI should be of the form `arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}`. `region`, `subdomain` and `service` are used to determine the right endpoint.\ne.g., `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:012345678901:function:my-func/invocations`. For private integrations, the URI parameter is not used for routing requests to your endpoint, but is used for setting the Host header and for certificate validation.", () => [], false, @@ -279,8 +279,8 @@ For example: `request_parameters = { "integration.request.header.X-Some-Other-He ), new DynamicUIProps( InputType.String, - "integrationHttpMethod", - "Integration HTTP method\n(`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONs`, `ANY`, `PATCH`) specifying how API Gateway will interact with the back end.\n**Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.\nNot all methods are compatible with all `AWS` integrations.\ne.g., Lambda function [can only be invoked](https://github.com/awslabs/aws-apigateway-importer/issues/9#issuecomment-129651005) via `POST`.", + 'integrationHttpMethod', + 'Integration HTTP method\n(`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONs`, `ANY`, `PATCH`) specifying how API Gateway will interact with the back end.\n**Required** if `type` is `AWS`, `AWS_PROXY`, `HTTP` or `HTTP_PROXY`.\nNot all methods are compatible with all `AWS` integrations.\ne.g., Lambda function [can only be invoked](https://github.com/awslabs/aws-apigateway-importer/issues/9#issuecomment-129651005) via `POST`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/apigateway/IntegrationResponse.ts b/src/app/Models/codegen/aws/apigateway/IntegrationResponse.ts index ff5eb6c4c..022aa864c 100644 --- a/src/app/Models/codegen/aws/apigateway/IntegrationResponse.ts +++ b/src/app/Models/codegen/aws/apigateway/IntegrationResponse.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IntegrationResponseArgs { // API resource ID. @@ -69,63 +69,63 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "responseTemplates", - "Map of templates used to transform the integration response body.", + 'responseTemplates', + 'Map of templates used to transform the integration response body.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API.", + 'restApi', + 'ID of the associated REST API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "selectionPattern", - "Regular expression pattern used to choose an integration response based on the response from the backend. Omit configuring this to make the integration the default one. If the backend is an `AWS` Lambda function, the AWS Lambda function error header is matched. For all other `HTTP` and `AWS` backends, the HTTP status code is matched.", + 'selectionPattern', + 'Regular expression pattern used to choose an integration response based on the response from the backend. Omit configuring this to make the integration the default one. If the backend is an `AWS` Lambda function, the AWS Lambda function error header is matched. For all other `HTTP` and `AWS` backends, the HTTP status code is matched.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP status code.\n\nThe following arguments are optional:", + 'statusCode', + 'HTTP status code.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentHandling", - "How to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`. If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.", + 'contentHandling', + 'How to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`. If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpMethod", - "HTTP method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).", + 'httpMethod', + 'HTTP method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "API resource ID.", + 'resourceId', + 'API resource ID.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "responseParameters", + 'responseParameters', 'Map of response parameters that can be read from the backend response. For example: `response_parameters = { "method.response.header.X-Some-Header" = "integration.response.header.X-Some-Other-Header" }`.', () => InputType_Map_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/apigateway/Method.ts b/src/app/Models/codegen/aws/apigateway/Method.ts index 16e3fec01..7e4cbd79d 100644 --- a/src/app/Models/codegen/aws/apigateway/Method.ts +++ b/src/app/Models/codegen/aws/apigateway/Method.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MethodArgs { // API resource ID @@ -93,47 +93,47 @@ For example: `request_parameters = {"method.request.header.X-Some-Header" = true return [ new DynamicUIProps( InputType.String, - "resourceId", - "API resource ID", + 'resourceId', + 'API resource ID', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "apiKeyRequired", - "Specify if the method requires an API key", + 'apiKeyRequired', + 'Specify if the method requires an API key', () => [], false, false, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API", + 'restApi', + 'ID of the associated REST API', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "authorizationScopes", - "Authorization scopes used when the authorization is `COGNITO_USER_POOLS`", + 'authorizationScopes', + 'Authorization scopes used when the authorization is `COGNITO_USER_POOLS`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizerId", - "Authorizer id to be used when the authorization is `CUSTOM` or `COGNITO_USER_POOLS`", + 'authorizerId', + 'Authorizer id to be used when the authorization is `CUSTOM` or `COGNITO_USER_POOLS`', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "requestParameters", + 'requestParameters', 'Map of request parameters (from the path, query string and headers) that should be passed to the integration. The boolean value indicates whether the parameter is required (`true`) or optional (`false`).\nFor example: `request_parameters = {"method.request.header.X-Some-Header" = true "method.request.querystring.some-query-param" = true}` would define that the header `X-Some-Header` and the query string `some-query-param` must be provided in the request.', () => InputType_Map_GetTypes(), false, @@ -141,23 +141,23 @@ For example: `request_parameters = {"method.request.header.X-Some-Header" = true ), new DynamicUIProps( InputType.String, - "authorization", - "Type of authorization used for the method (`NONE`, `CUSTOM`, `AWS_IAM`, `COGNITO_USER_POOLS`)", + 'authorization', + 'Type of authorization used for the method (`NONE`, `CUSTOM`, `AWS_IAM`, `COGNITO_USER_POOLS`)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpMethod", - "HTTP Method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`)", + 'httpMethod', + 'HTTP Method (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`)', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "requestModels", + 'requestModels', "Map of the API models used for the request's content type\nwhere key is the content type (e.g., `application/json`)\nand value is either `Error`, `Empty` (built-in models) or `aws.apigateway.Model`'s `name`.", () => InputType_Map_GetTypes(), false, @@ -165,16 +165,16 @@ For example: `request_parameters = {"method.request.header.X-Some-Header" = true ), new DynamicUIProps( InputType.String, - "requestValidatorId", - "ID of a `aws.apigateway.RequestValidator`", + 'requestValidatorId', + 'ID of a `aws.apigateway.RequestValidator`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operationName", - "Function name that will be given to the method when generating an SDK through API Gateway. If omitted, API Gateway will generate a function name based on the resource path and HTTP verb.", + 'operationName', + 'Function name that will be given to the method when generating an SDK through API Gateway. If omitted, API Gateway will generate a function name based on the resource path and HTTP verb.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/MethodResponse.ts b/src/app/Models/codegen/aws/apigateway/MethodResponse.ts index 58b466f9c..718564480 100644 --- a/src/app/Models/codegen/aws/apigateway/MethodResponse.ts +++ b/src/app/Models/codegen/aws/apigateway/MethodResponse.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MethodResponseArgs { // A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value. @@ -57,7 +57,7 @@ The response parameter names defined here are available in the integration respo return [ new DynamicUIProps( InputType.Map, - "responseModels", + 'responseModels', "A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.", () => InputType_Map_GetTypes(), false, @@ -65,7 +65,7 @@ The response parameter names defined here are available in the integration respo ), new DynamicUIProps( InputType.Map, - "responseParameters", + 'responseParameters', "A map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header name and the associated value is a boolean flag indicating whether the method response parameter is required. The method response header names must match the pattern of `method.response.header.{name}`, where `name` is a valid and unique header name.\n\nThe response parameter names defined here are available in the integration response to be mapped from an integration response header expressed in `integration.response.header.{name}`, a static value enclosed within a pair of single quotes (e.g., '`application/json'`), or a JSON expression from the back-end response payload in the form of `integration.response.body.{JSON-expression}`, where `JSON-expression` is a valid JSON expression without the `$` prefix.)", () => InputType_Map_GetTypes(), false, @@ -73,15 +73,15 @@ The response parameter names defined here are available in the integration respo ), new DynamicUIProps( InputType.String, - "restApi", - "The string identifier of the associated REST API.", + 'restApi', + 'The string identifier of the associated REST API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "statusCode", + 'statusCode', "The method response's status code.", () => [], true, @@ -89,16 +89,16 @@ The response parameter names defined here are available in the integration respo ), new DynamicUIProps( InputType.String, - "httpMethod", - "The HTTP verb of the method resource (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).", + 'httpMethod', + 'The HTTP verb of the method resource (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "The Resource identifier for the method resource.", + 'resourceId', + 'The Resource identifier for the method resource.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/MethodSettings.ts b/src/app/Models/codegen/aws/apigateway/MethodSettings.ts index 18866b47f..7b2103b31 100644 --- a/src/app/Models/codegen/aws/apigateway/MethodSettings.ts +++ b/src/app/Models/codegen/aws/apigateway/MethodSettings.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_MethodSettingsSettings, apigateway_MethodSettingsSettings_GetTypes, -} from "../types/apigateway_MethodSettingsSettings"; +} from '../types/apigateway_MethodSettingsSettings'; export interface MethodSettingsArgs { // Method path defined as `{resource_path}/{http_method}` for an individual method override, or `-/-` for overriding all methods in the stage. Ensure to trim any leading forward slashes in the path (e.g., `trimprefix(aws_api_gateway_resource.example.path, "/")`). @@ -41,15 +41,15 @@ export class MethodSettings extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "stageName", - "Name of the stage", + 'stageName', + 'Name of the stage', () => [], true, true, ), new DynamicUIProps( InputType.String, - "methodPath", + 'methodPath', 'Method path defined as `{resource_path}/{http_method}` for an individual method override, or `*/*` for overriding all methods in the stage. Ensure to trim any leading forward slashes in the path (e.g., `trimprefix(aws_api_gateway_resource.example.path, "/")`).', () => [], true, @@ -57,16 +57,16 @@ export class MethodSettings extends DS_Resource { ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the REST API", + 'restApi', + 'ID of the REST API', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "settings", - "Settings block, see below.", + 'settings', + 'Settings block, see below.', () => apigateway_MethodSettingsSettings_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/apigateway/Model.ts b/src/app/Models/codegen/aws/apigateway/Model.ts index a470fea64..afb42b297 100644 --- a/src/app/Models/codegen/aws/apigateway/Model.ts +++ b/src/app/Models/codegen/aws/apigateway/Model.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ModelArgs { // Description of the model @@ -43,40 +43,40 @@ export class Model extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the model", + 'description', + 'Description of the model', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the model", + 'name', + 'Name of the model', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API", + 'restApi', + 'ID of the associated REST API', () => [], true, true, ), new DynamicUIProps( InputType.String, - "schema", - "Schema of the model in a JSON form", + 'schema', + 'Schema of the model in a JSON form', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentType", - "Content type of the model", + 'contentType', + 'Content type of the model', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/RequestValidator.ts b/src/app/Models/codegen/aws/apigateway/RequestValidator.ts index 8a85001b1..3377eb3ec 100644 --- a/src/app/Models/codegen/aws/apigateway/RequestValidator.ts +++ b/src/app/Models/codegen/aws/apigateway/RequestValidator.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RequestValidatorArgs { // Boolean whether to validate request parameters. Defaults to `false`. @@ -37,32 +37,32 @@ export class RequestValidator extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "validateRequestBody", - "Boolean whether to validate request body. Defaults to `false`.", + 'validateRequestBody', + 'Boolean whether to validate request body. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "validateRequestParameters", - "Boolean whether to validate request parameters. Defaults to `false`.", + 'validateRequestParameters', + 'Boolean whether to validate request parameters. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the request validator", + 'name', + 'Name of the request validator', () => [], false, false, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated Rest API", + 'restApi', + 'ID of the associated Rest API', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/Resource.ts b/src/app/Models/codegen/aws/apigateway/Resource.ts index 207124449..9a198c4f8 100644 --- a/src/app/Models/codegen/aws/apigateway/Resource.ts +++ b/src/app/Models/codegen/aws/apigateway/Resource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceArgs { // ID of the parent API resource @@ -34,24 +34,24 @@ export class Resource extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "parentId", - "ID of the parent API resource", + 'parentId', + 'ID of the parent API resource', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pathPart", - "Last path segment of this API resource.", + 'pathPart', + 'Last path segment of this API resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API", + 'restApi', + 'ID of the associated REST API', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/Response.ts b/src/app/Models/codegen/aws/apigateway/Response.ts index 8313eb89e..25828c4b0 100644 --- a/src/app/Models/codegen/aws/apigateway/Response.ts +++ b/src/app/Models/codegen/aws/apigateway/Response.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResponseArgs { // Map of parameters (paths, query strings and headers) of the Gateway Response. @@ -43,40 +43,40 @@ export class Response extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "responseTemplates", - "Map of templates used to transform the response body.", + 'responseTemplates', + 'Map of templates used to transform the response body.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "responseType", - "Response type of the associated GatewayResponse.", + 'responseType', + 'Response type of the associated GatewayResponse.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "restApiId", - "String identifier of the associated REST API.", + 'restApiId', + 'String identifier of the associated REST API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP status code of the Gateway Response.", + 'statusCode', + 'HTTP status code of the Gateway Response.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "responseParameters", - "Map of parameters (paths, query strings and headers) of the Gateway Response.", + 'responseParameters', + 'Map of parameters (paths, query strings and headers) of the Gateway Response.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apigateway/RestApi.ts b/src/app/Models/codegen/aws/apigateway/RestApi.ts index a3c387b50..67823cbe9 100644 --- a/src/app/Models/codegen/aws/apigateway/RestApi.ts +++ b/src/app/Models/codegen/aws/apigateway/RestApi.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_RestApiEndpointConfiguration, apigateway_RestApiEndpointConfiguration_GetTypes, -} from "../types/apigateway_RestApiEndpointConfiguration"; +} from '../types/apigateway_RestApiEndpointConfiguration'; export interface RestApiArgs { // Source of the API key for requests. Valid values are `HEADER` (default) and `AUTHORIZER`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-api-key-source` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-api-key-source.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value. @@ -114,104 +114,104 @@ e.g., `arn:aws:execute-api:eu-west-2:123456789012:z4675bid1j`, which can be conc return [ new DynamicUIProps( InputType.Map, - "parameters", - "Map of customizations for importing the specification in the `body` argument. For example, to exclude DocumentationParts from an imported API, set `ignore` equal to `documentation`. Additional documentation, including other parameters such as `basepath`, can be found in the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html).", + 'parameters', + 'Map of customizations for importing the specification in the `body` argument. For example, to exclude DocumentationParts from an imported API, set `ignore` equal to `documentation`. Additional documentation, including other parameters such as `basepath`, can be found in the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "endpointConfiguration", - "Configuration block defining API endpoint configuration including endpoint type. Defined below.", + 'endpointConfiguration', + 'Configuration block defining API endpoint configuration including endpoint type. Defined below.', () => apigateway_RestApiEndpointConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "failOnWarnings", - "Whether warnings while API Gateway is creating or updating the resource should return an error or not. Defaults to `false`", + 'failOnWarnings', + 'Whether warnings while API Gateway is creating or updating the resource should return an error or not. Defaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiKeySource", - "Source of the API key for requests. Valid values are `HEADER` (default) and `AUTHORIZER`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-api-key-source` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-api-key-source.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'apiKeySource', + 'Source of the API key for requests. Valid values are `HEADER` (default) and `AUTHORIZER`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-api-key-source` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-api-key-source.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "body", - "OpenAPI specification that defines the set of routes and integrations to create as part of the REST API. This configuration, and any updates to it, will replace all REST API configuration except values overridden in this resource configuration and other resource updates applied after this resource but before any `aws.apigateway.Deployment` creation. More information about REST API OpenAPI support can be found in the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html).", + 'body', + 'OpenAPI specification that defines the set of routes and integrations to create as part of the REST API. This configuration, and any updates to it, will replace all REST API configuration except values overridden in this resource configuration and other resource updates applied after this resource but before any `aws.apigateway.Deployment` creation. More information about REST API OpenAPI support can be found in the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableExecuteApiEndpoint", - "Whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint. Defaults to `false`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-endpoint-configuration` extension `disableExecuteApiEndpoint` property](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-endpoint-configuration.html). If the argument value is `true` and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'disableExecuteApiEndpoint', + 'Whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint. Defaults to `false`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-endpoint-configuration` extension `disableExecuteApiEndpoint` property](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-endpoint-configuration.html). If the argument value is `true` and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minimumCompressionSize", - "Minimum response size to compress for the REST API. String containing an integer value between `-1` and `10485760` (10MB). `-1` will disable an existing compression configuration, and all other values will enable compression with the configured size. New resources can simply omit this argument to disable compression, rather than setting the value to `-1`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-minimum-compression-size` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-openapi-minimum-compression-size.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'minimumCompressionSize', + 'Minimum response size to compress for the REST API. String containing an integer value between `-1` and `10485760` (10MB). `-1` will disable an existing compression configuration, and all other values will enable compression with the configured size. New resources can simply omit this argument to disable compression, rather than setting the value to `-1`. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-minimum-compression-size` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-openapi-minimum-compression-size.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the REST API. If importing an OpenAPI specification via the `body` argument, this corresponds to the `info.title` field. If the argument value is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'name', + 'Name of the REST API. If importing an OpenAPI specification via the `body` argument, this corresponds to the `info.title` field. If the argument value is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "JSON formatted policy document that controls access to the API Gateway. For more information about building AWS IAM policy documents with Pulumi, see the AWS IAM Policy Document Guide. The provider will only perform drift detection of its value when present in a configuration. We recommend using the `aws.apigateway.RestApiPolicy` resource instead. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-policy` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/openapi-extensions-policy.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'policy', + 'JSON formatted policy document that controls access to the API Gateway. For more information about building AWS IAM policy documents with Pulumi, see the AWS IAM Policy Document Guide. The provider will only perform drift detection of its value when present in a configuration. We recommend using the `aws.apigateway.RestApiPolicy` resource instead. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-policy` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/openapi-extensions-policy.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "putRestApiMode", - "Mode of the PutRestApi operation when importing an OpenAPI specification via the `body` argument (create or update operation). Valid values are `merge` and `overwrite`. If unspecificed, defaults to `overwrite` (for backwards compatibility). This corresponds to the [`x-amazon-apigateway-put-integration-method` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-put-integration-method.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'putRestApiMode', + 'Mode of the PutRestApi operation when importing an OpenAPI specification via the `body` argument (create or update operation). Valid values are `merge` and `overwrite`. If unspecificed, defaults to `overwrite` (for backwards compatibility). This corresponds to the [`x-amazon-apigateway-put-integration-method` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-put-integration-method.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "binaryMediaTypes", - "List of binary media types supported by the REST API. By default, the REST API supports only UTF-8-encoded text payloads. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-binary-media-types` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-binary-media-types.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'binaryMediaTypes', + 'List of binary media types supported by the REST API. By default, the REST API supports only UTF-8-encoded text payloads. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-binary-media-types` extension](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-binary-media-types.html). If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the REST API. If importing an OpenAPI specification via the `body` argument, this corresponds to the `info.description` field. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.", + 'description', + 'Description of the REST API. If importing an OpenAPI specification via the `body` argument, this corresponds to the `info.description` field. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/RestApiPolicy.ts b/src/app/Models/codegen/aws/apigateway/RestApiPolicy.ts index f3822a9a1..3982548cd 100644 --- a/src/app/Models/codegen/aws/apigateway/RestApiPolicy.ts +++ b/src/app/Models/codegen/aws/apigateway/RestApiPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RestApiPolicyArgs { // JSON formatted policy document that controls access to the API Gateway. @@ -25,16 +25,16 @@ export class RestApiPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "JSON formatted policy document that controls access to the API Gateway.", + 'policy', + 'JSON formatted policy document that controls access to the API Gateway.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "restApiId", - "ID of the REST API.", + 'restApiId', + 'ID of the REST API.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/Stage.ts b/src/app/Models/codegen/aws/apigateway/Stage.ts index f4d9f5497..25b91946c 100644 --- a/src/app/Models/codegen/aws/apigateway/Stage.ts +++ b/src/app/Models/codegen/aws/apigateway/Stage.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_StageAccessLogSettings, apigateway_StageAccessLogSettings_GetTypes, -} from "../types/apigateway_StageAccessLogSettings"; +} from '../types/apigateway_StageAccessLogSettings'; import { apigateway_StageCanarySettings, apigateway_StageCanarySettings_GetTypes, -} from "../types/apigateway_StageCanarySettings"; +} from '../types/apigateway_StageCanarySettings'; export interface StageArgs { // Enables access logs for the API stage. See Access Log Settings below. @@ -121,104 +121,104 @@ e.g., `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod` return [ new DynamicUIProps( InputType.String, - "documentationVersion", - "Version of the associated API documentation", + 'documentationVersion', + 'Version of the associated API documentation', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stageName", - "Name of the stage", + 'stageName', + 'Name of the stage', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "cacheClusterEnabled", - "Whether a cache cluster is enabled for the stage", + 'cacheClusterEnabled', + 'Whether a cache cluster is enabled for the stage', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "canarySettings", - "Configuration settings of a canary deployment. See Canary Settings below.", + 'canarySettings', + 'Configuration settings of a canary deployment. See Canary Settings below.', () => apigateway_StageCanarySettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clientCertificateId", - "Identifier of a client certificate for the stage.", + 'clientCertificateId', + 'Identifier of a client certificate for the stage.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accessLogSettings", - "Enables access logs for the API stage. See Access Log Settings below.", + 'accessLogSettings', + 'Enables access logs for the API stage. See Access Log Settings below.', () => apigateway_StageAccessLogSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deployment", - "ID of the deployment that the stage points to", + 'deployment', + 'ID of the deployment that the stage points to', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the stage.", + 'description', + 'Description of the stage.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "variables", - "Map that defines the stage variables", + 'variables', + 'Map that defines the stage variables', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "xrayTracingEnabled", - "Whether active tracing with X-ray is enabled. Defaults to `false`.", + 'xrayTracingEnabled', + 'Whether active tracing with X-ray is enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cacheClusterSize", - "Size of the cache cluster for the stage, if enabled. Allowed values include `0.5`, `1.6`, `6.1`, `13.5`, `28.4`, `58.2`, `118` and `237`.", + 'cacheClusterSize', + 'Size of the cache cluster for the stage, if enabled. Allowed values include `0.5`, `1.6`, `6.1`, `13.5`, `28.4`, `58.2`, `118` and `237`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "restApi", - "ID of the associated REST API", + 'restApi', + 'ID of the associated REST API', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/UsagePlan.ts b/src/app/Models/codegen/aws/apigateway/UsagePlan.ts index f545281a1..3bce6adcf 100644 --- a/src/app/Models/codegen/aws/apigateway/UsagePlan.ts +++ b/src/app/Models/codegen/aws/apigateway/UsagePlan.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_UsagePlanQuotaSettings, apigateway_UsagePlanQuotaSettings_GetTypes, -} from "../types/apigateway_UsagePlanQuotaSettings"; +} from '../types/apigateway_UsagePlanQuotaSettings'; import { apigateway_UsagePlanThrottleSettings, apigateway_UsagePlanThrottleSettings_GetTypes, -} from "../types/apigateway_UsagePlanThrottleSettings"; +} from '../types/apigateway_UsagePlanThrottleSettings'; import { apigateway_UsagePlanApiStage, apigateway_UsagePlanApiStage_GetTypes, -} from "../types/apigateway_UsagePlanApiStage"; +} from '../types/apigateway_UsagePlanApiStage'; export interface UsagePlanArgs { // Description of a usage plan. @@ -73,56 +73,56 @@ export class UsagePlan extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the usage plan.", + 'name', + 'Name of the usage plan.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "productCode", - "AWS Marketplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.", + 'productCode', + 'AWS Marketplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "quotaSettings", - "Quota of the usage plan.", + 'quotaSettings', + 'Quota of the usage plan.', () => apigateway_UsagePlanQuotaSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "throttleSettings", - "Throttling limits of the usage plan.", + 'throttleSettings', + 'Throttling limits of the usage plan.', () => apigateway_UsagePlanThrottleSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "apiStages", - "Associated API stages of the usage plan.", + 'apiStages', + 'Associated API stages of the usage plan.', () => apigateway_UsagePlanApiStage_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of a usage plan.", + 'description', + 'Description of a usage plan.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigateway/UsagePlanKey.ts b/src/app/Models/codegen/aws/apigateway/UsagePlanKey.ts index 4eacc65c6..964a0f9e2 100644 --- a/src/app/Models/codegen/aws/apigateway/UsagePlanKey.ts +++ b/src/app/Models/codegen/aws/apigateway/UsagePlanKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UsagePlanKeyArgs { // Id of the usage plan resource representing to associate the key to. @@ -37,24 +37,24 @@ export class UsagePlanKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "usagePlanId", - "Id of the usage plan resource representing to associate the key to.", + 'usagePlanId', + 'Id of the usage plan resource representing to associate the key to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyId", - "Identifier of the API key resource.", + 'keyId', + 'Identifier of the API key resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyType", - "Type of the API key resource. Currently, the valid key type is API_KEY.", + 'keyType', + 'Type of the API key resource. Currently, the valid key type is API_KEY.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigateway/VpcLink.ts b/src/app/Models/codegen/aws/apigateway/VpcLink.ts index 10ee32d93..add708155 100644 --- a/src/app/Models/codegen/aws/apigateway/VpcLink.ts +++ b/src/app/Models/codegen/aws/apigateway/VpcLink.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcLinkArgs { // Description of the VPC link. @@ -43,32 +43,32 @@ export class VpcLink extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "targetArn", - "List of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.", + 'targetArn', + 'List of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the VPC link.", + 'description', + 'Description of the VPC link.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name used to label and identify the VPC link.", + 'name', + 'Name used to label and identify the VPC link.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Api.ts b/src/app/Models/codegen/aws/apigatewayv2/Api.ts index 53b6d750b..050a672aa 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Api.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Api.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_ApiCorsConfiguration, apigatewayv2_ApiCorsConfiguration_GetTypes, -} from "../types/apigatewayv2_ApiCorsConfiguration"; +} from '../types/apigatewayv2_ApiCorsConfiguration'; export interface ApiArgs { // API protocol. Valid values: `HTTP`, `WEBSOCKET`. @@ -147,112 +147,112 @@ Defaults to `$request.method $request.path`. return [ new DynamicUIProps( InputType.Bool, - "disableExecuteApiEndpoint", - "Whether clients can invoke the API by using the default `execute-api` endpoint.\nBy default, clients can invoke the API with the default `{api_id}.execute-api.{region}.amazonaws.com endpoint`.\nTo require that clients use a custom domain name to invoke the API, disable the default endpoint.", + 'disableExecuteApiEndpoint', + 'Whether clients can invoke the API by using the default `execute-api` endpoint.\nBy default, clients can invoke the API with the default `{api_id}.execute-api.{region}.amazonaws.com endpoint`.\nTo require that clients use a custom domain name to invoke the API, disable the default endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the API. Must be less than or equal to 128 characters in length.", + 'name', + 'Name of the API. Must be less than or equal to 128 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "credentialsArn", - "Part of _quick create_. Specifies any credentials required for the integration. Applicable for HTTP APIs.", + 'credentialsArn', + 'Part of _quick create_. Specifies any credentials required for the integration. Applicable for HTTP APIs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the API. Must be less than or equal to 1024 characters in length.", + 'description', + 'Description of the API. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "target", - "Part of _quick create_. Quick create produces an API with an integration, a default catch-all route, and a default stage which is configured to automatically deploy changes.\nFor HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN.\nThe type of the integration will be `HTTP_PROXY` or `AWS_PROXY`, respectively. Applicable for HTTP APIs.", + 'target', + 'Part of _quick create_. Quick create produces an API with an integration, a default catch-all route, and a default stage which is configured to automatically deploy changes.\nFor HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN.\nThe type of the integration will be `HTTP_PROXY` or `AWS_PROXY`, respectively. Applicable for HTTP APIs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "routeSelectionExpression", - "The [route selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-route-selection-expressions) for the API.\nDefaults to `$request.method $request.path`.", + 'routeSelectionExpression', + 'The [route selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-route-selection-expressions) for the API.\nDefaults to `$request.method $request.path`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiKeySelectionExpression", - "An [API key selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions).\nValid values: `$context.authorizer.usageIdentifierKey`, `$request.header.x-api-key`. Defaults to `$request.header.x-api-key`.\nApplicable for WebSocket APIs.", + 'apiKeySelectionExpression', + 'An [API key selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions).\nValid values: `$context.authorizer.usageIdentifierKey`, `$request.header.x-api-key`. Defaults to `$request.header.x-api-key`.\nApplicable for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeKey", - "Part of _quick create_. Specifies any [route key](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-routes.html). Applicable for HTTP APIs.", + 'routeKey', + 'Part of _quick create_. Specifies any [route key](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-routes.html). Applicable for HTTP APIs.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the API. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the API. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version identifier for the API. Must be between 1 and 64 characters in length.", + 'version', + 'Version identifier for the API. Must be between 1 and 64 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnWarnings", - "Whether warnings should return an error while API Gateway is creating or updating the resource using an OpenAPI specification. Defaults to `false`. Applicable for HTTP APIs.", + 'failOnWarnings', + 'Whether warnings should return an error while API Gateway is creating or updating the resource using an OpenAPI specification. Defaults to `false`. Applicable for HTTP APIs.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "corsConfiguration", - "Cross-origin resource sharing (CORS) [configuration](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html). Applicable for HTTP APIs.", + 'corsConfiguration', + 'Cross-origin resource sharing (CORS) [configuration](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html). Applicable for HTTP APIs.', () => apigatewayv2_ApiCorsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "protocolType", - "API protocol. Valid values: `HTTP`, `WEBSOCKET`.", + 'protocolType', + 'API protocol. Valid values: `HTTP`, `WEBSOCKET`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "body", - "An OpenAPI specification that defines the set of routes and integrations to create as part of the HTTP APIs. Supported only for HTTP APIs.", + 'body', + 'An OpenAPI specification that defines the set of routes and integrations to create as part of the HTTP APIs. Supported only for HTTP APIs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/ApiMapping.ts b/src/app/Models/codegen/aws/apigatewayv2/ApiMapping.ts index 737b9cab4..678f88f6a 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/ApiMapping.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/ApiMapping.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiMappingArgs { // API identifier. @@ -37,32 +37,32 @@ export class ApiMapping extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "stage", - "API stage. Use the `aws.apigatewayv2.Stage` resource to configure an API stage.", + 'stage', + 'API stage. Use the `aws.apigatewayv2.Stage` resource to configure an API stage.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiMappingKey", - "The API mapping key. Refer to [REST API](https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-mappings.html), [HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-mappings.html) or [WebSocket API](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-mappings.html).", + 'apiMappingKey', + 'The API mapping key. Refer to [REST API](https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-mappings.html), [HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-mappings.html) or [WebSocket API](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-mappings.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Domain name. Use the `aws.apigatewayv2.DomainName` resource to configure a domain name.", + 'domainName', + 'Domain name. Use the `aws.apigatewayv2.DomainName` resource to configure a domain name.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Authorizer.ts b/src/app/Models/codegen/aws/apigatewayv2/Authorizer.ts index 51ef1de84..0fb8e9e91 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Authorizer.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Authorizer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_AuthorizerJwtConfiguration, apigatewayv2_AuthorizerJwtConfiguration_GetTypes, -} from "../types/apigatewayv2_AuthorizerJwtConfiguration"; +} from '../types/apigatewayv2_AuthorizerJwtConfiguration'; export interface AuthorizerArgs { /* @@ -133,7 +133,7 @@ Supported only for HTTP APIs. return [ new DynamicUIProps( InputType.String, - "authorizerUri", + 'authorizerUri', "Authorizer's Uniform Resource Identifier (URI).\nFor `REQUEST` authorizers this must be a well-formed Lambda function URI, such as the `invoke_arn` attribute of the `aws.lambda.Function` resource.\nSupported only for `REQUEST` authorizers. Must be between 1 and 2048 characters in length.", () => [], false, @@ -141,72 +141,72 @@ Supported only for HTTP APIs. ), new DynamicUIProps( InputType.Array, - "identitySources", - "Identity sources for which authorization is requested.\nFor `REQUEST` authorizers the value is a list of one or more mapping expressions of the specified request parameters.\nFor `JWT` authorizers the single entry specifies where to extract the JSON Web Token (JWT) from inbound requests.", + 'identitySources', + 'Identity sources for which authorization is requested.\nFor `REQUEST` authorizers the value is a list of one or more mapping expressions of the specified request parameters.\nFor `JWT` authorizers the single entry specifies where to extract the JSON Web Token (JWT) from inbound requests.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "jwtConfiguration", - "Configuration of a JWT authorizer. Required for the `JWT` authorizer type.\nSupported only for HTTP APIs.", + 'jwtConfiguration', + 'Configuration of a JWT authorizer. Required for the `JWT` authorizer type.\nSupported only for HTTP APIs.', () => apigatewayv2_AuthorizerJwtConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the authorizer. Must be between 1 and 128 characters in length.", + 'name', + 'Name of the authorizer. Must be between 1 and 128 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizerCredentialsArn", - "Required credentials as an IAM role for API Gateway to invoke the authorizer.\nSupported only for `REQUEST` authorizers.", + 'authorizerCredentialsArn', + 'Required credentials as an IAM role for API Gateway to invoke the authorizer.\nSupported only for `REQUEST` authorizers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizerPayloadFormatVersion", - "Format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers.\nValid values: `1.0`, `2.0`.", + 'authorizerPayloadFormatVersion', + 'Format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers.\nValid values: `1.0`, `2.0`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "authorizerResultTtlInSeconds", - "Time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled.\nIf it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Defaults to `300`.\nSupported only for HTTP API Lambda authorizers.", + 'authorizerResultTtlInSeconds', + 'Time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled.\nIf it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Defaults to `300`.\nSupported only for HTTP API Lambda authorizers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizerType", - "Authorizer type. Valid values: `JWT`, `REQUEST`.\nSpecify `REQUEST` for a Lambda function using incoming request parameters.\nFor HTTP APIs, specify `JWT` to use JSON Web Tokens.", + 'authorizerType', + 'Authorizer type. Valid values: `JWT`, `REQUEST`.\nSpecify `REQUEST` for a Lambda function using incoming request parameters.\nFor HTTP APIs, specify `JWT` to use JSON Web Tokens.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableSimpleResponses", - "Whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy.\nSupported only for HTTP APIs.", + 'enableSimpleResponses', + 'Whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy.\nSupported only for HTTP APIs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Deployment.ts b/src/app/Models/codegen/aws/apigatewayv2/Deployment.ts index a54314786..fdecfeebc 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Deployment.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Deployment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DeploymentArgs { // API identifier. @@ -34,24 +34,24 @@ export class Deployment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description for the deployment resource. Must be less than or equal to 1024 characters in length.", + 'description', + 'Description for the deployment resource. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "triggers", - "Map of arbitrary keys and values that, when changed, will trigger a redeployment.", + 'triggers', + 'Map of arbitrary keys and values that, when changed, will trigger a redeployment.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/apigatewayv2/DomainName.ts b/src/app/Models/codegen/aws/apigatewayv2/DomainName.ts index 9868a67ee..df8ee4920 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/DomainName.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/DomainName.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_DomainNameDomainNameConfiguration, apigatewayv2_DomainNameDomainNameConfiguration_GetTypes, -} from "../types/apigatewayv2_DomainNameDomainNameConfiguration"; +} from '../types/apigatewayv2_DomainNameDomainNameConfiguration'; import { apigatewayv2_DomainNameMutualTlsAuthentication, apigatewayv2_DomainNameMutualTlsAuthentication_GetTypes, -} from "../types/apigatewayv2_DomainNameMutualTlsAuthentication"; +} from '../types/apigatewayv2_DomainNameMutualTlsAuthentication'; export interface DomainNameArgs { // Domain name. Must be between 1 and 512 characters in length. @@ -54,32 +54,32 @@ export class DomainName extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "Domain name. Must be between 1 and 512 characters in length.", + 'domainName', + 'Domain name. Must be between 1 and 512 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "domainNameConfiguration", - "Domain name configuration. See below.", + 'domainNameConfiguration', + 'Domain name configuration. See below.', () => apigatewayv2_DomainNameDomainNameConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "mutualTlsAuthentication", - "Mutual TLS authentication configuration for the domain name.", + 'mutualTlsAuthentication', + 'Mutual TLS authentication configuration for the domain name.', () => apigatewayv2_DomainNameMutualTlsAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the domain name. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the domain name. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Integration.ts b/src/app/Models/codegen/aws/apigatewayv2/Integration.ts index e7e5b02de..af7d209c9 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Integration.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Integration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_IntegrationTlsConfig, apigatewayv2_IntegrationTlsConfig_GetTypes, -} from "../types/apigatewayv2_IntegrationTlsConfig"; +} from '../types/apigatewayv2_IntegrationTlsConfig'; import { apigatewayv2_IntegrationResponseParameter, apigatewayv2_IntegrationResponseParameter_GetTypes, -} from "../types/apigatewayv2_IntegrationResponseParameter"; +} from '../types/apigatewayv2_IntegrationResponseParameter'; export interface IntegrationArgs { // API identifier. @@ -168,143 +168,143 @@ See the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigate return [ new DynamicUIProps( InputType.String, - "passthroughBehavior", - "Pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the `request_templates` attribute.\nValid values: `WHEN_NO_MATCH`, `WHEN_NO_TEMPLATES`, `NEVER`. Default is `WHEN_NO_MATCH`. Supported only for WebSocket APIs.", + 'passthroughBehavior', + 'Pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the `request_templates` attribute.\nValid values: `WHEN_NO_MATCH`, `WHEN_NO_TEMPLATES`, `NEVER`. Default is `WHEN_NO_MATCH`. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "requestParameters", - "For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend.\nFor HTTP APIs with a specified `integration_subtype`, a key-value map specifying parameters that are passed to `AWS_PROXY` integrations.\nFor HTTP APIs without a specified `integration_subtype`, a key-value map specifying how to transform HTTP requests before sending them to the backend.\nSee the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html) for details.", + 'requestParameters', + 'For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend.\nFor HTTP APIs with a specified `integration_subtype`, a key-value map specifying parameters that are passed to `AWS_PROXY` integrations.\nFor HTTP APIs without a specified `integration_subtype`, a key-value map specifying how to transform HTTP requests before sending them to the backend.\nSee the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html) for details.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateSelectionExpression", - "The [template selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-template-selection-expressions) for the integration.", + 'templateSelectionExpression', + 'The [template selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-template-selection-expressions) for the integration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "credentialsArn", - "Credentials required for the integration, if any.", + 'credentialsArn', + 'Credentials required for the integration, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionType", - "Type of the network connection to the integration endpoint. Valid values: `INTERNET`, `VPC_LINK`. Default is `INTERNET`.", + 'connectionType', + 'Type of the network connection to the integration endpoint. Valid values: `INTERNET`, `VPC_LINK`. Default is `INTERNET`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "integrationType", - "Integration type of an integration.\nValid values: `AWS` (supported only for WebSocket APIs), `AWS_PROXY`, `HTTP` (supported only for WebSocket APIs), `HTTP_PROXY`, `MOCK` (supported only for WebSocket APIs). For an HTTP API private integration, use `HTTP_PROXY`.", + 'integrationType', + 'Integration type of an integration.\nValid values: `AWS` (supported only for WebSocket APIs), `AWS_PROXY`, `HTTP` (supported only for WebSocket APIs), `HTTP_PROXY`, `MOCK` (supported only for WebSocket APIs). For an HTTP API private integration, use `HTTP_PROXY`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "payloadFormatVersion", - "The [format of the payload](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html#http-api-develop-integrations-lambda.proxy-format) sent to an integration. Valid values: `1.0`, `2.0`. Default is `1.0`.", + 'payloadFormatVersion', + 'The [format of the payload](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html#http-api-develop-integrations-lambda.proxy-format) sent to an integration. Valid values: `1.0`, `2.0`. Default is `1.0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the integration.", + 'description', + 'Description of the integration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "tlsConfig", - "TLS configuration for a private integration. Supported only for HTTP APIs.", + 'tlsConfig', + 'TLS configuration for a private integration. Supported only for HTTP APIs.', () => apigatewayv2_IntegrationTlsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionId", - "ID of the VPC link for a private integration. Supported only for HTTP APIs. Must be between 1 and 1024 characters in length.", + 'connectionId', + 'ID of the VPC link for a private integration. Supported only for HTTP APIs. Must be between 1 and 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "integrationUri", - "URI of the Lambda function for a Lambda proxy integration, when `integration_type` is `AWS_PROXY`.\nFor an `HTTP` integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.", + 'integrationUri', + 'URI of the Lambda function for a Lambda proxy integration, when `integration_type` is `AWS_PROXY`.\nFor an `HTTP` integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "requestTemplates", - "Map of [Velocity](https://velocity.apache.org/) templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.", + 'requestTemplates', + 'Map of [Velocity](https://velocity.apache.org/) templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeoutMilliseconds", - "Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.\nThe default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.\nthis provider will only perform drift detection of its value when present in a configuration.", + 'timeoutMilliseconds', + 'Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.\nThe default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.\nthis provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "integrationSubtype", - "AWS service action to invoke. Supported only for HTTP APIs when `integration_type` is `AWS_PROXY`. See the [AWS service integration reference](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html) documentation for supported values. Must be between 1 and 128 characters in length.", + 'integrationSubtype', + 'AWS service action to invoke. Supported only for HTTP APIs when `integration_type` is `AWS_PROXY`. See the [AWS service integration reference](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html) documentation for supported values. Must be between 1 and 128 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "contentHandlingStrategy", - "How to handle response payload content type conversions. Valid values: `CONVERT_TO_BINARY`, `CONVERT_TO_TEXT`. Supported only for WebSocket APIs.", + 'contentHandlingStrategy', + 'How to handle response payload content type conversions. Valid values: `CONVERT_TO_BINARY`, `CONVERT_TO_TEXT`. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "responseParameters", - "Mappings to transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.", + 'responseParameters', + 'Mappings to transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.', () => apigatewayv2_IntegrationResponseParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "integrationMethod", + 'integrationMethod', "Integration's HTTP method. Must be specified if `integration_type` is not `MOCK`.", () => [], false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/IntegrationResponse.ts b/src/app/Models/codegen/aws/apigatewayv2/IntegrationResponse.ts index eae8e6dbe..34d009174 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/IntegrationResponse.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/IntegrationResponse.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IntegrationResponseArgs { // Identifier of the `aws.apigatewayv2.Integration`. @@ -49,48 +49,48 @@ export class IntegrationResponse extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "integrationId", - "Identifier of the `aws.apigatewayv2.Integration`.", + 'integrationId', + 'Identifier of the `aws.apigatewayv2.Integration`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "integrationResponseKey", - "Integration response key.", + 'integrationResponseKey', + 'Integration response key.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "responseTemplates", - "Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.", + 'responseTemplates', + 'Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateSelectionExpression", - "The [template selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-template-selection-expressions) for the integration response.", + 'templateSelectionExpression', + 'The [template selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-template-selection-expressions) for the integration response.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contentHandlingStrategy", - "How to handle response payload content type conversions. Valid values: `CONVERT_TO_BINARY`, `CONVERT_TO_TEXT`.", + 'contentHandlingStrategy', + 'How to handle response payload content type conversions. Valid values: `CONVERT_TO_BINARY`, `CONVERT_TO_TEXT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Model.ts b/src/app/Models/codegen/aws/apigatewayv2/Model.ts index 9bddc3660..47816904a 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Model.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Model.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ModelArgs { // API identifier. @@ -43,40 +43,40 @@ export class Model extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contentType", - "The content-type for the model, for example, `application/json`. Must be between 1 and 256 characters in length.", + 'contentType', + 'The content-type for the model, for example, `application/json`. Must be between 1 and 256 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the model. Must be between 1 and 128 characters in length.", + 'description', + 'Description of the model. Must be between 1 and 128 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the model. Must be alphanumeric. Must be between 1 and 128 characters in length.", + 'name', + 'Name of the model. Must be alphanumeric. Must be between 1 and 128 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schema", - "Schema for the model. This should be a [JSON schema draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04) model. Must be less than or equal to 32768 characters in length.", + 'schema', + 'Schema for the model. This should be a [JSON schema draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04) model. Must be less than or equal to 32768 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Route.ts b/src/app/Models/codegen/aws/apigatewayv2/Route.ts index 22482461a..3a6bcf017 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Route.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Route.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_RouteRequestParameter, apigatewayv2_RouteRequestParameter_GetTypes, -} from "../types/apigatewayv2_RouteRequestParameter"; +} from '../types/apigatewayv2_RouteRequestParameter'; export interface RouteArgs { // The [route response selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-route-response-selection-expressions) for the route. Supported only for WebSocket APIs. @@ -99,96 +99,96 @@ Defaults to `NONE`. return [ new DynamicUIProps( InputType.String, - "modelSelectionExpression", - "The [model selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-model-selection-expressions) for the route. Supported only for WebSocket APIs.", + 'modelSelectionExpression', + 'The [model selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-model-selection-expressions) for the route. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeResponseSelectionExpression", - "The [route response selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-route-response-selection-expressions) for the route. Supported only for WebSocket APIs.", + 'routeResponseSelectionExpression', + 'The [route response selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-route-response-selection-expressions) for the route. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizationType", - "Authorization type for the route.\nFor WebSocket APIs, valid values are `NONE` for open access, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.\nFor HTTP APIs, valid values are `NONE` for open access, `JWT` for using JSON Web Tokens, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.\nDefaults to `NONE`.", + 'authorizationType', + 'Authorization type for the route.\nFor WebSocket APIs, valid values are `NONE` for open access, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.\nFor HTTP APIs, valid values are `NONE` for open access, `JWT` for using JSON Web Tokens, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.\nDefaults to `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operationName", - "Operation name for the route. Must be between 1 and 64 characters in length.", + 'operationName', + 'Operation name for the route. Must be between 1 and 64 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeKey", - "Route key for the route. For HTTP APIs, the route key can be either `$default`, or a combination of an HTTP method and resource path, for example, `GET /pets`.", + 'routeKey', + 'Route key for the route. For HTTP APIs, the route key can be either `$default`, or a combination of an HTTP method and resource path, for example, `GET /pets`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "apiKeyRequired", - "Boolean whether an API key is required for the route. Defaults to `false`. Supported only for WebSocket APIs.", + 'apiKeyRequired', + 'Boolean whether an API key is required for the route. Defaults to `false`. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "authorizationScopes", - "Authorization scopes supported by this route. The scopes are used with a JWT authorizer to authorize the method invocation.", + 'authorizationScopes', + 'Authorization scopes supported by this route. The scopes are used with a JWT authorizer to authorize the method invocation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "requestParameters", - "Request parameters for the route. Supported only for WebSocket APIs.", + 'requestParameters', + 'Request parameters for the route. Supported only for WebSocket APIs.', () => apigatewayv2_RouteRequestParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizerId", - "Identifier of the `aws.apigatewayv2.Authorizer` resource to be associated with this route.", + 'authorizerId', + 'Identifier of the `aws.apigatewayv2.Authorizer` resource to be associated with this route.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "requestModels", - "Request models for the route. Supported only for WebSocket APIs.", + 'requestModels', + 'Request models for the route. Supported only for WebSocket APIs.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "target", - "Target for the route, of the form `integrations/`*`IntegrationID`*, where *`IntegrationID`* is the identifier of an `aws.apigatewayv2.Integration` resource.", + 'target', + 'Target for the route, of the form `integrations/`*`IntegrationID`*, where *`IntegrationID`* is the identifier of an `aws.apigatewayv2.Integration` resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/RouteResponse.ts b/src/app/Models/codegen/aws/apigatewayv2/RouteResponse.ts index 77cfa1e09..bf034b3d6 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/RouteResponse.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/RouteResponse.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteResponseArgs { // Route response key. @@ -43,40 +43,40 @@ export class RouteResponse extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "routeResponseKey", - "Route response key.", + 'routeResponseKey', + 'Route response key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "modelSelectionExpression", - "The [model selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-model-selection-expressions) for the route response.", + 'modelSelectionExpression', + 'The [model selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-model-selection-expressions) for the route response.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "responseModels", - "Response models for the route response.", + 'responseModels', + 'Response models for the route response.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "routeId", - "Identifier of the `aws.apigatewayv2.Route`.", + 'routeId', + 'Identifier of the `aws.apigatewayv2.Route`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apigatewayv2/Stage.ts b/src/app/Models/codegen/aws/apigatewayv2/Stage.ts index 580907c62..43b0411dd 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/Stage.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/Stage.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigatewayv2_StageRouteSetting, apigatewayv2_StageRouteSetting_GetTypes, -} from "../types/apigatewayv2_StageRouteSetting"; +} from '../types/apigatewayv2_StageRouteSetting'; import { apigatewayv2_StageAccessLogSettings, apigatewayv2_StageAccessLogSettings_GetTypes, -} from "../types/apigatewayv2_StageAccessLogSettings"; +} from '../types/apigatewayv2_StageAccessLogSettings'; import { apigatewayv2_StageDefaultRouteSettings, apigatewayv2_StageDefaultRouteSettings_GetTypes, -} from "../types/apigatewayv2_StageDefaultRouteSettings"; +} from '../types/apigatewayv2_StageDefaultRouteSettings'; export interface StageArgs { // API identifier. @@ -130,88 +130,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "stageVariables", - "Map that defines the stage variables for the stage.", + 'stageVariables', + 'Map that defines the stage variables for the stage.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the stage. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the stage. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "accessLogSettings", - "Settings for logging access in this stage.\nUse the `aws.apigateway.Account` resource to configure [permissions for CloudWatch Logging](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#set-up-access-logging-permissions).", + 'accessLogSettings', + 'Settings for logging access in this stage.\nUse the `aws.apigateway.Account` resource to configure [permissions for CloudWatch Logging](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#set-up-access-logging-permissions).', () => apigatewayv2_StageAccessLogSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoDeploy", - "Whether updates to an API automatically trigger a new deployment. Defaults to `false`. Applicable for HTTP APIs.", + 'autoDeploy', + 'Whether updates to an API automatically trigger a new deployment. Defaults to `false`. Applicable for HTTP APIs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API identifier.", + 'apiId', + 'API identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the stage. Must be between 1 and 128 characters in length.\n\nThe following arguments are optional:", + 'name', + 'Name of the stage. Must be between 1 and 128 characters in length.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description for the stage. Must be less than or equal to 1024 characters in length.", + 'description', + 'Description for the stage. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "defaultRouteSettings", - "Default route settings for the stage.", + 'defaultRouteSettings', + 'Default route settings for the stage.', () => apigatewayv2_StageDefaultRouteSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deploymentId", - "Deployment identifier of the stage. Use the `aws.apigatewayv2.Deployment` resource to configure a deployment.", + 'deploymentId', + 'Deployment identifier of the stage. Use the `aws.apigatewayv2.Deployment` resource to configure a deployment.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routeSettings", - "Route settings for the stage.", + 'routeSettings', + 'Route settings for the stage.', () => apigatewayv2_StageRouteSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clientCertificateId", - "Identifier of a client certificate for the stage. Use the `aws.apigateway.ClientCertificate` resource to configure a client certificate.\nSupported only for WebSocket APIs.", + 'clientCertificateId', + 'Identifier of a client certificate for the stage. Use the `aws.apigateway.ClientCertificate` resource to configure a client certificate.\nSupported only for WebSocket APIs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/apigatewayv2/VpcLink.ts b/src/app/Models/codegen/aws/apigatewayv2/VpcLink.ts index ffc9cd66c..12016ed4c 100644 --- a/src/app/Models/codegen/aws/apigatewayv2/VpcLink.ts +++ b/src/app/Models/codegen/aws/apigatewayv2/VpcLink.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcLinkArgs { // Name of the VPC Link. Must be between 1 and 128 characters in length. @@ -43,32 +43,32 @@ export class VpcLink extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Security group IDs for the VPC Link.", + 'securityGroupIds', + 'Security group IDs for the VPC Link.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Subnet IDs for the VPC Link.", + 'subnetIds', + 'Subnet IDs for the VPC Link.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the VPC Link. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the VPC Link. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the VPC Link. Must be between 1 and 128 characters in length.", + 'name', + 'Name of the VPC Link. Must be between 1 and 128 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appautoscaling/Policy.ts b/src/app/Models/codegen/aws/appautoscaling/Policy.ts index 4c8acf092..33c62316f 100644 --- a/src/app/Models/codegen/aws/appautoscaling/Policy.ts +++ b/src/app/Models/codegen/aws/appautoscaling/Policy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyStepScalingPolicyConfiguration, appautoscaling_PolicyStepScalingPolicyConfiguration_GetTypes, -} from "../types/appautoscaling_PolicyStepScalingPolicyConfiguration"; +} from '../types/appautoscaling_PolicyStepScalingPolicyConfiguration'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration, appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration_GetTypes, -} from "../types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration"; +} from '../types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration'; export interface PolicyArgs { // Policy type. Valid values are `StepScaling` and `TargetTrackingScaling`. Defaults to `StepScaling`. Certain services only support only one policy type. For more information see the [Target Tracking Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [Step Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) documentation. @@ -69,39 +69,39 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyType", - "Policy type. Valid values are `StepScaling` and `TargetTrackingScaling`. Defaults to `StepScaling`. Certain services only support only one policy type. For more information see the [Target Tracking Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [Step Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) documentation.", + 'policyType', + 'Policy type. Valid values are `StepScaling` and `TargetTrackingScaling`. Defaults to `StepScaling`. Certain services only support only one policy type. For more information see the [Target Tracking Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [Step Scaling Policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) documentation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "Resource type and unique identifier string for the resource associated with the scaling policy. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)", + 'resourceId', + 'Resource type and unique identifier string for the resource associated with the scaling policy. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scalableDimension", - "Scalable dimension of the scalable target. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)", + 'scalableDimension', + 'Scalable dimension of the scalable target. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceNamespace", - "AWS service namespace of the scalable target. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)", + 'serviceNamespace', + 'AWS service namespace of the scalable target. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html)', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "stepScalingPolicyConfiguration", + 'stepScalingPolicyConfiguration', 'Step scaling policy configuration, requires `policy_type = "StepScaling"` (default). See supported fields below.', () => appautoscaling_PolicyStepScalingPolicyConfiguration_GetTypes(), false, @@ -109,7 +109,7 @@ export class Policy extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "targetTrackingScalingPolicyConfiguration", + 'targetTrackingScalingPolicyConfiguration', 'Target tracking policy, requires `policy_type = "TargetTrackingScaling"`. See supported fields below.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration_GetTypes(), @@ -118,8 +118,8 @@ export class Policy extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy. Must be between 1 and 255 characters in length.", + 'name', + 'Name of the policy. Must be between 1 and 255 characters in length.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/appautoscaling/ScheduledAction.ts b/src/app/Models/codegen/aws/appautoscaling/ScheduledAction.ts index 734f7b888..b3f3af626 100644 --- a/src/app/Models/codegen/aws/appautoscaling/ScheduledAction.ts +++ b/src/app/Models/codegen/aws/appautoscaling/ScheduledAction.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_ScheduledActionScalableTargetAction, appautoscaling_ScheduledActionScalableTargetAction_GetTypes, -} from "../types/appautoscaling_ScheduledActionScalableTargetAction"; +} from '../types/appautoscaling_ScheduledActionScalableTargetAction'; export interface ScheduledActionArgs { // Namespace of the AWS service. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html) Example: ecs @@ -74,72 +74,72 @@ export class ScheduledAction extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "schedule", - "Schedule for this action. The following formats are supported: At expressions - at(yyyy-mm-ddThh:mm:ss), Rate expressions - rate(valueunit), Cron expressions - cron(fields). Times for at expressions and cron expressions are evaluated using the time zone configured in `timezone`. Documentation can be found in the `Timezone` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html)", + 'schedule', + 'Schedule for this action. The following formats are supported: At expressions - at(yyyy-mm-ddThh:mm:ss), Rate expressions - rate(valueunit), Cron expressions - cron(fields). Times for at expressions and cron expressions are evaluated using the time zone configured in `timezone`. Documentation can be found in the `Timezone` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the scheduled action.", + 'name', + 'Name of the scheduled action.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "startTime", - "Date and time for the scheduled action to start in RFC 3339 format. The timezone is not affected by the setting of `timezone`.", + 'startTime', + 'Date and time for the scheduled action to start in RFC 3339 format. The timezone is not affected by the setting of `timezone`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endTime", - "Date and time for the scheduled action to end in RFC 3339 format. The timezone is not affected by the setting of `timezone`.", + 'endTime', + 'Date and time for the scheduled action to end in RFC 3339 format. The timezone is not affected by the setting of `timezone`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scalableTargetAction", - "New minimum and maximum capacity. You can set both values or just one. See below", + 'scalableTargetAction', + 'New minimum and maximum capacity. You can set both values or just one. See below', () => appautoscaling_ScheduledActionScalableTargetAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "serviceNamespace", - "Namespace of the AWS service. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html) Example: ecs", + 'serviceNamespace', + 'Namespace of the AWS service. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html) Example: ecs', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "Identifier of the resource associated with the scheduled action. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html)", + 'resourceId', + 'Identifier of the resource associated with the scheduled action. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scalableDimension", - "Scalable dimension. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html) Example: ecs:service:DesiredCount", + 'scalableDimension', + 'Scalable dimension. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScheduledAction.html) Example: ecs:service:DesiredCount', () => [], true, true, ), new DynamicUIProps( InputType.String, - "timezone", - "Time zone used when setting a scheduled action by using an at or cron expression. Does not affect timezone for `start_time` and `end_time`. Valid values are the [canonical names of the IANA time zones supported by Joda-Time](https://www.joda.org/joda-time/timezones.html), such as `Etc/GMT+9` or `Pacific/Tahiti`. Default is `UTC`.", + 'timezone', + 'Time zone used when setting a scheduled action by using an at or cron expression. Does not affect timezone for `start_time` and `end_time`. Valid values are the [canonical names of the IANA time zones supported by Joda-Time](https://www.joda.org/joda-time/timezones.html), such as `Etc/GMT+9` or `Pacific/Tahiti`. Default is `UTC`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appautoscaling/Target.ts b/src/app/Models/codegen/aws/appautoscaling/Target.ts index f7e1bf724..5168c60ce 100644 --- a/src/app/Models/codegen/aws/appautoscaling/Target.ts +++ b/src/app/Models/codegen/aws/appautoscaling/Target.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_TargetSuspendedState, appautoscaling_TargetSuspendedState_GetTypes, -} from "../types/appautoscaling_TargetSuspendedState"; +} from '../types/appautoscaling_TargetSuspendedState'; export interface TargetArgs { // Min capacity of the scalable target. @@ -71,64 +71,64 @@ export class Target extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "suspendedState", - "Specifies whether the scaling activities for a scalable target are in a suspended state.", + 'suspendedState', + 'Specifies whether the scaling activities for a scalable target are in a suspended state.', () => appautoscaling_TargetSuspendedState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the scalable target. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the scalable target. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "Max capacity of the scalable target.", + 'maxCapacity', + 'Max capacity of the scalable target.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minCapacity", - "Min capacity of the scalable target.", + 'minCapacity', + 'Min capacity of the scalable target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "Resource type and unique identifier string for the resource associated with the scaling policy. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)", + 'resourceId', + 'Resource type and unique identifier string for the resource associated with the scaling policy. Documentation can be found in the `ResourceId` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that allows Application AutoScaling to modify your scalable target on your behalf. This defaults to an IAM Service-Linked Role for most services and custom IAM Roles are ignored by the API for those namespaces. See the [AWS Application Auto Scaling documentation](https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles) for more information about how this service interacts with IAM.", + 'roleArn', + 'ARN of the IAM role that allows Application AutoScaling to modify your scalable target on your behalf. This defaults to an IAM Service-Linked Role for most services and custom IAM Roles are ignored by the API for those namespaces. See the [AWS Application Auto Scaling documentation](https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles) for more information about how this service interacts with IAM.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scalableDimension", - "Scalable dimension of the scalable target. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)", + 'scalableDimension', + 'Scalable dimension of the scalable target. Documentation can be found in the `ScalableDimension` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceNamespace", - "AWS service namespace of the scalable target. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)", + 'serviceNamespace', + 'AWS service namespace of the scalable target. Documentation can be found in the `ServiceNamespace` parameter at: [AWS Application Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#API_RegisterScalableTarget_RequestParameters)', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appconfig/Application.ts b/src/app/Models/codegen/aws/appconfig/Application.ts index 212c99a7a..ec3ceb148 100644 --- a/src/app/Models/codegen/aws/appconfig/Application.ts +++ b/src/app/Models/codegen/aws/appconfig/Application.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationArgs { // Description of the application. Can be at most 1024 characters. @@ -37,24 +37,24 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the application. Can be at most 1024 characters.", + 'description', + 'Description of the application. Can be at most 1024 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the application. Must be between 1 and 64 characters in length.", + 'name', + 'Name for the application. Must be between 1 and 64 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appconfig/ConfigurationProfile.ts b/src/app/Models/codegen/aws/appconfig/ConfigurationProfile.ts index b073ce7c6..26a5a04ce 100644 --- a/src/app/Models/codegen/aws/appconfig/ConfigurationProfile.ts +++ b/src/app/Models/codegen/aws/appconfig/ConfigurationProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appconfig_ConfigurationProfileValidator, appconfig_ConfigurationProfileValidator_GetTypes, -} from "../types/appconfig_ConfigurationProfileValidator"; +} from '../types/appconfig_ConfigurationProfileValidator'; export interface ConfigurationProfileArgs { // The identifier for an Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. @@ -80,72 +80,72 @@ export class ConfigurationProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "retrievalRoleArn", - "ARN of an IAM role with permission to access the configuration at the specified `location_uri`. A retrieval role ARN is not required for configurations stored in the AWS AppConfig `hosted` configuration store. It is required for all other sources that store your configuration.", + 'retrievalRoleArn', + 'ARN of an IAM role with permission to access the configuration at the specified `location_uri`. A retrieval role ARN is not required for configurations stored in the AWS AppConfig `hosted` configuration store. It is required for all other sources that store your configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "Application ID. Must be between 4 and 7 characters in length.", + 'applicationId', + 'Application ID. Must be between 4 and 7 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name for the configuration profile. Must be between 1 and 128 characters in length.", + 'name', + 'Name for the configuration profile. Must be between 1 and 128 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the configuration profile. Can be at most 1024 characters.", + 'description', + 'Description of the configuration profile. Can be at most 1024 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationUri", - "URI to locate the configuration. You can specify the AWS AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object. For the hosted configuration store, specify `hosted`. For an SSM document, specify either the document name in the format `ssm-document://` or the ARN. For a parameter, specify either the parameter name in the format `ssm-parameter://` or the ARN. For an Amazon S3 object, specify the URI in the following format: `s3:///`.", + 'locationUri', + 'URI to locate the configuration. You can specify the AWS AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object. For the hosted configuration store, specify `hosted`. For an SSM document, specify either the document name in the format `ssm-document://` or the ARN. For a parameter, specify either the parameter name in the format `ssm-parameter://` or the ARN. For an Amazon S3 object, specify the URI in the following format: `s3:///`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyIdentifier", - "The identifier for an Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias.", + 'kmsKeyIdentifier', + 'The identifier for an Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of configurations contained in the profile. Valid values: `AWS.AppConfig.FeatureFlags` and `AWS.Freeform`. Default: `AWS.Freeform`.", + 'type', + 'Type of configurations contained in the profile. Valid values: `AWS.AppConfig.FeatureFlags` and `AWS.Freeform`. Default: `AWS.Freeform`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "validators", - "Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.", + 'validators', + 'Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.', () => appconfig_ConfigurationProfileValidator_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appconfig/Deployment.ts b/src/app/Models/codegen/aws/appconfig/Deployment.ts index 87c4f352e..27ddfa216 100644 --- a/src/app/Models/codegen/aws/appconfig/Deployment.ts +++ b/src/app/Models/codegen/aws/appconfig/Deployment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DeploymentArgs { // Environment ID. Must be between 4 and 7 characters in length. @@ -76,64 +76,64 @@ export class Deployment extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "Application ID. Must be between 4 and 7 characters in length.", + 'applicationId', + 'Application ID. Must be between 4 and 7 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configurationProfileId", - "Configuration profile ID. Must be between 4 and 7 characters in length.", + 'configurationProfileId', + 'Configuration profile ID. Must be between 4 and 7 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configurationVersion", - "Configuration version to deploy. Can be at most 1024 characters.", + 'configurationVersion', + 'Configuration version to deploy. Can be at most 1024 characters.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deploymentStrategyId", - "Deployment strategy ID or name of a predefined deployment strategy. See [Predefined Deployment Strategies](https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-deployment-strategy.html#appconfig-creating-deployment-strategy-predefined) for more details.", + 'deploymentStrategyId', + 'Deployment strategy ID or name of a predefined deployment strategy. See [Predefined Deployment Strategies](https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-deployment-strategy.html#appconfig-creating-deployment-strategy-predefined) for more details.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the deployment. Can be at most 1024 characters.", + 'description', + 'Description of the deployment. Can be at most 1024 characters.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "environmentId", - "Environment ID. Must be between 4 and 7 characters in length.", + 'environmentId', + 'Environment ID. Must be between 4 and 7 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyIdentifier", - "The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this to encrypt the configuration data using a customer managed key.", + 'kmsKeyIdentifier', + 'The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this to encrypt the configuration data using a customer managed key.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/appconfig/DeploymentStrategy.ts b/src/app/Models/codegen/aws/appconfig/DeploymentStrategy.ts index 7bd91e06a..0cf58940e 100644 --- a/src/app/Models/codegen/aws/appconfig/DeploymentStrategy.ts +++ b/src/app/Models/codegen/aws/appconfig/DeploymentStrategy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DeploymentStrategyArgs { // Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440. @@ -67,64 +67,64 @@ export class DeploymentStrategy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "growthType", - "Algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.", + 'growthType', + 'Algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the deployment strategy. Must be between 1 and 64 characters in length.", + 'name', + 'Name for the deployment strategy. Must be between 1 and 64 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "replicateTo", - "Where to save the deployment strategy. Valid values: `NONE` and `SSM_DOCUMENT`.", + 'replicateTo', + 'Where to save the deployment strategy. Valid values: `NONE` and `SSM_DOCUMENT`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "deploymentDurationInMinutes", - "Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.", + 'deploymentDurationInMinutes', + 'Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the deployment strategy. Can be at most 1024 characters.", + 'description', + 'Description of the deployment strategy. Can be at most 1024 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "finalBakeTimeInMinutes", - "Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.", + 'finalBakeTimeInMinutes', + 'Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "growthFactor", - "Percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.", + 'growthFactor', + 'Percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appconfig/Environment.ts b/src/app/Models/codegen/aws/appconfig/Environment.ts index ebfcb63f4..33738e666 100644 --- a/src/app/Models/codegen/aws/appconfig/Environment.ts +++ b/src/app/Models/codegen/aws/appconfig/Environment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appconfig_EnvironmentMonitor, appconfig_EnvironmentMonitor_GetTypes, -} from "../types/appconfig_EnvironmentMonitor"; +} from '../types/appconfig_EnvironmentMonitor'; export interface EnvironmentArgs { // Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details. @@ -62,40 +62,40 @@ or `ROLLED_BACK`. return [ new DynamicUIProps( InputType.Array, - "monitors", - "Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details.", + 'monitors', + 'Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details.', () => appconfig_EnvironmentMonitor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the environment. Must be between 1 and 64 characters in length.", + 'name', + 'Name for the environment. Must be between 1 and 64 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "AppConfig application ID. Must be between 4 and 7 characters in length.", + 'applicationId', + 'AppConfig application ID. Must be between 4 and 7 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the environment. Can be at most 1024 characters.", + 'description', + 'Description of the environment. Can be at most 1024 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appconfig/EventIntegration.ts b/src/app/Models/codegen/aws/appconfig/EventIntegration.ts index b3cde1e14..feea646e7 100644 --- a/src/app/Models/codegen/aws/appconfig/EventIntegration.ts +++ b/src/app/Models/codegen/aws/appconfig/EventIntegration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appconfig_EventIntegrationEventFilter, appconfig_EventIntegrationEventFilter_GetTypes, -} from "../types/appconfig_EventIntegrationEventFilter"; +} from '../types/appconfig_EventIntegrationEventFilter'; export interface EventIntegrationArgs { // Tags to apply to the Event Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -53,40 +53,40 @@ export class EventIntegration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "eventbridgeBus", - "EventBridge bus.", + 'eventbridgeBus', + 'EventBridge bus.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Event Integration.", + 'name', + 'Name of the Event Integration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Event Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Event Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the Event Integration.", + 'description', + 'Description of the Event Integration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "eventFilter", - "Block that defines the configuration information for the event filter. The Event Filter block is documented below.", + 'eventFilter', + 'Block that defines the configuration information for the event filter. The Event Filter block is documented below.', () => appconfig_EventIntegrationEventFilter_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/appconfig/Extension.ts b/src/app/Models/codegen/aws/appconfig/Extension.ts index df9c10494..48fbf574d 100644 --- a/src/app/Models/codegen/aws/appconfig/Extension.ts +++ b/src/app/Models/codegen/aws/appconfig/Extension.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appconfig_ExtensionActionPoint, appconfig_ExtensionActionPoint_GetTypes, -} from "../types/appconfig_ExtensionActionPoint"; +} from '../types/appconfig_ExtensionActionPoint'; import { appconfig_ExtensionParameter, appconfig_ExtensionParameter_GetTypes, -} from "../types/appconfig_ExtensionParameter"; +} from '../types/appconfig_ExtensionParameter'; export interface ExtensionArgs { // The action points defined in the extension. Detailed below. @@ -60,40 +60,40 @@ export class Extension extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "actionPoints", - "The action points defined in the extension. Detailed below.", + 'actionPoints', + 'The action points defined in the extension. Detailed below.', () => appconfig_ExtensionActionPoint_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Information about the extension.", + 'description', + 'Information about the extension.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.", + 'name', + 'A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object. Detailed below.", + 'parameters', + 'The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object. Detailed below.', () => appconfig_ExtensionParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appconfig/ExtensionAssociation.ts b/src/app/Models/codegen/aws/appconfig/ExtensionAssociation.ts index 5aa666328..45c519333 100644 --- a/src/app/Models/codegen/aws/appconfig/ExtensionAssociation.ts +++ b/src/app/Models/codegen/aws/appconfig/ExtensionAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ExtensionAssociationArgs { // The ARN of the extension defined in the association. @@ -37,24 +37,24 @@ export class ExtensionAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the application, configuration profile, or environment to associate with the extension.", + 'resourceArn', + 'The ARN of the application, configuration profile, or environment to associate with the extension.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "extensionArn", - "The ARN of the extension defined in the association.", + 'extensionArn', + 'The ARN of the extension defined in the association.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "The parameter names and values defined for the association.", + 'parameters', + 'The parameter names and values defined for the association.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appconfig/HostedConfigurationVersion.ts b/src/app/Models/codegen/aws/appconfig/HostedConfigurationVersion.ts index 3bb73624e..4bdf07468 100644 --- a/src/app/Models/codegen/aws/appconfig/HostedConfigurationVersion.ts +++ b/src/app/Models/codegen/aws/appconfig/HostedConfigurationVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedConfigurationVersionArgs { // Application ID. @@ -49,40 +49,40 @@ export class HostedConfigurationVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "configurationProfileId", - "Configuration profile ID.", + 'configurationProfileId', + 'Configuration profile ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "content", - "Content of the configuration or the configuration data.", + 'content', + 'Content of the configuration or the configuration data.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contentType", - "Standard MIME type describing the format of the configuration content. For more information, see [Content-Type](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17).", + 'contentType', + 'Standard MIME type describing the format of the configuration content. For more information, see [Content-Type](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the configuration.", + 'description', + 'Description of the configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "applicationId", - "Application ID.", + 'applicationId', + 'Application ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appfabric/AppAuthorization.ts b/src/app/Models/codegen/aws/appfabric/AppAuthorization.ts index 0b68b0b02..3afc19de9 100644 --- a/src/app/Models/codegen/aws/appfabric/AppAuthorization.ts +++ b/src/app/Models/codegen/aws/appfabric/AppAuthorization.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_AppAuthorizationTimeouts, appfabric_AppAuthorizationTimeouts_GetTypes, -} from "../types/appfabric_AppAuthorizationTimeouts"; +} from '../types/appfabric_AppAuthorizationTimeouts'; import { appfabric_AppAuthorizationCredential, appfabric_AppAuthorizationCredential_GetTypes, -} from "../types/appfabric_AppAuthorizationCredential"; +} from '../types/appfabric_AppAuthorizationCredential'; import { appfabric_AppAuthorizationTenant, appfabric_AppAuthorizationTenant_GetTypes, -} from "../types/appfabric_AppAuthorizationTenant"; +} from '../types/appfabric_AppAuthorizationTenant'; export interface AppAuthorizationArgs { // @@ -91,56 +91,56 @@ Specify credentials that match the authorization type for your request. For exam return [ new DynamicUIProps( InputType.String, - "appBundleArn", - "The Amazon Resource Name (ARN) of the app bundle to use for the request.", + 'appBundleArn', + 'The Amazon Resource Name (ARN) of the app bundle to use for the request.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authType", - "The authorization type for the app authorization valid values are oauth2 and apiKey.", + 'authType', + 'The authorization type for the app authorization valid values are oauth2 and apiKey.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "credential", - "Contains credentials for the application, such as an API key or OAuth2 client ID and secret.\nSpecify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.", + 'credential', + 'Contains credentials for the application, such as an API key or OAuth2 client ID and secret.\nSpecify credentials that match the authorization type for your request. For example, if the authorization type for your request is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.', () => appfabric_AppAuthorizationCredential_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tenants", - "Contains information about an application tenant, such as the application display name and identifier.", + 'tenants', + 'Contains information about an application tenant, such as the application display name and identifier.', () => appfabric_AppAuthorizationTenant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => appfabric_AppAuthorizationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "app", - "The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.", + 'app', + 'The name of the application for valid values see https://docs.aws.amazon.com/appfabric/latest/api/API_CreateAppAuthorization.html.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appfabric/AppAuthorizationConnection.ts b/src/app/Models/codegen/aws/appfabric/AppAuthorizationConnection.ts index e1bfccc64..5aa23be35 100644 --- a/src/app/Models/codegen/aws/appfabric/AppAuthorizationConnection.ts +++ b/src/app/Models/codegen/aws/appfabric/AppAuthorizationConnection.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_AppAuthorizationConnectionTenant, appfabric_AppAuthorizationConnectionTenant_GetTypes, -} from "../types/appfabric_AppAuthorizationConnectionTenant"; +} from '../types/appfabric_AppAuthorizationConnectionTenant'; import { appfabric_AppAuthorizationConnectionAuthRequest, appfabric_AppAuthorizationConnectionAuthRequest_GetTypes, -} from "../types/appfabric_AppAuthorizationConnectionAuthRequest"; +} from '../types/appfabric_AppAuthorizationConnectionAuthRequest'; import { appfabric_AppAuthorizationConnectionTimeouts, appfabric_AppAuthorizationConnectionTimeouts_GetTypes, -} from "../types/appfabric_AppAuthorizationConnectionTimeouts"; +} from '../types/appfabric_AppAuthorizationConnectionTimeouts'; export interface AppAuthorizationConnectionArgs { // Contains OAuth2 authorization information.This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type. @@ -55,32 +55,32 @@ export class AppAuthorizationConnection extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "authRequest", - "Contains OAuth2 authorization information.This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type.", + 'authRequest', + 'Contains OAuth2 authorization information.This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type.', () => appfabric_AppAuthorizationConnectionAuthRequest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => appfabric_AppAuthorizationConnectionTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "appAuthorizationArn", - "The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.", + 'appAuthorizationArn', + 'The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "appBundleArn", - "The Amazon Resource Name (ARN) of the app bundle to use for the request.", + 'appBundleArn', + 'The Amazon Resource Name (ARN) of the app bundle to use for the request.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appfabric/AppBundle.ts b/src/app/Models/codegen/aws/appfabric/AppBundle.ts index a947ee6dd..92ed50aab 100644 --- a/src/app/Models/codegen/aws/appfabric/AppBundle.ts +++ b/src/app/Models/codegen/aws/appfabric/AppBundle.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AppBundleArgs { // Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -31,16 +31,16 @@ export class AppBundle extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customerManagedKeyArn", - "The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) key to use to encrypt the application data. If this is not specified, an AWS owned key is used for encryption.", + 'customerManagedKeyArn', + 'The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) key to use to encrypt the application data. If this is not specified, an AWS owned key is used for encryption.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appfabric/Ingestion.ts b/src/app/Models/codegen/aws/appfabric/Ingestion.ts index acd34cf16..7a850423f 100644 --- a/src/app/Models/codegen/aws/appfabric/Ingestion.ts +++ b/src/app/Models/codegen/aws/appfabric/Ingestion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IngestionArgs { /* @@ -55,40 +55,40 @@ Refer to the AWS Documentation for the [list of valid values](https://docs.aws.a return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tenantId", - "ID of the application tenant.", + 'tenantId', + 'ID of the application tenant.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "app", - "Name of the application.\nRefer to the AWS Documentation for the [list of valid values](https://docs.aws.amazon.com/appfabric/latest/api/API_CreateIngestion.html#appfabric-CreateIngestion-request-app)", + 'app', + 'Name of the application.\nRefer to the AWS Documentation for the [list of valid values](https://docs.aws.amazon.com/appfabric/latest/api/API_CreateIngestion.html#appfabric-CreateIngestion-request-app)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "appBundleArn", - "Amazon Resource Name (ARN) of the app bundle to use for the request.", + 'appBundleArn', + 'Amazon Resource Name (ARN) of the app bundle to use for the request.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ingestionType", - "Ingestion type. Valid values are `auditLog`.", + 'ingestionType', + 'Ingestion type. Valid values are `auditLog`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appfabric/IngestionDestination.ts b/src/app/Models/codegen/aws/appfabric/IngestionDestination.ts index 25bbe5796..7931fc685 100644 --- a/src/app/Models/codegen/aws/appfabric/IngestionDestination.ts +++ b/src/app/Models/codegen/aws/appfabric/IngestionDestination.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_IngestionDestinationProcessingConfiguration, appfabric_IngestionDestinationProcessingConfiguration_GetTypes, -} from "../types/appfabric_IngestionDestinationProcessingConfiguration"; +} from '../types/appfabric_IngestionDestinationProcessingConfiguration'; import { appfabric_IngestionDestinationTimeouts, appfabric_IngestionDestinationTimeouts_GetTypes, -} from "../types/appfabric_IngestionDestinationTimeouts"; +} from '../types/appfabric_IngestionDestinationTimeouts'; import { appfabric_IngestionDestinationDestinationConfiguration, appfabric_IngestionDestinationDestinationConfiguration_GetTypes, -} from "../types/appfabric_IngestionDestinationDestinationConfiguration"; +} from '../types/appfabric_IngestionDestinationDestinationConfiguration'; export interface IngestionDestinationArgs { // @@ -67,48 +67,48 @@ export class IngestionDestination extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => appfabric_IngestionDestinationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "appBundleArn", - "The Amazon Resource Name (ARN) of the app bundle to use for the request.", + 'appBundleArn', + 'The Amazon Resource Name (ARN) of the app bundle to use for the request.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "destinationConfiguration", - "Contains information about the destination of ingested data.", + 'destinationConfiguration', + 'Contains information about the destination of ingested data.', () => appfabric_IngestionDestinationDestinationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ingestionArn", - "The Amazon Resource Name (ARN) of the ingestion to use for the request.", + 'ingestionArn', + 'The Amazon Resource Name (ARN) of the ingestion to use for the request.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "Contains information about how ingested data is processed.", + 'processingConfiguration', + 'Contains information about how ingested data is processed.', () => appfabric_IngestionDestinationProcessingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appflow/ConnectorProfile.ts b/src/app/Models/codegen/aws/appflow/ConnectorProfile.ts index 53fe94c49..dc6cfd77a 100644 --- a/src/app/Models/codegen/aws/appflow/ConnectorProfile.ts +++ b/src/app/Models/codegen/aws/appflow/ConnectorProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfig, appflow_ConnectorProfileConnectorProfileConfig_GetTypes, -} from "../types/appflow_ConnectorProfileConnectorProfileConfig"; +} from '../types/appflow_ConnectorProfileConnectorProfileConfig'; export interface ConnectorProfileArgs { // Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`. @@ -59,41 +59,41 @@ export class ConnectorProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectorLabel", - "The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for `CustomConnector` connector type.", + 'connectorLabel', + 'The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for `CustomConnector` connector type.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "connectorProfileConfig", - "Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.", + 'connectorProfileConfig', + 'Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.', () => appflow_ConnectorProfileConnectorProfileConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "connectorType", - "The type of connector. One of: `Amplitude`, `CustomConnector`, `CustomerProfiles`, `Datadog`, `Dynatrace`, `EventBridge`, `Googleanalytics`, `Honeycode`, `Infornexus`, `LookoutMetrics`, `Marketo`, `Redshift`, `S3`, `Salesforce`, `SAPOData`, `Servicenow`, `Singular`, `Slack`, `Snowflake`, `Trendmicro`, `Upsolver`, `Veeva`, `Zendesk`.", + 'connectorType', + 'The type of connector. One of: `Amplitude`, `CustomConnector`, `CustomerProfiles`, `Datadog`, `Dynatrace`, `EventBridge`, `Googleanalytics`, `Honeycode`, `Infornexus`, `LookoutMetrics`, `Marketo`, `Redshift`, `S3`, `Salesforce`, `SAPOData`, `Servicenow`, `Singular`, `Slack`, `Snowflake`, `Trendmicro`, `Upsolver`, `Veeva`, `Zendesk`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsArn", + 'kmsArn', "ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.", () => [], false, true, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "connectionMode", - "Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`.", + 'connectionMode', + 'Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appflow/Flow.ts b/src/app/Models/codegen/aws/appflow/Flow.ts index 6d52a6c96..606c032ad 100644 --- a/src/app/Models/codegen/aws/appflow/Flow.ts +++ b/src/app/Models/codegen/aws/appflow/Flow.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowMetadataCatalogConfig, appflow_FlowMetadataCatalogConfig_GetTypes, -} from "../types/appflow_FlowMetadataCatalogConfig"; +} from '../types/appflow_FlowMetadataCatalogConfig'; import { appflow_FlowSourceFlowConfig, appflow_FlowSourceFlowConfig_GetTypes, -} from "../types/appflow_FlowSourceFlowConfig"; +} from '../types/appflow_FlowSourceFlowConfig'; import { appflow_FlowTask, appflow_FlowTask_GetTypes, -} from "../types/appflow_FlowTask"; +} from '../types/appflow_FlowTask'; import { appflow_FlowTriggerConfig, appflow_FlowTriggerConfig_GetTypes, -} from "../types/appflow_FlowTriggerConfig"; +} from '../types/appflow_FlowTriggerConfig'; import { appflow_FlowDestinationFlowConfig, appflow_FlowDestinationFlowConfig_GetTypes, -} from "../types/appflow_FlowDestinationFlowConfig"; +} from '../types/appflow_FlowDestinationFlowConfig'; export interface FlowArgs { // A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog. @@ -96,47 +96,47 @@ export class Flow extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "metadataCatalogConfig", - "A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.", + 'metadataCatalogConfig', + 'A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.', () => appflow_FlowMetadataCatalogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tasks", - "A Task that Amazon AppFlow performs while transferring the data in the flow run.", + 'tasks', + 'A Task that Amazon AppFlow performs while transferring the data in the flow run.', () => appflow_FlowTask_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "triggerConfig", - "A Trigger that determine how and when the flow runs.", + 'triggerConfig', + 'A Trigger that determine how and when the flow runs.', () => appflow_FlowTriggerConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "destinationFlowConfigs", - "A Destination Flow Config that controls how Amazon AppFlow places data in the destination connector.", + 'destinationFlowConfigs', + 'A Destination Flow Config that controls how Amazon AppFlow places data in the destination connector.', () => appflow_FlowDestinationFlowConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "sourceFlowConfig", - "The Source Flow Config that controls how Amazon AppFlow retrieves data from the source connector.", + 'sourceFlowConfig', + 'The Source Flow Config that controls how Amazon AppFlow retrieves data from the source connector.', () => appflow_FlowSourceFlowConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "kmsArn", + 'kmsArn', "ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.", () => [], false, @@ -144,24 +144,24 @@ export class Flow extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name of the flow.", + 'name', + 'Name of the flow.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the flow you want to create.", + 'description', + 'Description of the flow you want to create.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appintegrations/DataIntegration.ts b/src/app/Models/codegen/aws/appintegrations/DataIntegration.ts index e5395cf35..d7944d4c2 100644 --- a/src/app/Models/codegen/aws/appintegrations/DataIntegration.ts +++ b/src/app/Models/codegen/aws/appintegrations/DataIntegration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appintegrations_DataIntegrationScheduleConfig, appintegrations_DataIntegrationScheduleConfig_GetTypes, -} from "../types/appintegrations_DataIntegrationScheduleConfig"; +} from '../types/appintegrations_DataIntegrationScheduleConfig'; export interface DataIntegrationArgs { // Specifies the URI of the data source. Create an AppFlow Connector Profile and reference the name of the profile in the URL. An example of this value for Salesforce is `Salesforce://AppFlow/example` where `example` is the name of the AppFlow Connector Profile. @@ -59,48 +59,48 @@ export class DataIntegration extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Data Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Data Integration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Data Integration.", + 'description', + 'Specifies the description of the Data Integration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKey", - "Specifies the KMS key Amazon Resource Name (ARN) for the Data Integration.", + 'kmsKey', + 'Specifies the KMS key Amazon Resource Name (ARN) for the Data Integration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Data Integration.", + 'name', + 'Specifies the name of the Data Integration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "scheduleConfig", - "A block that defines the name of the data and how often it should be pulled from the source. The Schedule Config block is documented below.", + 'scheduleConfig', + 'A block that defines the name of the data and how often it should be pulled from the source. The Schedule Config block is documented below.', () => appintegrations_DataIntegrationScheduleConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "sourceUri", - "Specifies the URI of the data source. Create an AppFlow Connector Profile and reference the name of the profile in the URL. An example of this value for Salesforce is `Salesforce://AppFlow/example` where `example` is the name of the AppFlow Connector Profile.", + 'sourceUri', + 'Specifies the URI of the data source. Create an AppFlow Connector Profile and reference the name of the profile in the URL. An example of this value for Salesforce is `Salesforce://AppFlow/example` where `example` is the name of the AppFlow Connector Profile.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/applicationinsights/Application.ts b/src/app/Models/codegen/aws/applicationinsights/Application.ts index 733f83ade..87098ec39 100644 --- a/src/app/Models/codegen/aws/applicationinsights/Application.ts +++ b/src/app/Models/codegen/aws/applicationinsights/Application.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationArgs { // SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. @@ -75,64 +75,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoConfigEnabled", - "Indicates whether Application Insights automatically configures unmonitored resources in the resource group.", + 'autoConfigEnabled', + 'Indicates whether Application Insights automatically configures unmonitored resources in the resource group.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoCreate", - "Configures all of the resources in the resource group by applying the recommended configurations.", + 'autoCreate', + 'Configures all of the resources in the resource group by applying the recommended configurations.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "cweMonitorEnabled", - "Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", + 'cweMonitorEnabled', + 'Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupingType", - "Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to `ACCOUNT_BASED`.", + 'groupingType', + 'Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to `ACCOUNT_BASED`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "opsCenterEnabled", - "When set to `true`, creates opsItems for any problems detected on an application.", + 'opsCenterEnabled', + 'When set to `true`, creates opsItems for any problems detected on an application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opsItemSnsTopicArn", - "SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", + 'opsItemSnsTopicArn', + 'SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceGroupName", - "Name of the resource group.\n\nThe following arguments are optional:", + 'resourceGroupName', + 'Name of the resource group.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appmesh/GatewayRoute.ts b/src/app/Models/codegen/aws/appmesh/GatewayRoute.ts index 796a90270..3426cf1e2 100644 --- a/src/app/Models/codegen/aws/appmesh/GatewayRoute.ts +++ b/src/app/Models/codegen/aws/appmesh/GatewayRoute.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpec, appmesh_GatewayRouteSpec_GetTypes, -} from "../types/appmesh_GatewayRouteSpec"; +} from '../types/appmesh_GatewayRouteSpec'; export interface GatewayRouteArgs { // Name to use for the gateway route. Must be between 1 and 255 characters in length. @@ -68,47 +68,47 @@ export class GatewayRoute extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name to use for the gateway route. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the gateway route. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Gateway route specification to apply.", + 'spec', + 'Gateway route specification to apply.', () => appmesh_GatewayRouteSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "virtualGatewayName", - "Name of the virtual gateway to associate the gateway route with. Must be between 1 and 255 characters in length.", + 'virtualGatewayName', + 'Name of the virtual gateway to associate the gateway route with. Must be between 1 and 255 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the gateway route. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the gateway route. Must be between 1 and 255 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, diff --git a/src/app/Models/codegen/aws/appmesh/Mesh.ts b/src/app/Models/codegen/aws/appmesh/Mesh.ts index 9f4a62503..75b039135 100644 --- a/src/app/Models/codegen/aws/appmesh/Mesh.ts +++ b/src/app/Models/codegen/aws/appmesh/Mesh.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_MeshSpec, appmesh_MeshSpec_GetTypes, -} from "../types/appmesh_MeshSpec"; +} from '../types/appmesh_MeshSpec'; export interface MeshArgs { // Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -53,24 +53,24 @@ export class Mesh extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the service mesh. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the service mesh. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Service mesh specification to apply.", + 'spec', + 'Service mesh specification to apply.', () => appmesh_MeshSpec_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appmesh/Route.ts b/src/app/Models/codegen/aws/appmesh/Route.ts index 439b75cb6..f6b3d079e 100644 --- a/src/app/Models/codegen/aws/appmesh/Route.ts +++ b/src/app/Models/codegen/aws/appmesh/Route.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpec, appmesh_RouteSpec_GetTypes, -} from "../types/appmesh_RouteSpec"; +} from '../types/appmesh_RouteSpec'; export interface RouteArgs { // AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to. @@ -68,15 +68,15 @@ export class Route extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the route. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the route. Must be between 1 and 255 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, @@ -84,32 +84,32 @@ export class Route extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the route. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the route. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Route specification to apply.", + 'spec', + 'Route specification to apply.', () => appmesh_RouteSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "virtualRouterName", - "Name of the virtual router in which to create the route. Must be between 1 and 255 characters in length.", + 'virtualRouterName', + 'Name of the virtual router in which to create the route. Must be between 1 and 255 characters in length.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appmesh/VirtualGateway.ts b/src/app/Models/codegen/aws/appmesh/VirtualGateway.ts index 90a45bd44..d196fb16f 100644 --- a/src/app/Models/codegen/aws/appmesh/VirtualGateway.ts +++ b/src/app/Models/codegen/aws/appmesh/VirtualGateway.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpec, appmesh_VirtualGatewaySpec_GetTypes, -} from "../types/appmesh_VirtualGatewaySpec"; +} from '../types/appmesh_VirtualGatewaySpec'; export interface VirtualGatewayArgs { // AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to. @@ -62,31 +62,31 @@ export class VirtualGateway extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "spec", - "Virtual gateway specification to apply.", + 'spec', + 'Virtual gateway specification to apply.', () => appmesh_VirtualGatewaySpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the virtual gateway. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the virtual gateway. Must be between 1 and 255 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, @@ -94,8 +94,8 @@ export class VirtualGateway extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the virtual gateway. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the virtual gateway. Must be between 1 and 255 characters in length.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/appmesh/VirtualNode.ts b/src/app/Models/codegen/aws/appmesh/VirtualNode.ts index e4218d1c3..66860729e 100644 --- a/src/app/Models/codegen/aws/appmesh/VirtualNode.ts +++ b/src/app/Models/codegen/aws/appmesh/VirtualNode.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpec, appmesh_VirtualNodeSpec_GetTypes, -} from "../types/appmesh_VirtualNodeSpec"; +} from '../types/appmesh_VirtualNodeSpec'; export interface VirtualNodeArgs { // Name of the service mesh in which to create the virtual node. Must be between 1 and 255 characters in length. @@ -62,15 +62,15 @@ export class VirtualNode extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the virtual node. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the virtual node. Must be between 1 and 255 characters in length.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, @@ -78,24 +78,24 @@ export class VirtualNode extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the virtual node. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the virtual node. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Virtual node specification to apply.", + 'spec', + 'Virtual node specification to apply.', () => appmesh_VirtualNodeSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appmesh/VirtualRouter.ts b/src/app/Models/codegen/aws/appmesh/VirtualRouter.ts index cc95dd4f2..393c4316c 100644 --- a/src/app/Models/codegen/aws/appmesh/VirtualRouter.ts +++ b/src/app/Models/codegen/aws/appmesh/VirtualRouter.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualRouterSpec, appmesh_VirtualRouterSpec_GetTypes, -} from "../types/appmesh_VirtualRouterSpec"; +} from '../types/appmesh_VirtualRouterSpec'; export interface VirtualRouterArgs { // Virtual router specification to apply. @@ -62,7 +62,7 @@ export class VirtualRouter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, @@ -70,32 +70,32 @@ export class VirtualRouter extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the virtual router. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the virtual router. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Virtual router specification to apply.", + 'spec', + 'Virtual router specification to apply.', () => appmesh_VirtualRouterSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the virtual router. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the virtual router. Must be between 1 and 255 characters in length.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appmesh/VirtualService.ts b/src/app/Models/codegen/aws/appmesh/VirtualService.ts index 6d3d9fb93..1a756b5de 100644 --- a/src/app/Models/codegen/aws/appmesh/VirtualService.ts +++ b/src/app/Models/codegen/aws/appmesh/VirtualService.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualServiceSpec, appmesh_VirtualServiceSpec_GetTypes, -} from "../types/appmesh_VirtualServiceSpec"; +} from '../types/appmesh_VirtualServiceSpec'; export interface VirtualServiceArgs { // Virtual service specification to apply. @@ -62,7 +62,7 @@ export class VirtualService extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "meshOwner", + 'meshOwner', "AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to.", () => [], false, @@ -70,32 +70,32 @@ export class VirtualService extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name to use for the virtual service. Must be between 1 and 255 characters in length.", + 'name', + 'Name to use for the virtual service. Must be between 1 and 255 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Virtual service specification to apply.", + 'spec', + 'Virtual service specification to apply.', () => appmesh_VirtualServiceSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "meshName", - "Name of the service mesh in which to create the virtual service. Must be between 1 and 255 characters in length.", + 'meshName', + 'Name of the service mesh in which to create the virtual service. Must be between 1 and 255 characters in length.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apprunner/AutoScalingConfigurationVersion.ts b/src/app/Models/codegen/aws/apprunner/AutoScalingConfigurationVersion.ts index 0c2d45ce3..ab5e85282 100644 --- a/src/app/Models/codegen/aws/apprunner/AutoScalingConfigurationVersion.ts +++ b/src/app/Models/codegen/aws/apprunner/AutoScalingConfigurationVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AutoScalingConfigurationVersionArgs { // Name of the auto scaling configuration. @@ -64,40 +64,40 @@ export class AutoScalingConfigurationVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "autoScalingConfigurationName", - "Name of the auto scaling configuration.", + 'autoScalingConfigurationName', + 'Name of the auto scaling configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maxConcurrency", - "Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.", + 'maxConcurrency', + 'Maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxSize", - "Maximal number of instances that App Runner provisions for your service.", + 'maxSize', + 'Maximal number of instances that App Runner provisions for your service.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "minSize", - "Minimal number of instances that App Runner provisions for your service.", + 'minSize', + 'Minimal number of instances that App Runner provisions for your service.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apprunner/Connection.ts b/src/app/Models/codegen/aws/apprunner/Connection.ts index 9ae4bcf11..ab65685a8 100644 --- a/src/app/Models/codegen/aws/apprunner/Connection.ts +++ b/src/app/Models/codegen/aws/apprunner/Connection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionArgs { // Name of the connection. @@ -40,24 +40,24 @@ export class Connection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectionName", - "Name of the connection.", + 'connectionName', + 'Name of the connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "providerType", - "Source repository provider. Valid values: `GITHUB`.", + 'providerType', + 'Source repository provider. Valid values: `GITHUB`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apprunner/CustomDomainAssociation.ts b/src/app/Models/codegen/aws/apprunner/CustomDomainAssociation.ts index 17696b85e..5c5e1b866 100644 --- a/src/app/Models/codegen/aws/apprunner/CustomDomainAssociation.ts +++ b/src/app/Models/codegen/aws/apprunner/CustomDomainAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_CustomDomainAssociationCertificateValidationRecord, apprunner_CustomDomainAssociationCertificateValidationRecord_GetTypes, -} from "../types/apprunner_CustomDomainAssociationCertificateValidationRecord"; +} from '../types/apprunner_CustomDomainAssociationCertificateValidationRecord'; export interface CustomDomainAssociationArgs { // Custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`. @@ -44,24 +44,24 @@ export class CustomDomainAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "Custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`.", + 'domainName', + 'Custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableWwwSubdomain", - "Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to `true`.", + 'enableWwwSubdomain', + 'Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serviceArn", - "ARN of the App Runner service.", + 'serviceArn', + 'ARN of the App Runner service.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/apprunner/DefaultAutoScalingConfigurationVersion.ts b/src/app/Models/codegen/aws/apprunner/DefaultAutoScalingConfigurationVersion.ts index b7c203279..06b74d4aa 100644 --- a/src/app/Models/codegen/aws/apprunner/DefaultAutoScalingConfigurationVersion.ts +++ b/src/app/Models/codegen/aws/apprunner/DefaultAutoScalingConfigurationVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultAutoScalingConfigurationVersionArgs { // The ARN of the App Runner auto scaling configuration that you want to set as the default. @@ -19,8 +19,8 @@ export class DefaultAutoScalingConfigurationVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "autoScalingConfigurationArn", - "The ARN of the App Runner auto scaling configuration that you want to set as the default.", + 'autoScalingConfigurationArn', + 'The ARN of the App Runner auto scaling configuration that you want to set as the default.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/apprunner/Deployment.ts b/src/app/Models/codegen/aws/apprunner/Deployment.ts index 5347c90f2..d71ed811a 100644 --- a/src/app/Models/codegen/aws/apprunner/Deployment.ts +++ b/src/app/Models/codegen/aws/apprunner/Deployment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_DeploymentTimeouts, apprunner_DeploymentTimeouts_GetTypes, -} from "../types/apprunner_DeploymentTimeouts"; +} from '../types/apprunner_DeploymentTimeouts'; export interface DeploymentArgs { // The Amazon Resource Name (ARN) of the App Runner service to start the deployment for. @@ -35,16 +35,16 @@ export class Deployment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceArn", - "The Amazon Resource Name (ARN) of the App Runner service to start the deployment for.", + 'serviceArn', + 'The Amazon Resource Name (ARN) of the App Runner service to start the deployment for.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => apprunner_DeploymentTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apprunner/ObservabilityConfiguration.ts b/src/app/Models/codegen/aws/apprunner/ObservabilityConfiguration.ts index c2b048650..431efe9ad 100644 --- a/src/app/Models/codegen/aws/apprunner/ObservabilityConfiguration.ts +++ b/src/app/Models/codegen/aws/apprunner/ObservabilityConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ObservabilityConfigurationTraceConfiguration, apprunner_ObservabilityConfigurationTraceConfiguration_GetTypes, -} from "../types/apprunner_ObservabilityConfigurationTraceConfiguration"; +} from '../types/apprunner_ObservabilityConfigurationTraceConfiguration'; export interface ObservabilityConfigurationArgs { // Name of the observability configuration. @@ -50,23 +50,23 @@ export class ObservabilityConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "observabilityConfigurationName", - "Name of the observability configuration.", + 'observabilityConfigurationName', + 'Name of the observability configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "traceConfiguration", + 'traceConfiguration', "Configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing. See Trace Configuration below for more details.", () => apprunner_ObservabilityConfigurationTraceConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/apprunner/Service.ts b/src/app/Models/codegen/aws/apprunner/Service.ts index b8b15fbec..9b4829b0f 100644 --- a/src/app/Models/codegen/aws/apprunner/Service.ts +++ b/src/app/Models/codegen/aws/apprunner/Service.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceSourceConfiguration, apprunner_ServiceSourceConfiguration_GetTypes, -} from "../types/apprunner_ServiceSourceConfiguration"; +} from '../types/apprunner_ServiceSourceConfiguration'; import { apprunner_ServiceEncryptionConfiguration, apprunner_ServiceEncryptionConfiguration_GetTypes, -} from "../types/apprunner_ServiceEncryptionConfiguration"; +} from '../types/apprunner_ServiceEncryptionConfiguration'; import { apprunner_ServiceHealthCheckConfiguration, apprunner_ServiceHealthCheckConfiguration_GetTypes, -} from "../types/apprunner_ServiceHealthCheckConfiguration"; +} from '../types/apprunner_ServiceHealthCheckConfiguration'; import { apprunner_ServiceObservabilityConfiguration, apprunner_ServiceObservabilityConfiguration_GetTypes, -} from "../types/apprunner_ServiceObservabilityConfiguration"; +} from '../types/apprunner_ServiceObservabilityConfiguration'; import { apprunner_ServiceInstanceConfiguration, apprunner_ServiceInstanceConfiguration_GetTypes, -} from "../types/apprunner_ServiceInstanceConfiguration"; +} from '../types/apprunner_ServiceInstanceConfiguration'; import { apprunner_ServiceNetworkConfiguration, apprunner_ServiceNetworkConfiguration_GetTypes, -} from "../types/apprunner_ServiceNetworkConfiguration"; +} from '../types/apprunner_ServiceNetworkConfiguration'; export interface ServiceArgs { // ARN of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration. @@ -114,72 +114,72 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "healthCheckConfiguration", - "Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.", + 'healthCheckConfiguration', + 'Settings of the health check that AWS App Runner performs to monitor the health of your service. See Health Check Configuration below for more details.', () => apprunner_ServiceHealthCheckConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Configuration settings related to network traffic of the web application that the App Runner service runs. See Network Configuration below for more details.", + 'networkConfiguration', + 'Configuration settings related to network traffic of the web application that the App Runner service runs. See Network Configuration below for more details.', () => apprunner_ServiceNetworkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "Name of the service.", + 'serviceName', + 'Name of the service.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "sourceConfiguration", - "The source to deploy to the App Runner service. Can be a code or an image repository. See Source Configuration below for more details.\n\nThe following arguments are optional:", + 'sourceConfiguration', + 'The source to deploy to the App Runner service. Can be a code or an image repository. See Source Configuration below for more details.\n\nThe following arguments are optional:', () => apprunner_ServiceSourceConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an AWS managed CMK. See Encryption Configuration below for more details.", + 'encryptionConfiguration', + 'An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an AWS managed CMK. See Encryption Configuration below for more details.', () => apprunner_ServiceEncryptionConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "observabilityConfiguration", - "The observability configuration of your service. See Observability Configuration below for more details.", + 'observabilityConfiguration', + 'The observability configuration of your service. See Observability Configuration below for more details.', () => apprunner_ServiceObservabilityConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "autoScalingConfigurationArn", - "ARN of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.", + 'autoScalingConfigurationArn', + 'ARN of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceConfiguration", - "The runtime configuration of instances (scaling units) of the App Runner service. See Instance Configuration below for more details.", + 'instanceConfiguration', + 'The runtime configuration of instances (scaling units) of the App Runner service. See Instance Configuration below for more details.', () => apprunner_ServiceInstanceConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apprunner/VpcConnector.ts b/src/app/Models/codegen/aws/apprunner/VpcConnector.ts index 23e2e94d1..37e4afb1d 100644 --- a/src/app/Models/codegen/aws/apprunner/VpcConnector.ts +++ b/src/app/Models/codegen/aws/apprunner/VpcConnector.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcConnectorArgs { // List of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify. @@ -49,32 +49,32 @@ export class VpcConnector extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcConnectorName", - "Name for the VPC connector.", + 'vpcConnectorName', + 'Name for the VPC connector.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.", + 'securityGroups', + 'List of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnets", - "List of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.", + 'subnets', + 'List of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/apprunner/VpcIngressConnection.ts b/src/app/Models/codegen/aws/apprunner/VpcIngressConnection.ts index 4cb95e9a1..957afcbc3 100644 --- a/src/app/Models/codegen/aws/apprunner/VpcIngressConnection.ts +++ b/src/app/Models/codegen/aws/apprunner/VpcIngressConnection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_VpcIngressConnectionIngressVpcConfiguration, apprunner_VpcIngressConnectionIngressVpcConfiguration_GetTypes, -} from "../types/apprunner_VpcIngressConnectionIngressVpcConfiguration"; +} from '../types/apprunner_VpcIngressConnectionIngressVpcConfiguration'; export interface VpcIngressConnectionArgs { // Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource. See Ingress VPC Configuration below for more details. @@ -53,32 +53,32 @@ export class VpcIngressConnection extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "ingressVpcConfiguration", - "Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource. See Ingress VPC Configuration below for more details.", + 'ingressVpcConfiguration', + 'Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource. See Ingress VPC Configuration below for more details.', () => apprunner_VpcIngressConnectionIngressVpcConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your AWS account in the AWS Region.", + 'name', + 'A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your AWS account in the AWS Region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceArn", - "The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.", + 'serviceArn', + 'The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appstream/DirectoryConfig.ts b/src/app/Models/codegen/aws/appstream/DirectoryConfig.ts index 12b2a4758..6671b612c 100644 --- a/src/app/Models/codegen/aws/appstream/DirectoryConfig.ts +++ b/src/app/Models/codegen/aws/appstream/DirectoryConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appstream_DirectoryConfigServiceAccountCredentials, appstream_DirectoryConfigServiceAccountCredentials_GetTypes, -} from "../types/appstream_DirectoryConfigServiceAccountCredentials"; +} from '../types/appstream_DirectoryConfigServiceAccountCredentials'; export interface DirectoryConfigArgs { // Distinguished names of the organizational units for computer accounts. @@ -38,24 +38,24 @@ export class DirectoryConfig extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "organizationalUnitDistinguishedNames", - "Distinguished names of the organizational units for computer accounts.", + 'organizationalUnitDistinguishedNames', + 'Distinguished names of the organizational units for computer accounts.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "serviceAccountCredentials", - "Configuration block for the name of the directory and organizational unit (OU) to use to join the directory config to a Microsoft Active Directory domain. See `service_account_credentials` below.", + 'serviceAccountCredentials', + 'Configuration block for the name of the directory and organizational unit (OU) to use to join the directory config to a Microsoft Active Directory domain. See `service_account_credentials` below.', () => appstream_DirectoryConfigServiceAccountCredentials_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "directoryName", - "Fully qualified name of the directory.", + 'directoryName', + 'Fully qualified name of the directory.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appstream/Fleet.ts b/src/app/Models/codegen/aws/appstream/Fleet.ts index 576960bfb..594bceb26 100644 --- a/src/app/Models/codegen/aws/appstream/Fleet.ts +++ b/src/app/Models/codegen/aws/appstream/Fleet.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appstream_FleetVpcConfig, appstream_FleetVpcConfig_GetTypes, -} from "../types/appstream_FleetVpcConfig"; +} from '../types/appstream_FleetVpcConfig'; import { appstream_FleetDomainJoinInfo, appstream_FleetDomainJoinInfo_GetTypes, -} from "../types/appstream_FleetDomainJoinInfo"; +} from '../types/appstream_FleetDomainJoinInfo'; import { appstream_FleetComputeCapacity, appstream_FleetComputeCapacity_GetTypes, -} from "../types/appstream_FleetComputeCapacity"; +} from '../types/appstream_FleetComputeCapacity'; export interface FleetArgs { // Configuration block for the VPC configuration for the image builder. See below. @@ -153,144 +153,144 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description to display.", + 'description', + 'Description to display.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "domainJoinInfo", - "Configuration block for the name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. See below.", + 'domainJoinInfo', + 'Configuration block for the name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. See below.', () => appstream_FleetDomainJoinInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "idleDisconnectTimeoutInSeconds", - "Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnect_timeout_in_seconds` time interval begins. Defaults to `0`. Valid value is between `60` and `3600 `seconds.", + 'idleDisconnectTimeoutInSeconds', + 'Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnect_timeout_in_seconds` time interval begins. Defaults to `0`. Valid value is between `60` and `3600 `seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDefaultInternetAccess", - "Enables or disables default internet access for the fleet.", + 'enableDefaultInternetAccess', + 'Enables or disables default internet access for the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "ARN of the IAM role to apply to the fleet.", + 'iamRoleArn', + 'ARN of the IAM role to apply to the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to attach to AppStream instances.", + 'tags', + 'Map of tags to attach to AppStream instances.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block for the VPC configuration for the image builder. See below.", + 'vpcConfig', + 'Configuration block for the VPC configuration for the image builder. See below.', () => appstream_FleetVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Human-readable friendly name for the AppStream fleet.", + 'displayName', + 'Human-readable friendly name for the AppStream fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fleetType", - "Fleet type. Valid values are: `ON_DEMAND`, `ALWAYS_ON`", + 'fleetType', + 'Fleet type. Valid values are: `ON_DEMAND`, `ALWAYS_ON`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageArn", - "ARN of the public, private, or shared image to use.", + 'imageArn', + 'ARN of the public, private, or shared image to use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the fleet.\n\nThe following arguments are optional:", + 'name', + 'Unique name for the fleet.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageName", - "Name of the image used to create the fleet.", + 'imageName', + 'Name of the image used to create the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamView", - "AppStream 2.0 view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays. If not specified, defaults to `APP`.", + 'streamView', + 'AppStream 2.0 view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays. If not specified, defaults to `APP`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxUserDurationInSeconds", - "Maximum amount of time that a streaming session can remain active, in seconds.", + 'maxUserDurationInSeconds', + 'Maximum amount of time that a streaming session can remain active, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "disconnectTimeoutInSeconds", - "Amount of time that a streaming session remains active after users disconnect.", + 'disconnectTimeoutInSeconds', + 'Amount of time that a streaming session remains active after users disconnect.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "computeCapacity", - "Configuration block for the desired capacity of the fleet. See below.", + 'computeCapacity', + 'Configuration block for the desired capacity of the fleet. See below.', () => appstream_FleetComputeCapacity_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxSessionsPerInstance", - "The maximum number of user sessions on an instance. This only applies to multi-session fleets.", + 'maxSessionsPerInstance', + 'The maximum number of user sessions on an instance. This only applies to multi-session fleets.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type to use when launching fleet instances.", + 'instanceType', + 'Instance type to use when launching fleet instances.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appstream/FleetStackAssociation.ts b/src/app/Models/codegen/aws/appstream/FleetStackAssociation.ts index 719372435..187fee325 100644 --- a/src/app/Models/codegen/aws/appstream/FleetStackAssociation.ts +++ b/src/app/Models/codegen/aws/appstream/FleetStackAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FleetStackAssociationArgs { // Name of the fleet. @@ -25,16 +25,16 @@ export class FleetStackAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "fleetName", - "Name of the fleet.", + 'fleetName', + 'Name of the fleet.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "stackName", - "Name of the stack.", + 'stackName', + 'Name of the stack.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appstream/ImageBuilder.ts b/src/app/Models/codegen/aws/appstream/ImageBuilder.ts index f20e925bd..e7b13f95a 100644 --- a/src/app/Models/codegen/aws/appstream/ImageBuilder.ts +++ b/src/app/Models/codegen/aws/appstream/ImageBuilder.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appstream_ImageBuilderVpcConfig, appstream_ImageBuilderVpcConfig_GetTypes, -} from "../types/appstream_ImageBuilderVpcConfig"; +} from '../types/appstream_ImageBuilderVpcConfig'; import { appstream_ImageBuilderDomainJoinInfo, appstream_ImageBuilderDomainJoinInfo_GetTypes, -} from "../types/appstream_ImageBuilderDomainJoinInfo"; +} from '../types/appstream_ImageBuilderDomainJoinInfo'; import { appstream_ImageBuilderAccessEndpoint, appstream_ImageBuilderAccessEndpoint_GetTypes, -} from "../types/appstream_ImageBuilderAccessEndpoint"; +} from '../types/appstream_ImageBuilderAccessEndpoint'; export interface ImageBuilderArgs { // Configuration block for the VPC configuration for the image builder. See below. @@ -123,104 +123,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block for the VPC configuration for the image builder. See below.", + 'vpcConfig', + 'Configuration block for the VPC configuration for the image builder. See below.', () => appstream_ImageBuilderVpcConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "enableDefaultInternetAccess", - "Enables or disables default internet access for the image builder.", + 'enableDefaultInternetAccess', + 'Enables or disables default internet access for the image builder.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type to use when launching the image builder.", + 'instanceType', + 'Instance type to use when launching the image builder.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "imageArn", - "ARN of the public, private, or shared image to use.", + 'imageArn', + 'ARN of the public, private, or shared image to use.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "domainJoinInfo", - "Configuration block for the name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. See below.", + 'domainJoinInfo', + 'Configuration block for the name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. See below.', () => appstream_ImageBuilderDomainJoinInfo_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "ARN of the IAM role to apply to the image builder.", + 'iamRoleArn', + 'ARN of the IAM role to apply to the image builder.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the image builder.\n\nThe following arguments are optional:", + 'name', + 'Unique name for the image builder.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "accessEndpoints", - "Set of interface VPC endpoint (interface endpoint) objects. Maximum of 4. See below.", + 'accessEndpoints', + 'Set of interface VPC endpoint (interface endpoint) objects. Maximum of 4. See below.', () => appstream_ImageBuilderAccessEndpoint_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "appstreamAgentVersion", - "Version of the AppStream 2.0 agent to use for this image builder.", + 'appstreamAgentVersion', + 'Version of the AppStream 2.0 agent to use for this image builder.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description to display.", + 'description', + 'Description to display.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Human-readable friendly name for the AppStream image builder.", + 'displayName', + 'Human-readable friendly name for the AppStream image builder.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageName", - "Name of the image used to create the image builder.", + 'imageName', + 'Name of the image used to create the image builder.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/appstream/Stack.ts b/src/app/Models/codegen/aws/appstream/Stack.ts index 0b79a357f..0912a7170 100644 --- a/src/app/Models/codegen/aws/appstream/Stack.ts +++ b/src/app/Models/codegen/aws/appstream/Stack.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appstream_StackStreamingExperienceSettings, appstream_StackStreamingExperienceSettings_GetTypes, -} from "../types/appstream_StackStreamingExperienceSettings"; +} from '../types/appstream_StackStreamingExperienceSettings'; import { appstream_StackApplicationSettings, appstream_StackApplicationSettings_GetTypes, -} from "../types/appstream_StackApplicationSettings"; +} from '../types/appstream_StackApplicationSettings'; import { appstream_StackUserSetting, appstream_StackUserSetting_GetTypes, -} from "../types/appstream_StackUserSetting"; +} from '../types/appstream_StackUserSetting'; import { appstream_StackAccessEndpoint, appstream_StackAccessEndpoint_GetTypes, -} from "../types/appstream_StackAccessEndpoint"; +} from '../types/appstream_StackAccessEndpoint'; import { appstream_StackStorageConnector, appstream_StackStorageConnector_GetTypes, -} from "../types/appstream_StackStorageConnector"; +} from '../types/appstream_StackStorageConnector'; export interface StackArgs { // URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. . @@ -152,96 +152,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "embedHostDomains", - "Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.", + 'embedHostDomains', + 'Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "redirectUrl", - "URL that users are redirected to after their streaming session ends.", + 'redirectUrl', + 'URL that users are redirected to after their streaming session ends.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "streamingExperienceSettings", - "The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.\nSee `streaming_experience_settings` below.", + 'streamingExperienceSettings', + 'The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.\nSee `streaming_experience_settings` below.', () => appstream_StackStreamingExperienceSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the AppStream stack.\n\nThe following arguments are optional:", + 'name', + 'Unique name for the AppStream stack.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "storageConnectors", - "Configuration block for the storage connectors to enable.\nSee `storage_connectors` below.", + 'storageConnectors', + 'Configuration block for the storage connectors to enable.\nSee `storage_connectors` below.', () => appstream_StackStorageConnector_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "applicationSettings", - "Settings for application settings persistence.\nSee `application_settings` below.", + 'applicationSettings', + 'Settings for application settings persistence.\nSee `application_settings` below.', () => appstream_StackApplicationSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the AppStream stack.", + 'description', + 'Description for the AppStream stack.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "userSettings", - "Configuration block for the actions that are enabled or disabled for users during their streaming sessions. If not provided, these settings are configured automatically by AWS. If provided, the configuration should include a block for each configurable action.\nSee `user_settings` below.", + 'userSettings', + 'Configuration block for the actions that are enabled or disabled for users during their streaming sessions. If not provided, these settings are configured automatically by AWS. If provided, the configuration should include a block for each configurable action.\nSee `user_settings` below.', () => appstream_StackUserSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "feedbackUrl", - "URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .", + 'feedbackUrl', + 'URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. .', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "accessEndpoints", - "Set of configuration blocks defining the interface VPC endpoints. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.\nSee `access_endpoints` below.", + 'accessEndpoints', + 'Set of configuration blocks defining the interface VPC endpoints. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.\nSee `access_endpoints` below.', () => appstream_StackAccessEndpoint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Stack name to display.", + 'displayName', + 'Stack name to display.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appstream/User.ts b/src/app/Models/codegen/aws/appstream/User.ts index 1b8251b51..cedf6c831 100644 --- a/src/app/Models/codegen/aws/appstream/User.ts +++ b/src/app/Models/codegen/aws/appstream/User.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserArgs { // Authentication type for the user. You must specify USERPOOL. Valid values: `API`, `SAML`, `USERPOOL` @@ -63,48 +63,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the user in the user pool is enabled.", + 'enabled', + 'Whether the user in the user pool is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firstName", - "First name, or given name, of the user.", + 'firstName', + 'First name, or given name, of the user.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lastName", - "Last name, or surname, of the user.", + 'lastName', + 'Last name, or surname, of the user.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "sendEmailNotification", - "Send an email notification.", + 'sendEmailNotification', + 'Send an email notification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userName", - "Email address of the user.\n\nThe following arguments are optional:", + 'userName', + 'Email address of the user.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authenticationType", - "Authentication type for the user. You must specify USERPOOL. Valid values: `API`, `SAML`, `USERPOOL`", + 'authenticationType', + 'Authentication type for the user. You must specify USERPOOL. Valid values: `API`, `SAML`, `USERPOOL`', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appstream/UserStackAssociation.ts b/src/app/Models/codegen/aws/appstream/UserStackAssociation.ts index 253947ba0..a2527320f 100644 --- a/src/app/Models/codegen/aws/appstream/UserStackAssociation.ts +++ b/src/app/Models/codegen/aws/appstream/UserStackAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserStackAssociationArgs { /* @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "userName", - "Email address of the user who is associated with the stack.\n\nThe following arguments are optional:", + 'userName', + 'Email address of the user who is associated with the stack.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authenticationType", - "Authentication type for the user.", + 'authenticationType', + 'Authentication type for the user.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "sendEmailNotification", - "Whether a welcome email is sent to a user after the user is created in the user pool.", + 'sendEmailNotification', + 'Whether a welcome email is sent to a user after the user is created in the user pool.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackName", - "Name of the stack that is associated with the user.", + 'stackName', + 'Name of the stack that is associated with the user.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appsync/ApiCache.ts b/src/app/Models/codegen/aws/appsync/ApiCache.ts index 10279a4b2..40d418414 100644 --- a/src/app/Models/codegen/aws/appsync/ApiCache.ts +++ b/src/app/Models/codegen/aws/appsync/ApiCache.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiCacheArgs { // Transit encryption flag when connecting to cache. You cannot update this setting after creation. @@ -49,48 +49,48 @@ export class ApiCache extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "type", - "Cache instance type. Valid values are `SMALL`, `MEDIUM`, `LARGE`, `XLARGE`, `LARGE_2X`, `LARGE_4X`, `LARGE_8X`, `LARGE_12X`, `T2_SMALL`, `T2_MEDIUM`, `R4_LARGE`, `R4_XLARGE`, `R4_2XLARGE`, `R4_4XLARGE`, `R4_8XLARGE`.", + 'type', + 'Cache instance type. Valid values are `SMALL`, `MEDIUM`, `LARGE`, `XLARGE`, `LARGE_2X`, `LARGE_4X`, `LARGE_8X`, `LARGE_12X`, `T2_SMALL`, `T2_MEDIUM`, `R4_LARGE`, `R4_XLARGE`, `R4_2XLARGE`, `R4_4XLARGE`, `R4_8XLARGE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiCachingBehavior", - "Caching behavior. Valid values are `FULL_REQUEST_CACHING` and `PER_RESOLVER_CACHING`.", + 'apiCachingBehavior', + 'Caching behavior. Valid values are `FULL_REQUEST_CACHING` and `PER_RESOLVER_CACHING`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiId", - "GraphQL API ID.", + 'apiId', + 'GraphQL API ID.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "atRestEncryptionEnabled", - "At-rest encryption flag for cache. You cannot update this setting after creation.", + 'atRestEncryptionEnabled', + 'At-rest encryption flag for cache. You cannot update this setting after creation.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "transitEncryptionEnabled", - "Transit encryption flag when connecting to cache. You cannot update this setting after creation.", + 'transitEncryptionEnabled', + 'Transit encryption flag when connecting to cache. You cannot update this setting after creation.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "ttl", - "TTL in seconds for cache entries.", + 'ttl', + 'TTL in seconds for cache entries.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appsync/ApiKey.ts b/src/app/Models/codegen/aws/appsync/ApiKey.ts index da6defb91..69991d2ce 100644 --- a/src/app/Models/codegen/aws/appsync/ApiKey.ts +++ b/src/app/Models/codegen/aws/appsync/ApiKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiKeyArgs { // ID of the associated AppSync API @@ -37,23 +37,23 @@ export class ApiKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "expires", - "RFC3339 string representation of the expiry date. Rounded down to nearest hour. By default, it is 7 days from the date of creation.", + 'expires', + 'RFC3339 string representation of the expiry date. Rounded down to nearest hour. By default, it is 7 days from the date of creation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "ID of the associated AppSync API", + 'apiId', + 'ID of the associated AppSync API', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'API key description. Defaults to "Managed by Pulumi".', () => [], false, diff --git a/src/app/Models/codegen/aws/appsync/DataSource.ts b/src/app/Models/codegen/aws/appsync/DataSource.ts index 410dc112b..3c6b71cac 100644 --- a/src/app/Models/codegen/aws/appsync/DataSource.ts +++ b/src/app/Models/codegen/aws/appsync/DataSource.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_DataSourceRelationalDatabaseConfig, appsync_DataSourceRelationalDatabaseConfig_GetTypes, -} from "../types/appsync_DataSourceRelationalDatabaseConfig"; +} from '../types/appsync_DataSourceRelationalDatabaseConfig'; import { appsync_DataSourceHttpConfig, appsync_DataSourceHttpConfig_GetTypes, -} from "../types/appsync_DataSourceHttpConfig"; +} from '../types/appsync_DataSourceHttpConfig'; import { appsync_DataSourceDynamodbConfig, appsync_DataSourceDynamodbConfig_GetTypes, -} from "../types/appsync_DataSourceDynamodbConfig"; +} from '../types/appsync_DataSourceDynamodbConfig'; import { appsync_DataSourceElasticsearchConfig, appsync_DataSourceElasticsearchConfig_GetTypes, -} from "../types/appsync_DataSourceElasticsearchConfig"; +} from '../types/appsync_DataSourceElasticsearchConfig'; import { appsync_DataSourceEventBridgeConfig, appsync_DataSourceEventBridgeConfig_GetTypes, -} from "../types/appsync_DataSourceEventBridgeConfig"; +} from '../types/appsync_DataSourceEventBridgeConfig'; import { appsync_DataSourceLambdaConfig, appsync_DataSourceLambdaConfig_GetTypes, -} from "../types/appsync_DataSourceLambdaConfig"; +} from '../types/appsync_DataSourceLambdaConfig'; import { appsync_DataSourceOpensearchserviceConfig, appsync_DataSourceOpensearchserviceConfig_GetTypes, -} from "../types/appsync_DataSourceOpensearchserviceConfig"; +} from '../types/appsync_DataSourceOpensearchserviceConfig'; export interface DataSourceArgs { // Description of the data source. @@ -116,96 +116,96 @@ export class DataSource extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "dynamodbConfig", - "DynamoDB settings. See `dynamodb_config` Block for details.", + 'dynamodbConfig', + 'DynamoDB settings. See `dynamodb_config` Block for details.', () => appsync_DataSourceDynamodbConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eventBridgeConfig", - "AWS EventBridge settings. See `event_bridge_config` Block for details.", + 'eventBridgeConfig', + 'AWS EventBridge settings. See `event_bridge_config` Block for details.', () => appsync_DataSourceEventBridgeConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "User-supplied name for the data source.", + 'name', + 'User-supplied name for the data source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "opensearchserviceConfig", - "Amazon OpenSearch Service settings. See `opensearchservice_config` Block for details.", + 'opensearchserviceConfig', + 'Amazon OpenSearch Service settings. See `opensearchservice_config` Block for details.', () => appsync_DataSourceOpensearchserviceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "apiId", - "API ID for the GraphQL API for the data source.", + 'apiId', + 'API ID for the GraphQL API for the data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the data source.", + 'description', + 'Description of the data source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lambdaConfig", - "AWS Lambda settings. See `lambda_config` Block for details.", + 'lambdaConfig', + 'AWS Lambda settings. See `lambda_config` Block for details.', () => appsync_DataSourceLambdaConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceRoleArn", - "IAM service role ARN for the data source. Required if `type` is specified as `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `AMAZON_EVENTBRIDGE`, or `AMAZON_OPENSEARCH_SERVICE`.", + 'serviceRoleArn', + 'IAM service role ARN for the data source. Required if `type` is specified as `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `AMAZON_EVENTBRIDGE`, or `AMAZON_OPENSEARCH_SERVICE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of the Data Source. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `HTTP`, `NONE`, `RELATIONAL_DATABASE`, `AMAZON_EVENTBRIDGE`, `AMAZON_OPENSEARCH_SERVICE`.", + 'type', + 'Type of the Data Source. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZON_ELASTICSEARCH`, `HTTP`, `NONE`, `RELATIONAL_DATABASE`, `AMAZON_EVENTBRIDGE`, `AMAZON_OPENSEARCH_SERVICE`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "relationalDatabaseConfig", - "AWS RDS settings. See `relational_database_config` Block for details.", + 'relationalDatabaseConfig', + 'AWS RDS settings. See `relational_database_config` Block for details.', () => appsync_DataSourceRelationalDatabaseConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpConfig", - "HTTP settings. See `http_config` Block for details.", + 'httpConfig', + 'HTTP settings. See `http_config` Block for details.', () => appsync_DataSourceHttpConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "elasticsearchConfig", - "Amazon Elasticsearch settings. See `elasticsearch_config` Block for details.", + 'elasticsearchConfig', + 'Amazon Elasticsearch settings. See `elasticsearch_config` Block for details.', () => appsync_DataSourceElasticsearchConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appsync/DomainName.ts b/src/app/Models/codegen/aws/appsync/DomainName.ts index 1a7320fed..2fd60061c 100644 --- a/src/app/Models/codegen/aws/appsync/DomainName.ts +++ b/src/app/Models/codegen/aws/appsync/DomainName.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainNameArgs { // ARN of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate. The certifiacte must reside in us-east-1. @@ -37,24 +37,24 @@ export class DomainName extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "Domain name.", + 'domainName', + 'Domain name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate. The certifiacte must reside in us-east-1.", + 'certificateArn', + 'ARN of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate. The certifiacte must reside in us-east-1.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the Domain Name.", + 'description', + 'A description of the Domain Name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/appsync/DomainNameApiAssociation.ts b/src/app/Models/codegen/aws/appsync/DomainNameApiAssociation.ts index ef67305ce..550203907 100644 --- a/src/app/Models/codegen/aws/appsync/DomainNameApiAssociation.ts +++ b/src/app/Models/codegen/aws/appsync/DomainNameApiAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainNameApiAssociationArgs { // API ID. @@ -25,16 +25,16 @@ export class DomainNameApiAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "Appsync domain name.", + 'domainName', + 'Appsync domain name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiId", - "API ID.", + 'apiId', + 'API ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/appsync/Function.ts b/src/app/Models/codegen/aws/appsync/Function.ts index 07dbfc21c..d1aaa6f70 100644 --- a/src/app/Models/codegen/aws/appsync/Function.ts +++ b/src/app/Models/codegen/aws/appsync/Function.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_FunctionRuntime, appsync_FunctionRuntime_GetTypes, -} from "../types/appsync_FunctionRuntime"; +} from '../types/appsync_FunctionRuntime'; import { appsync_FunctionSyncConfig, appsync_FunctionSyncConfig_GetTypes, -} from "../types/appsync_FunctionSyncConfig"; +} from '../types/appsync_FunctionSyncConfig'; export interface FunctionArgs { // Version of the request mapping template. Currently the supported value is `2018-05-29`. Does not apply when specifying `code`. @@ -93,88 +93,88 @@ export class Function extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "apiId", - "ID of the associated AppSync API.", + 'apiId', + 'ID of the associated AppSync API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dataSource", - "Function data source name.", + 'dataSource', + 'Function data source name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Function name. The function name does not have to be unique.", + 'name', + 'Function name. The function name does not have to be unique.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "requestMappingTemplate", - "Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.", + 'requestMappingTemplate', + 'Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "functionVersion", - "Version of the request mapping template. Currently the supported value is `2018-05-29`. Does not apply when specifying `code`.", + 'functionVersion', + 'Version of the request mapping template. Currently the supported value is `2018-05-29`. Does not apply when specifying `code`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "runtime", - "Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified. See `runtime` Block for details.", + 'runtime', + 'Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified. See `runtime` Block for details.', () => appsync_FunctionRuntime_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Function description.", + 'description', + 'Function description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responseMappingTemplate", - "Function response mapping template.", + 'responseMappingTemplate', + 'Function response mapping template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "code", - "The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.", + 'code', + 'The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxBatchSize", - "Maximum batching size for a resolver. Valid values are between `0` and `2000`.", + 'maxBatchSize', + 'Maximum batching size for a resolver. Valid values are between `0` and `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "syncConfig", - "Describes a Sync configuration for a resolver. See `sync_config` Block for details.", + 'syncConfig', + 'Describes a Sync configuration for a resolver. See `sync_config` Block for details.', () => appsync_FunctionSyncConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/appsync/GraphQLApi.ts b/src/app/Models/codegen/aws/appsync/GraphQLApi.ts index 1481ddb3a..c51e0b695 100644 --- a/src/app/Models/codegen/aws/appsync/GraphQLApi.ts +++ b/src/app/Models/codegen/aws/appsync/GraphQLApi.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_GraphQLApiOpenidConnectConfig, appsync_GraphQLApiOpenidConnectConfig_GetTypes, -} from "../types/appsync_GraphQLApiOpenidConnectConfig"; +} from '../types/appsync_GraphQLApiOpenidConnectConfig'; import { appsync_GraphQLApiAdditionalAuthenticationProvider, appsync_GraphQLApiAdditionalAuthenticationProvider_GetTypes, -} from "../types/appsync_GraphQLApiAdditionalAuthenticationProvider"; +} from '../types/appsync_GraphQLApiAdditionalAuthenticationProvider'; import { appsync_GraphQLApiLogConfig, appsync_GraphQLApiLogConfig_GetTypes, -} from "../types/appsync_GraphQLApiLogConfig"; +} from '../types/appsync_GraphQLApiLogConfig'; import { appsync_GraphQLApiLambdaAuthorizerConfig, appsync_GraphQLApiLambdaAuthorizerConfig_GetTypes, -} from "../types/appsync_GraphQLApiLambdaAuthorizerConfig"; +} from '../types/appsync_GraphQLApiLambdaAuthorizerConfig'; import { appsync_GraphQLApiUserPoolConfig, appsync_GraphQLApiUserPoolConfig_GetTypes, -} from "../types/appsync_GraphQLApiUserPoolConfig"; +} from '../types/appsync_GraphQLApiUserPoolConfig'; import { appsync_GraphQLApiEnhancedMetricsConfig, appsync_GraphQLApiEnhancedMetricsConfig_GetTypes, -} from "../types/appsync_GraphQLApiEnhancedMetricsConfig"; +} from '../types/appsync_GraphQLApiEnhancedMetricsConfig'; export interface GraphQLApiArgs { // Nested argument containing logging configuration. See `log_config` Block for details. @@ -152,119 +152,119 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "openidConnectConfig", - "Nested argument containing OpenID Connect configuration. See `openid_connect_config` Block for details.", + 'openidConnectConfig', + 'Nested argument containing OpenID Connect configuration. See `openid_connect_config` Block for details.', () => appsync_GraphQLApiOpenidConnectConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfig", - "Nested argument containing logging configuration. See `log_config` Block for details.", + 'logConfig', + 'Nested argument containing logging configuration. See `log_config` Block for details.', () => appsync_GraphQLApiLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "schema", - "Schema definition, in GraphQL schema language format. This provider cannot perform drift detection of this configuration.", + 'schema', + 'Schema definition, in GraphQL schema language format. This provider cannot perform drift detection of this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lambdaAuthorizerConfig", - "Nested argument containing Lambda authorizer configuration. See `lambda_authorizer_config` Block for details.", + 'lambdaAuthorizerConfig', + 'Nested argument containing Lambda authorizer configuration. See `lambda_authorizer_config` Block for details.', () => appsync_GraphQLApiLambdaAuthorizerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authenticationType", - "Authentication type. Valid values: `API_KEY`, `AWS_IAM`, `AMAZON_COGNITO_USER_POOLS`, `OPENID_CONNECT`, `AWS_LAMBDA`", + 'authenticationType', + 'Authentication type. Valid values: `API_KEY`, `AWS_IAM`, `AMAZON_COGNITO_USER_POOLS`, `OPENID_CONNECT`, `AWS_LAMBDA`', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "resolverCountLimit", - "The maximum number of resolvers that can be invoked in a single request. The default value is `0` (or unspecified), which will set the limit to `10000`. When specified, the limit value can be between `1` and `10000`. This field will produce a limit error if the operation falls out of bounds.", + 'resolverCountLimit', + 'The maximum number of resolvers that can be invoked in a single request. The default value is `0` (or unspecified), which will set the limit to `10000`. When specified, the limit value can be between `1` and `10000`. This field will produce a limit error if the operation falls out of bounds.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "userPoolConfig", - "Amazon Cognito User Pool configuration. See `user_pool_config` Block for details.", + 'userPoolConfig', + 'Amazon Cognito User Pool configuration. See `user_pool_config` Block for details.', () => appsync_GraphQLApiUserPoolConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "introspectionConfig", - "Sets the value of the GraphQL API to enable (`ENABLED`) or disable (`DISABLED`) introspection. If no value is provided, the introspection configuration will be set to ENABLED by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled. For more information about introspection, see [GraphQL introspection](https://graphql.org/learn/introspection/).", + 'introspectionConfig', + 'Sets the value of the GraphQL API to enable (`ENABLED`) or disable (`DISABLED`) introspection. If no value is provided, the introspection configuration will be set to ENABLED by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled. For more information about introspection, see [GraphQL introspection](https://graphql.org/learn/introspection/).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "enhancedMetricsConfig", - "Enables and controls the enhanced metrics feature. See `enhanced_metrics_config` Block for details.", + 'enhancedMetricsConfig', + 'Enables and controls the enhanced metrics feature. See `enhanced_metrics_config` Block for details.', () => appsync_GraphQLApiEnhancedMetricsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "visibility", - "Sets the value of the GraphQL API to public (`GLOBAL`) or private (`PRIVATE`). If no value is provided, the visibility will be set to `GLOBAL` by default. This value cannot be changed once the API has been created.", + 'visibility', + 'Sets the value of the GraphQL API to public (`GLOBAL`) or private (`PRIVATE`). If no value is provided, the visibility will be set to `GLOBAL` by default. This value cannot be changed once the API has been created.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "additionalAuthenticationProviders", - "One or more additional authentication providers for the GraphSQL API. See `additional_authentication_provider` Block for details.", + 'additionalAuthenticationProviders', + 'One or more additional authentication providers for the GraphSQL API. See `additional_authentication_provider` Block for details.', () => appsync_GraphQLApiAdditionalAuthenticationProvider_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "xrayEnabled", - "Whether tracing with X-ray is enabled. Defaults to false.", + 'xrayEnabled', + 'Whether tracing with X-ray is enabled. Defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "User-supplied name for the GraphSQL API.\n\nThe following arguments are optional:", + 'name', + 'User-supplied name for the GraphSQL API.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "queryDepthLimit", + 'queryDepthLimit', "The maximum depth a query can have in a single request. Depth refers to the amount of nested levels allowed in the body of query. The default value is `0` (or unspecified), which indicates there's no depth limit. If you set a limit, it can be between `1` and `75` nested levels. This field will produce a limit error if the operation falls out of bounds.\n\nNote that fields can still be set to nullable or non-nullable. If a non-nullable field produces an error, the error will be thrown upwards to the first nullable field available.", () => [], false, diff --git a/src/app/Models/codegen/aws/appsync/Resolver.ts b/src/app/Models/codegen/aws/appsync/Resolver.ts index 7d59f1e66..ad71f0a44 100644 --- a/src/app/Models/codegen/aws/appsync/Resolver.ts +++ b/src/app/Models/codegen/aws/appsync/Resolver.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_ResolverCachingConfig, appsync_ResolverCachingConfig_GetTypes, -} from "../types/appsync_ResolverCachingConfig"; +} from '../types/appsync_ResolverCachingConfig'; import { appsync_ResolverSyncConfig, appsync_ResolverSyncConfig_GetTypes, -} from "../types/appsync_ResolverSyncConfig"; +} from '../types/appsync_ResolverSyncConfig'; import { appsync_ResolverPipelineConfig, appsync_ResolverPipelineConfig_GetTypes, -} from "../types/appsync_ResolverPipelineConfig"; +} from '../types/appsync_ResolverPipelineConfig'; import { appsync_ResolverRuntime, appsync_ResolverRuntime_GetTypes, -} from "../types/appsync_ResolverRuntime"; +} from '../types/appsync_ResolverRuntime'; export interface ResolverArgs { // The Caching Config. See Caching Config. @@ -110,7 +110,7 @@ export class Resolver extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "requestTemplate", + 'requestTemplate', "Request mapping template for UNIT resolver or 'before mapping template' for PIPELINE resolver. Required for non-Lambda resolvers.", () => [], false, @@ -118,23 +118,23 @@ export class Resolver extends DS_Resource { ), new DynamicUIProps( InputType.String, - "apiId", - "API ID for the GraphQL API.", + 'apiId', + 'API ID for the GraphQL API.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "code", - "The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.", + 'code', + 'The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responseTemplate", + 'responseTemplate', "Response mapping template for UNIT resolver or 'after mapping template' for PIPELINE resolver. Required for non-Lambda resolvers.", () => [], false, @@ -142,72 +142,72 @@ export class Resolver extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "runtime", - "Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified. See Runtime.", + 'runtime', + 'Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified. See Runtime.', () => appsync_ResolverRuntime_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cachingConfig", - "The Caching Config. See Caching Config.", + 'cachingConfig', + 'The Caching Config. See Caching Config.', () => appsync_ResolverCachingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxBatchSize", - "Maximum batching size for a resolver. Valid values are between `0` and `2000`.", + 'maxBatchSize', + 'Maximum batching size for a resolver. Valid values are between `0` and `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "pipelineConfig", - "The caching configuration for the resolver. See Pipeline Config.", + 'pipelineConfig', + 'The caching configuration for the resolver. See Pipeline Config.', () => appsync_ResolverPipelineConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kind", - "Resolver type. Valid values are `UNIT` and `PIPELINE`.", + 'kind', + 'Resolver type. Valid values are `UNIT` and `PIPELINE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type name from the schema defined in the GraphQL API.", + 'type', + 'Type name from the schema defined in the GraphQL API.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "syncConfig", - "Describes a Sync configuration for a resolver. See Sync Config.", + 'syncConfig', + 'Describes a Sync configuration for a resolver. See Sync Config.', () => appsync_ResolverSyncConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSource", - "Data source name.", + 'dataSource', + 'Data source name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "field", - "Field name from the schema defined in the GraphQL API.", + 'field', + 'Field name from the schema defined in the GraphQL API.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/appsync/Type.ts b/src/app/Models/codegen/aws/appsync/Type.ts index 5d63972fc..a2f791bb5 100644 --- a/src/app/Models/codegen/aws/appsync/Type.ts +++ b/src/app/Models/codegen/aws/appsync/Type.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TypeArgs { // GraphQL API ID. @@ -40,24 +40,24 @@ export class Type extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "definition", - "The type definition.", + 'definition', + 'The type definition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "The type format: `SDL` or `JSON`.", + 'format', + 'The type format: `SDL` or `JSON`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiId", - "GraphQL API ID.", + 'apiId', + 'GraphQL API ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/athena/DataCatalog.ts b/src/app/Models/codegen/aws/athena/DataCatalog.ts index 9d69a1f02..59458ac5b 100644 --- a/src/app/Models/codegen/aws/athena/DataCatalog.ts +++ b/src/app/Models/codegen/aws/athena/DataCatalog.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataCatalogArgs { // Description of the data catalog. @@ -49,40 +49,40 @@ export class DataCatalog extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.", + 'name', + 'Name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.", + 'parameters', + 'Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.", + 'type', + 'Type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the data catalog.", + 'description', + 'Description of the data catalog.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/athena/Database.ts b/src/app/Models/codegen/aws/athena/Database.ts index 138c1ebd0..781cc3495 100644 --- a/src/app/Models/codegen/aws/athena/Database.ts +++ b/src/app/Models/codegen/aws/athena/Database.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { athena_DatabaseEncryptionConfiguration, athena_DatabaseEncryptionConfiguration_GetTypes, -} from "../types/athena_DatabaseEncryptionConfiguration"; +} from '../types/athena_DatabaseEncryptionConfiguration'; import { athena_DatabaseAclConfiguration, athena_DatabaseAclConfiguration_GetTypes, -} from "../types/athena_DatabaseAclConfiguration"; +} from '../types/athena_DatabaseAclConfiguration'; export interface DatabaseArgs { // Name of the database to create. @@ -69,64 +69,64 @@ export class Database extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "properties", - "Key-value map of custom metadata properties for the database definition.", + 'properties', + 'Key-value map of custom metadata properties for the database definition.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "aclConfiguration", - "That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.", + 'aclConfiguration', + 'That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.', () => athena_DatabaseAclConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of S3 bucket to save the results of the query execution.", + 'bucket', + 'Name of S3 bucket to save the results of the query execution.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "Description of the database.", + 'comment', + 'Description of the database.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Encryption key block AWS Athena uses to decrypt the data in S3, such as an AWS Key Management Service (AWS KMS) key. See Encryption Configuration below.", + 'encryptionConfiguration', + 'Encryption key block AWS Athena uses to decrypt the data in S3, such as an AWS Key Management Service (AWS KMS) key. See Encryption Configuration below.', () => athena_DatabaseEncryptionConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "AWS account ID that you expect to be the owner of the Amazon S3 bucket.", + 'expectedBucketOwner', + 'AWS account ID that you expect to be the owner of the Amazon S3 bucket.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Boolean that indicates all tables should be deleted from the database so that the database can be destroyed without error. The tables are *not* recoverable.", + 'forceDestroy', + 'Boolean that indicates all tables should be deleted from the database so that the database can be destroyed without error. The tables are *not* recoverable.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database to create.", + 'name', + 'Name of the database to create.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/athena/NamedQuery.ts b/src/app/Models/codegen/aws/athena/NamedQuery.ts index 4b5b7fdca..e94389454 100644 --- a/src/app/Models/codegen/aws/athena/NamedQuery.ts +++ b/src/app/Models/codegen/aws/athena/NamedQuery.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NamedQueryArgs { // Database to which the query belongs. @@ -43,40 +43,40 @@ export class NamedQuery extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "database", - "Database to which the query belongs.", + 'database', + 'Database to which the query belongs.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Brief explanation of the query. Maximum length of 1024.", + 'description', + 'Brief explanation of the query. Maximum length of 1024.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Plain language name for the query. Maximum length of 128.", + 'name', + 'Plain language name for the query. Maximum length of 128.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "query", - "Text of the query itself. In other words, all query statements. Maximum length of 262144.", + 'query', + 'Text of the query itself. In other words, all query statements. Maximum length of 262144.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workgroup", - "Workgroup to which the query belongs. Defaults to `primary`", + 'workgroup', + 'Workgroup to which the query belongs. Defaults to `primary`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/athena/PreparedStatement.ts b/src/app/Models/codegen/aws/athena/PreparedStatement.ts index 7dbbb8890..9c789200b 100644 --- a/src/app/Models/codegen/aws/athena/PreparedStatement.ts +++ b/src/app/Models/codegen/aws/athena/PreparedStatement.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PreparedStatementArgs { // Brief explanation of prepared statement. Maximum length of 1024. @@ -37,32 +37,32 @@ export class PreparedStatement extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Brief explanation of prepared statement. Maximum length of 1024.", + 'description', + 'Brief explanation of prepared statement. Maximum length of 1024.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the prepared statement. Maximum length of 256.", + 'name', + 'The name of the prepared statement. Maximum length of 256.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "queryStatement", - "The query string for the prepared statement.", + 'queryStatement', + 'The query string for the prepared statement.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workgroup", - "The name of the workgroup to which the prepared statement belongs.", + 'workgroup', + 'The name of the workgroup to which the prepared statement belongs.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/athena/Workgroup.ts b/src/app/Models/codegen/aws/athena/Workgroup.ts index 4e983870e..75ce089b8 100644 --- a/src/app/Models/codegen/aws/athena/Workgroup.ts +++ b/src/app/Models/codegen/aws/athena/Workgroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { athena_WorkgroupConfiguration, athena_WorkgroupConfiguration_GetTypes, -} from "../types/athena_WorkgroupConfiguration"; +} from '../types/athena_WorkgroupConfiguration'; export interface WorkgroupArgs { // Key-value map of resource tags for the workgroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -59,48 +59,48 @@ export class Workgroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the workgroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the workgroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "Configuration block with various settings for the workgroup. Documented below.", + 'configuration', + 'Configuration block with various settings for the workgroup. Documented below.', () => athena_WorkgroupConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the workgroup.", + 'description', + 'Description of the workgroup.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Option to delete the workgroup and its contents even if the workgroup contains any named queries.", + 'forceDestroy', + 'Option to delete the workgroup and its contents even if the workgroup contains any named queries.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the workgroup.", + 'name', + 'Name of the workgroup.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "state", - "State of the workgroup. Valid values are `DISABLED` or `ENABLED`. Defaults to `ENABLED`.", + 'state', + 'State of the workgroup. Valid values are `DISABLED` or `ENABLED`. Defaults to `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/AccountRegistration.ts b/src/app/Models/codegen/aws/auditmanager/AccountRegistration.ts index fe6df20ec..f9b862b96 100644 --- a/src/app/Models/codegen/aws/auditmanager/AccountRegistration.ts +++ b/src/app/Models/codegen/aws/auditmanager/AccountRegistration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountRegistrationArgs { // Identifier for the delegated administrator account. @@ -34,24 +34,24 @@ export class AccountRegistration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "delegatedAdminAccount", - "Identifier for the delegated administrator account.", + 'delegatedAdminAccount', + 'Identifier for the delegated administrator account.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deregisterOnDestroy", - "Flag to deregister AuditManager in the account upon destruction. Defaults to `false` (ie. AuditManager will remain active in the account, even if this resource is removed).", + 'deregisterOnDestroy', + 'Flag to deregister AuditManager in the account upon destruction. Defaults to `false` (ie. AuditManager will remain active in the account, even if this resource is removed).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKey", - "KMS key identifier.", + 'kmsKey', + 'KMS key identifier.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/Assessment.ts b/src/app/Models/codegen/aws/auditmanager/Assessment.ts index 0bbcef363..147997bc0 100644 --- a/src/app/Models/codegen/aws/auditmanager/Assessment.ts +++ b/src/app/Models/codegen/aws/auditmanager/Assessment.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_AssessmentScope, auditmanager_AssessmentScope_GetTypes, -} from "../types/auditmanager_AssessmentScope"; +} from '../types/auditmanager_AssessmentScope'; import { auditmanager_AssessmentAssessmentReportsDestination, auditmanager_AssessmentAssessmentReportsDestination_GetTypes, -} from "../types/auditmanager_AssessmentAssessmentReportsDestination"; +} from '../types/auditmanager_AssessmentAssessmentReportsDestination'; import { auditmanager_AssessmentRole, auditmanager_AssessmentRole_GetTypes, -} from "../types/auditmanager_AssessmentRole"; +} from '../types/auditmanager_AssessmentRole'; import { auditmanager_AssessmentRolesAll, auditmanager_AssessmentRolesAll_GetTypes, -} from "../types/auditmanager_AssessmentRolesAll"; +} from '../types/auditmanager_AssessmentRolesAll'; export interface AssessmentArgs { /* @@ -91,56 +91,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the assessment.", + 'description', + 'Description of the assessment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "frameworkId", - "Unique identifier of the framework the assessment will be created from.", + 'frameworkId', + 'Unique identifier of the framework the assessment will be created from.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the assessment.", + 'name', + 'Name of the assessment.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "roles", - "List of roles for the assessment. See `roles` below.", + 'roles', + 'List of roles for the assessment. See `roles` below.', () => auditmanager_AssessmentRole_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "scope", - "Amazon Web Services accounts and services that are in scope for the assessment. See `scope` below.\n\nThe following arguments are optional:", + 'scope', + 'Amazon Web Services accounts and services that are in scope for the assessment. See `scope` below.\n\nThe following arguments are optional:', () => auditmanager_AssessmentScope_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the assessment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the assessment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "assessmentReportsDestination", - "Assessment report storage destination configuration. See `assessment_reports_destination` below.", + 'assessmentReportsDestination', + 'Assessment report storage destination configuration. See `assessment_reports_destination` below.', () => auditmanager_AssessmentAssessmentReportsDestination_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/AssessmentDelegation.ts b/src/app/Models/codegen/aws/auditmanager/AssessmentDelegation.ts index 2593ed907..945e74ad6 100644 --- a/src/app/Models/codegen/aws/auditmanager/AssessmentDelegation.ts +++ b/src/app/Models/codegen/aws/auditmanager/AssessmentDelegation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AssessmentDelegationArgs { // Identifier for the assessment. @@ -57,40 +57,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "assessmentId", - "Identifier for the assessment.", + 'assessmentId', + 'Identifier for the assessment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comment", - "Comment describing the delegation request.", + 'comment', + 'Comment describing the delegation request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "controlSetId", - "Assessment control set name. This value is the control set name used during assessment creation (not the AWS-generated ID). The `_id` suffix on this attribute has been preserved to be consistent with the underlying AWS API.", + 'controlSetId', + 'Assessment control set name. This value is the control set name used during assessment creation (not the AWS-generated ID). The `_id` suffix on this attribute has been preserved to be consistent with the underlying AWS API.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM role.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleType", - "Type of customer persona. For assessment delegation, type must always be `RESOURCE_OWNER`.\n\nThe following arguments are optional:", + 'roleType', + 'Type of customer persona. For assessment delegation, type must always be `RESOURCE_OWNER`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/auditmanager/AssessmentReport.ts b/src/app/Models/codegen/aws/auditmanager/AssessmentReport.ts index 25df3b0fc..f2a16917e 100644 --- a/src/app/Models/codegen/aws/auditmanager/AssessmentReport.ts +++ b/src/app/Models/codegen/aws/auditmanager/AssessmentReport.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AssessmentReportArgs { /* @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "assessmentId", - "Unique identifier of the assessment to create the report from.\n\nThe following arguments are optional:", + 'assessmentId', + 'Unique identifier of the assessment to create the report from.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the assessment report.", + 'description', + 'Description of the assessment report.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the assessment report.", + 'name', + 'Name of the assessment report.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/Control.ts b/src/app/Models/codegen/aws/auditmanager/Control.ts index 27314d5ac..7a6dc4090 100644 --- a/src/app/Models/codegen/aws/auditmanager/Control.ts +++ b/src/app/Models/codegen/aws/auditmanager/Control.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_ControlControlMappingSource, auditmanager_ControlControlMappingSource_GetTypes, -} from "../types/auditmanager_ControlControlMappingSource"; +} from '../types/auditmanager_ControlControlMappingSource'; export interface ControlArgs { // Recommended actions to carry out if the control isn't fulfilled. @@ -79,39 +79,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the control.", + 'description', + 'Description of the control.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the control.", + 'name', + 'Name of the control.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the control. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the control. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "testingInformation", - "Steps to follow to determine if the control is satisfied.", + 'testingInformation', + 'Steps to follow to determine if the control is satisfied.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "actionPlanInstructions", + 'actionPlanInstructions', "Recommended actions to carry out if the control isn't fulfilled.", () => [], false, @@ -119,16 +119,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "actionPlanTitle", - "Title of the action plan for remediating the control.", + 'actionPlanTitle', + 'Title of the action plan for remediating the control.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "controlMappingSources", - "Data mapping sources. See `control_mapping_sources` below.\n\nThe following arguments are optional:", + 'controlMappingSources', + 'Data mapping sources. See `control_mapping_sources` below.\n\nThe following arguments are optional:', () => auditmanager_ControlControlMappingSource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/Framework.ts b/src/app/Models/codegen/aws/auditmanager/Framework.ts index d22f1d680..b0b36a288 100644 --- a/src/app/Models/codegen/aws/auditmanager/Framework.ts +++ b/src/app/Models/codegen/aws/auditmanager/Framework.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_FrameworkControlSet, auditmanager_FrameworkControlSet_GetTypes, -} from "../types/auditmanager_FrameworkControlSet"; +} from '../types/auditmanager_FrameworkControlSet'; export interface FrameworkArgs { // Compliance type that the new custom framework supports, such as `CIS` or `HIPAA`. @@ -67,40 +67,40 @@ Amazon Resource Name (ARN) of the framework. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the framework.", + 'name', + 'Name of the framework.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the framework. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the framework. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "complianceType", - "Compliance type that the new custom framework supports, such as `CIS` or `HIPAA`.", + 'complianceType', + 'Compliance type that the new custom framework supports, such as `CIS` or `HIPAA`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "controlSets", - "Configuration block(s) for the control sets that are associated with the framework. See `control_sets` Block below for details.\n\nThe following arguments are optional:", + 'controlSets', + 'Configuration block(s) for the control sets that are associated with the framework. See `control_sets` Block below for details.\n\nThe following arguments are optional:', () => auditmanager_FrameworkControlSet_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the framework.", + 'description', + 'Description of the framework.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/auditmanager/FrameworkShare.ts b/src/app/Models/codegen/aws/auditmanager/FrameworkShare.ts index 05011e449..ff5f64387 100644 --- a/src/app/Models/codegen/aws/auditmanager/FrameworkShare.ts +++ b/src/app/Models/codegen/aws/auditmanager/FrameworkShare.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FrameworkShareArgs { // Comment from the sender about the share request. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "comment", - "Comment from the sender about the share request.", + 'comment', + 'Comment from the sender about the share request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationAccount", - "Amazon Web Services account of the recipient.", + 'destinationAccount', + 'Amazon Web Services account of the recipient.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationRegion", - "Amazon Web Services region of the recipient.", + 'destinationRegion', + 'Amazon Web Services region of the recipient.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "frameworkId", - "Unique identifier for the shared custom framework.\n\nThe following arguments are optional:", + 'frameworkId', + 'Unique identifier for the shared custom framework.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/auditmanager/OrganizationAdminAccountRegistration.ts b/src/app/Models/codegen/aws/auditmanager/OrganizationAdminAccountRegistration.ts index 5596289ff..8bf125c8e 100644 --- a/src/app/Models/codegen/aws/auditmanager/OrganizationAdminAccountRegistration.ts +++ b/src/app/Models/codegen/aws/auditmanager/OrganizationAdminAccountRegistration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationAdminAccountRegistrationArgs { // Identifier for the organization administrator account. @@ -22,8 +22,8 @@ export class OrganizationAdminAccountRegistration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "adminAccountId", - "Identifier for the organization administrator account.", + 'adminAccountId', + 'Identifier for the organization administrator account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/autoscaling/Attachment.ts b/src/app/Models/codegen/aws/autoscaling/Attachment.ts index e652c8d4c..eb8f9cee0 100644 --- a/src/app/Models/codegen/aws/autoscaling/Attachment.ts +++ b/src/app/Models/codegen/aws/autoscaling/Attachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AttachmentArgs { // Name of the ELB. @@ -31,24 +31,24 @@ export class Attachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "lbTargetGroupArn", - "ARN of a load balancer target group.", + 'lbTargetGroupArn', + 'ARN of a load balancer target group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "Name of ASG to associate with the ELB.", + 'autoscalingGroupName', + 'Name of ASG to associate with the ELB.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "elb", - "Name of the ELB.", + 'elb', + 'Name of the ELB.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/autoscaling/Group.ts b/src/app/Models/codegen/aws/autoscaling/Group.ts index a8313f2fa..4614d429c 100644 --- a/src/app/Models/codegen/aws/autoscaling/Group.ts +++ b/src/app/Models/codegen/aws/autoscaling/Group.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupTag, autoscaling_GroupTag_GetTypes, -} from "../types/autoscaling_GroupTag"; +} from '../types/autoscaling_GroupTag'; import { autoscaling_GroupInitialLifecycleHook, autoscaling_GroupInitialLifecycleHook_GetTypes, -} from "../types/autoscaling_GroupInitialLifecycleHook"; +} from '../types/autoscaling_GroupInitialLifecycleHook'; import { autoscaling_GroupWarmPool, autoscaling_GroupWarmPool_GetTypes, -} from "../types/autoscaling_GroupWarmPool"; +} from '../types/autoscaling_GroupWarmPool'; import { autoscaling_GroupInstanceMaintenancePolicy, autoscaling_GroupInstanceMaintenancePolicy_GetTypes, -} from "../types/autoscaling_GroupInstanceMaintenancePolicy"; +} from '../types/autoscaling_GroupInstanceMaintenancePolicy'; import { autoscaling_GroupInstanceRefresh, autoscaling_GroupInstanceRefresh_GetTypes, -} from "../types/autoscaling_GroupInstanceRefresh"; +} from '../types/autoscaling_GroupInstanceRefresh'; import { autoscaling_GroupMixedInstancesPolicy, autoscaling_GroupMixedInstancesPolicy_GetTypes, -} from "../types/autoscaling_GroupMixedInstancesPolicy"; +} from '../types/autoscaling_GroupMixedInstancesPolicy'; import { autoscaling_GroupTrafficSource, autoscaling_GroupTrafficSource_GetTypes, -} from "../types/autoscaling_GroupTrafficSource"; +} from '../types/autoscaling_GroupTrafficSource'; import { autoscaling_GroupLaunchTemplate, autoscaling_GroupLaunchTemplate_GetTypes, -} from "../types/autoscaling_GroupLaunchTemplate"; +} from '../types/autoscaling_GroupLaunchTemplate'; export interface GroupArgs { // Whether capacity rebalance is enabled. Otherwise, capacity rebalance is disabled. @@ -408,23 +408,23 @@ to the specified Auto Scaling group. Defined below return [ new DynamicUIProps( InputType.Array, - "targetGroupArns", - "Set of `aws.alb.TargetGroup` ARNs, for use with Application or Network Load Balancing. To remove all target group attachments an empty list should be specified.", + 'targetGroupArns', + 'Set of `aws.alb.TargetGroup` ARNs, for use with Application or Network Load Balancing. To remove all target group attachments an empty list should be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "enabledMetrics", - "List of metrics to collect. The allowed values are defined by the [underlying AWS API](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_EnableMetricsCollection.html).", + 'enabledMetrics', + 'List of metrics to collect. The allowed values are defined by the [underlying AWS API](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_EnableMetricsCollection.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "desiredCapacityType", + 'desiredCapacityType', 'The unit of measurement for the value specified for `desired_capacity`. Supported for attribute-based instance type selection only. Valid values: `"units"`, `"vcpu"`, `"memory-mib"`.', () => [], false, @@ -432,23 +432,23 @@ to the specified Auto Scaling group. Defined below ), new DynamicUIProps( InputType.Object, - "instanceRefresh", - "If this block is configured, start an\n[Instance Refresh](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html)\nwhen this Auto Scaling Group is updated. Defined below.", + 'instanceRefresh', + 'If this block is configured, start an\n[Instance Refresh](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html)\nwhen this Auto Scaling Group is updated. Defined below.', () => autoscaling_GroupInstanceRefresh_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "waitForElbCapacity", - "Setting this will cause Pulumi to wait\nfor exactly this number of healthy instances from this Auto Scaling Group in\nall attached load balancers on both create and update operations. (Takes\nprecedence over `min_elb_capacity` behavior.)\n(See also Waiting for Capacity below.)", + 'waitForElbCapacity', + 'Setting this will cause Pulumi to wait\nfor exactly this number of healthy instances from this Auto Scaling Group in\nall attached load balancers on both create and update operations. (Takes\nprecedence over `min_elb_capacity` behavior.)\n(See also Waiting for Capacity below.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDelete", + 'forceDelete', "Allows deleting the Auto Scaling Group without waiting\nfor all instances in the pool to terminate. You can force an Auto Scaling Group to delete\neven if it's in the process of scaling a resource. Normally, this provider\ndrains all the instances before deleting the group. This bypasses that\nbehavior and potentially leaves resources dangling.", () => [], false, @@ -456,55 +456,55 @@ to the specified Auto Scaling group. Defined below ), new DynamicUIProps( InputType.Array, - "loadBalancers", - "List of elastic load balancer names to add to the autoscaling\ngroup names. Only valid for classic load balancers. For ALBs, use `target_group_arns` instead. To remove all load balancer attachments an empty list should be specified.", + 'loadBalancers', + 'List of elastic load balancer names to add to the autoscaling\ngroup names. Only valid for classic load balancers. For ALBs, use `target_group_arns` instead. To remove all load balancer attachments an empty list should be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block(s) containing resource tags. See Tag below for more details.", + 'tags', + 'Configuration block(s) containing resource tags. See Tag below for more details.', () => autoscaling_GroupTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "desiredCapacity", - "Number of Amazon EC2 instances that\nshould be running in the group. (See also Waiting for\nCapacity below.)", + 'desiredCapacity', + 'Number of Amazon EC2 instances that\nshould be running in the group. (See also Waiting for\nCapacity below.)', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "warmPool", - "If this block is configured, add a [Warm Pool](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html)\nto the specified Auto Scaling group. Defined below", + 'warmPool', + 'If this block is configured, add a [Warm Pool](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html)\nto the specified Auto Scaling group. Defined below', () => autoscaling_GroupWarmPool_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxInstanceLifetime", - "Maximum amount of time, in seconds, that an instance can be in service, values must be either equal to 0 or between 86400 and 31536000 seconds.", + 'maxInstanceLifetime', + 'Maximum amount of time, in seconds, that an instance can be in service, values must be either equal to 0 or between 86400 and 31536000 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minSize", - "Minimum size of the Auto Scaling Group.\n(See also Waiting for Capacity below.)", + 'minSize', + 'Minimum size of the Auto Scaling Group.\n(See also Waiting for Capacity below.)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "placementGroup", + 'placementGroup', "Name of the placement group into which you'll launch your instances, if any.", () => [], false, @@ -512,71 +512,71 @@ to the specified Auto Scaling group. Defined below ), new DynamicUIProps( InputType.Array, - "suspendedProcesses", - "List of processes to suspend for the Auto Scaling Group. The allowed values are `Launch`, `Terminate`, `HealthCheck`, `ReplaceUnhealthy`, `AZRebalance`, `AlarmNotification`, `ScheduledActions`, `AddToLoadBalancer`, `InstanceRefresh`.\nNote that if you suspend either the `Launch` or `Terminate` process types, it can prevent your Auto Scaling Group from functioning properly.", + 'suspendedProcesses', + 'List of processes to suspend for the Auto Scaling Group. The allowed values are `Launch`, `Terminate`, `HealthCheck`, `ReplaceUnhealthy`, `AZRebalance`, `AlarmNotification`, `ScheduledActions`, `AddToLoadBalancer`, `InstanceRefresh`.\nNote that if you suspend either the `Launch` or `Terminate` process types, it can prevent your Auto Scaling Group from functioning properly.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "defaultInstanceWarmup", - "Amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics. This delay lets an instance finish initializing before Amazon EC2 Auto Scaling aggregates instance metrics, resulting in more reliable usage data. Set this value equal to the amount of time that it takes for resource consumption to become stable after an instance reaches the InService state. (See [Set the default instance warmup for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-default-instance-warmup.html))", + 'defaultInstanceWarmup', + 'Amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics. This delay lets an instance finish initializing before Amazon EC2 Auto Scaling aggregates instance metrics, resulting in more reliable usage data. Set this value equal to the amount of time that it takes for resource consumption to become stable after an instance reaches the InService state. (See [Set the default instance warmup for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-default-instance-warmup.html))', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricsGranularity", - "Granularity to associate with the metrics to collect. The only valid value is `1Minute`. Default is `1Minute`.", + 'metricsGranularity', + 'Granularity to associate with the metrics to collect. The only valid value is `1Minute`. Default is `1Minute`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "mixedInstancesPolicy", - "Configuration block containing settings to define launch targets for Auto Scaling groups. See Mixed Instances Policy below for more details.", + 'mixedInstancesPolicy', + 'Configuration block containing settings to define launch targets for Auto Scaling groups. See Mixed Instances Policy below for more details.', () => autoscaling_GroupMixedInstancesPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceLinkedRoleArn", - "ARN of the service-linked role that the ASG will use to call other AWS services", + 'serviceLinkedRoleArn', + 'ARN of the service-linked role that the ASG will use to call other AWS services', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "capacityRebalance", - "Whether capacity rebalance is enabled. Otherwise, capacity rebalance is disabled.", + 'capacityRebalance', + 'Whether capacity rebalance is enabled. Otherwise, capacity rebalance is disabled.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxSize", - "Maximum size of the Auto Scaling Group.", + 'maxSize', + 'Maximum size of the Auto Scaling Group.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Nested argument with Launch template specification to use to launch instances. See Launch Template below for more details.", + 'launchTemplate', + 'Nested argument with Launch template specification to use to launch instances. See Launch Template below for more details.', () => autoscaling_GroupLaunchTemplate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "waitForCapacityTimeout", + 'waitForCapacityTimeout', 'Maximum\n[duration](https://golang.org/pkg/time/#ParseDuration) that the provider should\nwait for ASG instances to be healthy before timing out. (See also Waiting\nfor Capacity below.) Setting this to "0" causes\nthe provider to skip all Capacity Waiting behavior.', () => [], false, @@ -584,127 +584,127 @@ to the specified Auto Scaling group. Defined below ), new DynamicUIProps( InputType.Array, - "vpcZoneIdentifiers", - "List of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with `availability_zones`.", + 'vpcZoneIdentifiers', + 'List of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with `availability_zones`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "context", - "Reserved.", + 'context', + 'Reserved.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchConfiguration", - "Name of the launch configuration to use.", + 'launchConfiguration', + 'Name of the launch configuration to use.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "protectFromScaleIn", - "Whether newly launched instances\nare automatically protected from termination by Amazon EC2 Auto Scaling when\nscaling in. For more information about preventing instances from terminating\non scale in, see [Using instance scale-in protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html)\nin the Amazon EC2 Auto Scaling User Guide.", + 'protectFromScaleIn', + 'Whether newly launched instances\nare automatically protected from termination by Amazon EC2 Auto Scaling when\nscaling in. For more information about preventing instances from terminating\non scale in, see [Using instance scale-in protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html)\nin the Amazon EC2 Auto Scaling User Guide.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Auto Scaling Group. By default generated by Pulumi. Conflicts with `name_prefix`.", + 'name', + 'Name of the Auto Scaling Group. By default generated by Pulumi. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "minElbCapacity", - "Setting this causes Pulumi to wait for\nthis number of instances from this Auto Scaling Group to show up healthy in the\nELB only on creation. Updates will not wait on ELB instance number changes.\n(See also Waiting for Capacity below.)", + 'minElbCapacity', + 'Setting this causes Pulumi to wait for\nthis number of instances from this Auto Scaling Group to show up healthy in the\nELB only on creation. Updates will not wait on ELB instance number changes.\n(See also Waiting for Capacity below.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ignoreFailedScalingActivities", - "Whether to ignore failed [Auto Scaling scaling activities](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html) while waiting for capacity. The default is `false` -- failed scaling activities cause errors to be returned.", + 'ignoreFailedScalingActivities', + 'Whether to ignore failed [Auto Scaling scaling activities](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html) while waiting for capacity. The default is `false` -- failed scaling activities cause errors to be returned.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDeleteWarmPool", - "Allows deleting the Auto Scaling Group without waiting for all instances in the warm pool to terminate.", + 'forceDeleteWarmPool', + 'Allows deleting the Auto Scaling Group without waiting for all instances in the warm pool to terminate.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "trafficSources", - "Attaches one or more traffic sources to the specified Auto Scaling group.", + 'trafficSources', + 'Attaches one or more traffic sources to the specified Auto Scaling group.', () => autoscaling_GroupTrafficSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "healthCheckGracePeriod", - "Time (in seconds) after instance comes into service before checking health.", + 'healthCheckGracePeriod', + 'Time (in seconds) after instance comes into service before checking health.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "terminationPolicies", - "List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are `OldestInstance`, `NewestInstance`, `OldestLaunchConfiguration`, `ClosestToNextInstanceHour`, `OldestLaunchTemplate`, `AllocationStrategy`, `Default`. Additionally, the ARN of a Lambda function can be specified for custom termination policies.", + 'terminationPolicies', + 'List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are `OldestInstance`, `NewestInstance`, `OldestLaunchConfiguration`, `ClosestToNextInstanceHour`, `OldestLaunchTemplate`, `AllocationStrategy`, `Default`. Additionally, the ARN of a Lambda function can be specified for custom termination policies.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the `vpc_zone_identifier` attribute, or for attaching a network interface when an existing network interface ID is specified in a launch template. Conflicts with `vpc_zone_identifier`.", + 'availabilityZones', + 'A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the `vpc_zone_identifier` attribute, or for attaching a network interface when an existing network interface ID is specified in a launch template. Conflicts with `vpc_zone_identifier`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "initialLifecycleHooks", - "One or more\n[Lifecycle Hooks](http://docs.aws.amazon.com/autoscaling/latest/userguide/lifecycle-hooks.html)\nto attach to the Auto Scaling Group **before** instances are launched. The\nsyntax is exactly the same as the separate\n`aws.autoscaling.LifecycleHook`\nresource, without the `autoscaling_group_name` attribute. Please note that this will only work when creating\na new Auto Scaling Group. For all other use-cases, please use `aws.autoscaling.LifecycleHook` resource.", + 'initialLifecycleHooks', + 'One or more\n[Lifecycle Hooks](http://docs.aws.amazon.com/autoscaling/latest/userguide/lifecycle-hooks.html)\nto attach to the Auto Scaling Group **before** instances are launched. The\nsyntax is exactly the same as the separate\n`aws.autoscaling.LifecycleHook`\nresource, without the `autoscaling_group_name` attribute. Please note that this will only work when creating\na new Auto Scaling Group. For all other use-cases, please use `aws.autoscaling.LifecycleHook` resource.', () => autoscaling_GroupInitialLifecycleHook_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "instanceMaintenancePolicy", - "If this block is configured, add a instance maintenance policy to the specified Auto Scaling group. Defined below.", + 'instanceMaintenancePolicy', + 'If this block is configured, add a instance maintenance policy to the specified Auto Scaling group. Defined below.', () => autoscaling_GroupInstanceMaintenancePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "healthCheckType", + 'healthCheckType', '"EC2" or "ELB". Controls how health checking is done.', () => [], false, @@ -712,8 +712,8 @@ to the specified Auto Scaling group. Defined below ), new DynamicUIProps( InputType.Number, - "defaultCooldown", - "Amount of time, in seconds, after a scaling activity completes before another scaling activity can start.", + 'defaultCooldown', + 'Amount of time, in seconds, after a scaling activity completes before another scaling activity can start.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/autoscaling/LifecycleHook.ts b/src/app/Models/codegen/aws/autoscaling/LifecycleHook.ts index 25a2ed038..df1ed3f56 100644 --- a/src/app/Models/codegen/aws/autoscaling/LifecycleHook.ts +++ b/src/app/Models/codegen/aws/autoscaling/LifecycleHook.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LifecycleHookArgs { // Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either CONTINUE or ABANDON. The default value for this parameter is ABANDON. @@ -61,64 +61,64 @@ export class LifecycleHook extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "defaultResult", - "Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either CONTINUE or ABANDON. The default value for this parameter is ABANDON.", + 'defaultResult', + 'Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The value for this parameter can be either CONTINUE or ABANDON. The default value for this parameter is ABANDON.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "heartbeatTimeout", - "Defines the amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the DefaultResult parameter", + 'heartbeatTimeout', + 'Defines the amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the DefaultResult parameter', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleTransition", - "Instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see [describe-lifecycle-hook-types](https://docs.aws.amazon.com/cli/latest/reference/autoscaling/describe-lifecycle-hook-types.html#examples)", + 'lifecycleTransition', + 'Instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see [describe-lifecycle-hook-types](https://docs.aws.amazon.com/cli/latest/reference/autoscaling/describe-lifecycle-hook-types.html#examples)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the lifecycle hook.", + 'name', + 'Name of the lifecycle hook.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationMetadata", - "Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.", + 'notificationMetadata', + 'Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notificationTargetArn", - "ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic.", + 'notificationTargetArn', + 'ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.", + 'roleArn', + 'ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "Name of the Auto Scaling group to which you want to assign the lifecycle hook", + 'autoscalingGroupName', + 'Name of the Auto Scaling group to which you want to assign the lifecycle hook', () => [], true, false, diff --git a/src/app/Models/codegen/aws/autoscaling/Notification.ts b/src/app/Models/codegen/aws/autoscaling/Notification.ts index 90683fe5e..b583905ab 100644 --- a/src/app/Models/codegen/aws/autoscaling/Notification.ts +++ b/src/app/Models/codegen/aws/autoscaling/Notification.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NotificationArgs { // List of AutoScaling Group Names @@ -37,24 +37,24 @@ notifications. Acceptable values are documented [in the AWS documentation here]( return [ new DynamicUIProps( InputType.Array, - "notifications", - "List of Notification Types that trigger\nnotifications. Acceptable values are documented [in the AWS documentation here](https://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_NotificationConfiguration.html)", + 'notifications', + 'List of Notification Types that trigger\nnotifications. Acceptable values are documented [in the AWS documentation here](https://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_NotificationConfiguration.html)', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "Topic ARN for notifications to be sent through", + 'topicArn', + 'Topic ARN for notifications to be sent through', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "groupNames", - "List of AutoScaling Group Names", + 'groupNames', + 'List of AutoScaling Group Names', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/autoscaling/Policy.ts b/src/app/Models/codegen/aws/autoscaling/Policy.ts index c3ae255a7..698d7c098 100644 --- a/src/app/Models/codegen/aws/autoscaling/Policy.ts +++ b/src/app/Models/codegen/aws/autoscaling/Policy.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyStepAdjustment, autoscaling_PolicyStepAdjustment_GetTypes, -} from "../types/autoscaling_PolicyStepAdjustment"; +} from '../types/autoscaling_PolicyStepAdjustment'; import { autoscaling_PolicyTargetTrackingConfiguration, autoscaling_PolicyTargetTrackingConfiguration_GetTypes, -} from "../types/autoscaling_PolicyTargetTrackingConfiguration"; +} from '../types/autoscaling_PolicyTargetTrackingConfiguration'; import { autoscaling_PolicyPredictiveScalingConfiguration, autoscaling_PolicyPredictiveScalingConfiguration_GetTypes, -} from "../types/autoscaling_PolicyPredictiveScalingConfiguration"; +} from '../types/autoscaling_PolicyPredictiveScalingConfiguration'; export interface PolicyArgs { // Amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. @@ -602,7 +602,7 @@ The following fields are available in step adjustments: return [ new DynamicUIProps( InputType.Object, - "targetTrackingConfiguration", + 'targetTrackingConfiguration', 'Target tracking policy. These have the following structure:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst example = new aws.autoscaling.Policy("example", {targetTrackingConfiguration: {\n predefinedMetricSpecification: {\n predefinedMetricType: "ASGAverageCPUUtilization",\n },\n targetValue: 40,\n}});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.autoscaling.Policy("example", target_tracking_configuration={\n "predefined_metric_specification": {\n "predefined_metric_type": "ASGAverageCPUUtilization",\n },\n "target_value": 40,\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var example = new Aws.AutoScaling.Policy("example", new()\n {\n TargetTrackingConfiguration = new Aws.AutoScaling.Inputs.PolicyTargetTrackingConfigurationArgs\n {\n PredefinedMetricSpecification = new Aws.AutoScaling.Inputs.PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs\n {\n PredefinedMetricType = "ASGAverageCPUUtilization",\n },\n TargetValue = 40,\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/autoscaling"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := autoscaling.NewPolicy(ctx, "example", &autoscaling.PolicyArgs{\n\t\t\tTargetTrackingConfiguration: &autoscaling.PolicyTargetTrackingConfigurationArgs{\n\t\t\t\tPredefinedMetricSpecification: &autoscaling.PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs{\n\t\t\t\t\tPredefinedMetricType: pulumi.String("ASGAverageCPUUtilization"),\n\t\t\t\t},\n\t\t\t\tTargetValue: pulumi.Float64(40),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.autoscaling.Policy;\nimport com.pulumi.aws.autoscaling.PolicyArgs;\nimport com.pulumi.aws.autoscaling.inputs.PolicyTargetTrackingConfigurationArgs;\nimport com.pulumi.aws.autoscaling.inputs.PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Policy("example", PolicyArgs.builder()\n .targetTrackingConfiguration(PolicyTargetTrackingConfigurationArgs.builder()\n .predefinedMetricSpecification(PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs.builder()\n .predefinedMetricType("ASGAverageCPUUtilization")\n .build())\n .targetValue(40)\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:autoscaling:Policy\n properties:\n targetTrackingConfiguration:\n predefinedMetricSpecification:\n predefinedMetricType: ASGAverageCPUUtilization\n targetValue: 40\n```\n\n\nThe following fields are available in target tracking configuration:', () => autoscaling_PolicyTargetTrackingConfiguration_GetTypes(), false, @@ -610,7 +610,7 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.Bool, - "enabled", + 'enabled', 'Whether the scaling policy is enabled or disabled. Default: `true`.\n\nThe following argument is only available to "SimpleScaling" and "StepScaling" type policies:', () => [], false, @@ -618,15 +618,15 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.Number, - "cooldown", - "Amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.", + 'cooldown', + 'Amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minAdjustmentMagnitude", + 'minAdjustmentMagnitude', 'Minimum value to scale by when `adjustment_type` is set to `PercentChangeInCapacity`.\n\nThe following arguments are only available to "SimpleScaling" type policies:', () => [], false, @@ -634,23 +634,23 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.Object, - "predictiveScalingConfiguration", - "Predictive scaling policy configuration to use with Amazon EC2 Auto Scaling.", + 'predictiveScalingConfiguration', + 'Predictive scaling policy configuration to use with Amazon EC2 Auto Scaling.', () => autoscaling_PolicyPredictiveScalingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "Name of the autoscaling group.", + 'autoscalingGroupName', + 'Name of the autoscaling group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "metricAggregationType", + 'metricAggregationType', 'Aggregation type for the policy\'s metrics. Valid values are "Minimum", "Maximum", and "Average". Without a value, AWS will treat the aggregation type as "Average".', () => [], false, @@ -658,15 +658,15 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyType", + 'policyType', 'Policy type, either "SimpleScaling", "StepScaling", "TargetTrackingScaling", or "PredictiveScaling". If this value isn\'t provided, AWS will default to "SimpleScaling."', () => [], false, @@ -674,15 +674,15 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.Number, - "scalingAdjustment", - "Number of members by which to\nscale, when the adjustment bounds are breached. A positive value scales\nup. A negative value scales down.", + 'scalingAdjustment', + 'Number of members by which to\nscale, when the adjustment bounds are breached. A positive value scales\nup. A negative value scales down.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "estimatedInstanceWarmup", + 'estimatedInstanceWarmup', "Estimated time, in seconds, until a newly launched instance will contribute CloudWatch metrics. Without a value, AWS will default to the group's specified cooldown period.", () => [], false, @@ -690,7 +690,7 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.Array, - "stepAdjustments", + 'stepAdjustments', 'Set of adjustments that manage\ngroup scaling. These have the following structure:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst example = new aws.autoscaling.Policy("example", {stepAdjustments: [\n {\n scalingAdjustment: -1,\n metricIntervalLowerBound: "1",\n metricIntervalUpperBound: "2",\n },\n {\n scalingAdjustment: 1,\n metricIntervalLowerBound: "2",\n metricIntervalUpperBound: "3",\n },\n]});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nexample = aws.autoscaling.Policy("example", step_adjustments=[\n {\n "scaling_adjustment": -1,\n "metric_interval_lower_bound": "1",\n "metric_interval_upper_bound": "2",\n },\n {\n "scaling_adjustment": 1,\n "metric_interval_lower_bound": "2",\n "metric_interval_upper_bound": "3",\n },\n])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var example = new Aws.AutoScaling.Policy("example", new()\n {\n StepAdjustments = new[]\n {\n new Aws.AutoScaling.Inputs.PolicyStepAdjustmentArgs\n {\n ScalingAdjustment = -1,\n MetricIntervalLowerBound = "1",\n MetricIntervalUpperBound = "2",\n },\n new Aws.AutoScaling.Inputs.PolicyStepAdjustmentArgs\n {\n ScalingAdjustment = 1,\n MetricIntervalLowerBound = "2",\n MetricIntervalUpperBound = "3",\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/autoscaling"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := autoscaling.NewPolicy(ctx, "example", &autoscaling.PolicyArgs{\n\t\t\tStepAdjustments: autoscaling.PolicyStepAdjustmentArray{\n\t\t\t\t&autoscaling.PolicyStepAdjustmentArgs{\n\t\t\t\t\tScalingAdjustment: int(-1),\n\t\t\t\t\tMetricIntervalLowerBound: pulumi.String("1"),\n\t\t\t\t\tMetricIntervalUpperBound: pulumi.String("2"),\n\t\t\t\t},\n\t\t\t\t&autoscaling.PolicyStepAdjustmentArgs{\n\t\t\t\t\tScalingAdjustment: pulumi.Int(1),\n\t\t\t\t\tMetricIntervalLowerBound: pulumi.String("2"),\n\t\t\t\t\tMetricIntervalUpperBound: pulumi.String("3"),\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```yaml\nresources:\n example:\n type: aws:autoscaling:Policy\n properties:\n stepAdjustments:\n - scalingAdjustment: -1\n metricIntervalLowerBound: 1\n metricIntervalUpperBound: 2\n - scalingAdjustment: 1\n metricIntervalLowerBound: 2\n metricIntervalUpperBound: 3\n```\n\n\nThe following fields are available in step adjustments:', () => autoscaling_PolicyStepAdjustment_GetTypes(), false, @@ -698,8 +698,8 @@ The following fields are available in step adjustments: ), new DynamicUIProps( InputType.String, - "adjustmentType", - "Whether the adjustment is an absolute number or a percentage of the current capacity. Valid values are `ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.", + 'adjustmentType', + 'Whether the adjustment is an absolute number or a percentage of the current capacity. Valid values are `ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/autoscaling/Schedule.ts b/src/app/Models/codegen/aws/autoscaling/Schedule.ts index e41fceeed..7e4f733f2 100644 --- a/src/app/Models/codegen/aws/autoscaling/Schedule.ts +++ b/src/app/Models/codegen/aws/autoscaling/Schedule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ScheduleArgs { // The initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. Set to `-1` if you don't want to change the desired capacity at the scheduled time. Defaults to `0`. @@ -86,7 +86,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "minSize", + 'minSize', "The minimum size of the Auto Scaling group. Set to `-1` if you don't want to change the minimum size at the scheduled time. Defaults to `0`.", () => [], false, @@ -94,23 +94,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "timeZone", - "Specifies the time zone for a cron expression. Valid values are the canonical names of the IANA time zones (such as `Etc/GMT+9` or `Pacific/Tahiti`).\n\n> **NOTE:** When `start_time` and `end_time` are specified with `recurrence` , they form the boundaries of when the recurring action will start and stop.", + 'timeZone', + 'Specifies the time zone for a cron expression. Valid values are the canonical names of the IANA time zones (such as `Etc/GMT+9` or `Pacific/Tahiti`).\n\n> **NOTE:** When `start_time` and `end_time` are specified with `recurrence` , they form the boundaries of when the recurring action will start and stop.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "The name of the Auto Scaling group.", + 'autoscalingGroupName', + 'The name of the Auto Scaling group.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maxSize", + 'maxSize', "The maximum size of the Auto Scaling group. Set to `-1` if you don't want to change the maximum size at the scheduled time. Defaults to `0`.", () => [], false, @@ -118,23 +118,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "recurrence", - "The recurring schedule for this action specified using the Unix cron syntax format.", + 'recurrence', + 'The recurring schedule for this action specified using the Unix cron syntax format.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduledActionName", - "The name of this scaling action.\n\nThe following arguments are optional:", + 'scheduledActionName', + 'The name of this scaling action.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "desiredCapacity", + 'desiredCapacity', "The initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. Set to `-1` if you don't want to change the desired capacity at the scheduled time. Defaults to `0`.", () => [], false, @@ -142,7 +142,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "endTime", + 'endTime', 'The date and time for the recurring schedule to end, in UTC with the format `"YYYY-MM-DDThh:mm:ssZ"` (e.g. `"2021-06-01T00:00:00Z"`).', () => [], false, @@ -150,7 +150,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "startTime", + 'startTime', 'The date and time for the recurring schedule to start, in UTC with the format `"YYYY-MM-DDThh:mm:ssZ"` (e.g. `"2021-06-01T00:00:00Z"`).', () => [], false, diff --git a/src/app/Models/codegen/aws/autoscaling/Tag.ts b/src/app/Models/codegen/aws/autoscaling/Tag.ts index 283f771ea..bd6acb3c0 100644 --- a/src/app/Models/codegen/aws/autoscaling/Tag.ts +++ b/src/app/Models/codegen/aws/autoscaling/Tag.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_TagTag, autoscaling_TagTag_GetTypes, -} from "../types/autoscaling_TagTag"; +} from '../types/autoscaling_TagTag'; export interface TagArgs { // Name of the Autoscaling Group to apply the tag to. @@ -29,16 +29,16 @@ export class Tag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "Name of the Autoscaling Group to apply the tag to.", + 'autoscalingGroupName', + 'Name of the Autoscaling Group to apply the tag to.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "tag", - "Tag to create. The `tag` block is documented below.", + 'tag', + 'Tag to create. The `tag` block is documented below.', () => autoscaling_TagTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/autoscaling/TrafficSourceAttachment.ts b/src/app/Models/codegen/aws/autoscaling/TrafficSourceAttachment.ts index da00f2d73..3150e42e3 100644 --- a/src/app/Models/codegen/aws/autoscaling/TrafficSourceAttachment.ts +++ b/src/app/Models/codegen/aws/autoscaling/TrafficSourceAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_TrafficSourceAttachmentTrafficSource, autoscaling_TrafficSourceAttachmentTrafficSource_GetTypes, -} from "../types/autoscaling_TrafficSourceAttachmentTrafficSource"; +} from '../types/autoscaling_TrafficSourceAttachmentTrafficSource'; export interface TrafficSourceAttachmentArgs { // The name of the Auto Scaling group. @@ -29,16 +29,16 @@ export class TrafficSourceAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "trafficSource", - "The unique identifiers of a traffic sources.", + 'trafficSource', + 'The unique identifiers of a traffic sources.', () => autoscaling_TrafficSourceAttachmentTrafficSource_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "autoscalingGroupName", - "The name of the Auto Scaling group.", + 'autoscalingGroupName', + 'The name of the Auto Scaling group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/autoscalingplans/ScalingPlan.ts b/src/app/Models/codegen/aws/autoscalingplans/ScalingPlan.ts index fcd552ce1..711c0d736 100644 --- a/src/app/Models/codegen/aws/autoscalingplans/ScalingPlan.ts +++ b/src/app/Models/codegen/aws/autoscalingplans/ScalingPlan.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscalingplans_ScalingPlanApplicationSource, autoscalingplans_ScalingPlanApplicationSource_GetTypes, -} from "../types/autoscalingplans_ScalingPlanApplicationSource"; +} from '../types/autoscalingplans_ScalingPlanApplicationSource'; import { autoscalingplans_ScalingPlanScalingInstruction, autoscalingplans_ScalingPlanScalingInstruction_GetTypes, -} from "../types/autoscalingplans_ScalingPlanScalingInstruction"; +} from '../types/autoscalingplans_ScalingPlanScalingInstruction'; export interface ScalingPlanArgs { // CloudFormation stack or set of tags. You can create one scaling plan per application source. @@ -42,24 +42,24 @@ export class ScalingPlan extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "applicationSource", - "CloudFormation stack or set of tags. You can create one scaling plan per application source.", + 'applicationSource', + 'CloudFormation stack or set of tags. You can create one scaling plan per application source.', () => autoscalingplans_ScalingPlanApplicationSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.", + 'name', + 'Name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "scalingInstructions", - "Scaling instructions. More details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ScalingInstruction.html).", + 'scalingInstructions', + 'Scaling instructions. More details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ScalingInstruction.html).', () => autoscalingplans_ScalingPlanScalingInstruction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/backup/Framework.ts b/src/app/Models/codegen/aws/backup/Framework.ts index 2975dd123..76769bbc9 100644 --- a/src/app/Models/codegen/aws/backup/Framework.ts +++ b/src/app/Models/codegen/aws/backup/Framework.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_FrameworkControl, backup_FrameworkControl_GetTypes, -} from "../types/backup_FrameworkControl"; +} from '../types/backup_FrameworkControl'; export interface FrameworkArgs { // One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below. @@ -56,32 +56,32 @@ export class Framework extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "controls", - "One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.", + 'controls', + 'One or more control blocks that make up the framework. Each control in the list has a name, input parameters, and scope. Detailed below.', () => backup_FrameworkControl_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the framework with a maximum of 1,024 characters", + 'description', + 'The description of the framework with a maximum of 1,024 characters', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.", + 'name', + 'The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Metadata that you can assign to help organize the frameworks you create. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Metadata that you can assign to help organize the frameworks you create. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/backup/GlobalSettings.ts b/src/app/Models/codegen/aws/backup/GlobalSettings.ts index 3082f7dad..ff7d0ab6d 100644 --- a/src/app/Models/codegen/aws/backup/GlobalSettings.ts +++ b/src/app/Models/codegen/aws/backup/GlobalSettings.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlobalSettingsArgs { // A list of resources along with the opt-in preferences for the account. @@ -19,8 +19,8 @@ export class GlobalSettings extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "globalSettings", - "A list of resources along with the opt-in preferences for the account.", + 'globalSettings', + 'A list of resources along with the opt-in preferences for the account.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/backup/Plan.ts b/src/app/Models/codegen/aws/backup/Plan.ts index 1595f670c..6012d041f 100644 --- a/src/app/Models/codegen/aws/backup/Plan.ts +++ b/src/app/Models/codegen/aws/backup/Plan.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_PlanAdvancedBackupSetting, backup_PlanAdvancedBackupSetting_GetTypes, -} from "../types/backup_PlanAdvancedBackupSetting"; +} from '../types/backup_PlanAdvancedBackupSetting'; import { backup_PlanRule, backup_PlanRule_GetTypes, -} from "../types/backup_PlanRule"; +} from '../types/backup_PlanRule'; export interface PlanArgs { // An object that specifies backup options for each resource type. @@ -54,32 +54,32 @@ export class Plan extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "advancedBackupSettings", - "An object that specifies backup options for each resource type.", + 'advancedBackupSettings', + 'An object that specifies backup options for each resource type.', () => backup_PlanAdvancedBackupSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The display name of a backup plan.", + 'name', + 'The display name of a backup plan.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "A rule object that specifies a scheduled task that is used to back up a selection of resources.", + 'rules', + 'A rule object that specifies a scheduled task that is used to back up a selection of resources.', () => backup_PlanRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Metadata that you can assign to help organize the plans you create. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Metadata that you can assign to help organize the plans you create. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/backup/RegionSettings.ts b/src/app/Models/codegen/aws/backup/RegionSettings.ts index f1b2a427c..bc6a97eca 100644 --- a/src/app/Models/codegen/aws/backup/RegionSettings.ts +++ b/src/app/Models/codegen/aws/backup/RegionSettings.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionSettingsArgs { // A map of services along with the management preferences for the Region. For more information, see the [AWS Documentation](https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateRegionSettings.html#API_UpdateRegionSettings_RequestSyntax). @@ -25,16 +25,16 @@ export class RegionSettings extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "resourceTypeManagementPreference", - "A map of services along with the management preferences for the Region. For more information, see the [AWS Documentation](https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateRegionSettings.html#API_UpdateRegionSettings_RequestSyntax).", + 'resourceTypeManagementPreference', + 'A map of services along with the management preferences for the Region. For more information, see the [AWS Documentation](https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateRegionSettings.html#API_UpdateRegionSettings_RequestSyntax).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "resourceTypeOptInPreference", - "A map of services along with the opt-in preferences for the Region.", + 'resourceTypeOptInPreference', + 'A map of services along with the opt-in preferences for the Region.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/backup/ReportPlan.ts b/src/app/Models/codegen/aws/backup/ReportPlan.ts index 24d0b528b..a88da5c64 100644 --- a/src/app/Models/codegen/aws/backup/ReportPlan.ts +++ b/src/app/Models/codegen/aws/backup/ReportPlan.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_ReportPlanReportSetting, backup_ReportPlanReportSetting_GetTypes, -} from "../types/backup_ReportPlanReportSetting"; +} from '../types/backup_ReportPlanReportSetting'; import { backup_ReportPlanReportDeliveryChannel, backup_ReportPlanReportDeliveryChannel_GetTypes, -} from "../types/backup_ReportPlanReportDeliveryChannel"; +} from '../types/backup_ReportPlanReportDeliveryChannel'; export interface ReportPlanArgs { // The description of the report plan with a maximum of 1,024 characters @@ -63,40 +63,40 @@ export class ReportPlan extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the report plan with a maximum of 1,024 characters", + 'description', + 'The description of the report plan with a maximum of 1,024 characters', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.", + 'name', + 'The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "reportDeliveryChannel", - "An object that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports. Detailed below.", + 'reportDeliveryChannel', + 'An object that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports. Detailed below.', () => backup_ReportPlanReportDeliveryChannel_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "reportSetting", - "An object that identifies the report template for the report. Reports are built using a report template. Detailed below.", + 'reportSetting', + 'An object that identifies the report template for the report. Reports are built using a report template. Detailed below.', () => backup_ReportPlanReportSetting_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Metadata that you can assign to help organize the report plans you create. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Metadata that you can assign to help organize the report plans you create. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/backup/Selection.ts b/src/app/Models/codegen/aws/backup/Selection.ts index 64bd2d72a..2c958c89a 100644 --- a/src/app/Models/codegen/aws/backup/Selection.ts +++ b/src/app/Models/codegen/aws/backup/Selection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_SelectionSelectionTag, backup_SelectionSelectionTag_GetTypes, -} from "../types/backup_SelectionSelectionTag"; +} from '../types/backup_SelectionSelectionTag'; import { backup_SelectionCondition, backup_SelectionCondition_GetTypes, -} from "../types/backup_SelectionCondition"; +} from '../types/backup_SelectionCondition'; export interface SelectionArgs { // An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan. @@ -63,56 +63,56 @@ export class Selection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "iamRoleArn", - "The ARN of the IAM role that AWS Backup uses to authenticate when restoring and backing up the target resource. See the [AWS Backup Developer Guide](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#managed-policies) for additional information about using AWS managed policies or creating custom policies attached to the IAM role.", + 'iamRoleArn', + 'The ARN of the IAM role that AWS Backup uses to authenticate when restoring and backing up the target resource. See the [AWS Backup Developer Guide](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#managed-policies) for additional information about using AWS managed policies or creating custom policies attached to the IAM role.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The display name of a resource selection document.", + 'name', + 'The display name of a resource selection document.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "notResources", - "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to exclude from a backup plan.", + 'notResources', + 'An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to exclude from a backup plan.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "planId", - "The backup plan ID to be associated with the selection of resources.", + 'planId', + 'The backup plan ID to be associated with the selection of resources.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "resources", - "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan.", + 'resources', + 'An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "selectionTags", - "Tag-based conditions used to specify a set of resources to assign to a backup plan.", + 'selectionTags', + 'Tag-based conditions used to specify a set of resources to assign to a backup plan.', () => backup_SelectionSelectionTag_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "conditions", - "A list of conditions that you define to assign resources to your backup plans using tags.", + 'conditions', + 'A list of conditions that you define to assign resources to your backup plans using tags.', () => backup_SelectionCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/backup/Vault.ts b/src/app/Models/codegen/aws/backup/Vault.ts index 62803978b..fe1d0b6ca 100644 --- a/src/app/Models/codegen/aws/backup/Vault.ts +++ b/src/app/Models/codegen/aws/backup/Vault.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VaultArgs { // A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error. @@ -46,32 +46,32 @@ export class Vault extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the backup vault to create.", + 'name', + 'Name of the backup vault to create.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Metadata that you can assign to help organize the resources that you create. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Metadata that you can assign to help organize the resources that you create. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error.", + 'forceDestroy', + 'A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The server-side encryption key that is used to protect your backups.", + 'kmsKeyArn', + 'The server-side encryption key that is used to protect your backups.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/backup/VaultLockConfiguration.ts b/src/app/Models/codegen/aws/backup/VaultLockConfiguration.ts index 88e0152e0..f19c2813a 100644 --- a/src/app/Models/codegen/aws/backup/VaultLockConfiguration.ts +++ b/src/app/Models/codegen/aws/backup/VaultLockConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VaultLockConfigurationArgs { // Name of the backup vault to add a lock configuration for. @@ -40,32 +40,32 @@ export class VaultLockConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "backupVaultName", - "Name of the backup vault to add a lock configuration for.", + 'backupVaultName', + 'Name of the backup vault to add a lock configuration for.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "changeableForDays", - "The number of days before the lock date. If omitted creates a vault lock in `governance` mode, otherwise it will create a vault lock in `compliance` mode.", + 'changeableForDays', + 'The number of days before the lock date. If omitted creates a vault lock in `governance` mode, otherwise it will create a vault lock in `compliance` mode.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxRetentionDays", - "The maximum retention period that the vault retains its recovery points.", + 'maxRetentionDays', + 'The maximum retention period that the vault retains its recovery points.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "minRetentionDays", - "The minimum retention period that the vault retains its recovery points.", + 'minRetentionDays', + 'The minimum retention period that the vault retains its recovery points.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/backup/VaultNotifications.ts b/src/app/Models/codegen/aws/backup/VaultNotifications.ts index 02b622552..2b97ad9b7 100644 --- a/src/app/Models/codegen/aws/backup/VaultNotifications.ts +++ b/src/app/Models/codegen/aws/backup/VaultNotifications.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VaultNotificationsArgs { // An array of events that indicate the status of jobs to back up resources to the backup vault. @@ -34,24 +34,24 @@ export class VaultNotifications extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "backupVaultEvents", - "An array of events that indicate the status of jobs to back up resources to the backup vault.", + 'backupVaultEvents', + 'An array of events that indicate the status of jobs to back up resources to the backup vault.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "backupVaultName", - "Name of the backup vault to add notifications for.", + 'backupVaultName', + 'Name of the backup vault to add notifications for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events", + 'snsTopicArn', + 'The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events', () => [], true, true, diff --git a/src/app/Models/codegen/aws/backup/VaultPolicy.ts b/src/app/Models/codegen/aws/backup/VaultPolicy.ts index 7536f07bc..4ef4b3872 100644 --- a/src/app/Models/codegen/aws/backup/VaultPolicy.ts +++ b/src/app/Models/codegen/aws/backup/VaultPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VaultPolicyArgs { // Name of the backup vault to add policy for. @@ -28,16 +28,16 @@ export class VaultPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The backup vault access policy document in JSON format.", + 'policy', + 'The backup vault access policy document in JSON format.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "backupVaultName", - "Name of the backup vault to add policy for.", + 'backupVaultName', + 'Name of the backup vault to add policy for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/batch/ComputeEnvironment.ts b/src/app/Models/codegen/aws/batch/ComputeEnvironment.ts index 62c0d1040..ff85513fa 100644 --- a/src/app/Models/codegen/aws/batch/ComputeEnvironment.ts +++ b/src/app/Models/codegen/aws/batch/ComputeEnvironment.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_ComputeEnvironmentEksConfiguration, batch_ComputeEnvironmentEksConfiguration_GetTypes, -} from "../types/batch_ComputeEnvironmentEksConfiguration"; +} from '../types/batch_ComputeEnvironmentEksConfiguration'; import { batch_ComputeEnvironmentComputeResources, batch_ComputeEnvironmentComputeResources_GetTypes, -} from "../types/batch_ComputeEnvironmentComputeResources"; +} from '../types/batch_ComputeEnvironmentComputeResources'; import { batch_ComputeEnvironmentUpdatePolicy, batch_ComputeEnvironmentUpdatePolicy_GetTypes, -} from "../types/batch_ComputeEnvironmentUpdatePolicy"; +} from '../types/batch_ComputeEnvironmentUpdatePolicy'; export interface ComputeEnvironmentArgs { // Details for the Amazon EKS cluster that supports the compute environment. See details below. @@ -94,72 +94,72 @@ export class ComputeEnvironment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceRole", - "The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.", + 'serviceRole', + 'The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.", + 'type', + 'The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "computeEnvironmentName", - "The name for your compute environment. Up to 128 letters (uppercase and lowercase), numbers, and underscores are allowed. If omitted, the provider will assign a random, unique name.", + 'computeEnvironmentName', + 'The name for your compute environment. Up to 128 letters (uppercase and lowercase), numbers, and underscores are allowed. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "computeResources", - "Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.", + 'computeResources', + 'Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.', () => batch_ComputeEnvironmentComputeResources_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eksConfiguration", - "Details for the Amazon EKS cluster that supports the compute environment. See details below.", + 'eksConfiguration', + 'Details for the Amazon EKS cluster that supports the compute environment. See details below.', () => batch_ComputeEnvironmentEksConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "updatePolicy", - "Specifies the infrastructure update policy for the compute environment. See details below.", + 'updatePolicy', + 'Specifies the infrastructure update policy for the compute environment. See details below.', () => batch_ComputeEnvironmentUpdatePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "computeEnvironmentNamePrefix", - "Creates a unique compute environment name beginning with the specified prefix. Conflicts with `compute_environment_name`.", + 'computeEnvironmentNamePrefix', + 'Creates a unique compute environment name beginning with the specified prefix. Conflicts with `compute_environment_name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "state", - "The state of the compute environment. If the state is `ENABLED`, then the compute environment accepts jobs from a queue and can scale out automatically based on queues. Valid items are `ENABLED` or `DISABLED`. Defaults to `ENABLED`.", + 'state', + 'The state of the compute environment. If the state is `ENABLED`, then the compute environment accepts jobs from a queue and can scale out automatically based on queues. Valid items are `ENABLED` or `DISABLED`. Defaults to `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/batch/JobDefinition.ts b/src/app/Models/codegen/aws/batch/JobDefinition.ts index f59540185..3e6c6e9dc 100644 --- a/src/app/Models/codegen/aws/batch/JobDefinition.ts +++ b/src/app/Models/codegen/aws/batch/JobDefinition.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionEksProperties, batch_JobDefinitionEksProperties_GetTypes, -} from "../types/batch_JobDefinitionEksProperties"; +} from '../types/batch_JobDefinitionEksProperties'; import { batch_JobDefinitionRetryStrategy, batch_JobDefinitionRetryStrategy_GetTypes, -} from "../types/batch_JobDefinitionRetryStrategy"; +} from '../types/batch_JobDefinitionRetryStrategy'; import { batch_JobDefinitionTimeout, batch_JobDefinitionTimeout_GetTypes, -} from "../types/batch_JobDefinitionTimeout"; +} from '../types/batch_JobDefinitionTimeout'; export interface JobDefinitionArgs { // Valid [ECS properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`. @@ -129,112 +129,112 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "retryStrategy", - "Retry strategy to use for failed jobs that are submitted with this job definition. Maximum number of `retry_strategy` is `1`. Defined below.", + 'retryStrategy', + 'Retry strategy to use for failed jobs that are submitted with this job definition. Maximum number of `retry_strategy` is `1`. Defined below.', () => batch_JobDefinitionRetryStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ecsProperties", - "Valid [ECS properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.", + 'ecsProperties', + 'Valid [ECS properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deregisterOnNewRevision", - "When updating a job definition a new revision is created. This parameter determines if the previous version is `deregistered` (`INACTIVE`) or left `ACTIVE`. Defaults to `true`.", + 'deregisterOnNewRevision', + 'When updating a job definition a new revision is created. This parameter determines if the previous version is `deregistered` (`INACTIVE`) or left `ACTIVE`. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Parameter substitution placeholders to set in the job definition.", + 'parameters', + 'Parameter substitution placeholders to set in the job definition.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Timeout for jobs so that if a job runs longer, AWS Batch terminates the job. Maximum number of `timeout` is `1`. Defined below.", + 'timeout', + 'Timeout for jobs so that if a job runs longer, AWS Batch terminates the job. Maximum number of `timeout` is `1`. Defined below.', () => batch_JobDefinitionTimeout_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "platformCapabilities", - "Platform capabilities required by the job definition. If no value is specified, it defaults to `EC2`. To run the job on Fargate resources, specify `FARGATE`.", + 'platformCapabilities', + 'Platform capabilities required by the job definition. If no value is specified, it defaults to `EC2`. To run the job on Fargate resources, specify `FARGATE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "nodeProperties", - "Valid [node properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is required if the `type` parameter is `multinode`.", + 'nodeProperties', + 'Valid [node properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is required if the `type` parameter is `multinode`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the job definition.", + 'name', + 'Name of the job definition.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "propagateTags", - "Whether to propagate the tags from the job definition to the corresponding Amazon ECS task. Default is `false`.", + 'propagateTags', + 'Whether to propagate the tags from the job definition to the corresponding Amazon ECS task. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "schedulingPriority", - "Scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.", + 'schedulingPriority', + 'Scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of job definition. Must be `container` or `multinode`.\n\nThe following arguments are optional:", + 'type', + 'Type of job definition. Must be `container` or `multinode`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eksProperties", - "Valid eks properties. This parameter is only valid if the `type` parameter is `container`.", + 'eksProperties', + 'Valid eks properties. This parameter is only valid if the `type` parameter is `container`.', () => batch_JobDefinitionEksProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "containerProperties", - "Valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.", + 'containerProperties', + 'Valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/batch/JobQueue.ts b/src/app/Models/codegen/aws/batch/JobQueue.ts index c812ed85e..06742cfba 100644 --- a/src/app/Models/codegen/aws/batch/JobQueue.ts +++ b/src/app/Models/codegen/aws/batch/JobQueue.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobQueueComputeEnvironmentOrder, batch_JobQueueComputeEnvironmentOrder_GetTypes, -} from "../types/batch_JobQueueComputeEnvironmentOrder"; +} from '../types/batch_JobQueueComputeEnvironmentOrder'; import { batch_JobQueueJobStateTimeLimitAction, batch_JobQueueJobStateTimeLimitAction_GetTypes, -} from "../types/batch_JobQueueJobStateTimeLimitAction"; +} from '../types/batch_JobQueueJobStateTimeLimitAction'; import { batch_JobQueueTimeouts, batch_JobQueueTimeouts_GetTypes, -} from "../types/batch_JobQueueTimeouts"; +} from '../types/batch_JobQueueTimeouts'; export interface JobQueueArgs { // The ARN of the fair share scheduling policy. If this parameter is specified, the job queue uses a fair share scheduling policy. If this parameter isn't specified, the job queue uses a first in, first out (FIFO) scheduling policy. After a job queue is created, you can replace but can't remove the fair share scheduling policy. @@ -91,23 +91,23 @@ are evaluated first when associated with the same compute environment. return [ new DynamicUIProps( InputType.Number, - "priority", - "The priority of the job queue. Job queues with a higher priority\nare evaluated first when associated with the same compute environment.", + 'priority', + 'The priority of the job queue. Job queues with a higher priority\nare evaluated first when associated with the same compute environment.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => batch_JobQueueTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "schedulingPolicyArn", + 'schedulingPolicyArn', "The ARN of the fair share scheduling policy. If this parameter is specified, the job queue uses a fair share scheduling policy. If this parameter isn't specified, the job queue uses a first in, first out (FIFO) scheduling policy. After a job queue is created, you can replace but can't remove the fair share scheduling policy.", () => [], false, @@ -115,48 +115,48 @@ are evaluated first when associated with the same compute environment. ), new DynamicUIProps( InputType.String, - "state", - "The state of the job queue. Must be one of: `ENABLED` or `DISABLED`", + 'state', + 'The state of the job queue. Must be one of: `ENABLED` or `DISABLED`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "computeEnvironments", - "(Optional) This parameter is deprecated, please use `compute_environment_order` instead. List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order. When importing a AWS Batch Job Queue, the parameter `compute_environments` will always be used over `compute_environment_order`. Please adjust your HCL accordingly.", + 'computeEnvironments', + '(Optional) This parameter is deprecated, please use `compute_environment_order` instead. List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order. When importing a AWS Batch Job Queue, the parameter `compute_environments` will always be used over `compute_environment_order`. Please adjust your HCL accordingly.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "jobStateTimeLimitActions", - "The set of job state time limit actions mapped to a job queue. Specifies an action that AWS Batch will take after the job has remained at the head of the queue in the specified state for longer than the specified time.", + 'jobStateTimeLimitActions', + 'The set of job state time limit actions mapped to a job queue. Specifies an action that AWS Batch will take after the job has remained at the head of the queue in the specified state for longer than the specified time.', () => batch_JobQueueJobStateTimeLimitAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "computeEnvironmentOrders", - "The set of compute environments mapped to a job queue and their order relative to each other. The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue.", + 'computeEnvironmentOrders', + 'The set of compute environments mapped to a job queue and their order relative to each other. The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue.', () => batch_JobQueueComputeEnvironmentOrder_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the job queue.", + 'name', + 'Specifies the name of the job queue.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/batch/SchedulingPolicy.ts b/src/app/Models/codegen/aws/batch/SchedulingPolicy.ts index 1ade94be0..b84653245 100644 --- a/src/app/Models/codegen/aws/batch/SchedulingPolicy.ts +++ b/src/app/Models/codegen/aws/batch/SchedulingPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_SchedulingPolicyFairSharePolicy, batch_SchedulingPolicyFairSharePolicy_GetTypes, -} from "../types/batch_SchedulingPolicyFairSharePolicy"; +} from '../types/batch_SchedulingPolicyFairSharePolicy'; export interface SchedulingPolicyArgs { // Specifies the name of the scheduling policy. @@ -41,24 +41,24 @@ export class SchedulingPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fairSharePolicy", - "", + 'fairSharePolicy', + '', () => batch_SchedulingPolicyFairSharePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the scheduling policy.", + 'name', + 'Specifies the name of the scheduling policy.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/bcmdata/Export.ts b/src/app/Models/codegen/aws/bcmdata/Export.ts index 52c87badb..ba9cf31a7 100644 --- a/src/app/Models/codegen/aws/bcmdata/Export.ts +++ b/src/app/Models/codegen/aws/bcmdata/Export.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bcmdata_ExportExport, bcmdata_ExportExport_GetTypes, -} from "../types/bcmdata_ExportExport"; +} from '../types/bcmdata_ExportExport'; import { bcmdata_ExportTimeouts, bcmdata_ExportTimeouts_GetTypes, -} from "../types/bcmdata_ExportTimeouts"; +} from '../types/bcmdata_ExportTimeouts'; export interface ExportArgs { // The details of the export, including data query, name, description, and destination configuration. See the `export` argument reference below. @@ -42,24 +42,24 @@ export class Export extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "export", - "The details of the export, including data query, name, description, and destination configuration. See the `export` argument reference below.", + 'export', + 'The details of the export, including data query, name, description, and destination configuration. See the `export` argument reference below.', () => bcmdata_ExportExport_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bcmdata_ExportTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentAgent.ts b/src/app/Models/codegen/aws/bedrock/AgentAgent.ts index e04f9f146..81f2af439 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentAgent.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentAgent.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentPromptOverrideConfiguration, bedrock_AgentAgentPromptOverrideConfiguration_GetTypes, -} from "../types/bedrock_AgentAgentPromptOverrideConfiguration"; +} from '../types/bedrock_AgentAgentPromptOverrideConfiguration'; import { bedrock_AgentAgentTimeouts, bedrock_AgentAgentTimeouts_GetTypes, -} from "../types/bedrock_AgentAgentTimeouts"; +} from '../types/bedrock_AgentAgentTimeouts'; export interface AgentAgentArgs { /* @@ -113,55 +113,55 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "customerEncryptionKeyArn", - "ARN of the AWS KMS key that encrypts the agent.", + 'customerEncryptionKeyArn', + 'ARN of the AWS KMS key that encrypts the agent.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipResourceInUseCheck", - "Whether the in-use check is skipped when deleting the agent.", + 'skipResourceInUseCheck', + 'Whether the in-use check is skipped when deleting the agent.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "agentName", - "Name of the agent.", + 'agentName', + 'Name of the agent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "agentResourceRoleArn", - "ARN of the IAM role with permissions to invoke API operations on the agent.", + 'agentResourceRoleArn', + 'ARN of the IAM role with permissions to invoke API operations on the agent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "foundationModel", - "Foundation model used for orchestration by the agent.\n\nThe following arguments are optional:", + 'foundationModel', + 'Foundation model used for orchestration by the agent.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "idleSessionTtlInSeconds", + 'idleSessionTtlInSeconds', "Number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.", () => [], false, @@ -169,40 +169,40 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_AgentAgentTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the agent.", + 'description', + 'Description of the agent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instruction", - "Instructions that tell the agent what it should do and how it should interact with users.", + 'instruction', + 'Instructions that tell the agent what it should do and how it should interact with users.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "prepareAgent", - "Whether to prepare the agent after creation or modification. Defaults to `true`.", + 'prepareAgent', + 'Whether to prepare the agent after creation or modification. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "promptOverrideConfigurations", - "Configurations to override prompt templates in different parts of an agent sequence. For more information, see [Advanced prompts](https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html). See `prompt_override_configuration` Block for details.", + 'promptOverrideConfigurations', + 'Configurations to override prompt templates in different parts of an agent sequence. For more information, see [Advanced prompts](https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html). See `prompt_override_configuration` Block for details.', () => bedrock_AgentAgentPromptOverrideConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentAgentActionGroup.ts b/src/app/Models/codegen/aws/bedrock/AgentAgentActionGroup.ts index f878f95c4..820dd6f87 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentAgentActionGroup.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentAgentActionGroup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentActionGroupApiSchema, bedrock_AgentAgentActionGroupApiSchema_GetTypes, -} from "../types/bedrock_AgentAgentActionGroupApiSchema"; +} from '../types/bedrock_AgentAgentActionGroupApiSchema'; import { bedrock_AgentAgentActionGroupFunctionSchema, bedrock_AgentAgentActionGroupFunctionSchema_GetTypes, -} from "../types/bedrock_AgentAgentActionGroupFunctionSchema"; +} from '../types/bedrock_AgentAgentActionGroupFunctionSchema'; import { bedrock_AgentAgentActionGroupActionGroupExecutor, bedrock_AgentAgentActionGroupActionGroupExecutor_GetTypes, -} from "../types/bedrock_AgentAgentActionGroupActionGroupExecutor"; +} from '../types/bedrock_AgentAgentActionGroupActionGroupExecutor'; export interface AgentAgentActionGroupArgs { // To allow your agent to request the user for additional information when trying to complete a task, set this argument to `AMAZON.UserInput`. You must leave the `description`, `api_schema`, and `action_group_executor` arguments blank for this action group. Valid values: `AMAZON.UserInput`. @@ -104,80 +104,80 @@ See `function_schema` Block for details. return [ new DynamicUIProps( InputType.Bool, - "skipResourceInUseCheck", - "Whether the in-use check is skipped when deleting the action group.", + 'skipResourceInUseCheck', + 'Whether the in-use check is skipped when deleting the action group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "actionGroupState", - "Whether the action group is available for the agent to invoke or not when sending an [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) request. Valid values: `ENABLED`, `DISABLED`.", + 'actionGroupState', + 'Whether the action group is available for the agent to invoke or not when sending an [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) request. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "agentVersion", - "Version of the agent for which to create the action group. Valid values: `DRAFT`.", + 'agentVersion', + 'Version of the agent for which to create the action group. Valid values: `DRAFT`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the action group.", + 'description', + 'Description of the action group.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "functionSchema", - "Describes the function schema for the action group.\nEach function represents an action in an action group.\nSee `function_schema` Block for details.", + 'functionSchema', + 'Describes the function schema for the action group.\nEach function represents an action in an action group.\nSee `function_schema` Block for details.', () => bedrock_AgentAgentActionGroupFunctionSchema_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "agentId", - "The unique identifier of the agent for which to create the action group.", + 'agentId', + 'The unique identifier of the agent for which to create the action group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parentActionGroupSignature", - "To allow your agent to request the user for additional information when trying to complete a task, set this argument to `AMAZON.UserInput`. You must leave the `description`, `api_schema`, and `action_group_executor` arguments blank for this action group. Valid values: `AMAZON.UserInput`.", + 'parentActionGroupSignature', + 'To allow your agent to request the user for additional information when trying to complete a task, set this argument to `AMAZON.UserInput`. You must leave the `description`, `api_schema`, and `action_group_executor` arguments blank for this action group. Valid values: `AMAZON.UserInput`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "apiSchema", - "Either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see [Action group OpenAPI schemas](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html). See `api_schema` Block for details.", + 'apiSchema', + 'Either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see [Action group OpenAPI schemas](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html). See `api_schema` Block for details.', () => bedrock_AgentAgentActionGroupApiSchema_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "actionGroupExecutor", - "ARN of the Lambda function containing the business logic that is carried out upon invoking the action or custom control method for handling the information elicited from the user. See `action_group_executor` Block for details.\n\nThe following arguments are optional:", + 'actionGroupExecutor', + 'ARN of the Lambda function containing the business logic that is carried out upon invoking the action or custom control method for handling the information elicited from the user. See `action_group_executor` Block for details.\n\nThe following arguments are optional:', () => bedrock_AgentAgentActionGroupActionGroupExecutor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "actionGroupName", - "Name of the action group.", + 'actionGroupName', + 'Name of the action group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentAgentAlias.ts b/src/app/Models/codegen/aws/bedrock/AgentAgentAlias.ts index 06835109f..f8df43285 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentAgentAlias.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentAgentAlias.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentAliasRoutingConfiguration, bedrock_AgentAgentAliasRoutingConfiguration_GetTypes, -} from "../types/bedrock_AgentAgentAliasRoutingConfiguration"; +} from '../types/bedrock_AgentAgentAliasRoutingConfiguration'; import { bedrock_AgentAgentAliasTimeouts, bedrock_AgentAgentAliasTimeouts_GetTypes, -} from "../types/bedrock_AgentAgentAliasTimeouts"; +} from '../types/bedrock_AgentAgentAliasTimeouts'; export interface AgentAgentAliasArgs { // Name of the alias. @@ -74,48 +74,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the alias.", + 'description', + 'Description of the alias.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routingConfigurations", - "Details about the routing configuration of the alias. See `routing_configuration` Block for details.", + 'routingConfigurations', + 'Details about the routing configuration of the alias. See `routing_configuration` Block for details.', () => bedrock_AgentAgentAliasRoutingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_AgentAgentAliasTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "agentAliasName", - "Name of the alias.", + 'agentAliasName', + 'Name of the alias.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "agentId", - "Identifier of the agent to create an alias for.\n\nThe following arguments are optional:", + 'agentId', + 'Identifier of the agent to create an alias for.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentAgentKnowledgeBaseAssociation.ts b/src/app/Models/codegen/aws/bedrock/AgentAgentKnowledgeBaseAssociation.ts index 67413f1ed..4ed4310d1 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentAgentKnowledgeBaseAssociation.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentAgentKnowledgeBaseAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentKnowledgeBaseAssociationTimeouts, bedrock_AgentAgentKnowledgeBaseAssociationTimeouts_GetTypes, -} from "../types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts"; +} from '../types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts'; export interface AgentAgentKnowledgeBaseAssociationArgs { /* @@ -61,48 +61,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "agentVersion", - "Version of the agent with which you want to associate the knowledge base. Valid values: `DRAFT`.", + 'agentVersion', + 'Version of the agent with which you want to associate the knowledge base. Valid values: `DRAFT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of what the agent should use the knowledge base for.", + 'description', + 'Description of what the agent should use the knowledge base for.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "knowledgeBaseId", - "Unique identifier of the knowledge base to associate with the agent.", + 'knowledgeBaseId', + 'Unique identifier of the knowledge base to associate with the agent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "knowledgeBaseState", - "Whether to use the knowledge base when sending an [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) request. Valid values: `ENABLED`, `DISABLED`.\n\nThe following arguments are optional:", + 'knowledgeBaseState', + 'Whether to use the knowledge base when sending an [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) request. Valid values: `ENABLED`, `DISABLED`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_AgentAgentKnowledgeBaseAssociationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "agentId", - "Unique identifier of the agent with which you want to associate the knowledge base.", + 'agentId', + 'Unique identifier of the agent with which you want to associate the knowledge base.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentDataSource.ts b/src/app/Models/codegen/aws/bedrock/AgentDataSource.ts index 0a2a2e515..4b2262784 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentDataSource.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentDataSource.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentDataSourceServerSideEncryptionConfiguration, bedrock_AgentDataSourceServerSideEncryptionConfiguration_GetTypes, -} from "../types/bedrock_AgentDataSourceServerSideEncryptionConfiguration"; +} from '../types/bedrock_AgentDataSourceServerSideEncryptionConfiguration'; import { bedrock_AgentDataSourceTimeouts, bedrock_AgentDataSourceTimeouts_GetTypes, -} from "../types/bedrock_AgentDataSourceTimeouts"; +} from '../types/bedrock_AgentDataSourceTimeouts'; import { bedrock_AgentDataSourceVectorIngestionConfiguration, bedrock_AgentDataSourceVectorIngestionConfiguration_GetTypes, -} from "../types/bedrock_AgentDataSourceVectorIngestionConfiguration"; +} from '../types/bedrock_AgentDataSourceVectorIngestionConfiguration'; import { bedrock_AgentDataSourceDataSourceConfiguration, bedrock_AgentDataSourceDataSourceConfiguration_GetTypes, -} from "../types/bedrock_AgentDataSourceDataSourceConfiguration"; +} from '../types/bedrock_AgentDataSourceDataSourceConfiguration'; export interface AgentDataSourceArgs { // @@ -88,48 +88,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "dataDeletionPolicy", - "Data deletion policy for a data source. Valid values: `RETAIN`, `DELETE`.", + 'dataDeletionPolicy', + 'Data deletion policy for a data source. Valid values: `RETAIN`, `DELETE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dataSourceConfiguration", - "Details about how the data source is stored. See `data_source_configuration` block for details.", + 'dataSourceConfiguration', + 'Details about how the data source is stored. See `data_source_configuration` block for details.', () => bedrock_AgentDataSourceDataSourceConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the data source.", + 'description', + 'Description of the data source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "knowledgeBaseId", - "Unique identifier of the knowledge base to which the data source belongs.", + 'knowledgeBaseId', + 'Unique identifier of the knowledge base to which the data source belongs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the data source.\n\nThe following arguments are optional:", + 'name', + 'Name of the data source.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryptionConfiguration", - "Details about the configuration of the server-side encryption. See `server_side_encryption_configuration` block for details.", + 'serverSideEncryptionConfiguration', + 'Details about the configuration of the server-side encryption. See `server_side_encryption_configuration` block for details.', () => bedrock_AgentDataSourceServerSideEncryptionConfiguration_GetTypes(), false, @@ -137,16 +137,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_AgentDataSourceTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vectorIngestionConfiguration", - "Details about the configuration of the server-side encryption. See `vector_ingestion_configuration` block for details.", + 'vectorIngestionConfiguration', + 'Details about the configuration of the server-side encryption. See `vector_ingestion_configuration` block for details.', () => bedrock_AgentDataSourceVectorIngestionConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/bedrock/AgentKnowledgeBase.ts b/src/app/Models/codegen/aws/bedrock/AgentKnowledgeBase.ts index 8acedfdb2..45ca7afa7 100644 --- a/src/app/Models/codegen/aws/bedrock/AgentKnowledgeBase.ts +++ b/src/app/Models/codegen/aws/bedrock/AgentKnowledgeBase.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration, bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration_GetTypes, -} from "../types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration"; +} from '../types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration'; import { bedrock_AgentKnowledgeBaseStorageConfiguration, bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes, -} from "../types/bedrock_AgentKnowledgeBaseStorageConfiguration"; +} from '../types/bedrock_AgentKnowledgeBaseStorageConfiguration'; import { bedrock_AgentKnowledgeBaseTimeouts, bedrock_AgentKnowledgeBaseTimeouts_GetTypes, -} from "../types/bedrock_AgentKnowledgeBaseTimeouts"; +} from '../types/bedrock_AgentKnowledgeBaseTimeouts'; export interface AgentKnowledgeBaseArgs { // Details about the embeddings configuration of the knowledge base. See `knowledge_base_configuration` block for details. @@ -90,56 +90,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_AgentKnowledgeBaseTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the knowledge base.", + 'description', + 'Description of the knowledge base.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "knowledgeBaseConfiguration", - "Details about the embeddings configuration of the knowledge base. See `knowledge_base_configuration` block for details.", + 'knowledgeBaseConfiguration', + 'Details about the embeddings configuration of the knowledge base. See `knowledge_base_configuration` block for details.', () => bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the knowledge base.", + 'name', + 'Name of the knowledge base.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role with permissions to invoke API operations on the knowledge base.", + 'roleArn', + 'ARN of the IAM role with permissions to invoke API operations on the knowledge base.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "storageConfiguration", - "Details about the storage configuration of the knowledge base. See `storage_configuration` block for details.\n\nThe following arguments are optional:", + 'storageConfiguration', + 'Details about the storage configuration of the knowledge base. See `storage_configuration` block for details.\n\nThe following arguments are optional:', () => bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/bedrock/CustomModel.ts b/src/app/Models/codegen/aws/bedrock/CustomModel.ts index 21adfd483..412faccce 100644 --- a/src/app/Models/codegen/aws/bedrock/CustomModel.ts +++ b/src/app/Models/codegen/aws/bedrock/CustomModel.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_CustomModelTrainingMetric, bedrock_CustomModelTrainingMetric_GetTypes, -} from "../types/bedrock_CustomModelTrainingMetric"; +} from '../types/bedrock_CustomModelTrainingMetric'; import { bedrock_CustomModelTimeouts, bedrock_CustomModelTimeouts_GetTypes, -} from "../types/bedrock_CustomModelTimeouts"; +} from '../types/bedrock_CustomModelTimeouts'; import { bedrock_CustomModelVpcConfig, bedrock_CustomModelVpcConfig_GetTypes, -} from "../types/bedrock_CustomModelVpcConfig"; +} from '../types/bedrock_CustomModelVpcConfig'; import { bedrock_CustomModelOutputDataConfig, bedrock_CustomModelOutputDataConfig_GetTypes, -} from "../types/bedrock_CustomModelOutputDataConfig"; +} from '../types/bedrock_CustomModelOutputDataConfig'; import { bedrock_CustomModelTrainingDataConfig, bedrock_CustomModelTrainingDataConfig_GetTypes, -} from "../types/bedrock_CustomModelTrainingDataConfig"; +} from '../types/bedrock_CustomModelTrainingDataConfig'; import { bedrock_CustomModelValidationDataConfig, bedrock_CustomModelValidationDataConfig_GetTypes, -} from "../types/bedrock_CustomModelValidationDataConfig"; +} from '../types/bedrock_CustomModelValidationDataConfig'; import { bedrock_CustomModelValidationMetric, bedrock_CustomModelValidationMetric_GetTypes, -} from "../types/bedrock_CustomModelValidationMetric"; +} from '../types/bedrock_CustomModelValidationMetric'; export interface CustomModelArgs { // A name for the customization job. @@ -137,104 +137,104 @@ export class CustomModel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customizationType", - "The customization type. Valid values: `FINE_TUNING`, `CONTINUED_PRE_TRAINING`.", + 'customizationType', + 'The customization type. Valid values: `FINE_TUNING`, `CONTINUED_PRE_TRAINING`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customModelKmsKeyId", - "The custom model is encrypted at rest using this key. Specify the key ARN.", + 'customModelKmsKeyId', + 'The custom model is encrypted at rest using this key. Specify the key ARN.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "hyperparameters", - "[Parameters](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html) related to tuning the model.", + 'hyperparameters', + '[Parameters](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html) related to tuning the model.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "jobName", - "A name for the customization job.", + 'jobName', + 'A name for the customization job.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of an IAM role that Bedrock can assume to perform tasks on your behalf.", + 'roleArn', + 'The Amazon Resource Name (ARN) of an IAM role that Bedrock can assume to perform tasks on your behalf.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the customization job and custom model. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the customization job and custom model. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_CustomModelTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.", + 'vpcConfig', + 'Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.', () => bedrock_CustomModelVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customModelName", - "Name for the custom model.", + 'customModelName', + 'Name for the custom model.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "outputDataConfig", - "S3 location for the output data.", + 'outputDataConfig', + 'S3 location for the output data.', () => bedrock_CustomModelOutputDataConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "trainingDataConfig", - "Information about the training dataset.", + 'trainingDataConfig', + 'Information about the training dataset.', () => bedrock_CustomModelTrainingDataConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "validationDataConfig", - "Information about the validation dataset.", + 'validationDataConfig', + 'Information about the validation dataset.', () => bedrock_CustomModelValidationDataConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "baseModelIdentifier", - "The Amazon Resource Name (ARN) of the base model.", + 'baseModelIdentifier', + 'The Amazon Resource Name (ARN) of the base model.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/bedrock/Guardrail.ts b/src/app/Models/codegen/aws/bedrock/Guardrail.ts index 1c0109544..5710edd58 100644 --- a/src/app/Models/codegen/aws/bedrock/Guardrail.ts +++ b/src/app/Models/codegen/aws/bedrock/Guardrail.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailContentPolicyConfig, bedrock_GuardrailContentPolicyConfig_GetTypes, -} from "../types/bedrock_GuardrailContentPolicyConfig"; +} from '../types/bedrock_GuardrailContentPolicyConfig'; import { bedrock_GuardrailSensitiveInformationPolicyConfig, bedrock_GuardrailSensitiveInformationPolicyConfig_GetTypes, -} from "../types/bedrock_GuardrailSensitiveInformationPolicyConfig"; +} from '../types/bedrock_GuardrailSensitiveInformationPolicyConfig'; import { bedrock_GuardrailContextualGroundingPolicyConfig, bedrock_GuardrailContextualGroundingPolicyConfig_GetTypes, -} from "../types/bedrock_GuardrailContextualGroundingPolicyConfig"; +} from '../types/bedrock_GuardrailContextualGroundingPolicyConfig'; import { bedrock_GuardrailTimeouts, bedrock_GuardrailTimeouts_GetTypes, -} from "../types/bedrock_GuardrailTimeouts"; +} from '../types/bedrock_GuardrailTimeouts'; import { bedrock_GuardrailTopicPolicyConfig, bedrock_GuardrailTopicPolicyConfig_GetTypes, -} from "../types/bedrock_GuardrailTopicPolicyConfig"; +} from '../types/bedrock_GuardrailTopicPolicyConfig'; import { bedrock_GuardrailWordPolicyConfig, bedrock_GuardrailWordPolicyConfig_GetTypes, -} from "../types/bedrock_GuardrailWordPolicyConfig"; +} from '../types/bedrock_GuardrailWordPolicyConfig'; export interface GuardrailArgs { // Description of the guardrail or its version. @@ -135,96 +135,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the guardrail.\n\nThe following arguments are optional:", + 'name', + 'Name of the guardrail.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sensitiveInformationPolicyConfig", - "Sensitive information policy config for a guardrail. See Sensitive Information Policy Config for more information.", + 'sensitiveInformationPolicyConfig', + 'Sensitive information policy config for a guardrail. See Sensitive Information Policy Config for more information.', () => bedrock_GuardrailSensitiveInformationPolicyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "wordPolicyConfig", - "Word policy config for a guardrail. See Word Policy Config for more information.", + 'wordPolicyConfig', + 'Word policy config for a guardrail. See Word Policy Config for more information.', () => bedrock_GuardrailWordPolicyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "blockedOutputsMessaging", - "Message to return when the guardrail blocks a model response.", + 'blockedOutputsMessaging', + 'Message to return when the guardrail blocks a model response.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "contentPolicyConfig", - "Content policy config for a guardrail. See Content Policy Config for more information.", + 'contentPolicyConfig', + 'Content policy config for a guardrail. See Content Policy Config for more information.', () => bedrock_GuardrailContentPolicyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the guardrail or its version.", + 'description', + 'Description of the guardrail or its version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The KMS key with which the guardrail was encrypted at rest.", + 'kmsKeyArn', + 'The KMS key with which the guardrail was encrypted at rest.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "blockedInputMessaging", - "Message to return when the guardrail blocks a prompt.", + 'blockedInputMessaging', + 'Message to return when the guardrail blocks a prompt.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "contextualGroundingPolicyConfig", - "Contextual grounding policy config for a guardrail. See Contextual Grounding Policy Config for more information.", + 'contextualGroundingPolicyConfig', + 'Contextual grounding policy config for a guardrail. See Contextual Grounding Policy Config for more information.', () => bedrock_GuardrailContextualGroundingPolicyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_GuardrailTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "topicPolicyConfig", - "Topic policy config for a guardrail. See Topic Policy Config for more information.", + 'topicPolicyConfig', + 'Topic policy config for a guardrail. See Topic Policy Config for more information.', () => bedrock_GuardrailTopicPolicyConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/bedrock/ProvisionedModelThroughput.ts b/src/app/Models/codegen/aws/bedrock/ProvisionedModelThroughput.ts index 82ffb881b..1741a4a0c 100644 --- a/src/app/Models/codegen/aws/bedrock/ProvisionedModelThroughput.ts +++ b/src/app/Models/codegen/aws/bedrock/ProvisionedModelThroughput.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_ProvisionedModelThroughputTimeouts, bedrock_ProvisionedModelThroughputTimeouts_GetTypes, -} from "../types/bedrock_ProvisionedModelThroughputTimeouts"; +} from '../types/bedrock_ProvisionedModelThroughputTimeouts'; export interface ProvisionedModelThroughputArgs { // Unique name for this Provisioned Throughput. @@ -59,48 +59,48 @@ export class ProvisionedModelThroughput extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "modelArn", - "ARN of the model to associate with this Provisioned Throughput.", + 'modelArn', + 'ARN of the model to associate with this Provisioned Throughput.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "modelUnits", - "Number of model units to allocate. A model unit delivers a specific throughput level for the specified model.", + 'modelUnits', + 'Number of model units to allocate. A model unit delivers a specific throughput level for the specified model.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "provisionedModelName", - "Unique name for this Provisioned Throughput.", + 'provisionedModelName', + 'Unique name for this Provisioned Throughput.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => bedrock_ProvisionedModelThroughputTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "commitmentDuration", - "Commitment duration requested for the Provisioned Throughput. For custom models, you can purchase on-demand Provisioned Throughput by omitting this argument. Valid values: `OneMonth`, `SixMonths`.", + 'commitmentDuration', + 'Commitment duration requested for the Provisioned Throughput. For custom models, you can purchase on-demand Provisioned Throughput by omitting this argument. Valid values: `OneMonth`, `SixMonths`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/bedrockmodel/InvocationLoggingConfiguration.ts b/src/app/Models/codegen/aws/bedrockmodel/InvocationLoggingConfiguration.ts index c3367179e..f22c99424 100644 --- a/src/app/Models/codegen/aws/bedrockmodel/InvocationLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/bedrockmodel/InvocationLoggingConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrockmodel_InvocationLoggingConfigurationLoggingConfig, bedrockmodel_InvocationLoggingConfigurationLoggingConfig_GetTypes, -} from "../types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig"; +} from '../types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig'; export interface InvocationLoggingConfigurationArgs { // The logging configuration values to set. @@ -23,8 +23,8 @@ export class InvocationLoggingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "loggingConfig", - "The logging configuration values to set.", + 'loggingConfig', + 'The logging configuration values to set.', () => bedrockmodel_InvocationLoggingConfigurationLoggingConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/budgets/Budget.ts b/src/app/Models/codegen/aws/budgets/Budget.ts index 78a309fa7..fb6831032 100644 --- a/src/app/Models/codegen/aws/budgets/Budget.ts +++ b/src/app/Models/codegen/aws/budgets/Budget.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_BudgetPlannedLimit, budgets_BudgetPlannedLimit_GetTypes, -} from "../types/budgets_BudgetPlannedLimit"; +} from '../types/budgets_BudgetPlannedLimit'; import { budgets_BudgetCostFilter, budgets_BudgetCostFilter_GetTypes, -} from "../types/budgets_BudgetCostFilter"; +} from '../types/budgets_BudgetCostFilter'; import { budgets_BudgetCostTypes, budgets_BudgetCostTypes_GetTypes, -} from "../types/budgets_BudgetCostTypes"; +} from '../types/budgets_BudgetCostTypes'; import { budgets_BudgetAutoAdjustData, budgets_BudgetAutoAdjustData_GetTypes, -} from "../types/budgets_BudgetAutoAdjustData"; +} from '../types/budgets_BudgetAutoAdjustData'; import { budgets_BudgetNotification, budgets_BudgetNotification_GetTypes, -} from "../types/budgets_BudgetNotification"; +} from '../types/budgets_BudgetNotification'; export interface BudgetArgs { // The name of a budget. Unique within accounts. @@ -137,71 +137,71 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "costTypes", - "Object containing CostTypes The types of cost included in a budget, such as tax and subscriptions.", + 'costTypes', + 'Object containing CostTypes The types of cost included in a budget, such as tax and subscriptions.', () => budgets_BudgetCostTypes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "limitAmount", - "The amount of cost or usage being measured for a budget.", + 'limitAmount', + 'The amount of cost or usage being measured for a budget.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "The prefix of the name of a budget. Unique within accounts.", + 'namePrefix', + 'The prefix of the name of a budget. Unique within accounts.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timePeriodEnd", - "The end of the time period covered by the budget. There are no restrictions on the end date. Format: `2017-01-01_12:00`.", + 'timePeriodEnd', + 'The end of the time period covered by the budget. There are no restrictions on the end date. Format: `2017-01-01_12:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "plannedLimits", - "Object containing Planned Budget Limits. Can be used multiple times to plan more than one budget limit. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.", + 'plannedLimits', + 'Object containing Planned Budget Limits. Can be used multiple times to plan more than one budget limit. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.', () => budgets_BudgetPlannedLimit_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timeUnit", - "The length of time until a budget resets the actual and forecasted spend. Valid values: `MONTHLY`, `QUARTERLY`, `ANNUALLY`, and `DAILY`.\n\nThe following arguments are optional:", + 'timeUnit', + 'The length of time until a budget resets the actual and forecasted spend. Valid values: `MONTHLY`, `QUARTERLY`, `ANNUALLY`, and `DAILY`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "limitUnit", - "The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.", + 'limitUnit', + 'The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notifications", - "Object containing Budget Notifications. Can be used multiple times to define more than one budget notification.", + 'notifications', + 'Object containing Budget Notifications. Can be used multiple times to define more than one budget notification.', () => budgets_BudgetNotification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timePeriodStart", + 'timePeriodStart', "The start of the time period covered by the budget. If you don't specify a start date, AWS defaults to the start of your chosen time period. The start date must come before the end date. Format: `2017-01-01_12:00`.", () => [], false, @@ -209,31 +209,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "The name of a budget. Unique within accounts.", + 'name', + 'The name of a budget. Unique within accounts.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "costFilters", - "A list of CostFilter name/values pair to apply to budget.", + 'costFilters', + 'A list of CostFilter name/values pair to apply to budget.', () => budgets_BudgetCostFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "The ID of the target account for budget. Will use current user's account_id by default if omitted.", () => [], false, @@ -241,16 +241,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "autoAdjustData", - "Object containing AutoAdjustData which determines the budget amount for an auto-adjusting budget.", + 'autoAdjustData', + 'Object containing AutoAdjustData which determines the budget amount for an auto-adjusting budget.', () => budgets_BudgetAutoAdjustData_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "budgetType", - "Whether this budget tracks monetary cost or usage.", + 'budgetType', + 'Whether this budget tracks monetary cost or usage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/budgets/BudgetAction.ts b/src/app/Models/codegen/aws/budgets/BudgetAction.ts index d704bfc88..ceab7ff09 100644 --- a/src/app/Models/codegen/aws/budgets/BudgetAction.ts +++ b/src/app/Models/codegen/aws/budgets/BudgetAction.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_BudgetActionSubscriber, budgets_BudgetActionSubscriber_GetTypes, -} from "../types/budgets_BudgetActionSubscriber"; +} from '../types/budgets_BudgetActionSubscriber'; import { budgets_BudgetActionDefinition, budgets_BudgetActionDefinition_GetTypes, -} from "../types/budgets_BudgetActionDefinition"; +} from '../types/budgets_BudgetActionDefinition'; import { budgets_BudgetActionActionThreshold, budgets_BudgetActionActionThreshold_GetTypes, -} from "../types/budgets_BudgetActionActionThreshold"; +} from '../types/budgets_BudgetActionActionThreshold'; export interface BudgetActionArgs { // A list of subscribers. See Subscriber. @@ -97,15 +97,15 @@ export class BudgetAction extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "subscribers", - "A list of subscribers. See Subscriber.", + 'subscribers', + 'A list of subscribers. See Subscriber.', () => budgets_BudgetActionSubscriber_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "The ID of the target account for budget. Will use current user's account_id by default if omitted.", () => [], false, @@ -113,64 +113,64 @@ export class BudgetAction extends DS_Resource { ), new DynamicUIProps( InputType.String, - "budgetName", - "The name of a budget.", + 'budgetName', + 'The name of a budget.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "actionThreshold", - "The trigger threshold of the action. See Action Threshold.", + 'actionThreshold', + 'The trigger threshold of the action. See Action Threshold.', () => budgets_BudgetActionActionThreshold_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "actionType", - "The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition. Valid values are `APPLY_IAM_POLICY`, `APPLY_SCP_POLICY`, and `RUN_SSM_DOCUMENTS`.", + 'actionType', + 'The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition. Valid values are `APPLY_IAM_POLICY`, `APPLY_SCP_POLICY`, and `RUN_SSM_DOCUMENTS`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "approvalModel", - "This specifies if the action needs manual or automatic approval. Valid values are `AUTOMATIC` and `MANUAL`.", + 'approvalModel', + 'This specifies if the action needs manual or automatic approval. Valid values are `AUTOMATIC` and `MANUAL`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "notificationType", - "The type of a notification. Valid values are `ACTUAL` or `FORECASTED`.", + 'notificationType', + 'The type of a notification. Valid values are `ACTUAL` or `FORECASTED`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "definition", - "Specifies all of the type-specific parameters. See Definition.", + 'definition', + 'Specifies all of the type-specific parameters. See Definition.', () => budgets_BudgetActionDefinition_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "The role passed for action execution and reversion. Roles and actions must be in the same account.", + 'executionRoleArn', + 'The role passed for action execution and reversion. Roles and actions must be in the same account.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cfg/AggregateAuthorization.ts b/src/app/Models/codegen/aws/cfg/AggregateAuthorization.ts index 288056b93..3bab6ae57 100644 --- a/src/app/Models/codegen/aws/cfg/AggregateAuthorization.ts +++ b/src/app/Models/codegen/aws/cfg/AggregateAuthorization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AggregateAuthorizationArgs { // Account ID @@ -37,24 +37,24 @@ export class AggregateAuthorization extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "Account ID", + 'accountId', + 'Account ID', () => [], true, true, ), new DynamicUIProps( InputType.String, - "region", - "Region", + 'region', + 'Region', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cfg/ConfigurationAggregator.ts b/src/app/Models/codegen/aws/cfg/ConfigurationAggregator.ts index 3bd0bfd0a..47c17b407 100644 --- a/src/app/Models/codegen/aws/cfg/ConfigurationAggregator.ts +++ b/src/app/Models/codegen/aws/cfg/ConfigurationAggregator.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_ConfigurationAggregatorAccountAggregationSource, cfg_ConfigurationAggregatorAccountAggregationSource_GetTypes, -} from "../types/cfg_ConfigurationAggregatorAccountAggregationSource"; +} from '../types/cfg_ConfigurationAggregatorAccountAggregationSource'; import { cfg_ConfigurationAggregatorOrganizationAggregationSource, cfg_ConfigurationAggregatorOrganizationAggregationSource_GetTypes, -} from "../types/cfg_ConfigurationAggregatorOrganizationAggregationSource"; +} from '../types/cfg_ConfigurationAggregatorOrganizationAggregationSource'; export interface ConfigurationAggregatorArgs { // The account(s) to aggregate config data from as documented below. @@ -59,16 +59,16 @@ Either `account_aggregation_source` or `organization_aggregation_source` must be return [ new DynamicUIProps( InputType.String, - "name", - "The name of the configuration aggregator.", + 'name', + 'The name of the configuration aggregator.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "organizationAggregationSource", - "The organization to aggregate config data from as documented below.", + 'organizationAggregationSource', + 'The organization to aggregate config data from as documented below.', () => cfg_ConfigurationAggregatorOrganizationAggregationSource_GetTypes(), false, @@ -76,16 +76,16 @@ Either `account_aggregation_source` or `organization_aggregation_source` must be ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nEither `account_aggregation_source` or `organization_aggregation_source` must be specified.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nEither `account_aggregation_source` or `organization_aggregation_source` must be specified.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "accountAggregationSource", - "The account(s) to aggregate config data from as documented below.", + 'accountAggregationSource', + 'The account(s) to aggregate config data from as documented below.', () => cfg_ConfigurationAggregatorAccountAggregationSource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cfg/ConformancePack.ts b/src/app/Models/codegen/aws/cfg/ConformancePack.ts index 9f95648ee..03d9f44eb 100644 --- a/src/app/Models/codegen/aws/cfg/ConformancePack.ts +++ b/src/app/Models/codegen/aws/cfg/ConformancePack.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_ConformancePackInputParameter, cfg_ConformancePackInputParameter_GetTypes, -} from "../types/cfg_ConformancePackInputParameter"; +} from '../types/cfg_ConformancePackInputParameter'; export interface ConformancePackArgs { // The name of the conformance pack. Must begin with a letter and contain from 1 to 256 alphanumeric characters and hyphens. @@ -56,48 +56,48 @@ export class ConformancePack extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "deliveryS3KeyPrefix", - "The prefix for the Amazon S3 bucket. Maximum length of 1024.", + 'deliveryS3KeyPrefix', + 'The prefix for the Amazon S3 bucket. Maximum length of 1024.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "inputParameters", - "Set of configuration blocks describing input parameters passed to the conformance pack template. Documented below. When configured, the parameters must also be included in the `template_body` or in the template stored in Amazon S3 if using `template_s3_uri`.", + 'inputParameters', + 'Set of configuration blocks describing input parameters passed to the conformance pack template. Documented below. When configured, the parameters must also be included in the `template_body` or in the template stored in Amazon S3 if using `template_s3_uri`.', () => cfg_ConformancePackInputParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the conformance pack. Must begin with a letter and contain from 1 to 256 alphanumeric characters and hyphens.", + 'name', + 'The name of the conformance pack. Must begin with a letter and contain from 1 to 256 alphanumeric characters and hyphens.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "templateBody", - "A string containing full conformance pack template body. Maximum length of 51200. Drift detection is not possible with this argument.", + 'templateBody', + 'A string containing full conformance pack template body. Maximum length of 51200. Drift detection is not possible with this argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateS3Uri", - "Location of file, e.g., `s3://bucketname/prefix`, containing the template body. The uri must point to the conformance pack template that is located in an Amazon S3 bucket in the same region as the conformance pack. Maximum length of 1024. Drift detection is not possible with this argument.", + 'templateS3Uri', + 'Location of file, e.g., `s3://bucketname/prefix`, containing the template body. The uri must point to the conformance pack template that is located in an Amazon S3 bucket in the same region as the conformance pack. Maximum length of 1024. Drift detection is not possible with this argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryS3Bucket", - "Amazon S3 bucket where AWS Config stores conformance pack templates. Maximum length of 63.", + 'deliveryS3Bucket', + 'Amazon S3 bucket where AWS Config stores conformance pack templates. Maximum length of 63.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cfg/DeliveryChannel.ts b/src/app/Models/codegen/aws/cfg/DeliveryChannel.ts index bf520fe3a..6a5db3c38 100644 --- a/src/app/Models/codegen/aws/cfg/DeliveryChannel.ts +++ b/src/app/Models/codegen/aws/cfg/DeliveryChannel.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_DeliveryChannelSnapshotDeliveryProperties, cfg_DeliveryChannelSnapshotDeliveryProperties_GetTypes, -} from "../types/cfg_DeliveryChannelSnapshotDeliveryProperties"; +} from '../types/cfg_DeliveryChannelSnapshotDeliveryProperties'; export interface DeliveryChannelArgs { // The name of the delivery channel. Defaults to `default`. Changing it recreates the resource. @@ -53,48 +53,48 @@ export class DeliveryChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "snsTopicArn", - "The ARN of the SNS topic that AWS Config delivers notifications to.", + 'snsTopicArn', + 'The ARN of the SNS topic that AWS Config delivers notifications to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the delivery channel. Defaults to `default`. Changing it recreates the resource.", + 'name', + 'The name of the delivery channel. Defaults to `default`. Changing it recreates the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "The name of the S3 bucket used to store the configuration history.", + 's3BucketName', + 'The name of the S3 bucket used to store the configuration history.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "The prefix for the specified S3 bucket.", + 's3KeyPrefix', + 'The prefix for the specified S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KmsKeyArn", - "The ARN of the AWS KMS key used to encrypt objects delivered by AWS Config. Must belong to the same Region as the destination S3 bucket.", + 's3KmsKeyArn', + 'The ARN of the AWS KMS key used to encrypt objects delivered by AWS Config. Must belong to the same Region as the destination S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "snapshotDeliveryProperties", - "Options for how AWS Config delivers configuration snapshots. See below", + 'snapshotDeliveryProperties', + 'Options for how AWS Config delivers configuration snapshots. See below', () => cfg_DeliveryChannelSnapshotDeliveryProperties_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cfg/OrganizationConformancePack.ts b/src/app/Models/codegen/aws/cfg/OrganizationConformancePack.ts index f61ff756f..4aa13fccf 100644 --- a/src/app/Models/codegen/aws/cfg/OrganizationConformancePack.ts +++ b/src/app/Models/codegen/aws/cfg/OrganizationConformancePack.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_OrganizationConformancePackInputParameter, cfg_OrganizationConformancePackInputParameter_GetTypes, -} from "../types/cfg_OrganizationConformancePackInputParameter"; +} from '../types/cfg_OrganizationConformancePackInputParameter'; export interface OrganizationConformancePackArgs { // Amazon S3 bucket where AWS Config stores conformance pack templates. Delivery bucket must begin with `awsconfigconforms` prefix. Maximum length of 63. @@ -62,56 +62,56 @@ export class OrganizationConformancePack extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "excludedAccounts", - "Set of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack. Maximum of 1000 accounts.", + 'excludedAccounts', + 'Set of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack. Maximum of 1000 accounts.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "inputParameters", - "Set of configuration blocks describing input parameters passed to the conformance pack template. Documented below. When configured, the parameters must also be included in the `template_body` or in the template stored in Amazon S3 if using `template_s3_uri`.", + 'inputParameters', + 'Set of configuration blocks describing input parameters passed to the conformance pack template. Documented below. When configured, the parameters must also be included in the `template_body` or in the template stored in Amazon S3 if using `template_s3_uri`.', () => cfg_OrganizationConformancePackInputParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the organization conformance pack. Must begin with a letter and contain from 1 to 128 alphanumeric characters and hyphens.", + 'name', + 'The name of the organization conformance pack. Must begin with a letter and contain from 1 to 128 alphanumeric characters and hyphens.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "templateBody", - "A string containing full conformance pack template body. Maximum length of 51200. Drift detection is not possible with this argument.", + 'templateBody', + 'A string containing full conformance pack template body. Maximum length of 51200. Drift detection is not possible with this argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateS3Uri", - "Location of file, e.g., `s3://bucketname/prefix`, containing the template body. The uri must point to the conformance pack template that is located in an Amazon S3 bucket in the same region as the conformance pack. Maximum length of 1024. Drift detection is not possible with this argument.", + 'templateS3Uri', + 'Location of file, e.g., `s3://bucketname/prefix`, containing the template body. The uri must point to the conformance pack template that is located in an Amazon S3 bucket in the same region as the conformance pack. Maximum length of 1024. Drift detection is not possible with this argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryS3Bucket", - "Amazon S3 bucket where AWS Config stores conformance pack templates. Delivery bucket must begin with `awsconfigconforms` prefix. Maximum length of 63.", + 'deliveryS3Bucket', + 'Amazon S3 bucket where AWS Config stores conformance pack templates. Delivery bucket must begin with `awsconfigconforms` prefix. Maximum length of 63.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryS3KeyPrefix", - "The prefix for the Amazon S3 bucket. Maximum length of 1024.", + 'deliveryS3KeyPrefix', + 'The prefix for the Amazon S3 bucket. Maximum length of 1024.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cfg/OrganizationCustomPolicyRule.ts b/src/app/Models/codegen/aws/cfg/OrganizationCustomPolicyRule.ts index f2ac928a8..585f60907 100644 --- a/src/app/Models/codegen/aws/cfg/OrganizationCustomPolicyRule.ts +++ b/src/app/Models/codegen/aws/cfg/OrganizationCustomPolicyRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationCustomPolicyRuleArgs { // policy definition containing the logic for your organization AWS Config Custom Policy rule @@ -102,104 +102,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "resourceIdScope", - "Identifier of the AWS resource to evaluate", + 'resourceIdScope', + 'Identifier of the AWS resource to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypesScopes", - "List of types of AWS resources to evaluate", + 'resourceTypesScopes', + 'List of types of AWS resources to evaluate', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tagValueScope", - "Tag value of AWS resources to evaluate", + 'tagValueScope', + 'Tag value of AWS resources to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policyText", - "policy definition containing the logic for your organization AWS Config Custom Policy rule", + 'policyText', + 'policy definition containing the logic for your organization AWS Config Custom Policy rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tagKeyScope", - "Tag key of AWS resources to evaluate", + 'tagKeyScope', + 'Tag key of AWS resources to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "triggerTypes", - "List of notification types that trigger AWS Config to run an evaluation for the rule. Valid values: `ConfigurationItemChangeNotification`, `OversizedConfigurationItemChangeNotification`\n\nThe following arguments are optional:", + 'triggerTypes', + 'List of notification types that trigger AWS Config to run an evaluation for the rule. Valid values: `ConfigurationItemChangeNotification`, `OversizedConfigurationItemChangeNotification`\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule", + 'description', + 'Description of the rule', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maximumExecutionFrequency", - "Maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.", + 'maximumExecutionFrequency', + 'Maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "debugLogDeliveryAccounts", - "List of AWS account identifiers to exclude from the rule", + 'debugLogDeliveryAccounts', + 'List of AWS account identifiers to exclude from the rule', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "name of the rule", + 'name', + 'name of the rule', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "excludedAccounts", - "List of AWS account identifiers to exclude from the rule", + 'excludedAccounts', + 'List of AWS account identifiers to exclude from the rule', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyRuntime", - "runtime system for your organization AWS Config Custom Policy rules", + 'policyRuntime', + 'runtime system for your organization AWS Config Custom Policy rules', () => [], true, false, ), new DynamicUIProps( InputType.String, - "inputParameters", - "A string in JSON format that is passed to the AWS Config Rule Lambda Function", + 'inputParameters', + 'A string in JSON format that is passed to the AWS Config Rule Lambda Function', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cfg/OrganizationCustomRule.ts b/src/app/Models/codegen/aws/cfg/OrganizationCustomRule.ts index d8f3d878a..864dd5b93 100644 --- a/src/app/Models/codegen/aws/cfg/OrganizationCustomRule.ts +++ b/src/app/Models/codegen/aws/cfg/OrganizationCustomRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationCustomRuleArgs { // A string in JSON format that is passed to the AWS Config Rule Lambda Function @@ -82,88 +82,88 @@ export class OrganizationCustomRule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "resourceTypesScopes", - "List of types of AWS resources to evaluate", + 'resourceTypesScopes', + 'List of types of AWS resources to evaluate', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "triggerTypes", - "List of notification types that trigger AWS Config to run an evaluation for the rule. Valid values: `ConfigurationItemChangeNotification`, `OversizedConfigurationItemChangeNotification`, and `ScheduledNotification`", + 'triggerTypes', + 'List of notification types that trigger AWS Config to run an evaluation for the rule. Valid values: `ConfigurationItemChangeNotification`, `OversizedConfigurationItemChangeNotification`, and `ScheduledNotification`', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "excludedAccounts", - "List of AWS account identifiers to exclude from the rule", + 'excludedAccounts', + 'List of AWS account identifiers to exclude from the rule', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "maximumExecutionFrequency", - "The maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.", + 'maximumExecutionFrequency', + 'The maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule", + 'name', + 'The name of the rule', () => [], false, true, ), new DynamicUIProps( InputType.String, - "inputParameters", - "A string in JSON format that is passed to the AWS Config Rule Lambda Function", + 'inputParameters', + 'A string in JSON format that is passed to the AWS Config Rule Lambda Function', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaFunctionArn", - "Amazon Resource Name (ARN) of the rule Lambda Function", + 'lambdaFunctionArn', + 'Amazon Resource Name (ARN) of the rule Lambda Function', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tagValueScope", - "Tag value of AWS resources to evaluate", + 'tagValueScope', + 'Tag value of AWS resources to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule", + 'description', + 'Description of the rule', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceIdScope", - "Identifier of the AWS resource to evaluate", + 'resourceIdScope', + 'Identifier of the AWS resource to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tagKeyScope", - "Tag key of AWS resources to evaluate", + 'tagKeyScope', + 'Tag key of AWS resources to evaluate', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cfg/OrganizationManagedRule.ts b/src/app/Models/codegen/aws/cfg/OrganizationManagedRule.ts index 294c1ecfe..3d72f276b 100644 --- a/src/app/Models/codegen/aws/cfg/OrganizationManagedRule.ts +++ b/src/app/Models/codegen/aws/cfg/OrganizationManagedRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationManagedRuleArgs { // Identifier of an available AWS Config Managed Rule to call. For available values, see the [List of AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html) documentation @@ -76,80 +76,80 @@ export class OrganizationManagedRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ruleIdentifier", - "Identifier of an available AWS Config Managed Rule to call. For available values, see the [List of AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html) documentation", + 'ruleIdentifier', + 'Identifier of an available AWS Config Managed Rule to call. For available values, see the [List of AWS Config Managed Rules](https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html) documentation', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule", + 'description', + 'Description of the rule', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypesScopes", - "List of types of AWS resources to evaluate", + 'resourceTypesScopes', + 'List of types of AWS resources to evaluate', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceIdScope", - "Identifier of the AWS resource to evaluate", + 'resourceIdScope', + 'Identifier of the AWS resource to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tagValueScope", - "Tag value of AWS resources to evaluate", + 'tagValueScope', + 'Tag value of AWS resources to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputParameters", - "A string in JSON format that is passed to the AWS Config Rule Lambda Function", + 'inputParameters', + 'A string in JSON format that is passed to the AWS Config Rule Lambda Function', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule", + 'name', + 'The name of the rule', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tagKeyScope", - "Tag key of AWS resources to evaluate", + 'tagKeyScope', + 'Tag key of AWS resources to evaluate', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludedAccounts", - "List of AWS account identifiers to exclude from the rule", + 'excludedAccounts', + 'List of AWS account identifiers to exclude from the rule', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "maximumExecutionFrequency", - "The maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.", + 'maximumExecutionFrequency', + 'The maximum frequency with which AWS Config runs evaluations for a rule, if the rule is triggered at a periodic frequency. Defaults to `TwentyFour_Hours` for periodic frequency triggered rules. Valid values: `One_Hour`, `Three_Hours`, `Six_Hours`, `Twelve_Hours`, or `TwentyFour_Hours`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cfg/Recorder.ts b/src/app/Models/codegen/aws/cfg/Recorder.ts index ac0e6b3ab..aaafb146f 100644 --- a/src/app/Models/codegen/aws/cfg/Recorder.ts +++ b/src/app/Models/codegen/aws/cfg/Recorder.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RecorderRecordingGroup, cfg_RecorderRecordingGroup_GetTypes, -} from "../types/cfg_RecorderRecordingGroup"; +} from '../types/cfg_RecorderRecordingGroup'; import { cfg_RecorderRecordingMode, cfg_RecorderRecordingMode_GetTypes, -} from "../types/cfg_RecorderRecordingMode"; +} from '../types/cfg_RecorderRecordingMode'; export interface RecorderArgs { // The name of the recorder. Defaults to `default`. Changing it recreates the resource. @@ -45,32 +45,32 @@ export class Recorder extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "recordingGroup", - "Recording group - see below.", + 'recordingGroup', + 'Recording group - see below.', () => cfg_RecorderRecordingGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "recordingMode", - "Recording mode - see below.", + 'recordingMode', + 'Recording mode - see below.', () => cfg_RecorderRecordingMode_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM role. Used to make read or write requests to the delivery channel and to describe the AWS resources associated with the account. See [AWS Docs](http://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html) for more details.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM role. Used to make read or write requests to the delivery channel and to describe the AWS resources associated with the account. See [AWS Docs](http://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the recorder. Defaults to `default`. Changing it recreates the resource.", + 'name', + 'The name of the recorder. Defaults to `default`. Changing it recreates the resource.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cfg/RecorderStatus.ts b/src/app/Models/codegen/aws/cfg/RecorderStatus.ts index ceab4fcfd..a3acd9ab6 100644 --- a/src/app/Models/codegen/aws/cfg/RecorderStatus.ts +++ b/src/app/Models/codegen/aws/cfg/RecorderStatus.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RecorderStatusArgs { // Whether the configuration recorder should be enabled or disabled. @@ -25,16 +25,16 @@ export class RecorderStatus extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the recorder", + 'name', + 'The name of the recorder', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isEnabled", - "Whether the configuration recorder should be enabled or disabled.", + 'isEnabled', + 'Whether the configuration recorder should be enabled or disabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cfg/RemediationConfiguration.ts b/src/app/Models/codegen/aws/cfg/RemediationConfiguration.ts index 198a5c9d9..591a6ce06 100644 --- a/src/app/Models/codegen/aws/cfg/RemediationConfiguration.ts +++ b/src/app/Models/codegen/aws/cfg/RemediationConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RemediationConfigurationExecutionControls, cfg_RemediationConfigurationExecutionControls_GetTypes, -} from "../types/cfg_RemediationConfigurationExecutionControls"; +} from '../types/cfg_RemediationConfigurationExecutionControls'; import { cfg_RemediationConfigurationParameter, cfg_RemediationConfigurationParameter_GetTypes, -} from "../types/cfg_RemediationConfigurationParameter"; +} from '../types/cfg_RemediationConfigurationParameter'; export interface RemediationConfigurationArgs { // Remediation is triggered automatically if `true`. @@ -92,80 +92,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "automatic", - "Remediation is triggered automatically if `true`.", + 'automatic', + 'Remediation is triggered automatically if `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "Type of resource.", + 'resourceType', + 'Type of resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetVersion", - "Version of the target. For example, version of the SSM document", + 'targetVersion', + 'Version of the target. For example, version of the SSM document', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Can be specified multiple times for each parameter. Each parameter block supports arguments below.", + 'parameters', + 'Can be specified multiple times for each parameter. Each parameter block supports arguments below.', () => cfg_RemediationConfigurationParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetType", - "Type of the target. Target executes remediation. For example, SSM document.\n\nThe following arguments are optional:", + 'targetType', + 'Type of the target. Target executes remediation. For example, SSM document.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "executionControls", - "Configuration block for execution controls. See below.", + 'executionControls', + 'Configuration block for execution controls. See below.', () => cfg_RemediationConfigurationExecutionControls_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumAutomaticAttempts", - "Maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.", + 'maximumAutomaticAttempts', + 'Maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retryAttemptSeconds", - "Maximum time in seconds that AWS Config runs auto-remediation. If you do not select a number, the default is 60 seconds.", + 'retryAttemptSeconds', + 'Maximum time in seconds that AWS Config runs auto-remediation. If you do not select a number, the default is 60 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configRuleName", - "Name of the AWS Config rule.", + 'configRuleName', + 'Name of the AWS Config rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetId", - "Target ID is the name of the public document.", + 'targetId', + 'Target ID is the name of the public document.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cfg/RetentionConfiguration.ts b/src/app/Models/codegen/aws/cfg/RetentionConfiguration.ts index 31df4fd5b..67431f920 100644 --- a/src/app/Models/codegen/aws/cfg/RetentionConfiguration.ts +++ b/src/app/Models/codegen/aws/cfg/RetentionConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RetentionConfigurationArgs { // The number of days AWS Config stores historical information. @@ -22,8 +22,8 @@ export class RetentionConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "retentionPeriodInDays", - "The number of days AWS Config stores historical information.", + 'retentionPeriodInDays', + 'The number of days AWS Config stores historical information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cfg/Rule.ts b/src/app/Models/codegen/aws/cfg/Rule.ts index 47d893330..19d735063 100644 --- a/src/app/Models/codegen/aws/cfg/Rule.ts +++ b/src/app/Models/codegen/aws/cfg/Rule.ts @@ -3,18 +3,18 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; -import { cfg_RuleScope, cfg_RuleScope_GetTypes } from "../types/cfg_RuleScope"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; +import { cfg_RuleScope, cfg_RuleScope_GetTypes } from '../types/cfg_RuleScope'; import { cfg_RuleSource, cfg_RuleSource_GetTypes, -} from "../types/cfg_RuleSource"; +} from '../types/cfg_RuleSource'; import { cfg_RuleEvaluationMode, cfg_RuleEvaluationMode_GetTypes, -} from "../types/cfg_RuleEvaluationMode"; +} from '../types/cfg_RuleEvaluationMode'; export interface RuleArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -79,64 +79,64 @@ export class Rule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "evaluationModes", - "The modes the Config rule can be evaluated in. See Evaluation Mode for more details.", + 'evaluationModes', + 'The modes the Config rule can be evaluated in. See Evaluation Mode for more details.', () => cfg_RuleEvaluationMode_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inputParameters", - "A string in JSON format that is passed to the AWS Config rule Lambda function.", + 'inputParameters', + 'A string in JSON format that is passed to the AWS Config rule Lambda function.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maximumExecutionFrequency", - "The maximum frequency with which AWS Config runs evaluations for a rule.", + 'maximumExecutionFrequency', + 'The maximum frequency with which AWS Config runs evaluations for a rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule", + 'name', + 'The name of the rule', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "scope", - "Scope defines which resources can trigger an evaluation for the rule. See Scope Below.", + 'scope', + 'Scope defines which resources can trigger an evaluation for the rule. See Scope Below.', () => cfg_RuleScope_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "source", - "Source specifies the rule owner, the rule identifier, and the notifications that cause the function to evaluate your AWS resources. See Source Below.", + 'source', + 'Source specifies the rule owner, the rule identifier, and the notifications that cause the function to evaluate your AWS resources. See Source Below.', () => cfg_RuleSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule", + 'description', + 'Description of the rule', () => [], false, false, diff --git a/src/app/Models/codegen/aws/chatbot/SlackChannelConfiguration.ts b/src/app/Models/codegen/aws/chatbot/SlackChannelConfiguration.ts index 3deb1f7a1..14918606c 100644 --- a/src/app/Models/codegen/aws/chatbot/SlackChannelConfiguration.ts +++ b/src/app/Models/codegen/aws/chatbot/SlackChannelConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chatbot_SlackChannelConfigurationTimeouts, chatbot_SlackChannelConfigurationTimeouts_GetTypes, -} from "../types/chatbot_SlackChannelConfigurationTimeouts"; +} from '../types/chatbot_SlackChannelConfigurationTimeouts'; export interface SlackChannelConfigurationArgs { // List of IAM policy ARNs that are applied as channel guardrails. The AWS managed `AdministratorAccess` policy is applied by default if this is not set. @@ -97,80 +97,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "userAuthorizationRequired", - "Enables use of a user role requirement in your chat configuration.", + 'userAuthorizationRequired', + 'Enables use of a user role requirement in your chat configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "User-defined role that AWS Chatbot assumes. This is not the service-linked role.", + 'iamRoleArn', + 'User-defined role that AWS Chatbot assumes. This is not the service-linked role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slackChannelId", - "ID of the Slack channel. For example, `C07EZ1ABC23`.", + 'slackChannelId', + 'ID of the Slack channel. For example, `C07EZ1ABC23`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slackTeamId", - "ID of the Slack workspace authorized with AWS Chatbot. For example, `T07EA123LEP`.\n\nThe following arguments are optional:", + 'slackTeamId', + 'ID of the Slack workspace authorized with AWS Chatbot. For example, `T07EA123LEP`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "guardrailPolicyArns", - "List of IAM policy ARNs that are applied as channel guardrails. The AWS managed `AdministratorAccess` policy is applied by default if this is not set.", + 'guardrailPolicyArns', + 'List of IAM policy ARNs that are applied as channel guardrails. The AWS managed `AdministratorAccess` policy is applied by default if this is not set.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loggingLevel", - "Logging levels include `ERROR`, `INFO`, or `NONE`.", + 'loggingLevel', + 'Logging levels include `ERROR`, `INFO`, or `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "snsTopicArns", - "ARNs of the SNS topics that deliver notifications to AWS Chatbot.", + 'snsTopicArns', + 'ARNs of the SNS topics that deliver notifications to AWS Chatbot.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource.", + 'tags', + 'Map of tags assigned to the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => chatbot_SlackChannelConfigurationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "configurationName", - "Name of the Slack channel configuration.", + 'configurationName', + 'Name of the Slack channel configuration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/chatbot/TeamsChannelConfiguration.ts b/src/app/Models/codegen/aws/chatbot/TeamsChannelConfiguration.ts index 83b412f24..68919c8a0 100644 --- a/src/app/Models/codegen/aws/chatbot/TeamsChannelConfiguration.ts +++ b/src/app/Models/codegen/aws/chatbot/TeamsChannelConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chatbot_TeamsChannelConfigurationTimeouts, chatbot_TeamsChannelConfigurationTimeouts_GetTypes, -} from "../types/chatbot_TeamsChannelConfigurationTimeouts"; +} from '../types/chatbot_TeamsChannelConfigurationTimeouts'; export interface TeamsChannelConfigurationArgs { // ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. @@ -109,104 +109,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "guardrailPolicyArns", - "List of IAM policy ARNs that are applied as channel guardrails. The AWS managed `AdministratorAccess` policy is applied by default if this is not set.", + 'guardrailPolicyArns', + 'List of IAM policy ARNs that are applied as channel guardrails. The AWS managed `AdministratorAccess` policy is applied by default if this is not set.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role.", + 'iamRoleArn', + 'ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tenantId", - "ID of the Microsoft Teams tenant.\n\nThe following arguments are optional:", + 'tenantId', + 'ID of the Microsoft Teams tenant.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "teamId", - "ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console.", + 'teamId', + 'ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "teamName", - "Name of the Microsoft Teams team.", + 'teamName', + 'Name of the Microsoft Teams team.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => chatbot_TeamsChannelConfigurationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "userAuthorizationRequired", - "Enables use of a user role requirement in your chat configuration.", + 'userAuthorizationRequired', + 'Enables use of a user role requirement in your chat configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "channelId", - "ID of the Microsoft Teams channel.", + 'channelId', + 'ID of the Microsoft Teams channel.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "channelName", - "Name of the Microsoft Teams channel.", + 'channelName', + 'Name of the Microsoft Teams channel.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loggingLevel", - "Logging levels include `ERROR`, `INFO`, or `NONE`.", + 'loggingLevel', + 'Logging levels include `ERROR`, `INFO`, or `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "snsTopicArns", - "ARNs of the SNS topics that deliver notifications to AWS Chatbot.", + 'snsTopicArns', + 'ARNs of the SNS topics that deliver notifications to AWS Chatbot.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "configurationName", - "Name of the Microsoft Teams channel configuration.", + 'configurationName', + 'Name of the Microsoft Teams channel configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource.", + 'tags', + 'Map of tags assigned to the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/chime/SdkvoiceGlobalSettings.ts b/src/app/Models/codegen/aws/chime/SdkvoiceGlobalSettings.ts index b15a1e7cb..dfc4be85d 100644 --- a/src/app/Models/codegen/aws/chime/SdkvoiceGlobalSettings.ts +++ b/src/app/Models/codegen/aws/chime/SdkvoiceGlobalSettings.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_SdkvoiceGlobalSettingsVoiceConnector, chime_SdkvoiceGlobalSettingsVoiceConnector_GetTypes, -} from "../types/chime_SdkvoiceGlobalSettingsVoiceConnector"; +} from '../types/chime_SdkvoiceGlobalSettingsVoiceConnector'; export interface SdkvoiceGlobalSettingsArgs { // The Voice Connector settings. See voice_connector. @@ -23,8 +23,8 @@ export class SdkvoiceGlobalSettings extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "voiceConnector", - "The Voice Connector settings. See voice_connector.", + 'voiceConnector', + 'The Voice Connector settings. See voice_connector.', () => chime_SdkvoiceGlobalSettingsVoiceConnector_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/chime/SdkvoiceSipMediaApplication.ts b/src/app/Models/codegen/aws/chime/SdkvoiceSipMediaApplication.ts index a12d1829e..90437eb72 100644 --- a/src/app/Models/codegen/aws/chime/SdkvoiceSipMediaApplication.ts +++ b/src/app/Models/codegen/aws/chime/SdkvoiceSipMediaApplication.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_SdkvoiceSipMediaApplicationEndpoints, chime_SdkvoiceSipMediaApplicationEndpoints_GetTypes, -} from "../types/chime_SdkvoiceSipMediaApplicationEndpoints"; +} from '../types/chime_SdkvoiceSipMediaApplicationEndpoints'; export interface SdkvoiceSipMediaApplicationArgs { // List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported. See `endpoints`. @@ -55,32 +55,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "endpoints", - "List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported. See `endpoints`.", + 'endpoints', + 'List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported. See `endpoints`.', () => chime_SdkvoiceSipMediaApplicationEndpoints_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the AWS Chime SDK Voice Sip Media Application.\n\nThe following arguments are optional:", + 'name', + 'The name of the AWS Chime SDK Voice Sip Media Application.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsRegion", - "The AWS Region in which the AWS Chime SDK Voice Sip Media Application is created.", + 'awsRegion', + 'The AWS Region in which the AWS Chime SDK Voice Sip Media Application is created.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/chime/SdkvoiceSipRule.ts b/src/app/Models/codegen/aws/chime/SdkvoiceSipRule.ts index ec190b16f..b04ba346a 100644 --- a/src/app/Models/codegen/aws/chime/SdkvoiceSipRule.ts +++ b/src/app/Models/codegen/aws/chime/SdkvoiceSipRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_SdkvoiceSipRuleTargetApplication, chime_SdkvoiceSipRuleTargetApplication_GetTypes, -} from "../types/chime_SdkvoiceSipRuleTargetApplication"; +} from '../types/chime_SdkvoiceSipRuleTargetApplication'; export interface SdkvoiceSipRuleArgs { // The name of the SIP rule. @@ -55,31 +55,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "The name of the SIP rule.", + 'name', + 'The name of the SIP rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetApplications", - "List of SIP media applications with priority and AWS Region. Only one SIP application per AWS Region can be used. See `target_applications`.", + 'targetApplications', + 'List of SIP media applications with priority and AWS Region. Only one SIP application per AWS Region can be used. See `target_applications`.', () => chime_SdkvoiceSipRuleTargetApplication_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "triggerType", - "The type of trigger assigned to the SIP rule in `trigger_value`. Valid values are `RequestUriHostname` or `ToPhoneNumber`.", + 'triggerType', + 'The type of trigger assigned to the SIP rule in `trigger_value`. Valid values are `RequestUriHostname` or `ToPhoneNumber`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "triggerValue", + 'triggerValue', 'If `trigger_type` is `RequestUriHostname`, the value can be the outbound host name of an Amazon Chime Voice Connector. If `trigger_type` is `ToPhoneNumber`, the value can be a customer-owned phone number in the E164 format. The Sip Media Application specified in the Sip Rule is triggered if the request URI in an incoming SIP request matches the `RequestUriHostname`, or if the "To" header in the incoming SIP request matches the `ToPhoneNumber` value.\n\nThe following arguments are optional:', () => [], true, @@ -87,8 +87,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "disabled", - "Enables or disables a rule. You must disable rules before you can delete them.", + 'disabled', + 'Enables or disables a rule. You must disable rules before you can delete them.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/chime/SdkvoiceVoiceProfileDomain.ts b/src/app/Models/codegen/aws/chime/SdkvoiceVoiceProfileDomain.ts index 741ca0e93..ba9223544 100644 --- a/src/app/Models/codegen/aws/chime/SdkvoiceVoiceProfileDomain.ts +++ b/src/app/Models/codegen/aws/chime/SdkvoiceVoiceProfileDomain.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration, chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration_GetTypes, -} from "../types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration"; +} from '../types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration'; export interface SdkvoiceVoiceProfileDomainArgs { // Description of Voice Profile Domain. @@ -47,24 +47,24 @@ export class SdkvoiceVoiceProfileDomain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of Voice Profile Domain.", + 'description', + 'Description of Voice Profile Domain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of Voice Profile Domain.", + 'name', + 'Name of Voice Profile Domain.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryptionConfiguration", - "Configuration for server side encryption.", + 'serverSideEncryptionConfiguration', + 'Configuration for server side encryption.', () => chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration_GetTypes(), true, @@ -72,8 +72,8 @@ export class SdkvoiceVoiceProfileDomain extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnector.ts b/src/app/Models/codegen/aws/chime/VoiceConnector.ts index 57a7ab40b..d07f68310 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnector.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnector.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VoiceConnectorArgs { // The AWS Region in which the Amazon Chime Voice Connector is created. Default value: `us-east-1` @@ -54,32 +54,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsRegion", - "The AWS Region in which the Amazon Chime Voice Connector is created. Default value: `us-east-1`", + 'awsRegion', + 'The AWS Region in which the Amazon Chime Voice Connector is created. Default value: `us-east-1`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Amazon Chime Voice Connector.", + 'name', + 'The name of the Amazon Chime Voice Connector.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireEncryption", - "When enabled, requires encryption for the Amazon Chime Voice Connector.\n\nThe following arguments are optional:", + 'requireEncryption', + 'When enabled, requires encryption for the Amazon Chime Voice Connector.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorGroup.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorGroup.ts index 14fa4f7d5..391411ed0 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorGroup.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_VoiceConnectorGroupConnector, chime_VoiceConnectorGroupConnector_GetTypes, -} from "../types/chime_VoiceConnectorGroupConnector"; +} from '../types/chime_VoiceConnectorGroupConnector'; export interface VoiceConnectorGroupArgs { // The name of the Amazon Chime Voice Connector group. @@ -29,16 +29,16 @@ export class VoiceConnectorGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Amazon Chime Voice Connector group.", + 'name', + 'The name of the Amazon Chime Voice Connector group.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "connectors", - "The Amazon Chime Voice Connectors to route inbound calls to.", + 'connectors', + 'The Amazon Chime Voice Connectors to route inbound calls to.', () => chime_VoiceConnectorGroupConnector_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorLogging.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorLogging.ts index 252da88dd..2a9884515 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorLogging.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorLogging.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VoiceConnectorLoggingArgs { // When true, enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs. @@ -31,24 +31,24 @@ export class VoiceConnectorLogging extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enableMediaMetricLogs", - "When true, enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.", + 'enableMediaMetricLogs', + 'When true, enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableSipLogs", - "When true, enables SIP message logs for sending to Amazon CloudWatch Logs.", + 'enableSipLogs', + 'When true, enables SIP message logs for sending to Amazon CloudWatch Logs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "voiceConnectorId", - "The Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'The Amazon Chime Voice Connector ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorOrganization.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorOrganization.ts index cfe77dd1b..35afc5a47 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorOrganization.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorOrganization.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_VoiceConnectorOrganizationRoute, chime_VoiceConnectorOrganizationRoute_GetTypes, -} from "../types/chime_VoiceConnectorOrganizationRoute"; +} from '../types/chime_VoiceConnectorOrganizationRoute'; export interface VoiceConnectorOrganizationArgs { // When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. @@ -35,24 +35,24 @@ export class VoiceConnectorOrganization extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "disabled", - "When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.", + 'disabled', + 'When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routes", - "Set of call distribution properties defined for your SIP hosts. See route below for more details. Minimum of 1. Maximum of 20.", + 'routes', + 'Set of call distribution properties defined for your SIP hosts. See route below for more details. Minimum of 1. Maximum of 20.', () => chime_VoiceConnectorOrganizationRoute_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "voiceConnectorId", - "The Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'The Amazon Chime Voice Connector ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorStreaming.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorStreaming.ts index b9c438a44..76903f0b3 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorStreaming.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorStreaming.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_VoiceConnectorStreamingMediaInsightsConfiguration, chime_VoiceConnectorStreamingMediaInsightsConfiguration_GetTypes, -} from "../types/chime_VoiceConnectorStreamingMediaInsightsConfiguration"; +} from '../types/chime_VoiceConnectorStreamingMediaInsightsConfiguration'; export interface VoiceConnectorStreamingArgs { // The streaming notification targets. Valid Values: `EventBridge | SNS | SQS` @@ -47,24 +47,24 @@ export class VoiceConnectorStreaming extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "dataRetention", - "The retention period, in hours, for the Amazon Kinesis data.", + 'dataRetention', + 'The retention period, in hours, for the Amazon Kinesis data.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "When true, media streaming to Amazon Kinesis is turned off. Default: `false`", + 'disabled', + 'When true, media streaming to Amazon Kinesis is turned off. Default: `false`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "mediaInsightsConfiguration", - "The media insights configuration. See `media_insights_configuration`.", + 'mediaInsightsConfiguration', + 'The media insights configuration. See `media_insights_configuration`.', () => chime_VoiceConnectorStreamingMediaInsightsConfiguration_GetTypes(), false, @@ -72,16 +72,16 @@ export class VoiceConnectorStreaming extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "streamingNotificationTargets", - "The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`", + 'streamingNotificationTargets', + 'The streaming notification targets. Valid Values: `EventBridge | SNS | SQS`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "voiceConnectorId", - "The Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'The Amazon Chime Voice Connector ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorTermination.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorTermination.ts index 8ab855efa..994efc953 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorTermination.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorTermination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VoiceConnectorTerminationArgs { // The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. @@ -49,48 +49,48 @@ export class VoiceConnectorTermination extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "defaultPhoneNumber", - "The default caller ID phone number.", + 'defaultPhoneNumber', + 'The default caller ID phone number.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "When termination settings are disabled, outbound calls can not be made.", + 'disabled', + 'When termination settings are disabled, outbound calls can not be made.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "voiceConnectorId", - "The Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'The Amazon Chime Voice Connector ID.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "callingRegions", - "The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.", + 'callingRegions', + 'The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "cidrAllowLists", - "The IP addresses allowed to make calls, in CIDR format.", + 'cidrAllowLists', + 'The IP addresses allowed to make calls, in CIDR format.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "cpsLimit", - "The limit on calls per second. Max value based on account service quota. Default value of `1`.", + 'cpsLimit', + 'The limit on calls per second. Max value based on account service quota. Default value of `1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/chime/VoiceConnectorTerminationCredentials.ts b/src/app/Models/codegen/aws/chime/VoiceConnectorTerminationCredentials.ts index 1720bccb6..2b128a691 100644 --- a/src/app/Models/codegen/aws/chime/VoiceConnectorTerminationCredentials.ts +++ b/src/app/Models/codegen/aws/chime/VoiceConnectorTerminationCredentials.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chime_VoiceConnectorTerminationCredentialsCredential, chime_VoiceConnectorTerminationCredentialsCredential_GetTypes, -} from "../types/chime_VoiceConnectorTerminationCredentialsCredential"; +} from '../types/chime_VoiceConnectorTerminationCredentialsCredential'; export interface VoiceConnectorTerminationCredentialsArgs { // List of termination SIP credentials. @@ -29,16 +29,16 @@ export class VoiceConnectorTerminationCredentials extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "voiceConnectorId", - "Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'Amazon Chime Voice Connector ID.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "credentials", - "List of termination SIP credentials.", + 'credentials', + 'List of termination SIP credentials.', () => chime_VoiceConnectorTerminationCredentialsCredential_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/chimesdkmediapipelines/MediaInsightsPipelineConfiguration.ts b/src/app/Models/codegen/aws/chimesdkmediapipelines/MediaInsightsPipelineConfiguration.ts index fbcd75c55..6912b5be4 100644 --- a/src/app/Models/codegen/aws/chimesdkmediapipelines/MediaInsightsPipelineConfiguration.ts +++ b/src/app/Models/codegen/aws/chimesdkmediapipelines/MediaInsightsPipelineConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration_GetTypes, -} from "../types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration"; +} from '../types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement_GetTypes, -} from "../types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement"; +} from '../types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement'; export interface MediaInsightsPipelineConfigurationArgs { // Configuration name. @@ -57,16 +57,16 @@ export class MediaInsightsPipelineConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Configuration name.", + 'name', + 'Configuration name.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "realTimeAlertConfiguration", - "Configuration for real-time alert rules to send EventBridge notifications when certain conditions are met.", + 'realTimeAlertConfiguration', + 'Configuration for real-time alert rules to send EventBridge notifications when certain conditions are met.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration_GetTypes(), false, @@ -74,24 +74,24 @@ export class MediaInsightsPipelineConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.String, - "resourceAccessRoleArn", - "ARN of IAM Role used by service to invoke processors and sinks specified by configuration elements.", + 'resourceAccessRoleArn', + 'ARN of IAM Role used by service to invoke processors and sinks specified by configuration elements.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags for the resource.", + 'tags', + 'Key-value map of tags for the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "elements", - "Collection of processors and sinks to transform media and deliver data.", + 'elements', + 'Collection of processors and sinks to transform media and deliver data.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/cleanrooms/Collaboration.ts b/src/app/Models/codegen/aws/cleanrooms/Collaboration.ts index e1ef735e2..25c453919 100644 --- a/src/app/Models/codegen/aws/cleanrooms/Collaboration.ts +++ b/src/app/Models/codegen/aws/cleanrooms/Collaboration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cleanrooms_CollaborationDataEncryptionMetadata, cleanrooms_CollaborationDataEncryptionMetadata_GetTypes, -} from "../types/cleanrooms_CollaborationDataEncryptionMetadata"; +} from '../types/cleanrooms_CollaborationDataEncryptionMetadata'; import { cleanrooms_CollaborationMember, cleanrooms_CollaborationMember_GetTypes, -} from "../types/cleanrooms_CollaborationMember"; +} from '../types/cleanrooms_CollaborationMember'; export interface CollaborationArgs { /* @@ -120,64 +120,64 @@ The date and time the collaboration was created. return [ new DynamicUIProps( InputType.Array, - "members", - "Additional members of the collaboration which will be invited to join the collaboration.\n* `member.account_id` - (Required - Forces new resource) - The account id for the invited member.\n* `member.display_name` - (Required - Forces new resource) - The display name for the invited member.\n* `member.member_abilities` - (Required - Forces new resource) - The list of abilities for the invited member. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-creatorMemberAbilities).", + 'members', + 'Additional members of the collaboration which will be invited to join the collaboration.\n* `member.account_id` - (Required - Forces new resource) - The account id for the invited member.\n* `member.display_name` - (Required - Forces new resource) - The display name for the invited member.\n* `member.member_abilities` - (Required - Forces new resource) - The list of abilities for the invited member. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-creatorMemberAbilities).', () => cleanrooms_CollaborationMember_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the collaboration. Collaboration names do not need to be unique.", + 'name', + 'The name of the collaboration. Collaboration names do not need to be unique.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queryLogStatus", - "Determines if members of the collaboration can enable query logs within their own.\nemberships. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-queryLogStatus).", + 'queryLogStatus', + 'Determines if members of the collaboration can enable query logs within their own.\nemberships. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-queryLogStatus).', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key value pairs which tag the collaboration.", + 'tags', + 'Key value pairs which tag the collaboration.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "creatorDisplayName", - "The name for the member record for the collaboration creator.", + 'creatorDisplayName', + 'The name for the member record for the collaboration creator.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "creatorMemberAbilities", - "The list of member abilities for the creator of the collaboration. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-creatorMemberAbilities).", + 'creatorMemberAbilities', + 'The list of member abilities for the creator of the collaboration. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-creatorMemberAbilities).', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "dataEncryptionMetadata", - "a collection of settings which determine how the [c3r client](https://docs.aws.amazon.com/clean-rooms/latest/userguide/crypto-computing.html) will encrypt data for use within this collaboration.\n* `data_encryption_metadata.allow_clear_text` - (Required - Forces new resource) - Indicates whether encrypted tables can contain cleartext data. This is a boolea\nfield.\n* `data_encryption_metadata.allow_duplicates` - (Required - Forces new resource ) - Indicates whether Fingerprint columns can contain duplicate entries. This is a\nboolean field.\n* `data_encryption_metadata.allow_joins_on_columns_with_different_names` - (Required - Forces new resource) - Indicates whether Fingerprint columns can be joined\nn any other Fingerprint column with a different name. This is a boolean field.\n* `data_encryption_metadata.preserve_nulls` - (Required - Forces new resource) - Indicates whether NULL values are to be copied as NULL to encrypted tables (true)\nor cryptographically processed (false).", + 'dataEncryptionMetadata', + 'a collection of settings which determine how the [c3r client](https://docs.aws.amazon.com/clean-rooms/latest/userguide/crypto-computing.html) will encrypt data for use within this collaboration.\n* `data_encryption_metadata.allow_clear_text` - (Required - Forces new resource) - Indicates whether encrypted tables can contain cleartext data. This is a boolea\nfield.\n* `data_encryption_metadata.allow_duplicates` - (Required - Forces new resource ) - Indicates whether Fingerprint columns can contain duplicate entries. This is a\nboolean field.\n* `data_encryption_metadata.allow_joins_on_columns_with_different_names` - (Required - Forces new resource) - Indicates whether Fingerprint columns can be joined\nn any other Fingerprint column with a different name. This is a boolean field.\n* `data_encryption_metadata.preserve_nulls` - (Required - Forces new resource) - Indicates whether NULL values are to be copied as NULL to encrypted tables (true)\nor cryptographically processed (false).', () => cleanrooms_CollaborationDataEncryptionMetadata_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for a collaboration.", + 'description', + 'A description for a collaboration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cleanrooms/ConfiguredTable.ts b/src/app/Models/codegen/aws/cleanrooms/ConfiguredTable.ts index 5ffc52244..cc6c77182 100644 --- a/src/app/Models/codegen/aws/cleanrooms/ConfiguredTable.ts +++ b/src/app/Models/codegen/aws/cleanrooms/ConfiguredTable.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cleanrooms_ConfiguredTableTableReference, cleanrooms_ConfiguredTableTableReference_GetTypes, -} from "../types/cleanrooms_ConfiguredTableTableReference"; +} from '../types/cleanrooms_ConfiguredTableTableReference'; export interface ConfiguredTableArgs { /* @@ -73,48 +73,48 @@ A reference to the AWS Glue table which will be used to create the configured ta return [ new DynamicUIProps( InputType.Object, - "tableReference", - "A reference to the AWS Glue table which will be used to create the configured table.\n* `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table.\n* `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.", + 'tableReference', + 'A reference to the AWS Glue table which will be used to create the configured table.\n* `table_reference.database_name` - (Required - Forces new resource) - The name of the AWS Glue database which contains the table.\n* `table_reference.table_name` - (Required - Forces new resource) - The name of the AWS Glue table which will be used to create the configured table.', () => cleanrooms_ConfiguredTableTableReference_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key value pairs which tag the configured table.", + 'tags', + 'Key value pairs which tag the configured table.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowedColumns", - "The columns of the references table which will be included in the configured table.", + 'allowedColumns', + 'The columns of the references table which will be included in the configured table.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "analysisMethod", - "The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.", + 'analysisMethod', + 'The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description for the configured table.", + 'description', + 'A description for the configured table.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the configured table.", + 'name', + 'The name of the configured table.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloud9/EnvironmentEC2.ts b/src/app/Models/codegen/aws/cloud9/EnvironmentEC2.ts index 68ef1b196..62aad3c12 100644 --- a/src/app/Models/codegen/aws/cloud9/EnvironmentEC2.ts +++ b/src/app/Models/codegen/aws/cloud9/EnvironmentEC2.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvironmentEC2Args { // The description of the environment. @@ -96,31 +96,31 @@ The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 return [ new DynamicUIProps( InputType.String, - "description", - "The description of the environment.", + 'description', + 'The description of the environment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionType", - "The connection type used for connecting to an Amazon EC2 environment. Valid values are `CONNECT_SSH` and `CONNECT_SSM`. For more information please refer [AWS documentation for Cloud9](https://docs.aws.amazon.com/cloud9/latest/user-guide/ec2-ssm.html).", + 'connectionType', + 'The connection type used for connecting to an Amazon EC2 environment. Valid values are `CONNECT_SSH` and `CONNECT_SSM`. For more information please refer [AWS documentation for Cloud9](https://docs.aws.amazon.com/cloud9/latest/user-guide/ec2-ssm.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The type of instance to connect to the environment, e.g., `t2.micro`.", + 'instanceType', + 'The type of instance to connect to the environment, e.g., `t2.micro`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ownerArn", + 'ownerArn', "The ARN of the environment owner. This can be ARN of any AWS IAM principal. Defaults to the environment's creator.", () => [], false, @@ -128,23 +128,23 @@ The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.", + 'subnetId', + 'The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "automaticStopTimeMinutes", - "The number of minutes until the running instance is shut down after the environment has last been used.", + 'automaticStopTimeMinutes', + 'The number of minutes until the running instance is shut down after the environment has last been used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageId", + 'imageId', "The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. Valid values are\n* `amazonlinux-2-x86_64`\n* `amazonlinux-2023-x86_64`\n* `ubuntu-18.04-x86_64`\n* `ubuntu-22.04-x86_64`\n* `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`\n* `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`\n* `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`\n* `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`", () => [], true, @@ -152,16 +152,16 @@ The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 ), new DynamicUIProps( InputType.String, - "name", - "The name of the environment.", + 'name', + 'The name of the environment.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloud9/EnvironmentMembership.ts b/src/app/Models/codegen/aws/cloud9/EnvironmentMembership.ts index 9c93f9c47..3d355a5f6 100644 --- a/src/app/Models/codegen/aws/cloud9/EnvironmentMembership.ts +++ b/src/app/Models/codegen/aws/cloud9/EnvironmentMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvironmentMembershipArgs { // The ID of the environment that contains the environment member you want to add. @@ -34,24 +34,24 @@ export class EnvironmentMembership extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "environmentId", - "The ID of the environment that contains the environment member you want to add.", + 'environmentId', + 'The ID of the environment that contains the environment member you want to add.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "permissions", - "The type of environment member permissions you want to associate with this environment member. Allowed values are `read-only` and `read-write` .", + 'permissions', + 'The type of environment member permissions you want to associate with this environment member. Allowed values are `read-only` and `read-write` .', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userArn", - "The Amazon Resource Name (ARN) of the environment member you want to add.", + 'userArn', + 'The Amazon Resource Name (ARN) of the environment member you want to add.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cloudcontrol/Resource.ts b/src/app/Models/codegen/aws/cloudcontrol/Resource.ts index b04e6fc9f..d5e75648c 100644 --- a/src/app/Models/codegen/aws/cloudcontrol/Resource.ts +++ b/src/app/Models/codegen/aws/cloudcontrol/Resource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceArgs { // JSON string matching the CloudFormation resource type schema with desired configuration. @@ -54,40 +54,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "desiredState", - "JSON string matching the CloudFormation resource type schema with desired configuration.", + 'desiredState', + 'JSON string matching the CloudFormation resource type schema with desired configuration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM Role to assume for operations.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM Role to assume for operations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schema", - "JSON string of the CloudFormation resource type schema which is used for plan time validation where possible. Automatically fetched if not provided. In large scale environments with multiple resources using the same `type_name`, it is recommended to fetch the schema once via the `aws.cloudformation.CloudFormationType` data source and use this argument to reduce `DescribeType` API operation throttling. This value is marked sensitive only to prevent large plan differences from showing.", + 'schema', + 'JSON string of the CloudFormation resource type schema which is used for plan time validation where possible. Automatically fetched if not provided. In large scale environments with multiple resources using the same `type_name`, it is recommended to fetch the schema once via the `aws.cloudformation.CloudFormationType` data source and use this argument to reduce `DescribeType` API operation throttling. This value is marked sensitive only to prevent large plan differences from showing.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "typeName", - "CloudFormation resource type name. For example, `AWS::EC2::VPC`.\n\nThe following arguments are optional:", + 'typeName', + 'CloudFormation resource type name. For example, `AWS::EC2::VPC`.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "typeVersionId", - "Identifier of the CloudFormation resource type version.", + 'typeVersionId', + 'Identifier of the CloudFormation resource type version.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudformation/CloudFormationType.ts b/src/app/Models/codegen/aws/cloudformation/CloudFormationType.ts index 35333cefb..9a2d3d192 100644 --- a/src/app/Models/codegen/aws/cloudformation/CloudFormationType.ts +++ b/src/app/Models/codegen/aws/cloudformation/CloudFormationType.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudformation_CloudFormationTypeLoggingConfig, cloudformation_CloudFormationTypeLoggingConfig_GetTypes, -} from "../types/cloudformation_CloudFormationTypeLoggingConfig"; +} from '../types/cloudformation_CloudFormationTypeLoggingConfig'; export interface CloudFormationTypeArgs { // Configuration block containing logging configuration. @@ -83,40 +83,40 @@ export class CloudFormationType extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "typeName", - "CloudFormation Type name. For example, `ExampleCompany::ExampleService::ExampleResource`.", + 'typeName', + 'CloudFormation Type name. For example, `ExampleCompany::ExampleService::ExampleResource`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.", + 'executionRoleArn', + 'Amazon Resource Name (ARN) of the IAM Role for CloudFormation to assume when invoking the extension. If your extension calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the extension handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the extension handler, thereby supplying your extension with the appropriate credentials.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Configuration block containing logging configuration.", + 'loggingConfig', + 'Configuration block containing logging configuration.', () => cloudformation_CloudFormationTypeLoggingConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "schemaHandlerPackage", - "URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with `s3://` or `https://`. For example, `s3://example-bucket/example-object`.", + 'schemaHandlerPackage', + 'URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register. Must begin with `s3://` or `https://`. For example, `s3://example-bucket/example-object`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "CloudFormation Registry Type. For example, `RESOURCE` or `MODULE`.", + 'type', + 'CloudFormation Registry Type. For example, `RESOURCE` or `MODULE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudformation/Stack.ts b/src/app/Models/codegen/aws/cloudformation/Stack.ts index 5f8fec069..63f8ae644 100644 --- a/src/app/Models/codegen/aws/cloudformation/Stack.ts +++ b/src/app/Models/codegen/aws/cloudformation/Stack.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StackArgs { /* @@ -127,79 +127,79 @@ one of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. Conflicts with `disable_rollback` return [ new DynamicUIProps( InputType.Array, - "capabilities", - "A list of capabilities.\nValid values: `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, or `CAPABILITY_AUTO_EXPAND`", + 'capabilities', + 'A list of capabilities.\nValid values: `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, or `CAPABILITY_AUTO_EXPAND`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateUrl", - "Location of a file containing the template body (max size: 460,800 bytes).", + 'templateUrl', + 'Location of a file containing the template body (max size: 460,800 bytes).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateBody", - "Structure containing the template body (max size: 51,200 bytes).", + 'templateBody', + 'Structure containing the template body (max size: 51,200 bytes).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notificationArns", - "A list of SNS topic ARNs to publish stack related events.", + 'notificationArns', + 'A list of SNS topic ARNs to publish stack related events.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags to associate with this stack. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags to associate with this stack. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "A map of Parameter structures that specify input parameters for the stack.", + 'parameters', + 'A map of Parameter structures that specify input parameters for the stack.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyBody", - "Structure containing the stack policy body.\nConflicts w/ `policy_url`.", + 'policyBody', + 'Structure containing the stack policy body.\nConflicts w/ `policy_url`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policyUrl", - "Location of a file containing the stack policy.\nConflicts w/ `policy_body`.", + 'policyUrl', + 'Location of a file containing the stack policy.\nConflicts w/ `policy_body`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableRollback", - "Set to true to disable rollback of the stack if stack creation failed.\nConflicts with `on_failure`.", + 'disableRollback', + 'Set to true to disable rollback of the stack if stack creation failed.\nConflicts with `on_failure`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "iamRoleArn", + 'iamRoleArn', "The ARN of an IAM role that AWS CloudFormation assumes to create the stack. If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.", () => [], false, @@ -207,24 +207,24 @@ one of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. Conflicts with `disable_rollback` ), new DynamicUIProps( InputType.String, - "onFailure", - "Action to be taken if stack creation fails. This must be\none of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. Conflicts with `disable_rollback`.", + 'onFailure', + 'Action to be taken if stack creation fails. This must be\none of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. Conflicts with `disable_rollback`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "timeoutInMinutes", - "The amount of time that can pass before the stack status becomes `CREATE_FAILED`.", + 'timeoutInMinutes', + 'The amount of time that can pass before the stack status becomes `CREATE_FAILED`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Stack name.", + 'name', + 'Stack name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudformation/StackSet.ts b/src/app/Models/codegen/aws/cloudformation/StackSet.ts index 2dad2720f..12858dad5 100644 --- a/src/app/Models/codegen/aws/cloudformation/StackSet.ts +++ b/src/app/Models/codegen/aws/cloudformation/StackSet.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudformation_StackSetAutoDeployment, cloudformation_StackSetAutoDeployment_GetTypes, -} from "../types/cloudformation_StackSetAutoDeployment"; +} from '../types/cloudformation_StackSetAutoDeployment'; import { cloudformation_StackSetOperationPreferences, cloudformation_StackSetOperationPreferences_GetTypes, -} from "../types/cloudformation_StackSetOperationPreferences"; +} from '../types/cloudformation_StackSetOperationPreferences'; import { cloudformation_StackSetManagedExecution, cloudformation_StackSetManagedExecution_GetTypes, -} from "../types/cloudformation_StackSetManagedExecution"; +} from '../types/cloudformation_StackSetManagedExecution'; export interface StackSetArgs { // Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model. @@ -118,47 +118,47 @@ export class StackSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "permissionModel", - "Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.", + 'permissionModel', + 'Describes how the IAM roles required for your StackSet are created. Valid values: `SELF_MANAGED` (default), `SERVICE_MANAGED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Key-value map of input parameters for the StackSet template. All template parameters, including those with a `Default`, must be configured or ignored with `lifecycle` configuration block `ignore_changes` argument. All `NoEcho` template parameters must be ignored with the `lifecycle` configuration block `ignore_changes` argument.", + 'parameters', + 'Key-value map of input parameters for the StackSet template. All template parameters, including those with a `Default`, must be configured or ignored with `lifecycle` configuration block `ignore_changes` argument. All `NoEcho` template parameters must be ignored with the `lifecycle` configuration block `ignore_changes` argument.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "executionRoleName", - "Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.", + 'executionRoleName', + 'Name of the IAM Role in all target accounts for StackSet operations. Defaults to `AWSCloudFormationStackSetExecutionRole` when using the `SELF_MANAGED` permission model. This should not be defined when using the `SERVICE_MANAGED` permission model.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "managedExecution", - "Configuration block to allow StackSets to perform non-conflicting operations concurrently and queues conflicting operations.", + 'managedExecution', + 'Configuration block to allow StackSets to perform non-conflicting operations concurrently and queues conflicting operations.', () => cloudformation_StackSetManagedExecution_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoDeployment", - "Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.", + 'autoDeployment', + 'Configuration block containing the auto-deployment model for your StackSet. This can only be defined when using the `SERVICE_MANAGED` permission model.', () => cloudformation_StackSetAutoDeployment_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "callAs", + 'callAs', "Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid values: `SELF` (default), `DELEGATED_ADMIN`.", () => [], false, @@ -166,64 +166,64 @@ export class StackSet extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "capabilities", - "A list of capabilities. Valid values: `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_AUTO_EXPAND`.", + 'capabilities', + 'A list of capabilities. Valid values: `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_AUTO_EXPAND`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateBody", - "String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.", + 'templateBody', + 'String containing the CloudFormation template body. Maximum size: 51,200 bytes. Conflicts with `template_url`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateUrl", - "String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes. Conflicts with `template_body`.", + 'templateUrl', + 'String containing the location of a file containing the CloudFormation template body. The URL must point to a template that is located in an Amazon S3 bucket. Maximum location file size: 460,800 bytes. Conflicts with `template_body`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "operationPreferences", - "Preferences for how AWS CloudFormation performs a stack set update.", + 'operationPreferences', + 'Preferences for how AWS CloudFormation performs a stack set update.', () => cloudformation_StackSetOperationPreferences_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags to associate with this StackSet and the Stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the Stacks. A maximum number of 50 tags can be specified. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of tags to associate with this StackSet and the Stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the Stacks. A maximum number of 50 tags can be specified. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "administrationRoleArn", - "Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.", + 'administrationRoleArn', + 'Amazon Resource Number (ARN) of the IAM Role in the administrator account. This must be defined when using the `SELF_MANAGED` permission model.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the StackSet.", + 'description', + 'Description of the StackSet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the StackSet. The name must be unique in the region where you create your StackSet. The name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 128 characters.", + 'name', + 'Name of the StackSet. The name must be unique in the region where you create your StackSet. The name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 128 characters.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudformation/StackSetInstance.ts b/src/app/Models/codegen/aws/cloudformation/StackSetInstance.ts index 03c2cfd56..fd1a63753 100644 --- a/src/app/Models/codegen/aws/cloudformation/StackSetInstance.ts +++ b/src/app/Models/codegen/aws/cloudformation/StackSetInstance.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudformation_StackSetInstanceOperationPreferences, cloudformation_StackSetInstanceOperationPreferences_GetTypes, -} from "../types/cloudformation_StackSetInstanceOperationPreferences"; +} from '../types/cloudformation_StackSetInstanceOperationPreferences'; import { cloudformation_StackSetInstanceDeploymentTargets, cloudformation_StackSetInstanceDeploymentTargets_GetTypes, -} from "../types/cloudformation_StackSetInstanceDeploymentTargets"; +} from '../types/cloudformation_StackSetInstanceDeploymentTargets'; import { cloudformation_StackSetInstanceStackInstanceSummary, cloudformation_StackSetInstanceStackInstanceSummary_GetTypes, -} from "../types/cloudformation_StackSetInstanceStackInstanceSummary"; +} from '../types/cloudformation_StackSetInstanceStackInstanceSummary'; export interface StackSetInstanceArgs { // Preferences for how AWS CloudFormation performs a stack set operation. @@ -82,7 +82,7 @@ export class StackSetInstance extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "deploymentTargets", + 'deploymentTargets', "AWS Organizations accounts to which StackSets deploys. StackSets doesn't deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization. Drift detection is not possible for this argument. See deployment_targets below.", () => cloudformation_StackSetInstanceDeploymentTargets_GetTypes(), false, @@ -90,55 +90,55 @@ export class StackSetInstance extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "operationPreferences", - "Preferences for how AWS CloudFormation performs a stack set operation.", + 'operationPreferences', + 'Preferences for how AWS CloudFormation performs a stack set operation.', () => cloudformation_StackSetInstanceOperationPreferences_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "parameterOverrides", - "Key-value map of input parameters to override from the StackSet for this Instance.", + 'parameterOverrides', + 'Key-value map of input parameters to override from the StackSet for this Instance.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "Target AWS Region to create a Stack based on the StackSet. Defaults to current region.", + 'region', + 'Target AWS Region to create a Stack based on the StackSet. Defaults to current region.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "retainStack", - "During resource destroy, remove Instance from StackSet while keeping the Stack and its associated resources. Must be enabled in the state _before_ destroy operation to take effect. You cannot reassociate a retained Stack or add an existing, saved Stack to a new StackSet. Defaults to `false`.", + 'retainStack', + 'During resource destroy, remove Instance from StackSet while keeping the Stack and its associated resources. Must be enabled in the state _before_ destroy operation to take effect. You cannot reassociate a retained Stack or add an existing, saved Stack to a new StackSet. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackSetName", - "Name of the StackSet.", + 'stackSetName', + 'Name of the StackSet.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "accountId", - "Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.", + 'accountId', + 'Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "callAs", + 'callAs', "Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid values: `SELF` (default), `DELEGATED_ADMIN`.", () => [], false, diff --git a/src/app/Models/codegen/aws/cloudfront/CachePolicy.ts b/src/app/Models/codegen/aws/cloudfront/CachePolicy.ts index f34d94e95..c8b8be098 100644 --- a/src/app/Models/codegen/aws/cloudfront/CachePolicy.ts +++ b/src/app/Models/codegen/aws/cloudfront/CachePolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_GetTypes, -} from "../types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin"; +} from '../types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin'; export interface CachePolicyArgs { // Unique name used to identify the cache policy. @@ -56,16 +56,16 @@ export class CachePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Unique name used to identify the cache policy.", + 'name', + 'Unique name used to identify the cache policy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "parametersInCacheKeyAndForwardedToOrigin", - "Configuration for including HTTP headers, cookies, and URL query strings in the cache key. For more information, refer to the Parameters In Cache Key And Forwarded To Origin section.", + 'parametersInCacheKeyAndForwardedToOrigin', + 'Configuration for including HTTP headers, cookies, and URL query strings in the cache key. For more information, refer to the Parameters In Cache Key And Forwarded To Origin section.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_GetTypes(), true, @@ -73,32 +73,32 @@ export class CachePolicy extends DS_Resource { ), new DynamicUIProps( InputType.String, - "comment", - "Description for the cache policy.", + 'comment', + 'Description for the cache policy.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "defaultTtl", - "Amount of time, in seconds, that objects are allowed to remain in the CloudFront cache before CloudFront sends a new request to the origin server to check if the object has been updated.", + 'defaultTtl', + 'Amount of time, in seconds, that objects are allowed to remain in the CloudFront cache before CloudFront sends a new request to the origin server to check if the object has been updated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxTtl", - "Maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.", + 'maxTtl', + 'Maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minTtl", - "Minimum amount of time, in seconds, that objects should remain in the CloudFront cache before a new request is sent to the origin to check for updates.", + 'minTtl', + 'Minimum amount of time, in seconds, that objects should remain in the CloudFront cache before a new request is sent to the origin to check for updates.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/ContinuousDeploymentPolicy.ts b/src/app/Models/codegen/aws/cloudfront/ContinuousDeploymentPolicy.ts index 6c8ad57bb..a826c4387 100644 --- a/src/app/Models/codegen/aws/cloudfront/ContinuousDeploymentPolicy.ts +++ b/src/app/Models/codegen/aws/cloudfront/ContinuousDeploymentPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ContinuousDeploymentPolicyTrafficConfig, cloudfront_ContinuousDeploymentPolicyTrafficConfig_GetTypes, -} from "../types/cloudfront_ContinuousDeploymentPolicyTrafficConfig"; +} from '../types/cloudfront_ContinuousDeploymentPolicyTrafficConfig'; import { cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames, cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames_GetTypes, -} from "../types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames"; +} from '../types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames'; export interface ContinuousDeploymentPolicyArgs { // Parameters for routing production traffic from primary to staging distributions. See `traffic_config`. @@ -45,24 +45,24 @@ export class ContinuousDeploymentPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "trafficConfig", - "Parameters for routing production traffic from primary to staging distributions. See `traffic_config`.", + 'trafficConfig', + 'Parameters for routing production traffic from primary to staging distributions. See `traffic_config`.', () => cloudfront_ContinuousDeploymentPolicyTrafficConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether this continuous deployment policy is enabled.", + 'enabled', + 'Whether this continuous deployment policy is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "stagingDistributionDnsNames", - "CloudFront domain name of the staging distribution. See `staging_distribution_dns_names`.", + 'stagingDistributionDnsNames', + 'CloudFront domain name of the staging distribution. See `staging_distribution_dns_names`.', () => cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/cloudfront/Distribution.ts b/src/app/Models/codegen/aws/cloudfront/Distribution.ts index 158b9b839..e7f1da3bc 100644 --- a/src/app/Models/codegen/aws/cloudfront/Distribution.ts +++ b/src/app/Models/codegen/aws/cloudfront/Distribution.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionOrderedCacheBehavior, cloudfront_DistributionOrderedCacheBehavior_GetTypes, -} from "../types/cloudfront_DistributionOrderedCacheBehavior"; +} from '../types/cloudfront_DistributionOrderedCacheBehavior'; import { cloudfront_DistributionDefaultCacheBehavior, cloudfront_DistributionDefaultCacheBehavior_GetTypes, -} from "../types/cloudfront_DistributionDefaultCacheBehavior"; +} from '../types/cloudfront_DistributionDefaultCacheBehavior'; import { cloudfront_DistributionLoggingConfig, cloudfront_DistributionLoggingConfig_GetTypes, -} from "../types/cloudfront_DistributionLoggingConfig"; +} from '../types/cloudfront_DistributionLoggingConfig'; import { cloudfront_DistributionTrustedKeyGroup, cloudfront_DistributionTrustedKeyGroup_GetTypes, -} from "../types/cloudfront_DistributionTrustedKeyGroup"; +} from '../types/cloudfront_DistributionTrustedKeyGroup'; import { cloudfront_DistributionRestrictions, cloudfront_DistributionRestrictions_GetTypes, -} from "../types/cloudfront_DistributionRestrictions"; +} from '../types/cloudfront_DistributionRestrictions'; import { cloudfront_DistributionOrigin, cloudfront_DistributionOrigin_GetTypes, -} from "../types/cloudfront_DistributionOrigin"; +} from '../types/cloudfront_DistributionOrigin'; import { cloudfront_DistributionViewerCertificate, cloudfront_DistributionViewerCertificate_GetTypes, -} from "../types/cloudfront_DistributionViewerCertificate"; +} from '../types/cloudfront_DistributionViewerCertificate'; import { cloudfront_DistributionCustomErrorResponse, cloudfront_DistributionCustomErrorResponse_GetTypes, -} from "../types/cloudfront_DistributionCustomErrorResponse"; +} from '../types/cloudfront_DistributionCustomErrorResponse'; import { cloudfront_DistributionTrustedSigner, cloudfront_DistributionTrustedSigner_GetTypes, -} from "../types/cloudfront_DistributionTrustedSigner"; +} from '../types/cloudfront_DistributionTrustedSigner'; import { cloudfront_DistributionOriginGroup, cloudfront_DistributionOriginGroup_GetTypes, -} from "../types/cloudfront_DistributionOriginGroup"; +} from '../types/cloudfront_DistributionOriginGroup'; export interface DistributionArgs { // `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs @@ -212,161 +212,161 @@ export class Distribution extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "httpVersion", - "", + 'httpVersion', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "orderedCacheBehaviors", - "", + 'orderedCacheBehaviors', + '', () => cloudfront_DistributionOrderedCacheBehavior_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "isIpv6Enabled", - "", + 'isIpv6Enabled', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitForDeployment", - "", + 'waitForDeployment', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "defaultCacheBehavior", - "", + 'defaultCacheBehavior', + '', () => cloudfront_DistributionDefaultCacheBehavior_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "", + 'loggingConfig', + '', () => cloudfront_DistributionLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs", + 'enabled', + '`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs', () => [], true, false, ), new DynamicUIProps( InputType.String, - "priceClass", - "", + 'priceClass', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "restrictions", - "", + 'restrictions', + '', () => cloudfront_DistributionRestrictions_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "continuousDeploymentPolicyId", - "", + 'continuousDeploymentPolicyId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "originGroups", - "", + 'originGroups', + '', () => cloudfront_DistributionOriginGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultRootObject", - "", + 'defaultRootObject', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "viewerCertificate", - "", + 'viewerCertificate', + '', () => cloudfront_DistributionViewerCertificate_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "origins", - "", + 'origins', + '', () => cloudfront_DistributionOrigin_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "customErrorResponses", - "", + 'customErrorResponses', + '', () => cloudfront_DistributionCustomErrorResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "retainOnDelete", - "", + 'retainOnDelete', + '', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "staging", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'staging', '', () => [], false, true), new DynamicUIProps( InputType.Array, - "aliases", - "", + 'aliases', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "comment", - "", + 'comment', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webAclId", - "", + 'webAclId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionConfig.ts b/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionConfig.ts index 35215ba38..67b69f49d 100644 --- a/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig, cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig_GetTypes, -} from "../types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig"; +} from '../types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig'; import { cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig, cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig_GetTypes, -} from "../types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig"; +} from '../types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig'; export interface FieldLevelEncryptionConfigArgs { // An optional comment about the Field Level Encryption Config. @@ -45,7 +45,7 @@ export class FieldLevelEncryptionConfig extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "contentTypeProfileConfig", + 'contentTypeProfileConfig', "Content Type Profile Config specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.", () => cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig_GetTypes(), @@ -54,7 +54,7 @@ export class FieldLevelEncryptionConfig extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "queryArgProfileConfig", + 'queryArgProfileConfig', "Query Arg Profile Config that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.", () => cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig_GetTypes(), @@ -63,8 +63,8 @@ export class FieldLevelEncryptionConfig extends DS_Resource { ), new DynamicUIProps( InputType.String, - "comment", - "An optional comment about the Field Level Encryption Config.", + 'comment', + 'An optional comment about the Field Level Encryption Config.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionProfile.ts b/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionProfile.ts index ff3149343..27d45fd2f 100644 --- a/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionProfile.ts +++ b/src/app/Models/codegen/aws/cloudfront/FieldLevelEncryptionProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionProfileEncryptionEntities, cloudfront_FieldLevelEncryptionProfileEncryptionEntities_GetTypes, -} from "../types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities"; +} from '../types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities'; export interface FieldLevelEncryptionProfileArgs { // An optional comment about the Field Level Encryption Profile. @@ -41,16 +41,16 @@ export class FieldLevelEncryptionProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "comment", - "An optional comment about the Field Level Encryption Profile.", + 'comment', + 'An optional comment about the Field Level Encryption Profile.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encryptionEntities", - "The encryption entities config block for field-level encryption profiles that contains an attribute `items` which includes the encryption key and field pattern specifications.", + 'encryptionEntities', + 'The encryption entities config block for field-level encryption profiles that contains an attribute `items` which includes the encryption key and field pattern specifications.', () => cloudfront_FieldLevelEncryptionProfileEncryptionEntities_GetTypes(), true, @@ -58,8 +58,8 @@ export class FieldLevelEncryptionProfile extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the Field Level Encryption Profile.", + 'name', + 'The name of the Field Level Encryption Profile.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/Function.ts b/src/app/Models/codegen/aws/cloudfront/Function.ts index 0bef47519..b6d73bcb1 100644 --- a/src/app/Models/codegen/aws/cloudfront/Function.ts +++ b/src/app/Models/codegen/aws/cloudfront/Function.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FunctionArgs { // Source code of the function @@ -69,23 +69,23 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Unique name for your CloudFront Function.", + 'name', + 'Unique name for your CloudFront Function.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "publish", - "Whether to publish creation/change as Live CloudFront Function Version. Defaults to `true`.", + 'publish', + 'Whether to publish creation/change as Live CloudFront Function Version. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runtime", + 'runtime', "Identifier of the function's runtime. Valid values are `cloudfront-js-1.0` and `cloudfront-js-2.0`.\n\nThe following arguments are optional:", () => [], true, @@ -93,24 +93,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "code", - "Source code of the function", + 'code', + 'Source code of the function', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comment", - "Comment.", + 'comment', + 'Comment.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "keyValueStoreAssociations", - "List of `aws.cloudfront.KeyValueStore` ARNs to be associated to the function. AWS limits associations to on key value store per function.", + 'keyValueStoreAssociations', + 'List of `aws.cloudfront.KeyValueStore` ARNs to be associated to the function. AWS limits associations to on key value store per function.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/KeyGroup.ts b/src/app/Models/codegen/aws/cloudfront/KeyGroup.ts index 74be24d19..1a922fe40 100644 --- a/src/app/Models/codegen/aws/cloudfront/KeyGroup.ts +++ b/src/app/Models/codegen/aws/cloudfront/KeyGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyGroupArgs { // A name to identify the key group. @@ -34,24 +34,24 @@ export class KeyGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "A name to identify the key group.", + 'name', + 'A name to identify the key group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "A comment to describe the key group..", + 'comment', + 'A comment to describe the key group..', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "items", - "A list of the identifiers of the public keys in the key group.", + 'items', + 'A list of the identifiers of the public keys in the key group.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/cloudfront/KeyValueStore.ts b/src/app/Models/codegen/aws/cloudfront/KeyValueStore.ts index e5347a4e0..b43fac10c 100644 --- a/src/app/Models/codegen/aws/cloudfront/KeyValueStore.ts +++ b/src/app/Models/codegen/aws/cloudfront/KeyValueStore.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_KeyValueStoreTimeouts, cloudfront_KeyValueStoreTimeouts_GetTypes, -} from "../types/cloudfront_KeyValueStoreTimeouts"; +} from '../types/cloudfront_KeyValueStoreTimeouts'; export interface KeyValueStoreArgs { // Comment. @@ -52,24 +52,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "comment", - "Comment.", + 'comment', + 'Comment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for your CloudFront KeyValueStore.\n\nThe following arguments are optional:", + 'name', + 'Unique name for your CloudFront KeyValueStore.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => cloudfront_KeyValueStoreTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/KeyvaluestoreKey.ts b/src/app/Models/codegen/aws/cloudfront/KeyvaluestoreKey.ts index a6ef2f1f7..c2d27fb29 100644 --- a/src/app/Models/codegen/aws/cloudfront/KeyvaluestoreKey.ts +++ b/src/app/Models/codegen/aws/cloudfront/KeyvaluestoreKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyvaluestoreKeyArgs { // Key to put. @@ -34,24 +34,24 @@ export class KeyvaluestoreKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "key", - "Key to put.", + 'key', + 'Key to put.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyValueStoreArn", - "Amazon Resource Name (ARN) of the Key Value Store.", + 'keyValueStoreArn', + 'Amazon Resource Name (ARN) of the Key Value Store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value to put.", + 'value', + 'Value to put.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudfront/MonitoringSubscription.ts b/src/app/Models/codegen/aws/cloudfront/MonitoringSubscription.ts index 88a7b7de9..f1ae13dc9 100644 --- a/src/app/Models/codegen/aws/cloudfront/MonitoringSubscription.ts +++ b/src/app/Models/codegen/aws/cloudfront/MonitoringSubscription.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_MonitoringSubscriptionMonitoringSubscription, cloudfront_MonitoringSubscriptionMonitoringSubscription_GetTypes, -} from "../types/cloudfront_MonitoringSubscriptionMonitoringSubscription"; +} from '../types/cloudfront_MonitoringSubscriptionMonitoringSubscription'; export interface MonitoringSubscriptionArgs { // The ID of the distribution that you are enabling metrics for. @@ -29,16 +29,16 @@ export class MonitoringSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "distributionId", - "The ID of the distribution that you are enabling metrics for.", + 'distributionId', + 'The ID of the distribution that you are enabling metrics for.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "monitoringSubscription", - "A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.", + 'monitoringSubscription', + 'A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.', () => cloudfront_MonitoringSubscriptionMonitoringSubscription_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/cloudfront/OriginAccessControl.ts b/src/app/Models/codegen/aws/cloudfront/OriginAccessControl.ts index 56e1ae3d8..1e86e0d28 100644 --- a/src/app/Models/codegen/aws/cloudfront/OriginAccessControl.ts +++ b/src/app/Models/codegen/aws/cloudfront/OriginAccessControl.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OriginAccessControlArgs { // The description of the Origin Access Control. Defaults to "Managed by Pulumi" if omitted. @@ -46,31 +46,31 @@ export class OriginAccessControl extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "originAccessControlOriginType", - "The type of origin that this Origin Access Control is for. Valid values are `lambda`, `mediapackagev2`, `mediastore`, and `s3`.", + 'originAccessControlOriginType', + 'The type of origin that this Origin Access Control is for. Valid values are `lambda`, `mediapackagev2`, `mediastore`, and `s3`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "signingBehavior", - "Specifies which requests CloudFront signs. Specify `always` for the most common use case. Allowed values: `always`, `never`, and `no-override`.", + 'signingBehavior', + 'Specifies which requests CloudFront signs. Specify `always` for the most common use case. Allowed values: `always`, `never`, and `no-override`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "signingProtocol", - "Determines how CloudFront signs (authenticates) requests. The only valid value is `sigv4`.", + 'signingProtocol', + 'Determines how CloudFront signs (authenticates) requests. The only valid value is `sigv4`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the Origin Access Control. Defaults to "Managed by Pulumi" if omitted.', () => [], false, @@ -78,8 +78,8 @@ export class OriginAccessControl extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "A name that identifies the Origin Access Control.", + 'name', + 'A name that identifies the Origin Access Control.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/OriginAccessIdentity.ts b/src/app/Models/codegen/aws/cloudfront/OriginAccessIdentity.ts index 901a97d5f..2dca3c8ea 100644 --- a/src/app/Models/codegen/aws/cloudfront/OriginAccessIdentity.ts +++ b/src/app/Models/codegen/aws/cloudfront/OriginAccessIdentity.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OriginAccessIdentityArgs { // An optional comment for the origin access identity. @@ -51,8 +51,8 @@ permission to an object in Amazon S3. return [ new DynamicUIProps( InputType.String, - "comment", - "An optional comment for the origin access identity.", + 'comment', + 'An optional comment for the origin access identity.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudfront/OriginRequestPolicy.ts b/src/app/Models/codegen/aws/cloudfront/OriginRequestPolicy.ts index 1dbf4ce96..ca02be2e4 100644 --- a/src/app/Models/codegen/aws/cloudfront/OriginRequestPolicy.ts +++ b/src/app/Models/codegen/aws/cloudfront/OriginRequestPolicy.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_OriginRequestPolicyHeadersConfig, cloudfront_OriginRequestPolicyHeadersConfig_GetTypes, -} from "../types/cloudfront_OriginRequestPolicyHeadersConfig"; +} from '../types/cloudfront_OriginRequestPolicyHeadersConfig'; import { cloudfront_OriginRequestPolicyQueryStringsConfig, cloudfront_OriginRequestPolicyQueryStringsConfig_GetTypes, -} from "../types/cloudfront_OriginRequestPolicyQueryStringsConfig"; +} from '../types/cloudfront_OriginRequestPolicyQueryStringsConfig'; import { cloudfront_OriginRequestPolicyCookiesConfig, cloudfront_OriginRequestPolicyCookiesConfig_GetTypes, -} from "../types/cloudfront_OriginRequestPolicyCookiesConfig"; +} from '../types/cloudfront_OriginRequestPolicyCookiesConfig'; export interface OriginRequestPolicyArgs { // Comment to describe the origin request policy. @@ -58,40 +58,40 @@ export class OriginRequestPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "comment", - "Comment to describe the origin request policy.", + 'comment', + 'Comment to describe the origin request policy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cookiesConfig", - "Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.", + 'cookiesConfig', + 'Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.', () => cloudfront_OriginRequestPolicyCookiesConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "headersConfig", - "Object that determines whether any HTTP headers (and if so, which headers) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.", + 'headersConfig', + 'Object that determines whether any HTTP headers (and if so, which headers) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.', () => cloudfront_OriginRequestPolicyHeadersConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name to identify the origin request policy.", + 'name', + 'Unique name to identify the origin request policy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "queryStringsConfig", - "Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.", + 'queryStringsConfig', + 'Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.', () => cloudfront_OriginRequestPolicyQueryStringsConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/cloudfront/PublicKey.ts b/src/app/Models/codegen/aws/cloudfront/PublicKey.ts index e72a47992..8567336d8 100644 --- a/src/app/Models/codegen/aws/cloudfront/PublicKey.ts +++ b/src/app/Models/codegen/aws/cloudfront/PublicKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublicKeyArgs { // An optional comment about the public key. @@ -51,23 +51,23 @@ The name for the public key. Conflicts with `name`. return [ new DynamicUIProps( InputType.String, - "comment", - "An optional comment about the public key.", + 'comment', + 'An optional comment about the public key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encodedKey", - "The encoded public key that you want to add to CloudFront to use with features like field-level encryption.", + 'encodedKey', + 'The encoded public key that you want to add to CloudFront to use with features like field-level encryption.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The name for the public key. By default generated by this provider. Note: Do not set if using the key's id in another resource (e.g. KeyGroup) since it will result in a dependency error from AWS. Instead, it is recommended to use Pulumi autonaming by leaving this property unset (default behavior) or set the `namePrefix` property to allow the provider to autoname the resource.", () => [], false, @@ -75,8 +75,8 @@ The name for the public key. Conflicts with `name`. ), new DynamicUIProps( InputType.String, - "namePrefix", - "The name for the public key. Conflicts with `name`.\n\n**NOTE:** When setting `encoded_key` value, there needs a newline at the end of string. Otherwise, multiple runs of pulumi will want to recreate the `aws.cloudfront.PublicKey` resource.", + 'namePrefix', + 'The name for the public key. Conflicts with `name`.\n\n**NOTE:** When setting `encoded_key` value, there needs a newline at the end of string. Otherwise, multiple runs of pulumi will want to recreate the `aws.cloudfront.PublicKey` resource.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudfront/RealtimeLogConfig.ts b/src/app/Models/codegen/aws/cloudfront/RealtimeLogConfig.ts index a4a0b7298..9aa5b62a1 100644 --- a/src/app/Models/codegen/aws/cloudfront/RealtimeLogConfig.ts +++ b/src/app/Models/codegen/aws/cloudfront/RealtimeLogConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_RealtimeLogConfigEndpoint, cloudfront_RealtimeLogConfigEndpoint_GetTypes, -} from "../types/cloudfront_RealtimeLogConfigEndpoint"; +} from '../types/cloudfront_RealtimeLogConfigEndpoint'; export interface RealtimeLogConfigArgs { // The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. An integer between `1` and `100`, inclusive. @@ -44,32 +44,32 @@ export class RealtimeLogConfig extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "samplingRate", - "The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. An integer between `1` and `100`, inclusive.", + 'samplingRate', + 'The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. An integer between `1` and `100`, inclusive.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "endpoint", - "The Amazon Kinesis data streams where real-time log data is sent.", + 'endpoint', + 'The Amazon Kinesis data streams where real-time log data is sent.', () => cloudfront_RealtimeLogConfigEndpoint_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "fields", - "The fields that are included in each real-time log record. See the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields) for supported values.", + 'fields', + 'The fields that are included in each real-time log record. See the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields) for supported values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The unique name to identify this real-time log configuration.", + 'name', + 'The unique name to identify this real-time log configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudfront/ResponseHeadersPolicy.ts b/src/app/Models/codegen/aws/cloudfront/ResponseHeadersPolicy.ts index e2ed9582f..7dc458d36 100644 --- a/src/app/Models/codegen/aws/cloudfront/ResponseHeadersPolicy.ts +++ b/src/app/Models/codegen/aws/cloudfront/ResponseHeadersPolicy.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig, cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig_GetTypes, -} from "../types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig"; +} from '../types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig'; import { cloudfront_ResponseHeadersPolicyCorsConfig, cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes, -} from "../types/cloudfront_ResponseHeadersPolicyCorsConfig"; +} from '../types/cloudfront_ResponseHeadersPolicyCorsConfig'; import { cloudfront_ResponseHeadersPolicyCustomHeadersConfig, cloudfront_ResponseHeadersPolicyCustomHeadersConfig_GetTypes, -} from "../types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig"; +} from '../types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig'; import { cloudfront_ResponseHeadersPolicyRemoveHeadersConfig, cloudfront_ResponseHeadersPolicyRemoveHeadersConfig_GetTypes, -} from "../types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig"; +} from '../types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfig, cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes, -} from "../types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig"; +} from '../types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig'; export interface ResponseHeadersPolicyArgs { // A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront. See Server Timing Headers Config for more information. @@ -81,24 +81,24 @@ export class ResponseHeadersPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "removeHeadersConfig", - "A configuration for a set of HTTP headers to remove from the HTTP response. Object that contains an attribute `items` that contains a list of headers. See Remove Header for more information.", + 'removeHeadersConfig', + 'A configuration for a set of HTTP headers to remove from the HTTP response. Object that contains an attribute `items` that contains a list of headers. See Remove Header for more information.', () => cloudfront_ResponseHeadersPolicyRemoveHeadersConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "securityHeadersConfig", - "A configuration for a set of security-related HTTP response headers. See Security Headers Config for more information.", + 'securityHeadersConfig', + 'A configuration for a set of security-related HTTP response headers. See Security Headers Config for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serverTimingHeadersConfig", - "A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront. See Server Timing Headers Config for more information.", + 'serverTimingHeadersConfig', + 'A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront. See Server Timing Headers Config for more information.', () => cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig_GetTypes(), false, @@ -106,40 +106,40 @@ export class ResponseHeadersPolicy extends DS_Resource { ), new DynamicUIProps( InputType.String, - "comment", - "A comment to describe the response headers policy. The comment cannot be longer than 128 characters.", + 'comment', + 'A comment to describe the response headers policy. The comment cannot be longer than 128 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "corsConfig", - "A configuration for a set of HTTP response headers that are used for Cross-Origin Resource Sharing (CORS). See Cors Config for more information.", + 'corsConfig', + 'A configuration for a set of HTTP response headers that are used for Cross-Origin Resource Sharing (CORS). See Cors Config for more information.', () => cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customHeadersConfig", - "Object that contains an attribute `items` that contains a list of custom headers. See Custom Header for more information.", + 'customHeadersConfig', + 'Object that contains an attribute `items` that contains a list of custom headers. See Custom Header for more information.', () => cloudfront_ResponseHeadersPolicyCustomHeadersConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "etag", - "The current version of the response headers policy.", + 'etag', + 'The current version of the response headers policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A unique name to identify the response headers policy.", + 'name', + 'A unique name to identify the response headers policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudhsmv2/Cluster.ts b/src/app/Models/codegen/aws/cloudhsmv2/Cluster.ts index 5ce8fbee6..bad570add 100644 --- a/src/app/Models/codegen/aws/cloudhsmv2/Cluster.ts +++ b/src/app/Models/codegen/aws/cloudhsmv2/Cluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudhsmv2_ClusterClusterCertificate, cloudhsmv2_ClusterClusterCertificate_GetTypes, -} from "../types/cloudhsmv2_ClusterClusterCertificate"; +} from '../types/cloudhsmv2_ClusterClusterCertificate'; export interface ClusterArgs { // The type of HSM module in the cluster. Currently, only `hsm1.medium` is supported. @@ -59,32 +59,32 @@ export class Cluster extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "hsmType", - "The type of HSM module in the cluster. Currently, only `hsm1.medium` is supported.", + 'hsmType', + 'The type of HSM module in the cluster. Currently, only `hsm1.medium` is supported.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceBackupIdentifier", - "ID of Cloud HSM v2 cluster backup to be restored.", + 'sourceBackupIdentifier', + 'ID of Cloud HSM v2 cluster backup to be restored.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The IDs of subnets in which cluster will operate.", + 'subnetIds', + 'The IDs of subnets in which cluster will operate.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudhsmv2/Hsm.ts b/src/app/Models/codegen/aws/cloudhsmv2/Hsm.ts index 7cd46f957..87d091bb8 100644 --- a/src/app/Models/codegen/aws/cloudhsmv2/Hsm.ts +++ b/src/app/Models/codegen/aws/cloudhsmv2/Hsm.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HsmArgs { // The IDs of AZ in which HSM module will be located. Conflicts with `subnet_id`. @@ -46,32 +46,32 @@ export class Hsm extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The IDs of AZ in which HSM module will be located. Conflicts with `subnet_id`.", + 'availabilityZone', + 'The IDs of AZ in which HSM module will be located. Conflicts with `subnet_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterId", - "The ID of Cloud HSM v2 cluster to which HSM will be added.", + 'clusterId', + 'The ID of Cloud HSM v2 cluster to which HSM will be added.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ipAddress", - "The IP address of HSM module. Must be within the CIDR of selected subnet.", + 'ipAddress', + 'The IP address of HSM module. Must be within the CIDR of selected subnet.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of subnet in which HSM module will be located. Conflicts with `availability_zone`.", + 'subnetId', + 'The ID of subnet in which HSM module will be located. Conflicts with `availability_zone`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudsearch/Domain.ts b/src/app/Models/codegen/aws/cloudsearch/Domain.ts index 238ec8719..dd32ce5d9 100644 --- a/src/app/Models/codegen/aws/cloudsearch/Domain.ts +++ b/src/app/Models/codegen/aws/cloudsearch/Domain.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudsearch_DomainIndexField, cloudsearch_DomainIndexField_GetTypes, -} from "../types/cloudsearch_DomainIndexField"; +} from '../types/cloudsearch_DomainIndexField'; import { cloudsearch_DomainScalingParameters, cloudsearch_DomainScalingParameters_GetTypes, -} from "../types/cloudsearch_DomainScalingParameters"; +} from '../types/cloudsearch_DomainScalingParameters'; import { cloudsearch_DomainEndpointOptions, cloudsearch_DomainEndpointOptions_GetTypes, -} from "../types/cloudsearch_DomainEndpointOptions"; +} from '../types/cloudsearch_DomainEndpointOptions'; export interface DomainArgs { // Whether or not to maintain extra instances for the domain in a second Availability Zone to ensure high availability. @@ -67,40 +67,40 @@ export class Domain extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "indexFields", - "The index fields for documents added to the domain. Documented below.", + 'indexFields', + 'The index fields for documents added to the domain. Documented below.', () => cloudsearch_DomainIndexField_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "multiAz", - "Whether or not to maintain extra instances for the domain in a second Availability Zone to ensure high availability.", + 'multiAz', + 'Whether or not to maintain extra instances for the domain in a second Availability Zone to ensure high availability.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the CloudSearch domain.", + 'name', + 'The name of the CloudSearch domain.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "scalingParameters", - "Domain scaling parameters. Documented below.", + 'scalingParameters', + 'Domain scaling parameters. Documented below.', () => cloudsearch_DomainScalingParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "endpointOptions", - "Domain endpoint options. Documented below.", + 'endpointOptions', + 'Domain endpoint options. Documented below.', () => cloudsearch_DomainEndpointOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudsearch/DomainServiceAccessPolicy.ts b/src/app/Models/codegen/aws/cloudsearch/DomainServiceAccessPolicy.ts index 84f3af775..d8907cfbd 100644 --- a/src/app/Models/codegen/aws/cloudsearch/DomainServiceAccessPolicy.ts +++ b/src/app/Models/codegen/aws/cloudsearch/DomainServiceAccessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainServiceAccessPolicyArgs { // The access rules you want to configure. These rules replace any existing rules. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html) for details. @@ -25,16 +25,16 @@ export class DomainServiceAccessPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessPolicy", - "The access rules you want to configure. These rules replace any existing rules. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html) for details.", + 'accessPolicy', + 'The access rules you want to configure. These rules replace any existing rules. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html) for details.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The CloudSearch domain name the policy applies to.", + 'domainName', + 'The CloudSearch domain name the policy applies to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudtrail/EventDataStore.ts b/src/app/Models/codegen/aws/cloudtrail/EventDataStore.ts index 5848478ed..c42f6449c 100644 --- a/src/app/Models/codegen/aws/cloudtrail/EventDataStore.ts +++ b/src/app/Models/codegen/aws/cloudtrail/EventDataStore.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtrail_EventDataStoreAdvancedEventSelector, cloudtrail_EventDataStoreAdvancedEventSelector_GetTypes, -} from "../types/cloudtrail_EventDataStoreAdvancedEventSelector"; +} from '../types/cloudtrail_EventDataStoreAdvancedEventSelector'; export interface EventDataStoreArgs { // Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created. Default: `true`. @@ -77,72 +77,72 @@ export class EventDataStore extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "advancedEventSelectors", - "The advanced event selectors to use to select the events for the data store. For more information about how to use advanced event selectors, see [Log events by using advanced event selectors](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced) in the CloudTrail User Guide.", + 'advancedEventSelectors', + 'The advanced event selectors to use to select the events for the data store. For more information about how to use advanced event selectors, see [Log events by using advanced event selectors](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced) in the CloudTrail User Guide.', () => cloudtrail_EventDataStoreAdvancedEventSelector_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "billingMode", - "The billing mode for the event data store. The valid values are `EXTENDABLE_RETENTION_PRICING` and `FIXED_RETENTION_PRICING`. Defaults to `EXTENDABLE_RETENTION_PRICING`.", + 'billingMode', + 'The billing mode for the event data store. The valid values are `EXTENDABLE_RETENTION_PRICING` and `FIXED_RETENTION_PRICING`. Defaults to `EXTENDABLE_RETENTION_PRICING`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "organizationEnabled", - "Specifies whether an event data store collects events logged for an organization in AWS Organizations. Default: `false`.", + 'organizationEnabled', + 'Specifies whether an event data store collects events logged for an organization in AWS Organizations. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "terminationProtectionEnabled", - "Specifies whether termination protection is enabled for the event data store. If termination protection is enabled, you cannot delete the event data store until termination protection is disabled. Default: `true`.", + 'terminationProtectionEnabled', + 'Specifies whether termination protection is enabled for the event data store. If termination protection is enabled, you cannot delete the event data store until termination protection is disabled. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Specifies the AWS KMS key ID to use to encrypt the events delivered by CloudTrail. The value can be an alias name prefixed by alias/, a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.", + 'kmsKeyId', + 'Specifies the AWS KMS key ID to use to encrypt the events delivered by CloudTrail. The value can be an alias name prefixed by alias/, a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "multiRegionEnabled", - "Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created. Default: `true`.", + 'multiRegionEnabled', + 'Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the event data store.", + 'name', + 'The name of the event data store.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", - "The retention period of the event data store, in days. You can set a retention period of up to 2555 days, the equivalent of seven years. Default: `2555`.", + 'retentionPeriod', + 'The retention period of the event data store, in days. You can set a retention period of up to 2555 days, the equivalent of seven years. Default: `2555`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudtrail/OrganizationDelegatedAdminAccount.ts b/src/app/Models/codegen/aws/cloudtrail/OrganizationDelegatedAdminAccount.ts index cb83c4d86..b94bae921 100644 --- a/src/app/Models/codegen/aws/cloudtrail/OrganizationDelegatedAdminAccount.ts +++ b/src/app/Models/codegen/aws/cloudtrail/OrganizationDelegatedAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationDelegatedAdminAccountArgs { // An organization member account ID that you want to designate as a delegated administrator. @@ -31,8 +31,8 @@ export class OrganizationDelegatedAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "An organization member account ID that you want to designate as a delegated administrator.", + 'accountId', + 'An organization member account ID that you want to designate as a delegated administrator.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudtrail/Trail.ts b/src/app/Models/codegen/aws/cloudtrail/Trail.ts index 9df043e64..87f0030ec 100644 --- a/src/app/Models/codegen/aws/cloudtrail/Trail.ts +++ b/src/app/Models/codegen/aws/cloudtrail/Trail.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtrail_TrailInsightSelector, cloudtrail_TrailInsightSelector_GetTypes, -} from "../types/cloudtrail_TrailInsightSelector"; +} from '../types/cloudtrail_TrailInsightSelector'; import { cloudtrail_TrailEventSelector, cloudtrail_TrailEventSelector_GetTypes, -} from "../types/cloudtrail_TrailEventSelector"; +} from '../types/cloudtrail_TrailEventSelector'; import { cloudtrail_TrailAdvancedEventSelector, cloudtrail_TrailAdvancedEventSelector_GetTypes, -} from "../types/cloudtrail_TrailAdvancedEventSelector"; +} from '../types/cloudtrail_TrailAdvancedEventSelector'; export interface TrailArgs { // Log group name using an ARN that represents the log group to which CloudTrail logs will be delivered. Note that CloudTrail requires the Log Stream wildcard. @@ -138,128 +138,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "isOrganizationTrail", - "Whether the trail is an AWS Organizations trail. Organization trails log events for the master account and all member accounts. Can only be created in the organization master account. Defaults to `false`.", + 'isOrganizationTrail', + 'Whether the trail is an AWS Organizations trail. Organization trails log events for the master account and all member accounts. Can only be created in the organization master account. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "S3 key prefix that follows the name of the bucket you have designated for log file delivery.", + 's3KeyPrefix', + 'S3 key prefix that follows the name of the bucket you have designated for log file delivery.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "advancedEventSelectors", - "Specifies an advanced event selector for enabling data event logging. Fields documented below. Conflicts with `event_selector`.", + 'advancedEventSelectors', + 'Specifies an advanced event selector for enabling data event logging. Fields documented below. Conflicts with `event_selector`.', () => cloudtrail_TrailAdvancedEventSelector_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the trail.", + 'name', + 'Name of the trail.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableLogging", - "Enables logging for the trail. Defaults to `true`. Setting this to `false` will pause logging.", + 'enableLogging', + 'Enables logging for the trail. Defaults to `true`. Setting this to `false` will pause logging.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the trail. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the trail. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "isMultiRegionTrail", - "Whether the trail is created in the current region or in all regions. Defaults to `false`.", + 'isMultiRegionTrail', + 'Whether the trail is created in the current region or in all regions. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ARN to use to encrypt the logs delivered by CloudTrail.", + 'kmsKeyId', + 'KMS key ARN to use to encrypt the logs delivered by CloudTrail.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogsGroupArn", - "Log group name using an ARN that represents the log group to which CloudTrail logs will be delivered. Note that CloudTrail requires the Log Stream wildcard.", + 'cloudWatchLogsGroupArn', + 'Log group name using an ARN that represents the log group to which CloudTrail logs will be delivered. Note that CloudTrail requires the Log Stream wildcard.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogsRoleArn", - "Role for the CloudWatch Logs endpoint to assume to write to a user’s log group.", + 'cloudWatchLogsRoleArn', + 'Role for the CloudWatch Logs endpoint to assume to write to a user’s log group.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableLogFileValidation", - "Whether log file integrity validation is enabled. Defaults to `false`.", + 'enableLogFileValidation', + 'Whether log file integrity validation is enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snsTopicName", - "Name of the Amazon SNS topic defined for notification of log file delivery.", + 'snsTopicName', + 'Name of the Amazon SNS topic defined for notification of log file delivery.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventSelectors", - "Specifies an event selector for enabling data event logging. Fields documented below. Please note the [CloudTrail limits](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html) when configuring these. Conflicts with `advanced_event_selector`.", + 'eventSelectors', + 'Specifies an event selector for enabling data event logging. Fields documented below. Please note the [CloudTrail limits](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html) when configuring these. Conflicts with `advanced_event_selector`.', () => cloudtrail_TrailEventSelector_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "includeGlobalServiceEvents", - "Whether the trail is publishing events from global services such as IAM to the log files. Defaults to `true`.", + 'includeGlobalServiceEvents', + 'Whether the trail is publishing events from global services such as IAM to the log files. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "insightSelectors", - "Configuration block for identifying unusual operational activity. See details below.", + 'insightSelectors', + 'Configuration block for identifying unusual operational activity. See details below.', () => cloudtrail_TrailInsightSelector_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 bucket designated for publishing log files.\n\nThe following arguments are optional:", + 's3BucketName', + 'Name of the S3 bucket designated for publishing log files.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/CompositeAlarm.ts b/src/app/Models/codegen/aws/cloudwatch/CompositeAlarm.ts index c006841e3..c20c8ef49 100644 --- a/src/app/Models/codegen/aws/cloudwatch/CompositeAlarm.ts +++ b/src/app/Models/codegen/aws/cloudwatch/CompositeAlarm.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_CompositeAlarmActionsSuppressor, cloudwatch_CompositeAlarmActionsSuppressor_GetTypes, -} from "../types/cloudwatch_CompositeAlarmActionsSuppressor"; +} from '../types/cloudwatch_CompositeAlarmActionsSuppressor'; export interface CompositeAlarmArgs { // Indicates whether actions should be executed during any changes to the alarm state of the composite alarm. Defaults to `true`. @@ -77,15 +77,15 @@ export class CompositeAlarm extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "alarmName", - "The name for the composite alarm. This name must be unique within the region.", + 'alarmName', + 'The name for the composite alarm. This name must be unique within the region.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "alarmRule", + 'alarmRule', "An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state. For syntax, see [Creating a Composite Alarm](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.html). The maximum length is 10240 characters.", () => [], true, @@ -93,56 +93,56 @@ export class CompositeAlarm extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "okActions", - "The set of actions to execute when this alarm transitions to an `OK` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.", + 'okActions', + 'The set of actions to execute when this alarm transitions to an `OK` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "alarmActions", - "The set of actions to execute when this alarm transitions to the `ALARM` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.", + 'alarmActions', + 'The set of actions to execute when this alarm transitions to the `ALARM` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "insufficientDataActions", - "The set of actions to execute when this alarm transitions to the `INSUFFICIENT_DATA` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.", + 'insufficientDataActions', + 'The set of actions to execute when this alarm transitions to the `INSUFFICIENT_DATA` state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to associate with the alarm. Up to 50 tags are allowed. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to associate with the alarm. Up to 50 tags are allowed. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "actionsEnabled", - "Indicates whether actions should be executed during any changes to the alarm state of the composite alarm. Defaults to `true`.", + 'actionsEnabled', + 'Indicates whether actions should be executed during any changes to the alarm state of the composite alarm. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "actionsSuppressor", - "Actions will be suppressed if the suppressor alarm is in the ALARM state.", + 'actionsSuppressor', + 'Actions will be suppressed if the suppressor alarm is in the ALARM state.', () => cloudwatch_CompositeAlarmActionsSuppressor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "alarmDescription", - "The description for the composite alarm.", + 'alarmDescription', + 'The description for the composite alarm.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/Dashboard.ts b/src/app/Models/codegen/aws/cloudwatch/Dashboard.ts index 50e5f7496..2c9f6817b 100644 --- a/src/app/Models/codegen/aws/cloudwatch/Dashboard.ts +++ b/src/app/Models/codegen/aws/cloudwatch/Dashboard.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DashboardArgs { // The name of the dashboard. @@ -28,16 +28,16 @@ export class Dashboard extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dashboardName", - "The name of the dashboard.", + 'dashboardName', + 'The name of the dashboard.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dashboardBody", - "The detailed information about the dashboard, including what widgets are included and their location on the dashboard. You can read more about the body structure in the [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html).", + 'dashboardBody', + 'The detailed information about the dashboard, including what widgets are included and their location on the dashboard. You can read more about the body structure in the [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventApiDestination.ts b/src/app/Models/codegen/aws/cloudwatch/EventApiDestination.ts index 94513dbb5..1dd9253fd 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventApiDestination.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventApiDestination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventApiDestinationArgs { // The description of the new API Destination. Maximum of 512 characters. @@ -52,23 +52,23 @@ export class EventApiDestination extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the new API Destination. Maximum of 512 characters.", + 'description', + 'The description of the new API Destination. Maximum of 512 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpMethod", - "Select the HTTP method used for the invocation endpoint, such as GET, POST, PUT, etc.", + 'httpMethod', + 'Select the HTTP method used for the invocation endpoint, such as GET, POST, PUT, etc.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "invocationEndpoint", + 'invocationEndpoint', 'URL endpoint to invoke as a target. This could be a valid endpoint generated by a partner service. You can include "*" as path parameters wildcards to be set from the Target HttpParameters.', () => [], true, @@ -76,24 +76,24 @@ export class EventApiDestination extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "invocationRateLimitPerSecond", - "Enter the maximum number of invocations per second to allow for this destination. Enter a value greater than 0 (default 300).", + 'invocationRateLimitPerSecond', + 'Enter the maximum number of invocations per second to allow for this destination. Enter a value greater than 0 (default 300).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the new API Destination. The name must be unique for your account. Maximum of 64 characters consisting of numbers, lower/upper case letters, .,-,_.", + 'name', + 'The name of the new API Destination. The name must be unique for your account. Maximum of 64 characters consisting of numbers, lower/upper case letters, .,-,_.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionArn", - "ARN of the EventBridge Connection to use for the API Destination.", + 'connectionArn', + 'ARN of the EventBridge Connection to use for the API Destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventArchive.ts b/src/app/Models/codegen/aws/cloudwatch/EventArchive.ts index 7d22b19a8..26c81e801 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventArchive.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventArchive.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventArchiveArgs { // The description of the new event archive. @@ -46,40 +46,40 @@ export class EventArchive extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "eventSourceArn", - "Event bus source ARN from where these events should be archived.", + 'eventSourceArn', + 'Event bus source ARN from where these events should be archived.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the new event archive. The archive name cannot exceed 48 characters.", + 'name', + 'The name of the new event archive. The archive name cannot exceed 48 characters.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "retentionDays", - "The maximum number of days to retain events in the new event archive. By default, it archives indefinitely.", + 'retentionDays', + 'The maximum number of days to retain events in the new event archive. By default, it archives indefinitely.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the new event archive.", + 'description', + 'The description of the new event archive.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventPattern", - "Instructs the new event archive to only capture events matched by this pattern. By default, it attempts to archive every event received in the `event_source_arn`.", + 'eventPattern', + 'Instructs the new event archive to only capture events matched by this pattern. By default, it attempts to archive every event received in the `event_source_arn`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventBus.ts b/src/app/Models/codegen/aws/cloudwatch/EventBus.ts index b3b346de5..b71f0ae98 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventBus.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventBus.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventBusArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -43,31 +43,31 @@ export class EventBus extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "eventSourceName", - "The partner event source that the new event bus will be matched with. Must match `name`.", + 'eventSourceName', + 'The partner event source that the new event bus will be matched with. Must match `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyIdentifier", - "The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.", + 'kmsKeyIdentifier', + 'The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The name of the new event bus. The names of custom event buses can't contain the / character. To create a partner event bus, ensure the `name` matches the `event_source_name`.", () => [], false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventBusPolicy.ts b/src/app/Models/codegen/aws/cloudwatch/EventBusPolicy.ts index 275c7e1c0..7de4c0fc5 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventBusPolicy.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventBusPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventBusPolicyArgs { /* @@ -31,16 +31,16 @@ If you omit this, the permissions are set on the `default` event bus. return [ new DynamicUIProps( InputType.String, - "eventBusName", - "The name of the event bus to set the permissions on.\nIf you omit this, the permissions are set on the `default` event bus.", + 'eventBusName', + 'The name of the event bus to set the permissions on.\nIf you omit this, the permissions are set on the `default` event bus.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "The text of the policy.", + 'policy', + 'The text of the policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventConnection.ts b/src/app/Models/codegen/aws/cloudwatch/EventConnection.ts index e16ea1a7a..80cc76501 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventConnection.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventConnection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventConnectionAuthParameters, cloudwatch_EventConnectionAuthParameters_GetTypes, -} from "../types/cloudwatch_EventConnectionAuthParameters"; +} from '../types/cloudwatch_EventConnectionAuthParameters'; export interface EventConnectionArgs { // The name of the new connection. Maximum of 64 characters consisting of numbers, lower/upper case letters, .,-,_. @@ -47,32 +47,32 @@ export class EventConnection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the new connection. Maximum of 64 characters consisting of numbers, lower/upper case letters, .,-,_.", + 'name', + 'The name of the new connection. Maximum of 64 characters consisting of numbers, lower/upper case letters, .,-,_.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "authParameters", - "Parameters used for authorization. A maximum of 1 are allowed. Documented below.", + 'authParameters', + 'Parameters used for authorization. A maximum of 1 are allowed. Documented below.', () => cloudwatch_EventConnectionAuthParameters_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "authorizationType", - "Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.", + 'authorizationType', + 'Choose the type of authorization to use for the connection. One of `API_KEY`,`BASIC`,`OAUTH_CLIENT_CREDENTIALS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Enter a description for the connection. Maximum of 512 characters.", + 'description', + 'Enter a description for the connection. Maximum of 512 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventEndpoint.ts b/src/app/Models/codegen/aws/cloudwatch/EventEndpoint.ts index 4e1ba9c9e..4a3a02f1d 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventEndpoint.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventEndpoint.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventEndpointEventBus, cloudwatch_EventEndpointEventBus_GetTypes, -} from "../types/cloudwatch_EventEndpointEventBus"; +} from '../types/cloudwatch_EventEndpointEventBus'; import { cloudwatch_EventEndpointReplicationConfig, cloudwatch_EventEndpointReplicationConfig_GetTypes, -} from "../types/cloudwatch_EventEndpointReplicationConfig"; +} from '../types/cloudwatch_EventEndpointReplicationConfig'; import { cloudwatch_EventEndpointRoutingConfig, cloudwatch_EventEndpointRoutingConfig_GetTypes, -} from "../types/cloudwatch_EventEndpointRoutingConfig"; +} from '../types/cloudwatch_EventEndpointRoutingConfig'; export interface EventEndpointArgs { // A description of the global endpoint. @@ -67,48 +67,48 @@ export class EventEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "replicationConfig", - "Parameters used for replication. Documented below.", + 'replicationConfig', + 'Parameters used for replication. Documented below.', () => cloudwatch_EventEndpointReplicationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role used for replication between event buses.", + 'roleArn', + 'The ARN of the IAM role used for replication between event buses.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "routingConfig", - "Parameters used for routing, including the health check and secondary Region. Documented below.", + 'routingConfig', + 'Parameters used for routing, including the health check and secondary Region. Documented below.', () => cloudwatch_EventEndpointRoutingConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the global endpoint.", + 'description', + 'A description of the global endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventBuses", - "The event buses to use. The names of the event buses must be identical in each Region. Exactly two event buses are required. Documented below.", + 'eventBuses', + 'The event buses to use. The names of the event buses must be identical in each Region. Exactly two event buses are required. Documented below.', () => cloudwatch_EventEndpointEventBus_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the global endpoint.", + 'name', + 'The name of the global endpoint.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventPermission.ts b/src/app/Models/codegen/aws/cloudwatch/EventPermission.ts index b2d979ce8..50e379b47 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventPermission.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventPermission.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventPermissionCondition, cloudwatch_EventPermissionCondition_GetTypes, -} from "../types/cloudwatch_EventPermissionCondition"; +} from '../types/cloudwatch_EventPermissionCondition'; export interface EventPermissionArgs { // The action that you are enabling the other account to perform. Defaults to `events:PutEvents`. @@ -53,40 +53,40 @@ If you omit this, the permissions are set on the `default` event bus. return [ new DynamicUIProps( InputType.String, - "action", - "The action that you are enabling the other account to perform. Defaults to `events:PutEvents`.", + 'action', + 'The action that you are enabling the other account to perform. Defaults to `events:PutEvents`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "condition", - "Configuration block to limit the event bus permissions you are granting to only accounts that fulfill the condition. Specified below.", + 'condition', + 'Configuration block to limit the event bus permissions you are granting to only accounts that fulfill the condition. Specified below.', () => cloudwatch_EventPermissionCondition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "eventBusName", - "The name of the event bus to set the permissions on.\nIf you omit this, the permissions are set on the `default` event bus.", + 'eventBusName', + 'The name of the event bus to set the permissions on.\nIf you omit this, the permissions are set on the `default` event bus.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "principal", - "The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify `*` to permit any account to put events to your default event bus, optionally limited by `condition`.", + 'principal', + 'The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify `*` to permit any account to put events to your default event bus, optionally limited by `condition`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statementId", - "An identifier string for the external account that you are granting permissions to.", + 'statementId', + 'An identifier string for the external account that you are granting permissions to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventRule.ts b/src/app/Models/codegen/aws/cloudwatch/EventRule.ts index e6cd76419..053d7778b 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventRule.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventRuleArgs { // The description of the rule. @@ -117,88 +117,88 @@ Conflicts with `is_enabled`. return [ new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) associated with the role that is used for target invocation.", + 'roleArn', + 'The Amazon Resource Name (ARN) associated with the role that is used for target invocation.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "eventPattern", - "The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details.", + 'eventPattern', + 'The event pattern described a JSON object. At least one of `schedule_expression` or `event_pattern` is required. See full documentation of [Events and Event Patterns in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) for details. **Note**: The event pattern size is 2048 by default but it is adjustable up to 4096 characters by submitting a service quota increase request. See [Amazon EventBridge quotas](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-quota.html) for details.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isEnabled", - "Whether the rule should be enabled.\nDefaults to `true`.\nConflicts with `state`.", + 'isEnabled', + 'Whether the rule should be enabled.\nDefaults to `true`.\nConflicts with `state`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`. **Note**: Due to the length of the generated suffix, must be 38 characters or less.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).", + 'scheduleExpression', + 'The scheduling expression. For example, `cron(0 20 * * ? *)` or `rate(5 minutes)`. At least one of `schedule_expression` or `event_pattern` is required. Can only be used on the default event bus. For more information, refer to the AWS documentation [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "State of the rule.\nValid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nWhen state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail.\nTo also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nDefaults to `ENABLED`.\nConflicts with `is_enabled`.\n\n**NOTE:** The rule state `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS` cannot be used in conjunction with the `schedule_expression` argument.", + 'state', + 'State of the rule.\nValid values are `DISABLED`, `ENABLED`, and `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nWhen state is `ENABLED`, the rule is enabled for all events except those delivered by CloudTrail.\nTo also enable the rule for events delivered by CloudTrail, set `state` to `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`.\nDefaults to `ENABLED`.\nConflicts with `is_enabled`.\n\n**NOTE:** The rule state `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS` cannot be used in conjunction with the `schedule_expression` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the rule.", + 'description', + 'The description of the rule.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Used to delete managed rules created by AWS. Defaults to `false`.", + 'forceDestroy', + 'Used to delete managed rules created by AWS. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'The name of the rule. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "eventBusName", - "The name or ARN of the event bus to associate with this rule.\nIf you omit this, the `default` event bus is used.", + 'eventBusName', + 'The name or ARN of the event bus to associate with this rule.\nIf you omit this, the `default` event bus is used.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/EventTarget.ts b/src/app/Models/codegen/aws/cloudwatch/EventTarget.ts index 53925a97c..4a7e857e2 100644 --- a/src/app/Models/codegen/aws/cloudwatch/EventTarget.ts +++ b/src/app/Models/codegen/aws/cloudwatch/EventTarget.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventTargetRedshiftTarget, cloudwatch_EventTargetRedshiftTarget_GetTypes, -} from "../types/cloudwatch_EventTargetRedshiftTarget"; +} from '../types/cloudwatch_EventTargetRedshiftTarget'; import { cloudwatch_EventTargetInputTransformer, cloudwatch_EventTargetInputTransformer_GetTypes, -} from "../types/cloudwatch_EventTargetInputTransformer"; +} from '../types/cloudwatch_EventTargetInputTransformer'; import { cloudwatch_EventTargetKinesisTarget, cloudwatch_EventTargetKinesisTarget_GetTypes, -} from "../types/cloudwatch_EventTargetKinesisTarget"; +} from '../types/cloudwatch_EventTargetKinesisTarget'; import { cloudwatch_EventTargetRunCommandTarget, cloudwatch_EventTargetRunCommandTarget_GetTypes, -} from "../types/cloudwatch_EventTargetRunCommandTarget"; +} from '../types/cloudwatch_EventTargetRunCommandTarget'; import { cloudwatch_EventTargetRetryPolicy, cloudwatch_EventTargetRetryPolicy_GetTypes, -} from "../types/cloudwatch_EventTargetRetryPolicy"; +} from '../types/cloudwatch_EventTargetRetryPolicy'; import { cloudwatch_EventTargetBatchTarget, cloudwatch_EventTargetBatchTarget_GetTypes, -} from "../types/cloudwatch_EventTargetBatchTarget"; +} from '../types/cloudwatch_EventTargetBatchTarget'; import { cloudwatch_EventTargetHttpTarget, cloudwatch_EventTargetHttpTarget_GetTypes, -} from "../types/cloudwatch_EventTargetHttpTarget"; +} from '../types/cloudwatch_EventTargetHttpTarget'; import { cloudwatch_EventTargetSqsTarget, cloudwatch_EventTargetSqsTarget_GetTypes, -} from "../types/cloudwatch_EventTargetSqsTarget"; +} from '../types/cloudwatch_EventTargetSqsTarget'; import { cloudwatch_EventTargetDeadLetterConfig, cloudwatch_EventTargetDeadLetterConfig_GetTypes, -} from "../types/cloudwatch_EventTargetDeadLetterConfig"; +} from '../types/cloudwatch_EventTargetDeadLetterConfig'; import { cloudwatch_EventTargetEcsTarget, cloudwatch_EventTargetEcsTarget_GetTypes, -} from "../types/cloudwatch_EventTargetEcsTarget"; +} from '../types/cloudwatch_EventTargetEcsTarget'; import { cloudwatch_EventTargetSagemakerPipelineTarget, cloudwatch_EventTargetSagemakerPipelineTarget_GetTypes, -} from "../types/cloudwatch_EventTargetSagemakerPipelineTarget"; +} from '../types/cloudwatch_EventTargetSagemakerPipelineTarget'; export interface EventTargetArgs { // Parameters used when you are providing retry policies. Documented below. A maximum of 1 are allowed. @@ -185,152 +185,152 @@ If you omit this, the `default` event bus is used. return [ new DynamicUIProps( InputType.Object, - "batchTarget", - "Parameters used when you are using the rule to invoke an Amazon Batch Job. Documented below. A maximum of 1 are allowed.", + 'batchTarget', + 'Parameters used when you are using the rule to invoke an Amazon Batch Job. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetBatchTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisTarget", - "Parameters used when you are using the rule to invoke an Amazon Kinesis Stream. Documented below. A maximum of 1 are allowed.", + 'kinesisTarget', + 'Parameters used when you are using the rule to invoke an Amazon Kinesis Stream. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetKinesisTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "eventBusName", - "The name or ARN of the event bus to associate with the rule.\nIf you omit this, the `default` event bus is used.", + 'eventBusName', + 'The name or ARN of the event bus to associate with the rule.\nIf you omit this, the `default` event bus is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Used to delete managed rules created by AWS. Defaults to `false`.", + 'forceDestroy', + 'Used to delete managed rules created by AWS. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "httpTarget", - "Parameters used when you are using the rule to invoke an API Gateway REST endpoint. Documented below. A maximum of 1 is allowed.", + 'httpTarget', + 'Parameters used when you are using the rule to invoke an API Gateway REST endpoint. Documented below. A maximum of 1 is allowed.', () => cloudwatch_EventTargetHttpTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "inputTransformer", - "Parameters used when you are providing a custom input to a target based on certain event data. Conflicts with `input` and `input_path`.", + 'inputTransformer', + 'Parameters used when you are providing a custom input to a target based on certain event data. Conflicts with `input` and `input_path`.', () => cloudwatch_EventTargetInputTransformer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Parameters used when you are providing a dead letter config. Documented below. A maximum of 1 are allowed.", + 'deadLetterConfig', + 'Parameters used when you are providing a dead letter config. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetDeadLetterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "runCommandTargets", - "Parameters used when you are using the rule to invoke Amazon EC2 Run Command. Documented below. A maximum of 5 are allowed.", + 'runCommandTargets', + 'Parameters used when you are using the rule to invoke Amazon EC2 Run Command. Documented below. A maximum of 5 are allowed.', () => cloudwatch_EventTargetRunCommandTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inputPath", - "The value of the [JSONPath](http://goessner.net/articles/JsonPath/) that is used for extracting part of the matched event when passing it to the target. Conflicts with `input` and `input_transformer`.", + 'inputPath', + 'The value of the [JSONPath](http://goessner.net/articles/JsonPath/) that is used for extracting part of the matched event when passing it to the target. Conflicts with `input` and `input_transformer`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redshiftTarget", - "Parameters used when you are using the rule to invoke an Amazon Redshift Statement. Documented below. A maximum of 1 are allowed.", + 'redshiftTarget', + 'Parameters used when you are using the rule to invoke an Amazon Redshift Statement. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetRedshiftTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetId", - "The unique target assignment ID. If missing, will generate a random, unique id.", + 'targetId', + 'The unique target assignment ID. If missing, will generate a random, unique id.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ecsTarget", - "Parameters used when you are using the rule to invoke Amazon ECS Task. Documented below. A maximum of 1 are allowed.", + 'ecsTarget', + 'Parameters used when you are using the rule to invoke Amazon ECS Task. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetEcsTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sagemakerPipelineTarget", - "Parameters used when you are using the rule to invoke an Amazon SageMaker Pipeline. Documented below. A maximum of 1 are allowed.", + 'sagemakerPipelineTarget', + 'Parameters used when you are using the rule to invoke an Amazon SageMaker Pipeline. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetSagemakerPipelineTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retryPolicy", - "Parameters used when you are providing retry policies. Documented below. A maximum of 1 are allowed.", + 'retryPolicy', + 'Parameters used when you are providing retry policies. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetRetryPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the target.", + 'arn', + 'The Amazon Resource Name (ARN) of the target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "input", - "Valid JSON text passed to the target. Conflicts with `input_path` and `input_transformer`.", + 'input', + 'Valid JSON text passed to the target. Conflicts with `input_path` and `input_transformer`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rule", - "The name of the rule you want to add targets to.\n\nThe following arguments are optional:", + 'rule', + 'The name of the rule you want to add targets to.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. Required if `ecs_target` is used or target in `arn` is EC2 instance, Kinesis data stream, Step Functions state machine, or Event Bus in different account or region.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. Required if `ecs_target` is used or target in `arn` is EC2 instance, Kinesis data stream, Step Functions state machine, or Event Bus in different account or region.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sqsTarget", - "Parameters used when you are using the rule to invoke an Amazon SQS Queue. Documented below. A maximum of 1 are allowed.", + 'sqsTarget', + 'Parameters used when you are using the rule to invoke an Amazon SQS Queue. Documented below. A maximum of 1 are allowed.', () => cloudwatch_EventTargetSqsTarget_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/InternetMonitor.ts b/src/app/Models/codegen/aws/cloudwatch/InternetMonitor.ts index f0c6dc8a9..59d69f3b8 100644 --- a/src/app/Models/codegen/aws/cloudwatch/InternetMonitor.ts +++ b/src/app/Models/codegen/aws/cloudwatch/InternetMonitor.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_InternetMonitorHealthEventsConfig, cloudwatch_InternetMonitorHealthEventsConfig_GetTypes, -} from "../types/cloudwatch_InternetMonitorHealthEventsConfig"; +} from '../types/cloudwatch_InternetMonitorHealthEventsConfig'; import { cloudwatch_InternetMonitorInternetMeasurementsLogDelivery, cloudwatch_InternetMonitorInternetMeasurementsLogDelivery_GetTypes, -} from "../types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery"; +} from '../types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery'; export interface InternetMonitorArgs { // Health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users. See Health Events Config below. @@ -83,39 +83,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "resources", - "The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).", + 'resources', + 'The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status for a monitor. The accepted values for Status with the UpdateMonitor API call are the following: `ACTIVE` and `INACTIVE`.", + 'status', + 'The status for a monitor. The accepted values for Status with the UpdateMonitor API call are the following: `ACTIVE` and `INACTIVE`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "trafficPercentageToMonitor", - "The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.", + 'trafficPercentageToMonitor', + 'The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "healthEventsConfig", + 'healthEventsConfig', "Health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users. See Health Events Config below.", () => cloudwatch_InternetMonitorHealthEventsConfig_GetTypes(), false, @@ -123,8 +123,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "internetMeasurementsLogDelivery", - "Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.", + 'internetMeasurementsLogDelivery', + 'Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.', () => cloudwatch_InternetMonitorInternetMeasurementsLogDelivery_GetTypes(), false, @@ -132,16 +132,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Number, - "maxCityNetworksToMonitor", - "The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs.", + 'maxCityNetworksToMonitor', + 'The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "monitorName", - "The name of the monitor.\n\nThe following arguments are optional:", + 'monitorName', + 'The name of the monitor.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogAccountPolicy.ts b/src/app/Models/codegen/aws/cloudwatch/LogAccountPolicy.ts index b03c90722..f4a97e8b8 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogAccountPolicy.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogAccountPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogAccountPolicyArgs { // Text of the account policy. Refer to the [AWS docs](https://docs.aws.amazon.com/cli/latest/reference/logs/put-account-policy.html) for more information. @@ -43,40 +43,40 @@ export class LogAccountPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyDocument", - "Text of the account policy. Refer to the [AWS docs](https://docs.aws.amazon.com/cli/latest/reference/logs/put-account-policy.html) for more information.", + 'policyDocument', + 'Text of the account policy. Refer to the [AWS docs](https://docs.aws.amazon.com/cli/latest/reference/logs/put-account-policy.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyName", - "Name of the account policy.", + 'policyName', + 'Name of the account policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyType", - "Type of account policy. Either `DATA_PROTECTION_POLICY` or `SUBSCRIPTION_FILTER_POLICY`. You can have one account policy per type in an account.", + 'policyType', + 'Type of account policy. Either `DATA_PROTECTION_POLICY` or `SUBSCRIPTION_FILTER_POLICY`. You can have one account policy per type in an account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scope", - "Currently defaults to and only accepts the value: `ALL`.", + 'scope', + 'Currently defaults to and only accepts the value: `ALL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "selectionCriteria", - "Criteria for applying a subscription filter policy to a selection of log groups. The only allowable criteria selector is `LogGroupName NOT IN []`.", + 'selectionCriteria', + 'Criteria for applying a subscription filter policy to a selection of log groups. The only allowable criteria selector is `LogGroupName NOT IN []`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogDataProtectionPolicy.ts b/src/app/Models/codegen/aws/cloudwatch/LogDataProtectionPolicy.ts index 49158698b..00e837a23 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogDataProtectionPolicy.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogDataProtectionPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogDataProtectionPolicyArgs { // The name of the log group under which the log stream is to be created. @@ -25,16 +25,16 @@ export class LogDataProtectionPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The name of the log group under which the log stream is to be created.", + 'logGroupName', + 'The name of the log group under which the log stream is to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyDocument", - "Specifies the data protection policy in JSON. Read more at [Data protection policy syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data-start.html#mask-sensitive-log-data-policysyntax).", + 'policyDocument', + 'Specifies the data protection policy in JSON. Read more at [Data protection policy syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data-start.html#mask-sensitive-log-data-policysyntax).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogDestination.ts b/src/app/Models/codegen/aws/cloudwatch/LogDestination.ts index 999e48522..5ccdd9be6 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogDestination.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogDestination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogDestinationArgs { // A name for the log destination. @@ -43,32 +43,32 @@ export class LogDestination extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "A name for the log destination.", + 'name', + 'A name for the log destination.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to put data into the target.", + 'roleArn', + 'The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to put data into the target.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetArn", - "The ARN of the target Amazon Kinesis stream resource for the destination.", + 'targetArn', + 'The ARN of the target Amazon Kinesis stream resource for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogDestinationPolicy.ts b/src/app/Models/codegen/aws/cloudwatch/LogDestinationPolicy.ts index 749c41749..dd42f04e1 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogDestinationPolicy.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogDestinationPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogDestinationPolicyArgs { // The policy document. This is a JSON formatted string. @@ -31,24 +31,24 @@ export class LogDestinationPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessPolicy", - "The policy document. This is a JSON formatted string.", + 'accessPolicy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationName", - "A name for the subscription filter", + 'destinationName', + 'A name for the subscription filter', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "forceUpdate", - "Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts.", + 'forceUpdate', + 'Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogGroup.ts b/src/app/Models/codegen/aws/cloudwatch/LogGroup.ts index 82b60fd94..2ec68f922 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogGroup.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogGroupArgs { // Creates a unique name beginning with the specified prefix. Conflicts with `name`. @@ -77,56 +77,56 @@ If you select 0, the events in the log group are always retained and never expir return [ new DynamicUIProps( InputType.Number, - "retentionInDays", - "Specifies the number of days\nyou want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653, and 0.\nIf you select 0, the events in the log group are always retained and never expire.", + 'retentionInDays', + 'Specifies the number of days\nyou want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653, and 0.\nIf you select 0, the events in the log group are always retained and never expire.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the state.", + 'skipDestroy', + 'Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the state.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the KMS Key to use when encrypting log data. Please note, after the AWS KMS CMK is disassociated from the log group,\nAWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires\npermissions for the CMK whenever the encrypted data is requested.", + 'kmsKeyId', + 'The ARN of the KMS Key to use when encrypting log data. Please note, after the AWS KMS CMK is disassociated from the log group,\nAWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires\npermissions for the CMK whenever the encrypted data is requested.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupClass", - "Specified the log class of the log group. Possible values are: `STANDARD` or `INFREQUENT_ACCESS`.", + 'logGroupClass', + 'Specified the log class of the log group. Possible values are: `STANDARD` or `INFREQUENT_ACCESS`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the log group. If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the log group. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogMetricFilter.ts b/src/app/Models/codegen/aws/cloudwatch/LogMetricFilter.ts index b3d7a5981..8e89fdf52 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogMetricFilter.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogMetricFilter.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_LogMetricFilterMetricTransformation, cloudwatch_LogMetricFilterMetricTransformation_GetTypes, -} from "../types/cloudwatch_LogMetricFilterMetricTransformation"; +} from '../types/cloudwatch_LogMetricFilterMetricTransformation'; export interface LogMetricFilterArgs { // The name of the log group to associate the metric filter with. @@ -47,32 +47,32 @@ for extracting metric data out of ingested log events. return [ new DynamicUIProps( InputType.String, - "name", - "A name for the metric filter.", + 'name', + 'A name for the metric filter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pattern", - "A valid [CloudWatch Logs filter pattern](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/FilterAndPatternSyntax.html)\nfor extracting metric data out of ingested log events.", + 'pattern', + 'A valid [CloudWatch Logs filter pattern](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/FilterAndPatternSyntax.html)\nfor extracting metric data out of ingested log events.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The name of the log group to associate the metric filter with.", + 'logGroupName', + 'The name of the log group to associate the metric filter with.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "metricTransformation", - "A block defining collection of information needed to define how metric data gets emitted. See below.", + 'metricTransformation', + 'A block defining collection of information needed to define how metric data gets emitted. See below.', () => cloudwatch_LogMetricFilterMetricTransformation_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogResourcePolicy.ts b/src/app/Models/codegen/aws/cloudwatch/LogResourcePolicy.ts index 3f61ef7ec..67e179915 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogResourcePolicy.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogResourcePolicyArgs { // Details of the resource policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. Maximum length of 5120 characters. @@ -25,16 +25,16 @@ export class LogResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyDocument", - "Details of the resource policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. Maximum length of 5120 characters.", + 'policyDocument', + 'Details of the resource policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. Maximum length of 5120 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyName", - "Name of the resource policy.", + 'policyName', + 'Name of the resource policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogStream.ts b/src/app/Models/codegen/aws/cloudwatch/LogStream.ts index 4f133e10f..346182af3 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogStream.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogStream.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogStreamArgs { // The name of the log group under which the log stream is to be created. @@ -28,16 +28,16 @@ export class LogStream extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The name of the log group under which the log stream is to be created.", + 'logGroupName', + 'The name of the log group under which the log stream is to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the log stream. Must not be longer than 512 characters and must not contain `:`", + 'name', + 'The name of the log stream. Must not be longer than 512 characters and must not contain `:`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/cloudwatch/LogSubscriptionFilter.ts b/src/app/Models/codegen/aws/cloudwatch/LogSubscriptionFilter.ts index 49d6dcbdc..c2c6748a8 100644 --- a/src/app/Models/codegen/aws/cloudwatch/LogSubscriptionFilter.ts +++ b/src/app/Models/codegen/aws/cloudwatch/LogSubscriptionFilter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogSubscriptionFilterArgs { // The ARN of the destination to deliver matching log events to. Kinesis stream or Lambda function ARN. @@ -49,15 +49,15 @@ export class LogSubscriptionFilter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "destinationArn", - "The ARN of the destination to deliver matching log events to. Kinesis stream or Lambda function ARN.", + 'destinationArn', + 'The ARN of the destination to deliver matching log events to. Kinesis stream or Lambda function ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "distribution", + 'distribution', 'The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream. Valid values are "Random" and "ByLogStream".', () => [], false, @@ -65,7 +65,7 @@ export class LogSubscriptionFilter extends DS_Resource { ), new DynamicUIProps( InputType.String, - "filterPattern", + 'filterPattern', 'A valid CloudWatch Logs filter pattern for subscribing to a filtered stream of log events. Use empty string `""` to match everything. For more information, see the [Amazon CloudWatch Logs User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html).', () => [], true, @@ -73,24 +73,24 @@ export class LogSubscriptionFilter extends DS_Resource { ), new DynamicUIProps( InputType.String, - "logGroup", - "The name of the log group to associate the subscription filter with", + 'logGroup', + 'The name of the log group to associate the subscription filter with', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A name for the subscription filter", + 'name', + 'A name for the subscription filter', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to deliver ingested log events to the destination. If you use Lambda as a destination, you should skip this argument and use `aws.lambda.Permission` resource for granting access from CloudWatch logs to the destination Lambda function.", + 'roleArn', + 'The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to deliver ingested log events to the destination. If you use Lambda as a destination, you should skip this argument and use `aws.lambda.Permission` resource for granting access from CloudWatch logs to the destination Lambda function.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/MetricAlarm.ts b/src/app/Models/codegen/aws/cloudwatch/MetricAlarm.ts index ca743e23b..e99905fcf 100644 --- a/src/app/Models/codegen/aws/cloudwatch/MetricAlarm.ts +++ b/src/app/Models/codegen/aws/cloudwatch/MetricAlarm.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_MetricAlarmMetricQuery, cloudwatch_MetricAlarmMetricQuery_GetTypes, -} from "../types/cloudwatch_MetricAlarmMetricQuery"; +} from '../types/cloudwatch_MetricAlarmMetricQuery'; export interface MetricAlarmArgs { // Indicates whether or not actions should be executed during any changes to the alarm's state. Defaults to `true`. @@ -197,7 +197,7 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la return [ new DynamicUIProps( InputType.Bool, - "actionsEnabled", + 'actionsEnabled', "Indicates whether or not actions should be executed during any changes to the alarm's state. Defaults to `true`.", () => [], false, @@ -205,15 +205,15 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.Array, - "alarmActions", - "The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).", + 'alarmActions', + 'The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The descriptive name for the alarm. This name must be unique within the user's AWS account", () => [], false, @@ -221,7 +221,7 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.String, - "unit", + 'unit', "The unit for the alarm's associated metric.", () => [], false, @@ -229,15 +229,15 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.Number, - "period", - "The period in seconds over which the specified `statistic` is applied.\nValid values are `10`, `30`, or any multiple of `60`.", + 'period', + 'The period in seconds over which the specified `statistic` is applied.\nValid values are `10`, `30`, or any multiple of `60`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statistic", + 'statistic', "The statistic to apply to the alarm's associated metric.\nEither of the following is supported: `SampleCount`, `Average`, `Sum`, `Minimum`, `Maximum`", () => [], false, @@ -245,63 +245,63 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.Number, - "datapointsToAlarm", - "The number of datapoints that must be breaching to trigger the alarm.", + 'datapointsToAlarm', + 'The number of datapoints that must be breaching to trigger the alarm.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "evaluationPeriods", - "The number of periods over which data is compared to the specified threshold.", + 'evaluationPeriods', + 'The number of periods over which data is compared to the specified threshold.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "extendedStatistic", - "The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.", + 'extendedStatistic', + 'The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "threshold", - "The value against which the specified statistic is compared. This parameter is required for alarms based on static thresholds, but should not be used for alarms based on anomaly detection models.", + 'threshold', + 'The value against which the specified statistic is compared. This parameter is required for alarms based on static thresholds, but should not be used for alarms based on anomaly detection models.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "evaluateLowSampleCountPercentiles", - "Used only for alarms based on percentiles.\nIf you specify `ignore`, the alarm state will not change during periods with too few data points to be statistically significant.\nIf you specify `evaluate` or omit this parameter, the alarm will always be evaluated and possibly change state no matter how many data points are available.\nThe following values are supported: `ignore`, and `evaluate`.", + 'evaluateLowSampleCountPercentiles', + 'Used only for alarms based on percentiles.\nIf you specify `ignore`, the alarm state will not change during periods with too few data points to be statistically significant.\nIf you specify `evaluate` or omit this parameter, the alarm will always be evaluated and possibly change state no matter how many data points are available.\nThe following values are supported: `ignore`, and `evaluate`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** If you specify at least one `metric_query`, you may not specify a `metric_name`, `namespace`, `period` or `statistic`. If you do not specify a `metric_query`, you must specify each of these (although you may use `extended_statistic` instead of `statistic`).", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** If you specify at least one `metric_query`, you may not specify a `metric_name`, `namespace`, `period` or `statistic`. If you do not specify a `metric_query`, you must specify each of these (although you may use `extended_statistic` instead of `statistic`).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "alarmDescription", - "The description for the alarm.", + 'alarmDescription', + 'The description for the alarm.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "The name for the alarm's associated metric.\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", () => [], false, @@ -309,47 +309,47 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.Array, - "okActions", - "The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).", + 'okActions', + 'The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Either of the following is supported: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanThreshold`, `LessThanOrEqualToThreshold`. Additionally, the values `LessThanLowerOrGreaterThanUpperThreshold`, `LessThanLowerThreshold`, and `GreaterThanUpperThreshold` are used only for alarms based on anomaly detection models.", + 'comparisonOperator', + 'The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Either of the following is supported: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanThreshold`, `LessThanOrEqualToThreshold`. Additionally, the values `LessThanLowerOrGreaterThanUpperThreshold`, `LessThanLowerThreshold`, and `GreaterThanUpperThreshold` are used only for alarms based on anomaly detection models.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "insufficientDataActions", - "The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).", + 'insufficientDataActions', + 'The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "metricQueries", - "Enables you to create an alarm based on a metric math expression. You may specify at most 20.", + 'metricQueries', + 'Enables you to create an alarm based on a metric math expression. You may specify at most 20.', () => cloudwatch_MetricAlarmMetricQuery_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "treatMissingData", - "Sets how this alarm is to handle missing data points. The following values are supported: `missing`, `ignore`, `breaching` and `notBreaching`. Defaults to `missing`.", + 'treatMissingData', + 'Sets how this alarm is to handle missing data points. The following values are supported: `missing`, `ignore`, `breaching` and `notBreaching`. Defaults to `missing`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "dimensions", + 'dimensions', "The dimensions for the alarm's associated metric. For the list of available dimensions see the AWS documentation [here](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", () => InputType_Map_GetTypes(), false, @@ -357,7 +357,7 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.String, - "namespace", + 'namespace', "The namespace for the alarm's associated metric. See docs for the [list of namespaces](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/aws-namespaces.html).\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", () => [], false, @@ -365,8 +365,8 @@ See docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/la ), new DynamicUIProps( InputType.String, - "thresholdMetricId", - "If this is an alarm based on an anomaly detection model, make this value match the ID of the ANOMALY_DETECTION_BAND function.", + 'thresholdMetricId', + 'If this is an alarm based on an anomaly detection model, make this value match the ID of the ANOMALY_DETECTION_BAND function.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cloudwatch/MetricStream.ts b/src/app/Models/codegen/aws/cloudwatch/MetricStream.ts index c38b6bd61..716424716 100644 --- a/src/app/Models/codegen/aws/cloudwatch/MetricStream.ts +++ b/src/app/Models/codegen/aws/cloudwatch/MetricStream.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_MetricStreamExcludeFilter, cloudwatch_MetricStreamExcludeFilter_GetTypes, -} from "../types/cloudwatch_MetricStreamExcludeFilter"; +} from '../types/cloudwatch_MetricStreamExcludeFilter'; import { cloudwatch_MetricStreamIncludeFilter, cloudwatch_MetricStreamIncludeFilter_GetTypes, -} from "../types/cloudwatch_MetricStreamIncludeFilter"; +} from '../types/cloudwatch_MetricStreamIncludeFilter'; import { cloudwatch_MetricStreamStatisticsConfiguration, cloudwatch_MetricStreamStatisticsConfiguration_GetTypes, -} from "../types/cloudwatch_MetricStreamStatisticsConfiguration"; +} from '../types/cloudwatch_MetricStreamStatisticsConfiguration'; export interface MetricStreamArgs { // ARN of the IAM role that this metric stream will use to access Amazon Kinesis Firehose resources. For more information about role permissions, see [Trust between CloudWatch and Kinesis Data Firehose](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-trustpolicy.html). @@ -108,39 +108,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "outputFormat", - "Output format for the stream. Possible values are `json`, `opentelemetry0.7`, and `opentelemetry1.0`. For more information about output formats, see [Metric streams output formats](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats.html).\n\nThe following arguments are optional:", + 'outputFormat', + 'Output format for the stream. Possible values are `json`, `opentelemetry0.7`, and `opentelemetry1.0`. For more information about output formats, see [Metric streams output formats](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats.html).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name of the metric stream. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Friendly name of the metric stream. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique friendly name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique friendly name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "statisticsConfigurations", + 'statisticsConfigurations', "For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's `output_format`. If the OutputFormat is `json`, you can stream any additional statistic that is supported by CloudWatch, listed in [CloudWatch statistics definitions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html.html). If the OutputFormat is `opentelemetry0.7` or `opentelemetry1.0`, you can stream percentile statistics (p99 etc.). See details below.", () => cloudwatch_MetricStreamStatisticsConfiguration_GetTypes(), false, @@ -148,15 +148,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that this metric stream will use to access Amazon Kinesis Firehose resources. For more information about role permissions, see [Trust between CloudWatch and Kinesis Data Firehose](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-trustpolicy.html).", + 'roleArn', + 'ARN of the IAM role that this metric stream will use to access Amazon Kinesis Firehose resources. For more information about role permissions, see [Trust between CloudWatch and Kinesis Data Firehose](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-trustpolicy.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "excludeFilters", + 'excludeFilters', "List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces and the conditional metric names that you specify here. If you don't specify metric names or provide empty metric names whole metric namespace is excluded. Conflicts with `include_filter`.", () => cloudwatch_MetricStreamExcludeFilter_GetTypes(), false, @@ -164,23 +164,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "includeLinkedAccountsMetrics", - "If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is false. For more information about linking accounts, see [CloudWatch cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html).", + 'includeLinkedAccountsMetrics', + 'If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is false. For more information about linking accounts, see [CloudWatch cross-account observability](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firehoseArn", - "ARN of the Amazon Kinesis Firehose delivery stream to use for this metric stream.", + 'firehoseArn', + 'ARN of the Amazon Kinesis Firehose delivery stream to use for this metric stream.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "includeFilters", + 'includeFilters', "List of inclusive metric filters. If you specify this parameter, the stream sends only the conditional metric names from the metric namespaces that you specify here. If you don't specify metric names or provide empty metric names whole metric namespace is included. Conflicts with `exclude_filter`.", () => cloudwatch_MetricStreamIncludeFilter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/cloudwatch/QueryDefinition.ts b/src/app/Models/codegen/aws/cloudwatch/QueryDefinition.ts index ffef7dd4d..d2c4c5aec 100644 --- a/src/app/Models/codegen/aws/cloudwatch/QueryDefinition.ts +++ b/src/app/Models/codegen/aws/cloudwatch/QueryDefinition.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface QueryDefinitionArgs { // Specific log groups to use with the query. @@ -34,24 +34,24 @@ export class QueryDefinition extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "logGroupNames", - "Specific log groups to use with the query.", + 'logGroupNames', + 'Specific log groups to use with the query.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the query.", + 'name', + 'The name of the query.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queryString", - "The query to save. You can read more about CloudWatch Logs Query Syntax in the [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html).", + 'queryString', + 'The query to save. You can read more about CloudWatch Logs Query Syntax in the [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/codeartifact/Domain.ts b/src/app/Models/codegen/aws/codeartifact/Domain.ts index 754aad089..a403a5f21 100644 --- a/src/app/Models/codegen/aws/codeartifact/Domain.ts +++ b/src/app/Models/codegen/aws/codeartifact/Domain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainArgs { // The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable. @@ -52,24 +52,24 @@ export class Domain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable.", + 'domain', + 'The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "encryptionKey", - "The encryption key for the domain. This is used to encrypt content stored in a domain. The KMS Key Amazon Resource Name (ARN). The default aws/codeartifact AWS KMS master key is used if this element is absent.", + 'encryptionKey', + 'The encryption key for the domain. This is used to encrypt content stored in a domain. The KMS Key Amazon Resource Name (ARN). The default aws/codeartifact AWS KMS master key is used if this element is absent.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/codeartifact/DomainPermissions.ts b/src/app/Models/codegen/aws/codeartifact/DomainPermissions.ts index e00946ed9..d1a4e2bd2 100644 --- a/src/app/Models/codegen/aws/codeartifact/DomainPermissions.ts +++ b/src/app/Models/codegen/aws/codeartifact/DomainPermissions.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainPermissionsArgs { // The name of the domain on which to set the resource policy. @@ -40,31 +40,31 @@ export class DomainPermissions extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "The name of the domain on which to set the resource policy.", + 'domain', + 'The name of the domain on which to set the resource policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domainOwner", - "The account number of the AWS account that owns the domain.", + 'domainOwner', + 'The account number of the AWS account that owns the domain.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyDocument", - "A JSON policy string to be set as the access control resource policy on the provided domain.", + 'policyDocument', + 'A JSON policy string to be set as the access control resource policy on the provided domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyRevision", + 'policyRevision', "The current revision of the resource policy to be set. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.", () => [], false, diff --git a/src/app/Models/codegen/aws/codeartifact/Repository.ts b/src/app/Models/codegen/aws/codeartifact/Repository.ts index de041ab66..562ca5c61 100644 --- a/src/app/Models/codegen/aws/codeartifact/Repository.ts +++ b/src/app/Models/codegen/aws/codeartifact/Repository.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codeartifact_RepositoryUpstream, codeartifact_RepositoryUpstream_GetTypes, -} from "../types/codeartifact_RepositoryUpstream"; +} from '../types/codeartifact_RepositoryUpstream'; import { codeartifact_RepositoryExternalConnections, codeartifact_RepositoryExternalConnections_GetTypes, -} from "../types/codeartifact_RepositoryExternalConnections"; +} from '../types/codeartifact_RepositoryExternalConnections'; export interface RepositoryArgs { // The account number of the AWS account that owns the domain. @@ -72,56 +72,56 @@ export class Repository extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainOwner", - "The account number of the AWS account that owns the domain.", + 'domainOwner', + 'The account number of the AWS account that owns the domain.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "externalConnections", - "An array of external connections associated with the repository. Only one external connection can be set per repository. see External Connections.", + 'externalConnections', + 'An array of external connections associated with the repository. Only one external connection can be set per repository. see External Connections.', () => codeartifact_RepositoryExternalConnections_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "repository", - "The name of the repository to create.", + 'repository', + 'The name of the repository to create.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "upstreams", - "A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. see Upstream", + 'upstreams', + 'A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. see Upstream', () => codeartifact_RepositoryUpstream_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the repository.", + 'description', + 'The description of the repository.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domain", - "The domain that contains the created repository.", + 'domain', + 'The domain that contains the created repository.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codeartifact/RepositoryPermissionsPolicy.ts b/src/app/Models/codegen/aws/codeartifact/RepositoryPermissionsPolicy.ts index 47607d470..9364cc10b 100644 --- a/src/app/Models/codegen/aws/codeartifact/RepositoryPermissionsPolicy.ts +++ b/src/app/Models/codegen/aws/codeartifact/RepositoryPermissionsPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryPermissionsPolicyArgs { // The account number of the AWS account that owns the domain. @@ -46,23 +46,23 @@ export class RepositoryPermissionsPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainOwner", - "The account number of the AWS account that owns the domain.", + 'domainOwner', + 'The account number of the AWS account that owns the domain.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyDocument", - "A JSON policy string to be set as the access control resource policy on the provided domain.", + 'policyDocument', + 'A JSON policy string to be set as the access control resource policy on the provided domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyRevision", + 'policyRevision', "The current revision of the resource policy to be set. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.", () => [], false, @@ -70,16 +70,16 @@ export class RepositoryPermissionsPolicy extends DS_Resource { ), new DynamicUIProps( InputType.String, - "repository", - "The name of the repository to set the resource policy on.", + 'repository', + 'The name of the repository to set the resource policy on.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domain", - "The name of the domain on which to set the resource policy.", + 'domain', + 'The name of the domain on which to set the resource policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codebuild/Project.ts b/src/app/Models/codegen/aws/codebuild/Project.ts index fbfe119ab..53436f76a 100644 --- a/src/app/Models/codegen/aws/codebuild/Project.ts +++ b/src/app/Models/codegen/aws/codebuild/Project.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectSecondarySource, codebuild_ProjectSecondarySource_GetTypes, -} from "../types/codebuild_ProjectSecondarySource"; +} from '../types/codebuild_ProjectSecondarySource'; import { codebuild_ProjectVpcConfig, codebuild_ProjectVpcConfig_GetTypes, -} from "../types/codebuild_ProjectVpcConfig"; +} from '../types/codebuild_ProjectVpcConfig'; import { codebuild_ProjectSource, codebuild_ProjectSource_GetTypes, -} from "../types/codebuild_ProjectSource"; +} from '../types/codebuild_ProjectSource'; import { codebuild_ProjectBuildBatchConfig, codebuild_ProjectBuildBatchConfig_GetTypes, -} from "../types/codebuild_ProjectBuildBatchConfig"; +} from '../types/codebuild_ProjectBuildBatchConfig'; import { codebuild_ProjectCache, codebuild_ProjectCache_GetTypes, -} from "../types/codebuild_ProjectCache"; +} from '../types/codebuild_ProjectCache'; import { codebuild_ProjectEnvironment, codebuild_ProjectEnvironment_GetTypes, -} from "../types/codebuild_ProjectEnvironment"; +} from '../types/codebuild_ProjectEnvironment'; import { codebuild_ProjectFileSystemLocation, codebuild_ProjectFileSystemLocation_GetTypes, -} from "../types/codebuild_ProjectFileSystemLocation"; +} from '../types/codebuild_ProjectFileSystemLocation'; import { codebuild_ProjectSecondaryArtifact, codebuild_ProjectSecondaryArtifact_GetTypes, -} from "../types/codebuild_ProjectSecondaryArtifact"; +} from '../types/codebuild_ProjectSecondaryArtifact'; import { codebuild_ProjectArtifacts, codebuild_ProjectArtifacts_GetTypes, -} from "../types/codebuild_ProjectArtifacts"; +} from '../types/codebuild_ProjectArtifacts'; import { codebuild_ProjectLogsConfig, codebuild_ProjectLogsConfig_GetTypes, -} from "../types/codebuild_ProjectLogsConfig"; +} from '../types/codebuild_ProjectLogsConfig'; import { codebuild_ProjectSecondarySourceVersion, codebuild_ProjectSecondarySourceVersion_GetTypes, -} from "../types/codebuild_ProjectSecondarySourceVersion"; +} from '../types/codebuild_ProjectSecondarySourceVersion'; export interface ProjectArgs { // Number of minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out. The default is 8 hours. The `queued_timeout` property is not available on the `Lambda` compute type. @@ -215,47 +215,47 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "badgeEnabled", - "Generates a publicly-accessible URL for the projects build badge. Available as `badge_url` attribute when enabled.", + 'badgeEnabled', + 'Generates a publicly-accessible URL for the projects build badge. Available as `badge_url` attribute when enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "source", - "Configuration block. Detailed below.\n\nThe following arguments are optional:", + 'source', + 'Configuration block. Detailed below.\n\nThe following arguments are optional:', () => codebuild_ProjectSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "buildTimeout", - "Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `build_timeout` property is not available on the `Lambda` compute type.", + 'buildTimeout', + 'Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The `build_timeout` property is not available on the `Lambda` compute type.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "buildBatchConfig", - "Defines the batch build options for the project.", + 'buildBatchConfig', + 'Defines the batch build options for the project.', () => codebuild_ProjectBuildBatchConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "projectVisibility", + 'projectVisibility', "Specifies the visibility of the project's builds. Possible values are: `PUBLIC_READ` and `PRIVATE`. Default value is `PRIVATE`.", () => [], false, @@ -263,15 +263,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "fileSystemLocations", - "A set of file system locations to mount inside the build. File system locations are documented below.", + 'fileSystemLocations', + 'A set of file system locations to mount inside the build. File system locations are documented below.', () => codebuild_ProjectFileSystemLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Project's name.", () => [], false, @@ -279,15 +279,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "secondaryArtifacts", - "Configuration block. Detailed below.", + 'secondaryArtifacts', + 'Configuration block. Detailed below.', () => codebuild_ProjectSecondaryArtifact_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceAccessRole", + 'resourceAccessRole', "The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds in order to display them publicly. Only applicable if `project_visibility` is `PUBLIC_READ`.", () => [], false, @@ -295,79 +295,79 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Number, - "concurrentBuildLimit", - "Specify a maximum number of concurrent builds for the project. The value specified must be greater than 0 and less than the account concurrent running builds limit.", + 'concurrentBuildLimit', + 'Specify a maximum number of concurrent builds for the project. The value specified must be greater than 0 and less than the account concurrent running builds limit.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceVersion", - "Version of the build input to be built for this project. If not specified, the latest version is used.", + 'sourceVersion', + 'Version of the build input to be built for this project. If not specified, the latest version is used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "artifacts", - "Configuration block. Detailed below.", + 'artifacts', + 'Configuration block. Detailed below.', () => codebuild_ProjectArtifacts_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the project.", + 'description', + 'Short description of the project.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "logsConfig", - "Configuration block. Detailed below.", + 'logsConfig', + 'Configuration block. Detailed below.', () => codebuild_ProjectLogsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "environment", - "Configuration block. Detailed below.", + 'environment', + 'Configuration block. Detailed below.', () => codebuild_ProjectEnvironment_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "secondarySources", - "Configuration block. Detailed below.", + 'secondarySources', + 'Configuration block. Detailed below.', () => codebuild_ProjectSecondarySource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block. Detailed below.", + 'vpcConfig', + 'Configuration block. Detailed below.', () => codebuild_ProjectVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "queuedTimeout", - "Number of minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out. The default is 8 hours. The `queued_timeout` property is not available on the `Lambda` compute type.", + 'queuedTimeout', + 'Number of minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out. The default is 8 hours. The `queued_timeout` property is not available on the `Lambda` compute type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionKey", + 'encryptionKey', "AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build project's build output artifacts.", () => [], false, @@ -375,24 +375,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "cache", - "Configuration block. Detailed below.", + 'cache', + 'Configuration block. Detailed below.', () => codebuild_ProjectCache_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "secondarySourceVersions", - "Configuration block. Detailed below.", + 'secondarySourceVersions', + 'Configuration block. Detailed below.', () => codebuild_ProjectSecondarySourceVersion_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceRole", - "Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.", + 'serviceRole', + 'Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/codebuild/ReportGroup.ts b/src/app/Models/codegen/aws/codebuild/ReportGroup.ts index d53115a95..97e5053a9 100644 --- a/src/app/Models/codegen/aws/codebuild/ReportGroup.ts +++ b/src/app/Models/codegen/aws/codebuild/ReportGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ReportGroupExportConfig, codebuild_ReportGroupExportConfig_GetTypes, -} from "../types/codebuild_ReportGroupExportConfig"; +} from '../types/codebuild_ReportGroupExportConfig'; export interface ReportGroupArgs { // If `true`, deletes any reports that belong to a report group before deleting the report group. If `false`, you must delete any reports in the report group before deleting it. Default value is `false`. @@ -56,40 +56,40 @@ export class ReportGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the Report Group. Valid value are `TEST` and `CODE_COVERAGE`.", + 'type', + 'The type of the Report Group. Valid value are `TEST` and `CODE_COVERAGE`.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "deleteReports", - "If `true`, deletes any reports that belong to a report group before deleting the report group. If `false`, you must delete any reports in the report group before deleting it. Default value is `false`.", + 'deleteReports', + 'If `true`, deletes any reports that belong to a report group before deleting the report group. If `false`, you must delete any reports in the report group before deleting it. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "exportConfig", - "Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.", + 'exportConfig', + 'Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.', () => codebuild_ReportGroupExportConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of a Report Group.", + 'name', + 'The name of a Report Group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/codebuild/ResourcePolicy.ts b/src/app/Models/codegen/aws/codebuild/ResourcePolicy.ts index 9a2098472..ee8bdf041 100644 --- a/src/app/Models/codegen/aws/codebuild/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/codebuild/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // A JSON-formatted resource policy. For more information, see [Sharing a Projec](https://docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share) and [Sharing a Report Group](https://docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share). @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "A JSON-formatted resource policy. For more information, see [Sharing a Projec](https://docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share) and [Sharing a Report Group](https://docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share).", + 'policy', + 'A JSON-formatted resource policy. For more information, see [Sharing a Projec](https://docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share) and [Sharing a Report Group](https://docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Project or ReportGroup resource you want to associate with a resource policy.", + 'resourceArn', + 'The ARN of the Project or ReportGroup resource you want to associate with a resource policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codebuild/SourceCredential.ts b/src/app/Models/codegen/aws/codebuild/SourceCredential.ts index 99697ee9a..a067b199a 100644 --- a/src/app/Models/codegen/aws/codebuild/SourceCredential.ts +++ b/src/app/Models/codegen/aws/codebuild/SourceCredential.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SourceCredentialArgs { // The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API. @@ -40,32 +40,32 @@ export class SourceCredential extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serverType", - "The source provider used for this project.", + 'serverType', + 'The source provider used for this project.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "token", - "For `GitHub` or `GitHub Enterprise`, this is the personal access token. For `Bitbucket`, this is the app password.", + 'token', + 'For `GitHub` or `GitHub Enterprise`, this is the personal access token. For `Bitbucket`, this is the app password.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userName", - "The Bitbucket username when the authType is `BASIC_AUTH`. This parameter is not valid for other types of source providers or connections.", + 'userName', + 'The Bitbucket username when the authType is `BASIC_AUTH`. This parameter is not valid for other types of source providers or connections.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "authType", - "The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API.", + 'authType', + 'The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codebuild/Webhook.ts b/src/app/Models/codegen/aws/codebuild/Webhook.ts index 064cfc03b..0d5f229a5 100644 --- a/src/app/Models/codegen/aws/codebuild/Webhook.ts +++ b/src/app/Models/codegen/aws/codebuild/Webhook.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_WebhookScopeConfiguration, codebuild_WebhookScopeConfiguration_GetTypes, -} from "../types/codebuild_WebhookScopeConfiguration"; +} from '../types/codebuild_WebhookScopeConfiguration'; import { codebuild_WebhookFilterGroup, codebuild_WebhookFilterGroup_GetTypes, -} from "../types/codebuild_WebhookFilterGroup"; +} from '../types/codebuild_WebhookFilterGroup'; export interface WebhookArgs { // The name of the build project. @@ -60,7 +60,7 @@ export class Webhook extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "filterGroups", + 'filterGroups', "Information about the webhook's trigger. Filter group blocks are documented below.", () => codebuild_WebhookFilterGroup_GetTypes(), false, @@ -68,32 +68,32 @@ export class Webhook extends DS_Resource { ), new DynamicUIProps( InputType.String, - "projectName", - "The name of the build project.", + 'projectName', + 'The name of the build project.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "scopeConfiguration", - "Scope configuration for global or organization webhooks. Scope configuration blocks are documented below.", + 'scopeConfiguration', + 'Scope configuration for global or organization webhooks. Scope configuration blocks are documented below.', () => codebuild_WebhookScopeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "branchFilter", - "A regular expression used to determine which branches get built. Default is all branches are built. We recommend using `filter_group` over `branch_filter`.", + 'branchFilter', + 'A regular expression used to determine which branches get built. Default is all branches are built. We recommend using `filter_group` over `branch_filter`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "buildType", - "The type of build this webhook will trigger. Valid values for this parameter are: `BUILD`, `BUILD_BATCH`.", + 'buildType', + 'The type of build this webhook will trigger. Valid values for this parameter are: `BUILD`, `BUILD_BATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codecatalyst/DevEnvironment.ts b/src/app/Models/codegen/aws/codecatalyst/DevEnvironment.ts index 7d534021b..467497c06 100644 --- a/src/app/Models/codegen/aws/codecatalyst/DevEnvironment.ts +++ b/src/app/Models/codegen/aws/codecatalyst/DevEnvironment.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codecatalyst_DevEnvironmentIdes, codecatalyst_DevEnvironmentIdes_GetTypes, -} from "../types/codecatalyst_DevEnvironmentIdes"; +} from '../types/codecatalyst_DevEnvironmentIdes'; import { codecatalyst_DevEnvironmentPersistentStorage, codecatalyst_DevEnvironmentPersistentStorage_GetTypes, -} from "../types/codecatalyst_DevEnvironmentPersistentStorage"; +} from '../types/codecatalyst_DevEnvironmentPersistentStorage'; import { codecatalyst_DevEnvironmentRepository, codecatalyst_DevEnvironmentRepository_GetTypes, -} from "../types/codecatalyst_DevEnvironmentRepository"; +} from '../types/codecatalyst_DevEnvironmentRepository'; export interface DevEnvironmentArgs { // The name of the space. @@ -81,57 +81,57 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "projectName", - "The name of the project in the space.", + 'projectName', + 'The name of the project in the space.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "repositories", - "The source repository that contains the branch to clone into the Dev Environment.", + 'repositories', + 'The source repository that contains the branch to clone into the Dev Environment.', () => codecatalyst_DevEnvironmentRepository_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "spaceName", - "The name of the space.", + 'spaceName', + 'The name of the space.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "alias", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'alias', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "ides", - "Information about the integrated development environment (IDE) configured for a Dev Environment.", + 'ides', + 'Information about the integrated development environment (IDE) configured for a Dev Environment.', () => codecatalyst_DevEnvironmentIdes_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "inactivityTimeoutMinutes", - "The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.", + 'inactivityTimeoutMinutes', + 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The Amazon EC2 instace type to use for the Dev Environment. Valid values include dev.standard1.small,dev.standard1.medium,dev.standard1.large,dev.standard1.xlarge\n\nThe following arguments are optional:", + 'instanceType', + 'The Amazon EC2 instace type to use for the Dev Environment. Valid values include dev.standard1.small,dev.standard1.medium,dev.standard1.large,dev.standard1.xlarge\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "persistentStorage", - "Information about the amount of storage allocated to the Dev Environment.", + 'persistentStorage', + 'Information about the amount of storage allocated to the Dev Environment.', () => codecatalyst_DevEnvironmentPersistentStorage_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/codecatalyst/Project.ts b/src/app/Models/codegen/aws/codecatalyst/Project.ts index 46929e1d2..81e2f91b1 100644 --- a/src/app/Models/codegen/aws/codecatalyst/Project.ts +++ b/src/app/Models/codegen/aws/codecatalyst/Project.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectArgs { // The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose. @@ -42,24 +42,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "displayName", - "The friendly name of the project that will be displayed to users.\n\nThe following arguments are optional:", + 'displayName', + 'The friendly name of the project that will be displayed to users.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "spaceName", - "The name of the space.", + 'spaceName', + 'The name of the space.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.", + 'description', + 'The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codecatalyst/SourceRepository.ts b/src/app/Models/codegen/aws/codecatalyst/SourceRepository.ts index 087d76f6c..fff7f2639 100644 --- a/src/app/Models/codegen/aws/codecatalyst/SourceRepository.ts +++ b/src/app/Models/codegen/aws/codecatalyst/SourceRepository.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SourceRepositoryArgs { // The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose. @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.", + 'description', + 'The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the source repository. For more information about name requirements, see [Quotas for source repositories](https://docs.aws.amazon.com/codecatalyst/latest/userguide/source-quotas.html).", + 'name', + 'The name of the source repository. For more information about name requirements, see [Quotas for source repositories](https://docs.aws.amazon.com/codecatalyst/latest/userguide/source-quotas.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "projectName", - "The name of the project in the CodeCatalyst space.\n\nThe following arguments are optional:", + 'projectName', + 'The name of the project in the CodeCatalyst space.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "spaceName", - "The name of the CodeCatalyst space.", + 'spaceName', + 'The name of the CodeCatalyst space.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplate.ts b/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplate.ts index 57a39a95d..18b69f642 100644 --- a/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplate.ts +++ b/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApprovalRuleTemplateArgs { // The content of the approval rule template. Maximum of 3000 characters. @@ -46,24 +46,24 @@ export class ApprovalRuleTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "content", - "The content of the approval rule template. Maximum of 3000 characters.", + 'content', + 'The content of the approval rule template. Maximum of 3000 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the approval rule template. Maximum of 1000 characters.", + 'description', + 'The description of the approval rule template. Maximum of 1000 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the approval rule template. Maximum of 100 characters.", + 'name', + 'The name for the approval rule template. Maximum of 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplateAssociation.ts b/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplateAssociation.ts index 395757ec9..26eead4a4 100644 --- a/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplateAssociation.ts +++ b/src/app/Models/codegen/aws/codecommit/ApprovalRuleTemplateAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApprovalRuleTemplateAssociationArgs { // The name for the approval rule template. @@ -25,16 +25,16 @@ export class ApprovalRuleTemplateAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "approvalRuleTemplateName", - "The name for the approval rule template.", + 'approvalRuleTemplateName', + 'The name for the approval rule template.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the repository that you want to associate with the template.", + 'repositoryName', + 'The name of the repository that you want to associate with the template.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codecommit/Repository.ts b/src/app/Models/codegen/aws/codecommit/Repository.ts index dda1eaea2..3022c0cfe 100644 --- a/src/app/Models/codegen/aws/codecommit/Repository.ts +++ b/src/app/Models/codegen/aws/codecommit/Repository.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryArgs { // The default branch of the repository. The branch specified here needs to exist. @@ -58,40 +58,40 @@ export class Repository extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "repositoryName", - "The name for the repository. This needs to be less than 100 characters.", + 'repositoryName', + 'The name for the repository. This needs to be less than 100 characters.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultBranch", - "The default branch of the repository. The branch specified here needs to exist.", + 'defaultBranch', + 'The default branch of the repository. The branch specified here needs to exist.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the repository. This needs to be less than 1000 characters", + 'description', + 'The description of the repository. This needs to be less than 1000 characters', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the encryption key. If no key is specified, the default `aws/codecommit` Amazon Web Services managed key is used.", + 'kmsKeyId', + 'The ARN of the encryption key. If no key is specified, the default `aws/codecommit` Amazon Web Services managed key is used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codecommit/Trigger.ts b/src/app/Models/codegen/aws/codecommit/Trigger.ts index b0d9bcd11..b78a884d4 100644 --- a/src/app/Models/codegen/aws/codecommit/Trigger.ts +++ b/src/app/Models/codegen/aws/codecommit/Trigger.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codecommit_TriggerTrigger, codecommit_TriggerTrigger_GetTypes, -} from "../types/codecommit_TriggerTrigger"; +} from '../types/codecommit_TriggerTrigger'; export interface TriggerArgs { // The name for the repository. This needs to be less than 100 characters. @@ -32,16 +32,16 @@ export class Trigger extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "repositoryName", - "The name for the repository. This needs to be less than 100 characters.", + 'repositoryName', + 'The name for the repository. This needs to be less than 100 characters.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "triggers", - "The name of the trigger.", + 'triggers', + 'The name of the trigger.', () => codecommit_TriggerTrigger_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/codedeploy/Application.ts b/src/app/Models/codegen/aws/codedeploy/Application.ts index 5ef84e60a..0ff60944f 100644 --- a/src/app/Models/codegen/aws/codedeploy/Application.ts +++ b/src/app/Models/codegen/aws/codedeploy/Application.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationArgs { // The compute platform can either be `ECS`, `Lambda`, or `Server`. Default is `Server`. @@ -46,24 +46,24 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "computePlatform", - "The compute platform can either be `ECS`, `Lambda`, or `Server`. Default is `Server`.", + 'computePlatform', + 'The compute platform can either be `ECS`, `Lambda`, or `Server`. Default is `Server`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the application.", + 'name', + 'The name of the application.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/codedeploy/DeploymentConfig.ts b/src/app/Models/codegen/aws/codedeploy/DeploymentConfig.ts index 9c8b7e544..c8cb4f3de 100644 --- a/src/app/Models/codegen/aws/codedeploy/DeploymentConfig.ts +++ b/src/app/Models/codegen/aws/codedeploy/DeploymentConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentConfigMinimumHealthyHosts, codedeploy_DeploymentConfigMinimumHealthyHosts_GetTypes, -} from "../types/codedeploy_DeploymentConfigMinimumHealthyHosts"; +} from '../types/codedeploy_DeploymentConfigMinimumHealthyHosts'; import { codedeploy_DeploymentConfigTrafficRoutingConfig, codedeploy_DeploymentConfigTrafficRoutingConfig_GetTypes, -} from "../types/codedeploy_DeploymentConfigTrafficRoutingConfig"; +} from '../types/codedeploy_DeploymentConfigTrafficRoutingConfig'; export interface DeploymentConfigArgs { // A minimum_healthy_hosts block. Required for `Server` compute platform. Minimum Healthy Hosts are documented below. @@ -51,32 +51,32 @@ export class DeploymentConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "deploymentConfigName", - "The name of the deployment config.", + 'deploymentConfigName', + 'The name of the deployment config.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "minimumHealthyHosts", - "A minimum_healthy_hosts block. Required for `Server` compute platform. Minimum Healthy Hosts are documented below.", + 'minimumHealthyHosts', + 'A minimum_healthy_hosts block. Required for `Server` compute platform. Minimum Healthy Hosts are documented below.', () => codedeploy_DeploymentConfigMinimumHealthyHosts_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "trafficRoutingConfig", - "A traffic_routing_config block. Traffic Routing Config is documented below.", + 'trafficRoutingConfig', + 'A traffic_routing_config block. Traffic Routing Config is documented below.', () => codedeploy_DeploymentConfigTrafficRoutingConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "computePlatform", - "The compute platform can be `Server`, `Lambda`, or `ECS`. Default is `Server`.", + 'computePlatform', + 'The compute platform can be `Server`, `Lambda`, or `ECS`. Default is `Server`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/codedeploy/DeploymentGroup.ts b/src/app/Models/codegen/aws/codedeploy/DeploymentGroup.ts index 3dc819774..4065a9173 100644 --- a/src/app/Models/codegen/aws/codedeploy/DeploymentGroup.ts +++ b/src/app/Models/codegen/aws/codedeploy/DeploymentGroup.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentGroupLoadBalancerInfo, codedeploy_DeploymentGroupLoadBalancerInfo_GetTypes, -} from "../types/codedeploy_DeploymentGroupLoadBalancerInfo"; +} from '../types/codedeploy_DeploymentGroupLoadBalancerInfo'; import { codedeploy_DeploymentGroupTriggerConfiguration, codedeploy_DeploymentGroupTriggerConfiguration_GetTypes, -} from "../types/codedeploy_DeploymentGroupTriggerConfiguration"; +} from '../types/codedeploy_DeploymentGroupTriggerConfiguration'; import { codedeploy_DeploymentGroupEc2TagFilter, codedeploy_DeploymentGroupEc2TagFilter_GetTypes, -} from "../types/codedeploy_DeploymentGroupEc2TagFilter"; +} from '../types/codedeploy_DeploymentGroupEc2TagFilter'; import { codedeploy_DeploymentGroupBlueGreenDeploymentConfig, codedeploy_DeploymentGroupBlueGreenDeploymentConfig_GetTypes, -} from "../types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig"; +} from '../types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig'; import { codedeploy_DeploymentGroupEc2TagSet, codedeploy_DeploymentGroupEc2TagSet_GetTypes, -} from "../types/codedeploy_DeploymentGroupEc2TagSet"; +} from '../types/codedeploy_DeploymentGroupEc2TagSet'; import { codedeploy_DeploymentGroupEcsService, codedeploy_DeploymentGroupEcsService_GetTypes, -} from "../types/codedeploy_DeploymentGroupEcsService"; +} from '../types/codedeploy_DeploymentGroupEcsService'; import { codedeploy_DeploymentGroupOnPremisesInstanceTagFilter, codedeploy_DeploymentGroupOnPremisesInstanceTagFilter_GetTypes, -} from "../types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter"; +} from '../types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter'; import { codedeploy_DeploymentGroupDeploymentStyle, codedeploy_DeploymentGroupDeploymentStyle_GetTypes, -} from "../types/codedeploy_DeploymentGroupDeploymentStyle"; +} from '../types/codedeploy_DeploymentGroupDeploymentStyle'; import { codedeploy_DeploymentGroupAlarmConfiguration, codedeploy_DeploymentGroupAlarmConfiguration_GetTypes, -} from "../types/codedeploy_DeploymentGroupAlarmConfiguration"; +} from '../types/codedeploy_DeploymentGroupAlarmConfiguration'; import { codedeploy_DeploymentGroupAutoRollbackConfiguration, codedeploy_DeploymentGroupAutoRollbackConfiguration_GetTypes, -} from "../types/codedeploy_DeploymentGroupAutoRollbackConfiguration"; +} from '../types/codedeploy_DeploymentGroupAutoRollbackConfiguration'; export interface DeploymentGroupArgs { // Single configuration block of the load balancer to use in a blue/green deployment (documented below). @@ -167,103 +167,103 @@ export class DeploymentGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "triggerConfigurations", - "Configuration block(s) of the triggers for the deployment group (documented below).", + 'triggerConfigurations', + 'Configuration block(s) of the triggers for the deployment group (documented below).', () => codedeploy_DeploymentGroupTriggerConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "outdatedInstancesStrategy", - "Configuration block of Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. Valid values are `UPDATE` and `IGNORE`. Defaults to `UPDATE`.", + 'outdatedInstancesStrategy', + 'Configuration block of Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. Valid values are `UPDATE` and `IGNORE`. Defaults to `UPDATE`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "alarmConfiguration", - "Configuration block of alarms associated with the deployment group (documented below).", + 'alarmConfiguration', + 'Configuration block of alarms associated with the deployment group (documented below).', () => codedeploy_DeploymentGroupAlarmConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "onPremisesInstanceTagFilters", - "On premise tag filters associated with the group. See the AWS docs for details.", + 'onPremisesInstanceTagFilters', + 'On premise tag filters associated with the group. See the AWS docs for details.', () => codedeploy_DeploymentGroupOnPremisesInstanceTagFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deploymentStyle", - "Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).", + 'deploymentStyle', + 'Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).', () => codedeploy_DeploymentGroupDeploymentStyle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ec2TagFilters", - "Tag filters associated with the deployment group. See the AWS docs for details.", + 'ec2TagFilters', + 'Tag filters associated with the deployment group. See the AWS docs for details.', () => codedeploy_DeploymentGroupEc2TagFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deploymentGroupName", - "The name of the deployment group.", + 'deploymentGroupName', + 'The name of the deployment group.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "autoRollbackConfiguration", - "Configuration block of the automatic rollback configuration associated with the deployment group (documented below).", + 'autoRollbackConfiguration', + 'Configuration block of the automatic rollback configuration associated with the deployment group (documented below).', () => codedeploy_DeploymentGroupAutoRollbackConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loadBalancerInfo", - "Single configuration block of the load balancer to use in a blue/green deployment (documented below).", + 'loadBalancerInfo', + 'Single configuration block of the load balancer to use in a blue/green deployment (documented below).', () => codedeploy_DeploymentGroupLoadBalancerInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "appName", - "The name of the application.", + 'appName', + 'The name of the application.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "autoscalingGroups", - "Autoscaling groups associated with the deployment group.", + 'autoscalingGroups', + 'Autoscaling groups associated with the deployment group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deploymentConfigName", + 'deploymentConfigName', 'The name of the group\'s deployment config. The default is "CodeDeployDefault.OneAtATime".', () => [], false, @@ -271,32 +271,32 @@ export class DeploymentGroup extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "ec2TagSets", - "Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs for details.", + 'ec2TagSets', + 'Configuration block(s) of Tag filters associated with the deployment group, which are also referred to as tag groups (documented below). See the AWS docs for details.', () => codedeploy_DeploymentGroupEc2TagSet_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceRoleArn", - "The service role ARN that allows deployments.", + 'serviceRoleArn', + 'The service role ARN that allows deployments.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "ecsService", - "Configuration block(s) of the ECS services for a deployment group (documented below).", + 'ecsService', + 'Configuration block(s) of the ECS services for a deployment group (documented below).', () => codedeploy_DeploymentGroupEcsService_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "blueGreenDeploymentConfig", - "Configuration block of the blue/green deployment options for a deployment group (documented below).", + 'blueGreenDeploymentConfig', + 'Configuration block of the blue/green deployment options for a deployment group (documented below).', () => codedeploy_DeploymentGroupBlueGreenDeploymentConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/codeguruprofiler/ProfilingGroup.ts b/src/app/Models/codegen/aws/codeguruprofiler/ProfilingGroup.ts index 6f64ad439..897d6d1f0 100644 --- a/src/app/Models/codegen/aws/codeguruprofiler/ProfilingGroup.ts +++ b/src/app/Models/codegen/aws/codeguruprofiler/ProfilingGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codeguruprofiler_ProfilingGroupAgentOrchestrationConfig, codeguruprofiler_ProfilingGroupAgentOrchestrationConfig_GetTypes, -} from "../types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig"; +} from '../types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig'; export interface ProfilingGroupArgs { // Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details. @@ -55,24 +55,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the profiling group.\n\nThe following arguments are optional:", + 'name', + 'Name of the profiling group.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "agentOrchestrationConfig", - "Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details.", + 'agentOrchestrationConfig', + 'Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details.', () => codeguruprofiler_ProfilingGroupAgentOrchestrationConfig_GetTypes(), false, @@ -80,8 +80,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "computePlatform", - "Compute platform of the profiling group.", + 'computePlatform', + 'Compute platform of the profiling group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codegurureviewer/RepositoryAssociation.ts b/src/app/Models/codegen/aws/codegurureviewer/RepositoryAssociation.ts index 3880cd6d2..6273f6d99 100644 --- a/src/app/Models/codegen/aws/codegurureviewer/RepositoryAssociation.ts +++ b/src/app/Models/codegen/aws/codegurureviewer/RepositoryAssociation.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codegurureviewer_RepositoryAssociationKmsKeyDetails, codegurureviewer_RepositoryAssociationKmsKeyDetails_GetTypes, -} from "../types/codegurureviewer_RepositoryAssociationKmsKeyDetails"; +} from '../types/codegurureviewer_RepositoryAssociationKmsKeyDetails'; import { codegurureviewer_RepositoryAssociationRepository, codegurureviewer_RepositoryAssociationRepository_GetTypes, -} from "../types/codegurureviewer_RepositoryAssociationRepository"; +} from '../types/codegurureviewer_RepositoryAssociationRepository'; import { codegurureviewer_RepositoryAssociationS3RepositoryDetail, codegurureviewer_RepositoryAssociationS3RepositoryDetail_GetTypes, -} from "../types/codegurureviewer_RepositoryAssociationS3RepositoryDetail"; +} from '../types/codegurureviewer_RepositoryAssociationS3RepositoryDetail'; export interface RepositoryAssociationArgs { // An object describing the KMS key to asssociate. Block is documented below. @@ -81,24 +81,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "kmsKeyDetails", - "An object describing the KMS key to asssociate. Block is documented below.", + 'kmsKeyDetails', + 'An object describing the KMS key to asssociate. Block is documented below.', () => codegurureviewer_RepositoryAssociationKmsKeyDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "repository", - "An object describing the repository to associate. Valid values: `bitbucket`, `codecommit`, `github_enterprise_server`, or `s3_bucket`. Block is documented below. Note: for repositories that leverage CodeStar connections (ex. `bitbucket`, `github_enterprise_server`) the connection must be in `Available` status prior to creating this resource.\n\nThe following arguments are optional:", + 'repository', + 'An object describing the repository to associate. Valid values: `bitbucket`, `codecommit`, `github_enterprise_server`, or `s3_bucket`. Block is documented below. Note: for repositories that leverage CodeStar connections (ex. `bitbucket`, `github_enterprise_server`) the connection must be in `Available` status prior to creating this resource.\n\nThe following arguments are optional:', () => codegurureviewer_RepositoryAssociationRepository_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/codepipeline/CustomActionType.ts b/src/app/Models/codegen/aws/codepipeline/CustomActionType.ts index db007c01c..351300548 100644 --- a/src/app/Models/codegen/aws/codepipeline/CustomActionType.ts +++ b/src/app/Models/codegen/aws/codepipeline/CustomActionType.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_CustomActionTypeSettings, codepipeline_CustomActionTypeSettings_GetTypes, -} from "../types/codepipeline_CustomActionTypeSettings"; +} from '../types/codepipeline_CustomActionTypeSettings'; import { codepipeline_CustomActionTypeConfigurationProperty, codepipeline_CustomActionTypeConfigurationProperty_GetTypes, -} from "../types/codepipeline_CustomActionTypeConfigurationProperty"; +} from '../types/codepipeline_CustomActionTypeConfigurationProperty'; import { codepipeline_CustomActionTypeInputArtifactDetails, codepipeline_CustomActionTypeInputArtifactDetails_GetTypes, -} from "../types/codepipeline_CustomActionTypeInputArtifactDetails"; +} from '../types/codepipeline_CustomActionTypeInputArtifactDetails'; import { codepipeline_CustomActionTypeOutputArtifactDetails, codepipeline_CustomActionTypeOutputArtifactDetails_GetTypes, -} from "../types/codepipeline_CustomActionTypeOutputArtifactDetails"; +} from '../types/codepipeline_CustomActionTypeOutputArtifactDetails'; export interface CustomActionTypeArgs { // @@ -86,57 +86,57 @@ export class CustomActionType extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "configurationProperties", - "The configuration properties for the custom action. Max 10 items.", + 'configurationProperties', + 'The configuration properties for the custom action. Max 10 items.', () => codepipeline_CustomActionTypeConfigurationProperty_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "inputArtifactDetails", - "", + 'inputArtifactDetails', + '', () => codepipeline_CustomActionTypeInputArtifactDetails_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "outputArtifactDetails", - "", + 'outputArtifactDetails', + '', () => codepipeline_CustomActionTypeOutputArtifactDetails_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "providerName", - "", + 'providerName', + '', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "settings", - "", + 'settings', + '', () => codepipeline_CustomActionTypeSettings_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "version", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'version', '', () => [], true, true), new DynamicUIProps( InputType.String, - "category", - "The category of the custom action. Valid values: `Source`, `Build`, `Deploy`, `Test`, `Invoke`, `Approval`", + 'category', + 'The category of the custom action. Valid values: `Source`, `Build`, `Deploy`, `Test`, `Invoke`, `Approval`', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codepipeline/Pipeline.ts b/src/app/Models/codegen/aws/codepipeline/Pipeline.ts index 9fb6d34a1..04f0e43d3 100644 --- a/src/app/Models/codegen/aws/codepipeline/Pipeline.ts +++ b/src/app/Models/codegen/aws/codepipeline/Pipeline.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineVariable, codepipeline_PipelineVariable_GetTypes, -} from "../types/codepipeline_PipelineVariable"; +} from '../types/codepipeline_PipelineVariable'; import { codepipeline_PipelineTrigger, codepipeline_PipelineTrigger_GetTypes, -} from "../types/codepipeline_PipelineTrigger"; +} from '../types/codepipeline_PipelineTrigger'; import { codepipeline_PipelineStage, codepipeline_PipelineStage_GetTypes, -} from "../types/codepipeline_PipelineStage"; +} from '../types/codepipeline_PipelineStage'; import { codepipeline_PipelineArtifactStore, codepipeline_PipelineArtifactStore_GetTypes, -} from "../types/codepipeline_PipelineArtifactStore"; +} from '../types/codepipeline_PipelineArtifactStore'; export interface PipelineArgs { // One or more artifact_store blocks. Artifact stores are documented below. @@ -97,72 +97,72 @@ The method that the pipeline will use to handle multiple executions. The default return [ new DynamicUIProps( InputType.String, - "executionMode", - "The method that the pipeline will use to handle multiple executions. The default mode is `SUPERSEDED`. For value values, refer to the [AWS documentation](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineDeclaration.html#CodePipeline-Type-PipelineDeclaration-executionMode).\n\n**Note:** `QUEUED` or `PARALLEL` mode can only be used with V2 pipelines.", + 'executionMode', + 'The method that the pipeline will use to handle multiple executions. The default mode is `SUPERSEDED`. For value values, refer to the [AWS documentation](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineDeclaration.html#CodePipeline-Type-PipelineDeclaration-executionMode).\n\n**Note:** `QUEUED` or `PARALLEL` mode can only be used with V2 pipelines.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the pipeline.", + 'name', + 'The name of the pipeline.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf.", + 'roleArn', + 'A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "triggers", - "A trigger block. Valid only when `pipeline_type` is `V2`. Triggers are documented below.", + 'triggers', + 'A trigger block. Valid only when `pipeline_type` is `V2`. Triggers are documented below.', () => codepipeline_PipelineTrigger_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "stages", - "A stage block. Stages are documented below.", + 'stages', + 'A stage block. Stages are documented below.', () => codepipeline_PipelineStage_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "artifactStores", - "One or more artifact_store blocks. Artifact stores are documented below.", + 'artifactStores', + 'One or more artifact_store blocks. Artifact stores are documented below.', () => codepipeline_PipelineArtifactStore_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "variables", - "A pipeline-level variable block. Valid only when `pipeline_type` is `V2`. Variable are documented below.", + 'variables', + 'A pipeline-level variable block. Valid only when `pipeline_type` is `V2`. Variable are documented below.', () => codepipeline_PipelineVariable_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pipelineType", - "Type of the pipeline. Possible values are: `V1` and `V2`. Default value is `V1`.", + 'pipelineType', + 'Type of the pipeline. Possible values are: `V1` and `V2`. Default value is `V1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/codepipeline/Webhook.ts b/src/app/Models/codegen/aws/codepipeline/Webhook.ts index 062b316f9..6857f32c2 100644 --- a/src/app/Models/codegen/aws/codepipeline/Webhook.ts +++ b/src/app/Models/codegen/aws/codepipeline/Webhook.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_WebhookAuthenticationConfiguration, codepipeline_WebhookAuthenticationConfiguration_GetTypes, -} from "../types/codepipeline_WebhookAuthenticationConfiguration"; +} from '../types/codepipeline_WebhookAuthenticationConfiguration'; import { codepipeline_WebhookFilter, codepipeline_WebhookFilter_GetTypes, -} from "../types/codepipeline_WebhookFilter"; +} from '../types/codepipeline_WebhookFilter'; export interface WebhookArgs { // The type of authentication to use. One of `IP`, `GITHUB_HMAC`, or `UNAUTHENTICATED`. @@ -72,56 +72,56 @@ export class Webhook extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetAction", - "The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline.", + 'targetAction', + 'The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetPipeline", - "The name of the pipeline.", + 'targetPipeline', + 'The name of the pipeline.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authentication", - "The type of authentication to use. One of `IP`, `GITHUB_HMAC`, or `UNAUTHENTICATED`.", + 'authentication', + 'The type of authentication to use. One of `IP`, `GITHUB_HMAC`, or `UNAUTHENTICATED`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "authenticationConfiguration", - "An `auth` block. Required for `IP` and `GITHUB_HMAC`. Auth blocks are documented below.", + 'authenticationConfiguration', + 'An `auth` block. Required for `IP` and `GITHUB_HMAC`. Auth blocks are documented below.', () => codepipeline_WebhookAuthenticationConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "filters", - "One or more `filter` blocks. Filter blocks are documented below.", + 'filters', + 'One or more `filter` blocks. Filter blocks are documented below.', () => codepipeline_WebhookFilter_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the webhook.", + 'name', + 'The name of the webhook.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/codestarconnections/Connection.ts b/src/app/Models/codegen/aws/codestarconnections/Connection.ts index 22640cd66..9f8d4543b 100644 --- a/src/app/Models/codegen/aws/codestarconnections/Connection.ts +++ b/src/app/Models/codegen/aws/codestarconnections/Connection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionArgs { // The Amazon Resource Name (ARN) of the host associated with the connection. Conflicts with `provider_type` @@ -46,32 +46,32 @@ export class Connection extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of key-value resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of key-value resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "hostArn", - "The Amazon Resource Name (ARN) of the host associated with the connection. Conflicts with `provider_type`", + 'hostArn', + 'The Amazon Resource Name (ARN) of the host associated with the connection. Conflicts with `provider_type`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the connection to be created. The name must be unique in the calling AWS account. Changing `name` will create a new resource.", + 'name', + 'The name of the connection to be created. The name must be unique in the calling AWS account. Changing `name` will create a new resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "providerType", - "The name of the external provider where your third-party code repository is configured. Valid values are `Bitbucket`, `GitHub`, `GitHubEnterpriseServer`, `GitLab` or `GitLabSelfManaged`. Changing `provider_type` will create a new resource. Conflicts with `host_arn`", + 'providerType', + 'The name of the external provider where your third-party code repository is configured. Valid values are `Bitbucket`, `GitHub`, `GitHubEnterpriseServer`, `GitLab` or `GitLabSelfManaged`. Changing `provider_type` will create a new resource. Conflicts with `host_arn`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/codestarconnections/Host.ts b/src/app/Models/codegen/aws/codestarconnections/Host.ts index 2016035cf..eb7e26d2a 100644 --- a/src/app/Models/codegen/aws/codestarconnections/Host.ts +++ b/src/app/Models/codegen/aws/codestarconnections/Host.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codestarconnections_HostVpcConfiguration, codestarconnections_HostVpcConfiguration_GetTypes, -} from "../types/codestarconnections_HostVpcConfiguration"; +} from '../types/codestarconnections_HostVpcConfiguration'; export interface HostArgs { // The endpoint of the infrastructure to be represented by the host after it is created. @@ -47,32 +47,32 @@ export class Host extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "The VPC configuration to be provisioned for the host. A VPC must be configured, and the infrastructure to be represented by the host must already be connected to the VPC.", + 'vpcConfiguration', + 'The VPC configuration to be provisioned for the host. A VPC must be configured, and the infrastructure to be represented by the host must already be connected to the VPC.', () => codestarconnections_HostVpcConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the host to be created. The name must be unique in the calling AWS account.", + 'name', + 'The name of the host to be created. The name must be unique in the calling AWS account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "providerEndpoint", - "The endpoint of the infrastructure to be represented by the host after it is created.", + 'providerEndpoint', + 'The endpoint of the infrastructure to be represented by the host after it is created.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "providerType", - "The name of the external provider where your third-party code repository is configured.", + 'providerType', + 'The name of the external provider where your third-party code repository is configured.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/codestarnotifications/NotificationRule.ts b/src/app/Models/codegen/aws/codestarnotifications/NotificationRule.ts index 3766346ce..6c3f137e5 100644 --- a/src/app/Models/codegen/aws/codestarnotifications/NotificationRule.ts +++ b/src/app/Models/codegen/aws/codestarnotifications/NotificationRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codestarnotifications_NotificationRuleTarget, codestarnotifications_NotificationRuleTarget_GetTypes, -} from "../types/codestarnotifications_NotificationRuleTarget"; +} from '../types/codestarnotifications_NotificationRuleTarget'; export interface NotificationRuleArgs { // The level of detail to include in the notifications for this resource. Possible values are `BASIC` and `FULL`. @@ -71,56 +71,56 @@ For list of allowed events see [here](https://docs.aws.amazon.com/codestar-notif return [ new DynamicUIProps( InputType.String, - "name", - "The name of notification rule.", + 'name', + 'The name of notification rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resource", - "The ARN of the resource to associate with the notification rule.", + 'resource', + 'The ARN of the resource to associate with the notification rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status of the notification rule. Possible values are `ENABLED` and `DISABLED`, default is `ENABLED`.", + 'status', + 'The status of the notification rule. Possible values are `ENABLED` and `DISABLED`, default is `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targets", - "Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.", + 'targets', + 'Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.', () => codestarnotifications_NotificationRuleTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "detailType", - "The level of detail to include in the notifications for this resource. Possible values are `BASIC` and `FULL`.", + 'detailType', + 'The level of detail to include in the notifications for this resource. Possible values are `BASIC` and `FULL`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "eventTypeIds", - "A list of event types associated with this notification rule.\nFor list of allowed events see [here](https://docs.aws.amazon.com/codestar-notifications/latest/userguide/concepts.html#concepts-api).", + 'eventTypeIds', + 'A list of event types associated with this notification rule.\nFor list of allowed events see [here](https://docs.aws.amazon.com/codestar-notifications/latest/userguide/concepts.html#concepts-api).', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/cognito/IdentityPool.ts b/src/app/Models/codegen/aws/cognito/IdentityPool.ts index 73bcec360..41610e95b 100644 --- a/src/app/Models/codegen/aws/cognito/IdentityPool.ts +++ b/src/app/Models/codegen/aws/cognito/IdentityPool.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_IdentityPoolCognitoIdentityProvider, cognito_IdentityPoolCognitoIdentityProvider_GetTypes, -} from "../types/cognito_IdentityPoolCognitoIdentityProvider"; +} from '../types/cognito_IdentityPoolCognitoIdentityProvider'; export interface IdentityPoolArgs { // A map of tags to assign to the Identity Pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -83,63 +83,63 @@ backend and the Cognito service to communicate about the developer provider. return [ new DynamicUIProps( InputType.Array, - "samlProviderArns", - "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity.", + 'samlProviderArns', + 'An array of Amazon Resource Names (ARNs) of the SAML provider for your identity.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allowUnauthenticatedIdentities", - "Whether the identity pool supports unauthenticated logins or not.", + 'allowUnauthenticatedIdentities', + 'Whether the identity pool supports unauthenticated logins or not.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowClassicFlow", - "Enables or disables the classic / basic authentication flow. Default is `false`.", + 'allowClassicFlow', + 'Enables or disables the classic / basic authentication flow. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cognitoIdentityProviders", - "An array of Amazon Cognito Identity user pools and their client IDs.", + 'cognitoIdentityProviders', + 'An array of Amazon Cognito Identity user pools and their client IDs.', () => cognito_IdentityPoolCognitoIdentityProvider_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "supportedLoginProviders", - "Key-Value pairs mapping provider names to provider app IDs.", + 'supportedLoginProviders', + 'Key-Value pairs mapping provider names to provider app IDs.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "openidConnectProviderArns", - "Set of OpendID Connect provider ARNs.", + 'openidConnectProviderArns', + 'Set of OpendID Connect provider ARNs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Identity Pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Identity Pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "developerProviderName", + 'developerProviderName', 'The "domain" by which Cognito will refer to your users. This name acts as a placeholder that allows your\nbackend and the Cognito service to communicate about the developer provider.', () => [], false, @@ -147,8 +147,8 @@ backend and the Cognito service to communicate about the developer provider. ), new DynamicUIProps( InputType.String, - "identityPoolName", - "The Cognito Identity Pool name.", + 'identityPoolName', + 'The Cognito Identity Pool name.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cognito/IdentityPoolProviderPrincipalTag.ts b/src/app/Models/codegen/aws/cognito/IdentityPoolProviderPrincipalTag.ts index 8cd768384..f7e5aa3ad 100644 --- a/src/app/Models/codegen/aws/cognito/IdentityPoolProviderPrincipalTag.ts +++ b/src/app/Models/codegen/aws/cognito/IdentityPoolProviderPrincipalTag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IdentityPoolProviderPrincipalTagArgs { // use default (username and clientID) attribute mappings. @@ -37,32 +37,32 @@ export class IdentityPoolProviderPrincipalTag extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "useDefaults", - "use default (username and clientID) attribute mappings.", + 'useDefaults', + 'use default (username and clientID) attribute mappings.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityPoolId", - "An identity pool ID.", + 'identityPoolId', + 'An identity pool ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identityProviderName", - "The name of the identity provider.", + 'identityProviderName', + 'The name of the identity provider.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "principalTags", - "String to string map of variables.", + 'principalTags', + 'String to string map of variables.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cognito/IdentityPoolRoleAttachment.ts b/src/app/Models/codegen/aws/cognito/IdentityPoolRoleAttachment.ts index 1ae1a2a92..ac309aca6 100644 --- a/src/app/Models/codegen/aws/cognito/IdentityPoolRoleAttachment.ts +++ b/src/app/Models/codegen/aws/cognito/IdentityPoolRoleAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_IdentityPoolRoleAttachmentRoleMapping, cognito_IdentityPoolRoleAttachmentRoleMapping_GetTypes, -} from "../types/cognito_IdentityPoolRoleAttachmentRoleMapping"; +} from '../types/cognito_IdentityPoolRoleAttachmentRoleMapping'; export interface IdentityPoolRoleAttachmentArgs { // An identity pool ID in the format `REGION_GUID`. @@ -35,23 +35,23 @@ export class IdentityPoolRoleAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "identityPoolId", - "An identity pool ID in the format `REGION_GUID`.", + 'identityPoolId', + 'An identity pool ID in the format `REGION_GUID`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "roleMappings", - "A List of Role Mapping.", + 'roleMappings', + 'A List of Role Mapping.', () => cognito_IdentityPoolRoleAttachmentRoleMapping_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "roles", + 'roles', 'The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN.', () => InputType_Map_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/cognito/IdentityProvider.ts b/src/app/Models/codegen/aws/cognito/IdentityProvider.ts index 5c5a338a3..c8f00f0e0 100644 --- a/src/app/Models/codegen/aws/cognito/IdentityProvider.ts +++ b/src/app/Models/codegen/aws/cognito/IdentityProvider.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IdentityProviderArgs { // The provider name @@ -49,48 +49,48 @@ export class IdentityProvider extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "providerName", - "The provider name", + 'providerName', + 'The provider name', () => [], true, true, ), new DynamicUIProps( InputType.String, - "providerType", - "The provider type. [See AWS API for valid values](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateIdentityProvider.html#CognitoUserPools-CreateIdentityProvider-request-ProviderType)", + 'providerType', + 'The provider type. [See AWS API for valid values](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateIdentityProvider.html#CognitoUserPools-CreateIdentityProvider-request-ProviderType)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool id", + 'userPoolId', + 'The user pool id', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "attributeMapping", - "The map of attribute mapping of user pool attributes. [AttributeMapping in AWS API documentation](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateIdentityProvider.html#CognitoUserPools-CreateIdentityProvider-request-AttributeMapping)", + 'attributeMapping', + 'The map of attribute mapping of user pool attributes. [AttributeMapping in AWS API documentation](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateIdentityProvider.html#CognitoUserPools-CreateIdentityProvider-request-AttributeMapping)', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "idpIdentifiers", - "The list of identity providers.", + 'idpIdentifiers', + 'The list of identity providers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "providerDetails", - "The map of identity details, such as access token", + 'providerDetails', + 'The map of identity details, such as access token', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/cognito/ManagedUserPoolClient.ts b/src/app/Models/codegen/aws/cognito/ManagedUserPoolClient.ts index 956460d90..af6da895d 100644 --- a/src/app/Models/codegen/aws/cognito/ManagedUserPoolClient.ts +++ b/src/app/Models/codegen/aws/cognito/ManagedUserPoolClient.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_ManagedUserPoolClientAnalyticsConfiguration, cognito_ManagedUserPoolClientAnalyticsConfiguration_GetTypes, -} from "../types/cognito_ManagedUserPoolClientAnalyticsConfiguration"; +} from '../types/cognito_ManagedUserPoolClientAnalyticsConfiguration'; import { cognito_ManagedUserPoolClientTokenValidityUnits, cognito_ManagedUserPoolClientTokenValidityUnits_GetTypes, -} from "../types/cognito_ManagedUserPoolClientTokenValidityUnits"; +} from '../types/cognito_ManagedUserPoolClientTokenValidityUnits'; export interface ManagedUserPoolClientArgs { // List of provider names for the identity providers that are supported on this client. It uses the `provider_name` attribute of the `aws.cognito.IdentityProvider` resource(s), or the equivalent string(s). @@ -167,176 +167,176 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "allowedOauthFlows", - "List of allowed OAuth flows, including `code`, `implicit`, and `client_credentials`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'allowedOauthFlows', + 'List of allowed OAuth flows, including `code`, `implicit`, and `client_credentials`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enablePropagateAdditionalUserContextData", - "Enables the propagation of additional user context data.", + 'enablePropagateAdditionalUserContextData', + 'Enables the propagation of additional user context data.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "idTokenValidity", - "Time limit, between 5 minutes and 1 day, after which the ID token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.id_token`.", + 'idTokenValidity', + 'Time limit, between 5 minutes and 1 day, after which the ID token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.id_token`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowedOauthFlowsUserPoolClient", - "Whether the client is allowed to use OAuth 2.0 features. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure the following arguments: `callback_urls`, `logout_urls`, `allowed_oauth_scopes` and `allowed_oauth_flows`.", + 'allowedOauthFlowsUserPoolClient', + 'Whether the client is allowed to use OAuth 2.0 features. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure the following arguments: `callback_urls`, `logout_urls`, `allowed_oauth_scopes` and `allowed_oauth_flows`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "supportedIdentityProviders", - "List of provider names for the identity providers that are supported on this client. It uses the `provider_name` attribute of the `aws.cognito.IdentityProvider` resource(s), or the equivalent string(s).", + 'supportedIdentityProviders', + 'List of provider names for the identity providers that are supported on this client. It uses the `provider_name` attribute of the `aws.cognito.IdentityProvider` resource(s), or the equivalent string(s).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namePattern", - "Regular expression that matches the name of the desired User Pool Client. It must only match one User Pool Client.", + 'namePattern', + 'Regular expression that matches the name of the desired User Pool Client. It must only match one User Pool Client.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "refreshTokenValidity", - "Time limit, between 60 minutes and 10 years, after which the refresh token is no longer valid and cannot be used. By default, the unit is days. The unit can be overridden by a value in `token_validity_units.refresh_token`.", + 'refreshTokenValidity', + 'Time limit, between 60 minutes and 10 years, after which the refresh token is no longer valid and cannot be used. By default, the unit is days. The unit can be overridden by a value in `token_validity_units.refresh_token`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedOauthScopes", - "List of allowed OAuth scopes, including `phone`, `email`, `openid`, `profile`, and `aws.cognito.signin.user.admin`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'allowedOauthScopes', + 'List of allowed OAuth scopes, including `phone`, `email`, `openid`, `profile`, and `aws.cognito.signin.user.admin`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "explicitAuthFlows", - "List of authentication flows. The available options include ADMIN_NO_SRP_AUTH, CUSTOM_AUTH_FLOW_ONLY, USER_PASSWORD_AUTH, ALLOW_ADMIN_USER_PASSWORD_AUTH, ALLOW_CUSTOM_AUTH, ALLOW_USER_PASSWORD_AUTH, ALLOW_USER_SRP_AUTH, and ALLOW_REFRESH_TOKEN_AUTH.", + 'explicitAuthFlows', + 'List of authentication flows. The available options include ADMIN_NO_SRP_AUTH, CUSTOM_AUTH_FLOW_ONLY, USER_PASSWORD_AUTH, ALLOW_ADMIN_USER_PASSWORD_AUTH, ALLOW_CUSTOM_AUTH, ALLOW_USER_PASSWORD_AUTH, ALLOW_USER_SRP_AUTH, and ALLOW_REFRESH_TOKEN_AUTH.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "authSessionValidity", - "Duration, in minutes, of the session token created by Amazon Cognito for each API request in an authentication flow. The session token must be responded to by the native user of the user pool before it expires. Valid values for `auth_session_validity` are between `3` and `15`, with a default value of `3`.", + 'authSessionValidity', + 'Duration, in minutes, of the session token created by Amazon Cognito for each API request in an authentication flow. The session token must be responded to by the native user of the user pool before it expires. Valid values for `auth_session_validity` are between `3` and `15`, with a default value of `3`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "callbackUrls", - "List of allowed callback URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'callbackUrls', + 'List of allowed callback URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "logoutUrls", - "List of allowed logout URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'logoutUrls', + 'List of allowed logout URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultRedirectUri", - "Default redirect URI and must be included in the list of callback URLs.", + 'defaultRedirectUri', + 'Default redirect URI and must be included in the list of callback URLs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "String that matches the beginning of the name of the desired User Pool Client. It must match only one User Pool Client.\n\nThe following arguments are optional:", + 'namePrefix', + 'String that matches the beginning of the name of the desired User Pool Client. It must match only one User Pool Client.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "readAttributes", - "List of user pool attributes that the application client can read from.", + 'readAttributes', + 'List of user pool attributes that the application client can read from.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "User pool that the client belongs to.", + 'userPoolId', + 'User pool that the client belongs to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "writeAttributes", - "List of user pool attributes that the application client can write to.", + 'writeAttributes', + 'List of user pool attributes that the application client can write to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "accessTokenValidity", - "Time limit, between 5 minutes and 1 day, after which the access token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.access_token`.", + 'accessTokenValidity', + 'Time limit, between 5 minutes and 1 day, after which the access token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.access_token`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableTokenRevocation", - "Enables or disables token revocation.", + 'enableTokenRevocation', + 'Enables or disables token revocation.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "analyticsConfiguration", - "Configuration block for Amazon Pinpoint analytics that collects metrics for this user pool. See details below.", + 'analyticsConfiguration', + 'Configuration block for Amazon Pinpoint analytics that collects metrics for this user pool. See details below.', () => cognito_ManagedUserPoolClientAnalyticsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preventUserExistenceErrors", - "Setting determines the errors and responses returned by Cognito APIs when a user does not exist in the user pool during authentication, account confirmation, and password recovery.", + 'preventUserExistenceErrors', + 'Setting determines the errors and responses returned by Cognito APIs when a user does not exist in the user pool during authentication, account confirmation, and password recovery.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "tokenValidityUnits", - "Configuration block for representing the validity times in units. See details below. Detailed below.", + 'tokenValidityUnits', + 'Configuration block for representing the validity times in units. See details below. Detailed below.', () => cognito_ManagedUserPoolClientTokenValidityUnits_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cognito/ResourceServer.ts b/src/app/Models/codegen/aws/cognito/ResourceServer.ts index 96f8c734e..55d3dd361 100644 --- a/src/app/Models/codegen/aws/cognito/ResourceServer.ts +++ b/src/app/Models/codegen/aws/cognito/ResourceServer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_ResourceServerScope, cognito_ResourceServerScope_GetTypes, -} from "../types/cognito_ResourceServerScope"; +} from '../types/cognito_ResourceServerScope'; export interface ResourceServerArgs { // A name for the resource server. @@ -44,32 +44,32 @@ export class ResourceServer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userPoolId", - "User pool the client belongs to.", + 'userPoolId', + 'User pool the client belongs to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identifier", - "An identifier for the resource server.", + 'identifier', + 'An identifier for the resource server.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A name for the resource server.", + 'name', + 'A name for the resource server.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "scopes", - "A list of Authorization Scope.", + 'scopes', + 'A list of Authorization Scope.', () => cognito_ResourceServerScope_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cognito/RiskConfiguration.ts b/src/app/Models/codegen/aws/cognito/RiskConfiguration.ts index e3bd45031..929e6eb16 100644 --- a/src/app/Models/codegen/aws/cognito/RiskConfiguration.ts +++ b/src/app/Models/codegen/aws/cognito/RiskConfiguration.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_RiskConfigurationAccountTakeoverRiskConfiguration, cognito_RiskConfigurationAccountTakeoverRiskConfiguration_GetTypes, -} from "../types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration"; +} from '../types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration'; import { cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration, cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration_GetTypes, -} from "../types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration"; +} from '../types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration'; import { cognito_RiskConfigurationRiskExceptionConfiguration, cognito_RiskConfigurationRiskExceptionConfiguration_GetTypes, -} from "../types/cognito_RiskConfigurationRiskExceptionConfiguration"; +} from '../types/cognito_RiskConfigurationRiskExceptionConfiguration'; export interface RiskConfigurationArgs { // The account takeover risk configuration. See details below. @@ -55,16 +55,16 @@ export class RiskConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID.", + 'userPoolId', + 'The user pool ID.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "accountTakeoverRiskConfiguration", - "The account takeover risk configuration. See details below.", + 'accountTakeoverRiskConfiguration', + 'The account takeover risk configuration. See details below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfiguration_GetTypes(), false, @@ -72,16 +72,16 @@ export class RiskConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.String, - "clientId", - "The app client ID. When the client ID is not provided, the same risk configuration is applied to all the clients in the User Pool.", + 'clientId', + 'The app client ID. When the client ID is not provided, the same risk configuration is applied to all the clients in the User Pool.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "compromisedCredentialsRiskConfiguration", - "The compromised credentials risk configuration. See details below.", + 'compromisedCredentialsRiskConfiguration', + 'The compromised credentials risk configuration. See details below.', () => cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration_GetTypes(), false, @@ -89,8 +89,8 @@ export class RiskConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "riskExceptionConfiguration", - "The configuration to override the risk decision. See details below.", + 'riskExceptionConfiguration', + 'The configuration to override the risk decision. See details below.', () => cognito_RiskConfigurationRiskExceptionConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cognito/User.ts b/src/app/Models/codegen/aws/cognito/User.ts index 9235809bb..695d8232b 100644 --- a/src/app/Models/codegen/aws/cognito/User.ts +++ b/src/app/Models/codegen/aws/cognito/User.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserArgs { // A map that contains user attributes and attribute values to be set for the user. @@ -113,23 +113,23 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "attributes", - "A map that contains user attributes and attribute values to be set for the user.", + 'attributes', + 'A map that contains user attributes and attribute values to be set for the user.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID for the user pool where the user will be created.", + 'userPoolId', + 'The user pool ID for the user pool where the user will be created.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "desiredDeliveryMediums", + 'desiredDeliveryMediums', 'A list of mediums to the welcome message will be sent through. Allowed values are `EMAIL` and `SMS`. If it\'s provided, make sure you have also specified `email` attribute for the `EMAIL` medium and `phone_number` for the `SMS`. More than one value can be specified. Amazon Cognito does not store the `desired_delivery_mediums` value. Defaults to `["SMS"]`.', () => InputType_String_GetTypes(), false, @@ -137,15 +137,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the user should be enabled after creation. The welcome message will be sent regardless of the `enabled` value. The behavior can be changed with `message_action` argument. Defaults to `true`.", + 'enabled', + 'Specifies whether the user should be enabled after creation. The welcome message will be sent regardless of the `enabled` value. The behavior can be changed with `message_action` argument. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", + 'password', "The user's permanent password. This password must conform to the password policy specified by user pool the user belongs to. The welcome message always contains only `temporary_password` value. You can suppress sending the welcome message with the `message_action` argument. Amazon Cognito does not store the `password` value. Conflicts with `temporary_password`.", () => [], false, @@ -153,7 +153,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "validationData", + 'validationData', "The user's validation data. This is an array of name-value pairs that contain user attributes and attribute values that you can use for custom validation, such as restricting the types of user accounts that can be registered. Amazon Cognito does not store the `validation_data` value. For more information, see [Customizing User Pool Workflows with Lambda Triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html).\n\n> **NOTE:** Clearing `password` or `temporary_password` does not reset user's password in Cognito.", () => InputType_Map_GetTypes(), false, @@ -161,7 +161,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "temporaryPassword", + 'temporaryPassword', "The user's temporary password. Conflicts with `password`.", () => [], false, @@ -169,31 +169,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "username", - "The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username cannot be changed.\n\nThe following arguments are optional:", + 'username', + 'The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username cannot be changed.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "clientMetadata", - "A map of custom key-value pairs that you can provide as input for any custom workflows that user creation triggers. Amazon Cognito does not store the `client_metadata` value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose. For more information, see [Customizing User Pool Workflows with Lambda Triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html).", + 'clientMetadata', + 'A map of custom key-value pairs that you can provide as input for any custom workflows that user creation triggers. Amazon Cognito does not store the `client_metadata` value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose. For more information, see [Customizing User Pool Workflows with Lambda Triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceAliasCreation", - "If this parameter is set to True and the `phone_number` or `email` address specified in the `attributes` parameter already exists as an alias with a different user, Amazon Cognito will migrate the alias from the previous user to the newly created user. The previous user will no longer be able to log in using that alias. Amazon Cognito does not store the `force_alias_creation` value. Defaults to `false`.", + 'forceAliasCreation', + 'If this parameter is set to True and the `phone_number` or `email` address specified in the `attributes` parameter already exists as an alias with a different user, Amazon Cognito will migrate the alias from the previous user to the newly created user. The previous user will no longer be able to log in using that alias. Amazon Cognito does not store the `force_alias_creation` value. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageAction", + 'messageAction', "Set to `RESEND` to resend the invitation message to a user that already exists and reset the expiration limit on the user's account. Set to `SUPPRESS` to suppress sending the message. Only one value can be specified. Amazon Cognito does not store the `message_action` value.", () => [], false, diff --git a/src/app/Models/codegen/aws/cognito/UserGroup.ts b/src/app/Models/codegen/aws/cognito/UserGroup.ts index 5dff7d142..aa2209263 100644 --- a/src/app/Models/codegen/aws/cognito/UserGroup.ts +++ b/src/app/Models/codegen/aws/cognito/UserGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserGroupArgs { // The precedence of the user group. @@ -43,40 +43,40 @@ export class UserGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the user group.", + 'description', + 'The description of the user group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user group.", + 'name', + 'The name of the user group.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "precedence", - "The precedence of the user group.", + 'precedence', + 'The precedence of the user group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be associated with the user group.", + 'roleArn', + 'The ARN of the IAM role to be associated with the user group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID.", + 'userPoolId', + 'The user pool ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cognito/UserInGroup.ts b/src/app/Models/codegen/aws/cognito/UserInGroup.ts index 93052a309..5e313fce4 100644 --- a/src/app/Models/codegen/aws/cognito/UserInGroup.ts +++ b/src/app/Models/codegen/aws/cognito/UserInGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserInGroupArgs { // The name of the group to which the user is to be added. @@ -31,24 +31,24 @@ export class UserInGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupName", - "The name of the group to which the user is to be added.", + 'groupName', + 'The name of the group to which the user is to be added.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID of the user and group.", + 'userPoolId', + 'The user pool ID of the user and group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "username", - "The username of the user to be added to the group.", + 'username', + 'The username of the user to be added to the group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/cognito/UserPool.ts b/src/app/Models/codegen/aws/cognito/UserPool.ts index d39629983..23337469d 100644 --- a/src/app/Models/codegen/aws/cognito/UserPool.ts +++ b/src/app/Models/codegen/aws/cognito/UserPool.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolSchema, cognito_UserPoolSchema_GetTypes, -} from "../types/cognito_UserPoolSchema"; +} from '../types/cognito_UserPoolSchema'; import { cognito_UserPoolUserPoolAddOns, cognito_UserPoolUserPoolAddOns_GetTypes, -} from "../types/cognito_UserPoolUserPoolAddOns"; +} from '../types/cognito_UserPoolUserPoolAddOns'; import { cognito_UserPoolAccountRecoverySetting, cognito_UserPoolAccountRecoverySetting_GetTypes, -} from "../types/cognito_UserPoolAccountRecoverySetting"; +} from '../types/cognito_UserPoolAccountRecoverySetting'; import { cognito_UserPoolDeviceConfiguration, cognito_UserPoolDeviceConfiguration_GetTypes, -} from "../types/cognito_UserPoolDeviceConfiguration"; +} from '../types/cognito_UserPoolDeviceConfiguration'; import { cognito_UserPoolEmailConfiguration, cognito_UserPoolEmailConfiguration_GetTypes, -} from "../types/cognito_UserPoolEmailConfiguration"; +} from '../types/cognito_UserPoolEmailConfiguration'; import { cognito_UserPoolUsernameConfiguration, cognito_UserPoolUsernameConfiguration_GetTypes, -} from "../types/cognito_UserPoolUsernameConfiguration"; +} from '../types/cognito_UserPoolUsernameConfiguration'; import { cognito_UserPoolAdminCreateUserConfig, cognito_UserPoolAdminCreateUserConfig_GetTypes, -} from "../types/cognito_UserPoolAdminCreateUserConfig"; +} from '../types/cognito_UserPoolAdminCreateUserConfig'; import { cognito_UserPoolPasswordPolicy, cognito_UserPoolPasswordPolicy_GetTypes, -} from "../types/cognito_UserPoolPasswordPolicy"; +} from '../types/cognito_UserPoolPasswordPolicy'; import { cognito_UserPoolSmsConfiguration, cognito_UserPoolSmsConfiguration_GetTypes, -} from "../types/cognito_UserPoolSmsConfiguration"; +} from '../types/cognito_UserPoolSmsConfiguration'; import { cognito_UserPoolUserAttributeUpdateSettings, cognito_UserPoolUserAttributeUpdateSettings_GetTypes, -} from "../types/cognito_UserPoolUserAttributeUpdateSettings"; +} from '../types/cognito_UserPoolUserAttributeUpdateSettings'; import { cognito_UserPoolVerificationMessageTemplate, cognito_UserPoolVerificationMessageTemplate_GetTypes, -} from "../types/cognito_UserPoolVerificationMessageTemplate"; +} from '../types/cognito_UserPoolVerificationMessageTemplate'; import { cognito_UserPoolSoftwareTokenMfaConfiguration, cognito_UserPoolSoftwareTokenMfaConfiguration_GetTypes, -} from "../types/cognito_UserPoolSoftwareTokenMfaConfiguration"; +} from '../types/cognito_UserPoolSoftwareTokenMfaConfiguration'; import { cognito_UserPoolLambdaConfig, cognito_UserPoolLambdaConfig_GetTypes, -} from "../types/cognito_UserPoolLambdaConfig"; +} from '../types/cognito_UserPoolLambdaConfig'; export interface UserPoolArgs { // Configuration block for Short Message Service (SMS) settings. Detailed below. These settings apply to SMS user verification and SMS Multi-Factor Authentication (MFA). Due to Cognito API restrictions, the SMS configuration cannot be removed without recreating the Cognito User Pool. For user data safety, this resource will ignore the removal of this configuration by disabling drift detection. To force resource recreation after this configuration has been applied, see the `taint` command. @@ -241,7 +241,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "deviceConfiguration", + 'deviceConfiguration', "Configuration block for the user pool's device tracking. Detailed below.", () => cognito_UserPoolDeviceConfiguration_GetTypes(), false, @@ -249,184 +249,184 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "emailConfiguration", - "Configuration block for configuring email. Detailed below.", + 'emailConfiguration', + 'Configuration block for configuring email. Detailed below.', () => cognito_UserPoolEmailConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the user pool.\n\nThe following arguments are optional:", + 'name', + 'Name of the user pool.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "schemas", - "Configuration block for the schema attributes of a user pool. Detailed below. Schema attributes from the [standard attribute set](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#cognito-user-pools-standard-attributes) only need to be specified if they are different from the default configuration. Attributes can be added, but not modified or removed. Maximum of 50 attributes.", + 'schemas', + 'Configuration block for the schema attributes of a user pool. Detailed below. Schema attributes from the [standard attribute set](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#cognito-user-pools-standard-attributes) only need to be specified if they are different from the default configuration. Attributes can be added, but not modified or removed. Maximum of 50 attributes.', () => cognito_UserPoolSchema_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "passwordPolicy", - "Configuration block for information about the user pool password policy. Detailed below.", + 'passwordPolicy', + 'Configuration block for information about the user pool password policy. Detailed below.', () => cognito_UserPoolPasswordPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "userPoolAddOns", - "Configuration block for user pool add-ons to enable user pool advanced security mode features. Detailed below.", + 'userPoolAddOns', + 'Configuration block for user pool add-ons to enable user pool advanced security mode features. Detailed below.', () => cognito_UserPoolUserPoolAddOns_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "smsConfiguration", - "Configuration block for Short Message Service (SMS) settings. Detailed below. These settings apply to SMS user verification and SMS Multi-Factor Authentication (MFA). Due to Cognito API restrictions, the SMS configuration cannot be removed without recreating the Cognito User Pool. For user data safety, this resource will ignore the removal of this configuration by disabling drift detection. To force resource recreation after this configuration has been applied, see the `taint` command.", + 'smsConfiguration', + 'Configuration block for Short Message Service (SMS) settings. Detailed below. These settings apply to SMS user verification and SMS Multi-Factor Authentication (MFA). Due to Cognito API restrictions, the SMS configuration cannot be removed without recreating the Cognito User Pool. For user data safety, this resource will ignore the removal of this configuration by disabling drift detection. To force resource recreation after this configuration has been applied, see the `taint` command.', () => cognito_UserPoolSmsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deletionProtection", - "When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature. Valid values are `ACTIVE` and `INACTIVE`, Default value is `INACTIVE`.", + 'deletionProtection', + 'When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature. Valid values are `ACTIVE` and `INACTIVE`, Default value is `INACTIVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailVerificationMessage", - "String representing the email verification message. Conflicts with `verification_message_template` configuration block `email_message` argument.", + 'emailVerificationMessage', + 'String representing the email verification message. Conflicts with `verification_message_template` configuration block `email_message` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailVerificationSubject", - "String representing the email verification subject. Conflicts with `verification_message_template` configuration block `email_subject` argument.", + 'emailVerificationSubject', + 'String representing the email verification subject. Conflicts with `verification_message_template` configuration block `email_subject` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "smsVerificationMessage", - "String representing the SMS verification message. Conflicts with `verification_message_template` configuration block `sms_message` argument.", + 'smsVerificationMessage', + 'String representing the SMS verification message. Conflicts with `verification_message_template` configuration block `sms_message` argument.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accountRecoverySetting", - "Configuration block to define which verified available method a user can use to recover their forgotten password. Detailed below.", + 'accountRecoverySetting', + 'Configuration block to define which verified available method a user can use to recover their forgotten password. Detailed below.', () => cognito_UserPoolAccountRecoverySetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "userAttributeUpdateSettings", - "Configuration block for user attribute update settings. Detailed below.", + 'userAttributeUpdateSettings', + 'Configuration block for user attribute update settings. Detailed below.', () => cognito_UserPoolUserAttributeUpdateSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "usernameAttributes", - "Whether email addresses or phone numbers can be specified as usernames when a user signs up. Conflicts with `alias_attributes`.", + 'usernameAttributes', + 'Whether email addresses or phone numbers can be specified as usernames when a user signs up. Conflicts with `alias_attributes`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "adminCreateUserConfig", - "Configuration block for creating a new user profile. Detailed below.", + 'adminCreateUserConfig', + 'Configuration block for creating a new user profile. Detailed below.', () => cognito_UserPoolAdminCreateUserConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mfaConfiguration", - "Multi-Factor Authentication (MFA) configuration for the User Pool. Defaults of `OFF`. Valid values are `OFF` (MFA Tokens are not required), `ON` (MFA is required for all users to sign in; requires at least one of `sms_configuration` or `software_token_mfa_configuration` to be configured), or `OPTIONAL` (MFA Will be required only for individual users who have MFA Enabled; requires at least one of `sms_configuration` or `software_token_mfa_configuration` to be configured).", + 'mfaConfiguration', + 'Multi-Factor Authentication (MFA) configuration for the User Pool. Defaults of `OFF`. Valid values are `OFF` (MFA Tokens are not required), `ON` (MFA is required for all users to sign in; requires at least one of `sms_configuration` or `software_token_mfa_configuration` to be configured), or `OPTIONAL` (MFA Will be required only for individual users who have MFA Enabled; requires at least one of `sms_configuration` or `software_token_mfa_configuration` to be configured).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "softwareTokenMfaConfiguration", - "Configuration block for software token Mult-Factor Authentication (MFA) settings. Detailed below.", + 'softwareTokenMfaConfiguration', + 'Configuration block for software token Mult-Factor Authentication (MFA) settings. Detailed below.', () => cognito_UserPoolSoftwareTokenMfaConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "smsAuthenticationMessage", - "String representing the SMS authentication message. The Message must contain the `{####}` placeholder, which will be replaced with the code.", + 'smsAuthenticationMessage', + 'String representing the SMS authentication message. The Message must contain the `{####}` placeholder, which will be replaced with the code.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the User Pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the User Pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lambdaConfig", - "Configuration block for the AWS Lambda triggers associated with the user pool. Detailed below.", + 'lambdaConfig', + 'Configuration block for the AWS Lambda triggers associated with the user pool. Detailed below.', () => cognito_UserPoolLambdaConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "verificationMessageTemplate", - "Configuration block for verification message templates. Detailed below.", + 'verificationMessageTemplate', + 'Configuration block for verification message templates. Detailed below.', () => cognito_UserPoolVerificationMessageTemplate_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "usernameConfiguration", - "Configuration block for username configuration. Detailed below.", + 'usernameConfiguration', + 'Configuration block for username configuration. Detailed below.', () => cognito_UserPoolUsernameConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "aliasAttributes", - "Attributes supported as an alias for this user pool. Valid values: `phone_number`, `email`, or `preferred_username`. Conflicts with `username_attributes`.", + 'aliasAttributes', + 'Attributes supported as an alias for this user pool. Valid values: `phone_number`, `email`, or `preferred_username`. Conflicts with `username_attributes`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "autoVerifiedAttributes", - "Attributes to be auto-verified. Valid values: `email`, `phone_number`.", + 'autoVerifiedAttributes', + 'Attributes to be auto-verified. Valid values: `email`, `phone_number`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cognito/UserPoolClient.ts b/src/app/Models/codegen/aws/cognito/UserPoolClient.ts index 8a6b76a57..7b4fca42e 100644 --- a/src/app/Models/codegen/aws/cognito/UserPoolClient.ts +++ b/src/app/Models/codegen/aws/cognito/UserPoolClient.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolClientTokenValidityUnits, cognito_UserPoolClientTokenValidityUnits_GetTypes, -} from "../types/cognito_UserPoolClientTokenValidityUnits"; +} from '../types/cognito_UserPoolClientTokenValidityUnits'; import { cognito_UserPoolClientAnalyticsConfiguration, cognito_UserPoolClientAnalyticsConfiguration_GetTypes, -} from "../types/cognito_UserPoolClientAnalyticsConfiguration"; +} from '../types/cognito_UserPoolClientAnalyticsConfiguration'; export interface UserPoolClientArgs { // List of user pool attributes that the application client can write to. @@ -164,176 +164,176 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "defaultRedirectUri", - "Default redirect URI and must be included in the list of callback URLs.", + 'defaultRedirectUri', + 'Default redirect URI and must be included in the list of callback URLs.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "accessTokenValidity", - "Time limit, between 5 minutes and 1 day, after which the access token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.access_token`.", + 'accessTokenValidity', + 'Time limit, between 5 minutes and 1 day, after which the access token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.access_token`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedOauthScopes", - "List of allowed OAuth scopes, including `phone`, `email`, `openid`, `profile`, and `aws.cognito.signin.user.admin`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'allowedOauthScopes', + 'List of allowed OAuth scopes, including `phone`, `email`, `openid`, `profile`, and `aws.cognito.signin.user.admin`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "explicitAuthFlows", - "List of authentication flows. The available options include ADMIN_NO_SRP_AUTH, CUSTOM_AUTH_FLOW_ONLY, USER_PASSWORD_AUTH, ALLOW_ADMIN_USER_PASSWORD_AUTH, ALLOW_CUSTOM_AUTH, ALLOW_USER_PASSWORD_AUTH, ALLOW_USER_SRP_AUTH, and ALLOW_REFRESH_TOKEN_AUTH.", + 'explicitAuthFlows', + 'List of authentication flows. The available options include ADMIN_NO_SRP_AUTH, CUSTOM_AUTH_FLOW_ONLY, USER_PASSWORD_AUTH, ALLOW_ADMIN_USER_PASSWORD_AUTH, ALLOW_CUSTOM_AUTH, ALLOW_USER_PASSWORD_AUTH, ALLOW_USER_SRP_AUTH, and ALLOW_REFRESH_TOKEN_AUTH.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allowedOauthFlowsUserPoolClient", - "Whether the client is allowed to use OAuth 2.0 features. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure the following arguments: `callback_urls`, `logout_urls`, `allowed_oauth_scopes` and `allowed_oauth_flows`.", + 'allowedOauthFlowsUserPoolClient', + 'Whether the client is allowed to use OAuth 2.0 features. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure the following arguments: `callback_urls`, `logout_urls`, `allowed_oauth_scopes` and `allowed_oauth_flows`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "analyticsConfiguration", - "Configuration block for Amazon Pinpoint analytics that collects metrics for this user pool. See details below.", + 'analyticsConfiguration', + 'Configuration block for Amazon Pinpoint analytics that collects metrics for this user pool. See details below.', () => cognito_UserPoolClientAnalyticsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preventUserExistenceErrors", - "Setting determines the errors and responses returned by Cognito APIs when a user does not exist in the user pool during authentication, account confirmation, and password recovery.", + 'preventUserExistenceErrors', + 'Setting determines the errors and responses returned by Cognito APIs when a user does not exist in the user pool during authentication, account confirmation, and password recovery.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableTokenRevocation", - "Enables or disables token revocation.", + 'enableTokenRevocation', + 'Enables or disables token revocation.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "authSessionValidity", - "Duration, in minutes, of the session token created by Amazon Cognito for each API request in an authentication flow. The session token must be responded to by the native user of the user pool before it expires. Valid values for `auth_session_validity` are between `3` and `15`, with a default value of `3`.", + 'authSessionValidity', + 'Duration, in minutes, of the session token created by Amazon Cognito for each API request in an authentication flow. The session token must be responded to by the native user of the user pool before it expires. Valid values for `auth_session_validity` are between `3` and `15`, with a default value of `3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the application client.", + 'name', + 'Name of the application client.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "logoutUrls", - "List of allowed logout URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'logoutUrls', + 'List of allowed logout URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "generateSecret", - "Boolean flag indicating whether an application secret should be generated.", + 'generateSecret', + 'Boolean flag indicating whether an application secret should be generated.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedOauthFlows", - "List of allowed OAuth flows, including `code`, `implicit`, and `client_credentials`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'allowedOauthFlows', + 'List of allowed OAuth flows, including `code`, `implicit`, and `client_credentials`. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "User pool the client belongs to.\n\nThe following arguments are optional:", + 'userPoolId', + 'User pool the client belongs to.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "writeAttributes", - "List of user pool attributes that the application client can write to.", + 'writeAttributes', + 'List of user pool attributes that the application client can write to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "readAttributes", - "List of user pool attributes that the application client can read from.", + 'readAttributes', + 'List of user pool attributes that the application client can read from.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tokenValidityUnits", - "Configuration block for representing the validity times in units. See details below. Detailed below.", + 'tokenValidityUnits', + 'Configuration block for representing the validity times in units. See details below. Detailed below.', () => cognito_UserPoolClientTokenValidityUnits_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "supportedIdentityProviders", - "List of provider names for the identity providers that are supported on this client. It uses the `provider_name` attribute of the `aws.cognito.IdentityProvider` resource(s), or the equivalent string(s).", + 'supportedIdentityProviders', + 'List of provider names for the identity providers that are supported on this client. It uses the `provider_name` attribute of the `aws.cognito.IdentityProvider` resource(s), or the equivalent string(s).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "refreshTokenValidity", - "Time limit, between 60 minutes and 10 years, after which the refresh token is no longer valid and cannot be used. By default, the unit is days. The unit can be overridden by a value in `token_validity_units.refresh_token`.", + 'refreshTokenValidity', + 'Time limit, between 60 minutes and 10 years, after which the refresh token is no longer valid and cannot be used. By default, the unit is days. The unit can be overridden by a value in `token_validity_units.refresh_token`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePropagateAdditionalUserContextData", - "Enables the propagation of additional user context data.", + 'enablePropagateAdditionalUserContextData', + 'Enables the propagation of additional user context data.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "callbackUrls", - "List of allowed callback URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.", + 'callbackUrls', + 'List of allowed callback URLs for the identity providers. `allowed_oauth_flows_user_pool_client` must be set to `true` before you can configure this option.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "idTokenValidity", - "Time limit, between 5 minutes and 1 day, after which the ID token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.id_token`.", + 'idTokenValidity', + 'Time limit, between 5 minutes and 1 day, after which the ID token is no longer valid and cannot be used. By default, the unit is hours. The unit can be overridden by a value in `token_validity_units.id_token`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cognito/UserPoolDomain.ts b/src/app/Models/codegen/aws/cognito/UserPoolDomain.ts index 63fea9110..cc2e8dcbe 100644 --- a/src/app/Models/codegen/aws/cognito/UserPoolDomain.ts +++ b/src/app/Models/codegen/aws/cognito/UserPoolDomain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserPoolDomainArgs { // The ARN of an ISSUED ACM certificate in us-east-1 for a custom domain. @@ -49,24 +49,24 @@ export class UserPoolDomain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.", + 'domain', + 'For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID.", + 'userPoolId', + 'The user pool ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateArn", - "The ARN of an ISSUED ACM certificate in us-east-1 for a custom domain.", + 'certificateArn', + 'The ARN of an ISSUED ACM certificate in us-east-1 for a custom domain.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/cognito/UserPoolUICustomization.ts b/src/app/Models/codegen/aws/cognito/UserPoolUICustomization.ts index a0321612b..2b9494ebd 100644 --- a/src/app/Models/codegen/aws/cognito/UserPoolUICustomization.ts +++ b/src/app/Models/codegen/aws/cognito/UserPoolUICustomization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserPoolUICustomizationArgs { // The client ID for the client app. Defaults to `ALL`. If `ALL` is specified, the `css` and/or `image_file` settings will be used for every client that has no UI customization set previously. @@ -49,32 +49,32 @@ export class UserPoolUICustomization extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clientId", - "The client ID for the client app. Defaults to `ALL`. If `ALL` is specified, the `css` and/or `image_file` settings will be used for every client that has no UI customization set previously.", + 'clientId', + 'The client ID for the client app. Defaults to `ALL`. If `ALL` is specified, the `css` and/or `image_file` settings will be used for every client that has no UI customization set previously.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "css", - "The CSS values in the UI customization, provided as a String. At least one of `css` or `image_file` is required.", + 'css', + 'The CSS values in the UI customization, provided as a String. At least one of `css` or `image_file` is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageFile", - "The uploaded logo image for the UI customization, provided as a base64-encoded String. Drift detection is not possible for this argument. At least one of `css` or `image_file` is required.", + 'imageFile', + 'The uploaded logo image for the UI customization, provided as a base64-encoded String. Drift detection is not possible for this argument. At least one of `css` or `image_file` is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The user pool ID for the user pool.", + 'userPoolId', + 'The user pool ID for the user pool.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/comprehend/DocumentClassifier.ts b/src/app/Models/codegen/aws/comprehend/DocumentClassifier.ts index 4f795b77c..b4c3aff79 100644 --- a/src/app/Models/codegen/aws/comprehend/DocumentClassifier.ts +++ b/src/app/Models/codegen/aws/comprehend/DocumentClassifier.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { comprehend_DocumentClassifierInputDataConfig, comprehend_DocumentClassifierInputDataConfig_GetTypes, -} from "../types/comprehend_DocumentClassifierInputDataConfig"; +} from '../types/comprehend_DocumentClassifierInputDataConfig'; import { comprehend_DocumentClassifierOutputDataConfig, comprehend_DocumentClassifierOutputDataConfig_GetTypes, -} from "../types/comprehend_DocumentClassifierOutputDataConfig"; +} from '../types/comprehend_DocumentClassifierOutputDataConfig'; import { comprehend_DocumentClassifierVpcConfig, comprehend_DocumentClassifierVpcConfig_GetTypes, -} from "../types/comprehend_DocumentClassifierVpcConfig"; +} from '../types/comprehend_DocumentClassifierVpcConfig'; export interface DocumentClassifierArgs { /* @@ -185,23 +185,23 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "languageCode", - "Two-letter language code for the language.\nOne of `en`, `es`, `fr`, `it`, `de`, or `pt`.", + 'languageCode', + 'Two-letter language code for the language.\nOne of `en`, `es`, `fr`, `it`, `de`, or `pt`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelKmsKeyId", - "KMS Key used to encrypt trained Document Classifiers.\nCan be a KMS Key ID or a KMS Key ARN.", + 'modelKmsKeyId', + 'KMS Key used to encrypt trained Document Classifiers.\nCan be a KMS Key ID or a KMS Key ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "versionName", + 'versionName', 'Name for the version of the Document Classifier.\nEach version must have a unique name within the Document Classifier.\nIf omitted, the provider will assign a random, unique version name.\nIf explicitly set to `""`, no version name will be set.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name_prefix`.', () => [], false, @@ -209,71 +209,71 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "dataAccessRoleArn", - "The ARN for an IAM Role which allows Comprehend to read the training and testing data.", + 'dataAccessRoleArn', + 'The ARN for an IAM Role which allows Comprehend to read the training and testing data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the Document Classifier.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\n\nThe following arguments are optional:", + 'name', + 'Name for the Document Classifier.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` Configuration Block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` Configuration Block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "versionNamePrefix", - "Creates a unique version name beginning with the specified prefix.\nHas a maximum length of 37 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name`.", + 'versionNamePrefix', + 'Creates a unique version name beginning with the specified prefix.\nHas a maximum length of 37 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeKmsKeyId", - "KMS Key used to encrypt storage volumes during job processing.\nCan be a KMS Key ID or a KMS Key ARN.", + 'volumeKmsKeyId', + 'KMS Key used to encrypt storage volumes during job processing.\nCan be a KMS Key ID or a KMS Key ARN.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inputDataConfig", - "Configuration for the training and testing data.\nSee the `input_data_config` Configuration Block section below.", + 'inputDataConfig', + 'Configuration for the training and testing data.\nSee the `input_data_config` Configuration Block section below.', () => comprehend_DocumentClassifierInputDataConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "outputDataConfig", - "Configuration for the output results of training.\nSee the `output_data_config` Configuration Block section below.", + 'outputDataConfig', + 'Configuration for the output results of training.\nSee the `output_data_config` Configuration Block section below.', () => comprehend_DocumentClassifierOutputDataConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration parameters for VPC to contain Document Classifier resources.\nSee the `vpc_config` Configuration Block section below.", + 'vpcConfig', + 'Configuration parameters for VPC to contain Document Classifier resources.\nSee the `vpc_config` Configuration Block section below.', () => comprehend_DocumentClassifierVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mode", + 'mode', 'The document classification mode.\nOne of `MULTI_CLASS` or `MULTI_LABEL`.\n`MULTI_CLASS` is also known as "Single Label" in the AWS Console.', () => [], false, diff --git a/src/app/Models/codegen/aws/comprehend/EntityRecognizer.ts b/src/app/Models/codegen/aws/comprehend/EntityRecognizer.ts index 49a962c25..bc660b256 100644 --- a/src/app/Models/codegen/aws/comprehend/EntityRecognizer.ts +++ b/src/app/Models/codegen/aws/comprehend/EntityRecognizer.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { comprehend_EntityRecognizerVpcConfig, comprehend_EntityRecognizerVpcConfig_GetTypes, -} from "../types/comprehend_EntityRecognizerVpcConfig"; +} from '../types/comprehend_EntityRecognizerVpcConfig'; import { comprehend_EntityRecognizerInputDataConfig, comprehend_EntityRecognizerInputDataConfig_GetTypes, -} from "../types/comprehend_EntityRecognizerInputDataConfig"; +} from '../types/comprehend_EntityRecognizerInputDataConfig'; export interface EntityRecognizerArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` Configuration Block present, tags with matching keys will overwrite those defined at the provider-level. @@ -143,55 +143,55 @@ See the `input_data_config` Configuration Block section below. return [ new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration parameters for VPC to contain Entity Recognizer resources.\nSee the `vpc_config` Configuration Block section below.", + 'vpcConfig', + 'Configuration parameters for VPC to contain Entity Recognizer resources.\nSee the `vpc_config` Configuration Block section below.', () => comprehend_EntityRecognizerVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "modelKmsKeyId", - "The ID or ARN of a KMS Key used to encrypt trained Entity Recognizers.", + 'modelKmsKeyId', + 'The ID or ARN of a KMS Key used to encrypt trained Entity Recognizers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "Two-letter language code for the language.\nOne of `en`, `es`, `fr`, `it`, `de`, or `pt`.", + 'languageCode', + 'Two-letter language code for the language.\nOne of `en`, `es`, `fr`, `it`, `de`, or `pt`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the Entity Recognizer.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\n\nThe following arguments are optional:", + 'name', + 'Name for the Entity Recognizer.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataAccessRoleArn", - "The ARN for an IAM Role which allows Comprehend to read the training and testing data.", + 'dataAccessRoleArn', + 'The ARN for an IAM Role which allows Comprehend to read the training and testing data.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` Configuration Block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` Configuration Block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "versionName", + 'versionName', 'Name for the version of the Entity Recognizer.\nEach version must have a unique name within the Entity Recognizer.\nIf omitted, the provider will assign a random, unique version name.\nIf explicitly set to `""`, no version name will be set.\nHas a maximum length of 63 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name_prefix`.', () => [], false, @@ -199,24 +199,24 @@ See the `input_data_config` Configuration Block section below. ), new DynamicUIProps( InputType.String, - "versionNamePrefix", - "Creates a unique version name beginning with the specified prefix.\nHas a maximum length of 37 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name`.", + 'versionNamePrefix', + 'Creates a unique version name beginning with the specified prefix.\nHas a maximum length of 37 characters.\nCan contain upper- and lower-case letters, numbers, and hypen (`-`).\nConflicts with `version_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeKmsKeyId", - "ID or ARN of a KMS Key used to encrypt storage volumes during job processing.", + 'volumeKmsKeyId', + 'ID or ARN of a KMS Key used to encrypt storage volumes during job processing.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inputDataConfig", - "Configuration for the training and testing data.\nSee the `input_data_config` Configuration Block section below.", + 'inputDataConfig', + 'Configuration for the training and testing data.\nSee the `input_data_config` Configuration Block section below.', () => comprehend_EntityRecognizerInputDataConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/connect/BotAssociation.ts b/src/app/Models/codegen/aws/connect/BotAssociation.ts index e9a2178ff..1b90e4baa 100644 --- a/src/app/Models/codegen/aws/connect/BotAssociation.ts +++ b/src/app/Models/codegen/aws/connect/BotAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_BotAssociationLexBot, connect_BotAssociationLexBot_GetTypes, -} from "../types/connect_BotAssociationLexBot"; +} from '../types/connect_BotAssociationLexBot'; export interface BotAssociationArgs { // The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @@ -29,16 +29,16 @@ export class BotAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceId", - "The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.", + 'instanceId', + 'The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "lexBot", - "Configuration information of an Amazon Lex (V1) bot. Detailed below.", + 'lexBot', + 'Configuration information of an Amazon Lex (V1) bot. Detailed below.', () => connect_BotAssociationLexBot_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/connect/ContactFlow.ts b/src/app/Models/codegen/aws/connect/ContactFlow.ts index 4a8851fc4..111746850 100644 --- a/src/app/Models/codegen/aws/connect/ContactFlow.ts +++ b/src/app/Models/codegen/aws/connect/ContactFlow.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContactFlowArgs { // Specifies the content of the Contact Flow, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used. @@ -70,64 +70,64 @@ export class ContactFlow extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Contact Flow.", + 'description', + 'Specifies the description of the Contact Flow.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filename", - "The path to the Contact Flow source within the local filesystem. Conflicts with `content`.", + 'filename', + 'The path to the Contact Flow source within the local filesystem. Conflicts with `content`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Contact Flow.", + 'name', + 'Specifies the name of the Contact Flow.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Contact Flow. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Contact Flow. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Specifies the type of the Contact Flow. Defaults to `CONTACT_FLOW`. Allowed Values are: `CONTACT_FLOW`, `CUSTOMER_QUEUE`, `CUSTOMER_HOLD`, `CUSTOMER_WHISPER`, `AGENT_HOLD`, `AGENT_WHISPER`, `OUTBOUND_WHISPER`, `AGENT_TRANSFER`, `QUEUE_TRANSFER`.", + 'type', + 'Specifies the type of the Contact Flow. Defaults to `CONTACT_FLOW`. Allowed Values are: `CONTACT_FLOW`, `CUSTOMER_QUEUE`, `CUSTOMER_HOLD`, `CUSTOMER_WHISPER`, `AGENT_HOLD`, `AGENT_WHISPER`, `OUTBOUND_WHISPER`, `AGENT_TRANSFER`, `QUEUE_TRANSFER`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "content", - "Specifies the content of the Contact Flow, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.", + 'content', + 'Specifies the content of the Contact Flow, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentHash", - "Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow source specified with `filename`.", + 'contentHash', + 'Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow source specified with `filename`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/connect/ContactFlowModule.ts b/src/app/Models/codegen/aws/connect/ContactFlowModule.ts index 31942e02a..0cc1069df 100644 --- a/src/app/Models/codegen/aws/connect/ContactFlowModule.ts +++ b/src/app/Models/codegen/aws/connect/ContactFlowModule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContactFlowModuleArgs { // Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow Module source specified with `filename`. @@ -64,56 +64,56 @@ export class ContactFlowModule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Contact Flow Module.", + 'name', + 'Specifies the name of the Contact Flow Module.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Contact Flow Module. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Contact Flow Module. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "content", - "Specifies the content of the Contact Flow Module, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.", + 'content', + 'Specifies the content of the Contact Flow Module, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentHash", - "Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow Module source specified with `filename`.", + 'contentHash', + 'Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow Module source specified with `filename`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Contact Flow Module.", + 'description', + 'Specifies the description of the Contact Flow Module.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filename", - "The path to the Contact Flow Module source within the local filesystem. Conflicts with `content`.", + 'filename', + 'The path to the Contact Flow Module source within the local filesystem. Conflicts with `content`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/connect/HoursOfOperation.ts b/src/app/Models/codegen/aws/connect/HoursOfOperation.ts index 83d2510cd..62394f019 100644 --- a/src/app/Models/codegen/aws/connect/HoursOfOperation.ts +++ b/src/app/Models/codegen/aws/connect/HoursOfOperation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_HoursOfOperationConfig, connect_HoursOfOperationConfig_GetTypes, -} from "../types/connect_HoursOfOperationConfig"; +} from '../types/connect_HoursOfOperationConfig'; export interface HoursOfOperationArgs { // Specifies the identifier of the hosting Amazon Connect Instance. @@ -62,48 +62,48 @@ export class HoursOfOperation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "timeZone", - "Specifies the time zone of the Hours of Operation.", + 'timeZone', + 'Specifies the time zone of the Hours of Operation.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "configs", - "One or more config blocks which define the configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below.", + 'configs', + 'One or more config blocks which define the configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below.', () => connect_HoursOfOperationConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Hours of Operation.", + 'description', + 'Specifies the description of the Hours of Operation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Hours of Operation.", + 'name', + 'Specifies the name of the Hours of Operation.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Hours of Operation. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Hours of Operation. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/connect/Instance.ts b/src/app/Models/codegen/aws/connect/Instance.ts index f3f986cba..d31ba34ce 100644 --- a/src/app/Models/codegen/aws/connect/Instance.ts +++ b/src/app/Models/codegen/aws/connect/Instance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceArgs { // Specifies whether contact flow logs are enabled. Defaults to `false`. @@ -91,80 +91,80 @@ Specifies whether outbound calls are enabled. return [ new DynamicUIProps( InputType.Bool, - "earlyMediaEnabled", - "Specifies whether early media for outbound calls is enabled . Defaults to `true` if outbound calls is enabled.", + 'earlyMediaEnabled', + 'Specifies whether early media for outbound calls is enabled . Defaults to `true` if outbound calls is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceAlias", - "Specifies the name of the instance. Required if `directory_id` not specified.", + 'instanceAlias', + 'Specifies the name of the instance. Required if `directory_id` not specified.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "multiPartyConferenceEnabled", - "Specifies whether multi-party calls/conference is enabled. Defaults to `false`.", + 'multiPartyConferenceEnabled', + 'Specifies whether multi-party calls/conference is enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "outboundCallsEnabled", - "Specifies whether outbound calls are enabled.\n", + 'outboundCallsEnabled', + 'Specifies whether outbound calls are enabled.\n', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "contactFlowLogsEnabled", - "Specifies whether contact flow logs are enabled. Defaults to `false`.", + 'contactFlowLogsEnabled', + 'Specifies whether contact flow logs are enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "contactLensEnabled", - "Specifies whether contact lens is enabled. Defaults to `true`.", + 'contactLensEnabled', + 'Specifies whether contact lens is enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityManagementType", - "Specifies the identity management type attached to the instance. Allowed Values are: `SAML`, `CONNECT_MANAGED`, `EXISTING_DIRECTORY`.", + 'identityManagementType', + 'Specifies the identity management type attached to the instance. Allowed Values are: `SAML`, `CONNECT_MANAGED`, `EXISTING_DIRECTORY`.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "inboundCallsEnabled", - "Specifies whether inbound calls are enabled.", + 'inboundCallsEnabled', + 'Specifies whether inbound calls are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "autoResolveBestVoicesEnabled", - "Specifies whether auto resolve best voices is enabled. Defaults to `true`.", + 'autoResolveBestVoicesEnabled', + 'Specifies whether auto resolve best voices is enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "The identifier for the directory if identity_management_type is `EXISTING_DIRECTORY`.", + 'directoryId', + 'The identifier for the directory if identity_management_type is `EXISTING_DIRECTORY`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/connect/InstanceStorageConfig.ts b/src/app/Models/codegen/aws/connect/InstanceStorageConfig.ts index a1015bff2..9bdacc28d 100644 --- a/src/app/Models/codegen/aws/connect/InstanceStorageConfig.ts +++ b/src/app/Models/codegen/aws/connect/InstanceStorageConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_InstanceStorageConfigStorageConfig, connect_InstanceStorageConfigStorageConfig_GetTypes, -} from "../types/connect_InstanceStorageConfigStorageConfig"; +} from '../types/connect_InstanceStorageConfigStorageConfig'; export interface InstanceStorageConfigArgs { // Specifies the identifier of the hosting Amazon Connect Instance. @@ -38,24 +38,24 @@ export class InstanceStorageConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceType", - "A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.", + 'resourceType', + 'A valid resource type. Valid Values: `AGENT_EVENTS` | `ATTACHMENTS` | `CALL_RECORDINGS` | `CHAT_TRANSCRIPTS` | `CONTACT_EVALUATIONS` | `CONTACT_TRACE_RECORDS` | `MEDIA_STREAMS` | `REAL_TIME_CONTACT_ANALYSIS_SEGMENTS` | `SCHEDULED_REPORTS` | `SCREEN_RECORDINGS`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "storageConfig", - "Specifies the storage configuration options for the Connect Instance. Documented below.", + 'storageConfig', + 'Specifies the storage configuration options for the Connect Instance. Documented below.', () => connect_InstanceStorageConfigStorageConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/connect/LambdaFunctionAssociation.ts b/src/app/Models/codegen/aws/connect/LambdaFunctionAssociation.ts index 483ef069a..f315a0deb 100644 --- a/src/app/Models/codegen/aws/connect/LambdaFunctionAssociation.ts +++ b/src/app/Models/codegen/aws/connect/LambdaFunctionAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LambdaFunctionAssociationArgs { // Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier. @@ -25,16 +25,16 @@ export class LambdaFunctionAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceId", - "The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.", + 'instanceId', + 'The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "functionArn", - "Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier.", + 'functionArn', + 'Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/connect/PhoneNumber.ts b/src/app/Models/codegen/aws/connect/PhoneNumber.ts index 26ce2661d..a5c9967ef 100644 --- a/src/app/Models/codegen/aws/connect/PhoneNumber.ts +++ b/src/app/Models/codegen/aws/connect/PhoneNumber.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_PhoneNumberStatus, connect_PhoneNumberStatus_GetTypes, -} from "../types/connect_PhoneNumberStatus"; +} from '../types/connect_PhoneNumberStatus'; export interface PhoneNumberArgs { // The type of phone number. Valid Values: `TOLL_FREE` | `DID`. @@ -65,48 +65,48 @@ export class PhoneNumber extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the phone number.", + 'description', + 'The description of the phone number.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "prefix", - "The prefix of the phone number that is used to filter available phone numbers. If provided, it must contain `+` as part of the country code. Do not specify this argument when importing the resource.", + 'prefix', + 'The prefix of the phone number that is used to filter available phone numbers. If provided, it must contain `+` as part of the country code. Do not specify this argument when importing the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Phone Number. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Phone Number. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetArn", - "The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.", + 'targetArn', + 'The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of phone number. Valid Values: `TOLL_FREE` | `DID`.", + 'type', + 'The type of phone number. Valid Values: `TOLL_FREE` | `DID`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "countryCode", - "The ISO country code. For a list of Valid values, refer to [PhoneNumberCountryCode](https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchAvailablePhoneNumbers.html#connect-SearchAvailablePhoneNumbers-request-PhoneNumberCountryCode).", + 'countryCode', + 'The ISO country code. For a list of Valid values, refer to [PhoneNumberCountryCode](https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchAvailablePhoneNumbers.html#connect-SearchAvailablePhoneNumbers-request-PhoneNumberCountryCode).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/connect/Queue.ts b/src/app/Models/codegen/aws/connect/Queue.ts index 9faf4d4fc..e9142f4b6 100644 --- a/src/app/Models/codegen/aws/connect/Queue.ts +++ b/src/app/Models/codegen/aws/connect/Queue.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_QueueOutboundCallerConfig, connect_QueueOutboundCallerConfig_GetTypes, -} from "../types/connect_QueueOutboundCallerConfig"; +} from '../types/connect_QueueOutboundCallerConfig'; export interface QueueArgs { // Specifies the name of the Queue. @@ -80,72 +80,72 @@ export class Queue extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Queue.", + 'name', + 'Specifies the name of the Queue.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Queue. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Queue. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxContacts", - "Specifies the maximum number of contacts that can be in the queue before it is considered full. Minimum value of 0.", + 'maxContacts', + 'Specifies the maximum number of contacts that can be in the queue before it is considered full. Minimum value of 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Specifies the description of the Queue. Valid values are `ENABLED`, `DISABLED`.", + 'status', + 'Specifies the description of the Queue. Valid values are `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "quickConnectIds", - "Specifies a list of quick connects ids that determine the quick connects available to agents who are working the queue.", + 'quickConnectIds', + 'Specifies a list of quick connects ids that determine the quick connects available to agents who are working the queue.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "outboundCallerConfig", - "A block that defines the outbound caller ID name, number, and outbound whisper flow. The Outbound Caller Config block is documented below.", + 'outboundCallerConfig', + 'A block that defines the outbound caller ID name, number, and outbound whisper flow. The Outbound Caller Config block is documented below.', () => connect_QueueOutboundCallerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Queue.", + 'description', + 'Specifies the description of the Queue.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hoursOfOperationId", - "Specifies the identifier of the Hours of Operation.", + 'hoursOfOperationId', + 'Specifies the identifier of the Hours of Operation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/connect/QuickConnect.ts b/src/app/Models/codegen/aws/connect/QuickConnect.ts index defe5166a..c4b39fdab 100644 --- a/src/app/Models/codegen/aws/connect/QuickConnect.ts +++ b/src/app/Models/codegen/aws/connect/QuickConnect.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_QuickConnectQuickConnectConfig, connect_QuickConnectQuickConnectConfig_GetTypes, -} from "../types/connect_QuickConnectQuickConnectConfig"; +} from '../types/connect_QuickConnectQuickConnectConfig'; export interface QuickConnectArgs { // Specifies the description of the Quick Connect. @@ -56,40 +56,40 @@ export class QuickConnect extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Quick Connect.", + 'description', + 'Specifies the description of the Quick Connect.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Quick Connect.", + 'name', + 'Specifies the name of the Quick Connect.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "quickConnectConfig", - "A block that defines the configuration information for the Quick Connect: `quick_connect_type` and one of `phone_config`, `queue_config`, `user_config` . The Quick Connect Config block is documented below.", + 'quickConnectConfig', + 'A block that defines the configuration information for the Quick Connect: `quick_connect_type` and one of `phone_config`, `queue_config`, `user_config` . The Quick Connect Config block is documented below.', () => connect_QuickConnectQuickConnectConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Quick Connect. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Quick Connect. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/connect/RoutingProfile.ts b/src/app/Models/codegen/aws/connect/RoutingProfile.ts index 54c0bc8ac..b2c787ce3 100644 --- a/src/app/Models/codegen/aws/connect/RoutingProfile.ts +++ b/src/app/Models/codegen/aws/connect/RoutingProfile.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_RoutingProfileMediaConcurrency, connect_RoutingProfileMediaConcurrency_GetTypes, -} from "../types/connect_RoutingProfileMediaConcurrency"; +} from '../types/connect_RoutingProfileMediaConcurrency'; import { connect_RoutingProfileQueueConfig, connect_RoutingProfileQueueConfig_GetTypes, -} from "../types/connect_RoutingProfileQueueConfig"; +} from '../types/connect_RoutingProfileQueueConfig'; export interface RoutingProfileArgs { // Specifies the default outbound queue for the Routing Profile. @@ -78,56 +78,56 @@ Tags to apply to the Routing Profile. If configured with a provider return [ new DynamicUIProps( InputType.String, - "defaultOutboundQueueId", - "Specifies the default outbound queue for the Routing Profile.", + 'defaultOutboundQueueId', + 'Specifies the default outbound queue for the Routing Profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Routing Profile.", + 'description', + 'Specifies the description of the Routing Profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "mediaConcurrencies", - "One or more `media_concurrencies` blocks that specify the channels that agents can handle in the Contact Control Panel (CCP) for this Routing Profile. The `media_concurrencies` block is documented below.", + 'mediaConcurrencies', + 'One or more `media_concurrencies` blocks that specify the channels that agents can handle in the Contact Control Panel (CCP) for this Routing Profile. The `media_concurrencies` block is documented below.', () => connect_RoutingProfileMediaConcurrency_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Routing Profile.", + 'name', + 'Specifies the name of the Routing Profile.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queueConfigs", - "One or more `queue_configs` blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The `queue_configs` block is documented below.", + 'queueConfigs', + 'One or more `queue_configs` blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The `queue_configs` block is documented below.', () => connect_RoutingProfileQueueConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Routing Profile. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Routing Profile. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/connect/SecurityProfile.ts b/src/app/Models/codegen/aws/connect/SecurityProfile.ts index d811f2ffb..d39bc17d1 100644 --- a/src/app/Models/codegen/aws/connect/SecurityProfile.ts +++ b/src/app/Models/codegen/aws/connect/SecurityProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityProfileArgs { // Specifies the description of the Security Profile. @@ -61,40 +61,40 @@ Tags to apply to the Security Profile. If configured with a provider return [ new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the Security Profile.", + 'description', + 'Specifies the description of the Security Profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Security Profile.", + 'name', + 'Specifies the name of the Security Profile.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "permissions", - "Specifies a list of permissions assigned to the security profile.", + 'permissions', + 'Specifies a list of permissions assigned to the security profile.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Security Profile. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Security Profile. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/connect/User.ts b/src/app/Models/codegen/aws/connect/User.ts index a9426cb8d..926b8ff4c 100644 --- a/src/app/Models/codegen/aws/connect/User.ts +++ b/src/app/Models/codegen/aws/connect/User.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_UserPhoneConfig, connect_UserPhoneConfig_GetTypes, -} from "../types/connect_UserPhoneConfig"; +} from '../types/connect_UserPhoneConfig'; import { connect_UserIdentityInfo, connect_UserIdentityInfo_GetTypes, -} from "../types/connect_UserIdentityInfo"; +} from '../types/connect_UserIdentityInfo'; export interface UserArgs { // The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory. This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned. @@ -96,80 +96,80 @@ Tags to apply to the user. If configured with a provider return [ new DynamicUIProps( InputType.String, - "directoryUserId", - "The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory. This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.", + 'directoryUserId', + 'The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory. This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The user name for the account. For instances not using SAML for identity management, the user name can include up to 20 characters. If you are using SAML for identity management, the user name can include up to 64 characters from `[a-zA-Z0-9_-.\\@]+`.", + 'name', + 'The user name for the account. For instances not using SAML for identity management, the user name can include up to 20 characters. If you are using SAML for identity management, the user name can include up to 64 characters from `[a-zA-Z0-9_-.\\@]+`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the user. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the user. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityProfileIds", - "A list of identifiers for the security profiles for the user. Specify a minimum of 1 and maximum of 10 security profile ids. For more information, see [Best Practices for Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the Amazon Connect Administrator Guide.", + 'securityProfileIds', + 'A list of identifiers for the security profiles for the user. Specify a minimum of 1 and maximum of 10 security profile ids. For more information, see [Best Practices for Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the Amazon Connect Administrator Guide.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "hierarchyGroupId", - "The identifier of the hierarchy group for the user.", + 'hierarchyGroupId', + 'The identifier of the hierarchy group for the user.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "identityInfo", - "A block that contains information about the identity of the user. Documented below.", + 'identityInfo', + 'A block that contains information about the identity of the user. Documented below.', () => connect_UserIdentityInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "phoneConfig", - "A block that contains information about the phone settings for the user. Documented below.", + 'phoneConfig', + 'A block that contains information about the phone settings for the user. Documented below.', () => connect_UserPhoneConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "routingProfileId", - "The identifier of the routing profile for the user.", + 'routingProfileId', + 'The identifier of the routing profile for the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "password", - "The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.", + 'password', + 'The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/connect/UserHierarchyGroup.ts b/src/app/Models/codegen/aws/connect/UserHierarchyGroup.ts index 5faa75eef..13906a282 100644 --- a/src/app/Models/codegen/aws/connect/UserHierarchyGroup.ts +++ b/src/app/Models/codegen/aws/connect/UserHierarchyGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_UserHierarchyGroupHierarchyPath, connect_UserHierarchyGroupHierarchyPath_GetTypes, -} from "../types/connect_UserHierarchyGroupHierarchyPath"; +} from '../types/connect_UserHierarchyGroupHierarchyPath'; export interface UserHierarchyGroupArgs { // Specifies the identifier of the hosting Amazon Connect Instance. @@ -62,32 +62,32 @@ Tags to apply to the hierarchy group. If configured with a provider return [ new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parentGroupId", - "The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.", + 'parentGroupId', + 'The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the hierarchy group. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the hierarchy group. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/connect/UserHierarchyStructure.ts b/src/app/Models/codegen/aws/connect/UserHierarchyStructure.ts index c301b9289..eb49a9a9a 100644 --- a/src/app/Models/codegen/aws/connect/UserHierarchyStructure.ts +++ b/src/app/Models/codegen/aws/connect/UserHierarchyStructure.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_UserHierarchyStructureHierarchyStructure, connect_UserHierarchyStructureHierarchyStructure_GetTypes, -} from "../types/connect_UserHierarchyStructureHierarchyStructure"; +} from '../types/connect_UserHierarchyStructureHierarchyStructure'; export interface UserHierarchyStructureArgs { // A block that defines the hierarchy structure's levels. The `hierarchy_structure` block is documented below. @@ -29,7 +29,7 @@ export class UserHierarchyStructure extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "hierarchyStructure", + 'hierarchyStructure', "A block that defines the hierarchy structure's levels. The `hierarchy_structure` block is documented below.", () => connect_UserHierarchyStructureHierarchyStructure_GetTypes(), true, @@ -37,8 +37,8 @@ export class UserHierarchyStructure extends DS_Resource { ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/connect/Vocabulary.ts b/src/app/Models/codegen/aws/connect/Vocabulary.ts index 39073f182..92947a1a0 100644 --- a/src/app/Models/codegen/aws/connect/Vocabulary.ts +++ b/src/app/Models/codegen/aws/connect/Vocabulary.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VocabularyArgs { // The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?](https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html). Valid Values are `ar-AE`, `de-CH`, `de-DE`, `en-AB`, `en-AU`, `en-GB`, `en-IE`, `en-IN`, `en-US`, `en-WL`, `es-ES`, `es-US`, `fr-CA`, `fr-FR`, `hi-IN`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, `pt-PT`, `zh-CN`. @@ -67,40 +67,40 @@ Tags to apply to the vocabulary. If configured with a provider return [ new DynamicUIProps( InputType.String, - "languageCode", - "The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?](https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html). Valid Values are `ar-AE`, `de-CH`, `de-DE`, `en-AB`, `en-AU`, `en-GB`, `en-IE`, `en-IN`, `en-US`, `en-WL`, `es-ES`, `es-US`, `fr-CA`, `fr-FR`, `hi-IN`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, `pt-PT`, `zh-CN`.", + 'languageCode', + 'The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?](https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html). Valid Values are `ar-AE`, `de-CH`, `de-DE`, `en-AB`, `en-AU`, `en-GB`, `en-IE`, `en-IN`, `en-US`, `en-WL`, `es-ES`, `es-US`, `fr-CA`, `fr-FR`, `hi-IN`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, `pt-PT`, `zh-CN`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name of the custom vocabulary. Must not be more than 140 characters.", + 'name', + 'A unique name of the custom vocabulary. Must not be more than 140 characters.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the vocabulary. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the vocabulary. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "content", - "The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see [Create a custom vocabulary using a table](https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table). Minimum length of `1`. Maximum length of `60000`.", + 'content', + 'The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see [Create a custom vocabulary using a table](https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table). Minimum length of `1`. Maximum length of `60000`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceId", - "Specifies the identifier of the hosting Amazon Connect Instance.", + 'instanceId', + 'Specifies the identifier of the hosting Amazon Connect Instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/controltower/ControlTowerControl.ts b/src/app/Models/codegen/aws/controltower/ControlTowerControl.ts index 0ea7843bd..d82a131cf 100644 --- a/src/app/Models/codegen/aws/controltower/ControlTowerControl.ts +++ b/src/app/Models/codegen/aws/controltower/ControlTowerControl.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { controltower_ControlTowerControlParameter, controltower_ControlTowerControlParameter_GetTypes, -} from "../types/controltower_ControlTowerControlParameter"; +} from '../types/controltower_ControlTowerControlParameter'; export interface ControlTowerControlArgs { // The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail. @@ -46,24 +46,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "controlIdentifier", - "The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.", + 'controlIdentifier', + 'The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Parameter values which are specified to configure the control when you enable it. See Parameters for more details.", + 'parameters', + 'Parameter values which are specified to configure the control when you enable it. See Parameters for more details.', () => controltower_ControlTowerControlParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetIdentifier", - "The ARN of the organizational unit.\n\nThe following arguments are optional:", + 'targetIdentifier', + 'The ARN of the organizational unit.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/controltower/LandingZone.ts b/src/app/Models/codegen/aws/controltower/LandingZone.ts index aa02c4dd3..7b2dcf730 100644 --- a/src/app/Models/codegen/aws/controltower/LandingZone.ts +++ b/src/app/Models/codegen/aws/controltower/LandingZone.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { controltower_LandingZoneDriftStatus, controltower_LandingZoneDriftStatus_GetTypes, -} from "../types/controltower_LandingZoneDriftStatus"; +} from '../types/controltower_LandingZoneDriftStatus'; export interface LandingZoneArgs { // The landing zone version. @@ -47,24 +47,24 @@ export class LandingZone extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "version", - "The landing zone version.", + 'version', + 'The landing zone version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "manifestJson", - "The manifest JSON file is a text file that describes your AWS resources. For examples, review [Launch your landing zone](https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch).", + 'manifestJson', + 'The manifest JSON file is a text file that describes your AWS resources. For examples, review [Launch your landing zone](https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch).', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the landing zone. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the landing zone. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/costexplorer/AnomalyMonitor.ts b/src/app/Models/codegen/aws/costexplorer/AnomalyMonitor.ts index d894d4a78..8ef92470c 100644 --- a/src/app/Models/codegen/aws/costexplorer/AnomalyMonitor.ts +++ b/src/app/Models/codegen/aws/costexplorer/AnomalyMonitor.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AnomalyMonitorArgs { // The dimensions to evaluate. Valid values: `SERVICE`. @@ -49,40 +49,40 @@ export class AnomalyMonitor extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "monitorDimension", - "The dimensions to evaluate. Valid values: `SERVICE`.", + 'monitorDimension', + 'The dimensions to evaluate. Valid values: `SERVICE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "monitorSpecification", - "A valid JSON representation for the [Expression](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) object.", + 'monitorSpecification', + 'A valid JSON representation for the [Expression](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) object.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "monitorType", - "The possible type values. Valid values: `DIMENSIONAL` | `CUSTOM`.", + 'monitorType', + 'The possible type values. Valid values: `DIMENSIONAL` | `CUSTOM`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the monitor.", + 'name', + 'The name of the monitor.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/costexplorer/AnomalySubscription.ts b/src/app/Models/codegen/aws/costexplorer/AnomalySubscription.ts index 97a46264d..25babf1db 100644 --- a/src/app/Models/codegen/aws/costexplorer/AnomalySubscription.ts +++ b/src/app/Models/codegen/aws/costexplorer/AnomalySubscription.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_AnomalySubscriptionSubscriber, costexplorer_AnomalySubscriptionSubscriber_GetTypes, -} from "../types/costexplorer_AnomalySubscriptionSubscriber"; +} from '../types/costexplorer_AnomalySubscriptionSubscriber'; import { costexplorer_AnomalySubscriptionThresholdExpression, costexplorer_AnomalySubscriptionThresholdExpression_GetTypes, -} from "../types/costexplorer_AnomalySubscriptionThresholdExpression"; +} from '../types/costexplorer_AnomalySubscriptionThresholdExpression'; export interface AnomalySubscriptionArgs { // The unique identifier for the AWS account in which the anomaly subscription ought to be created. @@ -69,56 +69,56 @@ export class AnomalySubscription extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "monitorArnLists", - "A list of cost anomaly monitors.", + 'monitorArnLists', + 'A list of cost anomaly monitors.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the subscription.", + 'name', + 'The name for the subscription.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subscribers", - "A subscriber configuration. Multiple subscribers can be defined.", + 'subscribers', + 'A subscriber configuration. Multiple subscribers can be defined.', () => costexplorer_AnomalySubscriptionSubscriber_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "thresholdExpression", - "An Expression object used to specify the anomalies that you want to generate alerts for. See Threshold Expression.", + 'thresholdExpression', + 'An Expression object used to specify the anomalies that you want to generate alerts for. See Threshold Expression.', () => costexplorer_AnomalySubscriptionThresholdExpression_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "The unique identifier for the AWS account in which the anomaly subscription ought to be created.", + 'accountId', + 'The unique identifier for the AWS account in which the anomaly subscription ought to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "frequency", - "The frequency that anomaly reports are sent. Valid Values: `DAILY` | `IMMEDIATE` | `WEEKLY`.", + 'frequency', + 'The frequency that anomaly reports are sent. Valid Values: `DAILY` | `IMMEDIATE` | `WEEKLY`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/costexplorer/CostAllocationTag.ts b/src/app/Models/codegen/aws/costexplorer/CostAllocationTag.ts index 62d6a747b..4e15cf3c1 100644 --- a/src/app/Models/codegen/aws/costexplorer/CostAllocationTag.ts +++ b/src/app/Models/codegen/aws/costexplorer/CostAllocationTag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CostAllocationTagArgs { // The status of a cost allocation tag. Valid values are `Active` and `Inactive`. @@ -28,16 +28,16 @@ export class CostAllocationTag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "status", - "The status of a cost allocation tag. Valid values are `Active` and `Inactive`.", + 'status', + 'The status of a cost allocation tag. Valid values are `Active` and `Inactive`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tagKey", - "The key for the cost allocation tag.", + 'tagKey', + 'The key for the cost allocation tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/costexplorer/CostCategory.ts b/src/app/Models/codegen/aws/costexplorer/CostCategory.ts index c3c9363e7..708c8d98e 100644 --- a/src/app/Models/codegen/aws/costexplorer/CostCategory.ts +++ b/src/app/Models/codegen/aws/costexplorer/CostCategory.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRule, costexplorer_CostCategoryRule_GetTypes, -} from "../types/costexplorer_CostCategoryRule"; +} from '../types/costexplorer_CostCategoryRule'; import { costexplorer_CostCategorySplitChargeRule, costexplorer_CostCategorySplitChargeRule_GetTypes, -} from "../types/costexplorer_CostCategorySplitChargeRule"; +} from '../types/costexplorer_CostCategorySplitChargeRule'; export interface CostCategoryArgs { // Default value for the cost category. @@ -80,15 +80,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "defaultValue", - "Default value for the cost category.", + 'defaultValue', + 'Default value for the cost category.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "effectiveStart", + 'effectiveStart', "The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future. For example `2022-11-01T00:00:00Z`.\n\nThe following arguments are optional:", () => [], false, @@ -96,40 +96,40 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the Cost Category.", + 'name', + 'Unique name for the Cost Category.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ruleVersion", - "Rule schema version in this particular Cost Category.", + 'ruleVersion', + 'Rule schema version in this particular Cost Category.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Configuration block for the Cost Category rules used to categorize costs. See below.", + 'rules', + 'Configuration block for the Cost Category rules used to categorize costs. See below.', () => costexplorer_CostCategoryRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "splitChargeRules", - "Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.", + 'splitChargeRules', + 'Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.', () => costexplorer_CostCategorySplitChargeRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/cur/ReportDefinition.ts b/src/app/Models/codegen/aws/cur/ReportDefinition.ts index a2959d81c..c63e2b7c0 100644 --- a/src/app/Models/codegen/aws/cur/ReportDefinition.ts +++ b/src/app/Models/codegen/aws/cur/ReportDefinition.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReportDefinitionArgs { // A list of additional artifacts. Valid values are: `REDSHIFT`, `QUICKSIGHT`, `ATHENA`. When ATHENA exists within additional_artifacts, no other artifact type can be declared and report_versioning must be `OVERWRITE_REPORT`. @@ -91,96 +91,96 @@ export class ReportDefinition extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "additionalSchemaElements", - "A list of schema elements. Valid values are: `RESOURCES`, `SPLIT_COST_ALLOCATION_DATA`.", + 'additionalSchemaElements', + 'A list of schema elements. Valid values are: `RESOURCES`, `SPLIT_COST_ALLOCATION_DATA`.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "s3Prefix", - "Report path prefix. Limited to 256 characters.", + 's3Prefix', + 'Report path prefix. Limited to 256 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "format", - "Format for report. Valid values are: `textORcsv`, `Parquet`. If `Parquet` is used, then Compression must also be `Parquet`.", + 'format', + 'Format for report. Valid values are: `textORcsv`, `Parquet`. If `Parquet` is used, then Compression must also be `Parquet`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Name of the existing S3 bucket to hold generated reports.", + 's3Bucket', + 'Name of the existing S3 bucket to hold generated reports.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timeUnit", - "The frequency on which report data are measured and displayed. Valid values are: `DAILY`, `HOURLY`, `MONTHLY`.", + 'timeUnit', + 'The frequency on which report data are measured and displayed. Valid values are: `DAILY`, `HOURLY`, `MONTHLY`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "compression", - "Compression format for report. Valid values are: `GZIP`, `ZIP`, `Parquet`. If `Parquet` is used, then format must also be `Parquet`.", + 'compression', + 'Compression format for report. Valid values are: `GZIP`, `ZIP`, `Parquet`. If `Parquet` is used, then format must also be `Parquet`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "additionalArtifacts", - "A list of additional artifacts. Valid values are: `REDSHIFT`, `QUICKSIGHT`, `ATHENA`. When ATHENA exists within additional_artifacts, no other artifact type can be declared and report_versioning must be `OVERWRITE_REPORT`.", + 'additionalArtifacts', + 'A list of additional artifacts. Valid values are: `REDSHIFT`, `QUICKSIGHT`, `ATHENA`. When ATHENA exists within additional_artifacts, no other artifact type can be declared and report_versioning must be `OVERWRITE_REPORT`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "refreshClosedReports", - "Set to true to update your reports after they have been finalized if AWS detects charges related to previous months.", + 'refreshClosedReports', + 'Set to true to update your reports after they have been finalized if AWS detects charges related to previous months.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "reportName", - "Unique name for the report. Must start with a number/letter and is case sensitive. Limited to 256 characters.", + 'reportName', + 'Unique name for the report. Must start with a number/letter and is case sensitive. Limited to 256 characters.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "reportVersioning", - "Overwrite the previous version of each report or to deliver the report in addition to the previous versions. Valid values are: `CREATE_NEW_REPORT` and `OVERWRITE_REPORT`.", + 'reportVersioning', + 'Overwrite the previous version of each report or to deliver the report in addition to the previous versions. Valid values are: `CREATE_NEW_REPORT` and `OVERWRITE_REPORT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3Region", - "Region of the existing S3 bucket to hold generated reports.", + 's3Region', + 'Region of the existing S3 bucket to hold generated reports.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/customerprofiles/Domain.ts b/src/app/Models/codegen/aws/customerprofiles/Domain.ts index 280b4e88c..ddbd8ee9e 100644 --- a/src/app/Models/codegen/aws/customerprofiles/Domain.ts +++ b/src/app/Models/codegen/aws/customerprofiles/Domain.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainMatching, customerprofiles_DomainMatching_GetTypes, -} from "../types/customerprofiles_DomainMatching"; +} from '../types/customerprofiles_DomainMatching'; import { customerprofiles_DomainRuleBasedMatching, customerprofiles_DomainRuleBasedMatching_GetTypes, -} from "../types/customerprofiles_DomainRuleBasedMatching"; +} from '../types/customerprofiles_DomainRuleBasedMatching'; export interface DomainArgs { // The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. @@ -77,56 +77,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "defaultExpirationDays", - "The default number of days until the data within the domain expires.\n\nThe following arguments are optional:", + 'defaultExpirationDays', + 'The default number of days until the data within the domain expires.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The name for your Customer Profile domain. It must be unique for your AWS account.", + 'domainName', + 'The name for your Customer Profile domain. It must be unique for your AWS account.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "matching", - "A block that specifies the process of matching duplicate profiles. Documented below.", + 'matching', + 'A block that specifies the process of matching duplicate profiles. Documented below.', () => customerprofiles_DomainMatching_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ruleBasedMatching", - "A block that specifies the process of matching duplicate profiles using the Rule-Based matching. Documented below.", + 'ruleBasedMatching', + 'A block that specifies the process of matching duplicate profiles using the Rule-Based matching. Documented below.', () => customerprofiles_DomainRuleBasedMatching_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the domain. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the domain. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deadLetterQueueUrl", - "The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.", + 'deadLetterQueueUrl', + 'The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultEncryptionKey", - "The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.", + 'defaultEncryptionKey', + 'The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/customerprofiles/Profile.ts b/src/app/Models/codegen/aws/customerprofiles/Profile.ts index 194b037ab..43abbe2f5 100644 --- a/src/app/Models/codegen/aws/customerprofiles/Profile.ts +++ b/src/app/Models/codegen/aws/customerprofiles/Profile.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_ProfileAddress, customerprofiles_ProfileAddress_GetTypes, -} from "../types/customerprofiles_ProfileAddress"; +} from '../types/customerprofiles_ProfileAddress'; import { customerprofiles_ProfileBillingAddress, customerprofiles_ProfileBillingAddress_GetTypes, -} from "../types/customerprofiles_ProfileBillingAddress"; +} from '../types/customerprofiles_ProfileBillingAddress'; import { customerprofiles_ProfileShippingAddress, customerprofiles_ProfileShippingAddress_GetTypes, -} from "../types/customerprofiles_ProfileShippingAddress"; +} from '../types/customerprofiles_ProfileShippingAddress'; import { customerprofiles_ProfileMailingAddress, customerprofiles_ProfileMailingAddress_GetTypes, -} from "../types/customerprofiles_ProfileMailingAddress"; +} from '../types/customerprofiles_ProfileMailingAddress'; export interface ProfileArgs { // A block that specifies the customer’s shipping address. Documented below. @@ -169,176 +169,176 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domainName", - "The name of your Customer Profile domain. It must be unique for your AWS account.\n\nThe following arguments are optional:", + 'domainName', + 'The name of your Customer Profile domain. It must be unique for your AWS account.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "homePhoneNumber", - "The customer’s home phone number.", + 'homePhoneNumber', + 'The customer’s home phone number.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "billingAddress", - "A block that specifies the customer’s billing address. Documented below.", + 'billingAddress', + 'A block that specifies the customer’s billing address. Documented below.', () => customerprofiles_ProfileBillingAddress_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "firstName", - "The customer’s first name.", + 'firstName', + 'The customer’s first name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "personalEmailAddress", - "The customer’s personal email address.", + 'personalEmailAddress', + 'The customer’s personal email address.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "shippingAddress", - "A block that specifies the customer’s shipping address. Documented below.", + 'shippingAddress', + 'A block that specifies the customer’s shipping address. Documented below.', () => customerprofiles_ProfileShippingAddress_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "businessName", - "The name of the customer’s business.", + 'businessName', + 'The name of the customer’s business.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "additionalInformation", - "Any additional information relevant to the customer’s profile.", + 'additionalInformation', + 'Any additional information relevant to the customer’s profile.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "address", - "A block that specifies a generic address associated with the customer that is not mailing, shipping, or billing. Documented below.", + 'address', + 'A block that specifies a generic address associated with the customer that is not mailing, shipping, or billing. Documented below.', () => customerprofiles_ProfileAddress_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mobilePhoneNumber", - "The customer’s mobile phone number.", + 'mobilePhoneNumber', + 'The customer’s mobile phone number.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountNumber", - "A unique account number that you have given to the customer.", + 'accountNumber', + 'A unique account number that you have given to the customer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partyTypeString", - "The type of profile used to describe the customer.", + 'partyTypeString', + 'The type of profile used to describe the customer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "businessEmailAddress", - "The customer’s business email address.", + 'businessEmailAddress', + 'The customer’s business email address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailAddress", - "The customer’s email address, which has not been specified as a personal or business address.", + 'emailAddress', + 'The customer’s email address, which has not been specified as a personal or business address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "birthDate", - "The customer’s birth date.", + 'birthDate', + 'The customer’s birth date.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "middleName", - "The customer’s middle name.", + 'middleName', + 'The customer’s middle name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "businessPhoneNumber", - "The customer’s business phone number.", + 'businessPhoneNumber', + 'The customer’s business phone number.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lastName", - "The customer’s last name.", + 'lastName', + 'The customer’s last name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", - "The customer’s phone number, which has not been specified as a mobile, home, or business number.", + 'phoneNumber', + 'The customer’s phone number, which has not been specified as a mobile, home, or business number.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "attributes", - "A key value pair of attributes of a customer profile.", + 'attributes', + 'A key value pair of attributes of a customer profile.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "genderString", - "The gender with which the customer identifies.", + 'genderString', + 'The gender with which the customer identifies.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "mailingAddress", - "A block that specifies the customer’s mailing address. Documented below.", + 'mailingAddress', + 'A block that specifies the customer’s mailing address. Documented below.', () => customerprofiles_ProfileMailingAddress_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dataexchange/DataSet.ts b/src/app/Models/codegen/aws/dataexchange/DataSet.ts index da9e31644..9d8c82360 100644 --- a/src/app/Models/codegen/aws/dataexchange/DataSet.ts +++ b/src/app/Models/codegen/aws/dataexchange/DataSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataSetArgs { // The type of asset that is added to a data set. Valid values are: `S3_SNAPSHOT`, `REDSHIFT_DATA_SHARE`, and `API_GATEWAY_API`. @@ -43,32 +43,32 @@ export class DataSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "assetType", - "The type of asset that is added to a data set. Valid values are: `S3_SNAPSHOT`, `REDSHIFT_DATA_SHARE`, and `API_GATEWAY_API`.", + 'assetType', + 'The type of asset that is added to a data set. Valid values are: `S3_SNAPSHOT`, `REDSHIFT_DATA_SHARE`, and `API_GATEWAY_API`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the data set.", + 'description', + 'A description for the data set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the data set.", + 'name', + 'The name of the data set.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dataexchange/Revision.ts b/src/app/Models/codegen/aws/dataexchange/Revision.ts index 3d595a2c5..8b7aa59b6 100644 --- a/src/app/Models/codegen/aws/dataexchange/Revision.ts +++ b/src/app/Models/codegen/aws/dataexchange/Revision.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RevisionArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -40,24 +40,24 @@ export class Revision extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dataSetId", - "The dataset id.", + 'dataSetId', + 'The dataset id.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "comment", - "An optional comment about the revision.", + 'comment', + 'An optional comment about the revision.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/datapipeline/Pipeline.ts b/src/app/Models/codegen/aws/datapipeline/Pipeline.ts index 18050ca0a..25bec2f9a 100644 --- a/src/app/Models/codegen/aws/datapipeline/Pipeline.ts +++ b/src/app/Models/codegen/aws/datapipeline/Pipeline.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PipelineArgs { // The description of Pipeline. @@ -34,24 +34,24 @@ export class Pipeline extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of Pipeline.", + 'description', + 'The description of Pipeline.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of Pipeline.", + 'name', + 'The name of Pipeline.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datapipeline/PipelineDefinition.ts b/src/app/Models/codegen/aws/datapipeline/PipelineDefinition.ts index 3e9585596..442041838 100644 --- a/src/app/Models/codegen/aws/datapipeline/PipelineDefinition.ts +++ b/src/app/Models/codegen/aws/datapipeline/PipelineDefinition.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datapipeline_PipelineDefinitionParameterObject, datapipeline_PipelineDefinitionParameterObject_GetTypes, -} from "../types/datapipeline_PipelineDefinitionParameterObject"; +} from '../types/datapipeline_PipelineDefinitionParameterObject'; import { datapipeline_PipelineDefinitionParameterValue, datapipeline_PipelineDefinitionParameterValue_GetTypes, -} from "../types/datapipeline_PipelineDefinitionParameterValue"; +} from '../types/datapipeline_PipelineDefinitionParameterValue'; import { datapipeline_PipelineDefinitionPipelineObject, datapipeline_PipelineDefinitionPipelineObject_GetTypes, -} from "../types/datapipeline_PipelineDefinitionPipelineObject"; +} from '../types/datapipeline_PipelineDefinitionPipelineObject'; export interface PipelineDefinitionArgs { // Configuration block for the parameter objects used in the pipeline definition. See below @@ -57,32 +57,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "parameterObjects", - "Configuration block for the parameter objects used in the pipeline definition. See below", + 'parameterObjects', + 'Configuration block for the parameter objects used in the pipeline definition. See below', () => datapipeline_PipelineDefinitionParameterObject_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "parameterValues", - "Configuration block for the parameter values used in the pipeline definition. See below", + 'parameterValues', + 'Configuration block for the parameter values used in the pipeline definition. See below', () => datapipeline_PipelineDefinitionParameterValue_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pipelineId", - "ID of the pipeline.", + 'pipelineId', + 'ID of the pipeline.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "pipelineObjects", - "Configuration block for the objects that define the pipeline. See below\n\nThe following arguments are optional:", + 'pipelineObjects', + 'Configuration block for the objects that define the pipeline. See below\n\nThe following arguments are optional:', () => datapipeline_PipelineDefinitionPipelineObject_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/datasync/Agent.ts b/src/app/Models/codegen/aws/datasync/Agent.ts index 47cd1a8be..ec9393b26 100644 --- a/src/app/Models/codegen/aws/datasync/Agent.ts +++ b/src/app/Models/codegen/aws/datasync/Agent.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AgentArgs { // The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. @@ -67,64 +67,64 @@ export class Agent extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC (virtual private cloud) endpoint that the agent has access to.", + 'vpcEndpointId', + 'The ID of the VPC (virtual private cloud) endpoint that the agent has access to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "activationKey", - "DataSync Agent activation key during resource creation. Conflicts with `ip_address`. If an `ip_address` is provided instead, the provider will retrieve the `activation_key` as part of the resource creation.", + 'activationKey', + 'DataSync Agent activation key during resource creation. Conflicts with `ip_address`. If an `ip_address` is provided instead, the provider will retrieve the `activation_key` as part of the resource creation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", - "DataSync Agent IP address to retrieve activation key during resource creation. Conflicts with `activation_key`. DataSync Agent must be accessible on port 80 from where the provider is running.", + 'ipAddress', + 'DataSync Agent IP address to retrieve activation key during resource creation. Conflicts with `activation_key`. DataSync Agent must be accessible on port 80 from where the provider is running.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the DataSync Agent.", + 'name', + 'Name of the DataSync Agent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateLinkEndpoint", - "The IP address of the VPC endpoint the agent should connect to when retrieving an activation key during resource creation. Conflicts with `activation_key`.", + 'privateLinkEndpoint', + 'The IP address of the VPC endpoint the agent should connect to when retrieving an activation key during resource creation. Conflicts with `activation_key`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", - "The ARNs of the security groups used to protect your data transfer task subnets.", + 'securityGroupArns', + 'The ARNs of the security groups used to protect your data transfer task subnets.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "subnetArns", - "The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task.", + 'subnetArns', + 'The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Agent. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Agent. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datasync/EfsLocation.ts b/src/app/Models/codegen/aws/datasync/EfsLocation.ts index 2b28348db..e48f7f702 100644 --- a/src/app/Models/codegen/aws/datasync/EfsLocation.ts +++ b/src/app/Models/codegen/aws/datasync/EfsLocation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_EfsLocationEc2Config, datasync_EfsLocationEc2Config_GetTypes, -} from "../types/datasync_EfsLocationEc2Config"; +} from '../types/datasync_EfsLocationEc2Config'; export interface EfsLocationArgs { // Configuration block containing EC2 configurations for connecting to the EFS File System. @@ -68,56 +68,56 @@ export class EfsLocation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "efsFileSystemArn", - "Amazon Resource Name (ARN) of EFS File System.", + 'efsFileSystemArn', + 'Amazon Resource Name (ARN) of EFS File System.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fileSystemAccessRoleArn", - "Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.", + 'fileSystemAccessRoleArn', + 'Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "inTransitEncryption", - "Specifies whether you want DataSync to use TLS encryption when transferring data to or from your Amazon EFS file system. Valid values are `NONE` and `TLS1_2`.", + 'inTransitEncryption', + 'Specifies whether you want DataSync to use TLS encryption when transferring data to or from your Amazon EFS file system. Valid values are `NONE` and `TLS1_2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination. Default `/`.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination. Default `/`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessPointArn", - "Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.", + 'accessPointArn', + 'Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ec2Config", - "Configuration block containing EC2 configurations for connecting to the EFS File System.", + 'ec2Config', + 'Configuration block containing EC2 configurations for connecting to the EFS File System.', () => datasync_EfsLocationEc2Config_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/datasync/FsxOpenZfsFileSystem.ts b/src/app/Models/codegen/aws/datasync/FsxOpenZfsFileSystem.ts index 43832e017..07d133e0f 100644 --- a/src/app/Models/codegen/aws/datasync/FsxOpenZfsFileSystem.ts +++ b/src/app/Models/codegen/aws/datasync/FsxOpenZfsFileSystem.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_FsxOpenZfsFileSystemProtocol, datasync_FsxOpenZfsFileSystemProtocol_GetTypes, -} from "../types/datasync_FsxOpenZfsFileSystemProtocol"; +} from '../types/datasync_FsxOpenZfsFileSystemProtocol'; export interface FsxOpenZfsFileSystemArgs { // The type of protocol that DataSync uses to access your file system. See below. @@ -59,40 +59,40 @@ export class FsxOpenZfsFileSystem extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "protocol", - "The type of protocol that DataSync uses to access your file system. See below.", + 'protocol', + 'The type of protocol that DataSync uses to access your file system. See below.', () => datasync_FsxOpenZfsFileSystemProtocol_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", - "The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for openzfs file system.", + 'securityGroupArns', + 'The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for openzfs file system.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination. Must start with `/fsx`.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination. Must start with `/fsx`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fsxFilesystemArn", - "The Amazon Resource Name (ARN) for the FSx for OpenZfs file system.", + 'fsxFilesystemArn', + 'The Amazon Resource Name (ARN) for the FSx for OpenZfs file system.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/datasync/LocationAzureBlob.ts b/src/app/Models/codegen/aws/datasync/LocationAzureBlob.ts index 0ebd9a905..ac79b719c 100644 --- a/src/app/Models/codegen/aws/datasync/LocationAzureBlob.ts +++ b/src/app/Models/codegen/aws/datasync/LocationAzureBlob.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationAzureBlobSasConfiguration, datasync_LocationAzureBlobSasConfiguration_GetTypes, -} from "../types/datasync_LocationAzureBlobSasConfiguration"; +} from '../types/datasync_LocationAzureBlobSasConfiguration'; export interface LocationAzureBlobArgs { // Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -74,64 +74,64 @@ export class LocationAzureBlob extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessTier", - "The access tier that you want your objects or files transferred into. Valid values: `HOT`, `COOL` and `ARCHIVE`. Default: `HOT`.", + 'accessTier', + 'The access tier that you want your objects or files transferred into. Valid values: `HOT`, `COOL` and `ARCHIVE`. Default: `HOT`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "agentArns", - "A list of DataSync Agent ARNs with which this location will be associated.", + 'agentArns', + 'A list of DataSync Agent ARNs with which this location will be associated.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "authenticationType", - "The authentication method DataSync uses to access your Azure Blob Storage. Valid values: `SAS`.", + 'authenticationType', + 'The authentication method DataSync uses to access your Azure Blob Storage. Valid values: `SAS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "blobType", - "The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Valid values: `BLOB`. Default: `BLOB`.", + 'blobType', + 'The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Valid values: `BLOB`. Default: `BLOB`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "containerUrl", - "The URL of the Azure Blob Storage container involved in your transfer.", + 'containerUrl', + 'The URL of the Azure Blob Storage container involved in your transfer.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "sasConfiguration", - "The SAS configuration that allows DataSync to access your Azure Blob Storage. See configuration below.", + 'sasConfiguration', + 'The SAS configuration that allows DataSync to access your Azure Blob Storage. See configuration below.', () => datasync_LocationAzureBlobSasConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Path segments if you want to limit your transfer to a virtual directory in the container.", + 'subdirectory', + 'Path segments if you want to limit your transfer to a virtual directory in the container.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datasync/LocationFsxLustre.ts b/src/app/Models/codegen/aws/datasync/LocationFsxLustre.ts index e0a989fe7..ea69645e7 100644 --- a/src/app/Models/codegen/aws/datasync/LocationFsxLustre.ts +++ b/src/app/Models/codegen/aws/datasync/LocationFsxLustre.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LocationFsxLustreArgs { // Subdirectory to perform actions as source or destination. @@ -49,32 +49,32 @@ export class LocationFsxLustre extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fsxFilesystemArn", - "The Amazon Resource Name (ARN) for the FSx for Lustre file system.", + 'fsxFilesystemArn', + 'The Amazon Resource Name (ARN) for the FSx for Lustre file system.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", - "The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Lustre file system.", + 'securityGroupArns', + 'The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Lustre file system.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/datasync/LocationFsxOntapFileSystem.ts b/src/app/Models/codegen/aws/datasync/LocationFsxOntapFileSystem.ts index 55322f4e7..f80da1126 100644 --- a/src/app/Models/codegen/aws/datasync/LocationFsxOntapFileSystem.ts +++ b/src/app/Models/codegen/aws/datasync/LocationFsxOntapFileSystem.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationFsxOntapFileSystemProtocol, datasync_LocationFsxOntapFileSystemProtocol_GetTypes, -} from "../types/datasync_LocationFsxOntapFileSystemProtocol"; +} from '../types/datasync_LocationFsxOntapFileSystemProtocol'; export interface LocationFsxOntapFileSystemArgs { // The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below. @@ -78,15 +78,15 @@ The security groups that provide access to your file system's preferred subnet. return [ new DynamicUIProps( InputType.Object, - "protocol", - "The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.", + 'protocol', + 'The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.', () => datasync_LocationFsxOntapFileSystemProtocol_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", + 'securityGroupArns', "The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):\n* Network File System (NFS): TCP ports 111, 635, and 2049\n* Server Message Block (SMB): TCP port 445", () => InputType_String_GetTypes(), true, @@ -94,15 +94,15 @@ The security groups that provide access to your file system's preferred subnet. ), new DynamicUIProps( InputType.String, - "storageVirtualMachineArn", - "The ARN of the SVM in your file system where you want to copy data to of from.\n\nThe following arguments are optional:", + 'storageVirtualMachineArn', + 'The ARN of the SVM in your file system where you want to copy data to of from.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subdirectory", + 'subdirectory', "Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g. `/vol1`, `/vol1/tree1`, `share1`).", () => [], false, @@ -110,8 +110,8 @@ The security groups that provide access to your file system's preferred subnet. ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datasync/LocationFsxWindows.ts b/src/app/Models/codegen/aws/datasync/LocationFsxWindows.ts index 56467213c..7200ec110 100644 --- a/src/app/Models/codegen/aws/datasync/LocationFsxWindows.ts +++ b/src/app/Models/codegen/aws/datasync/LocationFsxWindows.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LocationFsxWindowsArgs { // Subdirectory to perform actions as source or destination. @@ -67,56 +67,56 @@ export class LocationFsxWindows extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "The name of the Windows domain that the FSx for Windows server belongs to.", + 'domain', + 'The name of the Windows domain that the FSx for Windows server belongs to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "fsxFilesystemArn", - "The Amazon Resource Name (ARN) for the FSx for Windows file system.", + 'fsxFilesystemArn', + 'The Amazon Resource Name (ARN) for the FSx for Windows file system.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "password", - "The password of the user who has the permissions to access files and folders in the FSx for Windows file system.", + 'password', + 'The password of the user who has the permissions to access files and folders in the FSx for Windows file system.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", - "The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.", + 'securityGroupArns', + 'The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "user", - "The user who has the permissions to access files and folders in the FSx for Windows file system.", + 'user', + 'The user who has the permissions to access files and folders in the FSx for Windows file system.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/datasync/LocationHdfs.ts b/src/app/Models/codegen/aws/datasync/LocationHdfs.ts index 757c07f1c..cc566afa8 100644 --- a/src/app/Models/codegen/aws/datasync/LocationHdfs.ts +++ b/src/app/Models/codegen/aws/datasync/LocationHdfs.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationHdfsQopConfiguration, datasync_LocationHdfsQopConfiguration_GetTypes, -} from "../types/datasync_LocationHdfsQopConfiguration"; +} from '../types/datasync_LocationHdfsQopConfiguration'; import { datasync_LocationHdfsNameNode, datasync_LocationHdfsNameNode_GetTypes, -} from "../types/datasync_LocationHdfsNameNode"; +} from '../types/datasync_LocationHdfsNameNode'; export interface LocationHdfsArgs { // Use instead of `kerberos_keytab` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab`) is required. @@ -120,63 +120,63 @@ export class LocationHdfs extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "authenticationType", - "The type of authentication used to determine the identity of the user. Valid values are `SIMPLE` and `KERBEROS`.", + 'authenticationType', + 'The type of authentication used to determine the identity of the user. Valid values are `SIMPLE` and `KERBEROS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kerberosKrb5Conf", - "The krb5.conf file that contains the Kerberos configuration information. Use `kerberos_krb5_conf_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf_base64`) is required.", + 'kerberosKrb5Conf', + 'The krb5.conf file that contains the Kerberos configuration information. Use `kerberos_krb5_conf_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf_base64`) is required.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "nameNodes", - "The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. See configuration below.", + 'nameNodes', + 'The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. See configuration below.', () => datasync_LocationHdfsNameNode_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "kerberosKeytab", - "The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. Use `kerberos_keytab_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab_base64`) is required.", + 'kerberosKeytab', + 'The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. Use `kerberos_keytab_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab_base64`) is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kerberosKrb5ConfBase64", - "Use instead of `kerberos_krb5_conf` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf`) is required.", + 'kerberosKrb5ConfBase64', + 'Use instead of `kerberos_krb5_conf` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf`) is required.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "blockSize", - "The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).", + 'blockSize', + 'The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "agentArns", - "A list of DataSync Agent ARNs with which this location will be associated.", + 'agentArns', + 'A list of DataSync Agent ARNs with which this location will be associated.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "qopConfiguration", + 'qopConfiguration', "The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If `qop_configuration` isn't specified, `rpc_protection` and `data_transfer_protection` default to `PRIVACY`. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.", () => datasync_LocationHdfsQopConfiguration_GetTypes(), false, @@ -184,7 +184,7 @@ export class LocationHdfs extends DS_Resource { ), new DynamicUIProps( InputType.String, - "subdirectory", + 'subdirectory', "A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /.", () => [], false, @@ -192,31 +192,31 @@ export class LocationHdfs extends DS_Resource { ), new DynamicUIProps( InputType.String, - "kerberosPrincipal", - "The Kerberos principal with access to the files and folders on the HDFS cluster. If `KERBEROS` is specified for `authentication_type`, this parameter is required.", + 'kerberosPrincipal', + 'The Kerberos principal with access to the files and folders on the HDFS cluster. If `KERBEROS` is specified for `authentication_type`, this parameter is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "simpleUser", - "The user name used to identify the client on the host operating system. If `SIMPLE` is specified for `authentication_type`, this parameter is required.", + 'simpleUser', + 'The user name used to identify the client on the host operating system. If `SIMPLE` is specified for `authentication_type`, this parameter is required.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyProviderUri", + 'kmsKeyProviderUri', "The URI of the HDFS cluster's Key Management Server (KMS).", () => [], false, @@ -224,16 +224,16 @@ export class LocationHdfs extends DS_Resource { ), new DynamicUIProps( InputType.String, - "kerberosKeytabBase64", - "Use instead of `kerberos_keytab` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab`) is required.", + 'kerberosKeytabBase64', + 'Use instead of `kerberos_keytab` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab`) is required.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "replicationFactor", - "The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.", + 'replicationFactor', + 'The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/datasync/LocationObjectStorage.ts b/src/app/Models/codegen/aws/datasync/LocationObjectStorage.ts index 03275e084..b23fdc37c 100644 --- a/src/app/Models/codegen/aws/datasync/LocationObjectStorage.ts +++ b/src/app/Models/codegen/aws/datasync/LocationObjectStorage.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LocationObjectStorageArgs { // The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively. @@ -82,55 +82,55 @@ export class LocationObjectStorage extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serverProtocol", - "The protocol that the object storage server uses to communicate. Valid values are `HTTP` or `HTTPS`.", + 'serverProtocol', + 'The protocol that the object storage server uses to communicate. Valid values are `HTTP` or `HTTPS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessKey", - "The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.", + 'accessKey', + 'The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretKey", - "The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.", + 'secretKey', + 'The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverCertificate", - "Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem string. The certificate can be up to 32768 bytes (before Base64 encoding).", + 'serverCertificate', + 'Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem string. The certificate can be up to 32768 bytes (before Base64 encoding).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "agentArns", - "A list of DataSync Agent ARNs with which this location will be associated.", + 'agentArns', + 'A list of DataSync Agent ARNs with which this location will be associated.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "serverPort", - "The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (`HTTP`) or TCP 443 (`HTTPS`). You can specify a custom port if your self-managed object storage server requires one.", + 'serverPort', + 'The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (`HTTP`) or TCP 443 (`HTTPS`). You can specify a custom port if your self-managed object storage server requires one.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subdirectory", + 'subdirectory', "A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /.", () => [], false, @@ -138,24 +138,24 @@ export class LocationObjectStorage extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "The bucket on the self-managed object storage server that is used to read data from.", + 'bucketName', + 'The bucket on the self-managed object storage server that is used to read data from.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serverHostname", - "The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network.", + 'serverHostname', + 'The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/datasync/LocationSmb.ts b/src/app/Models/codegen/aws/datasync/LocationSmb.ts index 53fb652eb..71d48919e 100644 --- a/src/app/Models/codegen/aws/datasync/LocationSmb.ts +++ b/src/app/Models/codegen/aws/datasync/LocationSmb.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationSmbMountOptions, datasync_LocationSmbMountOptions_GetTypes, -} from "../types/datasync_LocationSmbMountOptions"; +} from '../types/datasync_LocationSmbMountOptions'; export interface LocationSmbArgs { // The password of the user who can mount the share and has file permissions in the SMB. @@ -74,64 +74,64 @@ export class LocationSmb extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "password", - "The password of the user who can mount the share and has file permissions in the SMB.", + 'password', + 'The password of the user who can mount the share and has file permissions in the SMB.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serverHostname", - "Specifies the IP address or DNS name of the SMB server. The DataSync Agent(s) use this to mount the SMB share.", + 'serverHostname', + 'Specifies the IP address or DNS name of the SMB server. The DataSync Agent(s) use this to mount the SMB share.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination. Should be exported by the NFS server.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination. Should be exported by the NFS server.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "user", - "The user who can mount the share and has file and folder permissions in the SMB share.", + 'user', + 'The user who can mount the share and has file and folder permissions in the SMB share.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "agentArns", - "A list of DataSync Agent ARNs with which this location will be associated.", + 'agentArns', + 'A list of DataSync Agent ARNs with which this location will be associated.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "domain", - "The name of the Windows domain the SMB server belongs to.", + 'domain', + 'The name of the Windows domain the SMB server belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "mountOptions", - "Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.", + 'mountOptions', + 'Configuration block containing mount options used by DataSync to access the SMB Server. Can be `AUTOMATIC`, `SMB2`, or `SMB3`.', () => datasync_LocationSmbMountOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datasync/NfsLocation.ts b/src/app/Models/codegen/aws/datasync/NfsLocation.ts index 0ef49df5b..a648cd925 100644 --- a/src/app/Models/codegen/aws/datasync/NfsLocation.ts +++ b/src/app/Models/codegen/aws/datasync/NfsLocation.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_NfsLocationMountOptions, datasync_NfsLocationMountOptions_GetTypes, -} from "../types/datasync_NfsLocationMountOptions"; +} from '../types/datasync_NfsLocationMountOptions'; import { datasync_NfsLocationOnPremConfig, datasync_NfsLocationOnPremConfig_GetTypes, -} from "../types/datasync_NfsLocationOnPremConfig"; +} from '../types/datasync_NfsLocationOnPremConfig'; export interface NfsLocationArgs { // Specifies the IP address or DNS name of the NFS server. The DataSync Agent(s) use this to mount the NFS server. @@ -60,40 +60,40 @@ export class NfsLocation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serverHostname", - "Specifies the IP address or DNS name of the NFS server. The DataSync Agent(s) use this to mount the NFS server.", + 'serverHostname', + 'Specifies the IP address or DNS name of the NFS server. The DataSync Agent(s) use this to mount the NFS server.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Subdirectory to perform actions as source or destination. Should be exported by the NFS server.", + 'subdirectory', + 'Subdirectory to perform actions as source or destination. Should be exported by the NFS server.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "mountOptions", - "Configuration block containing mount options used by DataSync to access the NFS Server.", + 'mountOptions', + 'Configuration block containing mount options used by DataSync to access the NFS Server.', () => datasync_NfsLocationMountOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "onPremConfig", - "Configuration block containing information for connecting to the NFS File System.", + 'onPremConfig', + 'Configuration block containing information for connecting to the NFS File System.', () => datasync_NfsLocationOnPremConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/datasync/S3Location.ts b/src/app/Models/codegen/aws/datasync/S3Location.ts index 30dd6e2e0..be9a3daa2 100644 --- a/src/app/Models/codegen/aws/datasync/S3Location.ts +++ b/src/app/Models/codegen/aws/datasync/S3Location.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_S3LocationS3Config, datasync_S3LocationS3Config_GetTypes, -} from "../types/datasync_S3LocationS3Config"; +} from '../types/datasync_S3LocationS3Config'; export interface S3LocationArgs { // Amazon Resource Name (ARN) of the S3 Bucket. @@ -62,48 +62,48 @@ export class S3Location extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "agentArns", - "A list of DataSync Agent ARNs with which this location will be associated.", + 'agentArns', + 'A list of DataSync Agent ARNs with which this location will be associated.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "s3BucketArn", - "Amazon Resource Name (ARN) of the S3 Bucket.", + 's3BucketArn', + 'Amazon Resource Name (ARN) of the S3 Bucket.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "s3Config", - "Configuration block containing information for connecting to S3.", + 's3Config', + 'Configuration block containing information for connecting to S3.', () => datasync_S3LocationS3Config_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "s3StorageClass", - "The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. [Valid values](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes)", + 's3StorageClass', + 'The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. [Valid values](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Prefix to perform actions as source or destination.", + 'subdirectory', + 'Prefix to perform actions as source or destination.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datasync/Task.ts b/src/app/Models/codegen/aws/datasync/Task.ts index 0fde988d0..8dc1e3448 100644 --- a/src/app/Models/codegen/aws/datasync/Task.ts +++ b/src/app/Models/codegen/aws/datasync/Task.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_TaskExcludes, datasync_TaskExcludes_GetTypes, -} from "../types/datasync_TaskExcludes"; +} from '../types/datasync_TaskExcludes'; import { datasync_TaskOptions, datasync_TaskOptions_GetTypes, -} from "../types/datasync_TaskOptions"; +} from '../types/datasync_TaskOptions'; import { datasync_TaskSchedule, datasync_TaskSchedule_GetTypes, -} from "../types/datasync_TaskSchedule"; +} from '../types/datasync_TaskSchedule'; import { datasync_TaskTaskReportConfig, datasync_TaskTaskReportConfig_GetTypes, -} from "../types/datasync_TaskTaskReportConfig"; +} from '../types/datasync_TaskTaskReportConfig'; import { datasync_TaskIncludes, datasync_TaskIncludes_GetTypes, -} from "../types/datasync_TaskIncludes"; +} from '../types/datasync_TaskIncludes'; export interface TaskArgs { // Amazon Resource Name (ARN) of destination DataSync Location. @@ -99,80 +99,80 @@ export class Task extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "schedule", - "Specifies a schedule used to periodically transfer files from a source to a destination location.", + 'schedule', + 'Specifies a schedule used to periodically transfer files from a source to a destination location.', () => datasync_TaskSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value pairs of resource tags to assign to the DataSync Task. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value pairs of resource tags to assign to the DataSync Task. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "Amazon Resource Name (ARN) of the CloudWatch Log Group that is used to monitor and log events in the sync task.", + 'cloudwatchLogGroupArn', + 'Amazon Resource Name (ARN) of the CloudWatch Log Group that is used to monitor and log events in the sync task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceLocationArn", - "Amazon Resource Name (ARN) of source DataSync Location.", + 'sourceLocationArn', + 'Amazon Resource Name (ARN) of source DataSync Location.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "includes", - "Filter rules that determines which files to include in a task.", + 'includes', + 'Filter rules that determines which files to include in a task.', () => datasync_TaskIncludes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "destinationLocationArn", - "Amazon Resource Name (ARN) of destination DataSync Location.", + 'destinationLocationArn', + 'Amazon Resource Name (ARN) of destination DataSync Location.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the DataSync Task.", + 'name', + 'Name of the DataSync Task.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "options", - "Configuration block containing option that controls the default behavior when you start an execution of this DataSync Task. For each individual task execution, you can override these options by specifying an overriding configuration in those executions.", + 'options', + 'Configuration block containing option that controls the default behavior when you start an execution of this DataSync Task. For each individual task execution, you can override these options by specifying an overriding configuration in those executions.', () => datasync_TaskOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "taskReportConfig", - "Configuration block containing the configuration of a DataSync Task Report. See `task_report_config` below.", + 'taskReportConfig', + 'Configuration block containing the configuration of a DataSync Task Report. See `task_report_config` below.', () => datasync_TaskTaskReportConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "excludes", - "Filter rules that determines which files to exclude from a task.", + 'excludes', + 'Filter rules that determines which files to exclude from a task.', () => datasync_TaskExcludes_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datazone/Domain.ts b/src/app/Models/codegen/aws/datazone/Domain.ts index 511423a35..bf7739108 100644 --- a/src/app/Models/codegen/aws/datazone/Domain.ts +++ b/src/app/Models/codegen/aws/datazone/Domain.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datazone_DomainTimeouts, datazone_DomainTimeouts_GetTypes, -} from "../types/datazone_DomainTimeouts"; +} from '../types/datazone_DomainTimeouts'; import { datazone_DomainSingleSignOn, datazone_DomainSingleSignOn_GetTypes, -} from "../types/datazone_DomainSingleSignOn"; +} from '../types/datazone_DomainSingleSignOn'; export interface DomainArgs { // @@ -80,56 +80,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => datazone_DomainTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the Domain.", + 'description', + 'Description of the Domain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainExecutionRole", - "ARN of the role used by DataZone to configure the Domain.\n\nThe following arguments are optional:", + 'domainExecutionRole', + 'ARN of the role used by DataZone to configure the Domain.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyIdentifier", - "ARN of the KMS key used to encrypt the Amazon DataZone domain, metadata and reporting data.", + 'kmsKeyIdentifier', + 'ARN of the KMS key used to encrypt the Amazon DataZone domain, metadata and reporting data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Domain.", + 'name', + 'Name of the Domain.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "singleSignOn", - "Single sign on options, used to [enable AWS IAM Identity Center](https://docs.aws.amazon.com/datazone/latest/userguide/enable-IAM-identity-center-for-datazone.html) for DataZone.", + 'singleSignOn', + 'Single sign on options, used to [enable AWS IAM Identity Center](https://docs.aws.amazon.com/datazone/latest/userguide/enable-IAM-identity-center-for-datazone.html) for DataZone.', () => datazone_DomainSingleSignOn_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datazone/EnvironmentBlueprintConfiguration.ts b/src/app/Models/codegen/aws/datazone/EnvironmentBlueprintConfiguration.ts index da6d6056a..8a3dd7d1d 100644 --- a/src/app/Models/codegen/aws/datazone/EnvironmentBlueprintConfiguration.ts +++ b/src/app/Models/codegen/aws/datazone/EnvironmentBlueprintConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvironmentBlueprintConfigurationArgs { // ARN of the provisioning role with which this blueprint is created. @@ -57,48 +57,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domainId", - "ID of the Domain.", + 'domainId', + 'ID of the Domain.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "enabledRegions", - "Regions in which the blueprint is enabled\n\nThe following arguments are optional:", + 'enabledRegions', + 'Regions in which the blueprint is enabled\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "environmentBlueprintId", - "ID of the Environment Blueprint", + 'environmentBlueprintId', + 'ID of the Environment Blueprint', () => [], true, false, ), new DynamicUIProps( InputType.String, - "manageAccessRoleArn", - "ARN of the manage access role with which this blueprint is created.", + 'manageAccessRoleArn', + 'ARN of the manage access role with which this blueprint is created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "provisioningRoleArn", - "ARN of the provisioning role with which this blueprint is created.", + 'provisioningRoleArn', + 'ARN of the provisioning role with which this blueprint is created.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "regionalParameters", - "Parameters for each region in which the blueprint is enabled", + 'regionalParameters', + 'Parameters for each region in which the blueprint is enabled', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datazone/EnvironmentProfile.ts b/src/app/Models/codegen/aws/datazone/EnvironmentProfile.ts index e2cef65e6..446384ee7 100644 --- a/src/app/Models/codegen/aws/datazone/EnvironmentProfile.ts +++ b/src/app/Models/codegen/aws/datazone/EnvironmentProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datazone_EnvironmentProfileUserParameter, datazone_EnvironmentProfileUserParameter_GetTypes, -} from "../types/datazone_EnvironmentProfileUserParameter"; +} from '../types/datazone_EnvironmentProfileUserParameter'; export interface EnvironmentProfileArgs { // Name of the environment profile. @@ -82,64 +82,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "projectIdentifier", - "Project identifier for environment profile.\n\nThe following arguments are optional:", + 'projectIdentifier', + 'Project identifier for environment profile.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "userParameters", - "Array of user parameters of the environment profile with the following attributes:", + 'userParameters', + 'Array of user parameters of the environment profile with the following attributes:', () => datazone_EnvironmentProfileUserParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "Id of the AWS account being used.", + 'awsAccountId', + 'Id of the AWS account being used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsAccountRegion", - "Desired region for environment profile.", + 'awsAccountRegion', + 'Desired region for environment profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of environment profile.", + 'description', + 'Description of environment profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainIdentifier", - "Domain Identifier for environment profile.", + 'domainIdentifier', + 'Domain Identifier for environment profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "environmentBlueprintIdentifier", - "ID of the blueprint which the environment will be created with.", + 'environmentBlueprintIdentifier', + 'ID of the blueprint which the environment will be created with.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the environment profile.", + 'name', + 'Name of the environment profile.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/datazone/FormType.ts b/src/app/Models/codegen/aws/datazone/FormType.ts index b3cbbbe51..db45f37c4 100644 --- a/src/app/Models/codegen/aws/datazone/FormType.ts +++ b/src/app/Models/codegen/aws/datazone/FormType.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datazone_FormTypeModel, datazone_FormTypeModel_GetTypes, -} from "../types/datazone_FormTypeModel"; +} from '../types/datazone_FormTypeModel'; import { datazone_FormTypeImport, datazone_FormTypeImport_GetTypes, -} from "../types/datazone_FormTypeImport"; +} from '../types/datazone_FormTypeImport'; import { datazone_FormTypeTimeouts, datazone_FormTypeTimeouts_GetTypes, -} from "../types/datazone_FormTypeTimeouts"; +} from '../types/datazone_FormTypeTimeouts'; export interface FormTypeArgs { // Name of the form type. Must be the name of the structure in smithy document. @@ -85,56 +85,56 @@ export class FormType extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of form type. Must have a length of between 1 and 2048 characters.", + 'description', + 'Description of form type. Must have a length of between 1 and 2048 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainIdentifier", - "Identifier of the domain.", + 'domainIdentifier', + 'Identifier of the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "model", - "Object of the model of the form type that contains the following attributes.", + 'model', + 'Object of the model of the form type that contains the following attributes.', () => datazone_FormTypeModel_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the form type. Must be the name of the structure in smithy document.", + 'name', + 'Name of the form type. Must be the name of the structure in smithy document.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "owningProjectIdentifier", - "Identifier of project that owns the form type. Must follow regex of ^[a-zA-Z0-9_-]{1,36}.", + 'owningProjectIdentifier', + 'Identifier of project that owns the form type. Must follow regex of ^[a-zA-Z0-9_-]{1,36}.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "", + 'status', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => datazone_FormTypeTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/datazone/Glossary.ts b/src/app/Models/codegen/aws/datazone/Glossary.ts index 084942bf2..22de7e5b7 100644 --- a/src/app/Models/codegen/aws/datazone/Glossary.ts +++ b/src/app/Models/codegen/aws/datazone/Glossary.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlossaryArgs { // @@ -51,40 +51,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domainIdentifier", - "", + 'domainIdentifier', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the glossary. Must have length between 1 and 256.", + 'name', + 'Name of the glossary. Must have length between 1 and 256.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "owningProjectIdentifier", - "ID of the project that owns business glossary. Must follow regex of ^[a-zA-Z0-9_-]{1,36}$.\n\nThe following arguments are optional:", + 'owningProjectIdentifier', + 'ID of the project that owns business glossary. Must follow regex of ^[a-zA-Z0-9_-]{1,36}$.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of business glossary. Valid values are DISABLED and ENABLED.", + 'status', + 'Status of business glossary. Valid values are DISABLED and ENABLED.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the glossary. Must have a length between 0 and 4096.", + 'description', + 'Description of the glossary. Must have a length between 0 and 4096.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/datazone/GlossaryTerm.ts b/src/app/Models/codegen/aws/datazone/GlossaryTerm.ts index eab72c051..8df228faa 100644 --- a/src/app/Models/codegen/aws/datazone/GlossaryTerm.ts +++ b/src/app/Models/codegen/aws/datazone/GlossaryTerm.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datazone_GlossaryTermTermRelations, datazone_GlossaryTermTermRelations_GetTypes, -} from "../types/datazone_GlossaryTermTermRelations"; +} from '../types/datazone_GlossaryTermTermRelations'; import { datazone_GlossaryTermTimeouts, datazone_GlossaryTermTimeouts_GetTypes, -} from "../types/datazone_GlossaryTermTimeouts"; +} from '../types/datazone_GlossaryTermTimeouts'; export interface GlossaryTermArgs { // Identifier of domain. @@ -83,64 +83,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "glossaryIdentifier", - "Identifier of glossary.", + 'glossaryIdentifier', + 'Identifier of glossary.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "longDescription", - "Long description of entry.", + 'longDescription', + 'Long description of entry.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of glossary term.\n\nThe following arguments are optional:", + 'name', + 'Name of glossary term.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shortDescription", - "Short description of entry.", + 'shortDescription', + 'Short description of entry.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "If glossary term is ENABLED or DISABLED.", + 'status', + 'If glossary term is ENABLED or DISABLED.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "termRelations", - "Object classifying the term relations through the following attributes:", + 'termRelations', + 'Object classifying the term relations through the following attributes:', () => datazone_GlossaryTermTermRelations_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => datazone_GlossaryTermTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainIdentifier", - "Identifier of domain.", + 'domainIdentifier', + 'Identifier of domain.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/datazone/Project.ts b/src/app/Models/codegen/aws/datazone/Project.ts index 9962abf40..727e6ed56 100644 --- a/src/app/Models/codegen/aws/datazone/Project.ts +++ b/src/app/Models/codegen/aws/datazone/Project.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datazone_ProjectTimeouts, datazone_ProjectTimeouts_GetTypes, -} from "../types/datazone_ProjectTimeouts"; +} from '../types/datazone_ProjectTimeouts'; import { datazone_ProjectFailureReason, datazone_ProjectFailureReason_GetTypes, -} from "../types/datazone_ProjectFailureReason"; +} from '../types/datazone_ProjectFailureReason'; export interface ProjectArgs { // Optional flag to delete all child entities within the project. @@ -80,48 +80,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the project. Must follow the regex of `^[\\w -]+$`. and have a length of at most 64.\n\nThe following arguments are optional:", + 'name', + 'Name of the project. Must follow the regex of `^[\\w -]+$`. and have a length of at most 64.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipDeletionCheck", - "Optional flag to delete all child entities within the project.", + 'skipDeletionCheck', + 'Optional flag to delete all child entities within the project.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => datazone_ProjectTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of project.", + 'description', + 'Description of project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainIdentifier", - "Identifier of domain which the project is part of. Must follow the regex of `^dzd[-_][a-zA-Z0-9_-]{1,36}$`.", + 'domainIdentifier', + 'Identifier of domain which the project is part of. Must follow the regex of `^dzd[-_][a-zA-Z0-9_-]{1,36}$`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "glossaryTerms", - "List of glossary terms that can be used in the project. The list cannot be empty or include over 20 values. Each value must follow the regex of `[a-zA-Z0-9_-]{1,36}$`.", + 'glossaryTerms', + 'List of glossary terms that can be used in the project. The list cannot be empty or include over 20 values. Each value must follow the regex of `[a-zA-Z0-9_-]{1,36}$`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dax/Cluster.ts b/src/app/Models/codegen/aws/dax/Cluster.ts index 22fd3a801..685b86c73 100644 --- a/src/app/Models/codegen/aws/dax/Cluster.ts +++ b/src/app/Models/codegen/aws/dax/Cluster.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dax_ClusterServerSideEncryption, dax_ClusterServerSideEncryption_GetTypes, -} from "../types/dax_ClusterServerSideEncryption"; +} from '../types/dax_ClusterServerSideEncryption'; import { dax_ClusterNode, dax_ClusterNode_GetTypes, -} from "../types/dax_ClusterNode"; +} from '../types/dax_ClusterNode'; export interface ClusterArgs { /* @@ -208,7 +208,7 @@ cluster return [ new DynamicUIProps( InputType.String, - "clusterEndpointEncryptionType", + 'clusterEndpointEncryptionType', "The type of encryption the\ncluster's endpoint should support. Valid values are: `NONE` and `TLS`.\nDefault value is `NONE`.", () => [], false, @@ -216,31 +216,31 @@ cluster ), new DynamicUIProps( InputType.String, - "clusterName", - "Group identifier. DAX converts this name to\nlowercase", + 'clusterName', + 'Group identifier. DAX converts this name to\nlowercase', () => [], true, true, ), new DynamicUIProps( InputType.String, - "nodeType", - "The compute and memory capacity of the nodes. See\n[Nodes](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.concepts.cluster.html#DAX.concepts.nodes) for supported node types", + 'nodeType', + 'The compute and memory capacity of the nodes. See\n[Nodes](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.concepts.cluster.html#DAX.concepts.nodes) for supported node types', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", + 'iamRoleArn', "A valid Amazon Resource Name (ARN) that identifies\nan IAM role. At runtime, DAX will assume this role and use the role's\npermissions to access DynamoDB on your behalf", () => [], true, @@ -248,72 +248,72 @@ cluster ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "List of Availability Zones in which the\nnodes will be created", + 'availabilityZones', + 'List of Availability Zones in which the\nnodes will be created', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description for the cluster", + 'description', + 'Description for the cluster', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "One or more VPC security groups associated\nwith the cluster", + 'securityGroupIds', + 'One or more VPC security groups associated\nwith the cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "Specifies the weekly time range for when\nmaintenance on the cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi`\n(24H Clock UTC). The minimum maintenance window is a 60 minute period. Example:\n`sun:05:00-sun:09:00`", + 'maintenanceWindow', + 'Specifies the weekly time range for when\nmaintenance on the cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi`\n(24H Clock UTC). The minimum maintenance window is a 60 minute period. Example:\n`sun:05:00-sun:09:00`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notificationTopicArn", - "An Amazon Resource Name (ARN) of an\nSNS topic to send DAX notifications to. Example:\n`arn:aws:sns:us-east-1:012345678999:my_sns_topic`", + 'notificationTopicArn', + 'An Amazon Resource Name (ARN) of an\nSNS topic to send DAX notifications to. Example:\n`arn:aws:sns:us-east-1:012345678999:my_sns_topic`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "Name of the parameter group to associate\nwith this DAX cluster", + 'parameterGroupName', + 'Name of the parameter group to associate\nwith this DAX cluster', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryption", - "Encrypt at rest options", + 'serverSideEncryption', + 'Encrypt at rest options', () => dax_ClusterServerSideEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "replicationFactor", - "The number of nodes in the DAX cluster. A\nreplication factor of 1 will create a single-node cluster, without any read\nreplicas", + 'replicationFactor', + 'The number of nodes in the DAX cluster. A\nreplication factor of 1 will create a single-node cluster, without any read\nreplicas', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "Name of the subnet group to be used for the\ncluster", + 'subnetGroupName', + 'Name of the subnet group to be used for the\ncluster', () => [], false, true, diff --git a/src/app/Models/codegen/aws/dax/ParameterGroup.ts b/src/app/Models/codegen/aws/dax/ParameterGroup.ts index 0e7aa1dd7..941178449 100644 --- a/src/app/Models/codegen/aws/dax/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/dax/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dax_ParameterGroupParameter, dax_ParameterGroupParameter_GetTypes, -} from "../types/dax_ParameterGroupParameter"; +} from '../types/dax_ParameterGroupParameter'; export interface ParameterGroupArgs { // The name of the parameter group. @@ -35,24 +35,24 @@ export class ParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the parameter group.", + 'name', + 'The name of the parameter group.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "The parameters of the parameter group.", + 'parameters', + 'The parameters of the parameter group.', () => dax_ParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the parameter group.", + 'description', + 'A description of the parameter group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/dax/SubnetGroup.ts b/src/app/Models/codegen/aws/dax/SubnetGroup.ts index cfab0bf3d..13b2fc129 100644 --- a/src/app/Models/codegen/aws/dax/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/dax/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // A description of the subnet group. @@ -34,24 +34,24 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A description of the subnet group.", + 'description', + 'A description of the subnet group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the subnet group.", + 'name', + 'The name of the subnet group.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs for the subnet group.", + 'subnetIds', + 'A list of VPC subnet IDs for the subnet group.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/detective/Graph.ts b/src/app/Models/codegen/aws/detective/Graph.ts index ec7de2729..5c6ff9e50 100644 --- a/src/app/Models/codegen/aws/detective/Graph.ts +++ b/src/app/Models/codegen/aws/detective/Graph.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GraphArgs { // A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -28,8 +28,8 @@ export class Graph extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/detective/InvitationAccepter.ts b/src/app/Models/codegen/aws/detective/InvitationAccepter.ts index 177530626..47a6102cd 100644 --- a/src/app/Models/codegen/aws/detective/InvitationAccepter.ts +++ b/src/app/Models/codegen/aws/detective/InvitationAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InvitationAccepterArgs { // ARN of the behavior graph that the member account is accepting the invitation for. @@ -19,8 +19,8 @@ export class InvitationAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "graphArn", - "ARN of the behavior graph that the member account is accepting the invitation for.", + 'graphArn', + 'ARN of the behavior graph that the member account is accepting the invitation for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/detective/Member.ts b/src/app/Models/codegen/aws/detective/Member.ts index 1d3d1c5b1..0c31d1ac5 100644 --- a/src/app/Models/codegen/aws/detective/Member.ts +++ b/src/app/Models/codegen/aws/detective/Member.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MemberArgs { // AWS account ID for the account. @@ -61,40 +61,40 @@ export class Member extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "message", - "A custom message to include in the invitation. Amazon Detective adds this message to the standard content that it sends for an invitation.", + 'message', + 'A custom message to include in the invitation. Amazon Detective adds this message to the standard content that it sends for an invitation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "accountId", - "AWS account ID for the account.", + 'accountId', + 'AWS account ID for the account.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "disableEmailNotification", - "If set to true, then the root user of the invited account will _not_ receive an email notification. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. By default, this is set to `false`.", + 'disableEmailNotification', + 'If set to true, then the root user of the invited account will _not_ receive an email notification. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. By default, this is set to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "emailAddress", - "Email address for the account.", + 'emailAddress', + 'Email address for the account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "graphArn", - "ARN of the behavior graph to invite the member accounts to contribute their data to.", + 'graphArn', + 'ARN of the behavior graph to invite the member accounts to contribute their data to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/detective/OrganizationAdminAccount.ts b/src/app/Models/codegen/aws/detective/OrganizationAdminAccount.ts index 62edc6882..142e2f60b 100644 --- a/src/app/Models/codegen/aws/detective/OrganizationAdminAccount.ts +++ b/src/app/Models/codegen/aws/detective/OrganizationAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationAdminAccountArgs { // AWS account identifier to designate as a delegated administrator for Detective. @@ -19,8 +19,8 @@ export class OrganizationAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "AWS account identifier to designate as a delegated administrator for Detective.", + 'accountId', + 'AWS account identifier to designate as a delegated administrator for Detective.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/detective/OrganizationConfiguration.ts b/src/app/Models/codegen/aws/detective/OrganizationConfiguration.ts index bab34b396..d8f3b0db0 100644 --- a/src/app/Models/codegen/aws/detective/OrganizationConfiguration.ts +++ b/src/app/Models/codegen/aws/detective/OrganizationConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationConfigurationArgs { // When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s Detective delegated administrator and Detective is enabled in that AWS Region. @@ -25,16 +25,16 @@ export class OrganizationConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "autoEnable", - "When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s Detective delegated administrator and Detective is enabled in that AWS Region.", + 'autoEnable', + 'When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s Detective delegated administrator and Detective is enabled in that AWS Region.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "graphArn", - "ARN of the behavior graph.", + 'graphArn', + 'ARN of the behavior graph.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/devicefarm/DevicePool.ts b/src/app/Models/codegen/aws/devicefarm/DevicePool.ts index a34948a2c..44e4eb5b9 100644 --- a/src/app/Models/codegen/aws/devicefarm/DevicePool.ts +++ b/src/app/Models/codegen/aws/devicefarm/DevicePool.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devicefarm_DevicePoolRule, devicefarm_DevicePoolRule_GetTypes, -} from "../types/devicefarm_DevicePoolRule"; +} from '../types/devicefarm_DevicePoolRule'; export interface DevicePoolArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -62,15 +62,15 @@ export class DevicePool extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', "The device pool's description.", () => [], false, @@ -78,31 +78,31 @@ export class DevicePool extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "maxDevices", - "The number of devices that Device Farm can add to your device pool.", + 'maxDevices', + 'The number of devices that Device Farm can add to your device pool.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Device Pool", + 'name', + 'The name of the Device Pool', () => [], false, false, ), new DynamicUIProps( InputType.String, - "projectArn", - "The ARN of the project for the device pool.", + 'projectArn', + 'The ARN of the project for the device pool.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "rules", + 'rules', "The device pool's rules. See Rule.", () => devicefarm_DevicePoolRule_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/devicefarm/InstanceProfile.ts b/src/app/Models/codegen/aws/devicefarm/InstanceProfile.ts index 3575b6888..e9826281c 100644 --- a/src/app/Models/codegen/aws/devicefarm/InstanceProfile.ts +++ b/src/app/Models/codegen/aws/devicefarm/InstanceProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceProfileArgs { // The description of the instance profile. @@ -55,48 +55,48 @@ export class InstanceProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name for the instance profile.", + 'name', + 'The name for the instance profile.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "packageCleanup", - "When set to `true`, Device Farm removes app packages after a test run. The default value is `false` for private devices.", + 'packageCleanup', + 'When set to `true`, Device Farm removes app packages after a test run. The default value is `false` for private devices.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "rebootAfterUse", - "When set to `true`, Device Farm reboots the instance after a test run. The default value is `true`.", + 'rebootAfterUse', + 'When set to `true`, Device Farm reboots the instance after a test run. The default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the instance profile.", + 'description', + 'The description of the instance profile.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludeAppPackagesFromCleanups", - "An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.", + 'excludeAppPackagesFromCleanups', + 'An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/devicefarm/NetworkProfile.ts b/src/app/Models/codegen/aws/devicefarm/NetworkProfile.ts index 41c0f604b..53c3ad28a 100644 --- a/src/app/Models/codegen/aws/devicefarm/NetworkProfile.ts +++ b/src/app/Models/codegen/aws/devicefarm/NetworkProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkProfileArgs { // The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`. @@ -97,104 +97,104 @@ export class NetworkProfile extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "downlinkDelayMs", - "Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.", + 'downlinkDelayMs', + 'Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "projectArn", - "The ARN of the project for the network profile.", + 'projectArn', + 'The ARN of the project for the network profile.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "uplinkLossPercent", - "Proportion of received packets that fail to arrive from `0` to `100` percent.", + 'uplinkLossPercent', + 'Proportion of received packets that fail to arrive from `0` to `100` percent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the network profile.", + 'name', + 'The name for the network profile.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "uplinkDelayMs", - "Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.", + 'uplinkDelayMs', + 'Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "uplinkJitterMs", - "Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.", + 'uplinkJitterMs', + 'Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the network profile.", + 'description', + 'The description of the network profile.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "downlinkJitterMs", - "Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.", + 'downlinkJitterMs', + 'Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.", + 'type', + 'The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "uplinkBandwidthBits", - "The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.", + 'uplinkBandwidthBits', + 'The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "downlinkBandwidthBits", - "The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.", + 'downlinkBandwidthBits', + 'The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "downlinkLossPercent", - "Proportion of received packets that fail to arrive from `0` to `100` percent.", + 'downlinkLossPercent', + 'Proportion of received packets that fail to arrive from `0` to `100` percent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/devicefarm/Project.ts b/src/app/Models/codegen/aws/devicefarm/Project.ts index ae989846e..59e9befbc 100644 --- a/src/app/Models/codegen/aws/devicefarm/Project.ts +++ b/src/app/Models/codegen/aws/devicefarm/Project.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -37,24 +37,24 @@ export class Project extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "defaultJobTimeoutMinutes", - "Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.", + 'defaultJobTimeoutMinutes', + 'Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the project", + 'name', + 'The name of the project', () => [], false, false, diff --git a/src/app/Models/codegen/aws/devicefarm/TestGridProject.ts b/src/app/Models/codegen/aws/devicefarm/TestGridProject.ts index caa274289..97dd1a284 100644 --- a/src/app/Models/codegen/aws/devicefarm/TestGridProject.ts +++ b/src/app/Models/codegen/aws/devicefarm/TestGridProject.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devicefarm_TestGridProjectVpcConfig, devicefarm_TestGridProjectVpcConfig_GetTypes, -} from "../types/devicefarm_TestGridProjectVpcConfig"; +} from '../types/devicefarm_TestGridProjectVpcConfig'; export interface TestGridProjectArgs { // Human-readable description of the project. @@ -47,32 +47,32 @@ export class TestGridProject extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "vpcConfig", - "The VPC security groups and subnets that are attached to a project. See VPC Config below.", + 'vpcConfig', + 'The VPC security groups and subnets that are attached to a project. See VPC Config below.', () => devicefarm_TestGridProjectVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Human-readable description of the project.", + 'description', + 'Human-readable description of the project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Selenium testing project.", + 'name', + 'The name of the Selenium testing project.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/devicefarm/Upload.ts b/src/app/Models/codegen/aws/devicefarm/Upload.ts index 95e7bc7b8..083af357c 100644 --- a/src/app/Models/codegen/aws/devicefarm/Upload.ts +++ b/src/app/Models/codegen/aws/devicefarm/Upload.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UploadArgs { // The upload's content type (for example, application/octet-stream). @@ -49,15 +49,15 @@ export class Upload extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "projectArn", - "The ARN of the project for the upload.", + 'projectArn', + 'The ARN of the project for the upload.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', "The upload's upload type. See [AWS Docs](https://docs.aws.amazon.com/devicefarm/latest/APIReference/API_CreateUpload.html#API_CreateUpload_RequestSyntax) for valid list of values.", () => [], true, @@ -65,7 +65,7 @@ export class Upload extends DS_Resource { ), new DynamicUIProps( InputType.String, - "contentType", + 'contentType', "The upload's content type (for example, application/octet-stream).", () => [], false, @@ -73,7 +73,7 @@ export class Upload extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", + 'name', "The upload's file name. The name should not contain any forward slashes (/). If you are uploading an iOS app, the file name must end with the .ipa extension. If you are uploading an Android app, the file name must end with the .apk extension. For all others, the file name must end with the .zip file extension.", () => [], false, diff --git a/src/app/Models/codegen/aws/devopsguru/EventSourcesConfig.ts b/src/app/Models/codegen/aws/devopsguru/EventSourcesConfig.ts index c538edede..6b78c9e32 100644 --- a/src/app/Models/codegen/aws/devopsguru/EventSourcesConfig.ts +++ b/src/app/Models/codegen/aws/devopsguru/EventSourcesConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devopsguru_EventSourcesConfigEventSource, devopsguru_EventSourcesConfigEventSource_GetTypes, -} from "../types/devopsguru_EventSourcesConfigEventSource"; +} from '../types/devopsguru_EventSourcesConfigEventSource'; export interface EventSourcesConfigArgs { // Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service. See `event_sources` below. @@ -23,8 +23,8 @@ export class EventSourcesConfig extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "eventSources", - "Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service. See `event_sources` below.", + 'eventSources', + 'Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service. See `event_sources` below.', () => devopsguru_EventSourcesConfigEventSource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/devopsguru/NotificationChannel.ts b/src/app/Models/codegen/aws/devopsguru/NotificationChannel.ts index c66170a24..ef4ce1b1f 100644 --- a/src/app/Models/codegen/aws/devopsguru/NotificationChannel.ts +++ b/src/app/Models/codegen/aws/devopsguru/NotificationChannel.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devopsguru_NotificationChannelFilters, devopsguru_NotificationChannelFilters_GetTypes, -} from "../types/devopsguru_NotificationChannelFilters"; +} from '../types/devopsguru_NotificationChannelFilters'; import { devopsguru_NotificationChannelSns, devopsguru_NotificationChannelSns_GetTypes, -} from "../types/devopsguru_NotificationChannelSns"; +} from '../types/devopsguru_NotificationChannelSns'; export interface NotificationChannelArgs { // Filter configurations for the Amazon SNS notification topic. See the `filters` argument reference below. @@ -41,16 +41,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "filters", - "Filter configurations for the Amazon SNS notification topic. See the `filters` argument reference below.", + 'filters', + 'Filter configurations for the Amazon SNS notification topic. See the `filters` argument reference below.', () => devopsguru_NotificationChannelFilters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sns", - "SNS noficiation channel configurations. See the `sns` argument reference below.\n\nThe following arguments are optional:", + 'sns', + 'SNS noficiation channel configurations. See the `sns` argument reference below.\n\nThe following arguments are optional:', () => devopsguru_NotificationChannelSns_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/devopsguru/ResourceCollection.ts b/src/app/Models/codegen/aws/devopsguru/ResourceCollection.ts index e485cd07f..bdb603e0a 100644 --- a/src/app/Models/codegen/aws/devopsguru/ResourceCollection.ts +++ b/src/app/Models/codegen/aws/devopsguru/ResourceCollection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devopsguru_ResourceCollectionCloudformation, devopsguru_ResourceCollectionCloudformation_GetTypes, -} from "../types/devopsguru_ResourceCollectionCloudformation"; +} from '../types/devopsguru_ResourceCollectionCloudformation'; import { devopsguru_ResourceCollectionTags, devopsguru_ResourceCollectionTags_GetTypes, -} from "../types/devopsguru_ResourceCollectionTags"; +} from '../types/devopsguru_ResourceCollectionTags'; export interface ResourceCollectionArgs { // A collection of AWS CloudFormation stacks. See `cloudformation` below for additional details. @@ -47,24 +47,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "cloudformation", - "A collection of AWS CloudFormation stacks. See `cloudformation` below for additional details.", + 'cloudformation', + 'A collection of AWS CloudFormation stacks. See `cloudformation` below for additional details.', () => devopsguru_ResourceCollectionCloudformation_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "AWS tags used to filter the resources in the resource collection. See `tags` below for additional details.", + 'tags', + 'AWS tags used to filter the resources in the resource collection. See `tags` below for additional details.', () => devopsguru_ResourceCollectionTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of AWS resource collection to create. Valid values are `AWS_CLOUD_FORMATION`, `AWS_SERVICE`, and `AWS_TAGS`.\n\nThe following arguments are optional:", + 'type', + 'Type of AWS resource collection to create. Valid values are `AWS_CLOUD_FORMATION`, `AWS_SERVICE`, and `AWS_TAGS`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/devopsguru/ServiceIntegration.ts b/src/app/Models/codegen/aws/devopsguru/ServiceIntegration.ts index 69195f092..e268de858 100644 --- a/src/app/Models/codegen/aws/devopsguru/ServiceIntegration.ts +++ b/src/app/Models/codegen/aws/devopsguru/ServiceIntegration.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devopsguru_ServiceIntegrationKmsServerSideEncryption, devopsguru_ServiceIntegrationKmsServerSideEncryption_GetTypes, -} from "../types/devopsguru_ServiceIntegrationKmsServerSideEncryption"; +} from '../types/devopsguru_ServiceIntegrationKmsServerSideEncryption'; import { devopsguru_ServiceIntegrationLogsAnomalyDetection, devopsguru_ServiceIntegrationLogsAnomalyDetection_GetTypes, -} from "../types/devopsguru_ServiceIntegrationLogsAnomalyDetection"; +} from '../types/devopsguru_ServiceIntegrationLogsAnomalyDetection'; import { devopsguru_ServiceIntegrationOpsCenter, devopsguru_ServiceIntegrationOpsCenter_GetTypes, -} from "../types/devopsguru_ServiceIntegrationOpsCenter"; +} from '../types/devopsguru_ServiceIntegrationOpsCenter'; export interface ServiceIntegrationArgs { // Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See `kms_server_side_encryption` below. @@ -43,24 +43,24 @@ export class ServiceIntegration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "kmsServerSideEncryption", - "Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See `kms_server_side_encryption` below.", + 'kmsServerSideEncryption', + 'Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See `kms_server_side_encryption` below.', () => devopsguru_ServiceIntegrationKmsServerSideEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logsAnomalyDetection", - "Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See `logs_anomaly_detection` below.", + 'logsAnomalyDetection', + 'Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See `logs_anomaly_detection` below.', () => devopsguru_ServiceIntegrationLogsAnomalyDetection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "opsCenter", - "Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. See `ops_center` below.", + 'opsCenter', + 'Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. See `ops_center` below.', () => devopsguru_ServiceIntegrationOpsCenter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/directconnect/BgpPeer.ts b/src/app/Models/codegen/aws/directconnect/BgpPeer.ts index f6fc48696..aeefdc4a8 100644 --- a/src/app/Models/codegen/aws/directconnect/BgpPeer.ts +++ b/src/app/Models/codegen/aws/directconnect/BgpPeer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BgpPeerArgs { // The address family for the BGP peer. `ipv4 ` or `ipv6`. @@ -70,48 +70,48 @@ Required for IPv4 BGP peers on public virtual interfaces. return [ new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon.\nRequired for IPv4 BGP peers on public virtual interfaces.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon.\nRequired for IPv4 BGP peers on public virtual interfaces.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic.\nRequired for IPv4 BGP peers on public virtual interfaces.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic.\nRequired for IPv4 BGP peers on public virtual interfaces.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "virtualInterfaceId", - "The ID of the Direct Connect virtual interface on which to create the BGP peer.", + 'virtualInterfaceId', + 'The ID of the Direct Connect virtual interface on which to create the BGP peer.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/Connection.ts b/src/app/Models/codegen/aws/directconnect/Connection.ts index 7a43097ec..5da16a6b8 100644 --- a/src/app/Models/codegen/aws/directconnect/Connection.ts +++ b/src/app/Models/codegen/aws/directconnect/Connection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionArgs { /* @@ -99,64 +99,64 @@ Boolean value indicating whether you want the connection to support MAC Security return [ new DynamicUIProps( InputType.String, - "providerName", - "The name of the service provider associated with the connection.", + 'providerName', + 'The name of the service provider associated with the connection.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "requestMacsec", - "Boolean value indicating whether you want the connection to support MAC Security (MACsec). MAC Security (MACsec) is only available on dedicated connections. See [MACsec prerequisites](https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) for more information about MAC Security (MACsec) prerequisites. Default value: `false`.\n\n> **NOTE:** Changing the value of `request_macsec` will cause the resource to be destroyed and re-created.", + 'requestMacsec', + 'Boolean value indicating whether you want the connection to support MAC Security (MACsec). MAC Security (MACsec) is only available on dedicated connections. See [MACsec prerequisites](https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) for more information about MAC Security (MACsec) prerequisites. Default value: `false`.\n\n> **NOTE:** Changing the value of `request_macsec` will cause the resource to be destroyed and re-created.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set to true if you do not wish the connection to be deleted at destroy time, and instead just removed from the state.", + 'skipDestroy', + 'Set to true if you do not wish the connection to be deleted at destroy time, and instead just removed from the state.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bandwidth", - "The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.", + 'bandwidth', + 'The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "The connection MAC Security (MACsec) encryption mode. MAC Security (MACsec) is only available on dedicated connections. Valid values are `no_encrypt`, `should_encrypt`, and `must_encrypt`.", + 'encryptionMode', + 'The connection MAC Security (MACsec) encryption mode. MAC Security (MACsec) is only available on dedicated connections. Valid values are `no_encrypt`, `should_encrypt`, and `must_encrypt`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The AWS Direct Connect location where the connection is located. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`.", + 'location', + 'The AWS Direct Connect location where the connection is located. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the connection.", + 'name', + 'The name of the connection.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directconnect/ConnectionAssociation.ts b/src/app/Models/codegen/aws/directconnect/ConnectionAssociation.ts index 15c375366..b18910286 100644 --- a/src/app/Models/codegen/aws/directconnect/ConnectionAssociation.ts +++ b/src/app/Models/codegen/aws/directconnect/ConnectionAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionAssociationArgs { // The ID of the connection. @@ -25,16 +25,16 @@ export class ConnectionAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the connection.", + 'connectionId', + 'The ID of the connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "lagId", - "The ID of the LAG with which to associate the connection.", + 'lagId', + 'The ID of the LAG with which to associate the connection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/ConnectionConfirmation.ts b/src/app/Models/codegen/aws/directconnect/ConnectionConfirmation.ts index cfa10ad1b..a87e57420 100644 --- a/src/app/Models/codegen/aws/directconnect/ConnectionConfirmation.ts +++ b/src/app/Models/codegen/aws/directconnect/ConnectionConfirmation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionConfirmationArgs { // The ID of the hosted connection. @@ -19,8 +19,8 @@ export class ConnectionConfirmation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the hosted connection.", + 'connectionId', + 'The ID of the hosted connection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/Gateway.ts b/src/app/Models/codegen/aws/directconnect/Gateway.ts index 90529ed60..f3626e0a4 100644 --- a/src/app/Models/codegen/aws/directconnect/Gateway.ts +++ b/src/app/Models/codegen/aws/directconnect/Gateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GatewayArgs { // The ASN to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. @@ -28,16 +28,16 @@ export class Gateway extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "amazonSideAsn", - "The ASN to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294.", + 'amazonSideAsn', + 'The ASN to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the connection.", + 'name', + 'The name of the connection.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/directconnect/GatewayAssociation.ts b/src/app/Models/codegen/aws/directconnect/GatewayAssociation.ts index 78d756e12..588c47e17 100644 --- a/src/app/Models/codegen/aws/directconnect/GatewayAssociation.ts +++ b/src/app/Models/codegen/aws/directconnect/GatewayAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GatewayAssociationArgs { // VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured. @@ -76,48 +76,48 @@ Used for cross-account Direct Connect gateway associations. return [ new DynamicUIProps( InputType.Array, - "allowedPrefixes", - "VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured.", + 'allowedPrefixes', + 'VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "associatedGatewayId", - "The ID of the VGW or transit gateway with which to associate the Direct Connect gateway.\nUsed for single account Direct Connect gateway associations.", + 'associatedGatewayId', + 'The ID of the VGW or transit gateway with which to associate the Direct Connect gateway.\nUsed for single account Direct Connect gateway associations.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "associatedGatewayOwnerAccountId", - "The ID of the AWS account that owns the VGW or transit gateway with which to associate the Direct Connect gateway.\nUsed for cross-account Direct Connect gateway associations.", + 'associatedGatewayOwnerAccountId', + 'The ID of the AWS account that owns the VGW or transit gateway with which to associate the Direct Connect gateway.\nUsed for cross-account Direct Connect gateway associations.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dxGatewayId", - "The ID of the Direct Connect gateway.", + 'dxGatewayId', + 'The ID of the Direct Connect gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "proposalId", - "The ID of the Direct Connect gateway association proposal.\nUsed for cross-account Direct Connect gateway associations.", + 'proposalId', + 'The ID of the Direct Connect gateway association proposal.\nUsed for cross-account Direct Connect gateway associations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "", + 'vpnGatewayId', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directconnect/GatewayAssociationProposal.ts b/src/app/Models/codegen/aws/directconnect/GatewayAssociationProposal.ts index 240b47287..3a23f42ce 100644 --- a/src/app/Models/codegen/aws/directconnect/GatewayAssociationProposal.ts +++ b/src/app/Models/codegen/aws/directconnect/GatewayAssociationProposal.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GatewayAssociationProposalArgs { // Direct Connect Gateway identifier. @@ -43,15 +43,15 @@ export class GatewayAssociationProposal extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dxGatewayId", - "Direct Connect Gateway identifier.", + 'dxGatewayId', + 'Direct Connect Gateway identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dxGatewayOwnerAccountId", + 'dxGatewayOwnerAccountId', "AWS Account identifier of the Direct Connect Gateway's owner.", () => [], true, @@ -59,16 +59,16 @@ export class GatewayAssociationProposal extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "allowedPrefixes", - "VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured.", + 'allowedPrefixes', + 'VPC prefixes (CIDRs) to advertise to the Direct Connect gateway. Defaults to the CIDR block of the VPC associated with the Virtual Gateway. To enable drift detection, must be configured.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "associatedGatewayId", - "The ID of the VGW or transit gateway with which to associate the Direct Connect gateway.", + 'associatedGatewayId', + 'The ID of the VGW or transit gateway with which to associate the Direct Connect gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/HostedConnection.ts b/src/app/Models/codegen/aws/directconnect/HostedConnection.ts index 9050e18be..b3a417476 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedConnection.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedConnection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedConnectionArgs { // The ID of the interconnect or LAG. @@ -73,40 +73,40 @@ export class HostedConnection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the connection.", + 'name', + 'The name of the connection.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ownerAccountId", - "The ID of the AWS account of the customer for the connection.", + 'ownerAccountId', + 'The ID of the AWS account of the customer for the connection.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The dedicated VLAN provisioned to the hosted connection.", + 'vlan', + 'The dedicated VLAN provisioned to the hosted connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bandwidth", - "The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps and 10Gbps. Case sensitive.", + 'bandwidth', + 'The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps and 10Gbps. Case sensitive.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the interconnect or LAG.", + 'connectionId', + 'The ID of the interconnect or LAG.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterface.ts index efad9334c..513d8fab2 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedPrivateVirtualInterfaceArgs { // The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers. @@ -85,80 +85,80 @@ export class HostedPrivateVirtualInterface extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "mtu", - "The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection. The MTU of a virtual private interface can be either `1500` or `9001` (jumbo frames). Default is `1500`.", + 'mtu', + 'The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection. The MTU of a virtual private interface can be either `1500` or `9001` (jumbo frames). Default is `1500`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ownerAccountId", - "The AWS account that will own the new virtual interface.", + 'ownerAccountId', + 'The AWS account that will own the new virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterfaceAccepter.ts b/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterfaceAccepter.ts index 58354140f..c2d193565 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterfaceAccepter.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedPrivateVirtualInterfaceAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedPrivateVirtualInterfaceAccepterArgs { // The ID of the Direct Connect gateway to which to connect the virtual interface. @@ -43,32 +43,32 @@ export class HostedPrivateVirtualInterfaceAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "virtualInterfaceId", - "The ID of the Direct Connect virtual interface to accept.", + 'virtualInterfaceId', + 'The ID of the Direct Connect virtual interface to accept.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "The ID of the virtual private gateway to which to connect the virtual interface.", + 'vpnGatewayId', + 'The ID of the virtual private gateway to which to connect the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dxGatewayId", - "The ID of the Direct Connect gateway to which to connect the virtual interface.", + 'dxGatewayId', + 'The ID of the Direct Connect gateway to which to connect the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterface.ts index e77fb357b..966276caa 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedPublicVirtualInterfaceArgs { // The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers. @@ -82,80 +82,80 @@ export class HostedPublicVirtualInterface extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "routeFilterPrefixes", - "A list of routes to be advertised to the AWS network in this region.", + 'routeFilterPrefixes', + 'A list of routes to be advertised to the AWS network in this region.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "ownerAccountId", - "The AWS account that will own the new virtual interface.", + 'ownerAccountId', + 'The AWS account that will own the new virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterfaceAccepter.ts b/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterfaceAccepter.ts index 3b548af51..9156f6139 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterfaceAccepter.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedPublicVirtualInterfaceAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedPublicVirtualInterfaceAccepterArgs { // The ID of the Direct Connect virtual interface to accept. @@ -31,16 +31,16 @@ export class HostedPublicVirtualInterfaceAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "virtualInterfaceId", - "The ID of the Direct Connect virtual interface to accept.", + 'virtualInterfaceId', + 'The ID of the Direct Connect virtual interface to accept.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterface.ts index be9057d1f..d74986b2a 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedTransitVirtualInterfaceArgs { // The address family for the BGP peer. `ipv4 ` or `ipv6`. @@ -85,80 +85,80 @@ export class HostedTransitVirtualInterface extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "mtu", - "The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection. The MTU of a virtual transit interface can be either `1500` or `8500` (jumbo frames). Default is `1500`.", + 'mtu', + 'The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection. The MTU of a virtual transit interface can be either `1500` or `8500` (jumbo frames). Default is `1500`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ownerAccountId", - "The AWS account that will own the new virtual interface.", + 'ownerAccountId', + 'The AWS account that will own the new virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterfaceAcceptor.ts b/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterfaceAcceptor.ts index df98568b3..24f24b971 100644 --- a/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterfaceAcceptor.ts +++ b/src/app/Models/codegen/aws/directconnect/HostedTransitVirtualInterfaceAcceptor.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedTransitVirtualInterfaceAcceptorArgs { // A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -37,24 +37,24 @@ export class HostedTransitVirtualInterfaceAcceptor extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "virtualInterfaceId", - "The ID of the Direct Connect virtual interface to accept.", + 'virtualInterfaceId', + 'The ID of the Direct Connect virtual interface to accept.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dxGatewayId", - "The ID of the Direct Connect gateway to which to connect the virtual interface.", + 'dxGatewayId', + 'The ID of the Direct Connect gateway to which to connect the virtual interface.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/LinkAggregationGroup.ts b/src/app/Models/codegen/aws/directconnect/LinkAggregationGroup.ts index 73589c6b1..458838e23 100644 --- a/src/app/Models/codegen/aws/directconnect/LinkAggregationGroup.ts +++ b/src/app/Models/codegen/aws/directconnect/LinkAggregationGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LinkAggregationGroupArgs { // The AWS Direct Connect location in which the LAG should be allocated. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`. @@ -70,56 +70,56 @@ export class LinkAggregationGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the LAG.", + 'name', + 'The name of the LAG.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "providerName", - "The name of the service provider associated with the LAG.", + 'providerName', + 'The name of the service provider associated with the LAG.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of an existing dedicated connection to migrate to the LAG.", + 'connectionId', + 'The ID of an existing dedicated connection to migrate to the LAG.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionsBandwidth", - "The bandwidth of the individual physical connections bundled by the LAG. Valid values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.", + 'connectionsBandwidth', + 'The bandwidth of the individual physical connections bundled by the LAG. Valid values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "A boolean that indicates all connections associated with the LAG should be deleted so that the LAG can be destroyed without error. These objects are *not* recoverable.", + 'forceDestroy', + 'A boolean that indicates all connections associated with the LAG should be deleted so that the LAG can be destroyed without error. These objects are *not* recoverable.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The AWS Direct Connect location in which the LAG should be allocated. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`.", + 'location', + 'The AWS Direct Connect location in which the LAG should be allocated. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/MacsecKeyAssociation.ts b/src/app/Models/codegen/aws/directconnect/MacsecKeyAssociation.ts index 6a1587105..1e6562653 100644 --- a/src/app/Models/codegen/aws/directconnect/MacsecKeyAssociation.ts +++ b/src/app/Models/codegen/aws/directconnect/MacsecKeyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MacsecKeyAssociationArgs { // The MAC Security (MACsec) CAK to associate with the dedicated connection. The valid values are 64 hexadecimal characters (0-9, A-E). Required if using `ckn`. @@ -51,32 +51,32 @@ The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associ return [ new DynamicUIProps( InputType.String, - "cak", - "The MAC Security (MACsec) CAK to associate with the dedicated connection. The valid values are 64 hexadecimal characters (0-9, A-E). Required if using `ckn`.", + 'cak', + 'The MAC Security (MACsec) CAK to associate with the dedicated connection. The valid values are 64 hexadecimal characters (0-9, A-E). Required if using `ckn`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ckn", - "The MAC Security (MACsec) CKN to associate with the dedicated connection. The valid values are 64 hexadecimal characters (0-9, A-E). Required if using `cak`.", + 'ckn', + 'The MAC Security (MACsec) CKN to associate with the dedicated connection. The valid values are 64 hexadecimal characters (0-9, A-E). Required if using `cak`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the dedicated Direct Connect connection. The connection must be a dedicated connection in the `AVAILABLE` state.", + 'connectionId', + 'The ID of the dedicated Direct Connect connection. The connection must be a dedicated connection in the `AVAILABLE` state.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "secretArn", - "The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.\n\n> **Note:** `ckn` and `cak` are mutually exclusive with `secret_arn` - these arguments cannot be used together. If you use `ckn` and `cak`, you should not use `secret_arn`. If you use the `secret_arn` argument to reference an existing MAC Security (MACSec) secret key, you should not use `ckn` or `cak`.", + 'secretArn', + 'The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.\n\n> **Note:** `ckn` and `cak` are mutually exclusive with `secret_arn` - these arguments cannot be used together. If you use `ckn` and `cak`, you should not use `secret_arn`. If you use the `secret_arn` argument to reference an existing MAC Security (MACSec) secret key, you should not use `ckn` or `cak`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directconnect/PrivateVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/PrivateVirtualInterface.ts index 61a70485c..581fa7153 100644 --- a/src/app/Models/codegen/aws/directconnect/PrivateVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/PrivateVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrivateVirtualInterfaceArgs { // The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers. @@ -112,104 +112,104 @@ The MTU of a virtual private interface can be either `1500` or `9001` (jumbo fra return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dxGatewayId", - "The ID of the Direct Connect gateway to which to connect the virtual interface.", + 'dxGatewayId', + 'The ID of the Direct Connect gateway to which to connect the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "mtu", - "The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection.\nThe MTU of a virtual private interface can be either `1500` or `9001` (jumbo frames). Default is `1500`.", + 'mtu', + 'The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection.\nThe MTU of a virtual private interface can be either `1500` or `9001` (jumbo frames). Default is `1500`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "sitelinkEnabled", - "Indicates whether to enable or disable SiteLink.", + 'sitelinkEnabled', + 'Indicates whether to enable or disable SiteLink.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "The ID of the virtual private gateway to which to connect the virtual interface.", + 'vpnGatewayId', + 'The ID of the virtual private gateway to which to connect the virtual interface.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directconnect/PublicVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/PublicVirtualInterface.ts index 99ca7fd17..c974df226 100644 --- a/src/app/Models/codegen/aws/directconnect/PublicVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/PublicVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublicVirtualInterfaceArgs { // The address family for the BGP peer. `ipv4 ` or `ipv6`. @@ -85,80 +85,80 @@ export class PublicVirtualInterface extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "routeFilterPrefixes", - "A list of routes to be advertised to the AWS network in this region.", + 'routeFilterPrefixes', + 'A list of routes to be advertised to the AWS network in this region.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directconnect/TransitVirtualInterface.ts b/src/app/Models/codegen/aws/directconnect/TransitVirtualInterface.ts index c021c7353..8d515d076 100644 --- a/src/app/Models/codegen/aws/directconnect/TransitVirtualInterface.ts +++ b/src/app/Models/codegen/aws/directconnect/TransitVirtualInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitVirtualInterfaceArgs { // The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers. @@ -106,96 +106,96 @@ The MTU of a virtual transit interface can be either `1500` or `8500` (jumbo fra return [ new DynamicUIProps( InputType.String, - "customerAddress", - "The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.", + 'customerAddress', + 'The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "mtu", - "The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection.\nThe MTU of a virtual transit interface can be either `1500` or `8500` (jumbo frames). Default is `1500`.", + 'mtu', + 'The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection.\nThe MTU of a virtual transit interface can be either `1500` or `8500` (jumbo frames). Default is `1500`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dxGatewayId", - "The ID of the Direct Connect gateway to which to connect the virtual interface.", + 'dxGatewayId', + 'The ID of the Direct Connect gateway to which to connect the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "sitelinkEnabled", - "Indicates whether to enable or disable SiteLink.", + 'sitelinkEnabled', + 'Indicates whether to enable or disable SiteLink.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The address family for the BGP peer. `ipv4 ` or `ipv6`.", + 'addressFamily', + 'The address family for the BGP peer. `ipv4 ` or `ipv6`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "bgpAsn", - "The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.", + 'bgpAsn', + 'The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bgpAuthKey", - "The authentication key for BGP configuration.", + 'bgpAuthKey', + 'The authentication key for BGP configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "vlan", - "The VLAN ID.", + 'vlan', + 'The VLAN ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "amazonAddress", - "The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.", + 'amazonAddress', + 'The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.", + 'connectionId', + 'The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the virtual interface.", + 'name', + 'The name for the virtual interface.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/directoryservice/ConditionalForwader.ts b/src/app/Models/codegen/aws/directoryservice/ConditionalForwader.ts index c36d9ed7c..97e27d969 100644 --- a/src/app/Models/codegen/aws/directoryservice/ConditionalForwader.ts +++ b/src/app/Models/codegen/aws/directoryservice/ConditionalForwader.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConditionalForwaderArgs { // A list of forwarder IP addresses. @@ -31,24 +31,24 @@ export class ConditionalForwader extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "dnsIps", - "A list of forwarder IP addresses.", + 'dnsIps', + 'A list of forwarder IP addresses.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "remoteDomainName", - "The fully qualified domain name of the remote domain for which forwarders will be used.", + 'remoteDomainName', + 'The fully qualified domain name of the remote domain for which forwarders will be used.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "directoryId", - "ID of directory.", + 'directoryId', + 'ID of directory.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directoryservice/Directory.ts b/src/app/Models/codegen/aws/directoryservice/Directory.ts index 22cc10bdb..2d567e2bf 100644 --- a/src/app/Models/codegen/aws/directoryservice/Directory.ts +++ b/src/app/Models/codegen/aws/directoryservice/Directory.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { directoryservice_DirectoryConnectSettings, directoryservice_DirectoryConnectSettings_GetTypes, -} from "../types/directoryservice_DirectoryConnectSettings"; +} from '../types/directoryservice_DirectoryConnectSettings'; import { directoryservice_DirectoryVpcSettings, directoryservice_DirectoryVpcSettings_GetTypes, -} from "../types/directoryservice_DirectoryVpcSettings"; +} from '../types/directoryservice_DirectoryVpcSettings'; export interface DirectoryArgs { // The alias for the directory (must be unique amongst all aliases in AWS). Required for `enable_sso`. @@ -111,104 +111,104 @@ export class Directory extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "size", - "(For `SimpleAD` and `ADConnector` types) The size of the directory (`Small` or `Large` are accepted values). `Large` by default.", + 'size', + '(For `SimpleAD` and `ADConnector` types) The size of the directory (`Small` or `Large` are accepted values). `Large` by default.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "desiredNumberOfDomainControllers", - "The number of domain controllers desired in the directory. Minimum value of `2`. Scaling of domain controllers is only supported for `MicrosoftAD` directories.", + 'desiredNumberOfDomainControllers', + 'The number of domain controllers desired in the directory. Minimum value of `2`. Scaling of domain controllers is only supported for `MicrosoftAD` directories.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "edition", - "The MicrosoftAD edition (`Standard` or `Enterprise`). Defaults to `Enterprise`.", + 'edition', + 'The MicrosoftAD edition (`Standard` or `Enterprise`). Defaults to `Enterprise`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The directory type (`SimpleAD`, `ADConnector` or `MicrosoftAD` are accepted values). Defaults to `SimpleAD`.", + 'type', + 'The directory type (`SimpleAD`, `ADConnector` or `MicrosoftAD` are accepted values). Defaults to `SimpleAD`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "alias", - "The alias for the directory (must be unique amongst all aliases in AWS). Required for `enable_sso`.", + 'alias', + 'The alias for the directory (must be unique amongst all aliases in AWS). Required for `enable_sso`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableSso", - "Whether to enable single-sign on for the directory. Requires `alias`. Defaults to `false`.", + 'enableSso', + 'Whether to enable single-sign on for the directory. Requires `alias`. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shortName", - "The short name of the directory, such as `CORP`.", + 'shortName', + 'The short name of the directory, such as `CORP`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "vpcSettings", - "VPC related information about the directory. Fields documented below.", + 'vpcSettings', + 'VPC related information about the directory. Fields documented below.', () => directoryservice_DirectoryVpcSettings_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The fully qualified name for the directory, such as `corp.example.com`", + 'name', + 'The fully qualified name for the directory, such as `corp.example.com`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A textual description for the directory.", + 'description', + 'A textual description for the directory.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "password", - "The password for the directory administrator or connector user.", + 'password', + 'The password for the directory administrator or connector user.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "connectSettings", - "Connector related information about the directory. Fields documented below.", + 'connectSettings', + 'Connector related information about the directory. Fields documented below.', () => directoryservice_DirectoryConnectSettings_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/directoryservice/LogService.ts b/src/app/Models/codegen/aws/directoryservice/LogService.ts index 73ce07520..7f3847d73 100644 --- a/src/app/Models/codegen/aws/directoryservice/LogService.ts +++ b/src/app/Models/codegen/aws/directoryservice/LogService.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LogServiceArgs { // ID of directory. @@ -25,16 +25,16 @@ export class LogService extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "logGroupName", - "Name of the cloudwatch log group to which the logs should be published. The log group should be already created and the directory service principal should be provided with required permission to create stream and publish logs. Changing this value would delete the current subscription and create a new one. A directory can only have one log subscription at a time.", + 'logGroupName', + 'Name of the cloudwatch log group to which the logs should be published. The log group should be already created and the directory service principal should be provided with required permission to create stream and publish logs. Changing this value would delete the current subscription and create a new one. A directory can only have one log subscription at a time.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "directoryId", - "ID of directory.", + 'directoryId', + 'ID of directory.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directoryservice/RadiusSettings.ts b/src/app/Models/codegen/aws/directoryservice/RadiusSettings.ts index 76b6802d5..d4182a49c 100644 --- a/src/app/Models/codegen/aws/directoryservice/RadiusSettings.ts +++ b/src/app/Models/codegen/aws/directoryservice/RadiusSettings.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RadiusSettingsArgs { // The protocol specified for your RADIUS endpoints. Valid values: `PAP`, `CHAP`, `MS-CHAPv1`, `MS-CHAPv2`. @@ -67,72 +67,72 @@ export class RadiusSettings extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "authenticationProtocol", - "The protocol specified for your RADIUS endpoints. Valid values: `PAP`, `CHAP`, `MS-CHAPv1`, `MS-CHAPv2`.", + 'authenticationProtocol', + 'The protocol specified for your RADIUS endpoints. Valid values: `PAP`, `CHAP`, `MS-CHAPv1`, `MS-CHAPv2`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sharedSecret", - "Required for enabling RADIUS on the directory.", + 'sharedSecret', + 'Required for enabling RADIUS on the directory.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "radiusTimeout", - "The amount of time, in seconds, to wait for the RADIUS server to respond. Minimum value of `1`. Maximum value of `50`.", + 'radiusTimeout', + 'The amount of time, in seconds, to wait for the RADIUS server to respond. Minimum value of `1`. Maximum value of `50`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useSameUsername", - "Not currently used.", + 'useSameUsername', + 'Not currently used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "The identifier of the directory for which you want to manager RADIUS settings.", + 'directoryId', + 'The identifier of the directory for which you want to manager RADIUS settings.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "radiusPort", - "The port that your RADIUS server is using for communications. Your self-managed network must allow inbound traffic over this port from the AWS Directory Service servers.", + 'radiusPort', + 'The port that your RADIUS server is using for communications. Your self-managed network must allow inbound traffic over this port from the AWS Directory Service servers.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "radiusRetries", - "The maximum number of times that communication with the RADIUS server is attempted. Minimum value of `0`. Maximum value of `10`.", + 'radiusRetries', + 'The maximum number of times that communication with the RADIUS server is attempted. Minimum value of `0`. Maximum value of `10`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayLabel", - "Display label.", + 'displayLabel', + 'Display label.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "radiusServers", - "An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.", + 'radiusServers', + 'An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/directoryservice/ServiceRegion.ts b/src/app/Models/codegen/aws/directoryservice/ServiceRegion.ts index 51dcc6494..91df707fe 100644 --- a/src/app/Models/codegen/aws/directoryservice/ServiceRegion.ts +++ b/src/app/Models/codegen/aws/directoryservice/ServiceRegion.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { directoryservice_ServiceRegionVpcSettings, directoryservice_ServiceRegionVpcSettings_GetTypes, -} from "../types/directoryservice_ServiceRegionVpcSettings"; +} from '../types/directoryservice_ServiceRegionVpcSettings'; export interface ServiceRegionArgs { // Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -50,40 +50,40 @@ export class ServiceRegion extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "desiredNumberOfDomainControllers", - "The number of domain controllers desired in the replicated directory. Minimum value of `2`.", + 'desiredNumberOfDomainControllers', + 'The number of domain controllers desired in the replicated directory. Minimum value of `2`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "The identifier of the directory to which you want to add Region replication.", + 'directoryId', + 'The identifier of the directory to which you want to add Region replication.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "regionName", - "The name of the Region where you want to add domain controllers for replication.", + 'regionName', + 'The name of the Region where you want to add domain controllers for replication.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcSettings", - "VPC information in the replicated Region. Detailed below.", + 'vpcSettings', + 'VPC information in the replicated Region. Detailed below.', () => directoryservice_ServiceRegionVpcSettings_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/directoryservice/SharedDirectory.ts b/src/app/Models/codegen/aws/directoryservice/SharedDirectory.ts index 8b4f26f9c..b7debc565 100644 --- a/src/app/Models/codegen/aws/directoryservice/SharedDirectory.ts +++ b/src/app/Models/codegen/aws/directoryservice/SharedDirectory.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { directoryservice_SharedDirectoryTarget, directoryservice_SharedDirectoryTarget_GetTypes, -} from "../types/directoryservice_SharedDirectoryTarget"; +} from '../types/directoryservice_SharedDirectoryTarget'; export interface SharedDirectoryArgs { // Identifier of the Managed Microsoft AD directory that you want to share with other accounts. @@ -52,32 +52,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "directoryId", - "Identifier of the Managed Microsoft AD directory that you want to share with other accounts.", + 'directoryId', + 'Identifier of the Managed Microsoft AD directory that you want to share with other accounts.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "method", - "Method used when sharing a directory. Valid values are `ORGANIZATIONS` and `HANDSHAKE`. Default is `HANDSHAKE`.", + 'method', + 'Method used when sharing a directory. Valid values are `ORGANIZATIONS` and `HANDSHAKE`. Default is `HANDSHAKE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notes", - "Message sent by the directory owner to the directory consumer to help the directory consumer administrator determine whether to approve or reject the share invitation.", + 'notes', + 'Message sent by the directory owner to the directory consumer to help the directory consumer administrator determine whether to approve or reject the share invitation.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "target", - "Identifier for the directory consumer account with whom the directory is to be shared. See below.\n\nThe following arguments are optional:", + 'target', + 'Identifier for the directory consumer account with whom the directory is to be shared. See below.\n\nThe following arguments are optional:', () => directoryservice_SharedDirectoryTarget_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/directoryservice/SharedDirectoryAccepter.ts b/src/app/Models/codegen/aws/directoryservice/SharedDirectoryAccepter.ts index ef7d75797..c746ebbed 100644 --- a/src/app/Models/codegen/aws/directoryservice/SharedDirectoryAccepter.ts +++ b/src/app/Models/codegen/aws/directoryservice/SharedDirectoryAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SharedDirectoryAccepterArgs { // Identifier of the directory that is stored in the directory consumer account that corresponds to the shared directory in the owner account. @@ -31,8 +31,8 @@ export class SharedDirectoryAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "sharedDirectoryId", - "Identifier of the directory that is stored in the directory consumer account that corresponds to the shared directory in the owner account.", + 'sharedDirectoryId', + 'Identifier of the directory that is stored in the directory consumer account that corresponds to the shared directory in the owner account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/directoryservice/Trust.ts b/src/app/Models/codegen/aws/directoryservice/Trust.ts index 290a16670..e3851ec5a 100644 --- a/src/app/Models/codegen/aws/directoryservice/Trust.ts +++ b/src/app/Models/codegen/aws/directoryservice/Trust.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrustArgs { /* @@ -117,64 +117,64 @@ One of `Created`, `VerifyFailed`,`Verified`, `UpdateFailed`,`Updated`,`Deleted`, return [ new DynamicUIProps( InputType.String, - "trustPassword", - "Password for the Trust.\nDoes not need to match the passwords for either Directory.\nCan contain upper- and lower-case letters, numbers, and punctuation characters.\nMay be up to 128 characters long.", + 'trustPassword', + 'Password for the Trust.\nDoes not need to match the passwords for either Directory.\nCan contain upper- and lower-case letters, numbers, and punctuation characters.\nMay be up to 128 characters long.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trustType", - "Type of the Trust relationship.\nValid values are `Forest` and `External`.\nDefault value is `Forest`.", + 'trustType', + 'Type of the Trust relationship.\nValid values are `Forest` and `External`.\nDefault value is `Forest`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "conditionalForwarderIpAddrs", - "Set of IPv4 addresses for the DNS server associated with the remote Directory.\nCan contain between 1 and 4 values.", + 'conditionalForwarderIpAddrs', + 'Set of IPv4 addresses for the DNS server associated with the remote Directory.\nCan contain between 1 and 4 values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deleteAssociatedConditionalForwarder", - "Whether to delete the conditional forwarder when deleting the Trust relationship.", + 'deleteAssociatedConditionalForwarder', + 'Whether to delete the conditional forwarder when deleting the Trust relationship.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "ID of the Directory.", + 'directoryId', + 'ID of the Directory.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "remoteDomainName", - "Fully qualified domain name of the remote Directory.", + 'remoteDomainName', + 'Fully qualified domain name of the remote Directory.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "selectiveAuth", - "Whether to enable selective authentication.\nValid values are `Enabled` and `Disabled`.\nDefault value is `Disabled`.", + 'selectiveAuth', + 'Whether to enable selective authentication.\nValid values are `Enabled` and `Disabled`.\nDefault value is `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "trustDirection", - "The direction of the Trust relationship.\nValid values are `One-Way: Outgoing`, `One-Way: Incoming`, and `Two-Way`.", + 'trustDirection', + 'The direction of the Trust relationship.\nValid values are `One-Way: Outgoing`, `One-Way: Incoming`, and `Two-Way`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dlm/LifecyclePolicy.ts b/src/app/Models/codegen/aws/dlm/LifecyclePolicy.ts index 1e7b48e4e..6a6d18605 100644 --- a/src/app/Models/codegen/aws/dlm/LifecyclePolicy.ts +++ b/src/app/Models/codegen/aws/dlm/LifecyclePolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetails, dlm_LifecyclePolicyPolicyDetails_GetTypes, -} from "../types/dlm_LifecyclePolicyPolicyDetails"; +} from '../types/dlm_LifecyclePolicyPolicyDetails'; export interface LifecyclePolicyArgs { // A description for the DLM lifecycle policy. @@ -53,40 +53,40 @@ export class LifecyclePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "state", - "Whether the lifecycle policy should be enabled or disabled. `ENABLED` or `DISABLED` are valid values. Defaults to `ENABLED`.", + 'state', + 'Whether the lifecycle policy should be enabled or disabled. `ENABLED` or `DISABLED` are valid values. Defaults to `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description for the DLM lifecycle policy.", + 'description', + 'A description for the DLM lifecycle policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "The ARN of an IAM role that is able to be assumed by the DLM service.", + 'executionRoleArn', + 'The ARN of an IAM role that is able to be assumed by the DLM service.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "policyDetails", - "See the `policy_details` configuration block. Max of 1.", + 'policyDetails', + 'See the `policy_details` configuration block. Max of 1.', () => dlm_LifecyclePolicyPolicyDetails_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/dms/Certificate.ts b/src/app/Models/codegen/aws/dms/Certificate.ts index ff48d38e3..7052332c4 100644 --- a/src/app/Models/codegen/aws/dms/Certificate.ts +++ b/src/app/Models/codegen/aws/dms/Certificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateArgs { /* @@ -51,32 +51,32 @@ The certificate identifier. return [ new DynamicUIProps( InputType.String, - "certificateId", - "The certificate identifier.\n\n- Must contain from 1 to 255 alphanumeric characters and hyphens.", + 'certificateId', + 'The certificate identifier.\n\n- Must contain from 1 to 255 alphanumeric characters and hyphens.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificatePem", - "The contents of the .pem X.509 certificate file for the certificate. Either `certificate_pem` or `certificate_wallet` must be set.", + 'certificatePem', + 'The contents of the .pem X.509 certificate file for the certificate. Either `certificate_pem` or `certificate_wallet` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificateWallet", - "The contents of the Oracle Wallet certificate for use with SSL, provided as a base64-encoded String. Either `certificate_pem` or `certificate_wallet` must be set.", + 'certificateWallet', + 'The contents of the Oracle Wallet certificate for use with SSL, provided as a base64-encoded String. Either `certificate_pem` or `certificate_wallet` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dms/Endpoint.ts b/src/app/Models/codegen/aws/dms/Endpoint.ts index 74bf21c54..8c12734b8 100644 --- a/src/app/Models/codegen/aws/dms/Endpoint.ts +++ b/src/app/Models/codegen/aws/dms/Endpoint.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dms_EndpointKinesisSettings, dms_EndpointKinesisSettings_GetTypes, -} from "../types/dms_EndpointKinesisSettings"; +} from '../types/dms_EndpointKinesisSettings'; import { dms_EndpointRedisSettings, dms_EndpointRedisSettings_GetTypes, -} from "../types/dms_EndpointRedisSettings"; +} from '../types/dms_EndpointRedisSettings'; import { dms_EndpointS3Settings, dms_EndpointS3Settings_GetTypes, -} from "../types/dms_EndpointS3Settings"; +} from '../types/dms_EndpointS3Settings'; import { dms_EndpointMongodbSettings, dms_EndpointMongodbSettings_GetTypes, -} from "../types/dms_EndpointMongodbSettings"; +} from '../types/dms_EndpointMongodbSettings'; import { dms_EndpointPostgresSettings, dms_EndpointPostgresSettings_GetTypes, -} from "../types/dms_EndpointPostgresSettings"; +} from '../types/dms_EndpointPostgresSettings'; import { dms_EndpointElasticsearchSettings, dms_EndpointElasticsearchSettings_GetTypes, -} from "../types/dms_EndpointElasticsearchSettings"; +} from '../types/dms_EndpointElasticsearchSettings'; import { dms_EndpointKafkaSettings, dms_EndpointKafkaSettings_GetTypes, -} from "../types/dms_EndpointKafkaSettings"; +} from '../types/dms_EndpointKafkaSettings'; import { dms_EndpointRedshiftSettings, dms_EndpointRedshiftSettings_GetTypes, -} from "../types/dms_EndpointRedshiftSettings"; +} from '../types/dms_EndpointRedshiftSettings'; export interface EndpointArgs { // Configuration block for Redshift settings. See below. @@ -217,191 +217,191 @@ ARN of the IAM role that specifies AWS DMS as the trusted entity and has the req return [ new DynamicUIProps( InputType.Bool, - "pauseReplicationTasks", - "", + 'pauseReplicationTasks', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "postgresSettings", - "Configuration block for Postgres settings. See below.", + 'postgresSettings', + 'Configuration block for Postgres settings. See below.', () => dms_EndpointPostgresSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the endpoint database.", + 'databaseName', + 'Name of the endpoint database.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "elasticsearchSettings", - "Configuration block for OpenSearch settings. See below.", + 'elasticsearchSettings', + 'Configuration block for OpenSearch settings. See below.', () => dms_EndpointElasticsearchSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRole", - "ARN used by the service access IAM role for dynamodb endpoints.", + 'serviceAccessRole', + 'ARN used by the service access IAM role for dynamodb endpoints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN for the certificate.", + 'certificateArn', + 'ARN for the certificate.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port used by the endpoint database.", + 'port', + 'Port used by the endpoint database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretsManagerArn", - "Full ARN, partial ARN, or friendly name of the Secrets Manager secret that contains the endpoint connection details. Supported only when `engine_name` is `aurora`, `aurora-postgresql`, `mariadb`, `mongodb`, `mysql`, `oracle`, `postgres`, `redshift`, or `sqlserver`.", + 'secretsManagerArn', + 'Full ARN, partial ARN, or friendly name of the Secrets Manager secret that contains the endpoint connection details. Supported only when `engine_name` is `aurora`, `aurora-postgresql`, `mariadb`, `mongodb`, `mysql`, `oracle`, `postgres`, `redshift`, or `sqlserver`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "kafkaSettings", - "Configuration block for Kafka settings. See below.", + 'kafkaSettings', + 'Configuration block for Kafka settings. See below.', () => dms_EndpointKafkaSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointType", - "Type of endpoint. Valid values are `source`, `target`.", + 'endpointType', + 'Type of endpoint. Valid values are `source`, `target`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "extraConnectionAttributes", - "Additional attributes associated with the connection. For available attributes for a `source` Endpoint, see [Sources for data migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html). For available attributes for a `target` Endpoint, see [Targets for data migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.html).", + 'extraConnectionAttributes', + 'Additional attributes associated with the connection. For available attributes for a `source` Endpoint, see [Sources for data migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html). For available attributes for a `target` Endpoint, see [Targets for data migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "User name to be used to login to the endpoint database.", + 'username', + 'User name to be used to login to the endpoint database.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Settings", - "(**Deprecated**, use the `aws.dms.S3Endpoint` resource instead) Configuration block for S3 settings. See below.", + 's3Settings', + '(**Deprecated**, use the `aws.dms.S3Endpoint` resource instead) Configuration block for S3 settings. See below.', () => dms_EndpointS3Settings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineName", - "Type of engine for the endpoint. Valid values are `aurora`, `aurora-postgresql`, `azuredb`, `azure-sql-managed-instance`, `babelfish`, `db2`, `db2-zos`, `docdb`, `dynamodb`, `elasticsearch`, `kafka`, `kinesis`, `mariadb`, `mongodb`, `mysql`, `opensearch`, `oracle`, `postgres`, `redshift`, `s3`, `sqlserver`, `sybase`. Please note that some of engine names are available only for `target` endpoint type (e.g. `redshift`).", + 'engineName', + 'Type of engine for the endpoint. Valid values are `aurora`, `aurora-postgresql`, `azuredb`, `azure-sql-managed-instance`, `babelfish`, `db2`, `db2-zos`, `docdb`, `dynamodb`, `elasticsearch`, `kafka`, `kinesis`, `mariadb`, `mongodb`, `mysql`, `opensearch`, `oracle`, `postgres`, `redshift`, `s3`, `sqlserver`, `sybase`. Please note that some of engine names are available only for `target` endpoint type (e.g. `redshift`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslMode", - "SSL mode to use for the connection. Valid values are `none`, `require`, `verify-ca`, `verify-full`", + 'sslMode', + 'SSL mode to use for the connection. Valid values are `none`, `require`, `verify-ca`, `verify-full`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region. To encrypt an S3 target with a KMS Key, use the parameter `s3_settings.server_side_encryption_kms_key_id`. When `engine_name` is `redshift`, `kms_key_arn` is the KMS Key for the Redshift target and the parameter `redshift_settings.server_side_encryption_kms_key_id` encrypts the S3 intermediate storage.\n\nThe following arguments are optional:", + 'kmsKeyArn', + 'ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region. To encrypt an S3 target with a KMS Key, use the parameter `s3_settings.server_side_encryption_kms_key_id`. When `engine_name` is `redshift`, `kms_key_arn` is the KMS Key for the Redshift target and the parameter `redshift_settings.server_side_encryption_kms_key_id` encrypts the S3 intermediate storage.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "endpointId", - "Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.", + 'endpointId', + 'Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "mongodbSettings", - "Configuration block for MongoDB settings. See below.", + 'mongodbSettings', + 'Configuration block for MongoDB settings. See below.', () => dms_EndpointMongodbSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "password", - "Password to be used to login to the endpoint database.", + 'password', + 'Password to be used to login to the endpoint database.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redshiftSettings", - "Configuration block for Redshift settings. See below.", + 'redshiftSettings', + 'Configuration block for Redshift settings. See below.', () => dms_EndpointRedshiftSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serverName", - "Host name of the server.", + 'serverName', + 'Host name of the server.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redisSettings", - "", + 'redisSettings', + '', () => dms_EndpointRedisSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "secretsManagerAccessRoleArn", + 'secretsManagerAccessRoleArn', "ARN of the IAM role that specifies AWS DMS as the trusted entity and has the required permissions to access the value in the Secrets Manager secret referred to by `secrets_manager_arn`. The role must allow the `iam:PassRole` action.\n\n> **Note:** You can specify one of two sets of values for these permissions. You can specify the values for this setting and `secrets_manager_arn`. Or you can specify clear-text values for `username`, `password` , `server_name`, and `port`. You can't specify both.", () => [], false, @@ -409,8 +409,8 @@ ARN of the IAM role that specifies AWS DMS as the trusted entity and has the req ), new DynamicUIProps( InputType.Object, - "kinesisSettings", - "Configuration block for Kinesis settings. See below.", + 'kinesisSettings', + 'Configuration block for Kinesis settings. See below.', () => dms_EndpointKinesisSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dms/EventSubscription.ts b/src/app/Models/codegen/aws/dms/EventSubscription.ts index f995b57f4..72e455b2a 100644 --- a/src/app/Models/codegen/aws/dms/EventSubscription.ts +++ b/src/app/Models/codegen/aws/dms/EventSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventSubscriptionArgs { // SNS topic arn to send events on. @@ -61,31 +61,31 @@ export class EventSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "eventCategories", - "List of event categories to listen for, see `DescribeEventCategories` for a canonical list.", + 'eventCategories', + 'List of event categories to listen for, see `DescribeEventCategories` for a canonical list.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of event subscription.", + 'name', + 'Name of event subscription.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "SNS topic arn to send events on.", + 'snsTopicArn', + 'SNS topic arn to send events on.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceIds", + 'sourceIds', "Ids of sources to listen to. If you don't specify a value, notifications are provided for all sources.", () => InputType_String_GetTypes(), false, @@ -93,24 +93,24 @@ export class EventSubscription extends DS_Resource { ), new DynamicUIProps( InputType.String, - "sourceType", - "Type of source for events. Valid values: `replication-instance` or `replication-task`", + 'sourceType', + 'Type of source for events. Valid values: `replication-instance` or `replication-task`', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the event subscription should be enabled.", + 'enabled', + 'Whether the event subscription should be enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/dms/ReplicationConfig.ts b/src/app/Models/codegen/aws/dms/ReplicationConfig.ts index 03b18fd18..56355c340 100644 --- a/src/app/Models/codegen/aws/dms/ReplicationConfig.ts +++ b/src/app/Models/codegen/aws/dms/ReplicationConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dms_ReplicationConfigComputeConfig, dms_ReplicationConfigComputeConfig_GetTypes, -} from "../types/dms_ReplicationConfigComputeConfig"; +} from '../types/dms_ReplicationConfigComputeConfig'; export interface ReplicationConfigArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -89,88 +89,88 @@ export class ReplicationConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "supplementalSettings", - "JSON settings for specifying supplemental data. For more information see [Specifying supplemental data for task settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html)", + 'supplementalSettings', + 'JSON settings for specifying supplemental data. For more information see [Specifying supplemental data for task settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetEndpointArn", - "The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.", + 'targetEndpointArn', + 'The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "computeConfig", - "Configuration block for provisioning an DMS Serverless replication.", + 'computeConfig', + 'Configuration block for provisioning an DMS Serverless replication.', () => dms_ReplicationConfigComputeConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "startReplication", - "Whether to run or stop the serverless replication, default is false.", + 'startReplication', + 'Whether to run or stop the serverless replication, default is false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationConfigIdentifier", - "Unique identifier that you want to use to create the config.", + 'replicationConfigIdentifier', + 'Unique identifier that you want to use to create the config.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceIdentifier", - "Unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see [Fine-grained access control using resource names and tags](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess)", + 'resourceIdentifier', + 'Unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see [Fine-grained access control using resource names and tags](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableMappings", - "An escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)", + 'tableMappings', + 'An escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "replicationSettings", - "An escaped JSON string that are used to provision this replication configuration. For example, [Change processing tuning settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html)", + 'replicationSettings', + 'An escaped JSON string that are used to provision this replication configuration. For example, [Change processing tuning settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationType", - "The migration type. Can be one of `full-load | cdc | full-load-and-cdc`.", + 'replicationType', + 'The migration type. Can be one of `full-load | cdc | full-load-and-cdc`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceEndpointArn", - "The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.", + 'sourceEndpointArn', + 'The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dms/ReplicationInstance.ts b/src/app/Models/codegen/aws/dms/ReplicationInstance.ts index 16622d292..2575ef351 100644 --- a/src/app/Models/codegen/aws/dms/ReplicationInstance.ts +++ b/src/app/Models/codegen/aws/dms/ReplicationInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReplicationInstanceArgs { // Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource. @@ -149,128 +149,128 @@ The replication instance identifier. This parameter is stored as a lowercase str return [ new DynamicUIProps( InputType.String, - "replicationSubnetGroupId", - "A subnet group to associate with the replication instance.", + 'replicationSubnetGroupId', + 'A subnet group to associate with the replication instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The EC2 Availability Zone that the replication instance will be created in.", + 'availabilityZone', + 'The EC2 Availability Zone that the replication instance will be created in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n\n- Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.\n- Format: `ddd:hh24:mi-ddd:hh24:mi`\n- Valid Days: `mon, tue, wed, thu, fri, sat, sun`\n- Constraints: Minimum 30-minute window.", + 'preferredMaintenanceWindow', + 'The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n\n- Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.\n- Format: `ddd:hh24:mi-ddd:hh24:mi`\n- Valid Days: `mon, tue, wed, thu, fri, sat, sun`\n- Constraints: Minimum 30-minute window.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "allocatedStorage", - "The amount of storage (in gigabytes) to be initially allocated for the replication instance.", + 'allocatedStorage', + 'The amount of storage (in gigabytes) to be initially allocated for the replication instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationInstanceId", - "The replication instance identifier. This parameter is stored as a lowercase string.\n\n- Must contain from 1 to 63 alphanumeric characters or hyphens.\n- First character must be a letter.\n- Cannot end with a hyphen\n- Cannot contain two consecutive hyphens.", + 'replicationInstanceId', + 'The replication instance identifier. This parameter is stored as a lowercase string.\n\n- Must contain from 1 to 63 alphanumeric characters or hyphens.\n- First character must be a letter.\n- Cannot end with a hyphen\n- Cannot contain two consecutive hyphens.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "allowMajorVersionUpgrade", - "Indicates that major version upgrades are allowed.", + 'allowMajorVersionUpgrade', + 'Indicates that major version upgrades are allowed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "A list of VPC security group IDs to be used with the replication instance. The VPC security groups must work with the VPC containing the replication instance.", + 'vpcSecurityGroupIds', + 'A list of VPC security group IDs to be used with the replication instance. The VPC security groups must work with the VPC containing the replication instance.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource.", + 'applyImmediately', + 'Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.", + 'autoMinorVersionUpgrade', + 'Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiAz", - "Specifies if the replication instance is a multi-az deployment. You cannot set the `availability_zone` parameter if the `multi_az` parameter is set to `true`.", + 'multiAz', + 'Specifies if the replication instance is a multi-az deployment. You cannot set the `availability_zone` parameter if the `multi_az` parameter is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkType", - "The type of IP address protocol used by a replication instance. Valid values: `IPV4`, `DUAL`.", + 'networkType', + 'The type of IP address protocol used by a replication instance. Valid values: `IPV4`, `DUAL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The engine version number of the replication instance.", + 'engineVersion', + 'The engine version number of the replication instance.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address.", + 'publiclyAccessible', + 'Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The Amazon Resource Name (ARN) for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", + 'kmsKeyArn', + 'The Amazon Resource Name (ARN) for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "replicationInstanceClass", - "The compute and memory capacity of the replication instance as specified by the replication instance class. See [AWS DMS User Guide](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html) for available instance sizes and advice on which one to choose.", + 'replicationInstanceClass', + 'The compute and memory capacity of the replication instance as specified by the replication instance class. See [AWS DMS User Guide](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html) for available instance sizes and advice on which one to choose.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dms/ReplicationSubnetGroup.ts b/src/app/Models/codegen/aws/dms/ReplicationSubnetGroup.ts index f5974669a..ca944c3a0 100644 --- a/src/app/Models/codegen/aws/dms/ReplicationSubnetGroup.ts +++ b/src/app/Models/codegen/aws/dms/ReplicationSubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReplicationSubnetGroupArgs { // Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -46,32 +46,32 @@ export class ReplicationSubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "replicationSubnetGroupDescription", - "Description for the subnet group.", + 'replicationSubnetGroupDescription', + 'Description for the subnet group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "replicationSubnetGroupId", - "Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be `default`.", + 'replicationSubnetGroupId', + 'Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be `default`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.", + 'subnetIds', + 'List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dms/ReplicationTask.ts b/src/app/Models/codegen/aws/dms/ReplicationTask.ts index 3141dcb4b..472bb66aa 100644 --- a/src/app/Models/codegen/aws/dms/ReplicationTask.ts +++ b/src/app/Models/codegen/aws/dms/ReplicationTask.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReplicationTaskArgs { // Whether to run or stop the replication task. @@ -94,96 +94,96 @@ export class ReplicationTask extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceIdentifier", - "A friendly name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object.", + 'resourceIdentifier', + 'A friendly name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceEndpointArn", - "ARN that uniquely identifies the source endpoint.", + 'sourceEndpointArn', + 'ARN that uniquely identifies the source endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "tableMappings", - "Escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)", + 'tableMappings', + 'Escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cdcStartTime", - "RFC3339 formatted date string or UNIX timestamp for the start of the Change Data Capture (CDC) operation.", + 'cdcStartTime', + 'RFC3339 formatted date string or UNIX timestamp for the start of the Change Data Capture (CDC) operation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationTaskSettings", - "Escaped JSON string that contains the task settings. For a complete list of task settings, see [Task Settings for AWS Database Migration Service Tasks](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html). Note that `Logging.CloudWatchLogGroup` and `Logging.CloudWatchLogStream` are read only and should not be defined, even as `null`, in the configuration since AWS provides a value for these settings.", + 'replicationTaskSettings', + 'Escaped JSON string that contains the task settings. For a complete list of task settings, see [Task Settings for AWS Database Migration Service Tasks](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html). Note that `Logging.CloudWatchLogGroup` and `Logging.CloudWatchLogStream` are read only and should not be defined, even as `null`, in the configuration since AWS provides a value for these settings.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "startReplicationTask", - "Whether to run or stop the replication task.", + 'startReplicationTask', + 'Whether to run or stop the replication task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "migrationType", - "Migration type. Can be one of `full-load | cdc | full-load-and-cdc`.", + 'migrationType', + 'Migration type. Can be one of `full-load | cdc | full-load-and-cdc`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cdcStartPosition", - "Indicates when you want a change data capture (CDC) operation to start. The value can be a RFC3339 formatted date, a checkpoint, or a LSN/SCN format depending on the source engine. For more information see [Determining a CDC native start point](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native).", + 'cdcStartPosition', + 'Indicates when you want a change data capture (CDC) operation to start. The value can be a RFC3339 formatted date, a checkpoint, or a LSN/SCN format depending on the source engine. For more information see [Determining a CDC native start point](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationTaskId", - "Replication task identifier which must contain from 1 to 255 alphanumeric characters or hyphens, first character must be a letter, cannot end with a hyphen, and cannot contain two consecutive hyphens.", + 'replicationTaskId', + 'Replication task identifier which must contain from 1 to 255 alphanumeric characters or hyphens, first character must be a letter, cannot end with a hyphen, and cannot contain two consecutive hyphens.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetEndpointArn", - "ARN that uniquely identifies the target endpoint.", + 'targetEndpointArn', + 'ARN that uniquely identifies the target endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "replicationInstanceArn", - "ARN of the replication instance.", + 'replicationInstanceArn', + 'ARN of the replication instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dms/S3Endpoint.ts b/src/app/Models/codegen/aws/dms/S3Endpoint.ts index 57aee9a16..0c22a58c7 100644 --- a/src/app/Models/codegen/aws/dms/S3Endpoint.ts +++ b/src/app/Models/codegen/aws/dms/S3Endpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface S3EndpointArgs { // Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdc_path`. Default is `false`. (Ignored for source endpoints.) @@ -324,384 +324,384 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "datePartitionSequence", - "Date format to use during folder partitioning. Use this parameter when `date_partition_enabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. (AWS default is `YYYYMMDD`.) (Ignored for source endpoints.)", + 'datePartitionSequence', + 'Date format to use during folder partitioning. Use this parameter when `date_partition_enabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. (AWS default is `YYYYMMDD`.) (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvNullValue", - "String to as null when writing to the target. (AWS default is `NULL`.)", + 'csvNullValue', + 'String to as null when writing to the target. (AWS default is `NULL`.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "rfc4180", - "For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.", + 'rfc4180', + 'For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslMode", - "SSL mode to use for the connection. Valid values are `none`, `require`, `verify-ca`, `verify-full`. (AWS default is `none`.)", + 'sslMode', + 'SSL mode to use for the connection. Valid values are `none`, `require`, `verify-ca`, `verify-full`. (AWS default is `none`.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "preserveTransactions", - "Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdc_path`. Default is `false`. (Ignored for source endpoints.)", + 'preserveTransactions', + 'Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdc_path`. Default is `false`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointId", - "Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.", + 'endpointId', + 'Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "includeOpForFullLoad", - "Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.", + 'includeOpForFullLoad', + 'Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useCsvNoSupValue", - "Whether to use `csv_no_sup_value` for columns not included in the supplemental log. (Ignored for source endpoints.)", + 'useCsvNoSupValue', + 'Whether to use `csv_no_sup_value` for columns not included in the supplemental log. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "parquetTimestampInMillisecond", - "Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`. (Ignored for source endpoints.)", + 'parquetTimestampInMillisecond', + 'Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointType", - "Type of endpoint. Valid values are `source`, `target`.", + 'endpointType', + 'Type of endpoint. Valid values are `source`, `target`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "datePartitionDelimiter", - "Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. (AWS default is `SLASH`.) (Ignored for source endpoints.)", + 'datePartitionDelimiter', + 'Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. (AWS default is `SLASH`.) (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxFileSize", - "Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. (AWS default is 1 GB, _i.e._, `1048576`.)", + 'maxFileSize', + 'Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. (AWS default is 1 GB, _i.e._, `1048576`.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "glueCatalogGeneration", - "Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.", + 'glueCatalogGeneration', + 'Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "addColumnName", - "Whether to add column name information to the .csv output file. Default is `false`.", + 'addColumnName', + 'Whether to add column name information to the .csv output file. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvNoSupValue", - "Only applies if output files for a CDC load are written in .csv format. If `use_csv_no_sup_value` is set to `true`, string to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of `use_csv_no_sup_value`. (Ignored for source endpoints.)", + 'csvNoSupValue', + 'Only applies if output files for a CDC load are written in .csv format. If `use_csv_no_sup_value` is set to `true`, string to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of `use_csv_no_sup_value`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dataPageSize", - "Size of one data page in bytes. (AWS default is 1 MiB, _i.e._, `1048576`.)", + 'dataPageSize', + 'Size of one data page in bytes. (AWS default is 1 MiB, _i.e._, `1048576`.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "detachTargetOnLobLookupFailureParquet", - "Undocumented argument for use as directed by AWS Support.", + 'detachTargetOnLobLookupFailureParquet', + 'Undocumented argument for use as directed by AWS Support.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cdcMinFileSize", - "Minimum file size condition as defined in kilobytes to output a file to Amazon S3. (AWS default is 32000 KB.)", + 'cdcMinFileSize', + 'Minimum file size condition as defined in kilobytes to output a file to Amazon S3. (AWS default is 32000 KB.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalTableDefinition", - "JSON document that describes how AWS DMS should interpret the data.", + 'externalTableDefinition', + 'JSON document that describes how AWS DMS should interpret the data.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "addTrailingPaddingCharacter", - "Whether to add padding. Default is `false`. (Ignored for source endpoints.)", + 'addTrailingPaddingCharacter', + 'Whether to add padding. Default is `false`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cdcPath", - "Folder path of CDC files. If `cdc_path` is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. Supported in AWS DMS versions 3.4.2 and later.", + 'cdcPath', + 'Folder path of CDC files. If `cdc_path` is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. Supported in AWS DMS versions 3.4.2 and later.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "S3 bucket name.", + 'bucketName', + 'S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataFormat", - "Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. (Ignored for source endpoints -- only `csv` is valid.)", + 'dataFormat', + 'Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. (Ignored for source endpoints -- only `csv` is valid.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. (AWS default is `SSE_S3`.) (Ignored for source endpoints -- only `SSE_S3` is valid.)", + 'encryptionMode', + 'Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. (AWS default is `SSE_S3`.) (Ignored for source endpoints -- only `SSE_S3` is valid.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cdcMaxBatchInterval", - "Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. (AWS default is `60`.)", + 'cdcMaxBatchInterval', + 'Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. (AWS default is `60`.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useTaskStartTimeForFullLoadTimestamp", - "When set to `true`, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to `true`, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time.When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.", + 'useTaskStartTimeForFullLoadTimestamp', + 'When set to `true`, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to `true`, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time.When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionType", - "Set to compress target files. Valid values are `GZIP` and `NONE`. Default is `NONE`. (Ignored for source endpoints.)", + 'compressionType', + 'Set to compress target files. Valid values are `GZIP` and `NONE`. Default is `NONE`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "ARN of the IAM role with permissions to the S3 Bucket.\n\nThe following arguments are optional:", + 'serviceAccessRoleArn', + 'ARN of the IAM role with permissions to the S3 Bucket.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encodingType", - "Type of encoding to use. Value values are `rle_dictionary`, `plain`, and `plain_dictionary`. (AWS default is `rle_dictionary`.)", + 'encodingType', + 'Type of encoding to use. Value values are `rle_dictionary`, `plain`, and `plain_dictionary`. (AWS default is `rle_dictionary`.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dictPageSizeLimit", - "Maximum size in bytes of an encoded dictionary page of a column. (AWS default is 1 MiB, _i.e._, `1048576`.)", + 'dictPageSizeLimit', + 'Maximum size in bytes of an encoded dictionary page of a column. (AWS default is 1 MiB, _i.e._, `1048576`.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rowGroupLength", - "Number of rows in a row group. (AWS default is `10000`.)", + 'rowGroupLength', + 'Number of rows in a row group. (AWS default is `10000`.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestampColumnName", - "Column to add with timestamp information to the endpoint data for an Amazon S3 target.", + 'timestampColumnName', + 'Column to add with timestamp information to the endpoint data for an Amazon S3 target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Bucket owner to prevent sniping. Value is an AWS account ID.", + 'expectedBucketOwner', + 'Bucket owner to prevent sniping. Value is an AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN for the certificate.", + 'certificateArn', + 'ARN for the certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketFolder", - "S3 object prefix.", + 'bucketFolder', + 'S3 object prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parquetVersion", - "Version of the .parquet file format. Valid values are `parquet-1-0` and `parquet-2-0`. (AWS default is `parquet-1-0`.) (Ignored for source endpoints.)", + 'parquetVersion', + 'Version of the .parquet file format. Valid values are `parquet-1-0` and `parquet-2-0`. (AWS default is `parquet-1-0`.) (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsAndUpdates", - "Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.", + 'cdcInsertsAndUpdates', + 'Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cannedAclForObjects", - "Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.", + 'cannedAclForObjects', + 'Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvDelimiter", - "Delimiter used to separate columns in the source files. Default is `,`.", + 'csvDelimiter', + 'Delimiter used to separate columns in the source files. Default is `,`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvRowDelimiter", - "Delimiter used to separate rows in the source files. Default is newline (_i.e._, `\\n`).", + 'csvRowDelimiter', + 'Delimiter used to separate rows in the source files. Default is newline (_i.e._, `\\n`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", + 'kmsKeyArn', + 'ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serverSideEncryptionKmsKeyId", - "When `encryption_mode` is `SSE_KMS`, ARN for the AWS KMS key. (Ignored for source endpoints -- only `SSE_S3` `encryption_mode` is valid.)", + 'serverSideEncryptionKmsKeyId', + 'When `encryption_mode` is `SSE_KMS`, ARN for the AWS KMS key. (Ignored for source endpoints -- only `SSE_S3` `encryption_mode` is valid.)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreHeaderRows", - "When this value is set to `1`, DMS ignores the first row header in a .csv file. (AWS default is `0`.)", + 'ignoreHeaderRows', + 'When this value is set to `1`, DMS ignores the first row header in a .csv file. (AWS default is `0`.)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "datePartitionTimezone", - "Convert the current UTC time to a timezone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The timezone format is Area/Location (_e.g._, `Europe/Paris`). Use this when `date_partition_enabled` is `true`. (Ignored for source endpoints.)", + 'datePartitionTimezone', + 'Convert the current UTC time to a timezone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The timezone format is Area/Location (_e.g._, `Europe/Paris`). Use this when `date_partition_enabled` is `true`. (Ignored for source endpoints.)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableStatistics", - "Whether to enable statistics for Parquet pages and row groups. Default is `true`.", + 'enableStatistics', + 'Whether to enable statistics for Parquet pages and row groups. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsOnly", - "Whether to write insert operations to .csv or .parquet output files. Default is `false`.", + 'cdcInsertsOnly', + 'Whether to write insert operations to .csv or .parquet output files. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "datePartitionEnabled", - "Partition S3 bucket folders based on transaction commit dates. Default is `false`. (Ignored for source endpoints.)", + 'datePartitionEnabled', + 'Partition S3 bucket folders based on transaction commit dates. Default is `false`. (Ignored for source endpoints.)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/docdb/Cluster.ts b/src/app/Models/codegen/aws/docdb/Cluster.ts index e4c9fccc1..f6770876c 100644 --- a/src/app/Models/codegen/aws/docdb/Cluster.ts +++ b/src/app/Models/codegen/aws/docdb/Cluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { docdb_ClusterRestoreToPointInTime, docdb_ClusterRestoreToPointInTime_GetTypes, -} from "../types/docdb_ClusterRestoreToPointInTime"; +} from '../types/docdb_ClusterRestoreToPointInTime'; export interface ClusterArgs { // A value that indicates whether major version upgrades are allowed. Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version. @@ -249,79 +249,79 @@ show up in logs, and it will be stored in the state file. Please refer to the Do return [ new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security groups to associate\nwith the Cluster", + 'vpcSecurityGroupIds', + 'List of VPC security groups to associate\nwith the Cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dbClusterParameterGroupName", - "A cluster parameter group to associate with the cluster.", + 'dbClusterParameterGroupName', + 'A cluster parameter group to associate with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "enabledCloudwatchLogsExports", - "List of log types to export to cloudwatch. If omitted, no logs will be exported.\nThe following log types are supported: `audit`, `profiler`.", + 'enabledCloudwatchLogsExports', + 'List of log types to export to cloudwatch. If omitted, no logs will be exported.\nThe following log types are supported: `audit`, `profiler`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any cluster modifications\nare applied immediately, or during the next maintenance window. Default is\n`false`.", + 'applyImmediately', + 'Specifies whether any cluster modifications\nare applied immediately, or during the next maintenance window. Default is\n`false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created. If false is specified, a DB snapshot is created before the DB cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.", + 'skipFinalSnapshot', + 'Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created. If false is specified, a DB snapshot is created before the DB cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterPassword", - "Password for the master DB user. Note that this may\nshow up in logs, and it will be stored in the state file. Please refer to the DocumentDB Naming Constraints.", + 'masterPassword', + 'Password for the master DB user. Note that this may\nshow up in logs, and it will be stored in the state file. Please refer to the DocumentDB Naming Constraints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "The name of your final DB snapshot\nwhen this DB cluster is deleted. If omitted, no final snapshot will be\nmade.", + 'finalSnapshotIdentifier', + 'The name of your final DB snapshot\nwhen this DB cluster is deleted. If omitted, no final snapshot will be\nmade.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engine", - "The name of the database engine to be used for this DB cluster. Defaults to `docdb`. Valid values: `docdb`.", + 'engine', + 'The name of the database engine to be used for this DB cluster. Defaults to `docdb`. Valid values: `docdb`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "A boolean value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. Defaults to `false`.", () => [], false, @@ -329,87 +329,87 @@ show up in logs, and it will be stored in the state file. Please refer to the Do ), new DynamicUIProps( InputType.String, - "dbSubnetGroupName", - "A DB subnet group to associate with this DB instance.", + 'dbSubnetGroupName', + 'A DB subnet group to associate with this DB instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "masterUsername", - "Username for the master DB user.", + 'masterUsername', + 'Username for the master DB user.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB cluster is encrypted. The default is `false`.", + 'storageEncrypted', + 'Specifies whether the DB cluster is encrypted. The default is `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30", + 'preferredMaintenanceWindow', + 'The weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "restoreToPointInTime", - "A configuration block for restoring a DB instance to an arbitrary point in time. Requires the `identifier` argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.", + 'restoreToPointInTime', + 'A configuration block for restoring a DB instance to an arbitrary point in time. Requires the `identifier` argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.', () => docdb_ClusterRestoreToPointInTime_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", - "Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.", + 'snapshotIdentifier', + 'Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier. If omitted, the provider will assign a random, unique identifier.", + 'clusterIdentifier', + 'The cluster identifier. If omitted, the provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "clusterMembers", - "List of DocumentDB Instances that are a part of this cluster", + 'clusterMembers', + 'List of DocumentDB Instances that are a part of this cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The database engine version. Updating this argument results in an outage.", + 'engineVersion', + 'The database engine version. Updating this argument results in an outage.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowMajorVersionUpgrade", + 'allowMajorVersionUpgrade', "A value that indicates whether major version upgrades are allowed. Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.", () => [], false, @@ -417,56 +417,56 @@ show up in logs, and it will be stored in the state file. Please refer to the Do ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the DB accepts connections", + 'port', + 'The port on which the DB accepts connections', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageType", - "The storage type to associate with the DB cluster. Valid values: `standard`, `iopt1`.", + 'storageType', + 'The storage type to associate with the DB cluster. Valid values: `standard`, `iopt1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "backupRetentionPeriod", - "The days to retain backups for. Default `1`", + 'backupRetentionPeriod', + 'The days to retain backups for. Default `1`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifierPrefix", - "Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.", + 'clusterIdentifierPrefix', + 'Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", - "The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.Time in UTC\nDefault: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00", + 'preferredBackupWindow', + 'The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.Time in UTC\nDefault: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "The global cluster identifier specified on `aws.docdb.GlobalCluster`.", + 'globalClusterIdentifier', + 'The global cluster identifier specified on `aws.docdb.GlobalCluster`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "A list of EC2 Availability Zones that\ninstances in the DB cluster can be created in.", + 'availabilityZones', + 'A list of EC2 Availability Zones that\ninstances in the DB cluster can be created in.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/docdb/ClusterInstance.ts b/src/app/Models/codegen/aws/docdb/ClusterInstance.ts index 4520bba91..7cb428e91 100644 --- a/src/app/Models/codegen/aws/docdb/ClusterInstance.ts +++ b/src/app/Models/codegen/aws/docdb/ClusterInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterInstanceArgs { // The identifier for the DocumentDB instance, if omitted, the provider will assign a random, unique identifier. @@ -201,7 +201,7 @@ Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". return [ new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", + 'preferredMaintenanceWindow', 'The window to perform maintenance in.\nSyntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00".', () => [], false, @@ -209,112 +209,112 @@ Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". ), new DynamicUIProps( InputType.Number, - "promotionTier", - "Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoter to writer.", + 'promotionTier', + 'Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoter to writer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePerformanceInsights", - "A value that indicates whether to enable Performance Insights for the DB Instance. Default `false`. See [docs] (https://docs.aws.amazon.com/documentdb/latest/developerguide/performance-insights.html) about the details.", + 'enablePerformanceInsights', + 'A value that indicates whether to enable Performance Insights for the DB Instance. Default `false`. See [docs] (https://docs.aws.amazon.com/documentdb/latest/developerguide/performance-insights.html) about the details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceClass", - "The instance class to use. For details on CPU and memory, see [Scaling for DocumentDB Instances](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-manage-performance.html#db-cluster-manage-scaling-instance).\nDocumentDB currently supports the below instance classes.\nPlease see [AWS Documentation](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-instance-classes.html#db-instance-class-specs) for complete details.\n- db.r6g.large\n- db.r6g.xlarge\n- db.r6g.2xlarge\n- db.r6g.4xlarge\n- db.r6g.8xlarge\n- db.r6g.12xlarge\n- db.r6g.16xlarge\n- db.r5.large\n- db.r5.xlarge\n- db.r5.2xlarge\n- db.r5.4xlarge\n- db.r5.12xlarge\n- db.r5.24xlarge\n- db.r4.large\n- db.r4.xlarge\n- db.r4.2xlarge\n- db.r4.4xlarge\n- db.r4.8xlarge\n- db.r4.16xlarge\n- db.t4g.medium\n- db.t3.medium", + 'instanceClass', + 'The instance class to use. For details on CPU and memory, see [Scaling for DocumentDB Instances](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-manage-performance.html#db-cluster-manage-scaling-instance).\nDocumentDB currently supports the below instance classes.\nPlease see [AWS Documentation](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-instance-classes.html#db-instance-class-specs) for complete details.\n- db.r6g.large\n- db.r6g.xlarge\n- db.r6g.2xlarge\n- db.r6g.4xlarge\n- db.r6g.8xlarge\n- db.r6g.12xlarge\n- db.r6g.16xlarge\n- db.r5.large\n- db.r5.xlarge\n- db.r5.2xlarge\n- db.r5.4xlarge\n- db.r5.12xlarge\n- db.r5.24xlarge\n- db.r4.large\n- db.r4.xlarge\n- db.r4.2xlarge\n- db.r4.4xlarge\n- db.r4.8xlarge\n- db.r4.16xlarge\n- db.t4g.medium\n- db.t3.medium', () => [], true, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The EC2 Availability Zone that the DB instance is created in. See [docs](https://docs.aws.amazon.com/documentdb/latest/developerguide/API_CreateDBInstance.html) about the details.", + 'availabilityZone', + 'The EC2 Availability Zone that the DB instance is created in. See [docs](https://docs.aws.amazon.com/documentdb/latest/developerguide/API_CreateDBInstance.html) about the details.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The identifier of the `aws.docdb.Cluster` in which to launch this instance.", + 'clusterIdentifier', + 'The identifier of the `aws.docdb.Cluster` in which to launch this instance.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshot", - "Copy all DB instance `tags` to snapshots. Default is `false`.", + 'copyTagsToSnapshot', + 'Copy all DB instance `tags` to snapshots. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identifierPrefix", - "Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.", + 'identifierPrefix', + 'Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engine", - "The name of the database engine to be used for the DocumentDB instance. Defaults to `docdb`. Valid Values: `docdb`.", + 'engine', + 'The name of the database engine to be used for the DocumentDB instance. Defaults to `docdb`. Valid Values: `docdb`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "performanceInsightsKmsKeyId", - "The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default KMS key.", + 'performanceInsightsKmsKeyId', + 'The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identifier", - "The identifier for the DocumentDB instance, if omitted, the provider will assign a random, unique identifier.", + 'identifier', + 'The identifier for the DocumentDB instance, if omitted, the provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any database modifications\nare applied immediately, or during the next maintenance window. Default is`false`.", + 'applyImmediately', + 'Specifies whether any database modifications\nare applied immediately, or during the next maintenance window. Default is`false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set (see [docs](https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DBInstance.html)). Default `true`.", + 'autoMinorVersionUpgrade', + 'This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set (see [docs](https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DBInstance.html)). Default `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "caCertIdentifier", - "The identifier of the certificate authority (CA) certificate for the DB instance.", + 'caCertIdentifier', + 'The identifier of the certificate authority (CA) certificate for the DB instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/docdb/ClusterParameterGroup.ts b/src/app/Models/codegen/aws/docdb/ClusterParameterGroup.ts index ea8932e22..ceb25deda 100644 --- a/src/app/Models/codegen/aws/docdb/ClusterParameterGroup.ts +++ b/src/app/Models/codegen/aws/docdb/ClusterParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { docdb_ClusterParameterGroupParameter, docdb_ClusterParameterGroupParameter_GetTypes, -} from "../types/docdb_ClusterParameterGroupParameter"; +} from '../types/docdb_ClusterParameterGroupParameter'; export interface ClusterParameterGroupArgs { // A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -59,15 +59,15 @@ export class ClusterParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the DocumentDB cluster parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -75,32 +75,32 @@ export class ClusterParameterGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "family", - "The family of the DocumentDB cluster parameter group.", + 'family', + 'The family of the DocumentDB cluster parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the DocumentDB parameter.", + 'name', + 'The name of the DocumentDB parameter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "A list of DocumentDB parameters to apply. Setting parameters to system default values may show a difference on imported resources.", + 'parameters', + 'A list of DocumentDB parameters to apply. Setting parameters to system default values may show a difference on imported resources.', () => docdb_ClusterParameterGroupParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/docdb/ClusterSnapshot.ts b/src/app/Models/codegen/aws/docdb/ClusterSnapshot.ts index e30e2842d..ce6828198 100644 --- a/src/app/Models/codegen/aws/docdb/ClusterSnapshot.ts +++ b/src/app/Models/codegen/aws/docdb/ClusterSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterSnapshotArgs { // The DocumentDB Cluster Identifier from which to take the snapshot. @@ -58,16 +58,16 @@ export class ClusterSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbClusterSnapshotIdentifier", - "The Identifier for the snapshot.", + 'dbClusterSnapshotIdentifier', + 'The Identifier for the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "The DocumentDB Cluster Identifier from which to take the snapshot.", + 'dbClusterIdentifier', + 'The DocumentDB Cluster Identifier from which to take the snapshot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/docdb/ElasticCluster.ts b/src/app/Models/codegen/aws/docdb/ElasticCluster.ts index 3b882574f..d189c311c 100644 --- a/src/app/Models/codegen/aws/docdb/ElasticCluster.ts +++ b/src/app/Models/codegen/aws/docdb/ElasticCluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { docdb_ElasticClusterTimeouts, docdb_ElasticClusterTimeouts_GetTypes, -} from "../types/docdb_ElasticClusterTimeouts"; +} from '../types/docdb_ElasticClusterTimeouts'; export interface ElasticClusterArgs { // Name of the Elastic DocumentDB cluster @@ -106,96 +106,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Elastic DocumentDB cluster", + 'name', + 'Name of the Elastic DocumentDB cluster', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => docdb_ElasticClusterTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "Weekly time range during which system maintenance can occur in UTC. Format: `ddd:hh24:mi-ddd:hh24:mi`. If not specified, AWS will choose a random 30-minute window on a random day of the week.", + 'preferredMaintenanceWindow', + 'Weekly time range during which system maintenance can occur in UTC. Format: `ddd:hh24:mi-ddd:hh24:mi`. If not specified, AWS will choose a random 30-minute window on a random day of the week.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of a KMS key that is used to encrypt the Elastic DocumentDB cluster. If not specified, the default encryption key that KMS creates for your account is used.", + 'kmsKeyId', + 'ARN of a KMS key that is used to encrypt the Elastic DocumentDB cluster. If not specified, the default encryption key that KMS creates for your account is used.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "IDs of subnets in which the Elastic DocumentDB Cluster operates.", + 'subnetIds', + 'IDs of subnets in which the Elastic DocumentDB Cluster operates.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "adminUserName", - "Name of the Elastic DocumentDB cluster administrator", + 'adminUserName', + 'Name of the Elastic DocumentDB cluster administrator', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authType", - "Authentication type for the Elastic DocumentDB cluster. Valid values are `PLAIN_TEXT` and `SECRET_ARN`", + 'authType', + 'Authentication type for the Elastic DocumentDB cluster. Valid values are `PLAIN_TEXT` and `SECRET_ARN`', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "shardCapacity", - "Number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64", + 'shardCapacity', + 'Number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "shardCount", - "Number of shards assigned to the elastic cluster. Maximum is 32\n\nThe following arguments are optional:", + 'shardCount', + 'Number of shards assigned to the elastic cluster. Maximum is 32\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security groups to associate with the Elastic DocumentDB Cluster", + 'vpcSecurityGroupIds', + 'List of VPC security groups to associate with the Elastic DocumentDB Cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "adminUserPassword", - "Password for the Elastic DocumentDB cluster administrator. Can contain any printable ASCII characters. Must be at least 8 characters", + 'adminUserPassword', + 'Password for the Elastic DocumentDB cluster administrator. Can contain any printable ASCII characters. Must be at least 8 characters', () => [], true, false, diff --git a/src/app/Models/codegen/aws/docdb/EventSubscription.ts b/src/app/Models/codegen/aws/docdb/EventSubscription.ts index 22ae9e42a..ee07b69c5 100644 --- a/src/app/Models/codegen/aws/docdb/EventSubscription.ts +++ b/src/app/Models/codegen/aws/docdb/EventSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventSubscriptionArgs { // The type of source that will be generating the events. Valid options are `db-instance`, `db-cluster`, `db-parameter-group`, `db-security-group`,` db-cluster-snapshot`. If not set, all sources will be subscribed to. @@ -70,64 +70,64 @@ export class EventSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "sourceIds", - "A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.", + 'sourceIds', + 'A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "The type of source that will be generating the events. Valid options are `db-instance`, `db-cluster`, `db-parameter-group`, `db-security-group`,` db-cluster-snapshot`. If not set, all sources will be subscribed to.", + 'sourceType', + 'The type of source that will be generating the events. Valid options are `db-instance`, `db-cluster`, `db-parameter-group`, `db-security-group`,` db-cluster-snapshot`. If not set, all sources will be subscribed to.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A boolean flag to enable/disable the subscription. Defaults to true.", + 'enabled', + 'A boolean flag to enable/disable the subscription. Defaults to true.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventCategories", - "A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/documentdb/latest/developerguide/API_Event.html or run `aws docdb describe-event-categories`.", + 'eventCategories', + 'A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/documentdb/latest/developerguide/API_Event.html or run `aws docdb describe-event-categories`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the DocumentDB event subscription. By default generated by this provider.", + 'name', + 'The name of the DocumentDB event subscription. By default generated by this provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "The name of the DocumentDB event subscription. Conflicts with `name`.", + 'namePrefix', + 'The name of the DocumentDB event subscription. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "", + 'snsTopicArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/docdb/GlobalCluster.ts b/src/app/Models/codegen/aws/docdb/GlobalCluster.ts index 4341a447e..522a36036 100644 --- a/src/app/Models/codegen/aws/docdb/GlobalCluster.ts +++ b/src/app/Models/codegen/aws/docdb/GlobalCluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { docdb_GlobalClusterGlobalClusterMember, docdb_GlobalClusterGlobalClusterMember_GetTypes, -} from "../types/docdb_GlobalClusterGlobalClusterMember"; +} from '../types/docdb_GlobalClusterGlobalClusterMember'; export interface GlobalClusterArgs { /* @@ -77,23 +77,23 @@ Engine version of the global database. Upgrading the engine version will result return [ new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.", + 'storageEncrypted', + 'Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name for an automatically created database on cluster creation.", + 'databaseName', + 'Name for an automatically created database on cluster creation.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.", () => [], false, @@ -101,32 +101,32 @@ Engine version of the global database. Upgrading the engine version will result ), new DynamicUIProps( InputType.String, - "engine", - "Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `docdb`. Defaults to `docdb`. Conflicts with `source_db_cluster_identifier`.", + 'engine', + 'Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `docdb`. Defaults to `docdb`. Conflicts with `source_db_cluster_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will.\n* **NOTE:** Upgrading major versions is not supported.", + 'engineVersion', + 'Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will.\n* **NOTE:** Upgrading major versions is not supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "The global cluster identifier.", + 'globalClusterIdentifier', + 'The global cluster identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceDbClusterIdentifier", - "Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.", + 'sourceDbClusterIdentifier', + 'Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/docdb/SubnetGroup.ts b/src/app/Models/codegen/aws/docdb/SubnetGroup.ts index b0728b048..5938fcff9 100644 --- a/src/app/Models/codegen/aws/docdb/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/docdb/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // A list of VPC subnet IDs. @@ -49,15 +49,15 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the docDB subnet group. Defaults to "Managed by Pulumi".', () => [], false, @@ -65,24 +65,24 @@ export class SubnetGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the docDB subnet group. If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the docDB subnet group. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs.", + 'subnetIds', + 'A list of VPC subnet IDs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/drs/ReplicationConfigurationTemplate.ts b/src/app/Models/codegen/aws/drs/ReplicationConfigurationTemplate.ts index 16a36044a..ba4942e04 100644 --- a/src/app/Models/codegen/aws/drs/ReplicationConfigurationTemplate.ts +++ b/src/app/Models/codegen/aws/drs/ReplicationConfigurationTemplate.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { drs_ReplicationConfigurationTemplateTimeouts, drs_ReplicationConfigurationTemplateTimeouts_GetTypes, -} from "../types/drs_ReplicationConfigurationTemplateTimeouts"; +} from '../types/drs_ReplicationConfigurationTemplateTimeouts'; import { drs_ReplicationConfigurationTemplatePitPolicy, drs_ReplicationConfigurationTemplatePitPolicy_GetTypes, -} from "../types/drs_ReplicationConfigurationTemplatePitPolicy"; +} from '../types/drs_ReplicationConfigurationTemplatePitPolicy'; export interface ReplicationConfigurationTemplateArgs { /* @@ -131,128 +131,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "createPublicIp", - "Whether to create a Public IP for the Recovery Instance by default.", + 'createPublicIp', + 'Whether to create a Public IP for the Recovery Instance by default.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "replicationServerInstanceType", - "Instance type to be used for the replication server.", + 'replicationServerInstanceType', + 'Instance type to be used for the replication server.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useDedicatedReplicationServer", - "Whether to use a dedicated Replication Server in the replication staging area.\n\nThe following arguments are optional:", + 'useDedicatedReplicationServer', + 'Whether to use a dedicated Replication Server in the replication staging area.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "replicationServersSecurityGroupsIds", - "Security group IDs that will be used by the replication server.", + 'replicationServersSecurityGroupsIds', + 'Security group IDs that will be used by the replication server.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "ebsEncryptionKeyArn", - "ARN of the EBS encryption key to be used during replication.", + 'ebsEncryptionKeyArn', + 'ARN of the EBS encryption key to be used during replication.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoReplicateNewDisks", - "Whether to allow the AWS replication agent to automatically replicate newly added disks.", + 'autoReplicateNewDisks', + 'Whether to allow the AWS replication agent to automatically replicate newly added disks.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => drs_ReplicationConfigurationTemplateTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "bandwidthThrottling", - "Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.", + 'bandwidthThrottling', + 'Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stagingAreaSubnetId", - "Subnet to be used by the replication staging area.", + 'stagingAreaSubnetId', + 'Subnet to be used by the replication staging area.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultLargeStagingDiskType", - "Staging Disk EBS volume type to be used during replication. Valid values are `GP2`, `GP3`, `ST1`, or `AUTO`.", + 'defaultLargeStagingDiskType', + 'Staging Disk EBS volume type to be used during replication. Valid values are `GP2`, `GP3`, `ST1`, or `AUTO`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "stagingAreaTags", - "Set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.", + 'stagingAreaTags', + 'Set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Set of tags to be associated with the Replication Configuration Template resource.", + 'tags', + 'Set of tags to be associated with the Replication Configuration Template resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "pitPolicies", - "Configuration block for Point in time (PIT) policy to manage snapshots taken during replication. See below.", + 'pitPolicies', + 'Configuration block for Point in time (PIT) policy to manage snapshots taken during replication. See below.', () => drs_ReplicationConfigurationTemplatePitPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "associateDefaultSecurityGroup", - "Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.", + 'associateDefaultSecurityGroup', + 'Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ebsEncryption", - "Type of EBS encryption to be used during replication. Valid values are `DEFAULT` and `CUSTOM`.", + 'ebsEncryption', + 'Type of EBS encryption to be used during replication. Valid values are `DEFAULT` and `CUSTOM`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataPlaneRouting", - "Data plane routing mechanism that will be used for replication. Valid values are `PUBLIC_IP` and `PRIVATE_IP`.", + 'dataPlaneRouting', + 'Data plane routing mechanism that will be used for replication. Valid values are `PUBLIC_IP` and `PRIVATE_IP`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dynamodb/ContributorInsights.ts b/src/app/Models/codegen/aws/dynamodb/ContributorInsights.ts index 69f073ac6..bec2c4709 100644 --- a/src/app/Models/codegen/aws/dynamodb/ContributorInsights.ts +++ b/src/app/Models/codegen/aws/dynamodb/ContributorInsights.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContributorInsightsArgs { // The name of the table to enable contributor insights @@ -25,16 +25,16 @@ export class ContributorInsights extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "tableName", - "The name of the table to enable contributor insights", + 'tableName', + 'The name of the table to enable contributor insights', () => [], true, true, ), new DynamicUIProps( InputType.String, - "indexName", - "The global secondary index name", + 'indexName', + 'The global secondary index name', () => [], false, true, diff --git a/src/app/Models/codegen/aws/dynamodb/GlobalTable.ts b/src/app/Models/codegen/aws/dynamodb/GlobalTable.ts index 9356a29aa..87a7efd0a 100644 --- a/src/app/Models/codegen/aws/dynamodb/GlobalTable.ts +++ b/src/app/Models/codegen/aws/dynamodb/GlobalTable.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dynamodb_GlobalTableReplica, dynamodb_GlobalTableReplica_GetTypes, -} from "../types/dynamodb_GlobalTableReplica"; +} from '../types/dynamodb_GlobalTableReplica'; export interface GlobalTableArgs { // The name of the global table. Must match underlying DynamoDB Table names in all regions. @@ -32,16 +32,16 @@ export class GlobalTable extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the global table. Must match underlying DynamoDB Table names in all regions.", + 'name', + 'The name of the global table. Must match underlying DynamoDB Table names in all regions.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "replicas", - "Underlying DynamoDB Table. At least 1 replica must be defined. See below.", + 'replicas', + 'Underlying DynamoDB Table. At least 1 replica must be defined. See below.', () => dynamodb_GlobalTableReplica_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/dynamodb/KinesisStreamingDestination.ts b/src/app/Models/codegen/aws/dynamodb/KinesisStreamingDestination.ts index 0d37e7bba..60de089ee 100644 --- a/src/app/Models/codegen/aws/dynamodb/KinesisStreamingDestination.ts +++ b/src/app/Models/codegen/aws/dynamodb/KinesisStreamingDestination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KinesisStreamingDestinationArgs { // The ARN for a Kinesis data stream. This must exist in the same account and region as the DynamoDB table. @@ -31,16 +31,16 @@ can only be one Kinesis streaming destination for a given DynamoDB table. return [ new DynamicUIProps( InputType.String, - "streamArn", - "The ARN for a Kinesis data stream. This must exist in the same account and region as the DynamoDB table.", + 'streamArn', + 'The ARN for a Kinesis data stream. This must exist in the same account and region as the DynamoDB table.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the DynamoDB table. There\ncan only be one Kinesis streaming destination for a given DynamoDB table.", + 'tableName', + 'The name of the DynamoDB table. There\ncan only be one Kinesis streaming destination for a given DynamoDB table.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/dynamodb/ResourcePolicy.ts b/src/app/Models/codegen/aws/dynamodb/ResourcePolicy.ts index dc1646e21..ffd447d35 100644 --- a/src/app/Models/codegen/aws/dynamodb/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/dynamodb/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy will be attached. The resources you can specify include tables and streams. You can control index permissions using the base table's policy. To specify the same permission level for your table and its indexes, you can provide both the table and index Amazon Resource Name (ARN)s in the Resource field of a given Statement in your policy document. Alternatively, to specify different permissions for your table, indexes, or both, you can define multiple Statement fields in your policy document. @@ -42,7 +42,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "resourceArn", + 'resourceArn', "The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy will be attached. The resources you can specify include tables and streams. You can control index permissions using the base table's policy. To specify the same permission level for your table and its indexes, you can provide both the table and index Amazon Resource Name (ARN)s in the Resource field of a given Statement in your policy document. Alternatively, to specify different permissions for your table, indexes, or both, you can define multiple Statement fields in your policy document.", () => [], true, @@ -50,16 +50,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "confirmRemoveSelfResourceAccess", - "Set this parameter to true to confirm that you want to remove your permissions to change the policy of this resource in the future.", + 'confirmRemoveSelfResourceAccess', + 'Set this parameter to true to confirm that you want to remove your permissions to change the policy of this resource in the future.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "n Amazon Web Services resource-based policy document in JSON format. The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that you should keep in mind while attaching a resource-based policy, see Resource-based policy considerations.\n\nThe following arguments are optional:", + 'policy', + 'n Amazon Web Services resource-based policy document in JSON format. The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that you should keep in mind while attaching a resource-based policy, see Resource-based policy considerations.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/dynamodb/Table.ts b/src/app/Models/codegen/aws/dynamodb/Table.ts index fb1c40e9a..fa994f33a 100644 --- a/src/app/Models/codegen/aws/dynamodb/Table.ts +++ b/src/app/Models/codegen/aws/dynamodb/Table.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dynamodb_TableReplica, dynamodb_TableReplica_GetTypes, -} from "../types/dynamodb_TableReplica"; +} from '../types/dynamodb_TableReplica'; import { dynamodb_TableTtl, dynamodb_TableTtl_GetTypes, -} from "../types/dynamodb_TableTtl"; +} from '../types/dynamodb_TableTtl'; import { dynamodb_TableGlobalSecondaryIndex, dynamodb_TableGlobalSecondaryIndex_GetTypes, -} from "../types/dynamodb_TableGlobalSecondaryIndex"; +} from '../types/dynamodb_TableGlobalSecondaryIndex'; import { dynamodb_TableLocalSecondaryIndex, dynamodb_TableLocalSecondaryIndex_GetTypes, -} from "../types/dynamodb_TableLocalSecondaryIndex"; +} from '../types/dynamodb_TableLocalSecondaryIndex'; import { dynamodb_TableAttribute, dynamodb_TableAttribute_GetTypes, -} from "../types/dynamodb_TableAttribute"; +} from '../types/dynamodb_TableAttribute'; import { dynamodb_TableImportTable, dynamodb_TableImportTable_GetTypes, -} from "../types/dynamodb_TableImportTable"; +} from '../types/dynamodb_TableImportTable'; import { dynamodb_TablePointInTimeRecovery, dynamodb_TablePointInTimeRecovery_GetTypes, -} from "../types/dynamodb_TablePointInTimeRecovery"; +} from '../types/dynamodb_TablePointInTimeRecovery'; import { dynamodb_TableServerSideEncryption, dynamodb_TableServerSideEncryption_GetTypes, -} from "../types/dynamodb_TableServerSideEncryption"; +} from '../types/dynamodb_TableServerSideEncryption'; export interface TableArgs { /* @@ -211,95 +211,95 @@ Default value is `STANDARD`. return [ new DynamicUIProps( InputType.String, - "hashKey", - "Attribute to use as the hash (partition) key. Must also be defined as an `attribute`. See below.", + 'hashKey', + 'Attribute to use as the hash (partition) key. Must also be defined as an `attribute`. See below.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "restoreToLatestTime", - "If set, restores table to the most recent point-in-time recovery point.", + 'restoreToLatestTime', + 'If set, restores table to the most recent point-in-time recovery point.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "importTable", - "Import Amazon S3 data into a new table. See below.", + 'importTable', + 'Import Amazon S3 data into a new table. See below.', () => dynamodb_TableImportTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "streamEnabled", - "Whether Streams are enabled.", + 'streamEnabled', + 'Whether Streams are enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "readCapacity", - "Number of read units for this table. If the `billing_mode` is `PROVISIONED`, this field is required.", + 'readCapacity', + 'Number of read units for this table. If the `billing_mode` is `PROVISIONED`, this field is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rangeKey", - "Attribute to use as the range (sort) key. Must also be defined as an `attribute`, see below.", + 'rangeKey', + 'Attribute to use as the range (sort) key. Must also be defined as an `attribute`, see below.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "writeCapacity", - "Number of write units for this table. If the `billing_mode` is `PROVISIONED`, this field is required.", + 'writeCapacity', + 'Number of write units for this table. If the `billing_mode` is `PROVISIONED`, this field is required.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "restoreDateTime", - "Time of the point-in-time recovery point to restore.", + 'restoreDateTime', + 'Time of the point-in-time recovery point to restore.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreSourceTableArn", - "ARN of the source table to restore. Must be supplied for cross-region restores.", + 'restoreSourceTableArn', + 'ARN of the source table to restore. Must be supplied for cross-region restores.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "attributes", - "Set of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. See below.", + 'attributes', + 'Set of nested attribute definitions. Only required for `hash_key` and `range_key` attributes. See below.', () => dynamodb_TableAttribute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "pointInTimeRecovery", - "Enable point-in-time recovery options. See below.", + 'pointInTimeRecovery', + 'Enable point-in-time recovery options. See below.', () => dynamodb_TablePointInTimeRecovery_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryption", + 'serverSideEncryption', "Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS-owned Customer Master Key if this argument isn't specified. Must be supplied for cross-region restores. See below.", () => dynamodb_TableServerSideEncryption_GetTypes(), false, @@ -307,55 +307,55 @@ Default value is `STANDARD`. ), new DynamicUIProps( InputType.String, - "tableClass", - "Storage class of the table.\nValid values are `STANDARD` and `STANDARD_INFREQUENT_ACCESS`.\nDefault value is `STANDARD`.", + 'tableClass', + 'Storage class of the table.\nValid values are `STANDARD` and `STANDARD_INFREQUENT_ACCESS`.\nDefault value is `STANDARD`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique within a region name of the table.\n\nOptional arguments:", + 'name', + 'Unique within a region name of the table.\n\nOptional arguments:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreSourceName", - "Name of the table to restore. Must match the name of an existing table.", + 'restoreSourceName', + 'Name of the table to restore. Must match the name of an existing table.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtectionEnabled", - "Enables deletion protection for table. Defaults to `false`.", + 'deletionProtectionEnabled', + 'Enables deletion protection for table. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to populate on the created table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to populate on the created table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "localSecondaryIndexes", - "Describe an LSI on the table; these can only be allocated _at creation_ so you cannot change this definition after you have created the resource. See below.", + 'localSecondaryIndexes', + 'Describe an LSI on the table; these can only be allocated _at creation_ so you cannot change this definition after you have created the resource. See below.', () => dynamodb_TableLocalSecondaryIndex_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "streamViewType", + 'streamViewType', "When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are `KEYS_ONLY`, `NEW_IMAGE`, `OLD_IMAGE`, `NEW_AND_OLD_IMAGES`.", () => [], false, @@ -363,32 +363,32 @@ Default value is `STANDARD`. ), new DynamicUIProps( InputType.String, - "billingMode", - "Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.", + 'billingMode', + 'Controls how you are charged for read and write throughput and how you manage capacity. The valid values are `PROVISIONED` and `PAY_PER_REQUEST`. Defaults to `PROVISIONED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "replicas", - "Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. See below.", + 'replicas', + 'Configuration block(s) with [DynamoDB Global Tables V2 (version 2019.11.21)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html) replication configurations. See below.', () => dynamodb_TableReplica_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "globalSecondaryIndexes", - "Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.", + 'globalSecondaryIndexes', + 'Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.', () => dynamodb_TableGlobalSecondaryIndex_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ttl", - "Configuration block for TTL. See below.", + 'ttl', + 'Configuration block for TTL. See below.', () => dynamodb_TableTtl_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/dynamodb/TableExport.ts b/src/app/Models/codegen/aws/dynamodb/TableExport.ts index c0aad5fa3..55cbbbe0a 100644 --- a/src/app/Models/codegen/aws/dynamodb/TableExport.ts +++ b/src/app/Models/codegen/aws/dynamodb/TableExport.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TableExportArgs { // ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable). @@ -90,63 +90,63 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "s3Bucket", - "Name of the Amazon S3 bucket to export the snapshot to. See the [AWS Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport_Requesting.html#S3DataExport_Requesting_Permissions) for information on how configure this S3 bucket.", + 's3Bucket', + 'Name of the Amazon S3 bucket to export the snapshot to. See the [AWS Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport_Requesting.html#S3DataExport_Requesting_Permissions) for information on how configure this S3 bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "s3BucketOwner", - "ID of the AWS account that owns the bucket the export will be stored in.", + 's3BucketOwner', + 'ID of the AWS account that owns the bucket the export will be stored in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3Prefix", - "Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.", + 's3Prefix', + 'Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3SseAlgorithm", - "Type of encryption used on the bucket where export data will be stored. Valid values are: `AES256`, `KMS`.", + 's3SseAlgorithm', + 'Type of encryption used on the bucket where export data will be stored. Valid values are: `AES256`, `KMS`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3SseKmsKeyId", - "ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).", + 's3SseKmsKeyId', + 'ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableArn", - "ARN associated with the table to export.\n\nThe following arguments are optional:", + 'tableArn', + 'ARN associated with the table to export.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "exportFormat", - "Format for the exported data. Valid values are `DYNAMODB_JSON` or `ION`. See the [AWS Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.Output.html#S3DataExport.Output_Data) for more information on these export formats. Default is `DYNAMODB_JSON`.", + 'exportFormat', + 'Format for the exported data. Valid values are `DYNAMODB_JSON` or `ION`. See the [AWS Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.Output.html#S3DataExport.Output_Data) for more information on these export formats. Default is `DYNAMODB_JSON`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "exportTime", + 'exportTime', "Time in RFC3339 format from which to export table data. The table export will be a snapshot of the table's state at this point in time. Omitting this value will result in a snapshot from the current time.", () => [], false, diff --git a/src/app/Models/codegen/aws/dynamodb/TableItem.ts b/src/app/Models/codegen/aws/dynamodb/TableItem.ts index dda1d4ab8..ec978a6c0 100644 --- a/src/app/Models/codegen/aws/dynamodb/TableItem.ts +++ b/src/app/Models/codegen/aws/dynamodb/TableItem.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TableItemArgs { // Hash key to use for lookups and identification of the item @@ -37,32 +37,32 @@ export class TableItem extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "hashKey", - "Hash key to use for lookups and identification of the item", + 'hashKey', + 'Hash key to use for lookups and identification of the item', () => [], true, true, ), new DynamicUIProps( InputType.String, - "item", - "JSON representation of a map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.", + 'item', + 'JSON representation of a map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rangeKey", - "Range key to use for lookups and identification of the item. Required if there is range key defined in the table.", + 'rangeKey', + 'Range key to use for lookups and identification of the item. Required if there is range key defined in the table.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableName", - "Name of the table to contain the item.", + 'tableName', + 'Name of the table to contain the item.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/dynamodb/TableReplica.ts b/src/app/Models/codegen/aws/dynamodb/TableReplica.ts index c42cc9934..824f90d6e 100644 --- a/src/app/Models/codegen/aws/dynamodb/TableReplica.ts +++ b/src/app/Models/codegen/aws/dynamodb/TableReplica.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TableReplicaArgs { // Whether to enable Point In Time Recovery for the replica. Default is `false`. @@ -57,40 +57,40 @@ Optional arguments: return [ new DynamicUIProps( InputType.String, - "tableClassOverride", - "Storage class of the table replica. Valid values are `STANDARD` and `STANDARD_INFREQUENT_ACCESS`. If not used, the table replica will use the same class as the global table.", + 'tableClassOverride', + 'Storage class of the table replica. Valid values are `STANDARD` and `STANDARD_INFREQUENT_ACCESS`. If not used, the table replica will use the same class as the global table.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to populate on the created table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to populate on the created table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "globalTableArn", - "ARN of the _main_ or global table which this resource will replicate.\n\nOptional arguments:", + 'globalTableArn', + 'ARN of the _main_ or global table which this resource will replicate.\n\nOptional arguments:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.", + 'kmsKeyArn', + 'ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "pointInTimeRecovery", - "Whether to enable Point In Time Recovery for the replica. Default is `false`.", + 'pointInTimeRecovery', + 'Whether to enable Point In Time Recovery for the replica. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/dynamodb/Tag.ts b/src/app/Models/codegen/aws/dynamodb/Tag.ts index c5729dc5b..88ee2fd58 100644 --- a/src/app/Models/codegen/aws/dynamodb/Tag.ts +++ b/src/app/Models/codegen/aws/dynamodb/Tag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagArgs { // Tag name. @@ -31,24 +31,24 @@ export class Tag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "key", - "Tag name.", + 'key', + 'Tag name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "Amazon Resource Name (ARN) of the DynamoDB resource to tag.", + 'resourceArn', + 'Amazon Resource Name (ARN) of the DynamoDB resource to tag.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "Tag value.", + 'value', + 'Tag value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ebs/DefaultKmsKey.ts b/src/app/Models/codegen/aws/ebs/DefaultKmsKey.ts index da7301af2..7f865f007 100644 --- a/src/app/Models/codegen/aws/ebs/DefaultKmsKey.ts +++ b/src/app/Models/codegen/aws/ebs/DefaultKmsKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultKmsKeyArgs { // The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use to encrypt the EBS volume. @@ -19,8 +19,8 @@ export class DefaultKmsKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "keyArn", - "The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use to encrypt the EBS volume.", + 'keyArn', + 'The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use to encrypt the EBS volume.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ebs/EncryptionByDefault.ts b/src/app/Models/codegen/aws/ebs/EncryptionByDefault.ts index c41e1fdb6..eb93fe8a2 100644 --- a/src/app/Models/codegen/aws/ebs/EncryptionByDefault.ts +++ b/src/app/Models/codegen/aws/ebs/EncryptionByDefault.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EncryptionByDefaultArgs { // Whether or not default EBS encryption is enabled. Valid values are `true` or `false`. Defaults to `true`. @@ -19,8 +19,8 @@ export class EncryptionByDefault extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not default EBS encryption is enabled. Valid values are `true` or `false`. Defaults to `true`.", + 'enabled', + 'Whether or not default EBS encryption is enabled. Valid values are `true` or `false`. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ebs/FastSnapshotRestore.ts b/src/app/Models/codegen/aws/ebs/FastSnapshotRestore.ts index 94ee8f648..948caba54 100644 --- a/src/app/Models/codegen/aws/ebs/FastSnapshotRestore.ts +++ b/src/app/Models/codegen/aws/ebs/FastSnapshotRestore.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ebs_FastSnapshotRestoreTimeouts, ebs_FastSnapshotRestoreTimeouts_GetTypes, -} from "../types/ebs_FastSnapshotRestoreTimeouts"; +} from '../types/ebs_FastSnapshotRestoreTimeouts'; export interface FastSnapshotRestoreArgs { // ID of the snapshot. @@ -38,24 +38,24 @@ export class FastSnapshotRestore extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "snapshotId", - "ID of the snapshot.", + 'snapshotId', + 'ID of the snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => ebs_FastSnapshotRestoreTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "Availability zone in which to enable fast snapshot restores.", + 'availabilityZone', + 'Availability zone in which to enable fast snapshot restores.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ebs/Snapshot.ts b/src/app/Models/codegen/aws/ebs/Snapshot.ts index 50ded5f09..1272b392a 100644 --- a/src/app/Models/codegen/aws/ebs/Snapshot.ts +++ b/src/app/Models/codegen/aws/ebs/Snapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotArgs { // Indicates whether to permanently restore an archived snapshot. @@ -79,56 +79,56 @@ export class Snapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "volumeId", - "The Volume ID of which to make a snapshot.", + 'volumeId', + 'The Volume ID of which to make a snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of what the snapshot is.", + 'description', + 'A description of what the snapshot is.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostArn", - "The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.", + 'outpostArn', + 'The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "permanentRestore", - "Indicates whether to permanently restore an archived snapshot.", + 'permanentRestore', + 'Indicates whether to permanently restore an archived snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageTier", - "The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.", + 'storageTier', + 'The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the snapshot. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the snapshot. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "temporaryRestoreDays", - "Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.", + 'temporaryRestoreDays', + 'Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ebs/SnapshotBlockPublicAccess.ts b/src/app/Models/codegen/aws/ebs/SnapshotBlockPublicAccess.ts index 46dc2e210..f86ca5f95 100644 --- a/src/app/Models/codegen/aws/ebs/SnapshotBlockPublicAccess.ts +++ b/src/app/Models/codegen/aws/ebs/SnapshotBlockPublicAccess.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotBlockPublicAccessArgs { // The mode in which to enable "Block public access for snapshots" for the region. Allowed values are `block-all`, `block-new-sharing`, `unblocked`. @@ -19,7 +19,7 @@ export class SnapshotBlockPublicAccess extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "state", + 'state', 'The mode in which to enable "Block public access for snapshots" for the region. Allowed values are `block-all`, `block-new-sharing`, `unblocked`.', () => [], true, diff --git a/src/app/Models/codegen/aws/ebs/SnapshotCopy.ts b/src/app/Models/codegen/aws/ebs/SnapshotCopy.ts index 0baded40a..b7c663e67 100644 --- a/src/app/Models/codegen/aws/ebs/SnapshotCopy.ts +++ b/src/app/Models/codegen/aws/ebs/SnapshotCopy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotCopyArgs { // A description of what the snapshot is. @@ -91,72 +91,72 @@ export class SnapshotCopy extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "permanentRestore", - "Indicates whether to permanently restore an archived snapshot.", + 'permanentRestore', + 'Indicates whether to permanently restore an archived snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether the snapshot is encrypted.", + 'encrypted', + 'Whether the snapshot is encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageTier", - "The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.", + 'storageTier', + 'The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags for the snapshot.", + 'tags', + 'A map of tags for the snapshot.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of what the snapshot is.", + 'description', + 'A description of what the snapshot is.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceRegion", - "The region of the source snapshot.", + 'sourceRegion', + 'The region of the source snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceSnapshotId", - "The ARN for the snapshot to be copied.", + 'sourceSnapshotId', + 'The ARN for the snapshot to be copied.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "temporaryRestoreDays", - "Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.", + 'temporaryRestoreDays', + 'Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key.", + 'kmsKeyId', + 'The ARN for the KMS encryption key.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ebs/SnapshotImport.ts b/src/app/Models/codegen/aws/ebs/SnapshotImport.ts index 522d2446b..4424bb478 100644 --- a/src/app/Models/codegen/aws/ebs/SnapshotImport.ts +++ b/src/app/Models/codegen/aws/ebs/SnapshotImport.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ebs_SnapshotImportClientData, ebs_SnapshotImportClientData_GetTypes, -} from "../types/ebs_SnapshotImportClientData"; +} from '../types/ebs_SnapshotImportClientData'; import { ebs_SnapshotImportDiskContainer, ebs_SnapshotImportDiskContainer_GetTypes, -} from "../types/ebs_SnapshotImportDiskContainer"; +} from '../types/ebs_SnapshotImportDiskContainer'; export interface SnapshotImportArgs { // The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`. @@ -105,80 +105,80 @@ export class SnapshotImport extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the snapshot.", + 'tags', + 'A map of tags to assign to the snapshot.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "permanentRestore", - "Indicates whether to permanently restore an archived snapshot.", + 'permanentRestore', + 'Indicates whether to permanently restore an archived snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleName", - "The name of the IAM Role the VM Import/Export service will assume. This role needs certain permissions. See https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-role. Default: `vmimport`", + 'roleName', + 'The name of the IAM Role the VM Import/Export service will assume. This role needs certain permissions. See https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-role. Default: `vmimport`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description string for the import snapshot task.", + 'description', + 'The description string for the import snapshot task.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "diskContainer", - "Information about the disk container. Detailed below.", + 'diskContainer', + 'Information about the disk container. Detailed below.', () => ebs_SnapshotImportDiskContainer_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "storageTier", - "The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.", + 'storageTier', + 'The name of the storage tier. Valid values are `archive` and `standard`. Default value is `standard`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "temporaryRestoreDays", - "Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.", + 'temporaryRestoreDays', + 'Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "clientData", - "The client-specific data. Detailed below.", + 'clientData', + 'The client-specific data. Detailed below.', () => ebs_SnapshotImportClientData_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId.", + 'encrypted', + 'Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.", + 'kmsKeyId', + 'An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ebs/Volume.ts b/src/app/Models/codegen/aws/ebs/Volume.ts index 456ee1836..9f077b8a2 100644 --- a/src/app/Models/codegen/aws/ebs/Volume.ts +++ b/src/app/Models/codegen/aws/ebs/Volume.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VolumeArgs { // If true, snapshot will be created before volume deletion. Any tags on the volume will be migrated to the snapshot. By default set to false @@ -99,96 +99,96 @@ The throughput that the volume supports, in MiB/s. Only valid for `type` of `gp3 return [ new DynamicUIProps( InputType.Bool, - "encrypted", - "If true, the disk will be encrypted.", + 'encrypted', + 'If true, the disk will be encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true. Note: The provider must be running with credentials which have the `GenerateDataKeyWithoutPlaintext` permission on the specified KMS key as required by the [EBS KMS CMK volume provisioning process](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to prevent a volume from being created and almost immediately deleted.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true. Note: The provider must be running with credentials which have the `GenerateDataKeyWithoutPlaintext` permission on the specified KMS key as required by the [EBS KMS CMK volume provisioning process](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to prevent a volume from being created and almost immediately deleted.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "finalSnapshot", - "If true, snapshot will be created before volume deletion. Any tags on the volume will be migrated to the snapshot. By default set to false", + 'finalSnapshot', + 'If true, snapshot will be created before volume deletion. Any tags on the volume will be migrated to the snapshot. By default set to false', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the drive in GiBs.", + 'size', + 'The size of the drive in GiBs.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The AZ where the EBS volume will exist.", + 'availabilityZone', + 'The AZ where the EBS volume will exist.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "A snapshot to base the EBS volume off of.", + 'snapshotId', + 'A snapshot to base the EBS volume off of.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "The throughput that the volume supports, in MiB/s. Only valid for `type` of `gp3`.\n\n> **NOTE:** When changing the `size`, `iops` or `type` of an instance, there are [considerations](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/considerations.html) to be aware of.", + 'throughput', + 'The throughput that the volume supports, in MiB/s. Only valid for `type` of `gp3`.\n\n> **NOTE:** When changing the `size`, `iops` or `type` of an instance, there are [considerations](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/considerations.html) to be aware of.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of EBS volume. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `gp2`).", + 'type', + 'The type of EBS volume. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `gp2`).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "The amount of IOPS to provision for the disk. Only valid for `type` of `io1`, `io2` or `gp3`.", + 'iops', + 'The amount of IOPS to provision for the disk. Only valid for `type` of `io1`, `io2` or `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiAttachEnabled", - "Specifies whether to enable Amazon EBS Multi-Attach. Multi-Attach is supported on `io1` and `io2` volumes.", + 'multiAttachEnabled', + 'Specifies whether to enable Amazon EBS Multi-Attach. Multi-Attach is supported on `io1` and `io2` volumes.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostArn", - "The Amazon Resource Name (ARN) of the Outpost.", + 'outpostArn', + 'The Amazon Resource Name (ARN) of the Outpost.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/Ami.ts b/src/app/Models/codegen/aws/ec2/Ami.ts index a80c92f4c..9d81e86ce 100644 --- a/src/app/Models/codegen/aws/ec2/Ami.ts +++ b/src/app/Models/codegen/aws/ec2/Ami.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_AmiEbsBlockDevice, ec2_AmiEbsBlockDevice_GetTypes, -} from "../types/ec2_AmiEbsBlockDevice"; +} from '../types/ec2_AmiEbsBlockDevice'; import { ec2_AmiEphemeralBlockDevice, ec2_AmiEphemeralBlockDevice_GetTypes, -} from "../types/ec2_AmiEphemeralBlockDevice"; +} from '../types/ec2_AmiEphemeralBlockDevice'; export interface AmiArgs { // @@ -179,23 +179,23 @@ changes the set of further arguments that are required, as described below. return [ new DynamicUIProps( InputType.String, - "description", - "Longer, human-readable description for the AMI.", + 'description', + 'Longer, human-readable description for the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.", + 'ebsBlockDevices', + 'Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.', () => ec2_AmiEbsBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "architecture", + 'architecture', 'Machine architecture for created instances. Defaults to "x86_64".', () => [], false, @@ -203,79 +203,79 @@ changes the set of further arguments that are required, as described below. ), new DynamicUIProps( InputType.String, - "deprecationTime", - "Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'deprecationTime', + 'Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Region-unique name for the AMI.", + 'name', + 'Region-unique name for the AMI.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", - "Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.", + 'ephemeralBlockDevices', + 'Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.', () => ec2_AmiEphemeralBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "ramdiskId", - "", + 'ramdiskId', + '', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tpmSupport", - "If the image is configured for NitroTPM support, the value is `v2.0`. For more information, see [NitroTPM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) in the Amazon Elastic Compute Cloud User Guide.", + 'tpmSupport', + 'If the image is configured for NitroTPM support, the value is `v2.0`. For more information, see [NitroTPM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) in the Amazon Elastic Compute Cloud User Guide.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageLocation", - "", + 'imageLocation', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "rootDeviceName", - "Name of the root device (for example, `/dev/sda1`, or `/dev/xvda`).", + 'rootDeviceName', + 'Name of the root device (for example, `/dev/sda1`, or `/dev/xvda`).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sriovNetSupport", - "", + 'sriovNetSupport', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "virtualizationType", + 'virtualizationType', 'Keyword to choose what virtualization mode created instances\nwill use. Can be either "paravirtual" (the default) or "hvm". The choice of virtualization type\nchanges the set of further arguments that are required, as described below.', () => [], false, @@ -283,32 +283,32 @@ changes the set of further arguments that are required, as described below. ), new DynamicUIProps( InputType.String, - "kernelId", - "", + 'kernelId', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imdsSupport", - "If EC2 instances started from this image should require the use of the Instance Metadata Service V2 (IMDSv2), set this argument to `v2.0`. For more information, see [Configure instance metadata options for new instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration).", + 'imdsSupport', + 'If EC2 instances started from this image should require the use of the Instance Metadata Service V2 (IMDSv2), set this argument to `v2.0`. For more information, see [Configure instance metadata options for new instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bootMode", - "Boot mode of the AMI. For more information, see [Boot modes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon Elastic Compute Cloud User Guide.", + 'bootMode', + 'Boot mode of the AMI. For more information, see [Boot modes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon Elastic Compute Cloud User Guide.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enaSupport", - "Whether enhanced networking with ENA is enabled. Defaults to `false`.", + 'enaSupport', + 'Whether enhanced networking with ENA is enabled. Defaults to `false`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/AmiCopy.ts b/src/app/Models/codegen/aws/ec2/AmiCopy.ts index 53a437d61..a02119a62 100644 --- a/src/app/Models/codegen/aws/ec2/AmiCopy.ts +++ b/src/app/Models/codegen/aws/ec2/AmiCopy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_AmiCopyEbsBlockDevice, ec2_AmiCopyEbsBlockDevice_GetTypes, -} from "../types/ec2_AmiCopyEbsBlockDevice"; +} from '../types/ec2_AmiCopyEbsBlockDevice'; import { ec2_AmiCopyEphemeralBlockDevice, ec2_AmiCopyEphemeralBlockDevice_GetTypes, -} from "../types/ec2_AmiCopyEphemeralBlockDevice"; +} from '../types/ec2_AmiCopyEphemeralBlockDevice'; export interface AmiCopyArgs { // Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -202,88 +202,88 @@ changes the set of further arguments that are required, as described below. return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Full ARN of the KMS Key to use when encrypting the snapshots of an image during a copy operation. If not specified, then the default AWS KMS Key will be used", + 'kmsKeyId', + 'Full ARN of the KMS Key to use when encrypting the snapshots of an image during a copy operation. If not specified, then the default AWS KMS Key will be used', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceAmiId", - "Id of the AMI to copy. This id must be valid in the region\ngiven by `source_ami_region`.", + 'sourceAmiId', + 'Id of the AMI to copy. This id must be valid in the region\ngiven by `source_ami_region`.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`", + 'encrypted', + 'Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", - "Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.", + 'ephemeralBlockDevices', + 'Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.', () => ec2_AmiCopyEphemeralBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "Longer, human-readable description for the AMI.", + 'description', + 'Longer, human-readable description for the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.", + 'ebsBlockDevices', + 'Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.', () => ec2_AmiCopyEbsBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Region-unique name for the AMI.", + 'name', + 'Region-unique name for the AMI.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceAmiRegion", - "Region from which the AMI will be copied. This may be the\nsame as the AWS provider region in order to create a copy within the same region.", + 'sourceAmiRegion', + 'Region from which the AMI will be copied. This may be the\nsame as the AWS provider region in order to create a copy within the same region.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deprecationTime", - "Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'deprecationTime', + 'Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationOutpostArn", - "ARN of the Outpost to which to copy the AMI.\nOnly specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.", + 'destinationOutpostArn', + 'ARN of the Outpost to which to copy the AMI.\nOnly specify this parameter when copying an AMI from an AWS Region to an Outpost. The AMI must be in the Region of the destination Outpost.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/AmiFromInstance.ts b/src/app/Models/codegen/aws/ec2/AmiFromInstance.ts index 7c46e94f8..b5e5a5772 100644 --- a/src/app/Models/codegen/aws/ec2/AmiFromInstance.ts +++ b/src/app/Models/codegen/aws/ec2/AmiFromInstance.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_AmiFromInstanceEphemeralBlockDevice, ec2_AmiFromInstanceEphemeralBlockDevice_GetTypes, -} from "../types/ec2_AmiFromInstanceEphemeralBlockDevice"; +} from '../types/ec2_AmiFromInstanceEphemeralBlockDevice'; import { ec2_AmiFromInstanceEbsBlockDevice, ec2_AmiFromInstanceEbsBlockDevice_GetTypes, -} from "../types/ec2_AmiFromInstanceEbsBlockDevice"; +} from '../types/ec2_AmiFromInstanceEbsBlockDevice'; export interface AmiFromInstanceArgs { // Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`) @@ -176,64 +176,64 @@ attached to created instances. The structure of this block is described below. return [ new DynamicUIProps( InputType.String, - "name", - "Region-unique name for the AMI.", + 'name', + 'Region-unique name for the AMI.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "snapshotWithoutReboot", - "Boolean that overrides the behavior of stopping\nthe instance before snapshotting. This is risky since it may cause a snapshot of an\ninconsistent filesystem state, but can be used to avoid downtime if the user otherwise\nguarantees that no filesystem writes will be underway at the time of snapshot.", + 'snapshotWithoutReboot', + 'Boolean that overrides the behavior of stopping\nthe instance before snapshotting. This is risky since it may cause a snapshot of an\ninconsistent filesystem state, but can be used to avoid downtime if the user otherwise\nguarantees that no filesystem writes will be underway at the time of snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceInstanceId", - "ID of the instance to use as the basis of the AMI.", + 'sourceInstanceId', + 'ID of the instance to use as the basis of the AMI.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deprecationTime", - "Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'deprecationTime', + 'Date and time to deprecate the AMI. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Longer, human-readable description for the AMI.", + 'description', + 'Longer, human-readable description for the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.", + 'ebsBlockDevices', + 'Nested block describing an EBS block device that should be\nattached to created instances. The structure of this block is described below.', () => ec2_AmiFromInstanceEbsBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", - "Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.", + 'ephemeralBlockDevices', + 'Nested block describing an ephemeral block device that\nshould be attached to created instances. The structure of this block is described below.', () => ec2_AmiFromInstanceEphemeralBlockDevice_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/ec2/AmiLaunchPermission.ts b/src/app/Models/codegen/aws/ec2/AmiLaunchPermission.ts index 478572e99..b70ab357b 100644 --- a/src/app/Models/codegen/aws/ec2/AmiLaunchPermission.ts +++ b/src/app/Models/codegen/aws/ec2/AmiLaunchPermission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AmiLaunchPermissionArgs { // Name of the group for the launch permission. Valid values: `"all"`. @@ -43,7 +43,7 @@ export class AmiLaunchPermission extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "group", + 'group', 'Name of the group for the launch permission. Valid values: `"all"`.', () => [], false, @@ -51,32 +51,32 @@ export class AmiLaunchPermission extends DS_Resource { ), new DynamicUIProps( InputType.String, - "imageId", - "ID of the AMI.", + 'imageId', + 'ID of the AMI.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "organizationArn", - "ARN of an organization for the launch permission.", + 'organizationArn', + 'ARN of an organization for the launch permission.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "organizationalUnitArn", - "ARN of an organizational unit for the launch permission.", + 'organizationalUnitArn', + 'ARN of an organizational unit for the launch permission.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "accountId", - "AWS account ID for the launch permission.", + 'accountId', + 'AWS account ID for the launch permission.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/AvailabilityZoneGroup.ts b/src/app/Models/codegen/aws/ec2/AvailabilityZoneGroup.ts index e5629955a..16b4b18c4 100644 --- a/src/app/Models/codegen/aws/ec2/AvailabilityZoneGroup.ts +++ b/src/app/Models/codegen/aws/ec2/AvailabilityZoneGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AvailabilityZoneGroupArgs { // Name of the Availability Zone Group. @@ -25,16 +25,16 @@ export class AvailabilityZoneGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupName", - "Name of the Availability Zone Group.", + 'groupName', + 'Name of the Availability Zone Group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "optInStatus", - "Indicates whether to enable or disable Availability Zone Group. Valid values: `opted-in` or `not-opted-in`.", + 'optInStatus', + 'Indicates whether to enable or disable Availability Zone Group. Valid values: `opted-in` or `not-opted-in`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/CapacityBlockReservation.ts b/src/app/Models/codegen/aws/ec2/CapacityBlockReservation.ts index 887674b5b..549e0c914 100644 --- a/src/app/Models/codegen/aws/ec2/CapacityBlockReservation.ts +++ b/src/app/Models/codegen/aws/ec2/CapacityBlockReservation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_CapacityBlockReservationTimeouts, ec2_CapacityBlockReservationTimeouts_GetTypes, -} from "../types/ec2_CapacityBlockReservationTimeouts"; +} from '../types/ec2_CapacityBlockReservationTimeouts'; export interface CapacityBlockReservationArgs { // @@ -83,32 +83,32 @@ export class CapacityBlockReservation extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => ec2_CapacityBlockReservationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "capacityBlockOfferingId", - "The Capacity Block Reservation ID.", + 'capacityBlockOfferingId', + 'The Capacity Block Reservation ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instancePlatform", - "The type of operating system for which to reserve capacity. Valid options are `Linux/UNIX`, `Red Hat Enterprise Linux`, `SUSE Linux`, `Windows`, `Windows with SQL Server`, `Windows with SQL Server Enterprise`, `Windows with SQL Server Standard` or `Windows with SQL Server Web`.", + 'instancePlatform', + 'The type of operating system for which to reserve capacity. Valid options are `Linux/UNIX`, `Red Hat Enterprise Linux`, `SUSE Linux`, `Windows`, `Windows with SQL Server`, `Windows with SQL Server Enterprise`, `Windows with SQL Server Standard` or `Windows with SQL Server Web`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/CapacityReservation.ts b/src/app/Models/codegen/aws/ec2/CapacityReservation.ts index c28e7bddf..fbe95447b 100644 --- a/src/app/Models/codegen/aws/ec2/CapacityReservation.ts +++ b/src/app/Models/codegen/aws/ec2/CapacityReservation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CapacityReservationArgs { // Indicates the tenancy of the Capacity Reservation. Specify either `default` or `dedicated`. @@ -100,104 +100,104 @@ export class CapacityReservation extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "Indicates whether the Capacity Reservation supports EBS-optimized instances.", + 'ebsOptimized', + 'Indicates whether the Capacity Reservation supports EBS-optimized instances.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceMatchCriteria", - "Indicates the type of instance launches that the Capacity Reservation accepts. Specify either `open` or `targeted`.", + 'instanceMatchCriteria', + 'Indicates the type of instance launches that the Capacity Reservation accepts. Specify either `open` or `targeted`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which to create the Capacity Reservation.", + 'availabilityZone', + 'The Availability Zone in which to create the Capacity Reservation.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endDate", - "The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'endDate', + 'The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tenancy", - "Indicates the tenancy of the Capacity Reservation. Specify either `default` or `dedicated`.", + 'tenancy', + 'Indicates the tenancy of the Capacity Reservation. Specify either `default` or `dedicated`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostArn", - "The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.", + 'outpostArn', + 'The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instancePlatform", - "The type of operating system for which to reserve capacity. Valid options are `Linux/UNIX`, `Red Hat Enterprise Linux`, `SUSE Linux`, `Windows`, `Windows with SQL Server`, `Windows with SQL Server Enterprise`, `Windows with SQL Server Standard` or `Windows with SQL Server Web`.", + 'instancePlatform', + 'The type of operating system for which to reserve capacity. Valid options are `Linux/UNIX`, `Red Hat Enterprise Linux`, `SUSE Linux`, `Windows`, `Windows with SQL Server`, `Windows with SQL Server Enterprise`, `Windows with SQL Server Standard` or `Windows with SQL Server Web`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type for which to reserve capacity.", + 'instanceType', + 'The instance type for which to reserve capacity.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "placementGroupArn", - "The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation.", + 'placementGroupArn', + 'The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endDateType", - "Indicates the way in which the Capacity Reservation ends. Specify either `unlimited` or `limited`.", + 'endDateType', + 'Indicates the way in which the Capacity Reservation ends. Specify either `unlimited` or `limited`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ephemeralStorage", - "Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.", + 'ephemeralStorage', + 'Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "The number of instances for which to reserve capacity.", + 'instanceCount', + 'The number of instances for which to reserve capacity.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/CarrierGateway.ts b/src/app/Models/codegen/aws/ec2/CarrierGateway.ts index 7444a788a..ff6da4259 100644 --- a/src/app/Models/codegen/aws/ec2/CarrierGateway.ts +++ b/src/app/Models/codegen/aws/ec2/CarrierGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CarrierGatewayArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -34,16 +34,16 @@ export class CarrierGateway extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC to associate with the carrier gateway.", + 'vpcId', + 'The ID of the VPC to associate with the carrier gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/CustomerGateway.ts b/src/app/Models/codegen/aws/ec2/CustomerGateway.ts index b8cd81860..b54146e64 100644 --- a/src/app/Models/codegen/aws/ec2/CustomerGateway.ts +++ b/src/app/Models/codegen/aws/ec2/CustomerGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomerGatewayArgs { // The gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). Valid values are from `1` to `2147483647`. Conflicts with `bgp_asn_extended`. @@ -67,15 +67,15 @@ supports at this time is "ipsec.1". return [ new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the gateway. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the gateway. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of customer gateway. The only type AWS\nsupports at this time is "ipsec.1".', () => [], true, @@ -83,7 +83,7 @@ supports at this time is "ipsec.1". ), new DynamicUIProps( InputType.String, - "bgpAsn", + 'bgpAsn', "The gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). Valid values are from `1` to `2147483647`. Conflicts with `bgp_asn_extended`.", () => [], false, @@ -91,7 +91,7 @@ supports at this time is "ipsec.1". ), new DynamicUIProps( InputType.String, - "bgpAsnExtended", + 'bgpAsnExtended', "The gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). Valid values are from `2147483648` to `4294967295` Conflicts with `bgp_asn`.", () => [], false, @@ -99,23 +99,23 @@ supports at this time is "ipsec.1". ), new DynamicUIProps( InputType.String, - "certificateArn", - "The Amazon Resource Name (ARN) for the customer gateway certificate.", + 'certificateArn', + 'The Amazon Resource Name (ARN) for the customer gateway certificate.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "A name for the customer gateway device.", + 'deviceName', + 'A name for the customer gateway device.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", + 'ipAddress', "The IPv4 address for the customer gateway device's outside interface.", () => [], false, diff --git a/src/app/Models/codegen/aws/ec2/DedicatedHost.ts b/src/app/Models/codegen/aws/ec2/DedicatedHost.ts index 5d6c5177d..dffc8cef1 100644 --- a/src/app/Models/codegen/aws/ec2/DedicatedHost.ts +++ b/src/app/Models/codegen/aws/ec2/DedicatedHost.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DedicatedHostArgs { // Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family. Exactly one of `instance_family` or `instance_type` must be specified. @@ -70,64 +70,64 @@ export class DedicatedHost extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "outpostArn", - "The Amazon Resource Name (ARN) of the AWS Outpost on which to allocate the Dedicated Host.", + 'outpostArn', + 'The Amazon Resource Name (ARN) of the AWS Outpost on which to allocate the Dedicated Host.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "assetId", - "The ID of the Outpost hardware asset on which to allocate the Dedicated Hosts. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.", + 'assetId', + 'The ID of the Outpost hardware asset on which to allocate the Dedicated Hosts. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoPlacement", - "Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. Valid values: `on`, `off`. Default: `on`.", + 'autoPlacement', + 'Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. Valid values: `on`, `off`. Default: `on`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which to allocate the Dedicated Host.", + 'availabilityZone', + 'The Availability Zone in which to allocate the Dedicated Host.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hostRecovery", - "Indicates whether to enable or disable host recovery for the Dedicated Host. Valid values: `on`, `off`. Default: `off`.", + 'hostRecovery', + 'Indicates whether to enable or disable host recovery for the Dedicated Host. Valid values: `on`, `off`. Default: `off`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceFamily", - "Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family. Exactly one of `instance_family` or `instance_type` must be specified.", + 'instanceFamily', + 'Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family. Exactly one of `instance_family` or `instance_type` must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only. Exactly one of `instance_family` or `instance_type` must be specified.", + 'instanceType', + 'Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only. Exactly one of `instance_family` or `instance_type` must be specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/DefaultNetworkAcl.ts b/src/app/Models/codegen/aws/ec2/DefaultNetworkAcl.ts index fed239c19..9824532ba 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultNetworkAcl.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultNetworkAcl.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_DefaultNetworkAclEgress, ec2_DefaultNetworkAclEgress_GetTypes, -} from "../types/ec2_DefaultNetworkAclEgress"; +} from '../types/ec2_DefaultNetworkAclEgress'; import { ec2_DefaultNetworkAclIngress, ec2_DefaultNetworkAclIngress_GetTypes, -} from "../types/ec2_DefaultNetworkAclIngress"; +} from '../types/ec2_DefaultNetworkAclIngress'; export interface DefaultNetworkAclArgs { /* @@ -71,40 +71,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "defaultNetworkAclId", - "Network ACL ID to manage. This attribute is exported from `aws.ec2.Vpc`, or manually found via the AWS Console.\n\nThe following arguments are optional:", + 'defaultNetworkAclId', + 'Network ACL ID to manage. This attribute is exported from `aws.ec2.Vpc`, or manually found via the AWS Console.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "egress", - "Configuration block for an egress rule. Detailed below.", + 'egress', + 'Configuration block for an egress rule. Detailed below.', () => ec2_DefaultNetworkAclEgress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ingress", - "Configuration block for an ingress rule. Detailed below.", + 'ingress', + 'Configuration block for an ingress rule. Detailed below.', () => ec2_DefaultNetworkAclIngress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of Subnet IDs to apply the ACL to. See the notes above on Managing Subnets in the Default Network ACL", + 'subnetIds', + 'List of Subnet IDs to apply the ACL to. See the notes above on Managing Subnets in the Default Network ACL', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/DefaultRouteTable.ts b/src/app/Models/codegen/aws/ec2/DefaultRouteTable.ts index aa4310f7e..f70c9a873 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultRouteTable.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultRouteTable.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_DefaultRouteTableRoute, ec2_DefaultRouteTableRoute_GetTypes, -} from "../types/ec2_DefaultRouteTableRoute"; +} from '../types/ec2_DefaultRouteTableRoute'; export interface DefaultRouteTableArgs { /* @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "defaultRouteTableId", - "ID of the default route table.\n\nThe following arguments are optional:", + 'defaultRouteTableId', + 'ID of the default route table.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "propagatingVgws", - "List of virtual gateways for propagation.", + 'propagatingVgws', + 'List of virtual gateways for propagation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "routes", - "Set of objects. Detailed below", + 'routes', + 'Set of objects. Detailed below', () => ec2_DefaultRouteTableRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/DefaultSecurityGroup.ts b/src/app/Models/codegen/aws/ec2/DefaultSecurityGroup.ts index 60ba44de6..dcbe8ad47 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultSecurityGroup.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultSecurityGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_DefaultSecurityGroupEgress, ec2_DefaultSecurityGroupEgress_GetTypes, -} from "../types/ec2_DefaultSecurityGroupEgress"; +} from '../types/ec2_DefaultSecurityGroupEgress'; import { ec2_DefaultSecurityGroupIngress, ec2_DefaultSecurityGroupIngress_GetTypes, -} from "../types/ec2_DefaultSecurityGroupIngress"; +} from '../types/ec2_DefaultSecurityGroupIngress'; export interface DefaultSecurityGroupArgs { // Configuration block. Detailed below. @@ -69,40 +69,40 @@ export class DefaultSecurityGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "egress", - "Configuration block. Detailed below.", + 'egress', + 'Configuration block. Detailed below.', () => ec2_DefaultSecurityGroupEgress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ingress", - "Configuration block. Detailed below.", + 'ingress', + 'Configuration block. Detailed below.', () => ec2_DefaultSecurityGroupIngress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "revokeRulesOnDelete", - "", + 'revokeRulesOnDelete', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "VPC ID. **Note that changing the `vpc_id` will _not_ restore any default security group rules that were modified, added, or removed.** It will be left in its current state.", + 'vpcId', + 'VPC ID. **Note that changing the `vpc_id` will _not_ restore any default security group rules that were modified, added, or removed.** It will be left in its current state.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/DefaultSubnet.ts b/src/app/Models/codegen/aws/ec2/DefaultSubnet.ts index 239aebee2..52d34f0e3 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultSubnet.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultSubnet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultSubnetArgs { // @@ -133,104 +133,104 @@ This resource supports the following additional arguments: return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "is required\n* The `availability_zone_id`, `cidr_block` and `vpc_id` arguments become computed attributes\n* The default value for `map_public_ip_on_launch` is `true`\n\nThis resource supports the following additional arguments:", + 'availabilityZone', + 'is required\n* The `availability_zone_id`, `cidr_block` and `vpc_id` arguments become computed attributes\n* The default value for `map_public_ip_on_launch` is `true`\n\nThis resource supports the following additional arguments:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecordOnLaunch", - "", + 'enableResourceNameDnsAaaaRecordOnLaunch', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "assignIpv6AddressOnCreation", - "", + 'assignIpv6AddressOnCreation', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether destroying the resource deletes the default subnet. Default: `false`", + 'forceDestroy', + 'Whether destroying the resource deletes the default subnet. Default: `false`', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "mapCustomerOwnedIpOnLaunch", - "", + 'mapCustomerOwnedIpOnLaunch', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateDnsHostnameTypeOnLaunch", - "", + 'privateDnsHostnameTypeOnLaunch', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecordOnLaunch", - "", + 'enableResourceNameDnsARecordOnLaunch', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "", + 'ipv6CidrBlock', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDns64", - "", + 'enableDns64', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mapPublicIpOnLaunch", - "", + 'mapPublicIpOnLaunch', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ipv6Native", - "", + 'ipv6Native', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "", + 'customerOwnedIpv4Pool', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/DefaultVpc.ts b/src/app/Models/codegen/aws/ec2/DefaultVpc.ts index dc8b419c4..c4fbaa88f 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultVpc.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultVpc.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultVpcArgs { // Whether destroying the resource deletes the default VPC. Default: `false` @@ -109,80 +109,80 @@ export class DefaultVpc extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "", + 'ipv6CidrBlock', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ipv6NetmaskLength", - "", + 'ipv6NetmaskLength', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "assignGeneratedIpv6CidrBlock", - "", + 'assignGeneratedIpv6CidrBlock', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlockNetworkBorderGroup", - "", + 'ipv6CidrBlockNetworkBorderGroup', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether destroying the resource deletes the default VPC. Default: `false`", + 'forceDestroy', + 'Whether destroying the resource deletes the default VPC. Default: `false`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableNetworkAddressUsageMetrics", - "", + 'enableNetworkAddressUsageMetrics', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDnsHostnames", - "", + 'enableDnsHostnames', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6IpamPoolId", - "", + 'ipv6IpamPoolId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDnsSupport", - "", + 'enableDnsSupport', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/DefaultVpcDhcpOptions.ts b/src/app/Models/codegen/aws/ec2/DefaultVpcDhcpOptions.ts index ecaa6e0d7..e53b422d5 100644 --- a/src/app/Models/codegen/aws/ec2/DefaultVpcDhcpOptions.ts +++ b/src/app/Models/codegen/aws/ec2/DefaultVpcDhcpOptions.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultVpcDhcpOptionsArgs { // The ID of the AWS account that owns the DHCP options set. @@ -49,16 +49,16 @@ export class DefaultVpcDhcpOptions extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ownerId", - "The ID of the AWS account that owns the DHCP options set.", + 'ownerId', + 'The ID of the AWS account that owns the DHCP options set.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource.", + 'tags', + 'A map of tags to assign to the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/EgressOnlyInternetGateway.ts b/src/app/Models/codegen/aws/ec2/EgressOnlyInternetGateway.ts index 94e096764..b8aa9ec56 100644 --- a/src/app/Models/codegen/aws/ec2/EgressOnlyInternetGateway.ts +++ b/src/app/Models/codegen/aws/ec2/EgressOnlyInternetGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EgressOnlyInternetGatewayArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -28,16 +28,16 @@ export class EgressOnlyInternetGateway extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID to create in.", + 'vpcId', + 'The VPC ID to create in.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/Eip.ts b/src/app/Models/codegen/aws/ec2/Eip.ts index 69971b3c3..a69850c34 100644 --- a/src/app/Models/codegen/aws/ec2/Eip.ts +++ b/src/app/Models/codegen/aws/ec2/Eip.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EipArgs { // ID of a customer-owned address pool. For more on customer owned IP addressed check out [Customer-owned IP addresses guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing). @@ -128,7 +128,7 @@ This option is only available for VPC EIPs. return [ new DynamicUIProps( InputType.Bool, - "vpc", + 'vpc', "Boolean if the EIP is in a VPC or not. Use `domain` instead.\nDefaults to `true` unless the region supports EC2-Classic.\n\n> **NOTE:** You can specify either the `instance` ID or the `network_interface` ID, but not both. Including both will **not** return an error from the AWS API, but will have undefined behavior. See the relevant [AssociateAddress API Call][1] for more information.\n\n> **NOTE:** Specifying both `public_ipv4_pool` and `address` won't cause an error but `address` will be used in the\ncase both options are defined as the api only requires one or the other.", () => [], false, @@ -136,72 +136,72 @@ This option is only available for VPC EIPs. ), new DynamicUIProps( InputType.String, - "instance", - "EC2 instance ID.", + 'instance', + 'EC2 instance ID.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. Tags can only be applied to EIPs in a VPC. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. Tags can only be applied to EIPs in a VPC. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domain", - "Indicates if this EIP is for use in VPC (`vpc`).", + 'domain', + 'Indicates if this EIP is for use in VPC (`vpc`).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "ID of a customer-owned address pool. For more on customer owned IP addressed check out [Customer-owned IP addresses guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing).", + 'customerOwnedIpv4Pool', + 'ID of a customer-owned address pool. For more on customer owned IP addressed check out [Customer-owned IP addresses guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterface", - "Network interface ID to associate with.", + 'networkInterface', + 'Network interface ID to associate with.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "publicIpv4Pool", - "EC2 IPv4 address pool identifier or `amazon`.\nThis option is only available for VPC EIPs.", + 'publicIpv4Pool', + 'EC2 IPv4 address pool identifier or `amazon`.\nThis option is only available for VPC EIPs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "address", - "IP address from an EC2 BYOIP pool. This option is only available for VPC EIPs.", + 'address', + 'IP address from an EC2 BYOIP pool. This option is only available for VPC EIPs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "associateWithPrivateIp", - "User-specified primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.", + 'associateWithPrivateIp', + 'User-specified primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkBorderGroup", - "Location from which the IP address is advertised. Use this parameter to limit the address to this location.", + 'networkBorderGroup', + 'Location from which the IP address is advertised. Use this parameter to limit the address to this location.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/EipAssociation.ts b/src/app/Models/codegen/aws/ec2/EipAssociation.ts index cc6430e29..6617c7017 100644 --- a/src/app/Models/codegen/aws/ec2/EipAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/EipAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EipAssociationArgs { /* @@ -83,48 +83,48 @@ address. return [ new DynamicUIProps( InputType.String, - "instanceId", - "The ID of the instance. This is required for\nEC2-Classic. For EC2-VPC, you can specify either the instance ID or the\nnetwork interface ID, but not both. The operation fails if you specify an\ninstance ID unless exactly one network interface is attached.", + 'instanceId', + 'The ID of the instance. This is required for\nEC2-Classic. For EC2-VPC, you can specify either the instance ID or the\nnetwork interface ID, but not both. The operation fails if you specify an\ninstance ID unless exactly one network interface is attached.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The ID of the network interface. If the\ninstance has more than one network interface, you must specify a network\ninterface ID.", + 'networkInterfaceId', + 'The ID of the network interface. If the\ninstance has more than one network interface, you must specify a network\ninterface ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The primary or secondary private IP address\nto associate with the Elastic IP address. If no private IP address is\nspecified, the Elastic IP address is associated with the primary private IP\naddress.", + 'privateIpAddress', + 'The primary or secondary private IP address\nto associate with the Elastic IP address. If no private IP address is\nspecified, the Elastic IP address is associated with the primary private IP\naddress.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "publicIp", - "The Elastic IP address. This is required for EC2-Classic.", + 'publicIp', + 'The Elastic IP address. This is required for EC2-Classic.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "allocationId", - "The allocation ID. This is required for EC2-VPC.", + 'allocationId', + 'The allocation ID. This is required for EC2-VPC.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "allowReassociation", - "Whether to allow an Elastic IP to\nbe re-associated. Defaults to `true` in VPC.", + 'allowReassociation', + 'Whether to allow an Elastic IP to\nbe re-associated. Defaults to `true` in VPC.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/EipDomainName.ts b/src/app/Models/codegen/aws/ec2/EipDomainName.ts index 490c57c3f..b5e886ec7 100644 --- a/src/app/Models/codegen/aws/ec2/EipDomainName.ts +++ b/src/app/Models/codegen/aws/ec2/EipDomainName.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_EipDomainNameTimeouts, ec2_EipDomainNameTimeouts_GetTypes, -} from "../types/ec2_EipDomainNameTimeouts"; +} from '../types/ec2_EipDomainNameTimeouts'; export interface EipDomainNameArgs { // The allocation ID. @@ -38,24 +38,24 @@ export class EipDomainName extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "allocationId", - "The allocation ID.", + 'allocationId', + 'The allocation ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The domain name to modify for the IP address.", + 'domainName', + 'The domain name to modify for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => ec2_EipDomainNameTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/Fleet.ts b/src/app/Models/codegen/aws/ec2/Fleet.ts index 008494b70..1f8e0c698 100644 --- a/src/app/Models/codegen/aws/ec2/Fleet.ts +++ b/src/app/Models/codegen/aws/ec2/Fleet.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetFleetInstanceSet, ec2_FleetFleetInstanceSet_GetTypes, -} from "../types/ec2_FleetFleetInstanceSet"; +} from '../types/ec2_FleetFleetInstanceSet'; import { ec2_FleetOnDemandOptions, ec2_FleetOnDemandOptions_GetTypes, -} from "../types/ec2_FleetOnDemandOptions"; +} from '../types/ec2_FleetOnDemandOptions'; import { ec2_FleetTargetCapacitySpecification, ec2_FleetTargetCapacitySpecification_GetTypes, -} from "../types/ec2_FleetTargetCapacitySpecification"; +} from '../types/ec2_FleetTargetCapacitySpecification'; import { ec2_FleetLaunchTemplateConfig, ec2_FleetLaunchTemplateConfig_GetTypes, -} from "../types/ec2_FleetLaunchTemplateConfig"; +} from '../types/ec2_FleetLaunchTemplateConfig'; import { ec2_FleetSpotOptions, ec2_FleetSpotOptions_GetTypes, -} from "../types/ec2_FleetSpotOptions"; +} from '../types/ec2_FleetSpotOptions'; export interface FleetArgs { // Information about the instances that were launched by the fleet. Available only when `type` is set to `instant`. @@ -141,136 +141,136 @@ export class Fleet extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "terminateInstancesWithExpiration", - "Whether running instances should be terminated when the EC2 Fleet expires. Defaults to `false`.", + 'terminateInstancesWithExpiration', + 'Whether running instances should be terminated when the EC2 Fleet expires. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "validFrom", - "The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.", + 'validFrom', + 'The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "context", - "Reserved.", + 'context', + 'Reserved.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "fleetInstanceSets", - "Information about the instances that were launched by the fleet. Available only when `type` is set to `instant`.", + 'fleetInstanceSets', + 'Information about the instances that were launched by the fleet. Available only when `type` is set to `instant`.', () => ec2_FleetFleetInstanceSet_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. Valid values: `maintain`, `request`, `instant`. Defaults to `maintain`.", + 'type', + 'The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. Valid values: `maintain`, `request`, `instant`. Defaults to `maintain`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of Fleet tags. To tag instances at launch, specify the tags in the Launch Template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of Fleet tags. To tag instances at launch, specify the tags in the Launch Template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "launchTemplateConfigs", - "Nested argument containing EC2 Launch Template configurations. Defined below.", + 'launchTemplateConfigs', + 'Nested argument containing EC2 Launch Template configurations. Defined below.', () => ec2_FleetLaunchTemplateConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "onDemandOptions", - "Nested argument containing On-Demand configurations. Defined below.", + 'onDemandOptions', + 'Nested argument containing On-Demand configurations. Defined below.', () => ec2_FleetOnDemandOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "fleetState", - "The state of the EC2 Fleet.", + 'fleetState', + 'The state of the EC2 Fleet.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "terminateInstances", - "Whether to terminate instances for an EC2 Fleet if it is deleted successfully. Defaults to `false`.", + 'terminateInstances', + 'Whether to terminate instances for an EC2 Fleet if it is deleted successfully. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "spotOptions", - "Nested argument containing Spot configurations. Defined below.", + 'spotOptions', + 'Nested argument containing Spot configurations. Defined below.', () => ec2_FleetSpotOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "replaceUnhealthyInstances", - "Whether EC2 Fleet should replace unhealthy instances. Defaults to `false`. Supported only for fleets of type `maintain`.", + 'replaceUnhealthyInstances', + 'Whether EC2 Fleet should replace unhealthy instances. Defaults to `false`. Supported only for fleets of type `maintain`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "validUntil", - "The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.", + 'validUntil', + 'The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "excessCapacityTerminationPolicy", - "Whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2. Valid values: `no-termination`, `termination`. Defaults to `termination`. Supported only for fleets of type `maintain`.", + 'excessCapacityTerminationPolicy', + 'Whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2. Valid values: `no-termination`, `termination`. Defaults to `termination`. Supported only for fleets of type `maintain`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fulfilledOnDemandCapacity", - "The number of units fulfilled by this request compared to the set target On-Demand capacity.", + 'fulfilledOnDemandCapacity', + 'The number of units fulfilled by this request compared to the set target On-Demand capacity.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fulfilledCapacity", - "The number of units fulfilled by this request compared to the set target capacity.", + 'fulfilledCapacity', + 'The number of units fulfilled by this request compared to the set target capacity.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetCapacitySpecification", - "Nested argument containing target capacity configurations. Defined below.", + 'targetCapacitySpecification', + 'Nested argument containing target capacity configurations. Defined below.', () => ec2_FleetTargetCapacitySpecification_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/ec2/FlowLog.ts b/src/app/Models/codegen/aws/ec2/FlowLog.ts index daa4a1926..3de86b629 100644 --- a/src/app/Models/codegen/aws/ec2/FlowLog.ts +++ b/src/app/Models/codegen/aws/ec2/FlowLog.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FlowLogDestinationOptions, ec2_FlowLogDestinationOptions_GetTypes, -} from "../types/ec2_FlowLogDestinationOptions"; +} from '../types/ec2_FlowLogDestinationOptions'; export interface FlowLogArgs { // --Deprecated:-- Use `log_destination` instead. The name of the CloudWatch log group. Either `log_group_name` or `log_destination` must be set. @@ -123,55 +123,55 @@ minutes). Default: `600`. When `transit_gateway_id` or `transit_gateway_attachme return [ new DynamicUIProps( InputType.String, - "logGroupName", - "**Deprecated:** Use `log_destination` instead. The name of the CloudWatch log group. Either `log_group_name` or `log_destination` must be set.", + 'logGroupName', + '**Deprecated:** Use `log_destination` instead. The name of the CloudWatch log group. Either `log_group_name` or `log_destination` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "trafficType", - "The type of traffic to capture. Valid values: `ACCEPT`,`REJECT`, `ALL`.", + 'trafficType', + 'The type of traffic to capture. Valid values: `ACCEPT`,`REJECT`, `ALL`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "logDestinationType", - "The type of the logging destination. Valid values: `cloud-watch-logs`, `s3`, `kinesis-data-firehose`. Default: `cloud-watch-logs`.", + 'logDestinationType', + 'The type of the logging destination. Valid values: `cloud-watch-logs`, `s3`, `kinesis-data-firehose`. Default: `cloud-watch-logs`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "logDestination", - "The ARN of the logging destination. Either `log_destination` or `log_group_name` must be set.", + 'logDestination', + 'The ARN of the logging destination. Either `log_destination` or `log_group_name` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Transit Gateway Attachment ID to attach to", + 'transitGatewayAttachmentId', + 'Transit Gateway Attachment ID to attach to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "eniId", - "Elastic Network Interface ID to attach to", + 'eniId', + 'Elastic Network Interface ID to attach to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "logFormat", + 'logFormat', 'The fields to include in the flow log record. Accepted format example: `"$${interface-id} $${srcaddr} $${dstaddr} $${srcport} $${dstport}"`.', () => [], false, @@ -179,63 +179,63 @@ minutes). Default: `600`. When `transit_gateway_id` or `transit_gateway_attachme ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Transit Gateway ID to attach to", + 'transitGatewayId', + 'Transit Gateway ID to attach to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deliverCrossAccountRole", - "ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.", + 'deliverCrossAccountRole', + 'ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxAggregationInterval", - "The maximum interval of time\nduring which a flow of packets is captured and aggregated into a flow\nlog record. Valid Values: `60` seconds (1 minute) or `600` seconds (10\nminutes). Default: `600`. When `transit_gateway_id` or `transit_gateway_attachment_id` is specified, `max_aggregation_interval` *must* be 60 seconds (1 minute).", + 'maxAggregationInterval', + 'The maximum interval of time\nduring which a flow of packets is captured and aggregated into a flow\nlog record. Valid Values: `60` seconds (1 minute) or `600` seconds (10\nminutes). Default: `600`. When `transit_gateway_id` or `transit_gateway_attachment_id` is specified, `max_aggregation_interval` *must* be 60 seconds (1 minute).', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "destinationOptions", - "Describes the destination options for a flow log. More details below.", + 'destinationOptions', + 'Describes the destination options for a flow log. More details below.', () => ec2_FlowLogDestinationOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "Subnet ID to attach to", + 'subnetId', + 'Subnet ID to attach to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "VPC ID to attach to", + 'vpcId', + 'VPC ID to attach to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "iamRoleArn", + 'iamRoleArn', "The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group", () => [], false, diff --git a/src/app/Models/codegen/aws/ec2/ImageBlockPublicAccess.ts b/src/app/Models/codegen/aws/ec2/ImageBlockPublicAccess.ts index a8256d3cf..150647399 100644 --- a/src/app/Models/codegen/aws/ec2/ImageBlockPublicAccess.ts +++ b/src/app/Models/codegen/aws/ec2/ImageBlockPublicAccess.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ImageBlockPublicAccessArgs { // The state of block public access for AMIs at the account level in the configured AWS Region. Valid values: `unblocked` and `block-new-sharing`. @@ -19,8 +19,8 @@ export class ImageBlockPublicAccess extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "state", - "The state of block public access for AMIs at the account level in the configured AWS Region. Valid values: `unblocked` and `block-new-sharing`.", + 'state', + 'The state of block public access for AMIs at the account level in the configured AWS Region. Valid values: `unblocked` and `block-new-sharing`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/Instance.ts b/src/app/Models/codegen/aws/ec2/Instance.ts index d63801b6b..885696fdf 100644 --- a/src/app/Models/codegen/aws/ec2/Instance.ts +++ b/src/app/Models/codegen/aws/ec2/Instance.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_InstanceNetworkInterface, ec2_InstanceNetworkInterface_GetTypes, -} from "../types/ec2_InstanceNetworkInterface"; +} from '../types/ec2_InstanceNetworkInterface'; import { ec2_InstanceEbsBlockDevice, ec2_InstanceEbsBlockDevice_GetTypes, -} from "../types/ec2_InstanceEbsBlockDevice"; +} from '../types/ec2_InstanceEbsBlockDevice'; import { ec2_InstanceRootBlockDevice, ec2_InstanceRootBlockDevice_GetTypes, -} from "../types/ec2_InstanceRootBlockDevice"; +} from '../types/ec2_InstanceRootBlockDevice'; import { ec2_InstanceCapacityReservationSpecification, ec2_InstanceCapacityReservationSpecification_GetTypes, -} from "../types/ec2_InstanceCapacityReservationSpecification"; +} from '../types/ec2_InstanceCapacityReservationSpecification'; import { ec2_InstanceEphemeralBlockDevice, ec2_InstanceEphemeralBlockDevice_GetTypes, -} from "../types/ec2_InstanceEphemeralBlockDevice"; +} from '../types/ec2_InstanceEphemeralBlockDevice'; import { ec2_InstanceInstanceMarketOptions, ec2_InstanceInstanceMarketOptions_GetTypes, -} from "../types/ec2_InstanceInstanceMarketOptions"; +} from '../types/ec2_InstanceInstanceMarketOptions'; import { ec2_InstancePrivateDnsNameOptions, ec2_InstancePrivateDnsNameOptions_GetTypes, -} from "../types/ec2_InstancePrivateDnsNameOptions"; +} from '../types/ec2_InstancePrivateDnsNameOptions'; import { ec2_InstanceMaintenanceOptions, ec2_InstanceMaintenanceOptions_GetTypes, -} from "../types/ec2_InstanceMaintenanceOptions"; +} from '../types/ec2_InstanceMaintenanceOptions'; import { ec2_InstanceLaunchTemplate, ec2_InstanceLaunchTemplate_GetTypes, -} from "../types/ec2_InstanceLaunchTemplate"; +} from '../types/ec2_InstanceLaunchTemplate'; import { ec2_InstanceEnclaveOptions, ec2_InstanceEnclaveOptions_GetTypes, -} from "../types/ec2_InstanceEnclaveOptions"; +} from '../types/ec2_InstanceEnclaveOptions'; import { ec2_InstanceMetadataOptions, ec2_InstanceMetadataOptions_GetTypes, -} from "../types/ec2_InstanceMetadataOptions"; +} from '../types/ec2_InstanceMetadataOptions'; import { ec2_InstanceCreditSpecification, ec2_InstanceCreditSpecification_GetTypes, -} from "../types/ec2_InstanceCreditSpecification"; +} from '../types/ec2_InstanceCreditSpecification'; import { ec2_InstanceCpuOptions, ec2_InstanceCpuOptions_GetTypes, -} from "../types/ec2_InstanceCpuOptions"; +} from '../types/ec2_InstanceCpuOptions'; export interface InstanceArgs { // List of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e., referenced in a `network_interface` block. Refer to the [Elastic network interfaces documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) to see the maximum number of private IP addresses allowed per instance type. @@ -398,103 +398,103 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese return [ new DynamicUIProps( InputType.String, - "keyName", - "Key name of the Key Pair to use for the instance; which can be managed using the `aws.ec2.KeyPair` resource.", + 'keyName', + 'Key name of the Key Pair to use for the instance; which can be managed using the `aws.ec2.KeyPair` resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "disableApiStop", - "If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection).", + 'disableApiStop', + 'If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group names to associate with.\n\n> **NOTE:** If you are creating Instances in a VPC, use `vpc_security_group_ids` instead.", + 'securityGroups', + 'List of security group names to associate with.\n\n> **NOTE:** If you are creating Instances in a VPC, use `vpc_security_group_ids` instead.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "hostId", - "ID of a dedicated host that the instance will be assigned to. Use when an instance is to be launched on a specific dedicated host.", + 'hostId', + 'ID of a dedicated host that the instance will be assigned to. Use when an instance is to be launched on a specific dedicated host.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "VPC Subnet ID to launch in.", + 'subnetId', + 'VPC Subnet ID to launch in.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cpuOptions", - "The CPU options for the instance. See CPU Options below for more details.", + 'cpuOptions', + 'The CPU options for the instance. See CPU Options below for more details.', () => ec2_InstanceCpuOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "hibernation", - "If true, the launched EC2 instance will support hibernation.", + 'hibernation', + 'If true, the launched EC2 instance will support hibernation.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "cpuThreadsPerCore", - "If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.", + 'cpuThreadsPerCore', + 'If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "creditSpecification", - "Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. This provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not change the configuration back to the default for the instance type.", + 'creditSpecification', + 'Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. This provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not change the configuration back to the default for the instance type.', () => ec2_InstanceCreditSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "volumeTags", - "Map of tags to assign, at instance-creation time, to root and EBS volumes.\n\n> **NOTE:** Do not use `volume_tags` if you plan to manage block device tags outside the `aws.ec2.Instance` configuration, such as using `tags` in an `aws.ebs.Volume` resource attached via `aws.ec2.VolumeAttachment`. Doing so will result in resource cycling and inconsistent behavior.", + 'volumeTags', + 'Map of tags to assign, at instance-creation time, to root and EBS volumes.\n\n> **NOTE:** Do not use `volume_tags` if you plan to manage block device tags outside the `aws.ec2.Instance` configuration, such as using `tags` in an `aws.ebs.Volume` resource attached via `aws.ec2.VolumeAttachment`. Doing so will result in resource cycling and inconsistent behavior.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "privateIp", - "Private IP address to associate with the instance in a VPC.", + 'privateIp', + 'Private IP address to associate with the instance in a VPC.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "associatePublicIpAddress", - "Whether to associate a public IP address with an instance in a VPC.", + 'associatePublicIpAddress', + 'Whether to associate a public IP address with an instance in a VPC.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "secondaryPrivateIps", + 'secondaryPrivateIps', "List of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e., referenced in a `network_interface` block. Refer to the [Elastic network interfaces documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) to see the maximum number of private IP addresses allowed per instance type.", () => InputType_String_GetTypes(), false, @@ -502,79 +502,79 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Object, - "rootBlockDevice", - "Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.", + 'rootBlockDevice', + 'Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.', () => ec2_InstanceRootBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "userDataReplaceOnChange", - "When used in combination with `user_data` or `user_data_base64` will trigger a destroy and recreate when set to `true`. Defaults to `false` if not set.", + 'userDataReplaceOnChange', + 'When used in combination with `user_data` or `user_data_base64` will trigger a destroy and recreate when set to `true`. Defaults to `false` if not set.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.", + 'launchTemplate', + 'Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.', () => ec2_InstanceLaunchTemplate_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "AZ to start the instance in.", + 'availabilityZone', + 'AZ to start the instance in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userData", - "User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.", + 'userData', + 'User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostResourceGroupArn", - "ARN of the host resource group in which to launch the instances. If you specify an ARN, omit the `tenancy` parameter or set it to `host`.", + 'hostResourceGroupArn', + 'ARN of the host resource group in which to launch the instances. If you specify an ARN, omit the `tenancy` parameter or set it to `host`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type to use for the instance. Required unless `launch_template` is specified and the Launch Template specifies an instance type. If an instance type is specified in the Launch Template, setting `instance_type` will override the instance type specified in the Launch Template. Updates to this field will trigger a stop/start of the EC2 instance.", + 'instanceType', + 'Instance type to use for the instance. Required unless `launch_template` is specified and the Launch Template specifies an instance type. If an instance type is specified in the Launch Template, setting `instance_type` will override the instance type specified in the Launch Template. Updates to this field will trigger a stop/start of the EC2 instance.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv6Addresses", - "Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface", + 'ipv6Addresses', + 'Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "userDataBase64", - "Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.", + 'userDataBase64', + 'Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", + 'ephemeralBlockDevices', 'One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a set of objects.', () => ec2_InstanceEphemeralBlockDevice_GetTypes(), false, @@ -582,55 +582,55 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.String, - "ami", - "AMI to use for the instance. Required unless `launch_template` is specified and the Launch Template specifes an AMI. If an AMI is specified in the Launch Template, setting `ami` will override the AMI specified in the Launch Template.", + 'ami', + 'AMI to use for the instance. Required unless `launch_template` is specified and the Launch Template specifes an AMI. If an AMI is specified in the Launch Template, setting `ami` will override the AMI specified in the Launch Template.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.", + 'ebsBlockDevices', + 'One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.', () => ec2_InstanceEbsBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. Note that these tags apply to the instance and not block storage devices. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. Note that these tags apply to the instance and not block storage devices. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "maintenanceOptions", - "Maintenance and recovery options for the instance. See Maintenance Options below for more details.", + 'maintenanceOptions', + 'Maintenance and recovery options for the instance. See Maintenance Options below for more details.', () => ec2_InstanceMaintenanceOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "enclaveOptions", - "Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.", + 'enclaveOptions', + 'Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.', () => ec2_InstanceEnclaveOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamInstanceProfile", - "IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the [EC2 documentation](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html#roles-usingrole-ec2instance-permissions), notably `iam:PassRole`.", + 'iamInstanceProfile', + 'IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the [EC2 documentation](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html#roles-usingrole-ec2instance-permissions), notably `iam:PassRole`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "capacityReservationSpecification", + 'capacityReservationSpecification', "Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.\n\n> **NOTE:** Changing `cpu_core_count` and/or `cpu_threads_per_core` will cause the resource to be destroyed and re-created.", () => ec2_InstanceCapacityReservationSpecification_GetTypes(), false, @@ -638,55 +638,55 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.String, - "placementGroup", - "Placement Group to start the instance in.", + 'placementGroup', + 'Placement Group to start the instance in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceInitiatedShutdownBehavior", - "Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceInitiatedShutdownBehavior) for more information.", + 'instanceInitiatedShutdownBehavior', + 'Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceInitiatedShutdownBehavior) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "getPasswordData", - "If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the `password_data` attribute. See [GetPasswordData](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetPasswordData.html) for more information.", + 'getPasswordData', + 'If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the `password_data` attribute. See [GetPasswordData](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetPasswordData.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "If true, the launched EC2 instance will be EBS-optimized. Note that if this is not set on an instance type that is optimized by default then this will show as disabled but if the instance type is optimized by default then there is no need to set this and there is no effect to disabling it. See the [EBS Optimized section](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) of the AWS User Guide for more information.", + 'ebsOptimized', + 'If true, the launched EC2 instance will be EBS-optimized. Note that if this is not set on an instance type that is optimized by default then this will show as disabled but if the instance type is optimized by default then there is no need to set this and there is no effect to disabling it. See the [EBS Optimized section](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) of the AWS User Guide for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "ipv6AddressCount", - "Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet.", + 'ipv6AddressCount', + 'Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tenancy", - "Tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of `dedicated` runs on single-tenant hardware. The `host` tenancy is not supported for the import-instance command. Valid values are `default`, `dedicated`, and `host`.", + 'tenancy', + 'Tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of `dedicated` runs on single-tenant hardware. The `host` tenancy is not supported for the import-instance command. Valid values are `default`, `dedicated`, and `host`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "placementPartitionNumber", + 'placementPartitionNumber', 'Number of the partition the instance is in. Valid only if the `aws.ec2.PlacementGroup` resource\'s `strategy` argument is set to `"partition"`.', () => [], false, @@ -694,72 +694,72 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Bool, - "sourceDestCheck", - "Controls if traffic is routed to the instance when the destination address does not match the instance. Used for NAT or VPNs. Defaults true.", + 'sourceDestCheck', + 'Controls if traffic is routed to the instance when the destination address does not match the instance. Used for NAT or VPNs. Defaults true.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.", + 'networkInterfaces', + 'Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.', () => ec2_InstanceNetworkInterface_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of security group IDs to associate with.", + 'vpcSecurityGroupIds', + 'List of security group IDs to associate with.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "metadataOptions", - "Customize the metadata options of the instance. See Metadata Options below for more details.", + 'metadataOptions', + 'Customize the metadata options of the instance. See Metadata Options below for more details.', () => ec2_InstanceMetadataOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuCoreCount", - "Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.", + 'cpuCoreCount', + 'Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "disableApiTermination", - "If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).", + 'disableApiTermination', + 'If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceMarketOptions", - "Describes the market (purchasing) option for the instances. See Market Options below for details on attributes.", + 'instanceMarketOptions', + 'Describes the market (purchasing) option for the instances. See Market Options below for details on attributes.', () => ec2_InstanceInstanceMarketOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "monitoring", - "If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)", + 'monitoring', + 'If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "privateDnsNameOptions", - "Options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.", + 'privateDnsNameOptions', + 'Options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.', () => ec2_InstancePrivateDnsNameOptions_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/ec2/InstanceMetadataDefaults.ts b/src/app/Models/codegen/aws/ec2/InstanceMetadataDefaults.ts index 255e49796..86ebe2dd7 100644 --- a/src/app/Models/codegen/aws/ec2/InstanceMetadataDefaults.ts +++ b/src/app/Models/codegen/aws/ec2/InstanceMetadataDefaults.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceMetadataDefaultsArgs { // Enables or disables access to instance tags from the instance metadata service. Can be `"enabled"`, `"disabled"`, or `"no-preference"`. Default: `"no-preference"`. @@ -37,7 +37,7 @@ export class InstanceMetadataDefaults extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "httpEndpoint", + 'httpEndpoint', 'Whether the metadata service is available. Can be `"enabled"`, `"disabled"`, or `"no-preference"`. Default: `"no-preference"`.', () => [], false, @@ -45,15 +45,15 @@ export class InstanceMetadataDefaults extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Can be an integer from `1` to `64`, or `-1` to indicate no preference. Default: `-1`.", + 'httpPutResponseHopLimit', + 'The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Can be an integer from `1` to `64`, or `-1` to indicate no preference. Default: `-1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTokens", + 'httpTokens', 'Whether the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Can be `"optional"`, `"required"`, or `"no-preference"`. Default: `"no-preference"`.', () => [], false, @@ -61,7 +61,7 @@ export class InstanceMetadataDefaults extends DS_Resource { ), new DynamicUIProps( InputType.String, - "instanceMetadataTags", + 'instanceMetadataTags', 'Enables or disables access to instance tags from the instance metadata service. Can be `"enabled"`, `"disabled"`, or `"no-preference"`. Default: `"no-preference"`.', () => [], false, diff --git a/src/app/Models/codegen/aws/ec2/InternetGateway.ts b/src/app/Models/codegen/aws/ec2/InternetGateway.ts index 7287d1b16..3199d84ae 100644 --- a/src/app/Models/codegen/aws/ec2/InternetGateway.ts +++ b/src/app/Models/codegen/aws/ec2/InternetGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InternetGatewayArgs { /* @@ -276,7 +276,7 @@ resources: return [ new DynamicUIProps( InputType.Map, - "tags", + 'tags', 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **Note:** It\'s recommended to denote that the AWS Instance or Elastic IP depends on the Internet Gateway. For example:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst gw = new aws.ec2.InternetGateway("gw", {vpcId: main.id});\nconst foo = new aws.ec2.Instance("foo", {}, {\n dependsOn: [gw],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ngw = aws.ec2.InternetGateway("gw", vpc_id=main["id"])\nfoo = aws.ec2.Instance("foo", opts = pulumi.ResourceOptions(depends_on=[gw]))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var gw = new Aws.Ec2.InternetGateway("gw", new()\n {\n VpcId = main.Id,\n });\n\n var foo = new Aws.Ec2.Instance("foo", new()\n {\n }, new CustomResourceOptions\n {\n DependsOn =\n {\n gw,\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tgw, err := ec2.NewInternetGateway(ctx, "gw", &ec2.InternetGatewayArgs{\n\t\t\tVpcId: pulumi.Any(main.Id),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = ec2.NewInstance(ctx, "foo", nil, pulumi.DependsOn([]pulumi.Resource{\n\t\t\tgw,\n\t\t}))\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.ec2.InternetGateway;\nimport com.pulumi.aws.ec2.InternetGatewayArgs;\nimport com.pulumi.aws.ec2.Instance;\nimport com.pulumi.aws.ec2.InstanceArgs;\nimport com.pulumi.resources.CustomResourceOptions;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var gw = new InternetGateway("gw", InternetGatewayArgs.builder()\n .vpcId(main.id())\n .build());\n\n var foo = new Instance("foo", InstanceArgs.Empty, CustomResourceOptions.builder()\n .dependsOn(gw)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n gw:\n type: aws:ec2:InternetGateway\n properties:\n vpcId: ${main.id}\n foo:\n type: aws:ec2:Instance\n options:\n dependson:\n - ${gw}\n```\n', () => InputType_Map_GetTypes(), false, @@ -284,8 +284,8 @@ resources: ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID to create in. See the aws.ec2.InternetGatewayAttachment resource for an alternate way to attach an Internet Gateway to a VPC.", + 'vpcId', + 'The VPC ID to create in. See the aws.ec2.InternetGatewayAttachment resource for an alternate way to attach an Internet Gateway to a VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/InternetGatewayAttachment.ts b/src/app/Models/codegen/aws/ec2/InternetGatewayAttachment.ts index 15bffcccd..3bb05a058 100644 --- a/src/app/Models/codegen/aws/ec2/InternetGatewayAttachment.ts +++ b/src/app/Models/codegen/aws/ec2/InternetGatewayAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InternetGatewayAttachmentArgs { // The ID of the internet gateway. @@ -25,16 +25,16 @@ export class InternetGatewayAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "internetGatewayId", - "The ID of the internet gateway.", + 'internetGatewayId', + 'The ID of the internet gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC.", + 'vpcId', + 'The ID of the VPC.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/KeyPair.ts b/src/app/Models/codegen/aws/ec2/KeyPair.ts index 41b76e521..08ae93d42 100644 --- a/src/app/Models/codegen/aws/ec2/KeyPair.ts +++ b/src/app/Models/codegen/aws/ec2/KeyPair.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyPairArgs { // The name for the key pair. If neither `key_name` nor `key_name_prefix` is provided, the provider will create a unique key name. @@ -52,32 +52,32 @@ export class KeyPair extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "publicKey", - "The public key material.", + 'publicKey', + 'The public key material.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "keyName", - "The name for the key pair. If neither `key_name` nor `key_name_prefix` is provided, the provider will create a unique key name.", + 'keyName', + 'The name for the key pair. If neither `key_name` nor `key_name_prefix` is provided, the provider will create a unique key name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "keyNamePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `key_name`. If neither `key_name` nor `key_name_prefix` is provided, the provider will create a unique key name.", + 'keyNamePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `key_name`. If neither `key_name` nor `key_name_prefix` is provided, the provider will create a unique key name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/LaunchConfiguration.ts b/src/app/Models/codegen/aws/ec2/LaunchConfiguration.ts index 824fb1d07..3f898eb2f 100644 --- a/src/app/Models/codegen/aws/ec2/LaunchConfiguration.ts +++ b/src/app/Models/codegen/aws/ec2/LaunchConfiguration.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchConfigurationEphemeralBlockDevice, ec2_LaunchConfigurationEphemeralBlockDevice_GetTypes, -} from "../types/ec2_LaunchConfigurationEphemeralBlockDevice"; +} from '../types/ec2_LaunchConfigurationEphemeralBlockDevice'; import { ec2_LaunchConfigurationEbsBlockDevice, ec2_LaunchConfigurationEbsBlockDevice_GetTypes, -} from "../types/ec2_LaunchConfigurationEbsBlockDevice"; +} from '../types/ec2_LaunchConfigurationEbsBlockDevice'; import { ec2_LaunchConfigurationMetadataOptions, ec2_LaunchConfigurationMetadataOptions_GetTypes, -} from "../types/ec2_LaunchConfigurationMetadataOptions"; +} from '../types/ec2_LaunchConfigurationMetadataOptions'; import { ec2_LaunchConfigurationRootBlockDevice, ec2_LaunchConfigurationRootBlockDevice_GetTypes, -} from "../types/ec2_LaunchConfigurationRootBlockDevice"; +} from '../types/ec2_LaunchConfigurationRootBlockDevice'; export interface LaunchConfigurationArgs { // The name attribute of the IAM instance profile to associate with launched instances. @@ -148,23 +148,23 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "metadataOptions", - "The metadata options for the instance.", + 'metadataOptions', + 'The metadata options for the instance.', () => ec2_LaunchConfigurationMetadataOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "rootBlockDevice", - "Customize details about the root block device of the instance. See Block Devices below for details.", + 'rootBlockDevice', + 'Customize details about the root block device of the instance. See Block Devices below for details.', () => ec2_LaunchConfigurationRootBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "placementTenancy", + 'placementTenancy', "The tenancy of the instance. Valid values are `default` or `dedicated`, see [AWS's Create Launch Configuration](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_CreateLaunchConfiguration.html) for more details.", () => [], false, @@ -172,55 +172,55 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of associated security group IDS.", + 'securityGroups', + 'A list of associated security group IDS.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The size of instance to launch.\n\nThe following arguments are optional:", + 'instanceType', + 'The size of instance to launch.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyName", - "The key name that should be used for the instance.", + 'keyName', + 'The key name that should be used for the instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableMonitoring", - "Enables/disables detailed monitoring. This is enabled by default.", + 'enableMonitoring', + 'Enables/disables detailed monitoring. This is enabled by default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userData", - "The user data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead.", + 'userData', + 'The user data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the launch configuration. If you leave this blank, this provider will auto-generate a unique name. Conflicts with `name_prefix`.", + 'name', + 'The name of the launch configuration. If you leave this blank, this provider will auto-generate a unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", + 'ephemeralBlockDevices', 'Customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details.', () => ec2_LaunchConfigurationEphemeralBlockDevice_GetTypes(), false, @@ -228,64 +228,64 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "associatePublicIpAddress", - "Associate a public ip address with an instance in a VPC.", + 'associatePublicIpAddress', + 'Associate a public ip address with an instance in a VPC.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "spotPrice", - "The maximum price to use for reserving spot instances.", + 'spotPrice', + 'The maximum price to use for reserving spot instances.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "If true, the launched EC2 instance will be EBS-optimized.", + 'ebsOptimized', + 'If true, the launched EC2 instance will be EBS-optimized.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "iamInstanceProfile", - "The name attribute of the IAM instance profile to associate with launched instances.", + 'iamInstanceProfile', + 'The name attribute of the IAM instance profile to associate with launched instances.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userDataBase64", - "Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.", + 'userDataBase64', + 'Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "imageId", - "The EC2 image ID to launch.", + 'imageId', + 'The EC2 image ID to launch.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "Additional EBS block devices to attach to the instance. See Block Devices below for details.", + 'ebsBlockDevices', + 'Additional EBS block devices to attach to the instance. See Block Devices below for details.', () => ec2_LaunchConfigurationEbsBlockDevice_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/LaunchTemplate.ts b/src/app/Models/codegen/aws/ec2/LaunchTemplate.ts index dcb6eb79e..ea632d29d 100644 --- a/src/app/Models/codegen/aws/ec2/LaunchTemplate.ts +++ b/src/app/Models/codegen/aws/ec2/LaunchTemplate.ts @@ -3,85 +3,85 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchTemplatePrivateDnsNameOptions, ec2_LaunchTemplatePrivateDnsNameOptions_GetTypes, -} from "../types/ec2_LaunchTemplatePrivateDnsNameOptions"; +} from '../types/ec2_LaunchTemplatePrivateDnsNameOptions'; import { ec2_LaunchTemplateMetadataOptions, ec2_LaunchTemplateMetadataOptions_GetTypes, -} from "../types/ec2_LaunchTemplateMetadataOptions"; +} from '../types/ec2_LaunchTemplateMetadataOptions'; import { ec2_LaunchTemplateElasticInferenceAccelerator, ec2_LaunchTemplateElasticInferenceAccelerator_GetTypes, -} from "../types/ec2_LaunchTemplateElasticInferenceAccelerator"; +} from '../types/ec2_LaunchTemplateElasticInferenceAccelerator'; import { ec2_LaunchTemplateInstanceRequirements, ec2_LaunchTemplateInstanceRequirements_GetTypes, -} from "../types/ec2_LaunchTemplateInstanceRequirements"; +} from '../types/ec2_LaunchTemplateInstanceRequirements'; import { ec2_LaunchTemplateElasticGpuSpecification, ec2_LaunchTemplateElasticGpuSpecification_GetTypes, -} from "../types/ec2_LaunchTemplateElasticGpuSpecification"; +} from '../types/ec2_LaunchTemplateElasticGpuSpecification'; import { ec2_LaunchTemplateTagSpecification, ec2_LaunchTemplateTagSpecification_GetTypes, -} from "../types/ec2_LaunchTemplateTagSpecification"; +} from '../types/ec2_LaunchTemplateTagSpecification'; import { ec2_LaunchTemplatePlacement, ec2_LaunchTemplatePlacement_GetTypes, -} from "../types/ec2_LaunchTemplatePlacement"; +} from '../types/ec2_LaunchTemplatePlacement'; import { ec2_LaunchTemplateInstanceMarketOptions, ec2_LaunchTemplateInstanceMarketOptions_GetTypes, -} from "../types/ec2_LaunchTemplateInstanceMarketOptions"; +} from '../types/ec2_LaunchTemplateInstanceMarketOptions'; import { ec2_LaunchTemplateMonitoring, ec2_LaunchTemplateMonitoring_GetTypes, -} from "../types/ec2_LaunchTemplateMonitoring"; +} from '../types/ec2_LaunchTemplateMonitoring'; import { ec2_LaunchTemplateCreditSpecification, ec2_LaunchTemplateCreditSpecification_GetTypes, -} from "../types/ec2_LaunchTemplateCreditSpecification"; +} from '../types/ec2_LaunchTemplateCreditSpecification'; import { ec2_LaunchTemplateLicenseSpecification, ec2_LaunchTemplateLicenseSpecification_GetTypes, -} from "../types/ec2_LaunchTemplateLicenseSpecification"; +} from '../types/ec2_LaunchTemplateLicenseSpecification'; import { ec2_LaunchTemplateIamInstanceProfile, ec2_LaunchTemplateIamInstanceProfile_GetTypes, -} from "../types/ec2_LaunchTemplateIamInstanceProfile"; +} from '../types/ec2_LaunchTemplateIamInstanceProfile'; import { ec2_LaunchTemplateCapacityReservationSpecification, ec2_LaunchTemplateCapacityReservationSpecification_GetTypes, -} from "../types/ec2_LaunchTemplateCapacityReservationSpecification"; +} from '../types/ec2_LaunchTemplateCapacityReservationSpecification'; import { ec2_LaunchTemplateNetworkInterface, ec2_LaunchTemplateNetworkInterface_GetTypes, -} from "../types/ec2_LaunchTemplateNetworkInterface"; +} from '../types/ec2_LaunchTemplateNetworkInterface'; import { ec2_LaunchTemplateBlockDeviceMapping, ec2_LaunchTemplateBlockDeviceMapping_GetTypes, -} from "../types/ec2_LaunchTemplateBlockDeviceMapping"; +} from '../types/ec2_LaunchTemplateBlockDeviceMapping'; import { ec2_LaunchTemplateMaintenanceOptions, ec2_LaunchTemplateMaintenanceOptions_GetTypes, -} from "../types/ec2_LaunchTemplateMaintenanceOptions"; +} from '../types/ec2_LaunchTemplateMaintenanceOptions'; import { ec2_LaunchTemplateCpuOptions, ec2_LaunchTemplateCpuOptions_GetTypes, -} from "../types/ec2_LaunchTemplateCpuOptions"; +} from '../types/ec2_LaunchTemplateCpuOptions'; import { ec2_LaunchTemplateHibernationOptions, ec2_LaunchTemplateHibernationOptions_GetTypes, -} from "../types/ec2_LaunchTemplateHibernationOptions"; +} from '../types/ec2_LaunchTemplateHibernationOptions'; import { ec2_LaunchTemplateEnclaveOptions, ec2_LaunchTemplateEnclaveOptions_GetTypes, -} from "../types/ec2_LaunchTemplateEnclaveOptions"; +} from '../types/ec2_LaunchTemplateEnclaveOptions'; export interface LaunchTemplateArgs { // Description of the launch template. @@ -374,296 +374,296 @@ A list of security group names to associate with. If you are creating Instances return [ new DynamicUIProps( InputType.Array, - "licenseSpecifications", - "A list of license specifications to associate with. See License Specification below for more details.", + 'licenseSpecifications', + 'A list of license specifications to associate with. See License Specification below for more details.', () => ec2_LaunchTemplateLicenseSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the launch template.", + 'description', + 'Description of the launch template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "defaultVersion", - "Default Version of the launch template.", + 'defaultVersion', + 'Default Version of the launch template.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "elasticInferenceAccelerator", - "Configuration block containing an Elastic Inference Accelerator to attach to the instance. See Elastic Inference Accelerator below for more details.", + 'elasticInferenceAccelerator', + 'Configuration block containing an Elastic Inference Accelerator to attach to the instance. See Elastic Inference Accelerator below for more details.', () => ec2_LaunchTemplateElasticInferenceAccelerator_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tagSpecifications", - "The tags to apply to the resources during launch. See Tag Specifications below for more details. Default tags are currently not propagated to ASG created resources so you may wish to inject your default tags into this variable against the relevant child resource types created.", + 'tagSpecifications', + 'The tags to apply to the resources during launch. See Tag Specifications below for more details. Default tags are currently not propagated to ASG created resources so you may wish to inject your default tags into this variable against the relevant child resource types created.', () => ec2_LaunchTemplateTagSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "maintenanceOptions", - "The maintenance options for the instance. See Maintenance Options below for more details.", + 'maintenanceOptions', + 'The maintenance options for the instance. See Maintenance Options below for more details.', () => ec2_LaunchTemplateMaintenanceOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "A list of security group IDs to associate with. Conflicts with `network_interfaces.security_groups`", + 'vpcSecurityGroupIds', + 'A list of security group IDs to associate with. Conflicts with `network_interfaces.security_groups`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "instanceRequirements", - "The attribute requirements for the type of instance. If present then `instance_type` cannot be present.", + 'instanceRequirements', + 'The attribute requirements for the type of instance. If present then `instance_type` cannot be present.', () => ec2_LaunchTemplateInstanceRequirements_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceInitiatedShutdownBehavior", - "Shutdown behavior for the instance. Can be `stop` or `terminate`.\n(Default: `stop`).", + 'instanceInitiatedShutdownBehavior', + 'Shutdown behavior for the instance. Can be `stop` or `terminate`.\n(Default: `stop`).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableApiTermination", - "If `true`, enables [EC2 Instance\nTermination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)", + 'disableApiTermination', + 'If `true`, enables [EC2 Instance\nTermination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Customize network interfaces to be attached at instance boot time. See Network\nInterfaces below for more details.", + 'networkInterfaces', + 'Customize network interfaces to be attached at instance boot time. See Network\nInterfaces below for more details.', () => ec2_LaunchTemplateNetworkInterface_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The type of the instance. If present then `instance_requirements` cannot be present.", + 'instanceType', + 'The type of the instance. If present then `instance_requirements` cannot be present.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ebsOptimized", - "If `true`, the launched EC2 instance will be EBS-optimized.", + 'ebsOptimized', + 'If `true`, the launched EC2 instance will be EBS-optimized.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableApiStop", - "If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).", + 'disableApiStop', + 'If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "capacityReservationSpecification", - "Targeting for EC2 capacity reservations. See Capacity Reservation Specification below for more details.", + 'capacityReservationSpecification', + 'Targeting for EC2 capacity reservations. See Capacity Reservation Specification below for more details.', () => ec2_LaunchTemplateCapacityReservationSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "privateDnsNameOptions", - "The options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.", + 'privateDnsNameOptions', + 'The options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.', () => ec2_LaunchTemplatePrivateDnsNameOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userData", - "The base64-encoded user data to provide when launching the instance.", + 'userData', + 'The base64-encoded user data to provide when launching the instance.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "blockDeviceMappings", - "Specify volumes to attach to the instance besides the volumes specified by the AMI.\nSee Block Devices below for details.", + 'blockDeviceMappings', + 'Specify volumes to attach to the instance besides the volumes specified by the AMI.\nSee Block Devices below for details.', () => ec2_LaunchTemplateBlockDeviceMapping_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "placement", - "The placement of the instance. See Placement below for more details.", + 'placement', + 'The placement of the instance. See Placement below for more details.', () => ec2_LaunchTemplatePlacement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "elasticGpuSpecifications", - "The elastic GPU to attach to the instance. See Elastic GPU\nbelow for more details.", + 'elasticGpuSpecifications', + 'The elastic GPU to attach to the instance. See Elastic GPU\nbelow for more details.', () => ec2_LaunchTemplateElasticGpuSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kernelId", - "The kernel ID.", + 'kernelId', + 'The kernel ID.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metadataOptions", - "Customize the metadata options for the instance. See Metadata Options below for more details.", + 'metadataOptions', + 'Customize the metadata options for the instance. See Metadata Options below for more details.', () => ec2_LaunchTemplateMetadataOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the launch template. If you leave this blank, the provider will auto-generate a unique name.", + 'name', + 'The name of the launch template. If you leave this blank, the provider will auto-generate a unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ramDiskId", - "The ID of the RAM disk.", + 'ramDiskId', + 'The ID of the RAM disk.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceMarketOptions", - "The market (purchasing) option for the instance. See Market Options\nbelow for details.", + 'instanceMarketOptions', + 'The market (purchasing) option for the instance. See Market Options\nbelow for details.', () => ec2_LaunchTemplateInstanceMarketOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "creditSpecification", - "Customize the credit specification of the instance. See Credit\nSpecification below for more details.", + 'creditSpecification', + 'Customize the credit specification of the instance. See Credit\nSpecification below for more details.', () => ec2_LaunchTemplateCreditSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "imageId", - "The AMI from which to launch the instance or use a Systems Manager parameter convention e.g. `resolve:ssm:parameter-name`. See [docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id) for more details.", + 'imageId', + 'The AMI from which to launch the instance or use a Systems Manager parameter convention e.g. `resolve:ssm:parameter-name`. See [docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupNames", - "A list of security group names to associate with. If you are creating Instances in a VPC, use\n`vpc_security_group_ids` instead.", + 'securityGroupNames', + 'A list of security group names to associate with. If you are creating Instances in a VPC, use\n`vpc_security_group_ids` instead.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the launch template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the launch template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cpuOptions", - "The CPU options for the instance. See CPU Options below for more details.", + 'cpuOptions', + 'The CPU options for the instance. See CPU Options below for more details.', () => ec2_LaunchTemplateCpuOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "hibernationOptions", - "The hibernation options for the instance. See Hibernation Options below for more details.", + 'hibernationOptions', + 'The hibernation options for the instance. See Hibernation Options below for more details.', () => ec2_LaunchTemplateHibernationOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "iamInstanceProfile", - "The IAM Instance Profile to launch the instance with. See Instance Profile\nbelow for more details.", + 'iamInstanceProfile', + 'The IAM Instance Profile to launch the instance with. See Instance Profile\nbelow for more details.', () => ec2_LaunchTemplateIamInstanceProfile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "enclaveOptions", - "Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.", + 'enclaveOptions', + 'Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.', () => ec2_LaunchTemplateEnclaveOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "monitoring", - "The monitoring option for the instance. See Monitoring below for more details.", + 'monitoring', + 'The monitoring option for the instance. See Monitoring below for more details.', () => ec2_LaunchTemplateMonitoring_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "updateDefaultVersion", - "Whether to update Default Version each update. Conflicts with `default_version`.", + 'updateDefaultVersion', + 'Whether to update Default Version each update. Conflicts with `default_version`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyName", - "The key name to use for the instance.", + 'keyName', + 'The key name to use for the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/LocalGatewayRoute.ts b/src/app/Models/codegen/aws/ec2/LocalGatewayRoute.ts index c6bda0569..6599b2138 100644 --- a/src/app/Models/codegen/aws/ec2/LocalGatewayRoute.ts +++ b/src/app/Models/codegen/aws/ec2/LocalGatewayRoute.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LocalGatewayRouteArgs { // Identifier of EC2 Local Gateway Virtual Interface Group. @@ -31,24 +31,24 @@ export class LocalGatewayRoute extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "localGatewayVirtualInterfaceGroupId", - "Identifier of EC2 Local Gateway Virtual Interface Group.", + 'localGatewayVirtualInterfaceGroupId', + 'Identifier of EC2 Local Gateway Virtual Interface Group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.", + 'destinationCidrBlock', + 'IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "localGatewayRouteTableId", - "Identifier of EC2 Local Gateway Route Table.", + 'localGatewayRouteTableId', + 'Identifier of EC2 Local Gateway Route Table.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/LocalGatewayRouteTableVpcAssociation.ts b/src/app/Models/codegen/aws/ec2/LocalGatewayRouteTableVpcAssociation.ts index b7f8573fe..19eecb56f 100644 --- a/src/app/Models/codegen/aws/ec2/LocalGatewayRouteTableVpcAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/LocalGatewayRouteTableVpcAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LocalGatewayRouteTableVpcAssociationArgs { // Identifier of EC2 Local Gateway Route Table. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "Identifier of EC2 VPC.\n\nThe following arguments are optional:", + 'vpcId', + 'Identifier of EC2 VPC.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "localGatewayRouteTableId", - "Identifier of EC2 Local Gateway Route Table.", + 'localGatewayRouteTableId', + 'Identifier of EC2 Local Gateway Route Table.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/MainRouteTableAssociation.ts b/src/app/Models/codegen/aws/ec2/MainRouteTableAssociation.ts index b5616b6b7..9cb0acf19 100644 --- a/src/app/Models/codegen/aws/ec2/MainRouteTableAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/MainRouteTableAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MainRouteTableAssociationArgs { /* @@ -34,16 +34,16 @@ main route table for the target VPC return [ new DynamicUIProps( InputType.String, - "routeTableId", - "The ID of the Route Table to set as the new\nmain route table for the target VPC", + 'routeTableId', + 'The ID of the Route Table to set as the new\nmain route table for the target VPC', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC whose main route table should be set", + 'vpcId', + 'The ID of the VPC whose main route table should be set', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/ManagedPrefixList.ts b/src/app/Models/codegen/aws/ec2/ManagedPrefixList.ts index a14ca20af..f8f9f8653 100644 --- a/src/app/Models/codegen/aws/ec2/ManagedPrefixList.ts +++ b/src/app/Models/codegen/aws/ec2/ManagedPrefixList.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_ManagedPrefixListEntry, ec2_ManagedPrefixListEntry_GetTypes, -} from "../types/ec2_ManagedPrefixListEntry"; +} from '../types/ec2_ManagedPrefixListEntry'; export interface ManagedPrefixListArgs { // Name of this resource. The name must not start with `com.amazonaws`. @@ -59,40 +59,40 @@ export class ManagedPrefixList extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of this resource. The name must not start with `com.amazonaws`.", + 'name', + 'Name of this resource. The name must not start with `com.amazonaws`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "Address family (`IPv4` or `IPv6`) of this prefix list.", + 'addressFamily', + 'Address family (`IPv4` or `IPv6`) of this prefix list.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "entries", - "Configuration block for prefix list entry. Detailed below. Different entries may have overlapping CIDR blocks, but a particular CIDR should not be duplicated.", + 'entries', + 'Configuration block for prefix list entry. Detailed below. Different entries may have overlapping CIDR blocks, but a particular CIDR should not be duplicated.', () => ec2_ManagedPrefixListEntry_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxEntries", - "Maximum number of entries that this prefix list can contain.", + 'maxEntries', + 'Maximum number of entries that this prefix list can contain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/ManagedPrefixListEntry.ts b/src/app/Models/codegen/aws/ec2/ManagedPrefixListEntry.ts index 7feb6e718..2023a7888 100644 --- a/src/app/Models/codegen/aws/ec2/ManagedPrefixListEntry.ts +++ b/src/app/Models/codegen/aws/ec2/ManagedPrefixListEntry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ManagedPrefixListEntryArgs { // Description of this entry. Please note that due to API limitations, updating only the description of an entry will require recreating the entry. @@ -31,24 +31,24 @@ export class ManagedPrefixListEntry extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of this entry. Please note that due to API limitations, updating only the description of an entry will require recreating the entry.", + 'description', + 'Description of this entry. Please note that due to API limitations, updating only the description of an entry will require recreating the entry.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "prefixListId", - "The ID of the prefix list.", + 'prefixListId', + 'The ID of the prefix list.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cidr", - "CIDR block of this entry.", + 'cidr', + 'CIDR block of this entry.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/NatGateway.ts b/src/app/Models/codegen/aws/ec2/NatGateway.ts index ec1eabb93..931775696 100644 --- a/src/app/Models/codegen/aws/ec2/NatGateway.ts +++ b/src/app/Models/codegen/aws/ec2/NatGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NatGatewayArgs { // A list of secondary private IPv4 addresses to assign to the NAT Gateway. @@ -73,39 +73,39 @@ export class NatGateway extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "subnetId", - "The Subnet ID of the subnet in which to place the NAT Gateway.", + 'subnetId', + 'The Subnet ID of the subnet in which to place the NAT Gateway.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "allocationId", - "The Allocation ID of the Elastic IP address for the NAT Gateway. Required for `connectivity_type` of `public`.", + 'allocationId', + 'The Allocation ID of the Elastic IP address for the NAT Gateway. Required for `connectivity_type` of `public`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectivityType", - "Connectivity type for the NAT Gateway. Valid values are `private` and `public`. Defaults to `public`.", + 'connectivityType', + 'Connectivity type for the NAT Gateway. Valid values are `private` and `public`. Defaults to `public`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateIp", + 'privateIp', "The private IPv4 address to assign to the NAT Gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.", () => [], false, @@ -113,24 +113,24 @@ export class NatGateway extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "secondaryAllocationIds", - "A list of secondary allocation EIP IDs for this NAT Gateway.", + 'secondaryAllocationIds', + 'A list of secondary allocation EIP IDs for this NAT Gateway.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "secondaryPrivateIpAddressCount", - "[Private NAT Gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT Gateway.", + 'secondaryPrivateIpAddressCount', + '[Private NAT Gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT Gateway.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "secondaryPrivateIpAddresses", - "A list of secondary private IPv4 addresses to assign to the NAT Gateway.", + 'secondaryPrivateIpAddresses', + 'A list of secondary private IPv4 addresses to assign to the NAT Gateway.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/NetworkAcl.ts b/src/app/Models/codegen/aws/ec2/NetworkAcl.ts index 9980e1ad3..800c248f4 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkAcl.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkAcl.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkAclEgress, ec2_NetworkAclEgress_GetTypes, -} from "../types/ec2_NetworkAclEgress"; +} from '../types/ec2_NetworkAclEgress'; import { ec2_NetworkAclIngress, ec2_NetworkAclIngress_GetTypes, -} from "../types/ec2_NetworkAclIngress"; +} from '../types/ec2_NetworkAclIngress'; export interface NetworkAclArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -60,40 +60,40 @@ export class NetworkAcl extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "egress", - "Specifies an egress rule. Parameters defined below.", + 'egress', + 'Specifies an egress rule. Parameters defined below.', () => ec2_NetworkAclEgress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ingress", - "Specifies an ingress rule. Parameters defined below.", + 'ingress', + 'Specifies an ingress rule. Parameters defined below.', () => ec2_NetworkAclIngress_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of Subnet IDs to apply the ACL to", + 'subnetIds', + 'A list of Subnet IDs to apply the ACL to', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the associated VPC.", + 'vpcId', + 'The ID of the associated VPC.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/NetworkAclAssociation.ts b/src/app/Models/codegen/aws/ec2/NetworkAclAssociation.ts index 005f6f044..b8aafdafb 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkAclAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkAclAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkAclAssociationArgs { // The ID of the network ACL. @@ -25,16 +25,16 @@ export class NetworkAclAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "networkAclId", - "The ID of the network ACL.", + 'networkAclId', + 'The ID of the network ACL.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the associated Subnet.", + 'subnetId', + 'The ID of the associated Subnet.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/NetworkAclRule.ts b/src/app/Models/codegen/aws/ec2/NetworkAclRule.ts index 1efc77c55..240fe30a9 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkAclRule.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkAclRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkAclRuleArgs { // The network range to allow or deny, in CIDR notation (for example 172.16.0.0/24 ). @@ -95,88 +95,88 @@ ICMP protocol: The ICMP code. Required if specifying ICMP for the protocolE.g., return [ new DynamicUIProps( InputType.Number, - "toPort", - "The to port to match.", + 'toPort', + 'The to port to match.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The from port to match.", + 'fromPort', + 'The from port to match.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "icmpCode", - "ICMP protocol: The ICMP code. Required if specifying ICMP for the protocolE.g., -1\n\n> **NOTE:** If the value of `protocol` is `-1` or `all`, the `from_port` and `to_port` values will be ignored and the rule will apply to all ports.\n\n> **NOTE:** If the value of `icmp_type` is `-1` (which results in a wildcard ICMP type), the `icmp_code` must also be set to `-1` (wildcard ICMP code).\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml", + 'icmpCode', + 'ICMP protocol: The ICMP code. Required if specifying ICMP for the protocolE.g., -1\n\n> **NOTE:** If the value of `protocol` is `-1` or `all`, the `from_port` and `to_port` values will be ignored and the rule will apply to all ports.\n\n> **NOTE:** If the value of `icmp_type` is `-1` (which results in a wildcard ICMP type), the `icmp_code` must also be set to `-1` (wildcard ICMP code).\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol. A value of -1 means all protocols.", + 'protocol', + 'The protocol. A value of -1 means all protocols.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The network range to allow or deny, in CIDR notation (for example 172.16.0.0/24 ).", + 'cidrBlock', + 'The network range to allow or deny, in CIDR notation (for example 172.16.0.0/24 ).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkAclId", - "The ID of the network ACL.", + 'networkAclId', + 'The ID of the network ACL.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ruleAction", - "Indicates whether to allow or deny the traffic that matches the rule. Accepted values: `allow` | `deny`", + 'ruleAction', + 'Indicates whether to allow or deny the traffic that matches the rule. Accepted values: `allow` | `deny`', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.", + 'ruleNumber', + 'The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "icmpType", - "ICMP protocol: The ICMP type. Required if specifying ICMP for the protocolE.g., -1", + 'icmpType', + 'ICMP protocol: The ICMP type. Required if specifying ICMP for the protocolE.g., -1', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "egress", - "Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet). Default `false`.", + 'egress', + 'Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet). Default `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block to allow or deny.", + 'ipv6CidrBlock', + 'The IPv6 CIDR block to allow or deny.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/NetworkInsightsAnalysis.ts b/src/app/Models/codegen/aws/ec2/NetworkInsightsAnalysis.ts index e485922bf..909c15ac3 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkInsightsAnalysis.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkInsightsAnalysis.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisAlternatePathHint, ec2_NetworkInsightsAnalysisAlternatePathHint_GetTypes, -} from "../types/ec2_NetworkInsightsAnalysisAlternatePathHint"; +} from '../types/ec2_NetworkInsightsAnalysisAlternatePathHint'; import { ec2_NetworkInsightsAnalysisForwardPathComponent, ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes, -} from "../types/ec2_NetworkInsightsAnalysisForwardPathComponent"; +} from '../types/ec2_NetworkInsightsAnalysisForwardPathComponent'; import { ec2_NetworkInsightsAnalysisExplanation, ec2_NetworkInsightsAnalysisExplanation_GetTypes, -} from "../types/ec2_NetworkInsightsAnalysisExplanation"; +} from '../types/ec2_NetworkInsightsAnalysisExplanation'; import { ec2_NetworkInsightsAnalysisReturnPathComponent, ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes, -} from "../types/ec2_NetworkInsightsAnalysisReturnPathComponent"; +} from '../types/ec2_NetworkInsightsAnalysisReturnPathComponent'; export interface NetworkInsightsAnalysisArgs { // A list of ARNs for resources the path must traverse. @@ -94,32 +94,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "filterInArns", - "A list of ARNs for resources the path must traverse.", + 'filterInArns', + 'A list of ARNs for resources the path must traverse.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "networkInsightsPathId", - "ID of the Network Insights Path to run an analysis on.\n\nThe following arguments are optional:", + 'networkInsightsPathId', + 'ID of the Network Insights Path to run an analysis on.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitForCompletion", - "If enabled, the resource will wait for the Network Insights Analysis status to change to `succeeded` or `failed`. Setting this to `false` will skip the process. Default: `true`.", + 'waitForCompletion', + 'If enabled, the resource will wait for the Network Insights Analysis status to change to `succeeded` or `failed`. Setting this to `false` will skip the process. Default: `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/NetworkInsightsPath.ts b/src/app/Models/codegen/aws/ec2/NetworkInsightsPath.ts index 81ea8b3c8..0ffe6dc82 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkInsightsPath.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkInsightsPath.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkInsightsPathArgs { // IP address of the destination resource. @@ -75,56 +75,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "destinationIp", - "IP address of the destination resource.", + 'destinationIp', + 'IP address of the destination resource.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "destinationPort", - "Destination port to analyze access to.", + 'destinationPort', + 'Destination port to analyze access to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use for analysis. Valid options are `tcp` or `udp`.\n\nThe following arguments are optional:", + 'protocol', + 'Protocol to use for analysis. Valid options are `tcp` or `udp`.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "source", - "ID or ARN of the resource which is the source of the path. Can be an Instance, Internet Gateway, Network Interface, Transit Gateway, VPC Endpoint, VPC Peering Connection or VPN Gateway. If the resource is in another account, you must specify an ARN.", + 'source', + 'ID or ARN of the resource which is the source of the path. Can be an Instance, Internet Gateway, Network Interface, Transit Gateway, VPC Endpoint, VPC Peering Connection or VPN Gateway. If the resource is in another account, you must specify an ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceIp", - "IP address of the source resource.", + 'sourceIp', + 'IP address of the source resource.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "destination", - "ID or ARN of the resource which is the destination of the path. Can be an Instance, Internet Gateway, Network Interface, Transit Gateway, VPC Endpoint, VPC Peering Connection or VPN Gateway. If the resource is in another account, you must specify an ARN.", + 'destination', + 'ID or ARN of the resource which is the destination of the path. Can be an Instance, Internet Gateway, Network Interface, Transit Gateway, VPC Endpoint, VPC Peering Connection or VPN Gateway. If the resource is in another account, you must specify an ARN.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/NetworkInterface.ts b/src/app/Models/codegen/aws/ec2/NetworkInterface.ts index 6c705a5b9..fca039818 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkInterface.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkInterface.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInterfaceAttachment, ec2_NetworkInterfaceAttachment_GetTypes, -} from "../types/ec2_NetworkInterfaceAttachment"; +} from '../types/ec2_NetworkInterfaceAttachment'; export interface NetworkInterfaceArgs { // Type of network interface to create. Set to `efa` for Elastic Fabric Adapter. Changing `interface_type` will cause the resource to be destroyed and re-created. @@ -163,31 +163,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "ipv6AddressListEnabled", - "Whether `ipv6_address_list` is allowed and controls the IPs to assign to the ENI and `ipv6_addresses` and `ipv6_address_count` become read-only. Default false.", + 'ipv6AddressListEnabled', + 'Whether `ipv6_address_list` is allowed and controls the IPs to assign to the ENI and `ipv6_addresses` and `ipv6_address_count` become read-only. Default false.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "privateIpListEnabled", - "Whether `private_ip_list` is allowed and controls the IPs to assign to the ENI and `private_ips` and `private_ips_count` become read-only. Default false.", + 'privateIpListEnabled', + 'Whether `private_ip_list` is allowed and controls the IPs to assign to the ENI and `private_ips` and `private_ips_count` become read-only. Default false.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv4Prefixes", - "One or more IPv4 prefixes assigned to the network interface.", + 'ipv4Prefixes', + 'One or more IPv4 prefixes assigned to the network interface.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ipv6Addresses", + 'ipv6Addresses', "One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Addresses are assigned without regard to order. You can't use this option if you're specifying `ipv6_address_count`.", () => InputType_String_GetTypes(), false, @@ -195,63 +195,63 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "sourceDestCheck", - "Whether to enable source destination checking for the ENI. Default true.", + 'sourceDestCheck', + 'Whether to enable source destination checking for the ENI. Default true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "Subnet ID to create the ENI in.\n\nThe following arguments are optional:", + 'subnetId', + 'Subnet ID to create the ENI in.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "ipv6AddressLists", - "List of private IPs to assign to the ENI in sequential order.", + 'ipv6AddressLists', + 'List of private IPs to assign to the ENI in sequential order.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group IDs to assign to the ENI.", + 'securityGroups', + 'List of security group IDs to assign to the ENI.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "attachments", - "Configuration block to define the attachment of the ENI. See Attachment below for more details!", + 'attachments', + 'Configuration block to define the attachment of the ENI. See Attachment below for more details!', () => ec2_NetworkInterfaceAttachment_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "privateIpsCount", - "Number of secondary private IPs to assign to the ENI. The total number of private IPs will be 1 + `private_ips_count`, as a primary private IP will be assiged to an ENI by default.", + 'privateIpsCount', + 'Number of secondary private IPs to assign to the ENI. The total number of private IPs will be 1 + `private_ips_count`, as a primary private IP will be assiged to an ENI by default.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ipv6AddressCount", + 'ipv6AddressCount', "Number of IPv6 addresses to assign to a network interface. You can't use this option if specifying specific `ipv6_addresses`. If your subnet has the AssignIpv6AddressOnCreation attribute set to `true`, you can specify `0` to override this setting.", () => [], false, @@ -259,64 +259,64 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "privateIp", - "", + 'privateIp', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "privateIpLists", - "List of private IPs to assign to the ENI in sequential order. Requires setting `private_ip_list_enabled` to `true`.", + 'privateIpLists', + 'List of private IPs to assign to the ENI in sequential order. Requires setting `private_ip_list_enabled` to `true`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the network interface.", + 'description', + 'Description for the network interface.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "interfaceType", - "Type of network interface to create. Set to `efa` for Elastic Fabric Adapter. Changing `interface_type` will cause the resource to be destroyed and re-created.", + 'interfaceType', + 'Type of network interface to create. Set to `efa` for Elastic Fabric Adapter. Changing `interface_type` will cause the resource to be destroyed and re-created.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "ipv4PrefixCount", - "Number of IPv4 prefixes that AWS automatically assigns to the network interface.", + 'ipv4PrefixCount', + 'Number of IPv4 prefixes that AWS automatically assigns to the network interface.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ipv6PrefixCount", - "Number of IPv6 prefixes that AWS automatically assigns to the network interface.", + 'ipv6PrefixCount', + 'Number of IPv6 prefixes that AWS automatically assigns to the network interface.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv6Prefixes", - "One or more IPv6 prefixes assigned to the network interface.", + 'ipv6Prefixes', + 'One or more IPv6 prefixes assigned to the network interface.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "privateIps", - "List of private IPs to assign to the ENI without regard to order.", + 'privateIps', + 'List of private IPs to assign to the ENI without regard to order.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/NetworkInterfaceAttachment.ts b/src/app/Models/codegen/aws/ec2/NetworkInterfaceAttachment.ts index 606af10de..48a9c7fb4 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkInterfaceAttachment.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkInterfaceAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkInterfaceAttachmentArgs { // Network interface index (int). @@ -37,24 +37,24 @@ export class NetworkInterfaceAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "deviceIndex", - "Network interface index (int).", + 'deviceIndex', + 'Network interface index (int).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceId", - "Instance ID to attach.", + 'instanceId', + 'Instance ID to attach.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "ENI ID to attach.", + 'networkInterfaceId', + 'ENI ID to attach.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/NetworkInterfaceSecurityGroupAttachment.ts b/src/app/Models/codegen/aws/ec2/NetworkInterfaceSecurityGroupAttachment.ts index ee3ecd7c2..31bb51c16 100644 --- a/src/app/Models/codegen/aws/ec2/NetworkInterfaceSecurityGroupAttachment.ts +++ b/src/app/Models/codegen/aws/ec2/NetworkInterfaceSecurityGroupAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkInterfaceSecurityGroupAttachmentArgs { // The ID of the network interface to attach to. @@ -25,16 +25,16 @@ export class NetworkInterfaceSecurityGroupAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The ID of the network interface to attach to.", + 'networkInterfaceId', + 'The ID of the network interface to attach to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "The ID of the security group.", + 'securityGroupId', + 'The ID of the security group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/PeeringConnectionOptions.ts b/src/app/Models/codegen/aws/ec2/PeeringConnectionOptions.ts index 0855b7ed5..96b28dc53 100644 --- a/src/app/Models/codegen/aws/ec2/PeeringConnectionOptions.ts +++ b/src/app/Models/codegen/aws/ec2/PeeringConnectionOptions.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_PeeringConnectionOptionsAccepter, ec2_PeeringConnectionOptionsAccepter_GetTypes, -} from "../types/ec2_PeeringConnectionOptionsAccepter"; +} from '../types/ec2_PeeringConnectionOptionsAccepter'; import { ec2_PeeringConnectionOptionsRequester, ec2_PeeringConnectionOptionsRequester_GetTypes, -} from "../types/ec2_PeeringConnectionOptionsRequester"; +} from '../types/ec2_PeeringConnectionOptionsRequester'; export interface PeeringConnectionOptionsArgs { // An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that acceptsthe peering connection (a maximum of one). @@ -39,24 +39,24 @@ export class PeeringConnectionOptions extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "accepter", - "An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that acceptsthe peering connection (a maximum of one).", + 'accepter', + 'An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that acceptsthe peering connection (a maximum of one).', () => ec2_PeeringConnectionOptionsAccepter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "requester", - "A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requeststhe peering connection (a maximum of one).", + 'requester', + 'A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requeststhe peering connection (a maximum of one).', () => ec2_PeeringConnectionOptionsRequester_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "The ID of the requester VPC peering connection.", + 'vpcPeeringConnectionId', + 'The ID of the requester VPC peering connection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/PlacementGroup.ts b/src/app/Models/codegen/aws/ec2/PlacementGroup.ts index 9bb150602..d08ffdf7a 100644 --- a/src/app/Models/codegen/aws/ec2/PlacementGroup.ts +++ b/src/app/Models/codegen/aws/ec2/PlacementGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PlacementGroupArgs { // Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -66,40 +66,40 @@ placement group. Can only be specified when the `strategy` is set to return [ new DynamicUIProps( InputType.String, - "strategy", - "The placement strategy. Can be `cluster`, `partition` or `spread`.", + 'strategy', + 'The placement strategy. Can be `cluster`, `partition` or `spread`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the placement group.", + 'name', + 'The name of the placement group.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "partitionCount", - "The number of partitions to create in the\nplacement group. Can only be specified when the `strategy` is set to\n`partition`. Valid values are 1 - 7 (default is `2`).", + 'partitionCount', + 'The number of partitions to create in the\nplacement group. Can only be specified when the `strategy` is set to\n`partition`. Valid values are 1 - 7 (default is `2`).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "spreadLevel", - "Determines how placement groups spread instances. Can only be used\nwhen the `strategy` is set to `spread`. Can be `host` or `rack`. `host` can only be used for Outpost placement groups. Defaults to `rack`.", + 'spreadLevel', + 'Determines how placement groups spread instances. Can only be used\nwhen the `strategy` is set to `spread`. Can be `host` or `rack`. `host` can only be used for Outpost placement groups. Defaults to `rack`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/ProxyProtocolPolicy.ts b/src/app/Models/codegen/aws/ec2/ProxyProtocolPolicy.ts index 0511a8198..2c39b0533 100644 --- a/src/app/Models/codegen/aws/ec2/ProxyProtocolPolicy.ts +++ b/src/app/Models/codegen/aws/ec2/ProxyProtocolPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProxyProtocolPolicyArgs { /* @@ -37,16 +37,16 @@ should be attached. return [ new DynamicUIProps( InputType.String, - "loadBalancer", - "The load balancer to which the policy\nshould be attached.", + 'loadBalancer', + 'The load balancer to which the policy\nshould be attached.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "instancePorts", - "List of instance ports to which the policy\nshould be applied. This can be specified if the protocol is SSL or TCP.", + 'instancePorts', + 'List of instance ports to which the policy\nshould be applied. This can be specified if the protocol is SSL or TCP.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/ec2/Route.ts b/src/app/Models/codegen/aws/ec2/Route.ts index ff212ffff..e6651c3cf 100644 --- a/src/app/Models/codegen/aws/ec2/Route.ts +++ b/src/app/Models/codegen/aws/ec2/Route.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteArgs { // The destination CIDR block. @@ -133,63 +133,63 @@ One of the following target arguments must be supplied: return [ new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "The ID of a managed prefix list destination.\n\nOne of the following target arguments must be supplied:", + 'destinationPrefixListId', + 'The ID of a managed prefix list destination.\n\nOne of the following target arguments must be supplied:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "Identifier of a VPC NAT gateway.", + 'natGatewayId', + 'Identifier of a VPC NAT gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of an EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of an EC2 Transit Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeTableId", - "The ID of the routing table.\n\nOne of the following destination arguments must be supplied:", + 'routeTableId', + 'The ID of the routing table.\n\nOne of the following destination arguments must be supplied:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "coreNetworkArn", - "The Amazon Resource Name (ARN) of a core network.", + 'coreNetworkArn', + 'The Amazon Resource Name (ARN) of a core network.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "The destination CIDR block.", + 'destinationCidrBlock', + 'The destination CIDR block.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "Identifier of an EC2 network interface.", + 'networkInterfaceId', + 'Identifier of an EC2 network interface.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", + 'vpcPeeringConnectionId', 'Identifier of a VPC peering connection.\n\nNote that the default route, mapping the VPC\'s CIDR block to "local", is created implicitly and cannot be specified.', () => [], false, @@ -197,48 +197,48 @@ One of the following target arguments must be supplied: ), new DynamicUIProps( InputType.String, - "destinationIpv6CidrBlock", - "The destination IPv6 CIDR block.", + 'destinationIpv6CidrBlock', + 'The destination IPv6 CIDR block.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "localGatewayId", - "Identifier of a Outpost local gateway.", + 'localGatewayId', + 'Identifier of a Outpost local gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "Identifier of a VPC Endpoint.", + 'vpcEndpointId', + 'Identifier of a VPC Endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "carrierGatewayId", - "Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.", + 'carrierGatewayId', + 'Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "Identifier of a VPC internet gateway or a virtual private gateway. Specify `local` when updating a previously imported local route.", + 'gatewayId', + 'Identifier of a VPC internet gateway or a virtual private gateway. Specify `local` when updating a previously imported local route.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "egressOnlyGatewayId", - "Identifier of a VPC Egress Only Internet Gateway.", + 'egressOnlyGatewayId', + 'Identifier of a VPC Egress Only Internet Gateway.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/RouteTable.ts b/src/app/Models/codegen/aws/ec2/RouteTable.ts index 889a01511..e7823b372 100644 --- a/src/app/Models/codegen/aws/ec2/RouteTable.ts +++ b/src/app/Models/codegen/aws/ec2/RouteTable.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_RouteTableRoute, ec2_RouteTableRoute_GetTypes, -} from "../types/ec2_RouteTableRoute"; +} from '../types/ec2_RouteTableRoute'; export interface RouteTableArgs { // The VPC ID. @@ -56,32 +56,32 @@ This means that omitting this argument is interpreted as ignoring any existing r return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID.", + 'vpcId', + 'The VPC ID.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "propagatingVgws", - "A list of virtual gateways for propagation.", + 'propagatingVgws', + 'A list of virtual gateways for propagation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "routes", - "A list of route objects. Their keys are documented below.\nThis means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.", + 'routes', + 'A list of route objects. Their keys are documented below.\nThis means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.', () => ec2_RouteTableRoute_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/RouteTableAssociation.ts b/src/app/Models/codegen/aws/ec2/RouteTableAssociation.ts index 999bd7bc4..c919b5a12 100644 --- a/src/app/Models/codegen/aws/ec2/RouteTableAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/RouteTableAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteTableAssociationArgs { // The gateway ID to create an association. Conflicts with `subnet_id`. @@ -31,24 +31,24 @@ export class RouteTableAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "subnetId", - "The subnet ID to create an association. Conflicts with `gateway_id`.", + 'subnetId', + 'The subnet ID to create an association. Conflicts with `gateway_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayId", - "The gateway ID to create an association. Conflicts with `subnet_id`.", + 'gatewayId', + 'The gateway ID to create an association. Conflicts with `subnet_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "routeTableId", - "The ID of the routing table to associate with.", + 'routeTableId', + 'The ID of the routing table to associate with.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/SecurityGroup.ts b/src/app/Models/codegen/aws/ec2/SecurityGroup.ts index 2785185e1..f3a8a2463 100644 --- a/src/app/Models/codegen/aws/ec2/SecurityGroup.ts +++ b/src/app/Models/codegen/aws/ec2/SecurityGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SecurityGroupEgress, ec2_SecurityGroupEgress_GetTypes, -} from "../types/ec2_SecurityGroupEgress"; +} from '../types/ec2_SecurityGroupEgress'; import { ec2_SecurityGroupIngress, ec2_SecurityGroupIngress_GetTypes, -} from "../types/ec2_SecurityGroupIngress"; +} from '../types/ec2_SecurityGroupIngress'; export interface SecurityGroupArgs { // VPC ID. Defaults to the region's default VPC. @@ -78,47 +78,47 @@ export class SecurityGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "ingress", - "Configuration block for ingress rules. Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below. This argument is processed in attribute-as-blocks mode.", + 'ingress', + 'Configuration block for ingress rules. Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below. This argument is processed in attribute-as-blocks mode.', () => ec2_SecurityGroupIngress_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the security group. If omitted, the provider will assign a random, unique name.", + 'name', + 'Name of the security group. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "revokeRulesOnDelete", - "Instruct the provider to revoke all of the Security Groups attached ingress and egress rules before deleting the rule itself. This is normally not needed, however certain AWS services such as Elastic Map Reduce may automatically add required rules to security groups used with the service, and those rules may contain a cyclic dependency that prevent the security groups from being destroyed without removing the dependency first. Default `false`.", + 'revokeRulesOnDelete', + 'Instruct the provider to revoke all of the Security Groups attached ingress and egress rules before deleting the rule itself. This is normally not needed, however certain AWS services such as Elastic Map Reduce may automatically add required rules to security groups used with the service, and those rules may contain a cyclic dependency that prevent the security groups from being destroyed without removing the dependency first. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", + 'vpcId', "VPC ID. Defaults to the region's default VPC.", () => [], false, @@ -126,7 +126,7 @@ export class SecurityGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", + 'description', 'Security group description. Defaults to `Managed by Pulumi`. Cannot be `""`. **NOTE**: This field maps to the AWS `GroupDescription` attribute, for which there is no Update API. If you\'d like to classify your security groups in a way that can be updated, use `tags`.', () => [], false, @@ -134,8 +134,8 @@ export class SecurityGroup extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "egress", - "Configuration block for egress rules. Can be specified multiple times for each egress rule. Each egress block supports fields documented below. This argument is processed in attribute-as-blocks mode.", + 'egress', + 'Configuration block for egress rules. Can be specified multiple times for each egress rule. Each egress block supports fields documented below. This argument is processed in attribute-as-blocks mode.', () => ec2_SecurityGroupEgress_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/SecurityGroupAssociation.ts b/src/app/Models/codegen/aws/ec2/SecurityGroupAssociation.ts index f596e1bf1..2f1bcc4da 100644 --- a/src/app/Models/codegen/aws/ec2/SecurityGroupAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/SecurityGroupAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityGroupAssociationArgs { // The ID of the VPC endpoint with which the security group will be associated. @@ -31,15 +31,15 @@ export class SecurityGroupAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC endpoint with which the security group will be associated.", + 'vpcEndpointId', + 'The ID of the VPC endpoint with which the security group will be associated.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "replaceDefaultAssociation", + 'replaceDefaultAssociation', "Whether this association should replace the association with the VPC's default security group that is created when no security groups are specified during VPC endpoint creation. At most 1 association per-VPC endpoint should be configured with `replace_default_association = true`.", () => [], false, @@ -47,8 +47,8 @@ export class SecurityGroupAssociation extends DS_Resource { ), new DynamicUIProps( InputType.String, - "securityGroupId", - "The ID of the security group to be associated with the VPC endpoint.", + 'securityGroupId', + 'The ID of the security group to be associated with the VPC endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/SecurityGroupRule.ts b/src/app/Models/codegen/aws/ec2/SecurityGroupRule.ts index cfd5fc832..e6e6408ce 100644 --- a/src/app/Models/codegen/aws/ec2/SecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/ec2/SecurityGroupRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityGroupRuleArgs { // Protocol. If not icmp, icmpv6, tcp, udp, or all use the [protocol number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) @@ -96,55 +96,55 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol. If not icmp, icmpv6, tcp, udp, or all use the [protocol number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)", + 'protocol', + 'Protocol. If not icmp, icmpv6, tcp, udp, or all use the [protocol number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "List of CIDR blocks. Cannot be specified with `source_security_group_id` or `self`.", + 'cidrBlocks', + 'List of CIDR blocks. Cannot be specified with `source_security_group_id` or `self`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "List of Prefix List IDs.", + 'prefixListIds', + 'List of Prefix List IDs.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "self", - "Whether the security group itself will be added as a source to this ingress rule. Cannot be specified with `cidr_blocks`, `ipv6_cidr_blocks`, or `source_security_group_id`.", + 'self', + 'Whether the security group itself will be added as a source to this ingress rule. Cannot be specified with `cidr_blocks`, `ipv6_cidr_blocks`, or `source_security_group_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule.", + 'description', + 'Description of the rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv6CidrBlocks", - "List of IPv6 CIDR blocks. Cannot be specified with `source_security_group_id` or `self`.", + 'ipv6CidrBlocks', + 'List of IPv6 CIDR blocks. Cannot be specified with `source_security_group_id` or `self`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "toPort", + 'toPort', 'End port (or ICMP code if protocol is "icmp").', () => [], true, @@ -152,15 +152,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "type", - "Type of rule being created. Valid options are `ingress` (inbound)\nor `egress` (outbound).\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `source_security_group_id` are all marked as optional, you _must_ provide one of them in order to configure the source of the traffic.", + 'type', + 'Type of rule being created. Valid options are `ingress` (inbound)\nor `egress` (outbound).\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `source_security_group_id` are all marked as optional, you _must_ provide one of them in order to configure the source of the traffic.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "fromPort", + 'fromPort', 'Start port (or ICMP type number if protocol is "icmp" or "icmpv6").', () => [], true, @@ -168,16 +168,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "securityGroupId", - "Security group to apply this rule to.", + 'securityGroupId', + 'Security group to apply this rule to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceSecurityGroupId", - "Security group id to allow access to/from, depending on the `type`. Cannot be specified with `cidr_blocks`, `ipv6_cidr_blocks`, or `self`.", + 'sourceSecurityGroupId', + 'Security group id to allow access to/from, depending on the `type`. Cannot be specified with `cidr_blocks`, `ipv6_cidr_blocks`, or `self`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/SerialConsoleAccess.ts b/src/app/Models/codegen/aws/ec2/SerialConsoleAccess.ts index f90eecf87..3ca56b757 100644 --- a/src/app/Models/codegen/aws/ec2/SerialConsoleAccess.ts +++ b/src/app/Models/codegen/aws/ec2/SerialConsoleAccess.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SerialConsoleAccessArgs { // Whether or not serial console access is enabled. Valid values are `true` or `false`. Defaults to `true`. @@ -19,8 +19,8 @@ export class SerialConsoleAccess extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not serial console access is enabled. Valid values are `true` or `false`. Defaults to `true`.", + 'enabled', + 'Whether or not serial console access is enabled. Valid values are `true` or `false`. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/SnapshotCreateVolumePermission.ts b/src/app/Models/codegen/aws/ec2/SnapshotCreateVolumePermission.ts index b062ea909..939800b82 100644 --- a/src/app/Models/codegen/aws/ec2/SnapshotCreateVolumePermission.ts +++ b/src/app/Models/codegen/aws/ec2/SnapshotCreateVolumePermission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotCreateVolumePermissionArgs { // An AWS Account ID to add create volume permissions. The AWS Account cannot be the snapshot's owner @@ -25,7 +25,7 @@ export class SnapshotCreateVolumePermission extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", + 'accountId', "An AWS Account ID to add create volume permissions. The AWS Account cannot be the snapshot's owner", () => [], true, @@ -33,8 +33,8 @@ export class SnapshotCreateVolumePermission extends DS_Resource { ), new DynamicUIProps( InputType.String, - "snapshotId", - "A snapshot ID", + 'snapshotId', + 'A snapshot ID', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/SpotDatafeedSubscription.ts b/src/app/Models/codegen/aws/ec2/SpotDatafeedSubscription.ts index bcae07d1e..eb9d8a08f 100644 --- a/src/app/Models/codegen/aws/ec2/SpotDatafeedSubscription.ts +++ b/src/app/Models/codegen/aws/ec2/SpotDatafeedSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SpotDatafeedSubscriptionArgs { // The Amazon S3 bucket in which to store the Spot instance data feed. @@ -25,16 +25,16 @@ export class SpotDatafeedSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "The Amazon S3 bucket in which to store the Spot instance data feed.", + 'bucket', + 'The Amazon S3 bucket in which to store the Spot instance data feed.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "prefix", - "Path of folder inside bucket to place spot pricing data.", + 'prefix', + 'Path of folder inside bucket to place spot pricing data.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/SpotFleetRequest.ts b/src/app/Models/codegen/aws/ec2/SpotFleetRequest.ts index 9d63b29e6..64cd7ff7f 100644 --- a/src/app/Models/codegen/aws/ec2/SpotFleetRequest.ts +++ b/src/app/Models/codegen/aws/ec2/SpotFleetRequest.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestSpotMaintenanceStrategies, ec2_SpotFleetRequestSpotMaintenanceStrategies_GetTypes, -} from "../types/ec2_SpotFleetRequestSpotMaintenanceStrategies"; +} from '../types/ec2_SpotFleetRequestSpotMaintenanceStrategies'; import { ec2_SpotFleetRequestLaunchTemplateConfig, ec2_SpotFleetRequestLaunchTemplateConfig_GetTypes, -} from "../types/ec2_SpotFleetRequestLaunchTemplateConfig"; +} from '../types/ec2_SpotFleetRequestLaunchTemplateConfig'; import { ec2_SpotFleetRequestLaunchSpecification, ec2_SpotFleetRequestLaunchSpecification_GetTypes, -} from "../types/ec2_SpotFleetRequestLaunchSpecification"; +} from '../types/ec2_SpotFleetRequestLaunchSpecification'; export interface SpotFleetRequestArgs { // The maximum amount per hour for On-Demand Instances that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. @@ -284,95 +284,95 @@ instance stops or terminates when it is interrupted. Default is return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitForFulfillment", - "If set, this provider will\nwait for the Spot Request to be fulfilled, and will throw an error if the\ntimeout of 10m is reached.", + 'waitForFulfillment', + 'If set, this provider will\nwait for the Spot Request to be fulfilled, and will throw an error if the\ntimeout of 10m is reached.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "onDemandTargetCapacity", - "The number of On-Demand units to request. If the request type is `maintain`, you can specify a target capacity of 0 and add capacity later.", + 'onDemandTargetCapacity', + 'The number of On-Demand units to request. If the request type is `maintain`, you can specify a target capacity of 0 and add capacity later.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fleetType", - "The type of fleet request. Indicates whether the Spot Fleet only requests the target\ncapacity or also attempts to maintain it. Default is `maintain`.", + 'fleetType', + 'The type of fleet request. Indicates whether the Spot Fleet only requests the target\ncapacity or also attempts to maintain it. Default is `maintain`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "onDemandAllocationStrategy", - "The order of the launch template overrides to use in fulfilling On-Demand capacity. the possible values are: `lowestPrice` and `prioritized`. the default is `lowestPrice`.", + 'onDemandAllocationStrategy', + 'The order of the launch template overrides to use in fulfilling On-Demand capacity. the possible values are: `lowestPrice` and `prioritized`. the default is `lowestPrice`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spotMaintenanceStrategies", - "Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.", + 'spotMaintenanceStrategies', + 'Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.', () => ec2_SpotFleetRequestSpotMaintenanceStrategies_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamFleetRole", - "Grants the Spot fleet permission to terminate\nSpot instances on your behalf when you cancel its Spot fleet request using\nCancelSpotFleetRequests or when the Spot fleet request expires, if you set\nterminateInstancesWithExpiration.", + 'iamFleetRole', + 'Grants the Spot fleet permission to terminate\nSpot instances on your behalf when you cancel its Spot fleet request using\nCancelSpotFleetRequests or when the Spot fleet request expires, if you set\nterminateInstancesWithExpiration.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "replaceUnhealthyInstances", - "Indicates whether Spot fleet should replace unhealthy instances. Default `false`.", + 'replaceUnhealthyInstances', + 'Indicates whether Spot fleet should replace unhealthy instances. Default `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "instancePoolsToUseCount", - "The number of Spot pools across which to allocate your target Spot capacity.\nValid only when `allocation_strategy` is set to `lowestPrice`. Spot Fleet selects\nthe cheapest Spot pools and evenly allocates your target Spot capacity across\nthe number of Spot pools that you specify.", + 'instancePoolsToUseCount', + 'The number of Spot pools across which to allocate your target Spot capacity.\nValid only when `allocation_strategy` is set to `lowestPrice`. Spot Fleet selects\nthe cheapest Spot pools and evenly allocates your target Spot capacity across\nthe number of Spot pools that you specify.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "spotPrice", - "The maximum bid price per unit hour.", + 'spotPrice', + 'The maximum bid price per unit hour.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "allocationStrategy", - "Indicates how to allocate the target capacity across\nthe Spot pools specified by the Spot fleet request. Valid values: `lowestPrice`, `diversified`, `capacityOptimized`, `capacityOptimizedPrioritized`, and `priceCapacityOptimized`. The default is\n`lowestPrice`.", + 'allocationStrategy', + 'Indicates how to allocate the target capacity across\nthe Spot pools specified by the Spot fleet request. Valid values: `lowestPrice`, `diversified`, `capacityOptimized`, `capacityOptimizedPrioritized`, and `priceCapacityOptimized`. The default is\n`lowestPrice`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "onDemandMaxTotalPrice", + 'onDemandMaxTotalPrice', "The maximum amount per hour for On-Demand Instances that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.", () => [], false, @@ -380,104 +380,104 @@ instance stops or terminates when it is interrupted. Default is ), new DynamicUIProps( InputType.Array, - "launchTemplateConfigs", - "Launch template configuration block. See Launch Template Configs below for more details. Conflicts with `launch_specification`. At least one of `launch_specification` or `launch_template_config` is required.", + 'launchTemplateConfigs', + 'Launch template configuration block. See Launch Template Configs below for more details. Conflicts with `launch_specification`. At least one of `launch_specification` or `launch_template_config` is required.', () => ec2_SpotFleetRequestLaunchTemplateConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "loadBalancers", - "A list of elastic load balancer names to add to the Spot fleet.", + 'loadBalancers', + 'A list of elastic load balancer names to add to the Spot fleet.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "terminateInstancesOnDelete", - "Indicates whether running Spot\ninstances should be terminated when the resource is deleted (and the Spot fleet request cancelled).\nIf no value is specified, the value of the `terminate_instances_with_expiration` argument is used.", + 'terminateInstancesOnDelete', + 'Indicates whether running Spot\ninstances should be terminated when the resource is deleted (and the Spot fleet request cancelled).\nIf no value is specified, the value of the `terminate_instances_with_expiration` argument is used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "validFrom", - "The start date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.", + 'validFrom', + 'The start date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "validUntil", - "The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request.", + 'validUntil', + 'The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "excessCapacityTerminationPolicy", - "Indicates whether running Spot\ninstances should be terminated if the target capacity of the Spot fleet\nrequest is decreased below the current size of the Spot fleet.", + 'excessCapacityTerminationPolicy', + 'Indicates whether running Spot\ninstances should be terminated if the target capacity of the Spot fleet\nrequest is decreased below the current size of the Spot fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetCapacityUnitType", - "The unit for the target capacity. This can only be done with `instance_requirements` defined", + 'targetCapacityUnitType', + 'The unit for the target capacity. This can only be done with `instance_requirements` defined', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "targetGroupArns", - "A list of `aws.alb.TargetGroup` ARNs, for use with Application Load Balancing.", + 'targetGroupArns', + 'A list of `aws.alb.TargetGroup` ARNs, for use with Application Load Balancing.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehaviour", - "Indicates whether a Spot\ninstance stops or terminates when it is interrupted. Default is\n`terminate`.", + 'instanceInterruptionBehaviour', + 'Indicates whether a Spot\ninstance stops or terminates when it is interrupted. Default is\n`terminate`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "context", - "Reserved.", + 'context', + 'Reserved.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "targetCapacity", - "The number of units to request. You can choose to set the\ntarget capacity in terms of instances or a performance characteristic that is\nimportant to your application workload, such as vCPUs, memory, or I/O.", + 'targetCapacity', + 'The number of units to request. You can choose to set the\ntarget capacity in terms of instances or a performance characteristic that is\nimportant to your application workload, such as vCPUs, memory, or I/O.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "launchSpecifications", - "Used to define the launch configuration of the\nspot-fleet request. Can be specified multiple times to define different bids\nacross different markets and instance types. Conflicts with `launch_template_config`. At least one of `launch_specification` or `launch_template_config` is required.\n\n**Note**: This takes in similar but not\nidentical inputs as `aws.ec2.Instance`. There are limitations on\nwhat you can specify. See the list of officially supported inputs in the\n[reference documentation](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetLaunchSpecification.html). Any normal `aws.ec2.Instance` parameter that corresponds to those inputs may be used and it have\na additional parameter `iam_instance_profile_arn` takes `aws.iam.InstanceProfile` attribute `arn` as input.", + 'launchSpecifications', + 'Used to define the launch configuration of the\nspot-fleet request. Can be specified multiple times to define different bids\nacross different markets and instance types. Conflicts with `launch_template_config`. At least one of `launch_specification` or `launch_template_config` is required.\n\n**Note**: This takes in similar but not\nidentical inputs as `aws.ec2.Instance`. There are limitations on\nwhat you can specify. See the list of officially supported inputs in the\n[reference documentation](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetLaunchSpecification.html). Any normal `aws.ec2.Instance` parameter that corresponds to those inputs may be used and it have\na additional parameter `iam_instance_profile_arn` takes `aws.iam.InstanceProfile` attribute `arn` as input.', () => ec2_SpotFleetRequestLaunchSpecification_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "terminateInstancesWithExpiration", - "Indicates whether running Spot\ninstances should be terminated when the Spot fleet request expires.", + 'terminateInstancesWithExpiration', + 'Indicates whether running Spot\ninstances should be terminated when the Spot fleet request expires.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/SpotInstanceRequest.ts b/src/app/Models/codegen/aws/ec2/SpotInstanceRequest.ts index bcbd3226a..8cab2a241 100644 --- a/src/app/Models/codegen/aws/ec2/SpotInstanceRequest.ts +++ b/src/app/Models/codegen/aws/ec2/SpotInstanceRequest.ts @@ -3,57 +3,57 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotInstanceRequestMaintenanceOptions, ec2_SpotInstanceRequestMaintenanceOptions_GetTypes, -} from "../types/ec2_SpotInstanceRequestMaintenanceOptions"; +} from '../types/ec2_SpotInstanceRequestMaintenanceOptions'; import { ec2_SpotInstanceRequestPrivateDnsNameOptions, ec2_SpotInstanceRequestPrivateDnsNameOptions_GetTypes, -} from "../types/ec2_SpotInstanceRequestPrivateDnsNameOptions"; +} from '../types/ec2_SpotInstanceRequestPrivateDnsNameOptions'; import { ec2_SpotInstanceRequestNetworkInterface, ec2_SpotInstanceRequestNetworkInterface_GetTypes, -} from "../types/ec2_SpotInstanceRequestNetworkInterface"; +} from '../types/ec2_SpotInstanceRequestNetworkInterface'; import { ec2_SpotInstanceRequestCpuOptions, ec2_SpotInstanceRequestCpuOptions_GetTypes, -} from "../types/ec2_SpotInstanceRequestCpuOptions"; +} from '../types/ec2_SpotInstanceRequestCpuOptions'; import { ec2_SpotInstanceRequestEnclaveOptions, ec2_SpotInstanceRequestEnclaveOptions_GetTypes, -} from "../types/ec2_SpotInstanceRequestEnclaveOptions"; +} from '../types/ec2_SpotInstanceRequestEnclaveOptions'; import { ec2_SpotInstanceRequestCreditSpecification, ec2_SpotInstanceRequestCreditSpecification_GetTypes, -} from "../types/ec2_SpotInstanceRequestCreditSpecification"; +} from '../types/ec2_SpotInstanceRequestCreditSpecification'; import { ec2_SpotInstanceRequestEphemeralBlockDevice, ec2_SpotInstanceRequestEphemeralBlockDevice_GetTypes, -} from "../types/ec2_SpotInstanceRequestEphemeralBlockDevice"; +} from '../types/ec2_SpotInstanceRequestEphemeralBlockDevice'; import { ec2_SpotInstanceRequestRootBlockDevice, ec2_SpotInstanceRequestRootBlockDevice_GetTypes, -} from "../types/ec2_SpotInstanceRequestRootBlockDevice"; +} from '../types/ec2_SpotInstanceRequestRootBlockDevice'; import { ec2_SpotInstanceRequestLaunchTemplate, ec2_SpotInstanceRequestLaunchTemplate_GetTypes, -} from "../types/ec2_SpotInstanceRequestLaunchTemplate"; +} from '../types/ec2_SpotInstanceRequestLaunchTemplate'; import { ec2_SpotInstanceRequestMetadataOptions, ec2_SpotInstanceRequestMetadataOptions_GetTypes, -} from "../types/ec2_SpotInstanceRequestMetadataOptions"; +} from '../types/ec2_SpotInstanceRequestMetadataOptions'; import { ec2_SpotInstanceRequestCapacityReservationSpecification, ec2_SpotInstanceRequestCapacityReservationSpecification_GetTypes, -} from "../types/ec2_SpotInstanceRequestCapacityReservationSpecification"; +} from '../types/ec2_SpotInstanceRequestCapacityReservationSpecification'; import { ec2_SpotInstanceRequestEbsBlockDevice, ec2_SpotInstanceRequestEbsBlockDevice_GetTypes, -} from "../types/ec2_SpotInstanceRequestEbsBlockDevice"; +} from '../types/ec2_SpotInstanceRequestEbsBlockDevice'; export interface SpotInstanceRequestArgs { // Whether to associate a public IP address with an instance in a VPC. @@ -485,55 +485,55 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese return [ new DynamicUIProps( InputType.String, - "hostId", - "ID of a dedicated host that the instance will be assigned to. Use when an instance is to be launched on a specific dedicated host.", + 'hostId', + 'ID of a dedicated host that the instance will be assigned to. Use when an instance is to be launched on a specific dedicated host.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "waitForFulfillment", - "If set, this provider will\nwait for the Spot Request to be fulfilled, and will throw an error if the\ntimeout of 10m is reached.", + 'waitForFulfillment', + 'If set, this provider will\nwait for the Spot Request to be fulfilled, and will throw an error if the\ntimeout of 10m is reached.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ami", - "AMI to use for the instance. Required unless `launch_template` is specified and the Launch Template specifes an AMI. If an AMI is specified in the Launch Template, setting `ami` will override the AMI specified in the Launch Template.", + 'ami', + 'AMI to use for the instance. Required unless `launch_template` is specified and the Launch Template specifes an AMI. If an AMI is specified in the Launch Template, setting `ami` will override the AMI specified in the Launch Template.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "ipv6AddressCount", - "Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet.", + 'ipv6AddressCount', + 'Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. Note that these tags apply to the instance and not block storage devices. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. Note that these tags apply to the instance and not block storage devices. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "getPasswordData", - "If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the `password_data` attribute. See [GetPasswordData](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetPasswordData.html) for more information.", + 'getPasswordData', + 'If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the `password_data` attribute. See [GetPasswordData](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetPasswordData.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "secondaryPrivateIps", + 'secondaryPrivateIps', "List of secondary private IPv4 addresses to assign to the instance's primary network interface (eth0) in a VPC. Can only be assigned to the primary network interface (eth0) attached at instance creation, not a pre-existing network interface i.e., referenced in a `network_interface` block. Refer to the [Elastic network interfaces documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) to see the maximum number of private IP addresses allowed per instance type.", () => InputType_String_GetTypes(), false, @@ -541,111 +541,111 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.String, - "validFrom", - "The start date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.", + 'validFrom', + 'The start date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "spotPrice", - "The maximum price to request on the spot market.", + 'spotPrice', + 'The maximum price to request on the spot market.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "rootBlockDevice", - "Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.", + 'rootBlockDevice', + 'Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object.', () => ec2_SpotInstanceRequestRootBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "userDataReplaceOnChange", - "When used in combination with `user_data` or `user_data_base64` will trigger a destroy and recreate when set to `true`. Defaults to `false` if not set.", + 'userDataReplaceOnChange', + 'When used in combination with `user_data` or `user_data_base64` will trigger a destroy and recreate when set to `true`. Defaults to `false` if not set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "keyName", - "Key name of the Key Pair to use for the instance; which can be managed using the `aws.ec2.KeyPair` resource.", + 'keyName', + 'Key name of the Key Pair to use for the instance; which can be managed using the `aws.ec2.KeyPair` resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "enclaveOptions", - "Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.", + 'enclaveOptions', + 'Enable Nitro Enclaves on launched instances. See Enclave Options below for more details.', () => ec2_SpotInstanceRequestEnclaveOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "placementGroup", - "Placement Group to start the instance in.", + 'placementGroup', + 'Placement Group to start the instance in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userData", - "User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.", + 'userData', + 'User data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see `user_data_base64` instead. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "volumeTags", - "Map of tags to assign, at instance-creation time, to root and EBS volumes.\n\n> **NOTE:** Do not use `volume_tags` if you plan to manage block device tags outside the `aws.ec2.Instance` configuration, such as using `tags` in an `aws.ebs.Volume` resource attached via `aws.ec2.VolumeAttachment`. Doing so will result in resource cycling and inconsistent behavior.", + 'volumeTags', + 'Map of tags to assign, at instance-creation time, to root and EBS volumes.\n\n> **NOTE:** Do not use `volume_tags` if you plan to manage block device tags outside the `aws.ec2.Instance` configuration, such as using `tags` in an `aws.ebs.Volume` resource attached via `aws.ec2.VolumeAttachment`. Doing so will result in resource cycling and inconsistent behavior.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userDataBase64", - "Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.", + 'userDataBase64', + 'Can be used instead of `user_data` to pass base64-encoded binary data directly. Use this instead of `user_data` whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption. Updates to this field will trigger a stop/start of the EC2 instance by default. If the `user_data_replace_on_change` is set then updates to this field will trigger a destroy and recreate.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateIp", - "Private IP address to associate with the instance in a VPC.", + 'privateIp', + 'Private IP address to associate with the instance in a VPC.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tenancy", - "Tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of `dedicated` runs on single-tenant hardware. The `host` tenancy is not supported for the import-instance command. Valid values are `default`, `dedicated`, and `host`.", + 'tenancy', + 'Tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of `dedicated` runs on single-tenant hardware. The `host` tenancy is not supported for the import-instance command. Valid values are `default`, `dedicated`, and `host`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "If true, the launched EC2 instance will be EBS-optimized. Note that if this is not set on an instance type that is optimized by default then this will show as disabled but if the instance type is optimized by default then there is no need to set this and there is no effect to disabling it. See the [EBS Optimized section](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) of the AWS User Guide for more information.", + 'ebsOptimized', + 'If true, the launched EC2 instance will be EBS-optimized. Note that if this is not set on an instance type that is optimized by default then this will show as disabled but if the instance type is optimized by default then there is no need to set this and there is no effect to disabling it. See the [EBS Optimized section](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) of the AWS User Guide for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "placementPartitionNumber", + 'placementPartitionNumber', 'Number of the partition the instance is in. Valid only if the `aws.ec2.PlacementGroup` resource\'s `strategy` argument is set to `"partition"`.', () => [], false, @@ -653,55 +653,55 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Object, - "metadataOptions", - "Customize the metadata options of the instance. See Metadata Options below for more details.", + 'metadataOptions', + 'Customize the metadata options of the instance. See Metadata Options below for more details.', () => ec2_SpotInstanceRequestMetadataOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "monitoring", - "If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)", + 'monitoring', + 'If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "privateDnsNameOptions", - "Options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.", + 'privateDnsNameOptions', + 'Options for the instance hostname. The default values are inherited from the subnet. See Private DNS Name Options below for more details.', () => ec2_SpotInstanceRequestPrivateDnsNameOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "validUntil", - "The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.", + 'validUntil', + 'The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.", + 'networkInterfaces', + 'Customize network interfaces to be attached at instance boot time. See Network Interfaces below for more details.', () => ec2_SpotInstanceRequestNetworkInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "spotType", - "If set to `one-time`, after\nthe instance is terminated, the spot request will be closed.", + 'spotType', + 'If set to `one-time`, after\nthe instance is terminated, the spot request will be closed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", + 'ephemeralBlockDevices', 'One or more configuration blocks to customize Ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a set of objects.', () => ec2_SpotInstanceRequestEphemeralBlockDevice_GetTypes(), false, @@ -709,7 +709,7 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Object, - "capacityReservationSpecification", + 'capacityReservationSpecification', "Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.\n\n> **NOTE:** Changing `cpu_core_count` and/or `cpu_threads_per_core` will cause the resource to be destroyed and re-created.", () => ec2_SpotInstanceRequestCapacityReservationSpecification_GetTypes(), @@ -718,167 +718,167 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.", + 'ebsBlockDevices', + 'One or more configuration blocks with additional EBS block devices to attach to the instance. Block device configurations only apply on resource creation. See Block Devices below for details on attributes and drift detection. When accessing this as an attribute reference, it is a set of objects.', () => ec2_SpotInstanceRequestEbsBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "cpuThreadsPerCore", - "If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.", + 'cpuThreadsPerCore', + 'If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "hostResourceGroupArn", - "ARN of the host resource group in which to launch the instances. If you specify an ARN, omit the `tenancy` parameter or set it to `host`.", + 'hostResourceGroupArn', + 'ARN of the host resource group in which to launch the instances. If you specify an ARN, omit the `tenancy` parameter or set it to `host`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "cpuCoreCount", - "Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.", + 'cpuCoreCount', + 'Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceInitiatedShutdownBehavior", - "Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceInitiatedShutdownBehavior) for more information.", + 'instanceInitiatedShutdownBehavior', + 'Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingInstanceInitiatedShutdownBehavior) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type to use for the instance. Required unless `launch_template` is specified and the Launch Template specifies an instance type. If an instance type is specified in the Launch Template, setting `instance_type` will override the instance type specified in the Launch Template. Updates to this field will trigger a stop/start of the EC2 instance.", + 'instanceType', + 'Instance type to use for the instance. Required unless `launch_template` is specified and the Launch Template specifies an instance type. If an instance type is specified in the Launch Template, setting `instance_type` will override the instance type specified in the Launch Template. Updates to this field will trigger a stop/start of the EC2 instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "hibernation", - "If true, the launched EC2 instance will support hibernation.", + 'hibernation', + 'If true, the launched EC2 instance will support hibernation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehavior", - "Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.", + 'instanceInterruptionBehavior', + 'Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "sourceDestCheck", - "Controls if traffic is routed to the instance when the destination address does not match the instance. Used for NAT or VPNs. Defaults true.", + 'sourceDestCheck', + 'Controls if traffic is routed to the instance when the destination address does not match the instance. Used for NAT or VPNs. Defaults true.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "iamInstanceProfile", - "IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the [EC2 documentation](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html#roles-usingrole-ec2instance-permissions), notably `iam:PassRole`.", + 'iamInstanceProfile', + 'IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile. Ensure your credentials have the correct permission to assign the instance profile according to the [EC2 documentation](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html#roles-usingrole-ec2instance-permissions), notably `iam:PassRole`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "disableApiStop", - "If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection).", + 'disableApiStop', + 'If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of security group IDs to associate with.", + 'vpcSecurityGroupIds', + 'List of security group IDs to associate with.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "VPC Subnet ID to launch in.", + 'subnetId', + 'VPC Subnet ID to launch in.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.", + 'launchTemplate', + 'Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template. See Launch Template Specification below for more details.', () => ec2_SpotInstanceRequestLaunchTemplate_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "ipv6Addresses", - "Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface", + 'ipv6Addresses', + 'Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "launchGroup", - "A launch group is a group of spot instances that launch together and terminate together.\nIf left empty instances are launched and terminated individually.", + 'launchGroup', + 'A launch group is a group of spot instances that launch together and terminate together.\nIf left empty instances are launched and terminated individually.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group names to associate with.\n\n> **NOTE:** If you are creating Instances in a VPC, use `vpc_security_group_ids` instead.", + 'securityGroups', + 'List of security group names to associate with.\n\n> **NOTE:** If you are creating Instances in a VPC, use `vpc_security_group_ids` instead.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "disableApiTermination", - "If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).", + 'disableApiTermination', + 'If true, enables [EC2 Instance Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination).', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cpuOptions", - "The CPU options for the instance. See CPU Options below for more details.", + 'cpuOptions', + 'The CPU options for the instance. See CPU Options below for more details.', () => ec2_SpotInstanceRequestCpuOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "creditSpecification", - "Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. This provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not change the configuration back to the default for the instance type.", + 'creditSpecification', + 'Configuration block for customizing the credit specification of the instance. See Credit Specification below for more details. This provider will only perform drift detection of its value when present in a configuration. Removing this configuration on existing instances will only stop managing it. It will not change the configuration back to the default for the instance type.', () => ec2_SpotInstanceRequestCreditSpecification_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "blockDurationMinutes", + 'blockDurationMinutes', "The required duration for the Spot instances, in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).\nThe duration period starts as soon as your Spot instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.\nNote that you can't specify an Availability Zone group or a launch group if you specify a duration.", () => [], false, @@ -886,24 +886,24 @@ Describes an instance's Capacity Reservation targeting option. See Capacity Rese ), new DynamicUIProps( InputType.Object, - "maintenanceOptions", - "Maintenance and recovery options for the instance. See Maintenance Options below for more details.", + 'maintenanceOptions', + 'Maintenance and recovery options for the instance. See Maintenance Options below for more details.', () => ec2_SpotInstanceRequestMaintenanceOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "AZ to start the instance in.", + 'availabilityZone', + 'AZ to start the instance in.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "associatePublicIpAddress", - "Whether to associate a public IP address with an instance in a VPC.", + 'associatePublicIpAddress', + 'Whether to associate a public IP address with an instance in a VPC.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/Subnet.ts b/src/app/Models/codegen/aws/ec2/Subnet.ts index d077073e8..31164407c 100644 --- a/src/app/Models/codegen/aws/ec2/Subnet.ts +++ b/src/app/Models/codegen/aws/ec2/Subnet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetArgs { /* @@ -149,136 +149,136 @@ a public IP address. Default is `false`. return [ new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "The customer owned IPv4 address pool. Typically used with the `map_customer_owned_ip_on_launch` argument. The `outpost_arn` argument must be specified when configured.", + 'customerOwnedIpv4Pool', + 'The customer owned IPv4 address pool. Typically used with the `map_customer_owned_ip_on_launch` argument. The `outpost_arn` argument must be specified when configured.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mapPublicIpOnLaunch", - "Specify true to indicate\nthat instances launched into the subnet should be assigned\na public IP address. Default is `false`.", + 'mapPublicIpOnLaunch', + 'Specify true to indicate\nthat instances launched into the subnet should be assigned\na public IP address. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateDnsHostnameTypeOnLaunch", - "The type of hostnames to assign to instances in the subnet at launch. For IPv6-only subnets, an instance DNS name must be based on the instance ID. For dual-stack and IPv4-only subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name`, `resource-name`.", + 'privateDnsHostnameTypeOnLaunch', + 'The type of hostnames to assign to instances in the subnet at launch. For IPv6-only subnets, an instance DNS name must be based on the instance ID. For dual-stack and IPv4-only subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name`, `resource-name`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecordOnLaunch", - "Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. Default: `false`.", + 'enableResourceNameDnsAaaaRecordOnLaunch', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 network range for the subnet,\nin CIDR notation. The subnet size must use a /64 prefix length.", + 'ipv6CidrBlock', + 'The IPv6 network range for the subnet,\nin CIDR notation. The subnet size must use a /64 prefix length.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "assignIpv6AddressOnCreation", - "Specify true to indicate\nthat network interfaces created in the specified subnet should be\nassigned an IPv6 address. Default is `false`", + 'assignIpv6AddressOnCreation', + 'Specify true to indicate\nthat network interfaces created in the specified subnet should be\nassigned an IPv6 address. Default is `false`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZoneId", - "AZ ID of the subnet. This argument is not supported in all regions or partitions. If necessary, use `availability_zone` instead.", + 'availabilityZoneId', + 'AZ ID of the subnet. This argument is not supported in all regions or partitions. If necessary, use `availability_zone` instead.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ipv6Native", - "Indicates whether to create an IPv6-only subnet. Default: `false`.", + 'ipv6Native', + 'Indicates whether to create an IPv6-only subnet. Default: `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "enableLniAtDeviceIndex", - "Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0).", + 'enableLniAtDeviceIndex', + 'Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID.", + 'vpcId', + 'The VPC ID.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "mapCustomerOwnedIpOnLaunch", - "Specify `true` to indicate that network interfaces created in the subnet should be assigned a customer owned IP address. The `customer_owned_ipv4_pool` and `outpost_arn` arguments must be specified when set to `true`. Default is `false`.", + 'mapCustomerOwnedIpOnLaunch', + 'Specify `true` to indicate that network interfaces created in the subnet should be assigned a customer owned IP address. The `customer_owned_ipv4_pool` and `outpost_arn` arguments must be specified when set to `true`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecordOnLaunch", - "Indicates whether to respond to DNS queries for instance hostnames with DNS A records. Default: `false`.", + 'enableResourceNameDnsARecordOnLaunch', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS A records. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDns64", - "Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. Default: `false`.", + 'enableDns64', + 'Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "AZ for the subnet.", + 'availabilityZone', + 'AZ for the subnet.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The IPv4 CIDR block for the subnet.", + 'cidrBlock', + 'The IPv4 CIDR block for the subnet.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostArn", - "The Amazon Resource Name (ARN) of the Outpost.", + 'outpostArn', + 'The Amazon Resource Name (ARN) of the Outpost.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/SubnetCidrReservation.ts b/src/app/Models/codegen/aws/ec2/SubnetCidrReservation.ts index 6d44ec898..24d8ada87 100644 --- a/src/app/Models/codegen/aws/ec2/SubnetCidrReservation.ts +++ b/src/app/Models/codegen/aws/ec2/SubnetCidrReservation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetCidrReservationArgs { // The ID of the subnet to create the reservation for. @@ -40,32 +40,32 @@ export class SubnetCidrReservation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A brief description of the reservation.", + 'description', + 'A brief description of the reservation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "reservationType", - "The type of reservation to create. Valid values: `explicit`, `prefix`", + 'reservationType', + 'The type of reservation to create. Valid values: `explicit`, `prefix`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet to create the reservation for.", + 'subnetId', + 'The ID of the subnet to create the reservation for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block for the reservation.", + 'cidrBlock', + 'The CIDR block for the reservation.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/Tag.ts b/src/app/Models/codegen/aws/ec2/Tag.ts index 06d897f55..e23cfd1ea 100644 --- a/src/app/Models/codegen/aws/ec2/Tag.ts +++ b/src/app/Models/codegen/aws/ec2/Tag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagArgs { // The tag name. @@ -31,24 +31,24 @@ export class Tag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "key", - "The tag name.", + 'key', + 'The tag name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "The ID of the EC2 resource to manage the tag for.", + 'resourceId', + 'The ID of the EC2 resource to manage the tag for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value of the tag.", + 'value', + 'The value of the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/TrafficMirrorFilter.ts b/src/app/Models/codegen/aws/ec2/TrafficMirrorFilter.ts index afa476e42..12c427385 100644 --- a/src/app/Models/codegen/aws/ec2/TrafficMirrorFilter.ts +++ b/src/app/Models/codegen/aws/ec2/TrafficMirrorFilter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrafficMirrorFilterArgs { // List of amazon network services that should be mirrored. Valid values: `amazon-dns`. @@ -37,24 +37,24 @@ export class TrafficMirrorFilter extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "networkServices", - "List of amazon network services that should be mirrored. Valid values: `amazon-dns`.", + 'networkServices', + 'List of amazon network services that should be mirrored. Valid values: `amazon-dns`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the filter.", + 'description', + 'A description of the filter.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/TrafficMirrorFilterRule.ts b/src/app/Models/codegen/aws/ec2/TrafficMirrorFilterRule.ts index 9645c6428..cb60354ff 100644 --- a/src/app/Models/codegen/aws/ec2/TrafficMirrorFilterRule.ts +++ b/src/app/Models/codegen/aws/ec2/TrafficMirrorFilterRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_TrafficMirrorFilterRuleDestinationPortRange, ec2_TrafficMirrorFilterRuleDestinationPortRange_GetTypes, -} from "../types/ec2_TrafficMirrorFilterRuleDestinationPortRange"; +} from '../types/ec2_TrafficMirrorFilterRuleDestinationPortRange'; import { ec2_TrafficMirrorFilterRuleSourcePortRange, ec2_TrafficMirrorFilterRuleSourcePortRange_GetTypes, -} from "../types/ec2_TrafficMirrorFilterRuleSourcePortRange"; +} from '../types/ec2_TrafficMirrorFilterRuleSourcePortRange'; export interface TrafficMirrorFilterRuleArgs { // Description of the traffic mirror filter rule. @@ -92,80 +92,80 @@ Traffic mirror port range support following attributes: return [ new DynamicUIProps( InputType.String, - "ruleAction", - "Action to take (accept | reject) on the filtered traffic. Valid values are `accept` and `reject`", + 'ruleAction', + 'Action to take (accept | reject) on the filtered traffic. Valid values are `accept` and `reject`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trafficDirection", - "Direction of traffic to be captured. Valid values are `ingress` and `egress`\n\nTraffic mirror port range support following attributes:", + 'trafficDirection', + 'Direction of traffic to be captured. Valid values are `ingress` and `egress`\n\nTraffic mirror port range support following attributes:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "Number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.", + 'ruleNumber', + 'Number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceCidrBlock", - "Source CIDR block to assign to the Traffic Mirror rule.", + 'sourceCidrBlock', + 'Source CIDR block to assign to the Traffic Mirror rule.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "sourcePortRange", - "Source port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below", + 'sourcePortRange', + 'Source port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below', () => ec2_TrafficMirrorFilterRuleSourcePortRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the traffic mirror filter rule.", + 'description', + 'Description of the traffic mirror filter rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "Destination CIDR block to assign to the Traffic Mirror rule.", + 'destinationCidrBlock', + 'Destination CIDR block to assign to the Traffic Mirror rule.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "destinationPortRange", - "Destination port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below", + 'destinationPortRange', + 'Destination port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below', () => ec2_TrafficMirrorFilterRuleDestinationPortRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "trafficMirrorFilterId", - "ID of the traffic mirror filter to which this rule should be added", + 'trafficMirrorFilterId', + 'ID of the traffic mirror filter to which this rule should be added', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "protocol", - "Protocol number, for example 17 (UDP), to assign to the Traffic Mirror rule. For information about the protocol value, see [Protocol Numbers](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) on the Internet Assigned Numbers Authority (IANA) website.", + 'protocol', + 'Protocol number, for example 17 (UDP), to assign to the Traffic Mirror rule. For information about the protocol value, see [Protocol Numbers](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) on the Internet Assigned Numbers Authority (IANA) website.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/TrafficMirrorSession.ts b/src/app/Models/codegen/aws/ec2/TrafficMirrorSession.ts index e62a63279..7ea5ec397 100644 --- a/src/app/Models/codegen/aws/ec2/TrafficMirrorSession.ts +++ b/src/app/Models/codegen/aws/ec2/TrafficMirrorSession.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrafficMirrorSessionArgs { // ID of the traffic mirror target to be used @@ -70,64 +70,64 @@ export class TrafficMirrorSession extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "virtualNetworkId", - "The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.", + 'virtualNetworkId', + 'The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the traffic mirror session.", + 'description', + 'A description of the traffic mirror session.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "ID of the source network interface. Not all network interfaces are eligible as mirror sources. On EC2 instances only nitro based instances support mirroring.", + 'networkInterfaceId', + 'ID of the source network interface. Not all network interfaces are eligible as mirror sources. On EC2 instances only nitro based instances support mirroring.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "packetLength", - "The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror.", + 'packetLength', + 'The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionNumber", - "The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.", + 'sessionNumber', + 'The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "trafficMirrorFilterId", - "ID of the traffic mirror filter to be used", + 'trafficMirrorFilterId', + 'ID of the traffic mirror filter to be used', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trafficMirrorTargetId", - "ID of the traffic mirror target to be used", + 'trafficMirrorTargetId', + 'ID of the traffic mirror target to be used', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/TrafficMirrorTarget.ts b/src/app/Models/codegen/aws/ec2/TrafficMirrorTarget.ts index 59a71ef7b..3db397340 100644 --- a/src/app/Models/codegen/aws/ec2/TrafficMirrorTarget.ts +++ b/src/app/Models/codegen/aws/ec2/TrafficMirrorTarget.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrafficMirrorTargetArgs { // A description of the traffic mirror session. @@ -60,40 +60,40 @@ Key-value map of resource tags. If configured with a provider `default_tags` con return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n**NOTE:** Either `network_interface_id` or `network_load_balancer_arn` should be specified and both should not be specified together", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n**NOTE:** Either `network_interface_id` or `network_load_balancer_arn` should be specified and both should not be specified together', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the traffic mirror session.", + 'description', + 'A description of the traffic mirror session.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayLoadBalancerEndpointId", - "The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.", + 'gatewayLoadBalancerEndpointId', + 'The VPC Endpoint Id of the Gateway Load Balancer that is associated with the target.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The network interface ID that is associated with the target.", + 'networkInterfaceId', + 'The network interface ID that is associated with the target.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkLoadBalancerArn", - "The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.", + 'networkLoadBalancerArn', + 'The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/VolumeAttachment.ts b/src/app/Models/codegen/aws/ec2/VolumeAttachment.ts index 3a89dd1e5..db60c88c5 100644 --- a/src/app/Models/codegen/aws/ec2/VolumeAttachment.ts +++ b/src/app/Models/codegen/aws/ec2/VolumeAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VolumeAttachmentArgs { /* @@ -83,48 +83,48 @@ means attached. return [ new DynamicUIProps( InputType.String, - "deviceName", - "The device name to expose to the instance (for\nexample, `/dev/sdh` or `xvdh`). See [Device Naming on Linux Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html#available-ec2-device-names) and [Device Naming on Windows Instances](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/device_naming.html#available-ec2-device-names) for more information.", + 'deviceName', + 'The device name to expose to the instance (for\nexample, `/dev/sdh` or `xvdh`). See [Device Naming on Linux Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html#available-ec2-device-names) and [Device Naming on Windows Instances](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/device_naming.html#available-ec2-device-names) for more information.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "forceDetach", - "Set to `true` if you want to force the\nvolume to detach. Useful if previous attempts failed, but use this option only\nas a last resort, as this can result in **data loss**. See\n[Detaching an Amazon EBS Volume from an Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html) for more information.", + 'forceDetach', + 'Set to `true` if you want to force the\nvolume to detach. Useful if previous attempts failed, but use this option only\nas a last resort, as this can result in **data loss**. See\n[Detaching an Amazon EBS Volume from an Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "ID of the Instance to attach to", + 'instanceId', + 'ID of the Instance to attach to', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set this to true if you do not wish\nto detach the volume from the instance to which it is attached at destroy\ntime, and instead just remove the attachment from this provider state. This is\nuseful when destroying an instance which has volumes created by some other\nmeans attached.", + 'skipDestroy', + 'Set this to true if you do not wish\nto detach the volume from the instance to which it is attached at destroy\ntime, and instead just remove the attachment from this provider state. This is\nuseful when destroying an instance which has volumes created by some other\nmeans attached.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "stopInstanceBeforeDetaching", - "Set this to true to ensure that the target instance is stopped\nbefore trying to detach the volume. Stops the instance, if it is not already stopped.", + 'stopInstanceBeforeDetaching', + 'Set this to true to ensure that the target instance is stopped\nbefore trying to detach the volume. Stops the instance, if it is not already stopped.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeId", - "ID of the Volume to be attached", + 'volumeId', + 'ID of the Volume to be attached', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/Vpc.ts b/src/app/Models/codegen/aws/ec2/Vpc.ts index 19296ce83..328dafdc8 100644 --- a/src/app/Models/codegen/aws/ec2/Vpc.ts +++ b/src/app/Models/codegen/aws/ec2/Vpc.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcArgs { // A boolean flag to enable/disable DNS support in the VPC. Defaults to true. @@ -122,39 +122,39 @@ this VPC. Note that you can change a VPC's main route table by using an return [ new DynamicUIProps( InputType.Number, - "ipv6NetmaskLength", - "Netmask length to request from IPAM Pool. Conflicts with `ipv6_cidr_block`. This can be omitted if IPAM pool as a `allocation_default_netmask_length` set. Valid values are from `44` to `60` in increments of 4.", + 'ipv6NetmaskLength', + 'Netmask length to request from IPAM Pool. Conflicts with `ipv6_cidr_block`. This can be omitted if IPAM pool as a `allocation_default_netmask_length` set. Valid values are from `44` to `60` in increments of 4.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "assignGeneratedIpv6CidrBlock", - "Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. Default is `false`. Conflicts with `ipv6_ipam_pool_id`", + 'assignGeneratedIpv6CidrBlock', + 'Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. Default is `false`. Conflicts with `ipv6_ipam_pool_id`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableNetworkAddressUsageMetrics", - "Indicates whether Network Address Usage metrics are enabled for your VPC. Defaults to false.", + 'enableNetworkAddressUsageMetrics', + 'Indicates whether Network Address Usage metrics are enabled for your VPC. Defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceTenancy", - "A tenancy option for instances launched into the VPC. Default is `default`, which ensures that EC2 instances launched in this VPC use the EC2 instance tenancy attribute specified when the EC2 instance is launched. The only other option is `dedicated`, which ensures that EC2 instances launched in this VPC are run on dedicated tenancy instances regardless of the tenancy attribute specified at launch. This has a dedicated per region fee of $2 per hour, plus an hourly per instance usage fee.", + 'instanceTenancy', + 'A tenancy option for instances launched into the VPC. Default is `default`, which ensures that EC2 instances launched in this VPC use the EC2 instance tenancy attribute specified when the EC2 instance is launched. The only other option is `dedicated`, which ensures that EC2 instances launched in this VPC are run on dedicated tenancy instances regardless of the tenancy attribute specified at launch. This has a dedicated per region fee of $2 per hour, plus an hourly per instance usage fee.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv4IpamPoolId", + 'ipv4IpamPoolId', "The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts. Using IPAM you can monitor IP address usage throughout your AWS Organization.", () => [], false, @@ -162,64 +162,64 @@ this VPC. Note that you can change a VPC's main route table by using an ), new DynamicUIProps( InputType.Number, - "ipv4NetmaskLength", - "The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a `ipv4_ipam_pool_id`.", + 'ipv4NetmaskLength', + 'The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a `ipv4_ipam_pool_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlockNetworkBorderGroup", - "By default when an IPv6 CIDR is assigned to a VPC a default ipv6_cidr_block_network_border_group will be set to the region of the VPC. This can be changed to restrict advertisement of public addresses to specific Network Border Groups such as LocalZones.", + 'ipv6CidrBlockNetworkBorderGroup', + 'By default when an IPv6 CIDR is assigned to a VPC a default ipv6_cidr_block_network_border_group will be set to the region of the VPC. This can be changed to restrict advertisement of public addresses to specific Network Border Groups such as LocalZones.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableDnsHostnames", - "A boolean flag to enable/disable DNS hostnames in the VPC. Defaults false.", + 'enableDnsHostnames', + 'A boolean flag to enable/disable DNS hostnames in the VPC. Defaults false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "IPv6 CIDR block to request from an IPAM Pool. Can be set explicitly or derived from IPAM using `ipv6_netmask_length`.", + 'ipv6CidrBlock', + 'IPv6 CIDR block to request from an IPAM Pool. Can be set explicitly or derived from IPAM using `ipv6_netmask_length`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDnsSupport", - "A boolean flag to enable/disable DNS support in the VPC. Defaults to true.", + 'enableDnsSupport', + 'A boolean flag to enable/disable DNS support in the VPC. Defaults to true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The IPv4 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv4_netmask_length`.", + 'cidrBlock', + 'The IPv4 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv4_netmask_length`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6IpamPoolId", - "IPAM Pool ID for a IPv6 pool. Conflicts with `assign_generated_ipv6_cidr_block`.", + 'ipv6IpamPoolId', + 'IPAM Pool ID for a IPv6 pool. Conflicts with `assign_generated_ipv6_cidr_block`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcDhcpOptions.ts b/src/app/Models/codegen/aws/ec2/VpcDhcpOptions.ts index 79546724b..bdad376bf 100644 --- a/src/app/Models/codegen/aws/ec2/VpcDhcpOptions.ts +++ b/src/app/Models/codegen/aws/ec2/VpcDhcpOptions.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcDhcpOptionsArgs { // List of NETBIOS name servers. @@ -64,56 +64,56 @@ export class VpcDhcpOptions extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ipv6AddressPreferredLeaseTime", - "How frequently, in seconds, a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal. Acceptable values are between 140 and 2147483647 (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed.", + 'ipv6AddressPreferredLeaseTime', + 'How frequently, in seconds, a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal. Acceptable values are between 140 and 2147483647 (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "netbiosNameServers", - "List of NETBIOS name servers.", + 'netbiosNameServers', + 'List of NETBIOS name servers.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "netbiosNodeType", - "The NetBIOS node type (1, 2, 4, or 8). AWS recommends to specify 2 since broadcast and multicast are not supported in their network. For more information about these node types, see [RFC 2132](http://www.ietf.org/rfc/rfc2132.txt).", + 'netbiosNodeType', + 'The NetBIOS node type (1, 2, 4, or 8). AWS recommends to specify 2 since broadcast and multicast are not supported in their network. For more information about these node types, see [RFC 2132](http://www.ietf.org/rfc/rfc2132.txt).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ntpServers", - "List of NTP servers to configure.", + 'ntpServers', + 'List of NTP servers to configure.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "the suffix domain name to use by default when resolving non Fully Qualified Domain Names. In other words, this is what ends up being the `search` value in the `/etc/resolv.conf` file.", + 'domainName', + 'the suffix domain name to use by default when resolving non Fully Qualified Domain Names. In other words, this is what ends up being the `search` value in the `/etc/resolv.conf` file.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "domainNameServers", - "List of name servers to configure in `/etc/resolv.conf`. If you want to use the default AWS nameservers you should set this to `AmazonProvidedDNS`.", + 'domainNameServers', + 'List of name servers to configure in `/etc/resolv.conf`. If you want to use the default AWS nameservers you should set this to `AmazonProvidedDNS`.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcDhcpOptionsAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcDhcpOptionsAssociation.ts index 8bbd51828..da096e2be 100644 --- a/src/app/Models/codegen/aws/ec2/VpcDhcpOptionsAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcDhcpOptionsAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcDhcpOptionsAssociationArgs { // The ID of the DHCP Options Set to associate to the VPC. @@ -25,16 +25,16 @@ export class VpcDhcpOptionsAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC to which we would like to associate a DHCP Options Set.", + 'vpcId', + 'The ID of the VPC to which we would like to associate a DHCP Options Set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dhcpOptionsId", - "The ID of the DHCP Options Set to associate to the VPC.", + 'dhcpOptionsId', + 'The ID of the DHCP Options Set to associate to the VPC.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpoint.ts b/src/app/Models/codegen/aws/ec2/VpcEndpoint.ts index 66aa87aca..a248def66 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpoint.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpoint.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcEndpointSubnetConfiguration, ec2_VpcEndpointSubnetConfiguration_GetTypes, -} from "../types/ec2_VpcEndpointSubnetConfiguration"; +} from '../types/ec2_VpcEndpointSubnetConfiguration'; import { ec2_VpcEndpointDnsOptions, ec2_VpcEndpointDnsOptions_GetTypes, -} from "../types/ec2_VpcEndpointDnsOptions"; +} from '../types/ec2_VpcEndpointDnsOptions'; import { ec2_VpcEndpointDnsEntry, ec2_VpcEndpointDnsEntry_GetTypes, -} from "../types/ec2_VpcEndpointDnsEntry"; +} from '../types/ec2_VpcEndpointDnsEntry'; export interface VpcEndpointArgs { // The service name. For AWS services the service name is usually in the form `com.amazonaws..` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker..notebook`). @@ -142,47 +142,47 @@ If no security groups are specified, the VPC's [default security group](https:// return [ new DynamicUIProps( InputType.String, - "serviceName", - "The service name. For AWS services the service name is usually in the form `com.amazonaws..` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker..notebook`).", + 'serviceName', + 'The service name. For AWS services the service name is usually in the form `com.amazonaws..` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker..notebook`).', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type `GatewayLoadBalancer` and `Interface`. Interface type endpoints cannot function without being assigned to a subnet.", + 'subnetIds', + 'The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type `GatewayLoadBalancer` and `Interface`. Interface type endpoints cannot function without being assigned to a subnet.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policy", - "A policy to attach to the endpoint that controls access to the service. This is a JSON formatted string. Defaults to full access. All `Gateway` and some `Interface` endpoints support policies - see the [relevant AWS documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html) for more details.", + 'policy', + 'A policy to attach to the endpoint that controls access to the service. This is a JSON formatted string. Defaults to full access. All `Gateway` and some `Interface` endpoints support policies - see the [relevant AWS documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routeTableIds", - "One or more route table IDs. Applicable for endpoints of type `Gateway`.", + 'routeTableIds', + 'One or more route table IDs. Applicable for endpoints of type `Gateway`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dnsOptions", - "The DNS options for the endpoint. See dns_options below.", + 'dnsOptions', + 'The DNS options for the endpoint. See dns_options below.', () => ec2_VpcEndpointDnsOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", + 'securityGroupIds', "The ID of one or more security groups to associate with the network interface. Applicable for endpoints of type `Interface`.\nIf no security groups are specified, the VPC's [default security group](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#DefaultSecurityGroup) is associated with the endpoint.", () => InputType_String_GetTypes(), false, @@ -190,56 +190,56 @@ If no security groups are specified, the VPC's [default security group](https:// ), new DynamicUIProps( InputType.Bool, - "autoAccept", - "Accept the VPC endpoint (the VPC endpoint and service need to be in the same AWS account).", + 'autoAccept', + 'Accept the VPC endpoint (the VPC endpoint and service need to be in the same AWS account).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetConfigurations", - "Subnet configuration for the endpoint, used to select specific IPv4 and/or IPv6 addresses to the endpoint. See subnet_configuration below.", + 'subnetConfigurations', + 'Subnet configuration for the endpoint, used to select specific IPv4 and/or IPv6 addresses to the endpoint. See subnet_configuration below.', () => ec2_VpcEndpointSubnetConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointType", - "The VPC endpoint type, `Gateway`, `GatewayLoadBalancer`, or `Interface`. Defaults to `Gateway`.", + 'vpcEndpointType', + 'The VPC endpoint type, `Gateway`, `GatewayLoadBalancer`, or `Interface`. Defaults to `Gateway`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC in which the endpoint will be used.", + 'vpcId', + 'The ID of the VPC in which the endpoint will be used.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "privateDnsEnabled", - "Whether or not to associate a private hosted zone with the specified VPC. Applicable for endpoints of type `Interface`. Most users will want this enabled to allow services within the VPC to automatically use the endpoint.\nDefaults to `false`.", + 'privateDnsEnabled', + 'Whether or not to associate a private hosted zone with the specified VPC. Applicable for endpoints of type `Interface`. Most users will want this enabled to allow services within the VPC to automatically use the endpoint.\nDefaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The IP address type for the endpoint. Valid values are `ipv4`, `dualstack`, and `ipv6`.", + 'ipAddressType', + 'The IP address type for the endpoint. Valid values are `ipv4`, `dualstack`, and `ipv6`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionAccepter.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionAccepter.ts index e5724d6ca..7b6404a7a 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionAccepter.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointConnectionAccepterArgs { // AWS VPC Endpoint ID. @@ -28,16 +28,16 @@ export class VpcEndpointConnectionAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "AWS VPC Endpoint ID.", + 'vpcEndpointId', + 'AWS VPC Endpoint ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcEndpointServiceId", - "AWS VPC Endpoint Service ID.", + 'vpcEndpointServiceId', + 'AWS VPC Endpoint Service ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionNotification.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionNotification.ts index 22405f85a..ae705cc3f 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionNotification.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointConnectionNotification.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointConnectionNotificationArgs { // The ARN of the SNS topic for the notifications. @@ -51,32 +51,32 @@ One or more endpoint [events](https://docs.aws.amazon.com/AWSEC2/latest/APIRefer return [ new DynamicUIProps( InputType.String, - "connectionNotificationArn", - "The ARN of the SNS topic for the notifications.", + 'connectionNotificationArn', + 'The ARN of the SNS topic for the notifications.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC Endpoint to receive notifications for.", + 'vpcEndpointId', + 'The ID of the VPC Endpoint to receive notifications for.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcEndpointServiceId", - "The ID of the VPC Endpoint Service to receive notifications for.", + 'vpcEndpointServiceId', + 'The ID of the VPC Endpoint Service to receive notifications for.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "connectionEvents", - "One or more endpoint [events](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpointConnectionNotification.html#API_CreateVpcEndpointConnectionNotification_RequestParameters) for which to receive notifications.\n\n> **NOTE:** One of `vpc_endpoint_service_id` or `vpc_endpoint_id` must be specified.", + 'connectionEvents', + 'One or more endpoint [events](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpointConnectionNotification.html#API_CreateVpcEndpointConnectionNotification_RequestParameters) for which to receive notifications.\n\n> **NOTE:** One of `vpc_endpoint_service_id` or `vpc_endpoint_id` must be specified.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointPolicy.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointPolicy.ts index 65533d1ee..2981b63aa 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointPolicy.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointPolicyArgs { // A policy to attach to the endpoint that controls access to the service. Defaults to full access. All `Gateway` and some `Interface` endpoints support policies - see the [relevant AWS documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html) for more details. @@ -25,16 +25,16 @@ export class VpcEndpointPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "A policy to attach to the endpoint that controls access to the service. Defaults to full access. All `Gateway` and some `Interface` endpoints support policies - see the [relevant AWS documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html) for more details.", + 'policy', + 'A policy to attach to the endpoint that controls access to the service. Defaults to full access. All `Gateway` and some `Interface` endpoints support policies - see the [relevant AWS documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-access.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The VPC Endpoint ID.", + 'vpcEndpointId', + 'The VPC Endpoint ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointRouteTableAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointRouteTableAssociation.ts index 3b225e36a..e149d7765 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointRouteTableAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointRouteTableAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointRouteTableAssociationArgs { // Identifier of the EC2 Route Table to be associated with the VPC Endpoint. @@ -25,16 +25,16 @@ export class VpcEndpointRouteTableAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "routeTableId", - "Identifier of the EC2 Route Table to be associated with the VPC Endpoint.", + 'routeTableId', + 'Identifier of the EC2 Route Table to be associated with the VPC Endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "Identifier of the VPC Endpoint with which the EC2 Route Table will be associated.", + 'vpcEndpointId', + 'Identifier of the VPC Endpoint with which the EC2 Route Table will be associated.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointService.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointService.ts index 0d403fdfc..25fb8f1b8 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointService.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointService.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcEndpointServicePrivateDnsNameConfiguration, ec2_VpcEndpointServicePrivateDnsNameConfiguration_GetTypes, -} from "../types/ec2_VpcEndpointServicePrivateDnsNameConfiguration"; +} from '../types/ec2_VpcEndpointServicePrivateDnsNameConfiguration'; export interface VpcEndpointServiceArgs { // Amazon Resource Names (ARNs) of one or more Network Load Balancers for the endpoint service. @@ -86,56 +86,56 @@ export class VpcEndpointService extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "privateDnsName", - "The private DNS name for the service.", + 'privateDnsName', + 'The private DNS name for the service.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "supportedIpAddressTypes", - "The supported IP address types. The possible values are `ipv4` and `ipv6`.", + 'supportedIpAddressTypes', + 'The supported IP address types. The possible values are `ipv4` and `ipv6`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "acceptanceRequired", - "Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`.", + 'acceptanceRequired', + 'Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - `true` or `false`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "allowedPrincipals", - "The ARNs of one or more principals allowed to discover the endpoint service.", + 'allowedPrincipals', + 'The ARNs of one or more principals allowed to discover the endpoint service.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "gatewayLoadBalancerArns", - "Amazon Resource Names (ARNs) of one or more Gateway Load Balancers for the endpoint service.", + 'gatewayLoadBalancerArns', + 'Amazon Resource Names (ARNs) of one or more Gateway Load Balancers for the endpoint service.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkLoadBalancerArns", - "Amazon Resource Names (ARNs) of one or more Network Load Balancers for the endpoint service.", + 'networkLoadBalancerArns', + 'Amazon Resource Names (ARNs) of one or more Network Load Balancers for the endpoint service.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointServiceAllowedPrinciple.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointServiceAllowedPrinciple.ts index 24f2a7c99..12fcb9e66 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointServiceAllowedPrinciple.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointServiceAllowedPrinciple.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointServiceAllowedPrincipleArgs { // The ARN of the principal to allow permissions. @@ -25,16 +25,16 @@ export class VpcEndpointServiceAllowedPrinciple extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "principalArn", - "The ARN of the principal to allow permissions.", + 'principalArn', + 'The ARN of the principal to allow permissions.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcEndpointServiceId", - "The ID of the VPC endpoint service to allow permission.", + 'vpcEndpointServiceId', + 'The ID of the VPC endpoint service to allow permission.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcEndpointSubnetAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcEndpointSubnetAssociation.ts index 00024eccd..dc3f3e494 100644 --- a/src/app/Models/codegen/aws/ec2/VpcEndpointSubnetAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcEndpointSubnetAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcEndpointSubnetAssociationArgs { // The ID of the VPC endpoint with which the subnet will be associated. @@ -25,16 +25,16 @@ export class VpcEndpointSubnetAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC endpoint with which the subnet will be associated.", + 'vpcEndpointId', + 'The ID of the VPC endpoint with which the subnet will be associated.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet to be associated with the VPC endpoint.", + 'subnetId', + 'The ID of the subnet to be associated with the VPC endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpam.ts b/src/app/Models/codegen/aws/ec2/VpcIpam.ts index f2cff9a51..6a5e9065d 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpam.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpam.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcIpamOperatingRegion, ec2_VpcIpamOperatingRegion_GetTypes, -} from "../types/ec2_VpcIpamOperatingRegion"; +} from '../types/ec2_VpcIpamOperatingRegion'; export interface VpcIpamArgs { // Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. @@ -71,23 +71,23 @@ IP space. The public scope is intended for all internet-routable IP space. return [ new DynamicUIProps( InputType.Bool, - "cascade", - "Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes.", + 'cascade', + 'Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description for the IPAM.", + 'description', + 'A description for the IPAM.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "operatingRegions", + 'operatingRegions', "Determines which locales can be chosen when you create pools. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region. You specify a region using the region_name parameter. You **must** set your provider block region as an operating_region.", () => ec2_VpcIpamOperatingRegion_GetTypes(), true, @@ -95,16 +95,16 @@ IP space. The public scope is intended for all internet-routable IP space. ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tier", - "specifies the IPAM tier. Valid options include `free` and `advanced`. Default is `advanced`.", + 'tier', + 'specifies the IPAM tier. Valid options include `free` and `advanced`. Default is `advanced`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamOrganizationAdminAccount.ts b/src/app/Models/codegen/aws/ec2/VpcIpamOrganizationAdminAccount.ts index ccb1149c5..f3ab58d66 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamOrganizationAdminAccount.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamOrganizationAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamOrganizationAdminAccountArgs { // @@ -31,8 +31,8 @@ export class VpcIpamOrganizationAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "delegatedAdminAccountId", - "", + 'delegatedAdminAccountId', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamPool.ts b/src/app/Models/codegen/aws/ec2/VpcIpamPool.ts index 84775271c..eee2ef238 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamPool.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamPool.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamPoolArgs { // A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16 (unless you provide a different netmask value when you create the new allocation). @@ -124,23 +124,23 @@ within the CIDR range in the pool. return [ new DynamicUIProps( InputType.String, - "sourceIpamPoolId", - "The ID of the source IPAM pool. Use this argument to create a child pool within an existing pool.", + 'sourceIpamPoolId', + 'The ID of the source IPAM pool. Use this argument to create a child pool within an existing pool.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "addressFamily", - "The IP protocol assigned to this pool. You must choose either IPv4 or IPv6 protocol for a pool.", + 'addressFamily', + 'The IP protocol assigned to this pool. You must choose either IPv4 or IPv6 protocol for a pool.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "publiclyAdvertisable", + 'publiclyAdvertisable', 'Defines whether or not IPv6 pool space is publicly advertisable over the internet. This argument is required if `address_family = "ipv6"` and `public_ip_source = "byoip"`, default is `false`. This option is not available for IPv4 pool space or if `public_ip_source = "amazon"`.', () => [], false, @@ -148,7 +148,7 @@ within the CIDR range in the pool. ), new DynamicUIProps( InputType.String, - "locale", + 'locale', "The locale in which you would like to create the IPAM pool. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region. Possible values: Any AWS region, such as `us-east-1`.", () => [], false, @@ -156,88 +156,88 @@ within the CIDR range in the pool. ), new DynamicUIProps( InputType.String, - "publicIpSource", - "The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Valid values are `byoip` or `amazon`. Default is `byoip`.", + 'publicIpSource', + 'The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Valid values are `byoip` or `amazon`. Default is `byoip`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "allocationMinNetmaskLength", - "The minimum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMinNetmaskLength', + 'The minimum netmask length that will be required for CIDR allocations in this pool.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "allocationResourceTags", - "Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.", + 'allocationResourceTags', + 'Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipamScopeId", - "The ID of the scope in which you would like to create the IPAM pool.", + 'ipamScopeId', + 'The ID of the scope in which you would like to create the IPAM pool.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "autoImport", - "If you include this argument, IPAM automatically imports any VPCs you have in your scope that fall\nwithin the CIDR range in the pool.", + 'autoImport', + 'If you include this argument, IPAM automatically imports any VPCs you have in your scope that fall\nwithin the CIDR range in the pool.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cascade", - "Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.", + 'cascade', + 'Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsService", - "Limits which AWS service the pool can be used in. Only useable on public scopes. Valid Values: `ec2`.", + 'awsService', + 'Limits which AWS service the pool can be used in. Only useable on public scopes. Valid Values: `ec2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the IPAM pool.", + 'description', + 'A description for the IPAM pool.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "allocationDefaultNetmaskLength", - "A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16 (unless you provide a different netmask value when you create the new allocation).", + 'allocationDefaultNetmaskLength', + 'A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16 (unless you provide a different netmask value when you create the new allocation).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "allocationMaxNetmaskLength", - "The maximum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMaxNetmaskLength', + 'The maximum netmask length that will be required for CIDR allocations in this pool.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidr.ts b/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidr.ts index e8a1fb2ca..64bc3bfe2 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidr.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidr.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcIpamPoolCidrCidrAuthorizationContext, ec2_VpcIpamPoolCidrCidrAuthorizationContext_GetTypes, -} from "../types/ec2_VpcIpamPoolCidrCidrAuthorizationContext"; +} from '../types/ec2_VpcIpamPoolCidrCidrAuthorizationContext'; export interface VpcIpamPoolCidrArgs { // The CIDR you want to assign to the pool. Conflicts with `netmask_length`. @@ -44,32 +44,32 @@ export class VpcIpamPoolCidr extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cidr", - "The CIDR you want to assign to the pool. Conflicts with `netmask_length`.", + 'cidr', + 'The CIDR you want to assign to the pool. Conflicts with `netmask_length`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cidrAuthorizationContext", - "A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP. This is not stored in the state file. See cidr_authorization_context for more information.", + 'cidrAuthorizationContext', + 'A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP. This is not stored in the state file. See cidr_authorization_context for more information.', () => ec2_VpcIpamPoolCidrCidrAuthorizationContext_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "ipamPoolId", - "The ID of the pool to which you want to assign a CIDR.", + 'ipamPoolId', + 'The ID of the pool to which you want to assign a CIDR.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "netmaskLength", - "If provided, the cidr provisioned into the specified pool will be the next available cidr given this declared netmask length. Conflicts with `cidr`.", + 'netmaskLength', + 'If provided, the cidr provisioned into the specified pool will be the next available cidr given this declared netmask length. Conflicts with `cidr`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidrAllocation.ts b/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidrAllocation.ts index 5dc3eaf8d..fdbcd2032 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidrAllocation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamPoolCidrAllocation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamPoolCidrAllocationArgs { // Exclude a particular CIDR range from being returned by the pool. @@ -55,40 +55,40 @@ export class VpcIpamPoolCidrAllocation extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "netmaskLength", - "The netmask length of the CIDR you would like to allocate to the IPAM pool. Valid Values: `0-128`.", + 'netmaskLength', + 'The netmask length of the CIDR you would like to allocate to the IPAM pool. Valid Values: `0-128`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cidr", - "The CIDR you want to assign to the pool.", + 'cidr', + 'The CIDR you want to assign to the pool.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description for the allocation.", + 'description', + 'The description for the allocation.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "disallowedCidrs", - "Exclude a particular CIDR range from being returned by the pool.", + 'disallowedCidrs', + 'Exclude a particular CIDR range from being returned by the pool.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "ipamPoolId", - "The ID of the pool to which you want to assign a CIDR.", + 'ipamPoolId', + 'The ID of the pool to which you want to assign a CIDR.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamPreviewNextCidr.ts b/src/app/Models/codegen/aws/ec2/VpcIpamPreviewNextCidr.ts index 6a03d902e..fb6476491 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamPreviewNextCidr.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamPreviewNextCidr.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamPreviewNextCidrArgs { // Exclude a particular CIDR range from being returned by the pool. @@ -34,24 +34,24 @@ export class VpcIpamPreviewNextCidr extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "disallowedCidrs", - "Exclude a particular CIDR range from being returned by the pool.", + 'disallowedCidrs', + 'Exclude a particular CIDR range from being returned by the pool.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "ipamPoolId", - "The ID of the pool to which you want to assign a CIDR.", + 'ipamPoolId', + 'The ID of the pool to which you want to assign a CIDR.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "netmaskLength", - "The netmask length of the CIDR you would like to preview from the IPAM pool.", + 'netmaskLength', + 'The netmask length of the CIDR you would like to preview from the IPAM pool.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscovery.ts b/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscovery.ts index 334fb343d..59a4f8c68 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscovery.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscovery.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcIpamResourceDiscoveryOperatingRegion, ec2_VpcIpamResourceDiscoveryOperatingRegion_GetTypes, -} from "../types/ec2_VpcIpamResourceDiscoveryOperatingRegion"; +} from '../types/ec2_VpcIpamResourceDiscoveryOperatingRegion'; export interface VpcIpamResourceDiscoveryArgs { // A description for the IPAM Resource Discovery. @@ -50,15 +50,15 @@ export class VpcIpamResourceDiscovery extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A description for the IPAM Resource Discovery.", + 'description', + 'A description for the IPAM Resource Discovery.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "operatingRegions", + 'operatingRegions', "Determines which regions the Resource Discovery will enable IPAM features for usage and monitoring. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM Resource Discovery. You can only create VPCs from a pool whose locale matches the VPC's Region. You specify a region using the region_name parameter. **You must set your provider block region as an operating_region.**", () => ec2_VpcIpamResourceDiscoveryOperatingRegion_GetTypes(), true, @@ -66,8 +66,8 @@ export class VpcIpamResourceDiscovery extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscoveryAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscoveryAssociation.ts index 3f16fbada..0529f1f40 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscoveryAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamResourceDiscoveryAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamResourceDiscoveryAssociationArgs { // The ID of the IPAM to associate. @@ -52,24 +52,24 @@ export class VpcIpamResourceDiscoveryAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ipamResourceDiscoveryId", - "The ID of the Resource Discovery to associate.", + 'ipamResourceDiscoveryId', + 'The ID of the Resource Discovery to associate.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to add to the IPAM resource discovery association resource.", + 'tags', + 'A map of tags to add to the IPAM resource discovery association resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipamId", - "The ID of the IPAM to associate.", + 'ipamId', + 'The ID of the IPAM to associate.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpamScope.ts b/src/app/Models/codegen/aws/ec2/VpcIpamScope.ts index 3e71e3029..170e46dcc 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpamScope.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpamScope.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpamScopeArgs { // A description for the scope you're creating. @@ -49,7 +49,7 @@ export class VpcIpamScope extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ipamId", + 'ipamId', "The ID of the IPAM for which you're creating this scope.", () => [], true, @@ -57,15 +57,15 @@ export class VpcIpamScope extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', "A description for the scope you're creating.", () => [], false, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpv4CidrBlockAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcIpv4CidrBlockAssociation.ts index db0206e78..4653fed87 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpv4CidrBlockAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpv4CidrBlockAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpv4CidrBlockAssociationArgs { // The IPv4 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv4_netmask_length`. @@ -37,15 +37,15 @@ export class VpcIpv4CidrBlockAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cidrBlock", - "The IPv4 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv4_netmask_length`.", + 'cidrBlock', + 'The IPv4 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv4_netmask_length`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv4IpamPoolId", + 'ipv4IpamPoolId', "The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts. Using IPAM you can monitor IP address usage throughout your AWS Organization.", () => [], false, @@ -53,16 +53,16 @@ export class VpcIpv4CidrBlockAssociation extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "ipv4NetmaskLength", - "The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a `ipv4_ipam_pool_id`.", + 'ipv4NetmaskLength', + 'The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a `ipv4_ipam_pool_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC to make the association with.", + 'vpcId', + 'The ID of the VPC to make the association with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcIpv6CidrBlockAssociation.ts b/src/app/Models/codegen/aws/ec2/VpcIpv6CidrBlockAssociation.ts index 801bd63ed..0a1b7c2b6 100644 --- a/src/app/Models/codegen/aws/ec2/VpcIpv6CidrBlockAssociation.ts +++ b/src/app/Models/codegen/aws/ec2/VpcIpv6CidrBlockAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcIpv6CidrBlockAssociationArgs { // - (Optional) The ID of an IPv6 IPAM pool you want to use for allocating this VPC's CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts. Conflict with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`. @@ -49,15 +49,15 @@ export class VpcIpv6CidrBlockAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv6_netmask_length`. This parameter is required if `ipv6_netmask_length` is not set and the IPAM pool does not have `allocation_default_netmask` set. Conflicts with `assign_generated_ipv6_cidr_block`.", + 'ipv6CidrBlock', + 'The IPv6 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv6_netmask_length`. This parameter is required if `ipv6_netmask_length` is not set and the IPAM pool does not have `allocation_default_netmask` set. Conflicts with `assign_generated_ipv6_cidr_block`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6IpamPoolId", + 'ipv6IpamPoolId', "- (Optional) The ID of an IPv6 IPAM pool you want to use for allocating this VPC's CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts. Conflict with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`.", () => [], false, @@ -65,32 +65,32 @@ export class VpcIpv6CidrBlockAssociation extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "ipv6NetmaskLength", - "The netmask length of the IPv6 CIDR you want to allocate to this VPC. Requires specifying a `ipv6_ipam_pool_id`. This parameter is optional if the IPAM pool has `allocation_default_netmask` set, otherwise it or `ipv6_cidr_block` are required. Conflicts with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`.", + 'ipv6NetmaskLength', + 'The netmask length of the IPv6 CIDR you want to allocate to this VPC. Requires specifying a `ipv6_ipam_pool_id`. This parameter is optional if the IPAM pool has `allocation_default_netmask` set, otherwise it or `ipv6_cidr_block` are required. Conflicts with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6Pool", - "The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`.", + 'ipv6Pool', + 'The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC to make the association with.", + 'vpcId', + 'The ID of the VPC to make the association with.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "assignGeneratedIpv6CidrBlock", - "Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block. Default is `false`. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`, `ipv6_cidr_block` and `ipv6_netmask_length`.", + 'assignGeneratedIpv6CidrBlock', + 'Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block. Default is `false`. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`, `ipv6_cidr_block` and `ipv6_netmask_length`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcNetworkPerformanceMetricSubscription.ts b/src/app/Models/codegen/aws/ec2/VpcNetworkPerformanceMetricSubscription.ts index 877cd7a48..41302e2b4 100644 --- a/src/app/Models/codegen/aws/ec2/VpcNetworkPerformanceMetricSubscription.ts +++ b/src/app/Models/codegen/aws/ec2/VpcNetworkPerformanceMetricSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcNetworkPerformanceMetricSubscriptionArgs { // The statistic used for the enabled subscription. Valid values: `p50`. Default: `p50`. @@ -40,32 +40,32 @@ export class VpcNetworkPerformanceMetricSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "statistic", - "The statistic used for the enabled subscription. Valid values: `p50`. Default: `p50`.", + 'statistic', + 'The statistic used for the enabled subscription. Valid values: `p50`. Default: `p50`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "destination", - "The target Region or Availability Zone that the metric subscription is enabled for. For example, `eu-west-1`.", + 'destination', + 'The target Region or Availability Zone that the metric subscription is enabled for. For example, `eu-west-1`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "metric", - "The metric used for the enabled subscription. Valid values: `aggregate-latency`. Default: `aggregate-latency`.", + 'metric', + 'The metric used for the enabled subscription. Valid values: `aggregate-latency`. Default: `aggregate-latency`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "source", - "The source Region or Availability Zone that the metric subscription is enabled for. For example, `us-east-1`.", + 'source', + 'The source Region or Availability Zone that the metric subscription is enabled for. For example, `us-east-1`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpcPeeringConnection.ts b/src/app/Models/codegen/aws/ec2/VpcPeeringConnection.ts index 0b0f49193..48d1ddb2b 100644 --- a/src/app/Models/codegen/aws/ec2/VpcPeeringConnection.ts +++ b/src/app/Models/codegen/aws/ec2/VpcPeeringConnection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcPeeringConnectionRequester, ec2_VpcPeeringConnectionRequester_GetTypes, -} from "../types/ec2_VpcPeeringConnectionRequester"; +} from '../types/ec2_VpcPeeringConnectionRequester'; import { ec2_VpcPeeringConnectionAccepter, ec2_VpcPeeringConnectionAccepter_GetTypes, -} from "../types/ec2_VpcPeeringConnectionAccepter"; +} from '../types/ec2_VpcPeeringConnectionAccepter'; export interface VpcPeeringConnectionArgs { /* @@ -99,64 +99,64 @@ the peering connection (a maximum of one). return [ new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the requester VPC.", + 'vpcId', + 'The ID of the requester VPC.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "accepter", - "An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that accepts\nthe peering connection (a maximum of one).", + 'accepter', + 'An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that accepts\nthe peering connection (a maximum of one).', () => ec2_VpcPeeringConnectionAccepter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAccept", - "Accept the peering (both VPCs need to be in the same AWS account and region).", + 'autoAccept', + 'Accept the peering (both VPCs need to be in the same AWS account and region).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "peerOwnerId", - "The AWS account ID of the target peer VPC.\nDefaults to the account ID the [AWS provider][1] is currently connected to, so must be managed if connecting cross-account.", + 'peerOwnerId', + 'The AWS account ID of the target peer VPC.\nDefaults to the account ID the [AWS provider][1] is currently connected to, so must be managed if connecting cross-account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "peerRegion", - "The region of the accepter VPC of the VPC Peering Connection. `auto_accept` must be `false`,\nand use the `aws.ec2.VpcPeeringConnectionAccepter` to manage the accepter side.", + 'peerRegion', + 'The region of the accepter VPC of the VPC Peering Connection. `auto_accept` must be `false`,\nand use the `aws.ec2.VpcPeeringConnectionAccepter` to manage the accepter side.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "peerVpcId", - "The ID of the target VPC with which you are creating the VPC Peering Connection.", + 'peerVpcId', + 'The ID of the target VPC with which you are creating the VPC Peering Connection.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "requester", - "A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requests\nthe peering connection (a maximum of one).", + 'requester', + 'A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requests\nthe peering connection (a maximum of one).', () => ec2_VpcPeeringConnectionRequester_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpcPeeringConnectionAccepter.ts b/src/app/Models/codegen/aws/ec2/VpcPeeringConnectionAccepter.ts index a88217131..c4d66942b 100644 --- a/src/app/Models/codegen/aws/ec2/VpcPeeringConnectionAccepter.ts +++ b/src/app/Models/codegen/aws/ec2/VpcPeeringConnectionAccepter.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpcPeeringConnectionAccepterAccepter, ec2_VpcPeeringConnectionAccepterAccepter_GetTypes, -} from "../types/ec2_VpcPeeringConnectionAccepterAccepter"; +} from '../types/ec2_VpcPeeringConnectionAccepterAccepter'; import { ec2_VpcPeeringConnectionAccepterRequester, ec2_VpcPeeringConnectionAccepterRequester_GetTypes, -} from "../types/ec2_VpcPeeringConnectionAccepterRequester"; +} from '../types/ec2_VpcPeeringConnectionAccepterRequester'; export interface VpcPeeringConnectionAccepterArgs { /* @@ -81,40 +81,40 @@ A configuration block that describes [VPC Peering Connection] return [ new DynamicUIProps( InputType.Object, - "accepter", - "A configuration block that describes [VPC Peering Connection]\n(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.", + 'accepter', + 'A configuration block that describes [VPC Peering Connection]\n(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.', () => ec2_VpcPeeringConnectionAccepterAccepter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAccept", - "Whether or not to accept the peering request. Defaults to `false`.", + 'autoAccept', + 'Whether or not to accept the peering request. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "requester", - "A configuration block that describes [VPC Peering Connection]\n(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.", + 'requester', + 'A configuration block that describes [VPC Peering Connection]\n(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.', () => ec2_VpcPeeringConnectionAccepterRequester_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "The VPC Peering Connection ID to manage.", + 'vpcPeeringConnectionId', + 'The VPC Peering Connection ID to manage.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpnConnection.ts b/src/app/Models/codegen/aws/ec2/VpnConnection.ts index f65e5b47d..21b5bffd0 100644 --- a/src/app/Models/codegen/aws/ec2/VpnConnection.ts +++ b/src/app/Models/codegen/aws/ec2/VpnConnection.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpnConnectionTunnel1LogOptions, ec2_VpnConnectionTunnel1LogOptions_GetTypes, -} from "../types/ec2_VpnConnectionTunnel1LogOptions"; +} from '../types/ec2_VpnConnectionTunnel1LogOptions'; import { ec2_VpnConnectionVgwTelemetry, ec2_VpnConnectionVgwTelemetry_GetTypes, -} from "../types/ec2_VpnConnectionVgwTelemetry"; +} from '../types/ec2_VpnConnectionVgwTelemetry'; import { ec2_VpnConnectionRoute, ec2_VpnConnectionRoute_GetTypes, -} from "../types/ec2_VpnConnectionRoute"; +} from '../types/ec2_VpnConnectionRoute'; import { ec2_VpnConnectionTunnel2LogOptions, ec2_VpnConnectionTunnel2LogOptions_GetTypes, -} from "../types/ec2_VpnConnectionTunnel2LogOptions"; +} from '../types/ec2_VpnConnectionTunnel2LogOptions'; export interface VpnConnectionArgs { // The IPv4 CIDR on the AWS side of the VPN connection. @@ -407,31 +407,31 @@ export class VpnConnection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "tunnelInsideIpVersion", - "Indicate whether the VPN tunnels process IPv4 or IPv6 traffic. Valid values are `ipv4 | ipv6`. `ipv6` Supports only EC2 Transit Gateway.", + 'tunnelInsideIpVersion', + 'Indicate whether the VPN tunnels process IPv4 or IPv6 traffic. Valid values are `ipv4 | ipv6`. `ipv6` Supports only EC2 Transit Gateway.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "tunnel1IkeVersions", - "The IKE versions that are permitted for the first VPN tunnel. Valid values are `ikev1 | ikev2`.", + 'tunnel1IkeVersions', + 'The IKE versions that are permitted for the first VPN tunnel. Valid values are `ikev1 | ikev2`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "tunnel2EnableTunnelLifecycleControl", - "Turn on or off tunnel endpoint lifecycle control feature for the second VPN tunnel. Valid values are `true | false`.", + 'tunnel2EnableTunnelLifecycleControl', + 'Turn on or off tunnel endpoint lifecycle control feature for the second VPN tunnel. Valid values are `true | false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of VPN connection. The only type AWS supports at this time is "ipsec.1".', () => [], true, @@ -439,351 +439,351 @@ export class VpnConnection extends DS_Resource { ), new DynamicUIProps( InputType.String, - "customerGatewayId", - "The ID of the customer gateway.", + 'customerGatewayId', + 'The ID of the customer gateway.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "tunnel1DpdTimeoutSeconds", - "The number of seconds after which a DPD timeout occurs for the first VPN tunnel. Valid value is equal or higher than `30`.", + 'tunnel1DpdTimeoutSeconds', + 'The number of seconds after which a DPD timeout occurs for the first VPN tunnel. Valid value is equal or higher than `30`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2ReplayWindowSize", - "The number of packets in an IKE replay window for the second VPN tunnel. Valid value is between `64` and `2048`.", + 'tunnel2ReplayWindowSize', + 'The number of packets in an IKE replay window for the second VPN tunnel. Valid value is between `64` and `2048`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase2DhGroupNumbers", - "List of one or more Diffie-Hellman group numbers that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.", + 'tunnel1Phase2DhGroupNumbers', + 'List of one or more Diffie-Hellman group numbers that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase2EncryptionAlgorithms", - "List of one or more encryption algorithms that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.", + 'tunnel1Phase2EncryptionAlgorithms', + 'List of one or more encryption algorithms that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase2EncryptionAlgorithms", - "List of one or more encryption algorithms that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.", + 'tunnel2Phase2EncryptionAlgorithms', + 'List of one or more encryption algorithms that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "tunnel1Phase2LifetimeSeconds", - "The lifetime for phase 2 of the IKE negotiation for the first VPN tunnel, in seconds. Valid value is between `900` and `3600`.", + 'tunnel1Phase2LifetimeSeconds', + 'The lifetime for phase 2 of the IKE negotiation for the first VPN tunnel, in seconds. Valid value is between `900` and `3600`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "remoteIpv4NetworkCidr", - "The IPv4 CIDR on the AWS side of the VPN connection.", + 'remoteIpv4NetworkCidr', + 'The IPv4 CIDR on the AWS side of the VPN connection.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2DpdTimeoutSeconds", - "The number of seconds after which a DPD timeout occurs for the second VPN tunnel. Valid value is equal or higher than `30`.", + 'tunnel2DpdTimeoutSeconds', + 'The number of seconds after which a DPD timeout occurs for the second VPN tunnel. Valid value is equal or higher than `30`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tunnel1InsideCidr", - "The CIDR block of the inside IP addresses for the first VPN tunnel. Valid value is a size /30 CIDR block from the 169.254.0.0/16 range.", + 'tunnel1InsideCidr', + 'The CIDR block of the inside IP addresses for the first VPN tunnel. Valid value is a size /30 CIDR block from the 169.254.0.0/16 range.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "remoteIpv6NetworkCidr", - "The IPv6 CIDR on the AWS side of the VPN connection.", + 'remoteIpv6NetworkCidr', + 'The IPv6 CIDR on the AWS side of the VPN connection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tunnel1DpdTimeoutAction", - "The action to take after DPD timeout occurs for the first VPN tunnel. Specify restart to restart the IKE initiation. Specify clear to end the IKE session. Valid values are `clear | none | restart`.", + 'tunnel1DpdTimeoutAction', + 'The action to take after DPD timeout occurs for the first VPN tunnel. Specify restart to restart the IKE initiation. Specify clear to end the IKE session. Valid values are `clear | none | restart`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel1RekeyFuzzPercentage", - "The percentage of the rekey window for the first VPN tunnel (determined by `tunnel1_rekey_margin_time_seconds`) during which the rekey time is randomly selected. Valid value is between `0` and `100`.", + 'tunnel1RekeyFuzzPercentage', + 'The percentage of the rekey window for the first VPN tunnel (determined by `tunnel1_rekey_margin_time_seconds`) during which the rekey time is randomly selected. Valid value is between `0` and `100`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "The ID of the Virtual Private Gateway.", + 'vpnGatewayId', + 'The ID of the Virtual Private Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2Phase1LifetimeSeconds", - "The lifetime for phase 1 of the IKE negotiation for the second VPN tunnel, in seconds. Valid value is between `900` and `28800`.", + 'tunnel2Phase1LifetimeSeconds', + 'The lifetime for phase 1 of the IKE negotiation for the second VPN tunnel, in seconds. Valid value is between `900` and `28800`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2Phase2LifetimeSeconds", - "The lifetime for phase 2 of the IKE negotiation for the second VPN tunnel, in seconds. Valid value is between `900` and `3600`.", + 'tunnel2Phase2LifetimeSeconds', + 'The lifetime for phase 2 of the IKE negotiation for the second VPN tunnel, in seconds. Valid value is between `900` and `3600`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2RekeyMarginTimeSeconds", - "The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the second VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for `tunnel2_rekey_fuzz_percentage`. Valid value is between `60` and half of `tunnel2_phase2_lifetime_seconds`.", + 'tunnel2RekeyMarginTimeSeconds', + 'The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the second VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for `tunnel2_rekey_fuzz_percentage`. Valid value is between `60` and half of `tunnel2_phase2_lifetime_seconds`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase2IntegrityAlgorithms", - "List of one or more integrity algorithms that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.", + 'tunnel2Phase2IntegrityAlgorithms', + 'List of one or more integrity algorithms that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tunnel2InsideIpv6Cidr", - "The range of inside IPv6 addresses for the second VPN tunnel. Supports only EC2 Transit Gateway. Valid value is a size /126 CIDR block from the local fd00::/8 range.", + 'tunnel2InsideIpv6Cidr', + 'The range of inside IPv6 addresses for the second VPN tunnel. Supports only EC2 Transit Gateway. Valid value is a size /126 CIDR block from the local fd00::/8 range.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tunnel2InsideCidr", - "The CIDR block of the inside IP addresses for the second VPN tunnel. Valid value is a size /30 CIDR block from the 169.254.0.0/16 range.", + 'tunnel2InsideCidr', + 'The CIDR block of the inside IP addresses for the second VPN tunnel. Valid value is a size /30 CIDR block from the 169.254.0.0/16 range.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "tunnel1LogOptions", - "Options for logging VPN tunnel activity. See Log Options below for more details.", + 'tunnel1LogOptions', + 'Options for logging VPN tunnel activity. See Log Options below for more details.', () => ec2_VpnConnectionTunnel1LogOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase1DhGroupNumbers", - "List of one or more Diffie-Hellman group numbers that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are ` 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.", + 'tunnel2Phase1DhGroupNumbers', + 'List of one or more Diffie-Hellman group numbers that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are ` 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "tunnel1Phase1LifetimeSeconds", - "The lifetime for phase 1 of the IKE negotiation for the first VPN tunnel, in seconds. Valid value is between `900` and `28800`.", + 'tunnel1Phase1LifetimeSeconds', + 'The lifetime for phase 1 of the IKE negotiation for the first VPN tunnel, in seconds. Valid value is between `900` and `28800`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase2IntegrityAlgorithms", - "List of one or more integrity algorithms that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.", + 'tunnel1Phase2IntegrityAlgorithms', + 'List of one or more integrity algorithms that are permitted for the first VPN tunnel for phase 2 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "localIpv6NetworkCidr", - "The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.", + 'localIpv6NetworkCidr', + 'The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableAcceleration", - "Indicate whether to enable acceleration for the VPN connection. Supports only EC2 Transit Gateway.", + 'enableAcceleration', + 'Indicate whether to enable acceleration for the VPN connection. Supports only EC2 Transit Gateway.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tunnel2PresharedKey", - "The preshared key of the second VPN tunnel. The preshared key must be between 8 and 64 characters in length and cannot start with zero(0). Allowed characters are alphanumeric characters, periods(.) and underscores(_).", + 'tunnel2PresharedKey', + 'The preshared key of the second VPN tunnel. The preshared key must be between 8 and 64 characters in length and cannot start with zero(0). Allowed characters are alphanumeric characters, periods(.) and underscores(_).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase1DhGroupNumbers", - "List of one or more Diffie-Hellman group numbers that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are ` 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.", + 'tunnel1Phase1DhGroupNumbers', + 'List of one or more Diffie-Hellman group numbers that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are ` 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2IkeVersions", - "The IKE versions that are permitted for the second VPN tunnel. Valid values are `ikev1 | ikev2`.", + 'tunnel2IkeVersions', + 'The IKE versions that are permitted for the second VPN tunnel. Valid values are `ikev1 | ikev2`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase1IntegrityAlgorithms", - "One or more integrity algorithms that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.", + 'tunnel1Phase1IntegrityAlgorithms', + 'One or more integrity algorithms that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase2DhGroupNumbers", - "List of one or more Diffie-Hellman group numbers that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.", + 'tunnel2Phase2DhGroupNumbers', + 'List of one or more Diffie-Hellman group numbers that are permitted for the second VPN tunnel for phase 2 IKE negotiations. Valid values are `2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24`.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transportTransitGatewayAttachmentId", - ". The attachment ID of the Transit Gateway attachment to Direct Connect Gateway. The ID is obtained through a data source only.", + 'transportTransitGatewayAttachmentId', + '. The attachment ID of the Transit Gateway attachment to Direct Connect Gateway. The ID is obtained through a data source only.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel1Phase1EncryptionAlgorithms", - "List of one or more encryption algorithms that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.", + 'tunnel1Phase1EncryptionAlgorithms', + 'List of one or more encryption algorithms that are permitted for the first VPN tunnel for phase 1 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tunnel2LogOptions", - "Options for logging VPN tunnel activity. See Log Options below for more details.", + 'tunnel2LogOptions', + 'Options for logging VPN tunnel activity. See Log Options below for more details.', () => ec2_VpnConnectionTunnel2LogOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tunnel1StartupAction", - "The action to take when the establishing the tunnel for the first VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for AWS to initiate the IKE negotiation. Valid values are `add | start`.", + 'tunnel1StartupAction', + 'The action to take when the establishing the tunnel for the first VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for AWS to initiate the IKE negotiation. Valid values are `add | start`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tunnel1ReplayWindowSize", - "The number of packets in an IKE replay window for the first VPN tunnel. Valid value is between `64` and `2048`.", + 'tunnel1ReplayWindowSize', + 'The number of packets in an IKE replay window for the first VPN tunnel. Valid value is between `64` and `2048`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tunnel2StartupAction", - "The action to take when the establishing the tunnel for the second VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for AWS to initiate the IKE negotiation. Valid values are `add | start`.", + 'tunnel2StartupAction', + 'The action to take when the establishing the tunnel for the second VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for AWS to initiate the IKE negotiation. Valid values are `add | start`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase1IntegrityAlgorithms", - "One or more integrity algorithms that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.", + 'tunnel2Phase1IntegrityAlgorithms', + 'One or more integrity algorithms that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are `SHA1 | SHA2-256 | SHA2-384 | SHA2-512`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "tunnel1RekeyMarginTimeSeconds", - "The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the first VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for `tunnel1_rekey_fuzz_percentage`. Valid value is between `60` and half of `tunnel1_phase2_lifetime_seconds`.", + 'tunnel1RekeyMarginTimeSeconds', + 'The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the first VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for `tunnel1_rekey_fuzz_percentage`. Valid value is between `60` and half of `tunnel1_phase2_lifetime_seconds`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localIpv4NetworkCidr", - "The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.", + 'localIpv4NetworkCidr', + 'The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tunnel2Phase1EncryptionAlgorithms", - "List of one or more encryption algorithms that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.", + 'tunnel2Phase1EncryptionAlgorithms', + 'List of one or more encryption algorithms that are permitted for the second VPN tunnel for phase 1 IKE negotiations. Valid values are `AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "tunnel2RekeyFuzzPercentage", - "The percentage of the rekey window for the second VPN tunnel (determined by `tunnel2_rekey_margin_time_seconds`) during which the rekey time is randomly selected. Valid value is between `0` and `100`.", + 'tunnel2RekeyFuzzPercentage', + 'The percentage of the rekey window for the second VPN tunnel (determined by `tunnel2_rekey_margin_time_seconds`) during which the rekey time is randomly selected. Valid value is between `0` and `100`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outsideIpAddressType", - "Indicates if a Public S2S VPN or Private S2S VPN over AWS Direct Connect. Valid values are `PublicIpv4 | PrivateIpv4`", + 'outsideIpAddressType', + 'Indicates if a Public S2S VPN or Private S2S VPN over AWS Direct Connect. Valid values are `PublicIpv4 | PrivateIpv4`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "staticRoutesOnly", + 'staticRoutesOnly', "Whether the VPN connection uses static routes exclusively. Static routes must be used for devices that don't support BGP.", () => [], false, @@ -791,48 +791,48 @@ export class VpnConnection extends DS_Resource { ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "The ID of the EC2 Transit Gateway.", + 'transitGatewayId', + 'The ID of the EC2 Transit Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tunnel1PresharedKey", - "The preshared key of the first VPN tunnel. The preshared key must be between 8 and 64 characters in length and cannot start with zero(0). Allowed characters are alphanumeric characters, periods(.) and underscores(_).", + 'tunnel1PresharedKey', + 'The preshared key of the first VPN tunnel. The preshared key must be between 8 and 64 characters in length and cannot start with zero(0). Allowed characters are alphanumeric characters, periods(.) and underscores(_).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tunnel2DpdTimeoutAction", - "The action to take after DPD timeout occurs for the second VPN tunnel. Specify restart to restart the IKE initiation. Specify clear to end the IKE session. Valid values are `clear | none | restart`.", + 'tunnel2DpdTimeoutAction', + 'The action to take after DPD timeout occurs for the second VPN tunnel. Specify restart to restart the IKE initiation. Specify clear to end the IKE session. Valid values are `clear | none | restart`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tunnel1InsideIpv6Cidr", - "The range of inside IPv6 addresses for the first VPN tunnel. Supports only EC2 Transit Gateway. Valid value is a size /126 CIDR block from the local fd00::/8 range.", + 'tunnel1InsideIpv6Cidr', + 'The range of inside IPv6 addresses for the first VPN tunnel. Supports only EC2 Transit Gateway. Valid value is a size /126 CIDR block from the local fd00::/8 range.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "tunnel1EnableTunnelLifecycleControl", - "Turn on or off tunnel endpoint lifecycle control feature for the first VPN tunnel. Valid values are `true | false`.", + 'tunnel1EnableTunnelLifecycleControl', + 'Turn on or off tunnel endpoint lifecycle control feature for the first VPN tunnel. Valid values are `true | false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpnConnectionRoute.ts b/src/app/Models/codegen/aws/ec2/VpnConnectionRoute.ts index 0611de28e..e326f49ed 100644 --- a/src/app/Models/codegen/aws/ec2/VpnConnectionRoute.ts +++ b/src/app/Models/codegen/aws/ec2/VpnConnectionRoute.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpnConnectionRouteArgs { // The CIDR block associated with the local subnet of the customer network. @@ -25,16 +25,16 @@ export class VpnConnectionRoute extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "The CIDR block associated with the local subnet of the customer network.", + 'destinationCidrBlock', + 'The CIDR block associated with the local subnet of the customer network.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpnConnectionId", - "The ID of the VPN connection.", + 'vpnConnectionId', + 'The ID of the VPN connection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpnGateway.ts b/src/app/Models/codegen/aws/ec2/VpnGateway.ts index 6ffbd7929..54122fd3f 100644 --- a/src/app/Models/codegen/aws/ec2/VpnGateway.ts +++ b/src/app/Models/codegen/aws/ec2/VpnGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpnGatewayArgs { // A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -43,7 +43,7 @@ export class VpnGateway extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "amazonSideAsn", + 'amazonSideAsn', "The Autonomous System Number (ASN) for the Amazon side of the gateway. If you don't specify an ASN, the virtual private gateway is created with the default ASN.", () => [], false, @@ -51,24 +51,24 @@ export class VpnGateway extends DS_Resource { ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone for the virtual private gateway.", + 'availabilityZone', + 'The Availability Zone for the virtual private gateway.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID to create in.", + 'vpcId', + 'The VPC ID to create in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2/VpnGatewayAttachment.ts b/src/app/Models/codegen/aws/ec2/VpnGatewayAttachment.ts index 00e1f69d5..db815a55f 100644 --- a/src/app/Models/codegen/aws/ec2/VpnGatewayAttachment.ts +++ b/src/app/Models/codegen/aws/ec2/VpnGatewayAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpnGatewayAttachmentArgs { // The ID of the VPC. @@ -25,16 +25,16 @@ export class VpnGatewayAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC.", + 'vpcId', + 'The ID of the VPC.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "The ID of the Virtual Private Gateway.", + 'vpnGatewayId', + 'The ID of the Virtual Private Gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2/VpnGatewayRoutePropagation.ts b/src/app/Models/codegen/aws/ec2/VpnGatewayRoutePropagation.ts index ea2865d55..145b1b43c 100644 --- a/src/app/Models/codegen/aws/ec2/VpnGatewayRoutePropagation.ts +++ b/src/app/Models/codegen/aws/ec2/VpnGatewayRoutePropagation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpnGatewayRoutePropagationArgs { // The id of the `aws.ec2.RouteTable` to propagate routes into. @@ -25,16 +25,16 @@ export class VpnGatewayRoutePropagation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "routeTableId", - "The id of the `aws.ec2.RouteTable` to propagate routes into.", + 'routeTableId', + 'The id of the `aws.ec2.RouteTable` to propagate routes into.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpnGatewayId", - "The id of the `aws.ec2.VpnGateway` to propagate routes from.", + 'vpnGatewayId', + 'The id of the `aws.ec2.VpnGateway` to propagate routes from.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2clientvpn/AuthorizationRule.ts b/src/app/Models/codegen/aws/ec2clientvpn/AuthorizationRule.ts index d1b4012da..e5c32f70b 100644 --- a/src/app/Models/codegen/aws/ec2clientvpn/AuthorizationRule.ts +++ b/src/app/Models/codegen/aws/ec2clientvpn/AuthorizationRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthorizationRuleArgs { // The ID of the Client VPN endpoint. @@ -43,40 +43,40 @@ export class AuthorizationRule extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "authorizeAllGroups", - "Indicates whether the authorization rule grants access to all clients. One of `access_group_id` or `authorize_all_groups` must be set.", + 'authorizeAllGroups', + 'Indicates whether the authorization rule grants access to all clients. One of `access_group_id` or `authorize_all_groups` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clientVpnEndpointId", - "The ID of the Client VPN endpoint.", + 'clientVpnEndpointId', + 'The ID of the Client VPN endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of the authorization rule.", + 'description', + 'A brief description of the authorization rule.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetNetworkCidr", - "The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.", + 'targetNetworkCidr', + 'The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "accessGroupId", - "The ID of the group to which the authorization rule grants access. One of `access_group_id` or `authorize_all_groups` must be set.", + 'accessGroupId', + 'The ID of the group to which the authorization rule grants access. One of `access_group_id` or `authorize_all_groups` must be set.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2clientvpn/Endpoint.ts b/src/app/Models/codegen/aws/ec2clientvpn/Endpoint.ts index 3fee7f578..3b8edf8a7 100644 --- a/src/app/Models/codegen/aws/ec2clientvpn/Endpoint.ts +++ b/src/app/Models/codegen/aws/ec2clientvpn/Endpoint.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2clientvpn_EndpointClientLoginBannerOptions, ec2clientvpn_EndpointClientLoginBannerOptions_GetTypes, -} from "../types/ec2clientvpn_EndpointClientLoginBannerOptions"; +} from '../types/ec2clientvpn_EndpointClientLoginBannerOptions'; import { ec2clientvpn_EndpointClientConnectOptions, ec2clientvpn_EndpointClientConnectOptions_GetTypes, -} from "../types/ec2clientvpn_EndpointClientConnectOptions"; +} from '../types/ec2clientvpn_EndpointClientConnectOptions'; import { ec2clientvpn_EndpointAuthenticationOption, ec2clientvpn_EndpointAuthenticationOption_GetTypes, -} from "../types/ec2clientvpn_EndpointAuthenticationOption"; +} from '../types/ec2clientvpn_EndpointAuthenticationOption'; import { ec2clientvpn_EndpointConnectionLogOptions, ec2clientvpn_EndpointConnectionLogOptions_GetTypes, -} from "../types/ec2clientvpn_EndpointConnectionLogOptions"; +} from '../types/ec2clientvpn_EndpointConnectionLogOptions'; export interface EndpointArgs { // A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -137,128 +137,128 @@ export class Endpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A brief description of the Client VPN endpoint.", + 'description', + 'A brief description of the Client VPN endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverCertificateArn", - "The ARN of the ACM server certificate.", + 'serverCertificateArn', + 'The ARN of the ACM server certificate.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeoutHours", - "The maximum session duration is a trigger by which end-users are required to re-authenticate prior to establishing a VPN session. Default value is `24` - Valid values: `8 | 10 | 12 | 24`", + 'sessionTimeoutHours', + 'The maximum session duration is a trigger by which end-users are required to re-authenticate prior to establishing a VPN session. Default value is `24` - Valid values: `8 | 10 | 12 | 24`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "selfServicePortal", - "Specify whether to enable the self-service portal for the Client VPN endpoint. Values can be `enabled` or `disabled`. Default value is `disabled`.", + 'selfServicePortal', + 'Specify whether to enable the self-service portal for the Client VPN endpoint. Values can be `enabled` or `disabled`. Default value is `disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dnsServers", - "Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address of the connecting device is used.", + 'dnsServers', + 'Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address of the connecting device is used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "clientConnectOptions", - "The options for managing connection authorization for new client connections.", + 'clientConnectOptions', + 'The options for managing connection authorization for new client connections.', () => ec2clientvpn_EndpointClientConnectOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "splitTunnel", - "Indicates whether split-tunnel is enabled on VPN endpoint. Default value is `false`.", + 'splitTunnel', + 'Indicates whether split-tunnel is enabled on VPN endpoint. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transportProtocol", - "The transport protocol to be used by the VPN session. Default value is `udp`.", + 'transportProtocol', + 'The transport protocol to be used by the VPN session. Default value is `udp`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "authenticationOptions", - "Information about the authentication method to be used to authenticate clients.", + 'authenticationOptions', + 'Information about the authentication method to be used to authenticate clients.', () => ec2clientvpn_EndpointAuthenticationOption_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "connectionLogOptions", - "Information about the client connection logging options.", + 'connectionLogOptions', + 'Information about the client connection logging options.', () => ec2clientvpn_EndpointConnectionLogOptions_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.", + 'securityGroupIds', + 'The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.", + 'vpcId', + 'The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientCidrBlock", - "The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.", + 'clientCidrBlock', + 'The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "clientLoginBannerOptions", - "Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.", + 'clientLoginBannerOptions', + 'Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.', () => ec2clientvpn_EndpointClientLoginBannerOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "vpnPort", - "The port number for the Client VPN endpoint. Valid values are `443` and `1194`. Default value is `443`.", + 'vpnPort', + 'The port number for the Client VPN endpoint. Valid values are `443` and `1194`. Default value is `443`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2clientvpn/NetworkAssociation.ts b/src/app/Models/codegen/aws/ec2clientvpn/NetworkAssociation.ts index e1a5e9a27..9e5ef6168 100644 --- a/src/app/Models/codegen/aws/ec2clientvpn/NetworkAssociation.ts +++ b/src/app/Models/codegen/aws/ec2clientvpn/NetworkAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkAssociationArgs { // The ID of the Client VPN endpoint. @@ -31,16 +31,16 @@ export class NetworkAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clientVpnEndpointId", - "The ID of the Client VPN endpoint.", + 'clientVpnEndpointId', + 'The ID of the Client VPN endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet to associate with the Client VPN endpoint.", + 'subnetId', + 'The ID of the subnet to associate with the Client VPN endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2clientvpn/Route.ts b/src/app/Models/codegen/aws/ec2clientvpn/Route.ts index be606aefc..cba3997c4 100644 --- a/src/app/Models/codegen/aws/ec2clientvpn/Route.ts +++ b/src/app/Models/codegen/aws/ec2clientvpn/Route.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteArgs { // The ID of the Client VPN endpoint. @@ -43,32 +43,32 @@ export class Route extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clientVpnEndpointId", - "The ID of the Client VPN endpoint.", + 'clientVpnEndpointId', + 'The ID of the Client VPN endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of the route.", + 'description', + 'A brief description of the route.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "The IPv4 address range, in CIDR notation, of the route destination.", + 'destinationCidrBlock', + 'The IPv4 address range, in CIDR notation, of the route destination.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetVpcSubnetId", - "The ID of the Subnet to route the traffic through. It must already be attached to the Client VPN.", + 'targetVpcSubnetId', + 'The ID of the Subnet to route the traffic through. It must already be attached to the Client VPN.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/Connect.ts b/src/app/Models/codegen/aws/ec2transitgateway/Connect.ts index 486ad7aa1..895cec8bc 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/Connect.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/Connect.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectArgs { // Boolean whether the Connect should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`. @@ -52,48 +52,48 @@ export class Connect extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transportAttachmentId", - "The underlaying VPC attachment", + 'transportAttachmentId', + 'The underlaying VPC attachment', () => [], true, true, ), new DynamicUIProps( InputType.String, - "protocol", - "The tunnel protocol. Valid values: `gre`. Default is `gre`.", + 'protocol', + 'The tunnel protocol. Valid values: `gre`. Default is `gre`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Connect. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Connect. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTableAssociation", - "Boolean whether the Connect should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.", + 'transitGatewayDefaultRouteTableAssociation', + 'Boolean whether the Connect should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTablePropagation", - "Boolean whether the Connect should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.", + 'transitGatewayDefaultRouteTablePropagation', + 'Boolean whether the Connect should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of EC2 Transit Gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/ConnectPeer.ts b/src/app/Models/codegen/aws/ec2transitgateway/ConnectPeer.ts index 02112b218..2e3cb0aca 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/ConnectPeer.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/ConnectPeer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectPeerArgs { // The BGP ASN number assigned customer device. If not provided, it will use the same BGP ASN as is associated with Transit Gateway. @@ -61,48 +61,48 @@ export class ConnectPeer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bgpAsn", - "The BGP ASN number assigned customer device. If not provided, it will use the same BGP ASN as is associated with Transit Gateway.", + 'bgpAsn', + 'The BGP ASN number assigned customer device. If not provided, it will use the same BGP ASN as is associated with Transit Gateway.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "The CIDR block that will be used for addressing within the tunnel. It must contain exactly one IPv4 CIDR block and up to one IPv6 CIDR block. The IPv4 CIDR block must be /29 size and must be within 169.254.0.0/16 range, with exception of: 169.254.0.0/29, 169.254.1.0/29, 169.254.2.0/29, 169.254.3.0/29, 169.254.4.0/29, 169.254.5.0/29, 169.254.169.248/29. The IPv6 CIDR block must be /125 size and must be within fd00::/8. The first IP from each CIDR block is assigned for customer gateway, the second and third is for Transit Gateway (An example: from range 169.254.100.0/29, .1 is assigned to customer gateway and .2 and .3 are assigned to Transit Gateway)", + 'insideCidrBlocks', + 'The CIDR block that will be used for addressing within the tunnel. It must contain exactly one IPv4 CIDR block and up to one IPv6 CIDR block. The IPv4 CIDR block must be /29 size and must be within 169.254.0.0/16 range, with exception of: 169.254.0.0/29, 169.254.1.0/29, 169.254.2.0/29, 169.254.3.0/29, 169.254.4.0/29, 169.254.5.0/29, 169.254.169.248/29. The IPv6 CIDR block must be /125 size and must be within fd00::/8. The first IP from each CIDR block is assigned for customer gateway, the second and third is for Transit Gateway (An example: from range 169.254.100.0/29, .1 is assigned to customer gateway and .2 and .3 are assigned to Transit Gateway)', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "peerAddress", - "The IP addressed assigned to customer device, which will be used as tunnel endpoint. It can be IPv4 or IPv6 address, but must be the same address family as `transit_gateway_address`", + 'peerAddress', + 'The IP addressed assigned to customer device, which will be used as tunnel endpoint. It can be IPv4 or IPv6 address, but must be the same address family as `transit_gateway_address`', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Connect Peer. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Connect Peer. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayAddress", - "The IP address assigned to Transit Gateway, which will be used as tunnel endpoint. This address must be from associated Transit Gateway CIDR block. The address must be from the same address family as `peer_address`. If not set explicitly, it will be selected from associated Transit Gateway CIDR blocks", + 'transitGatewayAddress', + 'The IP address assigned to Transit Gateway, which will be used as tunnel endpoint. This address must be from associated Transit Gateway CIDR block. The address must be from the same address family as `peer_address`. If not set explicitly, it will be selected from associated Transit Gateway CIDR blocks', () => [], false, true, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "The Transit Gateway Connect", + 'transitGatewayAttachmentId', + 'The Transit Gateway Connect', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/InstanceConnectEndpoint.ts b/src/app/Models/codegen/aws/ec2transitgateway/InstanceConnectEndpoint.ts index 5f9a3dea1..8a1b72a55 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/InstanceConnectEndpoint.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/InstanceConnectEndpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2transitgateway_InstanceConnectEndpointTimeouts, ec2transitgateway_InstanceConnectEndpointTimeouts_GetTypes, -} from "../types/ec2transitgateway_InstanceConnectEndpointTimeouts"; +} from '../types/ec2transitgateway_InstanceConnectEndpointTimeouts'; export interface InstanceConnectEndpointArgs { // Indicates whether your client's IP address is preserved as the source. Default: `true`. @@ -71,7 +71,7 @@ export class InstanceConnectEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "preserveClientIp", + 'preserveClientIp', "Indicates whether your client's IP address is preserved as the source. Default: `true`.", () => [], false, @@ -79,7 +79,7 @@ export class InstanceConnectEndpoint extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "securityGroupIds", + 'securityGroupIds', "One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for the VPC will be associated with the endpoint.", () => InputType_String_GetTypes(), false, @@ -87,24 +87,24 @@ export class InstanceConnectEndpoint extends DS_Resource { ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet in which to create the EC2 Instance Connect Endpoint.", + 'subnetId', + 'The ID of the subnet in which to create the EC2 Instance Connect Endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => ec2transitgateway_InstanceConnectEndpointTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/InstanceState.ts b/src/app/Models/codegen/aws/ec2transitgateway/InstanceState.ts index 4d7088364..3bb1733fd 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/InstanceState.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/InstanceState.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceStateArgs { // Whether to request a forced stop when `state` is `stopped`. Otherwise (_i.e._, `state` is `running`), ignored. When an instance is forced to stop, it does not flush file system caches or file system metadata, and you must subsequently perform file system check and repair. Not recommended for Windows instances. Defaults to `false`. @@ -39,24 +39,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "force", - "Whether to request a forced stop when `state` is `stopped`. Otherwise (_i.e._, `state` is `running`), ignored. When an instance is forced to stop, it does not flush file system caches or file system metadata, and you must subsequently perform file system check and repair. Not recommended for Windows instances. Defaults to `false`.", + 'force', + 'Whether to request a forced stop when `state` is `stopped`. Otherwise (_i.e._, `state` is `running`), ignored. When an instance is forced to stop, it does not flush file system caches or file system metadata, and you must subsequently perform file system check and repair. Not recommended for Windows instances. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "ID of the instance.", + 'instanceId', + 'ID of the instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "state", - "State of the instance. Valid values are `stopped`, `running`.\n\nThe following arguments are optional:", + 'state', + 'State of the instance. Valid values are `stopped`, `running`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomain.ts b/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomain.ts index 18302c4c7..52d7e8624 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomain.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MulticastDomainArgs { // Whether to enable support for statically configuring multicast group sources for the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`. @@ -52,40 +52,40 @@ export class MulticastDomain extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Multicast Domain. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Multicast Domain. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "EC2 Transit Gateway identifier. The EC2 Transit Gateway must have `multicast_support` enabled.", + 'transitGatewayId', + 'EC2 Transit Gateway identifier. The EC2 Transit Gateway must have `multicast_support` enabled.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "autoAcceptSharedAssociations", - "Whether to automatically accept cross-account subnet associations that are associated with the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.", + 'autoAcceptSharedAssociations', + 'Whether to automatically accept cross-account subnet associations that are associated with the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "igmpv2Support", - "Whether to enable Internet Group Management Protocol (IGMP) version 2 for the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.", + 'igmpv2Support', + 'Whether to enable Internet Group Management Protocol (IGMP) version 2 for the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "staticSourcesSupport", - "Whether to enable support for statically configuring multicast group sources for the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.", + 'staticSourcesSupport', + 'Whether to enable support for statically configuring multicast group sources for the EC2 Transit Gateway Multicast Domain. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomainAssociation.ts b/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomainAssociation.ts index 43fa73c4f..91b118bdc 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomainAssociation.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/MulticastDomainAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MulticastDomainAssociationArgs { // The ID of the subnet to associate with the transit gateway multicast domain. @@ -31,24 +31,24 @@ export class MulticastDomainAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transitGatewayMulticastDomainId", - "The ID of the transit gateway multicast domain.", + 'transitGatewayMulticastDomainId', + 'The ID of the transit gateway multicast domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet to associate with the transit gateway multicast domain.", + 'subnetId', + 'The ID of the subnet to associate with the transit gateway multicast domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "The ID of the transit gateway attachment.", + 'transitGatewayAttachmentId', + 'The ID of the transit gateway attachment.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupMember.ts b/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupMember.ts index 894037b93..a2e432d71 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupMember.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupMember.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MulticastGroupMemberArgs { // The IP address assigned to the transit gateway multicast group. @@ -31,15 +31,15 @@ export class MulticastGroupMember extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupIpAddress", - "The IP address assigned to the transit gateway multicast group.", + 'groupIpAddress', + 'The IP address assigned to the transit gateway multicast group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", + 'networkInterfaceId', "The group members' network interface ID to register with the transit gateway multicast group.", () => [], true, @@ -47,8 +47,8 @@ export class MulticastGroupMember extends DS_Resource { ), new DynamicUIProps( InputType.String, - "transitGatewayMulticastDomainId", - "The ID of the transit gateway multicast domain.", + 'transitGatewayMulticastDomainId', + 'The ID of the transit gateway multicast domain.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupSource.ts b/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupSource.ts index 0d4596910..c8d4c78aa 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupSource.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/MulticastGroupSource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MulticastGroupSourceArgs { // The IP address assigned to the transit gateway multicast group. @@ -31,15 +31,15 @@ export class MulticastGroupSource extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupIpAddress", - "The IP address assigned to the transit gateway multicast group.", + 'groupIpAddress', + 'The IP address assigned to the transit gateway multicast group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", + 'networkInterfaceId', "The group members' network interface ID to register with the transit gateway multicast group.", () => [], true, @@ -47,8 +47,8 @@ export class MulticastGroupSource extends DS_Resource { ), new DynamicUIProps( InputType.String, - "transitGatewayMulticastDomainId", - "The ID of the transit gateway multicast domain.", + 'transitGatewayMulticastDomainId', + 'The ID of the transit gateway multicast domain.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachment.ts b/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachment.ts index 31f3ff693..a32afb05d 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachment.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2transitgateway_PeeringAttachmentOptions, ec2transitgateway_PeeringAttachmentOptions_GetTypes, -} from "../types/ec2transitgateway_PeeringAttachmentOptions"; +} from '../types/ec2transitgateway_PeeringAttachmentOptions'; export interface PeeringAttachmentArgs { // Identifier of EC2 Transit Gateway. @@ -59,48 +59,48 @@ export class PeeringAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "peerRegion", - "Region of EC2 Transit Gateway to peer with.", + 'peerRegion', + 'Region of EC2 Transit Gateway to peer with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "peerTransitGatewayId", - "Identifier of EC2 Transit Gateway to peer with.", + 'peerTransitGatewayId', + 'Identifier of EC2 Transit Gateway to peer with.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of EC2 Transit Gateway.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "options", - "Describes whether dynamic routing is enabled or disabled for the transit gateway peering request. See options below for more details!", + 'options', + 'Describes whether dynamic routing is enabled or disabled for the transit gateway peering request. See options below for more details!', () => ec2transitgateway_PeeringAttachmentOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "peerAccountId", - "Account ID of EC2 Transit Gateway to peer with. Defaults to the account ID the AWS provider is currently connected to.", + 'peerAccountId', + 'Account ID of EC2 Transit Gateway to peer with. Defaults to the account ID the AWS provider is currently connected to.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachmentAccepter.ts b/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachmentAccepter.ts index 7c11fc561..418be420a 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachmentAccepter.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/PeeringAttachmentAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PeeringAttachmentAccepterArgs { // The ID of the EC2 Transit Gateway Peering Attachment to manage. @@ -40,16 +40,16 @@ export class PeeringAttachmentAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "The ID of the EC2 Transit Gateway Peering Attachment to manage.", + 'transitGatewayAttachmentId', + 'The ID of the EC2 Transit Gateway Peering Attachment to manage.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/PolicyTable.ts b/src/app/Models/codegen/aws/ec2transitgateway/PolicyTable.ts index 5623ee400..f4cb94efa 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/PolicyTable.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/PolicyTable.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyTableArgs { // Key-value tags for the EC2 Transit Gateway Policy Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -34,16 +34,16 @@ export class PolicyTable extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Policy Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Policy Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "EC2 Transit Gateway identifier.", + 'transitGatewayId', + 'EC2 Transit Gateway identifier.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/PolicyTableAssociation.ts b/src/app/Models/codegen/aws/ec2transitgateway/PolicyTableAssociation.ts index 3190a931e..05a18149d 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/PolicyTableAssociation.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/PolicyTableAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyTableAssociationArgs { // Identifier of EC2 Transit Gateway Attachment. @@ -31,16 +31,16 @@ export class PolicyTableAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Identifier of EC2 Transit Gateway Attachment.", + 'transitGatewayAttachmentId', + 'Identifier of EC2 Transit Gateway Attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayPolicyTableId", - "Identifier of EC2 Transit Gateway Policy Table.", + 'transitGatewayPolicyTableId', + 'Identifier of EC2 Transit Gateway Policy Table.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/PrefixListReference.ts b/src/app/Models/codegen/aws/ec2transitgateway/PrefixListReference.ts index 8d9678f69..8e5be57e6 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/PrefixListReference.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/PrefixListReference.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrefixListReferenceArgs { // Indicates whether to drop traffic that matches the Prefix List. Defaults to `false`. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "blackhole", - "Indicates whether to drop traffic that matches the Prefix List. Defaults to `false`.", + 'blackhole', + 'Indicates whether to drop traffic that matches the Prefix List. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "Identifier of EC2 Prefix List.", + 'prefixListId', + 'Identifier of EC2 Prefix List.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Identifier of EC2 Transit Gateway Attachment.", + 'transitGatewayAttachmentId', + 'Identifier of EC2 Transit Gateway Attachment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableId", - "Identifier of EC2 Transit Gateway Route Table.\n\nThe following arguments are optional:", + 'transitGatewayRouteTableId', + 'Identifier of EC2 Transit Gateway Route Table.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/Route.ts b/src/app/Models/codegen/aws/ec2transitgateway/Route.ts index 1bede4d1f..381e1e6e4 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/Route.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/Route.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteArgs { // Indicates whether to drop traffic that matches this route (default to `false`). @@ -37,32 +37,32 @@ export class Route extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "IPv4 or IPv6 RFC1924 CIDR used for destination matches. Routing decisions are based on the most specific match.", + 'destinationCidrBlock', + 'IPv4 or IPv6 RFC1924 CIDR used for destination matches. Routing decisions are based on the most specific match.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Identifier of EC2 Transit Gateway Attachment (required if `blackhole` is set to false).", + 'transitGatewayAttachmentId', + 'Identifier of EC2 Transit Gateway Attachment (required if `blackhole` is set to false).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableId", - "Identifier of EC2 Transit Gateway Route Table.", + 'transitGatewayRouteTableId', + 'Identifier of EC2 Transit Gateway Route Table.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "blackhole", - "Indicates whether to drop traffic that matches this route (default to `false`).", + 'blackhole', + 'Indicates whether to drop traffic that matches this route (default to `false`).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/RouteTable.ts b/src/app/Models/codegen/aws/ec2transitgateway/RouteTable.ts index 55e54e594..98ad45ddf 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/RouteTable.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/RouteTable.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteTableArgs { // Key-value tags for the EC2 Transit Gateway Route Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -37,16 +37,16 @@ export class RouteTable extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway Route Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway Route Table. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of EC2 Transit Gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/RouteTableAssociation.ts b/src/app/Models/codegen/aws/ec2transitgateway/RouteTableAssociation.ts index 85d647c33..38e8e231d 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/RouteTableAssociation.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/RouteTableAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteTableAssociationArgs { // Boolean whether the Gateway Attachment should remove any current Route Table association before associating with the specified Route Table. Default value: `false`. This argument is intended for use with EC2 Transit Gateways shared into the current account, otherwise the `transit_gateway_default_route_table_association` argument of the `aws.ec2transitgateway.VpcAttachment` resource should be used. @@ -37,24 +37,24 @@ export class RouteTableAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Identifier of EC2 Transit Gateway Attachment.", + 'transitGatewayAttachmentId', + 'Identifier of EC2 Transit Gateway Attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableId", - "Identifier of EC2 Transit Gateway Route Table.", + 'transitGatewayRouteTableId', + 'Identifier of EC2 Transit Gateway Route Table.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "replaceExistingAssociation", - "Boolean whether the Gateway Attachment should remove any current Route Table association before associating with the specified Route Table. Default value: `false`. This argument is intended for use with EC2 Transit Gateways shared into the current account, otherwise the `transit_gateway_default_route_table_association` argument of the `aws.ec2transitgateway.VpcAttachment` resource should be used.", + 'replaceExistingAssociation', + 'Boolean whether the Gateway Attachment should remove any current Route Table association before associating with the specified Route Table. Default value: `false`. This argument is intended for use with EC2 Transit Gateways shared into the current account, otherwise the `transit_gateway_default_route_table_association` argument of the `aws.ec2transitgateway.VpcAttachment` resource should be used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/RouteTablePropagation.ts b/src/app/Models/codegen/aws/ec2transitgateway/RouteTablePropagation.ts index 118631940..f3a6255ca 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/RouteTablePropagation.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/RouteTablePropagation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteTablePropagationArgs { // Identifier of EC2 Transit Gateway Attachment. @@ -31,16 +31,16 @@ export class RouteTablePropagation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "Identifier of EC2 Transit Gateway Attachment.", + 'transitGatewayAttachmentId', + 'Identifier of EC2 Transit Gateway Attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableId", - "Identifier of EC2 Transit Gateway Route Table.", + 'transitGatewayRouteTableId', + 'Identifier of EC2 Transit Gateway Route Table.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/TransitGateway.ts b/src/app/Models/codegen/aws/ec2transitgateway/TransitGateway.ts index 8a47a55cb..d701e9874 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/TransitGateway.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/TransitGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitGatewayArgs { /* @@ -96,80 +96,80 @@ Private Autonomous System Number (ASN) for the Amazon side of a BGP session. The return [ new DynamicUIProps( InputType.String, - "defaultRouteTableAssociation", - "Whether resource attachments are automatically associated with the default association route table. Valid values: `disable`, `enable`. Default value: `enable`.", + 'defaultRouteTableAssociation', + 'Whether resource attachments are automatically associated with the default association route table. Valid values: `disable`, `enable`. Default value: `enable`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpnEcmpSupport", - "Whether VPN Equal Cost Multipath Protocol support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.", + 'vpnEcmpSupport', + 'Whether VPN Equal Cost Multipath Protocol support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultRouteTablePropagation", - "Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: `disable`, `enable`. Default value: `enable`.", + 'defaultRouteTablePropagation', + 'Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: `disable`, `enable`. Default value: `enable`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dnsSupport", - "Whether DNS support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.", + 'dnsSupport', + 'Whether DNS support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayCidrBlocks", - "One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.", + 'transitGatewayCidrBlocks', + 'One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "amazonSideAsn", - "Private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is `64512` to `65534` for 16-bit ASNs and `4200000000` to `4294967294` for 32-bit ASNs. Default value: `64512`.\n\n> **NOTE:** Modifying `amazon_side_asn` on a Transit Gateway with active BGP sessions is [not allowed](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyTransitGatewayOptions.html). You must first delete all Transit Gateway attachments that have BGP configured prior to modifying `amazon_side_asn`.", + 'amazonSideAsn', + 'Private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is `64512` to `65534` for 16-bit ASNs and `4200000000` to `4294967294` for 32-bit ASNs. Default value: `64512`.\n\n> **NOTE:** Modifying `amazon_side_asn` on a Transit Gateway with active BGP sessions is [not allowed](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyTransitGatewayOptions.html). You must first delete all Transit Gateway attachments that have BGP configured prior to modifying `amazon_side_asn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoAcceptSharedAttachments", - "Whether resource attachment requests are automatically accepted. Valid values: `disable`, `enable`. Default value: `disable`.", + 'autoAcceptSharedAttachments', + 'Whether resource attachment requests are automatically accepted. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the EC2 Transit Gateway.", + 'description', + 'Description of the EC2 Transit Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "multicastSupport", - "Whether Multicast support is enabled. Required to use `ec2_transit_gateway_multicast_domain`. Valid values: `disable`, `enable`. Default value: `disable`.", + 'multicastSupport', + 'Whether Multicast support is enabled. Required to use `ec2_transit_gateway_multicast_domain`. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachment.ts b/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachment.ts index 15a2b1771..a65e4eba9 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachment.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcAttachmentArgs { // Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`. @@ -73,72 +73,72 @@ export class VpcAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTableAssociation", - "Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.", + 'transitGatewayDefaultRouteTableAssociation', + 'Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dnsSupport", - "Whether DNS support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.", + 'dnsSupport', + 'Whether DNS support is enabled. Valid values: `disable`, `enable`. Default value: `enable`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6Support", - "Whether IPv6 support is enabled. Valid values: `disable`, `enable`. Default value: `disable`.", + 'ipv6Support', + 'Whether IPv6 support is enabled. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of EC2 Subnets.", + 'subnetIds', + 'Identifiers of EC2 Subnets.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTablePropagation", - "Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.", + 'transitGatewayDefaultRouteTablePropagation', + 'Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of EC2 Transit Gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "Identifier of EC2 VPC.", + 'vpcId', + 'Identifier of EC2 VPC.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "applianceModeSupport", - "Whether Appliance Mode support is enabled. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. Valid values: `disable`, `enable`. Default value: `disable`.", + 'applianceModeSupport', + 'Whether Appliance Mode support is enabled. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. Valid values: `disable`, `enable`. Default value: `disable`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachmentAccepter.ts b/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachmentAccepter.ts index 36c44b7cf..b85b4b2d1 100644 --- a/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachmentAccepter.ts +++ b/src/app/Models/codegen/aws/ec2transitgateway/VpcAttachmentAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcAttachmentAccepterArgs { // Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: `true`. @@ -61,32 +61,32 @@ export class VpcAttachmentAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTablePropagation", - "Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: `true`.", + 'transitGatewayDefaultRouteTablePropagation', + 'Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "The ID of the EC2 Transit Gateway Attachment to manage.", + 'transitGatewayAttachmentId', + 'The ID of the EC2 Transit Gateway Attachment to manage.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "transitGatewayDefaultRouteTableAssociation", - "Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. Default value: `true`.", + 'transitGatewayDefaultRouteTableAssociation', + 'Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. Default value: `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ecr/LifecyclePolicy.ts b/src/app/Models/codegen/aws/ecr/LifecyclePolicy.ts index d9ed4df53..61b516b81 100644 --- a/src/app/Models/codegen/aws/ecr/LifecyclePolicy.ts +++ b/src/app/Models/codegen/aws/ecr/LifecyclePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LifecyclePolicyArgs { // The policy document. This is a JSON formatted string. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs. Consider using the `aws.ecr.getLifecyclePolicyDocument` data_source to generate/manage the JSON document used for the `policy` argument. @@ -28,16 +28,16 @@ export class LifecyclePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs. Consider using the `aws.ecr.getLifecyclePolicyDocument` data_source to generate/manage the JSON document used for the `policy` argument.", + 'policy', + 'The policy document. This is a JSON formatted string. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs. Consider using the `aws.ecr.getLifecyclePolicyDocument` data_source to generate/manage the JSON document used for the `policy` argument.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "repository", - "Name of the repository to apply the policy.", + 'repository', + 'Name of the repository to apply the policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ecr/PullThroughCacheRule.ts b/src/app/Models/codegen/aws/ecr/PullThroughCacheRule.ts index b3fd3fa2c..578dbe0ba 100644 --- a/src/app/Models/codegen/aws/ecr/PullThroughCacheRule.ts +++ b/src/app/Models/codegen/aws/ecr/PullThroughCacheRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PullThroughCacheRuleArgs { // The registry URL of the upstream public registry to use as the source. @@ -34,24 +34,24 @@ export class PullThroughCacheRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "upstreamRegistryUrl", - "The registry URL of the upstream public registry to use as the source.", + 'upstreamRegistryUrl', + 'The registry URL of the upstream public registry to use as the source.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "credentialArn", - "ARN of the Secret which will be used to authenticate against the registry.", + 'credentialArn', + 'ARN of the Secret which will be used to authenticate against the registry.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecrRepositoryPrefix", - "The repository name prefix to use when caching images from the source registry.", + 'ecrRepositoryPrefix', + 'The repository name prefix to use when caching images from the source registry.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ecr/RegistryPolicy.ts b/src/app/Models/codegen/aws/ecr/RegistryPolicy.ts index c1c46eaee..ca0cd5810 100644 --- a/src/app/Models/codegen/aws/ecr/RegistryPolicy.ts +++ b/src/app/Models/codegen/aws/ecr/RegistryPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegistryPolicyArgs { // The policy document. This is a JSON formatted string. @@ -22,8 +22,8 @@ export class RegistryPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string.", + 'policy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ecr/RegistryScanningConfiguration.ts b/src/app/Models/codegen/aws/ecr/RegistryScanningConfiguration.ts index 688c76966..53fb8235b 100644 --- a/src/app/Models/codegen/aws/ecr/RegistryScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/ecr/RegistryScanningConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_RegistryScanningConfigurationRule, ecr_RegistryScanningConfigurationRule_GetTypes, -} from "../types/ecr_RegistryScanningConfigurationRule"; +} from '../types/ecr_RegistryScanningConfigurationRule'; export interface RegistryScanningConfigurationArgs { // One or multiple blocks specifying scanning rules to determine which repository filters are used and at what frequency scanning will occur. See below for schema. @@ -32,16 +32,16 @@ export class RegistryScanningConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "rules", - "One or multiple blocks specifying scanning rules to determine which repository filters are used and at what frequency scanning will occur. See below for schema.", + 'rules', + 'One or multiple blocks specifying scanning rules to determine which repository filters are used and at what frequency scanning will occur. See below for schema.', () => ecr_RegistryScanningConfigurationRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scanType", - "the scanning type to set for the registry. Can be either `ENHANCED` or `BASIC`.", + 'scanType', + 'the scanning type to set for the registry. Can be either `ENHANCED` or `BASIC`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ecr/ReplicationConfiguration.ts b/src/app/Models/codegen/aws/ecr/ReplicationConfiguration.ts index b484e698f..ebc3ffbe1 100644 --- a/src/app/Models/codegen/aws/ecr/ReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/ecr/ReplicationConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_ReplicationConfigurationReplicationConfiguration, ecr_ReplicationConfigurationReplicationConfiguration_GetTypes, -} from "../types/ecr_ReplicationConfigurationReplicationConfiguration"; +} from '../types/ecr_ReplicationConfigurationReplicationConfiguration'; export interface ReplicationConfigurationArgs { // Replication configuration for a registry. See Replication Configuration. @@ -26,8 +26,8 @@ export class ReplicationConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "replicationConfiguration", - "Replication configuration for a registry. See Replication Configuration.", + 'replicationConfiguration', + 'Replication configuration for a registry. See Replication Configuration.', () => ecr_ReplicationConfigurationReplicationConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ecr/Repository.ts b/src/app/Models/codegen/aws/ecr/Repository.ts index 8696e6657..3ba362c12 100644 --- a/src/app/Models/codegen/aws/ecr/Repository.ts +++ b/src/app/Models/codegen/aws/ecr/Repository.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_RepositoryEncryptionConfiguration, ecr_RepositoryEncryptionConfiguration_GetTypes, -} from "../types/ecr_RepositoryEncryptionConfiguration"; +} from '../types/ecr_RepositoryEncryptionConfiguration'; import { ecr_RepositoryImageScanningConfiguration, ecr_RepositoryImageScanningConfiguration_GetTypes, -} from "../types/ecr_RepositoryImageScanningConfiguration"; +} from '../types/ecr_RepositoryImageScanningConfiguration'; export interface RepositoryArgs { // The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `MUTABLE`. @@ -75,48 +75,48 @@ Defaults to `false`. return [ new DynamicUIProps( InputType.String, - "imageTagMutability", - "The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `MUTABLE`.", + 'imageTagMutability', + 'The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `MUTABLE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the repository.", + 'name', + 'Name of the repository.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "encryptionConfigurations", - "Encryption configuration for the repository. See below for schema.", + 'encryptionConfigurations', + 'Encryption configuration for the repository. See below for schema.', () => ecr_RepositoryEncryptionConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "If `true`, will delete the repository even if it contains images.\nDefaults to `false`.", + 'forceDelete', + 'If `true`, will delete the repository even if it contains images.\nDefaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "imageScanningConfiguration", - "Configuration block that defines image scanning configuration for the repository. By default, image scanning must be manually triggered. See the [ECR User Guide](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html) for more information about image scanning.", + 'imageScanningConfiguration', + 'Configuration block that defines image scanning configuration for the repository. By default, image scanning must be manually triggered. See the [ECR User Guide](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html) for more information about image scanning.', () => ecr_RepositoryImageScanningConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ecr/RepositoryCreationTemplate.ts b/src/app/Models/codegen/aws/ecr/RepositoryCreationTemplate.ts index 7a558ceac..609d21b24 100644 --- a/src/app/Models/codegen/aws/ecr/RepositoryCreationTemplate.ts +++ b/src/app/Models/codegen/aws/ecr/RepositoryCreationTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_RepositoryCreationTemplateEncryptionConfiguration, ecr_RepositoryCreationTemplateEncryptionConfiguration_GetTypes, -} from "../types/ecr_RepositoryCreationTemplateEncryptionConfiguration"; +} from '../types/ecr_RepositoryCreationTemplateEncryptionConfiguration'; export interface RepositoryCreationTemplateArgs { // @@ -74,63 +74,63 @@ export class RepositoryCreationTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "resourceTags", - "A map of tags to assign to any created repositories.", + 'resourceTags', + 'A map of tags to assign to any created repositories.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description for this template.", + 'description', + 'The description for this template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageTagMutability", - "The tag mutability setting for any created repositories. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `MUTABLE`.", + 'imageTagMutability', + 'The tag mutability setting for any created repositories. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `MUTABLE`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "encryptionConfigurations", - "Encryption configuration for any created repositories. See below for schema.", + 'encryptionConfigurations', + 'Encryption configuration for any created repositories. See below for schema.', () => ecr_RepositoryCreationTemplateEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "repositoryPolicy", - "", + 'repositoryPolicy', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customRoleArn", - "A custom IAM role to use for repository creation. Required if using repository tags or KMS encryption.", + 'customRoleArn', + 'A custom IAM role to use for repository creation. Required if using repository tags or KMS encryption.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecyclePolicy", - "The lifecycle policy document to apply to any created repositories. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs. Consider using the `aws.ecr.getLifecyclePolicyDocument` data_source to generate/manage the JSON document used for the `lifecycle_policy` argument.", + 'lifecyclePolicy', + 'The lifecycle policy document to apply to any created repositories. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs. Consider using the `aws.ecr.getLifecyclePolicyDocument` data_source to generate/manage the JSON document used for the `lifecycle_policy` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', "The repository name prefix to match against. Use `ROOT` to match any prefix that doesn't explicitly match another template.", () => [], true, @@ -138,8 +138,8 @@ export class RepositoryCreationTemplate extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "appliedFors", - "Which features this template applies to. Must contain one or more of `PULL_THROUGH_CACHE` or `REPLICATION`.", + 'appliedFors', + 'Which features this template applies to. Must contain one or more of `PULL_THROUGH_CACHE` or `REPLICATION`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/ecr/RepositoryPolicy.ts b/src/app/Models/codegen/aws/ecr/RepositoryPolicy.ts index 32bbe37f1..6b7072104 100644 --- a/src/app/Models/codegen/aws/ecr/RepositoryPolicy.ts +++ b/src/app/Models/codegen/aws/ecr/RepositoryPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryPolicyArgs { // The policy document. This is a JSON formatted string. @@ -28,16 +28,16 @@ export class RepositoryPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "repository", - "Name of the repository to apply the policy.", + 'repository', + 'Name of the repository to apply the policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string.", + 'policy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ecrpublic/Repository.ts b/src/app/Models/codegen/aws/ecrpublic/Repository.ts index 67c519fda..be3296225 100644 --- a/src/app/Models/codegen/aws/ecrpublic/Repository.ts +++ b/src/app/Models/codegen/aws/ecrpublic/Repository.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecrpublic_RepositoryCatalogData, ecrpublic_RepositoryCatalogData_GetTypes, -} from "../types/ecrpublic_RepositoryCatalogData"; +} from '../types/ecrpublic_RepositoryCatalogData'; export interface RepositoryArgs { // Catalog data configuration for the repository. See below for schema. @@ -53,32 +53,32 @@ export class Repository extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "catalogData", - "Catalog data configuration for the repository. See below for schema.", + 'catalogData', + 'Catalog data configuration for the repository. See below for schema.', () => ecrpublic_RepositoryCatalogData_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "", + 'forceDestroy', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "Name of the repository.", + 'repositoryName', + 'Name of the repository.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ecrpublic/RepositoryPolicy.ts b/src/app/Models/codegen/aws/ecrpublic/RepositoryPolicy.ts index 50154aafb..8c98a5cc0 100644 --- a/src/app/Models/codegen/aws/ecrpublic/RepositoryPolicy.ts +++ b/src/app/Models/codegen/aws/ecrpublic/RepositoryPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryPolicyArgs { // The policy document. This is a JSON formatted string. @@ -28,16 +28,16 @@ export class RepositoryPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string.", + 'policy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "Name of the repository to apply the policy.", + 'repositoryName', + 'Name of the repository to apply the policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ecs/AccountSettingDefault.ts b/src/app/Models/codegen/aws/ecs/AccountSettingDefault.ts index d59417ada..63f808c6b 100644 --- a/src/app/Models/codegen/aws/ecs/AccountSettingDefault.ts +++ b/src/app/Models/codegen/aws/ecs/AccountSettingDefault.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountSettingDefaultArgs { // State of the setting. @@ -28,16 +28,16 @@ export class AccountSettingDefault extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the account setting to set.", + 'name', + 'Name of the account setting to set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "value", - "State of the setting.", + 'value', + 'State of the setting.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ecs/CapacityProvider.ts b/src/app/Models/codegen/aws/ecs/CapacityProvider.ts index df98b7c66..706ade206 100644 --- a/src/app/Models/codegen/aws/ecs/CapacityProvider.ts +++ b/src/app/Models/codegen/aws/ecs/CapacityProvider.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_CapacityProviderAutoScalingGroupProvider, ecs_CapacityProviderAutoScalingGroupProvider_GetTypes, -} from "../types/ecs_CapacityProviderAutoScalingGroupProvider"; +} from '../types/ecs_CapacityProviderAutoScalingGroupProvider'; export interface CapacityProviderArgs { // Configuration block for the provider for the ECS auto scaling group. Detailed below. @@ -41,24 +41,24 @@ export class CapacityProvider extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "autoScalingGroupProvider", - "Configuration block for the provider for the ECS auto scaling group. Detailed below.", + 'autoScalingGroupProvider', + 'Configuration block for the provider for the ECS auto scaling group. Detailed below.', () => ecs_CapacityProviderAutoScalingGroupProvider_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the capacity provider.", + 'name', + 'Name of the capacity provider.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ecs/Cluster.ts b/src/app/Models/codegen/aws/ecs/Cluster.ts index 0833480af..becc92310 100644 --- a/src/app/Models/codegen/aws/ecs/Cluster.ts +++ b/src/app/Models/codegen/aws/ecs/Cluster.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ClusterConfiguration, ecs_ClusterConfiguration_GetTypes, -} from "../types/ecs_ClusterConfiguration"; +} from '../types/ecs_ClusterConfiguration'; import { ecs_ClusterServiceConnectDefaults, ecs_ClusterServiceConnectDefaults_GetTypes, -} from "../types/ecs_ClusterServiceConnectDefaults"; +} from '../types/ecs_ClusterServiceConnectDefaults'; import { ecs_ClusterSetting, ecs_ClusterSetting_GetTypes, -} from "../types/ecs_ClusterSetting"; +} from '../types/ecs_ClusterSetting'; export interface ClusterArgs { // Execute command configuration for the cluster. See `configuration` Block for details. @@ -69,40 +69,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the cluster (up to 255 letters, numbers, hyphens, and underscores)\n\nThe following arguments are optional:", + 'name', + 'Name of the cluster (up to 255 letters, numbers, hyphens, and underscores)\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceConnectDefaults", - "Default Service Connect namespace. See `service_connect_defaults` Block for details.", + 'serviceConnectDefaults', + 'Default Service Connect namespace. See `service_connect_defaults` Block for details.', () => ecs_ClusterServiceConnectDefaults_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "settings", - "Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster. See `setting` Block for details.", + 'settings', + 'Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster. See `setting` Block for details.', () => ecs_ClusterSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "Execute command configuration for the cluster. See `configuration` Block for details.", + 'configuration', + 'Execute command configuration for the cluster. See `configuration` Block for details.', () => ecs_ClusterConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ecs/ClusterCapacityProviders.ts b/src/app/Models/codegen/aws/ecs/ClusterCapacityProviders.ts index 8677aacf1..104791180 100644 --- a/src/app/Models/codegen/aws/ecs/ClusterCapacityProviders.ts +++ b/src/app/Models/codegen/aws/ecs/ClusterCapacityProviders.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy, ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy_GetTypes, -} from "../types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy"; +} from '../types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy'; export interface ClusterCapacityProvidersArgs { // Set of names of one or more capacity providers to associate with the cluster. Valid values also include `FARGATE` and `FARGATE_SPOT`. @@ -35,24 +35,24 @@ export class ClusterCapacityProviders extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "capacityProviders", - "Set of names of one or more capacity providers to associate with the cluster. Valid values also include `FARGATE` and `FARGATE_SPOT`.", + 'capacityProviders', + 'Set of names of one or more capacity providers to associate with the cluster. Valid values also include `FARGATE` and `FARGATE_SPOT`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the ECS cluster to manage capacity providers for.", + 'clusterName', + 'Name of the ECS cluster to manage capacity providers for.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "defaultCapacityProviderStrategies", - "Set of capacity provider strategies to use by default for the cluster. Detailed below.", + 'defaultCapacityProviderStrategies', + 'Set of capacity provider strategies to use by default for the cluster. Detailed below.', () => ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/ecs/Service.ts b/src/app/Models/codegen/aws/ecs/Service.ts index 5d7b5567b..3551ee96c 100644 --- a/src/app/Models/codegen/aws/ecs/Service.ts +++ b/src/app/Models/codegen/aws/ecs/Service.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceCapacityProviderStrategy, ecs_ServiceCapacityProviderStrategy_GetTypes, -} from "../types/ecs_ServiceCapacityProviderStrategy"; +} from '../types/ecs_ServiceCapacityProviderStrategy'; import { ecs_ServiceNetworkConfiguration, ecs_ServiceNetworkConfiguration_GetTypes, -} from "../types/ecs_ServiceNetworkConfiguration"; +} from '../types/ecs_ServiceNetworkConfiguration'; import { ecs_ServiceVolumeConfiguration, ecs_ServiceVolumeConfiguration_GetTypes, -} from "../types/ecs_ServiceVolumeConfiguration"; +} from '../types/ecs_ServiceVolumeConfiguration'; import { ecs_ServiceAlarms, ecs_ServiceAlarms_GetTypes, -} from "../types/ecs_ServiceAlarms"; +} from '../types/ecs_ServiceAlarms'; import { ecs_ServiceOrderedPlacementStrategy, ecs_ServiceOrderedPlacementStrategy_GetTypes, -} from "../types/ecs_ServiceOrderedPlacementStrategy"; +} from '../types/ecs_ServiceOrderedPlacementStrategy'; import { ecs_ServiceDeploymentCircuitBreaker, ecs_ServiceDeploymentCircuitBreaker_GetTypes, -} from "../types/ecs_ServiceDeploymentCircuitBreaker"; +} from '../types/ecs_ServiceDeploymentCircuitBreaker'; import { ecs_ServiceServiceConnectConfiguration, ecs_ServiceServiceConnectConfiguration_GetTypes, -} from "../types/ecs_ServiceServiceConnectConfiguration"; +} from '../types/ecs_ServiceServiceConnectConfiguration'; import { ecs_ServiceLoadBalancer, ecs_ServiceLoadBalancer_GetTypes, -} from "../types/ecs_ServiceLoadBalancer"; +} from '../types/ecs_ServiceLoadBalancer'; import { ecs_ServicePlacementConstraint, ecs_ServicePlacementConstraint_GetTypes, -} from "../types/ecs_ServicePlacementConstraint"; +} from '../types/ecs_ServicePlacementConstraint'; import { ecs_ServiceServiceRegistries, ecs_ServiceServiceRegistries_GetTypes, -} from "../types/ecs_ServiceServiceRegistries"; +} from '../types/ecs_ServiceServiceRegistries'; import { ecs_ServiceDeploymentController, ecs_ServiceDeploymentController_GetTypes, -} from "../types/ecs_ServiceDeploymentController"; +} from '../types/ecs_ServiceDeploymentController'; export interface ServiceArgs { // Configuration block for load balancers. See below. @@ -254,39 +254,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "placementConstraints", - "Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. Maximum number of `placement_constraints` is `10`. See below.", + 'placementConstraints', + 'Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. Maximum number of `placement_constraints` is `10`. See below.', () => ecs_ServicePlacementConstraint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "propagateTags", - "Whether to propagate the tags from the task definition or the service to the tasks. The valid values are `SERVICE` and `TASK_DEFINITION`.", + 'propagateTags', + 'Whether to propagate the tags from the task definition or the service to the tasks. The valid values are `SERVICE` and `TASK_DEFINITION`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableExecuteCommand", - "Whether to enable Amazon ECS Exec for the tasks within the service.", + 'enableExecuteCommand', + 'Whether to enable Amazon ECS Exec for the tasks within the service.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskDefinition", - "Family and revision (`family:revision`) or full ARN of the task definition that you want to run in your service. Required unless using the `EXTERNAL` deployment controller. If a revision is not specified, the latest `ACTIVE` revision is used.", + 'taskDefinition', + 'Family and revision (`family:revision`) or full ARN of the task definition that you want to run in your service. Required unless using the `EXTERNAL` deployment controller. If a revision is not specified, the latest `ACTIVE` revision is used.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDelete", + 'forceDelete', "Enable to delete a service even if it wasn't scaled down to zero tasks. It's only necessary to use this if the service uses the `REPLICA` scheduling strategy.", () => [], false, @@ -294,23 +294,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "platformVersion", - "Platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).", + 'platformVersion', + 'Platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchType", - "Launch type on which to run your service. The valid values are `EC2`, `FARGATE`, and `EXTERNAL`. Defaults to `EC2`. Conflicts with `capacity_provider_strategy`.", + 'launchType', + 'Launch type on which to run your service. The valid values are `EC2`, `FARGATE`, and `EXTERNAL`. Defaults to `EC2`. Conflicts with `capacity_provider_strategy`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "deploymentMinimumHealthyPercent", + 'deploymentMinimumHealthyPercent', "Lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment.", () => [], false, @@ -318,7 +318,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "schedulingStrategy", + 'schedulingStrategy', "Scheduling strategy to use for the service. The valid values are `REPLICA` and `DAEMON`. Defaults to `REPLICA`. Note that [*Tasks using the Fargate launch type or the `CODE_DEPLOY` or `EXTERNAL` deployment controller types don't support the `DAEMON` scheduling strategy*](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html).", () => [], false, @@ -326,127 +326,127 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "Name of the service (up to 255 letters, numbers, hyphens, and underscores)\n\nThe following arguments are optional:", + 'name', + 'Name of the service (up to 255 letters, numbers, hyphens, and underscores)\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceNewDeployment", - "Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy `ordered_placement_strategy` and `placement_constraints` updates.\nWhen using the forceNewDeployment property you also need to configure the triggers property.", + 'forceNewDeployment', + 'Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy `ordered_placement_strategy` and `placement_constraints` updates.\nWhen using the forceNewDeployment property you also need to configure the triggers property.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "desiredCount", - "Number of instances of the task definition to place and keep running. Defaults to 0. Do not specify if using the `DAEMON` scheduling strategy.", + 'desiredCount', + 'Number of instances of the task definition to place and keep running. Defaults to 0. Do not specify if using the `DAEMON` scheduling strategy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deploymentCircuitBreaker", - "Configuration block for deployment circuit breaker. See below.", + 'deploymentCircuitBreaker', + 'Configuration block for deployment circuit breaker. See below.', () => ecs_ServiceDeploymentCircuitBreaker_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "capacityProviderStrategies", - "Capacity provider strategies to use for the service. Can be one or more. These can be updated without destroying and recreating the service only if `force_new_deployment = true` and not changing from 0 `capacity_provider_strategy` blocks to greater than 0, or vice versa. See below. Conflicts with `launch_type`.", + 'capacityProviderStrategies', + 'Capacity provider strategies to use for the service. Can be one or more. These can be updated without destroying and recreating the service only if `force_new_deployment = true` and not changing from 0 `capacity_provider_strategy` blocks to greater than 0, or vice versa. See below. Conflicts with `launch_type`.', () => ecs_ServiceCapacityProviderStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamRole", - "ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the `awsvpc` network mode. If using `awsvpc` network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.", + 'iamRole', + 'ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the `awsvpc` network mode. If using `awsvpc` network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableEcsManagedTags", - "Whether to enable Amazon ECS managed tags for the tasks within the service.", + 'enableEcsManagedTags', + 'Whether to enable Amazon ECS managed tags for the tasks within the service.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "volumeConfiguration", - "Configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume. See below.", + 'volumeConfiguration', + 'Configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume. See below.', () => ecs_ServiceVolumeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "orderedPlacementStrategies", - "Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. The maximum number of `ordered_placement_strategy` blocks is `5`. See below.", + 'orderedPlacementStrategies', + 'Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. The maximum number of `ordered_placement_strategy` blocks is `5`. See below.', () => ecs_ServiceOrderedPlacementStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cluster", - "ARN of an ECS cluster.", + 'cluster', + 'ARN of an ECS cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "loadBalancers", - "Configuration block for load balancers. See below.", + 'loadBalancers', + 'Configuration block for load balancers. See below.', () => ecs_ServiceLoadBalancer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serviceConnectConfiguration", - "ECS Service Connect configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace. See below.", + 'serviceConnectConfiguration', + 'ECS Service Connect configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace. See below.', () => ecs_ServiceServiceConnectConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.", + 'networkConfiguration', + 'Network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.', () => ecs_ServiceNetworkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "healthCheckGracePeriodSeconds", - "Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 2147483647. Only valid for services configured to use load balancers.", + 'healthCheckGracePeriodSeconds', + 'Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 2147483647. Only valid for services configured to use load balancers.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "triggers", + 'triggers', 'Map of arbitrary keys and values that, when changed, will trigger an in-place update (redeployment). Useful with `"plantimestamp()"`. When using the triggers property you also need to set the forceNewDeployment property to True.', () => InputType_Map_GetTypes(), false, @@ -454,31 +454,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "serviceRegistries", - "Service discovery registries for the service. The maximum number of `service_registries` blocks is `1`. See below.", + 'serviceRegistries', + 'Service discovery registries for the service. The maximum number of `service_registries` blocks is `1`. See below.', () => ecs_ServiceServiceRegistries_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deploymentController", - "Configuration block for deployment controller configuration. See below.", + 'deploymentController', + 'Configuration block for deployment controller configuration. See below.', () => ecs_ServiceDeploymentController_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "alarms", - "Information about the CloudWatch alarms. See below.", + 'alarms', + 'Information about the CloudWatch alarms. See below.', () => ecs_ServiceAlarms_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "deploymentMaximumPercent", + 'deploymentMaximumPercent', "Upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment. Not valid when using the `DAEMON` scheduling strategy.", () => [], false, @@ -486,8 +486,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "waitForSteadyState", - "If `true`, this provider will wait for the service to reach a steady state (like [`aws ecs wait services-stable`](https://docs.aws.amazon.com/cli/latest/reference/ecs/wait/services-stable.html)) before continuing. Default `false`.", + 'waitForSteadyState', + 'If `true`, this provider will wait for the service to reach a steady state (like [`aws ecs wait services-stable`](https://docs.aws.amazon.com/cli/latest/reference/ecs/wait/services-stable.html)) before continuing. Default `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ecs/Tag.ts b/src/app/Models/codegen/aws/ecs/Tag.ts index bc8fd6f5b..8d65f1aed 100644 --- a/src/app/Models/codegen/aws/ecs/Tag.ts +++ b/src/app/Models/codegen/aws/ecs/Tag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagArgs { // Tag name. @@ -31,24 +31,24 @@ export class Tag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "key", - "Tag name.", + 'key', + 'Tag name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "Amazon Resource Name (ARN) of the ECS resource to tag.", + 'resourceArn', + 'Amazon Resource Name (ARN) of the ECS resource to tag.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "Tag value.", + 'value', + 'Tag value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ecs/TaskDefinition.ts b/src/app/Models/codegen/aws/ecs/TaskDefinition.ts index 886a63d57..a19cb3552 100644 --- a/src/app/Models/codegen/aws/ecs/TaskDefinition.ts +++ b/src/app/Models/codegen/aws/ecs/TaskDefinition.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_TaskDefinitionRuntimePlatform, ecs_TaskDefinitionRuntimePlatform_GetTypes, -} from "../types/ecs_TaskDefinitionRuntimePlatform"; +} from '../types/ecs_TaskDefinitionRuntimePlatform'; import { ecs_TaskDefinitionVolume, ecs_TaskDefinitionVolume_GetTypes, -} from "../types/ecs_TaskDefinitionVolume"; +} from '../types/ecs_TaskDefinitionVolume'; import { ecs_TaskDefinitionProxyConfiguration, ecs_TaskDefinitionProxyConfiguration_GetTypes, -} from "../types/ecs_TaskDefinitionProxyConfiguration"; +} from '../types/ecs_TaskDefinitionProxyConfiguration'; import { ecs_TaskDefinitionInferenceAccelerator, ecs_TaskDefinitionInferenceAccelerator_GetTypes, -} from "../types/ecs_TaskDefinitionInferenceAccelerator"; +} from '../types/ecs_TaskDefinitionInferenceAccelerator'; import { ecs_TaskDefinitionPlacementConstraint, ecs_TaskDefinitionPlacementConstraint_GetTypes, -} from "../types/ecs_TaskDefinitionPlacementConstraint"; +} from '../types/ecs_TaskDefinitionPlacementConstraint'; import { ecs_TaskDefinitionEphemeralStorage, ecs_TaskDefinitionEphemeralStorage_GetTypes, -} from "../types/ecs_TaskDefinitionEphemeralStorage"; +} from '../types/ecs_TaskDefinitionEphemeralStorage'; export interface TaskDefinitionArgs { // Number of cpu units used by the task. If the `requires_compatibilities` is `FARGATE` this field is required. @@ -171,152 +171,152 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "family", - "A unique name for your task definition.\n\nThe following arguments are optional:", + 'family', + 'A unique name for your task definition.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "volumes", - "Configuration block for volumes that containers in your task may use. Detailed below.", + 'volumes', + 'Configuration block for volumes that containers in your task may use. Detailed below.', () => ecs_TaskDefinitionVolume_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "pidMode", - "Process namespace to use for the containers in the task. The valid values are `host` and `task`.", + 'pidMode', + 'Process namespace to use for the containers in the task. The valid values are `host` and `task`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "taskRoleArn", - "ARN of IAM role that allows your Amazon ECS container task to make calls to other AWS services.", + 'taskRoleArn', + 'ARN of IAM role that allows your Amazon ECS container task to make calls to other AWS services.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cpu", - "Number of cpu units used by the task. If the `requires_compatibilities` is `FARGATE` this field is required.", + 'cpu', + 'Number of cpu units used by the task. If the `requires_compatibilities` is `FARGATE` this field is required.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "ARN of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.", + 'executionRoleArn', + 'ARN of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "trackLatest", - "Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is `false`. Useful in the event the task definition is modified outside of this resource.", + 'trackLatest', + 'Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is `false`. Useful in the event the task definition is modified outside of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "containerDefinitions", - "A list of valid [container definitions](http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html) provided as a single valid JSON document. Please note that you should only provide values that are part of the container definition document. For a detailed description of what parameters are available, see the [Task Definition Parameters](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html) section from the official [Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide).", + 'containerDefinitions', + 'A list of valid [container definitions](http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html) provided as a single valid JSON document. Please note that you should only provide values that are part of the container definition document. For a detailed description of what parameters are available, see the [Task Definition Parameters](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html) section from the official [Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "networkMode", - "Docker networking mode to use for the containers in the task. Valid values are `none`, `bridge`, `awsvpc`, and `host`.", + 'networkMode', + 'Docker networking mode to use for the containers in the task. Valid values are `none`, `bridge`, `awsvpc`, and `host`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is `false`.", + 'skipDestroy', + 'Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "proxyConfiguration", - "Configuration block for the App Mesh proxy. Detailed below.", + 'proxyConfiguration', + 'Configuration block for the App Mesh proxy. Detailed below.', () => ecs_TaskDefinitionProxyConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "requiresCompatibilities", - "Set of launch types required by the task. The valid values are `EC2` and `FARGATE`.", + 'requiresCompatibilities', + 'Set of launch types required by the task. The valid values are `EC2` and `FARGATE`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "ephemeralStorage", - "The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate. See Ephemeral Storage.", + 'ephemeralStorage', + 'The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate. See Ephemeral Storage.', () => ecs_TaskDefinitionEphemeralStorage_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "ipcMode", - "IPC resource namespace to be used for the containers in the task The valid values are `host`, `task`, and `none`.", + 'ipcMode', + 'IPC resource namespace to be used for the containers in the task The valid values are `host`, `task`, and `none`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "runtimePlatform", - "Configuration block for runtime_platform that containers in your task may use.", + 'runtimePlatform', + 'Configuration block for runtime_platform that containers in your task may use.', () => ecs_TaskDefinitionRuntimePlatform_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "memory", - "Amount (in MiB) of memory used by the task. If the `requires_compatibilities` is `FARGATE` this field is required.", + 'memory', + 'Amount (in MiB) of memory used by the task. If the `requires_compatibilities` is `FARGATE` this field is required.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "inferenceAccelerators", - "Configuration block(s) with Inference Accelerators settings. Detailed below.", + 'inferenceAccelerators', + 'Configuration block(s) with Inference Accelerators settings. Detailed below.', () => ecs_TaskDefinitionInferenceAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "placementConstraints", - "Configuration block for rules that are taken into consideration during task placement. Maximum number of `placement_constraints` is `10`. Detailed below.", + 'placementConstraints', + 'Configuration block for rules that are taken into consideration during task placement. Maximum number of `placement_constraints` is `10`. Detailed below.', () => ecs_TaskDefinitionPlacementConstraint_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/ecs/TaskSet.ts b/src/app/Models/codegen/aws/ecs/TaskSet.ts index 371b21415..c296ec17a 100644 --- a/src/app/Models/codegen/aws/ecs/TaskSet.ts +++ b/src/app/Models/codegen/aws/ecs/TaskSet.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_TaskSetServiceRegistries, ecs_TaskSetServiceRegistries_GetTypes, -} from "../types/ecs_TaskSetServiceRegistries"; +} from '../types/ecs_TaskSetServiceRegistries'; import { ecs_TaskSetCapacityProviderStrategy, ecs_TaskSetCapacityProviderStrategy_GetTypes, -} from "../types/ecs_TaskSetCapacityProviderStrategy"; +} from '../types/ecs_TaskSetCapacityProviderStrategy'; import { ecs_TaskSetNetworkConfiguration, ecs_TaskSetNetworkConfiguration_GetTypes, -} from "../types/ecs_TaskSetNetworkConfiguration"; +} from '../types/ecs_TaskSetNetworkConfiguration'; import { ecs_TaskSetLoadBalancer, ecs_TaskSetLoadBalancer_GetTypes, -} from "../types/ecs_TaskSetLoadBalancer"; +} from '../types/ecs_TaskSetLoadBalancer'; import { ecs_TaskSetScale, ecs_TaskSetScale_GetTypes, -} from "../types/ecs_TaskSetScale"; +} from '../types/ecs_TaskSetScale'; export interface TaskSetArgs { // The capacity provider strategy to use for the service. Can be one or more. Defined below. @@ -146,87 +146,87 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "launchType", - "The launch type on which to run your service. The valid values are `EC2`, `FARGATE`, and `EXTERNAL`. Defaults to `EC2`.", + 'launchType', + 'The launch type on which to run your service. The valid values are `EC2`, `FARGATE`, and `EXTERNAL`. Defaults to `EC2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "waitUntilStableTimeout", - "Wait timeout for task set to reach `STEADY_STATE`. Valid time units include `ns`, `us` (or `µs`), `ms`, `s`, `m`, and `h`. Default `10m`.", + 'waitUntilStableTimeout', + 'Wait timeout for task set to reach `STEADY_STATE`. Valid time units include `ns`, `us` (or `µs`), `ms`, `s`, `m`, and `h`. Default `10m`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "capacityProviderStrategies", - "The capacity provider strategy to use for the service. Can be one or more. Defined below.", + 'capacityProviderStrategies', + 'The capacity provider strategy to use for the service. Can be one or more. Defined below.', () => ecs_TaskSetCapacityProviderStrategy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "taskDefinition", - "The family and revision (`family:revision`) or full ARN of the task definition that you want to run in your service.\n\nThe following arguments are optional:", + 'taskDefinition', + 'The family and revision (`family:revision`) or full ARN of the task definition that you want to run in your service.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "serviceRegistries", - "The service discovery registries for the service. The maximum number of `service_registries` blocks is `1`. Detailed below.", + 'serviceRegistries', + 'The service discovery registries for the service. The maximum number of `service_registries` blocks is `1`. Detailed below.', () => ecs_TaskSetServiceRegistries_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "loadBalancers", - "Details on load balancers that are used with a task set. Detailed below.", + 'loadBalancers', + 'Details on load balancers that are used with a task set. Detailed below.', () => ecs_TaskSetLoadBalancer_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "scale", - "A floating-point percentage of the desired number of tasks to place and keep running in the task set. Detailed below.", + 'scale', + 'A floating-point percentage of the desired number of tasks to place and keep running in the task set. Detailed below.', () => ecs_TaskSetScale_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "The network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. Detailed below.", + 'networkConfiguration', + 'The network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. Detailed below.', () => ecs_TaskSetNetworkConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "platformVersion", - "The platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).", + 'platformVersion', + 'The platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "externalId", - "The external ID associated with the task set.", + 'externalId', + 'The external ID associated with the task set.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceDelete", + 'forceDelete', "Whether to allow deleting the task set without waiting for scaling down to 0. You can force a task set to delete even if it's in the process of scaling a resource. Normally, the provider drains all the tasks before deleting the task set. This bypasses that behavior and potentially leaves resources dangling.", () => [], false, @@ -234,32 +234,32 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "cluster", - "The short name or ARN of the cluster that hosts the service to create the task set in.", + 'cluster', + 'The short name or ARN of the cluster that hosts the service to create the task set in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "service", - "The short name or ARN of the ECS service.", + 'service', + 'The short name or ARN of the ECS service.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.", + 'tags', + 'A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitUntilStable", - "Whether the provider should wait until the task set has reached `STEADY_STATE`.", + 'waitUntilStable', + 'Whether the provider should wait until the task set has reached `STEADY_STATE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/efs/AccessPoint.ts b/src/app/Models/codegen/aws/efs/AccessPoint.ts index cfa9cb444..600f34ff3 100644 --- a/src/app/Models/codegen/aws/efs/AccessPoint.ts +++ b/src/app/Models/codegen/aws/efs/AccessPoint.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_AccessPointPosixUser, efs_AccessPointPosixUser_GetTypes, -} from "../types/efs_AccessPointPosixUser"; +} from '../types/efs_AccessPointPosixUser'; import { efs_AccessPointRootDirectory, efs_AccessPointRootDirectory_GetTypes, -} from "../types/efs_AccessPointRootDirectory"; +} from '../types/efs_AccessPointRootDirectory'; export interface AccessPointArgs { // ID of the file system for which the access point is intended. @@ -57,32 +57,32 @@ export class AccessPoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "ID of the file system for which the access point is intended.", + 'fileSystemId', + 'ID of the file system for which the access point is intended.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "posixUser", - "Operating system user and group applied to all file system requests made using the access point. Detailed below.", + 'posixUser', + 'Operating system user and group applied to all file system requests made using the access point. Detailed below.', () => efs_AccessPointPosixUser_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "rootDirectory", - "Directory on the Amazon EFS file system that the access point provides access to. Detailed below.", + 'rootDirectory', + 'Directory on the Amazon EFS file system that the access point provides access to. Detailed below.', () => efs_AccessPointRootDirectory_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/efs/BackupPolicy.ts b/src/app/Models/codegen/aws/efs/BackupPolicy.ts index 71b4d77a8..f63062433 100644 --- a/src/app/Models/codegen/aws/efs/BackupPolicy.ts +++ b/src/app/Models/codegen/aws/efs/BackupPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_BackupPolicyBackupPolicy, efs_BackupPolicyBackupPolicy_GetTypes, -} from "../types/efs_BackupPolicyBackupPolicy"; +} from '../types/efs_BackupPolicyBackupPolicy'; export interface BackupPolicyArgs { // A backup_policy object (documented below). @@ -29,16 +29,16 @@ export class BackupPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "backupPolicy", - "A backup_policy object (documented below).", + 'backupPolicy', + 'A backup_policy object (documented below).', () => efs_BackupPolicyBackupPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the EFS file system.", + 'fileSystemId', + 'The ID of the EFS file system.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/efs/FileSystem.ts b/src/app/Models/codegen/aws/efs/FileSystem.ts index e64bd0145..bda9170ea 100644 --- a/src/app/Models/codegen/aws/efs/FileSystem.ts +++ b/src/app/Models/codegen/aws/efs/FileSystem.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_FileSystemProtection, efs_FileSystemProtection_GetTypes, -} from "../types/efs_FileSystemProtection"; +} from '../types/efs_FileSystemProtection'; import { efs_FileSystemLifecyclePolicy, efs_FileSystemLifecyclePolicy_GetTypes, -} from "../types/efs_FileSystemLifecyclePolicy"; +} from '../types/efs_FileSystemLifecyclePolicy'; import { efs_FileSystemSizeInByte, efs_FileSystemSizeInByte_GetTypes, -} from "../types/efs_FileSystemSizeInByte"; +} from '../types/efs_FileSystemSizeInByte'; export interface FileSystemArgs { // If true, the disk will be encrypted. @@ -119,47 +119,47 @@ user guide for more information. return [ new DynamicUIProps( InputType.String, - "throughputMode", - "Throughput mode for the file system. Defaults to `bursting`. Valid values: `bursting`, `provisioned`, or `elastic`. When using `provisioned`, also set `provisioned_throughput_in_mibps`.", + 'throughputMode', + 'Throughput mode for the file system. Defaults to `bursting`. Valid values: `bursting`, `provisioned`, or `elastic`. When using `provisioned`, also set `provisioned_throughput_in_mibps`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "provisionedThroughputInMibps", - "The throughput, measured in MiB/s, that you want to provision for the file system. Only applicable with `throughput_mode` set to `provisioned`.", + 'provisionedThroughputInMibps', + 'The throughput, measured in MiB/s, that you want to provision for the file system. Only applicable with `throughput_mode` set to `provisioned`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "creationToken", - "A unique name (a maximum of 64 characters are allowed)\nused as reference when creating the Elastic File System to ensure idempotent file\nsystem creation. By default generated by this provider. See [Elastic File System]\nuser guide for more information.", + 'creationToken', + 'A unique name (a maximum of 64 characters are allowed)\nused as reference when creating the Elastic File System to ensure idempotent file\nsystem creation. By default generated by this provider. See [Elastic File System]\nuser guide for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "lifecyclePolicies", - "A file system [lifecycle policy](https://docs.aws.amazon.com/efs/latest/ug/API_LifecyclePolicy.html) object. See `lifecycle_policy` block below for details.", + 'lifecyclePolicies', + 'A file system [lifecycle policy](https://docs.aws.amazon.com/efs/latest/ug/API_LifecyclePolicy.html) object. See `lifecycle_policy` block below for details.', () => efs_FileSystemLifecyclePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "performanceMode", + 'performanceMode', 'The file system performance mode. Can be either `"generalPurpose"` or `"maxIO"` (Default: `"generalPurpose"`).', () => [], false, @@ -167,32 +167,32 @@ user guide for more information. ), new DynamicUIProps( InputType.Bool, - "encrypted", - "If true, the disk will be encrypted.", + 'encrypted', + 'If true, the disk will be encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "protection", - "A file system [protection](https://docs.aws.amazon.com/efs/latest/ug/API_FileSystemProtectionDescription.html) object. See `protection` block below for details.", + 'protection', + 'A file system [protection](https://docs.aws.amazon.com/efs/latest/ug/API_FileSystemProtectionDescription.html) object. See `protection` block below for details.', () => efs_FileSystemProtection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZoneName", - "the AWS Availability Zone in which to create the file system. Used to create a file system that uses One Zone storage classes. See [user guide](https://docs.aws.amazon.com/efs/latest/ug/availability-durability.html) for more information.", + 'availabilityZoneName', + 'the AWS Availability Zone in which to create the file system. Used to create a file system that uses One Zone storage classes. See [user guide](https://docs.aws.amazon.com/efs/latest/ug/availability-durability.html) for more information.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/efs/FileSystemPolicy.ts b/src/app/Models/codegen/aws/efs/FileSystemPolicy.ts index 5ae88d4c7..29b22b98e 100644 --- a/src/app/Models/codegen/aws/efs/FileSystemPolicy.ts +++ b/src/app/Models/codegen/aws/efs/FileSystemPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FileSystemPolicyArgs { // A flag to indicate whether to bypass the `aws.efs.FileSystemPolicy` lockout safety check. The policy lockout safety check determines whether the policy in the request will prevent the principal making the request will be locked out from making future `PutFileSystemPolicy` requests on the file system. Set `bypass_policy_lockout_safety_check` to `true` only when you intend to prevent the principal that is making the request from making a subsequent `PutFileSystemPolicy` request on the file system. The default value is `false`. @@ -39,24 +39,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", - "A flag to indicate whether to bypass the `aws.efs.FileSystemPolicy` lockout safety check. The policy lockout safety check determines whether the policy in the request will prevent the principal making the request will be locked out from making future `PutFileSystemPolicy` requests on the file system. Set `bypass_policy_lockout_safety_check` to `true` only when you intend to prevent the principal that is making the request from making a subsequent `PutFileSystemPolicy` request on the file system. The default value is `false`.", + 'bypassPolicyLockoutSafetyCheck', + 'A flag to indicate whether to bypass the `aws.efs.FileSystemPolicy` lockout safety check. The policy lockout safety check determines whether the policy in the request will prevent the principal making the request will be locked out from making future `PutFileSystemPolicy` requests on the file system. Set `bypass_policy_lockout_safety_check` to `true` only when you intend to prevent the principal that is making the request from making a subsequent `PutFileSystemPolicy` request on the file system. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the EFS file system.", + 'fileSystemId', + 'The ID of the EFS file system.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The JSON formatted file system policy for the EFS file system. see [Docs](https://docs.aws.amazon.com/efs/latest/ug/access-control-overview.html#access-control-manage-access-intro-resource-policies) for more info.\n\nThe following arguments are optional:", + 'policy', + 'The JSON formatted file system policy for the EFS file system. see [Docs](https://docs.aws.amazon.com/efs/latest/ug/access-control-overview.html#access-control-manage-access-intro-resource-policies) for more info.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/efs/MountTarget.ts b/src/app/Models/codegen/aws/efs/MountTarget.ts index 409d2a1a4..5b809cf53 100644 --- a/src/app/Models/codegen/aws/efs/MountTarget.ts +++ b/src/app/Models/codegen/aws/efs/MountTarget.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MountTargetArgs { // The ID of the file system for which the mount target is intended. @@ -70,32 +70,32 @@ be for the same VPC as subnet specified) in effect for the mount target. return [ new DynamicUIProps( InputType.String, - "ipAddress", - "The address (within the address range of the specified subnet) at\nwhich the file system may be mounted via the mount target.", + 'ipAddress', + 'The address (within the address range of the specified subnet) at\nwhich the file system may be mounted via the mount target.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of up to 5 VPC security group IDs (that must\nbe for the same VPC as subnet specified) in effect for the mount target.", + 'securityGroups', + 'A list of up to 5 VPC security group IDs (that must\nbe for the same VPC as subnet specified) in effect for the mount target.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet to add the mount target in.", + 'subnetId', + 'The ID of the subnet to add the mount target in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system for which the mount target is intended.", + 'fileSystemId', + 'The ID of the file system for which the mount target is intended.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/efs/ReplicationConfiguration.ts b/src/app/Models/codegen/aws/efs/ReplicationConfiguration.ts index 55d63551e..fa325fe5c 100644 --- a/src/app/Models/codegen/aws/efs/ReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/efs/ReplicationConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_ReplicationConfigurationDestination, efs_ReplicationConfigurationDestination_GetTypes, -} from "../types/efs_ReplicationConfigurationDestination"; +} from '../types/efs_ReplicationConfigurationDestination'; export interface ReplicationConfigurationArgs { // A destination configuration block (documented below). @@ -45,16 +45,16 @@ When the replication configuration was created. return [ new DynamicUIProps( InputType.String, - "sourceFileSystemId", - "The ID of the file system that is to be replicated.", + 'sourceFileSystemId', + 'The ID of the file system that is to be replicated.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "destination", - "A destination configuration block (documented below).", + 'destination', + 'A destination configuration block (documented below).', () => efs_ReplicationConfigurationDestination_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/eks/AccessEntry.ts b/src/app/Models/codegen/aws/eks/AccessEntry.ts index 1a87217f1..262ee4a8e 100644 --- a/src/app/Models/codegen/aws/eks/AccessEntry.ts +++ b/src/app/Models/codegen/aws/eks/AccessEntry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessEntryArgs { // Name of the EKS Cluster. @@ -69,48 +69,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "userName", - "Defaults to principal ARN if user is principal else defaults to assume-role/session-name is role is used.", + 'userName', + 'Defaults to principal ARN if user is principal else defaults to assume-role/session-name is role is used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.", + 'clusterName', + 'Name of the EKS Cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "kubernetesGroups", - "List of string which can optionally specify the Kubernetes groups the user would belong to when creating an access entry.", + 'kubernetesGroups', + 'List of string which can optionally specify the Kubernetes groups the user would belong to when creating an access entry.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "principalArn", - "The IAM Principal ARN which requires Authentication access to the EKS cluster.\n\nThe following arguments are optional:", + 'principalArn', + 'The IAM Principal ARN which requires Authentication access to the EKS cluster.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Defaults to STANDARD which provides the standard workflow. EC2_LINUX, EC2_WINDOWS, FARGATE_LINUX types disallow users to input a username or groups, and prevent associations.", + 'type', + 'Defaults to STANDARD which provides the standard workflow. EC2_LINUX, EC2_WINDOWS, FARGATE_LINUX types disallow users to input a username or groups, and prevent associations.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/eks/AccessPolicyAssociation.ts b/src/app/Models/codegen/aws/eks/AccessPolicyAssociation.ts index fe49f7567..b20666ae7 100644 --- a/src/app/Models/codegen/aws/eks/AccessPolicyAssociation.ts +++ b/src/app/Models/codegen/aws/eks/AccessPolicyAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_AccessPolicyAssociationAccessScope, eks_AccessPolicyAssociationAccessScope_GetTypes, -} from "../types/eks_AccessPolicyAssociationAccessScope"; +} from '../types/eks_AccessPolicyAssociationAccessScope'; export interface AccessPolicyAssociationArgs { // The IAM Principal ARN which requires Authentication access to the EKS cluster. @@ -47,31 +47,31 @@ export class AccessPolicyAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "principalArn", - "The IAM Principal ARN which requires Authentication access to the EKS cluster.", + 'principalArn', + 'The IAM Principal ARN which requires Authentication access to the EKS cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "accessScope", - "The configuration block to determine the scope of the access. See `access_scope` Block below.", + 'accessScope', + 'The configuration block to determine the scope of the access. See `access_scope` Block below.', () => eks_AccessPolicyAssociationAccessScope_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.", + 'clusterName', + 'Name of the EKS Cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyArn", + 'policyArn', "The ARN of the access policy that you're associating.", () => [], true, diff --git a/src/app/Models/codegen/aws/eks/Addon.ts b/src/app/Models/codegen/aws/eks/Addon.ts index 752d9c985..e202fdb9e 100644 --- a/src/app/Models/codegen/aws/eks/Addon.ts +++ b/src/app/Models/codegen/aws/eks/Addon.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AddonArgs { // How to resolve field value conflicts when migrating a self-managed add-on to an Amazon EKS add-on. Valid values are `NONE` and `OVERWRITE`. For more details see the [CreateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateAddon.html) API Docs. @@ -129,7 +129,7 @@ match one of the versions returned by [describe-addon-versions](https://docs.aws return [ new DynamicUIProps( InputType.String, - "resolveConflictsOnUpdate", + 'resolveConflictsOnUpdate', "How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Valid values are `NONE`, `OVERWRITE`, and `PRESERVE`. For more details see the [UpdateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html) API Docs.", () => [], false, @@ -137,55 +137,55 @@ match one of the versions returned by [describe-addon-versions](https://docs.aws ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "preserve", - "Indicates if you want to preserve the created resources when deleting the EKS add-on.", + 'preserve', + 'Indicates if you want to preserve the created resources when deleting the EKS add-on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.\n\nThe following arguments are optional:", + 'clusterName', + 'Name of the EKS Cluster.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resolveConflicts", - "Define how to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on or when applying version updates to the add-on. Valid values are `NONE`, `OVERWRITE` and `PRESERVE`. Note that `PRESERVE` is only valid on addon update, not for initial addon creation. If you need to set this to `PRESERVE`, use the `resolve_conflicts_on_create` and `resolve_conflicts_on_update` attributes instead. For more details check [UpdateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html) API Docs.", + 'resolveConflicts', + 'Define how to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on or when applying version updates to the add-on. Valid values are `NONE`, `OVERWRITE` and `PRESERVE`. Note that `PRESERVE` is only valid on addon update, not for initial addon creation. If you need to set this to `PRESERVE`, use the `resolve_conflicts_on_create` and `resolve_conflicts_on_update` attributes instead. For more details check [UpdateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html) API Docs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addonName", - "Name of the EKS add-on. The name must match one of\nthe names returned by [describe-addon-versions](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-versions.html).", + 'addonName', + 'Name of the EKS add-on. The name must match one of\nthe names returned by [describe-addon-versions](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-versions.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configurationValues", - "custom configuration values for addons with single JSON string. This JSON string value must match the JSON schema derived from [describe-addon-configuration](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-configuration.html).", + 'configurationValues', + 'custom configuration values for addons with single JSON string. This JSON string value must match the JSON schema derived from [describe-addon-configuration](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-configuration.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceAccountRoleArn", + 'serviceAccountRoleArn', "The Amazon Resource Name (ARN) of an\nexisting IAM role to bind to the add-on's service account. The role must be\nassigned the IAM permissions required by the add-on. If you don't specify\nan existing IAM role, then the add-on uses the permissions assigned to the node\nIAM role. For more information, see [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html)\nin the Amazon EKS User Guide.\n\n> **Note:** To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC)\nprovider created for your cluster. For more information, [see Enabling IAM roles\nfor service accounts on your cluster](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html)\nin the Amazon EKS User Guide.", () => [], false, @@ -193,16 +193,16 @@ match one of the versions returned by [describe-addon-versions](https://docs.aws ), new DynamicUIProps( InputType.String, - "resolveConflictsOnCreate", - "How to resolve field value conflicts when migrating a self-managed add-on to an Amazon EKS add-on. Valid values are `NONE` and `OVERWRITE`. For more details see the [CreateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateAddon.html) API Docs.", + 'resolveConflictsOnCreate', + 'How to resolve field value conflicts when migrating a self-managed add-on to an Amazon EKS add-on. Valid values are `NONE` and `OVERWRITE`. For more details see the [CreateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateAddon.html) API Docs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addonVersion", - "The version of the EKS add-on. The version must\nmatch one of the versions returned by [describe-addon-versions](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-versions.html).", + 'addonVersion', + 'The version of the EKS add-on. The version must\nmatch one of the versions returned by [describe-addon-versions](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-addon-versions.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/eks/Cluster.ts b/src/app/Models/codegen/aws/eks/Cluster.ts index 0ddafaa7e..b5192c908 100644 --- a/src/app/Models/codegen/aws/eks/Cluster.ts +++ b/src/app/Models/codegen/aws/eks/Cluster.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_ClusterEncryptionConfig, eks_ClusterEncryptionConfig_GetTypes, -} from "../types/eks_ClusterEncryptionConfig"; +} from '../types/eks_ClusterEncryptionConfig'; import { eks_ClusterKubernetesNetworkConfig, eks_ClusterKubernetesNetworkConfig_GetTypes, -} from "../types/eks_ClusterKubernetesNetworkConfig"; +} from '../types/eks_ClusterKubernetesNetworkConfig'; import { eks_ClusterCertificateAuthority, eks_ClusterCertificateAuthority_GetTypes, -} from "../types/eks_ClusterCertificateAuthority"; +} from '../types/eks_ClusterCertificateAuthority'; import { eks_ClusterIdentity, eks_ClusterIdentity_GetTypes, -} from "../types/eks_ClusterIdentity"; +} from '../types/eks_ClusterIdentity'; import { eks_ClusterVpcConfig, eks_ClusterVpcConfig_GetTypes, -} from "../types/eks_ClusterVpcConfig"; +} from '../types/eks_ClusterVpcConfig'; import { eks_ClusterOutpostConfig, eks_ClusterOutpostConfig_GetTypes, -} from "../types/eks_ClusterOutpostConfig"; +} from '../types/eks_ClusterOutpostConfig'; import { eks_ClusterUpgradePolicy, eks_ClusterUpgradePolicy_GetTypes, -} from "../types/eks_ClusterUpgradePolicy"; +} from '../types/eks_ClusterUpgradePolicy'; import { eks_ClusterAccessConfig, eks_ClusterAccessConfig_GetTypes, -} from "../types/eks_ClusterAccessConfig"; +} from '../types/eks_ClusterAccessConfig'; export interface ClusterArgs { /* @@ -161,31 +161,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (`^[0-9A-Za-z][A-Za-z0-9\\-_]*$`).", + 'name', + 'Name of the cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (`^[0-9A-Za-z][A-Za-z0-9\\-_]*$`).', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "enabledClusterLogTypes", - "List of the desired control plane logging to enable. For more information, see [Amazon EKS Control Plane Logging](https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html).", + 'enabledClusterLogTypes', + 'List of the desired control plane logging to enable. For more information, see [Amazon EKS Control Plane Logging](https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "outpostConfig", + 'outpostConfig', "Configuration block representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This block isn't available for creating Amazon EKS clusters on the AWS cloud.", () => eks_ClusterOutpostConfig_GetTypes(), false, @@ -193,72 +193,72 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "defaultAddonsToRemoves", - "", + 'defaultAddonsToRemoves', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf. Ensure the resource configuration includes explicit dependencies on the IAM Role permissions by adding `depends_on` if using the `aws.iam.RolePolicy` resource or `aws.iam.RolePolicyAttachment` resource, otherwise EKS cannot delete EKS managed EC2 infrastructure such as Security Groups on EKS Cluster deletion.", + 'roleArn', + 'ARN of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf. Ensure the resource configuration includes explicit dependencies on the IAM Role permissions by adding `depends_on` if using the `aws.iam.RolePolicy` resource or `aws.iam.RolePolicyAttachment` resource, otherwise EKS cannot delete EKS managed EC2 infrastructure such as Security Groups on EKS Cluster deletion.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "upgradePolicy", - "Configuration block for the support policy to use for the cluster. See upgrade_policy for details.", + 'upgradePolicy', + 'Configuration block for the support policy to use for the cluster. See upgrade_policy for details.', () => eks_ClusterUpgradePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Desired Kubernetes master version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except those automatically triggered by EKS. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by EKS.", + 'version', + 'Desired Kubernetes master version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except those automatically triggered by EKS. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by EKS.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accessConfig", - "Configuration block for the access config associated with your cluster, see [Amazon EKS Access Entries](https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html).", + 'accessConfig', + 'Configuration block for the access config associated with your cluster, see [Amazon EKS Access Entries](https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html).', () => eks_ClusterAccessConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "bootstrapSelfManagedAddons", - "Install default unmanaged add-ons, such as `aws-cni`, `kube-proxy`, and CoreDNS during cluster creation. If `false`, you must manually install desired add-ons. Changing this value will force a new cluster to be created. Defaults to `true`.", + 'bootstrapSelfManagedAddons', + 'Install default unmanaged add-ons, such as `aws-cni`, `kube-proxy`, and CoreDNS during cluster creation. If `false`, you must manually install desired add-ons. Changing this value will force a new cluster to be created. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "encryptionConfig", - "Configuration block with encryption configuration for the cluster. Only available on Kubernetes 1.13 and above clusters created after March 6, 2020. Detailed below.", + 'encryptionConfig', + 'Configuration block with encryption configuration for the cluster. Only available on Kubernetes 1.13 and above clusters created after March 6, 2020. Detailed below.', () => eks_ClusterEncryptionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block for the VPC associated with your cluster. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see [Cluster VPC Considerations](https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) and [Cluster Security Group Considerations](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) in the Amazon EKS User Guide. Detailed below. Also contains attributes detailed in the Attributes section.\n\nThe following arguments are optional:", + 'vpcConfig', + 'Configuration block for the VPC associated with your cluster. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see [Cluster VPC Considerations](https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) and [Cluster Security Group Considerations](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) in the Amazon EKS User Guide. Detailed below. Also contains attributes detailed in the Attributes section.\n\nThe following arguments are optional:', () => eks_ClusterVpcConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "kubernetesNetworkConfig", - "Configuration block with kubernetes network configuration for the cluster. Detailed below. If removed, this provider will only perform drift detection if a configuration value is provided.", + 'kubernetesNetworkConfig', + 'Configuration block with kubernetes network configuration for the cluster. Detailed below. If removed, this provider will only perform drift detection if a configuration value is provided.', () => eks_ClusterKubernetesNetworkConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/eks/FargateProfile.ts b/src/app/Models/codegen/aws/eks/FargateProfile.ts index 7fa794828..1be78e9a2 100644 --- a/src/app/Models/codegen/aws/eks/FargateProfile.ts +++ b/src/app/Models/codegen/aws/eks/FargateProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_FargateProfileSelector, eks_FargateProfileSelector_GetTypes, -} from "../types/eks_FargateProfileSelector"; +} from '../types/eks_FargateProfileSelector'; export interface FargateProfileArgs { // Name of the EKS Fargate Profile. @@ -70,48 +70,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.", + 'clusterName', + 'Name of the EKS Cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fargateProfileName", - "Name of the EKS Fargate Profile.", + 'fargateProfileName', + 'Name of the EKS Fargate Profile.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "podExecutionRoleArn", - "Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Fargate Profile.", + 'podExecutionRoleArn', + 'Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Fargate Profile.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "selectors", - "Configuration block(s) for selecting Kubernetes Pods to execute with this EKS Fargate Profile. Detailed below.", + 'selectors', + 'Configuration block(s) for selecting Kubernetes Pods to execute with this EKS Fargate Profile. Detailed below.', () => eks_FargateProfileSelector_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of private EC2 Subnets to associate with the EKS Fargate Profile. These subnets must have the following resource tag: `kubernetes.io/cluster/CLUSTER_NAME` (where `CLUSTER_NAME` is replaced with the name of the EKS Cluster).\n\nThe following arguments are optional:", + 'subnetIds', + 'Identifiers of private EC2 Subnets to associate with the EKS Fargate Profile. These subnets must have the following resource tag: `kubernetes.io/cluster/CLUSTER_NAME` (where `CLUSTER_NAME` is replaced with the name of the EKS Cluster).\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/eks/IdentityProviderConfig.ts b/src/app/Models/codegen/aws/eks/IdentityProviderConfig.ts index 669431040..b46eec1f1 100644 --- a/src/app/Models/codegen/aws/eks/IdentityProviderConfig.ts +++ b/src/app/Models/codegen/aws/eks/IdentityProviderConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_IdentityProviderConfigOidc, eks_IdentityProviderConfigOidc_GetTypes, -} from "../types/eks_IdentityProviderConfigOidc"; +} from '../types/eks_IdentityProviderConfigOidc'; export interface IdentityProviderConfigArgs { // Name of the EKS Cluster. @@ -44,24 +44,24 @@ export class IdentityProviderConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.", + 'clusterName', + 'Name of the EKS Cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "oidc", - "Nested attribute containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. Detailed below.", + 'oidc', + 'Nested attribute containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. Detailed below.', () => eks_IdentityProviderConfigOidc_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/eks/NodeGroup.ts b/src/app/Models/codegen/aws/eks/NodeGroup.ts index 824fa1bc4..cf69ba8bd 100644 --- a/src/app/Models/codegen/aws/eks/NodeGroup.ts +++ b/src/app/Models/codegen/aws/eks/NodeGroup.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_NodeGroupUpdateConfig, eks_NodeGroupUpdateConfig_GetTypes, -} from "../types/eks_NodeGroupUpdateConfig"; +} from '../types/eks_NodeGroupUpdateConfig'; import { eks_NodeGroupLaunchTemplate, eks_NodeGroupLaunchTemplate_GetTypes, -} from "../types/eks_NodeGroupLaunchTemplate"; +} from '../types/eks_NodeGroupLaunchTemplate'; import { eks_NodeGroupTaint, eks_NodeGroupTaint_GetTypes, -} from "../types/eks_NodeGroupTaint"; +} from '../types/eks_NodeGroupTaint'; import { eks_NodeGroupResource, eks_NodeGroupResource_GetTypes, -} from "../types/eks_NodeGroupResource"; +} from '../types/eks_NodeGroupResource'; import { eks_NodeGroupRemoteAccess, eks_NodeGroupRemoteAccess_GetTypes, -} from "../types/eks_NodeGroupRemoteAccess"; +} from '../types/eks_NodeGroupRemoteAccess'; import { eks_NodeGroupScalingConfig, eks_NodeGroupScalingConfig_GetTypes, -} from "../types/eks_NodeGroupScalingConfig"; +} from '../types/eks_NodeGroupScalingConfig'; export interface NodeGroupArgs { // Disk size in GiB for worker nodes. Defaults to `50` for Windows, `20` all other node groups. The provider will only perform drift detection if a configuration value is provided. @@ -171,71 +171,71 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "diskSize", - "Disk size in GiB for worker nodes. Defaults to `50` for Windows, `20` all other node groups. The provider will only perform drift detection if a configuration value is provided.", + 'diskSize', + 'Disk size in GiB for worker nodes. Defaults to `50` for Windows, `20` all other node groups. The provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "Kubernetes version. Defaults to EKS Cluster Kubernetes version. The provider will only perform drift detection if a configuration value is provided.", + 'version', + 'Kubernetes version. Defaults to EKS Cluster Kubernetes version. The provider will only perform drift detection if a configuration value is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeRoleArn", - "Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Node Group.", + 'nodeRoleArn', + 'Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Node Group.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "scalingConfig", - "Configuration block with scaling settings. See `scaling_config` below for details.", + 'scalingConfig', + 'Configuration block with scaling settings. See `scaling_config` below for details.', () => eks_NodeGroupScalingConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of EC2 Subnets to associate with the EKS Node Group.\n\nThe following arguments are optional:", + 'subnetIds', + 'Identifiers of EC2 Subnets to associate with the EKS Node Group.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "capacityType", - "Type of capacity associated with the EKS Node Group. Valid values: `ON_DEMAND`, `SPOT`. This provider will only perform drift detection if a configuration value is provided.", + 'capacityType', + 'Type of capacity associated with the EKS Node Group. Valid values: `ON_DEMAND`, `SPOT`. This provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceUpdateVersion", - "Force version update if existing pods are unable to be drained due to a pod disruption budget issue.", + 'forceUpdateVersion', + 'Force version update if existing pods are unable to be drained due to a pod disruption budget issue.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Key-value map of Kubernetes labels. Only labels that are applied with the EKS API are managed by this argument. Other Kubernetes labels applied to the EKS Node Group will not be managed.", + 'labels', + 'Key-value map of Kubernetes labels. Only labels that are applied with the EKS API are managed by this argument. Other Kubernetes labels applied to the EKS Node Group will not be managed.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "nodeGroupName", + 'nodeGroupName', "Name of the EKS Node Group. If omitted, the provider will assign a random, unique name. Conflicts with `node_group_name_prefix`. The node group name can't be longer than 63 characters. It must start with a letter or digit, but can also include hyphens and underscores for the remaining characters.", () => [], false, @@ -243,7 +243,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "instanceTypes", + 'instanceTypes', 'List of instance types associated with the EKS Node Group. Defaults to `["t3.medium"]`. The provider will only perform drift detection if a configuration value is provided.', () => InputType_String_GetTypes(), false, @@ -251,72 +251,72 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Configuration block with Launch Template settings. See `launch_template` below for details. Conflicts with `remote_access`.", + 'launchTemplate', + 'Configuration block with Launch Template settings. See `launch_template` below for details. Conflicts with `remote_access`.', () => eks_NodeGroupLaunchTemplate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the EKS Cluster.", + 'clusterName', + 'Name of the EKS Cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "amiType", - "Type of Amazon Machine Image (AMI) associated with the EKS Node Group. See the [AWS documentation](https://docs.aws.amazon.com/eks/latest/APIReference/API_Nodegroup.html#AmazonEKS-Type-Nodegroup-amiType) for valid values. This provider will only perform drift detection if a configuration value is provided.", + 'amiType', + 'Type of Amazon Machine Image (AMI) associated with the EKS Node Group. See the [AWS documentation](https://docs.aws.amazon.com/eks/latest/APIReference/API_Nodegroup.html#AmazonEKS-Type-Nodegroup-amiType) for valid values. This provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "releaseVersion", - "AMI version of the EKS Node Group. Defaults to latest version for Kubernetes version.", + 'releaseVersion', + 'AMI version of the EKS Node Group. Defaults to latest version for Kubernetes version.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "remoteAccess", - "Configuration block with remote access settings. See `remote_access` below for details. Conflicts with `launch_template`.", + 'remoteAccess', + 'Configuration block with remote access settings. See `remote_access` below for details. Conflicts with `launch_template`.', () => eks_NodeGroupRemoteAccess_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "updateConfig", - "Configuration block with update settings. See `update_config` below for details.", + 'updateConfig', + 'Configuration block with update settings. See `update_config` below for details.', () => eks_NodeGroupUpdateConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "nodeGroupNamePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `node_group_name`.", + 'nodeGroupNamePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `node_group_name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "taints", - "The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group. See taint below for details.", + 'taints', + 'The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group. See taint below for details.', () => eks_NodeGroupTaint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/eks/PodIdentityAssociation.ts b/src/app/Models/codegen/aws/eks/PodIdentityAssociation.ts index 551e449db..f7bc21cdf 100644 --- a/src/app/Models/codegen/aws/eks/PodIdentityAssociation.ts +++ b/src/app/Models/codegen/aws/eks/PodIdentityAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PodIdentityAssociationArgs { // The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account. @@ -60,40 +60,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "serviceAccount", - "The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.\n\nThe following arguments are optional:", + 'serviceAccount', + 'The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterName", - "The name of the cluster to create the association in.", + 'clusterName', + 'The name of the cluster to create the association in.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.", + 'namespace', + 'The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/elasticache/Cluster.ts b/src/app/Models/codegen/aws/elasticache/Cluster.ts index f7d032b6d..5feddb8de 100644 --- a/src/app/Models/codegen/aws/elasticache/Cluster.ts +++ b/src/app/Models/codegen/aws/elasticache/Cluster.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_ClusterLogDeliveryConfiguration, elasticache_ClusterLogDeliveryConfiguration_GetTypes, -} from "../types/elasticache_ClusterLogDeliveryConfiguration"; +} from '../types/elasticache_ClusterLogDeliveryConfiguration'; import { elasticache_ClusterCacheNode, elasticache_ClusterCacheNode_GetTypes, -} from "../types/elasticache_ClusterCacheNode"; +} from '../types/elasticache_ClusterCacheNode'; export interface ClusterArgs { // Specify the outpost mode that will apply to the cache cluster creation. Valid values are `"single-outpost"` and `"cross-outpost"`, however AWS currently only supports `"single-outpost"` mode. @@ -255,55 +255,55 @@ The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09 return [ new DynamicUIProps( InputType.String, - "engine", - "Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`.", + 'engine', + 'Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "The name of the parameter group to associate with this cache cluster.\n\nThe following arguments are optional:", + 'parameterGroupName', + 'The name of the parameter group to associate with this cache cluster.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "Name of your final cluster snapshot. If omitted, no final snapshot will be made.", + 'finalSnapshotIdentifier', + 'Name of your final cluster snapshot. If omitted, no final snapshot will be made.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "The instance class used. See AWS documentation for information on [supported node types for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html). See AWS documentation for information on [supported node types for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/nodes-select-size.html). For Memcached, changing this value will re-create the resource.", + 'nodeType', + 'The instance class used. See AWS documentation for information on [supported node types for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html). See AWS documentation for information on [supported node types for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/nodes-select-size.html). For Memcached, changing this value will re-create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "preferredAvailabilityZones", - "List of the Availability Zones in which cache nodes are created. If you are creating your cluster in an Amazon VPC you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. The number of Availability Zones listed must equal the value of `num_cache_nodes`. If you want all the nodes in the same Availability Zone, use `availability_zone` instead, or repeat the Availability Zone multiple times in the list. Default: System chosen Availability Zones. Detecting drift of existing node availability zone is not currently supported. Updating this argument by itself to migrate existing node availability zones is not currently supported and will show a perpetual difference.", + 'preferredAvailabilityZones', + 'List of the Availability Zones in which cache nodes are created. If you are creating your cluster in an Amazon VPC you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. The number of Availability Zones listed must equal the value of `num_cache_nodes`. If you want all the nodes in the same Availability Zone, use `availability_zone` instead, or repeat the Availability Zone multiple times in the list. Default: System chosen Availability Zones. Detecting drift of existing node availability zone is not currently supported. Updating this argument by itself to migrate existing node availability zones is not currently supported and will show a perpetual difference.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipDiscovery", - "The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6`.", + 'ipDiscovery', + 'The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outpostMode", + 'outpostMode', 'Specify the outpost mode that will apply to the cache cluster creation. Valid values are `"single-outpost"` and `"cross-outpost"`, however AWS currently only supports `"single-outpost"` mode.', () => [], false, @@ -311,63 +311,63 @@ The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09 ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "One or more VPC security groups associated with the cache cluster. Cannot be provided with `replication_group_id.`", + 'securityGroupIds', + 'One or more VPC security groups associated with the cache cluster. Cannot be provided with `replication_group_id.`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "Name of the subnet group to be used for the cache cluster. Changing this value will re-create the resource. Cannot be provided with `replication_group_id.`", + 'subnetGroupName', + 'Name of the subnet group to be used for the cache cluster. Changing this value will re-create the resource. Cannot be provided with `replication_group_id.`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use `preferred_availability_zones` instead. Default: System chosen Availability Zone. Changing this value will re-create the resource.", + 'availabilityZone', + 'Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use `preferred_availability_zones` instead. Default: System chosen Availability Zone. Changing this value will re-create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkType", - "The IP versions for cache cluster connections. IPv6 is supported with Redis engine `6.2` onword or Memcached version `1.6.6` for all [Nitro system](https://aws.amazon.com/ec2/nitro/) instances. Valid values are `ipv4`, `ipv6` or `dual_stack`.", + 'networkType', + 'The IP versions for cache cluster connections. IPv6 is supported with Redis engine `6.2` onword or Memcached version `1.6.6` for all [Nitro system](https://aws.amazon.com/ec2/nitro/) instances. Valid values are `ipv4`, `ipv6` or `dual_stack`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the cache nodes will accept connections. For Memcached the default is 11211, and for Redis the default port is 6379. Cannot be provided with `replication_group_id`. Changing this value will re-create the resource.", + 'port', + 'The port number on which each of the cache nodes will accept connections. For Memcached the default is 11211, and for Redis the default port is 6379. Cannot be provided with `replication_group_id`. Changing this value will re-create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotName", - "Name of a snapshot from which to restore data into the new node group. Changing `snapshot_name` forces a new resource.", + 'snapshotName', + 'Name of a snapshot from which to restore data into the new node group. Changing `snapshot_name` forces a new resource.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "logDeliveryConfigurations", - "Specifies the destination and format of Redis [SLOWLOG](https://redis.io/commands/slowlog) or Redis [Engine Log](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See the documentation on [Amazon ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html). See Log Delivery Configuration below for more details.", + 'logDeliveryConfigurations', + 'Specifies the destination and format of Redis [SLOWLOG](https://redis.io/commands/slowlog) or Redis [Engine Log](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See the documentation on [Amazon ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html). See Log Delivery Configuration below for more details.', () => elasticache_ClusterLogDeliveryConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "azMode", + 'azMode', "Whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region. Valid values for this parameter are `single-az` or `cross-az`, default is `single-az`. If you want to choose `cross-az`, `num_cache_nodes` must be greater than `1`.", () => [], false, @@ -375,103 +375,103 @@ The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09 ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "Specifies the weekly time range for when maintenance\non the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC).\nThe minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09:00`.", + 'maintenanceWindow', + 'Specifies the weekly time range for when maintenance\non the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC).\nThe minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numCacheNodes", - "The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcached, this value must be between 1 and 40. If this number is reduced on subsequent runs, the highest numbered nodes will be removed.", + 'numCacheNodes', + 'The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcached, this value must be between 1 and 40. If this number is reduced on subsequent runs, the highest numbered nodes will be removed.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterId", - "Group identifier. ElastiCache converts this name to lowercase. Changing this value will re-create the resource.", + 'clusterId', + 'Group identifier. ElastiCache converts this name to lowercase. Changing this value will re-create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "transitEncryptionEnabled", - "Enable encryption in-transit. Supported only with Memcached versions `1.6.12` and later, running in a VPC. See the [ElastiCache in-transit encryption](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/in-transit-encryption-mc.html) documentation for more details.", + 'transitEncryptionEnabled', + 'Enable encryption in-transit. Supported only with Memcached versions `1.6.12` and later, running in a VPC. See the [ElastiCache in-transit encryption](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/in-transit-encryption-mc.html) documentation for more details.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationTopicArn", - "ARN of an SNS topic to send ElastiCache notifications to. Example: `arn:aws:sns:us-east-1:012345678999:my_sns_topic`.", + 'notificationTopicArn', + 'ARN of an SNS topic to send ElastiCache notifications to. Example: `arn:aws:sns:us-east-1:012345678999:my_sns_topic`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotArns", - "Single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3. The object name cannot contain any commas. Changing `snapshot_arns` forces a new resource.", + 'snapshotArns', + 'Single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3. The object name cannot contain any commas. Changing `snapshot_arns` forces a new resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotWindow", - "Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. Example: 05:00-09:00", + 'snapshotWindow', + 'Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. Example: 05:00-09:00', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version number of the cache engine to be used.\nIf not set, defaults to the latest version.\nSee [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/reference/elasticache/describe-cache-engine-versions.html) in the AWS Documentation for supported versions.\nWhen `engine` is `redis` and the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nWhen the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nOtherwise, specify the full version desired, e.g., `5.0.6`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below. Cannot be provided with `replication_group_id.`", + 'engineVersion', + 'Version number of the cache engine to be used.\nIf not set, defaults to the latest version.\nSee [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/reference/elasticache/describe-cache-engine-versions.html) in the AWS Documentation for supported versions.\nWhen `engine` is `redis` and the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nWhen the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nOtherwise, specify the full version desired, e.g., `5.0.6`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below. Cannot be provided with `replication_group_id.`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredOutpostArn", - "The outpost ARN in which the cache cluster will be created.", + 'preferredOutpostArn', + 'The outpost ARN in which the cache cluster will be created.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. Please note that setting a `snapshot_retention_limit` is not supported on cache.t1.micro cache nodes", + 'snapshotRetentionLimit', + 'Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. Please note that setting a `snapshot_retention_limit` is not supported on cache.t1.micro cache nodes', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Whether any database modifications are applied immediately, or during the next maintenance window. Default is `false`. See [Amazon ElastiCache Documentation for more information.](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html).", + 'applyImmediately', + 'Whether any database modifications are applied immediately, or during the next maintenance window. Default is `false`. See [Amazon ElastiCache Documentation for more information.](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoMinorVersionUpgrade", + 'autoMinorVersionUpgrade', 'Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window.\nOnly supported for engine type `"redis"` and if the engine version is 6 or higher.\nDefaults to `true`.', () => [], false, @@ -479,8 +479,8 @@ The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09 ), new DynamicUIProps( InputType.String, - "replicationGroupId", - "ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.", + 'replicationGroupId', + 'ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/elasticache/GlobalReplicationGroup.ts b/src/app/Models/codegen/aws/elasticache/GlobalReplicationGroup.ts index 81fbf9d44..2fc8438e3 100644 --- a/src/app/Models/codegen/aws/elasticache/GlobalReplicationGroup.ts +++ b/src/app/Models/codegen/aws/elasticache/GlobalReplicationGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_GlobalReplicationGroupGlobalNodeGroup, elasticache_GlobalReplicationGroupGlobalNodeGroup_GetTypes, -} from "../types/elasticache_GlobalReplicationGroupGlobalNodeGroup"; +} from '../types/elasticache_GlobalReplicationGroupGlobalNodeGroup'; export interface GlobalReplicationGroupArgs { /* @@ -139,64 +139,64 @@ When creating, by default the Global Replication Group inherits the automatic fa return [ new DynamicUIProps( InputType.String, - "parameterGroupName", - "An ElastiCache Parameter Group to use for the Global Replication Group.\nRequired when upgrading a major engine version, but will be ignored if left configured after the upgrade is complete.\nSpecifying without a major version upgrade will fail.\nNote that ElastiCache creates a copy of this parameter group for each member replication group.", + 'parameterGroupName', + 'An ElastiCache Parameter Group to use for the Global Replication Group.\nRequired when upgrading a major engine version, but will be ignored if left configured after the upgrade is complete.\nSpecifying without a major version upgrade will fail.\nNote that ElastiCache creates a copy of this parameter group for each member replication group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryReplicationGroupId", - "The ID of the primary cluster that accepts writes and will replicate updates to the secondary cluster. If `primary_replication_group_id` is changed, creates a new resource.", + 'primaryReplicationGroupId', + 'The ID of the primary cluster that accepts writes and will replicate updates to the secondary cluster. If `primary_replication_group_id` is changed, creates a new resource.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "automaticFailoverEnabled", - "Specifies whether read-only replicas will be automatically promoted to read/write primary if the existing primary fails.\nWhen creating, by default the Global Replication Group inherits the automatic failover setting of the primary replication group.", + 'automaticFailoverEnabled', + 'Specifies whether read-only replicas will be automatically promoted to read/write primary if the existing primary fails.\nWhen creating, by default the Global Replication Group inherits the automatic failover setting of the primary replication group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cacheNodeType", - "The instance class used.\nSee AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html)\nand [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).\nWhen creating, by default the Global Replication Group inherits the node type of the primary replication group.", + 'cacheNodeType', + 'The instance class used.\nSee AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html)\nand [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html).\nWhen creating, by default the Global Replication Group inherits the node type of the primary replication group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Redis version to use for the Global Replication Group.\nWhen creating, by default the Global Replication Group inherits the version of the primary replication group.\nIf a version is specified, the Global Replication Group and all member replication groups will be upgraded to this version.\nCannot be downgraded without replacing the Global Replication Group and all member replication groups.\nWhen the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nWhen the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below.", + 'engineVersion', + 'Redis version to use for the Global Replication Group.\nWhen creating, by default the Global Replication Group inherits the version of the primary replication group.\nIf a version is specified, the Global Replication Group and all member replication groups will be upgraded to this version.\nCannot be downgraded without replacing the Global Replication Group and all member replication groups.\nWhen the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nWhen the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalReplicationGroupDescription", - "A user-created description for the global replication group.", + 'globalReplicationGroupDescription', + 'A user-created description for the global replication group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalReplicationGroupIdSuffix", - "The suffix name of a Global Datastore. If `global_replication_group_id_suffix` is changed, creates a new resource.", + 'globalReplicationGroupIdSuffix', + 'The suffix name of a Global Datastore. If `global_replication_group_id_suffix` is changed, creates a new resource.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "numNodeGroups", - "The number of node groups (shards) on the global replication group.", + 'numNodeGroups', + 'The number of node groups (shards) on the global replication group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/elasticache/ParameterGroup.ts b/src/app/Models/codegen/aws/elasticache/ParameterGroup.ts index a03e3d126..fa30d6db2 100644 --- a/src/app/Models/codegen/aws/elasticache/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/elasticache/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_ParameterGroupParameter, elasticache_ParameterGroupParameter_GetTypes, -} from "../types/elasticache_ParameterGroupParameter"; +} from '../types/elasticache_ParameterGroupParameter'; export interface ParameterGroupArgs { // The family of the ElastiCache parameter group. @@ -53,7 +53,7 @@ export class ParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the ElastiCache parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -61,32 +61,32 @@ export class ParameterGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "family", - "The family of the ElastiCache parameter group.", + 'family', + 'The family of the ElastiCache parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the ElastiCache parameter.", + 'name', + 'The name of the ElastiCache parameter.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "A list of ElastiCache parameters to apply.", + 'parameters', + 'A list of ElastiCache parameters to apply.', () => elasticache_ParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticache/ReplicationGroup.ts b/src/app/Models/codegen/aws/elasticache/ReplicationGroup.ts index eb52dfcc8..fc068a465 100644 --- a/src/app/Models/codegen/aws/elasticache/ReplicationGroup.ts +++ b/src/app/Models/codegen/aws/elasticache/ReplicationGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_ReplicationGroupLogDeliveryConfiguration, elasticache_ReplicationGroupLogDeliveryConfiguration_GetTypes, -} from "../types/elasticache_ReplicationGroupLogDeliveryConfiguration"; +} from '../types/elasticache_ReplicationGroupLogDeliveryConfiguration'; export interface ReplicationGroupArgs { // List of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is considered. The first item in the list will be the primary node. Ignored when updating. @@ -363,63 +363,63 @@ Engine versions prior to `7.0.5` only allow this transit encryption to be config return [ new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "The name of your final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster. If omitted, no final snapshot will be made.", + 'finalSnapshotIdentifier', + 'The name of your final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster. If omitted, no final snapshot will be made.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authTokenUpdateStrategy", - "Strategy to use when updating the `auth_token`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`.", + 'authTokenUpdateStrategy', + 'Strategy to use when updating the `auth_token`. Valid values are `SET`, `ROTATE`, and `DELETE`. Defaults to `ROTATE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkType", - "The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.", + 'networkType', + 'The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "numNodeGroups", - "Number of node groups (shards) for this Redis replication group.\nChanging this number will trigger a resizing operation before other settings modifications.\nConflicts with `num_cache_clusters`.", + 'numNodeGroups', + 'Number of node groups (shards) for this Redis replication group.\nChanging this number will trigger a resizing operation before other settings modifications.\nConflicts with `num_cache_clusters`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "Specifies the weekly time range for when maintenance on the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC). The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09:00`", + 'maintenanceWindow', + 'Specifies the weekly time range for when maintenance on the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC). The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09:00`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "IDs of one or more Amazon VPC security groups associated with this replication group. Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud.", + 'securityGroupIds', + 'IDs of one or more Amazon VPC security groups associated with this replication group. Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "notificationTopicArn", - "ARN of an SNS topic to send ElastiCache notifications to. Example: `arn:aws:sns:us-east-1:012345678999:my_sns_topic`", + 'notificationTopicArn', + 'ARN of an SNS topic to send ElastiCache notifications to. Example: `arn:aws:sns:us-east-1:012345678999:my_sns_topic`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", + 'autoMinorVersionUpgrade', 'Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window.\nOnly supported for engine type `"redis"` and if the engine version is 6 or higher.\nDefaults to `true`.', () => [], false, @@ -427,215 +427,215 @@ Engine versions prior to `7.0.5` only allow this transit encryption to be config ), new DynamicUIProps( InputType.Bool, - "atRestEncryptionEnabled", - "Whether to enable encryption at rest.", + 'atRestEncryptionEnabled', + 'Whether to enable encryption at rest.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version number of the cache engine to be used for the cache clusters in this replication group.\nIf the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nIf the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nOtherwise, specify the full version desired, e.g., `5.0.6`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below.", + 'engineVersion', + 'Version number of the cache engine to be used for the cache clusters in this replication group.\nIf the version is 7 or higher, the major and minor version should be set, e.g., `7.2`.\nIf the version is 6, the major and minor version can be set, e.g., `6.2`,\nor the minor version can be unspecified which will use the latest version at creation time, e.g., `6.x`.\nOtherwise, specify the full version desired, e.g., `5.0.6`.\nThe actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotName", - "Name of a snapshot from which to restore data into the new node group. Changing the `snapshot_name` forces a new resource.", + 'snapshotName', + 'Name of a snapshot from which to restore data into the new node group. Changing the `snapshot_name` forces a new resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "automaticFailoverEnabled", - "Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. If enabled, `num_cache_clusters` must be greater than 1. Must be enabled for Redis (cluster mode enabled) replication groups. Defaults to `false`.", + 'automaticFailoverEnabled', + 'Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. If enabled, `num_cache_clusters` must be greater than 1. Must be enabled for Redis (cluster mode enabled) replication groups. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipDiscovery", - "The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6`.", + 'ipDiscovery', + 'The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "userGroupIds", - "User Group ID to associate with the replication group. Only a maximum of one (1) user group ID is valid. **NOTE:** This argument _is_ a set because the AWS specification allows for multiple IDs. However, in practice, AWS only allows a maximum size of one.", + 'userGroupIds', + 'User Group ID to associate with the replication group. Only a maximum of one (1) user group ID is valid. **NOTE:** This argument _is_ a set because the AWS specification allows for multiple IDs. However, in practice, AWS only allows a maximum size of one.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authToken", - "Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`.", + 'authToken', + 'Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. Adding tags to this resource will add or overwrite any existing tags on the clusters in the replication group and not to the group itself. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. Adding tags to this resource will add or overwrite any existing tags on the clusters in the replication group and not to the group itself. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number on which each of the cache nodes will accept connections. For Memcache the default is 11211, and for Redis the default port is 6379.", + 'port', + 'Port number on which each of the cache nodes will accept connections. For Memcache the default is 11211, and for Redis the default port is 6379.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "transitEncryptionMode", - "A setting that enables clients to migrate to in-transit encryption with no downtime.\nValid values are `preferred` and `required`.\nWhen enabling encryption on an existing replication group, this must first be set to `preferred` before setting it to `required` in a subsequent apply.\nSee the `TransitEncryptionMode` field in the [`CreateReplicationGroup` API documentation](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateReplicationGroup.html) for additional details.", + 'transitEncryptionMode', + 'A setting that enables clients to migrate to in-transit encryption with no downtime.\nValid values are `preferred` and `required`.\nWhen enabling encryption on an existing replication group, this must first be set to `preferred` before setting it to `required` in a subsequent apply.\nSee the `TransitEncryptionMode` field in the [`CreateReplicationGroup` API documentation](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateReplicationGroup.html) for additional details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotWindow", - "Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. The minimum snapshot window is a 60 minute period. Example: `05:00-09:00`", + 'snapshotWindow', + 'Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. The minimum snapshot window is a 60 minute period. Example: `05:00-09:00`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any modifications are applied immediately, or during the next maintenance window. Default is `false`.", + 'applyImmediately', + 'Specifies whether any modifications are applied immediately, or during the next maintenance window. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "logDeliveryConfigurations", - "Specifies the destination and format of Redis [SLOWLOG](https://redis.io/commands/slowlog) or Redis [Engine Log](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See the documentation on [Amazon ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See Log Delivery Configuration below for more details.", + 'logDeliveryConfigurations', + 'Specifies the destination and format of Redis [SLOWLOG](https://redis.io/commands/slowlog) or Redis [Engine Log](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See the documentation on [Amazon ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html#Log_contents-engine-log). See Log Delivery Configuration below for more details.', () => elasticache_ReplicationGroupLogDeliveryConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "replicasPerNodeGroup", - "Number of replica nodes in each node group.\nChanging this number will trigger a resizing operation before other settings modifications.\nValid values are 0 to 5.\nConflicts with `num_cache_clusters`.\nCan only be set if `num_node_groups` is set.", + 'replicasPerNodeGroup', + 'Number of replica nodes in each node group.\nChanging this number will trigger a resizing operation before other settings modifications.\nValid values are 0 to 5.\nConflicts with `num_cache_clusters`.\nCan only be set if `num_node_groups` is set.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numCacheClusters", - "Number of cache clusters (primary and replicas) this replication group will have.\nIf `automatic_failover_enabled` or `multi_az_enabled` are `true`, must be at least 2.\nUpdates will occur before other modifications.\nConflicts with `num_node_groups` and `replicas_per_node_group`.\nDefaults to `1`.", + 'numCacheClusters', + 'Number of cache clusters (primary and replicas) this replication group will have.\nIf `automatic_failover_enabled` or `multi_az_enabled` are `true`, must be at least 2.\nUpdates will occur before other modifications.\nConflicts with `num_node_groups` and `replicas_per_node_group`.\nDefaults to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engine", - "Name of the cache engine to be used for the clusters in this replication group. The only valid value is `redis`.", + 'engine', + 'Name of the cache engine to be used for the clusters in this replication group. The only valid value is `redis`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "User-created description for the replication group. Must not be empty.", + 'description', + 'User-created description for the replication group. Must not be empty.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupNames", - "Names of one or more Amazon VPC security groups associated with this replication group. Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud.", + 'securityGroupNames', + 'Names of one or more Amazon VPC security groups associated with this replication group. Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "snapshotArns", - "List of ARNs that identify Redis RDB snapshot files stored in Amazon S3. The names object names cannot contain any commas.", + 'snapshotArns', + 'List of ARNs that identify Redis RDB snapshot files stored in Amazon S3. The names object names cannot contain any commas.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "transitEncryptionEnabled", - "Whether to enable encryption in transit.\nChanging this argument with an `engine_version` < `7.0.5` will force a replacement.\nEngine versions prior to `7.0.5` only allow this transit encryption to be configured during creation of the replication group.", + 'transitEncryptionEnabled', + 'Whether to enable encryption in transit.\nChanging this argument with an `engine_version` < `7.0.5` will force a replacement.\nEngine versions prior to `7.0.5` only allow this transit encryption to be configured during creation of the replication group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "Name of the cache subnet group to be used for the replication group.", + 'subnetGroupName', + 'Name of the cache subnet group to be used for the replication group.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of `snapshot_retention_limit` is set to zero (0), backups are turned off. Please note that setting a `snapshot_retention_limit` is not supported on cache.t1.micro cache nodes", + 'snapshotRetentionLimit', + 'Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of `snapshot_retention_limit` is set to zero (0), backups are turned off. Please note that setting a `snapshot_retention_limit` is not supported on cache.t1.micro cache nodes', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiAzEnabled", - "Specifies whether to enable Multi-AZ Support for the replication group.\nIf `true`, `automatic_failover_enabled` must also be enabled.\nDefaults to `false`.", + 'multiAzEnabled', + 'Specifies whether to enable Multi-AZ Support for the replication group.\nIf `true`, `automatic_failover_enabled` must also be enabled.\nDefaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dataTieringEnabled", - "Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to `true` when using r6gd nodes.", + 'dataTieringEnabled', + 'Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to `true` when using r6gd nodes.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "globalReplicationGroupId", - "The ID of the global replication group to which this replication group should belong. If this parameter is specified, the replication group is added to the specified global replication group as a secondary replication group; otherwise, the replication group is not part of any global replication group. If `global_replication_group_id` is set, the `num_node_groups` parameter cannot be set.", + 'globalReplicationGroupId', + 'The ID of the global replication group to which this replication group should belong. If this parameter is specified, the replication group is added to the specified global replication group as a secondary replication group; otherwise, the replication group is not part of any global replication group. If `global_replication_group_id` is set, the `num_node_groups` parameter cannot be set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`.", + 'kmsKeyId', + 'The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parameterGroupName", + 'parameterGroupName', 'Name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. To enable "cluster mode", i.e., data sharding, use a parameter group that has the parameter `cluster-enabled` set to true.', () => [], false, @@ -643,15 +643,15 @@ Engine versions prior to `7.0.5` only allow this transit encryption to be config ), new DynamicUIProps( InputType.String, - "replicationGroupId", - "Replication group identifier. This parameter is stored as a lowercase string.\n\nThe following arguments are optional:", + 'replicationGroupId', + 'Replication group identifier. This parameter is stored as a lowercase string.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "preferredCacheClusterAzs", + 'preferredCacheClusterAzs', "List of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is considered. The first item in the list will be the primary node. Ignored when updating.", () => InputType_String_GetTypes(), false, @@ -659,16 +659,16 @@ Engine versions prior to `7.0.5` only allow this transit encryption to be config ), new DynamicUIProps( InputType.String, - "nodeType", - "Instance class to be used. See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html). Required unless `global_replication_group_id` is set. Cannot be set if `global_replication_group_id` is set.", + 'nodeType', + 'Instance class to be used. See AWS documentation for information on [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) and [guidance on selecting node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html). Required unless `global_replication_group_id` is set. Cannot be set if `global_replication_group_id` is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterMode", - "Specifies whether cluster mode is enabled or disabled. Valid values are `enabled` or `disabled` or `compatible`", + 'clusterMode', + 'Specifies whether cluster mode is enabled or disabled. Valid values are `enabled` or `disabled` or `compatible`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/elasticache/ServerlessCache.ts b/src/app/Models/codegen/aws/elasticache/ServerlessCache.ts index 1d024a191..b77e4cc70 100644 --- a/src/app/Models/codegen/aws/elasticache/ServerlessCache.ts +++ b/src/app/Models/codegen/aws/elasticache/ServerlessCache.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_ServerlessCacheReaderEndpoint, elasticache_ServerlessCacheReaderEndpoint_GetTypes, -} from "../types/elasticache_ServerlessCacheReaderEndpoint"; +} from '../types/elasticache_ServerlessCacheReaderEndpoint'; import { elasticache_ServerlessCacheCacheUsageLimits, elasticache_ServerlessCacheCacheUsageLimits_GetTypes, -} from "../types/elasticache_ServerlessCacheCacheUsageLimits"; +} from '../types/elasticache_ServerlessCacheCacheUsageLimits'; import { elasticache_ServerlessCacheTimeouts, elasticache_ServerlessCacheTimeouts_GetTypes, -} from "../types/elasticache_ServerlessCacheTimeouts"; +} from '../types/elasticache_ServerlessCacheTimeouts'; import { elasticache_ServerlessCacheEndpoint, elasticache_ServerlessCacheEndpoint_GetTypes, -} from "../types/elasticache_ServerlessCacheEndpoint"; +} from '../types/elasticache_ServerlessCacheEndpoint'; export interface ServerlessCacheArgs { // A list of the one or more VPC security groups to be associated with the serverless cache. The security group will authorize traffic access for the VPC end-point (private-link). If no other information is given this will be the VPC’s Default Security Group that is associated with the cluster VPC end-point. @@ -148,39 +148,39 @@ See [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/refe return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of the one or more VPC security groups to be associated with the serverless cache. The security group will authorize traffic access for the VPC end-point (private-link). If no other information is given this will be the VPC’s Default Security Group that is associated with the cluster VPC end-point.", + 'securityGroupIds', + 'A list of the one or more VPC security groups to be associated with the serverless cache. The security group will authorize traffic access for the VPC end-point (private-link). If no other information is given this will be the VPC’s Default Security Group that is associated with the cluster VPC end-point.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "snapshotArnsToRestores", - "The list of ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.", + 'snapshotArnsToRestores', + 'The list of ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of the customer managed key for encrypting the data at rest. If no KMS key is provided, a default service key is used.", + 'kmsKeyId', + 'ARN of the customer managed key for encrypting the data at rest. If no KMS key is provided, a default service key is used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cacheUsageLimits", - "Sets the cache usage limits for storage and ElastiCache Processing Units for the cache. See configuration below.", + 'cacheUsageLimits', + 'Sets the cache usage limits for storage and ElastiCache Processing Units for the cache. See configuration below.', () => elasticache_ServerlessCacheCacheUsageLimits_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dailySnapshotTime", + 'dailySnapshotTime', 'The daily time that snapshots will be created from the new serverless cache. Only supported for engine type `"redis"`. Defaults to `0`.', () => [], false, @@ -188,72 +188,72 @@ See [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/refe ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis only.", + 'snapshotRetentionLimit', + 'The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis only.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engine", - "Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`.", + 'engine', + 'Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "User-provided description for the serverless cache. The default is NULL.", + 'description', + 'User-provided description for the serverless cache. The default is NULL.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed. All the subnetIds must belong to the same VPC.", + 'subnetIds', + 'A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed. All the subnetIds must belong to the same VPC.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => elasticache_ServerlessCacheTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "majorEngineVersion", - "The version of the cache engine that will be used to create the serverless cache.\nSee [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/reference/elasticache/describe-cache-engine-versions.html) in the AWS Documentation for supported versions.", + 'majorEngineVersion', + 'The version of the cache engine that will be used to create the serverless cache.\nSee [Describe Cache Engine Versions](https://docs.aws.amazon.com/cli/latest/reference/elasticache/describe-cache-engine-versions.html) in the AWS Documentation for supported versions.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The Cluster name which serves as a unique identifier to the serverless cache\n\nThe following arguments are optional:", + 'name', + 'The Cluster name which serves as a unique identifier to the serverless cache\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userGroupId", - "The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL.", + 'userGroupId', + 'The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/elasticache/SubnetGroup.ts b/src/app/Models/codegen/aws/elasticache/SubnetGroup.ts index 684fb4286..5e28008a9 100644 --- a/src/app/Models/codegen/aws/elasticache/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/elasticache/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // Description for the cache subnet group. Defaults to "Managed by Pulumi". @@ -46,31 +46,31 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name for the cache subnet group. ElastiCache converts this name to lowercase.", + 'name', + 'Name for the cache subnet group. ElastiCache converts this name to lowercase.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of VPC Subnet IDs for the cache subnet group", + 'subnetIds', + 'List of VPC Subnet IDs for the cache subnet group', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'Description for the cache subnet group. Defaults to "Managed by Pulumi".', () => [], false, diff --git a/src/app/Models/codegen/aws/elasticache/User.ts b/src/app/Models/codegen/aws/elasticache/User.ts index 099ab1721..83250fc7e 100644 --- a/src/app/Models/codegen/aws/elasticache/User.ts +++ b/src/app/Models/codegen/aws/elasticache/User.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_UserAuthenticationMode, elasticache_UserAuthenticationMode_GetTypes, -} from "../types/elasticache_UserAuthenticationMode"; +} from '../types/elasticache_UserAuthenticationMode'; export interface UserArgs { // Denotes the user's authentication properties. Detailed below. @@ -79,15 +79,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "accessString", - "Access permissions string used for this user. See [Specifying Permissions Using an Access String](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html#Access-string) for more details.", + 'accessString', + 'Access permissions string used for this user. See [Specifying Permissions Using an Access String](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html#Access-string) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "authenticationMode", + 'authenticationMode', "Denotes the user's authentication properties. Detailed below.", () => elasticache_UserAuthenticationMode_GetTypes(), false, @@ -95,48 +95,48 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "engine", - "The current supported value is `REDIS`.", + 'engine', + 'The current supported value is `REDIS`.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "noPasswordRequired", - "Indicates a password is not required for this user.", + 'noPasswordRequired', + 'Indicates a password is not required for this user.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "passwords", - "Passwords used for this user. You can create up to two passwords for each user.", + 'passwords', + 'Passwords used for this user. You can create up to two passwords for each user.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A list of tags to be added to this resource. A tag is a key-value pair.", + 'tags', + 'A list of tags to be added to this resource. A tag is a key-value pair.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userId", - "The ID of the user.", + 'userId', + 'The ID of the user.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userName", - "The username of the user.\n\nThe following arguments are optional:", + 'userName', + 'The username of the user.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elasticache/UserGroup.ts b/src/app/Models/codegen/aws/elasticache/UserGroup.ts index 26692081b..919e03a82 100644 --- a/src/app/Models/codegen/aws/elasticache/UserGroup.ts +++ b/src/app/Models/codegen/aws/elasticache/UserGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserGroupArgs { /* @@ -51,32 +51,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "userGroupId", - "The ID of the user group.\n\nThe following arguments are optional:", + 'userGroupId', + 'The ID of the user group.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "userIds", - "The list of user IDs that belong to the user group.", + 'userIds', + 'The list of user IDs that belong to the user group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engine", - "The current supported value is `REDIS`.", + 'engine', + 'The current supported value is `REDIS`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticache/UserGroupAssociation.ts b/src/app/Models/codegen/aws/elasticache/UserGroupAssociation.ts index da56e7b8e..3e5928e3b 100644 --- a/src/app/Models/codegen/aws/elasticache/UserGroupAssociation.ts +++ b/src/app/Models/codegen/aws/elasticache/UserGroupAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserGroupAssociationArgs { // ID of the user group. @@ -25,16 +25,16 @@ export class UserGroupAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userGroupId", - "ID of the user group.", + 'userGroupId', + 'ID of the user group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userId", - "ID of the user to associated with the user group.", + 'userId', + 'ID of the user to associated with the user group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elasticbeanstalk/Application.ts b/src/app/Models/codegen/aws/elasticbeanstalk/Application.ts index f81c5ac57..7275c87e8 100644 --- a/src/app/Models/codegen/aws/elasticbeanstalk/Application.ts +++ b/src/app/Models/codegen/aws/elasticbeanstalk/Application.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticbeanstalk_ApplicationAppversionLifecycle, elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes, -} from "../types/elasticbeanstalk_ApplicationAppversionLifecycle"; +} from '../types/elasticbeanstalk_ApplicationAppversionLifecycle'; export interface ApplicationArgs { // @@ -47,32 +47,32 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "appversionLifecycle", - "", + 'appversionLifecycle', + '', () => elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the application", + 'description', + 'Short description of the application', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the application, must be unique within your account", + 'name', + 'The name of the application, must be unique within your account', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags for the Elastic Beanstalk Application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of tags for the Elastic Beanstalk Application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticbeanstalk/ApplicationVersion.ts b/src/app/Models/codegen/aws/elasticbeanstalk/ApplicationVersion.ts index 068402012..468186c81 100644 --- a/src/app/Models/codegen/aws/elasticbeanstalk/ApplicationVersion.ts +++ b/src/app/Models/codegen/aws/elasticbeanstalk/ApplicationVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationVersionArgs { // S3 bucket that contains the Application Version source bundle. @@ -75,64 +75,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "application", - "Name of the Beanstalk Application the version is associated with.", + 'application', + 'Name of the Beanstalk Application the version is associated with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bucket", - "S3 bucket that contains the Application Version source bundle.", + 'bucket', + 'S3 bucket that contains the Application Version source bundle.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the Application Version.", + 'description', + 'Short description of the Application Version.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "On delete, force an Application Version to be deleted when it may be in use by multiple Elastic Beanstalk Environments.", + 'forceDelete', + 'On delete, force an Application Version to be deleted when it may be in use by multiple Elastic Beanstalk Environments.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "S3 object that is the Application Version source bundle.", + 'key', + 'S3 object that is the Application Version source bundle.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the this Application Version.\n\nThe following arguments are optional:", + 'name', + 'Unique name for the this Application Version.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "process", - "Pre-processes and validates the environment manifest (env.yaml ) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment. You must turn processing on for application versions that you create using AWS CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3, processing is optional. It validates Elastic Beanstalk configuration files. It doesn’t validate your application’s configuration files, like proxy server or Docker configuration.", + 'process', + 'Pre-processes and validates the environment manifest (env.yaml ) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment. You must turn processing on for application versions that you create using AWS CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3, processing is optional. It validates Elastic Beanstalk configuration files. It doesn’t validate your application’s configuration files, like proxy server or Docker configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags for the Elastic Beanstalk Application Version. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of tags for the Elastic Beanstalk Application Version. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticbeanstalk/ConfigurationTemplate.ts b/src/app/Models/codegen/aws/elasticbeanstalk/ConfigurationTemplate.ts index 92e59c28e..817c4bbdb 100644 --- a/src/app/Models/codegen/aws/elasticbeanstalk/ConfigurationTemplate.ts +++ b/src/app/Models/codegen/aws/elasticbeanstalk/ConfigurationTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticbeanstalk_ConfigurationTemplateSetting, elasticbeanstalk_ConfigurationTemplateSetting_GetTypes, -} from "../types/elasticbeanstalk_ConfigurationTemplateSetting"; +} from '../types/elasticbeanstalk_ConfigurationTemplateSetting'; export interface ConfigurationTemplateArgs { // The ID of the environment used with this configuration template @@ -67,48 +67,48 @@ off of. Example stacks can be found in the [Amazon API documentation][1] return [ new DynamicUIProps( InputType.String, - "application", - "name of the application to associate with this configuration template", + 'application', + 'name of the application to associate with this configuration template', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the Template", + 'description', + 'Short description of the Template', () => [], false, false, ), new DynamicUIProps( InputType.String, - "environmentId", - "The ID of the environment used with this configuration template", + 'environmentId', + 'The ID of the environment used with this configuration template', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for this Template.", + 'name', + 'A unique name for this Template.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "settings", - "Option settings to configure the new Environment. These\noverride specific values that are set as defaults. The format is detailed\nbelow in Option Settings", + 'settings', + 'Option settings to configure the new Environment. These\noverride specific values that are set as defaults. The format is detailed\nbelow in Option Settings', () => elasticbeanstalk_ConfigurationTemplateSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "solutionStackName", - "A solution stack to base your Template\noff of. Example stacks can be found in the [Amazon API documentation][1]", + 'solutionStackName', + 'A solution stack to base your Template\noff of. Example stacks can be found in the [Amazon API documentation][1]', () => [], false, true, diff --git a/src/app/Models/codegen/aws/elasticbeanstalk/Environment.ts b/src/app/Models/codegen/aws/elasticbeanstalk/Environment.ts index 694dec78c..ee35471d0 100644 --- a/src/app/Models/codegen/aws/elasticbeanstalk/Environment.ts +++ b/src/app/Models/codegen/aws/elasticbeanstalk/Environment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticbeanstalk_EnvironmentAllSetting, elasticbeanstalk_EnvironmentAllSetting_GetTypes, -} from "../types/elasticbeanstalk_EnvironmentAllSetting"; +} from '../types/elasticbeanstalk_EnvironmentAllSetting'; import { elasticbeanstalk_EnvironmentSetting, elasticbeanstalk_EnvironmentSetting_GetTypes, -} from "../types/elasticbeanstalk_EnvironmentSetting"; +} from '../types/elasticbeanstalk_EnvironmentSetting'; export interface EnvironmentArgs { /* @@ -212,104 +212,104 @@ to be deployed return [ new DynamicUIProps( InputType.String, - "templateName", - "The name of the Elastic Beanstalk Configuration\ntemplate to use in deployment", + 'templateName', + 'The name of the Elastic Beanstalk Configuration\ntemplate to use in deployment', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pollInterval", - "The time between polling the AWS API to\ncheck if changes have been applied. Use this to adjust the rate of API calls\nfor any `create` or `update` action. Minimum `10s`, maximum `180s`. Omit this to\nuse the default behavior, which is an exponential backoff", + 'pollInterval', + 'The time between polling the AWS API to\ncheck if changes have been applied. Use this to adjust the rate of API calls\nfor any `create` or `update` action. Minimum `10s`, maximum `180s`. Omit this to\nuse the default behavior, which is an exponential backoff', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for this Environment. This name is used\nin the application URL", + 'name', + 'A unique name for this Environment. This name is used\nin the application URL', () => [], false, true, ), new DynamicUIProps( InputType.String, - "platformArn", - "The [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the Elastic Beanstalk [Platform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn)\nto use in deployment", + 'platformArn', + 'The [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the Elastic Beanstalk [Platform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn)\nto use in deployment', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "settings", - "Option settings to configure the new Environment. These\noverride specific values that are set as defaults. The format is detailed\nbelow in Option Settings", + 'settings', + 'Option settings to configure the new Environment. These\noverride specific values that are set as defaults. The format is detailed\nbelow in Option Settings', () => elasticbeanstalk_EnvironmentSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "application", - "Name of the application that contains the version\nto be deployed", + 'application', + 'Name of the application that contains the version\nto be deployed', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the Environment", + 'description', + 'Short description of the Environment', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cnamePrefix", - "Prefix to use for the fully qualified DNS name of\nthe Environment.", + 'cnamePrefix', + 'Prefix to use for the fully qualified DNS name of\nthe Environment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "solutionStackName", - "A solution stack to base your environment\noff of. Example stacks can be found in the [Amazon API documentation](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html)", + 'solutionStackName', + 'A solution stack to base your environment\noff of. Example stacks can be found in the [Amazon API documentation](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html)', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A set of tags to apply to the Environment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A set of tags to apply to the Environment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tier", - "Elastic Beanstalk Environment tier. Valid values are `Worker`\nor `WebServer`. If tier is left blank `WebServer` will be used.", + 'tier', + 'Elastic Beanstalk Environment tier. Valid values are `Worker`\nor `WebServer`. If tier is left blank `WebServer` will be used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "waitForReadyTimeout", - "The maximum\n[duration](https://golang.org/pkg/time/#ParseDuration) that this provider should\nwait for an Elastic Beanstalk Environment to be in a ready state before timing\nout.", + 'waitForReadyTimeout', + 'The maximum\n[duration](https://golang.org/pkg/time/#ParseDuration) that this provider should\nwait for an Elastic Beanstalk Environment to be in a ready state before timing\nout.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "version", - "The name of the Elastic Beanstalk Application Version\nto use in deployment.", + 'version', + 'The name of the Elastic Beanstalk Application Version\nto use in deployment.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/elasticsearch/Domain.ts b/src/app/Models/codegen/aws/elasticsearch/Domain.ts index 10379213a..60b0f1592 100644 --- a/src/app/Models/codegen/aws/elasticsearch/Domain.ts +++ b/src/app/Models/codegen/aws/elasticsearch/Domain.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainNodeToNodeEncryption, elasticsearch_DomainNodeToNodeEncryption_GetTypes, -} from "../types/elasticsearch_DomainNodeToNodeEncryption"; +} from '../types/elasticsearch_DomainNodeToNodeEncryption'; import { elasticsearch_DomainAdvancedSecurityOptions, elasticsearch_DomainAdvancedSecurityOptions_GetTypes, -} from "../types/elasticsearch_DomainAdvancedSecurityOptions"; +} from '../types/elasticsearch_DomainAdvancedSecurityOptions'; import { elasticsearch_DomainEbsOptions, elasticsearch_DomainEbsOptions_GetTypes, -} from "../types/elasticsearch_DomainEbsOptions"; +} from '../types/elasticsearch_DomainEbsOptions'; import { elasticsearch_DomainAutoTuneOptions, elasticsearch_DomainAutoTuneOptions_GetTypes, -} from "../types/elasticsearch_DomainAutoTuneOptions"; +} from '../types/elasticsearch_DomainAutoTuneOptions'; import { elasticsearch_DomainEncryptAtRest, elasticsearch_DomainEncryptAtRest_GetTypes, -} from "../types/elasticsearch_DomainEncryptAtRest"; +} from '../types/elasticsearch_DomainEncryptAtRest'; import { elasticsearch_DomainLogPublishingOption, elasticsearch_DomainLogPublishingOption_GetTypes, -} from "../types/elasticsearch_DomainLogPublishingOption"; +} from '../types/elasticsearch_DomainLogPublishingOption'; import { elasticsearch_DomainVpcOptions, elasticsearch_DomainVpcOptions_GetTypes, -} from "../types/elasticsearch_DomainVpcOptions"; +} from '../types/elasticsearch_DomainVpcOptions'; import { elasticsearch_DomainClusterConfig, elasticsearch_DomainClusterConfig_GetTypes, -} from "../types/elasticsearch_DomainClusterConfig"; +} from '../types/elasticsearch_DomainClusterConfig'; import { elasticsearch_DomainDomainEndpointOptions, elasticsearch_DomainDomainEndpointOptions_GetTypes, -} from "../types/elasticsearch_DomainDomainEndpointOptions"; +} from '../types/elasticsearch_DomainDomainEndpointOptions'; import { elasticsearch_DomainSnapshotOptions, elasticsearch_DomainSnapshotOptions_GetTypes, -} from "../types/elasticsearch_DomainSnapshotOptions"; +} from '../types/elasticsearch_DomainSnapshotOptions'; import { elasticsearch_DomainCognitoOptions, elasticsearch_DomainCognitoOptions_GetTypes, -} from "../types/elasticsearch_DomainCognitoOptions"; +} from '../types/elasticsearch_DomainCognitoOptions'; export interface DomainArgs { // Configuration block for node-to-node encryption options. Detailed below. @@ -176,128 +176,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "nodeToNodeEncryption", - "Configuration block for node-to-node encryption options. Detailed below.", + 'nodeToNodeEncryption', + 'Configuration block for node-to-node encryption options. Detailed below.', () => elasticsearch_DomainNodeToNodeEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "clusterConfig", - "Configuration block for the cluster of the domain. Detailed below.", + 'clusterConfig', + 'Configuration block for the cluster of the domain. Detailed below.', () => elasticsearch_DomainClusterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "domainEndpointOptions", - "Configuration block for domain endpoint HTTP(S) related options. Detailed below.", + 'domainEndpointOptions', + 'Configuration block for domain endpoint HTTP(S) related options. Detailed below.', () => elasticsearch_DomainDomainEndpointOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "logPublishingOptions", - "Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.", + 'logPublishingOptions', + 'Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.', () => elasticsearch_DomainLogPublishingOption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ebsOptions", - "Configuration block for EBS related options, may be required based on chosen [instance size](https://aws.amazon.com/elasticsearch-service/pricing/). Detailed below.", + 'ebsOptions', + 'Configuration block for EBS related options, may be required based on chosen [instance size](https://aws.amazon.com/elasticsearch-service/pricing/). Detailed below.', () => elasticsearch_DomainEbsOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.\n\nThe following arguments are optional:", + 'domainName', + 'Name of the domain.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cognitoOptions", - "Configuration block for authenticating Kibana with Cognito. Detailed below.", + 'cognitoOptions', + 'Configuration block for authenticating Kibana with Cognito. Detailed below.', () => elasticsearch_DomainCognitoOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "encryptAtRest", - "Configuration block for encrypt at rest options. Only available for [certain instance types](http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-instance-types.html). Detailed below.", + 'encryptAtRest', + 'Configuration block for encrypt at rest options. Only available for [certain instance types](http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-instance-types.html). Detailed below.', () => elasticsearch_DomainEncryptAtRest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "advancedOptions", - "Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your Elasticsearch domain on every apply.", + 'advancedOptions', + 'Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your Elasticsearch domain on every apply.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "advancedSecurityOptions", - "Configuration block for [fine-grained access control](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/fgac.html). Detailed below.", + 'advancedSecurityOptions', + 'Configuration block for [fine-grained access control](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/fgac.html). Detailed below.', () => elasticsearch_DomainAdvancedSecurityOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessPolicies", - "IAM policy document specifying the access policies for the domain.", + 'accessPolicies', + 'IAM policy document specifying the access policies for the domain.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "autoTuneOptions", - "Configuration block for the Auto-Tune options of the domain. Detailed below.", + 'autoTuneOptions', + 'Configuration block for the Auto-Tune options of the domain. Detailed below.', () => elasticsearch_DomainAutoTuneOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "elasticsearchVersion", - "Version of Elasticsearch to deploy. Defaults to `1.5`.", + 'elasticsearchVersion', + 'Version of Elasticsearch to deploy. Defaults to `1.5`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpcOptions", - "Configuration block for VPC related options. Adding or removing this configuration forces a new resource ([documentation](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-vpc-limitations)). Detailed below.", + 'vpcOptions', + 'Configuration block for VPC related options. Adding or removing this configuration forces a new resource ([documentation](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-vpc-limitations)). Detailed below.', () => elasticsearch_DomainVpcOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "snapshotOptions", - "Configuration block for snapshot related options. Detailed below. DEPRECATED. For domains running Elasticsearch 5.3 and later, Amazon ES takes hourly automated snapshots, making this setting irrelevant. For domains running earlier versions of Elasticsearch, Amazon ES takes daily automated snapshots.", + 'snapshotOptions', + 'Configuration block for snapshot related options. Detailed below. DEPRECATED. For domains running Elasticsearch 5.3 and later, Amazon ES takes hourly automated snapshots, making this setting irrelevant. For domains running earlier versions of Elasticsearch, Amazon ES takes daily automated snapshots.', () => elasticsearch_DomainSnapshotOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticsearch/DomainPolicy.ts b/src/app/Models/codegen/aws/elasticsearch/DomainPolicy.ts index 93a9ffdeb..47eec22f6 100644 --- a/src/app/Models/codegen/aws/elasticsearch/DomainPolicy.ts +++ b/src/app/Models/codegen/aws/elasticsearch/DomainPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainPolicyArgs { // IAM policy document specifying the access policies for the domain @@ -25,16 +25,16 @@ export class DomainPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessPolicies", - "IAM policy document specifying the access policies for the domain", + 'accessPolicies', + 'IAM policy document specifying the access policies for the domain', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.", + 'domainName', + 'Name of the domain.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elasticsearch/DomainSamlOptions.ts b/src/app/Models/codegen/aws/elasticsearch/DomainSamlOptions.ts index 026375ded..da3df0ebb 100644 --- a/src/app/Models/codegen/aws/elasticsearch/DomainSamlOptions.ts +++ b/src/app/Models/codegen/aws/elasticsearch/DomainSamlOptions.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainSamlOptionsSamlOptions, elasticsearch_DomainSamlOptionsSamlOptions_GetTypes, -} from "../types/elasticsearch_DomainSamlOptionsSamlOptions"; +} from '../types/elasticsearch_DomainSamlOptionsSamlOptions'; export interface DomainSamlOptionsArgs { /* @@ -37,16 +37,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.\n\nThe following arguments are optional:", + 'domainName', + 'Name of the domain.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "samlOptions", - "The SAML authentication options for an AWS Elasticsearch Domain.", + 'samlOptions', + 'The SAML authentication options for an AWS Elasticsearch Domain.', () => elasticsearch_DomainSamlOptionsSamlOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elasticsearch/VpcEndpoint.ts b/src/app/Models/codegen/aws/elasticsearch/VpcEndpoint.ts index 35e66400d..ca0276bc9 100644 --- a/src/app/Models/codegen/aws/elasticsearch/VpcEndpoint.ts +++ b/src/app/Models/codegen/aws/elasticsearch/VpcEndpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_VpcEndpointVpcOptions, elasticsearch_VpcEndpointVpcOptions_GetTypes, -} from "../types/elasticsearch_VpcEndpointVpcOptions"; +} from '../types/elasticsearch_VpcEndpointVpcOptions'; export interface VpcEndpointArgs { // Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for @@ -32,16 +32,16 @@ export class VpcEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainArn", - "Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for", + 'domainArn', + 'Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpcOptions", - "Options to specify the subnets and security groups for the endpoint.", + 'vpcOptions', + 'Options to specify the subnets and security groups for the endpoint.', () => elasticsearch_VpcEndpointVpcOptions_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/elastictranscoder/Pipeline.ts b/src/app/Models/codegen/aws/elastictranscoder/Pipeline.ts index cd617be68..991cc5ef6 100644 --- a/src/app/Models/codegen/aws/elastictranscoder/Pipeline.ts +++ b/src/app/Models/codegen/aws/elastictranscoder/Pipeline.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elastictranscoder_PipelineContentConfig, elastictranscoder_PipelineContentConfig_GetTypes, -} from "../types/elastictranscoder_PipelineContentConfig"; +} from '../types/elastictranscoder_PipelineContentConfig'; import { elastictranscoder_PipelineNotifications, elastictranscoder_PipelineNotifications_GetTypes, -} from "../types/elastictranscoder_PipelineNotifications"; +} from '../types/elastictranscoder_PipelineNotifications'; import { elastictranscoder_PipelineContentConfigPermission, elastictranscoder_PipelineContentConfigPermission_GetTypes, -} from "../types/elastictranscoder_PipelineContentConfigPermission"; +} from '../types/elastictranscoder_PipelineContentConfigPermission'; import { elastictranscoder_PipelineThumbnailConfig, elastictranscoder_PipelineThumbnailConfig_GetTypes, -} from "../types/elastictranscoder_PipelineThumbnailConfig"; +} from '../types/elastictranscoder_PipelineThumbnailConfig'; import { elastictranscoder_PipelineThumbnailConfigPermission, elastictranscoder_PipelineThumbnailConfigPermission_GetTypes, -} from "../types/elastictranscoder_PipelineThumbnailConfigPermission"; +} from '../types/elastictranscoder_PipelineThumbnailConfigPermission'; export interface PipelineArgs { // The permissions for the `content_config` object. (documented below) @@ -114,80 +114,80 @@ you specify values for `content_config`, you must also specify values for return [ new DynamicUIProps( InputType.Object, - "contentConfig", - "The ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. (documented below)", + 'contentConfig', + 'The ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. (documented below)', () => elastictranscoder_PipelineContentConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inputBucket", - "The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", + 'inputBucket', + 'The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "notifications", - "The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. (documented below)", + 'notifications', + 'The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. (documented below)', () => elastictranscoder_PipelineNotifications_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "outputBucket", - "The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.", + 'outputBucket', + 'The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "role", - "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", + 'role', + 'The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "thumbnailConfigPermissions", - "The permissions for the `thumbnail_config` object. (documented below)\n\nThe `content_config` object specifies information about the Amazon S3 bucket in\nwhich you want Elastic Transcoder to save transcoded files and playlists: which\nbucket to use, and the storage class that you want to assign to the files. If\nyou specify values for `content_config`, you must also specify values for\n`thumbnail_config`. If you specify values for `content_config` and\n`thumbnail_config`, omit the `output_bucket` object.", + 'thumbnailConfigPermissions', + 'The permissions for the `thumbnail_config` object. (documented below)\n\nThe `content_config` object specifies information about the Amazon S3 bucket in\nwhich you want Elastic Transcoder to save transcoded files and playlists: which\nbucket to use, and the storage class that you want to assign to the files. If\nyou specify values for `content_config`, you must also specify values for\n`thumbnail_config`. If you specify values for `content_config` and\n`thumbnail_config`, omit the `output_bucket` object.', () => elastictranscoder_PipelineThumbnailConfigPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the pipeline. Maximum 40 characters", + 'name', + 'The name of the pipeline. Maximum 40 characters', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "contentConfigPermissions", - "The permissions for the `content_config` object. (documented below)", + 'contentConfigPermissions', + 'The permissions for the `content_config` object. (documented below)', () => elastictranscoder_PipelineContentConfigPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "thumbnailConfig", - "The ThumbnailConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. (documented below)", + 'thumbnailConfig', + 'The ThumbnailConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. (documented below)', () => elastictranscoder_PipelineThumbnailConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsKmsKeyArn", - "The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.", + 'awsKmsKeyArn', + 'The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/elastictranscoder/Preset.ts b/src/app/Models/codegen/aws/elastictranscoder/Preset.ts index 56f41978e..c62f51782 100644 --- a/src/app/Models/codegen/aws/elastictranscoder/Preset.ts +++ b/src/app/Models/codegen/aws/elastictranscoder/Preset.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elastictranscoder_PresetThumbnails, elastictranscoder_PresetThumbnails_GetTypes, -} from "../types/elastictranscoder_PresetThumbnails"; +} from '../types/elastictranscoder_PresetThumbnails'; import { elastictranscoder_PresetVideo, elastictranscoder_PresetVideo_GetTypes, -} from "../types/elastictranscoder_PresetVideo"; +} from '../types/elastictranscoder_PresetVideo'; import { elastictranscoder_PresetVideoWatermark, elastictranscoder_PresetVideoWatermark_GetTypes, -} from "../types/elastictranscoder_PresetVideoWatermark"; +} from '../types/elastictranscoder_PresetVideoWatermark'; import { elastictranscoder_PresetAudio, elastictranscoder_PresetAudio_GetTypes, -} from "../types/elastictranscoder_PresetAudio"; +} from '../types/elastictranscoder_PresetAudio'; import { elastictranscoder_PresetAudioCodecOptions, elastictranscoder_PresetAudioCodecOptions_GetTypes, -} from "../types/elastictranscoder_PresetAudioCodecOptions"; +} from '../types/elastictranscoder_PresetAudioCodecOptions'; export interface PresetArgs { // @@ -96,73 +96,73 @@ export class Preset extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "thumbnails", - "Thumbnail parameters object (documented below)", + 'thumbnails', + 'Thumbnail parameters object (documented below)', () => elastictranscoder_PresetThumbnails_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "videoWatermarks", - "Watermark parameters for the video parameters (documented below)", + 'videoWatermarks', + 'Watermark parameters for the video parameters (documented below)', () => elastictranscoder_PresetVideoWatermark_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "videoCodecOptions", - "Codec options for the video parameters", + 'videoCodecOptions', + 'Codec options for the video parameters', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "audio", - "Audio parameters object (documented below).", + 'audio', + 'Audio parameters object (documented below).', () => elastictranscoder_PresetAudio_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "audioCodecOptions", - "Codec options for the audio parameters (documented below)", + 'audioCodecOptions', + 'Codec options for the audio parameters (documented below)', () => elastictranscoder_PresetAudioCodecOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "container", - "The container type for the output file. Valid values are `flac`, `flv`, `fmp4`, `gif`, `mp3`, `mp4`, `mpg`, `mxf`, `oga`, `ogg`, `ts`, and `webm`.", + 'container', + 'The container type for the output file. Valid values are `flac`, `flv`, `fmp4`, `gif`, `mp3`, `mp4`, `mpg`, `mxf`, `oga`, `ogg`, `ts`, and `webm`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the preset. (maximum 40 characters)", + 'name', + 'The name of the preset. (maximum 40 characters)', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "video", - "Video parameters object (documented below)", + 'video', + 'Video parameters object (documented below)', () => elastictranscoder_PresetVideo_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the preset (maximum 255 characters)", + 'description', + 'A description of the preset (maximum 255 characters)', () => [], false, true, diff --git a/src/app/Models/codegen/aws/elb/AppCookieStickinessPolicy.ts b/src/app/Models/codegen/aws/elb/AppCookieStickinessPolicy.ts index 30ec9f0be..1d82e1155 100644 --- a/src/app/Models/codegen/aws/elb/AppCookieStickinessPolicy.ts +++ b/src/app/Models/codegen/aws/elb/AppCookieStickinessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AppCookieStickinessPolicyArgs { // Application cookie whose lifetime the ELB's cookie should follow. @@ -51,15 +51,15 @@ should be attached. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the stickiness policy.", + 'name', + 'Name of the stickiness policy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cookieName", + 'cookieName', "Application cookie whose lifetime the ELB's cookie should follow.", () => [], true, @@ -67,16 +67,16 @@ should be attached. ), new DynamicUIProps( InputType.Number, - "lbPort", - "Load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.", + 'lbPort', + 'Load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "loadBalancer", - "Name of load balancer to which the policy\nshould be attached.", + 'loadBalancer', + 'Name of load balancer to which the policy\nshould be attached.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elb/Attachment.ts b/src/app/Models/codegen/aws/elb/Attachment.ts index 2e695182f..e2a83699a 100644 --- a/src/app/Models/codegen/aws/elb/Attachment.ts +++ b/src/app/Models/codegen/aws/elb/Attachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AttachmentArgs { // The name of the ELB. @@ -25,16 +25,16 @@ export class Attachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "elb", - "The name of the ELB.", + 'elb', + 'The name of the ELB.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instance", - "Instance ID to place in the ELB pool.", + 'instance', + 'Instance ID to place in the ELB pool.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elb/ListenerPolicy.ts b/src/app/Models/codegen/aws/elb/ListenerPolicy.ts index 20768e384..cd43a479b 100644 --- a/src/app/Models/codegen/aws/elb/ListenerPolicy.ts +++ b/src/app/Models/codegen/aws/elb/ListenerPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ListenerPolicyArgs { // List of Policy Names to apply to the backend server. @@ -37,32 +37,32 @@ export class ListenerPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "policyNames", - "List of Policy Names to apply to the backend server.", + 'policyNames', + 'List of Policy Names to apply to the backend server.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "triggers", - "Map of arbitrary keys and values that, when changed, will trigger an update.", + 'triggers', + 'Map of arbitrary keys and values that, when changed, will trigger an update.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerName", - "The load balancer to attach the policy to.", + 'loadBalancerName', + 'The load balancer to attach the policy to.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerPort", - "The load balancer listener port to apply the policy to.", + 'loadBalancerPort', + 'The load balancer listener port to apply the policy to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/elb/LoadBalancer.ts b/src/app/Models/codegen/aws/elb/LoadBalancer.ts index 4ee1d768f..3aa30c35e 100644 --- a/src/app/Models/codegen/aws/elb/LoadBalancer.ts +++ b/src/app/Models/codegen/aws/elb/LoadBalancer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elb_LoadBalancerHealthCheck, elb_LoadBalancerHealthCheck_GetTypes, -} from "../types/elb_LoadBalancerHealthCheck"; +} from '../types/elb_LoadBalancerHealthCheck'; import { elb_LoadBalancerListener, elb_LoadBalancerListener_GetTypes, -} from "../types/elb_LoadBalancerListener"; +} from '../types/elb_LoadBalancerListener'; import { elb_LoadBalancerAccessLogs, elb_LoadBalancerAccessLogs_GetTypes, -} from "../types/elb_LoadBalancerAccessLogs"; +} from '../types/elb_LoadBalancerAccessLogs'; export interface LoadBalancerArgs { // A health_check block. Health Check documented below. @@ -176,47 +176,47 @@ instances. Only available on ELBs launched in a VPC. return [ new DynamicUIProps( InputType.Bool, - "internal", - "If true, ELB will be an internal ELB.", + 'internal', + 'If true, ELB will be an internal ELB.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "accessLogs", - "An Access Logs block. Access Logs documented below.", + 'accessLogs', + 'An Access Logs block. Access Logs documented below.', () => elb_LoadBalancerAccessLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "connectionDrainingTimeout", - "The time in seconds to allow for connections to drain. Default: `300`", + 'connectionDrainingTimeout', + 'The time in seconds to allow for connections to drain. Default: `300`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "healthCheck", - "A health_check block. Health Check documented below.", + 'healthCheck', + 'A health_check block. Health Check documented below.', () => elb_LoadBalancerHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceSecurityGroup", + 'sourceSecurityGroup', "The name of the security group that you can use as\npart of your inbound rules for your load balancer's back-end application\ninstances. Use this for Classic or Default VPC only.", () => [], false, @@ -224,71 +224,71 @@ instances. Only available on ELBs launched in a VPC. ), new DynamicUIProps( InputType.Bool, - "crossZoneLoadBalancing", - "Enable cross-zone load balancing. Default: `true`", + 'crossZoneLoadBalancing', + 'Enable cross-zone load balancing. Default: `true`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instances", - "A list of instance ids to place in the ELB pool.", + 'instances', + 'A list of instance ids to place in the ELB pool.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "A list of subnet IDs to attach to the ELB. When an update to subnets will remove all current subnets, this will force a new resource.", + 'subnets', + 'A list of subnet IDs to attach to the ELB. When an update to subnets will remove all current subnets, this will force a new resource.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nExactly one of `availability_zones` or `subnets` must be specified: this\ndetermines if the ELB exists in a VPC or in EC2-classic.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nExactly one of `availability_zones` or `subnets` must be specified: this\ndetermines if the ELB exists in a VPC or in EC2-classic.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of security group IDs to assign to the ELB.\nOnly valid if creating an ELB within a VPC", + 'securityGroups', + 'A list of security group IDs to assign to the ELB.\nOnly valid if creating an ELB within a VPC', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "desyncMitigationMode", - "Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.", + 'desyncMitigationMode', + 'Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "connectionDraining", - "Boolean to enable connection draining. Default: `false`", + 'connectionDraining', + 'Boolean to enable connection draining. Default: `false`', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "idleTimeout", - "The time in seconds that the connection is allowed to be idle. Default: `60`", + 'idleTimeout', + 'The time in seconds that the connection is allowed to be idle. Default: `60`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", + 'availabilityZones', "The AZ's to serve traffic in.", () => InputType_String_GetTypes(), false, @@ -296,16 +296,16 @@ instances. Only available on ELBs launched in a VPC. ), new DynamicUIProps( InputType.Array, - "listeners", - "A list of listener blocks. Listeners documented below.", + 'listeners', + 'A list of listener blocks. Listeners documented below.', () => elb_LoadBalancerListener_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the ELB. By default generated by this provider.", + 'name', + 'The name of the ELB. By default generated by this provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/elb/LoadBalancerBackendServerPolicy.ts b/src/app/Models/codegen/aws/elb/LoadBalancerBackendServerPolicy.ts index 47055ec04..3036c841b 100644 --- a/src/app/Models/codegen/aws/elb/LoadBalancerBackendServerPolicy.ts +++ b/src/app/Models/codegen/aws/elb/LoadBalancerBackendServerPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LoadBalancerBackendServerPolicyArgs { // The instance port to apply the policy to. @@ -31,24 +31,24 @@ export class LoadBalancerBackendServerPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "instancePort", - "The instance port to apply the policy to.", + 'instancePort', + 'The instance port to apply the policy to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "loadBalancerName", - "The load balancer to attach the policy to.", + 'loadBalancerName', + 'The load balancer to attach the policy to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "policyNames", - "List of Policy Names to apply to the backend server.", + 'policyNames', + 'List of Policy Names to apply to the backend server.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elb/LoadBalancerCookieStickinessPolicy.ts b/src/app/Models/codegen/aws/elb/LoadBalancerCookieStickinessPolicy.ts index 4a4138199..ba5200223 100644 --- a/src/app/Models/codegen/aws/elb/LoadBalancerCookieStickinessPolicy.ts +++ b/src/app/Models/codegen/aws/elb/LoadBalancerCookieStickinessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LoadBalancerCookieStickinessPolicyArgs { /* @@ -57,32 +57,32 @@ should be attached. return [ new DynamicUIProps( InputType.String, - "name", - "The name of the stickiness policy.", + 'name', + 'The name of the stickiness policy.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "cookieExpirationPeriod", - "The time period after which\nthe session cookie should be considered stale, expressed in seconds.", + 'cookieExpirationPeriod', + 'The time period after which\nthe session cookie should be considered stale, expressed in seconds.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "lbPort", - "The load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.", + 'lbPort', + 'The load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "loadBalancer", - "The load balancer to which the policy\nshould be attached.", + 'loadBalancer', + 'The load balancer to which the policy\nshould be attached.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/elb/LoadBalancerPolicy.ts b/src/app/Models/codegen/aws/elb/LoadBalancerPolicy.ts index 99736cb93..8ad11cb69 100644 --- a/src/app/Models/codegen/aws/elb/LoadBalancerPolicy.ts +++ b/src/app/Models/codegen/aws/elb/LoadBalancerPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elb_LoadBalancerPolicyPolicyAttribute, elb_LoadBalancerPolicyPolicyAttribute_GetTypes, -} from "../types/elb_LoadBalancerPolicyPolicyAttribute"; +} from '../types/elb_LoadBalancerPolicyPolicyAttribute'; export interface LoadBalancerPolicyArgs { // The name of the load balancer policy. @@ -41,32 +41,32 @@ export class LoadBalancerPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyName", - "The name of the load balancer policy.", + 'policyName', + 'The name of the load balancer policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyTypeName", - "The policy type.", + 'policyTypeName', + 'The policy type.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "loadBalancerName", - "The load balancer on which the policy is defined.", + 'loadBalancerName', + 'The load balancer on which the policy is defined.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "policyAttributes", - "Policy attribute to apply to the policy.", + 'policyAttributes', + 'Policy attribute to apply to the policy.', () => elb_LoadBalancerPolicyPolicyAttribute_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/elb/SslNegotiationPolicy.ts b/src/app/Models/codegen/aws/elb/SslNegotiationPolicy.ts index 530193ac1..18daa8054 100644 --- a/src/app/Models/codegen/aws/elb/SslNegotiationPolicy.ts +++ b/src/app/Models/codegen/aws/elb/SslNegotiationPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elb_SslNegotiationPolicyAttribute, elb_SslNegotiationPolicyAttribute_GetTypes, -} from "../types/elb_SslNegotiationPolicyAttribute"; +} from '../types/elb_SslNegotiationPolicyAttribute'; export interface SslNegotiationPolicyArgs { /* @@ -73,40 +73,40 @@ should be attached. return [ new DynamicUIProps( InputType.Map, - "triggers", - "Map of arbitrary keys and values that, when changed, will trigger a redeployment.\n\nTo set your attributes, please see the [AWS Elastic Load Balancing Developer Guide](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-policy-table.html) for a listing of the supported SSL protocols, SSL options, and SSL ciphers.\n\n> **NOTE:** The AWS documentation references Server Order Preference, which the AWS Elastic Load Balancing API refers to as `Server-Defined-Cipher-Order`. If you wish to set Server Order Preference, use this value instead.", + 'triggers', + 'Map of arbitrary keys and values that, when changed, will trigger a redeployment.\n\nTo set your attributes, please see the [AWS Elastic Load Balancing Developer Guide](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-policy-table.html) for a listing of the supported SSL protocols, SSL options, and SSL ciphers.\n\n> **NOTE:** The AWS documentation references Server Order Preference, which the AWS Elastic Load Balancing API refers to as `Server-Defined-Cipher-Order`. If you wish to set Server Order Preference, use this value instead.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "attributes", - "An SSL Negotiation policy attribute. Each has two properties:", + 'attributes', + 'An SSL Negotiation policy attribute. Each has two properties:', () => elb_SslNegotiationPolicyAttribute_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "lbPort", - "The load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.", + 'lbPort', + 'The load balancer port to which the policy\nshould be applied. This must be an active listener on the load\nbalancer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "loadBalancer", - "The load balancer to which the policy\nshould be attached.", + 'loadBalancer', + 'The load balancer to which the policy\nshould be attached.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the SSL negotiation policy.", + 'name', + 'The name of the SSL negotiation policy.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/emr/BlockPublicAccessConfiguration.ts b/src/app/Models/codegen/aws/emr/BlockPublicAccessConfiguration.ts index df70946ef..47c38c0e9 100644 --- a/src/app/Models/codegen/aws/emr/BlockPublicAccessConfiguration.ts +++ b/src/app/Models/codegen/aws/emr/BlockPublicAccessConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange, emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange_GetTypes, -} from "../types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange"; +} from '../types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange'; export interface BlockPublicAccessConfigurationArgs { /* @@ -37,16 +37,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "blockPublicSecurityGroupRules", - "Enable or disable EMR Block Public Access.\n\nThe following arguments are optional:", + 'blockPublicSecurityGroupRules', + 'Enable or disable EMR Block Public Access.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "permittedPublicSecurityGroupRuleRanges", - "Configuration block for defining permitted public security group rule port ranges. Can be defined multiple times per resource. Only valid if `block_public_security_group_rules` is set to `true`.", + 'permittedPublicSecurityGroupRuleRanges', + 'Configuration block for defining permitted public security group rule port ranges. Can be defined multiple times per resource. Only valid if `block_public_security_group_rules` is set to `true`.', () => emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/emr/Cluster.ts b/src/app/Models/codegen/aws/emr/Cluster.ts index 3acbd4239..a5be2ad08 100644 --- a/src/app/Models/codegen/aws/emr/Cluster.ts +++ b/src/app/Models/codegen/aws/emr/Cluster.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterAutoTerminationPolicy, emr_ClusterAutoTerminationPolicy_GetTypes, -} from "../types/emr_ClusterAutoTerminationPolicy"; +} from '../types/emr_ClusterAutoTerminationPolicy'; import { emr_ClusterCoreInstanceFleet, emr_ClusterCoreInstanceFleet_GetTypes, -} from "../types/emr_ClusterCoreInstanceFleet"; +} from '../types/emr_ClusterCoreInstanceFleet'; import { emr_ClusterEc2Attributes, emr_ClusterEc2Attributes_GetTypes, -} from "../types/emr_ClusterEc2Attributes"; +} from '../types/emr_ClusterEc2Attributes'; import { emr_ClusterMasterInstanceGroup, emr_ClusterMasterInstanceGroup_GetTypes, -} from "../types/emr_ClusterMasterInstanceGroup"; +} from '../types/emr_ClusterMasterInstanceGroup'; import { emr_ClusterBootstrapAction, emr_ClusterBootstrapAction_GetTypes, -} from "../types/emr_ClusterBootstrapAction"; +} from '../types/emr_ClusterBootstrapAction'; import { emr_ClusterPlacementGroupConfig, emr_ClusterPlacementGroupConfig_GetTypes, -} from "../types/emr_ClusterPlacementGroupConfig"; +} from '../types/emr_ClusterPlacementGroupConfig'; import { emr_ClusterMasterInstanceFleet, emr_ClusterMasterInstanceFleet_GetTypes, -} from "../types/emr_ClusterMasterInstanceFleet"; +} from '../types/emr_ClusterMasterInstanceFleet'; import { emr_ClusterStep, emr_ClusterStep_GetTypes, -} from "../types/emr_ClusterStep"; +} from '../types/emr_ClusterStep'; import { emr_ClusterCoreInstanceGroup, emr_ClusterCoreInstanceGroup_GetTypes, -} from "../types/emr_ClusterCoreInstanceGroup"; +} from '../types/emr_ClusterCoreInstanceGroup'; import { emr_ClusterKerberosAttributes, emr_ClusterKerberosAttributes_GetTypes, -} from "../types/emr_ClusterKerberosAttributes"; +} from '../types/emr_ClusterKerberosAttributes'; export interface ClusterArgs { // An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. See Auto Termination Policy Below. @@ -607,167 +607,167 @@ resources: return [ new DynamicUIProps( InputType.Bool, - "terminationProtection", - "Switch on/off termination protection (default is `false`, except when using multiple master nodes). Before attempting to destroy the resource when termination protection is enabled, this configuration must be applied with its value set to `false`.", + 'terminationProtection', + 'Switch on/off termination protection (default is `false`, except when using multiple master nodes). Before attempting to destroy the resource when termination protection is enabled, this configuration must be applied with its value set to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "applications", - "A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html).", + 'applications', + 'A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the [Amazon EMR Release Guide](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html).', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "listStepsStates", - "List of [step states](https://docs.aws.amazon.com/emr/latest/APIReference/API_StepStatus.html) used to filter returned steps", + 'listStepsStates', + 'List of [step states](https://docs.aws.amazon.com/emr/latest/APIReference/API_StepStatus.html) used to filter returned steps', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "securityConfiguration", - "Security configuration name to attach to the EMR cluster. Only valid for EMR clusters with `release_label` 4.8.0 or greater.", + 'securityConfiguration', + 'Security configuration name to attach to the EMR cluster. Only valid for EMR clusters with `release_label` 4.8.0 or greater.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "logUri", - "S3 bucket to write the log files of the job flow. If a value is not provided, logs are not created.", + 'logUri', + 'S3 bucket to write the log files of the job flow. If a value is not provided, logs are not created.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "masterInstanceGroup", - "Configuration block to use an [Instance Group](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for the [master node type](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-master).", + 'masterInstanceGroup', + 'Configuration block to use an [Instance Group](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for the [master node type](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-master).', () => emr_ClusterMasterInstanceGroup_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "configurations", - "List of configurations supplied for the EMR cluster you are creating. Supply a configuration object for applications to override their default configuration. See [AWS Documentation](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html) for more information.", + 'configurations', + 'List of configurations supplied for the EMR cluster you are creating. Supply a configuration object for applications to override their default configuration. See [AWS Documentation](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customAmiId", - "Custom Amazon Linux AMI for the cluster (instead of an EMR-owned AMI). Available in Amazon EMR version 5.7.0 and later.", + 'customAmiId', + 'Custom Amazon Linux AMI for the cluster (instead of an EMR-owned AMI). Available in Amazon EMR version 5.7.0 and later.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoscalingRole", - "IAM role for automatic scaling policies. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.", + 'autoscalingRole', + 'IAM role for automatic scaling policies. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "stepConcurrencyLevel", - "Number of steps that can be executed concurrently. You can specify a maximum of 256 steps. Only valid for EMR clusters with `release_label` 5.28.0 or greater (default is 1).", + 'stepConcurrencyLevel', + 'Number of steps that can be executed concurrently. You can specify a maximum of 256 steps. Only valid for EMR clusters with `release_label` 5.28.0 or greater (default is 1).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "masterInstanceFleet", - "Configuration block to use an [Instance Fleet](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html) for the master node type. Cannot be specified if any `master_instance_group` configuration blocks are set. Detailed below.", + 'masterInstanceFleet', + 'Configuration block to use an [Instance Fleet](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html) for the master node type. Cannot be specified if any `master_instance_group` configuration blocks are set. Detailed below.', () => emr_ClusterMasterInstanceFleet_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "unhealthyNodeReplacement", - "Whether whether Amazon EMR should gracefully replace core nodes that have degraded within the cluster. Default value is `false`.", + 'unhealthyNodeReplacement', + 'Whether whether Amazon EMR should gracefully replace core nodes that have degraded within the cluster. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "list of tags to apply to the EMR Cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'list of tags to apply to the EMR Cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ec2Attributes", - "Attributes for the EC2 instances running the job flow. See below.", + 'ec2Attributes', + 'Attributes for the EC2 instances running the job flow. See below.', () => emr_ClusterEc2Attributes_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "visibleToAllUsers", - "Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. Default value is `true`.", + 'visibleToAllUsers', + 'Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. Default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "placementGroupConfigs", - "The specified placement group configuration for an Amazon EMR cluster.", + 'placementGroupConfigs', + 'The specified placement group configuration for an Amazon EMR cluster.', () => emr_ClusterPlacementGroupConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "coreInstanceFleet", - "Configuration block to use an [Instance Fleet](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html) for the core node type. Cannot be specified if any `core_instance_group` configuration blocks are set. Detailed below.", + 'coreInstanceFleet', + 'Configuration block to use an [Instance Fleet](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html) for the core node type. Cannot be specified if any `core_instance_group` configuration blocks are set. Detailed below.', () => emr_ClusterCoreInstanceFleet_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "keepJobFlowAliveWhenNoSteps", - "Switch on/off run cluster with no steps or when all steps are complete (default is on)", + 'keepJobFlowAliveWhenNoSteps', + 'Switch on/off run cluster with no steps or when all steps are complete (default is on)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the job flow.", + 'name', + 'Name of the job flow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "logEncryptionKmsKeyId", - "AWS KMS customer master key (CMK) key ID or arn used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.", + 'logEncryptionKmsKeyId', + 'AWS KMS customer master key (CMK) key ID or arn used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "configurationsJson", + 'configurationsJson', 'JSON string for supplying list of configurations for the EMR cluster.\n\n> **NOTE on `configurations_json`:** If the `Configurations` value is empty then you should skip the `Configurations` field instead of providing an empty list as a value, `"Configurations": []`.\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst cluster = new aws.emr.Cluster("cluster", {configurationsJson: `[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n`});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ncluster = aws.emr.Cluster("cluster", configurations_json="""[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n""")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var cluster = new Aws.Emr.Cluster("cluster", new()\n {\n ConfigurationsJson = @"[\n{\n""Classification"": ""hadoop-env"",\n""Configurations"": [\n{\n""Classification"": ""export"",\n""Properties"": {\n""JAVA_HOME"": ""/usr/lib/jvm/java-1.8.0""\n}\n}\n],\n""Properties"": {}\n}\n]\n",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/emr"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := emr.NewCluster(ctx, "cluster", &emr.ClusterArgs{\n\t\t\tConfigurationsJson: pulumi.String(`[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n`),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.emr.Cluster;\nimport com.pulumi.aws.emr.ClusterArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var cluster = new Cluster("cluster", ClusterArgs.builder()\n .configurationsJson("""\n[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n """)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n cluster:\n type: aws:emr:Cluster\n properties:\n configurationsJson: |\n [\n {\n "Classification": "hadoop-env",\n "Configurations": [\n {\n "Classification": "export",\n "Properties": {\n "JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n }\n }\n ],\n "Properties": {}\n }\n ]\n```\n', () => [], false, @@ -775,80 +775,80 @@ resources: ), new DynamicUIProps( InputType.Number, - "ebsRootVolumeSize", - "Size in GiB of the EBS root device volume of the Linux AMI that is used for each EC2 instance. Available in Amazon EMR version 4.x and later.", + 'ebsRootVolumeSize', + 'Size in GiB of the EBS root device volume of the Linux AMI that is used for each EC2 instance. Available in Amazon EMR version 4.x and later.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "kerberosAttributes", - "Kerberos configuration for the cluster. See below.", + 'kerberosAttributes', + 'Kerberos configuration for the cluster. See below.', () => emr_ClusterKerberosAttributes_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "scaleDownBehavior", - "Way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an `instance group` is resized.", + 'scaleDownBehavior', + 'Way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an `instance group` is resized.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "autoTerminationPolicy", - "An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. See Auto Termination Policy Below.", + 'autoTerminationPolicy', + 'An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. See Auto Termination Policy Below.', () => emr_ClusterAutoTerminationPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceRole", - "IAM role that will be assumed by the Amazon EMR service to access AWS resources.\n\nThe following arguments are optional:", + 'serviceRole', + 'IAM role that will be assumed by the Amazon EMR service to access AWS resources.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "coreInstanceGroup", - "Configuration block to use an [Instance Group](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for the [core node type](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-core).", + 'coreInstanceGroup', + 'Configuration block to use an [Instance Group](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-group-configuration.html#emr-plan-instance-groups) for the [core node type](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-master-core-task-nodes.html#emr-plan-core).', () => emr_ClusterCoreInstanceGroup_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "bootstrapActions", - "Ordered list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. See below.", + 'bootstrapActions', + 'Ordered list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. See below.', () => emr_ClusterBootstrapAction_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "additionalInfo", - "JSON string for selecting additional features such as adding proxy information. Note: Currently there is no API to retrieve the value of this argument after EMR cluster creation from provider, therefore the provider cannot detect drift from the actual EMR cluster if its value is changed outside the provider.", + 'additionalInfo', + 'JSON string for selecting additional features such as adding proxy information. Note: Currently there is no API to retrieve the value of this argument after EMR cluster creation from provider, therefore the provider cannot detect drift from the actual EMR cluster if its value is changed outside the provider.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "steps", - "List of steps to run when creating the cluster. See below. It is highly recommended to utilize the lifecycle resource options block with `ignoreChanges` if other steps are being managed outside of this provider.", + 'steps', + 'List of steps to run when creating the cluster. See below. It is highly recommended to utilize the lifecycle resource options block with `ignoreChanges` if other steps are being managed outside of this provider.', () => emr_ClusterStep_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "releaseLabel", - "Release label for the Amazon EMR release.", + 'releaseLabel', + 'Release label for the Amazon EMR release.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/emr/InstanceFleet.ts b/src/app/Models/codegen/aws/emr/InstanceFleet.ts index 42ca801b5..4c172ba90 100644 --- a/src/app/Models/codegen/aws/emr/InstanceFleet.ts +++ b/src/app/Models/codegen/aws/emr/InstanceFleet.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_InstanceFleetInstanceTypeConfig, emr_InstanceFleetInstanceTypeConfig_GetTypes, -} from "../types/emr_InstanceFleetInstanceTypeConfig"; +} from '../types/emr_InstanceFleetInstanceTypeConfig'; import { emr_InstanceFleetLaunchSpecifications, emr_InstanceFleetLaunchSpecifications_GetTypes, -} from "../types/emr_InstanceFleetLaunchSpecifications"; +} from '../types/emr_InstanceFleetLaunchSpecifications'; export interface InstanceFleetArgs { // ID of the EMR Cluster to attach to. Changing this forces a new resource to be created. @@ -69,48 +69,48 @@ to fulfill TargetSpotCapacity. This provisioned capacity might be less than or g return [ new DynamicUIProps( InputType.Object, - "launchSpecifications", - "Configuration block for launch specification", + 'launchSpecifications', + 'Configuration block for launch specification', () => emr_InstanceFleetLaunchSpecifications_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the instance fleet.", + 'name', + 'Friendly name given to the instance fleet.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "targetOnDemandCapacity", - "The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.", + 'targetOnDemandCapacity', + 'The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetSpotCapacity", - "The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.", + 'targetSpotCapacity', + 'The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterId", - "ID of the EMR Cluster to attach to. Changing this forces a new resource to be created.", + 'clusterId', + 'ID of the EMR Cluster to attach to. Changing this forces a new resource to be created.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "instanceTypeConfigs", - "Configuration block for instance fleet", + 'instanceTypeConfigs', + 'Configuration block for instance fleet', () => emr_InstanceFleetInstanceTypeConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/emr/InstanceGroup.ts b/src/app/Models/codegen/aws/emr/InstanceGroup.ts index dc050a1b1..081e50e9f 100644 --- a/src/app/Models/codegen/aws/emr/InstanceGroup.ts +++ b/src/app/Models/codegen/aws/emr/InstanceGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_InstanceGroupEbsConfig, emr_InstanceGroupEbsConfig_GetTypes, -} from "../types/emr_InstanceGroupEbsConfig"; +} from '../types/emr_InstanceGroupEbsConfig'; export interface InstanceGroupArgs { // target number of instances for the instance group. defaults to 0. @@ -421,31 +421,31 @@ resources: return [ new DynamicUIProps( InputType.String, - "name", - "Human friendly name given to the instance group. Changing this forces a new resource to be created.", + 'name', + 'Human friendly name given to the instance group. Changing this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoscalingPolicy", - "The autoscaling policy document. This is a JSON formatted string. See [EMR Auto Scaling](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html)", + 'autoscalingPolicy', + 'The autoscaling policy document. This is a JSON formatted string. See [EMR Auto Scaling](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsConfigs", - "One or more `ebs_config` blocks as defined below. Changing this forces a new resource to be created.", + 'ebsConfigs', + 'One or more `ebs_config` blocks as defined below. Changing this forces a new resource to be created.', () => emr_InstanceGroupEbsConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "configurationsJson", + 'configurationsJson', 'A JSON string for supplying list of configurations specific to the EMR instance group. Note that this can only be changed when using EMR release 5.21 or later.\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst task = new aws.emr.InstanceGroup("task", {configurationsJson: `[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n`});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\ntask = aws.emr.InstanceGroup("task", configurations_json="""[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n""")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var task = new Aws.Emr.InstanceGroup("task", new()\n {\n ConfigurationsJson = @"[\n{\n""Classification"": ""hadoop-env"",\n""Configurations"": [\n{\n""Classification"": ""export"",\n""Properties"": {\n""JAVA_HOME"": ""/usr/lib/jvm/java-1.8.0""\n}\n}\n],\n""Properties"": {}\n}\n]\n",\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/emr"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := emr.NewInstanceGroup(ctx, "task", &emr.InstanceGroupArgs{\n\t\t\tConfigurationsJson: pulumi.String(`[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n`),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.emr.InstanceGroup;\nimport com.pulumi.aws.emr.InstanceGroupArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var task = new InstanceGroup("task", InstanceGroupArgs.builder()\n .configurationsJson("""\n[\n{\n"Classification": "hadoop-env",\n"Configurations": [\n{\n"Classification": "export",\n"Properties": {\n"JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n}\n}\n],\n"Properties": {}\n}\n]\n """)\n .build());\n\n }\n}\n```\n```yaml\nresources:\n task:\n type: aws:emr:InstanceGroup\n properties:\n configurationsJson: |\n [\n {\n "Classification": "hadoop-env",\n "Configurations": [\n {\n "Classification": "export",\n "Properties": {\n "JAVA_HOME": "/usr/lib/jvm/java-1.8.0"\n }\n }\n ],\n "Properties": {}\n }\n ]\n```\n', () => [], false, @@ -453,40 +453,40 @@ resources: ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "Indicates whether an Amazon EBS volume is EBS-optimized. Changing this forces a new resource to be created.", + 'ebsOptimized', + 'Indicates whether an Amazon EBS volume is EBS-optimized. Changing this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The EC2 instance type for all instances in the instance group. Changing this forces a new resource to be created.", + 'instanceType', + 'The EC2 instance type for all instances in the instance group. Changing this forces a new resource to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bidPrice", - "If set, the bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.", + 'bidPrice', + 'If set, the bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterId", - "ID of the EMR Cluster to attach to. Changing this forces a new resource to be created.", + 'clusterId', + 'ID of the EMR Cluster to attach to. Changing this forces a new resource to be created.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "target number of instances for the instance group. defaults to 0.", + 'instanceCount', + 'target number of instances for the instance group. defaults to 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/emr/ManagedScalingPolicy.ts b/src/app/Models/codegen/aws/emr/ManagedScalingPolicy.ts index 0afd72416..eedced9b2 100644 --- a/src/app/Models/codegen/aws/emr/ManagedScalingPolicy.ts +++ b/src/app/Models/codegen/aws/emr/ManagedScalingPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ManagedScalingPolicyComputeLimit, emr_ManagedScalingPolicyComputeLimit_GetTypes, -} from "../types/emr_ManagedScalingPolicyComputeLimit"; +} from '../types/emr_ManagedScalingPolicyComputeLimit'; export interface ManagedScalingPolicyArgs { // Configuration block with compute limit settings. Described below. @@ -29,16 +29,16 @@ export class ManagedScalingPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "computeLimits", - "Configuration block with compute limit settings. Described below.", + 'computeLimits', + 'Configuration block with compute limit settings. Described below.', () => emr_ManagedScalingPolicyComputeLimit_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "clusterId", - "ID of the EMR cluster", + 'clusterId', + 'ID of the EMR cluster', () => [], true, true, diff --git a/src/app/Models/codegen/aws/emr/SecurityConfiguration.ts b/src/app/Models/codegen/aws/emr/SecurityConfiguration.ts index 706915df1..4eba76614 100644 --- a/src/app/Models/codegen/aws/emr/SecurityConfiguration.ts +++ b/src/app/Models/codegen/aws/emr/SecurityConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityConfigurationArgs { /* @@ -40,24 +40,24 @@ prefix. Conflicts with `name`. return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "configuration", - "A JSON formatted Security Configuration", + 'configuration', + 'A JSON formatted Security Configuration', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the EMR Security Configuration. By default generated by this provider.", + 'name', + 'The name of the EMR Security Configuration. By default generated by this provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/emr/Studio.ts b/src/app/Models/codegen/aws/emr/Studio.ts index 9e644717e..90c15e252 100644 --- a/src/app/Models/codegen/aws/emr/Studio.ts +++ b/src/app/Models/codegen/aws/emr/Studio.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StudioArgs { // The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials. @@ -108,104 +108,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "idpAuthUrl", - "The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.", + 'idpAuthUrl', + 'The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "idpRelayStateParameterName", - "The name that your identity provider (IdP) uses for its RelayState parameter. For example, RelayState or TargetSource. Specify this value when you use IAM authentication and want to let federated users log in to a Studio using the Studio URL. The RelayState parameter differs by IdP.", + 'idpRelayStateParameterName', + 'The name that your identity provider (IdP) uses for its RelayState parameter. For example, RelayState or TargetSource. Specify this value when you use IAM authentication and want to let federated users log in to a Studio using the Studio URL. The RelayState parameter differs by IdP.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.", + 'vpcId', + 'The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workspaceSecurityGroupId", - "The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network traffic to resources in the Engine security group, and it must be in the same VPC specified by `vpc_id`.\n\nThe following arguments are optional:", + 'workspaceSecurityGroupId', + 'The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network traffic to resources in the Engine security group, and it must be in the same VPC specified by `vpc_id`.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authMode", - "Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO. Valid values are `SSO` or `IAM`.", + 'authMode', + 'Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO. Valid values are `SSO` or `IAM`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A descriptive name for the Amazon EMR Studio.", + 'name', + 'A descriptive name for the Amazon EMR Studio.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "list of tags to apply to the EMR Cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'list of tags to apply to the EMR Cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultS3Location", - "The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.", + 'defaultS3Location', + 'The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "A detailed description of the Amazon EMR Studio.", + 'description', + 'A detailed description of the Amazon EMR Studio.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineSecurityGroupId", - "The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by `vpc_id`.", + 'engineSecurityGroupId', + 'The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by `vpc_id`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by `vpc_id`. Studio users can create a Workspace in any of the specified subnets.", + 'subnetIds', + 'A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by `vpc_id`. Studio users can create a Workspace in any of the specified subnets.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "userRole", - "The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a User Role when you use Amazon Web Services SSO authentication. The permissions attached to the User Role can be scoped down for each user or group using session policies.", + 'userRole', + 'The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a User Role when you use Amazon Web Services SSO authentication. The permissions attached to the User Role can be scoped down for each user or group using session policies.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serviceRole", - "The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.", + 'serviceRole', + 'The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/emr/StudioSessionMapping.ts b/src/app/Models/codegen/aws/emr/StudioSessionMapping.ts index 078c9352c..384247c32 100644 --- a/src/app/Models/codegen/aws/emr/StudioSessionMapping.ts +++ b/src/app/Models/codegen/aws/emr/StudioSessionMapping.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StudioSessionMappingArgs { // The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store. @@ -43,40 +43,40 @@ export class StudioSessionMapping extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "sessionPolicyArn", - "The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role.", + 'sessionPolicyArn', + 'The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "studioId", - "The ID of the Amazon EMR Studio to which the user or group will be mapped.", + 'studioId', + 'The ID of the Amazon EMR Studio to which the user or group will be mapped.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identityId", - "The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.", + 'identityId', + 'The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identityName", - "The name of the user or group from the Amazon Web Services SSO Identity Store.", + 'identityName', + 'The name of the user or group from the Amazon Web Services SSO Identity Store.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identityType", - "Specifies whether the identity to map to the Amazon EMR Studio is a `USER` or a `GROUP`.", + 'identityType', + 'Specifies whether the identity to map to the Amazon EMR Studio is a `USER` or a `GROUP`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/emrcontainers/JobTemplate.ts b/src/app/Models/codegen/aws/emrcontainers/JobTemplate.ts index 859a92e65..36c80ad37 100644 --- a/src/app/Models/codegen/aws/emrcontainers/JobTemplate.ts +++ b/src/app/Models/codegen/aws/emrcontainers/JobTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateData, emrcontainers_JobTemplateJobTemplateData_GetTypes, -} from "../types/emrcontainers_JobTemplateJobTemplateData"; +} from '../types/emrcontainers_JobTemplateJobTemplateData'; export interface JobTemplateArgs { // Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -47,32 +47,32 @@ export class JobTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "jobTemplateData", - "The job template data which holds values of StartJobRun API request.", + 'jobTemplateData', + 'The job template data which holds values of StartJobRun API request.', () => emrcontainers_JobTemplateJobTemplateData_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The KMS key ARN used to encrypt the job template.", + 'kmsKeyArn', + 'The KMS key ARN used to encrypt the job template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The specified name of the job template.", + 'name', + 'The specified name of the job template.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/emrcontainers/VirtualCluster.ts b/src/app/Models/codegen/aws/emrcontainers/VirtualCluster.ts index 35721b873..16717a2dd 100644 --- a/src/app/Models/codegen/aws/emrcontainers/VirtualCluster.ts +++ b/src/app/Models/codegen/aws/emrcontainers/VirtualCluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_VirtualClusterContainerProvider, emrcontainers_VirtualClusterContainerProvider_GetTypes, -} from "../types/emrcontainers_VirtualClusterContainerProvider"; +} from '../types/emrcontainers_VirtualClusterContainerProvider'; export interface VirtualClusterArgs { // Configuration block for the container provider associated with your cluster. @@ -41,24 +41,24 @@ export class VirtualCluster extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "containerProvider", - "Configuration block for the container provider associated with your cluster.", + 'containerProvider', + 'Configuration block for the container provider associated with your cluster.', () => emrcontainers_VirtualClusterContainerProvider_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the virtual cluster.", + 'name', + 'Name of the virtual cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/emrserverless/Application.ts b/src/app/Models/codegen/aws/emrserverless/Application.ts index 31db1c357..d29f9b8bf 100644 --- a/src/app/Models/codegen/aws/emrserverless/Application.ts +++ b/src/app/Models/codegen/aws/emrserverless/Application.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrserverless_ApplicationNetworkConfiguration, emrserverless_ApplicationNetworkConfiguration_GetTypes, -} from "../types/emrserverless_ApplicationNetworkConfiguration"; +} from '../types/emrserverless_ApplicationNetworkConfiguration'; import { emrserverless_ApplicationAutoStartConfiguration, emrserverless_ApplicationAutoStartConfiguration_GetTypes, -} from "../types/emrserverless_ApplicationAutoStartConfiguration"; +} from '../types/emrserverless_ApplicationAutoStartConfiguration'; import { emrserverless_ApplicationInitialCapacity, emrserverless_ApplicationInitialCapacity_GetTypes, -} from "../types/emrserverless_ApplicationInitialCapacity"; +} from '../types/emrserverless_ApplicationInitialCapacity'; import { emrserverless_ApplicationInteractiveConfiguration, emrserverless_ApplicationInteractiveConfiguration_GetTypes, -} from "../types/emrserverless_ApplicationInteractiveConfiguration"; +} from '../types/emrserverless_ApplicationInteractiveConfiguration'; import { emrserverless_ApplicationAutoStopConfiguration, emrserverless_ApplicationAutoStopConfiguration_GetTypes, -} from "../types/emrserverless_ApplicationAutoStopConfiguration"; +} from '../types/emrserverless_ApplicationAutoStopConfiguration'; import { emrserverless_ApplicationImageConfiguration, emrserverless_ApplicationImageConfiguration_GetTypes, -} from "../types/emrserverless_ApplicationImageConfiguration"; +} from '../types/emrserverless_ApplicationImageConfiguration'; import { emrserverless_ApplicationMaximumCapacity, emrserverless_ApplicationMaximumCapacity_GetTypes, -} from "../types/emrserverless_ApplicationMaximumCapacity"; +} from '../types/emrserverless_ApplicationMaximumCapacity'; export interface ApplicationArgs { // The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit. @@ -119,96 +119,96 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "maximumCapacity", - "The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.", + 'maximumCapacity', + 'The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.', () => emrserverless_ApplicationMaximumCapacity_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "releaseLabel", - "The EMR release version associated with the application.", + 'releaseLabel', + 'The EMR release version associated with the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of application you want to start, such as `spark` or `hive`.", + 'type', + 'The type of application you want to start, such as `spark` or `hive`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "architecture", - "The CPU architecture of an application. Valid values are `ARM64` or `X86_64`. Default value is `X86_64`.", + 'architecture', + 'The CPU architecture of an application. Valid values are `ARM64` or `X86_64`. Default value is `X86_64`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "interactiveConfiguration", - "Enables the interactive use cases to use when running an application.", + 'interactiveConfiguration', + 'Enables the interactive use cases to use when running an application.', () => emrserverless_ApplicationInteractiveConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the application.", + 'name', + 'The name of the application.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "autoStopConfiguration", - "The configuration for an application to automatically stop after a certain amount of time being idle.", + 'autoStopConfiguration', + 'The configuration for an application to automatically stop after a certain amount of time being idle.', () => emrserverless_ApplicationAutoStopConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "The network configuration for customer VPC connectivity.", + 'networkConfiguration', + 'The network configuration for customer VPC connectivity.', () => emrserverless_ApplicationNetworkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoStartConfiguration", - "The configuration for an application to automatically start on job submission.", + 'autoStartConfiguration', + 'The configuration for an application to automatically start on job submission.', () => emrserverless_ApplicationAutoStartConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "initialCapacities", - "The capacity to initialize when the application is created.", + 'initialCapacities', + 'The capacity to initialize when the application is created.', () => emrserverless_ApplicationInitialCapacity_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "imageConfiguration", - "The image configuration applied to all worker types.", + 'imageConfiguration', + 'The image configuration applied to all worker types.', () => emrserverless_ApplicationImageConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/evidently/Feature.ts b/src/app/Models/codegen/aws/evidently/Feature.ts index e579b73f1..b8652b52c 100644 --- a/src/app/Models/codegen/aws/evidently/Feature.ts +++ b/src/app/Models/codegen/aws/evidently/Feature.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_FeatureVariation, evidently_FeatureVariation_GetTypes, -} from "../types/evidently_FeatureVariation"; +} from '../types/evidently_FeatureVariation'; import { evidently_FeatureEvaluationRule, evidently_FeatureEvaluationRule_GetTypes, -} from "../types/evidently_FeatureEvaluationRule"; +} from '../types/evidently_FeatureEvaluationRule'; export interface FeatureArgs { // The name of the variation to use as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature. This variation must also be listed in the `variations` structure. If you omit `default_variation`, the first variation listed in the `variations` structure is used as the default variation. @@ -90,23 +90,23 @@ export class Feature extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "project", - "The name or ARN of the project that is to contain the new feature.", + 'project', + 'The name or ARN of the project that is to contain the new feature.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the feature. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the feature. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "variations", + 'variations', "One or more blocks that contain the configuration of the feature's different variations. Detailed below", () => evidently_FeatureVariation_GetTypes(), true, @@ -114,40 +114,40 @@ export class Feature extends DS_Resource { ), new DynamicUIProps( InputType.String, - "defaultVariation", - "The name of the variation to use as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature. This variation must also be listed in the `variations` structure. If you omit `default_variation`, the first variation listed in the `variations` structure is used as the default variation.", + 'defaultVariation', + 'The name of the variation to use as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature. This variation must also be listed in the `variations` structure. If you omit `default_variation`, the first variation listed in the `variations` structure is used as the default variation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the feature.", + 'description', + 'Specifies the description of the feature.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "entityOverrides", - "Specify users that should always be served a specific variation of a feature. Each user is specified by a key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. For the value, specify the name of the variation that they are to be served.", + 'entityOverrides', + 'Specify users that should always be served a specific variation of a feature. Each user is specified by a key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. For the value, specify the name of the variation that they are to be served.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "evaluationStrategy", - "Specify `ALL_RULES` to activate the traffic allocation specified by any ongoing launches or experiments. Specify `DEFAULT_VARIATION` to serve the default variation to all users instead.", + 'evaluationStrategy', + 'Specify `ALL_RULES` to activate the traffic allocation specified by any ongoing launches or experiments. Specify `DEFAULT_VARIATION` to serve the default variation to all users instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the new feature. Minimum length of `1`. Maximum length of `127`.", + 'name', + 'The name for the new feature. Minimum length of `1`. Maximum length of `127`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/evidently/Launch.ts b/src/app/Models/codegen/aws/evidently/Launch.ts index f42866847..3eadcd9dc 100644 --- a/src/app/Models/codegen/aws/evidently/Launch.ts +++ b/src/app/Models/codegen/aws/evidently/Launch.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_LaunchScheduledSplitsConfig, evidently_LaunchScheduledSplitsConfig_GetTypes, -} from "../types/evidently_LaunchScheduledSplitsConfig"; +} from '../types/evidently_LaunchScheduledSplitsConfig'; import { evidently_LaunchExecution, evidently_LaunchExecution_GetTypes, -} from "../types/evidently_LaunchExecution"; +} from '../types/evidently_LaunchExecution'; import { evidently_LaunchGroup, evidently_LaunchGroup_GetTypes, -} from "../types/evidently_LaunchGroup"; +} from '../types/evidently_LaunchGroup'; import { evidently_LaunchMetricMonitor, evidently_LaunchMetricMonitor_GetTypes, -} from "../types/evidently_LaunchMetricMonitor"; +} from '../types/evidently_LaunchMetricMonitor'; export interface LaunchArgs { // Specifies the description of the launch. @@ -101,64 +101,64 @@ export class Launch extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "scheduledSplitsConfig", - "A block that defines the traffic allocation percentages among the feature variations during each step of the launch. Detailed below.", + 'scheduledSplitsConfig', + 'A block that defines the traffic allocation percentages among the feature variations during each step of the launch. Detailed below.', () => evidently_LaunchScheduledSplitsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the launch. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the launch. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the launch.", + 'description', + 'Specifies the description of the launch.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "groups", - "One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.", + 'groups', + 'One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.', () => evidently_LaunchGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "metricMonitors", - "One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.", + 'metricMonitors', + 'One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.', () => evidently_LaunchMetricMonitor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the new launch. Minimum length of `1`. Maximum length of `127`.", + 'name', + 'The name for the new launch. Minimum length of `1`. Maximum length of `127`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The name or ARN of the project that is to contain the new launch.", + 'project', + 'The name or ARN of the project that is to contain the new launch.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "randomizationSalt", - "When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.", + 'randomizationSalt', + 'When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/evidently/Project.ts b/src/app/Models/codegen/aws/evidently/Project.ts index cfe98474f..27fc8d0ad 100644 --- a/src/app/Models/codegen/aws/evidently/Project.ts +++ b/src/app/Models/codegen/aws/evidently/Project.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_ProjectDataDelivery, evidently_ProjectDataDelivery_GetTypes, -} from "../types/evidently_ProjectDataDelivery"; +} from '../types/evidently_ProjectDataDelivery'; export interface ProjectArgs { // A name for the project. @@ -71,32 +71,32 @@ export class Project extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "dataDelivery", - "A block that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view. See below.", + 'dataDelivery', + 'A block that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view. See below.', () => evidently_ProjectDataDelivery_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the project.", + 'description', + 'Specifies the description of the project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the project.", + 'name', + 'A name for the project.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the project. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the project. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/evidently/Segment.ts b/src/app/Models/codegen/aws/evidently/Segment.ts index 1b475e4d5..55f4c4832 100644 --- a/src/app/Models/codegen/aws/evidently/Segment.ts +++ b/src/app/Models/codegen/aws/evidently/Segment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SegmentArgs { // The pattern to use for the segment. For more information about pattern syntax, see [Segment rule pattern syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html). @@ -55,32 +55,32 @@ export class Segment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "A name for the segment.", + 'name', + 'A name for the segment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pattern", - "The pattern to use for the segment. For more information about pattern syntax, see [Segment rule pattern syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html).", + 'pattern', + 'The pattern to use for the segment. For more information about pattern syntax, see [Segment rule pattern syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html).', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the segment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the segment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the segment.", + 'description', + 'Specifies the description of the segment.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/finspace/KxCluster.ts b/src/app/Models/codegen/aws/finspace/KxCluster.ts index ebd586c87..1e10fef4b 100644 --- a/src/app/Models/codegen/aws/finspace/KxCluster.ts +++ b/src/app/Models/codegen/aws/finspace/KxCluster.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxClusterCacheStorageConfiguration, finspace_KxClusterCacheStorageConfiguration_GetTypes, -} from "../types/finspace_KxClusterCacheStorageConfiguration"; +} from '../types/finspace_KxClusterCacheStorageConfiguration'; import { finspace_KxClusterScalingGroupConfiguration, finspace_KxClusterScalingGroupConfiguration_GetTypes, -} from "../types/finspace_KxClusterScalingGroupConfiguration"; +} from '../types/finspace_KxClusterScalingGroupConfiguration'; import { finspace_KxClusterSavedownStorageConfiguration, finspace_KxClusterSavedownStorageConfiguration_GetTypes, -} from "../types/finspace_KxClusterSavedownStorageConfiguration"; +} from '../types/finspace_KxClusterSavedownStorageConfiguration'; import { finspace_KxClusterVpcConfiguration, finspace_KxClusterVpcConfiguration_GetTypes, -} from "../types/finspace_KxClusterVpcConfiguration"; +} from '../types/finspace_KxClusterVpcConfiguration'; import { finspace_KxClusterCode, finspace_KxClusterCode_GetTypes, -} from "../types/finspace_KxClusterCode"; +} from '../types/finspace_KxClusterCode'; import { finspace_KxClusterTickerplantLogConfiguration, finspace_KxClusterTickerplantLogConfiguration_GetTypes, -} from "../types/finspace_KxClusterTickerplantLogConfiguration"; +} from '../types/finspace_KxClusterTickerplantLogConfiguration'; import { finspace_KxClusterDatabase, finspace_KxClusterDatabase_GetTypes, -} from "../types/finspace_KxClusterDatabase"; +} from '../types/finspace_KxClusterDatabase'; import { finspace_KxClusterCapacityConfiguration, finspace_KxClusterCapacityConfiguration_GetTypes, -} from "../types/finspace_KxClusterCapacityConfiguration"; +} from '../types/finspace_KxClusterCapacityConfiguration'; import { finspace_KxClusterAutoScalingConfiguration, finspace_KxClusterAutoScalingConfiguration_GetTypes, -} from "../types/finspace_KxClusterAutoScalingConfiguration"; +} from '../types/finspace_KxClusterAutoScalingConfiguration'; export interface KxClusterArgs { /* @@ -217,160 +217,160 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Unique name for the cluster that you want to create.", + 'name', + 'Unique name for the cluster that you want to create.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "cacheStorageConfigurations", - "Configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store. See cache_storage_configuration.", + 'cacheStorageConfigurations', + 'Configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store. See cache_storage_configuration.', () => finspace_KxClusterCacheStorageConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "savedownStorageConfiguration", - "Size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose `type` as RDB. All the data written to this storage space is lost when the cluster node is restarted. See savedown_storage_configuration.", + 'savedownStorageConfiguration', + 'Size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose `type` as RDB. All the data written to this storage space is lost when the cluster node is restarted. See savedown_storage_configuration.', () => finspace_KxClusterSavedownStorageConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "autoScalingConfiguration", - "Configuration based on which FinSpace will scale in or scale out nodes in your cluster. See auto_scaling_configuration.", + 'autoScalingConfiguration', + 'Configuration based on which FinSpace will scale in or scale out nodes in your cluster. See auto_scaling_configuration.', () => finspace_KxClusterAutoScalingConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "code", - "Details of the custom code that you want to use inside a cluster when analyzing data. Consists of the S3 source bucket, location, object version, and the relative path from where the custom code is loaded into the cluster. See code.", + 'code', + 'Details of the custom code that you want to use inside a cluster when analyzing data. Consists of the S3 source bucket, location, object version, and the relative path from where the custom code is loaded into the cluster. See code.', () => finspace_KxClusterCode_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "capacityConfiguration", - "Structure for the metadata of a cluster. Includes information like the CPUs needed, memory of instances, and number of instances. See capacity_configuration.", + 'capacityConfiguration', + 'Structure for the metadata of a cluster. Includes information like the CPUs needed, memory of instances, and number of instances. See capacity_configuration.', () => finspace_KxClusterCapacityConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "databases", - "KX database that will be available for querying. Defined below.", + 'databases', + 'KX database that will be available for querying. Defined below.', () => finspace_KxClusterDatabase_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "scalingGroupConfiguration", - "The structure that stores the configuration details of a scaling group.", + 'scalingGroupConfiguration', + 'The structure that stores the configuration details of a scaling group.', () => finspace_KxClusterScalingGroupConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of KDB database. The following types are available:\n* HDB - Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed KX databases mounted to the cluster.\n* RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.\n* GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.\n* GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.\n* Tickerplant – A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.", + 'type', + 'Type of KDB database. The following types are available:\n* HDB - Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed KX databases mounted to the cluster.\n* RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.\n* GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.\n* GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.\n* Tickerplant – A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "executionRole", - "An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.", + 'executionRole', + 'An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "releaseLabel", - "Version of FinSpace Managed kdb to run.", + 'releaseLabel', + 'Version of FinSpace Managed kdb to run.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "tickerplantLogConfigurations", - "A configuration to store Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant , the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.", + 'tickerplantLogConfigurations', + 'A configuration to store Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant , the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.', () => finspace_KxClusterTickerplantLogConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "commandLineArguments", - "List of key-value pairs to make available inside the cluster.", + 'commandLineArguments', + 'List of key-value pairs to make available inside the cluster.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the cluster.", + 'description', + 'Description of the cluster.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZoneId", - "The availability zone identifiers for the requested regions. Required when `az_mode` is set to SINGLE.", + 'availabilityZoneId', + 'The availability zone identifiers for the requested regions. Required when `az_mode` is set to SINGLE.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "azMode", - "The number of availability zones you want to assign per cluster. This can be one of the following:\n* SINGLE - Assigns one availability zone per cluster.\n* MULTI - Assigns all the availability zones per cluster.", + 'azMode', + 'The number of availability zones you want to assign per cluster. This can be one of the following:\n* SINGLE - Assigns one availability zone per cluster.\n* MULTI - Assigns all the availability zones per cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "initializationScript", - "Path to Q program that will be run at launch of a cluster. This is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.", + 'initializationScript', + 'Path to Q program that will be run at launch of a cluster. This is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "environmentId", - "Unique identifier for the KX environment.", + 'environmentId', + 'Unique identifier for the KX environment.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "Configuration details about the network where the Privatelink endpoint of the cluster resides. See vpc_configuration.\n\nThe following arguments are optional:", + 'vpcConfiguration', + 'Configuration details about the network where the Privatelink endpoint of the cluster resides. See vpc_configuration.\n\nThe following arguments are optional:', () => finspace_KxClusterVpcConfiguration_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/finspace/KxDatabase.ts b/src/app/Models/codegen/aws/finspace/KxDatabase.ts index b28befde4..81ba2562b 100644 --- a/src/app/Models/codegen/aws/finspace/KxDatabase.ts +++ b/src/app/Models/codegen/aws/finspace/KxDatabase.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KxDatabaseArgs { // Description of the KX database. @@ -57,32 +57,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the KX database.", + 'description', + 'Description of the KX database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "environmentId", - "Unique identifier for the KX environment.", + 'environmentId', + 'Unique identifier for the KX environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the KX database.\n\nThe following arguments are optional:", + 'name', + 'Name of the KX database.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/finspace/KxDataview.ts b/src/app/Models/codegen/aws/finspace/KxDataview.ts index d855f92ab..3236cedc3 100644 --- a/src/app/Models/codegen/aws/finspace/KxDataview.ts +++ b/src/app/Models/codegen/aws/finspace/KxDataview.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxDataviewSegmentConfiguration, finspace_KxDataviewSegmentConfiguration_GetTypes, -} from "../types/finspace_KxDataviewSegmentConfiguration"; +} from '../types/finspace_KxDataviewSegmentConfiguration'; export interface KxDataviewArgs { // The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false. @@ -124,88 +124,88 @@ The option to specify whether you want to make the dataview writable to perform return [ new DynamicUIProps( InputType.String, - "availabilityZoneId", - "The identifier of the availability zones. If attaching a volume, the volume must be in the same availability zone as the dataview that you are attaching to.", + 'availabilityZoneId', + 'The identifier of the availability zones. If attaching a volume, the volume must be in the same availability zone as the dataview that you are attaching to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the dataview.", + 'description', + 'A description for the dataview.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A unique identifier for the dataview.\n\nThe following arguments are optional:", + 'name', + 'A unique identifier for the dataview.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "readWrite", - "The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.\n* You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, `auto_update` must be set as `false` if `read_write` is `true` for a dataview.\n* You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails.\n* Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the `read_write` parameter later.", + 'readWrite', + 'The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.\n* You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, `auto_update` must be set as `false` if `read_write` is `true` for a dataview.\n* You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails.\n* Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the `read_write` parameter later.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database where you want to create a dataview.", + 'databaseName', + 'The name of the database where you want to create a dataview.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "segmentConfigurations", - "The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.", + 'segmentConfigurations', + 'The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.', () => finspace_KxDataviewSegmentConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "azMode", - "The number of availability zones you want to assign per cluster. This can be one of the following:\n* `SINGLE` - Assigns one availability zone per cluster.\n* `MULTI` - Assigns all the availability zones per cluster.", + 'azMode', + 'The number of availability zones you want to assign per cluster. This can be one of the following:\n* `SINGLE` - Assigns one availability zone per cluster.\n* `MULTI` - Assigns all the availability zones per cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "changesetId", - "A unique identifier of the changeset of the database that you want to use to ingest data.", + 'changesetId', + 'A unique identifier of the changeset of the database that you want to use to ingest data.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoUpdate", - "The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.", + 'autoUpdate', + 'The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "environmentId", - "Unique identifier for the KX environment.", + 'environmentId', + 'Unique identifier for the KX environment.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/finspace/KxEnvironment.ts b/src/app/Models/codegen/aws/finspace/KxEnvironment.ts index 17bb11638..36f2fea46 100644 --- a/src/app/Models/codegen/aws/finspace/KxEnvironment.ts +++ b/src/app/Models/codegen/aws/finspace/KxEnvironment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxEnvironmentTransitGatewayConfiguration, finspace_KxEnvironmentTransitGatewayConfiguration_GetTypes, -} from "../types/finspace_KxEnvironmentTransitGatewayConfiguration"; +} from '../types/finspace_KxEnvironmentTransitGatewayConfiguration'; import { finspace_KxEnvironmentCustomDnsConfiguration, finspace_KxEnvironmentCustomDnsConfiguration_GetTypes, -} from "../types/finspace_KxEnvironmentCustomDnsConfiguration"; +} from '../types/finspace_KxEnvironmentCustomDnsConfiguration'; export interface KxEnvironmentArgs { // Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below. @@ -86,48 +86,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the KX environment that you want to create.", + 'name', + 'Name of the KX environment that you want to create.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "transitGatewayConfiguration", - "Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.", + 'transitGatewayConfiguration', + 'Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.', () => finspace_KxEnvironmentTransitGatewayConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customDnsConfigurations", - "List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.", + 'customDnsConfigurations', + 'List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.', () => finspace_KxEnvironmentCustomDnsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the KX environment.", + 'description', + 'Description for the KX environment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ID to encrypt your data in the FinSpace environment.\n\nThe following arguments are optional:", + 'kmsKeyId', + 'KMS key ID to encrypt your data in the FinSpace environment.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/finspace/KxScalingGroup.ts b/src/app/Models/codegen/aws/finspace/KxScalingGroup.ts index da6f2eac9..e0ba86f90 100644 --- a/src/app/Models/codegen/aws/finspace/KxScalingGroup.ts +++ b/src/app/Models/codegen/aws/finspace/KxScalingGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KxScalingGroupArgs { // Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. You can add up to 50 tags to a scaling group. @@ -82,40 +82,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. You can add up to 50 tags to a scaling group.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. You can add up to 50 tags to a scaling group.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZoneId", - "The availability zone identifiers for the requested regions.", + 'availabilityZoneId', + 'The availability zone identifiers for the requested regions.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "environmentId", - "A unique identifier for the kdb environment, where you want to create the scaling group.", + 'environmentId', + 'A unique identifier for the kdb environment, where you want to create the scaling group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hostType", - "The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.\n\nThe following arguments are optional:", + 'hostType', + 'The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the scaling group that you want to create.", + 'name', + 'Unique name for the scaling group that you want to create.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/finspace/KxUser.ts b/src/app/Models/codegen/aws/finspace/KxUser.ts index bc474f3e6..43c98360b 100644 --- a/src/app/Models/codegen/aws/finspace/KxUser.ts +++ b/src/app/Models/codegen/aws/finspace/KxUser.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KxUserArgs { // Unique identifier for the KX environment. @@ -51,32 +51,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "A unique identifier for the user.", + 'name', + 'A unique identifier for the user.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "environmentId", - "Unique identifier for the KX environment.", + 'environmentId', + 'Unique identifier for the KX environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iamRole", - "IAM role ARN to be associated with the user.\n\nThe following arguments are optional:", + 'iamRole', + 'IAM role ARN to be associated with the user.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/finspace/KxVolume.ts b/src/app/Models/codegen/aws/finspace/KxVolume.ts index d6044950e..4d696fc5c 100644 --- a/src/app/Models/codegen/aws/finspace/KxVolume.ts +++ b/src/app/Models/codegen/aws/finspace/KxVolume.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxVolumeNas1Configuration, finspace_KxVolumeNas1Configuration_GetTypes, -} from "../types/finspace_KxVolumeNas1Configuration"; +} from '../types/finspace_KxVolumeNas1Configuration'; import { finspace_KxVolumeAttachedCluster, finspace_KxVolumeAttachedCluster_GetTypes, -} from "../types/finspace_KxVolumeAttachedCluster"; +} from '../types/finspace_KxVolumeAttachedCluster'; export interface KxVolumeArgs { // The type of file system volume. Currently, FinSpace only supports the `NAS_1` volume type. When you select the `NAS_1` volume type, you must also provide `nas1_configuration`. @@ -115,64 +115,64 @@ The status of volume creation. return [ new DynamicUIProps( InputType.String, - "environmentId", - "A unique identifier for the kdb environment, whose clusters can attach to the volume.", + 'environmentId', + 'A unique identifier for the kdb environment, whose clusters can attach to the volume.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the volumr that you want to create.", + 'name', + 'Unique name for the volumr that you want to create.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "nas1Configurations", - "Specifies the configuration for the Network attached storage (`NAS_1`) file system volume. This parameter is required when `volume_type` is `NAS_1`. See `nas1_configuration` Argument Reference below.", + 'nas1Configurations', + 'Specifies the configuration for the Network attached storage (`NAS_1`) file system volume. This parameter is required when `volume_type` is `NAS_1`. See `nas1_configuration` Argument Reference below.', () => finspace_KxVolumeNas1Configuration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A list of key-value pairs to label the volume. You can add up to 50 tags to a volume", + 'tags', + 'A list of key-value pairs to label the volume. You can add up to 50 tags to a volume', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of file system volume. Currently, FinSpace only supports the `NAS_1` volume type. When you select the `NAS_1` volume type, you must also provide `nas1_configuration`.", + 'type', + 'The type of file system volume. Currently, FinSpace only supports the `NAS_1` volume type. When you select the `NAS_1` volume type, you must also provide `nas1_configuration`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "The identifier of the AWS Availability Zone IDs.\n\nThe following arguments are optional:", + 'availabilityZones', + 'The identifier of the AWS Availability Zone IDs.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "azMode", - "The number of availability zones you want to assign per volume. Currently, Finspace only support SINGLE for volumes.\n* `SINGLE` - Assigns one availability zone per volume.", + 'azMode', + 'The number of availability zones you want to assign per volume. Currently, Finspace only support SINGLE for volumes.\n* `SINGLE` - Assigns one availability zone per volume.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the volume.", + 'description', + 'Description of the volume.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/fis/ExperimentTemplate.ts b/src/app/Models/codegen/aws/fis/ExperimentTemplate.ts index 2e1e5b1d7..ad728d387 100644 --- a/src/app/Models/codegen/aws/fis/ExperimentTemplate.ts +++ b/src/app/Models/codegen/aws/fis/ExperimentTemplate.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fis_ExperimentTemplateStopCondition, fis_ExperimentTemplateStopCondition_GetTypes, -} from "../types/fis_ExperimentTemplateStopCondition"; +} from '../types/fis_ExperimentTemplateStopCondition'; import { fis_ExperimentTemplateTarget, fis_ExperimentTemplateTarget_GetTypes, -} from "../types/fis_ExperimentTemplateTarget"; +} from '../types/fis_ExperimentTemplateTarget'; import { fis_ExperimentTemplateAction, fis_ExperimentTemplateAction_GetTypes, -} from "../types/fis_ExperimentTemplateAction"; +} from '../types/fis_ExperimentTemplateAction'; import { fis_ExperimentTemplateExperimentOptions, fis_ExperimentTemplateExperimentOptions_GetTypes, -} from "../types/fis_ExperimentTemplateExperimentOptions"; +} from '../types/fis_ExperimentTemplateExperimentOptions'; import { fis_ExperimentTemplateLogConfiguration, fis_ExperimentTemplateLogConfiguration_GetTypes, -} from "../types/fis_ExperimentTemplateLogConfiguration"; +} from '../types/fis_ExperimentTemplateLogConfiguration'; export interface ExperimentTemplateArgs { // Action to be performed during an experiment. See below. @@ -92,64 +92,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "experimentOptions", - "The experiment options for the experiment template. See experiment_options below for more details!", + 'experimentOptions', + 'The experiment options for the experiment template. See experiment_options below for more details!', () => fis_ExperimentTemplateExperimentOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfiguration", - "The configuration for experiment logging. See below.", + 'logConfiguration', + 'The configuration for experiment logging. See below.', () => fis_ExperimentTemplateLogConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.", + 'roleArn', + 'ARN of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "stopConditions", - "When an ongoing experiment should be stopped. See below.\n\nThe following arguments are optional:", + 'stopConditions', + 'When an ongoing experiment should be stopped. See below.\n\nThe following arguments are optional:', () => fis_ExperimentTemplateStopCondition_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "targets", - "Target of an action. See below.", + 'targets', + 'Target of an action. See below.', () => fis_ExperimentTemplateTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "actions", - "Action to be performed during an experiment. See below.", + 'actions', + 'Action to be performed during an experiment. See below.', () => fis_ExperimentTemplateAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the experiment template.", + 'description', + 'Description for the experiment template.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/fms/AdminAccount.ts b/src/app/Models/codegen/aws/fms/AdminAccount.ts index 9657113d4..682673ef1 100644 --- a/src/app/Models/codegen/aws/fms/AdminAccount.ts +++ b/src/app/Models/codegen/aws/fms/AdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AdminAccountArgs { // The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. Defaults to the current account. Must be configured to perform drift detection. @@ -19,8 +19,8 @@ export class AdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. Defaults to the current account. Must be configured to perform drift detection.", + 'accountId', + 'The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. Defaults to the current account. Must be configured to perform drift detection.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/fms/Policy.ts b/src/app/Models/codegen/aws/fms/Policy.ts index 50a43b5d4..6756500c7 100644 --- a/src/app/Models/codegen/aws/fms/Policy.ts +++ b/src/app/Models/codegen/aws/fms/Policy.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fms_PolicyIncludeMap, fms_PolicyIncludeMap_GetTypes, -} from "../types/fms_PolicyIncludeMap"; +} from '../types/fms_PolicyIncludeMap'; import { fms_PolicySecurityServicePolicyData, fms_PolicySecurityServicePolicyData_GetTypes, -} from "../types/fms_PolicySecurityServicePolicyData"; +} from '../types/fms_PolicySecurityServicePolicyData'; import { fms_PolicyExcludeMap, fms_PolicyExcludeMap_GetTypes, -} from "../types/fms_PolicyExcludeMap"; +} from '../types/fms_PolicyExcludeMap'; export interface PolicyArgs { // The friendly name of the AWS Firewall Manager Policy. @@ -118,23 +118,23 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "securityServicePolicyData", - "The objects to include in Security Service Policy Data. Documented below.", + 'securityServicePolicyData', + 'The objects to include in Security Service Policy Data. Documented below.', () => fms_PolicySecurityServicePolicyData_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "excludeMap", + 'excludeMap', "A map of lists of accounts and OU's to exclude from the policy.", () => fms_PolicyExcludeMap_GetTypes(), false, @@ -142,39 +142,39 @@ export class Policy extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The friendly name of the AWS Firewall Manager Policy.", + 'name', + 'The friendly name of the AWS Firewall Manager Policy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteAllPolicyResources", - "If true, the request will also perform a clean-up process. Defaults to `true`. More information can be found here [AWS Firewall Manager delete policy](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_DeletePolicy.html)", + 'deleteAllPolicyResources', + 'If true, the request will also perform a clean-up process. Defaults to `true`. More information can be found here [AWS Firewall Manager delete policy](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_DeletePolicy.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the AWS Network Firewall firewall policy.", + 'description', + 'The description of the AWS Network Firewall firewall policy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "excludeResourceTags", - "A boolean value, if true the tags that are specified in the `resource_tags` are not protected by this policy. If set to false and resource_tags are populated, resources that contain tags will be protected by this policy.", + 'excludeResourceTags', + 'A boolean value, if true the tags that are specified in the `resource_tags` are not protected by this policy. If set to false and resource_tags are populated, resources that contain tags will be protected by this policy.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "includeMap", + 'includeMap', "A map of lists of accounts and OU's to include in the policy.", () => fms_PolicyIncludeMap_GetTypes(), false, @@ -182,48 +182,48 @@ export class Policy extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "resourceTypeLists", - "A list of resource types to protect. Conflicts with `resource_type`. See the [FMS API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html#fms-Type-Policy-ResourceType) for more information about supported values. Lists with only one element are not supported, instead use `resource_type`.", + 'resourceTypeLists', + 'A list of resource types to protect. Conflicts with `resource_type`. See the [FMS API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html#fms-Type-Policy-ResourceType) for more information about supported values. Lists with only one element are not supported, instead use `resource_type`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "resourceTags", - "A map of resource tags, that if present will filter protections on resources based on the exclude_resource_tags.", + 'resourceTags', + 'A map of resource tags, that if present will filter protections on resources based on the exclude_resource_tags.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deleteUnusedFmManagedResources", - "If true, Firewall Manager will automatically remove protections from resources that leave the policy scope. Defaults to `false`. More information can be found here [AWS Firewall Manager policy contents](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html)", + 'deleteUnusedFmManagedResources', + 'If true, Firewall Manager will automatically remove protections from resources that leave the policy scope. Defaults to `false`. More information can be found here [AWS Firewall Manager policy contents](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "remediationEnabled", - "A boolean value, indicates if the policy should automatically applied to resources that already exist in the account.", + 'remediationEnabled', + 'A boolean value, indicates if the policy should automatically applied to resources that already exist in the account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "A resource type to protect. Conflicts with `resource_type_list`. See the [FMS API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html#fms-Type-Policy-ResourceType) for more information about supported values.", + 'resourceType', + 'A resource type to protect. Conflicts with `resource_type_list`. See the [FMS API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_Policy.html#fms-Type-Policy-ResourceType) for more information about supported values.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "resourceSetIds", - "", + 'resourceSetIds', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/fms/ResourceSet.ts b/src/app/Models/codegen/aws/fms/ResourceSet.ts index ba54a7c3c..4c256c332 100644 --- a/src/app/Models/codegen/aws/fms/ResourceSet.ts +++ b/src/app/Models/codegen/aws/fms/ResourceSet.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fms_ResourceSetResourceSet, fms_ResourceSetResourceSet_GetTypes, -} from "../types/fms_ResourceSetResourceSet"; +} from '../types/fms_ResourceSetResourceSet'; import { fms_ResourceSetTimeouts, fms_ResourceSetTimeouts_GetTypes, -} from "../types/fms_ResourceSetTimeouts"; +} from '../types/fms_ResourceSetTimeouts'; export interface ResourceSetArgs { // Details about the resource set to be created or updated. See `resource_set` Attribute Reference below. @@ -45,24 +45,24 @@ export class ResourceSet extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => fms_ResourceSetTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceSets", - "Details about the resource set to be created or updated. See `resource_set` Attribute Reference below.", + 'resourceSets', + 'Details about the resource set to be created or updated. See `resource_set` Attribute Reference below.', () => fms_ResourceSetResourceSet_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/fsx/Backup.ts b/src/app/Models/codegen/aws/fsx/Backup.ts index f236c029e..433328fd8 100644 --- a/src/app/Models/codegen/aws/fsx/Backup.ts +++ b/src/app/Models/codegen/aws/fsx/Backup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackupArgs { // The ID of the file system to back up. Required if backing up Lustre or Windows file systems. @@ -46,24 +46,24 @@ export class Backup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system to back up. Required if backing up Lustre or Windows file systems.", + 'fileSystemId', + 'The ID of the file system to back up. Required if backing up Lustre or Windows file systems.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.", + 'tags', + 'A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "volumeId", - "The ID of the volume to back up. Required if backing up a ONTAP Volume.", + 'volumeId', + 'The ID of the volume to back up. Required if backing up a ONTAP Volume.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/fsx/DataRepositoryAssociation.ts b/src/app/Models/codegen/aws/fsx/DataRepositoryAssociation.ts index ecf697be5..ec8b4d1df 100644 --- a/src/app/Models/codegen/aws/fsx/DataRepositoryAssociation.ts +++ b/src/app/Models/codegen/aws/fsx/DataRepositoryAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_DataRepositoryAssociationS3, fsx_DataRepositoryAssociationS3_GetTypes, -} from "../types/fsx_DataRepositoryAssociationS3"; +} from '../types/fsx_DataRepositoryAssociationS3'; export interface DataRepositoryAssociationArgs { // For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system. @@ -80,64 +80,64 @@ The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustr return [ new DynamicUIProps( InputType.Number, - "importedFileChunkSize", - "For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.", + 'importedFileChunkSize', + 'For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "See the `s3` configuration block. Max of 1.\nThe configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.", + 's3', + 'See the `s3` configuration block. Max of 1.\nThe configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.', () => fsx_DataRepositoryAssociationS3_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the data repository association. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the data repository association. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "batchImportMetaDataOnCreate", - "Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created. Defaults to `false`.", + 'batchImportMetaDataOnCreate', + 'Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataRepositoryPath", - "The path to the Amazon S3 data repository that will be linked to the file system. The path must be an S3 bucket s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to. The same S3 bucket cannot be linked more than once to the same file system.", + 'dataRepositoryPath', + 'The path to the Amazon S3 data repository that will be linked to the file system. The path must be an S3 bucket s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to. The same S3 bucket cannot be linked more than once to the same file system.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "deleteDataInFilesystem", - "Set to true to delete files from the file system upon deleting this data repository association. Defaults to `false`.", + 'deleteDataInFilesystem', + 'Set to true to delete files from the file system upon deleting this data repository association. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the Amazon FSx file system to on which to create a data repository association.", + 'fileSystemId', + 'The ID of the Amazon FSx file system to on which to create a data repository association.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fileSystemPath", - "A path on the file system that points to a high-level directory (such as `/ns1/`) or subdirectory (such as `/ns1/subdir/`) that will be mapped 1-1 with `data_repository_path`. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path `/ns1/`, then you cannot link another data repository with file system path `/ns1/ns2`. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.", + 'fileSystemPath', + 'A path on the file system that points to a high-level directory (such as `/ns1/`) or subdirectory (such as `/ns1/subdir/`) that will be mapped 1-1 with `data_repository_path`. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path `/ns1/`, then you cannot link another data repository with file system path `/ns1/ns2`. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/fsx/FileCache.ts b/src/app/Models/codegen/aws/fsx/FileCache.ts index aca7a7079..47575492c 100644 --- a/src/app/Models/codegen/aws/fsx/FileCache.ts +++ b/src/app/Models/codegen/aws/fsx/FileCache.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_FileCacheDataRepositoryAssociation, fsx_FileCacheDataRepositoryAssociation_GetTypes, -} from "../types/fsx_FileCacheDataRepositoryAssociation"; +} from '../types/fsx_FileCacheDataRepositoryAssociation'; import { fsx_FileCacheLustreConfiguration, fsx_FileCacheLustreConfiguration_GetTypes, -} from "../types/fsx_FileCacheLustreConfiguration"; +} from '../types/fsx_FileCacheLustreConfiguration'; export interface FileCacheArgs { /* @@ -119,7 +119,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "dataRepositoryAssociations", + 'dataRepositoryAssociations', "See the `data_repository_association` configuration block. Max of 8.\nA list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol. The DRA configurations must meet the following requirements: 1) All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time. 2) An NFS DRA must link to an NFS file system that supports the NFSv3 protocol. DRA automatic import and automatic export is not supported.", () => fsx_FileCacheDataRepositoryAssociation_GetTypes(), false, @@ -127,15 +127,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID.\n\nThe following arguments are optional:", + 'subnetIds', + 'A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "Specifies the ID of the AWS Key Management Service (AWS KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed AWS KMS key for your account is used.", () => [], false, @@ -143,31 +143,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "lustreConfigurations", - "See the `lustre_configuration` block. Required when `file_cache_type` is `LUSTRE`.", + 'lustreConfigurations', + 'See the `lustre_configuration` block. Required when `file_cache_type` is `LUSTRE`.', () => fsx_FileCacheLustreConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.", + 'securityGroupIds', + 'A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file cache. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file cache. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fileCacheTypeVersion", + 'fileCacheTypeVersion', "The version for the type of cache that you're creating. The only supported value is `2.12`.", () => [], true, @@ -175,23 +175,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Number, - "storageCapacity", - "The storage capacity of the cache in gibibytes (GiB). Valid values are `1200` GiB, `2400` GiB, and increments of `2400` GiB.", + 'storageCapacity', + 'The storage capacity of the cache in gibibytes (GiB). Valid values are `1200` GiB, `2400` GiB, and increments of `2400` GiB.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "copyTagsToDataRepositoryAssociations", - "A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.", + 'copyTagsToDataRepositoryAssociations', + 'A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileCacheType", + 'fileCacheType', "The type of cache that you're creating. The only supported value is `LUSTRE`.", () => [], true, diff --git a/src/app/Models/codegen/aws/fsx/LustreFileSystem.ts b/src/app/Models/codegen/aws/fsx/LustreFileSystem.ts index 356106ae9..dc488d805 100644 --- a/src/app/Models/codegen/aws/fsx/LustreFileSystem.ts +++ b/src/app/Models/codegen/aws/fsx/LustreFileSystem.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_LustreFileSystemMetadataConfiguration, fsx_LustreFileSystemMetadataConfiguration_GetTypes, -} from "../types/fsx_LustreFileSystemMetadataConfiguration"; +} from '../types/fsx_LustreFileSystemMetadataConfiguration'; import { fsx_LustreFileSystemLogConfiguration, fsx_LustreFileSystemLogConfiguration_GetTypes, -} from "../types/fsx_LustreFileSystemLogConfiguration"; +} from '../types/fsx_LustreFileSystemLogConfiguration'; import { fsx_LustreFileSystemRootSquashConfiguration, fsx_LustreFileSystemRootSquashConfiguration_GetTypes, -} from "../types/fsx_LustreFileSystemRootSquashConfiguration"; +} from '../types/fsx_LustreFileSystemRootSquashConfiguration'; export interface LustreFileSystemArgs { // How Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. see [Auto Import Data Repo](https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html) for more details. Only supported on `PERSISTENT_1` deployment types. @@ -220,15 +220,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "copyTagsToBackups", - "A boolean flag indicating whether tags for the file system should be copied to backups. Applicable for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. The default value is false.", + 'copyTagsToBackups', + 'A boolean flag indicating whether tags for the file system should be copied to backups. Applicable for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. The default value is false.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "finalBackupTags", + 'finalBackupTags', "A map of tags to apply to the file system's final backup.\n\n**Note:** If the filesystem uses a Scratch deployment type, final backup during delete will always be skipped and this argument will not be used even when set.", () => InputType_Map_GetTypes(), false, @@ -236,71 +236,71 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "automaticBackupRetentionDays", - "The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. only valid for `PERSISTENT_1` and `PERSISTENT_2` deployment_type.", + 'automaticBackupRetentionDays', + 'The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. only valid for `PERSISTENT_1` and `PERSISTENT_2` deployment_type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "driveCacheType", - "The type of drive cache used by `PERSISTENT_1` filesystems that are provisioned with `HDD` storage_type. Required for `HDD` storage_type, set to either `READ` or `NONE`.", + 'driveCacheType', + 'The type of drive cache used by `PERSISTENT_1` filesystems that are provisioned with `HDD` storage_type. Required for `HDD` storage_type, set to either `READ` or `NONE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deploymentType", - "The filesystem deployment type. One of: `SCRATCH_1`, `SCRATCH_2`, `PERSISTENT_1`, `PERSISTENT_2`.", + 'deploymentType', + 'The filesystem deployment type. One of: `SCRATCH_1`, `SCRATCH_2`, `PERSISTENT_1`, `PERSISTENT_2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageType", - "The filesystem storage type. Either `SSD` or `HDD`, defaults to `SSD`. `HDD` is only supported on `PERSISTENT_1` deployment types.", + 'storageType', + 'The filesystem storage type. Either `SSD` or `HDD`, defaults to `SSD`. `HDD` is only supported on `PERSISTENT_1` deployment types.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backupId", - "The ID of the source backup to create the filesystem from.", + 'backupId', + 'The ID of the source backup to create the filesystem from.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.", + 'securityGroupIds', + 'A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dailyAutomaticBackupStartTime", - "A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. only valid for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Requires `automatic_backup_retention_days` to be set.", + 'dailyAutomaticBackupStartTime', + 'A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. only valid for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Requires `automatic_backup_retention_days` to be set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileSystemTypeVersion", + 'fileSystemTypeVersion', "Sets the Lustre version for the file system that you're creating. Valid values are 2.10 for `SCRATCH_1`, `SCRATCH_2` and `PERSISTENT_1` deployment types. Valid values for 2.12 include all deployment types.", () => [], false, @@ -308,31 +308,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "autoImportPolicy", - "How Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. see [Auto Import Data Repo](https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html) for more details. Only supported on `PERSISTENT_1` deployment types.", + 'autoImportPolicy', + 'How Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. see [Auto Import Data Repo](https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html) for more details. Only supported on `PERSISTENT_1` deployment types.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metadataConfiguration", - "The Lustre metadata configuration used when creating an Amazon FSx for Lustre file system. This can be used to specify a user provisioned metadata scale. This is only supported when `deployment_type` is set to `PERSISTENT_2`. See `metadata_configuration` Block for details.", + 'metadataConfiguration', + 'The Lustre metadata configuration used when creating an Amazon FSx for Lustre file system. This can be used to specify a user provisioned metadata scale. This is only supported when `deployment_type` is set to `PERSISTENT_2`. See `metadata_configuration` Block for details.', () => fsx_LustreFileSystemMetadataConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "weeklyMaintenanceStartTime", - "The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.", + 'weeklyMaintenanceStartTime', + 'The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "importPath", + 'importPath', "S3 URI (with optional prefix) that you're using as the data repository for your FSx for Lustre file system. For example, `s3://example-bucket/optional-prefix/`. Only supported on `PERSISTENT_1` deployment types.", () => [], false, @@ -340,31 +340,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "rootSquashConfiguration", - "The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user. See `root_squash_configuration` Block for details.", + 'rootSquashConfiguration', + 'The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user. See `root_squash_configuration` Block for details.', () => fsx_LustreFileSystemRootSquashConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataCompressionType", - "Sets the data compression configuration for the file system. Valid values are `LZ4` and `NONE`. Default value is `NONE`. Unsetting this value reverts the compression type back to `NONE`.", + 'dataCompressionType', + 'Sets the data compression configuration for the file system. Valid values are `LZ4` and `NONE`. Default value is `NONE`. Unsetting this value reverts the compression type back to `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "logConfiguration", - "The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs. See `log_configuration` Block for details.", + 'logConfiguration', + 'The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs. See `log_configuration` Block for details.', () => fsx_LustreFileSystemLogConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subnetIds", + 'subnetIds', "A list of IDs for the subnets that the file system will be accessible from. File systems currently support only one subnet. The file server is also launched in that subnet's Availability Zone.\n\nThe following arguments are optional:", () => [], true, @@ -372,48 +372,48 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS Key to encrypt the file system at rest, applicable for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Defaults to an AWS managed KMS Key.", + 'kmsKeyId', + 'ARN for the KMS Key to encrypt the file system at rest, applicable for `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Defaults to an AWS managed KMS Key.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "perUnitStorageThroughput", - "Describes the amount of read and write throughput for each 1 tebibyte of storage, in MB/s/TiB, required for the `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Valid values for `PERSISTENT_1` deployment_type and `SSD` storage_type are 50, 100, 200. Valid values for `PERSISTENT_1` deployment_type and `HDD` storage_type are 12, 40. Valid values for `PERSISTENT_2` deployment_type and ` SSD` storage_type are 125, 250, 500, 1000.", + 'perUnitStorageThroughput', + 'Describes the amount of read and write throughput for each 1 tebibyte of storage, in MB/s/TiB, required for the `PERSISTENT_1` and `PERSISTENT_2` deployment_type. Valid values for `PERSISTENT_1` deployment_type and `SSD` storage_type are 50, 100, 200. Valid values for `PERSISTENT_1` deployment_type and `HDD` storage_type are 12, 40. Valid values for `PERSISTENT_2` deployment_type and ` SSD` storage_type are 125, 250, 500, 1000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exportPath", - "S3 URI (with optional prefix) where the root of your Amazon FSx file system is exported. Can only be specified with `import_path` argument and the path must use the same Amazon S3 bucket as specified in `import_path`. Set equal to `import_path` to overwrite files on export. Defaults to `s3://{IMPORT BUCKET}/FSxLustre{CREATION TIMESTAMP}`. Only supported on `PERSISTENT_1` deployment types.", + 'exportPath', + 'S3 URI (with optional prefix) where the root of your Amazon FSx file system is exported. Can only be specified with `import_path` argument and the path must use the same Amazon S3 bucket as specified in `import_path`. Set equal to `import_path` to overwrite files on export. Defaults to `s3://{IMPORT BUCKET}/FSxLustre{CREATION TIMESTAMP}`. Only supported on `PERSISTENT_1` deployment types.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "importedFileChunkSize", - "For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. Can only be specified with `import_path` argument. Defaults to `1024`. Minimum of `1` and maximum of `512000`. Only supported on `PERSISTENT_1` deployment types.", + 'importedFileChunkSize', + 'For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. Can only be specified with `import_path` argument. Defaults to `1024`. Minimum of `1` and maximum of `512000`. Only supported on `PERSISTENT_1` deployment types.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "storageCapacity", - "The storage capacity (GiB) of the file system. Minimum of `1200`. See more details at [Allowed values for Fsx storage capacity](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileSystem.html#FSx-CreateFileSystem-request-StorageCapacity). Update is allowed only for `SCRATCH_2`, `PERSISTENT_1` and `PERSISTENT_2` deployment types, See more details at [Fsx Storage Capacity Update](https://docs.aws.amazon.com/fsx/latest/APIReference/API_UpdateFileSystem.html#FSx-UpdateFileSystem-request-StorageCapacity). Required when not creating filesystem for a backup.", + 'storageCapacity', + 'The storage capacity (GiB) of the file system. Minimum of `1200`. See more details at [Allowed values for Fsx storage capacity](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileSystem.html#FSx-CreateFileSystem-request-StorageCapacity). Update is allowed only for `SCRATCH_2`, `PERSISTENT_1` and `PERSISTENT_2` deployment types, See more details at [Fsx Storage Capacity Update](https://docs.aws.amazon.com/fsx/latest/APIReference/API_UpdateFileSystem.html#FSx-UpdateFileSystem-request-StorageCapacity). Required when not creating filesystem for a backup.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalBackup", - "When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `true`.\n\n**Note:** If the filesystem uses a Scratch deployment type, final backup during delete will always be skipped and this argument will not be used even when set.", + 'skipFinalBackup', + 'When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `true`.\n\n**Note:** If the filesystem uses a Scratch deployment type, final backup during delete will always be skipped and this argument will not be used even when set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/fsx/OntapFileSystem.ts b/src/app/Models/codegen/aws/fsx/OntapFileSystem.ts index 47581956d..a572f6144 100644 --- a/src/app/Models/codegen/aws/fsx/OntapFileSystem.ts +++ b/src/app/Models/codegen/aws/fsx/OntapFileSystem.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapFileSystemEndpoint, fsx_OntapFileSystemEndpoint_GetTypes, -} from "../types/fsx_OntapFileSystemEndpoint"; +} from '../types/fsx_OntapFileSystemEndpoint'; import { fsx_OntapFileSystemDiskIopsConfiguration, fsx_OntapFileSystemDiskIopsConfiguration_GetTypes, -} from "../types/fsx_OntapFileSystemDiskIopsConfiguration"; +} from '../types/fsx_OntapFileSystemDiskIopsConfiguration'; export interface OntapFileSystemArgs { // A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automatic_backup_retention_days` to be set. @@ -150,39 +150,39 @@ export class OntapFileSystem extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "fsxAdminPassword", - "The ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API.", + 'fsxAdminPassword', + 'The ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredSubnetId", - "The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC).", + 'preferredSubnetId', + 'The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dailyAutomaticBackupStartTime", - "A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automatic_backup_retention_days` to be set.", + 'dailyAutomaticBackupStartTime', + 'A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automatic_backup_retention_days` to be set.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "storageCapacity", - "The storage capacity (GiB) of the file system. Valid values between `1024` and `196608` for file systems with deployment_type `SINGLE_AZ_1` and `MULTI_AZ_1`. Valid values are between `1024` and `524288` for `MULTI_AZ_2`. Valid values between `1024` (`1024` per ha pair) and `1048576` for file systems with deployment_type `SINGLE_AZ_2`. For `SINGLE_AZ_2`, the `1048576` (1PB) maximum is only supported when using 2 or more ha_pairs, the maximum is `524288` (512TB) when using 1 ha_pair.", + 'storageCapacity', + 'The storage capacity (GiB) of the file system. Valid values between `1024` and `196608` for file systems with deployment_type `SINGLE_AZ_1` and `MULTI_AZ_1`. Valid values are between `1024` and `524288` for `MULTI_AZ_2`. Valid values between `1024` (`1024` per ha pair) and `1048576` for file systems with deployment_type `SINGLE_AZ_2`. For `SINGLE_AZ_2`, the `1048576` (1PB) maximum is only supported when using 2 or more ha_pairs, the maximum is `524288` (512TB) when using 1 ha_pair.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughputCapacity", + 'throughputCapacity', "Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`. This parameter is only supported when not using the ha_pairs parameter. Either throughput_capacity or throughput_capacity_per_ha_pair must be specified.", () => [], false, @@ -190,7 +190,7 @@ export class OntapFileSystem extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "throughputCapacityPerHaPair", + 'throughputCapacityPerHaPair', "Sets the per-HA-pair throughput capacity (in MBps) for the file system that you're creating, as opposed to `throughput_capacity` which specifies the total throughput capacity for the file system. Valid value for `MULTI_AZ_1` and `SINGLE_AZ_1` are `128`, `256`, `512`, `1024`, `2048`, and `4096`. Valid values for deployment type `MULTI_AZ_2` and `SINGLE_AZ_2` are `384`,`768`,`1536`,`3072`,`6144` where `ha_pairs` is `1`. Valid values for deployment type `SINGLE_AZ_2` are `1536`, `3072`, and `6144` where `ha_pairs` is greater than 1. This parameter is only supported when specifying the ha_pairs parameter. Either throughput_capacity or throughput_capacity_per_ha_pair must be specified.", () => [], false, @@ -198,95 +198,95 @@ export class OntapFileSystem extends DS_Resource { ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.", + 'kmsKeyId', + 'ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.", + 'subnetIds', + 'A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "diskIopsConfiguration", - "The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system. See Disk Iops Configuration below.", + 'diskIopsConfiguration', + 'The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system. See Disk Iops Configuration below.', () => fsx_OntapFileSystemDiskIopsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.", + 'securityGroupIds', + 'A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "haPairs", - "The number of ha_pairs to deploy for the file system. Valid value is 1 for `SINGLE_AZ_1` or `MULTI_AZ_1` and `MULTI_AZ_2`. Valid values are 1 through 12 for `SINGLE_AZ_2`.", + 'haPairs', + 'The number of ha_pairs to deploy for the file system. Valid value is 1 for `SINGLE_AZ_1` or `MULTI_AZ_1` and `MULTI_AZ_2`. Valid values are 1 through 12 for `SINGLE_AZ_2`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageType", - "The filesystem storage type. defaults to `SSD`.", + 'storageType', + 'The filesystem storage type. defaults to `SSD`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointIpAddressRange", - "Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.", + 'endpointIpAddressRange', + 'Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "weeklyMaintenanceStartTime", - "The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.", + 'weeklyMaintenanceStartTime', + 'The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploymentType", - "The filesystem deployment type. Supports `MULTI_AZ_1`, `MULTI_AZ_2`, `SINGLE_AZ_1`, and `SINGLE_AZ_2`.", + 'deploymentType', + 'The filesystem deployment type. Supports `MULTI_AZ_1`, `MULTI_AZ_2`, `SINGLE_AZ_1`, and `SINGLE_AZ_2`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "automaticBackupRetentionDays", - "The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.", + 'automaticBackupRetentionDays', + 'The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routeTableIds", + 'routeTableIds', "Specifies the VPC route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/fsx/OntapStorageVirtualMachine.ts b/src/app/Models/codegen/aws/fsx/OntapStorageVirtualMachine.ts index e14e98872..876c1e5ff 100644 --- a/src/app/Models/codegen/aws/fsx/OntapStorageVirtualMachine.ts +++ b/src/app/Models/codegen/aws/fsx/OntapStorageVirtualMachine.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration, fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration_GetTypes, -} from "../types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration"; +} from '../types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration'; import { fsx_OntapStorageVirtualMachineEndpoint, fsx_OntapStorageVirtualMachineEndpoint_GetTypes, -} from "../types/fsx_OntapStorageVirtualMachineEndpoint"; +} from '../types/fsx_OntapStorageVirtualMachineEndpoint'; export interface OntapStorageVirtualMachineArgs { // Specifies the root volume security style, Valid values are `UNIX`, `NTFS`, and `MIXED`. All volumes created under this SVM will inherit the root security style unless the security style is specified on the volume. Default value is `UNIX`. @@ -72,15 +72,15 @@ export class OntapStorageVirtualMachine extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "rootVolumeSecurityStyle", - "Specifies the root volume security style, Valid values are `UNIX`, `NTFS`, and `MIXED`. All volumes created under this SVM will inherit the root security style unless the security style is specified on the volume. Default value is `UNIX`.", + 'rootVolumeSecurityStyle', + 'Specifies the root volume security style, Valid values are `UNIX`, `NTFS`, and `MIXED`. All volumes created under this SVM will inherit the root security style unless the security style is specified on the volume. Default value is `UNIX`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "svmAdminPassword", + 'svmAdminPassword', "Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint. Doing so enables you to manage the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.", () => [], false, @@ -88,16 +88,16 @@ export class OntapStorageVirtualMachine extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the storage virtual machine. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the storage virtual machine. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "activeDirectoryConfiguration", - "Configuration block that Amazon FSx uses to join the FSx ONTAP Storage Virtual Machine(SVM) to your Microsoft Active Directory (AD) directory. Detailed below.", + 'activeDirectoryConfiguration', + 'Configuration block that Amazon FSx uses to join the FSx ONTAP Storage Virtual Machine(SVM) to your Microsoft Active Directory (AD) directory. Detailed below.', () => fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration_GetTypes(), false, @@ -105,16 +105,16 @@ export class OntapStorageVirtualMachine extends DS_Resource { ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the Amazon FSx ONTAP File System that this SVM will be created on.", + 'fileSystemId', + 'The ID of the Amazon FSx ONTAP File System that this SVM will be created on.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the SVM. You can use a maximum of 47 alphanumeric characters, plus the underscore (_) special character.", + 'name', + 'The name of the SVM. You can use a maximum of 47 alphanumeric characters, plus the underscore (_) special character.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/fsx/OntapVolume.ts b/src/app/Models/codegen/aws/fsx/OntapVolume.ts index cb6adc4f3..c6c97638f 100644 --- a/src/app/Models/codegen/aws/fsx/OntapVolume.ts +++ b/src/app/Models/codegen/aws/fsx/OntapVolume.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapVolumeTieringPolicy, fsx_OntapVolumeTieringPolicy_GetTypes, -} from "../types/fsx_OntapVolumeTieringPolicy"; +} from '../types/fsx_OntapVolumeTieringPolicy'; import { fsx_OntapVolumeAggregateConfiguration, fsx_OntapVolumeAggregateConfiguration_GetTypes, -} from "../types/fsx_OntapVolumeAggregateConfiguration"; +} from '../types/fsx_OntapVolumeAggregateConfiguration'; import { fsx_OntapVolumeSnaplockConfiguration, fsx_OntapVolumeSnaplockConfiguration_GetTypes, -} from "../types/fsx_OntapVolumeSnaplockConfiguration"; +} from '../types/fsx_OntapVolumeSnaplockConfiguration'; export interface OntapVolumeArgs { // A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to `false`. @@ -162,31 +162,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "storageVirtualMachineId", - "Specifies the storage virtual machine in which to create the volume.\n\nThe following arguments are optional:", + 'storageVirtualMachineId', + 'Specifies the storage virtual machine in which to create the volume.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotPolicy", - "Specifies the snapshot policy for the volume. See [snapshot policies](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snapshots-ontap.html#snapshot-policies) in the Amazon FSx ONTAP User Guide", + 'snapshotPolicy', + 'Specifies the snapshot policy for the volume. See [snapshot policies](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snapshots-ontap.html#snapshot-policies) in the Amazon FSx ONTAP User Guide', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "copyTagsToBackups", - "A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to `false`.", + 'copyTagsToBackups', + 'A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "finalBackupTags", + 'finalBackupTags', "A map of tags to apply to the volume's final backup.", () => InputType_Map_GetTypes(), false, @@ -194,111 +194,111 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "The name of the Volume. You can use a maximum of 203 alphanumeric characters, plus the underscore (_) special character.", + 'name', + 'The name of the Volume. You can use a maximum of 203 alphanumeric characters, plus the underscore (_) special character.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "snaplockConfiguration", - "The SnapLock configuration for an FSx for ONTAP volume. See `snaplock_configuration` Block for details.", + 'snaplockConfiguration', + 'The SnapLock configuration for an FSx for ONTAP volume. See `snaplock_configuration` Block for details.', () => fsx_OntapVolumeSnaplockConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tieringPolicy", - "The data tiering policy for an FSx for ONTAP volume. See `tiering_policy` Block for details.", + 'tieringPolicy', + 'The data tiering policy for an FSx for ONTAP volume. See `tiering_policy` Block for details.', () => fsx_OntapVolumeTieringPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "aggregateConfiguration", - "The Aggregate configuration only applies to `FLEXGROUP` volumes. See [`aggregate_configuration` Block] for details.", + 'aggregateConfiguration', + 'The Aggregate configuration only applies to `FLEXGROUP` volumes. See [`aggregate_configuration` Block] for details.', () => fsx_OntapVolumeAggregateConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "bypassSnaplockEnterpriseRetention", - "Setting this to `true` allows a SnapLock administrator to delete an FSx for ONTAP SnapLock Enterprise volume with unexpired write once, read many (WORM) files. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.", + 'bypassSnaplockEnterpriseRetention', + 'Setting this to `true` allows a SnapLock administrator to delete an FSx for ONTAP SnapLock Enterprise volume with unexpired write once, read many (WORM) files. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "storageEfficiencyEnabled", - "Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.", + 'storageEfficiencyEnabled', + 'Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeStyle", - "Specifies the styles of volume, valid values are `FLEXVOL`, `FLEXGROUP`. Default value is `FLEXVOL`. FLEXGROUPS have a larger minimum and maximum size. See Volume Styles for more details. [Volume Styles](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles.html)", + 'volumeStyle', + 'Specifies the styles of volume, valid values are `FLEXVOL`, `FLEXGROUP`. Default value is `FLEXVOL`. FLEXGROUPS have a larger minimum and maximum size. See Volume Styles for more details. [Volume Styles](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles.html)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ontapVolumeType", - "Specifies the type of volume, valid values are `RW`, `DP`. Default value is `RW`. These can be set by the ONTAP CLI or API. This setting is used as part of migration and replication [Migrating to Amazon FSx for NetApp ONTAP](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/migrating-fsx-ontap.html)", + 'ontapVolumeType', + 'Specifies the type of volume, valid values are `RW`, `DP`. Default value is `RW`. These can be set by the ONTAP CLI or API. This setting is used as part of migration and replication [Migrating to Amazon FSx for NetApp ONTAP](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/migrating-fsx-ontap.html)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "The type of volume, currently the only valid value is `ONTAP`.", + 'volumeType', + 'The type of volume, currently the only valid value is `ONTAP`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "sizeInMegabytes", - "Specifies the size of the volume, in megabytes (MB), that you are creating. Supported when creating volumes under 2 PB. Either size_in_bytes or size_in_megabytes must be specified. Minimum size for `FLEXGROUP` volumes are 100GiB per constituent.", + 'sizeInMegabytes', + 'Specifies the size of the volume, in megabytes (MB), that you are creating. Supported when creating volumes under 2 PB. Either size_in_bytes or size_in_megabytes must be specified. Minimum size for `FLEXGROUP` volumes are 100GiB per constituent.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalBackup", - "When enabled, will skip the default final backup taken when the volume is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.", + 'skipFinalBackup', + 'When enabled, will skip the default final backup taken when the volume is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityStyle", - "Specifies the volume security style, Valid values are `UNIX`, `NTFS`, and `MIXED`.", + 'securityStyle', + 'Specifies the volume security style, Valid values are `UNIX`, `NTFS`, and `MIXED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sizeInBytes", - "Specifies the size of the volume, in megabytes (MB), that you are creating. Can be used for any size but required for volumes over 2 PB. Either size_in_bytes or size_in_megabytes must be specified. Minimum size for `FLEXGROUP` volumes are 100GiB per constituent.", + 'sizeInBytes', + 'Specifies the size of the volume, in megabytes (MB), that you are creating. Can be used for any size but required for volumes over 2 PB. Either size_in_bytes or size_in_megabytes must be specified. Minimum size for `FLEXGROUP` volumes are 100GiB per constituent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "junctionPath", + 'junctionPath', "Specifies the location in the storage virtual machine's namespace where the volume is mounted. The junction_path must have a leading forward slash, such as `/vol3`", () => [], false, @@ -306,8 +306,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the volume. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the volume. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/fsx/OpenZfsFileSystem.ts b/src/app/Models/codegen/aws/fsx/OpenZfsFileSystem.ts index 9da85867a..cd8a6a7a1 100644 --- a/src/app/Models/codegen/aws/fsx/OpenZfsFileSystem.ts +++ b/src/app/Models/codegen/aws/fsx/OpenZfsFileSystem.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OpenZfsFileSystemDiskIopsConfiguration, fsx_OpenZfsFileSystemDiskIopsConfiguration_GetTypes, -} from "../types/fsx_OpenZfsFileSystemDiskIopsConfiguration"; +} from '../types/fsx_OpenZfsFileSystemDiskIopsConfiguration'; import { fsx_OpenZfsFileSystemRootVolumeConfiguration, fsx_OpenZfsFileSystemRootVolumeConfiguration_GetTypes, -} from "../types/fsx_OpenZfsFileSystemRootVolumeConfiguration"; +} from '../types/fsx_OpenZfsFileSystemRootVolumeConfiguration'; export interface OpenZfsFileSystemArgs { // (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. @@ -185,79 +185,79 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.", + 'kmsKeyId', + 'ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "deleteOptions", - "List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values: `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.", + 'deleteOptions', + 'List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values: `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rootVolumeConfiguration", - "The configuration for the root volume of the file system. All other volumes are children or the root volume. See `root_volume_configuration` Block for details.", + 'rootVolumeConfiguration', + 'The configuration for the root volume of the file system. All other volumes are children or the root volume. See `root_volume_configuration` Block for details.', () => fsx_OpenZfsFileSystemRootVolumeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.", + 'securityGroupIds', + 'A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "endpointIpAddressRange", - "(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.", + 'endpointIpAddressRange', + '(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "automaticBackupRetentionDays", - "The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.", + 'automaticBackupRetentionDays', + 'The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploymentType", - "The filesystem deployment type. Valid values: `SINGLE_AZ_1`, `SINGLE_AZ_2` and `MULTI_AZ_1`.", + 'deploymentType', + 'The filesystem deployment type. Valid values: `SINGLE_AZ_1`, `SINGLE_AZ_2` and `MULTI_AZ_1`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of IDs for the subnets that the file system will be accessible from.", + 'subnetIds', + 'A list of IDs for the subnets that the file system will be accessible from.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "copyTagsToBackups", - "A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.", + 'copyTagsToBackups', + 'A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "routeTableIds", + 'routeTableIds', "(Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.", () => InputType_String_GetTypes(), false, @@ -265,71 +265,71 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Number, - "storageCapacity", - "The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.", + 'storageCapacity', + 'The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "weeklyMaintenanceStartTime", - "The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.", + 'weeklyMaintenanceStartTime', + 'The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dailyAutomaticBackupStartTime", - "A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automatic_backup_retention_days` to be set.", + 'dailyAutomaticBackupStartTime', + 'A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automatic_backup_retention_days` to be set.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "diskIopsConfiguration", - "The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See `disk_iops_configuration` Block for details.", + 'diskIopsConfiguration', + 'The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See `disk_iops_configuration` Block for details.', () => fsx_OpenZfsFileSystemDiskIopsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "backupId", - "The ID of the source backup to create the filesystem from.", + 'backupId', + 'The ID of the source backup to create the filesystem from.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageType", - "The filesystem storage type. Only `SSD` is supported.", + 'storageType', + 'The filesystem storage type. Only `SSD` is supported.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughputCapacity", - "Throughput (MB/s) of the file system. Valid values depend on `deployment_type`. Must be one of `64`, `128`, `256`, `512`, `1024`, `2048`, `3072`, `4096` for `SINGLE_AZ_1`. Must be one of `160`, `320`, `640`, `1280`, `2560`, `3840`, `5120`, `7680`, `10240` for `SINGLE_AZ_2`.\n\nThe following arguments are optional:", + 'throughputCapacity', + 'Throughput (MB/s) of the file system. Valid values depend on `deployment_type`. Must be one of `64`, `128`, `256`, `512`, `1024`, `2048`, `3072`, `4096` for `SINGLE_AZ_1`. Must be one of `160`, `320`, `640`, `1280`, `2560`, `3840`, `5120`, `7680`, `10240` for `SINGLE_AZ_2`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "finalBackupTags", + 'finalBackupTags', "A map of tags to apply to the file system's final backup.", () => InputType_Map_GetTypes(), false, @@ -337,24 +337,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "copyTagsToVolumes", - "A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.", + 'copyTagsToVolumes', + 'A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredSubnetId", - "(Multi-AZ only) Required when `deployment_type` is set to `MULTI_AZ_1`. This specifies the subnet in which you want the preferred file server to be located.", + 'preferredSubnetId', + '(Multi-AZ only) Required when `deployment_type` is set to `MULTI_AZ_1`. This specifies the subnet in which you want the preferred file server to be located.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "skipFinalBackup", - "When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.", + 'skipFinalBackup', + 'When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/fsx/OpenZfsSnapshot.ts b/src/app/Models/codegen/aws/fsx/OpenZfsSnapshot.ts index 20f022b6e..eb1ae31fd 100644 --- a/src/app/Models/codegen/aws/fsx/OpenZfsSnapshot.ts +++ b/src/app/Models/codegen/aws/fsx/OpenZfsSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OpenZfsSnapshotArgs { // A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup. @@ -40,24 +40,24 @@ export class OpenZfsSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "volumeId", - "The ID of the volume to snapshot. This can be the root volume or a child volume.", + 'volumeId', + 'The ID of the volume to snapshot. This can be the root volume or a child volume.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Snapshot. You can use a maximum of 203 alphanumeric characters plus either _ or - or : or . for the name.", + 'name', + 'The name of the Snapshot. You can use a maximum of 203 alphanumeric characters plus either _ or - or : or . for the name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.", + 'tags', + 'A map of tags to assign to the file system. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. If you have set `copy_tags_to_backups` to true, and you specify one or more tags, no existing file system tags are copied from the file system to the backup.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/fsx/OpenZfsVolume.ts b/src/app/Models/codegen/aws/fsx/OpenZfsVolume.ts index b799809bd..4f04b9474 100644 --- a/src/app/Models/codegen/aws/fsx/OpenZfsVolume.ts +++ b/src/app/Models/codegen/aws/fsx/OpenZfsVolume.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OpenZfsVolumeOriginSnapshot, fsx_OpenZfsVolumeOriginSnapshot_GetTypes, -} from "../types/fsx_OpenZfsVolumeOriginSnapshot"; +} from '../types/fsx_OpenZfsVolumeOriginSnapshot'; import { fsx_OpenZfsVolumeNfsExports, fsx_OpenZfsVolumeNfsExports_GetTypes, -} from "../types/fsx_OpenZfsVolumeNfsExports"; +} from '../types/fsx_OpenZfsVolumeNfsExports'; import { fsx_OpenZfsVolumeUserAndGroupQuota, fsx_OpenZfsVolumeUserAndGroupQuota_GetTypes, -} from "../types/fsx_OpenZfsVolumeUserAndGroupQuota"; +} from '../types/fsx_OpenZfsVolumeUserAndGroupQuota'; export interface OpenZfsVolumeArgs { // The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB. @@ -115,39 +115,39 @@ export class OpenZfsVolume extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "storageCapacityReservationGib", - "The amount of storage in gibibytes (GiB) to reserve from the parent volume.", + 'storageCapacityReservationGib', + 'The amount of storage in gibibytes (GiB) to reserve from the parent volume.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentVolumeId", - "The volume id of volume that will be the parent volume for the volume being created, this could be the root volume created from the `aws.fsx.OpenZfsFileSystem` resource with the `root_volume_id` or the `id` property of another `aws.fsx.OpenZfsVolume`.", + 'parentVolumeId', + 'The volume id of volume that will be the parent volume for the volume being created, this could be the root volume created from the `aws.fsx.OpenZfsFileSystem` resource with the `root_volume_id` or the `id` property of another `aws.fsx.OpenZfsVolume`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "readOnly", - "specifies whether the volume is read-only. Default is false.", + 'readOnly', + 'specifies whether the volume is read-only. Default is false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataCompressionType", + 'dataCompressionType', "Method used to compress the data on the volume. Valid values are `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.", () => [], false, @@ -155,72 +155,72 @@ export class OpenZfsVolume extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the Volume. You can use a maximum of 203 alphanumeric characters, plus the underscore (_) special character.", + 'name', + 'The name of the Volume. You can use a maximum of 203 alphanumeric characters, plus the underscore (_) special character.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshots", - "A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.", + 'copyTagsToSnapshots', + 'A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deleteVolumeOptions", - "Whether to delete all child volumes and snapshots. Valid values: `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`. This configuration must be applied separately before attempting to delete the resource to have the desired behavior..", + 'deleteVolumeOptions', + 'Whether to delete all child volumes and snapshots. Valid values: `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`. This configuration must be applied separately before attempting to delete the resource to have the desired behavior..', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "userAndGroupQuotas", - "Specify how much storage users or groups can use on the volume. Maximum of 100 items. See `user_and_group_quotas` Block Below.", + 'userAndGroupQuotas', + 'Specify how much storage users or groups can use on the volume. Maximum of 100 items. See `user_and_group_quotas` Block Below.', () => fsx_OpenZfsVolumeUserAndGroupQuota_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "originSnapshot", - "Specifies the configuration to use when creating the OpenZFS volume. See `origin_snapshot` Block below for details.", + 'originSnapshot', + 'Specifies the configuration to use when creating the OpenZFS volume. See `origin_snapshot` Block below for details.', () => fsx_OpenZfsVolumeOriginSnapshot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "recordSizeKib", - "The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.", + 'recordSizeKib', + 'The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "storageCapacityQuotaGib", - "The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.", + 'storageCapacityQuotaGib', + 'The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "nfsExports", - "NFS export configuration for the root volume. Exactly 1 item. See `nfs_exports` Block Below for details.", + 'nfsExports', + 'NFS export configuration for the root volume. Exactly 1 item. See `nfs_exports` Block Below for details.', () => fsx_OpenZfsVolumeNfsExports_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/fsx/WindowsFileSystem.ts b/src/app/Models/codegen/aws/fsx/WindowsFileSystem.ts index 2bb6777ac..fd20ba2cd 100644 --- a/src/app/Models/codegen/aws/fsx/WindowsFileSystem.ts +++ b/src/app/Models/codegen/aws/fsx/WindowsFileSystem.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_WindowsFileSystemAuditLogConfiguration, fsx_WindowsFileSystemAuditLogConfiguration_GetTypes, -} from "../types/fsx_WindowsFileSystemAuditLogConfiguration"; +} from '../types/fsx_WindowsFileSystemAuditLogConfiguration'; import { fsx_WindowsFileSystemDiskIopsConfiguration, fsx_WindowsFileSystemDiskIopsConfiguration_GetTypes, -} from "../types/fsx_WindowsFileSystemDiskIopsConfiguration"; +} from '../types/fsx_WindowsFileSystemDiskIopsConfiguration'; import { fsx_WindowsFileSystemSelfManagedActiveDirectory, fsx_WindowsFileSystemSelfManagedActiveDirectory_GetTypes, -} from "../types/fsx_WindowsFileSystemSelfManagedActiveDirectory"; +} from '../types/fsx_WindowsFileSystemSelfManagedActiveDirectory'; export interface WindowsFileSystemArgs { // The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system. See `audit_log_configuration` Block for details. @@ -183,39 +183,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "throughputCapacity", - "Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of `8` and maximum of `2048`.\n\nThe following arguments are optional:", + 'throughputCapacity', + 'Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of `8` and maximum of `2048`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deploymentType", - "Specifies the file system deployment type, valid values are `MULTI_AZ_1`, `SINGLE_AZ_1` and `SINGLE_AZ_2`. Default value is `SINGLE_AZ_1`.", + 'deploymentType', + 'Specifies the file system deployment type, valid values are `MULTI_AZ_1`, `SINGLE_AZ_1` and `SINGLE_AZ_2`. Default value is `SINGLE_AZ_1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS Key to encrypt the file system at rest. Defaults to an AWS managed KMS Key.", + 'kmsKeyId', + 'ARN for the KMS Key to encrypt the file system at rest. Defaults to an AWS managed KMS Key.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "copyTagsToBackups", - "A boolean flag indicating whether tags on the file system should be copied to backups. Defaults to `false`.", + 'copyTagsToBackups', + 'A boolean flag indicating whether tags on the file system should be copied to backups. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "activeDirectoryId", + 'activeDirectoryId', "The ID for an existing Microsoft Active Directory instance that the file system should join when it's created. Cannot be specified with `self_managed_active_directory`.", () => [], false, @@ -223,111 +223,111 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.", + 'securityGroupIds', + 'A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "storageCapacity", - "Storage capacity (GiB) of the file system. Minimum of 32 and maximum of 65536. If the storage type is set to `HDD` the minimum value is 2000. Required when not creating filesystem for a backup.", + 'storageCapacity', + 'Storage capacity (GiB) of the file system. Minimum of 32 and maximum of 65536. If the storage type is set to `HDD` the minimum value is 2000. Required when not creating filesystem for a backup.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "weeklyMaintenanceStartTime", - "The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.", + 'weeklyMaintenanceStartTime', + 'The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "diskIopsConfiguration", - "The SSD IOPS configuration for the Amazon FSx for Windows File Server file system. See `disk_iops_configuration` Block for details.", + 'diskIopsConfiguration', + 'The SSD IOPS configuration for the Amazon FSx for Windows File Server file system. See `disk_iops_configuration` Block for details.', () => fsx_WindowsFileSystemDiskIopsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preferredSubnetId", - "Specifies the subnet in which you want the preferred file server to be located. Required for when deployment type is `MULTI_AZ_1`.", + 'preferredSubnetId', + 'Specifies the subnet in which you want the preferred file server to be located. Required for when deployment type is `MULTI_AZ_1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageType", - "Specifies the storage type, Valid values are `SSD` and `HDD`. `HDD` is supported on `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types. Default value is `SSD`.", + 'storageType', + 'Specifies the storage type, Valid values are `SSD` and `HDD`. `HDD` is supported on `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types. Default value is `SSD`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backupId", - "The ID of the source backup to create the filesystem from.", + 'backupId', + 'The ID of the source backup to create the filesystem from.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "selfManagedActiveDirectory", - "Configuration block that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory. Cannot be specified with `active_directory_id`. See `self_managed_active_directory` Block for details.", + 'selfManagedActiveDirectory', + 'Configuration block that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory. Cannot be specified with `active_directory_id`. See `self_managed_active_directory` Block for details.', () => fsx_WindowsFileSystemSelfManagedActiveDirectory_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "auditLogConfiguration", - "The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system. See `audit_log_configuration` Block for details.", + 'auditLogConfiguration', + 'The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system. See `audit_log_configuration` Block for details.', () => fsx_WindowsFileSystemAuditLogConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of IDs for the subnets that the file system will be accessible from. To specify more than a single subnet set `deployment_type` to `MULTI_AZ_1`.", + 'subnetIds', + 'A list of IDs for the subnets that the file system will be accessible from. To specify more than a single subnet set `deployment_type` to `MULTI_AZ_1`.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "aliases", - "An array DNS alias names that you want to associate with the Amazon FSx file system. For more information, see [Working with DNS Aliases](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html)", + 'aliases', + 'An array DNS alias names that you want to associate with the Amazon FSx file system. For more information, see [Working with DNS Aliases](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "automaticBackupRetentionDays", - "The number of days to retain automatic backups. Minimum of `0` and maximum of `90`. Defaults to `7`. Set to `0` to disable.", + 'automaticBackupRetentionDays', + 'The number of days to retain automatic backups. Minimum of `0` and maximum of `90`. Defaults to `7`. Set to `0` to disable.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "finalBackupTags", + 'finalBackupTags', "A map of tags to apply to the file system's final backup.", () => InputType_Map_GetTypes(), false, @@ -335,16 +335,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "skipFinalBackup", - "When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.", + 'skipFinalBackup', + 'When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dailyAutomaticBackupStartTime", - "The preferred time (in `HH:MM` format) to take daily automatic backups, in the UTC time zone.", + 'dailyAutomaticBackupStartTime', + 'The preferred time (in `HH:MM` format) to take daily automatic backups, in the UTC time zone.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/gamelift/Alias.ts b/src/app/Models/codegen/aws/gamelift/Alias.ts index 63e9f8917..b081e4997 100644 --- a/src/app/Models/codegen/aws/gamelift/Alias.ts +++ b/src/app/Models/codegen/aws/gamelift/Alias.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_AliasRoutingStrategy, gamelift_AliasRoutingStrategy_GetTypes, -} from "../types/gamelift_AliasRoutingStrategy"; +} from '../types/gamelift_AliasRoutingStrategy'; export interface AliasArgs { // Name of the alias. @@ -47,32 +47,32 @@ export class Alias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the alias.", + 'name', + 'Name of the alias.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "routingStrategy", - "Specifies the fleet and/or routing type to use for the alias.", + 'routingStrategy', + 'Specifies the fleet and/or routing type to use for the alias.', () => gamelift_AliasRoutingStrategy_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the alias.", + 'description', + 'Description of the alias.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/gamelift/Build.ts b/src/app/Models/codegen/aws/gamelift/Build.ts index 431fb2da1..66d7f5e72 100644 --- a/src/app/Models/codegen/aws/gamelift/Build.ts +++ b/src/app/Models/codegen/aws/gamelift/Build.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_BuildStorageLocation, gamelift_BuildStorageLocation_GetTypes, -} from "../types/gamelift_BuildStorageLocation"; +} from '../types/gamelift_BuildStorageLocation'; export interface BuildArgs { // Version that is associated with this build. @@ -53,40 +53,40 @@ export class Build extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version that is associated with this build.", + 'version', + 'Version that is associated with this build.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the build", + 'name', + 'Name of the build', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operatingSystem", - "Operating system that the game server binaries are built to run on. Valid values: `WINDOWS_2012`, `AMAZON_LINUX`, `AMAZON_LINUX_2`, `WINDOWS_2016`, `AMAZON_LINUX_2023`.", + 'operatingSystem', + 'Operating system that the game server binaries are built to run on. Valid values: `WINDOWS_2012`, `AMAZON_LINUX`, `AMAZON_LINUX_2`, `WINDOWS_2016`, `AMAZON_LINUX_2023`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "storageLocation", - "Information indicating where your game build files are stored. See below.", + 'storageLocation', + 'Information indicating where your game build files are stored. See below.', () => gamelift_BuildStorageLocation_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/gamelift/Fleet.ts b/src/app/Models/codegen/aws/gamelift/Fleet.ts index ced702ca5..7e60296e6 100644 --- a/src/app/Models/codegen/aws/gamelift/Fleet.ts +++ b/src/app/Models/codegen/aws/gamelift/Fleet.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_FleetEc2InboundPermission, gamelift_FleetEc2InboundPermission_GetTypes, -} from "../types/gamelift_FleetEc2InboundPermission"; +} from '../types/gamelift_FleetEc2InboundPermission'; import { gamelift_FleetResourceCreationLimitPolicy, gamelift_FleetResourceCreationLimitPolicy_GetTypes, -} from "../types/gamelift_FleetResourceCreationLimitPolicy"; +} from '../types/gamelift_FleetResourceCreationLimitPolicy'; import { gamelift_FleetCertificateConfiguration, gamelift_FleetCertificateConfiguration_GetTypes, -} from "../types/gamelift_FleetCertificateConfiguration"; +} from '../types/gamelift_FleetCertificateConfiguration'; import { gamelift_FleetRuntimeConfiguration, gamelift_FleetRuntimeConfiguration_GetTypes, -} from "../types/gamelift_FleetRuntimeConfiguration"; +} from '../types/gamelift_FleetRuntimeConfiguration'; export interface FleetArgs { // Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below. @@ -131,112 +131,112 @@ export class Fleet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceRoleArn", - "ARN of an IAM role that instances in the fleet can assume.", + 'instanceRoleArn', + 'ARN of an IAM role that instances in the fleet can assume.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "runtimeConfiguration", - "Instructions for launching server processes on each instance in the fleet. See below.", + 'runtimeConfiguration', + 'Instructions for launching server processes on each instance in the fleet. See below.', () => gamelift_FleetRuntimeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scriptId", - "ID of the GameLift Script to be deployed on the fleet.", + 'scriptId', + 'ID of the GameLift Script to be deployed on the fleet.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ec2InboundPermissions", - "Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below.", + 'ec2InboundPermissions', + 'Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. See below.', () => gamelift_FleetEc2InboundPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "buildId", - "ID of the GameLift Build to be deployed on the fleet.", + 'buildId', + 'ID of the GameLift Build to be deployed on the fleet.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "metricGroups", - "List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`.", + 'metricGroups', + 'List of names of metric groups to add this fleet to. A metric group tracks metrics across all fleets in the group. Defaults to `default`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the fleet.", + 'name', + 'The name of the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "newGameSessionProtectionPolicy", - "Game session protection policy to apply to all instances in this fleetE.g., `FullProtection`. Defaults to `NoProtection`.", + 'newGameSessionProtectionPolicy', + 'Game session protection policy to apply to all instances in this fleetE.g., `FullProtection`. Defaults to `NoProtection`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "resourceCreationLimitPolicy", - "Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. See below.", + 'resourceCreationLimitPolicy', + 'Policy that limits the number of game sessions an individual player can create over a span of time for this fleet. See below.', () => gamelift_FleetResourceCreationLimitPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "certificateConfiguration", - "Prompts GameLift to generate a TLS/SSL certificate for the fleet. See certificate_configuration.", + 'certificateConfiguration', + 'Prompts GameLift to generate a TLS/SSL certificate for the fleet. See certificate_configuration.', () => gamelift_FleetCertificateConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ec2InstanceType", - "Name of an EC2 instance typeE.g., `t2.micro`", + 'ec2InstanceType', + 'Name of an EC2 instance typeE.g., `t2.micro`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fleetType", - "Type of fleet. This value must be `ON_DEMAND` or `SPOT`. Defaults to `ON_DEMAND`.", + 'fleetType', + 'Type of fleet. This value must be `ON_DEMAND` or `SPOT`. Defaults to `ON_DEMAND`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Human-readable description of the fleet.", + 'description', + 'Human-readable description of the fleet.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/gamelift/GameServerGroup.ts b/src/app/Models/codegen/aws/gamelift/GameServerGroup.ts index 1e2b2d9a0..33837a32f 100644 --- a/src/app/Models/codegen/aws/gamelift/GameServerGroup.ts +++ b/src/app/Models/codegen/aws/gamelift/GameServerGroup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_GameServerGroupInstanceDefinition, gamelift_GameServerGroupInstanceDefinition_GetTypes, -} from "../types/gamelift_GameServerGroupInstanceDefinition"; +} from '../types/gamelift_GameServerGroupInstanceDefinition'; import { gamelift_GameServerGroupLaunchTemplate, gamelift_GameServerGroupLaunchTemplate_GetTypes, -} from "../types/gamelift_GameServerGroupLaunchTemplate"; +} from '../types/gamelift_GameServerGroupLaunchTemplate'; import { gamelift_GameServerGroupAutoScalingPolicy, gamelift_GameServerGroupAutoScalingPolicy_GetTypes, -} from "../types/gamelift_GameServerGroupAutoScalingPolicy"; +} from '../types/gamelift_GameServerGroupAutoScalingPolicy'; export interface GameServerGroupArgs { /* @@ -144,88 +144,88 @@ During automatic scaling events, GameLift FleetIQ and EC2 do not scale down the return [ new DynamicUIProps( InputType.String, - "gameServerProtectionPolicy", - "Indicates whether instances in the game server group are protected from early termination.\nUnprotected instances that have active game servers running might be terminated during a scale-down event,\ncausing players to be dropped from the game.\nProtected instances cannot be terminated while there are active game servers running except in the event\nof a forced game server group deletion.\nValid values: `NO_PROTECTION`, `FULL_PROTECTION`. Defaults to `NO_PROTECTION`.", + 'gameServerProtectionPolicy', + 'Indicates whether instances in the game server group are protected from early termination.\nUnprotected instances that have active game servers running might be terminated during a scale-down event,\ncausing players to be dropped from the game.\nProtected instances cannot be terminated while there are active game servers running except in the event\nof a forced game server group deletion.\nValid values: `NO_PROTECTION`, `FULL_PROTECTION`. Defaults to `NO_PROTECTION`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcSubnets", - "A list of VPC subnets to use with instances in the game server group.\nBy default, all GameLift FleetIQ-supported Availability Zones are used.", + 'vpcSubnets', + 'A list of VPC subnets to use with instances in the game server group.\nBy default, all GameLift FleetIQ-supported Availability Zones are used.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "gameServerGroupName", - "Name of the game server group.\nThis value is used to generate unique ARN identifiers for the EC2 Auto Scaling group and the GameLift FleetIQ game server group.", + 'gameServerGroupName', + 'Name of the game server group.\nThis value is used to generate unique ARN identifiers for the EC2 Auto Scaling group and the GameLift FleetIQ game server group.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "instanceDefinitions", - "", + 'instanceDefinitions', + '', () => gamelift_GameServerGroupInstanceDefinition_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "", + 'launchTemplate', + '', () => gamelift_GameServerGroupLaunchTemplate_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxSize", - "The maximum number of instances allowed in the EC2 Auto Scaling group.\nDuring automatic scaling events, GameLift FleetIQ and EC2 do not scale up the group above this maximum.", + 'maxSize', + 'The maximum number of instances allowed in the EC2 Auto Scaling group.\nDuring automatic scaling events, GameLift FleetIQ and EC2 do not scale up the group above this maximum.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN for an IAM role that allows Amazon GameLift to access your EC2 Auto Scaling groups.", + 'roleArn', + 'ARN for an IAM role that allows Amazon GameLift to access your EC2 Auto Scaling groups.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags", + 'tags', + 'Key-value map of resource tags', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "minSize", - "The minimum number of instances allowed in the EC2 Auto Scaling group.\nDuring automatic scaling events, GameLift FleetIQ and EC2 do not scale down the group below this minimum.", + 'minSize', + 'The minimum number of instances allowed in the EC2 Auto Scaling group.\nDuring automatic scaling events, GameLift FleetIQ and EC2 do not scale down the group below this minimum.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "balancingStrategy", - "Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances.\nValid values: `SPOT_ONLY`, `SPOT_PREFERRED`, `ON_DEMAND_ONLY`. Defaults to `SPOT_PREFERRED`.", + 'balancingStrategy', + 'Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances.\nValid values: `SPOT_ONLY`, `SPOT_PREFERRED`, `ON_DEMAND_ONLY`. Defaults to `SPOT_PREFERRED`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "autoScalingPolicy", - "", + 'autoScalingPolicy', + '', () => gamelift_GameServerGroupAutoScalingPolicy_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/gamelift/GameSessionQueue.ts b/src/app/Models/codegen/aws/gamelift/GameSessionQueue.ts index afed627f5..2b9c95fb9 100644 --- a/src/app/Models/codegen/aws/gamelift/GameSessionQueue.ts +++ b/src/app/Models/codegen/aws/gamelift/GameSessionQueue.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_GameSessionQueuePlayerLatencyPolicy, gamelift_GameSessionQueuePlayerLatencyPolicy_GetTypes, -} from "../types/gamelift_GameSessionQueuePlayerLatencyPolicy"; +} from '../types/gamelift_GameSessionQueuePlayerLatencyPolicy'; export interface GameSessionQueueArgs { // An SNS topic ARN that is set up to receive game session placement notifications. @@ -65,56 +65,56 @@ export class GameSessionQueue extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customEventData", - "Information to be added to all events that are related to this game session queue.", + 'customEventData', + 'Information to be added to all events that are related to this game session queue.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "destinations", - "List of fleet/alias ARNs used by session queue for placing game sessions.", + 'destinations', + 'List of fleet/alias ARNs used by session queue for placing game sessions.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the session queue.", + 'name', + 'Name of the session queue.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationTarget", - "An SNS topic ARN that is set up to receive game session placement notifications.", + 'notificationTarget', + 'An SNS topic ARN that is set up to receive game session placement notifications.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "playerLatencyPolicies", - "One or more policies used to choose fleet based on player latency. See below.", + 'playerLatencyPolicies', + 'One or more policies used to choose fleet based on player latency. See below.', () => gamelift_GameSessionQueuePlayerLatencyPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "Maximum time a game session request can remain in the queue.", + 'timeoutInSeconds', + 'Maximum time a game session request can remain in the queue.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/gamelift/MatchmakingConfiguration.ts b/src/app/Models/codegen/aws/gamelift/MatchmakingConfiguration.ts index aac9830f8..a1f4d847f 100644 --- a/src/app/Models/codegen/aws/gamelift/MatchmakingConfiguration.ts +++ b/src/app/Models/codegen/aws/gamelift/MatchmakingConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_MatchmakingConfigurationGameProperty, gamelift_MatchmakingConfigurationGameProperty_GetTypes, -} from "../types/gamelift_MatchmakingConfigurationGameProperty"; +} from '../types/gamelift_MatchmakingConfigurationGameProperty'; export interface MatchmakingConfigurationArgs { // Specifies if the match that was created with this configuration must be accepted by matched players. @@ -119,120 +119,120 @@ export class MatchmakingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "requestTimeoutSeconds", - "The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.", + 'requestTimeoutSeconds', + 'The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "gameSessionQueueArns", - "The ARNs of the GameLift game session queue resources.", + 'gameSessionQueueArns', + 'The ARNs of the GameLift game session queue resources.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "gameSessionData", - "A set of custom game session properties.", + 'gameSessionData', + 'A set of custom game session properties.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "acceptanceRequired", - "Specifies if the match that was created with this configuration must be accepted by matched players.", + 'acceptanceRequired', + 'Specifies if the match that was created with this configuration must be accepted by matched players.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backfillMode", - "The method used to backfill game sessions that are created with this matchmaking configuration.", + 'backfillMode', + 'The method used to backfill game sessions that are created with this matchmaking configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "gameProperties", - "One or more custom game properties. See below.", + 'gameProperties', + 'One or more custom game properties. See below.', () => gamelift_MatchmakingConfigurationGameProperty_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "notificationTarget", - "An SNS topic ARN that is set up to receive matchmaking notifications.", + 'notificationTarget', + 'An SNS topic ARN that is set up to receive matchmaking notifications.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customEventData", - "Information to be added to all events related to this matchmaking configuration.", + 'customEventData', + 'Information to be added to all events related to this matchmaking configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the matchmaking configuration.", + 'description', + 'A human-readable description of the matchmaking configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flexMatchMode", - "Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone matchmaking solution.", + 'flexMatchMode', + 'Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone matchmaking solution.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "additionalPlayerCount", - "The number of player slots in a match to keep open for future players.", + 'additionalPlayerCount', + 'The number of player slots in a match to keep open for future players.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the matchmaking configuration", + 'name', + 'Name of the matchmaking configuration', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ruleSetName", - "A rule set names for the matchmaking rule set to use with this configuration.", + 'ruleSetName', + 'A rule set names for the matchmaking rule set to use with this configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "acceptanceTimeoutSeconds", - "The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.", + 'acceptanceTimeoutSeconds', + 'The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/gamelift/MatchmakingRuleSet.ts b/src/app/Models/codegen/aws/gamelift/MatchmakingRuleSet.ts index e5e5ad3d7..99d5f3cc0 100644 --- a/src/app/Models/codegen/aws/gamelift/MatchmakingRuleSet.ts +++ b/src/app/Models/codegen/aws/gamelift/MatchmakingRuleSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MatchmakingRuleSetArgs { // Name of the matchmaking rule set. @@ -37,24 +37,24 @@ export class MatchmakingRuleSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the matchmaking rule set.", + 'name', + 'Name of the matchmaking rule set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ruleSetBody", - "JSON encoded string containing rule set data.", + 'ruleSetBody', + 'JSON encoded string containing rule set data.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/gamelift/Script.ts b/src/app/Models/codegen/aws/gamelift/Script.ts index c41b7487f..d5a5a88e8 100644 --- a/src/app/Models/codegen/aws/gamelift/Script.ts +++ b/src/app/Models/codegen/aws/gamelift/Script.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_ScriptStorageLocation, gamelift_ScriptStorageLocation_GetTypes, -} from "../types/gamelift_ScriptStorageLocation"; +} from '../types/gamelift_ScriptStorageLocation'; export interface ScriptArgs { // Information indicating where your game script files are stored. See below. @@ -53,40 +53,40 @@ export class Script extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "storageLocation", - "Information indicating where your game script files are stored. See below.", + 'storageLocation', + 'Information indicating where your game script files are stored. See below.', () => gamelift_ScriptStorageLocation_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version that is associated with this script.", + 'version', + 'Version that is associated with this script.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zipFile", - "A data object containing your Realtime scripts and dependencies as a zip file. The zip file can have one or multiple files. Maximum size of a zip file is 5 MB.", + 'zipFile', + 'A data object containing your Realtime scripts and dependencies as a zip file. The zip file can have one or multiple files. Maximum size of a zip file is 5 MB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the script", + 'name', + 'Name of the script', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glacier/Vault.ts b/src/app/Models/codegen/aws/glacier/Vault.ts index 57afd56ed..91317a27c 100644 --- a/src/app/Models/codegen/aws/glacier/Vault.ts +++ b/src/app/Models/codegen/aws/glacier/Vault.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glacier_VaultNotification, glacier_VaultNotification_GetTypes, -} from "../types/glacier_VaultNotification"; +} from '../types/glacier_VaultNotification'; export interface VaultArgs { // The name of the Vault. Names can be between 1 and 255 characters long and the valid characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period). @@ -56,7 +56,7 @@ The heredoc syntax or `file` function is helpful here. Use the [Glacier Develope return [ new DynamicUIProps( InputType.String, - "name", + 'name', "The name of the Vault. Names can be between 1 and 255 characters long and the valid characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).", () => [], false, @@ -64,24 +64,24 @@ The heredoc syntax or `file` function is helpful here. Use the [Glacier Develope ), new DynamicUIProps( InputType.Object, - "notification", - "The notifications for the Vault. Fields documented below.", + 'notification', + 'The notifications for the Vault. Fields documented below.', () => glacier_VaultNotification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessPolicy", - "The policy document. This is a JSON formatted string.\nThe heredoc syntax or `file` function is helpful here. Use the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html) for more information on Glacier Vault Policy", + 'accessPolicy', + 'The policy document. This is a JSON formatted string.\nThe heredoc syntax or `file` function is helpful here. Use the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html) for more information on Glacier Vault Policy', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glacier/VaultLock.ts b/src/app/Models/codegen/aws/glacier/VaultLock.ts index 39557263f..b75e141ec 100644 --- a/src/app/Models/codegen/aws/glacier/VaultLock.ts +++ b/src/app/Models/codegen/aws/glacier/VaultLock.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VaultLockArgs { // JSON string containing the IAM policy to apply as the Glacier Vault Lock policy. @@ -37,32 +37,32 @@ export class VaultLock extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vaultName", - "The name of the Glacier Vault.", + 'vaultName', + 'The name of the Glacier Vault.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "completeLock", - "Boolean whether to permanently apply this Glacier Lock Policy. Once completed, this cannot be undone. If set to `false`, the Glacier Lock Policy remains in a testing mode for 24 hours. After that time, the Glacier Lock Policy is automatically removed by Glacier and the this provider resource will show as needing recreation. Changing this from `false` to `true` will show as resource recreation, which is expected. Changing this from `true` to `false` is not possible unless the Glacier Vault is recreated at the same time.", + 'completeLock', + 'Boolean whether to permanently apply this Glacier Lock Policy. Once completed, this cannot be undone. If set to `false`, the Glacier Lock Policy remains in a testing mode for 24 hours. After that time, the Glacier Lock Policy is automatically removed by Glacier and the this provider resource will show as needing recreation. Changing this from `false` to `true` will show as resource recreation, which is expected. Changing this from `true` to `false` is not possible unless the Glacier Vault is recreated at the same time.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "ignoreDeletionError", - "Allow this provider to ignore the error returned when attempting to delete the Glacier Lock Policy. This can be used to delete or recreate the Glacier Vault via this provider, for example, if the Glacier Vault Lock policy permits that action. This should only be used in conjunction with `complete_lock` being set to `true`.", + 'ignoreDeletionError', + 'Allow this provider to ignore the error returned when attempting to delete the Glacier Lock Policy. This can be used to delete or recreate the Glacier Vault via this provider, for example, if the Glacier Vault Lock policy permits that action. This should only be used in conjunction with `complete_lock` being set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "JSON string containing the IAM policy to apply as the Glacier Vault Lock policy.", + 'policy', + 'JSON string containing the IAM policy to apply as the Glacier Vault Lock policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/globalaccelerator/Accelerator.ts b/src/app/Models/codegen/aws/globalaccelerator/Accelerator.ts index 41055c8e5..c1fdabb45 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/Accelerator.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/Accelerator.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_AcceleratorAttributes, globalaccelerator_AcceleratorAttributes_GetTypes, -} from "../types/globalaccelerator_AcceleratorAttributes"; +} from '../types/globalaccelerator_AcceleratorAttributes'; import { globalaccelerator_AcceleratorIpSet, globalaccelerator_AcceleratorIpSet_GetTypes, -} from "../types/globalaccelerator_AcceleratorIpSet"; +} from '../types/globalaccelerator_AcceleratorIpSet'; export interface AcceleratorArgs { // The attributes of the accelerator. Fields documented below. @@ -76,48 +76,48 @@ is simply an alias for the zone ID `Z2BJ6XQ5FK7U4H`. return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.", + 'ipAddresses', + 'The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the accelerator.", + 'name', + 'The name of the accelerator.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "attributes", - "The attributes of the accelerator. Fields documented below.", + 'attributes', + 'The attributes of the accelerator. Fields documented below.', () => globalaccelerator_AcceleratorAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether the accelerator is enabled. Defaults to `true`. Valid values: `true`, `false`.", + 'enabled', + 'Indicates whether the accelerator is enabled. Defaults to `true`. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The value for the address type. Defaults to `IPV4`. Valid values: `IPV4`, `DUAL_STACK`.", + 'ipAddressType', + 'The value for the address type. Defaults to `IPV4`. Valid values: `IPV4`, `DUAL_STACK`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/globalaccelerator/CrossAccountAttachment.ts b/src/app/Models/codegen/aws/globalaccelerator/CrossAccountAttachment.ts index 3c8433f1f..423bfb127 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/CrossAccountAttachment.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/CrossAccountAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_CrossAccountAttachmentResource, globalaccelerator_CrossAccountAttachmentResource_GetTypes, -} from "../types/globalaccelerator_CrossAccountAttachmentResource"; +} from '../types/globalaccelerator_CrossAccountAttachmentResource'; export interface CrossAccountAttachmentArgs { // List of AWS account IDs that are allowed to associate resources with the accelerator. @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Cross Account Attachment.\n\nThe following arguments are optional:", + 'name', + 'Name of the Cross Account Attachment.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "principals", - "List of AWS account IDs that are allowed to associate resources with the accelerator.", + 'principals', + 'List of AWS account IDs that are allowed to associate resources with the accelerator.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resources", - "List of resources to be associated with the accelerator.", + 'resources', + 'List of resources to be associated with the accelerator.', () => globalaccelerator_CrossAccountAttachmentResource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingAccelerator.ts b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingAccelerator.ts index 5f5a70c70..736a52048 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingAccelerator.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingAccelerator.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_CustomRoutingAcceleratorAttributes, globalaccelerator_CustomRoutingAcceleratorAttributes_GetTypes, -} from "../types/globalaccelerator_CustomRoutingAcceleratorAttributes"; +} from '../types/globalaccelerator_CustomRoutingAcceleratorAttributes'; import { globalaccelerator_CustomRoutingAcceleratorIpSet, globalaccelerator_CustomRoutingAcceleratorIpSet_GetTypes, -} from "../types/globalaccelerator_CustomRoutingAcceleratorIpSet"; +} from '../types/globalaccelerator_CustomRoutingAcceleratorIpSet'; export interface CustomRoutingAcceleratorArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -73,39 +73,39 @@ is simply an alias for the zone ID `Z2BJ6XQ5FK7U4H`. return [ new DynamicUIProps( InputType.String, - "name", - "The name of a custom routing accelerator.", + 'name', + 'The name of a custom routing accelerator.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "attributes", - "The attributes of the accelerator. Fields documented below.", + 'attributes', + 'The attributes of the accelerator. Fields documented below.', () => globalaccelerator_CustomRoutingAcceleratorAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether the accelerator is enabled. Defaults to `true`. Valid values: `true`, `false`.", + 'enabled', + 'Indicates whether the accelerator is enabled. Defaults to `true`. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", + 'ipAddressType', 'The IP address type that an accelerator supports. For a custom routing accelerator, the value must be `"IPV4"`.', () => [], false, @@ -113,8 +113,8 @@ is simply an alias for the zone ID `Z2BJ6XQ5FK7U4H`. ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.", + 'ipAddresses', + 'The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingEndpointGroup.ts b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingEndpointGroup.ts index dea8a4b04..a4b053cdc 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingEndpointGroup.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingEndpointGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration, globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration_GetTypes, -} from "../types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration"; +} from '../types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration'; import { globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration, globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration_GetTypes, -} from "../types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration"; +} from '../types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration'; export interface CustomRoutingEndpointGroupArgs { // The port ranges and protocols for all endpoints in a custom routing endpoint group to accept client traffic on. Fields documented below. @@ -48,8 +48,8 @@ export class CustomRoutingEndpointGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "destinationConfigurations", - "The port ranges and protocols for all endpoints in a custom routing endpoint group to accept client traffic on. Fields documented below.", + 'destinationConfigurations', + 'The port ranges and protocols for all endpoints in a custom routing endpoint group to accept client traffic on. Fields documented below.', () => globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration_GetTypes(), true, @@ -57,8 +57,8 @@ export class CustomRoutingEndpointGroup extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "endpointConfigurations", - "The list of endpoint objects. Fields documented below.", + 'endpointConfigurations', + 'The list of endpoint objects. Fields documented below.', () => globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration_GetTypes(), false, @@ -66,16 +66,16 @@ export class CustomRoutingEndpointGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "endpointGroupRegion", - "The name of the AWS Region where the custom routing endpoint group is located.", + 'endpointGroupRegion', + 'The name of the AWS Region where the custom routing endpoint group is located.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "listenerArn", - "The Amazon Resource Name (ARN) of the custom routing listener.", + 'listenerArn', + 'The Amazon Resource Name (ARN) of the custom routing listener.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingListener.ts b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingListener.ts index 3e36de33f..e349e9fad 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingListener.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/CustomRoutingListener.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_CustomRoutingListenerPortRange, globalaccelerator_CustomRoutingListenerPortRange_GetTypes, -} from "../types/globalaccelerator_CustomRoutingListenerPortRange"; +} from '../types/globalaccelerator_CustomRoutingListenerPortRange'; export interface CustomRoutingListenerArgs { // The Amazon Resource Name (ARN) of a custom routing accelerator. @@ -29,16 +29,16 @@ export class CustomRoutingListener extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "acceleratorArn", - "The Amazon Resource Name (ARN) of a custom routing accelerator.", + 'acceleratorArn', + 'The Amazon Resource Name (ARN) of a custom routing accelerator.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "portRanges", - "The list of port ranges for the connections from clients to the accelerator. Fields documented below.", + 'portRanges', + 'The list of port ranges for the connections from clients to the accelerator. Fields documented below.', () => globalaccelerator_CustomRoutingListenerPortRange_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/globalaccelerator/EndpointGroup.ts b/src/app/Models/codegen/aws/globalaccelerator/EndpointGroup.ts index 212faccda..1f60497aa 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/EndpointGroup.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/EndpointGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_EndpointGroupPortOverride, globalaccelerator_EndpointGroupPortOverride_GetTypes, -} from "../types/globalaccelerator_EndpointGroupPortOverride"; +} from '../types/globalaccelerator_EndpointGroupPortOverride'; import { globalaccelerator_EndpointGroupEndpointConfiguration, globalaccelerator_EndpointGroupEndpointConfiguration_GetTypes, -} from "../types/globalaccelerator_EndpointGroupEndpointConfiguration"; +} from '../types/globalaccelerator_EndpointGroupEndpointConfiguration'; export interface EndpointGroupArgs { // If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (`/`). the provider will only perform drift detection of its value when present in a configuration. @@ -90,80 +90,80 @@ the provider will only perform drift detection of its value when present in a co return [ new DynamicUIProps( InputType.Number, - "thresholdCount", - "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", + 'thresholdCount', + 'The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "portOverrides", - "Override specific listener ports used to route traffic to endpoints that are part of this endpoint group. Fields documented below.", + 'portOverrides', + 'Override specific listener ports used to route traffic to endpoints that are part of this endpoint group. Fields documented below.', () => globalaccelerator_EndpointGroupPortOverride_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "trafficDialPercentage", - "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. The default value is 100.", + 'trafficDialPercentage', + 'The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. The default value is 100.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "endpointConfigurations", - "The list of endpoint objects. Fields documented below.", + 'endpointConfigurations', + 'The list of endpoint objects. Fields documented below.', () => globalaccelerator_EndpointGroupEndpointConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointGroupRegion", - "The name of the AWS Region where the endpoint group is located.", + 'endpointGroupRegion', + 'The name of the AWS Region where the endpoint group is located.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "listenerArn", - "The Amazon Resource Name (ARN) of the listener.", + 'listenerArn', + 'The Amazon Resource Name (ARN) of the listener.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "healthCheckPath", - "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (`/`). the provider will only perform drift detection of its value when present in a configuration.", + 'healthCheckPath', + 'If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (`/`). the provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthCheckPort", - "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\nthe provider will only perform drift detection of its value when present in a configuration.", + 'healthCheckPort', + 'The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\nthe provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthCheckIntervalSeconds", - "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", + 'healthCheckIntervalSeconds', + 'The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheckProtocol", - "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.", + 'healthCheckProtocol', + 'The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/globalaccelerator/Listener.ts b/src/app/Models/codegen/aws/globalaccelerator/Listener.ts index fd03b280e..01b5631ea 100644 --- a/src/app/Models/codegen/aws/globalaccelerator/Listener.ts +++ b/src/app/Models/codegen/aws/globalaccelerator/Listener.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { globalaccelerator_ListenerPortRange, globalaccelerator_ListenerPortRange_GetTypes, -} from "../types/globalaccelerator_ListenerPortRange"; +} from '../types/globalaccelerator_ListenerPortRange'; export interface ListenerArgs { // The protocol for the connections from clients to the accelerator. Valid values are `TCP`, `UDP`. @@ -41,23 +41,23 @@ export class Listener extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "protocol", - "The protocol for the connections from clients to the accelerator. Valid values are `TCP`, `UDP`.", + 'protocol', + 'The protocol for the connections from clients to the accelerator. Valid values are `TCP`, `UDP`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "acceleratorArn", - "The Amazon Resource Name (ARN) of your accelerator.", + 'acceleratorArn', + 'The Amazon Resource Name (ARN) of your accelerator.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clientAffinity", + 'clientAffinity', 'Direct all requests from a user to the same endpoint. Valid values are `NONE`, `SOURCE_IP`. Default: `NONE`. If `NONE`, Global Accelerator uses the "five-tuple" properties of source IP address, source port, destination IP address, destination port, and protocol to select the hash value. If `SOURCE_IP`, Global Accelerator uses the "two-tuple" properties of source (client) IP address and destination IP address to select the hash value.', () => [], false, @@ -65,8 +65,8 @@ export class Listener extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "portRanges", - "The list of port ranges for the connections from clients to the accelerator. Fields documented below.", + 'portRanges', + 'The list of port ranges for the connections from clients to the accelerator. Fields documented below.', () => globalaccelerator_ListenerPortRange_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/glue/CatalogDatabase.ts b/src/app/Models/codegen/aws/glue/CatalogDatabase.ts index 1b3fb5cf9..c401d98be 100644 --- a/src/app/Models/codegen/aws/glue/CatalogDatabase.ts +++ b/src/app/Models/codegen/aws/glue/CatalogDatabase.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogDatabaseCreateTableDefaultPermission, glue_CatalogDatabaseCreateTableDefaultPermission_GetTypes, -} from "../types/glue_CatalogDatabaseCreateTableDefaultPermission"; +} from '../types/glue_CatalogDatabaseCreateTableDefaultPermission'; import { glue_CatalogDatabaseFederatedDatabase, glue_CatalogDatabaseFederatedDatabase_GetTypes, -} from "../types/glue_CatalogDatabaseFederatedDatabase"; +} from '../types/glue_CatalogDatabaseFederatedDatabase'; import { glue_CatalogDatabaseTargetDatabase, glue_CatalogDatabaseTargetDatabase_GetTypes, -} from "../types/glue_CatalogDatabaseTargetDatabase"; +} from '../types/glue_CatalogDatabaseTargetDatabase'; export interface CatalogDatabaseArgs { // Creates a set of default permissions on the table for principals. See `create_table_default_permission` below. @@ -85,72 +85,72 @@ export class CatalogDatabase extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the database.", + 'description', + 'Description of the database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationUri", - "Location of the database (for example, an HDFS path).", + 'locationUri', + 'Location of the database (for example, an HDFS path).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "List of key-value pairs that define parameters and properties of the database.", + 'parameters', + 'List of key-value pairs that define parameters and properties of the database.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "createTableDefaultPermissions", - "Creates a set of default permissions on the table for principals. See `create_table_default_permission` below.", + 'createTableDefaultPermissions', + 'Creates a set of default permissions on the table for principals. See `create_table_default_permission` below.', () => glue_CatalogDatabaseCreateTableDefaultPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database. The acceptable characters are lowercase letters, numbers, and the underscore character.", + 'name', + 'Name of the database. The acceptable characters are lowercase letters, numbers, and the underscore character.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.", + 'catalogId', + 'ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "targetDatabase", - "Configuration block for a target database for resource linking. See `target_database` below.", + 'targetDatabase', + 'Configuration block for a target database for resource linking. See `target_database` below.', () => glue_CatalogDatabaseTargetDatabase_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "federatedDatabase", - "Configuration block that references an entity outside the AWS Glue Data Catalog. See `federated_database` below.", + 'federatedDatabase', + 'Configuration block that references an entity outside the AWS Glue Data Catalog. See `federated_database` below.', () => glue_CatalogDatabaseFederatedDatabase_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/glue/CatalogTable.ts b/src/app/Models/codegen/aws/glue/CatalogTable.ts index 78a14a600..89b9233fe 100644 --- a/src/app/Models/codegen/aws/glue/CatalogTable.ts +++ b/src/app/Models/codegen/aws/glue/CatalogTable.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogTablePartitionIndex, glue_CatalogTablePartitionIndex_GetTypes, -} from "../types/glue_CatalogTablePartitionIndex"; +} from '../types/glue_CatalogTablePartitionIndex'; import { glue_CatalogTablePartitionKey, glue_CatalogTablePartitionKey_GetTypes, -} from "../types/glue_CatalogTablePartitionKey"; +} from '../types/glue_CatalogTablePartitionKey'; import { glue_CatalogTableStorageDescriptor, glue_CatalogTableStorageDescriptor_GetTypes, -} from "../types/glue_CatalogTableStorageDescriptor"; +} from '../types/glue_CatalogTableStorageDescriptor'; import { glue_CatalogTableTargetTable, glue_CatalogTableTargetTable_GetTypes, -} from "../types/glue_CatalogTableTargetTable"; +} from '../types/glue_CatalogTableTargetTable'; import { glue_CatalogTableOpenTableFormatInput, glue_CatalogTableOpenTableFormatInput_GetTypes, -} from "../types/glue_CatalogTableOpenTableFormatInput"; +} from '../types/glue_CatalogTableOpenTableFormatInput'; export interface CatalogTableArgs { // Description of the table. @@ -134,120 +134,120 @@ The follow arguments are optional: return [ new DynamicUIProps( InputType.String, - "owner", - "Owner of the table.", + 'owner', + 'Owner of the table.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "viewOriginalText", - "If the table is a view, the original text of the view; otherwise null.", + 'viewOriginalText', + 'If the table is a view, the original text of the view; otherwise null.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.\n\nThe follow arguments are optional:", + 'databaseName', + 'Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.\n\nThe follow arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "storageDescriptor", - "Configuration block for information about the physical storage of this table. For more information, refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-StorageDescriptor). See `storage_descriptor` below.", + 'storageDescriptor', + 'Configuration block for information about the physical storage of this table. For more information, refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-StorageDescriptor). See `storage_descriptor` below.', () => glue_CatalogTableStorageDescriptor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "viewExpandedText", - "If the table is a view, the expanded text of the view; otherwise null.", + 'viewExpandedText', + 'If the table is a view, the expanded text of the view; otherwise null.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table. For Hive compatibility, this must be entirely lowercase.", + 'name', + 'Name of the table. For Hive compatibility, this must be entirely lowercase.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "openTableFormatInput", - "Configuration block for open table formats. See `open_table_format_input` below.", + 'openTableFormatInput', + 'Configuration block for open table formats. See `open_table_format_input` below.', () => glue_CatalogTableOpenTableFormatInput_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "retention", - "Retention time for this table.", + 'retention', + 'Retention time for this table.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetTable", - "Configuration block of a target table for resource linking. See `target_table` below.", + 'targetTable', + 'Configuration block of a target table for resource linking. See `target_table` below.', () => glue_CatalogTableTargetTable_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "partitionIndices", - "Configuration block for a maximum of 3 partition indexes. See `partition_index` below.", + 'partitionIndices', + 'Configuration block for a maximum of 3 partition indexes. See `partition_index` below.', () => glue_CatalogTablePartitionIndex_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "partitionKeys", - "Configuration block of columns by which the table is partitioned. Only primitive types are supported as partition keys. See `partition_keys` below.", + 'partitionKeys', + 'Configuration block of columns by which the table is partitioned. Only primitive types are supported as partition keys. See `partition_keys` below.', () => glue_CatalogTablePartitionKey_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Glue Catalog and database to create the table in. If omitted, this defaults to the AWS Account ID plus the database name.", + 'catalogId', + 'ID of the Glue Catalog and database to create the table in. If omitted, this defaults to the AWS Account ID plus the database name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableType", - "Type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.). While optional, some Athena DDL queries such as `ALTER TABLE` and `SHOW CREATE TABLE` will fail if this argument is empty.", + 'tableType', + 'Type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.). While optional, some Athena DDL queries such as `ALTER TABLE` and `SHOW CREATE TABLE` will fail if this argument is empty.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the table.", + 'description', + 'Description of the table.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Properties associated with this table, as a list of key-value pairs.", + 'parameters', + 'Properties associated with this table, as a list of key-value pairs.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/glue/CatalogTableOptimizer.ts b/src/app/Models/codegen/aws/glue/CatalogTableOptimizer.ts index 00fd46e52..eaacb3299 100644 --- a/src/app/Models/codegen/aws/glue/CatalogTableOptimizer.ts +++ b/src/app/Models/codegen/aws/glue/CatalogTableOptimizer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogTableOptimizerConfiguration, glue_CatalogTableOptimizerConfiguration_GetTypes, -} from "../types/glue_CatalogTableOptimizerConfiguration"; +} from '../types/glue_CatalogTableOptimizerConfiguration'; export interface CatalogTableOptimizerArgs { // The Catalog ID of the table. @@ -47,40 +47,40 @@ export class CatalogTableOptimizer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "catalogId", - "The Catalog ID of the table.", + 'catalogId', + 'The Catalog ID of the table.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "A configuration block that defines the table optimizer settings. The block contains:", + 'configuration', + 'A configuration block that defines the table optimizer settings. The block contains:', () => glue_CatalogTableOptimizerConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database in the catalog in which the table resides.", + 'databaseName', + 'The name of the database in the catalog in which the table resides.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the table.", + 'tableName', + 'The name of the table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of table optimizer. Currently, the only valid value is compaction.", + 'type', + 'The type of table optimizer. Currently, the only valid value is compaction.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/glue/Classifier.ts b/src/app/Models/codegen/aws/glue/Classifier.ts index 6481d9775..796183068 100644 --- a/src/app/Models/codegen/aws/glue/Classifier.ts +++ b/src/app/Models/codegen/aws/glue/Classifier.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_ClassifierXmlClassifier, glue_ClassifierXmlClassifier_GetTypes, -} from "../types/glue_ClassifierXmlClassifier"; +} from '../types/glue_ClassifierXmlClassifier'; import { glue_ClassifierCsvClassifier, glue_ClassifierCsvClassifier_GetTypes, -} from "../types/glue_ClassifierCsvClassifier"; +} from '../types/glue_ClassifierCsvClassifier'; import { glue_ClassifierGrokClassifier, glue_ClassifierGrokClassifier_GetTypes, -} from "../types/glue_ClassifierGrokClassifier"; +} from '../types/glue_ClassifierGrokClassifier'; import { glue_ClassifierJsonClassifier, glue_ClassifierJsonClassifier_GetTypes, -} from "../types/glue_ClassifierJsonClassifier"; +} from '../types/glue_ClassifierJsonClassifier'; export interface ClassifierArgs { // A classifier for XML content. Defined below. @@ -59,40 +59,40 @@ export class Classifier extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "xmlClassifier", - "A classifier for XML content. Defined below.", + 'xmlClassifier', + 'A classifier for XML content. Defined below.', () => glue_ClassifierXmlClassifier_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "csvClassifier", - "A classifier for CSV content. Defined below.", + 'csvClassifier', + 'A classifier for CSV content. Defined below.', () => glue_ClassifierCsvClassifier_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "grokClassifier", - "A classifier that uses grok patterns. Defined below.", + 'grokClassifier', + 'A classifier that uses grok patterns. Defined below.', () => glue_ClassifierGrokClassifier_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jsonClassifier", - "A classifier for JSON content. Defined below.", + 'jsonClassifier', + 'A classifier for JSON content. Defined below.', () => glue_ClassifierJsonClassifier_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the classifier.", + 'name', + 'The name of the classifier.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/glue/Connection.ts b/src/app/Models/codegen/aws/glue/Connection.ts index 9d90197f4..179f92212 100644 --- a/src/app/Models/codegen/aws/glue/Connection.ts +++ b/src/app/Models/codegen/aws/glue/Connection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_ConnectionPhysicalConnectionRequirements, glue_ConnectionPhysicalConnectionRequirements_GetTypes, -} from "../types/glue_ConnectionPhysicalConnectionRequirements"; +} from '../types/glue_ConnectionPhysicalConnectionRequirements'; export interface ConnectionArgs { /* @@ -87,64 +87,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "matchCriterias", - "List of criteria that can be used in selecting this connection.", + 'matchCriterias', + 'List of criteria that can be used in selecting this connection.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the connection.\n\nThe following arguments are optional:", + 'name', + 'Name of the connection.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "physicalConnectionRequirements", - "Map of physical connection requirements, such as VPC and SecurityGroup. See `physical_connection_requirements` Block for details.", + 'physicalConnectionRequirements', + 'Map of physical connection requirements, such as VPC and SecurityGroup. See `physical_connection_requirements` Block for details.', () => glue_ConnectionPhysicalConnectionRequirements_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default.", + 'catalogId', + 'ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "connectionProperties", - "Map of key-value pairs used as parameters for this connection. For more information, see the [AWS Documentation](https://docs.aws.amazon.com/glue/latest/dg/connection-properties.html).\n\n**Note:** Some connection types require the `SparkProperties` property with a JSON document that contains the actual connection properties. For specific examples, refer to Example Usage.", + 'connectionProperties', + 'Map of key-value pairs used as parameters for this connection. For more information, see the [AWS Documentation](https://docs.aws.amazon.com/glue/latest/dg/connection-properties.html).\n\n**Note:** Some connection types require the `SparkProperties` property with a JSON document that contains the actual connection properties. For specific examples, refer to Example Usage.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionType", - "Type of the connection. Valid values: `AZURECOSMOS`, `AZURESQL`, `BIGQUERY`, `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, `NETWORK`, `OPENSEARCH`, `SNOWFLAKE`. Defaults to `JDBC`.", + 'connectionType', + 'Type of the connection. Valid values: `AZURECOSMOS`, `AZURESQL`, `BIGQUERY`, `CUSTOM`, `JDBC`, `KAFKA`, `MARKETPLACE`, `MONGODB`, `NETWORK`, `OPENSEARCH`, `SNOWFLAKE`. Defaults to `JDBC`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the connection.", + 'description', + 'Description of the connection.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/Crawler.ts b/src/app/Models/codegen/aws/glue/Crawler.ts index 1d3ccd4de..c4d96f9c2 100644 --- a/src/app/Models/codegen/aws/glue/Crawler.ts +++ b/src/app/Models/codegen/aws/glue/Crawler.ts @@ -3,57 +3,57 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CrawlerIcebergTarget, glue_CrawlerIcebergTarget_GetTypes, -} from "../types/glue_CrawlerIcebergTarget"; +} from '../types/glue_CrawlerIcebergTarget'; import { glue_CrawlerMongodbTarget, glue_CrawlerMongodbTarget_GetTypes, -} from "../types/glue_CrawlerMongodbTarget"; +} from '../types/glue_CrawlerMongodbTarget'; import { glue_CrawlerDeltaTarget, glue_CrawlerDeltaTarget_GetTypes, -} from "../types/glue_CrawlerDeltaTarget"; +} from '../types/glue_CrawlerDeltaTarget'; import { glue_CrawlerLineageConfiguration, glue_CrawlerLineageConfiguration_GetTypes, -} from "../types/glue_CrawlerLineageConfiguration"; +} from '../types/glue_CrawlerLineageConfiguration'; import { glue_CrawlerCatalogTarget, glue_CrawlerCatalogTarget_GetTypes, -} from "../types/glue_CrawlerCatalogTarget"; +} from '../types/glue_CrawlerCatalogTarget'; import { glue_CrawlerDynamodbTarget, glue_CrawlerDynamodbTarget_GetTypes, -} from "../types/glue_CrawlerDynamodbTarget"; +} from '../types/glue_CrawlerDynamodbTarget'; import { glue_CrawlerRecrawlPolicy, glue_CrawlerRecrawlPolicy_GetTypes, -} from "../types/glue_CrawlerRecrawlPolicy"; +} from '../types/glue_CrawlerRecrawlPolicy'; import { glue_CrawlerS3Target, glue_CrawlerS3Target_GetTypes, -} from "../types/glue_CrawlerS3Target"; +} from '../types/glue_CrawlerS3Target'; import { glue_CrawlerHudiTarget, glue_CrawlerHudiTarget_GetTypes, -} from "../types/glue_CrawlerHudiTarget"; +} from '../types/glue_CrawlerHudiTarget'; import { glue_CrawlerLakeFormationConfiguration, glue_CrawlerLakeFormationConfiguration_GetTypes, -} from "../types/glue_CrawlerLakeFormationConfiguration"; +} from '../types/glue_CrawlerLakeFormationConfiguration'; import { glue_CrawlerSchemaChangePolicy, glue_CrawlerSchemaChangePolicy_GetTypes, -} from "../types/glue_CrawlerSchemaChangePolicy"; +} from '../types/glue_CrawlerSchemaChangePolicy'; import { glue_CrawlerJdbcTarget, glue_CrawlerJdbcTarget_GetTypes, -} from "../types/glue_CrawlerJdbcTarget"; +} from '../types/glue_CrawlerJdbcTarget'; export interface CrawlerArgs { // The table prefix used for catalog tables that are created. @@ -199,111 +199,111 @@ export class Crawler extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "jdbcTargets", - "List of nested JDBC target arguments. See JDBC Target below.", + 'jdbcTargets', + 'List of nested JDBC target arguments. See JDBC Target below.', () => glue_CrawlerJdbcTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "role", - "The IAM role friendly name (including path without leading slash), or ARN of an IAM role, used by the crawler to access other resources.", + 'role', + 'The IAM role friendly name (including path without leading slash), or ARN of an IAM role, used by the crawler to access other resources.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "icebergTargets", - "List of nested Iceberg target arguments. See Iceberg Target below.", + 'icebergTargets', + 'List of nested Iceberg target arguments. See Iceberg Target below.', () => glue_CrawlerIcebergTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "deltaTargets", - "List of nested Delta Lake target arguments. See Delta Target below.", + 'deltaTargets', + 'List of nested Delta Lake target arguments. See Delta Target below.', () => glue_CrawlerDeltaTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lineageConfiguration", - "Specifies data lineage configuration settings for the crawler. See Lineage Configuration below.", + 'lineageConfiguration', + 'Specifies data lineage configuration settings for the crawler. See Lineage Configuration below.', () => glue_CrawlerLineageConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "classifiers", - "List of custom classifiers. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.", + 'classifiers', + 'List of custom classifiers. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "hudiTargets", - "List of nested Hudi target arguments. See Iceberg Target below.", + 'hudiTargets', + 'List of nested Hudi target arguments. See Iceberg Target below.', () => glue_CrawlerHudiTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "dynamodbTargets", - "List of nested DynamoDB target arguments. See Dynamodb Target below.", + 'dynamodbTargets', + 'List of nested DynamoDB target arguments. See Dynamodb Target below.', () => glue_CrawlerDynamodbTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "configuration", - "JSON string of configuration information. For more details see [Setting Crawler Configuration Options](https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html).", + 'configuration', + 'JSON string of configuration information. For more details see [Setting Crawler Configuration Options](https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schedule", - "A cron expression used to specify the schedule. For more information, see [Time-Based Schedules for Jobs and Crawlers](https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html). For example, to run something every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.", + 'schedule', + 'A cron expression used to specify the schedule. For more information, see [Time-Based Schedules for Jobs and Crawlers](https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html). For example, to run something every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "mongodbTargets", - "List of nested MongoDB target arguments. See MongoDB Target below.", + 'mongodbTargets', + 'List of nested MongoDB target arguments. See MongoDB Target below.', () => glue_CrawlerMongodbTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the crawler.", + 'description', + 'Description of the crawler.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "schemaChangePolicy", + 'schemaChangePolicy', "Policy for the crawler's update and deletion behavior. See Schema Change Policy below.", () => glue_CrawlerSchemaChangePolicy_GetTypes(), false, @@ -311,64 +311,64 @@ export class Crawler extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Name of the crawler.", + 'name', + 'Name of the crawler.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "catalogTargets", - "List of nested AWS Glue Data Catalog target arguments. See Catalog Target below.", + 'catalogTargets', + 'List of nested AWS Glue Data Catalog target arguments. See Catalog Target below.', () => glue_CrawlerCatalogTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "s3Targets", - "List of nested Amazon S3 target arguments. See S3 Target below.", + 's3Targets', + 'List of nested Amazon S3 target arguments. See S3 Target below.', () => glue_CrawlerS3Target_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Glue database where results are written.", + 'databaseName', + 'Glue database where results are written.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "securityConfiguration", - "The name of Security Configuration to be used by the crawler", + 'securityConfiguration', + 'The name of Security Configuration to be used by the crawler', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tablePrefix", - "The table prefix used for catalog tables that are created.", + 'tablePrefix', + 'The table prefix used for catalog tables that are created.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lakeFormationConfiguration", - "Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below.", + 'lakeFormationConfiguration', + 'Specifies Lake Formation configuration settings for the crawler. See Lake Formation Configuration below.', () => glue_CrawlerLakeFormationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "recrawlPolicy", - "A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.. See Recrawl Policy below.", + 'recrawlPolicy', + 'A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.. See Recrawl Policy below.', () => glue_CrawlerRecrawlPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/glue/DataCatalogEncryptionSettings.ts b/src/app/Models/codegen/aws/glue/DataCatalogEncryptionSettings.ts index 3d2c92f0e..66761b520 100644 --- a/src/app/Models/codegen/aws/glue/DataCatalogEncryptionSettings.ts +++ b/src/app/Models/codegen/aws/glue/DataCatalogEncryptionSettings.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings, glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings_GetTypes, -} from "../types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings"; +} from '../types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings'; export interface DataCatalogEncryptionSettingsArgs { // The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default. @@ -29,16 +29,16 @@ export class DataCatalogEncryptionSettings extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "catalogId", - "The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default.", + 'catalogId', + 'The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dataCatalogEncryptionSettings", - "The security configuration to set. see Data Catalog Encryption Settings.", + 'dataCatalogEncryptionSettings', + 'The security configuration to set. see Data Catalog Encryption Settings.', () => glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/glue/DataQualityRuleset.ts b/src/app/Models/codegen/aws/glue/DataQualityRuleset.ts index bbcab915c..9a650dfc0 100644 --- a/src/app/Models/codegen/aws/glue/DataQualityRuleset.ts +++ b/src/app/Models/codegen/aws/glue/DataQualityRuleset.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_DataQualityRulesetTargetTable, glue_DataQualityRulesetTargetTable_GetTypes, -} from "../types/glue_DataQualityRulesetTargetTable"; +} from '../types/glue_DataQualityRulesetTargetTable'; export interface DataQualityRulesetArgs { // Description of the data quality ruleset. @@ -62,40 +62,40 @@ export class DataQualityRuleset extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "targetTable", - "A Configuration block specifying a target table associated with the data quality ruleset. See `target_table` below.", + 'targetTable', + 'A Configuration block specifying a target table associated with the data quality ruleset. See `target_table` below.', () => glue_DataQualityRulesetTargetTable_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the data quality ruleset.", + 'description', + 'Description of the data quality ruleset.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the data quality ruleset.", + 'name', + 'Name of the data quality ruleset.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ruleset", - "A Data Quality Definition Language (DQDL) ruleset. For more information, see the AWS Glue developer guide.", + 'ruleset', + 'A Data Quality Definition Language (DQDL) ruleset. For more information, see the AWS Glue developer guide.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/glue/DevEndpoint.ts b/src/app/Models/codegen/aws/glue/DevEndpoint.ts index a6406c2b1..dbffa585c 100644 --- a/src/app/Models/codegen/aws/glue/DevEndpoint.ts +++ b/src/app/Models/codegen/aws/glue/DevEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DevEndpointArgs { // Path to one or more Java Jars in an S3 bucket that should be loaded in this endpoint. @@ -133,120 +133,120 @@ export class DevEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "arguments", - "A map of arguments used to configure the endpoint.", + 'arguments', + 'A map of arguments used to configure the endpoint.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "securityConfiguration", - "The name of the Security Configuration structure to be used with this endpoint.", + 'securityConfiguration', + 'The name of the Security Configuration structure to be used with this endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "extraPythonLibsS3Path", - "Path(s) to one or more Python libraries in an S3 bucket that should be loaded in this endpoint. Multiple values must be complete paths separated by a comma.", + 'extraPythonLibsS3Path', + 'Path(s) to one or more Python libraries in an S3 bucket that should be loaded in this endpoint. Multiple values must be complete paths separated by a comma.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Security group IDs for the security groups to be used by this endpoint.", + 'securityGroupIds', + 'Security group IDs for the security groups to be used by this endpoint.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The subnet ID for the new endpoint to use.", + 'subnetId', + 'The subnet ID for the new endpoint to use.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "workerType", - "The type of predefined worker that is allocated to this endpoint. Accepts a value of Standard, G.1X, or G.2X.", + 'workerType', + 'The type of predefined worker that is allocated to this endpoint. Accepts a value of Standard, G.1X, or G.2X.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "numberOfNodes", - "The number of AWS Glue Data Processing Units (DPUs) to allocate to this endpoint. Conflicts with `worker_type`.", + 'numberOfNodes', + 'The number of AWS Glue Data Processing Units (DPUs) to allocate to this endpoint. Conflicts with `worker_type`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "glueVersion", - "Specifies the versions of Python and Apache Spark to use. Defaults to AWS Glue version 0.9.", + 'glueVersion', + 'Specifies the versions of Python and Apache Spark to use. Defaults to AWS Glue version 0.9.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "numberOfWorkers", - "The number of workers of a defined worker type that are allocated to this endpoint. This field is available only when you choose worker type G.1X or G.2X.", + 'numberOfWorkers', + 'The number of workers of a defined worker type that are allocated to this endpoint. This field is available only when you choose worker type G.1X or G.2X.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "publicKeys", - "A list of public keys to be used by this endpoint for authentication.", + 'publicKeys', + 'A list of public keys to be used by this endpoint for authentication.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of this endpoint. It must be unique in your account.", + 'name', + 'The name of this endpoint. It must be unique in your account.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role for this endpoint.", + 'roleArn', + 'The IAM role for this endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "extraJarsS3Path", - "Path to one or more Java Jars in an S3 bucket that should be loaded in this endpoint.", + 'extraJarsS3Path', + 'Path to one or more Java Jars in an S3 bucket that should be loaded in this endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "publicKey", - "The public key to be used by this endpoint for authentication.", + 'publicKey', + 'The public key to be used by this endpoint for authentication.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/Job.ts b/src/app/Models/codegen/aws/glue/Job.ts index ca7b420a1..dae29e798 100644 --- a/src/app/Models/codegen/aws/glue/Job.ts +++ b/src/app/Models/codegen/aws/glue/Job.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_JobNotificationProperty, glue_JobNotificationProperty_GetTypes, -} from "../types/glue_JobNotificationProperty"; +} from '../types/glue_JobNotificationProperty'; import { glue_JobCommand, glue_JobCommand_GetTypes, -} from "../types/glue_JobCommand"; +} from '../types/glue_JobCommand'; import { glue_JobExecutionProperty, glue_JobExecutionProperty_GetTypes, -} from "../types/glue_JobExecutionProperty"; +} from '../types/glue_JobExecutionProperty'; export interface JobArgs { // The list of connections used for this job. @@ -169,63 +169,63 @@ The type of predefined worker that is allocated when a job runs. Accepts a value return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "jobRunQueuingEnabled", - "Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.", + 'jobRunQueuingEnabled', + 'Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityConfiguration", - "The name of the Security Configuration to be associated with the job.", + 'securityConfiguration', + 'The name of the Security Configuration to be associated with the job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the job.", + 'description', + 'Description of the job.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numberOfWorkers", - "The number of workers of a defined workerType that are allocated when a job runs.", + 'numberOfWorkers', + 'The number of workers of a defined workerType that are allocated when a job runs.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "The maximum number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. `Required` when `pythonshell` is set, accept either `0.0625` or `1.0`. Use `number_of_workers` and `worker_type` arguments instead with `glue_version` `2.0` and above.", + 'maxCapacity', + 'The maximum number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. `Required` when `pythonshell` is set, accept either `0.0625` or `1.0`. Use `number_of_workers` and `worker_type` arguments instead with `glue_version` `2.0` and above.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "command", - "The command of the job. Defined below.", + 'command', + 'The command of the job. Defined below.', () => glue_JobCommand_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "glueVersion", + 'glueVersion', 'The version of glue to use, for example "1.0". Ray jobs should set this to 4.0 or greater. For information about available versions, see the [AWS Glue Release Notes](https://docs.aws.amazon.com/glue/latest/dg/release-notes.html).', () => [], false, @@ -233,96 +233,96 @@ The type of predefined worker that is allocated when a job runs. Accepts a value ), new DynamicUIProps( InputType.Object, - "notificationProperty", - "Notification property of the job. Defined below.", + 'notificationProperty', + 'Notification property of the job. Defined below.', () => glue_JobNotificationProperty_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workerType", - "The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.\n* For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.\n* For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. Recommended for memory-intensive jobs.\n* For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. Recommended for memory-intensive jobs.\n* For the G.4X worker type, each worker maps to 4 DPU (16 vCPUs, 64 GB of memory) with 256GB disk (approximately 235GB free), and provides 1 executor per worker. Recommended for memory-intensive jobs. Only available for Glue version 3.0. Available AWS Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm).\n* For the G.8X worker type, each worker maps to 8 DPU (32 vCPUs, 128 GB of memory) with 512GB disk (approximately 487GB free), and provides 1 executor per worker. Recommended for memory-intensive jobs. Only available for Glue version 3.0. Available AWS Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm).\n* For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4GB of memory, 64 GB disk), and provides 1 executor per worker. Recommended for low volume streaming jobs. Only available for Glue version 3.0.\n* For the Z.2X worker type, each worker maps to 2 M-DPU (8vCPU, 64 GB of m emory, 128 GB disk), and provides up to 8 Ray workers based on the autoscaler.", + 'workerType', + 'The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.\n* For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.\n* For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. Recommended for memory-intensive jobs.\n* For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. Recommended for memory-intensive jobs.\n* For the G.4X worker type, each worker maps to 4 DPU (16 vCPUs, 64 GB of memory) with 256GB disk (approximately 235GB free), and provides 1 executor per worker. Recommended for memory-intensive jobs. Only available for Glue version 3.0. Available AWS Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm).\n* For the G.8X worker type, each worker maps to 8 DPU (32 vCPUs, 128 GB of memory) with 512GB disk (approximately 487GB free), and provides 1 executor per worker. Recommended for memory-intensive jobs. Only available for Glue version 3.0. Available AWS Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm).\n* For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4GB of memory, 64 GB disk), and provides 1 executor per worker. Recommended for low volume streaming jobs. Only available for Glue version 3.0.\n* For the Z.2X worker type, each worker maps to 2 M-DPU (8vCPU, 64 GB of m emory, 128 GB disk), and provides up to 8 Ray workers based on the autoscaler.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "connections", - "The list of connections used for this job.", + 'connections', + 'The list of connections used for this job.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "nonOverridableArguments", - "Non-overridable arguments for this job, specified as name-value pairs.", + 'nonOverridableArguments', + 'Non-overridable arguments for this job, specified as name-value pairs.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role associated with this job.", + 'roleArn', + 'The ARN of the IAM role associated with this job.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "Specifies the day of the week and hour for the maintenance window for streaming jobs.", + 'maintenanceWindow', + 'Specifies the day of the week and hour for the maintenance window for streaming jobs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "executionClass", - "Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. Valid value: `FLEX`, `STANDARD`.", + 'executionClass', + 'Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. Valid value: `FLEX`, `STANDARD`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "The maximum number of times to retry this job if it fails.", + 'maxRetries', + 'The maximum number of times to retry this job if it fails.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "defaultArguments", - "The map of default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the [Calling AWS Glue APIs in Python](http://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html) topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the [Special Parameters Used by AWS Glue](http://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-glue-arguments.html) topic in the developer guide.", + 'defaultArguments', + 'The map of default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the [Calling AWS Glue APIs in Python](http://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html) topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the [Special Parameters Used by AWS Glue](http://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-glue-arguments.html) topic in the developer guide.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "executionProperty", - "Execution property of the job. Defined below.", + 'executionProperty', + 'Execution property of the job. Defined below.', () => glue_JobExecutionProperty_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name you assign to this job. It must be unique in your account.", + 'name', + 'The name you assign to this job. It must be unique in your account.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "timeout", - "The job timeout in minutes. The default is 2880 minutes (48 hours) for `glueetl` and `pythonshell` jobs, and null (unlimited) for `gluestreaming` jobs.", + 'timeout', + 'The job timeout in minutes. The default is 2880 minutes (48 hours) for `glueetl` and `pythonshell` jobs, and null (unlimited) for `gluestreaming` jobs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/MLTransform.ts b/src/app/Models/codegen/aws/glue/MLTransform.ts index d7e16f92a..a98187d2d 100644 --- a/src/app/Models/codegen/aws/glue/MLTransform.ts +++ b/src/app/Models/codegen/aws/glue/MLTransform.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_MLTransformParameters, glue_MLTransformParameters_GetTypes, -} from "../types/glue_MLTransformParameters"; +} from '../types/glue_MLTransformParameters'; import { glue_MLTransformInputRecordTable, glue_MLTransformInputRecordTable_GetTypes, -} from "../types/glue_MLTransformInputRecordTable"; +} from '../types/glue_MLTransformInputRecordTable'; import { glue_MLTransformSchema, glue_MLTransformSchema_GetTypes, -} from "../types/glue_MLTransformSchema"; +} from '../types/glue_MLTransformSchema'; export interface MLTransformArgs { // The number of workers of a defined `worker_type` that are allocated when an ML Transform runs. Required with `worker_type`. @@ -109,39 +109,39 @@ export class MLTransform extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "numberOfWorkers", - "The number of workers of a defined `worker_type` that are allocated when an ML Transform runs. Required with `worker_type`.", + 'numberOfWorkers', + 'The number of workers of a defined `worker_type` that are allocated when an ML Transform runs. Required with `worker_type`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "parameters", - "The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.", + 'parameters', + 'The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.', () => glue_MLTransformParameters_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "inputRecordTables", - "A list of AWS Glue table definitions used by the transform. see Input Record Tables.", + 'inputRecordTables', + 'A list of AWS Glue table definitions used by the transform. see Input Record Tables.', () => glue_MLTransformInputRecordTable_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name you assign to this ML Transform. It must be unique in your account.", + 'name', + 'The name you assign to this ML Transform. It must be unique in your account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "glueVersion", + 'glueVersion', 'The version of glue to use, for example "1.0". For information about available versions, see the [AWS Glue Release Notes](https://docs.aws.amazon.com/glue/latest/dg/release-notes.html).', () => [], false, @@ -149,56 +149,56 @@ export class MLTransform extends DS_Resource { ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role associated with this ML Transform.", + 'roleArn', + 'The ARN of the IAM role associated with this ML Transform.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "The ML Transform timeout in minutes. The default is 2880 minutes (48 hours).", + 'timeout', + 'The ML Transform timeout in minutes. The default is 2880 minutes (48 hours).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the ML Transform.", + 'description', + 'Description of the ML Transform.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from `2` to `100` DPUs; the default is `10`. `max_capacity` is a mutually exclusive option with `number_of_workers` and `worker_type`.", + 'maxCapacity', + 'The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from `2` to `100` DPUs; the default is `10`. `max_capacity` is a mutually exclusive option with `number_of_workers` and `worker_type`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "The maximum number of times to retry this ML Transform if it fails.", + 'maxRetries', + 'The maximum number of times to retry this ML Transform if it fails.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workerType", - "The type of predefined worker that is allocated when an ML Transform runs. Accepts a value of `Standard`, `G.1X`, or `G.2X`. Required with `number_of_workers`.", + 'workerType', + 'The type of predefined worker that is allocated when an ML Transform runs. Accepts a value of `Standard`, `G.1X`, or `G.2X`. Required with `number_of_workers`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/Partition.ts b/src/app/Models/codegen/aws/glue/Partition.ts index 69bfa2302..517ad6199 100644 --- a/src/app/Models/codegen/aws/glue/Partition.ts +++ b/src/app/Models/codegen/aws/glue/Partition.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_PartitionStorageDescriptor, glue_PartitionStorageDescriptor_GetTypes, -} from "../types/glue_PartitionStorageDescriptor"; +} from '../types/glue_PartitionStorageDescriptor'; export interface PartitionArgs { // ID of the Glue Catalog and database to create the table in. If omitted, this defaults to the AWS Account ID plus the database name. @@ -62,48 +62,48 @@ export class Partition extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "storageDescriptor", - "A storage descriptor object containing information about the physical storage of this table. You can refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-StorageDescriptor) for a full explanation of this object.", + 'storageDescriptor', + 'A storage descriptor object containing information about the physical storage of this table. You can refer to the [Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html#aws-glue-api-catalog-tables-StorageDescriptor) for a full explanation of this object.', () => glue_PartitionStorageDescriptor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tableName", - "", + 'tableName', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Glue Catalog and database to create the table in. If omitted, this defaults to the AWS Account ID plus the database name.", + 'catalogId', + 'ID of the Glue Catalog and database to create the table in. If omitted, this defaults to the AWS Account ID plus the database name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.", + 'databaseName', + 'Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "Properties associated with this table, as a list of key-value pairs.", + 'parameters', + 'Properties associated with this table, as a list of key-value pairs.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "partitionValues", - "The values that define the partition.", + 'partitionValues', + 'The values that define the partition.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/glue/PartitionIndex.ts b/src/app/Models/codegen/aws/glue/PartitionIndex.ts index cc108fe40..0a38a8ed4 100644 --- a/src/app/Models/codegen/aws/glue/PartitionIndex.ts +++ b/src/app/Models/codegen/aws/glue/PartitionIndex.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_PartitionIndexPartitionIndex, glue_PartitionIndexPartitionIndex_GetTypes, -} from "../types/glue_PartitionIndexPartitionIndex"; +} from '../types/glue_PartitionIndexPartitionIndex'; export interface PartitionIndexArgs { // Name of the table. For Hive compatibility, this must be entirely lowercase. @@ -41,32 +41,32 @@ export class PartitionIndex extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "catalogId", - "The catalog ID where the table resides.", + 'catalogId', + 'The catalog ID where the table resides.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.", + 'databaseName', + 'Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "partitionIndex", - "Configuration block for a partition index. See `partition_index` below.", + 'partitionIndex', + 'Configuration block for a partition index. See `partition_index` below.', () => glue_PartitionIndexPartitionIndex_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "tableName", - "Name of the table. For Hive compatibility, this must be entirely lowercase.", + 'tableName', + 'Name of the table. For Hive compatibility, this must be entirely lowercase.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/glue/Registry.ts b/src/app/Models/codegen/aws/glue/Registry.ts index 1c3ce9174..44620d01c 100644 --- a/src/app/Models/codegen/aws/glue/Registry.ts +++ b/src/app/Models/codegen/aws/glue/Registry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegistryArgs { // A description of the registry. @@ -37,24 +37,24 @@ export class Registry extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A description of the registry.", + 'description', + 'A description of the registry.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "registryName", - "The Name of the registry.", + 'registryName', + 'The Name of the registry.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/glue/ResourcePolicy.ts b/src/app/Models/codegen/aws/glue/ResourcePolicy.ts index 63e3b173b..d170d46e0 100644 --- a/src/app/Models/codegen/aws/glue/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/glue/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // Indicates that you are using both methods to grant cross-account. Valid values are `TRUE` and `FALSE`. Note the provider will not perform drift detetction on this field as its not return on read. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy to be applied to the aws glue data catalog.", + 'policy', + 'The policy to be applied to the aws glue data catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "enableHybrid", - "Indicates that you are using both methods to grant cross-account. Valid values are `TRUE` and `FALSE`. Note the provider will not perform drift detetction on this field as its not return on read.", + 'enableHybrid', + 'Indicates that you are using both methods to grant cross-account. Valid values are `TRUE` and `FALSE`. Note the provider will not perform drift detetction on this field as its not return on read.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/Schema.ts b/src/app/Models/codegen/aws/glue/Schema.ts index 96523e933..e31d4c895 100644 --- a/src/app/Models/codegen/aws/glue/Schema.ts +++ b/src/app/Models/codegen/aws/glue/Schema.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SchemaArgs { // Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -73,56 +73,56 @@ export class Schema extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "compatibility", - "The compatibility mode of the schema. Values values are: `NONE`, `DISABLED`, `BACKWARD`, `BACKWARD_ALL`, `FORWARD`, `FORWARD_ALL`, `FULL`, and `FULL_ALL`.", + 'compatibility', + 'The compatibility mode of the schema. Values values are: `NONE`, `DISABLED`, `BACKWARD`, `BACKWARD_ALL`, `FORWARD`, `FORWARD_ALL`, `FULL`, and `FULL_ALL`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataFormat", - "The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.", + 'dataFormat', + 'The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the schema.", + 'description', + 'A description of the schema.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "registryArn", - "The ARN of the Glue Registry to create the schema in.", + 'registryArn', + 'The ARN of the Glue Registry to create the schema in.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schemaDefinition", - "The schema definition using the `data_format` setting for `schema_name`.", + 'schemaDefinition', + 'The schema definition using the `data_format` setting for `schema_name`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "schemaName", - "The Name of the schema.", + 'schemaName', + 'The Name of the schema.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/glue/SecurityConfiguration.ts b/src/app/Models/codegen/aws/glue/SecurityConfiguration.ts index 2668a6947..a91fac446 100644 --- a/src/app/Models/codegen/aws/glue/SecurityConfiguration.ts +++ b/src/app/Models/codegen/aws/glue/SecurityConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_SecurityConfigurationEncryptionConfiguration, glue_SecurityConfigurationEncryptionConfiguration_GetTypes, -} from "../types/glue_SecurityConfigurationEncryptionConfiguration"; +} from '../types/glue_SecurityConfigurationEncryptionConfiguration'; export interface SecurityConfigurationArgs { // Configuration block containing encryption configuration. Detailed below. @@ -29,16 +29,16 @@ export class SecurityConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Configuration block containing encryption configuration. Detailed below.", + 'encryptionConfiguration', + 'Configuration block containing encryption configuration. Detailed below.', () => glue_SecurityConfigurationEncryptionConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the security configuration.", + 'name', + 'Name of the security configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/glue/Trigger.ts b/src/app/Models/codegen/aws/glue/Trigger.ts index 950206251..e1cc37ea9 100644 --- a/src/app/Models/codegen/aws/glue/Trigger.ts +++ b/src/app/Models/codegen/aws/glue/Trigger.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_TriggerPredicate, glue_TriggerPredicate_GetTypes, -} from "../types/glue_TriggerPredicate"; +} from '../types/glue_TriggerPredicate'; import { glue_TriggerAction, glue_TriggerAction_GetTypes, -} from "../types/glue_TriggerAction"; +} from '../types/glue_TriggerAction'; import { glue_TriggerEventBatchingCondition, glue_TriggerEventBatchingCondition_GetTypes, -} from "../types/glue_TriggerEventBatchingCondition"; +} from '../types/glue_TriggerEventBatchingCondition'; export interface TriggerArgs { // The name of the trigger. @@ -100,88 +100,88 @@ export class Trigger extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "startOnCreation", - "Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created. True is not supported for `ON_DEMAND` triggers.", + 'startOnCreation', + 'Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created. True is not supported for `ON_DEMAND` triggers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workflowName", - "A workflow to which the trigger should be associated to. Every workflow graph (DAG) needs a starting trigger (`ON_DEMAND` or `SCHEDULED` type) and can contain multiple additional `CONDITIONAL` triggers.", + 'workflowName', + 'A workflow to which the trigger should be associated to. Every workflow graph (DAG) needs a starting trigger (`ON_DEMAND` or `SCHEDULED` type) and can contain multiple additional `CONDITIONAL` triggers.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "actions", - "List of actions initiated by this trigger when it fires. See Actions Below.", + 'actions', + 'List of actions initiated by this trigger when it fires. See Actions Below.', () => glue_TriggerAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the new trigger.", + 'description', + 'A description of the new trigger.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventBatchingConditions", - "Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. See Event Batching Condition.", + 'eventBatchingConditions', + 'Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. See Event Batching Condition.', () => glue_TriggerEventBatchingCondition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "schedule", - "A cron expression used to specify the schedule. [Time-Based Schedules for Jobs and Crawlers](https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html)", + 'schedule', + 'A cron expression used to specify the schedule. [Time-Based Schedules for Jobs and Crawlers](https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the trigger.", + 'name', + 'The name of the trigger.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "predicate", - "A predicate to specify when the new trigger should fire. Required when trigger type is `CONDITIONAL`. See Predicate Below.", + 'predicate', + 'A predicate to specify when the new trigger should fire. Required when trigger type is `CONDITIONAL`. See Predicate Below.', () => glue_TriggerPredicate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of trigger. Valid values are `CONDITIONAL`, `EVENT`, `ON_DEMAND`, and `SCHEDULED`.", + 'type', + 'The type of trigger. Valid values are `CONDITIONAL`, `EVENT`, `ON_DEMAND`, and `SCHEDULED`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Start the trigger. Defaults to `true`.", + 'enabled', + 'Start the trigger. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/glue/UserDefinedFunction.ts b/src/app/Models/codegen/aws/glue/UserDefinedFunction.ts index 950a0c0c5..8e87c20d7 100644 --- a/src/app/Models/codegen/aws/glue/UserDefinedFunction.ts +++ b/src/app/Models/codegen/aws/glue/UserDefinedFunction.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_UserDefinedFunctionResourceUri, glue_UserDefinedFunctionResourceUri_GetTypes, -} from "../types/glue_UserDefinedFunctionResourceUri"; +} from '../types/glue_UserDefinedFunctionResourceUri'; export interface UserDefinedFunctionArgs { // The name of the function. @@ -65,56 +65,56 @@ export class UserDefinedFunction extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the function.", + 'name', + 'The name of the function.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ownerName", - "The owner of the function.", + 'ownerName', + 'The owner of the function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ownerType", - "The owner type. can be one of `USER`, `ROLE`, and `GROUP`.", + 'ownerType', + 'The owner type. can be one of `USER`, `ROLE`, and `GROUP`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "resourceUris", - "The configuration block for Resource URIs. See resource uris below for more details.", + 'resourceUris', + 'The configuration block for Resource URIs. See resource uris below for more details.', () => glue_UserDefinedFunctionResourceUri_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Glue Catalog to create the function in. If omitted, this defaults to the AWS Account ID.", + 'catalogId', + 'ID of the Glue Catalog to create the function in. If omitted, this defaults to the AWS Account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "className", - "The Java class that contains the function code.", + 'className', + 'The Java class that contains the function code.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the Database to create the Function.", + 'databaseName', + 'The name of the Database to create the Function.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/glue/Workflow.ts b/src/app/Models/codegen/aws/glue/Workflow.ts index 2a5f67733..6de4534da 100644 --- a/src/app/Models/codegen/aws/glue/Workflow.ts +++ b/src/app/Models/codegen/aws/glue/Workflow.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkflowArgs { // A map of default run properties for this workflow. These properties are passed to all jobs associated to the workflow. @@ -49,40 +49,40 @@ export class Workflow extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name you assign to this workflow.", + 'name', + 'The name you assign to this workflow.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "defaultRunProperties", - "A map of default run properties for this workflow. These properties are passed to all jobs associated to the workflow.", + 'defaultRunProperties', + 'A map of default run properties for this workflow. These properties are passed to all jobs associated to the workflow.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the workflow.", + 'description', + 'Description of the workflow.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentRuns", - "Prevents exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.", + 'maxConcurrentRuns', + 'Prevents exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/grafana/LicenseAssociation.ts b/src/app/Models/codegen/aws/grafana/LicenseAssociation.ts index f31c580e5..97f81fc76 100644 --- a/src/app/Models/codegen/aws/grafana/LicenseAssociation.ts +++ b/src/app/Models/codegen/aws/grafana/LicenseAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LicenseAssociationArgs { // A token from Grafana Labs that ties your AWS account with a Grafana Labs account. @@ -37,24 +37,24 @@ export class LicenseAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "grafanaToken", - "A token from Grafana Labs that ties your AWS account with a Grafana Labs account.", + 'grafanaToken', + 'A token from Grafana Labs that ties your AWS account with a Grafana Labs account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "licenseType", - "The type of license for the workspace license association. Valid values are `ENTERPRISE` and `ENTERPRISE_FREE_TRIAL`.", + 'licenseType', + 'The type of license for the workspace license association. Valid values are `ENTERPRISE` and `ENTERPRISE_FREE_TRIAL`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workspaceId", - "The workspace id.", + 'workspaceId', + 'The workspace id.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/grafana/RoleAssociation.ts b/src/app/Models/codegen/aws/grafana/RoleAssociation.ts index a1cae8aa0..c4dbd0280 100644 --- a/src/app/Models/codegen/aws/grafana/RoleAssociation.ts +++ b/src/app/Models/codegen/aws/grafana/RoleAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RoleAssociationArgs { // The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role). @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "role", - "The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role).", + 'role', + 'The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "userIds", - "The AWS SSO user ids to be assigned the role given in `role`.", + 'userIds', + 'The AWS SSO user ids to be assigned the role given in `role`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workspaceId", - "The workspace id.\n\nThe following arguments are optional:", + 'workspaceId', + 'The workspace id.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "groupIds", - "The AWS SSO group ids to be assigned the role given in `role`.", + 'groupIds', + 'The AWS SSO group ids to be assigned the role given in `role`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/grafana/Workspace.ts b/src/app/Models/codegen/aws/grafana/Workspace.ts index 9b0c32914..559f7bedf 100644 --- a/src/app/Models/codegen/aws/grafana/Workspace.ts +++ b/src/app/Models/codegen/aws/grafana/Workspace.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { grafana_WorkspaceNetworkAccessControl, grafana_WorkspaceNetworkAccessControl_GetTypes, -} from "../types/grafana_WorkspaceNetworkAccessControl"; +} from '../types/grafana_WorkspaceNetworkAccessControl'; import { grafana_WorkspaceVpcConfiguration, grafana_WorkspaceVpcConfiguration_GetTypes, -} from "../types/grafana_WorkspaceVpcConfiguration"; +} from '../types/grafana_WorkspaceVpcConfiguration'; export interface WorkspaceArgs { // The Amazon Organizations organizational units that the workspace is authorized to use data sources from. @@ -137,128 +137,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "networkAccessControl", - "Configuration for network access to your workspace.See Network Access Control below.", + 'networkAccessControl', + 'Configuration for network access to your workspace.See Network Access Control below.', () => grafana_WorkspaceNetworkAccessControl_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to. See VPC Configuration below.", + 'vpcConfiguration', + 'The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to. See VPC Configuration below.', () => grafana_WorkspaceVpcConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The workspace description.", + 'description', + 'The workspace description.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dataSources", - "The data sources for the workspace. Valid values are `AMAZON_OPENSEARCH_SERVICE`, `ATHENA`, `CLOUDWATCH`, `PROMETHEUS`, `REDSHIFT`, `SITEWISE`, `TIMESTREAM`, `XRAY`", + 'dataSources', + 'The data sources for the workspace. Valid values are `AMAZON_OPENSEARCH_SERVICE`, `ATHENA`, `CLOUDWATCH`, `PROMETHEUS`, `REDSHIFT`, `SITEWISE`, `TIMESTREAM`, `XRAY`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "authenticationProviders", - "The authentication providers for the workspace. Valid values are `AWS_SSO`, `SAML`, or both.", + 'authenticationProviders', + 'The authentication providers for the workspace. Valid values are `AWS_SSO`, `SAML`, or both.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "configuration", - "The configuration string for the workspace that you create. For more information about the format and configuration options available, see [Working in your Grafana workspace](https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html).", + 'configuration', + 'The configuration string for the workspace that you create. For more information about the format and configuration options available, see [Working in your Grafana workspace](https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "grafanaVersion", - "Specifies the version of Grafana to support in the new workspace. Supported values are `8.4`, `9.4` and `10.4`. If not specified, defaults to `9.4`.", + 'grafanaVersion', + 'Specifies the version of Grafana to support in the new workspace. Supported values are `8.4`, `9.4` and `10.4`. If not specified, defaults to `9.4`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "organizationalUnits", - "The Amazon Organizations organizational units that the workspace is authorized to use data sources from.", + 'organizationalUnits', + 'The Amazon Organizations organizational units that the workspace is authorized to use data sources from.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that the workspace assumes.", + 'roleArn', + 'The IAM role ARN that the workspace assumes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The Grafana workspace name.", + 'name', + 'The Grafana workspace name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "permissionType", - "The permission type of the workspace. If `SERVICE_MANAGED` is specified, the IAM roles and IAM policy attachments are generated automatically. If `CUSTOMER_MANAGED` is specified, the IAM roles and IAM policy attachments will not be created.\n\nThe following arguments are optional:", + 'permissionType', + 'The permission type of the workspace. If `SERVICE_MANAGED` is specified, the IAM roles and IAM policy attachments are generated automatically. If `CUSTOMER_MANAGED` is specified, the IAM roles and IAM policy attachments will not be created.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountAccessType", - "The type of account access for the workspace. Valid values are `CURRENT_ACCOUNT` and `ORGANIZATION`. If `ORGANIZATION` is specified, then `organizational_units` must also be present.", + 'accountAccessType', + 'The type of account access for the workspace. Valid values are `CURRENT_ACCOUNT` and `ORGANIZATION`. If `ORGANIZATION` is specified, then `organizational_units` must also be present.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "organizationRoleName", - "The role name that the workspace uses to access resources through Amazon Organizations.", + 'organizationRoleName', + 'The role name that the workspace uses to access resources through Amazon Organizations.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notificationDestinations", - "The notification destinations. If a data source is specified here, Amazon Managed Grafana will create IAM roles and permissions needed to use these destinations. Must be set to `SNS`.", + 'notificationDestinations', + 'The notification destinations. If a data source is specified here, Amazon Managed Grafana will create IAM roles and permissions needed to use these destinations. Must be set to `SNS`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stackSetName", - "The AWS CloudFormation stack set name that provisions IAM roles to be used by the workspace.", + 'stackSetName', + 'The AWS CloudFormation stack set name that provisions IAM roles to be used by the workspace.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/grafana/WorkspaceApiKey.ts b/src/app/Models/codegen/aws/grafana/WorkspaceApiKey.ts index e76bc41b9..44d7bf83d 100644 --- a/src/app/Models/codegen/aws/grafana/WorkspaceApiKey.ts +++ b/src/app/Models/codegen/aws/grafana/WorkspaceApiKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkspaceApiKeyArgs { // Specifies the permission level of the API key. Valid values are `VIEWER`, `EDITOR`, or `ADMIN`. @@ -40,32 +40,32 @@ export class WorkspaceApiKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "keyName", - "Specifies the name of the API key. Key names must be unique to the workspace.", + 'keyName', + 'Specifies the name of the API key. Key names must be unique to the workspace.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyRole", - "Specifies the permission level of the API key. Valid values are `VIEWER`, `EDITOR`, or `ADMIN`.", + 'keyRole', + 'Specifies the permission level of the API key. Valid values are `VIEWER`, `EDITOR`, or `ADMIN`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "secondsToLive", - "Specifies the time in seconds until the API key expires. Keys can be valid for up to 30 days.", + 'secondsToLive', + 'Specifies the time in seconds until the API key expires. Keys can be valid for up to 30 days.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workspaceId", - "The ID of the workspace that the API key is valid for.", + 'workspaceId', + 'The ID of the workspace that the API key is valid for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/grafana/WorkspaceSamlConfiguration.ts b/src/app/Models/codegen/aws/grafana/WorkspaceSamlConfiguration.ts index 3e5377ec3..f9eabf3fc 100644 --- a/src/app/Models/codegen/aws/grafana/WorkspaceSamlConfiguration.ts +++ b/src/app/Models/codegen/aws/grafana/WorkspaceSamlConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkspaceSamlConfigurationArgs { // The login assertion. @@ -102,104 +102,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "idpMetadataXml", - "The IDP Metadata XML. Note that either `idp_metadata_url` or `idp_metadata_xml` (but not both) must be specified.", + 'idpMetadataXml', + 'The IDP Metadata XML. Note that either `idp_metadata_url` or `idp_metadata_xml` (but not both) must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loginValidityDuration", - "The login validity duration.", + 'loginValidityDuration', + 'The login validity duration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "orgAssertion", - "The org assertion.", + 'orgAssertion', + 'The org assertion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workspaceId", - "The workspace id.\n\nThe following arguments are optional:", + 'workspaceId', + 'The workspace id.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "editorRoleValues", - "The editor role values.", + 'editorRoleValues', + 'The editor role values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "groupsAssertion", - "The groups assertion.", + 'groupsAssertion', + 'The groups assertion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "idpMetadataUrl", - "The IDP Metadata URL. Note that either `idp_metadata_url` or `idp_metadata_xml` (but not both) must be specified.", + 'idpMetadataUrl', + 'The IDP Metadata URL. Note that either `idp_metadata_url` or `idp_metadata_xml` (but not both) must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loginAssertion", - "The login assertion.", + 'loginAssertion', + 'The login assertion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleAssertion", - "The role assertion.", + 'roleAssertion', + 'The role assertion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nameAssertion", - "The name assertion.", + 'nameAssertion', + 'The name assertion.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "adminRoleValues", - "The admin role values.", + 'adminRoleValues', + 'The admin role values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowedOrganizations", - "The allowed organizations.", + 'allowedOrganizations', + 'The allowed organizations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "emailAssertion", - "The email assertion.", + 'emailAssertion', + 'The email assertion.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccount.ts b/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccount.ts index 2d4fa0d4d..248740ba5 100644 --- a/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccount.ts +++ b/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkspaceServiceAccountArgs { // The permission level to use for this service account. For more information about the roles and the permissions each has, see the [User roles](https://docs.aws.amazon.com/grafana/latest/userguide/Grafana-user-roles.html) documentation. @@ -34,24 +34,24 @@ export class WorkspaceServiceAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "workspaceId", - "The Grafana workspace with which the service account is associated.", + 'workspaceId', + 'The Grafana workspace with which the service account is associated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "grafanaRole", - "The permission level to use for this service account. For more information about the roles and the permissions each has, see the [User roles](https://docs.aws.amazon.com/grafana/latest/userguide/Grafana-user-roles.html) documentation.", + 'grafanaRole', + 'The permission level to use for this service account. For more information about the roles and the permissions each has, see the [User roles](https://docs.aws.amazon.com/grafana/latest/userguide/Grafana-user-roles.html) documentation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.", + 'name', + 'A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccountToken.ts b/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccountToken.ts index e2e6b72af..0a8b14f8d 100644 --- a/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccountToken.ts +++ b/src/app/Models/codegen/aws/grafana/WorkspaceServiceAccountToken.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkspaceServiceAccountTokenArgs { // A name for the token to create. The name must be unique within the workspace. @@ -49,32 +49,32 @@ export class WorkspaceServiceAccountToken extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "secondsToLive", - "Sets how long the token will be valid, in seconds. You can set the time up to 30 days in the future.", + 'secondsToLive', + 'Sets how long the token will be valid, in seconds. You can set the time up to 30 days in the future.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccountId", - "The ID of the service account for which to create a token.", + 'serviceAccountId', + 'The ID of the service account for which to create a token.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workspaceId", - "The Grafana workspace with which the service account token is associated.", + 'workspaceId', + 'The Grafana workspace with which the service account token is associated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the token to create. The name must be unique within the workspace.", + 'name', + 'A name for the token to create. The name must be unique within the workspace.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/guardduty/Detector.ts b/src/app/Models/codegen/aws/guardduty/Detector.ts index b3a85df15..d430a33b8 100644 --- a/src/app/Models/codegen/aws/guardduty/Detector.ts +++ b/src/app/Models/codegen/aws/guardduty/Detector.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorDatasources, guardduty_DetectorDatasources_GetTypes, -} from "../types/guardduty_DetectorDatasources"; +} from '../types/guardduty_DetectorDatasources'; export interface DetectorArgs { // Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -50,15 +50,15 @@ export class Detector extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "datasources", - "Describes which data sources will be enabled for the detector. See Data Sources below for more details. [Deprecated](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-feature-object-api-changes-march2023.html) in favor of `aws.guardduty.DetectorFeature` resources.", + 'datasources', + 'Describes which data sources will be enabled for the detector. See Data Sources below for more details. [Deprecated](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-feature-object-api-changes-march2023.html) in favor of `aws.guardduty.DetectorFeature` resources.', () => guardduty_DetectorDatasources_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enable", + 'enable', 'Enable monitoring and feedback reporting. Setting to `false` is equivalent to "suspending" GuardDuty. Defaults to `true`.', () => [], false, @@ -66,16 +66,16 @@ export class Detector extends DS_Resource { ), new DynamicUIProps( InputType.String, - "findingPublishingFrequency", - "Specifies the frequency of notifications sent for subsequent finding occurrences. If the detector is a GuardDuty member account, the value is determined by the GuardDuty primary account and cannot be modified, otherwise defaults to `SIX_HOURS`. For standalone and GuardDuty primary accounts, it must be configured in this provider to enable drift detection. Valid values for standalone and primary accounts: `FIFTEEN_MINUTES`, `ONE_HOUR`, `SIX_HOURS`. See [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings_cloudwatch.html#guardduty_findings_cloudwatch_notification_frequency) for more information.", + 'findingPublishingFrequency', + 'Specifies the frequency of notifications sent for subsequent finding occurrences. If the detector is a GuardDuty member account, the value is determined by the GuardDuty primary account and cannot be modified, otherwise defaults to `SIX_HOURS`. For standalone and GuardDuty primary accounts, it must be configured in this provider to enable drift detection. Valid values for standalone and primary accounts: `FIFTEEN_MINUTES`, `ONE_HOUR`, `SIX_HOURS`. See [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings_cloudwatch.html#guardduty_findings_cloudwatch_notification_frequency) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/guardduty/DetectorFeature.ts b/src/app/Models/codegen/aws/guardduty/DetectorFeature.ts index d9f0ba9d1..0fc1ef4a8 100644 --- a/src/app/Models/codegen/aws/guardduty/DetectorFeature.ts +++ b/src/app/Models/codegen/aws/guardduty/DetectorFeature.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorFeatureAdditionalConfiguration, guardduty_DetectorFeatureAdditionalConfiguration_GetTypes, -} from "../types/guardduty_DetectorFeatureAdditionalConfiguration"; +} from '../types/guardduty_DetectorFeatureAdditionalConfiguration'; export interface DetectorFeatureArgs { // Additional feature configuration block for features`EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below. @@ -41,32 +41,32 @@ export class DetectorFeature extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "additionalConfigurations", - "Additional feature configuration block for features`EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below.", + 'additionalConfigurations', + 'Additional feature configuration block for features`EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below.', () => guardduty_DetectorFeatureAdditionalConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "detectorId", - "Amazon GuardDuty detector ID.", + 'detectorId', + 'Amazon GuardDuty detector ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the detector feature. Valid values: `S3_DATA_EVENTS`, `EKS_AUDIT_LOGS`, `EBS_MALWARE_PROTECTION`, `RDS_LOGIN_EVENTS`, `EKS_RUNTIME_MONITORING`, `LAMBDA_NETWORK_LOGS`, `RUNTIME_MONITORING`. Only one of two features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING` can be added, adding both features will cause an error. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorFeatureConfiguration.html) for the current list of supported values.", + 'name', + 'The name of the detector feature. Valid values: `S3_DATA_EVENTS`, `EKS_AUDIT_LOGS`, `EBS_MALWARE_PROTECTION`, `RDS_LOGIN_EVENTS`, `EKS_RUNTIME_MONITORING`, `LAMBDA_NETWORK_LOGS`, `RUNTIME_MONITORING`. Only one of two features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING` can be added, adding both features will cause an error. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorFeatureConfiguration.html) for the current list of supported values.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "status", - "The status of the detector feature. Valid values: `ENABLED`, `DISABLED`.", + 'status', + 'The status of the detector feature. Valid values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/guardduty/Filter.ts b/src/app/Models/codegen/aws/guardduty/Filter.ts index 3b6095da1..a3dcec06a 100644 --- a/src/app/Models/codegen/aws/guardduty/Filter.ts +++ b/src/app/Models/codegen/aws/guardduty/Filter.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_FilterFindingCriteria, guardduty_FilterFindingCriteria_GetTypes, -} from "../types/guardduty_FilterFindingCriteria"; +} from '../types/guardduty_FilterFindingCriteria'; export interface FilterArgs { // ID of a GuardDuty detector, attached to your account. @@ -65,56 +65,56 @@ export class Filter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the filter.", + 'description', + 'Description of the filter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "detectorId", - "ID of a GuardDuty detector, attached to your account.", + 'detectorId', + 'ID of a GuardDuty detector, attached to your account.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "findingCriteria", - "Represents the criteria to be used in the filter for querying findings. Contains one or more `criterion` blocks, documented below.", + 'findingCriteria', + 'Represents the criteria to be used in the filter for querying findings. Contains one or more `criterion` blocks, documented below.', () => guardduty_FilterFindingCriteria_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of your filter.", + 'name', + 'The name of your filter.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "rank", - "Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.", + 'rank', + 'Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "The tags that you want to add to the Filter resource. A tag consists of a key and a value. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'The tags that you want to add to the Filter resource. A tag consists of a key and a value. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "action", - "Specifies the action that is to be applied to the findings that match the filter. Can be one of `ARCHIVE` or `NOOP`.", + 'action', + 'Specifies the action that is to be applied to the findings that match the filter. Can be one of `ARCHIVE` or `NOOP`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/guardduty/IPSet.ts b/src/app/Models/codegen/aws/guardduty/IPSet.ts index 9d5ede55e..000faf558 100644 --- a/src/app/Models/codegen/aws/guardduty/IPSet.ts +++ b/src/app/Models/codegen/aws/guardduty/IPSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IPSetArgs { // Specifies whether GuardDuty is to start using the uploaded IPSet. @@ -55,48 +55,48 @@ export class IPSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "format", - "The format of the file that contains the IPSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`", + 'format', + 'The format of the file that contains the IPSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The URI of the file that contains the IPSet.", + 'location', + 'The URI of the file that contains the IPSet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The friendly name to identify the IPSet.", + 'name', + 'The friendly name to identify the IPSet.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "activate", - "Specifies whether GuardDuty is to start using the uploaded IPSet.", + 'activate', + 'Specifies whether GuardDuty is to start using the uploaded IPSet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the GuardDuty.", + 'detectorId', + 'The detector ID of the GuardDuty.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/guardduty/InviteAccepter.ts b/src/app/Models/codegen/aws/guardduty/InviteAccepter.ts index ec55dc22b..dd34004b6 100644 --- a/src/app/Models/codegen/aws/guardduty/InviteAccepter.ts +++ b/src/app/Models/codegen/aws/guardduty/InviteAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InviteAccepterArgs { // The detector ID of the member GuardDuty account. @@ -25,16 +25,16 @@ export class InviteAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the member GuardDuty account.", + 'detectorId', + 'The detector ID of the member GuardDuty account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "masterAccountId", - "AWS account ID for primary account.", + 'masterAccountId', + 'AWS account ID for primary account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/guardduty/MalwareProtectionPlan.ts b/src/app/Models/codegen/aws/guardduty/MalwareProtectionPlan.ts index bc877aeab..d7037d3c7 100644 --- a/src/app/Models/codegen/aws/guardduty/MalwareProtectionPlan.ts +++ b/src/app/Models/codegen/aws/guardduty/MalwareProtectionPlan.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_MalwareProtectionPlanAction, guardduty_MalwareProtectionPlanAction_GetTypes, -} from "../types/guardduty_MalwareProtectionPlanAction"; +} from '../types/guardduty_MalwareProtectionPlanAction'; import { guardduty_MalwareProtectionPlanProtectedResource, guardduty_MalwareProtectionPlanProtectedResource_GetTypes, -} from "../types/guardduty_MalwareProtectionPlanProtectedResource"; +} from '../types/guardduty_MalwareProtectionPlanProtectedResource'; export interface MalwareProtectionPlanArgs { // Information about whether the tags will be added to the S3 object after scanning. See `actions` below. @@ -57,32 +57,32 @@ export class MalwareProtectionPlan extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "actions", - "Information about whether the tags will be added to the S3 object after scanning. See `actions` below.", + 'actions', + 'Information about whether the tags will be added to the S3 object after scanning. See `actions` below.', () => guardduty_MalwareProtectionPlanAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "protectedResource", - "Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource. See `protected_resource` below.", + 'protectedResource', + 'Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource. See `protected_resource` below.', () => guardduty_MalwareProtectionPlanProtectedResource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "role", - "ARN of IAM role that includes the permissions required to scan and add tags to the associated protected resource.", + 'role', + 'ARN of IAM role that includes the permissions required to scan and add tags to the associated protected resource.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/guardduty/Member.ts b/src/app/Models/codegen/aws/guardduty/Member.ts index ad8ab8ed3..bf6c8e94c 100644 --- a/src/app/Models/codegen/aws/guardduty/Member.ts +++ b/src/app/Models/codegen/aws/guardduty/Member.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MemberArgs { // AWS account ID for member account. @@ -52,48 +52,48 @@ export class Member extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "email", - "Email address for member account.", + 'email', + 'Email address for member account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "invitationMessage", - "Message for invitation.", + 'invitationMessage', + 'Message for invitation.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "invite", - "Boolean whether to invite the account to GuardDuty as a member. Defaults to `false`. To detect if an invitation needs to be (re-)sent, the this provider state value is `true` based on a `relationship_status` of `Disabled`, `Enabled`, `Invited`, or `EmailVerificationInProgress`.", + 'invite', + 'Boolean whether to invite the account to GuardDuty as a member. Defaults to `false`. To detect if an invitation needs to be (re-)sent, the this provider state value is `true` based on a `relationship_status` of `Disabled`, `Enabled`, `Invited`, or `EmailVerificationInProgress`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "AWS account ID for member account.", + 'accountId', + 'AWS account ID for member account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the GuardDuty account where you want to create member accounts.", + 'detectorId', + 'The detector ID of the GuardDuty account where you want to create member accounts.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "disableEmailNotification", - "Boolean whether an email notification is sent to the accounts. Defaults to `false`.", + 'disableEmailNotification', + 'Boolean whether an email notification is sent to the accounts. Defaults to `false`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/guardduty/OrganizationAdminAccount.ts b/src/app/Models/codegen/aws/guardduty/OrganizationAdminAccount.ts index 6186d8fd3..3aa9b3b2b 100644 --- a/src/app/Models/codegen/aws/guardduty/OrganizationAdminAccount.ts +++ b/src/app/Models/codegen/aws/guardduty/OrganizationAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationAdminAccountArgs { // AWS account identifier to designate as a delegated administrator for GuardDuty. @@ -19,8 +19,8 @@ export class OrganizationAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "adminAccountId", - "AWS account identifier to designate as a delegated administrator for GuardDuty.", + 'adminAccountId', + 'AWS account identifier to designate as a delegated administrator for GuardDuty.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/guardduty/OrganizationConfiguration.ts b/src/app/Models/codegen/aws/guardduty/OrganizationConfiguration.ts index a4473bb0e..d9b7eca03 100644 --- a/src/app/Models/codegen/aws/guardduty/OrganizationConfiguration.ts +++ b/src/app/Models/codegen/aws/guardduty/OrganizationConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationDatasources, guardduty_OrganizationConfigurationDatasources_GetTypes, -} from "../types/guardduty_OrganizationConfigurationDatasources"; +} from '../types/guardduty_OrganizationConfigurationDatasources'; export interface OrganizationConfigurationArgs { // Configuration for the collected datasources. @@ -41,32 +41,32 @@ export class OrganizationConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "datasources", - "Configuration for the collected datasources.", + 'datasources', + 'Configuration for the collected datasources.', () => guardduty_OrganizationConfigurationDatasources_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the GuardDuty account.", + 'detectorId', + 'The detector ID of the GuardDuty account.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "autoEnable", - "*Deprecated:* Use `auto_enable_organization_members` instead. When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s GuardDuty delegated administrator and GuardDuty is enabled in that AWS Region.", + 'autoEnable', + '*Deprecated:* Use `auto_enable_organization_members` instead. When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s GuardDuty delegated administrator and GuardDuty is enabled in that AWS Region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoEnableOrganizationMembers", - "Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. Valid values are `ALL`, `NEW`, `NONE`.", + 'autoEnableOrganizationMembers', + 'Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. Valid values are `ALL`, `NEW`, `NONE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/guardduty/OrganizationConfigurationFeature.ts b/src/app/Models/codegen/aws/guardduty/OrganizationConfigurationFeature.ts index 751e7c03c..b6b16d89d 100644 --- a/src/app/Models/codegen/aws/guardduty/OrganizationConfigurationFeature.ts +++ b/src/app/Models/codegen/aws/guardduty/OrganizationConfigurationFeature.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationFeatureAdditionalConfiguration, guardduty_OrganizationConfigurationFeatureAdditionalConfiguration_GetTypes, -} from "../types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration"; +} from '../types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration'; export interface OrganizationConfigurationFeatureArgs { // Additional feature configuration block for features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below. @@ -41,8 +41,8 @@ export class OrganizationConfigurationFeature extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "additionalConfigurations", - "Additional feature configuration block for features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below.", + 'additionalConfigurations', + 'Additional feature configuration block for features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING`. See below.', () => guardduty_OrganizationConfigurationFeatureAdditionalConfiguration_GetTypes(), false, @@ -50,24 +50,24 @@ export class OrganizationConfigurationFeature extends DS_Resource { ), new DynamicUIProps( InputType.String, - "autoEnable", - "The status of the feature that is configured for the member accounts within the organization. Valid values: `NEW`, `ALL`, `NONE`.", + 'autoEnable', + 'The status of the feature that is configured for the member accounts within the organization. Valid values: `NEW`, `ALL`, `NONE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "detectorId", - "The ID of the detector that configures the delegated administrator.", + 'detectorId', + 'The ID of the detector that configures the delegated administrator.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the feature that will be configured for the organization. Valid values: `S3_DATA_EVENTS`, `EKS_AUDIT_LOGS`, `EBS_MALWARE_PROTECTION`, `RDS_LOGIN_EVENTS`, `EKS_RUNTIME_MONITORING`, `LAMBDA_NETWORK_LOGS`, `RUNTIME_MONITORING`. Only one of two features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING` can be added, adding both features will cause an error. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorFeatureConfiguration.html) for the current list of supported values.", + 'name', + 'The name of the feature that will be configured for the organization. Valid values: `S3_DATA_EVENTS`, `EKS_AUDIT_LOGS`, `EBS_MALWARE_PROTECTION`, `RDS_LOGIN_EVENTS`, `EKS_RUNTIME_MONITORING`, `LAMBDA_NETWORK_LOGS`, `RUNTIME_MONITORING`. Only one of two features `EKS_RUNTIME_MONITORING` or `RUNTIME_MONITORING` can be added, adding both features will cause an error. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorFeatureConfiguration.html) for the current list of supported values.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/guardduty/PublishingDestination.ts b/src/app/Models/codegen/aws/guardduty/PublishingDestination.ts index 244987025..f27222b2a 100644 --- a/src/app/Models/codegen/aws/guardduty/PublishingDestination.ts +++ b/src/app/Models/codegen/aws/guardduty/PublishingDestination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublishingDestinationArgs { /* @@ -45,7 +45,7 @@ Currently there is only "S3" available as destination type which is also the def return [ new DynamicUIProps( InputType.String, - "destinationType", + 'destinationType', 'Currently there is only "S3" available as destination type which is also the default value\n\n> **Note:** In case of missing permissions (S3 Bucket Policy _or_ KMS Key permissions) the resource will fail to create. If the permissions are changed after resource creation, this can be asked from the AWS API via the "DescribePublishingDestination" call (https://docs.aws.amazon.com/cli/latest/reference/guardduty/describe-publishing-destination.html).', () => [], false, @@ -53,24 +53,24 @@ Currently there is only "S3" available as destination type which is also the def ), new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the GuardDuty.", + 'detectorId', + 'The detector ID of the GuardDuty.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN of the KMS key used to encrypt GuardDuty findings. GuardDuty enforces this to be encrypted.", + 'kmsKeyArn', + 'The ARN of the KMS key used to encrypt GuardDuty findings. GuardDuty enforces this to be encrypted.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationArn", - "The bucket arn and prefix under which the findings get exported. Bucket-ARN is required, the prefix is optional and will be `AWSLogs/[Account-ID]/GuardDuty/[Region]/` if not provided", + 'destinationArn', + 'The bucket arn and prefix under which the findings get exported. Bucket-ARN is required, the prefix is optional and will be `AWSLogs/[Account-ID]/GuardDuty/[Region]/` if not provided', () => [], true, false, diff --git a/src/app/Models/codegen/aws/guardduty/ThreatIntelSet.ts b/src/app/Models/codegen/aws/guardduty/ThreatIntelSet.ts index 726731b79..6aa9de299 100644 --- a/src/app/Models/codegen/aws/guardduty/ThreatIntelSet.ts +++ b/src/app/Models/codegen/aws/guardduty/ThreatIntelSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ThreatIntelSetArgs { // The format of the file that contains the ThreatIntelSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE` @@ -55,48 +55,48 @@ export class ThreatIntelSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "detectorId", - "The detector ID of the GuardDuty.", + 'detectorId', + 'The detector ID of the GuardDuty.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "format", - "The format of the file that contains the ThreatIntelSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`", + 'format', + 'The format of the file that contains the ThreatIntelSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The URI of the file that contains the ThreatIntelSet.", + 'location', + 'The URI of the file that contains the ThreatIntelSet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The friendly name to identify the ThreatIntelSet.", + 'name', + 'The friendly name to identify the ThreatIntelSet.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "activate", - "Specifies whether GuardDuty is to start using the uploaded ThreatIntelSet.", + 'activate', + 'Specifies whether GuardDuty is to start using the uploaded ThreatIntelSet.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iam/AccessKey.ts b/src/app/Models/codegen/aws/iam/AccessKey.ts index 43d6aed69..f6447c06b 100644 --- a/src/app/Models/codegen/aws/iam/AccessKey.ts +++ b/src/app/Models/codegen/aws/iam/AccessKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessKeyArgs { // Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encrypted_secret` output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the `-a` option to `gpg --export`). @@ -49,7 +49,7 @@ export class AccessKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "pgpKey", + 'pgpKey', 'Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`, for use in the `encrypted_secret` output attribute. If providing a base-64 encoded PGP public key, make sure to provide the "raw" version and not the "armored" one (e.g. avoid passing the `-a` option to `gpg --export`).', () => [], false, @@ -57,16 +57,16 @@ export class AccessKey extends DS_Resource { ), new DynamicUIProps( InputType.String, - "status", - "Access key status to apply. Defaults to `Active`. Valid values are `Active` and `Inactive`.", + 'status', + 'Access key status to apply. Defaults to `Active`. Valid values are `Active` and `Inactive`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "user", - "IAM user to associate with this access key.", + 'user', + 'IAM user to associate with this access key.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/AccountAlias.ts b/src/app/Models/codegen/aws/iam/AccountAlias.ts index 469d76fe3..e35fefbd1 100644 --- a/src/app/Models/codegen/aws/iam/AccountAlias.ts +++ b/src/app/Models/codegen/aws/iam/AccountAlias.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountAliasArgs { // The account alias @@ -19,8 +19,8 @@ export class AccountAlias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountAlias", - "The account alias", + 'accountAlias', + 'The account alias', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/AccountPasswordPolicy.ts b/src/app/Models/codegen/aws/iam/AccountPasswordPolicy.ts index a8148a746..a665ca9b0 100644 --- a/src/app/Models/codegen/aws/iam/AccountPasswordPolicy.ts +++ b/src/app/Models/codegen/aws/iam/AccountPasswordPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountPasswordPolicyArgs { // Whether to require symbols for user passwords. @@ -70,72 +70,72 @@ export class AccountPasswordPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "requireNumbers", - "Whether to require numbers for user passwords.", + 'requireNumbers', + 'Whether to require numbers for user passwords.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "hardExpiry", - "Whether users are prevented from setting a new password after their password has expired (i.e., require administrator reset)", + 'hardExpiry', + 'Whether users are prevented from setting a new password after their password has expired (i.e., require administrator reset)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireUppercaseCharacters", - "Whether to require uppercase characters for user passwords.", + 'requireUppercaseCharacters', + 'Whether to require uppercase characters for user passwords.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxPasswordAge", - "The number of days that an user password is valid.", + 'maxPasswordAge', + 'The number of days that an user password is valid.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minimumPasswordLength", - "Minimum length to require for user passwords.", + 'minimumPasswordLength', + 'Minimum length to require for user passwords.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowUsersToChangePassword", - "Whether to allow users to change their own password", + 'allowUsersToChangePassword', + 'Whether to allow users to change their own password', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireSymbols", - "Whether to require symbols for user passwords.", + 'requireSymbols', + 'Whether to require symbols for user passwords.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "passwordReusePrevention", - "The number of previous passwords that users are prevented from reusing.", + 'passwordReusePrevention', + 'The number of previous passwords that users are prevented from reusing.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireLowercaseCharacters", - "Whether to require lowercase characters for user passwords.", + 'requireLowercaseCharacters', + 'Whether to require lowercase characters for user passwords.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iam/Group.ts b/src/app/Models/codegen/aws/iam/Group.ts index cb7bf2ed4..1de021e6c 100644 --- a/src/app/Models/codegen/aws/iam/Group.ts +++ b/src/app/Models/codegen/aws/iam/Group.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupArgs { // The group's name. The name must consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: `=,.@-_.`. Group names are not distinguished by case. For example, you cannot create groups named both "ADMINS" and "admins". @@ -31,7 +31,7 @@ export class Group extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'The group\'s name. The name must consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: `=,.@-_.`. Group names are not distinguished by case. For example, you cannot create groups named both "ADMINS" and "admins".', () => [], false, @@ -39,8 +39,8 @@ export class Group extends DS_Resource { ), new DynamicUIProps( InputType.String, - "path", - "Path in which to create the group.", + 'path', + 'Path in which to create the group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iam/GroupMembership.ts b/src/app/Models/codegen/aws/iam/GroupMembership.ts index 228c6ee4c..610304a19 100644 --- a/src/app/Models/codegen/aws/iam/GroupMembership.ts +++ b/src/app/Models/codegen/aws/iam/GroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupMembershipArgs { // The IAM Group name to attach the list of `users` to @@ -31,24 +31,24 @@ export class GroupMembership extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "users", - "A list of IAM User names to associate with the Group", + 'users', + 'A list of IAM User names to associate with the Group', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "group", - "The IAM Group name to attach the list of `users` to", + 'group', + 'The IAM Group name to attach the list of `users` to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name to identify the Group Membership", + 'name', + 'The name to identify the Group Membership', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/GroupPolicy.ts b/src/app/Models/codegen/aws/iam/GroupPolicy.ts index 133083eb0..ac3ca1add 100644 --- a/src/app/Models/codegen/aws/iam/GroupPolicy.ts +++ b/src/app/Models/codegen/aws/iam/GroupPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupPolicyArgs { // The IAM group to attach to the policy. @@ -49,32 +49,32 @@ prefix. Conflicts with `name`. return [ new DynamicUIProps( InputType.String, - "group", - "The IAM group to attach to the policy.", + 'group', + 'The IAM group to attach to the policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy. If omitted, the provider will\nassign a random, unique name.", + 'name', + 'The name of the policy. If omitted, the provider will\nassign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string.", + 'policy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iam/GroupPolicyAttachment.ts b/src/app/Models/codegen/aws/iam/GroupPolicyAttachment.ts index 7bc53d4fb..f213bd011 100644 --- a/src/app/Models/codegen/aws/iam/GroupPolicyAttachment.ts +++ b/src/app/Models/codegen/aws/iam/GroupPolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupPolicyAttachmentArgs { // The ARN of the policy you want to apply @@ -25,16 +25,16 @@ export class GroupPolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyArn", - "The ARN of the policy you want to apply", + 'policyArn', + 'The ARN of the policy you want to apply', () => [], true, true, ), new DynamicUIProps( InputType.String, - "group", - "The group the policy should be applied to", + 'group', + 'The group the policy should be applied to', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/InstanceProfile.ts b/src/app/Models/codegen/aws/iam/InstanceProfile.ts index b414d15b9..ce36ee5ad 100644 --- a/src/app/Models/codegen/aws/iam/InstanceProfile.ts +++ b/src/app/Models/codegen/aws/iam/InstanceProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceProfileArgs { // Name of the instance profile. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. Can be a string of characters consisting of upper and lowercase alphanumeric characters and these special characters: `_`, `+`, `=`, `,`, `.`, `@`, `-`. Spaces are not allowed. The `name` must be unique, regardless of the `path` or `role`. In other words, if there are different `role` or `path` values but the same `name` as an existing instance profile, it will still cause an `EntityAlreadyExists` error. @@ -55,40 +55,40 @@ export class InstanceProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "role", - "Name of the role to add to the profile.", + 'role', + 'Name of the role to add to the profile.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the IAM Instance Profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the IAM Instance Profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the instance profile. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. Can be a string of characters consisting of upper and lowercase alphanumeric characters and these special characters: `_`, `+`, `=`, `,`, `.`, `@`, `-`. Spaces are not allowed. The `name` must be unique, regardless of the `path` or `role`. In other words, if there are different `role` or `path` values but the same `name` as an existing instance profile, it will still cause an `EntityAlreadyExists` error.", + 'name', + 'Name of the instance profile. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`. Can be a string of characters consisting of upper and lowercase alphanumeric characters and these special characters: `_`, `+`, `=`, `,`, `.`, `@`, `-`. Spaces are not allowed. The `name` must be unique, regardless of the `path` or `role`. In other words, if there are different `role` or `path` values but the same `name` as an existing instance profile, it will still cause an `EntityAlreadyExists` error.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "Path to the instance profile. For more information about paths, see [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) in the IAM User Guide. Can be a string of characters consisting of either a forward slash (`/`) by itself or a string that must begin and end with forward slashes. Can include any ASCII character from the ! (\\u0021) through the DEL character (\\u007F), including most punctuation characters, digits, and upper and lowercase letters.", + 'path', + 'Path to the instance profile. For more information about paths, see [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) in the IAM User Guide. Can be a string of characters consisting of either a forward slash (`/`) by itself or a string that must begin and end with forward slashes. Can include any ASCII character from the ! (\\u0021) through the DEL character (\\u007F), including most punctuation characters, digits, and upper and lowercase letters.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/OpenIdConnectProvider.ts b/src/app/Models/codegen/aws/iam/OpenIdConnectProvider.ts index 04cb85862..525011e1c 100644 --- a/src/app/Models/codegen/aws/iam/OpenIdConnectProvider.ts +++ b/src/app/Models/codegen/aws/iam/OpenIdConnectProvider.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OpenIdConnectProviderArgs { // A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.) @@ -43,7 +43,7 @@ export class OpenIdConnectProvider extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "thumbprintLists", + 'thumbprintLists', "A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).", () => InputType_String_GetTypes(), true, @@ -51,15 +51,15 @@ export class OpenIdConnectProvider extends DS_Resource { ), new DynamicUIProps( InputType.String, - "url", - "The URL of the identity provider. Corresponds to the _iss_ claim.", + 'url', + 'The URL of the identity provider. Corresponds to the _iss_ claim.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "clientIdLists", + 'clientIdLists', "A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)", () => InputType_String_GetTypes(), true, @@ -67,8 +67,8 @@ export class OpenIdConnectProvider extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the IAM OIDC provider. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the IAM OIDC provider. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/iam/Policy.ts b/src/app/Models/codegen/aws/iam/Policy.ts index 1e0989e44..e9937e4f9 100644 --- a/src/app/Models/codegen/aws/iam/Policy.ts +++ b/src/app/Models/codegen/aws/iam/Policy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyArgs { // Name of the policy. If omitted, the provider will assign a random, unique name. @@ -61,48 +61,48 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "Path in which to create the policy. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.", + 'path', + 'Path in which to create the policy. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "Policy document. This is a JSON formatted string. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide", + 'policy', + 'Policy document. This is a JSON formatted string. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the IAM Policy. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the IAM Policy. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the IAM policy.", + 'description', + 'Description of the IAM policy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy. If omitted, the provider will assign a random, unique name.", + 'name', + 'Name of the policy. If omitted, the provider will assign a random, unique name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/PolicyAttachment.ts b/src/app/Models/codegen/aws/iam/PolicyAttachment.ts index dace81910..13fd734ec 100644 --- a/src/app/Models/codegen/aws/iam/PolicyAttachment.ts +++ b/src/app/Models/codegen/aws/iam/PolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyAttachmentArgs { // Role(s) the policy should be applied to. @@ -43,40 +43,40 @@ export class PolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "roles", - "Role(s) the policy should be applied to.", + 'roles', + 'Role(s) the policy should be applied to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "users", - "User(s) the policy should be applied to.", + 'users', + 'User(s) the policy should be applied to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "groups", - "Group(s) the policy should be applied to.", + 'groups', + 'Group(s) the policy should be applied to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the attachment. This cannot be an empty string.", + 'name', + 'Name of the attachment. This cannot be an empty string.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyArn", - "ARN of the policy you want to apply. Typically this should be a reference to the ARN of another resource to ensure dependency ordering, such as `aws_iam_policy.example.arn`.", + 'policyArn', + 'ARN of the policy you want to apply. Typically this should be a reference to the ARN of another resource to ensure dependency ordering, such as `aws_iam_policy.example.arn`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/Role.ts b/src/app/Models/codegen/aws/iam/Role.ts index 50bb16c5e..93bf8575a 100644 --- a/src/app/Models/codegen/aws/iam/Role.ts +++ b/src/app/Models/codegen/aws/iam/Role.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iam_RoleInlinePolicy, iam_RoleInlinePolicy_GetTypes, -} from "../types/iam_RoleInlinePolicy"; +} from '../types/iam_RoleInlinePolicy'; export interface RoleArgs { // Description of the role. @@ -107,88 +107,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the role.", + 'description', + 'Description of the role.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name of the role. If omitted, the provider will assign a random, unique name. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.", + 'name', + 'Friendly name of the role. If omitted, the provider will assign a random, unique name. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "inlinePolicies", - "Configuration block defining an exclusive set of IAM inline policies associated with the IAM role. See below. If no blocks are configured, the provider will not manage any inline policies in this resource. Configuring one empty block (i.e., `inline_policy {}`) will cause the provider to remove _all_ inline policies added out of band on `apply`.", + 'inlinePolicies', + 'Configuration block defining an exclusive set of IAM inline policies associated with the IAM role. See below. If no blocks are configured, the provider will not manage any inline policies in this resource. Configuring one empty block (i.e., `inline_policy {}`) will cause the provider to remove _all_ inline policies added out of band on `apply`.', () => iam_RoleInlinePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "managedPolicyArns", - "", + 'managedPolicyArns', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique friendly name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique friendly name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "Path to the role. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.", + 'path', + 'Path to the role. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "permissionsBoundary", - "ARN of the policy that is used to set the permissions boundary for the role.", + 'permissionsBoundary', + 'ARN of the policy that is used to set the permissions boundary for the role.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDetachPolicies", - "Whether to force detaching any policies the role has before destroying it. Defaults to `false`.", + 'forceDetachPolicies', + 'Whether to force detaching any policies the role has before destroying it. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of tags for the IAM role. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of tags for the IAM role. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "assumeRolePolicy", - "Policy that grants an entity permission to assume the role.\n\n> **NOTE:** The `assume_role_policy` is very similar to but slightly different than a standard IAM policy and cannot use an `aws.iam.Policy` resource. However, it _can_ use an `aws.iam.getPolicyDocument` data source. See the example above of how this works.\n\nThe following arguments are optional:", + 'assumeRolePolicy', + 'Policy that grants an entity permission to assume the role.\n\n> **NOTE:** The `assume_role_policy` is very similar to but slightly different than a standard IAM policy and cannot use an `aws.iam.Policy` resource. However, it _can_ use an `aws.iam.getPolicyDocument` data source. See the example above of how this works.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxSessionDuration", - "Maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.", + 'maxSessionDuration', + 'Maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iam/RolePolicy.ts b/src/app/Models/codegen/aws/iam/RolePolicy.ts index b4eafea4e..4f5a5822c 100644 --- a/src/app/Models/codegen/aws/iam/RolePolicy.ts +++ b/src/app/Models/codegen/aws/iam/RolePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RolePolicyArgs { /* @@ -49,32 +49,32 @@ assign a random, unique name. return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "The inline policy document. This is a JSON formatted string. For more information about building IAM policy documents with the provider, see the AWS IAM Policy Document Guide", + 'policy', + 'The inline policy document. This is a JSON formatted string. For more information about building IAM policy documents with the provider, see the AWS IAM Policy Document Guide', () => [], true, false, ), new DynamicUIProps( InputType.String, - "role", - "The name of the IAM role to attach to the policy.", + 'role', + 'The name of the IAM role to attach to the policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the role policy. If omitted, this provider will\nassign a random, unique name.", + 'name', + 'The name of the role policy. If omitted, this provider will\nassign a random, unique name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/RolePolicyAttachment.ts b/src/app/Models/codegen/aws/iam/RolePolicyAttachment.ts index 55f30d8e0..79a0635f9 100644 --- a/src/app/Models/codegen/aws/iam/RolePolicyAttachment.ts +++ b/src/app/Models/codegen/aws/iam/RolePolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RolePolicyAttachmentArgs { // The ARN of the policy you want to apply @@ -25,16 +25,16 @@ export class RolePolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyArn", - "The ARN of the policy you want to apply", + 'policyArn', + 'The ARN of the policy you want to apply', () => [], true, true, ), new DynamicUIProps( InputType.String, - "role", - "The name of the IAM role to which the policy should be applied", + 'role', + 'The name of the IAM role to which the policy should be applied', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/SamlProvider.ts b/src/app/Models/codegen/aws/iam/SamlProvider.ts index 1c57bee0a..51804ae99 100644 --- a/src/app/Models/codegen/aws/iam/SamlProvider.ts +++ b/src/app/Models/codegen/aws/iam/SamlProvider.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SamlProviderArgs { // An XML document generated by an identity provider that supports SAML 2.0. @@ -40,24 +40,24 @@ export class SamlProvider extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the IAM SAML provider. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the IAM SAML provider. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the provider to create.", + 'name', + 'The name of the provider to create.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "samlMetadataDocument", - "An XML document generated by an identity provider that supports SAML 2.0.", + 'samlMetadataDocument', + 'An XML document generated by an identity provider that supports SAML 2.0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iam/SecurityTokenServicePreferences.ts b/src/app/Models/codegen/aws/iam/SecurityTokenServicePreferences.ts index bbce258e0..4e29bbea4 100644 --- a/src/app/Models/codegen/aws/iam/SecurityTokenServicePreferences.ts +++ b/src/app/Models/codegen/aws/iam/SecurityTokenServicePreferences.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityTokenServicePreferencesArgs { // The version of the STS global endpoint token. Valid values: `v1Token`, `v2Token`. @@ -19,8 +19,8 @@ export class SecurityTokenServicePreferences extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "globalEndpointTokenVersion", - "The version of the STS global endpoint token. Valid values: `v1Token`, `v2Token`.", + 'globalEndpointTokenVersion', + 'The version of the STS global endpoint token. Valid values: `v1Token`, `v2Token`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iam/ServerCertificate.ts b/src/app/Models/codegen/aws/iam/ServerCertificate.ts index ca79dc01b..947e697dd 100644 --- a/src/app/Models/codegen/aws/iam/ServerCertificate.ts +++ b/src/app/Models/codegen/aws/iam/ServerCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServerCertificateArgs { /* @@ -111,56 +111,56 @@ Map of resource tags for the server certificate. If configured with a provider ` return [ new DynamicUIProps( InputType.String, - "privateKey", - "The contents of the private key in PEM-encoded format.", + 'privateKey', + 'The contents of the private key in PEM-encoded format.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the server certificate. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** AWS performs behind-the-scenes modifications to some certificate files if they do not adhere to a specific format. These modifications will result in this provider forever believing that it needs to update the resources since the local and AWS file contents will not match after theses modifications occur. In order to prevent this from happening you must ensure that all your PEM-encoded files use UNIX line-breaks and that `certificate_body` contains only one certificate. All other certificates should go in `certificate_chain`. It is common for some Certificate Authorities to issue certificate files that have DOS line-breaks and that are actually multiple certificates concatenated together in order to form a full certificate chain.", + 'tags', + 'Map of resource tags for the server certificate. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** AWS performs behind-the-scenes modifications to some certificate files if they do not adhere to a specific format. These modifications will result in this provider forever believing that it needs to update the resources since the local and AWS file contents will not match after theses modifications occur. In order to prevent this from happening you must ensure that all your PEM-encoded files use UNIX line-breaks and that `certificate_body` contains only one certificate. All other certificates should go in `certificate_chain`. It is common for some Certificate Authorities to issue certificate files that have DOS line-breaks and that are actually multiple certificates concatenated together in order to form a full certificate chain.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "certificateBody", - "The contents of the public key certificate in\nPEM-encoded format.", + 'certificateBody', + 'The contents of the public key certificate in\nPEM-encoded format.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateChain", - "The contents of the certificate chain.\nThis is typically a concatenation of the PEM-encoded public key certificates\nof the chain.", + 'certificateChain', + 'The contents of the certificate chain.\nThis is typically a concatenation of the PEM-encoded public key certificates\nof the chain.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Server Certificate. Do not include the\npath in this value. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the Server Certificate. Do not include the\npath in this value. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "The IAM path for the server certificate. If it is not\nincluded, it defaults to a slash (/). If this certificate is for use with\nAWS CloudFront, the path must be in format `/cloudfront/your_path_here`.\nSee [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more details on IAM Paths.", + 'path', + 'The IAM path for the server certificate. If it is not\nincluded, it defaults to a slash (/). If this certificate is for use with\nAWS CloudFront, the path must be in format `/cloudfront/your_path_here`.\nSee [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) for more details on IAM Paths.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/ServiceLinkedRole.ts b/src/app/Models/codegen/aws/iam/ServiceLinkedRole.ts index 1f41d9c2a..b2f9efc4c 100644 --- a/src/app/Models/codegen/aws/iam/ServiceLinkedRole.ts +++ b/src/app/Models/codegen/aws/iam/ServiceLinkedRole.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceLinkedRoleArgs { // Additional string appended to the role name. Not all AWS services support custom suffixes. @@ -55,32 +55,32 @@ export class ServiceLinkedRole extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customSuffix", - "Additional string appended to the role name. Not all AWS services support custom suffixes.", + 'customSuffix', + 'Additional string appended to the role name. Not all AWS services support custom suffixes.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the role.", + 'description', + 'The description of the role.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of tags for the IAM role. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of tags for the IAM role. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsServiceName", - "The AWS service to which this role is attached. You use a string similar to a URL but without the `http://` in front. For example: `elasticbeanstalk.amazonaws.com`. To find the full list of services that support service-linked roles, check [the docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html).", + 'awsServiceName', + 'The AWS service to which this role is attached. You use a string similar to a URL but without the `http://` in front. For example: `elasticbeanstalk.amazonaws.com`. To find the full list of services that support service-linked roles, check [the docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/ServiceSpecificCredential.ts b/src/app/Models/codegen/aws/iam/ServiceSpecificCredential.ts index cfbe25332..b324c7ff3 100644 --- a/src/app/Models/codegen/aws/iam/ServiceSpecificCredential.ts +++ b/src/app/Models/codegen/aws/iam/ServiceSpecificCredential.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceSpecificCredentialArgs { // The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials. @@ -40,24 +40,24 @@ export class ServiceSpecificCredential extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceName", - "The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.", + 'serviceName', + 'The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status to be assigned to the service-specific credential. Valid values are `Active` and `Inactive`. Default value is `Active`.", + 'status', + 'The status to be assigned to the service-specific credential. Valid values are `Active` and `Inactive`. Default value is `Active`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userName", - "The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.", + 'userName', + 'The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/SigningCertificate.ts b/src/app/Models/codegen/aws/iam/SigningCertificate.ts index d60eeb941..02d087cf7 100644 --- a/src/app/Models/codegen/aws/iam/SigningCertificate.ts +++ b/src/app/Models/codegen/aws/iam/SigningCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SigningCertificateArgs { // The contents of the signing certificate in PEM-encoded format. @@ -34,24 +34,24 @@ export class SigningCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userName", - "The name of the user the signing certificate is for.", + 'userName', + 'The name of the user the signing certificate is for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateBody", - "The contents of the signing certificate in PEM-encoded format.", + 'certificateBody', + 'The contents of the signing certificate in PEM-encoded format.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status you want to assign to the certificate. `Active` means that the certificate can be used for programmatic calls to Amazon Web Services `Inactive` means that the certificate cannot be used.", + 'status', + 'The status you want to assign to the certificate. `Active` means that the certificate can be used for programmatic calls to Amazon Web Services `Inactive` means that the certificate cannot be used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iam/SshKey.ts b/src/app/Models/codegen/aws/iam/SshKey.ts index 6280207ef..2da4a2b3d 100644 --- a/src/app/Models/codegen/aws/iam/SshKey.ts +++ b/src/app/Models/codegen/aws/iam/SshKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SshKeyArgs { // The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. @@ -43,32 +43,32 @@ export class SshKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "publicKey", - "The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.", + 'publicKey', + 'The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status to assign to the SSH public key. Active means the key can be used for authentication with an AWS CodeCommit repository. Inactive means the key cannot be used. Default is `active`.", + 'status', + 'The status to assign to the SSH public key. Active means the key can be used for authentication with an AWS CodeCommit repository. Inactive means the key cannot be used. Default is `active`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "The name of the IAM user to associate the SSH public key with.", + 'username', + 'The name of the IAM user to associate the SSH public key with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "encoding", - "Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use `SSH`. To retrieve the public key in PEM format, use `PEM`.", + 'encoding', + 'Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use `SSH`. To retrieve the public key in PEM format, use `PEM`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/User.ts b/src/app/Models/codegen/aws/iam/User.ts index 65c24e5a9..9895a864e 100644 --- a/src/app/Models/codegen/aws/iam/User.ts +++ b/src/app/Models/codegen/aws/iam/User.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserArgs { // The user's name. The name must consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: `=,.@-_.`. User names are not distinguished by case. For example, you cannot create users named both "TESTUSER" and "testuser". @@ -60,7 +60,7 @@ a user with non-provider-managed access keys and login profile will fail to be d return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'The user\'s name. The name must consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: `=,.@-_.`. User names are not distinguished by case. For example, you cannot create users named both "TESTUSER" and "testuser".', () => [], false, @@ -68,32 +68,32 @@ a user with non-provider-managed access keys and login profile will fail to be d ), new DynamicUIProps( InputType.String, - "path", - "Path in which to create the user.", + 'path', + 'Path in which to create the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "permissionsBoundary", - "The ARN of the policy that is used to set the permissions boundary for the user.", + 'permissionsBoundary', + 'The ARN of the policy that is used to set the permissions boundary for the user.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of tags for the IAM user. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of tags for the IAM user. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "When destroying this user, destroy even if it\nhas non-provider-managed IAM access keys, login profile or MFA devices. Without `force_destroy`\na user with non-provider-managed access keys and login profile will fail to be destroyed.", + 'forceDestroy', + 'When destroying this user, destroy even if it\nhas non-provider-managed IAM access keys, login profile or MFA devices. Without `force_destroy`\na user with non-provider-managed access keys and login profile will fail to be destroyed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iam/UserGroupMembership.ts b/src/app/Models/codegen/aws/iam/UserGroupMembership.ts index c98375b63..1013e67c4 100644 --- a/src/app/Models/codegen/aws/iam/UserGroupMembership.ts +++ b/src/app/Models/codegen/aws/iam/UserGroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserGroupMembershipArgs { // A list of IAM Groups to add the user to @@ -25,16 +25,16 @@ export class UserGroupMembership extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "groups", - "A list of IAM Groups to add the user to", + 'groups', + 'A list of IAM Groups to add the user to', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "user", - "The name of the IAM User to add to groups", + 'user', + 'The name of the IAM User to add to groups', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/UserLoginProfile.ts b/src/app/Models/codegen/aws/iam/UserLoginProfile.ts index d64cfae54..096f56c7d 100644 --- a/src/app/Models/codegen/aws/iam/UserLoginProfile.ts +++ b/src/app/Models/codegen/aws/iam/UserLoginProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserLoginProfileArgs { // The length of the generated password on resource creation. Only applies on resource creation. Drift detection is not possible with this argument. Default value is `20`. @@ -46,31 +46,31 @@ export class UserLoginProfile extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "passwordLength", - "The length of the generated password on resource creation. Only applies on resource creation. Drift detection is not possible with this argument. Default value is `20`.", + 'passwordLength', + 'The length of the generated password on resource creation. Only applies on resource creation. Drift detection is not possible with this argument. Default value is `20`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "passwordResetRequired", - "Whether the user should be forced to reset the generated password on resource creation. Only applies on resource creation.", + 'passwordResetRequired', + 'Whether the user should be forced to reset the generated password on resource creation. Only applies on resource creation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pgpKey", - "Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:username`. Only applies on resource creation. Drift detection is not possible with this argument.", + 'pgpKey', + 'Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:username`. Only applies on resource creation. Drift detection is not possible with this argument.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "user", + 'user', "The IAM user's name.", () => [], true, diff --git a/src/app/Models/codegen/aws/iam/UserPolicy.ts b/src/app/Models/codegen/aws/iam/UserPolicy.ts index 34dfc99a7..f572757dc 100644 --- a/src/app/Models/codegen/aws/iam/UserPolicy.ts +++ b/src/app/Models/codegen/aws/iam/UserPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserPolicyArgs { // Creates a unique name beginning with the specified prefix. Conflicts with `name`. @@ -37,32 +37,32 @@ export class UserPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string.", + 'policy', + 'The policy document. This is a JSON formatted string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "user", - "IAM user to which to attach this policy.", + 'user', + 'IAM user to which to attach this policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the policy. If omitted, the provider will assign a random, unique name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iam/UserPolicyAttachment.ts b/src/app/Models/codegen/aws/iam/UserPolicyAttachment.ts index 85d325dee..818950d34 100644 --- a/src/app/Models/codegen/aws/iam/UserPolicyAttachment.ts +++ b/src/app/Models/codegen/aws/iam/UserPolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserPolicyAttachmentArgs { // The user the policy should be applied to @@ -25,16 +25,16 @@ export class UserPolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "user", - "The user the policy should be applied to", + 'user', + 'The user the policy should be applied to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyArn", - "The ARN of the policy you want to apply", + 'policyArn', + 'The ARN of the policy you want to apply', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iam/VirtualMfaDevice.ts b/src/app/Models/codegen/aws/iam/VirtualMfaDevice.ts index 42e9a114d..29f925161 100644 --- a/src/app/Models/codegen/aws/iam/VirtualMfaDevice.ts +++ b/src/app/Models/codegen/aws/iam/VirtualMfaDevice.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VirtualMfaDeviceArgs { // The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device. @@ -49,24 +49,24 @@ export class VirtualMfaDevice extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "virtualMfaDeviceName", - "The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.", + 'virtualMfaDeviceName', + 'The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "path", - "The path for the virtual MFA device.", + 'path', + 'The path for the virtual MFA device.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/identitystore/Group.ts b/src/app/Models/codegen/aws/identitystore/Group.ts index b9c185b1c..7dd31feee 100644 --- a/src/app/Models/codegen/aws/identitystore/Group.ts +++ b/src/app/Models/codegen/aws/identitystore/Group.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { identitystore_GroupExternalId, identitystore_GroupExternalId_GetTypes, -} from "../types/identitystore_GroupExternalId"; +} from '../types/identitystore_GroupExternalId'; export interface GroupArgs { // A string containing the description of the group. @@ -49,24 +49,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "displayName", - "A string containing the name of the group. This value is commonly displayed when the group is referenced.", + 'displayName', + 'A string containing the name of the group. This value is commonly displayed when the group is referenced.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identityStoreId", - "The globally unique identifier for the identity store.\n\nThe following arguments are optional:", + 'identityStoreId', + 'The globally unique identifier for the identity store.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A string containing the description of the group.", + 'description', + 'A string containing the description of the group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/identitystore/GroupMembership.ts b/src/app/Models/codegen/aws/identitystore/GroupMembership.ts index 2534ffbc1..78e4d3b7e 100644 --- a/src/app/Models/codegen/aws/identitystore/GroupMembership.ts +++ b/src/app/Models/codegen/aws/identitystore/GroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupMembershipArgs { // The identifier for a group in the Identity Store. @@ -34,24 +34,24 @@ export class GroupMembership extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupId", - "The identifier for a group in the Identity Store.", + 'groupId', + 'The identifier for a group in the Identity Store.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identityStoreId", - "Identity Store ID associated with the Single Sign-On Instance.", + 'identityStoreId', + 'Identity Store ID associated with the Single Sign-On Instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "memberId", - "The identifier for a user in the Identity Store.", + 'memberId', + 'The identifier for a user in the Identity Store.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/identitystore/User.ts b/src/app/Models/codegen/aws/identitystore/User.ts index 2030f27b1..a75255ecd 100644 --- a/src/app/Models/codegen/aws/identitystore/User.ts +++ b/src/app/Models/codegen/aws/identitystore/User.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { identitystore_UserPhoneNumbers, identitystore_UserPhoneNumbers_GetTypes, -} from "../types/identitystore_UserPhoneNumbers"; +} from '../types/identitystore_UserPhoneNumbers'; import { identitystore_UserEmails, identitystore_UserEmails_GetTypes, -} from "../types/identitystore_UserEmails"; +} from '../types/identitystore_UserEmails'; import { identitystore_UserName, identitystore_UserName_GetTypes, -} from "../types/identitystore_UserName"; +} from '../types/identitystore_UserName'; import { identitystore_UserAddresses, identitystore_UserAddresses_GetTypes, -} from "../types/identitystore_UserAddresses"; +} from '../types/identitystore_UserAddresses'; import { identitystore_UserExternalId, identitystore_UserExternalId_GetTypes, -} from "../types/identitystore_UserExternalId"; +} from '../types/identitystore_UserExternalId'; export interface UserArgs { // Details about the user's phone number. At most 1 phone number is allowed. Detailed below. @@ -131,7 +131,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "locale", + 'locale', "The user's geographical region or location.", () => [], false, @@ -139,7 +139,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "timezone", + 'timezone', "The user's time zone.", () => [], false, @@ -147,15 +147,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "nickname", - "An alternate name for the user.", + 'nickname', + 'An alternate name for the user.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "name", + 'name', "Details about the user's full name. Detailed below.", () => identitystore_UserName_GetTypes(), false, @@ -163,31 +163,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "identityStoreId", - "The globally unique identifier for the identity store that this user is in.", + 'identityStoreId', + 'The globally unique identifier for the identity store that this user is in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userName", - "A unique string used to identify the user. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. The limit is 128 characters.\n\nThe following arguments are optional:", + 'userName', + 'A unique string used to identify the user. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. The limit is 128 characters.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userType", - "The user type.", + 'userType', + 'The user type.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "phoneNumbers", + 'phoneNumbers', "Details about the user's phone number. At most 1 phone number is allowed. Detailed below.", () => identitystore_UserPhoneNumbers_GetTypes(), false, @@ -195,7 +195,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "title", + 'title', "The user's title.", () => [], false, @@ -203,7 +203,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "emails", + 'emails', "Details about the user's email. At most 1 email is allowed. Detailed below.", () => identitystore_UserEmails_GetTypes(), false, @@ -211,31 +211,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "displayName", - "The name that is typically displayed when the user is referenced.", + 'displayName', + 'The name that is typically displayed when the user is referenced.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "preferredLanguage", - "The preferred language of the user.", + 'preferredLanguage', + 'The preferred language of the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "profileUrl", - "An URL that may be associated with the user.", + 'profileUrl', + 'An URL that may be associated with the user.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "addresses", + 'addresses', "Details about the user's address. At most 1 address is allowed. Detailed below.", () => identitystore_UserAddresses_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/imagebuilder/Component.ts b/src/app/Models/codegen/aws/imagebuilder/Component.ts index 46f3c949f..47024f263 100644 --- a/src/app/Models/codegen/aws/imagebuilder/Component.ts +++ b/src/app/Models/codegen/aws/imagebuilder/Component.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ComponentArgs { // Change description of the component. @@ -113,88 +113,88 @@ The following attributes are optional: return [ new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Whether to retain the old version when the resource is destroyed or replacement is necessary. Defaults to `false`.", + 'skipDestroy', + 'Whether to retain the old version when the resource is destroyed or replacement is necessary. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platform", - "Platform of the component.", + 'platform', + 'Platform of the component.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the component. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the component. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version of the component.\n\nThe following attributes are optional:", + 'version', + 'Version of the component.\n\nThe following attributes are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "data", - "Inline YAML string with data of the component. Exactly one of `data` and `uri` can be specified. the provider will only perform drift detection of its value when present in a configuration.", + 'data', + 'Inline YAML string with data of the component. Exactly one of `data` and `uri` can be specified. the provider will only perform drift detection of its value when present in a configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the component.", + 'description', + 'Description of the component.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the component.", + 'name', + 'Name of the component.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "changeDescription", - "Change description of the component.", + 'changeDescription', + 'Change description of the component.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the component.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the component.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "supportedOsVersions", - "Set of Operating Systems (OS) supported by the component.", + 'supportedOsVersions', + 'Set of Operating Systems (OS) supported by the component.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "uri", - "S3 URI with data of the component. Exactly one of `data` and `uri` can be specified.\n\n> **NOTE:** Updating `data` or `uri` requires specifying a new `version`. This causes replacement of the resource. The `skip_destroy` argument can be used to retain the old version.", + 'uri', + 'S3 URI with data of the component. Exactly one of `data` and `uri` can be specified.\n\n> **NOTE:** Updating `data` or `uri` requires specifying a new `version`. This causes replacement of the resource. The `skip_destroy` argument can be used to retain the old version.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/imagebuilder/ContainerRecipe.ts b/src/app/Models/codegen/aws/imagebuilder/ContainerRecipe.ts index b7717259e..f228cb01c 100644 --- a/src/app/Models/codegen/aws/imagebuilder/ContainerRecipe.ts +++ b/src/app/Models/codegen/aws/imagebuilder/ContainerRecipe.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ContainerRecipeComponent, imagebuilder_ContainerRecipeComponent_GetTypes, -} from "../types/imagebuilder_ContainerRecipeComponent"; +} from '../types/imagebuilder_ContainerRecipeComponent'; import { imagebuilder_ContainerRecipeInstanceConfiguration, imagebuilder_ContainerRecipeInstanceConfiguration_GetTypes, -} from "../types/imagebuilder_ContainerRecipeInstanceConfiguration"; +} from '../types/imagebuilder_ContainerRecipeInstanceConfiguration'; import { imagebuilder_ContainerRecipeTargetRepository, imagebuilder_ContainerRecipeTargetRepository_GetTypes, -} from "../types/imagebuilder_ContainerRecipeTargetRepository"; +} from '../types/imagebuilder_ContainerRecipeTargetRepository'; export interface ContainerRecipeArgs { // Ordered configuration block(s) with components for the container recipe. Detailed below. @@ -135,112 +135,112 @@ The following attributes are optional: return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The KMS key used to encrypt the container image.", + 'kmsKeyId', + 'The KMS key used to encrypt the container image.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "instanceConfiguration", - "Configuration block used to configure an instance for building and testing container images. Detailed below.", + 'instanceConfiguration', + 'Configuration block used to configure an instance for building and testing container images. Detailed below.', () => imagebuilder_ContainerRecipeInstanceConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dockerfileTemplateUri", - "The Amazon S3 URI for the Dockerfile that will be used to build the container image.", + 'dockerfileTemplateUri', + 'The Amazon S3 URI for the Dockerfile that will be used to build the container image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "platformOverride", - "Specifies the operating system platform when you use a custom base image.", + 'platformOverride', + 'Specifies the operating system platform when you use a custom base image.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "targetRepository", - "The destination repository for the container image. Detailed below.", + 'targetRepository', + 'The destination repository for the container image. Detailed below.', () => imagebuilder_ContainerRecipeTargetRepository_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "workingDirectory", - "The working directory to be used during build and test workflows.", + 'workingDirectory', + 'The working directory to be used during build and test workflows.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the container recipe. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the container recipe. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version of the container recipe.\n\nThe following attributes are optional:", + 'version', + 'Version of the container recipe.\n\nThe following attributes are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the container recipe.", + 'description', + 'The description of the container recipe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentImage", - "The base image for the container recipe.", + 'parentImage', + 'The base image for the container recipe.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "components", - "Ordered configuration block(s) with components for the container recipe. Detailed below.", + 'components', + 'Ordered configuration block(s) with components for the container recipe. Detailed below.', () => imagebuilder_ContainerRecipeComponent_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "containerType", - "The type of the container to create. Valid values: `DOCKER`.", + 'containerType', + 'The type of the container to create. Valid values: `DOCKER`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dockerfileTemplateData", - "The Dockerfile template used to build the image as an inline data blob.", + 'dockerfileTemplateData', + 'The Dockerfile template used to build the image as an inline data blob.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the container recipe.", + 'name', + 'The name of the container recipe.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/imagebuilder/DistributionConfiguration.ts b/src/app/Models/codegen/aws/imagebuilder/DistributionConfiguration.ts index 86fa36f56..d82842fb1 100644 --- a/src/app/Models/codegen/aws/imagebuilder/DistributionConfiguration.ts +++ b/src/app/Models/codegen/aws/imagebuilder/DistributionConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_DistributionConfigurationDistribution, imagebuilder_DistributionConfigurationDistribution_GetTypes, -} from "../types/imagebuilder_DistributionConfigurationDistribution"; +} from '../types/imagebuilder_DistributionConfigurationDistribution'; export interface DistributionConfigurationArgs { // Description of the distribution configuration. @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the distribution configuration.", + 'description', + 'Description of the distribution configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "distributions", - "One or more configuration blocks with distribution settings. Detailed below.\n\nThe following arguments are optional:", + 'distributions', + 'One or more configuration blocks with distribution settings. Detailed below.\n\nThe following arguments are optional:', () => imagebuilder_DistributionConfigurationDistribution_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the distribution configuration.", + 'name', + 'Name of the distribution configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the distribution configuration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the distribution configuration. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/imagebuilder/Image.ts b/src/app/Models/codegen/aws/imagebuilder/Image.ts index 3b3685356..c5a9a245b 100644 --- a/src/app/Models/codegen/aws/imagebuilder/Image.ts +++ b/src/app/Models/codegen/aws/imagebuilder/Image.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageImageScanningConfiguration, imagebuilder_ImageImageScanningConfiguration_GetTypes, -} from "../types/imagebuilder_ImageImageScanningConfiguration"; +} from '../types/imagebuilder_ImageImageScanningConfiguration'; import { imagebuilder_ImageImageTestsConfiguration, imagebuilder_ImageImageTestsConfiguration_GetTypes, -} from "../types/imagebuilder_ImageImageTestsConfiguration"; +} from '../types/imagebuilder_ImageImageTestsConfiguration'; import { imagebuilder_ImageWorkflow, imagebuilder_ImageWorkflow_GetTypes, -} from "../types/imagebuilder_ImageWorkflow"; +} from '../types/imagebuilder_ImageWorkflow'; import { imagebuilder_ImageOutputResource, imagebuilder_ImageOutputResource_GetTypes, -} from "../types/imagebuilder_ImageOutputResource"; +} from '../types/imagebuilder_ImageOutputResource'; export interface ImageArgs { // Configuration block with image scanning configuration. Detailed below. @@ -121,80 +121,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "enhancedImageMetadataEnabled", - "Whether additional information about the image being created is collected. Defaults to `true`.", + 'enhancedImageMetadataEnabled', + 'Whether additional information about the image being created is collected. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "imageTestsConfiguration", - "Configuration block with image tests configuration. Detailed below.", + 'imageTestsConfiguration', + 'Configuration block with image tests configuration. Detailed below.', () => imagebuilder_ImageImageTestsConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "workflows", - "Configuration block with the workflow configuration. Detailed below.", + 'workflows', + 'Configuration block with the workflow configuration. Detailed below.', () => imagebuilder_ImageWorkflow_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "containerRecipeArn", - "Amazon Resource Name (ARN) of the container recipe.", + 'containerRecipeArn', + 'Amazon Resource Name (ARN) of the container recipe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "executionRole", - "Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to [execute workflows](https://docs.aws.amazon.com/imagebuilder/latest/userguide/manage-image-workflows.html).", + 'executionRole', + 'Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to [execute workflows](https://docs.aws.amazon.com/imagebuilder/latest/userguide/manage-image-workflows.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageRecipeArn", - "Amazon Resource Name (ARN) of the image recipe.", + 'imageRecipeArn', + 'Amazon Resource Name (ARN) of the image recipe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "infrastructureConfigurationArn", - "Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.\n\nThe following arguments are optional:", + 'infrastructureConfigurationArn', + 'Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "imageScanningConfiguration", - "Configuration block with image scanning configuration. Detailed below.", + 'imageScanningConfiguration', + 'Configuration block with image scanning configuration. Detailed below.', () => imagebuilder_ImageImageScanningConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the Image Builder Image. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the Image Builder Image. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "distributionConfigurationArn", - "Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.", + 'distributionConfigurationArn', + 'Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/imagebuilder/ImagePipeline.ts b/src/app/Models/codegen/aws/imagebuilder/ImagePipeline.ts index 4af15b6b1..ab5604353 100644 --- a/src/app/Models/codegen/aws/imagebuilder/ImagePipeline.ts +++ b/src/app/Models/codegen/aws/imagebuilder/ImagePipeline.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImagePipelineSchedule, imagebuilder_ImagePipelineSchedule_GetTypes, -} from "../types/imagebuilder_ImagePipelineSchedule"; +} from '../types/imagebuilder_ImagePipelineSchedule'; import { imagebuilder_ImagePipelineWorkflow, imagebuilder_ImagePipelineWorkflow_GetTypes, -} from "../types/imagebuilder_ImagePipelineWorkflow"; +} from '../types/imagebuilder_ImagePipelineWorkflow'; import { imagebuilder_ImagePipelineImageTestsConfiguration, imagebuilder_ImagePipelineImageTestsConfiguration_GetTypes, -} from "../types/imagebuilder_ImagePipelineImageTestsConfiguration"; +} from '../types/imagebuilder_ImagePipelineImageTestsConfiguration'; import { imagebuilder_ImagePipelineImageScanningConfiguration, imagebuilder_ImagePipelineImageScanningConfiguration_GetTypes, -} from "../types/imagebuilder_ImagePipelineImageScanningConfiguration"; +} from '../types/imagebuilder_ImagePipelineImageScanningConfiguration'; export interface ImagePipelineArgs { // Amazon Resource Name (ARN) of the image recipe. @@ -142,112 +142,112 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "schedule", - "Configuration block with schedule settings. Detailed below.", + 'schedule', + 'Configuration block with schedule settings. Detailed below.', () => imagebuilder_ImagePipelineSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "workflows", - "Configuration block with the workflow configuration. Detailed below.", + 'workflows', + 'Configuration block with the workflow configuration. Detailed below.', () => imagebuilder_ImagePipelineWorkflow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "imageTestsConfiguration", - "Configuration block with image tests configuration. Detailed below.", + 'imageTestsConfiguration', + 'Configuration block with image tests configuration. Detailed below.', () => imagebuilder_ImagePipelineImageTestsConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the image pipeline.", + 'description', + 'Description of the image pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "imageScanningConfiguration", - "Configuration block with image scanning configuration. Detailed below.", + 'imageScanningConfiguration', + 'Configuration block with image scanning configuration. Detailed below.', () => imagebuilder_ImagePipelineImageScanningConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "imageRecipeArn", - "Amazon Resource Name (ARN) of the image recipe.", + 'imageRecipeArn', + 'Amazon Resource Name (ARN) of the image recipe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "status", - "Status of the image pipeline. Valid values are `DISABLED` and `ENABLED`. Defaults to `ENABLED`.", + 'status', + 'Status of the image pipeline. Valid values are `DISABLED` and `ENABLED`. Defaults to `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the image pipeline. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the image pipeline. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "distributionConfigurationArn", - "Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.", + 'distributionConfigurationArn', + 'Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "executionRole", - "Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to [execute workflows](https://docs.aws.amazon.com/imagebuilder/latest/userguide/manage-image-workflows.html).", + 'executionRole', + 'Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to [execute workflows](https://docs.aws.amazon.com/imagebuilder/latest/userguide/manage-image-workflows.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the image pipeline.\n\nThe following arguments are optional:", + 'name', + 'Name of the image pipeline.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "infrastructureConfigurationArn", - "Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.", + 'infrastructureConfigurationArn', + 'Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enhancedImageMetadataEnabled", - "Whether additional information about the image being created is collected. Defaults to `true`.", + 'enhancedImageMetadataEnabled', + 'Whether additional information about the image being created is collected. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "containerRecipeArn", - "Amazon Resource Name (ARN) of the container recipe.", + 'containerRecipeArn', + 'Amazon Resource Name (ARN) of the container recipe.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/imagebuilder/ImageRecipe.ts b/src/app/Models/codegen/aws/imagebuilder/ImageRecipe.ts index 8b27b2138..b3f524fa2 100644 --- a/src/app/Models/codegen/aws/imagebuilder/ImageRecipe.ts +++ b/src/app/Models/codegen/aws/imagebuilder/ImageRecipe.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageRecipeBlockDeviceMapping, imagebuilder_ImageRecipeBlockDeviceMapping_GetTypes, -} from "../types/imagebuilder_ImageRecipeBlockDeviceMapping"; +} from '../types/imagebuilder_ImageRecipeBlockDeviceMapping'; import { imagebuilder_ImageRecipeComponent, imagebuilder_ImageRecipeComponent_GetTypes, -} from "../types/imagebuilder_ImageRecipeComponent"; +} from '../types/imagebuilder_ImageRecipeComponent'; import { imagebuilder_ImageRecipeSystemsManagerAgent, imagebuilder_ImageRecipeSystemsManagerAgent_GetTypes, -} from "../types/imagebuilder_ImageRecipeSystemsManagerAgent"; +} from '../types/imagebuilder_ImageRecipeSystemsManagerAgent'; export interface ImageRecipeArgs { // Description of the image recipe. @@ -108,80 +108,80 @@ The following attributes are optional: return [ new DynamicUIProps( InputType.String, - "userDataBase64", - "Base64 encoded user data. Use this to provide commands or a command script to run when you launch your build instance.", + 'userDataBase64', + 'Base64 encoded user data. Use this to provide commands or a command script to run when you launch your build instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "workingDirectory", - "The working directory to be used during build and test workflows.", + 'workingDirectory', + 'The working directory to be used during build and test workflows.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "blockDeviceMappings", - "Configuration block(s) with block device mappings for the image recipe. Detailed below.", + 'blockDeviceMappings', + 'Configuration block(s) with block device mappings for the image recipe. Detailed below.', () => imagebuilder_ImageRecipeBlockDeviceMapping_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "systemsManagerAgent", - "Configuration block for the Systems Manager Agent installed by default by Image Builder. Detailed below.", + 'systemsManagerAgent', + 'Configuration block for the Systems Manager Agent installed by default by Image Builder. Detailed below.', () => imagebuilder_ImageRecipeSystemsManagerAgent_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the image recipe.", + 'description', + 'Description of the image recipe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentImage", - "The image recipe uses this image as a base from which to build your customized image. The value can be the base image ARN or an AMI ID.", + 'parentImage', + 'The image recipe uses this image as a base from which to build your customized image. The value can be the base image ARN or an AMI ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "version", - "The semantic version of the image recipe, which specifies the version in the following format, with numeric values in each position to indicate a specific version: major.minor.patch. For example: 1.0.0.\n\nThe following attributes are optional:", + 'version', + 'The semantic version of the image recipe, which specifies the version in the following format, with numeric values in each position to indicate a specific version: major.minor.patch. For example: 1.0.0.\n\nThe following attributes are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the image recipe. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the image recipe. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "components", - "Ordered configuration block(s) with components for the image recipe. Detailed below.", + 'components', + 'Ordered configuration block(s) with components for the image recipe. Detailed below.', () => imagebuilder_ImageRecipeComponent_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the image recipe.", + 'name', + 'Name of the image recipe.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/imagebuilder/InfrastructureConfiguration.ts b/src/app/Models/codegen/aws/imagebuilder/InfrastructureConfiguration.ts index 433da538b..fbed01351 100644 --- a/src/app/Models/codegen/aws/imagebuilder/InfrastructureConfiguration.ts +++ b/src/app/Models/codegen/aws/imagebuilder/InfrastructureConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_InfrastructureConfigurationInstanceMetadataOptions, imagebuilder_InfrastructureConfigurationInstanceMetadataOptions_GetTypes, -} from "../types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions"; +} from '../types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions'; import { imagebuilder_InfrastructureConfigurationLogging, imagebuilder_InfrastructureConfigurationLogging_GetTypes, -} from "../types/imagebuilder_InfrastructureConfigurationLogging"; +} from '../types/imagebuilder_InfrastructureConfigurationLogging'; export interface InfrastructureConfigurationArgs { // Name of IAM Instance Profile. @@ -119,48 +119,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "keyPair", - "Name of EC2 Key Pair.", + 'keyPair', + 'Name of EC2 Key Pair.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "resourceTags", - "Key-value map of resource tags to assign to infrastructure created by the configuration.", + 'resourceTags', + 'Key-value map of resource tags to assign to infrastructure created by the configuration.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Set of EC2 Security Group identifiers.", + 'securityGroupIds', + 'Set of EC2 Security Group identifiers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "EC2 Subnet identifier. Also requires `security_group_ids` argument.", + 'subnetId', + 'EC2 Subnet identifier. Also requires `security_group_ids` argument.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags to assign to the configuration. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags to assign to the configuration. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "instanceMetadataOptions", - "Configuration block with instance metadata options for the HTTP requests that pipeline builds use to launch EC2 build and test instances. Detailed below.", + 'instanceMetadataOptions', + 'Configuration block with instance metadata options for the HTTP requests that pipeline builds use to launch EC2 build and test instances. Detailed below.', () => imagebuilder_InfrastructureConfigurationInstanceMetadataOptions_GetTypes(), false, @@ -168,56 +168,56 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "Name for the configuration.\n\nThe following arguments are optional:", + 'name', + 'Name for the configuration.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceProfileName", - "Name of IAM Instance Profile.", + 'instanceProfileName', + 'Name of IAM Instance Profile.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "terminateInstanceOnFailure", - "Enable if the instance should be terminated when the pipeline fails. Defaults to `false`.", + 'terminateInstanceOnFailure', + 'Enable if the instance should be terminated when the pipeline fails. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instanceTypes", - "Set of EC2 Instance Types.", + 'instanceTypes', + 'Set of EC2 Instance Types.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logging", - "Configuration block with logging settings. Detailed below.", + 'logging', + 'Configuration block with logging settings. Detailed below.', () => imagebuilder_InfrastructureConfigurationLogging_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "Amazon Resource Name (ARN) of SNS Topic.", + 'snsTopicArn', + 'Amazon Resource Name (ARN) of SNS Topic.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the configuration.", + 'description', + 'Description for the configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/imagebuilder/Workflow.ts b/src/app/Models/codegen/aws/imagebuilder/Workflow.ts index fcfb29a8d..ae5d8c934 100644 --- a/src/app/Models/codegen/aws/imagebuilder/Workflow.ts +++ b/src/app/Models/codegen/aws/imagebuilder/Workflow.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkflowArgs { /* @@ -87,72 +87,72 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the workflow. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the workflow. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "uri", - "S3 URI with data of the workflow. Exactly one of `data` and `uri` can be specified.", + 'uri', + 'S3 URI with data of the workflow. Exactly one of `data` and `uri` can be specified.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "changeDescription", - "Change description of the workflow.", + 'changeDescription', + 'Change description of the workflow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the workflow.", + 'name', + 'Name of the workflow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the workflow.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the workflow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of the workflow. Valid values: `BUILD`, `TEST`, `DISTRIBUTION`.", + 'type', + 'Type of the workflow. Valid values: `BUILD`, `TEST`, `DISTRIBUTION`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the workflow.", + 'description', + 'Description of the workflow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "Version of the workflow.\n\nThe following arguments are optional:", + 'version', + 'Version of the workflow.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "data", - "Inline YAML string with data of the workflow. Exactly one of `data` and `uri` can be specified.", + 'data', + 'Inline YAML string with data of the workflow. Exactly one of `data` and `uri` can be specified.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/inspector/AssessmentTarget.ts b/src/app/Models/codegen/aws/inspector/AssessmentTarget.ts index 045995794..4aec0f443 100644 --- a/src/app/Models/codegen/aws/inspector/AssessmentTarget.ts +++ b/src/app/Models/codegen/aws/inspector/AssessmentTarget.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AssessmentTargetArgs { // The name of the assessment target. @@ -28,16 +28,16 @@ export class AssessmentTarget extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the assessment target.", + 'name', + 'The name of the assessment target.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourceGroupArn", - "Inspector Resource Group Amazon Resource Name (ARN) stating tags for instance matching. If not specified, all EC2 instances in the current AWS account and region are included in the assessment target.", + 'resourceGroupArn', + 'Inspector Resource Group Amazon Resource Name (ARN) stating tags for instance matching. If not specified, all EC2 instances in the current AWS account and region are included in the assessment target.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/inspector/AssessmentTemplate.ts b/src/app/Models/codegen/aws/inspector/AssessmentTemplate.ts index 047878cb7..64c24a1ad 100644 --- a/src/app/Models/codegen/aws/inspector/AssessmentTemplate.ts +++ b/src/app/Models/codegen/aws/inspector/AssessmentTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { inspector_AssessmentTemplateEventSubscription, inspector_AssessmentTemplateEventSubscription_GetTypes, -} from "../types/inspector_AssessmentTemplateEventSubscription"; +} from '../types/inspector_AssessmentTemplateEventSubscription'; export interface AssessmentTemplateArgs { // The assessment target ARN to attach the template to. @@ -59,48 +59,48 @@ export class AssessmentTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags for the Inspector assessment template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of tags for the Inspector assessment template. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetArn", - "The assessment target ARN to attach the template to.", + 'targetArn', + 'The assessment target ARN to attach the template to.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "duration", - "The duration of the inspector run.", + 'duration', + 'The duration of the inspector run.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "eventSubscriptions", - "A block that enables sending notifications about a specified assessment template event to a designated SNS topic. See Event Subscriptions for details.", + 'eventSubscriptions', + 'A block that enables sending notifications about a specified assessment template event to a designated SNS topic. See Event Subscriptions for details.', () => inspector_AssessmentTemplateEventSubscription_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the assessment template.", + 'name', + 'The name of the assessment template.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rulesPackageArns", - "The rules to be used during the run.", + 'rulesPackageArns', + 'The rules to be used during the run.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/inspector/ResourceGroup.ts b/src/app/Models/codegen/aws/inspector/ResourceGroup.ts index e732413a0..13d2062d7 100644 --- a/src/app/Models/codegen/aws/inspector/ResourceGroup.ts +++ b/src/app/Models/codegen/aws/inspector/ResourceGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceGroupArgs { // Key-value map of tags that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. @@ -22,8 +22,8 @@ export class ResourceGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.", + 'tags', + 'Key-value map of tags that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.', () => InputType_Map_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/inspector2/DelegatedAdminAccount.ts b/src/app/Models/codegen/aws/inspector2/DelegatedAdminAccount.ts index b0e5e0562..50e08cb96 100644 --- a/src/app/Models/codegen/aws/inspector2/DelegatedAdminAccount.ts +++ b/src/app/Models/codegen/aws/inspector2/DelegatedAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DelegatedAdminAccountArgs { // Account to enable as delegated admin account. @@ -22,8 +22,8 @@ export class DelegatedAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "Account to enable as delegated admin account.", + 'accountId', + 'Account to enable as delegated admin account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/inspector2/Enabler.ts b/src/app/Models/codegen/aws/inspector2/Enabler.ts index 8d3c51a90..df66e9f45 100644 --- a/src/app/Models/codegen/aws/inspector2/Enabler.ts +++ b/src/app/Models/codegen/aws/inspector2/Enabler.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnablerArgs { /* @@ -39,7 +39,7 @@ Can contain one of: the Organization's Administrator Account, or one or more Mem return [ new DynamicUIProps( InputType.Array, - "accountIds", + 'accountIds', "Set of account IDs.\nCan contain one of: the Organization's Administrator Account, or one or more Member Accounts.", () => InputType_String_GetTypes(), true, @@ -47,8 +47,8 @@ Can contain one of: the Organization's Administrator Account, or one or more Mem ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "Type of resources to scan.\nValid values are `EC2`, `ECR`, `LAMBDA` and `LAMBDA_CODE`.\nAt least one item is required.", + 'resourceTypes', + 'Type of resources to scan.\nValid values are `EC2`, `ECR`, `LAMBDA` and `LAMBDA_CODE`.\nAt least one item is required.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/inspector2/MemberAssociation.ts b/src/app/Models/codegen/aws/inspector2/MemberAssociation.ts index 544102d7a..08aca39d3 100644 --- a/src/app/Models/codegen/aws/inspector2/MemberAssociation.ts +++ b/src/app/Models/codegen/aws/inspector2/MemberAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MemberAssociationArgs { // ID of the account to associate @@ -28,8 +28,8 @@ export class MemberAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "ID of the account to associate", + 'accountId', + 'ID of the account to associate', () => [], true, true, diff --git a/src/app/Models/codegen/aws/inspector2/OrganizationConfiguration.ts b/src/app/Models/codegen/aws/inspector2/OrganizationConfiguration.ts index 07b11313a..4e423c6d1 100644 --- a/src/app/Models/codegen/aws/inspector2/OrganizationConfiguration.ts +++ b/src/app/Models/codegen/aws/inspector2/OrganizationConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { inspector2_OrganizationConfigurationAutoEnable, inspector2_OrganizationConfigurationAutoEnable_GetTypes, -} from "../types/inspector2_OrganizationConfigurationAutoEnable"; +} from '../types/inspector2_OrganizationConfigurationAutoEnable'; export interface OrganizationConfigurationArgs { // Configuration block for auto enabling. See below. @@ -26,8 +26,8 @@ export class OrganizationConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "autoEnable", - "Configuration block for auto enabling. See below.", + 'autoEnable', + 'Configuration block for auto enabling. See below.', () => inspector2_OrganizationConfigurationAutoEnable_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/iot/Authorizer.ts b/src/app/Models/codegen/aws/iot/Authorizer.ts index 65776657b..7618eddaa 100644 --- a/src/app/Models/codegen/aws/iot/Authorizer.ts +++ b/src/app/Models/codegen/aws/iot/Authorizer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthorizerArgs { // The status of Authorizer request at creation. Valid values: `ACTIVE`, `INACTIVE`. Default: `ACTIVE`. @@ -67,31 +67,31 @@ export class Authorizer extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tokenKeyName", - "The name of the token key used to extract the token from the HTTP headers. This value is required if signing is enabled in your authorizer.", + 'tokenKeyName', + 'The name of the token key used to extract the token from the HTTP headers. This value is required if signing is enabled in your authorizer.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tokenSigningPublicKeys", - "The public keys used to verify the digital signature returned by your custom authentication service. This value is required if signing is enabled in your authorizer.", + 'tokenSigningPublicKeys', + 'The public keys used to verify the digital signature returned by your custom authentication service. This value is required if signing is enabled in your authorizer.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizerFunctionArn", + 'authorizerFunctionArn', "The ARN of the authorizer's Lambda function.", () => [], true, @@ -99,32 +99,32 @@ export class Authorizer extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "enableCachingForHttp", - "Specifies whether the HTTP caching is enabled or not. Default: `false`.", + 'enableCachingForHttp', + 'Specifies whether the HTTP caching is enabled or not. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the authorizer.", + 'name', + 'The name of the authorizer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "signingDisabled", - "Specifies whether AWS IoT validates the token signature in an authorization request. Default: `false`.", + 'signingDisabled', + 'Specifies whether AWS IoT validates the token signature in an authorization request. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of Authorizer request at creation. Valid values: `ACTIVE`, `INACTIVE`. Default: `ACTIVE`.", + 'status', + 'The status of Authorizer request at creation. Valid values: `ACTIVE`, `INACTIVE`. Default: `ACTIVE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iot/BillingGroup.ts b/src/app/Models/codegen/aws/iot/BillingGroup.ts index 0b1823abf..29a835eb1 100644 --- a/src/app/Models/codegen/aws/iot/BillingGroup.ts +++ b/src/app/Models/codegen/aws/iot/BillingGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_BillingGroupProperties, iot_BillingGroupProperties_GetTypes, -} from "../types/iot_BillingGroupProperties"; +} from '../types/iot_BillingGroupProperties'; import { iot_BillingGroupMetadata, iot_BillingGroupMetadata_GetTypes, -} from "../types/iot_BillingGroupMetadata"; +} from '../types/iot_BillingGroupMetadata'; export interface BillingGroupArgs { // The name of the Billing Group. @@ -51,24 +51,24 @@ export class BillingGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "properties", - "The Billing Group properties. Defined below.", + 'properties', + 'The Billing Group properties. Defined below.', () => iot_BillingGroupProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags", + 'tags', + 'Key-value mapping of resource tags', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Billing Group.", + 'name', + 'The name of the Billing Group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iot/CaCertificate.ts b/src/app/Models/codegen/aws/iot/CaCertificate.ts index 430b722d9..edd680a22 100644 --- a/src/app/Models/codegen/aws/iot/CaCertificate.ts +++ b/src/app/Models/codegen/aws/iot/CaCertificate.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_CaCertificateRegistrationConfig, iot_CaCertificateRegistrationConfig_GetTypes, -} from "../types/iot_CaCertificateRegistrationConfig"; +} from '../types/iot_CaCertificateRegistrationConfig'; import { iot_CaCertificateValidity, iot_CaCertificateValidity_GetTypes, -} from "../types/iot_CaCertificateValidity"; +} from '../types/iot_CaCertificateValidity'; export interface CaCertificateArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -84,56 +84,56 @@ PEM encoded verification certificate containing the common name of a registratio return [ new DynamicUIProps( InputType.String, - "caCertificatePem", - "PEM encoded CA certificate.", + 'caCertificatePem', + 'PEM encoded CA certificate.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateMode", - "The certificate mode in which the CA will be registered. Valida values: `DEFAULT` and `SNI_ONLY`. Default: `DEFAULT`.", + 'certificateMode', + 'The certificate mode in which the CA will be registered. Valida values: `DEFAULT` and `SNI_ONLY`. Default: `DEFAULT`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "registrationConfig", - "Information about the registration configuration. See below.", + 'registrationConfig', + 'Information about the registration configuration. See below.', () => iot_CaCertificateRegistrationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "verificationCertificatePem", - "PEM encoded verification certificate containing the common name of a registration code. Review\n[CreateVerificationCSR](https://docs.aws.amazon.com/iot/latest/developerguide/register-CA-cert.html). Reuired if `certificate_mode` is `DEFAULT`.", + 'verificationCertificatePem', + 'PEM encoded verification certificate containing the common name of a registration code. Review\n[CreateVerificationCSR](https://docs.aws.amazon.com/iot/latest/developerguide/register-CA-cert.html). Reuired if `certificate_mode` is `DEFAULT`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "active", - "Boolean flag to indicate if the certificate should be active for device authentication.", + 'active', + 'Boolean flag to indicate if the certificate should be active for device authentication.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowAutoRegistration", - "Boolean flag to indicate if the certificate should be active for device regisration.", + 'allowAutoRegistration', + 'Boolean flag to indicate if the certificate should be active for device regisration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iot/Certificate.ts b/src/app/Models/codegen/aws/iot/Certificate.ts index 556a64c39..78b3b48e6 100644 --- a/src/app/Models/codegen/aws/iot/Certificate.ts +++ b/src/app/Models/codegen/aws/iot/Certificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateArgs { // Boolean flag to indicate if the certificate should be active @@ -73,32 +73,32 @@ for more information on generating keys and a certificate. return [ new DynamicUIProps( InputType.String, - "caPem", - "The CA certificate for the certificate to be registered. If this is set, the CA needs to be registered with AWS IoT beforehand.", + 'caPem', + 'The CA certificate for the certificate to be registered. If this is set, the CA needs to be registered with AWS IoT beforehand.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificatePem", - "The certificate to be registered. If `ca_pem` is unspecified, review\n[RegisterCertificateWithoutCA](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificateWithoutCA.html).\nIf `ca_pem` is specified, review\n[RegisterCertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificate.html)\nfor more information on registering a certificate.", + 'certificatePem', + 'The certificate to be registered. If `ca_pem` is unspecified, review\n[RegisterCertificateWithoutCA](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificateWithoutCA.html).\nIf `ca_pem` is specified, review\n[RegisterCertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificate.html)\nfor more information on registering a certificate.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "csr", - "The certificate signing request. Review\n[CreateCertificateFromCsr](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateCertificateFromCsr.html)\nfor more information on generating a certificate from a certificate signing request (CSR).\nIf none is specified both the certificate and keys will be generated, review [CreateKeysAndCertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateKeysAndCertificate.html)\nfor more information on generating keys and a certificate.", + 'csr', + 'The certificate signing request. Review\n[CreateCertificateFromCsr](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateCertificateFromCsr.html)\nfor more information on generating a certificate from a certificate signing request (CSR).\nIf none is specified both the certificate and keys will be generated, review [CreateKeysAndCertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateKeysAndCertificate.html)\nfor more information on generating keys and a certificate.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "active", - "Boolean flag to indicate if the certificate should be active", + 'active', + 'Boolean flag to indicate if the certificate should be active', () => [], true, false, diff --git a/src/app/Models/codegen/aws/iot/DomainConfiguration.ts b/src/app/Models/codegen/aws/iot/DomainConfiguration.ts index e0b0f32fe..7f7eadb0c 100644 --- a/src/app/Models/codegen/aws/iot/DomainConfiguration.ts +++ b/src/app/Models/codegen/aws/iot/DomainConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_DomainConfigurationAuthorizerConfig, iot_DomainConfigurationAuthorizerConfig_GetTypes, -} from "../types/iot_DomainConfigurationAuthorizerConfig"; +} from '../types/iot_DomainConfigurationAuthorizerConfig'; import { iot_DomainConfigurationTlsConfig, iot_DomainConfigurationTlsConfig_GetTypes, -} from "../types/iot_DomainConfigurationTlsConfig"; +} from '../types/iot_DomainConfigurationTlsConfig'; export interface DomainConfigurationArgs { // The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains. @@ -84,72 +84,72 @@ export class DomainConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceType", - "The type of service delivered by the endpoint. Note: Amazon Web Services IoT Core currently supports only the `DATA` service type.", + 'serviceType', + 'The type of service delivered by the endpoint. Note: Amazon Web Services IoT Core currently supports only the `DATA` service type.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "tlsConfig", - "An object that specifies the TLS configuration for a domain. See the `tls_config` Block below for details.", + 'tlsConfig', + 'An object that specifies the TLS configuration for a domain. See the `tls_config` Block below for details.', () => iot_DomainConfigurationTlsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authorizerConfig", - "An object that specifies the authorization service for a domain. See the `authorizer_config` Block below for details.", + 'authorizerConfig', + 'An object that specifies the authorization service for a domain. See the `authorizer_config` Block below for details.', () => iot_DomainConfigurationAuthorizerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status to which the domain configuration should be set. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'The status to which the domain configuration should be set. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Fully-qualified domain name.", + 'domainName', + 'Fully-qualified domain name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the domain configuration. This value must be unique to a region.", + 'name', + 'The name of the domain configuration. This value must be unique to a region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "validationCertificateArn", - "The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.", + 'validationCertificateArn', + 'The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "serverCertificateArns", - "The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains. When using a custom `domain_name`, the cert must include it.", + 'serverCertificateArns', + 'The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains. When using a custom `domain_name`, the cert must include it.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/iot/EventConfigurations.ts b/src/app/Models/codegen/aws/iot/EventConfigurations.ts index d3b104d66..3f3a12c0e 100644 --- a/src/app/Models/codegen/aws/iot/EventConfigurations.ts +++ b/src/app/Models/codegen/aws/iot/EventConfigurations.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventConfigurationsArgs { // Map. The new event configuration values. You can use only these strings as keys: `THING_GROUP_HIERARCHY`, `THING_GROUP_MEMBERSHIP`, `THING_TYPE`, `THING_TYPE_ASSOCIATION`, `THING_GROUP`, `THING`, `POLICY`, `CA_CERTIFICATE`, `JOB_EXECUTION`, `CERTIFICATE`, `JOB`. Use boolean for values of mapping. @@ -19,8 +19,8 @@ export class EventConfigurations extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "eventConfigurations", - "Map. The new event configuration values. You can use only these strings as keys: `THING_GROUP_HIERARCHY`, `THING_GROUP_MEMBERSHIP`, `THING_TYPE`, `THING_TYPE_ASSOCIATION`, `THING_GROUP`, `THING`, `POLICY`, `CA_CERTIFICATE`, `JOB_EXECUTION`, `CERTIFICATE`, `JOB`. Use boolean for values of mapping.", + 'eventConfigurations', + 'Map. The new event configuration values. You can use only these strings as keys: `THING_GROUP_HIERARCHY`, `THING_GROUP_MEMBERSHIP`, `THING_TYPE`, `THING_TYPE_ASSOCIATION`, `THING_GROUP`, `THING`, `POLICY`, `CA_CERTIFICATE`, `JOB_EXECUTION`, `CERTIFICATE`, `JOB`. Use boolean for values of mapping.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/iot/IndexingConfiguration.ts b/src/app/Models/codegen/aws/iot/IndexingConfiguration.ts index 21a810a36..ebe1a5e7b 100644 --- a/src/app/Models/codegen/aws/iot/IndexingConfiguration.ts +++ b/src/app/Models/codegen/aws/iot/IndexingConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_IndexingConfigurationThingGroupIndexingConfiguration, iot_IndexingConfigurationThingGroupIndexingConfiguration_GetTypes, -} from "../types/iot_IndexingConfigurationThingGroupIndexingConfiguration"; +} from '../types/iot_IndexingConfigurationThingGroupIndexingConfiguration'; import { iot_IndexingConfigurationThingIndexingConfiguration, iot_IndexingConfigurationThingIndexingConfiguration_GetTypes, -} from "../types/iot_IndexingConfigurationThingIndexingConfiguration"; +} from '../types/iot_IndexingConfigurationThingIndexingConfiguration'; export interface IndexingConfigurationArgs { // Thing group indexing configuration. See below. @@ -33,16 +33,16 @@ export class IndexingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "thingIndexingConfiguration", - "Thing indexing configuration. See below.", + 'thingIndexingConfiguration', + 'Thing indexing configuration. See below.', () => iot_IndexingConfigurationThingIndexingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "thingGroupIndexingConfiguration", - "Thing group indexing configuration. See below.", + 'thingGroupIndexingConfiguration', + 'Thing group indexing configuration. See below.', () => iot_IndexingConfigurationThingGroupIndexingConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/iot/LoggingOptions.ts b/src/app/Models/codegen/aws/iot/LoggingOptions.ts index ac8eee519..3f567373e 100644 --- a/src/app/Models/codegen/aws/iot/LoggingOptions.ts +++ b/src/app/Models/codegen/aws/iot/LoggingOptions.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LoggingOptionsArgs { // If `true` all logs are disabled. The default is `false`. @@ -31,23 +31,23 @@ export class LoggingOptions extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "disableAllLogs", - "If `true` all logs are disabled. The default is `false`.", + 'disableAllLogs', + 'If `true` all logs are disabled. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role that allows IoT to write to Cloudwatch logs.", + 'roleArn', + 'The ARN of the role that allows IoT to write to Cloudwatch logs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultLogLevel", + 'defaultLogLevel', 'The default logging level. Valid Values: `"DEBUG"`, `"INFO"`, `"ERROR"`, `"WARN"`, `"DISABLED"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/iot/Policy.ts b/src/app/Models/codegen/aws/iot/Policy.ts index d9c87f739..e215e37a4 100644 --- a/src/app/Models/codegen/aws/iot/Policy.ts +++ b/src/app/Models/codegen/aws/iot/Policy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyArgs { // The name of the policy. @@ -40,24 +40,24 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy document. This is a JSON formatted string. Use the [IoT Developer Guide](http://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) for more information on IoT Policies.", + 'policy', + 'The policy document. This is a JSON formatted string. Use the [IoT Developer Guide](http://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) for more information on IoT Policies.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy.", + 'name', + 'The name of the policy.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iot/PolicyAttachment.ts b/src/app/Models/codegen/aws/iot/PolicyAttachment.ts index 6679f63fc..f0981c999 100644 --- a/src/app/Models/codegen/aws/iot/PolicyAttachment.ts +++ b/src/app/Models/codegen/aws/iot/PolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyAttachmentArgs { // The name of the policy to attach. @@ -25,16 +25,16 @@ export class PolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The name of the policy to attach.", + 'policy', + 'The name of the policy to attach.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "target", - "The identity to which the policy is attached.", + 'target', + 'The identity to which the policy is attached.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iot/ProvisioningTemplate.ts b/src/app/Models/codegen/aws/iot/ProvisioningTemplate.ts index 04521956b..6fd3e8307 100644 --- a/src/app/Models/codegen/aws/iot/ProvisioningTemplate.ts +++ b/src/app/Models/codegen/aws/iot/ProvisioningTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_ProvisioningTemplatePreProvisioningHook, iot_ProvisioningTemplatePreProvisioningHook_GetTypes, -} from "../types/iot_ProvisioningTemplatePreProvisioningHook"; +} from '../types/iot_ProvisioningTemplatePreProvisioningHook'; export interface ProvisioningTemplateArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -74,64 +74,64 @@ export class ProvisioningTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "preProvisioningHook", - "Creates a pre-provisioning hook template. Details below.", + 'preProvisioningHook', + 'Creates a pre-provisioning hook template. Details below.', () => iot_ProvisioningTemplatePreProvisioningHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "provisioningRoleArn", - "The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.", + 'provisioningRoleArn', + 'The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateBody", - "The JSON formatted contents of the fleet provisioning template.", + 'templateBody', + 'The JSON formatted contents of the fleet provisioning template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type you define in a provisioning template.", + 'type', + 'The type you define in a provisioning template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the fleet provisioning template.", + 'description', + 'The description of the fleet provisioning template.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "True to enable the fleet provisioning template, otherwise false.", + 'enabled', + 'True to enable the fleet provisioning template, otherwise false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the fleet provisioning template.", + 'name', + 'The name of the fleet provisioning template.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iot/RoleAlias.ts b/src/app/Models/codegen/aws/iot/RoleAlias.ts index b3ad08812..6d13d4be6 100644 --- a/src/app/Models/codegen/aws/iot/RoleAlias.ts +++ b/src/app/Models/codegen/aws/iot/RoleAlias.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RoleAliasArgs { // The identity of the role to which the alias refers. @@ -43,32 +43,32 @@ export class RoleAlias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The identity of the role to which the alias refers.", + 'roleArn', + 'The identity of the role to which the alias refers.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "alias", - "The name of the role alias.", + 'alias', + 'The name of the role alias.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "credentialDuration", - "The duration of the credential, in seconds. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 900 seconds (15 minutes) to 43200 seconds (12 hours).", + 'credentialDuration', + 'The duration of the credential, in seconds. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 900 seconds (15 minutes) to 43200 seconds (12 hours).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/iot/Thing.ts b/src/app/Models/codegen/aws/iot/Thing.ts index 01466d2f5..fff934ea5 100644 --- a/src/app/Models/codegen/aws/iot/Thing.ts +++ b/src/app/Models/codegen/aws/iot/Thing.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ThingArgs { // Map of attributes of the thing. @@ -40,24 +40,24 @@ export class Thing extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the thing.", + 'name', + 'The name of the thing.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "thingTypeName", - "The thing type name.", + 'thingTypeName', + 'The thing type name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "attributes", - "Map of attributes of the thing.", + 'attributes', + 'Map of attributes of the thing.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/iot/ThingGroup.ts b/src/app/Models/codegen/aws/iot/ThingGroup.ts index 10bc51935..125876c4c 100644 --- a/src/app/Models/codegen/aws/iot/ThingGroup.ts +++ b/src/app/Models/codegen/aws/iot/ThingGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_ThingGroupProperties, iot_ThingGroupProperties_GetTypes, -} from "../types/iot_ThingGroupProperties"; +} from '../types/iot_ThingGroupProperties'; import { iot_ThingGroupMetadata, iot_ThingGroupMetadata_GetTypes, -} from "../types/iot_ThingGroupMetadata"; +} from '../types/iot_ThingGroupMetadata'; export interface ThingGroupArgs { // The name of the Thing Group. @@ -57,32 +57,32 @@ export class ThingGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Thing Group.", + 'name', + 'The name of the Thing Group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentGroupName", - "The name of the parent Thing Group.", + 'parentGroupName', + 'The name of the parent Thing Group.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "properties", - "The Thing Group properties. Defined below.", + 'properties', + 'The Thing Group properties. Defined below.', () => iot_ThingGroupProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags", + 'tags', + 'Key-value mapping of resource tags', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/iot/ThingGroupMembership.ts b/src/app/Models/codegen/aws/iot/ThingGroupMembership.ts index 1905f9d50..4a77dccb0 100644 --- a/src/app/Models/codegen/aws/iot/ThingGroupMembership.ts +++ b/src/app/Models/codegen/aws/iot/ThingGroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ThingGroupMembershipArgs { // The name of the thing to add to a group. @@ -31,24 +31,24 @@ export class ThingGroupMembership extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "thingGroupName", - "The name of the group to which you are adding a thing.", + 'thingGroupName', + 'The name of the group to which you are adding a thing.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "thingName", - "The name of the thing to add to a group.", + 'thingName', + 'The name of the thing to add to a group.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "overrideDynamicGroup", - "Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.", + 'overrideDynamicGroup', + 'Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iot/ThingPrincipalAttachment.ts b/src/app/Models/codegen/aws/iot/ThingPrincipalAttachment.ts index fd224ed76..ec97fc6e0 100644 --- a/src/app/Models/codegen/aws/iot/ThingPrincipalAttachment.ts +++ b/src/app/Models/codegen/aws/iot/ThingPrincipalAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ThingPrincipalAttachmentArgs { // The AWS IoT Certificate ARN or Amazon Cognito Identity ID. @@ -25,16 +25,16 @@ export class ThingPrincipalAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "principal", - "The AWS IoT Certificate ARN or Amazon Cognito Identity ID.", + 'principal', + 'The AWS IoT Certificate ARN or Amazon Cognito Identity ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "thing", - "The name of the thing.", + 'thing', + 'The name of the thing.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/iot/ThingType.ts b/src/app/Models/codegen/aws/iot/ThingType.ts index a4c594094..69eefdb01 100644 --- a/src/app/Models/codegen/aws/iot/ThingType.ts +++ b/src/app/Models/codegen/aws/iot/ThingType.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_ThingTypeProperties, iot_ThingTypeProperties_GetTypes, -} from "../types/iot_ThingTypeProperties"; +} from '../types/iot_ThingTypeProperties'; export interface ThingTypeArgs { // The name of the thing type. @@ -47,32 +47,32 @@ export class ThingType extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "properties", - ", Configuration block that can contain the following properties of the thing type:", + 'properties', + ', Configuration block that can contain the following properties of the thing type:', () => iot_ThingTypeProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deprecated", - "Whether the thing type is deprecated. If true, no new things could be associated with this type.", + 'deprecated', + 'Whether the thing type is deprecated. If true, no new things could be associated with this type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the thing type.", + 'name', + 'The name of the thing type.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/iot/TopicRule.ts b/src/app/Models/codegen/aws/iot/TopicRule.ts index a7a6f9290..d7c272681 100644 --- a/src/app/Models/codegen/aws/iot/TopicRule.ts +++ b/src/app/Models/codegen/aws/iot/TopicRule.ts @@ -3,89 +3,89 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleSns, iot_TopicRuleSns_GetTypes, -} from "../types/iot_TopicRuleSns"; +} from '../types/iot_TopicRuleSns'; import { iot_TopicRuleIotAnalytic, iot_TopicRuleIotAnalytic_GetTypes, -} from "../types/iot_TopicRuleIotAnalytic"; +} from '../types/iot_TopicRuleIotAnalytic'; import { iot_TopicRuleCloudwatchLog, iot_TopicRuleCloudwatchLog_GetTypes, -} from "../types/iot_TopicRuleCloudwatchLog"; +} from '../types/iot_TopicRuleCloudwatchLog'; import { iot_TopicRuleIotEvent, iot_TopicRuleIotEvent_GetTypes, -} from "../types/iot_TopicRuleIotEvent"; +} from '../types/iot_TopicRuleIotEvent'; import { iot_TopicRuleFirehose, iot_TopicRuleFirehose_GetTypes, -} from "../types/iot_TopicRuleFirehose"; +} from '../types/iot_TopicRuleFirehose'; import { iot_TopicRuleDynamodbv2, iot_TopicRuleDynamodbv2_GetTypes, -} from "../types/iot_TopicRuleDynamodbv2"; +} from '../types/iot_TopicRuleDynamodbv2'; import { iot_TopicRuleStepFunction, iot_TopicRuleStepFunction_GetTypes, -} from "../types/iot_TopicRuleStepFunction"; +} from '../types/iot_TopicRuleStepFunction'; import { iot_TopicRuleDynamodb, iot_TopicRuleDynamodb_GetTypes, -} from "../types/iot_TopicRuleDynamodb"; +} from '../types/iot_TopicRuleDynamodb'; import { iot_TopicRuleCloudwatchAlarm, iot_TopicRuleCloudwatchAlarm_GetTypes, -} from "../types/iot_TopicRuleCloudwatchAlarm"; +} from '../types/iot_TopicRuleCloudwatchAlarm'; import { iot_TopicRuleSqs, iot_TopicRuleSqs_GetTypes, -} from "../types/iot_TopicRuleSqs"; +} from '../types/iot_TopicRuleSqs'; import { iot_TopicRuleHttp, iot_TopicRuleHttp_GetTypes, -} from "../types/iot_TopicRuleHttp"; +} from '../types/iot_TopicRuleHttp'; import { iot_TopicRuleKinesis, iot_TopicRuleKinesis_GetTypes, -} from "../types/iot_TopicRuleKinesis"; +} from '../types/iot_TopicRuleKinesis'; import { iot_TopicRuleLambda, iot_TopicRuleLambda_GetTypes, -} from "../types/iot_TopicRuleLambda"; +} from '../types/iot_TopicRuleLambda'; import { iot_TopicRuleS3, iot_TopicRuleS3_GetTypes, -} from "../types/iot_TopicRuleS3"; +} from '../types/iot_TopicRuleS3'; import { iot_TopicRuleCloudwatchMetric, iot_TopicRuleCloudwatchMetric_GetTypes, -} from "../types/iot_TopicRuleCloudwatchMetric"; +} from '../types/iot_TopicRuleCloudwatchMetric'; import { iot_TopicRuleTimestream, iot_TopicRuleTimestream_GetTypes, -} from "../types/iot_TopicRuleTimestream"; +} from '../types/iot_TopicRuleTimestream'; import { iot_TopicRuleErrorAction, iot_TopicRuleErrorAction_GetTypes, -} from "../types/iot_TopicRuleErrorAction"; +} from '../types/iot_TopicRuleErrorAction'; import { iot_TopicRuleKafka, iot_TopicRuleKafka_GetTypes, -} from "../types/iot_TopicRuleKafka"; +} from '../types/iot_TopicRuleKafka'; import { iot_TopicRuleRepublish, iot_TopicRuleRepublish_GetTypes, -} from "../types/iot_TopicRuleRepublish"; +} from '../types/iot_TopicRuleRepublish'; import { iot_TopicRuleElasticsearch, iot_TopicRuleElasticsearch_GetTypes, -} from "../types/iot_TopicRuleElasticsearch"; +} from '../types/iot_TopicRuleElasticsearch'; export interface TopicRuleArgs { // The name of the rule. @@ -255,208 +255,208 @@ export class TopicRule extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "errorAction", - "Configuration block with error action to be associated with the rule. See the documentation for `cloudwatch_alarm`, `cloudwatch_logs`, `cloudwatch_metric`, `dynamodb`, `dynamodbv2`, `elasticsearch`, `firehose`, `http`, `iot_analytics`, `iot_events`, `kafka`, `kinesis`, `lambda`, `republish`, `s3`, `sns`, `sqs`, `step_functions`, `timestream` configuration blocks for further configuration details.", + 'errorAction', + 'Configuration block with error action to be associated with the rule. See the documentation for `cloudwatch_alarm`, `cloudwatch_logs`, `cloudwatch_metric`, `dynamodb`, `dynamodbv2`, `elasticsearch`, `firehose`, `http`, `iot_analytics`, `iot_events`, `kafka`, `kinesis`, `lambda`, `republish`, `s3`, `sns`, `sqs`, `step_functions`, `timestream` configuration blocks for further configuration details.', () => iot_TopicRuleErrorAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "iotAnalytics", - "", + 'iotAnalytics', + '', () => iot_TopicRuleIotAnalytic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "lambdas", - "", + 'lambdas', + '', () => iot_TopicRuleLambda_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "s3", - "", + 's3', + '', () => iot_TopicRuleS3_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "dynamodbv2s", - "", + 'dynamodbv2s', + '', () => iot_TopicRuleDynamodbv2_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sqlVersion", - "The version of the SQL rules engine to use when evaluating the rule.", + 'sqlVersion', + 'The version of the SQL rules engine to use when evaluating the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "timestreams", - "", + 'timestreams', + '', () => iot_TopicRuleTimestream_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sqs", - "", + 'sqs', + '', () => iot_TopicRuleSqs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "firehoses", - "", + 'firehoses', + '', () => iot_TopicRuleFirehose_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "republishes", - "", + 'republishes', + '', () => iot_TopicRuleRepublish_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "kineses", - "", + 'kineses', + '', () => iot_TopicRuleKinesis_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cloudwatchLogs", - "", + 'cloudwatchLogs', + '', () => iot_TopicRuleCloudwatchLog_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "elasticsearch", - "", + 'elasticsearch', + '', () => iot_TopicRuleElasticsearch_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the rule is enabled.", + 'enabled', + 'Specifies whether the rule is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "cloudwatchMetrics", - "", + 'cloudwatchMetrics', + '', () => iot_TopicRuleCloudwatchMetric_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sns", - "", + 'sns', + '', () => iot_TopicRuleSns_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "https", - "", + 'https', + '', () => iot_TopicRuleHttp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "dynamodbs", - "", + 'dynamodbs', + '', () => iot_TopicRuleDynamodb_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule.", + 'name', + 'The name of the rule.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "kafkas", - "", + 'kafkas', + '', () => iot_TopicRuleKafka_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the rule.", + 'description', + 'The description of the rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stepFunctions", - "", + 'stepFunctions', + '', () => iot_TopicRuleStepFunction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "iotEvents", - "", + 'iotEvents', + '', () => iot_TopicRuleIotEvent_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sql", - "The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.", + 'sql', + 'The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "cloudwatchAlarms", - "", + 'cloudwatchAlarms', + '', () => iot_TopicRuleCloudwatchAlarm_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/iot/TopicRuleDestination.ts b/src/app/Models/codegen/aws/iot/TopicRuleDestination.ts index 28bec0801..a9d3add1c 100644 --- a/src/app/Models/codegen/aws/iot/TopicRuleDestination.ts +++ b/src/app/Models/codegen/aws/iot/TopicRuleDestination.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleDestinationVpcConfiguration, iot_TopicRuleDestinationVpcConfiguration_GetTypes, -} from "../types/iot_TopicRuleDestinationVpcConfiguration"; +} from '../types/iot_TopicRuleDestinationVpcConfiguration'; export interface TopicRuleDestinationArgs { // Whether or not to enable the destination. Default: `true`. @@ -32,16 +32,16 @@ export class TopicRuleDestination extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "Configuration of the virtual private cloud (VPC) connection. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/vpc-rule-action.html).", + 'vpcConfiguration', + 'Configuration of the virtual private cloud (VPC) connection. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/vpc-rule-action.html).', () => iot_TopicRuleDestinationVpcConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not to enable the destination. Default: `true`.", + 'enabled', + 'Whether or not to enable the destination. Default: `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ivs/Channel.ts b/src/app/Models/codegen/aws/ivs/Channel.ts index 20fde85c4..011688c79 100644 --- a/src/app/Models/codegen/aws/ivs/Channel.ts +++ b/src/app/Models/codegen/aws/ivs/Channel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ChannelArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -61,48 +61,48 @@ export class Channel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "recordingConfigurationArn", - "Recording configuration ARN.", + 'recordingConfigurationArn', + 'Recording configuration ARN.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Channel type, which determines the allowable resolution and bitrate. Valid values: `STANDARD`, `BASIC`.", + 'type', + 'Channel type, which determines the allowable resolution and bitrate. Valid values: `STANDARD`, `BASIC`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "authorized", - "If `true`, channel is private (enabled for playback authorization).", + 'authorized', + 'If `true`, channel is private (enabled for playback authorization).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "latencyMode", - "Channel latency mode. Valid values: `NORMAL`, `LOW`.", + 'latencyMode', + 'Channel latency mode. Valid values: `NORMAL`, `LOW`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Channel name.", + 'name', + 'Channel name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ivs/PlaybackKeyPair.ts b/src/app/Models/codegen/aws/ivs/PlaybackKeyPair.ts index afd430bd9..76877e311 100644 --- a/src/app/Models/codegen/aws/ivs/PlaybackKeyPair.ts +++ b/src/app/Models/codegen/aws/ivs/PlaybackKeyPair.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PlaybackKeyPairArgs { // Playback Key Pair name. @@ -48,24 +48,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "publicKey", - "Public portion of a customer-generated key pair. Must be an ECDSA public key in PEM format.\n\nThe following arguments are optional:", + 'publicKey', + 'Public portion of a customer-generated key pair. Must be an ECDSA public key in PEM format.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Playback Key Pair name.", + 'name', + 'Playback Key Pair name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ivs/RecordingConfiguration.ts b/src/app/Models/codegen/aws/ivs/RecordingConfiguration.ts index c12ca85de..ec5b5a999 100644 --- a/src/app/Models/codegen/aws/ivs/RecordingConfiguration.ts +++ b/src/app/Models/codegen/aws/ivs/RecordingConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ivs_RecordingConfigurationDestinationConfiguration, ivs_RecordingConfigurationDestinationConfiguration_GetTypes, -} from "../types/ivs_RecordingConfigurationDestinationConfiguration"; +} from '../types/ivs_RecordingConfigurationDestinationConfiguration'; import { ivs_RecordingConfigurationThumbnailConfiguration, ivs_RecordingConfigurationThumbnailConfiguration_GetTypes, -} from "../types/ivs_RecordingConfigurationThumbnailConfiguration"; +} from '../types/ivs_RecordingConfigurationThumbnailConfiguration'; export interface RecordingConfigurationArgs { // Object containing information to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session. @@ -60,40 +60,40 @@ export class RecordingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "thumbnailConfiguration", - "Object containing information to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.", + 'thumbnailConfiguration', + 'Object containing information to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.', () => ivs_RecordingConfigurationThumbnailConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "destinationConfiguration", - "Object containing destination configuration for where recorded video will be stored.", + 'destinationConfiguration', + 'Object containing destination configuration for where recorded video will be stored.', () => ivs_RecordingConfigurationDestinationConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Recording Configuration name.", + 'name', + 'Recording Configuration name.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "recordingReconnectWindowSeconds", - "If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.", + 'recordingReconnectWindowSeconds', + 'If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/ivschat/LoggingConfiguration.ts b/src/app/Models/codegen/aws/ivschat/LoggingConfiguration.ts index 1c6a2f1b0..6dc4bda7d 100644 --- a/src/app/Models/codegen/aws/ivschat/LoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/ivschat/LoggingConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ivschat_LoggingConfigurationDestinationConfiguration, ivschat_LoggingConfigurationDestinationConfiguration_GetTypes, -} from "../types/ivschat_LoggingConfigurationDestinationConfiguration"; +} from '../types/ivschat_LoggingConfigurationDestinationConfiguration'; export interface LoggingConfigurationArgs { // Object containing destination configuration for where chat activity will be logged. This object must contain exactly one of the following children arguments: @@ -44,24 +44,24 @@ export class LoggingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "destinationConfiguration", - "Object containing destination configuration for where chat activity will be logged. This object must contain exactly one of the following children arguments:", + 'destinationConfiguration', + 'Object containing destination configuration for where chat activity will be logged. This object must contain exactly one of the following children arguments:', () => ivschat_LoggingConfigurationDestinationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Logging Configuration name.", + 'name', + 'Logging Configuration name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ivschat/Room.ts b/src/app/Models/codegen/aws/ivschat/Room.ts index 9e2421925..3871833fc 100644 --- a/src/app/Models/codegen/aws/ivschat/Room.ts +++ b/src/app/Models/codegen/aws/ivschat/Room.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ivschat_RoomMessageReviewHandler, ivschat_RoomMessageReviewHandler_GetTypes, -} from "../types/ivschat_RoomMessageReviewHandler"; +} from '../types/ivschat_RoomMessageReviewHandler'; export interface RoomArgs { /* @@ -85,48 +85,48 @@ review of messages. return [ new DynamicUIProps( InputType.String, - "name", - "Room name.", + 'name', + 'Room name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "loggingConfigurationIdentifiers", - "List of Logging Configuration\nARNs to attach to the room.", + 'loggingConfigurationIdentifiers', + 'List of Logging Configuration\nARNs to attach to the room.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumMessageLength", - "Maximum number of characters in a single\nmessage. Messages are expected to be UTF-8 encoded and this limit applies\nspecifically to rune/code-point count, not number of bytes.", + 'maximumMessageLength', + 'Maximum number of characters in a single\nmessage. Messages are expected to be UTF-8 encoded and this limit applies\nspecifically to rune/code-point count, not number of bytes.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumMessageRatePerSecond", - "Maximum number of messages per\nsecond that can be sent to the room (by all clients).", + 'maximumMessageRatePerSecond', + 'Maximum number of messages per\nsecond that can be sent to the room (by all clients).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "messageReviewHandler", - "Configuration information for optional\nreview of messages.", + 'messageReviewHandler', + 'Configuration information for optional\nreview of messages.', () => ivschat_RoomMessageReviewHandler_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/kendra/DataSource.ts b/src/app/Models/codegen/aws/kendra/DataSource.ts index f603b4d2b..9d093a057 100644 --- a/src/app/Models/codegen/aws/kendra/DataSource.ts +++ b/src/app/Models/codegen/aws/kendra/DataSource.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfiguration, kendra_DataSourceConfiguration_GetTypes, -} from "../types/kendra_DataSourceConfiguration"; +} from '../types/kendra_DataSourceConfiguration'; import { kendra_DataSourceCustomDocumentEnrichmentConfiguration, kendra_DataSourceCustomDocumentEnrichmentConfiguration_GetTypes, -} from "../types/kendra_DataSourceCustomDocumentEnrichmentConfiguration"; +} from '../types/kendra_DataSourceCustomDocumentEnrichmentConfiguration'; export interface DataSourceArgs { // A block with the configuration information to connect to your Data Source repository. You can't specify the `configuration` block when the `type` parameter is set to `CUSTOM`. Detailed below. @@ -110,47 +110,47 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "A description for the Data Source connector.", + 'description', + 'A description for the Data Source connector.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "The code for a language. This allows you to support a language for all documents when creating the Data Source connector. English is supported by default. For more information on supported languages, including their codes, see [Adding documents in languages other than English](https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html).", + 'languageCode', + 'The code for a language. This allows you to support a language for all documents when creating the Data Source connector. English is supported by default. For more information on supported languages, including their codes, see [Adding documents in languages other than English](https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for your data source connector.", + 'name', + 'A name for your data source connector.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexId", - "The identifier of the index for your Amazon Kendra data source.", + 'indexId', + 'The identifier of the index for your Amazon Kendra data source.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "customDocumentEnrichmentConfiguration", - "A block with the configuration information for altering document metadata and content during the document ingestion process. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see [Customizing document metadata during the ingestion process](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). Detailed below.", + 'customDocumentEnrichmentConfiguration', + 'A block with the configuration information for altering document metadata and content during the document ingestion process. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see [Customizing document metadata during the ingestion process](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). Detailed below.', () => kendra_DataSourceCustomDocumentEnrichmentConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", + 'roleArn', "The Amazon Resource Name (ARN) of a role with permission to access the data source connector. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). You can't specify the `role_arn` parameter when the `type` parameter is set to `CUSTOM`. The `role_arn` parameter is required for all other data sources.", () => [], false, @@ -158,7 +158,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "schedule", + 'schedule', "Sets the frequency for Amazon Kendra to check the documents in your Data Source repository and update the index. If you don't set a schedule Amazon Kendra will not periodically update the index. You can call the `StartDataSourceSyncJob` API to update the index.", () => [], false, @@ -166,23 +166,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of data source repository. For an updated list of values, refer to [Valid Values for Type](https://docs.aws.amazon.com/kendra/latest/dg/API_CreateDataSource.html#Kendra-CreateDataSource-request-Type).\n\nThe following arguments are optional:", + 'type', + 'The type of data source repository. For an updated list of values, refer to [Valid Values for Type](https://docs.aws.amazon.com/kendra/latest/dg/API_CreateDataSource.html#Kendra-CreateDataSource-request-Type).\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "configuration", + 'configuration', "A block with the configuration information to connect to your Data Source repository. You can't specify the `configuration` block when the `type` parameter is set to `CUSTOM`. Detailed below.", () => kendra_DataSourceConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/kendra/Experience.ts b/src/app/Models/codegen/aws/kendra/Experience.ts index 6bf433547..5d658a25b 100644 --- a/src/app/Models/codegen/aws/kendra/Experience.ts +++ b/src/app/Models/codegen/aws/kendra/Experience.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_ExperienceConfiguration, kendra_ExperienceConfiguration_GetTypes, -} from "../types/kendra_ExperienceConfiguration"; +} from '../types/kendra_ExperienceConfiguration'; import { kendra_ExperienceEndpoint, kendra_ExperienceEndpoint_GetTypes, -} from "../types/kendra_ExperienceEndpoint"; +} from '../types/kendra_ExperienceEndpoint'; export interface ExperienceArgs { /* @@ -71,40 +71,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "indexId", - "The identifier of the index for your Amazon Kendra experience.", + 'indexId', + 'The identifier of the index for your Amazon Kendra experience.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A name for your Amazon Kendra experience.", + 'name', + 'A name for your Amazon Kendra experience.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of a role with permission to access `Query API`, `QuerySuggestions API`, `SubmitFeedback API`, and `AWS SSO` that stores your user and group information. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).\n\nThe following arguments are optional:", + 'roleArn', + 'The Amazon Resource Name (ARN) of a role with permission to access `Query API`, `QuerySuggestions API`, `SubmitFeedback API`, and `AWS SSO` that stores your user and group information. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "Configuration information for your Amazon Kendra experience. The provider will only perform drift detection of its value when present in a configuration. Detailed below.", + 'configuration', + 'Configuration information for your Amazon Kendra experience. The provider will only perform drift detection of its value when present in a configuration. Detailed below.', () => kendra_ExperienceConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description for your Amazon Kendra experience.", + 'description', + 'A description for your Amazon Kendra experience.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/kendra/Faq.ts b/src/app/Models/codegen/aws/kendra/Faq.ts index 6e2345c72..d35872d2a 100644 --- a/src/app/Models/codegen/aws/kendra/Faq.ts +++ b/src/app/Models/codegen/aws/kendra/Faq.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_FaqS3Path, kendra_FaqS3Path_GetTypes, -} from "../types/kendra_FaqS3Path"; +} from '../types/kendra_FaqS3Path'; export interface FaqArgs { // The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs. For more information, see [IAM Roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). @@ -86,64 +86,64 @@ export class Faq extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "indexId", - "The identifier of the index for a FAQ.", + 'indexId', + 'The identifier of the index for a FAQ.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "languageCode", - "", + 'languageCode', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name that should be associated with the FAQ.", + 'name', + 'The name that should be associated with the FAQ.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs. For more information, see [IAM Roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).", + 'roleArn', + 'The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs. For more information, see [IAM Roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "s3Path", - "The S3 location of the FAQ input data. Detailed below.", + 's3Path', + 'The S3 location of the FAQ input data. Detailed below.', () => kendra_FaqS3Path_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "fileFormat", - "", + 'fileFormat', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/kendra/Index.ts b/src/app/Models/codegen/aws/kendra/Index.ts index 638ca6a2e..be36941ce 100644 --- a/src/app/Models/codegen/aws/kendra/Index.ts +++ b/src/app/Models/codegen/aws/kendra/Index.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_IndexIndexStatistic, kendra_IndexIndexStatistic_GetTypes, -} from "../types/kendra_IndexIndexStatistic"; +} from '../types/kendra_IndexIndexStatistic'; import { kendra_IndexUserGroupResolutionConfiguration, kendra_IndexUserGroupResolutionConfiguration_GetTypes, -} from "../types/kendra_IndexUserGroupResolutionConfiguration"; +} from '../types/kendra_IndexUserGroupResolutionConfiguration'; import { kendra_IndexUserTokenConfigurations, kendra_IndexUserTokenConfigurations_GetTypes, -} from "../types/kendra_IndexUserTokenConfigurations"; +} from '../types/kendra_IndexUserTokenConfigurations'; import { kendra_IndexCapacityUnits, kendra_IndexCapacityUnits_GetTypes, -} from "../types/kendra_IndexCapacityUnits"; +} from '../types/kendra_IndexCapacityUnits'; import { kendra_IndexDocumentMetadataConfigurationUpdate, kendra_IndexDocumentMetadataConfigurationUpdate_GetTypes, -} from "../types/kendra_IndexDocumentMetadataConfigurationUpdate"; +} from '../types/kendra_IndexDocumentMetadataConfigurationUpdate'; import { kendra_IndexServerSideEncryptionConfiguration, kendra_IndexServerSideEncryptionConfiguration_GetTypes, -} from "../types/kendra_IndexServerSideEncryptionConfiguration"; +} from '../types/kendra_IndexServerSideEncryptionConfiguration'; export interface IndexArgs { // The Amazon Kendra edition to use for the index. Choose `DEVELOPER_EDITION` for indexes intended for development, testing, or proof of concept. Use `ENTERPRISE_EDITION` for your production databases. Once you set the edition for an index, it can't be changed. Defaults to `ENTERPRISE_EDITION` @@ -130,47 +130,47 @@ Tags to apply to the Index. If configured with a provider return [ new DynamicUIProps( InputType.String, - "userContextPolicy", - "The user context policy. Valid values are `ATTRIBUTE_FILTER` or `USER_TOKEN`. For more information, refer to [UserContextPolicy](https://docs.aws.amazon.com/kendra/latest/APIReference/API_CreateIndex.html#kendra-CreateIndex-request-UserContextPolicy). Defaults to `ATTRIBUTE_FILTER`.", + 'userContextPolicy', + 'The user context policy. Valid values are `ATTRIBUTE_FILTER` or `USER_TOKEN`. For more information, refer to [UserContextPolicy](https://docs.aws.amazon.com/kendra/latest/APIReference/API_CreateIndex.html#kendra-CreateIndex-request-UserContextPolicy). Defaults to `ATTRIBUTE_FILTER`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the Index.", + 'description', + 'The description of the Index.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "documentMetadataConfigurationUpdates", - "One or more blocks that specify the configuration settings for any metadata applied to the documents in the index. Minimum number of 0 items. Maximum number of 500 items. If specified, you must define all elements, including those that are provided by default. These index fields are documented at [Amazon Kendra Index documentation](https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html). For an example resource that defines these default index fields, refer to the default example above. For an example resource that appends additional index fields, refer to the append example above. All arguments for each block must be specified. Note that blocks cannot be removed since index fields cannot be deleted. This argument is detailed below.", + 'documentMetadataConfigurationUpdates', + 'One or more blocks that specify the configuration settings for any metadata applied to the documents in the index. Minimum number of 0 items. Maximum number of 500 items. If specified, you must define all elements, including those that are provided by default. These index fields are documented at [Amazon Kendra Index documentation](https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html). For an example resource that defines these default index fields, refer to the default example above. For an example resource that appends additional index fields, refer to the append example above. All arguments for each block must be specified. Note that blocks cannot be removed since index fields cannot be deleted. This argument is detailed below.', () => kendra_IndexDocumentMetadataConfigurationUpdate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "An AWS Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role you use when you call the `BatchPutDocument` API to index documents from an Amazon S3 bucket.", + 'roleArn', + 'An AWS Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role you use when you call the `BatchPutDocument` API to index documents from an Amazon S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the Index. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the Index. If configured with a provider\n`default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "edition", + 'edition', "The Amazon Kendra edition to use for the index. Choose `DEVELOPER_EDITION` for indexes intended for development, testing, or proof of concept. Use `ENTERPRISE_EDITION` for your production databases. Once you set the edition for an index, it can't be changed. Defaults to `ENTERPRISE_EDITION`", () => [], false, @@ -178,23 +178,23 @@ Tags to apply to the Index. If configured with a provider ), new DynamicUIProps( InputType.Object, - "userGroupResolutionConfiguration", - "A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). Detailed below.", + 'userGroupResolutionConfiguration', + 'A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). Detailed below.', () => kendra_IndexUserGroupResolutionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "capacityUnits", - "A block that sets the number of additional document storage and query capacity units that should be used by the index. Detailed below.", + 'capacityUnits', + 'A block that sets the number of additional document storage and query capacity units that should be used by the index. Detailed below.', () => kendra_IndexCapacityUnits_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryptionConfiguration", + 'serverSideEncryptionConfiguration', "A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.", () => kendra_IndexServerSideEncryptionConfiguration_GetTypes(), false, @@ -202,16 +202,16 @@ Tags to apply to the Index. If configured with a provider ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the Index.", + 'name', + 'Specifies the name of the Index.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "userTokenConfigurations", - "A block that specifies the user token configuration. Detailed below.", + 'userTokenConfigurations', + 'A block that specifies the user token configuration. Detailed below.', () => kendra_IndexUserTokenConfigurations_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/kendra/QuerySuggestionsBlockList.ts b/src/app/Models/codegen/aws/kendra/QuerySuggestionsBlockList.ts index be5f15001..01e51e22a 100644 --- a/src/app/Models/codegen/aws/kendra/QuerySuggestionsBlockList.ts +++ b/src/app/Models/codegen/aws/kendra/QuerySuggestionsBlockList.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_QuerySuggestionsBlockListSourceS3Path, kendra_QuerySuggestionsBlockListSourceS3Path_GetTypes, -} from "../types/kendra_QuerySuggestionsBlockListSourceS3Path"; +} from '../types/kendra_QuerySuggestionsBlockListSourceS3Path'; export interface QuerySuggestionsBlockListArgs { // S3 path where your block list text file is located. See details below. @@ -65,48 +65,48 @@ export class QuerySuggestionsBlockList extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "sourceS3Path", - "S3 path where your block list text file is located. See details below.", + 'sourceS3Path', + 'S3 path where your block list text file is located. See details below.', () => kendra_QuerySuggestionsBlockListSourceS3Path_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexId", - "Identifier of the index for a block list.", + 'indexId', + 'Identifier of the index for a block list.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name for the block list.", + 'name', + 'Name for the block list.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "IAM (Identity and Access Management) role used to access the block list text file in S3.", + 'roleArn', + 'IAM (Identity and Access Management) role used to access the block list text file in S3.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/kendra/Thesaurus.ts b/src/app/Models/codegen/aws/kendra/Thesaurus.ts index 7f4aae16e..732c0d155 100644 --- a/src/app/Models/codegen/aws/kendra/Thesaurus.ts +++ b/src/app/Models/codegen/aws/kendra/Thesaurus.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_ThesaurusSourceS3Path, kendra_ThesaurusSourceS3Path_GetTypes, -} from "../types/kendra_ThesaurusSourceS3Path"; +} from '../types/kendra_ThesaurusSourceS3Path'; export interface ThesaurusArgs { // @@ -65,48 +65,48 @@ export class Thesaurus extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "sourceS3Path", - "The S3 path where your thesaurus file sits in S3. Detailed below.", + 'sourceS3Path', + 'The S3 path where your thesaurus file sits in S3. Detailed below.', () => kendra_ThesaurusSourceS3Path_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexId", - "The identifier of the index for a thesaurus.", + 'indexId', + 'The identifier of the index for a thesaurus.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for the thesaurus.", + 'name', + 'The name for the thesaurus.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM (Identity and Access Management) role used to access the thesaurus file in S3.", + 'roleArn', + 'The IAM (Identity and Access Management) role used to access the thesaurus file in S3.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/keyspaces/Keyspace.ts b/src/app/Models/codegen/aws/keyspaces/Keyspace.ts index e8a8782bb..7ce2ca5eb 100644 --- a/src/app/Models/codegen/aws/keyspaces/Keyspace.ts +++ b/src/app/Models/codegen/aws/keyspaces/Keyspace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyspaceArgs { /* @@ -39,16 +39,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "The name of the keyspace to be created.\n\nThe following arguments are optional:", + 'name', + 'The name of the keyspace to be created.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/keyspaces/Table.ts b/src/app/Models/codegen/aws/keyspaces/Table.ts index f92a62861..bc9a618c2 100644 --- a/src/app/Models/codegen/aws/keyspaces/Table.ts +++ b/src/app/Models/codegen/aws/keyspaces/Table.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { keyspaces_TablePointInTimeRecovery, keyspaces_TablePointInTimeRecovery_GetTypes, -} from "../types/keyspaces_TablePointInTimeRecovery"; +} from '../types/keyspaces_TablePointInTimeRecovery'; import { keyspaces_TableTtl, keyspaces_TableTtl_GetTypes, -} from "../types/keyspaces_TableTtl"; +} from '../types/keyspaces_TableTtl'; import { keyspaces_TableComment, keyspaces_TableComment_GetTypes, -} from "../types/keyspaces_TableComment"; +} from '../types/keyspaces_TableComment'; import { keyspaces_TableEncryptionSpecification, keyspaces_TableEncryptionSpecification_GetTypes, -} from "../types/keyspaces_TableEncryptionSpecification"; +} from '../types/keyspaces_TableEncryptionSpecification'; import { keyspaces_TableSchemaDefinition, keyspaces_TableSchemaDefinition_GetTypes, -} from "../types/keyspaces_TableSchemaDefinition"; +} from '../types/keyspaces_TableSchemaDefinition'; import { keyspaces_TableCapacitySpecification, keyspaces_TableCapacitySpecification_GetTypes, -} from "../types/keyspaces_TableCapacitySpecification"; +} from '../types/keyspaces_TableCapacitySpecification'; import { keyspaces_TableClientSideTimestamps, keyspaces_TableClientSideTimestamps_GetTypes, -} from "../types/keyspaces_TableClientSideTimestamps"; +} from '../types/keyspaces_TableClientSideTimestamps'; export interface TableArgs { // A description of the table. @@ -121,88 +121,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "encryptionSpecification", - "Specifies how the encryption key for encryption at rest is managed for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html).", + 'encryptionSpecification', + 'Specifies how the encryption key for encryption at rest is managed for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html).', () => keyspaces_TableEncryptionSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "capacitySpecification", - "Specifies the read/write throughput capacity mode for the table.", + 'capacitySpecification', + 'Specifies the read/write throughput capacity mode for the table.', () => keyspaces_TableCapacitySpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "pointInTimeRecovery", - "Specifies if point-in-time recovery is enabled or disabled for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html).", + 'pointInTimeRecovery', + 'Specifies if point-in-time recovery is enabled or disabled for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html).', () => keyspaces_TablePointInTimeRecovery_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the table.\n\nThe following arguments are optional:", + 'tableName', + 'The name of the table.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "ttl", - "Enables Time to Live custom settings for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL.html).", + 'ttl', + 'Enables Time to Live custom settings for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL.html).', () => keyspaces_TableTtl_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "defaultTimeToLive", - "The default Time to Live setting in seconds for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_default_ttl).", + 'defaultTimeToLive', + 'The default Time to Live setting in seconds for the table. More information can be found in the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_default_ttl).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyspaceName", - "The name of the keyspace that the table is going to be created in.", + 'keyspaceName', + 'The name of the keyspace that the table is going to be created in.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "comment", - "A description of the table.", + 'comment', + 'A description of the table.', () => keyspaces_TableComment_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "schemaDefinition", - "Describes the schema of the table.", + 'schemaDefinition', + 'Describes the schema of the table.', () => keyspaces_TableSchemaDefinition_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "clientSideTimestamps", - "Enables client-side timestamps for the table. By default, the setting is disabled.", + 'clientSideTimestamps', + 'Enables client-side timestamps for the table. By default, the setting is disabled.', () => keyspaces_TableClientSideTimestamps_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/kinesis/AnalyticsApplication.ts b/src/app/Models/codegen/aws/kinesis/AnalyticsApplication.ts index fb6dd7306..247b3f5ba 100644 --- a/src/app/Models/codegen/aws/kinesis/AnalyticsApplication.ts +++ b/src/app/Models/codegen/aws/kinesis/AnalyticsApplication.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputs, kinesis_AnalyticsApplicationInputs_GetTypes, -} from "../types/kinesis_AnalyticsApplicationInputs"; +} from '../types/kinesis_AnalyticsApplicationInputs'; import { kinesis_AnalyticsApplicationReferenceDataSources, kinesis_AnalyticsApplicationReferenceDataSources_GetTypes, -} from "../types/kinesis_AnalyticsApplicationReferenceDataSources"; +} from '../types/kinesis_AnalyticsApplicationReferenceDataSources'; import { kinesis_AnalyticsApplicationCloudwatchLoggingOptions, kinesis_AnalyticsApplicationCloudwatchLoggingOptions_GetTypes, -} from "../types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions"; +} from '../types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions'; import { kinesis_AnalyticsApplicationOutput, kinesis_AnalyticsApplicationOutput_GetTypes, -} from "../types/kinesis_AnalyticsApplicationOutput"; +} from '../types/kinesis_AnalyticsApplicationOutput'; export interface AnalyticsApplicationArgs { // Description of the application. @@ -119,15 +119,15 @@ See Reference Data Sources below for more details. return [ new DynamicUIProps( InputType.Object, - "referenceDataSources", - "An S3 Reference Data Source for the application.\nSee Reference Data Sources below for more details.", + 'referenceDataSources', + 'An S3 Reference Data Source for the application.\nSee Reference Data Sources below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSources_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "startApplication", + 'startApplication', "Whether to start or stop the Kinesis Analytics Application. To start an application, an input with a defined `starting_position` must be configured.\nTo modify an application's starting position, first stop the application by setting `start_application = false`, then update `starting_position` and set `start_application = true`.", () => [], false, @@ -135,56 +135,56 @@ See Reference Data Sources below for more details. ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch log stream options to monitor application errors.\nSee CloudWatch Logging Options below for more details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch log stream options to monitor application errors.\nSee CloudWatch Logging Options below for more details.', () => kinesis_AnalyticsApplicationCloudwatchLoggingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "code", - "SQL Code to transform input data, and generate output.", + 'code', + 'SQL Code to transform input data, and generate output.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "outputs", - "Output destination configuration of the application. See Outputs below for more details.", + 'outputs', + 'Output destination configuration of the application. See Outputs below for more details.', () => kinesis_AnalyticsApplicationOutput_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the application.", + 'description', + 'Description of the application.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "inputs", - "Input configuration of the application. See Inputs below for more details.", + 'inputs', + 'Input configuration of the application. See Inputs below for more details.', () => kinesis_AnalyticsApplicationInputs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Kinesis Analytics Application.", + 'name', + 'Name of the Kinesis Analytics Application.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of tags for the Kinesis Analytics Application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of tags for the Kinesis Analytics Application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/kinesis/FirehoseDeliveryStream.ts b/src/app/Models/codegen/aws/kinesis/FirehoseDeliveryStream.ts index f695a66bd..2475c115b 100644 --- a/src/app/Models/codegen/aws/kinesis/FirehoseDeliveryStream.ts +++ b/src/app/Models/codegen/aws/kinesis/FirehoseDeliveryStream.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration, kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration'; import { kinesis_FirehoseDeliveryStreamMskSourceConfiguration, kinesis_FirehoseDeliveryStreamMskSourceConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration'; import { kinesis_FirehoseDeliveryStreamSplunkConfiguration, kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamSplunkConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamSplunkConfiguration'; import { kinesis_FirehoseDeliveryStreamOpensearchConfiguration, kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3Configuration, kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration"; +} from '../types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfiguration, kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfiguration, kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration, kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration'; import { kinesis_FirehoseDeliveryStreamRedshiftConfiguration, kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration"; +} from '../types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration'; import { kinesis_FirehoseDeliveryStreamServerSideEncryption, kinesis_FirehoseDeliveryStreamServerSideEncryption_GetTypes, -} from "../types/kinesis_FirehoseDeliveryStreamServerSideEncryption"; +} from '../types/kinesis_FirehoseDeliveryStreamServerSideEncryption'; export interface FirehoseDeliveryStreamArgs { // Configuration options when `destination` is `http_endpoint`. Requires the user to also specify an `s3_configuration` block. See `http_endpoint_configuration` block below for details. @@ -170,8 +170,8 @@ Encrypt at rest options. See `server_side_encryption` block below for details. return [ new DynamicUIProps( InputType.Object, - "opensearchserverlessConfiguration", - "Configuration options when `destination` is `opensearchserverless`. See `opensearchserverless_configuration` block below for details.", + 'opensearchserverlessConfiguration', + 'Configuration options when `destination` is `opensearchserverless`. See `opensearchserverless_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_GetTypes(), false, @@ -179,16 +179,16 @@ Encrypt at rest options. See `server_side_encryption` block below for details. ), new DynamicUIProps( InputType.String, - "destinationId", - "", + 'destinationId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "httpEndpointConfiguration", - "Configuration options when `destination` is `http_endpoint`. Requires the user to also specify an `s3_configuration` block. See `http_endpoint_configuration` block below for details.", + 'httpEndpointConfiguration', + 'Configuration options when `destination` is `http_endpoint`. Requires the user to also specify an `s3_configuration` block. See `http_endpoint_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes(), false, @@ -196,48 +196,48 @@ Encrypt at rest options. See `server_side_encryption` block below for details. ), new DynamicUIProps( InputType.Object, - "extendedS3Configuration", - "Enhanced configuration options for the s3 destination. See `extended_s3_configuration` block below for details.", + 'extendedS3Configuration', + 'Enhanced configuration options for the s3 destination. See `extended_s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) specifying the Stream", + 'arn', + 'The Amazon Resource Name (ARN) specifying the Stream', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name to identify the stream. This is unique to the AWS account and region the Stream is created in. When using for WAF logging, name must be prefixed with `aws-waf-logs-`. See [AWS Documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-policies.html#waf-policies-logging-config) for more details.", + 'name', + 'A name to identify the stream. This is unique to the AWS account and region the Stream is created in. When using for WAF logging, name must be prefixed with `aws-waf-logs-`. See [AWS Documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-policies.html#waf-policies-logging-config) for more details.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "versionId", - "", + 'versionId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "kinesisSourceConfiguration", - "The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream. See `kinesis_source_configuration` block below for details.", + 'kinesisSourceConfiguration', + 'The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream. See `kinesis_source_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration_GetTypes(), false, @@ -245,24 +245,24 @@ Encrypt at rest options. See `server_side_encryption` block below for details. ), new DynamicUIProps( InputType.Object, - "splunkConfiguration", - "Configuration options when `destination` is `splunk`. See `splunk_configuration` block below for details.", + 'splunkConfiguration', + 'Configuration options when `destination` is `splunk`. See `splunk_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "opensearchConfiguration", - "Configuration options when `destination` is `opensearch`. See `opensearch_configuration` block below for details.", + 'opensearchConfiguration', + 'Configuration options when `destination` is `opensearch`. See `opensearch_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "elasticsearchConfiguration", - "Configuration options when `destination` is `elasticsearch`. See `elasticsearch_configuration` block below for details.", + 'elasticsearchConfiguration', + 'Configuration options when `destination` is `elasticsearch`. See `elasticsearch_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetTypes(), false, @@ -270,40 +270,40 @@ Encrypt at rest options. See `server_side_encryption` block below for details. ), new DynamicUIProps( InputType.Object, - "serverSideEncryption", - "Encrypt at rest options. See `server_side_encryption` block below for details.\n\n**NOTE:** Server-side encryption should not be enabled when a kinesis stream is configured as the source of the firehose delivery stream.", + 'serverSideEncryption', + 'Encrypt at rest options. See `server_side_encryption` block below for details.\n\n**NOTE:** Server-side encryption should not be enabled when a kinesis stream is configured as the source of the firehose delivery stream.', () => kinesis_FirehoseDeliveryStreamServerSideEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "snowflakeConfiguration", - "Configuration options when `destination` is `snowflake`. See `snowflake_configuration` block below for details.", + 'snowflakeConfiguration', + 'Configuration options when `destination` is `snowflake`. See `snowflake_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "redshiftConfiguration", - "Configuration options when `destination` is `redshift`. Requires the user to also specify an `s3_configuration` block. See `redshift_configuration` block below for details.", + 'redshiftConfiguration', + 'Configuration options when `destination` is `redshift`. Requires the user to also specify an `s3_configuration` block. See `redshift_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "destination", - "This is the destination to where the data is delivered. The only options are `s3` (Deprecated, use `extended_s3` instead), `extended_s3`, `redshift`, `elasticsearch`, `splunk`, `http_endpoint`, `opensearch`, `opensearchserverless` and `snowflake`.", + 'destination', + 'This is the destination to where the data is delivered. The only options are `s3` (Deprecated, use `extended_s3` instead), `extended_s3`, `redshift`, `elasticsearch`, `splunk`, `http_endpoint`, `opensearch`, `opensearchserverless` and `snowflake`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "mskSourceConfiguration", - "The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. See `msk_source_configuration` block below for details.", + 'mskSourceConfiguration', + 'The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. See `msk_source_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamMskSourceConfiguration_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/kinesis/ResourcePolicy.ts b/src/app/Models/codegen/aws/kinesis/ResourcePolicy.ts index c7ac7d811..b20078d96 100644 --- a/src/app/Models/codegen/aws/kinesis/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/kinesis/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // The policy document. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy document.", + 'policy', + 'The policy document.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the data stream or consumer.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the data stream or consumer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/kinesis/Stream.ts b/src/app/Models/codegen/aws/kinesis/Stream.ts index 8d5efddbf..7bfa64558 100644 --- a/src/app/Models/codegen/aws/kinesis/Stream.ts +++ b/src/app/Models/codegen/aws/kinesis/Stream.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_StreamStreamModeDetails, kinesis_StreamStreamModeDetails_GetTypes, -} from "../types/kinesis_StreamStreamModeDetails"; +} from '../types/kinesis_StreamStreamModeDetails'; export interface StreamArgs { // A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable. @@ -86,55 +86,55 @@ Amazon has guidelines for specifying the Stream size that should be referenced w return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The GUID for the customer-managed KMS key to use for encryption. You can also use a Kinesis-owned master key by specifying the alias `alias/aws/kinesis`.", + 'kmsKeyId', + 'The GUID for the customer-managed KMS key to use for encryption. You can also use a Kinesis-owned master key by specifying the alias `alias/aws/kinesis`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "streamModeDetails", - "Indicates the [capacity mode](https://docs.aws.amazon.com/streams/latest/dev/how-do-i-size-a-stream.html) of the data stream. Detailed below.", + 'streamModeDetails', + 'Indicates the [capacity mode](https://docs.aws.amazon.com/streams/latest/dev/how-do-i-size-a-stream.html) of the data stream. Detailed below.', () => kinesis_StreamStreamModeDetails_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) specifying the Stream (same as `id`)", + 'arn', + 'The Amazon Resource Name (ARN) specifying the Stream (same as `id`)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enforceConsumerDeletion", - "A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.", + 'enforceConsumerDeletion', + 'A boolean that indicates all registered consumers should be deregistered from the stream so that the stream can be destroyed without error. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "shardLevelMetrics", - "A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.", + 'shardLevelMetrics', + 'A list of shard-level CloudWatch metrics which can be enabled for the stream. See [Monitoring with CloudWatch](https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html) for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name to identify the stream. This is unique to the AWS account and region the Stream is created in.", + 'name', + 'A name to identify the stream. This is unique to the AWS account and region the Stream is created in.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", + 'retentionPeriod', "Length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours. Minimum value is 24. Default is 24.", () => [], false, @@ -142,24 +142,24 @@ Amazon has guidelines for specifying the Stream size that should be referenced w ), new DynamicUIProps( InputType.Number, - "shardCount", - "The number of shards that the stream will use. If the `stream_mode` is `PROVISIONED`, this field is required.\nAmazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.", + 'shardCount', + 'The number of shards that the stream will use. If the `stream_mode` is `PROVISIONED`, this field is required.\nAmazon has guidelines for specifying the Stream size that should be referenced when creating a Kinesis stream. See [Amazon Kinesis Streams](https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html) for more.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "encryptionType", - "The encryption type to use. The only acceptable values are `NONE` or `KMS`. The default value is `NONE`.", + 'encryptionType', + 'The encryption type to use. The only acceptable values are `NONE` or `KMS`. The default value is `NONE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/kinesis/StreamConsumer.ts b/src/app/Models/codegen/aws/kinesis/StreamConsumer.ts index d57fdb088..46ebb2cd5 100644 --- a/src/app/Models/codegen/aws/kinesis/StreamConsumer.ts +++ b/src/app/Models/codegen/aws/kinesis/StreamConsumer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StreamConsumerArgs { // Name of the stream consumer. @@ -31,16 +31,16 @@ export class StreamConsumer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the stream consumer.", + 'name', + 'Name of the stream consumer.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "streamArn", - "Amazon Resource Name (ARN) of the data stream the consumer is registered with.", + 'streamArn', + 'Amazon Resource Name (ARN) of the data stream the consumer is registered with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/kinesis/VideoStream.ts b/src/app/Models/codegen/aws/kinesis/VideoStream.ts index f298ecd8f..97c6079f2 100644 --- a/src/app/Models/codegen/aws/kinesis/VideoStream.ts +++ b/src/app/Models/codegen/aws/kinesis/VideoStream.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VideoStreamArgs { // The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is `0`, indicating that the stream does not persist data. @@ -67,48 +67,48 @@ AWS account and region the Stream is created in. return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (`aws/kinesisvideo`) is used.", + 'kmsKeyId', + 'The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (`aws/kinesisvideo`) is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "mediaType", - "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see [Media Types](http://www.iana.org/assignments/media-types/media-types.xhtml). If you choose to specify the MediaType, see [Naming Requirements](https://tools.ietf.org/html/rfc6838#section-4.2) for guidelines.", + 'mediaType', + 'The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see [Media Types](http://www.iana.org/assignments/media-types/media-types.xhtml). If you choose to specify the MediaType, see [Naming Requirements](https://tools.ietf.org/html/rfc6838#section-4.2) for guidelines.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name to identify the stream. This is unique to the\nAWS account and region the Stream is created in.", + 'name', + 'A name to identify the stream. This is unique to the\nAWS account and region the Stream is created in.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "dataRetentionInHours", - "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is `0`, indicating that the stream does not persist data.", + 'dataRetentionInHours', + 'The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is `0`, indicating that the stream does not persist data.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "The name of the device that is writing to the stream. **In the current implementation, Kinesis Video Streams does not use this name.**", + 'deviceName', + 'The name of the device that is writing to the stream. **In the current implementation, Kinesis Video Streams does not use this name.**', () => [], false, false, diff --git a/src/app/Models/codegen/aws/kinesisanalyticsv2/Application.ts b/src/app/Models/codegen/aws/kinesisanalyticsv2/Application.ts index 2d7cc4686..65352b1fb 100644 --- a/src/app/Models/codegen/aws/kinesisanalyticsv2/Application.ts +++ b/src/app/Models/codegen/aws/kinesisanalyticsv2/Application.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions, kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions_GetTypes, -} from "../types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions"; +} from '../types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions'; import { kinesisanalyticsv2_ApplicationApplicationConfiguration, kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes, -} from "../types/kinesisanalyticsv2_ApplicationApplicationConfiguration"; +} from '../types/kinesisanalyticsv2_ApplicationApplicationConfiguration'; export interface ApplicationArgs { // The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources. @@ -99,7 +99,7 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "applicationMode", + 'applicationMode', "The application's mode. Valid values are `STREAMING`, `INTERACTIVE`.", () => [], false, @@ -107,15 +107,15 @@ export class Application extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "A CloudWatch log stream to monitor application configuration errors.", + 'cloudwatchLoggingOptions', + 'A CloudWatch log stream to monitor application configuration errors.', () => kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "applicationConfiguration", + 'applicationConfiguration', "The application's configuration", () => kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes(), false, @@ -123,56 +123,56 @@ export class Application extends DS_Resource { ), new DynamicUIProps( InputType.String, - "runtimeEnvironment", - "The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`, `FLINK-1_13`, `FLINK-1_15`, `FLINK-1_18`, `FLINK-1_19`.", + 'runtimeEnvironment', + 'The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`, `FLINK-1_13`, `FLINK-1_15`, `FLINK-1_18`, `FLINK-1_19`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceExecutionRole", - "The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.", + 'serviceExecutionRole', + 'The ARN of the IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "startApplication", - "Whether to start or stop the application.", + 'startApplication', + 'Whether to start or stop the application.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'A map of tags to assign to the application. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceStop", - "Whether to force stop an unresponsive Flink-based application.", + 'forceStop', + 'Whether to force stop an unresponsive Flink-based application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the application.", + 'name', + 'The name of the application.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A summary description of the application.", + 'description', + 'A summary description of the application.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/kinesisanalyticsv2/ApplicationSnapshot.ts b/src/app/Models/codegen/aws/kinesisanalyticsv2/ApplicationSnapshot.ts index e160b264d..6f5704521 100644 --- a/src/app/Models/codegen/aws/kinesisanalyticsv2/ApplicationSnapshot.ts +++ b/src/app/Models/codegen/aws/kinesisanalyticsv2/ApplicationSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationSnapshotArgs { // The name of an existing Kinesis Analytics v2 Application. Note that the application must be running for a snapshot to be created. @@ -31,16 +31,16 @@ export class ApplicationSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "applicationName", - "The name of an existing Kinesis Analytics v2 Application. Note that the application must be running for a snapshot to be created.", + 'applicationName', + 'The name of an existing Kinesis Analytics v2 Application. Note that the application must be running for a snapshot to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotName", - "The name of the application snapshot.", + 'snapshotName', + 'The name of the application snapshot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/kms/Alias.ts b/src/app/Models/codegen/aws/kms/Alias.ts index 2c038c73c..136323f6b 100644 --- a/src/app/Models/codegen/aws/kms/Alias.ts +++ b/src/app/Models/codegen/aws/kms/Alias.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AliasArgs { // The display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/) @@ -43,7 +43,7 @@ The name must start with the word "alias" followed by a forward slash (alias/). return [ new DynamicUIProps( InputType.String, - "namePrefix", + 'namePrefix', 'Creates an unique alias beginning with the specified prefix.\nThe name must start with the word "alias" followed by a forward slash (alias/). Conflicts with `name`.', () => [], false, @@ -51,15 +51,15 @@ The name must start with the word "alias" followed by a forward slash (alias/). ), new DynamicUIProps( InputType.String, - "targetKeyId", - "Identifier for the key for which the alias is for, can be either an ARN or key_id.", + 'targetKeyId', + 'Identifier for the key for which the alias is for, can be either an ARN or key_id.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', 'The display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/)', () => [], false, diff --git a/src/app/Models/codegen/aws/kms/Ciphertext.ts b/src/app/Models/codegen/aws/kms/Ciphertext.ts index af64553bb..27dee2b10 100644 --- a/src/app/Models/codegen/aws/kms/Ciphertext.ts +++ b/src/app/Models/codegen/aws/kms/Ciphertext.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CiphertextArgs { // An optional mapping that makes up the encryption context. @@ -34,24 +34,24 @@ export class Ciphertext extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "plaintext", - "Data to be encrypted. Note that this may show up in logs, and it will be stored in the state file.", + 'plaintext', + 'Data to be encrypted. Note that this may show up in logs, and it will be stored in the state file.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "context", - "An optional mapping that makes up the encryption context.", + 'context', + 'An optional mapping that makes up the encryption context.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "keyId", - "Globally unique key ID for the customer master key.", + 'keyId', + 'Globally unique key ID for the customer master key.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/kms/CustomKeyStore.ts b/src/app/Models/codegen/aws/kms/CustomKeyStore.ts index 80718e28e..127b026f1 100644 --- a/src/app/Models/codegen/aws/kms/CustomKeyStore.ts +++ b/src/app/Models/codegen/aws/kms/CustomKeyStore.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomKeyStoreArgs { // Cluster ID of CloudHSM. @@ -37,32 +37,32 @@ export class CustomKeyStore extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "keyStorePassword", - "Password for `kmsuser` on CloudHSM.", + 'keyStorePassword', + 'Password for `kmsuser` on CloudHSM.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trustAnchorCertificate", - "Customer certificate used for signing on CloudHSM.", + 'trustAnchorCertificate', + 'Customer certificate used for signing on CloudHSM.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cloudHsmClusterId", - "Cluster ID of CloudHSM.", + 'cloudHsmClusterId', + 'Cluster ID of CloudHSM.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customKeyStoreName", - "Unique name for Custom Key Store.", + 'customKeyStoreName', + 'Unique name for Custom Key Store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/kms/ExternalKey.ts b/src/app/Models/codegen/aws/kms/ExternalKey.ts index 292e76d40..ab45fab18 100644 --- a/src/app/Models/codegen/aws/kms/ExternalKey.ts +++ b/src/app/Models/codegen/aws/kms/ExternalKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ExternalKeyArgs { // Time at which the imported key material expires. When the key material expires, AWS KMS deletes the key material and the CMK becomes unusable. If not specified, key material does not expire. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`) @@ -82,71 +82,71 @@ export class ExternalKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "keyMaterialBase64", - "Base64 encoded 256-bit symmetric encryption key material to import. The CMK is permanently associated with this key material. The same key material can be reimported, but you cannot import different key material.", + 'keyMaterialBase64', + 'Base64 encoded 256-bit symmetric encryption key material to import. The CMK is permanently associated with this key material. The same key material can be reimported, but you cannot import different key material.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "validTo", - "Time at which the imported key material expires. When the key material expires, AWS KMS deletes the key material and the CMK becomes unusable. If not specified, key material does not expire. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'validTo', + 'Time at which the imported key material expires. When the key material expires, AWS KMS deletes the key material and the CMK becomes unusable. If not specified, key material does not expire. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deletionWindowInDays", - "Duration in days after which the key is deleted after destruction of the resource. Must be between `7` and `30` days. Defaults to `30`.", + 'deletionWindowInDays', + 'Duration in days after which the key is deleted after destruction of the resource. Must be between `7` and `30` days. Defaults to `30`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the key is enabled. Keys pending import can only be `false`. Imported keys default to `true` unless expired.", + 'enabled', + 'Specifies whether the key is enabled. Keys pending import can only be `false`. Imported keys default to `true` unless expired.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A key-value map of tags to assign to the key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A key-value map of tags to assign to the key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the key.", + 'description', + 'Description of the key.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiRegion", - "Indicates whether the KMS key is a multi-Region (`true`) or regional (`false`) key. Defaults to `false`.", + 'multiRegion', + 'Indicates whether the KMS key is a multi-Region (`true`) or regional (`false`) key. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "A key policy JSON document. If you do not provide a key policy, AWS KMS attaches a default key policy to the CMK.", + 'policy', + 'A key policy JSON document. If you do not provide a key policy, AWS KMS attaches a default key policy to the CMK.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", + 'bypassPolicyLockoutSafetyCheck', "Specifies whether to disable the policy lockout check performed when creating or updating the key's policy. Setting this value to `true` increases the risk that the key becomes unmanageable. For more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the AWS Key Management Service Developer Guide. Defaults to `false`.", () => [], false, diff --git a/src/app/Models/codegen/aws/kms/Grant.ts b/src/app/Models/codegen/aws/kms/Grant.ts index 9e416240f..04d1803eb 100644 --- a/src/app/Models/codegen/aws/kms/Grant.ts +++ b/src/app/Models/codegen/aws/kms/Grant.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kms_GrantConstraint, kms_GrantConstraint_GetTypes, -} from "../types/kms_GrantConstraint"; +} from '../types/kms_GrantConstraint'; export interface GrantArgs { // The principal that is given permission to perform the operations that the grant permits in ARN format. Note that due to eventual consistency issues around IAM principals, the providers's state may not always be refreshed to reflect what is true in AWS. @@ -77,7 +77,7 @@ See [RetireGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_Retire return [ new DynamicUIProps( InputType.String, - "retiringPrincipal", + 'retiringPrincipal', "The principal that is given permission to retire the grant by using RetireGrant operation in ARN format. Note that due to eventual consistency issues around IAM principals, the providers's state may not always be refreshed to reflect what is true in AWS.", () => [], false, @@ -85,23 +85,23 @@ See [RetireGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_Retire ), new DynamicUIProps( InputType.Array, - "constraints", - "A structure that you can use to allow certain operations in the grant only when the desired encryption context is present. For more information about encryption context, see [Encryption Context](http://docs.aws.amazon.com/kms/latest/developerguide/encryption-context.html).", + 'constraints', + 'A structure that you can use to allow certain operations in the grant only when the desired encryption context is present. For more information about encryption context, see [Encryption Context](http://docs.aws.amazon.com/kms/latest/developerguide/encryption-context.html).', () => kms_GrantConstraint_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "grantCreationTokens", - "A list of grant tokens to be used when creating the grant. See [Grant Tokens](http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token) for more information about grant tokens.", + 'grantCreationTokens', + 'A list of grant tokens to be used when creating the grant. See [Grant Tokens](http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token) for more information about grant tokens.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "granteePrincipal", + 'granteePrincipal', "The principal that is given permission to perform the operations that the grant permits in ARN format. Note that due to eventual consistency issues around IAM principals, the providers's state may not always be refreshed to reflect what is true in AWS.", () => [], true, @@ -109,32 +109,32 @@ See [RetireGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_Retire ), new DynamicUIProps( InputType.String, - "keyId", - "The unique identifier for the customer master key (CMK) that the grant applies to. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. To specify a CMK in a different AWS account, you must use the key ARN.", + 'keyId', + 'The unique identifier for the customer master key (CMK) that the grant applies to. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. To specify a CMK in a different AWS account, you must use the key ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name for identifying the grant.", + 'name', + 'A friendly name for identifying the grant.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "operations", - "A list of operations that the grant permits. The permitted values are: `Decrypt`, `Encrypt`, `GenerateDataKey`, `GenerateDataKeyWithoutPlaintext`, `ReEncryptFrom`, `ReEncryptTo`, `Sign`, `Verify`, `GetPublicKey`, `CreateGrant`, `RetireGrant`, `DescribeKey`, `GenerateDataKeyPair`, or `GenerateDataKeyPairWithoutPlaintext`.", + 'operations', + 'A list of operations that the grant permits. The permitted values are: `Decrypt`, `Encrypt`, `GenerateDataKey`, `GenerateDataKeyWithoutPlaintext`, `ReEncryptFrom`, `ReEncryptTo`, `Sign`, `Verify`, `GetPublicKey`, `CreateGrant`, `RetireGrant`, `DescribeKey`, `GenerateDataKeyPair`, or `GenerateDataKeyPairWithoutPlaintext`.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "retireOnDelete", - "If set to false (the default) the grants will be revoked upon deletion, and if set to true the grants will try to be retired upon deletion. Note that retiring grants requires special permissions, hence why we default to revoking grants.\nSee [RetireGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_RetireGrant.html) for more information.", + 'retireOnDelete', + 'If set to false (the default) the grants will be revoked upon deletion, and if set to true the grants will try to be retired upon deletion. Note that retiring grants requires special permissions, hence why we default to revoking grants.\nSee [RetireGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_RetireGrant.html) for more information.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/kms/Key.ts b/src/app/Models/codegen/aws/kms/Key.ts index e39a23608..50b0e3d2e 100644 --- a/src/app/Models/codegen/aws/kms/Key.ts +++ b/src/app/Models/codegen/aws/kms/Key.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyArgs { // A map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -138,104 +138,104 @@ Valid values: `SYMMETRIC_DEFAULT`, `RSA_2048`, `RSA_3072`, `RSA_4096`, `HMAC_25 return [ new DynamicUIProps( InputType.String, - "keyUsage", - "Specifies the intended use of the key. Valid values: `ENCRYPT_DECRYPT`, `SIGN_VERIFY`, or `GENERATE_VERIFY_MAC`.\nDefaults to `ENCRYPT_DECRYPT`.", + 'keyUsage', + 'Specifies the intended use of the key. Valid values: `ENCRYPT_DECRYPT`, `SIGN_VERIFY`, or `GENERATE_VERIFY_MAC`.\nDefaults to `ENCRYPT_DECRYPT`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "multiRegion", - "Indicates whether the KMS key is a multi-Region (`true`) or regional (`false`) key. Defaults to `false`.", + 'multiRegion', + 'Indicates whether the KMS key is a multi-Region (`true`) or regional (`false`) key. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "A valid policy JSON document. Although this is a key policy, not an IAM policy, an `aws.iam.getPolicyDocument`, in the form that designates a principal, can be used.\n\n> **NOTE:** Note: All KMS keys must have a key policy. If a key policy is not specified, AWS gives the KMS key a [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) that gives all principals in the owning account unlimited access to all KMS operations for the key. This default key policy effectively delegates all access control to IAM policies and KMS grants.", + 'policy', + 'A valid policy JSON document. Although this is a key policy, not an IAM policy, an `aws.iam.getPolicyDocument`, in the form that designates a principal, can be used.\n\n> **NOTE:** Note: All KMS keys must have a key policy. If a key policy is not specified, AWS gives the KMS key a [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) that gives all principals in the owning account unlimited access to all KMS operations for the key. This default key policy effectively delegates all access control to IAM policies and KMS grants.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customKeyStoreId", - "ID of the KMS [Custom Key Store](https://docs.aws.amazon.com/kms/latest/developerguide/create-cmk-keystore.html) where the key will be stored instead of KMS (eg CloudHSM).", + 'customKeyStoreId', + 'ID of the KMS [Custom Key Store](https://docs.aws.amazon.com/kms/latest/developerguide/create-cmk-keystore.html) where the key will be stored instead of KMS (eg CloudHSM).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerMasterKeySpec", - "Specifies whether the key contains a symmetric key or an asymmetric key pair and the encryption algorithms or signing algorithms that the key supports.\nValid values: `SYMMETRIC_DEFAULT`, `RSA_2048`, `RSA_3072`, `RSA_4096`, `HMAC_256`, `ECC_NIST_P256`, `ECC_NIST_P384`, `ECC_NIST_P521`, or `ECC_SECG_P256K1`. Defaults to `SYMMETRIC_DEFAULT`. For help with choosing a key spec, see the [AWS KMS Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-choose.html).", + 'customerMasterKeySpec', + 'Specifies whether the key contains a symmetric key or an asymmetric key pair and the encryption algorithms or signing algorithms that the key supports.\nValid values: `SYMMETRIC_DEFAULT`, `RSA_2048`, `RSA_3072`, `RSA_4096`, `HMAC_256`, `ECC_NIST_P256`, `ECC_NIST_P384`, `ECC_NIST_P521`, or `ECC_SECG_P256K1`. Defaults to `SYMMETRIC_DEFAULT`. For help with choosing a key spec, see the [AWS KMS Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-choose.html).', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "deletionWindowInDays", - "The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.\nIf the KMS key is a multi-Region primary key with replicas, the waiting period begins when the last of its replica keys is deleted. Otherwise, the waiting period begins immediately.", + 'deletionWindowInDays', + 'The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.\nIf the KMS key is a multi-Region primary key with replicas, the waiting period begins when the last of its replica keys is deleted. Otherwise, the waiting period begins immediately.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "xksKeyId", - "Identifies the external key that serves as key material for the KMS key in an external key store.", + 'xksKeyId', + 'Identifies the external key that serves as key material for the KMS key in an external key store.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the key as viewed in AWS console.", + 'description', + 'The description of the key as viewed in AWS console.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableKeyRotation", - "Specifies whether [key rotation](http://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html) is enabled. Defaults to `false`.", + 'enableKeyRotation', + 'Specifies whether [key rotation](http://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html) is enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isEnabled", - "Specifies whether the key is enabled. Defaults to `true`.", + 'isEnabled', + 'Specifies whether the key is enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rotationPeriodInDays", - "Custom period of time between each rotation date. Must be a number between 90 and 2560 (inclusive).", + 'rotationPeriodInDays', + 'Custom period of time between each rotation date. Must be a number between 90 and 2560 (inclusive).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", - "A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.", + 'bypassPolicyLockoutSafetyCheck', + 'A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/kms/KeyPolicy.ts b/src/app/Models/codegen/aws/kms/KeyPolicy.ts index f5a325c82..8cde90d0c 100644 --- a/src/app/Models/codegen/aws/kms/KeyPolicy.ts +++ b/src/app/Models/codegen/aws/kms/KeyPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyPolicyArgs { /* @@ -47,24 +47,24 @@ A valid policy JSON document. Although this is a key policy, not an IAM policy, return [ new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", - "A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately. If this value is set, and the resource is destroyed, a warning will be shown, and the resource will be removed from state.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.", + 'bypassPolicyLockoutSafetyCheck', + 'A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately. If this value is set, and the resource is destroyed, a warning will be shown, and the resource will be removed from state.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyId", - "The ID of the KMS Key to attach the policy.", + 'keyId', + 'The ID of the KMS Key to attach the policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policy", - "A valid policy JSON document. Although this is a key policy, not an IAM policy, an `aws.iam.getPolicyDocument`, in the form that designates a principal, can be used. For more information about building policy documents, see the AWS IAM Policy Document Guide.\n\n> **NOTE:** Note: All KMS keys must have a key policy. If a key policy is not specified, or this resource is destroyed, AWS gives the KMS key a [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) that gives all principals in the owning account unlimited access to all KMS operations for the key. This default key policy effectively delegates all access control to IAM policies and KMS grants.", + 'policy', + 'A valid policy JSON document. Although this is a key policy, not an IAM policy, an `aws.iam.getPolicyDocument`, in the form that designates a principal, can be used. For more information about building policy documents, see the AWS IAM Policy Document Guide.\n\n> **NOTE:** Note: All KMS keys must have a key policy. If a key policy is not specified, or this resource is destroyed, AWS gives the KMS key a [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) that gives all principals in the owning account unlimited access to all KMS operations for the key. This default key policy effectively delegates all access control to IAM policies and KMS grants.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/kms/ReplicaExternalKey.ts b/src/app/Models/codegen/aws/kms/ReplicaExternalKey.ts index f01211537..2aef5c542 100644 --- a/src/app/Models/codegen/aws/kms/ReplicaExternalKey.ts +++ b/src/app/Models/codegen/aws/kms/ReplicaExternalKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReplicaExternalKeyArgs { /* @@ -101,72 +101,72 @@ If you specify a value, it must be between `7` and `30`, inclusive. If you do no return [ new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", - "A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.", + 'bypassPolicyLockoutSafetyCheck', + 'A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "The key policy to attach to the KMS key. If you do not specify a key policy, AWS KMS attaches the [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) to the KMS key.", + 'policy', + 'The key policy to attach to the KMS key. If you do not specify a key policy, AWS KMS attaches the [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) to the KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "validTo", - "Time at which the imported key material expires. When the key material expires, AWS KMS deletes the key material and the key becomes unusable. If not specified, key material does not expire. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)", + 'validTo', + 'Time at which the imported key material expires. When the key material expires, AWS KMS deletes the key material and the key becomes unusable. If not specified, key material does not expire. Valid values: [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) (`YYYY-MM-DDTHH:MM:SSZ`)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the replica key is enabled. Disabled KMS keys cannot be used in cryptographic operations. Keys pending import can only be `false`. Imported keys default to `true` unless expired.", + 'enabled', + 'Specifies whether the replica key is enabled. Disabled KMS keys cannot be used in cryptographic operations. Keys pending import can only be `false`. Imported keys default to `true` unless expired.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyMaterialBase64", - "Base64 encoded 256-bit symmetric encryption key material to import. The KMS key is permanently associated with this key material. The same key material can be [reimported](https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material), but you cannot import different key material.", + 'keyMaterialBase64', + 'Base64 encoded 256-bit symmetric encryption key material to import. The KMS key is permanently associated with this key material. The same key material can be [reimported](https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material), but you cannot import different key material.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "primaryKeyArn", - "The ARN of the multi-Region primary key to replicate. The primary key must be in a different AWS Region of the same AWS Partition. You can create only one replica of a given primary key in each AWS Region.", + 'primaryKeyArn', + 'The ARN of the multi-Region primary key to replicate. The primary key must be in a different AWS Region of the same AWS Partition. You can create only one replica of a given primary key in each AWS Region.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the replica key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the replica key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the KMS key.", + 'description', + 'A description of the KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deletionWindowInDays", - "The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.", + 'deletionWindowInDays', + 'The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/kms/ReplicaKey.ts b/src/app/Models/codegen/aws/kms/ReplicaKey.ts index ebe8d09e5..5302ed0c6 100644 --- a/src/app/Models/codegen/aws/kms/ReplicaKey.ts +++ b/src/app/Models/codegen/aws/kms/ReplicaKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReplicaKeyArgs { /* @@ -89,56 +89,56 @@ If you specify a value, it must be between `7` and `30`, inclusive. If you do no return [ new DynamicUIProps( InputType.Bool, - "bypassPolicyLockoutSafetyCheck", - "A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.", + 'bypassPolicyLockoutSafetyCheck', + 'A flag to indicate whether to bypass the key policy lockout safety check.\nSetting this value to true increases the risk that the KMS key becomes unmanageable. Do not set this value to true indiscriminately.\nFor more information, refer to the scenario in the [Default Key Policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default-allow-root-enable-iam) section in the _AWS Key Management Service Developer Guide_.\nThe default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deletionWindowInDays", - "The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.", + 'deletionWindowInDays', + 'The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key.\nIf you specify a value, it must be between `7` and `30`, inclusive. If you do not specify a value, it defaults to `30`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the KMS key.", + 'description', + 'A description of the KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the replica key is enabled. Disabled KMS keys cannot be used in cryptographic operations. The default value is `true`.", + 'enabled', + 'Specifies whether the replica key is enabled. Disabled KMS keys cannot be used in cryptographic operations. The default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "The key policy to attach to the KMS key. If you do not specify a key policy, AWS KMS attaches the [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) to the KMS key.", + 'policy', + 'The key policy to attach to the KMS key. If you do not specify a key policy, AWS KMS attaches the [default key policy](https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default) to the KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryKeyArn", - "The ARN of the multi-Region primary key to replicate. The primary key must be in a different AWS Region of the same AWS Partition. You can create only one replica of a given primary key in each AWS Region.", + 'primaryKeyArn', + 'The ARN of the multi-Region primary key to replicate. The primary key must be in a different AWS Region of the same AWS Partition. You can create only one replica of a given primary key in each AWS Region.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the replica key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the replica key. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lakeformation/DataCellsFilter.ts b/src/app/Models/codegen/aws/lakeformation/DataCellsFilter.ts index 5b6f6b6be..fde77934f 100644 --- a/src/app/Models/codegen/aws/lakeformation/DataCellsFilter.ts +++ b/src/app/Models/codegen/aws/lakeformation/DataCellsFilter.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_DataCellsFilterTableData, lakeformation_DataCellsFilterTableData_GetTypes, -} from "../types/lakeformation_DataCellsFilterTableData"; +} from '../types/lakeformation_DataCellsFilterTableData'; import { lakeformation_DataCellsFilterTimeouts, lakeformation_DataCellsFilterTimeouts_GetTypes, -} from "../types/lakeformation_DataCellsFilterTimeouts"; +} from '../types/lakeformation_DataCellsFilterTimeouts'; export interface DataCellsFilterArgs { // Information about the data cells filter. See Table Data below for details. @@ -33,16 +33,16 @@ export class DataCellsFilter extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "tableData", - "Information about the data cells filter. See Table Data below for details.", + 'tableData', + 'Information about the data cells filter. See Table Data below for details.', () => lakeformation_DataCellsFilterTableData_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lakeformation_DataCellsFilterTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lakeformation/DataLakeSettings.ts b/src/app/Models/codegen/aws/lakeformation/DataLakeSettings.ts index f8ee14d3e..d2fdf7630 100644 --- a/src/app/Models/codegen/aws/lakeformation/DataLakeSettings.ts +++ b/src/app/Models/codegen/aws/lakeformation/DataLakeSettings.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission, lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission_GetTypes, -} from "../types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission"; +} from '../types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission'; import { lakeformation_DataLakeSettingsCreateTableDefaultPermission, lakeformation_DataLakeSettingsCreateTableDefaultPermission_GetTypes, -} from "../types/lakeformation_DataLakeSettingsCreateTableDefaultPermission"; +} from '../types/lakeformation_DataLakeSettingsCreateTableDefaultPermission'; export interface DataLakeSettingsArgs { // Set of ARNs of AWS Lake Formation principals (IAM users or roles). @@ -89,15 +89,15 @@ Whether to allow a third-party query engine to get data access credentials witho return [ new DynamicUIProps( InputType.Bool, - "allowFullTableExternalDataAccess", - "Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.\n\n> **NOTE:** Although optional, not including `admins`, `create_database_default_permissions`, `create_table_default_permissions`, and/or `trusted_resource_owners` results in the setting being cleared.", + 'allowFullTableExternalDataAccess', + 'Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.\n\n> **NOTE:** Although optional, not including `admins`, `create_database_default_permissions`, `create_table_default_permissions`, and/or `trusted_resource_owners` results in the setting being cleared.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "authorizedSessionTagValueLists", + 'authorizedSessionTagValueLists', "Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the user's role while assuming it.", () => InputType_String_GetTypes(), false, @@ -105,8 +105,8 @@ Whether to allow a third-party query engine to get data access credentials witho ), new DynamicUIProps( InputType.Array, - "createDatabaseDefaultPermissions", - "Up to three configuration blocks of principal permissions for default create database permissions. Detailed below.", + 'createDatabaseDefaultPermissions', + 'Up to three configuration blocks of principal permissions for default create database permissions. Detailed below.', () => lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission_GetTypes(), false, @@ -114,8 +114,8 @@ Whether to allow a third-party query engine to get data access credentials witho ), new DynamicUIProps( InputType.Array, - "createTableDefaultPermissions", - "Up to three configuration blocks of principal permissions for default create table permissions. Detailed below.", + 'createTableDefaultPermissions', + 'Up to three configuration blocks of principal permissions for default create table permissions. Detailed below.', () => lakeformation_DataLakeSettingsCreateTableDefaultPermission_GetTypes(), false, @@ -123,15 +123,15 @@ Whether to allow a third-party query engine to get data access credentials witho ), new DynamicUIProps( InputType.Array, - "readOnlyAdmins", - "Set of ARNs of AWS Lake Formation principals (IAM users or roles) with only view access to the resources.", + 'readOnlyAdmins', + 'Set of ARNs of AWS Lake Formation principals (IAM users or roles) with only view access to the resources.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "trustedResourceOwners", + 'trustedResourceOwners', "List of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs).", () => InputType_String_GetTypes(), false, @@ -139,32 +139,32 @@ Whether to allow a third-party query engine to get data access credentials witho ), new DynamicUIProps( InputType.Array, - "admins", - "Set of ARNs of AWS Lake Formation principals (IAM users or roles).", + 'admins', + 'Set of ARNs of AWS Lake Formation principals (IAM users or roles).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allowExternalDataFiltering", - "Whether to allow Amazon EMR clusters to access data managed by Lake Formation.", + 'allowExternalDataFiltering', + 'Whether to allow Amazon EMR clusters to access data managed by Lake Formation.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "externalDataFilteringAllowLists", - "A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.", + 'externalDataFilteringAllowLists', + 'A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, the account ID.", + 'catalogId', + 'Identifier for the Data Catalog. By default, the account ID.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lakeformation/LfTag.ts b/src/app/Models/codegen/aws/lakeformation/LfTag.ts index 1b33fba6f..189d8da12 100644 --- a/src/app/Models/codegen/aws/lakeformation/LfTag.ts +++ b/src/app/Models/codegen/aws/lakeformation/LfTag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LfTagArgs { // ID of the Data Catalog to create the tag in. If omitted, this defaults to the AWS Account ID. @@ -31,24 +31,24 @@ export class LfTag extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "values", - "List of possible values an attribute can take.", + 'values', + 'List of possible values an attribute can take.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Data Catalog to create the tag in. If omitted, this defaults to the AWS Account ID.", + 'catalogId', + 'ID of the Data Catalog to create the tag in. If omitted, this defaults to the AWS Account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "Key-name for the tag.", + 'key', + 'Key-name for the tag.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lakeformation/Permissions.ts b/src/app/Models/codegen/aws/lakeformation/Permissions.ts index 1186a4768..7e5c00b1b 100644 --- a/src/app/Models/codegen/aws/lakeformation/Permissions.ts +++ b/src/app/Models/codegen/aws/lakeformation/Permissions.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_PermissionsLfTag, lakeformation_PermissionsLfTag_GetTypes, -} from "../types/lakeformation_PermissionsLfTag"; +} from '../types/lakeformation_PermissionsLfTag'; import { lakeformation_PermissionsLfTagPolicy, lakeformation_PermissionsLfTagPolicy_GetTypes, -} from "../types/lakeformation_PermissionsLfTagPolicy"; +} from '../types/lakeformation_PermissionsLfTagPolicy'; import { lakeformation_PermissionsTableWithColumns, lakeformation_PermissionsTableWithColumns_GetTypes, -} from "../types/lakeformation_PermissionsTableWithColumns"; +} from '../types/lakeformation_PermissionsTableWithColumns'; import { lakeformation_PermissionsTable, lakeformation_PermissionsTable_GetTypes, -} from "../types/lakeformation_PermissionsTable"; +} from '../types/lakeformation_PermissionsTable'; import { lakeformation_PermissionsDataLocation, lakeformation_PermissionsDataLocation_GetTypes, -} from "../types/lakeformation_PermissionsDataLocation"; +} from '../types/lakeformation_PermissionsDataLocation'; import { lakeformation_PermissionsDataCellsFilter, lakeformation_PermissionsDataCellsFilter_GetTypes, -} from "../types/lakeformation_PermissionsDataCellsFilter"; +} from '../types/lakeformation_PermissionsDataCellsFilter'; import { lakeformation_PermissionsDatabase, lakeformation_PermissionsDatabase_GetTypes, -} from "../types/lakeformation_PermissionsDatabase"; +} from '../types/lakeformation_PermissionsDatabase'; export interface PermissionsArgs { // List of permissions granted to the principal. Valid values may include `ALL`, `ALTER`, `ASSOCIATE`, `CREATE_DATABASE`, `CREATE_TABLE`, `DATA_LOCATION_ACCESS`, `DELETE`, `DESCRIBE`, `DROP`, `INSERT`, and `SELECT`. For details on each permission, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html). @@ -133,96 +133,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "dataLocation", - "Configuration block for a data location resource. Detailed below.", + 'dataLocation', + 'Configuration block for a data location resource. Detailed below.', () => lakeformation_PermissionsDataLocation_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "catalogResource", - "Whether the permissions are to be granted for the Data Catalog. Defaults to `false`.", + 'catalogResource', + 'Whether the permissions are to be granted for the Data Catalog. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dataCellsFilter", - "Configuration block for a data cells filter resource. Detailed below.", + 'dataCellsFilter', + 'Configuration block for a data cells filter resource. Detailed below.', () => lakeformation_PermissionsDataCellsFilter_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "database", - "Configuration block for a database resource. Detailed below.", + 'database', + 'Configuration block for a database resource. Detailed below.', () => lakeformation_PermissionsDatabase_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "principal", - "Principal to be granted the permissions on the resource. Supported principals include `IAM_ALLOWED_PRINCIPALS` (see Default Behavior and `IAMAllowedPrincipals` above), IAM roles, users, groups, SAML groups and users, QuickSight groups, OUs, and organizations as well as AWS account IDs for cross-account permissions. For more information, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).\n\n> **NOTE:** We highly recommend that the `principal` _NOT_ be a Lake Formation administrator (granted using `aws.lakeformation.DataLakeSettings`). The entity (e.g., IAM role) running the deployment will most likely need to be a Lake Formation administrator. As such, the entity will have implicit permissions and does not need permissions granted through this resource.\n\nOne of the following is required:", + 'principal', + 'Principal to be granted the permissions on the resource. Supported principals include `IAM_ALLOWED_PRINCIPALS` (see Default Behavior and `IAMAllowedPrincipals` above), IAM roles, users, groups, SAML groups and users, QuickSight groups, OUs, and organizations as well as AWS account IDs for cross-account permissions. For more information, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).\n\n> **NOTE:** We highly recommend that the `principal` _NOT_ be a Lake Formation administrator (granted using `aws.lakeformation.DataLakeSettings`). The entity (e.g., IAM role) running the deployment will most likely need to be a Lake Formation administrator. As such, the entity will have implicit permissions and does not need permissions granted through this resource.\n\nOne of the following is required:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "tableWithColumns", - "Configuration block for a table with columns resource. Detailed below.\n\nThe following arguments are optional:", + 'tableWithColumns', + 'Configuration block for a table with columns resource. Detailed below.\n\nThe following arguments are optional:', () => lakeformation_PermissionsTableWithColumns_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions granted to the principal. Valid values may include `ALL`, `ALTER`, `ASSOCIATE`, `CREATE_DATABASE`, `CREATE_TABLE`, `DATA_LOCATION_ACCESS`, `DELETE`, `DESCRIBE`, `DROP`, `INSERT`, and `SELECT`. For details on each permission, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).", + 'permissions', + 'List of permissions granted to the principal. Valid values may include `ALL`, `ALTER`, `ASSOCIATE`, `CREATE_DATABASE`, `CREATE_TABLE`, `DATA_LOCATION_ACCESS`, `DELETE`, `DESCRIBE`, `DROP`, `INSERT`, and `SELECT`. For details on each permission, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "table", - "Configuration block for a table resource. Detailed below.", + 'table', + 'Configuration block for a table resource. Detailed below.', () => lakeformation_PermissionsTable_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "lfTag", - "Configuration block for an LF-tag resource. Detailed below.", + 'lfTag', + 'Configuration block for an LF-tag resource. Detailed below.', () => lakeformation_PermissionsLfTag_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "lfTagPolicy", - "Configuration block for an LF-tag policy resource. Detailed below.", + 'lfTagPolicy', + 'Configuration block for an LF-tag policy resource. Detailed below.', () => lakeformation_PermissionsLfTagPolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.", + 'catalogId', + 'Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "permissionsWithGrantOptions", - "Subset of `permissions` which the principal can pass.", + 'permissionsWithGrantOptions', + 'Subset of `permissions` which the principal can pass.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/lakeformation/Resource.ts b/src/app/Models/codegen/aws/lakeformation/Resource.ts index d28bff4ca..444302567 100644 --- a/src/app/Models/codegen/aws/lakeformation/Resource.ts +++ b/src/app/Models/codegen/aws/lakeformation/Resource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceArgs { /* @@ -62,40 +62,40 @@ Flag to enable AWS LakeFormation hybrid access permission mode. return [ new DynamicUIProps( InputType.String, - "arn", - "Amazon Resource Name (ARN) of the resource.\n\nThe following arguments are optional:", + 'arn', + 'Amazon Resource Name (ARN) of the resource.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "hybridAccessEnabled", - "Flag to enable AWS LakeFormation hybrid access permission mode.\n\n> **NOTE:** AWS does not support registering an S3 location with an IAM role and subsequently updating the S3 location registration to a service-linked role.", + 'hybridAccessEnabled', + 'Flag to enable AWS LakeFormation hybrid access permission mode.\n\n> **NOTE:** AWS does not support registering an S3 location with an IAM role and subsequently updating the S3 location registration to a service-linked role.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "Role that has read/write access to the resource.", + 'roleArn', + 'Role that has read/write access to the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "useServiceLinkedRole", - "Designates an AWS Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog.", + 'useServiceLinkedRole', + 'Designates an AWS Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "withFederation", - "", + 'withFederation', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lakeformation/ResourceLfTag.ts b/src/app/Models/codegen/aws/lakeformation/ResourceLfTag.ts index 76838b20d..3d7034b65 100644 --- a/src/app/Models/codegen/aws/lakeformation/ResourceLfTag.ts +++ b/src/app/Models/codegen/aws/lakeformation/ResourceLfTag.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_ResourceLfTagTimeouts, lakeformation_ResourceLfTagTimeouts_GetTypes, -} from "../types/lakeformation_ResourceLfTagTimeouts"; +} from '../types/lakeformation_ResourceLfTagTimeouts'; import { lakeformation_ResourceLfTagDatabase, lakeformation_ResourceLfTagDatabase_GetTypes, -} from "../types/lakeformation_ResourceLfTagDatabase"; +} from '../types/lakeformation_ResourceLfTagDatabase'; import { lakeformation_ResourceLfTagLfTag, lakeformation_ResourceLfTagLfTag_GetTypes, -} from "../types/lakeformation_ResourceLfTagLfTag"; +} from '../types/lakeformation_ResourceLfTagLfTag'; import { lakeformation_ResourceLfTagTable, lakeformation_ResourceLfTagTable_GetTypes, -} from "../types/lakeformation_ResourceLfTagTable"; +} from '../types/lakeformation_ResourceLfTagTable'; import { lakeformation_ResourceLfTagTableWithColumns, lakeformation_ResourceLfTagTableWithColumns_GetTypes, -} from "../types/lakeformation_ResourceLfTagTableWithColumns"; +} from '../types/lakeformation_ResourceLfTagTableWithColumns'; export interface ResourceLfTagArgs { // Configuration block for a table resource. See Table for more details. @@ -85,48 +85,48 @@ Exactly one of the following is required: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lakeformation_ResourceLfTagTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.", + 'catalogId', + 'Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "database", - "Configuration block for a database resource. See Database for more details.", + 'database', + 'Configuration block for a database resource. See Database for more details.', () => lakeformation_ResourceLfTagDatabase_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lfTag", - "Set of LF-tags to attach to the resource. See LF Tag for more details.\n\nExactly one of the following is required:", + 'lfTag', + 'Set of LF-tags to attach to the resource. See LF Tag for more details.\n\nExactly one of the following is required:', () => lakeformation_ResourceLfTagLfTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "table", - "Configuration block for a table resource. See Table for more details.", + 'table', + 'Configuration block for a table resource. See Table for more details.', () => lakeformation_ResourceLfTagTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tableWithColumns", - "Configuration block for a table with columns resource. See Table With Columns for more details.\n\nThe following arguments are optional:", + 'tableWithColumns', + 'Configuration block for a table with columns resource. See Table With Columns for more details.\n\nThe following arguments are optional:', () => lakeformation_ResourceLfTagTableWithColumns_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lakeformation/ResourceLfTags.ts b/src/app/Models/codegen/aws/lakeformation/ResourceLfTags.ts index c7ff73bbb..95c4d1a8e 100644 --- a/src/app/Models/codegen/aws/lakeformation/ResourceLfTags.ts +++ b/src/app/Models/codegen/aws/lakeformation/ResourceLfTags.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_ResourceLfTagsDatabase, lakeformation_ResourceLfTagsDatabase_GetTypes, -} from "../types/lakeformation_ResourceLfTagsDatabase"; +} from '../types/lakeformation_ResourceLfTagsDatabase'; import { lakeformation_ResourceLfTagsLfTag, lakeformation_ResourceLfTagsLfTag_GetTypes, -} from "../types/lakeformation_ResourceLfTagsLfTag"; +} from '../types/lakeformation_ResourceLfTagsLfTag'; import { lakeformation_ResourceLfTagsTable, lakeformation_ResourceLfTagsTable_GetTypes, -} from "../types/lakeformation_ResourceLfTagsTable"; +} from '../types/lakeformation_ResourceLfTagsTable'; import { lakeformation_ResourceLfTagsTableWithColumns, lakeformation_ResourceLfTagsTableWithColumns_GetTypes, -} from "../types/lakeformation_ResourceLfTagsTableWithColumns"; +} from '../types/lakeformation_ResourceLfTagsTableWithColumns'; export interface ResourceLfTagsArgs { // Configuration block for a database resource. See below. @@ -75,40 +75,40 @@ Exactly one of the following is required: return [ new DynamicUIProps( InputType.Array, - "lfTags", - "Set of LF-tags to attach to the resource. See below.\n\nExactly one of the following is required:", + 'lfTags', + 'Set of LF-tags to attach to the resource. See below.\n\nExactly one of the following is required:', () => lakeformation_ResourceLfTagsLfTag_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "table", - "Configuration block for a table resource. See below.", + 'table', + 'Configuration block for a table resource. See below.', () => lakeformation_ResourceLfTagsTable_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "tableWithColumns", - "Configuration block for a table with columns resource. See below.\n\nThe following arguments are optional:", + 'tableWithColumns', + 'Configuration block for a table with columns resource. See below.\n\nThe following arguments are optional:', () => lakeformation_ResourceLfTagsTableWithColumns_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.", + 'catalogId', + 'Identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "database", - "Configuration block for a database resource. See below.", + 'database', + 'Configuration block for a database resource. See below.', () => lakeformation_ResourceLfTagsDatabase_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/lambda/Alias.ts b/src/app/Models/codegen/aws/lambda/Alias.ts index f02a56aae..c0511a0b0 100644 --- a/src/app/Models/codegen/aws/lambda/Alias.ts +++ b/src/app/Models/codegen/aws/lambda/Alias.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_AliasRoutingConfig, lambda_AliasRoutingConfig_GetTypes, -} from "../types/lambda_AliasRoutingConfig"; +} from '../types/lambda_AliasRoutingConfig'; export interface AliasArgs { // The Lambda alias' route configuration settings. Fields documented below @@ -53,7 +53,7 @@ export class Alias extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "routingConfig", + 'routingConfig', "The Lambda alias' route configuration settings. Fields documented below", () => lambda_AliasRoutingConfig_GetTypes(), false, @@ -61,32 +61,32 @@ export class Alias extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "Description of the alias.", + 'description', + 'Description of the alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "functionName", - "Lambda Function name or ARN.", + 'functionName', + 'Lambda Function name or ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "functionVersion", - "Lambda function version for which you are creating the alias. Pattern: `(\\$LATEST|[0-9]+)`.", + 'functionVersion', + 'Lambda function version for which you are creating the alias. Pattern: `(\\$LATEST|[0-9]+)`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the alias you are creating. Pattern: `(?!^[0-9]+$)([a-zA-Z0-9-_]+)`", + 'name', + 'Name for the alias you are creating. Pattern: `(?!^[0-9]+$)([a-zA-Z0-9-_]+)`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lambda/CallbackFunction.ts b/src/app/Models/codegen/aws/lambda/CallbackFunction.ts index 58dabdd87..50532d00a 100644 --- a/src/app/Models/codegen/aws/lambda/CallbackFunction.ts +++ b/src/app/Models/codegen/aws/lambda/CallbackFunction.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_Runtime, lambda_Runtime_GetTypes, -} from "../types/lambda_Runtime"; +} from '../types/lambda_Runtime'; import { lambda_FunctionLoggingConfig, lambda_FunctionLoggingConfig_GetTypes, -} from "../types/lambda_FunctionLoggingConfig"; +} from '../types/lambda_FunctionLoggingConfig'; import { lambda_FunctionEnvironment, lambda_FunctionEnvironment_GetTypes, -} from "../types/lambda_FunctionEnvironment"; +} from '../types/lambda_FunctionEnvironment'; import { lambda_FunctionTracingConfig, lambda_FunctionTracingConfig_GetTypes, -} from "../types/lambda_FunctionTracingConfig"; +} from '../types/lambda_FunctionTracingConfig'; import { lambda_FunctionFileSystemConfig, lambda_FunctionFileSystemConfig_GetTypes, -} from "../types/lambda_FunctionFileSystemConfig"; +} from '../types/lambda_FunctionFileSystemConfig'; import { lambda_FunctionSnapStart, lambda_FunctionSnapStart_GetTypes, -} from "../types/lambda_FunctionSnapStart"; +} from '../types/lambda_FunctionSnapStart'; import { lambda_FunctionDeadLetterConfig, lambda_FunctionDeadLetterConfig_GetTypes, -} from "../types/lambda_FunctionDeadLetterConfig"; +} from '../types/lambda_FunctionDeadLetterConfig'; import { lambda_CodePathOptions, lambda_CodePathOptions_GetTypes, -} from "../types/lambda_CodePathOptions"; +} from '../types/lambda_CodePathOptions'; import { lambda_FunctionEphemeralStorage, lambda_FunctionEphemeralStorage_GetTypes, -} from "../types/lambda_FunctionEphemeralStorage"; +} from '../types/lambda_FunctionEphemeralStorage'; import { lambda_FunctionVpcConfig, lambda_FunctionVpcConfig_GetTypes, -} from "../types/lambda_FunctionVpcConfig"; +} from '../types/lambda_FunctionVpcConfig'; import { lambda_FunctionImageConfig, lambda_FunctionImageConfig_GetTypes, -} from "../types/lambda_FunctionImageConfig"; +} from '../types/lambda_FunctionImageConfig'; export interface CallbackFunctionArgs { // The Lambda runtime to use. If not provided, will default to `NodeJS20dX`. @@ -317,47 +317,47 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur return [ new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Pulumi state.", + 'skipDestroy', + 'Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Pulumi state.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key. If this configuration is provided when environment variables are not in use, the AWS Lambda API does not save this configuration and the provider will show a perpetual difference of adding the key. To fix the perpetual difference, remove this configuration.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key. If this configuration is provided when environment variables are not in use, the AWS Lambda API does not save this configuration and the provider will show a perpetual difference of adding the key. To fix the perpetual difference, remove this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Amount of time your Lambda Function has to run in seconds. Defaults to `3`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html).", + 'timeout', + 'Amount of time your Lambda Function has to run in seconds. Defaults to `3`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "imageConfig", - "Configuration block. Detailed below.", + 'imageConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "callback", - "The Javascript function to use as the entrypoint for the AWS Lambda out of. Either callback or callbackFactory must be provided.", + 'callback', + 'The Javascript function to use as the entrypoint for the AWS Lambda out of. Either callback or callbackFactory must be provided.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3ObjectVersion", + 's3ObjectVersion', "Object version containing the function's deployment package. Conflicts with `filename` and `image_uri`.", () => [], false, @@ -365,31 +365,31 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "description", - "Description of what your Lambda Function does.", + 'description', + 'Description of what your Lambda Function does.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Configuration block used to specify advanced logging settings. Detailed below.", + 'loggingConfig', + 'Configuration block used to specify advanced logging settings. Detailed below.', () => lambda_FunctionLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ephemeralStorage", - "The amount of Ephemeral storage(`/tmp`) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of `512`MB. Detailed below.", + 'ephemeralStorage', + 'The amount of Ephemeral storage(`/tmp`) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of `512`MB. Detailed below.', () => lambda_FunctionEphemeralStorage_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "replacementSecurityGroupIds", + 'replacementSecurityGroupIds', "List of security group IDs to assign to the function's VPC configuration prior to destruction.\n`replace_security_groups_on_destroy` must be set to `true` to use this attribute.", () => InputType_String_GetTypes(), false, @@ -397,31 +397,31 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Array, - "policies", - "A list of IAM policy ARNs to attach to the Function. Only one of `role` or `policies` can be provided. If neither is provided, the default policies will be used instead.", + 'policies', + 'A list of IAM policy ARNs to attach to the Function. Only one of `role` or `policies` can be provided. If neither is provided, the default policies will be used instead.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "reservedConcurrentExecutions", - "Amount of reserved concurrent executions for this lambda function. A value of `0` disables lambda from being triggered and `-1` removes any concurrency limitations. Defaults to Unreserved Concurrency Limits `-1`. See [Managing Concurrency](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html)", + 'reservedConcurrentExecutions', + 'Amount of reserved concurrent executions for this lambda function. A value of `0` disables lambda from being triggered and `-1` removes any concurrency limitations. Defaults to Unreserved Concurrency Limits `-1`. See [Managing Concurrency](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html)', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "runtime", - "The Lambda runtime to use. If not provided, will default to `NodeJS20dX`.", + 'runtime', + 'The Lambda runtime to use. If not provided, will default to `NodeJS20dX`.', () => lambda_Runtime_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3Key", + 's3Key', "S3 key of an object containing the function's deployment package. When `s3_bucket` is set, `s3_key` is required.", () => [], false, @@ -429,15 +429,15 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "sourceCodeHash", - "Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.", + 'sourceCodeHash', + 'Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "role", + 'role', "The execution role for the Lambda Function. The role provides the function's identity and access to AWS services and resources. Only one of `role` or `policies` can be provided. If neither is provided, the default policies will be used instead.", () => [], false, @@ -445,39 +445,39 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "layers", - "List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. See [Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)", + 'layers', + 'List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. See [Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fileSystemConfig", - "Configuration block. Detailed below.", + 'fileSystemConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionFileSystemConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "snapStart", - "Snap start settings block. Detailed below.", + 'snapStart', + 'Snap start settings block. Detailed below.', () => lambda_FunctionSnapStart_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "architectures", + 'architectures', 'Instruction set architecture for your Lambda function. Valid values are `["x86_64"]` and `["arm64"]`. Default is `["x86_64"]`. Removing this attribute, function\'s architecture stay the same.', () => InputType_String_GetTypes(), false, @@ -485,55 +485,55 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "packageType", - "Lambda deployment package type. Valid values are `Zip` and `Image`. Defaults to `Zip`.", + 'packageType', + 'Lambda deployment package type. Valid values are `Zip` and `Image`. Defaults to `Zip`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "callbackFactory", - "The Javascript function that will be called to produce the callback function that is the entrypoint for the AWS Lambda. Either callback or callbackFactory must be provided.", + 'callbackFactory', + 'The Javascript function that will be called to produce the callback function that is the entrypoint for the AWS Lambda. Either callback or callbackFactory must be provided.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Configuration block. Detailed below.", + 'deadLetterConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionDeadLetterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tracingConfig", - "Configuration block. Detailed below.", + 'tracingConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionTracingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "memorySize", - "Amount of memory in MB your Lambda Function can use at runtime. Defaults to `128`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html)", + 'memorySize', + 'Amount of memory in MB your Lambda Function can use at runtime. Defaults to `128`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeSigningConfigArn", - "To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.", + 'codeSigningConfigArn', + 'To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageUri", + 'imageUri', "ECR image URI containing the function's deployment package. Exactly one of `filename`, `image_uri`, or `s3_bucket` must be specified.", () => [], false, @@ -541,39 +541,39 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "environment", - "Configuration block. Detailed below.", + 'environment', + 'Configuration block. Detailed below.', () => lambda_FunctionEnvironment_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block. Detailed below.", + 'vpcConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for your Lambda Function.", + 'name', + 'Unique name for your Lambda Function.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "publish", - "Whether to publish creation/change as new Lambda Function Version. Defaults to `false`.", + 'publish', + 'Whether to publish creation/change as new Lambda Function Version. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "replaceSecurityGroupsOnDestroy", + 'replaceSecurityGroupsOnDestroy', "Whether to replace the security groups on the function's VPC configuration prior to destruction.\nRemoving these security group associations prior to function destruction can speed up security group deletion times of AWS's internal cleanup operations.\nBy default, the security groups will be replaced with the `default` security group in the function's configured VPC.\nSet the `replacement_security_group_ids` attribute to use a custom list of security groups for replacement.", () => [], false, @@ -581,7 +581,7 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "s3Bucket", + 's3Bucket', "S3 bucket location containing the function's deployment package. This bucket must reside in the same AWS region where you are creating the Lambda function. Exactly one of `filename`, `image_uri`, or `s3_bucket` must be specified. When `s3_bucket` is set, `s3_key` is required.", () => [], false, @@ -589,8 +589,8 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "codePathOptions", - "Options to control which paths/packages should be included or excluded in the zip file containing the code for the AWS lambda.", + 'codePathOptions', + 'Options to control which paths/packages should be included or excluded in the zip file containing the code for the AWS lambda.', () => lambda_CodePathOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lambda/CodeSigningConfig.ts b/src/app/Models/codegen/aws/lambda/CodeSigningConfig.ts index 1c376b3a1..a8401e97e 100644 --- a/src/app/Models/codegen/aws/lambda/CodeSigningConfig.ts +++ b/src/app/Models/codegen/aws/lambda/CodeSigningConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_CodeSigningConfigAllowedPublishers, lambda_CodeSigningConfigAllowedPublishers_GetTypes, -} from "../types/lambda_CodeSigningConfigAllowedPublishers"; +} from '../types/lambda_CodeSigningConfigAllowedPublishers'; import { lambda_CodeSigningConfigPolicies, lambda_CodeSigningConfigPolicies_GetTypes, -} from "../types/lambda_CodeSigningConfigPolicies"; +} from '../types/lambda_CodeSigningConfigPolicies'; export interface CodeSigningConfigArgs { // A configuration block of allowed publishers as signing profiles for this code signing configuration. Detailed below. @@ -48,24 +48,24 @@ export class CodeSigningConfig extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "allowedPublishers", - "A configuration block of allowed publishers as signing profiles for this code signing configuration. Detailed below.", + 'allowedPublishers', + 'A configuration block of allowed publishers as signing profiles for this code signing configuration. Detailed below.', () => lambda_CodeSigningConfigAllowedPublishers_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Descriptive name for this code signing configuration.", + 'description', + 'Descriptive name for this code signing configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "policies", - "A configuration block of code signing policies that define the actions to take if the validation checks fail. Detailed below.", + 'policies', + 'A configuration block of code signing policies that define the actions to take if the validation checks fail. Detailed below.', () => lambda_CodeSigningConfigPolicies_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lambda/EventSourceMapping.ts b/src/app/Models/codegen/aws/lambda/EventSourceMapping.ts index c9da4219d..426cb5220 100644 --- a/src/app/Models/codegen/aws/lambda/EventSourceMapping.ts +++ b/src/app/Models/codegen/aws/lambda/EventSourceMapping.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_EventSourceMappingFilterCriteria, lambda_EventSourceMappingFilterCriteria_GetTypes, -} from "../types/lambda_EventSourceMappingFilterCriteria"; +} from '../types/lambda_EventSourceMappingFilterCriteria'; import { lambda_EventSourceMappingSourceAccessConfiguration, lambda_EventSourceMappingSourceAccessConfiguration_GetTypes, -} from "../types/lambda_EventSourceMappingSourceAccessConfiguration"; +} from '../types/lambda_EventSourceMappingSourceAccessConfiguration'; import { lambda_EventSourceMappingScalingConfig, lambda_EventSourceMappingScalingConfig_GetTypes, -} from "../types/lambda_EventSourceMappingScalingConfig"; +} from '../types/lambda_EventSourceMappingScalingConfig'; import { lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig, lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig_GetTypes, -} from "../types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig"; +} from '../types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig'; import { lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig, lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig_GetTypes, -} from "../types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig"; +} from '../types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig'; import { lambda_EventSourceMappingDocumentDbEventSourceConfig, lambda_EventSourceMappingDocumentDbEventSourceConfig_GetTypes, -} from "../types/lambda_EventSourceMappingDocumentDbEventSourceConfig"; +} from '../types/lambda_EventSourceMappingDocumentDbEventSourceConfig'; import { lambda_EventSourceMappingSelfManagedEventSource, lambda_EventSourceMappingSelfManagedEventSource_GetTypes, -} from "../types/lambda_EventSourceMappingSelfManagedEventSource"; +} from '../types/lambda_EventSourceMappingSelfManagedEventSource'; import { lambda_EventSourceMappingDestinationConfig, lambda_EventSourceMappingDestinationConfig_GetTypes, -} from "../types/lambda_EventSourceMappingDestinationConfig"; +} from '../types/lambda_EventSourceMappingDestinationConfig'; export interface EventSourceMappingArgs { // The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria. @@ -207,39 +207,39 @@ export class EventSourceMapping extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "filterCriteria", - "The criteria to use for [event filtering](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html) Kinesis stream, DynamoDB stream, SQS queue event sources. Detailed below.", + 'filterCriteria', + 'The criteria to use for [event filtering](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html) Kinesis stream, DynamoDB stream, SQS queue event sources. Detailed below.', () => lambda_EventSourceMappingFilterCriteria_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceAccessConfigurations", - "For Self Managed Kafka sources, the access configuration for the source. If set, configuration must also include `self_managed_event_source`. Detailed below.", + 'sourceAccessConfigurations', + 'For Self Managed Kafka sources, the access configuration for the source. If set, configuration must also include `self_managed_event_source`. Detailed below.', () => lambda_EventSourceMappingSourceAccessConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The largest number of records that Lambda will retrieve from your event source at the time of invocation. Defaults to `100` for DynamoDB, Kinesis, MQ and MSK, `10` for SQS.", + 'batchSize', + 'The largest number of records that Lambda will retrieve from your event source at the time of invocation. Defaults to `100` for DynamoDB, Kinesis, MQ and MSK, `10` for SQS.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "- (Optional) The maximum number of times to retry when the function returns an error. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of -1 (forever), maximum of 10000.", + 'maximumRetryAttempts', + '- (Optional) The maximum number of times to retry when the function returns an error. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of -1 (forever), maximum of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "amazonManagedKafkaEventSourceConfig", + 'amazonManagedKafkaEventSourceConfig', 'Additional configuration block for Amazon Managed Kafka sources. Incompatible with "self_managed_event_source" and "self_managed_kafka_event_source_config". Detailed below.', () => lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig_GetTypes(), @@ -248,95 +248,95 @@ export class EventSourceMapping extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "maximumRecordAgeInSeconds", - "- (Optional) The maximum age of a record that Lambda sends to a function for processing. Only available for stream sources (DynamoDB and Kinesis). Must be either -1 (forever, and the default value) or between 60 and 604800 (inclusive).", + 'maximumRecordAgeInSeconds', + '- (Optional) The maximum age of a record that Lambda sends to a function for processing. Only available for stream sources (DynamoDB and Kinesis). Must be either -1 (forever, and the default value) or between 60 and 604800 (inclusive).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startingPosition", - "The position in the stream where AWS Lambda should start reading. Must be one of `AT_TIMESTAMP` (Kinesis only), `LATEST` or `TRIM_HORIZON` if getting events from Kinesis, DynamoDB, MSK or Self Managed Apache Kafka. Must not be provided if getting events from SQS. More information about these positions can be found in the [AWS DynamoDB Streams API Reference](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_GetShardIterator.html) and [AWS Kinesis API Reference](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType).", + 'startingPosition', + 'The position in the stream where AWS Lambda should start reading. Must be one of `AT_TIMESTAMP` (Kinesis only), `LATEST` or `TRIM_HORIZON` if getting events from Kinesis, DynamoDB, MSK or Self Managed Apache Kafka. Must not be provided if getting events from SQS. More information about these positions can be found in the [AWS DynamoDB Streams API Reference](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_GetShardIterator.html) and [AWS Kinesis API Reference](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "functionName", - "The name or the ARN of the Lambda function that will be subscribing to events.", + 'functionName', + 'The name or the ARN of the Lambda function that will be subscribing to events.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum amount of time to gather records before invoking the function, in seconds (between 0 and 300). Records will continue to buffer (or accumulate in the case of an SQS queue event source) until either `maximum_batching_window_in_seconds` expires or `batch_size` has been met. For streaming event sources, defaults to as soon as records are available in the stream. If the batch it reads from the stream/queue only has one record in it, Lambda only sends one record to the function. Only available for stream sources (DynamoDB and Kinesis) and SQS standard queues.", + 'maximumBatchingWindowInSeconds', + 'The maximum amount of time to gather records before invoking the function, in seconds (between 0 and 300). Records will continue to buffer (or accumulate in the case of an SQS queue event source) until either `maximum_batching_window_in_seconds` expires or `batch_size` has been met. For streaming event sources, defaults to as soon as records are available in the stream. If the batch it reads from the stream/queue only has one record in it, Lambda only sends one record to the function. Only available for stream sources (DynamoDB and Kinesis) and SQS standard queues.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startingPositionTimestamp", - "A timestamp in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) of the data record which to start reading when using `starting_position` set to `AT_TIMESTAMP`. If a record with this exact timestamp does not exist, the next later record is chosen. If the timestamp is older than the current trim horizon, the oldest available record is chosen.", + 'startingPositionTimestamp', + 'A timestamp in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) of the data record which to start reading when using `starting_position` set to `AT_TIMESTAMP`. If a record with this exact timestamp does not exist, the next later record is chosen. If the timestamp is older than the current trim horizon, the oldest available record is chosen.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "tumblingWindowInSeconds", - "The duration in seconds of a processing window for [AWS Lambda streaming analytics](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-windows). The range is between 1 second up to 900 seconds. Only available for stream sources (DynamoDB and Kinesis).", + 'tumblingWindowInSeconds', + 'The duration in seconds of a processing window for [AWS Lambda streaming analytics](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-windows). The range is between 1 second up to 900 seconds. Only available for stream sources (DynamoDB and Kinesis).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destinationConfig", - "- (Optional) An Amazon SQS queue, Amazon SNS topic or Amazon S3 bucket (only available for Kafka sources) destination for failed records. Only available for stream sources (DynamoDB and Kinesis) and Kafka sources (Amazon MSK and Self-managed Apache Kafka). Detailed below.", + 'destinationConfig', + '- (Optional) An Amazon SQS queue, Amazon SNS topic or Amazon S3 bucket (only available for Kafka sources) destination for failed records. Only available for stream sources (DynamoDB and Kinesis) and Kafka sources (Amazon MSK and Self-managed Apache Kafka). Detailed below.', () => lambda_EventSourceMappingDestinationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Determines if the mapping will be enabled on creation. Defaults to `true`.", + 'enabled', + 'Determines if the mapping will be enabled on creation. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scalingConfig", - "Scaling configuration of the event source. Only available for SQS queues. Detailed below.", + 'scalingConfig', + 'Scaling configuration of the event source. Only available for SQS queues. Detailed below.', () => lambda_EventSourceMappingScalingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "eventSourceArn", - "The event source ARN - this is required for Kinesis stream, DynamoDB stream, SQS queue, MQ broker, MSK cluster or DocumentDB change stream. It is incompatible with a Self Managed Kafka source.", + 'eventSourceArn', + 'The event source ARN - this is required for Kinesis stream, DynamoDB stream, SQS queue, MQ broker, MSK cluster or DocumentDB change stream. It is incompatible with a Self Managed Kafka source.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "functionResponseTypes", - "A list of current response type enums applied to the event source mapping for [AWS Lambda checkpointing](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-batchfailurereporting). Only available for SQS and stream sources (DynamoDB and Kinesis). Valid values: `ReportBatchItemFailures`.", + 'functionResponseTypes', + 'A list of current response type enums applied to the event source mapping for [AWS Lambda checkpointing](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-batchfailurereporting). Only available for SQS and stream sources (DynamoDB and Kinesis). Valid values: `ReportBatchItemFailures`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "selfManagedKafkaEventSourceConfig", + 'selfManagedKafkaEventSourceConfig', 'Additional configuration block for Self Managed Kafka sources. Incompatible with "event_source_arn" and "amazon_managed_kafka_event_source_config". Detailed below.', () => lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig_GetTypes(), @@ -345,23 +345,23 @@ export class EventSourceMapping extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "documentDbEventSourceConfig", - "- (Optional) Configuration settings for a DocumentDB event source. Detailed below.", + 'documentDbEventSourceConfig', + '- (Optional) Configuration settings for a DocumentDB event source. Detailed below.', () => lambda_EventSourceMappingDocumentDbEventSourceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "selfManagedEventSource", - "- (Optional) For Self Managed Kafka sources, the location of the self managed cluster. If set, configuration must also include `source_access_configuration`. Detailed below.", + 'selfManagedEventSource', + '- (Optional) For Self Managed Kafka sources, the location of the self managed cluster. If set, configuration must also include `source_access_configuration`. Detailed below.', () => lambda_EventSourceMappingSelfManagedEventSource_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", + 'kmsKeyArn', "The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria.", () => [], false, @@ -369,32 +369,32 @@ export class EventSourceMapping extends DS_Resource { ), new DynamicUIProps( InputType.String, - "queues", - "The name of the Amazon MQ broker destination queue to consume. Only available for MQ sources. The list must contain exactly one queue name.", + 'queues', + 'The name of the Amazon MQ broker destination queue to consume. Only available for MQ sources. The list must contain exactly one queue name.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "parallelizationFactor", - "- (Optional) The number of batches to process from each shard concurrently. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of 1, maximum of 10.", + 'parallelizationFactor', + '- (Optional) The number of batches to process from each shard concurrently. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of 1, maximum of 10.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "bisectBatchOnFunctionError", - "- (Optional) If the function returns an error, split the batch in two and retry. Only available for stream sources (DynamoDB and Kinesis). Defaults to `false`.", + 'bisectBatchOnFunctionError', + '- (Optional) If the function returns an error, split the batch in two and retry. Only available for stream sources (DynamoDB and Kinesis). Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "topics", - "The name of the Kafka topics. Only available for MSK sources. A single topic name must be specified.", + 'topics', + 'The name of the Kafka topics. Only available for MSK sources. A single topic name must be specified.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/lambda/Function.ts b/src/app/Models/codegen/aws/lambda/Function.ts index 22fbdc875..a435b468d 100644 --- a/src/app/Models/codegen/aws/lambda/Function.ts +++ b/src/app/Models/codegen/aws/lambda/Function.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_FunctionEnvironment, lambda_FunctionEnvironment_GetTypes, -} from "../types/lambda_FunctionEnvironment"; +} from '../types/lambda_FunctionEnvironment'; import { lambda_FunctionFileSystemConfig, lambda_FunctionFileSystemConfig_GetTypes, -} from "../types/lambda_FunctionFileSystemConfig"; +} from '../types/lambda_FunctionFileSystemConfig'; import { lambda_FunctionImageConfig, lambda_FunctionImageConfig_GetTypes, -} from "../types/lambda_FunctionImageConfig"; +} from '../types/lambda_FunctionImageConfig'; import { lambda_FunctionVpcConfig, lambda_FunctionVpcConfig_GetTypes, -} from "../types/lambda_FunctionVpcConfig"; +} from '../types/lambda_FunctionVpcConfig'; import { lambda_FunctionTracingConfig, lambda_FunctionTracingConfig_GetTypes, -} from "../types/lambda_FunctionTracingConfig"; +} from '../types/lambda_FunctionTracingConfig'; import { lambda_FunctionEphemeralStorage, lambda_FunctionEphemeralStorage_GetTypes, -} from "../types/lambda_FunctionEphemeralStorage"; +} from '../types/lambda_FunctionEphemeralStorage'; import { lambda_FunctionSnapStart, lambda_FunctionSnapStart_GetTypes, -} from "../types/lambda_FunctionSnapStart"; +} from '../types/lambda_FunctionSnapStart'; import { lambda_FunctionLoggingConfig, lambda_FunctionLoggingConfig_GetTypes, -} from "../types/lambda_FunctionLoggingConfig"; +} from '../types/lambda_FunctionLoggingConfig'; import { lambda_FunctionDeadLetterConfig, lambda_FunctionDeadLetterConfig_GetTypes, -} from "../types/lambda_FunctionDeadLetterConfig"; +} from '../types/lambda_FunctionDeadLetterConfig'; export interface FunctionArgs { // To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function. @@ -304,55 +304,55 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur return [ new DynamicUIProps( InputType.String, - "name", - "Unique name for your Lambda Function.", + 'name', + 'Unique name for your Lambda Function.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "handler", - "Function [entrypoint](https://docs.aws.amazon.com/lambda/latest/dg/walkthrough-custom-events-create-test-function.html) in your code.", + 'handler', + 'Function [entrypoint](https://docs.aws.amazon.com/lambda/latest/dg/walkthrough-custom-events-create-test-function.html) in your code.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block. Detailed below.", + 'vpcConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of what your Lambda Function does.", + 'description', + 'Description of what your Lambda Function does.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Amount of time your Lambda Function has to run in seconds. Defaults to `3`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html).", + 'timeout', + 'Amount of time your Lambda Function has to run in seconds. Defaults to `3`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runtime", + 'runtime', "Identifier of the function's runtime. See [Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime) for valid values.", () => [], false, @@ -360,47 +360,47 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "environment", - "Configuration block. Detailed below.", + 'environment', + 'Configuration block. Detailed below.', () => lambda_FunctionEnvironment_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceCodeHash", - "Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.", + 'sourceCodeHash', + 'Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeSigningConfigArn", - "To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.", + 'codeSigningConfigArn', + 'To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "tracingConfig", - "Configuration block. Detailed below.", + 'tracingConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionTracingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "packageType", - "Lambda deployment package type. Valid values are `Zip` and `Image`. Defaults to `Zip`.", + 'packageType', + 'Lambda deployment package type. Valid values are `Zip` and `Image`. Defaults to `Zip`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3ObjectVersion", + 's3ObjectVersion', "Object version containing the function's deployment package. Conflicts with `filename` and `image_uri`.", () => [], false, @@ -408,7 +408,7 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "s3Bucket", + 's3Bucket', "S3 bucket location containing the function's deployment package. This bucket must reside in the same AWS region where you are creating the Lambda function. Exactly one of `filename`, `image_uri`, or `s3_bucket` must be specified. When `s3_bucket` is set, `s3_key` is required.", () => [], false, @@ -416,15 +416,15 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "imageConfig", - "Configuration block. Detailed below.", + 'imageConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "replaceSecurityGroupsOnDestroy", + 'replaceSecurityGroupsOnDestroy', "Whether to replace the security groups on the function's VPC configuration prior to destruction.\nRemoving these security group associations prior to function destruction can speed up security group deletion times of AWS's internal cleanup operations.\nBy default, the security groups will be replaced with the `default` security group in the function's configured VPC.\nSet the `replacement_security_group_ids` attribute to use a custom list of security groups for replacement.", () => [], false, @@ -432,15 +432,15 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Number, - "memorySize", - "Amount of memory in MB your Lambda Function can use at runtime. Defaults to `128`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html)", + 'memorySize', + 'Amount of memory in MB your Lambda Function can use at runtime. Defaults to `128`. See [Limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "replacementSecurityGroupIds", + 'replacementSecurityGroupIds', "List of security group IDs to assign to the function's VPC configuration prior to destruction.\n`replace_security_groups_on_destroy` must be set to `true` to use this attribute.", () => InputType_String_GetTypes(), false, @@ -448,15 +448,15 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Configuration block used to specify advanced logging settings. Detailed below.", + 'loggingConfig', + 'Configuration block used to specify advanced logging settings. Detailed below.', () => lambda_FunctionLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "role", + 'role', "Amazon Resource Name (ARN) of the function's execution role. The role provides the function's identity and access to AWS services and resources.\n\nThe following arguments are optional:", () => [], true, @@ -464,15 +464,15 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key. If this configuration is provided when environment variables are not in use, the AWS Lambda API does not save this configuration and the provider will show a perpetual difference of adding the key. To fix the perpetual difference, remove this configuration.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key. If this configuration is provided when environment variables are not in use, the AWS Lambda API does not save this configuration and the provider will show a perpetual difference of adding the key. To fix the perpetual difference, remove this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "code", + 'code', "Path to the function's deployment package within the local filesystem. Exactly one of `filename`, `image_uri`, or `s3_bucket` must be specified.", () => InputType_String_GetTypes(), false, @@ -480,39 +480,39 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Object, - "fileSystemConfig", - "Configuration block. Detailed below.", + 'fileSystemConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionFileSystemConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "publish", - "Whether to publish creation/change as new Lambda Function Version. Defaults to `false`.", + 'publish', + 'Whether to publish creation/change as new Lambda Function Version. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Pulumi state.", + 'skipDestroy', + 'Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Pulumi state.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "snapStart", - "Snap start settings block. Detailed below.", + 'snapStart', + 'Snap start settings block. Detailed below.', () => lambda_FunctionSnapStart_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3Key", + 's3Key', "S3 key of an object containing the function's deployment package. When `s3_bucket` is set, `s3_key` is required.", () => [], false, @@ -520,23 +520,23 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Array, - "layers", - "List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. See [Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)", + 'layers', + 'List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. See [Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ephemeralStorage", - "The amount of Ephemeral storage(`/tmp`) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of `512`MB. Detailed below.", + 'ephemeralStorage', + 'The amount of Ephemeral storage(`/tmp`) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of `512`MB. Detailed below.', () => lambda_FunctionEphemeralStorage_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "imageUri", + 'imageUri', "ECR image URI containing the function's deployment package. Exactly one of `filename`, `image_uri`, or `s3_bucket` must be specified.", () => [], false, @@ -544,7 +544,7 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Array, - "architectures", + 'architectures', 'Instruction set architecture for your Lambda function. Valid values are `["x86_64"]` and `["arm64"]`. Default is `["x86_64"]`. Removing this attribute, function\'s architecture stay the same.', () => InputType_String_GetTypes(), false, @@ -552,16 +552,16 @@ Set the `replacement_security_group_ids` attribute to use a custom list of secur ), new DynamicUIProps( InputType.Number, - "reservedConcurrentExecutions", - "Amount of reserved concurrent executions for this lambda function. A value of `0` disables lambda from being triggered and `-1` removes any concurrency limitations. Defaults to Unreserved Concurrency Limits `-1`. See [Managing Concurrency](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html)", + 'reservedConcurrentExecutions', + 'Amount of reserved concurrent executions for this lambda function. A value of `0` disables lambda from being triggered and `-1` removes any concurrency limitations. Defaults to Unreserved Concurrency Limits `-1`. See [Managing Concurrency](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html)', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Configuration block. Detailed below.", + 'deadLetterConfig', + 'Configuration block. Detailed below.', () => lambda_FunctionDeadLetterConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lambda/FunctionEventInvokeConfig.ts b/src/app/Models/codegen/aws/lambda/FunctionEventInvokeConfig.ts index fb5c2b08a..85bacab7c 100644 --- a/src/app/Models/codegen/aws/lambda/FunctionEventInvokeConfig.ts +++ b/src/app/Models/codegen/aws/lambda/FunctionEventInvokeConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_FunctionEventInvokeConfigDestinationConfig, lambda_FunctionEventInvokeConfigDestinationConfig_GetTypes, -} from "../types/lambda_FunctionEventInvokeConfigDestinationConfig"; +} from '../types/lambda_FunctionEventInvokeConfigDestinationConfig'; export interface FunctionEventInvokeConfigArgs { // Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2. @@ -55,40 +55,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "functionName", - "Name or Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier.\n\nThe following arguments are optional:", + 'functionName', + 'Name or Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maximumEventAgeInSeconds", - "Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600.", + 'maximumEventAgeInSeconds', + 'Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2.", + 'maximumRetryAttempts', + 'Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qualifier", - "Lambda Function published version, `$LATEST`, or Lambda Alias name.", + 'qualifier', + 'Lambda Function published version, `$LATEST`, or Lambda Alias name.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "destinationConfig", - "Configuration block with destination configuration. See below for details.", + 'destinationConfig', + 'Configuration block with destination configuration. See below for details.', () => lambda_FunctionEventInvokeConfigDestinationConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lambda/FunctionUrl.ts b/src/app/Models/codegen/aws/lambda/FunctionUrl.ts index 8e152e294..e5605744e 100644 --- a/src/app/Models/codegen/aws/lambda/FunctionUrl.ts +++ b/src/app/Models/codegen/aws/lambda/FunctionUrl.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_FunctionUrlCors, lambda_FunctionUrlCors_GetTypes, -} from "../types/lambda_FunctionUrlCors"; +} from '../types/lambda_FunctionUrlCors'; export interface FunctionUrlArgs { // The name (or ARN) of the Lambda function. @@ -56,23 +56,23 @@ export class FunctionUrl extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "functionName", - "The name (or ARN) of the Lambda function.", + 'functionName', + 'The name (or ARN) of the Lambda function.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "invokeMode", - "Determines how the Lambda function responds to an invocation. Valid values are `BUFFERED` (default) and `RESPONSE_STREAM`. See more in [Configuring a Lambda function to stream responses](https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html).", + 'invokeMode', + 'Determines how the Lambda function responds to an invocation. Valid values are `BUFFERED` (default) and `RESPONSE_STREAM`. See more in [Configuring a Lambda function to stream responses](https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qualifier", + 'qualifier', 'The alias name or `"$LATEST"`.', () => [], false, @@ -80,7 +80,7 @@ export class FunctionUrl extends DS_Resource { ), new DynamicUIProps( InputType.String, - "authorizationType", + 'authorizationType', 'The type of authentication that the function URL uses. Set to `"AWS_IAM"` to restrict access to authenticated IAM users only. Set to `"NONE"` to bypass IAM authentication and create a public endpoint. See the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) for more details.', () => [], true, @@ -88,8 +88,8 @@ export class FunctionUrl extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "cors", - "The [cross-origin resource sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) settings for the function URL. Documented below.", + 'cors', + 'The [cross-origin resource sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) settings for the function URL. Documented below.', () => lambda_FunctionUrlCors_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lambda/Invocation.ts b/src/app/Models/codegen/aws/lambda/Invocation.ts index ed8de89ef..b4a29137e 100644 --- a/src/app/Models/codegen/aws/lambda/Invocation.ts +++ b/src/app/Models/codegen/aws/lambda/Invocation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InvocationArgs { /* @@ -60,48 +60,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "qualifier", - "Qualifier (i.e., version) of the lambda function. Defaults to `$LATEST`.", + 'qualifier', + 'Qualifier (i.e., version) of the lambda function. Defaults to `$LATEST`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "terraformKey", - "", + 'terraformKey', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "triggers", - "Map of arbitrary keys and values that, when changed, will trigger a re-invocation.", + 'triggers', + 'Map of arbitrary keys and values that, when changed, will trigger a re-invocation.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "functionName", - "Name of the lambda function.", + 'functionName', + 'Name of the lambda function.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "input", - "JSON payload to the lambda function.\n\nThe following arguments are optional:", + 'input', + 'JSON payload to the lambda function.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lifecycleScope", - "Lifecycle scope of the resource to manage. Valid values are `CREATE_ONLY` and `CRUD`. Defaults to `CREATE_ONLY`. `CREATE_ONLY` will invoke the function only on creation or replacement. `CRUD` will invoke the function on each lifecycle event, and augment the input JSON payload with additional lifecycle information.", + 'lifecycleScope', + 'Lifecycle scope of the resource to manage. Valid values are `CREATE_ONLY` and `CRUD`. Defaults to `CREATE_ONLY`. `CREATE_ONLY` will invoke the function only on creation or replacement. `CRUD` will invoke the function on each lifecycle event, and augment the input JSON payload with additional lifecycle information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lambda/LayerVersion.ts b/src/app/Models/codegen/aws/lambda/LayerVersion.ts index a14d0d86d..7660ddfb9 100644 --- a/src/app/Models/codegen/aws/lambda/LayerVersion.ts +++ b/src/app/Models/codegen/aws/lambda/LayerVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LayerVersionArgs { // License info for your Lambda Layer. See [License Info](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-LicenseInfo). @@ -111,55 +111,55 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "compatibleArchitectures", - "List of [Architectures](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-CompatibleArchitectures) this layer is compatible with. Currently `x86_64` and `arm64` can be specified.", + 'compatibleArchitectures', + 'List of [Architectures](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-CompatibleArchitectures) this layer is compatible with. Currently `x86_64` and `arm64` can be specified.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of what your Lambda Layer does.", + 'description', + 'Description of what your Lambda Layer does.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "layerName", - "Unique name for your Lambda Layer\n\nThe following arguments are optional:", + 'layerName', + 'Unique name for your Lambda Layer\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceCodeHash", - "Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.", + 'sourceCodeHash', + 'Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either `filename` or `s3_key`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "compatibleRuntimes", - "List of [Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-CompatibleRuntimes) this layer is compatible with. Up to 15 runtimes can be specified.", + 'compatibleRuntimes', + 'List of [Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-CompatibleRuntimes) this layer is compatible with. Up to 15 runtimes can be specified.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "licenseInfo", - "License info for your Lambda Layer. See [License Info](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-LicenseInfo).", + 'licenseInfo', + 'License info for your Lambda Layer. See [License Info](https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html#SSS-PublishLayerVersion-request-LicenseInfo).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3Key", + 's3Key', "S3 key of an object containing the function's deployment package. Conflicts with `filename`.", () => [], false, @@ -167,7 +167,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "s3ObjectVersion", + 's3ObjectVersion', "Object version containing the function's deployment package. Conflicts with `filename`.", () => [], false, @@ -175,15 +175,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Whether to retain the old version of a previously deployed Lambda Layer. Default is `false`. When this is not set to `true`, changing any of `compatible_architectures`, `compatible_runtimes`, `description`, `filename`, `layer_name`, `license_info`, `s3_bucket`, `s3_key`, `s3_object_version`, or `source_code_hash` forces deletion of the existing layer version and creation of a new layer version.", + 'skipDestroy', + 'Whether to retain the old version of a previously deployed Lambda Layer. Default is `false`. When this is not set to `true`, changing any of `compatible_architectures`, `compatible_runtimes`, `description`, `filename`, `layer_name`, `license_info`, `s3_bucket`, `s3_key`, `s3_object_version`, or `source_code_hash` forces deletion of the existing layer version and creation of a new layer version.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3Bucket", + 's3Bucket', "S3 bucket location containing the function's deployment package. Conflicts with `filename`. This bucket must reside in the same AWS region where you are creating the Lambda function.", () => [], false, @@ -191,7 +191,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "code", + 'code', "Path to the function's deployment package within the local filesystem. If defined, The `s3_`-prefixed options cannot be used.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/lambda/LayerVersionPermission.ts b/src/app/Models/codegen/aws/lambda/LayerVersionPermission.ts index 93693698a..43923aedd 100644 --- a/src/app/Models/codegen/aws/lambda/LayerVersionPermission.ts +++ b/src/app/Models/codegen/aws/lambda/LayerVersionPermission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LayerVersionPermissionArgs { // Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation. @@ -61,56 +61,56 @@ export class LayerVersionPermission extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "layerName", - "The name or ARN of the Lambda Layer, which you want to grant access to.", + 'layerName', + 'The name or ARN of the Lambda Layer, which you want to grant access to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "organizationId", - "An identifier of AWS Organization, which should be able to use your Lambda Layer. `principal` should be equal to `*` if `organization_id` provided.", + 'organizationId', + 'An identifier of AWS Organization, which should be able to use your Lambda Layer. `principal` should be equal to `*` if `organization_id` provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "principal", - "AWS account ID which should be able to use your Lambda Layer. `*` can be used here, if you want to share your Lambda Layer widely.", + 'principal', + 'AWS account ID which should be able to use your Lambda Layer. `*` can be used here, if you want to share your Lambda Layer widely.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Whether to retain the old version of a previously deployed Lambda Layer. Default is `false`. When this is not set to `true`, changing any of `compatible_architectures`, `compatible_runtimes`, `description`, `filename`, `layer_name`, `license_info`, `s3_bucket`, `s3_key`, `s3_object_version`, or `source_code_hash` forces deletion of the existing layer version and creation of a new layer version.", + 'skipDestroy', + 'Whether to retain the old version of a previously deployed Lambda Layer. Default is `false`. When this is not set to `true`, changing any of `compatible_architectures`, `compatible_runtimes`, `description`, `filename`, `layer_name`, `license_info`, `s3_bucket`, `s3_key`, `s3_object_version`, or `source_code_hash` forces deletion of the existing layer version and creation of a new layer version.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statementId", - "The name of Lambda Layer Permission, for example `dev-account` - human readable note about what is this permission for.", + 'statementId', + 'The name of Lambda Layer Permission, for example `dev-account` - human readable note about what is this permission for.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "versionNumber", - "Version of Lambda Layer, which you want to grant access to. Note: permissions only apply to a single version of a layer.", + 'versionNumber', + 'Version of Lambda Layer, which you want to grant access to. Note: permissions only apply to a single version of a layer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "action", - "Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation.", + 'action', + 'Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lambda/Permission.ts b/src/app/Models/codegen/aws/lambda/Permission.ts index 113d31571..89197aafa 100644 --- a/src/app/Models/codegen/aws/lambda/Permission.ts +++ b/src/app/Models/codegen/aws/lambda/Permission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PermissionArgs { // The AWS Lambda action you want to allow in this statement. (e.g., `lambda:InvokeFunction`) @@ -103,88 +103,88 @@ The identifier for your organization in AWS Organizations. Use this to grant per return [ new DynamicUIProps( InputType.String, - "sourceAccount", - "This parameter is used when allowing cross-account access, or for S3 and SES. The AWS account ID (without a hyphen) of the source owner.", + 'sourceAccount', + 'This parameter is used when allowing cross-account access, or for S3 and SES. The AWS account ID (without a hyphen) of the source owner.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statementId", - "A unique statement identifier. By default generated by the provider.", + 'statementId', + 'A unique statement identifier. By default generated by the provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "action", - "The AWS Lambda action you want to allow in this statement. (e.g., `lambda:InvokeFunction`)", + 'action', + 'The AWS Lambda action you want to allow in this statement. (e.g., `lambda:InvokeFunction`)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principalOrgId", - "The identifier for your organization in AWS Organizations. Use this to grant permissions to all the AWS accounts under this organization.\n\n[1]: https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#use-aws-cli\n[2]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-control-access-using-iam-policies-to-invoke-api.html\n[3]: https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html", + 'principalOrgId', + 'The identifier for your organization in AWS Organizations. Use this to grant permissions to all the AWS accounts under this organization.\n\n[1]: https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#use-aws-cli\n[2]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-control-access-using-iam-policies-to-invoke-api.html\n[3]: https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html', () => [], false, true, ), new DynamicUIProps( InputType.String, - "qualifier", - "Query parameter to specify function version or alias name. The permission will then apply to the specific qualified ARN e.g., `arn:aws:lambda:aws-region:acct-id:function:function-name:2`", + 'qualifier', + 'Query parameter to specify function version or alias name. The permission will then apply to the specific qualified ARN e.g., `arn:aws:lambda:aws-region:acct-id:function:function-name:2`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statementIdPrefix", - "A statement identifier prefix. The provider will generate a unique suffix. Conflicts with `statement_id`.", + 'statementIdPrefix', + 'A statement identifier prefix. The provider will generate a unique suffix. Conflicts with `statement_id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceArn", - "When the principal is an AWS service, the ARN of the specific resource within that service to grant permission to.\nWithout this, any resource from `principal` will be granted permission – even if that resource is from another account.\nFor S3, this should be the ARN of the S3 Bucket.\nFor EventBridge events, this should be the ARN of the EventBridge Rule.\nFor API Gateway, this should be the ARN of the API, as described [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-control-access-using-iam-policies-to-invoke-api.html).", + 'sourceArn', + 'When the principal is an AWS service, the ARN of the specific resource within that service to grant permission to.\nWithout this, any resource from `principal` will be granted permission – even if that resource is from another account.\nFor S3, this should be the ARN of the S3 Bucket.\nFor EventBridge events, this should be the ARN of the EventBridge Rule.\nFor API Gateway, this should be the ARN of the API, as described [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-control-access-using-iam-policies-to-invoke-api.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "function", - "Name of the Lambda function whose resource policy you are updating", + 'function', + 'Name of the Lambda function whose resource policy you are updating', () => [], true, true, ), new DynamicUIProps( InputType.String, - "eventSourceToken", - "The Event Source Token to validate. Used with [Alexa Skills](https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#use-aws-cli).", + 'eventSourceToken', + 'The Event Source Token to validate. Used with [Alexa Skills](https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#use-aws-cli).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "functionUrlAuthType", - "Lambda Function URLs [authentication type](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). Valid values are: `AWS_IAM` or `NONE`. Only supported for `lambda:InvokeFunctionUrl` action.", + 'functionUrlAuthType', + 'Lambda Function URLs [authentication type](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). Valid values are: `AWS_IAM` or `NONE`. Only supported for `lambda:InvokeFunctionUrl` action.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "principal", - "The principal who is getting this permission e.g., `s3.amazonaws.com`, an AWS account ID, or AWS IAM principal, or AWS service principal such as `events.amazonaws.com` or `sns.amazonaws.com`.", + 'principal', + 'The principal who is getting this permission e.g., `s3.amazonaws.com`, an AWS account ID, or AWS IAM principal, or AWS service principal such as `events.amazonaws.com` or `sns.amazonaws.com`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lambda/ProvisionedConcurrencyConfig.ts b/src/app/Models/codegen/aws/lambda/ProvisionedConcurrencyConfig.ts index fb3e6a2e3..100a9f6aa 100644 --- a/src/app/Models/codegen/aws/lambda/ProvisionedConcurrencyConfig.ts +++ b/src/app/Models/codegen/aws/lambda/ProvisionedConcurrencyConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProvisionedConcurrencyConfigArgs { // Name or Amazon Resource Name (ARN) of the Lambda Function. @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "functionName", - "Name or Amazon Resource Name (ARN) of the Lambda Function.", + 'functionName', + 'Name or Amazon Resource Name (ARN) of the Lambda Function.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "provisionedConcurrentExecutions", - "Amount of capacity to allocate. Must be greater than or equal to `1`.", + 'provisionedConcurrentExecutions', + 'Amount of capacity to allocate. Must be greater than or equal to `1`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "qualifier", - "Lambda Function version or Lambda Alias name.\n\nThe following arguments are optional:", + 'qualifier', + 'Lambda Function version or Lambda Alias name.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Whether to retain the provisoned concurrency configuration upon destruction. Defaults to `false`. If set to `true`, the resource in simply removed from state instead.", + 'skipDestroy', + 'Whether to retain the provisoned concurrency configuration upon destruction. Defaults to `false`. If set to `true`, the resource in simply removed from state instead.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lambda/RuntimeManagementConfig.ts b/src/app/Models/codegen/aws/lambda/RuntimeManagementConfig.ts index 3e069d22b..8057f0c17 100644 --- a/src/app/Models/codegen/aws/lambda/RuntimeManagementConfig.ts +++ b/src/app/Models/codegen/aws/lambda/RuntimeManagementConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RuntimeManagementConfigArgs { /* @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "runtimeVersionArn", - "ARN of the runtime version. Only required when `update_runtime_on` is `Manual`.", + 'runtimeVersionArn', + 'ARN of the runtime version. Only required when `update_runtime_on` is `Manual`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "updateRuntimeOn", - "Runtime update mode. Valid values are `Auto`, `FunctionUpdate`, and `Manual`. When a function is created, the default mode is `Auto`.", + 'updateRuntimeOn', + 'Runtime update mode. Valid values are `Auto`, `FunctionUpdate`, and `Manual`. When a function is created, the default mode is `Auto`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "functionName", - "Name or ARN of the Lambda function.\n\nThe following arguments are optional:", + 'functionName', + 'Name or ARN of the Lambda function.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "qualifier", - "Version of the function. This can be `$LATEST` or a published version number. If omitted, this resource will manage the runtime configuration for `$LATEST`.", + 'qualifier', + 'Version of the function. This can be `$LATEST` or a published version number. If omitted, this resource will manage the runtime configuration for `$LATEST`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lb/Listener.ts b/src/app/Models/codegen/aws/lb/Listener.ts index 43bc58622..33d48488b 100644 --- a/src/app/Models/codegen/aws/lb/Listener.ts +++ b/src/app/Models/codegen/aws/lb/Listener.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerDefaultAction, lb_ListenerDefaultAction_GetTypes, -} from "../types/lb_ListenerDefaultAction"; +} from '../types/lb_ListenerDefaultAction'; import { lb_ListenerMutualAuthentication, lb_ListenerMutualAuthentication_GetTypes, -} from "../types/lb_ListenerMutualAuthentication"; +} from '../types/lb_ListenerMutualAuthentication'; export interface ListenerArgs { // ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the `aws.lb.ListenerCertificate` resource. @@ -97,72 +97,72 @@ A map of tags to assign to the resource. .If configured with a provider `default return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol for connections from clients to the load balancer. For Application Load Balancers, valid values are `HTTP` and `HTTPS`, with a default of `HTTP`. For Network Load Balancers, valid values are `TCP`, `TLS`, `UDP`, and `TCP_UDP`. Not valid to use `UDP` or `TCP_UDP` if dual-stack mode is enabled. Not valid for Gateway Load Balancers.", + 'protocol', + 'Protocol for connections from clients to the load balancer. For Application Load Balancers, valid values are `HTTP` and `HTTPS`, with a default of `HTTP`. For Network Load Balancers, valid values are `TCP`, `TLS`, `UDP`, and `TCP_UDP`. Not valid to use `UDP` or `TCP_UDP` if dual-stack mode is enabled. Not valid for Gateway Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the `aws.lb.ListenerCertificate` resource.", + 'certificateArn', + 'ARN of the default SSL server certificate. Exactly one certificate is required if the protocol is HTTPS. For adding additional SSL certificates, see the `aws.lb.ListenerCertificate` resource.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "defaultActions", - "Configuration block for default actions. Detailed below.", + 'defaultActions', + 'Configuration block for default actions. Detailed below.', () => lb_ListenerDefaultAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "alpnPolicy", - "Name of the Application-Layer Protocol Negotiation (ALPN) policy. Can be set if `protocol` is `TLS`. Valid values are `HTTP1Only`, `HTTP2Only`, `HTTP2Optional`, `HTTP2Preferred`, and `None`.", + 'alpnPolicy', + 'Name of the Application-Layer Protocol Negotiation (ALPN) policy. Can be set if `protocol` is `TLS`. Valid values are `HTTP1Only`, `HTTP2Only`, `HTTP2Optional`, `HTTP2Preferred`, and `None`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port on which the load balancer is listening. Not valid for Gateway Load Balancers.", + 'port', + 'Port on which the load balancer is listening. Not valid for Gateway Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslPolicy", - "Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`. Default is `ELBSecurityPolicy-2016-08`.", + 'sslPolicy', + 'Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`. Default is `ELBSecurityPolicy-2016-08`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerArn", - "ARN of the load balancer.\n\nThe following arguments are optional:", + 'loadBalancerArn', + 'ARN of the load balancer.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "mutualAuthentication", - "The mutual authentication configuration information. Detailed below.", + 'mutualAuthentication', + 'The mutual authentication configuration information. Detailed below.', () => lb_ListenerMutualAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE::** Please note that listeners that are attached to Application Load Balancers must use either `HTTP` or `HTTPS` protocols while listeners that are attached to Network Load Balancers must use the `TCP` protocol.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE::** Please note that listeners that are attached to Application Load Balancers must use either `HTTP` or `HTTPS` protocols while listeners that are attached to Network Load Balancers must use the `TCP` protocol.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lb/ListenerCertificate.ts b/src/app/Models/codegen/aws/lb/ListenerCertificate.ts index 504f9da21..285bbd681 100644 --- a/src/app/Models/codegen/aws/lb/ListenerCertificate.ts +++ b/src/app/Models/codegen/aws/lb/ListenerCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ListenerCertificateArgs { // The ARN of the certificate to attach to the listener. @@ -25,16 +25,16 @@ export class ListenerCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "listenerArn", - "The ARN of the listener to which to attach the certificate.", + 'listenerArn', + 'The ARN of the listener to which to attach the certificate.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateArn", - "The ARN of the certificate to attach to the listener.", + 'certificateArn', + 'The ARN of the certificate to attach to the listener.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lb/ListenerRule.ts b/src/app/Models/codegen/aws/lb/ListenerRule.ts index e5c91d5e8..22fab74cb 100644 --- a/src/app/Models/codegen/aws/lb/ListenerRule.ts +++ b/src/app/Models/codegen/aws/lb/ListenerRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerRuleAction, lb_ListenerRuleAction_GetTypes, -} from "../types/lb_ListenerRuleAction"; +} from '../types/lb_ListenerRuleAction'; import { lb_ListenerRuleCondition, lb_ListenerRuleCondition_GetTypes, -} from "../types/lb_ListenerRuleCondition"; +} from '../types/lb_ListenerRuleCondition'; export interface ListenerRuleArgs { // The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority. @@ -57,31 +57,31 @@ export class ListenerRule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "actions", - "An Action block. Action blocks are documented below.", + 'actions', + 'An Action block. Action blocks are documented below.', () => lb_ListenerRuleAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "conditions", - "A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.", + 'conditions', + 'A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.', () => lb_ListenerRuleCondition_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "listenerArn", - "The ARN of the listener to which to attach the rule.", + 'listenerArn', + 'The ARN of the listener to which to attach the rule.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "priority", + 'priority', "The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.", () => [], false, @@ -89,8 +89,8 @@ export class ListenerRule extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lb/LoadBalancer.ts b/src/app/Models/codegen/aws/lb/LoadBalancer.ts index d0292db04..815379819 100644 --- a/src/app/Models/codegen/aws/lb/LoadBalancer.ts +++ b/src/app/Models/codegen/aws/lb/LoadBalancer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_LoadBalancerConnectionLogs, lb_LoadBalancerConnectionLogs_GetTypes, -} from "../types/lb_LoadBalancerConnectionLogs"; +} from '../types/lb_LoadBalancerConnectionLogs'; import { lb_LoadBalancerAccessLogs, lb_LoadBalancerAccessLogs_GetTypes, -} from "../types/lb_LoadBalancerAccessLogs"; +} from '../types/lb_LoadBalancerAccessLogs'; import { lb_LoadBalancerSubnetMapping, lb_LoadBalancerSubnetMapping_GetTypes, -} from "../types/lb_LoadBalancerSubnetMapping"; +} from '../types/lb_LoadBalancerSubnetMapping'; export interface LoadBalancerArgs { // Connection Logs block. See below. Only valid for Load Balancers of type `application`. @@ -199,208 +199,208 @@ export class LoadBalancer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "ID of the customer owned ipv4 pool to use for this load balancer.", + 'customerOwnedIpv4Pool', + 'ID of the customer owned ipv4 pool to use for this load balancer.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "idleTimeout", - "Time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.", + 'idleTimeout', + 'Time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group IDs to assign to the LB. Only valid for Load Balancers of type `application` or `network`. For load balancers of type `network` security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.", + 'securityGroups', + 'List of security group IDs to assign to the LB. Only valid for Load Balancers of type `application` or `network`. For load balancers of type `network` security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "List of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.", + 'subnets', + 'List of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableWafFailOpen", - "Whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.", + 'enableWafFailOpen', + 'Whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dropInvalidHeaderFields", - "Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.", + 'dropInvalidHeaderFields', + 'Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableHttp2", - "Whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.", + 'enableHttp2', + 'Whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified, this provider will autogenerate a name beginning with `tf-lb`.", + 'name', + 'Name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified, this provider will autogenerate a name beginning with `tf-lb`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "preserveHostHeader", - "Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.", + 'preserveHostHeader', + 'Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "xffHeaderProcessingMode", - "Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.", + 'xffHeaderProcessingMode', + 'Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "enforceSecurityGroupInboundRulesOnPrivateLinkTraffic", - "Whether inbound security group rules are enforced for traffic originating from a PrivateLink. Only valid for Load Balancers of type `network`. The possible values are `on` and `off`.", + 'enforceSecurityGroupInboundRulesOnPrivateLinkTraffic', + 'Whether inbound security group rules are enforced for traffic originating from a PrivateLink. Only valid for Load Balancers of type `network`. The possible values are `on` and `off`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "internal", - "If true, the LB will be internal. Defaults to `false`.", + 'internal', + 'If true, the LB will be internal. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "desyncMitigationMode", - "How the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.", + 'desyncMitigationMode', + 'How the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableCrossZoneLoadBalancing", - "If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.", + 'enableCrossZoneLoadBalancing', + 'If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "connectionLogs", - "Connection Logs block. See below. Only valid for Load Balancers of type `application`.", + 'connectionLogs', + 'Connection Logs block. See below. Only valid for Load Balancers of type `application`.', () => lb_LoadBalancerConnectionLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableDeletionProtection", - "If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.", + 'enableDeletionProtection', + 'If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "clientKeepAlive", - "Client keep alive value in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.", + 'clientKeepAlive', + 'Client keep alive value in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "Type of IP addresses used by the subnets for your load balancer. The possible values depend upon the load balancer type: `ipv4` (all load balancer types), `dualstack` (all load balancer types), and `dualstack-without-public-ipv4` (type `application` only).", + 'ipAddressType', + 'Type of IP addresses used by the subnets for your load balancer. The possible values depend upon the load balancer type: `ipv4` (all load balancer types), `dualstack` (all load balancer types), and `dualstack-without-public-ipv4` (type `application` only).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accessLogs", - "Access Logs block. See below.", + 'accessLogs', + 'Access Logs block. See below.', () => lb_LoadBalancerAccessLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dnsRecordClientRoutingPolicy", - "How traffic is distributed among the load balancer Availability Zones. Possible values are `any_availability_zone` (default), `availability_zone_affinity`, or `partial_availability_zone_affinity`. See [Availability Zone DNS affinity](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#zonal-dns-affinity) for additional details. Only valid for `network` type load balancers.", + 'dnsRecordClientRoutingPolicy', + 'How traffic is distributed among the load balancer Availability Zones. Possible values are `any_availability_zone` (default), `availability_zone_affinity`, or `partial_availability_zone_affinity`. See [Availability Zone DNS affinity](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#zonal-dns-affinity) for additional details. Only valid for `network` type load balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerType", - "Type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.", + 'loadBalancerType', + 'Type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetMappings", - "Subnet mapping block. See below. For Load Balancers of type `network` subnet mappings can only be added.", + 'subnetMappings', + 'Subnet mapping block. See below. For Load Balancers of type `network` subnet mappings can only be added.', () => lb_LoadBalancerSubnetMapping_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableTlsVersionAndCipherSuiteHeaders", - "Whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`", + 'enableTlsVersionAndCipherSuiteHeaders', + 'Whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableXffClientPort", - "Whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.", + 'enableXffClientPort', + 'Whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lb/TargetGroup.ts b/src/app/Models/codegen/aws/lb/TargetGroup.ts index 95e19cddd..fceacaeca 100644 --- a/src/app/Models/codegen/aws/lb/TargetGroup.ts +++ b/src/app/Models/codegen/aws/lb/TargetGroup.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_TargetGroupHealthCheck, lb_TargetGroupHealthCheck_GetTypes, -} from "../types/lb_TargetGroupHealthCheck"; +} from '../types/lb_TargetGroupHealthCheck'; import { lb_TargetGroupStickiness, lb_TargetGroupStickiness_GetTypes, -} from "../types/lb_TargetGroupStickiness"; +} from '../types/lb_TargetGroupStickiness'; import { lb_TargetGroupTargetFailover, lb_TargetGroupTargetFailover_GetTypes, -} from "../types/lb_TargetGroupTargetFailover"; +} from '../types/lb_TargetGroupTargetFailover'; import { lb_TargetGroupTargetHealthState, lb_TargetGroupTargetHealthState_GetTypes, -} from "../types/lb_TargetGroupTargetHealthState"; +} from '../types/lb_TargetGroupTargetHealthState'; import { lb_TargetGroupTargetGroupHealth, lb_TargetGroupTargetGroupHealth_GetTypes, -} from "../types/lb_TargetGroupTargetGroupHealth"; +} from '../types/lb_TargetGroupTargetGroupHealth'; export interface TargetGroupArgs { // Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds. @@ -217,15 +217,15 @@ Application Load Balancers do not support the `alb` target type. return [ new DynamicUIProps( InputType.String, - "vpcId", - "Identifier of the VPC in which to create the target group. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.", + 'vpcId', + 'Identifier of the VPC in which to create the target group. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetType", + 'targetType', "Type of target that you must specify when registering targets with this target group.\nSee [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html) for supported values.\nThe default is `instance`.\n\nNote that you can't specify targets for a target group using both instance IDs and IP addresses.\n\nIf the target type is `ip`, specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.\n\nNetwork Load Balancers do not support the `lambda` target type.\n\nApplication Load Balancers do not support the `alb` target type.", () => [], false, @@ -233,159 +233,159 @@ Application Load Balancers do not support the `alb` target type. ), new DynamicUIProps( InputType.Bool, - "lambdaMultiValueHeadersEnabled", - "Whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. Only applies when `target_type` is `lambda`. Default is `false`.", + 'lambdaMultiValueHeadersEnabled', + 'Whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. Only applies when `target_type` is `lambda`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The type of IP addresses used by the target group, only supported when target type is set to `ip`. Possible values are `ipv4` or `ipv6`.", + 'ipAddressType', + 'The type of IP addresses used by the target group, only supported when target type is set to `ip`. Possible values are `ipv4` or `ipv6`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.", + 'protocol', + 'Protocol to use for routing traffic to the targets.\nShould be one of `GENEVE`, `HTTP`, `HTTPS`, `TCP`, `TCP_UDP`, `TLS`, or `UDP`.\nRequired when `target_type` is `instance`, `ip`, or `alb`.\nDoes not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "connectionTermination", - "Whether to terminate connections at the end of the deregistration timeout on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#deregistration-delay) for more information. Default is `false`.", + 'connectionTermination', + 'Whether to terminate connections at the end of the deregistration timeout on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#deregistration-delay) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.", + 'port', + 'Port on which targets receive traffic, unless overridden when registering a specific target. Required when `target_type` is `instance`, `ip` or `alb`. Does not apply when `target_type` is `lambda`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "preserveClientIp", - "Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information.", + 'preserveClientIp', + 'Whether client IP preservation is enabled. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetGroupHealth", - "Target health requirements block. See target_group_health for more information.", + 'targetGroupHealth', + 'Target health requirements block. See target_group_health for more information.', () => lb_TargetGroupTargetGroupHealth_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "slowStart", - "Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds.", + 'slowStart', + 'Amount time for targets to warm up before the load balancer sends them a full share of requests. The range is 30-900 seconds or 0 to disable. The default value is 0 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the target group. If omitted, this provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", + 'name', + 'Name of the target group. If omitted, this provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocolVersion", - "Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1", + 'protocolVersion', + 'Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "proxyProtocolV2", - "Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`.", + 'proxyProtocolV2', + 'Whether to enable support for proxy protocol v2 on Network Load Balancers. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "stickiness", - "Stickiness configuration block. Detailed below.", + 'stickiness', + 'Stickiness configuration block. Detailed below.', () => lb_TargetGroupStickiness_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetFailovers", - "Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information.", + 'targetFailovers', + 'Target failover block. Only applicable for Gateway Load Balancer target groups. See target_failover for more information.', () => lb_TargetGroupTargetFailover_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetHealthStates", - "Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information.", + 'targetHealthStates', + 'Target health state block. Only applicable for Network Load Balancer target groups when `protocol` is `TCP` or `TLS`. See target_health_state for more information.', () => lb_TargetGroupTargetHealthState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "deregistrationDelay", - "Amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.", + 'deregistrationDelay', + 'Amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "healthCheck", - "Health Check configuration block. Detailed below.", + 'healthCheck', + 'Health Check configuration block. Detailed below.', () => lb_TargetGroupHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingAlgorithmType", - "Determines how the load balancer selects targets when routing requests. Only applicable for Application Load Balancer Target Groups. The value is `round_robin`, `least_outstanding_requests`, or `weighted_random`. The default is `round_robin`.", + 'loadBalancingAlgorithmType', + 'Determines how the load balancer selects targets when routing requests. Only applicable for Application Load Balancer Target Groups. The value is `round_robin`, `least_outstanding_requests`, or `weighted_random`. The default is `round_robin`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingCrossZoneEnabled", + 'loadBalancingCrossZoneEnabled', 'Indicates whether cross zone load balancing is enabled. The value is `"true"`, `"false"` or `"use_load_balancer_configuration"`. The default is `"use_load_balancer_configuration"`.', () => [], false, @@ -393,7 +393,7 @@ Application Load Balancers do not support the `alb` target type. ), new DynamicUIProps( InputType.String, - "loadBalancingAnomalyMitigation", + 'loadBalancingAnomalyMitigation', 'Determines whether to enable target anomaly mitigation. Target anomaly mitigation is only supported by the `weighted_random` load balancing algorithm type. See [doc](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#automatic-target-weights) for more information. The value is `"on"` or `"off"`. The default is `"off"`.', () => [], false, diff --git a/src/app/Models/codegen/aws/lb/TargetGroupAttachment.ts b/src/app/Models/codegen/aws/lb/TargetGroupAttachment.ts index a9b8b288b..f7da9dc02 100644 --- a/src/app/Models/codegen/aws/lb/TargetGroupAttachment.ts +++ b/src/app/Models/codegen/aws/lb/TargetGroupAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetGroupAttachmentArgs { // The Availability Zone where the IP address of the target is to be registered. If the private IP address is outside of the VPC scope, this value must be set to `all`. @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone where the IP address of the target is to be registered. If the private IP address is outside of the VPC scope, this value must be set to `all`.", + 'availabilityZone', + 'The Availability Zone where the IP address of the target is to be registered. If the private IP address is outside of the VPC scope, this value must be set to `all`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which targets receive traffic.", + 'port', + 'The port on which targets receive traffic.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "The ARN of the target group with which to register targets.", + 'targetGroupArn', + 'The ARN of the target group with which to register targets.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetId", - "The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is `ip`, specify an IP address. If the target type is `lambda`, specify the Lambda function ARN. If the target type is `alb`, specify the ALB ARN.\n\nThe following arguments are optional:", + 'targetId', + 'The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is `ip`, specify an IP address. If the target type is `lambda`, specify the Lambda function ARN. If the target type is `alb`, specify the ALB ARN.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lb/TrustStore.ts b/src/app/Models/codegen/aws/lb/TrustStore.ts index 4d0ac4da1..8ecb4221c 100644 --- a/src/app/Models/codegen/aws/lb/TrustStore.ts +++ b/src/app/Models/codegen/aws/lb/TrustStore.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrustStoreArgs { // S3 object key holding the client certificate CA bundle. @@ -58,48 +58,48 @@ export class TrustStore extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "caCertificatesBundleS3Bucket", - "S3 Bucket name holding the client certificate CA bundle.", + 'caCertificatesBundleS3Bucket', + 'S3 Bucket name holding the client certificate CA bundle.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "caCertificatesBundleS3Key", - "S3 object key holding the client certificate CA bundle.", + 'caCertificatesBundleS3Key', + 'S3 object key holding the client certificate CA bundle.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "caCertificatesBundleS3ObjectVersion", - "Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.", + 'caCertificatesBundleS3ObjectVersion', + 'Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Trust Store. If omitted, the provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", + 'name', + 'Name of the Trust Store. If omitted, the provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lb/TrustStoreRevocation.ts b/src/app/Models/codegen/aws/lb/TrustStoreRevocation.ts index a5b21b883..36e41bc3b 100644 --- a/src/app/Models/codegen/aws/lb/TrustStoreRevocation.ts +++ b/src/app/Models/codegen/aws/lb/TrustStoreRevocation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrustStoreRevocationArgs { // S3 Bucket name holding the client certificate CA bundle. @@ -40,32 +40,32 @@ export class TrustStoreRevocation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "trustStoreArn", - "Trust Store ARN.", + 'trustStoreArn', + 'Trust Store ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "revocationsS3Bucket", - "S3 Bucket name holding the client certificate CA bundle.", + 'revocationsS3Bucket', + 'S3 Bucket name holding the client certificate CA bundle.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "revocationsS3Key", - "S3 object key holding the client certificate CA bundle.", + 'revocationsS3Key', + 'S3 object key holding the client certificate CA bundle.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "revocationsS3ObjectVersion", - "Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.", + 'revocationsS3ObjectVersion', + 'Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lex/Bot.ts b/src/app/Models/codegen/aws/lex/Bot.ts index 88b213517..56a285c49 100644 --- a/src/app/Models/codegen/aws/lex/Bot.ts +++ b/src/app/Models/codegen/aws/lex/Bot.ts @@ -3,18 +3,18 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_BotClarificationPrompt, lex_BotClarificationPrompt_GetTypes, -} from "../types/lex_BotClarificationPrompt"; -import { lex_BotIntent, lex_BotIntent_GetTypes } from "../types/lex_BotIntent"; +} from '../types/lex_BotClarificationPrompt'; +import { lex_BotIntent, lex_BotIntent_GetTypes } from '../types/lex_BotIntent'; import { lex_BotAbortStatement, lex_BotAbortStatement_GetTypes, -} from "../types/lex_BotAbortStatement"; +} from '../types/lex_BotAbortStatement'; export interface BotArgs { // The message that Amazon Lex uses when it doesn't understand the user's request. Attributes are documented under prompt. @@ -135,31 +135,31 @@ included as an argument because the resource will add it automatically when upda return [ new DynamicUIProps( InputType.String, - "voiceId", - "The Amazon Polly voice ID that you want Amazon Lex to use for voice interactions with the user. The locale configured for the voice must match the locale of the bot. For more information, see [Available Voices](http://docs.aws.amazon.com/polly/latest/dg/voicelist.html) in the Amazon Polly Developer Guide.", + 'voiceId', + 'The Amazon Polly voice ID that you want Amazon Lex to use for voice interactions with the user. The locale configured for the voice must match the locale of the bot. For more information, see [Available Voices](http://docs.aws.amazon.com/polly/latest/dg/voicelist.html) in the Amazon Polly Developer Guide.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locale", - "Specifies the target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot. For available locales, see [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-locale). Default is `en-US`.", + 'locale', + 'Specifies the target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot. For available locales, see [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-locale). Default is `en-US`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "childDirected", - "By specifying true, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. For more information see the [Amazon Lex FAQ](https://aws.amazon.com/lex/faqs#data-security) and the [Amazon Lex PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-childDirected).", + 'childDirected', + 'By specifying true, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. For more information see the [Amazon Lex FAQ](https://aws.amazon.com/lex/faqs#data-security) and the [Amazon Lex PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-childDirected).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "detectSentiment", + 'detectSentiment', "When set to true user utterances are sent to Amazon Comprehend for sentiment analysis. If you don't specify detectSentiment, the default is `false`.", () => [], false, @@ -167,47 +167,47 @@ included as an argument because the resource will add it automatically when upda ), new DynamicUIProps( InputType.Bool, - "createVersion", - "Determines if a new bot version is created when the initial resource is created and on each update. Defaults to `false`.", + 'createVersion', + 'Determines if a new bot version is created when the initial resource is created and on each update. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the bot that you want to create, case sensitive. Must be between 2 and 50 characters in length.", + 'name', + 'The name of the bot that you want to create, case sensitive. Must be between 2 and 50 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableModelImprovements", - "Set to `true` to enable access to natural language understanding improvements. When you set the `enable_model_improvements` parameter to true you can use the `nlu_intent_confidence_threshold` parameter to configure confidence scores. For more information, see [Confidence Scores](https://docs.aws.amazon.com/lex/latest/dg/confidence-scores.html). You can only set the `enable_model_improvements` parameter in certain Regions. If you set the parameter to true, your bot has access to accuracy improvements. For more information see the [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-enableModelImprovements).", + 'enableModelImprovements', + 'Set to `true` to enable access to natural language understanding improvements. When you set the `enable_model_improvements` parameter to true you can use the `nlu_intent_confidence_threshold` parameter to configure confidence scores. For more information, see [Confidence Scores](https://docs.aws.amazon.com/lex/latest/dg/confidence-scores.html). You can only set the `enable_model_improvements` parameter in certain Regions. If you set the parameter to true, your bot has access to accuracy improvements. For more information see the [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-enableModelImprovements).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "abortStatement", - "The message that Amazon Lex uses to abort a conversation. Attributes are documented under statement.", + 'abortStatement', + 'The message that Amazon Lex uses to abort a conversation. Attributes are documented under statement.', () => lex_BotAbortStatement_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the bot. Must be less than or equal to 200 characters in length.", + 'description', + 'A description of the bot. Must be less than or equal to 200 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "processBehavior", + 'processBehavior', "If you set the `process_behavior` element to `BUILD`, Amazon Lex builds the bot so that it can be run. If you set the element to `SAVE` Amazon Lex saves the bot, but doesn't build it. Default is `SAVE`.", () => [], false, @@ -215,7 +215,7 @@ included as an argument because the resource will add it automatically when upda ), new DynamicUIProps( InputType.Object, - "clarificationPrompt", + 'clarificationPrompt', "The message that Amazon Lex uses when it doesn't understand the user's request. Attributes are documented under prompt.", () => lex_BotClarificationPrompt_GetTypes(), false, @@ -223,24 +223,24 @@ included as an argument because the resource will add it automatically when upda ), new DynamicUIProps( InputType.Array, - "intents", - "A set of Intent objects. Each intent represents a command that a user can express. Attributes are documented under intent. Can have up to 250 Intent objects.", + 'intents', + 'A set of Intent objects. Each intent represents a command that a user can express. Attributes are documented under intent. Can have up to 250 Intent objects.', () => lex_BotIntent_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "nluIntentConfidenceThreshold", - "Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. For more information see [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-nluIntentConfidenceThreshold) This value requires `enable_model_improvements` to be set to `true` and the default is `0`. Must be a float between 0 and 1.", + 'nluIntentConfidenceThreshold', + 'Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. For more information see [Amazon Lex Bot PutBot API Docs](https://docs.aws.amazon.com/lex/latest/dg/API_PutBot.html#lex-PutBot-request-nluIntentConfidenceThreshold) This value requires `enable_model_improvements` to be set to `true` and the default is `0`. Must be a float between 0 and 1.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "idleSessionTtlInSeconds", - "The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. Default is `300`. Must be a number between 60 and 86400 (inclusive).", + 'idleSessionTtlInSeconds', + 'The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. Default is `300`. Must be a number between 60 and 86400 (inclusive).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lex/BotAlias.ts b/src/app/Models/codegen/aws/lex/BotAlias.ts index 65a3364ad..6f1d4e2b2 100644 --- a/src/app/Models/codegen/aws/lex/BotAlias.ts +++ b/src/app/Models/codegen/aws/lex/BotAlias.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_BotAliasConversationLogs, lex_BotAliasConversationLogs_GetTypes, -} from "../types/lex_BotAliasConversationLogs"; +} from '../types/lex_BotAliasConversationLogs'; export interface BotAliasArgs { // The name of the bot. @@ -59,40 +59,40 @@ export class BotAlias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the alias. The name is not case sensitive. Must be less than or equal to 100 characters in length.", + 'name', + 'The name of the alias. The name is not case sensitive. Must be less than or equal to 100 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "botName", - "The name of the bot.", + 'botName', + 'The name of the bot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "botVersion", - "The version of the bot.", + 'botVersion', + 'The version of the bot.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "conversationLogs", - "The settings that determine how Amazon Lex uses conversation logs for the alias. Attributes are documented under conversation_logs.", + 'conversationLogs', + 'The settings that determine how Amazon Lex uses conversation logs for the alias. Attributes are documented under conversation_logs.', () => lex_BotAliasConversationLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the alias. Must be less than or equal to 200 characters in length.", + 'description', + 'A description of the alias. Must be less than or equal to 200 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lex/Intent.ts b/src/app/Models/codegen/aws/lex/Intent.ts index 3c443b5aa..c95558a2f 100644 --- a/src/app/Models/codegen/aws/lex/Intent.ts +++ b/src/app/Models/codegen/aws/lex/Intent.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentConclusionStatement, lex_IntentConclusionStatement_GetTypes, -} from "../types/lex_IntentConclusionStatement"; +} from '../types/lex_IntentConclusionStatement'; import { lex_IntentDialogCodeHook, lex_IntentDialogCodeHook_GetTypes, -} from "../types/lex_IntentDialogCodeHook"; +} from '../types/lex_IntentDialogCodeHook'; import { lex_IntentSlot, lex_IntentSlot_GetTypes, -} from "../types/lex_IntentSlot"; +} from '../types/lex_IntentSlot'; import { lex_IntentConfirmationPrompt, lex_IntentConfirmationPrompt_GetTypes, -} from "../types/lex_IntentConfirmationPrompt"; +} from '../types/lex_IntentConfirmationPrompt'; import { lex_IntentFollowUpPrompt, lex_IntentFollowUpPrompt_GetTypes, -} from "../types/lex_IntentFollowUpPrompt"; +} from '../types/lex_IntentFollowUpPrompt'; import { lex_IntentFulfillmentActivity, lex_IntentFulfillmentActivity_GetTypes, -} from "../types/lex_IntentFulfillmentActivity"; +} from '../types/lex_IntentFulfillmentActivity'; import { lex_IntentRejectionStatement, lex_IntentRejectionStatement_GetTypes, -} from "../types/lex_IntentRejectionStatement"; +} from '../types/lex_IntentRejectionStatement'; export interface IntentArgs { /* @@ -215,7 +215,7 @@ places an order with a local pizza store. Attributes are documented under fulfil return [ new DynamicUIProps( InputType.Array, - "sampleUtterances", + 'sampleUtterances', 'An array of utterances (strings) that a user might say to signal\nthe intent. For example, "I want {PizzaSize} pizza", "Order {Quantity} {PizzaSize} pizzas".\nIn each utterance, a slot name is enclosed in curly braces. Must have between 1 and 10 items in the list, and each item must be less than or equal to 200 characters in length.', () => InputType_String_GetTypes(), false, @@ -223,23 +223,23 @@ places an order with a local pizza store. Attributes are documented under fulfil ), new DynamicUIProps( InputType.Object, - "fulfillmentActivity", - "Describes how the intent is fulfilled. For example, after a\nuser provides all of the information for a pizza order, `fulfillment_activity` defines how the bot\nplaces an order with a local pizza store. Attributes are documented under fulfillment_activity.", + 'fulfillmentActivity', + 'Describes how the intent is fulfilled. For example, after a\nuser provides all of the information for a pizza order, `fulfillment_activity` defines how the bot\nplaces an order with a local pizza store. Attributes are documented under fulfillment_activity.', () => lex_IntentFulfillmentActivity_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the intent, not case sensitive. Must be less than or equal to 100 characters in length.", + 'name', + 'The name of the intent, not case sensitive. Must be less than or equal to 100 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "rejectionStatement", + 'rejectionStatement', 'When the user answers "no" to the question defined in\n`confirmation_prompt`, Amazon Lex responds with this statement to acknowledge that the intent was\ncanceled. You must provide both the `rejection_statement` and the `confirmation_prompt`, or neither.\nAttributes are documented under statement.', () => lex_IntentRejectionStatement_GetTypes(), false, @@ -247,7 +247,7 @@ places an order with a local pizza store. Attributes are documented under fulfil ), new DynamicUIProps( InputType.Object, - "conclusionStatement", + 'conclusionStatement', "The statement that you want Amazon Lex to convey to the user\nafter the intent is successfully fulfilled by the Lambda function. This element is relevant only if\nyou provide a Lambda function in the `fulfillment_activity`. If you return the intent to the client\napplication, you can't specify this element. The `follow_up_prompt` and `conclusion_statement` are\nmutually exclusive. You can specify only one. Attributes are documented under statement.", () => lex_IntentConclusionStatement_GetTypes(), false, @@ -255,56 +255,56 @@ places an order with a local pizza store. Attributes are documented under fulfil ), new DynamicUIProps( InputType.Object, - "dialogCodeHook", - "Specifies a Lambda function to invoke for each user input. You can\ninvoke this Lambda function to personalize user interaction. Attributes are documented under code_hook.", + 'dialogCodeHook', + 'Specifies a Lambda function to invoke for each user input. You can\ninvoke this Lambda function to personalize user interaction. Attributes are documented under code_hook.', () => lex_IntentDialogCodeHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "slots", - "An list of intent slots. At runtime, Amazon Lex elicits required slot values\nfrom the user using prompts defined in the slots. Attributes are documented under slot.", + 'slots', + 'An list of intent slots. At runtime, Amazon Lex elicits required slot values\nfrom the user using prompts defined in the slots. Attributes are documented under slot.', () => lex_IntentSlot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "confirmationPrompt", - "Prompts the user to confirm the intent. This question should\nhave a yes or no answer. You you must provide both the `rejection_statement` and `confirmation_prompt`,\nor neither. Attributes are documented under prompt.", + 'confirmationPrompt', + 'Prompts the user to confirm the intent. This question should\nhave a yes or no answer. You you must provide both the `rejection_statement` and `confirmation_prompt`,\nor neither. Attributes are documented under prompt.', () => lex_IntentConfirmationPrompt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "createVersion", - "Determines if a new slot type version is created when the initial\nresource is created and on each update. Defaults to `false`.", + 'createVersion', + 'Determines if a new slot type version is created when the initial\nresource is created and on each update. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "followUpPrompt", - "Amazon Lex uses this prompt to solicit additional activity after\nfulfilling an intent. For example, after the OrderPizza intent is fulfilled, you might prompt the\nuser to order a drink. The `follow_up_prompt` field and the `conclusion_statement` field are mutually\nexclusive. You can specify only one. Attributes are documented under follow_up_prompt.", + 'followUpPrompt', + 'Amazon Lex uses this prompt to solicit additional activity after\nfulfilling an intent. For example, after the OrderPizza intent is fulfilled, you might prompt the\nuser to order a drink. The `follow_up_prompt` field and the `conclusion_statement` field are mutually\nexclusive. You can specify only one. Attributes are documented under follow_up_prompt.', () => lex_IntentFollowUpPrompt_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the intent. Must be less than or equal to 200 characters in length.", + 'description', + 'A description of the intent. Must be less than or equal to 200 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parentIntentSignature", - "A unique identifier for the built-in intent to base this\nintent on. To find the signature for an intent, see\n[Standard Built-in Intents](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents)\nin the Alexa Skills Kit.", + 'parentIntentSignature', + 'A unique identifier for the built-in intent to base this\nintent on. To find the signature for an intent, see\n[Standard Built-in Intents](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents)\nin the Alexa Skills Kit.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lex/SlotType.ts b/src/app/Models/codegen/aws/lex/SlotType.ts index 446818952..c384e8d52 100644 --- a/src/app/Models/codegen/aws/lex/SlotType.ts +++ b/src/app/Models/codegen/aws/lex/SlotType.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_SlotTypeEnumerationValue, lex_SlotTypeEnumerationValue_GetTypes, -} from "../types/lex_SlotTypeEnumerationValue"; +} from '../types/lex_SlotTypeEnumerationValue'; export interface SlotTypeArgs { // The name of the slot type. The name is not case sensitive. Must be less than or equal to 100 characters in length. @@ -88,40 +88,40 @@ not included as an argument because the resource will add it automatically when return [ new DynamicUIProps( InputType.String, - "name", - "The name of the slot type. The name is not case sensitive. Must be less than or equal to 100 characters in length.", + 'name', + 'The name of the slot type. The name is not case sensitive. Must be less than or equal to 100 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "valueSelectionStrategy", - "Determines the slot resolution strategy that Amazon Lex\nuses to return slot type values. `ORIGINAL_VALUE` returns the value entered by the user if the user\nvalue is similar to the slot value. `TOP_RESOLUTION` returns the first value in the resolution list\nif there is a resolution list for the slot, otherwise null is returned. Defaults to `ORIGINAL_VALUE`.", + 'valueSelectionStrategy', + 'Determines the slot resolution strategy that Amazon Lex\nuses to return slot type values. `ORIGINAL_VALUE` returns the value entered by the user if the user\nvalue is similar to the slot value. `TOP_RESOLUTION` returns the first value in the resolution list\nif there is a resolution list for the slot, otherwise null is returned. Defaults to `ORIGINAL_VALUE`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "createVersion", - "Determines if a new slot type version is created when the initial resource is created and on each\nupdate. Defaults to `false`.", + 'createVersion', + 'Determines if a new slot type version is created when the initial resource is created and on each\nupdate. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the slot type. Must be less than or equal to 200 characters in length.", + 'description', + 'A description of the slot type. Must be less than or equal to 200 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "enumerationValues", - "A list of EnumerationValue objects that defines the values that\nthe slot type can take. Each value can have a list of synonyms, which are additional values that help\ntrain the machine learning model about the values that it resolves for a slot. Attributes are\ndocumented under enumeration_value.", + 'enumerationValues', + 'A list of EnumerationValue objects that defines the values that\nthe slot type can take. Each value can have a list of synonyms, which are additional values that help\ntrain the machine learning model about the values that it resolves for a slot. Attributes are\ndocumented under enumeration_value.', () => lex_SlotTypeEnumerationValue_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsBot.ts b/src/app/Models/codegen/aws/lex/V2modelsBot.ts index 4839587d6..ff1760df7 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsBot.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsBot.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsBotTimeouts, lex_V2modelsBotTimeouts_GetTypes, -} from "../types/lex_V2modelsBotTimeouts"; +} from '../types/lex_V2modelsBotTimeouts'; import { lex_V2modelsBotDataPrivacy, lex_V2modelsBotDataPrivacy_GetTypes, -} from "../types/lex_V2modelsBotDataPrivacy"; +} from '../types/lex_V2modelsBotDataPrivacy'; import { lex_V2modelsBotMember, lex_V2modelsBotMember_GetTypes, -} from "../types/lex_V2modelsBotMember"; +} from '../types/lex_V2modelsBotMember'; export interface V2modelsBotArgs { /* @@ -99,23 +99,23 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "roleArn", - "ARN of an IAM role that has permission to access the bot.\n\nThe following arguments are optional:", + 'roleArn', + 'ARN of an IAM role that has permission to access the bot.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsBotTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'Type of a bot to create. Possible values are `"Bot"` and `"BotNetwork"`.', () => [], false, @@ -123,7 +123,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "dataPrivacies", + 'dataPrivacies', "Provides information on additional privacy protections Amazon Lex should use with the bot's data. See `data_privacy`", () => lex_V2modelsBotDataPrivacy_GetTypes(), false, @@ -131,39 +131,39 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "description", - "Description of the bot. It appears in lists to help you identify a particular bot.", + 'description', + 'Description of the bot. It appears in lists to help you identify a particular bot.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "List of tags to add to the bot. You can only add tags when you create a bot.", + 'tags', + 'List of tags to add to the bot. You can only add tags when you create a bot.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.", + 'name', + 'Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "testBotAliasTags", - "List of tags to add to the test alias for a bot. You can only add tags when you create a bot.", + 'testBotAliasTags', + 'List of tags to add to the test alias for a bot. You can only add tags when you create a bot.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "idleSessionTtlInSeconds", + 'idleSessionTtlInSeconds', "Time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.", () => [], true, @@ -171,8 +171,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "members", - "List of bot members in a network to be created. See `bot_members`.", + 'members', + 'List of bot members in a network to be created. See `bot_members`.', () => lex_V2modelsBotMember_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsBotLocale.ts b/src/app/Models/codegen/aws/lex/V2modelsBotLocale.ts index 0964b203a..c9876c451 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsBotLocale.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsBotLocale.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsBotLocaleVoiceSettings, lex_V2modelsBotLocaleVoiceSettings_GetTypes, -} from "../types/lex_V2modelsBotLocaleVoiceSettings"; +} from '../types/lex_V2modelsBotLocaleVoiceSettings'; import { lex_V2modelsBotLocaleTimeouts, lex_V2modelsBotLocaleTimeouts_GetTypes, -} from "../types/lex_V2modelsBotLocaleTimeouts"; +} from '../types/lex_V2modelsBotLocaleTimeouts'; export interface V2modelsBotLocaleArgs { /* @@ -77,64 +77,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the bot locale. Use this to help identify the bot locale in lists.", + 'description', + 'Description of the bot locale. Use this to help identify the bot locale in lists.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localeId", - "Identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html)", + 'localeId', + 'Identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html)', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "nLuIntentConfidenceThreshold", - "Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents.\n\nThe following arguments are optional:", + 'nLuIntentConfidenceThreshold', + 'Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specified locale name.", + 'name', + 'Specified locale name.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsBotLocaleTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "voiceSettings", - "Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`.", + 'voiceSettings', + 'Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. See `voice_settings`.', () => lex_V2modelsBotLocaleVoiceSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "botId", - "Identifier of the bot to create the locale for.", + 'botId', + 'Identifier of the bot to create the locale for.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "botVersion", - "Version of the bot to create the locale for. This can only be the draft version of the bot.", + 'botVersion', + 'Version of the bot to create the locale for. This can only be the draft version of the bot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsBotVersion.ts b/src/app/Models/codegen/aws/lex/V2modelsBotVersion.ts index 172e4d12b..8e960fec5 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsBotVersion.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsBotVersion.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsBotVersionLocaleSpecification, lex_V2modelsBotVersionLocaleSpecification_GetTypes, -} from "../types/lex_V2modelsBotVersionLocaleSpecification"; +} from '../types/lex_V2modelsBotVersionLocaleSpecification'; import { lex_V2modelsBotVersionTimeouts, lex_V2modelsBotVersionTimeouts_GetTypes, -} from "../types/lex_V2modelsBotVersionTimeouts"; +} from '../types/lex_V2modelsBotVersionTimeouts'; export interface V2modelsBotVersionArgs { // A description of the version. Use the description to help identify the version in lists. @@ -64,40 +64,40 @@ The attribute value is a map with one or more entries, each of which has a local return [ new DynamicUIProps( InputType.String, - "botId", - "Idientifier of the bot to create the version for.", + 'botId', + 'Idientifier of the bot to create the version for.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "botVersion", - "Version number assigned to the version.", + 'botVersion', + 'Version number assigned to the version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the version. Use the description to help identify the version in lists.", + 'description', + 'A description of the version. Use the description to help identify the version in lists.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "localeSpecification", - "Specifies the locales that Amazon Lex adds to this version. You can choose the draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.\n\nThe attribute value is a map with one or more entries, each of which has a locale name as the key and an object with the following attribute as the value:\n* `sourceBotVersion` - (Required) The version of a bot used for a bot locale. Valid values: `DRAFT`, a numeric version.", + 'localeSpecification', + 'Specifies the locales that Amazon Lex adds to this version. You can choose the draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.\n\nThe attribute value is a map with one or more entries, each of which has a locale name as the key and an object with the following attribute as the value:\n* `sourceBotVersion` - (Required) The version of a bot used for a bot locale. Valid values: `DRAFT`, a numeric version.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsBotVersionTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsIntent.ts b/src/app/Models/codegen/aws/lex/V2modelsIntent.ts index 95f4d0e17..3ae550982 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsIntent.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsIntent.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentSampleUtterance, lex_V2modelsIntentSampleUtterance_GetTypes, -} from "../types/lex_V2modelsIntentSampleUtterance"; +} from '../types/lex_V2modelsIntentSampleUtterance'; import { lex_V2modelsIntentKendraConfiguration, lex_V2modelsIntentKendraConfiguration_GetTypes, -} from "../types/lex_V2modelsIntentKendraConfiguration"; +} from '../types/lex_V2modelsIntentKendraConfiguration'; import { lex_V2modelsIntentInitialResponseSetting, lex_V2modelsIntentInitialResponseSetting_GetTypes, -} from "../types/lex_V2modelsIntentInitialResponseSetting"; +} from '../types/lex_V2modelsIntentInitialResponseSetting'; import { lex_V2modelsIntentDialogCodeHook, lex_V2modelsIntentDialogCodeHook_GetTypes, -} from "../types/lex_V2modelsIntentDialogCodeHook"; +} from '../types/lex_V2modelsIntentDialogCodeHook'; import { lex_V2modelsIntentSlotPriority, lex_V2modelsIntentSlotPriority_GetTypes, -} from "../types/lex_V2modelsIntentSlotPriority"; +} from '../types/lex_V2modelsIntentSlotPriority'; import { lex_V2modelsIntentTimeouts, lex_V2modelsIntentTimeouts_GetTypes, -} from "../types/lex_V2modelsIntentTimeouts"; +} from '../types/lex_V2modelsIntentTimeouts'; import { lex_V2modelsIntentOutputContext, lex_V2modelsIntentOutputContext_GetTypes, -} from "../types/lex_V2modelsIntentOutputContext"; +} from '../types/lex_V2modelsIntentOutputContext'; import { lex_V2modelsIntentClosingSetting, lex_V2modelsIntentClosingSetting_GetTypes, -} from "../types/lex_V2modelsIntentClosingSetting"; +} from '../types/lex_V2modelsIntentClosingSetting'; import { lex_V2modelsIntentInputContext, lex_V2modelsIntentInputContext_GetTypes, -} from "../types/lex_V2modelsIntentInputContext"; +} from '../types/lex_V2modelsIntentInputContext'; import { lex_V2modelsIntentConfirmationSetting, lex_V2modelsIntentConfirmationSetting_GetTypes, -} from "../types/lex_V2modelsIntentConfirmationSetting"; +} from '../types/lex_V2modelsIntentConfirmationSetting'; import { lex_V2modelsIntentFulfillmentCodeHook, lex_V2modelsIntentFulfillmentCodeHook_GetTypes, -} from "../types/lex_V2modelsIntentFulfillmentCodeHook"; +} from '../types/lex_V2modelsIntentFulfillmentCodeHook'; export interface V2modelsIntentArgs { // Version of the bot associated with this intent. @@ -176,15 +176,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "confirmationSetting", - "", + 'confirmationSetting', + '', () => lex_V2modelsIntentConfirmationSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fulfillmentCodeHook", + 'fulfillmentCodeHook', "Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See `fulfillment_code_hook`.", () => lex_V2modelsIntentFulfillmentCodeHook_GetTypes(), false, @@ -192,47 +192,47 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "botId", - "Identifier of the bot associated with this intent.", + 'botId', + 'Identifier of the bot associated with this intent.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "outputContexts", - "Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See `output_context`.", + 'outputContexts', + 'Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See `output_context`.', () => lex_V2modelsIntentOutputContext_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogCodeHook", - "Configuration block for invoking the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction. See `dialog_code_hook`.", + 'dialogCodeHook', + 'Configuration block for invoking the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction. See `dialog_code_hook`.', () => lex_V2modelsIntentDialogCodeHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "inputContexts", - "Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See `input_context`.", + 'inputContexts', + 'Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See `input_context`.', () => lex_V2modelsIntentInputContext_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sampleUtterances", - "Configuration block for strings that a user might say to signal the intent. See `sample_utterance`.", + 'sampleUtterances', + 'Configuration block for strings that a user might say to signal the intent. See `sample_utterance`.', () => lex_V2modelsIntentSampleUtterance_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kendraConfiguration", + 'kendraConfiguration', "Configuration block for information required to use the AMAZON.KendraSearchIntent intent to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent intent is called when Amazon Lex can't determine another intent to invoke. See `kendra_configuration`.", () => lex_V2modelsIntentKendraConfiguration_GetTypes(), false, @@ -240,72 +240,72 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "slotPriorities", - "Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See `slot_priority`.", + 'slotPriorities', + 'Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See `slot_priority`.', () => lex_V2modelsIntentSlotPriority_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsIntentTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.\n\nThe following arguments are optional:", + 'name', + 'Name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "closingSetting", - "Configuration block for the response that Amazon Lex sends to the user when the intent is closed. See `closing_setting`.", + 'closingSetting', + 'Configuration block for the response that Amazon Lex sends to the user when the intent is closed. See `closing_setting`.', () => lex_V2modelsIntentClosingSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the intent. Use the description to help identify the intent in lists.", + 'description', + 'Description of the intent. Use the description to help identify the intent in lists.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "botVersion", - "Version of the bot associated with this intent.", + 'botVersion', + 'Version of the bot associated with this intent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "localeId", - "Identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale.", + 'localeId', + 'Identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parentIntentSignature", - "Identifier for the built-in intent to base this intent on.", + 'parentIntentSignature', + 'Identifier for the built-in intent to base this intent on.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "initialResponseSetting", - "Configuration block for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. See `initial_response_setting`.", + 'initialResponseSetting', + 'Configuration block for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. See `initial_response_setting`.', () => lex_V2modelsIntentInitialResponseSetting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsSlot.ts b/src/app/Models/codegen/aws/lex/V2modelsSlot.ts index c3234776d..c045ecccc 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsSlot.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsSlot.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotObfuscationSetting, lex_V2modelsSlotObfuscationSetting_GetTypes, -} from "../types/lex_V2modelsSlotObfuscationSetting"; +} from '../types/lex_V2modelsSlotObfuscationSetting'; import { lex_V2modelsSlotTimeouts, lex_V2modelsSlotTimeouts_GetTypes, -} from "../types/lex_V2modelsSlotTimeouts"; +} from '../types/lex_V2modelsSlotTimeouts'; import { lex_V2modelsSlotValueElicitationSetting, lex_V2modelsSlotValueElicitationSetting_GetTypes, -} from "../types/lex_V2modelsSlotValueElicitationSetting"; +} from '../types/lex_V2modelsSlotValueElicitationSetting'; import { lex_V2modelsSlotMultipleValuesSetting, lex_V2modelsSlotMultipleValuesSetting_GetTypes, -} from "../types/lex_V2modelsSlotMultipleValuesSetting"; +} from '../types/lex_V2modelsSlotMultipleValuesSetting'; import { lex_V2modelsSlotSubSlotSetting, lex_V2modelsSlotSubSlotSetting_GetTypes, -} from "../types/lex_V2modelsSlotSubSlotSetting"; +} from '../types/lex_V2modelsSlotSubSlotSetting'; export interface V2modelsSlotArgs { // Identifier of the intent that contains the slot. @@ -116,96 +116,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsSlotTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "localeId", - "Identifier of the language and locale that the slot will be used in.", + 'localeId', + 'Identifier of the language and locale that the slot will be used in.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "subSlotSettings", - "Specifications for the constituent sub slots and the expression for the composite slot.", + 'subSlotSettings', + 'Specifications for the constituent sub slots and the expression for the composite slot.', () => lex_V2modelsSlotSubSlotSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "intentId", - "Identifier of the intent that contains the slot.", + 'intentId', + 'Identifier of the intent that contains the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the slot.", + 'name', + 'Name of the slot.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "obfuscationSettings", - "Determines how slot values are used in Amazon CloudWatch logs. See the `obfuscation_setting` argument reference below.", + 'obfuscationSettings', + 'Determines how slot values are used in Amazon CloudWatch logs. See the `obfuscation_setting` argument reference below.', () => lex_V2modelsSlotObfuscationSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "valueElicitationSetting", - "Prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.\n\nThe following arguments are optional:", + 'valueElicitationSetting', + 'Prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.\n\nThe following arguments are optional:', () => lex_V2modelsSlotValueElicitationSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "botId", - "Identifier of the bot associated with the slot.", + 'botId', + 'Identifier of the bot associated with the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "botVersion", - "Version of the bot associated with the slot.", + 'botVersion', + 'Version of the bot associated with the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the slot.", + 'description', + 'Description of the slot.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "multipleValuesSettings", - "Whether the slot returns multiple values in one response. See the `multiple_values_setting` argument reference below.", + 'multipleValuesSettings', + 'Whether the slot returns multiple values in one response. See the `multiple_values_setting` argument reference below.', () => lex_V2modelsSlotMultipleValuesSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "slotTypeId", - "Unique identifier for the slot type associated with this slot.", + 'slotTypeId', + 'Unique identifier for the slot type associated with this slot.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lex/V2modelsSlotType.ts b/src/app/Models/codegen/aws/lex/V2modelsSlotType.ts index d096adf66..7bf8faff2 100644 --- a/src/app/Models/codegen/aws/lex/V2modelsSlotType.ts +++ b/src/app/Models/codegen/aws/lex/V2modelsSlotType.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeSlotTypeValues, lex_V2modelsSlotTypeSlotTypeValues_GetTypes, -} from "../types/lex_V2modelsSlotTypeSlotTypeValues"; +} from '../types/lex_V2modelsSlotTypeSlotTypeValues'; import { lex_V2modelsSlotTypeExternalSourceSetting, lex_V2modelsSlotTypeExternalSourceSetting_GetTypes, -} from "../types/lex_V2modelsSlotTypeExternalSourceSetting"; +} from '../types/lex_V2modelsSlotTypeExternalSourceSetting'; import { lex_V2modelsSlotTypeTimeouts, lex_V2modelsSlotTypeTimeouts_GetTypes, -} from "../types/lex_V2modelsSlotTypeTimeouts"; +} from '../types/lex_V2modelsSlotTypeTimeouts'; import { lex_V2modelsSlotTypeValueSelectionSetting, lex_V2modelsSlotTypeValueSelectionSetting_GetTypes, -} from "../types/lex_V2modelsSlotTypeValueSelectionSetting"; +} from '../types/lex_V2modelsSlotTypeValueSelectionSetting'; import { lex_V2modelsSlotTypeCompositeSlotTypeSetting, lex_V2modelsSlotTypeCompositeSlotTypeSetting_GetTypes, -} from "../types/lex_V2modelsSlotTypeCompositeSlotTypeSetting"; +} from '../types/lex_V2modelsSlotTypeCompositeSlotTypeSetting'; export interface V2modelsSlotTypeArgs { /* @@ -110,7 +110,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "valueSelectionSetting", + 'valueSelectionSetting', "Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values: `ORIGINAL_VALUE` returns the value entered by the user, if the user value is similar to the slot value. `TOP_RESOLUTION` if there is a resolution list for the slot, return the first value in the resolution list. If there is no resolution list, return null. If you don't specify the valueSelectionSetting parameter, the default is ORIGINAL_VALUE. See `value_selection_setting` argument reference below.", () => lex_V2modelsSlotTypeValueSelectionSetting_GetTypes(), false, @@ -118,80 +118,80 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "parentSlotTypeSignature", - "Built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type. Only AMAZON.AlphaNumeric is supported.", + 'parentSlotTypeSignature', + 'Built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type. Only AMAZON.AlphaNumeric is supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the slot type\n\nThe following arguments are optional:", + 'name', + 'Name of the slot type\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localeId", - "Identifier of the language and locale where this slot type is used. All of the bots, slot types, and slots used by the intent must have the same locale.", + 'localeId', + 'Identifier of the language and locale where this slot type is used. All of the bots, slot types, and slots used by the intent must have the same locale.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "externalSourceSetting", - "Type of external information used to create the slot type. See `external_source_setting` argument reference below.", + 'externalSourceSetting', + 'Type of external information used to create the slot type. See `external_source_setting` argument reference below.', () => lex_V2modelsSlotTypeExternalSourceSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => lex_V2modelsSlotTypeTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "botVersion", - "Version of the bot associated with this slot type.", + 'botVersion', + 'Version of the bot associated with this slot type.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "compositeSlotTypeSetting", - "Specifications for a composite slot type. See `composite_slot_type_setting` argument reference below.", + 'compositeSlotTypeSetting', + 'Specifications for a composite slot type. See `composite_slot_type_setting` argument reference below.', () => lex_V2modelsSlotTypeCompositeSlotTypeSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "slotTypeValues", - "List of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for a slot. See `slot_type_values` argument reference below.", + 'slotTypeValues', + 'List of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for a slot. See `slot_type_values` argument reference below.', () => lex_V2modelsSlotTypeSlotTypeValues_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "botId", - "Identifier of the bot associated with this slot type.", + 'botId', + 'Identifier of the bot associated with this slot type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the slot type.", + 'description', + 'Description of the slot type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/licensemanager/Association.ts b/src/app/Models/codegen/aws/licensemanager/Association.ts index e43d86377..aa8e07c60 100644 --- a/src/app/Models/codegen/aws/licensemanager/Association.ts +++ b/src/app/Models/codegen/aws/licensemanager/Association.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AssociationArgs { // ARN of the license configuration. @@ -25,16 +25,16 @@ export class Association extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "licenseConfigurationArn", - "ARN of the license configuration.", + 'licenseConfigurationArn', + 'ARN of the license configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource associated with the license configuration.", + 'resourceArn', + 'ARN of the resource associated with the license configuration.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/licensemanager/LicenseConfiguration.ts b/src/app/Models/codegen/aws/licensemanager/LicenseConfiguration.ts index 1c0ab9623..8e47d04ae 100644 --- a/src/app/Models/codegen/aws/licensemanager/LicenseConfiguration.ts +++ b/src/app/Models/codegen/aws/licensemanager/LicenseConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LicenseConfigurationArgs { // Description of the license configuration. @@ -64,56 +64,56 @@ export class LicenseConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "licenseCountHardLimit", - "Sets the number of available licenses as a hard limit.", + 'licenseCountHardLimit', + 'Sets the number of available licenses as a hard limit.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "licenseCountingType", - "Dimension to use to track license inventory. Specify either `vCPU`, `Instance`, `Core` or `Socket`.", + 'licenseCountingType', + 'Dimension to use to track license inventory. Specify either `vCPU`, `Instance`, `Core` or `Socket`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "licenseRules", - "Array of configured License Manager rules.", + 'licenseRules', + 'Array of configured License Manager rules.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the license configuration.", + 'name', + 'Name of the license configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the license configuration.", + 'description', + 'Description of the license configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "licenseCount", - "Number of licenses managed by the license configuration.", + 'licenseCount', + 'Number of licenses managed by the license configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/licensemanager/LicenseGrant.ts b/src/app/Models/codegen/aws/licensemanager/LicenseGrant.ts index b1f66dc25..dc318a3da 100644 --- a/src/app/Models/codegen/aws/licensemanager/LicenseGrant.ts +++ b/src/app/Models/codegen/aws/licensemanager/LicenseGrant.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LicenseGrantArgs { // A list of the allowed operations for the grant. This is a subset of the allowed operations on the license. @@ -52,32 +52,32 @@ export class LicenseGrant extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "allowedOperations", - "A list of the allowed operations for the grant. This is a subset of the allowed operations on the license.", + 'allowedOperations', + 'A list of the allowed operations for the grant. This is a subset of the allowed operations on the license.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "licenseArn", - "The ARN of the license to grant.", + 'licenseArn', + 'The ARN of the license to grant.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The Name of the grant.", + 'name', + 'The Name of the grant.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "principal", - "The target account for the grant in the form of the ARN for an account principal of the root user.", + 'principal', + 'The target account for the grant in the form of the ARN for an account principal of the root user.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/licensemanager/LicenseGrantAccepter.ts b/src/app/Models/codegen/aws/licensemanager/LicenseGrantAccepter.ts index 47c27697a..2ad5bef84 100644 --- a/src/app/Models/codegen/aws/licensemanager/LicenseGrantAccepter.ts +++ b/src/app/Models/codegen/aws/licensemanager/LicenseGrantAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LicenseGrantAccepterArgs { // The ARN of the grant to accept. @@ -43,8 +43,8 @@ export class LicenseGrantAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "grantArn", - "The ARN of the grant to accept.", + 'grantArn', + 'The ARN of the grant to accept.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/Bucket.ts b/src/app/Models/codegen/aws/lightsail/Bucket.ts index ae8a5fe44..d45366424 100644 --- a/src/app/Models/codegen/aws/lightsail/Bucket.ts +++ b/src/app/Models/codegen/aws/lightsail/Bucket.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketArgs { // The ID of the bundle to use for the bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. Use the [get-bucket-bundles](https://docs.aws.amazon.com/cli/latest/reference/lightsail/get-bucket-bundles.html) cli command to get a list of bundle IDs that you can specify. @@ -58,32 +58,32 @@ export class Bucket extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID of the bundle to use for the bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. Use the [get-bucket-bundles](https://docs.aws.amazon.com/cli/latest/reference/lightsail/get-bucket-bundles.html) cli command to get a list of bundle IDs that you can specify.", + 'bundleId', + 'The ID of the bundle to use for the bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. Use the [get-bucket-bundles](https://docs.aws.amazon.com/cli/latest/reference/lightsail/get-bucket-bundles.html) cli command to get a list of bundle IDs that you can specify.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `force_delete` is set to `true` the bucket will be deleted even when not empty.", + 'forceDelete', + 'Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `force_delete` is set to `true` the bucket will be deleted even when not empty.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the bucket.", + 'name', + 'The name for the bucket.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/BucketAccessKey.ts b/src/app/Models/codegen/aws/lightsail/BucketAccessKey.ts index 2ae1b9d6b..6fd0512fc 100644 --- a/src/app/Models/codegen/aws/lightsail/BucketAccessKey.ts +++ b/src/app/Models/codegen/aws/lightsail/BucketAccessKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketAccessKeyArgs { // The name of the bucket that the new access key will belong to, and grant access to. @@ -31,8 +31,8 @@ export class BucketAccessKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the bucket that the new access key will belong to, and grant access to.", + 'bucketName', + 'The name of the bucket that the new access key will belong to, and grant access to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/BucketResourceAccess.ts b/src/app/Models/codegen/aws/lightsail/BucketResourceAccess.ts index f741537ca..281d5c9ca 100644 --- a/src/app/Models/codegen/aws/lightsail/BucketResourceAccess.ts +++ b/src/app/Models/codegen/aws/lightsail/BucketResourceAccess.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketResourceAccessArgs { // The name of the bucket to grant access to. @@ -25,16 +25,16 @@ export class BucketResourceAccess extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the bucket to grant access to.", + 'bucketName', + 'The name of the bucket to grant access to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceName", - "The name of the resource to be granted bucket access.", + 'resourceName', + 'The name of the resource to be granted bucket access.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/Certificate.ts b/src/app/Models/codegen/aws/lightsail/Certificate.ts index 6cd69b19b..4674d0829 100644 --- a/src/app/Models/codegen/aws/lightsail/Certificate.ts +++ b/src/app/Models/codegen/aws/lightsail/Certificate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_CertificateDomainValidationOption, lightsail_CertificateDomainValidationOption_GetTypes, -} from "../types/lightsail_CertificateDomainValidationOption"; +} from '../types/lightsail_CertificateDomainValidationOption'; export interface CertificateArgs { // The name of the Lightsail load balancer. @@ -53,32 +53,32 @@ export class Certificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Lightsail load balancer.", + 'name', + 'The name of the Lightsail load balancer.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "Set of domains that should be SANs in the issued certificate. `domain_name` attribute is automatically added as a Subject Alternative Name.", + 'subjectAlternativeNames', + 'Set of domains that should be SANs in the issued certificate. `domain_name` attribute is automatically added as a Subject Alternative Name.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "A domain name for which the certificate should be issued.", + 'domainName', + 'A domain name for which the certificate should be issued.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/ContainerService.ts b/src/app/Models/codegen/aws/lightsail/ContainerService.ts index ff18db949..27fca21ca 100644 --- a/src/app/Models/codegen/aws/lightsail/ContainerService.ts +++ b/src/app/Models/codegen/aws/lightsail/ContainerService.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_ContainerServicePrivateRegistryAccess, lightsail_ContainerServicePrivateRegistryAccess_GetTypes, -} from "../types/lightsail_ContainerServicePrivateRegistryAccess"; +} from '../types/lightsail_ContainerServicePrivateRegistryAccess'; import { lightsail_ContainerServicePublicDomainNames, lightsail_ContainerServicePublicDomainNames_GetTypes, -} from "../types/lightsail_ContainerServicePublicDomainNames"; +} from '../types/lightsail_ContainerServicePublicDomainNames'; export interface ContainerServiceArgs { /* @@ -148,47 +148,47 @@ Defined below. return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of container service tags. To create a key-only tag, use an empty string as the value. To tag at launch, specify the tags in the Launch Template. If\nconfigured with a provider\n`default_tags` configuration block\npresent, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of container service tags. To create a key-only tag, use an empty string as the value. To tag at launch, specify the tags in the Launch Template. If\nconfigured with a provider\n`default_tags` configuration block\npresent, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "isDisabled", - "A Boolean value indicating whether the container service is disabled. Defaults to `false`.", + 'isDisabled', + 'A Boolean value indicating whether the container service is disabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the container service. Names must be of length 1 to 63, and be\nunique within each AWS Region in your Lightsail account.", + 'name', + 'The name for the container service. Names must be of length 1 to 63, and be\nunique within each AWS Region in your Lightsail account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "power", - "The power specification for the container service. The power specifies the amount of memory,\nthe number of vCPUs, and the monthly price of each node of the container service.\nPossible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.", + 'power', + 'The power specification for the container service. The power specifies the amount of memory,\nthe number of vCPUs, and the monthly price of each node of the container service.\nPossible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "privateRegistryAccess", - "An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See Private Registry Access below for more details.", + 'privateRegistryAccess', + 'An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See Private Registry Access below for more details.', () => lightsail_ContainerServicePrivateRegistryAccess_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "publicDomainNames", + 'publicDomainNames', "The public domain names to use with the container service, such as example.com\nand www.example.com. You can specify up to four public domain names for a container service. The domain names that you\nspecify are used when you create a deployment with a container configured as the public endpoint of your container\nservice. If you don't specify public domain names, then you can use the default domain of the container service.\nDefined below.", () => lightsail_ContainerServicePublicDomainNames_GetTypes(), false, @@ -196,8 +196,8 @@ Defined below. ), new DynamicUIProps( InputType.Number, - "scale", - "The scale specification for the container service. The scale specifies the allocated compute\nnodes of the container service.", + 'scale', + 'The scale specification for the container service. The scale specifies the allocated compute\nnodes of the container service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/lightsail/ContainerServiceDeploymentVersion.ts b/src/app/Models/codegen/aws/lightsail/ContainerServiceDeploymentVersion.ts index a0791d71d..2318b3414 100644 --- a/src/app/Models/codegen/aws/lightsail/ContainerServiceDeploymentVersion.ts +++ b/src/app/Models/codegen/aws/lightsail/ContainerServiceDeploymentVersion.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_ContainerServiceDeploymentVersionContainer, lightsail_ContainerServiceDeploymentVersionContainer_GetTypes, -} from "../types/lightsail_ContainerServiceDeploymentVersionContainer"; +} from '../types/lightsail_ContainerServiceDeploymentVersionContainer'; import { lightsail_ContainerServiceDeploymentVersionPublicEndpoint, lightsail_ContainerServiceDeploymentVersionPublicEndpoint_GetTypes, -} from "../types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint"; +} from '../types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint'; export interface ContainerServiceDeploymentVersionArgs { // A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below. @@ -48,16 +48,16 @@ export class ContainerServiceDeploymentVersion extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "containers", - "A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.", + 'containers', + 'A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.', () => lightsail_ContainerServiceDeploymentVersionContainer_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "publicEndpoint", - "A configuration block that describes the settings of the public endpoint for the container service. Detailed below.", + 'publicEndpoint', + 'A configuration block that describes the settings of the public endpoint for the container service. Detailed below.', () => lightsail_ContainerServiceDeploymentVersionPublicEndpoint_GetTypes(), false, @@ -65,8 +65,8 @@ export class ContainerServiceDeploymentVersion extends DS_Resource { ), new DynamicUIProps( InputType.String, - "serviceName", - "The name for the container service.", + 'serviceName', + 'The name for the container service.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/Database.ts b/src/app/Models/codegen/aws/lightsail/Database.ts index ecc03a4c5..b69c0115c 100644 --- a/src/app/Models/codegen/aws/lightsail/Database.ts +++ b/src/app/Models/codegen/aws/lightsail/Database.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DatabaseArgs { // The bundle ID for your new database. A bundle describes the performance specifications for your database (see list below). You can get a list of database bundle IDs by using the AWS CLI command: `aws lightsail get-relational-database-bundles`. @@ -142,63 +142,63 @@ export class Database extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final database snapshot is created before your database is deleted. If true is specified, no database snapshot is created. If false is specified, a database snapshot is created before your database is deleted. You must specify the final relational database snapshot name parameter if the skip final snapshot parameter is false.", + 'skipFinalSnapshot', + 'Determines whether a final database snapshot is created before your database is deleted. If true is specified, no database snapshot is created. If false is specified, a database snapshot is created before your database is deleted. You must specify the final relational database snapshot name parameter if the skip final snapshot parameter is false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "relationalDatabaseName", - "The name to use for your new Lightsail database resource. Names be unique within each AWS Region in your Lightsail account.", + 'relationalDatabaseName', + 'The name to use for your new Lightsail database resource. Names be unique within each AWS Region in your Lightsail account.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "When true , applies changes immediately. When false , applies changes during the preferred maintenance window. Some changes may cause an outage.", + 'applyImmediately', + 'When true , applies changes immediately. When false , applies changes during the preferred maintenance window. Some changes may cause an outage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.", + 'availabilityZone', + 'The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bundleId", - "The bundle ID for your new database. A bundle describes the performance specifications for your database (see list below). You can get a list of database bundle IDs by using the AWS CLI command: `aws lightsail get-relational-database-bundles`.", + 'bundleId', + 'The bundle ID for your new database. A bundle describes the performance specifications for your database (see list below). You can get a list of database bundle IDs by using the AWS CLI command: `aws lightsail get-relational-database-bundles`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "masterDatabaseName", - "The name of the master database created when the Lightsail database resource is created.", + 'masterDatabaseName', + 'The name of the master database created when the Lightsail database resource is created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "finalSnapshotName", - "The name of the database snapshot created if skip final snapshot is false, which is the default value for that parameter.", + 'finalSnapshotName', + 'The name of the database snapshot created if skip final snapshot is false, which is the default value for that parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterPassword", + 'masterPassword', 'The password for the master user of your new database. The password can include any printable ASCII character except "/", """, or "@".', () => [], true, @@ -206,56 +206,56 @@ export class Database extends DS_Resource { ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", - "The daily time range during which automated backups are created for your new database if automated backups are enabled. Must be in the hh24:mi-hh24:mi format. Example: `16:00-16:30`. Specified in Coordinated Universal Time (UTC).", + 'preferredBackupWindow', + 'The daily time range during which automated backups are created for your new database if automated backups are enabled. Must be in the hh24:mi-hh24:mi format. Example: `16:00-16:30`. Specified in Coordinated Universal Time (UTC).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "blueprintId", - "The blueprint ID for your new database. A blueprint describes the major engine version of a database. You can get a list of database blueprints IDs by using the AWS CLI command: `aws lightsail get-relational-database-blueprints`", + 'blueprintId', + 'The blueprint ID for your new database. A blueprint describes the major engine version of a database. You can get a list of database blueprints IDs by using the AWS CLI command: `aws lightsail get-relational-database-blueprints`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "masterUsername", - "The master user name for your new database.", + 'masterUsername', + 'The master user name for your new database.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.", + 'publiclyAccessible', + 'Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "backupRetentionEnabled", - "When true, enables automated backup retention for your database. When false, disables automated backup retention for your database. Disabling backup retention deletes all automated database backups. Before disabling this, you may want to create a snapshot of your database.", + 'backupRetentionEnabled', + 'When true, enables automated backup retention for your database. When false, disables automated backup retention for your database. Disabling backup retention deletes all automated database backups. Before disabling this, you may want to create a snapshot of your database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range during which system maintenance can occur on your new database. Must be in the ddd:hh24:mi-ddd:hh24:mi format. Specified in Coordinated Universal Time (UTC). Example: `Tue:17:00-Tue:17:30`", + 'preferredMaintenanceWindow', + 'The weekly time range during which system maintenance can occur on your new database. Must be in the ddd:hh24:mi-ddd:hh24:mi format. Specified in Coordinated Universal Time (UTC). Example: `Tue:17:00-Tue:17:30`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/lightsail/Disk.ts b/src/app/Models/codegen/aws/lightsail/Disk.ts index a135892db..c0dec54f5 100644 --- a/src/app/Models/codegen/aws/lightsail/Disk.ts +++ b/src/app/Models/codegen/aws/lightsail/Disk.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DiskArgs { // The Availability Zone in which to create your disk. @@ -49,32 +49,32 @@ export class Disk extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "sizeInGb", - "The size of the disk in GB.", + 'sizeInGb', + 'The size of the disk in GB.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which to create your disk.", + 'availabilityZone', + 'The Availability Zone in which to create your disk.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the disk.", + 'name', + 'The name of the disk.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/Disk_attachment.ts b/src/app/Models/codegen/aws/lightsail/Disk_attachment.ts index 1327c3b4f..52b8a85f3 100644 --- a/src/app/Models/codegen/aws/lightsail/Disk_attachment.ts +++ b/src/app/Models/codegen/aws/lightsail/Disk_attachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface Disk_attachmentArgs { // The disk path to expose to the instance. @@ -31,24 +31,24 @@ export class Disk_attachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "diskPath", - "The disk path to expose to the instance.", + 'diskPath', + 'The disk path to expose to the instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceName", - "The name of the Lightsail Instance to attach to.", + 'instanceName', + 'The name of the Lightsail Instance to attach to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "diskName", - "The name of the Lightsail Disk.", + 'diskName', + 'The name of the Lightsail Disk.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/Distribution.ts b/src/app/Models/codegen/aws/lightsail/Distribution.ts index 63d082196..c3f19c036 100644 --- a/src/app/Models/codegen/aws/lightsail/Distribution.ts +++ b/src/app/Models/codegen/aws/lightsail/Distribution.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_DistributionDefaultCacheBehavior, lightsail_DistributionDefaultCacheBehavior_GetTypes, -} from "../types/lightsail_DistributionDefaultCacheBehavior"; +} from '../types/lightsail_DistributionDefaultCacheBehavior'; import { lightsail_DistributionOrigin, lightsail_DistributionOrigin_GetTypes, -} from "../types/lightsail_DistributionOrigin"; +} from '../types/lightsail_DistributionOrigin'; import { lightsail_DistributionLocation, lightsail_DistributionLocation_GetTypes, -} from "../types/lightsail_DistributionLocation"; +} from '../types/lightsail_DistributionLocation'; import { lightsail_DistributionCacheBehaviorSettings, lightsail_DistributionCacheBehaviorSettings_GetTypes, -} from "../types/lightsail_DistributionCacheBehaviorSettings"; +} from '../types/lightsail_DistributionCacheBehaviorSettings'; import { lightsail_DistributionCacheBehavior, lightsail_DistributionCacheBehavior_GetTypes, -} from "../types/lightsail_DistributionCacheBehavior"; +} from '../types/lightsail_DistributionCacheBehavior'; export interface DistributionArgs { // Map of tags for the Lightsail Distribution. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -131,80 +131,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "cacheBehaviorSettings", - "An object that describes the cache behavior settings of the distribution. Detailed below\n\nThe following arguments are optional:", + 'cacheBehaviorSettings', + 'An object that describes the cache behavior settings of the distribution. Detailed below\n\nThe following arguments are optional:', () => lightsail_DistributionCacheBehaviorSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "isEnabled", - "Indicates whether the distribution is enabled. Default: `true`.", + 'isEnabled', + 'Indicates whether the distribution is enabled. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "defaultCacheBehavior", - "Object that describes the default cache behavior of the distribution. Detailed below", + 'defaultCacheBehavior', + 'Object that describes the default cache behavior of the distribution. Detailed below', () => lightsail_DistributionDefaultCacheBehavior_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "origin", - "Object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer. Detailed below", + 'origin', + 'Object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer. Detailed below', () => lightsail_DistributionOrigin_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "Bundle ID to use for the distribution.", + 'bundleId', + 'Bundle ID to use for the distribution.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "cacheBehaviors", - "A set of configuration blocks that describe the per-path cache behavior of the distribution. Detailed below", + 'cacheBehaviors', + 'A set of configuration blocks that describe the per-path cache behavior of the distribution. Detailed below', () => lightsail_DistributionCacheBehavior_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The IP address type of the distribution. Default: `dualstack`.", + 'ipAddressType', + 'The IP address type of the distribution. Default: `dualstack`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateName", - "The name of the SSL/TLS certificate attached to the distribution, if any.", + 'certificateName', + 'The name of the SSL/TLS certificate attached to the distribution, if any.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the distribution.", + 'name', + 'Name of the distribution.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags for the Lightsail Distribution. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags for the Lightsail Distribution. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lightsail/Domain.ts b/src/app/Models/codegen/aws/lightsail/Domain.ts index ed8c7c7f5..424308c27 100644 --- a/src/app/Models/codegen/aws/lightsail/Domain.ts +++ b/src/app/Models/codegen/aws/lightsail/Domain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainArgs { // The name of the Lightsail domain to manage @@ -22,8 +22,8 @@ export class Domain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "The name of the Lightsail domain to manage", + 'domainName', + 'The name of the Lightsail domain to manage', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/DomainEntry.ts b/src/app/Models/codegen/aws/lightsail/DomainEntry.ts index f49e66cf3..f6e86f011 100644 --- a/src/app/Models/codegen/aws/lightsail/DomainEntry.ts +++ b/src/app/Models/codegen/aws/lightsail/DomainEntry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainEntryArgs { // Type of record @@ -43,40 +43,40 @@ export class DomainEntry extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the entry record", + 'name', + 'Name of the entry record', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "Target of the domain entry", + 'target', + 'Target of the domain entry', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of record", + 'type', + 'Type of record', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domainName", - "The name of the Lightsail domain in which to create the entry", + 'domainName', + 'The name of the Lightsail domain in which to create the entry', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "isAlias", - "If the entry should be an alias Defaults to `false`", + 'isAlias', + 'If the entry should be an alias Defaults to `false`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/Instance.ts b/src/app/Models/codegen/aws/lightsail/Instance.ts index af5410a87..942d63f3b 100644 --- a/src/app/Models/codegen/aws/lightsail/Instance.ts +++ b/src/app/Models/codegen/aws/lightsail/Instance.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_InstanceAddOn, lightsail_InstanceAddOn_GetTypes, -} from "../types/lightsail_InstanceAddOn"; +} from '../types/lightsail_InstanceAddOn'; export interface InstanceArgs { // The add on configuration for the instance. Detailed below. @@ -131,72 +131,72 @@ bundle IDs can be obtained using the AWS CLI command: return [ new DynamicUIProps( InputType.String, - "bundleId", - "The bundle of specification information. A list of available\nbundle IDs can be obtained using the AWS CLI command:\n[`aws lightsail get-bundles`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-bundles.html).", + 'bundleId', + 'The bundle of specification information. A list of available\nbundle IDs can be obtained using the AWS CLI command:\n[`aws lightsail get-bundles`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-bundles.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyPairName", - "The name of your key pair. Created in the\nLightsail console (cannot use `aws.ec2.KeyPair` at this time)", + 'keyPairName', + 'The name of your key pair. Created in the\nLightsail console (cannot use `aws.ec2.KeyPair` at this time)', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userData", - "Single lined launch script as a string to configure server with additional user data", + 'userData', + 'Single lined launch script as a string to configure server with additional user data', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The IP address type of the Lightsail Instance. Valid Values: `dualstack` | `ipv4`.", + 'ipAddressType', + 'The IP address type of the Lightsail Instance. Valid Values: `dualstack` | `ipv4`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Lightsail Instance. Names must be unique within each AWS Region in your Lightsail account.", + 'name', + 'The name of the Lightsail Instance. Names must be unique within each AWS Region in your Lightsail account.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "addOn", - "The add on configuration for the instance. Detailed below.", + 'addOn', + 'The add on configuration for the instance. Detailed below.', () => lightsail_InstanceAddOn_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which to create your instance. A\nlist of available zones can be obtained using the AWS CLI command:\n[`aws lightsail get-regions --include-availability-zones`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-regions.html).", + 'availabilityZone', + 'The Availability Zone in which to create your instance. A\nlist of available zones can be obtained using the AWS CLI command:\n[`aws lightsail get-regions --include-availability-zones`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-regions.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "blueprintId", - "The ID for a virtual private server image. A list of available\nblueprint IDs can be obtained using the AWS CLI command:\n[`aws lightsail get-blueprints`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-blueprints.html).", + 'blueprintId', + 'The ID for a virtual private server image. A list of available\nblueprint IDs can be obtained using the AWS CLI command:\n[`aws lightsail get-blueprints`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-blueprints.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/InstancePublicPorts.ts b/src/app/Models/codegen/aws/lightsail/InstancePublicPorts.ts index 8498e492d..0d2afb8af 100644 --- a/src/app/Models/codegen/aws/lightsail/InstancePublicPorts.ts +++ b/src/app/Models/codegen/aws/lightsail/InstancePublicPorts.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_InstancePublicPortsPortInfo, lightsail_InstancePublicPortsPortInfo_GetTypes, -} from "../types/lightsail_InstancePublicPortsPortInfo"; +} from '../types/lightsail_InstancePublicPortsPortInfo'; export interface InstancePublicPortsArgs { // Name of the Lightsail Instance. @@ -29,16 +29,16 @@ export class InstancePublicPorts extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceName", - "Name of the Lightsail Instance.", + 'instanceName', + 'Name of the Lightsail Instance.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "portInfos", - "Configuration block with port information. AWS closes all currently open ports that are not included in the `port_info`. Detailed below.", + 'portInfos', + 'Configuration block with port information. AWS closes all currently open ports that are not included in the `port_info`. Detailed below.', () => lightsail_InstancePublicPortsPortInfo_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/lightsail/KeyPair.ts b/src/app/Models/codegen/aws/lightsail/KeyPair.ts index 84c0b678a..fdd61fcf8 100644 --- a/src/app/Models/codegen/aws/lightsail/KeyPair.ts +++ b/src/app/Models/codegen/aws/lightsail/KeyPair.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyPairArgs { // The name of the Lightsail Key Pair. If omitted, a unique name will be generated by this provider @@ -69,40 +69,40 @@ A map of tags to assign to the collection. To create a key-only tag, use an empt return [ new DynamicUIProps( InputType.String, - "namePrefix", - "", + 'namePrefix', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pgpKey", - "An optional PGP key to encrypt the resulting private key material. Only used when creating a new key pair", + 'pgpKey', + 'An optional PGP key to encrypt the resulting private key material. Only used when creating a new key pair', () => [], false, true, ), new DynamicUIProps( InputType.String, - "publicKey", - "The public key material. This public key will be imported into Lightsail", + 'publicKey', + 'The public key material. This public key will be imported into Lightsail', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the collection. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** a PGP key is not required, however it is strongly encouraged. Without a PGP key, the private key material will be stored in state unencrypted.`pgp_key` is ignored if `public_key` is supplied.", + 'tags', + 'A map of tags to assign to the collection. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\n> **NOTE:** a PGP key is not required, however it is strongly encouraged. Without a PGP key, the private key material will be stored in state unencrypted.`pgp_key` is ignored if `public_key` is supplied.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Lightsail Key Pair. If omitted, a unique name will be generated by this provider", + 'name', + 'The name of the Lightsail Key Pair. If omitted, a unique name will be generated by this provider', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/Lb.ts b/src/app/Models/codegen/aws/lightsail/Lb.ts index 150e3b4c8..fc2268c6f 100644 --- a/src/app/Models/codegen/aws/lightsail/Lb.ts +++ b/src/app/Models/codegen/aws/lightsail/Lb.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LbArgs { // The health check path of the load balancer. Default value "/". @@ -64,7 +64,7 @@ export class Lb extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "healthCheckPath", + 'healthCheckPath', 'The health check path of the load balancer. Default value "/".', () => [], false, @@ -72,32 +72,32 @@ export class Lb extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "instancePort", - "The instance port the load balancer will connect.", + 'instancePort', + 'The instance port the load balancer will connect.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "", + 'ipAddressType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Lightsail load balancer.", + 'name', + 'The name of the Lightsail load balancer.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/lightsail/LbAttachment.ts b/src/app/Models/codegen/aws/lightsail/LbAttachment.ts index 4f23ff9e3..8bddca592 100644 --- a/src/app/Models/codegen/aws/lightsail/LbAttachment.ts +++ b/src/app/Models/codegen/aws/lightsail/LbAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LbAttachmentArgs { // The name of the instance to attach to the load balancer. @@ -25,16 +25,16 @@ export class LbAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "lbName", - "The name of the Lightsail load balancer.", + 'lbName', + 'The name of the Lightsail load balancer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceName", - "The name of the instance to attach to the load balancer.", + 'instanceName', + 'The name of the instance to attach to the load balancer.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/LbCertificate.ts b/src/app/Models/codegen/aws/lightsail/LbCertificate.ts index 7e7b499b0..3a2ea5329 100644 --- a/src/app/Models/codegen/aws/lightsail/LbCertificate.ts +++ b/src/app/Models/codegen/aws/lightsail/LbCertificate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_LbCertificateDomainValidationRecord, lightsail_LbCertificateDomainValidationRecord_GetTypes, -} from "../types/lightsail_LbCertificateDomainValidationRecord"; +} from '../types/lightsail_LbCertificateDomainValidationRecord'; export interface LbCertificateArgs { // The domain name (e.g., example.com) for your SSL/TLS certificate. @@ -53,32 +53,32 @@ export class LbCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainName", - "The domain name (e.g., example.com) for your SSL/TLS certificate.", + 'domainName', + 'The domain name (e.g., example.com) for your SSL/TLS certificate.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lbName", - "The load balancer name where you want to create the SSL/TLS certificate.", + 'lbName', + 'The load balancer name where you want to create the SSL/TLS certificate.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The SSL/TLS certificate name.", + 'name', + 'The SSL/TLS certificate name.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "Set of domains that should be SANs in the issued certificate. `domain_name` attribute is automatically added as a Subject Alternative Name.", + 'subjectAlternativeNames', + 'Set of domains that should be SANs in the issued certificate. `domain_name` attribute is automatically added as a Subject Alternative Name.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/lightsail/LbCertificateAttachment.ts b/src/app/Models/codegen/aws/lightsail/LbCertificateAttachment.ts index 9eee703b5..7d0c0a7d6 100644 --- a/src/app/Models/codegen/aws/lightsail/LbCertificateAttachment.ts +++ b/src/app/Models/codegen/aws/lightsail/LbCertificateAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LbCertificateAttachmentArgs { // The name of your SSL/TLS certificate. @@ -25,16 +25,16 @@ export class LbCertificateAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "lbName", - "The name of the load balancer to which you want to associate the SSL/TLS certificate.", + 'lbName', + 'The name of the load balancer to which you want to associate the SSL/TLS certificate.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateName", - "The name of your SSL/TLS certificate.", + 'certificateName', + 'The name of your SSL/TLS certificate.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/LbHttpsRedirectionPolicy.ts b/src/app/Models/codegen/aws/lightsail/LbHttpsRedirectionPolicy.ts index f09bf161a..f773d73b6 100644 --- a/src/app/Models/codegen/aws/lightsail/LbHttpsRedirectionPolicy.ts +++ b/src/app/Models/codegen/aws/lightsail/LbHttpsRedirectionPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LbHttpsRedirectionPolicyArgs { // The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection. @@ -25,16 +25,16 @@ export class LbHttpsRedirectionPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection.", + 'enabled', + 'The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lbName", - "The name of the load balancer to which you want to enable http to https redirection.", + 'lbName', + 'The name of the load balancer to which you want to enable http to https redirection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/LbStickinessPolicy.ts b/src/app/Models/codegen/aws/lightsail/LbStickinessPolicy.ts index a1afb33cf..dcb075481 100644 --- a/src/app/Models/codegen/aws/lightsail/LbStickinessPolicy.ts +++ b/src/app/Models/codegen/aws/lightsail/LbStickinessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LbStickinessPolicyArgs { // The cookie duration in seconds. This determines the length of the session stickiness. @@ -31,24 +31,24 @@ export class LbStickinessPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "cookieDuration", - "The cookie duration in seconds. This determines the length of the session stickiness.", + 'cookieDuration', + 'The cookie duration in seconds. This determines the length of the session stickiness.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "The Session Stickiness state of the load balancer. `true` to activate session stickiness or `false` to deactivate session stickiness.", + 'enabled', + 'The Session Stickiness state of the load balancer. `true` to activate session stickiness or `false` to deactivate session stickiness.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lbName", - "The name of the load balancer to which you want to enable session stickiness.", + 'lbName', + 'The name of the load balancer to which you want to enable session stickiness.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/lightsail/StaticIp.ts b/src/app/Models/codegen/aws/lightsail/StaticIp.ts index 7ebc2da0c..2d59220bb 100644 --- a/src/app/Models/codegen/aws/lightsail/StaticIp.ts +++ b/src/app/Models/codegen/aws/lightsail/StaticIp.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StaticIpArgs { // The name for the allocated static IP @@ -28,8 +28,8 @@ export class StaticIp extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name for the allocated static IP", + 'name', + 'The name for the allocated static IP', () => [], false, true, diff --git a/src/app/Models/codegen/aws/lightsail/StaticIpAttachment.ts b/src/app/Models/codegen/aws/lightsail/StaticIpAttachment.ts index e92ca25bc..38cc61db7 100644 --- a/src/app/Models/codegen/aws/lightsail/StaticIpAttachment.ts +++ b/src/app/Models/codegen/aws/lightsail/StaticIpAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StaticIpAttachmentArgs { // The name of the Lightsail instance to attach the IP to @@ -28,16 +28,16 @@ export class StaticIpAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "instanceName", - "The name of the Lightsail instance to attach the IP to", + 'instanceName', + 'The name of the Lightsail instance to attach the IP to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "staticIpName", - "The name of the allocated static IP", + 'staticIpName', + 'The name of the allocated static IP', () => [], true, true, diff --git a/src/app/Models/codegen/aws/location/GeofenceCollection.ts b/src/app/Models/codegen/aws/location/GeofenceCollection.ts index 6a951e89d..2ba0503bd 100644 --- a/src/app/Models/codegen/aws/location/GeofenceCollection.ts +++ b/src/app/Models/codegen/aws/location/GeofenceCollection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GeofenceCollectionArgs { /* @@ -57,32 +57,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "The optional description for the geofence collection.", + 'description', + 'The optional description for the geofence collection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.", + 'kmsKeyId', + 'A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the geofence collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the geofence collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "collectionName", - "The name of the geofence collection.\n\nThe following arguments are optional:", + 'collectionName', + 'The name of the geofence collection.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/location/MapResource.ts b/src/app/Models/codegen/aws/location/MapResource.ts index 0d89a6f17..22cd8d172 100644 --- a/src/app/Models/codegen/aws/location/MapResource.ts +++ b/src/app/Models/codegen/aws/location/MapResource.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { location_MapConfiguration, location_MapConfiguration_GetTypes, -} from "../types/location_MapConfiguration"; +} from '../types/location_MapConfiguration'; export interface MapResourceArgs { /* @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "mapName", - "The name for the map resource.\n\nThe following arguments are optional:", + 'mapName', + 'The name for the map resource.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the map. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the map. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "Configuration block with the map style selected from an available data provider. Detailed below.", + 'configuration', + 'Configuration block with the map style selected from an available data provider. Detailed below.', () => location_MapConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description for the map resource.", + 'description', + 'An optional description for the map resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/location/PlaceIndex.ts b/src/app/Models/codegen/aws/location/PlaceIndex.ts index f2008f30a..d1048aa9e 100644 --- a/src/app/Models/codegen/aws/location/PlaceIndex.ts +++ b/src/app/Models/codegen/aws/location/PlaceIndex.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { location_PlaceIndexDataSourceConfiguration, location_PlaceIndexDataSourceConfiguration_GetTypes, -} from "../types/location_PlaceIndexDataSourceConfiguration"; +} from '../types/location_PlaceIndexDataSourceConfiguration'; export interface PlaceIndexArgs { // The optional description for the place index resource. @@ -67,40 +67,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "The optional description for the place index resource.", + 'description', + 'The optional description for the place index resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexName", - "The name of the place index resource.\n\nThe following arguments are optional:", + 'indexName', + 'The name of the place index resource.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the place index. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the place index. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSource", - "Specifies the geospatial data provider for the new place index.", + 'dataSource', + 'Specifies the geospatial data provider for the new place index.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "dataSourceConfiguration", - "Configuration block with the data storage option chosen for requesting Places. Detailed below.", + 'dataSourceConfiguration', + 'Configuration block with the data storage option chosen for requesting Places. Detailed below.', () => location_PlaceIndexDataSourceConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/location/RouteCalculation.ts b/src/app/Models/codegen/aws/location/RouteCalculation.ts index fc3161db2..0212ef9c4 100644 --- a/src/app/Models/codegen/aws/location/RouteCalculation.ts +++ b/src/app/Models/codegen/aws/location/RouteCalculation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteCalculationArgs { // The optional description for the route calculator resource. @@ -57,32 +57,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "calculatorName", - "The name of the route calculator resource.", + 'calculatorName', + 'The name of the route calculator resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dataSource", - "Specifies the data provider of traffic and road network data.\n\nThe following arguments are optional:", + 'dataSource', + 'Specifies the data provider of traffic and road network data.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "The optional description for the route calculator resource.", + 'description', + 'The optional description for the route calculator resource.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the route calculator. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the route calculator. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/location/Tracker.ts b/src/app/Models/codegen/aws/location/Tracker.ts index e983962cf..a45d98c60 100644 --- a/src/app/Models/codegen/aws/location/Tracker.ts +++ b/src/app/Models/codegen/aws/location/Tracker.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrackerArgs { // The optional description for the tracker resource. @@ -63,40 +63,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.", + 'kmsKeyId', + 'A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "positionFiltering", - "The position filtering method of the tracker resource. Valid values: `TimeBased`, `DistanceBased`, `AccuracyBased`. Default: `TimeBased`.", + 'positionFiltering', + 'The position filtering method of the tracker resource. Valid values: `TimeBased`, `DistanceBased`, `AccuracyBased`. Default: `TimeBased`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the tracker. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the tracker. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "trackerName", - "The name of the tracker resource.\n\nThe following arguments are optional:", + 'trackerName', + 'The name of the tracker resource.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The optional description for the tracker resource.", + 'description', + 'The optional description for the tracker resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/location/TrackerAssociation.ts b/src/app/Models/codegen/aws/location/TrackerAssociation.ts index 17c2d344e..e20bcf175 100644 --- a/src/app/Models/codegen/aws/location/TrackerAssociation.ts +++ b/src/app/Models/codegen/aws/location/TrackerAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrackerAssociationArgs { // The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS. @@ -25,16 +25,16 @@ export class TrackerAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "consumerArn", - "The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS.", + 'consumerArn', + 'The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "trackerName", - "The name of the tracker resource to be associated with a geofence collection.", + 'trackerName', + 'The name of the tracker resource to be associated with a geofence collection.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/m2/Application.ts b/src/app/Models/codegen/aws/m2/Application.ts index a7bedccd5..5421bfb3b 100644 --- a/src/app/Models/codegen/aws/m2/Application.ts +++ b/src/app/Models/codegen/aws/m2/Application.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { m2_ApplicationDefinition, m2_ApplicationDefinition_GetTypes, -} from "../types/m2_ApplicationDefinition"; +} from '../types/m2_ApplicationDefinition'; import { m2_ApplicationTimeouts, m2_ApplicationTimeouts_GetTypes, -} from "../types/m2_ApplicationTimeouts"; +} from '../types/m2_ApplicationTimeouts'; export interface ApplicationArgs { // ARN of role for application to use to access AWS resources. @@ -89,64 +89,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS Key to use for the Application.", + 'kmsKeyId', + 'KMS Key to use for the Application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique identifier of the application.\n\nThe following arguments are optional:", + 'name', + 'Unique identifier of the application.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of role for application to use to access AWS resources.", + 'roleArn', + 'ARN of role for application to use to access AWS resources.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => m2_ApplicationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "definition", - "The application definition for this application. You can specify either inline JSON or an S3 bucket location.", + 'definition', + 'The application definition for this application. You can specify either inline JSON or an S3 bucket location.', () => m2_ApplicationDefinition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the application.", + 'description', + 'Description of the application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineType", - "Engine type must be `microfocus | bluage`.", + 'engineType', + 'Engine type must be `microfocus | bluage`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/m2/Deployment.ts b/src/app/Models/codegen/aws/m2/Deployment.ts index 76aa5c0ff..461214aff 100644 --- a/src/app/Models/codegen/aws/m2/Deployment.ts +++ b/src/app/Models/codegen/aws/m2/Deployment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { m2_DeploymentTimeouts, m2_DeploymentTimeouts_GetTypes, -} from "../types/m2_DeploymentTimeouts"; +} from '../types/m2_DeploymentTimeouts'; export interface DeploymentArgs { // Start the application once deployed. @@ -56,48 +56,48 @@ export class Deployment extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "applicationVersion", - "Version to application to deploy", + 'applicationVersion', + 'Version to application to deploy', () => [], true, false, ), new DynamicUIProps( InputType.String, - "environmentId", - "Environment to deploy application to.", + 'environmentId', + 'Environment to deploy application to.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "forceStop", - "", + 'forceStop', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "start", - "Start the application once deployed.", + 'start', + 'Start the application once deployed.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => m2_DeploymentTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "Application to deploy.", + 'applicationId', + 'Application to deploy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/m2/Environment.ts b/src/app/Models/codegen/aws/m2/Environment.ts index d7b40ad60..43fbd4ffd 100644 --- a/src/app/Models/codegen/aws/m2/Environment.ts +++ b/src/app/Models/codegen/aws/m2/Environment.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { m2_EnvironmentTimeouts, m2_EnvironmentTimeouts_GetTypes, -} from "../types/m2_EnvironmentTimeouts"; +} from '../types/m2_EnvironmentTimeouts'; import { m2_EnvironmentHighAvailabilityConfig, m2_EnvironmentHighAvailabilityConfig_GetTypes, -} from "../types/m2_EnvironmentHighAvailabilityConfig"; +} from '../types/m2_EnvironmentHighAvailabilityConfig'; import { m2_EnvironmentStorageConfiguration, m2_EnvironmentStorageConfiguration_GetTypes, -} from "../types/m2_EnvironmentStorageConfiguration"; +} from '../types/m2_EnvironmentStorageConfiguration'; export interface EnvironmentArgs { // @@ -141,128 +141,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "instanceType", - "M2 Instance Type.\n\nThe following arguments are optional:", + 'instanceType', + 'M2 Instance Type.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "storageConfiguration", - "", + 'storageConfiguration', + '', () => m2_EnvironmentStorageConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "applyChangesDuringMaintenanceWindow", - "", + 'applyChangesDuringMaintenanceWindow', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group ids.", + 'securityGroupIds', + 'List of security group ids.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the runtime environment. Must be unique within the account.", + 'name', + 'Name of the runtime environment. Must be unique within the account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format `ddd:hh24:mi-ddd:hh24:mi` and must be less than 24 hours. If not provided a random value will be used.", + 'preferredMaintenanceWindow', + 'Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format `ddd:hh24:mi-ddd:hh24:mi` and must be less than 24 hours. If not provided a random value will be used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => m2_EnvironmentTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet ids to deploy environment to.", + 'subnetIds', + 'List of subnet ids to deploy environment to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of the KMS key to use for the Environment.", + 'kmsKeyId', + 'ARN of the KMS key to use for the Environment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineType", - "Engine type must be `microfocus` or `bluage`.", + 'engineType', + 'Engine type must be `microfocus` or `bluage`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "forceUpdate", - "Force update the environment even if applications are running.", + 'forceUpdate', + 'Force update the environment even if applications are running.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Allow applications deployed to this environment to be publicly accessible.", + 'publiclyAccessible', + 'Allow applications deployed to this environment to be publicly accessible.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "highAvailabilityConfig", - "", + 'highAvailabilityConfig', + '', () => m2_EnvironmentHighAvailabilityConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The specific version of the engine for the Environment.", + 'engineVersion', + 'The specific version of the engine for the Environment.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the place index. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the place index. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/macie/CustomDataIdentifier.ts b/src/app/Models/codegen/aws/macie/CustomDataIdentifier.ts index 8a4e1c4f1..e372a5df5 100644 --- a/src/app/Models/codegen/aws/macie/CustomDataIdentifier.ts +++ b/src/app/Models/codegen/aws/macie/CustomDataIdentifier.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomDataIdentifierArgs { // The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters. @@ -70,55 +70,55 @@ export class CustomDataIdentifier extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "A custom name for the custom data identifier. The name can contain as many as 128 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'A custom name for the custom data identifier. The name can contain as many as 128 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "regex", - "The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.", + 'regex', + 'The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of key-value pairs that specifies the tags to associate with the custom data identifier.", + 'tags', + 'A map of key-value pairs that specifies the tags to associate with the custom data identifier.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A custom description of the custom data identifier. The description can contain as many as 512 characters.", + 'description', + 'A custom description of the custom data identifier. The description can contain as many as 512 characters.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ignoreWords", - "An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.", + 'ignoreWords', + 'An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "keywords", + 'keywords', "An array that lists specific character sequences (keywords), one of which must be within proximity (`maximum_match_distance`) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3 - 90 characters. Keywords aren't case sensitive.", () => InputType_String_GetTypes(), false, @@ -126,8 +126,8 @@ export class CustomDataIdentifier extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "maximumMatchDistance", - "The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.", + 'maximumMatchDistance', + 'The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/macie/FindingsFilter.ts b/src/app/Models/codegen/aws/macie/FindingsFilter.ts index fbb731f3b..adff5ec67 100644 --- a/src/app/Models/codegen/aws/macie/FindingsFilter.ts +++ b/src/app/Models/codegen/aws/macie/FindingsFilter.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie_FindingsFilterFindingCriteria, macie_FindingsFilterFindingCriteria_GetTypes, -} from "../types/macie_FindingsFilterFindingCriteria"; +} from '../types/macie_FindingsFilterFindingCriteria'; export interface FindingsFilterArgs { // The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings. @@ -65,47 +65,47 @@ export class FindingsFilter extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "findingCriteria", - "The criteria to use to filter findings.", + 'findingCriteria', + 'The criteria to use to filter findings.', () => macie_FindingsFilterFindingCriteria_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.", + 'position', + 'The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of key-value pairs that specifies the tags to associate with the filter.", + 'tags', + 'A map of key-value pairs that specifies the tags to associate with the filter.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "action", + 'action', "The action to perform on findings that meet the filter criteria (`finding_criteria`). Valid values are: `ARCHIVE`, suppress (automatically archive) the findings; and, `NOOP`, don't perform any action on the findings.", () => [], true, @@ -113,8 +113,8 @@ export class FindingsFilter extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "A custom description of the filter. The description can contain as many as 512 characters.", + 'description', + 'A custom description of the filter. The description can contain as many as 512 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/macie2/Account.ts b/src/app/Models/codegen/aws/macie2/Account.ts index 842280784..9fd5eff49 100644 --- a/src/app/Models/codegen/aws/macie2/Account.ts +++ b/src/app/Models/codegen/aws/macie2/Account.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountArgs { // Specifies how often to publish updates to policy findings for the account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). Valid values are `FIFTEEN_MINUTES`, `ONE_HOUR` or `SIX_HOURS`. @@ -34,16 +34,16 @@ export class Account extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "findingPublishingFrequency", - "Specifies how often to publish updates to policy findings for the account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). Valid values are `FIFTEEN_MINUTES`, `ONE_HOUR` or `SIX_HOURS`.", + 'findingPublishingFrequency', + 'Specifies how often to publish updates to policy findings for the account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). Valid values are `FIFTEEN_MINUTES`, `ONE_HOUR` or `SIX_HOURS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Specifies the status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to `ENABLED`. Valid values are `ENABLED` or `PAUSED`.", + 'status', + 'Specifies the status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to `ENABLED`. Valid values are `ENABLED` or `PAUSED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/macie2/ClassificationExportConfiguration.ts b/src/app/Models/codegen/aws/macie2/ClassificationExportConfiguration.ts index 7348c80ed..274b48b5c 100644 --- a/src/app/Models/codegen/aws/macie2/ClassificationExportConfiguration.ts +++ b/src/app/Models/codegen/aws/macie2/ClassificationExportConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationExportConfigurationS3Destination, macie2_ClassificationExportConfigurationS3Destination_GetTypes, -} from "../types/macie2_ClassificationExportConfigurationS3Destination"; +} from '../types/macie2_ClassificationExportConfigurationS3Destination'; export interface ClassificationExportConfigurationArgs { // Configuration block for a S3 Destination. Defined below @@ -23,8 +23,8 @@ export class ClassificationExportConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "s3Destination", - "Configuration block for a S3 Destination. Defined below", + 's3Destination', + 'Configuration block for a S3 Destination. Defined below', () => macie2_ClassificationExportConfigurationS3Destination_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/macie2/ClassificationJob.ts b/src/app/Models/codegen/aws/macie2/ClassificationJob.ts index a500588df..cdc0e3ff5 100644 --- a/src/app/Models/codegen/aws/macie2/ClassificationJob.ts +++ b/src/app/Models/codegen/aws/macie2/ClassificationJob.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobScheduleFrequency, macie2_ClassificationJobScheduleFrequency_GetTypes, -} from "../types/macie2_ClassificationJobScheduleFrequency"; +} from '../types/macie2_ClassificationJobScheduleFrequency'; import { macie2_ClassificationJobS3JobDefinition, macie2_ClassificationJobS3JobDefinition_GetTypes, -} from "../types/macie2_ClassificationJobS3JobDefinition"; +} from '../types/macie2_ClassificationJobS3JobDefinition'; import { macie2_ClassificationJobUserPausedDetail, macie2_ClassificationJobUserPausedDetail_GetTypes, -} from "../types/macie2_ClassificationJobUserPausedDetail"; +} from '../types/macie2_ClassificationJobUserPausedDetail'; export interface ClassificationJobArgs { // The custom data identifiers to use for data analysis and classification. @@ -106,31 +106,31 @@ export class ClassificationJob extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "customDataIdentifierIds", - "The custom data identifiers to use for data analysis and classification.", + 'customDataIdentifierIds', + 'The custom data identifiers to use for data analysis and classification.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "initialRun", - "Specifies whether to analyze all existing, eligible objects immediately after the job is created.", + 'initialRun', + 'Specifies whether to analyze all existing, eligible objects immediately after the job is created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "jobStatus", - "The status for the job. Valid values are: `CANCELLED`, `RUNNING` and `USER_PAUSED`", + 'jobStatus', + 'The status for the job. Valid values are: `CANCELLED`, `RUNNING` and `USER_PAUSED`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scheduleFrequency", + 'scheduleFrequency', "The recurrence pattern for running the job. To run the job only once, don't specify a value for this property and set the value for the `job_type` property to `ONE_TIME`. (documented below)", () => macie2_ClassificationJobScheduleFrequency_GetTypes(), false, @@ -138,55 +138,55 @@ export class ClassificationJob extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "A custom description of the job. The description can contain as many as 200 characters.", + 'description', + 'A custom description of the job. The description can contain as many as 200 characters.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "A custom name for the job. The name can contain as many as 500 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'A custom name for the job. The name can contain as many as 500 characters. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "s3JobDefinition", - "The S3 buckets that contain the objects to analyze, and the scope of that analysis. (documented below)", + 's3JobDefinition', + 'The S3 buckets that contain the objects to analyze, and the scope of that analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinition_GetTypes(), true, true, ), new DynamicUIProps( InputType.Number, - "samplingPercentage", - "The sampling depth, as a percentage, to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.", + 'samplingPercentage', + 'The sampling depth, as a percentage, to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of key-value pairs that specifies the tags to associate with the job. A job can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", + 'tags', + 'A map of key-value pairs that specifies the tags to associate with the job. A job can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "jobType", + 'jobType', "The schedule for running the job. Valid values are: `ONE_TIME` - Run the job only once. If you specify this value, don't specify a value for the `schedule_frequency` property. `SCHEDULED` - Run the job on a daily, weekly, or monthly basis. If you specify this value, use the `schedule_frequency` property to define the recurrence pattern for the job.", () => [], true, diff --git a/src/app/Models/codegen/aws/macie2/InvitationAccepter.ts b/src/app/Models/codegen/aws/macie2/InvitationAccepter.ts index afccfbb33..cbcebf8f0 100644 --- a/src/app/Models/codegen/aws/macie2/InvitationAccepter.ts +++ b/src/app/Models/codegen/aws/macie2/InvitationAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InvitationAccepterArgs { // The AWS account ID for the account that sent the invitation. @@ -22,8 +22,8 @@ export class InvitationAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "administratorAccountId", - "The AWS account ID for the account that sent the invitation.", + 'administratorAccountId', + 'The AWS account ID for the account that sent the invitation.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/macie2/Member.ts b/src/app/Models/codegen/aws/macie2/Member.ts index d45460939..48102fd43 100644 --- a/src/app/Models/codegen/aws/macie2/Member.ts +++ b/src/app/Models/codegen/aws/macie2/Member.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MemberArgs { // The email address for the account. @@ -76,56 +76,56 @@ export class Member extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "email", - "The email address for the account.", + 'email', + 'The email address for the account.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "invitationDisableEmailNotification", - "Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `true`.", + 'invitationDisableEmailNotification', + 'Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invitationMessage", - "A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.", + 'invitationMessage', + 'A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "invite", - "Send an invitation to a member", + 'invite', + 'Send an invitation to a member', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Specifies the status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to `ENABLED`. Valid values are `ENABLED` or `PAUSED`.", + 'status', + 'Specifies the status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to `ENABLED`. Valid values are `ENABLED` or `PAUSED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.", + 'tags', + 'A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the account.", + 'accountId', + 'The AWS account ID for the account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/macie2/OrganizationAdminAccount.ts b/src/app/Models/codegen/aws/macie2/OrganizationAdminAccount.ts index cbbebc147..c26919a5a 100644 --- a/src/app/Models/codegen/aws/macie2/OrganizationAdminAccount.ts +++ b/src/app/Models/codegen/aws/macie2/OrganizationAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationAdminAccountArgs { // The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization. @@ -19,8 +19,8 @@ export class OrganizationAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "adminAccountId", - "The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.", + 'adminAccountId', + 'The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/mediaconvert/Queue.ts b/src/app/Models/codegen/aws/mediaconvert/Queue.ts index cf995ae32..f0930c3b6 100644 --- a/src/app/Models/codegen/aws/mediaconvert/Queue.ts +++ b/src/app/Models/codegen/aws/mediaconvert/Queue.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mediaconvert_QueueReservationPlanSettings, mediaconvert_QueueReservationPlanSettings_GetTypes, -} from "../types/mediaconvert_QueueReservationPlanSettings"; +} from '../types/mediaconvert_QueueReservationPlanSettings'; export interface QueueArgs { // A description of the queue @@ -59,48 +59,48 @@ export class Queue extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A description of the queue", + 'description', + 'A description of the queue', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A unique identifier describing the queue", + 'name', + 'A unique identifier describing the queue', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pricingPlan", - "Specifies whether the pricing plan for the queue is on-demand or reserved. Valid values are `ON_DEMAND` or `RESERVED`. Default to `ON_DEMAND`.", + 'pricingPlan', + 'Specifies whether the pricing plan for the queue is on-demand or reserved. Valid values are `ON_DEMAND` or `RESERVED`. Default to `ON_DEMAND`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "reservationPlanSettings", - "A detail pricing plan of the reserved queue. See below.", + 'reservationPlanSettings', + 'A detail pricing plan of the reserved queue. See below.', () => mediaconvert_QueueReservationPlanSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", - "A status of the queue. Valid values are `ACTIVE` or `RESERVED`. Default to `PAUSED`.", + 'status', + 'A status of the queue. Valid values are `ACTIVE` or `RESERVED`. Default to `PAUSED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/medialive/Channel.ts b/src/app/Models/codegen/aws/medialive/Channel.ts index f87692dd5..10647bbd5 100644 --- a/src/app/Models/codegen/aws/medialive/Channel.ts +++ b/src/app/Models/codegen/aws/medialive/Channel.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelVpc, medialive_ChannelVpc_GetTypes, -} from "../types/medialive_ChannelVpc"; +} from '../types/medialive_ChannelVpc'; import { medialive_ChannelDestination, medialive_ChannelDestination_GetTypes, -} from "../types/medialive_ChannelDestination"; +} from '../types/medialive_ChannelDestination'; import { medialive_ChannelInputAttachment, medialive_ChannelInputAttachment_GetTypes, -} from "../types/medialive_ChannelInputAttachment"; +} from '../types/medialive_ChannelInputAttachment'; import { medialive_ChannelInputSpecification, medialive_ChannelInputSpecification_GetTypes, -} from "../types/medialive_ChannelInputSpecification"; +} from '../types/medialive_ChannelInputSpecification'; import { medialive_ChannelCdiInputSpecification, medialive_ChannelCdiInputSpecification_GetTypes, -} from "../types/medialive_ChannelCdiInputSpecification"; +} from '../types/medialive_ChannelCdiInputSpecification'; import { medialive_ChannelEncoderSettings, medialive_ChannelEncoderSettings_GetTypes, -} from "../types/medialive_ChannelEncoderSettings"; +} from '../types/medialive_ChannelEncoderSettings'; import { medialive_ChannelMaintenance, medialive_ChannelMaintenance_GetTypes, -} from "../types/medialive_ChannelMaintenance"; +} from '../types/medialive_ChannelMaintenance'; export interface ChannelArgs { /* @@ -136,104 +136,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Channel.\n\nThe following arguments are optional:", + 'name', + 'Name of the Channel.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the channel. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the channel. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cdiInputSpecification", - "Specification of CDI inputs for this channel. See CDI Input Specification for more details.", + 'cdiInputSpecification', + 'Specification of CDI inputs for this channel. See CDI Input Specification for more details.', () => medialive_ChannelCdiInputSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "maintenance", - "Maintenance settings for this channel. See Maintenance for more details.", + 'maintenance', + 'Maintenance settings for this channel. See Maintenance for more details.', () => medialive_ChannelMaintenance_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Concise argument description.", + 'roleArn', + 'Concise argument description.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encoderSettings", - "Encoder settings. See Encoder Settings for more details.", + 'encoderSettings', + 'Encoder settings. See Encoder Settings for more details.', () => medialive_ChannelEncoderSettings_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "startChannel", - "Whether to start/stop channel. Default: `false`", + 'startChannel', + 'Whether to start/stop channel. Default: `false`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpc", - "Settings for the VPC outputs. See VPC for more details.", + 'vpc', + 'Settings for the VPC outputs. See VPC for more details.', () => medialive_ChannelVpc_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "channelClass", - "Concise argument description.", + 'channelClass', + 'Concise argument description.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "destinations", - "Destinations for channel. See Destinations for more details.", + 'destinations', + 'Destinations for channel. See Destinations for more details.', () => medialive_ChannelDestination_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "inputAttachments", - "Input attachments for the channel. See Input Attachments for more details.", + 'inputAttachments', + 'Input attachments for the channel. See Input Attachments for more details.', () => medialive_ChannelInputAttachment_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "inputSpecification", - "Specification of network and file inputs for the channel.", + 'inputSpecification', + 'Specification of network and file inputs for the channel.', () => medialive_ChannelInputSpecification_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "The log level to write to Cloudwatch logs.", + 'logLevel', + 'The log level to write to Cloudwatch logs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/medialive/Input.ts b/src/app/Models/codegen/aws/medialive/Input.ts index ae48f1e58..ca9d726e3 100644 --- a/src/app/Models/codegen/aws/medialive/Input.ts +++ b/src/app/Models/codegen/aws/medialive/Input.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_InputDestination, medialive_InputDestination_GetTypes, -} from "../types/medialive_InputDestination"; +} from '../types/medialive_InputDestination'; import { medialive_InputVpc, medialive_InputVpc_GetTypes, -} from "../types/medialive_InputVpc"; +} from '../types/medialive_InputVpc'; import { medialive_InputInputDevice, medialive_InputInputDevice_GetTypes, -} from "../types/medialive_InputInputDevice"; +} from '../types/medialive_InputInputDevice'; import { medialive_InputMediaConnectFlow, medialive_InputMediaConnectFlow_GetTypes, -} from "../types/medialive_InputMediaConnectFlow"; +} from '../types/medialive_InputMediaConnectFlow'; import { medialive_InputSource, medialive_InputSource_GetTypes, -} from "../types/medialive_InputSource"; +} from '../types/medialive_InputSource'; export interface InputArgs { // Settings for a private VPC Input. See VPC for more details. @@ -119,80 +119,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "inputDevices", - "Settings for the devices. See Input Devices for more details.", + 'inputDevices', + 'Settings for the devices. See Input Devices for more details.', () => medialive_InputInputDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "mediaConnectFlows", - "A list of the MediaConnect Flows. See Media Connect Flows for more details.", + 'mediaConnectFlows', + 'A list of the MediaConnect Flows. See Media Connect Flows for more details.', () => medialive_InputMediaConnectFlow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinations", - "Destination settings for PUSH type inputs. See Destinations for more details.", + 'destinations', + 'Destination settings for PUSH type inputs. See Destinations for more details.', () => medialive_InputDestination_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The different types of inputs that AWS Elemental MediaLive supports.\n\nThe following arguments are optional:", + 'type', + 'The different types of inputs that AWS Elemental MediaLive supports.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpc", - "Settings for a private VPC Input. See VPC for more details.", + 'vpc', + 'Settings for a private VPC Input. See VPC for more details.', () => medialive_InputVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the input.", + 'name', + 'Name of the input.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "inputSecurityGroups", - "List of input security groups.", + 'inputSecurityGroups', + 'List of input security groups.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role this input assumes during and after creation.", + 'roleArn', + 'The ARN of the role this input assumes during and after creation.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sources", - "The source URLs for a PULL-type input. See Sources for more details.", + 'sources', + 'The source URLs for a PULL-type input. See Sources for more details.', () => medialive_InputSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Input. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Input. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/medialive/InputSecurityGroup.ts b/src/app/Models/codegen/aws/medialive/InputSecurityGroup.ts index f58ad13c2..89b2c8be5 100644 --- a/src/app/Models/codegen/aws/medialive/InputSecurityGroup.ts +++ b/src/app/Models/codegen/aws/medialive/InputSecurityGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_InputSecurityGroupWhitelistRule, medialive_InputSecurityGroupWhitelistRule_GetTypes, -} from "../types/medialive_InputSecurityGroupWhitelistRule"; +} from '../types/medialive_InputSecurityGroupWhitelistRule'; export interface InputSecurityGroupArgs { // A map of tags to assign to the InputSecurityGroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -46,16 +46,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "whitelistRules", - "Whitelist rules. See Whitelist Rules for more details.\n\nThe following arguments are optional:", + 'whitelistRules', + 'Whitelist rules. See Whitelist Rules for more details.\n\nThe following arguments are optional:', () => medialive_InputSecurityGroupWhitelistRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the InputSecurityGroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the InputSecurityGroup. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/medialive/Multiplex.ts b/src/app/Models/codegen/aws/medialive/Multiplex.ts index b0ea4308a..7417a7d1c 100644 --- a/src/app/Models/codegen/aws/medialive/Multiplex.ts +++ b/src/app/Models/codegen/aws/medialive/Multiplex.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_MultiplexMultiplexSettings, medialive_MultiplexMultiplexSettings_GetTypes, -} from "../types/medialive_MultiplexMultiplexSettings"; +} from '../types/medialive_MultiplexMultiplexSettings'; export interface MultiplexArgs { // Multiplex settings. See Multiplex Settings for more details. @@ -61,40 +61,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "multiplexSettings", - "Multiplex settings. See Multiplex Settings for more details.", + 'multiplexSettings', + 'Multiplex settings. See Multiplex Settings for more details.', () => medialive_MultiplexMultiplexSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "name of Multiplex.\n\nThe following arguments are optional:", + 'name', + 'name of Multiplex.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "startMultiplex", - "Whether to start the Multiplex. Defaults to `false`.", + 'startMultiplex', + 'Whether to start the Multiplex. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Multiplex. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Multiplex. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "A list of availability zones. You must specify exactly two.", + 'availabilityZones', + 'A list of availability zones. You must specify exactly two.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/medialive/MultiplexProgram.ts b/src/app/Models/codegen/aws/medialive/MultiplexProgram.ts index 03eafdcf6..6e5b50c84 100644 --- a/src/app/Models/codegen/aws/medialive/MultiplexProgram.ts +++ b/src/app/Models/codegen/aws/medialive/MultiplexProgram.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_MultiplexProgramMultiplexProgramSettings, medialive_MultiplexProgramMultiplexProgramSettings_GetTypes, -} from "../types/medialive_MultiplexProgramMultiplexProgramSettings"; +} from '../types/medialive_MultiplexProgramMultiplexProgramSettings'; export interface MultiplexProgramArgs { // Multiplex ID. @@ -43,24 +43,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "multiplexId", - "Multiplex ID.", + 'multiplexId', + 'Multiplex ID.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "multiplexProgramSettings", - "MultiplexProgram settings. See Multiplex Program Settings for more details.\n\nThe following arguments are optional:", + 'multiplexProgramSettings', + 'MultiplexProgram settings. See Multiplex Program Settings for more details.\n\nThe following arguments are optional:', () => medialive_MultiplexProgramMultiplexProgramSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "programName", - "Unique program name.", + 'programName', + 'Unique program name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/mediapackage/Channel.ts b/src/app/Models/codegen/aws/mediapackage/Channel.ts index 4886a6cf5..459a89c71 100644 --- a/src/app/Models/codegen/aws/mediapackage/Channel.ts +++ b/src/app/Models/codegen/aws/mediapackage/Channel.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mediapackage_ChannelHlsIngest, mediapackage_ChannelHlsIngest_GetTypes, -} from "../types/mediapackage_ChannelHlsIngest"; +} from '../types/mediapackage_ChannelHlsIngest'; export interface ChannelArgs { // A unique identifier describing the channel @@ -44,24 +44,24 @@ export class Channel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "channelId", - "A unique identifier describing the channel", + 'channelId', + 'A unique identifier describing the channel', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the channel", + 'description', + 'A description of the channel', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/mediastore/Container.ts b/src/app/Models/codegen/aws/mediastore/Container.ts index 8fe284039..e07ca3d54 100644 --- a/src/app/Models/codegen/aws/mediastore/Container.ts +++ b/src/app/Models/codegen/aws/mediastore/Container.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContainerArgs { // A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -34,16 +34,16 @@ export class Container extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the container. Must contain alphanumeric characters or underscores.", + 'name', + 'The name of the container. Must contain alphanumeric characters or underscores.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/mediastore/ContainerPolicy.ts b/src/app/Models/codegen/aws/mediastore/ContainerPolicy.ts index 83008dbad..e8c3c9d28 100644 --- a/src/app/Models/codegen/aws/mediastore/ContainerPolicy.ts +++ b/src/app/Models/codegen/aws/mediastore/ContainerPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContainerPolicyArgs { // The name of the container. @@ -25,16 +25,16 @@ export class ContainerPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "containerName", - "The name of the container.", + 'containerName', + 'The name of the container.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The contents of the policy.", + 'policy', + 'The contents of the policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/memorydb/Acl.ts b/src/app/Models/codegen/aws/memorydb/Acl.ts index 5da2c3edb..844f155ed 100644 --- a/src/app/Models/codegen/aws/memorydb/Acl.ts +++ b/src/app/Models/codegen/aws/memorydb/Acl.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AclArgs { // Creates a unique name beginning with the specified prefix. Conflicts with `name`. @@ -46,32 +46,32 @@ export class Acl extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "userNames", - "Set of MemoryDB user names to be included in this ACL.", + 'userNames', + 'Set of MemoryDB user names to be included in this ACL.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the ACL. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the ACL. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/memorydb/Cluster.ts b/src/app/Models/codegen/aws/memorydb/Cluster.ts index 74e2d3bba..9b3978884 100644 --- a/src/app/Models/codegen/aws/memorydb/Cluster.ts +++ b/src/app/Models/codegen/aws/memorydb/Cluster.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_ClusterClusterEndpoint, memorydb_ClusterClusterEndpoint_GetTypes, -} from "../types/memorydb_ClusterClusterEndpoint"; +} from '../types/memorydb_ClusterClusterEndpoint'; import { memorydb_ClusterShard, memorydb_ClusterShard_GetTypes, -} from "../types/memorydb_ClusterShard"; +} from '../types/memorydb_ClusterShard'; export interface ClusterArgs { // Version number of the Redis engine to be used for the cluster. Downgrades are not supported. @@ -188,192 +188,192 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "When set to `true`, the cluster will automatically receive minor engine version upgrades after launch. Defaults to `true`.", + 'autoMinorVersionUpgrade', + 'When set to `true`, the cluster will automatically receive minor engine version upgrades after launch. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "numReplicasPerShard", - "The number of replicas to apply to each shard, up to a maximum of 5. Defaults to `1` (i.e. 2 nodes per shard).", + 'numReplicasPerShard', + 'The number of replicas to apply to each shard, up to a maximum of 5. Defaults to `1` (i.e. 2 nodes per shard).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dataTiering", - "Enables data tiering. This option is not supported by all instance types. For more information, see [Data tiering](https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html).", + 'dataTiering', + 'Enables data tiering. This option is not supported by all instance types. For more information, see [Data tiering](https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the KMS key used to encrypt the cluster at rest.", + 'kmsKeyArn', + 'ARN of the KMS key used to encrypt the cluster at rest.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Set of VPC Security Group ID-s to associate with this cluster.", + 'securityGroupIds', + 'Set of VPC Security Group ID-s to associate with this cluster.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "numShards", - "The number of shards in the cluster. Defaults to `1`.", + 'numShards', + 'The number of shards in the cluster. Defaults to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "The name of the parameter group associated with the cluster.", + 'parameterGroupName', + 'The name of the parameter group associated with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "Specifies the weekly time range during which maintenance on the cluster is performed. Specify as a range in the format `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC). The minimum maintenance window is a 60 minute period. Example: `sun:23:00-mon:01:30`.", + 'maintenanceWindow', + 'Specifies the weekly time range during which maintenance on the cluster is performed. Specify as a range in the format `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC). The minimum maintenance window is a 60 minute period. Example: `sun:23:00-mon:01:30`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "The name of the subnet group to be used for the cluster. Defaults to a subnet group consisting of default VPC subnets.", + 'subnetGroupName', + 'The name of the subnet group to be used for the cluster. Defaults to a subnet group consisting of default VPC subnets.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the cluster.", + 'description', + 'Description for the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version number of the Redis engine to be used for the cluster. Downgrades are not supported.", + 'engineVersion', + 'Version number of the Redis engine to be used for the cluster. Downgrades are not supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "The compute and memory capacity of the nodes in the cluster. See AWS documentation on [supported node types](https://docs.aws.amazon.com/memorydb/latest/devguide/nodes.supportedtypes.html) as well as [vertical scaling](https://docs.aws.amazon.com/memorydb/latest/devguide/cluster-vertical-scaling.html).\n\nThe following arguments are optional:", + 'nodeType', + 'The compute and memory capacity of the nodes in the cluster. See AWS documentation on [supported node types](https://docs.aws.amazon.com/memorydb/latest/devguide/nodes.supportedtypes.html) as well as [vertical scaling](https://docs.aws.amazon.com/memorydb/latest/devguide/cluster-vertical-scaling.html).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "The number of days for which MemoryDB retains automatic snapshots before deleting them. When set to `0`, automatic backups are disabled. Defaults to `0`.", + 'snapshotRetentionLimit', + 'The number of days for which MemoryDB retains automatic snapshots before deleting them. When set to `0`, automatic backups are disabled. Defaults to `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotWindow", - "The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard. Example: `05:00-09:00`.", + 'snapshotWindow', + 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard. Example: `05:00-09:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "snapshotArns", - "List of ARN-s that uniquely identify RDB snapshot files stored in S3. The snapshot files will be used to populate the new cluster. Object names in the ARN-s cannot contain any commas.", + 'snapshotArns', + 'List of ARN-s that uniquely identify RDB snapshot files stored in S3. The snapshot files will be used to populate the new cluster. Object names in the ARN-s cannot contain any commas.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "snapshotName", - "The name of a snapshot from which to restore data into the new cluster.", + 'snapshotName', + 'The name of a snapshot from which to restore data into the new cluster.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "ARN of the SNS topic to which cluster notifications are sent.", + 'snsTopicArn', + 'ARN of the SNS topic to which cluster notifications are sent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aclName", - "The name of the Access Control List to associate with the cluster.", + 'aclName', + 'The name of the Access Control List to associate with the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "tlsEnabled", - "A flag to enable in-transit encryption on the cluster. When set to `false`, the `acl_name` must be `open-access`. Defaults to `true`.", + 'tlsEnabled', + 'A flag to enable in-transit encryption on the cluster. When set to `false`, the `acl_name` must be `open-access`. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "finalSnapshotName", - "Name of the final cluster snapshot to be created when this resource is deleted. If omitted, no final snapshot will be made.", + 'finalSnapshotName', + 'Name of the final cluster snapshot to be created when this resource is deleted. If omitted, no final snapshot will be made.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the nodes accepts connections. Defaults to `6379`.", + 'port', + 'The port number on which each of the nodes accepts connections. Defaults to `6379`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/memorydb/ParameterGroup.ts b/src/app/Models/codegen/aws/memorydb/ParameterGroup.ts index 19f90b33e..ba9e4c2fe 100644 --- a/src/app/Models/codegen/aws/memorydb/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/memorydb/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_ParameterGroupParameter, memorydb_ParameterGroupParameter_GetTypes, -} from "../types/memorydb_ParameterGroupParameter"; +} from '../types/memorydb_ParameterGroupParameter'; export interface ParameterGroupArgs { // Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below. @@ -67,48 +67,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the parameter group.", + 'description', + 'Description for the parameter group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "family", - "The engine version that the parameter group can be used with.\n\nThe following arguments are optional:", + 'family', + 'The engine version that the parameter group can be used with.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the parameter group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the parameter group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.", + 'parameters', + 'Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.', () => memorydb_ParameterGroupParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/memorydb/Snapshot.ts b/src/app/Models/codegen/aws/memorydb/Snapshot.ts index b5de8faf2..faa514969 100644 --- a/src/app/Models/codegen/aws/memorydb/Snapshot.ts +++ b/src/app/Models/codegen/aws/memorydb/Snapshot.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_SnapshotClusterConfiguration, memorydb_SnapshotClusterConfiguration_GetTypes, -} from "../types/memorydb_SnapshotClusterConfiguration"; +} from '../types/memorydb_SnapshotClusterConfiguration'; export interface SnapshotArgs { // Name of the MemoryDB cluster to take a snapshot of. @@ -59,40 +59,40 @@ export class Snapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterName", - "Name of the MemoryDB cluster to take a snapshot of.", + 'clusterName', + 'Name of the MemoryDB cluster to take a snapshot of.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the KMS key used to encrypt the snapshot at rest.", + 'kmsKeyArn', + 'ARN of the KMS key used to encrypt the snapshot at rest.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the snapshot. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the snapshot. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/memorydb/SubnetGroup.ts b/src/app/Models/codegen/aws/memorydb/SubnetGroup.ts index 6fdad4a8a..1bae84a56 100644 --- a/src/app/Models/codegen/aws/memorydb/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/memorydb/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`. @@ -60,40 +60,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description for the subnet group.", + 'description', + 'Description for the subnet group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.\n\nThe following arguments are optional:", + 'subnetIds', + 'Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/memorydb/User.ts b/src/app/Models/codegen/aws/memorydb/User.ts index 4732d4289..97a51bc1a 100644 --- a/src/app/Models/codegen/aws/memorydb/User.ts +++ b/src/app/Models/codegen/aws/memorydb/User.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_UserAuthenticationMode, memorydb_UserAuthenticationMode_GetTypes, -} from "../types/memorydb_UserAuthenticationMode"; +} from '../types/memorydb_UserAuthenticationMode'; export interface UserArgs { // Denotes the user's authentication properties. Detailed below. @@ -58,7 +58,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "authenticationMode", + 'authenticationMode', "Denotes the user's authentication properties. Detailed below.", () => memorydb_UserAuthenticationMode_GetTypes(), true, @@ -66,24 +66,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userName", - "Name of the MemoryDB user. Up to 40 characters.\n\nThe following arguments are optional:", + 'userName', + 'Name of the MemoryDB user. Up to 40 characters.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "accessString", - "Access permissions string used for this user.", + 'accessString', + 'Access permissions string used for this user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/mq/Broker.ts b/src/app/Models/codegen/aws/mq/Broker.ts index 785b0c9e5..8e9ba901e 100644 --- a/src/app/Models/codegen/aws/mq/Broker.ts +++ b/src/app/Models/codegen/aws/mq/Broker.ts @@ -3,31 +3,31 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; -import { mq_BrokerUser, mq_BrokerUser_GetTypes } from "../types/mq_BrokerUser"; -import { mq_BrokerLogs, mq_BrokerLogs_GetTypes } from "../types/mq_BrokerLogs"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; +import { mq_BrokerUser, mq_BrokerUser_GetTypes } from '../types/mq_BrokerUser'; +import { mq_BrokerLogs, mq_BrokerLogs_GetTypes } from '../types/mq_BrokerLogs'; import { mq_BrokerConfiguration, mq_BrokerConfiguration_GetTypes, -} from "../types/mq_BrokerConfiguration"; +} from '../types/mq_BrokerConfiguration'; import { mq_BrokerLdapServerMetadata, mq_BrokerLdapServerMetadata_GetTypes, -} from "../types/mq_BrokerLdapServerMetadata"; +} from '../types/mq_BrokerLdapServerMetadata'; import { mq_BrokerMaintenanceWindowStartTime, mq_BrokerMaintenanceWindowStartTime_GetTypes, -} from "../types/mq_BrokerMaintenanceWindowStartTime"; +} from '../types/mq_BrokerMaintenanceWindowStartTime'; import { mq_BrokerEncryptionOptions, mq_BrokerEncryptionOptions_GetTypes, -} from "../types/mq_BrokerEncryptionOptions"; +} from '../types/mq_BrokerEncryptionOptions'; import { mq_BrokerInstance, mq_BrokerInstance_GetTypes, -} from "../types/mq_BrokerInstance"; +} from '../types/mq_BrokerInstance'; export interface BrokerArgs { /* @@ -181,7 +181,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "hostInstanceType", + 'hostInstanceType', "Broker's instance type. For example, `mq.t3.micro`, `mq.m5.large`.", () => [], true, @@ -189,23 +189,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "configuration", - "Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` and `RabbitMQ` only. Detailed below.", + 'configuration', + 'Configuration block for broker configuration. Applies to `engine_type` of `ActiveMQ` and `RabbitMQ` only. Detailed below.', () => mq_BrokerConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "maintenanceWindowStartTime", - "Configuration block for the maintenance window start time. Detailed below.", + 'maintenanceWindowStartTime', + 'Configuration block for the maintenance window start time. Detailed below.', () => mq_BrokerMaintenanceWindowStartTime_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", + 'publiclyAccessible', "Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.", () => [], false, @@ -213,136 +213,136 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "brokerName", - "Name of the broker.", + 'brokerName', + 'Name of the broker.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deploymentMode", - "Deployment mode of the broker. Valid values are `SINGLE_INSTANCE`, `ACTIVE_STANDBY_MULTI_AZ`, and `CLUSTER_MULTI_AZ`. Default is `SINGLE_INSTANCE`.", + 'deploymentMode', + 'Deployment mode of the broker. Valid values are `SINGLE_INSTANCE`, `ACTIVE_STANDBY_MULTI_AZ`, and `CLUSTER_MULTI_AZ`. Default is `SINGLE_INSTANCE`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any broker modifications are applied immediately, or during the next maintenance window. Default is `false`.", + 'applyImmediately', + 'Specifies whether any broker modifications are applied immediately, or during the next maintenance window. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encryptionOptions", - "Configuration block containing encryption options. Detailed below.", + 'encryptionOptions', + 'Configuration block containing encryption options. Detailed below.', () => mq_BrokerEncryptionOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "logs", - "Configuration block for the logging configuration of the broker. Detailed below.", + 'logs', + 'Configuration block for the logging configuration of the broker. Detailed below.', () => mq_BrokerLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authenticationStrategy", - "Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.", + 'authenticationStrategy', + 'Authentication strategy used to secure the broker. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.", + 'autoMinorVersionUpgrade', + 'Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageType", - "Storage type of the broker. For `engine_type` `ActiveMQ`, the valid values are `efs` and `ebs`, and the AWS-default is `efs`. For `engine_type` `RabbitMQ`, only `ebs` is supported. When using `ebs`, only the `mq.m5` broker instance type family is supported.", + 'storageType', + 'Storage type of the broker. For `engine_type` `ActiveMQ`, the valid values are `efs` and `ebs`, and the AWS-default is `efs`. For `engine_type` `RabbitMQ`, only `ebs` is supported. When using `ebs`, only the `mq.m5` broker instance type family is supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataReplicationPrimaryBrokerArn", - "The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when `data_replication_mode` is `CRDR`.", + 'dataReplicationPrimaryBrokerArn', + 'The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when `data_replication_mode` is `CRDR`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version of the broker engine. See the [AmazonMQ Broker Engine docs](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html) for supported versions. For example, `5.17.6`.", + 'engineVersion', + 'Version of the broker engine. See the [AmazonMQ Broker Engine docs](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html) for supported versions. For example, `5.17.6`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "users", - "Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.\n\nThe following arguments are optional:", + 'users', + 'Configuration block for broker users. For `engine_type` of `RabbitMQ`, Amazon MQ does not return broker users preventing this resource from making user updates and drift detection. Detailed below.\n\nThe following arguments are optional:', () => mq_BrokerUser_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "engineType", - "Type of broker engine. Valid values are `ActiveMQ` and `RabbitMQ`.", + 'engineType', + 'Type of broker engine. Valid values are `ActiveMQ` and `RabbitMQ`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security group IDs assigned to the broker.", + 'securityGroups', + 'List of security group IDs assigned to the broker.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet IDs in which to launch the broker. A `SINGLE_INSTANCE` deployment requires one subnet. An `ACTIVE_STANDBY_MULTI_AZ` deployment requires multiple subnets.", + 'subnetIds', + 'List of subnet IDs in which to launch the broker. A `SINGLE_INSTANCE` deployment requires one subnet. An `ACTIVE_STANDBY_MULTI_AZ` deployment requires multiple subnets.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the broker. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the broker. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataReplicationMode", - "Defines whether this broker is a part of a data replication pair. Valid values are `CRDR` and `NONE`.", + 'dataReplicationMode', + 'Defines whether this broker is a part of a data replication pair. Valid values are `CRDR` and `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "ldapServerMetadata", - "Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)", + 'ldapServerMetadata', + 'Configuration block for the LDAP server used to authenticate and authorize connections to the broker. Not supported for `engine_type` `RabbitMQ`. Detailed below. (Currently, AWS may not process changes to LDAP server metadata.)', () => mq_BrokerLdapServerMetadata_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/mq/Configuration.ts b/src/app/Models/codegen/aws/mq/Configuration.ts index 6d4852e7a..63965fbb4 100644 --- a/src/app/Models/codegen/aws/mq/Configuration.ts +++ b/src/app/Models/codegen/aws/mq/Configuration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConfigurationArgs { // Version of the broker engine. @@ -72,56 +72,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "authenticationStrategy", - "Authentication strategy associated with the configuration. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.", + 'authenticationStrategy', + 'Authentication strategy associated with the configuration. Valid values are `simple` and `ldap`. `ldap` is not supported for `engine_type` `RabbitMQ`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "data", - "Broker configuration in XML format for `ActiveMQ` or [Cuttlefish](https://github.com/Kyorai/cuttlefish) format for `RabbitMQ`. See [official docs](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/amazon-mq-broker-configuration-parameters.html) for supported parameters and format of the XML.", + 'data', + 'Broker configuration in XML format for `ActiveMQ` or [Cuttlefish](https://github.com/Kyorai/cuttlefish) format for `RabbitMQ`. See [official docs](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/amazon-mq-broker-configuration-parameters.html) for supported parameters and format of the XML.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the configuration.", + 'description', + 'Description of the configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineType", - "Type of broker engine. Valid values are `ActiveMQ` and `RabbitMQ`.", + 'engineType', + 'Type of broker engine. Valid values are `ActiveMQ` and `RabbitMQ`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version of the broker engine.", + 'engineVersion', + 'Version of the broker engine.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the configuration.\n\nThe following arguments are optional:", + 'name', + 'Name of the configuration.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/msk/Cluster.ts b/src/app/Models/codegen/aws/msk/Cluster.ts index 23aea795c..828c304bd 100644 --- a/src/app/Models/codegen/aws/msk/Cluster.ts +++ b/src/app/Models/codegen/aws/msk/Cluster.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterOpenMonitoring, msk_ClusterOpenMonitoring_GetTypes, -} from "../types/msk_ClusterOpenMonitoring"; +} from '../types/msk_ClusterOpenMonitoring'; import { msk_ClusterClientAuthentication, msk_ClusterClientAuthentication_GetTypes, -} from "../types/msk_ClusterClientAuthentication"; +} from '../types/msk_ClusterClientAuthentication'; import { msk_ClusterLoggingInfo, msk_ClusterLoggingInfo_GetTypes, -} from "../types/msk_ClusterLoggingInfo"; +} from '../types/msk_ClusterLoggingInfo'; import { msk_ClusterBrokerNodeGroupInfo, msk_ClusterBrokerNodeGroupInfo_GetTypes, -} from "../types/msk_ClusterBrokerNodeGroupInfo"; +} from '../types/msk_ClusterBrokerNodeGroupInfo'; import { msk_ClusterConfigurationInfo, msk_ClusterConfigurationInfo_GetTypes, -} from "../types/msk_ClusterConfigurationInfo"; +} from '../types/msk_ClusterConfigurationInfo'; import { msk_ClusterEncryptionInfo, msk_ClusterEncryptionInfo_GetTypes, -} from "../types/msk_ClusterEncryptionInfo"; +} from '../types/msk_ClusterEncryptionInfo'; export interface ClusterArgs { // Configuration block for the broker nodes of the Kafka cluster. @@ -157,96 +157,96 @@ export class Cluster extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "numberOfBrokerNodes", - "The desired total number of broker nodes in the kafka cluster. It must be a multiple of the number of specified client subnets.", + 'numberOfBrokerNodes', + 'The desired total number of broker nodes in the kafka cluster. It must be a multiple of the number of specified client subnets.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "storageMode", - "Controls storage mode for supported storage tiers. Valid values are: `LOCAL` or `TIERED`.", + 'storageMode', + 'Controls storage mode for supported storage tiers. Valid values are: `LOCAL` or `TIERED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "encryptionInfo", - "Configuration block for specifying encryption. See below.", + 'encryptionInfo', + 'Configuration block for specifying encryption. See below.', () => msk_ClusterEncryptionInfo_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "kafkaVersion", - "Specify the desired Kafka software version.", + 'kafkaVersion', + 'Specify the desired Kafka software version.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "openMonitoring", - "Configuration block for JMX and Node monitoring for the MSK cluster. See below.", + 'openMonitoring', + 'Configuration block for JMX and Node monitoring for the MSK cluster. See below.', () => msk_ClusterOpenMonitoring_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "enhancedMonitoring", - "Specify the desired enhanced MSK CloudWatch monitoring level. See [Monitoring Amazon MSK with Amazon CloudWatch](https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html)", + 'enhancedMonitoring', + 'Specify the desired enhanced MSK CloudWatch monitoring level. See [Monitoring Amazon MSK with Amazon CloudWatch](https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html)', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "clientAuthentication", - "Configuration block for specifying a client authentication. See below.", + 'clientAuthentication', + 'Configuration block for specifying a client authentication. See below.', () => msk_ClusterClientAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loggingInfo", - "Configuration block for streaming broker logs to Cloudwatch/S3/Kinesis Firehose. See below.", + 'loggingInfo', + 'Configuration block for streaming broker logs to Cloudwatch/S3/Kinesis Firehose. See below.', () => msk_ClusterLoggingInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "brokerNodeGroupInfo", - "Configuration block for the broker nodes of the Kafka cluster.", + 'brokerNodeGroupInfo', + 'Configuration block for the broker nodes of the Kafka cluster.', () => msk_ClusterBrokerNodeGroupInfo_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "clusterName", - "Name of the MSK cluster.", + 'clusterName', + 'Name of the MSK cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "configurationInfo", - "Configuration block for specifying a MSK Configuration to attach to Kafka brokers. See below.", + 'configurationInfo', + 'Configuration block for specifying a MSK Configuration to attach to Kafka brokers. See below.', () => msk_ClusterConfigurationInfo_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/msk/ClusterPolicy.ts b/src/app/Models/codegen/aws/msk/ClusterPolicy.ts index f349c5a5e..01aac0064 100644 --- a/src/app/Models/codegen/aws/msk/ClusterPolicy.ts +++ b/src/app/Models/codegen/aws/msk/ClusterPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterPolicyArgs { // The Amazon Resource Name (ARN) that uniquely identifies the cluster. @@ -28,16 +28,16 @@ export class ClusterPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "Resource policy for cluster.", + 'policy', + 'Resource policy for cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clusterArn", - "The Amazon Resource Name (ARN) that uniquely identifies the cluster.", + 'clusterArn', + 'The Amazon Resource Name (ARN) that uniquely identifies the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/msk/Configuration.ts b/src/app/Models/codegen/aws/msk/Configuration.ts index 96d30927c..7a4fc6d0b 100644 --- a/src/app/Models/codegen/aws/msk/Configuration.ts +++ b/src/app/Models/codegen/aws/msk/Configuration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConfigurationArgs { // Name of the configuration. @@ -43,32 +43,32 @@ export class Configuration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the configuration.", + 'description', + 'Description of the configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "kafkaVersions", - "List of Apache Kafka versions which can use this configuration.", + 'kafkaVersions', + 'List of Apache Kafka versions which can use this configuration.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the configuration.", + 'name', + 'Name of the configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serverProperties", - "Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).", + 'serverProperties', + 'Contents of the server.properties file. Supported properties are documented in the [MSK Developer Guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/msk/Replicator.ts b/src/app/Models/codegen/aws/msk/Replicator.ts index 8020ba3b2..8751a5db2 100644 --- a/src/app/Models/codegen/aws/msk/Replicator.ts +++ b/src/app/Models/codegen/aws/msk/Replicator.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ReplicatorKafkaCluster, msk_ReplicatorKafkaCluster_GetTypes, -} from "../types/msk_ReplicatorKafkaCluster"; +} from '../types/msk_ReplicatorKafkaCluster'; import { msk_ReplicatorReplicationInfoList, msk_ReplicatorReplicationInfoList_GetTypes, -} from "../types/msk_ReplicatorReplicationInfoList"; +} from '../types/msk_ReplicatorReplicationInfoList'; export interface ReplicatorArgs { // The name of the replicator. @@ -66,15 +66,15 @@ export class Replicator extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "replicatorName", - "The name of the replicator.", + 'replicatorName', + 'The name of the replicator.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceExecutionRoleArn", + 'serviceExecutionRoleArn', "The ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters).", () => [], true, @@ -82,32 +82,32 @@ export class Replicator extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A summary description of the replicator.", + 'description', + 'A summary description of the replicator.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "kafkaClusters", - "A list of Kafka clusters which are targets of the replicator.", + 'kafkaClusters', + 'A list of Kafka clusters which are targets of the replicator.', () => msk_ReplicatorKafkaCluster_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "replicationInfoList", - "A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.", + 'replicationInfoList', + 'A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.', () => msk_ReplicatorReplicationInfoList_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/msk/ScramSecretAssociation.ts b/src/app/Models/codegen/aws/msk/ScramSecretAssociation.ts index f270b6789..ff36c9090 100644 --- a/src/app/Models/codegen/aws/msk/ScramSecretAssociation.ts +++ b/src/app/Models/codegen/aws/msk/ScramSecretAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ScramSecretAssociationArgs { // Amazon Resource Name (ARN) of the MSK cluster. @@ -25,16 +25,16 @@ export class ScramSecretAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterArn", - "Amazon Resource Name (ARN) of the MSK cluster.", + 'clusterArn', + 'Amazon Resource Name (ARN) of the MSK cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "secretArnLists", - "List of AWS Secrets Manager secret ARNs.", + 'secretArnLists', + 'List of AWS Secrets Manager secret ARNs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/msk/ServerlessCluster.ts b/src/app/Models/codegen/aws/msk/ServerlessCluster.ts index 7247becf1..b36c3f362 100644 --- a/src/app/Models/codegen/aws/msk/ServerlessCluster.ts +++ b/src/app/Models/codegen/aws/msk/ServerlessCluster.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ServerlessClusterVpcConfig, msk_ServerlessClusterVpcConfig_GetTypes, -} from "../types/msk_ServerlessClusterVpcConfig"; +} from '../types/msk_ServerlessClusterVpcConfig'; import { msk_ServerlessClusterClientAuthentication, msk_ServerlessClusterClientAuthentication_GetTypes, -} from "../types/msk_ServerlessClusterClientAuthentication"; +} from '../types/msk_ServerlessClusterClientAuthentication'; export interface ServerlessClusterArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -54,32 +54,32 @@ export class ServerlessCluster extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "vpcConfigs", - "VPC configuration information. See below.", + 'vpcConfigs', + 'VPC configuration information. See below.', () => msk_ServerlessClusterVpcConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "clientAuthentication", - "Specifies client authentication information for the serverless cluster. See below.", + 'clientAuthentication', + 'Specifies client authentication information for the serverless cluster. See below.', () => msk_ServerlessClusterClientAuthentication_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "clusterName", - "The name of the serverless cluster.", + 'clusterName', + 'The name of the serverless cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/msk/VpcConnection.ts b/src/app/Models/codegen/aws/msk/VpcConnection.ts index d78bfc523..2f6908fc5 100644 --- a/src/app/Models/codegen/aws/msk/VpcConnection.ts +++ b/src/app/Models/codegen/aws/msk/VpcConnection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcConnectionArgs { // The authentication type for the client VPC connection. Specify one of these auth type strings: SASL_IAM, SASL_SCRAM, or TLS. @@ -55,48 +55,48 @@ export class VpcConnection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "authentication", - "The authentication type for the client VPC connection. Specify one of these auth type strings: SASL_IAM, SASL_SCRAM, or TLS.", + 'authentication', + 'The authentication type for the client VPC connection. Specify one of these auth type strings: SASL_IAM, SASL_SCRAM, or TLS.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "clientSubnets", - "The list of subnets in the client VPC to connect to.", + 'clientSubnets', + 'The list of subnets in the client VPC to connect to.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups to attach to the ENIs for the broker nodes.", + 'securityGroups', + 'The security groups to attach to the ENIs for the broker nodes.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetClusterArn", - "The Amazon Resource Name (ARN) of the cluster.", + 'targetClusterArn', + 'The Amazon Resource Name (ARN) of the cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID of the remote client.", + 'vpcId', + 'The VPC ID of the remote client.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/mskconnect/Connector.ts b/src/app/Models/codegen/aws/mskconnect/Connector.ts index 4e08a7c56..aaa685847 100644 --- a/src/app/Models/codegen/aws/mskconnect/Connector.ts +++ b/src/app/Models/codegen/aws/mskconnect/Connector.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorKafkaClusterClientAuthentication, mskconnect_ConnectorKafkaClusterClientAuthentication_GetTypes, -} from "../types/mskconnect_ConnectorKafkaClusterClientAuthentication"; +} from '../types/mskconnect_ConnectorKafkaClusterClientAuthentication'; import { mskconnect_ConnectorKafkaCluster, mskconnect_ConnectorKafkaCluster_GetTypes, -} from "../types/mskconnect_ConnectorKafkaCluster"; +} from '../types/mskconnect_ConnectorKafkaCluster'; import { mskconnect_ConnectorKafkaClusterEncryptionInTransit, mskconnect_ConnectorKafkaClusterEncryptionInTransit_GetTypes, -} from "../types/mskconnect_ConnectorKafkaClusterEncryptionInTransit"; +} from '../types/mskconnect_ConnectorKafkaClusterEncryptionInTransit'; import { mskconnect_ConnectorLogDelivery, mskconnect_ConnectorLogDelivery_GetTypes, -} from "../types/mskconnect_ConnectorLogDelivery"; +} from '../types/mskconnect_ConnectorLogDelivery'; import { mskconnect_ConnectorCapacity, mskconnect_ConnectorCapacity_GetTypes, -} from "../types/mskconnect_ConnectorCapacity"; +} from '../types/mskconnect_ConnectorCapacity'; import { mskconnect_ConnectorWorkerConfiguration, mskconnect_ConnectorWorkerConfiguration_GetTypes, -} from "../types/mskconnect_ConnectorWorkerConfiguration"; +} from '../types/mskconnect_ConnectorWorkerConfiguration'; import { mskconnect_ConnectorPlugin, mskconnect_ConnectorPlugin_GetTypes, -} from "../types/mskconnect_ConnectorPlugin"; +} from '../types/mskconnect_ConnectorPlugin'; export interface ConnectorArgs { /* @@ -136,71 +136,71 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "serviceExecutionRoleArn", - "The Amazon Resource Name (ARN) of the IAM role used by the connector to access the Amazon Web Services resources that it needs. The types of resources depends on the logic of the connector. For example, a connector that has Amazon S3 as a destination must have permissions that allow it to write to the S3 destination bucket.\n\nThe following arguments are optional:", + 'serviceExecutionRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role used by the connector to access the Amazon Web Services resources that it needs. The types of resources depends on the logic of the connector. For example, a connector that has Amazon S3 as a destination must have permissions that allow it to write to the S3 destination bucket.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "connectorConfiguration", - "A map of keys to values that represent the configuration for the connector.", + 'connectorConfiguration', + 'A map of keys to values that represent the configuration for the connector.', () => InputType_Map_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the connector.", + 'name', + 'The name of the connector.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "plugins", - "Specifies which plugins to use for the connector. See `plugin` Block for details.", + 'plugins', + 'Specifies which plugins to use for the connector. See `plugin` Block for details.', () => mskconnect_ConnectorPlugin_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "kafkaClusterClientAuthentication", - "Details of the client authentication used by the Apache Kafka cluster. See `kafka_cluster_client_authentication` Block for details.", + 'kafkaClusterClientAuthentication', + 'Details of the client authentication used by the Apache Kafka cluster. See `kafka_cluster_client_authentication` Block for details.', () => mskconnect_ConnectorKafkaClusterClientAuthentication_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "description", - "A summary description of the connector.", + 'description', + 'A summary description of the connector.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "kafkaCluster", - "Specifies which Apache Kafka cluster to connect to. See `kafka_cluster` Block for details.", + 'kafkaCluster', + 'Specifies which Apache Kafka cluster to connect to. See `kafka_cluster` Block for details.', () => mskconnect_ConnectorKafkaCluster_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "kafkaClusterEncryptionInTransit", - "Details of encryption in transit to the Apache Kafka cluster. See `kafka_cluster_encryption_in_transit` Block for details.", + 'kafkaClusterEncryptionInTransit', + 'Details of encryption in transit to the Apache Kafka cluster. See `kafka_cluster_encryption_in_transit` Block for details.', () => mskconnect_ConnectorKafkaClusterEncryptionInTransit_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "kafkaconnectVersion", + 'kafkaconnectVersion', "The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.", () => [], true, @@ -208,32 +208,32 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "logDelivery", - "Details about log delivery. See `log_delivery` Block for details.", + 'logDelivery', + 'Details about log delivery. See `log_delivery` Block for details.', () => mskconnect_ConnectorLogDelivery_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "capacity", - "Information about the capacity allocated to the connector. See `capacity` Block for details.", + 'capacity', + 'Information about the capacity allocated to the connector. See `capacity` Block for details.', () => mskconnect_ConnectorCapacity_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workerConfiguration", - "Specifies which worker configuration to use with the connector. See `worker_configuration` Block for details.", + 'workerConfiguration', + 'Specifies which worker configuration to use with the connector. See `worker_configuration` Block for details.', () => mskconnect_ConnectorWorkerConfiguration_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/mskconnect/CustomPlugin.ts b/src/app/Models/codegen/aws/mskconnect/CustomPlugin.ts index 3ec9c7ee9..b48413ddb 100644 --- a/src/app/Models/codegen/aws/mskconnect/CustomPlugin.ts +++ b/src/app/Models/codegen/aws/mskconnect/CustomPlugin.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_CustomPluginLocation, mskconnect_CustomPluginLocation_GetTypes, -} from "../types/mskconnect_CustomPluginLocation"; +} from '../types/mskconnect_CustomPluginLocation'; export interface CustomPluginArgs { // A summary description of the custom plugin. @@ -67,40 +67,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "A summary description of the custom plugin.", + 'description', + 'A summary description of the custom plugin.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "location", - "Information about the location of a custom plugin. See `location` Block for details.", + 'location', + 'Information about the location of a custom plugin. See `location` Block for details.', () => mskconnect_CustomPluginLocation_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the custom plugin..", + 'name', + 'The name of the custom plugin..', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are optional:", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are optional:', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The type of the plugin file. Allowed values are `ZIP` and `JAR`.", + 'contentType', + 'The type of the plugin file. Allowed values are `ZIP` and `JAR`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/mskconnect/WorkerConfiguration.ts b/src/app/Models/codegen/aws/mskconnect/WorkerConfiguration.ts index f6a0290ea..df7f2ede1 100644 --- a/src/app/Models/codegen/aws/mskconnect/WorkerConfiguration.ts +++ b/src/app/Models/codegen/aws/mskconnect/WorkerConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkerConfigurationArgs { // A summary description of the worker configuration. @@ -54,32 +54,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A summary description of the worker configuration.", + 'description', + 'A summary description of the worker configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the worker configuration.", + 'name', + 'The name of the worker configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "propertiesFileContent", - "Contents of connect-distributed.properties file. The value can be either base64 encoded or in raw format.\n\nThe following arguments are optional:", + 'propertiesFileContent', + 'Contents of connect-distributed.properties file. The value can be either base64 encoded or in raw format.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/mwaa/Environment.ts b/src/app/Models/codegen/aws/mwaa/Environment.ts index dac9367c4..707d2ca45 100644 --- a/src/app/Models/codegen/aws/mwaa/Environment.ts +++ b/src/app/Models/codegen/aws/mwaa/Environment.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mwaa_EnvironmentNetworkConfiguration, mwaa_EnvironmentNetworkConfiguration_GetTypes, -} from "../types/mwaa_EnvironmentNetworkConfiguration"; +} from '../types/mwaa_EnvironmentNetworkConfiguration'; import { mwaa_EnvironmentLoggingConfiguration, mwaa_EnvironmentLoggingConfiguration_GetTypes, -} from "../types/mwaa_EnvironmentLoggingConfiguration"; +} from '../types/mwaa_EnvironmentLoggingConfiguration'; import { mwaa_EnvironmentLastUpdated, mwaa_EnvironmentLastUpdated_GetTypes, -} from "../types/mwaa_EnvironmentLastUpdated"; +} from '../types/mwaa_EnvironmentLastUpdated'; export interface EnvironmentArgs { // The plugins.zip file version you want to use. @@ -205,200 +205,200 @@ The VPC endpoint for the environment's Amazon RDS database return [ new DynamicUIProps( InputType.String, - "weeklyMaintenanceWindowStart", - "Specifies the start date for the weekly maintenance window.", + 'weeklyMaintenanceWindowStart', + 'Specifies the start date for the weekly maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dagS3Path", - "The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).", + 'dagS3Path', + 'The relative path to the DAG folder on your Amazon S3 storage bucket. For example, dags. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "environmentClass", - "Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.", + 'environmentClass', + 'Environment class for the cluster. Possible options are `mw1.small`, `mw1.medium`, `mw1.large`. Will be set by default to `mw1.small`. Please check the [AWS Pricing](https://aws.amazon.com/de/managed-workflows-for-apache-airflow/pricing/) for more information about the environment classes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKey", - "The Amazon Resource Name (ARN) of your KMS key that you want to use for encryption. Will be set to the ARN of the managed KMS key `aws/airflow` by default. Please check the [Official Documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/custom-keys-certs.html) for more information.", + 'kmsKey', + 'The Amazon Resource Name (ARN) of your KMS key that you want to use for encryption. Will be set to the ARN of the managed KMS key `aws/airflow` by default. Please check the [Official Documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/custom-keys-certs.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See `network_configuration` Block for details.", + 'networkConfiguration', + 'Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See `network_configuration` Block for details.', () => mwaa_EnvironmentNetworkConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "airflowVersion", - "Airflow version of your environment, will be set by default to the latest version that MWAA supports.", + 'airflowVersion', + 'Airflow version of your environment, will be set by default to the latest version that MWAA supports.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxWebservers", - "The maximum number of web servers that you want to run in your environment. Value need to be between `2` and `5`. Will be `2` by default.", + 'maxWebservers', + 'The maximum number of web servers that you want to run in your environment. Value need to be between `2` and `5`. Will be `2` by default.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxWorkers", - "The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.", + 'maxWorkers', + 'The maximum number of workers that can be automatically scaled up. Value need to be between `1` and `25`. Will be `10` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.", + 'executionRoleArn', + 'The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume. Check the [official AWS documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) for the detailed role specification.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "requirementsS3Path", - "The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).", + 'requirementsS3Path', + 'The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. If a relative path is provided in the request, then requirements_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pluginsS3ObjectVersion", - "The plugins.zip file version you want to use.", + 'pluginsS3ObjectVersion', + 'The plugins.zip file version you want to use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startupScriptS3Path", - "The relative path to the script hosted in your bucket. The script runs as your environment starts before starting the Apache Airflow process. Use this script to install dependencies, modify configuration options, and set environment variables. See [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html). Supported for environment versions 2.x and later.", + 'startupScriptS3Path', + 'The relative path to the script hosted in your bucket. The script runs as your environment starts before starting the Apache Airflow process. Use this script to install dependencies, modify configuration options, and set environment variables. See [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html). Supported for environment versions 2.x and later.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "The Apache Airflow logs you want to send to Amazon CloudWatch Logs. See `logging_configuration` Block for details.", + 'loggingConfiguration', + 'The Apache Airflow logs you want to send to Amazon CloudWatch Logs. See `logging_configuration` Block for details.', () => mwaa_EnvironmentLoggingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Apache Airflow Environment", + 'name', + 'The name of the Apache Airflow Environment', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "airflowConfigurationOptions", - "The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.", + 'airflowConfigurationOptions', + 'The `airflow_configuration_options` parameter specifies airflow override options. Check the [Official documentation](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html#configuring-env-variables-reference) for all possible configuration options.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointManagement", - "Defines whether the VPC endpoints configured for the environment are created and managed by the customer or by AWS. If set to `SERVICE`, Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to `CUSTOMER`, you must create, and manage, the VPC endpoints for your VPC. Defaults to `SERVICE` if not set.", + 'endpointManagement', + 'Defines whether the VPC endpoints configured for the environment are created and managed by the customer or by AWS. If set to `SERVICE`, Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to `CUSTOMER`, you must create, and manage, the VPC endpoints for your VPC. Defaults to `SERVICE` if not set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "requirementsS3ObjectVersion", - "The requirements.txt file version you want to use.", + 'requirementsS3ObjectVersion', + 'The requirements.txt file version you want to use.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minWorkers", - "The minimum number of workers that you want to run in your environment. Will be `1` by default.", + 'minWorkers', + 'The minimum number of workers that you want to run in your environment. Will be `1` by default.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "schedulers", - "The number of schedulers that you want to run in your environment. v2.0.2 and above accepts `2` - `5`, default `2`. v1.10.12 accepts `1`.", + 'schedulers', + 'The number of schedulers that you want to run in your environment. v2.0.2 and above accepts `2` - `5`, default `2`. v1.10.12 accepts `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startupScriptS3ObjectVersion", - "The version of the startup shell script you want to use. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.", + 'startupScriptS3ObjectVersion', + 'The version of the startup shell script you want to use. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minWebservers", - "The minimum number of web servers that you want to run in your environment. Value need to be between `2` and `5`. Will be `2` by default.", + 'minWebservers', + 'The minimum number of web servers that you want to run in your environment. Value need to be between `2` and `5`. Will be `2` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webserverAccessMode", - "Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.", + 'webserverAccessMode', + 'Specifies whether the webserver should be accessible over the internet or via your specified VPC. Possible options: `PRIVATE_ONLY` (default) and `PUBLIC_ONLY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pluginsS3Path", - "The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).", + 'pluginsS3Path', + 'The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. If a relative path is provided in the request, then plugins_s3_object_version is required. For more information, see [Importing DAGs on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceBucketArn", - "The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.", + 'sourceBucketArn', + 'The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, arn:aws:s3:::airflow-mybucketname.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/neptune/Cluster.ts b/src/app/Models/codegen/aws/neptune/Cluster.ts index c3f8350e1..5d99f28c4 100644 --- a/src/app/Models/codegen/aws/neptune/Cluster.ts +++ b/src/app/Models/codegen/aws/neptune/Cluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { neptune_ClusterServerlessV2ScalingConfiguration, neptune_ClusterServerlessV2ScalingConfiguration_GetTypes, -} from "../types/neptune_ClusterServerlessV2ScalingConfiguration"; +} from '../types/neptune_ClusterServerlessV2ScalingConfiguration'; export interface ClusterArgs { // A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`. @@ -218,159 +218,159 @@ export class Cluster extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "neptuneSubnetGroupName", - "A Neptune subnet group to associate with this Neptune instance.", + 'neptuneSubnetGroupName', + 'A Neptune subnet group to associate with this Neptune instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", - "Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a Neptune cluster snapshot, or the ARN when specifying a Neptune snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.", + 'snapshotIdentifier', + 'Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a Neptune cluster snapshot, or the ARN when specifying a Neptune snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "A list of EC2 Availability Zones that instances in the Neptune cluster can be created in.", + 'availabilityZones', + 'A list of EC2 Availability Zones that instances in the Neptune cluster can be created in.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "neptuneClusterParameterGroupName", - "A cluster parameter group to associate with the cluster.", + 'neptuneClusterParameterGroupName', + 'A cluster parameter group to associate with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "backupRetentionPeriod", - "The days to retain backups for. Default `1`", + 'backupRetentionPeriod', + 'The days to retain backups for. Default `1`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifierPrefix", - "Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.", + 'clusterIdentifierPrefix', + 'Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the Neptune cluster is encrypted. The default is `false` if not specified.", + 'storageEncrypted', + 'Specifies whether the Neptune cluster is encrypted. The default is `false` if not specified.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "enableCloudwatchLogsExports", - "A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`.", + 'enableCloudwatchLogsExports', + 'A list of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security groups to associate with the Cluster", + 'vpcSecurityGroupIds', + 'List of VPC security groups to associate with the Cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageType", - "Storage type associated with the cluster `standard/iopt1`. Default: `standard`", + 'storageType', + 'Storage type associated with the cluster `standard/iopt1`. Default: `standard`', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Neptune cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Neptune cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "The name of your final Neptune snapshot when this Neptune cluster is deleted. If omitted, no final snapshot will be made.", + 'finalSnapshotIdentifier', + 'The name of your final Neptune snapshot when this Neptune cluster is deleted. If omitted, no final snapshot will be made.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverlessV2ScalingConfiguration", - "If set, create the Neptune cluster as a serverless one. See Serverless for example block attributes.", + 'serverlessV2ScalingConfiguration', + 'If set, create the Neptune cluster as a serverless one. See Serverless for example block attributes.', () => neptune_ClusterServerlessV2ScalingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The database engine version.", + 'engineVersion', + 'The database engine version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replicationSourceIdentifier", - "ARN of a source Neptune cluster or Neptune instance if this Neptune cluster is to be created as a Read Replica.", + 'replicationSourceIdentifier', + 'ARN of a source Neptune cluster or Neptune instance if this Neptune cluster is to be created as a Read Replica.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30", + 'preferredMaintenanceWindow', + 'The weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshot", - "If set to true, tags are copied to any snapshot of the DB cluster that is created.", + 'copyTagsToSnapshot', + 'If set to true, tags are copied to any snapshot of the DB cluster that is created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engine", - "The name of the database engine to be used for this Neptune cluster. Defaults to `neptune`.", + 'engine', + 'The name of the database engine to be used for this Neptune cluster. Defaults to `neptune`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "The global cluster identifier specified on `aws.neptune.GlobalCluster`.", + 'globalClusterIdentifier', + 'The global cluster identifier specified on `aws.neptune.GlobalCluster`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowMajorVersionUpgrade", + 'allowMajorVersionUpgrade', "Specifies whether upgrades between different major versions are allowed. You must set it to `true` when providing an `engine_version` parameter that uses a different major version than the DB cluster's current version. Default is `false`.", () => [], false, @@ -378,71 +378,71 @@ export class Cluster extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "iamRoles", - "A List of ARNs for the IAM roles to associate to the Neptune Cluster.", + 'iamRoles', + 'A List of ARNs for the IAM roles to associate to the Neptune Cluster.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final Neptune snapshot is created before the Neptune cluster is deleted. If true is specified, no Neptune snapshot is created. If false is specified, a Neptune snapshot is created before the Neptune cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.", + 'skipFinalSnapshot', + 'Determines whether a final Neptune snapshot is created before the Neptune cluster is deleted. If true is specified, no Neptune snapshot is created. If false is specified, a Neptune snapshot is created before the Neptune cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "iamDatabaseAuthenticationEnabled", - "Specifies whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.", + 'iamDatabaseAuthenticationEnabled', + 'Specifies whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", - "The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00", + 'preferredBackupWindow', + 'The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier. If omitted, this provider will assign a random, unique identifier.", + 'clusterIdentifier', + 'The cluster identifier. If omitted, this provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN for the KMS encryption key. When specifying `kms_key_arn`, `storage_encrypted` needs to be set to true.", + 'kmsKeyArn', + 'The ARN for the KMS encryption key. When specifying `kms_key_arn`, `storage_encrypted` needs to be set to true.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.", + 'applyImmediately', + 'Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptuneInstanceParameterGroupName", - "The name of the DB parameter group to apply to all instances of the DB cluster.", + 'neptuneInstanceParameterGroupName', + 'The name of the DB parameter group to apply to all instances of the DB cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "A value that indicates whether the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.", () => [], false, @@ -450,8 +450,8 @@ export class Cluster extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the Neptune accepts connections. Default is `8182`.", + 'port', + 'The port on which the Neptune accepts connections. Default is `8182`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/neptune/ClusterEndpoint.ts b/src/app/Models/codegen/aws/neptune/ClusterEndpoint.ts index f8f27247d..d4086e825 100644 --- a/src/app/Models/codegen/aws/neptune/ClusterEndpoint.ts +++ b/src/app/Models/codegen/aws/neptune/ClusterEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterEndpointArgs { // The type of the endpoint. One of: `READER`, `WRITER`, `ANY`. @@ -58,31 +58,31 @@ export class ClusterEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterEndpointIdentifier", - "The identifier of the endpoint.", + 'clusterEndpointIdentifier', + 'The identifier of the endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The DB cluster identifier of the DB cluster associated with the endpoint.", + 'clusterIdentifier', + 'The DB cluster identifier of the DB cluster associated with the endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endpointType", - "The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.", + 'endpointType', + 'The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "excludedMembers", + 'excludedMembers', "List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.", () => InputType_String_GetTypes(), false, @@ -90,16 +90,16 @@ export class ClusterEndpoint extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "staticMembers", - "List of DB instance identifiers that are part of the custom endpoint group.", + 'staticMembers', + 'List of DB instance identifiers that are part of the custom endpoint group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Neptune cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Neptune cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/neptune/ClusterInstance.ts b/src/app/Models/codegen/aws/neptune/ClusterInstance.ts index 64b342e96..f9d125d64 100644 --- a/src/app/Models/codegen/aws/neptune/ClusterInstance.ts +++ b/src/app/Models/codegen/aws/neptune/ClusterInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterInstanceArgs { // The port on which the DB accepts connections. Defaults to `8182`. @@ -160,39 +160,39 @@ Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". return [ new DynamicUIProps( InputType.String, - "neptuneSubnetGroupName", - "A subnet group to associate with this neptune instance. **NOTE:** This must match the `neptune_subnet_group_name` of the attached `aws.neptune.Cluster`.", + 'neptuneSubnetGroupName', + 'A subnet group to associate with this neptune instance. **NOTE:** This must match the `neptune_subnet_group_name` of the attached `aws.neptune.Cluster`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engine", - "The name of the database engine to be used for the neptune instance. Defaults to `neptune`. Valid Values: `neptune`.", + 'engine', + 'The name of the database engine to be used for the neptune instance. Defaults to `neptune`. Valid Values: `neptune`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identifier", - "The identifier for the neptune instance, if omitted, this provider will assign a random, unique identifier.", + 'identifier', + 'The identifier for the neptune instance, if omitted, this provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The EC2 Availability Zone that the neptune instance is created in.", + 'availabilityZone', + 'The EC2 Availability Zone that the neptune instance is created in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", + 'preferredMaintenanceWindow', 'The window to perform maintenance in.\nSyntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00".', () => [], false, @@ -200,15 +200,15 @@ Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", + 'preferredBackupWindow', 'The daily time range during which automated backups are created if automated backups are enabled. Eg: "04:00-09:00"', () => [], false, @@ -216,88 +216,88 @@ Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". ), new DynamicUIProps( InputType.Number, - "promotionTier", - "Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoter to writer.", + 'promotionTier', + 'Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoter to writer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptuneParameterGroupName", - "The name of the neptune parameter group to associate with this instance.", + 'neptuneParameterGroupName', + 'The name of the neptune parameter group to associate with this instance.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any instance modifications\nare applied immediately, or during the next maintenance window. Default is`false`.", + 'applyImmediately', + 'Specifies whether any instance modifications\nare applied immediately, or during the next maintenance window. Default is`false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "Indicates that minor engine upgrades will be applied automatically to the instance during the maintenance window. Default is `true`.", + 'autoMinorVersionUpgrade', + 'Indicates that minor engine upgrades will be applied automatically to the instance during the maintenance window. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The neptune engine version. Currently configuring this argumnet has no effect.", + 'engineVersion', + 'The neptune engine version. Currently configuring this argumnet has no effect.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final DB snapshot is created before the DB instance is deleted.", + 'skipFinalSnapshot', + 'Determines whether a final DB snapshot is created before the DB instance is deleted.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the DB accepts connections. Defaults to `8182`.", + 'port', + 'The port on which the DB accepts connections. Defaults to `8182`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identifierPrefix", - "Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.", + 'identifierPrefix', + 'Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The identifier of the `aws.neptune.Cluster` in which to launch this instance.", + 'clusterIdentifier', + 'The identifier of the `aws.neptune.Cluster` in which to launch this instance.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Bool to control if instance is publicly accessible. Default is `false`.", + 'publiclyAccessible', + 'Bool to control if instance is publicly accessible. Default is `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceClass", - "The instance class to use.", + 'instanceClass', + 'The instance class to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/neptune/ClusterParameterGroup.ts b/src/app/Models/codegen/aws/neptune/ClusterParameterGroup.ts index 7e22ef462..85721dd5b 100644 --- a/src/app/Models/codegen/aws/neptune/ClusterParameterGroup.ts +++ b/src/app/Models/codegen/aws/neptune/ClusterParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { neptune_ClusterParameterGroupParameter, neptune_ClusterParameterGroupParameter_GetTypes, -} from "../types/neptune_ClusterParameterGroupParameter"; +} from '../types/neptune_ClusterParameterGroupParameter'; export interface ClusterParameterGroupArgs { // The description of the neptune cluster parameter group. Defaults to "Managed by Pulumi". @@ -59,23 +59,23 @@ export class ClusterParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "parameters", - "A list of neptune parameters to apply.", + 'parameters', + 'A list of neptune parameters to apply.', () => neptune_ClusterParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the neptune cluster parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -83,24 +83,24 @@ export class ClusterParameterGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "family", - "The family of the neptune cluster parameter group.", + 'family', + 'The family of the neptune cluster parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the neptune parameter.", + 'name', + 'The name of the neptune parameter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/neptune/ClusterSnapshot.ts b/src/app/Models/codegen/aws/neptune/ClusterSnapshot.ts index 661655c28..b2bde30cf 100644 --- a/src/app/Models/codegen/aws/neptune/ClusterSnapshot.ts +++ b/src/app/Models/codegen/aws/neptune/ClusterSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterSnapshotArgs { // The DB Cluster Identifier from which to take the snapshot. @@ -64,16 +64,16 @@ export class ClusterSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "The DB Cluster Identifier from which to take the snapshot.", + 'dbClusterIdentifier', + 'The DB Cluster Identifier from which to take the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbClusterSnapshotIdentifier", - "The Identifier for the snapshot.", + 'dbClusterSnapshotIdentifier', + 'The Identifier for the snapshot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/neptune/EventSubscription.ts b/src/app/Models/codegen/aws/neptune/EventSubscription.ts index 07cc5030e..e5c900416 100644 --- a/src/app/Models/codegen/aws/neptune/EventSubscription.ts +++ b/src/app/Models/codegen/aws/neptune/EventSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventSubscriptionArgs { // The name of the Neptune event subscription. Conflicts with `name`. @@ -70,64 +70,64 @@ export class EventSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "eventCategories", - "A list of event categories for a `source_type` that you want to subscribe to. Run `aws neptune describe-event-categories` to find all the event categories.", + 'eventCategories', + 'A list of event categories for a `source_type` that you want to subscribe to. Run `aws neptune describe-event-categories` to find all the event categories.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Neptune event subscription. By default generated by this provider.", + 'name', + 'The name of the Neptune event subscription. By default generated by this provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "The name of the Neptune event subscription. Conflicts with `name`.", + 'namePrefix', + 'The name of the Neptune event subscription. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "The ARN of the SNS topic to send events to.", + 'snsTopicArn', + 'The ARN of the SNS topic to send events to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceIds", - "A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `source_type` must also be specified.", + 'sourceIds', + 'A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `source_type` must also be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "The type of source that will be generating the events. Valid options are `db-instance`, `db-security-group`, `db-parameter-group`, `db-snapshot`, `db-cluster` or `db-cluster-snapshot`. If not set, all sources will be subscribed to.", + 'sourceType', + 'The type of source that will be generating the events. Valid options are `db-instance`, `db-security-group`, `db-parameter-group`, `db-snapshot`, `db-cluster` or `db-cluster-snapshot`. If not set, all sources will be subscribed to.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A boolean flag to enable/disable the subscription. Defaults to true.", + 'enabled', + 'A boolean flag to enable/disable the subscription. Defaults to true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/neptune/GlobalCluster.ts b/src/app/Models/codegen/aws/neptune/GlobalCluster.ts index 23b756961..8eb237687 100644 --- a/src/app/Models/codegen/aws/neptune/GlobalCluster.ts +++ b/src/app/Models/codegen/aws/neptune/GlobalCluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { neptune_GlobalClusterGlobalClusterMember, neptune_GlobalClusterGlobalClusterMember_GetTypes, -} from "../types/neptune_GlobalClusterGlobalClusterMember"; +} from '../types/neptune_GlobalClusterGlobalClusterMember'; export interface GlobalClusterArgs { // If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`. @@ -71,39 +71,39 @@ Engine version of the global database. Upgrading the engine version will result return [ new DynamicUIProps( InputType.String, - "engineVersion", - "Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will.\n* **NOTE:** Upgrading major versions is not supported.", + 'engineVersion', + 'Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will.\n* **NOTE:** Upgrading major versions is not supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "The global cluster identifier.", + 'globalClusterIdentifier', + 'The global cluster identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceDbClusterIdentifier", - "Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.", + 'sourceDbClusterIdentifier', + 'Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.", + 'storageEncrypted', + 'Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.", () => [], false, @@ -111,8 +111,8 @@ Engine version of the global database. Upgrading the engine version will result ), new DynamicUIProps( InputType.String, - "engine", - "Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `neptune`. Conflicts with `source_db_cluster_identifier`.", + 'engine', + 'Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `neptune`. Conflicts with `source_db_cluster_identifier`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/neptune/ParameterGroup.ts b/src/app/Models/codegen/aws/neptune/ParameterGroup.ts index 72d30a12a..9eeffb262 100644 --- a/src/app/Models/codegen/aws/neptune/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/neptune/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { neptune_ParameterGroupParameter, neptune_ParameterGroupParameter_GetTypes, -} from "../types/neptune_ParameterGroupParameter"; +} from '../types/neptune_ParameterGroupParameter'; export interface ParameterGroupArgs { // The description of the Neptune parameter group. Defaults to "Managed by Pulumi". @@ -59,7 +59,7 @@ export class ParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the Neptune parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -67,40 +67,40 @@ export class ParameterGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "family", - "The family of the Neptune parameter group.", + 'family', + 'The family of the Neptune parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Neptune parameter.", + 'name', + 'The name of the Neptune parameter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "A list of Neptune parameters to apply.", + 'parameters', + 'A list of Neptune parameters to apply.', () => neptune_ParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/neptune/SubnetGroup.ts b/src/app/Models/codegen/aws/neptune/SubnetGroup.ts index ae799551f..3c1dcec80 100644 --- a/src/app/Models/codegen/aws/neptune/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/neptune/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // The name of the neptune subnet group. If omitted, this provider will assign a random, unique name. @@ -49,7 +49,7 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the neptune subnet group. Defaults to "Managed by Pulumi".', () => [], false, @@ -57,32 +57,32 @@ export class SubnetGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the neptune subnet group. If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the neptune subnet group. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs.", + 'subnetIds', + 'A list of VPC subnet IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkfirewall/Firewall.ts b/src/app/Models/codegen/aws/networkfirewall/Firewall.ts index 02dcdb1ae..eb9bcaae1 100644 --- a/src/app/Models/codegen/aws/networkfirewall/Firewall.ts +++ b/src/app/Models/codegen/aws/networkfirewall/Firewall.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallSubnetMapping, networkfirewall_FirewallSubnetMapping_GetTypes, -} from "../types/networkfirewall_FirewallSubnetMapping"; +} from '../types/networkfirewall_FirewallSubnetMapping'; import { networkfirewall_FirewallEncryptionConfiguration, networkfirewall_FirewallEncryptionConfiguration_GetTypes, -} from "../types/networkfirewall_FirewallEncryptionConfiguration"; +} from '../types/networkfirewall_FirewallEncryptionConfiguration'; import { networkfirewall_FirewallFirewallStatus, networkfirewall_FirewallFirewallStatus_GetTypes, -} from "../types/networkfirewall_FirewallFirewallStatus"; +} from '../types/networkfirewall_FirewallFirewallStatus'; export interface FirewallArgs { // A flag indicating whether the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. Defaults to `false`. @@ -97,80 +97,80 @@ export class Firewall extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A friendly description of the firewall.", + 'description', + 'A friendly description of the firewall.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetMappings", - "Set of configuration blocks describing the public subnets. Each subnet must belong to a different Availability Zone in the VPC. AWS Network Firewall creates a firewall endpoint in each subnet. See Subnet Mapping below for details.", + 'subnetMappings', + 'Set of configuration blocks describing the public subnets. Each subnet must belong to a different Availability Zone in the VPC. AWS Network Firewall creates a firewall endpoint in each subnet. See Subnet Mapping below for details.', () => networkfirewall_FirewallSubnetMapping_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "KMS encryption configuration settings. See Encryption Configuration below for details.", + 'encryptionConfiguration', + 'KMS encryption configuration settings. See Encryption Configuration below for details.', () => networkfirewall_FirewallEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "firewallPolicyArn", - "The Amazon Resource Name (ARN) of the VPC Firewall policy.", + 'firewallPolicyArn', + 'The Amazon Resource Name (ARN) of the VPC Firewall policy.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deleteProtection", - "A flag indicating whether the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. Defaults to `false`.", + 'deleteProtection', + 'A flag indicating whether the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the firewall.", + 'name', + 'A friendly name of the firewall.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "subnetChangeProtection", - "A flag indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. Defaults to `false`.", + 'subnetChangeProtection', + 'A flag indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "firewallPolicyChangeProtection", - "A flag indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. Defaults to `false`.", + 'firewallPolicyChangeProtection', + 'A flag indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The unique identifier of the VPC where AWS Network Firewall should create the firewall.", + 'vpcId', + 'The unique identifier of the VPC where AWS Network Firewall should create the firewall.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkfirewall/FirewallPolicy.ts b/src/app/Models/codegen/aws/networkfirewall/FirewallPolicy.ts index 4227b2120..1d6737a5d 100644 --- a/src/app/Models/codegen/aws/networkfirewall/FirewallPolicy.ts +++ b/src/app/Models/codegen/aws/networkfirewall/FirewallPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicy, networkfirewall_FirewallPolicyFirewallPolicy_GetTypes, -} from "../types/networkfirewall_FirewallPolicyFirewallPolicy"; +} from '../types/networkfirewall_FirewallPolicyFirewallPolicy'; import { networkfirewall_FirewallPolicyEncryptionConfiguration, networkfirewall_FirewallPolicyEncryptionConfiguration_GetTypes, -} from "../types/networkfirewall_FirewallPolicyEncryptionConfiguration"; +} from '../types/networkfirewall_FirewallPolicyEncryptionConfiguration'; export interface FirewallPolicyArgs { // KMS encryption configuration settings. See Encryption Configuration below for details. @@ -60,40 +60,40 @@ export class FirewallPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "KMS encryption configuration settings. See Encryption Configuration below for details.", + 'encryptionConfiguration', + 'KMS encryption configuration settings. See Encryption Configuration below for details.', () => networkfirewall_FirewallPolicyEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "firewallPolicy", - "A configuration block describing the rule groups and policy actions to use in the firewall policy. See Firewall Policy below for details.", + 'firewallPolicy', + 'A configuration block describing the rule groups and policy actions to use in the firewall policy. See Firewall Policy below for details.', () => networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the firewall policy.", + 'name', + 'A friendly name of the firewall policy.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A friendly description of the firewall policy.", + 'description', + 'A friendly description of the firewall policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/networkfirewall/LoggingConfiguration.ts b/src/app/Models/codegen/aws/networkfirewall/LoggingConfiguration.ts index 8bea337eb..ca128785d 100644 --- a/src/app/Models/codegen/aws/networkfirewall/LoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/networkfirewall/LoggingConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_LoggingConfigurationLoggingConfiguration, networkfirewall_LoggingConfigurationLoggingConfiguration_GetTypes, -} from "../types/networkfirewall_LoggingConfigurationLoggingConfiguration"; +} from '../types/networkfirewall_LoggingConfigurationLoggingConfiguration'; export interface LoggingConfigurationArgs { // The Amazon Resource Name (ARN) of the Network Firewall firewall. @@ -29,16 +29,16 @@ export class LoggingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "firewallArn", - "The Amazon Resource Name (ARN) of the Network Firewall firewall.", + 'firewallArn', + 'The Amazon Resource Name (ARN) of the Network Firewall firewall.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "A configuration block describing how AWS Network Firewall performs logging for a firewall. See Logging Configuration below for details.", + 'loggingConfiguration', + 'A configuration block describing how AWS Network Firewall performs logging for a firewall. See Logging Configuration below for details.', () => networkfirewall_LoggingConfigurationLoggingConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/networkfirewall/ResourcePolicy.ts b/src/app/Models/codegen/aws/networkfirewall/ResourcePolicy.ts index ad6f48fba..ff4e59834 100644 --- a/src/app/Models/codegen/aws/networkfirewall/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/networkfirewall/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // JSON formatted policy document that controls access to the Network Firewall resource. The policy must be provided --without whitespaces--. We recommend using jsonencode for formatting as seen in the examples above. For more details, including available policy statement Actions, see the [Policy](https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_PutResourcePolicy.html#API_PutResourcePolicy_RequestSyntax) parameter in the AWS API documentation. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "JSON formatted policy document that controls access to the Network Firewall resource. The policy must be provided **without whitespaces**. We recommend using jsonencode for formatting as seen in the examples above. For more details, including available policy statement Actions, see the [Policy](https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_PutResourcePolicy.html#API_PutResourcePolicy_RequestSyntax) parameter in the AWS API documentation.", + 'policy', + 'JSON formatted policy document that controls access to the Network Firewall resource. The policy must be provided **without whitespaces**. We recommend using jsonencode for formatting as seen in the examples above. For more details, including available policy statement Actions, see the [Policy](https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_PutResourcePolicy.html#API_PutResourcePolicy_RequestSyntax) parameter in the AWS API documentation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the rule group or firewall policy.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the rule group or firewall policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkfirewall/RuleGroup.ts b/src/app/Models/codegen/aws/networkfirewall/RuleGroup.ts index bcef75591..97d317458 100644 --- a/src/app/Models/codegen/aws/networkfirewall/RuleGroup.ts +++ b/src/app/Models/codegen/aws/networkfirewall/RuleGroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupEncryptionConfiguration, networkfirewall_RuleGroupEncryptionConfiguration_GetTypes, -} from "../types/networkfirewall_RuleGroupEncryptionConfiguration"; +} from '../types/networkfirewall_RuleGroupEncryptionConfiguration'; import { networkfirewall_RuleGroupRuleGroup, networkfirewall_RuleGroupRuleGroup_GetTypes, -} from "../types/networkfirewall_RuleGroupRuleGroup"; +} from '../types/networkfirewall_RuleGroupRuleGroup'; export interface RuleGroupArgs { // A friendly description of the rule group. @@ -78,64 +78,64 @@ export class RuleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "ruleGroup", - "A configuration block that defines the rule group rules. Required unless `rules` is specified. See Rule Group below for details.", + 'ruleGroup', + 'A configuration block that defines the rule group rules. Required unless `rules` is specified. See Rule Group below for details.', () => networkfirewall_RuleGroupRuleGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rules", - "The stateful rule group rules specifications in Suricata file format, with one rule per line. Use this to import your existing Suricata compatible rule groups. Required unless `rule_group` is specified.", + 'rules', + 'The stateful rule group rules specifications in Suricata file format, with one rule per line. Use this to import your existing Suricata compatible rule groups. Required unless `rule_group` is specified.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Whether the rule group is stateless (containing stateless rules) or stateful (containing stateful rules). Valid values include: `STATEFUL` or `STATELESS`.", + 'type', + 'Whether the rule group is stateless (containing stateless rules) or stateful (containing stateful rules). Valid values include: `STATEFUL` or `STATELESS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "capacity", - "The maximum number of operating resources that this rule group can use. For a stateless rule group, the capacity required is the sum of the capacity requirements of the individual rules. For a stateful rule group, the minimum capacity required is the number of individual rules.", + 'capacity', + 'The maximum number of operating resources that this rule group can use. For a stateless rule group, the capacity required is the sum of the capacity requirements of the individual rules. For a stateful rule group, the minimum capacity required is the number of individual rules.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A friendly description of the rule group.", + 'description', + 'A friendly description of the rule group.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "KMS encryption configuration settings. See Encryption Configuration below for details.", + 'encryptionConfiguration', + 'KMS encryption configuration settings. See Encryption Configuration below for details.', () => networkfirewall_RuleGroupEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/networkfirewall/TlsInspectionConfiguration.ts b/src/app/Models/codegen/aws/networkfirewall/TlsInspectionConfiguration.ts index ff7b75ebd..24bc76f4d 100644 --- a/src/app/Models/codegen/aws/networkfirewall/TlsInspectionConfiguration.ts +++ b/src/app/Models/codegen/aws/networkfirewall/TlsInspectionConfiguration.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration, networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration_GetTypes, -} from "../types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration"; +} from '../types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration'; import { networkfirewall_TlsInspectionConfigurationCertificateAuthority, networkfirewall_TlsInspectionConfigurationCertificateAuthority_GetTypes, -} from "../types/networkfirewall_TlsInspectionConfigurationCertificateAuthority"; +} from '../types/networkfirewall_TlsInspectionConfigurationCertificateAuthority'; import { networkfirewall_TlsInspectionConfigurationCertificate, networkfirewall_TlsInspectionConfigurationCertificate_GetTypes, -} from "../types/networkfirewall_TlsInspectionConfigurationCertificate"; +} from '../types/networkfirewall_TlsInspectionConfigurationCertificate'; import { networkfirewall_TlsInspectionConfigurationEncryptionConfiguration, networkfirewall_TlsInspectionConfigurationEncryptionConfiguration_GetTypes, -} from "../types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration"; +} from '../types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration'; import { networkfirewall_TlsInspectionConfigurationTimeouts, networkfirewall_TlsInspectionConfigurationTimeouts_GetTypes, -} from "../types/networkfirewall_TlsInspectionConfigurationTimeouts"; +} from '../types/networkfirewall_TlsInspectionConfigurationTimeouts'; export interface TlsInspectionConfigurationArgs { // Description of the TLS inspection configuration. @@ -98,16 +98,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the TLS inspection configuration.", + 'description', + 'Description of the TLS inspection configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "encryptionConfigurations", - "Encryption configuration block. Detailed below.", + 'encryptionConfigurations', + 'Encryption configuration block. Detailed below.', () => networkfirewall_TlsInspectionConfigurationEncryptionConfiguration_GetTypes(), false, @@ -115,32 +115,32 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "Descriptive name of the TLS inspection configuration.", + 'name', + 'Descriptive name of the TLS inspection configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => networkfirewall_TlsInspectionConfigurationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tlsInspectionConfiguration", - "TLS inspection configuration block. Detailed below.\n\nThe following arguments are optional:", + 'tlsInspectionConfiguration', + 'TLS inspection configuration block. Detailed below.\n\nThe following arguments are optional:', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/networkmanager/AttachmentAccepter.ts b/src/app/Models/codegen/aws/networkmanager/AttachmentAccepter.ts index 282421c87..6343212d6 100644 --- a/src/app/Models/codegen/aws/networkmanager/AttachmentAccepter.ts +++ b/src/app/Models/codegen/aws/networkmanager/AttachmentAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AttachmentAccepterArgs { // The ID of the attachment. @@ -49,16 +49,16 @@ export class AttachmentAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "attachmentId", - "The ID of the attachment.", + 'attachmentId', + 'The ID of the attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "attachmentType", - "The type of attachment. Valid values can be found in the [AWS Documentation](https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_ListAttachments.html#API_ListAttachments_RequestSyntax)", + 'attachmentType', + 'The type of attachment. Valid values can be found in the [AWS Documentation](https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_ListAttachments.html#API_ListAttachments_RequestSyntax)', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/ConnectAttachment.ts b/src/app/Models/codegen/aws/networkmanager/ConnectAttachment.ts index 6ecf5484e..7795a81b2 100644 --- a/src/app/Models/codegen/aws/networkmanager/ConnectAttachment.ts +++ b/src/app/Models/codegen/aws/networkmanager/ConnectAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_ConnectAttachmentOptions, networkmanager_ConnectAttachmentOptions_GetTypes, -} from "../types/networkmanager_ConnectAttachmentOptions"; +} from '../types/networkmanager_ConnectAttachmentOptions'; export interface ConnectAttachmentArgs { // The ID of a core network where you want to create the attachment. @@ -85,40 +85,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "options", - "Options block. See options for more information.\n\nThe following arguments are optional:", + 'options', + 'Options block. See options for more information.\n\nThe following arguments are optional:', () => networkmanager_ConnectAttachmentOptions_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transportAttachmentId", - "The ID of the attachment between the two connections.", + 'transportAttachmentId', + 'The ID of the attachment between the two connections.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "coreNetworkId", - "The ID of a core network where you want to create the attachment.", + 'coreNetworkId', + 'The ID of a core network where you want to create the attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "edgeLocation", - "The Region where the edge is located.", + 'edgeLocation', + 'The Region where the edge is located.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/ConnectPeer.ts b/src/app/Models/codegen/aws/networkmanager/ConnectPeer.ts index 922560f04..427a55005 100644 --- a/src/app/Models/codegen/aws/networkmanager/ConnectPeer.ts +++ b/src/app/Models/codegen/aws/networkmanager/ConnectPeer.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_ConnectPeerBgpOptions, networkmanager_ConnectPeerBgpOptions_GetTypes, -} from "../types/networkmanager_ConnectPeerBgpOptions"; +} from '../types/networkmanager_ConnectPeerBgpOptions'; import { networkmanager_ConnectPeerConfiguration, networkmanager_ConnectPeerConfiguration_GetTypes, -} from "../types/networkmanager_ConnectPeerConfiguration"; +} from '../types/networkmanager_ConnectPeerConfiguration'; export interface ConnectPeerArgs { // The Connect peer BGP options. @@ -95,56 +95,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "bgpOptions", - "The Connect peer BGP options.", + 'bgpOptions', + 'The Connect peer BGP options.', () => networkmanager_ConnectPeerBgpOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "connectAttachmentId", - "The ID of the connection attachment.", + 'connectAttachmentId', + 'The ID of the connection attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "coreNetworkAddress", - "A Connect peer core network address.", + 'coreNetworkAddress', + 'A Connect peer core network address.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.", + 'insideCidrBlocks', + 'The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "peerAddress", - "The Connect peer address.\n\nThe following arguments are optional:", + 'peerAddress', + 'The Connect peer address.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetArn", - "The subnet ARN for the Connect peer. Required when the Connect attachment protocol is `NO_ENCAP`. See `aws.networkmanager.ConnectAttachment` for details.", + 'subnetArn', + 'The subnet ARN for the Connect peer. Required when the Connect attachment protocol is `NO_ENCAP`. See `aws.networkmanager.ConnectAttachment` for details.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/Connection.ts b/src/app/Models/codegen/aws/networkmanager/Connection.ts index 720b9ccfd..3d1940edb 100644 --- a/src/app/Models/codegen/aws/networkmanager/Connection.ts +++ b/src/app/Models/codegen/aws/networkmanager/Connection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionArgs { // The ID of the link for the second device. @@ -61,56 +61,56 @@ export class Connection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "linkId", - "The ID of the link for the first device.", + 'linkId', + 'The ID of the link for the first device.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectedDeviceId", - "The ID of the second device in the connection.", + 'connectedDeviceId', + 'The ID of the second device in the connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectedLinkId", - "The ID of the link for the second device.", + 'connectedLinkId', + 'The ID of the link for the second device.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the connection.", + 'description', + 'A description of the connection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceId", - "The ID of the first device in the connection.", + 'deviceId', + 'The ID of the first device in the connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/CoreNetwork.ts b/src/app/Models/codegen/aws/networkmanager/CoreNetwork.ts index 2e189f97d..d4e94f917 100644 --- a/src/app/Models/codegen/aws/networkmanager/CoreNetwork.ts +++ b/src/app/Models/codegen/aws/networkmanager/CoreNetwork.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_CoreNetworkEdge, networkmanager_CoreNetworkEdge_GetTypes, -} from "../types/networkmanager_CoreNetworkEdge"; +} from '../types/networkmanager_CoreNetworkEdge'; import { networkmanager_CoreNetworkSegment, networkmanager_CoreNetworkSegment_GetTypes, -} from "../types/networkmanager_CoreNetworkSegment"; +} from '../types/networkmanager_CoreNetworkSegment'; export interface CoreNetworkArgs { // A list of regions to add to the base policy. The base policy created by setting the `create_base_policy` argument to `true` requires one or more regions to be set in the `edge-locations`, `location` key. If `base_policy_regions` is not specified, the region used in the base policy defaults to the region specified in the `provider` block. @@ -135,15 +135,15 @@ Specifies whether to create a base policy when a core network is created or upda return [ new DynamicUIProps( InputType.Array, - "basePolicyRegions", - "A list of regions to add to the base policy. The base policy created by setting the `create_base_policy` argument to `true` requires one or more regions to be set in the `edge-locations`, `location` key. If `base_policy_regions` is not specified, the region used in the base policy defaults to the region specified in the `provider` block.", + 'basePolicyRegions', + 'A list of regions to add to the base policy. The base policy created by setting the `create_base_policy` argument to `true` requires one or more regions to be set in the `edge-locations`, `location` key. If `base_policy_regions` is not specified, the region used in the base policy defaults to the region specified in the `provider` block.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "createBasePolicy", + 'createBasePolicy', 'Specifies whether to create a base policy when a core network is created or updated. A base policy is created and set to `LIVE` to allow attachments to the core network (e.g. VPC Attachments) before applying a policy document provided using the `aws.networkmanager.CoreNetworkPolicyAttachment` resource. This base policy is needed if your core network does not have any `LIVE` policies and your policy document has static routes pointing to VPC attachments and you want to attach your VPCs to the core network before applying the desired policy document. Valid values are `true` or `false`. An example of this Pulumi snippet can be found above for VPC Attachment in a single region and for VPC Attachment multi-region. An example base policy is shown below. This base policy is overridden with the policy that you specify in the `aws.networkmanager.CoreNetworkPolicyAttachment` resource.\n\n```json\n{\n"version": "2021.12",\n"core-network-configuration": {\n"asn-ranges": [\n"64512-65534"\n],\n"vpn-ecmp-support": false,\n"edge-locations": [\n{\n"location": "us-east-1"\n}\n]\n},\n"segments": [\n{\n"name": "segment",\n"description": "base-policy",\n"isolate-attachments": false,\n"require-attachment-acceptance": false\n}\n]\n}\n```', () => [], false, @@ -151,40 +151,40 @@ Specifies whether to create a base policy when a core network is created or upda ), new DynamicUIProps( InputType.String, - "description", - "Description of the Core Network.", + 'description', + 'Description of the Core Network.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network that a core network will be a part of.", + 'globalNetworkId', + 'The ID of the global network that a core network will be a part of.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the Core Network. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the Core Network. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "basePolicyDocument", - "Sets the base policy document for the core network. Refer to the [Core network policies documentation](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html) for more information.", + 'basePolicyDocument', + 'Sets the base policy document for the core network. Refer to the [Core network policies documentation](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "basePolicyRegion", - "The base policy created by setting the `create_base_policy` argument to `true` requires a region to be set in the `edge-locations`, `location` key. If `base_policy_region` is not specified, the region used in the base policy defaults to the region specified in the `provider` block.", + 'basePolicyRegion', + 'The base policy created by setting the `create_base_policy` argument to `true` requires a region to be set in the `edge-locations`, `location` key. If `base_policy_region` is not specified, the region used in the base policy defaults to the region specified in the `provider` block.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/CoreNetworkPolicyAttachment.ts b/src/app/Models/codegen/aws/networkmanager/CoreNetworkPolicyAttachment.ts index 171beebf2..6fb066964 100644 --- a/src/app/Models/codegen/aws/networkmanager/CoreNetworkPolicyAttachment.ts +++ b/src/app/Models/codegen/aws/networkmanager/CoreNetworkPolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CoreNetworkPolicyAttachmentArgs { // The ID of the core network that a policy will be attached to and made `LIVE`. @@ -28,16 +28,16 @@ export class CoreNetworkPolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "coreNetworkId", - "The ID of the core network that a policy will be attached to and made `LIVE`.", + 'coreNetworkId', + 'The ID of the core network that a policy will be attached to and made `LIVE`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyDocument", - "Policy document for creating a core network. Note that updating this argument will result in the new policy document version being set as the `LATEST` and `LIVE` policy document. Refer to the [Core network policies documentation](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html) for more information.", + 'policyDocument', + 'Policy document for creating a core network. Note that updating this argument will result in the new policy document version being set as the `LATEST` and `LIVE` policy document. Refer to the [Core network policies documentation](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/networkmanager/CustomerGatewayAssociation.ts b/src/app/Models/codegen/aws/networkmanager/CustomerGatewayAssociation.ts index 9d98d2a71..5deb9e8f8 100644 --- a/src/app/Models/codegen/aws/networkmanager/CustomerGatewayAssociation.ts +++ b/src/app/Models/codegen/aws/networkmanager/CustomerGatewayAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomerGatewayAssociationArgs { // The ID of the link. @@ -37,32 +37,32 @@ export class CustomerGatewayAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "linkId", - "The ID of the link.", + 'linkId', + 'The ID of the link.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customerGatewayArn", - "The Amazon Resource Name (ARN) of the customer gateway.", + 'customerGatewayArn', + 'The Amazon Resource Name (ARN) of the customer gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deviceId", - "The ID of the device.", + 'deviceId', + 'The ID of the device.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/Device.ts b/src/app/Models/codegen/aws/networkmanager/Device.ts index ff4441449..4b0e67db4 100644 --- a/src/app/Models/codegen/aws/networkmanager/Device.ts +++ b/src/app/Models/codegen/aws/networkmanager/Device.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_DeviceAwsLocation, networkmanager_DeviceAwsLocation_GetTypes, -} from "../types/networkmanager_DeviceAwsLocation"; +} from '../types/networkmanager_DeviceAwsLocation'; import { networkmanager_DeviceLocation, networkmanager_DeviceLocation_GetTypes, -} from "../types/networkmanager_DeviceLocation"; +} from '../types/networkmanager_DeviceLocation'; export interface DeviceArgs { // The type of device. @@ -87,80 +87,80 @@ export class Device extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vendor", - "The vendor of the device.", + 'vendor', + 'The vendor of the device.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "awsLocation", - "The AWS location of the device. Documented below.", + 'awsLocation', + 'The AWS location of the device. Documented below.', () => networkmanager_DeviceAwsLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the device.", + 'description', + 'A description of the device.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "siteId", - "The ID of the site.", + 'siteId', + 'The ID of the site.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serialNumber", - "The serial number of the device.", + 'serialNumber', + 'The serial number of the device.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of device.", + 'type', + 'The type of device.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "location", - "The location of the device. Documented below.", + 'location', + 'The location of the device. Documented below.', () => networkmanager_DeviceLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "model", - "The model of device.", + 'model', + 'The model of device.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/GlobalNetwork.ts b/src/app/Models/codegen/aws/networkmanager/GlobalNetwork.ts index 963738c75..d0195972f 100644 --- a/src/app/Models/codegen/aws/networkmanager/GlobalNetwork.ts +++ b/src/app/Models/codegen/aws/networkmanager/GlobalNetwork.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlobalNetworkArgs { // Description of the Global Network. @@ -31,16 +31,16 @@ export class GlobalNetwork extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the Global Network.", + 'description', + 'Description of the Global Network.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the Global Network. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the Global Network. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/Link.ts b/src/app/Models/codegen/aws/networkmanager/Link.ts index 027dd952c..9313e227c 100644 --- a/src/app/Models/codegen/aws/networkmanager/Link.ts +++ b/src/app/Models/codegen/aws/networkmanager/Link.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_LinkBandwidth, networkmanager_LinkBandwidth_GetTypes, -} from "../types/networkmanager_LinkBandwidth"; +} from '../types/networkmanager_LinkBandwidth'; export interface LinkArgs { // The type of the link. @@ -65,56 +65,56 @@ export class Link extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "type", - "The type of the link.", + 'type', + 'The type of the link.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "bandwidth", - "The upload speed and download speed in Mbps. Documented below.", + 'bandwidth', + 'The upload speed and download speed in Mbps. Documented below.', () => networkmanager_LinkBandwidth_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the link.", + 'description', + 'A description of the link.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "providerName", - "The provider of the link.", + 'providerName', + 'The provider of the link.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "siteId", - "The ID of the site.", + 'siteId', + 'The ID of the site.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the link. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the link. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/LinkAssociation.ts b/src/app/Models/codegen/aws/networkmanager/LinkAssociation.ts index 2b31914b2..18a5bc182 100644 --- a/src/app/Models/codegen/aws/networkmanager/LinkAssociation.ts +++ b/src/app/Models/codegen/aws/networkmanager/LinkAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LinkAssociationArgs { // The ID of the device. @@ -31,24 +31,24 @@ export class LinkAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "linkId", - "The ID of the link.", + 'linkId', + 'The ID of the link.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deviceId", - "The ID of the device.", + 'deviceId', + 'The ID of the device.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/Site.ts b/src/app/Models/codegen/aws/networkmanager/Site.ts index 83d6d45b8..ec8ec5b10 100644 --- a/src/app/Models/codegen/aws/networkmanager/Site.ts +++ b/src/app/Models/codegen/aws/networkmanager/Site.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_SiteLocation, networkmanager_SiteLocation_GetTypes, -} from "../types/networkmanager_SiteLocation"; +} from '../types/networkmanager_SiteLocation'; export interface SiteArgs { // Description of the Site. @@ -47,32 +47,32 @@ export class Site extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the Site.", + 'description', + 'Description of the Site.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the Global Network to create the site in.", + 'globalNetworkId', + 'The ID of the Global Network to create the site in.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "location", - "The site location as documented below.", + 'location', + 'The site location as documented below.', () => networkmanager_SiteLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the Site. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the Site. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/SiteToSiteVpnAttachment.ts b/src/app/Models/codegen/aws/networkmanager/SiteToSiteVpnAttachment.ts index ca1b834e4..cf4f14892 100644 --- a/src/app/Models/codegen/aws/networkmanager/SiteToSiteVpnAttachment.ts +++ b/src/app/Models/codegen/aws/networkmanager/SiteToSiteVpnAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SiteToSiteVpnAttachmentArgs { /* @@ -69,24 +69,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "vpnConnectionArn", - "The ARN of the site-to-site VPN connection.\n\nThe following arguments are optional:", + 'vpnConnectionArn', + 'The ARN of the site-to-site VPN connection.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "coreNetworkId", - "The ID of a core network for the VPN attachment.", + 'coreNetworkId', + 'The ID of a core network for the VPN attachment.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmanager/TransitGatewayConnectPeerAssociation.ts b/src/app/Models/codegen/aws/networkmanager/TransitGatewayConnectPeerAssociation.ts index b85a29193..98f78cbd2 100644 --- a/src/app/Models/codegen/aws/networkmanager/TransitGatewayConnectPeerAssociation.ts +++ b/src/app/Models/codegen/aws/networkmanager/TransitGatewayConnectPeerAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitGatewayConnectPeerAssociationArgs { // The ID of the device. @@ -37,32 +37,32 @@ export class TransitGatewayConnectPeerAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the global network.", + 'globalNetworkId', + 'The ID of the global network.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "linkId", - "The ID of the link.", + 'linkId', + 'The ID of the link.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "transitGatewayConnectPeerArn", - "The Amazon Resource Name (ARN) of the Connect peer.", + 'transitGatewayConnectPeerArn', + 'The Amazon Resource Name (ARN) of the Connect peer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deviceId", - "The ID of the device.", + 'deviceId', + 'The ID of the device.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/TransitGatewayPeering.ts b/src/app/Models/codegen/aws/networkmanager/TransitGatewayPeering.ts index c9ee349fb..de7e53fe0 100644 --- a/src/app/Models/codegen/aws/networkmanager/TransitGatewayPeering.ts +++ b/src/app/Models/codegen/aws/networkmanager/TransitGatewayPeering.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitGatewayPeeringArgs { // The ID of a core network. @@ -55,24 +55,24 @@ export class TransitGatewayPeering extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "coreNetworkId", - "The ID of a core network.", + 'coreNetworkId', + 'The ID of a core network.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the peering. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the peering. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayArn", - "The ARN of the transit gateway for the peering request.", + 'transitGatewayArn', + 'The ARN of the transit gateway for the peering request.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/TransitGatewayRegistration.ts b/src/app/Models/codegen/aws/networkmanager/TransitGatewayRegistration.ts index 7bc6e06b9..b1f6812d1 100644 --- a/src/app/Models/codegen/aws/networkmanager/TransitGatewayRegistration.ts +++ b/src/app/Models/codegen/aws/networkmanager/TransitGatewayRegistration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitGatewayRegistrationArgs { // The ID of the Global Network to register to. @@ -25,16 +25,16 @@ export class TransitGatewayRegistration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "globalNetworkId", - "The ID of the Global Network to register to.", + 'globalNetworkId', + 'The ID of the Global Network to register to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "transitGatewayArn", - "The ARN of the Transit Gateway to register.", + 'transitGatewayArn', + 'The ARN of the Transit Gateway to register.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/TransitGatewayRouteTableAttachment.ts b/src/app/Models/codegen/aws/networkmanager/TransitGatewayRouteTableAttachment.ts index 2107618f1..e12e65c22 100644 --- a/src/app/Models/codegen/aws/networkmanager/TransitGatewayRouteTableAttachment.ts +++ b/src/app/Models/codegen/aws/networkmanager/TransitGatewayRouteTableAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TransitGatewayRouteTableAttachmentArgs { // The ID of the peer for the attachment. @@ -64,24 +64,24 @@ export class TransitGatewayRouteTableAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "peeringId", - "The ID of the peer for the attachment.", + 'peeringId', + 'The ID of the peer for the attachment.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableArn", - "The ARN of the transit gateway route table for the attachment.", + 'transitGatewayRouteTableArn', + 'The ARN of the transit gateway route table for the attachment.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/networkmanager/VpcAttachment.ts b/src/app/Models/codegen/aws/networkmanager/VpcAttachment.ts index 9972b0520..7b4a08bb8 100644 --- a/src/app/Models/codegen/aws/networkmanager/VpcAttachment.ts +++ b/src/app/Models/codegen/aws/networkmanager/VpcAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_VpcAttachmentOptions, networkmanager_VpcAttachmentOptions_GetTypes, -} from "../types/networkmanager_VpcAttachmentOptions"; +} from '../types/networkmanager_VpcAttachmentOptions'; export interface VpcAttachmentArgs { // Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -85,40 +85,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcArn", - "The ARN of the VPC.\n\nThe following arguments are optional:", + 'vpcArn', + 'The ARN of the VPC.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "coreNetworkId", - "The ID of a core network for the VPC attachment.", + 'coreNetworkId', + 'The ID of a core network for the VPC attachment.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "options", - "Options for the VPC attachment.", + 'options', + 'Options for the VPC attachment.', () => networkmanager_VpcAttachmentOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetArns", - "The subnet ARN of the VPC attachment.", + 'subnetArns', + 'The subnet ARN of the VPC attachment.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/networkmonitor/Monitor.ts b/src/app/Models/codegen/aws/networkmonitor/Monitor.ts index ca273eda7..635d04ce5 100644 --- a/src/app/Models/codegen/aws/networkmonitor/Monitor.ts +++ b/src/app/Models/codegen/aws/networkmonitor/Monitor.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MonitorArgs { // The time, in seconds, that metrics are aggregated and sent to Amazon CloudWatch. Valid values are either 30 or 60. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "aggregationPeriod", - "The time, in seconds, that metrics are aggregated and sent to Amazon CloudWatch. Valid values are either 30 or 60.", + 'aggregationPeriod', + 'The time, in seconds, that metrics are aggregated and sent to Amazon CloudWatch. Valid values are either 30 or 60.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "monitorName", - "The name of the monitor.\n\nThe following arguments are optional:", + 'monitorName', + 'The name of the monitor.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the monitor. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the monitor. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/networkmonitor/Probe.ts b/src/app/Models/codegen/aws/networkmonitor/Probe.ts index 182f47fb8..5709a6796 100644 --- a/src/app/Models/codegen/aws/networkmonitor/Probe.ts +++ b/src/app/Models/codegen/aws/networkmonitor/Probe.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProbeArgs { // The destination IP address. This must be either IPV4 or IPV6. @@ -78,56 +78,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "destination", - "The destination IP address. This must be either IPV4 or IPV6.", + 'destination', + 'The destination IP address. This must be either IPV4 or IPV6.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "destinationPort", - "The port associated with the destination. This is required only if the protocol is TCP and must be a number between 1 and 65536.", + 'destinationPort', + 'The port associated with the destination. This is required only if the protocol is TCP and must be a number between 1 and 65536.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "monitorName", - "The name of the monitor.", + 'monitorName', + 'The name of the monitor.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "packetSize", - "The size of the packets sent between the source and destination. This must be a number between 56 and 8500.\n\nThe following arguments are optional:", + 'packetSize', + 'The size of the packets sent between the source and destination. This must be a number between 56 and 8500.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol used for the network traffic between the source and destination. This must be either TCP or ICMP.", + 'protocol', + 'The protocol used for the network traffic between the source and destination. This must be either TCP or ICMP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceArn", - "The ARN of the subnet.", + 'sourceArn', + 'The ARN of the subnet.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the monitor. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the monitor. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/oam/Link.ts b/src/app/Models/codegen/aws/oam/Link.ts index 3f9e17503..001eeb5e2 100644 --- a/src/app/Models/codegen/aws/oam/Link.ts +++ b/src/app/Models/codegen/aws/oam/Link.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { oam_LinkLinkConfiguration, oam_LinkLinkConfiguration_GetTypes, -} from "../types/oam_LinkLinkConfiguration"; +} from '../types/oam_LinkLinkConfiguration'; export interface LinkArgs { // Configuration for creating filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account. See `link_configuration` Block for details. @@ -70,40 +70,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "linkConfiguration", - "Configuration for creating filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account. See `link_configuration` Block for details.", + 'linkConfiguration', + 'Configuration for creating filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account. See `link_configuration` Block for details.', () => oam_LinkLinkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "Types of data that the source account shares with the monitoring account.", + 'resourceTypes', + 'Types of data that the source account shares with the monitoring account.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "sinkIdentifier", - "Identifier of the sink to use to create this link.\n\nThe following arguments are optional:", + 'sinkIdentifier', + 'Identifier of the sink to use to create this link.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "labelTemplate", - "Human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.", + 'labelTemplate', + 'Human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/oam/Sink.ts b/src/app/Models/codegen/aws/oam/Sink.ts index e6fb50797..99fc189a0 100644 --- a/src/app/Models/codegen/aws/oam/Sink.ts +++ b/src/app/Models/codegen/aws/oam/Sink.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SinkArgs { /* @@ -42,16 +42,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name for the sink.\n\nThe following arguments are optional:", + 'name', + 'Name for the sink.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/oam/SinkPolicy.ts b/src/app/Models/codegen/aws/oam/SinkPolicy.ts index 9816f9302..b4154b09b 100644 --- a/src/app/Models/codegen/aws/oam/SinkPolicy.ts +++ b/src/app/Models/codegen/aws/oam/SinkPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SinkPolicyArgs { // JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here. @@ -31,16 +31,16 @@ export class SinkPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here.", + 'policy', + 'JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sinkIdentifier", - "ARN of the sink to attach this policy to.", + 'sinkIdentifier', + 'ARN of the sink to attach this policy to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/opensearch/Domain.ts b/src/app/Models/codegen/aws/opensearch/Domain.ts index 0d4ae36cf..8473ce816 100644 --- a/src/app/Models/codegen/aws/opensearch/Domain.ts +++ b/src/app/Models/codegen/aws/opensearch/Domain.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainAutoTuneOptions, opensearch_DomainAutoTuneOptions_GetTypes, -} from "../types/opensearch_DomainAutoTuneOptions"; +} from '../types/opensearch_DomainAutoTuneOptions'; import { opensearch_DomainClusterConfig, opensearch_DomainClusterConfig_GetTypes, -} from "../types/opensearch_DomainClusterConfig"; +} from '../types/opensearch_DomainClusterConfig'; import { opensearch_DomainSoftwareUpdateOptions, opensearch_DomainSoftwareUpdateOptions_GetTypes, -} from "../types/opensearch_DomainSoftwareUpdateOptions"; +} from '../types/opensearch_DomainSoftwareUpdateOptions'; import { opensearch_DomainVpcOptions, opensearch_DomainVpcOptions_GetTypes, -} from "../types/opensearch_DomainVpcOptions"; +} from '../types/opensearch_DomainVpcOptions'; import { opensearch_DomainSnapshotOptions, opensearch_DomainSnapshotOptions_GetTypes, -} from "../types/opensearch_DomainSnapshotOptions"; +} from '../types/opensearch_DomainSnapshotOptions'; import { opensearch_DomainEncryptAtRest, opensearch_DomainEncryptAtRest_GetTypes, -} from "../types/opensearch_DomainEncryptAtRest"; +} from '../types/opensearch_DomainEncryptAtRest'; import { opensearch_DomainAdvancedSecurityOptions, opensearch_DomainAdvancedSecurityOptions_GetTypes, -} from "../types/opensearch_DomainAdvancedSecurityOptions"; +} from '../types/opensearch_DomainAdvancedSecurityOptions'; import { opensearch_DomainEbsOptions, opensearch_DomainEbsOptions_GetTypes, -} from "../types/opensearch_DomainEbsOptions"; +} from '../types/opensearch_DomainEbsOptions'; import { opensearch_DomainNodeToNodeEncryption, opensearch_DomainNodeToNodeEncryption_GetTypes, -} from "../types/opensearch_DomainNodeToNodeEncryption"; +} from '../types/opensearch_DomainNodeToNodeEncryption'; import { opensearch_DomainOffPeakWindowOptions, opensearch_DomainOffPeakWindowOptions_GetTypes, -} from "../types/opensearch_DomainOffPeakWindowOptions"; +} from '../types/opensearch_DomainOffPeakWindowOptions'; import { opensearch_DomainCognitoOptions, opensearch_DomainCognitoOptions_GetTypes, -} from "../types/opensearch_DomainCognitoOptions"; +} from '../types/opensearch_DomainCognitoOptions'; import { opensearch_DomainLogPublishingOption, opensearch_DomainLogPublishingOption_GetTypes, -} from "../types/opensearch_DomainLogPublishingOption"; +} from '../types/opensearch_DomainLogPublishingOption'; import { opensearch_DomainDomainEndpointOptions, opensearch_DomainDomainEndpointOptions_GetTypes, -} from "../types/opensearch_DomainDomainEndpointOptions"; +} from '../types/opensearch_DomainDomainEndpointOptions'; export interface DomainArgs { // Configuration block for encrypt at rest options. Only available for [certain instance types](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html). Detailed below. @@ -222,152 +222,152 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "nodeToNodeEncryption", - "Configuration block for node-to-node encryption options. Detailed below.", + 'nodeToNodeEncryption', + 'Configuration block for node-to-node encryption options. Detailed below.', () => opensearch_DomainNodeToNodeEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Either `Elasticsearch_X.Y` or `OpenSearch_X.Y` to specify the engine version for the Amazon OpenSearch Service domain. For example, `OpenSearch_1.0` or `Elasticsearch_7.9`.\nSee [Creating and managing Amazon OpenSearch Service domains](http://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomains).\nDefaults to the lastest version of OpenSearch.", + 'engineVersion', + 'Either `Elasticsearch_X.Y` or `OpenSearch_X.Y` to specify the engine version for the Amazon OpenSearch Service domain. For example, `OpenSearch_1.0` or `Elasticsearch_7.9`.\nSee [Creating and managing Amazon OpenSearch Service domains](http://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomains).\nDefaults to the lastest version of OpenSearch.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "softwareUpdateOptions", - "Software update options for the domain. Detailed below.", + 'softwareUpdateOptions', + 'Software update options for the domain. Detailed below.', () => opensearch_DomainSoftwareUpdateOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ebsOptions", - "Configuration block for EBS related options, may be required based on chosen [instance size](https://aws.amazon.com/opensearch-service/pricing/). Detailed below.", + 'ebsOptions', + 'Configuration block for EBS related options, may be required based on chosen [instance size](https://aws.amazon.com/opensearch-service/pricing/). Detailed below.', () => opensearch_DomainEbsOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessPolicies", - "IAM policy document specifying the access policies for the domain.", + 'accessPolicies', + 'IAM policy document specifying the access policies for the domain.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "offPeakWindowOptions", - "Configuration to add Off Peak update options. ([documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html)). Detailed below.", + 'offPeakWindowOptions', + 'Configuration to add Off Peak update options. ([documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html)). Detailed below.', () => opensearch_DomainOffPeakWindowOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "clusterConfig", - "Configuration block for the cluster of the domain. Detailed below.", + 'clusterConfig', + 'Configuration block for the cluster of the domain. Detailed below.', () => opensearch_DomainClusterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "encryptAtRest", - "Configuration block for encrypt at rest options. Only available for [certain instance types](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html). Detailed below.", + 'encryptAtRest', + 'Configuration block for encrypt at rest options. Only available for [certain instance types](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html). Detailed below.', () => opensearch_DomainEncryptAtRest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "advancedOptions", - "Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your OpenSearch domain on every apply.", + 'advancedOptions', + 'Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing the provider to want to recreate your OpenSearch domain on every apply.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.\n\nThe following arguments are optional:", + 'domainName', + 'Name of the domain.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "vpcOptions", - "Configuration block for VPC related options. Adding or removing this configuration forces a new resource ([documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html)). Detailed below.", + 'vpcOptions', + 'Configuration block for VPC related options. Adding or removing this configuration forces a new resource ([documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html)). Detailed below.', () => opensearch_DomainVpcOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "snapshotOptions", - "Configuration block for snapshot related options. Detailed below. DEPRECATED. For domains running OpenSearch 5.3 and later, Amazon OpenSearch takes hourly automated snapshots, making this setting irrelevant. For domains running earlier versions, OpenSearch takes daily automated snapshots.", + 'snapshotOptions', + 'Configuration block for snapshot related options. Detailed below. DEPRECATED. For domains running OpenSearch 5.3 and later, Amazon OpenSearch takes hourly automated snapshots, making this setting irrelevant. For domains running earlier versions, OpenSearch takes daily automated snapshots.', () => opensearch_DomainSnapshotOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The IP address type for the endpoint. Valid values are `ipv4` and `dualstack`.", + 'ipAddressType', + 'The IP address type for the endpoint. Valid values are `ipv4` and `dualstack`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "logPublishingOptions", - "Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.", + 'logPublishingOptions', + 'Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.', () => opensearch_DomainLogPublishingOption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "advancedSecurityOptions", - "Configuration block for [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html). Detailed below.", + 'advancedSecurityOptions', + 'Configuration block for [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html). Detailed below.', () => opensearch_DomainAdvancedSecurityOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "domainEndpointOptions", - "Configuration block for domain endpoint HTTP(S) related options. Detailed below.", + 'domainEndpointOptions', + 'Configuration block for domain endpoint HTTP(S) related options. Detailed below.', () => opensearch_DomainDomainEndpointOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoTuneOptions", - "Configuration block for the Auto-Tune options of the domain. Detailed below.", + 'autoTuneOptions', + 'Configuration block for the Auto-Tune options of the domain. Detailed below.', () => opensearch_DomainAutoTuneOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cognitoOptions", - "Configuration block for authenticating dashboard with Cognito. Detailed below.", + 'cognitoOptions', + 'Configuration block for authenticating dashboard with Cognito. Detailed below.', () => opensearch_DomainCognitoOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opensearch/DomainPolicy.ts b/src/app/Models/codegen/aws/opensearch/DomainPolicy.ts index a21456710..9b259e705 100644 --- a/src/app/Models/codegen/aws/opensearch/DomainPolicy.ts +++ b/src/app/Models/codegen/aws/opensearch/DomainPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainPolicyArgs { // IAM policy document specifying the access policies for the domain @@ -25,16 +25,16 @@ export class DomainPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessPolicies", - "IAM policy document specifying the access policies for the domain", + 'accessPolicies', + 'IAM policy document specifying the access policies for the domain', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.", + 'domainName', + 'Name of the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/opensearch/DomainSamlOptions.ts b/src/app/Models/codegen/aws/opensearch/DomainSamlOptions.ts index f9dde67b8..42ff91aa3 100644 --- a/src/app/Models/codegen/aws/opensearch/DomainSamlOptions.ts +++ b/src/app/Models/codegen/aws/opensearch/DomainSamlOptions.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainSamlOptionsSamlOptions, opensearch_DomainSamlOptionsSamlOptions_GetTypes, -} from "../types/opensearch_DomainSamlOptionsSamlOptions"; +} from '../types/opensearch_DomainSamlOptionsSamlOptions'; export interface DomainSamlOptionsArgs { /* @@ -37,16 +37,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain.\n\nThe following arguments are optional:", + 'domainName', + 'Name of the domain.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "samlOptions", - "SAML authentication options for an AWS OpenSearch Domain.", + 'samlOptions', + 'SAML authentication options for an AWS OpenSearch Domain.', () => opensearch_DomainSamlOptionsSamlOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opensearch/InboundConnectionAccepter.ts b/src/app/Models/codegen/aws/opensearch/InboundConnectionAccepter.ts index d71974be0..61e003de9 100644 --- a/src/app/Models/codegen/aws/opensearch/InboundConnectionAccepter.ts +++ b/src/app/Models/codegen/aws/opensearch/InboundConnectionAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InboundConnectionAccepterArgs { // Specifies the ID of the connection to accept. @@ -22,8 +22,8 @@ export class InboundConnectionAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectionId", - "Specifies the ID of the connection to accept.", + 'connectionId', + 'Specifies the ID of the connection to accept.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/opensearch/OutboundConnection.ts b/src/app/Models/codegen/aws/opensearch/OutboundConnection.ts index d978d8e63..b2cd8777b 100644 --- a/src/app/Models/codegen/aws/opensearch/OutboundConnection.ts +++ b/src/app/Models/codegen/aws/opensearch/OutboundConnection.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_OutboundConnectionRemoteDomainInfo, opensearch_OutboundConnectionRemoteDomainInfo_GetTypes, -} from "../types/opensearch_OutboundConnectionRemoteDomainInfo"; +} from '../types/opensearch_OutboundConnectionRemoteDomainInfo'; import { opensearch_OutboundConnectionConnectionProperties, opensearch_OutboundConnectionConnectionProperties_GetTypes, -} from "../types/opensearch_OutboundConnectionConnectionProperties"; +} from '../types/opensearch_OutboundConnectionConnectionProperties'; import { opensearch_OutboundConnectionLocalDomainInfo, opensearch_OutboundConnectionLocalDomainInfo_GetTypes, -} from "../types/opensearch_OutboundConnectionLocalDomainInfo"; +} from '../types/opensearch_OutboundConnectionLocalDomainInfo'; export interface OutboundConnectionArgs { // Configuration block for the remote Opensearch domain. @@ -64,48 +64,48 @@ export class OutboundConnection extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "remoteDomainInfo", - "Configuration block for the remote Opensearch domain.", + 'remoteDomainInfo', + 'Configuration block for the remote Opensearch domain.', () => opensearch_OutboundConnectionRemoteDomainInfo_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "acceptConnection", - "Accepts the connection.", + 'acceptConnection', + 'Accepts the connection.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "connectionAlias", - "Specifies the connection alias that will be used by the customer for this connection.", + 'connectionAlias', + 'Specifies the connection alias that will be used by the customer for this connection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectionMode", - "Specifies the connection mode. Accepted values are `DIRECT` or `VPC_ENDPOINT`.", + 'connectionMode', + 'Specifies the connection mode. Accepted values are `DIRECT` or `VPC_ENDPOINT`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "connectionProperties", - "Configuration block for the outbound connection.", + 'connectionProperties', + 'Configuration block for the outbound connection.', () => opensearch_OutboundConnectionConnectionProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "localDomainInfo", - "Configuration block for the local Opensearch domain.", + 'localDomainInfo', + 'Configuration block for the local Opensearch domain.', () => opensearch_OutboundConnectionLocalDomainInfo_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/opensearch/Package.ts b/src/app/Models/codegen/aws/opensearch/Package.ts index fe3062eeb..bb8382cc2 100644 --- a/src/app/Models/codegen/aws/opensearch/Package.ts +++ b/src/app/Models/codegen/aws/opensearch/Package.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_PackagePackageSource, opensearch_PackagePackageSource_GetTypes, -} from "../types/opensearch_PackagePackageSource"; +} from '../types/opensearch_PackagePackageSource'; export interface PackageArgs { // Description of the package. @@ -47,32 +47,32 @@ export class Package extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "packageDescription", - "Description of the package.", + 'packageDescription', + 'Description of the package.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "packageName", - "Unique name for the package.", + 'packageName', + 'Unique name for the package.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "packageSource", - "Configuration block for the package source options.", + 'packageSource', + 'Configuration block for the package source options.', () => opensearch_PackagePackageSource_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "packageType", - "The type of package.", + 'packageType', + 'The type of package.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/opensearch/PackageAssociation.ts b/src/app/Models/codegen/aws/opensearch/PackageAssociation.ts index 47c7de255..80038da80 100644 --- a/src/app/Models/codegen/aws/opensearch/PackageAssociation.ts +++ b/src/app/Models/codegen/aws/opensearch/PackageAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PackageAssociationArgs { // Internal ID of the package to associate with a domain. @@ -28,16 +28,16 @@ export class PackageAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "packageId", - "Internal ID of the package to associate with a domain.", + 'packageId', + 'Internal ID of the package to associate with a domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domainName", - "Name of the domain to associate the package with.", + 'domainName', + 'Name of the domain to associate the package with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessAccessPolicy.ts b/src/app/Models/codegen/aws/opensearch/ServerlessAccessPolicy.ts index 362a40309..9ae1b4acf 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessAccessPolicy.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessAccessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServerlessAccessPolicyArgs { // Description of the policy. Typically used to store information about the permissions defined in the policy. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the policy. Typically used to store information about the permissions defined in the policy.", + 'description', + 'Description of the policy. Typically used to store information about the permissions defined in the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "JSON policy document to use as the content for the new policy", + 'policy', + 'JSON policy document to use as the content for the new policy', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of access policy. Must be `data`.\n\nThe following arguments are optional:", + 'type', + 'Type of access policy. Must be `data`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessCollection.ts b/src/app/Models/codegen/aws/opensearch/ServerlessCollection.ts index cb30b4108..95b5632e4 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessCollection.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessCollection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_ServerlessCollectionTimeouts, opensearch_ServerlessCollectionTimeouts_GetTypes, -} from "../types/opensearch_ServerlessCollectionTimeouts"; +} from '../types/opensearch_ServerlessCollectionTimeouts'; export interface ServerlessCollectionArgs { // Description of the collection. @@ -76,48 +76,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "type", - "Type of collection. One of `SEARCH`, `TIMESERIES`, or `VECTORSEARCH`. Defaults to `TIMESERIES`.", + 'type', + 'Type of collection. One of `SEARCH`, `TIMESERIES`, or `VECTORSEARCH`. Defaults to `TIMESERIES`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the collection.", + 'description', + 'Description of the collection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the collection.\n\nThe following arguments are optional:", + 'name', + 'Name of the collection.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "standbyReplicas", - "Indicates whether standby replicas should be used for a collection. One of `ENABLED` or `DISABLED`. Defaults to `ENABLED`.", + 'standbyReplicas', + 'Indicates whether standby replicas should be used for a collection. One of `ENABLED` or `DISABLED`. Defaults to `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the collection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => opensearch_ServerlessCollectionTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessLifecyclePolicy.ts b/src/app/Models/codegen/aws/opensearch/ServerlessLifecyclePolicy.ts index c091ff46d..7fa748d69 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessLifecyclePolicy.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessLifecyclePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServerlessLifecyclePolicyArgs { // Description of the policy. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the policy.", + 'description', + 'Description of the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "JSON policy document to use as the content for the new policy.", + 'policy', + 'JSON policy document to use as the content for the new policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of lifecycle policy. Must be `retention`.\n\nThe following arguments are optional:", + 'type', + 'Type of lifecycle policy. Must be `retention`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessSecurityConfig.ts b/src/app/Models/codegen/aws/opensearch/ServerlessSecurityConfig.ts index 7021eb09b..fcbbbc57d 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessSecurityConfig.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessSecurityConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_ServerlessSecurityConfigSamlOptions, opensearch_ServerlessSecurityConfigSamlOptions_GetTypes, -} from "../types/opensearch_ServerlessSecurityConfigSamlOptions"; +} from '../types/opensearch_ServerlessSecurityConfigSamlOptions'; export interface ServerlessSecurityConfigArgs { // Description of the security configuration. @@ -52,32 +52,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "samlOptions", - "Configuration block for SAML options.", + 'samlOptions', + 'Configuration block for SAML options.', () => opensearch_ServerlessSecurityConfigSamlOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of configuration. Must be `saml`.\n\nThe following arguments are optional:", + 'type', + 'Type of configuration. Must be `saml`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the security configuration.", + 'description', + 'Description of the security configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessSecurityPolicy.ts b/src/app/Models/codegen/aws/opensearch/ServerlessSecurityPolicy.ts index a1bf24d56..6a8c00dca 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessSecurityPolicy.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessSecurityPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServerlessSecurityPolicyArgs { // Description of the policy. Typically used to store information about the permissions defined in the policy. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the policy. Typically used to store information about the permissions defined in the policy.", + 'description', + 'Description of the policy. Typically used to store information about the permissions defined in the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "JSON policy document to use as the content for the new policy", + 'policy', + 'JSON policy document to use as the content for the new policy', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of security policy. One of `encryption` or `network`.\n\nThe following arguments are optional:", + 'type', + 'Type of security policy. One of `encryption` or `network`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/opensearch/ServerlessVpcEndpoint.ts b/src/app/Models/codegen/aws/opensearch/ServerlessVpcEndpoint.ts index 238115d46..ecbd473b6 100644 --- a/src/app/Models/codegen/aws/opensearch/ServerlessVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/opensearch/ServerlessVpcEndpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_ServerlessVpcEndpointTimeouts, opensearch_ServerlessVpcEndpointTimeouts_GetTypes, -} from "../types/opensearch_ServerlessVpcEndpointTimeouts"; +} from '../types/opensearch_ServerlessVpcEndpointTimeouts'; export interface ServerlessVpcEndpointArgs { // Name of the interface endpoint. @@ -55,15 +55,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => opensearch_ServerlessVpcEndpointTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", + 'vpcId', "ID of the VPC from which you'll access OpenSearch Serverless.\n\nThe following arguments are optional:", () => [], true, @@ -71,23 +71,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "name", - "Name of the interface endpoint.", + 'name', + 'Name of the interface endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "One or more security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. Up to 5 security groups can be provided.", + 'securityGroupIds', + 'One or more security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. Up to 5 security groups can be provided.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", + 'subnetIds', "One or more subnet IDs from which you'll access OpenSearch Serverless. Up to 6 subnets can be provided.", () => InputType_String_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/opensearch/VpcEndpoint.ts b/src/app/Models/codegen/aws/opensearch/VpcEndpoint.ts index c428eecb7..e9a86ab78 100644 --- a/src/app/Models/codegen/aws/opensearch/VpcEndpoint.ts +++ b/src/app/Models/codegen/aws/opensearch/VpcEndpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_VpcEndpointVpcOptions, opensearch_VpcEndpointVpcOptions_GetTypes, -} from "../types/opensearch_VpcEndpointVpcOptions"; +} from '../types/opensearch_VpcEndpointVpcOptions'; export interface VpcEndpointArgs { // Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for @@ -32,16 +32,16 @@ export class VpcEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainArn", - "Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for", + 'domainArn', + 'Specifies the Amazon Resource Name (ARN) of the domain to create the endpoint for', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpcOptions", - "Options to specify the subnets and security groups for the endpoint.", + 'vpcOptions', + 'Options to specify the subnets and security groups for the endpoint.', () => opensearch_VpcEndpointVpcOptions_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/opensearchingest/Pipeline.ts b/src/app/Models/codegen/aws/opensearchingest/Pipeline.ts index edd781881..c886c1343 100644 --- a/src/app/Models/codegen/aws/opensearchingest/Pipeline.ts +++ b/src/app/Models/codegen/aws/opensearchingest/Pipeline.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearchingest_PipelineBufferOptions, opensearchingest_PipelineBufferOptions_GetTypes, -} from "../types/opensearchingest_PipelineBufferOptions"; +} from '../types/opensearchingest_PipelineBufferOptions'; import { opensearchingest_PipelineEncryptionAtRestOptions, opensearchingest_PipelineEncryptionAtRestOptions_GetTypes, -} from "../types/opensearchingest_PipelineEncryptionAtRestOptions"; +} from '../types/opensearchingest_PipelineEncryptionAtRestOptions'; import { opensearchingest_PipelineLogPublishingOptions, opensearchingest_PipelineLogPublishingOptions_GetTypes, -} from "../types/opensearchingest_PipelineLogPublishingOptions"; +} from '../types/opensearchingest_PipelineLogPublishingOptions'; import { opensearchingest_PipelineVpcOptions, opensearchingest_PipelineVpcOptions_GetTypes, -} from "../types/opensearchingest_PipelineVpcOptions"; +} from '../types/opensearchingest_PipelineVpcOptions'; import { opensearchingest_PipelineTimeouts, opensearchingest_PipelineTimeouts_GetTypes, -} from "../types/opensearchingest_PipelineTimeouts"; +} from '../types/opensearchingest_PipelineTimeouts'; export interface PipelineArgs { // A map of tags to assign to the pipeline. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -110,79 +110,79 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the pipeline. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the pipeline. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "encryptionAtRestOptions", - "Key-value pairs to configure encryption for data that is written to a persistent buffer. See `encryption_at_rest_options` below.", + 'encryptionAtRestOptions', + 'Key-value pairs to configure encryption for data that is written to a persistent buffer. See `encryption_at_rest_options` below.', () => opensearchingest_PipelineEncryptionAtRestOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logPublishingOptions", - "Key-value pairs to configure log publishing. See `log_publishing_options` below.", + 'logPublishingOptions', + 'Key-value pairs to configure log publishing. See `log_publishing_options` below.', () => opensearchingest_PipelineLogPublishingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "minUnits", - "The minimum pipeline capacity, in Ingestion Compute Units (ICUs).", + 'minUnits', + 'The minimum pipeline capacity, in Ingestion Compute Units (ICUs).', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => opensearchingest_PipelineTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "bufferOptions", - "Key-value pairs to configure persistent buffering for the pipeline. See `buffer_options` below.", + 'bufferOptions', + 'Key-value pairs to configure persistent buffering for the pipeline. See `buffer_options` below.', () => opensearchingest_PipelineBufferOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxUnits", - "The maximum pipeline capacity, in Ingestion Compute Units (ICUs).", + 'maxUnits', + 'The maximum pipeline capacity, in Ingestion Compute Units (ICUs).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pipelineConfigurationBody", - "The pipeline configuration in YAML format. This argument accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\n.", + 'pipelineConfigurationBody', + 'The pipeline configuration in YAML format. This argument accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\n.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pipelineName", - "The name of the OpenSearch Ingestion pipeline to create. Pipeline names are unique across the pipelines owned by an account within an AWS Region.\n\nThe following arguments are optional:", + 'pipelineName', + 'The name of the OpenSearch Ingestion pipeline to create. Pipeline names are unique across the pipelines owned by an account within an AWS Region.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "vpcOptions", + 'vpcOptions', "Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion creates the pipeline with a public endpoint. See `vpc_options` below.", () => opensearchingest_PipelineVpcOptions_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/opsworks/Application.ts b/src/app/Models/codegen/aws/opsworks/Application.ts index b0424cd5b..8a2728f71 100644 --- a/src/app/Models/codegen/aws/opsworks/Application.ts +++ b/src/app/Models/codegen/aws/opsworks/Application.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_ApplicationAppSource, opsworks_ApplicationAppSource_GetTypes, -} from "../types/opsworks_ApplicationAppSource"; +} from '../types/opsworks_ApplicationAppSource'; import { opsworks_ApplicationSslConfiguration, opsworks_ApplicationSslConfiguration_GetTypes, -} from "../types/opsworks_ApplicationSslConfiguration"; +} from '../types/opsworks_ApplicationSslConfiguration'; import { opsworks_ApplicationEnvironment, opsworks_ApplicationEnvironment_GetTypes, -} from "../types/opsworks_ApplicationEnvironment"; +} from '../types/opsworks_ApplicationEnvironment'; export interface ApplicationArgs { // A short, machine-readable name for the application. This can only be defined on resource creation and ignored on resource update. @@ -127,63 +127,63 @@ export class Application extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "type", - "Opsworks application type. One of `aws-flow-ruby`, `java`, `rails`, `php`, `nodejs`, `static` or `other`.", + 'type', + 'Opsworks application type. One of `aws-flow-ruby`, `java`, `rails`, `php`, `nodejs`, `static` or `other`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataSourceDatabaseName", - "The database name.", + 'dataSourceDatabaseName', + 'The database name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sslConfigurations", - "The SSL configuration of the app. Object is described below.", + 'sslConfigurations', + 'The SSL configuration of the app. Object is described below.', () => opsworks_ApplicationSslConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the application.", + 'name', + 'A human-readable name for the application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "railsEnv", - "The name of the Rails environment for application of type `rails`.", + 'railsEnv', + 'The name of the Rails environment for application of type `rails`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "domains", - "A list of virtual host alias.", + 'domains', + 'A list of virtual host alias.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "appSources", - "SCM configuration of the app as described below.", + 'appSources', + 'SCM configuration of the app as described below.', () => opsworks_ApplicationAppSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSourceArn", + 'dataSourceArn', "The data source's ARN.", () => [], false, @@ -191,55 +191,55 @@ export class Application extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "A description of the app.", + 'description', + 'A description of the app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shortName", - "A short, machine-readable name for the application. This can only be defined on resource creation and ignored on resource update.", + 'shortName', + 'A short, machine-readable name for the application. This can only be defined on resource creation and ignored on resource update.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoBundleOnDeploy", - "Run bundle install when deploying for application of type `rails`.", + 'autoBundleOnDeploy', + 'Run bundle install when deploying for application of type `rails`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableSsl", - "Whether to enable SSL for the app. This must be set in order to let `ssl_configuration.private_key`, `ssl_configuration.certificate` and `ssl_configuration.chain` take effect.", + 'enableSsl', + 'Whether to enable SSL for the app. This must be set in order to let `ssl_configuration.private_key`, `ssl_configuration.certificate` and `ssl_configuration.chain` take effect.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the application will belong to.", + 'stackId', + 'ID of the stack the application will belong to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsFlowRubySettings", - "Specify activity and workflow workers for your app using the aws-flow gem.", + 'awsFlowRubySettings', + 'Specify activity and workflow workers for your app using the aws-flow gem.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataSourceType", + 'dataSourceType', "The data source's type one of `AutoSelectOpsworksMysqlInstance`, `OpsworksMysqlInstance`, or `RdsDbInstance`.", () => [], false, @@ -247,16 +247,16 @@ export class Application extends DS_Resource { ), new DynamicUIProps( InputType.String, - "documentRoot", - "Subfolder for the document root for application of type `rails`.", + 'documentRoot', + 'Subfolder for the document root for application of type `rails`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "environments", - "Object to define environment variables. Object is described below.", + 'environments', + 'Object to define environment variables. Object is described below.', () => opsworks_ApplicationEnvironment_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opsworks/CustomLayer.ts b/src/app/Models/codegen/aws/opsworks/CustomLayer.ts index 98606ff84..447a4f6ed 100644 --- a/src/app/Models/codegen/aws/opsworks/CustomLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/CustomLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_CustomLayerLoadBasedAutoScaling, opsworks_CustomLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_CustomLayerLoadBasedAutoScaling"; +} from '../types/opsworks_CustomLayerLoadBasedAutoScaling'; import { opsworks_CustomLayerCloudwatchConfiguration, opsworks_CustomLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_CustomLayerCloudwatchConfiguration"; +} from '../types/opsworks_CustomLayerCloudwatchConfiguration'; import { opsworks_CustomLayerEbsVolume, opsworks_CustomLayerEbsVolume_GetTypes, -} from "../types/opsworks_CustomLayerEbsVolume"; +} from '../types/opsworks_CustomLayerEbsVolume'; export interface CustomLayerArgs { // A human-readable name for the layer. @@ -187,15 +187,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -203,23 +203,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -227,31 +227,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", + 'cloudwatchConfiguration', "Will create an EBS volume and connect it to the layer's instances. See Cloudwatch Configuration.", () => opsworks_CustomLayerCloudwatchConfiguration_GetTypes(), false, @@ -259,7 +259,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "Will create an EBS volume and connect it to the layer's instances. See EBS Volume.", () => opsworks_CustomLayerEbsVolume_GetTypes(), false, @@ -267,23 +267,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shortName", - "A short, machine-readable name for the layer, which will be used to identify it in the Chef node JSON.", + 'shortName', + 'A short, machine-readable name for the layer, which will be used to identify it in the Chef node JSON.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -291,23 +291,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -315,23 +315,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -339,15 +339,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "Load-based auto scaling configuration. See Load Based AutoScaling", + 'loadBasedAutoScaling', + 'Load-based auto scaling configuration. See Load Based AutoScaling', () => opsworks_CustomLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -355,24 +355,24 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/EcsClusterLayer.ts b/src/app/Models/codegen/aws/opsworks/EcsClusterLayer.ts index a7507c01c..4c6764e18 100644 --- a/src/app/Models/codegen/aws/opsworks/EcsClusterLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/EcsClusterLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_EcsClusterLayerLoadBasedAutoScaling, opsworks_EcsClusterLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_EcsClusterLayerLoadBasedAutoScaling"; +} from '../types/opsworks_EcsClusterLayerLoadBasedAutoScaling'; import { opsworks_EcsClusterLayerEbsVolume, opsworks_EcsClusterLayerEbsVolume_GetTypes, -} from "../types/opsworks_EcsClusterLayerEbsVolume"; +} from '../types/opsworks_EcsClusterLayerEbsVolume'; import { opsworks_EcsClusterLayerCloudwatchConfiguration, opsworks_EcsClusterLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_EcsClusterLayerCloudwatchConfiguration"; +} from '../types/opsworks_EcsClusterLayerCloudwatchConfiguration'; export interface EcsClusterLayerArgs { // For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances. @@ -187,15 +187,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.String, - "ecsClusterArn", - "The ECS Cluster ARN of the layer.", + 'ecsClusterArn', + 'The ECS Cluster ARN of the layer.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -203,7 +203,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_EcsClusterLayerEbsVolume_GetTypes(), false, @@ -211,55 +211,55 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_EcsClusterLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -267,31 +267,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A mapping of tags to assign to the resource.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -299,31 +299,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -331,7 +331,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -339,15 +339,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_EcsClusterLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -355,24 +355,24 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opsworks/GangliaLayer.ts b/src/app/Models/codegen/aws/opsworks/GangliaLayer.ts index 2a704df2e..8c66a3c8b 100644 --- a/src/app/Models/codegen/aws/opsworks/GangliaLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/GangliaLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_GangliaLayerLoadBasedAutoScaling, opsworks_GangliaLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_GangliaLayerLoadBasedAutoScaling"; +} from '../types/opsworks_GangliaLayerLoadBasedAutoScaling'; import { opsworks_GangliaLayerCloudwatchConfiguration, opsworks_GangliaLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_GangliaLayerCloudwatchConfiguration"; +} from '../types/opsworks_GangliaLayerCloudwatchConfiguration'; import { opsworks_GangliaLayerEbsVolume, opsworks_GangliaLayerEbsVolume_GetTypes, -} from "../types/opsworks_GangliaLayerEbsVolume"; +} from '../types/opsworks_GangliaLayerEbsVolume'; export interface GangliaLayerArgs { // @@ -199,23 +199,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.String, - "password", - "The password to use for Ganglia.", + 'password', + 'The password to use for Ganglia.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_GangliaLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -223,31 +223,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "url", + 'url', 'The URL path to use for Ganglia. Defaults to "/ganglia".', () => [], false, @@ -255,23 +255,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -279,7 +279,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -287,7 +287,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -295,15 +295,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -311,39 +311,39 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_GangliaLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", + 'username', 'The username to use for Ganglia. Defaults to "opsworks".', () => [], false, @@ -351,7 +351,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -359,23 +359,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_GangliaLayerEbsVolume_GetTypes(), false, @@ -383,24 +383,24 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/HaproxyLayer.ts b/src/app/Models/codegen/aws/opsworks/HaproxyLayer.ts index d979989ef..37d081518 100644 --- a/src/app/Models/codegen/aws/opsworks/HaproxyLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/HaproxyLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_HaproxyLayerCloudwatchConfiguration, opsworks_HaproxyLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_HaproxyLayerCloudwatchConfiguration"; +} from '../types/opsworks_HaproxyLayerCloudwatchConfiguration'; import { opsworks_HaproxyLayerEbsVolume, opsworks_HaproxyLayerEbsVolume_GetTypes, -} from "../types/opsworks_HaproxyLayerEbsVolume"; +} from '../types/opsworks_HaproxyLayerEbsVolume'; import { opsworks_HaproxyLayerLoadBasedAutoScaling, opsworks_HaproxyLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_HaproxyLayerLoadBasedAutoScaling"; +} from '../types/opsworks_HaproxyLayerLoadBasedAutoScaling'; export interface HaproxyLayerArgs { // @@ -217,23 +217,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.String, - "statsPassword", - "The password to use for HAProxy stats.", + 'statsPassword', + 'The password to use for HAProxy stats.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -241,23 +241,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "healthcheckMethod", + 'healthcheckMethod', 'HTTP method to use for instance healthchecks. Defaults to "OPTIONS".', () => [], false, @@ -265,23 +265,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statsUrl", + 'statsUrl', 'The HAProxy stats URL. Defaults to "/haproxy?stats".', () => [], false, @@ -289,7 +289,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "statsUser", + 'statsUser', 'The username for HAProxy stats. Defaults to "opsworks".', () => [], false, @@ -297,47 +297,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_HaproxyLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "statsEnabled", - "Whether to enable HAProxy stats.", + 'statsEnabled', + 'Whether to enable HAProxy stats.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -345,15 +345,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_HaproxyLayerEbsVolume_GetTypes(), false, @@ -361,7 +361,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -369,7 +369,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -377,31 +377,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -409,15 +409,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthcheckUrl", + 'healthcheckUrl', 'URL path to use for instance healthchecks. Defaults to "/".', () => [], false, @@ -425,15 +425,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -441,8 +441,8 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_HaproxyLayerLoadBasedAutoScaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opsworks/Instance.ts b/src/app/Models/codegen/aws/opsworks/Instance.ts index 0e56d0d76..7d2d923f0 100644 --- a/src/app/Models/codegen/aws/opsworks/Instance.ts +++ b/src/app/Models/codegen/aws/opsworks/Instance.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_InstanceRootBlockDevice, opsworks_InstanceRootBlockDevice_GetTypes, -} from "../types/opsworks_InstanceRootBlockDevice"; +} from '../types/opsworks_InstanceRootBlockDevice'; import { opsworks_InstanceEbsBlockDevice, opsworks_InstanceEbsBlockDevice_GetTypes, -} from "../types/opsworks_InstanceEbsBlockDevice"; +} from '../types/opsworks_InstanceEbsBlockDevice'; import { opsworks_InstanceEphemeralBlockDevice, opsworks_InstanceEphemeralBlockDevice_GetTypes, -} from "../types/opsworks_InstanceEphemeralBlockDevice"; +} from '../types/opsworks_InstanceEphemeralBlockDevice'; export interface InstanceArgs { // Associated security groups. @@ -258,47 +258,47 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Associated security groups.", + 'securityGroupIds', + 'Associated security groups.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "Name of the availability zone where instances will be created by default.", + 'availabilityZone', + 'Name of the availability zone where instances will be created by default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tenancy", - "Instance tenancy to use. Valid values are `default`, `dedicated` or `host`.", + 'tenancy', + 'Instance tenancy to use. Valid values are `default`, `dedicated` or `host`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "virtualizationType", - "Keyword to choose what virtualization mode created instances will use. Valid values are `paravirtual` or `hvm`.", + 'virtualizationType', + 'Keyword to choose what virtualization mode created instances will use. Valid values are `paravirtual` or `hvm`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "infrastructureClass", - "For registered instances, infrastructure class: ec2 or on-premises.", + 'infrastructureClass', + 'For registered instances, infrastructure class: ec2 or on-premises.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", + 'ephemeralBlockDevices', 'Configuration block for ephemeral (also known as "Instance Store") volumes on the instance. See Block Devices below.', () => opsworks_InstanceEphemeralBlockDevice_GetTypes(), false, @@ -306,135 +306,135 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "createdAt", - "Time that the instance was created.", + 'createdAt', + 'Time that the instance was created.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "Whether the launched EC2 instance will be EBS-optimized.", + 'ebsOptimized', + 'Whether the launched EC2 instance will be EBS-optimized.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoScalingType", - "Creates load-based or time-based instances. Valid values are `load`, `timer`.", + 'autoScalingType', + 'Creates load-based or time-based instances. Valid values are `load`, `timer`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "Configuration block for additional EBS block devices to attach to the instance. See Block Devices below.", + 'ebsBlockDevices', + 'Configuration block for additional EBS block devices to attach to the instance. See Block Devices below.', () => opsworks_InstanceEbsBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sshKeyName", - "Name of the SSH keypair that instances will have by default.", + 'sshKeyName', + 'Name of the SSH keypair that instances will have by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "Desired state of the instance. Valid values are `running` or `stopped`.", + 'state', + 'Desired state of the instance. Valid values are `running` or `stopped`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "rootBlockDevices", - "Configuration block for the root block device of the instance. See Block Devices below.", + 'rootBlockDevices', + 'Configuration block for the root block device of the instance. See Block Devices below.', () => opsworks_InstanceRootBlockDevice_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "os", - "Name of operating system that will be installed.", + 'os', + 'Name of operating system that will be installed.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "Type of instance to start.", + 'instanceType', + 'Type of instance to start.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "Subnet ID to attach to.", + 'subnetId', + 'Subnet ID to attach to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "stackId", - "Identifier of the stack the instance will belong to.\n\nThe following arguments are optional:", + 'stackId', + 'Identifier of the stack the instance will belong to.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "deleteEip", - "Whether to delete the Elastic IP on deletion.", + 'deleteEip', + 'Whether to delete the Elastic IP on deletion.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteEbs", - "Whether to delete EBS volume on deletion. Default is `true`.", + 'deleteEbs', + 'Whether to delete EBS volume on deletion. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticIp", - "Instance Elastic IP address.", + 'elasticIp', + 'Instance Elastic IP address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rootDeviceType", - "Name of the type of root device instances will have by default. Valid values are `ebs` or `instance-store`.", + 'rootDeviceType', + 'Name of the type of root device instances will have by default. Valid values are `ebs` or `instance-store`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "agentVersion", - "OpsWorks agent to install. Default is `INHERIT`.", + 'agentVersion', + 'OpsWorks agent to install. Default is `INHERIT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceProfileArn", + 'instanceProfileArn', "ARN of the instance's IAM profile.", () => [], false, @@ -442,7 +442,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "hostname", + 'hostname', "Instance's host name.", () => [], false, @@ -450,23 +450,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "amiId", - "AMI to use for the instance. If an AMI is specified, `os` must be `Custom`.", + 'amiId', + 'AMI to use for the instance. If an AMI is specified, `os` must be `Custom`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "layerIds", - "List of the layers the instance will belong to.", + 'layerIds', + 'List of the layers the instance will belong to.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "ecsClusterArn", + 'ecsClusterArn', "ECS cluster's ARN for container instances.", () => [], false, @@ -474,24 +474,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Controls where to install OS and package updates when the instance boots. Default is `true`.", + 'installUpdatesOnBoot', + 'Controls where to install OS and package updates when the instance boots. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Instance status. Will be one of `booting`, `connection_lost`, `online`, `pending`, `rebooting`, `requested`, `running_setup`, `setup_failed`, `shutting_down`, `start_failed`, `stop_failed`, `stopped`, `stopping`, `terminated`, or `terminating`.", + 'status', + 'Instance status. Will be one of `booting`, `connection_lost`, `online`, `pending`, `rebooting`, `requested`, `running_setup`, `setup_failed`, `shutting_down`, `start_failed`, `stop_failed`, `stopped`, `stopping`, `terminated`, or `terminating`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "architecture", - "Machine architecture for created instances. Valid values are `x86_64` or `i386`. The default is `x86_64`.", + 'architecture', + 'Machine architecture for created instances. Valid values are `x86_64` or `i386`. The default is `x86_64`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/JavaAppLayer.ts b/src/app/Models/codegen/aws/opsworks/JavaAppLayer.ts index 890db56b2..0d7a68d4e 100644 --- a/src/app/Models/codegen/aws/opsworks/JavaAppLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/JavaAppLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_JavaAppLayerCloudwatchConfiguration, opsworks_JavaAppLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_JavaAppLayerCloudwatchConfiguration"; +} from '../types/opsworks_JavaAppLayerCloudwatchConfiguration'; import { opsworks_JavaAppLayerLoadBasedAutoScaling, opsworks_JavaAppLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_JavaAppLayerLoadBasedAutoScaling"; +} from '../types/opsworks_JavaAppLayerLoadBasedAutoScaling'; import { opsworks_JavaAppLayerEbsVolume, opsworks_JavaAppLayerEbsVolume_GetTypes, -} from "../types/opsworks_JavaAppLayerEbsVolume"; +} from '../types/opsworks_JavaAppLayerEbsVolume'; export interface JavaAppLayerArgs { // Version of the selected application container to use. Defaults to "7". @@ -211,15 +211,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -227,7 +227,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -235,23 +235,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_JavaAppLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -259,23 +259,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -283,23 +283,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "jvmType", - "Keyword for the type of JVM to use. Defaults to `openjdk`.", + 'jvmType', + 'Keyword for the type of JVM to use. Defaults to `openjdk`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jvmOptions", - "Options to set for the JVM.", + 'jvmOptions', + 'Options to set for the JVM.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appServerVersion", + 'appServerVersion', 'Version of the selected application container to use. Defaults to "7".', () => [], false, @@ -307,15 +307,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "appServer", + 'appServer', 'Keyword for the application container to use. Defaults to "tomcat".', () => [], false, @@ -323,7 +323,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -331,63 +331,63 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_JavaAppLayerEbsVolume_GetTypes(), false, @@ -395,23 +395,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_JavaAppLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "jvmVersion", + 'jvmVersion', 'Version of JVM to use. Defaults to "7".', () => [], false, @@ -419,7 +419,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -427,8 +427,8 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opsworks/MemcachedLayer.ts b/src/app/Models/codegen/aws/opsworks/MemcachedLayer.ts index d102007b0..4dc27c5df 100644 --- a/src/app/Models/codegen/aws/opsworks/MemcachedLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/MemcachedLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MemcachedLayerEbsVolume, opsworks_MemcachedLayerEbsVolume_GetTypes, -} from "../types/opsworks_MemcachedLayerEbsVolume"; +} from '../types/opsworks_MemcachedLayerEbsVolume'; import { opsworks_MemcachedLayerCloudwatchConfiguration, opsworks_MemcachedLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_MemcachedLayerCloudwatchConfiguration"; +} from '../types/opsworks_MemcachedLayerCloudwatchConfiguration'; import { opsworks_MemcachedLayerLoadBasedAutoScaling, opsworks_MemcachedLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_MemcachedLayerLoadBasedAutoScaling"; +} from '../types/opsworks_MemcachedLayerLoadBasedAutoScaling'; export interface MemcachedLayerArgs { // Whether to automatically assign an elastic IP address to the layer's instances. @@ -187,15 +187,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_MemcachedLayerEbsVolume_GetTypes(), false, @@ -203,7 +203,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -211,23 +211,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_MemcachedLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -235,23 +235,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_MemcachedLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -259,39 +259,39 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "allocatedMemory", - "Amount of memory to allocate for the cache on each instance, in megabytes. Defaults to 512MB.", + 'allocatedMemory', + 'Amount of memory to allocate for the cache on each instance, in megabytes. Defaults to 512MB.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -299,15 +299,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -315,31 +315,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -347,32 +347,32 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/MysqlLayer.ts b/src/app/Models/codegen/aws/opsworks/MysqlLayer.ts index 589c496b9..26f69d29b 100644 --- a/src/app/Models/codegen/aws/opsworks/MysqlLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/MysqlLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MysqlLayerEbsVolume, opsworks_MysqlLayerEbsVolume_GetTypes, -} from "../types/opsworks_MysqlLayerEbsVolume"; +} from '../types/opsworks_MysqlLayerEbsVolume'; import { opsworks_MysqlLayerCloudwatchConfiguration, opsworks_MysqlLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_MysqlLayerCloudwatchConfiguration"; +} from '../types/opsworks_MysqlLayerCloudwatchConfiguration'; import { opsworks_MysqlLayerLoadBasedAutoScaling, opsworks_MysqlLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_MysqlLayerLoadBasedAutoScaling"; +} from '../types/opsworks_MysqlLayerLoadBasedAutoScaling'; export interface MysqlLayerArgs { // `ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances. @@ -193,15 +193,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -209,47 +209,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_MysqlLayerEbsVolume_GetTypes(), false, @@ -257,7 +257,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -265,15 +265,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "rootPasswordOnAllInstances", - "Whether to set the root user password to all instances in the stack so they can access the instances in this layer.", + 'rootPasswordOnAllInstances', + 'Whether to set the root user password to all instances in the stack so they can access the instances in this layer.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -281,15 +281,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -297,87 +297,87 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rootPassword", - "Root password to use for MySQL.", + 'rootPassword', + 'Root password to use for MySQL.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_MysqlLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_MysqlLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -385,7 +385,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/opsworks/NodejsAppLayer.ts b/src/app/Models/codegen/aws/opsworks/NodejsAppLayer.ts index ef8222a08..d6f64b02e 100644 --- a/src/app/Models/codegen/aws/opsworks/NodejsAppLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/NodejsAppLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_NodejsAppLayerCloudwatchConfiguration, opsworks_NodejsAppLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_NodejsAppLayerCloudwatchConfiguration"; +} from '../types/opsworks_NodejsAppLayerCloudwatchConfiguration'; import { opsworks_NodejsAppLayerLoadBasedAutoScaling, opsworks_NodejsAppLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_NodejsAppLayerLoadBasedAutoScaling"; +} from '../types/opsworks_NodejsAppLayerLoadBasedAutoScaling'; import { opsworks_NodejsAppLayerEbsVolume, opsworks_NodejsAppLayerEbsVolume_GetTypes, -} from "../types/opsworks_NodejsAppLayerEbsVolume"; +} from '../types/opsworks_NodejsAppLayerEbsVolume'; export interface NodejsAppLayerArgs { // @@ -187,7 +187,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -195,15 +195,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_NodejsAppLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -211,15 +211,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -227,7 +227,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -235,15 +235,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_NodejsAppLayerEbsVolume_GetTypes(), false, @@ -251,47 +251,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_NodejsAppLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -299,23 +299,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodejsVersion", + 'nodejsVersion', 'The version of NodeJS to use. Defaults to "0.10.38".', () => [], false, @@ -323,31 +323,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -355,24 +355,24 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/Permission.ts b/src/app/Models/codegen/aws/opsworks/Permission.ts index 14ad3b7f2..a0bc871d7 100644 --- a/src/app/Models/codegen/aws/opsworks/Permission.ts +++ b/src/app/Models/codegen/aws/opsworks/Permission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PermissionArgs { // Whether the user is allowed to use SSH to communicate with the instance @@ -43,23 +43,23 @@ export class Permission extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "level", - "The users permission level. Mus be one of `deny`, `show`, `deploy`, `manage`, `iam_only`", + 'level', + 'The users permission level. Mus be one of `deny`, `show`, `deploy`, `manage`, `iam_only`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "The stack to set the permissions for", + 'stackId', + 'The stack to set the permissions for', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userArn", + 'userArn', "The user's IAM ARN to set permissions for", () => [], true, @@ -67,16 +67,16 @@ export class Permission extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "allowSsh", - "Whether the user is allowed to use SSH to communicate with the instance", + 'allowSsh', + 'Whether the user is allowed to use SSH to communicate with the instance', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowSudo", - "Whether the user is allowed to use sudo to elevate privileges", + 'allowSudo', + 'Whether the user is allowed to use sudo to elevate privileges', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/PhpAppLayer.ts b/src/app/Models/codegen/aws/opsworks/PhpAppLayer.ts index 8e4360fc5..8a29ab620 100644 --- a/src/app/Models/codegen/aws/opsworks/PhpAppLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/PhpAppLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_PhpAppLayerEbsVolume, opsworks_PhpAppLayerEbsVolume_GetTypes, -} from "../types/opsworks_PhpAppLayerEbsVolume"; +} from '../types/opsworks_PhpAppLayerEbsVolume'; import { opsworks_PhpAppLayerCloudwatchConfiguration, opsworks_PhpAppLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_PhpAppLayerCloudwatchConfiguration"; +} from '../types/opsworks_PhpAppLayerCloudwatchConfiguration'; import { opsworks_PhpAppLayerLoadBasedAutoScaling, opsworks_PhpAppLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_PhpAppLayerLoadBasedAutoScaling"; +} from '../types/opsworks_PhpAppLayerLoadBasedAutoScaling'; export interface PhpAppLayerArgs { // Custom JSON attributes to apply to the layer. @@ -181,7 +181,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -189,15 +189,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_PhpAppLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -205,23 +205,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -229,15 +229,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_PhpAppLayerEbsVolume_GetTypes(), false, @@ -245,31 +245,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -277,71 +277,71 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_PhpAppLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -349,15 +349,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, diff --git a/src/app/Models/codegen/aws/opsworks/RailsAppLayer.ts b/src/app/Models/codegen/aws/opsworks/RailsAppLayer.ts index ee358cfff..2560b00c4 100644 --- a/src/app/Models/codegen/aws/opsworks/RailsAppLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/RailsAppLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_RailsAppLayerEbsVolume, opsworks_RailsAppLayerEbsVolume_GetTypes, -} from "../types/opsworks_RailsAppLayerEbsVolume"; +} from '../types/opsworks_RailsAppLayerEbsVolume'; import { opsworks_RailsAppLayerCloudwatchConfiguration, opsworks_RailsAppLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_RailsAppLayerCloudwatchConfiguration"; +} from '../types/opsworks_RailsAppLayerCloudwatchConfiguration'; import { opsworks_RailsAppLayerLoadBasedAutoScaling, opsworks_RailsAppLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_RailsAppLayerLoadBasedAutoScaling"; +} from '../types/opsworks_RailsAppLayerLoadBasedAutoScaling'; export interface RailsAppLayerArgs { // Whether to use EBS-optimized instances. @@ -217,7 +217,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_RailsAppLayerEbsVolume_GetTypes(), false, @@ -225,7 +225,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -233,15 +233,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "passengerVersion", + 'passengerVersion', 'The version of Passenger to use. Defaults to "4.0.46".', () => [], false, @@ -249,31 +249,31 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -281,7 +281,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -289,23 +289,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -313,47 +313,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "manageBundler", - "Whether OpsWorks should manage bundler. On by default.", + 'manageBundler', + 'Whether OpsWorks should manage bundler. On by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_RailsAppLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "rubygemsVersion", + 'rubygemsVersion', 'The version of RubyGems to use. Defaults to "2.2.2".', () => [], false, @@ -361,7 +361,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "bundlerVersion", + 'bundlerVersion', 'When OpsWorks is managing Bundler, which version to use. Defaults to "1.5.3".', () => [], false, @@ -369,15 +369,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rubyVersion", + 'rubyVersion', 'The version of Ruby to use. Defaults to "2.0.0".', () => [], false, @@ -385,23 +385,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -409,7 +409,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.String, - "appServer", + 'appServer', 'Keyword for the app server to use. Defaults to "apache_passenger".', () => [], false, @@ -417,7 +417,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -425,24 +425,24 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_RailsAppLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the layer.", + 'customJson', + 'Custom JSON attributes to apply to the layer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/RdsDbInstance.ts b/src/app/Models/codegen/aws/opsworks/RdsDbInstance.ts index 4d1df6acc..b5bec75e0 100644 --- a/src/app/Models/codegen/aws/opsworks/RdsDbInstance.ts +++ b/src/app/Models/codegen/aws/opsworks/RdsDbInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RdsDbInstanceArgs { // The db instance to register for this stack. Changing this will force a new resource. @@ -37,32 +37,32 @@ export class RdsDbInstance extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "rdsDbInstanceArn", - "The db instance to register for this stack. Changing this will force a new resource.", + 'rdsDbInstanceArn', + 'The db instance to register for this stack. Changing this will force a new resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "stackId", - "The stack to register a db instance for. Changing this will force a new resource.", + 'stackId', + 'The stack to register a db instance for. Changing this will force a new resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbPassword", - "A db password", + 'dbPassword', + 'A db password', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dbUser", - "A db username", + 'dbUser', + 'A db username', () => [], true, false, diff --git a/src/app/Models/codegen/aws/opsworks/Stack.ts b/src/app/Models/codegen/aws/opsworks/Stack.ts index 8e463a4d5..10a22c0d2 100644 --- a/src/app/Models/codegen/aws/opsworks/Stack.ts +++ b/src/app/Models/codegen/aws/opsworks/Stack.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_StackCustomCookbooksSource, opsworks_StackCustomCookbooksSource_GetTypes, -} from "../types/opsworks_StackCustomCookbooksSource"; +} from '../types/opsworks_StackCustomCookbooksSource'; export interface StackArgs { // Color to paint next to the stack's resources in the OpsWorks console. @@ -182,23 +182,23 @@ Defaults to the region's default VPC. return [ new DynamicUIProps( InputType.String, - "region", - "The name of the region where the stack will exist.", + 'region', + 'The name of the region where the stack will exist.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceRoleArn", - "The ARN of an IAM role that the OpsWorks service will act as.", + 'serviceRoleArn', + 'The ARN of an IAM role that the OpsWorks service will act as.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configurationManagerName", + 'configurationManagerName', 'Name of the configuration manager to use. Defaults to "Chef".', () => [], false, @@ -206,7 +206,7 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.String, - "defaultSubnetId", + 'defaultSubnetId', "ID of the subnet in which instances will be created by default.\nRequired if `vpc_id` is set to a VPC other than the default VPC, and forbidden if it isn't.", () => [], false, @@ -214,15 +214,15 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.String, - "defaultRootDeviceType", - "Name of the type of root device instances will have by default.", + 'defaultRootDeviceType', + 'Name of the type of root device instances will have by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "agentVersion", + 'agentVersion', 'If set to `"LATEST"`, OpsWorks will automatically install the latest version.', () => [], false, @@ -230,7 +230,7 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.String, - "vpcId", + 'vpcId', "ID of the VPC that this stack belongs to.\nDefaults to the region's default VPC.", () => [], false, @@ -238,31 +238,31 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource.\nIf configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource.\nIf configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultInstanceProfileArn", - "The ARN of an IAM Instance Profile that created instances will have by default.", + 'defaultInstanceProfileArn', + 'The ARN of an IAM Instance Profile that created instances will have by default.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultOs", - "Name of OS that will be installed on instances by default.", + 'defaultOs', + 'Name of OS that will be installed on instances by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "color", + 'color', "Color to paint next to the stack's resources in the OpsWorks console.", () => [], false, @@ -270,23 +270,23 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.Array, - "customCookbooksSources", - "When `use_custom_cookbooks` is set, provide this sub-object as described below.", + 'customCookbooksSources', + 'When `use_custom_cookbooks` is set, provide this sub-object as described below.', () => opsworks_StackCustomCookbooksSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultAvailabilityZone", - "Name of the availability zone where instances will be created by default.\nCannot be set when `vpc_id` is set.", + 'defaultAvailabilityZone', + 'Name of the availability zone where instances will be created by default.\nCannot be set when `vpc_id` is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configurationManagerVersion", + 'configurationManagerVersion', 'Version of the configuration manager to use. Defaults to "11.4".', () => [], false, @@ -294,64 +294,64 @@ Defaults to the region's default VPC. ), new DynamicUIProps( InputType.String, - "customJson", - "Custom JSON attributes to apply to the entire stack.", + 'customJson', + 'Custom JSON attributes to apply to the entire stack.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "manageBerkshelf", - "Boolean value controlling whether Opsworks will run Berkshelf for this stack.", + 'manageBerkshelf', + 'Boolean value controlling whether Opsworks will run Berkshelf for this stack.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultSshKeyName", - "Name of the SSH keypair that instances will have by default.", + 'defaultSshKeyName', + 'Name of the SSH keypair that instances will have by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostnameTheme", - "Keyword representing the naming scheme that will be used for instance hostnames within this stack.", + 'hostnameTheme', + 'Keyword representing the naming scheme that will be used for instance hostnames within this stack.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the stack.", + 'name', + 'The name of the stack.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useCustomCookbooks", - "Boolean value controlling whether the custom cookbook settings are enabled.", + 'useCustomCookbooks', + 'Boolean value controlling whether the custom cookbook settings are enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "berkshelfVersion", - "If `manage_berkshelf` is enabled, the version of Berkshelf to use.", + 'berkshelfVersion', + 'If `manage_berkshelf` is enabled, the version of Berkshelf to use.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useOpsworksSecurityGroups", - "Boolean value controlling whether the standard OpsWorks security groups apply to created instances.", + 'useOpsworksSecurityGroups', + 'Boolean value controlling whether the standard OpsWorks security groups apply to created instances.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/opsworks/StaticWebLayer.ts b/src/app/Models/codegen/aws/opsworks/StaticWebLayer.ts index bf8138f55..a32704665 100644 --- a/src/app/Models/codegen/aws/opsworks/StaticWebLayer.ts +++ b/src/app/Models/codegen/aws/opsworks/StaticWebLayer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_StaticWebLayerEbsVolume, opsworks_StaticWebLayerEbsVolume_GetTypes, -} from "../types/opsworks_StaticWebLayerEbsVolume"; +} from '../types/opsworks_StaticWebLayerEbsVolume'; import { opsworks_StaticWebLayerLoadBasedAutoScaling, opsworks_StaticWebLayerLoadBasedAutoScaling_GetTypes, -} from "../types/opsworks_StaticWebLayerLoadBasedAutoScaling"; +} from '../types/opsworks_StaticWebLayerLoadBasedAutoScaling'; import { opsworks_StaticWebLayerCloudwatchConfiguration, opsworks_StaticWebLayerCloudwatchConfiguration_GetTypes, -} from "../types/opsworks_StaticWebLayerCloudwatchConfiguration"; +} from '../types/opsworks_StaticWebLayerCloudwatchConfiguration'; export interface StaticWebLayerArgs { // @@ -181,7 +181,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: return [ new DynamicUIProps( InputType.Array, - "customSecurityGroupIds", + 'customSecurityGroupIds', "Ids for a set of security groups to apply to the layer's instances.", () => InputType_String_GetTypes(), false, @@ -189,47 +189,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "drainElbOnShutdown", - "Whether to enable Elastic Load Balancing connection draining.", + 'drainElbOnShutdown', + 'Whether to enable Elastic Load Balancing connection draining.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceShutdownTimeout", - "The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.", + 'instanceShutdownTimeout', + 'The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customUndeployRecipes", - "", + 'customUndeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "ID of the stack the layer will belong to.", + 'stackId', + 'ID of the stack the layer will belong to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customJson", - "", + 'customJson', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customInstanceProfileArn", + 'customInstanceProfileArn', "The ARN of an IAM profile that will be used for the layer's instances.", () => [], false, @@ -237,47 +237,47 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customShutdownRecipes", - "", + 'customShutdownRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "installUpdatesOnBoot", - "Whether to install OS and package updates on each instance when it boots.", + 'installUpdatesOnBoot', + 'Whether to install OS and package updates on each instance when it boots.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customConfigureRecipes", - "", + 'customConfigureRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loadBasedAutoScaling", - "", + 'loadBasedAutoScaling', + '', () => opsworks_StaticWebLayerLoadBasedAutoScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A human-readable name for the layer.", + 'name', + 'A human-readable name for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "systemPackages", + 'systemPackages', "Names of a set of system packages to install on the layer's instances.", () => InputType_String_GetTypes(), false, @@ -285,15 +285,15 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "autoHealing", - "Whether to enable auto-healing for the layer.", + 'autoHealing', + 'Whether to enable auto-healing for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignPublicIps", + 'autoAssignPublicIps', "For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.", () => [], false, @@ -301,7 +301,7 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "ebsVolumes", + 'ebsVolumes', "`ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.", () => opsworks_StaticWebLayerEbsVolume_GetTypes(), false, @@ -309,23 +309,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customDeployRecipes", - "", + 'customDeployRecipes', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "elasticLoadBalancer", - "Name of an Elastic Load Balancer to attach to this layer", + 'elasticLoadBalancer', + 'Name of an Elastic Load Balancer to attach to this layer', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following extra optional arguments, all lists of Chef recipe names, allow\ncustom Chef recipes to be applied to layer instances at the five different\nlifecycle events, if custom cookbooks are enabled on the layer's stack:", () => InputType_Map_GetTypes(), false, @@ -333,23 +333,23 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Bool, - "useEbsOptimizedInstances", - "Whether to use EBS-optimized instances.", + 'useEbsOptimizedInstances', + 'Whether to use EBS-optimized instances.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfiguration", - "", + 'cloudwatchConfiguration', + '', () => opsworks_StaticWebLayerCloudwatchConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autoAssignElasticIps", + 'autoAssignElasticIps', "Whether to automatically assign an elastic IP address to the layer's instances.", () => [], false, @@ -357,8 +357,8 @@ lifecycle events, if custom cookbooks are enabled on the layer's stack: ), new DynamicUIProps( InputType.Array, - "customSetupRecipes", - "", + 'customSetupRecipes', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/opsworks/UserProfile.ts b/src/app/Models/codegen/aws/opsworks/UserProfile.ts index 4cfe5471c..3c5f988c9 100644 --- a/src/app/Models/codegen/aws/opsworks/UserProfile.ts +++ b/src/app/Models/codegen/aws/opsworks/UserProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserProfileArgs { // The ssh username, with witch this user wants to log in @@ -37,15 +37,15 @@ export class UserProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "sshUsername", - "The ssh username, with witch this user wants to log in", + 'sshUsername', + 'The ssh username, with witch this user wants to log in', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userArn", + 'userArn', "The user's IAM ARN", () => [], true, @@ -53,16 +53,16 @@ export class UserProfile extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "allowSelfManagement", - "Whether users can specify their own SSH public key through the My Settings page", + 'allowSelfManagement', + 'Whether users can specify their own SSH public key through the My Settings page', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sshPublicKey", - "The users public key", + 'sshPublicKey', + 'The users public key', () => [], false, false, diff --git a/src/app/Models/codegen/aws/organizations/Account.ts b/src/app/Models/codegen/aws/organizations/Account.ts index 8ed12febb..30aaa62a9 100644 --- a/src/app/Models/codegen/aws/organizations/Account.ts +++ b/src/app/Models/codegen/aws/organizations/Account.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountArgs { // Email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. @@ -87,64 +87,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "closeOnDeletion", - "If true, a deletion event will close the account. Otherwise, it will only remove from the organization. This is not supported for GovCloud accounts.", + 'closeOnDeletion', + 'If true, a deletion event will close the account. Otherwise, it will only remove from the organization. This is not supported for GovCloud accounts.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "createGovcloud", - "Whether to also create a GovCloud account. The GovCloud account is tied to the main (commercial) account this resource creates. If `true`, the GovCloud account ID is available in the `govcloud_id` attribute. The only way to manage the GovCloud account with the provider is to subsequently import the account using this resource.", + 'createGovcloud', + 'Whether to also create a GovCloud account. The GovCloud account is tied to the main (commercial) account this resource creates. If `true`, the GovCloud account ID is available in the `govcloud_id` attribute. The only way to manage the GovCloud account with the provider is to subsequently import the account using this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", + 'email', + 'Email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iamUserAccessToBilling", - "If set to `ALLOW`, the new account enables IAM users and roles to access account billing information if they have the required permissions. If set to `DENY`, then only the root user (and no roles) of the new account can access account billing information. If this is unset, the AWS API will default this to `ALLOW`. If the resource is created and this option is changed, it will try to recreate the account.", + 'iamUserAccessToBilling', + 'If set to `ALLOW`, the new account enables IAM users and roles to access account billing information if they have the required permissions. If set to `DENY`, then only the root user (and no roles) of the new account can access account billing information. If this is unset, the AWS API will default this to `ALLOW`. If the resource is created and this option is changed, it will try to recreate the account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name for the member account.\n\nThe following arguments are optional:", + 'name', + 'Friendly name for the member account.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentId", - "Parent Organizational Unit ID or Root ID for the account. Defaults to the Organization default Root ID. A configuration must be present for this argument to perform drift detection.", + 'parentId', + 'Parent Organizational Unit ID or Root ID for the account. Defaults to the Organization default Root ID. A configuration must be present for this argument to perform drift detection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleName", - "The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the root account, allowing users in the root account to assume the role, as permitted by the root account administrator. The role has administrator permissions in the new member account. The Organizations API provides no method for reading this information after account creation, so the provider cannot perform drift detection on its value and will always show a difference for a configured value after import unless `ignoreChanges` is used.", + 'roleName', + 'The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the root account, allowing users in the root account to assume the role, as permitted by the root account administrator. The role has administrator permissions in the new member account. The Organizations API provides no method for reading this information after account creation, so the provider cannot perform drift detection on its value and will always show a difference for a configured value after import unless `ignoreChanges` is used.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/organizations/DelegatedAdministrator.ts b/src/app/Models/codegen/aws/organizations/DelegatedAdministrator.ts index d4056f10f..250e9e226 100644 --- a/src/app/Models/codegen/aws/organizations/DelegatedAdministrator.ts +++ b/src/app/Models/codegen/aws/organizations/DelegatedAdministrator.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DelegatedAdministratorArgs { // The account ID number of the member account in the organization to register as a delegated administrator. @@ -46,16 +46,16 @@ export class DelegatedAdministrator extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The account ID number of the member account in the organization to register as a delegated administrator.", + 'accountId', + 'The account ID number of the member account in the organization to register as a delegated administrator.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "servicePrincipal", - "The service principal of the AWS service for which you want to make the member account a delegated administrator.", + 'servicePrincipal', + 'The service principal of the AWS service for which you want to make the member account a delegated administrator.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/organizations/Organization.ts b/src/app/Models/codegen/aws/organizations/Organization.ts index a6b156c03..fd8779226 100644 --- a/src/app/Models/codegen/aws/organizations/Organization.ts +++ b/src/app/Models/codegen/aws/organizations/Organization.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { organizations_OrganizationRoot, organizations_OrganizationRoot_GetTypes, -} from "../types/organizations_OrganizationRoot"; +} from '../types/organizations_OrganizationRoot'; import { organizations_OrganizationNonMasterAccount, organizations_OrganizationNonMasterAccount_GetTypes, -} from "../types/organizations_OrganizationNonMasterAccount"; +} from '../types/organizations_OrganizationNonMasterAccount'; import { organizations_OrganizationAccount, organizations_OrganizationAccount_GetTypes, -} from "../types/organizations_OrganizationAccount"; +} from '../types/organizations_OrganizationAccount'; export interface OrganizationArgs { // Specify "ALL" (default) or "CONSOLIDATED_BILLING". @@ -67,7 +67,7 @@ export class Organization extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "featureSet", + 'featureSet', 'Specify "ALL" (default) or "CONSOLIDATED_BILLING".', () => [], false, @@ -75,16 +75,16 @@ export class Organization extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "awsServiceAccessPrincipals", - "List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).", + 'awsServiceAccessPrincipals', + 'List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have `feature_set` set to `ALL`. Some services do not support enablement via this endpoint, see [warning in aws docs](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "enabledPolicyTypes", - "List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).", + 'enabledPolicyTypes', + 'List of Organizations policy types to enable in the Organization Root. Organization must have `feature_set` set to `ALL`. For additional information about valid policy types (e.g., `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `SERVICE_CONTROL_POLICY`, and `TAG_POLICY`), see the [AWS Organizations API Reference](https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/organizations/OrganizationalUnit.ts b/src/app/Models/codegen/aws/organizations/OrganizationalUnit.ts index 2bef47e20..ba5568bee 100644 --- a/src/app/Models/codegen/aws/organizations/OrganizationalUnit.ts +++ b/src/app/Models/codegen/aws/organizations/OrganizationalUnit.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { organizations_OrganizationalUnitAccount, organizations_OrganizationalUnitAccount_GetTypes, -} from "../types/organizations_OrganizationalUnitAccount"; +} from '../types/organizations_OrganizationalUnitAccount'; export interface OrganizationalUnitArgs { // The name for the organizational unit @@ -44,24 +44,24 @@ export class OrganizationalUnit extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name for the organizational unit", + 'name', + 'The name for the organizational unit', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parentId", - "ID of the parent organizational unit, which may be the root", + 'parentId', + 'ID of the parent organizational unit, which may be the root', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/organizations/Policy.ts b/src/app/Models/codegen/aws/organizations/Policy.ts index 2b7f75074..0c4c638ae 100644 --- a/src/app/Models/codegen/aws/organizations/Policy.ts +++ b/src/app/Models/codegen/aws/organizations/Policy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyArgs { // The friendly name to assign to the policy. @@ -55,48 +55,48 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "content", - "The policy content to add to the new policy. For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html) and for more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).", + 'content', + 'The policy content to add to the new policy. For example, if you create a [service control policy (SCP)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see the [Service Control Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html) and for more information on the Tag Policy syntax, see the [Tag Policy Syntax documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_example-tag-policies.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description to assign to the policy.", + 'description', + 'A description to assign to the policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The friendly name to assign to the policy.", + 'name', + 'The friendly name to assign to the policy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.", + 'skipDestroy', + 'If set to `true`, destroy will **not** delete the policy and instead just remove the resource from state. This can be useful in situations where the policies (and the associated attachment) must be preserved to meet the AWS minimum requirement of 1 attached policy.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.", + 'type', + 'The type of policy to create. Valid values are `AISERVICES_OPT_OUT_POLICY`, `BACKUP_POLICY`, `SERVICE_CONTROL_POLICY` (SCP), and `TAG_POLICY`. Defaults to `SERVICE_CONTROL_POLICY`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/organizations/PolicyAttachment.ts b/src/app/Models/codegen/aws/organizations/PolicyAttachment.ts index 91eb9c535..8b32ebcdc 100644 --- a/src/app/Models/codegen/aws/organizations/PolicyAttachment.ts +++ b/src/app/Models/codegen/aws/organizations/PolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyAttachmentArgs { // The unique identifier (ID) of the policy that you want to attach to the target. @@ -31,24 +31,24 @@ export class PolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyId", - "The unique identifier (ID) of the policy that you want to attach to the target.", + 'policyId', + 'The unique identifier (ID) of the policy that you want to attach to the target.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "If set to `true`, destroy will **not** detach the policy and instead just remove the resource from state. This can be useful in situations where the attachment must be preserved to meet the AWS minimum requirement of 1 attached policy.", + 'skipDestroy', + 'If set to `true`, destroy will **not** detach the policy and instead just remove the resource from state. This can be useful in situations where the attachment must be preserved to meet the AWS minimum requirement of 1 attached policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetId", - "The unique identifier (ID) of the root, organizational unit, or account number that you want to attach the policy to.", + 'targetId', + 'The unique identifier (ID) of the root, organizational unit, or account number that you want to attach the policy to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/organizations/ResourcePolicy.ts b/src/app/Models/codegen/aws/organizations/ResourcePolicy.ts index 6726be98b..c89feec67 100644 --- a/src/app/Models/codegen/aws/organizations/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/organizations/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // Content for the resource policy. The text must be correctly formatted JSON that complies with the syntax for the resource policy's type. See the [_AWS Organizations User Guide_](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_delegate_examples.html) for examples. @@ -31,7 +31,7 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "content", + 'content', "Content for the resource policy. The text must be correctly formatted JSON that complies with the syntax for the resource policy's type. See the [_AWS Organizations User Guide_](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_delegate_examples.html) for examples.", () => [], true, @@ -39,8 +39,8 @@ export class ResourcePolicy extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/paymentcryptography/Key.ts b/src/app/Models/codegen/aws/paymentcryptography/Key.ts index 96c4171b2..c48823a4f 100644 --- a/src/app/Models/codegen/aws/paymentcryptography/Key.ts +++ b/src/app/Models/codegen/aws/paymentcryptography/Key.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { paymentcryptography_KeyTimeouts, paymentcryptography_KeyTimeouts_GetTypes, -} from "../types/paymentcryptography_KeyTimeouts"; +} from '../types/paymentcryptography_KeyTimeouts'; import { paymentcryptography_KeyKeyAttributes, paymentcryptography_KeyKeyAttributes_GetTypes, -} from "../types/paymentcryptography_KeyKeyAttributes"; +} from '../types/paymentcryptography_KeyKeyAttributes'; export interface KeyArgs { // Map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -86,56 +86,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "keyAttributes", - "Role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.\n\nThe following arguments are optional:", + 'keyAttributes', + 'Role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.\n\nThe following arguments are optional:', () => paymentcryptography_KeyKeyAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "keyCheckValueAlgorithm", - "Algorithm that AWS Payment Cryptography uses to calculate the key check value (KCV).", + 'keyCheckValueAlgorithm', + 'Algorithm that AWS Payment Cryptography uses to calculate the key check value (KCV).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => paymentcryptography_KeyTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "deletionWindowInDays", - "", + 'deletionWindowInDays', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable the key.", + 'enabled', + 'Whether to enable the key.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "exportable", - "Whether the key is exportable from the service.", + 'exportable', + 'Whether the key is exportable from the service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/paymentcryptography/KeyAlias.ts b/src/app/Models/codegen/aws/paymentcryptography/KeyAlias.ts index 96f22f295..808a7da67 100644 --- a/src/app/Models/codegen/aws/paymentcryptography/KeyAlias.ts +++ b/src/app/Models/codegen/aws/paymentcryptography/KeyAlias.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeyAliasArgs { /* @@ -33,16 +33,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "aliasName", - "Name of the Key Alias.\n\nThe following arguments are optional:", + 'aliasName', + 'Name of the Key Alias.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyArn", - "ARN of the key.", + 'keyArn', + 'ARN of the key.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/AdmChannel.ts b/src/app/Models/codegen/aws/pinpoint/AdmChannel.ts index d1d27ce8e..be912a3ad 100644 --- a/src/app/Models/codegen/aws/pinpoint/AdmChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/AdmChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AdmChannelArgs { // The application ID. @@ -37,32 +37,32 @@ export class AdmChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clientId", - "Client ID (part of OAuth Credentials) obtained via Amazon Developer Account.", + 'clientId', + 'Client ID (part of OAuth Credentials) obtained via Amazon Developer Account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "Client Secret (part of OAuth Credentials) obtained via Amazon Developer Account.", + 'clientSecret', + 'Client Secret (part of OAuth Credentials) obtained via Amazon Developer Account.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether to enable the channel. Defaults to `true`.", + 'enabled', + 'Specifies whether to enable the channel. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/ApnsChannel.ts b/src/app/Models/codegen/aws/pinpoint/ApnsChannel.ts index c24e63ae3..c0cd3258f 100644 --- a/src/app/Models/codegen/aws/pinpoint/ApnsChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/ApnsChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApnsChannelArgs { // The application ID. @@ -93,55 +93,55 @@ If you choose to use __Certificate credentials__ you will have to provide: return [ new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificate", - "The pem encoded TLS Certificate from Apple.", + 'certificate', + 'The pem encoded TLS Certificate from Apple.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:", + 'privateKey', + 'The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teamId", - "The ID assigned to your Apple developer account team. This value is provided on the Membership page.", + 'teamId', + 'The ID assigned to your Apple developer account team. This value is provided on the Membership page.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKeyId", - "The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.", + 'tokenKeyId', + 'The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.", + 'bundleId', + 'The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultAuthenticationMethod", + 'defaultAuthenticationMethod', "The default authentication method used for APNs.\n__NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console.\nYou can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK.\nIf your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type.\n\nOne of the following sets of credentials is also required.\n\nIf you choose to use __Certificate credentials__ you will have to provide:", () => [], false, @@ -149,16 +149,16 @@ If you choose to use __Certificate credentials__ you will have to provide: ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKey", - "The `.p8` file that you download from your Apple developer account when you create an authentication key.", + 'tokenKey', + 'The `.p8` file that you download from your Apple developer account when you create an authentication key.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/ApnsSandboxChannel.ts b/src/app/Models/codegen/aws/pinpoint/ApnsSandboxChannel.ts index e2cd26d86..ce17ae709 100644 --- a/src/app/Models/codegen/aws/pinpoint/ApnsSandboxChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/ApnsSandboxChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApnsSandboxChannelArgs { // The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app. @@ -93,47 +93,47 @@ If you choose to use __Key credentials__ you will have to provide: return [ new DynamicUIProps( InputType.String, - "certificate", - "The pem encoded TLS Certificate from Apple.", + 'certificate', + 'The pem encoded TLS Certificate from Apple.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "privateKey", - "The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:", + 'privateKey', + 'The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teamId", - "The ID assigned to your Apple developer account team. This value is provided on the Membership page.", + 'teamId', + 'The ID assigned to your Apple developer account team. This value is provided on the Membership page.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.", + 'bundleId', + 'The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultAuthenticationMethod", + 'defaultAuthenticationMethod', "The default authentication method used for APNs Sandbox.\n__NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console.\nYou can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK.\nIf your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type.\n\nOne of the following sets of credentials is also required.\n\nIf you choose to use __Certificate credentials__ you will have to provide:", () => [], false, @@ -141,24 +141,24 @@ If you choose to use __Key credentials__ you will have to provide: ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKeyId", - "The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.", + 'tokenKeyId', + 'The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKey", - "The `.p8` file that you download from your Apple developer account when you create an authentication key.", + 'tokenKey', + 'The `.p8` file that you download from your Apple developer account when you create an authentication key.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/ApnsVoipChannel.ts b/src/app/Models/codegen/aws/pinpoint/ApnsVoipChannel.ts index e28276bf3..c0b120a22 100644 --- a/src/app/Models/codegen/aws/pinpoint/ApnsVoipChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/ApnsVoipChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApnsVoipChannelArgs { // The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section. @@ -93,15 +93,15 @@ If you choose to use __Key credentials__ you will have to provide: return [ new DynamicUIProps( InputType.String, - "tokenKey", - "The `.p8` file that you download from your Apple developer account when you create an authentication key.", + 'tokenKey', + 'The `.p8` file that you download from your Apple developer account when you create an authentication key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultAuthenticationMethod", + 'defaultAuthenticationMethod', "The default authentication method used for APNs.\n__NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console.\nYou can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK.\nIf your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type.\n\nOne of the following sets of credentials is also required.\n\nIf you choose to use __Certificate credentials__ you will have to provide:", () => [], false, @@ -109,56 +109,56 @@ If you choose to use __Key credentials__ you will have to provide: ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKeyId", - "The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.", + 'tokenKeyId', + 'The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.", + 'bundleId', + 'The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificate", - "The pem encoded TLS Certificate from Apple.", + 'certificate', + 'The pem encoded TLS Certificate from Apple.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teamId", - "The ID assigned to your Apple developer account team. This value is provided on the Membership page.", + 'teamId', + 'The ID assigned to your Apple developer account team. This value is provided on the Membership page.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:", + 'privateKey', + 'The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/pinpoint/ApnsVoipSandboxChannel.ts b/src/app/Models/codegen/aws/pinpoint/ApnsVoipSandboxChannel.ts index ee1915a70..0eeffc700 100644 --- a/src/app/Models/codegen/aws/pinpoint/ApnsVoipSandboxChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/ApnsVoipSandboxChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApnsVoipSandboxChannelArgs { // The pem encoded TLS Certificate from Apple. @@ -93,23 +93,23 @@ If you choose to use __Certificate credentials__ you will have to provide: return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "defaultAuthenticationMethod", + 'defaultAuthenticationMethod', "The default authentication method used for APNs.\n__NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console.\nYou can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK.\nIf your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type.\n\nOne of the following sets of credentials is also required.\n\nIf you choose to use __Certificate credentials__ you will have to provide:", () => [], false, @@ -117,48 +117,48 @@ If you choose to use __Certificate credentials__ you will have to provide: ), new DynamicUIProps( InputType.String, - "certificate", - "The pem encoded TLS Certificate from Apple.", + 'certificate', + 'The pem encoded TLS Certificate from Apple.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKey", - "The `.p8` file that you download from your Apple developer account when you create an authentication key.", + 'tokenKey', + 'The `.p8` file that you download from your Apple developer account when you create an authentication key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:", + 'privateKey', + 'The Certificate Private Key file (ie. `.key` file).\n\nIf you choose to use __Key credentials__ you will have to provide:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teamId", - "The ID assigned to your Apple developer account team. This value is provided on the Membership page.", + 'teamId', + 'The ID assigned to your Apple developer account team. This value is provided on the Membership page.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenKeyId", - "The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.", + 'tokenKeyId', + 'The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.", + 'bundleId', + 'The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/App.ts b/src/app/Models/codegen/aws/pinpoint/App.ts index 571374042..b9dcc47d8 100644 --- a/src/app/Models/codegen/aws/pinpoint/App.ts +++ b/src/app/Models/codegen/aws/pinpoint/App.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pinpoint_AppQuietTime, pinpoint_AppQuietTime_GetTypes, -} from "../types/pinpoint_AppQuietTime"; +} from '../types/pinpoint_AppQuietTime'; import { pinpoint_AppCampaignHook, pinpoint_AppCampaignHook_GetTypes, -} from "../types/pinpoint_AppCampaignHook"; +} from '../types/pinpoint_AppCampaignHook'; import { pinpoint_AppLimits, pinpoint_AppLimits_GetTypes, -} from "../types/pinpoint_AppLimits"; +} from '../types/pinpoint_AppLimits'; export interface AppArgs { // The name of the Pinpoint application. Conflicts with `name` @@ -70,48 +70,48 @@ export class App extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "campaignHook", - "Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign", + 'campaignHook', + 'Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign', () => pinpoint_AppCampaignHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "limits", - "The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own", + 'limits', + 'The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own', () => pinpoint_AppLimits_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The application name. By default generated by Pulumi", + 'name', + 'The application name. By default generated by Pulumi', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "The name of the Pinpoint application. Conflicts with `name`", + 'namePrefix', + 'The name of the Pinpoint application. Conflicts with `name`', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "quietTime", - "The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own", + 'quietTime', + 'The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own', () => pinpoint_AppQuietTime_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/BaiduChannel.ts b/src/app/Models/codegen/aws/pinpoint/BaiduChannel.ts index 476dc269f..93ea6cb4d 100644 --- a/src/app/Models/codegen/aws/pinpoint/BaiduChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/BaiduChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BaiduChannelArgs { // Platform credential API key from Baidu. @@ -37,32 +37,32 @@ export class BaiduChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "apiKey", - "Platform credential API key from Baidu.", + 'apiKey', + 'Platform credential API key from Baidu.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether to enable the channel. Defaults to `true`.", + 'enabled', + 'Specifies whether to enable the channel. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretKey", - "Platform credential Secret key from Baidu.", + 'secretKey', + 'Platform credential Secret key from Baidu.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/pinpoint/EmailChannel.ts b/src/app/Models/codegen/aws/pinpoint/EmailChannel.ts index 640a1f595..bedf667f0 100644 --- a/src/app/Models/codegen/aws/pinpoint/EmailChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/EmailChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EmailChannelArgs { // The ARN of an identity verified with SES. @@ -52,15 +52,15 @@ export class EmailChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "identity", - "The ARN of an identity verified with SES.", + 'identity', + 'The ARN of an identity verified with SES.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", + 'roleArn', "*Deprecated* The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service.", () => [], false, @@ -68,32 +68,32 @@ export class EmailChannel extends DS_Resource { ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configurationSet", - "The ARN of the Amazon SES configuration set that you want to apply to messages that you send through the channel.", + 'configurationSet', + 'The ARN of the Amazon SES configuration set that you want to apply to messages that you send through the channel.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fromAddress", - "The email address used to send emails from. You can use email only (`user@example.com`) or friendly address (`User `). This field comply with [RFC 5322](https://www.ietf.org/rfc/rfc5322.txt).", + 'fromAddress', + 'The email address used to send emails from. You can use email only (`user@example.com`) or friendly address (`User `). This field comply with [RFC 5322](https://www.ietf.org/rfc/rfc5322.txt).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/pinpoint/EmailTemplate.ts b/src/app/Models/codegen/aws/pinpoint/EmailTemplate.ts index 74c34061d..17357777f 100644 --- a/src/app/Models/codegen/aws/pinpoint/EmailTemplate.ts +++ b/src/app/Models/codegen/aws/pinpoint/EmailTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pinpoint_EmailTemplateEmailTemplate, pinpoint_EmailTemplateEmailTemplate_GetTypes, -} from "../types/pinpoint_EmailTemplateEmailTemplate"; +} from '../types/pinpoint_EmailTemplateEmailTemplate'; export interface EmailTemplateArgs { // @@ -41,24 +41,24 @@ export class EmailTemplate extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateName", - "name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.", + 'templateName', + 'name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "emailTemplates", - "Specifies the content and settings for a message template that can be used in messages that are sent through the email channel. See Email Template", + 'emailTemplates', + 'Specifies the content and settings for a message template that can be used in messages that are sent through the email channel. See Email Template', () => pinpoint_EmailTemplateEmailTemplate_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/EventStream.ts b/src/app/Models/codegen/aws/pinpoint/EventStream.ts index 8e2fe0363..dc6812ced 100644 --- a/src/app/Models/codegen/aws/pinpoint/EventStream.ts +++ b/src/app/Models/codegen/aws/pinpoint/EventStream.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventStreamArgs { // The application ID. @@ -31,24 +31,24 @@ export class EventStream extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.", + 'roleArn', + 'The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "destinationStreamArn", - "The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to publish events.", + 'destinationStreamArn', + 'The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to publish events.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/pinpoint/GcmChannel.ts b/src/app/Models/codegen/aws/pinpoint/GcmChannel.ts index 4c556aac6..50541bfd2 100644 --- a/src/app/Models/codegen/aws/pinpoint/GcmChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/GcmChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GcmChannelArgs { // @@ -43,40 +43,40 @@ export class GcmChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceJson", - "", + 'serviceJson', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apiKey", - "Platform credential API key from Google.", + 'apiKey', + 'Platform credential API key from Google.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The application ID.", + 'applicationId', + 'The application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "defaultAuthenticationMethod", - "", + 'defaultAuthenticationMethod', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. Defaults to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/pinpoint/SmsChannel.ts b/src/app/Models/codegen/aws/pinpoint/SmsChannel.ts index 2568e7c3a..8d0178e6c 100644 --- a/src/app/Models/codegen/aws/pinpoint/SmsChannel.ts +++ b/src/app/Models/codegen/aws/pinpoint/SmsChannel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SmsChannelArgs { // Whether the channel is enabled or disabled. By default, it is set to `true`. @@ -43,32 +43,32 @@ export class SmsChannel extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the channel is enabled or disabled. By default, it is set to `true`.", + 'enabled', + 'Whether the channel is enabled or disabled. By default, it is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "senderId", - "Identifier of the sender for your messages.", + 'senderId', + 'Identifier of the sender for your messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shortCode", - "Short Code registered with the phone provider.", + 'shortCode', + 'Short Code registered with the phone provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "ID of the application.", + 'applicationId', + 'ID of the application.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/pipes/Pipe.ts b/src/app/Models/codegen/aws/pipes/Pipe.ts index cefc8ea83..d6f054d13 100644 --- a/src/app/Models/codegen/aws/pipes/Pipe.ts +++ b/src/app/Models/codegen/aws/pipes/Pipe.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParameters, pipes_PipeSourceParameters_GetTypes, -} from "../types/pipes_PipeSourceParameters"; +} from '../types/pipes_PipeSourceParameters'; import { pipes_PipeTargetParameters, pipes_PipeTargetParameters_GetTypes, -} from "../types/pipes_PipeTargetParameters"; +} from '../types/pipes_PipeTargetParameters'; import { pipes_PipeEnrichmentParameters, pipes_PipeEnrichmentParameters_GetTypes, -} from "../types/pipes_PipeEnrichmentParameters"; +} from '../types/pipes_PipeEnrichmentParameters'; import { pipes_PipeLogConfiguration, pipes_PipeLogConfiguration_GetTypes, -} from "../types/pipes_PipeLogConfiguration"; +} from '../types/pipes_PipeLogConfiguration'; export interface PipeArgs { // Logging configuration settings for the pipe. Detailed below. @@ -121,39 +121,39 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "desiredState", - "The state the pipe should be in. One of: `RUNNING`, `STOPPED`.", + 'desiredState', + 'The state the pipe should be in. One of: `RUNNING`, `STOPPED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the pipe. At most 512 characters.", + 'description', + 'A description of the pipe. At most 512 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "source", + 'source', "Source resource of the pipe. This field typically requires an ARN (Amazon Resource Name). However, when using a self-managed Kafka cluster, you should use a different format. Instead of an ARN, use 'smk://' followed by the bootstrap server's address.", () => [], true, @@ -161,64 +161,64 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "sourceParameters", - "Parameters to configure a source for the pipe. Detailed below.", + 'sourceParameters', + 'Parameters to configure a source for the pipe. Detailed below.', () => pipes_PipeSourceParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "targetParameters", - "Parameters to configure a target for your pipe. Detailed below.", + 'targetParameters', + 'Parameters to configure a target for your pipe. Detailed below.', () => pipes_PipeTargetParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "enrichmentParameters", - "Parameters to configure enrichment for your pipe. Detailed below.", + 'enrichmentParameters', + 'Parameters to configure enrichment for your pipe. Detailed below.', () => pipes_PipeEnrichmentParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfiguration", - "Logging configuration settings for the pipe. Detailed below.", + 'logConfiguration', + 'Logging configuration settings for the pipe. Detailed below.', () => pipes_PipeLogConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the role that allows the pipe to send data to the target.", + 'roleArn', + 'ARN of the role that allows the pipe to send data to the target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "target", - "Target resource of the pipe (typically an ARN).\n\nThe following arguments are optional:", + 'target', + 'Target resource of the pipe (typically an ARN).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "enrichment", - "Enrichment resource of the pipe (typically an ARN). Read more about enrichment in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html#pipes-enrichment).", + 'enrichment', + 'Enrichment resource of the pipe (typically an ARN). Read more about enrichment in the [User Guide](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html#pipes-enrichment).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/qldb/Ledger.ts b/src/app/Models/codegen/aws/qldb/Ledger.ts index 8be23fc6e..6bb7a17b9 100644 --- a/src/app/Models/codegen/aws/qldb/Ledger.ts +++ b/src/app/Models/codegen/aws/qldb/Ledger.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LedgerArgs { // The key in AWS Key Management Service (AWS KMS) to use for encryption of data at rest in the ledger. For more information, see the [AWS documentation](https://docs.aws.amazon.com/qldb/latest/developerguide/encryption-at-rest.html). Valid values are `"AWS_OWNED_KMS_KEY"` to use an AWS KMS key that is owned and managed by AWS on your behalf, or the ARN of a valid symmetric customer managed KMS key. @@ -49,7 +49,7 @@ export class Ledger extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "kmsKey", + 'kmsKey', 'The key in AWS Key Management Service (AWS KMS) to use for encryption of data at rest in the ledger. For more information, see the [AWS documentation](https://docs.aws.amazon.com/qldb/latest/developerguide/encryption-at-rest.html). Valid values are `"AWS_OWNED_KMS_KEY"` to use an AWS KMS key that is owned and managed by AWS on your behalf, or the ARN of a valid symmetric customer managed KMS key.', () => [], false, @@ -57,32 +57,32 @@ export class Ledger extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The friendly name for the QLDB Ledger instance. By default generated by the provider.", + 'name', + 'The friendly name for the QLDB Ledger instance. By default generated by the provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "permissionsMode", - "The permissions mode for the QLDB ledger instance. Specify either `ALLOW_ALL` or `STANDARD`.", + 'permissionsMode', + 'The permissions mode for the QLDB ledger instance. Specify either `ALLOW_ALL` or `STANDARD`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "The deletion protection for the QLDB Ledger instance. By default it is `true`. To delete this resource via the provider, this value must be configured to `false` and applied first before attempting deletion.", + 'deletionProtection', + 'The deletion protection for the QLDB Ledger instance. By default it is `true`. To delete this resource via the provider, this value must be configured to `false` and applied first before attempting deletion.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/qldb/Stream.ts b/src/app/Models/codegen/aws/qldb/Stream.ts index f43257e98..0a52cd750 100644 --- a/src/app/Models/codegen/aws/qldb/Stream.ts +++ b/src/app/Models/codegen/aws/qldb/Stream.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { qldb_StreamKinesisConfiguration, qldb_StreamKinesisConfiguration_GetTypes, -} from "../types/qldb_StreamKinesisConfiguration"; +} from '../types/qldb_StreamKinesisConfiguration'; export interface StreamArgs { // The exclusive date and time that specifies when the stream ends. If you don't define this parameter, the stream runs indefinitely until you cancel it. It must be in ISO 8601 date and time format and in Universal Coordinated Time (UTC). For example: `"2019-06-13T21:36:34Z"`. @@ -65,15 +65,15 @@ export class Stream extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "exclusiveEndTime", + 'exclusiveEndTime', 'The exclusive date and time that specifies when the stream ends. If you don\'t define this parameter, the stream runs indefinitely until you cancel it. It must be in ISO 8601 date and time format and in Universal Coordinated Time (UTC). For example: `"2019-06-13T21:36:34Z"`.', () => [], false, @@ -81,40 +81,40 @@ export class Stream extends DS_Resource { ), new DynamicUIProps( InputType.String, - "inclusiveStartTime", - "The inclusive start date and time from which to start streaming journal data. This parameter must be in ISO 8601 date and time format and in Universal Coordinated Time (UTC). For example: `\"2019-06-13T21:36:34Z\"`. This cannot be in the future and must be before `exclusive_end_time`. If you provide a value that is before the ledger's `CreationDateTime`, QLDB effectively defaults it to the ledger's `CreationDateTime`.", + 'inclusiveStartTime', + 'The inclusive start date and time from which to start streaming journal data. This parameter must be in ISO 8601 date and time format and in Universal Coordinated Time (UTC). For example: `"2019-06-13T21:36:34Z"`. This cannot be in the future and must be before `exclusive_end_time`. If you provide a value that is before the ledger\'s `CreationDateTime`, QLDB effectively defaults it to the ledger\'s `CreationDateTime`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "kinesisConfiguration", - "The configuration settings of the Kinesis Data Streams destination for your stream request. Documented below.", + 'kinesisConfiguration', + 'The configuration settings of the Kinesis Data Streams destination for your stream request. Documented below.', () => qldb_StreamKinesisConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "ledgerName", - "The name of the QLDB ledger.", + 'ledgerName', + 'The name of the QLDB ledger.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "streamName", - "The name that you want to assign to the QLDB journal stream. User-defined names can help identify and indicate the purpose of a stream. Your stream name must be unique among other active streams for a given ledger. Stream names have the same naming constraints as ledger names, as defined in the [Amazon QLDB Developer Guide](https://docs.aws.amazon.com/qldb/latest/developerguide/limits.html#limits.naming).", + 'streamName', + 'The name that you want to assign to the QLDB journal stream. User-defined names can help identify and indicate the purpose of a stream. Your stream name must be unique among other active streams for a given ledger. Stream names have the same naming constraints as ledger names, as defined in the [Amazon QLDB Developer Guide](https://docs.aws.amazon.com/qldb/latest/developerguide/limits.html#limits.naming).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/quicksight/AccountSubscription.ts b/src/app/Models/codegen/aws/quicksight/AccountSubscription.ts index fec493d87..991ad221b 100644 --- a/src/app/Models/codegen/aws/quicksight/AccountSubscription.ts +++ b/src/app/Models/codegen/aws/quicksight/AccountSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountSubscriptionArgs { // Name of your Amazon QuickSight account. This name is unique over all of AWS, and it appears only when users sign in. @@ -120,128 +120,128 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "realm", - "Realm of the Active Directory that is associated with your Amazon QuickSight account.", + 'realm', + 'Realm of the Active Directory that is associated with your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "accountName", - "Name of your Amazon QuickSight account. This name is unique over all of AWS, and it appears only when users sign in.", + 'accountName', + 'Name of your Amazon QuickSight account. This name is unique over all of AWS, and it appears only when users sign in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firstName", - "First name of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.", + 'firstName', + 'First name of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "contactNumber", - "A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.", + 'contactNumber', + 'A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "emailAddress", - "Email address of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.", + 'emailAddress', + 'Email address of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "activeDirectoryName", - "Name of your Active Directory. This field is required if `ACTIVE_DIRECTORY` is the selected authentication method of the new Amazon QuickSight account.", + 'activeDirectoryName', + 'Name of your Active Directory. This field is required if `ACTIVE_DIRECTORY` is the selected authentication method of the new Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "edition", - "Edition of Amazon QuickSight that you want your account to have. Currently, you can choose from `STANDARD`, `ENTERPRISE` or `ENTERPRISE_AND_Q`.", + 'edition', + 'Edition of Amazon QuickSight that you want your account to have. Currently, you can choose from `STANDARD`, `ENTERPRISE` or `ENTERPRISE_AND_Q`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authenticationMethod", - "Method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are `IAM_AND_QUICKSIGHT`, `IAM_ONLY`, `IAM_IDENTITY_CENTER`, and `ACTIVE_DIRECTORY`.", + 'authenticationMethod', + 'Method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are `IAM_AND_QUICKSIGHT`, `IAM_ONLY`, `IAM_IDENTITY_CENTER`, and `ACTIVE_DIRECTORY`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iamIdentityCenterInstanceArn", - "The Amazon Resource Name (ARN) for the IAM Identity Center instance.", + 'iamIdentityCenterInstanceArn', + 'The Amazon Resource Name (ARN) for the IAM Identity Center instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lastName", - "Last name of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.", + 'lastName', + 'Last name of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "readerGroups", - "Reader group associated with your Active Direcrtory.", + 'readerGroups', + 'Reader group associated with your Active Direcrtory.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "directoryId", - "Active Directory ID that is associated with your Amazon QuickSight account.", + 'directoryId', + 'Active Directory ID that is associated with your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "authorGroups", - "Author group associated with your Active Directory.", + 'authorGroups', + 'Author group associated with your Active Directory.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID hosting the QuickSight account. Default to provider account.", + 'awsAccountId', + 'AWS account ID hosting the QuickSight account. Default to provider account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationEmail", - "Email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.\n\nThe following arguments are optional:", + 'notificationEmail', + 'Email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "adminGroups", - "Admin group associated with your Active Directory. This field is required if `ACTIVE_DIRECTORY` is the selected authentication method of the new Amazon QuickSight account.", + 'adminGroups', + 'Admin group associated with your Active Directory. This field is required if `ACTIVE_DIRECTORY` is the selected authentication method of the new Amazon QuickSight account.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/quicksight/Analysis.ts b/src/app/Models/codegen/aws/quicksight/Analysis.ts index dd7406082..61b749a74 100644 --- a/src/app/Models/codegen/aws/quicksight/Analysis.ts +++ b/src/app/Models/codegen/aws/quicksight/Analysis.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_AnalysisParameters, quicksight_AnalysisParameters_GetTypes, -} from "../types/quicksight_AnalysisParameters"; +} from '../types/quicksight_AnalysisParameters'; import { quicksight_AnalysisSourceEntity, quicksight_AnalysisSourceEntity_GetTypes, -} from "../types/quicksight_AnalysisSourceEntity"; +} from '../types/quicksight_AnalysisSourceEntity'; import { quicksight_AnalysisPermission, quicksight_AnalysisPermission_GetTypes, -} from "../types/quicksight_AnalysisPermission"; +} from '../types/quicksight_AnalysisPermission'; export interface AnalysisArgs { /* @@ -105,72 +105,72 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the analysis.\n\nThe following arguments are optional:", + 'name', + 'Display name for the analysis.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "parameters", - "The parameters for the creation of the analysis, which you want to use to override the default settings. An analysis can have any type of parameters, and some parameters might accept multiple values. See parameters.", + 'parameters', + 'The parameters for the creation of the analysis, which you want to use to override the default settings. An analysis can have any type of parameters, and some parameters might accept multiple values. See parameters.', () => quicksight_AnalysisParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceEntity", - "The entity that you are using as a source when you create the analysis (template). Only one of `definition` or `source_entity` should be configured. See source_entity.", + 'sourceEntity', + 'The entity that you are using as a source when you create the analysis (template). Only one of `definition` or `source_entity` should be configured. See source_entity.', () => quicksight_AnalysisSourceEntity_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "themeArn", - "The Amazon Resource Name (ARN) of the theme that is being used for this analysis. The theme ARN must exist in the same AWS account where you create the analysis.", + 'themeArn', + 'The Amazon Resource Name (ARN) of the theme that is being used for this analysis. The theme ARN must exist in the same AWS account where you create the analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "analysisId", - "Identifier for the analysis.", + 'analysisId', + 'Identifier for the analysis.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "recoveryWindowInDays", - "A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. Use `0` to force deletion without recovery. Minimum value of `7`. Maximum value of `30`. Default to `30`.", + 'recoveryWindowInDays', + 'A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. Use `0` to force deletion without recovery. Minimum value of `7`. Maximum value of `30`. Default to `30`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the analysis. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the analysis. Maximum of 64 items. See permissions.', () => quicksight_AnalysisPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/quicksight/Dashboard.ts b/src/app/Models/codegen/aws/quicksight/Dashboard.ts index 6bc9be199..68e7b4489 100644 --- a/src/app/Models/codegen/aws/quicksight/Dashboard.ts +++ b/src/app/Models/codegen/aws/quicksight/Dashboard.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DashboardDashboardPublishOptions, quicksight_DashboardDashboardPublishOptions_GetTypes, -} from "../types/quicksight_DashboardDashboardPublishOptions"; +} from '../types/quicksight_DashboardDashboardPublishOptions'; import { quicksight_DashboardPermission, quicksight_DashboardPermission_GetTypes, -} from "../types/quicksight_DashboardPermission"; +} from '../types/quicksight_DashboardPermission'; import { quicksight_DashboardParameters, quicksight_DashboardParameters_GetTypes, -} from "../types/quicksight_DashboardParameters"; +} from '../types/quicksight_DashboardParameters'; import { quicksight_DashboardSourceEntity, quicksight_DashboardSourceEntity_GetTypes, -} from "../types/quicksight_DashboardSourceEntity"; +} from '../types/quicksight_DashboardSourceEntity'; export interface DashboardArgs { // Identifier for the dashboard. @@ -121,80 +121,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the dashboard.", + 'name', + 'Display name for the dashboard.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the dashboard. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the dashboard. Maximum of 64 items. See permissions.', () => quicksight_DashboardPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "parameters", - "The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values. See parameters.", + 'parameters', + 'The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values. See parameters.', () => quicksight_DashboardParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceEntity", - "The entity that you are using as a source when you create the dashboard (template). Only one of `definition` or `source_entity` should be configured. See source_entity.", + 'sourceEntity', + 'The entity that you are using as a source when you create the dashboard (template). Only one of `definition` or `source_entity` should be configured. See source_entity.', () => quicksight_DashboardSourceEntity_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "themeArn", - "The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. The theme ARN must exist in the same AWS account where you create the dashboard.", + 'themeArn', + 'The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. The theme ARN must exist in the same AWS account where you create the dashboard.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dashboardId", - "Identifier for the dashboard.", + 'dashboardId', + 'Identifier for the dashboard.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "dashboardPublishOptions", - "Options for publishing the dashboard. See dashboard_publish_options.", + 'dashboardPublishOptions', + 'Options for publishing the dashboard. See dashboard_publish_options.', () => quicksight_DashboardDashboardPublishOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "versionDescription", - "A description of the current dashboard version being created/updated.\n\nThe following arguments are optional:", + 'versionDescription', + 'A description of the current dashboard version being created/updated.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/quicksight/DataSet.ts b/src/app/Models/codegen/aws/quicksight/DataSet.ts index 3d07c3a52..b4dd27ddd 100644 --- a/src/app/Models/codegen/aws/quicksight/DataSet.ts +++ b/src/app/Models/codegen/aws/quicksight/DataSet.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetRowLevelPermissionTagConfiguration, quicksight_DataSetRowLevelPermissionTagConfiguration_GetTypes, -} from "../types/quicksight_DataSetRowLevelPermissionTagConfiguration"; +} from '../types/quicksight_DataSetRowLevelPermissionTagConfiguration'; import { quicksight_DataSetDataSetUsageConfiguration, quicksight_DataSetDataSetUsageConfiguration_GetTypes, -} from "../types/quicksight_DataSetDataSetUsageConfiguration"; +} from '../types/quicksight_DataSetDataSetUsageConfiguration'; import { quicksight_DataSetColumnLevelPermissionRule, quicksight_DataSetColumnLevelPermissionRule_GetTypes, -} from "../types/quicksight_DataSetColumnLevelPermissionRule"; +} from '../types/quicksight_DataSetColumnLevelPermissionRule'; import { quicksight_DataSetRowLevelPermissionDataSet, quicksight_DataSetRowLevelPermissionDataSet_GetTypes, -} from "../types/quicksight_DataSetRowLevelPermissionDataSet"; +} from '../types/quicksight_DataSetRowLevelPermissionDataSet'; import { quicksight_DataSetColumnGroup, quicksight_DataSetColumnGroup_GetTypes, -} from "../types/quicksight_DataSetColumnGroup"; +} from '../types/quicksight_DataSetColumnGroup'; import { quicksight_DataSetOutputColumn, quicksight_DataSetOutputColumn_GetTypes, -} from "../types/quicksight_DataSetOutputColumn"; +} from '../types/quicksight_DataSetOutputColumn'; import { quicksight_DataSetLogicalTableMap, quicksight_DataSetLogicalTableMap_GetTypes, -} from "../types/quicksight_DataSetLogicalTableMap"; +} from '../types/quicksight_DataSetLogicalTableMap'; import { quicksight_DataSetFieldFolder, quicksight_DataSetFieldFolder_GetTypes, -} from "../types/quicksight_DataSetFieldFolder"; +} from '../types/quicksight_DataSetFieldFolder'; import { quicksight_DataSetPermission, quicksight_DataSetPermission_GetTypes, -} from "../types/quicksight_DataSetPermission"; +} from '../types/quicksight_DataSetPermission'; import { quicksight_DataSetPhysicalTableMap, quicksight_DataSetPhysicalTableMap_GetTypes, -} from "../types/quicksight_DataSetPhysicalTableMap"; +} from '../types/quicksight_DataSetPhysicalTableMap'; import { quicksight_DataSetRefreshProperties, quicksight_DataSetRefreshProperties_GetTypes, -} from "../types/quicksight_DataSetRefreshProperties"; +} from '../types/quicksight_DataSetRefreshProperties'; export interface DataSetArgs { // AWS account ID. @@ -164,120 +164,120 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the dataset.", + 'name', + 'Display name for the dataset.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "columnGroups", - "Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported. See column_groups.", + 'columnGroups', + 'Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported. See column_groups.', () => quicksight_DataSetColumnGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "physicalTableMaps", - "Declares the physical tables that are available in the underlying data sources. See physical_table_map.\n\nThe following arguments are optional:", + 'physicalTableMaps', + 'Declares the physical tables that are available in the underlying data sources. See physical_table_map.\n\nThe following arguments are optional:', () => quicksight_DataSetPhysicalTableMap_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "logicalTableMaps", - "Configures the combination and transformation of the data from the physical tables. Maximum of 1 entry. See logical_table_map.", + 'logicalTableMaps', + 'Configures the combination and transformation of the data from the physical tables. Maximum of 1 entry. See logical_table_map.', () => quicksight_DataSetLogicalTableMap_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "refreshProperties", - "The refresh properties for the data set. **NOTE**: Only valid when `import_mode` is set to `SPICE`. See refresh_properties.", + 'refreshProperties', + 'The refresh properties for the data set. **NOTE**: Only valid when `import_mode` is set to `SPICE`. See refresh_properties.', () => quicksight_DataSetRefreshProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "columnLevelPermissionRules", - "A set of 1 or more definitions of a [ColumnLevelPermissionRule](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html). See column_level_permission_rules.", + 'columnLevelPermissionRules', + 'A set of 1 or more definitions of a [ColumnLevelPermissionRule](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html). See column_level_permission_rules.', () => quicksight_DataSetColumnLevelPermissionRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "fieldFolders", - "The folder that contains fields and nested subfolders for your dataset. See field_folders.", + 'fieldFolders', + 'The folder that contains fields and nested subfolders for your dataset. See field_folders.', () => quicksight_DataSetFieldFolder_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rowLevelPermissionDataSet", - "The row-level security configuration for the data that you want to create. See row_level_permission_data_set.", + 'rowLevelPermissionDataSet', + 'The row-level security configuration for the data that you want to create. See row_level_permission_data_set.', () => quicksight_DataSetRowLevelPermissionDataSet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rowLevelPermissionTagConfiguration", - "The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only. See row_level_permission_tag_configuration.", + 'rowLevelPermissionTagConfiguration', + 'The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only. See row_level_permission_tag_configuration.', () => quicksight_DataSetRowLevelPermissionTagConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dataSetUsageConfiguration", - "The usage configuration to apply to child datasets that reference this dataset as a source. See data_set_usage_configuration.", + 'dataSetUsageConfiguration', + 'The usage configuration to apply to child datasets that reference this dataset as a source. See data_set_usage_configuration.', () => quicksight_DataSetDataSetUsageConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSetId", - "Identifier for the data set.", + 'dataSetId', + 'Identifier for the data set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "importMode", - "Indicates whether you want to import the data into SPICE. Valid values are `SPICE` and `DIRECT_QUERY`.", + 'importMode', + 'Indicates whether you want to import the data into SPICE. Valid values are `SPICE` and `DIRECT_QUERY`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the data source. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the data source. Maximum of 64 items. See permissions.', () => quicksight_DataSetPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/DataSource.ts b/src/app/Models/codegen/aws/quicksight/DataSource.ts index f908841dd..553fb1410 100644 --- a/src/app/Models/codegen/aws/quicksight/DataSource.ts +++ b/src/app/Models/codegen/aws/quicksight/DataSource.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSourceVpcConnectionProperties, quicksight_DataSourceVpcConnectionProperties_GetTypes, -} from "../types/quicksight_DataSourceVpcConnectionProperties"; +} from '../types/quicksight_DataSourceVpcConnectionProperties'; import { quicksight_DataSourceCredentials, quicksight_DataSourceCredentials_GetTypes, -} from "../types/quicksight_DataSourceCredentials"; +} from '../types/quicksight_DataSourceCredentials'; import { quicksight_DataSourcePermission, quicksight_DataSourcePermission_GetTypes, -} from "../types/quicksight_DataSourcePermission"; +} from '../types/quicksight_DataSourcePermission'; import { quicksight_DataSourceParameters, quicksight_DataSourceParameters_GetTypes, -} from "../types/quicksight_DataSourceParameters"; +} from '../types/quicksight_DataSourceParameters'; import { quicksight_DataSourceSslProperties, quicksight_DataSourceSslProperties_GetTypes, -} from "../types/quicksight_DataSourceSslProperties"; +} from '../types/quicksight_DataSourceSslProperties'; export interface DataSourceArgs { /* @@ -107,80 +107,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsAccountId", - "The ID for the AWS account that the data source is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.", + 'awsAccountId', + 'The ID for the AWS account that the data source is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dataSourceId", - "An identifier for the data source.", + 'dataSourceId', + 'An identifier for the data source.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpcConnectionProperties", - "Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source. See VPC Connection Properties below for more details.", + 'vpcConnectionProperties', + 'Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source. See VPC Connection Properties below for more details.', () => quicksight_DataSourceVpcConnectionProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name for the data source, maximum of 128 characters.", + 'name', + 'A name for the data source, maximum of 128 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the data source. See the [AWS Documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateDataSource.html#QS-CreateDataSource-request-Type) for the complete list of valid values.\n\nThe following arguments are optional:", + 'type', + 'The type of the data source. See the [AWS Documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateDataSource.html#QS-CreateDataSource-request-Type) for the complete list of valid values.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "parameters", - "The parameters used to connect to this data source (exactly one).", + 'parameters', + 'The parameters used to connect to this data source (exactly one).', () => quicksight_DataSourceParameters_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "sslProperties", - "Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source. See SSL Properties below for more details.", + 'sslProperties', + 'Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source. See SSL Properties below for more details.', () => quicksight_DataSourceSslProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "credentials", - "The credentials Amazon QuickSight uses to connect to your underlying source. Currently, only credentials based on user name and password are supported. See Credentials below for more details.", + 'credentials', + 'The credentials Amazon QuickSight uses to connect to your underlying source. Currently, only credentials based on user name and password are supported. See Credentials below for more details.', () => quicksight_DataSourceCredentials_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the data source. Maximum of 64 items. See Permission below for more details.", + 'permissions', + 'A set of resource permissions on the data source. Maximum of 64 items. See Permission below for more details.', () => quicksight_DataSourcePermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/Folder.ts b/src/app/Models/codegen/aws/quicksight/Folder.ts index ae5f357c9..43ce042c3 100644 --- a/src/app/Models/codegen/aws/quicksight/Folder.ts +++ b/src/app/Models/codegen/aws/quicksight/Folder.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_FolderPermission, quicksight_FolderPermission_GetTypes, -} from "../types/quicksight_FolderPermission"; +} from '../types/quicksight_FolderPermission'; export interface FolderArgs { // A set of resource permissions on the folder. Maximum of 64 items. See permissions. @@ -82,56 +82,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "parentFolderArn", - "The Amazon Resource Name (ARN) for the parent folder. If not set, creates a root-level folder.", + 'parentFolderArn', + 'The Amazon Resource Name (ARN) for the parent folder. If not set, creates a root-level folder.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the folder. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the folder. Maximum of 64 items. See permissions.', () => quicksight_FolderPermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "folderId", - "Identifier for the folder.", + 'folderId', + 'Identifier for the folder.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "folderType", - "The type of folder. By default, it is `SHARED`. Valid values are: `SHARED`.", + 'folderType', + 'The type of folder. By default, it is `SHARED`. Valid values are: `SHARED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the folder.\n\nThe following arguments are optional:", + 'name', + 'Display name for the folder.\n\nThe following arguments are optional:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/quicksight/FolderMembership.ts b/src/app/Models/codegen/aws/quicksight/FolderMembership.ts index e7bb9f957..bf1b689b4 100644 --- a/src/app/Models/codegen/aws/quicksight/FolderMembership.ts +++ b/src/app/Models/codegen/aws/quicksight/FolderMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FolderMembershipArgs { // AWS account ID. @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "folderId", - "Identifier for the folder.", + 'folderId', + 'Identifier for the folder.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "memberId", - "ID of the asset (the dashboard, analysis, or dataset).", + 'memberId', + 'ID of the asset (the dashboard, analysis, or dataset).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "memberType", - "Type of the member. Valid values are `ANALYSIS`, `DASHBOARD`, and `DATASET`.\n\nThe following arguments are optional:", + 'memberType', + 'Type of the member. Valid values are `ANALYSIS`, `DASHBOARD`, and `DATASET`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/quicksight/Group.ts b/src/app/Models/codegen/aws/quicksight/Group.ts index a6a898cf7..923cdb9ed 100644 --- a/src/app/Models/codegen/aws/quicksight/Group.ts +++ b/src/app/Models/codegen/aws/quicksight/Group.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupArgs { // A name for the group. @@ -40,32 +40,32 @@ export class Group extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "groupName", - "A name for the group.", + 'groupName', + 'A name for the group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "namespace", - "The namespace. Currently, you should set this to `default`.", + 'namespace', + 'The namespace. Currently, you should set this to `default`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.", + 'awsAccountId', + 'The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the group.", + 'description', + 'A description for the group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/quicksight/GroupMembership.ts b/src/app/Models/codegen/aws/quicksight/GroupMembership.ts index 75b32a7cb..184ce05b0 100644 --- a/src/app/Models/codegen/aws/quicksight/GroupMembership.ts +++ b/src/app/Models/codegen/aws/quicksight/GroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupMembershipArgs { // The namespace that you want the user to be a part of. Defaults to `default`. @@ -40,32 +40,32 @@ export class GroupMembership extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namespace", - "The namespace that you want the user to be a part of. Defaults to `default`.", + 'namespace', + 'The namespace that you want the user to be a part of. Defaults to `default`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.", + 'awsAccountId', + 'The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "groupName", - "The name of the group in which the member will be added.", + 'groupName', + 'The name of the group in which the member will be added.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "memberName", - "The name of the member to add to the group.", + 'memberName', + 'The name of the member to add to the group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/quicksight/IamPolicyAssignment.ts b/src/app/Models/codegen/aws/quicksight/IamPolicyAssignment.ts index 3d9ac2de0..8f603c12f 100644 --- a/src/app/Models/codegen/aws/quicksight/IamPolicyAssignment.ts +++ b/src/app/Models/codegen/aws/quicksight/IamPolicyAssignment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_IamPolicyAssignmentIdentities, quicksight_IamPolicyAssignmentIdentities_GetTypes, -} from "../types/quicksight_IamPolicyAssignmentIdentities"; +} from '../types/quicksight_IamPolicyAssignmentIdentities'; export interface IamPolicyAssignmentArgs { // Name of the assignment. @@ -64,48 +64,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "policyArn", - "ARN of the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.", + 'policyArn', + 'ARN of the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "assignmentName", - "Name of the assignment.", + 'assignmentName', + 'Name of the assignment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "assignmentStatus", - "Status of the assignment. Valid values are `ENABLED`, `DISABLED`, and `DRAFT`.\n\nThe following arguments are optional:", + 'assignmentStatus', + 'Status of the assignment. Valid values are `ENABLED`, `DISABLED`, and `DRAFT`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "identities", - "Amazon QuickSight users, groups, or both to assign the policy to. See `identities` block.", + 'identities', + 'Amazon QuickSight users, groups, or both to assign the policy to. See `identities` block.', () => quicksight_IamPolicyAssignmentIdentities_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace that contains the assignment. Defaults to `default`.", + 'namespace', + 'Namespace that contains the assignment. Defaults to `default`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/quicksight/Ingestion.ts b/src/app/Models/codegen/aws/quicksight/Ingestion.ts index ee8aeb90a..0ffc9bcfe 100644 --- a/src/app/Models/codegen/aws/quicksight/Ingestion.ts +++ b/src/app/Models/codegen/aws/quicksight/Ingestion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IngestionArgs { // AWS account ID. @@ -51,32 +51,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataSetId", - "ID of the dataset used in the ingestion.", + 'dataSetId', + 'ID of the dataset used in the ingestion.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ingestionId", - "ID for the ingestion.", + 'ingestionId', + 'ID for the ingestion.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ingestionType", - "Type of ingestion to be created. Valid values are `INCREMENTAL_REFRESH` and `FULL_REFRESH`.\n\nThe following arguments are optional:", + 'ingestionType', + 'Type of ingestion to be created. Valid values are `INCREMENTAL_REFRESH` and `FULL_REFRESH`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/quicksight/Namespace.ts b/src/app/Models/codegen/aws/quicksight/Namespace.ts index ba739a28d..afc075222 100644 --- a/src/app/Models/codegen/aws/quicksight/Namespace.ts +++ b/src/app/Models/codegen/aws/quicksight/Namespace.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_NamespaceTimeouts, quicksight_NamespaceTimeouts_GetTypes, -} from "../types/quicksight_NamespaceTimeouts"; +} from '../types/quicksight_NamespaceTimeouts'; export interface NamespaceArgs { // AWS account ID. @@ -67,40 +67,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityStore", - "User identity directory type. Defaults to `QUICKSIGHT`, the only current valid value.", + 'identityStore', + 'User identity directory type. Defaults to `QUICKSIGHT`, the only current valid value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Name of the namespace.\n\nThe following arguments are optional:", + 'namespace', + 'Name of the namespace.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => quicksight_NamespaceTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/RefreshSchedule.ts b/src/app/Models/codegen/aws/quicksight/RefreshSchedule.ts index 37e4bd299..30e094b0e 100644 --- a/src/app/Models/codegen/aws/quicksight/RefreshSchedule.ts +++ b/src/app/Models/codegen/aws/quicksight/RefreshSchedule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_RefreshScheduleSchedule, quicksight_RefreshScheduleSchedule_GetTypes, -} from "../types/quicksight_RefreshScheduleSchedule"; +} from '../types/quicksight_RefreshScheduleSchedule'; export interface RefreshScheduleArgs { // AWS account ID. @@ -52,32 +52,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "scheduleId", - "The ID of the refresh schedule.", + 'scheduleId', + 'The ID of the refresh schedule.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataSetId", - "The ID of the dataset.", + 'dataSetId', + 'The ID of the dataset.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "schedule", - "The [refresh schedule](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RefreshSchedule.html). See schedule\n\nThe following arguments are optional:", + 'schedule', + 'The [refresh schedule](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RefreshSchedule.html). See schedule\n\nThe following arguments are optional:', () => quicksight_RefreshScheduleSchedule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/Template.ts b/src/app/Models/codegen/aws/quicksight/Template.ts index b3b493087..2af2df300 100644 --- a/src/app/Models/codegen/aws/quicksight/Template.ts +++ b/src/app/Models/codegen/aws/quicksight/Template.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_TemplateSourceEntity, quicksight_TemplateSourceEntity_GetTypes, -} from "../types/quicksight_TemplateSourceEntity"; +} from '../types/quicksight_TemplateSourceEntity'; import { quicksight_TemplatePermission, quicksight_TemplatePermission_GetTypes, -} from "../types/quicksight_TemplatePermission"; +} from '../types/quicksight_TemplatePermission'; export interface TemplateArgs { // Identifier for the template. @@ -92,56 +92,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "sourceEntity", - "The entity that you are using as a source when you create the template (analysis or template). Only one of `definition` or `source_entity` should be configured. See source_entity.", + 'sourceEntity', + 'The entity that you are using as a source when you create the template (analysis or template). Only one of `definition` or `source_entity` should be configured. See source_entity.', () => quicksight_TemplateSourceEntity_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "templateId", - "Identifier for the template.", + 'templateId', + 'Identifier for the template.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "versionDescription", - "A description of the current template version being created/updated.\n\nThe following arguments are optional:", + 'versionDescription', + 'A description of the current template version being created/updated.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the template.", + 'name', + 'Display name for the template.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the template. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the template. Maximum of 64 items. See permissions.', () => quicksight_TemplatePermission_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/TemplateAlias.ts b/src/app/Models/codegen/aws/quicksight/TemplateAlias.ts index 7b6ec21df..088f2ae0a 100644 --- a/src/app/Models/codegen/aws/quicksight/TemplateAlias.ts +++ b/src/app/Models/codegen/aws/quicksight/TemplateAlias.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TemplateAliasArgs { // Display name of the template alias. @@ -48,32 +48,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "aliasName", - "Display name of the template alias.", + 'aliasName', + 'Display name of the template alias.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateId", - "ID of the template.", + 'templateId', + 'ID of the template.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "templateVersionNumber", - "Version number of the template.\n\nThe following arguments are optional:", + 'templateVersionNumber', + 'Version number of the template.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/quicksight/Theme.ts b/src/app/Models/codegen/aws/quicksight/Theme.ts index 6cd2e6f93..78ba2b0fa 100644 --- a/src/app/Models/codegen/aws/quicksight/Theme.ts +++ b/src/app/Models/codegen/aws/quicksight/Theme.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemePermission, quicksight_ThemePermission_GetTypes, -} from "../types/quicksight_ThemePermission"; +} from '../types/quicksight_ThemePermission'; import { quicksight_ThemeConfiguration, quicksight_ThemeConfiguration_GetTypes, -} from "../types/quicksight_ThemeConfiguration"; +} from '../types/quicksight_ThemeConfiguration'; export interface ThemeArgs { // Identifier of the theme. @@ -95,64 +95,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "themeId", - "Identifier of the theme.", + 'themeId', + 'Identifier of the theme.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "versionDescription", - "A description of the current theme version being created/updated.", + 'versionDescription', + 'A description of the current theme version being created/updated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "baseThemeId", - "The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.", + 'baseThemeId', + 'The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "The theme configuration, which contains the theme display properties. See configuration.\n\nThe following arguments are optional:", + 'configuration', + 'The theme configuration, which contains the theme display properties. See configuration.\n\nThe following arguments are optional:', () => quicksight_ThemeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Display name of the theme.", + 'name', + 'Display name of the theme.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "A set of resource permissions on the theme. Maximum of 64 items. See permissions.", + 'permissions', + 'A set of resource permissions on the theme. Maximum of 64 items. See permissions.', () => quicksight_ThemePermission_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/quicksight/User.ts b/src/app/Models/codegen/aws/quicksight/User.ts index d3a73dabe..9de731252 100644 --- a/src/app/Models/codegen/aws/quicksight/User.ts +++ b/src/app/Models/codegen/aws/quicksight/User.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserArgs { // The email address of the user that you want to register. @@ -64,64 +64,64 @@ export class User extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userRole", - "The Amazon QuickSight role of the user. The user role can be one of the following: `READER`, `AUTHOR`, or `ADMIN`", + 'userRole', + 'The Amazon QuickSight role of the user. The user role can be one of the following: `READER`, `AUTHOR`, or `ADMIN`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.", + 'awsAccountId', + 'The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "email", - "The email address of the user that you want to register.", + 'email', + 'The email address of the user that you want to register.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iamArn", - "The ARN of the IAM user or role that you are registering with Amazon QuickSight.", + 'iamArn', + 'The ARN of the IAM user or role that you are registering with Amazon QuickSight.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identityType", - "Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts either `IAM` or `QUICKSIGHT`. If `IAM` is specified, the `iam_arn` must also be specified.", + 'identityType', + 'Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts either `IAM` or `QUICKSIGHT`. If `IAM` is specified, the `iam_arn` must also be specified.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "namespace", - "The Amazon Quicksight namespace to create the user in. Defaults to `default`.", + 'namespace', + 'The Amazon Quicksight namespace to create the user in. Defaults to `default`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sessionName", - "The name of the IAM session to use when assuming roles that can embed QuickSight dashboards. Only valid for registering users using an assumed IAM role. Additionally, if registering multiple users using the same IAM role, each user needs to have a unique session name.", + 'sessionName', + 'The name of the IAM session to use when assuming roles that can embed QuickSight dashboards. Only valid for registering users using an assumed IAM role. Additionally, if registering multiple users using the same IAM role, each user needs to have a unique session name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userName", - "The Amazon QuickSight user name that you want to create for the user you are registering. Only valid for registering a user with `identity_type` set to `QUICKSIGHT`.", + 'userName', + 'The Amazon QuickSight user name that you want to create for the user you are registering. Only valid for registering a user with `identity_type` set to `QUICKSIGHT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/quicksight/VpcConnection.ts b/src/app/Models/codegen/aws/quicksight/VpcConnection.ts index a19884f4e..93184ac78 100644 --- a/src/app/Models/codegen/aws/quicksight/VpcConnection.ts +++ b/src/app/Models/codegen/aws/quicksight/VpcConnection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_VpcConnectionTimeouts, quicksight_VpcConnectionTimeouts_GetTypes, -} from "../types/quicksight_VpcConnectionTimeouts"; +} from '../types/quicksight_VpcConnectionTimeouts'; export interface VpcConnectionArgs { // The IAM role to associate with the VPC connection. @@ -88,72 +88,72 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcConnectionId", - "The ID of the VPC connection.", + 'vpcConnectionId', + 'The ID of the VPC connection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsAccountId", - "AWS account ID.", + 'awsAccountId', + 'AWS account ID.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dnsResolvers", - "A list of IP addresses of DNS resolver endpoints for the VPC connection.", + 'dnsResolvers', + 'A list of IP addresses of DNS resolver endpoints for the VPC connection.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role to associate with the VPC connection.", + 'roleArn', + 'The IAM role to associate with the VPC connection.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs for the VPC connection.\n\nThe following arguments are optional:", + 'subnetIds', + 'A list of subnet IDs for the VPC connection.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The display name for the VPC connection.", + 'name', + 'The display name for the VPC connection.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security group IDs for the VPC connection.", + 'securityGroupIds', + 'A list of security group IDs for the VPC connection.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => quicksight_VpcConnectionTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ram/PrincipalAssociation.ts b/src/app/Models/codegen/aws/ram/PrincipalAssociation.ts index 2bde691cc..96e6503d3 100644 --- a/src/app/Models/codegen/aws/ram/PrincipalAssociation.ts +++ b/src/app/Models/codegen/aws/ram/PrincipalAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrincipalAssociationArgs { // The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN. @@ -25,16 +25,16 @@ export class PrincipalAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "principal", - "The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN.", + 'principal', + 'The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceShareArn", - "The Amazon Resource Name (ARN) of the resource share.", + 'resourceShareArn', + 'The Amazon Resource Name (ARN) of the resource share.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ram/ResourceAssociation.ts b/src/app/Models/codegen/aws/ram/ResourceAssociation.ts index 725a3d1d5..d68c16bcb 100644 --- a/src/app/Models/codegen/aws/ram/ResourceAssociation.ts +++ b/src/app/Models/codegen/aws/ram/ResourceAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceAssociationArgs { // Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share. @@ -25,16 +25,16 @@ export class ResourceAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceArn", - "Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.", + 'resourceArn', + 'Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceShareArn", - "Amazon Resource Name (ARN) of the RAM Resource Share.", + 'resourceShareArn', + 'Amazon Resource Name (ARN) of the RAM Resource Share.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ram/ResourceShare.ts b/src/app/Models/codegen/aws/ram/ResourceShare.ts index c3ff7c31a..6af5e08e4 100644 --- a/src/app/Models/codegen/aws/ram/ResourceShare.ts +++ b/src/app/Models/codegen/aws/ram/ResourceShare.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceShareArgs { // Indicates whether principals outside your organization can be associated with a resource share. @@ -43,32 +43,32 @@ export class ResourceShare extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "allowExternalPrincipals", - "Indicates whether principals outside your organization can be associated with a resource share.", + 'allowExternalPrincipals', + 'Indicates whether principals outside your organization can be associated with a resource share.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the resource share.", + 'name', + 'The name of the resource share.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissionArns", - "Specifies the Amazon Resource Names (ARNs) of the RAM permission to associate with the resource share. If you do not specify an ARN for the permission, RAM automatically attaches the default version of the permission for each resource type. You can associate only one permission with each resource type included in the resource share.", + 'permissionArns', + 'Specifies the Amazon Resource Names (ARNs) of the RAM permission to associate with the resource share. If you do not specify an ARN for the permission, RAM automatically attaches the default version of the permission for each resource type. You can associate only one permission with each resource type included in the resource share.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource share. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource share. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ram/ResourceShareAccepter.ts b/src/app/Models/codegen/aws/ram/ResourceShareAccepter.ts index 4711ac016..38e0d7490 100644 --- a/src/app/Models/codegen/aws/ram/ResourceShareAccepter.ts +++ b/src/app/Models/codegen/aws/ram/ResourceShareAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceShareAccepterArgs { // The ARN of the resource share. @@ -40,8 +40,8 @@ export class ResourceShareAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "shareArn", - "The ARN of the resource share.", + 'shareArn', + 'The ARN of the resource share.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ram/SharingWithOrganization.ts b/src/app/Models/codegen/aws/ram/SharingWithOrganization.ts index ce5a31450..931fb3e8c 100644 --- a/src/app/Models/codegen/aws/ram/SharingWithOrganization.ts +++ b/src/app/Models/codegen/aws/ram/SharingWithOrganization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SharingWithOrganizationArgs {} export class SharingWithOrganization extends DS_Resource { diff --git a/src/app/Models/codegen/aws/rbin/Rule.ts b/src/app/Models/codegen/aws/rbin/Rule.ts index 5bc38ee07..17171105c 100644 --- a/src/app/Models/codegen/aws/rbin/Rule.ts +++ b/src/app/Models/codegen/aws/rbin/Rule.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rbin_RuleResourceTag, rbin_RuleResourceTag_GetTypes, -} from "../types/rbin_RuleResourceTag"; +} from '../types/rbin_RuleResourceTag'; import { rbin_RuleRetentionPeriod, rbin_RuleRetentionPeriod_GetTypes, -} from "../types/rbin_RuleRetentionPeriod"; +} from '../types/rbin_RuleRetentionPeriod'; import { rbin_RuleLockConfiguration, rbin_RuleLockConfiguration_GetTypes, -} from "../types/rbin_RuleLockConfiguration"; +} from '../types/rbin_RuleLockConfiguration'; export interface RuleArgs { // Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. See `resource_tags` below. @@ -84,48 +84,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The retention rule description.", + 'description', + 'The retention rule description.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lockConfiguration", - "Information about the retention rule lock configuration. See `lock_configuration` below.", + 'lockConfiguration', + 'Information about the retention rule lock configuration. See `lock_configuration` below.', () => rbin_RuleLockConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTags", - "Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. See `resource_tags` below.", + 'resourceTags', + 'Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. See `resource_tags` below.', () => rbin_RuleResourceTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "The resource type to be retained by the retention rule. Valid values are `EBS_SNAPSHOT` and `EC2_IMAGE`.", + 'resourceType', + 'The resource type to be retained by the retention rule. Valid values are `EBS_SNAPSHOT` and `EC2_IMAGE`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "retentionPeriod", - "Information about the retention period for which the retention rule is to retain resources. See `retention_period` below.\n\nThe following arguments are optional:", + 'retentionPeriod', + 'Information about the retention period for which the retention rule is to retain resources. See `retention_period` below.\n\nThe following arguments are optional:', () => rbin_RuleRetentionPeriod_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/rds/Certificate.ts b/src/app/Models/codegen/aws/rds/Certificate.ts index c60d9e8c5..9c32f71ff 100644 --- a/src/app/Models/codegen/aws/rds/Certificate.ts +++ b/src/app/Models/codegen/aws/rds/Certificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateArgs { // Certificate identifier. For example, `rds-ca-rsa4096-g1`. Refer to [AWS RDS (Relational Database) Certificate Identifier](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificateIdentifier) for more information. @@ -19,8 +19,8 @@ export class Certificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificateIdentifier", - "Certificate identifier. For example, `rds-ca-rsa4096-g1`. Refer to [AWS RDS (Relational Database) Certificate Identifier](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificateIdentifier) for more information.", + 'certificateIdentifier', + 'Certificate identifier. For example, `rds-ca-rsa4096-g1`. Refer to [AWS RDS (Relational Database) Certificate Identifier](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificateIdentifier) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/rds/Cluster.ts b/src/app/Models/codegen/aws/rds/Cluster.ts index 791958af2..27ba0610a 100644 --- a/src/app/Models/codegen/aws/rds/Cluster.ts +++ b/src/app/Models/codegen/aws/rds/Cluster.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ClusterMasterUserSecret, rds_ClusterMasterUserSecret_GetTypes, -} from "../types/rds_ClusterMasterUserSecret"; +} from '../types/rds_ClusterMasterUserSecret'; import { rds_ClusterRestoreToPointInTime, rds_ClusterRestoreToPointInTime_GetTypes, -} from "../types/rds_ClusterRestoreToPointInTime"; +} from '../types/rds_ClusterRestoreToPointInTime'; import { rds_ClusterServerlessv2ScalingConfiguration, rds_ClusterServerlessv2ScalingConfiguration_GetTypes, -} from "../types/rds_ClusterServerlessv2ScalingConfiguration"; +} from '../types/rds_ClusterServerlessv2ScalingConfiguration'; import { rds_ClusterS3Import, rds_ClusterS3Import_GetTypes, -} from "../types/rds_ClusterS3Import"; +} from '../types/rds_ClusterS3Import'; import { rds_ClusterScalingConfiguration, rds_ClusterScalingConfiguration_GetTypes, -} from "../types/rds_ClusterScalingConfiguration"; +} from '../types/rds_ClusterScalingConfiguration'; export interface ClusterArgs { // Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`. See [Amazon RDS Documentation for more information.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html) @@ -435,7 +435,7 @@ DB subnet group to associate with this DB cluster. return [ new DynamicUIProps( InputType.String, - "storageType", + 'storageType', '(Forces new for Multi-AZ DB clusters) Specifies the storage type to be associated with the DB cluster. For Aurora DB clusters, `storage_type` modifications can be done in-place. For Multi-AZ DB Clusters, the `iops` argument must also be set. Valid values are: `""`, `aurora-iopt1` (Aurora DB Clusters); `io1`, `io2` (Multi-AZ DB Clusters). Default: `""` (Aurora DB Clusters); `io1` (Multi-AZ DB Clusters).', () => [], false, @@ -443,335 +443,335 @@ DB subnet group to associate with this DB cluster. ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security groups to associate with the Cluster", + 'vpcSecurityGroupIds', + 'List of VPC security groups to associate with the Cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made.", + 'finalSnapshotIdentifier', + 'Name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableHttpEndpoint", - "Enable HTTP endpoint (data API). Only valid for some combinations of `engine_mode`, `engine` and `engine_version` and only available in some regions. See the [Region and version availability](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.regions) section of the documentation. This option also does not work with any of these options specified: `snapshot_identifier`, `replication_source_identifier`, `s3_import`.", + 'enableHttpEndpoint', + 'Enable HTTP endpoint (data API). Only valid for some combinations of `engine_mode`, `engine` and `engine_version` and only available in some regions. See the [Region and version availability](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.regions) section of the documentation. This option also does not work with any of these options specified: `snapshot_identifier`, `replication_source_identifier`, `s3_import`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name for an automatically created database on cluster creation. There are different naming restrictions per database engine: [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints)", + 'databaseName', + 'Name for an automatically created database on cluster creation. There are different naming restrictions per database engine: [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints)', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "s3Import", - "", + 's3Import', + '', () => rds_ClusterS3Import_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "iamRoles", - "List of ARNs for the IAM roles to associate to the RDS Cluster.", + 'iamRoles', + 'List of ARNs for the IAM roles to associate to the RDS Cluster.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`. See [Amazon RDS Documentation for more information.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)", + 'applyImmediately', + 'Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`. See [Amazon RDS Documentation for more information.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteAutomatedBackups", - "Specifies whether to remove automated backups immediately after the DB cluster is deleted. Default is `true`.", + 'deleteAutomatedBackups', + 'Specifies whether to remove automated backups immediately after the DB cluster is deleted. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkType", - "Network type of the cluster. Valid values: `IPV4`, `DUAL`.", + 'networkType', + 'Network type of the cluster. Valid values: `IPV4`, `DUAL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceRegion", - "The source region for an encrypted replica DB cluster.", + 'sourceRegion', + 'The source region for an encrypted replica DB cluster.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "performanceInsightsKmsKeyId", - "Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the KMS Key ID to encrypt Performance Insights data. If not specified, the default RDS KMS key will be used (`aws/rds`).", + 'performanceInsightsKmsKeyId', + 'Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the KMS Key ID to encrypt Performance Insights data. If not specified, the default RDS KMS key will be used (`aws/rds`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier. If omitted, this provider will assign a random, unique identifier.", + 'clusterIdentifier', + 'The cluster identifier. If omitted, this provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB cluster is encrypted. The default is `false` for `provisioned` `engine_mode` and `true` for `serverless` `engine_mode`. When restoring an unencrypted `snapshot_identifier`, the `kms_key_id` argument must be provided to encrypt the restored cluster. The provider will only perform drift detection if a configuration value is provided.", + 'storageEncrypted', + 'Specifies whether the DB cluster is encrypted. The default is `false` for `provisioned` `engine_mode` and `true` for `serverless` `engine_mode`. When restoring an unencrypted `snapshot_identifier`, the `kms_key_id` argument must be provided to encrypt the restored cluster. The provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "domain", - "The ID of the Directory Service Active Directory domain to create the cluster in.", + 'domain', + 'The ID of the Directory Service Active Directory domain to create the cluster in.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterPassword", - "Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.", + 'masterPassword', + 'Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). Cannot be set if `manage_master_user_password` is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "restoreToPointInTime", - "Nested attribute for [point in time restore](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-pitr.html). More details below.", + 'restoreToPointInTime', + 'Nested attribute for [point in time restore](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-pitr.html). More details below.', () => rds_ClusterRestoreToPointInTime_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "replicationSourceIdentifier", - "ARN of a source DB cluster or DB instance if this DB cluster is to be created as a Read Replica. If DB Cluster is part of a Global Cluster, use the `lifecycle` configuration block `ignore_changes` argument to prevent this provider from showing differences for this argument instead of configuring this value.", + 'replicationSourceIdentifier', + 'ARN of a source DB cluster or DB instance if this DB cluster is to be created as a Read Replica. If DB Cluster is part of a Global Cluster, use the `lifecycle` configuration block `ignore_changes` argument to prevent this provider from showing differences for this argument instead of configuring this value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scalingConfiguration", - "Nested attribute with scaling properties. Only valid when `engine_mode` is set to `serverless`. More details below.", + 'scalingConfiguration', + 'Nested attribute with scaling properties. Only valid when `engine_mode` is set to `serverless`. More details below.', () => rds_ClusterScalingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dbSystemId", - "For use with RDS Custom.", + 'dbSystemId', + 'For use with RDS Custom.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "domainIamRoleName", - "The name of the IAM role to be used when making API calls to the Directory Service.", + 'domainIamRoleName', + 'The name of the IAM role to be used when making API calls to the Directory Service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "allocatedStorage", - "The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.", + 'allocatedStorage', + 'The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.", + 'kmsKeyId', + 'ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dbClusterParameterGroupName", - "A cluster parameter group to associate with the cluster.", + 'dbClusterParameterGroupName', + 'A cluster parameter group to associate with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created. If false is specified, a DB snapshot is created before the DB cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.", + 'skipFinalSnapshot', + 'Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created. If false is specified, a DB snapshot is created before the DB cluster is deleted, using the value from `final_snapshot_identifier`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engine", - "Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters).", + 'engine', + 'Name of the database engine to be used for this DB cluster. Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`. (Note that `mysql` and `postgres` are Multi-AZ RDS clusters).', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "allowMajorVersionUpgrade", - "Enable to allow major engine version upgrades when changing engine versions. Defaults to `false`.", + 'allowMajorVersionUpgrade', + 'Enable to allow major engine version upgrades when changing engine versions. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "clusterMembers", - "List of RDS Instances that are a part of this cluster", + 'clusterMembers', + 'List of RDS Instances that are a part of this cluster', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "masterUserSecretKmsKeyId", - "Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.", + 'masterUserSecretKmsKeyId', + 'Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshot", - "Copy all Cluster `tags` to snapshots. Default is `false`.", + 'copyTagsToSnapshot', + 'Copy all Cluster `tags` to snapshots. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", - "Daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per region, e.g. `04:00-09:00`.", + 'preferredBackupWindow', + 'Daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per region, e.g. `04:00-09:00`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "Weekly time range during which system maintenance can occur, in (UTC) e.g., `wed:04:00-wed:04:30`", + 'preferredMaintenanceWindow', + 'Weekly time range during which system maintenance can occur, in (UTC) e.g., `wed:04:00-wed:04:30`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "performanceInsightsEnabled", - "Valid only for Non-Aurora Multi-AZ DB Clusters. Enables Performance Insights for the RDS Cluster", + 'performanceInsightsEnabled', + 'Valid only for Non-Aurora Multi-AZ DB Clusters. Enables Performance Insights for the RDS Cluster', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "manageMasterUserPassword", - "Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.", + 'manageMasterUserPassword', + 'Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `master_password` is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "Global cluster identifier specified on `aws.rds.GlobalCluster`.", + 'globalClusterIdentifier', + 'Global cluster identifier specified on `aws.rds.GlobalCluster`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "enabledCloudwatchLogsExports", - "Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL).", + 'enabledCloudwatchLogsExports', + 'Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: `audit`, `error`, `general`, `slowquery`, `postgresql` (PostgreSQL).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "backupRetentionPeriod", - "Days to retain backups for. Default `1`", + 'backupRetentionPeriod', + 'Days to retain backups for. Default `1`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "List of EC2 Availability Zones for the DB cluster storage where DB cluster instances can be created.\nRDS automatically assigns 3 AZs if less than 3 AZs are configured, which will show as a difference requiring resource recreation next pulumi up.\nWe recommend specifying 3 AZs or using the `lifecycle` configuration block `ignore_changes` argument if necessary.\nA maximum of 3 AZs can be configured.", + 'availabilityZones', + 'List of EC2 Availability Zones for the DB cluster storage where DB cluster instances can be created.\nRDS automatically assigns 3 AZs if less than 3 AZs are configured, which will show as a difference requiring resource recreation next pulumi up.\nWe recommend specifying 3 AZs or using the `lifecycle` configuration block `ignore_changes` argument if necessary.\nA maximum of 3 AZs can be configured.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "backtrackWindow", - "Target backtrack window, in seconds. Only available for `aurora` and `aurora-mysql` engines currently. To disable backtracking, set this value to `0`. Defaults to `0`. Must be between `0` and `259200` (72 hours)", + 'backtrackWindow', + 'Target backtrack window, in seconds. Only available for `aurora` and `aurora-mysql` engines currently. To disable backtracking, set this value to `0`. Defaults to `0`. Must be between `0` and `259200` (72 hours)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dbClusterInstanceClass", - "The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example `db.m6g.xlarge`. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes and availability for your engine, see [DB instance class](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the Amazon RDS User Guide.", + 'dbClusterInstanceClass', + 'The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example `db.m6g.xlarge`. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes and availability for your engine, see [DB instance class](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the Amazon RDS User Guide.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", - "Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot. Conflicts with `global_cluster_identifier`. Clusters cannot be restored from snapshot **and** joined to an existing global cluster in a single operation. See the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-getting-started.html#aurora-global-database.use-snapshot) or the Global Cluster Restored From Snapshot example for instructions on building a global cluster starting with a snapshot.", + 'snapshotIdentifier', + 'Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot. Conflicts with `global_cluster_identifier`. Clusters cannot be restored from snapshot **and** joined to an existing global cluster in a single operation. See the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-getting-started.html#aurora-global-database.use-snapshot) or the Global Cluster Restored From Snapshot example for instructions on building a global cluster starting with a snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dbInstanceParameterGroupName", - "Instance parameter group to associate with all instances of the DB cluster. The `db_instance_parameter_group_name` parameter is only valid in combination with the `allow_major_version_upgrade` parameter.", + 'dbInstanceParameterGroupName', + 'Instance parameter group to associate with all instances of the DB cluster. The `db_instance_parameter_group_name` parameter is only valid in combination with the `allow_major_version_upgrade` parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "caCertificateIdentifier", + 'caCertificateIdentifier', "The CA certificate identifier to use for the DB cluster's server certificate.", () => [], false, @@ -779,7 +779,7 @@ DB subnet group to associate with this DB cluster. ), new DynamicUIProps( InputType.Bool, - "enableGlobalWriteForwarding", + 'enableGlobalWriteForwarding', "Whether cluster should forward writes to an associated global cluster. Applied to secondary clusters to enable them to forward writes to an `aws.rds.GlobalCluster`'s primary cluster. See the [User Guide for Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-write-forwarding.html) for more information.", () => [], false, @@ -787,71 +787,71 @@ DB subnet group to associate with this DB cluster. ), new DynamicUIProps( InputType.String, - "engineLifecycleSupport", - "The life cycle type for this DB instance. This setting is valid for cluster types Aurora DB clusters and Multi-AZ DB clusters. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html", + 'engineLifecycleSupport', + 'The life cycle type for this DB instance. This setting is valid for cluster types Aurora DB clusters and Multi-AZ DB clusters. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port on which the DB accepts connections.", + 'port', + 'Port on which the DB accepts connections.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterUsername", - "Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.", + 'masterUsername', + 'Username for the master DB user. Please refer to the [RDS Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints). This argument does not support in-place updates and cannot be changed during a restore from snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below.", + 'engineVersion', + 'Database engine version. Updating this argument results in an outage. See the [Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) and [Aurora Postgres](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.html) documentation for your configured engine to determine this value, or by running `aws rds describe-db-engine-versions`. For example with Aurora MySQL 2, a potential value for this argument is `5.7.mysql_aurora.2.03.2`. The value can contain a partial version where supported by the API. The actual engine version used is returned in the attribute `engine_version_actual`, , see Attribute Reference below.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid Iops values, see [Amazon RDS Provisioned IOPS storage to improve performance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) in the Amazon RDS User Guide. (This setting is required to create a Multi-AZ DB cluster). Must be a multiple between .5 and 50 of the storage amount for the DB cluster.", + 'iops', + 'Amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid Iops values, see [Amazon RDS Provisioned IOPS storage to improve performance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) in the Amazon RDS User Guide. (This setting is required to create a Multi-AZ DB cluster). Must be a multiple between .5 and 50 of the storage amount for the DB cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "iamDatabaseAuthenticationEnabled", - "Specifies whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled. Please see [AWS Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) for availability and limitations.", + 'iamDatabaseAuthenticationEnabled', + 'Specifies whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled. Please see [AWS Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) for availability and limitations.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverlessv2ScalingConfiguration", - "Nested attribute with scaling properties for ServerlessV2. Only valid when `engine_mode` is set to `provisioned`. More details below.", + 'serverlessv2ScalingConfiguration', + 'Nested attribute with scaling properties for ServerlessV2. Only valid when `engine_mode` is set to `provisioned`. More details below.', () => rds_ClusterServerlessv2ScalingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableLocalWriteForwarding", + 'enableLocalWriteForwarding', "Whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.. See the [User Guide for Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-write-forwarding.html) for more information. **NOTE:** Local write forwarding requires Aurora MySQL version 3.04 or higher.", () => [], false, @@ -859,15 +859,15 @@ DB subnet group to associate with this DB cluster. ), new DynamicUIProps( InputType.String, - "dbSubnetGroupName", - "DB subnet group to associate with this DB cluster.\n**NOTE:** This must match the `db_subnet_group_name` specified on every `aws.rds.ClusterInstance` in the cluster.", + 'dbSubnetGroupName', + 'DB subnet group to associate with this DB cluster.\n**NOTE:** This must match the `db_subnet_group_name` specified on every `aws.rds.ClusterInstance` in the cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "If the DB cluster should have deletion protection enabled.\nThe database can't be deleted when this value is set to `true`.\nThe default is `false`.", () => [], false, @@ -875,24 +875,24 @@ DB subnet group to associate with this DB cluster. ), new DynamicUIProps( InputType.String, - "engineMode", - "Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) for limitations when using `serverless`.", + 'engineMode', + 'Database engine mode. Valid values: `global` (only valid for Aurora MySQL 1.21 and earlier), `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) for limitations when using `serverless`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifierPrefix", - "Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.", + 'clusterIdentifierPrefix', + 'Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `cluster_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "performanceInsightsRetentionPeriod", - "Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the amount of time to retain performance insights data for. Defaults to 7 days if Performance Insights are enabled. Valid values are `7`, `month * 31` (where month is a number of months from 1-23), and `731`. See [here](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.Overview.cost.html) for more information on retention periods.", + 'performanceInsightsRetentionPeriod', + 'Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the amount of time to retain performance insights data for. Defaults to 7 days if Performance Insights are enabled. Valid values are `7`, `month * 31` (where month is a number of months from 1-23), and `731`. See [here](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.Overview.cost.html) for more information on retention periods.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/ClusterActivityStream.ts b/src/app/Models/codegen/aws/rds/ClusterActivityStream.ts index fbc7576ca..da026d3d5 100644 --- a/src/app/Models/codegen/aws/rds/ClusterActivityStream.ts +++ b/src/app/Models/codegen/aws/rds/ClusterActivityStream.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterActivityStreamArgs { // Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included. Defaults `false`. @@ -40,32 +40,32 @@ export class ClusterActivityStream extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the DB cluster.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the DB cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "engineNativeAuditFieldsIncluded", - "Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included. Defaults `false`.", + 'engineNativeAuditFieldsIncluded', + 'Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included. Defaults `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS KMS key identifier for encrypting messages in the database activity stream. The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.", + 'kmsKeyId', + 'The AWS KMS key identifier for encrypting messages in the database activity stream. The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "mode", - "Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously. One of: `sync`, `async`.", + 'mode', + 'Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously. One of: `sync`, `async`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/ClusterEndpoint.ts b/src/app/Models/codegen/aws/rds/ClusterEndpoint.ts index 49931be51..9b5dfe2ef 100644 --- a/src/app/Models/codegen/aws/rds/ClusterEndpoint.ts +++ b/src/app/Models/codegen/aws/rds/ClusterEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterEndpointArgs { // List of DB instance identifiers that are part of the custom endpoint group. Conflicts with `excluded_members`. @@ -58,31 +58,31 @@ export class ClusterEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterEndpointIdentifier", - "The identifier to use for the new endpoint. This parameter is stored as a lowercase string.", + 'clusterEndpointIdentifier', + 'The identifier to use for the new endpoint. This parameter is stored as a lowercase string.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier.", + 'clusterIdentifier', + 'The cluster identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customEndpointType", - "The type of the endpoint. One of: READER , ANY .", + 'customEndpointType', + 'The type of the endpoint. One of: READER , ANY .', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "excludedMembers", + 'excludedMembers', "List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty. Conflicts with `static_members`.", () => InputType_String_GetTypes(), false, @@ -90,16 +90,16 @@ export class ClusterEndpoint extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "staticMembers", - "List of DB instance identifiers that are part of the custom endpoint group. Conflicts with `excluded_members`.", + 'staticMembers', + 'List of DB instance identifiers that are part of the custom endpoint group. Conflicts with `excluded_members`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rds/ClusterInstance.ts b/src/app/Models/codegen/aws/rds/ClusterInstance.ts index 7a9e869e3..c27c0cdfb 100644 --- a/src/app/Models/codegen/aws/rds/ClusterInstance.ts +++ b/src/app/Models/codegen/aws/rds/ClusterInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterInstanceArgs { // Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`. @@ -193,55 +193,55 @@ Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note tha return [ new DynamicUIProps( InputType.String, - "engine", - "Name of the database engine to be used for the RDS cluster instance.\nValid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note that `mysql` and `postgres` are Multi-AZ RDS clusters).", + 'engine', + 'Name of the database engine to be used for the RDS cluster instance.\nValid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note that `mysql` and `postgres` are Multi-AZ RDS clusters).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Database engine version. Please note that to upgrade the `engine_version` of the instance, it must be done on the `aws.rds.Cluster` `engine_version`. Trying to upgrade in `aws_cluster_instance` will not update the `engine_version`.", + 'engineVersion', + 'Database engine version. Please note that to upgrade the `engine_version` of the instance, it must be done on the `aws.rds.Cluster` `engine_version`. Trying to upgrade in `aws_cluster_instance` will not update the `engine_version`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Bool to control if instance is publicly accessible. Default `false`. See the documentation on [Creating DB Instances](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) for more details on controlling this property.", + 'publiclyAccessible', + 'Bool to control if instance is publicly accessible. Default `false`. See the documentation on [Creating DB Instances](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) for more details on controlling this property.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "EC2 Availability Zone that the DB instance is created in. See [docs](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) about the details.", + 'availabilityZone', + 'EC2 Availability Zone that the DB instance is created in. See [docs](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) about the details.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customIamInstanceProfile", - "Instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.", + 'customIamInstanceProfile', + 'Instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "performanceInsightsEnabled", - "Specifies whether Performance Insights is enabled or not.", + 'performanceInsightsEnabled', + 'Specifies whether Performance Insights is enabled or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredBackupWindow", + 'preferredBackupWindow', 'Daily time range during which automated backups are created if automated backups are enabled. Eg: "04:00-09:00". **NOTE:** If `preferred_backup_window` is set at the cluster level, this argument **must** be omitted.', () => [], false, @@ -249,55 +249,55 @@ Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note tha ), new DynamicUIProps( InputType.String, - "caCertIdentifier", - "Identifier of the CA certificate for the DB instance.", + 'caCertIdentifier', + 'Identifier of the CA certificate for the DB instance.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "monitoringInterval", - "Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.", + 'monitoringInterval', + 'Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. Default `true`.", + 'autoMinorVersionUpgrade', + 'Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. Default `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshot", - "Indicates whether to copy all of the user-defined tags from the DB instance to snapshots of the DB instance. Default `false`.", + 'copyTagsToSnapshot', + 'Indicates whether to copy all of the user-defined tags from the DB instance to snapshots of the DB instance. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceClass", - "Instance class to use. For details on CPU and memory, see [Scaling Aurora DB Instances](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Managing.html). Aurora uses `db.*` instance classes/types. Please see [AWS Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) for currently available instance classes and complete details. For Aurora Serverless v2 use `db.serverless`.", + 'instanceClass', + 'Instance class to use. For details on CPU and memory, see [Scaling Aurora DB Instances](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Managing.html). Aurora uses `db.*` instance classes/types. Please see [AWS Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) for currently available instance classes and complete details. For Aurora Serverless v2 use `db.serverless`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "promotionTier", - "Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoted to writer.", + 'promotionTier', + 'Default 0. Failover Priority setting on instance level. The reader who has lower tier has higher priority to get promoted to writer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", + 'preferredMaintenanceWindow', 'Window to perform maintenance in. Syntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00".', () => [], false, @@ -305,55 +305,55 @@ Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note tha ), new DynamicUIProps( InputType.String, - "dbSubnetGroupName", - "Specifies the DB subnet group to associate with this DB instance. The default behavior varies depending on whether `db_subnet_group_name` is specified. Please refer to official [AWS documentation](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html) to understand how `db_subnet_group_name` and `publicly_accessible` parameters affect DB instance behaviour. **NOTE:** This must match the `db_subnet_group_name` of the attached `aws.rds.Cluster`.", + 'dbSubnetGroupName', + 'Specifies the DB subnet group to associate with this DB instance. The default behavior varies depending on whether `db_subnet_group_name` is specified. Please refer to official [AWS documentation](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html) to understand how `db_subnet_group_name` and `publicly_accessible` parameters affect DB instance behaviour. **NOTE:** This must match the `db_subnet_group_name` of the attached `aws.rds.Cluster`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the instance. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "Identifier of the `aws.rds.Cluster` in which to launch this instance.", + 'clusterIdentifier', + 'Identifier of the `aws.rds.Cluster` in which to launch this instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "monitoringRoleArn", - "ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. You can find more information on the [AWS Documentation](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html) what IAM permissions are needed to allow Enhanced Monitoring for RDS Instances.", + 'monitoringRoleArn', + 'ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. You can find more information on the [AWS Documentation](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html) what IAM permissions are needed to allow Enhanced Monitoring for RDS Instances.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dbParameterGroupName", - "Name of the DB parameter group to associate with this instance.", + 'dbParameterGroupName', + 'Name of the DB parameter group to associate with this instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "performanceInsightsKmsKeyId", - "ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true.", + 'performanceInsightsKmsKeyId', + 'ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "performanceInsightsRetentionPeriod", + 'performanceInsightsRetentionPeriod', "Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.", () => [], false, @@ -361,24 +361,24 @@ Valid Values: `aurora-mysql`, `aurora-postgresql`, `mysql`, `postgres`.(Note tha ), new DynamicUIProps( InputType.String, - "identifier", - "Identifier for the RDS instance, if omitted, Pulumi will assign a random, unique identifier.", + 'identifier', + 'Identifier for the RDS instance, if omitted, Pulumi will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identifierPrefix", - "Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.", + 'identifierPrefix', + 'Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any database modifications are applied immediately, or during the next maintenance window. Default is`false`.", + 'applyImmediately', + 'Specifies whether any database modifications are applied immediately, or during the next maintenance window. Default is`false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/ClusterParameterGroup.ts b/src/app/Models/codegen/aws/rds/ClusterParameterGroup.ts index 680abaa62..97d164450 100644 --- a/src/app/Models/codegen/aws/rds/ClusterParameterGroup.ts +++ b/src/app/Models/codegen/aws/rds/ClusterParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ClusterParameterGroupParameter, rds_ClusterParameterGroupParameter_GetTypes, -} from "../types/rds_ClusterParameterGroupParameter"; +} from '../types/rds_ClusterParameterGroupParameter'; export interface ClusterParameterGroupArgs { // The family of the DB cluster parameter group. @@ -59,47 +59,47 @@ export class ClusterParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "family", - "The family of the DB cluster parameter group.", + 'family', + 'The family of the DB cluster parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the DB parameter.", + 'name', + 'The name of the DB parameter.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "A list of DB parameters to apply. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via [`aws rds describe-db-cluster-parameters`](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-cluster-parameters.html) after initial creation of the group.", + 'parameters', + 'A list of DB parameters to apply. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via [`aws rds describe-db-cluster-parameters`](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-cluster-parameters.html) after initial creation of the group.', () => rds_ClusterParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".', () => [], false, diff --git a/src/app/Models/codegen/aws/rds/ClusterRoleAssociation.ts b/src/app/Models/codegen/aws/rds/ClusterRoleAssociation.ts index fe1017260..fb6e1a35f 100644 --- a/src/app/Models/codegen/aws/rds/ClusterRoleAssociation.ts +++ b/src/app/Models/codegen/aws/rds/ClusterRoleAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterRoleAssociationArgs { // DB Cluster Identifier to associate with the IAM Role. @@ -31,24 +31,24 @@ export class ClusterRoleAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "DB Cluster Identifier to associate with the IAM Role.", + 'dbClusterIdentifier', + 'DB Cluster Identifier to associate with the IAM Role.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "featureName", - "Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the `SupportedFeatureNames` list returned by [AWS CLI rds describe-db-engine-versions](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html).", + 'featureName', + 'Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the `SupportedFeatureNames` list returned by [AWS CLI rds describe-db-engine-versions](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM Role to associate with the DB Cluster.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM Role to associate with the DB Cluster.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/ClusterSnapshot.ts b/src/app/Models/codegen/aws/rds/ClusterSnapshot.ts index 441eb2a93..b23550e8b 100644 --- a/src/app/Models/codegen/aws/rds/ClusterSnapshot.ts +++ b/src/app/Models/codegen/aws/rds/ClusterSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterSnapshotArgs { // The DB Cluster Identifier from which to take the snapshot. @@ -79,32 +79,32 @@ export class ClusterSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "The DB Cluster Identifier from which to take the snapshot.", + 'dbClusterIdentifier', + 'The DB Cluster Identifier from which to take the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbClusterSnapshotIdentifier", - "The Identifier for the snapshot.", + 'dbClusterSnapshotIdentifier', + 'The Identifier for the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "sharedAccounts", - "List of AWS Account ids to share snapshot with, use `all` to make snaphot public.", + 'sharedAccounts', + 'List of AWS Account ids to share snapshot with, use `all` to make snaphot public.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rds/CustomDbEngineVersion.ts b/src/app/Models/codegen/aws/rds/CustomDbEngineVersion.ts index 5d93d49ae..c1ff79866 100644 --- a/src/app/Models/codegen/aws/rds/CustomDbEngineVersion.ts +++ b/src/app/Models/codegen/aws/rds/CustomDbEngineVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomDbEngineVersionArgs { // A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -106,95 +106,95 @@ export class CustomDbEngineVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the CEV.", + 'description', + 'The description of the CEV.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseInstallationFilesS3BucketName", - "The name of the Amazon S3 bucket that contains the database installation files.", + 'databaseInstallationFilesS3BucketName', + 'The name of the Amazon S3 bucket that contains the database installation files.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseInstallationFilesS3Prefix", - "The prefix for the Amazon S3 bucket that contains the database installation files.", + 'databaseInstallationFilesS3Prefix', + 'The prefix for the Amazon S3 bucket that contains the database installation files.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceImageId", - "The ID of the AMI to create the CEV from. Required for RDS Custom for SQL Server. For RDS Custom for Oracle, you can specify an AMI ID that was used in a different Oracle CEV.", + 'sourceImageId', + 'The ID of the AMI to create the CEV from. Required for RDS Custom for SQL Server. For RDS Custom for Oracle, you can specify an AMI ID that was used in a different Oracle CEV.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engine", - "The name of the database engine. Valid values are `custom-oracle*`, `custom-sqlserver*`.", + 'engine', + 'The name of the database engine. Valid values are `custom-oracle*`, `custom-sqlserver*`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status of the CEV. Valid values are `available`, `inactive`, `inactive-except-restore`.", + 'status', + 'The status of the CEV. Valid values are `available`, `inactive`, `inactive-except-restore`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "The version of the database engine.", + 'engineVersion', + 'The version of the database engine.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "filename", - "The name of the manifest file within the local filesystem. Conflicts with `manifest`.", + 'filename', + 'The name of the manifest file within the local filesystem. Conflicts with `manifest`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the AWS KMS key that is used to encrypt the database installation files. Required for RDS Custom for Oracle.", + 'kmsKeyId', + 'The ARN of the AWS KMS key that is used to encrypt the database installation files. Required for RDS Custom for Oracle.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "manifest", - "The manifest file, in JSON format, that contains the list of database installation files. Conflicts with `filename`.", + 'manifest', + 'The manifest file, in JSON format, that contains the list of database installation files. Conflicts with `filename`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "manifestHash", + 'manifestHash', 'Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the manifest source specified with `filename`. The usual way to set this is filebase64sha256("manifest.json") where "manifest.json" is the local filename of the manifest source.', () => [], false, diff --git a/src/app/Models/codegen/aws/rds/EventSubscription.ts b/src/app/Models/codegen/aws/rds/EventSubscription.ts index a4aff14ff..a86411576 100644 --- a/src/app/Models/codegen/aws/rds/EventSubscription.ts +++ b/src/app/Models/codegen/aws/rds/EventSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventSubscriptionArgs { // A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run `aws rds describe-event-categories`. @@ -70,64 +70,64 @@ export class EventSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "The name of the DB event subscription. Conflicts with `name`.", + 'namePrefix', + 'The name of the DB event subscription. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snsTopic", - "The SNS topic to send events to.", + 'snsTopic', + 'The SNS topic to send events to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceIds", - "A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.", + 'sourceIds', + 'A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "The type of source that will be generating the events. Valid options are `db-instance`, `db-security-group`, `db-parameter-group`, `db-snapshot`, `db-cluster`, `db-cluster-snapshot`, or `db-proxy`. If not set, all sources will be subscribed to.", + 'sourceType', + 'The type of source that will be generating the events. Valid options are `db-instance`, `db-security-group`, `db-parameter-group`, `db-snapshot`, `db-cluster`, `db-cluster-snapshot`, or `db-proxy`. If not set, all sources will be subscribed to.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A boolean flag to enable/disable the subscription. Defaults to true.", + 'enabled', + 'A boolean flag to enable/disable the subscription. Defaults to true.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventCategories", - "A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run `aws rds describe-event-categories`.", + 'eventCategories', + 'A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run `aws rds describe-event-categories`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the DB event subscription. By default generated by this provider.", + 'name', + 'The name of the DB event subscription. By default generated by this provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/rds/ExportTask.ts b/src/app/Models/codegen/aws/rds/ExportTask.ts index 7e5ef47af..b06d0c542 100644 --- a/src/app/Models/codegen/aws/rds/ExportTask.ts +++ b/src/app/Models/codegen/aws/rds/ExportTask.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ExportTaskTimeouts, rds_ExportTaskTimeouts_GetTypes, -} from "../types/rds_ExportTaskTimeouts"; +} from '../types/rds_ExportTaskTimeouts'; export interface ExportTaskArgs { /* @@ -97,64 +97,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "sourceArn", - "Amazon Resource Name (ARN) of the snapshot to export.\n\nThe following arguments are optional:", + 'sourceArn', + 'Amazon Resource Name (ARN) of the snapshot to export.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => rds_ExportTaskTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "exportOnlies", - "Data to be exported from the snapshot. If this parameter is not provided, all the snapshot data is exported. Valid values are documented in the [AWS StartExportTask API documentation](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartExportTask.html#API_StartExportTask_RequestParameters).", + 'exportOnlies', + 'Data to be exported from the snapshot. If this parameter is not provided, all the snapshot data is exported. Valid values are documented in the [AWS StartExportTask API documentation](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartExportTask.html#API_StartExportTask_RequestParameters).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "exportTaskIdentifier", - "Unique identifier for the snapshot export task.", + 'exportTaskIdentifier', + 'Unique identifier for the snapshot export task.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "ARN of the IAM role to use for writing to the Amazon S3 bucket.", + 'iamRoleArn', + 'ARN of the IAM role to use for writing to the Amazon S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ID of the Amazon Web Services KMS key to use to encrypt the snapshot.", + 'kmsKeyId', + 'ID of the Amazon Web Services KMS key to use to encrypt the snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the Amazon S3 bucket to export the snapshot to.", + 's3BucketName', + 'Name of the Amazon S3 bucket to export the snapshot to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Prefix", - "Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.", + 's3Prefix', + 'Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/GlobalCluster.ts b/src/app/Models/codegen/aws/rds/GlobalCluster.ts index 62eacd405..a54de685c 100644 --- a/src/app/Models/codegen/aws/rds/GlobalCluster.ts +++ b/src/app/Models/codegen/aws/rds/GlobalCluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_GlobalClusterGlobalClusterMember, rds_GlobalClusterGlobalClusterMember_GetTypes, -} from "../types/rds_GlobalClusterGlobalClusterMember"; +} from '../types/rds_GlobalClusterGlobalClusterMember'; export interface GlobalClusterArgs { // If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`. @@ -83,63 +83,63 @@ export class GlobalCluster extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "databaseName", - "Name for an automatically created database on cluster creation.", + 'databaseName', + 'Name for an automatically created database on cluster creation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engine", - "Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Valid values: `aurora`, `aurora-mysql`, `aurora-postgresql`. Defaults to `aurora`. Conflicts with `source_db_cluster_identifier`.", + 'engine', + 'Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Valid values: `aurora`, `aurora-mysql`, `aurora-postgresql`. Defaults to `aurora`. Conflicts with `source_db_cluster_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "engineLifecycleSupport", - "The life cycle type for this DB instance. This setting applies only to Aurora PostgreSQL-based global databases. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html", + 'engineLifecycleSupport', + 'The life cycle type for this DB instance. This setting applies only to Aurora PostgreSQL-based global databases. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalClusterIdentifier", - "Global cluster identifier.", + 'globalClusterIdentifier', + 'Global cluster identifier.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Enable to remove DB Cluster members from Global Cluster on destroy. Required with `source_db_cluster_identifier`.", + 'forceDestroy', + 'Enable to remove DB Cluster members from Global Cluster on destroy. Required with `source_db_cluster_identifier`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.", + 'storageEncrypted', + 'Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceDbClusterIdentifier", - "Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.", + 'sourceDbClusterIdentifier', + 'Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.", () => [], false, @@ -147,8 +147,8 @@ export class GlobalCluster extends DS_Resource { ), new DynamicUIProps( InputType.String, - "engineVersion", - "Engine version of the Aurora global database. The `engine`, `engine_version`, and `instance_class` (on the `aws.rds.ClusterInstance`) must together support global databases. See [Using Amazon Aurora global databases](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html) for more information. By upgrading the engine version, the provider will upgrade cluster members. **NOTE:** To avoid an `inconsistent final plan` error while upgrading, use the `lifecycle` `ignore_changes` for `engine_version` meta argument on the associated `aws.rds.Cluster` resource as shown above in Upgrading Engine Versions example.", + 'engineVersion', + 'Engine version of the Aurora global database. The `engine`, `engine_version`, and `instance_class` (on the `aws.rds.ClusterInstance`) must together support global databases. See [Using Amazon Aurora global databases](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html) for more information. By upgrading the engine version, the provider will upgrade cluster members. **NOTE:** To avoid an `inconsistent final plan` error while upgrading, use the `lifecycle` `ignore_changes` for `engine_version` meta argument on the associated `aws.rds.Cluster` resource as shown above in Upgrading Engine Versions example.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/Instance.ts b/src/app/Models/codegen/aws/rds/Instance.ts index 3feed9951..d9d03dff5 100644 --- a/src/app/Models/codegen/aws/rds/Instance.ts +++ b/src/app/Models/codegen/aws/rds/Instance.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_InstanceBlueGreenUpdate, rds_InstanceBlueGreenUpdate_GetTypes, -} from "../types/rds_InstanceBlueGreenUpdate"; +} from '../types/rds_InstanceBlueGreenUpdate'; import { rds_InstanceRestoreToPointInTime, rds_InstanceRestoreToPointInTime_GetTypes, -} from "../types/rds_InstanceRestoreToPointInTime"; +} from '../types/rds_InstanceRestoreToPointInTime'; import { rds_InstanceS3Import, rds_InstanceS3Import_GetTypes, -} from "../types/rds_InstanceS3Import"; +} from '../types/rds_InstanceS3Import'; import { rds_InstanceListenerEndpoint, rds_InstanceListenerEndpoint_GetTypes, -} from "../types/rds_InstanceListenerEndpoint"; +} from '../types/rds_InstanceListenerEndpoint'; import { rds_InstanceMasterUserSecret, rds_InstanceMasterUserSecret_GetTypes, -} from "../types/rds_InstanceMasterUserSecret"; +} from '../types/rds_InstanceMasterUserSecret'; export interface InstanceArgs { /* @@ -763,80 +763,80 @@ for additional read replica constraints. return [ new DynamicUIProps( InputType.String, - "dbName", - "The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Note that this does not apply for Oracle or SQL Server engines. See the [AWS documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-instance.html) for more details on what applies for those engines. If you are providing an Oracle db name, it needs to be in all upper case. Cannot be specified for a replica.", + 'dbName', + 'The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Note that this does not apply for Oracle or SQL Server engines. See the [AWS documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-instance.html) for more details on what applies for those engines. If you are providing an Oracle db name, it needs to be in all upper case. Cannot be specified for a replica.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "performanceInsightsEnabled", - "Specifies whether Performance Insights are enabled. Defaults to false.", + 'performanceInsightsEnabled', + 'Specifies whether Performance Insights are enabled. Defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the DB accepts connections.", + 'port', + 'The port on which the DB accepts connections.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "licenseModel", - "License model information for this DB instance. Valid values for this field are as follows:\n* RDS for MariaDB: `general-public-license`\n* RDS for Microsoft SQL Server: `license-included`\n* RDS for MySQL: `general-public-license`\n* RDS for Oracle: `bring-your-own-license | license-included`\n* RDS for PostgreSQL: `postgresql-license`", + 'licenseModel', + 'License model information for this DB instance. Valid values for this field are as follows:\n* RDS for MariaDB: `general-public-license`\n* RDS for Microsoft SQL Server: `license-included`\n* RDS for MySQL: `general-public-license`\n* RDS for Oracle: `bring-your-own-license | license-included`\n* RDS for PostgreSQL: `postgresql-license`', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.Bool, - "iamDatabaseAuthenticationEnabled", - "Specifies whether mappings of AWS Identity and Access Management (IAM) accounts to database\naccounts is enabled.", + 'iamDatabaseAuthenticationEnabled', + 'Specifies whether mappings of AWS Identity and Access Management (IAM) accounts to database\naccounts is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "storageEncrypted", - "Specifies whether the DB instance is\nencrypted. Note that if you are creating a cross-region read replica this field\nis ignored and you should instead declare `kms_key_id` with a valid ARN. The\ndefault is `false` if not specified.", + 'storageEncrypted', + 'Specifies whether the DB instance is\nencrypted. Note that if you are creating a cross-region read replica this field\nis ignored and you should instead declare `kms_key_id` with a valid ARN. The\ndefault is `false` if not specified.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "caCertIdentifier", - "The identifier of the CA certificate for the DB instance.", + 'caCertIdentifier', + 'The identifier of the CA certificate for the DB instance.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "upgradeStorageConfig", - "Whether to upgrade the storage file system configuration on the read replica. Can only be set with `replicate_source_db`.", + 'upgradeStorageConfig', + 'Whether to upgrade the storage file system configuration on the read replica. Can only be set with `replicate_source_db`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "(Required unless a `snapshot_identifier` or `replicate_source_db`\nis provided) Username for the master DB user. Cannot be specified for a replica.", + 'username', + '(Required unless a `snapshot_identifier` or `replicate_source_db`\nis provided) Username for the master DB user. Cannot be specified for a replica.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageType", + 'storageType', 'One of "standard" (magnetic), "gp2" (general\npurpose SSD), "gp3" (general purpose SSD that needs `iops` independently)\nor "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,\n"gp2" if not.', () => [], false, @@ -844,39 +844,39 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "identifierPrefix", - "Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.", + 'identifierPrefix', + 'Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "monitoringRoleArn", - "The ARN for the IAM role that permits RDS\nto send enhanced monitoring metrics to CloudWatch Logs. You can find more\ninformation on the [AWS\nDocumentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html)\nwhat IAM permissions are needed to allow Enhanced Monitoring for RDS Instances.", + 'monitoringRoleArn', + 'The ARN for the IAM role that permits RDS\nto send enhanced monitoring metrics to CloudWatch Logs. You can find more\ninformation on the [AWS\nDocumentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html)\nwhat IAM permissions are needed to allow Enhanced Monitoring for RDS Instances.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "(Required unless `manage_master_user_password` is set to true or unless a `snapshot_identifier` or `replicate_source_db`\nis provided or `manage_master_user_password` is set.) Password for the master DB user. Note that this may show up in\nlogs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.", + 'password', + '(Required unless `manage_master_user_password` is set to true or unless a `snapshot_identifier` or `replicate_source_db`\nis provided or `manage_master_user_password` is set.) Password for the master DB user. Note that this may show up in\nlogs, and it will be stored in the state file. Cannot be set if `manage_master_user_password` is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backupTarget", - "Specifies where automated backups and manual snapshots are stored. Possible values are `region` (default) and `outposts`. See [Working with Amazon RDS on AWS Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) for more information.", + 'backupTarget', + 'Specifies where automated backups and manual snapshots are stored. Possible values are `region` (default) and `outposts`. See [Working with Amazon RDS on AWS Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) for more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backupWindow", + 'backupWindow', 'The daily time range (in UTC) during which automated backups are created if they are enabled.\nExample: "09:46-10:16". Must not overlap with `maintenance_window`.', () => [], false, @@ -884,7 +884,7 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "If the DB instance should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.", () => [], false, @@ -892,15 +892,15 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "domainOu", - "The self managed Active Directory organizational unit for your DB instance to join. Conflicts with `domain` and `domain_iam_role_name`.", + 'domainOu', + 'The self managed Active Directory organizational unit for your DB instance to join. Conflicts with `domain` and `domain_iam_role_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", + 'maintenanceWindow', 'The window to perform maintenance in.\nSyntax: "ddd:hh24:mi-ddd:hh24:mi". Eg: "Mon:00:00-Mon:03:00". See [RDS\nMaintenance Window\ndocs](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow)\nfor more information.', () => [], false, @@ -908,23 +908,23 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final DB snapshot is\ncreated before the DB instance is deleted. If true is specified, no DBSnapshot\nis created. If false is specified, a DB snapshot is created before the DB\ninstance is deleted, using the value from `final_snapshot_identifier`. Default\nis `false`.", + 'skipFinalSnapshot', + 'Determines whether a final DB snapshot is\ncreated before the DB instance is deleted. If true is specified, no DBSnapshot\nis created. If false is specified, a DB snapshot is created before the DB\ninstance is deleted, using the value from `final_snapshot_identifier`. Default\nis `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domain", - "The ID of the Directory Service Active Directory domain to create the instance in. Conflicts with `domain_fqdn`, `domain_ou`, `domain_auth_secret_arn` and a `domain_dns_ips`.", + 'domain', + 'The ID of the Directory Service Active Directory domain to create the instance in. Conflicts with `domain_fqdn`, `domain_ou`, `domain_auth_secret_arn` and a `domain_dns_ips`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "storageThroughput", + 'storageThroughput', 'The storage throughput value for the DB instance. Can only be set when `storage_type` is `"gp3"`. Cannot be specified if the `allocated_storage` value is below a per-`engine` threshold. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.', () => [], false, @@ -932,23 +932,23 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "replicateSourceDb", - "Specifies that this resource is a Replicate\ndatabase, and to use this value as the source database. This correlates to the\n`identifier` of another Amazon RDS Database to replicate (if replicating within\na single region) or ARN of the Amazon RDS Database to replicate (if replicating\ncross-region). Note that if you are\ncreating a cross-region replica of an encrypted database you will also need to\nspecify a `kms_key_id`. See [DB Instance Replication][instance-replication] and [Working with\nPostgreSQL and MySQL Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html)\nfor more information on using Replication.", + 'replicateSourceDb', + 'Specifies that this resource is a Replicate\ndatabase, and to use this value as the source database. This correlates to the\n`identifier` of another Amazon RDS Database to replicate (if replicating within\na single region) or ARN of the Amazon RDS Database to replicate (if replicating\ncross-region). Note that if you are\ncreating a cross-region replica of an encrypted database you will also need to\nspecify a `kms_key_id`. See [DB Instance Replication][instance-replication] and [Working with\nPostgreSQL and MySQL Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html)\nfor more information on using Replication.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dedicatedLogVolume", - "Use a dedicated log volume (DLV) for the DB instance. Requires Provisioned IOPS. See the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.dlv) for more details.", + 'dedicatedLogVolume', + 'Use a dedicated log volume (DLV) for the DB instance. Requires Provisioned IOPS. See the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.dlv) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ncharCharacterSetName", + 'ncharCharacterSetName', "The national character set is used in the NCHAR, NVARCHAR2, and NCLOB data types for Oracle instances. This can't be changed. See [Oracle Character Sets\nSupported in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.OracleCharacterSets.html).", () => [], false, @@ -956,23 +956,23 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "optionGroupName", - "Name of the DB option group to associate.", + 'optionGroupName', + 'Name of the DB option group to associate.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any database modifications\nare applied immediately, or during the next maintenance window. Default is\n`false`. See [Amazon RDS Documentation for more\ninformation.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)", + 'applyImmediately', + 'Specifies whether any database modifications\nare applied immediately, or during the next maintenance window. Default is\n`false`. See [Amazon RDS Documentation for more\ninformation.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engine", + 'engine', "The database engine to use. For supported values, see the Engine parameter in [API action CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html). Note that for Amazon Aurora instances the engine must match the DB cluster's engine'. For information on the difference between the available Aurora MySQL engines see [Comparison between Aurora MySQL 1 and Aurora MySQL 2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Updates.20180206.html) in the Amazon RDS User Guide.", () => [], false, @@ -980,7 +980,7 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Number, - "iops", + 'iops', 'The amount of provisioned IOPS. Setting this implies a\nstorage_type of "io1". Can only be set when `storage_type` is `"io1"` or `"gp3"`.\nCannot be specified for gp3 storage if the `allocated_storage` value is below a per-`engine` threshold.\nSee the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.', () => [], false, @@ -988,15 +988,15 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Number, - "maxAllocatedStorage", - "When configured, the upper limit to which Amazon RDS can automatically scale the storage of the DB instance. Configuring this will automatically ignore differences to `allocated_storage`. Must be greater than or equal to `allocated_storage` or `0` to disable Storage Autoscaling.", + 'maxAllocatedStorage', + 'When configured, the upper limit to which Amazon RDS can automatically scale the storage of the DB instance. Configuring this will automatically ignore differences to `allocated_storage`. Must be greater than or equal to `allocated_storage` or `0` to disable Storage Autoscaling.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "performanceInsightsRetentionPeriod", + 'performanceInsightsRetentionPeriod', "Amount of time in days to retain Performance Insights data. Valid values are `7`, `731` (2 years) or a multiple of `31`. When specifying `performance_insights_retention_period`, `performance_insights_enabled` needs to be set to true. Defaults to '7'.", () => [], false, @@ -1004,199 +1004,199 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainIamRoleName", - "The name of the IAM role to be used when making API calls to the Directory Service. Conflicts with `domain_fqdn`, `domain_ou`, `domain_auth_secret_arn` and a `domain_dns_ips`.", + 'domainIamRoleName', + 'The name of the IAM role to be used when making API calls to the Directory Service. Conflicts with `domain_fqdn`, `domain_ou`, `domain_auth_secret_arn` and a `domain_dns_ips`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoMinorVersionUpgrade", - "Indicates that minor engine upgrades\nwill be applied automatically to the DB instance during the maintenance window.\nDefaults to true.", + 'autoMinorVersionUpgrade', + 'Indicates that minor engine upgrades\nwill be applied automatically to the DB instance during the maintenance window.\nDefaults to true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dbSubnetGroupName", - "Name of DB subnet group. DB instance will\nbe created in the VPC associated with the DB subnet group. If unspecified, will\nbe created in the `default` VPC, or in EC2 Classic, if available. When working\nwith read replicas, it should be specified only if the source database\nspecifies an instance in another AWS Region. See [DBSubnetGroupName in API\naction CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html)\nfor additional read replica constraints.", + 'dbSubnetGroupName', + 'Name of DB subnet group. DB instance will\nbe created in the VPC associated with the DB subnet group. If unspecified, will\nbe created in the `default` VPC, or in EC2 Classic, if available. When working\nwith read replicas, it should be specified only if the source database\nspecifies an instance in another AWS Region. See [DBSubnetGroupName in API\naction CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html)\nfor additional read replica constraints.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "Bool to control if instance is publicly\naccessible. Default is `false`.", + 'publiclyAccessible', + 'Bool to control if instance is publicly\naccessible. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterUserSecretKmsKeyId", - "The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.", + 'masterUserSecretKmsKeyId', + 'The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If not specified, the default KMS key for your Amazon Web Services account is used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "blueGreenUpdate", - "Enables low-downtime updates using [RDS Blue/Green deployments][blue-green].\nSee `blue_green_update` below.", + 'blueGreenUpdate', + 'Enables low-downtime updates using [RDS Blue/Green deployments][blue-green].\nSee `blue_green_update` below.', () => rds_InstanceBlueGreenUpdate_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "customerOwnedIpEnabled", - "Indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. See [CoIP for RDS on Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html#rds-on-outposts.coip) for more information.\n\n> **NOTE:** Removing the `replicate_source_db` attribute from an existing RDS\nReplicate database managed by the provider will promote the database to a fully\nstandalone database.", + 'customerOwnedIpEnabled', + 'Indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. See [CoIP for RDS on Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html#rds-on-outposts.coip) for more information.\n\n> **NOTE:** Removing the `replicate_source_db` attribute from an existing RDS\nReplicate database managed by the provider will promote the database to a fully\nstandalone database.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "enabledCloudwatchLogsExports", - "Set of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. For supported values, see the EnableCloudwatchLogsExports.member.N parameter in [API action CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html).", + 'enabledCloudwatchLogsExports', + 'Set of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. For supported values, see the EnableCloudwatchLogsExports.member.N parameter in [API action CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timezone", - "Time zone of the DB instance. `timezone` is currently\nonly supported by Microsoft SQL Server. The `timezone` can only be set on\ncreation. See [MSSQL User\nGuide](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone)\nfor more information.", + 'timezone', + 'Time zone of the DB instance. `timezone` is currently\nonly supported by Microsoft SQL Server. The `timezone` can only be set on\ncreation. See [MSSQL User\nGuide](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone)\nfor more information.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "customIamInstanceProfile", - "The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.", + 'customIamInstanceProfile', + 'The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "monitoringInterval", - "The interval, in seconds, between points\nwhen Enhanced Monitoring metrics are collected for the DB instance. To disable\ncollecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid\nValues: 0, 1, 5, 10, 15, 30, 60.", + 'monitoringInterval', + 'The interval, in seconds, between points\nwhen Enhanced Monitoring metrics are collected for the DB instance. To disable\ncollecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid\nValues: 0, 1, 5, 10, 15, 30, 60.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineLifecycleSupport", - "The life cycle type for this DB instance. This setting applies only to RDS for MySQL and RDS for PostgreSQL. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html", + 'engineLifecycleSupport', + 'The life cycle type for this DB instance. This setting applies only to RDS for MySQL and RDS for PostgreSQL. Valid values are `open-source-rds-extended-support`, `open-source-rds-extended-support-disabled`. Default value is `open-source-rds-extended-support`. [Using Amazon RDS Extended Support]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html', () => [], false, false, ), new DynamicUIProps( InputType.String, - "performanceInsightsKmsKeyId", - "The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.", + 'performanceInsightsKmsKeyId', + 'The ARN for the KMS key to encrypt Performance Insights data. When specifying `performance_insights_kms_key_id`, `performance_insights_enabled` needs to be set to true. Once KMS key is set, it can never be changed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkType", - "The network type of the DB instance. Valid values: `IPV4`, `DUAL`.", + 'networkType', + 'The network type of the DB instance. Valid values: `IPV4`, `DUAL`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiAz", - "Specifies if the RDS instance is multi-AZ", + 'multiAz', + 'Specifies if the RDS instance is multi-AZ', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "allocatedStorage", - "The allocated storage in gibibytes. If `max_allocated_storage` is configured, this argument represents the initial storage allocation and differences from the configuration will be ignored automatically when Storage Autoscaling occurs. If `replicate_source_db` is set, the value is ignored during the creation of the instance.", + 'allocatedStorage', + 'The allocated storage in gibibytes. If `max_allocated_storage` is configured, this argument represents the initial storage allocation and differences from the configuration will be ignored automatically when Storage Autoscaling occurs. If `replicate_source_db` is set, the value is ignored during the creation of the instance.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Import", - "Restore from a Percona Xtrabackup in S3. See [Importing Data into an Amazon RDS MySQL DB Instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html)", + 's3Import', + 'Restore from a Percona Xtrabackup in S3. See [Importing Data into an Amazon RDS MySQL DB Instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html)', () => rds_InstanceS3Import_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allowMajorVersionUpgrade", - "Indicates that major version\nupgrades are allowed. Changing this parameter does not result in an outage and\nthe change is asynchronously applied as soon as possible.", + 'allowMajorVersionUpgrade', + 'Indicates that major version\nupgrades are allowed. Changing this parameter does not result in an outage and\nthe change is asynchronously applied as soon as possible.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "Name of the DB parameter group to associate.", + 'parameterGroupName', + 'Name of the DB parameter group to associate.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "restoreToPointInTime", - "A configuration block for restoring a DB instance to an arbitrary point in time. Requires the `identifier` argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.", + 'restoreToPointInTime', + 'A configuration block for restoring a DB instance to an arbitrary point in time. Requires the `identifier` argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.', () => rds_InstanceRestoreToPointInTime_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "replicaMode", - "Specifies whether the replica is in either `mounted` or `open-read-only` mode. This attribute\nis only supported by Oracle instances. Oracle replicas operate in `open-read-only` mode unless otherwise specified. See [Working with Oracle Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) for more information.", + 'replicaMode', + 'Specifies whether the replica is in either `mounted` or `open-read-only` mode. This attribute\nis only supported by Oracle instances. Oracle replicas operate in `open-read-only` mode unless otherwise specified. See [Working with Oracle Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteAutomatedBackups", - "Specifies whether to remove automated backups immediately after the DB instance is deleted. Default is `true`.", + 'deleteAutomatedBackups', + 'Specifies whether to remove automated backups immediately after the DB instance is deleted. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainFqdn", - "The fully qualified domain name (FQDN) of the self managed Active Directory domain. Conflicts with `domain` and `domain_iam_role_name`.", + 'domainFqdn', + 'The fully qualified domain name (FQDN) of the self managed Active Directory domain. Conflicts with `domain` and `domain_iam_role_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", + 'engineVersion', "The engine version to use. If `auto_minor_version_upgrade` is enabled, you can provide a prefix of the version such as `8.0` (for `8.0.36`). The actual engine version used is returned in the attribute `engine_version_actual`, see Attribute Reference below. For supported values, see the EngineVersion parameter in [API action CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html). Note that for Amazon Aurora instances the engine version must match the DB cluster's engine version'.", () => [], false, @@ -1204,15 +1204,15 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "domainAuthSecretArn", - "The ARN for the Secrets Manager secret with the self managed Active Directory credentials for the user joining the domain. Conflicts with `domain` and `domain_iam_role_name`.", + 'domainAuthSecretArn', + 'The ARN for the Secrets Manager secret with the self managed Active Directory credentials for the user joining the domain. Conflicts with `domain` and `domain_iam_role_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", + 'snapshotIdentifier', "Specifies whether or not to create this\ndatabase from a snapshot. This correlates to the snapshot ID you'd find in the\nRDS console, e.g: rds:production-2015-06-26-06-05.", () => [], false, @@ -1220,63 +1220,63 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The AZ for the RDS instance.", + 'availabilityZone', + 'The AZ for the RDS instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "backupRetentionPeriod", - "The days to retain backups for.\nMust be between `0` and `35`.\nDefault is `0`.\nMust be greater than `0` if the database is used as a source for a [Read Replica][instance-replication],\nuses low-downtime updates,\nor will use [RDS Blue/Green deployments][blue-green].", + 'backupRetentionPeriod', + 'The days to retain backups for.\nMust be between `0` and `35`.\nDefault is `0`.\nMust be greater than `0` if the database is used as a source for a [Read Replica][instance-replication],\nuses low-downtime updates,\nor will use [RDS Blue/Green deployments][blue-green].', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. If creating an\nencrypted replica, set this to the destination KMS ARN.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. If creating an\nencrypted replica, set this to the destination KMS ARN.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security groups to\nassociate.", + 'vpcSecurityGroupIds', + 'List of VPC security groups to\nassociate.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "identifier", - "The name of the RDS instance, if omitted, this provider will assign a random, unique identifier. Required if `restore_to_point_in_time` is specified.", + 'identifier', + 'The name of the RDS instance, if omitted, this provider will assign a random, unique identifier. Required if `restore_to_point_in_time` is specified.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "manageMasterUserPassword", - "Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `password` is provided.", + 'manageMasterUserPassword', + 'Set to true to allow RDS to manage the master user password in Secrets Manager. Cannot be set if `password` is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceClass", - "The instance type of the RDS instance.", + 'instanceClass', + 'The instance type of the RDS instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "characterSetName", + 'characterSetName', "The character set name to use for DB encoding in Oracle and Microsoft SQL instances (collation).\nThis can't be changed.\nSee [Oracle Character Sets Supported in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.OracleCharacterSets.html) or\n[Server-Level Collation for Microsoft SQL Server](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.SQLServer.CommonDBATasks.Collation.html) for more information.\nCannot be set with `replicate_source_db`, `restore_to_point_in_time`, `s3_import`, or `snapshot_identifier`.", () => [], false, @@ -1284,15 +1284,15 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshot", - "Copy all Instance `tags` to snapshots. Default is `false`.", + 'copyTagsToSnapshot', + 'Copy all Instance `tags` to snapshots. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "domainDnsIps", + 'domainDnsIps', "The IPv4 DNS IP addresses of your primary and secondary self managed Active Directory domain controllers. Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list. Conflicts with `domain` and `domain_iam_role_name`.", () => InputType_String_GetTypes(), false, @@ -1300,8 +1300,8 @@ for additional read replica constraints. ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "The name of your final DB snapshot\nwhen this DB instance is deleted. Must be provided if `skip_final_snapshot` is\nset to `false`. The value must begin with a letter, only contain alphanumeric characters and hyphens, and not end with a hyphen or contain two consecutive hyphens. Must not be provided when deleting a read replica.", + 'finalSnapshotIdentifier', + 'The name of your final DB snapshot\nwhen this DB instance is deleted. Must be provided if `skip_final_snapshot` is\nset to `false`. The value must begin with a letter, only contain alphanumeric characters and hyphens, and not end with a hyphen or contain two consecutive hyphens. Must not be provided when deleting a read replica.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/InstanceAutomatedBackupsReplication.ts b/src/app/Models/codegen/aws/rds/InstanceAutomatedBackupsReplication.ts index 221a7c3eb..cf937c250 100644 --- a/src/app/Models/codegen/aws/rds/InstanceAutomatedBackupsReplication.ts +++ b/src/app/Models/codegen/aws/rds/InstanceAutomatedBackupsReplication.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceAutomatedBackupsReplicationArgs { // A URL that contains a [Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) signed request for the [`StartDBInstanceAutomatedBackupsReplication`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartDBInstanceAutomatedBackupsReplication.html) action to be called in the AWS Region of the source DB instance. @@ -37,32 +37,32 @@ export class InstanceAutomatedBackupsReplication extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "preSignedUrl", - "A URL that contains a [Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) signed request for the [`StartDBInstanceAutomatedBackupsReplication`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartDBInstanceAutomatedBackupsReplication.html) action to be called in the AWS Region of the source DB instance.", + 'preSignedUrl', + 'A URL that contains a [Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) signed request for the [`StartDBInstanceAutomatedBackupsReplication`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartDBInstanceAutomatedBackupsReplication.html) action to be called in the AWS Region of the source DB instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", - "The retention period for the replicated automated backups, defaults to `7`.", + 'retentionPeriod', + 'The retention period for the replicated automated backups, defaults to `7`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceDbInstanceArn", - "The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.", + 'sourceDbInstanceArn', + 'The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region, for example, `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.", + 'kmsKeyId', + 'The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region, for example, `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/rds/Integration.ts b/src/app/Models/codegen/aws/rds/Integration.ts index 65bcd0aab..d9f49c062 100644 --- a/src/app/Models/codegen/aws/rds/Integration.ts +++ b/src/app/Models/codegen/aws/rds/Integration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_IntegrationTimeouts, rds_IntegrationTimeouts_GetTypes, -} from "../types/rds_IntegrationTimeouts"; +} from '../types/rds_IntegrationTimeouts'; export interface IntegrationArgs { // KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default AWS owned key. If you use the default AWS owned key, you should ignore `kms_key_id` parameter by using `lifecycle` parameter to avoid unintended change after the first creation. @@ -73,31 +73,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => rds_IntegrationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "additionalEncryptionContext", - "Set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see the [User Guide](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context). You can only include this parameter if you specify the `kms_key_id` parameter.", + 'additionalEncryptionContext', + 'Set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see the [User Guide](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context). You can only include this parameter if you specify the `kms_key_id` parameter.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "integrationName", - "Name of the integration.", + 'integrationName', + 'Name of the integration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default AWS owned key. If you use the default AWS owned key, you should ignore `kms_key_id` parameter by using `lifecycle` parameter to avoid unintended change after the first creation.", () => [], false, @@ -105,24 +105,24 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "sourceArn", - "ARN of the database to use as the source for replication.", + 'sourceArn', + 'ARN of the database to use as the source for replication.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetArn", - "ARN of the Redshift data warehouse to use as the target for replication.\n\nThe following arguments are optional:", + 'targetArn', + 'ARN of the Redshift data warehouse to use as the target for replication.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/rds/OptionGroup.ts b/src/app/Models/codegen/aws/rds/OptionGroup.ts index 95ad6f804..ad865e31b 100644 --- a/src/app/Models/codegen/aws/rds/OptionGroup.ts +++ b/src/app/Models/codegen/aws/rds/OptionGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_OptionGroupOption, rds_OptionGroupOption_GetTypes, -} from "../types/rds_OptionGroupOption"; +} from '../types/rds_OptionGroupOption'; export interface OptionGroupArgs { // The options to apply. See `option` Block below for more details. @@ -71,64 +71,64 @@ export class OptionGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`. Must be lowercase, to match as it is stored in AWS.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`. Must be lowercase, to match as it is stored in AWS.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "optionGroupDescription", - "Description of the option group.", + 'optionGroupDescription', + 'Description of the option group.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "options", - "The options to apply. See `option` Block below for more details.", + 'options', + 'The options to apply. See `option` Block below for more details.', () => rds_OptionGroupOption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Set to true if you do not wish the option group to be deleted at destroy time, and instead just remove the option group from the Pulumi state.", + 'skipDestroy', + 'Set to true if you do not wish the option group to be deleted at destroy time, and instead just remove the option group from the Pulumi state.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineName", - "Specifies the name of the engine that this option group should be associated with.", + 'engineName', + 'Specifies the name of the engine that this option group should be associated with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "majorEngineVersion", - "Specifies the major version of the engine that this option group should be associated with.", + 'majorEngineVersion', + 'Specifies the major version of the engine that this option group should be associated with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the option group. If omitted, the provider will assign a random, unique name. Must be lowercase, to match as it is stored in AWS.", + 'name', + 'Name of the option group. If omitted, the provider will assign a random, unique name. Must be lowercase, to match as it is stored in AWS.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/rds/ParameterGroup.ts b/src/app/Models/codegen/aws/rds/ParameterGroup.ts index 66abe6ae2..c3cffc9c8 100644 --- a/src/app/Models/codegen/aws/rds/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/rds/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ParameterGroupParameter, rds_ParameterGroupParameter_GetTypes, -} from "../types/rds_ParameterGroupParameter"; +} from '../types/rds_ParameterGroupParameter'; export interface ParameterGroupArgs { // The family of the DB parameter group. @@ -65,31 +65,31 @@ export class ParameterGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "parameters", - "The DB parameters to apply. See `parameter` Block below for more details. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via [`aws rds describe-db-parameters`](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-parameters.html) after initial creation of the group.", + 'parameters', + 'The DB parameters to apply. See `parameter` Block below for more details. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via [`aws rds describe-db-parameters`](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-parameters.html) after initial creation of the group.', () => rds_ParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "skipDestroy", - "", + 'skipDestroy', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the DB parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -97,24 +97,24 @@ export class ParameterGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "family", - "The family of the DB parameter group.", + 'family', + 'The family of the DB parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the DB parameter group. If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the DB parameter group. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/rds/Proxy.ts b/src/app/Models/codegen/aws/rds/Proxy.ts index 7d846854e..797fdca43 100644 --- a/src/app/Models/codegen/aws/rds/Proxy.ts +++ b/src/app/Models/codegen/aws/rds/Proxy.ts @@ -3,10 +3,10 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; -import { rds_ProxyAuth, rds_ProxyAuth_GetTypes } from "../types/rds_ProxyAuth"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; +import { rds_ProxyAuth, rds_ProxyAuth_GetTypes } from '../types/rds_ProxyAuth'; export interface ProxyArgs { // A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy. @@ -83,63 +83,63 @@ export class Proxy extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "requireTls", - "A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.", + 'requireTls', + 'A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "auths", - "Configuration block(s) with authorization mechanisms to connect to the associated instances or clusters. Described below.", + 'auths', + 'Configuration block(s) with authorization mechanisms to connect to the associated instances or clusters. Described below.', () => rds_ProxyAuth_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "One or more VPC security group IDs to associate with the new proxy.", + 'vpcSecurityGroupIds', + 'One or more VPC security group IDs to associate with the new proxy.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "engineFamily", - "The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`. For RDS for Microsoft SQL Server, specify `SQLSERVER`. Valid values are `MYSQL`, `POSTGRESQL`, and `SQLSERVER`.", + 'engineFamily', + 'The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`. For RDS for Microsoft SQL Server, specify `SQLSERVER`. Valid values are `MYSQL`, `POSTGRESQL`, and `SQLSERVER`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "idleClientTimeout", - "The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.", + 'idleClientTimeout', + 'The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.", () => [], false, @@ -147,16 +147,16 @@ export class Proxy extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "vpcSubnetIds", - "One or more VPC subnet IDs to associate with the new proxy.", + 'vpcSubnetIds', + 'One or more VPC subnet IDs to associate with the new proxy.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "debugLogging", - "Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.", + 'debugLogging', + 'Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rds/ProxyDefaultTargetGroup.ts b/src/app/Models/codegen/aws/rds/ProxyDefaultTargetGroup.ts index 7262e8765..72e037fb0 100644 --- a/src/app/Models/codegen/aws/rds/ProxyDefaultTargetGroup.ts +++ b/src/app/Models/codegen/aws/rds/ProxyDefaultTargetGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ProxyDefaultTargetGroupConnectionPoolConfig, rds_ProxyDefaultTargetGroupConnectionPoolConfig_GetTypes, -} from "../types/rds_ProxyDefaultTargetGroupConnectionPoolConfig"; +} from '../types/rds_ProxyDefaultTargetGroupConnectionPoolConfig'; export interface ProxyDefaultTargetGroupArgs { // The settings that determine the size and behavior of the connection pool for the target group. @@ -35,16 +35,16 @@ export class ProxyDefaultTargetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "connectionPoolConfig", - "The settings that determine the size and behavior of the connection pool for the target group.", + 'connectionPoolConfig', + 'The settings that determine the size and behavior of the connection pool for the target group.', () => rds_ProxyDefaultTargetGroupConnectionPoolConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dbProxyName", - "Name of the RDS DB Proxy.", + 'dbProxyName', + 'Name of the RDS DB Proxy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/ProxyEndpoint.ts b/src/app/Models/codegen/aws/rds/ProxyEndpoint.ts index 3c50dfc14..e48b2fe31 100644 --- a/src/app/Models/codegen/aws/rds/ProxyEndpoint.ts +++ b/src/app/Models/codegen/aws/rds/ProxyEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProxyEndpointArgs { // Indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is `READ_WRITE`. Valid values are `READ_WRITE` and `READ_ONLY`. @@ -64,39 +64,39 @@ export class ProxyEndpoint extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource.", + 'tags', + 'A mapping of tags to assign to the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetRole", - "Indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is `READ_WRITE`. Valid values are `READ_WRITE` and `READ_ONLY`.", + 'targetRole', + 'Indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is `READ_WRITE`. Valid values are `READ_WRITE` and `READ_ONLY`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "One or more VPC security group IDs to associate with the new proxy.", + 'vpcSecurityGroupIds', + 'One or more VPC security group IDs to associate with the new proxy.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcSubnetIds", - "One or more VPC subnet IDs to associate with the new proxy.", + 'vpcSubnetIds', + 'One or more VPC subnet IDs to associate with the new proxy.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "dbProxyEndpointName", + 'dbProxyEndpointName', "The identifier for the proxy endpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.", () => [], true, @@ -104,8 +104,8 @@ export class ProxyEndpoint extends DS_Resource { ), new DynamicUIProps( InputType.String, - "dbProxyName", - "The name of the DB proxy associated with the DB proxy endpoint that you create.", + 'dbProxyName', + 'The name of the DB proxy associated with the DB proxy endpoint that you create.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/ProxyTarget.ts b/src/app/Models/codegen/aws/rds/ProxyTarget.ts index 3a15d7469..357699860 100644 --- a/src/app/Models/codegen/aws/rds/ProxyTarget.ts +++ b/src/app/Models/codegen/aws/rds/ProxyTarget.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProxyTargetArgs { /* @@ -63,32 +63,32 @@ DB cluster identifier. return [ new DynamicUIProps( InputType.String, - "targetGroupName", - "The name of the target group.", + 'targetGroupName', + 'The name of the target group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "DB cluster identifier.\n\n**NOTE:** Either `db_instance_identifier` or `db_cluster_identifier` should be specified and both should not be specified together", + 'dbClusterIdentifier', + 'DB cluster identifier.\n\n**NOTE:** Either `db_instance_identifier` or `db_cluster_identifier` should be specified and both should not be specified together', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dbInstanceIdentifier", - "DB instance identifier.", + 'dbInstanceIdentifier', + 'DB instance identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dbProxyName", - "The name of the DB proxy.", + 'dbProxyName', + 'The name of the DB proxy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/ReservedInstance.ts b/src/app/Models/codegen/aws/rds/ReservedInstance.ts index 38fa38d75..cd5c3441d 100644 --- a/src/app/Models/codegen/aws/rds/ReservedInstance.ts +++ b/src/app/Models/codegen/aws/rds/ReservedInstance.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_ReservedInstanceRecurringCharge, rds_ReservedInstanceRecurringCharge_GetTypes, -} from "../types/rds_ReservedInstanceRecurringCharge"; +} from '../types/rds_ReservedInstanceRecurringCharge'; export interface ReservedInstanceArgs { /* @@ -91,32 +91,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "instanceCount", - "Number of instances to reserve. Default value is `1`.", + 'instanceCount', + 'Number of instances to reserve. Default value is `1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "offeringId", - "ID of the Reserved DB instance offering to purchase. To determine an `offering_id`, see the `aws.rds.getReservedInstanceOffering` data source.\n\nThe following arguments are optional:", + 'offeringId', + 'ID of the Reserved DB instance offering to purchase. To determine an `offering_id`, see the `aws.rds.getReservedInstanceOffering` data source.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "reservationId", - "Customer-specified identifier to track this reservation.", + 'reservationId', + 'Customer-specified identifier to track this reservation.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the DB reservation. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the DB reservation. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rds/RoleAssociation.ts b/src/app/Models/codegen/aws/rds/RoleAssociation.ts index ee9c7288b..2ea8886f0 100644 --- a/src/app/Models/codegen/aws/rds/RoleAssociation.ts +++ b/src/app/Models/codegen/aws/rds/RoleAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RoleAssociationArgs { // DB Instance Identifier to associate with the IAM Role. @@ -31,24 +31,24 @@ export class RoleAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbInstanceIdentifier", - "DB Instance Identifier to associate with the IAM Role.", + 'dbInstanceIdentifier', + 'DB Instance Identifier to associate with the IAM Role.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "featureName", - "Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the `SupportedFeatureNames` list returned by [AWS CLI rds describe-db-engine-versions](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html).", + 'featureName', + 'Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the `SupportedFeatureNames` list returned by [AWS CLI rds describe-db-engine-versions](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rds/Snapshot.ts b/src/app/Models/codegen/aws/rds/Snapshot.ts index 50ac1b9db..e3cdc64f7 100644 --- a/src/app/Models/codegen/aws/rds/Snapshot.ts +++ b/src/app/Models/codegen/aws/rds/Snapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotArgs { // The DB Instance Identifier from which to take the snapshot. @@ -91,32 +91,32 @@ export class Snapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "dbInstanceIdentifier", - "The DB Instance Identifier from which to take the snapshot.", + 'dbInstanceIdentifier', + 'The DB Instance Identifier from which to take the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbSnapshotIdentifier", - "The Identifier for the snapshot.", + 'dbSnapshotIdentifier', + 'The Identifier for the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "sharedAccounts", - "List of AWS Account ids to share snapshot with, use `all` to make snaphot public.", + 'sharedAccounts', + 'List of AWS Account ids to share snapshot with, use `all` to make snaphot public.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rds/SnapshotCopy.ts b/src/app/Models/codegen/aws/rds/SnapshotCopy.ts index 2ba52c00a..7e86871e1 100644 --- a/src/app/Models/codegen/aws/rds/SnapshotCopy.ts +++ b/src/app/Models/codegen/aws/rds/SnapshotCopy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotCopyArgs { // Whether to copy existing tags. Defaults to `false`. @@ -115,80 +115,80 @@ export class SnapshotCopy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "optionGroupName", - "The name of an option group to associate with the copy of the snapshot.", + 'optionGroupName', + 'The name of an option group to associate with the copy of the snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "copyTags", - "Whether to copy existing tags. Defaults to `false`.", + 'copyTags', + 'Whether to copy existing tags. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ID.", + 'kmsKeyId', + 'KMS key ID.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sharedAccounts", - "(Optional) List of AWS Account ids to share snapshot with, use `all` to make snaphot public.", + 'sharedAccounts', + '(Optional) List of AWS Account ids to share snapshot with, use `all` to make snaphot public.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceDbSnapshotIdentifier", - "Snapshot identifier of the source snapshot.", + 'sourceDbSnapshotIdentifier', + 'Snapshot identifier of the source snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetDbSnapshotIdentifier", - "The Identifier for the snapshot.", + 'targetDbSnapshotIdentifier', + 'The Identifier for the snapshot.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "destinationRegion", - "The Destination region to place snapshot copy.", + 'destinationRegion', + 'The Destination region to place snapshot copy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetCustomAvailabilityZone", - "The external custom Availability Zone.", + 'targetCustomAvailabilityZone', + 'The external custom Availability Zone.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "presignedUrl", - "he URL that contains a Signature Version 4 signed request.", + 'presignedUrl', + 'he URL that contains a Signature Version 4 signed request.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/rds/SubnetGroup.ts b/src/app/Models/codegen/aws/rds/SubnetGroup.ts index 5641881a1..a0f18a24a 100644 --- a/src/app/Models/codegen/aws/rds/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/rds/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -55,23 +55,23 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs.", + 'subnetIds', + 'A list of VPC subnet IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the DB subnet group. Defaults to "Managed by Pulumi".', () => [], false, @@ -79,16 +79,16 @@ export class SubnetGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the DB subnet group. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the DB subnet group. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/redshift/AuthenticationProfile.ts b/src/app/Models/codegen/aws/redshift/AuthenticationProfile.ts index 484afaa84..7bcb6b9ed 100644 --- a/src/app/Models/codegen/aws/redshift/AuthenticationProfile.ts +++ b/src/app/Models/codegen/aws/redshift/AuthenticationProfile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthenticationProfileArgs { // The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account. @@ -25,16 +25,16 @@ export class AuthenticationProfile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "authenticationProfileContent", - "The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.", + 'authenticationProfileContent', + 'The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authenticationProfileName", - "The name of the authentication profile.", + 'authenticationProfileName', + 'The name of the authentication profile.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/Cluster.ts b/src/app/Models/codegen/aws/redshift/Cluster.ts index 7c1209c67..6321ddbcd 100644 --- a/src/app/Models/codegen/aws/redshift/Cluster.ts +++ b/src/app/Models/codegen/aws/redshift/Cluster.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_ClusterLogging, redshift_ClusterLogging_GetTypes, -} from "../types/redshift_ClusterLogging"; +} from '../types/redshift_ClusterLogging'; import { redshift_ClusterClusterNode, redshift_ClusterClusterNode_GetTypes, -} from "../types/redshift_ClusterClusterNode"; +} from '../types/redshift_ClusterClusterNode'; import { redshift_ClusterSnapshotCopy, redshift_ClusterSnapshotCopy_GetTypes, -} from "../types/redshift_ClusterSnapshotCopy"; +} from '../types/redshift_ClusterSnapshotCopy'; export interface ClusterArgs { // Configuration of automatic copy of snapshots from one region to another. Documented below. @@ -357,103 +357,103 @@ The version selected runs on all the nodes in the cluster. return [ new DynamicUIProps( InputType.String, - "defaultIamRoleArn", - "The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.", + 'defaultIamRoleArn', + 'The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.", + 'vpcSecurityGroupIds', + 'A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterRevisionNumber", - "The specific revision number of the database in the cluster", + 'clusterRevisionNumber', + 'The specific revision number of the database in the cluster', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "automatedSnapshotRetentionPeriod", - "The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with create-cluster-snapshot. Default is 1.", + 'automatedSnapshotRetentionPeriod', + 'The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with create-cluster-snapshot. Default is 1.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterVersion", - "The version of the Amazon Redshift engine software that you want to deploy on the cluster.\nThe version selected runs on all the nodes in the cluster.", + 'clusterVersion', + 'The version of the Amazon Redshift engine software that you want to deploy on the cluster.\nThe version selected runs on all the nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "The node type to be provisioned for the cluster.", + 'nodeType', + 'The node type to be provisioned for the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "applyImmediately", - "Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.", + 'applyImmediately', + 'Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "masterPasswordSecretKmsKeyId", - "ID of the KMS key used to encrypt the cluster admin credentials secret.", + 'masterPasswordSecretKmsKeyId', + 'ID of the KMS key used to encrypt the cluster admin credentials secret.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "iamRoles", - "A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time.", + 'iamRoles', + 'A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which the cluster accepts incoming connections. Valid values are between `1115` and `65535`.\nThe cluster is accessible only via the JDBC and ODBC connection strings.\nPart of the connection string requires the port on which the cluster will listen for incoming connections.\nDefault port is `5439`.", + 'port', + 'The port number on which the cluster accepts incoming connections. Valid values are between `1115` and `65535`.\nThe cluster is accessible only via the JDBC and ODBC connection strings.\nPart of the connection string requires the port on which the cluster will listen for incoming connections.\nDefault port is `5439`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the first database to be created when the cluster is created.\nIf you do not provide a name, Amazon Redshift will create a default database called `dev`.", + 'databaseName', + 'The name of the first database to be created when the cluster is created.\nIf you do not provide a name, Amazon Redshift will create a default database called `dev`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "manualSnapshotRetentionPeriod", + 'manualSnapshotRetentionPeriod', "The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between `-1` and `3653`. Default value is `-1`.", () => [], false, @@ -461,240 +461,240 @@ The version selected runs on all the nodes in the cluster. ), new DynamicUIProps( InputType.String, - "finalSnapshotIdentifier", - "The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, `skip_final_snapshot` must be false.", + 'finalSnapshotIdentifier', + 'The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, `skip_final_snapshot` must be false.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numberOfNodes", - "The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node. Default is 1.", + 'numberOfNodes', + 'The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node. Default is 1.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency. Can only be changed if `availability_zone_relocation_enabled` is `true`.", + 'availabilityZone', + 'The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency. Can only be changed if `availability_zone_relocation_enabled` is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "If true , the data in the cluster is encrypted at rest.", + 'encrypted', + 'If true , the data in the cluster is encrypted at rest.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", - "The name of the snapshot from which to create the new cluster. Conflicts with `snapshot_arn`.", + 'snapshotIdentifier', + 'The name of the snapshot from which to create the new cluster. Conflicts with `snapshot_arn`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "manageMasterPassword", - "Whether to use AWS SecretsManager to manage the cluster admin credentials.\nConflicts with `master_password`.\nOne of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided.", + 'manageMasterPassword', + 'Whether to use AWS SecretsManager to manage the cluster admin credentials.\nConflicts with `master_password`.\nOne of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterPassword", - "Password for the master DB user.\nConflicts with `manage_master_password`.\nOne of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided.\nNote that this may show up in logs, and it will be stored in the state file.\nPassword must contain at least 8 characters and contain at least one uppercase letter, one lowercase letter, and one number.", + 'masterPassword', + 'Password for the master DB user.\nConflicts with `manage_master_password`.\nOne of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided.\nNote that this may show up in logs, and it will be stored in the state file.\nPassword must contain at least 8 characters and contain at least one uppercase letter, one lowercase letter, and one number.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ownerAccount", - "The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.", + 'ownerAccount', + 'The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "availabilityZoneRelocationEnabled", - "If true, the cluster can be relocated to another availabity zone, either automatically by AWS or when requested. Default is `false`. Available for use on clusters from the RA3 instance family.", + 'availabilityZoneRelocationEnabled', + 'If true, the cluster can be relocated to another availabity zone, either automatically by AWS or when requested. Default is `false`. Available for use on clusters from the RA3 instance family.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenanceTrackName", - "The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks. Default value is `current`.", + 'maintenanceTrackName', + 'The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks. Default value is `current`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterType", - "The cluster type to use. Either `single-node` or `multi-node`.", + 'clusterType', + 'The cluster type to use. Either `single-node` or `multi-node`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "snapshotCopy", - "Configuration of automatic copy of snapshots from one region to another. Documented below.", + 'snapshotCopy', + 'Configuration of automatic copy of snapshots from one region to another. Documented below.', () => redshift_ClusterSnapshotCopy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "snapshotClusterIdentifier", - "The name of the cluster the source snapshot was created from.", + 'snapshotClusterIdentifier', + 'The name of the cluster the source snapshot was created from.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotArn", - "The ARN of the snapshot from which to create the new cluster. Conflicts with `snapshot_identifier`.", + 'snapshotArn', + 'The ARN of the snapshot from which to create the new cluster. Conflicts with `snapshot_identifier`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range (in UTC) during which automated cluster maintenance can occur.\nFormat: ddd:hh24:mi-ddd:hh24:mi", + 'preferredMaintenanceWindow', + 'The weekly time range (in UTC) during which automated cluster maintenance can occur.\nFormat: ddd:hh24:mi-ddd:hh24:mi', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowVersionUpgrade", - "If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is `true`.", + 'allowVersionUpgrade', + 'If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The Cluster Identifier. Must be a lower case string.", + 'clusterIdentifier', + 'The Cluster Identifier. Must be a lower case string.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterPublicKey", - "The public key for the cluster", + 'clusterPublicKey', + 'The public key for the cluster', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "If true, the cluster can be accessed from a public network. Default is `true`.", + 'publiclyAccessible', + 'If true, the cluster can be accessed from a public network. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipFinalSnapshot", - "Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true , a final cluster snapshot is not created. If false , a final cluster snapshot is created before the cluster is deleted. Default is false.", + 'skipFinalSnapshot', + 'Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true , a final cluster snapshot is not created. If false , a final cluster snapshot is created before the cluster is deleted. Default is false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aquaConfigurationStatus", - "The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored.\nNo longer supported by the AWS API.\nAlways returns `auto`.", + 'aquaConfigurationStatus', + 'The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored.\nNo longer supported by the AWS API.\nAlways returns `auto`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterUsername", - "Username for the master DB user.", + 'masterUsername', + 'Username for the master DB user.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "endpoint", - "The connection endpoint", + 'endpoint', + 'The connection endpoint', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticIp", - "The Elastic IP (EIP) address for the cluster.", + 'elasticIp', + 'The Elastic IP (EIP) address for the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiAz", - "Specifies if the Redshift cluster is multi-AZ.", + 'multiAz', + 'Specifies if the Redshift cluster is multi-AZ.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterParameterGroupName", - "The name of the parameter group to be associated with this cluster.", + 'clusterParameterGroupName', + 'The name of the parameter group to be associated with this cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "logging", - "Logging, documented below.", + 'logging', + 'Logging, documented below.', () => redshift_ClusterLogging_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enhancedVpcRouting", - "If true , enhanced VPC routing is enabled.", + 'enhancedVpcRouting', + 'If true , enhanced VPC routing is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterSubnetGroupName", - "The name of a cluster subnet group to be associated with this cluster. If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).", + 'clusterSubnetGroupName', + 'The name of a cluster subnet group to be associated with this cluster. If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/redshift/ClusterIamRoles.ts b/src/app/Models/codegen/aws/redshift/ClusterIamRoles.ts index 69f78e302..cf71206c0 100644 --- a/src/app/Models/codegen/aws/redshift/ClusterIamRoles.ts +++ b/src/app/Models/codegen/aws/redshift/ClusterIamRoles.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterIamRolesArgs { // The name of the Redshift Cluster IAM Roles. @@ -31,24 +31,24 @@ export class ClusterIamRoles extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The name of the Redshift Cluster IAM Roles.", + 'clusterIdentifier', + 'The name of the Redshift Cluster IAM Roles.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "defaultIamRoleArn", - "The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.", + 'defaultIamRoleArn', + 'The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "iamRoleArns", - "A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time.", + 'iamRoleArns', + 'A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshift/ClusterSnapshot.ts b/src/app/Models/codegen/aws/redshift/ClusterSnapshot.ts index 0a7aa4811..450c22269 100644 --- a/src/app/Models/codegen/aws/redshift/ClusterSnapshot.ts +++ b/src/app/Models/codegen/aws/redshift/ClusterSnapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterSnapshotArgs { // A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account. @@ -49,32 +49,32 @@ export class ClusterSnapshot extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "manualSnapshotRetentionPeriod", - "The number of days that a manual snapshot is retained. If the value is `-1`, the manual snapshot is retained indefinitely. Valid values are -1 and between `1` and `3653`.", + 'manualSnapshotRetentionPeriod', + 'The number of days that a manual snapshot is retained. If the value is `-1`, the manual snapshot is retained indefinitely. Valid values are -1 and between `1` and `3653`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotIdentifier", - "A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.", + 'snapshotIdentifier', + 'A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier for which you want a snapshot.", + 'clusterIdentifier', + 'The cluster identifier for which you want a snapshot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/DataShareAuthorization.ts b/src/app/Models/codegen/aws/redshift/DataShareAuthorization.ts index 7e4673547..4414033bf 100644 --- a/src/app/Models/codegen/aws/redshift/DataShareAuthorization.ts +++ b/src/app/Models/codegen/aws/redshift/DataShareAuthorization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataShareAuthorizationArgs { // Whether to allow write operations for a datashare. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "allowWrites", - "Whether to allow write operations for a datashare.", + 'allowWrites', + 'Whether to allow write operations for a datashare.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "consumerIdentifier", - "Identifier of the data consumer that is authorized to access the datashare. This identifier is an AWS account ID or a keyword, such as `ADX`.", + 'consumerIdentifier', + 'Identifier of the data consumer that is authorized to access the datashare. This identifier is an AWS account ID or a keyword, such as `ADX`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataShareArn", - "Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.\n\nThe following arguments are optional:", + 'dataShareArn', + 'Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/redshift/DataShareConsumerAssociation.ts b/src/app/Models/codegen/aws/redshift/DataShareConsumerAssociation.ts index ea4b65c7f..f0868fa27 100644 --- a/src/app/Models/codegen/aws/redshift/DataShareConsumerAssociation.ts +++ b/src/app/Models/codegen/aws/redshift/DataShareConsumerAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataShareConsumerAssociationArgs { // Whether the datashare is associated with the entire account. Conflicts with `consumer_arn` and `consumer_region`. @@ -57,40 +57,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "associateEntireAccount", - "Whether the datashare is associated with the entire account. Conflicts with `consumer_arn` and `consumer_region`.", + 'associateEntireAccount', + 'Whether the datashare is associated with the entire account. Conflicts with `consumer_arn` and `consumer_region`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "consumerArn", - "Amazon Resource Name (ARN) of the consumer that is associated with the datashare. Conflicts with `associate_entire_account` and `consumer_region`.", + 'consumerArn', + 'Amazon Resource Name (ARN) of the consumer that is associated with the datashare. Conflicts with `associate_entire_account` and `consumer_region`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "consumerRegion", - "From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified AWS Region. Conflicts with `associate_entire_account` and `consumer_arn`.", + 'consumerRegion', + 'From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified AWS Region. Conflicts with `associate_entire_account` and `consumer_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataShareArn", - "Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.\n\nThe following arguments are optional:", + 'dataShareArn', + 'Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowWrites", - "Whether to allow write operations for a datashare.", + 'allowWrites', + 'Whether to allow write operations for a datashare.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/redshift/EndpointAccess.ts b/src/app/Models/codegen/aws/redshift/EndpointAccess.ts index 4c4e107e5..656d23bd5 100644 --- a/src/app/Models/codegen/aws/redshift/EndpointAccess.ts +++ b/src/app/Models/codegen/aws/redshift/EndpointAccess.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_EndpointAccessVpcEndpoint, redshift_EndpointAccessVpcEndpoint_GetTypes, -} from "../types/redshift_EndpointAccessVpcEndpoint"; +} from '../types/redshift_EndpointAccessVpcEndpoint'; export interface EndpointAccessArgs { // The Redshift-managed VPC endpoint name. @@ -56,40 +56,40 @@ export class EndpointAccess extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceOwner", - "The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.", + 'resourceOwner', + 'The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.", + 'subnetGroupName', + 'The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.", + 'vpcSecurityGroupIds', + 'The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier of the cluster to access.", + 'clusterIdentifier', + 'The cluster identifier of the cluster to access.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endpointName", - "The Redshift-managed VPC endpoint name.", + 'endpointName', + 'The Redshift-managed VPC endpoint name.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/EndpointAuthorization.ts b/src/app/Models/codegen/aws/redshift/EndpointAuthorization.ts index f5dc209a8..c69f2d760 100644 --- a/src/app/Models/codegen/aws/redshift/EndpointAuthorization.ts +++ b/src/app/Models/codegen/aws/redshift/EndpointAuthorization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EndpointAuthorizationArgs { // The Amazon Web Services account ID to grant access to. @@ -49,32 +49,32 @@ export class EndpointAuthorization extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "account", - "The Amazon Web Services account ID to grant access to.", + 'account', + 'The Amazon Web Services account ID to grant access to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier of the cluster to grant access to.", + 'clusterIdentifier', + 'The cluster identifier of the cluster to grant access to.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted. Default value is `false`.", + 'forceDelete', + 'Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcIds", - "The virtual private cloud (VPC) identifiers to grant access to. If none are specified all VPCs in shared account are allowed.", + 'vpcIds', + 'The virtual private cloud (VPC) identifiers to grant access to. If none are specified all VPCs in shared account are allowed.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshift/EventSubscription.ts b/src/app/Models/codegen/aws/redshift/EventSubscription.ts index a70700e38..a1d4356d3 100644 --- a/src/app/Models/codegen/aws/redshift/EventSubscription.ts +++ b/src/app/Models/codegen/aws/redshift/EventSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EventSubscriptionArgs { // The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`. @@ -73,64 +73,64 @@ export class EventSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A boolean flag to enable/disable the subscription. Defaults to `true`.", + 'enabled', + 'A boolean flag to enable/disable the subscription. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "eventCategories", - "A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html or run `aws redshift describe-event-categories`.", + 'eventCategories', + 'A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html or run `aws redshift describe-event-categories`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Redshift event subscription.", + 'name', + 'The name of the Redshift event subscription.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "severity", - "The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.", + 'severity', + 'The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snsTopicArn", - "The ARN of the SNS topic to send events to.", + 'snsTopicArn', + 'The ARN of the SNS topic to send events to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceIds", - "A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `source_type` must also be specified.", + 'sourceIds', + 'A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `source_type` must also be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.", + 'sourceType', + 'The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/redshift/HsmClientCertificate.ts b/src/app/Models/codegen/aws/redshift/HsmClientCertificate.ts index d354fd5fb..974633568 100644 --- a/src/app/Models/codegen/aws/redshift/HsmClientCertificate.ts +++ b/src/app/Models/codegen/aws/redshift/HsmClientCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HsmClientCertificateArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -34,16 +34,16 @@ export class HsmClientCertificate extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "hsmClientCertificateIdentifier", - "The identifier of the HSM client certificate.", + 'hsmClientCertificateIdentifier', + 'The identifier of the HSM client certificate.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/HsmConfiguration.ts b/src/app/Models/codegen/aws/redshift/HsmConfiguration.ts index 7c06ce504..80f9530f6 100644 --- a/src/app/Models/codegen/aws/redshift/HsmConfiguration.ts +++ b/src/app/Models/codegen/aws/redshift/HsmConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HsmConfigurationArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -61,56 +61,56 @@ export class HsmConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A text description of the HSM configuration to be created.", + 'description', + 'A text description of the HSM configuration to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hsmConfigurationIdentifier", - "The identifier to be assigned to the new Amazon Redshift HSM configuration.", + 'hsmConfigurationIdentifier', + 'The identifier to be assigned to the new Amazon Redshift HSM configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hsmIpAddress", - "The IP address that the Amazon Redshift cluster must use to access the HSM.", + 'hsmIpAddress', + 'The IP address that the Amazon Redshift cluster must use to access the HSM.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hsmPartitionName", - "The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.", + 'hsmPartitionName', + 'The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hsmPartitionPassword", - "The password required to access the HSM partition.", + 'hsmPartitionPassword', + 'The password required to access the HSM partition.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "hsmServerPublicCertificate", - "The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.", + 'hsmServerPublicCertificate', + 'The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshift/Logging.ts b/src/app/Models/codegen/aws/redshift/Logging.ts index f9f02fdad..936cfebf9 100644 --- a/src/app/Models/codegen/aws/redshift/Logging.ts +++ b/src/app/Models/codegen/aws/redshift/Logging.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LoggingArgs { // Name of an existing S3 bucket where the log files are to be stored. Required when `log_destination_type` is `s3`. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions. For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging) @@ -51,40 +51,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of an existing S3 bucket where the log files are to be stored. Required when `log_destination_type` is `s3`. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions. For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)", + 'bucketName', + 'Name of an existing S3 bucket where the log files are to be stored. Required when `log_destination_type` is `s3`. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions. For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "Identifier of the source cluster.\n\nThe following arguments are optional:", + 'clusterIdentifier', + 'Identifier of the source cluster.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logDestinationType", - "Log destination type. Valid values are `s3` and `cloudwatch`.", + 'logDestinationType', + 'Log destination type. Valid values are `s3` and `cloudwatch`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "logExports", - "Collection of exported log types. Required when `log_destination_type` is `cloudwatch`. Valid values are `connectionlog`, `useractivitylog`, and `userlog`.", + 'logExports', + 'Collection of exported log types. Required when `log_destination_type` is `cloudwatch`. Valid values are `connectionlog`, `useractivitylog`, and `userlog`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "Prefix applied to the log file names.", + 's3KeyPrefix', + 'Prefix applied to the log file names.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/redshift/ParameterGroup.ts b/src/app/Models/codegen/aws/redshift/ParameterGroup.ts index 3ce2d1267..9e5a6e920 100644 --- a/src/app/Models/codegen/aws/redshift/ParameterGroup.ts +++ b/src/app/Models/codegen/aws/redshift/ParameterGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_ParameterGroupParameter, redshift_ParameterGroupParameter_GetTypes, -} from "../types/redshift_ParameterGroupParameter"; +} from '../types/redshift_ParameterGroupParameter'; export interface ParameterGroupArgs { // The description of the Redshift parameter group. Defaults to "Managed by Pulumi". @@ -61,7 +61,7 @@ You can read more about the parameters that Redshift supports in the [documentat return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the Redshift parameter group. Defaults to "Managed by Pulumi".', () => [], false, @@ -69,32 +69,32 @@ You can read more about the parameters that Redshift supports in the [documentat ), new DynamicUIProps( InputType.String, - "family", - "The family of the Redshift parameter group.", + 'family', + 'The family of the Redshift parameter group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Redshift parameter.", + 'name', + 'The name of the Redshift parameter.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "A list of Redshift parameters to apply.", + 'parameters', + 'A list of Redshift parameters to apply.', () => redshift_ParameterGroupParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nYou can read more about the parameters that Redshift supports in the [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html)", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nYou can read more about the parameters that Redshift supports in the [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html)', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshift/Partner.ts b/src/app/Models/codegen/aws/redshift/Partner.ts index fbd370399..0ac4b37ce 100644 --- a/src/app/Models/codegen/aws/redshift/Partner.ts +++ b/src/app/Models/codegen/aws/redshift/Partner.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PartnerArgs { // The Amazon Web Services account ID that owns the cluster. @@ -43,32 +43,32 @@ export class Partner extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The Amazon Web Services account ID that owns the cluster.", + 'accountId', + 'The Amazon Web Services account ID that owns the cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier of the cluster that receives data from the partner.", + 'clusterIdentifier', + 'The cluster identifier of the cluster that receives data from the partner.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database that receives data from the partner.", + 'databaseName', + 'The name of the database that receives data from the partner.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "partnerName", - "The name of the partner that is authorized to send data.", + 'partnerName', + 'The name of the partner that is authorized to send data.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/ResourcePolicy.ts b/src/app/Models/codegen/aws/redshift/ResourcePolicy.ts index 13fcbe632..f1395dbe3 100644 --- a/src/app/Models/codegen/aws/redshift/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/redshift/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // The content of the resource policy being updated. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The content of the resource policy being updated.", + 'policy', + 'The content of the resource policy being updated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the account to create or update a resource policy for.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the account to create or update a resource policy for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/ScheduledAction.ts b/src/app/Models/codegen/aws/redshift/ScheduledAction.ts index 2f745d36a..be3d231d1 100644 --- a/src/app/Models/codegen/aws/redshift/ScheduledAction.ts +++ b/src/app/Models/codegen/aws/redshift/ScheduledAction.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_ScheduledActionTargetAction, redshift_ScheduledActionTargetAction_GetTypes, -} from "../types/redshift_ScheduledActionTargetAction"; +} from '../types/redshift_ScheduledActionTargetAction'; export interface ScheduledActionArgs { // Target action. Documented below. @@ -65,47 +65,47 @@ export class ScheduledAction extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the scheduled action.", + 'description', + 'The description of the scheduled action.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enable", - "Whether to enable the scheduled action. Default is `true` .", + 'enable', + 'Whether to enable the scheduled action. Default is `true` .', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endTime", - "The end time in UTC when the schedule is active, in UTC RFC3339 format(for example, YYYY-MM-DDTHH:MM:SSZ).", + 'endTime', + 'The end time in UTC when the schedule is active, in UTC RFC3339 format(for example, YYYY-MM-DDTHH:MM:SSZ).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamRole", - "The IAM role to assume to run the scheduled action.", + 'iamRole', + 'The IAM role to assume to run the scheduled action.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The scheduled action name.", + 'name', + 'The scheduled action name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "schedule", + 'schedule', 'The schedule of action. The schedule is defined format of "at expression" or "cron expression", for example `at(2016-03-04T17:27:00)` or `cron(0 10 ? * MON *)`. See [Scheduled Action](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ScheduledAction.html) for more information.', () => [], true, @@ -113,16 +113,16 @@ export class ScheduledAction extends DS_Resource { ), new DynamicUIProps( InputType.String, - "startTime", - "The start time in UTC when the schedule is active, in UTC RFC3339 format(for example, YYYY-MM-DDTHH:MM:SSZ).", + 'startTime', + 'The start time in UTC when the schedule is active, in UTC RFC3339 format(for example, YYYY-MM-DDTHH:MM:SSZ).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetAction", - "Target action. Documented below.", + 'targetAction', + 'Target action. Documented below.', () => redshift_ScheduledActionTargetAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/redshift/SnapshotCopy.ts b/src/app/Models/codegen/aws/redshift/SnapshotCopy.ts index a3ed79c3a..c1acd83bb 100644 --- a/src/app/Models/codegen/aws/redshift/SnapshotCopy.ts +++ b/src/app/Models/codegen/aws/redshift/SnapshotCopy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotCopyArgs { // Identifier of the source cluster. @@ -51,40 +51,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "snapshotCopyGrantName", - "Name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.", + 'snapshotCopyGrantName', + 'Name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "Identifier of the source cluster.", + 'clusterIdentifier', + 'Identifier of the source cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationRegion", - "AWS Region to copy snapshots to.\n\nThe following arguments are optional:", + 'destinationRegion', + 'AWS Region to copy snapshots to.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "manualSnapshotRetentionPeriod", - "Number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is `-1`, the manual snapshot is retained indefinitely.", + 'manualSnapshotRetentionPeriod', + 'Number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is `-1`, the manual snapshot is retained indefinitely.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", - "Number of days to retain automated snapshots in the destination region after they are copied from the source region.", + 'retentionPeriod', + 'Number of days to retain automated snapshots in the destination region after they are copied from the source region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/redshift/SnapshotCopyGrant.ts b/src/app/Models/codegen/aws/redshift/SnapshotCopyGrant.ts index 1f67a9178..9033d075e 100644 --- a/src/app/Models/codegen/aws/redshift/SnapshotCopyGrant.ts +++ b/src/app/Models/codegen/aws/redshift/SnapshotCopyGrant.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotCopyGrantArgs { // A friendly name for identifying the grant. @@ -37,24 +37,24 @@ export class SnapshotCopyGrant extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "snapshotCopyGrantName", - "A friendly name for identifying the grant.", + 'snapshotCopyGrantName', + 'A friendly name for identifying the grant.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The unique identifier for the customer master key (CMK) that the grant applies to. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. To specify a CMK in a different AWS account, you must use the key ARN. If not specified, the default key is used.", + 'kmsKeyId', + 'The unique identifier for the customer master key (CMK) that the grant applies to. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. To specify a CMK in a different AWS account, you must use the key ARN. If not specified, the default key is used.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/redshift/SnapshotSchedule.ts b/src/app/Models/codegen/aws/redshift/SnapshotSchedule.ts index 06aac20be..ed620bd92 100644 --- a/src/app/Models/codegen/aws/redshift/SnapshotSchedule.ts +++ b/src/app/Models/codegen/aws/redshift/SnapshotSchedule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotScheduleArgs { // Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion. @@ -61,48 +61,48 @@ identifier beginning with the specified prefix. Conflicts with `identifier`. return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "definitions", - "The definition of the snapshot schedule. The definition is made up of schedule expressions, for example `cron(30 12 *)` or `rate(12 hours)`.", + 'definitions', + 'The definition of the snapshot schedule. The definition is made up of schedule expressions, for example `cron(30 12 *)` or `rate(12 hours)`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the snapshot schedule.", + 'description', + 'The description of the snapshot schedule.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion.", + 'forceDestroy', + 'Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identifier", - "The snapshot schedule identifier. If omitted, this provider will assign a random, unique identifier.", + 'identifier', + 'The snapshot schedule identifier. If omitted, this provider will assign a random, unique identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identifierPrefix", - "Creates a unique\nidentifier beginning with the specified prefix. Conflicts with `identifier`.", + 'identifierPrefix', + 'Creates a unique\nidentifier beginning with the specified prefix. Conflicts with `identifier`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/redshift/SnapshotScheduleAssociation.ts b/src/app/Models/codegen/aws/redshift/SnapshotScheduleAssociation.ts index 5cdfe452f..e7996f128 100644 --- a/src/app/Models/codegen/aws/redshift/SnapshotScheduleAssociation.ts +++ b/src/app/Models/codegen/aws/redshift/SnapshotScheduleAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotScheduleAssociationArgs { // The cluster identifier. @@ -25,16 +25,16 @@ export class SnapshotScheduleAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier.", + 'clusterIdentifier', + 'The cluster identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scheduleIdentifier", - "The snapshot schedule identifier.", + 'scheduleIdentifier', + 'The snapshot schedule identifier.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshift/SubnetGroup.ts b/src/app/Models/codegen/aws/redshift/SubnetGroup.ts index 9df32fc43..0afaf34ba 100644 --- a/src/app/Models/codegen/aws/redshift/SubnetGroup.ts +++ b/src/app/Models/codegen/aws/redshift/SubnetGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetGroupArgs { // The description of the Redshift Subnet group. Defaults to "Managed by Pulumi". @@ -43,7 +43,7 @@ export class SubnetGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", + 'description', 'The description of the Redshift Subnet group. Defaults to "Managed by Pulumi".', () => [], false, @@ -51,24 +51,24 @@ export class SubnetGroup extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name of the Redshift Subnet group.", + 'name', + 'The name of the Redshift Subnet group.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "An array of VPC subnet IDs.", + 'subnetIds', + 'An array of VPC subnet IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshift/UsageLimit.ts b/src/app/Models/codegen/aws/redshift/UsageLimit.ts index b95d1616b..4d79ce5f3 100644 --- a/src/app/Models/codegen/aws/redshift/UsageLimit.ts +++ b/src/app/Models/codegen/aws/redshift/UsageLimit.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UsageLimitArgs { // The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB). The value must be a positive number. @@ -61,56 +61,56 @@ export class UsageLimit extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The identifier of the cluster that you want to limit usage.", + 'clusterIdentifier', + 'The identifier of the cluster that you want to limit usage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "featureType", - "The Amazon Redshift feature that you want to limit. Valid values are `spectrum`, `concurrency-scaling`, and `cross-region-datasharing`.", + 'featureType', + 'The Amazon Redshift feature that you want to limit. Valid values are `spectrum`, `concurrency-scaling`, and `cross-region-datasharing`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "limitType", - "The type of limit. Depending on the feature type, this can be based on a time duration or data size. If FeatureType is `spectrum`, then LimitType must be `data-scanned`. If FeatureType is `concurrency-scaling`, then LimitType must be `time`. If FeatureType is `cross-region-datasharing`, then LimitType must be `data-scanned`. Valid values are `data-scanned`, and `time`.", + 'limitType', + 'The type of limit. Depending on the feature type, this can be based on a time duration or data size. If FeatureType is `spectrum`, then LimitType must be `data-scanned`. If FeatureType is `concurrency-scaling`, then LimitType must be `time`. If FeatureType is `cross-region-datasharing`, then LimitType must be `data-scanned`. Valid values are `data-scanned`, and `time`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "period", - "The time period that the amount applies to. A weekly period begins on Sunday. The default is `monthly`. Valid values are `daily`, `weekly`, and `monthly`.", + 'period', + 'The time period that the amount applies to. A weekly period begins on Sunday. The default is `monthly`. Valid values are `daily`, `weekly`, and `monthly`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "amount", - "The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB). The value must be a positive number.", + 'amount', + 'The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB). The value must be a positive number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "breachAction", - "The action that Amazon Redshift takes when the limit is reached. The default is `log`. Valid values are `log`, `emit-metric`, and `disable`.", + 'breachAction', + 'The action that Amazon Redshift takes when the limit is reached. The default is `log`. Valid values are `log`, `emit-metric`, and `disable`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/redshiftdata/Statement.ts b/src/app/Models/codegen/aws/redshiftdata/Statement.ts index 7c4955502..b86023d10 100644 --- a/src/app/Models/codegen/aws/redshiftdata/Statement.ts +++ b/src/app/Models/codegen/aws/redshiftdata/Statement.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftdata_StatementParameter, redshiftdata_StatementParameter_GetTypes, -} from "../types/redshiftdata_StatementParameter"; +} from '../types/redshiftdata_StatementParameter'; export interface StatementArgs { // The database user name. @@ -79,72 +79,72 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "statementName", - "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.", + 'statementName', + 'The name of the SQL statement. You can name the SQL statement when you create it to identify the query.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "withEvent", - "A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.", + 'withEvent', + 'A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "secretArn", - "The name or ARN of the secret that enables access to the database.", + 'secretArn', + 'The name or ARN of the secret that enables access to the database.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sql", - "The SQL statement text to run.\n\nThe following arguments are optional:", + 'sql', + 'The SQL statement text to run.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workgroupName", - "The serverless workgroup name. This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.", + 'workgroupName', + 'The serverless workgroup name. This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.", + 'clusterIdentifier', + 'The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "database", - "The name of the database.", + 'database', + 'The name of the database.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dbUser", - "The database user name.", + 'dbUser', + 'The database user name.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "", + 'parameters', + '', () => redshiftdata_StatementParameter_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/redshiftserverless/CustomDomainAssociation.ts b/src/app/Models/codegen/aws/redshiftserverless/CustomDomainAssociation.ts index 39522c3d3..279e3d232 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/CustomDomainAssociation.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/CustomDomainAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CustomDomainAssociationArgs { // ARN of the certificate for the custom domain association. @@ -34,24 +34,24 @@ export class CustomDomainAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customDomainCertificateArn", - "ARN of the certificate for the custom domain association.", + 'customDomainCertificateArn', + 'ARN of the certificate for the custom domain association.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customDomainName", - "Custom domain to associate with the workgroup.", + 'customDomainName', + 'Custom domain to associate with the workgroup.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workgroupName", - "Name of the workgroup.", + 'workgroupName', + 'Name of the workgroup.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/redshiftserverless/EndpointAccess.ts b/src/app/Models/codegen/aws/redshiftserverless/EndpointAccess.ts index 47ada3cd3..b1823d79e 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/EndpointAccess.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/EndpointAccess.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_EndpointAccessVpcEndpoint, redshiftserverless_EndpointAccessVpcEndpoint_GetTypes, -} from "../types/redshiftserverless_EndpointAccessVpcEndpoint"; +} from '../types/redshiftserverless_EndpointAccessVpcEndpoint'; export interface EndpointAccessArgs { // An array of VPC subnet IDs to associate with the endpoint. @@ -59,40 +59,40 @@ export class EndpointAccess extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ownerAccount", - "The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.", + 'ownerAccount', + 'The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "An array of VPC subnet IDs to associate with the endpoint.", + 'subnetIds', + 'An array of VPC subnet IDs to associate with the endpoint.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "An array of security group IDs to associate with the workgroup.", + 'vpcSecurityGroupIds', + 'An array of security group IDs to associate with the workgroup.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workgroupName", - "The name of the workgroup.", + 'workgroupName', + 'The name of the workgroup.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endpointName", - "The name of the endpoint.", + 'endpointName', + 'The name of the endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshiftserverless/Namespace.ts b/src/app/Models/codegen/aws/redshiftserverless/Namespace.ts index 2b7065add..09b255b6f 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/Namespace.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/Namespace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NamespaceArgs { // The types of logs the namespace can export. Available export types are `userlog`, `connectionlog`, and `useractivitylog`. @@ -103,31 +103,31 @@ Conflicts with `manage_admin_password`. return [ new DynamicUIProps( InputType.String, - "adminUsername", - "The username of the administrator for the first database created in the namespace.", + 'adminUsername', + 'The username of the administrator for the first database created in the namespace.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultIamRoleArn", - "The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying `default_iam_role_arn`, it also must be part of `iam_roles`.", + 'defaultIamRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying `default_iam_role_arn`, it also must be part of `iam_roles`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the Amazon Web Services Key Management Service key used to encrypt your data.", + 'kmsKeyId', + 'The ARN of the Amazon Web Services Key Management Service key used to encrypt your data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "adminPasswordSecretKmsKeyId", + 'adminPasswordSecretKmsKeyId', "ID of the KMS key used to encrypt the namespace's admin credentials secret.", () => [], false, @@ -135,15 +135,15 @@ Conflicts with `manage_admin_password`. ), new DynamicUIProps( InputType.Array, - "logExports", - "The types of logs the namespace can export. Available export types are `userlog`, `connectionlog`, and `useractivitylog`.", + 'logExports', + 'The types of logs the namespace can export. Available export types are `userlog`, `connectionlog`, and `useractivitylog`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "manageAdminPassword", + 'manageAdminPassword', "Whether to use AWS SecretManager to manage namespace's admin credentials.\nConflicts with `admin_user_password`.", () => [], false, @@ -151,40 +151,40 @@ Conflicts with `manage_admin_password`. ), new DynamicUIProps( InputType.String, - "namespaceName", - "The name of the namespace.", + 'namespaceName', + 'The name of the namespace.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "adminUserPassword", - "The password of the administrator for the first database created in the namespace.\nConflicts with `manage_admin_password`.", + 'adminUserPassword', + 'The password of the administrator for the first database created in the namespace.\nConflicts with `manage_admin_password`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dbName", - "The name of the first database created in the namespace.", + 'dbName', + 'The name of the first database created in the namespace.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "iamRoles", - "A list of IAM roles to associate with the namespace.", + 'iamRoles', + 'A list of IAM roles to associate with the namespace.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/redshiftserverless/ResourcePolicy.ts b/src/app/Models/codegen/aws/redshiftserverless/ResourcePolicy.ts index 60d86a5fe..e57090992 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.", + 'policy', + 'The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the account to create or update a resource policy for.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the account to create or update a resource policy for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshiftserverless/Snapshot.ts b/src/app/Models/codegen/aws/redshiftserverless/Snapshot.ts index 4ed6d9c16..99bc34705 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/Snapshot.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/Snapshot.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotArgs { // The name of the snapshot. @@ -52,24 +52,24 @@ export class Snapshot extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namespaceName", - "The namespace to create a snapshot for.", + 'namespaceName', + 'The namespace to create a snapshot for.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", - "How long to retain the created snapshot. Default value is `-1`.", + 'retentionPeriod', + 'How long to retain the created snapshot. Default value is `-1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotName", - "The name of the snapshot.", + 'snapshotName', + 'The name of the snapshot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshiftserverless/UsageLimit.ts b/src/app/Models/codegen/aws/redshiftserverless/UsageLimit.ts index d124115c0..369e8d00b 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/UsageLimit.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/UsageLimit.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UsageLimitArgs { // The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number. @@ -46,40 +46,40 @@ export class UsageLimit extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "usageType", - "The type of Amazon Redshift Serverless usage to create a usage limit for. Valid values are `serverless-compute` or `cross-region-datasharing`.", + 'usageType', + 'The type of Amazon Redshift Serverless usage to create a usage limit for. Valid values are `serverless-compute` or `cross-region-datasharing`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "amount", - "The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.", + 'amount', + 'The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "breachAction", - "The action that Amazon Redshift Serverless takes when the limit is reached. Valid values are `log`, `emit-metric`, and `deactivate`. The default is `log`.", + 'breachAction', + 'The action that Amazon Redshift Serverless takes when the limit is reached. Valid values are `log`, `emit-metric`, and `deactivate`. The default is `log`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "period", - "The time period that the amount applies to. A weekly period begins on Sunday. Valid values are `daily`, `weekly`, and `monthly`. The default is `monthly`.", + 'period', + 'The time period that the amount applies to. A weekly period begins on Sunday. Valid values are `daily`, `weekly`, and `monthly`. The default is `monthly`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/redshiftserverless/Workgroup.ts b/src/app/Models/codegen/aws/redshiftserverless/Workgroup.ts index 11d7b2f8e..26dc1e607 100644 --- a/src/app/Models/codegen/aws/redshiftserverless/Workgroup.ts +++ b/src/app/Models/codegen/aws/redshiftserverless/Workgroup.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_WorkgroupEndpoint, redshiftserverless_WorkgroupEndpoint_GetTypes, -} from "../types/redshiftserverless_WorkgroupEndpoint"; +} from '../types/redshiftserverless_WorkgroupEndpoint'; import { redshiftserverless_WorkgroupConfigParameter, redshiftserverless_WorkgroupConfigParameter_GetTypes, -} from "../types/redshiftserverless_WorkgroupConfigParameter"; +} from '../types/redshiftserverless_WorkgroupConfigParameter'; export interface WorkgroupArgs { // The name of the namespace. @@ -107,88 +107,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "configParameters", - "An array of parameters to set for more control over a serverless database. See `Config Parameter` below.", + 'configParameters', + 'An array of parameters to set for more control over a serverless database. See `Config Parameter` below.', () => redshiftserverless_WorkgroupConfigParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enhancedVpcRouting", - "The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.", + 'enhancedVpcRouting', + 'The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries, specified in Redshift Processing Units (RPUs).", + 'maxCapacity', + 'The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries, specified in Redshift Processing Units (RPUs).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "An array of security group IDs to associate with the workgroup.", + 'securityGroupIds', + 'An array of security group IDs to associate with the workgroup.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workgroupName", - "The name of the workgroup.\n\nThe following arguments are optional:", + 'workgroupName', + 'The name of the workgroup.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following [AWS document](https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-known-issues.html).", + 'subnetIds', + 'An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following [AWS document](https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-known-issues.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "baseCapacity", - "The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).", + 'baseCapacity', + 'The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namespaceName", - "The name of the namespace.", + 'namespaceName', + 'The name of the namespace.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", - "A value that specifies whether the workgroup can be accessed from a public network.", + 'publiclyAccessible', + 'A value that specifies whether the workgroup can be accessed from a public network.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which the cluster accepts incoming connections.", + 'port', + 'The port number on which the cluster accepts incoming connections.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/rekognition/Collection.ts b/src/app/Models/codegen/aws/rekognition/Collection.ts index cfe85b890..b83a10873 100644 --- a/src/app/Models/codegen/aws/rekognition/Collection.ts +++ b/src/app/Models/codegen/aws/rekognition/Collection.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_CollectionTimeouts, rekognition_CollectionTimeouts_GetTypes, -} from "../types/rekognition_CollectionTimeouts"; +} from '../types/rekognition_CollectionTimeouts'; export interface CollectionArgs { /* @@ -52,24 +52,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => rekognition_CollectionTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "collectionId", - "The name of the collection\n\nThe following arguments are optional:", + 'collectionId', + 'The name of the collection\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/rekognition/Project.ts b/src/app/Models/codegen/aws/rekognition/Project.ts index 19851f0b2..de87b19ad 100644 --- a/src/app/Models/codegen/aws/rekognition/Project.ts +++ b/src/app/Models/codegen/aws/rekognition/Project.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_ProjectTimeouts, rekognition_ProjectTimeouts_GetTypes, -} from "../types/rekognition_ProjectTimeouts"; +} from '../types/rekognition_ProjectTimeouts'; export interface ProjectArgs { // Specify the feature being customized. Valid values are `CONTENT_MODERATION` or `CUSTOM_LABELS`. Defaults to `CUSTOM_LABELS` @@ -52,32 +52,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "autoUpdate", - "Specify if automatic retraining should occur. Valid values are `ENABLED` or `DISABLED`. Defaults to `DISABLED`", + 'autoUpdate', + 'Specify if automatic retraining should occur. Valid values are `ENABLED` or `DISABLED`. Defaults to `DISABLED`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "feature", - "Specify the feature being customized. Valid values are `CONTENT_MODERATION` or `CUSTOM_LABELS`. Defaults to `CUSTOM_LABELS`", + 'feature', + 'Specify the feature being customized. Valid values are `CONTENT_MODERATION` or `CUSTOM_LABELS`. Defaults to `CUSTOM_LABELS`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Desired name of the project\n\nThe following arguments are optional:", + 'name', + 'Desired name of the project\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => rekognition_ProjectTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rekognition/StreamProcessor.ts b/src/app/Models/codegen/aws/rekognition/StreamProcessor.ts index 6b749e214..ef814eb03 100644 --- a/src/app/Models/codegen/aws/rekognition/StreamProcessor.ts +++ b/src/app/Models/codegen/aws/rekognition/StreamProcessor.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_StreamProcessorOutput, rekognition_StreamProcessorOutput_GetTypes, -} from "../types/rekognition_StreamProcessorOutput"; +} from '../types/rekognition_StreamProcessorOutput'; import { rekognition_StreamProcessorInput, rekognition_StreamProcessorInput_GetTypes, -} from "../types/rekognition_StreamProcessorInput"; +} from '../types/rekognition_StreamProcessorInput'; import { rekognition_StreamProcessorRegionsOfInterest, rekognition_StreamProcessorRegionsOfInterest_GetTypes, -} from "../types/rekognition_StreamProcessorRegionsOfInterest"; +} from '../types/rekognition_StreamProcessorRegionsOfInterest'; import { rekognition_StreamProcessorSettings, rekognition_StreamProcessorSettings_GetTypes, -} from "../types/rekognition_StreamProcessorSettings"; +} from '../types/rekognition_StreamProcessorSettings'; import { rekognition_StreamProcessorTimeouts, rekognition_StreamProcessorTimeouts_GetTypes, -} from "../types/rekognition_StreamProcessorTimeouts"; +} from '../types/rekognition_StreamProcessorTimeouts'; import { rekognition_StreamProcessorDataSharingPreference, rekognition_StreamProcessorDataSharingPreference_GetTypes, -} from "../types/rekognition_StreamProcessorDataSharingPreference"; +} from '../types/rekognition_StreamProcessorDataSharingPreference'; import { rekognition_StreamProcessorNotificationChannel, rekognition_StreamProcessorNotificationChannel_GetTypes, -} from "../types/rekognition_StreamProcessorNotificationChannel"; +} from '../types/rekognition_StreamProcessorNotificationChannel'; export interface StreamProcessorArgs { // Optional parameter for label detection stream processors. @@ -121,88 +121,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Stream Processor.", + 'name', + 'The name of the Stream Processor.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => rekognition_StreamProcessorTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dataSharingPreference", - "See `data_sharing_preference`.", + 'dataSharingPreference', + 'See `data_sharing_preference`.', () => rekognition_StreamProcessorDataSharingPreference_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "input", - "Input video stream. See `input`.", + 'input', + 'Input video stream. See `input`.', () => rekognition_StreamProcessorInput_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Optional parameter for label detection stream processors.", + 'kmsKeyId', + 'Optional parameter for label detection stream processors.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "regionsOfInterests", - "Specifies locations in the frames where Amazon Rekognition checks for objects or people. See `regions_of_interest`.", + 'regionsOfInterests', + 'Specifies locations in the frames where Amazon Rekognition checks for objects or people. See `regions_of_interest`.', () => rekognition_StreamProcessorRegionsOfInterest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "settings", - "Input parameters used in a streaming video analyzed by a stream processor. See `settings`.\n\nThe following arguments are optional:", + 'settings', + 'Input parameters used in a streaming video analyzed by a stream processor. See `settings`.\n\nThe following arguments are optional:', () => rekognition_StreamProcessorSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "notificationChannel", - "The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status. See `notification_channel`.", + 'notificationChannel', + 'The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status. See `notification_channel`.', () => rekognition_StreamProcessorNotificationChannel_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "output", - "Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition Video puts the analysis results. See `output`.", + 'output', + 'Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition Video puts the analysis results. See `output`.', () => rekognition_StreamProcessorOutput_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Number (ARN) of the IAM role that allows access to the stream processor. The IAM role provides Rekognition read permissions for a Kinesis stream. It also provides write permissions to an Amazon S3 bucket and Amazon Simple Notification Service topic for a label detection stream processor. This is required for both face search and label detection stream processors.", + 'roleArn', + 'The Amazon Resource Number (ARN) of the IAM role that allows access to the stream processor. The IAM role provides Rekognition read permissions for a Kinesis stream. It also provides write permissions to an Amazon S3 bucket and Amazon Simple Notification Service topic for a label detection stream processor. This is required for both face search and label detection stream processors.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/resourceexplorer/Index.ts b/src/app/Models/codegen/aws/resourceexplorer/Index.ts index e39e2a762..9e0826bb4 100644 --- a/src/app/Models/codegen/aws/resourceexplorer/Index.ts +++ b/src/app/Models/codegen/aws/resourceexplorer/Index.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourceexplorer_IndexTimeouts, resourceexplorer_IndexTimeouts_GetTypes, -} from "../types/resourceexplorer_IndexTimeouts"; +} from '../types/resourceexplorer_IndexTimeouts'; export interface IndexArgs { // @@ -41,24 +41,24 @@ export class Index extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => resourceexplorer_IndexTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the index. Valid values: `AGGREGATOR`, `LOCAL`. To understand the difference between `LOCAL` and `AGGREGATOR`, see the [_AWS Resource Explorer User Guide_](https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html).", + 'type', + 'The type of the index. Valid values: `AGGREGATOR`, `LOCAL`. To understand the difference between `LOCAL` and `AGGREGATOR`, see the [_AWS Resource Explorer User Guide_](https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html).', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/resourceexplorer/View.ts b/src/app/Models/codegen/aws/resourceexplorer/View.ts index 4a7deee06..1f2d164a3 100644 --- a/src/app/Models/codegen/aws/resourceexplorer/View.ts +++ b/src/app/Models/codegen/aws/resourceexplorer/View.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourceexplorer_ViewFilters, resourceexplorer_ViewFilters_GetTypes, -} from "../types/resourceexplorer_ViewFilters"; +} from '../types/resourceexplorer_ViewFilters'; import { resourceexplorer_ViewIncludedProperty, resourceexplorer_ViewIncludedProperty_GetTypes, -} from "../types/resourceexplorer_ViewIncludedProperty"; +} from '../types/resourceexplorer_ViewIncludedProperty'; export interface ViewArgs { // The name of the view. The name must be no more than 64 characters long, and can include letters, digits, and the dash (-) character. The name must be unique within its AWS Region. @@ -57,40 +57,40 @@ export class View extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "defaultView", - "Specifies whether the view is the [_default view_](https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-about.html#manage-views-about-default) for the AWS Region. Default: `false`.", + 'defaultView', + 'Specifies whether the view is the [_default view_](https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-about.html#manage-views-about-default) for the AWS Region. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "filters", - "Specifies which resources are included in the results of queries made using this view. See Filters below for more details.", + 'filters', + 'Specifies which resources are included in the results of queries made using this view. See Filters below for more details.', () => resourceexplorer_ViewFilters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedProperties", - "Optional fields to be included in search results from this view. See Included Properties below for more details.", + 'includedProperties', + 'Optional fields to be included in search results from this view. See Included Properties below for more details.', () => resourceexplorer_ViewIncludedProperty_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the view. The name must be no more than 64 characters long, and can include letters, digits, and the dash (-) character. The name must be unique within its AWS Region.", + 'name', + 'The name of the view. The name must be no more than 64 characters long, and can include letters, digits, and the dash (-) character. The name must be unique within its AWS Region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/resourcegroups/Group.ts b/src/app/Models/codegen/aws/resourcegroups/Group.ts index 1894a423a..2dda1872e 100644 --- a/src/app/Models/codegen/aws/resourcegroups/Group.ts +++ b/src/app/Models/codegen/aws/resourcegroups/Group.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourcegroups_GroupConfiguration, resourcegroups_GroupConfiguration_GetTypes, -} from "../types/resourcegroups_GroupConfiguration"; +} from '../types/resourcegroups_GroupConfiguration'; import { resourcegroups_GroupResourceQuery, resourcegroups_GroupResourceQuery_GetTypes, -} from "../types/resourcegroups_GroupResourceQuery"; +} from '../types/resourcegroups_GroupResourceQuery'; export interface GroupArgs { // A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. See below for details. @@ -57,23 +57,23 @@ export class Group extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "configurations", - "A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. See below for details.", + 'configurations', + 'A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. See below for details.', () => resourcegroups_GroupConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the resource group.", + 'description', + 'A description of the resource group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The resource group's name. A resource group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with `AWS` or `aws`.", () => [], false, @@ -81,16 +81,16 @@ export class Group extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "resourceQuery", - "A `resource_query` block. Resource queries are documented below.", + 'resourceQuery', + 'A `resource_query` block. Resource queries are documented below.', () => resourcegroups_GroupResourceQuery_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/resourcegroups/Resource.ts b/src/app/Models/codegen/aws/resourcegroups/Resource.ts index 84da3aaff..1649a8470 100644 --- a/src/app/Models/codegen/aws/resourcegroups/Resource.ts +++ b/src/app/Models/codegen/aws/resourcegroups/Resource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourceArgs { /* @@ -36,16 +36,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "groupArn", - "The name or the ARN of the resource group to add resources to.\n\nThe following arguments are optional:", + 'groupArn', + 'The name or the ARN of the resource group to add resources to.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the resource to be added to the group.", + 'resourceArn', + 'The ARN of the resource to be added to the group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rolesanywhere/Profile.ts b/src/app/Models/codegen/aws/rolesanywhere/Profile.ts index 076d37b5c..b90704e73 100644 --- a/src/app/Models/codegen/aws/rolesanywhere/Profile.ts +++ b/src/app/Models/codegen/aws/rolesanywhere/Profile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProfileArgs { // The name of the Profile. @@ -67,64 +67,64 @@ export class Profile extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Profile.", + 'name', + 'The name of the Profile.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireInstanceProperties", - "Specifies whether instance properties are required in [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html) requests with this profile.", + 'requireInstanceProperties', + 'Specifies whether instance properties are required in [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html) requests with this profile.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "roleArns", - "A list of IAM roles that this profile can assume", + 'roleArns', + 'A list of IAM roles that this profile can assume', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "sessionPolicy", - "A session policy that applies to the trust boundary of the vended session credentials.", + 'sessionPolicy', + 'A session policy that applies to the trust boundary of the vended session credentials.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "durationSeconds", - "The number of seconds the vended session credentials are valid for. Defaults to 3600.", + 'durationSeconds', + 'The number of seconds the vended session credentials are valid for. Defaults to 3600.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not the Profile is enabled.", + 'enabled', + 'Whether or not the Profile is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "managedPolicyArns", - "A list of managed policy ARNs that apply to the vended session credentials.", + 'managedPolicyArns', + 'A list of managed policy ARNs that apply to the vended session credentials.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rolesanywhere/TrustAnchor.ts b/src/app/Models/codegen/aws/rolesanywhere/TrustAnchor.ts index 07a4e5eb8..d969459f7 100644 --- a/src/app/Models/codegen/aws/rolesanywhere/TrustAnchor.ts +++ b/src/app/Models/codegen/aws/rolesanywhere/TrustAnchor.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rolesanywhere_TrustAnchorSource, rolesanywhere_TrustAnchorSource_GetTypes, -} from "../types/rolesanywhere_TrustAnchorSource"; +} from '../types/rolesanywhere_TrustAnchorSource'; export interface TrustAnchorArgs { // Whether or not the Trust Anchor should be enabled. @@ -47,32 +47,32 @@ export class TrustAnchor extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not the Trust Anchor should be enabled.", + 'enabled', + 'Whether or not the Trust Anchor should be enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Trust Anchor.", + 'name', + 'The name of the Trust Anchor.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "source", - "The source of trust, documented below", + 'source', + 'The source of trust, documented below', () => rolesanywhere_TrustAnchorSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/CidrCollection.ts b/src/app/Models/codegen/aws/route53/CidrCollection.ts index 3c7728437..ff56b6189 100644 --- a/src/app/Models/codegen/aws/route53/CidrCollection.ts +++ b/src/app/Models/codegen/aws/route53/CidrCollection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CidrCollectionArgs { // Unique name for the CIDR collection. @@ -25,8 +25,8 @@ export class CidrCollection extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Unique name for the CIDR collection.", + 'name', + 'Unique name for the CIDR collection.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/CidrLocation.ts b/src/app/Models/codegen/aws/route53/CidrLocation.ts index 64847afa8..b46291957 100644 --- a/src/app/Models/codegen/aws/route53/CidrLocation.ts +++ b/src/app/Models/codegen/aws/route53/CidrLocation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CidrLocationArgs { // CIDR blocks for the location. @@ -31,24 +31,24 @@ export class CidrLocation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cidrCollectionId", - "The ID of the CIDR collection to update.", + 'cidrCollectionId', + 'The ID of the CIDR collection to update.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the CIDR location.", + 'name', + 'Name for the CIDR location.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "CIDR blocks for the location.", + 'cidrBlocks', + 'CIDR blocks for the location.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/route53/DelegationSet.ts b/src/app/Models/codegen/aws/route53/DelegationSet.ts index c35dde604..651596416 100644 --- a/src/app/Models/codegen/aws/route53/DelegationSet.ts +++ b/src/app/Models/codegen/aws/route53/DelegationSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DelegationSetArgs { /* @@ -34,8 +34,8 @@ This is a reference name used in Caller Reference return [ new DynamicUIProps( InputType.String, - "referenceName", - "This is a reference name used in Caller Reference\n(helpful for identifying single delegation set amongst others)", + 'referenceName', + 'This is a reference name used in Caller Reference\n(helpful for identifying single delegation set amongst others)', () => [], false, true, diff --git a/src/app/Models/codegen/aws/route53/HealthCheck.ts b/src/app/Models/codegen/aws/route53/HealthCheck.ts index 08cc3aec3..d5b3a83cb 100644 --- a/src/app/Models/codegen/aws/route53/HealthCheck.ts +++ b/src/app/Models/codegen/aws/route53/HealthCheck.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HealthCheckArgs { // For a specified parent health check, a list of HealthCheckId values for the associated child health checks. @@ -165,103 +165,103 @@ A boolean value that stops Route 53 from performing health checks. When set to t return [ new DynamicUIProps( InputType.String, - "cloudwatchAlarmRegion", - "The CloudWatchRegion that the CloudWatch alarm was created in.", + 'cloudwatchAlarmRegion', + 'The CloudWatchRegion that the CloudWatch alarm was created in.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "invertHealthcheck", - "A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True , then Route 53 considers the health check to be unhealthy.", + 'invertHealthcheck', + 'A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True , then Route 53 considers the health check to be unhealthy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "searchString", - "String searched in the first 5120 bytes of the response body for check to be considered healthy. Only valid with `HTTP_STR_MATCH` and `HTTPS_STR_MATCH`.", + 'searchString', + 'String searched in the first 5120 bytes of the response body for check to be considered healthy. Only valid with `HTTP_STR_MATCH` and `HTTPS_STR_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "A boolean value that stops Route 53 from performing health checks. When set to true, Route 53 will do the following depending on the type of health check:\n* For health checks that check the health of endpoints, Route5 53 stops submitting requests to your application, server, or other resource.\n* For calculated health checks, Route 53 stops aggregating the status of the referenced health checks.\n* For health checks that monitor CloudWatch alarms, Route 53 stops monitoring the corresponding CloudWatch metrics.\n\n> **Note:** After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of `invert_healthcheck`.", + 'disabled', + 'A boolean value that stops Route 53 from performing health checks. When set to true, Route 53 will do the following depending on the type of health check:\n* For health checks that check the health of endpoints, Route5 53 stops submitting requests to your application, server, or other resource.\n* For calculated health checks, Route 53 stops aggregating the status of the referenced health checks.\n* For health checks that monitor CloudWatch alarms, Route 53 stops monitoring the corresponding CloudWatch metrics.\n\n> **Note:** After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of `invert_healthcheck`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "regions", - "A list of AWS regions that you want Amazon Route 53 health checkers to check the specified endpoint from.", + 'regions', + 'A list of AWS regions that you want Amazon Route 53 health checkers to check the specified endpoint from.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fqdn", - "The fully qualified domain name of the endpoint to be checked. If a value is set for `ip_address`, the value set for `fqdn` will be passed in the `Host` header.", + 'fqdn', + 'The fully qualified domain name of the endpoint to be checked. If a value is set for `ip_address`, the value set for `fqdn` will be passed in the `Host` header.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The protocol to use when performing health checks. Valid values are `HTTP`, `HTTPS`, `HTTP_STR_MATCH`, `HTTPS_STR_MATCH`, `TCP`, `CALCULATED`, `CLOUDWATCH_METRIC` and `RECOVERY_CONTROL`.", + 'type', + 'The protocol to use when performing health checks. Valid values are `HTTP`, `HTTPS`, `HTTP_STR_MATCH`, `HTTPS_STR_MATCH`, `TCP`, `CALCULATED`, `CLOUDWATCH_METRIC` and `RECOVERY_CONTROL`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "referenceName", - "This is a reference name used in Caller Reference\n(helpful for identifying single health_check set amongst others)", + 'referenceName', + 'This is a reference name used in Caller Reference\n(helpful for identifying single health_check set amongst others)', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the health check. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the health check. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "failureThreshold", - "The number of consecutive health checks that an endpoint must pass or fail.", + 'failureThreshold', + 'The number of consecutive health checks that an endpoint must pass or fail.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "childHealthThreshold", - "The minimum number of child health checks that must be healthy for Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive", + 'childHealthThreshold', + 'The minimum number of child health checks that must be healthy for Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routingControlArn", - "The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control. This is used when health check type is `RECOVERY_CONTROL`", + 'routingControlArn', + 'The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control. This is used when health check type is `RECOVERY_CONTROL`', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableSni", + 'enableSni', 'A boolean value that indicates whether Route53 should send the `fqdn` to the endpoint when performing the health check. This defaults to AWS\' defaults: when the `type` is "HTTPS" `enable_sni` defaults to `true`, when `type` is anything else `enable_sni` defaults to `false`.', () => [], false, @@ -269,64 +269,64 @@ A boolean value that stops Route 53 from performing health checks. When set to t ), new DynamicUIProps( InputType.String, - "ipAddress", - "The IP address of the endpoint to be checked.", + 'ipAddress', + 'The IP address of the endpoint to be checked.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port of the endpoint to be checked.", + 'port', + 'The port of the endpoint to be checked.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "childHealthchecks", - "For a specified parent health check, a list of HealthCheckId values for the associated child health checks.", + 'childHealthchecks', + 'For a specified parent health check, a list of HealthCheckId values for the associated child health checks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "insufficientDataHealthStatus", - "The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are `Healthy` , `Unhealthy` and `LastKnownStatus`.", + 'insufficientDataHealthStatus', + 'The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are `Healthy` , `Unhealthy` and `LastKnownStatus`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "measureLatency", - "A Boolean value that indicates whether you want Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Route 53 console.", + 'measureLatency', + 'A Boolean value that indicates whether you want Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Route 53 console.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "requestInterval", - "The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.", + 'requestInterval', + 'The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cloudwatchAlarmName", - "The name of the CloudWatch alarm.", + 'cloudwatchAlarmName', + 'The name of the CloudWatch alarm.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcePath", - "The path that you want Amazon Route 53 to request when performing health checks.", + 'resourcePath', + 'The path that you want Amazon Route 53 to request when performing health checks.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/HostedZoneDnsSec.ts b/src/app/Models/codegen/aws/route53/HostedZoneDnsSec.ts index f42c0ab5b..0fd7d3c3c 100644 --- a/src/app/Models/codegen/aws/route53/HostedZoneDnsSec.ts +++ b/src/app/Models/codegen/aws/route53/HostedZoneDnsSec.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HostedZoneDnsSecArgs { /* @@ -33,16 +33,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "hostedZoneId", - "Identifier of the Route 53 Hosted Zone.\n\nThe following arguments are optional:", + 'hostedZoneId', + 'Identifier of the Route 53 Hosted Zone.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "signingStatus", - "Hosted Zone signing status. Valid values: `SIGNING`, `NOT_SIGNING`. Defaults to `SIGNING`.", + 'signingStatus', + 'Hosted Zone signing status. Valid values: `SIGNING`, `NOT_SIGNING`. Defaults to `SIGNING`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/KeySigningKey.ts b/src/app/Models/codegen/aws/route53/KeySigningKey.ts index e929afd08..9d03f6fe4 100644 --- a/src/app/Models/codegen/aws/route53/KeySigningKey.ts +++ b/src/app/Models/codegen/aws/route53/KeySigningKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface KeySigningKeyArgs { // Identifier of the Route 53 Hosted Zone. @@ -75,32 +75,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "hostedZoneId", - "Identifier of the Route 53 Hosted Zone.", + 'hostedZoneId', + 'Identifier of the Route 53 Hosted Zone.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyManagementServiceArn", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key. This must be unique for each key-signing key (KSK) in a single hosted zone. This key must be in the `us-east-1` Region and meet certain requirements, which are described in the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-cmk-requirements.html) and [Route 53 API Reference](https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateKeySigningKey.html).", + 'keyManagementServiceArn', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key. This must be unique for each key-signing key (KSK) in a single hosted zone. This key must be in the `us-east-1` Region and meet certain requirements, which are described in the [Route 53 Developer Guide](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-cmk-requirements.html) and [Route 53 API Reference](https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateKeySigningKey.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the key-signing key (KSK). Must be unique for each key-singing key in the same hosted zone.\n\nThe following arguments are optional:", + 'name', + 'Name of the key-signing key (KSK). Must be unique for each key-singing key in the same hosted zone.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "status", - "Status of the key-signing key (KSK). Valid values: `ACTIVE`, `INACTIVE`. Defaults to `ACTIVE`.", + 'status', + 'Status of the key-signing key (KSK). Valid values: `ACTIVE`, `INACTIVE`. Defaults to `ACTIVE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/QueryLog.ts b/src/app/Models/codegen/aws/route53/QueryLog.ts index b832d446c..a087bc8e0 100644 --- a/src/app/Models/codegen/aws/route53/QueryLog.ts +++ b/src/app/Models/codegen/aws/route53/QueryLog.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface QueryLogArgs { // CloudWatch log group ARN to send query logs. @@ -28,16 +28,16 @@ export class QueryLog extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "CloudWatch log group ARN to send query logs.", + 'cloudwatchLogGroupArn', + 'CloudWatch log group ARN to send query logs.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "zoneId", - "Route53 hosted zone ID to enable query logs.", + 'zoneId', + 'Route53 hosted zone ID to enable query logs.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53/Record.ts b/src/app/Models/codegen/aws/route53/Record.ts index f0e4db15e..71b2c82b9 100644 --- a/src/app/Models/codegen/aws/route53/Record.ts +++ b/src/app/Models/codegen/aws/route53/Record.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_RecordGeoproximityRoutingPolicy, route53_RecordGeoproximityRoutingPolicy_GetTypes, -} from "../types/route53_RecordGeoproximityRoutingPolicy"; +} from '../types/route53_RecordGeoproximityRoutingPolicy'; import { route53_RecordAlias, route53_RecordAlias_GetTypes, -} from "../types/route53_RecordAlias"; +} from '../types/route53_RecordAlias'; import { route53_RecordFailoverRoutingPolicy, route53_RecordFailoverRoutingPolicy_GetTypes, -} from "../types/route53_RecordFailoverRoutingPolicy"; +} from '../types/route53_RecordFailoverRoutingPolicy'; import { route53_RecordWeightedRoutingPolicy, route53_RecordWeightedRoutingPolicy_GetTypes, -} from "../types/route53_RecordWeightedRoutingPolicy"; +} from '../types/route53_RecordWeightedRoutingPolicy'; import { route53_RecordCidrRoutingPolicy, route53_RecordCidrRoutingPolicy_GetTypes, -} from "../types/route53_RecordCidrRoutingPolicy"; +} from '../types/route53_RecordCidrRoutingPolicy'; import { route53_RecordLatencyRoutingPolicy, route53_RecordLatencyRoutingPolicy_GetTypes, -} from "../types/route53_RecordLatencyRoutingPolicy"; +} from '../types/route53_RecordLatencyRoutingPolicy'; import { route53_RecordGeolocationRoutingPolicy, route53_RecordGeolocationRoutingPolicy_GetTypes, -} from "../types/route53_RecordGeolocationRoutingPolicy"; +} from '../types/route53_RecordGeolocationRoutingPolicy'; export interface RecordArgs { // A block indicating the routing behavior when associated health check fails. Conflicts with any other routing policy. Documented below. @@ -154,31 +154,31 @@ Exactly one of `records` or `alias` must be specified: this determines whether i return [ new DynamicUIProps( InputType.Array, - "failoverRoutingPolicies", - "A block indicating the routing behavior when associated health check fails. Conflicts with any other routing policy. Documented below.", + 'failoverRoutingPolicies', + 'A block indicating the routing behavior when associated health check fails. Conflicts with any other routing policy. Documented below.', () => route53_RecordFailoverRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "weightedRoutingPolicies", - "A block indicating a weighted routing policy. Conflicts with any other routing policy. Documented below.", + 'weightedRoutingPolicies', + 'A block indicating a weighted routing policy. Conflicts with any other routing policy. Documented below.', () => route53_RecordWeightedRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "healthCheckId", - "The health check the record should be associated with.", + 'healthCheckId', + 'The health check the record should be associated with.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowOverwrite", + 'allowOverwrite', "Allow creation of this record to overwrite an existing record, if any. This does not affect the ability to update the record using this provider and does not prevent other resources within this provider or manual Route 53 changes outside this provider from overwriting this record. `false` by default. This configuration is not recommended for most environments.\n\nExactly one of `records` or `alias` must be specified: this determines whether it's an alias record.", () => [], false, @@ -186,7 +186,7 @@ Exactly one of `records` or `alias` must be specified: this determines whether i ), new DynamicUIProps( InputType.Array, - "records", + 'records', 'A string list of records. To specify a single record value longer than 255 characters such as a TXT record for DKIM, add `\\"\\"` inside the provider configuration string (e.g., `"first255characters\\"\\"morecharacters"`).', () => InputType_String_GetTypes(), false, @@ -194,88 +194,88 @@ Exactly one of `records` or `alias` must be specified: this determines whether i ), new DynamicUIProps( InputType.Bool, - "multivalueAnswerRoutingPolicy", - "Set to `true` to indicate a multivalue answer routing policy. Conflicts with any other routing policy.", + 'multivalueAnswerRoutingPolicy', + 'Set to `true` to indicate a multivalue answer routing policy. Conflicts with any other routing policy.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "geolocationRoutingPolicies", - "A block indicating a routing policy based on the geolocation of the requestor. Conflicts with any other routing policy. Documented below.", + 'geolocationRoutingPolicies', + 'A block indicating a routing policy based on the geolocation of the requestor. Conflicts with any other routing policy. Documented below.', () => route53_RecordGeolocationRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "aliases", - "An alias block. Conflicts with `ttl` & `records`.\nDocumented below.", + 'aliases', + 'An alias block. Conflicts with `ttl` & `records`.\nDocumented below.', () => route53_RecordAlias_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cidrRoutingPolicy", - "A block indicating a routing policy based on the IP network ranges of requestors. Conflicts with any other routing policy. Documented below.", + 'cidrRoutingPolicy', + 'A block indicating a routing policy based on the IP network ranges of requestors. Conflicts with any other routing policy. Documented below.', () => route53_RecordCidrRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "ttl", - "The TTL of the record.", + 'ttl', + 'The TTL of the record.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The record type. Valid values are `A`, `AAAA`, `CAA`, `CNAME`, `DS`, `MX`, `NAPTR`, `NS`, `PTR`, `SOA`, `SPF`, `SRV` and `TXT`.", + 'type', + 'The record type. Valid values are `A`, `AAAA`, `CAA`, `CNAME`, `DS`, `MX`, `NAPTR`, `NS`, `PTR`, `SOA`, `SPF`, `SRV` and `TXT`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "zoneId", - "The ID of the hosted zone to contain this record.", + 'zoneId', + 'The ID of the hosted zone to contain this record.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "latencyRoutingPolicies", - "A block indicating a routing policy based on the latency between the requestor and an AWS region. Conflicts with any other routing policy. Documented below.", + 'latencyRoutingPolicies', + 'A block indicating a routing policy based on the latency between the requestor and an AWS region. Conflicts with any other routing policy. Documented below.', () => route53_RecordLatencyRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the record.", + 'name', + 'The name of the record.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "geoproximityRoutingPolicy", - "A block indicating a routing policy based on the geoproximity of the requestor. Conflicts with any other routing policy. Documented below.", + 'geoproximityRoutingPolicy', + 'A block indicating a routing policy based on the geoproximity of the requestor. Conflicts with any other routing policy. Documented below.', () => route53_RecordGeoproximityRoutingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "setIdentifier", - "Unique identifier to differentiate records with routing policies from one another. Required if using `cidr_routing_policy`, `failover_routing_policy`, `geolocation_routing_policy`,`geoproximity_routing_policy`, `latency_routing_policy`, `multivalue_answer_routing_policy`, or `weighted_routing_policy`.", + 'setIdentifier', + 'Unique identifier to differentiate records with routing policies from one another. Required if using `cidr_routing_policy`, `failover_routing_policy`, `geolocation_routing_policy`,`geoproximity_routing_policy`, `latency_routing_policy`, `multivalue_answer_routing_policy`, or `weighted_routing_policy`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverConfig.ts b/src/app/Models/codegen/aws/route53/ResolverConfig.ts index e8aa1aa7c..a2d92c4e7 100644 --- a/src/app/Models/codegen/aws/route53/ResolverConfig.ts +++ b/src/app/Models/codegen/aws/route53/ResolverConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverConfigArgs { // Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. Valid values: `ENABLE`, `DISABLE`. @@ -28,16 +28,16 @@ export class ResolverConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "autodefinedReverseFlag", - "Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. Valid values: `ENABLE`, `DISABLE`.", + 'autodefinedReverseFlag', + 'Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. Valid values: `ENABLE`, `DISABLE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "The ID of the VPC that the configuration is for.", + 'resourceId', + 'The ID of the VPC that the configuration is for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53/ResolverDnsSecConfig.ts b/src/app/Models/codegen/aws/route53/ResolverDnsSecConfig.ts index 7d576a4d3..ba1bb3d9a 100644 --- a/src/app/Models/codegen/aws/route53/ResolverDnsSecConfig.ts +++ b/src/app/Models/codegen/aws/route53/ResolverDnsSecConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverDnsSecConfigArgs { // The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for. @@ -28,7 +28,7 @@ export class ResolverDnsSecConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceId", + 'resourceId', "The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.", () => [], true, diff --git a/src/app/Models/codegen/aws/route53/ResolverEndpoint.ts b/src/app/Models/codegen/aws/route53/ResolverEndpoint.ts index d180f8d85..41d5a4318 100644 --- a/src/app/Models/codegen/aws/route53/ResolverEndpoint.ts +++ b/src/app/Models/codegen/aws/route53/ResolverEndpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_ResolverEndpointIpAddress, route53_ResolverEndpointIpAddress_GetTypes, -} from "../types/route53_ResolverEndpointIpAddress"; +} from '../types/route53_ResolverEndpointIpAddress'; export interface ResolverEndpointArgs { /* @@ -82,56 +82,56 @@ or `OUTBOUND` (resolver forwards DNS queries from the DNS service for a VPC to y return [ new DynamicUIProps( InputType.String, - "resolverEndpointType", - "The Route 53 Resolver endpoint IP address type. Valid values: `IPV4`, `IPV6`, `DUALSTACK`.", + 'resolverEndpointType', + 'The Route 53 Resolver endpoint IP address type. Valid values: `IPV4`, `IPV6`, `DUALSTACK`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The ID of one or more security groups that you want to use to control access to this VPC.", + 'securityGroupIds', + 'The ID of one or more security groups that you want to use to control access to this VPC.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "direction", - "The direction of DNS queries to or from the Route 53 Resolver endpoint.\nValid values are `INBOUND` (resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC)\nor `OUTBOUND` (resolver forwards DNS queries from the DNS service for a VPC to your network or another VPC).", + 'direction', + 'The direction of DNS queries to or from the Route 53 Resolver endpoint.\nValid values are `INBOUND` (resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC)\nor `OUTBOUND` (resolver forwards DNS queries from the DNS service for a VPC to your network or another VPC).', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs\nto your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound endpoints). Described below.", + 'ipAddresses', + 'The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs\nto your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound endpoints). Described below.', () => route53_ResolverEndpointIpAddress_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The friendly name of the Route 53 Resolver endpoint.", + 'name', + 'The friendly name of the Route 53 Resolver endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "protocols", - "The protocols you want to use for the Route 53 Resolver endpoint. Valid values: `DoH`, `Do53`, `DoH-FIPS`.", + 'protocols', + 'The protocols you want to use for the Route 53 Resolver endpoint. Valid values: `DoH`, `Do53`, `DoH-FIPS`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverFirewallConfig.ts b/src/app/Models/codegen/aws/route53/ResolverFirewallConfig.ts index 5e2175c3f..3bcf36bc2 100644 --- a/src/app/Models/codegen/aws/route53/ResolverFirewallConfig.ts +++ b/src/app/Models/codegen/aws/route53/ResolverFirewallConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverFirewallConfigArgs { // Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly. If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them. Valid values: `ENABLED`, `DISABLED`. @@ -28,16 +28,16 @@ export class ResolverFirewallConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceId", - "The ID of the VPC that the configuration is for.", + 'resourceId', + 'The ID of the VPC that the configuration is for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firewallFailOpen", - "Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly. If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them. Valid values: `ENABLED`, `DISABLED`.", + 'firewallFailOpen', + 'Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly. If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverFirewallDomainList.ts b/src/app/Models/codegen/aws/route53/ResolverFirewallDomainList.ts index 0d13d61a2..fbb39400b 100644 --- a/src/app/Models/codegen/aws/route53/ResolverFirewallDomainList.ts +++ b/src/app/Models/codegen/aws/route53/ResolverFirewallDomainList.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverFirewallDomainListArgs { // A array of domains for the firewall domain list. @@ -37,24 +37,24 @@ export class ResolverFirewallDomainList extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "domains", - "A array of domains for the firewall domain list.", + 'domains', + 'A array of domains for the firewall domain list.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name that lets you identify the domain list, to manage and use it.", + 'name', + 'A name that lets you identify the domain list, to manage and use it.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. f configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. f configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverFirewallRule.ts b/src/app/Models/codegen/aws/route53/ResolverFirewallRule.ts index 99b0d780a..3ae5aa38b 100644 --- a/src/app/Models/codegen/aws/route53/ResolverFirewallRule.ts +++ b/src/app/Models/codegen/aws/route53/ResolverFirewallRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverFirewallRuleArgs { // Evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Valid values are `INSPECT_REDIRECTION_DOMAIN` and `TRUST_REDIRECTION_DOMAIN`. Default value is `INSPECT_REDIRECTION_DOMAIN`. @@ -79,7 +79,7 @@ export class ResolverFirewallRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "blockOverrideDnsType", + 'blockOverrideDnsType', "The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain. Value values: `CNAME`.", () => [], false, @@ -87,31 +87,31 @@ export class ResolverFirewallRule extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "priority", - "The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.", + 'priority', + 'The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "blockResponse", - "The way that you want DNS Firewall to block the request. Valid values: `NODATA`, `NXDOMAIN`, `OVERRIDE`.", + 'blockResponse', + 'The way that you want DNS Firewall to block the request. Valid values: `NODATA`, `NXDOMAIN`, `OVERRIDE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firewallDomainListId", - "The ID of the domain list that you want to use in the rule.", + 'firewallDomainListId', + 'The ID of the domain list that you want to use in the rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "action", + 'action', "The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list. Valid values: `ALLOW`, `BLOCK`, `ALERT`.", () => [], true, @@ -119,48 +119,48 @@ export class ResolverFirewallRule extends DS_Resource { ), new DynamicUIProps( InputType.Number, - "blockOverrideTtl", - "The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Minimum value of 0. Maximum value of 604800.", + 'blockOverrideTtl', + 'The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Minimum value of 0. Maximum value of 604800.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "blockOverrideDomain", - "The custom DNS record to send back in response to the query.", + 'blockOverrideDomain', + 'The custom DNS record to send back in response to the query.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firewallDomainRedirectionAction", - "Evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Valid values are `INSPECT_REDIRECTION_DOMAIN` and `TRUST_REDIRECTION_DOMAIN`. Default value is `INSPECT_REDIRECTION_DOMAIN`.", + 'firewallDomainRedirectionAction', + 'Evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Valid values are `INSPECT_REDIRECTION_DOMAIN` and `TRUST_REDIRECTION_DOMAIN`. Default value is `INSPECT_REDIRECTION_DOMAIN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firewallRuleGroupId", - "The unique identifier of the firewall rule group where you want to create the rule.", + 'firewallRuleGroupId', + 'The unique identifier of the firewall rule group where you want to create the rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A name that lets you identify the rule, to manage and use it.", + 'name', + 'A name that lets you identify the rule, to manage and use it.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qType", - "The query type you want the rule to evaluate. Additional details can be found [here](https://en.wikipedia.org/wiki/List_of_DNS_record_types)", + 'qType', + 'The query type you want the rule to evaluate. Additional details can be found [here](https://en.wikipedia.org/wiki/List_of_DNS_record_types)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroup.ts b/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroup.ts index 3b90e305b..5349b8ec9 100644 --- a/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroup.ts +++ b/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverFirewallRuleGroupArgs { // A name that lets you identify the rule group, to manage and use it. @@ -37,16 +37,16 @@ export class ResolverFirewallRuleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "A name that lets you identify the rule group, to manage and use it.", + 'name', + 'A name that lets you identify the rule group, to manage and use it.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroupAssociation.ts b/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroupAssociation.ts index 0a4419a01..c7a32e3ce 100644 --- a/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroupAssociation.ts +++ b/src/app/Models/codegen/aws/route53/ResolverFirewallRuleGroupAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverFirewallRuleGroupAssociationArgs { // The unique identifier of the firewall rule group. @@ -55,48 +55,48 @@ export class ResolverFirewallRuleGroupAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "priority", - "The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.", + 'priority', + 'The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The unique identifier of the VPC that you want to associate with the rule group.", + 'vpcId', + 'The unique identifier of the VPC that you want to associate with the rule group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firewallRuleGroupId", - "The unique identifier of the firewall rule group.", + 'firewallRuleGroupId', + 'The unique identifier of the firewall rule group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "mutationProtection", - "If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.", + 'mutationProtection', + 'If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A name that lets you identify the rule group association, to manage and use it.", + 'name', + 'A name that lets you identify the rule group association, to manage and use it.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverQueryLogConfig.ts b/src/app/Models/codegen/aws/route53/ResolverQueryLogConfig.ts index f5114c726..a115161a8 100644 --- a/src/app/Models/codegen/aws/route53/ResolverQueryLogConfig.ts +++ b/src/app/Models/codegen/aws/route53/ResolverQueryLogConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverQueryLogConfigArgs { /* @@ -53,24 +53,24 @@ Values are `NOT_SHARED`, `SHARED_BY_ME` or `SHARED_WITH_ME` return [ new DynamicUIProps( InputType.String, - "destinationArn", - "The ARN of the resource that you want Route 53 Resolver to send query logs.\nYou can send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.", + 'destinationArn', + 'The ARN of the resource that you want Route 53 Resolver to send query logs.\nYou can send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Route 53 Resolver query logging configuration.", + 'name', + 'The name of the Route 53 Resolver query logging configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverQueryLogConfigAssociation.ts b/src/app/Models/codegen/aws/route53/ResolverQueryLogConfigAssociation.ts index 2fb1eb557..e9526ab31 100644 --- a/src/app/Models/codegen/aws/route53/ResolverQueryLogConfigAssociation.ts +++ b/src/app/Models/codegen/aws/route53/ResolverQueryLogConfigAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverQueryLogConfigAssociationArgs { // The ID of the Route 53 Resolver query logging configuration that you want to associate a VPC with. @@ -25,16 +25,16 @@ export class ResolverQueryLogConfigAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resolverQueryLogConfigId", - "The ID of the Route 53 Resolver query logging configuration that you want to associate a VPC with.", + 'resolverQueryLogConfigId', + 'The ID of the Route 53 Resolver query logging configuration that you want to associate a VPC with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "The ID of a VPC that you want this query logging configuration to log queries for.", + 'resourceId', + 'The ID of a VPC that you want this query logging configuration to log queries for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53/ResolverRule.ts b/src/app/Models/codegen/aws/route53/ResolverRule.ts index 635fbe5d4..26bd30381 100644 --- a/src/app/Models/codegen/aws/route53/ResolverRule.ts +++ b/src/app/Models/codegen/aws/route53/ResolverRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_ResolverRuleTargetIp, route53_ResolverRuleTargetIp_GetTypes, -} from "../types/route53_ResolverRuleTargetIp"; +} from '../types/route53_ResolverRuleTargetIp'; export interface ResolverRuleArgs { // DNS queries for this domain name are forwarded to the IP addresses that are specified using `target_ip`. @@ -80,48 +80,48 @@ This argument should only be specified for `FORWARD` type rules. return [ new DynamicUIProps( InputType.String, - "domainName", - "DNS queries for this domain name are forwarded to the IP addresses that are specified using `target_ip`.", + 'domainName', + 'DNS queries for this domain name are forwarded to the IP addresses that are specified using `target_ip`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.", + 'name', + 'A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resolverEndpointId", - "The ID of the outbound resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify using `target_ip`.\nThis argument should only be specified for `FORWARD` type rules.", + 'resolverEndpointId', + 'The ID of the outbound resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify using `target_ip`.\nThis argument should only be specified for `FORWARD` type rules.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleType", - "The rule type. Valid values are `FORWARD`, `SYSTEM` and `RECURSIVE`.", + 'ruleType', + 'The rule type. Valid values are `FORWARD`, `SYSTEM` and `RECURSIVE`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetIps", - "Configuration block(s) indicating the IPs that you want Resolver to forward DNS queries to (documented below).\nThis argument should only be specified for `FORWARD` type rules.", + 'targetIps', + 'Configuration block(s) indicating the IPs that you want Resolver to forward DNS queries to (documented below).\nThis argument should only be specified for `FORWARD` type rules.', () => route53_ResolverRuleTargetIp_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53/ResolverRuleAssociation.ts b/src/app/Models/codegen/aws/route53/ResolverRuleAssociation.ts index 760674597..13e417b79 100644 --- a/src/app/Models/codegen/aws/route53/ResolverRuleAssociation.ts +++ b/src/app/Models/codegen/aws/route53/ResolverRuleAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResolverRuleAssociationArgs { // A name for the association that you're creating between a resolver rule and a VPC. @@ -31,7 +31,7 @@ export class ResolverRuleAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", + 'name', "A name for the association that you're creating between a resolver rule and a VPC.", () => [], false, @@ -39,16 +39,16 @@ export class ResolverRuleAssociation extends DS_Resource { ), new DynamicUIProps( InputType.String, - "resolverRuleId", - "The ID of the resolver rule that you want to associate with the VPC.", + 'resolverRuleId', + 'The ID of the resolver rule that you want to associate with the VPC.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC that you want to associate the resolver rule with.", + 'vpcId', + 'The ID of the VPC that you want to associate the resolver rule with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53/TrafficPolicy.ts b/src/app/Models/codegen/aws/route53/TrafficPolicy.ts index 6ce89bfdf..b30c6ee0e 100644 --- a/src/app/Models/codegen/aws/route53/TrafficPolicy.ts +++ b/src/app/Models/codegen/aws/route53/TrafficPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrafficPolicyArgs { // Comment for the traffic policy. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "comment", - "Comment for the traffic policy.", + 'comment', + 'Comment for the traffic policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "document", - "Policy document. This is a JSON formatted string. For more information about building Route53 traffic policy documents, see the [AWS Route53 Traffic Policy document format](https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html)\n\nThe following arguments are optional:", + 'document', + 'Policy document. This is a JSON formatted string. For more information about building Route53 traffic policy documents, see the [AWS Route53 Traffic Policy document format](https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html)\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the traffic policy.", + 'name', + 'Name of the traffic policy.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/route53/TrafficPolicyInstance.ts b/src/app/Models/codegen/aws/route53/TrafficPolicyInstance.ts index 78d677afe..200e38537 100644 --- a/src/app/Models/codegen/aws/route53/TrafficPolicyInstance.ts +++ b/src/app/Models/codegen/aws/route53/TrafficPolicyInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TrafficPolicyInstanceArgs { // ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone. @@ -43,40 +43,40 @@ export class TrafficPolicyInstance extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Domain name for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.", + 'name', + 'Domain name for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "trafficPolicyId", - "ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.", + 'trafficPolicyId', + 'ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "trafficPolicyVersion", - "Version of the traffic policy", + 'trafficPolicyVersion', + 'Version of the traffic policy', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ttl", - "TTL that you want Amazon Route 53 to assign to all the resource record sets that it creates in the specified hosted zone.", + 'ttl', + 'TTL that you want Amazon Route 53 to assign to all the resource record sets that it creates in the specified hosted zone.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.", + 'hostedZoneId', + 'ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53/VpcAssociationAuthorization.ts b/src/app/Models/codegen/aws/route53/VpcAssociationAuthorization.ts index 0c1e13c36..f1ea31493 100644 --- a/src/app/Models/codegen/aws/route53/VpcAssociationAuthorization.ts +++ b/src/app/Models/codegen/aws/route53/VpcAssociationAuthorization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcAssociationAuthorizationArgs { // The VPC's region. Defaults to the region of the AWS provider. @@ -31,23 +31,23 @@ export class VpcAssociationAuthorization extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "zoneId", - "The ID of the private hosted zone that you want to authorize associating a VPC with.", + 'zoneId', + 'The ID of the private hosted zone that you want to authorize associating a VPC with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC to authorize for association with the private hosted zone.", + 'vpcId', + 'The VPC to authorize for association with the private hosted zone.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcRegion", + 'vpcRegion', "The VPC's region. Defaults to the region of the AWS provider.", () => [], false, diff --git a/src/app/Models/codegen/aws/route53/Zone.ts b/src/app/Models/codegen/aws/route53/Zone.ts index bb48a55f4..309615d83 100644 --- a/src/app/Models/codegen/aws/route53/Zone.ts +++ b/src/app/Models/codegen/aws/route53/Zone.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_ZoneVpc, route53_ZoneVpc_GetTypes, -} from "../types/route53_ZoneVpc"; +} from '../types/route53_ZoneVpc'; export interface ZoneArgs { // Whether to destroy all records (possibly managed outside of this provider) in the zone when destroying the zone. @@ -71,39 +71,39 @@ Find more about delegation sets in [AWS docs](https://docs.aws.amazon.com/Route5 return [ new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether to destroy all records (possibly managed outside of this provider) in the zone when destroying the zone.", + 'forceDestroy', + 'Whether to destroy all records (possibly managed outside of this provider) in the zone when destroying the zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "This is the name of the hosted zone.", + 'name', + 'This is the name of the hosted zone.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the zone. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the zone. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcs", - "Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `aws.route53.ZoneAssociation` resource specifying the same zone ID. Detailed below.", + 'vpcs', + 'Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the `delegation_set_id` argument in this resource and any `aws.route53.ZoneAssociation` resource specifying the same zone ID. Detailed below.', () => route53_ZoneVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "comment", + 'comment', "A comment for the hosted zone. Defaults to 'Managed by Pulumi'.", () => [], false, @@ -111,8 +111,8 @@ Find more about delegation sets in [AWS docs](https://docs.aws.amazon.com/Route5 ), new DynamicUIProps( InputType.String, - "delegationSetId", - "The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones.", + 'delegationSetId', + 'The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with `vpc` as delegation sets can only be used for public zones.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/route53/ZoneAssociation.ts b/src/app/Models/codegen/aws/route53/ZoneAssociation.ts index e48a863e8..1fc4cc116 100644 --- a/src/app/Models/codegen/aws/route53/ZoneAssociation.ts +++ b/src/app/Models/codegen/aws/route53/ZoneAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ZoneAssociationArgs { // The VPC to associate with the private hosted zone. @@ -34,15 +34,15 @@ export class ZoneAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "vpcId", - "The VPC to associate with the private hosted zone.", + 'vpcId', + 'The VPC to associate with the private hosted zone.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "vpcRegion", + 'vpcRegion', "The VPC's region. Defaults to the region of the AWS provider.", () => [], false, @@ -50,8 +50,8 @@ export class ZoneAssociation extends DS_Resource { ), new DynamicUIProps( InputType.String, - "zoneId", - "The private hosted zone to associate.", + 'zoneId', + 'The private hosted zone to associate.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53domains/DelegationSignerRecord.ts b/src/app/Models/codegen/aws/route53domains/DelegationSignerRecord.ts index 013d11806..537f6395a 100644 --- a/src/app/Models/codegen/aws/route53domains/DelegationSignerRecord.ts +++ b/src/app/Models/codegen/aws/route53domains/DelegationSignerRecord.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53domains_DelegationSignerRecordTimeouts, route53domains_DelegationSignerRecordTimeouts_GetTypes, -} from "../types/route53domains_DelegationSignerRecordTimeouts"; +} from '../types/route53domains_DelegationSignerRecordTimeouts'; import { route53domains_DelegationSignerRecordSigningAttributes, route53domains_DelegationSignerRecordSigningAttributes_GetTypes, -} from "../types/route53domains_DelegationSignerRecordSigningAttributes"; +} from '../types/route53domains_DelegationSignerRecordSigningAttributes'; export interface DelegationSignerRecordArgs { // @@ -42,24 +42,24 @@ export class DelegationSignerRecord extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => route53domains_DelegationSignerRecordTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The name of the domain that will have its parent DNS zone updated with the Delegation Signer record.", + 'domainName', + 'The name of the domain that will have its parent DNS zone updated with the Delegation Signer record.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "signingAttributes", - "The information about a key, including the algorithm, public key-value, and flags.", + 'signingAttributes', + 'The information about a key, including the algorithm, public key-value, and flags.', () => route53domains_DelegationSignerRecordSigningAttributes_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53domains/RegisteredDomain.ts b/src/app/Models/codegen/aws/route53domains/RegisteredDomain.ts index e4a4bdb0f..55996f8a9 100644 --- a/src/app/Models/codegen/aws/route53domains/RegisteredDomain.ts +++ b/src/app/Models/codegen/aws/route53domains/RegisteredDomain.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53domains_RegisteredDomainBillingContact, route53domains_RegisteredDomainBillingContact_GetTypes, -} from "../types/route53domains_RegisteredDomainBillingContact"; +} from '../types/route53domains_RegisteredDomainBillingContact'; import { route53domains_RegisteredDomainAdminContact, route53domains_RegisteredDomainAdminContact_GetTypes, -} from "../types/route53domains_RegisteredDomainAdminContact"; +} from '../types/route53domains_RegisteredDomainAdminContact'; import { route53domains_RegisteredDomainNameServer, route53domains_RegisteredDomainNameServer_GetTypes, -} from "../types/route53domains_RegisteredDomainNameServer"; +} from '../types/route53domains_RegisteredDomainNameServer'; import { route53domains_RegisteredDomainRegistrantContact, route53domains_RegisteredDomainRegistrantContact_GetTypes, -} from "../types/route53domains_RegisteredDomainRegistrantContact"; +} from '../types/route53domains_RegisteredDomainRegistrantContact'; import { route53domains_RegisteredDomainTechContact, route53domains_RegisteredDomainTechContact_GetTypes, -} from "../types/route53domains_RegisteredDomainTechContact"; +} from '../types/route53domains_RegisteredDomainTechContact'; export interface RegisteredDomainArgs { // Whether domain administrative contact information is concealed from WHOIS queries. Default: `true`. @@ -144,104 +144,104 @@ export class RegisteredDomain extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "registrantPrivacy", - "Whether domain registrant contact information is concealed from WHOIS queries. Default: `true`.", + 'registrantPrivacy', + 'Whether domain registrant contact information is concealed from WHOIS queries. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "nameServers", - "The list of nameservers for the domain. See `name_server` Blocks for more details.", + 'nameServers', + 'The list of nameservers for the domain. See `name_server` Blocks for more details.', () => route53domains_RegisteredDomainNameServer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "registrantContact", - "Details about the domain registrant. See Contact Blocks for more details.", + 'registrantContact', + 'Details about the domain registrant. See Contact Blocks for more details.', () => route53domains_RegisteredDomainRegistrantContact_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The name of the registered domain.", + 'domainName', + 'The name of the registered domain.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "billingContact", - "Details about the domain billing contact. See Contact Blocks for more details.", + 'billingContact', + 'Details about the domain billing contact. See Contact Blocks for more details.', () => route53domains_RegisteredDomainBillingContact_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "billingPrivacy", - "Whether domain billing contact information is concealed from WHOIS queries. Default: `true`.", + 'billingPrivacy', + 'Whether domain billing contact information is concealed from WHOIS queries. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "adminContact", - "Details about the domain administrative contact. See Contact Blocks for more details.", + 'adminContact', + 'Details about the domain administrative contact. See Contact Blocks for more details.', () => route53domains_RegisteredDomainAdminContact_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "techContact", - "Details about the domain technical contact. See Contact Blocks for more details.", + 'techContact', + 'Details about the domain technical contact. See Contact Blocks for more details.', () => route53domains_RegisteredDomainTechContact_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "techPrivacy", - "Whether domain technical contact information is concealed from WHOIS queries. Default: `true`.", + 'techPrivacy', + 'Whether domain technical contact information is concealed from WHOIS queries. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "transferLock", - "Whether the domain is locked for transfer. Default: `true`.", + 'transferLock', + 'Whether the domain is locked for transfer. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoRenew", - "Whether the domain registration is set to renew automatically. Default: `true`.", + 'autoRenew', + 'Whether the domain registration is set to renew automatically. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "adminPrivacy", - "Whether domain administrative contact information is concealed from WHOIS queries. Default: `true`.", + 'adminPrivacy', + 'Whether domain administrative contact information is concealed from WHOIS queries. Default: `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53recoverycontrol/Cluster.ts b/src/app/Models/codegen/aws/route53recoverycontrol/Cluster.ts index 6ed683d5a..9ff6ff0a2 100644 --- a/src/app/Models/codegen/aws/route53recoverycontrol/Cluster.ts +++ b/src/app/Models/codegen/aws/route53recoverycontrol/Cluster.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoverycontrol_ClusterClusterEndpoint, route53recoverycontrol_ClusterClusterEndpoint_GetTypes, -} from "../types/route53recoverycontrol_ClusterClusterEndpoint"; +} from '../types/route53recoverycontrol_ClusterClusterEndpoint'; export interface ClusterArgs { // Unique name describing the cluster. @@ -32,8 +32,8 @@ export class Cluster extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Unique name describing the cluster.", + 'name', + 'Unique name describing the cluster.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/route53recoverycontrol/ControlPanel.ts b/src/app/Models/codegen/aws/route53recoverycontrol/ControlPanel.ts index 62a0d5095..f1e5e7e10 100644 --- a/src/app/Models/codegen/aws/route53recoverycontrol/ControlPanel.ts +++ b/src/app/Models/codegen/aws/route53recoverycontrol/ControlPanel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ControlPanelArgs { // ARN of the cluster in which this control panel will reside. @@ -37,16 +37,16 @@ export class ControlPanel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "clusterArn", - "ARN of the cluster in which this control panel will reside.", + 'clusterArn', + 'ARN of the cluster in which this control panel will reside.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name describing the control panel.", + 'name', + 'Name describing the control panel.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53recoverycontrol/RoutingControl.ts b/src/app/Models/codegen/aws/route53recoverycontrol/RoutingControl.ts index 10e8272e1..a9fae27ba 100644 --- a/src/app/Models/codegen/aws/route53recoverycontrol/RoutingControl.ts +++ b/src/app/Models/codegen/aws/route53recoverycontrol/RoutingControl.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RoutingControlArgs { // ARN of the cluster in which this routing control will reside. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "clusterArn", - "ARN of the cluster in which this routing control will reside.", + 'clusterArn', + 'ARN of the cluster in which this routing control will reside.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "controlPanelArn", - "ARN of the control panel in which this routing control will reside.", + 'controlPanelArn', + 'ARN of the control panel in which this routing control will reside.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name describing the routing control.\n\nThe following arguments are optional:", + 'name', + 'The name describing the routing control.\n\nThe following arguments are optional:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/route53recoverycontrol/SafetyRule.ts b/src/app/Models/codegen/aws/route53recoverycontrol/SafetyRule.ts index 4ee943c88..2144f6210 100644 --- a/src/app/Models/codegen/aws/route53recoverycontrol/SafetyRule.ts +++ b/src/app/Models/codegen/aws/route53recoverycontrol/SafetyRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoverycontrol_SafetyRuleRuleConfig, route53recoverycontrol_SafetyRuleRuleConfig_GetTypes, -} from "../types/route53recoverycontrol_SafetyRuleRuleConfig"; +} from '../types/route53recoverycontrol_SafetyRuleRuleConfig'; export interface SafetyRuleArgs { /* @@ -73,56 +73,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "targetControls", - "Routing controls that can only be set or unset if the specified `rule_config` evaluates to true for the specified `gating_controls`.", + 'targetControls', + 'Routing controls that can only be set or unset if the specified `rule_config` evaluates to true for the specified `gating_controls`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "waitPeriodMs", - "Evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.\n\nThe following arguments are optional:", + 'waitPeriodMs', + 'Evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "assertedControls", - "Routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed.", + 'assertedControls', + 'Routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "controlPanelArn", - "ARN of the control panel in which this safety rule will reside.", + 'controlPanelArn', + 'ARN of the control panel in which this safety rule will reside.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "gatingControls", - "Gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.", + 'gatingControls', + 'Gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name describing the safety rule.", + 'name', + 'Name describing the safety rule.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "ruleConfig", - "Configuration block for safety rule criteria. See below.", + 'ruleConfig', + 'Configuration block for safety rule criteria. See below.', () => route53recoverycontrol_SafetyRuleRuleConfig_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/route53recoveryreadiness/Cell.ts b/src/app/Models/codegen/aws/route53recoveryreadiness/Cell.ts index b4290e9a4..d9d47cebf 100644 --- a/src/app/Models/codegen/aws/route53recoveryreadiness/Cell.ts +++ b/src/app/Models/codegen/aws/route53recoveryreadiness/Cell.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CellArgs { /* @@ -48,24 +48,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "cellName", - "Unique name describing the cell.\n\nThe following arguments are optional:", + 'cellName', + 'Unique name describing the cell.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "cells", - "List of cell arns to add as nested fault domains within this cell.", + 'cells', + 'List of cell arns to add as nested fault domains within this cell.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53recoveryreadiness/ReadinessCheck.ts b/src/app/Models/codegen/aws/route53recoveryreadiness/ReadinessCheck.ts index fa3619436..30382634e 100644 --- a/src/app/Models/codegen/aws/route53recoveryreadiness/ReadinessCheck.ts +++ b/src/app/Models/codegen/aws/route53recoveryreadiness/ReadinessCheck.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReadinessCheckArgs { // Unique name describing the readiness check. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "readinessCheckName", - "Unique name describing the readiness check.", + 'readinessCheckName', + 'Unique name describing the readiness check.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceSetName", - "Name describing the resource set that will be monitored for readiness.\n\nThe following arguments are optional:", + 'resourceSetName', + 'Name describing the resource set that will be monitored for readiness.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/route53recoveryreadiness/RecoveryGroup.ts b/src/app/Models/codegen/aws/route53recoveryreadiness/RecoveryGroup.ts index 71423fbbe..c944ca7b5 100644 --- a/src/app/Models/codegen/aws/route53recoveryreadiness/RecoveryGroup.ts +++ b/src/app/Models/codegen/aws/route53recoveryreadiness/RecoveryGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RecoveryGroupArgs { // List of cell arns to add as nested fault domains within this recovery group @@ -45,24 +45,24 @@ The following argument are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cells", - "List of cell arns to add as nested fault domains within this recovery group", + 'cells', + 'List of cell arns to add as nested fault domains within this recovery group', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "recoveryGroupName", - "A unique name describing the recovery group.\n\nThe following argument are optional:", + 'recoveryGroupName', + 'A unique name describing the recovery group.\n\nThe following argument are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/route53recoveryreadiness/ResourceSet.ts b/src/app/Models/codegen/aws/route53recoveryreadiness/ResourceSet.ts index 89c910786..6430e067e 100644 --- a/src/app/Models/codegen/aws/route53recoveryreadiness/ResourceSet.ts +++ b/src/app/Models/codegen/aws/route53recoveryreadiness/ResourceSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoveryreadiness_ResourceSetResource, route53recoveryreadiness_ResourceSetResource_GetTypes, -} from "../types/route53recoveryreadiness_ResourceSetResource"; +} from '../types/route53recoveryreadiness_ResourceSetResource'; export interface ResourceSetArgs { /* @@ -58,32 +58,32 @@ ARN of the resource set return [ new DynamicUIProps( InputType.Array, - "resources", - "List of resources to add to this resource set. See below.\n\nThe following arguments are optional:", + 'resources', + 'List of resources to add to this resource set. See below.\n\nThe following arguments are optional:', () => route53recoveryreadiness_ResourceSetResource_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceSetName", - "Unique name describing the resource set.", + 'resourceSetName', + 'Unique name describing the resource set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceSetType", - "Type of the resources in the resource set.", + 'resourceSetType', + 'Type of the resources in the resource set.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/rum/AppMonitor.ts b/src/app/Models/codegen/aws/rum/AppMonitor.ts index a6cfcb375..1b18a6a42 100644 --- a/src/app/Models/codegen/aws/rum/AppMonitor.ts +++ b/src/app/Models/codegen/aws/rum/AppMonitor.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rum_AppMonitorAppMonitorConfiguration, rum_AppMonitorAppMonitorConfiguration_GetTypes, -} from "../types/rum_AppMonitorAppMonitorConfiguration"; +} from '../types/rum_AppMonitorAppMonitorConfiguration'; import { rum_AppMonitorCustomEvents, rum_AppMonitorCustomEvents_GetTypes, -} from "../types/rum_AppMonitorCustomEvents"; +} from '../types/rum_AppMonitorCustomEvents'; export interface AppMonitorArgs { // Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges. Default value is `false`. @@ -69,48 +69,48 @@ export class AppMonitor extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "appMonitorConfiguration", - "configuration data for the app monitor. See app_monitor_configuration below.", + 'appMonitorConfiguration', + 'configuration data for the app monitor. See app_monitor_configuration below.', () => rum_AppMonitorAppMonitorConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customEvents", - "Specifies whether this app monitor allows the web client to define and send custom events. If you omit this parameter, custom events are `DISABLED`. See custom_events below.", + 'customEvents', + 'Specifies whether this app monitor allows the web client to define and send custom events. If you omit this parameter, custom events are `DISABLED`. See custom_events below.', () => rum_AppMonitorCustomEvents_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "cwLogEnabled", - "Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges. Default value is `false`.", + 'cwLogEnabled', + 'Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domain", - "The top-level internet domain name for which your application has administrative authority.", + 'domain', + 'The top-level internet domain name for which your application has administrative authority.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the log stream.", + 'name', + 'The name of the log stream.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/rum/MetricsDestination.ts b/src/app/Models/codegen/aws/rum/MetricsDestination.ts index cc1de708b..8568d2265 100644 --- a/src/app/Models/codegen/aws/rum/MetricsDestination.ts +++ b/src/app/Models/codegen/aws/rum/MetricsDestination.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MetricsDestinationArgs { // The name of the CloudWatch RUM app monitor that will send the metrics. @@ -37,32 +37,32 @@ export class MetricsDestination extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "appMonitorName", - "The name of the CloudWatch RUM app monitor that will send the metrics.", + 'appMonitorName', + 'The name of the CloudWatch RUM app monitor that will send the metrics.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destination", - "Defines the destination to send the metrics to. Valid values are `CloudWatch` and `Evidently`. If you specify `Evidently`, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.", + 'destination', + 'Defines the destination to send the metrics to. Valid values are `CloudWatch` and `Evidently`. If you specify `Evidently`, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationArn", - "Use this parameter only if Destination is Evidently. This parameter specifies the ARN of the Evidently experiment that will receive the extended metrics.", + 'destinationArn', + 'Use this parameter only if Destination is Evidently. This parameter specifies the ARN of the Evidently experiment that will receive the extended metrics.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.", + 'iamRoleArn', + 'This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3/AccessPoint.ts b/src/app/Models/codegen/aws/s3/AccessPoint.ts index 5dfea778c..f57f90295 100644 --- a/src/app/Models/codegen/aws/s3/AccessPoint.ts +++ b/src/app/Models/codegen/aws/s3/AccessPoint.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_AccessPointPublicAccessBlockConfiguration, s3_AccessPointPublicAccessBlockConfiguration_GetTypes, -} from "../types/s3_AccessPointPublicAccessBlockConfiguration"; +} from '../types/s3_AccessPointPublicAccessBlockConfiguration'; import { s3_AccessPointVpcConfiguration, s3_AccessPointVpcConfiguration_GetTypes, -} from "../types/s3_AccessPointVpcConfiguration"; +} from '../types/s3_AccessPointVpcConfiguration'; export interface AccessPointArgs { // Name of an AWS Partition S3 General Purpose Bucket or the ARN of S3 on Outposts Bucket that you want to associate this access point with. @@ -92,47 +92,47 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "Configuration block to restrict access to this access point to requests from the specified Virtual Private Cloud (VPC). Required for S3 on Outposts. Detailed below.", + 'vpcConfiguration', + 'Configuration block to restrict access to this access point to requests from the specified Virtual Private Cloud (VPC). Required for S3 on Outposts. Detailed below.', () => s3_AccessPointVpcConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "accountId", - "AWS account ID for the owner of the bucket for which you want to create an access point. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'AWS account ID for the owner of the bucket for which you want to create an access point. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of an AWS Partition S3 General Purpose Bucket or the ARN of S3 on Outposts Bucket that you want to associate this access point with.", + 'bucket', + 'Name of an AWS Partition S3 General Purpose Bucket or the ARN of S3 on Outposts Bucket that you want to associate this access point with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bucketAccountId", - "AWS account ID associated with the S3 bucket associated with this access point.", + 'bucketAccountId', + 'AWS account ID associated with the S3 bucket associated with this access point.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name you want to assign to this access point. See the [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-access-points.html?icmpid=docs_amazons3_console#access-points-names) for naming conditions.\n\nThe following arguments are optional:", + 'name', + 'Name you want to assign to this access point. See the [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-access-points.html?icmpid=docs_amazons3_console#access-points-names) for naming conditions.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", + 'policy', 'Valid JSON document that specifies the policy that you want to apply to this access point. Removing `policy` from your configuration or setting `policy` to null or an empty string (i.e., `policy = ""`) _will not_ delete the policy since it could have been set by `aws.s3control.AccessPointPolicy`. To remove the `policy`, set it to `"{}"` (an empty JSON document).', () => [], false, @@ -140,8 +140,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "publicAccessBlockConfiguration", - "Configuration block to manage the `PublicAccessBlock` configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Detailed below.", + 'publicAccessBlockConfiguration', + 'Configuration block to manage the `PublicAccessBlock` configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Detailed below.', () => s3_AccessPointPublicAccessBlockConfiguration_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/s3/AccountPublicAccessBlock.ts b/src/app/Models/codegen/aws/s3/AccountPublicAccessBlock.ts index 7e96e837b..eb4f118e7 100644 --- a/src/app/Models/codegen/aws/s3/AccountPublicAccessBlock.ts +++ b/src/app/Models/codegen/aws/s3/AccountPublicAccessBlock.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountPublicAccessBlockArgs { // AWS account ID to configure. Defaults to automatically determined account ID of the this provider AWS provider. @@ -69,31 +69,31 @@ Whether Amazon S3 should restrict public bucket policies for buckets in this acc return [ new DynamicUIProps( InputType.String, - "accountId", - "AWS account ID to configure. Defaults to automatically determined account ID of the this provider AWS provider.", + 'accountId', + 'AWS account ID to configure. Defaults to automatically determined account ID of the this provider AWS provider.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "blockPublicAcls", - "Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to `false`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls will fail if the specified ACL allows public access.\n* PUT Object calls fail if the request includes a public ACL.", + 'blockPublicAcls', + 'Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to `false`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls will fail if the specified ACL allows public access.\n* PUT Object calls fail if the request includes a public ACL.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to `false`. Enabling this setting does not affect existing bucket policies. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.", + 'blockPublicPolicy', + 'Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to `false`. Enabling this setting does not affect existing bucket policies. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ignorePublicAcls", + 'ignorePublicAcls', "Whether Amazon S3 should ignore public ACLs for buckets in this account. Defaults to `false`. Enabling this setting does not affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set. When set to `true` causes Amazon S3 to:\n* Ignore all public ACLs on buckets in this account and any objects that they contain.", () => [], false, @@ -101,8 +101,8 @@ Whether Amazon S3 should restrict public bucket policies for buckets in this acc ), new DynamicUIProps( InputType.Bool, - "restrictPublicBuckets", - "Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to `false`. Enabling this setting does not affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.", + 'restrictPublicBuckets', + 'Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to `false`. Enabling this setting does not affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3/AnalyticsConfiguration.ts b/src/app/Models/codegen/aws/s3/AnalyticsConfiguration.ts index 97a1b7241..8e4129707 100644 --- a/src/app/Models/codegen/aws/s3/AnalyticsConfiguration.ts +++ b/src/app/Models/codegen/aws/s3/AnalyticsConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_AnalyticsConfigurationFilter, s3_AnalyticsConfigurationFilter_GetTypes, -} from "../types/s3_AnalyticsConfigurationFilter"; +} from '../types/s3_AnalyticsConfigurationFilter'; import { s3_AnalyticsConfigurationStorageClassAnalysis, s3_AnalyticsConfigurationStorageClassAnalysis_GetTypes, -} from "../types/s3_AnalyticsConfigurationStorageClassAnalysis"; +} from '../types/s3_AnalyticsConfigurationStorageClassAnalysis'; export interface AnalyticsConfigurationArgs { // Name of the bucket this analytics configuration is associated with. @@ -45,32 +45,32 @@ export class AnalyticsConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket this analytics configuration is associated with.", + 'bucket', + 'Name of the bucket this analytics configuration is associated with.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "filter", - "Object filtering that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).", + 'filter', + 'Object filtering that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).', () => s3_AnalyticsConfigurationFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique identifier of the analytics configuration for the bucket.", + 'name', + 'Unique identifier of the analytics configuration for the bucket.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "storageClassAnalysis", - "Configuration for the analytics data export (documented below).", + 'storageClassAnalysis', + 'Configuration for the analytics data export (documented below).', () => s3_AnalyticsConfigurationStorageClassAnalysis_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3/Bucket.ts b/src/app/Models/codegen/aws/s3/Bucket.ts index 844e107e0..d88a7716c 100644 --- a/src/app/Models/codegen/aws/s3/Bucket.ts +++ b/src/app/Models/codegen/aws/s3/Bucket.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketServerSideEncryptionConfiguration, s3_BucketServerSideEncryptionConfiguration_GetTypes, -} from "../types/s3_BucketServerSideEncryptionConfiguration"; +} from '../types/s3_BucketServerSideEncryptionConfiguration'; import { s3_BucketObjectLockConfiguration, s3_BucketObjectLockConfiguration_GetTypes, -} from "../types/s3_BucketObjectLockConfiguration"; +} from '../types/s3_BucketObjectLockConfiguration'; import { s3_BucketWebsite, s3_BucketWebsite_GetTypes, -} from "../types/s3_BucketWebsite"; +} from '../types/s3_BucketWebsite'; import { s3_BucketLifecycleRule, s3_BucketLifecycleRule_GetTypes, -} from "../types/s3_BucketLifecycleRule"; +} from '../types/s3_BucketLifecycleRule'; import { s3_BucketCorsRule, s3_BucketCorsRule_GetTypes, -} from "../types/s3_BucketCorsRule"; +} from '../types/s3_BucketCorsRule'; import { s3_BucketGrant, s3_BucketGrant_GetTypes, -} from "../types/s3_BucketGrant"; +} from '../types/s3_BucketGrant'; import { s3_BucketLogging, s3_BucketLogging_GetTypes, -} from "../types/s3_BucketLogging"; +} from '../types/s3_BucketLogging'; import { s3_BucketReplicationConfiguration, s3_BucketReplicationConfiguration_GetTypes, -} from "../types/s3_BucketReplicationConfiguration"; +} from '../types/s3_BucketReplicationConfiguration'; import { s3_BucketVersioning, s3_BucketVersioning_GetTypes, -} from "../types/s3_BucketVersioning"; +} from '../types/s3_BucketVersioning'; export interface BucketArgs { // The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, and `log-delivery-write`. Defaults to `private`. Conflicts with `grant`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead. @@ -261,55 +261,55 @@ The following arguments are deprecated, and will be removed in a future major ve return [ new DynamicUIProps( InputType.String, - "accelerationStatus", - "Sets the accelerate configuration of an existing bucket. Can be `Enabled` or `Suspended`. Cannot be used in `cn-north-1` or `us-gov-west-1`. This provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketAccelerateConfigurationV2` instead.", + 'accelerationStatus', + 'Sets the accelerate configuration of an existing bucket. Can be `Enabled` or `Suspended`. Cannot be used in `cn-north-1` or `us-gov-west-1`. This provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketAccelerateConfigurationV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the bucket. Will be of format `arn:aws:s3:::bucketname`.", + 'arn', + 'ARN of the bucket. Will be of format `arn:aws:s3:::bucketname`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "website", - "Configuration of the [S3 bucket website](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html). See Website below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketWebsiteConfigurationV2` instead.", + 'website', + 'Configuration of the [S3 bucket website](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html). See Website below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketWebsiteConfigurationV2` instead.', () => s3_BucketWebsite_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "acl", - "The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, and `log-delivery-write`. Defaults to `private`. Conflicts with `grant`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.", + 'acl', + 'The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, and `log-delivery-write`. Defaults to `private`. Conflicts with `grant`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Creates a unique bucket name beginning with the specified prefix. Conflicts with `bucket`. Must be lowercase and less than or equal to 37 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).", + 'bucketPrefix', + 'Creates a unique bucket name beginning with the specified prefix. Conflicts with `bucket`. Must be lowercase and less than or equal to 37 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "corsRules", - "Rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). See CORS rule below for details. This provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketCorsConfigurationV2` instead.", + 'corsRules', + 'Rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). See CORS rule below for details. This provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketCorsConfigurationV2` instead.', () => s3_BucketCorsRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", + 'hostedZoneId', "[Route 53 Hosted Zone ID](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints) for this bucket's region.", () => [], false, @@ -317,112 +317,112 @@ The following arguments are deprecated, and will be removed in a future major ve ), new DynamicUIProps( InputType.Array, - "loggings", - "Configuration of [S3 bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) parameters. See Logging below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLoggingV2` instead.", + 'loggings', + 'Configuration of [S3 bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) parameters. See Logging below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLoggingV2` instead.', () => s3_BucketLogging_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "grants", - "An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl). See Grant below for details. Conflicts with `acl`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.", + 'grants', + 'An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl). See Grant below for details. Conflicts with `acl`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.', () => s3_BucketGrant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "replicationConfiguration", - "Configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). See Replication Configuration below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketReplicationConfig` instead.", + 'replicationConfiguration', + 'Configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). See Replication Configuration below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketReplicationConfig` instead.', () => s3_BucketReplicationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "lifecycleRules", - "Configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html). See Lifecycle Rule below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLifecycleConfigurationV2` instead.", + 'lifecycleRules', + 'Configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html). See Lifecycle Rule below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLifecycleConfigurationV2` instead.', () => s3_BucketLifecycleRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "objectLockConfiguration", - "Configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). See Object Lock Configuration below for details.\nThe provider wil only perform drift detection if a configuration value is provided.\nUse the `object_lock_enabled` parameter and the resource `aws.s3.BucketObjectLockConfigurationV2` instead.", + 'objectLockConfiguration', + 'Configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). See Object Lock Configuration below for details.\nThe provider wil only perform drift detection if a configuration value is provided.\nUse the `object_lock_enabled` parameter and the resource `aws.s3.BucketObjectLockConfigurationV2` instead.', () => s3_BucketObjectLockConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "websiteDomain", - "(**Deprecated**) Domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. Use the resource `aws.s3.BucketWebsiteConfigurationV2` instead.", + 'websiteDomain', + '(**Deprecated**) Domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. Use the resource `aws.s3.BucketWebsiteConfigurationV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serverSideEncryptionConfiguration", - "Configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html). See Server Side Encryption Configuration below for details.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketServerSideEncryptionConfigurationV2` instead.", + 'serverSideEncryptionConfiguration', + 'Configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html). See Server Side Encryption Configuration below for details.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketServerSideEncryptionConfigurationV2` instead.', () => s3_BucketServerSideEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "requestPayer", - "Specifies who should bear the cost of Amazon S3 data transfer.\nCan be either `BucketOwner` or `Requester`. By default, the owner of the S3 bucket would incur the costs of any data transfer.\nSee [Requester Pays Buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) developer guide for more information.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketRequestPaymentConfigurationV2` instead.", + 'requestPayer', + 'Specifies who should bear the cost of Amazon S3 data transfer.\nCan be either `BucketOwner` or `Requester`. By default, the owner of the S3 bucket would incur the costs of any data transfer.\nSee [Requester Pays Buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) developer guide for more information.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketRequestPaymentConfigurationV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "versioning", - "Configuration of the [S3 bucket versioning state](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html). See Versioning below for details. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketVersioningV2` instead.", + 'versioning', + 'Configuration of the [S3 bucket versioning state](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html). See Versioning below for details. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketVersioningV2` instead.', () => s3_BucketVersioning_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policy", - "Valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note that if the policy document is not specific enough (but still valid), this provider may view the policy as constantly changing. In this case, please make sure you use the verbose/specific version of the policy. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketPolicy` instead.", + 'policy', + 'Valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note that if the policy document is not specific enough (but still valid), this provider may view the policy as constantly changing. In this case, please make sure you use the verbose/specific version of the policy. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketPolicy` instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket. If omitted, the provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). The name must not be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.DirectoryBucket` resource to manage S3 Express buckets.", + 'bucket', + 'Name of the bucket. If omitted, the provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). The name must not be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.DirectoryBucket` resource to manage S3 Express buckets.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the bucket. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are deprecated, and will be removed in a future major version:", + 'tags', + 'Map of tags to assign to the bucket. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are deprecated, and will be removed in a future major version:', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Boolean that indicates all objects (including any [locked objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html)) should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.", + 'forceDestroy', + 'Boolean that indicates all objects (including any [locked objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html)) should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "websiteEndpoint", - "(**Deprecated**) Website endpoint, if the bucket is configured with a website. If not, this will be an empty string. Use the resource `aws.s3.BucketWebsiteConfigurationV2` instead.", + 'websiteEndpoint', + '(**Deprecated**) Website endpoint, if the bucket is configured with a website. If not, this will be an empty string. Use the resource `aws.s3.BucketWebsiteConfigurationV2` instead.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3/BucketAccelerateConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketAccelerateConfigurationV2.ts index 166c4dc75..3d1c8b340 100644 --- a/src/app/Models/codegen/aws/s3/BucketAccelerateConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketAccelerateConfigurationV2.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketAccelerateConfigurationV2Args { // Name of the bucket. @@ -31,24 +31,24 @@ export class BucketAccelerateConfigurationV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "status", - "Transfer acceleration state of the bucket. Valid values: `Enabled`, `Suspended`.", + 'status', + 'Transfer acceleration state of the bucket. Valid values: `Enabled`, `Suspended`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketAclV2.ts b/src/app/Models/codegen/aws/s3/BucketAclV2.ts index 0bae417d4..3818ce0a1 100644 --- a/src/app/Models/codegen/aws/s3/BucketAclV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketAclV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketAclV2AccessControlPolicy, s3_BucketAclV2AccessControlPolicy_GetTypes, -} from "../types/s3_BucketAclV2AccessControlPolicy"; +} from '../types/s3_BucketAclV2AccessControlPolicy'; export interface BucketAclV2Args { // Configuration block that sets the ACL permissions for an object per grantee. See below. @@ -41,32 +41,32 @@ export class BucketAclV2 extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "accessControlPolicy", - "Configuration block that sets the ACL permissions for an object per grantee. See below.", + 'accessControlPolicy', + 'Configuration block that sets the ACL permissions for an object per grantee. See below.', () => s3_BucketAclV2AccessControlPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "acl", - "Canned ACL to apply to the bucket.", + 'acl', + 'Canned ACL to apply to the bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Bucket to which to apply the ACL.", + 'bucket', + 'Bucket to which to apply the ACL.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketCorsConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketCorsConfigurationV2.ts index 08ee242cb..d1f446c36 100644 --- a/src/app/Models/codegen/aws/s3/BucketCorsConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketCorsConfigurationV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketCorsConfigurationV2CorsRule, s3_BucketCorsConfigurationV2CorsRule_GetTypes, -} from "../types/s3_BucketCorsConfigurationV2CorsRule"; +} from '../types/s3_BucketCorsConfigurationV2CorsRule'; export interface BucketCorsConfigurationV2Args { // Name of the bucket. @@ -35,24 +35,24 @@ export class BucketCorsConfigurationV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "corsRules", - "Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.", + 'corsRules', + 'Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.', () => s3_BucketCorsConfigurationV2CorsRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketIntelligentTieringConfiguration.ts b/src/app/Models/codegen/aws/s3/BucketIntelligentTieringConfiguration.ts index 938176520..b2dfbff0f 100644 --- a/src/app/Models/codegen/aws/s3/BucketIntelligentTieringConfiguration.ts +++ b/src/app/Models/codegen/aws/s3/BucketIntelligentTieringConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketIntelligentTieringConfigurationFilter, s3_BucketIntelligentTieringConfigurationFilter_GetTypes, -} from "../types/s3_BucketIntelligentTieringConfigurationFilter"; +} from '../types/s3_BucketIntelligentTieringConfigurationFilter'; import { s3_BucketIntelligentTieringConfigurationTiering, s3_BucketIntelligentTieringConfigurationTiering_GetTypes, -} from "../types/s3_BucketIntelligentTieringConfigurationTiering"; +} from '../types/s3_BucketIntelligentTieringConfigurationTiering'; export interface BucketIntelligentTieringConfigurationArgs { // Name of the bucket this intelligent tiering configuration is associated with. @@ -51,7 +51,7 @@ export class BucketIntelligentTieringConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "filter", + 'filter', "Bucket filter. The configuration only includes objects that meet the filter's criteria (documented below).", () => s3_BucketIntelligentTieringConfigurationFilter_GetTypes(), false, @@ -59,32 +59,32 @@ export class BucketIntelligentTieringConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "Unique name used to identify the S3 Intelligent-Tiering configuration for the bucket.", + 'name', + 'Unique name used to identify the S3 Intelligent-Tiering configuration for the bucket.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "status", - "Specifies the status of the configuration. Valid values: `Enabled`, `Disabled`.", + 'status', + 'Specifies the status of the configuration. Valid values: `Enabled`, `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tierings", - "S3 Intelligent-Tiering storage class tiers of the configuration (documented below).", + 'tierings', + 'S3 Intelligent-Tiering storage class tiers of the configuration (documented below).', () => s3_BucketIntelligentTieringConfigurationTiering_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket this intelligent tiering configuration is associated with.", + 'bucket', + 'Name of the bucket this intelligent tiering configuration is associated with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/s3/BucketLifecycleConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketLifecycleConfigurationV2.ts index 674b149f5..5d14cf681 100644 --- a/src/app/Models/codegen/aws/s3/BucketLifecycleConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketLifecycleConfigurationV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLifecycleConfigurationV2Rule, s3_BucketLifecycleConfigurationV2Rule_GetTypes, -} from "../types/s3_BucketLifecycleConfigurationV2Rule"; +} from '../types/s3_BucketLifecycleConfigurationV2Rule'; export interface BucketLifecycleConfigurationV2Args { // Name of the source S3 bucket you want Amazon S3 to monitor. @@ -35,24 +35,24 @@ export class BucketLifecycleConfigurationV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "List of configuration blocks describing the rules managing the replication. See below.", + 'rules', + 'List of configuration blocks describing the rules managing the replication. See below.', () => s3_BucketLifecycleConfigurationV2Rule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the source S3 bucket you want Amazon S3 to monitor.", + 'bucket', + 'Name of the source S3 bucket you want Amazon S3 to monitor.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/s3/BucketLoggingV2.ts b/src/app/Models/codegen/aws/s3/BucketLoggingV2.ts index 9487b93be..cfadc9d64 100644 --- a/src/app/Models/codegen/aws/s3/BucketLoggingV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketLoggingV2.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLoggingV2TargetGrant, s3_BucketLoggingV2TargetGrant_GetTypes, -} from "../types/s3_BucketLoggingV2TargetGrant"; +} from '../types/s3_BucketLoggingV2TargetGrant'; import { s3_BucketLoggingV2TargetObjectKeyFormat, s3_BucketLoggingV2TargetObjectKeyFormat_GetTypes, -} from "../types/s3_BucketLoggingV2TargetObjectKeyFormat"; +} from '../types/s3_BucketLoggingV2TargetObjectKeyFormat'; export interface BucketLoggingV2Args { // Name of the bucket. @@ -57,48 +57,48 @@ export class BucketLoggingV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetBucket", - "Name of the bucket where you want Amazon S3 to store server access logs.", + 'targetBucket', + 'Name of the bucket where you want Amazon S3 to store server access logs.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetGrants", - "Set of configuration blocks with information for granting permissions. See below.", + 'targetGrants', + 'Set of configuration blocks with information for granting permissions. See below.', () => s3_BucketLoggingV2TargetGrant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "targetObjectKeyFormat", - "Amazon S3 key format for log objects. See below.", + 'targetObjectKeyFormat', + 'Amazon S3 key format for log objects. See below.', () => s3_BucketLoggingV2TargetObjectKeyFormat_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetPrefix", - "Prefix for all log object keys.", + 'targetPrefix', + 'Prefix for all log object keys.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/s3/BucketMetric.ts b/src/app/Models/codegen/aws/s3/BucketMetric.ts index 9a6b6b1ed..921500968 100644 --- a/src/app/Models/codegen/aws/s3/BucketMetric.ts +++ b/src/app/Models/codegen/aws/s3/BucketMetric.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketMetricFilter, s3_BucketMetricFilter_GetTypes, -} from "../types/s3_BucketMetricFilter"; +} from '../types/s3_BucketMetricFilter'; export interface BucketMetricArgs { // Name of the bucket to put metric configuration. @@ -35,24 +35,24 @@ export class BucketMetric extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket to put metric configuration.", + 'bucket', + 'Name of the bucket to put metric configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "filter", - "[Object filtering](http://docs.aws.amazon.com/AmazonS3/latest/dev/metrics-configurations.html#metrics-configurations-filter) that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).", + 'filter', + '[Object filtering](http://docs.aws.amazon.com/AmazonS3/latest/dev/metrics-configurations.html#metrics-configurations-filter) that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).', () => s3_BucketMetricFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique identifier of the metrics configuration for the bucket. Must be less than or equal to 64 characters in length.", + 'name', + 'Unique identifier of the metrics configuration for the bucket. Must be less than or equal to 64 characters in length.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketNotification.ts b/src/app/Models/codegen/aws/s3/BucketNotification.ts index 0f653ce71..faa43ee7e 100644 --- a/src/app/Models/codegen/aws/s3/BucketNotification.ts +++ b/src/app/Models/codegen/aws/s3/BucketNotification.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketNotificationLambdaFunction, s3_BucketNotificationLambdaFunction_GetTypes, -} from "../types/s3_BucketNotificationLambdaFunction"; +} from '../types/s3_BucketNotificationLambdaFunction'; import { s3_BucketNotificationQueue, s3_BucketNotificationQueue_GetTypes, -} from "../types/s3_BucketNotificationQueue"; +} from '../types/s3_BucketNotificationQueue'; import { s3_BucketNotificationTopic, s3_BucketNotificationTopic_GetTypes, -} from "../types/s3_BucketNotificationTopic"; +} from '../types/s3_BucketNotificationTopic'; export interface BucketNotificationArgs { /* @@ -63,40 +63,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "queues", - "Notification configuration to SQS Queue. See below.", + 'queues', + 'Notification configuration to SQS Queue. See below.', () => s3_BucketNotificationQueue_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "topics", - "Notification configuration to SNS Topic. See below.", + 'topics', + 'Notification configuration to SNS Topic. See below.', () => s3_BucketNotificationTopic_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket for notification configuration.\n\nThe following arguments are optional:", + 'bucket', + 'Name of the bucket for notification configuration.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "eventbridge", - "Whether to enable Amazon EventBridge notifications. Defaults to `false`.", + 'eventbridge', + 'Whether to enable Amazon EventBridge notifications. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "lambdaFunctions", - "Used to configure notifications to a Lambda Function. See below.", + 'lambdaFunctions', + 'Used to configure notifications to a Lambda Function. See below.', () => s3_BucketNotificationLambdaFunction_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3/BucketObject.ts b/src/app/Models/codegen/aws/s3/BucketObject.ts index 4025347c1..ccbf67c49 100644 --- a/src/app/Models/codegen/aws/s3/BucketObject.ts +++ b/src/app/Models/codegen/aws/s3/BucketObject.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketObjectArgs { // Caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details. @@ -182,31 +182,31 @@ If no content is provided through `source`, `content` or `content_base64`, then return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket to put the file in. Alternatively, an [S3 access point](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-access-points.html) ARN can be specified.", + 'bucket', + 'Name of the bucket to put the file in. Alternatively, an [S3 access point](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-access-points.html) ARN can be specified.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceHash", - "Triggers updates like `etag` but useful to address `etag` encryption limitations.", + 'sourceHash', + 'Triggers updates like `etag` but useful to address `etag` encryption limitations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentEncoding", - "Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.", + 'contentEncoding', + 'Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "etag", + 'etag', 'Triggers updates when the value changes. This attribute is not compatible with KMS encryption, `kms_key_id` or `server_side_encryption = "aws:kms"` (see `source_hash` instead).', () => [], false, @@ -214,55 +214,55 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "contentType", - "Standard MIME type describing the format of the object data, e.g., application/octet-stream. All Valid MIME Types are valid for this input.", + 'contentType', + 'Standard MIME type describing the format of the object data, e.g., application/octet-stream. All Valid MIME Types are valid for this input.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether to allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.", + 'forceDestroy', + 'Whether to allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockMode", - "Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.", + 'objectLockMode', + 'Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentDisposition", - "Presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.", + 'contentDisposition', + 'Presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of the KMS Key to use for object encryption. If the S3 Bucket has server-side encryption enabled, that value will automatically be used. If referencing the `aws.kms.Key` resource, use the `arn` attribute. If referencing the `aws.kms.Alias` data source or resource, use the `target_key_arn` attribute. The provider will only perform drift detection if a configuration value is provided.", + 'kmsKeyId', + 'ARN of the KMS Key to use for object encryption. If the S3 Bucket has server-side encryption enabled, that value will automatically be used. If referencing the `aws.kms.Key` resource, use the `arn` attribute. If referencing the `aws.kms.Alias` data source or resource, use the `target_key_arn` attribute. The provider will only perform drift detection if a configuration value is provided.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "metadata", - "Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).", + 'metadata', + 'Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageClass", + 'storageClass', '[Storage Class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#AmazonS3-PutObject-request-header-StorageClass) for the object. Defaults to "`STANDARD`".', () => [], false, @@ -270,47 +270,47 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "cacheControl", - "Caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.", + 'cacheControl', + 'Caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "content", - "Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.", + 'content', + 'Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentLanguage", - "Language the content is in e.g., en-US or en-GB.", + 'contentLanguage', + 'Language the content is in e.g., en-US or en-GB.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.", + 'bucketKeyEnabled', + 'Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockLegalHoldStatus", - "[Legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.", + 'objectLockLegalHoldStatus', + '[Legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockRetainUntilDate", + 'objectLockRetainUntilDate', "Date and time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8), when this object's object lock will [expire](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-periods).", () => [], false, @@ -318,39 +318,39 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "websiteRedirect", - "Target URL for [website redirect](http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html).\n\nIf no content is provided through `source`, `content` or `content_base64`, then the object will be empty.", + 'websiteRedirect', + 'Target URL for [website redirect](http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html).\n\nIf no content is provided through `source`, `content` or `content_base64`, then the object will be empty.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acl", - "[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Defaults to `private`.", + 'acl', + '[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Defaults to `private`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "source", - "Path to a file that will be read and uploaded as raw bytes for the object content.", + 'source', + 'Path to a file that will be read and uploaded as raw bytes for the object content.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serverSideEncryption", + 'serverSideEncryption', 'Server-side encryption of the object in S3. Valid values are "`AES256`" and "`aws:kms`".', () => [], false, @@ -358,16 +358,16 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "contentBase64", - "Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for small content such as the result of the `gzipbase64` function with small text strings. For larger objects, use `source` to stream the content from a disk file.", + 'contentBase64', + 'Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for small content such as the result of the `gzipbase64` function with small text strings. For larger objects, use `source` to stream the content from a disk file.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the object once it is in the bucket.\n\nThe following arguments are optional:", + 'key', + 'Name of the object once it is in the bucket.\n\nThe following arguments are optional:', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketObjectLockConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketObjectLockConfigurationV2.ts index 838efb169..caa63ca5d 100644 --- a/src/app/Models/codegen/aws/s3/BucketObjectLockConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketObjectLockConfigurationV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectLockConfigurationV2Rule, s3_BucketObjectLockConfigurationV2Rule_GetTypes, -} from "../types/s3_BucketObjectLockConfigurationV2Rule"; +} from '../types/s3_BucketObjectLockConfigurationV2Rule'; export interface BucketObjectLockConfigurationV2Args { /* @@ -53,40 +53,40 @@ To enable Object Lock for an existing bucket, you must first enable versioning o return [ new DynamicUIProps( InputType.String, - "token", - "This argument is deprecated and no longer needed to enable Object Lock.\nTo enable Object Lock for an existing bucket, you must first enable versioning on the bucket and then enable Object Lock. For more details on versioning, see the `aws.s3.BucketVersioningV2` resource.", + 'token', + 'This argument is deprecated and no longer needed to enable Object Lock.\nTo enable Object Lock for an existing bucket, you must first enable versioning on the bucket and then enable Object Lock. For more details on versioning, see the `aws.s3.BucketVersioningV2` resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "objectLockEnabled", - "Indicates whether this bucket has an Object Lock configuration enabled. Defaults to `Enabled`. Valid values: `Enabled`.", + 'objectLockEnabled', + 'Indicates whether this bucket has an Object Lock configuration enabled. Defaults to `Enabled`. Valid values: `Enabled`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "rule", - "Configuration block for specifying the Object Lock rule for the specified object. See below.", + 'rule', + 'Configuration block for specifying the Object Lock rule for the specified object. See below.', () => s3_BucketObjectLockConfigurationV2Rule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3/BucketObjectv2.ts b/src/app/Models/codegen/aws/s3/BucketObjectv2.ts index 994cc5578..29c6322b6 100644 --- a/src/app/Models/codegen/aws/s3/BucketObjectv2.ts +++ b/src/app/Models/codegen/aws/s3/BucketObjectv2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectv2OverrideProvider, s3_BucketObjectv2OverrideProvider_GetTypes, -} from "../types/s3_BucketObjectv2OverrideProvider"; +} from '../types/s3_BucketObjectv2OverrideProvider'; export interface BucketObjectv2Args { // Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API). @@ -214,63 +214,63 @@ If no content is provided through `source`, `content` or `content_base64`, then return [ new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.", + 'bucketKeyEnabled', + 'Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket to put the file in. Alternatively, an [S3 access point](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-access-points.html) ARN can be specified.", + 'bucket', + 'Name of the bucket to put the file in. Alternatively, an [S3 access point](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-access-points.html) ARN can be specified.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contentLanguage", - "Language the content is in e.g., en-US or en-GB.", + 'contentLanguage', + 'Language the content is in e.g., en-US or en-GB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockLegalHoldStatus", - "[Legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.", + 'objectLockLegalHoldStatus', + '[Legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cacheControl", - "Caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.", + 'cacheControl', + 'Caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockMode", - "Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.", + 'objectLockMode', + 'Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "websiteRedirect", + 'websiteRedirect', "Target URL for [website redirect](http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html).\n\nIf no content is provided through `source`, `content` or `content_base64`, then the object will be empty.\n\n> **Note:** The provider ignores all leading `/`s in the object's `key` and treats multiple `/`s in the rest of the object's `key` as a single `/`, so values of `/index.html` and `index.html` correspond to the same S3 object as do `first//second///third//` and `first/second/third/`.", () => [], false, @@ -278,47 +278,47 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "checksumAlgorithm", - "Indicates the algorithm used to create the checksum for the object. If a value is specified and the object is encrypted with KMS, you must have permission to use the `kms:Decrypt` action. Valid values: `CRC32`, `CRC32C`, `SHA1`, `SHA256`.", + 'checksumAlgorithm', + 'Indicates the algorithm used to create the checksum for the object. If a value is specified and the object is encrypted with KMS, you must have permission to use the `kms:Decrypt` action. Valid values: `CRC32`, `CRC32C`, `SHA1`, `SHA256`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of the KMS Key to use for object encryption. If the S3 Bucket has server-side encryption enabled, that value will automatically be used. If referencing the `aws.kms.Key` resource, use the `arn` attribute. If referencing the `aws.kms.Alias` data source or resource, use the `target_key_arn` attribute. The provider will only perform drift detection if a configuration value is provided.", + 'kmsKeyId', + 'ARN of the KMS Key to use for object encryption. If the S3 Bucket has server-side encryption enabled, that value will automatically be used. If referencing the `aws.kms.Key` resource, use the `arn` attribute. If referencing the `aws.kms.Alias` data source or resource, use the `target_key_arn` attribute. The provider will only perform drift detection if a configuration value is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceHash", - "Triggers updates like `etag` but useful to address `etag` encryption limitations. (The value is only stored in state and not saved by AWS.)", + 'sourceHash', + 'Triggers updates like `etag` but useful to address `etag` encryption limitations. (The value is only stored in state and not saved by AWS.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentEncoding", - "Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.", + 'contentEncoding', + 'Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentBase64", - "Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for small content such as the result of the `gzipbase64` function with small text strings. For larger objects, use `source` to stream the content from a disk file.", + 'contentBase64', + 'Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for small content such as the result of the `gzipbase64` function with small text strings. For larger objects, use `source` to stream the content from a disk file.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "etag", + 'etag', 'Triggers updates when the value changes. This attribute is not compatible with KMS encryption, `kms_key_id` or `server_side_encryption = "aws:kms"`, also if an object is larger than 16 MB, the AWS Management Console will upload or copy that object as a Multipart Upload, and therefore the ETag will not be an MD5 digest (see `source_hash` instead).', () => [], false, @@ -326,63 +326,63 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.Map, - "metadata", - "Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).", + 'metadata', + 'Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "contentDisposition", - "Presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.", + 'contentDisposition', + 'Presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "source", - "Path to a file that will be read and uploaded as raw bytes for the object content.", + 'source', + 'Path to a file that will be read and uploaded as raw bytes for the object content.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Whether to allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.", + 'forceDestroy', + 'Whether to allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentType", - "Standard MIME type describing the format of the object data, e.g., application/octet-stream. All Valid MIME Types are valid for this input.", + 'contentType', + 'Standard MIME type describing the format of the object data, e.g., application/octet-stream. All Valid MIME Types are valid for this input.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "overrideProvider", - "Override provider-level configuration options. See Override Provider below for more details.", + 'overrideProvider', + 'Override provider-level configuration options. See Override Provider below for more details.', () => s3_BucketObjectv2OverrideProvider_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "acl", - "[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, and `bucket-owner-full-control`.", + 'acl', + '[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, and `bucket-owner-full-control`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverSideEncryption", + 'serverSideEncryption', 'Server-side encryption of the object in S3. Valid values are "`AES256`" and "`aws:kms`".', () => [], false, @@ -390,23 +390,23 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "content", - "Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.", + 'content', + 'Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the object once it is in the bucket.\n\nThe following arguments are optional:", + 'key', + 'Name of the object once it is in the bucket.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "objectLockRetainUntilDate", + 'objectLockRetainUntilDate', "Date and time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8), when this object's object lock will [expire](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-periods).", () => [], false, @@ -414,7 +414,7 @@ If no content is provided through `source`, `content` or `content_base64`, then ), new DynamicUIProps( InputType.String, - "storageClass", + 'storageClass', '[Storage Class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#AmazonS3-PutObject-request-header-StorageClass) for the object. Defaults to "`STANDARD`".', () => [], false, diff --git a/src/app/Models/codegen/aws/s3/BucketOwnershipControls.ts b/src/app/Models/codegen/aws/s3/BucketOwnershipControls.ts index a3ed27169..6d411dbf4 100644 --- a/src/app/Models/codegen/aws/s3/BucketOwnershipControls.ts +++ b/src/app/Models/codegen/aws/s3/BucketOwnershipControls.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketOwnershipControlsRule, s3_BucketOwnershipControlsRule_GetTypes, -} from "../types/s3_BucketOwnershipControlsRule"; +} from '../types/s3_BucketOwnershipControlsRule'; export interface BucketOwnershipControlsArgs { // Name of the bucket that you want to associate this access point with. @@ -29,16 +29,16 @@ export class BucketOwnershipControls extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket that you want to associate this access point with.", + 'bucket', + 'Name of the bucket that you want to associate this access point with.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "rule", - "Configuration block(s) with Ownership Controls rules. Detailed below.", + 'rule', + 'Configuration block(s) with Ownership Controls rules. Detailed below.', () => s3_BucketOwnershipControlsRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/s3/BucketPolicy.ts b/src/app/Models/codegen/aws/s3/BucketPolicy.ts index 236676637..a1ad32df7 100644 --- a/src/app/Models/codegen/aws/s3/BucketPolicy.ts +++ b/src/app/Models/codegen/aws/s3/BucketPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketPolicyArgs { // Text of the policy. Although this is a bucket policy rather than an IAM policy, the `aws.iam.getPolicyDocument` data source may be used, so long as it specifies a principal. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide. Note: Bucket policies are limited to 20 KB in size. @@ -25,16 +25,16 @@ export class BucketPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "Text of the policy. Although this is a bucket policy rather than an IAM policy, the `aws.iam.getPolicyDocument` data source may be used, so long as it specifies a principal. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide. Note: Bucket policies are limited to 20 KB in size.", + 'policy', + 'Text of the policy. Although this is a bucket policy rather than an IAM policy, the `aws.iam.getPolicyDocument` data source may be used, so long as it specifies a principal. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide. Note: Bucket policies are limited to 20 KB in size.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket to which to apply the policy.", + 'bucket', + 'Name of the bucket to which to apply the policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/s3/BucketPublicAccessBlock.ts b/src/app/Models/codegen/aws/s3/BucketPublicAccessBlock.ts index 47f3d844a..fb9c99919 100644 --- a/src/app/Models/codegen/aws/s3/BucketPublicAccessBlock.ts +++ b/src/app/Models/codegen/aws/s3/BucketPublicAccessBlock.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketPublicAccessBlockArgs { /* @@ -69,7 +69,7 @@ Whether Amazon S3 should ignore public ACLs for this bucket. Defaults to `false` return [ new DynamicUIProps( InputType.Bool, - "ignorePublicAcls", + 'ignorePublicAcls', "Whether Amazon S3 should ignore public ACLs for this bucket. Defaults to `false`. Enabling this setting does not affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set. When set to `true` causes Amazon S3 to:\n* Ignore public ACLs on this bucket and any objects that it contains.", () => [], false, @@ -77,32 +77,32 @@ Whether Amazon S3 should ignore public ACLs for this bucket. Defaults to `false` ), new DynamicUIProps( InputType.Bool, - "restrictPublicBuckets", - "Whether Amazon S3 should restrict public bucket policies for this bucket. Defaults to `false`. Enabling this setting does not affect the previously stored bucket policy, except that public and cross-account access within the public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access this buckets if it has a public policy.", + 'restrictPublicBuckets', + 'Whether Amazon S3 should restrict public bucket policies for this bucket. Defaults to `false`. Enabling this setting does not affect the previously stored bucket policy, except that public and cross-account access within the public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access this buckets if it has a public policy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "blockPublicAcls", - "Whether Amazon S3 should block public ACLs for this bucket. Defaults to `false`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls will fail if the specified ACL allows public access.\n* PUT Object calls will fail if the request includes an object ACL.", + 'blockPublicAcls', + 'Whether Amazon S3 should block public ACLs for this bucket. Defaults to `false`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls will fail if the specified ACL allows public access.\n* PUT Object calls will fail if the request includes an object ACL.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "Whether Amazon S3 should block public bucket policies for this bucket. Defaults to `false`. Enabling this setting does not affect the existing bucket policy. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.", + 'blockPublicPolicy', + 'Whether Amazon S3 should block public bucket policies for this bucket. Defaults to `false`. Enabling this setting does not affect the existing bucket policy. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "S3 Bucket to which this Public Access Block configuration should be applied.", + 'bucket', + 'S3 Bucket to which this Public Access Block configuration should be applied.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/s3/BucketReplicationConfig.ts b/src/app/Models/codegen/aws/s3/BucketReplicationConfig.ts index 92ea4dacb..ad98ef4f3 100644 --- a/src/app/Models/codegen/aws/s3/BucketReplicationConfig.ts +++ b/src/app/Models/codegen/aws/s3/BucketReplicationConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRule, s3_BucketReplicationConfigRule_GetTypes, -} from "../types/s3_BucketReplicationConfigRule"; +} from '../types/s3_BucketReplicationConfigRule'; export interface BucketReplicationConfigArgs { // Name of the source S3 bucket you want Amazon S3 to monitor. @@ -47,23 +47,23 @@ For more details, see [Using S3 Object Lock with replication](https://docs.aws.a return [ new DynamicUIProps( InputType.String, - "role", - "ARN of the IAM role for Amazon S3 to assume when replicating the objects.", + 'role', + 'ARN of the IAM role for Amazon S3 to assume when replicating the objects.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "rules", - "List of configuration blocks describing the rules managing the replication. See below.", + 'rules', + 'List of configuration blocks describing the rules managing the replication. See below.', () => s3_BucketReplicationConfigRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "token", + 'token', 'Token to allow replication to be enabled on an Object Lock-enabled bucket. You must contact AWS support for the bucket\'s "Object Lock token".\nFor more details, see [Using S3 Object Lock with replication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-managing-replication).', () => [], false, @@ -71,8 +71,8 @@ For more details, see [Using S3 Object Lock with replication](https://docs.aws.a ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the source S3 bucket you want Amazon S3 to monitor.", + 'bucket', + 'Name of the source S3 bucket you want Amazon S3 to monitor.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/s3/BucketRequestPaymentConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketRequestPaymentConfigurationV2.ts index 80e67fec9..94177005a 100644 --- a/src/app/Models/codegen/aws/s3/BucketRequestPaymentConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketRequestPaymentConfigurationV2.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketRequestPaymentConfigurationV2Args { // Specifies who pays for the download and request fees. Valid values: `BucketOwner`, `Requester`. @@ -31,24 +31,24 @@ export class BucketRequestPaymentConfigurationV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "payer", - "Specifies who pays for the download and request fees. Valid values: `BucketOwner`, `Requester`.", + 'payer', + 'Specifies who pays for the download and request fees. Valid values: `BucketOwner`, `Requester`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketServerSideEncryptionConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketServerSideEncryptionConfigurationV2.ts index ac36a631d..a93cad01d 100644 --- a/src/app/Models/codegen/aws/s3/BucketServerSideEncryptionConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketServerSideEncryptionConfigurationV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketServerSideEncryptionConfigurationV2Rule, s3_BucketServerSideEncryptionConfigurationV2Rule_GetTypes, -} from "../types/s3_BucketServerSideEncryptionConfigurationV2Rule"; +} from '../types/s3_BucketServerSideEncryptionConfigurationV2Rule'; export interface BucketServerSideEncryptionConfigurationV2Args { // ID (name) of the bucket. @@ -35,24 +35,24 @@ export class BucketServerSideEncryptionConfigurationV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "ID (name) of the bucket.", + 'bucket', + 'ID (name) of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Set of server-side encryption configuration rules. See below. Currently, only a single rule is supported.", + 'rules', + 'Set of server-side encryption configuration rules. See below. Currently, only a single rule is supported.', () => s3_BucketServerSideEncryptionConfigurationV2Rule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/s3/BucketV2.ts b/src/app/Models/codegen/aws/s3/BucketV2.ts index 0abfd8994..20f664b78 100644 --- a/src/app/Models/codegen/aws/s3/BucketV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketV2.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2Versioning, s3_BucketV2Versioning_GetTypes, -} from "../types/s3_BucketV2Versioning"; +} from '../types/s3_BucketV2Versioning'; import { s3_BucketV2ReplicationConfiguration, s3_BucketV2ReplicationConfiguration_GetTypes, -} from "../types/s3_BucketV2ReplicationConfiguration"; +} from '../types/s3_BucketV2ReplicationConfiguration'; import { s3_BucketV2ObjectLockConfiguration, s3_BucketV2ObjectLockConfiguration_GetTypes, -} from "../types/s3_BucketV2ObjectLockConfiguration"; +} from '../types/s3_BucketV2ObjectLockConfiguration'; import { s3_BucketV2Grant, s3_BucketV2Grant_GetTypes, -} from "../types/s3_BucketV2Grant"; +} from '../types/s3_BucketV2Grant'; import { s3_BucketV2ServerSideEncryptionConfiguration, s3_BucketV2ServerSideEncryptionConfiguration_GetTypes, -} from "../types/s3_BucketV2ServerSideEncryptionConfiguration"; +} from '../types/s3_BucketV2ServerSideEncryptionConfiguration'; import { s3_BucketV2Website, s3_BucketV2Website_GetTypes, -} from "../types/s3_BucketV2Website"; +} from '../types/s3_BucketV2Website'; import { s3_BucketV2Logging, s3_BucketV2Logging_GetTypes, -} from "../types/s3_BucketV2Logging"; +} from '../types/s3_BucketV2Logging'; import { s3_BucketV2LifecycleRule, s3_BucketV2LifecycleRule_GetTypes, -} from "../types/s3_BucketV2LifecycleRule"; +} from '../types/s3_BucketV2LifecycleRule'; import { s3_BucketV2CorsRule, s3_BucketV2CorsRule_GetTypes, -} from "../types/s3_BucketV2CorsRule"; +} from '../types/s3_BucketV2CorsRule'; export interface BucketV2Args { /* @@ -255,144 +255,144 @@ Use the resource `aws.s3.BucketServerSideEncryptionConfigurationV2` instead. return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "Creates a unique bucket name beginning with the specified prefix. Conflicts with `bucket`. Must be lowercase and less than or equal to 37 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).", + 'bucketPrefix', + 'Creates a unique bucket name beginning with the specified prefix. Conflicts with `bucket`. Must be lowercase and less than or equal to 37 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "loggings", - "Configuration of [S3 bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) parameters. See Logging below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLoggingV2` instead.", + 'loggings', + 'Configuration of [S3 bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) parameters. See Logging below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLoggingV2` instead.', () => s3_BucketV2Logging_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "lifecycleRules", - "Configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html). See Lifecycle Rule below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLifecycleConfigurationV2` instead.", + 'lifecycleRules', + 'Configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html). See Lifecycle Rule below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketLifecycleConfigurationV2` instead.', () => s3_BucketV2LifecycleRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "corsRules", - "Rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). See CORS rule below for details. This provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketCorsConfigurationV2` instead.", + 'corsRules', + 'Rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). See CORS rule below for details. This provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketCorsConfigurationV2` instead.', () => s3_BucketV2CorsRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the bucket. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are deprecated, and will be removed in a future major version:", + 'tags', + 'Map of tags to assign to the bucket. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.\n\nThe following arguments are deprecated, and will be removed in a future major version:', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket. If omitted, the provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). The name must not be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.DirectoryBucket` resource to manage S3 Express buckets.", + 'bucket', + 'Name of the bucket. If omitted, the provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). The name must not be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.DirectoryBucket` resource to manage S3 Express buckets.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "websites", - "Configuration of the [S3 bucket website](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html). See Website below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketWebsiteConfigurationV2` instead.", + 'websites', + 'Configuration of the [S3 bucket website](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html). See Website below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketWebsiteConfigurationV2` instead.', () => s3_BucketV2Website_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "versionings", - "Configuration of the [S3 bucket versioning state](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html). See Versioning below for details. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketVersioningV2` instead.", + 'versionings', + 'Configuration of the [S3 bucket versioning state](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html). See Versioning below for details. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketVersioningV2` instead.', () => s3_BucketV2Versioning_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "serverSideEncryptionConfigurations", - "Configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html). See Server Side Encryption Configuration below for details.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketServerSideEncryptionConfigurationV2` instead.", + 'serverSideEncryptionConfigurations', + 'Configuration of [server-side encryption configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html). See Server Side Encryption Configuration below for details.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketServerSideEncryptionConfigurationV2` instead.', () => s3_BucketV2ServerSideEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "objectLockEnabled", - "Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.", + 'objectLockEnabled', + 'Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "Valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note that if the policy document is not specific enough (but still valid), this provider may view the policy as constantly changing. In this case, please make sure you use the verbose/specific version of the policy. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketPolicy` instead.", + 'policy', + 'Valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note that if the policy document is not specific enough (but still valid), this provider may view the policy as constantly changing. In this case, please make sure you use the verbose/specific version of the policy. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketPolicy` instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accelerationStatus", - "Sets the accelerate configuration of an existing bucket. Can be `Enabled` or `Suspended`. Cannot be used in `cn-north-1` or `us-gov-west-1`. This provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketAccelerateConfigurationV2` instead.", + 'accelerationStatus', + 'Sets the accelerate configuration of an existing bucket. Can be `Enabled` or `Suspended`. Cannot be used in `cn-north-1` or `us-gov-west-1`. This provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketAccelerateConfigurationV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "requestPayer", - "Specifies who should bear the cost of Amazon S3 data transfer.\nCan be either `BucketOwner` or `Requester`. By default, the owner of the S3 bucket would incur the costs of any data transfer.\nSee [Requester Pays Buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) developer guide for more information.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketRequestPaymentConfigurationV2` instead.", + 'requestPayer', + 'Specifies who should bear the cost of Amazon S3 data transfer.\nCan be either `BucketOwner` or `Requester`. By default, the owner of the S3 bucket would incur the costs of any data transfer.\nSee [Requester Pays Buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) developer guide for more information.\nThe provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketRequestPaymentConfigurationV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Boolean that indicates all objects (including any [locked objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html)) should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.", + 'forceDestroy', + 'Boolean that indicates all objects (including any [locked objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html)) should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "objectLockConfiguration", - "Configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). See Object Lock Configuration below for details.\nThe provider wil only perform drift detection if a configuration value is provided.\nUse the `object_lock_enabled` parameter and the resource `aws.s3.BucketObjectLockConfigurationV2` instead.", + 'objectLockConfiguration', + 'Configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). See Object Lock Configuration below for details.\nThe provider wil only perform drift detection if a configuration value is provided.\nUse the `object_lock_enabled` parameter and the resource `aws.s3.BucketObjectLockConfigurationV2` instead.', () => s3_BucketV2ObjectLockConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "acl", - "The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, and `log-delivery-write`. Defaults to `private`. Conflicts with `grant`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.", + 'acl', + 'The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, and `log-delivery-write`. Defaults to `private`. Conflicts with `grant`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "grants", - "An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl). See Grant below for details. Conflicts with `acl`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.", + 'grants', + 'An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl). See Grant below for details. Conflicts with `acl`. The provider will only perform drift detection if a configuration value is provided. Use the resource `aws.s3.BucketAclV2` instead.', () => s3_BucketV2Grant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "replicationConfigurations", - "Configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). See Replication Configuration below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketReplicationConfig` instead.", + 'replicationConfigurations', + 'Configuration of [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html). See Replication Configuration below for details. The provider will only perform drift detection if a configuration value is provided.\nUse the resource `aws.s3.BucketReplicationConfig` instead.', () => s3_BucketV2ReplicationConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3/BucketVersioningV2.ts b/src/app/Models/codegen/aws/s3/BucketVersioningV2.ts index 24bc7540e..83c0e1d56 100644 --- a/src/app/Models/codegen/aws/s3/BucketVersioningV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketVersioningV2.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketVersioningV2VersioningConfiguration, s3_BucketVersioningV2VersioningConfiguration_GetTypes, -} from "../types/s3_BucketVersioningV2VersioningConfiguration"; +} from '../types/s3_BucketVersioningV2VersioningConfiguration'; export interface BucketVersioningV2Args { // Concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. @@ -41,7 +41,7 @@ export class BucketVersioningV2 extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "mfa", + 'mfa', "Concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.", () => [], false, @@ -49,24 +49,24 @@ export class BucketVersioningV2 extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "versioningConfiguration", - "Configuration block for the versioning parameters. See below.", + 'versioningConfiguration', + 'Configuration block for the versioning parameters. See below.', () => s3_BucketVersioningV2VersioningConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket.", + 'bucket', + 'Name of the S3 bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3/BucketWebsiteConfigurationV2.ts b/src/app/Models/codegen/aws/s3/BucketWebsiteConfigurationV2.ts index d7ecdb617..3dbf9b820 100644 --- a/src/app/Models/codegen/aws/s3/BucketWebsiteConfigurationV2.ts +++ b/src/app/Models/codegen/aws/s3/BucketWebsiteConfigurationV2.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketWebsiteConfigurationV2ErrorDocument, s3_BucketWebsiteConfigurationV2ErrorDocument_GetTypes, -} from "../types/s3_BucketWebsiteConfigurationV2ErrorDocument"; +} from '../types/s3_BucketWebsiteConfigurationV2ErrorDocument'; import { s3_BucketWebsiteConfigurationV2IndexDocument, s3_BucketWebsiteConfigurationV2IndexDocument_GetTypes, -} from "../types/s3_BucketWebsiteConfigurationV2IndexDocument"; +} from '../types/s3_BucketWebsiteConfigurationV2IndexDocument'; import { s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo, s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo_GetTypes, -} from "../types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo"; +} from '../types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo'; import { s3_BucketWebsiteConfigurationV2RoutingRule, s3_BucketWebsiteConfigurationV2RoutingRule_GetTypes, -} from "../types/s3_BucketWebsiteConfigurationV2RoutingRule"; +} from '../types/s3_BucketWebsiteConfigurationV2RoutingRule'; export interface BucketWebsiteConfigurationV2Args { // List of rules that define when a redirect is applied and the redirect behavior. See below. @@ -83,7 +83,7 @@ describing redirect behavior and when redirects are applied. Use this parameter return [ new DynamicUIProps( InputType.String, - "routingRuleDetails", + 'routingRuleDetails', 'JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)\ndescribing redirect behavior and when redirects are applied. Use this parameter when your routing rules contain empty String values (`""`) as seen in the example above.', () => [], false, @@ -91,47 +91,47 @@ describing redirect behavior and when redirects are applied. Use this parameter ), new DynamicUIProps( InputType.Array, - "routingRules", - "List of rules that define when a redirect is applied and the redirect behavior. See below.", + 'routingRules', + 'List of rules that define when a redirect is applied and the redirect behavior. See below.', () => s3_BucketWebsiteConfigurationV2RoutingRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "errorDocument", - "Name of the error document for the website. See below.", + 'errorDocument', + 'Name of the error document for the website. See below.', () => s3_BucketWebsiteConfigurationV2ErrorDocument_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account ID of the expected bucket owner.", + 'expectedBucketOwner', + 'Account ID of the expected bucket owner.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "indexDocument", - "Name of the index document for the website. See below.", + 'indexDocument', + 'Name of the index document for the website. See below.', () => s3_BucketWebsiteConfigurationV2IndexDocument_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "redirectAllRequestsTo", + 'redirectAllRequestsTo', "Redirect behavior for every request to this bucket's website endpoint. See below. Conflicts with `error_document`, `index_document`, and `routing_rule`.", () => s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/s3/DirectoryBucket.ts b/src/app/Models/codegen/aws/s3/DirectoryBucket.ts index e9f9b39f6..a1f52c3b9 100644 --- a/src/app/Models/codegen/aws/s3/DirectoryBucket.ts +++ b/src/app/Models/codegen/aws/s3/DirectoryBucket.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_DirectoryBucketLocation, s3_DirectoryBucketLocation_GetTypes, -} from "../types/s3_DirectoryBucketLocation"; +} from '../types/s3_DirectoryBucketLocation'; export interface DirectoryBucketArgs { // Name of the bucket. The name must be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.BucketV2` resource to manage general purpose buckets. @@ -50,40 +50,40 @@ export class DirectoryBucket extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket. The name must be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.BucketV2` resource to manage general purpose buckets.", + 'bucket', + 'Name of the bucket. The name must be in the format `[bucket_name]--[azid]--x-s3`. Use the `aws.s3.BucketV2` resource to manage general purpose buckets.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataRedundancy", - "Data redundancy. Valid values: `SingleAvailabilityZone`.", + 'dataRedundancy', + 'Data redundancy. Valid values: `SingleAvailabilityZone`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Boolean that indicates all objects should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.", + 'forceDestroy', + 'Boolean that indicates all objects should be deleted from the bucket *when the bucket is destroyed* so that the bucket can be destroyed without error. These objects are *not* recoverable. This only deletes objects when the bucket is destroyed, *not* when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `pulumi up` run before a destroy is required to update this value in the resource state. Without a successful `pulumi up` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the bucket or destroying the bucket, this flag will not work. Additionally when importing a bucket, a successful `pulumi up` is required to set this value in state before it will take effect on a destroy operation.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "location", - "Bucket location. See Location below for more details.", + 'location', + 'Bucket location. See Location below for more details.', () => s3_DirectoryBucketLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Bucket type. Valid values: `Directory`.", + 'type', + 'Bucket type. Valid values: `Directory`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3/Inventory.ts b/src/app/Models/codegen/aws/s3/Inventory.ts index c9506feaa..cc9f14fde 100644 --- a/src/app/Models/codegen/aws/s3/Inventory.ts +++ b/src/app/Models/codegen/aws/s3/Inventory.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_InventorySchedule, s3_InventorySchedule_GetTypes, -} from "../types/s3_InventorySchedule"; +} from '../types/s3_InventorySchedule'; import { s3_InventoryDestination, s3_InventoryDestination_GetTypes, -} from "../types/s3_InventoryDestination"; +} from '../types/s3_InventoryDestination'; import { s3_InventoryFilter, s3_InventoryFilter_GetTypes, -} from "../types/s3_InventoryFilter"; +} from '../types/s3_InventoryFilter'; export interface InventoryArgs { // Object versions to include in the inventory list. Valid values: `All`, `Current`. @@ -73,7 +73,7 @@ export class Inventory extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "filter", + 'filter', "Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria (documented below).", () => s3_InventoryFilter_GetTypes(), false, @@ -81,56 +81,56 @@ export class Inventory extends DS_Resource { ), new DynamicUIProps( InputType.String, - "includedObjectVersions", - "Object versions to include in the inventory list. Valid values: `All`, `Current`.", + 'includedObjectVersions', + 'Object versions to include in the inventory list. Valid values: `All`, `Current`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique identifier of the inventory configuration for the bucket.", + 'name', + 'Unique identifier of the inventory configuration for the bucket.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "optionalFields", - "List of optional fields that are included in the inventory results. Please refer to the S3 [documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_InventoryConfiguration.html#AmazonS3-Type-InventoryConfiguration-OptionalFields) for more details.", + 'optionalFields', + 'List of optional fields that are included in the inventory results. Please refer to the S3 [documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_InventoryConfiguration.html#AmazonS3-Type-InventoryConfiguration-OptionalFields) for more details.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "schedule", - "Specifies the schedule for generating inventory results (documented below).", + 'schedule', + 'Specifies the schedule for generating inventory results (documented below).', () => s3_InventorySchedule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the source bucket that inventory lists the objects for.", + 'bucket', + 'Name of the source bucket that inventory lists the objects for.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "destination", - "Contains information about where to publish the inventory results (documented below).", + 'destination', + 'Contains information about where to publish the inventory results (documented below).', () => s3_InventoryDestination_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether the inventory is enabled or disabled.", + 'enabled', + 'Specifies whether the inventory is enabled or disabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3/ObjectCopy.ts b/src/app/Models/codegen/aws/s3/ObjectCopy.ts index f9d062156..42d26f2a4 100644 --- a/src/app/Models/codegen/aws/s3/ObjectCopy.ts +++ b/src/app/Models/codegen/aws/s3/ObjectCopy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_ObjectCopyGrant, s3_ObjectCopyGrant_GetTypes, -} from "../types/s3_ObjectCopyGrant"; +} from '../types/s3_ObjectCopyGrant'; export interface ObjectCopyArgs { // Name of the bucket to put the file in. @@ -295,215 +295,215 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "checksumAlgorithm", - "Indicates the algorithm used to create the checksum for the object. If a value is specified and the object is encrypted with KMS, you must have permission to use the `kms:Decrypt` action. Valid values: `CRC32`, `CRC32C`, `SHA1`, `SHA256`.", + 'checksumAlgorithm', + 'Indicates the algorithm used to create the checksum for the object. If a value is specified and the object is encrypted with KMS, you must have permission to use the `kms:Decrypt` action. Valid values: `CRC32`, `CRC32C`, `SHA1`, `SHA256`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentLanguage", - "Language the content is in e.g., en-US or en-GB.", + 'contentLanguage', + 'Language the content is in e.g., en-US or en-GB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverSideEncryption", - "Specifies server-side encryption of the object in S3. Valid values are `AES256` and `aws:kms`.", + 'serverSideEncryption', + 'Specifies server-side encryption of the object in S3. Valid values are `AES256` and `aws:kms`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "Allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.", + 'forceDestroy', + 'Allow the object to be deleted by removing any legal hold on any object version. Default is `false`. This value should be set to `true` only if the bucket has S3 object lock enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expectedSourceBucketOwner", - "Account id of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.", + 'expectedSourceBucketOwner', + 'Account id of the expected source bucket owner. If the source bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceCustomerKey", - "Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.", + 'sourceCustomerKey', + 'Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "copyIfMatch", - "Copies the object if its entity tag (ETag) matches the specified tag.", + 'copyIfMatch', + 'Copies the object if its entity tag (ETag) matches the specified tag.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "websiteRedirect", - "Specifies a target URL for [website redirect](http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html).", + 'websiteRedirect', + 'Specifies a target URL for [website redirect](http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsEncryptionContext", - "Specifies the AWS KMS Encryption Context to use for object encryption. The value is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.", + 'kmsEncryptionContext', + 'Specifies the AWS KMS Encryption Context to use for object encryption. The value is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customerKeyMd5", - "Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.", + 'customerKeyMd5', + 'Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taggingDirective", - "Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request. Valid values are `COPY` and `REPLACE`.", + 'taggingDirective', + 'Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request. Valid values are `COPY` and `REPLACE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket to put the file in.", + 'bucket', + 'Name of the bucket to put the file in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "customerAlgorithm", - "Specifies the algorithm to use to when encrypting the object (for example, AES256).", + 'customerAlgorithm', + 'Specifies the algorithm to use to when encrypting the object (for example, AES256).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expires", - "Date and time at which the object is no longer cacheable, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'expires', + 'Date and time at which the object is no longer cacheable, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentEncoding", - "Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.", + 'contentEncoding', + 'Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read [w3c content encoding](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "copyIfModifiedSince", - "Copies the object if it has been modified since the specified time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'copyIfModifiedSince', + 'Copies the object if it has been modified since the specified time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Specifies the AWS KMS Key ARN to use for object encryption. This value is a fully qualified **ARN** of the KMS Key. If using `aws.kms.Key`, use the exported `arn` attribute: `kms_key_id = aws_kms_key.foo.arn`", + 'kmsKeyId', + 'Specifies the AWS KMS Key ARN to use for object encryption. This value is a fully qualified **ARN** of the KMS Key. If using `aws.kms.Key`, use the exported `arn` attribute: `kms_key_id = aws_kms_key.foo.arn`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "copyIfNoneMatch", - "Copies the object if its entity tag (ETag) is different than the specified ETag.", + 'copyIfNoneMatch', + 'Copies the object if its entity tag (ETag) is different than the specified ETag.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customerKey", - "Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.", + 'customerKey', + 'Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Specifies the desired [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html#AmazonS3-CopyObject-request-header-StorageClass) for the object. Defaults to `STANDARD`.", + 'storageClass', + 'Specifies the desired [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html#AmazonS3-CopyObject-request-header-StorageClass) for the object. Defaults to `STANDARD`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadataDirective", - "Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request. Valid values are `COPY` and `REPLACE`.", + 'metadataDirective', + 'Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request. Valid values are `COPY` and `REPLACE`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "objectLockMode", - "Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.", + 'objectLockMode', + 'Object lock [retention mode](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-modes) that you want to apply to this object. Valid values are `GOVERNANCE` and `COMPLIANCE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentDisposition", - "Specifies presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.", + 'contentDisposition', + 'Specifies presentational information for the object. Read [w3c content_disposition](http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) for further information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceCustomerKeyMd5", - "Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.", + 'sourceCustomerKeyMd5', + 'Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key was transmitted without error.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "metadata", - "Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).", + 'metadata', + 'Map of keys/values to provision metadata (will be automatically prefixed by `x-amz-meta-`, note that only lowercase label are currently supported by the AWS Go API).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "copyIfUnmodifiedSince", + 'copyIfUnmodifiedSince', "Copies the object if it hasn't been modified since the specified time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", () => [], false, @@ -511,47 +511,47 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "Account id of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.", + 'expectedBucketOwner', + 'Account id of the expected destination bucket owner. If the destination bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceCustomerAlgorithm", - "Specifies the algorithm to use when decrypting the source object (for example, AES256).", + 'sourceCustomerAlgorithm', + 'Specifies the algorithm to use when decrypting the source object (for example, AES256).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "grants", - "Configuration block for header grants. Documented below. Conflicts with `acl`.", + 'grants', + 'Configuration block for header grants. Documented below. Conflicts with `acl`.', () => s3_ObjectCopyGrant_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the object once it is in the bucket.", + 'key', + 'Name of the object once it is in the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "objectLockLegalHoldStatus", - "The [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.", + 'objectLockLegalHoldStatus', + 'The [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-legal-holds) status that you want to apply to the specified object. Valid values are `ON` and `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectLockRetainUntilDate", + 'objectLockRetainUntilDate', "Date and time, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8), when this object's object lock will [expire](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html#object-lock-retention-periods).", () => [], false, @@ -559,48 +559,48 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "", + 'bucketKeyEnabled', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "source", - "Specifies the source object for the copy operation. You specify the value in one of two formats. For objects not accessed through an access point, specify the name of the source bucket and the key of the source object, separated by a slash (`/`). For example, `testbucket/test1.json`. For objects accessed through access points, specify the ARN of the object as accessed through the access point, in the format `arn:aws:s3:::accesspoint//object/`. For example, `arn:aws:s3:us-west-2:9999912999:accesspoint/my-access-point/object/testbucket/test1.json`.\n\nThe following arguments are optional:", + 'source', + 'Specifies the source object for the copy operation. You specify the value in one of two formats. For objects not accessed through an access point, specify the name of the source bucket and the key of the source object, separated by a slash (`/`). For example, `testbucket/test1.json`. For objects accessed through access points, specify the ARN of the object as accessed through the access point, in the format `arn:aws:s3:::accesspoint//object/`. For example, `arn:aws:s3:us-west-2:9999912999:accesspoint/my-access-point/object/testbucket/test1.json`.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contentType", - "Standard MIME type describing the format of the object data, e.g., `application/octet-stream`. All Valid MIME Types are valid for this input.", + 'contentType', + 'Standard MIME type describing the format of the object data, e.g., `application/octet-stream`. All Valid MIME Types are valid for this input.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "requestPayer", - "Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) in the Amazon S3 Developer Guide. If included, the only valid value is `requester`.", + 'requestPayer', + 'Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) in the Amazon S3 Developer Guide. If included, the only valid value is `requester`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acl", - "[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Conflicts with `grant`.", + 'acl', + '[Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Valid values are `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Conflicts with `grant`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cacheControl", - "Specifies caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.", + 'cacheControl', + 'Specifies caching behavior along the request/reply chain Read [w3c cache_control](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) for further details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/s3control/AccessGrant.ts b/src/app/Models/codegen/aws/s3control/AccessGrant.ts index 266791bef..2908e9e81 100644 --- a/src/app/Models/codegen/aws/s3control/AccessGrant.ts +++ b/src/app/Models/codegen/aws/s3control/AccessGrant.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_AccessGrantGrantee, s3control_AccessGrantGrantee_GetTypes, -} from "../types/s3control_AccessGrantGrantee"; +} from '../types/s3control_AccessGrantGrantee'; import { s3control_AccessGrantAccessGrantsLocationConfiguration, s3control_AccessGrantAccessGrantsLocationConfiguration_GetTypes, -} from "../types/s3control_AccessGrantAccessGrantsLocationConfiguration"; +} from '../types/s3control_AccessGrantAccessGrantsLocationConfiguration'; export interface AccessGrantArgs { // @@ -75,39 +75,39 @@ export class AccessGrant extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "accessGrantsLocationConfiguration", - "See Location Configuration below for more details.", + 'accessGrantsLocationConfiguration', + 'See Location Configuration below for more details.', () => s3control_AccessGrantAccessGrantsLocationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessGrantsLocationId", - "The ID of the S3 Access Grants location to with the access grant is giving access.", + 'accessGrantsLocationId', + 'The ID of the S3 Access Grants location to with the access grant is giving access.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountId", - "", + 'accountId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "grantee", - "See Grantee below for more details.", + 'grantee', + 'See Grantee below for more details.', () => s3control_AccessGrantGrantee_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "permission", + 'permission', "The access grant's level of access. Valid values: `READ`, `WRITE`, `READWRITE`.", () => [], true, @@ -115,16 +115,16 @@ export class AccessGrant extends DS_Resource { ), new DynamicUIProps( InputType.String, - "s3PrefixType", - "If you are creating an access grant that grants access to only one object, set this to `Object`. Valid values: `Object`.", + 's3PrefixType', + 'If you are creating an access grant that grants access to only one object, set this to `Object`. Valid values: `Object`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3control/AccessGrantsInstance.ts b/src/app/Models/codegen/aws/s3control/AccessGrantsInstance.ts index 6c01d2913..e28301e76 100644 --- a/src/app/Models/codegen/aws/s3control/AccessGrantsInstance.ts +++ b/src/app/Models/codegen/aws/s3control/AccessGrantsInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessGrantsInstanceArgs { // @@ -43,24 +43,24 @@ export class AccessGrantsInstance extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "", + 'accountId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityCenterArn", - "The ARN of the AWS IAM Identity Center instance associated with the S3 Access Grants instance.", + 'identityCenterArn', + 'The ARN of the AWS IAM Identity Center instance associated with the S3 Access Grants instance.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3control/AccessGrantsInstanceResourcePolicy.ts b/src/app/Models/codegen/aws/s3control/AccessGrantsInstanceResourcePolicy.ts index a85c08539..e471f6dd9 100644 --- a/src/app/Models/codegen/aws/s3control/AccessGrantsInstanceResourcePolicy.ts +++ b/src/app/Models/codegen/aws/s3control/AccessGrantsInstanceResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessGrantsInstanceResourcePolicyArgs { // @@ -25,16 +25,16 @@ export class AccessGrantsInstanceResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "", + 'accountId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "The policy document.", + 'policy', + 'The policy document.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/s3control/AccessGrantsLocation.ts b/src/app/Models/codegen/aws/s3control/AccessGrantsLocation.ts index 9d9b5173a..271d0a877 100644 --- a/src/app/Models/codegen/aws/s3control/AccessGrantsLocation.ts +++ b/src/app/Models/codegen/aws/s3control/AccessGrantsLocation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessGrantsLocationArgs { // @@ -52,32 +52,32 @@ requests to the location. return [ new DynamicUIProps( InputType.String, - "accountId", - "", + 'accountId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "The ARN of the IAM role that S3 Access Grants should use when fulfilling runtime access\nrequests to the location.", + 'iamRoleArn', + 'The ARN of the IAM role that S3 Access Grants should use when fulfilling runtime access\nrequests to the location.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "locationScope", - "The default S3 URI `s3://` or the URI to a custom location, a specific bucket or prefix.", + 'locationScope', + 'The default S3 URI `s3://` or the URI to a custom location, a specific bucket or prefix.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3control/AccessPointPolicy.ts b/src/app/Models/codegen/aws/s3control/AccessPointPolicy.ts index 1e6f0208e..becb1587a 100644 --- a/src/app/Models/codegen/aws/s3control/AccessPointPolicy.ts +++ b/src/app/Models/codegen/aws/s3control/AccessPointPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessPointPolicyArgs { // The ARN of the access point that you want to associate with the specified policy. @@ -28,16 +28,16 @@ export class AccessPointPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accessPointArn", - "The ARN of the access point that you want to associate with the specified policy.", + 'accessPointArn', + 'The ARN of the access point that you want to associate with the specified policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The policy that you want to apply to the specified access point.", + 'policy', + 'The policy that you want to apply to the specified access point.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/s3control/Bucket.ts b/src/app/Models/codegen/aws/s3control/Bucket.ts index db640ff65..b96b48317 100644 --- a/src/app/Models/codegen/aws/s3control/Bucket.ts +++ b/src/app/Models/codegen/aws/s3control/Bucket.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketArgs { // Name of the bucket. @@ -43,24 +43,24 @@ export class Bucket extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the bucket.", + 'bucket', + 'Name of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "outpostId", - "Identifier of the Outpost to contain this bucket.", + 'outpostId', + 'Identifier of the Outpost to contain this bucket.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/s3control/BucketLifecycleConfiguration.ts b/src/app/Models/codegen/aws/s3control/BucketLifecycleConfiguration.ts index 6b0a1ef75..f708a7ace 100644 --- a/src/app/Models/codegen/aws/s3control/BucketLifecycleConfiguration.ts +++ b/src/app/Models/codegen/aws/s3control/BucketLifecycleConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_BucketLifecycleConfigurationRule, s3control_BucketLifecycleConfigurationRule_GetTypes, -} from "../types/s3control_BucketLifecycleConfigurationRule"; +} from '../types/s3control_BucketLifecycleConfigurationRule'; export interface BucketLifecycleConfigurationArgs { // Amazon Resource Name (ARN) of the bucket. @@ -29,16 +29,16 @@ export class BucketLifecycleConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Amazon Resource Name (ARN) of the bucket.", + 'bucket', + 'Amazon Resource Name (ARN) of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Configuration block(s) containing lifecycle rules for the bucket.", + 'rules', + 'Configuration block(s) containing lifecycle rules for the bucket.', () => s3control_BucketLifecycleConfigurationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/s3control/BucketPolicy.ts b/src/app/Models/codegen/aws/s3control/BucketPolicy.ts index be111bac0..070918db8 100644 --- a/src/app/Models/codegen/aws/s3control/BucketPolicy.ts +++ b/src/app/Models/codegen/aws/s3control/BucketPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BucketPolicyArgs { // Amazon Resource Name (ARN) of the bucket. @@ -25,16 +25,16 @@ export class BucketPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "bucket", - "Amazon Resource Name (ARN) of the bucket.", + 'bucket', + 'Amazon Resource Name (ARN) of the bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "JSON string of the resource policy.", + 'policy', + 'JSON string of the resource policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/s3control/MultiRegionAccessPoint.ts b/src/app/Models/codegen/aws/s3control/MultiRegionAccessPoint.ts index e7435c381..e22467a2b 100644 --- a/src/app/Models/codegen/aws/s3control/MultiRegionAccessPoint.ts +++ b/src/app/Models/codegen/aws/s3control/MultiRegionAccessPoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_MultiRegionAccessPointDetails, s3control_MultiRegionAccessPointDetails_GetTypes, -} from "../types/s3control_MultiRegionAccessPointDetails"; +} from '../types/s3control_MultiRegionAccessPointDetails'; export interface MultiRegionAccessPointArgs { // The AWS account ID for the owner of the buckets for which you want to create a Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider. @@ -41,16 +41,16 @@ export class MultiRegionAccessPoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the owner of the buckets for which you want to create a Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'The AWS account ID for the owner of the buckets for which you want to create a Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "details", - "A configuration block containing details about the Multi-Region Access Point. See Details Configuration Block below for more details", + 'details', + 'A configuration block containing details about the Multi-Region Access Point. See Details Configuration Block below for more details', () => s3control_MultiRegionAccessPointDetails_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/s3control/MultiRegionAccessPointPolicy.ts b/src/app/Models/codegen/aws/s3control/MultiRegionAccessPointPolicy.ts index c759dd4b2..87288d482 100644 --- a/src/app/Models/codegen/aws/s3control/MultiRegionAccessPointPolicy.ts +++ b/src/app/Models/codegen/aws/s3control/MultiRegionAccessPointPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_MultiRegionAccessPointPolicyDetails, s3control_MultiRegionAccessPointPolicyDetails_GetTypes, -} from "../types/s3control_MultiRegionAccessPointPolicyDetails"; +} from '../types/s3control_MultiRegionAccessPointPolicyDetails'; export interface MultiRegionAccessPointPolicyArgs { // The AWS account ID for the owner of the Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider. @@ -35,16 +35,16 @@ export class MultiRegionAccessPointPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the owner of the Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'The AWS account ID for the owner of the Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "details", - "A configuration block containing details about the policy for the Multi-Region Access Point. See Details Configuration Block below for more details", + 'details', + 'A configuration block containing details about the policy for the Multi-Region Access Point. See Details Configuration Block below for more details', () => s3control_MultiRegionAccessPointPolicyDetails_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPoint.ts b/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPoint.ts index 10670f9f3..250f7b597 100644 --- a/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPoint.ts +++ b/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_ObjectLambdaAccessPointConfiguration, s3control_ObjectLambdaAccessPointConfiguration_GetTypes, -} from "../types/s3control_ObjectLambdaAccessPointConfiguration"; +} from '../types/s3control_ObjectLambdaAccessPointConfiguration'; export interface ObjectLambdaAccessPointArgs { // The AWS account ID for the owner of the bucket for which you want to create an Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider. @@ -41,24 +41,24 @@ export class ObjectLambdaAccessPoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the owner of the bucket for which you want to create an Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'The AWS account ID for the owner of the bucket for which you want to create an Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "configuration", - "A configuration block containing details about the Object Lambda Access Point. See Configuration below for more details.", + 'configuration', + 'A configuration block containing details about the Object Lambda Access Point. See Configuration below for more details.', () => s3control_ObjectLambdaAccessPointConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for this Object Lambda Access Point.", + 'name', + 'The name for this Object Lambda Access Point.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPointPolicy.ts b/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPointPolicy.ts index 3037fa3ff..db65850c7 100644 --- a/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPointPolicy.ts +++ b/src/app/Models/codegen/aws/s3control/ObjectLambdaAccessPointPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ObjectLambdaAccessPointPolicyArgs { // The AWS account ID for the account that owns the Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider. @@ -34,24 +34,24 @@ export class ObjectLambdaAccessPointPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Object Lambda Access Point.", + 'name', + 'The name of the Object Lambda Access Point.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "The Object Lambda Access Point resource policy document.", + 'policy', + 'The Object Lambda Access Point resource policy document.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the account that owns the Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'The AWS account ID for the account that owns the Object Lambda Access Point. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3control/StorageLensConfiguration.ts b/src/app/Models/codegen/aws/s3control/StorageLensConfiguration.ts index 0bc300b19..ef238aef5 100644 --- a/src/app/Models/codegen/aws/s3control/StorageLensConfiguration.ts +++ b/src/app/Models/codegen/aws/s3control/StorageLensConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfiguration, s3control_StorageLensConfigurationStorageLensConfiguration_GetTypes, -} from "../types/s3control_StorageLensConfigurationStorageLensConfiguration"; +} from '../types/s3control_StorageLensConfigurationStorageLensConfiguration'; export interface StorageLensConfigurationArgs { // The ID of the S3 Storage Lens configuration. @@ -47,16 +47,16 @@ export class StorageLensConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "configId", - "The ID of the S3 Storage Lens configuration.", + 'configId', + 'The ID of the S3 Storage Lens configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "storageLensConfiguration", - "The S3 Storage Lens configuration. See Storage Lens Configuration below for more details.", + 'storageLensConfiguration', + 'The S3 Storage Lens configuration. See Storage Lens Configuration below for more details.', () => s3control_StorageLensConfigurationStorageLensConfiguration_GetTypes(), true, @@ -64,16 +64,16 @@ export class StorageLensConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "The AWS account ID for the S3 Storage Lens configuration. Defaults to automatically determined account ID of the AWS provider.", + 'accountId', + 'The AWS account ID for the S3 Storage Lens configuration. Defaults to automatically determined account ID of the AWS provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/s3outposts/Endpoint.ts b/src/app/Models/codegen/aws/s3outposts/Endpoint.ts index 79cbb9307..404b9522f 100644 --- a/src/app/Models/codegen/aws/s3outposts/Endpoint.ts +++ b/src/app/Models/codegen/aws/s3outposts/Endpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3outposts_EndpointNetworkInterface, s3outposts_EndpointNetworkInterface_GetTypes, -} from "../types/s3outposts_EndpointNetworkInterface"; +} from '../types/s3outposts_EndpointNetworkInterface'; export interface EndpointArgs { // Identifier of the Outpost to contain this endpoint. @@ -59,40 +59,40 @@ export class Endpoint extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "customerOwnedIpv4Pool", - "The ID of a Customer Owned IP Pool. For more on customer owned IP addresses see the [User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/local-rack.html#local-gateway-subnet).", + 'customerOwnedIpv4Pool', + 'The ID of a Customer Owned IP Pool. For more on customer owned IP addresses see the [User Guide](https://docs.aws.amazon.com/outposts/latest/userguide/local-rack.html#local-gateway-subnet).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostId", - "Identifier of the Outpost to contain this endpoint.", + 'outpostId', + 'Identifier of the Outpost to contain this endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "Identifier of the EC2 Security Group.", + 'securityGroupId', + 'Identifier of the EC2 Security Group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "Identifier of the EC2 Subnet.", + 'subnetId', + 'Identifier of the EC2 Subnet.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "accessType", - "Type of access for the network connectivity. Valid values are `Private` or `CustomerOwnedIp`.", + 'accessType', + 'Type of access for the network connectivity. Valid values are `Private` or `CustomerOwnedIp`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/App.ts b/src/app/Models/codegen/aws/sagemaker/App.ts index fe0720bff..80b46d178 100644 --- a/src/app/Models/codegen/aws/sagemaker/App.ts +++ b/src/app/Models/codegen/aws/sagemaker/App.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_AppResourceSpec, sagemaker_AppResourceSpec_GetTypes, -} from "../types/sagemaker_AppResourceSpec"; +} from '../types/sagemaker_AppResourceSpec'; export interface AppArgs { // The name of the space. At least one of `user_profile_name` or `space_name` required. @@ -65,56 +65,56 @@ export class App extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domainId", - "The domain ID.", + 'domainId', + 'The domain ID.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "resourceSpec", - "The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.See Resource Spec below.", + 'resourceSpec', + 'The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.See Resource Spec below.', () => sagemaker_AppResourceSpec_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "spaceName", - "The name of the space. At least one of `user_profile_name` or `space_name` required.", + 'spaceName', + 'The name of the space. At least one of `user_profile_name` or `space_name` required.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userProfileName", - "The user profile name. At least one of `user_profile_name` or `space_name` required.", + 'userProfileName', + 'The user profile name. At least one of `user_profile_name` or `space_name` required.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "appName", - "The name of the app.", + 'appName', + 'The name of the app.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "appType", - "The type of app. Valid values are `JupyterServer`, `KernelGateway`, `RStudioServerPro`, `RSessionGateway`, `TensorBoard`, `CodeEditor`, `JupyterLab`, `DetailedProfiler`, and `Canvas`.", + 'appType', + 'The type of app. Valid values are `JupyterServer`, `KernelGateway`, `RStudioServerPro`, `RSessionGateway`, `TensorBoard`, `CodeEditor`, `JupyterLab`, `DetailedProfiler`, and `Canvas`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/AppImageConfig.ts b/src/app/Models/codegen/aws/sagemaker/AppImageConfig.ts index cce31a5ff..91b7c221c 100644 --- a/src/app/Models/codegen/aws/sagemaker/AppImageConfig.ts +++ b/src/app/Models/codegen/aws/sagemaker/AppImageConfig.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_AppImageConfigCodeEditorAppImageConfig, sagemaker_AppImageConfigCodeEditorAppImageConfig_GetTypes, -} from "../types/sagemaker_AppImageConfigCodeEditorAppImageConfig"; +} from '../types/sagemaker_AppImageConfigCodeEditorAppImageConfig'; import { sagemaker_AppImageConfigJupyterLabImageConfig, sagemaker_AppImageConfigJupyterLabImageConfig_GetTypes, -} from "../types/sagemaker_AppImageConfigJupyterLabImageConfig"; +} from '../types/sagemaker_AppImageConfigJupyterLabImageConfig'; import { sagemaker_AppImageConfigKernelGatewayImageConfig, sagemaker_AppImageConfigKernelGatewayImageConfig_GetTypes, -} from "../types/sagemaker_AppImageConfigKernelGatewayImageConfig"; +} from '../types/sagemaker_AppImageConfigKernelGatewayImageConfig'; export interface AppImageConfigArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -61,40 +61,40 @@ export class AppImageConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "codeEditorAppImageConfig", - "The CodeEditorAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor. See Code Editor App Image Config details below.", + 'codeEditorAppImageConfig', + 'The CodeEditorAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor. See Code Editor App Image Config details below.', () => sagemaker_AppImageConfigCodeEditorAppImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterLabImageConfig", - "The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. See Jupyter Lab Image Config details below.", + 'jupyterLabImageConfig', + 'The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. See Jupyter Lab Image Config details below.', () => sagemaker_AppImageConfigJupyterLabImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kernelGatewayImageConfig", - "The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.", + 'kernelGatewayImageConfig', + 'The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.', () => sagemaker_AppImageConfigKernelGatewayImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/CodeRepository.ts b/src/app/Models/codegen/aws/sagemaker/CodeRepository.ts index 800befb35..aa82ef5ea 100644 --- a/src/app/Models/codegen/aws/sagemaker/CodeRepository.ts +++ b/src/app/Models/codegen/aws/sagemaker/CodeRepository.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_CodeRepositoryGitConfig, sagemaker_CodeRepositoryGitConfig_GetTypes, -} from "../types/sagemaker_CodeRepositoryGitConfig"; +} from '../types/sagemaker_CodeRepositoryGitConfig'; export interface CodeRepositoryArgs { // The name of the Code Repository (must be unique). @@ -41,24 +41,24 @@ export class CodeRepository extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "codeRepositoryName", - "The name of the Code Repository (must be unique).", + 'codeRepositoryName', + 'The name of the Code Repository (must be unique).', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "gitConfig", - "Specifies details about the repository. see Git Config details below.", + 'gitConfig', + 'Specifies details about the repository. see Git Config details below.', () => sagemaker_CodeRepositoryGitConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/DataQualityJobDefinition.ts b/src/app/Models/codegen/aws/sagemaker/DataQualityJobDefinition.ts index 207a8b72b..6e98eeba4 100644 --- a/src/app/Models/codegen/aws/sagemaker/DataQualityJobDefinition.ts +++ b/src/app/Models/codegen/aws/sagemaker/DataQualityJobDefinition.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig, sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig"; +} from '../types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig'; import { sagemaker_DataQualityJobDefinitionNetworkConfig, sagemaker_DataQualityJobDefinitionNetworkConfig_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionNetworkConfig"; +} from '../types/sagemaker_DataQualityJobDefinitionNetworkConfig'; import { sagemaker_DataQualityJobDefinitionStoppingCondition, sagemaker_DataQualityJobDefinitionStoppingCondition_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionStoppingCondition"; +} from '../types/sagemaker_DataQualityJobDefinitionStoppingCondition'; import { sagemaker_DataQualityJobDefinitionDataQualityAppSpecification, sagemaker_DataQualityJobDefinitionDataQualityAppSpecification_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification"; +} from '../types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInput, sagemaker_DataQualityJobDefinitionDataQualityJobInput_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionDataQualityJobInput"; +} from '../types/sagemaker_DataQualityJobDefinitionDataQualityJobInput'; import { sagemaker_DataQualityJobDefinitionJobResources, sagemaker_DataQualityJobDefinitionJobResources_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionJobResources"; +} from '../types/sagemaker_DataQualityJobDefinitionJobResources'; import { sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig, sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig_GetTypes, -} from "../types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig"; +} from '../types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig'; export interface DataQualityJobDefinitionArgs { // Specifies the container that runs the monitoring job. Fields are documented below. @@ -107,24 +107,24 @@ export class DataQualityJobDefinition extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the data quality job definition. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the data quality job definition. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.", + 'roleArn', + 'The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "dataQualityBaselineConfig", - "Configures the constraints and baselines for the monitoring job. Fields are documented below.", + 'dataQualityBaselineConfig', + 'Configures the constraints and baselines for the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig_GetTypes(), false, @@ -132,8 +132,8 @@ export class DataQualityJobDefinition extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "dataQualityJobOutputConfig", - "The output configuration for monitoring jobs. Fields are documented below.", + 'dataQualityJobOutputConfig', + 'The output configuration for monitoring jobs. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig_GetTypes(), true, @@ -141,16 +141,16 @@ export class DataQualityJobDefinition extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "networkConfig", - "Specifies networking configuration for the monitoring job. Fields are documented below.", + 'networkConfig', + 'Specifies networking configuration for the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionNetworkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "dataQualityAppSpecification", - "Specifies the container that runs the monitoring job. Fields are documented below.", + 'dataQualityAppSpecification', + 'Specifies the container that runs the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityAppSpecification_GetTypes(), true, @@ -158,32 +158,32 @@ export class DataQualityJobDefinition extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "dataQualityJobInput", - "A list of inputs for the monitoring job. Fields are documented below.", + 'dataQualityJobInput', + 'A list of inputs for the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInput_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "jobResources", - "Identifies the resources to deploy for a monitoring job. Fields are documented below.", + 'jobResources', + 'Identifies the resources to deploy for a monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionJobResources_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "stoppingCondition", - "A time limit for how long the monitoring job is allowed to run before stopping. Fields are documented below.", + 'stoppingCondition', + 'A time limit for how long the monitoring job is allowed to run before stopping. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionStoppingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/Device.ts b/src/app/Models/codegen/aws/sagemaker/Device.ts index fa9d8e6b7..9c02ae4d4 100644 --- a/src/app/Models/codegen/aws/sagemaker/Device.ts +++ b/src/app/Models/codegen/aws/sagemaker/Device.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DeviceDevice, sagemaker_DeviceDevice_GetTypes, -} from "../types/sagemaker_DeviceDevice"; +} from '../types/sagemaker_DeviceDevice'; export interface DeviceArgs { // The device to register with SageMaker Edge Manager. See Device details below. @@ -35,16 +35,16 @@ export class Device extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "device", - "The device to register with SageMaker Edge Manager. See Device details below.", + 'device', + 'The device to register with SageMaker Edge Manager. See Device details below.', () => sagemaker_DeviceDevice_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "deviceFleetName", - "The name of the Device Fleet.", + 'deviceFleetName', + 'The name of the Device Fleet.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/DeviceFleet.ts b/src/app/Models/codegen/aws/sagemaker/DeviceFleet.ts index d80c5ed15..fe6695687 100644 --- a/src/app/Models/codegen/aws/sagemaker/DeviceFleet.ts +++ b/src/app/Models/codegen/aws/sagemaker/DeviceFleet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DeviceFleetOutputConfig, sagemaker_DeviceFleetOutputConfig_GetTypes, -} from "../types/sagemaker_DeviceFleetOutputConfig"; +} from '../types/sagemaker_DeviceFleetOutputConfig'; export interface DeviceFleetArgs { // The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT). @@ -62,31 +62,31 @@ export class DeviceFleet extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the fleet.", + 'description', + 'A description of the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceFleetName", - "The name of the Device Fleet (must be unique).", + 'deviceFleetName', + 'The name of the Device Fleet (must be unique).', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableIotRoleAlias", + 'enableIotRoleAlias', 'Whether to create an AWS IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".', () => [], false, @@ -94,16 +94,16 @@ export class DeviceFleet extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "outputConfig", - "Specifies details about the repository. see Output Config details below.", + 'outputConfig', + 'Specifies details about the repository. see Output Config details below.', () => sagemaker_DeviceFleetOutputConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).", + 'roleArn', + 'The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sagemaker/Domain.ts b/src/app/Models/codegen/aws/sagemaker/Domain.ts index d175bef96..493d6facc 100644 --- a/src/app/Models/codegen/aws/sagemaker/Domain.ts +++ b/src/app/Models/codegen/aws/sagemaker/Domain.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultSpaceSettings, sagemaker_DomainDefaultSpaceSettings_GetTypes, -} from "../types/sagemaker_DomainDefaultSpaceSettings"; +} from '../types/sagemaker_DomainDefaultSpaceSettings'; import { sagemaker_DomainDefaultUserSettings, sagemaker_DomainDefaultUserSettings_GetTypes, -} from "../types/sagemaker_DomainDefaultUserSettings"; +} from '../types/sagemaker_DomainDefaultUserSettings'; import { sagemaker_DomainDomainSettings, sagemaker_DomainDomainSettings_GetTypes, -} from "../types/sagemaker_DomainDomainSettings"; +} from '../types/sagemaker_DomainDomainSettings'; import { sagemaker_DomainRetentionPolicy, sagemaker_DomainRetentionPolicy_GetTypes, -} from "../types/sagemaker_DomainRetentionPolicy"; +} from '../types/sagemaker_DomainRetentionPolicy'; export interface DomainArgs { // The VPC subnets that Studio uses for communication. @@ -130,96 +130,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "The VPC subnets that Studio uses for communication.", + 'subnetIds', + 'The VPC subnets that Studio uses for communication.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "appSecurityGroupManagement", - "The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.", + 'appSecurityGroupManagement', + 'The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "defaultSpaceSettings", - "The default space settings. See `default_space_settings` Block below.", + 'defaultSpaceSettings', + 'The default space settings. See `default_space_settings` Block below.', () => sagemaker_DomainDefaultSpaceSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultUserSettings", - "The default user settings. See `default_user_settings` Block below.", + 'defaultUserSettings', + 'The default user settings. See `default_user_settings` Block below.', () => sagemaker_DomainDefaultUserSettings_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The domain name.", + 'domainName', + 'The domain name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain.", + 'kmsKeyId', + 'The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.\n\nThe following arguments are optional:", + 'vpcId', + 'The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "domainSettings", - "The domain settings. See `domain_settings` Block below.", + 'domainSettings', + 'The domain settings. See `domain_settings` Block below.', () => sagemaker_DomainDomainSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retentionPolicy", - "The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained. See `retention_policy` Block below.", + 'retentionPolicy', + 'The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained. See `retention_policy` Block below.', () => sagemaker_DomainRetentionPolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "appNetworkAccessType", - "Specifies the VPC used for non-EFS traffic. The default value is `PublicInternetOnly`. Valid values are `PublicInternetOnly` and `VpcOnly`.", + 'appNetworkAccessType', + 'Specifies the VPC used for non-EFS traffic. The default value is `PublicInternetOnly`. Valid values are `PublicInternetOnly` and `VpcOnly`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "authMode", - "The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`.", + 'authMode', + 'The mode of authentication that members use to access the domain. Valid values are `IAM` and `SSO`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/Endpoint.ts b/src/app/Models/codegen/aws/sagemaker/Endpoint.ts index 26c37d46e..346bf465a 100644 --- a/src/app/Models/codegen/aws/sagemaker/Endpoint.ts +++ b/src/app/Models/codegen/aws/sagemaker/Endpoint.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfig, sagemaker_EndpointDeploymentConfig_GetTypes, -} from "../types/sagemaker_EndpointDeploymentConfig"; +} from '../types/sagemaker_EndpointDeploymentConfig'; export interface EndpointArgs { // The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations. See Deployment Config. @@ -47,32 +47,32 @@ export class Endpoint extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deploymentConfig", - "The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations. See Deployment Config.", + 'deploymentConfig', + 'The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations. See Deployment Config.', () => sagemaker_EndpointDeploymentConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointConfigName", - "The name of the endpoint configuration to use.", + 'endpointConfigName', + 'The name of the endpoint configuration to use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the endpoint. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the endpoint. If omitted, the provider will assign a random, unique name.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/EndpointConfiguration.ts b/src/app/Models/codegen/aws/sagemaker/EndpointConfiguration.ts index 08da68497..fafc7a7a4 100644 --- a/src/app/Models/codegen/aws/sagemaker/EndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/sagemaker/EndpointConfiguration.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationShadowProductionVariant, sagemaker_EndpointConfigurationShadowProductionVariant_GetTypes, -} from "../types/sagemaker_EndpointConfigurationShadowProductionVariant"; +} from '../types/sagemaker_EndpointConfigurationShadowProductionVariant'; import { sagemaker_EndpointConfigurationAsyncInferenceConfig, sagemaker_EndpointConfigurationAsyncInferenceConfig_GetTypes, -} from "../types/sagemaker_EndpointConfigurationAsyncInferenceConfig"; +} from '../types/sagemaker_EndpointConfigurationAsyncInferenceConfig'; import { sagemaker_EndpointConfigurationDataCaptureConfig, sagemaker_EndpointConfigurationDataCaptureConfig_GetTypes, -} from "../types/sagemaker_EndpointConfigurationDataCaptureConfig"; +} from '../types/sagemaker_EndpointConfigurationDataCaptureConfig'; import { sagemaker_EndpointConfigurationProductionVariant, sagemaker_EndpointConfigurationProductionVariant_GetTypes, -} from "../types/sagemaker_EndpointConfigurationProductionVariant"; +} from '../types/sagemaker_EndpointConfigurationProductionVariant'; export interface EndpointConfigurationArgs { // Specifies configuration for how an endpoint performs asynchronous inference. @@ -83,64 +83,64 @@ export class EndpointConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "shadowProductionVariants", - "Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants. Fields are documented below.", + 'shadowProductionVariants', + 'Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants. Fields are documented below.', () => sagemaker_EndpointConfigurationShadowProductionVariant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "asyncInferenceConfig", - "Specifies configuration for how an endpoint performs asynchronous inference.", + 'asyncInferenceConfig', + 'Specifies configuration for how an endpoint performs asynchronous inference.', () => sagemaker_EndpointConfigurationAsyncInferenceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "dataCaptureConfig", - "Specifies the parameters to capture input/output of SageMaker models endpoints. Fields are documented below.", + 'dataCaptureConfig', + 'Specifies the parameters to capture input/output of SageMaker models endpoints. Fields are documented below.', () => sagemaker_EndpointConfigurationDataCaptureConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the endpoint configuration. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'The name of the endpoint configuration. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique endpoint configuration name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique endpoint configuration name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "productionVariants", - "An list of ProductionVariant objects, one for each model that you want to host at this endpoint. Fields are documented below.", + 'productionVariants', + 'An list of ProductionVariant objects, one for each model that you want to host at this endpoint. Fields are documented below.', () => sagemaker_EndpointConfigurationProductionVariant_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/sagemaker/FeatureGroup.ts b/src/app/Models/codegen/aws/sagemaker/FeatureGroup.ts index e74ec943b..6cc6fb8a3 100644 --- a/src/app/Models/codegen/aws/sagemaker/FeatureGroup.ts +++ b/src/app/Models/codegen/aws/sagemaker/FeatureGroup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FeatureGroupFeatureDefinition, sagemaker_FeatureGroupFeatureDefinition_GetTypes, -} from "../types/sagemaker_FeatureGroupFeatureDefinition"; +} from '../types/sagemaker_FeatureGroupFeatureDefinition'; import { sagemaker_FeatureGroupOnlineStoreConfig, sagemaker_FeatureGroupOnlineStoreConfig_GetTypes, -} from "../types/sagemaker_FeatureGroupOnlineStoreConfig"; +} from '../types/sagemaker_FeatureGroupOnlineStoreConfig'; import { sagemaker_FeatureGroupOfflineStoreConfig, sagemaker_FeatureGroupOfflineStoreConfig_GetTypes, -} from "../types/sagemaker_FeatureGroupOfflineStoreConfig"; +} from '../types/sagemaker_FeatureGroupOfflineStoreConfig'; export interface FeatureGroupArgs { // A list of Feature names and types. See Feature Definition Below. @@ -85,72 +85,72 @@ export class FeatureGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "featureDefinitions", - "A list of Feature names and types. See Feature Definition Below.", + 'featureDefinitions', + 'A list of Feature names and types. See Feature Definition Below.', () => sagemaker_FeatureGroupFeatureDefinition_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "onlineStoreConfig", - "The Online Feature Store Configuration. See Online Store Config Below.", + 'onlineStoreConfig', + 'The Online Feature Store Configuration. See Online Store Config Below.', () => sagemaker_FeatureGroupOnlineStoreConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of resource tags for the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of resource tags for the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "featureGroupName", - "The name of the Feature Group. The name must be unique within an AWS Region in an AWS account.", + 'featureGroupName', + 'The name of the Feature Group. The name must be unique within an AWS Region in an AWS account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the Offline Store if an `offline_store_config` is provided.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the Offline Store if an `offline_store_config` is provided.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "recordIdentifierFeatureName", - "The name of the Feature whose value uniquely identifies a Record defined in the Feature Store. Only the latest record per identifier value will be stored in the Online Store.", + 'recordIdentifierFeatureName', + 'The name of the Feature whose value uniquely identifies a Record defined in the Feature Store. Only the latest record per identifier value will be stored in the Online Store.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A free-form description of a Feature Group.", + 'description', + 'A free-form description of a Feature Group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "eventTimeFeatureName", - "The name of the feature that stores the EventTime of a Record in a Feature Group.", + 'eventTimeFeatureName', + 'The name of the feature that stores the EventTime of a Record in a Feature Group.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "offlineStoreConfig", - "The Offline Feature Store Configuration. See Offline Store Config Below.", + 'offlineStoreConfig', + 'The Offline Feature Store Configuration. See Offline Store Config Below.', () => sagemaker_FeatureGroupOfflineStoreConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/FlowDefinition.ts b/src/app/Models/codegen/aws/sagemaker/FlowDefinition.ts index 379cf0fe5..ae7bfd8eb 100644 --- a/src/app/Models/codegen/aws/sagemaker/FlowDefinition.ts +++ b/src/app/Models/codegen/aws/sagemaker/FlowDefinition.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FlowDefinitionHumanLoopConfig, sagemaker_FlowDefinitionHumanLoopConfig_GetTypes, -} from "../types/sagemaker_FlowDefinitionHumanLoopConfig"; +} from '../types/sagemaker_FlowDefinitionHumanLoopConfig'; import { sagemaker_FlowDefinitionHumanLoopRequestSource, sagemaker_FlowDefinitionHumanLoopRequestSource_GetTypes, -} from "../types/sagemaker_FlowDefinitionHumanLoopRequestSource"; +} from '../types/sagemaker_FlowDefinitionHumanLoopRequestSource'; import { sagemaker_FlowDefinitionOutputConfig, sagemaker_FlowDefinitionOutputConfig_GetTypes, -} from "../types/sagemaker_FlowDefinitionOutputConfig"; +} from '../types/sagemaker_FlowDefinitionOutputConfig'; import { sagemaker_FlowDefinitionHumanLoopActivationConfig, sagemaker_FlowDefinitionHumanLoopActivationConfig_GetTypes, -} from "../types/sagemaker_FlowDefinitionHumanLoopActivationConfig"; +} from '../types/sagemaker_FlowDefinitionHumanLoopActivationConfig'; export interface FlowDefinitionArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -77,56 +77,56 @@ export class FlowDefinition extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "humanLoopActivationConfig", - "An object containing information about the events that trigger a human workflow. See Human Loop Activation Config details below.", + 'humanLoopActivationConfig', + 'An object containing information about the events that trigger a human workflow. See Human Loop Activation Config details below.', () => sagemaker_FlowDefinitionHumanLoopActivationConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "humanLoopConfig", - "An object containing information about the tasks the human reviewers will perform. See Human Loop Config details below.", + 'humanLoopConfig', + 'An object containing information about the tasks the human reviewers will perform. See Human Loop Config details below.', () => sagemaker_FlowDefinitionHumanLoopConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "humanLoopRequestSource", - "Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. See Human Loop Request Source details below.", + 'humanLoopRequestSource', + 'Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. See Human Loop Request Source details below.', () => sagemaker_FlowDefinitionHumanLoopRequestSource_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "outputConfig", - "An object containing information about where the human review results will be uploaded. See Output Config details below.", + 'outputConfig', + 'An object containing information about where the human review results will be uploaded. See Output Config details below.', () => sagemaker_FlowDefinitionOutputConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "flowDefinitionName", - "The name of your flow definition.", + 'flowDefinitionName', + 'The name of your flow definition.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/HumanTaskUI.ts b/src/app/Models/codegen/aws/sagemaker/HumanTaskUI.ts index 6842cf6be..d2afafeee 100644 --- a/src/app/Models/codegen/aws/sagemaker/HumanTaskUI.ts +++ b/src/app/Models/codegen/aws/sagemaker/HumanTaskUI.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_HumanTaskUIUiTemplate, sagemaker_HumanTaskUIUiTemplate_GetTypes, -} from "../types/sagemaker_HumanTaskUIUiTemplate"; +} from '../types/sagemaker_HumanTaskUIUiTemplate'; export interface HumanTaskUIArgs { // The name of the Human Task UI. @@ -41,24 +41,24 @@ export class HumanTaskUI extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "uiTemplate", - "The Liquid template for the worker user interface. See UI Template below.", + 'uiTemplate', + 'The Liquid template for the worker user interface. See UI Template below.', () => sagemaker_HumanTaskUIUiTemplate_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "humanTaskUiName", - "The name of the Human Task UI.", + 'humanTaskUiName', + 'The name of the Human Task UI.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/Image.ts b/src/app/Models/codegen/aws/sagemaker/Image.ts index 8774b92ab..6e8f7424e 100644 --- a/src/app/Models/codegen/aws/sagemaker/Image.ts +++ b/src/app/Models/codegen/aws/sagemaker/Image.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ImageArgs { // The description of the image. @@ -49,40 +49,40 @@ export class Image extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the image.", + 'description', + 'The description of the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The display name of the image. When the image is added to a domain (must be unique to the domain).", + 'displayName', + 'The display name of the image. When the image is added to a domain (must be unique to the domain).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the image. Must be unique to your account.", + 'imageName', + 'The name of the image. Must be unique to your account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.", + 'roleArn', + 'The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/ImageVersion.ts b/src/app/Models/codegen/aws/sagemaker/ImageVersion.ts index 7c1a7ee02..6e511ee4f 100644 --- a/src/app/Models/codegen/aws/sagemaker/ImageVersion.ts +++ b/src/app/Models/codegen/aws/sagemaker/ImageVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ImageVersionArgs { // The registry path of the container image on which this image version is based. @@ -37,16 +37,16 @@ export class ImageVersion extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "baseImage", - "The registry path of the container image on which this image version is based.", + 'baseImage', + 'The registry path of the container image on which this image version is based.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the image. Must be unique to your account.", + 'imageName', + 'The name of the image. Must be unique to your account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/Model.ts b/src/app/Models/codegen/aws/sagemaker/Model.ts index f31516bb0..479da7eb1 100644 --- a/src/app/Models/codegen/aws/sagemaker/Model.ts +++ b/src/app/Models/codegen/aws/sagemaker/Model.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelContainer, sagemaker_ModelContainer_GetTypes, -} from "../types/sagemaker_ModelContainer"; +} from '../types/sagemaker_ModelContainer'; import { sagemaker_ModelInferenceExecutionConfig, sagemaker_ModelInferenceExecutionConfig_GetTypes, -} from "../types/sagemaker_ModelInferenceExecutionConfig"; +} from '../types/sagemaker_ModelInferenceExecutionConfig'; import { sagemaker_ModelPrimaryContainer, sagemaker_ModelPrimaryContainer_GetTypes, -} from "../types/sagemaker_ModelPrimaryContainer"; +} from '../types/sagemaker_ModelPrimaryContainer'; import { sagemaker_ModelVpcConfig, sagemaker_ModelVpcConfig_GetTypes, -} from "../types/sagemaker_ModelVpcConfig"; +} from '../types/sagemaker_ModelVpcConfig'; export interface ModelArgs { // Specifies containers in the inference pipeline. If not specified, the `primary_container` argument is required. Fields are documented below. @@ -83,64 +83,64 @@ export class Model extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "containers", - "Specifies containers in the inference pipeline. If not specified, the `primary_container` argument is required. Fields are documented below.", + 'containers', + 'Specifies containers in the inference pipeline. If not specified, the `primary_container` argument is required. Fields are documented below.', () => sagemaker_ModelContainer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableNetworkIsolation", - "Isolates the model container. No inbound or outbound network calls can be made to or from the model container.", + 'enableNetworkIsolation', + 'Isolates the model container. No inbound or outbound network calls can be made to or from the model container.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "A role that SageMaker can assume to access model artifacts and docker images for deployment.", + 'executionRoleArn', + 'A role that SageMaker can assume to access model artifacts and docker images for deployment.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "inferenceExecutionConfig", - "Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.", + 'inferenceExecutionConfig', + 'Specifies details of how containers in a multi-container endpoint are called. see Inference Execution Config.', () => sagemaker_ModelInferenceExecutionConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the model (must be unique). If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the model (must be unique). If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "primaryContainer", - "The primary docker image containing inference code that is used when the model is deployed for predictions. If not specified, the `container` argument is required. Fields are documented below.", + 'primaryContainer', + 'The primary docker image containing inference code that is used when the model is deployed for predictions. If not specified, the `container` argument is required. Fields are documented below.', () => sagemaker_ModelPrimaryContainer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Specifies the VPC that you want your model to connect to. VpcConfig is used in hosting services and in batch transform.", + 'vpcConfig', + 'Specifies the VPC that you want your model to connect to. VpcConfig is used in hosting services and in batch transform.', () => sagemaker_ModelVpcConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/ModelPackageGroup.ts b/src/app/Models/codegen/aws/sagemaker/ModelPackageGroup.ts index 5d319e03c..09c81609d 100644 --- a/src/app/Models/codegen/aws/sagemaker/ModelPackageGroup.ts +++ b/src/app/Models/codegen/aws/sagemaker/ModelPackageGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ModelPackageGroupArgs { // A description for the model group. @@ -37,24 +37,24 @@ export class ModelPackageGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "modelPackageGroupDescription", - "A description for the model group.", + 'modelPackageGroupDescription', + 'A description for the model group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "modelPackageGroupName", - "The name of the model group.", + 'modelPackageGroupName', + 'The name of the model group.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/ModelPackageGroupPolicy.ts b/src/app/Models/codegen/aws/sagemaker/ModelPackageGroupPolicy.ts index c67b9d261..767286471 100644 --- a/src/app/Models/codegen/aws/sagemaker/ModelPackageGroupPolicy.ts +++ b/src/app/Models/codegen/aws/sagemaker/ModelPackageGroupPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ModelPackageGroupPolicyArgs { // The name of the model package group. @@ -25,16 +25,16 @@ export class ModelPackageGroupPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourcePolicy", - "", + 'resourcePolicy', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelPackageGroupName", - "The name of the model package group.", + 'modelPackageGroupName', + 'The name of the model package group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/MonitoringSchedule.ts b/src/app/Models/codegen/aws/sagemaker/MonitoringSchedule.ts index 5b92e6733..e4bd0a1b5 100644 --- a/src/app/Models/codegen/aws/sagemaker/MonitoringSchedule.ts +++ b/src/app/Models/codegen/aws/sagemaker/MonitoringSchedule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_MonitoringScheduleMonitoringScheduleConfig, sagemaker_MonitoringScheduleMonitoringScheduleConfig_GetTypes, -} from "../types/sagemaker_MonitoringScheduleMonitoringScheduleConfig"; +} from '../types/sagemaker_MonitoringScheduleMonitoringScheduleConfig'; export interface MonitoringScheduleArgs { // The configuration object that specifies the monitoring schedule and defines the monitoring job. Fields are documented below. @@ -41,24 +41,24 @@ export class MonitoringSchedule extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "monitoringScheduleConfig", - "The configuration object that specifies the monitoring schedule and defines the monitoring job. Fields are documented below.", + 'monitoringScheduleConfig', + 'The configuration object that specifies the monitoring schedule and defines the monitoring job. Fields are documented below.', () => sagemaker_MonitoringScheduleMonitoringScheduleConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/NotebookInstance.ts b/src/app/Models/codegen/aws/sagemaker/NotebookInstance.ts index 0011c9d65..8cb85eb83 100644 --- a/src/app/Models/codegen/aws/sagemaker/NotebookInstance.ts +++ b/src/app/Models/codegen/aws/sagemaker/NotebookInstance.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration, sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration_GetTypes, -} from "../types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration"; +} from '../types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration'; export interface NotebookInstanceArgs { // A list of Elastic Inference (EI) instance types to associate with this notebook instance. See [Elastic Inference Accelerator](https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html) for more details. Valid values: `ml.eia1.medium`, `ml.eia1.large`, `ml.eia1.xlarge`, `ml.eia2.medium`, `ml.eia2.large`, `ml.eia2.xlarge`. @@ -131,80 +131,80 @@ These can be either the names of Git repositories stored as resources in your ac return [ new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "A list of Elastic Inference (EI) instance types to associate with this notebook instance. See [Elastic Inference Accelerator](https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html) for more details. Valid values: `ml.eia1.medium`, `ml.eia1.large`, `ml.eia1.xlarge`, `ml.eia2.medium`, `ml.eia2.large`, `ml.eia2.xlarge`.", + 'acceleratorTypes', + 'A list of Elastic Inference (EI) instance types to associate with this notebook instance. See [Elastic Inference Accelerator](https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html) for more details. Valid values: `ml.eia1.medium`, `ml.eia1.large`, `ml.eia1.xlarge`, `ml.eia2.medium`, `ml.eia2.large`, `ml.eia2.xlarge`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "directInternetAccess", - "Set to `Disabled` to disable internet access to notebook. Requires `security_groups` and `subnet_id` to be set. Supported values: `Enabled` (Default) or `Disabled`. If set to `Disabled`, the notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.", + 'directInternetAccess', + 'Set to `Disabled` to disable internet access to notebook. Requires `security_groups` and `subnet_id` to be set. Supported values: `Enabled` (Default) or `Disabled`. If set to `Disabled`, the notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The associated security groups.", + 'securityGroups', + 'The associated security groups.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The VPC subnet ID.", + 'subnetId', + 'The VPC subnet ID.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be used by the notebook instance which allows SageMaker to call other services on your behalf.", + 'roleArn', + 'The ARN of the IAM role to be used by the notebook instance which allows SageMaker to call other services on your behalf.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The name of ML compute instance type.", + 'instanceType', + 'The name of ML compute instance type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.", + 'kmsKeyId', + 'The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "additionalCodeRepositories", - "An array of up to three Git repositories to associate with the notebook instance.\nThese can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in [AWS CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance.", + 'additionalCodeRepositories', + 'An array of up to three Git repositories to associate with the notebook instance.\nThese can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in [AWS CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultCodeRepository", - "The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in [AWS CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or in any other Git repository.", + 'defaultCodeRepository', + 'The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in [AWS CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or in any other Git repository.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceMetadataServiceConfiguration", - "Information on the IMDS configuration of the notebook instance. Conflicts with `instance_metadata_service_configuration`. see details below.", + 'instanceMetadataServiceConfiguration', + 'Information on the IMDS configuration of the notebook instance. Conflicts with `instance_metadata_service_configuration`. see details below.', () => sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration_GetTypes(), false, @@ -212,48 +212,48 @@ These can be either the names of Git repositories stored as resources in your ac ), new DynamicUIProps( InputType.String, - "lifecycleConfigName", - "The name of a lifecycle configuration to associate with the notebook instance.", + 'lifecycleConfigName', + 'The name of a lifecycle configuration to associate with the notebook instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platformIdentifier", - "The platform identifier of the notebook instance runtime environment. This value can be either `notebook-al1-v1`, `notebook-al2-v1`, or `notebook-al2-v2`, depending on which version of Amazon Linux you require.", + 'platformIdentifier', + 'The platform identifier of the notebook instance runtime environment. This value can be either `notebook-al1-v1`, `notebook-al2-v1`, or `notebook-al2-v2`, depending on which version of Amazon Linux you require.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rootAccess", - "Whether root access is `Enabled` or `Disabled` for users of the notebook instance. The default value is `Enabled`.", + 'rootAccess', + 'Whether root access is `Enabled` or `Disabled` for users of the notebook instance. The default value is `Enabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.", + 'volumeSize', + 'The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the notebook instance (must be unique).", + 'name', + 'The name of the notebook instance (must be unique).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/sagemaker/NotebookInstanceLifecycleConfiguration.ts b/src/app/Models/codegen/aws/sagemaker/NotebookInstanceLifecycleConfiguration.ts index 74e66e527..c5e80deaa 100644 --- a/src/app/Models/codegen/aws/sagemaker/NotebookInstanceLifecycleConfiguration.ts +++ b/src/app/Models/codegen/aws/sagemaker/NotebookInstanceLifecycleConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NotebookInstanceLifecycleConfigurationArgs { // The name of the lifecycle configuration (must be unique). If omitted, this provider will assign a random, unique name. @@ -34,23 +34,23 @@ export class NotebookInstanceLifecycleConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the lifecycle configuration (must be unique). If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the lifecycle configuration (must be unique). If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "onCreate", - "A shell script (base64-encoded) that runs only once when the SageMaker Notebook Instance is created.", + 'onCreate', + 'A shell script (base64-encoded) that runs only once when the SageMaker Notebook Instance is created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onStart", + 'onStart', "A shell script (base64-encoded) that runs every time the SageMaker Notebook Instance is started including the time it's created.", () => [], false, diff --git a/src/app/Models/codegen/aws/sagemaker/Pipeline.ts b/src/app/Models/codegen/aws/sagemaker/Pipeline.ts index 625306869..9bdcbc24e 100644 --- a/src/app/Models/codegen/aws/sagemaker/Pipeline.ts +++ b/src/app/Models/codegen/aws/sagemaker/Pipeline.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_PipelineParallelismConfiguration, sagemaker_PipelineParallelismConfiguration_GetTypes, -} from "../types/sagemaker_PipelineParallelismConfiguration"; +} from '../types/sagemaker_PipelineParallelismConfiguration'; import { sagemaker_PipelinePipelineDefinitionS3Location, sagemaker_PipelinePipelineDefinitionS3Location_GetTypes, -} from "../types/sagemaker_PipelinePipelineDefinitionS3Location"; +} from '../types/sagemaker_PipelinePipelineDefinitionS3Location'; export interface PipelineArgs { // The ARN of the IAM role the pipeline will execute as. @@ -75,64 +75,64 @@ export class Pipeline extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role the pipeline will execute as.", + 'roleArn', + 'The ARN of the IAM role the pipeline will execute as.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "parallelismConfiguration", - "This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.", + 'parallelismConfiguration', + 'This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.', () => sagemaker_PipelineParallelismConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pipelineDefinition", - "The [JSON pipeline definition](https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/) of the pipeline.", + 'pipelineDefinition', + 'The [JSON pipeline definition](https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/) of the pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "pipelineDefinitionS3Location", - "The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location. see Pipeline Definition S3 Location details below.", + 'pipelineDefinitionS3Location', + 'The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location. see Pipeline Definition S3 Location details below.', () => sagemaker_PipelinePipelineDefinitionS3Location_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pipelineDescription", - "A description of the pipeline.", + 'pipelineDescription', + 'A description of the pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pipelineDisplayName", - "The display name of the pipeline.", + 'pipelineDisplayName', + 'The display name of the pipeline.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pipelineName", - "The name of the pipeline.", + 'pipelineName', + 'The name of the pipeline.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/Project.ts b/src/app/Models/codegen/aws/sagemaker/Project.ts index 1e0a034ac..0e4686368 100644 --- a/src/app/Models/codegen/aws/sagemaker/Project.ts +++ b/src/app/Models/codegen/aws/sagemaker/Project.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ProjectServiceCatalogProvisioningDetails, sagemaker_ProjectServiceCatalogProvisioningDetails_GetTypes, -} from "../types/sagemaker_ProjectServiceCatalogProvisioningDetails"; +} from '../types/sagemaker_ProjectServiceCatalogProvisioningDetails'; export interface ProjectArgs { // A description for the project. @@ -50,32 +50,32 @@ export class Project extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "projectDescription", - "A description for the project.", + 'projectDescription', + 'A description for the project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "projectName", - "The name of the Project.", + 'projectName', + 'The name of the Project.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "serviceCatalogProvisioningDetails", - "The product ID and provisioning artifact ID to provision a service catalog. See Service Catalog Provisioning Details below.", + 'serviceCatalogProvisioningDetails', + 'The product ID and provisioning artifact ID to provision a service catalog. See Service Catalog Provisioning Details below.', () => sagemaker_ProjectServiceCatalogProvisioningDetails_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/ServicecatalogPortfolioStatus.ts b/src/app/Models/codegen/aws/sagemaker/ServicecatalogPortfolioStatus.ts index b77f19c22..982eb4946 100644 --- a/src/app/Models/codegen/aws/sagemaker/ServicecatalogPortfolioStatus.ts +++ b/src/app/Models/codegen/aws/sagemaker/ServicecatalogPortfolioStatus.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServicecatalogPortfolioStatusArgs { // Whether Service Catalog is enabled or disabled in SageMaker. Valid values are `Enabled` and `Disabled`. @@ -19,8 +19,8 @@ export class ServicecatalogPortfolioStatus extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "status", - "Whether Service Catalog is enabled or disabled in SageMaker. Valid values are `Enabled` and `Disabled`.", + 'status', + 'Whether Service Catalog is enabled or disabled in SageMaker. Valid values are `Enabled` and `Disabled`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sagemaker/Space.ts b/src/app/Models/codegen/aws/sagemaker/Space.ts index b91427803..bf680cea4 100644 --- a/src/app/Models/codegen/aws/sagemaker/Space.ts +++ b/src/app/Models/codegen/aws/sagemaker/Space.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSharingSettings, sagemaker_SpaceSpaceSharingSettings_GetTypes, -} from "../types/sagemaker_SpaceSpaceSharingSettings"; +} from '../types/sagemaker_SpaceSpaceSharingSettings'; import { sagemaker_SpaceOwnershipSettings, sagemaker_SpaceOwnershipSettings_GetTypes, -} from "../types/sagemaker_SpaceOwnershipSettings"; +} from '../types/sagemaker_SpaceOwnershipSettings'; import { sagemaker_SpaceSpaceSettings, sagemaker_SpaceSpaceSettings_GetTypes, -} from "../types/sagemaker_SpaceSpaceSettings"; +} from '../types/sagemaker_SpaceSpaceSettings'; export interface SpaceArgs { // A collection of ownership settings. Required if `space_sharing_settings` is set. See `ownership_settings` Block below. @@ -79,56 +79,56 @@ export class Space extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainId", - "The ID of the associated Domain.", + 'domainId', + 'The ID of the associated Domain.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "ownershipSettings", - "A collection of ownership settings. Required if `space_sharing_settings` is set. See `ownership_settings` Block below.", + 'ownershipSettings', + 'A collection of ownership settings. Required if `space_sharing_settings` is set. See `ownership_settings` Block below.', () => sagemaker_SpaceOwnershipSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "spaceDisplayName", - "The name of the space that appears in the SageMaker Studio UI.", + 'spaceDisplayName', + 'The name of the space that appears in the SageMaker Studio UI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spaceName", - "The name of the space.", + 'spaceName', + 'The name of the space.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "spaceSettings", - "A collection of space settings. See `space_settings` Block below.", + 'spaceSettings', + 'A collection of space settings. See `space_settings` Block below.', () => sagemaker_SpaceSpaceSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spaceSharingSettings", - "A collection of space sharing settings. Required if `ownership_settings` is set. See `space_sharing_settings` Block below.", + 'spaceSharingSettings', + 'A collection of space sharing settings. Required if `ownership_settings` is set. See `space_sharing_settings` Block below.', () => sagemaker_SpaceSpaceSharingSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sagemaker/StudioLifecycleConfig.ts b/src/app/Models/codegen/aws/sagemaker/StudioLifecycleConfig.ts index 49dc7bc27..e9d7194af 100644 --- a/src/app/Models/codegen/aws/sagemaker/StudioLifecycleConfig.ts +++ b/src/app/Models/codegen/aws/sagemaker/StudioLifecycleConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StudioLifecycleConfigArgs { // The App type that the Lifecycle Configuration is attached to. Valid values are `JupyterServer`, `JupyterLab`, `CodeEditor` and `KernelGateway`. @@ -43,32 +43,32 @@ export class StudioLifecycleConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "studioLifecycleConfigContent", - "The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.", + 'studioLifecycleConfigContent', + 'The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "studioLifecycleConfigName", - "The name of the Studio Lifecycle Configuration to create.", + 'studioLifecycleConfigName', + 'The name of the Studio Lifecycle Configuration to create.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "studioLifecycleConfigAppType", - "The App type that the Lifecycle Configuration is attached to. Valid values are `JupyterServer`, `JupyterLab`, `CodeEditor` and `KernelGateway`.", + 'studioLifecycleConfigAppType', + 'The App type that the Lifecycle Configuration is attached to. Valid values are `JupyterServer`, `JupyterLab`, `CodeEditor` and `KernelGateway`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sagemaker/UserProfile.ts b/src/app/Models/codegen/aws/sagemaker/UserProfile.ts index 1d0e22771..4f4399faa 100644 --- a/src/app/Models/codegen/aws/sagemaker/UserProfile.ts +++ b/src/app/Models/codegen/aws/sagemaker/UserProfile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettings, sagemaker_UserProfileUserSettings_GetTypes, -} from "../types/sagemaker_UserProfileUserSettings"; +} from '../types/sagemaker_UserProfileUserSettings'; export interface UserProfileArgs { // The user settings. See User Settings below. @@ -62,39 +62,39 @@ export class UserProfile extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userProfileName", - "The name for the User Profile.", + 'userProfileName', + 'The name for the User Profile.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "userSettings", - "The user settings. See User Settings below.", + 'userSettings', + 'The user settings. See User Settings below.', () => sagemaker_UserProfileUserSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainId", - "The ID of the associated Domain.", + 'domainId', + 'The ID of the associated Domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "singleSignOnUserIdentifier", + 'singleSignOnUserIdentifier', "A specifier for the type of value specified in `single_sign_on_user_value`. Currently, the only supported value is `UserName`. If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.", () => [], false, @@ -102,7 +102,7 @@ export class UserProfile extends DS_Resource { ), new DynamicUIProps( InputType.String, - "singleSignOnUserValue", + 'singleSignOnUserValue', "The username of the associated AWS Single Sign-On User for this User Profile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.", () => [], false, diff --git a/src/app/Models/codegen/aws/sagemaker/Workforce.ts b/src/app/Models/codegen/aws/sagemaker/Workforce.ts index c93bcb048..3f9e75b23 100644 --- a/src/app/Models/codegen/aws/sagemaker/Workforce.ts +++ b/src/app/Models/codegen/aws/sagemaker/Workforce.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_WorkforceCognitoConfig, sagemaker_WorkforceCognitoConfig_GetTypes, -} from "../types/sagemaker_WorkforceCognitoConfig"; +} from '../types/sagemaker_WorkforceCognitoConfig'; import { sagemaker_WorkforceOidcConfig, sagemaker_WorkforceOidcConfig_GetTypes, -} from "../types/sagemaker_WorkforceOidcConfig"; +} from '../types/sagemaker_WorkforceOidcConfig'; import { sagemaker_WorkforceSourceIpConfig, sagemaker_WorkforceSourceIpConfig_GetTypes, -} from "../types/sagemaker_WorkforceSourceIpConfig"; +} from '../types/sagemaker_WorkforceSourceIpConfig'; import { sagemaker_WorkforceWorkforceVpcConfig, sagemaker_WorkforceWorkforceVpcConfig_GetTypes, -} from "../types/sagemaker_WorkforceWorkforceVpcConfig"; +} from '../types/sagemaker_WorkforceWorkforceVpcConfig'; export interface WorkforceArgs { // configure a workforce using VPC. see Workforce VPC Config details below. @@ -65,39 +65,39 @@ export class Workforce extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "workforceName", - "The name of the Workforce (must be unique).", + 'workforceName', + 'The name of the Workforce (must be unique).', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "workforceVpcConfig", - "configure a workforce using VPC. see Workforce VPC Config details below.", + 'workforceVpcConfig', + 'configure a workforce using VPC. see Workforce VPC Config details below.', () => sagemaker_WorkforceWorkforceVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cognitoConfig", - "Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool. Conflicts with `oidc_config`. see Cognito Config details below.", + 'cognitoConfig', + 'Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool. Conflicts with `oidc_config`. see Cognito Config details below.', () => sagemaker_WorkforceCognitoConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "oidcConfig", - "Use this parameter to configure a private workforce using your own OIDC Identity Provider. Conflicts with `cognito_config`. see OIDC Config details below.", + 'oidcConfig', + 'Use this parameter to configure a private workforce using your own OIDC Identity Provider. Conflicts with `cognito_config`. see OIDC Config details below.', () => sagemaker_WorkforceOidcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceIpConfig", + 'sourceIpConfig', "A list of IP address ranges Used to create an allow list of IP addresses for a private workforce. By default, a workforce isn't restricted to specific IP addresses. see Source Ip Config details below.", () => sagemaker_WorkforceSourceIpConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/sagemaker/Workteam.ts b/src/app/Models/codegen/aws/sagemaker/Workteam.ts index 60882d154..e5efbb922 100644 --- a/src/app/Models/codegen/aws/sagemaker/Workteam.ts +++ b/src/app/Models/codegen/aws/sagemaker/Workteam.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_WorkteamMemberDefinition, sagemaker_WorkteamMemberDefinition_GetTypes, -} from "../types/sagemaker_WorkteamMemberDefinition"; +} from '../types/sagemaker_WorkteamMemberDefinition'; import { sagemaker_WorkteamNotificationConfiguration, sagemaker_WorkteamNotificationConfiguration_GetTypes, -} from "../types/sagemaker_WorkteamNotificationConfiguration"; +} from '../types/sagemaker_WorkteamNotificationConfiguration'; import { sagemaker_WorkteamWorkerAccessConfiguration, sagemaker_WorkteamWorkerAccessConfiguration_GetTypes, -} from "../types/sagemaker_WorkteamWorkerAccessConfiguration"; +} from '../types/sagemaker_WorkteamWorkerAccessConfiguration'; export interface WorkteamArgs { // A description of the work team. @@ -76,56 +76,56 @@ export class Workteam extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "notificationConfiguration", - "Configures notification of workers regarding available or expiring work items. see Notification Configuration details below.", + 'notificationConfiguration', + 'Configures notification of workers regarding available or expiring work items. see Notification Configuration details below.', () => sagemaker_WorkteamNotificationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workerAccessConfiguration", - "Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL. see Worker Access Configuration details below.", + 'workerAccessConfiguration', + 'Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL. see Worker Access Configuration details below.', () => sagemaker_WorkteamWorkerAccessConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workforceName", - "The name of the Workteam (must be unique).", + 'workforceName', + 'The name of the Workteam (must be unique).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workteamName", - "The name of the workforce.", + 'workteamName', + 'The name of the workforce.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the work team.", + 'description', + 'A description of the work team.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "memberDefinitions", - "A list of Member Definitions that contains objects that identify the workers that make up the work team. Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use `cognito_member_definition`. For workforces created using your own OIDC identity provider (IdP) use `oidc_member_definition`. Do not provide input for both of these parameters in a single request. see Member Definition details below.", + 'memberDefinitions', + 'A list of Member Definitions that contains objects that identify the workers that make up the work team. Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use `cognito_member_definition`. For workforces created using your own OIDC identity provider (IdP) use `oidc_member_definition`. Do not provide input for both of these parameters in a single request. see Member Definition details below.', () => sagemaker_WorkteamMemberDefinition_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/scheduler/Schedule.ts b/src/app/Models/codegen/aws/scheduler/Schedule.ts index af0b87fa4..dbe65ed06 100644 --- a/src/app/Models/codegen/aws/scheduler/Schedule.ts +++ b/src/app/Models/codegen/aws/scheduler/Schedule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { scheduler_ScheduleTarget, scheduler_ScheduleTarget_GetTypes, -} from "../types/scheduler_ScheduleTarget"; +} from '../types/scheduler_ScheduleTarget'; import { scheduler_ScheduleFlexibleTimeWindow, scheduler_ScheduleFlexibleTimeWindow_GetTypes, -} from "../types/scheduler_ScheduleFlexibleTimeWindow"; +} from '../types/scheduler_ScheduleFlexibleTimeWindow'; export interface ScheduleArgs { // Creates a unique name beginning with the specified prefix. Conflicts with `name`. @@ -104,31 +104,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "state", - "Specifies whether the schedule is enabled or disabled. One of: `ENABLED` (default), `DISABLED`.", + 'state', + 'Specifies whether the schedule is enabled or disabled. One of: `ENABLED` (default), `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Brief description of the schedule.", + 'description', + 'Brief description of the schedule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "Defines when the schedule runs. Read more in [Schedule types on EventBridge Scheduler](https://docs.aws.amazon.com/scheduler/latest/UserGuide/schedule-types.html).", + 'scheduleExpression', + 'Defines when the schedule runs. Read more in [Schedule types on EventBridge Scheduler](https://docs.aws.amazon.com/scheduler/latest/UserGuide/schedule-types.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endDate", + 'endDate', "The date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the end date you specify. EventBridge Scheduler ignores the end date for one-time schedules. Example: `2030-01-01T01:00:00Z`.", () => [], false, @@ -136,15 +136,15 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "groupName", - "Name of the schedule group to associate with this schedule. When omitted, the `default` schedule group is used.", + 'groupName', + 'Name of the schedule group to associate with this schedule. When omitted, the `default` schedule group is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "startDate", + 'startDate', "The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the start date you specify. EventBridge Scheduler ignores the start date for one-time schedules. Example: `2030-01-01T01:00:00Z`.", () => [], false, @@ -152,48 +152,48 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Object, - "target", - "Configures the target of the schedule. Detailed below.\n\nThe following arguments are optional:", + 'target', + 'Configures the target of the schedule. Detailed below.\n\nThe following arguments are optional:', () => scheduler_ScheduleTarget_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "flexibleTimeWindow", - "Configures a time window during which EventBridge Scheduler invokes the schedule. Detailed below.", + 'flexibleTimeWindow', + 'Configures a time window during which EventBridge Scheduler invokes the schedule. Detailed below.', () => scheduler_ScheduleFlexibleTimeWindow_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the schedule. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the schedule. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scheduleExpressionTimezone", - "Timezone in which the scheduling expression is evaluated. Defaults to `UTC`. Example: `Australia/Sydney`.", + 'scheduleExpressionTimezone', + 'Timezone in which the scheduling expression is evaluated. Defaults to `UTC`. Example: `Australia/Sydney`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.", + 'kmsKeyArn', + 'ARN for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/scheduler/ScheduleGroup.ts b/src/app/Models/codegen/aws/scheduler/ScheduleGroup.ts index c47127551..7f9a0f711 100644 --- a/src/app/Models/codegen/aws/scheduler/ScheduleGroup.ts +++ b/src/app/Models/codegen/aws/scheduler/ScheduleGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ScheduleGroupArgs { // Name of the schedule group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`. @@ -46,24 +46,24 @@ export class ScheduleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the schedule group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the schedule group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/schemas/Discoverer.ts b/src/app/Models/codegen/aws/schemas/Discoverer.ts index c0e3b7487..0766d8c3c 100644 --- a/src/app/Models/codegen/aws/schemas/Discoverer.ts +++ b/src/app/Models/codegen/aws/schemas/Discoverer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DiscovererArgs { // The ARN of the event bus to discover event schemas on. @@ -37,24 +37,24 @@ export class Discoverer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "sourceArn", - "The ARN of the event bus to discover event schemas on.", + 'sourceArn', + 'The ARN of the event bus to discover event schemas on.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the discoverer. Maximum of 256 characters.", + 'description', + 'The description of the discoverer. Maximum of 256 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/schemas/Registry.ts b/src/app/Models/codegen/aws/schemas/Registry.ts index 4f664ae8b..568d4bf55 100644 --- a/src/app/Models/codegen/aws/schemas/Registry.ts +++ b/src/app/Models/codegen/aws/schemas/Registry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegistryArgs { // The description of the discoverer. Maximum of 256 characters. @@ -37,24 +37,24 @@ export class Registry extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the discoverer. Maximum of 256 characters.", + 'description', + 'The description of the discoverer. Maximum of 256 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the custom event schema registry. Maximum of 64 characters consisting of lower case letters, upper case letters, 0-9, ., -, _.", + 'name', + 'The name of the custom event schema registry. Maximum of 64 characters consisting of lower case letters, upper case letters, 0-9, ., -, _.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/schemas/RegistryPolicy.ts b/src/app/Models/codegen/aws/schemas/RegistryPolicy.ts index 7b6d53473..5e4a87d6d 100644 --- a/src/app/Models/codegen/aws/schemas/RegistryPolicy.ts +++ b/src/app/Models/codegen/aws/schemas/RegistryPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegistryPolicyArgs { // Resource Policy for EventBridge Schema Registry @@ -25,16 +25,16 @@ export class RegistryPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "Resource Policy for EventBridge Schema Registry", + 'policy', + 'Resource Policy for EventBridge Schema Registry', () => [], true, false, ), new DynamicUIProps( InputType.String, - "registryName", - "Name of EventBridge Schema Registry", + 'registryName', + 'Name of EventBridge Schema Registry', () => [], true, true, diff --git a/src/app/Models/codegen/aws/schemas/Schema.ts b/src/app/Models/codegen/aws/schemas/Schema.ts index 602ab333a..25ef6401c 100644 --- a/src/app/Models/codegen/aws/schemas/Schema.ts +++ b/src/app/Models/codegen/aws/schemas/Schema.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SchemaArgs { // The description of the schema. Maximum of 256 characters. @@ -64,48 +64,48 @@ export class Schema extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "type", - "The type of the schema. Valid values: `OpenApi3` or `JSONSchemaDraft4`.", + 'type', + 'The type of the schema. Valid values: `OpenApi3` or `JSONSchemaDraft4`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "content", - "The schema specification. Must be a valid Open API 3.0 spec.", + 'content', + 'The schema specification. Must be a valid Open API 3.0 spec.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the schema. Maximum of 256 characters.", + 'description', + 'The description of the schema. Maximum of 256 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the schema. Maximum of 385 characters consisting of lower case letters, upper case letters, ., -, _, @.", + 'name', + 'The name of the schema. Maximum of 385 characters consisting of lower case letters, upper case letters, ., -, _, @.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "registryName", - "The name of the registry in which this schema belongs.", + 'registryName', + 'The name of the registry in which this schema belongs.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/secretsmanager/Secret.ts b/src/app/Models/codegen/aws/secretsmanager/Secret.ts index 25c636706..2760f05c9 100644 --- a/src/app/Models/codegen/aws/secretsmanager/Secret.ts +++ b/src/app/Models/codegen/aws/secretsmanager/Secret.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { secretsmanager_SecretReplica, secretsmanager_SecretReplica_GetTypes, -} from "../types/secretsmanager_SecretReplica"; +} from '../types/secretsmanager_SecretReplica'; export interface SecretArgs { // Accepts boolean value to specify whether to overwrite a secret with the same name in the destination Region. @@ -77,23 +77,23 @@ export class Secret extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "forceOverwriteReplicaSecret", - "Accepts boolean value to specify whether to overwrite a secret with the same name in the destination Region.", + 'forceOverwriteReplicaSecret', + 'Accepts boolean value to specify whether to overwrite a secret with the same name in the destination Region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the secret.", + 'description', + 'Description of the secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", + 'policy', 'Valid JSON document representing a [resource policy](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_resource-based-policies.html). Removing `policy` from your configuration or setting `policy` to null or an empty string (i.e., `policy = ""`) _will not_ delete the policy since it could have been set by `aws.secretsmanager.SecretPolicy`. To delete the `policy`, set it to `"{}"` (an empty JSON document).', () => [], false, @@ -101,39 +101,39 @@ export class Secret extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of user-defined tags that are attached to the secret. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of user-defined tags that are attached to the secret. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name of the new secret. The secret name can consist of uppercase letters, lowercase letters, digits, and any of the following characters: `/_+=.@-` Conflicts with `name_prefix`.", + 'name', + 'Friendly name of the new secret. The secret name can consist of uppercase letters, lowercase letters, digits, and any of the following characters: `/_+=.@-` Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "recoveryWindowInDays", - "Number of days that AWS Secrets Manager waits before it can delete the secret. This value can be `0` to force deletion without recovery or range from `7` to `30` days. The default value is `30`.", + 'recoveryWindowInDays', + 'Number of days that AWS Secrets Manager waits before it can delete the secret. This value can be `0` to force deletion without recovery or range from `7` to `30` days. The default value is `30`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "ARN or Id of the AWS KMS key to be used to encrypt the secret values in the versions stored in this secret. If you need to reference a CMK in a different account, you can use only the key ARN. If you don't specify this value, then Secrets Manager defaults to using the AWS account's default KMS key (the one named `aws/secretsmanager`). If the default KMS key with that name doesn't yet exist, then AWS Secrets Manager creates it for you automatically the first time.", () => [], false, @@ -141,8 +141,8 @@ export class Secret extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "replicas", - "Configuration block to support secret replication. See details below.", + 'replicas', + 'Configuration block to support secret replication. See details below.', () => secretsmanager_SecretReplica_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/secretsmanager/SecretPolicy.ts b/src/app/Models/codegen/aws/secretsmanager/SecretPolicy.ts index 710543071..0a23de33e 100644 --- a/src/app/Models/codegen/aws/secretsmanager/SecretPolicy.ts +++ b/src/app/Models/codegen/aws/secretsmanager/SecretPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecretPolicyArgs { // Makes an optional API call to Zelkova to validate the Resource Policy to prevent broad access to your secret. @@ -39,15 +39,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "Makes an optional API call to Zelkova to validate the Resource Policy to prevent broad access to your secret.", + 'blockPublicPolicy', + 'Makes an optional API call to Zelkova to validate the Resource Policy to prevent broad access to your secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", + 'policy', 'Valid JSON document representing a [resource policy](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_resource-based-policies.html). Unlike `aws.secretsmanager.Secret`, where `policy` can be set to `"{}"` to delete the policy, `"{}"` is not a valid policy since `policy` is required.', () => [], true, @@ -55,8 +55,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "secretArn", - "Secret ARN.\n\nThe following arguments are optional:", + 'secretArn', + 'Secret ARN.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/secretsmanager/SecretRotation.ts b/src/app/Models/codegen/aws/secretsmanager/SecretRotation.ts index 292cdeb67..0ad9e0210 100644 --- a/src/app/Models/codegen/aws/secretsmanager/SecretRotation.ts +++ b/src/app/Models/codegen/aws/secretsmanager/SecretRotation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { secretsmanager_SecretRotationRotationRules, secretsmanager_SecretRotationRotationRules_GetTypes, -} from "../types/secretsmanager_SecretRotationRotationRules"; +} from '../types/secretsmanager_SecretRotationRotationRules'; export interface SecretRotationArgs { // A structure that defines the rotation configuration for this secret. Defined below. @@ -44,23 +44,23 @@ export class SecretRotation extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "rotationRules", - "A structure that defines the rotation configuration for this secret. Defined below.", + 'rotationRules', + 'A structure that defines the rotation configuration for this secret. Defined below.', () => secretsmanager_SecretRotationRotationRules_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "secretId", - "Specifies the secret to which you want to add a new version. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret. The secret must already exist.", + 'secretId', + 'Specifies the secret to which you want to add a new version. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret. The secret must already exist.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "rotateImmediately", + 'rotateImmediately', "Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. The rotation schedule is defined in `rotation_rules`. For secrets that use a Lambda rotation function to rotate, if you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the testSecret step (https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) of the Lambda rotation function. The test creates an AWSPENDING version of the secret and then removes it. Defaults to `true`.", () => [], false, @@ -68,8 +68,8 @@ export class SecretRotation extends DS_Resource { ), new DynamicUIProps( InputType.String, - "rotationLambdaArn", - "Specifies the ARN of the Lambda function that can rotate the secret. Must be supplied if the secret is not managed by AWS.", + 'rotationLambdaArn', + 'Specifies the ARN of the Lambda function that can rotate the secret. Must be supplied if the secret is not managed by AWS.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/secretsmanager/SecretVersion.ts b/src/app/Models/codegen/aws/secretsmanager/SecretVersion.ts index d58d9842c..d0c60324c 100644 --- a/src/app/Models/codegen/aws/secretsmanager/SecretVersion.ts +++ b/src/app/Models/codegen/aws/secretsmanager/SecretVersion.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecretVersionArgs { // Specifies binary data that you want to encrypt and store in this version of the secret. This is required if `secret_string` is not set. Needs to be encoded to base64. @@ -51,31 +51,31 @@ Specifies a list of staging labels that are attached to this version of the secr return [ new DynamicUIProps( InputType.String, - "secretBinary", - "Specifies binary data that you want to encrypt and store in this version of the secret. This is required if `secret_string` is not set. Needs to be encoded to base64.", + 'secretBinary', + 'Specifies binary data that you want to encrypt and store in this version of the secret. This is required if `secret_string` is not set. Needs to be encoded to base64.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "secretId", - "Specifies the secret to which you want to add a new version. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret. The secret must already exist.", + 'secretId', + 'Specifies the secret to which you want to add a new version. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret. The secret must already exist.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "secretString", - "Specifies text data that you want to encrypt and store in this version of the secret. This is required if `secret_binary` is not set.", + 'secretString', + 'Specifies text data that you want to encrypt and store in this version of the secret. This is required if `secret_binary` is not set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "versionStages", + 'versionStages', "Specifies a list of staging labels that are attached to this version of the secret. A staging label must be unique to a single version of the secret. If you specify a staging label that's already associated with a different version of the same secret then that staging label is automatically removed from the other version and attached to this version. If you do not specify a value, then AWS Secrets Manager automatically moves the staging label `AWSCURRENT` to this new version on creation.\n\n> **NOTE:** If `version_stages` is configured, you must include the `AWSCURRENT` staging label if this secret version is the only version or if the label is currently present on this secret version, otherwise this provider will show a perpetual difference.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/securityhub/Account.ts b/src/app/Models/codegen/aws/securityhub/Account.ts index 4280c15bf..58a733133 100644 --- a/src/app/Models/codegen/aws/securityhub/Account.ts +++ b/src/app/Models/codegen/aws/securityhub/Account.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountArgs { // Whether to automatically enable new controls when they are added to standards that are enabled. By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false. @@ -34,24 +34,24 @@ export class Account extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "controlFindingGenerator", - "Updates whether the calling account has consolidated control findings turned on. If the value for this field is set to `SECURITY_CONTROL`, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. If the value for this field is set to `STANDARD_CONTROL`, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. For accounts that are part of an organization, this value can only be updated in the administrator account.", + 'controlFindingGenerator', + 'Updates whether the calling account has consolidated control findings turned on. If the value for this field is set to `SECURITY_CONTROL`, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. If the value for this field is set to `STANDARD_CONTROL`, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. For accounts that are part of an organization, this value can only be updated in the administrator account.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDefaultStandards", - "Whether to enable the security standards that Security Hub has designated as automatically enabled including: ` AWS Foundational Security Best Practices v1.0.0` and `CIS AWS Foundations Benchmark v1.2.0`. Defaults to `true`.", + 'enableDefaultStandards', + 'Whether to enable the security standards that Security Hub has designated as automatically enabled including: ` AWS Foundational Security Best Practices v1.0.0` and `CIS AWS Foundations Benchmark v1.2.0`. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "autoEnableControls", - "Whether to automatically enable new controls when they are added to standards that are enabled. By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.", + 'autoEnableControls', + 'Whether to automatically enable new controls when they are added to standards that are enabled. By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/securityhub/ActionTarget.ts b/src/app/Models/codegen/aws/securityhub/ActionTarget.ts index 59566b02a..0f40542b7 100644 --- a/src/app/Models/codegen/aws/securityhub/ActionTarget.ts +++ b/src/app/Models/codegen/aws/securityhub/ActionTarget.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ActionTargetArgs { // The description for the custom action target. @@ -34,24 +34,24 @@ export class ActionTarget extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The description for the custom action target.", + 'name', + 'The description for the custom action target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The name of the custom action target.", + 'description', + 'The name of the custom action target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identifier", - "The ID for the custom action target.", + 'identifier', + 'The ID for the custom action target.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/securityhub/AutomationRule.ts b/src/app/Models/codegen/aws/securityhub/AutomationRule.ts index a0e6b1df2..da5a35510 100644 --- a/src/app/Models/codegen/aws/securityhub/AutomationRule.ts +++ b/src/app/Models/codegen/aws/securityhub/AutomationRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleAction, securityhub_AutomationRuleAction_GetTypes, -} from "../types/securityhub_AutomationRuleAction"; +} from '../types/securityhub_AutomationRuleAction'; import { securityhub_AutomationRuleCriteria, securityhub_AutomationRuleCriteria_GetTypes, -} from "../types/securityhub_AutomationRuleCriteria"; +} from '../types/securityhub_AutomationRuleCriteria'; export interface AutomationRuleArgs { // The name of the rule. @@ -75,64 +75,64 @@ export class AutomationRule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "actions", - "A block that specifies one or more actions to update finding fields if a finding matches the conditions specified in `Criteria`. Documented below.", + 'actions', + 'A block that specifies one or more actions to update finding fields if a finding matches the conditions specified in `Criteria`. Documented below.', () => securityhub_AutomationRuleAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "criteria", - "A block that specifies a set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. Documented below.", + 'criteria', + 'A block that specifies a set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. Documented below.', () => securityhub_AutomationRuleCriteria_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the rule.", + 'description', + 'The description of the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "isTerminal", - "Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. Defaults to `false`.", + 'isTerminal', + 'Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleName", - "The name of the rule.", + 'ruleName', + 'The name of the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleOrder", - "An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.", + 'ruleOrder', + 'An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleStatus", - "Whether the rule is active after it is created.", + 'ruleStatus', + 'Whether the rule is active after it is created.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/securityhub/ConfigurationPolicy.ts b/src/app/Models/codegen/aws/securityhub/ConfigurationPolicy.ts index a39339cb2..2d5dabfd3 100644 --- a/src/app/Models/codegen/aws/securityhub/ConfigurationPolicy.ts +++ b/src/app/Models/codegen/aws/securityhub/ConfigurationPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_ConfigurationPolicyConfigurationPolicy, securityhub_ConfigurationPolicyConfigurationPolicy_GetTypes, -} from "../types/securityhub_ConfigurationPolicyConfigurationPolicy"; +} from '../types/securityhub_ConfigurationPolicyConfigurationPolicy'; export interface ConfigurationPolicyArgs { // The description of the configuration policy. @@ -38,24 +38,24 @@ export class ConfigurationPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the configuration policy.", + 'description', + 'The description of the configuration policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the configuration policy.", + 'name', + 'The name of the configuration policy.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "configurationPolicy", - "Defines how Security Hub is configured. See below.", + 'configurationPolicy', + 'Defines how Security Hub is configured. See below.', () => securityhub_ConfigurationPolicyConfigurationPolicy_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/securityhub/ConfigurationPolicyAssociation.ts b/src/app/Models/codegen/aws/securityhub/ConfigurationPolicyAssociation.ts index 4f4dcb13b..730881e62 100644 --- a/src/app/Models/codegen/aws/securityhub/ConfigurationPolicyAssociation.ts +++ b/src/app/Models/codegen/aws/securityhub/ConfigurationPolicyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConfigurationPolicyAssociationArgs { // The universally unique identifier (UUID) of the configuration policy. @@ -25,16 +25,16 @@ export class ConfigurationPolicyAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policyId", - "The universally unique identifier (UUID) of the configuration policy.", + 'policyId', + 'The universally unique identifier (UUID) of the configuration policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetId", - "The identifier of the target account, organizational unit, or the root to associate with the specified configuration.", + 'targetId', + 'The identifier of the target account, organizational unit, or the root to associate with the specified configuration.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/securityhub/FindingAggregator.ts b/src/app/Models/codegen/aws/securityhub/FindingAggregator.ts index 71008b9c1..49c7411c5 100644 --- a/src/app/Models/codegen/aws/securityhub/FindingAggregator.ts +++ b/src/app/Models/codegen/aws/securityhub/FindingAggregator.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FindingAggregatorArgs { // Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are `ALL_REGIONS`, `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`. When `ALL_REGIONS` or `ALL_REGIONS_EXCEPT_SPECIFIED` are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. @@ -25,16 +25,16 @@ export class FindingAggregator extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "linkingMode", - "Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are `ALL_REGIONS`, `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`. When `ALL_REGIONS` or `ALL_REGIONS_EXCEPT_SPECIFIED` are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.", + 'linkingMode', + 'Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are `ALL_REGIONS`, `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`. When `ALL_REGIONS` or `ALL_REGIONS_EXCEPT_SPECIFIED` are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "specifiedRegions", - "List of regions to include or exclude (required if `linking_mode` is set to `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`)", + 'specifiedRegions', + 'List of regions to include or exclude (required if `linking_mode` is set to `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`)', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/securityhub/Insight.ts b/src/app/Models/codegen/aws/securityhub/Insight.ts index fe73cc719..f9ea3cd28 100644 --- a/src/app/Models/codegen/aws/securityhub/Insight.ts +++ b/src/app/Models/codegen/aws/securityhub/Insight.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFilters, securityhub_InsightFilters_GetTypes, -} from "../types/securityhub_InsightFilters"; +} from '../types/securityhub_InsightFilters'; export interface InsightArgs { // A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details. @@ -38,24 +38,24 @@ export class Insight extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the custom insight.", + 'name', + 'The name of the custom insight.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "filters", - "A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.", + 'filters', + 'A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.', () => securityhub_InsightFilters_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "groupByAttribute", - "The attribute used to group the findings for the insight e.g., if an insight is grouped by `ResourceId`, then the insight produces a list of resource identifiers.", + 'groupByAttribute', + 'The attribute used to group the findings for the insight e.g., if an insight is grouped by `ResourceId`, then the insight produces a list of resource identifiers.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/securityhub/InviteAccepter.ts b/src/app/Models/codegen/aws/securityhub/InviteAccepter.ts index 5dfc97172..7fdfa0b3a 100644 --- a/src/app/Models/codegen/aws/securityhub/InviteAccepter.ts +++ b/src/app/Models/codegen/aws/securityhub/InviteAccepter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InviteAccepterArgs { // The account ID of the master Security Hub account whose invitation you're accepting. @@ -22,7 +22,7 @@ export class InviteAccepter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "masterId", + 'masterId', "The account ID of the master Security Hub account whose invitation you're accepting.", () => [], true, diff --git a/src/app/Models/codegen/aws/securityhub/Member.ts b/src/app/Models/codegen/aws/securityhub/Member.ts index 99799576c..ae98f43bb 100644 --- a/src/app/Models/codegen/aws/securityhub/Member.ts +++ b/src/app/Models/codegen/aws/securityhub/Member.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MemberArgs { // Boolean whether to invite the account to Security Hub as a member. Defaults to `false`. @@ -37,24 +37,24 @@ export class Member extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "invite", - "Boolean whether to invite the account to Security Hub as a member. Defaults to `false`.", + 'invite', + 'Boolean whether to invite the account to Security Hub as a member. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "accountId", - "The ID of the member AWS account.", + 'accountId', + 'The ID of the member AWS account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "email", - "The email of the member AWS account.", + 'email', + 'The email of the member AWS account.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/securityhub/OrganizationAdminAccount.ts b/src/app/Models/codegen/aws/securityhub/OrganizationAdminAccount.ts index 102f5c584..0e0ad9488 100644 --- a/src/app/Models/codegen/aws/securityhub/OrganizationAdminAccount.ts +++ b/src/app/Models/codegen/aws/securityhub/OrganizationAdminAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationAdminAccountArgs { // The AWS account identifier of the account to designate as the Security Hub administrator account. @@ -19,8 +19,8 @@ export class OrganizationAdminAccount extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "adminAccountId", - "The AWS account identifier of the account to designate as the Security Hub administrator account.", + 'adminAccountId', + 'The AWS account identifier of the account to designate as the Security Hub administrator account.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/securityhub/OrganizationConfiguration.ts b/src/app/Models/codegen/aws/securityhub/OrganizationConfiguration.ts index 5dda1ff10..23d18b4bb 100644 --- a/src/app/Models/codegen/aws/securityhub/OrganizationConfiguration.ts +++ b/src/app/Models/codegen/aws/securityhub/OrganizationConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_OrganizationConfigurationOrganizationConfiguration, securityhub_OrganizationConfigurationOrganizationConfiguration_GetTypes, -} from "../types/securityhub_OrganizationConfigurationOrganizationConfiguration"; +} from '../types/securityhub_OrganizationConfigurationOrganizationConfiguration'; export interface OrganizationConfigurationArgs { // Provides information about the way an organization is configured in Security Hub. @@ -35,8 +35,8 @@ export class OrganizationConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "organizationConfiguration", - "Provides information about the way an organization is configured in Security Hub.", + 'organizationConfiguration', + 'Provides information about the way an organization is configured in Security Hub.', () => securityhub_OrganizationConfigurationOrganizationConfiguration_GetTypes(), false, @@ -44,16 +44,16 @@ export class OrganizationConfiguration extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "autoEnable", - "Whether to automatically enable Security Hub for new accounts in the organization.", + 'autoEnable', + 'Whether to automatically enable Security Hub for new accounts in the organization.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "autoEnableStandards", - "Whether to automatically enable Security Hub default standards for new member accounts in the organization. By default, this parameter is equal to `DEFAULT`, and new member accounts are automatically enabled with default Security Hub standards. To opt out of enabling default standards for new member accounts, set this parameter equal to `NONE`.", + 'autoEnableStandards', + 'Whether to automatically enable Security Hub default standards for new member accounts in the organization. By default, this parameter is equal to `DEFAULT`, and new member accounts are automatically enabled with default Security Hub standards. To opt out of enabling default standards for new member accounts, set this parameter equal to `NONE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/securityhub/ProductSubscription.ts b/src/app/Models/codegen/aws/securityhub/ProductSubscription.ts index aedb06abe..c420b0101 100644 --- a/src/app/Models/codegen/aws/securityhub/ProductSubscription.ts +++ b/src/app/Models/codegen/aws/securityhub/ProductSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProductSubscriptionArgs { /* @@ -102,8 +102,8 @@ A subset of currently available products (remember to replace `${var.region}` as return [ new DynamicUIProps( InputType.String, - "productArn", - "The ARN of the product that generates findings that you want to import into Security Hub - see below.\n\nAmazon maintains a list of [Product integrations in AWS Security Hub](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-providers.html) that changes over time. Any of the products on the linked [Available AWS service integrations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-internal-providers.html) or [Available third-party partner product integrations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html) can be configured using `aws.securityhub.ProductSubscription`.\n\nAvailable products can also be listed by running the AWS CLI command `aws securityhub describe-products`.\n\nA subset of currently available products (remember to replace `${var.region}` as appropriate) includes:\n\n* `arn:aws:securityhub:${var.region}::product/aws/guardduty`\n* `arn:aws:securityhub:${var.region}::product/aws/inspector`\n* `arn:aws:securityhub:${var.region}::product/aws/macie`\n* `arn:aws:securityhub:${var.region}::product/alertlogic/althreatmanagement`\n* `arn:aws:securityhub:${var.region}::product/armordefense/armoranywhere`\n* `arn:aws:securityhub:${var.region}::product/barracuda/cloudsecurityguardian`\n* `arn:aws:securityhub:${var.region}::product/checkpoint/cloudguard-iaas`\n* `arn:aws:securityhub:${var.region}::product/checkpoint/dome9-arc`\n* `arn:aws:securityhub:${var.region}::product/crowdstrike/crowdstrike-falcon`\n* `arn:aws:securityhub:${var.region}::product/cyberark/cyberark-pta`\n* `arn:aws:securityhub:${var.region}::product/f5networks/f5-advanced-waf`\n* `arn:aws:securityhub:${var.region}::product/fortinet/fortigate`\n* `arn:aws:securityhub:${var.region}::product/guardicore/aws-infection-monkey`\n* `arn:aws:securityhub:${var.region}::product/guardicore/guardicore`\n* `arn:aws:securityhub:${var.region}::product/ibm/qradar-siem`\n* `arn:aws:securityhub:${var.region}::product/imperva/imperva-attack-analytics`\n* `arn:aws:securityhub:${var.region}::product/mcafee-skyhigh/mcafee-mvision-cloud-aws`\n* `arn:aws:securityhub:${var.region}::product/paloaltonetworks/redlock`\n* `arn:aws:securityhub:${var.region}::product/paloaltonetworks/vm-series`\n* `arn:aws:securityhub:${var.region}::product/qualys/qualys-pc`\n* `arn:aws:securityhub:${var.region}::product/qualys/qualys-vm`\n* `arn:aws:securityhub:${var.region}::product/rapid7/insightvm`\n* `arn:aws:securityhub:${var.region}::product/sophos/sophos-server-protection`\n* `arn:aws:securityhub:${var.region}::product/splunk/splunk-enterprise`\n* `arn:aws:securityhub:${var.region}::product/splunk/splunk-phantom`\n* `arn:aws:securityhub:${var.region}::product/sumologicinc/sumologic-mda`\n* `arn:aws:securityhub:${var.region}::product/symantec-corp/symantec-cwp`\n* `arn:aws:securityhub:${var.region}::product/tenable/tenable-io`\n* `arn:aws:securityhub:${var.region}::product/trend-micro/deep-security`\n* `arn:aws:securityhub:${var.region}::product/turbot/turbot`\n* `arn:aws:securityhub:${var.region}::product/twistlock/twistlock-enterprise`", + 'productArn', + 'The ARN of the product that generates findings that you want to import into Security Hub - see below.\n\nAmazon maintains a list of [Product integrations in AWS Security Hub](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-providers.html) that changes over time. Any of the products on the linked [Available AWS service integrations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-internal-providers.html) or [Available third-party partner product integrations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html) can be configured using `aws.securityhub.ProductSubscription`.\n\nAvailable products can also be listed by running the AWS CLI command `aws securityhub describe-products`.\n\nA subset of currently available products (remember to replace `${var.region}` as appropriate) includes:\n\n* `arn:aws:securityhub:${var.region}::product/aws/guardduty`\n* `arn:aws:securityhub:${var.region}::product/aws/inspector`\n* `arn:aws:securityhub:${var.region}::product/aws/macie`\n* `arn:aws:securityhub:${var.region}::product/alertlogic/althreatmanagement`\n* `arn:aws:securityhub:${var.region}::product/armordefense/armoranywhere`\n* `arn:aws:securityhub:${var.region}::product/barracuda/cloudsecurityguardian`\n* `arn:aws:securityhub:${var.region}::product/checkpoint/cloudguard-iaas`\n* `arn:aws:securityhub:${var.region}::product/checkpoint/dome9-arc`\n* `arn:aws:securityhub:${var.region}::product/crowdstrike/crowdstrike-falcon`\n* `arn:aws:securityhub:${var.region}::product/cyberark/cyberark-pta`\n* `arn:aws:securityhub:${var.region}::product/f5networks/f5-advanced-waf`\n* `arn:aws:securityhub:${var.region}::product/fortinet/fortigate`\n* `arn:aws:securityhub:${var.region}::product/guardicore/aws-infection-monkey`\n* `arn:aws:securityhub:${var.region}::product/guardicore/guardicore`\n* `arn:aws:securityhub:${var.region}::product/ibm/qradar-siem`\n* `arn:aws:securityhub:${var.region}::product/imperva/imperva-attack-analytics`\n* `arn:aws:securityhub:${var.region}::product/mcafee-skyhigh/mcafee-mvision-cloud-aws`\n* `arn:aws:securityhub:${var.region}::product/paloaltonetworks/redlock`\n* `arn:aws:securityhub:${var.region}::product/paloaltonetworks/vm-series`\n* `arn:aws:securityhub:${var.region}::product/qualys/qualys-pc`\n* `arn:aws:securityhub:${var.region}::product/qualys/qualys-vm`\n* `arn:aws:securityhub:${var.region}::product/rapid7/insightvm`\n* `arn:aws:securityhub:${var.region}::product/sophos/sophos-server-protection`\n* `arn:aws:securityhub:${var.region}::product/splunk/splunk-enterprise`\n* `arn:aws:securityhub:${var.region}::product/splunk/splunk-phantom`\n* `arn:aws:securityhub:${var.region}::product/sumologicinc/sumologic-mda`\n* `arn:aws:securityhub:${var.region}::product/symantec-corp/symantec-cwp`\n* `arn:aws:securityhub:${var.region}::product/tenable/tenable-io`\n* `arn:aws:securityhub:${var.region}::product/trend-micro/deep-security`\n* `arn:aws:securityhub:${var.region}::product/turbot/turbot`\n* `arn:aws:securityhub:${var.region}::product/twistlock/twistlock-enterprise`', () => [], true, true, diff --git a/src/app/Models/codegen/aws/securityhub/StandardsControl.ts b/src/app/Models/codegen/aws/securityhub/StandardsControl.ts index 495b5b346..09746a414 100644 --- a/src/app/Models/codegen/aws/securityhub/StandardsControl.ts +++ b/src/app/Models/codegen/aws/securityhub/StandardsControl.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StandardsControlArgs { // The standards control ARN. See the AWS documentation for how to list existing controls using [`get-enabled-standards`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-enabled-standards.html) and [`describe-standards-controls`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/describe-standards-controls.html). @@ -52,24 +52,24 @@ export class StandardsControl extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "standardsControlArn", - "The standards control ARN. See the AWS documentation for how to list existing controls using [`get-enabled-standards`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-enabled-standards.html) and [`describe-standards-controls`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/describe-standards-controls.html).", + 'standardsControlArn', + 'The standards control ARN. See the AWS documentation for how to list existing controls using [`get-enabled-standards`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-enabled-standards.html) and [`describe-standards-controls`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/describe-standards-controls.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "controlStatus", - "The control status could be `ENABLED` or `DISABLED`. You have to specify `disabled_reason` argument for `DISABLED` control status.", + 'controlStatus', + 'The control status could be `ENABLED` or `DISABLED`. You have to specify `disabled_reason` argument for `DISABLED` control status.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "disabledReason", - "A description of the reason why you are disabling a security standard control. If you specify this attribute, `control_status` will be set to `DISABLED` automatically.", + 'disabledReason', + 'A description of the reason why you are disabling a security standard control. If you specify this attribute, `control_status` will be set to `DISABLED` automatically.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/securityhub/StandardsSubscription.ts b/src/app/Models/codegen/aws/securityhub/StandardsSubscription.ts index 69ee90033..4ec5303e7 100644 --- a/src/app/Models/codegen/aws/securityhub/StandardsSubscription.ts +++ b/src/app/Models/codegen/aws/securityhub/StandardsSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StandardsSubscriptionArgs { /* @@ -45,8 +45,8 @@ Currently available standards (remember to replace `${var.partition}` and `${var return [ new DynamicUIProps( InputType.String, - "standardsArn", - "The ARN of a standard - see below.\n\nCurrently available standards (remember to replace `${var.partition}` and `${var.region}` as appropriate):\n\n| Name | ARN |\n|------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| AWS Foundational Security Best Practices | `arn:${var.partition}:securityhub:${var.region}::standards/aws-foundational-security-best-practices/v/1.0.0` |\n| AWS Resource Tagging Standard | `arn:${var.partition}:securityhub:${var.region}::standards/aws-resource-tagging-standard/v/1.0.0` |\n| CIS AWS Foundations Benchmark v1.2.0 | `arn:${var.partition}:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0` |\n| CIS AWS Foundations Benchmark v1.4.0 | `arn:${var.partition}:securityhub:${var.region}::standards/cis-aws-foundations-benchmark/v/1.4.0` |\n| NIST SP 800-53 Rev. 5 | `arn:${var.partition}:securityhub:${var.region}::standards/nist-800-53/v/5.0.0` |\n| PCI DSS | `arn:${var.partition}:securityhub:${var.region}::standards/pci-dss/v/3.2.1` |", + 'standardsArn', + 'The ARN of a standard - see below.\n\nCurrently available standards (remember to replace `${var.partition}` and `${var.region}` as appropriate):\n\n| Name | ARN |\n|------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| AWS Foundational Security Best Practices | `arn:${var.partition}:securityhub:${var.region}::standards/aws-foundational-security-best-practices/v/1.0.0` |\n| AWS Resource Tagging Standard | `arn:${var.partition}:securityhub:${var.region}::standards/aws-resource-tagging-standard/v/1.0.0` |\n| CIS AWS Foundations Benchmark v1.2.0 | `arn:${var.partition}:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0` |\n| CIS AWS Foundations Benchmark v1.4.0 | `arn:${var.partition}:securityhub:${var.region}::standards/cis-aws-foundations-benchmark/v/1.4.0` |\n| NIST SP 800-53 Rev. 5 | `arn:${var.partition}:securityhub:${var.region}::standards/nist-800-53/v/5.0.0` |\n| PCI DSS | `arn:${var.partition}:securityhub:${var.region}::standards/pci-dss/v/3.2.1` |', () => [], true, true, diff --git a/src/app/Models/codegen/aws/securitylake/AwsLogSource.ts b/src/app/Models/codegen/aws/securitylake/AwsLogSource.ts index d7023554f..360dfc024 100644 --- a/src/app/Models/codegen/aws/securitylake/AwsLogSource.ts +++ b/src/app/Models/codegen/aws/securitylake/AwsLogSource.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_AwsLogSourceSource, securitylake_AwsLogSourceSource_GetTypes, -} from "../types/securitylake_AwsLogSourceSource"; +} from '../types/securitylake_AwsLogSourceSource'; export interface AwsLogSourceArgs { // Specify the natively-supported AWS service to add as a source in Security Lake. @@ -23,8 +23,8 @@ export class AwsLogSource extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "source", - "Specify the natively-supported AWS service to add as a source in Security Lake.", + 'source', + 'Specify the natively-supported AWS service to add as a source in Security Lake.', () => securitylake_AwsLogSourceSource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/securitylake/CustomLogSource.ts b/src/app/Models/codegen/aws/securitylake/CustomLogSource.ts index 833465d5e..c1f33e2e7 100644 --- a/src/app/Models/codegen/aws/securitylake/CustomLogSource.ts +++ b/src/app/Models/codegen/aws/securitylake/CustomLogSource.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_CustomLogSourceProviderDetail, securitylake_CustomLogSourceProviderDetail_GetTypes, -} from "../types/securitylake_CustomLogSourceProviderDetail"; +} from '../types/securitylake_CustomLogSourceProviderDetail'; import { securitylake_CustomLogSourceAttribute, securitylake_CustomLogSourceAttribute_GetTypes, -} from "../types/securitylake_CustomLogSourceAttribute"; +} from '../types/securitylake_CustomLogSourceAttribute'; import { securitylake_CustomLogSourceConfiguration, securitylake_CustomLogSourceConfiguration_GetTypes, -} from "../types/securitylake_CustomLogSourceConfiguration"; +} from '../types/securitylake_CustomLogSourceConfiguration'; export interface CustomLogSourceArgs { // Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source. @@ -63,32 +63,32 @@ Has a maximum length of 20. return [ new DynamicUIProps( InputType.String, - "sourceVersion", - "Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.", + 'sourceVersion', + 'Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "The configuration for the third-party custom source.", + 'configuration', + 'The configuration for the third-party custom source.', () => securitylake_CustomLogSourceConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "eventClasses", - "The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake.", + 'eventClasses', + 'The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "Specify the name for a third-party custom source.\nThis must be a Regionally unique value.\nHas a maximum length of 20.", + 'sourceName', + 'Specify the name for a third-party custom source.\nThis must be a Regionally unique value.\nHas a maximum length of 20.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/securitylake/DataLake.ts b/src/app/Models/codegen/aws/securitylake/DataLake.ts index 522a22887..aee3cc41f 100644 --- a/src/app/Models/codegen/aws/securitylake/DataLake.ts +++ b/src/app/Models/codegen/aws/securitylake/DataLake.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_DataLakeConfiguration, securitylake_DataLakeConfiguration_GetTypes, -} from "../types/securitylake_DataLakeConfiguration"; +} from '../types/securitylake_DataLakeConfiguration'; import { securitylake_DataLakeTimeouts, securitylake_DataLakeTimeouts_GetTypes, -} from "../types/securitylake_DataLakeTimeouts"; +} from '../types/securitylake_DataLakeTimeouts'; export interface DataLakeArgs { // Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -54,32 +54,32 @@ export class DataLake extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => securitylake_DataLakeTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "configuration", - "Specify the Region or Regions that will contribute data to the rollup region.", + 'configuration', + 'Specify the Region or Regions that will contribute data to the rollup region.', () => securitylake_DataLakeConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metaStoreManagerRoleArn", - "The Amazon Resource Name (ARN) used to create and update the AWS Glue table. This table contains partitions generated by the ingestion and normalization of AWS log sources and custom sources.", + 'metaStoreManagerRoleArn', + 'The Amazon Resource Name (ARN) used to create and update the AWS Glue table. This table contains partitions generated by the ingestion and normalization of AWS log sources and custom sources.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/securitylake/Subscriber.ts b/src/app/Models/codegen/aws/securitylake/Subscriber.ts index f5d848315..4a31b37cd 100644 --- a/src/app/Models/codegen/aws/securitylake/Subscriber.ts +++ b/src/app/Models/codegen/aws/securitylake/Subscriber.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_SubscriberSource, securitylake_SubscriberSource_GetTypes, -} from "../types/securitylake_SubscriberSource"; +} from '../types/securitylake_SubscriberSource'; import { securitylake_SubscriberSubscriberIdentity, securitylake_SubscriberSubscriberIdentity_GetTypes, -} from "../types/securitylake_SubscriberSubscriberIdentity"; +} from '../types/securitylake_SubscriberSubscriberIdentity'; import { securitylake_SubscriberTimeouts, securitylake_SubscriberTimeouts_GetTypes, -} from "../types/securitylake_SubscriberTimeouts"; +} from '../types/securitylake_SubscriberTimeouts'; export interface SubscriberArgs { // The supported AWS services from which logs and events are collected. Security Lake supports log and event collection for natively supported AWS services. See `source` Blocks below. @@ -91,56 +91,56 @@ export class Subscriber extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "source", - "The supported AWS services from which logs and events are collected. Security Lake supports log and event collection for natively supported AWS services. See `source` Blocks below.", + 'source', + 'The supported AWS services from which logs and events are collected. Security Lake supports log and event collection for natively supported AWS services. See `source` Blocks below.', () => securitylake_SubscriberSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subscriberDescription", - "The description for your subscriber account in Security Lake.", + 'subscriberDescription', + 'The description for your subscriber account in Security Lake.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "subscriberIdentity", - "The AWS identity used to access your data. See `subscriber_identity` Block below.", + 'subscriberIdentity', + 'The AWS identity used to access your data. See `subscriber_identity` Block below.', () => securitylake_SubscriberSubscriberIdentity_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subscriberName", - "The name of your Security Lake subscriber account.", + 'subscriberName', + 'The name of your Security Lake subscriber account.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => securitylake_SubscriberTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessType", - "The Amazon S3 or Lake Formation access type.", + 'accessType', + 'The Amazon S3 or Lake Formation access type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/securitylake/SubscriberNotification.ts b/src/app/Models/codegen/aws/securitylake/SubscriberNotification.ts index 388301006..50791bf63 100644 --- a/src/app/Models/codegen/aws/securitylake/SubscriberNotification.ts +++ b/src/app/Models/codegen/aws/securitylake/SubscriberNotification.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_SubscriberNotificationConfiguration, securitylake_SubscriberNotificationConfiguration_GetTypes, -} from "../types/securitylake_SubscriberNotificationConfiguration"; +} from '../types/securitylake_SubscriberNotificationConfiguration'; export interface SubscriberNotificationArgs { // Specify the configuration using which you want to create the subscriber notification.. @@ -35,16 +35,16 @@ export class SubscriberNotification extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "configuration", - "Specify the configuration using which you want to create the subscriber notification..", + 'configuration', + 'Specify the configuration using which you want to create the subscriber notification..', () => securitylake_SubscriberNotificationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subscriberId", - "The subscriber ID for the notification subscription.", + 'subscriberId', + 'The subscriber ID for the notification subscription.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/serverlessrepository/CloudFormationStack.ts b/src/app/Models/codegen/aws/serverlessrepository/CloudFormationStack.ts index 3294f5aee..6ece39df9 100644 --- a/src/app/Models/codegen/aws/serverlessrepository/CloudFormationStack.ts +++ b/src/app/Models/codegen/aws/serverlessrepository/CloudFormationStack.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CloudFormationStackArgs { // A list of capabilities. Valid values are `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_RESOURCE_POLICY`, or `CAPABILITY_AUTO_EXPAND` @@ -55,48 +55,48 @@ export class CloudFormationStack extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A list of tags to associate with this stack. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A list of tags to associate with this stack. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "The ARN of the application from the Serverless Application Repository.", + 'applicationId', + 'The ARN of the application from the Serverless Application Repository.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "capabilities", - "A list of capabilities. Valid values are `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_RESOURCE_POLICY`, or `CAPABILITY_AUTO_EXPAND`", + 'capabilities', + 'A list of capabilities. Valid values are `CAPABILITY_IAM`, `CAPABILITY_NAMED_IAM`, `CAPABILITY_RESOURCE_POLICY`, or `CAPABILITY_AUTO_EXPAND`', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the stack to create. The resource deployed in AWS will be prefixed with `serverlessrepo-`", + 'name', + 'The name of the stack to create. The resource deployed in AWS will be prefixed with `serverlessrepo-`', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "A map of Parameter structures that specify input parameters for the stack.", + 'parameters', + 'A map of Parameter structures that specify input parameters for the stack.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "semanticVersion", - "The version of the application to deploy. If not supplied, deploys the latest version.", + 'semanticVersion', + 'The version of the application to deploy. If not supplied, deploys the latest version.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/AppregistryApplication.ts b/src/app/Models/codegen/aws/servicecatalog/AppregistryApplication.ts index b815f387e..45df84b4f 100644 --- a/src/app/Models/codegen/aws/servicecatalog/AppregistryApplication.ts +++ b/src/app/Models/codegen/aws/servicecatalog/AppregistryApplication.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AppregistryApplicationArgs { // Description of the application. @@ -39,16 +39,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "description", - "Description of the application.", + 'description', + 'Description of the application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the application. The name must be unique within an AWS region.\n\nThe following arguments are optional:", + 'name', + 'Name of the application. The name must be unique within an AWS region.\n\nThe following arguments are optional:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/BudgetResourceAssociation.ts b/src/app/Models/codegen/aws/servicecatalog/BudgetResourceAssociation.ts index f40020715..4e60f9826 100644 --- a/src/app/Models/codegen/aws/servicecatalog/BudgetResourceAssociation.ts +++ b/src/app/Models/codegen/aws/servicecatalog/BudgetResourceAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BudgetResourceAssociationArgs { // Resource identifier. @@ -25,16 +25,16 @@ export class BudgetResourceAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "budgetName", - "Budget name.", + 'budgetName', + 'Budget name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "Resource identifier.", + 'resourceId', + 'Resource identifier.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicecatalog/Constraint.ts b/src/app/Models/codegen/aws/servicecatalog/Constraint.ts index 9766a8c4d..15d857c0f 100644 --- a/src/app/Models/codegen/aws/servicecatalog/Constraint.ts +++ b/src/app/Models/codegen/aws/servicecatalog/Constraint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConstraintArgs { // Product identifier. @@ -63,48 +63,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the constraint.", + 'description', + 'Description of the constraint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parameters", - "Constraint parameters in JSON format. The syntax depends on the constraint type. See details below.", + 'parameters', + 'Constraint parameters in JSON format. The syntax depends on the constraint type. See details below.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "portfolioId", - "Portfolio identifier.", + 'portfolioId', + 'Portfolio identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "productId", - "Product identifier.", + 'productId', + 'Product identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `RESOURCE_UPDATE`, `STACKSET`, and `TEMPLATE`.\n\nThe following arguments are optional:", + 'type', + 'Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `RESOURCE_UPDATE`, `STACKSET`, and `TEMPLATE`.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicecatalog/OrganizationsAccess.ts b/src/app/Models/codegen/aws/servicecatalog/OrganizationsAccess.ts index 5c5a250fd..d501fda9e 100644 --- a/src/app/Models/codegen/aws/servicecatalog/OrganizationsAccess.ts +++ b/src/app/Models/codegen/aws/servicecatalog/OrganizationsAccess.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationsAccessArgs { // Whether to enable AWS Organizations access. @@ -19,8 +19,8 @@ export class OrganizationsAccess extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable AWS Organizations access.", + 'enabled', + 'Whether to enable AWS Organizations access.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicecatalog/Portfolio.ts b/src/app/Models/codegen/aws/servicecatalog/Portfolio.ts index 284d5b0ee..c2f984610 100644 --- a/src/app/Models/codegen/aws/servicecatalog/Portfolio.ts +++ b/src/app/Models/codegen/aws/servicecatalog/Portfolio.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PortfolioArgs { // Description of the portfolio @@ -46,32 +46,32 @@ export class Portfolio extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "providerName", - "Name of the person or organization who owns the portfolio.", + 'providerName', + 'Name of the person or organization who owns the portfolio.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the connection. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the portfolio", + 'description', + 'Description of the portfolio', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the portfolio.", + 'name', + 'The name of the portfolio.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/PortfolioShare.ts b/src/app/Models/codegen/aws/servicecatalog/PortfolioShare.ts index a0a50bc5c..64f6c382c 100644 --- a/src/app/Models/codegen/aws/servicecatalog/PortfolioShare.ts +++ b/src/app/Models/codegen/aws/servicecatalog/PortfolioShare.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PortfolioShareArgs { // Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`. @@ -66,56 +66,56 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "portfolioId", - "Portfolio identifier.", + 'portfolioId', + 'Portfolio identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principalId", - "Identifier of the principal with whom you will share the portfolio. Valid values AWS account IDs and ARNs of AWS Organizations and organizational units.", + 'principalId', + 'Identifier of the principal with whom you will share the portfolio. Valid values AWS account IDs and ARNs of AWS Organizations and organizational units.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "sharePrincipals", - "Enables or disables Principal sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled.", + 'sharePrincipals', + 'Enables or disables Principal sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "shareTagOptions", - "Whether to enable sharing of `aws.servicecatalog.TagOption` resources when creating the portfolio share.", + 'shareTagOptions', + 'Whether to enable sharing of `aws.servicecatalog.TagOption` resources when creating the portfolio share.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of portfolio share. Valid values are `ACCOUNT` (an external account), `ORGANIZATION` (a share to every account in an organization), `ORGANIZATIONAL_UNIT`, `ORGANIZATION_MEMBER_ACCOUNT` (a share to an account in an organization).\n\nThe following arguments are optional:", + 'type', + 'Type of portfolio share. Valid values are `ACCOUNT` (an external account), `ORGANIZATION` (a share to every account in an organization), `ORGANIZATIONAL_UNIT`, `ORGANIZATION_MEMBER_ACCOUNT` (a share to an account in an organization).\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "waitForAcceptance", - "Whether to wait (up to the timeout) for the share to be accepted. Organizational shares are automatically accepted.", + 'waitForAcceptance', + 'Whether to wait (up to the timeout) for the share to be accepted. Organizational shares are automatically accepted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/PrincipalPortfolioAssociation.ts b/src/app/Models/codegen/aws/servicecatalog/PrincipalPortfolioAssociation.ts index 9e51620fe..eee1dc10e 100644 --- a/src/app/Models/codegen/aws/servicecatalog/PrincipalPortfolioAssociation.ts +++ b/src/app/Models/codegen/aws/servicecatalog/PrincipalPortfolioAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrincipalPortfolioAssociationArgs { // Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`. @@ -45,31 +45,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "portfolioId", - "Portfolio identifier.", + 'portfolioId', + 'Portfolio identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principalArn", - "Principal ARN.\n\nThe following arguments are optional:", + 'principalArn', + 'Principal ARN.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principalType", + 'principalType', 'Principal type. Setting this argument empty (e.g., `principal_type = ""`) will result in an error. Valid values are `IAM` and `IAM_PATTERN`. Default is `IAM`.', () => [], false, diff --git a/src/app/Models/codegen/aws/servicecatalog/Product.ts b/src/app/Models/codegen/aws/servicecatalog/Product.ts index 52784fad6..5b8c84d52 100644 --- a/src/app/Models/codegen/aws/servicecatalog/Product.ts +++ b/src/app/Models/codegen/aws/servicecatalog/Product.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicecatalog_ProductProvisioningArtifactParameters, servicecatalog_ProductProvisioningArtifactParameters_GetTypes, -} from "../types/servicecatalog_ProductProvisioningArtifactParameters"; +} from '../types/servicecatalog_ProductProvisioningArtifactParameters'; export interface ProductArgs { // Contact URL for product support. @@ -106,88 +106,88 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "type", - "Type of product. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProduct.html#API_CreateProduct_RequestSyntax) for valid list of values.\n\nThe following arguments are optional:", + 'type', + 'Type of product. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProduct.html#API_CreateProduct_RequestSyntax) for valid list of values.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the product.", + 'description', + 'Description of the product.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the product.", + 'name', + 'Name of the product.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "supportEmail", - "Contact email for product support.", + 'supportEmail', + 'Contact email for product support.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "distributor", - "Distributor (i.e., vendor) of the product.", + 'distributor', + 'Distributor (i.e., vendor) of the product.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "owner", - "Owner of the product.", + 'owner', + 'Owner of the product.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "provisioningArtifactParameters", - "Configuration block for provisioning artifact (i.e., version) parameters. See `provisioning_artifact_parameters` Block for details.", + 'provisioningArtifactParameters', + 'Configuration block for provisioning artifact (i.e., version) parameters. See `provisioning_artifact_parameters` Block for details.', () => servicecatalog_ProductProvisioningArtifactParameters_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "supportUrl", - "Contact URL for product support.", + 'supportUrl', + 'Contact URL for product support.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the product. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the product. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "supportDescription", - "Support information about the product.", + 'supportDescription', + 'Support information about the product.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/ProductPortfolioAssociation.ts b/src/app/Models/codegen/aws/servicecatalog/ProductPortfolioAssociation.ts index 23bcf2c6d..387812884 100644 --- a/src/app/Models/codegen/aws/servicecatalog/ProductPortfolioAssociation.ts +++ b/src/app/Models/codegen/aws/servicecatalog/ProductPortfolioAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProductPortfolioAssociationArgs { // Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`. @@ -45,32 +45,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "portfolioId", - "Portfolio identifier.", + 'portfolioId', + 'Portfolio identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "productId", - "Product identifier.\n\nThe following arguments are optional:", + 'productId', + 'Product identifier.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourcePortfolioId", - "Identifier of the source portfolio.", + 'sourcePortfolioId', + 'Identifier of the source portfolio.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/servicecatalog/ProvisionedProduct.ts b/src/app/Models/codegen/aws/servicecatalog/ProvisionedProduct.ts index e1806a141..3d7d14ea0 100644 --- a/src/app/Models/codegen/aws/servicecatalog/ProvisionedProduct.ts +++ b/src/app/Models/codegen/aws/servicecatalog/ProvisionedProduct.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicecatalog_ProvisionedProductProvisioningParameter, servicecatalog_ProvisionedProductProvisioningParameter_GetTypes, -} from "../types/servicecatalog_ProvisionedProductProvisioningParameter"; +} from '../types/servicecatalog_ProvisionedProductProvisioningParameter'; import { servicecatalog_ProvisionedProductStackSetProvisioningPreferences, servicecatalog_ProvisionedProductStackSetProvisioningPreferences_GetTypes, -} from "../types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences"; +} from '../types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences'; import { servicecatalog_ProvisionedProductOutput, servicecatalog_ProvisionedProductOutput_GetTypes, -} from "../types/servicecatalog_ProvisionedProductOutput"; +} from '../types/servicecatalog_ProvisionedProductOutput'; export interface ProvisionedProductArgs { // Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`. @@ -153,24 +153,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "provisioningParameters", - "Configuration block with parameters specified by the administrator that are required for provisioning the product. See `provisioning_parameters` Block for details.", + 'provisioningParameters', + 'Configuration block with parameters specified by the administrator that are required for provisioning the product. See `provisioning_parameters` Block for details.', () => servicecatalog_ProvisionedProductProvisioningParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "productId", - "Product identifier. For example, `prod-abcdzk7xy33qa`. You must provide `product_id` or `product_name`, but not both.", + 'productId', + 'Product identifier. For example, `prod-abcdzk7xy33qa`. You must provide `product_id` or `product_name`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "stackSetProvisioningPreferences", - "Configuration block with information about the provisioning preferences for a stack set. See `stack_set_provisioning_preferences` Block for details.", + 'stackSetProvisioningPreferences', + 'Configuration block with information about the provisioning preferences for a stack set. See `stack_set_provisioning_preferences` Block for details.', () => servicecatalog_ProvisionedProductStackSetProvisioningPreferences_GetTypes(), false, @@ -178,88 +178,88 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Bool, - "retainPhysicalResources", - "_Only applies to deleting._ Whether to delete the Service Catalog provisioned product but leave the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is `false`.", + 'retainPhysicalResources', + '_Only applies to deleting._ Whether to delete the Service Catalog provisioned product but leave the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags to apply to the provisioned product. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Tags to apply to the provisioned product. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pathId", - "Path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use `aws.servicecatalog.getLaunchPaths`. When required, you must provide `path_id` or `path_name`, but not both.", + 'pathId', + 'Path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use `aws.servicecatalog.getLaunchPaths`. When required, you must provide `path_id` or `path_name`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notificationArns", - "Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.", + 'notificationArns', + 'Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). Default value is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ignoreErrors", - "_Only applies to deleting._ If set to `true`, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources. The default value is `false`.", + 'ignoreErrors', + '_Only applies to deleting._ If set to `true`, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "User-friendly name of the provisioned product.\n\nThe following arguments are optional:", + 'name', + 'User-friendly name of the provisioned product.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pathName", - "Name of the path. You must provide `path_id` or `path_name`, but not both.", + 'pathName', + 'Name of the path. You must provide `path_id` or `path_name`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "productName", - "Name of the product. You must provide `product_id` or `product_name`, but not both.", + 'productName', + 'Name of the product. You must provide `product_id` or `product_name`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "provisioningArtifactId", - "Identifier of the provisioning artifact. For example, `pa-4abcdjnxjj6ne`. You must provide the `provisioning_artifact_id` or `provisioning_artifact_name`, but not both.", + 'provisioningArtifactId', + 'Identifier of the provisioning artifact. For example, `pa-4abcdjnxjj6ne`. You must provide the `provisioning_artifact_id` or `provisioning_artifact_name`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "provisioningArtifactName", - "Name of the provisioning artifact. You must provide the `provisioning_artifact_id` or `provisioning_artifact_name`, but not both.", + 'provisioningArtifactName', + 'Name of the provisioning artifact. You must provide the `provisioning_artifact_id` or `provisioning_artifact_name`, but not both.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/ProvisioningArtifact.ts b/src/app/Models/codegen/aws/servicecatalog/ProvisioningArtifact.ts index 496ccc2e7..d3b1f9543 100644 --- a/src/app/Models/codegen/aws/servicecatalog/ProvisioningArtifact.ts +++ b/src/app/Models/codegen/aws/servicecatalog/ProvisioningArtifact.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProvisioningArtifactArgs { // Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. Valid values are `DEFAULT` and `DEPRECATED`. The default is `DEFAULT`. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version. @@ -87,80 +87,80 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "disableTemplateValidation", - "Whether AWS Service Catalog stops validating the specified provisioning artifact template even if it is invalid.", + 'disableTemplateValidation', + 'Whether AWS Service Catalog stops validating the specified provisioning artifact template even if it is invalid.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "guidance", - "Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. Valid values are `DEFAULT` and `DEPRECATED`. The default is `DEFAULT`. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.", + 'guidance', + 'Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. Valid values are `DEFAULT` and `DEPRECATED`. The default is `DEFAULT`. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templatePhysicalId", - "Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as `arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]`.", + 'templatePhysicalId', + 'Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as `arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). The default value is `en`.", + 'acceptLanguage', + 'Language code. Valid values: `en` (English), `jp` (Japanese), `zh` (Chinese). The default value is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the provisioning artifact (for example, `v1`, `v2beta`). No spaces are allowed.", + 'name', + 'Name of the provisioning artifact (for example, `v1`, `v2beta`). No spaces are allowed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateUrl", - "Template source as URL of the CloudFormation template in Amazon S3.\n\nThe following arguments are optional:", + 'templateUrl', + 'Template source as URL of the CloudFormation template in Amazon S3.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of provisioning artifact. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisioningArtifactProperties.html) for valid list of values.", + 'type', + 'Type of provisioning artifact. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisioningArtifactProperties.html) for valid list of values.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "productId", - "Identifier of the product.", + 'productId', + 'Identifier of the product.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "active", - "Whether the product version is active. Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact. Default is `true`.", + 'active', + 'Whether the product version is active. Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the provisioning artifact (i.e., version), including how it differs from the previous provisioning artifact.", + 'description', + 'Description of the provisioning artifact (i.e., version), including how it differs from the previous provisioning artifact.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/ServiceAction.ts b/src/app/Models/codegen/aws/servicecatalog/ServiceAction.ts index 7f48ce043..6397c033d 100644 --- a/src/app/Models/codegen/aws/servicecatalog/ServiceAction.ts +++ b/src/app/Models/codegen/aws/servicecatalog/ServiceAction.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicecatalog_ServiceActionDefinition, servicecatalog_ServiceActionDefinition_GetTypes, -} from "../types/servicecatalog_ServiceActionDefinition"; +} from '../types/servicecatalog_ServiceActionDefinition'; export interface ServiceActionArgs { // Language code. Valid values are `en` (English), `jp` (Japanese), and `zh` (Chinese). Default is `en`. @@ -49,32 +49,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "acceptLanguage", - "Language code. Valid values are `en` (English), `jp` (Japanese), and `zh` (Chinese). Default is `en`.", + 'acceptLanguage', + 'Language code. Valid values are `en` (English), `jp` (Japanese), and `zh` (Chinese). Default is `en`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "definition", - "Self-service action definition configuration block. Detailed below.", + 'definition', + 'Self-service action definition configuration block. Detailed below.', () => servicecatalog_ServiceActionDefinition_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Self-service action description.", + 'description', + 'Self-service action description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Self-service action name.\n\nThe following arguments are optional:", + 'name', + 'Self-service action name.\n\nThe following arguments are optional:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/TagOption.ts b/src/app/Models/codegen/aws/servicecatalog/TagOption.ts index 8e7a8bf55..b104e65ba 100644 --- a/src/app/Models/codegen/aws/servicecatalog/TagOption.ts +++ b/src/app/Models/codegen/aws/servicecatalog/TagOption.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagOptionArgs { // Whether tag option is active. Default is `true`. @@ -42,24 +42,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "key", - "Tag option key.", + 'key', + 'Tag option key.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "Tag option value.\n\nThe following arguments are optional:", + 'value', + 'Tag option value.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "active", - "Whether tag option is active. Default is `true`.", + 'active', + 'Whether tag option is active. Default is `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/servicecatalog/TagOptionResourceAssociation.ts b/src/app/Models/codegen/aws/servicecatalog/TagOptionResourceAssociation.ts index b13d8dc9e..aa8722c11 100644 --- a/src/app/Models/codegen/aws/servicecatalog/TagOptionResourceAssociation.ts +++ b/src/app/Models/codegen/aws/servicecatalog/TagOptionResourceAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagOptionResourceAssociationArgs { // Resource identifier. @@ -37,16 +37,16 @@ export class TagOptionResourceAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "tagOptionId", - "Tag Option identifier.", + 'tagOptionId', + 'Tag Option identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceId", - "Resource identifier.", + 'resourceId', + 'Resource identifier.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicediscovery/HttpNamespace.ts b/src/app/Models/codegen/aws/servicediscovery/HttpNamespace.ts index 01ce6b672..2ea6eb20d 100644 --- a/src/app/Models/codegen/aws/servicediscovery/HttpNamespace.ts +++ b/src/app/Models/codegen/aws/servicediscovery/HttpNamespace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HttpNamespaceArgs { // A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -40,24 +40,24 @@ export class HttpNamespace extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description that you specify for the namespace when you create it.", + 'description', + 'The description that you specify for the namespace when you create it.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the http namespace.", + 'name', + 'The name of the http namespace.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/servicediscovery/Instance.ts b/src/app/Models/codegen/aws/servicediscovery/Instance.ts index 4430823b9..7b6ffde4c 100644 --- a/src/app/Models/codegen/aws/servicediscovery/Instance.ts +++ b/src/app/Models/codegen/aws/servicediscovery/Instance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceArgs { // A map contains the attributes of the instance. Check the [doc](https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html#API_RegisterInstance_RequestSyntax) for the supported attributes and syntax. @@ -31,24 +31,24 @@ export class Instance extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "attributes", - "A map contains the attributes of the instance. Check the [doc](https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html#API_RegisterInstance_RequestSyntax) for the supported attributes and syntax.", + 'attributes', + 'A map contains the attributes of the instance. Check the [doc](https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html#API_RegisterInstance_RequestSyntax) for the supported attributes and syntax.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "The ID of the service instance.", + 'instanceId', + 'The ID of the service instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceId", - "The ID of the service that you want to use to create the instance.", + 'serviceId', + 'The ID of the service that you want to use to create the instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicediscovery/PrivateDnsNamespace.ts b/src/app/Models/codegen/aws/servicediscovery/PrivateDnsNamespace.ts index 2d5028755..35605975a 100644 --- a/src/app/Models/codegen/aws/servicediscovery/PrivateDnsNamespace.ts +++ b/src/app/Models/codegen/aws/servicediscovery/PrivateDnsNamespace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PrivateDnsNamespaceArgs { // A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -46,32 +46,32 @@ export class PrivateDnsNamespace extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description that you specify for the namespace when you create it.", + 'description', + 'The description that you specify for the namespace when you create it.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the namespace.", + 'name', + 'The name of the namespace.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpc", - "The ID of VPC that you want to associate the namespace with.", + 'vpc', + 'The ID of VPC that you want to associate the namespace with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/servicediscovery/PublicDnsNamespace.ts b/src/app/Models/codegen/aws/servicediscovery/PublicDnsNamespace.ts index 51f29397b..03e8893f3 100644 --- a/src/app/Models/codegen/aws/servicediscovery/PublicDnsNamespace.ts +++ b/src/app/Models/codegen/aws/servicediscovery/PublicDnsNamespace.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublicDnsNamespaceArgs { // The description that you specify for the namespace when you create it. @@ -40,24 +40,24 @@ export class PublicDnsNamespace extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the namespace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description that you specify for the namespace when you create it.", + 'description', + 'The description that you specify for the namespace when you create it.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the namespace.", + 'name', + 'The name of the namespace.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/servicediscovery/Service.ts b/src/app/Models/codegen/aws/servicediscovery/Service.ts index b17d58583..30d25341b 100644 --- a/src/app/Models/codegen/aws/servicediscovery/Service.ts +++ b/src/app/Models/codegen/aws/servicediscovery/Service.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicediscovery_ServiceHealthCheckConfig, servicediscovery_ServiceHealthCheckConfig_GetTypes, -} from "../types/servicediscovery_ServiceHealthCheckConfig"; +} from '../types/servicediscovery_ServiceHealthCheckConfig'; import { servicediscovery_ServiceHealthCheckCustomConfig, servicediscovery_ServiceHealthCheckCustomConfig_GetTypes, -} from "../types/servicediscovery_ServiceHealthCheckCustomConfig"; +} from '../types/servicediscovery_ServiceHealthCheckCustomConfig'; import { servicediscovery_ServiceDnsConfig, servicediscovery_ServiceDnsConfig_GetTypes, -} from "../types/servicediscovery_ServiceDnsConfig"; +} from '../types/servicediscovery_ServiceDnsConfig'; export interface ServiceArgs { // A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance. See `dns_config` Block for details. @@ -85,72 +85,72 @@ export class Service extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "namespaceId", - "The ID of the namespace that you want to use to create the service.", + 'namespaceId', + 'The ID of the namespace that you want to use to create the service.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dnsConfig", - "A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance. See `dns_config` Block for details.", + 'dnsConfig', + 'A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance. See `dns_config` Block for details.', () => servicediscovery_ServiceDnsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "healthCheckConfig", - "A complex type that contains settings for an optional health check. Only for Public DNS namespaces. See `health_check_config` Block for details.", + 'healthCheckConfig', + 'A complex type that contains settings for an optional health check. Only for Public DNS namespaces. See `health_check_config` Block for details.', () => servicediscovery_ServiceHealthCheckConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the service.", + 'description', + 'The description of the service.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "A boolean that indicates all instances should be deleted from the service so that the service can be destroyed without error. These instances are not recoverable. Defaults to `false`.", + 'forceDestroy', + 'A boolean that indicates all instances should be deleted from the service so that the service can be destroyed without error. These instances are not recoverable. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the service.", + 'name', + 'The name of the service.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "If present, specifies that the service instances are only discoverable using the `DiscoverInstances` API operation. No DNS records is registered for the service instances. The only valid value is `HTTP`.", + 'type', + 'If present, specifies that the service instances are only discoverable using the `DiscoverInstances` API operation. No DNS records is registered for the service instances. The only valid value is `HTTP`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "healthCheckCustomConfig", - "A complex type that contains settings for ECS managed health checks. See `health_check_custom_config` Block for details.", + 'healthCheckCustomConfig', + 'A complex type that contains settings for ECS managed health checks. See `health_check_custom_config` Block for details.', () => servicediscovery_ServiceHealthCheckCustomConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/servicequotas/ServiceQuota.ts b/src/app/Models/codegen/aws/servicequotas/ServiceQuota.ts index 9606c3ab4..f601d9bd9 100644 --- a/src/app/Models/codegen/aws/servicequotas/ServiceQuota.ts +++ b/src/app/Models/codegen/aws/servicequotas/ServiceQuota.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicequotas_ServiceQuotaUsageMetric, servicequotas_ServiceQuotaUsageMetric_GetTypes, -} from "../types/servicequotas_ServiceQuotaUsageMetric"; +} from '../types/servicequotas_ServiceQuotaUsageMetric'; export interface ServiceQuotaArgs { // Code of the service quota to track. For example: `L-F678F1CE`. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). @@ -59,24 +59,24 @@ export class ServiceQuota extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "quotaCode", - "Code of the service quota to track. For example: `L-F678F1CE`. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html).", + 'quotaCode', + 'Code of the service quota to track. For example: `L-F678F1CE`. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceCode", - "Code of the service to track. For example: `vpc`. Available values can be found with the [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).", + 'serviceCode', + 'Code of the service to track. For example: `vpc`. Available values can be found with the [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "value", - "Float specifying the desired value for the service quota. If the desired value is higher than the current value, a quota increase request is submitted. When a known request is submitted and pending, the value reflects the desired value of the pending request.", + 'value', + 'Float specifying the desired value for the service quota. If the desired value is higher than the current value, a quota increase request is submitted. When a known request is submitted and pending, the value reflects the desired value of the pending request.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/servicequotas/Template.ts b/src/app/Models/codegen/aws/servicequotas/Template.ts index ba253f4f1..b84184cac 100644 --- a/src/app/Models/codegen/aws/servicequotas/Template.ts +++ b/src/app/Models/codegen/aws/servicequotas/Template.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TemplateArgs { // The new, increased value for the quota. @@ -49,32 +49,32 @@ export class Template extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "value", - "The new, increased value for the quota.", + 'value', + 'The new, increased value for the quota.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "quotaCode", - "Quota identifier. To find the quota code for a specific quota, use the aws.servicequotas.ServiceQuota data source.", + 'quotaCode', + 'Quota identifier. To find the quota code for a specific quota, use the aws.servicequotas.ServiceQuota data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS Region to which the template applies.", + 'region', + 'AWS Region to which the template applies.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceCode", - "Service identifier. To find the service code value for an AWS service, use the aws.servicequotas.getService data source.", + 'serviceCode', + 'Service identifier. To find the service code value for an AWS service, use the aws.servicequotas.getService data source.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/servicequotas/TemplateAssociation.ts b/src/app/Models/codegen/aws/servicequotas/TemplateAssociation.ts index 09c891481..9e5ab2f8c 100644 --- a/src/app/Models/codegen/aws/servicequotas/TemplateAssociation.ts +++ b/src/app/Models/codegen/aws/servicequotas/TemplateAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TemplateAssociationArgs { // @@ -22,8 +22,8 @@ export class TemplateAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "skipDestroy", - "", + 'skipDestroy', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ses/ActiveReceiptRuleSet.ts b/src/app/Models/codegen/aws/ses/ActiveReceiptRuleSet.ts index 1b375fd09..cc0175cde 100644 --- a/src/app/Models/codegen/aws/ses/ActiveReceiptRuleSet.ts +++ b/src/app/Models/codegen/aws/ses/ActiveReceiptRuleSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ActiveReceiptRuleSetArgs { // The name of the rule set @@ -22,8 +22,8 @@ export class ActiveReceiptRuleSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ruleSetName", - "The name of the rule set", + 'ruleSetName', + 'The name of the rule set', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ses/ConfigurationSet.ts b/src/app/Models/codegen/aws/ses/ConfigurationSet.ts index bc42b9518..67ac56144 100644 --- a/src/app/Models/codegen/aws/ses/ConfigurationSet.ts +++ b/src/app/Models/codegen/aws/ses/ConfigurationSet.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ses_ConfigurationSetTrackingOptions, ses_ConfigurationSetTrackingOptions_GetTypes, -} from "../types/ses_ConfigurationSetTrackingOptions"; +} from '../types/ses_ConfigurationSetTrackingOptions'; import { ses_ConfigurationSetDeliveryOptions, ses_ConfigurationSetDeliveryOptions_GetTypes, -} from "../types/ses_ConfigurationSetDeliveryOptions"; +} from '../types/ses_ConfigurationSetDeliveryOptions'; export interface ConfigurationSetArgs { // Whether email sending is enabled or disabled for the configuration set. The default value is `true`. @@ -65,40 +65,40 @@ The following argument is optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the configuration set.\n\nThe following argument is optional:", + 'name', + 'Name of the configuration set.\n\nThe following argument is optional:', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "reputationMetricsEnabled", - "Whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch. The default value is `false`.", + 'reputationMetricsEnabled', + 'Whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "sendingEnabled", - "Whether email sending is enabled or disabled for the configuration set. The default value is `true`.", + 'sendingEnabled', + 'Whether email sending is enabled or disabled for the configuration set. The default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "trackingOptions", - "Domain that is used to redirect email recipients to an Amazon SES-operated domain. See below. **NOTE:** This functionality is best effort.", + 'trackingOptions', + 'Domain that is used to redirect email recipients to an Amazon SES-operated domain. See below. **NOTE:** This functionality is best effort.', () => ses_ConfigurationSetTrackingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deliveryOptions", - "Whether messages that use the configuration set are required to use TLS. See below.", + 'deliveryOptions', + 'Whether messages that use the configuration set are required to use TLS. See below.', () => ses_ConfigurationSetDeliveryOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ses/DomainDkim.ts b/src/app/Models/codegen/aws/ses/DomainDkim.ts index 7aa41d8c7..b5e49d8c0 100644 --- a/src/app/Models/codegen/aws/ses/DomainDkim.ts +++ b/src/app/Models/codegen/aws/ses/DomainDkim.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainDkimArgs { // Verified domain name to generate DKIM tokens for. @@ -29,8 +29,8 @@ in the [AWS SES docs](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy- return [ new DynamicUIProps( InputType.String, - "domain", - "Verified domain name to generate DKIM tokens for.", + 'domain', + 'Verified domain name to generate DKIM tokens for.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/DomainIdentity.ts b/src/app/Models/codegen/aws/ses/DomainIdentity.ts index 85a4066d3..f7ed23fd5 100644 --- a/src/app/Models/codegen/aws/ses/DomainIdentity.ts +++ b/src/app/Models/codegen/aws/ses/DomainIdentity.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainIdentityArgs { // The domain name to assign to SES @@ -25,8 +25,8 @@ export class DomainIdentity extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "The domain name to assign to SES", + 'domain', + 'The domain name to assign to SES', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/DomainIdentityVerification.ts b/src/app/Models/codegen/aws/ses/DomainIdentityVerification.ts index 56d5c144a..cf18fbd09 100644 --- a/src/app/Models/codegen/aws/ses/DomainIdentityVerification.ts +++ b/src/app/Models/codegen/aws/ses/DomainIdentityVerification.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainIdentityVerificationArgs { // The domain name of the SES domain identity to verify. @@ -22,8 +22,8 @@ export class DomainIdentityVerification extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "domain", - "The domain name of the SES domain identity to verify.", + 'domain', + 'The domain name of the SES domain identity to verify.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/EmailIdentity.ts b/src/app/Models/codegen/aws/ses/EmailIdentity.ts index a8d114659..e9c9ac31d 100644 --- a/src/app/Models/codegen/aws/ses/EmailIdentity.ts +++ b/src/app/Models/codegen/aws/ses/EmailIdentity.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EmailIdentityArgs { // The email address to assign to SES. @@ -22,8 +22,8 @@ export class EmailIdentity extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "email", - "The email address to assign to SES.", + 'email', + 'The email address to assign to SES.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/EventDestination.ts b/src/app/Models/codegen/aws/ses/EventDestination.ts index 56e7ccfef..0a542af58 100644 --- a/src/app/Models/codegen/aws/ses/EventDestination.ts +++ b/src/app/Models/codegen/aws/ses/EventDestination.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ses_EventDestinationSnsDestination, ses_EventDestinationSnsDestination_GetTypes, -} from "../types/ses_EventDestinationSnsDestination"; +} from '../types/ses_EventDestinationSnsDestination'; import { ses_EventDestinationCloudwatchDestination, ses_EventDestinationCloudwatchDestination_GetTypes, -} from "../types/ses_EventDestinationCloudwatchDestination"; +} from '../types/ses_EventDestinationCloudwatchDestination'; import { ses_EventDestinationKinesisDestination, ses_EventDestinationKinesisDestination_GetTypes, -} from "../types/ses_EventDestinationKinesisDestination"; +} from '../types/ses_EventDestinationKinesisDestination'; export interface EventDestinationArgs { /* @@ -78,15 +78,15 @@ Send the events to an SNS Topic destination return [ new DynamicUIProps( InputType.Object, - "kinesisDestination", - "Send the events to a kinesis firehose destination", + 'kinesisDestination', + 'Send the events to a kinesis firehose destination', () => ses_EventDestinationKinesisDestination_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "matchingTypes", + 'matchingTypes', 'A list of matching types. May be any of `"send"`, `"reject"`, `"bounce"`, `"complaint"`, `"delivery"`, `"open"`, `"click"`, or `"renderingFailure"`.', () => InputType_String_GetTypes(), true, @@ -94,15 +94,15 @@ Send the events to an SNS Topic destination ), new DynamicUIProps( InputType.String, - "name", - "The name of the event destination", + 'name', + 'The name of the event destination', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "snsDestination", + 'snsDestination', 'Send the events to an SNS Topic destination\n\n> **NOTE:** You can specify `"cloudwatch_destination"` or `"kinesis_destination"` but not both', () => ses_EventDestinationSnsDestination_GetTypes(), false, @@ -110,24 +110,24 @@ Send the events to an SNS Topic destination ), new DynamicUIProps( InputType.Array, - "cloudwatchDestinations", - "CloudWatch destination for the events", + 'cloudwatchDestinations', + 'CloudWatch destination for the events', () => ses_EventDestinationCloudwatchDestination_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "configurationSetName", - "The name of the configuration set", + 'configurationSetName', + 'The name of the configuration set', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "If true, the event destination will be enabled", + 'enabled', + 'If true, the event destination will be enabled', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ses/IdentityNotificationTopic.ts b/src/app/Models/codegen/aws/ses/IdentityNotificationTopic.ts index ad1f597bc..bc962dced 100644 --- a/src/app/Models/codegen/aws/ses/IdentityNotificationTopic.ts +++ b/src/app/Models/codegen/aws/ses/IdentityNotificationTopic.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IdentityNotificationTopicArgs { // The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). @@ -37,31 +37,31 @@ export class IdentityNotificationTopic extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "identity", - "The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).", + 'identity', + 'The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "includeOriginalHeaders", - "Whether SES should include original email headers in SNS notifications of this type. `false` by default.", + 'includeOriginalHeaders', + 'Whether SES should include original email headers in SNS notifications of this type. `false` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notificationType", - "The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: `Bounce`, `Complaint` or `Delivery`.", + 'notificationType', + 'The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: `Bounce`, `Complaint` or `Delivery`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "topicArn", + 'topicArn', 'The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to `""` (an empty string) to disable publishing.', () => [], false, diff --git a/src/app/Models/codegen/aws/ses/IdentityPolicy.ts b/src/app/Models/codegen/aws/ses/IdentityPolicy.ts index 47e5422cb..c3e1e0c8e 100644 --- a/src/app/Models/codegen/aws/ses/IdentityPolicy.ts +++ b/src/app/Models/codegen/aws/ses/IdentityPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IdentityPolicyArgs { // Name or Amazon Resource Name (ARN) of the SES Identity. @@ -31,24 +31,24 @@ export class IdentityPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "identity", - "Name or Amazon Resource Name (ARN) of the SES Identity.", + 'identity', + 'Name or Amazon Resource Name (ARN) of the SES Identity.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the policy.", + 'name', + 'Name of the policy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "JSON string of the policy.", + 'policy', + 'JSON string of the policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ses/MailFrom.ts b/src/app/Models/codegen/aws/ses/MailFrom.ts index c759f8643..ee929f480 100644 --- a/src/app/Models/codegen/aws/ses/MailFrom.ts +++ b/src/app/Models/codegen/aws/ses/MailFrom.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MailFromArgs { /* @@ -39,24 +39,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "domain", - "Verified domain name or email identity to generate DKIM tokens for.", + 'domain', + 'Verified domain name or email identity to generate DKIM tokens for.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "mailFromDomain", - "Subdomain (of above domain) which is to be used as MAIL FROM address (Required for DMARC validation)\n\nThe following arguments are optional:", + 'mailFromDomain', + 'Subdomain (of above domain) which is to be used as MAIL FROM address (Required for DMARC validation)\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "behaviorOnMxFailure", - "The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. Defaults to `UseDefaultValue`. See the [SES API documentation](https://docs.aws.amazon.com/ses/latest/APIReference/API_SetIdentityMailFromDomain.html) for more information.", + 'behaviorOnMxFailure', + 'The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. Defaults to `UseDefaultValue`. See the [SES API documentation](https://docs.aws.amazon.com/ses/latest/APIReference/API_SetIdentityMailFromDomain.html) for more information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ses/ReceiptFilter.ts b/src/app/Models/codegen/aws/ses/ReceiptFilter.ts index d5642fce9..6526487d7 100644 --- a/src/app/Models/codegen/aws/ses/ReceiptFilter.ts +++ b/src/app/Models/codegen/aws/ses/ReceiptFilter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReceiptFilterArgs { // The IP address or address range to filter, in CIDR notation @@ -34,24 +34,24 @@ export class ReceiptFilter extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cidr", - "The IP address or address range to filter, in CIDR notation", + 'cidr', + 'The IP address or address range to filter, in CIDR notation', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the filter", + 'name', + 'The name of the filter', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policy", - "Block or Allow", + 'policy', + 'Block or Allow', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/ReceiptRule.ts b/src/app/Models/codegen/aws/ses/ReceiptRule.ts index 9e89690b7..75678ed04 100644 --- a/src/app/Models/codegen/aws/ses/ReceiptRule.ts +++ b/src/app/Models/codegen/aws/ses/ReceiptRule.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ses_ReceiptRuleS3Action, ses_ReceiptRuleS3Action_GetTypes, -} from "../types/ses_ReceiptRuleS3Action"; +} from '../types/ses_ReceiptRuleS3Action'; import { ses_ReceiptRuleStopAction, ses_ReceiptRuleStopAction_GetTypes, -} from "../types/ses_ReceiptRuleStopAction"; +} from '../types/ses_ReceiptRuleStopAction'; import { ses_ReceiptRuleWorkmailAction, ses_ReceiptRuleWorkmailAction_GetTypes, -} from "../types/ses_ReceiptRuleWorkmailAction"; +} from '../types/ses_ReceiptRuleWorkmailAction'; import { ses_ReceiptRuleLambdaAction, ses_ReceiptRuleLambdaAction_GetTypes, -} from "../types/ses_ReceiptRuleLambdaAction"; +} from '../types/ses_ReceiptRuleLambdaAction'; import { ses_ReceiptRuleAddHeaderAction, ses_ReceiptRuleAddHeaderAction_GetTypes, -} from "../types/ses_ReceiptRuleAddHeaderAction"; +} from '../types/ses_ReceiptRuleAddHeaderAction'; import { ses_ReceiptRuleSnsAction, ses_ReceiptRuleSnsAction_GetTypes, -} from "../types/ses_ReceiptRuleSnsAction"; +} from '../types/ses_ReceiptRuleSnsAction'; import { ses_ReceiptRuleBounceAction, ses_ReceiptRuleBounceAction_GetTypes, -} from "../types/ses_ReceiptRuleBounceAction"; +} from '../types/ses_ReceiptRuleBounceAction'; export interface ReceiptRuleArgs { // The name of the rule set @@ -128,112 +128,112 @@ export class ReceiptRule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "stopActions", - "A list of Stop Action blocks. Documented below.", + 'stopActions', + 'A list of Stop Action blocks. Documented below.', () => ses_ReceiptRuleStopAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "workmailActions", - "A list of WorkMail Action blocks. Documented below.", + 'workmailActions', + 'A list of WorkMail Action blocks. Documented below.', () => ses_ReceiptRuleWorkmailAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tlsPolicy", - "`Require` or `Optional`", + 'tlsPolicy', + '`Require` or `Optional`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "after", - "The name of the rule to place this rule after", + 'after', + 'The name of the rule to place this rule after', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "scanEnabled", - "If true, incoming emails will be scanned for spam and viruses", + 'scanEnabled', + 'If true, incoming emails will be scanned for spam and viruses', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "s3Actions", - "A list of S3 Action blocks. Documented below.", + 's3Actions', + 'A list of S3 Action blocks. Documented below.', () => ses_ReceiptRuleS3Action_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "If true, the rule will be enabled", + 'enabled', + 'If true, the rule will be enabled', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "recipients", - "A list of email addresses", + 'recipients', + 'A list of email addresses', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ruleSetName", - "The name of the rule set", + 'ruleSetName', + 'The name of the rule set', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "snsActions", - "A list of SNS Action blocks. Documented below.", + 'snsActions', + 'A list of SNS Action blocks. Documented below.', () => ses_ReceiptRuleSnsAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "bounceActions", - "A list of Bounce Action blocks. Documented below.", + 'bounceActions', + 'A list of Bounce Action blocks. Documented below.', () => ses_ReceiptRuleBounceAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule", + 'name', + 'The name of the rule', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "lambdaActions", - "A list of Lambda Action blocks. Documented below.", + 'lambdaActions', + 'A list of Lambda Action blocks. Documented below.', () => ses_ReceiptRuleLambdaAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "addHeaderActions", - "A list of Add Header Action blocks. Documented below.", + 'addHeaderActions', + 'A list of Add Header Action blocks. Documented below.', () => ses_ReceiptRuleAddHeaderAction_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ses/ReceiptRuleSet.ts b/src/app/Models/codegen/aws/ses/ReceiptRuleSet.ts index f415bb3d6..cf8fc45e3 100644 --- a/src/app/Models/codegen/aws/ses/ReceiptRuleSet.ts +++ b/src/app/Models/codegen/aws/ses/ReceiptRuleSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReceiptRuleSetArgs { // Name of the rule set. @@ -22,8 +22,8 @@ export class ReceiptRuleSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "ruleSetName", - "Name of the rule set.", + 'ruleSetName', + 'Name of the rule set.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ses/Template.ts b/src/app/Models/codegen/aws/ses/Template.ts index 5cf8d2113..346b1e6e1 100644 --- a/src/app/Models/codegen/aws/ses/Template.ts +++ b/src/app/Models/codegen/aws/ses/Template.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TemplateArgs { // The name of the template. Cannot exceed 64 characters. You will refer to this name when you send email. @@ -40,32 +40,32 @@ export class Template extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "html", - "The HTML body of the email. Must be less than 500KB in size, including both the text and HTML parts.", + 'html', + 'The HTML body of the email. Must be less than 500KB in size, including both the text and HTML parts.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the template. Cannot exceed 64 characters. You will refer to this name when you send email.", + 'name', + 'The name of the template. Cannot exceed 64 characters. You will refer to this name when you send email.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subject", - "The subject line of the email.", + 'subject', + 'The subject line of the email.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "text", - "The email body that will be visible to recipients whose email clients do not display HTML. Must be less than 500KB in size, including both the text and HTML parts.", + 'text', + 'The email body that will be visible to recipients whose email clients do not display HTML. Must be less than 500KB in size, including both the text and HTML parts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sesv2/AccountVdmAttributes.ts b/src/app/Models/codegen/aws/sesv2/AccountVdmAttributes.ts index e6c5f3d67..08e3e285e 100644 --- a/src/app/Models/codegen/aws/sesv2/AccountVdmAttributes.ts +++ b/src/app/Models/codegen/aws/sesv2/AccountVdmAttributes.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_AccountVdmAttributesDashboardAttributes, sesv2_AccountVdmAttributesDashboardAttributes_GetTypes, -} from "../types/sesv2_AccountVdmAttributesDashboardAttributes"; +} from '../types/sesv2_AccountVdmAttributesDashboardAttributes'; import { sesv2_AccountVdmAttributesGuardianAttributes, sesv2_AccountVdmAttributesGuardianAttributes_GetTypes, -} from "../types/sesv2_AccountVdmAttributesGuardianAttributes"; +} from '../types/sesv2_AccountVdmAttributesGuardianAttributes'; export interface AccountVdmAttributesArgs { // Specifies additional settings for your VDM configuration as applicable to the Dashboard. @@ -47,24 +47,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "dashboardAttributes", - "Specifies additional settings for your VDM configuration as applicable to the Dashboard.", + 'dashboardAttributes', + 'Specifies additional settings for your VDM configuration as applicable to the Dashboard.', () => sesv2_AccountVdmAttributesDashboardAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "guardianAttributes", - "Specifies additional settings for your VDM configuration as applicable to the Guardian.", + 'guardianAttributes', + 'Specifies additional settings for your VDM configuration as applicable to the Guardian.', () => sesv2_AccountVdmAttributesGuardianAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vdmEnabled", - "Specifies the status of your VDM configuration. Valid values: `ENABLED`, `DISABLED`.\n\nThe following arguments are optional:", + 'vdmEnabled', + 'Specifies the status of your VDM configuration. Valid values: `ENABLED`, `DISABLED`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sesv2/ConfigurationSet.ts b/src/app/Models/codegen/aws/sesv2/ConfigurationSet.ts index c40d60c09..b977980e2 100644 --- a/src/app/Models/codegen/aws/sesv2/ConfigurationSet.ts +++ b/src/app/Models/codegen/aws/sesv2/ConfigurationSet.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ConfigurationSetTrackingOptions, sesv2_ConfigurationSetTrackingOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetTrackingOptions"; +} from '../types/sesv2_ConfigurationSetTrackingOptions'; import { sesv2_ConfigurationSetVdmOptions, sesv2_ConfigurationSetVdmOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetVdmOptions"; +} from '../types/sesv2_ConfigurationSetVdmOptions'; import { sesv2_ConfigurationSetDeliveryOptions, sesv2_ConfigurationSetDeliveryOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetDeliveryOptions"; +} from '../types/sesv2_ConfigurationSetDeliveryOptions'; import { sesv2_ConfigurationSetReputationOptions, sesv2_ConfigurationSetReputationOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetReputationOptions"; +} from '../types/sesv2_ConfigurationSetReputationOptions'; import { sesv2_ConfigurationSetSendingOptions, sesv2_ConfigurationSetSendingOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetSendingOptions"; +} from '../types/sesv2_ConfigurationSetSendingOptions'; import { sesv2_ConfigurationSetSuppressionOptions, sesv2_ConfigurationSetSuppressionOptions_GetTypes, -} from "../types/sesv2_ConfigurationSetSuppressionOptions"; +} from '../types/sesv2_ConfigurationSetSuppressionOptions'; export interface ConfigurationSetArgs { // A map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -91,64 +91,64 @@ export class ConfigurationSet extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "deliveryOptions", - "An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. See `delivery_options` Block for details.", + 'deliveryOptions', + 'An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. See `delivery_options` Block for details.', () => sesv2_ConfigurationSetDeliveryOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "reputationOptions", - "An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. See `reputation_options` Block for details.", + 'reputationOptions', + 'An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. See `reputation_options` Block for details.', () => sesv2_ConfigurationSetReputationOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sendingOptions", - "An object that defines whether or not Amazon SES can send email that you send using the configuration set. See `sending_options` Block for details.", + 'sendingOptions', + 'An object that defines whether or not Amazon SES can send email that you send using the configuration set. See `sending_options` Block for details.', () => sesv2_ConfigurationSetSendingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "suppressionOptions", - "An object that contains information about the suppression list preferences for your account. See `suppression_options` Block for details.", + 'suppressionOptions', + 'An object that contains information about the suppression list preferences for your account. See `suppression_options` Block for details.', () => sesv2_ConfigurationSetSuppressionOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "trackingOptions", - "An object that defines the open and click tracking options for emails that you send using the configuration set. See `tracking_options` Block for details.", + 'trackingOptions', + 'An object that defines the open and click tracking options for emails that you send using the configuration set. See `tracking_options` Block for details.', () => sesv2_ConfigurationSetTrackingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "vdmOptions", - "An object that defines the VDM settings that apply to emails that you send using the configuration set. See `vdm_options` Block for details.", + 'vdmOptions', + 'An object that defines the VDM settings that apply to emails that you send using the configuration set. See `vdm_options` Block for details.', () => sesv2_ConfigurationSetVdmOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "configurationSetName", - "The name of the configuration set.", + 'configurationSetName', + 'The name of the configuration set.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sesv2/ConfigurationSetEventDestination.ts b/src/app/Models/codegen/aws/sesv2/ConfigurationSetEventDestination.ts index 5b54baa00..741ee2136 100644 --- a/src/app/Models/codegen/aws/sesv2/ConfigurationSetEventDestination.ts +++ b/src/app/Models/codegen/aws/sesv2/ConfigurationSetEventDestination.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ConfigurationSetEventDestinationEventDestination, sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes, -} from "../types/sesv2_ConfigurationSetEventDestinationEventDestination"; +} from '../types/sesv2_ConfigurationSetEventDestinationEventDestination'; export interface ConfigurationSetEventDestinationArgs { // The name of the configuration set. @@ -35,24 +35,24 @@ export class ConfigurationSetEventDestination extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "configurationSetName", - "The name of the configuration set.", + 'configurationSetName', + 'The name of the configuration set.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "eventDestination", - "A name that identifies the event destination within the configuration set.", + 'eventDestination', + 'A name that identifies the event destination within the configuration set.', () => sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "eventDestinationName", - "An object that defines the event destination. See `event_destination` Block for details.", + 'eventDestinationName', + 'An object that defines the event destination. See `event_destination` Block for details.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sesv2/ContactList.ts b/src/app/Models/codegen/aws/sesv2/ContactList.ts index 730827e61..953b099da 100644 --- a/src/app/Models/codegen/aws/sesv2/ContactList.ts +++ b/src/app/Models/codegen/aws/sesv2/ContactList.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ContactListTopic, sesv2_ContactListTopic_GetTypes, -} from "../types/sesv2_ContactListTopic"; +} from '../types/sesv2_ContactListTopic'; export interface ContactListArgs { /* @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "contactListName", - "Name of the contact list.\n\nThe following arguments are optional:", + 'contactListName', + 'Name of the contact list.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of what the contact list is about.", + 'description', + 'Description of what the contact list is about.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags for the contact list. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags for the contact list. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "topics", - "Configuration block(s) with topic for the contact list. Detailed below.", + 'topics', + 'Configuration block(s) with topic for the contact list. Detailed below.', () => sesv2_ContactListTopic_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sesv2/DedicatedIpAssignment.ts b/src/app/Models/codegen/aws/sesv2/DedicatedIpAssignment.ts index 9c8270d07..3675fafb9 100644 --- a/src/app/Models/codegen/aws/sesv2/DedicatedIpAssignment.ts +++ b/src/app/Models/codegen/aws/sesv2/DedicatedIpAssignment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DedicatedIpAssignmentArgs { // Dedicated IP address. @@ -25,16 +25,16 @@ export class DedicatedIpAssignment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "destinationPoolName", - "Dedicated IP address.", + 'destinationPoolName', + 'Dedicated IP address.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ip", - "Dedicated IP address.", + 'ip', + 'Dedicated IP address.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sesv2/DedicatedIpPool.ts b/src/app/Models/codegen/aws/sesv2/DedicatedIpPool.ts index 031dda69d..6050d266e 100644 --- a/src/app/Models/codegen/aws/sesv2/DedicatedIpPool.ts +++ b/src/app/Models/codegen/aws/sesv2/DedicatedIpPool.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DedicatedIpPoolArgs { /* @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "poolName", - "Name of the dedicated IP pool.\n\nThe following arguments are optional:", + 'poolName', + 'Name of the dedicated IP pool.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scalingMode", - "IP pool scaling mode. Valid values: `STANDARD`, `MANAGED`. If omitted, the AWS API will default to a standard pool.", + 'scalingMode', + 'IP pool scaling mode. Valid values: `STANDARD`, `MANAGED`. If omitted, the AWS API will default to a standard pool.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the pool. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sesv2/EmailIdentity.ts b/src/app/Models/codegen/aws/sesv2/EmailIdentity.ts index 52e8e4a5a..835978516 100644 --- a/src/app/Models/codegen/aws/sesv2/EmailIdentity.ts +++ b/src/app/Models/codegen/aws/sesv2/EmailIdentity.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_EmailIdentityDkimSigningAttributes, sesv2_EmailIdentityDkimSigningAttributes_GetTypes, -} from "../types/sesv2_EmailIdentityDkimSigningAttributes"; +} from '../types/sesv2_EmailIdentityDkimSigningAttributes'; export interface EmailIdentityArgs { // The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence. @@ -61,32 +61,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "configurationSetName", - "The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.", + 'configurationSetName', + 'The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dkimSigningAttributes", - "The configuration of the DKIM authentication settings for an email domain identity.", + 'dkimSigningAttributes', + 'The configuration of the DKIM authentication settings for an email domain identity.', () => sesv2_EmailIdentityDkimSigningAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "emailIdentity", - "The email address or domain to verify.\n\nThe following arguments are optional:", + 'emailIdentity', + 'The email address or domain to verify.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sesv2/EmailIdentityFeedbackAttributes.ts b/src/app/Models/codegen/aws/sesv2/EmailIdentityFeedbackAttributes.ts index dd125c5e1..689befd4b 100644 --- a/src/app/Models/codegen/aws/sesv2/EmailIdentityFeedbackAttributes.ts +++ b/src/app/Models/codegen/aws/sesv2/EmailIdentityFeedbackAttributes.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EmailIdentityFeedbackAttributesArgs { // Sets the feedback forwarding configuration for the identity. @@ -25,16 +25,16 @@ export class EmailIdentityFeedbackAttributes extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "emailForwardingEnabled", - "Sets the feedback forwarding configuration for the identity.", + 'emailForwardingEnabled', + 'Sets the feedback forwarding configuration for the identity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailIdentity", - "The email identity.", + 'emailIdentity', + 'The email identity.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sesv2/EmailIdentityMailFromAttributes.ts b/src/app/Models/codegen/aws/sesv2/EmailIdentityMailFromAttributes.ts index ee9824b5e..2fb0db633 100644 --- a/src/app/Models/codegen/aws/sesv2/EmailIdentityMailFromAttributes.ts +++ b/src/app/Models/codegen/aws/sesv2/EmailIdentityMailFromAttributes.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EmailIdentityMailFromAttributesArgs { // The action to take if the required MX record isn't found when you send an email. Valid values: `USE_DEFAULT_VALUE`, `REJECT_MESSAGE`. @@ -31,7 +31,7 @@ export class EmailIdentityMailFromAttributes extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "behaviorOnMxFailure", + 'behaviorOnMxFailure', "The action to take if the required MX record isn't found when you send an email. Valid values: `USE_DEFAULT_VALUE`, `REJECT_MESSAGE`.", () => [], false, @@ -39,16 +39,16 @@ export class EmailIdentityMailFromAttributes extends DS_Resource { ), new DynamicUIProps( InputType.String, - "emailIdentity", - "The verified email identity.", + 'emailIdentity', + 'The verified email identity.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "mailFromDomain", - "The custom MAIL FROM domain that you want the verified identity to use. Required if `behavior_on_mx_failure` is `REJECT_MESSAGE`.", + 'mailFromDomain', + 'The custom MAIL FROM domain that you want the verified identity to use. Required if `behavior_on_mx_failure` is `REJECT_MESSAGE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sesv2/EmailIdentityPolicy.ts b/src/app/Models/codegen/aws/sesv2/EmailIdentityPolicy.ts index dead4dc3b..f457593b4 100644 --- a/src/app/Models/codegen/aws/sesv2/EmailIdentityPolicy.ts +++ b/src/app/Models/codegen/aws/sesv2/EmailIdentityPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EmailIdentityPolicyArgs { // The email identity. @@ -31,24 +31,24 @@ export class EmailIdentityPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "emailIdentity", - "The email identity.", + 'emailIdentity', + 'The email identity.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The text of the policy in JSON format.", + 'policy', + 'The text of the policy in JSON format.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyName", - "The name of the policy.", + 'policyName', + 'The name of the policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/sfn/Activity.ts b/src/app/Models/codegen/aws/sfn/Activity.ts index 6c7d5541c..c4654d98e 100644 --- a/src/app/Models/codegen/aws/sfn/Activity.ts +++ b/src/app/Models/codegen/aws/sfn/Activity.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sfn_ActivityEncryptionConfiguration, sfn_ActivityEncryptionConfiguration_GetTypes, -} from "../types/sfn_ActivityEncryptionConfiguration"; +} from '../types/sfn_ActivityEncryptionConfiguration'; export interface ActivityArgs { // Defines what encryption configuration is used to encrypt data in the Activity. For more information see the section [Data at rest encyption](https://docs.aws.amazon.com/step-functions/latest/dg/encryption-at-rest.html) in the AWS Step Functions User Guide. @@ -41,24 +41,24 @@ export class Activity extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Defines what encryption configuration is used to encrypt data in the Activity. For more information see the section [Data at rest encyption](https://docs.aws.amazon.com/step-functions/latest/dg/encryption-at-rest.html) in the AWS Step Functions User Guide.", + 'encryptionConfiguration', + 'Defines what encryption configuration is used to encrypt data in the Activity. For more information see the section [Data at rest encyption](https://docs.aws.amazon.com/step-functions/latest/dg/encryption-at-rest.html) in the AWS Step Functions User Guide.', () => sfn_ActivityEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the activity to create.", + 'name', + 'The name of the activity to create.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/sfn/Alias.ts b/src/app/Models/codegen/aws/sfn/Alias.ts index 6c4146bc5..a0fe7dc54 100644 --- a/src/app/Models/codegen/aws/sfn/Alias.ts +++ b/src/app/Models/codegen/aws/sfn/Alias.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sfn_AliasRoutingConfiguration, sfn_AliasRoutingConfiguration_GetTypes, -} from "../types/sfn_AliasRoutingConfiguration"; +} from '../types/sfn_AliasRoutingConfiguration'; export interface AliasArgs { // Description of the alias. @@ -41,23 +41,23 @@ export class Alias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the alias.", + 'description', + 'Description of the alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the alias you are creating.", + 'name', + 'Name for the alias you are creating.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "routingConfigurations", + 'routingConfigurations', "The StateMachine alias' route configuration settings. Fields documented below", () => sfn_AliasRoutingConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/sfn/StateMachine.ts b/src/app/Models/codegen/aws/sfn/StateMachine.ts index 4fe0aebf8..bcc530f00 100644 --- a/src/app/Models/codegen/aws/sfn/StateMachine.ts +++ b/src/app/Models/codegen/aws/sfn/StateMachine.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sfn_StateMachineTracingConfiguration, sfn_StateMachineTracingConfiguration_GetTypes, -} from "../types/sfn_StateMachineTracingConfiguration"; +} from '../types/sfn_StateMachineTracingConfiguration'; import { sfn_StateMachineEncryptionConfiguration, sfn_StateMachineEncryptionConfiguration_GetTypes, -} from "../types/sfn_StateMachineEncryptionConfiguration"; +} from '../types/sfn_StateMachineEncryptionConfiguration'; import { sfn_StateMachineLoggingConfiguration, sfn_StateMachineLoggingConfiguration_GetTypes, -} from "../types/sfn_StateMachineLoggingConfiguration"; +} from '../types/sfn_StateMachineLoggingConfiguration'; export interface StateMachineArgs { // Determines whether a Standard or Express state machine is created. The default is `STANDARD`. You cannot update the type of a state machine once it has been created. Valid values: `STANDARD`, `EXPRESS`. @@ -109,80 +109,80 @@ export class StateMachine extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "tracingConfiguration", - "Selects whether AWS X-Ray tracing is enabled.", + 'tracingConfiguration', + 'Selects whether AWS X-Ray tracing is enabled.', () => sfn_StateMachineTracingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "definition", - "The [Amazon States Language](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html) definition of the state machine.", + 'definition', + 'The [Amazon States Language](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html) definition of the state machine.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the state machine. The name should only contain `0`-`9`, `A`-`Z`, `a`-`z`, `-` and `_`. If omitted, the provider will assign a random, unique name.", + 'name', + 'The name of the state machine. The name should only contain `0`-`9`, `A`-`Z`, `a`-`z`, `-` and `_`. If omitted, the provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role to use for this state machine.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Defines what encryption configuration is used to encrypt data in the State Machine. For more information see [TBD] in the AWS Step Functions User Guide.", + 'encryptionConfiguration', + 'Defines what encryption configuration is used to encrypt data in the State Machine. For more information see [TBD] in the AWS Step Functions User Guide.', () => sfn_StateMachineEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "Defines what execution history events are logged and where they are logged. The `logging_configuration` parameter is only valid when `type` is set to `EXPRESS`. Defaults to `OFF`. For more information see [Logging Express Workflows](https://docs.aws.amazon.com/step-functions/latest/dg/cw-logs.html) and [Log Levels](https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html) in the AWS Step Functions User Guide.", + 'loggingConfiguration', + 'Defines what execution history events are logged and where they are logged. The `logging_configuration` parameter is only valid when `type` is set to `EXPRESS`. Defaults to `OFF`. For more information see [Logging Express Workflows](https://docs.aws.amazon.com/step-functions/latest/dg/cw-logs.html) and [Log Levels](https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html) in the AWS Step Functions User Guide.', () => sfn_StateMachineLoggingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Determines whether a Standard or Express state machine is created. The default is `STANDARD`. You cannot update the type of a state machine once it has been created. Valid values: `STANDARD`, `EXPRESS`.", + 'type', + 'Determines whether a Standard or Express state machine is created. The default is `STANDARD`. You cannot update the type of a state machine once it has been created. Valid values: `STANDARD`, `EXPRESS`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "publish", - "Set to true to publish a version of the state machine during creation. Default: false.", + 'publish', + 'Set to true to publish a version of the state machine during creation. Default: false.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/shield/ApplicationLayerAutomaticResponse.ts b/src/app/Models/codegen/aws/shield/ApplicationLayerAutomaticResponse.ts index 47ecfef13..0ba6192a6 100644 --- a/src/app/Models/codegen/aws/shield/ApplicationLayerAutomaticResponse.ts +++ b/src/app/Models/codegen/aws/shield/ApplicationLayerAutomaticResponse.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { shield_ApplicationLayerAutomaticResponseTimeouts, shield_ApplicationLayerAutomaticResponseTimeouts_GetTypes, -} from "../types/shield_ApplicationLayerAutomaticResponseTimeouts"; +} from '../types/shield_ApplicationLayerAutomaticResponseTimeouts'; export interface ApplicationLayerAutomaticResponseArgs { // One of `COUNT` or `BLOCK` @@ -35,24 +35,24 @@ export class ApplicationLayerAutomaticResponse extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => shield_ApplicationLayerAutomaticResponseTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "action", - "One of `COUNT` or `BLOCK`", + 'action', + 'One of `COUNT` or `BLOCK`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource to protect (Cloudfront Distributions and ALBs only at this time).", + 'resourceArn', + 'ARN of the resource to protect (Cloudfront Distributions and ALBs only at this time).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/shield/DrtAccessLogBucketAssociation.ts b/src/app/Models/codegen/aws/shield/DrtAccessLogBucketAssociation.ts index 9fe478bf5..93b29346a 100644 --- a/src/app/Models/codegen/aws/shield/DrtAccessLogBucketAssociation.ts +++ b/src/app/Models/codegen/aws/shield/DrtAccessLogBucketAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { shield_DrtAccessLogBucketAssociationTimeouts, shield_DrtAccessLogBucketAssociationTimeouts_GetTypes, -} from "../types/shield_DrtAccessLogBucketAssociationTimeouts"; +} from '../types/shield_DrtAccessLogBucketAssociationTimeouts'; export interface DrtAccessLogBucketAssociationArgs { // The Amazon S3 bucket that contains the logs that you want to share. @@ -35,24 +35,24 @@ export class DrtAccessLogBucketAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "logBucket", - "The Amazon S3 bucket that contains the logs that you want to share.", + 'logBucket', + 'The Amazon S3 bucket that contains the logs that you want to share.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArnAssociationId", - "The ID of the Role Arn association used for allowing Shield DRT Access.", + 'roleArnAssociationId', + 'The ID of the Role Arn association used for allowing Shield DRT Access.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => shield_DrtAccessLogBucketAssociationTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/shield/DrtAccessRoleArnAssociation.ts b/src/app/Models/codegen/aws/shield/DrtAccessRoleArnAssociation.ts index 1b9667208..15fc50ae9 100644 --- a/src/app/Models/codegen/aws/shield/DrtAccessRoleArnAssociation.ts +++ b/src/app/Models/codegen/aws/shield/DrtAccessRoleArnAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { shield_DrtAccessRoleArnAssociationTimeouts, shield_DrtAccessRoleArnAssociationTimeouts_GetTypes, -} from "../types/shield_DrtAccessRoleArnAssociationTimeouts"; +} from '../types/shield_DrtAccessRoleArnAssociationTimeouts'; export interface DrtAccessRoleArnAssociationArgs { // @@ -29,16 +29,16 @@ export class DrtAccessRoleArnAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => shield_DrtAccessRoleArnAssociationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the role the SRT will use to access your AWS account. Prior to making the AssociateDRTRole request, you must attach the `AWSShieldDRTAccessPolicy` managed policy to this role.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the role the SRT will use to access your AWS account. Prior to making the AssociateDRTRole request, you must attach the `AWSShieldDRTAccessPolicy` managed policy to this role.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/shield/ProactiveEngagement.ts b/src/app/Models/codegen/aws/shield/ProactiveEngagement.ts index 956db31ea..29ac1fb67 100644 --- a/src/app/Models/codegen/aws/shield/ProactiveEngagement.ts +++ b/src/app/Models/codegen/aws/shield/ProactiveEngagement.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { shield_ProactiveEngagementEmergencyContact, shield_ProactiveEngagementEmergencyContact_GetTypes, -} from "../types/shield_ProactiveEngagementEmergencyContact"; +} from '../types/shield_ProactiveEngagementEmergencyContact'; export interface ProactiveEngagementArgs { // One or more emergency contacts. You must provide at least one phone number in the emergency contact list. See `emergency_contacts`. @@ -29,16 +29,16 @@ export class ProactiveEngagement extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "emergencyContacts", - "One or more emergency contacts. You must provide at least one phone number in the emergency contact list. See `emergency_contacts`.", + 'emergencyContacts', + 'One or more emergency contacts. You must provide at least one phone number in the emergency contact list. See `emergency_contacts`.', () => shield_ProactiveEngagementEmergencyContact_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean value indicating if Proactive Engagement should be enabled or not.", + 'enabled', + 'Boolean value indicating if Proactive Engagement should be enabled or not.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/shield/Protection.ts b/src/app/Models/codegen/aws/shield/Protection.ts index b91185594..4e42b3214 100644 --- a/src/app/Models/codegen/aws/shield/Protection.ts +++ b/src/app/Models/codegen/aws/shield/Protection.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProtectionArgs { // Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -37,24 +37,24 @@ export class Protection extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name for the Protection you are creating.", + 'name', + 'A friendly name for the Protection you are creating.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN (Amazon Resource Name) of the resource to be protected.", + 'resourceArn', + 'The ARN (Amazon Resource Name) of the resource to be protected.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/shield/ProtectionGroup.ts b/src/app/Models/codegen/aws/shield/ProtectionGroup.ts index a53e0043a..771766f14 100644 --- a/src/app/Models/codegen/aws/shield/ProtectionGroup.ts +++ b/src/app/Models/codegen/aws/shield/ProtectionGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProtectionGroupArgs { // The criteria to use to choose the protected resources for inclusion in the group. @@ -55,48 +55,48 @@ export class ProtectionGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "members", - "The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set `pattern` to ARBITRARY and you must not set it for any other `pattern` setting.", + 'members', + 'The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set `pattern` to ARBITRARY and you must not set it for any other `pattern` setting.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pattern", - "The criteria to use to choose the protected resources for inclusion in the group.", + 'pattern', + 'The criteria to use to choose the protected resources for inclusion in the group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protectionGroupId", - "The name of the protection group.", + 'protectionGroupId', + 'The name of the protection group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceType", - "The resource type to include in the protection group. You must set this when you set `pattern` to BY_RESOURCE_TYPE and you must not set it for any other `pattern` setting.", + 'resourceType', + 'The resource type to include in the protection group. You must set this when you set `pattern` to BY_RESOURCE_TYPE and you must not set it for any other `pattern` setting.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "aggregation", - "Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.", + 'aggregation', + 'Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/shield/ProtectionHealthCheckAssociation.ts b/src/app/Models/codegen/aws/shield/ProtectionHealthCheckAssociation.ts index 583118a09..5654342af 100644 --- a/src/app/Models/codegen/aws/shield/ProtectionHealthCheckAssociation.ts +++ b/src/app/Models/codegen/aws/shield/ProtectionHealthCheckAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProtectionHealthCheckAssociationArgs { // The ARN (Amazon Resource Name) of the Route53 Health Check resource which will be associated to the protected resource. @@ -25,16 +25,16 @@ export class ProtectionHealthCheckAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "healthCheckArn", - "The ARN (Amazon Resource Name) of the Route53 Health Check resource which will be associated to the protected resource.", + 'healthCheckArn', + 'The ARN (Amazon Resource Name) of the Route53 Health Check resource which will be associated to the protected resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "shieldProtectionId", - "The ID of the protected resource.", + 'shieldProtectionId', + 'The ID of the protected resource.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/shield/Subscription.ts b/src/app/Models/codegen/aws/shield/Subscription.ts index 42a2c55be..eb993c7e4 100644 --- a/src/app/Models/codegen/aws/shield/Subscription.ts +++ b/src/app/Models/codegen/aws/shield/Subscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubscriptionArgs { // Toggle for automated renewal of the subscription. Valid values are `ENABLED` or `DISABLED`. Default is `ENABLED`. @@ -25,16 +25,16 @@ export class Subscription extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "skipDestroy", - "Skip attempting to disable automated renewal upon destruction. If set to `true`, the `auto_renew` value will be left as-is and the resource will simply be removed from state.", + 'skipDestroy', + 'Skip attempting to disable automated renewal upon destruction. If set to `true`, the `auto_renew` value will be left as-is and the resource will simply be removed from state.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoRenew", - "Toggle for automated renewal of the subscription. Valid values are `ENABLED` or `DISABLED`. Default is `ENABLED`.", + 'autoRenew', + 'Toggle for automated renewal of the subscription. Valid values are `ENABLED` or `DISABLED`. Default is `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/signer/SigningJob.ts b/src/app/Models/codegen/aws/signer/SigningJob.ts index 571947c63..bc5b7c32e 100644 --- a/src/app/Models/codegen/aws/signer/SigningJob.ts +++ b/src/app/Models/codegen/aws/signer/SigningJob.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_SigningJobSignedObject, signer_SigningJobSignedObject_GetTypes, -} from "../types/signer_SigningJobSignedObject"; +} from '../types/signer_SigningJobSignedObject'; import { signer_SigningJobRevocationRecord, signer_SigningJobRevocationRecord_GetTypes, -} from "../types/signer_SigningJobRevocationRecord"; +} from '../types/signer_SigningJobRevocationRecord'; import { signer_SigningJobSource, signer_SigningJobSource_GetTypes, -} from "../types/signer_SigningJobSource"; +} from '../types/signer_SigningJobSource'; import { signer_SigningJobDestination, signer_SigningJobDestination_GetTypes, -} from "../types/signer_SigningJobDestination"; +} from '../types/signer_SigningJobDestination'; export interface SigningJobArgs { // The S3 bucket that contains the object to sign. See Source below for details. @@ -95,32 +95,32 @@ export class SigningJob extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "source", - "The S3 bucket that contains the object to sign. See Source below for details.", + 'source', + 'The S3 bucket that contains the object to sign. See Source below for details.', () => signer_SigningJobSource_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "destination", - "The S3 bucket in which to save your signed object. See Destination below for details.", + 'destination', + 'The S3 bucket in which to save your signed object. See Destination below for details.', () => signer_SigningJobDestination_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "ignoreSigningJobFailure", - "Set this argument to `true` to ignore signing job failures and retrieve failed status and reason. Default `false`.", + 'ignoreSigningJobFailure', + 'Set this argument to `true` to ignore signing job failures and retrieve failed status and reason. Default `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "profileName", - "The name of the profile to initiate the signing operation.", + 'profileName', + 'The name of the profile to initiate the signing operation.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/signer/SigningProfile.ts b/src/app/Models/codegen/aws/signer/SigningProfile.ts index 48bd10ad9..270df8e53 100644 --- a/src/app/Models/codegen/aws/signer/SigningProfile.ts +++ b/src/app/Models/codegen/aws/signer/SigningProfile.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_SigningProfileSignatureValidityPeriod, signer_SigningProfileSignatureValidityPeriod_GetTypes, -} from "../types/signer_SigningProfileSignatureValidityPeriod"; +} from '../types/signer_SigningProfileSignatureValidityPeriod'; import { signer_SigningProfileSigningMaterial, signer_SigningProfileSigningMaterial_GetTypes, -} from "../types/signer_SigningProfileSigningMaterial"; +} from '../types/signer_SigningProfileSigningMaterial'; import { signer_SigningProfileRevocationRecord, signer_SigningProfileRevocationRecord_GetTypes, -} from "../types/signer_SigningProfileRevocationRecord"; +} from '../types/signer_SigningProfileRevocationRecord'; export interface SigningProfileArgs { // The validity period for a signing job. See `signature_validity_period` Block below for details. @@ -82,41 +82,41 @@ export class SigningProfile extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "signatureValidityPeriod", - "The validity period for a signing job. See `signature_validity_period` Block below for details.", + 'signatureValidityPeriod', + 'The validity period for a signing job. See `signature_validity_period` Block below for details.', () => signer_SigningProfileSignatureValidityPeriod_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "signingMaterial", - "The AWS Certificate Manager certificate that will be used to sign code with the new signing profile. See `signing_material` Block below for details.", + 'signingMaterial', + 'The AWS Certificate Manager certificate that will be used to sign code with the new signing profile. See `signing_material` Block below for details.', () => signer_SigningProfileSigningMaterial_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A list of tags associated with the signing profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A list of tags associated with the signing profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "namePrefix", - "", + 'namePrefix', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "platformId", - "The ID of the platform that is used by the target signing profile.", + 'platformId', + 'The ID of the platform that is used by the target signing profile.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/signer/SigningProfilePermission.ts b/src/app/Models/codegen/aws/signer/SigningProfilePermission.ts index b84ad9090..57a8064dc 100644 --- a/src/app/Models/codegen/aws/signer/SigningProfilePermission.ts +++ b/src/app/Models/codegen/aws/signer/SigningProfilePermission.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SigningProfilePermissionArgs { // An AWS Signer action permitted as part of cross-account permissions. Valid values: `signer:StartSigningJob`, `signer:GetSigningProfile`, `signer:RevokeSignature`, or `signer:SignPayload`. @@ -49,48 +49,48 @@ export class SigningProfilePermission extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "action", - "An AWS Signer action permitted as part of cross-account permissions. Valid values: `signer:StartSigningJob`, `signer:GetSigningProfile`, `signer:RevokeSignature`, or `signer:SignPayload`.", + 'action', + 'An AWS Signer action permitted as part of cross-account permissions. Valid values: `signer:StartSigningJob`, `signer:GetSigningProfile`, `signer:RevokeSignature`, or `signer:SignPayload`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principal", - "The AWS principal to be granted a cross-account permission.", + 'principal', + 'The AWS principal to be granted a cross-account permission.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "profileName", - "Name of the signing profile to add the cross-account permissions.", + 'profileName', + 'Name of the signing profile to add the cross-account permissions.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "profileVersion", - "The signing profile version that a permission applies to.", + 'profileVersion', + 'The signing profile version that a permission applies to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statementId", - "A unique statement identifier. By default generated by the provider.", + 'statementId', + 'A unique statement identifier. By default generated by the provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statementIdPrefix", - "A statement identifier prefix. The provider will generate a unique suffix. Conflicts with `statement_id`.", + 'statementIdPrefix', + 'A statement identifier prefix. The provider will generate a unique suffix. Conflicts with `statement_id`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/simpledb/Domain.ts b/src/app/Models/codegen/aws/simpledb/Domain.ts index 8212cc423..dedc16339 100644 --- a/src/app/Models/codegen/aws/simpledb/Domain.ts +++ b/src/app/Models/codegen/aws/simpledb/Domain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainArgs { // The name of the SimpleDB domain @@ -19,8 +19,8 @@ export class Domain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the SimpleDB domain", + 'name', + 'The name of the SimpleDB domain', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sns/DataProtectionPolicy.ts b/src/app/Models/codegen/aws/sns/DataProtectionPolicy.ts index cbb588825..0b60352a6 100644 --- a/src/app/Models/codegen/aws/sns/DataProtectionPolicy.ts +++ b/src/app/Models/codegen/aws/sns/DataProtectionPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataProtectionPolicyArgs { // The ARN of the SNS topic @@ -25,16 +25,16 @@ export class DataProtectionPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "arn", - "The ARN of the SNS topic", + 'arn', + 'The ARN of the SNS topic', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The fully-formed AWS policy as JSON. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.", + 'policy', + 'The fully-formed AWS policy as JSON. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sns/PlatformApplication.ts b/src/app/Models/codegen/aws/sns/PlatformApplication.ts index 67ac2f38a..9436a106e 100644 --- a/src/app/Models/codegen/aws/sns/PlatformApplication.ts +++ b/src/app/Models/codegen/aws/sns/PlatformApplication.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PlatformApplicationArgs { // The bundle identifier that's assigned to your iOS app. May only include alphanumeric characters, hyphens (-), and periods (.). @@ -102,15 +102,15 @@ The following attributes are needed only when using APNS token credentials: return [ new DynamicUIProps( InputType.String, - "eventEndpointDeletedTopicArn", - "The ARN of the SNS Topic triggered when an existing platform endpoint is deleted from your platform application.", + 'eventEndpointDeletedTopicArn', + 'The ARN of the SNS Topic triggered when an existing platform endpoint is deleted from your platform application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applePlatformTeamId", + 'applePlatformTeamId', "The identifier that's assigned to your Apple developer account team. Must be 10 alphanumeric characters.", () => [], false, @@ -118,39 +118,39 @@ The following attributes are needed only when using APNS token credentials: ), new DynamicUIProps( InputType.String, - "failureFeedbackRoleArn", - "The IAM role ARN permitted to receive failure feedback for this application and give SNS write access to use CloudWatch logs on your behalf.", + 'failureFeedbackRoleArn', + 'The IAM role ARN permitted to receive failure feedback for this application and give SNS write access to use CloudWatch logs on your behalf.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platform", - "The platform that the app is registered with. See [Platform](http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-register.html) for supported platforms.", + 'platform', + 'The platform that the app is registered with. See [Platform](http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-register.html) for supported platforms.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "platformCredential", - "Application Platform credential. See [Credential](http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-register.html) for type of credential required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.", + 'platformCredential', + 'Application Platform credential. See [Credential](http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-register.html) for type of credential required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "platformPrincipal", - "Application Platform principal. See [Principal](http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html) for type of principal required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.", + 'platformPrincipal', + 'Application Platform principal. See [Principal](http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html) for type of principal required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applePlatformBundleId", + 'applePlatformBundleId', "The bundle identifier that's assigned to your iOS app. May only include alphanumeric characters, hyphens (-), and periods (.).", () => [], false, @@ -158,48 +158,48 @@ The following attributes are needed only when using APNS token credentials: ), new DynamicUIProps( InputType.String, - "name", - "The friendly name for the SNS platform application", + 'name', + 'The friendly name for the SNS platform application', () => [], false, true, ), new DynamicUIProps( InputType.String, - "successFeedbackRoleArn", - "The IAM role ARN permitted to receive success feedback for this application and give SNS write access to use CloudWatch logs on your behalf.", + 'successFeedbackRoleArn', + 'The IAM role ARN permitted to receive success feedback for this application and give SNS write access to use CloudWatch logs on your behalf.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventDeliveryFailureTopicArn", - "The ARN of the SNS Topic triggered when a delivery to any of the platform endpoints associated with your platform application encounters a permanent failure.", + 'eventDeliveryFailureTopicArn', + 'The ARN of the SNS Topic triggered when a delivery to any of the platform endpoints associated with your platform application encounters a permanent failure.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventEndpointUpdatedTopicArn", - "The ARN of the SNS Topic triggered when an existing platform endpoint is changed from your platform application.", + 'eventEndpointUpdatedTopicArn', + 'The ARN of the SNS Topic triggered when an existing platform endpoint is changed from your platform application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "successFeedbackSampleRate", - "The sample rate percentage (0-100) of successfully delivered messages.\n\nThe following attributes are needed only when using APNS token credentials:", + 'successFeedbackSampleRate', + 'The sample rate percentage (0-100) of successfully delivered messages.\n\nThe following attributes are needed only when using APNS token credentials:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventEndpointCreatedTopicArn", - "The ARN of the SNS Topic triggered when a new platform endpoint is added to your platform application.", + 'eventEndpointCreatedTopicArn', + 'The ARN of the SNS Topic triggered when a new platform endpoint is added to your platform application.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sns/SmsPreferences.ts b/src/app/Models/codegen/aws/sns/SmsPreferences.ts index 89e513c04..34f95be70 100644 --- a/src/app/Models/codegen/aws/sns/SmsPreferences.ts +++ b/src/app/Models/codegen/aws/sns/SmsPreferences.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SmsPreferencesArgs { // The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. @@ -49,48 +49,48 @@ export class SmsPreferences extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "monthlySpendLimit", - "The maximum amount in USD that you are willing to spend each month to send SMS messages.", + 'monthlySpendLimit', + 'The maximum amount in USD that you are willing to spend each month to send SMS messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "usageReportS3Bucket", - "The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.", + 'usageReportS3Bucket', + 'The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultSenderId", - "A string, such as your business brand, that is displayed as the sender on the receiving device.", + 'defaultSenderId', + 'A string, such as your business brand, that is displayed as the sender on the receiving device.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultSmsType", - "The type of SMS message that you will send by default. Possible values are: Promotional, Transactional", + 'defaultSmsType', + 'The type of SMS message that you will send by default. Possible values are: Promotional, Transactional', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryStatusIamRoleArn", - "The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs.", + 'deliveryStatusIamRoleArn', + 'The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryStatusSuccessSamplingRate", - "The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value must be between 0 and 100.", + 'deliveryStatusSuccessSamplingRate', + 'The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value must be between 0 and 100.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sns/Topic.ts b/src/app/Models/codegen/aws/sns/Topic.ts index cc1498460..df8b687e6 100644 --- a/src/app/Models/codegen/aws/sns/Topic.ts +++ b/src/app/Models/codegen/aws/sns/Topic.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TopicArgs { // The IAM role permitted to receive success feedback for this topic @@ -187,31 +187,31 @@ export class Topic extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "httpSuccessFeedbackSampleRate", - "Percentage of success to sample", + 'httpSuccessFeedbackSampleRate', + 'Percentage of success to sample', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sqsFailureFeedbackRoleArn", - "IAM role for failure feedback", + 'sqsFailureFeedbackRoleArn', + 'IAM role for failure feedback', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "signatureVersion", - "If `SignatureVersion` should be [1 (SHA1) or 2 (SHA256)](https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html). The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.", + 'signatureVersion', + 'If `SignatureVersion` should be [1 (SHA1) or 2 (SHA256)](https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html). The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tracingConfig", + 'tracingConfig', 'Tracing mode of an Amazon SNS topic. Valid values: `"PassThrough"`, `"Active"`.', () => [], false, @@ -219,55 +219,55 @@ export class Topic extends DS_Resource { ), new DynamicUIProps( InputType.String, - "displayName", - "The display name for the topic", + 'displayName', + 'The display name for the topic', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the topic. Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long. For a FIFO (first-in-first-out) topic, the name must end with the `.fifo` suffix. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`", + 'name', + 'The name of the topic. Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long. For a FIFO (first-in-first-out) topic, the name must end with the `.fifo` suffix. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lambdaFailureFeedbackRoleArn", - "IAM role for failure feedback", + 'lambdaFailureFeedbackRoleArn', + 'IAM role for failure feedback', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sqsSuccessFeedbackSampleRate", - "Percentage of success to sample", + 'sqsSuccessFeedbackSampleRate', + 'Percentage of success to sample', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "lambdaSuccessFeedbackSampleRate", - "Percentage of success to sample", + 'lambdaSuccessFeedbackSampleRate', + 'Percentage of success to sample', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "firehoseSuccessFeedbackSampleRate", - "Percentage of success to sample", + 'firehoseSuccessFeedbackSampleRate', + 'Percentage of success to sample', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "fifoTopic", + 'fifoTopic', "Boolean indicating whether or not to create a FIFO (first-in-first-out) topic. FIFO topics can't deliver messages to customer managed endpoints, such as email addresses, mobile apps, SMS, or HTTP(S) endpoints. These endpoint types aren't guaranteed to preserve strict message ordering. Default is `false`.", () => [], false, @@ -275,128 +275,128 @@ export class Topic extends DS_Resource { ), new DynamicUIProps( InputType.String, - "sqsSuccessFeedbackRoleArn", - "The IAM role permitted to receive success feedback for this topic", + 'sqsSuccessFeedbackRoleArn', + 'The IAM role permitted to receive success feedback for this topic', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaSuccessFeedbackRoleArn", - "The IAM role permitted to receive success feedback for this topic", + 'lambdaSuccessFeedbackRoleArn', + 'The IAM role permitted to receive success feedback for this topic', () => [], false, false, ), new DynamicUIProps( InputType.String, - "archivePolicy", - "The message archive policy for FIFO topics. More details in the [AWS documentation](https://docs.aws.amazon.com/sns/latest/dg/message-archiving-and-replay-topic-owner.html).", + 'archivePolicy', + 'The message archive policy for FIFO topics. More details in the [AWS documentation](https://docs.aws.amazon.com/sns/latest/dg/message-archiving-and-replay-topic-owner.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firehoseFailureFeedbackRoleArn", - "IAM role for failure feedback", + 'firehoseFailureFeedbackRoleArn', + 'IAM role for failure feedback', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsMasterKeyId", - "The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see [Key Terms](https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms)", + 'kmsMasterKeyId', + 'The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see [Key Terms](https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms)', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "firehoseSuccessFeedbackRoleArn", - "The IAM role permitted to receive success feedback for this topic", + 'firehoseSuccessFeedbackRoleArn', + 'The IAM role permitted to receive success feedback for this topic', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "The fully-formed AWS policy as JSON.", + 'policy', + 'The fully-formed AWS policy as JSON.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationSuccessFeedbackRoleArn", - "The IAM role permitted to receive success feedback for this topic", + 'applicationSuccessFeedbackRoleArn', + 'The IAM role permitted to receive success feedback for this topic', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "applicationSuccessFeedbackSampleRate", - "Percentage of success to sample", + 'applicationSuccessFeedbackSampleRate', + 'Percentage of success to sample', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "contentBasedDeduplication", - "Enables content-based deduplication for FIFO topics. For more information, see the [related documentation](https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html)", + 'contentBasedDeduplication', + 'Enables content-based deduplication for FIFO topics. For more information, see the [related documentation](https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "httpFailureFeedbackRoleArn", - "IAM role for failure feedback", + 'httpFailureFeedbackRoleArn', + 'IAM role for failure feedback', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryPolicy", - "The SNS delivery policy. More details in the [AWS documentation](https://docs.aws.amazon.com/sns/latest/dg/DeliveryPolicies.html).", + 'deliveryPolicy', + 'The SNS delivery policy. More details in the [AWS documentation](https://docs.aws.amazon.com/sns/latest/dg/DeliveryPolicies.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationFailureFeedbackRoleArn", - "IAM role for failure feedback", + 'applicationFailureFeedbackRoleArn', + 'IAM role for failure feedback', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpSuccessFeedbackRoleArn", - "The IAM role permitted to receive success feedback for this topic", + 'httpSuccessFeedbackRoleArn', + 'The IAM role permitted to receive success feedback for this topic', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sns/TopicPolicy.ts b/src/app/Models/codegen/aws/sns/TopicPolicy.ts index 8a519afc8..2da40cf2c 100644 --- a/src/app/Models/codegen/aws/sns/TopicPolicy.ts +++ b/src/app/Models/codegen/aws/sns/TopicPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TopicPolicyArgs { // The ARN of the SNS topic @@ -28,16 +28,16 @@ export class TopicPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "arn", - "The ARN of the SNS topic", + 'arn', + 'The ARN of the SNS topic', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The fully-formed AWS policy as JSON.", + 'policy', + 'The fully-formed AWS policy as JSON.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sns/TopicSubscription.ts b/src/app/Models/codegen/aws/sns/TopicSubscription.ts index b9de5c485..7cc5a5cc3 100644 --- a/src/app/Models/codegen/aws/sns/TopicSubscription.ts +++ b/src/app/Models/codegen/aws/sns/TopicSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TopicSubscriptionArgs { // Integer indicating number of minutes to wait in retrying mode for fetching subscription arn before marking it as failure. Only applicable for http and https protocols. Default is `1`. @@ -105,96 +105,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Bool, - "endpointAutoConfirms", - "Whether the endpoint is capable of [auto confirming subscription](http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html#SendMessageToHttp.prepare) (e.g., PagerDuty). Default is `false`.", + 'endpointAutoConfirms', + 'Whether the endpoint is capable of [auto confirming subscription](http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html#SendMessageToHttp.prepare) (e.g., PagerDuty). Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "topic", - "ARN of the SNS topic to subscribe to.\n\nThe following arguments are optional:", + 'topic', + 'ARN of the SNS topic to subscribe to.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "rawMessageDelivery", - "Whether to enable raw message delivery (the original message is directly passed, not wrapped in JSON with the original message in the message property). Default is `false`.", + 'rawMessageDelivery', + 'Whether to enable raw message delivery (the original message is directly passed, not wrapped in JSON with the original message in the message property). Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redrivePolicy", - "JSON String with the redrive policy that will be used in the subscription. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/sns-dead-letter-queues.html#how-messages-moved-into-dead-letter-queue) for more details.", + 'redrivePolicy', + 'JSON String with the redrive policy that will be used in the subscription. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/sns-dead-letter-queues.html#how-messages-moved-into-dead-letter-queue) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replayPolicy", - "JSON String with the archived message replay policy that will be used in the subscription. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/message-archiving-and-replay-subscriber.html) for more details.", + 'replayPolicy', + 'JSON String with the archived message replay policy that will be used in the subscription. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/message-archiving-and-replay-subscriber.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "Endpoint to send data to. The contents vary with the protocol. See details below.", + 'endpoint', + 'Endpoint to send data to. The contents vary with the protocol. See details below.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "filterPolicy", - "JSON String with the filter policy that will be used in the subscription to filter messages seen by the target resource. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/message-filtering.html) for more details.", + 'filterPolicy', + 'JSON String with the filter policy that will be used in the subscription to filter messages seen by the target resource. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/message-filtering.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "confirmationTimeoutInMinutes", - "Integer indicating number of minutes to wait in retrying mode for fetching subscription arn before marking it as failure. Only applicable for http and https protocols. Default is `1`.", + 'confirmationTimeoutInMinutes', + 'Integer indicating number of minutes to wait in retrying mode for fetching subscription arn before marking it as failure. Only applicable for http and https protocols. Default is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filterPolicyScope", - "Whether the `filter_policy` applies to `MessageAttributes` (default) or `MessageBody`.", + 'filterPolicyScope', + 'Whether the `filter_policy` applies to `MessageAttributes` (default) or `MessageBody`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryPolicy", - "JSON String with the delivery policy (retries, backoff, etc.) that will be used in the subscription - this only applies to HTTP/S subscriptions. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/DeliveryPolicies.html) for more details.", + 'deliveryPolicy', + 'JSON String with the delivery policy (retries, backoff, etc.) that will be used in the subscription - this only applies to HTTP/S subscriptions. Refer to the [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/DeliveryPolicies.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use. Valid values are: `sqs`, `sms`, `lambda`, `firehose`, and `application`. Protocols `email`, `email-json`, `http` and `https` are also valid but partially supported. See details below.", + 'protocol', + 'Protocol to use. Valid values are: `sqs`, `sms`, `lambda`, `firehose`, and `application`. Protocols `email`, `email-json`, `http` and `https` are also valid but partially supported. See details below.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subscriptionRoleArn", - "ARN of the IAM role to publish to Kinesis Data Firehose delivery stream. Refer to [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html).", + 'subscriptionRoleArn', + 'ARN of the IAM role to publish to Kinesis Data Firehose delivery stream. Refer to [SNS docs](https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sqs/Queue.ts b/src/app/Models/codegen/aws/sqs/Queue.ts index 3a707908c..36a7ef1f3 100644 --- a/src/app/Models/codegen/aws/sqs/Queue.ts +++ b/src/app/Models/codegen/aws/sqs/Queue.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface QueueArgs { // Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are `perQueue` (default) and `perMessageGroupId`. @@ -130,95 +130,95 @@ export class Queue extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "visibilityTimeoutSeconds", - "The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see [AWS docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/AboutVT.html).", + 'visibilityTimeoutSeconds', + 'The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see [AWS docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/AboutVT.html).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "delaySeconds", - "The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 seconds.", + 'delaySeconds', + 'The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redriveAllowPolicy", - "The JSON policy to set up the Dead Letter Queue redrive permission, see [AWS docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSDeadLetterQueue.html).", + 'redriveAllowPolicy', + 'The JSON policy to set up the Dead Letter Queue redrive permission, see [AWS docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSDeadLetterQueue.html).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "fifoQueue", - "Boolean designating a FIFO queue. If not set, it defaults to `false` making it standard.", + 'fifoQueue', + 'Boolean designating a FIFO queue. If not set, it defaults to `false` making it standard.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsMasterKeyId", - "The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see [Key Terms](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-sse-key-terms).", + 'kmsMasterKeyId', + 'The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see [Key Terms](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-sse-key-terms).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "messageRetentionSeconds", - "The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).", + 'messageRetentionSeconds', + 'The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the queue. Queue names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 80 characters long. For a FIFO (first-in-first-out) queue, the name must end with the `.fifo` suffix. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`", + 'name', + 'The name of the queue. Queue names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 80 characters long. For a FIFO (first-in-first-out) queue, the name must end with the `.fifo` suffix. If omitted, this provider will assign a random, unique name. Conflicts with `name_prefix`', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "receiveWaitTimeSeconds", - "The time for which a ReceiveMessage call will wait for a message to arrive (long polling) before returning. An integer from 0 to 20 (seconds). The default for this attribute is 0, meaning that the call will return immediately.", + 'receiveWaitTimeSeconds', + 'The time for which a ReceiveMessage call will wait for a message to arrive (long polling) before returning. An integer from 0 to 20 (seconds). The default for this attribute is 0, meaning that the call will return immediately.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the queue. If configured with a provider `default_tags` configuration block) present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the queue. If configured with a provider `default_tags` configuration block) present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "sqsManagedSseEnabled", - "Boolean to enable server-side encryption (SSE) of message content with SQS-owned encryption keys. See [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html). The provider will only perform drift detection of its value when present in a configuration.", + 'sqsManagedSseEnabled', + 'Boolean to enable server-side encryption (SSE) of message content with SQS-owned encryption keys. See [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html). The provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxMessageSize", - "The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).", + 'maxMessageSize', + 'The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redrivePolicy", + 'redrivePolicy', 'The JSON policy to set up the Dead Letter Queue, see [AWS docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSDeadLetterQueue.html). **Note:** when specifying `maxReceiveCount`, you must specify it as an integer (`5`), and not a string (`"5"`).', () => [], false, @@ -226,48 +226,48 @@ export class Queue extends DS_Resource { ), new DynamicUIProps( InputType.String, - "policy", - "The JSON policy for the SQS queue.", + 'policy', + 'The JSON policy for the SQS queue.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "kmsDataKeyReusePeriodSeconds", - "The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). The default is 300 (5 minutes).", + 'kmsDataKeyReusePeriodSeconds', + 'The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). The default is 300 (5 minutes).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fifoThroughputLimit", - "Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are `perQueue` (default) and `perMessageGroupId`.", + 'fifoThroughputLimit', + 'Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are `perQueue` (default) and `perMessageGroupId`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deduplicationScope", - "Specifies whether message deduplication occurs at the message group or queue level. Valid values are `messageGroup` and `queue` (default).", + 'deduplicationScope', + 'Specifies whether message deduplication occurs at the message group or queue level. Valid values are `messageGroup` and `queue` (default).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "contentBasedDeduplication", - "Enables content-based deduplication for FIFO queues. For more information, see the [related documentation](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html#FIFO-queues-exactly-once-processing)", + 'contentBasedDeduplication', + 'Enables content-based deduplication for FIFO queues. For more information, see the [related documentation](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html#FIFO-queues-exactly-once-processing)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/sqs/QueuePolicy.ts b/src/app/Models/codegen/aws/sqs/QueuePolicy.ts index c1b1cdacc..ef7abfc00 100644 --- a/src/app/Models/codegen/aws/sqs/QueuePolicy.ts +++ b/src/app/Models/codegen/aws/sqs/QueuePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface QueuePolicyArgs { // The JSON policy for the SQS queue. @@ -25,16 +25,16 @@ export class QueuePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "queueUrl", - "The URL of the SQS Queue to which to attach the policy", + 'queueUrl', + 'The URL of the SQS Queue to which to attach the policy', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "The JSON policy for the SQS queue.", + 'policy', + 'The JSON policy for the SQS queue.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sqs/RedriveAllowPolicy.ts b/src/app/Models/codegen/aws/sqs/RedriveAllowPolicy.ts index 2e85e88f1..a8f0703fa 100644 --- a/src/app/Models/codegen/aws/sqs/RedriveAllowPolicy.ts +++ b/src/app/Models/codegen/aws/sqs/RedriveAllowPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RedriveAllowPolicyArgs { // The URL of the SQS Queue to which to attach the policy @@ -25,16 +25,16 @@ export class RedriveAllowPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "queueUrl", - "The URL of the SQS Queue to which to attach the policy", + 'queueUrl', + 'The URL of the SQS Queue to which to attach the policy', () => [], true, true, ), new DynamicUIProps( InputType.String, - "redriveAllowPolicy", - "The JSON redrive allow policy for the SQS queue. Learn more in the [Amazon SQS dead-letter queues documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html).", + 'redriveAllowPolicy', + 'The JSON redrive allow policy for the SQS queue. Learn more in the [Amazon SQS dead-letter queues documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/sqs/RedrivePolicy.ts b/src/app/Models/codegen/aws/sqs/RedrivePolicy.ts index be79e2849..5db26b380 100644 --- a/src/app/Models/codegen/aws/sqs/RedrivePolicy.ts +++ b/src/app/Models/codegen/aws/sqs/RedrivePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RedrivePolicyArgs { // The URL of the SQS Queue to which to attach the policy @@ -25,16 +25,16 @@ export class RedrivePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "queueUrl", - "The URL of the SQS Queue to which to attach the policy", + 'queueUrl', + 'The URL of the SQS Queue to which to attach the policy', () => [], true, true, ), new DynamicUIProps( InputType.String, - "redrivePolicy", - "The JSON redrive policy for the SQS queue. Accepts two key/val pairs: `deadLetterTargetArn` and `maxReceiveCount`. Learn more in the [Amazon SQS dead-letter queues documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html).", + 'redrivePolicy', + 'The JSON redrive policy for the SQS queue. Accepts two key/val pairs: `deadLetterTargetArn` and `maxReceiveCount`. Learn more in the [Amazon SQS dead-letter queues documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssm/Activation.ts b/src/app/Models/codegen/aws/ssm/Activation.ts index 140083d23..412686e8a 100644 --- a/src/app/Models/codegen/aws/ssm/Activation.ts +++ b/src/app/Models/codegen/aws/ssm/Activation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ActivationArgs { // The default name of the registered managed instance. @@ -61,48 +61,48 @@ export class Activation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "iamRole", - "The IAM Role to attach to the managed instance.", + 'iamRole', + 'The IAM Role to attach to the managed instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The default name of the registered managed instance.", + 'name', + 'The default name of the registered managed instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "registrationLimit", - "The maximum number of managed instances you want to register. The default value is 1 instance.", + 'registrationLimit', + 'The maximum number of managed instances you want to register. The default value is 1 instance.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the object. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the object. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the resource that you want to register.", + 'description', + 'The description of the resource that you want to register.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "expirationDate", - "UTC timestamp in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) by which this activation request should expire. The default value is 24 hours from resource creation time. This provider will only perform drift detection of its value when present in a configuration.", + 'expirationDate', + 'UTC timestamp in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) by which this activation request should expire. The default value is 24 hours from resource creation time. This provider will only perform drift detection of its value when present in a configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ssm/Association.ts b/src/app/Models/codegen/aws/ssm/Association.ts index 77aa73d10..aaff43e03 100644 --- a/src/app/Models/codegen/aws/ssm/Association.ts +++ b/src/app/Models/codegen/aws/ssm/Association.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_AssociationTarget, ssm_AssociationTarget_GetTypes, -} from "../types/ssm_AssociationTarget"; +} from '../types/ssm_AssociationTarget'; import { ssm_AssociationOutputLocation, ssm_AssociationOutputLocation_GetTypes, -} from "../types/ssm_AssociationOutputLocation"; +} from '../types/ssm_AssociationOutputLocation'; export interface AssociationArgs { // Specify the target for the association. This target is required for associations that use an `Automation` document and target resources by using rate controls. This should be set to the SSM document `parameter` that will define how your automation will branch out. @@ -134,128 +134,128 @@ Output Location (`output_location`) is an S3 bucket where you want to store the return [ new DynamicUIProps( InputType.String, - "syncCompliance", - "The mode for generating association compliance. You can specify `AUTO` or `MANUAL`.", + 'syncCompliance', + 'The mode for generating association compliance. You can specify `AUTO` or `MANUAL`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targets", - "A block containing the targets of the SSM association. Targets are documented below. AWS currently supports a maximum of 5 targets.", + 'targets', + 'A block containing the targets of the SSM association. Targets are documented below. AWS currently supports a maximum of 5 targets.', () => ssm_AssociationTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the SSM document to apply.", + 'name', + 'The name of the SSM document to apply.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "complianceSeverity", - "The compliance severity for the association. Can be one of the following: `UNSPECIFIED`, `LOW`, `MEDIUM`, `HIGH` or `CRITICAL`", + 'complianceSeverity', + 'The compliance severity for the association. Can be one of the following: `UNSPECIFIED`, `LOW`, `MEDIUM`, `HIGH` or `CRITICAL`', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "A block of arbitrary string parameters to pass to the SSM document.", + 'parameters', + 'A block of arbitrary string parameters to pass to the SSM document.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "The instance ID to apply an SSM document to. Use `targets` with key `InstanceIds` for document schema versions 2.0 and above. Use the `targets` attribute instead.", + 'instanceId', + 'The instance ID to apply an SSM document to. Use `targets` with key `InstanceIds` for document schema versions 2.0 and above. Use the `targets` attribute instead.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "A [cron or rate expression](https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html) that specifies when the association runs.", + 'scheduleExpression', + 'A [cron or rate expression](https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html) that specifies when the association runs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "automationTargetParameterName", - "Specify the target for the association. This target is required for associations that use an `Automation` document and target resources by using rate controls. This should be set to the SSM document `parameter` that will define how your automation will branch out.", + 'automationTargetParameterName', + 'Specify the target for the association. This target is required for associations that use an `Automation` document and target resources by using rate controls. This should be set to the SSM document `parameter` that will define how your automation will branch out.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxConcurrency", - "The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%.", + 'maxConcurrency', + 'The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxErrors", - "The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify a number, for example 10, or a percentage of the target set, for example 10%. If you specify a threshold of 3, the stop command is sent when the fourth error is returned. If you specify a threshold of 10% for 50 associations, the stop command is sent when the sixth error is returned.", + 'maxErrors', + 'The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify a number, for example 10, or a percentage of the target set, for example 10%. If you specify a threshold of 3, the stop command is sent when the fourth error is returned. If you specify a threshold of 10% for 50 associations, the stop command is sent when the sixth error is returned.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "waitForSuccessTimeoutSeconds", - "The number of seconds to wait for the association status to be `Success`. If `Success` status is not reached within the given time, create opration will fail.\n\nOutput Location (`output_location`) is an S3 bucket where you want to store the results of this association:", + 'waitForSuccessTimeoutSeconds', + 'The number of seconds to wait for the association status to be `Success`. If `Success` status is not reached within the given time, create opration will fail.\n\nOutput Location (`output_location`) is an S3 bucket where you want to store the results of this association:', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "applyOnlyAtCronInterval", - "By default, when you create a new or update associations, the system runs it immediately and then according to the schedule you specified. Enable this option if you do not want an association to run immediately after you create or update it. This parameter is not supported for rate expressions. Default: `false`.", + 'applyOnlyAtCronInterval', + 'By default, when you create a new or update associations, the system runs it immediately and then according to the schedule you specified. Enable this option if you do not want an association to run immediately after you create or update it. This parameter is not supported for rate expressions. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "documentVersion", - "The document version you want to associate with the target(s). Can be a specific version or the default version.", + 'documentVersion', + 'The document version you want to associate with the target(s). Can be a specific version or the default version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "associationName", - "The descriptive name for the association.", + 'associationName', + 'The descriptive name for the association.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "outputLocation", - "An output location block. Output Location is documented below.", + 'outputLocation', + 'An output location block. Output Location is documented below.', () => ssm_AssociationOutputLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ssm/ContactsRotation.ts b/src/app/Models/codegen/aws/ssm/ContactsRotation.ts index 6d2324a27..9c6ce17a4 100644 --- a/src/app/Models/codegen/aws/ssm/ContactsRotation.ts +++ b/src/app/Models/codegen/aws/ssm/ContactsRotation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrence, ssm_ContactsRotationRecurrence_GetTypes, -} from "../types/ssm_ContactsRotationRecurrence"; +} from '../types/ssm_ContactsRotationRecurrence'; export interface ContactsRotationArgs { /* @@ -67,48 +67,48 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "recurrence", - "Information about when an on-call rotation is in effect and how long the rotation period lasts. Exactly one of either `daily_settings`, `monthly_settings`, or `weekly_settings` must be populated. See Recurrence for more details.\n\nThe following arguments are optional:", + 'recurrence', + 'Information about when an on-call rotation is in effect and how long the rotation period lasts. Exactly one of either `daily_settings`, `monthly_settings`, or `weekly_settings` must be populated. See Recurrence for more details.\n\nThe following arguments are optional:', () => ssm_ContactsRotationRecurrence_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "startTime", - "The date and time, in RFC 3339 format, that the rotation goes into effect.", + 'startTime', + 'The date and time, in RFC 3339 format, that the rotation goes into effect.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timeZoneId", - "The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.", + 'timeZoneId', + 'The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "contactIds", - "Amazon Resource Names (ARNs) of the contacts to add to the rotation. The order in which you list the contacts is their shift order in the rotation schedule.", + 'contactIds', + 'Amazon Resource Names (ARNs) of the contacts to add to the rotation. The order in which you list the contacts is their shift order in the rotation schedule.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the rotation.", + 'name', + 'The name for the rotation.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssm/DefaultPatchBaseline.ts b/src/app/Models/codegen/aws/ssm/DefaultPatchBaseline.ts index e195a5b94..275e49083 100644 --- a/src/app/Models/codegen/aws/ssm/DefaultPatchBaseline.ts +++ b/src/app/Models/codegen/aws/ssm/DefaultPatchBaseline.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DefaultPatchBaselineArgs { /* @@ -65,16 +65,16 @@ When specifying an AWS-provided patch baseline, must be the ARN. return [ new DynamicUIProps( InputType.String, - "baselineId", - "ID of the patch baseline.\nCan be an ID or an ARN.\nWhen specifying an AWS-provided patch baseline, must be the ARN.", + 'baselineId', + 'ID of the patch baseline.\nCan be an ID or an ARN.\nWhen specifying an AWS-provided patch baseline, must be the ARN.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "operatingSystem", - "The operating system the patch baseline applies to.\nValid values are\n`AMAZON_LINUX`,\n`AMAZON_LINUX_2`,\n`AMAZON_LINUX_2022`,\n`CENTOS`,\n`DEBIAN`,\n`MACOS`,\n`ORACLE_LINUX`,\n`RASPBIAN`,\n`REDHAT_ENTERPRISE_LINUX`,\n`ROCKY_LINUX`,\n`SUSE`,\n`UBUNTU`, and\n`WINDOWS`.", + 'operatingSystem', + 'The operating system the patch baseline applies to.\nValid values are\n`AMAZON_LINUX`,\n`AMAZON_LINUX_2`,\n`AMAZON_LINUX_2022`,\n`CENTOS`,\n`DEBIAN`,\n`MACOS`,\n`ORACLE_LINUX`,\n`RASPBIAN`,\n`REDHAT_ENTERPRISE_LINUX`,\n`ROCKY_LINUX`,\n`SUSE`,\n`UBUNTU`, and\n`WINDOWS`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssm/Document.ts b/src/app/Models/codegen/aws/ssm/Document.ts index c2feb776d..388882d28 100644 --- a/src/app/Models/codegen/aws/ssm/Document.ts +++ b/src/app/Models/codegen/aws/ssm/Document.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_DocumentAttachmentsSource, ssm_DocumentAttachmentsSource_GetTypes, -} from "../types/ssm_DocumentAttachmentsSource"; +} from '../types/ssm_DocumentAttachmentsSource'; import { ssm_DocumentParameter, ssm_DocumentParameter_GetTypes, -} from "../types/ssm_DocumentParameter"; +} from '../types/ssm_DocumentParameter'; export interface DocumentArgs { // The target type which defines the kinds of resources the document can run on. For example, `/AWS::EC2::Instance`. For a list of valid resource types, see [AWS resource and property types reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html). @@ -117,15 +117,15 @@ export class Document extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "targetType", - "The target type which defines the kinds of resources the document can run on. For example, `/AWS::EC2::Instance`. For a list of valid resource types, see [AWS resource and property types reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html).", + 'targetType', + 'The target type which defines the kinds of resources the document can run on. For example, `/AWS::EC2::Instance`. For a list of valid resource types, see [AWS resource and property types reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "versionName", + 'versionName', "The version of the artifact associated with the document. For example, `12.6`. This value is unique across all versions of a document, and can't be changed.", () => [], false, @@ -133,56 +133,56 @@ export class Document extends DS_Resource { ), new DynamicUIProps( InputType.String, - "documentType", - "The type of the document. For a list of valid values, see the [API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateDocument.html#systemsmanager-CreateDocument-request-DocumentType).", + 'documentType', + 'The type of the document. For a list of valid values, see the [API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateDocument.html#systemsmanager-CreateDocument-request-DocumentType).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the document.", + 'name', + 'The name of the document.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "attachmentsSources", - "One or more configuration blocks describing attachments sources to a version of a document. See `attachments_source` block below for details.", + 'attachmentsSources', + 'One or more configuration blocks describing attachments sources to a version of a document. See `attachments_source` block below for details.', () => ssm_DocumentAttachmentsSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "documentFormat", - "The format of the document. Valid values: `JSON`, `TEXT`, `YAML`.", + 'documentFormat', + 'The format of the document. Valid values: `JSON`, `TEXT`, `YAML`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "permissions", - "Additional permissions to attach to the document. See Permissions below for details.", + 'permissions', + 'Additional permissions to attach to the document. See Permissions below for details.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the object. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the object. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "content", - "The content for the SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command.", + 'content', + 'The content for the SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssm/MaintenanceWindow.ts b/src/app/Models/codegen/aws/ssm/MaintenanceWindow.ts index c9d1b1175..b71a8d80b 100644 --- a/src/app/Models/codegen/aws/ssm/MaintenanceWindow.ts +++ b/src/app/Models/codegen/aws/ssm/MaintenanceWindow.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MaintenanceWindowArgs { // The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution. @@ -88,96 +88,96 @@ export class MaintenanceWindow extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "scheduleOffset", - "The number of days to wait after the date and time specified by a CRON expression before running the maintenance window.", + 'scheduleOffset', + 'The number of days to wait after the date and time specified by a CRON expression before running the maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description for the maintenance window.", + 'description', + 'A description for the maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the maintenance window is enabled. Default: `true`.", + 'enabled', + 'Whether the maintenance window is enabled. Default: `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endDate", - "Timestamp in [ISO-8601 extended format](https://www.iso.org/iso-8601-date-and-time-format.html) when to no longer run the maintenance window.", + 'endDate', + 'Timestamp in [ISO-8601 extended format](https://www.iso.org/iso-8601-date-and-time-format.html) when to no longer run the maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startDate", - "Timestamp in [ISO-8601 extended format](https://www.iso.org/iso-8601-date-and-time-format.html) when to begin the maintenance window.", + 'startDate', + 'Timestamp in [ISO-8601 extended format](https://www.iso.org/iso-8601-date-and-time-format.html) when to begin the maintenance window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schedule", - "The schedule of the Maintenance Window in the form of a [cron or rate expression](https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html).", + 'schedule', + 'The schedule of the Maintenance Window in the form of a [cron or rate expression](https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html).', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cutoff", - "The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.", + 'cutoff', + 'The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scheduleTimezone", - "Timezone for schedule in [Internet Assigned Numbers Authority (IANA) Time Zone Database format](https://www.iana.org/time-zones). For example: `America/Los_Angeles`, `etc/UTC`, or `Asia/Seoul`.", + 'scheduleTimezone', + 'Timezone for schedule in [Internet Assigned Numbers Authority (IANA) Time Zone Database format](https://www.iana.org/time-zones). For example: `America/Los_Angeles`, `etc/UTC`, or `Asia/Seoul`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowUnassociatedTargets", - "Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.", + 'allowUnassociatedTargets', + 'Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "duration", - "The duration of the Maintenance Window in hours.", + 'duration', + 'The duration of the Maintenance Window in hours.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the maintenance window.", + 'name', + 'The name of the maintenance window.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssm/MaintenanceWindowTarget.ts b/src/app/Models/codegen/aws/ssm/MaintenanceWindowTarget.ts index e0a0ad30b..45d1d165d 100644 --- a/src/app/Models/codegen/aws/ssm/MaintenanceWindowTarget.ts +++ b/src/app/Models/codegen/aws/ssm/MaintenanceWindowTarget.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_MaintenanceWindowTargetTarget, ssm_MaintenanceWindowTargetTarget_GetTypes, -} from "../types/ssm_MaintenanceWindowTargetTarget"; +} from '../types/ssm_MaintenanceWindowTargetTarget'; export interface MaintenanceWindowTargetArgs { // The description of the maintenance window target. @@ -59,48 +59,48 @@ The targets to register with the maintenance window. In other words, the instanc return [ new DynamicUIProps( InputType.String, - "ownerInformation", - "User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.", + 'ownerInformation', + 'User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "The type of target being registered with the Maintenance Window. Possible values are `INSTANCE` and `RESOURCE_GROUP`.", + 'resourceType', + 'The type of target being registered with the Maintenance Window. Possible values are `INSTANCE` and `RESOURCE_GROUP`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "targets", - "The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see\n(https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)", + 'targets', + 'The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see\n(https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)', () => ssm_MaintenanceWindowTargetTarget_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "windowId", - "The Id of the maintenance window to register the target with.", + 'windowId', + 'The Id of the maintenance window to register the target with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the maintenance window target.", + 'description', + 'The description of the maintenance window target.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the maintenance window target.", + 'name', + 'The name of the maintenance window target.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ssm/MaintenanceWindowTask.ts b/src/app/Models/codegen/aws/ssm/MaintenanceWindowTask.ts index 72e09471c..50197e809 100644 --- a/src/app/Models/codegen/aws/ssm/MaintenanceWindowTask.ts +++ b/src/app/Models/codegen/aws/ssm/MaintenanceWindowTask.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_MaintenanceWindowTaskTaskInvocationParameters, ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes, -} from "../types/ssm_MaintenanceWindowTaskTaskInvocationParameters"; +} from '../types/ssm_MaintenanceWindowTaskTaskInvocationParameters'; import { ssm_MaintenanceWindowTaskTarget, ssm_MaintenanceWindowTaskTarget_GetTypes, -} from "../types/ssm_MaintenanceWindowTaskTarget"; +} from '../types/ssm_MaintenanceWindowTaskTarget'; export interface MaintenanceWindowTaskArgs { // Configuration block with parameters for task execution. @@ -99,47 +99,47 @@ export class MaintenanceWindowTask extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "taskArn", - "The ARN of the task to execute.", + 'taskArn', + 'The ARN of the task to execute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "taskType", - "The type of task being registered. Valid values: `AUTOMATION`, `LAMBDA`, `RUN_COMMAND` or `STEP_FUNCTIONS`.", + 'taskType', + 'The type of task being registered. Valid values: `AUTOMATION`, `LAMBDA`, `RUN_COMMAND` or `STEP_FUNCTIONS`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the maintenance window task.", + 'description', + 'The description of the maintenance window task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the maintenance window task.", + 'name', + 'The name of the maintenance window task.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority of the task in the Maintenance Window, the lower the number the higher the priority. Tasks in a Maintenance Window are scheduled in priority order with tasks that have the same priority scheduled in parallel.", + 'priority', + 'The priority of the task in the Maintenance Window, the lower the number the higher the priority. Tasks in a Maintenance Window are scheduled in priority order with tasks that have the same priority scheduled in parallel.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceRoleArn", + 'serviceRoleArn', "The role that should be assumed when executing the task. If a role is not provided, Systems Manager uses your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created for you.", () => [], false, @@ -147,48 +147,48 @@ export class MaintenanceWindowTask extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "targets", - "The targets (either instances or window target ids). Instances are specified using Key=InstanceIds,Values=instanceid1,instanceid2. Window target ids are specified using Key=WindowTargetIds,Values=window target id1, window target id2.", + 'targets', + 'The targets (either instances or window target ids). Instances are specified using Key=InstanceIds,Values=instanceid1,instanceid2. Window target ids are specified using Key=WindowTargetIds,Values=window target id1, window target id2.', () => ssm_MaintenanceWindowTaskTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "maxErrors", - "The maximum number of errors allowed before this task stops being scheduled.", + 'maxErrors', + 'The maximum number of errors allowed before this task stops being scheduled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "windowId", - "The Id of the maintenance window to register the task with.", + 'windowId', + 'The Id of the maintenance window to register the task with.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "taskInvocationParameters", - "Configuration block with parameters for task execution.", + 'taskInvocationParameters', + 'Configuration block with parameters for task execution.', () => ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cutoffBehavior", - "Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. Valid values are `CONTINUE_TASK` and `CANCEL_TASK`.", + 'cutoffBehavior', + 'Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. Valid values are `CONTINUE_TASK` and `CANCEL_TASK`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxConcurrency", - "The maximum number of targets this task can be run for in parallel.", + 'maxConcurrency', + 'The maximum number of targets this task can be run for in parallel.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssm/Parameter.ts b/src/app/Models/codegen/aws/ssm/Parameter.ts index eebd036ee..32f9cc7d9 100644 --- a/src/app/Models/codegen/aws/ssm/Parameter.ts +++ b/src/app/Models/codegen/aws/ssm/Parameter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ParameterArgs { // ARN of the parameter. @@ -107,96 +107,96 @@ Value of the parameter. This value is always marked as sensitive in the pulumi p return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataType", - "Data type of the parameter. Valid values: `text`, `aws:ssm:integration` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).", + 'dataType', + 'Data type of the parameter. Valid values: `text`, `aws:ssm:integration` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "value", - "Value of the parameter. This value is always marked as sensitive in the pulumi preview output, regardless of `type`.\n\n> **NOTE:** `aws:ssm:integration` data_type parameters must be of the type `SecureString` and the name must start with the prefix `/d9d01087-4a3f-49e0-b0b4-d568d7826553/ssm/integrations/webhook/`. See [here](https://docs.aws.amazon.com/systems-manager/latest/userguide/creating-integrations.html) for information on the usage of `aws:ssm:integration` parameters.", + 'value', + 'Value of the parameter. This value is always marked as sensitive in the pulumi preview output, regardless of `type`.\n\n> **NOTE:** `aws:ssm:integration` data_type parameters must be of the type `SecureString` and the name must start with the prefix `/d9d01087-4a3f-49e0-b0b4-d568d7826553/ssm/integrations/webhook/`. See [here](https://docs.aws.amazon.com/systems-manager/latest/userguide/creating-integrations.html) for information on the usage of `aws:ssm:integration` parameters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the parameter.", + 'description', + 'Description of the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "insecureValue", - "Value of the parameter. **Use caution:** This value is _never_ marked as sensitive in the pulumi preview output. This argument is not valid with a `type` of `SecureString`.", + 'insecureValue', + 'Value of the parameter. **Use caution:** This value is _never_ marked as sensitive in the pulumi preview output. This argument is not valid with a `type` of `SecureString`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyId", - "KMS key ID or ARN for encrypting a SecureString.", + 'keyId', + 'KMS key ID or ARN for encrypting a SecureString.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "overwrite", - "Overwrite an existing parameter. If not specified, defaults to `false` if the resource has not been created by Pulumi to avoid overwrite of existing resource, and will default to `true` otherwise (Pulumi lifecycle rules should then be used to manage the update behavior).", + 'overwrite', + 'Overwrite an existing parameter. If not specified, defaults to `false` if the resource has not been created by Pulumi to avoid overwrite of existing resource, and will default to `true` otherwise (Pulumi lifecycle rules should then be used to manage the update behavior).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tier", - "Parameter tier to assign to the parameter. If not specified, will use the default parameter tier for the region. Valid tiers are `Standard`, `Advanced`, and `Intelligent-Tiering`. Downgrading an `Advanced` tier parameter to `Standard` will recreate the resource. For more information on parameter tiers, see the [AWS SSM Parameter tier comparison and guide](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html).", + 'tier', + 'Parameter tier to assign to the parameter. If not specified, will use the default parameter tier for the region. Valid tiers are `Standard`, `Advanced`, and `Intelligent-Tiering`. Downgrading an `Advanced` tier parameter to `Standard` will recreate the resource. For more information on parameter tiers, see the [AWS SSM Parameter tier comparison and guide](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the parameter.", + 'arn', + 'ARN of the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the parameter. If the name contains a path (e.g., any forward slashes (`/`)), it must be fully qualified with a leading forward slash (`/`). For additional requirements and constraints, see the [AWS SSM User Guide](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html).", + 'name', + 'Name of the parameter. If the name contains a path (e.g., any forward slashes (`/`)), it must be fully qualified with a leading forward slash (`/`). For additional requirements and constraints, see the [AWS SSM User Guide](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of the parameter. Valid types are `String`, `StringList` and `SecureString`.\n\nThe following arguments are optional:", + 'type', + 'Type of the parameter. Valid types are `String`, `StringList` and `SecureString`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "allowedPattern", - "Regular expression used to validate the parameter value.", + 'allowedPattern', + 'Regular expression used to validate the parameter value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssm/PatchBaseline.ts b/src/app/Models/codegen/aws/ssm/PatchBaseline.ts index 2901a0bb2..1d20e237f 100644 --- a/src/app/Models/codegen/aws/ssm/PatchBaseline.ts +++ b/src/app/Models/codegen/aws/ssm/PatchBaseline.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_PatchBaselineGlobalFilter, ssm_PatchBaselineGlobalFilter_GetTypes, -} from "../types/ssm_PatchBaselineGlobalFilter"; +} from '../types/ssm_PatchBaselineGlobalFilter'; import { ssm_PatchBaselineSource, ssm_PatchBaselineSource_GetTypes, -} from "../types/ssm_PatchBaselineSource"; +} from '../types/ssm_PatchBaselineSource'; import { ssm_PatchBaselineApprovalRule, ssm_PatchBaselineApprovalRule_GetTypes, -} from "../types/ssm_PatchBaselineApprovalRule"; +} from '../types/ssm_PatchBaselineApprovalRule'; export interface PatchBaselineArgs { // Description of the patch baseline. @@ -114,96 +114,96 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "sources", - "Configuration block with alternate sources for patches. Applies to Linux instances only. See `source` below.", + 'sources', + 'Configuration block with alternate sources for patches. Applies to Linux instances only. See `source` below.', () => ssm_PatchBaselineSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "approvalRules", - "Set of rules used to include patches in the baseline. Up to 10 approval rules can be specified. See `approval_rule` below.", + 'approvalRules', + 'Set of rules used to include patches in the baseline. Up to 10 approval rules can be specified. See `approval_rule` below.', () => ssm_PatchBaselineApprovalRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "approvedPatchesEnableNonSecurity", - "Whether the list of approved patches includes non-security updates that should be applied to the instances. Applies to Linux instances only.", + 'approvedPatchesEnableNonSecurity', + 'Whether the list of approved patches includes non-security updates that should be applied to the instances. Applies to Linux instances only.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the patch baseline.", + 'description', + 'Description of the patch baseline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rejectedPatchesAction", - "Action for Patch Manager to take on patches included in the `rejected_patches` list. Valid values are `ALLOW_AS_DEPENDENCY` and `BLOCK`.", + 'rejectedPatchesAction', + 'Action for Patch Manager to take on patches included in the `rejected_patches` list. Valid values are `ALLOW_AS_DEPENDENCY` and `BLOCK`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "approvedPatches", - "List of explicitly approved patches for the baseline. Cannot be specified with `approval_rule`.", + 'approvedPatches', + 'List of explicitly approved patches for the baseline. Cannot be specified with `approval_rule`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "approvedPatchesComplianceLevel", - "Compliance level for approved patches. This means that if an approved patch is reported as missing, this is the severity of the compliance violation. Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, `UNSPECIFIED`. The default value is `UNSPECIFIED`.", + 'approvedPatchesComplianceLevel', + 'Compliance level for approved patches. This means that if an approved patch is reported as missing, this is the severity of the compliance violation. Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, `UNSPECIFIED`. The default value is `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "rejectedPatches", - "List of rejected patches.", + 'rejectedPatches', + 'List of rejected patches.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "globalFilters", - "Set of global filters used to exclude patches from the baseline. Up to 4 global filters can be specified using Key/Value pairs. Valid Keys are `PRODUCT`, `CLASSIFICATION`, `MSRC_SEVERITY`, and `PATCH_ID`.", + 'globalFilters', + 'Set of global filters used to exclude patches from the baseline. Up to 4 global filters can be specified using Key/Value pairs. Valid Keys are `PRODUCT`, `CLASSIFICATION`, `MSRC_SEVERITY`, and `PATCH_ID`.', () => ssm_PatchBaselineGlobalFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the patch baseline.\n\nThe following arguments are optional:", + 'name', + 'Name of the patch baseline.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operatingSystem", - "Operating system the patch baseline applies to. Valid values are `ALMA_LINUX`, `AMAZON_LINUX`, `AMAZON_LINUX_2`, `AMAZON_LINUX_2022`, `AMAZON_LINUX_2023`, `CENTOS`, `DEBIAN`, `MACOS`, `ORACLE_LINUX`, `RASPBIAN`, `REDHAT_ENTERPRISE_LINUX`, `ROCKY_LINUX`, `SUSE`, `UBUNTU`, and `WINDOWS`. The default value is `WINDOWS`.", + 'operatingSystem', + 'Operating system the patch baseline applies to. Valid values are `ALMA_LINUX`, `AMAZON_LINUX`, `AMAZON_LINUX_2`, `AMAZON_LINUX_2022`, `AMAZON_LINUX_2023`, `CENTOS`, `DEBIAN`, `MACOS`, `ORACLE_LINUX`, `RASPBIAN`, `REDHAT_ENTERPRISE_LINUX`, `ROCKY_LINUX`, `SUSE`, `UBUNTU`, and `WINDOWS`. The default value is `WINDOWS`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/ssm/PatchGroup.ts b/src/app/Models/codegen/aws/ssm/PatchGroup.ts index 01bbcaf04..f2aa47df3 100644 --- a/src/app/Models/codegen/aws/ssm/PatchGroup.ts +++ b/src/app/Models/codegen/aws/ssm/PatchGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PatchGroupArgs { // The ID of the patch baseline to register the patch group with. @@ -25,16 +25,16 @@ export class PatchGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "baselineId", - "The ID of the patch baseline to register the patch group with.", + 'baselineId', + 'The ID of the patch baseline to register the patch group with.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "patchGroup", - "The name of the patch group that should be registered with the patch baseline.", + 'patchGroup', + 'The name of the patch group that should be registered with the patch baseline.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssm/ResourceDataSync.ts b/src/app/Models/codegen/aws/ssm/ResourceDataSync.ts index 133d8763d..57c44814a 100644 --- a/src/app/Models/codegen/aws/ssm/ResourceDataSync.ts +++ b/src/app/Models/codegen/aws/ssm/ResourceDataSync.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ResourceDataSyncS3Destination, ssm_ResourceDataSyncS3Destination_GetTypes, -} from "../types/ssm_ResourceDataSyncS3Destination"; +} from '../types/ssm_ResourceDataSyncS3Destination'; export interface ResourceDataSyncArgs { // Name for the configuration. @@ -29,16 +29,16 @@ export class ResourceDataSync extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name for the configuration.", + 'name', + 'Name for the configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "s3Destination", - "Amazon S3 configuration details for the sync.", + 's3Destination', + 'Amazon S3 configuration details for the sync.', () => ssm_ResourceDataSyncS3Destination_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/ssm/ServiceSetting.ts b/src/app/Models/codegen/aws/ssm/ServiceSetting.ts index ad6f7a6cf..7e2addc3d 100644 --- a/src/app/Models/codegen/aws/ssm/ServiceSetting.ts +++ b/src/app/Models/codegen/aws/ssm/ServiceSetting.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceSettingArgs { // Value of the service setting. @@ -31,16 +31,16 @@ export class ServiceSetting extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "settingId", - "ID of the service setting.", + 'settingId', + 'ID of the service setting.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "settingValue", - "Value of the service setting.", + 'settingValue', + 'Value of the service setting.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssmcontacts/Contact.ts b/src/app/Models/codegen/aws/ssmcontacts/Contact.ts index cba582906..410c24995 100644 --- a/src/app/Models/codegen/aws/ssmcontacts/Contact.ts +++ b/src/app/Models/codegen/aws/ssmcontacts/Contact.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ContactArgs { // A unique and identifiable alias for the contact or escalation plan. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), and hyphens (`-`). @@ -53,32 +53,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "alias", - "A unique and identifiable alias for the contact or escalation plan. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), and hyphens (`-`).", + 'alias', + 'A unique and identifiable alias for the contact or escalation plan. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), and hyphens (`-`).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Full friendly name of the contact or escalation plan. If set, must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.", + 'displayName', + 'Full friendly name of the contact or escalation plan. If set, must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the resource.", + 'tags', + 'Map of tags to assign to the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of contact engaged. A single contact is type PERSONAL and an escalation\nplan is type ESCALATION.\n\nThe following arguments are optional:", + 'type', + 'The type of contact engaged. A single contact is type PERSONAL and an escalation\nplan is type ESCALATION.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssmcontacts/ContactChannel.ts b/src/app/Models/codegen/aws/ssmcontacts/ContactChannel.ts index 39b74abaa..b23187c61 100644 --- a/src/app/Models/codegen/aws/ssmcontacts/ContactChannel.ts +++ b/src/app/Models/codegen/aws/ssmcontacts/ContactChannel.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_ContactChannelDeliveryAddress, ssmcontacts_ContactChannelDeliveryAddress_GetTypes, -} from "../types/ssmcontacts_ContactChannelDeliveryAddress"; +} from '../types/ssmcontacts_ContactChannelDeliveryAddress'; export interface ContactChannelArgs { // Type of the contact channel. One of `SMS`, `VOICE` or `EMAIL`. @@ -47,32 +47,32 @@ export class ContactChannel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "type", - "Type of the contact channel. One of `SMS`, `VOICE` or `EMAIL`.", + 'type', + 'Type of the contact channel. One of `SMS`, `VOICE` or `EMAIL`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "contactId", - "Amazon Resource Name (ARN) of the AWS SSM Contact that the contact channel belongs to.", + 'contactId', + 'Amazon Resource Name (ARN) of the AWS SSM Contact that the contact channel belongs to.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "deliveryAddress", - "Block that contains contact engagement details. See details below.", + 'deliveryAddress', + 'Block that contains contact engagement details. See details below.', () => ssmcontacts_ContactChannelDeliveryAddress_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the contact channel. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.", + 'name', + 'Name of the contact channel. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssmcontacts/Plan.ts b/src/app/Models/codegen/aws/ssmcontacts/Plan.ts index 6725c40ac..293e019bc 100644 --- a/src/app/Models/codegen/aws/ssmcontacts/Plan.ts +++ b/src/app/Models/codegen/aws/ssmcontacts/Plan.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_PlanStage, ssmcontacts_PlanStage_GetTypes, -} from "../types/ssmcontacts_PlanStage"; +} from '../types/ssmcontacts_PlanStage'; export interface PlanArgs { // The Amazon Resource Name (ARN) of the contact or escalation plan. @@ -29,16 +29,16 @@ export class Plan extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "contactId", - "The Amazon Resource Name (ARN) of the contact or escalation plan.", + 'contactId', + 'The Amazon Resource Name (ARN) of the contact or escalation plan.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "stages", - "One or more configuration blocks for specifying a list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. See Stage below for more details.", + 'stages', + 'One or more configuration blocks for specifying a list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. See Stage below for more details.', () => ssmcontacts_PlanStage_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/ssmincidents/ReplicationSet.ts b/src/app/Models/codegen/aws/ssmincidents/ReplicationSet.ts index fe7928acf..39748028d 100644 --- a/src/app/Models/codegen/aws/ssmincidents/ReplicationSet.ts +++ b/src/app/Models/codegen/aws/ssmincidents/ReplicationSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ReplicationSetRegion, ssmincidents_ReplicationSetRegion_GetTypes, -} from "../types/ssmincidents_ReplicationSetRegion"; +} from '../types/ssmincidents_ReplicationSetRegion'; export interface ReplicationSetArgs { // @@ -50,16 +50,16 @@ The current status of the Region. return [ new DynamicUIProps( InputType.Array, - "regions", - "", + 'regions', + '', () => ssmincidents_ReplicationSetRegion_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ssmincidents/ResponsePlan.ts b/src/app/Models/codegen/aws/ssmincidents/ResponsePlan.ts index 2c78e51f7..c85d85ad7 100644 --- a/src/app/Models/codegen/aws/ssmincidents/ResponsePlan.ts +++ b/src/app/Models/codegen/aws/ssmincidents/ResponsePlan.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ResponsePlanAction, ssmincidents_ResponsePlanAction_GetTypes, -} from "../types/ssmincidents_ResponsePlanAction"; +} from '../types/ssmincidents_ResponsePlanAction'; import { ssmincidents_ResponsePlanIncidentTemplate, ssmincidents_ResponsePlanIncidentTemplate_GetTypes, -} from "../types/ssmincidents_ResponsePlanIncidentTemplate"; +} from '../types/ssmincidents_ResponsePlanIncidentTemplate'; import { ssmincidents_ResponsePlanIntegration, ssmincidents_ResponsePlanIntegration_GetTypes, -} from "../types/ssmincidents_ResponsePlanIntegration"; +} from '../types/ssmincidents_ResponsePlanIntegration'; export interface ResponsePlanArgs { // The name of the response plan. @@ -79,64 +79,64 @@ export class ResponsePlan extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "incidentTemplate", - "", + 'incidentTemplate', + '', () => ssmincidents_ResponsePlanIncidentTemplate_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "integration", - "", + 'integration', + '', () => ssmincidents_ResponsePlanIntegration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the response plan.", + 'name', + 'The name of the response plan.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "action", - "", + 'action', + '', () => ssmincidents_ResponsePlanAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "chatChannels", - "", + 'chatChannels', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "", + 'displayName', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "engagements", - "", + 'engagements', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/AccountAssignment.ts b/src/app/Models/codegen/aws/ssoadmin/AccountAssignment.ts index 7a985c8f0..b285dc6e2 100644 --- a/src/app/Models/codegen/aws/ssoadmin/AccountAssignment.ts +++ b/src/app/Models/codegen/aws/ssoadmin/AccountAssignment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountAssignmentArgs { // An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs (For example, `f81d4fae-7dec-11d0-a765-00a0c91e6bf6`). @@ -49,48 +49,48 @@ export class AccountAssignment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "principalId", - "An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs (For example, `f81d4fae-7dec-11d0-a765-00a0c91e6bf6`).", + 'principalId', + 'An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs (For example, `f81d4fae-7dec-11d0-a765-00a0c91e6bf6`).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "principalType", - "The entity type for which the assignment will be created. Valid values: `USER`, `GROUP`.", + 'principalType', + 'The entity type for which the assignment will be created. Valid values: `USER`, `GROUP`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetId", - "An AWS account identifier, typically a 10-12 digit string.", + 'targetId', + 'An AWS account identifier, typically a 10-12 digit string.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetType", - "The entity type for which the assignment will be created. Valid values: `AWS_ACCOUNT`.", + 'targetType', + 'The entity type for which the assignment will be created. Valid values: `AWS_ACCOUNT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "permissionSetArn", - "The Amazon Resource Name (ARN) of the Permission Set that the admin wants to grant the principal access to.", + 'permissionSetArn', + 'The Amazon Resource Name (ARN) of the Permission Set that the admin wants to grant the principal access to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/Application.ts b/src/app/Models/codegen/aws/ssoadmin/Application.ts index 7470d135e..bc269f4d4 100644 --- a/src/app/Models/codegen/aws/ssoadmin/Application.ts +++ b/src/app/Models/codegen/aws/ssoadmin/Application.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_ApplicationPortalOptions, ssoadmin_ApplicationPortalOptions_GetTypes, -} from "../types/ssoadmin_ApplicationPortalOptions"; +} from '../types/ssoadmin_ApplicationPortalOptions'; export interface ApplicationArgs { // Description of the application. @@ -82,64 +82,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "clientToken", - "A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.", + 'clientToken', + 'A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the application.", + 'description', + 'Description of the application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceArn", - "ARN of the instance of IAM Identity Center.", + 'instanceArn', + 'ARN of the instance of IAM Identity Center.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the application.\n\nThe following arguments are optional:", + 'name', + 'Name of the application.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "portalOptions", - "Options for the portal associated with an application. See `portal_options` below.", + 'portalOptions', + 'Options for the portal associated with an application. See `portal_options` below.', () => ssoadmin_ApplicationPortalOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Status of the application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "applicationProviderArn", - "ARN of the application provider.", + 'applicationProviderArn', + 'ARN of the application provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/ApplicationAccessScope.ts b/src/app/Models/codegen/aws/ssoadmin/ApplicationAccessScope.ts index 744a4682b..3435bd030 100644 --- a/src/app/Models/codegen/aws/ssoadmin/ApplicationAccessScope.ts +++ b/src/app/Models/codegen/aws/ssoadmin/ApplicationAccessScope.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationAccessScopeArgs { /* @@ -39,24 +39,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "authorizedTargets", - "Specifies an array list of ARNs that represent the authorized targets for this access scope.", + 'authorizedTargets', + 'Specifies an array list of ARNs that represent the authorized targets for this access scope.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specifies the name of the access scope to be associated with the specified targets.\n\nThe following arguments are optional:", + 'scope', + 'Specifies the name of the access scope to be associated with the specified targets.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applicationArn", - "Specifies the ARN of the application with the access scope with the targets to add or update.", + 'applicationArn', + 'Specifies the ARN of the application with the access scope with the targets to add or update.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignment.ts b/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignment.ts index 6adf797e8..d2adf66c9 100644 --- a/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignment.ts +++ b/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationAssignmentArgs { // ARN of the application. @@ -31,24 +31,24 @@ export class ApplicationAssignment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "applicationArn", - "ARN of the application.", + 'applicationArn', + 'ARN of the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalId", - "An identifier for an object in IAM Identity Center, such as a user or group.", + 'principalId', + 'An identifier for an object in IAM Identity Center, such as a user or group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalType", - "Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.", + 'principalType', + 'Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignmentConfiguration.ts b/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignmentConfiguration.ts index ee57ba04c..428d74830 100644 --- a/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignmentConfiguration.ts +++ b/src/app/Models/codegen/aws/ssoadmin/ApplicationAssignmentConfiguration.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApplicationAssignmentConfigurationArgs { // ARN of the application. @@ -25,16 +25,16 @@ export class ApplicationAssignmentConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "applicationArn", - "ARN of the application.", + 'applicationArn', + 'ARN of the application.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "assignmentRequired", - "Indicates whether users must have an explicit assignment to access the application. If `false`, all users have access to the application.", + 'assignmentRequired', + 'Indicates whether users must have an explicit assignment to access the application. If `false`, all users have access to the application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/CustomerManagedPolicyAttachment.ts b/src/app/Models/codegen/aws/ssoadmin/CustomerManagedPolicyAttachment.ts index 781dae504..4d2455c4a 100644 --- a/src/app/Models/codegen/aws/ssoadmin/CustomerManagedPolicyAttachment.ts +++ b/src/app/Models/codegen/aws/ssoadmin/CustomerManagedPolicyAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference, ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference_GetTypes, -} from "../types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference"; +} from '../types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference'; export interface CustomerManagedPolicyAttachmentArgs { // The Amazon Resource Name (ARN) of the Permission Set. @@ -35,16 +35,16 @@ export class CustomerManagedPolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "permissionSetArn", - "The Amazon Resource Name (ARN) of the Permission Set.", + 'permissionSetArn', + 'The Amazon Resource Name (ARN) of the Permission Set.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "customerManagedPolicyReference", - "Specifies the name and path of a customer managed policy. See below.", + 'customerManagedPolicyReference', + 'Specifies the name and path of a customer managed policy. See below.', () => ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference_GetTypes(), true, @@ -52,8 +52,8 @@ export class CustomerManagedPolicyAttachment extends DS_Resource { ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/InstanceAccessControlAttributes.ts b/src/app/Models/codegen/aws/ssoadmin/InstanceAccessControlAttributes.ts index b9a6cf7c8..ed3598ec4 100644 --- a/src/app/Models/codegen/aws/ssoadmin/InstanceAccessControlAttributes.ts +++ b/src/app/Models/codegen/aws/ssoadmin/InstanceAccessControlAttributes.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_InstanceAccessControlAttributesAttribute, ssoadmin_InstanceAccessControlAttributesAttribute_GetTypes, -} from "../types/ssoadmin_InstanceAccessControlAttributesAttribute"; +} from '../types/ssoadmin_InstanceAccessControlAttributesAttribute'; export interface InstanceAccessControlAttributesArgs { // See AccessControlAttribute for more details. @@ -35,16 +35,16 @@ export class InstanceAccessControlAttributes extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "attributes", - "See AccessControlAttribute for more details.", + 'attributes', + 'See AccessControlAttribute for more details.', () => ssoadmin_InstanceAccessControlAttributesAttribute_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/ManagedPolicyAttachment.ts b/src/app/Models/codegen/aws/ssoadmin/ManagedPolicyAttachment.ts index e1e5d8ce1..cd0250caa 100644 --- a/src/app/Models/codegen/aws/ssoadmin/ManagedPolicyAttachment.ts +++ b/src/app/Models/codegen/aws/ssoadmin/ManagedPolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ManagedPolicyAttachmentArgs { // The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. @@ -34,24 +34,24 @@ export class ManagedPolicyAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "managedPolicyArn", - "The IAM managed policy Amazon Resource Name (ARN) to be attached to the Permission Set.", + 'managedPolicyArn', + 'The IAM managed policy Amazon Resource Name (ARN) to be attached to the Permission Set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "permissionSetArn", - "The Amazon Resource Name (ARN) of the Permission Set.", + 'permissionSetArn', + 'The Amazon Resource Name (ARN) of the Permission Set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/PermissionSet.ts b/src/app/Models/codegen/aws/ssoadmin/PermissionSet.ts index 1b401f73a..a211c9a8a 100644 --- a/src/app/Models/codegen/aws/ssoadmin/PermissionSet.ts +++ b/src/app/Models/codegen/aws/ssoadmin/PermissionSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PermissionSetArgs { // The description of the Permission Set. @@ -58,48 +58,48 @@ export class PermissionSet extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the Permission Set.", + 'description', + 'The description of the Permission Set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Permission Set.", + 'name', + 'The name of the Permission Set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "relayState", - "The relay state URL used to redirect users within the application during the federation authentication process.", + 'relayState', + 'The relay state URL used to redirect users within the application during the federation authentication process.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionDuration", - "The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.", + 'sessionDuration', + 'The length of time that the application user sessions are valid in the ISO-8601 standard. Default: `PT1H`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/ssoadmin/PermissionSetInlinePolicy.ts b/src/app/Models/codegen/aws/ssoadmin/PermissionSetInlinePolicy.ts index da461d73a..05c74e2f9 100644 --- a/src/app/Models/codegen/aws/ssoadmin/PermissionSetInlinePolicy.ts +++ b/src/app/Models/codegen/aws/ssoadmin/PermissionSetInlinePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PermissionSetInlinePolicyArgs { // The IAM inline policy to attach to a Permission Set. @@ -31,24 +31,24 @@ export class PermissionSetInlinePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "inlinePolicy", - "The IAM inline policy to attach to a Permission Set.", + 'inlinePolicy', + 'The IAM inline policy to attach to a Permission Set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "permissionSetArn", - "The Amazon Resource Name (ARN) of the Permission Set.", + 'permissionSetArn', + 'The Amazon Resource Name (ARN) of the Permission Set.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/PermissionsBoundaryAttachment.ts b/src/app/Models/codegen/aws/ssoadmin/PermissionsBoundaryAttachment.ts index eb16e89a1..308f650c1 100644 --- a/src/app/Models/codegen/aws/ssoadmin/PermissionsBoundaryAttachment.ts +++ b/src/app/Models/codegen/aws/ssoadmin/PermissionsBoundaryAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary, ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary_GetTypes, -} from "../types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary"; +} from '../types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary'; export interface PermissionsBoundaryAttachmentArgs { // The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. @@ -35,16 +35,16 @@ export class PermissionsBoundaryAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "permissionSetArn", - "The Amazon Resource Name (ARN) of the Permission Set.", + 'permissionSetArn', + 'The Amazon Resource Name (ARN) of the Permission Set.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "permissionsBoundary", - "The permissions boundary policy. See below.", + 'permissionsBoundary', + 'The permissions boundary policy. See below.', () => ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary_GetTypes(), true, @@ -52,8 +52,8 @@ export class PermissionsBoundaryAttachment extends DS_Resource { ), new DynamicUIProps( InputType.String, - "instanceArn", - "The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.", + 'instanceArn', + 'The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/ssoadmin/TrustedTokenIssuer.ts b/src/app/Models/codegen/aws/ssoadmin/TrustedTokenIssuer.ts index affc02242..9e9aed2ea 100644 --- a/src/app/Models/codegen/aws/ssoadmin/TrustedTokenIssuer.ts +++ b/src/app/Models/codegen/aws/ssoadmin/TrustedTokenIssuer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration, ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration_GetTypes, -} from "../types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration"; +} from '../types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration'; export interface TrustedTokenIssuerArgs { // Name of the trusted token issuer. @@ -67,8 +67,8 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "trustedTokenIssuerConfiguration", - "A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in `trusted_token_issuer_type`. Documented below.", + 'trustedTokenIssuerConfiguration', + 'A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in `trusted_token_issuer_type`. Documented below.', () => ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration_GetTypes(), false, @@ -76,40 +76,40 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "trustedTokenIssuerType", - "Specifies the type of the trusted token issuer. Valid values are `OIDC_JWT`\n\nThe following arguments are optional:", + 'trustedTokenIssuerType', + 'Specifies the type of the trusted token issuer. Valid values are `OIDC_JWT`\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientToken", - "A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.", + 'clientToken', + 'A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceArn", - "ARN of the instance of IAM Identity Center.", + 'instanceArn', + 'ARN of the instance of IAM Identity Center.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the trusted token issuer.", + 'name', + 'Name of the trusted token issuer.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/storagegateway/Cache.ts b/src/app/Models/codegen/aws/storagegateway/Cache.ts index 2e595261f..abb5c83af 100644 --- a/src/app/Models/codegen/aws/storagegateway/Cache.ts +++ b/src/app/Models/codegen/aws/storagegateway/Cache.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CacheArgs { // Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`. @@ -25,16 +25,16 @@ export class Cache extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "diskId", - "Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.", + 'diskId', + 'Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/storagegateway/CachesIscsiVolume.ts b/src/app/Models/codegen/aws/storagegateway/CachesIscsiVolume.ts index 7b79d1af9..b8d55e575 100644 --- a/src/app/Models/codegen/aws/storagegateway/CachesIscsiVolume.ts +++ b/src/app/Models/codegen/aws/storagegateway/CachesIscsiVolume.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CachesIscsiVolumeArgs { // The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. @@ -91,15 +91,15 @@ export class CachesIscsiVolume extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted.", + 'networkInterfaceId', + 'The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceVolumeArn", + 'sourceVolumeArn', "The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified existing volume's latest recovery point. The `volume_size_in_bytes` value for this new volume must be equal to or larger than the size of the existing volume, in bytes.", () => [], false, @@ -107,56 +107,56 @@ export class CachesIscsiVolume extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "kmsEncrypted", - "Set to `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3.", + 'kmsEncrypted', + 'Set to `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetName", - "The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. The target name must be unique across all volumes of a gateway.", + 'targetName', + 'The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. The target name must be unique across all volumes of a gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "The snapshot ID of the snapshot to restore as the new cached volumeE.g., `snap-1122aabb`.", + 'snapshotId', + 'The snapshot ID of the snapshot to restore as the new cached volumeE.g., `snap-1122aabb`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "volumeSizeInBytes", - "The size of the volume in bytes.", + 'volumeSizeInBytes', + 'The size of the volume in bytes.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKey", - "The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. Is required when `kms_encrypted` is set.", + 'kmsKey', + 'The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. Is required when `kms_encrypted` is set.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/storagegateway/FileSystemAssociation.ts b/src/app/Models/codegen/aws/storagegateway/FileSystemAssociation.ts index 4c45fc1b9..a24618fd6 100644 --- a/src/app/Models/codegen/aws/storagegateway/FileSystemAssociation.ts +++ b/src/app/Models/codegen/aws/storagegateway/FileSystemAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { storagegateway_FileSystemAssociationCacheAttributes, storagegateway_FileSystemAssociationCacheAttributes_GetTypes, -} from "../types/storagegateway_FileSystemAssociationCacheAttributes"; +} from '../types/storagegateway_FileSystemAssociationCacheAttributes'; export interface FileSystemAssociationArgs { // The user name of the user credential that has permission to access the root share of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group. @@ -65,56 +65,56 @@ export class FileSystemAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "password", - "The password of the user credential.", + 'password', + 'The password of the user credential.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "username", - "The user name of the user credential that has permission to access the root share of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.", + 'username', + 'The user name of the user credential that has permission to access the root share of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "auditDestinationArn", - "The Amazon Resource Name (ARN) of the storage used for the audit logs.", + 'auditDestinationArn', + 'The Amazon Resource Name (ARN) of the storage used for the audit logs.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cacheAttributes", - "Refresh cache information. see Cache Attributes for more details.", + 'cacheAttributes', + 'Refresh cache information. see Cache Attributes for more details.', () => storagegateway_FileSystemAssociationCacheAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "locationArn", - "The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.", + 'locationArn', + 'The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/storagegateway/Gateway.ts b/src/app/Models/codegen/aws/storagegateway/Gateway.ts index ce55fa641..e90d738e8 100644 --- a/src/app/Models/codegen/aws/storagegateway/Gateway.ts +++ b/src/app/Models/codegen/aws/storagegateway/Gateway.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { storagegateway_GatewaySmbActiveDirectorySettings, storagegateway_GatewaySmbActiveDirectorySettings_GetTypes, -} from "../types/storagegateway_GatewaySmbActiveDirectorySettings"; +} from '../types/storagegateway_GatewaySmbActiveDirectorySettings'; import { storagegateway_GatewayMaintenanceStartTime, storagegateway_GatewayMaintenanceStartTime_GetTypes, -} from "../types/storagegateway_GatewayMaintenanceStartTime"; +} from '../types/storagegateway_GatewayMaintenanceStartTime'; import { storagegateway_GatewayGatewayNetworkInterface, storagegateway_GatewayGatewayNetworkInterface_GetTypes, -} from "../types/storagegateway_GatewayGatewayNetworkInterface"; +} from '../types/storagegateway_GatewayGatewayNetworkInterface'; export interface GatewayArgs { // The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types. @@ -148,47 +148,47 @@ export class Gateway extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "activationKey", - "Gateway activation key during resource creation. Conflicts with `gateway_ip_address`. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html).", + 'activationKey', + 'Gateway activation key during resource creation. Conflicts with `gateway_ip_address`. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html).', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "smbFileShareVisibility", - "Specifies whether the shares on this gateway appear when listing shares.", + 'smbFileShareVisibility', + 'Specifies whether the shares on this gateway appear when listing shares.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "averageDownloadRateLimitInBitsPerSec", - "The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.", + 'averageDownloadRateLimitInBitsPerSec', + 'The average download bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediumChangerType", - "Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `STK-L700`, `AWS-Gateway-VTL`, `IBM-03584L32-0402`.", + 'mediumChangerType', + 'Type of medium changer to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `STK-L700`, `AWS-Gateway-VTL`, `IBM-03584L32-0402`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayIpAddress", - "Gateway IP address to retrieve activation key during resource creation. Conflicts with `activation_key`. Gateway must be accessible on port 80 from where this provider is running. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html).", + 'gatewayIpAddress', + 'Gateway IP address to retrieve activation key during resource creation. Conflicts with `activation_key`. Gateway must be accessible on port 80 from where this provider is running. Additional information is available in the [Storage Gateway User Guide](https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayTimezone", + 'gatewayTimezone', 'Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, `GMT-4:00` indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway\'s maintenance schedule.', () => [], true, @@ -196,71 +196,71 @@ export class Gateway extends DS_Resource { ), new DynamicUIProps( InputType.String, - "gatewayVpcEndpoint", - "VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VPC Endpoint Security group in [Activating a Gateway in a Virtual Private Cloud](https://docs.aws.amazon.com/storagegateway/latest/userguide/gateway-private-link.html).", + 'gatewayVpcEndpoint', + 'VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running this provider. More info on what ports are required by your VPC Endpoint Security group in [Activating a Gateway in a Virtual Private Cloud](https://docs.aws.amazon.com/storagegateway/latest/userguide/gateway-private-link.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "smbGuestPassword", - "Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gateway. This provider can however update the password with changing the argument.", + 'smbGuestPassword', + 'Guest password for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `GuestAccess` authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gateway. This provider can however update the password with changing the argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayType", - "Type of the gateway. The default value is `STORED`. Valid values: `CACHED`, `FILE_FSX_SMB`, `FILE_S3`, `STORED`, `VTL`.", + 'gatewayType', + 'Type of the gateway. The default value is `STORED`. Valid values: `CACHED`, `FILE_FSX_SMB`, `FILE_S3`, `STORED`, `VTL`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayName", - "Name of the gateway.", + 'gatewayName', + 'Name of the gateway.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "smbActiveDirectorySettings", - "Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `ActiveDirectory` authentication SMB file shares. More details below.", + 'smbActiveDirectorySettings', + 'Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for `FILE_S3` and `FILE_FSX_SMB` gateway types. Must be set before creating `ActiveDirectory` authentication SMB file shares. More details below.', () => storagegateway_GatewaySmbActiveDirectorySettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tapeDriveType", - "Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `IBM-ULT3580-TD5`.", + 'tapeDriveType', + 'Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: `IBM-ULT3580-TD5`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "averageUploadRateLimitInBitsPerSec", - "The average upload bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.", + 'averageUploadRateLimitInBitsPerSec', + 'The average upload bandwidth rate limit in bits per second. This is supported for the `CACHED`, `STORED`, and `VTL` gateway types.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "maintenanceStartTime", + 'maintenanceStartTime', "The gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone. More details below.", () => storagegateway_GatewayMaintenanceStartTime_GetTypes(), false, @@ -268,16 +268,16 @@ export class Gateway extends DS_Resource { ), new DynamicUIProps( InputType.String, - "smbSecurityStrategy", - "Specifies the type of security strategy. Valid values are: `ClientSpecified`, `MandatorySigning`, and `MandatoryEncryption`. See [Setting a Security Level for Your Gateway](https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy) for more information.", + 'smbSecurityStrategy', + 'Specifies the type of security strategy. Valid values are: `ClientSpecified`, `MandatorySigning`, and `MandatoryEncryption`. See [Setting a Security Level for Your Gateway](https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "The Amazon Resource Name (ARN) of the Amazon CloudWatch log group to use to monitor and log events in the gateway.", + 'cloudwatchLogGroupArn', + 'The Amazon Resource Name (ARN) of the Amazon CloudWatch log group to use to monitor and log events in the gateway.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/storagegateway/NfsFileShare.ts b/src/app/Models/codegen/aws/storagegateway/NfsFileShare.ts index 35487ec9c..aeecd5a3b 100644 --- a/src/app/Models/codegen/aws/storagegateway/NfsFileShare.ts +++ b/src/app/Models/codegen/aws/storagegateway/NfsFileShare.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { storagegateway_NfsFileShareCacheAttributes, storagegateway_NfsFileShareCacheAttributes_GetTypes, -} from "../types/storagegateway_NfsFileShareCacheAttributes"; +} from '../types/storagegateway_NfsFileShareCacheAttributes'; import { storagegateway_NfsFileShareNfsFileShareDefaults, storagegateway_NfsFileShareNfsFileShareDefaults_GetTypes, -} from "../types/storagegateway_NfsFileShareNfsFileShareDefaults"; +} from '../types/storagegateway_NfsFileShareNfsFileShareDefaults'; export interface NfsFileShareArgs { // Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to `true` if you want the requester to pay instead of the bucket owner. Defaults to `false`. @@ -153,87 +153,87 @@ export class NfsFileShare extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "defaultStorageClass", - "The default [storage class](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-DefaultStorageClass) for objects put into an Amazon S3 bucket by the file gateway. Defaults to `S3_STANDARD`.", + 'defaultStorageClass', + 'The default [storage class](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-DefaultStorageClass) for objects put into an Amazon S3 bucket by the file gateway. Defaults to `S3_STANDARD`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cacheAttributes", - "Refresh cache information. see Cache Attributes for more details.", + 'cacheAttributes', + 'Refresh cache information. see Cache Attributes for more details.', () => storagegateway_NfsFileShareCacheAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fileShareName", - "The name of the file share. Must be set if an S3 prefix name is set in `location_arn`.", + 'fileShareName', + 'The name of the file share. Must be set if an S3 prefix name is set in `location_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "guessMimeTypeEnabled", - "Boolean value that enables guessing of the MIME type for uploaded objects based on file extensions. Defaults to `true`.", + 'guessMimeTypeEnabled', + 'Boolean value that enables guessing of the MIME type for uploaded objects based on file extensions. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "squash", - "Maps a user to anonymous user. Defaults to `RootSquash`. Valid values: `RootSquash` (only root is mapped to anonymous user), `NoSquash` (no one is mapped to anonymous user), `AllSquash` (everyone is mapped to anonymous user)", + 'squash', + 'Maps a user to anonymous user. Defaults to `RootSquash`. Valid values: `RootSquash` (only root is mapped to anonymous user), `NoSquash` (no one is mapped to anonymous user), `AllSquash` (everyone is mapped to anonymous user)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationArn", - "The ARN of the backed storage used for storing file data.", + 'locationArn', + 'The ARN of the backed storage used for storing file data.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "nfsFileShareDefaults", - "Nested argument with file share default values. More information below. see NFS File Share Defaults for more details.", + 'nfsFileShareDefaults', + 'Nested argument with file share default values. More information below. see NFS File Share Defaults for more details.', () => storagegateway_NfsFileShareNfsFileShareDefaults_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "kmsEncrypted", - "Boolean value if `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Defaults to `false`.", + 'kmsEncrypted', + 'Boolean value if `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requesterPays", - "Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to `true` if you want the requester to pay instead of the bucket owner. Defaults to `false`.", + 'requesterPays', + 'Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to `true` if you want the requester to pay instead of the bucket owner. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "clientLists", + 'clientLists', 'The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks. Set to `["0.0.0.0/0"]` to not limit access. Minimum 1 item. Maximum 100 items.', () => InputType_String_GetTypes(), true, @@ -241,72 +241,72 @@ export class NfsFileShare extends DS_Resource { ), new DynamicUIProps( InputType.String, - "gatewayArn", - "Amazon Resource Name (ARN) of the file gateway.", + 'gatewayArn', + 'Amazon Resource Name (ARN) of the file gateway.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "readOnly", - "Boolean to indicate write status of file share. File share does not accept writes if `true`. Defaults to `false`.", + 'readOnly', + 'Boolean to indicate write status of file share. File share does not accept writes if `true`. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectAcl", - "Access Control List permission for S3 objects. Defaults to `private`.", + 'objectAcl', + 'Access Control List permission for S3 objects. Defaults to `private`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.", + 'roleArn', + 'The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "auditDestinationArn", - "The Amazon Resource Name (ARN) of the storage used for audit logs.", + 'auditDestinationArn', + 'The Amazon Resource Name (ARN) of the storage used for audit logs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) for KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is true.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) for KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketRegion", - "The region of the S3 bucket used by the file share. Required when specifying `vpc_endpoint_dns_name`.", + 'bucketRegion', + 'The region of the S3 bucket used by the file share. Required when specifying `vpc_endpoint_dns_name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcEndpointDnsName", - "The DNS name of the VPC endpoint for S3 PrivateLink.", + 'vpcEndpointDnsName', + 'The DNS name of the VPC endpoint for S3 PrivateLink.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationPolicy", - "The notification policy of the file share. For more information see the [AWS Documentation](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-NotificationPolicy). Default value is `{}`.", + 'notificationPolicy', + 'The notification policy of the file share. For more information see the [AWS Documentation](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-NotificationPolicy). Default value is `{}`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/storagegateway/SmbFileShare.ts b/src/app/Models/codegen/aws/storagegateway/SmbFileShare.ts index b4f546ec0..31cfdca64 100644 --- a/src/app/Models/codegen/aws/storagegateway/SmbFileShare.ts +++ b/src/app/Models/codegen/aws/storagegateway/SmbFileShare.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { storagegateway_SmbFileShareCacheAttributes, storagegateway_SmbFileShareCacheAttributes_GetTypes, -} from "../types/storagegateway_SmbFileShareCacheAttributes"; +} from '../types/storagegateway_SmbFileShareCacheAttributes'; export interface SmbFileShareArgs { // The Amazon Resource Name (ARN) of the CloudWatch Log Group used for the audit logs. @@ -187,55 +187,55 @@ Refresh cache information. see `cache_attributes` Block for more details. return [ new DynamicUIProps( InputType.String, - "auditDestinationArn", - "The Amazon Resource Name (ARN) of the CloudWatch Log Group used for the audit logs.", + 'auditDestinationArn', + 'The Amazon Resource Name (ARN) of the CloudWatch Log Group used for the audit logs.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cacheAttributes", - "Refresh cache information. see `cache_attributes` Block for more details.\n\n**Note:** If you have previously included a `cache_attributes` block in your configuration, removing it will not reset the refresh cache value and the previous value will remain. You must explicitly set a new value to change it.", + 'cacheAttributes', + 'Refresh cache information. see `cache_attributes` Block for more details.\n\n**Note:** If you have previously included a `cache_attributes` block in your configuration, removing it will not reset the refresh cache value and the previous value will remain. You must explicitly set a new value to change it.', () => storagegateway_SmbFileShareCacheAttributes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "guessMimeTypeEnabled", - "Boolean value that enables guessing of the MIME type for uploaded objects based on file extensions. Defaults to `true`.", + 'guessMimeTypeEnabled', + 'Boolean value that enables guessing of the MIME type for uploaded objects based on file extensions. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationArn", - "The ARN of the backed storage used for storing file data.", + 'locationArn', + 'The ARN of the backed storage used for storing file data.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "requesterPays", - "Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to `true` if you want the requester to pay instead of the bucket owner. Defaults to `false`.", + 'requesterPays', + 'Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to `true` if you want the requester to pay instead of the bucket owner. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "validUserLists", + 'validUserLists', "A list of users in the Active Directory that are allowed to access the file share. If you need to specify an Active directory group, add '@' before the name of the group. It will be set on Allowed group in AWS console. Only valid if `authentication` is set to `ActiveDirectory`.", () => InputType_String_GetTypes(), false, @@ -243,144 +243,144 @@ Refresh cache information. see `cache_attributes` Block for more details. ), new DynamicUIProps( InputType.String, - "objectAcl", - "Access Control List permission for S3 objects. Defaults to `private`.", + 'objectAcl', + 'Access Control List permission for S3 objects. Defaults to `private`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "oplocksEnabled", - "Boolean to indicate Opportunistic lock (oplock) status. Defaults to `true`.", + 'oplocksEnabled', + 'Boolean to indicate Opportunistic lock (oplock) status. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "smbAclEnabled", - "Set this value to `true` to enable ACL (access control list) on the SMB fileshare. Set it to `false` to map file and directory permissions to the POSIX permissions. This setting applies only to `ActiveDirectory` authentication type.", + 'smbAclEnabled', + 'Set this value to `true` to enable ACL (access control list) on the SMB fileshare. Set it to `false` to map file and directory permissions to the POSIX permissions. This setting applies only to `ActiveDirectory` authentication type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointDnsName", - "The DNS name of the VPC endpoint for S3 private link.", + 'vpcEndpointDnsName', + 'The DNS name of the VPC endpoint for S3 private link.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "adminUserLists", - "A list of users in the Active Directory that have admin access to the file share. Only valid if `authentication` is set to `ActiveDirectory`.", + 'adminUserLists', + 'A list of users in the Active Directory that have admin access to the file share. Only valid if `authentication` is set to `ActiveDirectory`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fileShareName", - "The name of the file share. Must be set if an S3 prefix name is set in `location_arn`.", + 'fileShareName', + 'The name of the file share. Must be set if an S3 prefix name is set in `location_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "accessBasedEnumeration", - "The files and folders on this share will only be visible to users with read access. Default value is `false`.", + 'accessBasedEnumeration', + 'The files and folders on this share will only be visible to users with read access. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "Amazon Resource Name (ARN) of the file gateway.", + 'gatewayArn', + 'Amazon Resource Name (ARN) of the file gateway.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "invalidUserLists", - "A list of users in the Active Directory that are not allowed to access the file share. Only valid if `authentication` is set to `ActiveDirectory`.", + 'invalidUserLists', + 'A list of users in the Active Directory that are not allowed to access the file share. Only valid if `authentication` is set to `ActiveDirectory`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "caseSensitivity", - "The case of an object name in an Amazon S3 bucket. For `ClientSpecified`, the client determines the case sensitivity. For `CaseSensitive`, the gateway determines the case sensitivity. The default value is `ClientSpecified`.", + 'caseSensitivity', + 'The case of an object name in an Amazon S3 bucket. For `ClientSpecified`, the client determines the case sensitivity. For `CaseSensitive`, the gateway determines the case sensitivity. The default value is `ClientSpecified`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.", + 'roleArn', + 'The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authentication", - "The authentication method that users use to access the file share. Defaults to `ActiveDirectory`. Valid values: `ActiveDirectory`, `GuestAccess`.", + 'authentication', + 'The authentication method that users use to access the file share. Defaults to `ActiveDirectory`. Valid values: `ActiveDirectory`, `GuestAccess`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationPolicy", - "The notification policy of the file share. For more information see the [AWS Documentation](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-NotificationPolicy). Default value is `{}`.", + 'notificationPolicy', + 'The notification policy of the file share. For more information see the [AWS Documentation](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-NotificationPolicy). Default value is `{}`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "kmsEncrypted", - "Boolean value if `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Defaults to `false`.", + 'kmsEncrypted', + 'Boolean value if `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketRegion", - "The region of the S3 buck used by the file share. Required when specifying a `vpc_endpoint_dns_name`.", + 'bucketRegion', + 'The region of the S3 buck used by the file share. Required when specifying a `vpc_endpoint_dns_name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) for KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is true.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) for KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "readOnly", - "Boolean to indicate write status of file share. File share does not accept writes if `true`. Defaults to `false`.", + 'readOnly', + 'Boolean to indicate write status of file share. File share does not accept writes if `true`. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultStorageClass", - "The default [storage class](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-DefaultStorageClass) for objects put into an Amazon S3 bucket by the file gateway. Defaults to `S3_STANDARD`.", + 'defaultStorageClass', + 'The default [storage class](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CreateNFSFileShare.html#StorageGateway-CreateNFSFileShare-request-DefaultStorageClass) for objects put into an Amazon S3 bucket by the file gateway. Defaults to `S3_STANDARD`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/storagegateway/StoredIscsiVolume.ts b/src/app/Models/codegen/aws/storagegateway/StoredIscsiVolume.ts index 3a10e143a..cd087a42f 100644 --- a/src/app/Models/codegen/aws/storagegateway/StoredIscsiVolume.ts +++ b/src/app/Models/codegen/aws/storagegateway/StoredIscsiVolume.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface StoredIscsiVolumeArgs { // The unique identifier for the gateway local disk that is configured as a stored volume. @@ -100,72 +100,72 @@ export class StoredIscsiVolume extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "snapshotId", - "The snapshot ID of the snapshot to restore as the new stored volumeE.g., `snap-1122aabb`.", + 'snapshotId', + 'The snapshot ID of the snapshot to restore as the new stored volumeE.g., `snap-1122aabb`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "diskId", - "The unique identifier for the gateway local disk that is configured as a stored volume.", + 'diskId', + 'The unique identifier for the gateway local disk that is configured as a stored volume.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "preserveExistingData", - "Specify this field as `true` if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.", + 'preserveExistingData', + 'Specify this field as `true` if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "kmsEncrypted", - "`true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.", + 'kmsEncrypted', + '`true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKey", - "The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is `true`.", + 'kmsKey', + 'The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. This value can only be set when `kms_encrypted` is `true`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted.", + 'networkInterfaceId', + 'The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetName", - "The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. The target name must be unique across all volumes of a gateway.", + 'targetName', + 'The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. The target name must be unique across all volumes of a gateway.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/storagegateway/TapePool.ts b/src/app/Models/codegen/aws/storagegateway/TapePool.ts index 670678a5d..7c53a27c6 100644 --- a/src/app/Models/codegen/aws/storagegateway/TapePool.ts +++ b/src/app/Models/codegen/aws/storagegateway/TapePool.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TapePoolArgs { // The name of the new custom tape pool. @@ -49,40 +49,40 @@ export class TapePool extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "retentionLockTimeInDays", - "Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days). Default value is 0.", + 'retentionLockTimeInDays', + 'Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days). Default value is 0.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "retentionLockType", - "Tape retention lock can be configured in two modes. When configured in governance mode, AWS accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root AWS account. Possible values are `COMPLIANCE`, `GOVERNANCE`, and `NONE`. Default value is `NONE`.", + 'retentionLockType', + 'Tape retention lock can be configured in two modes. When configured in governance mode, AWS accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root AWS account. Possible values are `COMPLIANCE`, `GOVERNANCE`, and `NONE`. Default value is `NONE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "storageClass", - "The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class that corresponds to the pool. Possible values are `DEEP_ARCHIVE` or `GLACIER`.", + 'storageClass', + 'The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class that corresponds to the pool. Possible values are `DEEP_ARCHIVE` or `GLACIER`.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "poolName", - "The name of the new custom tape pool.", + 'poolName', + 'The name of the new custom tape pool.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/storagegateway/UploadBuffer.ts b/src/app/Models/codegen/aws/storagegateway/UploadBuffer.ts index b983325fd..ea169f547 100644 --- a/src/app/Models/codegen/aws/storagegateway/UploadBuffer.ts +++ b/src/app/Models/codegen/aws/storagegateway/UploadBuffer.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UploadBufferArgs { // Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`. @@ -31,24 +31,24 @@ export class UploadBuffer extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "diskId", - "Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.", + 'diskId', + 'Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "diskPath", - "Local disk path. For example, `/dev/nvme1n1`.", + 'diskPath', + 'Local disk path. For example, `/dev/nvme1n1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/storagegateway/WorkingStorage.ts b/src/app/Models/codegen/aws/storagegateway/WorkingStorage.ts index 158015d29..dfab20e8b 100644 --- a/src/app/Models/codegen/aws/storagegateway/WorkingStorage.ts +++ b/src/app/Models/codegen/aws/storagegateway/WorkingStorage.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WorkingStorageArgs { // Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`. @@ -25,16 +25,16 @@ export class WorkingStorage extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "diskId", - "Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.", + 'diskId', + 'Local disk identifier. For example, `pci-0000:03:00.0-scsi-0:0:0:0`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "gatewayArn", - "The Amazon Resource Name (ARN) of the gateway.", + 'gatewayArn', + 'The Amazon Resource Name (ARN) of the gateway.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/swf/Domain.ts b/src/app/Models/codegen/aws/swf/Domain.ts index dbe7eb5fc..ff595e7e4 100644 --- a/src/app/Models/codegen/aws/swf/Domain.ts +++ b/src/app/Models/codegen/aws/swf/Domain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainArgs { // The domain description. @@ -49,40 +49,40 @@ export class Domain extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The domain description.", + 'description', + 'The domain description.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the domain. If omitted, this provider will assign a random, unique name.", + 'name', + 'The name of the domain. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workflowExecutionRetentionPeriodInDays", - "Length of time that SWF will continue to retain information about the workflow execution after the workflow execution is complete, must be between 0 and 90 days.", + 'workflowExecutionRetentionPeriodInDays', + 'Length of time that SWF will continue to retain information about the workflow execution after the workflow execution is complete, must be between 0 and 90 days.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/synthetics/Canary.ts b/src/app/Models/codegen/aws/synthetics/Canary.ts index 2823bda07..fc6c350f8 100644 --- a/src/app/Models/codegen/aws/synthetics/Canary.ts +++ b/src/app/Models/codegen/aws/synthetics/Canary.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { synthetics_CanaryArtifactConfig, synthetics_CanaryArtifactConfig_GetTypes, -} from "../types/synthetics_CanaryArtifactConfig"; +} from '../types/synthetics_CanaryArtifactConfig'; import { synthetics_CanaryVpcConfig, synthetics_CanaryVpcConfig_GetTypes, -} from "../types/synthetics_CanaryVpcConfig"; +} from '../types/synthetics_CanaryVpcConfig'; import { synthetics_CanaryRunConfig, synthetics_CanaryRunConfig_GetTypes, -} from "../types/synthetics_CanaryRunConfig"; +} from '../types/synthetics_CanaryRunConfig'; import { synthetics_CanarySchedule, synthetics_CanarySchedule_GetTypes, -} from "../types/synthetics_CanarySchedule"; +} from '../types/synthetics_CanarySchedule'; import { synthetics_CanaryTimeline, synthetics_CanaryTimeline_GetTypes, -} from "../types/synthetics_CanaryTimeline"; +} from '../types/synthetics_CanaryTimeline'; export interface CanaryArgs { // Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -167,144 +167,144 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "handler", - "Entry point to use for the source code when running the canary. This value must end with the string `.handler` .", + 'handler', + 'Entry point to use for the source code when running the canary. This value must end with the string `.handler` .', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Key", - "S3 key of your script. **Conflicts with `zip_file`.**", + 's3Key', + 'S3 key of your script. **Conflicts with `zip_file`.**', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "startCanary", - "Whether to run or stop the canary.", + 'startCanary', + 'Whether to run or stop the canary.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "artifactConfig", - "configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See Artifact Config.", + 'artifactConfig', + 'configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See Artifact Config.', () => synthetics_CanaryArtifactConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Full bucket name which is used if your canary script is located in S3. The bucket must already exist. **Conflicts with `zip_file`.**", + 's3Bucket', + 'Full bucket name which is used if your canary script is located in S3. The bucket must already exist. **Conflicts with `zip_file`.**', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for this canary. Has a maximum length of 21 characters. Valid characters are lowercase alphanumeric, hyphen, or underscore.", + 'name', + 'Name for this canary. Has a maximum length of 21 characters. Valid characters are lowercase alphanumeric, hyphen, or underscore.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteLambda", - "Specifies whether to also delete the Lambda functions and layers used by this canary. The default is `false`.", + 'deleteLambda', + 'Specifies whether to also delete the Lambda functions and layers used by this canary. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "runtimeVersion", - "Runtime version to use for the canary. Versions change often so consult the [Amazon CloudWatch documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html) for the latest valid versions. Values include `syn-python-selenium-1.0`, `syn-nodejs-puppeteer-3.0`, `syn-nodejs-2.2`, `syn-nodejs-2.1`, `syn-nodejs-2.0`, and `syn-1.0`.", + 'runtimeVersion', + 'Runtime version to use for the canary. Versions change often so consult the [Amazon CloudWatch documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html) for the latest valid versions. Values include `syn-python-selenium-1.0`, `syn-nodejs-puppeteer-3.0`, `syn-nodejs-2.2`, `syn-nodejs-2.1`, `syn-nodejs-2.0`, and `syn-1.0`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "failureRetentionPeriod", - "Number of days to retain data about failed runs of this canary. If you omit this field, the default of 31 days is used. The valid range is 1 to 455 days.", + 'failureRetentionPeriod', + 'Number of days to retain data about failed runs of this canary. If you omit this field, the default of 31 days is used. The valid range is 1 to 455 days.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Configuration block. Detailed below.", + 'vpcConfig', + 'Configuration block. Detailed below.', () => synthetics_CanaryVpcConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "runConfig", - "Configuration block for individual canary runs. Detailed below.", + 'runConfig', + 'Configuration block for individual canary runs. Detailed below.', () => synthetics_CanaryRunConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3Version", - "S3 version ID of your script. **Conflicts with `zip_file`.**", + 's3Version', + 'S3 version ID of your script. **Conflicts with `zip_file`.**', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "schedule", - "Configuration block providing how often the canary is to run and when these test runs are to stop. Detailed below.\n\nThe following arguments are optional:", + 'schedule', + 'Configuration block providing how often the canary is to run and when these test runs are to stop. Detailed below.\n\nThe following arguments are optional:', () => synthetics_CanarySchedule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "artifactS3Location", - "Location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary.", + 'artifactS3Location', + 'Location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "ARN of the IAM role to be used to run the canary. see [AWS Docs](https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_CreateCanary.html#API_CreateCanary_RequestSyntax) for permissions needs for IAM Role.", + 'executionRoleArn', + 'ARN of the IAM role to be used to run the canary. see [AWS Docs](https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_CreateCanary.html#API_CreateCanary_RequestSyntax) for permissions needs for IAM Role.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "successRetentionPeriod", - "Number of days to retain data about successful runs of this canary. If you omit this field, the default of 31 days is used. The valid range is 1 to 455 days.", + 'successRetentionPeriod', + 'Number of days to retain data about successful runs of this canary. If you omit this field, the default of 31 days is used. The valid range is 1 to 455 days.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zipFile", - "ZIP file that contains the script, if you input your canary script directly into the canary instead of referring to an S3 location. It can be up to 225KB. **Conflicts with `s3_bucket`, `s3_key`, and `s3_version`.**", + 'zipFile', + 'ZIP file that contains the script, if you input your canary script directly into the canary instead of referring to an S3 location. It can be up to 225KB. **Conflicts with `s3_bucket`, `s3_key`, and `s3_version`.**', () => [], false, false, diff --git a/src/app/Models/codegen/aws/synthetics/Group.ts b/src/app/Models/codegen/aws/synthetics/Group.ts index 64a177c71..20764782d 100644 --- a/src/app/Models/codegen/aws/synthetics/Group.ts +++ b/src/app/Models/codegen/aws/synthetics/Group.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupArgs { /* @@ -42,16 +42,16 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "name", - "Name of the group.\n\nThe following arguments are optional:", + 'name', + 'Name of the group.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/synthetics/GroupAssociation.ts b/src/app/Models/codegen/aws/synthetics/GroupAssociation.ts index 21bd5aaeb..8c079aae2 100644 --- a/src/app/Models/codegen/aws/synthetics/GroupAssociation.ts +++ b/src/app/Models/codegen/aws/synthetics/GroupAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GroupAssociationArgs { // ARN of the canary. @@ -31,16 +31,16 @@ export class GroupAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "canaryArn", - "ARN of the canary.", + 'canaryArn', + 'ARN of the canary.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "groupName", - "Name of the group that the canary will be associated with.", + 'groupName', + 'Name of the group that the canary will be associated with.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/timestreaminfluxdb/DbInstance.ts b/src/app/Models/codegen/aws/timestreaminfluxdb/DbInstance.ts index 0170ecd31..4c020e6e6 100644 --- a/src/app/Models/codegen/aws/timestreaminfluxdb/DbInstance.ts +++ b/src/app/Models/codegen/aws/timestreaminfluxdb/DbInstance.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreaminfluxdb_DbInstanceLogDeliveryConfiguration, timestreaminfluxdb_DbInstanceLogDeliveryConfiguration_GetTypes, -} from "../types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration"; +} from '../types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration'; import { timestreaminfluxdb_DbInstanceTimeouts, timestreaminfluxdb_DbInstanceTimeouts_GetTypes, -} from "../types/timestreaminfluxdb_DbInstanceTimeouts"; +} from '../types/timestreaminfluxdb_DbInstanceTimeouts'; export interface DbInstanceArgs { // Name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users. Along with `bucket`, `username`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute. @@ -143,7 +143,7 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "deploymentType", + 'deploymentType', 'Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability. Valid options are: `"SINGLE_AZ"`, `"WITH_MULTIAZ_STANDBY"`.', () => [], false, @@ -151,47 +151,47 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "vpcSubnetIds", - "List of VPC subnet IDs to associate with the DB instance. Provide at least two VPC subnet IDs in different availability zones when deploying with a Multi-AZ standby.\n\nThe following arguments are optional:", + 'vpcSubnetIds', + 'List of VPC subnet IDs to associate with the DB instance. Provide at least two VPC subnet IDs in different availability zones when deploying with a Multi-AZ standby.\n\nThe following arguments are optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the initial InfluxDB bucket. All InfluxDB data is stored in a bucket. A bucket combines the concept of a database and a retention period (the duration of time that each data point persists). A bucket belongs to an organization. Along with `organization`, `username`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.", + 'bucket', + 'Name of the initial InfluxDB bucket. All InfluxDB data is stored in a bucket. A bucket combines the concept of a database and a retention period (the duration of time that each data point persists). A bucket belongs to an organization. Along with `organization`, `username`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region. The argument must start with a letter, cannot contain consecutive hyphens (`-`) and cannot end with a hyphen.", + 'name', + 'Name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region. The argument must start with a letter, cannot contain consecutive hyphens (`-`) and cannot end with a hyphen.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => timestreaminfluxdb_DbInstanceTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "allocatedStorage", - "Amount of storage in GiB (gibibytes). The minimum value is 20, the maximum value is 16384.", + 'allocatedStorage', + 'Amount of storage in GiB (gibibytes). The minimum value is 20, the maximum value is 16384.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dbStorageType", + 'dbStorageType', 'Timestream for InfluxDB DB storage type to read and write InfluxDB data. You can choose between 3 different types of provisioned Influx IOPS included storage according to your workloads requirements: Influx IO Included 3000 IOPS, Influx IO Included 12000 IOPS, Influx IO Included 16000 IOPS. Valid options are: `"InfluxIOIncludedT1"`, `"InfluxIOIncludedT2"`, and `"InfluxIOIncludedT1"`. If you use `"InfluxIOIncludedT2" or "InfluxIOIncludedT3", the minimum value for `allocated_storage` is 400.', () => [], false, @@ -199,31 +199,31 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "password", - "Password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. Along with `bucket`, `username`, and `organization`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.", + 'password', + 'Password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. Along with `bucket`, `username`, and `organization`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "organization", - "Name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users. Along with `bucket`, `username`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.", + 'organization', + 'Name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users. Along with `bucket`, `username`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAccessible", + 'publiclyAccessible', 'Configures the DB instance with a public IP to facilitate access. Other resources, such as a VPC, a subnet, an internet gateway, and a route table with routes, are also required to enabled public access, in addition to this argument. See "Usage with Public Internet Access Enabled" for an example configuration with all required resources for public internet access.', () => [], false, @@ -231,7 +231,7 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "username", + 'username', "Username of the initial admin user created in InfluxDB. Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. Along with `bucket`, `organization`, and `password`, this argument will be stored in the secret referred to by the `influx_auth_parameters_secret_arn` attribute.", () => [], true, @@ -239,23 +239,23 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "List of VPC security group IDs to associate with the DB instance.", + 'vpcSecurityGroupIds', + 'List of VPC security group IDs to associate with the DB instance.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "logDeliveryConfiguration", - "Configuration for sending InfluxDB engine logs to a specified S3 bucket.", + 'logDeliveryConfiguration', + 'Configuration for sending InfluxDB engine logs to a specified S3 bucket.', () => timestreaminfluxdb_DbInstanceLogDeliveryConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dbInstanceType", + 'dbInstanceType', 'Timestream for InfluxDB DB instance type to run InfluxDB on. Valid options are: `"db.influx.medium"`, `"db.influx.large"`, `"db.influx.xlarge"`, `"db.influx.2xlarge"`, `"db.influx.4xlarge"`, `"db.influx.8xlarge"`, `"db.influx.12xlarge"`, and `"db.influx.16xlarge"`.', () => [], true, @@ -263,8 +263,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.String, - "dbParameterGroupIdentifier", - "ID of the DB parameter group assigned to your DB instance. If added to an existing Timestream for InfluxDB instance or given a new value, will cause an in-place update to the instance. However, if an instance already has a value for `db_parameter_group_identifier`, removing `db_parameter_group_identifier` will cause the instance to be destroyed and recreated.", + 'dbParameterGroupIdentifier', + 'ID of the DB parameter group assigned to your DB instance. If added to an existing Timestream for InfluxDB instance or given a new value, will cause an in-place update to the instance. However, if an instance already has a value for `db_parameter_group_identifier`, removing `db_parameter_group_identifier` will cause the instance to be destroyed and recreated.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/timestreamwrite/Database.ts b/src/app/Models/codegen/aws/timestreamwrite/Database.ts index 2ee91c9b9..6bb39a2d4 100644 --- a/src/app/Models/codegen/aws/timestreamwrite/Database.ts +++ b/src/app/Models/codegen/aws/timestreamwrite/Database.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DatabaseArgs { // The name of the Timestream database. Minimum length of 3. Maximum length of 64. @@ -40,24 +40,24 @@ export class Database extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "databaseName", - "The name of the Timestream database. Minimum length of 3. Maximum length of 64.", + 'databaseName', + 'The name of the Timestream database. Minimum length of 3. Maximum length of 64.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN (not Alias ARN) of the KMS key to be used to encrypt the data stored in the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. Refer to [AWS managed KMS keys](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk) for more info.", + 'kmsKeyId', + 'The ARN (not Alias ARN) of the KMS key to be used to encrypt the data stored in the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. Refer to [AWS managed KMS keys](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk) for more info.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/timestreamwrite/Table.ts b/src/app/Models/codegen/aws/timestreamwrite/Table.ts index 263aae21b..80ba55cbb 100644 --- a/src/app/Models/codegen/aws/timestreamwrite/Table.ts +++ b/src/app/Models/codegen/aws/timestreamwrite/Table.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_TableMagneticStoreWriteProperties, timestreamwrite_TableMagneticStoreWriteProperties_GetTypes, -} from "../types/timestreamwrite_TableMagneticStoreWriteProperties"; +} from '../types/timestreamwrite_TableMagneticStoreWriteProperties'; import { timestreamwrite_TableRetentionProperties, timestreamwrite_TableRetentionProperties_GetTypes, -} from "../types/timestreamwrite_TableRetentionProperties"; +} from '../types/timestreamwrite_TableRetentionProperties'; import { timestreamwrite_TableSchema, timestreamwrite_TableSchema_GetTypes, -} from "../types/timestreamwrite_TableSchema"; +} from '../types/timestreamwrite_TableSchema'; export interface TableArgs { // The name of the Timestream database. @@ -67,48 +67,48 @@ export class Table extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "databaseName", - "The name of the Timestream database.", + 'databaseName', + 'The name of the Timestream database.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "magneticStoreWriteProperties", - "Contains properties to set on the table when enabling magnetic store writes. See Magnetic Store Write Properties below for more details.", + 'magneticStoreWriteProperties', + 'Contains properties to set on the table when enabling magnetic store writes. See Magnetic Store Write Properties below for more details.', () => timestreamwrite_TableMagneticStoreWriteProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retentionProperties", - "The retention duration for the memory store and magnetic store. See Retention Properties below for more details. If not provided, `magnetic_store_retention_period_in_days` default to 73000 and `memory_store_retention_period_in_hours` defaults to 6.", + 'retentionProperties', + 'The retention duration for the memory store and magnetic store. See Retention Properties below for more details. If not provided, `magnetic_store_retention_period_in_days` default to 73000 and `memory_store_retention_period_in_hours` defaults to 6.', () => timestreamwrite_TableRetentionProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "schema", - "The schema of the table. See Schema below for more details.", + 'schema', + 'The schema of the table. See Schema below for more details.', () => timestreamwrite_TableSchema_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the Timestream table.", + 'tableName', + 'The name of the Timestream table.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to this resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/transcribe/LanguageModel.ts b/src/app/Models/codegen/aws/transcribe/LanguageModel.ts index 2ccf5e26e..e9d88362d 100644 --- a/src/app/Models/codegen/aws/transcribe/LanguageModel.ts +++ b/src/app/Models/codegen/aws/transcribe/LanguageModel.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transcribe_LanguageModelInputDataConfig, transcribe_LanguageModelInputDataConfig_GetTypes, -} from "../types/transcribe_LanguageModelInputDataConfig"; +} from '../types/transcribe_LanguageModelInputDataConfig'; export interface LanguageModelArgs { // Name of reference base model. @@ -53,40 +53,40 @@ export class LanguageModel extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "baseModelName", - "Name of reference base model.", + 'baseModelName', + 'Name of reference base model.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "inputDataConfig", - "The input data config for the LanguageModel. See Input Data Config for more details.", + 'inputDataConfig', + 'The input data config for the LanguageModel. See Input Data Config for more details.', () => transcribe_LanguageModelInputDataConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "languageCode", - "The language code you selected for your language model. Refer to the [supported languages](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html) page for accepted codes.", + 'languageCode', + 'The language code you selected for your language model. Refer to the [supported languages](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html) page for accepted codes.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "modelName", - "The model name.", + 'modelName', + 'The model name.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/transcribe/MedicalVocabulary.ts b/src/app/Models/codegen/aws/transcribe/MedicalVocabulary.ts index ada299572..5d5fc43b0 100644 --- a/src/app/Models/codegen/aws/transcribe/MedicalVocabulary.ts +++ b/src/app/Models/codegen/aws/transcribe/MedicalVocabulary.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MedicalVocabularyArgs { // The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. @@ -54,32 +54,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "languageCode", - "The language code you selected for your medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.", + 'languageCode', + 'The language code you selected for your medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the MedicalVocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the MedicalVocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vocabularyFileUri", - "The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.", + 'vocabularyFileUri', + 'The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vocabularyName", - "The name of the Medical Vocabulary.\n\nThe following arguments are optional:", + 'vocabularyName', + 'The name of the Medical Vocabulary.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/transcribe/Vocabulary.ts b/src/app/Models/codegen/aws/transcribe/Vocabulary.ts index e317c5efa..8f47b1e2e 100644 --- a/src/app/Models/codegen/aws/transcribe/Vocabulary.ts +++ b/src/app/Models/codegen/aws/transcribe/Vocabulary.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VocabularyArgs { // The language code you selected for your vocabulary. @@ -60,40 +60,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "vocabularyName", - "The name of the Vocabulary.\n\nThe following arguments are optional:", + 'vocabularyName', + 'The name of the Vocabulary.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "languageCode", - "The language code you selected for your vocabulary.", + 'languageCode', + 'The language code you selected for your vocabulary.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "phrases", - "A list of terms to include in the vocabulary. Conflicts with `vocabulary_file_uri`", + 'phrases', + 'A list of terms to include in the vocabulary. Conflicts with `vocabulary_file_uri`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the Vocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the Vocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vocabularyFileUri", - "The Amazon S3 location (URI) of the text file that contains your custom vocabulary. Conflicts wth `phrases`.", + 'vocabularyFileUri', + 'The Amazon S3 location (URI) of the text file that contains your custom vocabulary. Conflicts wth `phrases`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/transcribe/VocabularyFilter.ts b/src/app/Models/codegen/aws/transcribe/VocabularyFilter.ts index 644609eb8..4e7d685f5 100644 --- a/src/app/Models/codegen/aws/transcribe/VocabularyFilter.ts +++ b/src/app/Models/codegen/aws/transcribe/VocabularyFilter.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VocabularyFilterArgs { // The language code you selected for your vocabulary filter. Refer to the [supported languages](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html) page for accepted codes. @@ -60,40 +60,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the VocabularyFilter. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the VocabularyFilter. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vocabularyFilterFileUri", - "The Amazon S3 location (URI) of the text file that contains your custom VocabularyFilter. Conflicts with `words` argument.", + 'vocabularyFilterFileUri', + 'The Amazon S3 location (URI) of the text file that contains your custom VocabularyFilter. Conflicts with `words` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vocabularyFilterName", - "The name of the VocabularyFilter.\n\nThe following arguments are optional:", + 'vocabularyFilterName', + 'The name of the VocabularyFilter.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "words", - "A list of terms to include in the vocabulary. Conflicts with `vocabulary_filter_file_uri` argument.", + 'words', + 'A list of terms to include in the vocabulary. Conflicts with `vocabulary_filter_file_uri` argument.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "The language code you selected for your vocabulary filter. Refer to the [supported languages](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html) page for accepted codes.", + 'languageCode', + 'The language code you selected for your vocabulary filter. Refer to the [supported languages](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html) page for accepted codes.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/transfer/Access.ts b/src/app/Models/codegen/aws/transfer/Access.ts index 1c8266c63..cd7c34fc2 100644 --- a/src/app/Models/codegen/aws/transfer/Access.ts +++ b/src/app/Models/codegen/aws/transfer/Access.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_AccessHomeDirectoryMapping, transfer_AccessHomeDirectoryMapping_GetTypes, -} from "../types/transfer_AccessHomeDirectoryMapping"; +} from '../types/transfer_AccessHomeDirectoryMapping'; import { transfer_AccessPosixProfile, transfer_AccessPosixProfile_GetTypes, -} from "../types/transfer_AccessPosixProfile"; +} from '../types/transfer_AccessPosixProfile'; export interface AccessArgs { // Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket. @@ -69,7 +69,7 @@ export class Access extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "homeDirectoryType", + 'homeDirectoryType', "The type of landing directory (folder) you mapped for your users' home directory. Valid values are `PATH` and `LOGICAL`.", () => [], false, @@ -77,15 +77,15 @@ export class Access extends DS_Resource { ), new DynamicUIProps( InputType.String, - "policy", - "An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and `${Transfer:HomeBucket}`. These are evaluated on-the-fly when navigating the bucket.", + 'policy', + 'An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and `${Transfer:HomeBucket}`. These are evaluated on-the-fly when navigating the bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "posixProfile", + 'posixProfile', "Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. See Posix Profile below.", () => transfer_AccessPosixProfile_GetTypes(), false, @@ -93,40 +93,40 @@ export class Access extends DS_Resource { ), new DynamicUIProps( InputType.String, - "role", - "Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.", + 'role', + 'Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverId", - "The Server ID of the Transfer Server (e.g., `s-12345678`)", + 'serverId', + 'The Server ID of the Transfer Server (e.g., `s-12345678`)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "externalId", - "The SID of a group in the directory connected to the Transfer Server (e.g., `S-1-1-12-1234567890-123456789-1234567890-1234`)", + 'externalId', + 'The SID of a group in the directory connected to the Transfer Server (e.g., `S-1-1-12-1234567890-123456789-1234567890-1234`)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "homeDirectory", - "The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a `/`. The first item in the path is the name of the home bucket (accessible as `${Transfer:HomeBucket}` in the policy) and the rest is the home directory (accessible as `${Transfer:HomeDirectory}` in the policy). For example, `/example-bucket-1234/username` would set the home bucket to `example-bucket-1234` and the home directory to `username`.", + 'homeDirectory', + 'The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a `/`. The first item in the path is the name of the home bucket (accessible as `${Transfer:HomeBucket}` in the policy) and the rest is the home directory (accessible as `${Transfer:HomeDirectory}` in the policy). For example, `/example-bucket-1234/username` would set the home bucket to `example-bucket-1234` and the home directory to `username`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "homeDirectoryMappings", - "Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.", + 'homeDirectoryMappings', + 'Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.', () => transfer_AccessHomeDirectoryMapping_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/transfer/Agreement.ts b/src/app/Models/codegen/aws/transfer/Agreement.ts index 4d3410537..88edaef2c 100644 --- a/src/app/Models/codegen/aws/transfer/Agreement.ts +++ b/src/app/Models/codegen/aws/transfer/Agreement.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AgreementArgs { // The landing directory for the files transferred by using the AS2 protocol. @@ -67,56 +67,56 @@ export class Agreement extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The Optional description of the transdfer.", + 'description', + 'The Optional description of the transdfer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localProfileId", - "The unique identifier for the AS2 local profile.", + 'localProfileId', + 'The unique identifier for the AS2 local profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "partnerProfileId", - "The unique identifier for the AS2 partner profile.", + 'partnerProfileId', + 'The unique identifier for the AS2 partner profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serverId", - "The unique server identifier for the server instance. This is the specific server the agreement uses.", + 'serverId', + 'The unique server identifier for the server instance. This is the specific server the agreement uses.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessRole", - "The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.", + 'accessRole', + 'The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "baseDirectory", - "The landing directory for the files transferred by using the AS2 protocol.", + 'baseDirectory', + 'The landing directory for the files transferred by using the AS2 protocol.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/transfer/Certificate.ts b/src/app/Models/codegen/aws/transfer/Certificate.ts index 9c40be462..517c65a3c 100644 --- a/src/app/Models/codegen/aws/transfer/Certificate.ts +++ b/src/app/Models/codegen/aws/transfer/Certificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateArgs { // The optional list of certificate that make up the chain for the certificate that is being imported. @@ -64,48 +64,48 @@ export class Certificate extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificateChain", - "The optional list of certificate that make up the chain for the certificate that is being imported.", + 'certificateChain', + 'The optional list of certificate that make up the chain for the certificate that is being imported.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A short description that helps identify the certificate.", + 'description', + 'A short description that helps identify the certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "The private key associated with the certificate being imported.", + 'privateKey', + 'The private key associated with the certificate being imported.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "usage", - "Specifies if a certificate is being used for signing or encryption. The valid values are SIGNING and ENCRYPTION.", + 'usage', + 'Specifies if a certificate is being used for signing or encryption. The valid values are SIGNING and ENCRYPTION.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificate", - "The valid certificate file required for the transfer.", + 'certificate', + 'The valid certificate file required for the transfer.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/transfer/Connector.ts b/src/app/Models/codegen/aws/transfer/Connector.ts index 069969dc3..e85cdabf1 100644 --- a/src/app/Models/codegen/aws/transfer/Connector.ts +++ b/src/app/Models/codegen/aws/transfer/Connector.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_ConnectorAs2Config, transfer_ConnectorAs2Config_GetTypes, -} from "../types/transfer_ConnectorAs2Config"; +} from '../types/transfer_ConnectorAs2Config'; import { transfer_ConnectorSftpConfig, transfer_ConnectorSftpConfig_GetTypes, -} from "../types/transfer_ConnectorSftpConfig"; +} from '../types/transfer_ConnectorSftpConfig'; export interface ConnectorArgs { // The URL of the partners AS2 endpoint or SFTP endpoint. @@ -72,56 +72,56 @@ export class Connector extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "url", - "The URL of the partners AS2 endpoint or SFTP endpoint.", + 'url', + 'The URL of the partners AS2 endpoint or SFTP endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accessRole", - "The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.", + 'accessRole', + 'The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "as2Config", - "Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.", + 'as2Config', + 'Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.', () => transfer_ConnectorAs2Config_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loggingRole", - "The IAM Role which is required for allowing the connector to turn on CloudWatch logging for Amazon S3 events.", + 'loggingRole', + 'The IAM Role which is required for allowing the connector to turn on CloudWatch logging for Amazon S3 events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityPolicyName", - "Name of the security policy for the connector.", + 'securityPolicyName', + 'Name of the security policy for the connector.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sftpConfig", - "Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.", + 'sftpConfig', + 'Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.', () => transfer_ConnectorSftpConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/transfer/Profile.ts b/src/app/Models/codegen/aws/transfer/Profile.ts index 81f042f43..5799fd6fc 100644 --- a/src/app/Models/codegen/aws/transfer/Profile.ts +++ b/src/app/Models/codegen/aws/transfer/Profile.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProfileArgs { // The list of certificate Ids from the imported certificate operation. @@ -46,32 +46,32 @@ export class Profile extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "certificateIds", - "The list of certificate Ids from the imported certificate operation.", + 'certificateIds', + 'The list of certificate Ids from the imported certificate operation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "profileType", - "The profile type should be LOCAL or PARTNER.", + 'profileType', + 'The profile type should be LOCAL or PARTNER.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "as2Id", - "The As2Id is the AS2 name as defined in the RFC 4130. For inbound ttransfers this is the AS2 From Header for the AS2 messages sent from the partner. For Outbound messages this is the AS2 To Header for the AS2 messages sent to the partner. his ID cannot include spaces.", + 'as2Id', + 'The As2Id is the AS2 name as defined in the RFC 4130. For inbound ttransfers this is the AS2 From Header for the AS2 messages sent from the partner. For Outbound messages this is the AS2 To Header for the AS2 messages sent to the partner. his ID cannot include spaces.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/transfer/Server.ts b/src/app/Models/codegen/aws/transfer/Server.ts index 1410126de..848ea297a 100644 --- a/src/app/Models/codegen/aws/transfer/Server.ts +++ b/src/app/Models/codegen/aws/transfer/Server.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_ServerS3StorageOptions, transfer_ServerS3StorageOptions_GetTypes, -} from "../types/transfer_ServerS3StorageOptions"; +} from '../types/transfer_ServerS3StorageOptions'; import { transfer_ServerEndpointDetails, transfer_ServerEndpointDetails_GetTypes, -} from "../types/transfer_ServerEndpointDetails"; +} from '../types/transfer_ServerEndpointDetails'; import { transfer_ServerProtocolDetails, transfer_ServerProtocolDetails_GetTypes, -} from "../types/transfer_ServerProtocolDetails"; +} from '../types/transfer_ServerProtocolDetails'; import { transfer_ServerWorkflowDetails, transfer_ServerWorkflowDetails_GetTypes, -} from "../types/transfer_ServerWorkflowDetails"; +} from '../types/transfer_ServerWorkflowDetails'; export interface ServerArgs { // The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate. This is required when `protocols` is set to `FTPS` @@ -219,15 +219,15 @@ Specifies the file transfer protocol or protocols over which your file transfer return [ new DynamicUIProps( InputType.String, - "identityProviderType", - "The mode of authentication enabled for this service. The default value is `SERVICE_MANAGED`, which allows you to store and access SFTP user credentials within the service. `API_GATEWAY` indicates that user authentication requires a call to an API Gateway endpoint URL provided by you to integrate an identity provider of your choice. Using `AWS_DIRECTORY_SERVICE` will allow for authentication against AWS Managed Active Directory or Microsoft Active Directory in your on-premises environment, or in AWS using AD Connectors. Use the `AWS_LAMBDA` value to directly use a Lambda function as your identity provider. If you choose this value, you must specify the ARN for the lambda function in the `function` argument.", + 'identityProviderType', + 'The mode of authentication enabled for this service. The default value is `SERVICE_MANAGED`, which allows you to store and access SFTP user credentials within the service. `API_GATEWAY` indicates that user authentication requires a call to an API Gateway endpoint URL provided by you to integrate an identity provider of your choice. Using `AWS_DIRECTORY_SERVICE` will allow for authentication against AWS Managed Active Directory or Microsoft Active Directory in your on-premises environment, or in AWS using AD Connectors. Use the `AWS_LAMBDA` value to directly use a Lambda function as your identity provider. If you choose this value, you must specify the ARN for the lambda function in the `function` argument.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "protocols", + 'protocols', "Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to `SFTP` . The available protocols are:\n* `AS2`: File transfer over Applicability Statement 2\n* `SFTP`: File transfer over SSH\n* `FTPS`: File transfer with TLS encryption\n* `FTP`: Unencrypted file transfer", () => InputType_String_GetTypes(), false, @@ -235,15 +235,15 @@ Specifies the file transfer protocol or protocols over which your file transfer ), new DynamicUIProps( InputType.String, - "securityPolicyName", - "Specifies the name of the security policy that is attached to the server. Default value is: `TransferSecurityPolicy-2018-11`. The available values are:\n* `TransferSecurityPolicy-2018-11`\n* `TransferSecurityPolicy-2020-06`\n* `TransferSecurityPolicy-2022-03`\n* `TransferSecurityPolicy-2023-05`\n* `TransferSecurityPolicy-2024-01`\n* `TransferSecurityPolicy-FIPS-2020-06`\n* `TransferSecurityPolicy-FIPS-2023-05`\n* `TransferSecurityPolicy-FIPS-2024-01`\n* `TransferSecurityPolicy-FIPS-2024-05`\n* `TransferSecurityPolicy-PQ-SSH-Experimental-2023-04`\n* `TransferSecurityPolicy-PQ-SSH-FIPS-Experimental-2023-04`\n* `TransferSecurityPolicy-Restricted-2018-11`\n* `TransferSecurityPolicy-Restricted-2020-06`\n\nSee [Security policies for AWS Transfer Family servers](https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html) for details.", + 'securityPolicyName', + 'Specifies the name of the security policy that is attached to the server. Default value is: `TransferSecurityPolicy-2018-11`. The available values are:\n* `TransferSecurityPolicy-2018-11`\n* `TransferSecurityPolicy-2020-06`\n* `TransferSecurityPolicy-2022-03`\n* `TransferSecurityPolicy-2023-05`\n* `TransferSecurityPolicy-2024-01`\n* `TransferSecurityPolicy-FIPS-2020-06`\n* `TransferSecurityPolicy-FIPS-2023-05`\n* `TransferSecurityPolicy-FIPS-2024-01`\n* `TransferSecurityPolicy-FIPS-2024-05`\n* `TransferSecurityPolicy-PQ-SSH-Experimental-2023-04`\n* `TransferSecurityPolicy-PQ-SSH-FIPS-Experimental-2023-04`\n* `TransferSecurityPolicy-Restricted-2018-11`\n* `TransferSecurityPolicy-Restricted-2020-06`\n\nSee [Security policies for AWS Transfer Family servers](https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html) for details.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostKey", + 'hostKey', 'RSA, ECDSA, or ED25519 private key (e.g., as generated by the `ssh-keygen -t rsa -b 2048 -N "" -m PEM -f my-new-server-key`, `ssh-keygen -t ecdsa -b 256 -N "" -m PEM -f my-new-server-key` or `ssh-keygen -t ed25519 -N "" -f my-new-server-key` commands).', () => [], false, @@ -251,119 +251,119 @@ Specifies the file transfer protocol or protocols over which your file transfer ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domain", - "The domain of the storage system that is used for file transfers. Valid values are: `S3` and `EFS`. The default value is `S3`.", + 'domain', + 'The domain of the storage system that is used for file transfers. Valid values are: `S3` and `EFS`. The default value is `S3`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "endpointDetails", - "The virtual private cloud (VPC) endpoint settings that you want to configure for your SFTP server. See `endpoint_details` Block below for details.", + 'endpointDetails', + 'The virtual private cloud (VPC) endpoint settings that you want to configure for your SFTP server. See `endpoint_details` Block below for details.', () => transfer_ServerEndpointDetails_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "url", - "URL of the service endpoint used to authenticate users with an `identity_provider_type` of `API_GATEWAY`.", + 'url', + 'URL of the service endpoint used to authenticate users with an `identity_provider_type` of `API_GATEWAY`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "protocolDetails", - "The protocol settings that are configured for your server. See `protocol_details` Block below for details.", + 'protocolDetails', + 'The protocol settings that are configured for your server. See `protocol_details` Block below for details.', () => transfer_ServerProtocolDetails_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "The directory service ID of the directory service you want to connect to with an `identity_provider_type` of `AWS_DIRECTORY_SERVICE`.", + 'directoryId', + 'The directory service ID of the directory service you want to connect to with an `identity_provider_type` of `AWS_DIRECTORY_SERVICE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "function", - "The ARN for a lambda function to use for the Identity provider.", + 'function', + 'The ARN for a lambda function to use for the Identity provider.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3StorageOptions", - "Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default. See `s3_storage_options` Block below for details.", + 's3StorageOptions', + 'Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default. See `s3_storage_options` Block below for details.', () => transfer_ServerS3StorageOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "invocationRole", - "Amazon Resource Name (ARN) of the IAM role used to authenticate the user account with an `identity_provider_type` of `API_GATEWAY`.", + 'invocationRole', + 'Amazon Resource Name (ARN) of the IAM role used to authenticate the user account with an `identity_provider_type` of `API_GATEWAY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preAuthenticationLoginBanner", - "Specify a string to display when users connect to a server. This string is displayed before the user authenticates.", + 'preAuthenticationLoginBanner', + 'Specify a string to display when users connect to a server. This string is displayed before the user authenticates.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "forceDestroy", - "A boolean that indicates all users associated with the server should be deleted so that the Server can be destroyed without error. The default value is `false`. This option only applies to servers configured with a `SERVICE_MANAGED` `identity_provider_type`.", + 'forceDestroy', + 'A boolean that indicates all users associated with the server should be deleted so that the Server can be destroyed without error. The default value is `false`. This option only applies to servers configured with a `SERVICE_MANAGED` `identity_provider_type`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "structuredLogDestinations", - "A set of ARNs of destinations that will receive structured logs from the transfer server such as CloudWatch Log Group ARNs. If provided this enables the transfer server to emit structured logs to the specified locations.", + 'structuredLogDestinations', + 'A set of ARNs of destinations that will receive structured logs from the transfer server such as CloudWatch Log Group ARNs. If provided this enables the transfer server to emit structured logs to the specified locations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "postAuthenticationLoginBanner", - "Specify a string to display when users connect to a server. This string is displayed after the user authenticates. The SFTP protocol does not support post-authentication display banners.", + 'postAuthenticationLoginBanner', + 'Specify a string to display when users connect to a server. This string is displayed after the user authenticates. The SFTP protocol does not support post-authentication display banners.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sftpAuthenticationMethods", - "For SFTP-enabled servers, and for custom identity providers only. Valid values are `PASSWORD`, `PUBLIC_KEY`, `PUBLIC_KEY_OR_PASSWORD` and `PUBLIC_KEY_AND_PASSWORD`. Default value is: `PUBLIC_KEY_OR_PASSWORD`.", + 'sftpAuthenticationMethods', + 'For SFTP-enabled servers, and for custom identity providers only. Valid values are `PASSWORD`, `PUBLIC_KEY`, `PUBLIC_KEY_OR_PASSWORD` and `PUBLIC_KEY_AND_PASSWORD`. Default value is: `PUBLIC_KEY_OR_PASSWORD`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointType", + 'endpointType', "The type of endpoint that you want your SFTP server connect to. If you connect to a `VPC` (or `VPC_ENDPOINT`), your SFTP server isn't accessible over the public internet. If you want to connect your SFTP server via public internet, set `PUBLIC`. Defaults to `PUBLIC`.", () => [], false, @@ -371,24 +371,24 @@ Specifies the file transfer protocol or protocols over which your file transfer ), new DynamicUIProps( InputType.String, - "certificate", - "The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate. This is required when `protocols` is set to `FTPS`", + 'certificate', + 'The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate. This is required when `protocols` is set to `FTPS`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loggingRole", - "Amazon Resource Name (ARN) of an IAM role that allows the service to write your SFTP users’ activity to your Amazon CloudWatch logs for monitoring and auditing purposes.", + 'loggingRole', + 'Amazon Resource Name (ARN) of an IAM role that allows the service to write your SFTP users’ activity to your Amazon CloudWatch logs for monitoring and auditing purposes.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "workflowDetails", - "Specifies the workflow details. See `workflow_details` Block below for details.", + 'workflowDetails', + 'Specifies the workflow details. See `workflow_details` Block below for details.', () => transfer_ServerWorkflowDetails_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/transfer/SshKey.ts b/src/app/Models/codegen/aws/transfer/SshKey.ts index 04f6b94b8..0a92e1629 100644 --- a/src/app/Models/codegen/aws/transfer/SshKey.ts +++ b/src/app/Models/codegen/aws/transfer/SshKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SshKeyArgs { // The name of the user account that is assigned to one or more servers. @@ -34,24 +34,24 @@ export class SshKey extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "userName", - "The name of the user account that is assigned to one or more servers.", + 'userName', + 'The name of the user account that is assigned to one or more servers.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "body", - "The public key portion of an SSH key pair.", + 'body', + 'The public key portion of an SSH key pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serverId", - "The Server ID of the Transfer Server (e.g., `s-12345678`)", + 'serverId', + 'The Server ID of the Transfer Server (e.g., `s-12345678`)', () => [], true, true, diff --git a/src/app/Models/codegen/aws/transfer/Tag.ts b/src/app/Models/codegen/aws/transfer/Tag.ts index 601697074..16f32fe17 100644 --- a/src/app/Models/codegen/aws/transfer/Tag.ts +++ b/src/app/Models/codegen/aws/transfer/Tag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagArgs { // Tag name. @@ -31,24 +31,24 @@ export class Tag extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "key", - "Tag name.", + 'key', + 'Tag name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceArn", - "Amazon Resource Name (ARN) of the Transfer Family resource to tag.", + 'resourceArn', + 'Amazon Resource Name (ARN) of the Transfer Family resource to tag.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "Tag value.", + 'value', + 'Tag value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/transfer/User.ts b/src/app/Models/codegen/aws/transfer/User.ts index 554b8e365..c1ba55085 100644 --- a/src/app/Models/codegen/aws/transfer/User.ts +++ b/src/app/Models/codegen/aws/transfer/User.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_UserPosixProfile, transfer_UserPosixProfile_GetTypes, -} from "../types/transfer_UserPosixProfile"; +} from '../types/transfer_UserPosixProfile'; import { transfer_UserHomeDirectoryMapping, transfer_UserHomeDirectoryMapping_GetTypes, -} from "../types/transfer_UserHomeDirectoryMapping"; +} from '../types/transfer_UserHomeDirectoryMapping'; export interface UserArgs { // Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. See Posix Profile below. @@ -81,23 +81,23 @@ export class User extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serverId", - "The Server ID of the Transfer Server (e.g., `s-12345678`)", + 'serverId', + 'The Server ID of the Transfer Server (e.g., `s-12345678`)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userName", - "The name used for log in to your SFTP server.", + 'userName', + 'The name used for log in to your SFTP server.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "homeDirectoryType", + 'homeDirectoryType', "The type of landing directory (folder) you mapped for your users' home directory. Valid values are `PATH` and `LOGICAL`.", () => [], false, @@ -105,15 +105,15 @@ export class User extends DS_Resource { ), new DynamicUIProps( InputType.String, - "policy", - "An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and `${Transfer:HomeBucket}`. These are evaluated on-the-fly when navigating the bucket.", + 'policy', + 'An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and `${Transfer:HomeBucket}`. These are evaluated on-the-fly when navigating the bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "posixProfile", + 'posixProfile', "Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. See Posix Profile below.", () => transfer_UserPosixProfile_GetTypes(), false, @@ -121,32 +121,32 @@ export class User extends DS_Resource { ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "homeDirectory", - "The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a `/`. The first item in the path is the name of the home bucket (accessible as `${Transfer:HomeBucket}` in the policy) and the rest is the home directory (accessible as `${Transfer:HomeDirectory}` in the policy). For example, `/example-bucket-1234/username` would set the home bucket to `example-bucket-1234` and the home directory to `username`.", + 'homeDirectory', + 'The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a `/`. The first item in the path is the name of the home bucket (accessible as `${Transfer:HomeBucket}` in the policy) and the rest is the home directory (accessible as `${Transfer:HomeDirectory}` in the policy). For example, `/example-bucket-1234/username` would set the home bucket to `example-bucket-1234` and the home directory to `username`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "homeDirectoryMappings", - "Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.", + 'homeDirectoryMappings', + 'Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.', () => transfer_UserHomeDirectoryMapping_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "role", - "Amazon Resource Name (ARN) of an IAM role that allows the service to control your user’s access to your Amazon S3 bucket.", + 'role', + 'Amazon Resource Name (ARN) of an IAM role that allows the service to control your user’s access to your Amazon S3 bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/transfer/Workflow.ts b/src/app/Models/codegen/aws/transfer/Workflow.ts index 019f9f692..9673415eb 100644 --- a/src/app/Models/codegen/aws/transfer/Workflow.ts +++ b/src/app/Models/codegen/aws/transfer/Workflow.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStep, transfer_WorkflowOnExceptionStep_GetTypes, -} from "../types/transfer_WorkflowOnExceptionStep"; +} from '../types/transfer_WorkflowOnExceptionStep'; import { transfer_WorkflowStep, transfer_WorkflowStep_GetTypes, -} from "../types/transfer_WorkflowStep"; +} from '../types/transfer_WorkflowStep'; export interface WorkflowArgs { // A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -51,32 +51,32 @@ export class Workflow extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A textual description for the workflow.", + 'description', + 'A textual description for the workflow.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "onExceptionSteps", - "Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.", + 'onExceptionSteps', + 'Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.', () => transfer_WorkflowOnExceptionStep_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "steps", - "Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.", + 'steps', + 'Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.', () => transfer_WorkflowStep_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfiguration.ts b/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfiguration.ts index 432cddb44..2af267284 100644 --- a/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accessanalyzer_AnalyzerConfigurationUnusedAccess, accessanalyzer_AnalyzerConfigurationUnusedAccess_GetTypes, -} from "./accessanalyzer_AnalyzerConfigurationUnusedAccess"; +} from './accessanalyzer_AnalyzerConfigurationUnusedAccess'; export interface accessanalyzer_AnalyzerConfiguration { // A block that specifies the configuration of an unused access analyzer for an AWS organization or account. Documented below @@ -19,8 +19,8 @@ export function accessanalyzer_AnalyzerConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "unusedAccess", - "A block that specifies the configuration of an unused access analyzer for an AWS organization or account. Documented below", + 'unusedAccess', + 'A block that specifies the configuration of an unused access analyzer for an AWS organization or account. Documented below', () => accessanalyzer_AnalyzerConfigurationUnusedAccess_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfigurationUnusedAccess.ts b/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfigurationUnusedAccess.ts index cd8638bf4..1175c0491 100644 --- a/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfigurationUnusedAccess.ts +++ b/src/app/Models/codegen/aws/types/accessanalyzer_AnalyzerConfigurationUnusedAccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface accessanalyzer_AnalyzerConfigurationUnusedAccess { // The specified access age in days for which to generate findings for unused access. @@ -15,8 +15,8 @@ export function accessanalyzer_AnalyzerConfigurationUnusedAccess_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "unusedAccessAge", - "The specified access age in days for which to generate findings for unused access.", + 'unusedAccessAge', + 'The specified access age in days for which to generate findings for unused access.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/accessanalyzer_ArchiveRuleFilter.ts b/src/app/Models/codegen/aws/types/accessanalyzer_ArchiveRuleFilter.ts index 05da9aea8..7fc0460bd 100644 --- a/src/app/Models/codegen/aws/types/accessanalyzer_ArchiveRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/accessanalyzer_ArchiveRuleFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface accessanalyzer_ArchiveRuleFilter { // Boolean comparator. @@ -27,40 +27,40 @@ export function accessanalyzer_ArchiveRuleFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "exists", - "Boolean comparator.", + 'exists', + 'Boolean comparator.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "neqs", - "Not Equals comparator.", + 'neqs', + 'Not Equals comparator.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "contains", - "Contains comparator.", + 'contains', + 'Contains comparator.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "criteria", - "Filter criteria.", + 'criteria', + 'Filter criteria.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "eqs", - "Equals comparator.", + 'eqs', + 'Equals comparator.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/acm_CertificateDomainValidationOption.ts b/src/app/Models/codegen/aws/types/acm_CertificateDomainValidationOption.ts index b9587d8ad..c47c2c0af 100644 --- a/src/app/Models/codegen/aws/types/acm_CertificateDomainValidationOption.ts +++ b/src/app/Models/codegen/aws/types/acm_CertificateDomainValidationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acm_CertificateDomainValidationOption { // Fully qualified domain name (FQDN) in the certificate. @@ -24,32 +24,32 @@ export function acm_CertificateDomainValidationOption_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "domainName", - "Fully qualified domain name (FQDN) in the certificate.", + 'domainName', + 'Fully qualified domain name (FQDN) in the certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordName", - "The name of the DNS record to create to validate the certificate", + 'resourceRecordName', + 'The name of the DNS record to create to validate the certificate', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordType", - "The type of DNS record to create", + 'resourceRecordType', + 'The type of DNS record to create', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordValue", - "The value the DNS record needs to have", + 'resourceRecordValue', + 'The value the DNS record needs to have', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/acm_CertificateOptions.ts b/src/app/Models/codegen/aws/types/acm_CertificateOptions.ts index 7e7b110ab..c0d314721 100644 --- a/src/app/Models/codegen/aws/types/acm_CertificateOptions.ts +++ b/src/app/Models/codegen/aws/types/acm_CertificateOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acm_CertificateOptions { // Whether certificate details should be added to a certificate transparency log. Valid values are `ENABLED` or `DISABLED`. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details. @@ -15,8 +15,8 @@ export function acm_CertificateOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "certificateTransparencyLoggingPreference", - "Whether certificate details should be added to a certificate transparency log. Valid values are `ENABLED` or `DISABLED`. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details.", + 'certificateTransparencyLoggingPreference', + 'Whether certificate details should be added to a certificate transparency log. Valid values are `ENABLED` or `DISABLED`. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/acm_CertificateRenewalSummary.ts b/src/app/Models/codegen/aws/types/acm_CertificateRenewalSummary.ts index f47748dab..db2088103 100644 --- a/src/app/Models/codegen/aws/types/acm_CertificateRenewalSummary.ts +++ b/src/app/Models/codegen/aws/types/acm_CertificateRenewalSummary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acm_CertificateRenewalSummary { // The status of ACM's managed renewal of the certificate @@ -21,15 +21,15 @@ export function acm_CertificateRenewalSummary_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "updatedAt", - "", + 'updatedAt', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "renewalStatus", + 'renewalStatus', "The status of ACM's managed renewal of the certificate", () => [], false, @@ -37,8 +37,8 @@ export function acm_CertificateRenewalSummary_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "renewalStatusReason", - "The reason that a renewal request was unsuccessful or is pending", + 'renewalStatusReason', + 'The reason that a renewal request was unsuccessful or is pending', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/acm_CertificateValidationOption.ts b/src/app/Models/codegen/aws/types/acm_CertificateValidationOption.ts index b20be34a9..520842f6d 100644 --- a/src/app/Models/codegen/aws/types/acm_CertificateValidationOption.ts +++ b/src/app/Models/codegen/aws/types/acm_CertificateValidationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acm_CertificateValidationOption { // Domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the `domain_name` value or a superdomain of the `domain_name` value. For example, if you request a certificate for `"testing.example.com"`, you can specify `"example.com"` for this value. @@ -18,7 +18,7 @@ export function acm_CertificateValidationOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "validationDomain", + 'validationDomain', 'Domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the `domain_name` value or a superdomain of the `domain_name` value. For example, if you request a certificate for `"testing.example.com"`, you can specify `"example.com"` for this value.', () => [], true, @@ -26,8 +26,8 @@ export function acm_CertificateValidationOption_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "domainName", - "Fully qualified domain name (FQDN) in the certificate.", + 'domainName', + 'Fully qualified domain name (FQDN) in the certificate.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration.ts index 0e6da40d9..e07784b03 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject, acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject_GetTypes, -} from "./acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject"; +} from './acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject'; export interface acmpca_CertificateAuthorityCertificateAuthorityConfiguration { // Name of the algorithm your private CA uses to sign certificate requests. Valid values can be found in the [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthorityConfiguration.html). @@ -25,16 +25,16 @@ export function acmpca_CertificateAuthorityCertificateAuthorityConfiguration_Get return [ new DynamicUIProps( InputType.String, - "signingAlgorithm", - "Name of the algorithm your private CA uses to sign certificate requests. Valid values can be found in the [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthorityConfiguration.html).", + 'signingAlgorithm', + 'Name of the algorithm your private CA uses to sign certificate requests. Valid values can be found in the [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthorityConfiguration.html).', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "subject", - "Nested argument that contains X.500 distinguished name information. At least one nested attribute must be specified.", + 'subject', + 'Nested argument that contains X.500 distinguished name information. At least one nested attribute must be specified.', () => acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject_GetTypes(), true, @@ -42,8 +42,8 @@ export function acmpca_CertificateAuthorityCertificateAuthorityConfiguration_Get ), new DynamicUIProps( InputType.String, - "keyAlgorithm", - "Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a certificate. Valid values can be found in the [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthorityConfiguration.html).", + 'keyAlgorithm', + 'Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a certificate. Valid values can be found in the [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthorityConfiguration.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject.ts index 1b2fc0085..387786ce7 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubject { // Typically a shortened version of a longer `given_name`. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza. Must be less than or equal to 128 characters in length. @@ -51,104 +51,104 @@ export function acmpca_CertificateAuthorityCertificateAuthorityConfigurationSubj return [ new DynamicUIProps( InputType.String, - "surname", - "Family name. In the US and the UK for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first. Must be less than or equal to 40 characters in length.", + 'surname', + 'Family name. In the US and the UK for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first. Must be less than or equal to 40 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "commonName", - "Fully qualified domain name (FQDN) associated with the certificate subject. Must be less than or equal to 64 characters in length.", + 'commonName', + 'Fully qualified domain name (FQDN) associated with the certificate subject. Must be less than or equal to 64 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "organizationalUnit", - "Subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.", + 'organizationalUnit', + 'Subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "generationQualifier", - "Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third. Must be less than or equal to 3 characters in length.", + 'generationQualifier', + 'Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third. Must be less than or equal to 3 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "country", - "Two digit code that specifies the country in which the certificate subject located. Must be less than or equal to 2 characters in length.", + 'country', + 'Two digit code that specifies the country in which the certificate subject located. Must be less than or equal to 2 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "distinguishedNameQualifier", - "Disambiguating information for the certificate subject. Must be less than or equal to 64 characters in length.", + 'distinguishedNameQualifier', + 'Disambiguating information for the certificate subject. Must be less than or equal to 64 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pseudonym", - "Typically a shortened version of a longer `given_name`. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza. Must be less than or equal to 128 characters in length.", + 'pseudonym', + 'Typically a shortened version of a longer `given_name`. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza. Must be less than or equal to 128 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "givenName", - "First name. Must be less than or equal to 16 characters in length.", + 'givenName', + 'First name. Must be less than or equal to 16 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "initials", - "Concatenation that typically contains the first letter of the `given_name`, the first letter of the middle name if one exists, and the first letter of the `surname`. Must be less than or equal to 5 characters in length.", + 'initials', + 'Concatenation that typically contains the first letter of the `given_name`, the first letter of the middle name if one exists, and the first letter of the `surname`. Must be less than or equal to 5 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "locality", - "Locality (such as a city or town) in which the certificate subject is located. Must be less than or equal to 128 characters in length.", + 'locality', + 'Locality (such as a city or town) in which the certificate subject is located. Must be less than or equal to 128 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "organization", - "Legal name of the organization with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.", + 'organization', + 'Legal name of the organization with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "state", - "State in which the subject of the certificate is located. Must be less than or equal to 128 characters in length.", + 'state', + 'State in which the subject of the certificate is located. Must be less than or equal to 128 characters in length.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "title", - "Title such as Mr. or Ms. which is pre-pended to the name to refer formally to the certificate subject. Must be less than or equal to 64 characters in length.", + 'title', + 'Title such as Mr. or Ms. which is pre-pended to the name to refer formally to the certificate subject. Must be less than or equal to 64 characters in length.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfiguration.ts index 610bbeec3..96f21da32 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration, acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration_GetTypes, -} from "./acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration"; +} from './acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration'; import { acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration, acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration_GetTypes, -} from "./acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration"; +} from './acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration'; export interface acmpca_CertificateAuthorityRevocationConfiguration { /* @@ -29,8 +29,8 @@ export function acmpca_CertificateAuthorityRevocationConfiguration_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "crlConfiguration", - "Nested argument containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority. Defined below.", + 'crlConfiguration', + 'Nested argument containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority. Defined below.', () => acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration_GetTypes(), false, @@ -38,8 +38,8 @@ export function acmpca_CertificateAuthorityRevocationConfiguration_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "ocspConfiguration", - "Nested argument containing configuration of\nthe custom OCSP responder endpoint. Defined below.", + 'ocspConfiguration', + 'Nested argument containing configuration of\nthe custom OCSP responder endpoint. Defined below.', () => acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration.ts index d7c3a2544..77978b2be 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_CertificateAuthorityRevocationConfigurationCrlConfiguration { // Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public. Must be less than or equal to 253 characters in length. @@ -27,7 +27,7 @@ export function acmpca_CertificateAuthorityRevocationConfigurationCrlConfigurati return [ new DynamicUIProps( InputType.String, - "customCname", + 'customCname', "Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public. Must be less than or equal to 253 characters in length.", () => [], false, @@ -35,32 +35,32 @@ export function acmpca_CertificateAuthorityRevocationConfigurationCrlConfigurati ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. Defaults to `false`.", + 'enabled', + 'Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "expirationInDays", - "Number of days until a certificate expires. Must be between 1 and 5000.", + 'expirationInDays', + 'Number of days until a certificate expires. Must be between 1 and 5000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 bucket that contains the CRL. If you do not provide a value for the `custom_cname` argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You must specify a bucket policy that allows ACM PCA to write the CRL to your bucket. Must be between 3 and 255 characters in length.", + 's3BucketName', + 'Name of the S3 bucket that contains the CRL. If you do not provide a value for the `custom_cname` argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You must specify a bucket policy that allows ACM PCA to write the CRL to your bucket. Must be between 3 and 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3ObjectAcl", - "Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. Defaults to `PUBLIC_READ`.", + 's3ObjectAcl', + 'Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. Defaults to `PUBLIC_READ`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration.ts index cefcd8b20..4e407ba61 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_CertificateAuthorityRevocationConfigurationOcspConfiguration { // Boolean value that specifies whether a custom OCSP responder is enabled. @@ -18,15 +18,15 @@ export function acmpca_CertificateAuthorityRevocationConfigurationOcspConfigurat return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean value that specifies whether a custom OCSP responder is enabled.", + 'enabled', + 'Boolean value that specifies whether a custom OCSP responder is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ocspCustomCname", + 'ocspCustomCname', 'CNAME specifying a customized OCSP domain. Note: The value of the CNAME must not include a protocol prefix such as "http://" or "https://".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/acmpca_CertificateValidity.ts b/src/app/Models/codegen/aws/types/acmpca_CertificateValidity.ts index 35b5c1a7f..bb3748be5 100644 --- a/src/app/Models/codegen/aws/types/acmpca_CertificateValidity.ts +++ b/src/app/Models/codegen/aws/types/acmpca_CertificateValidity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_CertificateValidity { // Determines how `value` is interpreted. Valid values: `DAYS`, `MONTHS`, `YEARS`, `ABSOLUTE`, `END_DATE`. @@ -18,16 +18,16 @@ export function acmpca_CertificateValidity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Determines how `value` is interpreted. Valid values: `DAYS`, `MONTHS`, `YEARS`, `ABSOLUTE`, `END_DATE`.", + 'type', + 'Determines how `value` is interpreted. Valid values: `DAYS`, `MONTHS`, `YEARS`, `ABSOLUTE`, `END_DATE`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "If `type` is `DAYS`, `MONTHS`, or `YEARS`, the relative time until the certificate expires. If `type` is `ABSOLUTE`, the date in seconds since the Unix epoch. If `type` is `END_DATE`, the date in RFC 3339 format.", + 'value', + 'If `type` is `DAYS`, `MONTHS`, or `YEARS`, the relative time until the certificate expires. If `type` is `ABSOLUTE`, the date in seconds since the Unix epoch. If `type` is `END_DATE`, the date in RFC 3339 format.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfiguration.ts index cb0a5168c..17d76c9d9 100644 --- a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration, acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration_GetTypes, -} from "./acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration"; +} from './acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration'; import { acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration, acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration_GetTypes, -} from "./acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration"; +} from './acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration'; export interface acmpca_getCertificateAuthorityRevocationConfiguration { // Nested attribute containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority. @@ -26,8 +26,8 @@ export function acmpca_getCertificateAuthorityRevocationConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Array, - "crlConfigurations", - "Nested attribute containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority.", + 'crlConfigurations', + 'Nested attribute containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority.', () => acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration_GetTypes(), true, @@ -35,8 +35,8 @@ export function acmpca_getCertificateAuthorityRevocationConfiguration_GetTypes() ), new DynamicUIProps( InputType.Array, - "ocspConfigurations", - "", + 'ocspConfigurations', + '', () => acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration.ts index 72710507e..5504db44f 100644 --- a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_getCertificateAuthorityRevocationConfigurationCrlConfiguration { // Whether the CRL is publicly readable or privately held in the CRL Amazon S3 bucket. @@ -27,40 +27,40 @@ export function acmpca_getCertificateAuthorityRevocationConfigurationCrlConfigur return [ new DynamicUIProps( InputType.String, - "s3ObjectAcl", - "Whether the CRL is publicly readable or privately held in the CRL Amazon S3 bucket.", + 's3ObjectAcl', + 'Whether the CRL is publicly readable or privately held in the CRL Amazon S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customCname", - "Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point.", + 'customCname', + 'Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.", + 'enabled', + 'Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "expirationInDays", - "Number of days until a certificate expires.", + 'expirationInDays', + 'Number of days until a certificate expires.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 bucket that contains the CRL.", + 's3BucketName', + 'Name of the S3 bucket that contains the CRL.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration.ts b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration.ts index 92d0047c7..a6fac0be1 100644 --- a/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration.ts +++ b/src/app/Models/codegen/aws/types/acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface acmpca_getCertificateAuthorityRevocationConfigurationOcspConfiguration { // Boolean value that specifies whether a custom OCSP responder is enabled. @@ -18,16 +18,16 @@ export function acmpca_getCertificateAuthorityRevocationConfigurationOcspConfigu return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean value that specifies whether a custom OCSP responder is enabled.", + 'enabled', + 'Boolean value that specifies whether a custom OCSP responder is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ocspCustomCname", - "A CNAME specifying a customized OCSP domain.", + 'ocspCustomCname', + 'A CNAME specifying a customized OCSP domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_IpAddressType.ts b/src/app/Models/codegen/aws/types/alb_IpAddressType.ts index 38debc259..318cc1f60 100644 --- a/src/app/Models/codegen/aws/types/alb_IpAddressType.ts +++ b/src/app/Models/codegen/aws/types/alb_IpAddressType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_IpAddressType {} diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultAction.ts index 78408c645..a9de04893 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerDefaultActionFixedResponse, alb_ListenerDefaultActionFixedResponse_GetTypes, -} from "./alb_ListenerDefaultActionFixedResponse"; +} from './alb_ListenerDefaultActionFixedResponse'; import { alb_ListenerDefaultActionForward, alb_ListenerDefaultActionForward_GetTypes, -} from "./alb_ListenerDefaultActionForward"; +} from './alb_ListenerDefaultActionForward'; import { alb_ListenerDefaultActionRedirect, alb_ListenerDefaultActionRedirect_GetTypes, -} from "./alb_ListenerDefaultActionRedirect"; +} from './alb_ListenerDefaultActionRedirect'; import { alb_ListenerDefaultActionAuthenticateCognito, alb_ListenerDefaultActionAuthenticateCognito_GetTypes, -} from "./alb_ListenerDefaultActionAuthenticateCognito"; +} from './alb_ListenerDefaultActionAuthenticateCognito'; import { alb_ListenerDefaultActionAuthenticateOidc, alb_ListenerDefaultActionAuthenticateOidc_GetTypes, -} from "./alb_ListenerDefaultActionAuthenticateOidc"; +} from './alb_ListenerDefaultActionAuthenticateOidc'; export interface alb_ListenerDefaultAction { // Configuration block for using Amazon Cognito to authenticate users. Specify only when `type` is `authenticate-cognito`. Detailed below. @@ -75,64 +75,64 @@ export function alb_ListenerDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "order", - "Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.", + 'order', + 'Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redirect", - "Configuration block for creating a redirect action. Required if `type` is `redirect`. Detailed below.", + 'redirect', + 'Configuration block for creating a redirect action. Required if `type` is `redirect`. Detailed below.', () => alb_ListenerDefaultActionRedirect_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.", + 'targetGroupArn', + 'ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.\n\nThe following arguments are optional:", + 'type', + 'Type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "authenticateCognito", - "Configuration block for using Amazon Cognito to authenticate users. Specify only when `type` is `authenticate-cognito`. Detailed below.", + 'authenticateCognito', + 'Configuration block for using Amazon Cognito to authenticate users. Specify only when `type` is `authenticate-cognito`. Detailed below.', () => alb_ListenerDefaultActionAuthenticateCognito_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticateOidc", - "Configuration block for an identity provider that is compliant with OpenID Connect (OIDC). Specify only when `type` is `authenticate-oidc`. Detailed below.", + 'authenticateOidc', + 'Configuration block for an identity provider that is compliant with OpenID Connect (OIDC). Specify only when `type` is `authenticate-oidc`. Detailed below.', () => alb_ListenerDefaultActionAuthenticateOidc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fixedResponse", - "Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.", + 'fixedResponse', + 'Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.', () => alb_ListenerDefaultActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forward", - "Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.\nDetailed below.", + 'forward', + 'Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.\nDetailed below.', () => alb_ListenerDefaultActionForward_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateCognito.ts index a5ae2d780..48aca9bfb 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionAuthenticateCognito { // Query parameters to include in the redirect request to the authorization endpoint. Max: 10. Detailed below. @@ -40,64 +40,64 @@ export function alb_ListenerDefaultActionAuthenticateCognito_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "Query parameters to include in the redirect request to the authorization endpoint. Max: 10. Detailed below.", + 'authenticationRequestExtraParams', + 'Query parameters to include in the redirect request to the authorization endpoint. Max: 10. Detailed below.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "Behavior if the user is not authenticated. Valid values are `deny`, `allow` and `authenticate`.", + 'onUnauthenticatedRequest', + 'Behavior if the user is not authenticated. Valid values are `deny`, `allow` and `authenticate`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scope", - "Set of user claims to be requested from the IdP.", + 'scope', + 'Set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "Name of the cookie used to maintain session information.", + 'sessionCookieName', + 'Name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'Maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "ARN of the Cognito user pool.", + 'userPoolArn', + 'ARN of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "ID of the Cognito user pool client.", + 'userPoolClientId', + 'ID of the Cognito user pool client.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolDomain", - "Domain prefix or fully-qualified domain name of the Cognito user pool.\n\nThe following arguments are optional:", + 'userPoolDomain', + 'Domain prefix or fully-qualified domain name of the Cognito user pool.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateOidc.ts index e5c13122e..b7a6cd003 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionAuthenticateOidc { // Authorization endpoint of the IdP. @@ -49,88 +49,88 @@ export function alb_ListenerDefaultActionAuthenticateOidc_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "clientId", - "OAuth 2.0 client identifier.", + 'clientId', + 'OAuth 2.0 client identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "Behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'Behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "OAuth 2.0 client secret.", + 'clientSecret', + 'OAuth 2.0 client secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "OIDC issuer identifier of the IdP.", + 'issuer', + 'OIDC issuer identifier of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Set of user claims to be requested from the IdP.", + 'scope', + 'Set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "Name of the cookie used to maintain session information.", + 'sessionCookieName', + 'Name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "User info endpoint of the IdP.\n\nThe following arguments are optional:", + 'userInfoEndpoint', + 'User info endpoint of the IdP.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "Authorization endpoint of the IdP.", + 'authorizationEndpoint', + 'Authorization endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'Maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "Query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'Query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "Token endpoint of the IdP.", + 'tokenEndpoint', + 'Token endpoint of the IdP.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionFixedResponse.ts index 82d0ec3be..666bca09b 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionFixedResponse { // Message body. @@ -25,24 +25,24 @@ export function alb_ListenerDefaultActionFixedResponse_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "messageBody", - "Message body.", + 'messageBody', + 'Message body.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.", + 'statusCode', + 'HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentType", - "Content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.\n\nThe following arguments are optional:", + 'contentType', + 'Content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForward.ts index 26d3656c8..b875a8262 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerDefaultActionForwardStickiness, alb_ListenerDefaultActionForwardStickiness_GetTypes, -} from "./alb_ListenerDefaultActionForwardStickiness"; +} from './alb_ListenerDefaultActionForwardStickiness'; import { alb_ListenerDefaultActionForwardTargetGroup, alb_ListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./alb_ListenerDefaultActionForwardTargetGroup"; +} from './alb_ListenerDefaultActionForwardTargetGroup'; export interface alb_ListenerDefaultActionForward { // Configuration block for target group stickiness for the rule. Detailed below. @@ -30,16 +30,16 @@ export function alb_ListenerDefaultActionForward_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "stickiness", - "Configuration block for target group stickiness for the rule. Detailed below.", + 'stickiness', + 'Configuration block for target group stickiness for the rule. Detailed below.', () => alb_ListenerDefaultActionForwardStickiness_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetGroups", - "Set of 1-5 target group blocks. Detailed below.\n\nThe following arguments are optional:", + 'targetGroups', + 'Set of 1-5 target group blocks. Detailed below.\n\nThe following arguments are optional:', () => alb_ListenerDefaultActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardStickiness.ts index 05dfd5e6c..8370ea145 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionForwardStickiness { // Whether target group stickiness is enabled. Default is `false`. @@ -22,16 +22,16 @@ export function alb_ListenerDefaultActionForwardStickiness_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "duration", - "Time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n\nThe following arguments are optional:", + 'duration', + 'Time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether target group stickiness is enabled. Default is `false`.", + 'enabled', + 'Whether target group stickiness is enabled. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardTargetGroup.ts index 38b1f6dcc..e7c026db5 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionForwardTargetGroup { /* @@ -22,16 +22,16 @@ export function alb_ListenerDefaultActionForwardTargetGroup_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "weight", - "Weight. The range is 0 to 999.", + 'weight', + 'Weight. The range is 0 to 999.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the target group.\n\nThe following arguments are optional:", + 'arn', + 'ARN of the target group.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionRedirect.ts b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionRedirect.ts index ecb71fefc..1edb78424 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerDefaultActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerDefaultActionRedirect { // Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`. @@ -34,15 +34,15 @@ export function alb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.", + 'protocol', + 'Protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "query", + 'query', 'Query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading "?". Defaults to `#{query}`.', () => [], false, @@ -50,23 +50,23 @@ export function alb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).\n\nThe following arguments are optional:", + 'statusCode', + 'HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.", + 'host', + 'Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", + 'path', 'Absolute path, starting with the leading "/". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}. Defaults to `/#{path}`.', () => [], false, @@ -74,8 +74,8 @@ export function alb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "port", - "Port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.", + 'port', + 'Port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerMutualAuthentication.ts b/src/app/Models/codegen/aws/types/alb_ListenerMutualAuthentication.ts index 8032f48bf..d61ae9dcd 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerMutualAuthentication.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerMutualAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerMutualAuthentication { // Whether client certificate expiry is ignored. Default is `false`. @@ -21,24 +21,24 @@ export function alb_ListenerMutualAuthentication_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "ignoreClientCertificateExpiry", - "Whether client certificate expiry is ignored. Default is `false`.", + 'ignoreClientCertificateExpiry', + 'Whether client certificate expiry is ignored. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Valid values are `off`, `verify` and `passthrough`.", + 'mode', + 'Valid values are `off`, `verify` and `passthrough`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trustStoreArn", - "ARN of the elbv2 Trust Store.", + 'trustStoreArn', + 'ARN of the elbv2 Trust Store.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleAction.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleAction.ts index 68650b818..41cfc2b3a 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleAction.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerRuleActionFixedResponse, alb_ListenerRuleActionFixedResponse_GetTypes, -} from "./alb_ListenerRuleActionFixedResponse"; +} from './alb_ListenerRuleActionFixedResponse'; import { alb_ListenerRuleActionForward, alb_ListenerRuleActionForward_GetTypes, -} from "./alb_ListenerRuleActionForward"; +} from './alb_ListenerRuleActionForward'; import { alb_ListenerRuleActionRedirect, alb_ListenerRuleActionRedirect_GetTypes, -} from "./alb_ListenerRuleActionRedirect"; +} from './alb_ListenerRuleActionRedirect'; import { alb_ListenerRuleActionAuthenticateCognito, alb_ListenerRuleActionAuthenticateCognito_GetTypes, -} from "./alb_ListenerRuleActionAuthenticateCognito"; +} from './alb_ListenerRuleActionAuthenticateCognito'; import { alb_ListenerRuleActionAuthenticateOidc, alb_ListenerRuleActionAuthenticateOidc_GetTypes, -} from "./alb_ListenerRuleActionAuthenticateOidc"; +} from './alb_ListenerRuleActionAuthenticateOidc'; export interface alb_ListenerRuleAction { // Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`. @@ -70,64 +70,64 @@ export function alb_ListenerRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetGroupArn", - "ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.", + 'targetGroupArn', + 'ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.", + 'type', + 'The type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "authenticateCognito", - "Information for creating an authenticate action using Cognito. Required if `type` is `authenticate-cognito`.", + 'authenticateCognito', + 'Information for creating an authenticate action using Cognito. Required if `type` is `authenticate-cognito`.', () => alb_ListenerRuleActionAuthenticateCognito_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticateOidc", - "Information for creating an authenticate action using OIDC. Required if `type` is `authenticate-oidc`.", + 'authenticateOidc', + 'Information for creating an authenticate action using OIDC. Required if `type` is `authenticate-oidc`.', () => alb_ListenerRuleActionAuthenticateOidc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fixedResponse", - "Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.", + 'fixedResponse', + 'Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.', () => alb_ListenerRuleActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forward", - "Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.", + 'forward', + 'Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.', () => alb_ListenerRuleActionForward_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "order", - "Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.", + 'order', + 'Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redirect", - "Information for creating a redirect action. Required if `type` is `redirect`.", + 'redirect', + 'Information for creating a redirect action. Required if `type` is `redirect`.', () => alb_ListenerRuleActionRedirect_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateCognito.ts index 6cf3815a9..9db3db069 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionAuthenticateCognito { // The name of the cookie used to maintain session information. @@ -36,64 +36,64 @@ export function alb_ListenerRuleActionAuthenticateCognito_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scope", - "The set of user claims to be requested from the IdP.", + 'scope', + 'The set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "The name of the cookie used to maintain session information.", + 'sessionCookieName', + 'The name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "The maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'The maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "The ARN of the Cognito user pool.", + 'userPoolArn', + 'The ARN of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "The ID of the Cognito user pool client.", + 'userPoolClientId', + 'The ID of the Cognito user pool client.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolDomain", - "The domain prefix or fully-qualified domain name of the Cognito user pool.", + 'userPoolDomain', + 'The domain prefix or fully-qualified domain name of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "The query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'The query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateOidc.ts index 908df502d..b7d579476 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionAuthenticateOidc { // The query parameters to include in the redirect request to the authorization endpoint. Max: 10. @@ -45,88 +45,88 @@ export function alb_ListenerRuleActionAuthenticateOidc_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "sessionTimeout", - "The maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'The maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "The user info endpoint of the IdP.", + 'userInfoEndpoint', + 'The user info endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "The query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'The query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "The authorization endpoint of the IdP.", + 'authorizationEndpoint', + 'The authorization endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The OIDC issuer identifier of the IdP.", + 'issuer', + 'The OIDC issuer identifier of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "The name of the cookie used to maintain session information.", + 'sessionCookieName', + 'The name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scope", - "The set of user claims to be requested from the IdP.", + 'scope', + 'The set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "The token endpoint of the IdP.", + 'tokenEndpoint', + 'The token endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientId", - "The OAuth 2.0 client identifier.", + 'clientId', + 'The OAuth 2.0 client identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "The OAuth 2.0 client secret.", + 'clientSecret', + 'The OAuth 2.0 client secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionFixedResponse.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionFixedResponse.ts index 4c5c1a088..1c28cb1d0 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionFixedResponse { // The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`. @@ -21,24 +21,24 @@ export function alb_ListenerRuleActionFixedResponse_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "contentType", - "The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.", + 'contentType', + 'The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageBody", - "The message body.", + 'messageBody', + 'The message body.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "The HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.", + 'statusCode', + 'The HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForward.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForward.ts index aa0ea93c5..6ee426754 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForward.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerRuleActionForwardStickiness, alb_ListenerRuleActionForwardStickiness_GetTypes, -} from "./alb_ListenerRuleActionForwardStickiness"; +} from './alb_ListenerRuleActionForwardStickiness'; import { alb_ListenerRuleActionForwardTargetGroup, alb_ListenerRuleActionForwardTargetGroup_GetTypes, -} from "./alb_ListenerRuleActionForwardTargetGroup"; +} from './alb_ListenerRuleActionForwardTargetGroup'; export interface alb_ListenerRuleActionForward { // The target group stickiness for the rule. @@ -26,16 +26,16 @@ export function alb_ListenerRuleActionForward_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "stickiness", - "The target group stickiness for the rule.", + 'stickiness', + 'The target group stickiness for the rule.', () => alb_ListenerRuleActionForwardStickiness_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetGroups", - "One or more target groups block.", + 'targetGroups', + 'One or more target groups block.', () => alb_ListenerRuleActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardStickiness.ts index 4654de16a..5263fda2a 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionForwardStickiness { // The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). @@ -18,16 +18,16 @@ export function alb_ListenerRuleActionForwardStickiness_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "duration", - "The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", + 'duration', + 'The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether target group stickiness is enabled.", + 'enabled', + 'Indicates whether target group stickiness is enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardTargetGroup.ts index 44420784a..cafff5eef 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionForwardTargetGroup { // The Amazon Resource Name (ARN) of the target group. @@ -18,16 +18,16 @@ export function alb_ListenerRuleActionForwardTargetGroup_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the target group.", + 'arn', + 'The Amazon Resource Name (ARN) of the target group.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The weight. The range is 0 to 999.", + 'weight', + 'The weight. The range is 0 to 999.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionRedirect.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionRedirect.ts index adcf5994b..8aac5b46d 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleActionRedirect { // The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`). @@ -30,23 +30,23 @@ export function alb_ListenerRuleActionRedirect_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "statusCode", - "The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).", + 'statusCode', + 'The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.", + 'host', + 'The hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", + 'path', 'The absolute path, starting with the leading "/". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}. Defaults to `/#{path}`.', () => [], false, @@ -54,23 +54,23 @@ export function alb_ListenerRuleActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "port", - "The port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.", + 'port', + 'The port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.", + 'protocol', + 'The protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "query", + 'query', 'The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading "?". Defaults to `#{query}`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleCondition.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleCondition.ts index 07f0dbe13..e8931f7a0 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleCondition.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleCondition.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_ListenerRuleConditionPathPattern, alb_ListenerRuleConditionPathPattern_GetTypes, -} from "./alb_ListenerRuleConditionPathPattern"; +} from './alb_ListenerRuleConditionPathPattern'; import { alb_ListenerRuleConditionQueryString, alb_ListenerRuleConditionQueryString_GetTypes, -} from "./alb_ListenerRuleConditionQueryString"; +} from './alb_ListenerRuleConditionQueryString'; import { alb_ListenerRuleConditionSourceIp, alb_ListenerRuleConditionSourceIp_GetTypes, -} from "./alb_ListenerRuleConditionSourceIp"; +} from './alb_ListenerRuleConditionSourceIp'; import { alb_ListenerRuleConditionHostHeader, alb_ListenerRuleConditionHostHeader_GetTypes, -} from "./alb_ListenerRuleConditionHostHeader"; +} from './alb_ListenerRuleConditionHostHeader'; import { alb_ListenerRuleConditionHttpHeader, alb_ListenerRuleConditionHttpHeader_GetTypes, -} from "./alb_ListenerRuleConditionHttpHeader"; +} from './alb_ListenerRuleConditionHttpHeader'; import { alb_ListenerRuleConditionHttpRequestMethod, alb_ListenerRuleConditionHttpRequestMethod_GetTypes, -} from "./alb_ListenerRuleConditionHttpRequestMethod"; +} from './alb_ListenerRuleConditionHttpRequestMethod'; export interface alb_ListenerRuleCondition { // Contains a single `values` item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: - (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. @@ -58,48 +58,48 @@ export function alb_ListenerRuleCondition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "httpRequestMethod", - "Contains a single `values` item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.", + 'httpRequestMethod', + 'Contains a single `values` item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.', () => alb_ListenerRuleConditionHttpRequestMethod_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "pathPattern", - "Contains a single `values` item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a `query_string` condition.", + 'pathPattern', + 'Contains a single `values` item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a `query_string` condition.', () => alb_ListenerRuleConditionPathPattern_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "queryStrings", - "Query strings to match. Query String block fields documented below.", + 'queryStrings', + 'Query strings to match. Query String block fields documented below.', () => alb_ListenerRuleConditionQueryString_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceIp", - "Contains a single `values` item which is a list of source IP CIDR notations to match. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. Condition is satisfied if the source IP address of the request matches one of the CIDR blocks. Condition is not satisfied by the addresses in the `X-Forwarded-For` header, use `http_header` condition instead.\n\n> **NOTE::** Exactly one of `host_header`, `http_header`, `http_request_method`, `path_pattern`, `query_string` or `source_ip` must be set per condition.", + 'sourceIp', + 'Contains a single `values` item which is a list of source IP CIDR notations to match. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. Condition is satisfied if the source IP address of the request matches one of the CIDR blocks. Condition is not satisfied by the addresses in the `X-Forwarded-For` header, use `http_header` condition instead.\n\n> **NOTE::** Exactly one of `host_header`, `http_header`, `http_request_method`, `path_pattern`, `query_string` or `source_ip` must be set per condition.', () => alb_ListenerRuleConditionSourceIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "hostHeader", - "Contains a single `values` item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.", + 'hostHeader', + 'Contains a single `values` item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.', () => alb_ListenerRuleConditionHostHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpHeader", - "HTTP headers to match. HTTP Header block fields documented below.", + 'httpHeader', + 'HTTP headers to match. HTTP Header block fields documented below.', () => alb_ListenerRuleConditionHttpHeader_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHostHeader.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHostHeader.ts index f9c1dadb6..61301109d 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHostHeader.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHostHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionHostHeader { // @@ -15,8 +15,8 @@ export function alb_ListenerRuleConditionHostHeader_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpHeader.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpHeader.ts index 2a8afec14..c18e81b3d 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpHeader.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionHttpHeader { // Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead. @@ -18,16 +18,16 @@ export function alb_ListenerRuleConditionHttpHeader_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "httpHeaderName", - "Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead.", + 'httpHeaderName', + 'Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.", + 'values', + 'List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpRequestMethod.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpRequestMethod.ts index 8ee62a9a1..415248d36 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpRequestMethod.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionHttpRequestMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionHttpRequestMethod { // @@ -15,8 +15,8 @@ export function alb_ListenerRuleConditionHttpRequestMethod_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionPathPattern.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionPathPattern.ts index 90d391b8c..fa35bf5c0 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionPathPattern.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionPathPattern.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionPathPattern { // @@ -15,8 +15,8 @@ export function alb_ListenerRuleConditionPathPattern_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionQueryString.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionQueryString.ts index b186df621..9fda9f1a7 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionQueryString.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionQueryString { // Query string key pattern to match. @@ -18,16 +18,16 @@ export function alb_ListenerRuleConditionQueryString_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "key", - "Query string key pattern to match.", + 'key', + 'Query string key pattern to match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Query string value pattern to match.", + 'value', + 'Query string value pattern to match.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionSourceIp.ts b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionSourceIp.ts index 91870b680..de7dd0f7c 100644 --- a/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionSourceIp.ts +++ b/src/app/Models/codegen/aws/types/alb_ListenerRuleConditionSourceIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_ListenerRuleConditionSourceIp { // @@ -15,8 +15,8 @@ export function alb_ListenerRuleConditionSourceIp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_LoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/alb_LoadBalancerAccessLogs.ts index d183d7edd..52498ce4c 100644 --- a/src/app/Models/codegen/aws/types/alb_LoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/alb_LoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_LoadBalancerAccessLogs { // S3 bucket prefix. Logs are stored in the root if not configured. @@ -21,24 +21,24 @@ export function alb_LoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "prefix", - "S3 bucket prefix. Logs are stored in the root if not configured.", + 'prefix', + 'S3 bucket prefix. Logs are stored in the root if not configured.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "S3 bucket name to store the logs in.", + 'bucket', + 'S3 bucket name to store the logs in.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `access_logs`. Defaults to `false`, even when `bucket` is specified.", + 'enabled', + 'Boolean to enable / disable `access_logs`. Defaults to `false`, even when `bucket` is specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_LoadBalancerConnectionLogs.ts b/src/app/Models/codegen/aws/types/alb_LoadBalancerConnectionLogs.ts index fcc6b2f75..5d2b76612 100644 --- a/src/app/Models/codegen/aws/types/alb_LoadBalancerConnectionLogs.ts +++ b/src/app/Models/codegen/aws/types/alb_LoadBalancerConnectionLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_LoadBalancerConnectionLogs { // S3 bucket name to store the logs in. @@ -21,24 +21,24 @@ export function alb_LoadBalancerConnectionLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "S3 bucket name to store the logs in.", + 'bucket', + 'S3 bucket name to store the logs in.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `connection_logs`. Defaults to `false`, even when `bucket` is specified.", + 'enabled', + 'Boolean to enable / disable `connection_logs`. Defaults to `false`, even when `bucket` is specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "S3 bucket prefix. Logs are stored in the root if not configured.", + 'prefix', + 'S3 bucket prefix. Logs are stored in the root if not configured.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_LoadBalancerSubnetMapping.ts b/src/app/Models/codegen/aws/types/alb_LoadBalancerSubnetMapping.ts index f0e81399a..89674c718 100644 --- a/src/app/Models/codegen/aws/types/alb_LoadBalancerSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/alb_LoadBalancerSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_LoadBalancerSubnetMapping { // IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers. @@ -27,40 +27,40 @@ export function alb_LoadBalancerSubnetMapping_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipv6Address", - "IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.", + 'ipv6Address', + 'IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outpostId", - "", + 'outpostId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateIpv4Address", - "Private IPv4 address for an internal load balancer.", + 'privateIpv4Address', + 'Private IPv4 address for an internal load balancer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.", + 'subnetId', + 'ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "allocationId", - "Allocation ID of the Elastic IP address for an internet-facing load balancer.", + 'allocationId', + 'Allocation ID of the Elastic IP address for an internet-facing load balancer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_LoadBalancerType.ts b/src/app/Models/codegen/aws/types/alb_LoadBalancerType.ts index 6bb48673a..696d54e9c 100644 --- a/src/app/Models/codegen/aws/types/alb_LoadBalancerType.ts +++ b/src/app/Models/codegen/aws/types/alb_LoadBalancerType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_LoadBalancerType {} diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupHealthCheck.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupHealthCheck.ts index 77d5e8df3..d102cc962 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupHealthCheck { // Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3. @@ -61,7 +61,7 @@ export function alb_TargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "matcher", + 'matcher', 'The HTTP or gRPC codes to use when checking for a successful response from a target.\nThe `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`.\nValues can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299").\n* For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`.\n* When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`.\n* When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.\n* When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`.', () => [], false, @@ -69,64 +69,64 @@ export function alb_TargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether health checks are enabled. Defaults to `true`.", + 'enabled', + 'Whether health checks are enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.", + 'timeout', + 'Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3.", + 'healthyThreshold', + 'Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "interval", - "Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30.", + 'interval', + 'Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.", + 'protocol', + 'Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3.", + 'unhealthyThreshold', + 'Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.", + 'path', + 'Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "port", - "The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.", + 'port', + 'The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupStickiness.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupStickiness.ts index 771e799d2..3fb7fc131 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupStickiness.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupStickiness { // Only used when the type is `lb_cookie`. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). @@ -24,32 +24,32 @@ export function alb_TargetGroupStickiness_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "cookieDuration", - "Only used when the type is `lb_cookie`. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).", + 'cookieDuration', + 'Only used when the type is `lb_cookie`. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cookieName", - "Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is `app_cookie`.", + 'cookieName', + 'Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is `app_cookie`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `stickiness`. Default is `true`.", + 'enabled', + 'Boolean to enable / disable `stickiness`. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of sticky sessions. The only current possible values are `lb_cookie`, `app_cookie` for ALBs, `source_ip` for NLBs, and `source_ip_dest_ip`, `source_ip_dest_ip_proto` for GWLBs.", + 'type', + 'The type of sticky sessions. The only current possible values are `lb_cookie`, `app_cookie` for ALBs, `source_ip` for NLBs, and `source_ip_dest_ip`, `source_ip_dest_ip_proto` for GWLBs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetFailover.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetFailover.ts index 6ed60d312..4cc2120ee 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetFailover.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetFailover.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupTargetFailover { // Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`. @@ -18,16 +18,16 @@ export function alb_TargetGroupTargetFailover_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "onDeregistration", - "Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`.", + 'onDeregistration', + 'Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onUnhealthy", - "Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`.", + 'onUnhealthy', + 'Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealth.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealth.ts index 446a0a5a4..a33fa1125 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealth.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealth.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_TargetGroupTargetGroupHealthDnsFailover, alb_TargetGroupTargetGroupHealthDnsFailover_GetTypes, -} from "./alb_TargetGroupTargetGroupHealthDnsFailover"; +} from './alb_TargetGroupTargetGroupHealthDnsFailover'; import { alb_TargetGroupTargetGroupHealthUnhealthyStateRouting, alb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes, -} from "./alb_TargetGroupTargetGroupHealthUnhealthyStateRouting"; +} from './alb_TargetGroupTargetGroupHealthUnhealthyStateRouting'; export interface alb_TargetGroupTargetGroupHealth { // Block to configure DNS Failover requirements. See DNS Failover below for details on attributes. @@ -26,16 +26,16 @@ export function alb_TargetGroupTargetGroupHealth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dnsFailover", - "Block to configure DNS Failover requirements. See DNS Failover below for details on attributes.", + 'dnsFailover', + 'Block to configure DNS Failover requirements. See DNS Failover below for details on attributes.', () => alb_TargetGroupTargetGroupHealthDnsFailover_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "unhealthyStateRouting", - "Block to configure Unhealthy State Routing requirements. See Unhealthy State Routing below for details on attributes.", + 'unhealthyStateRouting', + 'Block to configure Unhealthy State Routing requirements. See Unhealthy State Routing below for details on attributes.', () => alb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthDnsFailover.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthDnsFailover.ts index 62377ce84..c988224b2 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthDnsFailover.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthDnsFailover.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupTargetGroupHealthDnsFailover { // The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`. @@ -18,16 +18,16 @@ export function alb_TargetGroupTargetGroupHealthDnsFailover_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "minimumHealthyTargetsCount", - "The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`.", + 'minimumHealthyTargetsCount', + 'The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minimumHealthyTargetsPercentage", - "The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to `100`. The default is `off`.", + 'minimumHealthyTargetsPercentage', + 'The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to `100`. The default is `off`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts index 8bdfdc53c..930999f82 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupTargetGroupHealthUnhealthyStateRouting { // The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `1` to the maximum number of targets. The default is `1`. @@ -18,16 +18,16 @@ export function alb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes() return [ new DynamicUIProps( InputType.Number, - "minimumHealthyTargetsCount", - "The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `1` to the maximum number of targets. The default is `1`.", + 'minimumHealthyTargetsCount', + 'The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `1` to the maximum number of targets. The default is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minimumHealthyTargetsPercentage", - "The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from `1` to `100`. The default is `off`.", + 'minimumHealthyTargetsPercentage', + 'The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from `1` to `100`. The default is `off`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetHealthState.ts b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetHealthState.ts index 7a85a1d5c..f02c3af9a 100644 --- a/src/app/Models/codegen/aws/types/alb_TargetGroupTargetHealthState.ts +++ b/src/app/Models/codegen/aws/types/alb_TargetGroupTargetHealthState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_TargetGroupTargetHealthState { // Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`. @@ -18,16 +18,16 @@ export function alb_TargetGroupTargetHealthState_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enableUnhealthyConnectionTermination", - "Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`.", + 'enableUnhealthyConnectionTermination', + 'Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyDrainingInterval", - "Indicates the time to wait for in-flight requests to complete when a target becomes unhealthy. The range is `0-360000`. This value has to be set only if `enable_unhealthy_connection_termination` is set to false. Default: `0`.", + 'unhealthyDrainingInterval', + 'Indicates the time to wait for in-flight requests to complete when a target becomes unhealthy. The range is `0-360000`. This value has to be set only if `enable_unhealthy_connection_termination` is set to false. Default: `0`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultAction.ts index e98fde40c..7def425a6 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_getListenerDefaultActionAuthenticateOidc, alb_getListenerDefaultActionAuthenticateOidc_GetTypes, -} from "./alb_getListenerDefaultActionAuthenticateOidc"; +} from './alb_getListenerDefaultActionAuthenticateOidc'; import { alb_getListenerDefaultActionFixedResponse, alb_getListenerDefaultActionFixedResponse_GetTypes, -} from "./alb_getListenerDefaultActionFixedResponse"; +} from './alb_getListenerDefaultActionFixedResponse'; import { alb_getListenerDefaultActionForward, alb_getListenerDefaultActionForward_GetTypes, -} from "./alb_getListenerDefaultActionForward"; +} from './alb_getListenerDefaultActionForward'; import { alb_getListenerDefaultActionRedirect, alb_getListenerDefaultActionRedirect_GetTypes, -} from "./alb_getListenerDefaultActionRedirect"; +} from './alb_getListenerDefaultActionRedirect'; import { alb_getListenerDefaultActionAuthenticateCognito, alb_getListenerDefaultActionAuthenticateCognito_GetTypes, -} from "./alb_getListenerDefaultActionAuthenticateCognito"; +} from './alb_getListenerDefaultActionAuthenticateCognito'; export interface alb_getListenerDefaultAction { // @@ -56,53 +56,53 @@ export function alb_getListenerDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "redirects", - "", + 'redirects', + '', () => alb_getListenerDefaultActionRedirect_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "", + 'targetGroupArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "authenticateCognitos", - "", + 'authenticateCognitos', + '', () => alb_getListenerDefaultActionAuthenticateCognito_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "authenticateOidcs", - "", + 'authenticateOidcs', + '', () => alb_getListenerDefaultActionAuthenticateOidc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "fixedResponses", - "", + 'fixedResponses', + '', () => alb_getListenerDefaultActionFixedResponse_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "forwards", - "", + 'forwards', + '', () => alb_getListenerDefaultActionForward_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "order", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'order', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateCognito.ts index 0bbc59884..48ab6e6e0 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionAuthenticateCognito { // @@ -36,57 +36,57 @@ export function alb_getListenerDefaultActionAuthenticateCognito_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "", + 'onUnauthenticatedRequest', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "scope", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scope', '', () => [], true, false), new DynamicUIProps( InputType.String, - "sessionCookieName", - "", + 'sessionCookieName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "", + 'sessionTimeout', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "", + 'userPoolArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "", + 'userPoolClientId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolDomain", - "", + 'userPoolDomain', + '', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "", + 'authenticationRequestExtraParams', + '', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateOidc.ts index 405669451..1ee2bbde8 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionAuthenticateOidc { // @@ -45,67 +45,67 @@ export function alb_getListenerDefaultActionAuthenticateOidc_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "", + 'userInfoEndpoint', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), - new DynamicUIProps(InputType.String, "issuer", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'issuer', '', () => [], true, false), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "", + 'authenticationRequestExtraParams', + '', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "", + 'sessionTimeout', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "", + 'tokenEndpoint', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "scope", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scope', '', () => [], true, false), new DynamicUIProps( InputType.String, - "sessionCookieName", - "", + 'sessionCookieName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "", + 'onUnauthenticatedRequest', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "", + 'authorizationEndpoint', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionFixedResponse.ts index fead414a7..8223638a9 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionFixedResponse { // @@ -21,24 +21,24 @@ export function alb_getListenerDefaultActionFixedResponse_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "contentType", - "", + 'contentType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageBody", - "", + 'messageBody', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "", + 'statusCode', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForward.ts index 17b7d2ac9..a745513f8 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alb_getListenerDefaultActionForwardTargetGroup, alb_getListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./alb_getListenerDefaultActionForwardTargetGroup"; +} from './alb_getListenerDefaultActionForwardTargetGroup'; import { alb_getListenerDefaultActionForwardStickiness, alb_getListenerDefaultActionForwardStickiness_GetTypes, -} from "./alb_getListenerDefaultActionForwardStickiness"; +} from './alb_getListenerDefaultActionForwardStickiness'; export interface alb_getListenerDefaultActionForward { // @@ -26,16 +26,16 @@ export function alb_getListenerDefaultActionForward_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "targetGroups", - "", + 'targetGroups', + '', () => alb_getListenerDefaultActionForwardTargetGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "stickinesses", - "", + 'stickinesses', + '', () => alb_getListenerDefaultActionForwardStickiness_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardStickiness.ts index 1cde04e38..19c0d928f 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionForwardStickiness { // @@ -16,7 +16,7 @@ export interface alb_getListenerDefaultActionForwardStickiness { export function alb_getListenerDefaultActionForwardStickiness_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "duration", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'duration', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardTargetGroup.ts index 5b51b10ab..4e4d8fa1b 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionForwardTargetGroup { // @@ -16,11 +16,11 @@ export interface alb_getListenerDefaultActionForwardTargetGroup { export function alb_getListenerDefaultActionForwardTargetGroup_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the listener. Required if `load_balancer_arn` and `port` is not set.", + 'arn', + 'ARN of the listener. Required if `load_balancer_arn` and `port` is not set.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionRedirect.ts b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionRedirect.ts index 37a3d4237..554deea9c 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerDefaultActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerDefaultActionRedirect { // @@ -28,22 +28,22 @@ export interface alb_getListenerDefaultActionRedirect { export function alb_getListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "host", "", () => [], true, false), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'host', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), new DynamicUIProps( InputType.String, - "port", - "Port of the listener. Required if `arn` is not set.", + 'port', + 'Port of the listener. Required if `arn` is not set.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), - new DynamicUIProps(InputType.String, "query", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'query', '', () => [], true, false), new DynamicUIProps( InputType.String, - "statusCode", - "", + 'statusCode', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getListenerMutualAuthentication.ts b/src/app/Models/codegen/aws/types/alb_getListenerMutualAuthentication.ts index 59c0339c2..dd1381f20 100644 --- a/src/app/Models/codegen/aws/types/alb_getListenerMutualAuthentication.ts +++ b/src/app/Models/codegen/aws/types/alb_getListenerMutualAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getListenerMutualAuthentication { // @@ -21,17 +21,17 @@ export function alb_getListenerMutualAuthentication_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "ignoreClientCertificateExpiry", - "", + 'ignoreClientCertificateExpiry', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), new DynamicUIProps( InputType.String, - "trustStoreArn", - "", + 'trustStoreArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getLoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/alb_getLoadBalancerAccessLogs.ts index 3cc97c11d..49696d9e7 100644 --- a/src/app/Models/codegen/aws/types/alb_getLoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/alb_getLoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getLoadBalancerAccessLogs { // @@ -19,8 +19,8 @@ export interface alb_getLoadBalancerAccessLogs { export function alb_getLoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/alb_getLoadBalancerConnectionLog.ts b/src/app/Models/codegen/aws/types/alb_getLoadBalancerConnectionLog.ts index 757182ee9..ee669fc4e 100644 --- a/src/app/Models/codegen/aws/types/alb_getLoadBalancerConnectionLog.ts +++ b/src/app/Models/codegen/aws/types/alb_getLoadBalancerConnectionLog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getLoadBalancerConnectionLog { // @@ -19,8 +19,8 @@ export interface alb_getLoadBalancerConnectionLog { export function alb_getLoadBalancerConnectionLog_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/alb_getLoadBalancerSubnetMapping.ts b/src/app/Models/codegen/aws/types/alb_getLoadBalancerSubnetMapping.ts index 0467d9891..8c74d2e9b 100644 --- a/src/app/Models/codegen/aws/types/alb_getLoadBalancerSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/alb_getLoadBalancerSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getLoadBalancerSubnetMapping { // @@ -27,33 +27,33 @@ export function alb_getLoadBalancerSubnetMapping_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "outpostId", - "", + 'outpostId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateIpv4Address", - "", + 'privateIpv4Address', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "subnetId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'subnetId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "allocationId", - "", + 'allocationId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipv6Address", - "", + 'ipv6Address', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getTargetGroupHealthCheck.ts b/src/app/Models/codegen/aws/types/alb_getTargetGroupHealthCheck.ts index 10ccaee93..21e5b8328 100644 --- a/src/app/Models/codegen/aws/types/alb_getTargetGroupHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/alb_getTargetGroupHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getTargetGroupHealthCheck { // @@ -37,25 +37,25 @@ export interface alb_getTargetGroupHealthCheck { export function alb_getTargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "matcher", "", () => [], true, false), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "timeout", "", () => [], true, false), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'matcher', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'timeout', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "", + 'healthyThreshold', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "port", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "", + 'unhealthyThreshold', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/alb_getTargetGroupStickiness.ts b/src/app/Models/codegen/aws/types/alb_getTargetGroupStickiness.ts index e5b0be21f..4c7a76414 100644 --- a/src/app/Models/codegen/aws/types/alb_getTargetGroupStickiness.ts +++ b/src/app/Models/codegen/aws/types/alb_getTargetGroupStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface alb_getTargetGroupStickiness { // @@ -22,23 +22,23 @@ export interface alb_getTargetGroupStickiness { export function alb_getTargetGroupStickiness_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "cookieDuration", - "", + 'cookieDuration', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cookieName", - "", + 'cookieName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/amp_ScraperDestination.ts b/src/app/Models/codegen/aws/types/amp_ScraperDestination.ts index c035cd3cb..10b727f0a 100644 --- a/src/app/Models/codegen/aws/types/amp_ScraperDestination.ts +++ b/src/app/Models/codegen/aws/types/amp_ScraperDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amp_ScraperDestinationAmp, amp_ScraperDestinationAmp_GetTypes, -} from "./amp_ScraperDestinationAmp"; +} from './amp_ScraperDestinationAmp'; export interface amp_ScraperDestination { // Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`. @@ -19,8 +19,8 @@ export function amp_ScraperDestination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "amp", - "Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`.", + 'amp', + 'Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`.', () => amp_ScraperDestinationAmp_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/amp_ScraperDestinationAmp.ts b/src/app/Models/codegen/aws/types/amp_ScraperDestinationAmp.ts index cabbf9896..9e2914a0f 100644 --- a/src/app/Models/codegen/aws/types/amp_ScraperDestinationAmp.ts +++ b/src/app/Models/codegen/aws/types/amp_ScraperDestinationAmp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amp_ScraperDestinationAmp { // The Amazon Resource Name (ARN) of the prometheus workspace. @@ -15,8 +15,8 @@ export function amp_ScraperDestinationAmp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "workspaceArn", - "The Amazon Resource Name (ARN) of the prometheus workspace.", + 'workspaceArn', + 'The Amazon Resource Name (ARN) of the prometheus workspace.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/amp_ScraperSource.ts b/src/app/Models/codegen/aws/types/amp_ScraperSource.ts index e5f6b1070..cbd97a4be 100644 --- a/src/app/Models/codegen/aws/types/amp_ScraperSource.ts +++ b/src/app/Models/codegen/aws/types/amp_ScraperSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { amp_ScraperSourceEks, amp_ScraperSourceEks_GetTypes, -} from "./amp_ScraperSourceEks"; +} from './amp_ScraperSourceEks'; export interface amp_ScraperSource { // Configuration block for an EKS cluster source. See `eks`. @@ -19,8 +19,8 @@ export function amp_ScraperSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "eks", - "Configuration block for an EKS cluster source. See `eks`.", + 'eks', + 'Configuration block for an EKS cluster source. See `eks`.', () => amp_ScraperSourceEks_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/amp_ScraperSourceEks.ts b/src/app/Models/codegen/aws/types/amp_ScraperSourceEks.ts index 696011721..4f394543e 100644 --- a/src/app/Models/codegen/aws/types/amp_ScraperSourceEks.ts +++ b/src/app/Models/codegen/aws/types/amp_ScraperSourceEks.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amp_ScraperSourceEks { // @@ -21,24 +21,24 @@ export function amp_ScraperSourceEks_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet IDs. Must be in at least two different availability zones.", + 'subnetIds', + 'List of subnet IDs. Must be in at least two different availability zones.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "clusterArn", - "", + 'clusterArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of the security group IDs for the Amazon EKS cluster VPC configuration.", + 'securityGroupIds', + 'List of the security group IDs for the Amazon EKS cluster VPC configuration.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/amp_ScraperTimeouts.ts b/src/app/Models/codegen/aws/types/amp_ScraperTimeouts.ts index b87f5a346..fdbde6909 100644 --- a/src/app/Models/codegen/aws/types/amp_ScraperTimeouts.ts +++ b/src/app/Models/codegen/aws/types/amp_ScraperTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amp_ScraperTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function amp_ScraperTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -26,7 +26,7 @@ export function amp_ScraperTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/amp_WorkspaceLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/amp_WorkspaceLoggingConfiguration.ts index b7a1feee9..5f5f5821a 100644 --- a/src/app/Models/codegen/aws/types/amp_WorkspaceLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/amp_WorkspaceLoggingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amp_WorkspaceLoggingConfiguration { // The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist. @@ -15,8 +15,8 @@ export function amp_WorkspaceLoggingConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "logGroupArn", - "The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist.", + 'logGroupArn', + 'The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/amplify_AppAutoBranchCreationConfig.ts b/src/app/Models/codegen/aws/types/amplify_AppAutoBranchCreationConfig.ts index 9ac42fb43..777e71471 100644 --- a/src/app/Models/codegen/aws/types/amplify_AppAutoBranchCreationConfig.ts +++ b/src/app/Models/codegen/aws/types/amplify_AppAutoBranchCreationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amplify_AppAutoBranchCreationConfig { // Basic authorization credentials for the autocreated branch. @@ -42,80 +42,80 @@ export function amplify_AppAutoBranchCreationConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "framework", - "Framework for the autocreated branch.", + 'framework', + 'Framework for the autocreated branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "basicAuthCredentials", - "Basic authorization credentials for the autocreated branch.", + 'basicAuthCredentials', + 'Basic authorization credentials for the autocreated branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "buildSpec", - "Build specification (build spec) for the autocreated branch.", + 'buildSpec', + 'Build specification (build spec) for the autocreated branch.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePerformanceMode", - "Enables performance mode for the branch.", + 'enablePerformanceMode', + 'Enables performance mode for the branch.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enablePullRequestPreview", - "Enables pull request previews for the autocreated branch.", + 'enablePullRequestPreview', + 'Enables pull request previews for the autocreated branch.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "environmentVariables", - "Environment variables for the autocreated branch.", + 'environmentVariables', + 'Environment variables for the autocreated branch.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stage", - "Describes the current stage for the autocreated branch. Valid values: `PRODUCTION`, `BETA`, `DEVELOPMENT`, `EXPERIMENTAL`, `PULL_REQUEST`.", + 'stage', + 'Describes the current stage for the autocreated branch. Valid values: `PRODUCTION`, `BETA`, `DEVELOPMENT`, `EXPERIMENTAL`, `PULL_REQUEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pullRequestEnvironmentName", - "Amplify environment name for the pull request.", + 'pullRequestEnvironmentName', + 'Amplify environment name for the pull request.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableAutoBuild", - "Enables auto building for the autocreated branch.", + 'enableAutoBuild', + 'Enables auto building for the autocreated branch.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableBasicAuth", - "Enables basic authorization for the autocreated branch.", + 'enableBasicAuth', + 'Enables basic authorization for the autocreated branch.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/amplify_AppCustomRule.ts b/src/app/Models/codegen/aws/types/amplify_AppCustomRule.ts index 9fa1c5ea8..c8195129e 100644 --- a/src/app/Models/codegen/aws/types/amplify_AppCustomRule.ts +++ b/src/app/Models/codegen/aws/types/amplify_AppCustomRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amplify_AppCustomRule { // Condition for a URL rewrite or redirect rule, such as a country code. @@ -24,32 +24,32 @@ export function amplify_AppCustomRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "status", - "Status code for a URL rewrite or redirect rule. Valid values: `200`, `301`, `302`, `404`, `404-200`.", + 'status', + 'Status code for a URL rewrite or redirect rule. Valid values: `200`, `301`, `302`, `404`, `404-200`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "target", - "Target pattern for a URL rewrite or redirect rule.", + 'target', + 'Target pattern for a URL rewrite or redirect rule.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "condition", - "Condition for a URL rewrite or redirect rule, such as a country code.", + 'condition', + 'Condition for a URL rewrite or redirect rule, such as a country code.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "source", - "Source pattern for a URL rewrite or redirect rule.", + 'source', + 'Source pattern for a URL rewrite or redirect rule.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/amplify_AppProductionBranch.ts b/src/app/Models/codegen/aws/types/amplify_AppProductionBranch.ts index 463c15240..eb4802a06 100644 --- a/src/app/Models/codegen/aws/types/amplify_AppProductionBranch.ts +++ b/src/app/Models/codegen/aws/types/amplify_AppProductionBranch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amplify_AppProductionBranch { // Branch name for the production branch. @@ -24,32 +24,32 @@ export function amplify_AppProductionBranch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "branchName", - "Branch name for the production branch.", + 'branchName', + 'Branch name for the production branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lastDeployTime", - "Last deploy time of the production branch.", + 'lastDeployTime', + 'Last deploy time of the production branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the production branch.", + 'status', + 'Status of the production branch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "thumbnailUrl", - "Thumbnail URL for the production branch.", + 'thumbnailUrl', + 'Thumbnail URL for the production branch.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/amplify_DomainAssociationCertificateSettings.ts b/src/app/Models/codegen/aws/types/amplify_DomainAssociationCertificateSettings.ts index 2f545fd84..a5abf4534 100644 --- a/src/app/Models/codegen/aws/types/amplify_DomainAssociationCertificateSettings.ts +++ b/src/app/Models/codegen/aws/types/amplify_DomainAssociationCertificateSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amplify_DomainAssociationCertificateSettings { // DNS records for certificate verification in a space-delimited format (` CNAME `). @@ -21,24 +21,24 @@ export function amplify_DomainAssociationCertificateSettings_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "certificateVerificationDnsRecord", - "DNS records for certificate verification in a space-delimited format (` CNAME `).", + 'certificateVerificationDnsRecord', + 'DNS records for certificate verification in a space-delimited format (` CNAME `).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customCertificateArn", - "The Amazon resource name (ARN) for the custom certificate.", + 'customCertificateArn', + 'The Amazon resource name (ARN) for the custom certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The certificate type. Valid values are `AMPLIFY_MANAGED` and `CUSTOM`.", + 'type', + 'The certificate type. Valid values are `AMPLIFY_MANAGED` and `CUSTOM`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/amplify_DomainAssociationSubDomain.ts b/src/app/Models/codegen/aws/types/amplify_DomainAssociationSubDomain.ts index f8a04bcd2..aee437b83 100644 --- a/src/app/Models/codegen/aws/types/amplify_DomainAssociationSubDomain.ts +++ b/src/app/Models/codegen/aws/types/amplify_DomainAssociationSubDomain.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface amplify_DomainAssociationSubDomain { // Prefix setting for the subdomain. @@ -24,32 +24,32 @@ export function amplify_DomainAssociationSubDomain_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "prefix", - "Prefix setting for the subdomain.", + 'prefix', + 'Prefix setting for the subdomain.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "verified", - "Verified status of the subdomain.", + 'verified', + 'Verified status of the subdomain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "branchName", - "Branch name setting for the subdomain.", + 'branchName', + 'Branch name setting for the subdomain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dnsRecord", - "DNS record for the subdomain in a space-prefixed and space-delimited format (` CNAME `).", + 'dnsRecord', + 'DNS record for the subdomain in a space-prefixed and space-delimited format (` CNAME `).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_AccountThrottleSetting.ts b/src/app/Models/codegen/aws/types/apigateway_AccountThrottleSetting.ts index 74a2d3365..e4967b69c 100644 --- a/src/app/Models/codegen/aws/types/apigateway_AccountThrottleSetting.ts +++ b/src/app/Models/codegen/aws/types/apigateway_AccountThrottleSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_AccountThrottleSetting { // Absolute maximum number of times API Gateway allows the API to be called per second (RPS). @@ -18,16 +18,16 @@ export function apigateway_AccountThrottleSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "burstLimit", - "Absolute maximum number of times API Gateway allows the API to be called per second (RPS).", + 'burstLimit', + 'Absolute maximum number of times API Gateway allows the API to be called per second (RPS).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rateLimit", - "Number of times API Gateway allows the API to be called per second on average (RPS).", + 'rateLimit', + 'Number of times API Gateway allows the API to be called per second on average (RPS).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_DeploymentCanarySettings.ts b/src/app/Models/codegen/aws/types/apigateway_DeploymentCanarySettings.ts index 2794c3e06..2ca507bce 100644 --- a/src/app/Models/codegen/aws/types/apigateway_DeploymentCanarySettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_DeploymentCanarySettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_DeploymentCanarySettings { // Percentage (0.0-100.0) of traffic routed to the canary deployment. @@ -21,24 +21,24 @@ export function apigateway_DeploymentCanarySettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "percentTraffic", - "Percentage (0.0-100.0) of traffic routed to the canary deployment.", + 'percentTraffic', + 'Percentage (0.0-100.0) of traffic routed to the canary deployment.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "stageVariableOverrides", - "Stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.", + 'stageVariableOverrides', + 'Stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "useStageCache", - "Boolean flag to indicate whether the canary release deployment uses the stage cache or not.", + 'useStageCache', + 'Boolean flag to indicate whether the canary release deployment uses the stage cache or not.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_DocumentationPartLocation.ts b/src/app/Models/codegen/aws/types/apigateway_DocumentationPartLocation.ts index df3829f30..47062b665 100644 --- a/src/app/Models/codegen/aws/types/apigateway_DocumentationPartLocation.ts +++ b/src/app/Models/codegen/aws/types/apigateway_DocumentationPartLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_DocumentationPartLocation { // URL path of the target. The default value is `/` for the root resource. @@ -27,40 +27,40 @@ export function apigateway_DocumentationPartLocation_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "path", - "URL path of the target. The default value is `/` for the root resource.", + 'path', + 'URL path of the target. The default value is `/` for the root resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP status code of a response. The default value is `*` for any status code.", + 'statusCode', + 'HTTP status code of a response. The default value is `*` for any status code.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of API entity to which the documentation content appliesE.g., `API`, `METHOD` or `REQUEST_BODY`", + 'type', + 'Type of API entity to which the documentation content appliesE.g., `API`, `METHOD` or `REQUEST_BODY`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "method", - "HTTP verb of a method. The default value is `*` for any method.", + 'method', + 'HTTP verb of a method. The default value is `*` for any method.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the targeted API entity.", + 'name', + 'Name of the targeted API entity.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/apigateway_DomainNameEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/apigateway_DomainNameEndpointConfiguration.ts index ba118b729..986053745 100644 --- a/src/app/Models/codegen/aws/types/apigateway_DomainNameEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigateway_DomainNameEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_DomainNameEndpointConfiguration { // List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE` or `REGIONAL`. If unspecified, defaults to `EDGE`. Must be declared as `REGIONAL` in non-Commercial partitions. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs. @@ -15,8 +15,8 @@ export function apigateway_DomainNameEndpointConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "types", - "List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE` or `REGIONAL`. If unspecified, defaults to `EDGE`. Must be declared as `REGIONAL` in non-Commercial partitions. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs.", + 'types', + 'List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE` or `REGIONAL`. If unspecified, defaults to `EDGE`. Must be declared as `REGIONAL` in non-Commercial partitions. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_DomainNameMutualTlsAuthentication.ts b/src/app/Models/codegen/aws/types/apigateway_DomainNameMutualTlsAuthentication.ts index 6d1f75c4e..bf23000c3 100644 --- a/src/app/Models/codegen/aws/types/apigateway_DomainNameMutualTlsAuthentication.ts +++ b/src/app/Models/codegen/aws/types/apigateway_DomainNameMutualTlsAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_DomainNameMutualTlsAuthentication { // Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. @@ -18,16 +18,16 @@ export function apigateway_DomainNameMutualTlsAuthentication_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "truststoreUri", - "Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version.", + 'truststoreUri', + 'Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "truststoreVersion", - "Version of the S3 object that contains the truststore. To specify a version, you must have versioning enabled for the S3 bucket.", + 'truststoreVersion', + 'Version of the S3 object that contains the truststore. To specify a version, you must have versioning enabled for the S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_IntegrationTlsConfig.ts b/src/app/Models/codegen/aws/types/apigateway_IntegrationTlsConfig.ts index c86ad9a85..bbf39e2f1 100644 --- a/src/app/Models/codegen/aws/types/apigateway_IntegrationTlsConfig.ts +++ b/src/app/Models/codegen/aws/types/apigateway_IntegrationTlsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_IntegrationTlsConfig { // Whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a [supported certificate authority](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html). This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for `HTTP` and `HTTP_PROXY` integrations. @@ -15,7 +15,7 @@ export function apigateway_IntegrationTlsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "insecureSkipVerification", + 'insecureSkipVerification', "Whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a [supported certificate authority](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html). This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for `HTTP` and `HTTP_PROXY` integrations.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/apigateway_MethodSettingsSettings.ts b/src/app/Models/codegen/aws/types/apigateway_MethodSettingsSettings.ts index a4bb1feda..c1f29078b 100644 --- a/src/app/Models/codegen/aws/types/apigateway_MethodSettingsSettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_MethodSettingsSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_MethodSettingsSettings { // Throttling rate limit. Default: `-1` (throttling disabled). @@ -42,80 +42,80 @@ export function apigateway_MethodSettingsSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "requireAuthorizationForCacheControl", - "Whether authorization is required for a cache invalidation request.", + 'requireAuthorizationForCacheControl', + 'Whether authorization is required for a cache invalidation request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loggingLevel", - "Logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs. The available levels are `OFF`, `ERROR`, and `INFO`.", + 'loggingLevel', + 'Logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs. The available levels are `OFF`, `ERROR`, and `INFO`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "unauthorizedCacheControlHeaderStrategy", - "How to handle unauthorized requests for cache invalidation. The available values are `FAIL_WITH_403`, `SUCCEED_WITH_RESPONSE_HEADER`, `SUCCEED_WITHOUT_RESPONSE_HEADER`.", + 'unauthorizedCacheControlHeaderStrategy', + 'How to handle unauthorized requests for cache invalidation. The available values are `FAIL_WITH_403`, `SUCCEED_WITH_RESPONSE_HEADER`, `SUCCEED_WITHOUT_RESPONSE_HEADER`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cacheTtlInSeconds", - "Time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.", + 'cacheTtlInSeconds', + 'Time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cachingEnabled", - "Whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.", + 'cachingEnabled', + 'Whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dataTraceEnabled", - "Whether data trace logging is enabled for this method, which effects the log entries pushed to Amazon CloudWatch Logs.", + 'dataTraceEnabled', + 'Whether data trace logging is enabled for this method, which effects the log entries pushed to Amazon CloudWatch Logs.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throttlingRateLimit", - "Throttling rate limit. Default: `-1` (throttling disabled).", + 'throttlingRateLimit', + 'Throttling rate limit. Default: `-1` (throttling disabled).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throttlingBurstLimit", - "Throttling burst limit. Default: `-1` (throttling disabled).", + 'throttlingBurstLimit', + 'Throttling burst limit. Default: `-1` (throttling disabled).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "metricsEnabled", - "Whether Amazon CloudWatch metrics are enabled for this method.", + 'metricsEnabled', + 'Whether Amazon CloudWatch metrics are enabled for this method.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cacheDataEncrypted", - "Whether the cached responses are encrypted.", + 'cacheDataEncrypted', + 'Whether the cached responses are encrypted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_RestApiEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/apigateway_RestApiEndpointConfiguration.ts index 352b67adf..a779f405c 100644 --- a/src/app/Models/codegen/aws/types/apigateway_RestApiEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigateway_RestApiEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_RestApiEndpointConfiguration { // Set of VPC Endpoint identifiers. It is only supported for `PRIVATE` endpoint type. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-endpoint-configuration` extension `vpcEndpointIds` property](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-endpoint-configuration.html). If the argument value is provided and is different than the OpenAPI value, --the argument value will override the OpenAPI value--. @@ -18,16 +18,16 @@ export function apigateway_RestApiEndpointConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "vpcEndpointIds", - "Set of VPC Endpoint identifiers. It is only supported for `PRIVATE` endpoint type. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-endpoint-configuration` extension `vpcEndpointIds` property](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-endpoint-configuration.html). If the argument value is provided and is different than the OpenAPI value, **the argument value will override the OpenAPI value**.", + 'vpcEndpointIds', + 'Set of VPC Endpoint identifiers. It is only supported for `PRIVATE` endpoint type. If importing an OpenAPI specification via the `body` argument, this corresponds to the [`x-amazon-apigateway-endpoint-configuration` extension `vpcEndpointIds` property](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-endpoint-configuration.html). If the argument value is provided and is different than the OpenAPI value, **the argument value will override the OpenAPI value**.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "types", - "List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE`, `REGIONAL` or `PRIVATE`. If unspecified, defaults to `EDGE`. If set to `PRIVATE` recommend to set `put_rest_api_mode` = `merge` to not cause the endpoints and associated Route53 records to be deleted. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs.", + 'types', + 'List of endpoint types. This resource currently only supports managing a single value. Valid values: `EDGE`, `REGIONAL` or `PRIVATE`. If unspecified, defaults to `EDGE`. If set to `PRIVATE` recommend to set `put_rest_api_mode` = `merge` to not cause the endpoints and associated Route53 records to be deleted. Refer to the [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/create-regional-api.html) for more information on the difference between edge-optimized and regional APIs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_StageAccessLogSettings.ts b/src/app/Models/codegen/aws/types/apigateway_StageAccessLogSettings.ts index 77d0a76d6..b26c5e565 100644 --- a/src/app/Models/codegen/aws/types/apigateway_StageAccessLogSettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_StageAccessLogSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_StageAccessLogSettings { // ARN of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with `amazon-apigateway-`. Automatically removes trailing `:-` if present. @@ -21,16 +21,16 @@ export function apigateway_StageAccessLogSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationArn", - "ARN of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with `amazon-apigateway-`. Automatically removes trailing `:*` if present.", + 'destinationArn', + 'ARN of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with `amazon-apigateway-`. Automatically removes trailing `:*` if present.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "Formatting and values recorded in the logs.\nFor more information on configuring the log format rules visit the AWS [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html)", + 'format', + 'Formatting and values recorded in the logs.\nFor more information on configuring the log format rules visit the AWS [documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html)', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_StageCanarySettings.ts b/src/app/Models/codegen/aws/types/apigateway_StageCanarySettings.ts index 145713d51..809478e57 100644 --- a/src/app/Models/codegen/aws/types/apigateway_StageCanarySettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_StageCanarySettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_StageCanarySettings { // Percent `0.0` - `100.0` of traffic to divert to the canary deployment. @@ -21,24 +21,24 @@ export function apigateway_StageCanarySettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "percentTraffic", - "Percent `0.0` - `100.0` of traffic to divert to the canary deployment.", + 'percentTraffic', + 'Percent `0.0` - `100.0` of traffic to divert to the canary deployment.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "stageVariableOverrides", - "Map of overridden stage `variables` (including new variables) for the canary deployment.", + 'stageVariableOverrides', + 'Map of overridden stage `variables` (including new variables) for the canary deployment.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "useStageCache", - "Whether the canary deployment uses the stage cache. Defaults to false.", + 'useStageCache', + 'Whether the canary deployment uses the stage cache. Defaults to false.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStage.ts b/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStage.ts index 19d5d29b4..accc4d859 100644 --- a/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStage.ts +++ b/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_UsagePlanApiStageThrottle, apigateway_UsagePlanApiStageThrottle_GetTypes, -} from "./apigateway_UsagePlanApiStageThrottle"; +} from './apigateway_UsagePlanApiStageThrottle'; export interface apigateway_UsagePlanApiStage { // API Id of the associated API stage in a usage plan. @@ -25,24 +25,24 @@ export function apigateway_UsagePlanApiStage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "apiId", - "API Id of the associated API stage in a usage plan.", + 'apiId', + 'API Id of the associated API stage in a usage plan.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stage", - "API stage name of the associated API stage in a usage plan.", + 'stage', + 'API stage name of the associated API stage in a usage plan.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "throttles", - "The throttling limits of the usage plan.", + 'throttles', + 'The throttling limits of the usage plan.', () => apigateway_UsagePlanApiStageThrottle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStageThrottle.ts b/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStageThrottle.ts index b45531b82..1edde6842 100644 --- a/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStageThrottle.ts +++ b/src/app/Models/codegen/aws/types/apigateway_UsagePlanApiStageThrottle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_UsagePlanApiStageThrottle { // Method to apply the throttle settings for. Specfiy the path and method, for example `/test/GET`. @@ -21,24 +21,24 @@ export function apigateway_UsagePlanApiStageThrottle_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "path", - "Method to apply the throttle settings for. Specfiy the path and method, for example `/test/GET`.", + 'path', + 'Method to apply the throttle settings for. Specfiy the path and method, for example `/test/GET`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "rateLimit", - "The API request steady-state rate limit.", + 'rateLimit', + 'The API request steady-state rate limit.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "burstLimit", - "The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.", + 'burstLimit', + 'The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_UsagePlanQuotaSettings.ts b/src/app/Models/codegen/aws/types/apigateway_UsagePlanQuotaSettings.ts index 9b8904660..22b7e86ae 100644 --- a/src/app/Models/codegen/aws/types/apigateway_UsagePlanQuotaSettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_UsagePlanQuotaSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_UsagePlanQuotaSettings { // Maximum number of requests that can be made in a given time period. @@ -21,23 +21,23 @@ export function apigateway_UsagePlanQuotaSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "limit", - "Maximum number of requests that can be made in a given time period.", + 'limit', + 'Maximum number of requests that can be made in a given time period.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "offset", - "Number of requests subtracted from the given limit in the initial time period.", + 'offset', + 'Number of requests subtracted from the given limit in the initial time period.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "period", + 'period', 'Time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".', () => [], true, diff --git a/src/app/Models/codegen/aws/types/apigateway_UsagePlanThrottleSettings.ts b/src/app/Models/codegen/aws/types/apigateway_UsagePlanThrottleSettings.ts index 2c2bf9fb4..fbd9d664f 100644 --- a/src/app/Models/codegen/aws/types/apigateway_UsagePlanThrottleSettings.ts +++ b/src/app/Models/codegen/aws/types/apigateway_UsagePlanThrottleSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_UsagePlanThrottleSettings { // @@ -18,16 +18,16 @@ export function apigateway_UsagePlanThrottleSettings_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "rateLimit", - "", + 'rateLimit', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "burstLimit", - "", + 'burstLimit', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_getDomainNameEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/apigateway_getDomainNameEndpointConfiguration.ts index 33df9759c..14274aee0 100644 --- a/src/app/Models/codegen/aws/types/apigateway_getDomainNameEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigateway_getDomainNameEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_getDomainNameEndpointConfiguration { // List of endpoint types. @@ -15,8 +15,8 @@ export function apigateway_getDomainNameEndpointConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "types", - "List of endpoint types.", + 'types', + 'List of endpoint types.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/apigateway_getRestApiEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/apigateway_getRestApiEndpointConfiguration.ts index 0c248752e..8391c4462 100644 --- a/src/app/Models/codegen/aws/types/apigateway_getRestApiEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigateway_getRestApiEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigateway_getRestApiEndpointConfiguration { // @@ -18,16 +18,16 @@ export function apigateway_getRestApiEndpointConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "vpcEndpointIds", - "", + 'vpcEndpointIds', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "types", - "", + 'types', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_ApiCorsConfiguration.ts b/src/app/Models/codegen/aws/types/apigatewayv2_ApiCorsConfiguration.ts index 53ca1ada7..431155504 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_ApiCorsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_ApiCorsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_ApiCorsConfiguration { // Number of seconds that the browser should cache preflight request results. @@ -30,48 +30,48 @@ export function apigatewayv2_ApiCorsConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "allowMethods", - "Set of allowed HTTP methods.", + 'allowMethods', + 'Set of allowed HTTP methods.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowOrigins", - "Set of allowed origins.", + 'allowOrigins', + 'Set of allowed origins.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "Set of exposed HTTP headers.", + 'exposeHeaders', + 'Set of exposed HTTP headers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxAge", - "Number of seconds that the browser should cache preflight request results.", + 'maxAge', + 'Number of seconds that the browser should cache preflight request results.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowCredentials", - "Whether credentials are included in the CORS request.", + 'allowCredentials', + 'Whether credentials are included in the CORS request.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowHeaders", - "Set of allowed HTTP headers.", + 'allowHeaders', + 'Set of allowed HTTP headers.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_AuthorizerJwtConfiguration.ts b/src/app/Models/codegen/aws/types/apigatewayv2_AuthorizerJwtConfiguration.ts index c89c4fc21..7a5b671a3 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_AuthorizerJwtConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_AuthorizerJwtConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_AuthorizerJwtConfiguration { // List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list. @@ -18,16 +18,16 @@ export function apigatewayv2_AuthorizerJwtConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "audiences", - "List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.", + 'audiences', + 'List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "Base domain of the identity provider that issues JSON Web Tokens, such as the `endpoint` attribute of the `aws.cognito.UserPool` resource.", + 'issuer', + 'Base domain of the identity provider that issues JSON Web Tokens, such as the `endpoint` attribute of the `aws.cognito.UserPool` resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameDomainNameConfiguration.ts b/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameDomainNameConfiguration.ts index f9a999463..93bfbdcbd 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameDomainNameConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameDomainNameConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_DomainNameDomainNameConfiguration { // Amazon Route 53 Hosted Zone ID of the endpoint. @@ -30,48 +30,48 @@ export function apigatewayv2_DomainNameDomainNameConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "hostedZoneId", - "Amazon Route 53 Hosted Zone ID of the endpoint.", + 'hostedZoneId', + 'Amazon Route 53 Hosted Zone ID of the endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ownershipVerificationCertificateArn", - "ARN of the AWS-issued certificate used to validate custom domain ownership (when `certificate_arn` is issued via an ACM Private CA or `mutual_tls_authentication` is configured with an ACM-imported certificate.)", + 'ownershipVerificationCertificateArn', + 'ARN of the AWS-issued certificate used to validate custom domain ownership (when `certificate_arn` is issued via an ACM Private CA or `mutual_tls_authentication` is configured with an ACM-imported certificate.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "Transport Layer Security (TLS) version of the [security policy](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-custom-domain-tls-version.html) for the domain name. Valid values: `TLS_1_2`.", + 'securityPolicy', + 'Transport Layer Security (TLS) version of the [security policy](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-custom-domain-tls-version.html) for the domain name. Valid values: `TLS_1_2`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetDomainName", - "Target domain name.", + 'targetDomainName', + 'Target domain name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of an AWS-managed certificate that will be used by the endpoint for the domain name. AWS Certificate Manager is the only supported source. Use the `aws.acm.Certificate` resource to configure an ACM certificate.", + 'certificateArn', + 'ARN of an AWS-managed certificate that will be used by the endpoint for the domain name. AWS Certificate Manager is the only supported source. Use the `aws.acm.Certificate` resource to configure an ACM certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpointType", - "Endpoint type. Valid values: `REGIONAL`.", + 'endpointType', + 'Endpoint type. Valid values: `REGIONAL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameMutualTlsAuthentication.ts b/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameMutualTlsAuthentication.ts index 5f34b9d3e..6417e4703 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameMutualTlsAuthentication.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_DomainNameMutualTlsAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_DomainNameMutualTlsAuthentication { // Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. @@ -18,16 +18,16 @@ export function apigatewayv2_DomainNameMutualTlsAuthentication_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "truststoreUri", - "Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version.", + 'truststoreUri', + 'Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, `s3://bucket-name/key-name`. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "truststoreVersion", - "Version of the S3 object that contains the truststore. To specify a version, you must have versioning enabled for the S3 bucket.", + 'truststoreVersion', + 'Version of the S3 object that contains the truststore. To specify a version, you must have versioning enabled for the S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationResponseParameter.ts b/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationResponseParameter.ts index b03d7343f..f64f930e1 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationResponseParameter.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationResponseParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_IntegrationResponseParameter { /* @@ -21,16 +21,16 @@ export function apigatewayv2_IntegrationResponseParameter_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Map, - "mappings", - "Key-value map. The key of this map identifies the location of the request parameter to change, and how to change it. The corresponding value specifies the new data for the parameter.\nSee the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html) for details.", + 'mappings', + 'Key-value map. The key of this map identifies the location of the request parameter to change, and how to change it. The corresponding value specifies the new data for the parameter.\nSee the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html) for details.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP status code in the range 200-599.", + 'statusCode', + 'HTTP status code in the range 200-599.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationTlsConfig.ts b/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationTlsConfig.ts index 41d442c78..c56fa3c7e 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationTlsConfig.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_IntegrationTlsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_IntegrationTlsConfig { // If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting. @@ -15,7 +15,7 @@ export function apigatewayv2_IntegrationTlsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "serverNameToVerify", + 'serverNameToVerify', "If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_RouteRequestParameter.ts b/src/app/Models/codegen/aws/types/apigatewayv2_RouteRequestParameter.ts index ce7cef960..98b200037 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_RouteRequestParameter.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_RouteRequestParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_RouteRequestParameter { // Request parameter key. This is a [request data mapping parameter](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-data-mapping.html#websocket-mapping-request-parameters). @@ -18,16 +18,16 @@ export function apigatewayv2_RouteRequestParameter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "requestParameterKey", - "Request parameter key. This is a [request data mapping parameter](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-data-mapping.html#websocket-mapping-request-parameters).", + 'requestParameterKey', + 'Request parameter key. This is a [request data mapping parameter](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-data-mapping.html#websocket-mapping-request-parameters).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "required", - "Boolean whether or not the parameter is required.", + 'required', + 'Boolean whether or not the parameter is required.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_StageAccessLogSettings.ts b/src/app/Models/codegen/aws/types/apigatewayv2_StageAccessLogSettings.ts index 01ce8f4b2..246c70172 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_StageAccessLogSettings.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_StageAccessLogSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_StageAccessLogSettings { // ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:-` is trimmed from the ARN. @@ -18,16 +18,16 @@ export function apigatewayv2_StageAccessLogSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "destinationArn", - "ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:*` is trimmed from the ARN.", + 'destinationArn', + 'ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:*` is trimmed from the ARN.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data. Refer to log settings for [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-logging-variables.html) or [Websocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-logging.html).", + 'format', + 'Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data. Refer to log settings for [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-logging-variables.html) or [Websocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-logging.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_StageDefaultRouteSettings.ts b/src/app/Models/codegen/aws/types/apigatewayv2_StageDefaultRouteSettings.ts index 4b9fabb88..ea31129a4 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_StageDefaultRouteSettings.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_StageDefaultRouteSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_StageDefaultRouteSettings { /* @@ -33,40 +33,40 @@ export function apigatewayv2_StageDefaultRouteSettings_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "loggingLevel", - "Logging level for the default route. Affects the log entries pushed to Amazon CloudWatch Logs.\nValid values: `ERROR`, `INFO`, `OFF`. Defaults to `OFF`. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.", + 'loggingLevel', + 'Logging level for the default route. Affects the log entries pushed to Amazon CloudWatch Logs.\nValid values: `ERROR`, `INFO`, `OFF`. Defaults to `OFF`. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throttlingBurstLimit", - "Throttling burst limit for the default route.", + 'throttlingBurstLimit', + 'Throttling burst limit for the default route.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throttlingRateLimit", - "Throttling rate limit for the default route.", + 'throttlingRateLimit', + 'Throttling rate limit for the default route.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dataTraceEnabled", - "Whether data trace logging is enabled for the default route. Affects the log entries pushed to Amazon CloudWatch Logs.\nDefaults to `false`. Supported only for WebSocket APIs.", + 'dataTraceEnabled', + 'Whether data trace logging is enabled for the default route. Affects the log entries pushed to Amazon CloudWatch Logs.\nDefaults to `false`. Supported only for WebSocket APIs.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "detailedMetricsEnabled", - "Whether detailed metrics are enabled for the default route. Defaults to `false`.", + 'detailedMetricsEnabled', + 'Whether detailed metrics are enabled for the default route. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_StageRouteSetting.ts b/src/app/Models/codegen/aws/types/apigatewayv2_StageRouteSetting.ts index 12c8ff489..a84c86d0e 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_StageRouteSetting.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_StageRouteSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_StageRouteSetting { // Whether detailed metrics are enabled for the route. Defaults to `false`. @@ -36,48 +36,48 @@ export function apigatewayv2_StageRouteSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "detailedMetricsEnabled", - "Whether detailed metrics are enabled for the route. Defaults to `false`.", + 'detailedMetricsEnabled', + 'Whether detailed metrics are enabled for the route. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loggingLevel", - "Logging level for the route. Affects the log entries pushed to Amazon CloudWatch Logs.\nValid values: `ERROR`, `INFO`, `OFF`. Defaults to `OFF`. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.", + 'loggingLevel', + 'Logging level for the route. Affects the log entries pushed to Amazon CloudWatch Logs.\nValid values: `ERROR`, `INFO`, `OFF`. Defaults to `OFF`. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeKey", - "Route key.", + 'routeKey', + 'Route key.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throttlingBurstLimit", - "Throttling burst limit for the route.", + 'throttlingBurstLimit', + 'Throttling burst limit for the route.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throttlingRateLimit", - "Throttling rate limit for the route.", + 'throttlingRateLimit', + 'Throttling rate limit for the route.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dataTraceEnabled", - "Whether data trace logging is enabled for the route. Affects the log entries pushed to Amazon CloudWatch Logs.\nDefaults to `false`. Supported only for WebSocket APIs.", + 'dataTraceEnabled', + 'Whether data trace logging is enabled for the route. Affects the log entries pushed to Amazon CloudWatch Logs.\nDefaults to `false`. Supported only for WebSocket APIs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apigatewayv2_getApiCorsConfiguration.ts b/src/app/Models/codegen/aws/types/apigatewayv2_getApiCorsConfiguration.ts index b603c4fbe..be99828a8 100644 --- a/src/app/Models/codegen/aws/types/apigatewayv2_getApiCorsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apigatewayv2_getApiCorsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apigatewayv2_getApiCorsConfiguration { // Whether credentials are included in the CORS request. @@ -30,48 +30,48 @@ export function apigatewayv2_getApiCorsConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "allowCredentials", - "Whether credentials are included in the CORS request.", + 'allowCredentials', + 'Whether credentials are included in the CORS request.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "allowHeaders", - "Set of allowed HTTP headers.", + 'allowHeaders', + 'Set of allowed HTTP headers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowMethods", - "Set of allowed HTTP methods.", + 'allowMethods', + 'Set of allowed HTTP methods.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowOrigins", - "Set of allowed origins.", + 'allowOrigins', + 'Set of allowed origins.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "Set of exposed HTTP headers.", + 'exposeHeaders', + 'Set of exposed HTTP headers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxAge", - "Number of seconds that the browser should cache preflight request results.", + 'maxAge', + 'Number of seconds that the browser should cache preflight request results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfiguration.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfiguration.ts index a7dc21f34..22fb0b874 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment, appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment_GetTypes, -} from "./appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment"; +} from './appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment'; export interface appautoscaling_PolicyStepScalingPolicyConfiguration { // Whether the adjustment is an absolute number or a percentage of the current capacity. Valid values are `ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`. @@ -154,23 +154,23 @@ export function appautoscaling_PolicyStepScalingPolicyConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "adjustmentType", - "Whether the adjustment is an absolute number or a percentage of the current capacity. Valid values are `ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.", + 'adjustmentType', + 'Whether the adjustment is an absolute number or a percentage of the current capacity. Valid values are `ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cooldown", - "Amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.", + 'cooldown', + 'Amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricAggregationType", + 'metricAggregationType', 'Aggregation type for the policy\'s metrics. Valid values are "Minimum", "Maximum", and "Average". Without a value, AWS will treat the aggregation type as "Average".', () => [], false, @@ -178,15 +178,15 @@ export function appautoscaling_PolicyStepScalingPolicyConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Number, - "minAdjustmentMagnitude", - "Minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.", + 'minAdjustmentMagnitude', + 'Minimum number to adjust your scalable dimension as a result of a scaling activity. If the adjustment type is PercentChangeInCapacity, the scaling policy changes the scalable dimension of the scalable target by this amount.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stepAdjustments", + 'stepAdjustments', 'Set of adjustments that manage scaling. These have the following structure:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst ecsPolicy = new aws.appautoscaling.Policy("ecs_policy", {stepScalingPolicyConfiguration: {\n stepAdjustments: [\n {\n metricIntervalLowerBound: "1",\n metricIntervalUpperBound: "2",\n scalingAdjustment: -1,\n },\n {\n metricIntervalLowerBound: "2",\n metricIntervalUpperBound: "3",\n scalingAdjustment: 1,\n },\n ],\n}});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\necs_policy = aws.appautoscaling.Policy("ecs_policy", step_scaling_policy_configuration={\n "step_adjustments": [\n {\n "metric_interval_lower_bound": "1",\n "metric_interval_upper_bound": "2",\n "scaling_adjustment": -1,\n },\n {\n "metric_interval_lower_bound": "2",\n "metric_interval_upper_bound": "3",\n "scaling_adjustment": 1,\n },\n ],\n})\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var ecsPolicy = new Aws.AppAutoScaling.Policy("ecs_policy", new()\n {\n StepScalingPolicyConfiguration = new Aws.AppAutoScaling.Inputs.PolicyStepScalingPolicyConfigurationArgs\n {\n StepAdjustments = new[]\n {\n new Aws.AppAutoScaling.Inputs.PolicyStepScalingPolicyConfigurationStepAdjustmentArgs\n {\n MetricIntervalLowerBound = "1",\n MetricIntervalUpperBound = "2",\n ScalingAdjustment = -1,\n },\n new Aws.AppAutoScaling.Inputs.PolicyStepScalingPolicyConfigurationStepAdjustmentArgs\n {\n MetricIntervalLowerBound = "2",\n MetricIntervalUpperBound = "3",\n ScalingAdjustment = 1,\n },\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/appautoscaling"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := appautoscaling.NewPolicy(ctx, "ecs_policy", &appautoscaling.PolicyArgs{\n\t\t\tStepScalingPolicyConfiguration: &appautoscaling.PolicyStepScalingPolicyConfigurationArgs{\n\t\t\t\tStepAdjustments: appautoscaling.PolicyStepScalingPolicyConfigurationStepAdjustmentArray{\n\t\t\t\t\t&appautoscaling.PolicyStepScalingPolicyConfigurationStepAdjustmentArgs{\n\t\t\t\t\t\tMetricIntervalLowerBound: pulumi.String("1"),\n\t\t\t\t\t\tMetricIntervalUpperBound: pulumi.String("2"),\n\t\t\t\t\t\tScalingAdjustment: int(-1),\n\t\t\t\t\t},\n\t\t\t\t\t&appautoscaling.PolicyStepScalingPolicyConfigurationStepAdjustmentArgs{\n\t\t\t\t\t\tMetricIntervalLowerBound: pulumi.String("2"),\n\t\t\t\t\t\tMetricIntervalUpperBound: pulumi.String("3"),\n\t\t\t\t\t\tScalingAdjustment: pulumi.Int(1),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```yaml\nresources:\n ecsPolicy:\n type: aws:appautoscaling:Policy\n name: ecs_policy\n properties:\n stepScalingPolicyConfiguration:\n stepAdjustments:\n - metricIntervalLowerBound: 1\n metricIntervalUpperBound: 2\n scalingAdjustment: -1\n - metricIntervalLowerBound: 2\n metricIntervalUpperBound: 3\n scalingAdjustment: 1\n```\n', () => appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment.ts index 4edcd33e7..caac22d66 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustment { // Lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as negative infinity. @@ -21,24 +21,24 @@ export function appautoscaling_PolicyStepScalingPolicyConfigurationStepAdjustmen return [ new DynamicUIProps( InputType.String, - "metricIntervalLowerBound", - "Lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as negative infinity.", + 'metricIntervalLowerBound', + 'Lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as negative infinity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricIntervalUpperBound", - "Upper bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity. The upper bound must be greater than the lower bound.", + 'metricIntervalUpperBound', + 'Upper bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity. The upper bound must be greater than the lower bound.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "scalingAdjustment", - "Number of members by which to scale, when the adjustment bounds are breached. A positive value scales up. A negative value scales down.", + 'scalingAdjustment', + 'Number of members by which to scale, when the adjustment bounds are breached. A positive value scales up. A negative value scales down.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration.ts index 5704cc4fa..bf3c23c9e 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration { // Target value for the metric. @@ -38,8 +38,8 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration_Ge return [ new DynamicUIProps( InputType.Object, - "predefinedMetricSpecification", - "Predefined metric. See supported fields below.", + 'predefinedMetricSpecification', + 'Predefined metric. See supported fields below.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification_GetTypes(), false, @@ -47,32 +47,32 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration_Ge ), new DynamicUIProps( InputType.Number, - "scaleInCooldown", - "Amount of time, in seconds, after a scale in activity completes before another scale in activity can start.", + 'scaleInCooldown', + 'Amount of time, in seconds, after a scale in activity completes before another scale in activity can start.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "scaleOutCooldown", - "Amount of time, in seconds, after a scale out activity completes before another scale out activity can start.", + 'scaleOutCooldown', + 'Amount of time, in seconds, after a scale out activity completes before another scale out activity can start.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetValue", - "Target value for the metric.", + 'targetValue', + 'Target value for the metric.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "customizedMetricSpecification", - "Custom CloudWatch metric. Documentation can be found at: [AWS Customized Metric Specification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CustomizedMetricSpecification.html). See supported fields below.", + 'customizedMetricSpecification', + 'Custom CloudWatch metric. Documentation can be found at: [AWS Customized Metric Specification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CustomizedMetricSpecification.html). See supported fields below.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification_GetTypes(), false, @@ -80,7 +80,7 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfiguration_Ge ), new DynamicUIProps( InputType.Bool, - "disableScaleIn", + 'disableScaleIn', "Whether scale in by the target tracking policy is disabled. If the value is true, scale in is disabled and the target tracking policy won't remove capacity from the scalable resource. Otherwise, scale in is enabled and the target tracking policy can remove capacity from the scalable resource. The default value is `false`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification.ts index 425519239..21e2b589b 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification { // Dimensions of the metric. @@ -38,32 +38,32 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statistic", - "Statistic of the metric. Valid values: `Average`, `Minimum`, `Maximum`, `SampleCount`, and `Sum`.", + 'statistic', + 'Statistic of the metric. Valid values: `Average`, `Minimum`, `Maximum`, `SampleCount`, and `Sum`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension_GetTypes(), false, @@ -71,16 +71,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "metrics", - "Metrics to include, as a metric data query.", + 'metrics', + 'Metrics to include, as a metric data query.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension.ts index 288f7cdd3..ae608e5ed 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric.ts index 892c2360c..d0f0e5f19 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetric { // Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both. @@ -31,32 +31,32 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.String, - "expression", - "Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.", + 'expression', + 'Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Short name for the metric used in target tracking scaling policy.", + 'id', + 'Short name for the metric used in target tracking scaling policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "label", - "Human-readable label for this metric or expression.", + 'label', + 'Human-readable label for this metric or expression.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricStat", - "Structure that defines CloudWatch metric to be used in target tracking scaling policy. You must specify either `expression` or `metric_stat`, but not both.", + 'metricStat', + 'Structure that defines CloudWatch metric to be used in target tracking scaling policy. You must specify either `expression` or `metric_stat`, but not both.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat_GetTypes(), false, @@ -64,8 +64,8 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus ), new DynamicUIProps( InputType.Bool, - "returnData", - "Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true", + 'returnData', + 'Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat.ts index 36f694228..893cdbf1b 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStat { // Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions. @@ -25,8 +25,8 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.Object, - "metric", - "Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.", + 'metric', + 'Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric_GetTypes(), true, @@ -34,16 +34,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus ), new DynamicUIProps( InputType.String, - "stat", - "Statistic of the metrics to return.", + 'stat', + 'Statistic of the metrics to return.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts index db73595d2..a4909c228 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension, appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension_GetTypes, -} from "./appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension"; +} from './appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetric { // Dimensions of the metric. @@ -25,8 +25,8 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension_GetTypes(), false, @@ -34,16 +34,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts index 6ddb155e0..c59940e31 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationCus return [ new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification.ts b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification.ts index d39357699..4ec869046 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification { // Metric type. @@ -18,16 +18,16 @@ export function appautoscaling_PolicyTargetTrackingScalingPolicyConfigurationPre return [ new DynamicUIProps( InputType.String, - "predefinedMetricType", - "Metric type.", + 'predefinedMetricType', + 'Metric type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Reserved for future use if the `predefined_metric_type` is not `ALBRequestCountPerTarget`. If the `predefined_metric_type` is `ALBRequestCountPerTarget`, you must specify this argument. Documentation can be found at: [AWS Predefined Scaling Metric Specification](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedScalingMetricSpecification.html). Must be less than or equal to 1023 characters in length.", + 'resourceLabel', + 'Reserved for future use if the `predefined_metric_type` is not `ALBRequestCountPerTarget`. If the `predefined_metric_type` is `ALBRequestCountPerTarget`, you must specify this argument. Documentation can be found at: [AWS Predefined Scaling Metric Specification](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedScalingMetricSpecification.html). Must be less than or equal to 1023 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_ScheduledActionScalableTargetAction.ts b/src/app/Models/codegen/aws/types/appautoscaling_ScheduledActionScalableTargetAction.ts index 130e57482..c03897297 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_ScheduledActionScalableTargetAction.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_ScheduledActionScalableTargetAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_ScheduledActionScalableTargetAction { // Minimum capacity. At least one of `min_capacity` or `max_capacity` must be set. @@ -18,16 +18,16 @@ export function appautoscaling_ScheduledActionScalableTargetAction_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "minCapacity", - "Minimum capacity. At least one of `min_capacity` or `max_capacity` must be set.", + 'minCapacity', + 'Minimum capacity. At least one of `min_capacity` or `max_capacity` must be set.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "Maximum capacity. At least one of `max_capacity` or `min_capacity` must be set.", + 'maxCapacity', + 'Maximum capacity. At least one of `max_capacity` or `min_capacity` must be set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appautoscaling_TargetSuspendedState.ts b/src/app/Models/codegen/aws/types/appautoscaling_TargetSuspendedState.ts index 3559cd584..d65c139b0 100644 --- a/src/app/Models/codegen/aws/types/appautoscaling_TargetSuspendedState.ts +++ b/src/app/Models/codegen/aws/types/appautoscaling_TargetSuspendedState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appautoscaling_TargetSuspendedState { // Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Default is `false`. @@ -21,24 +21,24 @@ export function appautoscaling_TargetSuspendedState_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "dynamicScalingOutSuspended", - "Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Default is `false`.", + 'dynamicScalingOutSuspended', + 'Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "scheduledScalingSuspended", - "Whether scheduled scaling is suspended. Default is `false`.", + 'scheduledScalingSuspended', + 'Whether scheduled scaling is suspended. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dynamicScalingInSuspended", - "Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Default is `false`.", + 'dynamicScalingInSuspended', + 'Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_ConfigurationProfileValidator.ts b/src/app/Models/codegen/aws/types/appconfig_ConfigurationProfileValidator.ts index e952e9ea7..62514c401 100644 --- a/src/app/Models/codegen/aws/types/appconfig_ConfigurationProfileValidator.ts +++ b/src/app/Models/codegen/aws/types/appconfig_ConfigurationProfileValidator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_ConfigurationProfileValidator { // Either the JSON Schema content or the ARN of an AWS Lambda function. @@ -18,16 +18,16 @@ export function appconfig_ConfigurationProfileValidator_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "content", - "Either the JSON Schema content or the ARN of an AWS Lambda function.", + 'content', + 'Either the JSON Schema content or the ARN of an AWS Lambda function.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of validator. Valid values: `JSON_SCHEMA` and `LAMBDA`.", + 'type', + 'Type of validator. Valid values: `JSON_SCHEMA` and `LAMBDA`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_EnvironmentMonitor.ts b/src/app/Models/codegen/aws/types/appconfig_EnvironmentMonitor.ts index 5a5819068..aa775b23e 100644 --- a/src/app/Models/codegen/aws/types/appconfig_EnvironmentMonitor.ts +++ b/src/app/Models/codegen/aws/types/appconfig_EnvironmentMonitor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_EnvironmentMonitor { // ARN of the Amazon CloudWatch alarm. @@ -18,16 +18,16 @@ export function appconfig_EnvironmentMonitor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "alarmArn", - "ARN of the Amazon CloudWatch alarm.", + 'alarmArn', + 'ARN of the Amazon CloudWatch alarm.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "alarmRoleArn", - "ARN of an IAM role for AWS AppConfig to monitor `alarm_arn`.", + 'alarmRoleArn', + 'ARN of an IAM role for AWS AppConfig to monitor `alarm_arn`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_EventIntegrationEventFilter.ts b/src/app/Models/codegen/aws/types/appconfig_EventIntegrationEventFilter.ts index 26be9470f..b05e8b40b 100644 --- a/src/app/Models/codegen/aws/types/appconfig_EventIntegrationEventFilter.ts +++ b/src/app/Models/codegen/aws/types/appconfig_EventIntegrationEventFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_EventIntegrationEventFilter { // Source of the events. @@ -15,8 +15,8 @@ export function appconfig_EventIntegrationEventFilter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "source", - "Source of the events.", + 'source', + 'Source of the events.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPoint.ts b/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPoint.ts index 9b576caa7..05b688cac 100644 --- a/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPoint.ts +++ b/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appconfig_ExtensionActionPointAction, appconfig_ExtensionActionPointAction_GetTypes, -} from "./appconfig_ExtensionActionPointAction"; +} from './appconfig_ExtensionActionPointAction'; export interface appconfig_ExtensionActionPoint { // An action defines the tasks the extension performs during the AppConfig workflow. Detailed below. @@ -22,16 +22,16 @@ export function appconfig_ExtensionActionPoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "An action defines the tasks the extension performs during the AppConfig workflow. Detailed below.", + 'actions', + 'An action defines the tasks the extension performs during the AppConfig workflow. Detailed below.', () => appconfig_ExtensionActionPointAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "point", - "The point at which to perform the defined actions. Valid points are `PRE_CREATE_HOSTED_CONFIGURATION_VERSION`, `PRE_START_DEPLOYMENT`, `ON_DEPLOYMENT_START`, `ON_DEPLOYMENT_STEP`, `ON_DEPLOYMENT_BAKING`, `ON_DEPLOYMENT_COMPLETE`, `ON_DEPLOYMENT_ROLLED_BACK`.", + 'point', + 'The point at which to perform the defined actions. Valid points are `PRE_CREATE_HOSTED_CONFIGURATION_VERSION`, `PRE_START_DEPLOYMENT`, `ON_DEPLOYMENT_START`, `ON_DEPLOYMENT_STEP`, `ON_DEPLOYMENT_BAKING`, `ON_DEPLOYMENT_COMPLETE`, `ON_DEPLOYMENT_ROLLED_BACK`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPointAction.ts b/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPointAction.ts index 3e5b511bb..634c162a2 100644 --- a/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPointAction.ts +++ b/src/app/Models/codegen/aws/types/appconfig_ExtensionActionPointAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_ExtensionActionPointAction { // The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus. @@ -24,32 +24,32 @@ export function appconfig_ExtensionActionPointAction_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "uri", - "The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.", + 'uri', + 'The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Information about the action.", + 'description', + 'Information about the action.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The action name.", + 'name', + 'The action name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "An Amazon Resource Name (ARN) for an Identity and Access Management assume role.", + 'roleArn', + 'An Amazon Resource Name (ARN) for an Identity and Access Management assume role.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_ExtensionParameter.ts b/src/app/Models/codegen/aws/types/appconfig_ExtensionParameter.ts index ef8a0268d..790b41310 100644 --- a/src/app/Models/codegen/aws/types/appconfig_ExtensionParameter.ts +++ b/src/app/Models/codegen/aws/types/appconfig_ExtensionParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_ExtensionParameter { // Information about the parameter. @@ -21,24 +21,24 @@ export function appconfig_ExtensionParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "required", - "Determines if a parameter value must be specified in the extension association.", + 'required', + 'Determines if a parameter value must be specified in the extension association.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Information about the parameter.", + 'description', + 'Information about the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The parameter name.", + 'name', + 'The parameter name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_getConfigurationProfileValidator.ts b/src/app/Models/codegen/aws/types/appconfig_getConfigurationProfileValidator.ts index 0bf8070e6..481f6dee9 100644 --- a/src/app/Models/codegen/aws/types/appconfig_getConfigurationProfileValidator.ts +++ b/src/app/Models/codegen/aws/types/appconfig_getConfigurationProfileValidator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_getConfigurationProfileValidator { // Either the JSON Schema content or the ARN of an AWS Lambda function. @@ -18,16 +18,16 @@ export function appconfig_getConfigurationProfileValidator_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "content", - "Either the JSON Schema content or the ARN of an AWS Lambda function.", + 'content', + 'Either the JSON Schema content or the ARN of an AWS Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of validator. Valid values: JSON_SCHEMA and LAMBDA.", + 'type', + 'Type of validator. Valid values: JSON_SCHEMA and LAMBDA.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appconfig_getEnvironmentMonitor.ts b/src/app/Models/codegen/aws/types/appconfig_getEnvironmentMonitor.ts index 12ad02232..894b21b0d 100644 --- a/src/app/Models/codegen/aws/types/appconfig_getEnvironmentMonitor.ts +++ b/src/app/Models/codegen/aws/types/appconfig_getEnvironmentMonitor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appconfig_getEnvironmentMonitor { // ARN of the Amazon CloudWatch alarm. @@ -18,16 +18,16 @@ export function appconfig_getEnvironmentMonitor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "alarmRoleArn", - "ARN of an IAM role for AWS AppConfig to monitor.", + 'alarmRoleArn', + 'ARN of an IAM role for AWS AppConfig to monitor.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "alarmArn", - "ARN of the Amazon CloudWatch alarm.", + 'alarmArn', + 'ARN of the Amazon CloudWatch alarm.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionAuthRequest.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionAuthRequest.ts index 2a4ed1bc7..154343453 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionAuthRequest.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionAuthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationConnectionAuthRequest { // The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).. @@ -18,16 +18,16 @@ export function appfabric_AppAuthorizationConnectionAuthRequest_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "code", - "The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL)..", + 'code', + 'The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL)..', () => [], true, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The redirect URL that is specified in the AuthURL and the application client.", + 'redirectUri', + 'The redirect URL that is specified in the AuthURL and the application client.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTenant.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTenant.ts index 15ccdcdb5..ed5627f96 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTenant.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTenant.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationConnectionTenant { // @@ -18,16 +18,16 @@ export function appfabric_AppAuthorizationConnectionTenant_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "tenantDisplayName", - "", + 'tenantDisplayName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tenantIdentifier", - "", + 'tenantIdentifier', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTimeouts.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTimeouts.ts index ce28bdb2f..10df43109 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTimeouts.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationConnectionTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationConnectionTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function appfabric_AppAuthorizationConnectionTimeouts_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredential.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredential.ts index 30b4a2ca2..e6e808865 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredential.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredential.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_AppAuthorizationCredentialApiKeyCredential, appfabric_AppAuthorizationCredentialApiKeyCredential_GetTypes, -} from "./appfabric_AppAuthorizationCredentialApiKeyCredential"; +} from './appfabric_AppAuthorizationCredentialApiKeyCredential'; import { appfabric_AppAuthorizationCredentialOauth2Credential, appfabric_AppAuthorizationCredentialOauth2Credential_GetTypes, -} from "./appfabric_AppAuthorizationCredentialOauth2Credential"; +} from './appfabric_AppAuthorizationCredentialOauth2Credential'; export interface appfabric_AppAuthorizationCredential { // Contains API key credential information. @@ -26,16 +26,16 @@ export function appfabric_AppAuthorizationCredential_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "apiKeyCredentials", - "Contains API key credential information.", + 'apiKeyCredentials', + 'Contains API key credential information.', () => appfabric_AppAuthorizationCredentialApiKeyCredential_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "oauth2Credential", - "Contains OAuth2 client credential information.", + 'oauth2Credential', + 'Contains OAuth2 client credential information.', () => appfabric_AppAuthorizationCredentialOauth2Credential_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialApiKeyCredential.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialApiKeyCredential.ts index 81397b426..11943788f 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialApiKeyCredential.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialApiKeyCredential.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationCredentialApiKeyCredential { // Contains API key credential information. @@ -15,8 +15,8 @@ export function appfabric_AppAuthorizationCredentialApiKeyCredential_GetTypes(): return [ new DynamicUIProps( InputType.String, - "apiKey", - "Contains API key credential information.", + 'apiKey', + 'Contains API key credential information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialOauth2Credential.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialOauth2Credential.ts index 4948e2190..cb5016793 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialOauth2Credential.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationCredentialOauth2Credential.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationCredentialOauth2Credential { // The client ID of the client application. @@ -18,16 +18,16 @@ export function appfabric_AppAuthorizationCredentialOauth2Credential_GetTypes(): return [ new DynamicUIProps( InputType.String, - "clientId", - "The client ID of the client application.", + 'clientId', + 'The client ID of the client application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "The client secret of the client application.", + 'clientSecret', + 'The client secret of the client application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTenant.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTenant.ts index ab4eacf4b..6843e8533 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTenant.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTenant.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationTenant { // The display name of the tenant. @@ -18,16 +18,16 @@ export function appfabric_AppAuthorizationTenant_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "tenantDisplayName", - "The display name of the tenant.", + 'tenantDisplayName', + 'The display name of the tenant.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tenantIdentifier", - "The ID of the application tenant.", + 'tenantIdentifier', + 'The ID of the application tenant.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTimeouts.ts b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTimeouts.ts index 0d381c0d1..72f86004d 100644 --- a/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/appfabric_AppAuthorizationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_AppAuthorizationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function appfabric_AppAuthorizationTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function appfabric_AppAuthorizationTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function appfabric_AppAuthorizationTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfiguration.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfiguration.ts index 9c91166ec..cc3f695d2 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_IngestionDestinationDestinationConfigurationAuditLog, appfabric_IngestionDestinationDestinationConfigurationAuditLog_GetTypes, -} from "./appfabric_IngestionDestinationDestinationConfigurationAuditLog"; +} from './appfabric_IngestionDestinationDestinationConfigurationAuditLog'; export interface appfabric_IngestionDestinationDestinationConfiguration { // Contains information about an audit log processing configuration. @@ -19,8 +19,8 @@ export function appfabric_IngestionDestinationDestinationConfiguration_GetTypes( return [ new DynamicUIProps( InputType.Object, - "auditLog", - "Contains information about an audit log processing configuration.", + 'auditLog', + 'Contains information about an audit log processing configuration.', () => appfabric_IngestionDestinationDestinationConfigurationAuditLog_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLog.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLog.ts index 6f775556e..e61c2fe0d 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLog.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLog.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination, appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination_GetTypes, -} from "./appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination"; +} from './appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination'; export interface appfabric_IngestionDestinationDestinationConfigurationAuditLog { // Contains information about an audit log destination. Only one destination (Firehose Stream) or (S3 Bucket) can be specified. @@ -19,8 +19,8 @@ export function appfabric_IngestionDestinationDestinationConfigurationAuditLog_G return [ new DynamicUIProps( InputType.Object, - "destination", - "Contains information about an audit log destination. Only one destination (Firehose Stream) or (S3 Bucket) can be specified.", + 'destination', + 'Contains information about an audit log destination. Only one destination (Firehose Stream) or (S3 Bucket) can be specified.', () => appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination.ts index 6317699ce..611406a61 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket, appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket_GetTypes, -} from "./appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket"; +} from './appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket'; import { appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream, appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream_GetTypes, -} from "./appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream"; +} from './appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream'; export interface appfabric_IngestionDestinationDestinationConfigurationAuditLogDestination { // Contains information about an Amazon S3 bucket. @@ -26,8 +26,8 @@ export function appfabric_IngestionDestinationDestinationConfigurationAuditLogDe return [ new DynamicUIProps( InputType.Object, - "s3Bucket", - "Contains information about an Amazon S3 bucket.", + 's3Bucket', + 'Contains information about an Amazon S3 bucket.', () => appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket_GetTypes(), false, @@ -35,8 +35,8 @@ export function appfabric_IngestionDestinationDestinationConfigurationAuditLogDe ), new DynamicUIProps( InputType.Object, - "firehoseStream", - "Contains information about an Amazon Data Firehose delivery stream.", + 'firehoseStream', + 'Contains information about an Amazon Data Firehose delivery stream.', () => appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream.ts index bc37dd1aa..089b1be14 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationFirehoseStream { // @@ -15,8 +15,8 @@ export function appfabric_IngestionDestinationDestinationConfigurationAuditLogDe return [ new DynamicUIProps( InputType.String, - "streamName", - "", + 'streamName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket.ts index 457d3053a..2f1af565d 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_IngestionDestinationDestinationConfigurationAuditLogDestinationS3Bucket { // @@ -18,16 +18,16 @@ export function appfabric_IngestionDestinationDestinationConfigurationAuditLogDe return [ new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefix", - "The object key to use.", + 'prefix', + 'The object key to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfiguration.ts index c51ea4067..cff4a1325 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appfabric_IngestionDestinationProcessingConfigurationAuditLog, appfabric_IngestionDestinationProcessingConfigurationAuditLog_GetTypes, -} from "./appfabric_IngestionDestinationProcessingConfigurationAuditLog"; +} from './appfabric_IngestionDestinationProcessingConfigurationAuditLog'; export interface appfabric_IngestionDestinationProcessingConfiguration { // Contains information about an audit log processing configuration. @@ -19,8 +19,8 @@ export function appfabric_IngestionDestinationProcessingConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Object, - "auditLog", - "Contains information about an audit log processing configuration.", + 'auditLog', + 'Contains information about an audit log processing configuration.', () => appfabric_IngestionDestinationProcessingConfigurationAuditLog_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfigurationAuditLog.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfigurationAuditLog.ts index a664141c8..6d82ae3b5 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfigurationAuditLog.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationProcessingConfigurationAuditLog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_IngestionDestinationProcessingConfigurationAuditLog { // The format in which the audit logs need to be formatted. Valid values: `json`, `parquet`. @@ -18,16 +18,16 @@ export function appfabric_IngestionDestinationProcessingConfigurationAuditLog_Ge return [ new DynamicUIProps( InputType.String, - "format", - "The format in which the audit logs need to be formatted. Valid values: `json`, `parquet`.", + 'format', + 'The format in which the audit logs need to be formatted. Valid values: `json`, `parquet`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "schema", - "The event schema in which the audit logs need to be formatted. Valid values: `ocsf`, `raw`.", + 'schema', + 'The event schema in which the audit logs need to be formatted. Valid values: `ocsf`, `raw`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationTimeouts.ts b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationTimeouts.ts index 7a878d085..aafd5935d 100644 --- a/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/appfabric_IngestionDestinationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appfabric_IngestionDestinationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function appfabric_IngestionDestinationTimeouts_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function appfabric_IngestionDestinationTimeouts_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function appfabric_IngestionDestinationTimeouts_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfig.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfig.ts index 0899b1cbc..672ea7ba1 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties'; export interface appflow_ConnectorProfileConnectorProfileConfig { // The connector-specific credentials required by each connector. See Connector Profile Credentials for more details. @@ -26,8 +26,8 @@ export function appflow_ConnectorProfileConnectorProfileConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "connectorProfileCredentials", - "The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.", + 'connectorProfileCredentials', + 'The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials_GetTypes(), true, @@ -35,8 +35,8 @@ export function appflow_ConnectorProfileConnectorProfileConfig_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "connectorProfileProperties", - "The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.", + 'connectorProfileProperties', + 'The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials.ts index 91c49f44a..5d6fa62f7 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials.ts @@ -3,80 +3,80 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentials { // The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details. @@ -138,8 +138,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.Object, - "honeycode", - "The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.", + 'honeycode', + 'The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode_GetTypes(), false, @@ -147,8 +147,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "googleAnalytics", - "The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.", + 'googleAnalytics', + 'The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics_GetTypes(), false, @@ -156,8 +156,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "amplitude", - "The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.", + 'amplitude', + 'The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude_GetTypes(), false, @@ -165,8 +165,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "dynatrace", - "The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.", + 'dynatrace', + 'The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace_GetTypes(), false, @@ -174,8 +174,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "redshift", - "Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.", + 'redshift', + 'Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift_GetTypes(), false, @@ -183,8 +183,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "serviceNow", - "The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.", + 'serviceNow', + 'The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow_GetTypes(), false, @@ -192,8 +192,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "trendmicro", - "The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.", + 'trendmicro', + 'The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro_GetTypes(), false, @@ -201,8 +201,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "datadog", - "Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.", + 'datadog', + 'Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog_GetTypes(), false, @@ -210,8 +210,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "slack", - "Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.", + 'slack', + 'Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack_GetTypes(), false, @@ -219,8 +219,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "snowflake", - "The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.", + 'snowflake', + 'The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake_GetTypes(), false, @@ -228,8 +228,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "inforNexus", - "The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.", + 'inforNexus', + 'The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus_GetTypes(), false, @@ -237,8 +237,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "singular", - "Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.", + 'singular', + 'Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular_GetTypes(), false, @@ -246,8 +246,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "customConnector", - "The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.", + 'customConnector', + 'The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector_GetTypes(), false, @@ -255,8 +255,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "marketo", - "Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.", + 'marketo', + 'Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo_GetTypes(), false, @@ -264,8 +264,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "veeva", - "Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.", + 'veeva', + 'Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva_GetTypes(), false, @@ -273,8 +273,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "zendesk", - "Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.", + 'zendesk', + 'Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk_GetTypes(), false, @@ -282,8 +282,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "salesforce", - "The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.", + 'salesforce', + 'The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce_GetTypes(), false, @@ -291,8 +291,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "sapoData", - "The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.", + 'sapoData', + 'The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude.ts index bfbffebd8..f9e286c1d 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude { // The Secret Access Key portion of the credentials. @@ -18,12 +18,12 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "secretKey", - "The Secret Access Key portion of the credentials.", + 'secretKey', + 'The Secret Access Key portion of the credentials.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "apiKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'apiKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.ts index c13bd8798..69c86c58f 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector { // The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: `APIKEY`, `BASIC`, `CUSTOM`, `OAUTH2`. @@ -43,8 +43,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.Object, - "apiKey", - "", + 'apiKey', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey_GetTypes(), false, @@ -52,16 +52,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.String, - "authenticationType", - "The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: `APIKEY`, `BASIC`, `CUSTOM`, `OAUTH2`.", + 'authenticationType', + 'The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: `APIKEY`, `BASIC`, `CUSTOM`, `OAUTH2`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "basic", - "Basic credentials that are required for the authentication of the user.", + 'basic', + 'Basic credentials that are required for the authentication of the user.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic_GetTypes(), false, @@ -69,8 +69,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "custom", - "If the connector uses the custom authentication mechanism, this holds the required credentials.", + 'custom', + 'If the connector uses the custom authentication mechanism, this holds the required credentials.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom_GetTypes(), false, @@ -78,8 +78,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "oauth2", - "OAuth 2.0 credentials required for the authentication of the user.", + 'oauth2', + 'OAuth 2.0 credentials required for the authentication of the user.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey.ts index 1e57adece..6b92233a2 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey { // @@ -16,11 +16,11 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "apiKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'apiKey', '', () => [], true, false), new DynamicUIProps( InputType.String, - "apiSecretKey", - "", + 'apiSecretKey', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic.ts index 5c085d85f..159f552bf 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom.ts index 913f53e48..612b7e20c 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom { // A map that holds custom authentication credentials. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.Map, - "credentialsMap", - "A map that holds custom authentication credentials.", + 'credentialsMap', + 'A map that holds custom authentication credentials.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customAuthenticationType", - "The custom authentication type that the connector uses.", + 'customAuthenticationType', + 'The custom authentication type that the connector uses.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2.ts index 08184d72f..af63f28a4 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2 { // @@ -31,16 +31,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest_GetTypes(), false, @@ -48,24 +48,24 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.String, - "refreshToken", - "", + 'refreshToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "", + 'clientId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest.ts index 6cb8d82cb..68fdf7196 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.ts index 8150f5444..3febf4b50 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog { // @@ -16,11 +16,11 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "apiKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'apiKey', '', () => [], true, false), new DynamicUIProps( InputType.String, - "applicationKey", - "Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.", + 'applicationKey', + 'Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace.ts index 756a07fe4..77e1c0b00 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace { // The API tokens used by Dynatrace API to authenticate various API calls. @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "apiToken", - "The API tokens used by Dynatrace API to authenticate various API calls.", + 'apiToken', + 'The API tokens used by Dynatrace API to authenticate various API calls.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.ts index 61f870e22..1359045b9 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics { // @@ -31,33 +31,33 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "refreshToken", - "", + 'refreshToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest.ts index 73e998642..8b44c64f5 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.ts index 10a2d4927..a1ca4e729 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode { // @@ -25,24 +25,24 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "refreshToken", - "", + 'refreshToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.ts index 2d0b26749..4a5af290c 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus.ts index e880c24db..251ec38f7 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus { // The Access Key portion of the credentials. @@ -24,32 +24,32 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "accessKeyId", - "The Access Key portion of the credentials.", + 'accessKeyId', + 'The Access Key portion of the credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "datakey", - "Encryption keys used to encrypt data.", + 'datakey', + 'Encryption keys used to encrypt data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretAccessKey", - "The secret key used to sign requests.", + 'secretAccessKey', + 'The secret key used to sign requests.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userId", - "Identifier for the user.", + 'userId', + 'Identifier for the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo.ts index acf275a63..383fb6c21 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo { // @@ -28,16 +28,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest_GetTypes(), false, @@ -45,12 +45,12 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest.ts index 155bf4999..fdd3c0157 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift.ts index 553696176..c1406d490 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce.ts index 490ebcd40..9a54bc7c1 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce { // @@ -34,16 +34,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "oauth2GrantType", - "", + 'oauth2GrantType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest_GetTypes(), false, @@ -51,32 +51,32 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.String, - "refreshToken", - "", + 'refreshToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientCredentialsArn", - "The secret manager ARN, which contains the client ID and client secret of the connected app.", + 'clientCredentialsArn', + 'The secret manager ARN, which contains the client ID and client secret of the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jwtToken", - "A JSON web token (JWT) that authorizes access to Salesforce records.", + 'jwtToken', + 'A JSON web token (JWT) that authorizes access to Salesforce records.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest.ts index 4abdb702b..4c2c7b5a5 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData.ts index 2724e12d1..209b3ba8a 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData { // The SAPOData OAuth type authentication credentials. @@ -26,8 +26,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.Object, - "basicAuthCredentials", - "The SAPOData basic authentication credentials.", + 'basicAuthCredentials', + 'The SAPOData basic authentication credentials.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials_GetTypes(), false, @@ -35,8 +35,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.Object, - "oauthCredentials", - "The SAPOData OAuth type authentication credentials.", + 'oauthCredentials', + 'The SAPOData OAuth type authentication credentials.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials.ts index fdeb2f29b..1ce230a7d 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials.ts index 09a3d477a..9368768f1 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials { // @@ -29,19 +29,19 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest_GetTypes(), false, @@ -49,16 +49,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr ), new DynamicUIProps( InputType.String, - "refreshToken", - "", + 'refreshToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest.ts index cd58954ed..e73e4fb5b 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.ts index 33ea32299..5c9ead5ea 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular.ts index ac31dfbdf..0e232d4fa 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular { // @@ -13,6 +13,6 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "apiKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'apiKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.ts index 6b9c64d34..f42f4132a 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack { // @@ -28,25 +28,25 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest.ts index 6dff33bc7..f4019b633 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest { // The code provided by the connector when it has been authenticated via the connected app. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake.ts index 9e4eddbba..755b6ed68 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro.ts index 92010206f..753580991 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "apiSecretKey", - "", + 'apiSecretKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva.ts index b502e50bd..a962b021b 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva { // @@ -16,7 +16,7 @@ export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileC export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "password", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'password', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.ts index f755d9bea..d7982980f 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest, appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk { // @@ -28,25 +28,25 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "accessToken", - "", + 'accessToken', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthRequest", - "", + 'oauthRequest', + '', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.ts index 571879ee7..a36eda9cc 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest { // The URL to which the authentication server redirects the browser after authorization has been granted. @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfileCr return [ new DynamicUIProps( InputType.String, - "redirectUri", - "The URL to which the authentication server redirects the browser after authorization has been granted.", + 'redirectUri', + 'The URL to which the authentication server redirects the browser after authorization has been granted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authCode", - "The code provided by the connector when it has been authenticated via the connected app.", + 'authCode', + 'The code provided by the connector when it has been authenticated via the connected app.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties.ts index e6c644032..05fea5245 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties.ts @@ -3,80 +3,80 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfileProperties { // The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details. @@ -138,8 +138,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.Object, - "datadog", - "Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.", + 'datadog', + 'Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog_GetTypes(), false, @@ -147,8 +147,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "sapoData", - "The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.", + 'sapoData', + 'The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData_GetTypes(), false, @@ -156,8 +156,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "honeycode", - "The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.", + 'honeycode', + 'The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode_GetTypes(), false, @@ -165,8 +165,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "redshift", - "Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.", + 'redshift', + 'Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift_GetTypes(), false, @@ -174,8 +174,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "zendesk", - "Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.", + 'zendesk', + 'Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk_GetTypes(), false, @@ -183,8 +183,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "dynatrace", - "The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.", + 'dynatrace', + 'The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace_GetTypes(), false, @@ -192,8 +192,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "snowflake", - "The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.", + 'snowflake', + 'The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake_GetTypes(), false, @@ -201,8 +201,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "salesforce", - "The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.", + 'salesforce', + 'The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce_GetTypes(), false, @@ -210,8 +210,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "googleAnalytics", - "The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.", + 'googleAnalytics', + 'The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics_GetTypes(), false, @@ -219,8 +219,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "customConnector", - "The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.", + 'customConnector', + 'The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector_GetTypes(), false, @@ -228,8 +228,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "marketo", - "Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.", + 'marketo', + 'Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo_GetTypes(), false, @@ -237,8 +237,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "singular", - "Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.", + 'singular', + 'Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular_GetTypes(), false, @@ -246,8 +246,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "serviceNow", - "The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.", + 'serviceNow', + 'The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow_GetTypes(), false, @@ -255,8 +255,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "trendmicro", - "The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.", + 'trendmicro', + 'The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro_GetTypes(), false, @@ -264,8 +264,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "slack", - "Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.", + 'slack', + 'Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack_GetTypes(), false, @@ -273,8 +273,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "veeva", - "Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.", + 'veeva', + 'Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva_GetTypes(), false, @@ -282,8 +282,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "inforNexus", - "The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.", + 'inforNexus', + 'The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus_GetTypes(), false, @@ -291,8 +291,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Object, - "amplitude", - "The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.", + 'amplitude', + 'The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude.ts index 64c8126d1..23a4a807b 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude {} diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.ts index 76a38a59c..8408f47cc 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector { // A map of properties that are required to create a profile for the custom connector. @@ -22,16 +22,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.Map, - "profileProperties", - "A map of properties that are required to create a profile for the custom connector.", + 'profileProperties', + 'A map of properties that are required to create a profile for the custom connector.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "oauth2Properties", - "The OAuth 2.0 properties required for OAuth 2.0 authentication.", + 'oauth2Properties', + 'The OAuth 2.0 properties required for OAuth 2.0 authentication.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties.ts index 16d9c822a..d16e82141 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties { // Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request. @@ -21,20 +21,20 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.Map, - "tokenUrlCustomProperties", - "Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.", + 'tokenUrlCustomProperties', + 'Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "oauth2GrantType", - "", + 'oauth2GrantType', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "tokenUrl", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'tokenUrl', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog.ts index d0f16706c..782443a61 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace.ts index 931dbb97b..1798ffff6 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics.ts index 296923093..e08ebabab 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics {} diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode.ts index 5ed4bd6ec..a763308bd 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode {} diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus.ts index 7f4c0f2e3..0526c369b 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo.ts index ec215c6f2..9cec6f8c7 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.ts index 525795661..0db5e3911 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift { // @@ -33,15 +33,15 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", + 'clusterIdentifier', "The unique ID that's assigned to an Amazon Redshift cluster.", () => [], false, @@ -49,40 +49,40 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.String, - "dataApiRoleArn", - "ARN of the IAM role that permits AppFlow to access the database through Data API.", + 'dataApiRoleArn', + 'ARN of the IAM role that permits AppFlow to access the database through Data API.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of an Amazon Redshift database.", + 'databaseName', + 'The name of an Amazon Redshift database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseUrl", - "The JDBC URL of the Amazon Redshift cluster.", + 'databaseUrl', + 'The JDBC URL of the Amazon Redshift cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role.", + 'roleArn', + 'ARN of the IAM role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce.ts index acc11f4ff..b49e57a13 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce { // @@ -18,16 +18,16 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isSandboxEnvironment", - "Indicates whether the connector profile applies to a sandbox or production environment.", + 'isSandboxEnvironment', + 'Indicates whether the connector profile applies to a sandbox or production environment.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.ts index b4100333d..8fb97ea3e 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties, appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties_GetTypes, -} from "./appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties"; +} from './appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData { // @@ -37,32 +37,32 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "applicationServicePath", - "The application path to catalog service.", + 'applicationServicePath', + 'The application path to catalog service.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientNumber", - "The client number for the client creating the connection.", + 'clientNumber', + 'The client number for the client creating the connection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logonLanguage", - "The logon language of SAPOData instance.", + 'logonLanguage', + 'The logon language of SAPOData instance.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "oauthProperties", - "The SAPOData OAuth properties required for OAuth type authentication.", + 'oauthProperties', + 'The SAPOData OAuth properties required for OAuth type authentication.', () => appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties_GetTypes(), false, @@ -70,24 +70,24 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr ), new DynamicUIProps( InputType.Number, - "portNumber", - "The port number of the SAPOData instance.", + 'portNumber', + 'The port number of the SAPOData instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateLinkServiceName", - "", + 'privateLinkServiceName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationHostUrl", - "The location of the SAPOData resource.", + 'applicationHostUrl', + 'The location of the SAPOData resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties.ts index e42999057..59b72cd0e 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties { // The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication. @@ -21,20 +21,20 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "authCodeUrl", - "The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.", + 'authCodeUrl', + 'The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "oauthScopes", - "The OAuth scopes required for OAuth type authentication.", + 'oauthScopes', + 'The OAuth scopes required for OAuth type authentication.', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "tokenUrl", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'tokenUrl', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow.ts index 2034334d0..cca873b4e 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular.ts index ec3520027..294c08e3b 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular {} diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack.ts index 1c7c44def..ee5a28bd0 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.ts index 7543c5357..e6b704566 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake { // AWS Region of the Snowflake account. @@ -33,56 +33,56 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateLinkServiceName", - "", + 'privateLinkServiceName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS Region of the Snowflake account.", + 'region', + 'AWS Region of the Snowflake account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stage", - "Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: `..`.", + 'stage', + 'Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: `..`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warehouse", - "The name of the Snowflake warehouse.", + 'warehouse', + 'The name of the Snowflake warehouse.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountName", - "The name of the account.", + 'accountName', + 'The name of the account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro.ts index e2b5e6fc4..3f5863ba7 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro {} diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva.ts index 1e0e1d8a2..71777a75a 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk.ts b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk.ts index 2de1d1e36..1dd65e4b0 100644 --- a/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk.ts +++ b/src/app/Models/codegen/aws/types/appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk { // @@ -15,8 +15,8 @@ export function appflow_ConnectorProfileConnectorProfileConfigConnectorProfilePr return [ new DynamicUIProps( InputType.String, - "instanceUrl", - "", + 'instanceUrl', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfig.ts index 968b0b46c..c61f41931 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorProperties, appflow_FlowDestinationFlowConfigDestinationConnectorProperties_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorProperties"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorProperties'; export interface appflow_FlowDestinationFlowConfig { // API version that the destination connector uses. @@ -28,24 +28,24 @@ export function appflow_FlowDestinationFlowConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectorProfileName", - "Name of the connector profile. This name must be unique for each connector profile in the AWS account.", + 'connectorProfileName', + 'Name of the connector profile. This name must be unique for each connector profile in the AWS account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectorType", - "Type of connector, such as Salesforce, Amplitude, and so on. Valid values are `Salesforce`, `Singular`, `Slack`, `Redshift`, `S3`, `Marketo`, `Googleanalytics`, `Zendesk`, `Servicenow`, `Datadog`, `Trendmicro`, `Snowflake`, `Dynatrace`, `Infornexus`, `Amplitude`, `Veeva`, `EventBridge`, `LookoutMetrics`, `Upsolver`, `Honeycode`, `CustomerProfiles`, `SAPOData`, and `CustomConnector`.", + 'connectorType', + 'Type of connector, such as Salesforce, Amplitude, and so on. Valid values are `Salesforce`, `Singular`, `Slack`, `Redshift`, `S3`, `Marketo`, `Googleanalytics`, `Zendesk`, `Servicenow`, `Datadog`, `Trendmicro`, `Snowflake`, `Dynatrace`, `Infornexus`, `Amplitude`, `Veeva`, `EventBridge`, `LookoutMetrics`, `Upsolver`, `Honeycode`, `CustomerProfiles`, `SAPOData`, and `CustomConnector`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "destinationConnectorProperties", - "This stores the information that is required to query a particular connector. See Destination Connector Properties for more information.", + 'destinationConnectorProperties', + 'This stores the information that is required to query a particular connector. See Destination Connector Properties for more information.', () => appflow_FlowDestinationFlowConfigDestinationConnectorProperties_GetTypes(), true, @@ -53,8 +53,8 @@ export function appflow_FlowDestinationFlowConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "apiVersion", - "API version that the destination connector uses.", + 'apiVersion', + 'API version that the destination connector uses.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorProperties.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorProperties.ts index a8e8dd071..82789415f 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorProperties.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorProperties.ts @@ -3,60 +3,60 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorProperties { // Properties that are required to query Upsolver. See Upsolver Destination Properties for more details. @@ -103,8 +103,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ return [ new DynamicUIProps( InputType.Object, - "upsolver", - "Properties that are required to query Upsolver. See Upsolver Destination Properties for more details.", + 'upsolver', + 'Properties that are required to query Upsolver. See Upsolver Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver_GetTypes(), false, @@ -112,8 +112,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "customerProfiles", - "Properties that are required to query Amazon Connect Customer Profiles. See Customer Profiles Destination Properties for more details.", + 'customerProfiles', + 'Properties that are required to query Amazon Connect Customer Profiles. See Customer Profiles Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles_GetTypes(), false, @@ -121,8 +121,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "eventBridge", - "Properties that are required to query Amazon EventBridge. See Generic Destination Properties for more details.", + 'eventBridge', + 'Properties that are required to query Amazon EventBridge. See Generic Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge_GetTypes(), false, @@ -130,8 +130,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "honeycode", - "Properties that are required to query Amazon Honeycode. See Generic Destination Properties for more details.", + 'honeycode', + 'Properties that are required to query Amazon Honeycode. See Generic Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode_GetTypes(), false, @@ -139,8 +139,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "marketo", - "Properties that are required to query Marketo. See Generic Destination Properties for more details.", + 'marketo', + 'Properties that are required to query Marketo. See Generic Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo_GetTypes(), false, @@ -148,8 +148,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "customConnector", - "Properties that are required to query the custom Connector. See Custom Connector Destination Properties for more details.", + 'customConnector', + 'Properties that are required to query the custom Connector. See Custom Connector Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector_GetTypes(), false, @@ -157,8 +157,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "lookoutMetrics", - "", + 'lookoutMetrics', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics_GetTypes(), false, @@ -166,8 +166,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "redshift", - "Properties that are required to query Amazon Redshift. See Redshift Destination Properties for more details.", + 'redshift', + 'Properties that are required to query Amazon Redshift. See Redshift Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift_GetTypes(), false, @@ -175,8 +175,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "s3", - "Properties that are required to query Amazon S3. See S3 Destination Properties for more details.", + 's3', + 'Properties that are required to query Amazon S3. See S3 Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3_GetTypes(), false, @@ -184,8 +184,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "salesforce", - "Properties that are required to query Salesforce. See Salesforce Destination Properties for more details.", + 'salesforce', + 'Properties that are required to query Salesforce. See Salesforce Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce_GetTypes(), false, @@ -193,8 +193,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "sapoData", - "Properties that are required to query SAPOData. See SAPOData Destination Properties for more details.", + 'sapoData', + 'Properties that are required to query SAPOData. See SAPOData Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData_GetTypes(), false, @@ -202,8 +202,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "snowflake", - "Properties that are required to query Snowflake. See Snowflake Destination Properties for more details.", + 'snowflake', + 'Properties that are required to query Snowflake. See Snowflake Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake_GetTypes(), false, @@ -211,8 +211,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorProperties_ ), new DynamicUIProps( InputType.Object, - "zendesk", - "Properties that are required to query Zendesk. See Zendesk Destination Properties for more details.", + 'zendesk', + 'Properties that are required to query Zendesk. See Zendesk Destination Properties for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector.ts index 59676b8f7..3cef57ed2 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector { // @@ -31,24 +31,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesC return [ new DynamicUIProps( InputType.Map, - "customProperties", - "", + 'customProperties', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "entityName", - "", + 'entityName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig_GetTypes(), false, @@ -56,16 +56,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesC ), new DynamicUIProps( InputType.Array, - "idFieldNames", - "", + 'idFieldNames', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "writeOperationType", - "", + 'writeOperationType', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig.ts index 9dc20ce24..190ee6ecb 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesC return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles.ts index c063fc2d2..0897ed77a 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles { // Unique name of the Amazon Connect Customer Profiles domain. @@ -18,16 +18,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesC return [ new DynamicUIProps( InputType.String, - "domainName", - "Unique name of the Amazon Connect Customer Profiles domain.", + 'domainName', + 'Unique name of the Amazon Connect Customer Profiles domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "objectTypeName", - "Object specified in the Amazon Connect Customer Profiles flow destination.", + 'objectTypeName', + 'Object specified in the Amazon Connect Customer Profiles flow destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.ts index fa705b5dd..67cecba60 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge { // @@ -22,13 +22,13 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesE return [ new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig.ts index 388e871e1..d48ca5f3a 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig { // If the flow should fail after the first instance of a failure when attempting to place data in the destination. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesE return [ new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.ts index 75a748f8a..eb2e2c052 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode { // @@ -22,13 +22,13 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesH return [ new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig.ts index 6341c0948..bc0b9acd9 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesH return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics.ts index 3f0e4a6ea..bf2b34504 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics {} diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo.ts index 064dcb84d..72d915969 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo { // @@ -22,13 +22,13 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesM return [ new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig.ts index 3ac0b335a..ca8e6740c 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesM return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift.ts index b91e33af7..53606430c 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift { // @@ -28,16 +28,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesR return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig_GetTypes(), false, @@ -45,12 +45,12 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesR ), new DynamicUIProps( InputType.String, - "intermediateBucketName", - "", + 'intermediateBucketName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig.ts index 08da89ef2..6aa7fbbda 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesR return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3.ts index b16a730d8..937cb4d57 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3 { // @@ -25,24 +25,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3OutputFormatConfig", - "", + 's3OutputFormatConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.ts index 5f3709153..1cf7e67c1 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig { // Whether the data types from the source system need to be preserved (Only valid for `Parquet` file type) @@ -32,8 +32,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.Object, - "aggregationConfig", - "Aggregation settings that you can use to customize the output format of your flow data. See Aggregation Config for more details.", + 'aggregationConfig', + 'Aggregation settings that you can use to customize the output format of your flow data. See Aggregation Config for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig_GetTypes(), false, @@ -41,16 +41,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.String, - "fileType", - "File type that Amazon AppFlow places in the Amazon S3 bucket. Valid values are `CSV`, `JSON`, and `PARQUET`.", + 'fileType', + 'File type that Amazon AppFlow places in the Amazon S3 bucket. Valid values are `CSV`, `JSON`, and `PARQUET`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "prefixConfig", - "Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. See Prefix Config for more details.", + 'prefixConfig', + 'Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. See Prefix Config for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig_GetTypes(), false, @@ -58,8 +58,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.Bool, - "preserveSourceDataTyping", - "Whether the data types from the source system need to be preserved (Only valid for `Parquet` file type)", + 'preserveSourceDataTyping', + 'Whether the data types from the source system need to be preserved (Only valid for `Parquet` file type)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig.ts index 6fcb315ad..df6dc0fad 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig { // Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`. @@ -18,16 +18,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.Number, - "targetFileSize", - "The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. Integer value.", + 'targetFileSize', + 'The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. Integer value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aggregationType", - "Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`.", + 'aggregationType', + 'Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig.ts index 7483caccd..5ffb2e42d 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig { // Determines the level of granularity that's included in the prefix. Valid values are `YEAR`, `MONTH`, `DAY`, `HOUR`, and `MINUTE`. @@ -21,7 +21,7 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "prefixFormat", + 'prefixFormat', "Determines the level of granularity that's included in the prefix. Valid values are `YEAR`, `MONTH`, `DAY`, `HOUR`, and `MINUTE`.", () => [], false, @@ -29,16 +29,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.Array, - "prefixHierarchies", - "Determines whether the destination file path includes either or both of the selected elements. Valid values are `EXECUTION_ID` and `SCHEMA_VERSION`", + 'prefixHierarchies', + 'Determines whether the destination file path includes either or both of the selected elements. Valid values are `EXECUTION_ID` and `SCHEMA_VERSION`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "prefixType", - "Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are `FILENAME`, `PATH`, and `PATH_AND_FILENAME`.", + 'prefixType', + 'Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are `FILENAME`, `PATH`, and `PATH_AND_FILENAME`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce.ts index f99fc5856..d4c2fb530 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce { // @@ -28,16 +28,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "writeOperationType", - "", + 'writeOperationType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig_GetTypes(), false, @@ -45,12 +45,12 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.Array, - "idFieldNames", - "", + 'idFieldNames', + '', () => InputType_String_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig.ts index 8b4ef5494..c27ecb1e5 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig { // If the flow should fail after the first instance of a failure when attempting to place data in the destination. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.ts index 6c1875d14..95bb6cc98 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData { // @@ -35,16 +35,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "objectPath", - "", + 'objectPath', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "successResponseHandlingConfig", - "Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. See Success Response Handling Config for more details.", + 'successResponseHandlingConfig', + 'Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. See Success Response Handling Config for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig_GetTypes(), false, @@ -52,16 +52,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.String, - "writeOperationType", - "", + 'writeOperationType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig_GetTypes(), false, @@ -69,8 +69,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.Array, - "idFieldNames", - "", + 'idFieldNames', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig.ts index 30daf1baa..21dab80dc 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig.ts index 1717d3b43..089f1f557 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig { // Name of the Amazon S3 bucket. @@ -18,16 +18,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake.ts index a496a3992..ce61298ae 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake { // @@ -28,16 +28,16 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig_GetTypes(), false, @@ -45,12 +45,12 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS ), new DynamicUIProps( InputType.String, - "intermediateBucketName", - "", + 'intermediateBucketName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig.ts index 0e751583e..681432812 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig { // Amazon S3 bucket prefix. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesS return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver.ts index 8490e5dcc..d1e300771 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver { // @@ -25,24 +25,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU return [ new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3OutputFormatConfig", - "", + 's3OutputFormatConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig.ts index 3c050404c..fd447810d 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig { // Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. See Prefix Config for more details. @@ -29,8 +29,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU return [ new DynamicUIProps( InputType.Object, - "prefixConfig", - "Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. See Prefix Config for more details.", + 'prefixConfig', + 'Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. See Prefix Config for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig_GetTypes(), true, @@ -38,8 +38,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU ), new DynamicUIProps( InputType.Object, - "aggregationConfig", - "Aggregation settings that you can use to customize the output format of your flow data. See Aggregation Config for more details.", + 'aggregationConfig', + 'Aggregation settings that you can use to customize the output format of your flow data. See Aggregation Config for more details.', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig_GetTypes(), false, @@ -47,8 +47,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU ), new DynamicUIProps( InputType.String, - "fileType", - "File type that Amazon AppFlow places in the Amazon S3 bucket. Valid values are `CSV`, `JSON`, and `PARQUET`.", + 'fileType', + 'File type that Amazon AppFlow places in the Amazon S3 bucket. Valid values are `CSV`, `JSON`, and `PARQUET`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig.ts index 97a43017f..fc26d9226 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig { // Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`. @@ -15,8 +15,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU return [ new DynamicUIProps( InputType.String, - "aggregationType", - "Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`.", + 'aggregationType', + 'Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are `None` and `SingleFile`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig.ts index afcffb48e..ab52939b1 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig { // Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are `FILENAME`, `PATH`, and `PATH_AND_FILENAME`. @@ -21,15 +21,15 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU return [ new DynamicUIProps( InputType.String, - "prefixType", - "Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are `FILENAME`, `PATH`, and `PATH_AND_FILENAME`.", + 'prefixType', + 'Determines the format of the prefix, and whether it applies to the file name, file path, or both. Valid values are `FILENAME`, `PATH`, and `PATH_AND_FILENAME`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefixFormat", + 'prefixFormat', "Determines the level of granularity that's included in the prefix. Valid values are `YEAR`, `MONTH`, `DAY`, `HOUR`, and `MINUTE`.", () => [], false, @@ -37,8 +37,8 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesU ), new DynamicUIProps( InputType.Array, - "prefixHierarchies", - "Determines whether the destination file path includes either or both of the selected elements. Valid values are `EXECUTION_ID` and `SCHEMA_VERSION`", + 'prefixHierarchies', + 'Determines whether the destination file path includes either or both of the selected elements. Valid values are `EXECUTION_ID` and `SCHEMA_VERSION`', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk.ts index 232eede29..8ad73344d 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig, appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig_GetTypes, -} from "./appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig"; +} from './appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk { // @@ -28,25 +28,25 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZ return [ new DynamicUIProps( InputType.Array, - "idFieldNames", - "", + 'idFieldNames', + '', () => InputType_String_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), new DynamicUIProps( InputType.String, - "writeOperationType", - "", + 'writeOperationType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "errorHandlingConfig", - "", + 'errorHandlingConfig', + '', () => appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig.ts index 9f48ea1cc..6d61812fd 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig { // Name of the Amazon S3 bucket. @@ -21,24 +21,24 @@ export function appflow_FlowDestinationFlowConfigDestinationConnectorPropertiesZ return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket.", + 'bucketName', + 'Name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Amazon S3 bucket prefix.", + 'bucketPrefix', + 'Amazon S3 bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failOnFirstDestinationError", - "If the flow should fail after the first instance of a failure when attempting to place data in the destination.", + 'failOnFirstDestinationError', + 'If the flow should fail after the first instance of a failure when attempting to place data in the destination.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfig.ts index 3aa7554fe..ca44f1e2c 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowMetadataCatalogConfigGlueDataCatalog, appflow_FlowMetadataCatalogConfigGlueDataCatalog_GetTypes, -} from "./appflow_FlowMetadataCatalogConfigGlueDataCatalog"; +} from './appflow_FlowMetadataCatalogConfigGlueDataCatalog'; export interface appflow_FlowMetadataCatalogConfig { // @@ -19,8 +19,8 @@ export function appflow_FlowMetadataCatalogConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "glueDataCatalog", - "", + 'glueDataCatalog', + '', () => appflow_FlowMetadataCatalogConfigGlueDataCatalog_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfigGlueDataCatalog.ts b/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfigGlueDataCatalog.ts index 6bf87ffef..1ebbd9187 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfigGlueDataCatalog.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowMetadataCatalogConfigGlueDataCatalog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowMetadataCatalogConfigGlueDataCatalog { // A naming prefix for each Data Catalog table that Amazon AppFlow creates @@ -21,24 +21,24 @@ export function appflow_FlowMetadataCatalogConfigGlueDataCatalog_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "tablePrefix", - "A naming prefix for each Data Catalog table that Amazon AppFlow creates", + 'tablePrefix', + 'A naming prefix for each Data Catalog table that Amazon AppFlow creates', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of an existing Glue database to store the metadata tables that Amazon AppFlow creates.", + 'databaseName', + 'The name of an existing Glue database to store the metadata tables that Amazon AppFlow creates.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of an IAM role that grants AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.", + 'roleArn', + 'The ARN of an IAM role that grants AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfig.ts index 212b78ef0..fedfb6073 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowSourceFlowConfigIncrementalPullConfig, appflow_FlowSourceFlowConfigIncrementalPullConfig_GetTypes, -} from "./appflow_FlowSourceFlowConfigIncrementalPullConfig"; +} from './appflow_FlowSourceFlowConfigIncrementalPullConfig'; import { appflow_FlowSourceFlowConfigSourceConnectorProperties, appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorProperties"; +} from './appflow_FlowSourceFlowConfigSourceConnectorProperties'; export interface appflow_FlowSourceFlowConfig { // API version that the destination connector uses. @@ -35,40 +35,40 @@ export function appflow_FlowSourceFlowConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectorProfileName", - "Name of the connector profile. This name must be unique for each connector profile in the AWS account.", + 'connectorProfileName', + 'Name of the connector profile. This name must be unique for each connector profile in the AWS account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectorType", - "Type of connector, such as Salesforce, Amplitude, and so on. Valid values are `Salesforce`, `Singular`, `Slack`, `Redshift`, `S3`, `Marketo`, `Googleanalytics`, `Zendesk`, `Servicenow`, `Datadog`, `Trendmicro`, `Snowflake`, `Dynatrace`, `Infornexus`, `Amplitude`, `Veeva`, `EventBridge`, `LookoutMetrics`, `Upsolver`, `Honeycode`, `CustomerProfiles`, `SAPOData`, and `CustomConnector`.", + 'connectorType', + 'Type of connector, such as Salesforce, Amplitude, and so on. Valid values are `Salesforce`, `Singular`, `Slack`, `Redshift`, `S3`, `Marketo`, `Googleanalytics`, `Zendesk`, `Servicenow`, `Datadog`, `Trendmicro`, `Snowflake`, `Dynatrace`, `Infornexus`, `Amplitude`, `Veeva`, `EventBridge`, `LookoutMetrics`, `Upsolver`, `Honeycode`, `CustomerProfiles`, `SAPOData`, and `CustomConnector`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "incrementalPullConfig", - "Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull. See Incremental Pull Config for more details.", + 'incrementalPullConfig', + 'Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull. See Incremental Pull Config for more details.', () => appflow_FlowSourceFlowConfigIncrementalPullConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceConnectorProperties", - "Information that is required to query a particular source connector. See Source Connector Properties for details.", + 'sourceConnectorProperties', + 'Information that is required to query a particular source connector. See Source Connector Properties for details.', () => appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "apiVersion", - "API version that the destination connector uses.", + 'apiVersion', + 'API version that the destination connector uses.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigIncrementalPullConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigIncrementalPullConfig.ts index ad6cbe620..3fae6f525 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigIncrementalPullConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigIncrementalPullConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigIncrementalPullConfig { // Field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source. @@ -15,8 +15,8 @@ export function appflow_FlowSourceFlowConfigIncrementalPullConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "datetimeTypeFieldName", - "Field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.", + 'datetimeTypeFieldName', + 'Field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorProperties.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorProperties.ts index d1bdefe33..32639bc7f 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorProperties.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorProperties.ts @@ -3,72 +3,72 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3, appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData, appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics, appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce, appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow, appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular, appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk, appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus, appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack, appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace, appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector, appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro, appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva, appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo, appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog, appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude, appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude'; export interface appflow_FlowSourceFlowConfigSourceConnectorProperties { // Information that is required for querying Infor Nexus. See Generic Source Properties for more details. @@ -124,8 +124,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() return [ new DynamicUIProps( InputType.Object, - "customConnector", - "Properties that are applied when the custom connector is being used as a source. See Custom Connector Source Properties.", + 'customConnector', + 'Properties that are applied when the custom connector is being used as a source. See Custom Connector Source Properties.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector_GetTypes(), false, @@ -133,8 +133,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "veeva", - "Information that is required for querying Veeva. See Veeva Source Properties for more details.", + 'veeva', + 'Information that is required for querying Veeva. See Veeva Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva_GetTypes(), false, @@ -142,8 +142,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "inforNexus", - "Information that is required for querying Infor Nexus. See Generic Source Properties for more details.", + 'inforNexus', + 'Information that is required for querying Infor Nexus. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus_GetTypes(), false, @@ -151,8 +151,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "datadog", - "Information that is required for querying Datadog. See Generic Source Properties for more details.", + 'datadog', + 'Information that is required for querying Datadog. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog_GetTypes(), false, @@ -160,8 +160,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "salesforce", - "Information that is required for querying Salesforce. See Salesforce Source Properties for more details.", + 'salesforce', + 'Information that is required for querying Salesforce. See Salesforce Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce_GetTypes(), false, @@ -169,8 +169,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "amplitude", - "Information that is required for querying Amplitude. See Generic Source Properties for more details.", + 'amplitude', + 'Information that is required for querying Amplitude. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude_GetTypes(), false, @@ -178,8 +178,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "trendmicro", - "Operation to be performed on the provided Trend Micro source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'trendmicro', + 'Operation to be performed on the provided Trend Micro source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro_GetTypes(), false, @@ -187,8 +187,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "marketo", - "Information that is required for querying Marketo. See Generic Source Properties for more details.", + 'marketo', + 'Information that is required for querying Marketo. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo_GetTypes(), false, @@ -196,8 +196,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "sapoData", - "Information that is required for querying SAPOData as a flow source. See SAPO Source Properties for more details.", + 'sapoData', + 'Information that is required for querying SAPOData as a flow source. See SAPO Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData_GetTypes(), false, @@ -205,8 +205,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "slack", - "Information that is required for querying Slack. See Generic Source Properties for more details.", + 'slack', + 'Information that is required for querying Slack. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack_GetTypes(), false, @@ -214,16 +214,16 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "s3", - "Information that is required for querying Amazon S3. See S3 Source Properties for more details.", + 's3', + 'Information that is required for querying Amazon S3. See S3 Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "googleAnalytics", - "Operation to be performed on the provided Google Analytics source fields. Valid values are `PROJECTION` and `BETWEEN`.", + 'googleAnalytics', + 'Operation to be performed on the provided Google Analytics source fields. Valid values are `PROJECTION` and `BETWEEN`.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics_GetTypes(), false, @@ -231,8 +231,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "serviceNow", - "Information that is required for querying ServiceNow. See Generic Source Properties for more details.", + 'serviceNow', + 'Information that is required for querying ServiceNow. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow_GetTypes(), false, @@ -240,8 +240,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "dynatrace", - "Operation to be performed on the provided Dynatrace source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'dynatrace', + 'Operation to be performed on the provided Dynatrace source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace_GetTypes(), false, @@ -249,8 +249,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "singular", - "Information that is required for querying Singular. See Generic Source Properties for more details.", + 'singular', + 'Information that is required for querying Singular. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular_GetTypes(), false, @@ -258,8 +258,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorProperties_GetTypes() ), new DynamicUIProps( InputType.Object, - "zendesk", - "Information that is required for querying Zendesk. See Generic Source Properties for more details.", + 'zendesk', + 'Information that is required for querying Zendesk. See Generic Source Properties for more details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude.ts index e42bfac72..5b93176d5 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesAmplitude_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector.ts index df8435074..a5ba55345 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector { // @@ -18,16 +18,16 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesCustomConne return [ new DynamicUIProps( InputType.Map, - "customProperties", - "", + 'customProperties', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "entityName", - "", + 'entityName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog.ts index 7a8c8b07b..25af92229 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog { export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesDatadog_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace.ts index 6af3d19d6..aca4225b6 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesDynatrace_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.ts index bd1c2014c..246019cc3 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnal export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.ts index 01c5fff19..e50b8f62a 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesInforNexus_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo.ts index 73a624889..bc9b31359 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo { export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesMarketo_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3.ts index e3479b90b..57b169c82 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig, appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig_GetTypes, -} from "./appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig"; +} from './appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3 { // @@ -25,24 +25,24 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3_GetTypes return [ new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "s3InputFormatConfig", - "When you use Amazon S3 as the source, the configuration format that you provide the flow input data. See S3 Input Format Config for details.", + 's3InputFormatConfig', + 'When you use Amazon S3 as the source, the configuration format that you provide the flow input data. See S3 Input Format Config for details.', () => appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig.ts index 51f646676..0fc4e0093 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig { // File type that Amazon AppFlow gets from your Amazon S3 bucket. Valid values are `CSV` and `JSON`. @@ -15,8 +15,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFo return [ new DynamicUIProps( InputType.String, - "s3InputFileType", - "File type that Amazon AppFlow gets from your Amazon S3 bucket. Valid values are `CSV` and `JSON`.", + 's3InputFileType', + 'File type that Amazon AppFlow gets from your Amazon S3 bucket. Valid values are `CSV` and `JSON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce.ts index f99d627fd..3e64137e8 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce { // Flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. @@ -21,20 +21,20 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesSalesforce_ return [ new DynamicUIProps( InputType.Bool, - "enableDynamicFieldUpdate", - "Flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.", + 'enableDynamicFieldUpdate', + 'Flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeDeletedRecords", - "Whether Amazon AppFlow includes deleted files in the flow run.", + 'includeDeletedRecords', + 'Whether Amazon AppFlow includes deleted files in the flow run.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData.ts index a95b752ab..aa7705ec2 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData { // @@ -15,8 +15,8 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesSapoData_Ge return [ new DynamicUIProps( InputType.String, - "objectPath", - "", + 'objectPath', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow.ts index 162241da4..43de9184d 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesServiceNow_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular.ts index 61f9d70b4..73c07d46c 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular { export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesSingular_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack.ts index f7e740c36..0a06acc5e 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack { export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesSlack_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro.ts index 680c82f8e..922981d6c 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva.ts index b5ab53b4a..ea44e3579 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva { // Boolean value to include file renditions in Veeva document extract flow. @@ -27,33 +27,33 @@ export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesVeeva_GetTy return [ new DynamicUIProps( InputType.Bool, - "includeRenditions", - "Boolean value to include file renditions in Veeva document extract flow.", + 'includeRenditions', + 'Boolean value to include file renditions in Veeva document extract flow.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeSourceFiles", - "Boolean value to include source files in Veeva document extract flow.", + 'includeSourceFiles', + 'Boolean value to include source files in Veeva document extract flow.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), new DynamicUIProps( InputType.String, - "documentType", - "Document type specified in the Veeva document extract flow.", + 'documentType', + 'Document type specified in the Veeva document extract flow.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeAllVersions", - "Boolean value to include All Versions of files in Veeva document extract flow.", + 'includeAllVersions', + 'Boolean value to include All Versions of files in Veeva document extract flow.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk.ts b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk.ts index ead4e1f83..a179ad194 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk { // @@ -13,6 +13,6 @@ export interface appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk { export function appflow_FlowSourceFlowConfigSourceConnectorPropertiesZendesk_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "object", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'object', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appflow_FlowTask.ts b/src/app/Models/codegen/aws/types/appflow_FlowTask.ts index dc59aff0a..a6e6c53bd 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowTask.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowTask.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowTaskConnectorOperator, appflow_FlowTaskConnectorOperator_GetTypes, -} from "./appflow_FlowTaskConnectorOperator"; +} from './appflow_FlowTaskConnectorOperator'; export interface appflow_FlowTask { // Operation to be performed on the provided source fields. See Connector Operator for details. @@ -31,40 +31,40 @@ export function appflow_FlowTask_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "connectorOperators", - "Operation to be performed on the provided source fields. See Connector Operator for details.", + 'connectorOperators', + 'Operation to be performed on the provided source fields. See Connector Operator for details.', () => appflow_FlowTaskConnectorOperator_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "destinationField", - "Field in a destination connector, or a field value against which Amazon AppFlow validates a source field.", + 'destinationField', + 'Field in a destination connector, or a field value against which Amazon AppFlow validates a source field.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceFields", - "Source fields to which a particular task is applied.", + 'sourceFields', + 'Source fields to which a particular task is applied.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "taskProperties", - "Map used to store task-related information. The execution service looks for particular information based on the `TaskType`. Valid keys are `VALUE`, `VALUES`, `DATA_TYPE`, `UPPER_BOUND`, `LOWER_BOUND`, `SOURCE_DATA_TYPE`, `DESTINATION_DATA_TYPE`, `VALIDATION_ACTION`, `MASK_VALUE`, `MASK_LENGTH`, `TRUNCATE_LENGTH`, `MATH_OPERATION_FIELDS_ORDER`, `CONCAT_FORMAT`, `SUBFIELD_CATEGORY_MAP`, and `EXCLUDE_SOURCE_FIELDS_LIST`.", + 'taskProperties', + 'Map used to store task-related information. The execution service looks for particular information based on the `TaskType`. Valid keys are `VALUE`, `VALUES`, `DATA_TYPE`, `UPPER_BOUND`, `LOWER_BOUND`, `SOURCE_DATA_TYPE`, `DESTINATION_DATA_TYPE`, `VALIDATION_ACTION`, `MASK_VALUE`, `MASK_LENGTH`, `TRUNCATE_LENGTH`, `MATH_OPERATION_FIELDS_ORDER`, `CONCAT_FORMAT`, `SUBFIELD_CATEGORY_MAP`, and `EXCLUDE_SOURCE_FIELDS_LIST`.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "taskType", - "Particular task implementation that Amazon AppFlow performs. Valid values are `Arithmetic`, `Filter`, `Map`, `Map_all`, `Mask`, `Merge`, `Passthrough`, `Truncate`, and `Validate`.", + 'taskType', + 'Particular task implementation that Amazon AppFlow performs. Valid values are `Arithmetic`, `Filter`, `Map`, `Map_all`, `Mask`, `Merge`, `Passthrough`, `Truncate`, and `Validate`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowTaskConnectorOperator.ts b/src/app/Models/codegen/aws/types/appflow_FlowTaskConnectorOperator.ts index 5057acce2..b3f073f7b 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowTaskConnectorOperator.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowTaskConnectorOperator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowTaskConnectorOperator { // Operation to be performed on the provided Amazon S3 source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`. @@ -60,128 +60,128 @@ export function appflow_FlowTaskConnectorOperator_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amplitude", - "Operation to be performed on the provided Amplitude source fields. The only valid value is `BETWEEN`.", + 'amplitude', + 'Operation to be performed on the provided Amplitude source fields. The only valid value is `BETWEEN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dynatrace", - "Operation to be performed on the provided Dynatrace source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'dynatrace', + 'Operation to be performed on the provided Dynatrace source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "trendmicro", - "Operation to be performed on the provided Trend Micro source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'trendmicro', + 'Operation to be performed on the provided Trend Micro source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3", - "Operation to be performed on the provided Amazon S3 source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 's3', + 'Operation to be performed on the provided Amazon S3 source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zendesk", - "Operation to be performed on the provided Zendesk source fields. Valid values are `PROJECTION`, `GREATER_THAN`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'zendesk', + 'Operation to be performed on the provided Zendesk source fields. Valid values are `PROJECTION`, `GREATER_THAN`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceNow", - "Operation to be performed on the provided ServiceNow source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'serviceNow', + 'Operation to be performed on the provided ServiceNow source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customConnector", - "Operators supported by the custom connector. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'customConnector', + 'Operators supported by the custom connector. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "singular", - "Operation to be performed on the provided Singular source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'singular', + 'Operation to be performed on the provided Singular source fields. Valid values are `PROJECTION`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datadog", - "Operation to be performed on the provided Datadog source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'datadog', + 'Operation to be performed on the provided Datadog source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "marketo", - "Operation to be performed on the provided Marketo source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'marketo', + 'Operation to be performed on the provided Marketo source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sapoData", - "Operation to be performed on the provided SAPOData source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'sapoData', + 'Operation to be performed on the provided SAPOData source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "salesforce", - "Operation to be performed on the provided Salesforce source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'salesforce', + 'Operation to be performed on the provided Salesforce source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slack", - "Operation to be performed on the provided Slack source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'slack', + 'Operation to be performed on the provided Slack source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "googleAnalytics", - "Operation to be performed on the provided Google Analytics source fields. Valid values are `PROJECTION` and `BETWEEN`.", + 'googleAnalytics', + 'Operation to be performed on the provided Google Analytics source fields. Valid values are `PROJECTION` and `BETWEEN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "veeva", - "Operation to be performed on the provided Veeva source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'veeva', + 'Operation to be performed on the provided Veeva source fields. Valid values are `PROJECTION`, `LESS_THAN`, `GREATER_THAN`, `CONTAINS`, `BETWEEN`, `LESS_THAN_OR_EQUAL_TO`, `GREATER_THAN_OR_EQUAL_TO`, `EQUAL_TO`, `NOT_EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inforNexus", - "Operation to be performed on the provided Infor Nexus source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.", + 'inforNexus', + 'Operation to be performed on the provided Infor Nexus source fields. Valid values are `PROJECTION`, `BETWEEN`, `EQUAL_TO`, `ADDITION`, `MULTIPLICATION`, `DIVISION`, `SUBTRACTION`, `MASK_ALL`, `MASK_FIRST_N`, `MASK_LAST_N`, `VALIDATE_NON_NULL`, `VALIDATE_NON_ZERO`, `VALIDATE_NON_NEGATIVE`, `VALIDATE_NUMERIC`, and `NO_OP`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfig.ts b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfig.ts index f2121b564..6f03abe9a 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfig.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowTriggerConfigTriggerProperties, appflow_FlowTriggerConfigTriggerProperties_GetTypes, -} from "./appflow_FlowTriggerConfigTriggerProperties"; +} from './appflow_FlowTriggerConfigTriggerProperties'; export interface appflow_FlowTriggerConfig { // Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type. See Scheduled Trigger Properties for details. @@ -22,16 +22,16 @@ export function appflow_FlowTriggerConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "triggerType", - "Type of flow trigger. Valid values are `Scheduled`, `Event`, and `OnDemand`.", + 'triggerType', + 'Type of flow trigger. Valid values are `Scheduled`, `Event`, and `OnDemand`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "triggerProperties", - "Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type. See Scheduled Trigger Properties for details.", + 'triggerProperties', + 'Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type. See Scheduled Trigger Properties for details.', () => appflow_FlowTriggerConfigTriggerProperties_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerProperties.ts b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerProperties.ts index 36517a1d7..9f763ef31 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerProperties.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appflow_FlowTriggerConfigTriggerPropertiesScheduled, appflow_FlowTriggerConfigTriggerPropertiesScheduled_GetTypes, -} from "./appflow_FlowTriggerConfigTriggerPropertiesScheduled"; +} from './appflow_FlowTriggerConfigTriggerPropertiesScheduled'; export interface appflow_FlowTriggerConfigTriggerProperties { // @@ -19,8 +19,8 @@ export function appflow_FlowTriggerConfigTriggerProperties_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "scheduled", - "", + 'scheduled', + '', () => appflow_FlowTriggerConfigTriggerPropertiesScheduled_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerPropertiesScheduled.ts b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerPropertiesScheduled.ts index 10db49111..1217ebd16 100644 --- a/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerPropertiesScheduled.ts +++ b/src/app/Models/codegen/aws/types/appflow_FlowTriggerConfigTriggerPropertiesScheduled.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appflow_FlowTriggerConfigTriggerPropertiesScheduled { // Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000. @@ -78,39 +78,39 @@ export function appflow_FlowTriggerConfigTriggerPropertiesScheduled_GetTypes(): return [ new DynamicUIProps( InputType.String, - "scheduleEndTime", - "Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.", + 'scheduleEndTime', + 'Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "Scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)`.", + 'scheduleExpression', + 'Scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "scheduleOffset", - "Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.", + 'scheduleOffset', + 'Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduleStartTime", - "Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.", + 'scheduleStartTime', + 'Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timezone", + 'timezone', 'Time zone used when referring to the date and time of a scheduled-triggered flow, such as `America/New_York`.\n\n\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.appflow.Flow;\nimport com.pulumi.aws.appflow.FlowArgs;\nimport com.pulumi.aws.appflow.inputs.FlowTriggerConfigArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n var example = new Flow("example", FlowArgs.builder()\n .triggerConfig(FlowTriggerConfigArgs.builder()\n .scheduled(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))\n .build())\n .build());\n\n }\n}\n```\n```yaml\nresources:\n example:\n type: aws:appflow:Flow\n properties:\n triggerConfig:\n scheduled:\n - scheduleExpression: rate(1minutes)\n```\n', () => [], false, @@ -118,16 +118,16 @@ export function appflow_FlowTriggerConfigTriggerPropertiesScheduled_GetTypes(): ), new DynamicUIProps( InputType.String, - "dataPullMode", - "Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are `Incremental` and `Complete`.", + 'dataPullMode', + 'Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are `Incremental` and `Complete`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firstExecutionFrom", - "Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.", + 'firstExecutionFrom', + 'Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appintegrations_DataIntegrationScheduleConfig.ts b/src/app/Models/codegen/aws/types/appintegrations_DataIntegrationScheduleConfig.ts index 9b8665484..ff029fe2e 100644 --- a/src/app/Models/codegen/aws/types/appintegrations_DataIntegrationScheduleConfig.ts +++ b/src/app/Models/codegen/aws/types/appintegrations_DataIntegrationScheduleConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appintegrations_DataIntegrationScheduleConfig { // The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded. @@ -21,24 +21,24 @@ export function appintegrations_DataIntegrationScheduleConfig_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "firstExecutionFrom", - "The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded.", + 'firstExecutionFrom', + 'The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "object", - "The name of the object to pull from the data source. Examples of objects in Salesforce include `Case`, `Account`, or `Lead`.", + 'object', + 'The name of the object to pull from the data source. Examples of objects in Salesforce include `Case`, `Account`, or `Lead`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "How often the data should be pulled from data source. Examples include `rate(1 hour)`, `rate(3 hours)`, `rate(1 day)`.", + 'scheduleExpression', + 'How often the data should be pulled from data source. Examples include `rate(1 hour)`, `rate(3 hours)`, `rate(1 day)`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/appintegrations_getEventIntegrationEventFilter.ts b/src/app/Models/codegen/aws/types/appintegrations_getEventIntegrationEventFilter.ts index e9380b036..e3af0bfb2 100644 --- a/src/app/Models/codegen/aws/types/appintegrations_getEventIntegrationEventFilter.ts +++ b/src/app/Models/codegen/aws/types/appintegrations_getEventIntegrationEventFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appintegrations_getEventIntegrationEventFilter { // The source of the events. @@ -15,8 +15,8 @@ export function appintegrations_getEventIntegrationEventFilter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "source", - "The source of the events.", + 'source', + 'The source of the events.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/applicationloadbalancing_IpAddressType.ts b/src/app/Models/codegen/aws/types/applicationloadbalancing_IpAddressType.ts index 5ad35eda7..46876b201 100644 --- a/src/app/Models/codegen/aws/types/applicationloadbalancing_IpAddressType.ts +++ b/src/app/Models/codegen/aws/types/applicationloadbalancing_IpAddressType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface applicationloadbalancing_IpAddressType {} diff --git a/src/app/Models/codegen/aws/types/applicationloadbalancing_LoadBalancerType.ts b/src/app/Models/codegen/aws/types/applicationloadbalancing_LoadBalancerType.ts index c6ca987a1..131b79d00 100644 --- a/src/app/Models/codegen/aws/types/applicationloadbalancing_LoadBalancerType.ts +++ b/src/app/Models/codegen/aws/types/applicationloadbalancing_LoadBalancerType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface applicationloadbalancing_LoadBalancerType {} diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpec.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpec.ts index 2bcad804f..d7239d279 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpec.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecGrpcRoute, appmesh_GatewayRouteSpecGrpcRoute_GetTypes, -} from "./appmesh_GatewayRouteSpecGrpcRoute"; +} from './appmesh_GatewayRouteSpecGrpcRoute'; import { appmesh_GatewayRouteSpecHttp2Route, appmesh_GatewayRouteSpecHttp2Route_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2Route"; +} from './appmesh_GatewayRouteSpecHttp2Route'; import { appmesh_GatewayRouteSpecHttpRoute, appmesh_GatewayRouteSpecHttpRoute_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRoute"; +} from './appmesh_GatewayRouteSpecHttpRoute'; export interface appmesh_GatewayRouteSpec { // Specification of a gRPC gateway route. @@ -36,32 +36,32 @@ export function appmesh_GatewayRouteSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "grpcRoute", - "Specification of a gRPC gateway route.", + 'grpcRoute', + 'Specification of a gRPC gateway route.', () => appmesh_GatewayRouteSpecGrpcRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2Route", - "Specification of an HTTP/2 gateway route.", + 'http2Route', + 'Specification of an HTTP/2 gateway route.', () => appmesh_GatewayRouteSpecHttp2Route_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpRoute", - "Specification of an HTTP gateway route.", + 'httpRoute', + 'Specification of an HTTP gateway route.', () => appmesh_GatewayRouteSpecHttpRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority for the gateway route, between `0` and `1000`.", + 'priority', + 'Priority for the gateway route, between `0` and `1000`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRoute.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRoute.ts index 0ed5da278..83e5f202d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRoute.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecGrpcRouteAction, appmesh_GatewayRouteSpecGrpcRouteAction_GetTypes, -} from "./appmesh_GatewayRouteSpecGrpcRouteAction"; +} from './appmesh_GatewayRouteSpecGrpcRouteAction'; import { appmesh_GatewayRouteSpecGrpcRouteMatch, appmesh_GatewayRouteSpecGrpcRouteMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecGrpcRouteMatch"; +} from './appmesh_GatewayRouteSpecGrpcRouteMatch'; export interface appmesh_GatewayRouteSpecGrpcRoute { // Action to take if a match is determined. @@ -26,16 +26,16 @@ export function appmesh_GatewayRouteSpecGrpcRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_GatewayRouteSpecGrpcRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining a request match.", + 'match', + 'Criteria for determining a request match.', () => appmesh_GatewayRouteSpecGrpcRouteMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteAction.ts index 595d098b7..e6d2d7906 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecGrpcRouteActionTarget, appmesh_GatewayRouteSpecGrpcRouteActionTarget_GetTypes, -} from "./appmesh_GatewayRouteSpecGrpcRouteActionTarget"; +} from './appmesh_GatewayRouteSpecGrpcRouteActionTarget'; export interface appmesh_GatewayRouteSpecGrpcRouteAction { // Target that traffic is routed to when a request matches the gateway route. @@ -19,8 +19,8 @@ export function appmesh_GatewayRouteSpecGrpcRouteAction_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "target", - "Target that traffic is routed to when a request matches the gateway route.", + 'target', + 'Target that traffic is routed to when a request matches the gateway route.', () => appmesh_GatewayRouteSpecGrpcRouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTarget.ts index 94dd34001..c6a19f4f3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService, appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService_GetTypes, -} from "./appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService"; +} from './appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService'; export interface appmesh_GatewayRouteSpecGrpcRouteActionTarget { // The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners. @@ -22,8 +22,8 @@ export function appmesh_GatewayRouteSpecGrpcRouteActionTarget_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "virtualService", - "Virtual service gateway route target.", + 'virtualService', + 'Virtual service gateway route target.', () => appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService_GetTypes(), true, @@ -31,8 +31,8 @@ export function appmesh_GatewayRouteSpecGrpcRouteActionTarget_GetTypes(): Dynami ), new DynamicUIProps( InputType.Number, - "port", - "The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.", + 'port', + 'The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService.ts index ace0221de..a35c61359 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService { // Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecGrpcRouteActionTargetVirtualService_GetT return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.", + 'virtualServiceName', + 'Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteMatch.ts index 62f793e12..0512a9259 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecGrpcRouteMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecGrpcRouteMatch { // The port number to match from the request. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecGrpcRouteMatch_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "Fully qualified domain name for the service to match from the request.", + 'serviceName', + 'Fully qualified domain name for the service to match from the request.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2Route.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2Route.ts index e88cb710c..d43bf8416 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2Route.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2Route.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteAction, appmesh_GatewayRouteSpecHttp2RouteAction_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteAction"; +} from './appmesh_GatewayRouteSpecHttp2RouteAction'; import { appmesh_GatewayRouteSpecHttp2RouteMatch, appmesh_GatewayRouteSpecHttp2RouteMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatch"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatch'; export interface appmesh_GatewayRouteSpecHttp2Route { // Action to take if a match is determined. @@ -26,16 +26,16 @@ export function appmesh_GatewayRouteSpecHttp2Route_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining a request match.", + 'match', + 'Criteria for determining a request match.', () => appmesh_GatewayRouteSpecHttp2RouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_GatewayRouteSpecHttp2RouteAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteAction.ts index efb96af4c..261e8f9a2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteActionRewrite, appmesh_GatewayRouteSpecHttp2RouteActionRewrite_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionRewrite"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionRewrite'; import { appmesh_GatewayRouteSpecHttp2RouteActionTarget, appmesh_GatewayRouteSpecHttp2RouteActionTarget_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionTarget"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionTarget'; export interface appmesh_GatewayRouteSpecHttp2RouteAction { // Gateway route action to rewrite. @@ -26,16 +26,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteAction_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "rewrite", - "Gateway route action to rewrite.", + 'rewrite', + 'Gateway route action to rewrite.', () => appmesh_GatewayRouteSpecHttp2RouteActionRewrite_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "target", - "Target that traffic is routed to when a request matches the gateway route.", + 'target', + 'Target that traffic is routed to when a request matches the gateway route.', () => appmesh_GatewayRouteSpecHttp2RouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewrite.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewrite.ts index a0172ccec..f14c9b92f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewrite.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewrite.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname, appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname'; import { appmesh_GatewayRouteSpecHttp2RouteActionRewritePath, appmesh_GatewayRouteSpecHttp2RouteActionRewritePath_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionRewritePath"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionRewritePath'; import { appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix, appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix'; export interface appmesh_GatewayRouteSpecHttp2RouteActionRewrite { // Exact path to rewrite. @@ -33,24 +33,24 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionRewrite_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "path", - "Exact path to rewrite.", + 'path', + 'Exact path to rewrite.', () => appmesh_GatewayRouteSpecHttp2RouteActionRewritePath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "prefix", - "Specified beginning characters to rewrite.", + 'prefix', + 'Specified beginning characters to rewrite.', () => appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "hostname", - "Host name to rewrite.", + 'hostname', + 'Host name to rewrite.', () => appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname.ts index de1e4be62..67ba2e6a6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname { // Default target host name to write to. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionRewriteHostname_GetTypes return [ new DynamicUIProps( InputType.String, - "defaultTargetHostname", - "Default target host name to write to. Valid values: `ENABLED`, `DISABLED`.", + 'defaultTargetHostname', + 'Default target host name to write to. Valid values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePath.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePath.ts index bd92644a0..e53224c21 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteActionRewritePath { // The exact path to match on. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionRewritePath_GetTypes(): return [ new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix.ts index 88f7c661e..3343361e1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix { // Default prefix used to replace the incoming route prefix when rewritten. Valid values: `ENABLED`, `DISABLED`. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionRewritePrefix_GetTypes() return [ new DynamicUIProps( InputType.String, - "defaultPrefix", - "Default prefix used to replace the incoming route prefix when rewritten. Valid values: `ENABLED`, `DISABLED`.", + 'defaultPrefix', + 'Default prefix used to replace the incoming route prefix when rewritten. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value used to replace the incoming route prefix when rewritten.", + 'value', + 'Value used to replace the incoming route prefix when rewritten.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTarget.ts index 99d562d1a..4fb2decfe 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService, appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService"; +} from './appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService'; export interface appmesh_GatewayRouteSpecHttp2RouteActionTarget { // The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners. @@ -22,16 +22,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionTarget_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "port", - "The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.", + 'port', + 'The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "virtualService", - "Virtual service gateway route target.", + 'virtualService', + 'Virtual service gateway route target.', () => appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService.ts index 1f8a48212..1e983e0bf 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService { // Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteActionTargetVirtualService_Get return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.", + 'virtualServiceName', + 'Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatch.ts index 1fe747587..ccad01385 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatch.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteMatchHeader, appmesh_GatewayRouteSpecHttp2RouteMatchHeader_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchHeader"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchHeader'; import { appmesh_GatewayRouteSpecHttp2RouteMatchHostname, appmesh_GatewayRouteSpecHttp2RouteMatchHostname_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchHostname"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchHostname'; import { appmesh_GatewayRouteSpecHttp2RouteMatchPath, appmesh_GatewayRouteSpecHttp2RouteMatchPath_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchPath"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchPath'; import { appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter, appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter'; export interface appmesh_GatewayRouteSpecHttp2RouteMatch { // Client request headers to match on. @@ -46,48 +46,48 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatch_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "hostname", - "Host name to match on.", + 'hostname', + 'Host name to match on.', () => appmesh_GatewayRouteSpecHttp2RouteMatchHostname_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "path", - "Client request path to match on.", + 'path', + 'Client request path to match on.', () => appmesh_GatewayRouteSpecHttp2RouteMatchPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Path to match requests with. This parameter must always start with `/`, which by itself matches all requests to the virtual service name.", + 'prefix', + 'Path to match requests with. This parameter must always start with `/`, which by itself matches all requests to the virtual service name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queryParameters", - "Client request query parameters to match on.", + 'queryParameters', + 'Client request query parameters to match on.', () => appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "headers", - "Client request headers to match on.", + 'headers', + 'Client request headers to match on.', () => appmesh_GatewayRouteSpecHttp2RouteMatchHeader_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeader.ts index 9177aa9f0..5b70e936f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch, appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchHeader { // If `true`, the match is on the opposite of the `match` method and value. Default is `false`. @@ -25,24 +25,24 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchHeader_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Name for the HTTP header in the client request that will be matched on.", + 'name', + 'Name for the HTTP header in the client request that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "invert", - "If `true`, the match is on the opposite of the `match` method and value. Default is `false`.", + 'invert', + 'If `true`, the match is on the opposite of the `match` method and value. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", - "Method and value to match the header value sent with a request. Specify one match method.", + 'match', + 'Method and value to match the header value sent with a request. Specify one match method.', () => appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch.ts index cedbedc4d..60bce1c0f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange, appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch { // Header value sent by the client must begin with the specified characters. @@ -31,40 +31,40 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "prefix", - "Header value sent by the client must begin with the specified characters.", + 'prefix', + 'Header value sent by the client must begin with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "range", - "Object that specifies the range of numbers that the header value sent by the client must be included in.", + 'range', + 'Object that specifies the range of numbers that the header value sent by the client must be included in.', () => appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regex", - "Header value sent by the client must include the specified characters.", + 'regex', + 'Header value sent by the client must include the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "suffix", - "Header value sent by the client must end with the specified characters.", + 'suffix', + 'Header value sent by the client must end with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Header value sent by the client must match the specified value exactly.", + 'exact', + 'Header value sent by the client must match the specified value exactly.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts index b87c658ee..d8865c1e3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange { // End of the range. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes return [ new DynamicUIProps( InputType.Number, - "end", - "End of the range.", + 'end', + 'End of the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "start", - "Start of the range.", + 'start', + 'Start of the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHostname.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHostname.ts index 1dffa216a..dd8ada449 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchHostname { // Exact host name to match on. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchHostname_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "exact", - "Exact host name to match on.", + 'exact', + 'Exact host name to match on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "suffix", - "Specified ending characters of the host name to match on.", + 'suffix', + 'Specified ending characters of the host name to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchPath.ts index 7d9d66f67..d01aa896e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchPath { // The exact path to match on. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchPath_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regex", - "The regex used to match the path.", + 'regex', + 'The regex used to match the path.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter.ts index e3496e23a..9cfe0804f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch, appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch"; +} from './appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter { // The query parameter to match on. @@ -22,8 +22,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes() return [ new DynamicUIProps( InputType.Object, - "match", - "The query parameter to match on.", + 'match', + 'The query parameter to match on.', () => appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(), false, @@ -31,8 +31,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes() ), new DynamicUIProps( InputType.String, - "name", - "Name for the query parameter that will be matched on.", + 'name', + 'Name for the query parameter that will be matched on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts index 4dc51c698..74bb615c1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch { // The exact query parameter to match on. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTy return [ new DynamicUIProps( InputType.String, - "exact", - "The exact query parameter to match on.", + 'exact', + 'The exact query parameter to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRoute.ts index 7e68699cd..aed16fd2c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRoute.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteAction, appmesh_GatewayRouteSpecHttpRouteAction_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteAction"; +} from './appmesh_GatewayRouteSpecHttpRouteAction'; import { appmesh_GatewayRouteSpecHttpRouteMatch, appmesh_GatewayRouteSpecHttpRouteMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatch"; +} from './appmesh_GatewayRouteSpecHttpRouteMatch'; export interface appmesh_GatewayRouteSpecHttpRoute { // Action to take if a match is determined. @@ -26,16 +26,16 @@ export function appmesh_GatewayRouteSpecHttpRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining a request match.", + 'match', + 'Criteria for determining a request match.', () => appmesh_GatewayRouteSpecHttpRouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_GatewayRouteSpecHttpRouteAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteAction.ts index c18ead686..1effdaf81 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteActionRewrite, appmesh_GatewayRouteSpecHttpRouteActionRewrite_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionRewrite"; +} from './appmesh_GatewayRouteSpecHttpRouteActionRewrite'; import { appmesh_GatewayRouteSpecHttpRouteActionTarget, appmesh_GatewayRouteSpecHttpRouteActionTarget_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionTarget"; +} from './appmesh_GatewayRouteSpecHttpRouteActionTarget'; export interface appmesh_GatewayRouteSpecHttpRouteAction { // Gateway route action to rewrite. @@ -26,16 +26,16 @@ export function appmesh_GatewayRouteSpecHttpRouteAction_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "rewrite", - "Gateway route action to rewrite.", + 'rewrite', + 'Gateway route action to rewrite.', () => appmesh_GatewayRouteSpecHttpRouteActionRewrite_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "target", - "Target that traffic is routed to when a request matches the gateway route.", + 'target', + 'Target that traffic is routed to when a request matches the gateway route.', () => appmesh_GatewayRouteSpecHttpRouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewrite.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewrite.ts index 50901fd70..2a7ddc045 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewrite.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewrite.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname, appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname"; +} from './appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname'; import { appmesh_GatewayRouteSpecHttpRouteActionRewritePath, appmesh_GatewayRouteSpecHttpRouteActionRewritePath_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionRewritePath"; +} from './appmesh_GatewayRouteSpecHttpRouteActionRewritePath'; import { appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix, appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix"; +} from './appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix'; export interface appmesh_GatewayRouteSpecHttpRouteActionRewrite { // Host name to rewrite. @@ -33,24 +33,24 @@ export function appmesh_GatewayRouteSpecHttpRouteActionRewrite_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "hostname", - "Host name to rewrite.", + 'hostname', + 'Host name to rewrite.', () => appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "path", - "Exact path to rewrite.", + 'path', + 'Exact path to rewrite.', () => appmesh_GatewayRouteSpecHttpRouteActionRewritePath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "prefix", - "Specified beginning characters to rewrite.", + 'prefix', + 'Specified beginning characters to rewrite.', () => appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname.ts index 22dd5a516..679214852 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname { // Default target host name to write to. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttpRouteActionRewriteHostname_GetTypes( return [ new DynamicUIProps( InputType.String, - "defaultTargetHostname", - "Default target host name to write to. Valid values: `ENABLED`, `DISABLED`.", + 'defaultTargetHostname', + 'Default target host name to write to. Valid values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePath.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePath.ts index 3732ff344..289c90325 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteActionRewritePath { // The exact path to match on. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttpRouteActionRewritePath_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix.ts index 89013761a..a907d7bd1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix { // Value used to replace the incoming route prefix when rewritten. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes(): return [ new DynamicUIProps( InputType.String, - "defaultPrefix", - "Default prefix used to replace the incoming route prefix when rewritten. Valid values: `ENABLED`, `DISABLED`.", + 'defaultPrefix', + 'Default prefix used to replace the incoming route prefix when rewritten. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value used to replace the incoming route prefix when rewritten.", + 'value', + 'Value used to replace the incoming route prefix when rewritten.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTarget.ts index e2df7bca4..1bd013bae 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService, appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService"; +} from './appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService'; export interface appmesh_GatewayRouteSpecHttpRouteActionTarget { // The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners. @@ -22,16 +22,16 @@ export function appmesh_GatewayRouteSpecHttpRouteActionTarget_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "port", - "The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.", + 'port', + 'The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "virtualService", - "Virtual service gateway route target.", + 'virtualService', + 'Virtual service gateway route target.', () => appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService.ts index cc1f1bf00..d517ba7cc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService { // Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttpRouteActionTargetVirtualService_GetT return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.", + 'virtualServiceName', + 'Name of the virtual service that traffic is routed to. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatch.ts index df30310f6..683018cfd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatch.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteMatchHeader, appmesh_GatewayRouteSpecHttpRouteMatchHeader_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchHeader"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchHeader'; import { appmesh_GatewayRouteSpecHttpRouteMatchHostname, appmesh_GatewayRouteSpecHttpRouteMatchHostname_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchHostname"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchHostname'; import { appmesh_GatewayRouteSpecHttpRouteMatchPath, appmesh_GatewayRouteSpecHttpRouteMatchPath_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchPath"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchPath'; import { appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter, appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter'; export interface appmesh_GatewayRouteSpecHttpRouteMatch { // Client request headers to match on. @@ -46,48 +46,48 @@ export function appmesh_GatewayRouteSpecHttpRouteMatch_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "hostname", - "Host name to match on.", + 'hostname', + 'Host name to match on.', () => appmesh_GatewayRouteSpecHttpRouteMatchHostname_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "path", - "Client request path to match on.", + 'path', + 'Client request path to match on.', () => appmesh_GatewayRouteSpecHttpRouteMatchPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Path to match requests with. This parameter must always start with `/`, which by itself matches all requests to the virtual service name.", + 'prefix', + 'Path to match requests with. This parameter must always start with `/`, which by itself matches all requests to the virtual service name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queryParameters", - "Client request query parameters to match on.", + 'queryParameters', + 'Client request query parameters to match on.', () => appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "headers", - "Client request headers to match on.", + 'headers', + 'Client request headers to match on.', () => appmesh_GatewayRouteSpecHttpRouteMatchHeader_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeader.ts index e17ac89de..54e9363b0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch, appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch'; export interface appmesh_GatewayRouteSpecHttpRouteMatchHeader { // Method and value to match the header value sent with a request. Specify one match method. @@ -25,24 +25,24 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchHeader_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "match", - "Method and value to match the header value sent with a request. Specify one match method.", + 'match', + 'Method and value to match the header value sent with a request. Specify one match method.', () => appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the HTTP header in the client request that will be matched on.", + 'name', + 'Name for the HTTP header in the client request that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "invert", - "If `true`, the match is on the opposite of the `match` method and value. Default is `false`.", + 'invert', + 'If `true`, the match is on the opposite of the `match` method and value. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch.ts index a0dbc5cae..d19b6599b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange, appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange'; export interface appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch { // Header value sent by the client must match the specified value exactly. @@ -31,40 +31,40 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "range", - "Object that specifies the range of numbers that the header value sent by the client must be included in.", + 'range', + 'Object that specifies the range of numbers that the header value sent by the client must be included in.', () => appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regex", - "Header value sent by the client must include the specified characters.", + 'regex', + 'Header value sent by the client must include the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "suffix", - "Header value sent by the client must end with the specified characters.", + 'suffix', + 'Header value sent by the client must end with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Header value sent by the client must match the specified value exactly.", + 'exact', + 'Header value sent by the client must match the specified value exactly.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Header value sent by the client must begin with the specified characters.", + 'prefix', + 'Header value sent by the client must begin with the specified characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts index a6ef6eeb1..425549bed 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange { // End of the range. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes( return [ new DynamicUIProps( InputType.Number, - "end", - "End of the range.", + 'end', + 'End of the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "start", - "Start of the range.", + 'start', + 'Start of the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHostname.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHostname.ts index f121ccc0b..35ce14099 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteMatchHostname { // Exact host name to match on. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchHostname_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "suffix", - "Specified ending characters of the host name to match on.", + 'suffix', + 'Specified ending characters of the host name to match on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Exact host name to match on.", + 'exact', + 'Exact host name to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchPath.ts index af07de52d..331d77475 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteMatchPath { // The exact path to match on. @@ -18,16 +18,16 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchPath_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "regex", - "The regex used to match the path.", + 'regex', + 'The regex used to match the path.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter.ts index bf33e6f87..5fd417651 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch, appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch"; +} from './appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch'; export interface appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter { // The query parameter to match on. @@ -22,8 +22,8 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "match", - "The query parameter to match on.", + 'match', + 'The query parameter to match on.', () => appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(), false, @@ -31,8 +31,8 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes(): ), new DynamicUIProps( InputType.String, - "name", - "Name for the query parameter that will be matched on.", + 'name', + 'Name for the query parameter that will be matched on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts index 535597900..28a9aabe6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch { // The exact query parameter to match on. @@ -15,8 +15,8 @@ export function appmesh_GatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTyp return [ new DynamicUIProps( InputType.String, - "exact", - "The exact query parameter to match on.", + 'exact', + 'The exact query parameter to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_MeshSpec.ts b/src/app/Models/codegen/aws/types/appmesh_MeshSpec.ts index 2864c970c..502053caa 100644 --- a/src/app/Models/codegen/aws/types/appmesh_MeshSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_MeshSpec.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_MeshSpecEgressFilter, appmesh_MeshSpecEgressFilter_GetTypes, -} from "./appmesh_MeshSpecEgressFilter"; +} from './appmesh_MeshSpecEgressFilter'; import { appmesh_MeshSpecServiceDiscovery, appmesh_MeshSpecServiceDiscovery_GetTypes, -} from "./appmesh_MeshSpecServiceDiscovery"; +} from './appmesh_MeshSpecServiceDiscovery'; export interface appmesh_MeshSpec { // Egress filter rules for the service mesh. @@ -26,16 +26,16 @@ export function appmesh_MeshSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "egressFilter", - "Egress filter rules for the service mesh.", + 'egressFilter', + 'Egress filter rules for the service mesh.', () => appmesh_MeshSpecEgressFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serviceDiscovery", - "The service discovery information for the service mesh.", + 'serviceDiscovery', + 'The service discovery information for the service mesh.', () => appmesh_MeshSpecServiceDiscovery_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_MeshSpecEgressFilter.ts b/src/app/Models/codegen/aws/types/appmesh_MeshSpecEgressFilter.ts index 882b472a0..177342203 100644 --- a/src/app/Models/codegen/aws/types/appmesh_MeshSpecEgressFilter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_MeshSpecEgressFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_MeshSpecEgressFilter { // Egress filter type. By default, the type is `DROP_ALL`. Valid values are `ALLOW_ALL` and `DROP_ALL`. @@ -15,8 +15,8 @@ export function appmesh_MeshSpecEgressFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Egress filter type. By default, the type is `DROP_ALL`. Valid values are `ALLOW_ALL` and `DROP_ALL`.", + 'type', + 'Egress filter type. By default, the type is `DROP_ALL`. Valid values are `ALLOW_ALL` and `DROP_ALL`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_MeshSpecServiceDiscovery.ts b/src/app/Models/codegen/aws/types/appmesh_MeshSpecServiceDiscovery.ts index d670d8ac4..d8ceec08b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_MeshSpecServiceDiscovery.ts +++ b/src/app/Models/codegen/aws/types/appmesh_MeshSpecServiceDiscovery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_MeshSpecServiceDiscovery { // The IP version to use to control traffic within the mesh. Valid values are `IPv6_PREFERRED`, `IPv4_PREFERRED`, `IPv4_ONLY`, and `IPv6_ONLY`. @@ -15,8 +15,8 @@ export function appmesh_MeshSpecServiceDiscovery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipPreference", - "The IP version to use to control traffic within the mesh. Valid values are `IPv6_PREFERRED`, `IPv4_PREFERRED`, `IPv4_ONLY`, and `IPv6_ONLY`.", + 'ipPreference', + 'The IP version to use to control traffic within the mesh. Valid values are `IPv6_PREFERRED`, `IPv4_PREFERRED`, `IPv4_ONLY`, and `IPv6_ONLY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpec.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpec.ts index 90bd466e3..cc169fb5e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpec.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecTcpRoute, appmesh_RouteSpecTcpRoute_GetTypes, -} from "./appmesh_RouteSpecTcpRoute"; +} from './appmesh_RouteSpecTcpRoute'; import { appmesh_RouteSpecGrpcRoute, appmesh_RouteSpecGrpcRoute_GetTypes, -} from "./appmesh_RouteSpecGrpcRoute"; +} from './appmesh_RouteSpecGrpcRoute'; import { appmesh_RouteSpecHttp2Route, appmesh_RouteSpecHttp2Route_GetTypes, -} from "./appmesh_RouteSpecHttp2Route"; +} from './appmesh_RouteSpecHttp2Route'; import { appmesh_RouteSpecHttpRoute, appmesh_RouteSpecHttpRoute_GetTypes, -} from "./appmesh_RouteSpecHttpRoute"; +} from './appmesh_RouteSpecHttpRoute'; export interface appmesh_RouteSpec { // GRPC routing information for the route. @@ -46,40 +46,40 @@ export function appmesh_RouteSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "grpcRoute", - "GRPC routing information for the route.", + 'grpcRoute', + 'GRPC routing information for the route.', () => appmesh_RouteSpecGrpcRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2Route", - "HTTP/2 routing information for the route.", + 'http2Route', + 'HTTP/2 routing information for the route.', () => appmesh_RouteSpecHttp2Route_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpRoute", - "HTTP routing information for the route.", + 'httpRoute', + 'HTTP routing information for the route.', () => appmesh_RouteSpecHttpRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority for the route, between `0` and `1000`.\nRoutes are matched based on the specified value, where `0` is the highest priority.", + 'priority', + 'Priority for the route, between `0` and `1000`.\nRoutes are matched based on the specified value, where `0` is the highest priority.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "tcpRoute", - "TCP routing information for the route.", + 'tcpRoute', + 'TCP routing information for the route.', () => appmesh_RouteSpecTcpRoute_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRoute.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRoute.ts index 32de308a1..a52705d51 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRoute.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteAction, appmesh_RouteSpecGrpcRouteAction_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteAction"; +} from './appmesh_RouteSpecGrpcRouteAction'; import { appmesh_RouteSpecGrpcRouteMatch, appmesh_RouteSpecGrpcRouteMatch_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteMatch"; +} from './appmesh_RouteSpecGrpcRouteMatch'; import { appmesh_RouteSpecGrpcRouteRetryPolicy, appmesh_RouteSpecGrpcRouteRetryPolicy_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteRetryPolicy"; +} from './appmesh_RouteSpecGrpcRouteRetryPolicy'; import { appmesh_RouteSpecGrpcRouteTimeout, appmesh_RouteSpecGrpcRouteTimeout_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteTimeout"; +} from './appmesh_RouteSpecGrpcRouteTimeout'; export interface appmesh_RouteSpecGrpcRoute { // Action to take if a match is determined. @@ -40,32 +40,32 @@ export function appmesh_RouteSpecGrpcRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_RouteSpecGrpcRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining an gRPC request match.", + 'match', + 'Criteria for determining an gRPC request match.', () => appmesh_RouteSpecGrpcRouteMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retryPolicy", - "Retry policy.", + 'retryPolicy', + 'Retry policy.', () => appmesh_RouteSpecGrpcRouteRetryPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Types of timeouts.", + 'timeout', + 'Types of timeouts.', () => appmesh_RouteSpecGrpcRouteTimeout_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteAction.ts index 807058661..3e3d3d5dd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteActionWeightedTarget, appmesh_RouteSpecGrpcRouteActionWeightedTarget_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteActionWeightedTarget"; +} from './appmesh_RouteSpecGrpcRouteActionWeightedTarget'; export interface appmesh_RouteSpecGrpcRouteAction { /* @@ -22,8 +22,8 @@ export function appmesh_RouteSpecGrpcRouteAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.", + 'weightedTargets', + 'Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.', () => appmesh_RouteSpecGrpcRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteActionWeightedTarget.ts index 968cc80f0..aa9f5aa9c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecGrpcRouteActionWeightedTarget { // The targeted port of the weighted object. @@ -21,24 +21,24 @@ export function appmesh_RouteSpecGrpcRouteActionWeightedTarget_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "port", - "The targeted port of the weighted object.", + 'port', + 'The targeted port of the weighted object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualNode", - "Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.", + 'virtualNode', + 'Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "Relative weight of the weighted target. An integer between 0 and 100.", + 'weight', + 'Relative weight of the weighted target. An integer between 0 and 100.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatch.ts index 0aa72c0ce..44afa1ad7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteMatchMetadata, appmesh_RouteSpecGrpcRouteMatchMetadata_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteMatchMetadata"; +} from './appmesh_RouteSpecGrpcRouteMatchMetadata'; export interface appmesh_RouteSpecGrpcRouteMatch { // Data to match from the gRPC request. @@ -31,33 +31,33 @@ export function appmesh_RouteSpecGrpcRouteMatch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "metadatas", - "Data to match from the gRPC request.", + 'metadatas', + 'Data to match from the gRPC request.', () => appmesh_RouteSpecGrpcRouteMatchMetadata_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "methodName", - "Method name to match from the request. If you specify a name, you must also specify a `service_name`.", + 'methodName', + 'Method name to match from the request. If you specify a name, you must also specify a `service_name`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "prefix", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], false, false), new DynamicUIProps( InputType.String, - "serviceName", - "Fully qualified domain name for the service to match from the request.", + 'serviceName', + 'Fully qualified domain name for the service to match from the request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadata.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadata.ts index 0a736773b..a82015b00 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadata.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadata.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteMatchMetadataMatch, appmesh_RouteSpecGrpcRouteMatchMetadataMatch_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteMatchMetadataMatch"; +} from './appmesh_RouteSpecGrpcRouteMatchMetadataMatch'; export interface appmesh_RouteSpecGrpcRouteMatchMetadata { // If `true`, the match is on the opposite of the `match` criteria. Default is `false`. @@ -25,24 +25,24 @@ export function appmesh_RouteSpecGrpcRouteMatchMetadata_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "invert", - "If `true`, the match is on the opposite of the `match` criteria. Default is `false`.", + 'invert', + 'If `true`, the match is on the opposite of the `match` criteria. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", - "Data to match from the request.", + 'match', + 'Data to match from the request.', () => appmesh_RouteSpecGrpcRouteMatchMetadataMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route. Must be between 1 and 50 characters in length.", + 'name', + 'Name of the route. Must be between 1 and 50 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatch.ts index 93218b6dd..6548cd645 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange, appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange"; +} from './appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange'; export interface appmesh_RouteSpecGrpcRouteMatchMetadataMatch { // Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length. @@ -31,40 +31,40 @@ export function appmesh_RouteSpecGrpcRouteMatchMetadataMatch_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "range", - "Object that specifies the range of numbers that the value sent by the client must be included in.", + 'range', + 'Object that specifies the range of numbers that the value sent by the client must be included in.', () => appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regex", - "Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.", + 'regex', + 'Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "suffix", - "Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.", + 'suffix', + 'Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.", + 'exact', + 'Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.", + 'prefix', + 'Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange.ts index b43e255c0..30537271c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange { // End of the range. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "end", - "End of the range.", + 'end', + 'End of the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "start", - "Start of the range.", + 'start', + 'Start of the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicy.ts index 77640c239..e3a07d4f2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout, appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout"; +} from './appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout'; export interface appmesh_RouteSpecGrpcRouteRetryPolicy { /* @@ -37,40 +37,40 @@ export function appmesh_RouteSpecGrpcRouteRetryPolicy_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "grpcRetryEvents", - "List of gRPC retry events.\nValid values: `cancelled`, `deadline-exceeded`, `internal`, `resource-exhausted`, `unavailable`.", + 'grpcRetryEvents', + 'List of gRPC retry events.\nValid values: `cancelled`, `deadline-exceeded`, `internal`, `resource-exhausted`, `unavailable`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).", + 'httpRetryEvents', + 'List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "Maximum number of retries.", + 'maxRetries', + 'Maximum number of retries.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "perRetryTimeout", - "Per-retry timeout.", + 'perRetryTimeout', + 'Per-retry timeout.', () => appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "List of TCP retry events. The only valid value is `connection-error`.", + 'tcpRetryEvents', + 'List of TCP retry events. The only valid value is `connection-error`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts index 0250d1efd..415ffeeda 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout { // Retry unit. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "Retry unit. Valid values: `ms`, `s`.", + 'unit', + 'Retry unit. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Retry value.", + 'value', + 'Retry value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeout.ts index 0a9dbaec5..d7dc5ed8f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecGrpcRouteTimeoutIdle, appmesh_RouteSpecGrpcRouteTimeoutIdle_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteTimeoutIdle"; +} from './appmesh_RouteSpecGrpcRouteTimeoutIdle'; import { appmesh_RouteSpecGrpcRouteTimeoutPerRequest, appmesh_RouteSpecGrpcRouteTimeoutPerRequest_GetTypes, -} from "./appmesh_RouteSpecGrpcRouteTimeoutPerRequest"; +} from './appmesh_RouteSpecGrpcRouteTimeoutPerRequest'; export interface appmesh_RouteSpecGrpcRouteTimeout { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_RouteSpecGrpcRouteTimeout_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_RouteSpecGrpcRouteTimeoutIdle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_RouteSpecGrpcRouteTimeoutPerRequest_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutIdle.ts index ace6c5b81..df18c576d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecGrpcRouteTimeoutIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecGrpcRouteTimeoutIdle_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutPerRequest.ts index eb29b4d01..66176f984 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecGrpcRouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecGrpcRouteTimeoutPerRequest { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecGrpcRouteTimeoutPerRequest_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2Route.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2Route.ts index 6c7407a4d..3dc063b0c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2Route.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2Route.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteAction, appmesh_RouteSpecHttp2RouteAction_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteAction"; +} from './appmesh_RouteSpecHttp2RouteAction'; import { appmesh_RouteSpecHttp2RouteMatch, appmesh_RouteSpecHttp2RouteMatch_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatch"; +} from './appmesh_RouteSpecHttp2RouteMatch'; import { appmesh_RouteSpecHttp2RouteRetryPolicy, appmesh_RouteSpecHttp2RouteRetryPolicy_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteRetryPolicy"; +} from './appmesh_RouteSpecHttp2RouteRetryPolicy'; import { appmesh_RouteSpecHttp2RouteTimeout, appmesh_RouteSpecHttp2RouteTimeout_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteTimeout"; +} from './appmesh_RouteSpecHttp2RouteTimeout'; export interface appmesh_RouteSpecHttp2Route { // Action to take if a match is determined. @@ -40,32 +40,32 @@ export function appmesh_RouteSpecHttp2Route_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_RouteSpecHttp2RouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining an HTTP request match.", + 'match', + 'Criteria for determining an HTTP request match.', () => appmesh_RouteSpecHttp2RouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "retryPolicy", - "Retry policy.", + 'retryPolicy', + 'Retry policy.', () => appmesh_RouteSpecHttp2RouteRetryPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Types of timeouts.", + 'timeout', + 'Types of timeouts.', () => appmesh_RouteSpecHttp2RouteTimeout_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteAction.ts index 40936d9e7..b2402a8fe 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteActionWeightedTarget, appmesh_RouteSpecHttp2RouteActionWeightedTarget_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteActionWeightedTarget"; +} from './appmesh_RouteSpecHttp2RouteActionWeightedTarget'; export interface appmesh_RouteSpecHttp2RouteAction { /* @@ -22,8 +22,8 @@ export function appmesh_RouteSpecHttp2RouteAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.", + 'weightedTargets', + 'Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.', () => appmesh_RouteSpecHttp2RouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteActionWeightedTarget.ts index cf21f73b7..a06baaab6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteActionWeightedTarget { // The targeted port of the weighted object. @@ -21,24 +21,24 @@ export function appmesh_RouteSpecHttp2RouteActionWeightedTarget_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "port", - "The targeted port of the weighted object.", + 'port', + 'The targeted port of the weighted object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualNode", - "Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.", + 'virtualNode', + 'Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "Relative weight of the weighted target. An integer between 0 and 100.", + 'weight', + 'Relative weight of the weighted target. An integer between 0 and 100.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatch.ts index bfc87bc56..54c6e51a1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteMatchPath, appmesh_RouteSpecHttp2RouteMatchPath_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchPath"; +} from './appmesh_RouteSpecHttp2RouteMatchPath'; import { appmesh_RouteSpecHttp2RouteMatchQueryParameter, appmesh_RouteSpecHttp2RouteMatchQueryParameter_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchQueryParameter"; +} from './appmesh_RouteSpecHttp2RouteMatchQueryParameter'; import { appmesh_RouteSpecHttp2RouteMatchHeader, appmesh_RouteSpecHttp2RouteMatchHeader_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchHeader"; +} from './appmesh_RouteSpecHttp2RouteMatchHeader'; export interface appmesh_RouteSpecHttp2RouteMatch { // Client request path to match on. @@ -48,56 +48,56 @@ export function appmesh_RouteSpecHttp2RouteMatch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "method", - "Client request header method to match on. Valid values: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`.", + 'method', + 'Client request header method to match on. Valid values: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "path", - "Client request path to match on.", + 'path', + 'Client request path to match on.', () => appmesh_RouteSpecHttp2RouteMatchPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Path with which to match requests.\nThis parameter must always start with /, which by itself matches all requests to the virtual router service name.", + 'prefix', + 'Path with which to match requests.\nThis parameter must always start with /, which by itself matches all requests to the virtual router service name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queryParameters", - "Client request query parameters to match on.", + 'queryParameters', + 'Client request query parameters to match on.', () => appmesh_RouteSpecHttp2RouteMatchQueryParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scheme", - "Client request header scheme to match on. Valid values: `http`, `https`.", + 'scheme', + 'Client request header scheme to match on. Valid values: `http`, `https`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "headers", - "Client request headers to match on.", + 'headers', + 'Client request headers to match on.', () => appmesh_RouteSpecHttp2RouteMatchHeader_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeader.ts index b2429edd6..4b03e8998 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteMatchHeaderMatch, appmesh_RouteSpecHttp2RouteMatchHeaderMatch_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchHeaderMatch"; +} from './appmesh_RouteSpecHttp2RouteMatchHeaderMatch'; export interface appmesh_RouteSpecHttp2RouteMatchHeader { // If `true`, the match is on the opposite of the `match` method and value. Default is `false`. @@ -25,24 +25,24 @@ export function appmesh_RouteSpecHttp2RouteMatchHeader_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "Name for the HTTP header in the client request that will be matched on.", + 'name', + 'Name for the HTTP header in the client request that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "invert", - "If `true`, the match is on the opposite of the `match` method and value. Default is `false`.", + 'invert', + 'If `true`, the match is on the opposite of the `match` method and value. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", - "Method and value to match the header value sent with a request. Specify one match method.", + 'match', + 'Method and value to match the header value sent with a request. Specify one match method.', () => appmesh_RouteSpecHttp2RouteMatchHeaderMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatch.ts index 8df127e48..3b45aca65 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange, appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange"; +} from './appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange'; export interface appmesh_RouteSpecHttp2RouteMatchHeaderMatch { // Header value sent by the client must match the specified value exactly. @@ -31,40 +31,40 @@ export function appmesh_RouteSpecHttp2RouteMatchHeaderMatch_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "exact", - "Header value sent by the client must match the specified value exactly.", + 'exact', + 'Header value sent by the client must match the specified value exactly.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Header value sent by the client must begin with the specified characters.", + 'prefix', + 'Header value sent by the client must begin with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "range", - "Object that specifies the range of numbers that the header value sent by the client must be included in.", + 'range', + 'Object that specifies the range of numbers that the header value sent by the client must be included in.', () => appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regex", - "Header value sent by the client must include the specified characters.", + 'regex', + 'Header value sent by the client must include the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "suffix", - "Header value sent by the client must end with the specified characters.", + 'suffix', + 'Header value sent by the client must end with the specified characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange.ts index 9a4c54b7c..70c0a7306 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange { // End of the range. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "end", - "End of the range.", + 'end', + 'End of the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "start", - "Start of the range.", + 'start', + 'Start of the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchPath.ts index c5dce639a..b65ea9691 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteMatchPath { // The exact path to match on. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttp2RouteMatchPath_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regex", - "The regex used to match the path.", + 'regex', + 'The regex used to match the path.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameter.ts index eb7f08e44..8b0a41ed1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch, appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch"; +} from './appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch'; export interface appmesh_RouteSpecHttp2RouteMatchQueryParameter { // The query parameter to match on. @@ -22,16 +22,16 @@ export function appmesh_RouteSpecHttp2RouteMatchQueryParameter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Name for the query parameter that will be matched on.", + 'name', + 'Name for the query parameter that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "match", - "The query parameter to match on.", + 'match', + 'The query parameter to match on.', () => appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch.ts index be418175a..af41b4cbf 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch { // The exact query parameter to match on. @@ -15,8 +15,8 @@ export function appmesh_RouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(): return [ new DynamicUIProps( InputType.String, - "exact", - "The exact query parameter to match on.", + 'exact', + 'The exact query parameter to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicy.ts index e4b2634c9..09bf8f586 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout, appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout"; +} from './appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout'; export interface appmesh_RouteSpecHttp2RouteRetryPolicy { /* @@ -35,32 +35,32 @@ export function appmesh_RouteSpecHttp2RouteRetryPolicy_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).", + 'httpRetryEvents', + 'List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "Maximum number of retries.", + 'maxRetries', + 'Maximum number of retries.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "perRetryTimeout", - "Per-retry timeout.", + 'perRetryTimeout', + 'Per-retry timeout.', () => appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "List of TCP retry events. The only valid value is `connection-error`.\n\nYou must specify at least one value for `http_retry_events`, or at least one value for `tcp_retry_events`.", + 'tcpRetryEvents', + 'List of TCP retry events. The only valid value is `connection-error`.\n\nYou must specify at least one value for `http_retry_events`, or at least one value for `tcp_retry_events`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts index f3b9cf767..868ce8530 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout { // Retry unit. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes() return [ new DynamicUIProps( InputType.String, - "unit", - "Retry unit. Valid values: `ms`, `s`.", + 'unit', + 'Retry unit. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Retry value.", + 'value', + 'Retry value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeout.ts index 5a3a85fce..0ed218c54 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttp2RouteTimeoutPerRequest, appmesh_RouteSpecHttp2RouteTimeoutPerRequest_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteTimeoutPerRequest"; +} from './appmesh_RouteSpecHttp2RouteTimeoutPerRequest'; import { appmesh_RouteSpecHttp2RouteTimeoutIdle, appmesh_RouteSpecHttp2RouteTimeoutIdle_GetTypes, -} from "./appmesh_RouteSpecHttp2RouteTimeoutIdle"; +} from './appmesh_RouteSpecHttp2RouteTimeoutIdle'; export interface appmesh_RouteSpecHttp2RouteTimeout { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_RouteSpecHttp2RouteTimeout_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_RouteSpecHttp2RouteTimeoutPerRequest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_RouteSpecHttp2RouteTimeoutIdle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutIdle.ts index ed4749db2..665dfca09 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteTimeoutIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttp2RouteTimeoutIdle_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutPerRequest.ts index 6bbe2e53b..2d573acd8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttp2RouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttp2RouteTimeoutPerRequest { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttp2RouteTimeoutPerRequest_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRoute.ts index 839eb8dd7..7ef60fe9f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRoute.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteAction, appmesh_RouteSpecHttpRouteAction_GetTypes, -} from "./appmesh_RouteSpecHttpRouteAction"; +} from './appmesh_RouteSpecHttpRouteAction'; import { appmesh_RouteSpecHttpRouteMatch, appmesh_RouteSpecHttpRouteMatch_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatch"; +} from './appmesh_RouteSpecHttpRouteMatch'; import { appmesh_RouteSpecHttpRouteRetryPolicy, appmesh_RouteSpecHttpRouteRetryPolicy_GetTypes, -} from "./appmesh_RouteSpecHttpRouteRetryPolicy"; +} from './appmesh_RouteSpecHttpRouteRetryPolicy'; import { appmesh_RouteSpecHttpRouteTimeout, appmesh_RouteSpecHttpRouteTimeout_GetTypes, -} from "./appmesh_RouteSpecHttpRouteTimeout"; +} from './appmesh_RouteSpecHttpRouteTimeout'; export interface appmesh_RouteSpecHttpRoute { // Criteria for determining an HTTP request match. @@ -40,32 +40,32 @@ export function appmesh_RouteSpecHttpRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "match", - "Criteria for determining an HTTP request match.", + 'match', + 'Criteria for determining an HTTP request match.', () => appmesh_RouteSpecHttpRouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "retryPolicy", - "Retry policy.", + 'retryPolicy', + 'Retry policy.', () => appmesh_RouteSpecHttpRouteRetryPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Types of timeouts.", + 'timeout', + 'Types of timeouts.', () => appmesh_RouteSpecHttpRouteTimeout_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_RouteSpecHttpRouteAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteAction.ts index a1ae23ee2..e02f54441 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteActionWeightedTarget, appmesh_RouteSpecHttpRouteActionWeightedTarget_GetTypes, -} from "./appmesh_RouteSpecHttpRouteActionWeightedTarget"; +} from './appmesh_RouteSpecHttpRouteActionWeightedTarget'; export interface appmesh_RouteSpecHttpRouteAction { /* @@ -22,8 +22,8 @@ export function appmesh_RouteSpecHttpRouteAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.", + 'weightedTargets', + 'Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.', () => appmesh_RouteSpecHttpRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteActionWeightedTarget.ts index adf65ece1..9099bfa7a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteActionWeightedTarget { // The targeted port of the weighted object. @@ -21,24 +21,24 @@ export function appmesh_RouteSpecHttpRouteActionWeightedTarget_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "port", - "The targeted port of the weighted object.", + 'port', + 'The targeted port of the weighted object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualNode", - "Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.", + 'virtualNode', + 'Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "Relative weight of the weighted target. An integer between 0 and 100.", + 'weight', + 'Relative weight of the weighted target. An integer between 0 and 100.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatch.ts index 2f9c66d29..7f9b4a7c0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteMatchQueryParameter, appmesh_RouteSpecHttpRouteMatchQueryParameter_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchQueryParameter"; +} from './appmesh_RouteSpecHttpRouteMatchQueryParameter'; import { appmesh_RouteSpecHttpRouteMatchHeader, appmesh_RouteSpecHttpRouteMatchHeader_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchHeader"; +} from './appmesh_RouteSpecHttpRouteMatchHeader'; import { appmesh_RouteSpecHttpRouteMatchPath, appmesh_RouteSpecHttpRouteMatchPath_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchPath"; +} from './appmesh_RouteSpecHttpRouteMatchPath'; export interface appmesh_RouteSpecHttpRouteMatch { // The port number to match from the request. @@ -48,56 +48,56 @@ export function appmesh_RouteSpecHttpRouteMatch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "path", - "Client request path to match on.", + 'path', + 'Client request path to match on.', () => appmesh_RouteSpecHttpRouteMatchPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number to match from the request.", + 'port', + 'The port number to match from the request.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Path with which to match requests.\nThis parameter must always start with /, which by itself matches all requests to the virtual router service name.", + 'prefix', + 'Path with which to match requests.\nThis parameter must always start with /, which by itself matches all requests to the virtual router service name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queryParameters", - "Client request query parameters to match on.", + 'queryParameters', + 'Client request query parameters to match on.', () => appmesh_RouteSpecHttpRouteMatchQueryParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scheme", - "Client request header scheme to match on. Valid values: `http`, `https`.", + 'scheme', + 'Client request header scheme to match on. Valid values: `http`, `https`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "headers", - "Client request headers to match on.", + 'headers', + 'Client request headers to match on.', () => appmesh_RouteSpecHttpRouteMatchHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "method", - "Client request header method to match on. Valid values: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`.", + 'method', + 'Client request header method to match on. Valid values: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeader.ts index c028c516b..eafa975d2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteMatchHeaderMatch, appmesh_RouteSpecHttpRouteMatchHeaderMatch_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchHeaderMatch"; +} from './appmesh_RouteSpecHttpRouteMatchHeaderMatch'; export interface appmesh_RouteSpecHttpRouteMatchHeader { // Method and value to match the header value sent with a request. Specify one match method. @@ -25,24 +25,24 @@ export function appmesh_RouteSpecHttpRouteMatchHeader_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "match", - "Method and value to match the header value sent with a request. Specify one match method.", + 'match', + 'Method and value to match the header value sent with a request. Specify one match method.', () => appmesh_RouteSpecHttpRouteMatchHeaderMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the HTTP header in the client request that will be matched on.", + 'name', + 'Name for the HTTP header in the client request that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "invert", - "If `true`, the match is on the opposite of the `match` method and value. Default is `false`.", + 'invert', + 'If `true`, the match is on the opposite of the `match` method and value. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatch.ts index 344b71d4a..32e49a15b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteMatchHeaderMatchRange, appmesh_RouteSpecHttpRouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchHeaderMatchRange"; +} from './appmesh_RouteSpecHttpRouteMatchHeaderMatchRange'; export interface appmesh_RouteSpecHttpRouteMatchHeaderMatch { // Header value sent by the client must begin with the specified characters. @@ -31,40 +31,40 @@ export function appmesh_RouteSpecHttpRouteMatchHeaderMatch_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "suffix", - "Header value sent by the client must end with the specified characters.", + 'suffix', + 'Header value sent by the client must end with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Header value sent by the client must match the specified value exactly.", + 'exact', + 'Header value sent by the client must match the specified value exactly.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Header value sent by the client must begin with the specified characters.", + 'prefix', + 'Header value sent by the client must begin with the specified characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "range", - "Object that specifies the range of numbers that the header value sent by the client must be included in.", + 'range', + 'Object that specifies the range of numbers that the header value sent by the client must be included in.', () => appmesh_RouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "regex", - "Header value sent by the client must include the specified characters.", + 'regex', + 'Header value sent by the client must include the specified characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatchRange.ts index 40976075a..5ab9e6d41 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteMatchHeaderMatchRange { // End of the range. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "end", - "End of the range.", + 'end', + 'End of the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "start", - "Start of the range.", + 'start', + 'Start of the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchPath.ts index cffdcf501..5d3f88ba9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteMatchPath { // The exact path to match on. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttpRouteMatchPath_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "exact", - "The exact path to match on.", + 'exact', + 'The exact path to match on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regex", - "The regex used to match the path.", + 'regex', + 'The regex used to match the path.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameter.ts index 332c2b7fb..a6ad3f3d5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteMatchQueryParameterMatch, appmesh_RouteSpecHttpRouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_RouteSpecHttpRouteMatchQueryParameterMatch"; +} from './appmesh_RouteSpecHttpRouteMatchQueryParameterMatch'; export interface appmesh_RouteSpecHttpRouteMatchQueryParameter { // Name for the query parameter that will be matched on. @@ -22,16 +22,16 @@ export function appmesh_RouteSpecHttpRouteMatchQueryParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Name for the query parameter that will be matched on.", + 'name', + 'Name for the query parameter that will be matched on.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "match", - "The query parameter to match on.", + 'match', + 'The query parameter to match on.', () => appmesh_RouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameterMatch.ts index cb7c6c98c..4536a829c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteMatchQueryParameterMatch { // The exact query parameter to match on. @@ -15,8 +15,8 @@ export function appmesh_RouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "exact", - "The exact query parameter to match on.", + 'exact', + 'The exact query parameter to match on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicy.ts index 04b294ef6..f42009465 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout, appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout"; +} from './appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout'; export interface appmesh_RouteSpecHttpRouteRetryPolicy { /* @@ -35,32 +35,32 @@ export function appmesh_RouteSpecHttpRouteRetryPolicy_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).", + 'httpRetryEvents', + 'List of HTTP retry events.\nValid values: `client-error` (HTTP status code 409), `gateway-error` (HTTP status codes 502, 503, and 504), `server-error` (HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), `stream-error` (retry on refused stream).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "Maximum number of retries.", + 'maxRetries', + 'Maximum number of retries.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "perRetryTimeout", - "Per-retry timeout.", + 'perRetryTimeout', + 'Per-retry timeout.', () => appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "List of TCP retry events. The only valid value is `connection-error`.\n\nYou must specify at least one value for `http_retry_events`, or at least one value for `tcp_retry_events`.", + 'tcpRetryEvents', + 'List of TCP retry events. The only valid value is `connection-error`.\n\nYou must specify at least one value for `http_retry_events`, or at least one value for `tcp_retry_events`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts index bab66533e..725e5ffaa 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout { // Retry unit. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "Retry unit. Valid values: `ms`, `s`.", + 'unit', + 'Retry unit. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Retry value.", + 'value', + 'Retry value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeout.ts index d62e92c91..a56dda8d5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecHttpRouteTimeoutIdle, appmesh_RouteSpecHttpRouteTimeoutIdle_GetTypes, -} from "./appmesh_RouteSpecHttpRouteTimeoutIdle"; +} from './appmesh_RouteSpecHttpRouteTimeoutIdle'; import { appmesh_RouteSpecHttpRouteTimeoutPerRequest, appmesh_RouteSpecHttpRouteTimeoutPerRequest_GetTypes, -} from "./appmesh_RouteSpecHttpRouteTimeoutPerRequest"; +} from './appmesh_RouteSpecHttpRouteTimeoutPerRequest'; export interface appmesh_RouteSpecHttpRouteTimeout { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_RouteSpecHttpRouteTimeout_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_RouteSpecHttpRouteTimeoutIdle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_RouteSpecHttpRouteTimeoutPerRequest_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutIdle.ts index a4a1ed63a..fec73b462 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteTimeoutIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttpRouteTimeoutIdle_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutPerRequest.ts index 14ac3d3e0..5004e27dc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecHttpRouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecHttpRouteTimeoutPerRequest { // Number of time units. Minimum value of `0`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecHttpRouteTimeoutPerRequest_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRoute.ts index 013e1b176..061639ed5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRoute.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecTcpRouteMatch, appmesh_RouteSpecTcpRouteMatch_GetTypes, -} from "./appmesh_RouteSpecTcpRouteMatch"; +} from './appmesh_RouteSpecTcpRouteMatch'; import { appmesh_RouteSpecTcpRouteTimeout, appmesh_RouteSpecTcpRouteTimeout_GetTypes, -} from "./appmesh_RouteSpecTcpRouteTimeout"; +} from './appmesh_RouteSpecTcpRouteTimeout'; import { appmesh_RouteSpecTcpRouteAction, appmesh_RouteSpecTcpRouteAction_GetTypes, -} from "./appmesh_RouteSpecTcpRouteAction"; +} from './appmesh_RouteSpecTcpRouteAction'; export interface appmesh_RouteSpecTcpRoute { // Action to take if a match is determined. @@ -33,24 +33,24 @@ export function appmesh_RouteSpecTcpRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "timeout", - "Types of timeouts.", + 'timeout', + 'Types of timeouts.', () => appmesh_RouteSpecTcpRouteTimeout_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "action", - "Action to take if a match is determined.", + 'action', + 'Action to take if a match is determined.', () => appmesh_RouteSpecTcpRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "match", - "", + 'match', + '', () => appmesh_RouteSpecTcpRouteMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteAction.ts index 6eea441a6..a536fb277 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecTcpRouteActionWeightedTarget, appmesh_RouteSpecTcpRouteActionWeightedTarget_GetTypes, -} from "./appmesh_RouteSpecTcpRouteActionWeightedTarget"; +} from './appmesh_RouteSpecTcpRouteActionWeightedTarget'; export interface appmesh_RouteSpecTcpRouteAction { /* @@ -22,8 +22,8 @@ export function appmesh_RouteSpecTcpRouteAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.", + 'weightedTargets', + 'Targets that traffic is routed to when a request matches the route.\nYou can specify one or more targets and their relative weights with which to distribute traffic.', () => appmesh_RouteSpecTcpRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteActionWeightedTarget.ts index dbefabd27..62322fe87 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecTcpRouteActionWeightedTarget { // The targeted port of the weighted object. @@ -21,24 +21,24 @@ export function appmesh_RouteSpecTcpRouteActionWeightedTarget_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "port", - "The targeted port of the weighted object.", + 'port', + 'The targeted port of the weighted object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualNode", - "Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.", + 'virtualNode', + 'Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "Relative weight of the weighted target. An integer between 0 and 100.", + 'weight', + 'Relative weight of the weighted target. An integer between 0 and 100.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteMatch.ts index d91f993c5..26084dff5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecTcpRouteMatch { // @@ -13,6 +13,6 @@ export interface appmesh_RouteSpecTcpRouteMatch { export function appmesh_RouteSpecTcpRouteMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeout.ts index 0e08a268f..9beb0c4bc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeout.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_RouteSpecTcpRouteTimeoutIdle, appmesh_RouteSpecTcpRouteTimeoutIdle_GetTypes, -} from "./appmesh_RouteSpecTcpRouteTimeoutIdle"; +} from './appmesh_RouteSpecTcpRouteTimeoutIdle'; export interface appmesh_RouteSpecTcpRouteTimeout { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -19,8 +19,8 @@ export function appmesh_RouteSpecTcpRouteTimeout_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_RouteSpecTcpRouteTimeoutIdle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeoutIdle.ts index f6d7a07e1..346f46716 100644 --- a/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_RouteSpecTcpRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_RouteSpecTcpRouteTimeoutIdle { // Number of time units. Minimum value of `0`. @@ -18,16 +18,16 @@ export function appmesh_RouteSpecTcpRouteTimeoutIdle_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpec.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpec.ts index a14ef42d3..fd4027a34 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpec.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecLogging, appmesh_VirtualGatewaySpecLogging_GetTypes, -} from "./appmesh_VirtualGatewaySpecLogging"; +} from './appmesh_VirtualGatewaySpecLogging'; import { appmesh_VirtualGatewaySpecBackendDefaults, appmesh_VirtualGatewaySpecBackendDefaults_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaults"; +} from './appmesh_VirtualGatewaySpecBackendDefaults'; import { appmesh_VirtualGatewaySpecListener, appmesh_VirtualGatewaySpecListener_GetTypes, -} from "./appmesh_VirtualGatewaySpecListener"; +} from './appmesh_VirtualGatewaySpecListener'; export interface appmesh_VirtualGatewaySpec { // Defaults for backends. @@ -33,24 +33,24 @@ export function appmesh_VirtualGatewaySpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "backendDefaults", - "Defaults for backends.", + 'backendDefaults', + 'Defaults for backends.', () => appmesh_VirtualGatewaySpecBackendDefaults_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "listeners", - "Listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.", + 'listeners', + 'Listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.', () => appmesh_VirtualGatewaySpecListener_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "logging", - "Inbound and outbound access logging information for the virtual gateway.", + 'logging', + 'Inbound and outbound access logging information for the virtual gateway.', () => appmesh_VirtualGatewaySpecLogging_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaults.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaults.ts index 440e7d242..1fc929b1d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaults.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaults.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy'; export interface appmesh_VirtualGatewaySpecBackendDefaults { // Default client policy for virtual gateway backends. @@ -19,8 +19,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaults_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "clientPolicy", - "Default client policy for virtual gateway backends.", + 'clientPolicy', + 'Default client policy for virtual gateway backends.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy.ts index 3f983faad..4a65138bc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy { // Transport Layer Security (TLS) client policy. @@ -19,8 +19,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicy_GetTypes() return [ new DynamicUIProps( InputType.Object, - "tls", - "Transport Layer Security (TLS) client policy.", + 'tls', + 'Transport Layer Security (TLS) client policy.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls.ts index 14e0e9251..c714a4bef 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls { // Listener's TLS certificate. @@ -32,7 +32,7 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls_GetType return [ new DynamicUIProps( InputType.Object, - "certificate", + 'certificate', "Listener's TLS certificate.", () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate_GetTypes(), @@ -41,23 +41,23 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTls_GetType ), new DynamicUIProps( InputType.Bool, - "enforce", - "Whether the policy is enforced. Default is `true`.", + 'enforce', + 'Whether the policy is enforced. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ports", - "One or more ports that the policy is enforced for.", + 'ports', + 'One or more ports that the policy is enforced for.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "validation", + 'validation', "Listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate.ts index 2d14fd0a8..83c524c9a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificate { // Local file certificate. @@ -26,8 +26,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertific return [ new DynamicUIProps( InputType.Object, - "sds", - "A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds_GetTypes(), false, @@ -35,8 +35,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertific ), new DynamicUIProps( InputType.Object, - "file", - "Local file certificate.", + 'file', + 'Local file certificate.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile.ts index ebba401e0..1da5cd99a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertific return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "Private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'privateKey', + 'Private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds.ts index 9f25b50c1..0ec17ff27 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertificateSds { // Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsCertific return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation.ts index 49684e0c7..c307ffad3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidation { // SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context. @@ -26,7 +26,7 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.Object, - "subjectAlternativeNames", + 'subjectAlternativeNames', "SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames_GetTypes(), @@ -35,8 +35,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati ), new DynamicUIProps( InputType.Object, - "trust", - "TLS validation context trust.", + 'trust', + 'TLS validation context trust.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts index 6b7c11b5a..b4924cead 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames { // Criteria for determining a SAN's match. @@ -19,7 +19,7 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.Object, - "match", + 'match', "Criteria for determining a SAN's match.", () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts index 298f5ad1d..3ab4074ce 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch { // Values sent must match the specified values exactly. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.Array, - "exacts", - "Values sent must match the specified values exactly.", + 'exacts', + 'Values sent must match the specified values exactly.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust.ts index 0449e2b9b..c2b485dea 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm'; import { appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile, appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile_GetTypes, -} from "./appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile"; +} from './appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrust { // TLS validation context trust for an AWS Certificate Manager (ACM) certificate. @@ -33,8 +33,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.Object, - "file", - "TLS validation context trust for a local file certificate.", + 'file', + 'TLS validation context trust for a local file certificate.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile_GetTypes(), false, @@ -42,8 +42,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati ), new DynamicUIProps( InputType.Object, - "sds", - "TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds_GetTypes(), false, @@ -51,8 +51,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati ), new DynamicUIProps( InputType.Object, - "acm", - "TLS validation context trust for an AWS Certificate Manager (ACM) certificate.", + 'acm', + 'TLS validation context trust for an AWS Certificate Manager (ACM) certificate.', () => appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts index f96770e9e..872bfa261 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustAcm { // One or more ACM ARNs. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "One or more ACM ARNs.", + 'certificateAuthorityArns', + 'One or more ACM ARNs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts index dc8637b17..5c6a91765 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts index f58ac4720..b112e5e16 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidationTrustSds { // Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualGatewaySpecBackendDefaultsClientPolicyTlsValidati return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListener.ts index 298e261b5..8560f04e1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListener.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerHealthCheck, appmesh_VirtualGatewaySpecListenerHealthCheck_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerHealthCheck"; +} from './appmesh_VirtualGatewaySpecListenerHealthCheck'; import { appmesh_VirtualGatewaySpecListenerPortMapping, appmesh_VirtualGatewaySpecListenerPortMapping_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerPortMapping"; +} from './appmesh_VirtualGatewaySpecListenerPortMapping'; import { appmesh_VirtualGatewaySpecListenerTls, appmesh_VirtualGatewaySpecListenerTls_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTls"; +} from './appmesh_VirtualGatewaySpecListenerTls'; import { appmesh_VirtualGatewaySpecListenerConnectionPool, appmesh_VirtualGatewaySpecListenerConnectionPool_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerConnectionPool"; +} from './appmesh_VirtualGatewaySpecListenerConnectionPool'; export interface appmesh_VirtualGatewaySpecListener { // Health check information for the listener. @@ -40,32 +40,32 @@ export function appmesh_VirtualGatewaySpecListener_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "connectionPool", - "Connection pool information for the listener.", + 'connectionPool', + 'Connection pool information for the listener.', () => appmesh_VirtualGatewaySpecListenerConnectionPool_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "healthCheck", - "Health check information for the listener.", + 'healthCheck', + 'Health check information for the listener.', () => appmesh_VirtualGatewaySpecListenerHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "portMapping", - "Port mapping information for the listener.", + 'portMapping', + 'Port mapping information for the listener.', () => appmesh_VirtualGatewaySpecListenerPortMapping_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "tls", - "Transport Layer Security (TLS) properties for the listener", + 'tls', + 'Transport Layer Security (TLS) properties for the listener', () => appmesh_VirtualGatewaySpecListenerTls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPool.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPool.ts index a98de7398..aec520976 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPool.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPool.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc, appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc"; +} from './appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc'; import { appmesh_VirtualGatewaySpecListenerConnectionPoolHttp, appmesh_VirtualGatewaySpecListenerConnectionPoolHttp_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerConnectionPoolHttp"; +} from './appmesh_VirtualGatewaySpecListenerConnectionPoolHttp'; import { appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2, appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2"; +} from './appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2'; export interface appmesh_VirtualGatewaySpecListenerConnectionPool { // Connection pool information for gRPC listeners. @@ -33,24 +33,24 @@ export function appmesh_VirtualGatewaySpecListenerConnectionPool_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "grpc", - "Connection pool information for gRPC listeners.", + 'grpc', + 'Connection pool information for gRPC listeners.', () => appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http", - "Connection pool information for HTTP listeners.", + 'http', + 'Connection pool information for HTTP listeners.', () => appmesh_VirtualGatewaySpecListenerConnectionPoolHttp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2", - "Connection pool information for HTTP2 listeners.", + 'http2', + 'Connection pool information for HTTP2 listeners.', () => appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc.ts index 3ab7e950d..29ebbd62e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc { // Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.", + 'maxRequests', + 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp.ts index 55a08316b..dc297e96f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerConnectionPoolHttp { // Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`. @@ -18,16 +18,16 @@ export function appmesh_VirtualGatewaySpecListenerConnectionPoolHttp_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.", + 'maxConnections', + 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxPendingRequests", - "Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster. Minimum value of `1`.", + 'maxPendingRequests', + 'Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster. Minimum value of `1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2.ts index 802761296..ad00cee66 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2 { // Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecListenerConnectionPoolHttp2_GetTypes() return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.", + 'maxRequests', + 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerHealthCheck.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerHealthCheck.ts index 4e926ee2b..89987b708 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerHealthCheck { // Destination path for the health check request. This is only required if the specified protocol is `http` or `http2`. @@ -33,56 +33,56 @@ export function appmesh_VirtualGatewaySpecListenerHealthCheck_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "timeoutMillis", - "Amount of time to wait when receiving a response from the health check, in milliseconds.", + 'timeoutMillis', + 'Amount of time to wait when receiving a response from the health check, in milliseconds.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "Number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.", + 'unhealthyThreshold', + 'Number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "Number of consecutive successful health checks that must occur before declaring listener healthy.", + 'healthyThreshold', + 'Number of consecutive successful health checks that must occur before declaring listener healthy.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "intervalMillis", - "Time period in milliseconds between each health check execution.", + 'intervalMillis', + 'Time period in milliseconds between each health check execution.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "Destination path for the health check request. This is only required if the specified protocol is `http` or `http2`.", + 'path', + 'Destination path for the health check request. This is only required if the specified protocol is `http` or `http2`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Destination port for the health check request. This port must match the port defined in the `port_mapping` for the listener.", + 'port', + 'Destination port for the health check request. This port must match the port defined in the `port_mapping` for the listener.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol for the health check request. Valid values are `http`, `http2`, and `grpc`.", + 'protocol', + 'Protocol for the health check request. Valid values are `http`, `http2`, and `grpc`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerPortMapping.ts index edbe713bd..a59dd03d6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerPortMapping { // Protocol used for the port mapping. Valid values are `http`, `http2`, `tcp` and `grpc`. @@ -18,16 +18,16 @@ export function appmesh_VirtualGatewaySpecListenerPortMapping_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol used for the port mapping. Valid values are `http`, `http2`, `tcp` and `grpc`.", + 'protocol', + 'Protocol used for the port mapping. Valid values are `http`, `http2`, `tcp` and `grpc`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port used for the port mapping.", + 'port', + 'Port used for the port mapping.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTls.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTls.ts index 62103be84..bafe554ed 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTls.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerTlsCertificate, appmesh_VirtualGatewaySpecListenerTlsCertificate_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsCertificate"; +} from './appmesh_VirtualGatewaySpecListenerTlsCertificate'; import { appmesh_VirtualGatewaySpecListenerTlsValidation, appmesh_VirtualGatewaySpecListenerTlsValidation_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidation"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidation'; export interface appmesh_VirtualGatewaySpecListenerTls { // Listener's TLS certificate. @@ -29,7 +29,7 @@ export function appmesh_VirtualGatewaySpecListenerTls_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "certificate", + 'certificate', "Listener's TLS certificate.", () => appmesh_VirtualGatewaySpecListenerTlsCertificate_GetTypes(), true, @@ -37,7 +37,7 @@ export function appmesh_VirtualGatewaySpecListenerTls_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "mode", + 'mode', "Listener's TLS mode. Valid values: `DISABLED`, `PERMISSIVE`, `STRICT`.", () => [], true, @@ -45,7 +45,7 @@ export function appmesh_VirtualGatewaySpecListenerTls_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "validation", + 'validation', "Listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualGatewaySpecListenerTlsValidation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificate.ts index f8bb1945f..5cf1a31a0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificate.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerTlsCertificateAcm, appmesh_VirtualGatewaySpecListenerTlsCertificateAcm_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsCertificateAcm"; +} from './appmesh_VirtualGatewaySpecListenerTlsCertificateAcm'; import { appmesh_VirtualGatewaySpecListenerTlsCertificateFile, appmesh_VirtualGatewaySpecListenerTlsCertificateFile_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsCertificateFile"; +} from './appmesh_VirtualGatewaySpecListenerTlsCertificateFile'; import { appmesh_VirtualGatewaySpecListenerTlsCertificateSds, appmesh_VirtualGatewaySpecListenerTlsCertificateSds_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsCertificateSds"; +} from './appmesh_VirtualGatewaySpecListenerTlsCertificateSds'; export interface appmesh_VirtualGatewaySpecListenerTlsCertificate { // An AWS Certificate Manager (ACM) certificate. @@ -33,24 +33,24 @@ export function appmesh_VirtualGatewaySpecListenerTlsCertificate_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "acm", - "An AWS Certificate Manager (ACM) certificate.", + 'acm', + 'An AWS Certificate Manager (ACM) certificate.', () => appmesh_VirtualGatewaySpecListenerTlsCertificateAcm_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "file", - "Local file certificate.", + 'file', + 'Local file certificate.', () => appmesh_VirtualGatewaySpecListenerTlsCertificateFile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sds", - "A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualGatewaySpecListenerTlsCertificateSds_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateAcm.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateAcm.ts index 0a3af1d2f..e660d5f15 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsCertificateAcm { // ARN for the certificate. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecListenerTlsCertificateAcm_GetTypes(): return [ new DynamicUIProps( InputType.String, - "certificateArn", - "ARN for the certificate.", + 'certificateArn', + 'ARN for the certificate.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateFile.ts index b82eafd72..edf0d07d2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsCertificateFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualGatewaySpecListenerTlsCertificateFile_GetTypes(): return [ new DynamicUIProps( InputType.String, - "privateKey", - "Private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'privateKey', + 'Private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateSds.ts index 072e04e0f..d90009b60 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsCertificateSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsCertificateSds { // Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualGatewaySpecListenerTlsCertificateSds_GetTypes(): return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidation.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidation.ts index f28cba371..e0b299fba 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames, appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames'; import { appmesh_VirtualGatewaySpecListenerTlsValidationTrust, appmesh_VirtualGatewaySpecListenerTlsValidationTrust_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidationTrust"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidationTrust'; export interface appmesh_VirtualGatewaySpecListenerTlsValidation { // SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context. @@ -26,7 +26,7 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidation_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "subjectAlternativeNames", + 'subjectAlternativeNames', "SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames_GetTypes(), @@ -35,8 +35,8 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidation_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "trust", - "TLS validation context trust.", + 'trust', + 'TLS validation context trust.', () => appmesh_VirtualGatewaySpecListenerTlsValidationTrust_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames.ts index 73c29b1d8..5dc02017f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch, appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch'; export interface appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNames { // Criteria for determining a SAN's match. @@ -19,7 +19,7 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativ return [ new DynamicUIProps( InputType.Object, - "match", + 'match', "Criteria for determining a SAN's match.", () => appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch.ts index c07145a40..c103e65bb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativeNamesMatch { // Values sent must match the specified values exactly. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidationSubjectAlternativ return [ new DynamicUIProps( InputType.Array, - "exacts", - "Values sent must match the specified values exactly.", + 'exacts', + 'Values sent must match the specified values exactly.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrust.ts index 0ebb58d1a..f64087709 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrust.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds, appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds'; import { appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile, appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile_GetTypes, -} from "./appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile"; +} from './appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile'; export interface appmesh_VirtualGatewaySpecListenerTlsValidationTrust { // TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate. @@ -26,16 +26,16 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidationTrust_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "sds", - "TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "file", - "TLS validation context trust for a local file certificate.", + 'file', + 'TLS validation context trust for a local file certificate.', () => appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile.ts index 1d88cbc5c..ffced8221 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidationTrustFile_GetType return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds.ts index fc6fffbb9..cbfb3c971 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds { // Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualGatewaySpecListenerTlsValidationTrustSds_GetTypes return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLogging.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLogging.ts index 2ca515c80..f381e7d54 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLogging.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecLoggingAccessLog, appmesh_VirtualGatewaySpecLoggingAccessLog_GetTypes, -} from "./appmesh_VirtualGatewaySpecLoggingAccessLog"; +} from './appmesh_VirtualGatewaySpecLoggingAccessLog'; export interface appmesh_VirtualGatewaySpecLogging { // Access log configuration for a virtual gateway. @@ -19,8 +19,8 @@ export function appmesh_VirtualGatewaySpecLogging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "accessLog", - "Access log configuration for a virtual gateway.", + 'accessLog', + 'Access log configuration for a virtual gateway.', () => appmesh_VirtualGatewaySpecLoggingAccessLog_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLog.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLog.ts index 42b29d100..00a3b1e45 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLog.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLog.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecLoggingAccessLogFile, appmesh_VirtualGatewaySpecLoggingAccessLogFile_GetTypes, -} from "./appmesh_VirtualGatewaySpecLoggingAccessLogFile"; +} from './appmesh_VirtualGatewaySpecLoggingAccessLogFile'; export interface appmesh_VirtualGatewaySpecLoggingAccessLog { // File object to send virtual gateway access logs to. @@ -19,8 +19,8 @@ export function appmesh_VirtualGatewaySpecLoggingAccessLog_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "file", - "File object to send virtual gateway access logs to.", + 'file', + 'File object to send virtual gateway access logs to.', () => appmesh_VirtualGatewaySpecLoggingAccessLogFile_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFile.ts index 859973697..82ff63bce 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat, appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes, -} from "./appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat"; +} from './appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat'; export interface appmesh_VirtualGatewaySpecLoggingAccessLogFile { // The specified format for the logs. @@ -22,16 +22,16 @@ export function appmesh_VirtualGatewaySpecLoggingAccessLogFile_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "format", - "The specified format for the logs.", + 'format', + 'The specified format for the logs.', () => appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "path", - "File path to write access logs to. You can use `/dev/stdout` to send access logs to standard out. Must be between 1 and 255 characters in length.", + 'path', + 'File path to write access logs to. You can use `/dev/stdout` to send access logs to standard out. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat.ts index 05bc688d9..1a491ceff 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson, appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson_GetTypes, -} from "./appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson"; +} from './appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson'; export interface appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat { // The logging format for JSON. @@ -22,16 +22,16 @@ export function appmesh_VirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "jsons", - "The logging format for JSON.", + 'jsons', + 'The logging format for JSON.', () => appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "text", - "The logging format for text. Must be between 1 and 1000 characters in length.", + 'text', + 'The logging format for text. Must be between 1 and 1000 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson.ts index 508f34c45..477e13285 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson { // The specified value for the JSON. Must be between 1 and 100 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualGatewaySpecLoggingAccessLogFileFormatJson_GetType return [ new DynamicUIProps( InputType.String, - "key", - "The specified key for the JSON. Must be between 1 and 100 characters in length.", + 'key', + 'The specified key for the JSON. Must be between 1 and 100 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The specified value for the JSON. Must be between 1 and 100 characters in length.", + 'value', + 'The specified value for the JSON. Must be between 1 and 100 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpec.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpec.ts index ba35f7e6c..0bdb623f8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpec.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackend, appmesh_VirtualNodeSpecBackend_GetTypes, -} from "./appmesh_VirtualNodeSpecBackend"; +} from './appmesh_VirtualNodeSpecBackend'; import { appmesh_VirtualNodeSpecListener, appmesh_VirtualNodeSpecListener_GetTypes, -} from "./appmesh_VirtualNodeSpecListener"; +} from './appmesh_VirtualNodeSpecListener'; import { appmesh_VirtualNodeSpecLogging, appmesh_VirtualNodeSpecLogging_GetTypes, -} from "./appmesh_VirtualNodeSpecLogging"; +} from './appmesh_VirtualNodeSpecLogging'; import { appmesh_VirtualNodeSpecServiceDiscovery, appmesh_VirtualNodeSpecServiceDiscovery_GetTypes, -} from "./appmesh_VirtualNodeSpecServiceDiscovery"; +} from './appmesh_VirtualNodeSpecServiceDiscovery'; import { appmesh_VirtualNodeSpecBackendDefaults, appmesh_VirtualNodeSpecBackendDefaults_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaults"; +} from './appmesh_VirtualNodeSpecBackendDefaults'; export interface appmesh_VirtualNodeSpec { // Inbound and outbound access logging information for the virtual node. @@ -47,40 +47,40 @@ export function appmesh_VirtualNodeSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "logging", - "Inbound and outbound access logging information for the virtual node.", + 'logging', + 'Inbound and outbound access logging information for the virtual node.', () => appmesh_VirtualNodeSpecLogging_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serviceDiscovery", - "Service discovery information for the virtual node.", + 'serviceDiscovery', + 'Service discovery information for the virtual node.', () => appmesh_VirtualNodeSpecServiceDiscovery_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "backendDefaults", - "Defaults for backends.", + 'backendDefaults', + 'Defaults for backends.', () => appmesh_VirtualNodeSpecBackendDefaults_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "backends", - "Backends to which the virtual node is expected to send outbound traffic.", + 'backends', + 'Backends to which the virtual node is expected to send outbound traffic.', () => appmesh_VirtualNodeSpecBackend_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "listeners", - "Listeners from which the virtual node is expected to receive inbound traffic.", + 'listeners', + 'Listeners from which the virtual node is expected to receive inbound traffic.', () => appmesh_VirtualNodeSpecListener_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackend.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackend.ts index 5fe47c2dd..b043fac21 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackend.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackend.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualService, appmesh_VirtualNodeSpecBackendVirtualService_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualService"; +} from './appmesh_VirtualNodeSpecBackendVirtualService'; export interface appmesh_VirtualNodeSpecBackend { // Virtual service to use as a backend for a virtual node. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecBackend_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "virtualService", - "Virtual service to use as a backend for a virtual node.", + 'virtualService', + 'Virtual service to use as a backend for a virtual node.', () => appmesh_VirtualNodeSpecBackendVirtualService_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaults.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaults.ts index 755672c6d..79e959ca7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaults.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaults.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicy, appmesh_VirtualNodeSpecBackendDefaultsClientPolicy_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicy"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicy'; export interface appmesh_VirtualNodeSpecBackendDefaults { // Default client policy for virtual service backends. See above for details. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecBackendDefaults_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "clientPolicy", - "Default client policy for virtual service backends. See above for details.", + 'clientPolicy', + 'Default client policy for virtual service backends. See above for details.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicy.ts index bfac54f6c..d96f93a0b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicy { // Transport Layer Security (TLS) client policy. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicy_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "tls", - "Transport Layer Security (TLS) client policy.", + 'tls', + 'Transport Layer Security (TLS) client policy.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls.ts index 604984dac..3db0862fc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls { // Listener's TLS certificate. @@ -32,23 +32,23 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls_GetTypes() return [ new DynamicUIProps( InputType.Bool, - "enforce", - "Whether the policy is enforced. Default is `true`.", + 'enforce', + 'Whether the policy is enforced. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ports", - "One or more ports that the policy is enforced for.", + 'ports', + 'One or more ports that the policy is enforced for.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "validation", + 'validation', "Listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation_GetTypes(), @@ -57,7 +57,7 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTls_GetTypes() ), new DynamicUIProps( InputType.Object, - "certificate", + 'certificate', "Listener's TLS certificate.", () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate.ts index dcbb039a9..1b5704f1b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate { // Local file certificate. @@ -26,8 +26,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate return [ new DynamicUIProps( InputType.Object, - "file", - "Local file certificate.", + 'file', + 'Local file certificate.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile_GetTypes(), false, @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate ), new DynamicUIProps( InputType.Object, - "sds", - "A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile.ts index 4cf5c0d89..0e2f71b99 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateFile { // Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate return [ new DynamicUIProps( InputType.String, - "privateKey", - "Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.", + 'privateKey', + 'Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds.ts index 11fb7a9a7..54b0f183b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificateSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsCertificate return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation.ts index 2a5f6fd4b..88f5bed66 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation { // SANs for a TLS validation context. @@ -26,8 +26,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation_ return [ new DynamicUIProps( InputType.Object, - "trust", - "TLS validation context trust.", + 'trust', + 'TLS validation context trust.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidation_ ), new DynamicUIProps( InputType.Object, - "subjectAlternativeNames", - "SANs for a TLS validation context.", + 'subjectAlternativeNames', + 'SANs for a TLS validation context.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts index 8b30188e8..d03f7c63f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNames { // Criteria for determining a SAN's match. @@ -19,7 +19,7 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationS return [ new DynamicUIProps( InputType.Object, - "match", + 'match', "Criteria for determining a SAN's match.", () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts index 99b3a4a26..c46f7237a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationSubjectAlternativeNamesMatch { // Values sent must match the specified values exactly. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationS return [ new DynamicUIProps( InputType.Array, - "exacts", - "Values sent must match the specified values exactly.", + 'exacts', + 'Values sent must match the specified values exactly.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust.ts index abba18d32..a4693873e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile'; import { appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds, appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds"; +} from './appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrust { // TLS validation context trust for an AWS Certificate Manager (ACM) certificate. @@ -33,8 +33,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT return [ new DynamicUIProps( InputType.Object, - "acm", - "TLS validation context trust for an AWS Certificate Manager (ACM) certificate.", + 'acm', + 'TLS validation context trust for an AWS Certificate Manager (ACM) certificate.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm_GetTypes(), false, @@ -42,8 +42,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT ), new DynamicUIProps( InputType.Object, - "file", - "TLS validation context trust for a local file certificate.", + 'file', + 'TLS validation context trust for a local file certificate.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile_GetTypes(), false, @@ -51,8 +51,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT ), new DynamicUIProps( InputType.Object, - "sds", - "TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts index 670f46eab..a01288b30 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustAcm { // One or more ACM ARNs. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "One or more ACM ARNs.", + 'certificateAuthorityArns', + 'One or more ACM ARNs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts index c0dd02716..cfa5902d4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts index 95a3f320d..00c67f490 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationTrustSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecBackendDefaultsClientPolicyTlsValidationT return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualService.ts index b6f0b849e..0b7588b99 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualService.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy'; export interface appmesh_VirtualNodeSpecBackendVirtualService { // Name of the virtual service that is acting as a virtual node backend. Must be between 1 and 255 characters in length. @@ -22,16 +22,16 @@ export function appmesh_VirtualNodeSpecBackendVirtualService_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "clientPolicy", - "Client policy for the backend.", + 'clientPolicy', + 'Client policy for the backend.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "virtualServiceName", - "Name of the virtual service that is acting as a virtual node backend. Must be between 1 and 255 characters in length.", + 'virtualServiceName', + 'Name of the virtual service that is acting as a virtual node backend. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy.ts index cfeb5a144..edb34a7cd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy { // Transport Layer Security (TLS) client policy. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicy_GetType return [ new DynamicUIProps( InputType.Object, - "tls", - "Transport Layer Security (TLS) client policy.", + 'tls', + 'Transport Layer Security (TLS) client policy.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls.ts index 1d59e6398..93a640c7e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls { // Listener's Transport Layer Security (TLS) validation context. @@ -32,7 +32,7 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls_GetT return [ new DynamicUIProps( InputType.Object, - "validation", + 'validation', "Listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation_GetTypes(), @@ -41,7 +41,7 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls_GetT ), new DynamicUIProps( InputType.Object, - "certificate", + 'certificate', "Listener's TLS certificate.", () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate_GetTypes(), @@ -50,16 +50,16 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTls_GetT ), new DynamicUIProps( InputType.Bool, - "enforce", - "Whether the policy is enforced. Default is `true`.", + 'enforce', + 'Whether the policy is enforced. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ports", - "One or more ports that the policy is enforced for.", + 'ports', + 'One or more ports that the policy is enforced for.', () => InputType_Number_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate.ts index f78c9f269..dfc9972c1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificate { // Local file certificate. @@ -26,8 +26,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCerti return [ new DynamicUIProps( InputType.Object, - "file", - "Local file certificate.", + 'file', + 'Local file certificate.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile_GetTypes(), false, @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCerti ), new DynamicUIProps( InputType.Object, - "sds", - "A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile.ts index e4c93af89..d1775be69 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCerti return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.", + 'privateKey', + 'Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds.ts index 75244612e..59cf04adb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCerti return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation.ts index c9d7b94c8..9fb91937d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidation { // SANs for a TLS validation context. @@ -26,8 +26,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.Object, - "subjectAlternativeNames", - "SANs for a TLS validation context.", + 'subjectAlternativeNames', + 'SANs for a TLS validation context.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames_GetTypes(), false, @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid ), new DynamicUIProps( InputType.Object, - "trust", - "TLS validation context trust.", + 'trust', + 'TLS validation context trust.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames.ts index b0b15e600..8c57eee2b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNames { // Criteria for determining a SAN's match. @@ -19,7 +19,7 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.Object, - "match", + 'match', "Criteria for determining a SAN's match.", () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts index 21142cb1c..3a66e6f11 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationSubjectAlternativeNamesMatch { // Values sent must match the specified values exactly. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.Array, - "exacts", - "Values sent must match the specified values exactly.", + 'exacts', + 'Values sent must match the specified values exactly.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust.ts index dc1255416..d2d4537d2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile'; import { appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds, appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds_GetTypes, -} from "./appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds"; +} from './appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrust { // TLS validation context trust for an AWS Certificate Manager (ACM) certificate. @@ -33,8 +33,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.Object, - "acm", - "TLS validation context trust for an AWS Certificate Manager (ACM) certificate.", + 'acm', + 'TLS validation context trust for an AWS Certificate Manager (ACM) certificate.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm_GetTypes(), false, @@ -42,8 +42,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid ), new DynamicUIProps( InputType.Object, - "file", - "TLS validation context trust for a local file certificate.", + 'file', + 'TLS validation context trust for a local file certificate.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile_GetTypes(), false, @@ -51,8 +51,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid ), new DynamicUIProps( InputType.Object, - "sds", - "TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm.ts index 6ade4bc87..ee45e1f1f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustAcm { // One or more ACM ARNs. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "One or more ACM ARNs.", + 'certificateAuthorityArns', + 'One or more ACM ARNs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile.ts index d9abbc214..be8ff2d59 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds.ts index 1be99d7c6..a53fd5ca9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValidationTrustSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecBackendVirtualServiceClientPolicyTlsValid return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListener.ts index f93f4f9c2..212ba7f36 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListener.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerConnectionPool, appmesh_VirtualNodeSpecListenerConnectionPool_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerConnectionPool"; +} from './appmesh_VirtualNodeSpecListenerConnectionPool'; import { appmesh_VirtualNodeSpecListenerHealthCheck, appmesh_VirtualNodeSpecListenerHealthCheck_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerHealthCheck"; +} from './appmesh_VirtualNodeSpecListenerHealthCheck'; import { appmesh_VirtualNodeSpecListenerOutlierDetection, appmesh_VirtualNodeSpecListenerOutlierDetection_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerOutlierDetection"; +} from './appmesh_VirtualNodeSpecListenerOutlierDetection'; import { appmesh_VirtualNodeSpecListenerPortMapping, appmesh_VirtualNodeSpecListenerPortMapping_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerPortMapping"; +} from './appmesh_VirtualNodeSpecListenerPortMapping'; import { appmesh_VirtualNodeSpecListenerTimeout, appmesh_VirtualNodeSpecListenerTimeout_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeout"; +} from './appmesh_VirtualNodeSpecListenerTimeout'; import { appmesh_VirtualNodeSpecListenerTls, appmesh_VirtualNodeSpecListenerTls_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTls"; +} from './appmesh_VirtualNodeSpecListenerTls'; export interface appmesh_VirtualNodeSpecListener { // Transport Layer Security (TLS) properties for the listener @@ -54,48 +54,48 @@ export function appmesh_VirtualNodeSpecListener_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "connectionPool", - "Connection pool information for the listener.", + 'connectionPool', + 'Connection pool information for the listener.', () => appmesh_VirtualNodeSpecListenerConnectionPool_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "healthCheck", - "Health check information for the listener.", + 'healthCheck', + 'Health check information for the listener.', () => appmesh_VirtualNodeSpecListenerHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "outlierDetection", - "Outlier detection information for the listener.", + 'outlierDetection', + 'Outlier detection information for the listener.', () => appmesh_VirtualNodeSpecListenerOutlierDetection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "portMapping", - "Port mapping information for the listener.", + 'portMapping', + 'Port mapping information for the listener.', () => appmesh_VirtualNodeSpecListenerPortMapping_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Timeouts for different protocols.", + 'timeout', + 'Timeouts for different protocols.', () => appmesh_VirtualNodeSpecListenerTimeout_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tls", - "Transport Layer Security (TLS) properties for the listener", + 'tls', + 'Transport Layer Security (TLS) properties for the listener', () => appmesh_VirtualNodeSpecListenerTls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPool.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPool.ts index 5c8706197..b23f33f33 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPool.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPool.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerConnectionPoolHttp2, appmesh_VirtualNodeSpecListenerConnectionPoolHttp2_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerConnectionPoolHttp2"; +} from './appmesh_VirtualNodeSpecListenerConnectionPoolHttp2'; import { appmesh_VirtualNodeSpecListenerConnectionPoolHttp, appmesh_VirtualNodeSpecListenerConnectionPoolHttp_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerConnectionPoolHttp"; +} from './appmesh_VirtualNodeSpecListenerConnectionPoolHttp'; import { appmesh_VirtualNodeSpecListenerConnectionPoolTcp, appmesh_VirtualNodeSpecListenerConnectionPoolTcp_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerConnectionPoolTcp"; +} from './appmesh_VirtualNodeSpecListenerConnectionPoolTcp'; import { appmesh_VirtualNodeSpecListenerConnectionPoolGrpc, appmesh_VirtualNodeSpecListenerConnectionPoolGrpc_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerConnectionPoolGrpc"; +} from './appmesh_VirtualNodeSpecListenerConnectionPoolGrpc'; export interface appmesh_VirtualNodeSpecListenerConnectionPool { // Connection pool information for HTTP2 listeners. @@ -40,32 +40,32 @@ export function appmesh_VirtualNodeSpecListenerConnectionPool_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "http2s", - "Connection pool information for HTTP2 listeners.", + 'http2s', + 'Connection pool information for HTTP2 listeners.', () => appmesh_VirtualNodeSpecListenerConnectionPoolHttp2_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "https", - "Connection pool information for HTTP listeners.", + 'https', + 'Connection pool information for HTTP listeners.', () => appmesh_VirtualNodeSpecListenerConnectionPoolHttp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tcps", - "Connection pool information for TCP listeners.", + 'tcps', + 'Connection pool information for TCP listeners.', () => appmesh_VirtualNodeSpecListenerConnectionPoolTcp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "grpc", - "Connection pool information for gRPC listeners.", + 'grpc', + 'Connection pool information for gRPC listeners.', () => appmesh_VirtualNodeSpecListenerConnectionPoolGrpc_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolGrpc.ts index 9ac559737..ae7373cde 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolGrpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerConnectionPoolGrpc { // Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerConnectionPoolGrpc_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.", + 'maxRequests', + 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp.ts index a66eadc64..6e1f259ea 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerConnectionPoolHttp { // Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerConnectionPoolHttp_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.", + 'maxConnections', + 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxPendingRequests", - "Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster. Minimum value of `1`.", + 'maxPendingRequests', + 'Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster. Minimum value of `1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp2.ts index 5a6adac89..05b3863a5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolHttp2.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerConnectionPoolHttp2 { // Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerConnectionPoolHttp2_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.", + 'maxRequests', + 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolTcp.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolTcp.ts index fa93e717d..b9115a473 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolTcp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerConnectionPoolTcp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerConnectionPoolTcp { // Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerConnectionPoolTcp_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.", + 'maxConnections', + 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerHealthCheck.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerHealthCheck.ts index efed6ba32..80adf25e2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerHealthCheck { // Amount of time to wait when receiving a response from the health check, in milliseconds. @@ -33,56 +33,56 @@ export function appmesh_VirtualNodeSpecListenerHealthCheck_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "healthyThreshold", - "Number of consecutive successful health checks that must occur before declaring listener healthy.", + 'healthyThreshold', + 'Number of consecutive successful health checks that must occur before declaring listener healthy.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "intervalMillis", - "Time period in milliseconds between each health check execution.", + 'intervalMillis', + 'Time period in milliseconds between each health check execution.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "Destination path for the health check request. This is only required if the specified protocol is `http` or `http2`.", + 'path', + 'Destination path for the health check request. This is only required if the specified protocol is `http` or `http2`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Destination port for the health check request. This port must match the port defined in the `port_mapping` for the listener.", + 'port', + 'Destination port for the health check request. This port must match the port defined in the `port_mapping` for the listener.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol for the health check request. Valid values are `http`, `http2`, `tcp` and `grpc`.", + 'protocol', + 'Protocol for the health check request. Valid values are `http`, `http2`, `tcp` and `grpc`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeoutMillis", - "Amount of time to wait when receiving a response from the health check, in milliseconds.", + 'timeoutMillis', + 'Amount of time to wait when receiving a response from the health check, in milliseconds.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "Number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.", + 'unhealthyThreshold', + 'Number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetection.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetection.ts index 951c20ca6..93aa70b87 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetection.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetection.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration, appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration"; +} from './appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration'; import { appmesh_VirtualNodeSpecListenerOutlierDetectionInterval, appmesh_VirtualNodeSpecListenerOutlierDetectionInterval_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerOutlierDetectionInterval"; +} from './appmesh_VirtualNodeSpecListenerOutlierDetectionInterval'; export interface appmesh_VirtualNodeSpecListenerOutlierDetection { // Base amount of time for which a host is ejected. @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecListenerOutlierDetection_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "baseEjectionDuration", - "Base amount of time for which a host is ejected.", + 'baseEjectionDuration', + 'Base amount of time for which a host is ejected.', () => appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration_GetTypes(), true, @@ -44,24 +44,24 @@ export function appmesh_VirtualNodeSpecListenerOutlierDetection_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "interval", - "Time interval between ejection sweep analysis.", + 'interval', + 'Time interval between ejection sweep analysis.', () => appmesh_VirtualNodeSpecListenerOutlierDetectionInterval_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxEjectionPercent", - "Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.\nMinimum value of `0`. Maximum value of `100`.", + 'maxEjectionPercent', + 'Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.\nMinimum value of `0`. Maximum value of `100`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxServerErrors", - "Number of consecutive `5xx` errors required for ejection. Minimum value of `1`.", + 'maxServerErrors', + 'Number of consecutive `5xx` errors required for ejection. Minimum value of `1`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts index ba0b217a3..cea4b3744 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerOutlierDetectionBaseEjectionDurat return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionInterval.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionInterval.ts index 2b842fde8..40e9d1d1d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionInterval.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerOutlierDetectionInterval.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerOutlierDetectionInterval { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerOutlierDetectionInterval_GetTypes return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerPortMapping.ts index 94400d1d4..a1ba1a24f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerPortMapping { // Port used for the port mapping. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerPortMapping_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "port", - "Port used for the port mapping.", + 'port', + 'Port used for the port mapping.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol used for the port mapping. Valid values are `http`, `http2`, `tcp` and `grpc`.", + 'protocol', + 'Protocol used for the port mapping. Valid values are `http`, `http2`, `tcp` and `grpc`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeout.ts index 40cf5f72a..3bd4beeba 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeout.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTimeoutHttp2, appmesh_VirtualNodeSpecListenerTimeoutHttp2_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttp2"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttp2'; import { appmesh_VirtualNodeSpecListenerTimeoutTcp, appmesh_VirtualNodeSpecListenerTimeoutTcp_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutTcp"; +} from './appmesh_VirtualNodeSpecListenerTimeoutTcp'; import { appmesh_VirtualNodeSpecListenerTimeoutGrpc, appmesh_VirtualNodeSpecListenerTimeoutGrpc_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutGrpc"; +} from './appmesh_VirtualNodeSpecListenerTimeoutGrpc'; import { appmesh_VirtualNodeSpecListenerTimeoutHttp, appmesh_VirtualNodeSpecListenerTimeoutHttp_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttp"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttp'; export interface appmesh_VirtualNodeSpecListenerTimeout { // Timeouts for gRPC listeners. @@ -40,32 +40,32 @@ export function appmesh_VirtualNodeSpecListenerTimeout_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "grpc", - "Timeouts for gRPC listeners.", + 'grpc', + 'Timeouts for gRPC listeners.', () => appmesh_VirtualNodeSpecListenerTimeoutGrpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http", - "Timeouts for HTTP listeners.", + 'http', + 'Timeouts for HTTP listeners.', () => appmesh_VirtualNodeSpecListenerTimeoutHttp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2", - "Timeouts for HTTP2 listeners.", + 'http2', + 'Timeouts for HTTP2 listeners.', () => appmesh_VirtualNodeSpecListenerTimeoutHttp2_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tcp", - "Timeouts for TCP listeners.", + 'tcp', + 'Timeouts for TCP listeners.', () => appmesh_VirtualNodeSpecListenerTimeoutTcp_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpc.ts index 9e6c3ed2b..2edf0c152 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpc.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle, appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle"; +} from './appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle'; import { appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest, appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest"; +} from './appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest'; export interface appmesh_VirtualNodeSpecListenerTimeoutGrpc { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutGrpc_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle.ts index 1df10dc70..4952fbabb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest.ts index eca758452..6c5a248dd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp.ts index 39957370f..270b50365 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTimeoutHttpIdle, appmesh_VirtualNodeSpecListenerTimeoutHttpIdle_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttpIdle"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttpIdle'; import { appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest, appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttp { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttp_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_VirtualNodeSpecListenerTimeoutHttpIdle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2.ts index 9711874cb..d4236490b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest, appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest'; import { appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle, appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle"; +} from './appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttp2 { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -26,16 +26,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttp2_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "perRequest", - "Per request timeout.", + 'perRequest', + 'Per request timeout.', () => appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle.ts index 15ddbcdf4..2da0b95b9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest.ts index 92e25051c..03ebab8af 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes() return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpIdle.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpIdle.ts index e491ecf4d..c156f7c19 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttpIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttpIdle_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest.ts index 694fcc4c8..c680ffbf2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcp.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcp.ts index 72f715446..844361804 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcp.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTimeoutTcpIdle, appmesh_VirtualNodeSpecListenerTimeoutTcpIdle_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTimeoutTcpIdle"; +} from './appmesh_VirtualNodeSpecListenerTimeoutTcpIdle'; export interface appmesh_VirtualNodeSpecListenerTimeoutTcp { // Idle timeout. An idle timeout bounds the amount of time that a connection may be idle. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecListenerTimeoutTcp_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "idle", - "Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.", + 'idle', + 'Idle timeout. An idle timeout bounds the amount of time that a connection may be idle.', () => appmesh_VirtualNodeSpecListenerTimeoutTcpIdle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcpIdle.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcpIdle.ts index d35439620..55c8076eb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcpIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTimeoutTcpIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTimeoutTcpIdle { // Unit of time. Valid values: `ms`, `s`. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTimeoutTcpIdle_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time. Valid values: `ms`, `s`.", + 'unit', + 'Unit of time. Valid values: `ms`, `s`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Number of time units. Minimum value of `0`.", + 'value', + 'Number of time units. Minimum value of `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTls.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTls.ts index fc3eb3fc2..b92e74880 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTls.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTlsCertificate, appmesh_VirtualNodeSpecListenerTlsCertificate_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsCertificate"; +} from './appmesh_VirtualNodeSpecListenerTlsCertificate'; import { appmesh_VirtualNodeSpecListenerTlsValidation, appmesh_VirtualNodeSpecListenerTlsValidation_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidation"; +} from './appmesh_VirtualNodeSpecListenerTlsValidation'; export interface appmesh_VirtualNodeSpecListenerTls { // Listener's TLS certificate. @@ -29,7 +29,7 @@ export function appmesh_VirtualNodeSpecListenerTls_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "certificate", + 'certificate', "Listener's TLS certificate.", () => appmesh_VirtualNodeSpecListenerTlsCertificate_GetTypes(), true, @@ -37,7 +37,7 @@ export function appmesh_VirtualNodeSpecListenerTls_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "mode", + 'mode', "Listener's TLS mode. Valid values: `DISABLED`, `PERMISSIVE`, `STRICT`.", () => [], true, @@ -45,7 +45,7 @@ export function appmesh_VirtualNodeSpecListenerTls_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "validation", + 'validation', "Listener's Transport Layer Security (TLS) validation context.", () => appmesh_VirtualNodeSpecListenerTlsValidation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificate.ts index cd6b92dcd..102a7d4de 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificate.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTlsCertificateAcm, appmesh_VirtualNodeSpecListenerTlsCertificateAcm_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsCertificateAcm"; +} from './appmesh_VirtualNodeSpecListenerTlsCertificateAcm'; import { appmesh_VirtualNodeSpecListenerTlsCertificateFile, appmesh_VirtualNodeSpecListenerTlsCertificateFile_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsCertificateFile"; +} from './appmesh_VirtualNodeSpecListenerTlsCertificateFile'; import { appmesh_VirtualNodeSpecListenerTlsCertificateSds, appmesh_VirtualNodeSpecListenerTlsCertificateSds_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsCertificateSds"; +} from './appmesh_VirtualNodeSpecListenerTlsCertificateSds'; export interface appmesh_VirtualNodeSpecListenerTlsCertificate { // An AWS Certificate Manager (ACM) certificate. @@ -33,24 +33,24 @@ export function appmesh_VirtualNodeSpecListenerTlsCertificate_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "acm", - "An AWS Certificate Manager (ACM) certificate.", + 'acm', + 'An AWS Certificate Manager (ACM) certificate.', () => appmesh_VirtualNodeSpecListenerTlsCertificateAcm_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "file", - "Local file certificate.", + 'file', + 'Local file certificate.', () => appmesh_VirtualNodeSpecListenerTlsCertificateFile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sds", - "A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'A [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecListenerTlsCertificateSds_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateAcm.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateAcm.ts index c7fb294a2..2c3cfe77f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsCertificateAcm { // ARN for the certificate. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerTlsCertificateAcm_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "certificateArn", - "ARN for the certificate.", + 'certificateArn', + 'ARN for the certificate.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateFile.ts index ff1407257..ec6f01712 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsCertificateFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecListenerTlsCertificateFile_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.", + 'privateKey', + 'Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateSds.ts index d503e6972..a97104f2e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsCertificateSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsCertificateSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecListenerTlsCertificateSds_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidation.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidation.ts index ad5de1644..7fa35becd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTlsValidationTrust, appmesh_VirtualNodeSpecListenerTlsValidationTrust_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidationTrust"; +} from './appmesh_VirtualNodeSpecListenerTlsValidationTrust'; import { appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames, appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames"; +} from './appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames'; export interface appmesh_VirtualNodeSpecListenerTlsValidation { // SANs for a TLS validation context. @@ -26,8 +26,8 @@ export function appmesh_VirtualNodeSpecListenerTlsValidation_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "subjectAlternativeNames", - "SANs for a TLS validation context.", + 'subjectAlternativeNames', + 'SANs for a TLS validation context.', () => appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames_GetTypes(), false, @@ -35,8 +35,8 @@ export function appmesh_VirtualNodeSpecListenerTlsValidation_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "trust", - "TLS validation context trust.", + 'trust', + 'TLS validation context trust.', () => appmesh_VirtualNodeSpecListenerTlsValidationTrust_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames.ts index 79314f89a..060032148 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch, appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch"; +} from './appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch'; export interface appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNames { // Criteria for determining a SAN's match. @@ -19,7 +19,7 @@ export function appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNa return [ new DynamicUIProps( InputType.Object, - "match", + 'match', "Criteria for determining a SAN's match.", () => appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch.ts index f608363e1..9ad2adf61 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNamesMatch { // Values sent must match the specified values exactly. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerTlsValidationSubjectAlternativeNa return [ new DynamicUIProps( InputType.Array, - "exacts", - "Values sent must match the specified values exactly.", + 'exacts', + 'Values sent must match the specified values exactly.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrust.ts index 66c6b1b37..6b1a8fe54 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrust.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecListenerTlsValidationTrustSds, appmesh_VirtualNodeSpecListenerTlsValidationTrustSds_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidationTrustSds"; +} from './appmesh_VirtualNodeSpecListenerTlsValidationTrustSds'; import { appmesh_VirtualNodeSpecListenerTlsValidationTrustFile, appmesh_VirtualNodeSpecListenerTlsValidationTrustFile_GetTypes, -} from "./appmesh_VirtualNodeSpecListenerTlsValidationTrustFile"; +} from './appmesh_VirtualNodeSpecListenerTlsValidationTrustFile'; export interface appmesh_VirtualNodeSpecListenerTlsValidationTrust { // TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate. @@ -26,16 +26,16 @@ export function appmesh_VirtualNodeSpecListenerTlsValidationTrust_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "sds", - "TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.", + 'sds', + 'TLS validation context trust for a [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#secret-discovery-service-sds) certificate.', () => appmesh_VirtualNodeSpecListenerTlsValidationTrustSds_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "file", - "TLS validation context trust for a local file certificate.", + 'file', + 'TLS validation context trust for a local file certificate.', () => appmesh_VirtualNodeSpecListenerTlsValidationTrustFile_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustFile.ts index 5fc0ca8b6..3e6b107c4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsValidationTrustFile { // Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualNodeSpecListenerTlsValidationTrustFile_GetTypes() return [ new DynamicUIProps( InputType.String, - "certificateChain", - "Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.", + 'certificateChain', + 'Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustSds.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustSds.ts index fccf20e37..f8bd8959d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustSds.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecListenerTlsValidationTrustSds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecListenerTlsValidationTrustSds { // Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust. @@ -15,7 +15,7 @@ export function appmesh_VirtualNodeSpecListenerTlsValidationTrustSds_GetTypes(): return [ new DynamicUIProps( InputType.String, - "secretName", + 'secretName', "Name of the secret for a virtual node's Transport Layer Security (TLS) Secret Discovery Service validation context trust.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLogging.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLogging.ts index 59701c67c..5e8ea249d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLogging.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecLoggingAccessLog, appmesh_VirtualNodeSpecLoggingAccessLog_GetTypes, -} from "./appmesh_VirtualNodeSpecLoggingAccessLog"; +} from './appmesh_VirtualNodeSpecLoggingAccessLog'; export interface appmesh_VirtualNodeSpecLogging { // Access log configuration for a virtual node. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecLogging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "accessLog", - "Access log configuration for a virtual node.", + 'accessLog', + 'Access log configuration for a virtual node.', () => appmesh_VirtualNodeSpecLoggingAccessLog_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLog.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLog.ts index 6f66fe0a7..fccbde2bd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLog.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLog.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecLoggingAccessLogFile, appmesh_VirtualNodeSpecLoggingAccessLogFile_GetTypes, -} from "./appmesh_VirtualNodeSpecLoggingAccessLogFile"; +} from './appmesh_VirtualNodeSpecLoggingAccessLogFile'; export interface appmesh_VirtualNodeSpecLoggingAccessLog { // File object to send virtual node access logs to. @@ -19,8 +19,8 @@ export function appmesh_VirtualNodeSpecLoggingAccessLog_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "file", - "File object to send virtual node access logs to.", + 'file', + 'File object to send virtual node access logs to.', () => appmesh_VirtualNodeSpecLoggingAccessLogFile_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFile.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFile.ts index 1697d5a4e..30a3ce474 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecLoggingAccessLogFileFormat, appmesh_VirtualNodeSpecLoggingAccessLogFileFormat_GetTypes, -} from "./appmesh_VirtualNodeSpecLoggingAccessLogFileFormat"; +} from './appmesh_VirtualNodeSpecLoggingAccessLogFileFormat'; export interface appmesh_VirtualNodeSpecLoggingAccessLogFile { // File path to write access logs to. You can use `/dev/stdout` to send access logs to standard out. Must be between 1 and 255 characters in length. @@ -22,16 +22,16 @@ export function appmesh_VirtualNodeSpecLoggingAccessLogFile_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "path", - "File path to write access logs to. You can use `/dev/stdout` to send access logs to standard out. Must be between 1 and 255 characters in length.", + 'path', + 'File path to write access logs to. You can use `/dev/stdout` to send access logs to standard out. Must be between 1 and 255 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "format", - "The specified format for the logs.", + 'format', + 'The specified format for the logs.', () => appmesh_VirtualNodeSpecLoggingAccessLogFileFormat_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormat.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormat.ts index b6f8ea6ea..908c28942 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormat.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson, appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes, -} from "./appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson"; +} from './appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson'; export interface appmesh_VirtualNodeSpecLoggingAccessLogFileFormat { // The logging format for JSON. @@ -22,16 +22,16 @@ export function appmesh_VirtualNodeSpecLoggingAccessLogFileFormat_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "text", - "The logging format for text. Must be between 1 and 1000 characters in length.", + 'text', + 'The logging format for text. Must be between 1 and 1000 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "jsons", - "The logging format for JSON.", + 'jsons', + 'The logging format for JSON.', () => appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson.ts index f06b91d10..f1b7318d3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson { // The specified key for the JSON. Must be between 1 and 100 characters in length. @@ -18,16 +18,16 @@ export function appmesh_VirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes() return [ new DynamicUIProps( InputType.String, - "key", - "The specified key for the JSON. Must be between 1 and 100 characters in length.", + 'key', + 'The specified key for the JSON. Must be between 1 and 100 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The specified value for the JSON. Must be between 1 and 100 characters in length.", + 'value', + 'The specified value for the JSON. Must be between 1 and 100 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscovery.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscovery.ts index a8cc2744d..66a362610 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscovery.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscovery.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap, appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes, -} from "./appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap"; +} from './appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap'; import { appmesh_VirtualNodeSpecServiceDiscoveryDns, appmesh_VirtualNodeSpecServiceDiscoveryDns_GetTypes, -} from "./appmesh_VirtualNodeSpecServiceDiscoveryDns"; +} from './appmesh_VirtualNodeSpecServiceDiscoveryDns'; export interface appmesh_VirtualNodeSpecServiceDiscovery { // Any AWS Cloud Map information for the virtual node. @@ -26,16 +26,16 @@ export function appmesh_VirtualNodeSpecServiceDiscovery_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "awsCloudMap", - "Any AWS Cloud Map information for the virtual node.", + 'awsCloudMap', + 'Any AWS Cloud Map information for the virtual node.', () => appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dns", - "DNS service name for the virtual node.", + 'dns', + 'DNS service name for the virtual node.', () => appmesh_VirtualNodeSpecServiceDiscoveryDns_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap.ts index d4f695f2d..e83ab0655 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap { // String map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned. @@ -24,24 +24,24 @@ export function appmesh_VirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes(): D return [ new DynamicUIProps( InputType.Map, - "attributes", - "String map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.", + 'attributes', + 'String map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namespaceName", - "Name of the AWS Cloud Map namespace to use.\nUse the `aws.servicediscovery.HttpNamespace` resource to configure a Cloud Map namespace. Must be between 1 and 1024 characters in length.", + 'namespaceName', + 'Name of the AWS Cloud Map namespace to use.\nUse the `aws.servicediscovery.HttpNamespace` resource to configure a Cloud Map namespace. Must be between 1 and 1024 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "Name of the AWS Cloud Map service to use. Use the `aws.servicediscovery.Service` resource to configure a Cloud Map service. Must be between 1 and 1024 characters in length.", + 'serviceName', + 'Name of the AWS Cloud Map service to use. Use the `aws.servicediscovery.Service` resource to configure a Cloud Map service. Must be between 1 and 1024 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryDns.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryDns.ts index 52025a95b..477ca86b2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryDns.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualNodeSpecServiceDiscoveryDns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualNodeSpecServiceDiscoveryDns { // DNS host name for your virtual node. @@ -21,24 +21,24 @@ export function appmesh_VirtualNodeSpecServiceDiscoveryDns_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "hostname", - "DNS host name for your virtual node.", + 'hostname', + 'DNS host name for your virtual node.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipPreference", - "The preferred IP version that this virtual node uses. Valid values: `IPv6_PREFERRED`, `IPv4_PREFERRED`, `IPv4_ONLY`, `IPv6_ONLY`.", + 'ipPreference', + 'The preferred IP version that this virtual node uses. Valid values: `IPv6_PREFERRED`, `IPv4_PREFERRED`, `IPv4_ONLY`, `IPv6_ONLY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responseType", - "The DNS response type for the virtual node. Valid values: `LOADBALANCER`, `ENDPOINTS`.", + 'responseType', + 'The DNS response type for the virtual node. Valid values: `LOADBALANCER`, `ENDPOINTS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpec.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpec.ts index 387f62f5a..7d1ac3411 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpec.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualRouterSpecListener, appmesh_VirtualRouterSpecListener_GetTypes, -} from "./appmesh_VirtualRouterSpecListener"; +} from './appmesh_VirtualRouterSpecListener'; export interface appmesh_VirtualRouterSpec { /* @@ -22,8 +22,8 @@ export function appmesh_VirtualRouterSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "listeners", - "Listeners that the virtual router is expected to receive inbound traffic from.\nCurrently only one listener is supported per virtual router.", + 'listeners', + 'Listeners that the virtual router is expected to receive inbound traffic from.\nCurrently only one listener is supported per virtual router.', () => appmesh_VirtualRouterSpecListener_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListener.ts index 46314c920..279e48c24 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListener.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualRouterSpecListenerPortMapping, appmesh_VirtualRouterSpecListenerPortMapping_GetTypes, -} from "./appmesh_VirtualRouterSpecListenerPortMapping"; +} from './appmesh_VirtualRouterSpecListenerPortMapping'; export interface appmesh_VirtualRouterSpecListener { // Port mapping information for the listener. @@ -19,8 +19,8 @@ export function appmesh_VirtualRouterSpecListener_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "portMapping", - "Port mapping information for the listener.", + 'portMapping', + 'Port mapping information for the listener.', () => appmesh_VirtualRouterSpecListenerPortMapping_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListenerPortMapping.ts index ce6452dea..d7698a602 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualRouterSpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualRouterSpecListenerPortMapping { // Protocol used for the port mapping. Valid values are `http`,`http2`, `tcp` and `grpc`. @@ -18,16 +18,16 @@ export function appmesh_VirtualRouterSpecListenerPortMapping_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol used for the port mapping. Valid values are `http`,`http2`, `tcp` and `grpc`.", + 'protocol', + 'Protocol used for the port mapping. Valid values are `http`,`http2`, `tcp` and `grpc`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port used for the port mapping.", + 'port', + 'Port used for the port mapping.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpec.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpec.ts index e5d5e1974..2517f223a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpec.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualServiceSpecProvider, appmesh_VirtualServiceSpecProvider_GetTypes, -} from "./appmesh_VirtualServiceSpecProvider"; +} from './appmesh_VirtualServiceSpecProvider'; export interface appmesh_VirtualServiceSpec { // App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router. @@ -19,8 +19,8 @@ export function appmesh_VirtualServiceSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "provider", - "App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.", + 'provider', + 'App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.', () => appmesh_VirtualServiceSpecProvider_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProvider.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProvider.ts index 07a10d4d7..edeb0139a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProvider.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProvider.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_VirtualServiceSpecProviderVirtualNode, appmesh_VirtualServiceSpecProviderVirtualNode_GetTypes, -} from "./appmesh_VirtualServiceSpecProviderVirtualNode"; +} from './appmesh_VirtualServiceSpecProviderVirtualNode'; import { appmesh_VirtualServiceSpecProviderVirtualRouter, appmesh_VirtualServiceSpecProviderVirtualRouter_GetTypes, -} from "./appmesh_VirtualServiceSpecProviderVirtualRouter"; +} from './appmesh_VirtualServiceSpecProviderVirtualRouter'; export interface appmesh_VirtualServiceSpecProvider { // Virtual node associated with a virtual service. @@ -26,16 +26,16 @@ export function appmesh_VirtualServiceSpecProvider_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "virtualNode", - "Virtual node associated with a virtual service.", + 'virtualNode', + 'Virtual node associated with a virtual service.', () => appmesh_VirtualServiceSpecProviderVirtualNode_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "virtualRouter", - "Virtual router associated with a virtual service.", + 'virtualRouter', + 'Virtual router associated with a virtual service.', () => appmesh_VirtualServiceSpecProviderVirtualRouter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualNode.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualNode.ts index a27df3776..24a2da0b1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualNode.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualServiceSpecProviderVirtualNode { // Name of the virtual node that is acting as a service provider. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualServiceSpecProviderVirtualNode_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "virtualNodeName", - "Name of the virtual node that is acting as a service provider. Must be between 1 and 255 characters in length.", + 'virtualNodeName', + 'Name of the virtual node that is acting as a service provider. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualRouter.ts b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualRouter.ts index 88ca1cf4d..fe4cb7d7b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualRouter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_VirtualServiceSpecProviderVirtualRouter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_VirtualServiceSpecProviderVirtualRouter { // Name of the virtual router that is acting as a service provider. Must be between 1 and 255 characters in length. @@ -15,8 +15,8 @@ export function appmesh_VirtualServiceSpecProviderVirtualRouter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "virtualRouterName", - "Name of the virtual router that is acting as a service provider. Must be between 1 and 255 characters in length.", + 'virtualRouterName', + 'Name of the virtual router that is acting as a service provider. Must be between 1 and 255 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpec.ts index e6294bf2e..4be916f84 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpec.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2Route, appmesh_getGatewayRouteSpecHttp2Route_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2Route"; +} from './appmesh_getGatewayRouteSpecHttp2Route'; import { appmesh_getGatewayRouteSpecHttpRoute, appmesh_getGatewayRouteSpecHttpRoute_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRoute"; +} from './appmesh_getGatewayRouteSpecHttpRoute'; import { appmesh_getGatewayRouteSpecGrpcRoute, appmesh_getGatewayRouteSpecGrpcRoute_GetTypes, -} from "./appmesh_getGatewayRouteSpecGrpcRoute"; +} from './appmesh_getGatewayRouteSpecGrpcRoute'; export interface appmesh_getGatewayRouteSpec { // @@ -36,28 +36,28 @@ export function appmesh_getGatewayRouteSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "grpcRoutes", - "", + 'grpcRoutes', + '', () => appmesh_getGatewayRouteSpecGrpcRoute_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "http2Routes", - "", + 'http2Routes', + '', () => appmesh_getGatewayRouteSpecHttp2Route_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "httpRoutes", - "", + 'httpRoutes', + '', () => appmesh_getGatewayRouteSpecHttpRoute_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "priority", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'priority', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRoute.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRoute.ts index 9bf7cb76b..c36d39877 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRoute.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecGrpcRouteAction, appmesh_getGatewayRouteSpecGrpcRouteAction_GetTypes, -} from "./appmesh_getGatewayRouteSpecGrpcRouteAction"; +} from './appmesh_getGatewayRouteSpecGrpcRouteAction'; import { appmesh_getGatewayRouteSpecGrpcRouteMatch, appmesh_getGatewayRouteSpecGrpcRouteMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecGrpcRouteMatch"; +} from './appmesh_getGatewayRouteSpecGrpcRouteMatch'; export interface appmesh_getGatewayRouteSpecGrpcRoute { // @@ -26,16 +26,16 @@ export function appmesh_getGatewayRouteSpecGrpcRoute_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getGatewayRouteSpecGrpcRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecGrpcRouteMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteAction.ts index e82a50950..a8b2469e0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecGrpcRouteActionTarget, appmesh_getGatewayRouteSpecGrpcRouteActionTarget_GetTypes, -} from "./appmesh_getGatewayRouteSpecGrpcRouteActionTarget"; +} from './appmesh_getGatewayRouteSpecGrpcRouteActionTarget'; export interface appmesh_getGatewayRouteSpecGrpcRouteAction { // @@ -19,8 +19,8 @@ export function appmesh_getGatewayRouteSpecGrpcRouteAction_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "targets", - "", + 'targets', + '', () => appmesh_getGatewayRouteSpecGrpcRouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTarget.ts index 403f10b11..2d86c1500 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService, appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService_GetTypes, -} from "./appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService"; +} from './appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService'; export interface appmesh_getGatewayRouteSpecGrpcRouteActionTarget { // @@ -20,11 +20,11 @@ export interface appmesh_getGatewayRouteSpecGrpcRouteActionTarget { export function appmesh_getGatewayRouteSpecGrpcRouteActionTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "virtualServices", - "", + 'virtualServices', + '', () => appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService.ts index 71b7a999c..461a5368e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService { // @@ -15,8 +15,8 @@ export function appmesh_getGatewayRouteSpecGrpcRouteActionTargetVirtualService_G return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "", + 'virtualServiceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteMatch.ts index 9ba989cdd..7da8c9d83 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecGrpcRouteMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecGrpcRouteMatch { // @@ -16,11 +16,11 @@ export interface appmesh_getGatewayRouteSpecGrpcRouteMatch { export function appmesh_getGatewayRouteSpecGrpcRouteMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.String, - "serviceName", - "", + 'serviceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2Route.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2Route.ts index d80324ed0..c74583266 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2Route.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2Route.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteMatch, appmesh_getGatewayRouteSpecHttp2RouteMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatch"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatch'; import { appmesh_getGatewayRouteSpecHttp2RouteAction, appmesh_getGatewayRouteSpecHttp2RouteAction_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteAction"; +} from './appmesh_getGatewayRouteSpecHttp2RouteAction'; export interface appmesh_getGatewayRouteSpecHttp2Route { // @@ -26,16 +26,16 @@ export function appmesh_getGatewayRouteSpecHttp2Route_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getGatewayRouteSpecHttp2RouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteAction.ts index a949a5e4b..856098be7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteActionRewrite, appmesh_getGatewayRouteSpecHttp2RouteActionRewrite_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionRewrite"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionRewrite'; import { appmesh_getGatewayRouteSpecHttp2RouteActionTarget, appmesh_getGatewayRouteSpecHttp2RouteActionTarget_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionTarget"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionTarget'; export interface appmesh_getGatewayRouteSpecHttp2RouteAction { // @@ -26,16 +26,16 @@ export function appmesh_getGatewayRouteSpecHttp2RouteAction_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "rewrites", - "", + 'rewrites', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionRewrite_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "targets", - "", + 'targets', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewrite.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewrite.ts index 4ecb48712..84835171d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewrite.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewrite.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname, appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname'; import { appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath, appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath'; import { appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix, appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionRewrite { // @@ -33,8 +33,8 @@ export function appmesh_getGatewayRouteSpecHttp2RouteActionRewrite_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "hostnames", - "", + 'hostnames', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname_GetTypes(), true, @@ -42,16 +42,16 @@ export function appmesh_getGatewayRouteSpecHttp2RouteActionRewrite_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "prefixes", - "", + 'prefixes', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname.ts index f1a9a45ac..1ca8ca9b3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname { // @@ -15,8 +15,8 @@ export function appmesh_getGatewayRouteSpecHttp2RouteActionRewriteHostname_GetTy return [ new DynamicUIProps( InputType.String, - "defaultTargetHostname", - "", + 'defaultTargetHostname', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath.ts index d8addfb53..65a806cd9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath { // @@ -13,6 +13,6 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath { export function appmesh_getGatewayRouteSpecHttp2RouteActionRewritePath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix.ts index 51611f6ea..fdc4bfb7d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix { // @@ -18,12 +18,12 @@ export function appmesh_getGatewayRouteSpecHttp2RouteActionRewritePrefix_GetType return [ new DynamicUIProps( InputType.String, - "defaultPrefix", - "", + 'defaultPrefix', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTarget.ts index f98aae15f..faee494f0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService, appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService"; +} from './appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionTarget { // @@ -20,11 +20,11 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteActionTarget { export function appmesh_getGatewayRouteSpecHttp2RouteActionTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "virtualServices", - "", + 'virtualServices', + '', () => appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService.ts index 52f269afa..287439e12 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService { // @@ -15,8 +15,8 @@ export function appmesh_getGatewayRouteSpecHttp2RouteActionTargetVirtualService_ return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "", + 'virtualServiceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatch.ts index f6c23c352..1c64dd63f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatch.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchPath, appmesh_getGatewayRouteSpecHttp2RouteMatchPath_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchPath"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchPath'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter, appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchHeader, appmesh_getGatewayRouteSpecHttp2RouteMatchHeader_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchHeader"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchHeader'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchHostname, appmesh_getGatewayRouteSpecHttp2RouteMatchHostname_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchHostname"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchHostname'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatch { // @@ -46,34 +46,34 @@ export function appmesh_getGatewayRouteSpecHttp2RouteMatch_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchPath_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "queryParameters", - "", + 'queryParameters', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchHeader_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "hostnames", - "", + 'hostnames', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchHostname_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeader.ts index 4e4f8676a..16feb55ce 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch, appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeader { // @@ -23,19 +23,19 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeader { export function appmesh_getGatewayRouteSpecHttp2RouteMatchHeader_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "invert", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'invert', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the gateway route.", + 'name', + 'Name of the gateway route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch.ts index 12bedeafb..c05751f03 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange, appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch { // @@ -29,18 +29,18 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch { export function appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ranges", - "", + 'ranges', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts index e8b0204b2..3d2c7637a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange { export function appmesh_getGatewayRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "end", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "start", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'end', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'start', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHostname.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHostname.ts index 1227e0b76..2d61742ee 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHostname { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchHostname { export function appmesh_getGatewayRouteSpecHttp2RouteMatchHostname_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchPath.ts index ed99797ac..e09e055b4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchPath { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchPath { export function appmesh_getGatewayRouteSpecHttp2RouteMatchPath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter.ts index a065dc159..805cb619a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch, appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch"; +} from './appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter { // @@ -22,8 +22,8 @@ export function appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter_GetType return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(), true, @@ -31,8 +31,8 @@ export function appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameter_GetType ), new DynamicUIProps( InputType.String, - "name", - "Name of the gateway route.", + 'name', + 'Name of the gateway route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts index abcee611c..922c352b3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch { // @@ -13,6 +13,6 @@ export interface appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch { export function appmesh_getGatewayRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRoute.ts index ef84aef1c..52b729a5c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRoute.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteMatch, appmesh_getGatewayRouteSpecHttpRouteMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatch"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatch'; import { appmesh_getGatewayRouteSpecHttpRouteAction, appmesh_getGatewayRouteSpecHttpRouteAction_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteAction"; +} from './appmesh_getGatewayRouteSpecHttpRouteAction'; export interface appmesh_getGatewayRouteSpecHttpRoute { // @@ -26,16 +26,16 @@ export function appmesh_getGatewayRouteSpecHttpRoute_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getGatewayRouteSpecHttpRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteAction.ts index d4cdadd4f..f1b7cbf98 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteActionRewrite, appmesh_getGatewayRouteSpecHttpRouteActionRewrite_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionRewrite"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionRewrite'; import { appmesh_getGatewayRouteSpecHttpRouteActionTarget, appmesh_getGatewayRouteSpecHttpRouteActionTarget_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionTarget"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionTarget'; export interface appmesh_getGatewayRouteSpecHttpRouteAction { // @@ -26,16 +26,16 @@ export function appmesh_getGatewayRouteSpecHttpRouteAction_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "rewrites", - "", + 'rewrites', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionRewrite_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "targets", - "", + 'targets', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewrite.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewrite.ts index 303c8db45..2c7c1f57a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewrite.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewrite.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname, appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname'; import { appmesh_getGatewayRouteSpecHttpRouteActionRewritePath, appmesh_getGatewayRouteSpecHttpRouteActionRewritePath_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionRewritePath"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionRewritePath'; import { appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix, appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix'; export interface appmesh_getGatewayRouteSpecHttpRouteActionRewrite { // @@ -33,8 +33,8 @@ export function appmesh_getGatewayRouteSpecHttpRouteActionRewrite_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "hostnames", - "", + 'hostnames', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname_GetTypes(), true, @@ -42,16 +42,16 @@ export function appmesh_getGatewayRouteSpecHttpRouteActionRewrite_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionRewritePath_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "prefixes", - "", + 'prefixes', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname.ts index 8e348e8ae..abdcd0e66 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname { // @@ -15,8 +15,8 @@ export function appmesh_getGatewayRouteSpecHttpRouteActionRewriteHostname_GetTyp return [ new DynamicUIProps( InputType.String, - "defaultTargetHostname", - "", + 'defaultTargetHostname', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePath.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePath.ts index 52c368239..233ebdd7f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteActionRewritePath { // @@ -13,6 +13,6 @@ export interface appmesh_getGatewayRouteSpecHttpRouteActionRewritePath { export function appmesh_getGatewayRouteSpecHttpRouteActionRewritePath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix.ts index 0b6a1c5ce..70740d38e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix { // @@ -18,12 +18,12 @@ export function appmesh_getGatewayRouteSpecHttpRouteActionRewritePrefix_GetTypes return [ new DynamicUIProps( InputType.String, - "defaultPrefix", - "", + 'defaultPrefix', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTarget.ts index 43fbfaa4f..87bb40908 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService, appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService"; +} from './appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService'; export interface appmesh_getGatewayRouteSpecHttpRouteActionTarget { // @@ -20,11 +20,11 @@ export interface appmesh_getGatewayRouteSpecHttpRouteActionTarget { export function appmesh_getGatewayRouteSpecHttpRouteActionTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "virtualServices", - "", + 'virtualServices', + '', () => appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService.ts index ff7cc304c..3d837349c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService { // @@ -15,8 +15,8 @@ export function appmesh_getGatewayRouteSpecHttpRouteActionTargetVirtualService_G return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "", + 'virtualServiceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatch.ts index 7806ebbc8..57074fec6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatch.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter, appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter'; import { appmesh_getGatewayRouteSpecHttpRouteMatchHeader, appmesh_getGatewayRouteSpecHttpRouteMatchHeader_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchHeader"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchHeader'; import { appmesh_getGatewayRouteSpecHttpRouteMatchHostname, appmesh_getGatewayRouteSpecHttpRouteMatchHostname_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchHostname"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchHostname'; import { appmesh_getGatewayRouteSpecHttpRouteMatchPath, appmesh_getGatewayRouteSpecHttpRouteMatchPath_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchPath"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchPath'; export interface appmesh_getGatewayRouteSpecHttpRouteMatch { // @@ -46,37 +46,37 @@ export function appmesh_getGatewayRouteSpecHttpRouteMatch_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "queryParameters", - "", + 'queryParameters', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchHeader_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "hostnames", - "", + 'hostnames', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchHostname_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchPath_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeader.ts index b64f2c431..561b29845 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch, appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeader { // @@ -23,19 +23,19 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeader { export function appmesh_getGatewayRouteSpecHttpRouteMatchHeader_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "invert", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'invert', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the gateway route.", + 'name', + 'Name of the gateway route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch.ts index 7f7f73f7f..54be4406a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange, appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch { // @@ -29,14 +29,14 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch { export function appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ranges", - "", + 'ranges', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts index d804c94fb..5086d9c9a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange { export function appmesh_getGatewayRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "end", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "start", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'end', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'start', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHostname.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHostname.ts index 484ab9214..5efd9dfb2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHostname.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchHostname.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchHostname { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchHostname { export function appmesh_getGatewayRouteSpecHttpRouteMatchHostname_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchPath.ts index 386129a5e..3d65c8228 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchPath { // @@ -16,7 +16,7 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchPath { export function appmesh_getGatewayRouteSpecHttpRouteMatchPath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter.ts index 25ccfffc3..1d600aca8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch, appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch"; +} from './appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter { // @@ -22,8 +22,8 @@ export function appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(), true, @@ -31,8 +31,8 @@ export function appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameter_GetTypes ), new DynamicUIProps( InputType.String, - "name", - "Name of the gateway route.", + 'name', + 'Name of the gateway route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts index 016f7a90f..cf3111b67 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch { // @@ -13,6 +13,6 @@ export interface appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch { export function appmesh_getGatewayRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getMeshSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getMeshSpec.ts index 7f6846d4b..f38fe222b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getMeshSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getMeshSpec.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getMeshSpecEgressFilter, appmesh_getMeshSpecEgressFilter_GetTypes, -} from "./appmesh_getMeshSpecEgressFilter"; +} from './appmesh_getMeshSpecEgressFilter'; import { appmesh_getMeshSpecServiceDiscovery, appmesh_getMeshSpecServiceDiscovery_GetTypes, -} from "./appmesh_getMeshSpecServiceDiscovery"; +} from './appmesh_getMeshSpecServiceDiscovery'; export interface appmesh_getMeshSpec { // @@ -26,16 +26,16 @@ export function appmesh_getMeshSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "egressFilters", - "", + 'egressFilters', + '', () => appmesh_getMeshSpecEgressFilter_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "serviceDiscoveries", - "", + 'serviceDiscoveries', + '', () => appmesh_getMeshSpecServiceDiscovery_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getMeshSpecEgressFilter.ts b/src/app/Models/codegen/aws/types/appmesh_getMeshSpecEgressFilter.ts index f17bea7ed..e033f4427 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getMeshSpecEgressFilter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getMeshSpecEgressFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getMeshSpecEgressFilter { // @@ -13,6 +13,6 @@ export interface appmesh_getMeshSpecEgressFilter { export function appmesh_getMeshSpecEgressFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getMeshSpecServiceDiscovery.ts b/src/app/Models/codegen/aws/types/appmesh_getMeshSpecServiceDiscovery.ts index 6fd994749..581be32d2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getMeshSpecServiceDiscovery.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getMeshSpecServiceDiscovery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getMeshSpecServiceDiscovery { // @@ -15,8 +15,8 @@ export function appmesh_getMeshSpecServiceDiscovery_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "ipPreference", - "", + 'ipPreference', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpec.ts index 7b0ecfa7a..13a56959a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpec.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecTcpRoute, appmesh_getRouteSpecTcpRoute_GetTypes, -} from "./appmesh_getRouteSpecTcpRoute"; +} from './appmesh_getRouteSpecTcpRoute'; import { appmesh_getRouteSpecGrpcRoute, appmesh_getRouteSpecGrpcRoute_GetTypes, -} from "./appmesh_getRouteSpecGrpcRoute"; +} from './appmesh_getRouteSpecGrpcRoute'; import { appmesh_getRouteSpecHttp2Route, appmesh_getRouteSpecHttp2Route_GetTypes, -} from "./appmesh_getRouteSpecHttp2Route"; +} from './appmesh_getRouteSpecHttp2Route'; import { appmesh_getRouteSpecHttpRoute, appmesh_getRouteSpecHttpRoute_GetTypes, -} from "./appmesh_getRouteSpecHttpRoute"; +} from './appmesh_getRouteSpecHttpRoute'; export interface appmesh_getRouteSpec { // @@ -41,35 +41,35 @@ export interface appmesh_getRouteSpec { export function appmesh_getRouteSpec_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "priority", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'priority', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "tcpRoutes", - "", + 'tcpRoutes', + '', () => appmesh_getRouteSpecTcpRoute_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "grpcRoutes", - "", + 'grpcRoutes', + '', () => appmesh_getRouteSpecGrpcRoute_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "http2Routes", - "", + 'http2Routes', + '', () => appmesh_getRouteSpecHttp2Route_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "httpRoutes", - "", + 'httpRoutes', + '', () => appmesh_getRouteSpecHttpRoute_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRoute.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRoute.ts index ff5c93636..0f268a725 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRoute.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteMatch, appmesh_getRouteSpecGrpcRouteMatch_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteMatch"; +} from './appmesh_getRouteSpecGrpcRouteMatch'; import { appmesh_getRouteSpecGrpcRouteRetryPolicy, appmesh_getRouteSpecGrpcRouteRetryPolicy_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteRetryPolicy"; +} from './appmesh_getRouteSpecGrpcRouteRetryPolicy'; import { appmesh_getRouteSpecGrpcRouteTimeout, appmesh_getRouteSpecGrpcRouteTimeout_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteTimeout"; +} from './appmesh_getRouteSpecGrpcRouteTimeout'; import { appmesh_getRouteSpecGrpcRouteAction, appmesh_getRouteSpecGrpcRouteAction_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteAction"; +} from './appmesh_getRouteSpecGrpcRouteAction'; export interface appmesh_getRouteSpecGrpcRoute { // @@ -40,32 +40,32 @@ export function appmesh_getRouteSpecGrpcRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecGrpcRouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "retryPolicies", - "", + 'retryPolicies', + '', () => appmesh_getRouteSpecGrpcRouteRetryPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "timeouts", - "", + 'timeouts', + '', () => appmesh_getRouteSpecGrpcRouteTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getRouteSpecGrpcRouteAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteAction.ts index d05246604..baba330a0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteActionWeightedTarget, appmesh_getRouteSpecGrpcRouteActionWeightedTarget_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteActionWeightedTarget"; +} from './appmesh_getRouteSpecGrpcRouteActionWeightedTarget'; export interface appmesh_getRouteSpecGrpcRouteAction { // @@ -19,8 +19,8 @@ export function appmesh_getRouteSpecGrpcRouteAction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "", + 'weightedTargets', + '', () => appmesh_getRouteSpecGrpcRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteActionWeightedTarget.ts index 8da11c832..ee60e069a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecGrpcRouteActionWeightedTarget { // @@ -19,15 +19,15 @@ export interface appmesh_getRouteSpecGrpcRouteActionWeightedTarget { export function appmesh_getRouteSpecGrpcRouteActionWeightedTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.String, - "virtualNode", - "", + 'virtualNode', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatch.ts index ff5d808ba..e1a7e567b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteMatchMetadata, appmesh_getRouteSpecGrpcRouteMatchMetadata_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteMatchMetadata"; +} from './appmesh_getRouteSpecGrpcRouteMatchMetadata'; export interface appmesh_getRouteSpecGrpcRouteMatch { // @@ -31,26 +31,26 @@ export function appmesh_getRouteSpecGrpcRouteMatch_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "metadatas", - "", + 'metadatas', + '', () => appmesh_getRouteSpecGrpcRouteMatchMetadata_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "methodName", - "", + 'methodName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.String, - "serviceName", - "", + 'serviceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadata.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadata.ts index 913c2cfd3..86c57b749 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadata.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadata.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteMatchMetadataMatch, appmesh_getRouteSpecGrpcRouteMatchMetadataMatch_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteMatchMetadataMatch"; +} from './appmesh_getRouteSpecGrpcRouteMatchMetadataMatch'; export interface appmesh_getRouteSpecGrpcRouteMatchMetadata { // @@ -25,20 +25,20 @@ export function appmesh_getRouteSpecGrpcRouteMatchMetadata_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecGrpcRouteMatchMetadataMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route.", + 'name', + 'Name of the route.', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "invert", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'invert', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatch.ts index a6d54b039..d508da8a8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange, appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange"; +} from './appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange'; export interface appmesh_getRouteSpecGrpcRouteMatchMetadataMatch { // @@ -29,14 +29,14 @@ export interface appmesh_getRouteSpecGrpcRouteMatchMetadataMatch { export function appmesh_getRouteSpecGrpcRouteMatchMetadataMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ranges", - "", + 'ranges', + '', () => appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange.ts index 4f5e4cc68..86ab10fbb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange { export function appmesh_getRouteSpecGrpcRouteMatchMetadataMatchRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "end", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "start", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'end', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'start', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicy.ts index df7312675..b585ff86d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout, appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout"; +} from './appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout'; export interface appmesh_getRouteSpecGrpcRouteRetryPolicy { // @@ -31,40 +31,40 @@ export function appmesh_getRouteSpecGrpcRouteRetryPolicy_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "grpcRetryEvents", - "", + 'grpcRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "", + 'httpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "", + 'maxRetries', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "perRetryTimeouts", - "", + 'perRetryTimeouts', + '', () => appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "", + 'tcpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts index d4433a6b6..1b1a631e7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout { export function appmesh_getRouteSpecGrpcRouteRetryPolicyPerRetryTimeout_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeout.ts index 2c645c877..d0ce70426 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecGrpcRouteTimeoutIdle, appmesh_getRouteSpecGrpcRouteTimeoutIdle_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteTimeoutIdle"; +} from './appmesh_getRouteSpecGrpcRouteTimeoutIdle'; import { appmesh_getRouteSpecGrpcRouteTimeoutPerRequest, appmesh_getRouteSpecGrpcRouteTimeoutPerRequest_GetTypes, -} from "./appmesh_getRouteSpecGrpcRouteTimeoutPerRequest"; +} from './appmesh_getRouteSpecGrpcRouteTimeoutPerRequest'; export interface appmesh_getRouteSpecGrpcRouteTimeout { // @@ -26,16 +26,16 @@ export function appmesh_getRouteSpecGrpcRouteTimeout_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getRouteSpecGrpcRouteTimeoutIdle_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getRouteSpecGrpcRouteTimeoutPerRequest_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutIdle.ts index 3d5df47fb..39d1dfe61 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecGrpcRouteTimeoutIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecGrpcRouteTimeoutIdle { export function appmesh_getRouteSpecGrpcRouteTimeoutIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutPerRequest.ts index 71f155ac3..934f57c36 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecGrpcRouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecGrpcRouteTimeoutPerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecGrpcRouteTimeoutPerRequest { export function appmesh_getRouteSpecGrpcRouteTimeoutPerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2Route.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2Route.ts index c08b5aa48..a486cc805 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2Route.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2Route.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteRetryPolicy, appmesh_getRouteSpecHttp2RouteRetryPolicy_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteRetryPolicy"; +} from './appmesh_getRouteSpecHttp2RouteRetryPolicy'; import { appmesh_getRouteSpecHttp2RouteTimeout, appmesh_getRouteSpecHttp2RouteTimeout_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteTimeout"; +} from './appmesh_getRouteSpecHttp2RouteTimeout'; import { appmesh_getRouteSpecHttp2RouteAction, appmesh_getRouteSpecHttp2RouteAction_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteAction"; +} from './appmesh_getRouteSpecHttp2RouteAction'; import { appmesh_getRouteSpecHttp2RouteMatch, appmesh_getRouteSpecHttp2RouteMatch_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatch"; +} from './appmesh_getRouteSpecHttp2RouteMatch'; export interface appmesh_getRouteSpecHttp2Route { // @@ -40,32 +40,32 @@ export function appmesh_getRouteSpecHttp2Route_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttp2RouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "retryPolicies", - "", + 'retryPolicies', + '', () => appmesh_getRouteSpecHttp2RouteRetryPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "timeouts", - "", + 'timeouts', + '', () => appmesh_getRouteSpecHttp2RouteTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getRouteSpecHttp2RouteAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteAction.ts index 87effcbbf..d03fda31f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteActionWeightedTarget, appmesh_getRouteSpecHttp2RouteActionWeightedTarget_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteActionWeightedTarget"; +} from './appmesh_getRouteSpecHttp2RouteActionWeightedTarget'; export interface appmesh_getRouteSpecHttp2RouteAction { // @@ -19,8 +19,8 @@ export function appmesh_getRouteSpecHttp2RouteAction_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "", + 'weightedTargets', + '', () => appmesh_getRouteSpecHttp2RouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteActionWeightedTarget.ts index b7039c9bf..e899be6f8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteActionWeightedTarget { // @@ -19,15 +19,15 @@ export interface appmesh_getRouteSpecHttp2RouteActionWeightedTarget { export function appmesh_getRouteSpecHttp2RouteActionWeightedTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.String, - "virtualNode", - "", + 'virtualNode', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatch.ts index 6c8748c02..2836b43de 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteMatchQueryParameter, appmesh_getRouteSpecHttp2RouteMatchQueryParameter_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchQueryParameter"; +} from './appmesh_getRouteSpecHttp2RouteMatchQueryParameter'; import { appmesh_getRouteSpecHttp2RouteMatchHeader, appmesh_getRouteSpecHttp2RouteMatchHeader_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchHeader"; +} from './appmesh_getRouteSpecHttp2RouteMatchHeader'; import { appmesh_getRouteSpecHttp2RouteMatchPath, appmesh_getRouteSpecHttp2RouteMatchPath_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchPath"; +} from './appmesh_getRouteSpecHttp2RouteMatchPath'; export interface appmesh_getRouteSpecHttp2RouteMatch { // @@ -43,30 +43,30 @@ export interface appmesh_getRouteSpecHttp2RouteMatch { export function appmesh_getRouteSpecHttp2RouteMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "scheme", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scheme', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => appmesh_getRouteSpecHttp2RouteMatchHeader_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "method", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'method', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getRouteSpecHttp2RouteMatchPath_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "queryParameters", - "", + 'queryParameters', + '', () => appmesh_getRouteSpecHttp2RouteMatchQueryParameter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeader.ts index b2b74b12c..88a9f4a55 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteMatchHeaderMatch, appmesh_getRouteSpecHttp2RouteMatchHeaderMatch_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchHeaderMatch"; +} from './appmesh_getRouteSpecHttp2RouteMatchHeaderMatch'; export interface appmesh_getRouteSpecHttp2RouteMatchHeader { // @@ -23,19 +23,19 @@ export interface appmesh_getRouteSpecHttp2RouteMatchHeader { export function appmesh_getRouteSpecHttp2RouteMatchHeader_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "invert", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'invert', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route.", + 'name', + 'Name of the route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatch.ts index 9a370a3e8..a944403e2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange, appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange"; +} from './appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange'; export interface appmesh_getRouteSpecHttp2RouteMatchHeaderMatch { // @@ -29,17 +29,17 @@ export interface appmesh_getRouteSpecHttp2RouteMatchHeaderMatch { export function appmesh_getRouteSpecHttp2RouteMatchHeaderMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ranges", - "", + 'ranges', + '', () => appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange.ts index e60b32f4f..fc20977a3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange { export function appmesh_getRouteSpecHttp2RouteMatchHeaderMatchRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "end", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "start", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'end', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'start', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchPath.ts index 9c59ea1e2..4a7fcfacf 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteMatchPath { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttp2RouteMatchPath { export function appmesh_getRouteSpecHttp2RouteMatchPath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameter.ts index 3749443f3..cb5b34b85 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch, appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch"; +} from './appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch'; export interface appmesh_getRouteSpecHttp2RouteMatchQueryParameter { // @@ -22,16 +22,16 @@ export function appmesh_getRouteSpecHttp2RouteMatchQueryParameter_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route.", + 'name', + 'Name of the route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch.ts index fdebed5e4..cb404bbe6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch { // @@ -13,6 +13,6 @@ export interface appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch { export function appmesh_getRouteSpecHttp2RouteMatchQueryParameterMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicy.ts index f15990ea0..9e0ff72c9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout, appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout"; +} from './appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout'; export interface appmesh_getRouteSpecHttp2RouteRetryPolicy { // @@ -28,32 +28,32 @@ export function appmesh_getRouteSpecHttp2RouteRetryPolicy_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "", + 'tcpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "", + 'httpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "", + 'maxRetries', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "perRetryTimeouts", - "", + 'perRetryTimeouts', + '', () => appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts index 303932c6f..c35db5735 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout { export function appmesh_getRouteSpecHttp2RouteRetryPolicyPerRetryTimeout_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeout.ts index 57efdc5ba..5aa08e841 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttp2RouteTimeoutIdle, appmesh_getRouteSpecHttp2RouteTimeoutIdle_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteTimeoutIdle"; +} from './appmesh_getRouteSpecHttp2RouteTimeoutIdle'; import { appmesh_getRouteSpecHttp2RouteTimeoutPerRequest, appmesh_getRouteSpecHttp2RouteTimeoutPerRequest_GetTypes, -} from "./appmesh_getRouteSpecHttp2RouteTimeoutPerRequest"; +} from './appmesh_getRouteSpecHttp2RouteTimeoutPerRequest'; export interface appmesh_getRouteSpecHttp2RouteTimeout { // @@ -26,16 +26,16 @@ export function appmesh_getRouteSpecHttp2RouteTimeout_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getRouteSpecHttp2RouteTimeoutIdle_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getRouteSpecHttp2RouteTimeoutPerRequest_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutIdle.ts index fc72c977d..dd79222be 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteTimeoutIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttp2RouteTimeoutIdle { export function appmesh_getRouteSpecHttp2RouteTimeoutIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutPerRequest.ts index 317783f6f..2b7d8c40b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttp2RouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttp2RouteTimeoutPerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttp2RouteTimeoutPerRequest { export function appmesh_getRouteSpecHttp2RouteTimeoutPerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRoute.ts index 03156bbe6..9047e98a2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRoute.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteAction, appmesh_getRouteSpecHttpRouteAction_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteAction"; +} from './appmesh_getRouteSpecHttpRouteAction'; import { appmesh_getRouteSpecHttpRouteMatch, appmesh_getRouteSpecHttpRouteMatch_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatch"; +} from './appmesh_getRouteSpecHttpRouteMatch'; import { appmesh_getRouteSpecHttpRouteRetryPolicy, appmesh_getRouteSpecHttpRouteRetryPolicy_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteRetryPolicy"; +} from './appmesh_getRouteSpecHttpRouteRetryPolicy'; import { appmesh_getRouteSpecHttpRouteTimeout, appmesh_getRouteSpecHttpRouteTimeout_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteTimeout"; +} from './appmesh_getRouteSpecHttpRouteTimeout'; export interface appmesh_getRouteSpecHttpRoute { // @@ -40,32 +40,32 @@ export function appmesh_getRouteSpecHttpRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getRouteSpecHttpRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttpRouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "retryPolicies", - "", + 'retryPolicies', + '', () => appmesh_getRouteSpecHttpRouteRetryPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "timeouts", - "", + 'timeouts', + '', () => appmesh_getRouteSpecHttpRouteTimeout_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteAction.ts index 78b2d5cd9..eacb62cbd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteActionWeightedTarget, appmesh_getRouteSpecHttpRouteActionWeightedTarget_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteActionWeightedTarget"; +} from './appmesh_getRouteSpecHttpRouteActionWeightedTarget'; export interface appmesh_getRouteSpecHttpRouteAction { // @@ -19,8 +19,8 @@ export function appmesh_getRouteSpecHttpRouteAction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "", + 'weightedTargets', + '', () => appmesh_getRouteSpecHttpRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteActionWeightedTarget.ts index cde63e41e..fa6fdcb45 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteActionWeightedTarget { // @@ -19,15 +19,15 @@ export interface appmesh_getRouteSpecHttpRouteActionWeightedTarget { export function appmesh_getRouteSpecHttpRouteActionWeightedTarget_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.String, - "virtualNode", - "", + 'virtualNode', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatch.ts index 21336f169..e45977419 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteMatchHeader, appmesh_getRouteSpecHttpRouteMatchHeader_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchHeader"; +} from './appmesh_getRouteSpecHttpRouteMatchHeader'; import { appmesh_getRouteSpecHttpRouteMatchPath, appmesh_getRouteSpecHttpRouteMatchPath_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchPath"; +} from './appmesh_getRouteSpecHttpRouteMatchPath'; import { appmesh_getRouteSpecHttpRouteMatchQueryParameter, appmesh_getRouteSpecHttpRouteMatchQueryParameter_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchQueryParameter"; +} from './appmesh_getRouteSpecHttpRouteMatchQueryParameter'; export interface appmesh_getRouteSpecHttpRouteMatch { // @@ -43,30 +43,30 @@ export interface appmesh_getRouteSpecHttpRouteMatch { export function appmesh_getRouteSpecHttpRouteMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "queryParameters", - "", + 'queryParameters', + '', () => appmesh_getRouteSpecHttpRouteMatchQueryParameter_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "scheme", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scheme', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => appmesh_getRouteSpecHttpRouteMatchHeader_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "method", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'method', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "paths", - "", + 'paths', + '', () => appmesh_getRouteSpecHttpRouteMatchPath_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeader.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeader.ts index df82fa33f..dfb8fef66 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteMatchHeaderMatch, appmesh_getRouteSpecHttpRouteMatchHeaderMatch_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchHeaderMatch"; +} from './appmesh_getRouteSpecHttpRouteMatchHeaderMatch'; export interface appmesh_getRouteSpecHttpRouteMatchHeader { // @@ -25,20 +25,20 @@ export function appmesh_getRouteSpecHttpRouteMatchHeader_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttpRouteMatchHeaderMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route.", + 'name', + 'Name of the route.', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "invert", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'invert', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatch.ts index 07378cf83..8956453c8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange, appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange"; +} from './appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange'; export interface appmesh_getRouteSpecHttpRouteMatchHeaderMatch { // @@ -29,17 +29,17 @@ export interface appmesh_getRouteSpecHttpRouteMatchHeaderMatch { export function appmesh_getRouteSpecHttpRouteMatchHeaderMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ranges", - "", + 'ranges', + '', () => appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), - new DynamicUIProps(InputType.String, "suffix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'suffix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange.ts index a5a222b73..8a9f004c8 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange { export function appmesh_getRouteSpecHttpRouteMatchHeaderMatchRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "start", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "end", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'start', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'end', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchPath.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchPath.ts index e8b18713f..b27ac0bda 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchPath.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteMatchPath { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttpRouteMatchPath { export function appmesh_getRouteSpecHttpRouteMatchPath_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), - new DynamicUIProps(InputType.String, "regex", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'regex', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameter.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameter.ts index b253a7a4b..19a42960b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch, appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch"; +} from './appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch'; export interface appmesh_getRouteSpecHttpRouteMatchQueryParameter { // @@ -22,16 +22,16 @@ export function appmesh_getRouteSpecHttpRouteMatchQueryParameter_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the route.", + 'name', + 'Name of the route.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch.ts index cbfa980fd..3340ba3ea 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch { // @@ -13,6 +13,6 @@ export interface appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch { export function appmesh_getRouteSpecHttpRouteMatchQueryParameterMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "exact", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'exact', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicy.ts index dad0a3b61..b14115ed0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout, appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout"; +} from './appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout'; export interface appmesh_getRouteSpecHttpRouteRetryPolicy { // @@ -28,32 +28,32 @@ export function appmesh_getRouteSpecHttpRouteRetryPolicy_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "tcpRetryEvents", - "", + 'tcpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "httpRetryEvents", - "", + 'httpRetryEvents', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "", + 'maxRetries', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "perRetryTimeouts", - "", + 'perRetryTimeouts', + '', () => appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts index 563bfb08d..9dc52e657 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout { export function appmesh_getRouteSpecHttpRouteRetryPolicyPerRetryTimeout_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeout.ts index f89774fc4..4530f8717 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecHttpRouteTimeoutPerRequest, appmesh_getRouteSpecHttpRouteTimeoutPerRequest_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteTimeoutPerRequest"; +} from './appmesh_getRouteSpecHttpRouteTimeoutPerRequest'; import { appmesh_getRouteSpecHttpRouteTimeoutIdle, appmesh_getRouteSpecHttpRouteTimeoutIdle_GetTypes, -} from "./appmesh_getRouteSpecHttpRouteTimeoutIdle"; +} from './appmesh_getRouteSpecHttpRouteTimeoutIdle'; export interface appmesh_getRouteSpecHttpRouteTimeout { // @@ -26,16 +26,16 @@ export function appmesh_getRouteSpecHttpRouteTimeout_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getRouteSpecHttpRouteTimeoutPerRequest_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getRouteSpecHttpRouteTimeoutIdle_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutIdle.ts index 05274c18e..986fc23b6 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteTimeoutIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttpRouteTimeoutIdle { export function appmesh_getRouteSpecHttpRouteTimeoutIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutPerRequest.ts index ee524d3f6..a802c3ad4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecHttpRouteTimeoutPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecHttpRouteTimeoutPerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecHttpRouteTimeoutPerRequest { export function appmesh_getRouteSpecHttpRouteTimeoutPerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRoute.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRoute.ts index 96737c47f..a8182ed5c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRoute.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRoute.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecTcpRouteAction, appmesh_getRouteSpecTcpRouteAction_GetTypes, -} from "./appmesh_getRouteSpecTcpRouteAction"; +} from './appmesh_getRouteSpecTcpRouteAction'; import { appmesh_getRouteSpecTcpRouteMatch, appmesh_getRouteSpecTcpRouteMatch_GetTypes, -} from "./appmesh_getRouteSpecTcpRouteMatch"; +} from './appmesh_getRouteSpecTcpRouteMatch'; import { appmesh_getRouteSpecTcpRouteTimeout, appmesh_getRouteSpecTcpRouteTimeout_GetTypes, -} from "./appmesh_getRouteSpecTcpRouteTimeout"; +} from './appmesh_getRouteSpecTcpRouteTimeout'; export interface appmesh_getRouteSpecTcpRoute { // @@ -33,24 +33,24 @@ export function appmesh_getRouteSpecTcpRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => appmesh_getRouteSpecTcpRouteAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getRouteSpecTcpRouteMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "timeouts", - "", + 'timeouts', + '', () => appmesh_getRouteSpecTcpRouteTimeout_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteAction.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteAction.ts index 301a85e9b..8686eb059 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteAction.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecTcpRouteActionWeightedTarget, appmesh_getRouteSpecTcpRouteActionWeightedTarget_GetTypes, -} from "./appmesh_getRouteSpecTcpRouteActionWeightedTarget"; +} from './appmesh_getRouteSpecTcpRouteActionWeightedTarget'; export interface appmesh_getRouteSpecTcpRouteAction { // @@ -19,8 +19,8 @@ export function appmesh_getRouteSpecTcpRouteAction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "weightedTargets", - "", + 'weightedTargets', + '', () => appmesh_getRouteSpecTcpRouteActionWeightedTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteActionWeightedTarget.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteActionWeightedTarget.ts index 8004aec4a..61532cf40 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteActionWeightedTarget.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteActionWeightedTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecTcpRouteActionWeightedTarget { // @@ -21,13 +21,13 @@ export function appmesh_getRouteSpecTcpRouteActionWeightedTarget_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "virtualNode", - "", + 'virtualNode', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteMatch.ts index 0a8517675..320d0ff43 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecTcpRouteMatch { // @@ -13,6 +13,6 @@ export interface appmesh_getRouteSpecTcpRouteMatch { export function appmesh_getRouteSpecTcpRouteMatch_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeout.ts index db5ccb6e0..277d7705b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeout.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getRouteSpecTcpRouteTimeoutIdle, appmesh_getRouteSpecTcpRouteTimeoutIdle_GetTypes, -} from "./appmesh_getRouteSpecTcpRouteTimeoutIdle"; +} from './appmesh_getRouteSpecTcpRouteTimeoutIdle'; export interface appmesh_getRouteSpecTcpRouteTimeout { // @@ -19,8 +19,8 @@ export function appmesh_getRouteSpecTcpRouteTimeout_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getRouteSpecTcpRouteTimeoutIdle_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeoutIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeoutIdle.ts index 1a6b60779..07b50450e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeoutIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getRouteSpecTcpRouteTimeoutIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getRouteSpecTcpRouteTimeoutIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getRouteSpecTcpRouteTimeoutIdle { export function appmesh_getRouteSpecTcpRouteTimeoutIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpec.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpec.ts index da9b6469d..b817ddaf1 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpec.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefault, appmesh_getVirtualGatewaySpecBackendDefault_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefault"; +} from './appmesh_getVirtualGatewaySpecBackendDefault'; import { appmesh_getVirtualGatewaySpecListener, appmesh_getVirtualGatewaySpecListener_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListener"; +} from './appmesh_getVirtualGatewaySpecListener'; import { appmesh_getVirtualGatewaySpecLogging, appmesh_getVirtualGatewaySpecLogging_GetTypes, -} from "./appmesh_getVirtualGatewaySpecLogging"; +} from './appmesh_getVirtualGatewaySpecLogging'; export interface appmesh_getVirtualGatewaySpec { // @@ -33,24 +33,24 @@ export function appmesh_getVirtualGatewaySpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "backendDefaults", - "", + 'backendDefaults', + '', () => appmesh_getVirtualGatewaySpecBackendDefault_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "listeners", - "", + 'listeners', + '', () => appmesh_getVirtualGatewaySpecListener_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "loggings", - "", + 'loggings', + '', () => appmesh_getVirtualGatewaySpecLogging_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefault.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefault.ts index dab2b3937..2d9e8f519 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefault.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefault.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy'; export interface appmesh_getVirtualGatewaySpecBackendDefault { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefault_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "clientPolicies", - "", + 'clientPolicies', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy.ts index 0c684f82a..e9d2e8a39 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicy_GetTypes return [ new DynamicUIProps( InputType.Array, - "tls", - "", + 'tls', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl.ts index c41da8ec4..1dedfd61e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl { // @@ -30,19 +30,19 @@ export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl { export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enforce", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enforce', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ports", - "", + 'ports', + '', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "validations", - "", + 'validations', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation_GetTypes(), true, @@ -50,8 +50,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTl_GetTyp ), new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate.ts index c75c2f4a6..227fe4cd0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificate { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertifi return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertifi ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile.ts index bdc1ed25b..75a75941e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateFile { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertifi return [ new DynamicUIProps( InputType.String, - "privateKey", - "", + 'privateKey', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd.ts index 04314e235..7bc62c15d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertificateSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlCertifi return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation.ts index 4a2ed73cf..a237a2605 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidation { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "", + 'subjectAlternativeNames', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat ), new DynamicUIProps( InputType.Array, - "trusts", - "", + 'trusts', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts index 4d6143a3c..bc08ec80a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts index da5e10a5f..fa3a3b7cd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.Array, - "exacts", - "", + 'exacts', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust.ts index f161ee139..89d0a8b15 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile'; import { appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd, appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd_GetTypes, -} from "./appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd"; +} from './appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrust { // @@ -33,8 +33,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd_GetTypes(), true, @@ -42,8 +42,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat ), new DynamicUIProps( InputType.Array, - "acms", - "", + 'acms', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm_GetTypes(), true, @@ -51,8 +51,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat ), new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm.ts index d6b65c392..0f3492ab9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustAcm { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "", + 'certificateAuthorityArns', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile.ts index c0d856685..0accbbb4f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustFile { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd.ts index 6ac1d0fbd..2fca0bc1f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidationTrustSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecBackendDefaultClientPolicyTlValidat return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListener.ts index 057b34b40..f47bbe56c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListener.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerHealthCheck, appmesh_getVirtualGatewaySpecListenerHealthCheck_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerHealthCheck"; +} from './appmesh_getVirtualGatewaySpecListenerHealthCheck'; import { appmesh_getVirtualGatewaySpecListenerPortMapping, appmesh_getVirtualGatewaySpecListenerPortMapping_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerPortMapping"; +} from './appmesh_getVirtualGatewaySpecListenerPortMapping'; import { appmesh_getVirtualGatewaySpecListenerTl, appmesh_getVirtualGatewaySpecListenerTl_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTl"; +} from './appmesh_getVirtualGatewaySpecListenerTl'; import { appmesh_getVirtualGatewaySpecListenerConnectionPool, appmesh_getVirtualGatewaySpecListenerConnectionPool_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerConnectionPool"; +} from './appmesh_getVirtualGatewaySpecListenerConnectionPool'; export interface appmesh_getVirtualGatewaySpecListener { // @@ -40,32 +40,32 @@ export function appmesh_getVirtualGatewaySpecListener_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "healthChecks", - "", + 'healthChecks', + '', () => appmesh_getVirtualGatewaySpecListenerHealthCheck_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "portMappings", - "", + 'portMappings', + '', () => appmesh_getVirtualGatewaySpecListenerPortMapping_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tls", - "", + 'tls', + '', () => appmesh_getVirtualGatewaySpecListenerTl_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "connectionPools", - "", + 'connectionPools', + '', () => appmesh_getVirtualGatewaySpecListenerConnectionPool_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPool.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPool.ts index 53303286f..4293e478e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPool.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPool.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp, appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp"; +} from './appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp'; import { appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc, appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc"; +} from './appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc'; import { appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2, appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2"; +} from './appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2'; export interface appmesh_getVirtualGatewaySpecListenerConnectionPool { // @@ -33,24 +33,24 @@ export function appmesh_getVirtualGatewaySpecListenerConnectionPool_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "http2s", - "", + 'http2s', + '', () => appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "https", - "", + 'https', + '', () => appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "grpcs", - "", + 'grpcs', + '', () => appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc.ts index 0fb888962..909088633 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerConnectionPoolGrpc_GetTypes return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "", + 'maxRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp.ts index d9ea9501c..f78fc8235 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp_GetTypes return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "", + 'maxConnections', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxPendingRequests", - "", + 'maxPendingRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2.ts index ab31755ca..23193213a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2 { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerConnectionPoolHttp2_GetType return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "", + 'maxRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerHealthCheck.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerHealthCheck.ts index 816297d4f..6272bb9ae 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerHealthCheck { // @@ -31,40 +31,40 @@ export interface appmesh_getVirtualGatewaySpecListenerHealthCheck { export function appmesh_getVirtualGatewaySpecListenerHealthCheck_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "timeoutMillis", - "", + 'timeoutMillis', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "", + 'unhealthyThreshold', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "", + 'healthyThreshold', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "intervalMillis", - "", + 'intervalMillis', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerPortMapping.ts index 61d2bdbdf..a3aea3ec2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerPortMapping { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualGatewaySpecListenerPortMapping { export function appmesh_getVirtualGatewaySpecListenerPortMapping_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTl.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTl.ts index eaccf7b66..62269d818 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTl.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerTlCertificate, appmesh_getVirtualGatewaySpecListenerTlCertificate_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlCertificate"; +} from './appmesh_getVirtualGatewaySpecListenerTlCertificate'; import { appmesh_getVirtualGatewaySpecListenerTlValidation, appmesh_getVirtualGatewaySpecListenerTlValidation_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidation"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidation'; export interface appmesh_getVirtualGatewaySpecListenerTl { // @@ -29,17 +29,17 @@ export function appmesh_getVirtualGatewaySpecListenerTl_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => appmesh_getVirtualGatewaySpecListenerTlCertificate_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "validations", - "", + 'validations', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidation_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificate.ts index 0b69629c9..2614f857a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificate.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerTlCertificateAcm, appmesh_getVirtualGatewaySpecListenerTlCertificateAcm_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlCertificateAcm"; +} from './appmesh_getVirtualGatewaySpecListenerTlCertificateAcm'; import { appmesh_getVirtualGatewaySpecListenerTlCertificateFile, appmesh_getVirtualGatewaySpecListenerTlCertificateFile_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlCertificateFile"; +} from './appmesh_getVirtualGatewaySpecListenerTlCertificateFile'; import { appmesh_getVirtualGatewaySpecListenerTlCertificateSd, appmesh_getVirtualGatewaySpecListenerTlCertificateSd_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlCertificateSd"; +} from './appmesh_getVirtualGatewaySpecListenerTlCertificateSd'; export interface appmesh_getVirtualGatewaySpecListenerTlCertificate { // @@ -33,24 +33,24 @@ export function appmesh_getVirtualGatewaySpecListenerTlCertificate_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualGatewaySpecListenerTlCertificateSd_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acms", - "", + 'acms', + '', () => appmesh_getVirtualGatewaySpecListenerTlCertificateAcm_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualGatewaySpecListenerTlCertificateFile_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateAcm.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateAcm.ts index 912d1e559..6ffd75bc7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlCertificateAcm { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlCertificateAcm_GetTypes() return [ new DynamicUIProps( InputType.String, - "certificateArn", - "", + 'certificateArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateFile.ts index b5cd668b2..8c5ba4ef7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlCertificateFile { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualGatewaySpecListenerTlCertificateFile_GetTypes( return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "", + 'privateKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateSd.ts index 0e0d69f98..337a8dfa2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlCertificateSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlCertificateSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlCertificateSd_GetTypes(): return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidation.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidation.ts index 9cdbaa968..93bd889df 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName, appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName'; import { appmesh_getVirtualGatewaySpecListenerTlValidationTrust, appmesh_getVirtualGatewaySpecListenerTlValidationTrust_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidationTrust"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidationTrust'; export interface appmesh_getVirtualGatewaySpecListenerTlValidation { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidation_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "", + 'subjectAlternativeNames', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidation_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "trusts", - "", + 'trusts', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidationTrust_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName.ts index a63ee0eb0..85dd08b23 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch, appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch'; export interface appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeName { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternat return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch.ts index aae1be2d4..35ff4568a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternativeNameMatch { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationSubjectAlternat return [ new DynamicUIProps( InputType.Array, - "exacts", - "", + 'exacts', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrust.ts index 2b633e9a4..07b066b6d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrust.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile, appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile'; import { appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd, appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd_GetTypes, -} from "./appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd"; +} from './appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd'; export interface appmesh_getVirtualGatewaySpecListenerTlValidationTrust { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationTrust_GetTypes( return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationTrust_GetTypes( ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile.ts index 845ea2caf..d55b6c85f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationTrustFile_GetTy return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd.ts index e86d17874..71c1c28ef 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualGatewaySpecListenerTlValidationTrustSd_GetType return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLogging.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLogging.ts index 0d132f9e0..bc7ea0cb7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLogging.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecLoggingAccessLog, appmesh_getVirtualGatewaySpecLoggingAccessLog_GetTypes, -} from "./appmesh_getVirtualGatewaySpecLoggingAccessLog"; +} from './appmesh_getVirtualGatewaySpecLoggingAccessLog'; export interface appmesh_getVirtualGatewaySpecLogging { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecLogging_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "accessLogs", - "", + 'accessLogs', + '', () => appmesh_getVirtualGatewaySpecLoggingAccessLog_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLog.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLog.ts index 010aec1f4..b1a1ebf2e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLog.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLog.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecLoggingAccessLogFile, appmesh_getVirtualGatewaySpecLoggingAccessLogFile_GetTypes, -} from "./appmesh_getVirtualGatewaySpecLoggingAccessLogFile"; +} from './appmesh_getVirtualGatewaySpecLoggingAccessLogFile'; export interface appmesh_getVirtualGatewaySpecLoggingAccessLog { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualGatewaySpecLoggingAccessLog_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualGatewaySpecLoggingAccessLogFile_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFile.ts index 66015caa1..008a95b3a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat, appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes, -} from "./appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat"; +} from './appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat'; export interface appmesh_getVirtualGatewaySpecLoggingAccessLogFile { // @@ -20,11 +20,11 @@ export interface appmesh_getVirtualGatewaySpecLoggingAccessLogFile { export function appmesh_getVirtualGatewaySpecLoggingAccessLogFile_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "formats", - "", + 'formats', + '', () => appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat.ts index 36b54bf8b..03bf68d41 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson, appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson_GetTypes, -} from "./appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson"; +} from './appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson'; export interface appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat { // @@ -22,13 +22,13 @@ export function appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormat_GetTypes return [ new DynamicUIProps( InputType.Array, - "jsons", - "", + 'jsons', + '', () => appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson.ts index 637a536f2..697f196d3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson { export function appmesh_getVirtualGatewaySpecLoggingAccessLogFileFormatJson_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpec.ts index 5006dd47a..65d1cf424 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpec.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefault, appmesh_getVirtualNodeSpecBackendDefault_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefault"; +} from './appmesh_getVirtualNodeSpecBackendDefault'; import { appmesh_getVirtualNodeSpecBackend, appmesh_getVirtualNodeSpecBackend_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackend"; +} from './appmesh_getVirtualNodeSpecBackend'; import { appmesh_getVirtualNodeSpecListener, appmesh_getVirtualNodeSpecListener_GetTypes, -} from "./appmesh_getVirtualNodeSpecListener"; +} from './appmesh_getVirtualNodeSpecListener'; import { appmesh_getVirtualNodeSpecLogging, appmesh_getVirtualNodeSpecLogging_GetTypes, -} from "./appmesh_getVirtualNodeSpecLogging"; +} from './appmesh_getVirtualNodeSpecLogging'; import { appmesh_getVirtualNodeSpecServiceDiscovery, appmesh_getVirtualNodeSpecServiceDiscovery_GetTypes, -} from "./appmesh_getVirtualNodeSpecServiceDiscovery"; +} from './appmesh_getVirtualNodeSpecServiceDiscovery'; export interface appmesh_getVirtualNodeSpec { // @@ -47,40 +47,40 @@ export function appmesh_getVirtualNodeSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "backendDefaults", - "", + 'backendDefaults', + '', () => appmesh_getVirtualNodeSpecBackendDefault_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "backends", - "", + 'backends', + '', () => appmesh_getVirtualNodeSpecBackend_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "listeners", - "", + 'listeners', + '', () => appmesh_getVirtualNodeSpecListener_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "loggings", - "", + 'loggings', + '', () => appmesh_getVirtualNodeSpecLogging_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "serviceDiscoveries", - "", + 'serviceDiscoveries', + '', () => appmesh_getVirtualNodeSpecServiceDiscovery_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackend.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackend.ts index 68405d43b..6abec1dfb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackend.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackend.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualService, appmesh_getVirtualNodeSpecBackendVirtualService_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualService"; +} from './appmesh_getVirtualNodeSpecBackendVirtualService'; export interface appmesh_getVirtualNodeSpecBackend { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackend_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "virtualServices", - "", + 'virtualServices', + '', () => appmesh_getVirtualNodeSpecBackendVirtualService_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefault.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefault.ts index c3e05c022..825e35e7c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefault.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefault.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicy, appmesh_getVirtualNodeSpecBackendDefaultClientPolicy_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicy"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicy'; export interface appmesh_getVirtualNodeSpecBackendDefault { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackendDefault_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "clientPolicies", - "", + 'clientPolicies', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicy_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicy.ts index e2cad4ec9..83f89b04e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicy { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicy_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "tls", - "", + 'tls', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl.ts index 75bb974af..16c071912 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl { // @@ -32,26 +32,26 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTl_GetTypes( return [ new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Bool, "enforce", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enforce', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ports", - "", + 'ports', + '', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "validations", - "", + 'validations', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate.ts index 6c831811c..f173ec5bd 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificate { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificat return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificat ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile.ts index dff02ec11..9fe8cfd82 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateFile { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificat return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "", + 'privateKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd.ts index 887d360fa..5e74b92c4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificateSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlCertificat return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation.ts index 521336227..dfb8a55d9 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.Array, - "trusts", - "", + 'trusts', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation ), new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "", + 'subjectAlternativeNames', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts index 6a26fb725..6f1a00a92 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeName { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts index 1065f7f00..477eeab96 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationSubjectAlternativeNameMatch { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.Array, - "exacts", - "", + 'exacts', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust.ts index aa5c14eb3..fbb6f5d0f 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile'; import { appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd, appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd"; +} from './appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrust { // @@ -33,8 +33,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.Array, - "acms", - "", + 'acms', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm_GetTypes(), true, @@ -42,8 +42,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation ), new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile_GetTypes(), true, @@ -51,8 +51,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm.ts index 5ec2f058a..10f3a6b23 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustAcm { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "", + 'certificateAuthorityArns', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile.ts index 2a8783e7c..e6582bda2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustFile { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd.ts index 69d08aa23..95e2b0aeb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidationTrustSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendDefaultClientPolicyTlValidation return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualService.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualService.ts index cf8b8986b..85350c264 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualService.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualService.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy'; export interface appmesh_getVirtualNodeSpecBackendVirtualService { // @@ -22,16 +22,16 @@ export function appmesh_getVirtualNodeSpecBackendVirtualService_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "virtualServiceName", - "", + 'virtualServiceName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "clientPolicies", - "", + 'clientPolicies', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy.ts index 463ee7e58..cfad93a9c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicy_GetT return [ new DynamicUIProps( InputType.Array, - "tls", - "", + 'tls', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl.ts index ce226f0aa..a839213e5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl { // @@ -30,19 +30,19 @@ export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl { export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enforce", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enforce', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ports", - "", + 'ports', + '', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "validations", - "", + 'validations', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation_GetTypes(), true, @@ -50,8 +50,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTl_Ge ), new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate.ts index 765a4c175..f08436ce4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificate { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCer return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCer ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile.ts index 7baf983ff..8c55ed97e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateFile { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCer return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "", + 'privateKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd.ts index b5d47e863..2e9bd70dc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCertificateSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlCer return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation.ts index 9d81339c4..710dbb49e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidation { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "", + 'subjectAlternativeNames', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal ), new DynamicUIProps( InputType.Array, - "trusts", - "", + 'trusts', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName.ts index 094e2d6a8..ca828a634 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeName { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch.ts index e1dcc34dd..28ca1cb23 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationSubjectAlternativeNameMatch { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.Array, - "exacts", - "", + 'exacts', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust.ts index d8c36cf35..06cf32542 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile'; import { appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd, appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd"; +} from './appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrust { // @@ -33,8 +33,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd_GetTypes(), true, @@ -42,8 +42,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal ), new DynamicUIProps( InputType.Array, - "acms", - "", + 'acms', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm_GetTypes(), true, @@ -51,8 +51,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal ), new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm.ts index 055b65f97..2e7573483 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustAcm { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "", + 'certificateAuthorityArns', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile.ts index 9583ba054..4dd91854d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustFile { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd.ts index a1eaa96b3..77d592486 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlValidationTrustSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecBackendVirtualServiceClientPolicyTlVal return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListener.ts index 915299d02..596918122 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListener.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTl, appmesh_getVirtualNodeSpecListenerTl_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTl"; +} from './appmesh_getVirtualNodeSpecListenerTl'; import { appmesh_getVirtualNodeSpecListenerConnectionPool, appmesh_getVirtualNodeSpecListenerConnectionPool_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerConnectionPool"; +} from './appmesh_getVirtualNodeSpecListenerConnectionPool'; import { appmesh_getVirtualNodeSpecListenerHealthCheck, appmesh_getVirtualNodeSpecListenerHealthCheck_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerHealthCheck"; +} from './appmesh_getVirtualNodeSpecListenerHealthCheck'; import { appmesh_getVirtualNodeSpecListenerOutlierDetection, appmesh_getVirtualNodeSpecListenerOutlierDetection_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerOutlierDetection"; +} from './appmesh_getVirtualNodeSpecListenerOutlierDetection'; import { appmesh_getVirtualNodeSpecListenerPortMapping, appmesh_getVirtualNodeSpecListenerPortMapping_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerPortMapping"; +} from './appmesh_getVirtualNodeSpecListenerPortMapping'; import { appmesh_getVirtualNodeSpecListenerTimeout, appmesh_getVirtualNodeSpecListenerTimeout_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeout"; +} from './appmesh_getVirtualNodeSpecListenerTimeout'; export interface appmesh_getVirtualNodeSpecListener { // @@ -54,48 +54,48 @@ export function appmesh_getVirtualNodeSpecListener_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "healthChecks", - "", + 'healthChecks', + '', () => appmesh_getVirtualNodeSpecListenerHealthCheck_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "outlierDetections", - "", + 'outlierDetections', + '', () => appmesh_getVirtualNodeSpecListenerOutlierDetection_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "portMappings", - "", + 'portMappings', + '', () => appmesh_getVirtualNodeSpecListenerPortMapping_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "timeouts", - "", + 'timeouts', + '', () => appmesh_getVirtualNodeSpecListenerTimeout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tls", - "", + 'tls', + '', () => appmesh_getVirtualNodeSpecListenerTl_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "connectionPools", - "", + 'connectionPools', + '', () => appmesh_getVirtualNodeSpecListenerConnectionPool_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPool.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPool.ts index 78327545c..4d1f5b02b 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPool.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPool.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2, appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2"; +} from './appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2'; import { appmesh_getVirtualNodeSpecListenerConnectionPoolHttp, appmesh_getVirtualNodeSpecListenerConnectionPoolHttp_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerConnectionPoolHttp"; +} from './appmesh_getVirtualNodeSpecListenerConnectionPoolHttp'; import { appmesh_getVirtualNodeSpecListenerConnectionPoolTcp, appmesh_getVirtualNodeSpecListenerConnectionPoolTcp_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerConnectionPoolTcp"; +} from './appmesh_getVirtualNodeSpecListenerConnectionPoolTcp'; import { appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc, appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc"; +} from './appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc'; export interface appmesh_getVirtualNodeSpecListenerConnectionPool { // @@ -40,32 +40,32 @@ export function appmesh_getVirtualNodeSpecListenerConnectionPool_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "http2s", - "", + 'http2s', + '', () => appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "https", - "", + 'https', + '', () => appmesh_getVirtualNodeSpecListenerConnectionPoolHttp_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcps", - "", + 'tcps', + '', () => appmesh_getVirtualNodeSpecListenerConnectionPoolTcp_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "grpcs", - "", + 'grpcs', + '', () => appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc.ts index 3d7142ade..49512d900 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerConnectionPoolGrpc_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "", + 'maxRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp.ts index a2d853c59..e01a78300 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerConnectionPoolHttp { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualNodeSpecListenerConnectionPoolHttp_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "", + 'maxConnections', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxPendingRequests", - "", + 'maxPendingRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2.ts index 38c5eba3c..3e6d5b127 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2 { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerConnectionPoolHttp2_GetTypes() return [ new DynamicUIProps( InputType.Number, - "maxRequests", - "", + 'maxRequests', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolTcp.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolTcp.ts index 251dcc083..6010e8ad2 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolTcp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerConnectionPoolTcp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerConnectionPoolTcp { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerConnectionPoolTcp_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxConnections", - "", + 'maxConnections', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerHealthCheck.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerHealthCheck.ts index f6ad83eb9..eb0cc79a4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerHealthCheck { // @@ -33,35 +33,35 @@ export function appmesh_getVirtualNodeSpecListenerHealthCheck_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "intervalMillis", - "", + 'intervalMillis', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "timeoutMillis", - "", + 'timeoutMillis', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "", + 'unhealthyThreshold', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "", + 'healthyThreshold', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetection.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetection.ts index 268a87d97..c327d3182 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetection.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetection.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration, appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration"; +} from './appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration'; import { appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval, appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval"; +} from './appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval'; export interface appmesh_getVirtualNodeSpecListenerOutlierDetection { // @@ -32,16 +32,16 @@ export function appmesh_getVirtualNodeSpecListenerOutlierDetection_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "maxServerErrors", - "", + 'maxServerErrors', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "baseEjectionDurations", - "", + 'baseEjectionDurations', + '', () => appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration_GetTypes(), true, @@ -49,8 +49,8 @@ export function appmesh_getVirtualNodeSpecListenerOutlierDetection_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "intervals", - "", + 'intervals', + '', () => appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval_GetTypes(), true, @@ -58,8 +58,8 @@ export function appmesh_getVirtualNodeSpecListenerOutlierDetection_GetTypes(): D ), new DynamicUIProps( InputType.Number, - "maxEjectionPercent", - "", + 'maxEjectionPercent', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts index bd3f09df8..889aedb3e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionD export function appmesh_getVirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval.ts index 51df559cd..dce466caa 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval { export function appmesh_getVirtualNodeSpecListenerOutlierDetectionInterval_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerPortMapping.ts index 3b6cbc9b1..0eb163b64 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerPortMapping { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerPortMapping { export function appmesh_getVirtualNodeSpecListenerPortMapping_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeout.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeout.ts index 71177f0d4..87ca04bfc 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeout.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeout.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTimeoutGrpc, appmesh_getVirtualNodeSpecListenerTimeoutGrpc_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutGrpc"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutGrpc'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttp2, appmesh_getVirtualNodeSpecListenerTimeoutHttp2_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttp2"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttp2'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttp, appmesh_getVirtualNodeSpecListenerTimeoutHttp_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttp"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttp'; import { appmesh_getVirtualNodeSpecListenerTimeoutTcp, appmesh_getVirtualNodeSpecListenerTimeoutTcp_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutTcp"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutTcp'; export interface appmesh_getVirtualNodeSpecListenerTimeout { // @@ -40,32 +40,32 @@ export function appmesh_getVirtualNodeSpecListenerTimeout_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "https", - "", + 'https', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttp_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tcps", - "", + 'tcps', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutTcp_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "grpcs", - "", + 'grpcs', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutGrpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "http2s", - "", + 'http2s', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttp2_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpc.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpc.ts index 1ccee0481..05f261085 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpc.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpc.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle, appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle'; import { appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest, appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest'; export interface appmesh_getVirtualNodeSpecListenerTimeoutGrpc { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualNodeSpecListenerTimeoutGrpc_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle.ts index 6b349a40a..ac88cab49 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle { export function appmesh_getVirtualNodeSpecListenerTimeoutGrpcIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest.ts index 11deb71c2..96c2c0677 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest { export function appmesh_getVirtualNodeSpecListenerTimeoutGrpcPerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp.ts index aee9f05a1..76145e6eb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle, appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest, appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualNodeSpecListenerTimeoutHttp_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2.ts index b144549bf..f2a828fac 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest, appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest'; import { appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle, appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp2 { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualNodeSpecListenerTimeoutHttp2_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "perRequests", - "", + 'perRequests', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle.ts index 1e0ba9345..ec2a02a49 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle { export function appmesh_getVirtualNodeSpecListenerTimeoutHttp2Idle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest.ts index 594298700..c05767943 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest { export function appmesh_getVirtualNodeSpecListenerTimeoutHttp2PerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle.ts index fac358bbf..c47d8f83d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle { export function appmesh_getVirtualNodeSpecListenerTimeoutHttpIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest.ts index d4bb57de6..513579eaa 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest { export function appmesh_getVirtualNodeSpecListenerTimeoutHttpPerRequest_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcp.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcp.ts index 9a97a6a87..ad775c98e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcp.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcp.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle, appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle"; +} from './appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle'; export interface appmesh_getVirtualNodeSpecListenerTimeoutTcp { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecListenerTimeoutTcp_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "idles", - "", + 'idles', + '', () => appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle.ts index 5d65adbc6..5a3c9bb14 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle { export function appmesh_getVirtualNodeSpecListenerTimeoutTcpIdle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "unit", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'unit', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTl.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTl.ts index 3689565c9..a66b44594 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTl.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTlCertificate, appmesh_getVirtualNodeSpecListenerTlCertificate_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlCertificate"; +} from './appmesh_getVirtualNodeSpecListenerTlCertificate'; import { appmesh_getVirtualNodeSpecListenerTlValidation, appmesh_getVirtualNodeSpecListenerTlValidation_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidation"; +} from './appmesh_getVirtualNodeSpecListenerTlValidation'; export interface appmesh_getVirtualNodeSpecListenerTl { // @@ -29,17 +29,17 @@ export function appmesh_getVirtualNodeSpecListenerTl_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => appmesh_getVirtualNodeSpecListenerTlCertificate_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "validations", - "", + 'validations', + '', () => appmesh_getVirtualNodeSpecListenerTlValidation_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificate.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificate.ts index a0b366bea..30fb059ae 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificate.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificate.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTlCertificateAcm, appmesh_getVirtualNodeSpecListenerTlCertificateAcm_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlCertificateAcm"; +} from './appmesh_getVirtualNodeSpecListenerTlCertificateAcm'; import { appmesh_getVirtualNodeSpecListenerTlCertificateFile, appmesh_getVirtualNodeSpecListenerTlCertificateFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlCertificateFile"; +} from './appmesh_getVirtualNodeSpecListenerTlCertificateFile'; import { appmesh_getVirtualNodeSpecListenerTlCertificateSd, appmesh_getVirtualNodeSpecListenerTlCertificateSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlCertificateSd"; +} from './appmesh_getVirtualNodeSpecListenerTlCertificateSd'; export interface appmesh_getVirtualNodeSpecListenerTlCertificate { // @@ -33,24 +33,24 @@ export function appmesh_getVirtualNodeSpecListenerTlCertificate_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "acms", - "", + 'acms', + '', () => appmesh_getVirtualNodeSpecListenerTlCertificateAcm_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecListenerTlCertificateFile_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecListenerTlCertificateSd_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateAcm.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateAcm.ts index b3b9eae0e..d7ef0e39d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateAcm.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateAcm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlCertificateAcm { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerTlCertificateAcm_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "certificateArn", - "", + 'certificateArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateFile.ts index 349a803a3..e6d83c814 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlCertificateFile { // @@ -18,16 +18,16 @@ export function appmesh_getVirtualNodeSpecListenerTlCertificateFile_GetTypes(): return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateKey", - "", + 'privateKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateSd.ts index 3cb5b9236..0dc713da0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlCertificateSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlCertificateSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerTlCertificateSd_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidation.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidation.ts index 652b3b071..de7ec8ad4 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidation.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName, appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName"; +} from './appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName'; import { appmesh_getVirtualNodeSpecListenerTlValidationTrust, appmesh_getVirtualNodeSpecListenerTlValidationTrust_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidationTrust"; +} from './appmesh_getVirtualNodeSpecListenerTlValidationTrust'; export interface appmesh_getVirtualNodeSpecListenerTlValidation { // @@ -26,8 +26,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidation_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "subjectAlternativeNames", - "", + 'subjectAlternativeNames', + '', () => appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName_GetTypes(), true, @@ -35,8 +35,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidation_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "trusts", - "", + 'trusts', + '', () => appmesh_getVirtualNodeSpecListenerTlValidationTrust_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName.ts index 061b36992..ef089fe11 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch, appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch"; +} from './appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch'; export interface appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeName { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternative return [ new DynamicUIProps( InputType.Array, - "matches", - "", + 'matches', + '', () => appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch.ts index 978fad0e0..0833ec293 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternativeNameMatch { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidationSubjectAlternative return [ new DynamicUIProps( InputType.Array, - "exacts", - "", + 'exacts', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrust.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrust.ts index ee08b2d8d..4f7bed536 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrust.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrust.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecListenerTlValidationTrustFile, appmesh_getVirtualNodeSpecListenerTlValidationTrustFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidationTrustFile"; +} from './appmesh_getVirtualNodeSpecListenerTlValidationTrustFile'; import { appmesh_getVirtualNodeSpecListenerTlValidationTrustSd, appmesh_getVirtualNodeSpecListenerTlValidationTrustSd_GetTypes, -} from "./appmesh_getVirtualNodeSpecListenerTlValidationTrustSd"; +} from './appmesh_getVirtualNodeSpecListenerTlValidationTrustSd'; export interface appmesh_getVirtualNodeSpecListenerTlValidationTrust { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualNodeSpecListenerTlValidationTrust_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecListenerTlValidationTrustFile_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sds", - "", + 'sds', + '', () => appmesh_getVirtualNodeSpecListenerTlValidationTrustSd_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustFile.ts index 152b8926b..2c6c2ecfe 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlValidationTrustFile { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidationTrustFile_GetTypes return [ new DynamicUIProps( InputType.String, - "certificateChain", - "", + 'certificateChain', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustSd.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustSd.ts index 2600ffeaa..5c2b106ee 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustSd.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecListenerTlValidationTrustSd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecListenerTlValidationTrustSd { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualNodeSpecListenerTlValidationTrustSd_GetTypes() return [ new DynamicUIProps( InputType.String, - "secretName", - "", + 'secretName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLogging.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLogging.ts index 77146e212..1e88ce916 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLogging.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecLoggingAccessLog, appmesh_getVirtualNodeSpecLoggingAccessLog_GetTypes, -} from "./appmesh_getVirtualNodeSpecLoggingAccessLog"; +} from './appmesh_getVirtualNodeSpecLoggingAccessLog'; export interface appmesh_getVirtualNodeSpecLogging { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecLogging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "accessLogs", - "", + 'accessLogs', + '', () => appmesh_getVirtualNodeSpecLoggingAccessLog_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLog.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLog.ts index c7d646e44..c052c21d3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLog.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLog.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecLoggingAccessLogFile, appmesh_getVirtualNodeSpecLoggingAccessLogFile_GetTypes, -} from "./appmesh_getVirtualNodeSpecLoggingAccessLogFile"; +} from './appmesh_getVirtualNodeSpecLoggingAccessLogFile'; export interface appmesh_getVirtualNodeSpecLoggingAccessLog { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualNodeSpecLoggingAccessLog_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "files", - "", + 'files', + '', () => appmesh_getVirtualNodeSpecLoggingAccessLogFile_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFile.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFile.ts index 8f61a8de7..4219199ae 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFile.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat, appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat_GetTypes, -} from "./appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat"; +} from './appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat'; export interface appmesh_getVirtualNodeSpecLoggingAccessLogFile { // @@ -22,12 +22,12 @@ export function appmesh_getVirtualNodeSpecLoggingAccessLogFile_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "formats", - "", + 'formats', + '', () => appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat.ts index 641fb15d9..129c298e3 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson, appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes, -} from "./appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson"; +} from './appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson'; export interface appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat { // @@ -22,12 +22,12 @@ export function appmesh_getVirtualNodeSpecLoggingAccessLogFileFormat_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "jsons", - "", + 'jsons', + '', () => appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson.ts index 536dbd7bf..f742ac124 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson { export function appmesh_getVirtualNodeSpecLoggingAccessLogFileFormatJson_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscovery.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscovery.ts index 45eec31f9..2e620fce5 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscovery.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscovery.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap, appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes, -} from "./appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap"; +} from './appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap'; import { appmesh_getVirtualNodeSpecServiceDiscoveryDn, appmesh_getVirtualNodeSpecServiceDiscoveryDn_GetTypes, -} from "./appmesh_getVirtualNodeSpecServiceDiscoveryDn"; +} from './appmesh_getVirtualNodeSpecServiceDiscoveryDn'; export interface appmesh_getVirtualNodeSpecServiceDiscovery { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualNodeSpecServiceDiscovery_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "awsCloudMaps", - "", + 'awsCloudMaps', + '', () => appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "dns", - "", + 'dns', + '', () => appmesh_getVirtualNodeSpecServiceDiscoveryDn_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap.ts index f3b7247ba..42a0500eb 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap { // @@ -21,24 +21,24 @@ export function appmesh_getVirtualNodeSpecServiceDiscoveryAwsCloudMap_GetTypes() return [ new DynamicUIProps( InputType.Map, - "attributes", - "", + 'attributes', + '', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "namespaceName", - "", + 'namespaceName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "", + 'serviceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryDn.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryDn.ts index 498696fd8..6345046b7 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryDn.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualNodeSpecServiceDiscoveryDn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualNodeSpecServiceDiscoveryDn { // @@ -19,19 +19,19 @@ export interface appmesh_getVirtualNodeSpecServiceDiscoveryDn { export function appmesh_getVirtualNodeSpecServiceDiscoveryDn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "hostname", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'hostname', '', () => [], true, false), new DynamicUIProps( InputType.String, - "ipPreference", - "", + 'ipPreference', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "responseType", - "", + 'responseType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpec.ts index 26eb3b144..7d3d10962 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpec.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualRouterSpecListener, appmesh_getVirtualRouterSpecListener_GetTypes, -} from "./appmesh_getVirtualRouterSpecListener"; +} from './appmesh_getVirtualRouterSpecListener'; export interface appmesh_getVirtualRouterSpec { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualRouterSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "listeners", - "", + 'listeners', + '', () => appmesh_getVirtualRouterSpecListener_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListener.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListener.ts index 002feeffe..b2c51e66e 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListener.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListener.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualRouterSpecListenerPortMapping, appmesh_getVirtualRouterSpecListenerPortMapping_GetTypes, -} from "./appmesh_getVirtualRouterSpecListenerPortMapping"; +} from './appmesh_getVirtualRouterSpecListenerPortMapping'; export interface appmesh_getVirtualRouterSpecListener { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualRouterSpecListener_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "portMappings", - "", + 'portMappings', + '', () => appmesh_getVirtualRouterSpecListenerPortMapping_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListenerPortMapping.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListenerPortMapping.ts index 45a2d722b..df2495c4c 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListenerPortMapping.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualRouterSpecListenerPortMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualRouterSpecListenerPortMapping { // @@ -16,7 +16,7 @@ export interface appmesh_getVirtualRouterSpecListenerPortMapping { export function appmesh_getVirtualRouterSpecListenerPortMapping_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpec.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpec.ts index 6fa7a8c0f..a65aea150 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpec.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpec.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualServiceSpecProvider, appmesh_getVirtualServiceSpecProvider_GetTypes, -} from "./appmesh_getVirtualServiceSpecProvider"; +} from './appmesh_getVirtualServiceSpecProvider'; export interface appmesh_getVirtualServiceSpec { // @@ -19,8 +19,8 @@ export function appmesh_getVirtualServiceSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "providers", - "", + 'providers', + '', () => appmesh_getVirtualServiceSpecProvider_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProvider.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProvider.ts index 75e80c498..05409100d 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProvider.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProvider.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appmesh_getVirtualServiceSpecProviderVirtualNode, appmesh_getVirtualServiceSpecProviderVirtualNode_GetTypes, -} from "./appmesh_getVirtualServiceSpecProviderVirtualNode"; +} from './appmesh_getVirtualServiceSpecProviderVirtualNode'; import { appmesh_getVirtualServiceSpecProviderVirtualRouter, appmesh_getVirtualServiceSpecProviderVirtualRouter_GetTypes, -} from "./appmesh_getVirtualServiceSpecProviderVirtualRouter"; +} from './appmesh_getVirtualServiceSpecProviderVirtualRouter'; export interface appmesh_getVirtualServiceSpecProvider { // @@ -26,16 +26,16 @@ export function appmesh_getVirtualServiceSpecProvider_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "virtualNodes", - "", + 'virtualNodes', + '', () => appmesh_getVirtualServiceSpecProviderVirtualNode_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "virtualRouters", - "", + 'virtualRouters', + '', () => appmesh_getVirtualServiceSpecProviderVirtualRouter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualNode.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualNode.ts index 0edd27660..be01a34c0 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualNode.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualServiceSpecProviderVirtualNode { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualServiceSpecProviderVirtualNode_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "virtualNodeName", - "", + 'virtualNodeName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualRouter.ts b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualRouter.ts index 28cb70cd8..20d872b4a 100644 --- a/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualRouter.ts +++ b/src/app/Models/codegen/aws/types/appmesh_getVirtualServiceSpecProviderVirtualRouter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appmesh_getVirtualServiceSpecProviderVirtualRouter { // @@ -15,8 +15,8 @@ export function appmesh_getVirtualServiceSpecProviderVirtualRouter_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "virtualRouterName", - "", + 'virtualRouterName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_CustomDomainAssociationCertificateValidationRecord.ts b/src/app/Models/codegen/aws/types/apprunner_CustomDomainAssociationCertificateValidationRecord.ts index ce94a8ff4..bfae97601 100644 --- a/src/app/Models/codegen/aws/types/apprunner_CustomDomainAssociationCertificateValidationRecord.ts +++ b/src/app/Models/codegen/aws/types/apprunner_CustomDomainAssociationCertificateValidationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_CustomDomainAssociationCertificateValidationRecord { // Certificate CNAME record name. @@ -24,32 +24,32 @@ export function apprunner_CustomDomainAssociationCertificateValidationRecord_Get return [ new DynamicUIProps( InputType.String, - "name", - "Certificate CNAME record name.", + 'name', + 'Certificate CNAME record name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Current state of the certificate CNAME record validation. It should change to `SUCCESS` after App Runner completes validation with your DNS.", + 'status', + 'Current state of the certificate CNAME record validation. It should change to `SUCCESS` after App Runner completes validation with your DNS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Record type, always `CNAME`.", + 'type', + 'Record type, always `CNAME`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Certificate CNAME record value.", + 'value', + 'Certificate CNAME record value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_DeploymentTimeouts.ts b/src/app/Models/codegen/aws/types/apprunner_DeploymentTimeouts.ts index 3b2f4403a..96d4c9922 100644 --- a/src/app/Models/codegen/aws/types/apprunner_DeploymentTimeouts.ts +++ b/src/app/Models/codegen/aws/types/apprunner_DeploymentTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_DeploymentTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function apprunner_DeploymentTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ObservabilityConfigurationTraceConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ObservabilityConfigurationTraceConfiguration.ts index dc27075e1..8d1bbf348 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ObservabilityConfigurationTraceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ObservabilityConfigurationTraceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ObservabilityConfigurationTraceConfiguration { // Implementation provider chosen for tracing App Runner services. Valid values: `AWSXRAY`. @@ -15,8 +15,8 @@ export function apprunner_ObservabilityConfigurationTraceConfiguration_GetTypes( return [ new DynamicUIProps( InputType.String, - "vendor", - "Implementation provider chosen for tracing App Runner services. Valid values: `AWSXRAY`.", + 'vendor', + 'Implementation provider chosen for tracing App Runner services. Valid values: `AWSXRAY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceEncryptionConfiguration.ts index 25878d0a6..5afe4f81e 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceEncryptionConfiguration { // ARN of the KMS key used for encryption. @@ -15,8 +15,8 @@ export function apprunner_ServiceEncryptionConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "kmsKey", - "ARN of the KMS key used for encryption.", + 'kmsKey', + 'ARN of the KMS key used for encryption.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceHealthCheckConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceHealthCheckConfiguration.ts index e8aba3180..16f6ca439 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceHealthCheckConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceHealthCheckConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceHealthCheckConfiguration { // Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20. @@ -30,48 +30,48 @@ export function apprunner_ServiceHealthCheckConfiguration_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "healthyThreshold", - "Number of consecutive checks that must succeed before App Runner decides that the service is healthy. Defaults to 1. Minimum value of 1. Maximum value of 20.", + 'healthyThreshold', + 'Number of consecutive checks that must succeed before App Runner decides that the service is healthy. Defaults to 1. Minimum value of 1. Maximum value of 20.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "interval", - "Time interval, in seconds, between health checks. Defaults to 5. Minimum value of 1. Maximum value of 20.", + 'interval', + 'Time interval, in seconds, between health checks. Defaults to 5. Minimum value of 1. Maximum value of 20.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "URL to send requests to for health checks. Defaults to `/`. Minimum length of 0. Maximum length of 51200.", + 'path', + 'URL to send requests to for health checks. Defaults to `/`. Minimum length of 0. Maximum length of 51200.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "IP protocol that App Runner uses to perform health checks for your service. Valid values: `TCP`, `HTTP`. Defaults to `TCP`. If you set protocol to `HTTP`, App Runner sends health check requests to the HTTP path specified by `path`.", + 'protocol', + 'IP protocol that App Runner uses to perform health checks for your service. Valid values: `TCP`, `HTTP`. Defaults to `TCP`. If you set protocol to `HTTP`, App Runner sends health check requests to the HTTP path specified by `path`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Time, in seconds, to wait for a health check response before deciding it failed. Defaults to 2. Minimum value of 1. Maximum value of 20.", + 'timeout', + 'Time, in seconds, to wait for a health check response before deciding it failed. Defaults to 2. Minimum value of 1. Maximum value of 20.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20.", + 'unhealthyThreshold', + 'Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceInstanceConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceInstanceConfiguration.ts index e2c75040a..8eb1a2d59 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceInstanceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceInstanceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceInstanceConfiguration { // Amount of memory, in MB or GB, reserved for each instance of your App Runner service. Defaults to `2048`. Valid values: `512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB`. @@ -21,24 +21,24 @@ export function apprunner_ServiceInstanceConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "memory", - "Amount of memory, in MB or GB, reserved for each instance of your App Runner service. Defaults to `2048`. Valid values: `512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB`.", + 'memory', + 'Amount of memory, in MB or GB, reserved for each instance of your App Runner service. Defaults to `2048`. Valid values: `512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cpu", - "Number of CPU units reserved for each instance of your App Runner service represented as a String. Defaults to `1024`. Valid values: `256|512|1024|2048|4096|(0.25|0.5|1|2|4) vCPU`.", + 'cpu', + 'Number of CPU units reserved for each instance of your App Runner service represented as a String. Defaults to `1024`. Valid values: `256|512|1024|2048|4096|(0.25|0.5|1|2|4) vCPU`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceRoleArn", - "ARN of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any AWS APIs.", + 'instanceRoleArn', + 'ARN of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any AWS APIs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfiguration.ts index 6f8d1a6c1..05499bdaa 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceNetworkConfigurationEgressConfiguration, apprunner_ServiceNetworkConfigurationEgressConfiguration_GetTypes, -} from "./apprunner_ServiceNetworkConfigurationEgressConfiguration"; +} from './apprunner_ServiceNetworkConfigurationEgressConfiguration'; import { apprunner_ServiceNetworkConfigurationIngressConfiguration, apprunner_ServiceNetworkConfigurationIngressConfiguration_GetTypes, -} from "./apprunner_ServiceNetworkConfigurationIngressConfiguration"; +} from './apprunner_ServiceNetworkConfigurationIngressConfiguration'; export interface apprunner_ServiceNetworkConfiguration { // App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`. @@ -29,24 +29,24 @@ export function apprunner_ServiceNetworkConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "ipAddressType", - "App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`.", + 'ipAddressType', + 'App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. Valid values: `IPV4`, `DUAL_STACK`. Default: `IPV4`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "egressConfiguration", - "Network configuration settings for outbound message traffic. See Egress Configuration below for more details.", + 'egressConfiguration', + 'Network configuration settings for outbound message traffic. See Egress Configuration below for more details.', () => apprunner_ServiceNetworkConfigurationEgressConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ingressConfiguration", - "Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.", + 'ingressConfiguration', + 'Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.', () => apprunner_ServiceNetworkConfigurationIngressConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationEgressConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationEgressConfiguration.ts index 66d41372a..3acfa5b40 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationEgressConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationEgressConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceNetworkConfigurationEgressConfiguration { // The type of egress configuration. Valid values are: `DEFAULT` and `VPC`. @@ -18,16 +18,16 @@ export function apprunner_ServiceNetworkConfigurationEgressConfiguration_GetType return [ new DynamicUIProps( InputType.String, - "egressType", - "The type of egress configuration. Valid values are: `DEFAULT` and `VPC`.", + 'egressType', + 'The type of egress configuration. Valid values are: `DEFAULT` and `VPC`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcConnectorArn", - "The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when `EgressType = VPC`.", + 'vpcConnectorArn', + 'The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when `EgressType = VPC`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationIngressConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationIngressConfiguration.ts index ff2d99342..866177dfc 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationIngressConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceNetworkConfigurationIngressConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceNetworkConfigurationIngressConfiguration { // Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False. @@ -15,8 +15,8 @@ export function apprunner_ServiceNetworkConfigurationIngressConfiguration_GetTyp return [ new DynamicUIProps( InputType.Bool, - "isPubliclyAccessible", - "Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.", + 'isPubliclyAccessible', + 'Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceObservabilityConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceObservabilityConfiguration.ts index 27a5e288f..b494fc2cd 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceObservabilityConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceObservabilityConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceObservabilityConfiguration { // ARN of the observability configuration that is associated with the service. Specified only when `observability_enabled` is `true`. @@ -18,16 +18,16 @@ export function apprunner_ServiceObservabilityConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "observabilityConfigurationArn", - "ARN of the observability configuration that is associated with the service. Specified only when `observability_enabled` is `true`.", + 'observabilityConfigurationArn', + 'ARN of the observability configuration that is associated with the service. Specified only when `observability_enabled` is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "observabilityEnabled", - "When `true`, an observability configuration resource is associated with the service.", + 'observabilityEnabled', + 'When `true`, an observability configuration resource is associated with the service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfiguration.ts index 7e9bf913b..2eed22b6d 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceSourceConfigurationAuthenticationConfiguration, apprunner_ServiceSourceConfigurationAuthenticationConfiguration_GetTypes, -} from "./apprunner_ServiceSourceConfigurationAuthenticationConfiguration"; +} from './apprunner_ServiceSourceConfigurationAuthenticationConfiguration'; import { apprunner_ServiceSourceConfigurationCodeRepository, apprunner_ServiceSourceConfigurationCodeRepository_GetTypes, -} from "./apprunner_ServiceSourceConfigurationCodeRepository"; +} from './apprunner_ServiceSourceConfigurationCodeRepository'; import { apprunner_ServiceSourceConfigurationImageRepository, apprunner_ServiceSourceConfigurationImageRepository_GetTypes, -} from "./apprunner_ServiceSourceConfigurationImageRepository"; +} from './apprunner_ServiceSourceConfigurationImageRepository'; export interface apprunner_ServiceSourceConfiguration { // Description of a source code repository. See Code Repository below for more details. @@ -36,16 +36,16 @@ export function apprunner_ServiceSourceConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "imageRepository", - "Description of a source image repository. See Image Repository below for more details.", + 'imageRepository', + 'Description of a source image repository. See Image Repository below for more details.', () => apprunner_ServiceSourceConfigurationImageRepository_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticationConfiguration", - "Describes resources needed to authenticate access to some source repositories. See Authentication Configuration below for more details.", + 'authenticationConfiguration', + 'Describes resources needed to authenticate access to some source repositories. See Authentication Configuration below for more details.', () => apprunner_ServiceSourceConfigurationAuthenticationConfiguration_GetTypes(), false, @@ -53,16 +53,16 @@ export function apprunner_ServiceSourceConfiguration_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Bool, - "autoDeploymentsEnabled", - "Whether continuous integration from the source repository is enabled for the App Runner service. If set to `true`, each repository change (source code commit or new image version) starts a deployment. Defaults to `true`.", + 'autoDeploymentsEnabled', + 'Whether continuous integration from the source repository is enabled for the App Runner service. If set to `true`, each repository change (source code commit or new image version) starts a deployment. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "codeRepository", - "Description of a source code repository. See Code Repository below for more details.", + 'codeRepository', + 'Description of a source code repository. See Code Repository below for more details.', () => apprunner_ServiceSourceConfigurationCodeRepository_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationAuthenticationConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationAuthenticationConfiguration.ts index 170fb9ee7..080e70b19 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationAuthenticationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationAuthenticationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceSourceConfigurationAuthenticationConfiguration { // ARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public) @@ -18,16 +18,16 @@ export function apprunner_ServiceSourceConfigurationAuthenticationConfiguration_ return [ new DynamicUIProps( InputType.String, - "accessRoleArn", - "ARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public)", + 'accessRoleArn', + 'ARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionArn", - "ARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.", + 'connectionArn', + 'ARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepository.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepository.ts index d677ca8ba..f32ce5a04 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepository.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration, apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration_GetTypes, -} from "./apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration"; +} from './apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration'; import { apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion, apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion_GetTypes, -} from "./apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion"; +} from './apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion'; export interface apprunner_ServiceSourceConfigurationCodeRepository { // Configuration for building and running the service from a source code repository. See Code Configuration below for more details. @@ -32,16 +32,16 @@ export function apprunner_ServiceSourceConfigurationCodeRepository_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "sourceDirectory", - "The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.", + 'sourceDirectory', + 'The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "codeConfiguration", - "Configuration for building and running the service from a source code repository. See Code Configuration below for more details.", + 'codeConfiguration', + 'Configuration for building and running the service from a source code repository. See Code Configuration below for more details.', () => apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration_GetTypes(), false, @@ -49,16 +49,16 @@ export function apprunner_ServiceSourceConfigurationCodeRepository_GetTypes(): D ), new DynamicUIProps( InputType.String, - "repositoryUrl", - "Location of the repository that contains the source code.", + 'repositoryUrl', + 'Location of the repository that contains the source code.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "sourceCodeVersion", - "Version that should be used within the source code repository. See Source Code Version below for more details.", + 'sourceCodeVersion', + 'Version that should be used within the source code repository. See Source Code Version below for more details.', () => apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration.ts index a66addafe..b75651768 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues, apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues_GetTypes, -} from "./apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues"; +} from './apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues'; export interface apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfiguration { // Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details. @@ -28,8 +28,8 @@ export function apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurat return [ new DynamicUIProps( InputType.Object, - "codeConfigurationValues", - "Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details.", + 'codeConfigurationValues', + 'Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details.', () => apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues_GetTypes(), false, @@ -37,8 +37,8 @@ export function apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurat ), new DynamicUIProps( InputType.String, - "configurationSource", - "Source of the App Runner configuration. Valid values: `REPOSITORY`, `API`. Values are interpreted as follows:\n* `REPOSITORY` - App Runner reads configuration values from the apprunner.yaml file in the\nsource code repository and ignores the CodeConfigurationValues parameter.\n* `API` - App Runner uses configuration values provided in the CodeConfigurationValues\nparameter and ignores the apprunner.yaml file in the source code repository.", + 'configurationSource', + 'Source of the App Runner configuration. Valid values: `REPOSITORY`, `API`. Values are interpreted as follows:\n* `REPOSITORY` - App Runner reads configuration values from the apprunner.yaml file in the\nsource code repository and ignores the CodeConfigurationValues parameter.\n* `API` - App Runner uses configuration values provided in the CodeConfigurationValues\nparameter and ignores the apprunner.yaml file in the source code repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues.ts index 4f34710b9..6d87a526d 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues { // Port that your application listens to in the container. Defaults to `"8080"`. @@ -30,15 +30,15 @@ export function apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurat return [ new DynamicUIProps( InputType.String, - "buildCommand", - "Command App Runner runs to build your application.", + 'buildCommand', + 'Command App Runner runs to build your application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "port", + 'port', 'Port that your application listens to in the container. Defaults to `"8080"`.', () => [], false, @@ -46,23 +46,23 @@ export function apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurat ), new DynamicUIProps( InputType.String, - "runtime", - "Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`, `NODEJS_14`, `NODEJS_16`, `CORRETTO_8`, `CORRETTO_11`, `GO_1`, `DOTNET_6`, `PHP_81`, `RUBY_31`.", + 'runtime', + 'Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`, `NODEJS_14`, `NODEJS_16`, `CORRETTO_8`, `CORRETTO_11`, `GO_1`, `DOTNET_6`, `PHP_81`, `RUBY_31`.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "runtimeEnvironmentSecrets", - "Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.", + 'runtimeEnvironmentSecrets', + 'Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "runtimeEnvironmentVariables", + 'runtimeEnvironmentVariables', "Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of `AWSAPPRUNNER` are reserved for system use and aren't valid.", () => InputType_Map_GetTypes(), false, @@ -70,8 +70,8 @@ export function apprunner_ServiceSourceConfigurationCodeRepositoryCodeConfigurat ), new DynamicUIProps( InputType.String, - "startCommand", - "Command App Runner runs to start your application.", + 'startCommand', + 'Command App Runner runs to start your application.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion.ts index 23d98821d..b1923b713 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVersion { // Type of version identifier. For a git-based repository, branches represent versions. Valid values: `BRANCH`. @@ -18,16 +18,16 @@ export function apprunner_ServiceSourceConfigurationCodeRepositorySourceCodeVers return [ new DynamicUIProps( InputType.String, - "type", - "Type of version identifier. For a git-based repository, branches represent versions. Valid values: `BRANCH`.", + 'type', + 'Type of version identifier. For a git-based repository, branches represent versions. Valid values: `BRANCH`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Source code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.", + 'value', + 'Source code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepository.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepository.ts index e8195e125..007d9c1b8 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepository.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepository.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration, apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration_GetTypes, -} from "./apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration"; +} from './apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration'; export interface apprunner_ServiceSourceConfigurationImageRepository { // Configuration for running the identified image. See Image Configuration below for more details. @@ -28,16 +28,16 @@ export function apprunner_ServiceSourceConfigurationImageRepository_GetTypes(): return [ new DynamicUIProps( InputType.String, - "imageRepositoryType", - "Type of the image repository. This reflects the repository provider and whether the repository is private or public. Valid values: `ECR` , `ECR_PUBLIC`.", + 'imageRepositoryType', + 'Type of the image repository. This reflects the repository provider and whether the repository is private or public. Valid values: `ECR` , `ECR_PUBLIC`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "imageConfiguration", - "Configuration for running the identified image. See Image Configuration below for more details.", + 'imageConfiguration', + 'Configuration for running the identified image. See Image Configuration below for more details.', () => apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration_GetTypes(), false, @@ -45,8 +45,8 @@ export function apprunner_ServiceSourceConfigurationImageRepository_GetTypes(): ), new DynamicUIProps( InputType.String, - "imageIdentifier", - "Identifier of an image. For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the\nimage name format, see Pulling an image in the Amazon ECR User Guide.", + 'imageIdentifier', + 'Identifier of an image. For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the\nimage name format, see Pulling an image in the Amazon ECR User Guide.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration.ts index 206572d11..9535e8b57 100644 --- a/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_ServiceSourceConfigurationImageRepositoryImageConfiguration { // Port that your application listens to in the container. Defaults to `"8080"`. @@ -24,7 +24,7 @@ export function apprunner_ServiceSourceConfigurationImageRepositoryImageConfigur return [ new DynamicUIProps( InputType.String, - "port", + 'port', 'Port that your application listens to in the container. Defaults to `"8080"`.', () => [], false, @@ -32,15 +32,15 @@ export function apprunner_ServiceSourceConfigurationImageRepositoryImageConfigur ), new DynamicUIProps( InputType.Map, - "runtimeEnvironmentSecrets", - "Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.", + 'runtimeEnvironmentSecrets', + 'Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "runtimeEnvironmentVariables", + 'runtimeEnvironmentVariables', "Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of `AWSAPPRUNNER` are reserved for system use and aren't valid.", () => InputType_Map_GetTypes(), false, @@ -48,8 +48,8 @@ export function apprunner_ServiceSourceConfigurationImageRepositoryImageConfigur ), new DynamicUIProps( InputType.String, - "startCommand", - "Command App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.", + 'startCommand', + 'Command App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/apprunner_VpcIngressConnectionIngressVpcConfiguration.ts b/src/app/Models/codegen/aws/types/apprunner_VpcIngressConnectionIngressVpcConfiguration.ts index 8a0309ce2..5f1d18e99 100644 --- a/src/app/Models/codegen/aws/types/apprunner_VpcIngressConnectionIngressVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/apprunner_VpcIngressConnectionIngressVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface apprunner_VpcIngressConnectionIngressVpcConfiguration { // The ID of the VPC endpoint that your App Runner service connects to. @@ -18,16 +18,16 @@ export function apprunner_VpcIngressConnectionIngressVpcConfiguration_GetTypes() return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC endpoint that your App Runner service connects to.", + 'vpcEndpointId', + 'The ID of the VPC endpoint that your App Runner service connects to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC that is used for the VPC endpoint.", + 'vpcId', + 'The ID of the VPC that is used for the VPC endpoint.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_DirectoryConfigServiceAccountCredentials.ts b/src/app/Models/codegen/aws/types/appstream_DirectoryConfigServiceAccountCredentials.ts index d3031472f..5360fa5fe 100644 --- a/src/app/Models/codegen/aws/types/appstream_DirectoryConfigServiceAccountCredentials.ts +++ b/src/app/Models/codegen/aws/types/appstream_DirectoryConfigServiceAccountCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_DirectoryConfigServiceAccountCredentials { // Password for the account. @@ -18,16 +18,16 @@ export function appstream_DirectoryConfigServiceAccountCredentials_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "accountPassword", - "Password for the account.", + 'accountPassword', + 'Password for the account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountName", - "User name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.", + 'accountName', + 'User name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_FleetComputeCapacity.ts b/src/app/Models/codegen/aws/types/appstream_FleetComputeCapacity.ts index a5827e907..8cbcc6f45 100644 --- a/src/app/Models/codegen/aws/types/appstream_FleetComputeCapacity.ts +++ b/src/app/Models/codegen/aws/types/appstream_FleetComputeCapacity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_FleetComputeCapacity { // Number of currently available instances that can be used to stream sessions. @@ -27,40 +27,40 @@ export function appstream_FleetComputeCapacity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "desiredSessions", - "Desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.", + 'desiredSessions', + 'Desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "inUse", - "Number of instances in use for streaming.", + 'inUse', + 'Number of instances in use for streaming.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "running", - "Total number of simultaneous streaming instances that are running.", + 'running', + 'Total number of simultaneous streaming instances that are running.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "available", - "Number of currently available instances that can be used to stream sessions.", + 'available', + 'Number of currently available instances that can be used to stream sessions.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "desiredInstances", - "Desired number of streaming instances.", + 'desiredInstances', + 'Desired number of streaming instances.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_FleetDomainJoinInfo.ts b/src/app/Models/codegen/aws/types/appstream_FleetDomainJoinInfo.ts index b710935ba..c7cfe4840 100644 --- a/src/app/Models/codegen/aws/types/appstream_FleetDomainJoinInfo.ts +++ b/src/app/Models/codegen/aws/types/appstream_FleetDomainJoinInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_FleetDomainJoinInfo { // Fully qualified name of the directory (for example, corp.example.com). @@ -18,16 +18,16 @@ export function appstream_FleetDomainJoinInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "directoryName", - "Fully qualified name of the directory (for example, corp.example.com).", + 'directoryName', + 'Fully qualified name of the directory (for example, corp.example.com).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizationalUnitDistinguishedName", - "Distinguished name of the organizational unit for computer accounts.", + 'organizationalUnitDistinguishedName', + 'Distinguished name of the organizational unit for computer accounts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_FleetVpcConfig.ts b/src/app/Models/codegen/aws/types/appstream_FleetVpcConfig.ts index 4c3232d9c..bc52b616e 100644 --- a/src/app/Models/codegen/aws/types/appstream_FleetVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/appstream_FleetVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_FleetVpcConfig { // Identifiers of the security groups for the fleet or image builder. @@ -18,16 +18,16 @@ export function appstream_FleetVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Identifiers of the security groups for the fleet or image builder.", + 'securityGroupIds', + 'Identifiers of the security groups for the fleet or image builder.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.", + 'subnetIds', + 'Identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_ImageBuilderAccessEndpoint.ts b/src/app/Models/codegen/aws/types/appstream_ImageBuilderAccessEndpoint.ts index b5e2d0496..f50ef6dbe 100644 --- a/src/app/Models/codegen/aws/types/appstream_ImageBuilderAccessEndpoint.ts +++ b/src/app/Models/codegen/aws/types/appstream_ImageBuilderAccessEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_ImageBuilderAccessEndpoint { // Type of interface endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_AccessEndpoint.html). @@ -18,16 +18,16 @@ export function appstream_ImageBuilderAccessEndpoint_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "vpceId", - "Identifier (ID) of the interface VPC endpoint.", + 'vpceId', + 'Identifier (ID) of the interface VPC endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointType", - "Type of interface endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_AccessEndpoint.html).", + 'endpointType', + 'Type of interface endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_AccessEndpoint.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_ImageBuilderDomainJoinInfo.ts b/src/app/Models/codegen/aws/types/appstream_ImageBuilderDomainJoinInfo.ts index abe2c6bd4..a6977ab11 100644 --- a/src/app/Models/codegen/aws/types/appstream_ImageBuilderDomainJoinInfo.ts +++ b/src/app/Models/codegen/aws/types/appstream_ImageBuilderDomainJoinInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_ImageBuilderDomainJoinInfo { // Distinguished name of the organizational unit for computer accounts. @@ -18,16 +18,16 @@ export function appstream_ImageBuilderDomainJoinInfo_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "organizationalUnitDistinguishedName", - "Distinguished name of the organizational unit for computer accounts.", + 'organizationalUnitDistinguishedName', + 'Distinguished name of the organizational unit for computer accounts.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryName", - "Fully qualified name of the directory (for example, corp.example.com).", + 'directoryName', + 'Fully qualified name of the directory (for example, corp.example.com).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_ImageBuilderVpcConfig.ts b/src/app/Models/codegen/aws/types/appstream_ImageBuilderVpcConfig.ts index 218bf3bc0..caad64ced 100644 --- a/src/app/Models/codegen/aws/types/appstream_ImageBuilderVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/appstream_ImageBuilderVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_ImageBuilderVpcConfig { // Identifiers of the security groups for the image builder or image builder. @@ -18,16 +18,16 @@ export function appstream_ImageBuilderVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Identifiers of the security groups for the image builder or image builder.", + 'securityGroupIds', + 'Identifiers of the security groups for the image builder or image builder.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifier of the subnet to which a network interface is attached from the image builder instance.", + 'subnetIds', + 'Identifier of the subnet to which a network interface is attached from the image builder instance.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_StackAccessEndpoint.ts b/src/app/Models/codegen/aws/types/appstream_StackAccessEndpoint.ts index d8011977d..350613f88 100644 --- a/src/app/Models/codegen/aws/types/appstream_StackAccessEndpoint.ts +++ b/src/app/Models/codegen/aws/types/appstream_StackAccessEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_StackAccessEndpoint { /* @@ -21,16 +21,16 @@ export function appstream_StackAccessEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "endpointType", - "Type of the interface endpoint.\nSee the [`AccessEndpoint` AWS API documentation](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_AccessEndpoint.html) for valid values.", + 'endpointType', + 'Type of the interface endpoint.\nSee the [`AccessEndpoint` AWS API documentation](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_AccessEndpoint.html) for valid values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpceId", - "ID of the VPC in which the interface endpoint is used.", + 'vpceId', + 'ID of the VPC in which the interface endpoint is used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_StackApplicationSettings.ts b/src/app/Models/codegen/aws/types/appstream_StackApplicationSettings.ts index c8d97bd89..2b4a1ce90 100644 --- a/src/app/Models/codegen/aws/types/appstream_StackApplicationSettings.ts +++ b/src/app/Models/codegen/aws/types/appstream_StackApplicationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_StackApplicationSettings { // Whether application settings should be persisted. @@ -22,16 +22,16 @@ export function appstream_StackApplicationSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether application settings should be persisted.", + 'enabled', + 'Whether application settings should be persisted.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "settingsGroup", - "Name of the settings group.\nRequired when `enabled` is `true`.\nCan be up to 100 characters.", + 'settingsGroup', + 'Name of the settings group.\nRequired when `enabled` is `true`.\nCan be up to 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_StackStorageConnector.ts b/src/app/Models/codegen/aws/types/appstream_StackStorageConnector.ts index 591f429d3..f3fbb3be1 100644 --- a/src/app/Models/codegen/aws/types/appstream_StackStorageConnector.ts +++ b/src/app/Models/codegen/aws/types/appstream_StackStorageConnector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_StackStorageConnector { /* @@ -24,24 +24,24 @@ export function appstream_StackStorageConnector_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "domains", - "Names of the domains for the account.", + 'domains', + 'Names of the domains for the account.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceIdentifier", - "ARN of the storage connector.", + 'resourceIdentifier', + 'ARN of the storage connector.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectorType", - "Type of storage connector.\nValid values are `HOMEFOLDERS`, `GOOGLE_DRIVE`, or `ONE_DRIVE`.", + 'connectorType', + 'Type of storage connector.\nValid values are `HOMEFOLDERS`, `GOOGLE_DRIVE`, or `ONE_DRIVE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_StackStreamingExperienceSettings.ts b/src/app/Models/codegen/aws/types/appstream_StackStreamingExperienceSettings.ts index 2fe44a5f3..5384981c2 100644 --- a/src/app/Models/codegen/aws/types/appstream_StackStreamingExperienceSettings.ts +++ b/src/app/Models/codegen/aws/types/appstream_StackStreamingExperienceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_StackStreamingExperienceSettings { /* @@ -18,8 +18,8 @@ export function appstream_StackStreamingExperienceSettings_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "preferredProtocol", - "The preferred protocol that you want to use while streaming your application.\nValid values are `TCP` and `UDP`.", + 'preferredProtocol', + 'The preferred protocol that you want to use while streaming your application.\nValid values are `TCP` and `UDP`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appstream_StackUserSetting.ts b/src/app/Models/codegen/aws/types/appstream_StackUserSetting.ts index dec2746bf..283ff67c4 100644 --- a/src/app/Models/codegen/aws/types/appstream_StackUserSetting.ts +++ b/src/app/Models/codegen/aws/types/appstream_StackUserSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_StackUserSetting { /* @@ -24,16 +24,16 @@ export function appstream_StackUserSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "action", - "Action that is enabled or disabled.\nValid values are `CLIPBOARD_COPY_FROM_LOCAL_DEVICE`, `CLIPBOARD_COPY_TO_LOCAL_DEVICE`, `FILE_UPLOAD`, `FILE_DOWNLOAD`, `PRINTING_TO_LOCAL_DEVICE`, `DOMAIN_PASSWORD_SIGNIN`, or `DOMAIN_SMART_CARD_SIGNIN`.", + 'action', + 'Action that is enabled or disabled.\nValid values are `CLIPBOARD_COPY_FROM_LOCAL_DEVICE`, `CLIPBOARD_COPY_TO_LOCAL_DEVICE`, `FILE_UPLOAD`, `FILE_DOWNLOAD`, `PRINTING_TO_LOCAL_DEVICE`, `DOMAIN_PASSWORD_SIGNIN`, or `DOMAIN_SMART_CARD_SIGNIN`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "permission", - "Whether the action is enabled or disabled.\nValid values are `ENABLED` or `DISABLED`.", + 'permission', + 'Whether the action is enabled or disabled.\nValid values are `ENABLED` or `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_getImageApplication.ts b/src/app/Models/codegen/aws/types/appstream_getImageApplication.ts index 0db543b97..9b58edc9c 100644 --- a/src/app/Models/codegen/aws/types/appstream_getImageApplication.ts +++ b/src/app/Models/codegen/aws/types/appstream_getImageApplication.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appstream_getImageApplicationIconS3Location, appstream_getImageApplicationIconS3Location_GetTypes, -} from "./appstream_getImageApplicationIconS3Location"; +} from './appstream_getImageApplicationIconS3Location'; export interface appstream_getImageApplication { // Image name to display. @@ -67,63 +67,63 @@ export function appstream_getImageApplication_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "workingDirectory", - "Working directory for the application.", + 'workingDirectory', + 'Working directory for the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "Arn of the image being searched for. Cannot be used with name_regex or name.", + 'arn', + 'Arn of the image being searched for. Cannot be used with name_regex or name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the image being searched for. Cannot be used with name_regex or arn.", + 'name', + 'Name of the image being searched for. Cannot be used with name_regex or arn.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Bool based on if the application is enabled.", + 'enabled', + 'Bool based on if the application is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "iconUrl", - "URL of the application icon. This URL may be time-limited.", + 'iconUrl', + 'URL of the application icon. This URL may be time-limited.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "appBlockArn", - "The app block ARN of the application.", + 'appBlockArn', + 'The app block ARN of the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Image name to display.", + 'displayName', + 'Image name to display.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchParameters", + 'launchParameters', "Arguments that are passed to the application at it's launch.", () => [], true, @@ -131,39 +131,39 @@ export function appstream_getImageApplication_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "iconS3Locations", - "A list named icon_s3_location that contains the following:", + 'iconS3Locations', + 'A list named icon_s3_location that contains the following:', () => appstream_getImageApplicationIconS3Location_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "platforms", - "Array of strings describing the platforms on which the application can run.\nValues will be from: WINDOWS | WINDOWS_SERVER_2016 | WINDOWS_SERVER_2019 | WINDOWS_SERVER_2022 | AMAZON_LINUX2", + 'platforms', + 'Array of strings describing the platforms on which the application can run.\nValues will be from: WINDOWS | WINDOWS_SERVER_2016 | WINDOWS_SERVER_2019 | WINDOWS_SERVER_2022 | AMAZON_LINUX2', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "instanceFamilies", - "List of the instance families of the application.", + 'instanceFamilies', + 'List of the instance families of the application.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of image.", + 'description', + 'Description of image.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchPath", + 'launchPath', "Path to the application's excecutable in the instance.", () => [], true, @@ -171,16 +171,16 @@ export function appstream_getImageApplication_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "createdTime", - "Time at which this image was created.", + 'createdTime', + 'Time at which this image was created.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "metadata", - "String to string map that contains additional attributes used to describe the application.\n* `Name` - Name of the application.", + 'metadata', + 'String to string map that contains additional attributes used to describe the application.\n* `Name` - Name of the application.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_getImageApplicationIconS3Location.ts b/src/app/Models/codegen/aws/types/appstream_getImageApplicationIconS3Location.ts index 9dc282e2d..b73818aa0 100644 --- a/src/app/Models/codegen/aws/types/appstream_getImageApplicationIconS3Location.ts +++ b/src/app/Models/codegen/aws/types/appstream_getImageApplicationIconS3Location.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_getImageApplicationIconS3Location { // S3 key of the S3 object. @@ -18,16 +18,16 @@ export function appstream_getImageApplicationIconS3Location_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "s3Key", - "S3 key of the S3 object.", + 's3Key', + 'S3 key of the S3 object.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "S3 bucket of the S3 object.", + 's3Bucket', + 'S3 bucket of the S3 object.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_getImageImagePermission.ts b/src/app/Models/codegen/aws/types/appstream_getImageImagePermission.ts index 77041a189..e6d6d2d19 100644 --- a/src/app/Models/codegen/aws/types/appstream_getImageImagePermission.ts +++ b/src/app/Models/codegen/aws/types/appstream_getImageImagePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_getImageImagePermission { // Boolean indicating if the image can be used for a fleet. @@ -18,16 +18,16 @@ export function appstream_getImageImagePermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "allowImageBuilder", - "indicated whether the image can be used for an image builder.", + 'allowImageBuilder', + 'indicated whether the image can be used for an image builder.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowFleet", - "Boolean indicating if the image can be used for a fleet.", + 'allowFleet', + 'Boolean indicating if the image can be used for a fleet.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appstream_getImageStateChangeReason.ts b/src/app/Models/codegen/aws/types/appstream_getImageStateChangeReason.ts index 2d83a5315..4fa968416 100644 --- a/src/app/Models/codegen/aws/types/appstream_getImageStateChangeReason.ts +++ b/src/app/Models/codegen/aws/types/appstream_getImageStateChangeReason.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appstream_getImageStateChangeReason { // @@ -16,7 +16,7 @@ export interface appstream_getImageStateChangeReason { export function appstream_getImageStateChangeReason_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "message", "", () => [], true, false), - new DynamicUIProps(InputType.String, "code", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'message', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'code', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfig.ts index 07b89ef00..e543460dc 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_DataSourceDynamodbConfigDeltaSyncConfig, appsync_DataSourceDynamodbConfigDeltaSyncConfig_GetTypes, -} from "./appsync_DataSourceDynamodbConfigDeltaSyncConfig"; +} from './appsync_DataSourceDynamodbConfigDeltaSyncConfig'; export interface appsync_DataSourceDynamodbConfig { // Detects Conflict Detection and Resolution with this data source. @@ -31,40 +31,40 @@ export function appsync_DataSourceDynamodbConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "versioned", - "Detects Conflict Detection and Resolution with this data source.", + 'versioned', + 'Detects Conflict Detection and Resolution with this data source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deltaSyncConfig", - "The DeltaSyncConfig for a versioned data source. See `delta_sync_config` Block for details.", + 'deltaSyncConfig', + 'The DeltaSyncConfig for a versioned data source. See `delta_sync_config` Block for details.', () => appsync_DataSourceDynamodbConfigDeltaSyncConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS region of the DynamoDB table. Defaults to current region.", + 'region', + 'AWS region of the DynamoDB table. Defaults to current region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tableName", - "Name of the DynamoDB table.", + 'tableName', + 'Name of the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useCallerCredentials", - "Set to `true` to use Amazon Cognito credentials with this data source.", + 'useCallerCredentials', + 'Set to `true` to use Amazon Cognito credentials with this data source.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfigDeltaSyncConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfigDeltaSyncConfig.ts index 42b68505e..33272fee7 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfigDeltaSyncConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceDynamodbConfigDeltaSyncConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceDynamodbConfigDeltaSyncConfig { // The number of minutes that an Item is stored in the data source. @@ -21,24 +21,24 @@ export function appsync_DataSourceDynamodbConfigDeltaSyncConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "baseTableTtl", - "The number of minutes that an Item is stored in the data source.", + 'baseTableTtl', + 'The number of minutes that an Item is stored in the data source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deltaSyncTableName", - "The table name.", + 'deltaSyncTableName', + 'The table name.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "deltaSyncTableTtl", - "The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.", + 'deltaSyncTableTtl', + 'The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceElasticsearchConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceElasticsearchConfig.ts index 9592bf9a9..9d2628f07 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceElasticsearchConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceElasticsearchConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceElasticsearchConfig { // HTTP endpoint of the Elasticsearch domain. @@ -18,16 +18,16 @@ export function appsync_DataSourceElasticsearchConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "endpoint", - "HTTP endpoint of the Elasticsearch domain.", + 'endpoint', + 'HTTP endpoint of the Elasticsearch domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS region of Elasticsearch domain. Defaults to current region.", + 'region', + 'AWS region of Elasticsearch domain. Defaults to current region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceEventBridgeConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceEventBridgeConfig.ts index 491ab6971..9e8efb2e0 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceEventBridgeConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceEventBridgeConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceEventBridgeConfig { // ARN for the EventBridge bus. @@ -15,8 +15,8 @@ export function appsync_DataSourceEventBridgeConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "eventBusArn", - "ARN for the EventBridge bus.", + 'eventBusArn', + 'ARN for the EventBridge bus.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfig.ts index fbc42ee4e..d228425af 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_DataSourceHttpConfigAuthorizationConfig, appsync_DataSourceHttpConfigAuthorizationConfig_GetTypes, -} from "./appsync_DataSourceHttpConfigAuthorizationConfig"; +} from './appsync_DataSourceHttpConfigAuthorizationConfig'; export interface appsync_DataSourceHttpConfig { // HTTP URL. @@ -22,16 +22,16 @@ export function appsync_DataSourceHttpConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "authorizationConfig", - "Authorization configuration in case the HTTP endpoint requires authorization. See `authorization_config` Block for details.", + 'authorizationConfig', + 'Authorization configuration in case the HTTP endpoint requires authorization. See `authorization_config` Block for details.', () => appsync_DataSourceHttpConfigAuthorizationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "HTTP URL.", + 'endpoint', + 'HTTP URL.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfig.ts index 31918e702..4a9d515e2 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig, appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig_GetTypes, -} from "./appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig"; +} from './appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig'; export interface appsync_DataSourceHttpConfigAuthorizationConfig { // Authorization type that the HTTP endpoint requires. Default values is `AWS_IAM`. @@ -22,16 +22,16 @@ export function appsync_DataSourceHttpConfigAuthorizationConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "authorizationType", - "Authorization type that the HTTP endpoint requires. Default values is `AWS_IAM`.", + 'authorizationType', + 'Authorization type that the HTTP endpoint requires. Default values is `AWS_IAM`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "awsIamConfig", - "Identity and Access Management (IAM) settings. See `aws_iam_config` Block for details.", + 'awsIamConfig', + 'Identity and Access Management (IAM) settings. See `aws_iam_config` Block for details.', () => appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig.ts index b199d9360..6c0088a0e 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig { // Signing Amazon Web Services Region for IAM authorization. @@ -18,16 +18,16 @@ export function appsync_DataSourceHttpConfigAuthorizationConfigAwsIamConfig_GetT return [ new DynamicUIProps( InputType.String, - "signingRegion", - "Signing Amazon Web Services Region for IAM authorization.", + 'signingRegion', + 'Signing Amazon Web Services Region for IAM authorization.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "signingServiceName", - "Signing service name for IAM authorization.", + 'signingServiceName', + 'Signing service name for IAM authorization.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceLambdaConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceLambdaConfig.ts index 3f206a6ab..9255647c7 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceLambdaConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceLambdaConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceLambdaConfig { // ARN for the Lambda function. @@ -15,8 +15,8 @@ export function appsync_DataSourceLambdaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "functionArn", - "ARN for the Lambda function.", + 'functionArn', + 'ARN for the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceOpensearchserviceConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceOpensearchserviceConfig.ts index 69b092af2..c19b90072 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceOpensearchserviceConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceOpensearchserviceConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceOpensearchserviceConfig { // HTTP endpoint of the OpenSearch domain. @@ -18,16 +18,16 @@ export function appsync_DataSourceOpensearchserviceConfig_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "region", - "AWS region of the OpenSearch domain. Defaults to current region.", + 'region', + 'AWS region of the OpenSearch domain. Defaults to current region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "HTTP endpoint of the OpenSearch domain.", + 'endpoint', + 'HTTP endpoint of the OpenSearch domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfig.ts index 53284a337..831ad639a 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig, appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig_GetTypes, -} from "./appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig"; +} from './appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig'; export interface appsync_DataSourceRelationalDatabaseConfig { // Amazon RDS HTTP endpoint configuration. See `http_endpoint_config` Block for details. @@ -22,8 +22,8 @@ export function appsync_DataSourceRelationalDatabaseConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "httpEndpointConfig", - "Amazon RDS HTTP endpoint configuration. See `http_endpoint_config` Block for details.", + 'httpEndpointConfig', + 'Amazon RDS HTTP endpoint configuration. See `http_endpoint_config` Block for details.', () => appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig_GetTypes(), false, @@ -31,8 +31,8 @@ export function appsync_DataSourceRelationalDatabaseConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "sourceType", - "Source type for the relational database. Valid values: `RDS_HTTP_ENDPOINT`.", + 'sourceType', + 'Source type for the relational database. Valid values: `RDS_HTTP_ENDPOINT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig.ts b/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig.ts index f5cf85d73..16396d93a 100644 --- a/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig { // AWS secret store ARN for database credentials. @@ -27,40 +27,40 @@ export function appsync_DataSourceRelationalDatabaseConfigHttpEndpointConfig_Get return [ new DynamicUIProps( InputType.String, - "awsSecretStoreArn", - "AWS secret store ARN for database credentials.", + 'awsSecretStoreArn', + 'AWS secret store ARN for database credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Logical database name.", + 'databaseName', + 'Logical database name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dbClusterIdentifier", - "Amazon RDS cluster identifier.", + 'dbClusterIdentifier', + 'Amazon RDS cluster identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS Region for RDS HTTP endpoint. Defaults to current region.", + 'region', + 'AWS Region for RDS HTTP endpoint. Defaults to current region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schema", - "Logical schema name.", + 'schema', + 'Logical schema name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_FunctionRuntime.ts b/src/app/Models/codegen/aws/types/appsync_FunctionRuntime.ts index 824be8ade..9acebf229 100644 --- a/src/app/Models/codegen/aws/types/appsync_FunctionRuntime.ts +++ b/src/app/Models/codegen/aws/types/appsync_FunctionRuntime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_FunctionRuntime { // The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`. @@ -18,16 +18,16 @@ export function appsync_FunctionRuntime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.", + 'name', + 'The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "runtimeVersion", - "The version of the runtime to use. Currently, the only allowed version is `1.0.0`.", + 'runtimeVersion', + 'The version of the runtime to use. Currently, the only allowed version is `1.0.0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfig.ts b/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfig.ts index 75a5b951e..bbfb4083a 100644 --- a/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_FunctionSyncConfigLambdaConflictHandlerConfig, appsync_FunctionSyncConfigLambdaConflictHandlerConfig_GetTypes, -} from "./appsync_FunctionSyncConfigLambdaConflictHandlerConfig"; +} from './appsync_FunctionSyncConfigLambdaConflictHandlerConfig'; export interface appsync_FunctionSyncConfig { // Conflict Resolution strategy to perform in the event of a conflict. Valid values are `NONE`, `OPTIMISTIC_CONCURRENCY`, `AUTOMERGE`, and `LAMBDA`. @@ -25,24 +25,24 @@ export function appsync_FunctionSyncConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "conflictDetection", - "Conflict Detection strategy to use. Valid values are `NONE` and `VERSION`.", + 'conflictDetection', + 'Conflict Detection strategy to use. Valid values are `NONE` and `VERSION`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "conflictHandler", - "Conflict Resolution strategy to perform in the event of a conflict. Valid values are `NONE`, `OPTIMISTIC_CONCURRENCY`, `AUTOMERGE`, and `LAMBDA`.", + 'conflictHandler', + 'Conflict Resolution strategy to perform in the event of a conflict. Valid values are `NONE`, `OPTIMISTIC_CONCURRENCY`, `AUTOMERGE`, and `LAMBDA`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lambdaConflictHandlerConfig", - "Lambda Conflict Handler Config when configuring `LAMBDA` as the Conflict Handler. See `lambda_conflict_handler_config` Block for details.", + 'lambdaConflictHandlerConfig', + 'Lambda Conflict Handler Config when configuring `LAMBDA` as the Conflict Handler. See `lambda_conflict_handler_config` Block for details.', () => appsync_FunctionSyncConfigLambdaConflictHandlerConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfigLambdaConflictHandlerConfig.ts b/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfigLambdaConflictHandlerConfig.ts index 5635f1ae6..79413f316 100644 --- a/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfigLambdaConflictHandlerConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_FunctionSyncConfigLambdaConflictHandlerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_FunctionSyncConfigLambdaConflictHandlerConfig { // ARN for the Lambda function to use as the Conflict Handler. @@ -15,8 +15,8 @@ export function appsync_FunctionSyncConfigLambdaConflictHandlerConfig_GetTypes() return [ new DynamicUIProps( InputType.String, - "lambdaConflictHandlerArn", - "ARN for the Lambda function to use as the Conflict Handler.", + 'lambdaConflictHandlerArn', + 'ARN for the Lambda function to use as the Conflict Handler.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProvider.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProvider.ts index 947d4a546..1ed43a2d2 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProvider.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProvider.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig, appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig_GetTypes, -} from "./appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig"; +} from './appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig'; import { appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig, appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig_GetTypes, -} from "./appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig"; +} from './appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig'; import { appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig, appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig_GetTypes, -} from "./appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig"; +} from './appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig'; export interface appsync_GraphQLApiAdditionalAuthenticationProvider { // Authentication type. Valid values: `API_KEY`, `AWS_IAM`, `AMAZON_COGNITO_USER_POOLS`, `OPENID_CONNECT`, `AWS_LAMBDA` @@ -36,8 +36,8 @@ export function appsync_GraphQLApiAdditionalAuthenticationProvider_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "userPoolConfig", - "Amazon Cognito User Pool configuration. See `user_pool_config` Block for details.", + 'userPoolConfig', + 'Amazon Cognito User Pool configuration. See `user_pool_config` Block for details.', () => appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig_GetTypes(), false, @@ -45,16 +45,16 @@ export function appsync_GraphQLApiAdditionalAuthenticationProvider_GetTypes(): D ), new DynamicUIProps( InputType.String, - "authenticationType", - "Authentication type. Valid values: `API_KEY`, `AWS_IAM`, `AMAZON_COGNITO_USER_POOLS`, `OPENID_CONNECT`, `AWS_LAMBDA`", + 'authenticationType', + 'Authentication type. Valid values: `API_KEY`, `AWS_IAM`, `AMAZON_COGNITO_USER_POOLS`, `OPENID_CONNECT`, `AWS_LAMBDA`', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "lambdaAuthorizerConfig", - "Nested argument containing Lambda authorizer configuration. See `lambda_authorizer_config` Block for details.", + 'lambdaAuthorizerConfig', + 'Nested argument containing Lambda authorizer configuration. See `lambda_authorizer_config` Block for details.', () => appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig_GetTypes(), false, @@ -62,8 +62,8 @@ export function appsync_GraphQLApiAdditionalAuthenticationProvider_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "openidConnectConfig", - "Nested argument containing OpenID Connect configuration. See `openid_connect_config` Block for details.", + 'openidConnectConfig', + 'Nested argument containing OpenID Connect configuration. See `openid_connect_config` Block for details.', () => appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig.ts index abb3b3351..4c76a7f0c 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthorizerConfig { // Number of seconds a response should be cached for. The default is 5 minutes (300 seconds). The Lambda function can override this by returning a `ttlOverride` key in its response. A value of 0 disables caching of responses. Minimum value of 0. Maximum value of 3600. @@ -21,24 +21,24 @@ export function appsync_GraphQLApiAdditionalAuthenticationProviderLambdaAuthoriz return [ new DynamicUIProps( InputType.Number, - "authorizerResultTtlInSeconds", - "Number of seconds a response should be cached for. The default is 5 minutes (300 seconds). The Lambda function can override this by returning a `ttlOverride` key in its response. A value of 0 disables caching of responses. Minimum value of 0. Maximum value of 3600.", + 'authorizerResultTtlInSeconds', + 'Number of seconds a response should be cached for. The default is 5 minutes (300 seconds). The Lambda function can override this by returning a `ttlOverride` key in its response. A value of 0 disables caching of responses. Minimum value of 0. Maximum value of 3600.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizerUri", - "ARN of the Lambda function to be called for authorization. Note: This Lambda function must have a resource-based policy assigned to it, to allow `lambda:InvokeFunction` from service principal `appsync.amazonaws.com`.", + 'authorizerUri', + 'ARN of the Lambda function to be called for authorization. Note: This Lambda function must have a resource-based policy assigned to it, to allow `lambda:InvokeFunction` from service principal `appsync.amazonaws.com`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identityValidationExpression", - "Regular expression for validation of tokens before the Lambda function is called.", + 'identityValidationExpression', + 'Regular expression for validation of tokens before the Lambda function is called.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig.ts index 71935bb19..3b0e92e66 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig { // Number of milliseconds a token is valid after being authenticated. @@ -24,32 +24,32 @@ export function appsync_GraphQLApiAdditionalAuthenticationProviderOpenidConnectC return [ new DynamicUIProps( InputType.Number, - "authTtl", - "Number of milliseconds a token is valid after being authenticated.", + 'authTtl', + 'Number of milliseconds a token is valid after being authenticated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "Client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.", + 'clientId', + 'Client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iatTtl", - "Number of milliseconds a token is valid after being issued to a user.", + 'iatTtl', + 'Number of milliseconds a token is valid after being issued to a user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.", + 'issuer', + 'Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig.ts index 4661a7a0e..b72182268 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig { // Regular expression for validating the incoming Amazon Cognito User Pool app client ID. @@ -21,24 +21,24 @@ export function appsync_GraphQLApiAdditionalAuthenticationProviderUserPoolConfig return [ new DynamicUIProps( InputType.String, - "awsRegion", - "AWS region in which the user pool was created.", + 'awsRegion', + 'AWS region in which the user pool was created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "User pool ID.", + 'userPoolId', + 'User pool ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "appIdClientRegex", - "Regular expression for validating the incoming Amazon Cognito User Pool app client ID.", + 'appIdClientRegex', + 'Regular expression for validating the incoming Amazon Cognito User Pool app client ID.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiEnhancedMetricsConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiEnhancedMetricsConfig.ts index 3cba12cf4..85d137af7 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiEnhancedMetricsConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiEnhancedMetricsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiEnhancedMetricsConfig { // How data source metrics will be emitted to CloudWatch. Valid values: `FULL_REQUEST_DATA_SOURCE_METRICS`, `PER_DATA_SOURCE_METRICS` @@ -21,24 +21,24 @@ export function appsync_GraphQLApiEnhancedMetricsConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "resolverLevelMetricsBehavior", - "How resolver metrics will be emitted to CloudWatch. Valid values: `FULL_REQUEST_RESOLVER_METRICS`, `PER_RESOLVER_METRICS`", + 'resolverLevelMetricsBehavior', + 'How resolver metrics will be emitted to CloudWatch. Valid values: `FULL_REQUEST_RESOLVER_METRICS`, `PER_RESOLVER_METRICS`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataSourceLevelMetricsBehavior", - "How data source metrics will be emitted to CloudWatch. Valid values: `FULL_REQUEST_DATA_SOURCE_METRICS`, `PER_DATA_SOURCE_METRICS`", + 'dataSourceLevelMetricsBehavior', + 'How data source metrics will be emitted to CloudWatch. Valid values: `FULL_REQUEST_DATA_SOURCE_METRICS`, `PER_DATA_SOURCE_METRICS`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "operationLevelMetricsConfig", - "How operation metrics will be emitted to CloudWatch. Valid values: `ENABLED`, `DISABLED`", + 'operationLevelMetricsConfig', + 'How operation metrics will be emitted to CloudWatch. Valid values: `ENABLED`, `DISABLED`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiLambdaAuthorizerConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiLambdaAuthorizerConfig.ts index 72bf12061..4e9999ba0 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiLambdaAuthorizerConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiLambdaAuthorizerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiLambdaAuthorizerConfig { // ARN of the Lambda function to be called for authorization. Note: This Lambda function must have a resource-based policy assigned to it, to allow `lambda:InvokeFunction` from service principal `appsync.amazonaws.com`. @@ -21,24 +21,24 @@ export function appsync_GraphQLApiLambdaAuthorizerConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "authorizerUri", - "ARN of the Lambda function to be called for authorization. Note: This Lambda function must have a resource-based policy assigned to it, to allow `lambda:InvokeFunction` from service principal `appsync.amazonaws.com`.", + 'authorizerUri', + 'ARN of the Lambda function to be called for authorization. Note: This Lambda function must have a resource-based policy assigned to it, to allow `lambda:InvokeFunction` from service principal `appsync.amazonaws.com`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identityValidationExpression", - "Regular expression for validation of tokens before the Lambda function is called.", + 'identityValidationExpression', + 'Regular expression for validation of tokens before the Lambda function is called.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "authorizerResultTtlInSeconds", - "Number of seconds a response should be cached for. The default is 5 minutes (300 seconds). The Lambda function can override this by returning a `ttlOverride` key in its response. A value of 0 disables caching of responses. Minimum value of 0. Maximum value of 3600.", + 'authorizerResultTtlInSeconds', + 'Number of seconds a response should be cached for. The default is 5 minutes (300 seconds). The Lambda function can override this by returning a `ttlOverride` key in its response. A value of 0 disables caching of responses. Minimum value of 0. Maximum value of 3600.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiLogConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiLogConfig.ts index 7bd70b640..1d9e539f8 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiLogConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiLogConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiLogConfig { // Amazon Resource Name of the service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account. @@ -21,24 +21,24 @@ export function appsync_GraphQLApiLogConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cloudwatchLogsRoleArn", - "Amazon Resource Name of the service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.", + 'cloudwatchLogsRoleArn', + 'Amazon Resource Name of the service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "excludeVerboseContent", - "Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level. Valid values: `true`, `false`. Default value: `false`", + 'excludeVerboseContent', + 'Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level. Valid values: `true`, `false`. Default value: `false`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fieldLogLevel", - "Field logging level. Valid values: `ALL`, `ERROR`, `NONE`.", + 'fieldLogLevel', + 'Field logging level. Valid values: `ALL`, `ERROR`, `NONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiOpenidConnectConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiOpenidConnectConfig.ts index fa29501d8..4eeb19331 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiOpenidConnectConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiOpenidConnectConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiOpenidConnectConfig { // Number of milliseconds a token is valid after being authenticated. @@ -24,32 +24,32 @@ export function appsync_GraphQLApiOpenidConnectConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "iatTtl", - "Number of milliseconds a token is valid after being issued to a user.", + 'iatTtl', + 'Number of milliseconds a token is valid after being issued to a user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.", + 'issuer', + 'Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "authTtl", - "Number of milliseconds a token is valid after being authenticated.", + 'authTtl', + 'Number of milliseconds a token is valid after being authenticated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "Client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.", + 'clientId', + 'Client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_GraphQLApiUserPoolConfig.ts b/src/app/Models/codegen/aws/types/appsync_GraphQLApiUserPoolConfig.ts index 125b10a38..911b8a08e 100644 --- a/src/app/Models/codegen/aws/types/appsync_GraphQLApiUserPoolConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_GraphQLApiUserPoolConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_GraphQLApiUserPoolConfig { // Regular expression for validating the incoming Amazon Cognito User Pool app client ID. @@ -24,23 +24,23 @@ export function appsync_GraphQLApiUserPoolConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "appIdClientRegex", - "Regular expression for validating the incoming Amazon Cognito User Pool app client ID.", + 'appIdClientRegex', + 'Regular expression for validating the incoming Amazon Cognito User Pool app client ID.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsRegion", - "AWS region in which the user pool was created.", + 'awsRegion', + 'AWS region in which the user pool was created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultAction", + 'defaultAction', "Action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration. Valid: `ALLOW` and `DENY`", () => [], true, @@ -48,8 +48,8 @@ export function appsync_GraphQLApiUserPoolConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "userPoolId", - "User pool ID.", + 'userPoolId', + 'User pool ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_ResolverCachingConfig.ts b/src/app/Models/codegen/aws/types/appsync_ResolverCachingConfig.ts index c7406105e..1fed8acba 100644 --- a/src/app/Models/codegen/aws/types/appsync_ResolverCachingConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_ResolverCachingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_ResolverCachingConfig { // The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps. @@ -18,16 +18,16 @@ export function appsync_ResolverCachingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "cachingKeys", - "The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.", + 'cachingKeys', + 'The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "ttl", - "The TTL in seconds for a resolver that has caching activated. Valid values are between `1` and `3600` seconds.", + 'ttl', + 'The TTL in seconds for a resolver that has caching activated. Valid values are between `1` and `3600` seconds.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_ResolverPipelineConfig.ts b/src/app/Models/codegen/aws/types/appsync_ResolverPipelineConfig.ts index d000d8ec8..042746b27 100644 --- a/src/app/Models/codegen/aws/types/appsync_ResolverPipelineConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_ResolverPipelineConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_ResolverPipelineConfig { // A list of Function objects. @@ -15,8 +15,8 @@ export function appsync_ResolverPipelineConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "functions", - "A list of Function objects.", + 'functions', + 'A list of Function objects.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_ResolverRuntime.ts b/src/app/Models/codegen/aws/types/appsync_ResolverRuntime.ts index bd91248c1..dcb6bb379 100644 --- a/src/app/Models/codegen/aws/types/appsync_ResolverRuntime.ts +++ b/src/app/Models/codegen/aws/types/appsync_ResolverRuntime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_ResolverRuntime { // The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`. @@ -18,16 +18,16 @@ export function appsync_ResolverRuntime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "runtimeVersion", - "The version of the runtime to use. Currently, the only allowed version is `1.0.0`.", + 'runtimeVersion', + 'The version of the runtime to use. Currently, the only allowed version is `1.0.0`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.", + 'name', + 'The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfig.ts b/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfig.ts index 87a687afc..2ae7b1341 100644 --- a/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appsync_ResolverSyncConfigLambdaConflictHandlerConfig, appsync_ResolverSyncConfigLambdaConflictHandlerConfig_GetTypes, -} from "./appsync_ResolverSyncConfigLambdaConflictHandlerConfig"; +} from './appsync_ResolverSyncConfigLambdaConflictHandlerConfig'; export interface appsync_ResolverSyncConfig { // Lambda Conflict Handler Config when configuring `LAMBDA` as the Conflict Handler. See Lambda Conflict Handler Config. @@ -25,24 +25,24 @@ export function appsync_ResolverSyncConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "lambdaConflictHandlerConfig", - "Lambda Conflict Handler Config when configuring `LAMBDA` as the Conflict Handler. See Lambda Conflict Handler Config.", + 'lambdaConflictHandlerConfig', + 'Lambda Conflict Handler Config when configuring `LAMBDA` as the Conflict Handler. See Lambda Conflict Handler Config.', () => appsync_ResolverSyncConfigLambdaConflictHandlerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "conflictDetection", - "Conflict Detection strategy to use. Valid values are `NONE` and `VERSION`.", + 'conflictDetection', + 'Conflict Detection strategy to use. Valid values are `NONE` and `VERSION`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "conflictHandler", - "Conflict Resolution strategy to perform in the event of a conflict. Valid values are `NONE`, `OPTIMISTIC_CONCURRENCY`, `AUTOMERGE`, and `LAMBDA`.", + 'conflictHandler', + 'Conflict Resolution strategy to perform in the event of a conflict. Valid values are `NONE`, `OPTIMISTIC_CONCURRENCY`, `AUTOMERGE`, and `LAMBDA`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfigLambdaConflictHandlerConfig.ts b/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfigLambdaConflictHandlerConfig.ts index d5153be0a..86f03dbd9 100644 --- a/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfigLambdaConflictHandlerConfig.ts +++ b/src/app/Models/codegen/aws/types/appsync_ResolverSyncConfigLambdaConflictHandlerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface appsync_ResolverSyncConfigLambdaConflictHandlerConfig { // ARN for the Lambda function to use as the Conflict Handler. @@ -15,8 +15,8 @@ export function appsync_ResolverSyncConfigLambdaConflictHandlerConfig_GetTypes() return [ new DynamicUIProps( InputType.String, - "lambdaConflictHandlerArn", - "ARN for the Lambda function to use as the Conflict Handler.", + 'lambdaConflictHandlerArn', + 'ARN for the Lambda function to use as the Conflict Handler.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/athena_DatabaseAclConfiguration.ts b/src/app/Models/codegen/aws/types/athena_DatabaseAclConfiguration.ts index c7dab98ff..ad1ba2f7f 100644 --- a/src/app/Models/codegen/aws/types/athena_DatabaseAclConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_DatabaseAclConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface athena_DatabaseAclConfiguration { /* @@ -19,8 +19,8 @@ export function athena_DatabaseAclConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "s3AclOption", - "Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`.\n\n> **NOTE:** When Athena queries are executed, result files may be created in the specified bucket. Consider using `force_destroy` on the bucket too in order to avoid any problems when destroying the bucket.", + 's3AclOption', + 'Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`.\n\n> **NOTE:** When Athena queries are executed, result files may be created in the specified bucket. Consider using `force_destroy` on the bucket too in order to avoid any problems when destroying the bucket.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/athena_DatabaseEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/athena_DatabaseEncryptionConfiguration.ts index ba408b2e7..a938ec714 100644 --- a/src/app/Models/codegen/aws/types/athena_DatabaseEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_DatabaseEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface athena_DatabaseEncryptionConfiguration { // Type of key; one of `SSE_S3`, `SSE_KMS`, `CSE_KMS` @@ -18,16 +18,16 @@ export function athena_DatabaseEncryptionConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "encryptionOption", - "Type of key; one of `SSE_S3`, `SSE_KMS`, `CSE_KMS`", + 'encryptionOption', + 'Type of key; one of `SSE_S3`, `SSE_KMS`, `CSE_KMS`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKey", - "KMS key ARN or ID; required for key types `SSE_KMS` and `CSE_KMS`.", + 'kmsKey', + 'KMS key ARN or ID; required for key types `SSE_KMS` and `CSE_KMS`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/athena_WorkgroupConfiguration.ts b/src/app/Models/codegen/aws/types/athena_WorkgroupConfiguration.ts index d9f885e4b..eeb8f7517 100644 --- a/src/app/Models/codegen/aws/types/athena_WorkgroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_WorkgroupConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { athena_WorkgroupConfigurationEngineVersion, athena_WorkgroupConfigurationEngineVersion_GetTypes, -} from "./athena_WorkgroupConfigurationEngineVersion"; +} from './athena_WorkgroupConfigurationEngineVersion'; import { athena_WorkgroupConfigurationResultConfiguration, athena_WorkgroupConfigurationResultConfiguration_GetTypes, -} from "./athena_WorkgroupConfigurationResultConfiguration"; +} from './athena_WorkgroupConfigurationResultConfiguration'; export interface athena_WorkgroupConfiguration { // Integer for the upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. Must be at least `10485760`. @@ -41,15 +41,15 @@ export function athena_WorkgroupConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "engineVersion", - "Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). See Engine Version below.", + 'engineVersion', + 'Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). See Engine Version below.', () => athena_WorkgroupConfigurationEngineVersion_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "executionRole", + 'executionRole', "Role used in a notebook session for accessing the user's resources.", () => [], false, @@ -57,40 +57,40 @@ export function athena_WorkgroupConfiguration_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "publishCloudwatchMetricsEnabled", - "Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to `true`.", + 'publishCloudwatchMetricsEnabled', + 'Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requesterPaysEnabled", - "If set to true , allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to false , workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is false . For more information about Requester Pays buckets, see [Requester Pays Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) in the Amazon Simple Storage Service Developer Guide.", + 'requesterPaysEnabled', + 'If set to true , allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to false , workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is false . For more information about Requester Pays buckets, see [Requester Pays Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) in the Amazon Simple Storage Service Developer Guide.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "resultConfiguration", - "Configuration block with result settings. See Result Configuration below.", + 'resultConfiguration', + 'Configuration block with result settings. See Result Configuration below.', () => athena_WorkgroupConfigurationResultConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "bytesScannedCutoffPerQuery", - "Integer for the upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. Must be at least `10485760`.", + 'bytesScannedCutoffPerQuery', + 'Integer for the upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. Must be at least `10485760`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enforceWorkgroupConfiguration", - "Boolean whether the settings for the workgroup override client-side settings. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html). Defaults to `true`.", + 'enforceWorkgroupConfiguration', + 'Boolean whether the settings for the workgroup override client-side settings. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html). Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationEngineVersion.ts b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationEngineVersion.ts index c69082e6b..059064c0f 100644 --- a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationEngineVersion.ts +++ b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationEngineVersion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface athena_WorkgroupConfigurationEngineVersion { // The engine version on which the query runs. If `selected_engine_version` is set to `AUTO`, the effective engine version is chosen by Athena. @@ -18,16 +18,16 @@ export function athena_WorkgroupConfigurationEngineVersion_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "effectiveEngineVersion", - "The engine version on which the query runs. If `selected_engine_version` is set to `AUTO`, the effective engine version is chosen by Athena.", + 'effectiveEngineVersion', + 'The engine version on which the query runs. If `selected_engine_version` is set to `AUTO`, the effective engine version is chosen by Athena.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "selectedEngineVersion", - "Requested engine version. Defaults to `AUTO`.", + 'selectedEngineVersion', + 'Requested engine version. Defaults to `AUTO`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfiguration.ts b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfiguration.ts index b95947c1f..f513aa2e5 100644 --- a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { athena_WorkgroupConfigurationResultConfigurationAclConfiguration, athena_WorkgroupConfigurationResultConfigurationAclConfiguration_GetTypes, -} from "./athena_WorkgroupConfigurationResultConfigurationAclConfiguration"; +} from './athena_WorkgroupConfigurationResultConfigurationAclConfiguration'; import { athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration, athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration_GetTypes, -} from "./athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration"; +} from './athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration'; export interface athena_WorkgroupConfigurationResultConfiguration { // That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below. @@ -32,8 +32,8 @@ export function athena_WorkgroupConfigurationResultConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "aclConfiguration", - "That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.", + 'aclConfiguration', + 'That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.', () => athena_WorkgroupConfigurationResultConfigurationAclConfiguration_GetTypes(), false, @@ -41,8 +41,8 @@ export function athena_WorkgroupConfigurationResultConfiguration_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Configuration block with encryption settings. See Encryption Configuration below.", + 'encryptionConfiguration', + 'Configuration block with encryption settings. See Encryption Configuration below.', () => athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration_GetTypes(), false, @@ -50,16 +50,16 @@ export function athena_WorkgroupConfigurationResultConfiguration_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "expectedBucketOwner", - "AWS account ID that you expect to be the owner of the Amazon S3 bucket.", + 'expectedBucketOwner', + 'AWS account ID that you expect to be the owner of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputLocation", - "Location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/`. For more information, see [Queries and Query Result Files](https://docs.aws.amazon.com/athena/latest/ug/querying.html).", + 'outputLocation', + 'Location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/`. For more information, see [Queries and Query Result Files](https://docs.aws.amazon.com/athena/latest/ug/querying.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationAclConfiguration.ts b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationAclConfiguration.ts index 4d64e195a..18cd7de30 100644 --- a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationAclConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationAclConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface athena_WorkgroupConfigurationResultConfigurationAclConfiguration { // Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`. @@ -15,8 +15,8 @@ export function athena_WorkgroupConfigurationResultConfigurationAclConfiguration return [ new DynamicUIProps( InputType.String, - "s3AclOption", - "Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`.", + 's3AclOption', + 'Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration.ts index e95b78e20..f3f0b03b2 100644 --- a/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface athena_WorkgroupConfigurationResultConfigurationEncryptionConfiguration { // Whether Amazon S3 server-side encryption with Amazon S3-managed keys (`SSE_S3`), server-side encryption with KMS-managed keys (`SSE_KMS`), or client-side encryption with KMS-managed keys (`CSE_KMS`) is used. If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. @@ -18,7 +18,7 @@ export function athena_WorkgroupConfigurationResultConfigurationEncryptionConfig return [ new DynamicUIProps( InputType.String, - "encryptionOption", + 'encryptionOption', "Whether Amazon S3 server-side encryption with Amazon S3-managed keys (`SSE_S3`), server-side encryption with KMS-managed keys (`SSE_KMS`), or client-side encryption with KMS-managed keys (`CSE_KMS`) is used. If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.", () => [], false, @@ -26,8 +26,8 @@ export function athena_WorkgroupConfigurationResultConfigurationEncryptionConfig ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "For `SSE_KMS` and `CSE_KMS`, this is the KMS key ARN.", + 'kmsKeyArn', + 'For `SSE_KMS` and `CSE_KMS`, this is the KMS key ARN.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentAssessmentReportsDestination.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentAssessmentReportsDestination.ts index 78c7cb47f..aa0da08fb 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentAssessmentReportsDestination.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentAssessmentReportsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_AssessmentAssessmentReportsDestination { // Destination of the assessment report. This value be in the form `s3://{bucket_name}`. @@ -18,16 +18,16 @@ export function auditmanager_AssessmentAssessmentReportsDestination_GetTypes(): return [ new DynamicUIProps( InputType.String, - "destination", - "Destination of the assessment report. This value be in the form `s3://{bucket_name}`.", + 'destination', + 'Destination of the assessment report. This value be in the form `s3://{bucket_name}`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationType", - "Destination type. Currently, `S3` is the only valid value.", + 'destinationType', + 'Destination type. Currently, `S3` is the only valid value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentRole.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentRole.ts index 381d46aa7..4a9996402 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentRole.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentRole.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_AssessmentRole { // Amazon Resource Name (ARN) of the IAM role. @@ -18,16 +18,16 @@ export function auditmanager_AssessmentRole_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM role.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleType", - "Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.", + 'roleType', + 'Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentRolesAll.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentRolesAll.ts index 5ba1b7e63..00a2908d8 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentRolesAll.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentRolesAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_AssessmentRolesAll { // Amazon Resource Name (ARN) of the IAM role. @@ -18,16 +18,16 @@ export function auditmanager_AssessmentRolesAll_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleType", - "Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.", + 'roleType', + 'Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of the IAM role.", + 'roleArn', + 'Amazon Resource Name (ARN) of the IAM role.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScope.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScope.ts index 539cd9cd0..5969c4049 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScope.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScope.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_AssessmentScopeAwsAccount, auditmanager_AssessmentScopeAwsAccount_GetTypes, -} from "./auditmanager_AssessmentScopeAwsAccount"; +} from './auditmanager_AssessmentScopeAwsAccount'; import { auditmanager_AssessmentScopeAwsService, auditmanager_AssessmentScopeAwsService_GetTypes, -} from "./auditmanager_AssessmentScopeAwsService"; +} from './auditmanager_AssessmentScopeAwsService'; export interface auditmanager_AssessmentScope { // Amazon Web Services accounts that are in scope for the assessment. See `aws_accounts` below. @@ -26,16 +26,16 @@ export function auditmanager_AssessmentScope_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "awsServices", - "Amazon Web Services services that are included in the scope of the assessment. See `aws_services` below.", + 'awsServices', + 'Amazon Web Services services that are included in the scope of the assessment. See `aws_services` below.', () => auditmanager_AssessmentScopeAwsService_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "awsAccounts", - "Amazon Web Services accounts that are in scope for the assessment. See `aws_accounts` below.", + 'awsAccounts', + 'Amazon Web Services accounts that are in scope for the assessment. See `aws_accounts` below.', () => auditmanager_AssessmentScopeAwsAccount_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsAccount.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsAccount.ts index c1d8b945a..67bc92cac 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsAccount.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_AssessmentScopeAwsAccount { // Identifier for the Amazon Web Services account. @@ -15,8 +15,8 @@ export function auditmanager_AssessmentScopeAwsAccount_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "Identifier for the Amazon Web Services account.", + 'id', + 'Identifier for the Amazon Web Services account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsService.ts b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsService.ts index 038a22c4a..726260250 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsService.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_AssessmentScopeAwsService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_AssessmentScopeAwsService { // Name of the Amazon Web Service. @@ -15,8 +15,8 @@ export function auditmanager_AssessmentScopeAwsService_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "serviceName", - "Name of the Amazon Web Service.", + 'serviceName', + 'Name of the Amazon Web Service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSource.ts b/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSource.ts index bd79f5c00..a00b0a30f 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSource.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_ControlControlMappingSourceSourceKeyword, auditmanager_ControlControlMappingSourceSourceKeyword_GetTypes, -} from "./auditmanager_ControlControlMappingSourceSourceKeyword"; +} from './auditmanager_ControlControlMappingSourceSourceKeyword'; export interface auditmanager_ControlControlMappingSource { /* @@ -44,64 +44,64 @@ export function auditmanager_ControlControlMappingSource_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "sourceType", - "Type of data source for evidence collection. If `source_set_up_option` is manual, the only valid value is `MANUAL`. If `source_set_up_option` is automated, valid values are `AWS_Cloudtrail`, `AWS_Config`, `AWS_Security_Hub`, or `AWS_API_Call`.\n\nThe following arguments are optional:", + 'sourceType', + 'Type of data source for evidence collection. If `source_set_up_option` is manual, the only valid value is `MANUAL`. If `source_set_up_option` is automated, valid values are `AWS_Cloudtrail`, `AWS_Config`, `AWS_Security_Hub`, or `AWS_API_Call`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "troubleshootingText", - "Instructions for troubleshooting the control.", + 'troubleshootingText', + 'Instructions for troubleshooting the control.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceDescription", - "Description of the source.", + 'sourceDescription', + 'Description of the source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceFrequency", - "Frequency of evidence collection. Valid values are `DAILY`, `WEEKLY`, or `MONTHLY`.", + 'sourceFrequency', + 'Frequency of evidence collection. Valid values are `DAILY`, `WEEKLY`, or `MONTHLY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceId", - "", + 'sourceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sourceKeyword", - "The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. See `source_keyword` below.", + 'sourceKeyword', + 'The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. See `source_keyword` below.', () => auditmanager_ControlControlMappingSourceSourceKeyword_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "Name of the source.", + 'sourceName', + 'Name of the source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceSetUpOption", - "The setup option for the data source. This option reflects if the evidence collection is automated or manual. Valid values are `System_Controls_Mapping` (automated) and `Procedural_Controls_Mapping` (manual).", + 'sourceSetUpOption', + 'The setup option for the data source. This option reflects if the evidence collection is automated or manual. Valid values are `System_Controls_Mapping` (automated) and `Procedural_Controls_Mapping` (manual).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSourceSourceKeyword.ts b/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSourceSourceKeyword.ts index 26475e0b0..876cecc9b 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSourceSourceKeyword.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_ControlControlMappingSourceSourceKeyword.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_ControlControlMappingSourceSourceKeyword { // Input method for the keyword. Valid values are `INPUT_TEXT`, `SELECT_FROM_LIST`, or `UPLOAD_FILE`. @@ -18,15 +18,15 @@ export function auditmanager_ControlControlMappingSourceSourceKeyword_GetTypes() return [ new DynamicUIProps( InputType.String, - "keywordInputType", - "Input method for the keyword. Valid values are `INPUT_TEXT`, `SELECT_FROM_LIST`, or `UPLOAD_FILE`.", + 'keywordInputType', + 'Input method for the keyword. Valid values are `INPUT_TEXT`, `SELECT_FROM_LIST`, or `UPLOAD_FILE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keywordValue", + 'keywordValue', "The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. See the [Audit Manager supported control data sources documentation](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources.html) for more information.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSet.ts b/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSet.ts index e1e8895e5..140b941dc 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSet.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSet.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_FrameworkControlSetControl, auditmanager_FrameworkControlSetControl_GetTypes, -} from "./auditmanager_FrameworkControlSetControl"; +} from './auditmanager_FrameworkControlSetControl'; export interface auditmanager_FrameworkControlSet { // Configuration block(s) for the controls within the control set. See `controls` Block below for details. @@ -25,24 +25,24 @@ export function auditmanager_FrameworkControlSet_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "controls", - "Configuration block(s) for the controls within the control set. See `controls` Block below for details.", + 'controls', + 'Configuration block(s) for the controls within the control set. See `controls` Block below for details.', () => auditmanager_FrameworkControlSetControl_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the framework.", + 'id', + 'Unique identifier for the framework.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the control set.", + 'name', + 'Name of the control set.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSetControl.ts b/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSetControl.ts index 7780f5c40..f8fbb9fb3 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSetControl.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_FrameworkControlSetControl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_FrameworkControlSetControl { // Unique identifier of the control. @@ -15,8 +15,8 @@ export function auditmanager_FrameworkControlSetControl_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "id", - "Unique identifier of the control.", + 'id', + 'Unique identifier of the control.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSource.ts b/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSource.ts index 2faeb59bd..a672ff88f 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSource.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_getControlControlMappingSourceSourceKeyword, auditmanager_getControlControlMappingSourceSourceKeyword_GetTypes, -} from "./auditmanager_getControlControlMappingSourceSourceKeyword"; +} from './auditmanager_getControlControlMappingSourceSourceKeyword'; export interface auditmanager_getControlControlMappingSource { // @@ -40,57 +40,57 @@ export function auditmanager_getControlControlMappingSource_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "sourceSetUpOption", - "", + 'sourceSetUpOption', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "", + 'sourceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "troubleshootingText", - "", + 'troubleshootingText', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceDescription", - "", + 'sourceDescription', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceFrequency", - "", + 'sourceFrequency', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "sourceId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'sourceId', '', () => [], true, false), new DynamicUIProps( InputType.Object, - "sourceKeyword", - "", + 'sourceKeyword', + '', () => auditmanager_getControlControlMappingSourceSourceKeyword_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "", + 'sourceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSourceSourceKeyword.ts b/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSourceSourceKeyword.ts index 9c411fc95..af1440d38 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSourceSourceKeyword.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_getControlControlMappingSourceSourceKeyword.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_getControlControlMappingSourceSourceKeyword { // @@ -18,16 +18,16 @@ export function auditmanager_getControlControlMappingSourceSourceKeyword_GetType return [ new DynamicUIProps( InputType.String, - "keywordValue", - "", + 'keywordValue', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keywordInputType", - "", + 'keywordInputType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSet.ts b/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSet.ts index d951b47e7..a346de5df 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSet.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSet.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { auditmanager_getFrameworkControlSetControl, auditmanager_getFrameworkControlSetControl_GetTypes, -} from "./auditmanager_getFrameworkControlSetControl"; +} from './auditmanager_getFrameworkControlSetControl'; export interface auditmanager_getFrameworkControlSet { // @@ -25,20 +25,20 @@ export function auditmanager_getFrameworkControlSet_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the framework.", + 'name', + 'Name of the framework.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "controls", - "", + 'controls', + '', () => auditmanager_getFrameworkControlSetControl_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSetControl.ts b/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSetControl.ts index 48062a0c0..0fe3bcc4e 100644 --- a/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSetControl.ts +++ b/src/app/Models/codegen/aws/types/auditmanager_getFrameworkControlSetControl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface auditmanager_getFrameworkControlSetControl { // @@ -13,6 +13,6 @@ export interface auditmanager_getFrameworkControlSetControl { export function auditmanager_getFrameworkControlSetControl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupInitialLifecycleHook.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupInitialLifecycleHook.ts index 44b94a9cf..f6cc632ae 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupInitialLifecycleHook.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupInitialLifecycleHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupInitialLifecycleHook { // Name of the Auto Scaling Group. By default generated by Pulumi. Conflicts with `name_prefix`. @@ -33,49 +33,49 @@ export function autoscaling_GroupInitialLifecycleHook_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Auto Scaling Group. By default generated by Pulumi. Conflicts with `name_prefix`.", + 'name', + 'Name of the Auto Scaling Group. By default generated by Pulumi. Conflicts with `name_prefix`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "notificationMetadata", - "", + 'notificationMetadata', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationTargetArn", - "", + 'notificationTargetArn', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "roleArn", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'roleArn', '', () => [], false, true), new DynamicUIProps( InputType.String, - "defaultResult", - "", + 'defaultResult', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "heartbeatTimeout", - "", + 'heartbeatTimeout', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lifecycleTransition", - "", + 'lifecycleTransition', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceMaintenancePolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceMaintenancePolicy.ts index 327a51ac2..cdd25b316 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceMaintenancePolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceMaintenancePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupInstanceMaintenancePolicy { // Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity. @@ -18,16 +18,16 @@ export function autoscaling_GroupInstanceMaintenancePolicy_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "maxHealthyPercentage", - "Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.", + 'maxHealthyPercentage', + 'Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minHealthyPercentage", - "Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.", + 'minHealthyPercentage', + 'Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefresh.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefresh.ts index d464d7d42..51a086fd8 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefresh.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefresh.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupInstanceRefreshPreferences, autoscaling_GroupInstanceRefreshPreferences_GetTypes, -} from "./autoscaling_GroupInstanceRefreshPreferences"; +} from './autoscaling_GroupInstanceRefreshPreferences'; export interface autoscaling_GroupInstanceRefresh { // Override default parameters for Instance Refresh. @@ -35,23 +35,23 @@ export function autoscaling_GroupInstanceRefresh_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "preferences", - "Override default parameters for Instance Refresh.", + 'preferences', + 'Override default parameters for Instance Refresh.', () => autoscaling_GroupInstanceRefreshPreferences_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "strategy", - "Strategy to use for instance refresh. The only allowed value is `Rolling`. See [StartInstanceRefresh Action](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_StartInstanceRefresh.html#API_StartInstanceRefresh_RequestParameters) for more information.", + 'strategy', + 'Strategy to use for instance refresh. The only allowed value is `Rolling`. See [StartInstanceRefresh Action](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_StartInstanceRefresh.html#API_StartInstanceRefresh_RequestParameters) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "triggers", + 'triggers', 'Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of `launch_configuration`, `launch_template`, or `mixed_instances_policy`.\n\n> **NOTE:** A refresh is started when any of the following Auto Scaling Group properties change: `launch_configuration`, `launch_template`, `mixed_instances_policy`. Additional properties can be specified in the `triggers` property of `instance_refresh`.\n\n> **NOTE:** A refresh will not start when `version = "$Latest"` is configured in the `launch_template` block. To trigger the instance refresh when a launch template is changed, configure `version` to use the `latest_version` attribute of the `aws.ec2.LaunchTemplate` resource.\n\n> **NOTE:** Auto Scaling Groups support up to one active instance refresh at a time. When this resource is updated, any existing refresh is cancelled.\n\n> **NOTE:** Depending on health check settings and group size, an instance refresh may take a long time or fail. This resource does not wait for the instance refresh to complete.', () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferences.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferences.ts index 37d0bb314..6dafe8079 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferences.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferences.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification, autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification_GetTypes, -} from "./autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification"; +} from './autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification'; export interface autoscaling_GroupInstanceRefreshPreferences { // Number of seconds until a newly launched instance is configured and ready to use. Default behavior is to use the Auto Scaling Group's health check grace period. @@ -46,7 +46,7 @@ export function autoscaling_GroupInstanceRefreshPreferences_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "instanceWarmup", + 'instanceWarmup', "Number of seconds until a newly launched instance is configured and ready to use. Default behavior is to use the Auto Scaling Group's health check grace period.", () => [], false, @@ -54,40 +54,40 @@ export function autoscaling_GroupInstanceRefreshPreferences_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "maxHealthyPercentage", - "Amount of capacity in the Auto Scaling group that can be in service and healthy, or pending, to support your workload when an instance refresh is in place, as a percentage of the desired capacity of the Auto Scaling group. Values must be between `100` and `200`, defaults to `100`.", + 'maxHealthyPercentage', + 'Amount of capacity in the Auto Scaling group that can be in service and healthy, or pending, to support your workload when an instance refresh is in place, as a percentage of the desired capacity of the Auto Scaling group. Values must be between `100` and `200`, defaults to `100`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipMatching", - "Replace instances that already have your desired configuration. Defaults to `false`.", + 'skipMatching', + 'Replace instances that already have your desired configuration. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoRollback", - "Automatically rollback if instance refresh fails. Defaults to `false`. This option may only be set to `true` when specifying a `launch_template` or `mixed_instances_policy`.", + 'autoRollback', + 'Automatically rollback if instance refresh fails. Defaults to `false`. This option may only be set to `true` when specifying a `launch_template` or `mixed_instances_policy`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "checkpointDelay", - "Number of seconds to wait after a checkpoint. Defaults to `3600`.", + 'checkpointDelay', + 'Number of seconds to wait after a checkpoint. Defaults to `3600`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "alarmSpecification", - "Alarm Specification for Instance Refresh.", + 'alarmSpecification', + 'Alarm Specification for Instance Refresh.', () => autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification_GetTypes(), false, @@ -95,32 +95,32 @@ export function autoscaling_GroupInstanceRefreshPreferences_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "scaleInProtectedInstances", - "Behavior when encountering instances protected from scale in are found. Available behaviors are `Refresh`, `Ignore`, and `Wait`. Default is `Ignore`.", + 'scaleInProtectedInstances', + 'Behavior when encountering instances protected from scale in are found. Available behaviors are `Refresh`, `Ignore`, and `Wait`. Default is `Ignore`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "standbyInstances", - "Behavior when encountering instances in the `Standby` state in are found. Available behaviors are `Terminate`, `Ignore`, and `Wait`. Default is `Ignore`.", + 'standbyInstances', + 'Behavior when encountering instances in the `Standby` state in are found. Available behaviors are `Terminate`, `Ignore`, and `Wait`. Default is `Ignore`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "checkpointPercentages", - "List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be `100`.", + 'checkpointPercentages', + 'List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be `100`.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "minHealthyPercentage", - "Amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group. Defaults to `90`.", + 'minHealthyPercentage', + 'Amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group. Defaults to `90`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification.ts index 076c6c3fc..cdec43f20 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification { // List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed. @@ -15,8 +15,8 @@ export function autoscaling_GroupInstanceRefreshPreferencesAlarmSpecification_Ge return [ new DynamicUIProps( InputType.Array, - "alarms", - "List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed.", + 'alarms', + 'List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupLaunchTemplate.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupLaunchTemplate.ts index f989e59c7..b9689aea7 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupLaunchTemplate { // ID of the launch template. Conflicts with `name`. @@ -21,24 +21,24 @@ export function autoscaling_GroupLaunchTemplate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "Template version. Can be version number, `$Latest`, or `$Default`. (Default: `$Default`).", + 'version', + 'Template version. Can be version number, `$Latest`, or `$Default`. (Default: `$Default`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the launch template. Conflicts with `name`.", + 'id', + 'ID of the launch template. Conflicts with `name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the launch template. Conflicts with `id`.", + 'name', + 'Name of the launch template. Conflicts with `id`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicy.ts index 781a908d4..da8b10c81 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplate, autoscaling_GroupMixedInstancesPolicyLaunchTemplate_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplate"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplate'; import { autoscaling_GroupMixedInstancesPolicyInstancesDistribution, autoscaling_GroupMixedInstancesPolicyInstancesDistribution_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyInstancesDistribution"; +} from './autoscaling_GroupMixedInstancesPolicyInstancesDistribution'; export interface autoscaling_GroupMixedInstancesPolicy { // Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below. @@ -26,8 +26,8 @@ export function autoscaling_GroupMixedInstancesPolicy_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "instancesDistribution", - "Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.", + 'instancesDistribution', + 'Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.', () => autoscaling_GroupMixedInstancesPolicyInstancesDistribution_GetTypes(), false, @@ -35,8 +35,8 @@ export function autoscaling_GroupMixedInstancesPolicy_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.", + 'launchTemplate', + 'Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplate_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyInstancesDistribution.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyInstancesDistribution.ts index dc7fa117c..a3532c784 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyInstancesDistribution.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyInstancesDistribution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyInstancesDistribution { // Percentage split between on-demand and Spot instances above the base on-demand capacity. Default: `100`. @@ -30,48 +30,48 @@ export function autoscaling_GroupMixedInstancesPolicyInstancesDistribution_GetTy return [ new DynamicUIProps( InputType.String, - "onDemandAllocationStrategy", - "Strategy to use when launching on-demand instances. Valid values: `prioritized`, `lowest-price`. Default: `prioritized`.", + 'onDemandAllocationStrategy', + 'Strategy to use when launching on-demand instances. Valid values: `prioritized`, `lowest-price`. Default: `prioritized`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "onDemandBaseCapacity", - "Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances. Default: `0`.", + 'onDemandBaseCapacity', + 'Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances. Default: `0`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "onDemandPercentageAboveBaseCapacity", - "Percentage split between on-demand and Spot instances above the base on-demand capacity. Default: `100`.", + 'onDemandPercentageAboveBaseCapacity', + 'Percentage split between on-demand and Spot instances above the base on-demand capacity. Default: `100`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spotAllocationStrategy", - "How to allocate capacity across the Spot pools. Valid values: `lowest-price`, `capacity-optimized`, `capacity-optimized-prioritized`, and `price-capacity-optimized`. Default: `lowest-price`.", + 'spotAllocationStrategy', + 'How to allocate capacity across the Spot pools. Valid values: `lowest-price`, `capacity-optimized`, `capacity-optimized-prioritized`, and `price-capacity-optimized`. Default: `lowest-price`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "spotInstancePools", - "Number of Spot pools per availability zone to allocate capacity. EC2 Auto Scaling selects the cheapest Spot pools and evenly allocates Spot capacity across the number of Spot pools that you specify. Only available with `spot_allocation_strategy` set to `lowest-price`. Otherwise it must be set to `0`, if it has been defined before. Default: `2`.", + 'spotInstancePools', + 'Number of Spot pools per availability zone to allocate capacity. EC2 Auto Scaling selects the cheapest Spot pools and evenly allocates Spot capacity across the number of Spot pools that you specify. Only available with `spot_allocation_strategy` set to `lowest-price`. Otherwise it must be set to `0`, if it has been defined before. Default: `2`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spotMaxPrice", - "Maximum price per unit hour that the user is willing to pay for the Spot instances. Default: an empty string which means the on-demand price.", + 'spotMaxPrice', + 'Maximum price per unit hour that the user is willing to pay for the Spot instances. Default: an empty string which means the on-demand price.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplate.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplate.ts index e56d3cab5..9603bc212 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification, autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplate { // Override the instance launch template specification in the Launch Template. @@ -26,8 +26,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplate_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "launchTemplateSpecification", - "Override the instance launch template specification in the Launch Template.", + 'launchTemplateSpecification', + 'Override the instance launch template specification in the Launch Template.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification_GetTypes(), true, @@ -35,8 +35,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplate_GetTypes(): ), new DynamicUIProps( InputType.Array, - "overrides", - "List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.", + 'overrides', + 'List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts index bc1012c7a..52e62aba5 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification { // ID of the launch template. Conflicts with `launch_template_name`. @@ -21,17 +21,17 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateLaunchTemplat return [ new DynamicUIProps( InputType.String, - "launchTemplateName", - "Name of the launch template. Conflicts with `launch_template_id`.", + 'launchTemplateName', + 'Name of the launch template. Conflicts with `launch_template_id`.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "version", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'version', '', () => [], false, false), new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the launch template. Conflicts with `launch_template_name`.", + 'launchTemplateId', + 'ID of the launch template. Conflicts with `launch_template_name`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride.ts index 3f98feb9b..5cd8df5f1 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride { // Number of capacity units, which gives the instance type a proportional weight to other instance types. @@ -32,8 +32,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride_GetT return [ new DynamicUIProps( InputType.Object, - "launchTemplateSpecification", - "Override the instance launch template specification in the Launch Template.", + 'launchTemplateSpecification', + 'Override the instance launch template specification in the Launch Template.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification_GetTypes(), false, @@ -41,16 +41,16 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride_GetT ), new DynamicUIProps( InputType.String, - "weightedCapacity", - "Number of capacity units, which gives the instance type a proportional weight to other instance types.", + 'weightedCapacity', + 'Number of capacity units, which gives the instance type a proportional weight to other instance types.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceRequirements", - "Override the instance type in the Launch Template with instance types that satisfy the requirements.", + 'instanceRequirements', + 'Override the instance type in the Launch Template with instance types that satisfy the requirements.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements_GetTypes(), false, @@ -58,8 +58,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverride_GetT ), new DynamicUIProps( InputType.String, - "instanceType", - "Override the instance type in the Launch Template.", + 'instanceType', + 'Override the instance type in the Launch Template.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements.ts index 348190f1f..0cdd73bfb 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps'; import { autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb, autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes, -} from "./autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb"; +} from './autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements { // Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum. @@ -195,7 +195,7 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta return [ new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", + 'allowedInstanceTypes', "List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.\n\n> **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.", () => InputType_String_GetTypes(), false, @@ -203,15 +203,15 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```", + 'acceleratorTypes', + 'List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", + 'cpuManufacturers', "List of CPU manufacturer names. Default is any manufacturer.\n\n> **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* intel\n```", () => InputType_String_GetTypes(), false, @@ -219,24 +219,24 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```", + 'localStorageTypes', + 'List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```", + 'acceleratorManufacturers', + 'List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "acceleratorCount", - "Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.", + 'acceleratorCount', + 'Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount_GetTypes(), false, @@ -244,16 +244,16 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "Price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'onDemandMaxPricePercentageOverLowestPrice', + 'Price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "totalLocalStorageGb", - "Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.", + 'totalLocalStorageGb', + 'Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes(), false, @@ -261,16 +261,16 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Array, - "instanceGenerations", - "List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```", + 'instanceGenerations', + 'List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkBandwidthGbps", - "Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.", + 'networkBandwidthGbps', + 'Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes(), false, @@ -278,8 +278,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Object, - "networkInterfaceCount", - "Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.", + 'networkInterfaceCount', + 'Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes(), false, @@ -287,24 +287,24 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.", + 'requireHibernateSupport', + 'Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorNames", - "List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```", + 'acceleratorNames', + 'List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "acceleratorTotalMemoryMib", - "Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.", + 'acceleratorTotalMemoryMib', + 'Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes(), false, @@ -312,8 +312,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Object, - "baselineEbsBandwidthMbps", - "Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.", + 'baselineEbsBandwidthMbps', + 'Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes(), false, @@ -321,16 +321,16 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Number, - "maxSpotPriceAsPercentageOfOptimalOnDemandPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`", + 'maxSpotPriceAsPercentageOfOptimalOnDemandPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vcpuCount", - "Block describing the minimum and maximum number of vCPUs. Default is no maximum.", + 'vcpuCount', + 'Block describing the minimum and maximum number of vCPUs. Default is no maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount_GetTypes(), false, @@ -338,7 +338,7 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", + 'excludedInstanceTypes', "List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.\n\n> **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.", () => InputType_String_GetTypes(), false, @@ -346,40 +346,40 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.String, - "localStorage", - "Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.", + 'localStorage', + 'Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bareMetal", - "Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'bareMetal', + 'Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "Price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'spotMaxPricePercentageOverLowestPrice', + 'Price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'burstablePerformance', + 'Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "memoryGibPerVcpu", - "Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.", + 'memoryGibPerVcpu', + 'Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes(), false, @@ -387,8 +387,8 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInsta ), new DynamicUIProps( InputType.Object, - "memoryMib", - "Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.", + 'memoryMib', + 'Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.', () => autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount.ts index 9d662a35b..6d1dac8ad 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts index d38985595..f5536448d 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts index 1ce69788b..ded17f77e 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu.ts index 27cfcb8d6..b5bd4282f 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib.ts index e46757810..fcbad2f14 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps.ts index eb4009513..cd709f908 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount.ts index 85091f602..48eea56e2 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb.ts index 2c03128a1..9ceec44c6 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount.ts index 8366ae898..8fff8b675 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount { // @@ -16,7 +16,7 @@ export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInst export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts index 0feb2fb51..7cfeba467 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification { // @@ -21,20 +21,20 @@ export function autoscaling_GroupMixedInstancesPolicyLaunchTemplateOverrideLaunc return [ new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the launch template. Conflicts with `launch_template_name`.", + 'launchTemplateId', + 'ID of the launch template. Conflicts with `launch_template_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateName", - "Name of the launch template. Conflicts with `launch_template_id`.", + 'launchTemplateName', + 'Name of the launch template. Conflicts with `launch_template_id`.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "version", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'version', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupTag.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupTag.ts index a72cd54fa..75d7e6110 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupTag.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupTag { // Key @@ -28,20 +28,20 @@ export function autoscaling_GroupTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "propagateAtLaunch", - "Enables propagation of the tag to\nAmazon EC2 instances launched via this ASG\n\nTo declare multiple tags, additional `tag` blocks can be specified.\n\n> **NOTE:** Other AWS APIs may automatically add special tags to their associated Auto Scaling Group for management purposes, such as ECS Capacity Providers adding the `AmazonECSManaged` tag. These generally should be included in the configuration so the provider does not attempt to remove them and so if the `min_size` was greater than zero on creation, that these tag(s) are applied to any initial EC2 Instances in the Auto Scaling Group. If these tag(s) were missing in the Auto Scaling Group configuration on creation, affected EC2 Instances missing the tags may require manual intervention of adding the tags to ensure they work properly with the other AWS service.", + 'propagateAtLaunch', + 'Enables propagation of the tag to\nAmazon EC2 instances launched via this ASG\n\nTo declare multiple tags, additional `tag` blocks can be specified.\n\n> **NOTE:** Other AWS APIs may automatically add special tags to their associated Auto Scaling Group for management purposes, such as ECS Capacity Providers adding the `AmazonECSManaged` tag. These generally should be included in the configuration so the provider does not attempt to remove them and so if the `min_size` was greater than zero on creation, that these tag(s) are applied to any initial EC2 Instances in the Auto Scaling Group. If these tag(s) were missing in the Auto Scaling Group configuration on creation, affected EC2 Instances missing the tags may require manual intervention of adding the tags to ensure they work properly with the other AWS service.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value", + 'value', + 'Value', () => [], true, false, ), - new DynamicUIProps(InputType.String, "key", "Key", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', 'Key', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupTrafficSource.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupTrafficSource.ts index 7cc7d869e..b7fda5ba0 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupTrafficSource.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupTrafficSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupTrafficSource { /* @@ -24,16 +24,16 @@ export function autoscaling_GroupTrafficSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Provides additional context for the value of Identifier.\nThe following lists the valid values:\n`elb` if `identifier` is the name of a Classic Load Balancer.\n`elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.\n`vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.", + 'type', + 'Provides additional context for the value of Identifier.\nThe following lists the valid values:\n`elb` if `identifier` is the name of a Classic Load Balancer.\n`elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.\n`vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identifier", - "Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.", + 'identifier', + 'Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPool.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPool.ts index 6778d03e8..3c3fe881d 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPool.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPool.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_GroupWarmPoolInstanceReusePolicy, autoscaling_GroupWarmPoolInstanceReusePolicy_GetTypes, -} from "./autoscaling_GroupWarmPoolInstanceReusePolicy"; +} from './autoscaling_GroupWarmPoolInstanceReusePolicy'; export interface autoscaling_GroupWarmPool { // Minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified. @@ -28,32 +28,32 @@ export function autoscaling_GroupWarmPool_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "minSize", - "Minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified.", + 'minSize', + 'Minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "poolState", - "Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default), Running or Hibernated.", + 'poolState', + 'Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default), Running or Hibernated.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceReusePolicy", - "Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.", + 'instanceReusePolicy', + 'Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.', () => autoscaling_GroupWarmPoolInstanceReusePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxGroupPreparedCapacity", - "Total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.", + 'maxGroupPreparedCapacity', + 'Total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPoolInstanceReusePolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPoolInstanceReusePolicy.ts index 9920ce836..97191feda 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPoolInstanceReusePolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_GroupWarmPoolInstanceReusePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_GroupWarmPoolInstanceReusePolicy { // Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. @@ -15,8 +15,8 @@ export function autoscaling_GroupWarmPoolInstanceReusePolicy_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "reuseOnScaleIn", - "Whether instances in the Auto Scaling group can be returned to the warm pool on scale in.", + 'reuseOnScaleIn', + 'Whether instances in the Auto Scaling group can be returned to the warm pool on scale in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_Metric.ts b/src/app/Models/codegen/aws/types/autoscaling_Metric.ts index 3b8afb5b6..6a48428ea 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_Metric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_Metric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_Metric {} diff --git a/src/app/Models/codegen/aws/types/autoscaling_MetricsGranularity.ts b/src/app/Models/codegen/aws/types/autoscaling_MetricsGranularity.ts index 3cef68a38..465fe9b8c 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_MetricsGranularity.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_MetricsGranularity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_MetricsGranularity {} diff --git a/src/app/Models/codegen/aws/types/autoscaling_NotificationType.ts b/src/app/Models/codegen/aws/types/autoscaling_NotificationType.ts index f766d36e4..32765ce7e 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_NotificationType.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_NotificationType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_NotificationType {} diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfiguration.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfiguration.ts index e1a9654d1..0a9c2291a 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification'; export interface autoscaling_PolicyPredictiveScalingConfiguration { // Amount of time, in seconds, by which the instance launch time can be advanced. Minimum is `0`. @@ -31,32 +31,32 @@ export function autoscaling_PolicyPredictiveScalingConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "schedulingBufferTime", - "Amount of time, in seconds, by which the instance launch time can be advanced. Minimum is `0`.", + 'schedulingBufferTime', + 'Amount of time, in seconds, by which the instance launch time can be advanced. Minimum is `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxCapacityBreachBehavior", - "Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity of the Auto Scaling group. Valid values are `HonorMaxCapacity` or `IncreaseMaxCapacity`. Default is `HonorMaxCapacity`.", + 'maxCapacityBreachBehavior', + 'Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity of the Auto Scaling group. Valid values are `HonorMaxCapacity` or `IncreaseMaxCapacity`. Default is `HonorMaxCapacity`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxCapacityBuffer", - "Size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity. Valid range is `0` to `100`. If set to `0`, Amazon EC2 Auto Scaling may scale capacity higher than the maximum capacity to equal but not exceed forecast capacity.", + 'maxCapacityBuffer', + 'Size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity. Valid range is `0` to `100`. If set to `0`, Amazon EC2 Auto Scaling may scale capacity higher than the maximum capacity to equal but not exceed forecast capacity.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricSpecification", - "This structure includes the metrics and target utilization to use for predictive scaling.", + 'metricSpecification', + 'This structure includes the metrics and target utilization to use for predictive scaling.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification_GetTypes(), true, @@ -64,8 +64,8 @@ export function autoscaling_PolicyPredictiveScalingConfiguration_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "mode", - "Predictive scaling mode. Valid values are `ForecastAndScale` and `ForecastOnly`. Default is `ForecastOnly`.", + 'mode', + 'Predictive scaling mode. Valid values are `ForecastAndScale` and `ForecastOnly`. Default is `ForecastOnly`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification.ts index 4a0d5d62a..828bc4ddb 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecification { // Customized scaling metric specification. @@ -57,8 +57,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Object, - "customizedLoadMetricSpecification", - "Customized load metric specification.", + 'customizedLoadMetricSpecification', + 'Customized load metric specification.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification_GetTypes(), false, @@ -66,8 +66,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Object, - "customizedScalingMetricSpecification", - "Customized scaling metric specification.", + 'customizedScalingMetricSpecification', + 'Customized scaling metric specification.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification_GetTypes(), false, @@ -75,8 +75,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Object, - "predefinedLoadMetricSpecification", - "Predefined load metric specification.", + 'predefinedLoadMetricSpecification', + 'Predefined load metric specification.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification_GetTypes(), false, @@ -84,8 +84,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Object, - "predefinedMetricPairSpecification", - "Metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.", + 'predefinedMetricPairSpecification', + 'Metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification_GetTypes(), false, @@ -93,8 +93,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Object, - "predefinedScalingMetricSpecification", - "Predefined scaling metric specification.", + 'predefinedScalingMetricSpecification', + 'Predefined scaling metric specification.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification_GetTypes(), false, @@ -102,16 +102,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Number, - "targetValue", - "Target value for the metric.", + 'targetValue', + 'Target value for the metric.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "customizedCapacityMetricSpecification", - "Customized capacity metric specification. The field is only valid when you use `customized_load_metric_specification`", + 'customizedCapacityMetricSpecification', + 'Customized capacity metric specification. The field is only valid when you use `customized_load_metric_specification`', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification.ts index 468525b74..a765679ab 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecification { // List of up to 10 structures that defines custom capacity metric in predictive scaling policy @@ -19,8 +19,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Array, - "metricDataQueries", - "List of up to 10 structures that defines custom capacity metric in predictive scaling policy", + 'metricDataQueries', + 'List of up to 10 structures that defines custom capacity metric in predictive scaling policy', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery.ts index 7dae5da0d..25e059744 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQuery { // Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both. @@ -31,32 +31,32 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "expression", - "Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.", + 'expression', + 'Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Short name for the metric used in predictive scaling policy.", + 'id', + 'Short name for the metric used in predictive scaling policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "label", - "Human-readable label for this metric or expression.", + 'label', + 'Human-readable label for this metric or expression.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricStat", - "Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.", + 'metricStat', + 'Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat_GetTypes(), false, @@ -64,8 +64,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Bool, - "returnData", - "Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true", + 'returnData', + 'Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat.ts index 27037dc27..0b51807fd 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStat { // Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions. @@ -25,24 +25,24 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "stat", - "Statistic of the metrics to return.", + 'stat', + 'Statistic of the metrics to return.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metric", - "Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.", + 'metric', + 'Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric.ts index 085f3c5b1..be8c77ccf 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetric { // Dimensions of the metric. @@ -25,16 +25,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes(), false, @@ -42,8 +42,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts index 3fae8fcd4..07f36f733 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedCapacityMetricSpecificationMetricDataQueryMetricStatMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification.ts index 0ec233543..e773a2587 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecification { // List of up to 10 structures that defines custom load metric in predictive scaling policy @@ -19,8 +19,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Array, - "metricDataQueries", - "List of up to 10 structures that defines custom load metric in predictive scaling policy", + 'metricDataQueries', + 'List of up to 10 structures that defines custom load metric in predictive scaling policy', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery.ts index fee9bae26..af8bc4e9d 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery { // Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true @@ -31,40 +31,40 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Bool, - "returnData", - "Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true", + 'returnData', + 'Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expression", - "Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.", + 'expression', + 'Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Short name for the metric used in predictive scaling policy.", + 'id', + 'Short name for the metric used in predictive scaling policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "label", - "Human-readable label for this metric or expression.", + 'label', + 'Human-readable label for this metric or expression.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricStat", - "Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.", + 'metricStat', + 'Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat.ts index 1ff345eb3..1372296a6 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat { // Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions. @@ -25,8 +25,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Object, - "metric", - "Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.", + 'metric', + 'Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes(), true, @@ -34,16 +34,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "stat", - "Statistic of the metrics to return.", + 'stat', + 'Statistic of the metrics to return.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric.ts index d0d3043fd..f9a9dc3b8 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetric { // Dimensions of the metric. @@ -25,8 +25,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes(), false, @@ -34,16 +34,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts index 54f76742b..a62c1d34d 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStatMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification.ts index de525c989..46621d246 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecification { // List of up to 10 structures that defines custom scaling metric in predictive scaling policy @@ -19,8 +19,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Array, - "metricDataQueries", - "List of up to 10 structures that defines custom scaling metric in predictive scaling policy", + 'metricDataQueries', + 'List of up to 10 structures that defines custom scaling metric in predictive scaling policy', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery.ts index 2369e3f7c..57a61b2fd 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQuery { // Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both. @@ -31,32 +31,32 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "expression", - "Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.", + 'expression', + 'Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Short name for the metric used in predictive scaling policy.", + 'id', + 'Short name for the metric used in predictive scaling policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "label", - "Human-readable label for this metric or expression.", + 'label', + 'Human-readable label for this metric or expression.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricStat", - "Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.", + 'metricStat', + 'Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either `expression` or `metric_stat`, but not both.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat_GetTypes(), false, @@ -64,8 +64,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.Bool, - "returnData", - "Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true", + 'returnData', + 'Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat.ts index 66df410d6..c114a46d4 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStat { // Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions. @@ -25,8 +25,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Object, - "metric", - "Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.", + 'metric', + 'Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric_GetTypes(), true, @@ -34,16 +34,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "stat", - "Statistic of the metrics to return.", + 'stat', + 'Statistic of the metrics to return.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric.ts index ba11a9931..0edd94b68 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension, autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes, -} from "./autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension"; +} from './autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetric { // Dimensions of the metric. @@ -25,8 +25,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension_GetTypes(), false, @@ -34,16 +34,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts index ab39a9a60..c0bdd13aa 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedScalingMetricSpecificationMetricDataQueryMetricStatMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification.ts index db7159690..89eee9d11 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedLoadMetricSpecification { // Metric type. Valid values are `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`, or `ALBTargetGroupRequestCount`. @@ -18,16 +18,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "resourceLabel", - "Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.", + 'resourceLabel', + 'Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "predefinedMetricType", - "Metric type. Valid values are `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`, or `ALBTargetGroupRequestCount`.", + 'predefinedMetricType', + 'Metric type. Valid values are `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`, or `ALBTargetGroupRequestCount`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification.ts index fb3dd8a8e..4a2d9516a 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedMetricPairSpecification { // Which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric. For example, if the metric type is `ASGCPUUtilization`, the Auto Scaling group's total CPU metric is used as the load metric, and the average CPU metric is used for the scaling metric. Valid values are `ASGCPUUtilization`, `ASGNetworkIn`, `ASGNetworkOut`, or `ALBRequestCount`. @@ -18,7 +18,7 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "predefinedMetricType", + 'predefinedMetricType', "Which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric. For example, if the metric type is `ASGCPUUtilization`, the Auto Scaling group's total CPU metric is used as the load metric, and the average CPU metric is used for the scaling metric. Valid values are `ASGCPUUtilization`, `ASGNetworkIn`, `ASGNetworkOut`, or `ALBRequestCount`.", () => [], true, @@ -26,8 +26,8 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.", + 'resourceLabel', + 'Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification.ts index 768745aaf..6a83b7342 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificationPredefinedScalingMetricSpecification { // Describes a scaling metric for a predictive scaling policy. Valid values are `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, or `ALBRequestCountPerTarget`. @@ -18,16 +18,16 @@ export function autoscaling_PolicyPredictiveScalingConfigurationMetricSpecificat return [ new DynamicUIProps( InputType.String, - "predefinedMetricType", - "Describes a scaling metric for a predictive scaling policy. Valid values are `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, or `ALBRequestCountPerTarget`.", + 'predefinedMetricType', + 'Describes a scaling metric for a predictive scaling policy. Valid values are `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, or `ALBRequestCountPerTarget`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.", + 'resourceLabel', + 'Label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). Refer to [PredefinedMetricSpecification](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PredefinedMetricSpecification.html) for more information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyStepAdjustment.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyStepAdjustment.ts index e4ee377ca..c29ad1f42 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyStepAdjustment.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyStepAdjustment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyStepAdjustment { /* @@ -38,15 +38,15 @@ export function autoscaling_PolicyStepAdjustment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "metricIntervalLowerBound", - "Lower bound for the\ndifference between the alarm threshold and the CloudWatch metric.\nWithout a value, AWS will treat this bound as negative infinity.", + 'metricIntervalLowerBound', + 'Lower bound for the\ndifference between the alarm threshold and the CloudWatch metric.\nWithout a value, AWS will treat this bound as negative infinity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricIntervalUpperBound", + 'metricIntervalUpperBound', 'Upper bound for the\ndifference between the alarm threshold and the CloudWatch metric.\nWithout a value, AWS will treat this bound as positive infinity. The upper bound\nmust be greater than the lower bound.\n\nNotice the bounds are **relative** to the alarm threshold, meaning that the starting point is not 0%, but the alarm threshold. Check the official [docs](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#as-scaling-steps) for a detailed example.\n\nThe following arguments are only available to "TargetTrackingScaling" type policies:', () => [], false, @@ -54,8 +54,8 @@ export function autoscaling_PolicyStepAdjustment_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "scalingAdjustment", - "Number of members by which to\nscale, when the adjustment bounds are breached. A positive value scales\nup. A negative value scales down.", + 'scalingAdjustment', + 'Number of members by which to\nscale, when the adjustment bounds are breached. A positive value scales\nup. A negative value scales down.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfiguration.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfiguration.ts index cf4a8b996..d5d13cc5e 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification, autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification"; +} from './autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification'; export interface autoscaling_PolicyTargetTrackingConfiguration { // Customized metric. Conflicts with `predefined_metric_specification`. @@ -32,8 +32,8 @@ export function autoscaling_PolicyTargetTrackingConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "customizedMetricSpecification", - "Customized metric. Conflicts with `predefined_metric_specification`.", + 'customizedMetricSpecification', + 'Customized metric. Conflicts with `predefined_metric_specification`.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification_GetTypes(), false, @@ -41,16 +41,16 @@ export function autoscaling_PolicyTargetTrackingConfiguration_GetTypes(): Dynami ), new DynamicUIProps( InputType.Bool, - "disableScaleIn", - "Whether scale in by the target tracking policy is disabled.", + 'disableScaleIn', + 'Whether scale in by the target tracking policy is disabled.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "predefinedMetricSpecification", - "Predefined metric. Conflicts with `customized_metric_specification`.", + 'predefinedMetricSpecification', + 'Predefined metric. Conflicts with `customized_metric_specification`.', () => autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification_GetTypes(), false, @@ -58,8 +58,8 @@ export function autoscaling_PolicyTargetTrackingConfiguration_GetTypes(): Dynami ), new DynamicUIProps( InputType.Number, - "targetValue", - "Target value for the metric.", + 'targetValue', + 'Target value for the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification.ts index 73c28784b..32794ef45 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecification { // Name of the metric. @@ -38,16 +38,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "metrics", - "Metrics to include, as a metric data query.", + 'metrics', + 'Metrics to include, as a metric data query.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric_GetTypes(), false, @@ -55,32 +55,32 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statistic", - "Statistic of the metric.", + 'statistic', + 'Statistic of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metric.", + 'unit', + 'Unit of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "metricDimensions", - "Dimensions of the metric.", + 'metricDimensions', + 'Dimensions of the metric.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric.ts index 407c7d777..d714fd718 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetric { // Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true @@ -31,24 +31,24 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.String, - "id", - "Short name for the metric used in target tracking scaling policy.", + 'id', + 'Short name for the metric used in target tracking scaling policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "label", - "Human-readable label for this metric or expression.", + 'label', + 'Human-readable label for this metric or expression.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metricStat", - "Structure that defines CloudWatch metric to be used in target tracking scaling policy. You must specify either `expression` or `metric_stat`, but not both.", + 'metricStat', + 'Structure that defines CloudWatch metric to be used in target tracking scaling policy. You must specify either `expression` or `metric_stat`, but not both.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat_GetTypes(), false, @@ -56,16 +56,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe ), new DynamicUIProps( InputType.Bool, - "returnData", - "Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true", + 'returnData', + 'Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expression", - "Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.", + 'expression', + 'Math expression used on the returned metric. You must specify either `expression` or `metric_stat`, but not both.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension.ts index 10c422fed..5eb7fc9ed 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat.ts index eb799e65a..03ba1dc14 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStat { // Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions. @@ -25,24 +25,24 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.String, - "stat", - "Statistic of the metrics to return.", + 'stat', + 'Statistic of the metrics to return.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metrics to return.", + 'unit', + 'Unit of the metrics to return.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metric", - "Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.", + 'metric', + 'Structure that defines the CloudWatch metric to return, including the metric name, namespace, and dimensions.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts index 0531ba030..fb6ad2589 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension, autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension_GetTypes, -} from "./autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension"; +} from './autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetric { // Dimensions of the metric. @@ -25,8 +25,8 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension_GetTypes(), false, @@ -34,16 +34,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts index 7db2c58f4..b5bf2dcf1 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricMetricStatMetricDimension { // Name of the dimension. @@ -18,16 +18,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationCustomizedMetricSpe return [ new DynamicUIProps( InputType.String, - "name", - "Name of the dimension.", + 'name', + 'Name of the dimension.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the dimension.", + 'value', + 'Value of the dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification.ts index 681b96a83..4b1cc399a 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpecification { // Metric type. @@ -18,16 +18,16 @@ export function autoscaling_PolicyTargetTrackingConfigurationPredefinedMetricSpe return [ new DynamicUIProps( InputType.String, - "predefinedMetricType", - "Metric type.", + 'predefinedMetricType', + 'Metric type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Identifies the resource associated with the metric type.", + 'resourceLabel', + 'Identifies the resource associated with the metric type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_TagTag.ts b/src/app/Models/codegen/aws/types/autoscaling_TagTag.ts index 0ed493616..bee3b8555 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_TagTag.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_TagTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_TagTag { // Tag name. @@ -21,24 +21,24 @@ export function autoscaling_TagTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Tag name.", + 'key', + 'Tag name.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "propagateAtLaunch", - "Whether to propagate the tags to instances launched by the ASG.", + 'propagateAtLaunch', + 'Whether to propagate the tags to instances launched by the ASG.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Tag value.", + 'value', + 'Tag value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_TrafficSourceAttachmentTrafficSource.ts b/src/app/Models/codegen/aws/types/autoscaling_TrafficSourceAttachmentTrafficSource.ts index 2e16c39a2..0c150203b 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_TrafficSourceAttachmentTrafficSource.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_TrafficSourceAttachmentTrafficSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_TrafficSourceAttachmentTrafficSource { /* @@ -24,16 +24,16 @@ export function autoscaling_TrafficSourceAttachmentTrafficSource_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "type", - "Provides additional context for the value of `identifier`.\nThe following lists the valid values:\n`elb` if `identifier` is the name of a Classic Load Balancer.\n`elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.\n`vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.", + 'type', + 'Provides additional context for the value of `identifier`.\nThe following lists the valid values:\n`elb` if `identifier` is the name of a Classic Load Balancer.\n`elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group.\n`vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "identifier", - "Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.", + 'identifier', + 'Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getAmiIdsFilter.ts b/src/app/Models/codegen/aws/types/autoscaling_getAmiIdsFilter.ts index c09e7c9c3..84f796605 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getAmiIdsFilter.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getAmiIdsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getAmiIdsFilter { // Name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:` @@ -18,16 +18,16 @@ export function autoscaling_getAmiIdsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:`", + 'name', + 'Name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Value of the filter.", + 'values', + 'Value of the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupInstanceMaintenancePolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupInstanceMaintenancePolicy.ts index e8e209fb5..a0f327253 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupInstanceMaintenancePolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupInstanceMaintenancePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupInstanceMaintenancePolicy { // Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity. @@ -18,16 +18,16 @@ export function autoscaling_getGroupInstanceMaintenancePolicy_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "maxHealthyPercentage", - "Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.", + 'maxHealthyPercentage', + 'Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minHealthyPercentage", - "Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.", + 'minHealthyPercentage', + 'Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupLaunchTemplate.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupLaunchTemplate.ts index 4dbb36a61..1e7427b11 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupLaunchTemplate { // ID of the launch template. @@ -21,24 +21,24 @@ export function autoscaling_getGroupLaunchTemplate_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "id", - "ID of the launch template.", + 'id', + 'ID of the launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specify the exact name of the desired autoscaling group.", + 'name', + 'Specify the exact name of the desired autoscaling group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "version", - "Template version.", + 'version', + 'Template version.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicy.ts index 138a402de..fc4436d9b 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_getGroupMixedInstancesPolicyInstancesDistribution, autoscaling_getGroupMixedInstancesPolicyInstancesDistribution_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyInstancesDistribution"; +} from './autoscaling_getGroupMixedInstancesPolicyInstancesDistribution'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplate, autoscaling_getGroupMixedInstancesPolicyLaunchTemplate_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplate"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplate'; export interface autoscaling_getGroupMixedInstancesPolicy { // List of instances distribution objects. @@ -26,8 +26,8 @@ export function autoscaling_getGroupMixedInstancesPolicy_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "instancesDistributions", - "List of instances distribution objects.", + 'instancesDistributions', + 'List of instances distribution objects.', () => autoscaling_getGroupMixedInstancesPolicyInstancesDistribution_GetTypes(), true, @@ -35,8 +35,8 @@ export function autoscaling_getGroupMixedInstancesPolicy_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "launchTemplates", - "List of launch templates along with the overrides.", + 'launchTemplates', + 'List of launch templates along with the overrides.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplate_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyInstancesDistribution.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyInstancesDistribution.ts index cbdf72b4f..262a3a321 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyInstancesDistribution.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyInstancesDistribution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyInstancesDistribution { // Strategy used when launching on-demand instances. @@ -30,48 +30,48 @@ export function autoscaling_getGroupMixedInstancesPolicyInstancesDistribution_Ge return [ new DynamicUIProps( InputType.Number, - "spotInstancePools", - "Number of Spot pools per availability zone to allocate capacity.", + 'spotInstancePools', + 'Number of Spot pools per availability zone to allocate capacity.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "spotMaxPrice", - "Maximum price per unit hour that the user is willing to pay for the Spot instances.", + 'spotMaxPrice', + 'Maximum price per unit hour that the user is willing to pay for the Spot instances.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onDemandAllocationStrategy", - "Strategy used when launching on-demand instances.", + 'onDemandAllocationStrategy', + 'Strategy used when launching on-demand instances.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "onDemandBaseCapacity", - "Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances.", + 'onDemandBaseCapacity', + 'Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "onDemandPercentageAboveBaseCapacity", - "", + 'onDemandPercentageAboveBaseCapacity', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "spotAllocationStrategy", - "Strategy used when launching Spot instances.", + 'spotAllocationStrategy', + 'Strategy used when launching Spot instances.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplate.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplate.ts index cbe1452bd..81e4427f6 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplate { // List of overriding launch template specification objects. @@ -26,8 +26,8 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplate_GetTypes( return [ new DynamicUIProps( InputType.Array, - "launchTemplateSpecifications", - "List of overriding launch template specification objects.", + 'launchTemplateSpecifications', + 'List of overriding launch template specification objects.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification_GetTypes(), true, @@ -35,8 +35,8 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplate_GetTypes( ), new DynamicUIProps( InputType.Array, - "overrides", - "List of properties overriding the same properties in the launch template.", + 'overrides', + 'List of properties overriding the same properties in the launch template.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts index 1eac3a39e..2399d68cb 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification { // Name of the launch template. @@ -21,24 +21,24 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateLaunchTemp return [ new DynamicUIProps( InputType.String, - "launchTemplateName", - "Name of the launch template.", + 'launchTemplateName', + 'Name of the launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "version", - "Template version.", + 'version', + 'Template version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the launch template.", + 'launchTemplateId', + 'ID of the launch template.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride.ts index d77a11d0b..18f43fa73 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride { // Number of capacity units, which gives the instance type a proportional weight to other instance types. @@ -35,16 +35,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride_G return [ new DynamicUIProps( InputType.String, - "weightedCapacity", - "Number of capacity units, which gives the instance type a proportional weight to other instance types.", + 'weightedCapacity', + 'Number of capacity units, which gives the instance type a proportional weight to other instance types.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "instanceRequirements", - "List of instance requirements objects.\n* `accelerator_count - List of objects describing the minimum and maximum number of accelerators for an instance type.", + 'instanceRequirements', + 'List of instance requirements objects.\n* `accelerator_count - List of objects describing the minimum and maximum number of accelerators for an instance type.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement_GetTypes(), true, @@ -52,16 +52,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverride_G ), new DynamicUIProps( InputType.String, - "instanceType", - "Overriding instance type.", + 'instanceType', + 'Overriding instance type.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "launchTemplateSpecifications", - "List of overriding launch template specification objects.", + 'launchTemplateSpecifications', + 'List of overriding launch template specification objects.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement.ts index 7466e7935..6d7c5dd80 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount'; import { autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount, autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount_GetTypes, -} from "./autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount"; +} from './autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirement { // List of objects describing the minimum and maximum baseline EBS bandwidth (Mbps). @@ -120,16 +120,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "List of accelerator manufacturer names.", + 'acceleratorManufacturers', + 'List of accelerator manufacturer names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "baselineEbsBandwidthMbps", - "List of objects describing the minimum and maximum baseline EBS bandwidth (Mbps).", + 'baselineEbsBandwidthMbps', + 'List of objects describing the minimum and maximum baseline EBS bandwidth (Mbps).', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp_GetTypes(), true, @@ -137,24 +137,24 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.String, - "localStorage", - "Indicates whether instance types with instance store volumes are included, excluded, or required.", + 'localStorage', + 'Indicates whether instance types with instance store volumes are included, excluded, or required.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "List of accelerator types.", + 'acceleratorTypes', + 'List of accelerator types.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "memoryGibPerVcpus", - "List of objects describing the minimum and maximum amount of memory (GiB) per vCPU.", + 'memoryGibPerVcpus', + 'List of objects describing the minimum and maximum amount of memory (GiB) per vCPU.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus_GetTypes(), true, @@ -162,8 +162,8 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "vcpuCounts", - "List of objects describing the minimum and maximum number of vCPUs.", + 'vcpuCounts', + 'List of objects describing the minimum and maximum number of vCPUs.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount_GetTypes(), true, @@ -171,40 +171,40 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "Price protection threshold for On-Demand Instances.", + 'onDemandMaxPricePercentageOverLowestPrice', + 'Price protection threshold for On-Demand Instances.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "Indicates whether instance types must support On-Demand Instance Hibernation.", + 'requireHibernateSupport', + 'Indicates whether instance types must support On-Demand Instance Hibernation.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxSpotPriceAsPercentageOfOptimalOnDemandPrice", - "Price protection threshold for Spot Instances.", + 'maxSpotPriceAsPercentageOfOptimalOnDemandPrice', + 'Price protection threshold for Spot Instances.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", - "List of CPU manufacturer names.", + 'cpuManufacturers', + 'List of CPU manufacturer names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "memoryMibs", - "List of objects describing the minimum and maximum amount of memory (MiB).", + 'memoryMibs', + 'List of objects describing the minimum and maximum amount of memory (MiB).', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib_GetTypes(), true, @@ -212,8 +212,8 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "networkBandwidthGbps", - "List of objects describing the minimum and maximum amount of network bandwidth (Gbps).", + 'networkBandwidthGbps', + 'List of objects describing the minimum and maximum amount of network bandwidth (Gbps).', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp_GetTypes(), true, @@ -221,8 +221,8 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "totalLocalStorageGbs", - "List of objects describing the minimum and maximum total storage (GB).", + 'totalLocalStorageGbs', + 'List of objects describing the minimum and maximum total storage (GB).', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb_GetTypes(), true, @@ -230,16 +230,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", - "List of instance types to apply the specified attributes against.", + 'allowedInstanceTypes', + 'List of instance types to apply the specified attributes against.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaceCounts", - "List of objects describing the minimum and maximum amount of network interfaces.", + 'networkInterfaceCounts', + 'List of objects describing the minimum and maximum amount of network interfaces.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount_GetTypes(), true, @@ -247,24 +247,24 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "Price protection threshold for Spot Instances.", + 'spotMaxPricePercentageOverLowestPrice', + 'Price protection threshold for Spot Instances.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", - "List of excluded instance types.", + 'excludedInstanceTypes', + 'List of excluded instance types.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorTotalMemoryMibs", - "List of objects describing the minimum and maximum total memory of the accelerators.", + 'acceleratorTotalMemoryMibs', + 'List of objects describing the minimum and maximum total memory of the accelerators.', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib_GetTypes(), true, @@ -272,16 +272,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "List of local storage type names.", + 'localStorageTypes', + 'List of local storage type names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorCounts", - "", + 'acceleratorCounts', + '', () => autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount_GetTypes(), true, @@ -289,32 +289,32 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn ), new DynamicUIProps( InputType.Array, - "instanceGenerations", - "List of instance generation names.", + 'instanceGenerations', + 'List of instance generation names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorNames", - "List of accelerator names.", + 'acceleratorNames', + 'List of accelerator names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bareMetal", - "Indicates whether bare metal instances are included, excluded, or required.", + 'bareMetal', + 'Indicates whether bare metal instances are included, excluded, or required.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "Indicates whether burstable performance instance types are included, excluded, or required.", + 'burstablePerformance', + 'Indicates whether burstable performance instance types are included, excluded, or required.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount.ts index de8cd3403..53d501b1e 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorCount { // Minimum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib.ts index f94f20695..34facd6e1 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementAcceleratorTotalMemoryMib { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp.ts index e5681c242..47c63bfe6 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementBaselineEbsBandwidthMbp { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus.ts index e1e5b640f..7adc48be4 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryGibPerVcpus { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib.ts index 1d209aadd..3fa6145d5 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementMemoryMib { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp.ts index 44a649e99..81a849849 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkBandwidthGbp { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount.ts index 11a5177a2..7afcab710 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementNetworkInterfaceCount { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb.ts index da0297679..c12f5bcbe 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementTotalLocalStorageGb { // Minimum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount.ts index ff48907e5..c12cb4cb4 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementVcpuCount { // Maximum. @@ -18,16 +18,16 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideIn return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts index 49dddf1e5..d4868d0dc 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification { // ID of the launch template. @@ -21,24 +21,24 @@ export function autoscaling_getGroupMixedInstancesPolicyLaunchTemplateOverrideLa return [ new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the launch template.", + 'launchTemplateId', + 'ID of the launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateName", - "Name of the launch template.", + 'launchTemplateName', + 'Name of the launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "version", - "Template version.", + 'version', + 'Template version.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupTag.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupTag.ts index 8f859c4ab..cf1cf5f1d 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupTag.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupTag { // Key. @@ -19,19 +19,19 @@ export interface autoscaling_getGroupTag { export function autoscaling_getGroupTag_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "Key.", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', 'Key.', () => [], true, false), new DynamicUIProps( InputType.Bool, - "propagateAtLaunch", - "Whether the tag is propagated to Amazon EC2 instances launched via this ASG.", + 'propagateAtLaunch', + 'Whether the tag is propagated to Amazon EC2 instances launched via this ASG.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value.", + 'value', + 'Value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupTrafficSource.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupTrafficSource.ts index 13c0f1fc9..1495a3e1c 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupTrafficSource.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupTrafficSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupTrafficSource { // Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region. @@ -18,16 +18,16 @@ export function autoscaling_getGroupTrafficSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "identifier", - "Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.", + 'identifier', + 'Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Traffic source type.", + 'type', + 'Traffic source type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPool.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPool.ts index 937e4308a..1d8bb9433 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPool.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPool.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscaling_getGroupWarmPoolInstanceReusePolicy, autoscaling_getGroupWarmPoolInstanceReusePolicy_GetTypes, -} from "./autoscaling_getGroupWarmPoolInstanceReusePolicy"; +} from './autoscaling_getGroupWarmPoolInstanceReusePolicy'; export interface autoscaling_getGroupWarmPool { // List of instance reuse policy objects. @@ -28,32 +28,32 @@ export function autoscaling_getGroupWarmPool_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maxGroupPreparedCapacity", - "", + 'maxGroupPreparedCapacity', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minSize", - "Minimum number of instances to maintain in the warm pool.", + 'minSize', + 'Minimum number of instances to maintain in the warm pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "poolState", - "Instance state to transition to after the lifecycle actions are complete.", + 'poolState', + 'Instance state to transition to after the lifecycle actions are complete.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "instanceReusePolicies", - "List of instance reuse policy objects.", + 'instanceReusePolicies', + 'List of instance reuse policy objects.', () => autoscaling_getGroupWarmPoolInstanceReusePolicy_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPoolInstanceReusePolicy.ts b/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPoolInstanceReusePolicy.ts index fb54d8f0b..1f2d75175 100644 --- a/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPoolInstanceReusePolicy.ts +++ b/src/app/Models/codegen/aws/types/autoscaling_getGroupWarmPoolInstanceReusePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscaling_getGroupWarmPoolInstanceReusePolicy { // Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in. @@ -15,8 +15,8 @@ export function autoscaling_getGroupWarmPoolInstanceReusePolicy_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "reuseOnScaleIn", - "Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.", + 'reuseOnScaleIn', + 'Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSource.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSource.ts index f6baae92f..2dd4e6d9e 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSource.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscalingplans_ScalingPlanApplicationSourceTagFilter, autoscalingplans_ScalingPlanApplicationSourceTagFilter_GetTypes, -} from "./autoscalingplans_ScalingPlanApplicationSourceTagFilter"; +} from './autoscalingplans_ScalingPlanApplicationSourceTagFilter'; export interface autoscalingplans_ScalingPlanApplicationSource { // ARN of a AWS CloudFormation stack. @@ -22,16 +22,16 @@ export function autoscalingplans_ScalingPlanApplicationSource_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "cloudformationStackArn", - "ARN of a AWS CloudFormation stack.", + 'cloudformationStackArn', + 'ARN of a AWS CloudFormation stack.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagFilters", - "Set of tags.", + 'tagFilters', + 'Set of tags.', () => autoscalingplans_ScalingPlanApplicationSourceTagFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSourceTagFilter.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSourceTagFilter.ts index 2462d2723..b23a42d20 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSourceTagFilter.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanApplicationSourceTagFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscalingplans_ScalingPlanApplicationSourceTagFilter { // Tag key. @@ -18,16 +18,16 @@ export function autoscalingplans_ScalingPlanApplicationSourceTagFilter_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "Tag key.", + 'key', + 'Tag key.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Tag values.", + 'values', + 'Tag values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstruction.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstruction.ts index d624a578f..f2aae7635 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstruction.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstruction.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification, autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification_GetTypes, -} from "./autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification"; +} from './autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification'; import { autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification, autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification_GetTypes, -} from "./autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification"; +} from './autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification'; import { autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration, autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration_GetTypes, -} from "./autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration"; +} from './autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration'; export interface autoscalingplans_ScalingPlanScalingInstruction { /* @@ -78,16 +78,16 @@ export function autoscalingplans_ScalingPlanScalingInstruction_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "scheduledActionBufferTime", - "Amount of time, in seconds, to buffer the run time of scheduled scaling actions when scaling out.", + 'scheduledActionBufferTime', + 'Amount of time, in seconds, to buffer the run time of scheduled scaling actions when scaling out.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "customizedLoadMetricSpecification", - "Customized load metric to use for predictive scaling. You must specify either `customized_load_metric_specification` or `predefined_load_metric_specification` when configuring predictive scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CustomizedLoadMetricSpecification.html).", + 'customizedLoadMetricSpecification', + 'Customized load metric to use for predictive scaling. You must specify either `customized_load_metric_specification` or `predefined_load_metric_specification` when configuring predictive scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CustomizedLoadMetricSpecification.html).', () => autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification_GetTypes(), false, @@ -95,23 +95,23 @@ export function autoscalingplans_ScalingPlanScalingInstruction_GetTypes(): Dynam ), new DynamicUIProps( InputType.Bool, - "disableDynamicScaling", - "Boolean controlling whether dynamic scaling by AWS Auto Scaling is disabled. Defaults to `false`.", + 'disableDynamicScaling', + 'Boolean controlling whether dynamic scaling by AWS Auto Scaling is disabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scalableDimension", - "Scalable dimension associated with the resource. Valid values: `autoscaling:autoScalingGroup:DesiredCapacity`, `dynamodb:index:ReadCapacityUnits`, `dynamodb:index:WriteCapacityUnits`, `dynamodb:table:ReadCapacityUnits`, `dynamodb:table:WriteCapacityUnits`, `ecs:service:DesiredCount`, `ec2:spot-fleet-request:TargetCapacity`, `rds:cluster:ReadReplicaCount`.", + 'scalableDimension', + 'Scalable dimension associated with the resource. Valid values: `autoscaling:autoScalingGroup:DesiredCapacity`, `dynamodb:index:ReadCapacityUnits`, `dynamodb:index:WriteCapacityUnits`, `dynamodb:table:ReadCapacityUnits`, `dynamodb:table:WriteCapacityUnits`, `ecs:service:DesiredCount`, `ec2:spot-fleet-request:TargetCapacity`, `rds:cluster:ReadReplicaCount`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scalingPolicyUpdateBehavior", + 'scalingPolicyUpdateBehavior', "Controls whether a resource's externally created scaling policies are kept or replaced. Valid values: `KeepExternalPolicies`, `ReplaceExternalPolicies`. Defaults to `KeepExternalPolicies`.", () => [], false, @@ -119,40 +119,40 @@ export function autoscalingplans_ScalingPlanScalingInstruction_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "serviceNamespace", - "Namespace of the AWS service. Valid values: `autoscaling`, `dynamodb`, `ecs`, `ec2`, `rds`.", + 'serviceNamespace', + 'Namespace of the AWS service. Valid values: `autoscaling`, `dynamodb`, `ecs`, `ec2`, `rds`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "predictiveScalingMaxCapacityBehavior", - "Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity specified for the resource.\nValid values: `SetForecastCapacityToMaxCapacity`, `SetMaxCapacityAboveForecastCapacity`, `SetMaxCapacityToForecastCapacity`.", + 'predictiveScalingMaxCapacityBehavior', + 'Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity specified for the resource.\nValid values: `SetForecastCapacityToMaxCapacity`, `SetMaxCapacityAboveForecastCapacity`, `SetMaxCapacityToForecastCapacity`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minCapacity", - "Minimum capacity of the resource.", + 'minCapacity', + 'Minimum capacity of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "ID of the resource. This string consists of the resource type and unique identifier.", + 'resourceId', + 'ID of the resource. This string consists of the resource type and unique identifier.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetTrackingConfigurations", - "Structure that defines new target tracking configurations. Each of these structures includes a specific scaling metric and a target value for the metric, along with various parameters to use with dynamic scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_TargetTrackingConfiguration.html).", + 'targetTrackingConfigurations', + 'Structure that defines new target tracking configurations. Each of these structures includes a specific scaling metric and a target value for the metric, along with various parameters to use with dynamic scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_TargetTrackingConfiguration.html).', () => autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration_GetTypes(), true, @@ -160,8 +160,8 @@ export function autoscalingplans_ScalingPlanScalingInstruction_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "predefinedLoadMetricSpecification", - "Predefined load metric to use for predictive scaling. You must specify either `predefined_load_metric_specification` or `customized_load_metric_specification` when configuring predictive scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedLoadMetricSpecification.html).", + 'predefinedLoadMetricSpecification', + 'Predefined load metric to use for predictive scaling. You must specify either `predefined_load_metric_specification` or `customized_load_metric_specification` when configuring predictive scaling.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedLoadMetricSpecification.html).', () => autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification_GetTypes(), false, @@ -169,24 +169,24 @@ export function autoscalingplans_ScalingPlanScalingInstruction_GetTypes(): Dynam ), new DynamicUIProps( InputType.Number, - "predictiveScalingMaxCapacityBuffer", - "Size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity.", + 'predictiveScalingMaxCapacityBuffer', + 'Size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacity", - "Maximum capacity of the resource. The exception to this upper limit is if you specify a non-default setting for `predictive_scaling_max_capacity_behavior`.", + 'maxCapacity', + 'Maximum capacity of the resource. The exception to this upper limit is if you specify a non-default setting for `predictive_scaling_max_capacity_behavior`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "predictiveScalingMode", - "Predictive scaling mode. Valid values: `ForecastAndScale`, `ForecastOnly`.", + 'predictiveScalingMode', + 'Predictive scaling mode. Valid values: `ForecastAndScale`, `ForecastOnly`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification.ts index 8f8a0cd0e..0fa745878 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetricSpecification { // Dimensions of the metric. @@ -27,40 +27,40 @@ export function autoscalingplans_ScalingPlanScalingInstructionCustomizedLoadMetr return [ new DynamicUIProps( InputType.Map, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statistic", - "Statistic of the metric. Currently, the value must always be `Sum`.", + 'statistic', + 'Statistic of the metric. Currently, the value must always be `Sum`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metric.", + 'unit', + 'Unit of the metric.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification.ts index f26767b64..19234ae3d 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetricSpecification { // Metric type. Valid values: `ALBTargetGroupRequestCount`, `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`. @@ -18,16 +18,16 @@ export function autoscalingplans_ScalingPlanScalingInstructionPredefinedLoadMetr return [ new DynamicUIProps( InputType.String, - "predefinedLoadMetricType", - "Metric type. Valid values: `ALBTargetGroupRequestCount`, `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`.", + 'predefinedLoadMetricType', + 'Metric type. Valid values: `ALBTargetGroupRequestCount`, `ASGTotalCPUUtilization`, `ASGTotalNetworkIn`, `ASGTotalNetworkOut`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Identifies the resource associated with the metric type.", + 'resourceLabel', + 'Identifies the resource associated with the metric type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration.ts index 32027df2d..9e181f54f 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification, autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification_GetTypes, -} from "./autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification"; +} from './autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification'; import { autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification, autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification_GetTypes, -} from "./autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification"; +} from './autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification'; export interface autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfiguration { /* @@ -56,8 +56,8 @@ export function autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConf return [ new DynamicUIProps( InputType.Object, - "predefinedScalingMetricSpecification", - "Predefined metric. You can specify either `predefined_scaling_metric_specification` or `customized_scaling_metric_specification`.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedScalingMetricSpecification.html).", + 'predefinedScalingMetricSpecification', + 'Predefined metric. You can specify either `predefined_scaling_metric_specification` or `customized_scaling_metric_specification`.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_PredefinedScalingMetricSpecification.html).', () => autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification_GetTypes(), false, @@ -65,32 +65,32 @@ export function autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConf ), new DynamicUIProps( InputType.Number, - "scaleInCooldown", - "Amount of time, in seconds, after a scale in activity completes before another scale in activity can start.\nThis value is not used if the scalable resource is an Auto Scaling group.", + 'scaleInCooldown', + 'Amount of time, in seconds, after a scale in activity completes before another scale in activity can start.\nThis value is not used if the scalable resource is an Auto Scaling group.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "scaleOutCooldown", - "Amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.\nThis value is not used if the scalable resource is an Auto Scaling group.", + 'scaleOutCooldown', + 'Amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.\nThis value is not used if the scalable resource is an Auto Scaling group.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetValue", - "Target value for the metric.", + 'targetValue', + 'Target value for the metric.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "customizedScalingMetricSpecification", - "Customized metric. You can specify either `customized_scaling_metric_specification` or `predefined_scaling_metric_specification`.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CustomizedScalingMetricSpecification.html).", + 'customizedScalingMetricSpecification', + 'Customized metric. You can specify either `customized_scaling_metric_specification` or `predefined_scaling_metric_specification`.\nMore details can be found in the [AWS Auto Scaling API Reference](https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CustomizedScalingMetricSpecification.html).', () => autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification_GetTypes(), false, @@ -98,16 +98,16 @@ export function autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConf ), new DynamicUIProps( InputType.Bool, - "disableScaleIn", - "Boolean indicating whether scale in by the target tracking scaling policy is disabled. Defaults to `false`.", + 'disableScaleIn', + 'Boolean indicating whether scale in by the target tracking scaling policy is disabled. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "estimatedInstanceWarmup", - "Estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\nThis value is used only if the resource is an Auto Scaling group.", + 'estimatedInstanceWarmup', + 'Estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.\nThis value is used only if the resource is an Auto Scaling group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification.ts index 6e29be891..015ca6c25 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecification { // Dimensions of the metric. @@ -27,40 +27,40 @@ export function autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConf return [ new DynamicUIProps( InputType.Map, - "dimensions", - "Dimensions of the metric.", + 'dimensions', + 'Dimensions of the metric.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "Name of the metric.", + 'metricName', + 'Name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace of the metric.", + 'namespace', + 'Namespace of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statistic", - "Statistic of the metric. Valid values: `Average`, `Maximum`, `Minimum`, `SampleCount`, `Sum`.", + 'statistic', + 'Statistic of the metric. Valid values: `Average`, `Maximum`, `Minimum`, `SampleCount`, `Sum`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of the metric.", + 'unit', + 'Unit of the metric.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification.ts b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification.ts index 8722360e8..bbd567f47 100644 --- a/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification.ts +++ b/src/app/Models/codegen/aws/types/autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecification { // Metric type. Valid values: `ALBRequestCountPerTarget`, `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, `DynamoDBReadCapacityUtilization`, `DynamoDBWriteCapacityUtilization`, `ECSServiceAverageCPUUtilization`, `ECSServiceAverageMemoryUtilization`, `EC2SpotFleetRequestAverageCPUUtilization`, `EC2SpotFleetRequestAverageNetworkIn`, `EC2SpotFleetRequestAverageNetworkOut`, `RDSReaderAverageCPUUtilization`, `RDSReaderAverageDatabaseConnections`. @@ -18,16 +18,16 @@ export function autoscalingplans_ScalingPlanScalingInstructionTargetTrackingConf return [ new DynamicUIProps( InputType.String, - "predefinedScalingMetricType", - "Metric type. Valid values: `ALBRequestCountPerTarget`, `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, `DynamoDBReadCapacityUtilization`, `DynamoDBWriteCapacityUtilization`, `ECSServiceAverageCPUUtilization`, `ECSServiceAverageMemoryUtilization`, `EC2SpotFleetRequestAverageCPUUtilization`, `EC2SpotFleetRequestAverageNetworkIn`, `EC2SpotFleetRequestAverageNetworkOut`, `RDSReaderAverageCPUUtilization`, `RDSReaderAverageDatabaseConnections`.", + 'predefinedScalingMetricType', + 'Metric type. Valid values: `ALBRequestCountPerTarget`, `ASGAverageCPUUtilization`, `ASGAverageNetworkIn`, `ASGAverageNetworkOut`, `DynamoDBReadCapacityUtilization`, `DynamoDBWriteCapacityUtilization`, `ECSServiceAverageCPUUtilization`, `ECSServiceAverageMemoryUtilization`, `EC2SpotFleetRequestAverageCPUUtilization`, `EC2SpotFleetRequestAverageNetworkIn`, `EC2SpotFleetRequestAverageNetworkOut`, `RDSReaderAverageCPUUtilization`, `RDSReaderAverageDatabaseConnections`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceLabel", - "Identifies the resource associated with the metric type.", + 'resourceLabel', + 'Identifies the resource associated with the metric type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/backup_FrameworkControl.ts b/src/app/Models/codegen/aws/types/backup_FrameworkControl.ts index d01dfdee7..c83dc128b 100644 --- a/src/app/Models/codegen/aws/types/backup_FrameworkControl.ts +++ b/src/app/Models/codegen/aws/types/backup_FrameworkControl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_FrameworkControlInputParameter, backup_FrameworkControlInputParameter_GetTypes, -} from "./backup_FrameworkControlInputParameter"; +} from './backup_FrameworkControlInputParameter'; import { backup_FrameworkControlScope, backup_FrameworkControlScope_GetTypes, -} from "./backup_FrameworkControlScope"; +} from './backup_FrameworkControlScope'; export interface backup_FrameworkControl { // One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below. @@ -29,7 +29,7 @@ export function backup_FrameworkControl_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "inputParameters", + 'inputParameters', 'One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.', () => backup_FrameworkControlInputParameter_GetTypes(), false, @@ -37,16 +37,16 @@ export function backup_FrameworkControl_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "name", - "The name of a control. This name is between 1 and 256 characters.", + 'name', + 'The name of a control. This name is between 1 and 256 characters.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scope", - "The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.", + 'scope', + 'The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.', () => backup_FrameworkControlScope_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/backup_FrameworkControlInputParameter.ts b/src/app/Models/codegen/aws/types/backup_FrameworkControlInputParameter.ts index 9932a3af9..b1d2ba4fa 100644 --- a/src/app/Models/codegen/aws/types/backup_FrameworkControlInputParameter.ts +++ b/src/app/Models/codegen/aws/types/backup_FrameworkControlInputParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_FrameworkControlInputParameter { // The name of a parameter, for example, BackupPlanFrequency. @@ -18,16 +18,16 @@ export function backup_FrameworkControlInputParameter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", - "The name of a parameter, for example, BackupPlanFrequency.", + 'name', + 'The name of a parameter, for example, BackupPlanFrequency.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of parameter, for example, hourly.", + 'value', + 'The value of parameter, for example, hourly.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/backup_FrameworkControlScope.ts b/src/app/Models/codegen/aws/types/backup_FrameworkControlScope.ts index f3e996354..19452f785 100644 --- a/src/app/Models/codegen/aws/types/backup_FrameworkControlScope.ts +++ b/src/app/Models/codegen/aws/types/backup_FrameworkControlScope.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_FrameworkControlScope { // The ID of the only AWS resource that you want your control scope to contain. Minimum number of 1 item. Maximum number of 100 items. @@ -21,24 +21,24 @@ export function backup_FrameworkControlScope_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "complianceResourceIds", - "The ID of the only AWS resource that you want your control scope to contain. Minimum number of 1 item. Maximum number of 100 items.", + 'complianceResourceIds', + 'The ID of the only AWS resource that you want your control scope to contain. Minimum number of 1 item. Maximum number of 100 items.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "complianceResourceTypes", - "Describes whether the control scope includes one or more types of resources, such as EFS or RDS.", + 'complianceResourceTypes', + 'Describes whether the control scope includes one or more types of resources, such as EFS or RDS.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "The tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.", + 'tags', + 'The tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/backup_PlanAdvancedBackupSetting.ts b/src/app/Models/codegen/aws/types/backup_PlanAdvancedBackupSetting.ts index 655de6095..6533b9900 100644 --- a/src/app/Models/codegen/aws/types/backup_PlanAdvancedBackupSetting.ts +++ b/src/app/Models/codegen/aws/types/backup_PlanAdvancedBackupSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_PlanAdvancedBackupSetting { // Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Set to `{ WindowsVSS = "enabled" }` to enable Windows VSS backup option and create a VSS Windows backup. @@ -18,7 +18,7 @@ export function backup_PlanAdvancedBackupSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "backupOptions", + 'backupOptions', 'Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Set to `{ WindowsVSS = "enabled" }` to enable Windows VSS backup option and create a VSS Windows backup.', () => InputType_Map_GetTypes(), true, @@ -26,8 +26,8 @@ export function backup_PlanAdvancedBackupSetting_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "resourceType", - "The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values: `EC2`.", + 'resourceType', + 'The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values: `EC2`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/backup_PlanRule.ts b/src/app/Models/codegen/aws/types/backup_PlanRule.ts index 0845f932d..d1c0f93e9 100644 --- a/src/app/Models/codegen/aws/types/backup_PlanRule.ts +++ b/src/app/Models/codegen/aws/types/backup_PlanRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_PlanRuleLifecycle, backup_PlanRuleLifecycle_GetTypes, -} from "./backup_PlanRuleLifecycle"; +} from './backup_PlanRuleLifecycle'; import { backup_PlanRuleCopyAction, backup_PlanRuleCopyAction_GetTypes, -} from "./backup_PlanRuleCopyAction"; +} from './backup_PlanRuleCopyAction'; export interface backup_PlanRule { // Enable continuous backups for supported resources. @@ -47,72 +47,72 @@ export function backup_PlanRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "schedule", - "A CRON expression specifying when AWS Backup initiates a backup job.", + 'schedule', + 'A CRON expression specifying when AWS Backup initiates a backup job.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "recoveryPointTags", - "Metadata that you can assign to help organize the resources that you create.", + 'recoveryPointTags', + 'Metadata that you can assign to help organize the resources that you create.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetVaultName", - "The name of a logical container where backups are stored.", + 'targetVaultName', + 'The name of a logical container where backups are stored.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableContinuousBackup", - "Enable continuous backups for supported resources.", + 'enableContinuousBackup', + 'Enable continuous backups for supported resources.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "lifecycle", - "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Fields documented below.", + 'lifecycle', + 'The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Fields documented below.', () => backup_PlanRuleLifecycle_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ruleName", - "An display name for a backup rule.", + 'ruleName', + 'An display name for a backup rule.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "copyActions", - "Configuration block(s) with copy operation settings. Detailed below.", + 'copyActions', + 'Configuration block(s) with copy operation settings. Detailed below.', () => backup_PlanRuleCopyAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "startWindow", - "The amount of time in minutes before beginning a backup.", + 'startWindow', + 'The amount of time in minutes before beginning a backup.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "completionWindow", - "The amount of time in minutes AWS Backup attempts a backup before canceling the job and returning an error.", + 'completionWindow', + 'The amount of time in minutes AWS Backup attempts a backup before canceling the job and returning an error.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/backup_PlanRuleCopyAction.ts b/src/app/Models/codegen/aws/types/backup_PlanRuleCopyAction.ts index a230773a1..e7a52885b 100644 --- a/src/app/Models/codegen/aws/types/backup_PlanRuleCopyAction.ts +++ b/src/app/Models/codegen/aws/types/backup_PlanRuleCopyAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_PlanRuleCopyActionLifecycle, backup_PlanRuleCopyActionLifecycle_GetTypes, -} from "./backup_PlanRuleCopyActionLifecycle"; +} from './backup_PlanRuleCopyActionLifecycle'; export interface backup_PlanRuleCopyAction { // An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. @@ -22,16 +22,16 @@ export function backup_PlanRuleCopyAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationVaultArn", - "An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.", + 'destinationVaultArn', + 'An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "lifecycle", - "The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.", + 'lifecycle', + 'The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.', () => backup_PlanRuleCopyActionLifecycle_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/backup_PlanRuleCopyActionLifecycle.ts b/src/app/Models/codegen/aws/types/backup_PlanRuleCopyActionLifecycle.ts index 2f10157f5..f8c920467 100644 --- a/src/app/Models/codegen/aws/types/backup_PlanRuleCopyActionLifecycle.ts +++ b/src/app/Models/codegen/aws/types/backup_PlanRuleCopyActionLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_PlanRuleCopyActionLifecycle { // Specifies the number of days after creation that a recovery point is moved to cold storage. @@ -21,24 +21,24 @@ export function backup_PlanRuleCopyActionLifecycle_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "coldStorageAfter", - "Specifies the number of days after creation that a recovery point is moved to cold storage.", + 'coldStorageAfter', + 'Specifies the number of days after creation that a recovery point is moved to cold storage.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deleteAfter", - "Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after`.", + 'deleteAfter', + 'Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "optInToArchiveForSupportedResources", - "This setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.", + 'optInToArchiveForSupportedResources', + 'This setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/backup_PlanRuleLifecycle.ts b/src/app/Models/codegen/aws/types/backup_PlanRuleLifecycle.ts index 0b56d6117..4a7757f79 100644 --- a/src/app/Models/codegen/aws/types/backup_PlanRuleLifecycle.ts +++ b/src/app/Models/codegen/aws/types/backup_PlanRuleLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_PlanRuleLifecycle { // Specifies the number of days after creation that a recovery point is moved to cold storage. @@ -21,24 +21,24 @@ export function backup_PlanRuleLifecycle_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "coldStorageAfter", - "Specifies the number of days after creation that a recovery point is moved to cold storage.", + 'coldStorageAfter', + 'Specifies the number of days after creation that a recovery point is moved to cold storage.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deleteAfter", - "Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after`.", + 'deleteAfter', + 'Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "optInToArchiveForSupportedResources", - "This setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.", + 'optInToArchiveForSupportedResources', + 'This setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/backup_ReportPlanReportDeliveryChannel.ts b/src/app/Models/codegen/aws/types/backup_ReportPlanReportDeliveryChannel.ts index 87dd79b3f..d90632cec 100644 --- a/src/app/Models/codegen/aws/types/backup_ReportPlanReportDeliveryChannel.ts +++ b/src/app/Models/codegen/aws/types/backup_ReportPlanReportDeliveryChannel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_ReportPlanReportDeliveryChannel { // A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV. @@ -21,24 +21,24 @@ export function backup_ReportPlanReportDeliveryChannel_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "The unique name of the S3 bucket that receives your reports.", + 's3BucketName', + 'The unique name of the S3 bucket that receives your reports.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.", + 's3KeyPrefix', + 'The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "formats", - "A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.", + 'formats', + 'A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/backup_ReportPlanReportSetting.ts b/src/app/Models/codegen/aws/types/backup_ReportPlanReportSetting.ts index 9bb7de535..fc01b72d6 100644 --- a/src/app/Models/codegen/aws/types/backup_ReportPlanReportSetting.ts +++ b/src/app/Models/codegen/aws/types/backup_ReportPlanReportSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_ReportPlanReportSetting { // Specifies the list of accounts a report covers. @@ -30,48 +30,48 @@ export function backup_ReportPlanReportSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "frameworkArns", - "Specifies the Amazon Resource Names (ARNs) of the frameworks a report covers.", + 'frameworkArns', + 'Specifies the Amazon Resource Names (ARNs) of the frameworks a report covers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "numberOfFrameworks", - "Specifies the number of frameworks a report covers.", + 'numberOfFrameworks', + 'Specifies the number of frameworks a report covers.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "organizationUnits", - "Specifies the list of Organizational Units a report covers.", + 'organizationUnits', + 'Specifies the list of Organizational Units a report covers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "regions", - "Specifies the list of regions a report covers.", + 'regions', + 'Specifies the list of regions a report covers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "reportTemplate", - "Identifies the report template for the report. Reports are built using a report template. The report templates are: `RESOURCE_COMPLIANCE_REPORT` | `CONTROL_COMPLIANCE_REPORT` | `BACKUP_JOB_REPORT` | `COPY_JOB_REPORT` | `RESTORE_JOB_REPORT`.", + 'reportTemplate', + 'Identifies the report template for the report. Reports are built using a report template. The report templates are: `RESOURCE_COMPLIANCE_REPORT` | `CONTROL_COMPLIANCE_REPORT` | `BACKUP_JOB_REPORT` | `COPY_JOB_REPORT` | `RESTORE_JOB_REPORT`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "accounts", - "Specifies the list of accounts a report covers.", + 'accounts', + 'Specifies the list of accounts a report covers.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionCondition.ts b/src/app/Models/codegen/aws/types/backup_SelectionCondition.ts index 4df0f3f83..81fb3b708 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionCondition.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionCondition.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_SelectionConditionStringLike, backup_SelectionConditionStringLike_GetTypes, -} from "./backup_SelectionConditionStringLike"; +} from './backup_SelectionConditionStringLike'; import { backup_SelectionConditionStringNotEqual, backup_SelectionConditionStringNotEqual_GetTypes, -} from "./backup_SelectionConditionStringNotEqual"; +} from './backup_SelectionConditionStringNotEqual'; import { backup_SelectionConditionStringNotLike, backup_SelectionConditionStringNotLike_GetTypes, -} from "./backup_SelectionConditionStringNotLike"; +} from './backup_SelectionConditionStringNotLike'; import { backup_SelectionConditionStringEqual, backup_SelectionConditionStringEqual_GetTypes, -} from "./backup_SelectionConditionStringEqual"; +} from './backup_SelectionConditionStringEqual'; export interface backup_SelectionCondition { // @@ -40,32 +40,32 @@ export function backup_SelectionCondition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "stringLikes", - "", + 'stringLikes', + '', () => backup_SelectionConditionStringLike_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "stringNotEquals", - "", + 'stringNotEquals', + '', () => backup_SelectionConditionStringNotEqual_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "stringNotLikes", - "", + 'stringNotLikes', + '', () => backup_SelectionConditionStringNotLike_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "stringEquals", - "", + 'stringEquals', + '', () => backup_SelectionConditionStringEqual_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringEqual.ts b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringEqual.ts index db3278dd9..6fd38d3e5 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringEqual.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringEqual.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_SelectionConditionStringEqual { // The key in a key-value pair. @@ -18,16 +18,16 @@ export function backup_SelectionConditionStringEqual_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "key", - "The key in a key-value pair.", + 'key', + 'The key in a key-value pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value in a key-value pair.", + 'value', + 'The value in a key-value pair.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringLike.ts b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringLike.ts index 32d1f8c99..58252d392 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringLike.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringLike.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_SelectionConditionStringLike { // The key in a key-value pair. @@ -18,16 +18,16 @@ export function backup_SelectionConditionStringLike_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "key", - "The key in a key-value pair.", + 'key', + 'The key in a key-value pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value in a key-value pair.", + 'value', + 'The value in a key-value pair.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotEqual.ts b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotEqual.ts index 7e00aa5f2..ad714c4a9 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotEqual.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotEqual.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_SelectionConditionStringNotEqual { // The key in a key-value pair. @@ -18,16 +18,16 @@ export function backup_SelectionConditionStringNotEqual_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "value", - "The value in a key-value pair.", + 'value', + 'The value in a key-value pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "key", - "The key in a key-value pair.", + 'key', + 'The key in a key-value pair.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotLike.ts b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotLike.ts index 1d6fa2b9b..9fc1661d9 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotLike.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionConditionStringNotLike.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_SelectionConditionStringNotLike { // The key in a key-value pair. @@ -18,16 +18,16 @@ export function backup_SelectionConditionStringNotLike_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "key", - "The key in a key-value pair.", + 'key', + 'The key in a key-value pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value in a key-value pair.", + 'value', + 'The value in a key-value pair.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/backup_SelectionSelectionTag.ts b/src/app/Models/codegen/aws/types/backup_SelectionSelectionTag.ts index acea5784e..8043ed557 100644 --- a/src/app/Models/codegen/aws/types/backup_SelectionSelectionTag.ts +++ b/src/app/Models/codegen/aws/types/backup_SelectionSelectionTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_SelectionSelectionTag { // An operation, such as `StringEquals`, that is applied to a key-value pair used to filter resources in a selection. @@ -21,24 +21,24 @@ export function backup_SelectionSelectionTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "An operation, such as `StringEquals`, that is applied to a key-value pair used to filter resources in a selection.", + 'type', + 'An operation, such as `StringEquals`, that is applied to a key-value pair used to filter resources in a selection.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value in a key-value pair.", + 'value', + 'The value in a key-value pair.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "key", - "The key in a key-value pair.", + 'key', + 'The key in a key-value pair.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/backup_getFrameworkControl.ts b/src/app/Models/codegen/aws/types/backup_getFrameworkControl.ts index 53dd3c9c3..75fc2a911 100644 --- a/src/app/Models/codegen/aws/types/backup_getFrameworkControl.ts +++ b/src/app/Models/codegen/aws/types/backup_getFrameworkControl.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_getFrameworkControlInputParameter, backup_getFrameworkControlInputParameter_GetTypes, -} from "./backup_getFrameworkControlInputParameter"; +} from './backup_getFrameworkControlInputParameter'; import { backup_getFrameworkControlScope, backup_getFrameworkControlScope_GetTypes, -} from "./backup_getFrameworkControlScope"; +} from './backup_getFrameworkControlScope'; export interface backup_getFrameworkControl { // One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below. @@ -29,7 +29,7 @@ export function backup_getFrameworkControl_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "inputParameters", + 'inputParameters', 'One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.', () => backup_getFrameworkControlInputParameter_GetTypes(), true, @@ -37,16 +37,16 @@ export function backup_getFrameworkControl_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "name", - "Backup framework name.", + 'name', + 'Backup framework name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "scopes", - "Scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.", + 'scopes', + 'Scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.', () => backup_getFrameworkControlScope_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getFrameworkControlInputParameter.ts b/src/app/Models/codegen/aws/types/backup_getFrameworkControlInputParameter.ts index 9d10eb684..60509c0d9 100644 --- a/src/app/Models/codegen/aws/types/backup_getFrameworkControlInputParameter.ts +++ b/src/app/Models/codegen/aws/types/backup_getFrameworkControlInputParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getFrameworkControlInputParameter { // Backup framework name. @@ -18,16 +18,16 @@ export function backup_getFrameworkControlInputParameter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Backup framework name.", + 'name', + 'Backup framework name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter, for example, hourly.", + 'value', + 'Value of parameter, for example, hourly.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getFrameworkControlScope.ts b/src/app/Models/codegen/aws/types/backup_getFrameworkControlScope.ts index d6d7de901..9ae4e41dc 100644 --- a/src/app/Models/codegen/aws/types/backup_getFrameworkControlScope.ts +++ b/src/app/Models/codegen/aws/types/backup_getFrameworkControlScope.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getFrameworkControlScope { // The ID of the only AWS resource that you want your control scope to contain. @@ -21,24 +21,24 @@ export function backup_getFrameworkControlScope_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "tags", - "Tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.", + 'tags', + 'Tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "complianceResourceIds", - "The ID of the only AWS resource that you want your control scope to contain.", + 'complianceResourceIds', + 'The ID of the only AWS resource that you want your control scope to contain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "complianceResourceTypes", - "Describes whether the control scope includes one or more types of resources, such as EFS or RDS.", + 'complianceResourceTypes', + 'Describes whether the control scope includes one or more types of resources, such as EFS or RDS.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getPlanRule.ts b/src/app/Models/codegen/aws/types/backup_getPlanRule.ts index 6aad5649b..b219c59ba 100644 --- a/src/app/Models/codegen/aws/types/backup_getPlanRule.ts +++ b/src/app/Models/codegen/aws/types/backup_getPlanRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_getPlanRuleCopyAction, backup_getPlanRuleCopyAction_GetTypes, -} from "./backup_getPlanRuleCopyAction"; +} from './backup_getPlanRuleCopyAction'; import { backup_getPlanRuleLifecycle, backup_getPlanRuleLifecycle_GetTypes, -} from "./backup_getPlanRuleLifecycle"; +} from './backup_getPlanRuleLifecycle'; export interface backup_getPlanRule { // @@ -47,61 +47,61 @@ export function backup_getPlanRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "completionWindow", - "", + 'completionWindow', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "ruleName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'ruleName', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "startWindow", - "", + 'startWindow', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "lifecycles", - "", + 'lifecycles', + '', () => backup_getPlanRuleLifecycle_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "targetVaultName", - "", + 'targetVaultName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "copyActions", - "", + 'copyActions', + '', () => backup_getPlanRuleCopyAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "enableContinuousBackup", - "", + 'enableContinuousBackup', + '', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "recoveryPointTags", - "", + 'recoveryPointTags', + '', () => InputType_Map_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "schedule", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'schedule', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyAction.ts b/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyAction.ts index d1fa86052..323a58be9 100644 --- a/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyAction.ts +++ b/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backup_getPlanRuleCopyActionLifecycle, backup_getPlanRuleCopyActionLifecycle_GetTypes, -} from "./backup_getPlanRuleCopyActionLifecycle"; +} from './backup_getPlanRuleCopyActionLifecycle'; export interface backup_getPlanRuleCopyAction { // @@ -22,16 +22,16 @@ export function backup_getPlanRuleCopyAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationVaultArn", - "", + 'destinationVaultArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "lifecycles", - "", + 'lifecycles', + '', () => backup_getPlanRuleCopyActionLifecycle_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyActionLifecycle.ts b/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyActionLifecycle.ts index 3a29037f4..b422e8dea 100644 --- a/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyActionLifecycle.ts +++ b/src/app/Models/codegen/aws/types/backup_getPlanRuleCopyActionLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getPlanRuleCopyActionLifecycle { // @@ -21,24 +21,24 @@ export function backup_getPlanRuleCopyActionLifecycle_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "deleteAfter", - "", + 'deleteAfter', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "optInToArchiveForSupportedResources", - "", + 'optInToArchiveForSupportedResources', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "coldStorageAfter", - "", + 'coldStorageAfter', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getPlanRuleLifecycle.ts b/src/app/Models/codegen/aws/types/backup_getPlanRuleLifecycle.ts index ad59b81cc..572b93acf 100644 --- a/src/app/Models/codegen/aws/types/backup_getPlanRuleLifecycle.ts +++ b/src/app/Models/codegen/aws/types/backup_getPlanRuleLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getPlanRuleLifecycle { // @@ -21,24 +21,24 @@ export function backup_getPlanRuleLifecycle_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "deleteAfter", - "", + 'deleteAfter', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "optInToArchiveForSupportedResources", - "", + 'optInToArchiveForSupportedResources', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "coldStorageAfter", - "", + 'coldStorageAfter', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getReportPlanReportDeliveryChannel.ts b/src/app/Models/codegen/aws/types/backup_getReportPlanReportDeliveryChannel.ts index e8de5d587..b63aabbee 100644 --- a/src/app/Models/codegen/aws/types/backup_getReportPlanReportDeliveryChannel.ts +++ b/src/app/Models/codegen/aws/types/backup_getReportPlanReportDeliveryChannel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getReportPlanReportDeliveryChannel { // Unique name of the S3 bucket that receives your reports. @@ -21,24 +21,24 @@ export function backup_getReportPlanReportDeliveryChannel_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "Unique name of the S3 bucket that receives your reports.", + 's3BucketName', + 'Unique name of the S3 bucket that receives your reports.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "Prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name.", + 's3KeyPrefix', + 'Prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "formats", - "List of the format of your reports: CSV, JSON, or both.", + 'formats', + 'List of the format of your reports: CSV, JSON, or both.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/backup_getReportPlanReportSetting.ts b/src/app/Models/codegen/aws/types/backup_getReportPlanReportSetting.ts index d41dc8f39..5f0725c03 100644 --- a/src/app/Models/codegen/aws/types/backup_getReportPlanReportSetting.ts +++ b/src/app/Models/codegen/aws/types/backup_getReportPlanReportSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface backup_getReportPlanReportSetting { // Identifies the report template for the report. Reports are built using a report template. @@ -30,48 +30,48 @@ export function backup_getReportPlanReportSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "frameworkArns", - "ARNs of the frameworks a report covers.", + 'frameworkArns', + 'ARNs of the frameworks a report covers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "numberOfFrameworks", - "Specifies the number of frameworks a report covers.", + 'numberOfFrameworks', + 'Specifies the number of frameworks a report covers.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "organizationUnits", - "(Optional) Specifies the list of Organizational Units a report covers.", + 'organizationUnits', + '(Optional) Specifies the list of Organizational Units a report covers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "regions", - "(Optional) Specifies the list of regions a report covers.", + 'regions', + '(Optional) Specifies the list of regions a report covers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "reportTemplate", - "Identifies the report template for the report. Reports are built using a report template.", + 'reportTemplate', + 'Identifies the report template for the report. Reports are built using a report template.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "accounts", - "(Optional) Specifies the list of accounts a report covers.", + 'accounts', + '(Optional) Specifies the list of accounts a report covers.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResources.ts b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResources.ts index 6f9ffcfb4..ce90320ac 100644 --- a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResources.ts +++ b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResources.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_ComputeEnvironmentComputeResourcesLaunchTemplate, batch_ComputeEnvironmentComputeResourcesLaunchTemplate_GetTypes, -} from "./batch_ComputeEnvironmentComputeResourcesLaunchTemplate"; +} from './batch_ComputeEnvironmentComputeResourcesLaunchTemplate'; import { batch_ComputeEnvironmentComputeResourcesEc2Configuration, batch_ComputeEnvironmentComputeResourcesEc2Configuration_GetTypes, -} from "./batch_ComputeEnvironmentComputeResourcesEc2Configuration"; +} from './batch_ComputeEnvironmentComputeResourcesEc2Configuration'; export interface batch_ComputeEnvironmentComputeResources { // The EC2 key pair that is used for instances launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified. @@ -71,7 +71,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "ec2KeyPair", + 'ec2KeyPair', "The EC2 key pair that is used for instances launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -79,23 +79,23 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.", + 'securityGroupIds', + 'A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of compute environment. Valid items are `EC2`, `SPOT`, `FARGATE` or `FARGATE_SPOT`.", + 'type', + 'The type of compute environment. Valid items are `EC2`, `SPOT`, `FARGATE` or `FARGATE_SPOT`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "allocationStrategy", + 'allocationStrategy', "The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/batch/latest/APIReference/API_ComputeResource.html#Batch-Type-ComputeResource-allocationStrategy). Defaults to `BEST_FIT`. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -103,7 +103,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "imageId", + 'imageId', "The Amazon Machine Image (AMI) ID used for instances launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified. (Deprecated, use `ec2_configuration` `image_id_override` instead)", () => [], false, @@ -111,7 +111,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "instanceRole", + 'instanceRole', "The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -119,7 +119,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Number, - "desiredVcpus", + 'desiredVcpus', "The desired number of EC2 vCPUS in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -127,7 +127,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Number, - "minVcpus", + 'minVcpus', "The minimum number of EC2 vCPUs that an environment should maintain. For `EC2` or `SPOT` compute environments, if the parameter is not explicitly defined, a `0` default value will be set. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -135,7 +135,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "Key-value pair tags to be applied to resources that are launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => InputType_Map_GetTypes(), false, @@ -143,7 +143,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Object, - "launchTemplate", + 'launchTemplate', "The launch template to use for your compute resources. See details below. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => batch_ComputeEnvironmentComputeResourcesLaunchTemplate_GetTypes(), false, @@ -151,7 +151,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "spotIamFleetRole", + 'spotIamFleetRole', "The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment. This parameter is required for SPOT compute environments. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, @@ -159,23 +159,23 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "placementGroup", - "The Amazon EC2 placement group to associate with your compute resources.", + 'placementGroup', + 'The Amazon EC2 placement group to associate with your compute resources.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnets", - "A list of VPC subnets into which the compute resources are launched.", + 'subnets', + 'A list of VPC subnets into which the compute resources are launched.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "instanceTypes", + 'instanceTypes', "A list of instance types that may be launched. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => InputType_String_GetTypes(), false, @@ -183,7 +183,7 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "ec2Configurations", + 'ec2Configurations', "Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment. If Ec2Configuration isn't specified, the default is ECS_AL2. This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.", () => batch_ComputeEnvironmentComputeResourcesEc2Configuration_GetTypes(), false, @@ -191,15 +191,15 @@ export function batch_ComputeEnvironmentComputeResources_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Number, - "maxVcpus", - "The maximum number of EC2 vCPUs that an environment can reach.", + 'maxVcpus', + 'The maximum number of EC2 vCPUs that an environment can reach.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bidPercentage", + 'bidPercentage', "Integer of maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your bid percentage is 20% (`20`), then the Spot price must be below 20% of the current On-Demand price for that EC2 instance. If you leave this field empty, the default value is 100% of the On-Demand price. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesEc2Configuration.ts b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesEc2Configuration.ts index eab61596e..d47c6e121 100644 --- a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesEc2Configuration.ts +++ b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesEc2Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_ComputeEnvironmentComputeResourcesEc2Configuration { // The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `image_id` argument in the `compute_resources` block. @@ -18,15 +18,15 @@ export function batch_ComputeEnvironmentComputeResourcesEc2Configuration_GetType return [ new DynamicUIProps( InputType.String, - "imageIdOverride", - "The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `image_id` argument in the `compute_resources` block.", + 'imageIdOverride', + 'The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `image_id` argument in the `compute_resources` block.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imageType", + 'imageType', "The image type to match with the instance type to select an AMI. If the `image_id_override` parameter isn't specified, then a recent [Amazon ECS-optimized Amazon Linux 2 AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#al2ami) (`ECS_AL2`) is used.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesLaunchTemplate.ts b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesLaunchTemplate.ts index b04aa387d..a7c4c2d4e 100644 --- a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentComputeResourcesLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_ComputeEnvironmentComputeResourcesLaunchTemplate { // ID of the launch template. You must specify either the launch template ID or launch template name in the request, but not both. @@ -21,24 +21,24 @@ export function batch_ComputeEnvironmentComputeResourcesLaunchTemplate_GetTypes( return [ new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the launch template. You must specify either the launch template ID or launch template name in the request, but not both.", + 'launchTemplateId', + 'ID of the launch template. You must specify either the launch template ID or launch template name in the request, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateName", - "Name of the launch template.", + 'launchTemplateName', + 'Name of the launch template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "version", - "The version number of the launch template. Default: The default version of the launch template.", + 'version', + 'The version number of the launch template. Default: The default version of the launch template.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentEksConfiguration.ts b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentEksConfiguration.ts index 00e938a63..b004952a8 100644 --- a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentEksConfiguration.ts +++ b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentEksConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_ComputeEnvironmentEksConfiguration { // The Amazon Resource Name (ARN) of the Amazon EKS cluster. @@ -18,16 +18,16 @@ export function batch_ComputeEnvironmentEksConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "eksClusterArn", - "The Amazon Resource Name (ARN) of the Amazon EKS cluster.", + 'eksClusterArn', + 'The Amazon Resource Name (ARN) of the Amazon EKS cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kubernetesNamespace", - "The namespace of the Amazon EKS cluster. AWS Batch manages pods in this namespace.", + 'kubernetesNamespace', + 'The namespace of the Amazon EKS cluster. AWS Batch manages pods in this namespace.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentUpdatePolicy.ts b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentUpdatePolicy.ts index ac0b6617e..01b0a916b 100644 --- a/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentUpdatePolicy.ts +++ b/src/app/Models/codegen/aws/types/batch_ComputeEnvironmentUpdatePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_ComputeEnvironmentUpdatePolicy { // Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. @@ -18,16 +18,16 @@ export function batch_ComputeEnvironmentUpdatePolicy_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "terminateJobsOnUpdate", - "Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.", + 'terminateJobsOnUpdate', + 'Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "jobExecutionTimeoutMinutes", - "Specifies the job timeout (in minutes) when the compute environment infrastructure is updated.", + 'jobExecutionTimeoutMinutes', + 'Specifies the job timeout (in minutes) when the compute environment infrastructure is updated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksProperties.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksProperties.ts index 049dfb340..d0d48fc0b 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksProperties.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionEksPropertiesPodProperties, batch_JobDefinitionEksPropertiesPodProperties_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodProperties"; +} from './batch_JobDefinitionEksPropertiesPodProperties'; export interface batch_JobDefinitionEksProperties { // Properties for the Kubernetes pod resources of a job. See `pod_properties` below. @@ -19,8 +19,8 @@ export function batch_JobDefinitionEksProperties_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "podProperties", - "Properties for the Kubernetes pod resources of a job. See `pod_properties` below.", + 'podProperties', + 'Properties for the Kubernetes pod resources of a job. See `pod_properties` below.', () => batch_JobDefinitionEksPropertiesPodProperties_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodProperties.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodProperties.ts index d8399b8ee..f7374ad99 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodProperties.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodProperties.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionEksPropertiesPodPropertiesMetadata, batch_JobDefinitionEksPropertiesPodPropertiesMetadata_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesMetadata"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesMetadata'; import { batch_JobDefinitionEksPropertiesPodPropertiesVolume, batch_JobDefinitionEksPropertiesPodPropertiesVolume_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesVolume"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesVolume'; import { batch_JobDefinitionEksPropertiesPodPropertiesContainers, batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesContainers"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesContainers'; import { batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret, batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret'; export interface batch_JobDefinitionEksPropertiesPodProperties { // Properties of the container that's used on the Amazon EKS pod. See containers below. @@ -49,7 +49,7 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "serviceAccountName", + 'serviceAccountName', "Name of the service account that's used to run the pod.", () => [], false, @@ -57,15 +57,15 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "volumes", - "Volumes for a job definition that uses Amazon EKS resources. AWS Batch supports emptyDir, hostPath, and secret volume types.", + 'volumes', + 'Volumes for a job definition that uses Amazon EKS resources. AWS Batch supports emptyDir, hostPath, and secret volume types.', () => batch_JobDefinitionEksPropertiesPodPropertiesVolume_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "containers", + 'containers', "Properties of the container that's used on the Amazon EKS pod. See containers below.", () => batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes(), true, @@ -73,7 +73,7 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "dnsPolicy", + 'dnsPolicy', "DNS policy for the pod. The default value is `ClusterFirst`. If the `host_network` argument is not specified, the default is `ClusterFirstWithHostNet`. `ClusterFirst` indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation.", () => [], false, @@ -81,7 +81,7 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami ), new DynamicUIProps( InputType.Bool, - "hostNetwork", + 'hostNetwork', "Whether the pod uses the hosts' network IP address. The default value is `true`. Setting this to `false` enables the Kubernetes pod networking model. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections.", () => [], false, @@ -89,8 +89,8 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "imagePullSecrets", - "List of Kubernetes secret resources. See `image_pull_secret` below.", + 'imagePullSecrets', + 'List of Kubernetes secret resources. See `image_pull_secret` below.', () => batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret_GetTypes(), false, @@ -98,8 +98,8 @@ export function batch_JobDefinitionEksPropertiesPodProperties_GetTypes(): Dynami ), new DynamicUIProps( InputType.Object, - "metadata", - "Metadata about the Kubernetes pod.", + 'metadata', + 'Metadata about the Kubernetes pod.', () => batch_JobDefinitionEksPropertiesPodPropertiesMetadata_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainers.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainers.ts index 060531a09..898f50b69 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainers.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainers.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionEksPropertiesPodPropertiesContainersResources, batch_JobDefinitionEksPropertiesPodPropertiesContainersResources_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesContainersResources"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesContainersResources'; import { batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext, batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext'; import { batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount, batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount'; import { batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv, batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv'; export interface batch_JobDefinitionEksPropertiesPodPropertiesContainers { // Name of the container. If the name isn't specified, the default name "Default" is used. Each container in a pod must have a unique name. @@ -55,7 +55,7 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes return [ new DynamicUIProps( InputType.Array, - "commands", + 'commands', "Entrypoint for the container. This isn't run within a shell. If this isn't specified, the ENTRYPOINT of the container image is used. Environment variable references are expanded using the container's environment.", () => InputType_String_GetTypes(), false, @@ -63,8 +63,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.Array, - "volumeMounts", - "Volume mounts for the container.", + 'volumeMounts', + 'Volume mounts for the container.', () => batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount_GetTypes(), false, @@ -72,16 +72,16 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.String, - "image", - "Docker image used to start the container.", + 'image', + 'Docker image used to start the container.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "resources", - "Type and amount of resources to assign to a container. The supported resources include `memory`, `cpu`, and `nvidia.com/gpu`.", + 'resources', + 'Type and amount of resources to assign to a container. The supported resources include `memory`, `cpu`, and `nvidia.com/gpu`.', () => batch_JobDefinitionEksPropertiesPodPropertiesContainersResources_GetTypes(), false, @@ -89,7 +89,7 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.Array, - "args", + 'args', "Array of arguments to the entrypoint. If this isn't specified, the CMD of the container image is used. This corresponds to the args member in the Entrypoint portion of the Pod in Kubernetes. Environment variable references are expanded using the container's environment.", () => InputType_String_GetTypes(), false, @@ -97,16 +97,16 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.String, - "imagePullPolicy", - "Image pull policy for the container. Supported values are `Always`, `IfNotPresent`, and `Never`.", + 'imagePullPolicy', + 'Image pull policy for the container. Supported values are `Always`, `IfNotPresent`, and `Never`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "envs", - "Environment variables to pass to a container. See EKS Environment below.", + 'envs', + 'Environment variables to pass to a container. See EKS Environment below.', () => batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv_GetTypes(), false, @@ -114,7 +114,7 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.String, - "name", + 'name', 'Name of the container. If the name isn\'t specified, the default name "Default" is used. Each container in a pod must have a unique name.', () => [], false, @@ -122,8 +122,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainers_GetTypes ), new DynamicUIProps( InputType.Object, - "securityContext", - "Security context for a job.", + 'securityContext', + 'Security context for a job.', () => batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv.ts index 9b7a9993e..cd89bf4a9 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv { // Name of the job definition. @@ -18,16 +18,16 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainersEnv_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the job definition.", + 'name', + 'Name of the job definition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the environment variable.", + 'value', + 'Value of the environment variable.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersResources.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersResources.ts index 4fca167c9..5d4e3b896 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersResources.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersResources.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesContainersResources { // @@ -18,16 +18,16 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainersResources return [ new DynamicUIProps( InputType.Map, - "limits", - "", + 'limits', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "requests", - "", + 'requests', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext.ts index 653d12199..83ef00399 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext { // @@ -27,40 +27,40 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainersSecurityC return [ new DynamicUIProps( InputType.Number, - "runAsUser", - "", + 'runAsUser', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "privileged", - "", + 'privileged', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "readOnlyRootFileSystem", - "", + 'readOnlyRootFileSystem', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "runAsGroup", - "", + 'runAsGroup', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "runAsNonRoot", - "", + 'runAsNonRoot', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount.ts index e42bcacbc..49d3975f5 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount { // Name of the job definition. @@ -21,17 +21,17 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesContainersVolumeMou return [ new DynamicUIProps( InputType.String, - "name", - "Name of the job definition.", + 'name', + 'Name of the job definition.', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "readOnly", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'readOnly', '', () => [], false, false), new DynamicUIProps( InputType.String, - "mountPath", - "", + 'mountPath', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret.ts index 269349456..218352a57 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret { // Unique identifier. @@ -15,8 +15,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesImagePullSecret_Get return [ new DynamicUIProps( InputType.String, - "name", - "Unique identifier.", + 'name', + 'Unique identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesMetadata.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesMetadata.ts index 1d509c290..3bfd1bf7a 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesMetadata.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesMetadata { // @@ -15,8 +15,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesMetadata_GetTypes() return [ new DynamicUIProps( InputType.Map, - "labels", - "", + 'labels', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolume.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolume.ts index 1b1b59e61..f6d046153 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolume.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolume.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath, batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath'; import { batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret, batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret'; import { batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir, batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir_GetTypes, -} from "./batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir"; +} from './batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir'; export interface batch_JobDefinitionEksPropertiesPodPropertiesVolume { // @@ -36,8 +36,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolume_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "hostPath", - "", + 'hostPath', + '', () => batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath_GetTypes(), false, @@ -45,16 +45,16 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolume_GetTypes(): ), new DynamicUIProps( InputType.String, - "name", - "Name of the job definition.", + 'name', + 'Name of the job definition.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "secret", - "", + 'secret', + '', () => batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret_GetTypes(), false, @@ -62,8 +62,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolume_GetTypes(): ), new DynamicUIProps( InputType.Object, - "emptyDir", - "", + 'emptyDir', + '', () => batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir.ts index 25078d7d7..cbd6f504d 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir { // Medium to store the volume. The default value is an empty string, which uses the storage of the node. @@ -18,15 +18,15 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir_GetT return [ new DynamicUIProps( InputType.String, - "medium", - "Medium to store the volume. The default value is an empty string, which uses the storage of the node.", + 'medium', + 'Medium to store the volume. The default value is an empty string, which uses the storage of the node.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sizeLimit", + 'sizeLimit', "Maximum size of the volume. By default, there's no maximum size defined.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath.ts index a8607191b..0a7bdb908 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath { // Path of the file or directory on the host to mount into containers on the pod. @@ -15,8 +15,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolumeHostPath_GetT return [ new DynamicUIProps( InputType.String, - "path", - "Path of the file or directory on the host to mount into containers on the pod.", + 'path', + 'Path of the file or directory on the host to mount into containers on the pod.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret.ts index a6c8a80c8..188e812ad 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret { // Whether the secret or the secret's keys must be defined. @@ -18,7 +18,7 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret_GetTyp return [ new DynamicUIProps( InputType.Bool, - "optional", + 'optional', "Whether the secret or the secret's keys must be defined.", () => [], false, @@ -26,8 +26,8 @@ export function batch_JobDefinitionEksPropertiesPodPropertiesVolumeSecret_GetTyp ), new DynamicUIProps( InputType.String, - "secretName", - "Name of the secret. The name must be allowed as a DNS subdomain name.", + 'secretName', + 'Name of the secret. The name must be allowed as a DNS subdomain name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategy.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategy.ts index da508fdd7..2b6133c2e 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategy.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_JobDefinitionRetryStrategyEvaluateOnExit, batch_JobDefinitionRetryStrategyEvaluateOnExit_GetTypes, -} from "./batch_JobDefinitionRetryStrategyEvaluateOnExit"; +} from './batch_JobDefinitionRetryStrategyEvaluateOnExit'; export interface batch_JobDefinitionRetryStrategy { // Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the `attempts` parameter must also be specified. You may specify up to 5 configuration blocks. @@ -22,16 +22,16 @@ export function batch_JobDefinitionRetryStrategy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "evaluateOnExits", - "Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the `attempts` parameter must also be specified. You may specify up to 5 configuration blocks.", + 'evaluateOnExits', + 'Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the `attempts` parameter must also be specified. You may specify up to 5 configuration blocks.', () => batch_JobDefinitionRetryStrategyEvaluateOnExit_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "attempts", - "Number of times to move a job to the `RUNNABLE` status. You may specify between `1` and `10` attempts.", + 'attempts', + 'Number of times to move a job to the `RUNNABLE` status. You may specify between `1` and `10` attempts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategyEvaluateOnExit.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategyEvaluateOnExit.ts index bf6ba0a30..9478735af 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategyEvaluateOnExit.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionRetryStrategyEvaluateOnExit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionRetryStrategyEvaluateOnExit { // Glob pattern to match against the reason returned for a job. @@ -24,32 +24,32 @@ export function batch_JobDefinitionRetryStrategyEvaluateOnExit_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "onExitCode", - "Glob pattern to match against the decimal representation of the exit code returned for a job.", + 'onExitCode', + 'Glob pattern to match against the decimal representation of the exit code returned for a job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onReason", - "Glob pattern to match against the reason returned for a job.", + 'onReason', + 'Glob pattern to match against the reason returned for a job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onStatusReason", - "Glob pattern to match against the status reason returned for a job.", + 'onStatusReason', + 'Glob pattern to match against the status reason returned for a job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "action", - "Action to take if all of the specified conditions are met. The values are not case sensitive. Valid values: `retry`, `exit`.", + 'action', + 'Action to take if all of the specified conditions are met. The values are not case sensitive. Valid values: `retry`, `exit`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobDefinitionTimeout.ts b/src/app/Models/codegen/aws/types/batch_JobDefinitionTimeout.ts index 64164b31e..1372c75ac 100644 --- a/src/app/Models/codegen/aws/types/batch_JobDefinitionTimeout.ts +++ b/src/app/Models/codegen/aws/types/batch_JobDefinitionTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobDefinitionTimeout { // Time duration in seconds after which AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is `60` seconds. @@ -15,8 +15,8 @@ export function batch_JobDefinitionTimeout_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "attemptDurationSeconds", - "Time duration in seconds after which AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is `60` seconds.", + 'attemptDurationSeconds', + 'Time duration in seconds after which AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is `60` seconds.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobQueueComputeEnvironmentOrder.ts b/src/app/Models/codegen/aws/types/batch_JobQueueComputeEnvironmentOrder.ts index d786fc779..88ab0a739 100644 --- a/src/app/Models/codegen/aws/types/batch_JobQueueComputeEnvironmentOrder.ts +++ b/src/app/Models/codegen/aws/types/batch_JobQueueComputeEnvironmentOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobQueueComputeEnvironmentOrder { // The Amazon Resource Name (ARN) of the compute environment. @@ -18,16 +18,16 @@ export function batch_JobQueueComputeEnvironmentOrder_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "computeEnvironment", - "The Amazon Resource Name (ARN) of the compute environment.", + 'computeEnvironment', + 'The Amazon Resource Name (ARN) of the compute environment.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "order", - "The order of the compute environment. Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order integer value is tried for job placement first.", + 'order', + 'The order of the compute environment. Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order integer value is tried for job placement first.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobQueueJobStateTimeLimitAction.ts b/src/app/Models/codegen/aws/types/batch_JobQueueJobStateTimeLimitAction.ts index a7e5e5839..adfcfa394 100644 --- a/src/app/Models/codegen/aws/types/batch_JobQueueJobStateTimeLimitAction.ts +++ b/src/app/Models/codegen/aws/types/batch_JobQueueJobStateTimeLimitAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobQueueJobStateTimeLimitAction { /* @@ -27,15 +27,15 @@ export function batch_JobQueueJobStateTimeLimitAction_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "reason", - "The reason to log for the action being taken.", + 'reason', + 'The reason to log for the action being taken.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "state", + 'state', 'The state of the job needed to trigger the action. Valid values include `"RUNNABLE"`.', () => [], true, @@ -43,7 +43,7 @@ export function batch_JobQueueJobStateTimeLimitAction_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "action", + 'action', 'The action to take when a job is at the head of the job queue in the specified state for the specified period of time. Valid values include `"CANCEL"`\n* `job_state_time_limit_action.#.max_time_seconds` - The approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken. Valid values include integers between `600` & `86400`', () => [], true, @@ -51,8 +51,8 @@ export function batch_JobQueueJobStateTimeLimitAction_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Number, - "maxTimeSeconds", - "", + 'maxTimeSeconds', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_JobQueueTimeouts.ts b/src/app/Models/codegen/aws/types/batch_JobQueueTimeouts.ts index 470536673..35cbb01bc 100644 --- a/src/app/Models/codegen/aws/types/batch_JobQueueTimeouts.ts +++ b/src/app/Models/codegen/aws/types/batch_JobQueueTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_JobQueueTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function batch_JobQueueTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function batch_JobQueueTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function batch_JobQueueTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicy.ts b/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicy.ts index d3d681061..c5265d4a0 100644 --- a/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicy.ts +++ b/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_SchedulingPolicyFairSharePolicyShareDistribution, batch_SchedulingPolicyFairSharePolicyShareDistribution_GetTypes, -} from "./batch_SchedulingPolicyFairSharePolicyShareDistribution"; +} from './batch_SchedulingPolicyFairSharePolicyShareDistribution'; export interface batch_SchedulingPolicyFairSharePolicy { // A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). @@ -25,24 +25,24 @@ export function batch_SchedulingPolicyFairSharePolicy_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "computeReservation", - "A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).", + 'computeReservation', + 'A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shareDecaySeconds", - "", + 'shareDecaySeconds', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "shareDistributions", - "One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `share_distribution` block is documented below.", + 'shareDistributions', + 'One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `share_distribution` block is documented below.', () => batch_SchedulingPolicyFairSharePolicyShareDistribution_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicyShareDistribution.ts b/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicyShareDistribution.ts index f9dd14270..e40c4cce3 100644 --- a/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicyShareDistribution.ts +++ b/src/app/Models/codegen/aws/types/batch_SchedulingPolicyFairSharePolicyShareDistribution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_SchedulingPolicyFairSharePolicyShareDistribution { // A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html). @@ -18,16 +18,16 @@ export function batch_SchedulingPolicyFairSharePolicyShareDistribution_GetTypes( return [ new DynamicUIProps( InputType.String, - "shareIdentifier", - "A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).", + 'shareIdentifier', + 'A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weightFactor", - "The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).", + 'weightFactor', + 'The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/batch_getComputeEnvironmentUpdatePolicy.ts b/src/app/Models/codegen/aws/types/batch_getComputeEnvironmentUpdatePolicy.ts index 5216715a5..0359520eb 100644 --- a/src/app/Models/codegen/aws/types/batch_getComputeEnvironmentUpdatePolicy.ts +++ b/src/app/Models/codegen/aws/types/batch_getComputeEnvironmentUpdatePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getComputeEnvironmentUpdatePolicy { // @@ -18,16 +18,16 @@ export function batch_getComputeEnvironmentUpdatePolicy_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "jobExecutionTimeoutMinutes", - "", + 'jobExecutionTimeoutMinutes', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "terminateJobsOnUpdate", - "", + 'terminateJobsOnUpdate', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksProperty.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksProperty.ts index 959510d32..a3dfcde13 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksProperty.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksProperty.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionEksPropertyPodProperty, batch_getJobDefinitionEksPropertyPodProperty_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodProperty"; +} from './batch_getJobDefinitionEksPropertyPodProperty'; export interface batch_getJobDefinitionEksProperty { // The properties for the Kubernetes pod resources of a job. @@ -19,8 +19,8 @@ export function batch_getJobDefinitionEksProperty_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "podProperties", - "The properties for the Kubernetes pod resources of a job.", + 'podProperties', + 'The properties for the Kubernetes pod resources of a job.', () => batch_getJobDefinitionEksPropertyPodProperty_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodProperty.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodProperty.ts index f728db987..60335c9d4 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodProperty.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodProperty.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionEksPropertyPodPropertyContainer, batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyContainer"; +} from './batch_getJobDefinitionEksPropertyPodPropertyContainer'; import { batch_getJobDefinitionEksPropertyPodPropertyMetadata, batch_getJobDefinitionEksPropertyPodPropertyMetadata_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyMetadata"; +} from './batch_getJobDefinitionEksPropertyPodPropertyMetadata'; import { batch_getJobDefinitionEksPropertyPodPropertyVolume, batch_getJobDefinitionEksPropertyPodPropertyVolume_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyVolume"; +} from './batch_getJobDefinitionEksPropertyPodPropertyVolume'; export interface batch_getJobDefinitionEksPropertyPodProperty { // The properties of the container that's used on the Amazon EKS pod. Array of EksContainer objects. @@ -42,15 +42,15 @@ export function batch_getJobDefinitionEksPropertyPodProperty_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "metadatas", - "Metadata about the Kubernetes pod.", + 'metadatas', + 'Metadata about the Kubernetes pod.', () => batch_getJobDefinitionEksPropertyPodPropertyMetadata_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "serviceAccountName", + 'serviceAccountName', "The name of the service account that's used to run the pod.", () => [], true, @@ -58,15 +58,15 @@ export function batch_getJobDefinitionEksPropertyPodProperty_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "volumes", - "A list of data volumes used in a job.", + 'volumes', + 'A list of data volumes used in a job.', () => batch_getJobDefinitionEksPropertyPodPropertyVolume_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "containers", + 'containers', "The properties of the container that's used on the Amazon EKS pod. Array of EksContainer objects.", () => batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes(), true, @@ -74,15 +74,15 @@ export function batch_getJobDefinitionEksPropertyPodProperty_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "dnsPolicy", - "The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node.", + 'dnsPolicy', + 'The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "hostNetwork", + 'hostNetwork', "Indicates if the pod uses the hosts' network IP address. The default value is true. Setting this to false enables the Kubernetes pod networking model. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainer.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainer.ts index af1bad655..5e72ca074 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainer.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainer.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionEksPropertyPodPropertyContainerResource, batch_getJobDefinitionEksPropertyPodPropertyContainerResource_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyContainerResource"; +} from './batch_getJobDefinitionEksPropertyPodPropertyContainerResource'; import { batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount, batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount"; +} from './batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount'; import { batch_getJobDefinitionEksPropertyPodPropertyContainerEnv, batch_getJobDefinitionEksPropertyPodPropertyContainerEnv_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyContainerEnv"; +} from './batch_getJobDefinitionEksPropertyPodPropertyContainerEnv'; import { batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext, batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext"; +} from './batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext'; export interface batch_getJobDefinitionEksPropertyPodPropertyContainer { // The command that's passed to the container. @@ -55,24 +55,24 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes() return [ new DynamicUIProps( InputType.String, - "image", - "The image used to start a container.", + 'image', + 'The image used to start a container.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imagePullPolicy", - "The image pull policy for the container.", + 'imagePullPolicy', + 'The image pull policy for the container.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "volumeMounts", - "The volume mounts for the container.", + 'volumeMounts', + 'The volume mounts for the container.', () => batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount_GetTypes(), true, @@ -80,8 +80,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes() ), new DynamicUIProps( InputType.Array, - "securityContexts", - "The security context for a job.", + 'securityContexts', + 'The security context for a job.', () => batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext_GetTypes(), true, @@ -89,7 +89,7 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes() ), new DynamicUIProps( InputType.Array, - "commands", + 'commands', "The command that's passed to the container.", () => InputType_String_GetTypes(), true, @@ -97,8 +97,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes() ), new DynamicUIProps( InputType.Array, - "resources", - "The type and amount of resources to assign to a container.", + 'resources', + 'The type and amount of resources to assign to a container.', () => batch_getJobDefinitionEksPropertyPodPropertyContainerResource_GetTypes(), true, @@ -106,24 +106,24 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainer_GetTypes() ), new DynamicUIProps( InputType.Array, - "args", - "An array of arguments to the entrypoint", + 'args', + 'An array of arguments to the entrypoint', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "envs", - "The environment variables to pass to a container. Array of EksContainerEnvironmentVariable objects.", + 'envs', + 'The environment variables to pass to a container. Array of EksContainerEnvironmentVariable objects.', () => batch_getJobDefinitionEksPropertyPodPropertyContainerEnv_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerEnv.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerEnv.ts index 73d7eb021..4306f20cf 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerEnv.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerEnv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyContainerEnv { // The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). @@ -18,16 +18,16 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerEnv_GetType return [ new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The quantity of the specified resource to reserve for the container.", + 'value', + 'The quantity of the specified resource to reserve for the container.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerResource.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerResource.ts index 1015e4ec6..0e7f7b53a 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerResource.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyContainerResource { // The type and quantity of the resources to reserve for the container. @@ -18,16 +18,16 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerResource_Ge return [ new DynamicUIProps( InputType.Map, - "limits", - "The type and quantity of the resources to reserve for the container.", + 'limits', + 'The type and quantity of the resources to reserve for the container.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "requests", - "The type and quantity of the resources to request for the container.", + 'requests', + 'The type and quantity of the resources to request for the container.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext.ts index 793108585..7c1e16695 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityContext { // When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user). @@ -27,7 +27,7 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityCon return [ new DynamicUIProps( InputType.Number, - "runAsUser", + 'runAsUser', "When this parameter is specified, the container is run as the specified user ID (uid). If this parameter isn't specified, the default is the user that's specified in the image metadata.", () => [], true, @@ -35,23 +35,23 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityCon ), new DynamicUIProps( InputType.Bool, - "privileged", - "When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).", + 'privileged', + 'When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "readOnlyRootFileSystem", - "", + 'readOnlyRootFileSystem', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "runAsGroup", + 'runAsGroup', "When this parameter is specified, the container is run as the specified group ID (gid). If this parameter isn't specified, the default is the group that's specified in the image metadata.", () => [], true, @@ -59,7 +59,7 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerSecurityCon ), new DynamicUIProps( InputType.Bool, - "runAsNonRoot", + 'runAsNonRoot', "When this parameter is specified, the container is run as a user with a uid other than 0. If this parameter isn't specified, so such rule is enforced.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount.ts index 75cb41e72..516393ab1 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount { // If this value is true, the container has read-only access to the volume. @@ -21,24 +21,24 @@ export function batch_getJobDefinitionEksPropertyPodPropertyContainerVolumeMount return [ new DynamicUIProps( InputType.Bool, - "readOnly", - "If this value is true, the container has read-only access to the volume.", + 'readOnly', + 'If this value is true, the container has read-only access to the volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mountPath", - "The path on the container where the volume is mounted.", + 'mountPath', + 'The path on the container where the volume is mounted.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyMetadata.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyMetadata.ts index f99dc0f41..698897441 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyMetadata.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyMetadata { // Key-value pairs used to identify, sort, and organize cube resources. @@ -15,8 +15,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyMetadata_GetTypes(): return [ new DynamicUIProps( InputType.Map, - "labels", - "Key-value pairs used to identify, sort, and organize cube resources.", + 'labels', + 'Key-value pairs used to identify, sort, and organize cube resources.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolume.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolume.ts index efaf950c9..63c505f04 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolume.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolume.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir, batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir"; +} from './batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir'; import { batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath, batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath"; +} from './batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath'; import { batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret, batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret_GetTypes, -} from "./batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret"; +} from './batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret'; export interface batch_getJobDefinitionEksPropertyPodPropertyVolume { // Specifies the configuration of a Kubernetes emptyDir volume. @@ -36,8 +36,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolume_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "emptyDirs", - "Specifies the configuration of a Kubernetes emptyDir volume.", + 'emptyDirs', + 'Specifies the configuration of a Kubernetes emptyDir volume.', () => batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir_GetTypes(), true, @@ -45,8 +45,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolume_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "hostPaths", - "The path for the device on the host container instance.", + 'hostPaths', + 'The path for the device on the host container instance.', () => batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath_GetTypes(), true, @@ -54,16 +54,16 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolume_GetTypes(): D ), new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "secrets", - "Specifies the configuration of a Kubernetes secret volume.", + 'secrets', + 'Specifies the configuration of a Kubernetes secret volume.', () => batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir.ts index 1fccf7598..b149fc131 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir { // The medium to store the volume. @@ -18,7 +18,7 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir_GetTy return [ new DynamicUIProps( InputType.String, - "sizeLimit", + 'sizeLimit', "The maximum size of the volume. By default, there's no maximum size defined.", () => [], true, @@ -26,8 +26,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolumeEmptyDir_GetTy ), new DynamicUIProps( InputType.String, - "medium", - "The medium to store the volume.", + 'medium', + 'The medium to store the volume.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath.ts index 5ec3708c9..091344617 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath { // The path of the file or directory on the host to mount into containers on the pod. @@ -15,8 +15,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolumeHostPath_GetTy return [ new DynamicUIProps( InputType.String, - "path", - "The path of the file or directory on the host to mount into containers on the pod.", + 'path', + 'The path of the file or directory on the host to mount into containers on the pod.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret.ts index fbad6454d..62333726e 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret { // Specifies whether the secret or the secret's keys must be defined. @@ -18,7 +18,7 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret_GetType return [ new DynamicUIProps( InputType.Bool, - "optional", + 'optional', "Specifies whether the secret or the secret's keys must be defined.", () => [], true, @@ -26,8 +26,8 @@ export function batch_getJobDefinitionEksPropertyPodPropertyVolumeSecret_GetType ), new DynamicUIProps( InputType.String, - "secretName", - "The name of the secret. The name must be allowed as a DNS subdomain name", + 'secretName', + 'The name of the secret. The name must be allowed as a DNS subdomain name', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodeProperty.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodeProperty.ts index cf7814081..79067dfc6 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodeProperty.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodeProperty.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangeProperty, batch_getJobDefinitionNodePropertyNodeRangeProperty_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangeProperty"; +} from './batch_getJobDefinitionNodePropertyNodeRangeProperty'; export interface batch_getJobDefinitionNodeProperty { // The number of nodes that are associated with a multi-node parallel job. @@ -25,24 +25,24 @@ export function batch_getJobDefinitionNodeProperty_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "numNodes", - "The number of nodes that are associated with a multi-node parallel job.", + 'numNodes', + 'The number of nodes that are associated with a multi-node parallel job.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "mainNode", - "Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.", + 'mainNode', + 'Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "nodeRangeProperties", - "A list of node ranges and their properties that are associated with a multi-node parallel job.", + 'nodeRangeProperties', + 'A list of node ranges and their properties that are associated with a multi-node parallel job.', () => batch_getJobDefinitionNodePropertyNodeRangeProperty_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangeProperty.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangeProperty.ts index 9b008ad59..555b22477 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangeProperty.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangeProperty.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainer, batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainer"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainer'; export interface batch_getJobDefinitionNodePropertyNodeRangeProperty { // The range of nodes, using node index values. A range of 0:3 indicates nodes with index values of 0 through 3. I @@ -22,8 +22,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangeProperty_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "containers", - "The container details for the node range.", + 'containers', + 'The container details for the node range.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_GetTypes(), true, @@ -31,8 +31,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangeProperty_GetTypes(): ), new DynamicUIProps( InputType.String, - "targetNodes", - "The range of nodes, using node index values. A range of 0:3 indicates nodes with index values of 0 through 3. I", + 'targetNodes', + 'The range of nodes, using node index values. A range of 0:3 indicates nodes with index values of 0 through 3. I', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainer.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainer.ts index bd6f0e0d4..3c676d374 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainer.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainer.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainer { // The secrets for the container. @@ -120,7 +120,7 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get return [ new DynamicUIProps( InputType.Array, - "commands", + 'commands', "The command that's passed to the container.", () => InputType_String_GetTypes(), true, @@ -128,32 +128,32 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Bool, - "privileged", - "When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).", + 'privileged', + 'When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type to use for a multi-node parallel job.", + 'instanceType', + 'The instance type to use for a multi-node parallel job.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "readonlyRootFilesystem", - "When this parameter is true, the container is given read-only access to its root file system.", + 'readonlyRootFilesystem', + 'When this parameter is true, the container is given read-only access to its root file system.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "resourceRequirements", - "The type and amount of resources to assign to a container.", + 'resourceRequirements', + 'The type and amount of resources to assign to a container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement_GetTypes(), true, @@ -161,8 +161,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "fargatePlatformConfigurations", - "The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.", + 'fargatePlatformConfigurations', + 'The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration_GetTypes(), true, @@ -170,8 +170,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "logConfigurations", - "The log configuration specification for the container.", + 'logConfigurations', + 'The log configuration specification for the container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration_GetTypes(), true, @@ -179,8 +179,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "volumes", - "A list of data volumes used in a job.", + 'volumes', + 'A list of data volumes used in a job.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume_GetTypes(), true, @@ -188,8 +188,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "secrets", - "The secrets for the container.", + 'secrets', + 'The secrets for the container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret_GetTypes(), true, @@ -197,16 +197,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.String, - "image", - "The image used to start a container.", + 'image', + 'The image used to start a container.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "linuxParameters", - "Linux-specific modifications that are applied to the container.", + 'linuxParameters', + 'Linux-specific modifications that are applied to the container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter_GetTypes(), true, @@ -214,8 +214,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "runtimePlatforms", - "An object that represents the compute environment architecture for AWS Batch jobs on Fargate.", + 'runtimePlatforms', + 'An object that represents the compute environment architecture for AWS Batch jobs on Fargate.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform_GetTypes(), true, @@ -223,16 +223,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.String, - "jobRoleArn", - "The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.", + 'jobRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "mountPoints", - "The mount points for data volumes in your container.", + 'mountPoints', + 'The mount points for data volumes in your container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint_GetTypes(), true, @@ -240,16 +240,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "The Amazon Resource Name (ARN) of the execution role that AWS Batch can assume. For jobs that run on Fargate resources, you must provide an execution role.", + 'executionRoleArn', + 'The Amazon Resource Name (ARN) of the execution role that AWS Batch can assume. For jobs that run on Fargate resources, you must provide an execution role.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "networkConfigurations", - "The network configuration for jobs that are running on Fargate resources.", + 'networkConfigurations', + 'The network configuration for jobs that are running on Fargate resources.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration_GetTypes(), true, @@ -257,8 +257,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "environments", - "The environment variables to pass to a container.", + 'environments', + 'The environment variables to pass to a container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment_GetTypes(), true, @@ -266,16 +266,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.String, - "user", - "The user name to use inside the container.", + 'user', + 'The user name to use inside the container.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ephemeralStorages", - "The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate.", + 'ephemeralStorages', + 'The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage_GetTypes(), true, @@ -283,8 +283,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainer_Get ), new DynamicUIProps( InputType.Array, - "ulimits", - "A list of ulimits to set in the container.", + 'ulimits', + 'A list of ulimits to set in the container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment.ts index 4e3093d63..7fb0777db 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvironment { // The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEnvi return [ new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The quantity of the specified resource to reserve for the container.", + 'value', + 'The quantity of the specified resource to reserve for the container.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage.ts index 29bc0deb0..f49ee775d 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphemeralStorage { // @@ -15,8 +15,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerEphe return [ new DynamicUIProps( InputType.Number, - "sizeInGib", - "", + 'sizeInGib', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration.ts index c78755486..1bcecda40 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFargatePlatformConfiguration { // The AWS Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. @@ -15,8 +15,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerFarg return [ new DynamicUIProps( InputType.String, - "platformVersion", - "The AWS Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources.", + 'platformVersion', + 'The AWS Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter.ts index bc5173d8b..2be417053 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter { // The value for the size (in MiB) of the `/dev/shm` volume. @@ -38,15 +38,15 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu return [ new DynamicUIProps( InputType.Number, - "sharedMemorySize", - "The value for the size (in MiB) of the `/dev/shm` volume.", + 'sharedMemorySize', + 'The value for the size (in MiB) of the `/dev/shm` volume.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "swappiness", + 'swappiness', "You can use this parameter to tune a container's memory swappiness behavior.", () => [], true, @@ -54,8 +54,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu ), new DynamicUIProps( InputType.Array, - "tmpfs", - "The container path, mount options, and size (in MiB) of the tmpfs mount.", + 'tmpfs', + 'The container path, mount options, and size (in MiB) of the tmpfs mount.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf_GetTypes(), true, @@ -63,8 +63,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu ), new DynamicUIProps( InputType.Array, - "devices", - "Any of the host devices to expose to the container.", + 'devices', + 'Any of the host devices to expose to the container.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice_GetTypes(), true, @@ -72,16 +72,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu ), new DynamicUIProps( InputType.Bool, - "initProcessEnabled", - "If true, run an init process inside the container that forwards signals and reaps processes.", + 'initProcessEnabled', + 'If true, run an init process inside the container that forwards signals and reaps processes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxSwap", - "The total amount of swap memory (in MiB) a container can use.", + 'maxSwap', + 'The total amount of swap memory (in MiB) a container can use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice.ts index d420630c3..a2d65e664 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice { // The absolute file path in the container where the tmpfs volume is mounted. @@ -21,24 +21,24 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu return [ new DynamicUIProps( InputType.String, - "containerPath", - "The absolute file path in the container where the tmpfs volume is mounted.", + 'containerPath', + 'The absolute file path in the container where the tmpfs volume is mounted.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostPath", - "The path for the device on the host container instance.", + 'hostPath', + 'The path for the device on the host container instance.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "The explicit permissions to provide to the container for the device.", + 'permissions', + 'The explicit permissions to provide to the container for the device.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.ts index 944c52fde..d68d22cc4 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf { // The size (in MiB) of the tmpfs volume. @@ -21,24 +21,24 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLinu return [ new DynamicUIProps( InputType.Number, - "size", - "The size (in MiB) of the tmpfs volume.", + 'size', + 'The size (in MiB) of the tmpfs volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "containerPath", - "The absolute file path in the container where the tmpfs volume is mounted.", + 'containerPath', + 'The absolute file path in the container where the tmpfs volume is mounted.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "mountOptions", - "The list of tmpfs volume mount options.", + 'mountOptions', + 'The list of tmpfs volume mount options.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration.ts index a908cb8fb..c04d91213 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration { // The log driver to use for the container. @@ -25,24 +25,24 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogC return [ new DynamicUIProps( InputType.String, - "logDriver", - "The log driver to use for the container.", + 'logDriver', + 'The log driver to use for the container.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "options", - "The configuration options to send to the log driver.", + 'options', + 'The configuration options to send to the log driver.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "secretOptions", - "The secrets to pass to the log configuration.", + 'secretOptions', + 'The secrets to pass to the log configuration.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption.ts index 09b8d89b6..1351f8bd9 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfigurationSecretOption { // The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerLogC return [ new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "valueFrom", - "The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.", + 'valueFrom', + 'The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint.ts index 1e68bdca4..fcad8c0f4 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint { // The name of the volume to mount. @@ -21,24 +21,24 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerMoun return [ new DynamicUIProps( InputType.String, - "sourceVolume", - "The name of the volume to mount.", + 'sourceVolume', + 'The name of the volume to mount.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "containerPath", - "The absolute file path in the container where the tmpfs volume is mounted.", + 'containerPath', + 'The absolute file path in the container where the tmpfs volume is mounted.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "readOnly", - "If this value is true, the container has read-only access to the volume.", + 'readOnly', + 'If this value is true, the container has read-only access to the volume.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration.ts index 24e97067a..d98844894 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetworkConfiguration { // Indicates whether the job has a public IP address. @@ -15,8 +15,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerNetw return [ new DynamicUIProps( InputType.Bool, - "assignPublicIp", - "Indicates whether the job has a public IP address.", + 'assignPublicIp', + 'Indicates whether the job has a public IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement.ts index 9ada670a1..8a76cbc4b 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerResourceRequirement { // The type of resource to assign to a container. The supported resources include `GPU`, `MEMORY`, and `VCPU`. @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerReso return [ new DynamicUIProps( InputType.String, - "type", - "The type of resource to assign to a container. The supported resources include `GPU`, `MEMORY`, and `VCPU`.", + 'type', + 'The type of resource to assign to a container. The supported resources include `GPU`, `MEMORY`, and `VCPU`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The quantity of the specified resource to reserve for the container.", + 'value', + 'The quantity of the specified resource to reserve for the container.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform.ts index 9fe8f8b12..74557a592 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform { // The operating system for the compute environment. V @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerRunt return [ new DynamicUIProps( InputType.String, - "operatingSystemFamily", - "The operating system for the compute environment. V", + 'operatingSystemFamily', + 'The operating system for the compute environment. V', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cpuArchitecture", - "The vCPU architecture. The default value is X86_64. Valid values are X86_64 and ARM64.", + 'cpuArchitecture', + 'The vCPU architecture. The default value is X86_64. Valid values are X86_64 and ARM64.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret.ts index 6bdd47a92..159a6ae93 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecret { // The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerSecr return [ new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "valueFrom", - "The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.", + 'valueFrom', + 'The secret to expose to the container. The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit.ts index 3d6638dc3..a626349d7 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlimit { // The hard limit for the ulimit type. @@ -21,24 +21,24 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerUlim return [ new DynamicUIProps( InputType.Number, - "hardLimit", - "The hard limit for the ulimit type.", + 'hardLimit', + 'The hard limit for the ulimit type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "softLimit", - "The soft limit for the ulimit type.", + 'softLimit', + 'The soft limit for the ulimit type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume.ts index badd97068..85c487061 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolume { // This parameter is specified when you're using an Amazon Elastic File System file system for job storage. @@ -29,7 +29,7 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu return [ new DynamicUIProps( InputType.Array, - "efsVolumeConfigurations", + 'efsVolumeConfigurations', "This parameter is specified when you're using an Amazon Elastic File System file system for job storage.", () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration_GetTypes(), @@ -38,7 +38,7 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu ), new DynamicUIProps( InputType.Array, - "hosts", + 'hosts', "The contents of the host parameter determine whether your data volume persists on the host container instance and where it's stored.", () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost_GetTypes(), @@ -47,8 +47,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu ), new DynamicUIProps( InputType.String, - "name", - "The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).", + 'name', + 'The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration.ts index 9f174f6de..999a22123 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig, batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig_GetTypes, -} from "./batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig"; +} from './batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfiguration { // The authorization configuration details for the Amazon EFS file system. @@ -31,32 +31,32 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu return [ new DynamicUIProps( InputType.String, - "rootDirectory", - "The directory within the Amazon EFS file system to mount as the root directory inside the host.", + 'rootDirectory', + 'The directory within the Amazon EFS file system to mount as the root directory inside the host.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitEncryption", - "Determines whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server", + 'transitEncryption', + 'Determines whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "transitEncryptionPort", - "The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.", + 'transitEncryptionPort', + 'The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "authorizationConfigs", - "The authorization configuration details for the Amazon EFS file system.", + 'authorizationConfigs', + 'The authorization configuration details for the Amazon EFS file system.', () => batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig_GetTypes(), true, @@ -64,8 +64,8 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The Amazon EFS file system ID to use.", + 'fileSystemId', + 'The Amazon EFS file system ID to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig.ts index baabeccdd..dcc14824f 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeEfsVolumeConfigurationAuthorizationConfig { // Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system. @@ -18,16 +18,16 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu return [ new DynamicUIProps( InputType.String, - "iam", - "Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.", + 'iam', + 'Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accessPointId", - "The Amazon EFS access point ID to use.", + 'accessPointId', + 'The Amazon EFS access point ID to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost.ts index 16ca369bc..e5654c75f 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolumeHost { // The path on the host container instance that's presented to the container. @@ -15,7 +15,7 @@ export function batch_getJobDefinitionNodePropertyNodeRangePropertyContainerVolu return [ new DynamicUIProps( InputType.String, - "sourcePath", + 'sourcePath', "The path on the host container instance that's presented to the container.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategy.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategy.ts index b285f023b..f37e13c9c 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategy.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getJobDefinitionRetryStrategyEvaluateOnExit, batch_getJobDefinitionRetryStrategyEvaluateOnExit_GetTypes, -} from "./batch_getJobDefinitionRetryStrategyEvaluateOnExit"; +} from './batch_getJobDefinitionRetryStrategyEvaluateOnExit'; export interface batch_getJobDefinitionRetryStrategy { // Array of up to 5 objects that specify the conditions where jobs are retried or failed. @@ -22,16 +22,16 @@ export function batch_getJobDefinitionRetryStrategy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "evaluateOnExits", - "Array of up to 5 objects that specify the conditions where jobs are retried or failed.", + 'evaluateOnExits', + 'Array of up to 5 objects that specify the conditions where jobs are retried or failed.', () => batch_getJobDefinitionRetryStrategyEvaluateOnExit_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "attempts", - "The number of times to move a job to the RUNNABLE status.", + 'attempts', + 'The number of times to move a job to the RUNNABLE status.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategyEvaluateOnExit.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategyEvaluateOnExit.ts index 6a5611e3c..ca3aa4155 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategyEvaluateOnExit.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionRetryStrategyEvaluateOnExit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionRetryStrategyEvaluateOnExit { // Specifies the action to take if all of the specified conditions (onStatusReason, onReason, and onExitCode) are met. The values aren't case sensitive. @@ -24,7 +24,7 @@ export function batch_getJobDefinitionRetryStrategyEvaluateOnExit_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "action", + 'action', "Specifies the action to take if all of the specified conditions (onStatusReason, onReason, and onExitCode) are met. The values aren't case sensitive.", () => [], true, @@ -32,24 +32,24 @@ export function batch_getJobDefinitionRetryStrategyEvaluateOnExit_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "onExitCode", - "Contains a glob pattern to match against the decimal representation of the ExitCode returned for a job.", + 'onExitCode', + 'Contains a glob pattern to match against the decimal representation of the ExitCode returned for a job.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onReason", - "Contains a glob pattern to match against the Reason returned for a job.", + 'onReason', + 'Contains a glob pattern to match against the Reason returned for a job.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onStatusReason", - "Contains a glob pattern to match against the StatusReason returned for a job.", + 'onStatusReason', + 'Contains a glob pattern to match against the StatusReason returned for a job.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getJobDefinitionTimeout.ts b/src/app/Models/codegen/aws/types/batch_getJobDefinitionTimeout.ts index daf6957ba..45c8fd78c 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobDefinitionTimeout.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobDefinitionTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobDefinitionTimeout { // The job timeout time (in seconds) that's measured from the job attempt's startedAt timestamp. @@ -15,7 +15,7 @@ export function batch_getJobDefinitionTimeout_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "attemptDurationSeconds", + 'attemptDurationSeconds', "The job timeout time (in seconds) that's measured from the job attempt's startedAt timestamp.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/batch_getJobQueueComputeEnvironmentOrder.ts b/src/app/Models/codegen/aws/types/batch_getJobQueueComputeEnvironmentOrder.ts index 3720132b3..a84eb371d 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobQueueComputeEnvironmentOrder.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobQueueComputeEnvironmentOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobQueueComputeEnvironmentOrder { // @@ -18,12 +18,12 @@ export function batch_getJobQueueComputeEnvironmentOrder_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "computeEnvironment", - "", + 'computeEnvironment', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "order", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'order', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/batch_getJobQueueJobStateTimeLimitAction.ts b/src/app/Models/codegen/aws/types/batch_getJobQueueJobStateTimeLimitAction.ts index 3c0c2ee28..7f53e9ee3 100644 --- a/src/app/Models/codegen/aws/types/batch_getJobQueueJobStateTimeLimitAction.ts +++ b/src/app/Models/codegen/aws/types/batch_getJobQueueJobStateTimeLimitAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getJobQueueJobStateTimeLimitAction { // @@ -22,20 +22,20 @@ export interface batch_getJobQueueJobStateTimeLimitAction { export function batch_getJobQueueJobStateTimeLimitAction_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "reason", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'reason', '', () => [], true, false), new DynamicUIProps( InputType.String, - "state", - "Describes the ability of the queue to accept new jobs (for example, `ENABLED` or `DISABLED`).", + 'state', + 'Describes the ability of the queue to accept new jobs (for example, `ENABLED` or `DISABLED`).', () => [], true, false, ), - new DynamicUIProps(InputType.String, "action", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'action', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "maxTimeSeconds", - "", + 'maxTimeSeconds', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicy.ts b/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicy.ts index 8e03f5f57..379ad4bc5 100644 --- a/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicy.ts +++ b/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { batch_getSchedulingPolicyFairSharePolicyShareDistribution, batch_getSchedulingPolicyFairSharePolicyShareDistribution_GetTypes, -} from "./batch_getSchedulingPolicyFairSharePolicyShareDistribution"; +} from './batch_getSchedulingPolicyFairSharePolicyShareDistribution'; export interface batch_getSchedulingPolicyFairSharePolicy { // Value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). @@ -25,24 +25,24 @@ export function batch_getSchedulingPolicyFairSharePolicy_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "computeReservation", - "Value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).", + 'computeReservation', + 'Value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "shareDecaySeconds", - "", + 'shareDecaySeconds', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "shareDistributions", - "One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `share_distribution` block is documented below.", + 'shareDistributions', + 'One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `share_distribution` block is documented below.', () => batch_getSchedulingPolicyFairSharePolicyShareDistribution_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicyShareDistribution.ts b/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicyShareDistribution.ts index c78e1b24c..3954b9ba5 100644 --- a/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicyShareDistribution.ts +++ b/src/app/Models/codegen/aws/types/batch_getSchedulingPolicyFairSharePolicyShareDistribution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface batch_getSchedulingPolicyFairSharePolicyShareDistribution { // Weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html). @@ -18,16 +18,16 @@ export function batch_getSchedulingPolicyFairSharePolicyShareDistribution_GetTyp return [ new DynamicUIProps( InputType.Number, - "weightFactor", - "Weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).", + 'weightFactor', + 'Weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shareIdentifier", - "Fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).", + 'shareIdentifier', + 'Fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExport.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExport.ts index 6e6924a9a..b5ee440ae 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExport.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExport.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bcmdata_ExportExportRefreshCadence, bcmdata_ExportExportRefreshCadence_GetTypes, -} from "./bcmdata_ExportExportRefreshCadence"; +} from './bcmdata_ExportExportRefreshCadence'; import { bcmdata_ExportExportDataQuery, bcmdata_ExportExportDataQuery_GetTypes, -} from "./bcmdata_ExportExportDataQuery"; +} from './bcmdata_ExportExportDataQuery'; import { bcmdata_ExportExportDestinationConfiguration, bcmdata_ExportExportDestinationConfiguration_GetTypes, -} from "./bcmdata_ExportExportDestinationConfiguration"; +} from './bcmdata_ExportExportDestinationConfiguration'; export interface bcmdata_ExportExport { // Data query for this specific data export. See the `data_query` argument reference below. @@ -42,48 +42,48 @@ export function bcmdata_ExportExport_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "dataQueries", - "Data query for this specific data export. See the `data_query` argument reference below.", + 'dataQueries', + 'Data query for this specific data export. See the `data_query` argument reference below.', () => bcmdata_ExportExportDataQuery_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for this specific data export.", + 'description', + 'Description for this specific data export.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "destinationConfigurations", - "Destination configuration for this specific data export. See the `destination_configurations` argument reference below.", + 'destinationConfigurations', + 'Destination configuration for this specific data export. See the `destination_configurations` argument reference below.', () => bcmdata_ExportExportDestinationConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "exportArn", - "Amazon Resource Name (ARN) for this export.", + 'exportArn', + 'Amazon Resource Name (ARN) for this export.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of this specific data export.", + 'name', + 'Name of this specific data export.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "refreshCadences", - "Cadence for Amazon Web Services to update the export in your S3 bucket. See the `refresh_cadence` argument reference below.", + 'refreshCadences', + 'Cadence for Amazon Web Services to update the export in your S3 bucket. See the `refresh_cadence` argument reference below.', () => bcmdata_ExportExportRefreshCadence_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDataQuery.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDataQuery.ts index 4113ec378..6c01a7bc2 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDataQuery.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDataQuery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bcmdata_ExportExportDataQuery { // Query statement. @@ -18,16 +18,16 @@ export function bcmdata_ExportExportDataQuery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "queryStatement", - "Query statement.", + 'queryStatement', + 'Query statement.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tableConfigurations", - "Table configuration.", + 'tableConfigurations', + 'Table configuration.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfiguration.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfiguration.ts index be47c46c1..5cfe27ae3 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bcmdata_ExportExportDestinationConfigurationS3Destination, bcmdata_ExportExportDestinationConfigurationS3Destination_GetTypes, -} from "./bcmdata_ExportExportDestinationConfigurationS3Destination"; +} from './bcmdata_ExportExportDestinationConfigurationS3Destination'; export interface bcmdata_ExportExportDestinationConfiguration { // Object that describes the destination of the data exports file. See the `s3_destination` argument reference below. @@ -19,8 +19,8 @@ export function bcmdata_ExportExportDestinationConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "s3Destinations", - "Object that describes the destination of the data exports file. See the `s3_destination` argument reference below.", + 's3Destinations', + 'Object that describes the destination of the data exports file. See the `s3_destination` argument reference below.', () => bcmdata_ExportExportDestinationConfigurationS3Destination_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3Destination.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3Destination.ts index 72a939efe..8bf4a8609 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3Destination.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3Destination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration, bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration_GetTypes, -} from "./bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration"; +} from './bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration'; export interface bcmdata_ExportExportDestinationConfigurationS3Destination { // Output configuration for the data export. See the `s3_output_configurations` argument reference below. @@ -28,24 +28,24 @@ export function bcmdata_ExportExportDestinationConfigurationS3Destination_GetTyp return [ new DynamicUIProps( InputType.String, - "s3Region", - "S3 bucket region.", + 's3Region', + 'S3 bucket region.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Name of the Amazon S3 bucket used as the destination of a data export file.", + 's3Bucket', + 'Name of the Amazon S3 bucket used as the destination of a data export file.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "s3OutputConfigurations", - "Output configuration for the data export. See the `s3_output_configurations` argument reference below.", + 's3OutputConfigurations', + 'Output configuration for the data export. See the `s3_output_configurations` argument reference below.', () => bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration_GetTypes(), false, @@ -53,8 +53,8 @@ export function bcmdata_ExportExportDestinationConfigurationS3Destination_GetTyp ), new DynamicUIProps( InputType.String, - "s3Prefix", - "S3 path prefix you want prepended to the name of your data export.", + 's3Prefix', + 'S3 path prefix you want prepended to the name of your data export.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration.ts index 6b548d253..404586994 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bcmdata_ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration { // The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time. Valid values `CREATE_NEW_REPORT` or `OVERWRITE_REPORT`. @@ -24,32 +24,32 @@ export function bcmdata_ExportExportDestinationConfigurationS3DestinationS3Outpu return [ new DynamicUIProps( InputType.String, - "format", - "File format for the data export. Valid values `TEXT_OR_CSV` or `PARQUET`.", + 'format', + 'File format for the data export. Valid values `TEXT_OR_CSV` or `PARQUET`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputType", - "Output type for the data export. Valid value `CUSTOM`.", + 'outputType', + 'Output type for the data export. Valid value `CUSTOM`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "overwrite", - "The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time. Valid values `CREATE_NEW_REPORT` or `OVERWRITE_REPORT`.", + 'overwrite', + 'The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time. Valid values `CREATE_NEW_REPORT` or `OVERWRITE_REPORT`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "compression", - "Compression type for the data export. Valid values `GZIP`, `PARQUET`.", + 'compression', + 'Compression type for the data export. Valid values `GZIP`, `PARQUET`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportExportRefreshCadence.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportExportRefreshCadence.ts index f9362c6ee..57103626d 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportExportRefreshCadence.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportExportRefreshCadence.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bcmdata_ExportExportRefreshCadence { // Frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily. Valid values `SYNCHRONOUS`. @@ -15,8 +15,8 @@ export function bcmdata_ExportExportRefreshCadence_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "frequency", - "Frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily. Valid values `SYNCHRONOUS`.", + 'frequency', + 'Frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily. Valid values `SYNCHRONOUS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bcmdata_ExportTimeouts.ts b/src/app/Models/codegen/aws/types/bcmdata_ExportTimeouts.ts index 88a648234..95ff70f31 100644 --- a/src/app/Models/codegen/aws/types/bcmdata_ExportTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bcmdata_ExportTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bcmdata_ExportTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function bcmdata_ExportTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function bcmdata_ExportTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupActionGroupExecutor.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupActionGroupExecutor.ts index 99f0555cb..dee748d65 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupActionGroupExecutor.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupActionGroupExecutor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentActionGroupActionGroupExecutor { /* @@ -25,16 +25,16 @@ export function bedrock_AgentAgentActionGroupActionGroupExecutor_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "lambda", - "ARN of the Lambda function containing the business logic that is carried out upon invoking the action.\nOnly one of `lambda` or `custom_control` can be specified.", + 'lambda', + 'ARN of the Lambda function containing the business logic that is carried out upon invoking the action.\nOnly one of `lambda` or `custom_control` can be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customControl", - "Custom control method for handling the information elicited from the user. Valid values: `RETURN_CONTROL`.\nTo skip using a Lambda function and instead return the predicted action group, in addition to the parameters and information required for it, in the `InvokeAgent` response, specify `RETURN_CONTROL`.\nOnly one of `custom_control` or `lambda` can be specified.", + 'customControl', + 'Custom control method for handling the information elicited from the user. Valid values: `RETURN_CONTROL`.\nTo skip using a Lambda function and instead return the predicted action group, in addition to the parameters and information required for it, in the `InvokeAgent` response, specify `RETURN_CONTROL`.\nOnly one of `custom_control` or `lambda` can be specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchema.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchema.ts index 411da73e4..d0eaca4ae 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchema.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchema.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentActionGroupApiSchemaS3, bedrock_AgentAgentActionGroupApiSchemaS3_GetTypes, -} from "./bedrock_AgentAgentActionGroupApiSchemaS3"; +} from './bedrock_AgentAgentActionGroupApiSchemaS3'; export interface bedrock_AgentAgentActionGroupApiSchema { /* @@ -28,16 +28,16 @@ export function bedrock_AgentAgentActionGroupApiSchema_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "payload", - "JSON or YAML-formatted payload defining the OpenAPI schema for the action group.\nOnly one of `payload` or `s3` can be specified.", + 'payload', + 'JSON or YAML-formatted payload defining the OpenAPI schema for the action group.\nOnly one of `payload` or `s3` can be specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "Details about the S3 object containing the OpenAPI schema for the action group. See `s3` Block for details.\nOnly one of `s3` or `payload` can be specified.", + 's3', + 'Details about the S3 object containing the OpenAPI schema for the action group. See `s3` Block for details.\nOnly one of `s3` or `payload` can be specified.', () => bedrock_AgentAgentActionGroupApiSchemaS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchemaS3.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchemaS3.ts index fd7fda5e7..785c4bb85 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchemaS3.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupApiSchemaS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentActionGroupApiSchemaS3 { // Name of the S3 bucket. @@ -18,16 +18,16 @@ export function bedrock_AgentAgentActionGroupApiSchemaS3_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 bucket.", + 's3BucketName', + 'Name of the S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3ObjectKey", - "S3 object key containing the resource.", + 's3ObjectKey', + 'S3 object key containing the resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchema.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchema.ts index 09ff1ec61..9a425dc4f 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchema.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchema.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions, bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions_GetTypes, -} from "./bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions"; +} from './bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions'; export interface bedrock_AgentAgentActionGroupFunctionSchema { /* @@ -23,8 +23,8 @@ export function bedrock_AgentAgentActionGroupFunctionSchema_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "memberFunctions", - "Contains a list of functions.\nEach function describes and action in the action group.\nSee `member_functions` Block for details.", + 'memberFunctions', + 'Contains a list of functions.\nEach function describes and action in the action group.\nSee `member_functions` Block for details.', () => bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions.ts index 72f584449..28ed82139 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction, bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction_GetTypes, -} from "./bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction"; +} from './bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction'; export interface bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions { // Functions that each define an action in the action group. See `functions` Block for details. @@ -19,8 +19,8 @@ export function bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctions_GetTy return [ new DynamicUIProps( InputType.Array, - "functions", - "Functions that each define an action in the action group. See `functions` Block for details.", + 'functions', + 'Functions that each define an action in the action group. See `functions` Block for details.', () => bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction.ts index 44fc136a9..3a695ec28 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter, bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter_GetTypes, -} from "./bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter"; +} from './bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter'; export interface bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunction { // Description of the function and its purpose. @@ -25,24 +25,24 @@ export function bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFuncti return [ new DynamicUIProps( InputType.String, - "description", - "Description of the function and its purpose.", + 'description', + 'Description of the function and its purpose.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name for the function.", + 'name', + 'Name for the function.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Parameters that the agent elicits from the user to fulfill the function. See `parameters` Block for details.", + 'parameters', + 'Parameters that the agent elicits from the user to fulfill the function. See `parameters` Block for details.', () => bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter.ts index ea52b1ec7..3bf3858eb 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameter { // Data type of the parameter. Valid values: `string`, `number`, `integer`, `boolean`, `array`. @@ -28,32 +28,32 @@ export function bedrock_AgentAgentActionGroupFunctionSchemaMemberFunctionsFuncti return [ new DynamicUIProps( InputType.String, - "type", - "Data type of the parameter. Valid values: `string`, `number`, `integer`, `boolean`, `array`.", + 'type', + 'Data type of the parameter. Valid values: `string`, `number`, `integer`, `boolean`, `array`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.", + 'description', + 'Description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Name of the parameter.\n\n**Note:** The argument name `map_block_key` may seem out of context, but is necessary for backward compatibility reasons in the provider.", + 'mapBlockKey', + 'Name of the parameter.\n\n**Note:** The argument name `map_block_key` may seem out of context, but is necessary for backward compatibility reasons in the provider.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "required", - "Whether the parameter is required for the agent to complete the function for action group invocation.", + 'required', + 'Whether the parameter is required for the agent to complete the function for action group invocation.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasRoutingConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasRoutingConfiguration.ts index 88bf5200b..1e85a0e22 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasRoutingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasRoutingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentAliasRoutingConfiguration { // Version of the agent with which the alias is associated. @@ -18,16 +18,16 @@ export function bedrock_AgentAgentAliasRoutingConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "agentVersion", - "Version of the agent with which the alias is associated.", + 'agentVersion', + 'Version of the agent with which the alias is associated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "provisionedThroughput", - "ARN of the Provisioned Throughput assigned to the agent alias.", + 'provisionedThroughput', + 'ARN of the Provisioned Throughput assigned to the agent alias.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasTimeouts.ts index 1ccbeac1e..64954140b 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentAliasTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentAliasTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function bedrock_AgentAgentAliasTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function bedrock_AgentAgentAliasTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function bedrock_AgentAgentAliasTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts.ts index f9d924833..e0d48abb4 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentKnowledgeBaseAssociationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentKnowledgeBaseAssociationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function bedrock_AgentAgentKnowledgeBaseAssociationTimeouts_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function bedrock_AgentAgentKnowledgeBaseAssociationTimeouts_GetTypes(): D ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfiguration.ts index fdee45487..36f8bb194 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration, bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration_GetTypes, -} from "./bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration"; +} from './bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration'; export interface bedrock_AgentAgentPromptOverrideConfiguration { // ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the `prompt_configurations` block must contain a `parser_mode` value that is set to `OVERRIDDEN`. @@ -22,16 +22,16 @@ export function bedrock_AgentAgentPromptOverrideConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "overrideLambda", - "ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the `prompt_configurations` block must contain a `parser_mode` value that is set to `OVERRIDDEN`.", + 'overrideLambda', + 'ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the `prompt_configurations` block must contain a `parser_mode` value that is set to `OVERRIDDEN`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "promptConfigurations", - "Configurations to override a prompt template in one part of an agent sequence. See `prompt_configurations` Block for details.", + 'promptConfigurations', + 'Configurations to override a prompt template in one part of an agent sequence. See `prompt_configurations` Block for details.', () => bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration.ts index 35880c25f..2d4678509 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration, bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration_GetTypes, -} from "./bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration"; +} from './bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration'; export interface bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration { // prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see [Prompt template placeholder variables](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html). @@ -34,24 +34,24 @@ export function bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration return [ new DynamicUIProps( InputType.String, - "promptType", - "Step in the agent sequence that this prompt configuration applies to. Valid values: `PRE_PROCESSING`, `ORCHESTRATION`, `POST_PROCESSING`, `KNOWLEDGE_BASE_RESPONSE_GENERATION`.", + 'promptType', + 'Step in the agent sequence that this prompt configuration applies to. Valid values: `PRE_PROCESSING`, `ORCHESTRATION`, `POST_PROCESSING`, `KNOWLEDGE_BASE_RESPONSE_GENERATION`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "basePromptTemplate", - "prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see [Prompt template placeholder variables](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html).", + 'basePromptTemplate', + 'prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see [Prompt template placeholder variables](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "inferenceConfigurations", - "Inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the `prompt_type`. For more information, see [Inference parameters for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html). See `inference_configuration` Block for details.", + 'inferenceConfigurations', + 'Inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the `prompt_type`. For more information, see [Inference parameters for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html). See `inference_configuration` Block for details.', () => bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration_GetTypes(), true, @@ -59,24 +59,24 @@ export function bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration ), new DynamicUIProps( InputType.String, - "parserMode", - "Whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the `prompt_type`. If you set the argument as `OVERRIDDEN`, the `override_lambda` argument in the `prompt_override_configuration` block must be specified with the ARN of a Lambda function. Valid values: `DEFAULT`, `OVERRIDDEN`.", + 'parserMode', + 'Whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the `prompt_type`. If you set the argument as `OVERRIDDEN`, the `override_lambda` argument in the `prompt_override_configuration` block must be specified with the ARN of a Lambda function. Valid values: `DEFAULT`, `OVERRIDDEN`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "promptCreationMode", - "Whether to override the default prompt template for this `prompt_type`. Set this argument to `OVERRIDDEN` to use the prompt that you provide in the `base_prompt_template`. If you leave it as `DEFAULT`, the agent uses a default prompt template. Valid values: `DEFAULT`, `OVERRIDDEN`.", + 'promptCreationMode', + 'Whether to override the default prompt template for this `prompt_type`. Set this argument to `OVERRIDDEN` to use the prompt that you provide in the `base_prompt_template`. If you leave it as `DEFAULT`, the agent uses a default prompt template. Valid values: `DEFAULT`, `OVERRIDDEN`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "promptState", - "Whether to allow the agent to carry out the step specified in the `prompt_type`. If you set this argument to `DISABLED`, the agent skips that step. Valid Values: `ENABLED`, `DISABLED`.", + 'promptState', + 'Whether to allow the agent to carry out the step specified in the `prompt_type`. If you set this argument to `DISABLED`, the agent skips that step. Valid Values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration.ts index 2b907896f..df13997e6 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfiguration { // List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response. @@ -27,40 +27,40 @@ export function bedrock_AgentAgentPromptOverrideConfigurationPromptConfiguration return [ new DynamicUIProps( InputType.Number, - "topK", - "Number of top most-likely candidates, between 0 and 500, from which the model chooses the next token in the sequence.", + 'topK', + 'Number of top most-likely candidates, between 0 and 500, from which the model chooses the next token in the sequence.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "topP", - "Top percentage of the probability distribution of next tokens, between 0 and 1 (denoting 0% and 100%), from which the model chooses the next token in the sequence.", + 'topP', + 'Top percentage of the probability distribution of next tokens, between 0 and 1 (denoting 0% and 100%), from which the model chooses the next token in the sequence.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLength", - "Maximum number of tokens to allow in the generated response.", + 'maxLength', + 'Maximum number of tokens to allow in the generated response.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "stopSequences", - "List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.", + 'stopSequences', + 'List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "temperature", - "Likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.", + 'temperature', + 'Likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentAgentTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_AgentAgentTimeouts.ts index a4465009e..3af1fcd02 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentAgentTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentAgentTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentAgentTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function bedrock_AgentAgentTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function bedrock_AgentAgentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function bedrock_AgentAgentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfiguration.ts index e16cd1140..77c78401a 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentDataSourceDataSourceConfigurationS3Configuration, bedrock_AgentDataSourceDataSourceConfigurationS3Configuration_GetTypes, -} from "./bedrock_AgentDataSourceDataSourceConfigurationS3Configuration"; +} from './bedrock_AgentDataSourceDataSourceConfigurationS3Configuration'; export interface bedrock_AgentDataSourceDataSourceConfiguration { // Details about the configuration of the S3 object containing the data source. See `s3_data_source_configuration` block for details. @@ -22,16 +22,16 @@ export function bedrock_AgentDataSourceDataSourceConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "type", - "Type of storage for the data source. Valid values: `S3`.", + 'type', + 'Type of storage for the data source. Valid values: `S3`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "Details about the configuration of the S3 object containing the data source. See `s3_data_source_configuration` block for details.", + 's3Configuration', + 'Details about the configuration of the S3 object containing the data source. See `s3_data_source_configuration` block for details.', () => bedrock_AgentDataSourceDataSourceConfigurationS3Configuration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfigurationS3Configuration.ts index d80927e99..061696c61 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceDataSourceConfigurationS3Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentDataSourceDataSourceConfigurationS3Configuration { // List of S3 prefixes that define the object containing the data sources. For more information, see [Organizing objects using prefixes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html). @@ -21,24 +21,24 @@ export function bedrock_AgentDataSourceDataSourceConfigurationS3Configuration_Ge return [ new DynamicUIProps( InputType.Array, - "inclusionPrefixes", - "List of S3 prefixes that define the object containing the data sources. For more information, see [Organizing objects using prefixes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html).", + 'inclusionPrefixes', + 'List of S3 prefixes that define the object containing the data sources. For more information, see [Organizing objects using prefixes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "ARN of the bucket that contains the data source.", + 'bucketArn', + 'ARN of the bucket that contains the data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketOwnerAccountId", - "Bucket account owner ID for the S3 bucket.", + 'bucketOwnerAccountId', + 'Bucket account owner ID for the S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceServerSideEncryptionConfiguration.ts index cbc450d82..d3a1a2aba 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceServerSideEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentDataSourceServerSideEncryptionConfiguration { // ARN of the AWS KMS key used to encrypt the resource. @@ -15,8 +15,8 @@ export function bedrock_AgentDataSourceServerSideEncryptionConfiguration_GetType return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the AWS KMS key used to encrypt the resource.", + 'kmsKeyArn', + 'ARN of the AWS KMS key used to encrypt the resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceTimeouts.ts index ec29984f9..41ff91e6e 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentDataSourceTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -18,7 +18,7 @@ export function bedrock_AgentDataSourceTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -26,7 +26,7 @@ export function bedrock_AgentDataSourceTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfiguration.ts index a43ae839c..07e057ac1 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration, bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration_GetTypes, -} from "./bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration"; +} from './bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration'; export interface bedrock_AgentDataSourceVectorIngestionConfiguration { // Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. See `chunking_configuration` block for details. @@ -19,8 +19,8 @@ export function bedrock_AgentDataSourceVectorIngestionConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "chunkingConfiguration", - "Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. See `chunking_configuration` block for details.", + 'chunkingConfiguration', + 'Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. See `chunking_configuration` block for details.', () => bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration.ts index 0832cafb4..6cd4bb8e9 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration, bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration_GetTypes, -} from "./bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration"; +} from './bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration'; export interface bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfiguration { // Option for chunking your source data, either in fixed-sized chunks or as one chunk. Valid values: `FIXED_SIZE`, `NONE`. @@ -22,16 +22,16 @@ export function bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfi return [ new DynamicUIProps( InputType.String, - "chunkingStrategy", - "Option for chunking your source data, either in fixed-sized chunks or as one chunk. Valid values: `FIXED_SIZE`, `NONE`.", + 'chunkingStrategy', + 'Option for chunking your source data, either in fixed-sized chunks or as one chunk. Valid values: `FIXED_SIZE`, `NONE`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fixedSizeChunkingConfiguration", - "Configurations for when you choose fixed-size chunking. If you set the chunking_strategy as `NONE`, exclude this field. See `fixed_size_chunking_configuration` for details.", + 'fixedSizeChunkingConfiguration', + 'Configurations for when you choose fixed-size chunking. If you set the chunking_strategy as `NONE`, exclude this field. See `fixed_size_chunking_configuration` for details.', () => bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration.ts index 455bfe95e..79e41e145 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfigurationFixedSizeChunkingConfiguration { // Percentage of overlap between adjacent chunks of a data source. @@ -18,16 +18,16 @@ export function bedrock_AgentDataSourceVectorIngestionConfigurationChunkingConfi return [ new DynamicUIProps( InputType.Number, - "overlapPercentage", - "Percentage of overlap between adjacent chunks of a data source.", + 'overlapPercentage', + 'Percentage of overlap between adjacent chunks of a data source.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxTokens", - "Maximum number of tokens to include in a chunk.", + 'maxTokens', + 'Maximum number of tokens to include in a chunk.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration.ts index 3137d769e..53e0cc8b2 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration, bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration_GetTypes, -} from "./bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration"; +} from './bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration'; export interface bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration { // Type of data that the data source is converted into for the knowledge base. Valid Values: `VECTOR`. @@ -22,15 +22,15 @@ export function bedrock_AgentKnowledgeBaseKnowledgeBaseConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "Type of data that the data source is converted into for the knowledge base. Valid Values: `VECTOR`.", + 'type', + 'Type of data that the data source is converted into for the knowledge base. Valid Values: `VECTOR`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "vectorKnowledgeBaseConfiguration", + 'vectorKnowledgeBaseConfiguration', "Details about the embeddings model that'sused to convert the data source. See `vector_knowledge_base_configuration` block for details.", () => bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration.ts index 24ff0b3c6..c3f2c8e30 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration { // ARN of the model used to create vector embeddings for the knowledge base. @@ -15,8 +15,8 @@ export function bedrock_AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowle return [ new DynamicUIProps( InputType.String, - "embeddingModelArn", - "ARN of the model used to create vector embeddings for the knowledge base.", + 'embeddingModelArn', + 'ARN of the model used to create vector embeddings for the knowledge base.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfiguration.ts index d13071786..c22fdce52 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration, bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration'; import { bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration, bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration'; import { bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration, bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration'; import { bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration, bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration'; export interface bedrock_AgentKnowledgeBaseStorageConfiguration { // The storage configuration of the knowledge base in Amazon OpenSearch Service. See `opensearch_serverless_configuration` block for details. @@ -43,8 +43,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "opensearchServerlessConfiguration", - "The storage configuration of the knowledge base in Amazon OpenSearch Service. See `opensearch_serverless_configuration` block for details.", + 'opensearchServerlessConfiguration', + 'The storage configuration of the knowledge base in Amazon OpenSearch Service. See `opensearch_serverless_configuration` block for details.', () => bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration_GetTypes(), false, @@ -52,8 +52,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "pineconeConfiguration", - "The storage configuration of the knowledge base in Pinecone. See `pinecone_configuration` block for details.", + 'pineconeConfiguration', + 'The storage configuration of the knowledge base in Pinecone. See `pinecone_configuration` block for details.', () => bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration_GetTypes(), false, @@ -61,8 +61,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "rdsConfiguration", - "Details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup.html). See `rds_configuration` block for details.", + 'rdsConfiguration', + 'Details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup.html). See `rds_configuration` block for details.', () => bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration_GetTypes(), false, @@ -70,8 +70,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "redisEnterpriseCloudConfiguration", - "The storage configuration of the knowledge base in Redis Enterprise Cloud. See `redis_enterprise_cloud_configuration` block for details.", + 'redisEnterpriseCloudConfiguration', + 'The storage configuration of the knowledge base in Redis Enterprise Cloud. See `redis_enterprise_cloud_configuration` block for details.', () => bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration_GetTypes(), false, @@ -79,8 +79,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "type", - "Vector store service in which the knowledge base is stored. Valid Values: `OPENSEARCH_SERVERLESS`, `PINECONE`, `REDIS_ENTERPRISE_CLOUD`, `RDS`.", + 'type', + 'Vector store service in which the knowledge base is stored. Valid Values: `OPENSEARCH_SERVERLESS`, `PINECONE`, `REDIS_ENTERPRISE_CLOUD`, `RDS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration.ts index 20611bd45..73aa3a9e7 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping, bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfiguration { // The names of the fields to which to map information about the vector store. This block supports the following arguments: @@ -25,24 +25,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerle return [ new DynamicUIProps( InputType.String, - "vectorIndexName", - "Name of the vector store.", + 'vectorIndexName', + 'Name of the vector store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "collectionArn", - "ARN of the OpenSearch Service vector store.", + 'collectionArn', + 'ARN of the OpenSearch Service vector store.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldMapping", - "The names of the fields to which to map information about the vector store. This block supports the following arguments:", + 'fieldMapping', + 'The names of the fields to which to map information about the vector store. This block supports the following arguments:', () => bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping.ts index cb65b978d..f37f775ab 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping { // Name of the field in which Amazon Bedrock stores metadata about the vector store. @@ -21,24 +21,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationOpensearchServerle return [ new DynamicUIProps( InputType.String, - "metadataField", - "Name of the field in which Amazon Bedrock stores metadata about the vector store.", + 'metadataField', + 'Name of the field in which Amazon Bedrock stores metadata about the vector store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textField", - "Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.", + 'textField', + 'Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vectorField", - "Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.", + 'vectorField', + 'Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration.ts index 65c7037b3..20030a9dc 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping, bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfiguration { // The names of the fields to which to map information about the vector store. This block supports the following arguments: @@ -28,8 +28,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurat return [ new DynamicUIProps( InputType.Object, - "fieldMapping", - "The names of the fields to which to map information about the vector store. This block supports the following arguments:", + 'fieldMapping', + 'The names of the fields to which to map information about the vector store. This block supports the following arguments:', () => bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping_GetTypes(), false, @@ -37,24 +37,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurat ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace to be used to write new data to your database.", + 'namespace', + 'Namespace to be used to write new data to your database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionString", - "Endpoint URL for your index management page.", + 'connectionString', + 'Endpoint URL for your index management page.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "credentialsSecretArn", - "ARN of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.", + 'credentialsSecretArn', + 'ARN of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping.ts index 09aecb419..9716b5e47 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping { // Name of the field in which Amazon Bedrock stores metadata about the vector store. @@ -18,16 +18,16 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationPineconeConfigurat return [ new DynamicUIProps( InputType.String, - "metadataField", - "Name of the field in which Amazon Bedrock stores metadata about the vector store.", + 'metadataField', + 'Name of the field in which Amazon Bedrock stores metadata about the vector store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textField", - "Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.", + 'textField', + 'Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration.ts index 8dbfb697d..5ce5c34b4 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping, bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration { // ARN of the vector store. @@ -31,24 +31,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration_G return [ new DynamicUIProps( InputType.String, - "credentialsSecretArn", - "ARN of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database.", + 'credentialsSecretArn', + 'ARN of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of your Amazon RDS database.", + 'databaseName', + 'Name of your Amazon RDS database.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldMapping", - "Names of the fields to which to map information about the vector store. This block supports the following arguments:", + 'fieldMapping', + 'Names of the fields to which to map information about the vector store. This block supports the following arguments:', () => bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping_GetTypes(), false, @@ -56,16 +56,16 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfiguration_G ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the vector store.", + 'resourceArn', + 'ARN of the vector store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "Name of the table in the database.", + 'tableName', + 'Name of the table in the database.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping.ts index 35d4b7aa6..f6d5d4fda 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping { // Name of the field in which Amazon Bedrock stores metadata about the vector store. @@ -24,32 +24,32 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRdsConfigurationFi return [ new DynamicUIProps( InputType.String, - "metadataField", - "Name of the field in which Amazon Bedrock stores metadata about the vector store.", + 'metadataField', + 'Name of the field in which Amazon Bedrock stores metadata about the vector store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "primaryKeyField", - "Name of the field in which Amazon Bedrock stores the ID for each entry.", + 'primaryKeyField', + 'Name of the field in which Amazon Bedrock stores the ID for each entry.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "textField", - "Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.", + 'textField', + 'Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vectorField", - "Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.", + 'vectorField', + 'Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration.ts index 1c3de9e51..685a50a70 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping, bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping_GetTypes, -} from "./bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping"; +} from './bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration { // ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database. @@ -28,24 +28,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseClo return [ new DynamicUIProps( InputType.String, - "credentialsSecretArn", - "ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database.", + 'credentialsSecretArn', + 'ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "Endpoint URL of the Redis Enterprise Cloud database.", + 'endpoint', + 'Endpoint URL of the Redis Enterprise Cloud database.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldMapping", - "The names of the fields to which to map information about the vector store. This block supports the following arguments:", + 'fieldMapping', + 'The names of the fields to which to map information about the vector store. This block supports the following arguments:', () => bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping_GetTypes(), false, @@ -53,8 +53,8 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseClo ), new DynamicUIProps( InputType.String, - "vectorIndexName", - "Name of the vector index.", + 'vectorIndexName', + 'Name of the vector index.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping.ts index de0e9ec56..0bb140ade 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping { // Name of the field in which Amazon Bedrock stores metadata about the vector store. @@ -21,24 +21,24 @@ export function bedrock_AgentKnowledgeBaseStorageConfigurationRedisEnterpriseClo return [ new DynamicUIProps( InputType.String, - "metadataField", - "Name of the field in which Amazon Bedrock stores metadata about the vector store.", + 'metadataField', + 'Name of the field in which Amazon Bedrock stores metadata about the vector store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textField", - "Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.", + 'textField', + 'Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vectorField", - "Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.", + 'vectorField', + 'Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseTimeouts.ts index e68d67e10..c3d8ca3ae 100644 --- a/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_AgentKnowledgeBaseTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_AgentKnowledgeBaseTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function bedrock_AgentKnowledgeBaseTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function bedrock_AgentKnowledgeBaseTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function bedrock_AgentKnowledgeBaseTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelOutputDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelOutputDataConfig.ts index 2d59c18f4..e4cc142fb 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelOutputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelOutputDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelOutputDataConfig { // The S3 URI where the output data is stored. @@ -15,8 +15,8 @@ export function bedrock_CustomModelOutputDataConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the output data is stored.", + 's3Uri', + 'The S3 URI where the output data is stored.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelTimeouts.ts index af35a1a0a..5a1c623b8 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function bedrock_CustomModelTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function bedrock_CustomModelTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingDataConfig.ts index 8483df31c..26aedd7c5 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelTrainingDataConfig { // The S3 URI where the training data is stored. @@ -15,8 +15,8 @@ export function bedrock_CustomModelTrainingDataConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the training data is stored.", + 's3Uri', + 'The S3 URI where the training data is stored.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingMetric.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingMetric.ts index ca3a3b1a6..f3b34b418 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingMetric.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelTrainingMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelTrainingMetric { // Loss metric associated with the customization job. @@ -15,8 +15,8 @@ export function bedrock_CustomModelTrainingMetric_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "trainingLoss", - "Loss metric associated with the customization job.", + 'trainingLoss', + 'Loss metric associated with the customization job.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfig.ts index db0c748c1..8a81344ee 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_CustomModelValidationDataConfigValidator, bedrock_CustomModelValidationDataConfigValidator_GetTypes, -} from "./bedrock_CustomModelValidationDataConfigValidator"; +} from './bedrock_CustomModelValidationDataConfigValidator'; export interface bedrock_CustomModelValidationDataConfig { // Information about the validators. @@ -19,8 +19,8 @@ export function bedrock_CustomModelValidationDataConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "validators", - "Information about the validators.", + 'validators', + 'Information about the validators.', () => bedrock_CustomModelValidationDataConfigValidator_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfigValidator.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfigValidator.ts index 9c4149ddd..7daacc31c 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfigValidator.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationDataConfigValidator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelValidationDataConfigValidator { // The S3 URI where the validation data is stored. @@ -15,8 +15,8 @@ export function bedrock_CustomModelValidationDataConfigValidator_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the validation data is stored.", + 's3Uri', + 'The S3 URI where the validation data is stored.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationMetric.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationMetric.ts index d4953a9c1..25399cf50 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationMetric.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelValidationMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelValidationMetric { // The validation loss associated with the validator. @@ -15,8 +15,8 @@ export function bedrock_CustomModelValidationMetric_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "validationLoss", - "The validation loss associated with the validator.", + 'validationLoss', + 'The validation loss associated with the validator.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_CustomModelVpcConfig.ts b/src/app/Models/codegen/aws/types/bedrock_CustomModelVpcConfig.ts index 4e3e19a1c..30d9cc54a 100644 --- a/src/app/Models/codegen/aws/types/bedrock_CustomModelVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_CustomModelVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_CustomModelVpcConfig { // VPC configuration security group IDs. @@ -18,16 +18,16 @@ export function bedrock_CustomModelVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "VPC configuration security group IDs.", + 'securityGroupIds', + 'VPC configuration security group IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "VPC configuration subnets.", + 'subnetIds', + 'VPC configuration subnets.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfig.ts index 41930550c..51e3d5917 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailContentPolicyConfigFiltersConfig, bedrock_GuardrailContentPolicyConfigFiltersConfig_GetTypes, -} from "./bedrock_GuardrailContentPolicyConfigFiltersConfig"; +} from './bedrock_GuardrailContentPolicyConfigFiltersConfig'; export interface bedrock_GuardrailContentPolicyConfig { // List of content filter configs in content policy. See Filters Config for more information. @@ -19,8 +19,8 @@ export function bedrock_GuardrailContentPolicyConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "filtersConfigs", - "List of content filter configs in content policy. See Filters Config for more information.", + 'filtersConfigs', + 'List of content filter configs in content policy. See Filters Config for more information.', () => bedrock_GuardrailContentPolicyConfigFiltersConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfigFiltersConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfigFiltersConfig.ts index 6bff0a5f0..52b1d1501 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfigFiltersConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailContentPolicyConfigFiltersConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailContentPolicyConfigFiltersConfig { // Strength for filters. @@ -21,24 +21,24 @@ export function bedrock_GuardrailContentPolicyConfigFiltersConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "inputStrength", - "Strength for filters.", + 'inputStrength', + 'Strength for filters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputStrength", - "Strength for filters.", + 'outputStrength', + 'Strength for filters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of contextual grounding filter.", + 'type', + 'Type of contextual grounding filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfig.ts index 20d33dc3d..77f71d10a 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig, bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig_GetTypes, -} from "./bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig"; +} from './bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig'; export interface bedrock_GuardrailContextualGroundingPolicyConfig { // List of contextual grounding filter configs. See Contextual Grounding Filters Config for more information. @@ -19,8 +19,8 @@ export function bedrock_GuardrailContextualGroundingPolicyConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "filtersConfigs", - "List of contextual grounding filter configs. See Contextual Grounding Filters Config for more information.", + 'filtersConfigs', + 'List of contextual grounding filter configs. See Contextual Grounding Filters Config for more information.', () => bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig.ts index 9ae70f004..1d3cd785f 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig { // The threshold for this filter. @@ -18,16 +18,16 @@ export function bedrock_GuardrailContextualGroundingPolicyConfigFiltersConfig_Ge return [ new DynamicUIProps( InputType.String, - "type", - "Type of contextual grounding filter.", + 'type', + 'Type of contextual grounding filter.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "threshold", - "The threshold for this filter.", + 'threshold', + 'The threshold for this filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfig.ts index be8adfc38..cf1c438c4 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig, bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig_GetTypes, -} from "./bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig"; +} from './bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig'; import { bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig, bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig_GetTypes, -} from "./bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig"; +} from './bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig'; export interface bedrock_GuardrailSensitiveInformationPolicyConfig { // List of entities. See PII Entities Config for more information. @@ -26,8 +26,8 @@ export function bedrock_GuardrailSensitiveInformationPolicyConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "regexesConfigs", - "List of regex. See Regexes Config for more information.", + 'regexesConfigs', + 'List of regex. See Regexes Config for more information.', () => bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig_GetTypes(), false, @@ -35,8 +35,8 @@ export function bedrock_GuardrailSensitiveInformationPolicyConfig_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "piiEntitiesConfigs", - "List of entities. See PII Entities Config for more information.", + 'piiEntitiesConfigs', + 'List of entities. See PII Entities Config for more information.', () => bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig.ts index a413bb4ec..3e3b8ec15 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConfig { // Options for sensitive information action. @@ -18,16 +18,16 @@ export function bedrock_GuardrailSensitiveInformationPolicyConfigPiiEntitiesConf return [ new DynamicUIProps( InputType.String, - "type", - "The currently supported PII entities.", + 'type', + 'The currently supported PII entities.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "action", - "Options for sensitive information action.", + 'action', + 'Options for sensitive information action.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig.ts index bb55d1b5d..b54ee0c9e 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig { // The regex name. @@ -24,32 +24,32 @@ export function bedrock_GuardrailSensitiveInformationPolicyConfigRegexesConfig_G return [ new DynamicUIProps( InputType.String, - "name", - "The regex name.", + 'name', + 'The regex name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pattern", - "The regex pattern.", + 'pattern', + 'The regex pattern.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "action", - "Options for sensitive information action.", + 'action', + 'Options for sensitive information action.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The regex description.", + 'description', + 'The regex description.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailTimeouts.ts index 82cb5fa39..f9a866edd 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function bedrock_GuardrailTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function bedrock_GuardrailTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function bedrock_GuardrailTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfig.ts index 14e33d2c2..ce035dbdd 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailTopicPolicyConfigTopicsConfig, bedrock_GuardrailTopicPolicyConfigTopicsConfig_GetTypes, -} from "./bedrock_GuardrailTopicPolicyConfigTopicsConfig"; +} from './bedrock_GuardrailTopicPolicyConfigTopicsConfig'; export interface bedrock_GuardrailTopicPolicyConfig { // List of topic configs in topic policy. See Topics Config for more information. @@ -19,8 +19,8 @@ export function bedrock_GuardrailTopicPolicyConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "topicsConfigs", - "List of topic configs in topic policy. See Topics Config for more information.", + 'topicsConfigs', + 'List of topic configs in topic policy. See Topics Config for more information.', () => bedrock_GuardrailTopicPolicyConfigTopicsConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfigTopicsConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfigTopicsConfig.ts index 8b7dc6129..dd66eb8eb 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfigTopicsConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailTopicPolicyConfigTopicsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailTopicPolicyConfigTopicsConfig { // Definition of topic in topic policy. @@ -24,32 +24,32 @@ export function bedrock_GuardrailTopicPolicyConfigTopicsConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "definition", - "Definition of topic in topic policy.", + 'definition', + 'Definition of topic in topic policy.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "examples", - "List of text examples.", + 'examples', + 'List of text examples.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of topic in topic policy.", + 'name', + 'Name of topic in topic policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of topic in a policy.", + 'type', + 'Type of topic in a policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfig.ts index 5294d5230..e197be3c4 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_GuardrailWordPolicyConfigWordsConfig, bedrock_GuardrailWordPolicyConfigWordsConfig_GetTypes, -} from "./bedrock_GuardrailWordPolicyConfigWordsConfig"; +} from './bedrock_GuardrailWordPolicyConfigWordsConfig'; import { bedrock_GuardrailWordPolicyConfigManagedWordListsConfig, bedrock_GuardrailWordPolicyConfigManagedWordListsConfig_GetTypes, -} from "./bedrock_GuardrailWordPolicyConfigManagedWordListsConfig"; +} from './bedrock_GuardrailWordPolicyConfigManagedWordListsConfig'; export interface bedrock_GuardrailWordPolicyConfig { // A config for the list of managed words. See Managed Word Lists Config for more information. @@ -26,16 +26,16 @@ export function bedrock_GuardrailWordPolicyConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "managedWordListsConfigs", - "A config for the list of managed words. See Managed Word Lists Config for more information.", + 'managedWordListsConfigs', + 'A config for the list of managed words. See Managed Word Lists Config for more information.', () => bedrock_GuardrailWordPolicyConfigManagedWordListsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "wordsConfigs", - "List of custom word configs. See Words Config for more information.", + 'wordsConfigs', + 'List of custom word configs. See Words Config for more information.', () => bedrock_GuardrailWordPolicyConfigWordsConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigManagedWordListsConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigManagedWordListsConfig.ts index d06653cd7..01bf518ff 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigManagedWordListsConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigManagedWordListsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailWordPolicyConfigManagedWordListsConfig { // Options for managed words. @@ -15,8 +15,8 @@ export function bedrock_GuardrailWordPolicyConfigManagedWordListsConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "type", - "Options for managed words.", + 'type', + 'Options for managed words.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigWordsConfig.ts b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigWordsConfig.ts index 2e3686b5b..6e406961e 100644 --- a/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigWordsConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_GuardrailWordPolicyConfigWordsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_GuardrailWordPolicyConfigWordsConfig { // The custom word text. @@ -15,8 +15,8 @@ export function bedrock_GuardrailWordPolicyConfigWordsConfig_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "text", - "The custom word text.", + 'text', + 'The custom word text.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_ProvisionedModelThroughputTimeouts.ts b/src/app/Models/codegen/aws/types/bedrock_ProvisionedModelThroughputTimeouts.ts index 448b6b419..fb73414f4 100644 --- a/src/app/Models/codegen/aws/types/bedrock_ProvisionedModelThroughputTimeouts.ts +++ b/src/app/Models/codegen/aws/types/bedrock_ProvisionedModelThroughputTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_ProvisionedModelThroughputTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function bedrock_ProvisionedModelThroughputTimeouts_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummary.ts b/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummary.ts index 2709c512e..c64c38f91 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummary.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummary.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration, bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration_GetTypes, -} from "./bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration"; +} from './bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration'; export interface bedrock_getAgentAgentVersionsAgentVersionSummary { // Version of the agent. @@ -40,16 +40,16 @@ export function bedrock_getAgentAgentVersionsAgentVersionSummary_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "description", - "Description of the version of the agent.\n* `GuardrailConfiguration` - Details aout the guardrail associated with the agent. See Guardrail Configuration", + 'description', + 'Description of the version of the agent.\n* `GuardrailConfiguration` - Details aout the guardrail associated with the agent. See Guardrail Configuration', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "guardrailConfigurations", - "", + 'guardrailConfigurations', + '', () => bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration_GetTypes(), false, @@ -57,40 +57,40 @@ export function bedrock_getAgentAgentVersionsAgentVersionSummary_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "updatedAt", - "Time at which the version was last updated.", + 'updatedAt', + 'Time at which the version was last updated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "agentName", - "Name of agent to which the version belongs.", + 'agentName', + 'Name of agent to which the version belongs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "agentStatus", - "Status of the agent to which the version belongs.", + 'agentStatus', + 'Status of the agent to which the version belongs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "agentVersion", - "Version of the agent.", + 'agentVersion', + 'Version of the agent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "createdAt", - "Time at which the version was created.", + 'createdAt', + 'Time at which the version was created.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration.ts b/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration.ts index 27e7a1c84..780e00d6c 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration { // Unique identifier of the guardrail. @@ -18,16 +18,16 @@ export function bedrock_getAgentAgentVersionsAgentVersionSummaryGuardrailConfigu return [ new DynamicUIProps( InputType.String, - "guardrailIdentifier", - "Unique identifier of the guardrail.", + 'guardrailIdentifier', + 'Unique identifier of the guardrail.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "guardrailVersion", - "Version of the guardrail.", + 'guardrailVersion', + 'Version of the guardrail.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelOutputDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelOutputDataConfig.ts index 226df3cd8..dcedb5163 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelOutputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelOutputDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelOutputDataConfig { // The S3 URI where the validation data is stored.. @@ -15,8 +15,8 @@ export function bedrock_getCustomModelOutputDataConfig_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the validation data is stored..", + 's3Uri', + 'The S3 URI where the validation data is stored..', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingDataConfig.ts index 5cd839698..74f247438 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelTrainingDataConfig { // The S3 URI where the validation data is stored.. @@ -15,8 +15,8 @@ export function bedrock_getCustomModelTrainingDataConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the validation data is stored..", + 's3Uri', + 'The S3 URI where the validation data is stored..', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingMetric.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingMetric.ts index 0a2d575dd..a60792f41 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingMetric.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelTrainingMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelTrainingMetric { // Loss metric associated with the customization job. @@ -15,8 +15,8 @@ export function bedrock_getCustomModelTrainingMetric_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "trainingLoss", - "Loss metric associated with the customization job.", + 'trainingLoss', + 'Loss metric associated with the customization job.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfig.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfig.ts index 21b86c30c..1fb36738f 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrock_getCustomModelValidationDataConfigValidator, bedrock_getCustomModelValidationDataConfigValidator_GetTypes, -} from "./bedrock_getCustomModelValidationDataConfigValidator"; +} from './bedrock_getCustomModelValidationDataConfigValidator'; export interface bedrock_getCustomModelValidationDataConfig { // Information about the validators. @@ -19,8 +19,8 @@ export function bedrock_getCustomModelValidationDataConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "validators", - "Information about the validators.", + 'validators', + 'Information about the validators.', () => bedrock_getCustomModelValidationDataConfigValidator_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfigValidator.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfigValidator.ts index 73ecb3c9e..b77f2ef29 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfigValidator.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationDataConfigValidator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelValidationDataConfigValidator { // The S3 URI where the validation data is stored.. @@ -15,8 +15,8 @@ export function bedrock_getCustomModelValidationDataConfigValidator_GetTypes(): return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI where the validation data is stored..", + 's3Uri', + 'The S3 URI where the validation data is stored..', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationMetric.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationMetric.ts index 37f3ea9ba..b0bf6bd00 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationMetric.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelValidationMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelValidationMetric { // The validation loss associated with the validator. @@ -15,8 +15,8 @@ export function bedrock_getCustomModelValidationMetric_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "validationLoss", - "The validation loss associated with the validator.", + 'validationLoss', + 'The validation loss associated with the validator.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrock_getCustomModelsModelSummary.ts b/src/app/Models/codegen/aws/types/bedrock_getCustomModelsModelSummary.ts index e99e59fe6..3f711c4c7 100644 --- a/src/app/Models/codegen/aws/types/bedrock_getCustomModelsModelSummary.ts +++ b/src/app/Models/codegen/aws/types/bedrock_getCustomModelsModelSummary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrock_getCustomModelsModelSummary { // Creation time of the model. @@ -21,24 +21,24 @@ export function bedrock_getCustomModelsModelSummary_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "creationTime", - "Creation time of the model.", + 'creationTime', + 'Creation time of the model.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelArn", - "The ARN of the custom model.", + 'modelArn', + 'The ARN of the custom model.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelName", - "The name of the custom model.", + 'modelName', + 'The name of the custom model.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrockfoundation_getModelsModelSummary.ts b/src/app/Models/codegen/aws/types/bedrockfoundation_getModelsModelSummary.ts index 40a30801b..9c956aa1d 100644 --- a/src/app/Models/codegen/aws/types/bedrockfoundation_getModelsModelSummary.ts +++ b/src/app/Models/codegen/aws/types/bedrockfoundation_getModelsModelSummary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrockfoundation_getModelsModelSummary { // Customizations that the model supports. @@ -39,72 +39,72 @@ export function bedrockfoundation_getModelsModelSummary_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "providerName", - "Model provider name.", + 'providerName', + 'Model provider name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelArn", - "Model ARN.", + 'modelArn', + 'Model ARN.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "responseStreamingSupported", - "Indicates whether the model supports streaming.", + 'responseStreamingSupported', + 'Indicates whether the model supports streaming.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "outputModalities", - "Output modalities that the model supports.", + 'outputModalities', + 'Output modalities that the model supports.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "inferenceTypesSupporteds", - "Inference types that the model supports.", + 'inferenceTypesSupporteds', + 'Inference types that the model supports.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "inputModalities", - "Input modalities that the model supports.", + 'inputModalities', + 'Input modalities that the model supports.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "modelId", - "Model identifier.", + 'modelId', + 'Model identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modelName", - "Model name.", + 'modelName', + 'Model name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "customizationsSupporteds", - "Customizations that the model supports.", + 'customizationsSupporteds', + 'Customizations that the model supports.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig.ts b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig.ts index 68c2ae765..91d5eb03b 100644 --- a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig, bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig_GetTypes, -} from "./bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig"; +} from './bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig'; import { bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config, bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config_GetTypes, -} from "./bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config"; +} from './bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config'; export interface bedrockmodel_InvocationLoggingConfigurationLoggingConfig { // CloudWatch logging configuration. @@ -35,16 +35,16 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfig_GetType return [ new DynamicUIProps( InputType.Bool, - "imageDataDeliveryEnabled", - "Set to include image data in the log delivery.", + 'imageDataDeliveryEnabled', + 'Set to include image data in the log delivery.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "s3Config", - "S3 configuration for storing log data.", + 's3Config', + 'S3 configuration for storing log data.', () => bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config_GetTypes(), false, @@ -52,16 +52,16 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfig_GetType ), new DynamicUIProps( InputType.Bool, - "textDataDeliveryEnabled", - "Set to include text data in the log delivery.", + 'textDataDeliveryEnabled', + 'Set to include text data in the log delivery.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfig", - "CloudWatch logging configuration.", + 'cloudwatchConfig', + 'CloudWatch logging configuration.', () => bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig_GetTypes(), false, @@ -69,8 +69,8 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfig_GetType ), new DynamicUIProps( InputType.Bool, - "embeddingDataDeliveryEnabled", - "Set to include embeddings data in the log delivery.", + 'embeddingDataDeliveryEnabled', + 'Set to include embeddings data in the log delivery.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig.ts b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig.ts index 72d6b5db1..ec7dd49a9 100644 --- a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig.ts +++ b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config, bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config_GetTypes, -} from "./bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config"; +} from './bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config'; export interface bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfig { // S3 configuration for delivering a large amount of data. @@ -25,8 +25,8 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwat return [ new DynamicUIProps( InputType.Object, - "largeDataDeliveryS3Config", - "S3 configuration for delivering a large amount of data.", + 'largeDataDeliveryS3Config', + 'S3 configuration for delivering a large amount of data.', () => bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config_GetTypes(), false, @@ -34,16 +34,16 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwat ), new DynamicUIProps( InputType.String, - "logGroupName", - "Log group name.", + 'logGroupName', + 'Log group name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The role ARN.", + 'roleArn', + 'The role ARN.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config.ts b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config.ts index a90c03588..ab14261be 100644 --- a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config.ts +++ b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config { // S3 bucket name. @@ -18,16 +18,16 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfigCloudwat return [ new DynamicUIProps( InputType.String, - "bucketName", - "S3 bucket name.", + 'bucketName', + 'S3 bucket name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyPrefix", - "S3 prefix.", + 'keyPrefix', + 'S3 prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config.ts b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config.ts index 188e218ef..588cbaab1 100644 --- a/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config.ts +++ b/src/app/Models/codegen/aws/types/bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config { // S3 bucket name. @@ -18,16 +18,16 @@ export function bedrockmodel_InvocationLoggingConfigurationLoggingConfigS3Config return [ new DynamicUIProps( InputType.String, - "bucketName", - "S3 bucket name.", + 'bucketName', + 'S3 bucket name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyPrefix", - "S3 prefix.", + 'keyPrefix', + 'S3 prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionActionThreshold.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionActionThreshold.ts index de05a6ef1..ace7bcc3f 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionActionThreshold.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionActionThreshold.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetActionActionThreshold { // The type of threshold for a notification. Valid values are `PERCENTAGE` or `ABSOLUTE_VALUE`. @@ -18,16 +18,16 @@ export function budgets_BudgetActionActionThreshold_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "actionThresholdType", - "The type of threshold for a notification. Valid values are `PERCENTAGE` or `ABSOLUTE_VALUE`.", + 'actionThresholdType', + 'The type of threshold for a notification. Valid values are `PERCENTAGE` or `ABSOLUTE_VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "actionThresholdValue", - "The threshold of a notification.", + 'actionThresholdValue', + 'The threshold of a notification.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinition.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinition.ts index 46d37216a..3d279e2bf 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinition.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_BudgetActionDefinitionSsmActionDefinition, budgets_BudgetActionDefinitionSsmActionDefinition_GetTypes, -} from "./budgets_BudgetActionDefinitionSsmActionDefinition"; +} from './budgets_BudgetActionDefinitionSsmActionDefinition'; import { budgets_BudgetActionDefinitionIamActionDefinition, budgets_BudgetActionDefinitionIamActionDefinition_GetTypes, -} from "./budgets_BudgetActionDefinitionIamActionDefinition"; +} from './budgets_BudgetActionDefinitionIamActionDefinition'; import { budgets_BudgetActionDefinitionScpActionDefinition, budgets_BudgetActionDefinitionScpActionDefinition_GetTypes, -} from "./budgets_BudgetActionDefinitionScpActionDefinition"; +} from './budgets_BudgetActionDefinitionScpActionDefinition'; export interface budgets_BudgetActionDefinition { // The service control policies (SCPs) action definition details. See SCP Action Definition. @@ -33,24 +33,24 @@ export function budgets_BudgetActionDefinition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "scpActionDefinition", - "The service control policies (SCPs) action definition details. See SCP Action Definition.", + 'scpActionDefinition', + 'The service control policies (SCPs) action definition details. See SCP Action Definition.', () => budgets_BudgetActionDefinitionScpActionDefinition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ssmActionDefinition", - "The AWS Systems Manager (SSM) action definition details. See SSM Action Definition.", + 'ssmActionDefinition', + 'The AWS Systems Manager (SSM) action definition details. See SSM Action Definition.', () => budgets_BudgetActionDefinitionSsmActionDefinition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "iamActionDefinition", - "The AWS Identity and Access Management (IAM) action definition details. See IAM Action Definition.", + 'iamActionDefinition', + 'The AWS Identity and Access Management (IAM) action definition details. See IAM Action Definition.', () => budgets_BudgetActionDefinitionIamActionDefinition_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionIamActionDefinition.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionIamActionDefinition.ts index 10260bd1e..b2c61a3fc 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionIamActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionIamActionDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetActionDefinitionIamActionDefinition { // A list of roles to be attached. There must be at least one role. @@ -24,32 +24,32 @@ export function budgets_BudgetActionDefinitionIamActionDefinition_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "users", - "A list of users to be attached. There must be at least one user.", + 'users', + 'A list of users to be attached. There must be at least one user.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "groups", - "A list of groups to be attached. There must be at least one group.", + 'groups', + 'A list of groups to be attached. There must be at least one group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyArn", - "The Amazon Resource Name (ARN) of the policy to be attached.", + 'policyArn', + 'The Amazon Resource Name (ARN) of the policy to be attached.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "roles", - "A list of roles to be attached. There must be at least one role.", + 'roles', + 'A list of roles to be attached. There must be at least one role.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionScpActionDefinition.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionScpActionDefinition.ts index 2491598ed..e9e00b947 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionScpActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionScpActionDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetActionDefinitionScpActionDefinition { // The policy ID attached. @@ -18,16 +18,16 @@ export function budgets_BudgetActionDefinitionScpActionDefinition_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "policyId", - "The policy ID attached.", + 'policyId', + 'The policy ID attached.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetIds", - "A list of target IDs.", + 'targetIds', + 'A list of target IDs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionSsmActionDefinition.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionSsmActionDefinition.ts index b4abe5780..44c8f718a 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionSsmActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionDefinitionSsmActionDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetActionDefinitionSsmActionDefinition { // The EC2 and RDS instance IDs. @@ -21,24 +21,24 @@ export function budgets_BudgetActionDefinitionSsmActionDefinition_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "actionSubType", - "The action subType. Valid values are `STOP_EC2_INSTANCES` or `STOP_RDS_INSTANCES`.", + 'actionSubType', + 'The action subType. Valid values are `STOP_EC2_INSTANCES` or `STOP_RDS_INSTANCES`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "instanceIds", - "The EC2 and RDS instance IDs.", + 'instanceIds', + 'The EC2 and RDS instance IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "region", - "The Region to run the SSM document.", + 'region', + 'The Region to run the SSM document.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetActionSubscriber.ts b/src/app/Models/codegen/aws/types/budgets_BudgetActionSubscriber.ts index 46926a5a1..6e5737a99 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetActionSubscriber.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetActionSubscriber.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetActionSubscriber { // The address that AWS sends budget notifications to, either an SNS topic or an email. @@ -18,16 +18,16 @@ export function budgets_BudgetActionSubscriber_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "address", - "The address that AWS sends budget notifications to, either an SNS topic or an email.", + 'address', + 'The address that AWS sends budget notifications to, either an SNS topic or an email.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subscriptionType", - "The type of notification that AWS sends to a subscriber. Valid values are `SNS` or `EMAIL`.", + 'subscriptionType', + 'The type of notification that AWS sends to a subscriber. Valid values are `SNS` or `EMAIL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustData.ts b/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustData.ts index 345fcdaf4..e9d3118f1 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustData.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustData.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_BudgetAutoAdjustDataHistoricalOptions, budgets_BudgetAutoAdjustDataHistoricalOptions_GetTypes, -} from "./budgets_BudgetAutoAdjustDataHistoricalOptions"; +} from './budgets_BudgetAutoAdjustDataHistoricalOptions'; export interface budgets_BudgetAutoAdjustData { // (Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL` @@ -25,24 +25,24 @@ export function budgets_BudgetAutoAdjustData_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "autoAdjustType", - "(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL`", + 'autoAdjustType', + '(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL`', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "historicalOptions", - "(Optional) - Configuration block of Historical Options. Required for `auto_adjust_type` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on.", + 'historicalOptions', + '(Optional) - Configuration block of Historical Options. Required for `auto_adjust_type` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on.', () => budgets_BudgetAutoAdjustDataHistoricalOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "lastAutoAdjustTime", - "(Optional) - The last time that your budget was auto-adjusted.", + 'lastAutoAdjustTime', + '(Optional) - The last time that your budget was auto-adjusted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustDataHistoricalOptions.ts b/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustDataHistoricalOptions.ts index 07224dcbe..9131af489 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustDataHistoricalOptions.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetAutoAdjustDataHistoricalOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetAutoAdjustDataHistoricalOptions { // (Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount. @@ -18,16 +18,16 @@ export function budgets_BudgetAutoAdjustDataHistoricalOptions_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "budgetAdjustmentPeriod", - "(Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.", + 'budgetAdjustmentPeriod', + '(Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "lookbackAvailablePeriods", - "(Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budget_adjustment_period` and your historical cost data.", + 'lookbackAvailablePeriods', + '(Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budget_adjustment_period` and your historical cost data.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetCostFilter.ts b/src/app/Models/codegen/aws/types/budgets_BudgetCostFilter.ts index b7ba09b98..eb65266d2 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetCostFilter.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetCostFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetCostFilter { // The name of a budget. Unique within accounts. @@ -18,16 +18,16 @@ export function budgets_BudgetCostFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of a budget. Unique within accounts.", + 'name', + 'The name of a budget. Unique within accounts.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetCostTypes.ts b/src/app/Models/codegen/aws/types/budgets_BudgetCostTypes.ts index 5832b5d3e..290b48612 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetCostTypes.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetCostTypes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetCostTypes { // A boolean value whether to include recurring costs in the cost budget. Defaults to `true` @@ -45,88 +45,88 @@ export function budgets_BudgetCostTypes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "includeUpfront", - "A boolean value whether to include upfront costs in the cost budget. Defaults to `true`", + 'includeUpfront', + 'A boolean value whether to include upfront costs in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useAmortized", - "Whether a budget uses the amortized rate. Defaults to `false`", + 'useAmortized', + 'Whether a budget uses the amortized rate. Defaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useBlended", - "A boolean value whether to use blended costs in the cost budget. Defaults to `false`", + 'useBlended', + 'A boolean value whether to use blended costs in the cost budget. Defaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeSupport", - "A boolean value whether to include support costs in the cost budget. Defaults to `true`", + 'includeSupport', + 'A boolean value whether to include support costs in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeTax", - "A boolean value whether to include tax in the cost budget. Defaults to `true`", + 'includeTax', + 'A boolean value whether to include tax in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeDiscount", - "Whether a budget includes discounts. Defaults to `true`", + 'includeDiscount', + 'Whether a budget includes discounts. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeRefund", - "A boolean value whether to include refunds in the cost budget. Defaults to `true`", + 'includeRefund', + 'A boolean value whether to include refunds in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeRecurring", - "A boolean value whether to include recurring costs in the cost budget. Defaults to `true`", + 'includeRecurring', + 'A boolean value whether to include recurring costs in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeCredit", - "A boolean value whether to include credits in the cost budget. Defaults to `true`", + 'includeCredit', + 'A boolean value whether to include credits in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeOtherSubscription", - "A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`", + 'includeOtherSubscription', + 'A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeSubscription", - "A boolean value whether to include subscriptions in the cost budget. Defaults to `true`", + 'includeSubscription', + 'A boolean value whether to include subscriptions in the cost budget. Defaults to `true`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetNotification.ts b/src/app/Models/codegen/aws/types/budgets_BudgetNotification.ts index 1cd2d0311..f128b003e 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetNotification.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetNotification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetNotification { // (Required) What kind of threshold is defined. Can be `PERCENTAGE` OR `ABSOLUTE_VALUE`. @@ -30,48 +30,48 @@ export function budgets_BudgetNotification_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subscriberEmailAddresses", - "(Optional) E-Mail addresses to notify. Either this or `subscriber_sns_topic_arns` is required.", + 'subscriberEmailAddresses', + '(Optional) E-Mail addresses to notify. Either this or `subscriber_sns_topic_arns` is required.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subscriberSnsTopicArns", - "(Optional) SNS topics to notify. Either this or `subscriber_email_addresses` is required.", + 'subscriberSnsTopicArns', + '(Optional) SNS topics to notify. Either this or `subscriber_email_addresses` is required.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "threshold", - "(Required) Threshold when the notification should be sent.", + 'threshold', + '(Required) Threshold when the notification should be sent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "thresholdType", - "(Required) What kind of threshold is defined. Can be `PERCENTAGE` OR `ABSOLUTE_VALUE`.", + 'thresholdType', + '(Required) What kind of threshold is defined. Can be `PERCENTAGE` OR `ABSOLUTE_VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "(Required) Comparison operator to use to evaluate the condition. Can be `LESS_THAN`, `EQUAL_TO` or `GREATER_THAN`.", + 'comparisonOperator', + '(Required) Comparison operator to use to evaluate the condition. Can be `LESS_THAN`, `EQUAL_TO` or `GREATER_THAN`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "notificationType", - "(Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`", + 'notificationType', + '(Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_BudgetPlannedLimit.ts b/src/app/Models/codegen/aws/types/budgets_BudgetPlannedLimit.ts index 7e040981a..964c3c7bb 100644 --- a/src/app/Models/codegen/aws/types/budgets_BudgetPlannedLimit.ts +++ b/src/app/Models/codegen/aws/types/budgets_BudgetPlannedLimit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_BudgetPlannedLimit { // (Required) The amount of cost or usage being measured for a budget. @@ -21,24 +21,24 @@ export function budgets_BudgetPlannedLimit_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amount", - "(Required) The amount of cost or usage being measured for a budget.", + 'amount', + '(Required) The amount of cost or usage being measured for a budget.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "startTime", - "(Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.", + 'startTime', + '(Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "(Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.", + 'unit', + '(Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustData.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustData.ts index 72267f4d5..eb9eef429 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustData.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustData.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_getBudgetAutoAdjustDataHistoricalOption, budgets_getBudgetAutoAdjustDataHistoricalOption_GetTypes, -} from "./budgets_getBudgetAutoAdjustDataHistoricalOption"; +} from './budgets_getBudgetAutoAdjustDataHistoricalOption'; export interface budgets_getBudgetAutoAdjustData { // (Optional) - Configuration block of Historical Options. Required for `auto_adjust_type` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on. @@ -25,24 +25,24 @@ export function budgets_getBudgetAutoAdjustData_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "autoAdjustType", - "(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL`.", + 'autoAdjustType', + '(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: `FORECAST`,`HISTORICAL`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "historicalOptions", - "(Optional) - Configuration block of Historical Options. Required for `auto_adjust_type` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on.", + 'historicalOptions', + '(Optional) - Configuration block of Historical Options. Required for `auto_adjust_type` of `HISTORICAL` Configuration block that defines the historical data that your auto-adjusting budget is based on.', () => budgets_getBudgetAutoAdjustDataHistoricalOption_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "lastAutoAdjustTime", - "(Optional) - The last time that your budget was auto-adjusted.", + 'lastAutoAdjustTime', + '(Optional) - The last time that your budget was auto-adjusted.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustDataHistoricalOption.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustDataHistoricalOption.ts index c330337c4..32c611bff 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustDataHistoricalOption.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetAutoAdjustDataHistoricalOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetAutoAdjustDataHistoricalOption { // (Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budget_adjustment_period` and your historical cost data. @@ -18,16 +18,16 @@ export function budgets_getBudgetAutoAdjustDataHistoricalOption_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "lookbackAvailablePeriods", - "(Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budget_adjustment_period` and your historical cost data.", + 'lookbackAvailablePeriods', + '(Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the `budget_adjustment_period` and your historical cost data.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "budgetAdjustmentPeriod", - "(Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.", + 'budgetAdjustmentPeriod', + '(Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetBudgetLimit.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetBudgetLimit.ts index c88b16f58..ec563192d 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetBudgetLimit.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetBudgetLimit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetBudgetLimit { // The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`. @@ -18,7 +18,7 @@ export function budgets_getBudgetBudgetLimit_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amount", + 'amount', "The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, @@ -26,7 +26,7 @@ export function budgets_getBudgetBudgetLimit_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "unit", + 'unit', "The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpend.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpend.ts index 0bb5abbdd..490bda12b 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpend.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpend.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { budgets_getBudgetCalculatedSpendActualSpend, budgets_getBudgetCalculatedSpendActualSpend_GetTypes, -} from "./budgets_getBudgetCalculatedSpendActualSpend"; +} from './budgets_getBudgetCalculatedSpendActualSpend'; export interface budgets_getBudgetCalculatedSpend { // @@ -19,8 +19,8 @@ export function budgets_getBudgetCalculatedSpend_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actualSpends", - "", + 'actualSpends', + '', () => budgets_getBudgetCalculatedSpendActualSpend_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpendActualSpend.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpendActualSpend.ts index 2ccc62bc8..b43617ec5 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpendActualSpend.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetCalculatedSpendActualSpend.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetCalculatedSpendActualSpend { // The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`. @@ -18,7 +18,7 @@ export function budgets_getBudgetCalculatedSpendActualSpend_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "amount", + 'amount', "The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, @@ -26,7 +26,7 @@ export function budgets_getBudgetCalculatedSpendActualSpend_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "unit", + 'unit', "The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetCostFilter.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetCostFilter.ts index a109886b4..c52d91414 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetCostFilter.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetCostFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetCostFilter { /* @@ -22,16 +22,16 @@ export function budgets_getBudgetCostFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of a budget. Unique within accounts.\n\nThe following arguments are optional:", + 'name', + 'The name of a budget. Unique within accounts.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetCostType.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetCostType.ts index 30d602d1c..6d09a0307 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetCostType.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetCostType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetCostType { // A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`. @@ -45,88 +45,88 @@ export function budgets_getBudgetCostType_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "includeRefund", - "A boolean value whether to include refunds in the cost budget. Defaults to `true`.", + 'includeRefund', + 'A boolean value whether to include refunds in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useAmortized", - "Whether a budget uses the amortized rate. Defaults to `false`.", + 'useAmortized', + 'Whether a budget uses the amortized rate. Defaults to `false`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useBlended", - "A boolean value whether to use blended costs in the cost budget. Defaults to `false`.", + 'useBlended', + 'A boolean value whether to use blended costs in the cost budget. Defaults to `false`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeDiscount", - "Whether a budget includes discounts. Defaults to `true`.", + 'includeDiscount', + 'Whether a budget includes discounts. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeOtherSubscription", - "A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`.", + 'includeOtherSubscription', + 'A boolean value whether to include other subscription costs in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeSubscription", - "A boolean value whether to include subscriptions in the cost budget. Defaults to `true`.", + 'includeSubscription', + 'A boolean value whether to include subscriptions in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeTax", - "A boolean value whether to include tax in the cost budget. Defaults to `true`.", + 'includeTax', + 'A boolean value whether to include tax in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeCredit", - "A boolean value whether to include credits in the cost budget. Defaults to `true`.", + 'includeCredit', + 'A boolean value whether to include credits in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeRecurring", - "A boolean value whether to include recurring costs in the cost budget. Defaults to `true`.", + 'includeRecurring', + 'A boolean value whether to include recurring costs in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeUpfront", - "A boolean value whether to include upfront costs in the cost budget. Defaults to `true`.", + 'includeUpfront', + 'A boolean value whether to include upfront costs in the cost budget. Defaults to `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeSupport", - "A boolean value whether to include support costs in the cost budget. Defaults to `true`.", + 'includeSupport', + 'A boolean value whether to include support costs in the cost budget. Defaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetNotification.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetNotification.ts index 42cd70758..46aaaf6bc 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetNotification.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetNotification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetNotification { // (Required) Comparison operator to use to evaluate the condition. Can be `LESS_THAN`, `EQUAL_TO` or `GREATER_THAN`. @@ -30,48 +30,48 @@ export function budgets_getBudgetNotification_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subscriberSnsTopicArns", - "(Optional) SNS topics to notify. Either this or `subscriber_email_addresses` is required.", + 'subscriberSnsTopicArns', + '(Optional) SNS topics to notify. Either this or `subscriber_email_addresses` is required.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "threshold", - "(Required) Threshold when the notification should be sent.", + 'threshold', + '(Required) Threshold when the notification should be sent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "thresholdType", - "(Required) What kind of threshold is defined. Can be `PERCENTAGE` OR `ABSOLUTE_VALUE`.", + 'thresholdType', + '(Required) What kind of threshold is defined. Can be `PERCENTAGE` OR `ABSOLUTE_VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "(Required) Comparison operator to use to evaluate the condition. Can be `LESS_THAN`, `EQUAL_TO` or `GREATER_THAN`.", + 'comparisonOperator', + '(Required) Comparison operator to use to evaluate the condition. Can be `LESS_THAN`, `EQUAL_TO` or `GREATER_THAN`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "notificationType", - "(Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`.", + 'notificationType', + '(Required) What kind of budget value to notify on. Can be `ACTUAL` or `FORECASTED`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "subscriberEmailAddresses", - "(Optional) E-Mail addresses to notify. Either this or `subscriber_sns_topic_arns` is required.", + 'subscriberEmailAddresses', + '(Optional) E-Mail addresses to notify. Either this or `subscriber_sns_topic_arns` is required.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/budgets_getBudgetPlannedLimit.ts b/src/app/Models/codegen/aws/types/budgets_getBudgetPlannedLimit.ts index 8ce7b0ef8..7244cd94f 100644 --- a/src/app/Models/codegen/aws/types/budgets_getBudgetPlannedLimit.ts +++ b/src/app/Models/codegen/aws/types/budgets_getBudgetPlannedLimit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface budgets_getBudgetPlannedLimit { // (Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation. @@ -21,7 +21,7 @@ export function budgets_getBudgetPlannedLimit_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amount", + 'amount', "The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, @@ -29,15 +29,15 @@ export function budgets_getBudgetPlannedLimit_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "startTime", - "(Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.", + 'startTime', + '(Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", + 'unit', "The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of `1`. Maximum length of `2147483647`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorAccountAggregationSource.ts b/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorAccountAggregationSource.ts index 52152fed1..68c988fb3 100644 --- a/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorAccountAggregationSource.ts +++ b/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorAccountAggregationSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_ConfigurationAggregatorAccountAggregationSource { // List of 12-digit account IDs of the account(s) being aggregated. @@ -25,24 +25,24 @@ export function cfg_ConfigurationAggregatorAccountAggregationSource_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "regions", - "List of source regions being aggregated.\n\nEither `regions` or `all_regions` (as true) must be specified.", + 'regions', + 'List of source regions being aggregated.\n\nEither `regions` or `all_regions` (as true) must be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "accountIds", - "List of 12-digit account IDs of the account(s) being aggregated.", + 'accountIds', + 'List of 12-digit account IDs of the account(s) being aggregated.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "allRegions", - "If true, aggregate existing AWS Config regions and future regions.", + 'allRegions', + 'If true, aggregate existing AWS Config regions and future regions.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorOrganizationAggregationSource.ts b/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorOrganizationAggregationSource.ts index edf582f24..db3fa56fb 100644 --- a/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorOrganizationAggregationSource.ts +++ b/src/app/Models/codegen/aws/types/cfg_ConfigurationAggregatorOrganizationAggregationSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_ConfigurationAggregatorOrganizationAggregationSource { // If true, aggregate existing AWS Config regions and future regions. @@ -25,24 +25,24 @@ export function cfg_ConfigurationAggregatorOrganizationAggregationSource_GetType return [ new DynamicUIProps( InputType.Array, - "regions", - "List of source regions being aggregated.", + 'regions', + 'List of source regions being aggregated.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.\n\nEither `regions` or `all_regions` (as true) must be specified.", + 'roleArn', + 'ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.\n\nEither `regions` or `all_regions` (as true) must be specified.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allRegions", - "If true, aggregate existing AWS Config regions and future regions.", + 'allRegions', + 'If true, aggregate existing AWS Config regions and future regions.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_ConformancePackInputParameter.ts b/src/app/Models/codegen/aws/types/cfg_ConformancePackInputParameter.ts index 3411ccdb9..c666be600 100644 --- a/src/app/Models/codegen/aws/types/cfg_ConformancePackInputParameter.ts +++ b/src/app/Models/codegen/aws/types/cfg_ConformancePackInputParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_ConformancePackInputParameter { // The input key. @@ -18,16 +18,16 @@ export function cfg_ConformancePackInputParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "parameterName", - "The input key.", + 'parameterName', + 'The input key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "The input value.", + 'parameterValue', + 'The input value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cfg_DeliveryChannelSnapshotDeliveryProperties.ts b/src/app/Models/codegen/aws/types/cfg_DeliveryChannelSnapshotDeliveryProperties.ts index 8cec8cee5..e6de18bcf 100644 --- a/src/app/Models/codegen/aws/types/cfg_DeliveryChannelSnapshotDeliveryProperties.ts +++ b/src/app/Models/codegen/aws/types/cfg_DeliveryChannelSnapshotDeliveryProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_DeliveryChannelSnapshotDeliveryProperties { // The frequency with which AWS Config recurringly delivers configuration snapshotsE.g., `One_Hour` or `Three_Hours`. Valid values are listed [here](https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigSnapshotDeliveryProperties.html#API_ConfigSnapshotDeliveryProperties_Contents). @@ -15,8 +15,8 @@ export function cfg_DeliveryChannelSnapshotDeliveryProperties_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "deliveryFrequency", - "The frequency with which AWS Config recurringly delivers configuration snapshotsE.g., `One_Hour` or `Three_Hours`. Valid values are listed [here](https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigSnapshotDeliveryProperties.html#API_ConfigSnapshotDeliveryProperties_Contents).", + 'deliveryFrequency', + 'The frequency with which AWS Config recurringly delivers configuration snapshotsE.g., `One_Hour` or `Three_Hours`. Valid values are listed [here](https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigSnapshotDeliveryProperties.html#API_ConfigSnapshotDeliveryProperties_Contents).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_OrganizationConformancePackInputParameter.ts b/src/app/Models/codegen/aws/types/cfg_OrganizationConformancePackInputParameter.ts index d9fd747dc..f44bbdbc0 100644 --- a/src/app/Models/codegen/aws/types/cfg_OrganizationConformancePackInputParameter.ts +++ b/src/app/Models/codegen/aws/types/cfg_OrganizationConformancePackInputParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_OrganizationConformancePackInputParameter { // The input key. @@ -18,16 +18,16 @@ export function cfg_OrganizationConformancePackInputParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "parameterName", - "The input key.", + 'parameterName', + 'The input key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "The input value.", + 'parameterValue', + 'The input value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroup.ts b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroup.ts index db8b63c6a..117214b23 100644 --- a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroup.ts +++ b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RecorderRecordingGroupRecordingStrategy, cfg_RecorderRecordingGroupRecordingStrategy_GetTypes, -} from "./cfg_RecorderRecordingGroupRecordingStrategy"; +} from './cfg_RecorderRecordingGroupRecordingStrategy'; import { cfg_RecorderRecordingGroupExclusionByResourceType, cfg_RecorderRecordingGroupExclusionByResourceType_GetTypes, -} from "./cfg_RecorderRecordingGroupExclusionByResourceType"; +} from './cfg_RecorderRecordingGroupExclusionByResourceType'; export interface cfg_RecorderRecordingGroup { // Recording Strategy. Detailed below. @@ -35,40 +35,40 @@ export function cfg_RecorderRecordingGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "recordingStrategies", - "Recording Strategy. Detailed below.", + 'recordingStrategies', + 'Recording Strategy. Detailed below.', () => cfg_RecorderRecordingGroupRecordingStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "A list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, `AWS::EC2::Instance` or `AWS::CloudTrail::Trail`). See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types. In order to use this attribute, `all_supported` must be set to false.", + 'resourceTypes', + 'A list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, `AWS::EC2::Instance` or `AWS::CloudTrail::Trail`). See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types. In order to use this attribute, `all_supported` must be set to false.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allSupported", - "Specifies whether AWS Config records configuration changes for every supported type of regional resource (which includes any new type that will become supported in the future). Conflicts with `resource_types`. Defaults to `true`.", + 'allSupported', + 'Specifies whether AWS Config records configuration changes for every supported type of regional resource (which includes any new type that will become supported in the future). Conflicts with `resource_types`. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "exclusionByResourceTypes", - "An object that specifies how AWS Config excludes resource types from being recorded by the configuration recorder.To use this option, you must set the useOnly field of RecordingStrategy to `EXCLUSION_BY_RESOURCE_TYPES` Requires `all_supported = false`. Conflicts with `resource_types`.", + 'exclusionByResourceTypes', + 'An object that specifies how AWS Config excludes resource types from being recorded by the configuration recorder.To use this option, you must set the useOnly field of RecordingStrategy to `EXCLUSION_BY_RESOURCE_TYPES` Requires `all_supported = false`. Conflicts with `resource_types`.', () => cfg_RecorderRecordingGroupExclusionByResourceType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "includeGlobalResourceTypes", - "Specifies whether AWS Config includes all supported types of _global resources_ with the resources that it records. Requires `all_supported = true`. Conflicts with `resource_types`.", + 'includeGlobalResourceTypes', + 'Specifies whether AWS Config includes all supported types of _global resources_ with the resources that it records. Requires `all_supported = true`. Conflicts with `resource_types`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupExclusionByResourceType.ts b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupExclusionByResourceType.ts index 893d5dcd5..8d38e3d6c 100644 --- a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupExclusionByResourceType.ts +++ b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupExclusionByResourceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RecorderRecordingGroupExclusionByResourceType { // A list that specifies the types of AWS resources for which AWS Config excludes records configuration changes. See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types. @@ -15,8 +15,8 @@ export function cfg_RecorderRecordingGroupExclusionByResourceType_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "resourceTypes", - "A list that specifies the types of AWS resources for which AWS Config excludes records configuration changes. See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types.", + 'resourceTypes', + 'A list that specifies the types of AWS resources for which AWS Config excludes records configuration changes. See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupRecordingStrategy.ts b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupRecordingStrategy.ts index 186f7bb15..3db061384 100644 --- a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupRecordingStrategy.ts +++ b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingGroupRecordingStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RecorderRecordingGroupRecordingStrategy { // @@ -13,6 +13,6 @@ export interface cfg_RecorderRecordingGroupRecordingStrategy { export function cfg_RecorderRecordingGroupRecordingStrategy_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "useOnly", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'useOnly', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingMode.ts b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingMode.ts index 4582d02d0..8b36753bd 100644 --- a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingMode.ts +++ b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingMode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RecorderRecordingModeRecordingModeOverride, cfg_RecorderRecordingModeRecordingModeOverride_GetTypes, -} from "./cfg_RecorderRecordingModeRecordingModeOverride"; +} from './cfg_RecorderRecordingModeRecordingModeOverride'; export interface cfg_RecorderRecordingMode { // Default reecording frequency. `CONTINUOUS` or `DAILY`. @@ -22,16 +22,16 @@ export function cfg_RecorderRecordingMode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "recordingFrequency", - "Default reecording frequency. `CONTINUOUS` or `DAILY`.", + 'recordingFrequency', + 'Default reecording frequency. `CONTINUOUS` or `DAILY`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "recordingModeOverride", - "Recording mode overrides. Detailed below.", + 'recordingModeOverride', + 'Recording mode overrides. Detailed below.', () => cfg_RecorderRecordingModeRecordingModeOverride_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingModeRecordingModeOverride.ts b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingModeRecordingModeOverride.ts index c13c0b806..95a98fcde 100644 --- a/src/app/Models/codegen/aws/types/cfg_RecorderRecordingModeRecordingModeOverride.ts +++ b/src/app/Models/codegen/aws/types/cfg_RecorderRecordingModeRecordingModeOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RecorderRecordingModeRecordingModeOverride { // A description you provide of the override. @@ -21,24 +21,24 @@ export function cfg_RecorderRecordingModeRecordingModeOverride_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "resourceTypes", - "A list that specifies the types of AWS resources for which the override applies to. See [restrictions in the AWS Docs](https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingModeOverride.html)", + 'resourceTypes', + 'A list that specifies the types of AWS resources for which the override applies to. See [restrictions in the AWS Docs](https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingModeOverride.html)', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description you provide of the override.", + 'description', + 'A description you provide of the override.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recordingFrequency", - "The recording frequency for the resources in the override block. `CONTINUOUS` or `DAILY`.", + 'recordingFrequency', + 'The recording frequency for the resources in the override block. `CONTINUOUS` or `DAILY`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControls.ts b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControls.ts index 0d66a4e45..3eee7bac7 100644 --- a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControls.ts +++ b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControls.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RemediationConfigurationExecutionControlsSsmControls, cfg_RemediationConfigurationExecutionControlsSsmControls_GetTypes, -} from "./cfg_RemediationConfigurationExecutionControlsSsmControls"; +} from './cfg_RemediationConfigurationExecutionControlsSsmControls'; export interface cfg_RemediationConfigurationExecutionControls { // Configuration block for SSM controls. See below. @@ -19,8 +19,8 @@ export function cfg_RemediationConfigurationExecutionControls_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "ssmControls", - "Configuration block for SSM controls. See below.", + 'ssmControls', + 'Configuration block for SSM controls. See below.', () => cfg_RemediationConfigurationExecutionControlsSsmControls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControlsSsmControls.ts b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControlsSsmControls.ts index 33ae1e844..a8878d912 100644 --- a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControlsSsmControls.ts +++ b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationExecutionControlsSsmControls.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RemediationConfigurationExecutionControlsSsmControls { // Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%!.(MISSING) @@ -18,16 +18,16 @@ export function cfg_RemediationConfigurationExecutionControlsSsmControls_GetType return [ new DynamicUIProps( InputType.Number, - "concurrentExecutionRatePercentage", - "Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%.", + 'concurrentExecutionRatePercentage', + 'Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "errorPercentage", - "Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.", + 'errorPercentage', + 'Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationParameter.ts b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationParameter.ts index c00c97cb1..1b5cdfc47 100644 --- a/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationParameter.ts +++ b/src/app/Models/codegen/aws/types/cfg_RemediationConfigurationParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RemediationConfigurationParameter { // List of static values. @@ -24,32 +24,32 @@ export function cfg_RemediationConfigurationParameter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "staticValues", - "List of static values.", + 'staticValues', + 'List of static values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the attribute.", + 'name', + 'Name of the attribute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceValue", - "Value is dynamic and changes at run-time.", + 'resourceValue', + 'Value is dynamic and changes at run-time.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "staticValue", - "Value is static and does not change at run-time.", + 'staticValue', + 'Value is static and does not change at run-time.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RuleEvaluationMode.ts b/src/app/Models/codegen/aws/types/cfg_RuleEvaluationMode.ts index 9c8a9bb9e..3e73287da 100644 --- a/src/app/Models/codegen/aws/types/cfg_RuleEvaluationMode.ts +++ b/src/app/Models/codegen/aws/types/cfg_RuleEvaluationMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RuleEvaluationMode { // The mode of an evaluation. @@ -15,8 +15,8 @@ export function cfg_RuleEvaluationMode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mode", - "The mode of an evaluation.", + 'mode', + 'The mode of an evaluation.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RuleScope.ts b/src/app/Models/codegen/aws/types/cfg_RuleScope.ts index 560cc25c0..60d31e1ce 100644 --- a/src/app/Models/codegen/aws/types/cfg_RuleScope.ts +++ b/src/app/Models/codegen/aws/types/cfg_RuleScope.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RuleScope { // The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. @@ -24,32 +24,32 @@ export function cfg_RuleScope_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "complianceResourceId", - "The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for `compliance_resource_types`.", + 'complianceResourceId', + 'The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for `compliance_resource_types`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "complianceResourceTypes", - "A list of resource types of only those AWS resources that you want to trigger an evaluation for the ruleE.g., `AWS::EC2::Instance`. You can only specify one type if you also specify a resource ID for `compliance_resource_id`. See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types.", + 'complianceResourceTypes', + 'A list of resource types of only those AWS resources that you want to trigger an evaluation for the ruleE.g., `AWS::EC2::Instance`. You can only specify one type if you also specify a resource ID for `compliance_resource_id`. See [relevant part of AWS Docs](http://docs.aws.amazon.com/config/latest/APIReference/API_ResourceIdentifier.html#config-Type-ResourceIdentifier-resourceType) for available types.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tagKey", - "The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.", + 'tagKey', + 'The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tagValue", - "The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule.", + 'tagValue', + 'The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RuleSource.ts b/src/app/Models/codegen/aws/types/cfg_RuleSource.ts index 07dd1096c..02c69cc89 100644 --- a/src/app/Models/codegen/aws/types/cfg_RuleSource.ts +++ b/src/app/Models/codegen/aws/types/cfg_RuleSource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cfg_RuleSourceSourceDetail, cfg_RuleSourceSourceDetail_GetTypes, -} from "./cfg_RuleSourceSourceDetail"; +} from './cfg_RuleSourceSourceDetail'; import { cfg_RuleSourceCustomPolicyDetails, cfg_RuleSourceCustomPolicyDetails_GetTypes, -} from "./cfg_RuleSourceCustomPolicyDetails"; +} from './cfg_RuleSourceCustomPolicyDetails'; export interface cfg_RuleSource { // Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. Only valid if `owner` is `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. See Source Detail Below. @@ -32,32 +32,32 @@ export function cfg_RuleSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "sourceDetails", - "Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. Only valid if `owner` is `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. See Source Detail Below.", + 'sourceDetails', + 'Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. Only valid if `owner` is `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. See Source Detail Below.', () => cfg_RuleSourceSourceDetail_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceIdentifier", - "For AWS Config managed rules, a predefined identifier, e.g `IAM_PASSWORD_POLICY`. For custom Lambda rules, the identifier is the ARN of the Lambda Function, such as `arn:aws:lambda:us-east-1:123456789012:function:custom_rule_name` or the `arn` attribute of the `aws.lambda.Function` resource.", + 'sourceIdentifier', + 'For AWS Config managed rules, a predefined identifier, e.g `IAM_PASSWORD_POLICY`. For custom Lambda rules, the identifier is the ARN of the Lambda Function, such as `arn:aws:lambda:us-east-1:123456789012:function:custom_rule_name` or the `arn` attribute of the `aws.lambda.Function` resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "customPolicyDetails", - "Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to `CUSTOM_POLICY`. See Custom Policy Details Below.", + 'customPolicyDetails', + 'Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to `CUSTOM_POLICY`. See Custom Policy Details Below.', () => cfg_RuleSourceCustomPolicyDetails_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "owner", - "Indicates whether AWS or the customer owns and manages the AWS Config rule. Valid values are `AWS`, `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. For more information about managed rules, see the [AWS Config Managed Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). For more information about custom rules, see the [AWS Config Custom Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html). Custom Lambda Functions require permissions to allow the AWS Config service to invoke them, e.g., via the `aws.lambda.Permission` resource.", + 'owner', + 'Indicates whether AWS or the customer owns and manages the AWS Config rule. Valid values are `AWS`, `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. For more information about managed rules, see the [AWS Config Managed Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). For more information about custom rules, see the [AWS Config Custom Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html). Custom Lambda Functions require permissions to allow the AWS Config service to invoke them, e.g., via the `aws.lambda.Permission` resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RuleSourceCustomPolicyDetails.ts b/src/app/Models/codegen/aws/types/cfg_RuleSourceCustomPolicyDetails.ts index e69c065f6..49a7ca4e8 100644 --- a/src/app/Models/codegen/aws/types/cfg_RuleSourceCustomPolicyDetails.ts +++ b/src/app/Models/codegen/aws/types/cfg_RuleSourceCustomPolicyDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RuleSourceCustomPolicyDetails { // The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is `false`. @@ -21,24 +21,24 @@ export function cfg_RuleSourceCustomPolicyDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enableDebugLogDelivery", - "The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is `false`.", + 'enableDebugLogDelivery', + 'The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policyRuntime", - "The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the [Guard GitHub Repository](https://github.com/aws-cloudformation/cloudformation-guard).", + 'policyRuntime', + 'The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the [Guard GitHub Repository](https://github.com/aws-cloudformation/cloudformation-guard).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyText", - "The policy definition containing the logic for your Config Custom Policy rule.", + 'policyText', + 'The policy definition containing the logic for your Config Custom Policy rule.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cfg_RuleSourceSourceDetail.ts b/src/app/Models/codegen/aws/types/cfg_RuleSourceSourceDetail.ts index 08388d13e..c993cd38a 100644 --- a/src/app/Models/codegen/aws/types/cfg_RuleSourceSourceDetail.ts +++ b/src/app/Models/codegen/aws/types/cfg_RuleSourceSourceDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cfg_RuleSourceSourceDetail { // The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWSresources. This defaults to `aws.config` and is the only valid value. @@ -27,24 +27,24 @@ export function cfg_RuleSourceSourceDetail_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "eventSource", - "The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWSresources. This defaults to `aws.config` and is the only valid value.", + 'eventSource', + 'The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWSresources. This defaults to `aws.config` and is the only valid value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maximumExecutionFrequency", - "The frequency that you want AWS Config to run evaluations for a rule that istriggered periodically. If specified, requires `message_type` to be `ScheduledNotification`.", + 'maximumExecutionFrequency', + 'The frequency that you want AWS Config to run evaluations for a rule that istriggered periodically. If specified, requires `message_type` to be `ScheduledNotification`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageType", - "The type of notification that triggers AWS Config to run an evaluation for a rule. You canspecify the following notification types:\n* `ConfigurationItemChangeNotification` - Triggers an evaluation when AWS Config delivers a configuration item as a result of a resource change.\n* `OversizedConfigurationItemChangeNotification` - Triggers an evaluation when AWS Config delivers an oversized configuration item. AWS Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.\n* `ScheduledNotification` - Triggers a periodic evaluation at the frequency specified for `maximum_execution_frequency`.\n* `ConfigurationSnapshotDeliveryCompleted` - Triggers a periodic evaluation when AWS Config delivers a configuration snapshot.", + 'messageType', + 'The type of notification that triggers AWS Config to run an evaluation for a rule. You canspecify the following notification types:\n* `ConfigurationItemChangeNotification` - Triggers an evaluation when AWS Config delivers a configuration item as a result of a resource change.\n* `OversizedConfigurationItemChangeNotification` - Triggers an evaluation when AWS Config delivers an oversized configuration item. AWS Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.\n* `ScheduledNotification` - Triggers a periodic evaluation at the frequency specified for `maximum_execution_frequency`.\n* `ConfigurationSnapshotDeliveryCompleted` - Triggers a periodic evaluation when AWS Config delivers a configuration snapshot.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/chatbot_SlackChannelConfigurationTimeouts.ts b/src/app/Models/codegen/aws/types/chatbot_SlackChannelConfigurationTimeouts.ts index cd59b5883..85b48bf92 100644 --- a/src/app/Models/codegen/aws/types/chatbot_SlackChannelConfigurationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/chatbot_SlackChannelConfigurationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chatbot_SlackChannelConfigurationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function chatbot_SlackChannelConfigurationTimeouts_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function chatbot_SlackChannelConfigurationTimeouts_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function chatbot_SlackChannelConfigurationTimeouts_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/chatbot_TeamsChannelConfigurationTimeouts.ts b/src/app/Models/codegen/aws/types/chatbot_TeamsChannelConfigurationTimeouts.ts index fa9b9ab9c..e57ba6f28 100644 --- a/src/app/Models/codegen/aws/types/chatbot_TeamsChannelConfigurationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/chatbot_TeamsChannelConfigurationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chatbot_TeamsChannelConfigurationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function chatbot_TeamsChannelConfigurationTimeouts_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function chatbot_TeamsChannelConfigurationTimeouts_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function chatbot_TeamsChannelConfigurationTimeouts_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/chime_SdkvoiceGlobalSettingsVoiceConnector.ts b/src/app/Models/codegen/aws/types/chime_SdkvoiceGlobalSettingsVoiceConnector.ts index 1aec4e9d5..a45d2aef1 100644 --- a/src/app/Models/codegen/aws/types/chime_SdkvoiceGlobalSettingsVoiceConnector.ts +++ b/src/app/Models/codegen/aws/types/chime_SdkvoiceGlobalSettingsVoiceConnector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_SdkvoiceGlobalSettingsVoiceConnector { // The S3 bucket that stores the Voice Connector's call detail records. @@ -15,7 +15,7 @@ export function chime_SdkvoiceGlobalSettingsVoiceConnector_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "cdrBucket", + 'cdrBucket', "The S3 bucket that stores the Voice Connector's call detail records.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/chime_SdkvoiceSipMediaApplicationEndpoints.ts b/src/app/Models/codegen/aws/types/chime_SdkvoiceSipMediaApplicationEndpoints.ts index fe21871d7..6d892236a 100644 --- a/src/app/Models/codegen/aws/types/chime_SdkvoiceSipMediaApplicationEndpoints.ts +++ b/src/app/Models/codegen/aws/types/chime_SdkvoiceSipMediaApplicationEndpoints.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_SdkvoiceSipMediaApplicationEndpoints { // Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application. @@ -15,8 +15,8 @@ export function chime_SdkvoiceSipMediaApplicationEndpoints_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "lambdaArn", - "Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.", + 'lambdaArn', + 'Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chime_SdkvoiceSipRuleTargetApplication.ts b/src/app/Models/codegen/aws/types/chime_SdkvoiceSipRuleTargetApplication.ts index 2ddc277ef..2a60092a2 100644 --- a/src/app/Models/codegen/aws/types/chime_SdkvoiceSipRuleTargetApplication.ts +++ b/src/app/Models/codegen/aws/types/chime_SdkvoiceSipRuleTargetApplication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_SdkvoiceSipRuleTargetApplication { // The AWS Region of the target application. @@ -21,24 +21,24 @@ export function chime_SdkvoiceSipRuleTargetApplication_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "awsRegion", - "The AWS Region of the target application.", + 'awsRegion', + 'The AWS Region of the target application.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority of the SIP media application in the target list.", + 'priority', + 'Priority of the SIP media application in the target list.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sipMediaApplicationId", - "The SIP media application ID.", + 'sipMediaApplicationId', + 'The SIP media application ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration.ts index c5f2582e4..dac479565 100644 --- a/src/app/Models/codegen/aws/types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguration { /* @@ -19,8 +19,8 @@ export function chime_SdkvoiceVoiceProfileDomainServerSideEncryptionConfiguratio return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN for KMS Key.\n\nThe following arguments are optional:", + 'kmsKeyArn', + 'ARN for KMS Key.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chime_VoiceConnectorGroupConnector.ts b/src/app/Models/codegen/aws/types/chime_VoiceConnectorGroupConnector.ts index 1d4e94c73..5bd7bb14c 100644 --- a/src/app/Models/codegen/aws/types/chime_VoiceConnectorGroupConnector.ts +++ b/src/app/Models/codegen/aws/types/chime_VoiceConnectorGroupConnector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_VoiceConnectorGroupConnector { // The Amazon Chime Voice Connector ID. @@ -18,16 +18,16 @@ export function chime_VoiceConnectorGroupConnector_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "voiceConnectorId", - "The Amazon Chime Voice Connector ID.", + 'voiceConnectorId', + 'The Amazon Chime Voice Connector ID.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.", + 'priority', + 'The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chime_VoiceConnectorOrganizationRoute.ts b/src/app/Models/codegen/aws/types/chime_VoiceConnectorOrganizationRoute.ts index 79bc3cbab..7a4d731fe 100644 --- a/src/app/Models/codegen/aws/types/chime_VoiceConnectorOrganizationRoute.ts +++ b/src/app/Models/codegen/aws/types/chime_VoiceConnectorOrganizationRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_VoiceConnectorOrganizationRoute { // The FQDN or IP address to contact for origination traffic. @@ -27,40 +27,40 @@ export function chime_VoiceConnectorOrganizationRoute_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "weight", - "The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.", + 'weight', + 'The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The FQDN or IP address to contact for origination traffic.", + 'host', + 'The FQDN or IP address to contact for origination traffic.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The designated origination route port. Defaults to `5060`.", + 'port', + 'The designated origination route port. Defaults to `5060`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.", + 'priority', + 'The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.", + 'protocol', + 'The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chime_VoiceConnectorStreamingMediaInsightsConfiguration.ts b/src/app/Models/codegen/aws/types/chime_VoiceConnectorStreamingMediaInsightsConfiguration.ts index 1c1700a12..33ca51f44 100644 --- a/src/app/Models/codegen/aws/types/chime_VoiceConnectorStreamingMediaInsightsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chime_VoiceConnectorStreamingMediaInsightsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_VoiceConnectorStreamingMediaInsightsConfiguration { // The media insights configuration that will be invoked by the Voice Connector. @@ -18,16 +18,16 @@ export function chime_VoiceConnectorStreamingMediaInsightsConfiguration_GetTypes return [ new DynamicUIProps( InputType.String, - "configurationArn", - "The media insights configuration that will be invoked by the Voice Connector.", + 'configurationArn', + 'The media insights configuration that will be invoked by the Voice Connector.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "When `true`, the media insights configuration is not enabled. Defaults to `false`.", + 'disabled', + 'When `true`, the media insights configuration is not enabled. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/chime_VoiceConnectorTerminationCredentialsCredential.ts b/src/app/Models/codegen/aws/types/chime_VoiceConnectorTerminationCredentialsCredential.ts index 9fe78398f..fba243d8e 100644 --- a/src/app/Models/codegen/aws/types/chime_VoiceConnectorTerminationCredentialsCredential.ts +++ b/src/app/Models/codegen/aws/types/chime_VoiceConnectorTerminationCredentialsCredential.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chime_VoiceConnectorTerminationCredentialsCredential { // RFC2617 compliant password associated with the SIP credentials. @@ -18,16 +18,16 @@ export function chime_VoiceConnectorTerminationCredentialsCredential_GetTypes(): return [ new DynamicUIProps( InputType.String, - "password", - "RFC2617 compliant password associated with the SIP credentials.", + 'password', + 'RFC2617 compliant password associated with the SIP credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "RFC2617 compliant username associated with the SIP credentials.", + 'username', + 'RFC2617 compliant username associated with the SIP credentials.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement.ts index b3d719aa3..642c3d34e 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement.ts @@ -3,40 +3,40 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement { // Element type. @@ -71,16 +71,16 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "type", - "Element type.", + 'type', + 'Element type.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "amazonTranscribeProcessorConfiguration", - "Configuration for Amazon Transcribe processor.", + 'amazonTranscribeProcessorConfiguration', + 'Configuration for Amazon Transcribe processor.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration_GetTypes(), false, @@ -88,8 +88,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "lambdaFunctionSinkConfiguration", - "Configuration for Lambda Function sink.", + 'lambdaFunctionSinkConfiguration', + 'Configuration for Lambda Function sink.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration_GetTypes(), false, @@ -97,8 +97,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "s3RecordingSinkConfiguration", - "Configuration for S3 recording sink.", + 's3RecordingSinkConfiguration', + 'Configuration for S3 recording sink.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration_GetTypes(), false, @@ -106,8 +106,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "snsTopicSinkConfiguration", - "Configuration for SNS Topic sink.", + 'snsTopicSinkConfiguration', + 'Configuration for SNS Topic sink.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration_GetTypes(), false, @@ -115,8 +115,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "sqsQueueSinkConfiguration", - "Configuration for SQS Queue sink.", + 'sqsQueueSinkConfiguration', + 'Configuration for SQS Queue sink.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration_GetTypes(), false, @@ -124,8 +124,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "voiceAnalyticsProcessorConfiguration", - "Configuration for Voice analytics processor.", + 'voiceAnalyticsProcessorConfiguration', + 'Configuration for Voice analytics processor.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration_GetTypes(), false, @@ -133,8 +133,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "amazonTranscribeCallAnalyticsProcessorConfiguration", - "Configuration for Amazon Transcribe Call Analytics processor.", + 'amazonTranscribeCallAnalyticsProcessorConfiguration', + 'Configuration for Amazon Transcribe Call Analytics processor.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration_GetTypes(), false, @@ -142,8 +142,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.Object, - "kinesisDataStreamSinkConfiguration", - "Configuration for Kinesis Data Stream sink.", + 'kinesisDataStreamSinkConfiguration', + 'Configuration for Kinesis Data Stream sink.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration.ts index 0e339ab73..ae8a7f282 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings, chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfiguration { // Labels all personally identifiable information (PII) identified in Utterance events. @@ -55,80 +55,80 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "languageCode", - "Language code for the transcription model.", + 'languageCode', + 'Language code for the transcription model.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vocabularyFilterName", - "Name of the custom vocabulary filter to use when processing Utterance events.", + 'vocabularyFilterName', + 'Name of the custom vocabulary filter to use when processing Utterance events.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePartialResultsStabilization", - "Enables partial result stabilization in Utterance events.", + 'enablePartialResultsStabilization', + 'Enables partial result stabilization in Utterance events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partialResultsStability", - "Level of stability to use when partial results stabilization is enabled.", + 'partialResultsStability', + 'Level of stability to use when partial results stabilization is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "piiEntityTypes", - "Types of personally identifiable information (PII) to redact from an Utterance event.", + 'piiEntityTypes', + 'Types of personally identifiable information (PII) to redact from an Utterance event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vocabularyName", - "Name of the custom vocabulary to use when processing Utterance events.", + 'vocabularyName', + 'Name of the custom vocabulary to use when processing Utterance events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentIdentificationType", - "Labels all personally identifiable information (PII) identified in Utterance events.", + 'contentIdentificationType', + 'Labels all personally identifiable information (PII) identified in Utterance events.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "filterPartialResults", - "Filters partial Utterance events from delivery to the insights target.", + 'filterPartialResults', + 'Filters partial Utterance events from delivery to the insights target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageModelName", - "Name of custom language model for transcription.", + 'languageModelName', + 'Name of custom language model for transcription.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "postCallAnalyticsSettings", - "Settings for post call analytics.", + 'postCallAnalyticsSettings', + 'Settings for post call analytics.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings_GetTypes(), false, @@ -136,24 +136,24 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement ), new DynamicUIProps( InputType.String, - "vocabularyFilterMethod", - "Method for applying a vocabulary filter to Utterance events.", + 'vocabularyFilterMethod', + 'Method for applying a vocabulary filter to Utterance events.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "callAnalyticsStreamCategories", - "Filter for category events to be delivered to insights target.", + 'callAnalyticsStreamCategories', + 'Filter for category events to be delivered to insights target.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "contentRedactionType", - "Redacts all personally identifiable information (PII) identified in Utterance events.", + 'contentRedactionType', + 'Redacts all personally identifiable information (PII) identified in Utterance events.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings.ts index c314619ea..976af88f9 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettings { // Should output be redacted. @@ -24,32 +24,32 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "contentRedactionOutput", - "Should output be redacted.", + 'contentRedactionOutput', + 'Should output be redacted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataAccessRoleArn", - "ARN of the role used by AWS Transcribe to upload your post call analysis.", + 'dataAccessRoleArn', + 'ARN of the role used by AWS Transcribe to upload your post call analysis.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputEncryptionKmsKeyId", - "ID of the KMS key used to encrypt the output.", + 'outputEncryptionKmsKeyId', + 'ID of the KMS key used to encrypt the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputLocation", - "The Amazon S3 location where you want your Call Analytics post-call transcription output stored.", + 'outputLocation', + 'The Amazon S3 location where you want your Call Analytics post-call transcription output stored.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration.ts index b7057ab2a..aebde66cc 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration { // Name of the custom vocabulary to use when processing Transcript events. @@ -48,96 +48,96 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "vocabularyFilterMethod", - "Method for applying a vocabulary filter to Transcript events.", + 'vocabularyFilterMethod', + 'Method for applying a vocabulary filter to Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "piiEntityTypes", - "Types of personally identifiable information (PII) to redact from a Transcript event.", + 'piiEntityTypes', + 'Types of personally identifiable information (PII) to redact from a Transcript event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentIdentificationType", - "Labels all personally identifiable information (PII) identified in Transcript events.", + 'contentIdentificationType', + 'Labels all personally identifiable information (PII) identified in Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentRedactionType", - "Redacts all personally identifiable information (PII) identified in Transcript events.", + 'contentRedactionType', + 'Redacts all personally identifiable information (PII) identified in Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vocabularyName", - "Name of the custom vocabulary to use when processing Transcript events.", + 'vocabularyName', + 'Name of the custom vocabulary to use when processing Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "filterPartialResults", - "Filters partial Utterance events from delivery to the insights target.", + 'filterPartialResults', + 'Filters partial Utterance events from delivery to the insights target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partialResultsStability", - "Level of stability to use when partial results stabilization is enabled.", + 'partialResultsStability', + 'Level of stability to use when partial results stabilization is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "showSpeakerLabel", - "Enables speaker partitioning (diarization) in your Transcript events.", + 'showSpeakerLabel', + 'Enables speaker partitioning (diarization) in your Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vocabularyFilterName", - "Name of the custom vocabulary filter to use when processing Transcript events.", + 'vocabularyFilterName', + 'Name of the custom vocabulary filter to use when processing Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePartialResultsStabilization", - "Enables partial result stabilization in Transcript events.", + 'enablePartialResultsStabilization', + 'Enables partial result stabilization in Transcript events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageModelName", - "Name of custom language model for transcription.", + 'languageModelName', + 'Name of custom language model for transcription.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "Language code for the transcription model.", + 'languageCode', + 'Language code for the transcription model.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration.ts index d7f1e2f78..5a3a3b242 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementKinesisDataStreamSinkConfiguration { // Kinesis Data Stream to deliver results. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "insightsTarget", - "Kinesis Data Stream to deliver results.", + 'insightsTarget', + 'Kinesis Data Stream to deliver results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration.ts index c643da36e..18f318e60 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementLambdaFunctionSinkConfiguration { // Lambda Function to deliver results. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "insightsTarget", - "Lambda Function to deliver results.", + 'insightsTarget', + 'Lambda Function to deliver results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration.ts index d0679df04..00be04d9c 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementS3RecordingSinkConfiguration { // S3 URI to deliver recordings. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "destination", - "S3 URI to deliver recordings.", + 'destination', + 'S3 URI to deliver recordings.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration.ts index 1a1d27056..5aa9346db 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSnsTopicSinkConfiguration { // SNS topic to deliver results. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "insightsTarget", - "SNS topic to deliver results.", + 'insightsTarget', + 'SNS topic to deliver results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration.ts index 10194f721..e9992ac39 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementSqsQueueSinkConfiguration { // SQS queue to deliver results. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "insightsTarget", - "SQS queue to deliver results.", + 'insightsTarget', + 'SQS queue to deliver results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration.ts index eb14a395f..f73e6600d 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationElementVoiceAnalyticsProcessorConfiguration { // Enable speaker search. @@ -18,16 +18,16 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationElement return [ new DynamicUIProps( InputType.String, - "speakerSearchStatus", - "Enable speaker search.", + 'speakerSearchStatus', + 'Enable speaker search.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "voiceToneAnalysisStatus", - "Enable voice tone analysis.", + 'voiceToneAnalysisStatus', + 'Enable voice tone analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration.ts index 5fb63440a..133edb129 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule, chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfiguration { // Disables real time alert rules. @@ -22,16 +22,16 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim return [ new DynamicUIProps( InputType.Bool, - "disabled", - "Disables real time alert rules.", + 'disabled', + 'Disables real time alert rules.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "rules", - "Collection of real time alert rules", + 'rules', + 'Collection of real time alert rules', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule.ts index 609efb36f..3010c2770 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration'; import { chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration, chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration_GetTypes, -} from "./chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration"; +} from './chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRule { // Configuration for a keyword match rule. @@ -36,8 +36,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim return [ new DynamicUIProps( InputType.Object, - "issueDetectionConfiguration", - "Configuration for an issue detection rule.", + 'issueDetectionConfiguration', + 'Configuration for an issue detection rule.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration_GetTypes(), false, @@ -45,8 +45,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim ), new DynamicUIProps( InputType.Object, - "keywordMatchConfiguration", - "Configuration for a keyword match rule.", + 'keywordMatchConfiguration', + 'Configuration for a keyword match rule.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration_GetTypes(), false, @@ -54,8 +54,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim ), new DynamicUIProps( InputType.Object, - "sentimentConfiguration", - "Configuration for a sentiment rule.", + 'sentimentConfiguration', + 'Configuration for a sentiment rule.', () => chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration_GetTypes(), false, @@ -63,8 +63,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim ), new DynamicUIProps( InputType.String, - "type", - "Rule type.", + 'type', + 'Rule type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration.ts index 19d6504d5..5bf6f59ef 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleIssueDetectionConfiguration { // Rule name. @@ -15,8 +15,8 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim return [ new DynamicUIProps( InputType.String, - "ruleName", - "Rule name.", + 'ruleName', + 'Rule name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration.ts index 9d27fc953..1eaacc1b7 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfiguration { // Collection of keywords to match. @@ -21,24 +21,24 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim return [ new DynamicUIProps( InputType.Array, - "keywords", - "Collection of keywords to match.", + 'keywords', + 'Collection of keywords to match.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "negate", - "Negate the rule.", + 'negate', + 'Negate the rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleName", - "Rule name.", + 'ruleName', + 'Rule name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration.ts b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration.ts index 36b9847e8..83d37f18c 100644 --- a/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration.ts +++ b/src/app/Models/codegen/aws/types/chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleSentimentConfiguration { // Rule name. @@ -21,24 +21,24 @@ export function chimesdkmediapipelines_MediaInsightsPipelineConfigurationRealTim return [ new DynamicUIProps( InputType.String, - "ruleName", - "Rule name.", + 'ruleName', + 'Rule name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sentimentType", - "Sentiment type to match.", + 'sentimentType', + 'Sentiment type to match.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timePeriod", - "Analysis interval.", + 'timePeriod', + 'Analysis interval.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cleanrooms_CollaborationDataEncryptionMetadata.ts b/src/app/Models/codegen/aws/types/cleanrooms_CollaborationDataEncryptionMetadata.ts index d25c65102..deab6c15d 100644 --- a/src/app/Models/codegen/aws/types/cleanrooms_CollaborationDataEncryptionMetadata.ts +++ b/src/app/Models/codegen/aws/types/cleanrooms_CollaborationDataEncryptionMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cleanrooms_CollaborationDataEncryptionMetadata { // @@ -24,32 +24,32 @@ export function cleanrooms_CollaborationDataEncryptionMetadata_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "allowJoinsOnColumnsWithDifferentNames", - "", + 'allowJoinsOnColumnsWithDifferentNames', + '', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "preserveNulls", - "", + 'preserveNulls', + '', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "allowClearText", - "", + 'allowClearText', + '', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "allowDuplicates", - "", + 'allowDuplicates', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/cleanrooms_CollaborationMember.ts b/src/app/Models/codegen/aws/types/cleanrooms_CollaborationMember.ts index 960cab4ce..d9c621122 100644 --- a/src/app/Models/codegen/aws/types/cleanrooms_CollaborationMember.ts +++ b/src/app/Models/codegen/aws/types/cleanrooms_CollaborationMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cleanrooms_CollaborationMember { // @@ -22,23 +22,23 @@ export interface cleanrooms_CollaborationMember { export function cleanrooms_CollaborationMember_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "accountId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'accountId', '', () => [], true, true), new DynamicUIProps( InputType.String, - "displayName", - "", + 'displayName', + '', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "memberAbilities", - "", + 'memberAbilities', + '', () => InputType_String_GetTypes(), true, true, ), - new DynamicUIProps(InputType.String, "status", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cleanrooms_ConfiguredTableTableReference.ts b/src/app/Models/codegen/aws/types/cleanrooms_ConfiguredTableTableReference.ts index 2e817ae56..590ad42dd 100644 --- a/src/app/Models/codegen/aws/types/cleanrooms_ConfiguredTableTableReference.ts +++ b/src/app/Models/codegen/aws/types/cleanrooms_ConfiguredTableTableReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cleanrooms_ConfiguredTableTableReference { // @@ -16,11 +16,11 @@ export interface cleanrooms_ConfiguredTableTableReference { export function cleanrooms_ConfiguredTableTableReference_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "tableName", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'tableName', '', () => [], true, true), new DynamicUIProps( InputType.String, - "databaseName", - "", + 'databaseName', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/cloudformation_CloudFormationTypeLoggingConfig.ts b/src/app/Models/codegen/aws/types/cloudformation_CloudFormationTypeLoggingConfig.ts index e2dbb221a..ed59b5628 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_CloudFormationTypeLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_CloudFormationTypeLoggingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_CloudFormationTypeLoggingConfig { // Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers. @@ -18,7 +18,7 @@ export function cloudformation_CloudFormationTypeLoggingConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "logGroupName", + 'logGroupName', "Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.", () => [], true, @@ -26,8 +26,8 @@ export function cloudformation_CloudFormationTypeLoggingConfig_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "logRoleArn", - "Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.", + 'logRoleArn', + 'Amazon Resource Name (ARN) of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetAutoDeployment.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetAutoDeployment.ts index 93a5d96fe..2ee5f0757 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetAutoDeployment.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetAutoDeployment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetAutoDeployment { // Whether or not auto-deployment is enabled. @@ -18,16 +18,16 @@ export function cloudformation_StackSetAutoDeployment_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not auto-deployment is enabled.", + 'enabled', + 'Whether or not auto-deployment is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "retainStacksOnAccountRemoval", - "Whether or not to retain stacks when the account is removed.", + 'retainStacksOnAccountRemoval', + 'Whether or not to retain stacks when the account is removed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceDeploymentTargets.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceDeploymentTargets.ts index 000888710..af431196e 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceDeploymentTargets.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceDeploymentTargets.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetInstanceDeploymentTargets { // List of accounts to deploy stack set updates. @@ -24,32 +24,32 @@ export function cloudformation_StackSetInstanceDeploymentTargets_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "organizationalUnitIds", - "Organization root ID or organizational unit (OU) IDs to which StackSets deploys.", + 'organizationalUnitIds', + 'Organization root ID or organizational unit (OU) IDs to which StackSets deploys.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "accountFilterType", - "Limit deployment targets to individual accounts or include additional accounts with provided OUs. Valid values: `INTERSECTION`, `DIFFERENCE`, `UNION`, `NONE`.", + 'accountFilterType', + 'Limit deployment targets to individual accounts or include additional accounts with provided OUs. Valid values: `INTERSECTION`, `DIFFERENCE`, `UNION`, `NONE`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "accounts", - "List of accounts to deploy stack set updates.", + 'accounts', + 'List of accounts to deploy stack set updates.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "accountsUrl", - "S3 URL of the file containing the list of accounts.", + 'accountsUrl', + 'S3 URL of the file containing the list of accounts.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceOperationPreferences.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceOperationPreferences.ts index 1dff0ee56..5ded37a4e 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceOperationPreferences.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceOperationPreferences.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetInstanceOperationPreferences { // Number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region. @@ -33,56 +33,56 @@ export function cloudformation_StackSetInstanceOperationPreferences_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "failureTolerancePercentage", - "Percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.", + 'failureTolerancePercentage', + 'Percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentCount", - "Maximum number of accounts in which to perform this operation at one time.", + 'maxConcurrentCount', + 'Maximum number of accounts in which to perform this operation at one time.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentPercentage", - "Maximum percentage of accounts in which to perform this operation at one time.", + 'maxConcurrentPercentage', + 'Maximum percentage of accounts in which to perform this operation at one time.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regionConcurrencyType", - "Concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time. Valid values are `SEQUENTIAL` and `PARALLEL`.", + 'regionConcurrencyType', + 'Concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time. Valid values are `SEQUENTIAL` and `PARALLEL`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "regionOrders", - "Order of the Regions in where you want to perform the stack operation.", + 'regionOrders', + 'Order of the Regions in where you want to perform the stack operation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "concurrencyMode", - "Specifies how the concurrency level behaves during the operation execution. Valid values are `STRICT_FAILURE_TOLERANCE` and `SOFT_FAILURE_TOLERANCE`.", + 'concurrencyMode', + 'Specifies how the concurrency level behaves during the operation execution. Valid values are `STRICT_FAILURE_TOLERANCE` and `SOFT_FAILURE_TOLERANCE`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "failureToleranceCount", - "Number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.", + 'failureToleranceCount', + 'Number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceStackInstanceSummary.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceStackInstanceSummary.ts index 5eeecc9fa..bb6c47738 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceStackInstanceSummary.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetInstanceStackInstanceSummary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetInstanceStackInstanceSummary { // Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account. @@ -21,24 +21,24 @@ export function cloudformation_StackSetInstanceStackInstanceSummary_GetTypes(): return [ new DynamicUIProps( InputType.String, - "organizationalUnitId", - "Organizational unit ID in which the stack is deployed.", + 'organizationalUnitId', + 'Organizational unit ID in which the stack is deployed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackId", - "Stack identifier.", + 'stackId', + 'Stack identifier.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.", + 'accountId', + 'Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetManagedExecution.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetManagedExecution.ts index 86579c90b..a50635a75 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetManagedExecution.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetManagedExecution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetManagedExecution { // When set to true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. Default is false. @@ -15,8 +15,8 @@ export function cloudformation_StackSetManagedExecution_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "active", - "When set to true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. Default is false.", + 'active', + 'When set to true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. Default is false.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudformation_StackSetOperationPreferences.ts b/src/app/Models/codegen/aws/types/cloudformation_StackSetOperationPreferences.ts index b3109c8f7..ac4d6b3ce 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_StackSetOperationPreferences.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_StackSetOperationPreferences.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_StackSetOperationPreferences { // The maximum number of accounts in which to perform this operation at one time. @@ -30,48 +30,48 @@ export function cloudformation_StackSetOperationPreferences_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "regionOrders", - "The order of the Regions in where you want to perform the stack operation.", + 'regionOrders', + 'The order of the Regions in where you want to perform the stack operation.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "failureToleranceCount", - "The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.", + 'failureToleranceCount', + 'The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "failureTolerancePercentage", - "The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.", + 'failureTolerancePercentage', + 'The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentCount", - "The maximum number of accounts in which to perform this operation at one time.", + 'maxConcurrentCount', + 'The maximum number of accounts in which to perform this operation at one time.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentPercentage", - "The maximum percentage of accounts in which to perform this operation at one time.", + 'maxConcurrentPercentage', + 'The maximum percentage of accounts in which to perform this operation at one time.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "regionConcurrencyType", - "The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.", + 'regionConcurrencyType', + 'The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudformation_getCloudFormationTypeLoggingConfig.ts b/src/app/Models/codegen/aws/types/cloudformation_getCloudFormationTypeLoggingConfig.ts index d6d71cb0f..c8161d6f7 100644 --- a/src/app/Models/codegen/aws/types/cloudformation_getCloudFormationTypeLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudformation_getCloudFormationTypeLoggingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudformation_getCloudFormationTypeLoggingConfig { // Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers. @@ -18,7 +18,7 @@ export function cloudformation_getCloudFormationTypeLoggingConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "logGroupName", + 'logGroupName', "Name of the CloudWatch Log Group where CloudFormation sends error logging information when invoking the type's handlers.", () => [], true, @@ -26,8 +26,8 @@ export function cloudformation_getCloudFormationTypeLoggingConfig_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "logRoleArn", - "ARN of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.", + 'logRoleArn', + 'ARN of the IAM Role CloudFormation assumes when sending error logging information to CloudWatch Logs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin.ts index 65696fa10..b638f412a 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin { // Whether any URL query strings in viewer requests are included in the cache key. It also automatically includes these query strings in requests that CloudFront sends to the origin. Please refer to the Query String Config for more information. @@ -39,8 +39,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_G return [ new DynamicUIProps( InputType.Object, - "headersConfig", - "Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.", + 'headersConfig', + 'Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig_GetTypes(), true, @@ -48,8 +48,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_G ), new DynamicUIProps( InputType.Object, - "queryStringsConfig", - "Whether any URL query strings in viewer requests are included in the cache key. It also automatically includes these query strings in requests that CloudFront sends to the origin. Please refer to the Query String Config for more information.", + 'queryStringsConfig', + 'Whether any URL query strings in viewer requests are included in the cache key. It also automatically includes these query strings in requests that CloudFront sends to the origin. Please refer to the Query String Config for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig_GetTypes(), true, @@ -57,8 +57,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_G ), new DynamicUIProps( InputType.Object, - "cookiesConfig", - "Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.", + 'cookiesConfig', + 'Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig_GetTypes(), true, @@ -66,16 +66,16 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOrigin_G ), new DynamicUIProps( InputType.Bool, - "enableAcceptEncodingBrotli", - "Flag determines whether the Accept-Encoding HTTP header is included in the cache key and in requests that CloudFront sends to the origin.", + 'enableAcceptEncodingBrotli', + 'Flag determines whether the Accept-Encoding HTTP header is included in the cache key and in requests that CloudFront sends to the origin.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableAcceptEncodingGzip", - "Whether the Accept-Encoding HTTP header is included in the cache key and in requests sent to the origin by CloudFront.", + 'enableAcceptEncodingGzip', + 'Whether the Accept-Encoding HTTP header is included in the cache key and in requests sent to the origin by CloudFront.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts index a8adfab70..66317ae6f 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig { // Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `cookie_behavior` are `none`, `whitelist`, `allExcept`, and `all`. @@ -22,16 +22,16 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCo return [ new DynamicUIProps( InputType.String, - "cookieBehavior", - "Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `cookie_behavior` are `none`, `whitelist`, `allExcept`, and `all`.", + 'cookieBehavior', + 'Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `cookie_behavior` are `none`, `whitelist`, `allExcept`, and `all`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "cookies", - "Object that contains a list of cookie names. See Items for more information.", + 'cookies', + 'Object that contains a list of cookie names. See Items for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies.ts index 3eba1f881..6995aad82 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies { // List of item names, such as cookies, headers, or query strings. @@ -15,8 +15,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginCo return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names, such as cookies, headers, or query strings.", + 'items', + 'List of item names, such as cookies, headers, or query strings.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts index 8790d5339..eae07c9d4 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig { // Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `header_behavior` are `none` and `whitelist`. @@ -22,16 +22,16 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHe return [ new DynamicUIProps( InputType.String, - "headerBehavior", - "Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `header_behavior` are `none` and `whitelist`.", + 'headerBehavior', + 'Whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `header_behavior` are `none` and `whitelist`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "headers", - "Object contains a list of header names. See Items for more information.", + 'headers', + 'Object contains a list of header names. See Items for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders.ts index f4aa66073..deaa54c43 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeaders { // List of item names, such as cookies, headers, or query strings. @@ -15,8 +15,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginHe return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names, such as cookies, headers, or query strings.", + 'items', + 'List of item names, such as cookies, headers, or query strings.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts index 598eee6e6..8e7f7f17e 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings, cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings_GetTypes, -} from "./cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings"; +} from './cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig { // Whether URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `query_string_behavior` are `none`, `whitelist`, `allExcept`, and `all`. @@ -22,16 +22,16 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQu return [ new DynamicUIProps( InputType.String, - "queryStringBehavior", - "Whether URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `query_string_behavior` are `none`, `whitelist`, `allExcept`, and `all`.", + 'queryStringBehavior', + 'Whether URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for `query_string_behavior` are `none`, `whitelist`, `allExcept`, and `all`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "queryStrings", - "Configuration parameter that contains a list of query string names. See Items for more information.", + 'queryStrings', + 'Configuration parameter that contains a list of query string names. See Items for more information.', () => cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings.ts b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings.ts index 85a86bc15..af44b760d 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryStrings { // List of item names, such as cookies, headers, or query strings. @@ -15,8 +15,8 @@ export function cloudfront_CachePolicyParametersInCacheKeyAndForwardedToOriginQu return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names, such as cookies, headers, or query strings.", + 'items', + 'List of item names, such as cookies, headers, or query strings.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames.ts b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames.ts index a698c491b..4c892c58e 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames { // A list of CloudFront domain names for the staging distribution. @@ -18,16 +18,16 @@ export function cloudfront_ContinuousDeploymentPolicyStagingDistributionDnsNames return [ new DynamicUIProps( InputType.Array, - "items", - "A list of CloudFront domain names for the staging distribution.", + 'items', + 'A list of CloudFront domain names for the staging distribution.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "quantity", - "Number of CloudFront domain names in the staging distribution.", + 'quantity', + 'Number of CloudFront domain names in the staging distribution.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfig.ts index 44a031d19..9aaf3175c 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig, cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig_GetTypes, -} from "./cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig"; +} from './cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig'; import { cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig, cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig_GetTypes, -} from "./cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig"; +} from './cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig'; export interface cloudfront_ContinuousDeploymentPolicyTrafficConfig { // Determines which HTTP requests are sent to the staging distribution. See `single_header_config`. @@ -29,8 +29,8 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfig_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "singleHeaderConfig", - "Determines which HTTP requests are sent to the staging distribution. See `single_header_config`.", + 'singleHeaderConfig', + 'Determines which HTTP requests are sent to the staging distribution. See `single_header_config`.', () => cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig_GetTypes(), false, @@ -38,8 +38,8 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfig_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "singleWeightConfig", - "Contains the percentage of traffic to send to the staging distribution. See `single_weight_config`.", + 'singleWeightConfig', + 'Contains the percentage of traffic to send to the staging distribution. See `single_weight_config`.', () => cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig_GetTypes(), false, @@ -47,8 +47,8 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfig_GetTypes(): D ), new DynamicUIProps( InputType.String, - "type", - "Type of traffic configuration. Valid values are `SingleWeight` and `SingleHeader`.", + 'type', + 'Type of traffic configuration. Valid values are `SingleWeight` and `SingleHeader`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig.ts index 2e346b423..83d28aca8 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderConfig { // Request header name to send to the staging distribution. The header must contain the prefix `aws-cf-cd-`. @@ -18,16 +18,16 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleHeaderCo return [ new DynamicUIProps( InputType.String, - "header", - "Request header name to send to the staging distribution. The header must contain the prefix `aws-cf-cd-`.", + 'header', + 'Request header name to send to the staging distribution. The header must contain the prefix `aws-cf-cd-`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Request header value.", + 'value', + 'Request header value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig.ts index 66aa7566d..6126118e0 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig, cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig_GetTypes, -} from "./cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig"; +} from './cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig'; export interface cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig { // Session stickiness provides the ability to define multiple requests from a single viewer as a single session. This prevents the potentially inconsistent experience of sending some of a given user's requests to the staging distribution, while others are sent to the primary distribution. Define the session duration using TTL values. See `session_stickiness_config`. @@ -22,7 +22,7 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightCo return [ new DynamicUIProps( InputType.Object, - "sessionStickinessConfig", + 'sessionStickinessConfig', "Session stickiness provides the ability to define multiple requests from a single viewer as a single session. This prevents the potentially inconsistent experience of sending some of a given user's requests to the staging distribution, while others are sent to the primary distribution. Define the session duration using TTL values. See `session_stickiness_config`.", () => cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig_GetTypes(), @@ -31,8 +31,8 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightCo ), new DynamicUIProps( InputType.Number, - "weight", - "The percentage of traffic to send to a staging distribution, expressed as a decimal number between `0` and `.15`.", + 'weight', + 'The percentage of traffic to send to a staging distribution, expressed as a decimal number between `0` and `.15`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig.ts index 4931364ff..9e6477694 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig { // The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` – `3600` (5–60 minutes). The value must be less than or equal to `maximum_ttl`. @@ -18,16 +18,16 @@ export function cloudfront_ContinuousDeploymentPolicyTrafficConfigSingleWeightCo return [ new DynamicUIProps( InputType.Number, - "idleTtl", - "The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` – `3600` (5–60 minutes). The value must be less than or equal to `maximum_ttl`.", + 'idleTtl', + 'The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` – `3600` (5–60 minutes). The value must be less than or equal to `maximum_ttl`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumTtl", - "The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300` – `3600` (5–60 minutes). The value must be greater than or equal to `idle_ttl`.", + 'maximumTtl', + 'The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300` – `3600` (5–60 minutes). The value must be greater than or equal to `idle_ttl`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionCustomErrorResponse.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionCustomErrorResponse.ts index 44fb73f99..5b3ffdd25 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionCustomErrorResponse.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionCustomErrorResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionCustomErrorResponse { // 4xx or 5xx HTTP status code that you want to customize. @@ -24,32 +24,32 @@ export function cloudfront_DistributionCustomErrorResponse_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "errorCode", - "4xx or 5xx HTTP status code that you want to customize.", + 'errorCode', + '4xx or 5xx HTTP status code that you want to customize.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "HTTP status code that you want CloudFront to return with the custom error page to the viewer.", + 'responseCode', + 'HTTP status code that you want CloudFront to return with the custom error page to the viewer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responsePagePath", - "Path of the custom error page (for example, `/custom_404.html`).", + 'responsePagePath', + 'Path of the custom error page (for example, `/custom_404.html`).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "errorCachingMinTtl", - "Minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.", + 'errorCachingMinTtl', + 'Minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehavior.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehavior.ts index 494ccea41..80f007a52 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehavior.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehavior.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation, cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation_GetTypes, -} from "./cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation"; +} from './cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation'; import { cloudfront_DistributionDefaultCacheBehaviorForwardedValues, cloudfront_DistributionDefaultCacheBehaviorForwardedValues_GetTypes, -} from "./cloudfront_DistributionDefaultCacheBehaviorForwardedValues"; +} from './cloudfront_DistributionDefaultCacheBehaviorForwardedValues'; import { cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation, cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation_GetTypes, -} from "./cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation"; +} from './cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation'; export interface cloudfront_DistributionDefaultCacheBehavior { // Unique identifier of the origin request policy that is attached to the behavior. @@ -81,40 +81,40 @@ export function cloudfront_DistributionDefaultCacheBehavior_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "trustedSigners", - "List of nested attributes for active trusted signers, if the distribution is set up to serve private content with signed URLs.", + 'trustedSigners', + 'List of nested attributes for active trusted signers, if the distribution is set up to serve private content with signed URLs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "viewerProtocolPolicy", - "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. One of `allow-all`, `https-only`, or `redirect-to-https`.", + 'viewerProtocolPolicy', + 'Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. One of `allow-all`, `https-only`, or `redirect-to-https`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "compress", - "Whether you want CloudFront to automatically compress content for web requests that include `Accept-Encoding: gzip` in the request header (default: `false`).", + 'compress', + 'Whether you want CloudFront to automatically compress content for web requests that include `Accept-Encoding: gzip` in the request header (default: `false`).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "defaultTtl", - "Default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request in the absence of an `Cache-Control max-age` or `Expires` header.", + 'defaultTtl', + 'Default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request in the absence of an `Cache-Control max-age` or `Expires` header.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "forwardedValues", - "The forwarded values configuration that specifies how CloudFront handles query strings, cookies and headers (maximum one).", + 'forwardedValues', + 'The forwarded values configuration that specifies how CloudFront handles query strings, cookies and headers (maximum one).', () => cloudfront_DistributionDefaultCacheBehaviorForwardedValues_GetTypes(), false, @@ -122,24 +122,24 @@ export function cloudfront_DistributionDefaultCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "targetOriginId", - "Value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", + 'targetOriginId', + 'Value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fieldLevelEncryptionId", - "Field level encryption configuration ID.", + 'fieldLevelEncryptionId', + 'Field level encryption configuration ID.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "lambdaFunctionAssociations", - "A config block that triggers a lambda function with specific actions (maximum 4).", + 'lambdaFunctionAssociations', + 'A config block that triggers a lambda function with specific actions (maximum 4).', () => cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation_GetTypes(), false, @@ -147,48 +147,48 @@ export function cloudfront_DistributionDefaultCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "cachePolicyId", - "Unique identifier of the cache policy that is attached to the cache behavior. If configuring the `default_cache_behavior` either `cache_policy_id` or `forwarded_values` must be set.", + 'cachePolicyId', + 'Unique identifier of the cache policy that is attached to the cache behavior. If configuring the `default_cache_behavior` either `cache_policy_id` or `forwarded_values` must be set.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minTtl", - "Minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. Defaults to 0 seconds.", + 'minTtl', + 'Minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. Defaults to 0 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "trustedKeyGroups", - "List of nested attributes for active trusted key groups, if the distribution is set up to serve private content with signed URLs.", + 'trustedKeyGroups', + 'List of nested attributes for active trusted key groups, if the distribution is set up to serve private content with signed URLs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowedMethods", - "Controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.", + 'allowedMethods', + 'Controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "originRequestPolicyId", - "Unique identifier of the origin request policy that is attached to the behavior.", + 'originRequestPolicyId', + 'Unique identifier of the origin request policy that is attached to the behavior.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "functionAssociations", - "A config block that triggers a cloudfront function with specific actions (maximum 2).", + 'functionAssociations', + 'A config block that triggers a cloudfront function with specific actions (maximum 2).', () => cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation_GetTypes(), false, @@ -196,40 +196,40 @@ export function cloudfront_DistributionDefaultCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "maxTtl", - "Maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. Only effective in the presence of `Cache-Control max-age`, `Cache-Control s-maxage`, and `Expires` headers.", + 'maxTtl', + 'Maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. Only effective in the presence of `Cache-Control max-age`, `Cache-Control s-maxage`, and `Expires` headers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "realtimeLogConfigArn", - "ARN of the real-time log configuration that is attached to this cache behavior.", + 'realtimeLogConfigArn', + 'ARN of the real-time log configuration that is attached to this cache behavior.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responseHeadersPolicyId", - "Identifier for a response headers policy.", + 'responseHeadersPolicyId', + 'Identifier for a response headers policy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "smoothStreaming", - "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.", + 'smoothStreaming', + 'Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cachedMethods", - "Controls whether CloudFront caches the response to requests using the specified HTTP methods.", + 'cachedMethods', + 'Controls whether CloudFront caches the response to requests using the specified HTTP methods.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValues.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValues.ts index 89ee6932d..4d3c8b2d0 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValues.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValues.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies, cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies_GetTypes, -} from "./cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies"; +} from './cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies'; export interface cloudfront_DistributionDefaultCacheBehaviorForwardedValues { // When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached. @@ -28,16 +28,16 @@ export function cloudfront_DistributionDefaultCacheBehaviorForwardedValues_GetTy return [ new DynamicUIProps( InputType.Array, - "queryStringCacheKeys", - "When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.", + 'queryStringCacheKeys', + 'When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cookies", - "The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).", + 'cookies', + 'The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).', () => cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies_GetTypes(), true, @@ -45,16 +45,16 @@ export function cloudfront_DistributionDefaultCacheBehaviorForwardedValues_GetTy ), new DynamicUIProps( InputType.Array, - "headers", - "Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.", + 'headers', + 'Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "queryString", - "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.", + 'queryString', + 'Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies.ts index 500815a5c..030364156 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookies { // Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`. @@ -18,16 +18,16 @@ export function cloudfront_DistributionDefaultCacheBehaviorForwardedValuesCookie return [ new DynamicUIProps( InputType.String, - "forward", - "Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.", + 'forward', + 'Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "whitelistedNames", - "If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.", + 'whitelistedNames', + 'If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation.ts index 85f30013b..9deab9ab2 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation { // Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`. @@ -18,16 +18,16 @@ export function cloudfront_DistributionDefaultCacheBehaviorFunctionAssociation_G return [ new DynamicUIProps( InputType.String, - "eventType", - "Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`.", + 'eventType', + 'Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "functionArn", - "ARN of the CloudFront function.", + 'functionArn', + 'ARN of the CloudFront function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation.ts index 81ea1f457..289faa1fb 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssociation { // When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: `true`, `false`. @@ -21,24 +21,24 @@ export function cloudfront_DistributionDefaultCacheBehaviorLambdaFunctionAssocia return [ new DynamicUIProps( InputType.Bool, - "includeBody", - "When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: `true`, `false`.", + 'includeBody', + 'When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaArn", - "ARN of the Lambda function.", + 'lambdaArn', + 'ARN of the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "eventType", - "Specific event to trigger this function. Valid values: `viewer-request`, `origin-request`, `viewer-response`, `origin-response`.", + 'eventType', + 'Specific event to trigger this function. Valid values: `viewer-request`, `origin-request`, `viewer-response`, `origin-response`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionLoggingConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionLoggingConfig.ts index 63cc8b6b2..d44aff150 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionLoggingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionLoggingConfig { // Amazon S3 bucket to store the access logs in, for example, `myawslogbucket.s3.amazonaws.com`. @@ -21,24 +21,24 @@ export function cloudfront_DistributionLoggingConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "bucket", - "Amazon S3 bucket to store the access logs in, for example, `myawslogbucket.s3.amazonaws.com`.", + 'bucket', + 'Amazon S3 bucket to store the access logs in, for example, `myawslogbucket.s3.amazonaws.com`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeCookies", - "Whether to include cookies in access logs (default: `false`).", + 'includeCookies', + 'Whether to include cookies in access logs (default: `false`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Prefix to the access log filenames for this distribution, for example, `myprefix/`.", + 'prefix', + 'Prefix to the access log filenames for this distribution, for example, `myprefix/`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehavior.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehavior.ts index 166f11289..bcac88ff6 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehavior.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehavior.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation, cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation_GetTypes, -} from "./cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation"; +} from './cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation'; import { cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation, cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation_GetTypes, -} from "./cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation"; +} from './cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation'; import { cloudfront_DistributionOrderedCacheBehaviorForwardedValues, cloudfront_DistributionOrderedCacheBehaviorForwardedValues_GetTypes, -} from "./cloudfront_DistributionOrderedCacheBehaviorForwardedValues"; +} from './cloudfront_DistributionOrderedCacheBehaviorForwardedValues'; export interface cloudfront_DistributionOrderedCacheBehavior { // A config block that triggers a cloudfront function with specific actions (maximum 2). @@ -84,64 +84,64 @@ export function cloudfront_DistributionOrderedCacheBehavior_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "trustedSigners", - "List of nested attributes for active trusted signers, if the distribution is set up to serve private content with signed URLs.", + 'trustedSigners', + 'List of nested attributes for active trusted signers, if the distribution is set up to serve private content with signed URLs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetOriginId", - "Value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", + 'targetOriginId', + 'Value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxTtl", - "Maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. Only effective in the presence of `Cache-Control max-age`, `Cache-Control s-maxage`, and `Expires` headers.", + 'maxTtl', + 'Maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. Only effective in the presence of `Cache-Control max-age`, `Cache-Control s-maxage`, and `Expires` headers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fieldLevelEncryptionId", - "Field level encryption configuration ID.", + 'fieldLevelEncryptionId', + 'Field level encryption configuration ID.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "trustedKeyGroups", - "List of nested attributes for active trusted key groups, if the distribution is set up to serve private content with signed URLs.", + 'trustedKeyGroups', + 'List of nested attributes for active trusted key groups, if the distribution is set up to serve private content with signed URLs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "compress", - "Whether you want CloudFront to automatically compress content for web requests that include `Accept-Encoding: gzip` in the request header (default: `false`).", + 'compress', + 'Whether you want CloudFront to automatically compress content for web requests that include `Accept-Encoding: gzip` in the request header (default: `false`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "originRequestPolicyId", - "Unique identifier of the origin request policy that is attached to the behavior.", + 'originRequestPolicyId', + 'Unique identifier of the origin request policy that is attached to the behavior.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "functionAssociations", - "A config block that triggers a cloudfront function with specific actions (maximum 2).", + 'functionAssociations', + 'A config block that triggers a cloudfront function with specific actions (maximum 2).', () => cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation_GetTypes(), false, @@ -149,48 +149,48 @@ export function cloudfront_DistributionOrderedCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Array, - "allowedMethods", - "Controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.", + 'allowedMethods', + 'Controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "pathPattern", - "Pattern (for example, `images/*.jpg`) that specifies which requests you want this cache behavior to apply to.", + 'pathPattern', + 'Pattern (for example, `images/*.jpg`) that specifies which requests you want this cache behavior to apply to.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "defaultTtl", - "Default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request in the absence of an `Cache-Control max-age` or `Expires` header.", + 'defaultTtl', + 'Default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request in the absence of an `Cache-Control max-age` or `Expires` header.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "realtimeLogConfigArn", - "ARN of the real-time log configuration that is attached to this cache behavior.", + 'realtimeLogConfigArn', + 'ARN of the real-time log configuration that is attached to this cache behavior.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cachedMethods", - "Controls whether CloudFront caches the response to requests using the specified HTTP methods.", + 'cachedMethods', + 'Controls whether CloudFront caches the response to requests using the specified HTTP methods.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "forwardedValues", - "The forwarded values configuration that specifies how CloudFront handles query strings, cookies and headers (maximum one).", + 'forwardedValues', + 'The forwarded values configuration that specifies how CloudFront handles query strings, cookies and headers (maximum one).', () => cloudfront_DistributionOrderedCacheBehaviorForwardedValues_GetTypes(), false, @@ -198,8 +198,8 @@ export function cloudfront_DistributionOrderedCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Array, - "lambdaFunctionAssociations", - "A config block that triggers a lambda function with specific actions (maximum 4).", + 'lambdaFunctionAssociations', + 'A config block that triggers a lambda function with specific actions (maximum 4).', () => cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation_GetTypes(), false, @@ -207,40 +207,40 @@ export function cloudfront_DistributionOrderedCacheBehavior_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "minTtl", - "Minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. Defaults to 0 seconds.", + 'minTtl', + 'Minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. Defaults to 0 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cachePolicyId", - "Unique identifier of the cache policy that is attached to the cache behavior. If configuring the `default_cache_behavior` either `cache_policy_id` or `forwarded_values` must be set.", + 'cachePolicyId', + 'Unique identifier of the cache policy that is attached to the cache behavior. If configuring the `default_cache_behavior` either `cache_policy_id` or `forwarded_values` must be set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "viewerProtocolPolicy", - "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. One of `allow-all`, `https-only`, or `redirect-to-https`.", + 'viewerProtocolPolicy', + 'Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. One of `allow-all`, `https-only`, or `redirect-to-https`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "smoothStreaming", - "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.", + 'smoothStreaming', + 'Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "responseHeadersPolicyId", - "Identifier for a response headers policy.", + 'responseHeadersPolicyId', + 'Identifier for a response headers policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValues.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValues.ts index a1b5cd4b4..5fa1a04d3 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValues.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValues.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies, cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies_GetTypes, -} from "./cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies"; +} from './cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies'; export interface cloudfront_DistributionOrderedCacheBehaviorForwardedValues { // The forwarded values cookies that specifies how CloudFront handles cookies (maximum one). @@ -28,8 +28,8 @@ export function cloudfront_DistributionOrderedCacheBehaviorForwardedValues_GetTy return [ new DynamicUIProps( InputType.Object, - "cookies", - "The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).", + 'cookies', + 'The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).', () => cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies_GetTypes(), true, @@ -37,24 +37,24 @@ export function cloudfront_DistributionOrderedCacheBehaviorForwardedValues_GetTy ), new DynamicUIProps( InputType.Array, - "headers", - "Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.", + 'headers', + 'Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "queryString", - "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.", + 'queryString', + 'Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "queryStringCacheKeys", - "When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.", + 'queryStringCacheKeys', + 'When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies.ts index 42c9522a7..ac289ba9b 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookies { // If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin. @@ -18,16 +18,16 @@ export function cloudfront_DistributionOrderedCacheBehaviorForwardedValuesCookie return [ new DynamicUIProps( InputType.Array, - "whitelistedNames", - "If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.", + 'whitelistedNames', + 'If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "forward", - "Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.", + 'forward', + 'Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation.ts index fe28466d7..a5817d4cd 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation { // Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`. @@ -18,16 +18,16 @@ export function cloudfront_DistributionOrderedCacheBehaviorFunctionAssociation_G return [ new DynamicUIProps( InputType.String, - "eventType", - "Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`.", + 'eventType', + 'Specific event to trigger this function. Valid values: `viewer-request` or `viewer-response`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "functionArn", - "ARN of the CloudFront function.", + 'functionArn', + 'ARN of the CloudFront function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation.ts index 98c39c06a..01ad3348c 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssociation { // Specific event to trigger this function. Valid values: `viewer-request`, `origin-request`, `viewer-response`, `origin-response`. @@ -21,24 +21,24 @@ export function cloudfront_DistributionOrderedCacheBehaviorLambdaFunctionAssocia return [ new DynamicUIProps( InputType.String, - "eventType", - "Specific event to trigger this function. Valid values: `viewer-request`, `origin-request`, `viewer-response`, `origin-response`.", + 'eventType', + 'Specific event to trigger this function. Valid values: `viewer-request`, `origin-request`, `viewer-response`, `origin-response`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeBody", - "When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: `true`, `false`.", + 'includeBody', + 'When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaArn", - "ARN of the Lambda function.", + 'lambdaArn', + 'ARN of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrigin.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrigin.ts index 9556debca..470c06bdb 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOrigin.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOrigin.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionOriginCustomOriginConfig, cloudfront_DistributionOriginCustomOriginConfig_GetTypes, -} from "./cloudfront_DistributionOriginCustomOriginConfig"; +} from './cloudfront_DistributionOriginCustomOriginConfig'; import { cloudfront_DistributionOriginS3OriginConfig, cloudfront_DistributionOriginS3OriginConfig_GetTypes, -} from "./cloudfront_DistributionOriginS3OriginConfig"; +} from './cloudfront_DistributionOriginS3OriginConfig'; import { cloudfront_DistributionOriginCustomHeader, cloudfront_DistributionOriginCustomHeader_GetTypes, -} from "./cloudfront_DistributionOriginCustomHeader"; +} from './cloudfront_DistributionOriginCustomHeader'; import { cloudfront_DistributionOriginOriginShield, cloudfront_DistributionOriginOriginShield_GetTypes, -} from "./cloudfront_DistributionOriginOriginShield"; +} from './cloudfront_DistributionOriginOriginShield'; export interface cloudfront_DistributionOrigin { // Number of times that CloudFront attempts to connect to the origin. Must be between 1-3. Defaults to 3. @@ -58,73 +58,73 @@ export function cloudfront_DistributionOrigin_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "connectionTimeout", - "Number of seconds that CloudFront waits when trying to establish a connection to the origin. Must be between 1-10. Defaults to 10.", + 'connectionTimeout', + 'Number of seconds that CloudFront waits when trying to establish a connection to the origin. Must be between 1-10. Defaults to 10.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "customOriginConfig", - "The CloudFront custom origin configuration information. If an S3 origin is required, use `origin_access_control_id` or `s3_origin_config` instead.", + 'customOriginConfig', + 'The CloudFront custom origin configuration information. If an S3 origin is required, use `origin_access_control_id` or `s3_origin_config` instead.', () => cloudfront_DistributionOriginCustomOriginConfig_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "originId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'originId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "originPath", - "Optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.", + 'originPath', + 'Optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3OriginConfig", - "CloudFront S3 origin configuration information. If a custom origin is required, use `custom_origin_config` instead.", + 's3OriginConfig', + 'CloudFront S3 origin configuration information. If a custom origin is required, use `custom_origin_config` instead.', () => cloudfront_DistributionOriginS3OriginConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "connectionAttempts", - "Number of times that CloudFront attempts to connect to the origin. Must be between 1-3. Defaults to 3.", + 'connectionAttempts', + 'Number of times that CloudFront attempts to connect to the origin. Must be between 1-3. Defaults to 3.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customHeaders", - "One or more sub-resources with `name` and `value` parameters that specify header data that will be sent to the origin (multiples allowed).", + 'customHeaders', + 'One or more sub-resources with `name` and `value` parameters that specify header data that will be sent to the origin (multiples allowed).', () => cloudfront_DistributionOriginCustomHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Domain name corresponding to the distribution. For example: `d604721fxaaqy9.cloudfront.net`.", + 'domainName', + 'Domain name corresponding to the distribution. For example: `d604721fxaaqy9.cloudfront.net`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "originAccessControlId", - "Unique identifier of a [CloudFront origin access control][8] for this origin.", + 'originAccessControlId', + 'Unique identifier of a [CloudFront origin access control][8] for this origin.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "originShield", - "CloudFront Origin Shield configuration information. Using Origin Shield can help reduce the load on your origin. For more information, see [Using Origin Shield](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html) in the Amazon CloudFront Developer Guide.", + 'originShield', + 'CloudFront Origin Shield configuration information. Using Origin Shield can help reduce the load on your origin. For more information, see [Using Origin Shield](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html) in the Amazon CloudFront Developer Guide.', () => cloudfront_DistributionOriginOriginShield_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomHeader.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomHeader.ts index aad9ba85b..1b8454598 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginCustomHeader { // @@ -16,7 +16,7 @@ export interface cloudfront_DistributionOriginCustomHeader { export function cloudfront_DistributionOriginCustomHeader_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomOriginConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomOriginConfig.ts index 9bda7481a..10c52aa93 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomOriginConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginCustomOriginConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginCustomOriginConfig { // HTTPS port the custom origin listens on. @@ -30,48 +30,48 @@ export function cloudfront_DistributionOriginCustomOriginConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "originReadTimeout", - "The Custom Read timeout, in seconds. By default, AWS enforces an upper limit of `60`. But you can request an [increase](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-request-timeout). Defaults to `30`.", + 'originReadTimeout', + 'The Custom Read timeout, in seconds. By default, AWS enforces an upper limit of `60`. But you can request an [increase](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-request-timeout). Defaults to `30`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "originSslProtocols", - "List of SSL/TLS protocols that CloudFront can use when connecting to your origin over HTTPS. Valid values: `SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`. For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the Amazon CloudFront Developer Guide.", + 'originSslProtocols', + 'List of SSL/TLS protocols that CloudFront can use when connecting to your origin over HTTPS. Valid values: `SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`. For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the Amazon CloudFront Developer Guide.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "httpPort", - "HTTP port the custom origin listens on.", + 'httpPort', + 'HTTP port the custom origin listens on.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "httpsPort", - "HTTPS port the custom origin listens on.", + 'httpsPort', + 'HTTPS port the custom origin listens on.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "originKeepaliveTimeout", - "The Custom KeepAlive timeout, in seconds. By default, AWS enforces an upper limit of `60`. But you can request an [increase](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-request-timeout). Defaults to `5`.", + 'originKeepaliveTimeout', + 'The Custom KeepAlive timeout, in seconds. By default, AWS enforces an upper limit of `60`. But you can request an [increase](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-request-timeout). Defaults to `5`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "originProtocolPolicy", - "Origin protocol policy to apply to your origin. One of `http-only`, `https-only`, or `match-viewer`.", + 'originProtocolPolicy', + 'Origin protocol policy to apply to your origin. One of `http-only`, `https-only`, or `match-viewer`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroup.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroup.ts index 165771085..2252a9a1f 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroup.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionOriginGroupFailoverCriteria, cloudfront_DistributionOriginGroupFailoverCriteria_GetTypes, -} from "./cloudfront_DistributionOriginGroupFailoverCriteria"; +} from './cloudfront_DistributionOriginGroupFailoverCriteria'; import { cloudfront_DistributionOriginGroupMember, cloudfront_DistributionOriginGroupMember_GetTypes, -} from "./cloudfront_DistributionOriginGroupMember"; +} from './cloudfront_DistributionOriginGroupMember'; export interface cloudfront_DistributionOriginGroup { // The failover criteria for when to failover to the secondary origin. @@ -29,20 +29,20 @@ export function cloudfront_DistributionOriginGroup_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "failoverCriteria", - "The failover criteria for when to failover to the secondary origin.", + 'failoverCriteria', + 'The failover criteria for when to failover to the secondary origin.', () => cloudfront_DistributionOriginGroupFailoverCriteria_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "members", - "Ordered member configuration blocks assigned to the origin group, where the first member is the primary origin. You must specify two members.", + 'members', + 'Ordered member configuration blocks assigned to the origin group, where the first member is the primary origin. You must specify two members.', () => cloudfront_DistributionOriginGroupMember_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "originId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'originId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupFailoverCriteria.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupFailoverCriteria.ts index e42b13f54..d32a3722b 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupFailoverCriteria.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupFailoverCriteria.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginGroupFailoverCriteria { // List of HTTP status codes for the origin group. @@ -15,8 +15,8 @@ export function cloudfront_DistributionOriginGroupFailoverCriteria_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "statusCodes", - "List of HTTP status codes for the origin group.", + 'statusCodes', + 'List of HTTP status codes for the origin group.', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupMember.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupMember.ts index eb7811f71..56a0f11f2 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupMember.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginGroupMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginGroupMember { // @@ -13,6 +13,6 @@ export interface cloudfront_DistributionOriginGroupMember { export function cloudfront_DistributionOriginGroupMember_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "originId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'originId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginOriginShield.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginOriginShield.ts index 4b241a2e1..554ed37cc 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginOriginShield.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginOriginShield.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginOriginShield { // `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs @@ -18,16 +18,16 @@ export function cloudfront_DistributionOriginOriginShield_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "enabled", - "`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs", + 'enabled', + '`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs', () => [], true, false, ), new DynamicUIProps( InputType.String, - "originShieldRegion", - "AWS Region for Origin Shield. To specify a region, use the region code, not the region name. For example, specify the US East (Ohio) region as `us-east-2`.", + 'originShieldRegion', + 'AWS Region for Origin Shield. To specify a region, use the region code, not the region name. For example, specify the US East (Ohio) region as `us-east-2`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginS3OriginConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginS3OriginConfig.ts index 70b5ba69f..fe1a38be0 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginS3OriginConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionOriginS3OriginConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionOriginS3OriginConfig { // The CloudFront origin access identity to associate with the origin. @@ -15,8 +15,8 @@ export function cloudfront_DistributionOriginS3OriginConfig_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "originAccessIdentity", - "The CloudFront origin access identity to associate with the origin.", + 'originAccessIdentity', + 'The CloudFront origin access identity to associate with the origin.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictions.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictions.ts index 9a6cc28c2..b82ed4a88 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictions.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionRestrictionsGeoRestriction, cloudfront_DistributionRestrictionsGeoRestriction_GetTypes, -} from "./cloudfront_DistributionRestrictionsGeoRestriction"; +} from './cloudfront_DistributionRestrictionsGeoRestriction'; export interface cloudfront_DistributionRestrictions { // @@ -19,8 +19,8 @@ export function cloudfront_DistributionRestrictions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "geoRestriction", - "", + 'geoRestriction', + '', () => cloudfront_DistributionRestrictionsGeoRestriction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictionsGeoRestriction.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictionsGeoRestriction.ts index ec8827a9c..c9c51128a 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictionsGeoRestriction.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionRestrictionsGeoRestriction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionRestrictionsGeoRestriction { // [ISO 3166-1-alpha-2 codes][4] for which you want CloudFront either to distribute your content (`whitelist`) or not distribute your content (`blacklist`). If the type is specified as `none` an empty array can be used. @@ -18,16 +18,16 @@ export function cloudfront_DistributionRestrictionsGeoRestriction_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "locations", - "[ISO 3166-1-alpha-2 codes][4] for which you want CloudFront either to distribute your content (`whitelist`) or not distribute your content (`blacklist`). If the type is specified as `none` an empty array can be used.", + 'locations', + '[ISO 3166-1-alpha-2 codes][4] for which you want CloudFront either to distribute your content (`whitelist`) or not distribute your content (`blacklist`). If the type is specified as `none` an empty array can be used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "restrictionType", - "Method that you want to use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`.", + 'restrictionType', + 'Method that you want to use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroup.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroup.ts index e9ede2a90..14009b5e0 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroup.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionTrustedKeyGroupItem, cloudfront_DistributionTrustedKeyGroupItem_GetTypes, -} from "./cloudfront_DistributionTrustedKeyGroupItem"; +} from './cloudfront_DistributionTrustedKeyGroupItem'; export interface cloudfront_DistributionTrustedKeyGroup { // List of nested attributes for each trusted signer @@ -22,16 +22,16 @@ export function cloudfront_DistributionTrustedKeyGroup_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "enabled", - "`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs", + 'enabled', + '`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "items", - "List of nested attributes for each trusted signer", + 'items', + 'List of nested attributes for each trusted signer', () => cloudfront_DistributionTrustedKeyGroupItem_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroupItem.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroupItem.ts index 7607f0ece..c22f485e8 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroupItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedKeyGroupItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionTrustedKeyGroupItem { // ID of the key group that contains the public keys. @@ -18,16 +18,16 @@ export function cloudfront_DistributionTrustedKeyGroupItem_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "keyGroupId", - "ID of the key group that contains the public keys.", + 'keyGroupId', + 'ID of the key group that contains the public keys.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "keyPairIds", - "Set of active CloudFront key pairs associated with the signer account", + 'keyPairIds', + 'Set of active CloudFront key pairs associated with the signer account', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSigner.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSigner.ts index 8681aa1d8..898c05e51 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSigner.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSigner.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_DistributionTrustedSignerItem, cloudfront_DistributionTrustedSignerItem_GetTypes, -} from "./cloudfront_DistributionTrustedSignerItem"; +} from './cloudfront_DistributionTrustedSignerItem'; export interface cloudfront_DistributionTrustedSigner { // `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs @@ -22,16 +22,16 @@ export function cloudfront_DistributionTrustedSigner_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "enabled", - "`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs", + 'enabled', + '`true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "items", - "List of nested attributes for each trusted signer", + 'items', + 'List of nested attributes for each trusted signer', () => cloudfront_DistributionTrustedSignerItem_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSignerItem.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSignerItem.ts index 4238695dd..5bc7be6e0 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSignerItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionTrustedSignerItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionTrustedSignerItem { // AWS account ID or `self` @@ -18,16 +18,16 @@ export function cloudfront_DistributionTrustedSignerItem_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "keyPairIds", - "Set of active CloudFront key pairs associated with the signer account", + 'keyPairIds', + 'Set of active CloudFront key pairs associated with the signer account', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsAccountNumber", - "AWS account ID or `self`", + 'awsAccountNumber', + 'AWS account ID or `self`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_DistributionViewerCertificate.ts b/src/app/Models/codegen/aws/types/cloudfront_DistributionViewerCertificate.ts index a78b97717..066f1c9bf 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_DistributionViewerCertificate.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_DistributionViewerCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_DistributionViewerCertificate { // `true` if you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name for your distribution. Specify this, `acm_certificate_arn`, or `iam_certificate_id`. @@ -27,7 +27,7 @@ export function cloudfront_DistributionViewerCertificate_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "cloudfrontDefaultCertificate", + 'cloudfrontDefaultCertificate', "`true` if you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name for your distribution. Specify this, `acm_certificate_arn`, or `iam_certificate_id`.", () => [], false, @@ -35,15 +35,15 @@ export function cloudfront_DistributionViewerCertificate_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "iamCertificateId", - "IAM certificate identifier of the custom viewer certificate for this distribution if you are using a custom domain. Specify this, `acm_certificate_arn`, or `cloudfront_default_certificate`.", + 'iamCertificateId', + 'IAM certificate identifier of the custom viewer certificate for this distribution if you are using a custom domain. Specify this, `acm_certificate_arn`, or `cloudfront_default_certificate`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minimumProtocolVersion", + 'minimumProtocolVersion', 'Minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections. Can only be set if `cloudfront_default_certificate = false`. See all possible values in [this](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html) table under "Security policy." Some examples include: `TLSv1.2_2019` and `TLSv1.2_2021`. Default: `TLSv1`. **NOTE**: If you are using a custom certificate (specified with `acm_certificate_arn` or `iam_certificate_id`), and have specified `sni-only` in `ssl_support_method`, `TLSv1` or later must be specified. If you have specified `vip` in `ssl_support_method`, only `SSLv3` or `TLSv1` can be specified. If you have specified `cloudfront_default_certificate`, `TLSv1` must be specified.', () => [], false, @@ -51,16 +51,16 @@ export function cloudfront_DistributionViewerCertificate_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "sslSupportMethod", - "How you want CloudFront to serve HTTPS requests. One of `vip`, `sni-only`, or `static-ip`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.", + 'sslSupportMethod', + 'How you want CloudFront to serve HTTPS requests. One of `vip`, `sni-only`, or `static-ip`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acmCertificateArn", - "ARN of the [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/) certificate that you wish to use with this distribution. Specify this, `cloudfront_default_certificate`, or `iam_certificate_id`. The ACM certificate must be in US-EAST-1.", + 'acmCertificateArn', + 'ARN of the [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/) certificate that you wish to use with this distribution. Specify this, `cloudfront_default_certificate`, or `iam_certificate_id`. The ACM certificate must be in US-EAST-1.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig.ts index d6b8d9005..39b0ffbfa 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles, cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles_GetTypes, -} from "./cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles"; +} from './cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles'; export interface cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig { // Object that contains an attribute `items` that contains the list of configurations for a field-level encryption content type-profile. See Content Type Profile. @@ -22,8 +22,8 @@ export function cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig_Ge return [ new DynamicUIProps( InputType.Object, - "contentTypeProfiles", - "Object that contains an attribute `items` that contains the list of configurations for a field-level encryption content type-profile. See Content Type Profile.", + 'contentTypeProfiles', + 'Object that contains an attribute `items` that contains the list of configurations for a field-level encryption content type-profile. See Content Type Profile.', () => cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles_GetTypes(), true, @@ -31,8 +31,8 @@ export function cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfig_Ge ), new DynamicUIProps( InputType.Bool, - "forwardWhenContentTypeIsUnknown", - "specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.", + 'forwardWhenContentTypeIsUnknown', + 'specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles.ts index 0fb1fee0a..174341ea3 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem, cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem_GetTypes, -} from "./cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem"; +} from './cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem'; export interface cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles { // @@ -19,8 +19,8 @@ export function cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigCon return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem.ts index 4255ec351..8f6d3eb57 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem { // he content type for a field-level encryption content type-profile mapping. Valid value is `application/x-www-form-urlencoded`. @@ -21,24 +21,24 @@ export function cloudfront_FieldLevelEncryptionConfigContentTypeProfileConfigCon return [ new DynamicUIProps( InputType.String, - "profileId", - "", + 'profileId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contentType", - "he content type for a field-level encryption content type-profile mapping. Valid value is `application/x-www-form-urlencoded`.", + 'contentType', + 'he content type for a field-level encryption content type-profile mapping. Valid value is `application/x-www-form-urlencoded`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "The format for a field-level encryption content type-profile mapping. Valid value is `URLEncoded`.", + 'format', + 'The format for a field-level encryption content type-profile mapping. Valid value is `URLEncoded`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig.ts index 5cbc72cf1..6c92f51ff 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles, cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles_GetTypes, -} from "./cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles"; +} from './cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles'; export interface cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig { // Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown. @@ -22,16 +22,16 @@ export function cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfig_GetTy return [ new DynamicUIProps( InputType.Bool, - "forwardWhenQueryArgProfileIsUnknown", - "Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.", + 'forwardWhenQueryArgProfileIsUnknown', + 'Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "queryArgProfiles", - "Object that contains an attribute `items` that contains the list ofrofiles specified for query argument-profile mapping for field-level encryption. see Query Arg Profile.", + 'queryArgProfiles', + 'Object that contains an attribute `items` that contains the list ofrofiles specified for query argument-profile mapping for field-level encryption. see Query Arg Profile.', () => cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles.ts index 7e8e89d8b..fd523f9e1 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem, cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem_GetTypes, -} from "./cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem"; +} from './cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem'; export interface cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles { // @@ -19,8 +19,8 @@ export function cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryA return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem.ts index 86740f90a..de3c7d7fb 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem { // @@ -18,16 +18,16 @@ export function cloudfront_FieldLevelEncryptionConfigQueryArgProfileConfigQueryA return [ new DynamicUIProps( InputType.String, - "profileId", - "", + 'profileId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queryArg", - "Query argument for field-level encryption query argument-profile mapping.", + 'queryArg', + 'Query argument for field-level encryption query argument-profile mapping.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities.ts index defcc7ac5..77832d096 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntities.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem, cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem_GetTypes, -} from "./cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem"; +} from './cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem'; export interface cloudfront_FieldLevelEncryptionProfileEncryptionEntities { // @@ -19,8 +19,8 @@ export function cloudfront_FieldLevelEncryptionProfileEncryptionEntities_GetType return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem.ts index e549b51cc..5dd6699b5 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns, cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns_GetTypes, -} from "./cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns"; +} from './cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns'; export interface cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem { // Object that contains an attribute `items` that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. @@ -25,8 +25,8 @@ export function cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem_Get return [ new DynamicUIProps( InputType.Object, - "fieldPatterns", - "Object that contains an attribute `items` that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.", + 'fieldPatterns', + 'Object that contains an attribute `items` that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.', () => cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns_GetTypes(), true, @@ -34,16 +34,16 @@ export function cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItem_Get ), new DynamicUIProps( InputType.String, - "providerId", - "The provider associated with the public key being used for encryption.", + 'providerId', + 'The provider associated with the public key being used for encryption.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "publicKeyId", - "The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.", + 'publicKeyId', + 'The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns.ts b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns.ts index 666ce956a..fd8c774bb 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns { // @@ -15,8 +15,8 @@ export function cloudfront_FieldLevelEncryptionProfileEncryptionEntitiesItemFiel return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_KeyValueStoreTimeouts.ts b/src/app/Models/codegen/aws/types/cloudfront_KeyValueStoreTimeouts.ts index 5264a6230..c19971557 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_KeyValueStoreTimeouts.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_KeyValueStoreTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_KeyValueStoreTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function cloudfront_KeyValueStoreTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscription.ts b/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscription.ts index 6e5f85f55..1640d73e2 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscription.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscription.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig, cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig_GetTypes, -} from "./cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig"; +} from './cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig'; export interface cloudfront_MonitoringSubscriptionMonitoringSubscription { // A subscription configuration for additional CloudWatch metrics. See below. @@ -19,8 +19,8 @@ export function cloudfront_MonitoringSubscriptionMonitoringSubscription_GetTypes return [ new DynamicUIProps( InputType.Object, - "realtimeMetricsSubscriptionConfig", - "A subscription configuration for additional CloudWatch metrics. See below.", + 'realtimeMetricsSubscriptionConfig', + 'A subscription configuration for additional CloudWatch metrics. See below.', () => cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig.ts index 86c05d705..febc8b0f4 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeMetricsSubscriptionConfig { // A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution. Valid values are `Enabled` and `Disabled`. See below. @@ -15,8 +15,8 @@ export function cloudfront_MonitoringSubscriptionMonitoringSubscriptionRealtimeM return [ new DynamicUIProps( InputType.String, - "realtimeMetricsSubscriptionStatus", - "A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution. Valid values are `Enabled` and `Disabled`. See below.", + 'realtimeMetricsSubscriptionStatus', + 'A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution. Valid values are `Enabled` and `Disabled`. See below.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfig.ts index 0a678c8c6..357705d9a 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_OriginRequestPolicyCookiesConfigCookies, cloudfront_OriginRequestPolicyCookiesConfigCookies_GetTypes, -} from "./cloudfront_OriginRequestPolicyCookiesConfigCookies"; +} from './cloudfront_OriginRequestPolicyCookiesConfigCookies'; export interface cloudfront_OriginRequestPolicyCookiesConfig { // @@ -22,16 +22,16 @@ export function cloudfront_OriginRequestPolicyCookiesConfig_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "cookieBehavior", - "", + 'cookieBehavior', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "cookies", - "", + 'cookies', + '', () => cloudfront_OriginRequestPolicyCookiesConfigCookies_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfigCookies.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfigCookies.ts index 9fb948106..e5989c141 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfigCookies.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyCookiesConfigCookies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_OriginRequestPolicyCookiesConfigCookies { // @@ -15,8 +15,8 @@ export function cloudfront_OriginRequestPolicyCookiesConfigCookies_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfig.ts index 028b0b1f2..f56410eb1 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_OriginRequestPolicyHeadersConfigHeaders, cloudfront_OriginRequestPolicyHeadersConfigHeaders_GetTypes, -} from "./cloudfront_OriginRequestPolicyHeadersConfigHeaders"; +} from './cloudfront_OriginRequestPolicyHeadersConfigHeaders'; export interface cloudfront_OriginRequestPolicyHeadersConfig { // @@ -22,16 +22,16 @@ export function cloudfront_OriginRequestPolicyHeadersConfig_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "headerBehavior", - "", + 'headerBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "headers", - "", + 'headers', + '', () => cloudfront_OriginRequestPolicyHeadersConfigHeaders_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfigHeaders.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfigHeaders.ts index 685f8bdd7..54f00ad99 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfigHeaders.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyHeadersConfigHeaders.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_OriginRequestPolicyHeadersConfigHeaders { // @@ -15,8 +15,8 @@ export function cloudfront_OriginRequestPolicyHeadersConfigHeaders_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfig.ts index a8f8cd3ff..baadd775e 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings, cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings_GetTypes, -} from "./cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings"; +} from './cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings'; export interface cloudfront_OriginRequestPolicyQueryStringsConfig { // @@ -22,16 +22,16 @@ export function cloudfront_OriginRequestPolicyQueryStringsConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "queryStringBehavior", - "", + 'queryStringBehavior', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "queryStrings", - "", + 'queryStrings', + '', () => cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings.ts b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings.ts index 811b98569..c9621c242 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings { // @@ -15,8 +15,8 @@ export function cloudfront_OriginRequestPolicyQueryStringsConfigQueryStrings_Get return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpoint.ts b/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpoint.ts index 9d999dc09..259425762 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpoint.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig, cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig_GetTypes, -} from "./cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig"; +} from './cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig'; export interface cloudfront_RealtimeLogConfigEndpoint { // The Amazon Kinesis data stream configuration. @@ -22,16 +22,16 @@ export function cloudfront_RealtimeLogConfigEndpoint_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "streamType", - "The type of data stream where real-time log data is sent. The only valid value is `Kinesis`.", + 'streamType', + 'The type of data stream where real-time log data is sent. The only valid value is `Kinesis`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "kinesisStreamConfig", - "The Amazon Kinesis data stream configuration.", + 'kinesisStreamConfig', + 'The Amazon Kinesis data stream configuration.', () => cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig.ts index 6b7e4dee6..c174261b8 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig { // The ARN of the Kinesis data stream. @@ -21,16 +21,16 @@ export function cloudfront_RealtimeLogConfigEndpointKinesisStreamConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "streamArn", - "The ARN of the Kinesis data stream.", + 'streamArn', + 'The ARN of the Kinesis data stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of an IAM role that CloudFront can use to send real-time log data to the Kinesis data stream.\nSee the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) for more information.", + 'roleArn', + 'The ARN of an IAM role that CloudFront can use to send real-time log data to the Kinesis data stream.\nSee the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfig.ts index d33b7a862..1cb95e047 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfig.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders, cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders"; +} from './cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders'; import { cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods, cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods"; +} from './cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods'; import { cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins, cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins"; +} from './cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins'; import { cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders, cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders"; +} from './cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders'; export interface cloudfront_ResponseHeadersPolicyCorsConfig { // A Boolean value that CloudFront uses as the value for the `Access-Control-Allow-Credentials` HTTP response header. @@ -49,8 +49,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "accessControlAllowOrigins", - "Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the `Access-Control-Allow-Origin` HTTP response header.", + 'accessControlAllowOrigins', + 'Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the `Access-Control-Allow-Origin` HTTP response header.', () => cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins_GetTypes(), true, @@ -58,8 +58,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "accessControlExposeHeaders", - "Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the `Access-Control-Expose-Headers` HTTP response header.", + 'accessControlExposeHeaders', + 'Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the `Access-Control-Expose-Headers` HTTP response header.', () => cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders_GetTypes(), false, @@ -67,32 +67,32 @@ export function cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Number, - "accessControlMaxAgeSec", - "A number that CloudFront uses as the value for the `Access-Control-Max-Age` HTTP response header.", + 'accessControlMaxAgeSec', + 'A number that CloudFront uses as the value for the `Access-Control-Max-Age` HTTP response header.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "originOverride", - "A Boolean value that determines how CloudFront behaves for the HTTP response header.", + 'originOverride', + 'A Boolean value that determines how CloudFront behaves for the HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "accessControlAllowCredentials", - "A Boolean value that CloudFront uses as the value for the `Access-Control-Allow-Credentials` HTTP response header.", + 'accessControlAllowCredentials', + 'A Boolean value that CloudFront uses as the value for the `Access-Control-Allow-Credentials` HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "accessControlAllowHeaders", - "Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the `Access-Control-Allow-Headers` HTTP response header.", + 'accessControlAllowHeaders', + 'Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the `Access-Control-Allow-Headers` HTTP response header.', () => cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders_GetTypes(), true, @@ -100,8 +100,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "accessControlAllowMethods", - "Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the `Access-Control-Allow-Methods` HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`", + 'accessControlAllowMethods', + 'Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the `Access-Control-Allow-Methods` HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`', () => cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders.ts index a14c3df00..2e35c4378 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders { // @@ -15,8 +15,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowHead return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods.ts index 90bde687c..8f81b73c4 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMethods { // @@ -15,8 +15,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowMeth return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins.ts index 7ef7c3f8b..0ee3d0cf3 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins { // @@ -15,8 +15,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfigAccessControlAllowOrig return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders.ts index 8221b72f9..8711ef240 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders { // @@ -15,8 +15,8 @@ export function cloudfront_ResponseHeadersPolicyCorsConfigAccessControlExposeHea return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig.ts index 83b61acf3..eeed5a718 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem, cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem"; +} from './cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem'; export interface cloudfront_ResponseHeadersPolicyCustomHeadersConfig { // @@ -19,8 +19,8 @@ export function cloudfront_ResponseHeadersPolicyCustomHeadersConfig_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem.ts index 6d825764b..e886d9db7 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem { // @@ -19,15 +19,15 @@ export interface cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem { export function cloudfront_ResponseHeadersPolicyCustomHeadersConfigItem_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "override", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'override', '', () => [], true, false), new DynamicUIProps( InputType.String, - "value", - "The value for the HTTP response header.", + 'value', + 'The value for the HTTP response header.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "header", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'header', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig.ts index 54b50a91f..d73e535c9 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem, cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem_GetTypes, -} from "./cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem"; +} from './cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem'; export interface cloudfront_ResponseHeadersPolicyRemoveHeadersConfig { // @@ -19,8 +19,8 @@ export function cloudfront_ResponseHeadersPolicyRemoveHeadersConfig_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem.ts index b904c8a84..db7193e54 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem { // @@ -13,6 +13,6 @@ export interface cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem { export function cloudfront_ResponseHeadersPolicyRemoveHeadersConfigItem_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "header", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'header', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig.ts index 53008d85c..4accc0e12 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfig.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions, cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions, cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy, cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity, cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection, cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection'; import { cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy, cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy_GetTypes, -} from "./cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy"; +} from './cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfig { // Determines whether CloudFront includes the `Strict-Transport-Security` HTTP response header and the header’s value. See Strict Transport Security for more information. @@ -54,8 +54,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() return [ new DynamicUIProps( InputType.Object, - "referrerPolicy", - "Determines whether CloudFront includes the `Referrer-Policy` HTTP response header and the header’s value. See Referrer Policy for more information.", + 'referrerPolicy', + 'Determines whether CloudFront includes the `Referrer-Policy` HTTP response header and the header’s value. See Referrer Policy for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy_GetTypes(), false, @@ -63,8 +63,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() ), new DynamicUIProps( InputType.Object, - "strictTransportSecurity", - "Determines whether CloudFront includes the `Strict-Transport-Security` HTTP response header and the header’s value. See Strict Transport Security for more information.", + 'strictTransportSecurity', + 'Determines whether CloudFront includes the `Strict-Transport-Security` HTTP response header and the header’s value. See Strict Transport Security for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity_GetTypes(), false, @@ -72,8 +72,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() ), new DynamicUIProps( InputType.Object, - "xssProtection", - "Determine whether CloudFront includes the `X-XSS-Protection` HTTP response header and the header’s value. See XSS Protection for more information.", + 'xssProtection', + 'Determine whether CloudFront includes the `X-XSS-Protection` HTTP response header and the header’s value. See XSS Protection for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection_GetTypes(), false, @@ -81,8 +81,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() ), new DynamicUIProps( InputType.Object, - "contentSecurityPolicy", - "The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header. See Content Security Policy for more information.", + 'contentSecurityPolicy', + 'The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header. See Content Security Policy for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy_GetTypes(), false, @@ -90,8 +90,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() ), new DynamicUIProps( InputType.Object, - "contentTypeOptions", - "Determines whether CloudFront includes the `X-Content-Type-Options` HTTP response header with its value set to `nosniff`. See Content Type Options for more information.", + 'contentTypeOptions', + 'Determines whether CloudFront includes the `X-Content-Type-Options` HTTP response header with its value set to `nosniff`. See Content Type Options for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions_GetTypes(), false, @@ -99,8 +99,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfig_GetTypes() ), new DynamicUIProps( InputType.Object, - "frameOptions", - "Determines whether CloudFront includes the `X-Frame-Options` HTTP response header and the header’s value. See Frame Options for more information.", + 'frameOptions', + 'Determines whether CloudFront includes the `X-Frame-Options` HTTP response header and the header’s value. See Frame Options for more information.', () => cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts index 0405d4c9e..a4887b3e4 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy { // The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header. @@ -18,16 +18,16 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentSecu return [ new DynamicUIProps( InputType.String, - "contentSecurityPolicy", - "The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header.", + 'contentSecurityPolicy', + 'The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `Content-Security-Policy` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `Content-Security-Policy` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions.ts index a547e7f33..5c171f620 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions { // Whether CloudFront overrides the `X-Content-Type-Options` HTTP response header received from the origin with the one specified in this response headers policy. @@ -15,8 +15,8 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigContentType return [ new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `X-Content-Type-Options` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `X-Content-Type-Options` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions.ts index 1f7085154..7ee71093d 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOptions { // The value of the `X-Frame-Options` HTTP response header. Valid values: `DENY` | `SAMEORIGIN` @@ -18,16 +18,16 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigFrameOption return [ new DynamicUIProps( InputType.String, - "frameOption", - "The value of the `X-Frame-Options` HTTP response header. Valid values: `DENY` | `SAMEORIGIN`", + 'frameOption', + 'The value of the `X-Frame-Options` HTTP response header. Valid values: `DENY` | `SAMEORIGIN`', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `X-Frame-Options` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `X-Frame-Options` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts index 249f6718d..105b0cb33 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy { // Whether CloudFront overrides the `Referrer-Policy` HTTP response header received from the origin with the one specified in this response headers policy. @@ -18,16 +18,16 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigReferrerPol return [ new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `Referrer-Policy` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `Referrer-Policy` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "referrerPolicy", - "The value of the `Referrer-Policy` HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`", + 'referrerPolicy', + 'The value of the `Referrer-Policy` HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts index 21d0cb959..ca758e2c3 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity { // A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header. @@ -24,32 +24,32 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigStrictTrans return [ new DynamicUIProps( InputType.Bool, - "preload", - "Whether CloudFront includes the `preload` directive in the `Strict-Transport-Security` HTTP response header.", + 'preload', + 'Whether CloudFront includes the `preload` directive in the `Strict-Transport-Security` HTTP response header.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "accessControlMaxAgeSec", - "A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header.", + 'accessControlMaxAgeSec', + 'A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeSubdomains", - "Whether CloudFront includes the `includeSubDomains` directive in the `Strict-Transport-Security` HTTP response header.", + 'includeSubdomains', + 'Whether CloudFront includes the `includeSubDomains` directive in the `Strict-Transport-Security` HTTP response header.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `Strict-Transport-Security` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `Strict-Transport-Security` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection.ts index 9c00cf67e..bedd3ec16 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtection { // A Boolean value that determines the value of the `X-XSS-Protection` HTTP response header. When this setting is `true`, the value of the `X-XSS-Protection` header is `1`. When this setting is `false`, the value of the `X-XSS-Protection` header is `0`. @@ -24,32 +24,32 @@ export function cloudfront_ResponseHeadersPolicySecurityHeadersConfigXssProtecti return [ new DynamicUIProps( InputType.String, - "reportUri", - "A reporting URI, which CloudFront uses as the value of the report directive in the `X-XSS-Protection` header. You cannot specify a `report_uri` when `mode_block` is `true`.", + 'reportUri', + 'A reporting URI, which CloudFront uses as the value of the report directive in the `X-XSS-Protection` header. You cannot specify a `report_uri` when `mode_block` is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "modeBlock", - "Whether CloudFront includes the `mode=block` directive in the `X-XSS-Protection` header.", + 'modeBlock', + 'Whether CloudFront includes the `mode=block` directive in the `X-XSS-Protection` header.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "protection", - "A Boolean value that determines the value of the `X-XSS-Protection` HTTP response header. When this setting is `true`, the value of the `X-XSS-Protection` header is `1`. When this setting is `false`, the value of the `X-XSS-Protection` header is `0`.", + 'protection', + 'A Boolean value that determines the value of the `X-XSS-Protection` HTTP response header. When this setting is `true`, the value of the `X-XSS-Protection` header is `1`. When this setting is `false`, the value of the `X-XSS-Protection` header is `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig.ts index a8d2f75f0..1649bc359 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig { // A Whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy. @@ -18,7 +18,7 @@ export function cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig_GetTyp return [ new DynamicUIProps( InputType.Bool, - "enabled", + 'enabled', "A Whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.", () => [], true, @@ -26,8 +26,8 @@ export function cloudfront_ResponseHeadersPolicyServerTimingHeadersConfig_GetTyp ), new DynamicUIProps( InputType.Number, - "samplingRate", - "A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to. Valid range: Minimum value of 0.0. Maximum value of 100.0.", + 'samplingRate', + 'A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to. Valid range: Minimum value of 0.0. Maximum value of 100.0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigin.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigin.ts index 9ab7b8671..2c65a11d5 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigin.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigin.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigin { // Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information. @@ -39,8 +39,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "headersConfigs", - "Object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.", + 'headersConfigs', + 'Object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig_GetTypes(), true, @@ -48,8 +48,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi ), new DynamicUIProps( InputType.Array, - "queryStringsConfigs", - "Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.", + 'queryStringsConfigs', + 'Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig_GetTypes(), true, @@ -57,8 +57,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi ), new DynamicUIProps( InputType.Array, - "cookiesConfigs", - "Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.", + 'cookiesConfigs', + 'Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig_GetTypes(), true, @@ -66,16 +66,16 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi ), new DynamicUIProps( InputType.Bool, - "enableAcceptEncodingBrotli", - "A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.", + 'enableAcceptEncodingBrotli', + 'A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableAcceptEncodingGzip", - "A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.", + 'enableAcceptEncodingGzip', + 'A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts index d16aa3976..ca04ad451 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig { // Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`. @@ -22,8 +22,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "cookies", - "Object that contains a list of cookie names. See Items for more information.", + 'cookies', + 'Object that contains a list of cookie names. See Items for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie_GetTypes(), true, @@ -31,8 +31,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi ), new DynamicUIProps( InputType.String, - "cookieBehavior", - "Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`.", + 'cookieBehavior', + 'Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie.ts index 0a289322e..18a20e6de 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie { // List of item names (`cookies`, `headers`, or `query_strings`). @@ -15,8 +15,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names (`cookies`, `headers`, or `query_strings`).", + 'items', + 'List of item names (`cookies`, `headers`, or `query_strings`).', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts index 61b08efab..f8f198157 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfig { // Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`. @@ -22,8 +22,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "headers", - "Object that contains a list of header names. See Items for more information.", + 'headers', + 'Object that contains a list of header names. See Items for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader_GetTypes(), true, @@ -31,8 +31,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi ), new DynamicUIProps( InputType.String, - "headerBehavior", - "Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`.", + 'headerBehavior', + 'Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader.ts index 7a200fa75..ff6fccdfe 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigHeader { // List of item names (`cookies`, `headers`, or `query_strings`). @@ -15,8 +15,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names (`cookies`, `headers`, or `query_strings`).", + 'items', + 'List of item names (`cookies`, `headers`, or `query_strings`).', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts index fa5034bbd..d11b4198c 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString, cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString_GetTypes, -} from "./cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString"; +} from './cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfig { // Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`. @@ -22,16 +22,16 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.String, - "queryStringBehavior", - "Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`.", + 'queryStringBehavior', + 'Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are `none`, `whitelist`, `allExcept`, `all`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "queryStrings", - "Object that contains a list of query string names. See Items for more information.", + 'queryStrings', + 'Object that contains a list of query string names. See Items for more information.', () => cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString.ts b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString.ts index 1a9a4074c..27b463c46 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigQueryString { // List of item names (`cookies`, `headers`, or `query_strings`). @@ -15,8 +15,8 @@ export function cloudfront_getCachePolicyParametersInCacheKeyAndForwardedToOrigi return [ new DynamicUIProps( InputType.Array, - "items", - "List of item names (`cookies`, `headers`, or `query_strings`).", + 'items', + 'List of item names (`cookies`, `headers`, or `query_strings`).', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfig.ts index d3d407ed0..6595ec2fd 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getOriginRequestPolicyCookiesConfigCookie, cloudfront_getOriginRequestPolicyCookiesConfigCookie_GetTypes, -} from "./cloudfront_getOriginRequestPolicyCookiesConfigCookie"; +} from './cloudfront_getOriginRequestPolicyCookiesConfigCookie'; export interface cloudfront_getOriginRequestPolicyCookiesConfig { // @@ -22,16 +22,16 @@ export function cloudfront_getOriginRequestPolicyCookiesConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "cookies", - "", + 'cookies', + '', () => cloudfront_getOriginRequestPolicyCookiesConfigCookie_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "cookieBehavior", - "", + 'cookieBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfigCookie.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfigCookie.ts index d7f6043dc..a34ce7cbd 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfigCookie.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyCookiesConfigCookie.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getOriginRequestPolicyCookiesConfigCookie { // @@ -15,8 +15,8 @@ export function cloudfront_getOriginRequestPolicyCookiesConfigCookie_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfig.ts index 2e8665197..4457d86e7 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getOriginRequestPolicyHeadersConfigHeader, cloudfront_getOriginRequestPolicyHeadersConfigHeader_GetTypes, -} from "./cloudfront_getOriginRequestPolicyHeadersConfigHeader"; +} from './cloudfront_getOriginRequestPolicyHeadersConfigHeader'; export interface cloudfront_getOriginRequestPolicyHeadersConfig { // @@ -22,16 +22,16 @@ export function cloudfront_getOriginRequestPolicyHeadersConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "headerBehavior", - "", + 'headerBehavior', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => cloudfront_getOriginRequestPolicyHeadersConfigHeader_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfigHeader.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfigHeader.ts index cd546ae5a..2966201d9 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfigHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyHeadersConfigHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getOriginRequestPolicyHeadersConfigHeader { // @@ -15,8 +15,8 @@ export function cloudfront_getOriginRequestPolicyHeadersConfigHeader_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfig.ts index 2d70d566d..b7940cd62 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString, cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString_GetTypes, -} from "./cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString"; +} from './cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString'; export interface cloudfront_getOriginRequestPolicyQueryStringsConfig { // @@ -22,16 +22,16 @@ export function cloudfront_getOriginRequestPolicyQueryStringsConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "queryStringBehavior", - "", + 'queryStringBehavior', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "queryStrings", - "", + 'queryStrings', + '', () => cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString.ts b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString.ts index 2cf3c8a96..41d24d795 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString { // @@ -15,8 +15,8 @@ export function cloudfront_getOriginRequestPolicyQueryStringsConfigQueryString_G return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpoint.ts b/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpoint.ts index 97e951189..da6b42ff3 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpoint.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig, cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig_GetTypes, -} from "./cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig"; +} from './cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig'; export interface cloudfront_getRealtimeLogConfigEndpoint { // (Required) Amazon Kinesis data stream configuration. @@ -22,8 +22,8 @@ export function cloudfront_getRealtimeLogConfigEndpoint_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "kinesisStreamConfigs", - "(Required) Amazon Kinesis data stream configuration.", + 'kinesisStreamConfigs', + '(Required) Amazon Kinesis data stream configuration.', () => cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig_GetTypes(), true, @@ -31,8 +31,8 @@ export function cloudfront_getRealtimeLogConfigEndpoint_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "streamType", - "(Required) Type of data stream where real-time log data is sent. The only valid value is `Kinesis`.", + 'streamType', + '(Required) Type of data stream where real-time log data is sent. The only valid value is `Kinesis`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig.ts index 7c454e500..1dd27c5b1 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig { // (Required) ARN of the Kinesis data stream. @@ -21,16 +21,16 @@ export function cloudfront_getRealtimeLogConfigEndpointKinesisStreamConfig_GetTy return [ new DynamicUIProps( InputType.String, - "streamArn", - "(Required) ARN of the Kinesis data stream.", + 'streamArn', + '(Required) ARN of the Kinesis data stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "(Required) ARN of an IAM role that CloudFront can use to send real-time log data to the Kinesis data stream.\nSee the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) for more information.", + 'roleArn', + '(Required) ARN of an IAM role that CloudFront can use to send real-time log data to the Kinesis data stream.\nSee the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfig.ts index abb0e6f02..c0301a246 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfig.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader, cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader"; +} from './cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader'; import { cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod, cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod"; +} from './cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod'; import { cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin, cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin"; +} from './cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin'; import { cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader, cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader"; +} from './cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader'; export interface cloudfront_getResponseHeadersPolicyCorsConfig { // @@ -49,24 +49,24 @@ export function cloudfront_getResponseHeadersPolicyCorsConfig_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "originOverride", - "", + 'originOverride', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "accessControlAllowCredentials", - "A Boolean value that CloudFront uses as the value for the Access-Control-Allow-Credentials HTTP response header.", + 'accessControlAllowCredentials', + 'A Boolean value that CloudFront uses as the value for the Access-Control-Allow-Credentials HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "accessControlAllowHeaders", - "Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers HTTP response header.", + 'accessControlAllowHeaders', + 'Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers HTTP response header.', () => cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader_GetTypes(), true, @@ -74,8 +74,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "accessControlAllowMethods", - "Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`", + 'accessControlAllowMethods', + 'Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`', () => cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod_GetTypes(), true, @@ -83,8 +83,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "accessControlAllowOrigins", - "Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header.", + 'accessControlAllowOrigins', + 'Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header.', () => cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin_GetTypes(), true, @@ -92,8 +92,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "accessControlExposeHeaders", - "Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.", + 'accessControlExposeHeaders', + 'Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.', () => cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader_GetTypes(), true, @@ -101,8 +101,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Number, - "accessControlMaxAgeSec", - "A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.", + 'accessControlMaxAgeSec', + 'A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader.ts index 3dfd431da..37ce66946 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowHeader { // @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowH return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod.ts index 1a2967f75..c835e3c6f 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowMethod { // @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowM return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin.ts index 879b934df..6ed2923fa 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowOrigin { // @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfigAccessControlAllowO return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader.ts index a5ab017ff..345924551 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExposeHeader { // @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicyCorsConfigAccessControlExpose return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfig.ts index bd06be2b9..2f0f4e0a8 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem, cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem"; +} from './cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem'; export interface cloudfront_getResponseHeadersPolicyCustomHeadersConfig { // @@ -19,8 +19,8 @@ export function cloudfront_getResponseHeadersPolicyCustomHeadersConfig_GetTypes( return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem.ts index 5c959694e..2e3eef282 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem { // The HTTP header name. @@ -21,24 +21,24 @@ export function cloudfront_getResponseHeadersPolicyCustomHeadersConfigItem_GetTy return [ new DynamicUIProps( InputType.String, - "header", - "The HTTP header name.", + 'header', + 'The HTTP header name.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value for the HTTP response header.", + 'value', + 'Value for the HTTP response header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfig.ts index 6281ef5e6..0ef886313 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem, cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem_GetTypes, -} from "./cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem"; +} from './cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem'; export interface cloudfront_getResponseHeadersPolicyRemoveHeadersConfig { // @@ -19,8 +19,8 @@ export function cloudfront_getResponseHeadersPolicyRemoveHeadersConfig_GetTypes( return [ new DynamicUIProps( InputType.Array, - "items", - "", + 'items', + '', () => cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem.ts index 19e711bca..4b1b74677 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem { // The HTTP header name. @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicyRemoveHeadersConfigItem_GetTy return [ new DynamicUIProps( InputType.String, - "header", - "The HTTP header name.", + 'header', + 'The HTTP header name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfig.ts index f5bf1fb3a..23164bce5 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfig.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption, cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption, cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy, cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity, cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection, cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection'; import { cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy, cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy_GetTypes, -} from "./cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy"; +} from './cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfig { // A setting that determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff. See Content Type Options for more information. @@ -54,8 +54,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType return [ new DynamicUIProps( InputType.Array, - "contentTypeOptions", - "A setting that determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff. See Content Type Options for more information.", + 'contentTypeOptions', + 'A setting that determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff. See Content Type Options for more information.', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption_GetTypes(), true, @@ -63,8 +63,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType ), new DynamicUIProps( InputType.Array, - "frameOptions", - "Setting that determines whether CloudFront includes the X-Frame-Options HTTP response header and the header’s value. See Frame Options for more information.", + 'frameOptions', + 'Setting that determines whether CloudFront includes the X-Frame-Options HTTP response header and the header’s value. See Frame Options for more information.', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption_GetTypes(), true, @@ -72,8 +72,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType ), new DynamicUIProps( InputType.Array, - "referrerPolicies", - "Value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`", + 'referrerPolicies', + 'Value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy_GetTypes(), true, @@ -81,8 +81,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType ), new DynamicUIProps( InputType.Array, - "strictTransportSecurities", - "Settings that determine whether CloudFront includes the Strict-Transport-Security HTTP response header and the header’s value. See Strict Transport Security for more information.", + 'strictTransportSecurities', + 'Settings that determine whether CloudFront includes the Strict-Transport-Security HTTP response header and the header’s value. See Strict Transport Security for more information.', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity_GetTypes(), true, @@ -90,8 +90,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType ), new DynamicUIProps( InputType.Array, - "xssProtections", - "Settings that determine whether CloudFront includes the X-XSS-Protection HTTP response header and the header’s value. See XSS Protection for more information.", + 'xssProtections', + 'Settings that determine whether CloudFront includes the X-XSS-Protection HTTP response header and the header’s value. See XSS Protection for more information.', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection_GetTypes(), true, @@ -99,8 +99,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfig_GetType ), new DynamicUIProps( InputType.Array, - "contentSecurityPolicies", - "The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.", + 'contentSecurityPolicies', + 'The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.', () => cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts index f6820f6d4..a7a65b3ef 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy { // The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header. @@ -18,16 +18,16 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentS return [ new DynamicUIProps( InputType.String, - "contentSecurityPolicy", - "The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.", + 'contentSecurityPolicy', + 'The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption.ts index b282de5d8..f5e7ea6ab 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentTypeOption { // Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy. @@ -15,8 +15,8 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigContentT return [ new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption.ts index 70aa40e41..956b2017b 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOption { // Value of the X-Frame-Options HTTP response header. Valid values: `DENY` | `SAMEORIGIN` @@ -18,16 +18,16 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigFrameOpt return [ new DynamicUIProps( InputType.String, - "frameOption", - "Value of the X-Frame-Options HTTP response header. Valid values: `DENY` | `SAMEORIGIN`", + 'frameOption', + 'Value of the X-Frame-Options HTTP response header. Valid values: `DENY` | `SAMEORIGIN`', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts index b7fcbc677..761e22788 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrerPolicy { // Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy. @@ -18,16 +18,16 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigReferrer return [ new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "referrerPolicy", - "Value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`", + 'referrerPolicy', + 'Value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts index ee6ca113a..edf7ccce6 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity { // A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header. @@ -24,32 +24,32 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigStrictTr return [ new DynamicUIProps( InputType.Number, - "accessControlMaxAgeSec", - "A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.", + 'accessControlMaxAgeSec', + 'A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeSubdomains", - "Whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.", + 'includeSubdomains', + 'Whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "preload", - "Whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.", + 'preload', + 'Whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection.ts index 11ee9ab96..c33a38a2a 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProtection { // Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy. @@ -24,32 +24,32 @@ export function cloudfront_getResponseHeadersPolicySecurityHeadersConfigXssProte return [ new DynamicUIProps( InputType.Bool, - "override", - "Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.", + 'override', + 'Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "protection", - "Boolean value that determines the value of the X-XSS-Protection HTTP response header. When this setting is true, the value of the X-XSS-Protection header is 1. When this setting is false, the value of the X-XSS-Protection header is 0.", + 'protection', + 'Boolean value that determines the value of the X-XSS-Protection HTTP response header. When this setting is true, the value of the X-XSS-Protection header is 1. When this setting is false, the value of the X-XSS-Protection header is 0.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "reportUri", - "Whether CloudFront sets a reporting URI in the X-XSS-Protection header.", + 'reportUri', + 'Whether CloudFront sets a reporting URI in the X-XSS-Protection header.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "modeBlock", - "Whether CloudFront includes the mode=block directive in the X-XSS-Protection header.", + 'modeBlock', + 'Whether CloudFront includes the mode=block directive in the X-XSS-Protection header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig.ts b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig.ts index fe3010665..44ba5de41 100644 --- a/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig { // Whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy. @@ -18,7 +18,7 @@ export function cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig_Get return [ new DynamicUIProps( InputType.Bool, - "enabled", + 'enabled', "Whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.", () => [], true, @@ -26,8 +26,8 @@ export function cloudfront_getResponseHeadersPolicyServerTimingHeadersConfig_Get ), new DynamicUIProps( InputType.Number, - "samplingRate", - "Number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to.", + 'samplingRate', + 'Number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudhsmv2_ClusterClusterCertificate.ts b/src/app/Models/codegen/aws/types/cloudhsmv2_ClusterClusterCertificate.ts index f06813c6b..9b02c988f 100644 --- a/src/app/Models/codegen/aws/types/cloudhsmv2_ClusterClusterCertificate.ts +++ b/src/app/Models/codegen/aws/types/cloudhsmv2_ClusterClusterCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudhsmv2_ClusterClusterCertificate { // The HSM hardware certificate issued (signed) by AWS CloudHSM. @@ -27,23 +27,23 @@ export function cloudhsmv2_ClusterClusterCertificate_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "manufacturerHardwareCertificate", - "The HSM hardware certificate issued (signed) by the hardware manufacturer.", + 'manufacturerHardwareCertificate', + 'The HSM hardware certificate issued (signed) by the hardware manufacturer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsHardwareCertificate", - "The HSM hardware certificate issued (signed) by AWS CloudHSM.", + 'awsHardwareCertificate', + 'The HSM hardware certificate issued (signed) by AWS CloudHSM.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterCertificate", + 'clusterCertificate', "The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.", () => [], false, @@ -51,16 +51,16 @@ export function cloudhsmv2_ClusterClusterCertificate_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.String, - "clusterCsr", - "The certificate signing request (CSR). Available only in `UNINITIALIZED` state after an HSM instance is added to the cluster.", + 'clusterCsr', + 'The certificate signing request (CSR). Available only in `UNINITIALIZED` state after an HSM instance is added to the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hsmCertificate", - "The HSM certificate issued (signed) by the HSM hardware.", + 'hsmCertificate', + 'The HSM certificate issued (signed) by the HSM hardware.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudhsmv2_getClusterClusterCertificate.ts b/src/app/Models/codegen/aws/types/cloudhsmv2_getClusterClusterCertificate.ts index edc2e8d73..d955caa59 100644 --- a/src/app/Models/codegen/aws/types/cloudhsmv2_getClusterClusterCertificate.ts +++ b/src/app/Models/codegen/aws/types/cloudhsmv2_getClusterClusterCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudhsmv2_getClusterClusterCertificate { /* @@ -30,31 +30,31 @@ export function cloudhsmv2_getClusterClusterCertificate_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "hsmCertificate", - "The HSM certificate issued (signed) by the HSM hardware.", + 'hsmCertificate', + 'The HSM certificate issued (signed) by the HSM hardware.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "manufacturerHardwareCertificate", - "The HSM hardware certificate issued (signed) by the hardware manufacturer.\nThe number of available cluster certificates may vary depending on state of the cluster.", + 'manufacturerHardwareCertificate', + 'The HSM hardware certificate issued (signed) by the hardware manufacturer.\nThe number of available cluster certificates may vary depending on state of the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsHardwareCertificate", - "The HSM hardware certificate issued (signed) by AWS CloudHSM.", + 'awsHardwareCertificate', + 'The HSM hardware certificate issued (signed) by AWS CloudHSM.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clusterCertificate", + 'clusterCertificate', "The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.", () => [], true, @@ -62,8 +62,8 @@ export function cloudhsmv2_getClusterClusterCertificate_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "clusterCsr", - "The certificate signing request (CSR). Available only in UNINITIALIZED state.", + 'clusterCsr', + 'The certificate signing request (CSR). Available only in UNINITIALIZED state.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudsearch_DomainEndpointOptions.ts b/src/app/Models/codegen/aws/types/cloudsearch_DomainEndpointOptions.ts index a6cde30fa..1e58f44f3 100644 --- a/src/app/Models/codegen/aws/types/cloudsearch_DomainEndpointOptions.ts +++ b/src/app/Models/codegen/aws/types/cloudsearch_DomainEndpointOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudsearch_DomainEndpointOptions { // Enables or disables the requirement that all requests to the domain arrive over HTTPS. @@ -18,16 +18,16 @@ export function cloudsearch_DomainEndpointOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enforceHttps", - "Enables or disables the requirement that all requests to the domain arrive over HTTPS.", + 'enforceHttps', + 'Enables or disables the requirement that all requests to the domain arrive over HTTPS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tlsSecurityPolicy", - "The minimum required TLS version. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DomainEndpointOptions.html) for valid values.", + 'tlsSecurityPolicy', + 'The minimum required TLS version. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DomainEndpointOptions.html) for valid values.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudsearch_DomainIndexField.ts b/src/app/Models/codegen/aws/types/cloudsearch_DomainIndexField.ts index 19d967820..392292df1 100644 --- a/src/app/Models/codegen/aws/types/cloudsearch_DomainIndexField.ts +++ b/src/app/Models/codegen/aws/types/cloudsearch_DomainIndexField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudsearch_DomainIndexField { // The analysis scheme you want to use for a `text` field. The analysis scheme specifies the language-specific text processing options that are used during indexing. @@ -42,80 +42,80 @@ export function cloudsearch_DomainIndexField_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "A unique name for the field. Field names must begin with a letter and be at least 1 and no more than 64 characters long. The allowed characters are: `a`-`z` (lower-case letters), `0`-`9`, and `_` (underscore). The name `score` is reserved and cannot be used as a field name.", + 'name', + 'A unique name for the field. Field names must begin with a letter and be at least 1 and no more than 64 characters long. The allowed characters are: `a`-`z` (lower-case letters), `0`-`9`, and `_` (underscore). The name `score` is reserved and cannot be used as a field name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceFields", - "A comma-separated list of source fields to map to the field. Specifying a source field copies data from one field to another, enabling you to use the same source data in different ways by configuring different options for the fields.", + 'sourceFields', + 'A comma-separated list of source fields to map to the field. Specifying a source field copies data from one field to another, enabling you to use the same source data in different ways by configuring different options for the fields.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "analysisScheme", - "The analysis scheme you want to use for a `text` field. The analysis scheme specifies the language-specific text processing options that are used during indexing.", + 'analysisScheme', + 'The analysis scheme you want to use for a `text` field. The analysis scheme specifies the language-specific text processing options that are used during indexing.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "facet", - "You can get facet information by enabling this.", + 'facet', + 'You can get facet information by enabling this.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "highlight", - "You can highlight information.", + 'highlight', + 'You can highlight information.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "sort", - "You can enable the property to be sortable.", + 'sort', + 'You can enable the property to be sortable.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The field type. Valid values: `date`, `date-array`, `double`, `double-array`, `int`, `int-array`, `literal`, `literal-array`, `text`, `text-array`.", + 'type', + 'The field type. Valid values: `date`, `date-array`, `double`, `double-array`, `int`, `int-array`, `literal`, `literal-array`, `text`, `text-array`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "return", - "You can enable returning the value of all searchable fields.", + 'return', + 'You can enable returning the value of all searchable fields.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "search", - "You can set whether this index should be searchable or not.", + 'search', + 'You can set whether this index should be searchable or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultValue", - "The default value for the field. This value is used when no value is specified for the field in the document data.", + 'defaultValue', + 'The default value for the field. This value is used when no value is specified for the field in the document data.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudsearch_DomainScalingParameters.ts b/src/app/Models/codegen/aws/types/cloudsearch_DomainScalingParameters.ts index 41f074fed..0b00e9e24 100644 --- a/src/app/Models/codegen/aws/types/cloudsearch_DomainScalingParameters.ts +++ b/src/app/Models/codegen/aws/types/cloudsearch_DomainScalingParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudsearch_DomainScalingParameters { // The instance type that you want to preconfigure for your domain. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ScalingParameters.html) for valid values. @@ -21,24 +21,24 @@ export function cloudsearch_DomainScalingParameters_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "desiredInstanceType", - "The instance type that you want to preconfigure for your domain. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ScalingParameters.html) for valid values.", + 'desiredInstanceType', + 'The instance type that you want to preconfigure for your domain. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ScalingParameters.html) for valid values.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "desiredPartitionCount", - "The number of partitions you want to preconfigure for your domain. Only valid when you select `search.2xlarge` as the instance type.", + 'desiredPartitionCount', + 'The number of partitions you want to preconfigure for your domain. Only valid when you select `search.2xlarge` as the instance type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "desiredReplicationCount", - "The number of replicas you want to preconfigure for each index partition.", + 'desiredReplicationCount', + 'The number of replicas you want to preconfigure for each index partition.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelector.ts index 736805fd0..e9fd8ab50 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector, cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector_GetTypes, -} from "./cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector"; +} from './cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector'; export interface cloudtrail_EventDataStoreAdvancedEventSelector { // Specifies the name of the advanced event selector. @@ -22,16 +22,16 @@ export function cloudtrail_EventDataStoreAdvancedEventSelector_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the advanced event selector.", + 'name', + 'Specifies the name of the advanced event selector.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "fieldSelectors", - "Specifies the selector statements in an advanced event selector. Fields documented below.", + 'fieldSelectors', + 'Specifies the selector statements in an advanced event selector. Fields documented below.', () => cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector.ts index 131159787..365367dcd 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector { // A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`. @@ -33,56 +33,56 @@ export function cloudtrail_EventDataStoreAdvancedEventSelectorFieldSelector_GetT return [ new DynamicUIProps( InputType.String, - "field", - "Specifies a field in an event record on which to filter events to be logged. You can specify only the following values: `readOnly`, `eventSource`, `eventName`, `eventCategory`, `resources.type`, `resources.ARN`.", + 'field', + 'Specifies a field in an event record on which to filter events to be logged. You can specify only the following values: `readOnly`, `eventSource`, `eventName`, `eventCategory`, `resources.type`, `resources.ARN`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notEndsWiths", - "A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.", + 'notEndsWiths', + 'A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notEquals", - "A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.", + 'notEquals', + 'A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notStartsWiths", - "A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.", + 'notStartsWiths', + 'A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "startsWiths", - "A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.", + 'startsWiths', + 'A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "endsWiths", - "A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.", + 'endsWiths', + 'A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "equals", - "A list of values that includes events that match the exact value of the event record field specified as the value of `field`. This is the only valid operator that you can use with the `readOnly`, `eventCategory`, and `resources.type` fields.", + 'equals', + 'A list of values that includes events that match the exact value of the event record field specified as the value of `field`. This is the only valid operator that you can use with the `readOnly`, `eventCategory`, and `resources.type` fields.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelector.ts index 77e35bb58..09bd60ad7 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtrail_TrailAdvancedEventSelectorFieldSelector, cloudtrail_TrailAdvancedEventSelectorFieldSelector_GetTypes, -} from "./cloudtrail_TrailAdvancedEventSelectorFieldSelector"; +} from './cloudtrail_TrailAdvancedEventSelectorFieldSelector'; export interface cloudtrail_TrailAdvancedEventSelector { // Specifies the selector statements in an advanced event selector. Fields documented below. @@ -22,16 +22,16 @@ export function cloudtrail_TrailAdvancedEventSelector_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "fieldSelectors", - "Specifies the selector statements in an advanced event selector. Fields documented below.", + 'fieldSelectors', + 'Specifies the selector statements in an advanced event selector. Fields documented below.', () => cloudtrail_TrailAdvancedEventSelectorFieldSelector_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the trail.", + 'name', + 'Name of the trail.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelectorFieldSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelectorFieldSelector.ts index 04f7e36f0..4331cfdfe 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelectorFieldSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_TrailAdvancedEventSelectorFieldSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudtrail_TrailAdvancedEventSelectorFieldSelector { // A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`. @@ -33,56 +33,56 @@ export function cloudtrail_TrailAdvancedEventSelectorFieldSelector_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "notEndsWiths", - "A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.", + 'notEndsWiths', + 'A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notEquals", - "A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.", + 'notEquals', + 'A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notStartsWiths", - "A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.", + 'notStartsWiths', + 'A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "startsWiths", - "A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.", + 'startsWiths', + 'A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "endsWiths", - "A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.", + 'endsWiths', + 'A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "equals", - "A list of values that includes events that match the exact value of the event record field specified as the value of `field`. This is the only valid operator that you can use with the `readOnly`, `eventCategory`, and `resources.type` fields.", + 'equals', + 'A list of values that includes events that match the exact value of the event record field specified as the value of `field`. This is the only valid operator that you can use with the `readOnly`, `eventCategory`, and `resources.type` fields.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "field", - "Field in an event record on which to filter events to be logged. You can specify only the following values: `readOnly`, `eventSource`, `eventName`, `eventCategory`, `resources.type`, `resources.ARN`.", + 'field', + 'Field in an event record on which to filter events to be logged. You can specify only the following values: `readOnly`, `eventSource`, `eventName`, `eventCategory`, `resources.type`, `resources.ARN`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelector.ts index 39a3de6c1..e33cb89d3 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtrail_TrailEventSelectorDataResource, cloudtrail_TrailEventSelectorDataResource_GetTypes, -} from "./cloudtrail_TrailEventSelectorDataResource"; +} from './cloudtrail_TrailEventSelectorDataResource'; export interface cloudtrail_TrailEventSelector { // Whether to include management events for your trail. Defaults to `true`. @@ -28,32 +28,32 @@ export function cloudtrail_TrailEventSelector_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "includeManagementEvents", - "Whether to include management events for your trail. Defaults to `true`.", + 'includeManagementEvents', + 'Whether to include management events for your trail. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "readWriteType", - "Type of events to log. Valid values are `ReadOnly`, `WriteOnly`, `All`. Default value is `All`.", + 'readWriteType', + 'Type of events to log. Valid values are `ReadOnly`, `WriteOnly`, `All`. Default value is `All`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dataResources", - "Configuration block for data events. See details below.", + 'dataResources', + 'Configuration block for data events. See details below.', () => cloudtrail_TrailEventSelectorDataResource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "excludeManagementEventSources", - "A set of event sources to exclude. Valid values include: `kms.amazonaws.com` and `rdsdata.amazonaws.com`. `include_management_events` must be set to`true` to allow this.", + 'excludeManagementEventSources', + 'A set of event sources to exclude. Valid values include: `kms.amazonaws.com` and `rdsdata.amazonaws.com`. `include_management_events` must be set to`true` to allow this.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelectorDataResource.ts b/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelectorDataResource.ts index 1d16f4999..d2777fc12 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelectorDataResource.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_TrailEventSelectorDataResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudtrail_TrailEventSelectorDataResource { // Resource type in which you want to log data events. You can specify only the following value: "AWS::S3::Object", "AWS::Lambda::Function" and "AWS::DynamoDB::Table". @@ -18,7 +18,7 @@ export function cloudtrail_TrailEventSelectorDataResource_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "type", + 'type', 'Resource type in which you want to log data events. You can specify only the following value: "AWS::S3::Object", "AWS::Lambda::Function" and "AWS::DynamoDB::Table".', () => [], true, @@ -26,8 +26,8 @@ export function cloudtrail_TrailEventSelectorDataResource_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "values", - "List of ARN strings or partial ARN strings to specify selectors for data audit events over data resources. ARN list is specific to single-valued `type`. For example, `arn:aws:s3:::/` for all objects in a bucket, `arn:aws:s3:::/key` for specific objects, `arn:aws:lambda` for all lambda events within an account, `arn:aws:lambda:::function:` for a specific Lambda function, `arn:aws:dynamodb` for all DDB events for all tables within an account, or `arn:aws:dynamodb:::table/` for a specific DynamoDB table.", + 'values', + 'List of ARN strings or partial ARN strings to specify selectors for data audit events over data resources. ARN list is specific to single-valued `type`. For example, `arn:aws:s3:::/` for all objects in a bucket, `arn:aws:s3:::/key` for specific objects, `arn:aws:lambda` for all lambda events within an account, `arn:aws:lambda:::function:` for a specific Lambda function, `arn:aws:dynamodb` for all DDB events for all tables within an account, or `arn:aws:dynamodb:::table/
` for a specific DynamoDB table.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudtrail_TrailInsightSelector.ts b/src/app/Models/codegen/aws/types/cloudtrail_TrailInsightSelector.ts index 6945e81fc..20f360cc4 100644 --- a/src/app/Models/codegen/aws/types/cloudtrail_TrailInsightSelector.ts +++ b/src/app/Models/codegen/aws/types/cloudtrail_TrailInsightSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudtrail_TrailInsightSelector { // Type of insights to log on a trail. Valid values are: `ApiCallRateInsight` and `ApiErrorRateInsight`. @@ -15,8 +15,8 @@ export function cloudtrail_TrailInsightSelector_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "insightType", - "Type of insights to log on a trail. Valid values are: `ApiCallRateInsight` and `ApiErrorRateInsight`.", + 'insightType', + 'Type of insights to log on a trail. Valid values are: `ApiCallRateInsight` and `ApiErrorRateInsight`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_CompositeAlarmActionsSuppressor.ts b/src/app/Models/codegen/aws/types/cloudwatch_CompositeAlarmActionsSuppressor.ts index 525ad9cc7..d4cf9b7c7 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_CompositeAlarmActionsSuppressor.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_CompositeAlarmActionsSuppressor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_CompositeAlarmActionsSuppressor { // Can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm. @@ -21,24 +21,24 @@ export function cloudwatch_CompositeAlarmActionsSuppressor_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "waitPeriod", - "The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the `ALARM` state. After this time, the composite alarm performs its actions.", + 'waitPeriod', + 'The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the `ALARM` state. After this time, the composite alarm performs its actions.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "alarm", - "Can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.", + 'alarm', + 'Can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "extensionPeriod", - "The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the `ALARM` state. After this time, the composite alarm performs its actions.", + 'extensionPeriod', + 'The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the `ALARM` state. After this time, the composite alarm performs its actions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParameters.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParameters.ts index 03583d1ed..d88d96600 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParameters.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventConnectionAuthParametersApiKey, cloudwatch_EventConnectionAuthParametersApiKey_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersApiKey"; +} from './cloudwatch_EventConnectionAuthParametersApiKey'; import { cloudwatch_EventConnectionAuthParametersBasic, cloudwatch_EventConnectionAuthParametersBasic_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersBasic"; +} from './cloudwatch_EventConnectionAuthParametersBasic'; import { cloudwatch_EventConnectionAuthParametersInvocationHttpParameters, cloudwatch_EventConnectionAuthParametersInvocationHttpParameters_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersInvocationHttpParameters"; +} from './cloudwatch_EventConnectionAuthParametersInvocationHttpParameters'; import { cloudwatch_EventConnectionAuthParametersOauth, cloudwatch_EventConnectionAuthParametersOauth_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauth"; +} from './cloudwatch_EventConnectionAuthParametersOauth'; export interface cloudwatch_EventConnectionAuthParameters { // Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with `basic` and `oauth`. Documented below. @@ -40,24 +40,24 @@ export function cloudwatch_EventConnectionAuthParameters_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "apiKey", - "Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with `basic` and `oauth`. Documented below.", + 'apiKey', + 'Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with `basic` and `oauth`. Documented below.', () => cloudwatch_EventConnectionAuthParametersApiKey_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "basic", - "Parameters used for BASIC authorization. A maximum of 1 are allowed. Conflicts with `api_key` and `oauth`. Documented below.", + 'basic', + 'Parameters used for BASIC authorization. A maximum of 1 are allowed. Conflicts with `api_key` and `oauth`. Documented below.', () => cloudwatch_EventConnectionAuthParametersBasic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "invocationHttpParameters", - "Invocation Http Parameters are additional credentials used to sign each Invocation of the ApiDestination created from this Connection. If the ApiDestination Rule Target has additional HttpParameters, the values will be merged together, with the Connection Invocation Http Parameters taking precedence. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.", + 'invocationHttpParameters', + 'Invocation Http Parameters are additional credentials used to sign each Invocation of the ApiDestination created from this Connection. If the ApiDestination Rule Target has additional HttpParameters, the values will be merged together, with the Connection Invocation Http Parameters taking precedence. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.', () => cloudwatch_EventConnectionAuthParametersInvocationHttpParameters_GetTypes(), false, @@ -65,8 +65,8 @@ export function cloudwatch_EventConnectionAuthParameters_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Object, - "oauth", - "Parameters used for OAUTH_CLIENT_CREDENTIALS authorization. A maximum of 1 are allowed. Conflicts with `basic` and `api_key`. Documented below.", + 'oauth', + 'Parameters used for OAUTH_CLIENT_CREDENTIALS authorization. A maximum of 1 are allowed. Conflicts with `basic` and `api_key`. Documented below.', () => cloudwatch_EventConnectionAuthParametersOauth_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersApiKey.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersApiKey.ts index ead6ccd6e..c404b04a3 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersApiKey.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersApiKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersApiKey { // Header Name. @@ -18,16 +18,16 @@ export function cloudwatch_EventConnectionAuthParametersApiKey_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "key", - "Header Name.", + 'key', + 'Header Name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Header Value. Created and stored in AWS Secrets Manager.", + 'value', + 'Header Value. Created and stored in AWS Secrets Manager.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersBasic.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersBasic.ts index e74db9dcb..27c595eae 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersBasic.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersBasic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersBasic { // A password for the authorization. Created and stored in AWS Secrets Manager. @@ -18,16 +18,16 @@ export function cloudwatch_EventConnectionAuthParametersBasic_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "password", - "A password for the authorization. Created and stored in AWS Secrets Manager.", + 'password', + 'A password for the authorization. Created and stored in AWS Secrets Manager.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "A username for the authorization.", + 'username', + 'A username for the authorization.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParameters.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParameters.ts index 3a4b8ac59..82aed6311 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParameters.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParameters.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString, cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString"; +} from './cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString'; import { cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody, cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody"; +} from './cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody'; import { cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader, cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader"; +} from './cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader'; export interface cloudwatch_EventConnectionAuthParametersInvocationHttpParameters { // Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following: @@ -33,8 +33,8 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters return [ new DynamicUIProps( InputType.Array, - "bodies", - "Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'bodies', + 'Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody_GetTypes(), false, @@ -42,8 +42,8 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters ), new DynamicUIProps( InputType.Array, - "headers", - "Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'headers', + 'Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader_GetTypes(), false, @@ -51,8 +51,8 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters ), new DynamicUIProps( InputType.Array, - "queryStrings", - "Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'queryStrings', + 'Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody.ts index 1663348cf..99a621c79 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersInvocationHttpParametersBody { // The key for the parameter. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters return [ new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader.ts index 32691ab91..88c79d8bd 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersInvocationHttpParametersHeader { // Specified whether the value is secret. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters return [ new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString.ts index d6feb63dd..1bf6eff20 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersInvocationHttpParametersQueryString { // Specified whether the value is secret. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersInvocationHttpParameters return [ new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauth.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauth.ts index 515cd6c7c..fa0b2dd35 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauth.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauth.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventConnectionAuthParametersOauthClientParameters, cloudwatch_EventConnectionAuthParametersOauthClientParameters_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauthClientParameters"; +} from './cloudwatch_EventConnectionAuthParametersOauthClientParameters'; import { cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters, cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters"; +} from './cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters'; export interface cloudwatch_EventConnectionAuthParametersOauth { // The URL to the authorization endpoint. @@ -32,16 +32,16 @@ export function cloudwatch_EventConnectionAuthParametersOauth_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "The URL to the authorization endpoint.", + 'authorizationEndpoint', + 'The URL to the authorization endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "clientParameters", - "Contains the client parameters for OAuth authorization. Contains the following two parameters.", + 'clientParameters', + 'Contains the client parameters for OAuth authorization. Contains the following two parameters.', () => cloudwatch_EventConnectionAuthParametersOauthClientParameters_GetTypes(), false, @@ -49,16 +49,16 @@ export function cloudwatch_EventConnectionAuthParametersOauth_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "httpMethod", - "A password for the authorization. Created and stored in AWS Secrets Manager.", + 'httpMethod', + 'A password for the authorization. Created and stored in AWS Secrets Manager.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "oauthHttpParameters", - "OAuth Http Parameters are additional credentials used to sign the request to the authorization endpoint to exchange the OAuth Client information for an access token. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.", + 'oauthHttpParameters', + 'OAuth Http Parameters are additional credentials used to sign the request to the authorization endpoint to exchange the OAuth Client information for an access token. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.', () => cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthClientParameters.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthClientParameters.ts index 4d694d1fc..28a5a218b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthClientParameters.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthClientParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersOauthClientParameters { // The client ID for the credentials to use for authorization. Created and stored in AWS Secrets Manager. @@ -18,16 +18,16 @@ export function cloudwatch_EventConnectionAuthParametersOauthClientParameters_Ge return [ new DynamicUIProps( InputType.String, - "clientSecret", - "The client secret for the credentials to use for authorization. Created and stored in AWS Secrets Manager.", + 'clientSecret', + 'The client secret for the credentials to use for authorization. Created and stored in AWS Secrets Manager.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientId", - "The client ID for the credentials to use for authorization. Created and stored in AWS Secrets Manager.", + 'clientId', + 'The client ID for the credentials to use for authorization. Created and stored in AWS Secrets Manager.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters.ts index d59d19741..b8815b733 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody, cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody"; +} from './cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody'; import { cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader, cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader"; +} from './cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader'; import { cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString, cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString_GetTypes, -} from "./cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString"; +} from './cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString'; export interface cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters { // Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following: @@ -33,8 +33,8 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters return [ new DynamicUIProps( InputType.Array, - "bodies", - "Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'bodies', + 'Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody_GetTypes(), false, @@ -42,8 +42,8 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters ), new DynamicUIProps( InputType.Array, - "headers", - "Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'headers', + 'Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader_GetTypes(), false, @@ -51,8 +51,8 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters ), new DynamicUIProps( InputType.Array, - "queryStrings", - "Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:", + 'queryStrings', + 'Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:', () => cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody.ts index 2f0071caa..4113ef438 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersBody { // Specified whether the value is secret. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters return [ new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader.ts index 5af00bd74..02d77ab1b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersHeader { // Specified whether the value is secret. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters return [ new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString.ts index d68a9cb60..428062eb8 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventConnectionAuthParametersOauthOauthHttpParametersQueryString { // Specified whether the value is secret. @@ -21,24 +21,24 @@ export function cloudwatch_EventConnectionAuthParametersOauthOauthHttpParameters return [ new DynamicUIProps( InputType.Bool, - "isValueSecret", - "Specified whether the value is secret.", + 'isValueSecret', + 'Specified whether the value is secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key for the parameter.", + 'key', + 'The key for the parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value associated with the key. Created and stored in AWS Secrets Manager if is secret.", + 'value', + 'The value associated with the key. Created and stored in AWS Secrets Manager if is secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointEventBus.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointEventBus.ts index df4baeacd..e0d81cfa2 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointEventBus.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointEventBus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventEndpointEventBus { // The ARN of the event bus the endpoint is associated with. @@ -15,8 +15,8 @@ export function cloudwatch_EventEndpointEventBus_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "eventBusArn", - "The ARN of the event bus the endpoint is associated with.", + 'eventBusArn', + 'The ARN of the event bus the endpoint is associated with.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointReplicationConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointReplicationConfig.ts index d5749c1ba..0b0e0f9df 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointReplicationConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointReplicationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventEndpointReplicationConfig { // The state of event replication. Valid values: `ENABLED`, `DISABLED`. The default state is `ENABLED`, which means you must supply a `role_arn`. If you don't have a `role_arn` or you don't want event replication enabled, set `state` to `DISABLED`. @@ -15,7 +15,7 @@ export function cloudwatch_EventEndpointReplicationConfig_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "state", + 'state', "The state of event replication. Valid values: `ENABLED`, `DISABLED`. The default state is `ENABLED`, which means you must supply a `role_arn`. If you don't have a `role_arn` or you don't want event replication enabled, set `state` to `DISABLED`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfig.ts index 0e2291849..55c354ca9 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventEndpointRoutingConfigFailoverConfig, cloudwatch_EventEndpointRoutingConfigFailoverConfig_GetTypes, -} from "./cloudwatch_EventEndpointRoutingConfigFailoverConfig"; +} from './cloudwatch_EventEndpointRoutingConfigFailoverConfig'; export interface cloudwatch_EventEndpointRoutingConfig { // Parameters used for failover. This includes what triggers failover and what happens when it's triggered. Documented below. @@ -19,7 +19,7 @@ export function cloudwatch_EventEndpointRoutingConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "failoverConfig", + 'failoverConfig', "Parameters used for failover. This includes what triggers failover and what happens when it's triggered. Documented below.", () => cloudwatch_EventEndpointRoutingConfigFailoverConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfig.ts index 962c4f0a7..d5c28d341 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary, cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary_GetTypes, -} from "./cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary"; +} from './cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary'; import { cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary, cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary_GetTypes, -} from "./cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary"; +} from './cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary'; export interface cloudwatch_EventEndpointRoutingConfigFailoverConfig { // Parameters used for the primary Region. Documented below. @@ -26,8 +26,8 @@ export function cloudwatch_EventEndpointRoutingConfigFailoverConfig_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "primary", - "Parameters used for the primary Region. Documented below.", + 'primary', + 'Parameters used for the primary Region. Documented below.', () => cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary_GetTypes(), true, @@ -35,8 +35,8 @@ export function cloudwatch_EventEndpointRoutingConfigFailoverConfig_GetTypes(): ), new DynamicUIProps( InputType.Object, - "secondary", - "Parameters used for the secondary Region, the Region that events are routed to when failover is triggered or event replication is enabled. Documented below.", + 'secondary', + 'Parameters used for the secondary Region, the Region that events are routed to when failover is triggered or event replication is enabled. Documented below.', () => cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary.ts index a5f9a96fc..f73a9cd46 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary { // The ARN of the health check used by the endpoint to determine whether failover is triggered. @@ -15,8 +15,8 @@ export function cloudwatch_EventEndpointRoutingConfigFailoverConfigPrimary_GetTy return [ new DynamicUIProps( InputType.String, - "healthCheck", - "The ARN of the health check used by the endpoint to determine whether failover is triggered.", + 'healthCheck', + 'The ARN of the health check used by the endpoint to determine whether failover is triggered.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary.ts index c1f94a7cf..a3dda6aa6 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary { // The name of the secondary Region. @@ -15,8 +15,8 @@ export function cloudwatch_EventEndpointRoutingConfigFailoverConfigSecondary_Get return [ new DynamicUIProps( InputType.String, - "route", - "The name of the secondary Region.", + 'route', + 'The name of the secondary Region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventPermissionCondition.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventPermissionCondition.ts index f25b82e67..4a4b95814 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventPermissionCondition.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventPermissionCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventPermissionCondition { // Key for the condition. Valid values: `aws:PrincipalOrgID`. @@ -21,24 +21,24 @@ export function cloudwatch_EventPermissionCondition_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "type", - "Type of condition. Value values: `StringEquals`.", + 'type', + 'Type of condition. Value values: `StringEquals`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value for the key.", + 'value', + 'Value for the key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the condition. Valid values: `aws:PrincipalOrgID`.", + 'key', + 'Key for the condition. Valid values: `aws:PrincipalOrgID`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetBatchTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetBatchTarget.ts index 786ec8699..e4846ffff 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetBatchTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetBatchTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetBatchTarget { // The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000. @@ -24,32 +24,32 @@ export function cloudwatch_EventTargetBatchTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "jobAttempts", - "The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.", + 'jobAttempts', + 'The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jobDefinition", - "The ARN or name of the job definition to use if the event target is an AWS Batch job. This job definition must already exist.", + 'jobDefinition', + 'The ARN or name of the job definition to use if the event target is an AWS Batch job. This job definition must already exist.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "jobName", - "The name to use for this execution of the job, if the target is an AWS Batch job.", + 'jobName', + 'The name to use for this execution of the job, if the target is an AWS Batch job.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "arraySize", - "The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.", + 'arraySize', + 'The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetDeadLetterConfig.ts index 9c39589f0..417ba65dc 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetDeadLetterConfig { // ARN of the SQS queue specified as the target for the dead-letter queue. @@ -15,8 +15,8 @@ export function cloudwatch_EventTargetDeadLetterConfig_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the SQS queue specified as the target for the dead-letter queue.", + 'arn', + 'ARN of the SQS queue specified as the target for the dead-letter queue.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTarget.ts index 06d6b5054..aab28315d 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTarget.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventTargetEcsTargetNetworkConfiguration, cloudwatch_EventTargetEcsTargetNetworkConfiguration_GetTypes, -} from "./cloudwatch_EventTargetEcsTargetNetworkConfiguration"; +} from './cloudwatch_EventTargetEcsTargetNetworkConfiguration'; import { cloudwatch_EventTargetEcsTargetPlacementConstraint, cloudwatch_EventTargetEcsTargetPlacementConstraint_GetTypes, -} from "./cloudwatch_EventTargetEcsTargetPlacementConstraint"; +} from './cloudwatch_EventTargetEcsTargetPlacementConstraint'; import { cloudwatch_EventTargetEcsTargetCapacityProviderStrategy, cloudwatch_EventTargetEcsTargetCapacityProviderStrategy_GetTypes, -} from "./cloudwatch_EventTargetEcsTargetCapacityProviderStrategy"; +} from './cloudwatch_EventTargetEcsTargetCapacityProviderStrategy'; import { cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy, cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy_GetTypes, -} from "./cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy"; +} from './cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy'; export interface cloudwatch_EventTargetEcsTarget { // A map of tags to assign to ecs resources. @@ -67,104 +67,104 @@ export function cloudwatch_EventTargetEcsTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to ecs resources.", + 'tags', + 'A map of tags to assign to ecs resources.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "placementConstraints", - "An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime). See Below.", + 'placementConstraints', + 'An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime). See Below.', () => cloudwatch_EventTargetEcsTargetPlacementConstraint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "propagateTags", - "Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. The only valid value is: `TASK_DEFINITION`.", + 'propagateTags', + 'Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. The only valid value is: `TASK_DEFINITION`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "capacityProviderStrategies", - "The capacity provider strategy to use for the task. If a `capacity_provider_strategy` specified, the `launch_type` parameter must be omitted. If no `capacity_provider_strategy` or `launch_type` is specified, the default capacity provider strategy for the cluster is used. Can be one or more. See below.", + 'capacityProviderStrategies', + 'The capacity provider strategy to use for the task. If a `capacity_provider_strategy` specified, the `launch_type` parameter must be omitted. If no `capacity_provider_strategy` or `launch_type` is specified, the default capacity provider strategy for the cluster is used. Can be one or more. See below.', () => cloudwatch_EventTargetEcsTargetCapacityProviderStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableEcsManagedTags", - "Specifies whether to enable Amazon ECS managed tags for the task.", + 'enableEcsManagedTags', + 'Specifies whether to enable Amazon ECS managed tags for the task.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "orderedPlacementStrategies", - "An array of placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.", + 'orderedPlacementStrategies', + 'An array of placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.', () => cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "platformVersion", - "Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`. This is used only if LaunchType is FARGATE. For more information about valid platform versions, see [AWS Fargate Platform Versions](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).", + 'platformVersion', + 'Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`. This is used only if LaunchType is FARGATE. For more information about valid platform versions, see [AWS Fargate Platform Versions](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableExecuteCommand", - "Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.", + 'enableExecuteCommand', + 'Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "group", - "Specifies an ECS task group for the task. The maximum length is 255 characters.", + 'group', + 'Specifies an ECS task group for the task. The maximum length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchType", - "Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. Valid values include: `EC2`, `EXTERNAL`, or `FARGATE`.", + 'launchType', + 'Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. Valid values include: `EC2`, `EXTERNAL`, or `FARGATE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Use this if the ECS task uses the awsvpc network mode. This specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. Required if `launch_type` is `FARGATE` because the awsvpc mode is required for Fargate tasks.", + 'networkConfiguration', + 'Use this if the ECS task uses the awsvpc network mode. This specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. Required if `launch_type` is `FARGATE` because the awsvpc mode is required for Fargate tasks.', () => cloudwatch_EventTargetEcsTargetNetworkConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "taskCount", - "The number of tasks to create based on the TaskDefinition. Defaults to `1`.", + 'taskCount', + 'The number of tasks to create based on the TaskDefinition. Defaults to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskDefinitionArn", - "The ARN of the task definition to use if the event target is an Amazon ECS cluster.", + 'taskDefinitionArn', + 'The ARN of the task definition to use if the event target is an Amazon ECS cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetCapacityProviderStrategy.ts index 9cbb65efd..b762c68e7 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetEcsTargetCapacityProviderStrategy { // The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`. @@ -21,24 +21,24 @@ export function cloudwatch_EventTargetEcsTargetCapacityProviderStrategy_GetTypes return [ new DynamicUIProps( InputType.Number, - "base", - "The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.", + 'base', + 'The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "Short name of the capacity provider.", + 'capacityProvider', + 'Short name of the capacity provider.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.", + 'weight', + 'The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetNetworkConfiguration.ts index 0582c9fbc..277216ab3 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetEcsTargetNetworkConfiguration { /* @@ -25,24 +25,24 @@ export function cloudwatch_EventTargetEcsTargetNetworkConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "subnets", - "The subnets associated with the task or service.", + 'subnets', + 'The subnets associated with the task or service.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "assignPublicIp", - "Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Defaults to `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html)", + 'assignPublicIp', + 'Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Defaults to `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.", + 'securityGroups', + 'The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy.ts index 6bb2b9e73..0b57ac1e4 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy { // The field to apply the placement strategy against. For the `spread` placement strategy, valid values are `instanceId` (or `host`, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as `attribute:ecs.availability-zone`. For the `binpack` placement strategy, valid values are `cpu` and `memory`. For the `random` placement strategy, this field is not used. For more information, see [Amazon ECS task placement strategies](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html). @@ -18,16 +18,16 @@ export function cloudwatch_EventTargetEcsTargetOrderedPlacementStrategy_GetTypes return [ new DynamicUIProps( InputType.String, - "field", - "The field to apply the placement strategy against. For the `spread` placement strategy, valid values are `instanceId` (or `host`, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as `attribute:ecs.availability-zone`. For the `binpack` placement strategy, valid values are `cpu` and `memory`. For the `random` placement strategy, this field is not used. For more information, see [Amazon ECS task placement strategies](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html).", + 'field', + 'The field to apply the placement strategy against. For the `spread` placement strategy, valid values are `instanceId` (or `host`, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as `attribute:ecs.availability-zone`. For the `binpack` placement strategy, valid values are `cpu` and `memory`. For the `random` placement strategy, this field is not used. For more information, see [Amazon ECS task placement strategies](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of placement strategy. The only valid values at this time are `binpack`, `random` and `spread`.", + 'type', + 'Type of placement strategy. The only valid values at this time are `binpack`, `random` and `spread`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetPlacementConstraint.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetPlacementConstraint.ts index 7ec59affa..590f7058b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetPlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetEcsTargetPlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetEcsTargetPlacementConstraint { // Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html). @@ -18,16 +18,16 @@ export function cloudwatch_EventTargetEcsTargetPlacementConstraint_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "expression", - "Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).", + 'expression', + 'Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. The only valid values at this time are `memberOf` and `distinctInstance`.", + 'type', + 'Type of constraint. The only valid values at this time are `memberOf` and `distinctInstance`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetHttpTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetHttpTarget.ts index 3b6b52e31..fa11db95b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetHttpTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetHttpTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetHttpTarget { // Represents keys/values of query string parameters that are appended to the invoked endpoint. @@ -21,24 +21,24 @@ export function cloudwatch_EventTargetHttpTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "queryStringParameters", - "Represents keys/values of query string parameters that are appended to the invoked endpoint.", + 'queryStringParameters', + 'Represents keys/values of query string parameters that are appended to the invoked endpoint.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "headerParameters", - "Enables you to specify HTTP headers to add to the request.", + 'headerParameters', + 'Enables you to specify HTTP headers to add to the request.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "pathParameterValues", - "The list of values that correspond sequentially to any path variables in your endpoint ARN (for example `arn:aws:execute-api:us-east-1:123456:myapi/*/POST/pets/*`).", + 'pathParameterValues', + 'The list of values that correspond sequentially to any path variables in your endpoint ARN (for example `arn:aws:execute-api:us-east-1:123456:myapi/*/POST/pets/*`).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetInputTransformer.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetInputTransformer.ts index 644b5ddbe..46f0696ed 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetInputTransformer.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetInputTransformer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetInputTransformer { /* @@ -23,7 +23,7 @@ export function cloudwatch_EventTargetInputTransformer_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Map, - "inputPaths", + 'inputPaths', 'Key value pairs specified in the form of JSONPath (for example, time = $.time)\n* You can have as many as 100 key-value pairs.\n* You must use JSON dot notation, not bracket notation.\n* The keys can\'t start with "AWS".', () => InputType_Map_GetTypes(), false, @@ -31,8 +31,8 @@ export function cloudwatch_EventTargetInputTransformer_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "inputTemplate", - "Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.", + 'inputTemplate', + 'Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetKinesisTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetKinesisTarget.ts index a308b532c..21ce223fc 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetKinesisTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetKinesisTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetKinesisTarget { // The JSON path to be extracted from the event and used as the partition key. @@ -15,8 +15,8 @@ export function cloudwatch_EventTargetKinesisTarget_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "partitionKeyPath", - "The JSON path to be extracted from the event and used as the partition key.", + 'partitionKeyPath', + 'The JSON path to be extracted from the event and used as the partition key.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRedshiftTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRedshiftTarget.ts index c98d7125c..6fdae97e6 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRedshiftTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRedshiftTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetRedshiftTarget { // Indicates whether to send an event back to EventBridge after the SQL statement runs. @@ -30,48 +30,48 @@ export function cloudwatch_EventTargetRedshiftTarget_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "secretsManagerArn", - "The name or ARN of the secret that enables access to the database.", + 'secretsManagerArn', + 'The name or ARN of the secret that enables access to the database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sql", - "The SQL statement text to run.", + 'sql', + 'The SQL statement text to run.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statementName", - "The name of the SQL statement.", + 'statementName', + 'The name of the SQL statement.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "withEvent", - "Indicates whether to send an event back to EventBridge after the SQL statement runs.", + 'withEvent', + 'Indicates whether to send an event back to EventBridge after the SQL statement runs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "database", - "The name of the database.", + 'database', + 'The name of the database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dbUser", - "The database user name.", + 'dbUser', + 'The database user name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRetryPolicy.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRetryPolicy.ts index a82533364..4715d0fe7 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRetryPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetRetryPolicy { // maximum number of retry attempts to make before the request fails @@ -18,16 +18,16 @@ export function cloudwatch_EventTargetRetryPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maximumEventAgeInSeconds", - "The age in seconds to continue to make retry attempts.", + 'maximumEventAgeInSeconds', + 'The age in seconds to continue to make retry attempts.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "maximum number of retry attempts to make before the request fails", + 'maximumRetryAttempts', + 'maximum number of retry attempts to make before the request fails', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRunCommandTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRunCommandTarget.ts index 14c236903..46e501a57 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRunCommandTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetRunCommandTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetRunCommandTarget { // Can be either `tag:tag-key` or `InstanceIds`. @@ -18,16 +18,16 @@ export function cloudwatch_EventTargetRunCommandTarget_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "key", - "Can be either `tag:tag-key` or `InstanceIds`.", + 'key', + 'Can be either `tag:tag-key` or `InstanceIds`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "If Key is `tag:tag-key`, Values is a list of tag values. If Key is `InstanceIds`, Values is a list of Amazon EC2 instance IDs.", + 'values', + 'If Key is `tag:tag-key`, Values is a list of tag values. If Key is `InstanceIds`, Values is a list of Amazon EC2 instance IDs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTarget.ts index 530ba68b4..d7edb8be6 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList, cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList_GetTypes, -} from "./cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList"; +} from './cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList'; export interface cloudwatch_EventTargetSagemakerPipelineTarget { // List of Parameter names and values for SageMaker Model Building Pipeline execution. @@ -19,8 +19,8 @@ export function cloudwatch_EventTargetSagemakerPipelineTarget_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "pipelineParameterLists", - "List of Parameter names and values for SageMaker Model Building Pipeline execution.", + 'pipelineParameterLists', + 'List of Parameter names and values for SageMaker Model Building Pipeline execution.', () => cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList.ts index 65d08c48d..c6614bac6 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterList { // Name of parameter to start execution of a SageMaker Model Building Pipeline. @@ -18,16 +18,16 @@ export function cloudwatch_EventTargetSagemakerPipelineTargetPipelineParameterLi return [ new DynamicUIProps( InputType.String, - "name", - "Name of parameter to start execution of a SageMaker Model Building Pipeline.", + 'name', + 'Name of parameter to start execution of a SageMaker Model Building Pipeline.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSqsTarget.ts b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSqsTarget.ts index b000e4c95..4c76db47b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSqsTarget.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_EventTargetSqsTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_EventTargetSqsTarget { // The FIFO message group ID to use as the target. @@ -15,8 +15,8 @@ export function cloudwatch_EventTargetSqsTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "messageGroupId", - "The FIFO message group ID to use as the target.", + 'messageGroupId', + 'The FIFO message group ID to use as the target.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorHealthEventsConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorHealthEventsConfig.ts index a014d9f5f..f64179316 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorHealthEventsConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorHealthEventsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_InternetMonitorHealthEventsConfig { // The health event threshold percentage set for availability scores. @@ -18,16 +18,16 @@ export function cloudwatch_InternetMonitorHealthEventsConfig_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "availabilityScoreThreshold", - "The health event threshold percentage set for availability scores.", + 'availabilityScoreThreshold', + 'The health event threshold percentage set for availability scores.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "performanceScoreThreshold", - "The health event threshold percentage set for performance scores.", + 'performanceScoreThreshold', + 'The health event threshold percentage set for performance scores.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery.ts b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery.ts index dca9093de..5f71742b4 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDelivery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config, cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config_GetTypes, -} from "./cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config"; +} from './cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config'; export interface cloudwatch_InternetMonitorInternetMeasurementsLogDelivery { // @@ -19,8 +19,8 @@ export function cloudwatch_InternetMonitorInternetMeasurementsLogDelivery_GetTyp return [ new DynamicUIProps( InputType.Object, - "s3Config", - "", + 's3Config', + '', () => cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config.ts b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config.ts index 39c9db764..3ef34815e 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Config { // @@ -21,24 +21,24 @@ export function cloudwatch_InternetMonitorInternetMeasurementsLogDeliveryS3Confi return [ new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logDeliveryStatus", - "", + 'logDeliveryStatus', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_LogMetricFilterMetricTransformation.ts b/src/app/Models/codegen/aws/types/cloudwatch_LogMetricFilterMetricTransformation.ts index df88cdda2..585bf82b4 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_LogMetricFilterMetricTransformation.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_LogMetricFilterMetricTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_LogMetricFilterMetricTransformation { // The value to emit when a filter pattern does not match a log event. Conflicts with `dimensions`. @@ -30,7 +30,7 @@ export function cloudwatch_LogMetricFilterMetricTransformation_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "value", + 'value', 'What to publish to the metric. For example, if you\'re counting the occurrences of a particular term like "Error", the value will be "1" for each occurrence. If you\'re counting the bytes transferred the published value will be the value in the log event.', () => [], true, @@ -38,40 +38,40 @@ export function cloudwatch_LogMetricFilterMetricTransformation_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "defaultValue", - "The value to emit when a filter pattern does not match a log event. Conflicts with `dimensions`.", + 'defaultValue', + 'The value to emit when a filter pattern does not match a log event. Conflicts with `dimensions`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "dimensions", - "Map of fields to use as dimensions for the metric. Up to 3 dimensions are allowed. Conflicts with `default_value`.", + 'dimensions', + 'Map of fields to use as dimensions for the metric. Up to 3 dimensions are allowed. Conflicts with `default_value`.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the CloudWatch metric to which the monitored log information should be published (e.g., `ErrorCount`)", + 'name', + 'The name of the CloudWatch metric to which the monitored log information should be published (e.g., `ErrorCount`)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "The destination namespace of the CloudWatch metric.", + 'namespace', + 'The destination namespace of the CloudWatch metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "The unit to assign to the metric. If you omit this, the unit is set as `None`.", + 'unit', + 'The unit to assign to the metric. If you omit this, the unit is set as `None`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQuery.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQuery.ts index e8eb5bfba..935abaae4 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQuery.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQuery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_MetricAlarmMetricQueryMetric, cloudwatch_MetricAlarmMetricQueryMetric_GetTypes, -} from "./cloudwatch_MetricAlarmMetricQueryMetric"; +} from './cloudwatch_MetricAlarmMetricQueryMetric'; export interface cloudwatch_MetricAlarmMetricQuery { // A short name used to tie this object to the results in the response. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. @@ -45,56 +45,56 @@ export function cloudwatch_MetricAlarmMetricQuery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "label", - "A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents.", + 'label', + 'A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "metric", - "The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data.", + 'metric', + 'The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data.', () => cloudwatch_MetricAlarmMetricQueryMetric_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "period", - "Granularity in seconds of returned data points.\nFor metrics with regular resolution, valid values are any multiple of `60`.\nFor high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.", + 'period', + 'Granularity in seconds of returned data points.\nFor metrics with regular resolution, valid values are any multiple of `60`.\nFor high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "returnData", - "Specify exactly one `metric_query` to be `true` to use that `metric_query` result as the alarm.\n\n> **NOTE:** You must specify either `metric` or `expression`. Not both.", + 'returnData', + 'Specify exactly one `metric_query` to be `true` to use that `metric_query` result as the alarm.\n\n> **NOTE:** You must specify either `metric` or `expression`. Not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "The ID of the account where the metrics are located, if this is a cross-account alarm.", + 'accountId', + 'The ID of the account where the metrics are located, if this is a cross-account alarm.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "expression", - "The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the id of the other metrics to refer to those metrics, and can also use the id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the [Amazon CloudWatch User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax).", + 'expression', + 'The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the id of the other metrics to refer to those metrics, and can also use the id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the [Amazon CloudWatch User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "A short name used to tie this object to the results in the response. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.", + 'id', + 'A short name used to tie this object to the results in the response. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQueryMetric.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQueryMetric.ts index 58eae77cc..beab7a38f 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQueryMetric.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricAlarmMetricQueryMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_MetricAlarmMetricQueryMetric { /* @@ -43,48 +43,48 @@ export function cloudwatch_MetricAlarmMetricQueryMetric_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "stat", - "The statistic to apply to this metric.\nSee docs for [supported statistics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html).", + 'stat', + 'The statistic to apply to this metric.\nSee docs for [supported statistics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "The unit for this metric.", + 'unit', + 'The unit for this metric.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "dimensions", - "The dimensions for this metric. For the list of available dimensions see the AWS documentation [here](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", + 'dimensions', + 'The dimensions for this metric. For the list of available dimensions see the AWS documentation [here](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name for this metric.\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", + 'metricName', + 'The name for this metric.\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "The namespace for this metric. See docs for the [list of namespaces](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/aws-namespaces.html).\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).", + 'namespace', + 'The namespace for this metric. See docs for the [list of namespaces](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/aws-namespaces.html).\nSee docs for [supported metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "period", - "Granularity in seconds of returned data points.\nFor metrics with regular resolution, valid values are any multiple of `60`.\nFor high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.", + 'period', + 'Granularity in seconds of returned data points.\nFor metrics with regular resolution, valid values are any multiple of `60`.\nFor high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamExcludeFilter.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamExcludeFilter.ts index 3fa3743b9..e46921cce 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamExcludeFilter.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamExcludeFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_MetricStreamExcludeFilter { // An array that defines the metrics you want to exclude for this metric namespace @@ -18,16 +18,16 @@ export function cloudwatch_MetricStreamExcludeFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "metricNames", - "An array that defines the metrics you want to exclude for this metric namespace", + 'metricNames', + 'An array that defines the metrics you want to exclude for this metric namespace', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Name of the metric namespace in the filter.", + 'namespace', + 'Name of the metric namespace in the filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamIncludeFilter.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamIncludeFilter.ts index cb64c2a70..6118c1a63 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamIncludeFilter.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamIncludeFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_MetricStreamIncludeFilter { // An array that defines the metrics you want to include for this metric namespace @@ -18,16 +18,16 @@ export function cloudwatch_MetricStreamIncludeFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "metricNames", - "An array that defines the metrics you want to include for this metric namespace", + 'metricNames', + 'An array that defines the metrics you want to include for this metric namespace', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Name of the metric namespace in the filter.", + 'namespace', + 'Name of the metric namespace in the filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfiguration.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfiguration.ts index f461c6492..abeb0fb50 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric, cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric_GetTypes, -} from "./cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric"; +} from './cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric'; export interface cloudwatch_MetricStreamStatisticsConfiguration { // An array that defines the metrics that are to have additional statistics streamed. See details below. @@ -22,8 +22,8 @@ export function cloudwatch_MetricStreamStatisticsConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "includeMetrics", - "An array that defines the metrics that are to have additional statistics streamed. See details below.", + 'includeMetrics', + 'An array that defines the metrics that are to have additional statistics streamed. See details below.', () => cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric_GetTypes(), true, @@ -31,8 +31,8 @@ export function cloudwatch_MetricStreamStatisticsConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "additionalStatistics", - "The additional statistics to stream for the metrics listed in `include_metrics`.", + 'additionalStatistics', + 'The additional statistics to stream for the metrics listed in `include_metrics`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric.ts b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric.ts index d37f1b558..6fb6d9a60 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric { // The name of the metric. @@ -18,16 +18,16 @@ export function cloudwatch_MetricStreamStatisticsConfigurationIncludeMetric_GetT return [ new DynamicUIProps( InputType.String, - "metricName", - "The name of the metric.", + 'metricName', + 'The name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatement.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatement.ts index 9af834450..58ed42e0c 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatement.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatement { // Configures the data protection operation applied by this statement. @@ -25,16 +25,16 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatement_GetTypes( return [ new DynamicUIProps( InputType.Array, - "dataIdentifiers", - "Set of at least 1 sensitive data identifiers that you want to mask. Read more in [Types of data that you can protect](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/protect-sensitive-log-data-types.html).", + 'dataIdentifiers', + 'Set of at least 1 sensitive data identifiers that you want to mask. Read more in [Types of data that you can protect](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/protect-sensitive-log-data-types.html).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "operation", - "Configures the data protection operation applied by this statement.", + 'operation', + 'Configures the data protection operation applied by this statement.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation_GetTypes(), true, @@ -42,8 +42,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatement_GetTypes( ), new DynamicUIProps( InputType.String, - "sid", - "Name of this statement.", + 'sid', + 'Name of this statement.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation.ts index f4f3e6617..30b744f32 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation { // Configures the detection of sensitive data. @@ -30,8 +30,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation_ return [ new DynamicUIProps( InputType.Object, - "deidentify", - "Configures the masking of sensitive data.\n\n> Every policy statement must specify exactly one operation.", + 'deidentify', + 'Configures the masking of sensitive data.\n\n> Every policy statement must specify exactly one operation.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify_GetTypes(), false, @@ -39,8 +39,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperation_ ), new DynamicUIProps( InputType.Object, - "audit", - "Configures the detection of sensitive data.", + 'audit', + 'Configures the detection of sensitive data.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit.ts index 9215913d8..464988f4e 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAudit { // Configures destinations to send audit findings to. @@ -19,8 +19,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA return [ new DynamicUIProps( InputType.Object, - "findingsDestination", - "Configures destinations to send audit findings to.", + 'findingsDestination', + 'Configures destinations to send audit findings to.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination.ts index f509e14cd..1433a142e 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination { // Configures CloudWatch Logs as a findings destination. @@ -33,8 +33,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA return [ new DynamicUIProps( InputType.Object, - "firehose", - "Configures Kinesis Firehose as a findings destination.", + 'firehose', + 'Configures Kinesis Firehose as a findings destination.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose_GetTypes(), false, @@ -42,8 +42,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA ), new DynamicUIProps( InputType.Object, - "s3", - "Configures S3 as a findings destination.", + 's3', + 'Configures S3 as a findings destination.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3_GetTypes(), false, @@ -51,8 +51,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA ), new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "Configures CloudWatch Logs as a findings destination.", + 'cloudwatchLogs', + 'Configures CloudWatch Logs as a findings destination.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs.ts index bfb2881a4..59f8189bc 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs { // Name of the CloudWatch Log Group to send findings to. @@ -15,8 +15,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA return [ new DynamicUIProps( InputType.String, - "logGroup", - "Name of the CloudWatch Log Group to send findings to.", + 'logGroup', + 'Name of the CloudWatch Log Group to send findings to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose.ts index 5a1b57918..2240f602f 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose { // Name of the Kinesis Firehose Delivery Stream to send findings to. @@ -15,8 +15,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA return [ new DynamicUIProps( InputType.String, - "deliveryStream", - "Name of the Kinesis Firehose Delivery Stream to send findings to.", + 'deliveryStream', + 'Name of the Kinesis Firehose Delivery Stream to send findings to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3.ts index 949ce6458..808809975 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3 { // Name of the S3 Bucket to send findings to. @@ -15,8 +15,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationA return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 Bucket to send findings to.", + 'bucket', + 'Name of the S3 Bucket to send findings to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify.ts index a7af3f200..ba6321f9e 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig, cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig_GetTypes, -} from "./cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig"; +} from './cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentify { // An empty object that configures masking. @@ -19,8 +19,8 @@ export function cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationD return [ new DynamicUIProps( InputType.Object, - "maskConfig", - "An empty object that configures masking.", + 'maskConfig', + 'An empty object that configures masking.', () => cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig.ts b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig.ts index 2c1be61ef..0e58cb35b 100644 --- a/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig.ts +++ b/src/app/Models/codegen/aws/types/cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cloudwatch_getLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig {} diff --git a/src/app/Models/codegen/aws/types/codeartifact_RepositoryExternalConnections.ts b/src/app/Models/codegen/aws/types/codeartifact_RepositoryExternalConnections.ts index 1a3fcd0f2..718e67652 100644 --- a/src/app/Models/codegen/aws/types/codeartifact_RepositoryExternalConnections.ts +++ b/src/app/Models/codegen/aws/types/codeartifact_RepositoryExternalConnections.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codeartifact_RepositoryExternalConnections { // The name of the external connection associated with a repository. @@ -21,20 +21,20 @@ export function codeartifact_RepositoryExternalConnections_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "externalConnectionName", - "The name of the external connection associated with a repository.", + 'externalConnectionName', + 'The name of the external connection associated with a repository.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "packageFormat", - "", + 'packageFormat', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "status", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/codeartifact_RepositoryUpstream.ts b/src/app/Models/codegen/aws/types/codeartifact_RepositoryUpstream.ts index 40c8c41ba..e12fbed13 100644 --- a/src/app/Models/codegen/aws/types/codeartifact_RepositoryUpstream.ts +++ b/src/app/Models/codegen/aws/types/codeartifact_RepositoryUpstream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codeartifact_RepositoryUpstream { // The name of an upstream repository. @@ -15,8 +15,8 @@ export function codeartifact_RepositoryUpstream_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "repositoryName", - "The name of an upstream repository.", + 'repositoryName', + 'The name of an upstream repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectArtifacts.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectArtifacts.ts index 10f65dabd..91f4c60be 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectArtifacts.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectArtifacts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectArtifacts { // Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification. @@ -42,31 +42,31 @@ export function codebuild_ProjectArtifacts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "encryptionDisabled", - "Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.", + 'encryptionDisabled', + 'Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "overrideArtifactName", - "Whether a name specified in the build specification overrides the artifact name.", + 'overrideArtifactName', + 'Whether a name specified in the build specification overrides the artifact name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "packaging", - "Type of build output artifact to create. If `type` is set to `S3`, valid values are `NONE`, `ZIP`", + 'packaging', + 'Type of build output artifact to create. If `type` is set to `S3`, valid values are `NONE`, `ZIP`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', "Build output artifact's type. Valid values: `CODEPIPELINE`, `NO_ARTIFACTS`, `S3`.", () => [], true, @@ -74,31 +74,31 @@ export function codebuild_ProjectArtifacts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "location", - "Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored. If `type` is set to `S3`, this is the name of the output bucket.", + 'location', + 'Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored. If `type` is set to `S3`, this is the name of the output bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namespaceType", - "Namespace to use in storing build artifacts. If `type` is set to `S3`, then valid values are `BUILD_ID`, `NONE`.", + 'namespaceType', + 'Namespace to use in storing build artifacts. If `type` is set to `S3`, then valid values are `BUILD_ID`, `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "If `type` is set to `S3`, this is the path to the output artifact.", + 'path', + 'If `type` is set to `S3`, this is the path to the output artifact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketOwnerAccess", + 'bucketOwnerAccess', "Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.", () => [], false, @@ -106,16 +106,16 @@ export function codebuild_ProjectArtifacts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "artifactIdentifier", - "Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.", + 'artifactIdentifier', + 'Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the project. If `type` is set to `S3`, this is the name of the output artifact object", + 'name', + 'Name of the project. If `type` is set to `S3`, this is the name of the output artifact object', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfig.ts index 94a8c141d..0efa7a2cc 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectBuildBatchConfigRestrictions, codebuild_ProjectBuildBatchConfigRestrictions_GetTypes, -} from "./codebuild_ProjectBuildBatchConfigRestrictions"; +} from './codebuild_ProjectBuildBatchConfigRestrictions'; export interface codebuild_ProjectBuildBatchConfig { // Specifies if the build artifacts for the batch build should be combined into a single artifact location. @@ -28,32 +28,32 @@ export function codebuild_ProjectBuildBatchConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "combineArtifacts", - "Specifies if the build artifacts for the batch build should be combined into a single artifact location.", + 'combineArtifacts', + 'Specifies if the build artifacts for the batch build should be combined into a single artifact location.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "restrictions", - "Configuration block specifying the restrictions for the batch build. Detailed below.", + 'restrictions', + 'Configuration block specifying the restrictions for the batch build. Detailed below.', () => codebuild_ProjectBuildBatchConfigRestrictions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceRole", - "Specifies the service role ARN for the batch build project.", + 'serviceRole', + 'Specifies the service role ARN for the batch build project.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeoutInMins", - "Specifies the maximum amount of time, in minutes, that the batch build must be completed in.", + 'timeoutInMins', + 'Specifies the maximum amount of time, in minutes, that the batch build must be completed in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfigRestrictions.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfigRestrictions.ts index 1833ed0ec..818006673 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfigRestrictions.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectBuildBatchConfigRestrictions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectBuildBatchConfigRestrictions { // An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values. @@ -18,16 +18,16 @@ export function codebuild_ProjectBuildBatchConfigRestrictions_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "computeTypesAlloweds", - "An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values.", + 'computeTypesAlloweds', + 'An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumBuildsAllowed", - "Specifies the maximum number of builds allowed.", + 'maximumBuildsAllowed', + 'Specifies the maximum number of builds allowed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectCache.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectCache.ts index 52c72af75..1316558b5 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectCache.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectCache.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectCache { // Location where the AWS CodeBuild project stores cached resources. For type `S3`, the value must be a valid S3 bucket name/prefix. @@ -21,24 +21,24 @@ export function codebuild_ProjectCache_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Type of storage that will be used for the AWS CodeBuild project cache. Valid values: `NO_CACHE`, `LOCAL`, `S3`. Defaults to `NO_CACHE`.", + 'type', + 'Type of storage that will be used for the AWS CodeBuild project cache. Valid values: `NO_CACHE`, `LOCAL`, `S3`. Defaults to `NO_CACHE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Location where the AWS CodeBuild project stores cached resources. For type `S3`, the value must be a valid S3 bucket name/prefix.", + 'location', + 'Location where the AWS CodeBuild project stores cached resources. For type `S3`, the value must be a valid S3 bucket name/prefix.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "modes", - "Specifies settings that AWS CodeBuild uses to store and reuse build dependencies. Valid values: `LOCAL_SOURCE_CACHE`, `LOCAL_DOCKER_LAYER_CACHE`, `LOCAL_CUSTOM_CACHE`.", + 'modes', + 'Specifies settings that AWS CodeBuild uses to store and reuse build dependencies. Valid values: `LOCAL_SOURCE_CACHE`, `LOCAL_DOCKER_LAYER_CACHE`, `LOCAL_CUSTOM_CACHE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironment.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironment.ts index 9bfc3f40c..3b95723ad 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironment.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironment.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectEnvironmentRegistryCredential, codebuild_ProjectEnvironmentRegistryCredential_GetTypes, -} from "./codebuild_ProjectEnvironmentRegistryCredential"; +} from './codebuild_ProjectEnvironmentRegistryCredential'; import { codebuild_ProjectEnvironmentEnvironmentVariable, codebuild_ProjectEnvironmentEnvironmentVariable_GetTypes, -} from "./codebuild_ProjectEnvironmentEnvironmentVariable"; +} from './codebuild_ProjectEnvironmentEnvironmentVariable'; export interface codebuild_ProjectEnvironment { // Whether to enable running the Docker daemon inside a Docker container. Defaults to `false`. @@ -44,64 +44,64 @@ export function codebuild_ProjectEnvironment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "imagePullCredentialsType", - "Type of credentials AWS CodeBuild uses to pull images in your build. Valid values: `CODEBUILD`, `SERVICE_ROLE`. When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an AWS CodeBuild curated image, you must use CodeBuild credentials. Defaults to `CODEBUILD`.", + 'imagePullCredentialsType', + 'Type of credentials AWS CodeBuild uses to pull images in your build. Valid values: `CODEBUILD`, `SERVICE_ROLE`. When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an AWS CodeBuild curated image, you must use CodeBuild credentials. Defaults to `CODEBUILD`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "privilegedMode", - "Whether to enable running the Docker daemon inside a Docker container. Defaults to `false`.", + 'privilegedMode', + 'Whether to enable running the Docker daemon inside a Docker container. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "registryCredential", - "Configuration block. Detailed below.", + 'registryCredential', + 'Configuration block. Detailed below.', () => codebuild_ProjectEnvironmentRegistryCredential_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of build environment to use for related builds. Valid values: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER`, `ARM_CONTAINER`, `LINUX_LAMBDA_CONTAINER`, `ARM_LAMBDA_CONTAINER`. For additional information, see the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).", + 'type', + 'Type of build environment to use for related builds. Valid values: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER`, `ARM_CONTAINER`, `LINUX_LAMBDA_CONTAINER`, `ARM_LAMBDA_CONTAINER`. For additional information, see the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificate", - "ARN of the S3 bucket, path prefix and object key that contains the PEM-encoded certificate.", + 'certificate', + 'ARN of the S3 bucket, path prefix and object key that contains the PEM-encoded certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "computeType", - "Information about the compute resources the build project will use. Valid values: `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_2XLARGE`, `BUILD_LAMBDA_1GB`, `BUILD_LAMBDA_2GB`, `BUILD_LAMBDA_4GB`, `BUILD_LAMBDA_8GB`, `BUILD_LAMBDA_10GB`. `BUILD_GENERAL1_SMALL` is only valid if `type` is set to `LINUX_CONTAINER`. When `type` is set to `LINUX_GPU_CONTAINER`, `compute_type` must be `BUILD_GENERAL1_LARGE`. When `type` is set to `LINUX_LAMBDA_CONTAINER` or `ARM_LAMBDA_CONTAINER`, `compute_type` must be `BUILD_LAMBDA_XGB`.`", + 'computeType', + 'Information about the compute resources the build project will use. Valid values: `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_2XLARGE`, `BUILD_LAMBDA_1GB`, `BUILD_LAMBDA_2GB`, `BUILD_LAMBDA_4GB`, `BUILD_LAMBDA_8GB`, `BUILD_LAMBDA_10GB`. `BUILD_GENERAL1_SMALL` is only valid if `type` is set to `LINUX_CONTAINER`. When `type` is set to `LINUX_GPU_CONTAINER`, `compute_type` must be `BUILD_GENERAL1_LARGE`. When `type` is set to `LINUX_LAMBDA_CONTAINER` or `ARM_LAMBDA_CONTAINER`, `compute_type` must be `BUILD_LAMBDA_XGB`.`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "environmentVariables", - "Configuration block. Detailed below.", + 'environmentVariables', + 'Configuration block. Detailed below.', () => codebuild_ProjectEnvironmentEnvironmentVariable_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "image", - "Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/amazonlinux2-x86_64-standard:4.0`), [Docker Hub images](https://hub.docker.com/) (e.g., `pulumi/pulumi:latest`), and full Docker repository URIs such as those for ECR (e.g., `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).", + 'image', + 'Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/amazonlinux2-x86_64-standard:4.0`), [Docker Hub images](https://hub.docker.com/) (e.g., `pulumi/pulumi:latest`), and full Docker repository URIs such as those for ECR (e.g., `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentEnvironmentVariable.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentEnvironmentVariable.ts index 60d4059f3..2fd2b0737 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentEnvironmentVariable.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentEnvironmentVariable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectEnvironmentEnvironmentVariable { // Environment variable's name or key. @@ -21,15 +21,15 @@ export function codebuild_ProjectEnvironmentEnvironmentVariable_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "type", - "Type of environment variable. Valid values: `PARAMETER_STORE`, `PLAINTEXT`, `SECRETS_MANAGER`.", + 'type', + 'Type of environment variable. Valid values: `PARAMETER_STORE`, `PLAINTEXT`, `SECRETS_MANAGER`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', "Environment variable's value.", () => [], true, @@ -37,7 +37,7 @@ export function codebuild_ProjectEnvironmentEnvironmentVariable_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "name", + 'name', "Environment variable's name or key.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentRegistryCredential.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentRegistryCredential.ts index 08beab8e3..af9a87a1f 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentRegistryCredential.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectEnvironmentRegistryCredential.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectEnvironmentRegistryCredential { // ARN or name of credentials created using AWS Secrets Manager. @@ -18,16 +18,16 @@ export function codebuild_ProjectEnvironmentRegistryCredential_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "credential", - "ARN or name of credentials created using AWS Secrets Manager.", + 'credential', + 'ARN or name of credentials created using AWS Secrets Manager.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "credentialProvider", - "Service that created the credentials to access a private Docker registry. Valid value: `SECRETS_MANAGER` (AWS Secrets Manager).", + 'credentialProvider', + 'Service that created the credentials to access a private Docker registry. Valid value: `SECRETS_MANAGER` (AWS Secrets Manager).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectFileSystemLocation.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectFileSystemLocation.ts index fb800e70b..bff856159 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectFileSystemLocation.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectFileSystemLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectFileSystemLocation { // The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD\_. For example, if you specify my-efs for identifier, a new environment variable is create named CODEBUILD_MY-EFS. @@ -27,40 +27,40 @@ export function codebuild_ProjectFileSystemLocation_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "identifier", - "The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD\\_. For example, if you specify my-efs for identifier, a new environment variable is create named CODEBUILD_MY-EFS.", + 'identifier', + 'The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD\\_. For example, if you specify my-efs for identifier, a new environment variable is create named CODEBUILD_MY-EFS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "A string that specifies the location of the file system created by Amazon EFS. Its format is `efs-dns-name:/directory-path`.", + 'location', + 'A string that specifies the location of the file system created by Amazon EFS. Its format is `efs-dns-name:/directory-path`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountOptions", - "The mount options for a file system created by AWS EFS.", + 'mountOptions', + 'The mount options for a file system created by AWS EFS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", - "The location in the container where you mount the file system.", + 'mountPoint', + 'The location in the container where you mount the file system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the file system. The one supported type is `EFS`.", + 'type', + 'The type of the file system. The one supported type is `EFS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfig.ts index 108473768..827ffa65b 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectLogsConfigCloudwatchLogs, codebuild_ProjectLogsConfigCloudwatchLogs_GetTypes, -} from "./codebuild_ProjectLogsConfigCloudwatchLogs"; +} from './codebuild_ProjectLogsConfigCloudwatchLogs'; import { codebuild_ProjectLogsConfigS3Logs, codebuild_ProjectLogsConfigS3Logs_GetTypes, -} from "./codebuild_ProjectLogsConfigS3Logs"; +} from './codebuild_ProjectLogsConfigS3Logs'; export interface codebuild_ProjectLogsConfig { // Configuration block. Detailed below. @@ -26,16 +26,16 @@ export function codebuild_ProjectLogsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "Configuration block. Detailed below.", + 'cloudwatchLogs', + 'Configuration block. Detailed below.', () => codebuild_ProjectLogsConfigCloudwatchLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3Logs", - "Configuration block. Detailed below.", + 's3Logs', + 'Configuration block. Detailed below.', () => codebuild_ProjectLogsConfigS3Logs_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigCloudwatchLogs.ts index 8a9e255e1..7c28a20e3 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectLogsConfigCloudwatchLogs { // Group name of the logs in CloudWatch Logs. @@ -21,24 +21,24 @@ export function codebuild_ProjectLogsConfigCloudwatchLogs_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "streamName", - "Prefix of the log stream name of the logs in CloudWatch Logs.", + 'streamName', + 'Prefix of the log stream name of the logs in CloudWatch Logs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupName", - "Group name of the logs in CloudWatch Logs.", + 'groupName', + 'Group name of the logs in CloudWatch Logs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.", + 'status', + 'Current status of logs in CloudWatch Logs for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigS3Logs.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigS3Logs.ts index b5a3b65f2..d213c6f89 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigS3Logs.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectLogsConfigS3Logs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectLogsConfigS3Logs { // Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket. @@ -24,31 +24,31 @@ export function codebuild_ProjectLogsConfigS3Logs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "encryptionDisabled", - "Whether to disable encrypting S3 logs. Defaults to `false`.", + 'encryptionDisabled', + 'Whether to disable encrypting S3 logs. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Name of the S3 bucket and the path prefix for S3 logs. Must be set if status is `ENABLED`, otherwise it must be empty.", + 'location', + 'Name of the S3 bucket and the path prefix for S3 logs. Must be set if status is `ENABLED`, otherwise it must be empty.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.", + 'status', + 'Current status of logs in S3 for a build project. Valid values: `ENABLED`, `DISABLED`. Defaults to `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketOwnerAccess", + 'bucketOwnerAccess', "Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondaryArtifact.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondaryArtifact.ts index 8a740491f..61f6c7bbd 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondaryArtifact.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondaryArtifact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSecondaryArtifact { // Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification. @@ -42,15 +42,15 @@ export function codebuild_ProjectSecondaryArtifact_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "artifactIdentifier", - "Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.", + 'artifactIdentifier', + 'Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketOwnerAccess", + 'bucketOwnerAccess', "Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. The CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.", () => [], false, @@ -58,7 +58,7 @@ export function codebuild_ProjectSecondaryArtifact_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "type", + 'type', "Build output artifact's type. Valid values `CODEPIPELINE`, `NO_ARTIFACTS`, and `S3`.", () => [], true, @@ -66,56 +66,56 @@ export function codebuild_ProjectSecondaryArtifact_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Bool, - "encryptionDisabled", - "Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.", + 'encryptionDisabled', + 'Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "overrideArtifactName", - "Whether a name specified in the build specification overrides the artifact name.", + 'overrideArtifactName', + 'Whether a name specified in the build specification overrides the artifact name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "Along with `namespace_type` and `name`, the pattern that AWS CodeBuild uses to name and store the output artifact. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the path to the output artifact.", + 'path', + 'Along with `namespace_type` and `name`, the pattern that AWS CodeBuild uses to name and store the output artifact. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the path to the output artifact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namespaceType", - "Namespace to use in storing build artifacts. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `BUILD_ID` or `NONE`.", + 'namespaceType', + 'Namespace to use in storing build artifacts. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `BUILD_ID` or `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "packaging", - "Type of build output artifact to create. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `NONE` or `ZIP`.", + 'packaging', + 'Type of build output artifact to create. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `NONE` or `ZIP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not specified, `location` can specify the path of the output artifact in the output bucket.", + 'location', + 'Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not specified, `location` can specify the path of the output artifact in the output bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the project. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output artifact object.", + 'name', + 'Name of the project. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output artifact object.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySource.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySource.ts index cd4f06f71..5c48e0a6a 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySource.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectSecondarySourceBuildStatusConfig, codebuild_ProjectSecondarySourceBuildStatusConfig_GetTypes, -} from "./codebuild_ProjectSecondarySourceBuildStatusConfig"; +} from './codebuild_ProjectSecondarySourceBuildStatusConfig'; import { codebuild_ProjectSecondarySourceGitSubmodulesConfig, codebuild_ProjectSecondarySourceGitSubmodulesConfig_GetTypes, -} from "./codebuild_ProjectSecondarySourceGitSubmodulesConfig"; +} from './codebuild_ProjectSecondarySourceGitSubmodulesConfig'; export interface codebuild_ProjectSecondarySource { // Truncate git history to this many commits. Use `0` for a `Full` checkout which you need to run commands like `git branch --show-current`. See [AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-github-gitclone.html) for details. @@ -47,39 +47,39 @@ export function codebuild_ProjectSecondarySource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "insecureSsl", - "Ignore SSL warnings when connecting to source control.", + 'insecureSsl', + 'Ignore SSL warnings when connecting to source control.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Location of the source code from git or s3.", + 'location', + 'Location of the source code from git or s3.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "buildStatusConfig", - "Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. `build_status_config` blocks are documented below.", + 'buildStatusConfig', + 'Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. `build_status_config` blocks are documented below.', () => codebuild_ProjectSecondarySourceBuildStatusConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "gitSubmodulesConfig", - "Configuration block. Detailed below.", + 'gitSubmodulesConfig', + 'Configuration block. Detailed below.', () => codebuild_ProjectSecondarySourceGitSubmodulesConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "buildspec", + 'buildspec', "The build spec declaration to use for this build project's related builds. This must be set when `type` is `NO_SOURCE`. It can either be a path to a file residing in the repository to be built or a local file path leveraging the `file()` built-in.", () => [], false, @@ -87,15 +87,15 @@ export function codebuild_ProjectSecondarySource_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "gitCloneDepth", - "Truncate git history to this many commits. Use `0` for a `Full` checkout which you need to run commands like `git branch --show-current`. See [AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-github-gitclone.html) for details.", + 'gitCloneDepth', + 'Truncate git history to this many commits. Use `0` for a `Full` checkout which you need to run commands like `git branch --show-current`. See [AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-github-gitclone.html) for details.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "reportBuildStatus", + 'reportBuildStatus', "Whether to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket.", () => [], false, @@ -103,16 +103,16 @@ export function codebuild_ProjectSecondarySource_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "sourceIdentifier", - "An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.", + 'sourceIdentifier', + 'An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of repository that contains the source code to be built. Valid values: `BITBUCKET`, `CODECOMMIT`, `CODEPIPELINE`, `GITHUB`, `GITHUB_ENTERPRISE`, `GITLAB`, `GITLAB_SELF_MANAGED`, `NO_SOURCE`, `S3`.", + 'type', + 'Type of repository that contains the source code to be built. Valid values: `BITBUCKET`, `CODECOMMIT`, `CODEPIPELINE`, `GITHUB`, `GITHUB_ENTERPRISE`, `GITLAB`, `GITLAB_SELF_MANAGED`, `NO_SOURCE`, `S3`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceBuildStatusConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceBuildStatusConfig.ts index b683a6d3f..f1a2e8468 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceBuildStatusConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceBuildStatusConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSecondarySourceBuildStatusConfig { // Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider. @@ -18,16 +18,16 @@ export function codebuild_ProjectSecondarySourceBuildStatusConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "targetUrl", - "Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.", + 'targetUrl', + 'Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "context", - "Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.", + 'context', + 'Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceGitSubmodulesConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceGitSubmodulesConfig.ts index 51695c22d..f66d8d6f3 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceGitSubmodulesConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceGitSubmodulesConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSecondarySourceGitSubmodulesConfig { // Whether to fetch Git submodules for the AWS CodeBuild build project. @@ -15,8 +15,8 @@ export function codebuild_ProjectSecondarySourceGitSubmodulesConfig_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "fetchSubmodules", - "Whether to fetch Git submodules for the AWS CodeBuild build project.", + 'fetchSubmodules', + 'Whether to fetch Git submodules for the AWS CodeBuild build project.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceVersion.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceVersion.ts index c9eb18203..c7fa9e10b 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceVersion.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSecondarySourceVersion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSecondarySourceVersion { // An identifier for a source in the build project. @@ -18,16 +18,16 @@ export function codebuild_ProjectSecondarySourceVersion_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "sourceIdentifier", - "An identifier for a source in the build project.", + 'sourceIdentifier', + 'An identifier for a source in the build project.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceVersion", - "The source version for the corresponding source identifier. See [AWS docs](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSourceVersion.html#CodeBuild-Type-ProjectSourceVersion-sourceVersion) for more details.", + 'sourceVersion', + 'The source version for the corresponding source identifier. See [AWS docs](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSourceVersion.html#CodeBuild-Type-ProjectSourceVersion-sourceVersion) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSource.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSource.ts index 46f23b69b..6a62c1f80 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSource.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ProjectSourceGitSubmodulesConfig, codebuild_ProjectSourceGitSubmodulesConfig_GetTypes, -} from "./codebuild_ProjectSourceGitSubmodulesConfig"; +} from './codebuild_ProjectSourceGitSubmodulesConfig'; import { codebuild_ProjectSourceBuildStatusConfig, codebuild_ProjectSourceBuildStatusConfig_GetTypes, -} from "./codebuild_ProjectSourceBuildStatusConfig"; +} from './codebuild_ProjectSourceBuildStatusConfig'; export interface codebuild_ProjectSource { // Location of the source code from git or s3. @@ -44,15 +44,15 @@ export function codebuild_ProjectSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "location", - "Location of the source code from git or s3.", + 'location', + 'Location of the source code from git or s3.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "reportBuildStatus", + 'reportBuildStatus', "Whether to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket.", () => [], false, @@ -60,23 +60,23 @@ export function codebuild_ProjectSource_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "type", - "Type of repository that contains the source code to be built. Valid values: `BITBUCKET`, `CODECOMMIT`, `CODEPIPELINE`, `GITHUB`, `GITHUB_ENTERPRISE`, `GITLAB`, `GITLAB_SELF_MANAGED`, `NO_SOURCE`, `S3`.", + 'type', + 'Type of repository that contains the source code to be built. Valid values: `BITBUCKET`, `CODECOMMIT`, `CODEPIPELINE`, `GITHUB`, `GITHUB_ENTERPRISE`, `GITLAB`, `GITLAB_SELF_MANAGED`, `NO_SOURCE`, `S3`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "buildStatusConfig", - "Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. `build_status_config` blocks are documented below.", + 'buildStatusConfig', + 'Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. `build_status_config` blocks are documented below.', () => codebuild_ProjectSourceBuildStatusConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "buildspec", + 'buildspec', "Build specification to use for this build project's related builds. This must be set when `type` is `NO_SOURCE`. Also, if a non-default buildspec file name or file path aside from the root is used, it must be specified.", () => [], false, @@ -84,24 +84,24 @@ export function codebuild_ProjectSource_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "gitCloneDepth", - "Truncate git history to this many commits. Use `0` for a `Full` checkout which you need to run commands like `git branch --show-current`. See [AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-github-gitclone.html) for details.", + 'gitCloneDepth', + 'Truncate git history to this many commits. Use `0` for a `Full` checkout which you need to run commands like `git branch --show-current`. See [AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source](https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-github-gitclone.html) for details.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "gitSubmodulesConfig", - "Configuration block. Detailed below.", + 'gitSubmodulesConfig', + 'Configuration block. Detailed below.', () => codebuild_ProjectSourceGitSubmodulesConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "insecureSsl", - "Ignore SSL warnings when connecting to source control.", + 'insecureSsl', + 'Ignore SSL warnings when connecting to source control.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSourceBuildStatusConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSourceBuildStatusConfig.ts index 368a11d40..8d44fdcb9 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSourceBuildStatusConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSourceBuildStatusConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSourceBuildStatusConfig { // Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider. @@ -18,16 +18,16 @@ export function codebuild_ProjectSourceBuildStatusConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "context", - "Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.", + 'context', + 'Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetUrl", - "Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.", + 'targetUrl', + 'Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectSourceGitSubmodulesConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectSourceGitSubmodulesConfig.ts index 4f1430e1f..049bbc815 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectSourceGitSubmodulesConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectSourceGitSubmodulesConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectSourceGitSubmodulesConfig { // Whether to fetch Git submodules for the AWS CodeBuild build project. @@ -15,8 +15,8 @@ export function codebuild_ProjectSourceGitSubmodulesConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Bool, - "fetchSubmodules", - "Whether to fetch Git submodules for the AWS CodeBuild build project.", + 'fetchSubmodules', + 'Whether to fetch Git submodules for the AWS CodeBuild build project.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ProjectVpcConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ProjectVpcConfig.ts index fe056d95b..e72ea4ea6 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ProjectVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ProjectVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ProjectVpcConfig { // Security group IDs to assign to running builds. @@ -21,24 +21,24 @@ export function codebuild_ProjectVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Security group IDs to assign to running builds.", + 'securityGroupIds', + 'Security group IDs to assign to running builds.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "Subnet IDs within which to run builds.", + 'subnets', + 'Subnet IDs within which to run builds.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC within which to run builds.", + 'vpcId', + 'ID of the VPC within which to run builds.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfig.ts b/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfig.ts index 5774fb265..90c821ae1 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfig.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_ReportGroupExportConfigS3Destination, codebuild_ReportGroupExportConfigS3Destination_GetTypes, -} from "./codebuild_ReportGroupExportConfigS3Destination"; +} from './codebuild_ReportGroupExportConfigS3Destination'; export interface codebuild_ReportGroupExportConfig { // contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below. @@ -22,16 +22,16 @@ export function codebuild_ReportGroupExportConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3Destination", - "contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.", + 's3Destination', + 'contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.', () => codebuild_ReportGroupExportConfigS3Destination_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The export configuration type. Valid values are `S3` and `NO_EXPORT`.", + 'type', + 'The export configuration type. Valid values are `S3` and `NO_EXPORT`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfigS3Destination.ts b/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfigS3Destination.ts index a1f85ade9..70d5f57d0 100644 --- a/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfigS3Destination.ts +++ b/src/app/Models/codegen/aws/types/codebuild_ReportGroupExportConfigS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_ReportGroupExportConfigS3Destination { // The name of the S3 bucket where the raw data of a report are exported. @@ -30,23 +30,23 @@ export function codebuild_ReportGroupExportConfigS3Destination_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the S3 bucket where the raw data of a report are exported.", + 'bucket', + 'The name of the S3 bucket where the raw data of a report are exported.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encryptionDisabled", - "A boolean value that specifies if the results of a report are encrypted.\n**Note: the API does not currently allow setting encryption as disabled**", + 'encryptionDisabled', + 'A boolean value that specifies if the results of a report are encrypted.\n**Note: the API does not currently allow setting encryption as disabled**', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionKey", + 'encryptionKey', "The encryption key for the report's encrypted raw data. The KMS key ARN.", () => [], true, @@ -54,15 +54,15 @@ export function codebuild_ReportGroupExportConfigS3Destination_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "packaging", - "The type of build output artifact to create. Valid values are: `NONE` (default) and `ZIP`.", + 'packaging', + 'The type of build output artifact to create. Valid values are: `NONE` (default) and `ZIP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", + 'path', "The path to the exported report's raw data results.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroup.ts b/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroup.ts index b2d47a25b..13be9280e 100644 --- a/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroup.ts +++ b/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codebuild_WebhookFilterGroupFilter, codebuild_WebhookFilterGroupFilter_GetTypes, -} from "./codebuild_WebhookFilterGroupFilter"; +} from './codebuild_WebhookFilterGroupFilter'; export interface codebuild_WebhookFilterGroup { // A webhook filter for the group. Filter blocks are documented below. @@ -19,8 +19,8 @@ export function codebuild_WebhookFilterGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "filters", - "A webhook filter for the group. Filter blocks are documented below.", + 'filters', + 'A webhook filter for the group. Filter blocks are documented below.', () => codebuild_WebhookFilterGroupFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroupFilter.ts b/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroupFilter.ts index 8cee42b7c..94c83067e 100644 --- a/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroupFilter.ts +++ b/src/app/Models/codegen/aws/types/codebuild_WebhookFilterGroupFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_WebhookFilterGroupFilter { // If set to `true`, the specified filter does -not- trigger a build. Defaults to `false`. @@ -21,23 +21,23 @@ export function codebuild_WebhookFilterGroupFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "excludeMatchedPattern", - "If set to `true`, the specified filter does *not* trigger a build. Defaults to `false`.", + 'excludeMatchedPattern', + 'If set to `true`, the specified filter does *not* trigger a build. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pattern", - "For a filter that uses `EVENT` type, a comma-separated string that specifies one event: `PUSH`, `PULL_REQUEST_CREATED`, `PULL_REQUEST_UPDATED`, `PULL_REQUEST_REOPENED`. `PULL_REQUEST_MERGED`, `WORKFLOW_JOB_QUEUED` works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.", + 'pattern', + 'For a filter that uses `EVENT` type, a comma-separated string that specifies one event: `PUSH`, `PULL_REQUEST_CREATED`, `PULL_REQUEST_UPDATED`, `PULL_REQUEST_REOPENED`. `PULL_REQUEST_MERGED`, `WORKFLOW_JOB_QUEUED` works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', "The webhook filter group's type. Valid values for this parameter are: `EVENT`, `BASE_REF`, `HEAD_REF`, `ACTOR_ACCOUNT_ID`, `FILE_PATH`, `COMMIT_MESSAGE`, `WORKFLOW_NAME`, `TAG_NAME`, `RELEASE_NAME`. At least one filter group must specify `EVENT` as its type.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/codebuild_WebhookScopeConfiguration.ts b/src/app/Models/codegen/aws/types/codebuild_WebhookScopeConfiguration.ts index 2199adeec..922b7be24 100644 --- a/src/app/Models/codegen/aws/types/codebuild_WebhookScopeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codebuild_WebhookScopeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codebuild_WebhookScopeConfiguration { // The name of either the enterprise or organization. @@ -21,7 +21,7 @@ export function codebuild_WebhookScopeConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "domain", + 'domain', "The domain of the GitHub Enterprise organization. Required if your project's source type is GITHUB_ENTERPRISE.", () => [], false, @@ -29,16 +29,16 @@ export function codebuild_WebhookScopeConfiguration_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "name", - "The name of either the enterprise or organization.", + 'name', + 'The name of either the enterprise or organization.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "The type of scope for a GitHub webhook. Valid values for this parameter are: `GITHUB_ORGANIZATION`, `GITHUB_GLOBAL`.", + 'scope', + 'The type of scope for a GitHub webhook. Valid values for this parameter are: `GITHUB_ORGANIZATION`, `GITHUB_GLOBAL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentIdes.ts b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentIdes.ts index 205a6747e..9b65a9d09 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentIdes.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentIdes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_DevEnvironmentIdes { // The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode. @@ -18,16 +18,16 @@ export function codecatalyst_DevEnvironmentIdes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "runtime", - "A link to the IDE runtime image. This parameter is not required if the name is VSCode. Values of the runtime can be for example public.ecr.aws/jetbrains/py,public.ecr.aws/jetbrains/go", + 'runtime', + 'A link to the IDE runtime image. This parameter is not required if the name is VSCode. Values of the runtime can be for example public.ecr.aws/jetbrains/py,public.ecr.aws/jetbrains/go', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.", + 'name', + 'The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentPersistentStorage.ts b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentPersistentStorage.ts index 94a9f7fa8..b14c31159 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentPersistentStorage.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentPersistentStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_DevEnvironmentPersistentStorage { // The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64. @@ -15,8 +15,8 @@ export function codecatalyst_DevEnvironmentPersistentStorage_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.", + 'size', + 'The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentRepository.ts b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentRepository.ts index cc9bfb3a6..cec421f19 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentRepository.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_DevEnvironmentRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_DevEnvironmentRepository { /* @@ -22,16 +22,16 @@ export function codecatalyst_DevEnvironmentRepository_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "branchName", - "The name of the branch in a source repository.\n\npersistent storage (` persistent_storage`) supports the following:", + 'branchName', + 'The name of the branch in a source repository.\n\npersistent storage (` persistent_storage`) supports the following:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the source repository.", + 'repositoryName', + 'The name of the source repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentIde.ts b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentIde.ts index fe4624f28..c39f8e7c9 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentIde.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentIde.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_getDevEnvironmentIde { // @@ -16,7 +16,7 @@ export interface codecatalyst_getDevEnvironmentIde { export function codecatalyst_getDevEnvironmentIde_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "runtime", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'runtime', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentPersistentStorage.ts b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentPersistentStorage.ts index f5a617aac..28109ad7f 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentPersistentStorage.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentPersistentStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_getDevEnvironmentPersistentStorage { // @@ -13,6 +13,6 @@ export interface codecatalyst_getDevEnvironmentPersistentStorage { export function codecatalyst_getDevEnvironmentPersistentStorage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "size", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'size', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentRepository.ts b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentRepository.ts index 126549237..a283c404c 100644 --- a/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentRepository.ts +++ b/src/app/Models/codegen/aws/types/codecatalyst_getDevEnvironmentRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecatalyst_getDevEnvironmentRepository { // @@ -18,16 +18,16 @@ export function codecatalyst_getDevEnvironmentRepository_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "branchName", - "", + 'branchName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "", + 'repositoryName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codecommit_TriggerTrigger.ts b/src/app/Models/codegen/aws/types/codecommit_TriggerTrigger.ts index 378f313f5..f523fef7b 100644 --- a/src/app/Models/codegen/aws/types/codecommit_TriggerTrigger.ts +++ b/src/app/Models/codegen/aws/types/codecommit_TriggerTrigger.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codecommit_TriggerTrigger { // The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches. @@ -27,40 +27,40 @@ export function codecommit_TriggerTrigger_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "events", - "The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. Event types include: `all`, `updateReference`, `createReference`, `deleteReference`.", + 'events', + 'The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. Event types include: `all`, `updateReference`, `createReference`, `deleteReference`.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the trigger.", + 'name', + 'The name of the trigger.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "branches", - "The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.", + 'branches', + 'The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "customData", - "Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.", + 'customData', + 'Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "destinationArn", - "The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS).", + 'destinationArn', + 'The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigMinimumHealthyHosts.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigMinimumHealthyHosts.ts index 9b169b0ff..f7e396934 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigMinimumHealthyHosts.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigMinimumHealthyHosts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentConfigMinimumHealthyHosts { // The type can either be `FLEET_PERCENT` or `HOST_COUNT`. @@ -23,16 +23,16 @@ export function codedeploy_DeploymentConfigMinimumHealthyHosts_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "type", - "The type can either be `FLEET_PERCENT` or `HOST_COUNT`.", + 'type', + 'The type can either be `FLEET_PERCENT` or `HOST_COUNT`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "value", - "The value when the type is `FLEET_PERCENT` represents the minimum number of healthy instances as\na percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the\ndeployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.\nWhen the type is `HOST_COUNT`, the value represents the minimum number of healthy instances as an absolute value.", + 'value', + 'The value when the type is `FLEET_PERCENT` represents the minimum number of healthy instances as\na percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the\ndeployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.\nWhen the type is `HOST_COUNT`, the value represents the minimum number of healthy instances as an absolute value.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfig.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfig.ts index 3b9fc3b9f..4e5c80f8f 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfig.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary, codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary_GetTypes, -} from "./codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary"; +} from './codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary'; import { codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear, codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear_GetTypes, -} from "./codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear"; +} from './codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear'; export interface codedeploy_DeploymentConfigTrafficRoutingConfig { // The time based canary configuration information. If `type` is `TimeBasedLinear`, use `time_based_linear` instead. @@ -29,8 +29,8 @@ export function codedeploy_DeploymentConfigTrafficRoutingConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "timeBasedCanary", - "The time based canary configuration information. If `type` is `TimeBasedLinear`, use `time_based_linear` instead.", + 'timeBasedCanary', + 'The time based canary configuration information. If `type` is `TimeBasedLinear`, use `time_based_linear` instead.', () => codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary_GetTypes(), false, @@ -38,8 +38,8 @@ export function codedeploy_DeploymentConfigTrafficRoutingConfig_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "timeBasedLinear", - "The time based linear configuration information. If `type` is `TimeBasedCanary`, use `time_based_canary` instead.", + 'timeBasedLinear', + 'The time based linear configuration information. If `type` is `TimeBasedCanary`, use `time_based_canary` instead.', () => codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear_GetTypes(), false, @@ -47,8 +47,8 @@ export function codedeploy_DeploymentConfigTrafficRoutingConfig_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "type", - "Type of traffic routing config. One of `TimeBasedCanary`, `TimeBasedLinear`, `AllAtOnce`.", + 'type', + 'Type of traffic routing config. One of `TimeBasedCanary`, `TimeBasedLinear`, `AllAtOnce`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary.ts index 4231a89c1..015c7467d 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary { // The number of minutes between the first and second traffic shifts of a `TimeBasedCanary` deployment. @@ -18,16 +18,16 @@ export function codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedCanary_G return [ new DynamicUIProps( InputType.Number, - "interval", - "The number of minutes between the first and second traffic shifts of a `TimeBasedCanary` deployment.", + 'interval', + 'The number of minutes between the first and second traffic shifts of a `TimeBasedCanary` deployment.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "percentage", - "The percentage of traffic to shift in the first increment of a `TimeBasedCanary` deployment.", + 'percentage', + 'The percentage of traffic to shift in the first increment of a `TimeBasedCanary` deployment.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear.ts index 3c7e81151..a9ddaf43e 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear { // The number of minutes between each incremental traffic shift of a `TimeBasedLinear` deployment. @@ -18,16 +18,16 @@ export function codedeploy_DeploymentConfigTrafficRoutingConfigTimeBasedLinear_G return [ new DynamicUIProps( InputType.Number, - "interval", - "The number of minutes between each incremental traffic shift of a `TimeBasedLinear` deployment.", + 'interval', + 'The number of minutes between each incremental traffic shift of a `TimeBasedLinear` deployment.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "percentage", - "The percentage of traffic that is shifted at the start of each increment of a `TimeBasedLinear` deployment.", + 'percentage', + 'The percentage of traffic that is shifted at the start of each increment of a `TimeBasedLinear` deployment.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAlarmConfiguration.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAlarmConfiguration.ts index 5048f1a54..79b3398bb 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAlarmConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAlarmConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupAlarmConfiguration { // A list of alarms configured for the deployment group. _A maximum of 10 alarms can be added to a deployment group_. @@ -21,24 +21,24 @@ export function codedeploy_DeploymentGroupAlarmConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "alarms", - "A list of alarms configured for the deployment group. _A maximum of 10 alarms can be added to a deployment group_.", + 'alarms', + 'A list of alarms configured for the deployment group. _A maximum of 10 alarms can be added to a deployment group_.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether the alarm configuration is enabled. This option is useful when you want to temporarily deactivate alarm monitoring for a deployment group without having to add the same alarms again later.", + 'enabled', + 'Indicates whether the alarm configuration is enabled. This option is useful when you want to temporarily deactivate alarm monitoring for a deployment group without having to add the same alarms again later.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ignorePollAlarmFailure", - "Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from CloudWatch. The default value is `false`.", + 'ignorePollAlarmFailure', + 'Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from CloudWatch. The default value is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAutoRollbackConfiguration.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAutoRollbackConfiguration.ts index 9ab6a88be..e027c8b35 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAutoRollbackConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupAutoRollbackConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupAutoRollbackConfiguration { // Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type. @@ -22,16 +22,16 @@ export function codedeploy_DeploymentGroupAutoRollbackConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.", + 'enabled', + 'Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "events", - "The event type or types that trigger a rollback. Supported types are `DEPLOYMENT_FAILURE`, `DEPLOYMENT_STOP_ON_ALARM` and `DEPLOYMENT_STOP_ON_REQUEST`.\n\n_Only one `auto_rollback_configuration` is allowed_.", + 'events', + 'The event type or types that trigger a rollback. Supported types are `DEPLOYMENT_FAILURE`, `DEPLOYMENT_STOP_ON_ALARM` and `DEPLOYMENT_STOP_ON_REQUEST`.\n\n_Only one `auto_rollback_configuration` is allowed_.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig.ts index 3357f9683..475773114 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption, codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption_GetTypes, -} from "./codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption"; +} from './codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption'; import { codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess, codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess_GetTypes, -} from "./codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess"; +} from './codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess'; import { codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption, codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption_GetTypes, -} from "./codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption"; +} from './codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption'; export interface codedeploy_DeploymentGroupBlueGreenDeploymentConfig { // Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below). @@ -37,8 +37,8 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfig_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "greenFleetProvisioningOption", - "Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).", + 'greenFleetProvisioningOption', + 'Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).', () => codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption_GetTypes(), false, @@ -46,8 +46,8 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfig_GetTypes(): ), new DynamicUIProps( InputType.Object, - "terminateBlueInstancesOnDeploymentSuccess", - "Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below).\n\n_Only one `blue_green_deployment_config` is allowed_.", + 'terminateBlueInstancesOnDeploymentSuccess', + 'Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below).\n\n_Only one `blue_green_deployment_config` is allowed_.', () => codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess_GetTypes(), false, @@ -55,8 +55,8 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfig_GetTypes(): ), new DynamicUIProps( InputType.Object, - "deploymentReadyOption", - "Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).", + 'deploymentReadyOption', + 'Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).', () => codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.ts index d5a2422ba..08c33ccc9 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption { /* @@ -22,16 +22,16 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfigDeploymentRea return [ new DynamicUIProps( InputType.String, - "actionOnTimeout", - "When to reroute traffic from an original environment to a replacement environment in a blue/green deployment.\n* `CONTINUE_DEPLOYMENT`: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.\n* `STOP_DEPLOYMENT`: Do not register new instances with load balancer unless traffic is rerouted manually. If traffic is not rerouted manually before the end of the specified wait period, the deployment status is changed to Stopped.", + 'actionOnTimeout', + 'When to reroute traffic from an original environment to a replacement environment in a blue/green deployment.\n* `CONTINUE_DEPLOYMENT`: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.\n* `STOP_DEPLOYMENT`: Do not register new instances with load balancer unless traffic is rerouted manually. If traffic is not rerouted manually before the end of the specified wait period, the deployment status is changed to Stopped.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "waitTimeInMinutes", - "The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the `STOP_DEPLOYMENT` option for `action_on_timeout`.", + 'waitTimeInMinutes', + 'The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the `STOP_DEPLOYMENT` option for `action_on_timeout`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption.ts index 493d8a6d4..4e63a9a86 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption { /* @@ -19,8 +19,8 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfigGreenFleetPro return [ new DynamicUIProps( InputType.String, - "action", - "The method used to add instances to a replacement environment.\n* `DISCOVER_EXISTING`: Use instances that already exist or will be created manually.\n* `COPY_AUTO_SCALING_GROUP`: Use settings from a specified **Auto Scaling** group to define and create instances in a new Auto Scaling group. _Exactly one Auto Scaling group must be specified_ when selecting `COPY_AUTO_SCALING_GROUP`. Use `autoscaling_groups` to specify the Auto Scaling group.", + 'action', + 'The method used to add instances to a replacement environment.\n* `DISCOVER_EXISTING`: Use instances that already exist or will be created manually.\n* `COPY_AUTO_SCALING_GROUP`: Use settings from a specified **Auto Scaling** group to define and create instances in a new Auto Scaling group. _Exactly one Auto Scaling group must be specified_ when selecting `COPY_AUTO_SCALING_GROUP`. Use `autoscaling_groups` to specify the Auto Scaling group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess.ts index e6869dd77..37741191c 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess { /* @@ -22,16 +22,16 @@ export function codedeploy_DeploymentGroupBlueGreenDeploymentConfigTerminateBlue return [ new DynamicUIProps( InputType.String, - "action", - "The action to take on instances in the original environment after a successful blue/green deployment.\n* `TERMINATE`: Instances are terminated after a specified wait time.\n* `KEEP_ALIVE`: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.", + 'action', + 'The action to take on instances in the original environment after a successful blue/green deployment.\n* `TERMINATE`: Instances are terminated after a specified wait time.\n* `KEEP_ALIVE`: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "terminationWaitTimeInMinutes", - "The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.", + 'terminationWaitTimeInMinutes', + 'The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupDeploymentStyle.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupDeploymentStyle.ts index df2b1c9e5..b4a227324 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupDeploymentStyle.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupDeploymentStyle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupDeploymentStyle { // Indicates whether to route deployment traffic behind a load balancer. Valid Values are `WITH_TRAFFIC_CONTROL` or `WITHOUT_TRAFFIC_CONTROL`. Default is `WITHOUT_TRAFFIC_CONTROL`. @@ -22,16 +22,16 @@ export function codedeploy_DeploymentGroupDeploymentStyle_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "deploymentOption", - "Indicates whether to route deployment traffic behind a load balancer. Valid Values are `WITH_TRAFFIC_CONTROL` or `WITHOUT_TRAFFIC_CONTROL`. Default is `WITHOUT_TRAFFIC_CONTROL`.", + 'deploymentOption', + 'Indicates whether to route deployment traffic behind a load balancer. Valid Values are `WITH_TRAFFIC_CONTROL` or `WITHOUT_TRAFFIC_CONTROL`. Default is `WITHOUT_TRAFFIC_CONTROL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploymentType", - "Indicates whether to run an in-place deployment or a blue/green deployment. Valid Values are `IN_PLACE` or `BLUE_GREEN`. Default is `IN_PLACE`.\n\n_Only one `deployment_style` is allowed_.", + 'deploymentType', + 'Indicates whether to run an in-place deployment or a blue/green deployment. Valid Values are `IN_PLACE` or `BLUE_GREEN`. Default is `IN_PLACE`.\n\n_Only one `deployment_style` is allowed_.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagFilter.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagFilter.ts index 4c76bba65..5ec06ac5a 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagFilter.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupEc2TagFilter { /* @@ -25,24 +25,24 @@ export function codedeploy_DeploymentGroupEc2TagFilter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "value", - "The value of the tag filter.\n\nMultiple occurrences of `ec2_tag_filter` are allowed, where any instance that matches to at least one of the tag filters is selected.", + 'value', + 'The value of the tag filter.\n\nMultiple occurrences of `ec2_tag_filter` are allowed, where any instance that matches to at least one of the tag filters is selected.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the tag filter.", + 'key', + 'The key of the tag filter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.", + 'type', + 'The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSet.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSet.ts index 8b07d2761..eed1c08d2 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSet.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSet.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentGroupEc2TagSetEc2TagFilter, codedeploy_DeploymentGroupEc2TagSetEc2TagFilter_GetTypes, -} from "./codedeploy_DeploymentGroupEc2TagSetEc2TagFilter"; +} from './codedeploy_DeploymentGroupEc2TagSetEc2TagFilter'; export interface codedeploy_DeploymentGroupEc2TagSet { // Tag filters associated with the deployment group. See the AWS docs for details. @@ -19,8 +19,8 @@ export function codedeploy_DeploymentGroupEc2TagSet_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "ec2TagFilters", - "Tag filters associated with the deployment group. See the AWS docs for details.", + 'ec2TagFilters', + 'Tag filters associated with the deployment group. See the AWS docs for details.', () => codedeploy_DeploymentGroupEc2TagSetEc2TagFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSetEc2TagFilter.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSetEc2TagFilter.ts index 6af423700..c06144081 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSetEc2TagFilter.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEc2TagSetEc2TagFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupEc2TagSetEc2TagFilter { // The key of the tag filter. @@ -25,24 +25,24 @@ export function codedeploy_DeploymentGroupEc2TagSetEc2TagFilter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "type", - "The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.", + 'type', + 'The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the tag filter.\n\nMultiple occurrences of `ec2_tag_filter` are allowed, where any instance that matches to at least one of the tag filters is selected.", + 'value', + 'The value of the tag filter.\n\nMultiple occurrences of `ec2_tag_filter` are allowed, where any instance that matches to at least one of the tag filters is selected.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the tag filter.", + 'key', + 'The key of the tag filter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEcsService.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEcsService.ts index e8272827b..53331a095 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEcsService.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupEcsService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupEcsService { // The name of the ECS cluster. @@ -18,16 +18,16 @@ export function codedeploy_DeploymentGroupEcsService_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "clusterName", - "The name of the ECS cluster.", + 'clusterName', + 'The name of the ECS cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "The name of the ECS service.", + 'serviceName', + 'The name of the ECS service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfo.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfo.ts index b96721583..5a14d31cb 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfo.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfo.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentGroupLoadBalancerInfoElbInfo, codedeploy_DeploymentGroupLoadBalancerInfoElbInfo_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoElbInfo"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoElbInfo'; import { codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo, codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo'; import { codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo, codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo'; export interface codedeploy_DeploymentGroupLoadBalancerInfo { // The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with `elb_info` and `target_group_info`. @@ -33,8 +33,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfo_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "targetGroupPairInfo", - "The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with `elb_info` and `target_group_info`.", + 'targetGroupPairInfo', + 'The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with `elb_info` and `target_group_info`.', () => codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo_GetTypes(), false, @@ -42,16 +42,16 @@ export function codedeploy_DeploymentGroupLoadBalancerInfo_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Array, - "elbInfos", - "The Classic Elastic Load Balancer to use in a deployment. Conflicts with `target_group_info` and `target_group_pair_info`.", + 'elbInfos', + 'The Classic Elastic Load Balancer to use in a deployment. Conflicts with `target_group_info` and `target_group_pair_info`.', () => codedeploy_DeploymentGroupLoadBalancerInfoElbInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetGroupInfos", - "The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with `elb_info` and `target_group_pair_info`.", + 'targetGroupInfos', + 'The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with `elb_info` and `target_group_pair_info`.', () => codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoElbInfo.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoElbInfo.ts index 62351fa96..90c56a067 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoElbInfo.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoElbInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupLoadBalancerInfoElbInfo { // The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes. @@ -15,8 +15,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoElbInfo_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.", + 'name', + 'The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo.ts index 24040fcd7..2ec130b65 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo { // The name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes. @@ -15,8 +15,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupInfo_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "The name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.", + 'name', + 'The name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.ts index 8dc7e35d4..ddfbea008 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute, codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute'; import { codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup, codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup'; import { codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute, codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute_GetTypes, -} from "./codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute"; +} from './codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute'; export interface codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo { // Configuration block for the production traffic route (documented below). @@ -33,8 +33,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo_Ge return [ new DynamicUIProps( InputType.Object, - "testTrafficRoute", - "Configuration block for the test traffic route (documented below).", + 'testTrafficRoute', + 'Configuration block for the test traffic route (documented below).', () => codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute_GetTypes(), false, @@ -42,8 +42,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo_Ge ), new DynamicUIProps( InputType.Object, - "prodTrafficRoute", - "Configuration block for the production traffic route (documented below).", + 'prodTrafficRoute', + 'Configuration block for the production traffic route (documented below).', () => codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute_GetTypes(), true, @@ -51,8 +51,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfo_Ge ), new DynamicUIProps( InputType.Array, - "targetGroups", - "Configuration blocks for a target group within a target group pair (documented below).", + 'targetGroups', + 'Configuration blocks for a target group within a target group pair (documented below).', () => codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute.ts index 165270949..58d1e11c6 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute { // List of Amazon Resource Names (ARNs) of the load balancer listeners. Must contain exactly one listener ARN. @@ -15,8 +15,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoPro return [ new DynamicUIProps( InputType.Array, - "listenerArns", - "List of Amazon Resource Names (ARNs) of the load balancer listeners. Must contain exactly one listener ARN.", + 'listenerArns', + 'List of Amazon Resource Names (ARNs) of the load balancer listeners. Must contain exactly one listener ARN.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup.ts index 6bdb45cea..89c8eff45 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup { // Name of the target group. @@ -15,8 +15,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTar return [ new DynamicUIProps( InputType.String, - "name", - "Name of the target group.", + 'name', + 'Name of the target group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute.ts index baf6d5fd9..ab768453c 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute { // List of Amazon Resource Names (ARNs) of the load balancer listeners. @@ -15,8 +15,8 @@ export function codedeploy_DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTes return [ new DynamicUIProps( InputType.Array, - "listenerArns", - "List of Amazon Resource Names (ARNs) of the load balancer listeners.", + 'listenerArns', + 'List of Amazon Resource Names (ARNs) of the load balancer listeners.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter.ts index f337005f6..b54a7d450 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupOnPremisesInstanceTagFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupOnPremisesInstanceTagFilter { // The value of the tag filter. @@ -21,24 +21,24 @@ export function codedeploy_DeploymentGroupOnPremisesInstanceTagFilter_GetTypes() return [ new DynamicUIProps( InputType.String, - "type", - "The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.", + 'type', + 'The type of the tag filter, either `KEY_ONLY`, `VALUE_ONLY`, or `KEY_AND_VALUE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the tag filter.", + 'value', + 'The value of the tag filter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the tag filter.", + 'key', + 'The key of the tag filter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupTriggerConfiguration.ts b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupTriggerConfiguration.ts index 38742234b..92601c82e 100644 --- a/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupTriggerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codedeploy_DeploymentGroupTriggerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codedeploy_DeploymentGroupTriggerConfiguration { // The event type or types for which notifications are triggered. Some values that are supported: `DeploymentStart`, `DeploymentSuccess`, `DeploymentFailure`, `DeploymentStop`, `DeploymentRollback`, `InstanceStart`, `InstanceSuccess`, `InstanceFailure`. See [the CodeDeploy documentation](http://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-sns-event-notifications-create-trigger.html) for all possible values. @@ -21,24 +21,24 @@ export function codedeploy_DeploymentGroupTriggerConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "triggerTargetArn", - "The ARN of the SNS topic through which notifications are sent.", + 'triggerTargetArn', + 'The ARN of the SNS topic through which notifications are sent.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "triggerEvents", - "The event type or types for which notifications are triggered. Some values that are supported: `DeploymentStart`, `DeploymentSuccess`, `DeploymentFailure`, `DeploymentStop`, `DeploymentRollback`, `InstanceStart`, `InstanceSuccess`, `InstanceFailure`. See [the CodeDeploy documentation](http://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-sns-event-notifications-create-trigger.html) for all possible values.", + 'triggerEvents', + 'The event type or types for which notifications are triggered. Some values that are supported: `DeploymentStart`, `DeploymentSuccess`, `DeploymentFailure`, `DeploymentStop`, `DeploymentRollback`, `InstanceStart`, `InstanceSuccess`, `InstanceFailure`. See [the CodeDeploy documentation](http://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-sns-event-notifications-create-trigger.html) for all possible values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "triggerName", - "The name of the notification trigger.", + 'triggerName', + 'The name of the notification trigger.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig.ts b/src/app/Models/codegen/aws/types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig.ts index c181d180a..f669e46b7 100644 --- a/src/app/Models/codegen/aws/types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig.ts +++ b/src/app/Models/codegen/aws/types/codeguruprofiler_ProfilingGroupAgentOrchestrationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codeguruprofiler_ProfilingGroupAgentOrchestrationConfig { // (Required) Boolean that specifies whether the profiling agent collects profiling data or @@ -15,8 +15,8 @@ export function codeguruprofiler_ProfilingGroupAgentOrchestrationConfig_GetTypes return [ new DynamicUIProps( InputType.Bool, - "profilingEnabled", - "(Required) Boolean that specifies whether the profiling agent collects profiling data or", + 'profilingEnabled', + '(Required) Boolean that specifies whether the profiling agent collects profiling data or', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupAgentOrchestrationConfig.ts b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupAgentOrchestrationConfig.ts index 6c9fbbcd4..5cb1d044a 100644 --- a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupAgentOrchestrationConfig.ts +++ b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupAgentOrchestrationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codeguruprofiler_getProfilingGroupAgentOrchestrationConfig { // @@ -15,8 +15,8 @@ export function codeguruprofiler_getProfilingGroupAgentOrchestrationConfig_GetTy return [ new DynamicUIProps( InputType.Bool, - "profilingEnabled", - "", + 'profilingEnabled', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatus.ts b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatus.ts index 51c1b6f71..b771d65e5 100644 --- a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatus.ts +++ b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatus.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile, codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile_GetTypes, -} from "./codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile"; +} from './codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile'; export interface codeguruprofiler_getProfilingGroupProfilingStatus { // @@ -25,24 +25,24 @@ export function codeguruprofiler_getProfilingGroupProfilingStatus_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "latestAgentOrchestratedAt", - "", + 'latestAgentOrchestratedAt', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "latestAgentProfileReportedAt", - "", + 'latestAgentProfileReportedAt', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "latestAggregatedProfiles", - "", + 'latestAggregatedProfiles', + '', () => codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile.ts b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile.ts index bf50d423c..a12e19672 100644 --- a/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile.ts +++ b/src/app/Models/codegen/aws/types/codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile { // @@ -16,7 +16,7 @@ export interface codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregat export function codeguruprofiler_getProfilingGroupProfilingStatusLatestAggregatedProfile_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "period", "", () => [], true, false), - new DynamicUIProps(InputType.String, "start", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'period', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'start', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationKmsKeyDetails.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationKmsKeyDetails.ts index 6bb0932cd..3e2e79793 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationKmsKeyDetails.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationKmsKeyDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationKmsKeyDetails { // The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`). @@ -18,16 +18,16 @@ export function codegurureviewer_RepositoryAssociationKmsKeyDetails_GetTypes(): return [ new DynamicUIProps( InputType.String, - "encryptionOption", - "The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).", + 'encryptionOption', + 'The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ID of the AWS KMS key that is associated with a repository association.", + 'kmsKeyId', + 'The ID of the AWS KMS key that is associated with a repository association.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepository.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepository.ts index 66e3f68c4..88411bd8c 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepository.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepository.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codegurureviewer_RepositoryAssociationRepositoryCodecommit, codegurureviewer_RepositoryAssociationRepositoryCodecommit_GetTypes, -} from "./codegurureviewer_RepositoryAssociationRepositoryCodecommit"; +} from './codegurureviewer_RepositoryAssociationRepositoryCodecommit'; import { codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer, codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer_GetTypes, -} from "./codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer"; +} from './codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer'; import { codegurureviewer_RepositoryAssociationRepositoryS3Bucket, codegurureviewer_RepositoryAssociationRepositoryS3Bucket_GetTypes, -} from "./codegurureviewer_RepositoryAssociationRepositoryS3Bucket"; +} from './codegurureviewer_RepositoryAssociationRepositoryS3Bucket'; import { codegurureviewer_RepositoryAssociationRepositoryBitbucket, codegurureviewer_RepositoryAssociationRepositoryBitbucket_GetTypes, -} from "./codegurureviewer_RepositoryAssociationRepositoryBitbucket"; +} from './codegurureviewer_RepositoryAssociationRepositoryBitbucket'; export interface codegurureviewer_RepositoryAssociationRepository { // @@ -40,8 +40,8 @@ export function codegurureviewer_RepositoryAssociationRepository_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "bitbucket", - "", + 'bitbucket', + '', () => codegurureviewer_RepositoryAssociationRepositoryBitbucket_GetTypes(), false, @@ -49,8 +49,8 @@ export function codegurureviewer_RepositoryAssociationRepository_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "codecommit", - "", + 'codecommit', + '', () => codegurureviewer_RepositoryAssociationRepositoryCodecommit_GetTypes(), false, @@ -58,8 +58,8 @@ export function codegurureviewer_RepositoryAssociationRepository_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "githubEnterpriseServer", - "", + 'githubEnterpriseServer', + '', () => codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer_GetTypes(), false, @@ -67,8 +67,8 @@ export function codegurureviewer_RepositoryAssociationRepository_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "s3Bucket", - "", + 's3Bucket', + '', () => codegurureviewer_RepositoryAssociationRepositoryS3Bucket_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryBitbucket.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryBitbucket.ts index 48de2a63e..d99db9515 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryBitbucket.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryBitbucket.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationRepositoryBitbucket { // The name of the third party source repository. @@ -21,24 +21,24 @@ export function codegurureviewer_RepositoryAssociationRepositoryBitbucket_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "The name of the third party source repository.", + 'name', + 'The name of the third party source repository.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "owner", - "The username for the account that owns the repository.", + 'owner', + 'The username for the account that owns the repository.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "connectionArn", - "The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.", + 'connectionArn', + 'The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryCodecommit.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryCodecommit.ts index af9880825..e24a1c63b 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryCodecommit.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryCodecommit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationRepositoryCodecommit { // The name of the AWS CodeCommit repository. @@ -15,8 +15,8 @@ export function codegurureviewer_RepositoryAssociationRepositoryCodecommit_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "The name of the AWS CodeCommit repository.", + 'name', + 'The name of the AWS CodeCommit repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer.ts index 230dba723..9a3158569 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationRepositoryGithubEnterpriseServer { // The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. @@ -21,24 +21,24 @@ export function codegurureviewer_RepositoryAssociationRepositoryGithubEnterprise return [ new DynamicUIProps( InputType.String, - "owner", - "The username for the account that owns the repository.", + 'owner', + 'The username for the account that owns the repository.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "connectionArn", - "The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.", + 'connectionArn', + 'The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the third party source repository.", + 'name', + 'The name of the third party source repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryS3Bucket.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryS3Bucket.ts index 9b4802ff8..add3690fb 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryS3Bucket.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationRepositoryS3Bucket.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationRepositoryS3Bucket { // The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`. @@ -18,16 +18,16 @@ export function codegurureviewer_RepositoryAssociationRepositoryS3Bucket_GetType return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.", + 'bucketName', + 'The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the repository in the S3 bucket.", + 'name', + 'The name of the repository in the S3 bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetail.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetail.ts index f828453cf..7bb0ace59 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetail.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetail.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact, codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact_GetTypes, -} from "./codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact"; +} from './codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact'; export interface codegurureviewer_RepositoryAssociationS3RepositoryDetail { // The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`. @@ -22,16 +22,16 @@ export function codegurureviewer_RepositoryAssociationS3RepositoryDetail_GetType return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.", + 'bucketName', + 'The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "codeArtifacts", - "", + 'codeArtifacts', + '', () => codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact.ts b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact.ts index d6734d00d..d7fbabcae 100644 --- a/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact.ts +++ b/src/app/Models/codegen/aws/types/codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArtifact { // @@ -18,16 +18,16 @@ export function codegurureviewer_RepositoryAssociationS3RepositoryDetailCodeArti return [ new DynamicUIProps( InputType.String, - "buildArtifactsObjectKey", - "", + 'buildArtifactsObjectKey', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceCodeArtifactsObjectKey", - "", + 'sourceCodeArtifactsObjectKey', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeConfigurationProperty.ts b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeConfigurationProperty.ts index 431bf9c2e..3f3d8d2ce 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeConfigurationProperty.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeConfigurationProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_CustomActionTypeConfigurationProperty { // The description of the action configuration property. @@ -33,56 +33,56 @@ export function codepipeline_CustomActionTypeConfigurationProperty_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "name", - "The name of the action configuration property.", + 'name', + 'The name of the action configuration property.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "queryable", - "Indicates that the property will be used in conjunction with PollForJobs.", + 'queryable', + 'Indicates that the property will be used in conjunction with PollForJobs.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "required", - "Whether the configuration property is a required value.", + 'required', + 'Whether the configuration property is a required value.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "secret", - "Whether the configuration property is secret.", + 'secret', + 'Whether the configuration property is secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the configuration property. Valid values: `String`, `Number`, `Boolean`", + 'type', + 'The type of the configuration property. Valid values: `String`, `Number`, `Boolean`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the action configuration property.", + 'description', + 'The description of the action configuration property.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "key", - "Whether the configuration property is a key.", + 'key', + 'Whether the configuration property is a key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeInputArtifactDetails.ts b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeInputArtifactDetails.ts index ac61c394b..420dc0fcf 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeInputArtifactDetails.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeInputArtifactDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_CustomActionTypeInputArtifactDetails { // The minimum number of artifacts allowed for the action type. Min: 0, Max: 5 @@ -18,16 +18,16 @@ export function codepipeline_CustomActionTypeInputArtifactDetails_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "minimumCount", - "The minimum number of artifacts allowed for the action type. Min: 0, Max: 5", + 'minimumCount', + 'The minimum number of artifacts allowed for the action type. Min: 0, Max: 5', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumCount", - "The maximum number of artifacts allowed for the action type. Min: 0, Max: 5", + 'maximumCount', + 'The maximum number of artifacts allowed for the action type. Min: 0, Max: 5', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeOutputArtifactDetails.ts b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeOutputArtifactDetails.ts index ece50f5be..99f7bf022 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeOutputArtifactDetails.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeOutputArtifactDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_CustomActionTypeOutputArtifactDetails { // The minimum number of artifacts allowed for the action type. Min: 0, Max: 5 @@ -18,16 +18,16 @@ export function codepipeline_CustomActionTypeOutputArtifactDetails_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "minimumCount", - "The minimum number of artifacts allowed for the action type. Min: 0, Max: 5", + 'minimumCount', + 'The minimum number of artifacts allowed for the action type. Min: 0, Max: 5', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumCount", - "The maximum number of artifacts allowed for the action type. Min: 0, Max: 5", + 'maximumCount', + 'The maximum number of artifacts allowed for the action type. Min: 0, Max: 5', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeSettings.ts b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeSettings.ts index 429fbc3d0..9a2f9b1a7 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeSettings.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_CustomActionTypeSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_CustomActionTypeSettings { // The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system. @@ -24,32 +24,32 @@ export function codepipeline_CustomActionTypeSettings_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "thirdPartyConfigurationUrl", - "The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.", + 'thirdPartyConfigurationUrl', + 'The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "entityUrlTemplate", - "The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system.", + 'entityUrlTemplate', + 'The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "executionUrlTemplate", - "The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system.", + 'executionUrlTemplate', + 'The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revisionUrlTemplate", - "The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.", + 'revisionUrlTemplate', + 'The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStore.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStore.ts index a79a12805..42a058355 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStore.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStore.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineArtifactStoreEncryptionKey, codepipeline_PipelineArtifactStoreEncryptionKey_GetTypes, -} from "./codepipeline_PipelineArtifactStoreEncryptionKey"; +} from './codepipeline_PipelineArtifactStoreEncryptionKey'; export interface codepipeline_PipelineArtifactStore { // The location where AWS CodePipeline stores artifacts for a pipeline; currently only `S3` is supported. @@ -28,7 +28,7 @@ export function codepipeline_PipelineArtifactStore_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "encryptionKey", + 'encryptionKey', "The encryption key block AWS CodePipeline uses to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. If you don't specify a key, AWS CodePipeline uses the default key for Amazon Simple Storage Service (Amazon S3). An `encryption_key` block is documented below.", () => codepipeline_PipelineArtifactStoreEncryptionKey_GetTypes(), false, @@ -36,24 +36,24 @@ export function codepipeline_PipelineArtifactStore_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "location", - "The location where AWS CodePipeline stores artifacts for a pipeline; currently only `S3` is supported.", + 'location', + 'The location where AWS CodePipeline stores artifacts for a pipeline; currently only `S3` is supported.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "The region where the artifact store is located. Required for a cross-region CodePipeline, do not provide for a single-region CodePipeline.", + 'region', + 'The region where the artifact store is located. Required for a cross-region CodePipeline, do not provide for a single-region CodePipeline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the artifact store, such as Amazon S3", + 'type', + 'The type of the artifact store, such as Amazon S3', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStoreEncryptionKey.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStoreEncryptionKey.ts index 3e01e8c56..0dd0c752e 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStoreEncryptionKey.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineArtifactStoreEncryptionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineArtifactStoreEncryptionKey { // The KMS key ARN or ID @@ -18,16 +18,16 @@ export function codepipeline_PipelineArtifactStoreEncryptionKey_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "id", - "The KMS key ARN or ID", + 'id', + 'The KMS key ARN or ID', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of key; currently only `KMS` is supported", + 'type', + 'The type of key; currently only `KMS` is supported', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineStage.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineStage.ts index a972ca421..7df008e70 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineStage.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineStage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineStageAction, codepipeline_PipelineStageAction_GetTypes, -} from "./codepipeline_PipelineStageAction"; +} from './codepipeline_PipelineStageAction'; export interface codepipeline_PipelineStage { // The action(s) to include in the stage. Defined as an `action` block below @@ -22,16 +22,16 @@ export function codepipeline_PipelineStage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the stage.", + 'name', + 'The name of the stage.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "actions", - "The action(s) to include in the stage. Defined as an `action` block below", + 'actions', + 'The action(s) to include in the stage. Defined as an `action` block below', () => codepipeline_PipelineStageAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineStageAction.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineStageAction.ts index 80c94eb6e..ad39bb1cf 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineStageAction.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineStageAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineStageAction { // The action declaration's name. @@ -51,39 +51,39 @@ export function codepipeline_PipelineStageAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "region", - "The region in which to run the action.", + 'region', + 'The region in which to run the action.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "version", - "A string that identifies the action type.", + 'version', + 'A string that identifies the action type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "The namespace all output variables will be accessed from.", + 'namespace', + 'The namespace all output variables will be accessed from.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutInMinutes", - "", + 'timeoutInMinutes', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "configuration", + 'configuration', "A map of the action declaration's configuration. Configurations options for action types and providers can be found in the [Pipeline Structure Reference](http://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements) and [Action Structure Reference](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference.html) documentation. Note: The `DetectChanges` parameter (optional, default value is true) in the `configuration` section causes CodePipeline to automatically start your pipeline upon new commits. Please refer to AWS Documentation for more details: https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-config.", () => InputType_Map_GetTypes(), false, @@ -91,31 +91,31 @@ export function codepipeline_PipelineStageAction_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "inputArtifacts", - "A list of artifact names to be worked on.", + 'inputArtifacts', + 'A list of artifact names to be worked on.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "owner", - "The creator of the action being called. Possible values are `AWS`, `Custom` and `ThirdParty`.", + 'owner', + 'The creator of the action being called. Possible values are `AWS`, `Custom` and `ThirdParty`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM service role that will perform the declared action. This is assumed through the roleArn for the pipeline.", + 'roleArn', + 'The ARN of the IAM service role that will perform the declared action. This is assumed through the roleArn for the pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The action declaration's name.", () => [], true, @@ -123,32 +123,32 @@ export function codepipeline_PipelineStageAction_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "outputArtifacts", - "A list of artifact names to output. Output artifact names must be unique within a pipeline.", + 'outputArtifacts', + 'A list of artifact names to output. Output artifact names must be unique within a pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "runOrder", - "The order in which actions are run.", + 'runOrder', + 'The order in which actions are run.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "category", - "A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Possible values are `Approval`, `Build`, `Deploy`, `Invoke`, `Source` and `Test`.", + 'category', + 'A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Possible values are `Approval`, `Build`, `Deploy`, `Invoke`, `Source` and `Test`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "provider", - "The provider of the service being called by the action. Valid providers are determined by the action category. Provider names are listed in the [Action Structure Reference](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference.html) documentation.", + 'provider', + 'The provider of the service being called by the action. Valid providers are determined by the action category. Provider names are listed in the [Action Structure Reference](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference.html) documentation.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTrigger.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTrigger.ts index bce030909..b4c0560dc 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTrigger.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTrigger.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineTriggerGitConfiguration, codepipeline_PipelineTriggerGitConfiguration_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfiguration"; +} from './codepipeline_PipelineTriggerGitConfiguration'; export interface codepipeline_PipelineTrigger { // The source provider for the event. Possible value is `CodeStarSourceConnection`. @@ -22,16 +22,16 @@ export function codepipeline_PipelineTrigger_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "providerType", - "The source provider for the event. Possible value is `CodeStarSourceConnection`.", + 'providerType', + 'The source provider for the event. Possible value is `CodeStarSourceConnection`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "gitConfiguration", - "Provides the filter criteria and the source stage for the repository event that starts the pipeline. For more information, refer to the [AWS documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-filter.html). A `git_configuration` block is documented below.", + 'gitConfiguration', + 'Provides the filter criteria and the source stage for the repository event that starts the pipeline. For more information, refer to the [AWS documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-filter.html). A `git_configuration` block is documented below.', () => codepipeline_PipelineTriggerGitConfiguration_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfiguration.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfiguration.ts index 0c9707ab4..a38b0d771 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineTriggerGitConfigurationPullRequest, codepipeline_PipelineTriggerGitConfigurationPullRequest_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPullRequest"; +} from './codepipeline_PipelineTriggerGitConfigurationPullRequest'; import { codepipeline_PipelineTriggerGitConfigurationPush, codepipeline_PipelineTriggerGitConfigurationPush_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPush"; +} from './codepipeline_PipelineTriggerGitConfigurationPush'; export interface codepipeline_PipelineTriggerGitConfiguration { // The field where the repository event that will start the pipeline is specified as pull requests. A `pull_request` block is documented below. @@ -29,24 +29,24 @@ export function codepipeline_PipelineTriggerGitConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "pullRequests", - "The field where the repository event that will start the pipeline is specified as pull requests. A `pull_request` block is documented below.", + 'pullRequests', + 'The field where the repository event that will start the pipeline is specified as pull requests. A `pull_request` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPullRequest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "pushes", - "The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A `push` block is documented below.", + 'pushes', + 'The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A `push` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPush_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceActionName", - "The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.", + 'sourceActionName', + 'The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequest.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequest.ts index 96f991ca6..4c8c82840 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequest.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequest.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineTriggerGitConfigurationPullRequestBranches, codepipeline_PipelineTriggerGitConfigurationPullRequestBranches_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPullRequestBranches"; +} from './codepipeline_PipelineTriggerGitConfigurationPullRequestBranches'; import { codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths, codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths"; +} from './codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths'; export interface codepipeline_PipelineTriggerGitConfigurationPullRequest { // The field that specifies to filter on branches for the pull request trigger configuration. A `branches` block is documented below. @@ -29,8 +29,8 @@ export function codepipeline_PipelineTriggerGitConfigurationPullRequest_GetTypes return [ new DynamicUIProps( InputType.Object, - "branches", - "The field that specifies to filter on branches for the pull request trigger configuration. A `branches` block is documented below.", + 'branches', + 'The field that specifies to filter on branches for the pull request trigger configuration. A `branches` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPullRequestBranches_GetTypes(), false, @@ -38,16 +38,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPullRequest_GetTypes ), new DynamicUIProps( InputType.Array, - "events", - "A list that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration. Possible values are `OPEN`, `UPDATED ` and `CLOSED`.", + 'events', + 'A list that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration. Possible values are `OPEN`, `UPDATED ` and `CLOSED`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "filePaths", - "The field that specifies to filter on file paths for the pull request trigger configuration. A `file_paths` block is documented below.", + 'filePaths', + 'The field that specifies to filter on file paths for the pull request trigger configuration. A `file_paths` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestBranches.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestBranches.ts index 68330432f..66151719d 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestBranches.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestBranches.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineTriggerGitConfigurationPullRequestBranches { // A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline. @@ -18,16 +18,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPullRequestBranches_ return [ new DynamicUIProps( InputType.Array, - "excludes", - "A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.", + 'excludes', + 'A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includes", - "A list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.", + 'includes', + 'A list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths.ts index 22ac6d542..f7d80161c 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths { // A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline. @@ -18,16 +18,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPullRequestFilePaths return [ new DynamicUIProps( InputType.Array, - "excludes", - "A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.", + 'excludes', + 'A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includes", - "A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.", + 'includes', + 'A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPush.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPush.ts index 35466425f..073074f95 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPush.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPush.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { codepipeline_PipelineTriggerGitConfigurationPushTags, codepipeline_PipelineTriggerGitConfigurationPushTags_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPushTags"; +} from './codepipeline_PipelineTriggerGitConfigurationPushTags'; import { codepipeline_PipelineTriggerGitConfigurationPushBranches, codepipeline_PipelineTriggerGitConfigurationPushBranches_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPushBranches"; +} from './codepipeline_PipelineTriggerGitConfigurationPushBranches'; import { codepipeline_PipelineTriggerGitConfigurationPushFilePaths, codepipeline_PipelineTriggerGitConfigurationPushFilePaths_GetTypes, -} from "./codepipeline_PipelineTriggerGitConfigurationPushFilePaths"; +} from './codepipeline_PipelineTriggerGitConfigurationPushFilePaths'; export interface codepipeline_PipelineTriggerGitConfigurationPush { // The field that contains the details for the Git tags trigger configuration. A `tags` block is documented below. @@ -33,24 +33,24 @@ export function codepipeline_PipelineTriggerGitConfigurationPush_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "tags", - "The field that contains the details for the Git tags trigger configuration. A `tags` block is documented below.", + 'tags', + 'The field that contains the details for the Git tags trigger configuration. A `tags` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPushTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "branches", - "The field that specifies to filter on branches for the push trigger configuration. A `branches` block is documented below.", + 'branches', + 'The field that specifies to filter on branches for the push trigger configuration. A `branches` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPushBranches_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "filePaths", - "The field that specifies to filter on file paths for the push trigger configuration. A `file_paths` block is documented below.", + 'filePaths', + 'The field that specifies to filter on file paths for the push trigger configuration. A `file_paths` block is documented below.', () => codepipeline_PipelineTriggerGitConfigurationPushFilePaths_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushBranches.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushBranches.ts index 4e714a0ae..49e8303ac 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushBranches.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushBranches.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineTriggerGitConfigurationPushBranches { // A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline. @@ -18,16 +18,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPushBranches_GetType return [ new DynamicUIProps( InputType.Array, - "excludes", - "A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.", + 'excludes', + 'A list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includes", - "A list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.", + 'includes', + 'A list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushFilePaths.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushFilePaths.ts index 5657d8c9d..6d82b323c 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushFilePaths.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushFilePaths.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineTriggerGitConfigurationPushFilePaths { // A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline. @@ -18,16 +18,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPushFilePaths_GetTyp return [ new DynamicUIProps( InputType.Array, - "includes", - "A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.", + 'includes', + 'A list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "excludes", - "A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.", + 'excludes', + 'A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushTags.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushTags.ts index 15775e627..f089f6e01 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushTags.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineTriggerGitConfigurationPushTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineTriggerGitConfigurationPushTags { // A list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline. @@ -18,16 +18,16 @@ export function codepipeline_PipelineTriggerGitConfigurationPushTags_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "excludes", - "A list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.", + 'excludes', + 'A list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includes", - "A list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.", + 'includes', + 'A list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_PipelineVariable.ts b/src/app/Models/codegen/aws/types/codepipeline_PipelineVariable.ts index d8a80ae79..5709ac129 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_PipelineVariable.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_PipelineVariable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_PipelineVariable { // The default value of a pipeline-level variable. @@ -25,24 +25,24 @@ export function codepipeline_PipelineVariable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "defaultValue", - "The default value of a pipeline-level variable.", + 'defaultValue', + 'The default value of a pipeline-level variable.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of a pipeline-level variable.\n\n> **Note:** The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.", + 'description', + 'The description of a pipeline-level variable.\n\n> **Note:** The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of a pipeline-level variable.", + 'name', + 'The name of a pipeline-level variable.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_WebhookAuthenticationConfiguration.ts b/src/app/Models/codegen/aws/types/codepipeline_WebhookAuthenticationConfiguration.ts index 4855d96e7..24cd876b2 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_WebhookAuthenticationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_WebhookAuthenticationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_WebhookAuthenticationConfiguration { // A valid CIDR block for `IP` filtering. Required for `IP`. @@ -18,15 +18,15 @@ export function codepipeline_WebhookAuthenticationConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "allowedIpRange", - "A valid CIDR block for `IP` filtering. Required for `IP`.", + 'allowedIpRange', + 'A valid CIDR block for `IP` filtering. Required for `IP`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "secretToken", + 'secretToken', "The shared secret for the GitHub repository webhook. Set this as `secret` in your `github_repository_webhook`'s `configuration` block. Required for `GITHUB_HMAC`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/codepipeline_WebhookFilter.ts b/src/app/Models/codegen/aws/types/codepipeline_WebhookFilter.ts index 38b663c12..6bc8d089d 100644 --- a/src/app/Models/codegen/aws/types/codepipeline_WebhookFilter.ts +++ b/src/app/Models/codegen/aws/types/codepipeline_WebhookFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codepipeline_WebhookFilter { // The [JSON path](https://github.com/json-path/JsonPath) to filter on. @@ -18,16 +18,16 @@ export function codepipeline_WebhookFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "jsonPath", - "The [JSON path](https://github.com/json-path/JsonPath) to filter on.", + 'jsonPath', + 'The [JSON path](https://github.com/json-path/JsonPath) to filter on.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "matchEquals", - "The value to match on (e.g., `refs/heads/{Branch}`). See [AWS docs](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_WebhookFilterRule.html) for details.", + 'matchEquals', + 'The value to match on (e.g., `refs/heads/{Branch}`). See [AWS docs](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_WebhookFilterRule.html) for details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/codestarconnections_HostVpcConfiguration.ts b/src/app/Models/codegen/aws/types/codestarconnections_HostVpcConfiguration.ts index 388b63c78..6fcc30281 100644 --- a/src/app/Models/codegen/aws/types/codestarconnections_HostVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/codestarconnections_HostVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codestarconnections_HostVpcConfiguration { // The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed. @@ -24,32 +24,32 @@ export function codestarconnections_HostVpcConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.", + 'subnetIds', + 'The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "tlsCertificate", - "The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.", + 'tlsCertificate', + 'The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.", + 'vpcId', + 'The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.", + 'securityGroupIds', + 'ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/codestarnotifications_NotificationRuleTarget.ts b/src/app/Models/codegen/aws/types/codestarnotifications_NotificationRuleTarget.ts index b1698dfff..08022b783 100644 --- a/src/app/Models/codegen/aws/types/codestarnotifications_NotificationRuleTarget.ts +++ b/src/app/Models/codegen/aws/types/codestarnotifications_NotificationRuleTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface codestarnotifications_NotificationRuleTarget { // The ARN of notification rule target. For example, a SNS Topic ARN. @@ -21,24 +21,24 @@ export function codestarnotifications_NotificationRuleTarget_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "address", - "The ARN of notification rule target. For example, a SNS Topic ARN.", + 'address', + 'The ARN of notification rule target. For example, a SNS Topic ARN.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the notification rule. Possible values are `ENABLED` and `DISABLED`, default is `ENABLED`.", + 'status', + 'The status of the notification rule. Possible values are `ENABLED` and `DISABLED`, default is `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the notification target. Default value is `SNS`.", + 'type', + 'The type of the notification target. Default value is `SNS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_IdentityPoolCognitoIdentityProvider.ts b/src/app/Models/codegen/aws/types/cognito_IdentityPoolCognitoIdentityProvider.ts index 423d481a9..e1c5f4a99 100644 --- a/src/app/Models/codegen/aws/types/cognito_IdentityPoolCognitoIdentityProvider.ts +++ b/src/app/Models/codegen/aws/types/cognito_IdentityPoolCognitoIdentityProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_IdentityPoolCognitoIdentityProvider { // The client ID for the Amazon Cognito Identity User Pool. @@ -21,24 +21,24 @@ export function cognito_IdentityPoolCognitoIdentityProvider_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "serverSideTokenCheck", - "Whether server-side token validation is enabled for the identity provider’s token or not.", + 'serverSideTokenCheck', + 'Whether server-side token validation is enabled for the identity provider’s token or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "The client ID for the Amazon Cognito Identity User Pool.", + 'clientId', + 'The client ID for the Amazon Cognito Identity User Pool.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "providerName", - "The provider name for an Amazon Cognito Identity User Pool.", + 'providerName', + 'The provider name for an Amazon Cognito Identity User Pool.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMapping.ts b/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMapping.ts index 744446a1f..30f45f58d 100644 --- a/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMapping.ts +++ b/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule, cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule_GetTypes, -} from "./cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule"; +} from './cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule'; export interface cognito_IdentityPoolRoleAttachmentRoleMapping { // Specifies the action to be taken if either no rules match the claim value for the Rules type, or there is no cognito:preferred_role claim and there are multiple cognito:roles matches for the Token type. `Required` if you specify Token or Rules as the Type. @@ -28,15 +28,15 @@ export function cognito_IdentityPoolRoleAttachmentRoleMapping_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "ambiguousRoleResolution", - "Specifies the action to be taken if either no rules match the claim value for the Rules type, or there is no cognito:preferred_role claim and there are multiple cognito:roles matches for the Token type. `Required` if you specify Token or Rules as the Type.", + 'ambiguousRoleResolution', + 'Specifies the action to be taken if either no rules match the claim value for the Rules type, or there is no cognito:preferred_role claim and there are multiple cognito:roles matches for the Token type. `Required` if you specify Token or Rules as the Type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityProvider", + 'identityProvider', 'A string identifying the identity provider, for example, "graph.facebook.com" or "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id". Depends on `cognito_identity_providers` set on `aws.cognito.IdentityPool` resource or a `aws.cognito.IdentityProvider` resource.', () => [], true, @@ -44,16 +44,16 @@ export function cognito_IdentityPoolRoleAttachmentRoleMapping_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "mappingRules", - "The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.", + 'mappingRules', + 'The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.', () => cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The role mapping type.", + 'type', + 'The role mapping type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule.ts b/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule.ts index 48af2dd66..4a9c2039e 100644 --- a/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule.ts +++ b/src/app/Models/codegen/aws/types/cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule { // The claim name that must be present in the token, for example, "isAdmin" or "paid". @@ -24,7 +24,7 @@ export function cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule_GetType return [ new DynamicUIProps( InputType.String, - "claim", + 'claim', 'The claim name that must be present in the token, for example, "isAdmin" or "paid".', () => [], true, @@ -32,23 +32,23 @@ export function cognito_IdentityPoolRoleAttachmentRoleMappingMappingRule_GetType ), new DynamicUIProps( InputType.String, - "matchType", - "The match condition that specifies how closely the claim value in the IdP token must match Value.", + 'matchType', + 'The match condition that specifies how closely the claim value in the IdP token must match Value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The role ARN.", + 'roleArn', + 'The role ARN.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', 'A brief string that the claim must match, for example, "paid" or "yes".', () => [], true, diff --git a/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientAnalyticsConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientAnalyticsConfiguration.ts index 2e38a7fcd..3a3fd720f 100644 --- a/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientAnalyticsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientAnalyticsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_ManagedUserPoolClientAnalyticsConfiguration { // ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. It conflicts with `application_arn`. @@ -27,40 +27,40 @@ export function cognito_ManagedUserPoolClientAnalyticsConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "applicationArn", - "Application ARN for an Amazon Pinpoint application. It conflicts with `external_id` and `role_arn`.", + 'applicationArn', + 'Application ARN for an Amazon Pinpoint application. It conflicts with `external_id` and `role_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "Unique identifier for an Amazon Pinpoint application.", + 'applicationId', + 'Unique identifier for an Amazon Pinpoint application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalId", - "ID for the Analytics Configuration and conflicts with `application_arn`.", + 'externalId', + 'ID for the Analytics Configuration and conflicts with `application_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. It conflicts with `application_arn`.", + 'roleArn', + 'ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. It conflicts with `application_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "userDataShared", - "If `user_data_shared` is set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.", + 'userDataShared', + 'If `user_data_shared` is set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientTokenValidityUnits.ts b/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientTokenValidityUnits.ts index 070d78f79..ba37cdebf 100644 --- a/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientTokenValidityUnits.ts +++ b/src/app/Models/codegen/aws/types/cognito_ManagedUserPoolClientTokenValidityUnits.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_ManagedUserPoolClientTokenValidityUnits { // Time unit for the value in `access_token_validity` and defaults to `hours`. @@ -21,24 +21,24 @@ export function cognito_ManagedUserPoolClientTokenValidityUnits_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "accessToken", - "Time unit for the value in `access_token_validity` and defaults to `hours`.", + 'accessToken', + 'Time unit for the value in `access_token_validity` and defaults to `hours`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "idToken", - "Time unit for the value in `id_token_validity`, and it defaults to `hours`.", + 'idToken', + 'Time unit for the value in `id_token_validity`, and it defaults to `hours`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "refreshToken", - "Time unit for the value in `refresh_token_validity` and defaults to `days`.", + 'refreshToken', + 'Time unit for the value in `refresh_token_validity` and defaults to `days`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_ResourceServerScope.ts b/src/app/Models/codegen/aws/types/cognito_ResourceServerScope.ts index 4c8893922..ef0f18a0a 100644 --- a/src/app/Models/codegen/aws/types/cognito_ResourceServerScope.ts +++ b/src/app/Models/codegen/aws/types/cognito_ResourceServerScope.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_ResourceServerScope { // The scope description. @@ -18,16 +18,16 @@ export function cognito_ResourceServerScope_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "scopeDescription", - "The scope description.", + 'scopeDescription', + 'The scope description.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scopeName", - "The scope name.", + 'scopeName', + 'The scope name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration.ts index b4283ed0b..5f5a3d6ef 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions, cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration, cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfiguration { // Account takeover risk configuration actions. See details below. @@ -26,8 +26,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfiguration_GetTyp return [ new DynamicUIProps( InputType.Object, - "actions", - "Account takeover risk configuration actions. See details below.", + 'actions', + 'Account takeover risk configuration actions. See details below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions_GetTypes(), true, @@ -35,8 +35,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfiguration_GetTyp ), new DynamicUIProps( InputType.Object, - "notifyConfiguration", - "The notify configuration used to construct email notifications. See details below.", + 'notifyConfiguration', + 'The notify configuration used to construct email notifications. See details below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions.ts index 220708a2e..0faf5ff24 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction, cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction, cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction, cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions { // Action to take for a high risk. See action block below. @@ -33,8 +33,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions return [ new DynamicUIProps( InputType.Object, - "highAction", - "Action to take for a high risk. See action block below.", + 'highAction', + 'Action to take for a high risk. See action block below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction_GetTypes(), false, @@ -42,8 +42,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions ), new DynamicUIProps( InputType.Object, - "lowAction", - "Action to take for a low risk. See action block below.", + 'lowAction', + 'Action to take for a low risk. See action block below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction_GetTypes(), false, @@ -51,8 +51,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions ), new DynamicUIProps( InputType.Object, - "mediumAction", - "Action to take for a medium risk. See action block below.", + 'mediumAction', + 'Action to take for a medium risk. See action block below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction.ts index 076562635..63fa4c145 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsHighAction { // @@ -18,16 +18,16 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions return [ new DynamicUIProps( InputType.String, - "eventAction", - "", + 'eventAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "notify", - "Whether to send a notification.", + 'notify', + 'Whether to send a notification.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction.ts index b08e56354..ca11ac627 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsLowAction { // @@ -18,16 +18,16 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions return [ new DynamicUIProps( InputType.String, - "eventAction", - "", + 'eventAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "notify", - "Whether to send a notification.", + 'notify', + 'Whether to send a notification.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction.ts index 53746ce81..ce5a39097 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationActionsMediumAction { // @@ -18,16 +18,16 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationActions return [ new DynamicUIProps( InputType.String, - "eventAction", - "", + 'eventAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "notify", - "Whether to send a notification.", + 'notify', + 'Whether to send a notification.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration.ts index 6fab95cfe..bd87348c7 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail, cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail, cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail'; import { cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail, cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail_GetTypes, -} from "./cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail"; +} from './cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfiguration { // Email template used when a detected risk event is blocked. See notify email type below. @@ -42,8 +42,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC return [ new DynamicUIProps( InputType.Object, - "blockEmail", - "Email template used when a detected risk event is blocked. See notify email type below.", + 'blockEmail', + 'Email template used when a detected risk event is blocked. See notify email type below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail_GetTypes(), false, @@ -51,16 +51,16 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC ), new DynamicUIProps( InputType.String, - "from", - "The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.", + 'from', + 'The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "mfaEmail", - "The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk. See notify email type below.", + 'mfaEmail', + 'The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk. See notify email type below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail_GetTypes(), false, @@ -68,8 +68,8 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC ), new DynamicUIProps( InputType.Object, - "noActionEmail", - "The email template used when a detected risk event is allowed. See notify email type below.", + 'noActionEmail', + 'The email template used when a detected risk event is allowed. See notify email type below.', () => cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail_GetTypes(), false, @@ -77,16 +77,16 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC ), new DynamicUIProps( InputType.String, - "replyTo", - "The destination to which the receiver of an email should reply to.", + 'replyTo', + 'The destination to which the receiver of an email should reply to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceArn", - "The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.", + 'sourceArn', + 'The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail.ts index 18f661192..2d597ee32 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmail { // The email text body. @@ -21,24 +21,24 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC return [ new DynamicUIProps( InputType.String, - "textBody", - "The email text body.", + 'textBody', + 'The email text body.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "htmlBody", - "The email HTML body.", + 'htmlBody', + 'The email HTML body.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subject", - "The email subject.", + 'subject', + 'The email subject.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail.ts index 7447a48d5..a711d6441 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmail { // The email text body. @@ -21,24 +21,24 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC return [ new DynamicUIProps( InputType.String, - "subject", - "The email subject.", + 'subject', + 'The email subject.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "textBody", - "The email text body.", + 'textBody', + 'The email text body.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "htmlBody", - "The email HTML body.", + 'htmlBody', + 'The email HTML body.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail.ts index fb2500abd..5d59218f6 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmail { // The email HTML body. @@ -21,24 +21,24 @@ export function cognito_RiskConfigurationAccountTakeoverRiskConfigurationNotifyC return [ new DynamicUIProps( InputType.String, - "textBody", - "The email text body.", + 'textBody', + 'The email text body.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "htmlBody", - "The email HTML body.", + 'htmlBody', + 'The email HTML body.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subject", - "The email subject.", + 'subject', + 'The email subject.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration.ts index 3d14c16f9..05dcb6d55 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions, cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions_GetTypes, -} from "./cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions"; +} from './cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions'; export interface cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration { // The compromised credentials risk configuration actions. See details below. @@ -22,8 +22,8 @@ export function cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration return [ new DynamicUIProps( InputType.Object, - "actions", - "The compromised credentials risk configuration actions. See details below.", + 'actions', + 'The compromised credentials risk configuration actions. See details below.', () => cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions_GetTypes(), true, @@ -31,8 +31,8 @@ export function cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration ), new DynamicUIProps( InputType.Array, - "eventFilters", - "Perform the action for these events. The default is to perform all events if no event filter is specified. Valid values are `SIGN_IN`, `PASSWORD_CHANGE`, and `SIGN_UP`.", + 'eventFilters', + 'Perform the action for these events. The default is to perform all events if no event filter is specified. Valid values are `SIGN_IN`, `PASSWORD_CHANGE`, and `SIGN_UP`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions.ts index 869e8aa7c..366bf5cd6 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationCompromisedCredentialsRiskConfigurationActions { // The event action. Valid values are `BLOCK` or `NO_ACTION`. @@ -15,8 +15,8 @@ export function cognito_RiskConfigurationCompromisedCredentialsRiskConfiguration return [ new DynamicUIProps( InputType.String, - "eventAction", - "The event action. Valid values are `BLOCK` or `NO_ACTION`.", + 'eventAction', + 'The event action. Valid values are `BLOCK` or `NO_ACTION`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationRiskExceptionConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationRiskExceptionConfiguration.ts index 29c4adb20..3f7af9366 100644 --- a/src/app/Models/codegen/aws/types/cognito_RiskConfigurationRiskExceptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_RiskConfigurationRiskExceptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_RiskConfigurationRiskExceptionConfiguration { /* @@ -26,15 +26,15 @@ export function cognito_RiskConfigurationRiskExceptionConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "blockedIpRangeLists", - "Overrides the risk decision to always block the pre-authentication requests.\nThe IP range is in CIDR notation, a compact representation of an IP address and its routing prefix.\nCan contain a maximum of 200 items.", + 'blockedIpRangeLists', + 'Overrides the risk decision to always block the pre-authentication requests.\nThe IP range is in CIDR notation, a compact representation of an IP address and its routing prefix.\nCan contain a maximum of 200 items.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "skippedIpRangeLists", + 'skippedIpRangeLists', "Risk detection isn't performed on the IP addresses in this range list.\nThe IP range is in CIDR notation.\nCan contain a maximum of 200 items.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySetting.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySetting.ts index 1cbab4202..55cc0f3d3 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySetting.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolAccountRecoverySettingRecoveryMechanism, cognito_UserPoolAccountRecoverySettingRecoveryMechanism_GetTypes, -} from "./cognito_UserPoolAccountRecoverySettingRecoveryMechanism"; +} from './cognito_UserPoolAccountRecoverySettingRecoveryMechanism'; export interface cognito_UserPoolAccountRecoverySetting { // List of Account Recovery Options of the following structure: @@ -19,8 +19,8 @@ export function cognito_UserPoolAccountRecoverySetting_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "recoveryMechanisms", - "List of Account Recovery Options of the following structure:", + 'recoveryMechanisms', + 'List of Account Recovery Options of the following structure:', () => cognito_UserPoolAccountRecoverySettingRecoveryMechanism_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySettingRecoveryMechanism.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySettingRecoveryMechanism.ts index 760296ed6..8e8074a04 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySettingRecoveryMechanism.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolAccountRecoverySettingRecoveryMechanism.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolAccountRecoverySettingRecoveryMechanism { // Positive integer specifying priority of a method with 1 being the highest priority. @@ -18,16 +18,16 @@ export function cognito_UserPoolAccountRecoverySettingRecoveryMechanism_GetTypes return [ new DynamicUIProps( InputType.Number, - "priority", - "Positive integer specifying priority of a method with 1 being the highest priority.", + 'priority', + 'Positive integer specifying priority of a method with 1 being the highest priority.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Recovery method for a user. Can be of the following: `verified_email`, `verified_phone_number`, and `admin_only`.", + 'name', + 'Recovery method for a user. Can be of the following: `verified_email`, `verified_phone_number`, and `admin_only`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfig.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfig.ts index 7f8df951f..86899e362 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate, cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate_GetTypes, -} from "./cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate"; +} from './cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate'; export interface cognito_UserPoolAdminCreateUserConfig { // Invite message template structure. Detailed below. @@ -22,8 +22,8 @@ export function cognito_UserPoolAdminCreateUserConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "inviteMessageTemplate", - "Invite message template structure. Detailed below.", + 'inviteMessageTemplate', + 'Invite message template structure. Detailed below.', () => cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate_GetTypes(), false, @@ -31,8 +31,8 @@ export function cognito_UserPoolAdminCreateUserConfig_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Bool, - "allowAdminCreateUserOnly", - "Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.", + 'allowAdminCreateUserOnly', + 'Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate.ts index cf5355b57..7336cff1c 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate { // Message template for email messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively. @@ -21,24 +21,24 @@ export function cognito_UserPoolAdminCreateUserConfigInviteMessageTemplate_GetTy return [ new DynamicUIProps( InputType.String, - "emailMessage", - "Message template for email messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.", + 'emailMessage', + 'Message template for email messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailSubject", - "Subject line for email messages.", + 'emailSubject', + 'Subject line for email messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "smsMessage", - "Message template for SMS messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.", + 'smsMessage', + 'Message template for SMS messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolClientAnalyticsConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolClientAnalyticsConfiguration.ts index eb84ab00c..f4cdf5ffd 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolClientAnalyticsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolClientAnalyticsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolClientAnalyticsConfiguration { // Application ARN for an Amazon Pinpoint application. Conflicts with `external_id` and `role_arn`. @@ -27,40 +27,40 @@ export function cognito_UserPoolClientAnalyticsConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "applicationArn", - "Application ARN for an Amazon Pinpoint application. Conflicts with `external_id` and `role_arn`.", + 'applicationArn', + 'Application ARN for an Amazon Pinpoint application. Conflicts with `external_id` and `role_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationId", - "Application ID for an Amazon Pinpoint application.", + 'applicationId', + 'Application ID for an Amazon Pinpoint application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalId", - "ID for the Analytics Configuration. Conflicts with `application_arn`.", + 'externalId', + 'ID for the Analytics Configuration. Conflicts with `application_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. Conflicts with `application_arn`.", + 'roleArn', + 'ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. Conflicts with `application_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "userDataShared", - "If set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.", + 'userDataShared', + 'If set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolClientTokenValidityUnits.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolClientTokenValidityUnits.ts index 336e4daa9..d933a5558 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolClientTokenValidityUnits.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolClientTokenValidityUnits.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolClientTokenValidityUnits { // Time unit in for the value in `access_token_validity`, defaults to `hours`. @@ -21,24 +21,24 @@ export function cognito_UserPoolClientTokenValidityUnits_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "accessToken", - "Time unit in for the value in `access_token_validity`, defaults to `hours`.", + 'accessToken', + 'Time unit in for the value in `access_token_validity`, defaults to `hours`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "idToken", - "Time unit in for the value in `id_token_validity`, defaults to `hours`.", + 'idToken', + 'Time unit in for the value in `id_token_validity`, defaults to `hours`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "refreshToken", - "Time unit in for the value in `refresh_token_validity`, defaults to `days`.", + 'refreshToken', + 'Time unit in for the value in `refresh_token_validity`, defaults to `days`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolDeviceConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolDeviceConfiguration.ts index c089dbcd9..0c7c7ed7d 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolDeviceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolDeviceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolDeviceConfiguration { // Whether a challenge is required on a new device. Only applicable to a new device. @@ -18,15 +18,15 @@ export function cognito_UserPoolDeviceConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "challengeRequiredOnNewDevice", - "Whether a challenge is required on a new device. Only applicable to a new device.", + 'challengeRequiredOnNewDevice', + 'Whether a challenge is required on a new device. Only applicable to a new device.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deviceOnlyRememberedOnUserPrompt", + 'deviceOnlyRememberedOnUserPrompt', 'Whether a device is only remembered on user prompt. `false` equates to "Always" remember, `true` is "User Opt In," and not using a `device_configuration` block is "No."', () => [], false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolEmailConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolEmailConfiguration.ts index f845d6c34..cba819e25 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolEmailConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolEmailConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolEmailConfiguration { // Email delivery method to use. `COGNITO_DEFAULT` for the default email functionality built into Cognito or `DEVELOPER` to use your Amazon SES configuration. Required to be `DEVELOPER` if `from_email_address` is set. @@ -27,39 +27,39 @@ export function cognito_UserPoolEmailConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "replyToEmailAddress", - "REPLY-TO email address.", + 'replyToEmailAddress', + 'REPLY-TO email address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceArn", - "ARN of the SES verified email identity to use. Required if `email_sending_account` is set to `DEVELOPER`.", + 'sourceArn', + 'ARN of the SES verified email identity to use. Required if `email_sending_account` is set to `DEVELOPER`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configurationSet", - "Email configuration set name from SES.", + 'configurationSet', + 'Email configuration set name from SES.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailSendingAccount", - "Email delivery method to use. `COGNITO_DEFAULT` for the default email functionality built into Cognito or `DEVELOPER` to use your Amazon SES configuration. Required to be `DEVELOPER` if `from_email_address` is set.", + 'emailSendingAccount', + 'Email delivery method to use. `COGNITO_DEFAULT` for the default email functionality built into Cognito or `DEVELOPER` to use your Amazon SES configuration. Required to be `DEVELOPER` if `from_email_address` is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fromEmailAddress", + 'fromEmailAddress', 'Sender’s email address or sender’s display name with their email address (e.g., `john@example.com`, `John Smith ` or `\\"John Smith Ph.D.\\" `). Escaped double quotes are required around display names that contain certain characters as specified in [RFC 5322](https://tools.ietf.org/html/rfc5322).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfig.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfig.ts index 37491ae92..543c6e7d1 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolLambdaConfigCustomEmailSender, cognito_UserPoolLambdaConfigCustomEmailSender_GetTypes, -} from "./cognito_UserPoolLambdaConfigCustomEmailSender"; +} from './cognito_UserPoolLambdaConfigCustomEmailSender'; import { cognito_UserPoolLambdaConfigPreTokenGenerationConfig, cognito_UserPoolLambdaConfigPreTokenGenerationConfig_GetTypes, -} from "./cognito_UserPoolLambdaConfigPreTokenGenerationConfig"; +} from './cognito_UserPoolLambdaConfigPreTokenGenerationConfig'; import { cognito_UserPoolLambdaConfigCustomSmsSender, cognito_UserPoolLambdaConfigCustomSmsSender_GetTypes, -} from "./cognito_UserPoolLambdaConfigCustomSmsSender"; +} from './cognito_UserPoolLambdaConfigCustomSmsSender'; export interface cognito_UserPoolLambdaConfig { // Post-confirmation AWS Lambda trigger. @@ -66,112 +66,112 @@ export function cognito_UserPoolLambdaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customSmsSender", - "A custom SMS sender AWS Lambda trigger. See custom_sms_sender Below.", + 'customSmsSender', + 'A custom SMS sender AWS Lambda trigger. See custom_sms_sender Below.', () => cognito_UserPoolLambdaConfigCustomSmsSender_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "customMessage", - "Custom Message AWS Lambda trigger.", + 'customMessage', + 'Custom Message AWS Lambda trigger.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifyAuthChallengeResponse", - "Verifies the authentication challenge response.", + 'verifyAuthChallengeResponse', + 'Verifies the authentication challenge response.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "createAuthChallenge", - "ARN of the lambda creating an authentication challenge.", + 'createAuthChallenge', + 'ARN of the lambda creating an authentication challenge.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "preTokenGenerationConfig", - "Allow to customize access tokens. See pre_token_configuration_type", + 'preTokenGenerationConfig', + 'Allow to customize access tokens. See pre_token_configuration_type', () => cognito_UserPoolLambdaConfigPreTokenGenerationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "preTokenGeneration", - "Allow to customize identity token claims before token generation. Set this parameter for legacy purposes; for new instances of pre token generation triggers, set the lambda_arn of `pre_token_generation_config`.", + 'preTokenGeneration', + 'Allow to customize identity token claims before token generation. Set this parameter for legacy purposes; for new instances of pre token generation triggers, set the lambda_arn of `pre_token_generation_config`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userMigration", - "User migration Lambda config type.", + 'userMigration', + 'User migration Lambda config type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preSignUp", - "Pre-registration AWS Lambda trigger.", + 'preSignUp', + 'Pre-registration AWS Lambda trigger.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postAuthentication", - "Post-authentication AWS Lambda trigger.", + 'postAuthentication', + 'Post-authentication AWS Lambda trigger.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "customEmailSender", - "A custom email sender AWS Lambda trigger. See custom_email_sender Below.", + 'customEmailSender', + 'A custom email sender AWS Lambda trigger. See custom_email_sender Below.', () => cognito_UserPoolLambdaConfigCustomEmailSender_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defineAuthChallenge", - "Defines the authentication challenge.", + 'defineAuthChallenge', + 'Defines the authentication challenge.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Resource Name of Key Management Service Customer master keys. Amazon Cognito uses the key to encrypt codes and temporary passwords sent to CustomEmailSender and CustomSMSSender.", + 'kmsKeyId', + 'The Amazon Resource Name of Key Management Service Customer master keys. Amazon Cognito uses the key to encrypt codes and temporary passwords sent to CustomEmailSender and CustomSMSSender.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postConfirmation", - "Post-confirmation AWS Lambda trigger.", + 'postConfirmation', + 'Post-confirmation AWS Lambda trigger.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preAuthentication", - "Pre-authentication AWS Lambda trigger.", + 'preAuthentication', + 'Pre-authentication AWS Lambda trigger.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomEmailSender.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomEmailSender.ts index d8e52365f..914bcd79b 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomEmailSender.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomEmailSender.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolLambdaConfigCustomEmailSender { // The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users. @@ -18,15 +18,15 @@ export function cognito_UserPoolLambdaConfigCustomEmailSender_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "lambdaArn", - "The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.", + 'lambdaArn', + 'The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lambdaVersion", + 'lambdaVersion', 'The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom email Lambda function. The only supported value is `V1_0`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomSmsSender.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomSmsSender.ts index f8aae40b1..1251fe05d 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomSmsSender.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigCustomSmsSender.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolLambdaConfigCustomSmsSender { // The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users. @@ -18,7 +18,7 @@ export function cognito_UserPoolLambdaConfigCustomSmsSender_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "lambdaVersion", + 'lambdaVersion', 'The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS Lambda function. The only supported value is `V1_0`.', () => [], true, @@ -26,8 +26,8 @@ export function cognito_UserPoolLambdaConfigCustomSmsSender_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "lambdaArn", - "The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.", + 'lambdaArn', + 'The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigPreTokenGenerationConfig.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigPreTokenGenerationConfig.ts index 035403e53..51d6a67b4 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigPreTokenGenerationConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolLambdaConfigPreTokenGenerationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolLambdaConfigPreTokenGenerationConfig { // @@ -18,16 +18,16 @@ export function cognito_UserPoolLambdaConfigPreTokenGenerationConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "lambdaArn", - "", + 'lambdaArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lambdaVersion", - "", + 'lambdaVersion', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolPasswordPolicy.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolPasswordPolicy.ts index 2a051985b..4a200654a 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolPasswordPolicy.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolPasswordPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolPasswordPolicy { // Minimum length of the password policy that you have set. @@ -37,55 +37,55 @@ export function cognito_UserPoolPasswordPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "requireLowercase", - "Whether you have required users to use at least one lowercase letter in their password.", + 'requireLowercase', + 'Whether you have required users to use at least one lowercase letter in their password.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireNumbers", - "Whether you have required users to use at least one number in their password.", + 'requireNumbers', + 'Whether you have required users to use at least one number in their password.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireSymbols", - "Whether you have required users to use at least one symbol in their password.", + 'requireSymbols', + 'Whether you have required users to use at least one symbol in their password.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireUppercase", - "Whether you have required users to use at least one uppercase letter in their password.", + 'requireUppercase', + 'Whether you have required users to use at least one uppercase letter in their password.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "temporaryPasswordValidityDays", - "In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator.", + 'temporaryPasswordValidityDays', + 'In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minimumLength", - "Minimum length of the password policy that you have set.", + 'minimumLength', + 'Minimum length of the password policy that you have set.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "passwordHistorySize", + 'passwordHistorySize', "Number of previous passwords that you want Amazon Cognito to restrict each user from reusing. Users can't set a password that matches any of number of previous passwords specified by this argument. A value of 0 means that password history is not enforced. Valid values are between 0 and 24.\n\n**Note:** This argument requires advanced security features to be active in the user pool.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolSchema.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolSchema.ts index 70f2b38c7..bff5e2a62 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolSchema.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolSchema.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_UserPoolSchemaStringAttributeConstraints, cognito_UserPoolSchemaStringAttributeConstraints_GetTypes, -} from "./cognito_UserPoolSchemaStringAttributeConstraints"; +} from './cognito_UserPoolSchemaStringAttributeConstraints'; import { cognito_UserPoolSchemaNumberAttributeConstraints, cognito_UserPoolSchemaNumberAttributeConstraints_GetTypes, -} from "./cognito_UserPoolSchemaNumberAttributeConstraints"; +} from './cognito_UserPoolSchemaNumberAttributeConstraints'; export interface cognito_UserPoolSchema { // Configuration block for the constraints for an attribute of the number type. Detailed below. @@ -41,56 +41,56 @@ export function cognito_UserPoolSchema_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "developerOnlyAttribute", - "Whether the attribute type is developer only.", + 'developerOnlyAttribute', + 'Whether the attribute type is developer only.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mutable", - "Whether the attribute can be changed once it has been created.", + 'mutable', + 'Whether the attribute can be changed once it has been created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the attribute.", + 'name', + 'Name of the attribute.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "numberAttributeConstraints", - "Configuration block for the constraints for an attribute of the number type. Detailed below.", + 'numberAttributeConstraints', + 'Configuration block for the constraints for an attribute of the number type. Detailed below.', () => cognito_UserPoolSchemaNumberAttributeConstraints_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "required", - "Whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.", + 'required', + 'Whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "stringAttributeConstraints", - "Constraints for an attribute of the string type. Detailed below.", + 'stringAttributeConstraints', + 'Constraints for an attribute of the string type. Detailed below.', () => cognito_UserPoolSchemaStringAttributeConstraints_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "attributeDataType", - "Attribute data type. Must be one of `Boolean`, `Number`, `String`, `DateTime`.", + 'attributeDataType', + 'Attribute data type. Must be one of `Boolean`, `Number`, `String`, `DateTime`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaNumberAttributeConstraints.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaNumberAttributeConstraints.ts index 0b8d058c6..3c949859f 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaNumberAttributeConstraints.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaNumberAttributeConstraints.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolSchemaNumberAttributeConstraints { // Maximum value of an attribute that is of the number data type. @@ -18,16 +18,16 @@ export function cognito_UserPoolSchemaNumberAttributeConstraints_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "maxValue", - "Maximum value of an attribute that is of the number data type.", + 'maxValue', + 'Maximum value of an attribute that is of the number data type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minValue", - "Minimum value of an attribute that is of the number data type.", + 'minValue', + 'Minimum value of an attribute that is of the number data type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaStringAttributeConstraints.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaStringAttributeConstraints.ts index 9042a8c6c..a3505ca3f 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaStringAttributeConstraints.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolSchemaStringAttributeConstraints.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolSchemaStringAttributeConstraints { // Maximum length of an attribute value of the string type. @@ -18,16 +18,16 @@ export function cognito_UserPoolSchemaStringAttributeConstraints_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "maxLength", - "Maximum length of an attribute value of the string type.", + 'maxLength', + 'Maximum length of an attribute value of the string type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minLength", - "Minimum length of an attribute value of the string type.", + 'minLength', + 'Minimum length of an attribute value of the string type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolSmsConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolSmsConfiguration.ts index be8a3e53e..38bba7f54 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolSmsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolSmsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolSmsConfiguration { // External ID used in IAM role trust relationships. For more information about using external IDs, see [How to Use an External ID When Granting Access to Your AWS Resources to a Third Party](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html). @@ -21,15 +21,15 @@ export function cognito_UserPoolSmsConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "externalId", - "External ID used in IAM role trust relationships. For more information about using external IDs, see [How to Use an External ID When Granting Access to Your AWS Resources to a Third Party](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).", + 'externalId', + 'External ID used in IAM role trust relationships. For more information about using external IDs, see [How to Use an External ID When Granting Access to Your AWS Resources to a Third Party](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snsCallerArn", + 'snsCallerArn', "ARN of the Amazon SNS caller. This is usually the IAM role that you've given Cognito permission to assume.", () => [], true, @@ -37,8 +37,8 @@ export function cognito_UserPoolSmsConfiguration_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "snsRegion", - "The AWS Region to use with Amazon SNS integration. You can choose the same Region as your user pool, or a supported Legacy Amazon SNS alternate Region. Amazon Cognito resources in the Asia Pacific (Seoul) AWS Region must use your Amazon SNS configuration in the Asia Pacific (Tokyo) Region. For more information, see [SMS message settings for Amazon Cognito user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-sms-settings.html).", + 'snsRegion', + 'The AWS Region to use with Amazon SNS integration. You can choose the same Region as your user pool, or a supported Legacy Amazon SNS alternate Region. Amazon Cognito resources in the Asia Pacific (Seoul) AWS Region must use your Amazon SNS configuration in the Asia Pacific (Tokyo) Region. For more information, see [SMS message settings for Amazon Cognito user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-sms-settings.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolSoftwareTokenMfaConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolSoftwareTokenMfaConfiguration.ts index 97d655f79..f3957ad20 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolSoftwareTokenMfaConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolSoftwareTokenMfaConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolSoftwareTokenMfaConfiguration { // Boolean whether to enable software token Multi-Factor (MFA) tokens, such as Time-based One-Time Password (TOTP). To disable software token MFA When `sms_configuration` is not present, the `mfa_configuration` argument must be set to `OFF` and the `software_token_mfa_configuration` configuration block must be fully removed. @@ -15,8 +15,8 @@ export function cognito_UserPoolSoftwareTokenMfaConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean whether to enable software token Multi-Factor (MFA) tokens, such as Time-based One-Time Password (TOTP). To disable software token MFA When `sms_configuration` is not present, the `mfa_configuration` argument must be set to `OFF` and the `software_token_mfa_configuration` configuration block must be fully removed.", + 'enabled', + 'Boolean whether to enable software token Multi-Factor (MFA) tokens, such as Time-based One-Time Password (TOTP). To disable software token MFA When `sms_configuration` is not present, the `mfa_configuration` argument must be set to `OFF` and the `software_token_mfa_configuration` configuration block must be fully removed.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolUserAttributeUpdateSettings.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolUserAttributeUpdateSettings.ts index d88e1a18c..6d18410c4 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolUserAttributeUpdateSettings.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolUserAttributeUpdateSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolUserAttributeUpdateSettings { // A list of attributes requiring verification before update. If set, the provided value(s) must also be set in `auto_verified_attributes`. Valid values: `email`, `phone_number`. @@ -15,8 +15,8 @@ export function cognito_UserPoolUserAttributeUpdateSettings_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "attributesRequireVerificationBeforeUpdates", - "A list of attributes requiring verification before update. If set, the provided value(s) must also be set in `auto_verified_attributes`. Valid values: `email`, `phone_number`.", + 'attributesRequireVerificationBeforeUpdates', + 'A list of attributes requiring verification before update. If set, the provided value(s) must also be set in `auto_verified_attributes`. Valid values: `email`, `phone_number`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolUserPoolAddOns.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolUserPoolAddOns.ts index 39cd747da..e2cffc490 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolUserPoolAddOns.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolUserPoolAddOns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolUserPoolAddOns { // Mode for advanced security, must be one of `OFF`, `AUDIT` or `ENFORCED`. @@ -15,8 +15,8 @@ export function cognito_UserPoolUserPoolAddOns_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "advancedSecurityMode", - "Mode for advanced security, must be one of `OFF`, `AUDIT` or `ENFORCED`.", + 'advancedSecurityMode', + 'Mode for advanced security, must be one of `OFF`, `AUDIT` or `ENFORCED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolUsernameConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolUsernameConfiguration.ts index beeb1ec9e..7cd2034e8 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolUsernameConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolUsernameConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolUsernameConfiguration { // Whether username case sensitivity will be applied for all users in the user pool through Cognito APIs. @@ -15,8 +15,8 @@ export function cognito_UserPoolUsernameConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "caseSensitive", - "Whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.", + 'caseSensitive', + 'Whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/cognito_UserPoolVerificationMessageTemplate.ts b/src/app/Models/codegen/aws/types/cognito_UserPoolVerificationMessageTemplate.ts index 11d957b7c..4c9393d82 100644 --- a/src/app/Models/codegen/aws/types/cognito_UserPoolVerificationMessageTemplate.ts +++ b/src/app/Models/codegen/aws/types/cognito_UserPoolVerificationMessageTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_UserPoolVerificationMessageTemplate { // Subject line for the email message template. Conflicts with `email_verification_subject` argument. @@ -30,48 +30,48 @@ export function cognito_UserPoolVerificationMessageTemplate_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "emailMessage", - "Email message template. Must contain the `{####}` placeholder. Conflicts with `email_verification_message` argument.", + 'emailMessage', + 'Email message template. Must contain the `{####}` placeholder. Conflicts with `email_verification_message` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailMessageByLink", - "Email message template for sending a confirmation link to the user, it must contain the `{##Click Here##}` placeholder.", + 'emailMessageByLink', + 'Email message template for sending a confirmation link to the user, it must contain the `{##Click Here##}` placeholder.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailSubject", - "Subject line for the email message template. Conflicts with `email_verification_subject` argument.", + 'emailSubject', + 'Subject line for the email message template. Conflicts with `email_verification_subject` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailSubjectByLink", - "Subject line for the email message template for sending a confirmation link to the user.", + 'emailSubjectByLink', + 'Subject line for the email message template for sending a confirmation link to the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "smsMessage", - "SMS message template. Must contain the `{####}` placeholder. Conflicts with `sms_verification_message` argument.", + 'smsMessage', + 'SMS message template. Must contain the `{####}` placeholder. Conflicts with `sms_verification_message` argument.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultEmailOption", - "Default email option. Must be either `CONFIRM_WITH_CODE` or `CONFIRM_WITH_LINK`. Defaults to `CONFIRM_WITH_CODE`.", + 'defaultEmailOption', + 'Default email option. Must be either `CONFIRM_WITH_CODE` or `CONFIRM_WITH_LINK`. Defaults to `CONFIRM_WITH_CODE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getIdentityPoolCognitoIdentityProvider.ts b/src/app/Models/codegen/aws/types/cognito_getIdentityPoolCognitoIdentityProvider.ts index 4051cf65c..61722fd76 100644 --- a/src/app/Models/codegen/aws/types/cognito_getIdentityPoolCognitoIdentityProvider.ts +++ b/src/app/Models/codegen/aws/types/cognito_getIdentityPoolCognitoIdentityProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getIdentityPoolCognitoIdentityProvider { // @@ -21,20 +21,20 @@ export function cognito_getIdentityPoolCognitoIdentityProvider_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "providerName", - "", + 'providerName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "serverSideTokenCheck", - "", + 'serverSideTokenCheck', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/cognito_getUserGroupsGroup.ts b/src/app/Models/codegen/aws/types/cognito_getUserGroupsGroup.ts index 384d0a337..50dc696db 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserGroupsGroup.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserGroupsGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserGroupsGroup { // Description of the user group. @@ -24,32 +24,32 @@ export function cognito_getUserGroupsGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the user group.", + 'description', + 'Description of the user group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupName", - "Name of the user group.", + 'groupName', + 'Name of the user group.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "precedence", - "Precedence of the user group.", + 'precedence', + 'Precedence of the user group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role to be associated with the user group.", + 'roleArn', + 'ARN of the IAM role to be associated with the user group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySetting.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySetting.ts index 371afd5e9..01d6ef98a 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySetting.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_getUserPoolAccountRecoverySettingRecoveryMechanism, cognito_getUserPoolAccountRecoverySettingRecoveryMechanism_GetTypes, -} from "./cognito_getUserPoolAccountRecoverySettingRecoveryMechanism"; +} from './cognito_getUserPoolAccountRecoverySettingRecoveryMechanism'; export interface cognito_getUserPoolAccountRecoverySetting { // @@ -19,8 +19,8 @@ export function cognito_getUserPoolAccountRecoverySetting_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "recoveryMechanisms", - "", + 'recoveryMechanisms', + '', () => cognito_getUserPoolAccountRecoverySettingRecoveryMechanism_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySettingRecoveryMechanism.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySettingRecoveryMechanism.ts index 314019b58..b4b9675cf 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySettingRecoveryMechanism.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolAccountRecoverySettingRecoveryMechanism.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolAccountRecoverySettingRecoveryMechanism { // - Priority of this mechanism in the recovery process (lower numbers are higher priority). @@ -18,16 +18,16 @@ export function cognito_getUserPoolAccountRecoverySettingRecoveryMechanism_GetTy return [ new DynamicUIProps( InputType.Number, - "priority", - "- Priority of this mechanism in the recovery process (lower numbers are higher priority).", + 'priority', + '- Priority of this mechanism in the recovery process (lower numbers are higher priority).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "- Name of the attribute.", + 'name', + '- Name of the attribute.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfig.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfig.ts index a2cfac892..a6c612d1f 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate, cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate_GetTypes, -} from "./cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate"; +} from './cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate'; export interface cognito_getUserPoolAdminCreateUserConfig { // - Whether only admins can create users. @@ -28,24 +28,24 @@ export function cognito_getUserPoolAdminCreateUserConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "unusedAccountValidityDays", - "- Number of days an unconfirmed user account remains valid.\n* invite_message_template\u00a0- Templates for invitation messages.", + 'unusedAccountValidityDays', + '- Number of days an unconfirmed user account remains valid.\n* invite_message_template\u00a0- Templates for invitation messages.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowAdminCreateUserOnly", - "- Whether only admins can create users.", + 'allowAdminCreateUserOnly', + '- Whether only admins can create users.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "inviteMessageTemplates", - "", + 'inviteMessageTemplates', + '', () => cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate.ts index 84b9b4e16..a77c1d94c 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate { // - Email message content. @@ -21,24 +21,24 @@ export function cognito_getUserPoolAdminCreateUserConfigInviteMessageTemplate_Ge return [ new DynamicUIProps( InputType.String, - "emailMessage", - "- Email message content.", + 'emailMessage', + '- Email message content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "emailSubject", - "- Email message subject.", + 'emailSubject', + '- Email message subject.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "smsMessage", - "- SMS message content.", + 'smsMessage', + '- SMS message content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolClientAnalyticsConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolClientAnalyticsConfiguration.ts index d3e85c15a..f6f7daad7 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolClientAnalyticsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolClientAnalyticsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolClientAnalyticsConfiguration { // (Optional) ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. Conflicts with `application_arn`. @@ -27,40 +27,40 @@ export function cognito_getUserPoolClientAnalyticsConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "applicationId", - "(Optional) Application ID for an Amazon Pinpoint application.", + 'applicationId', + '(Optional) Application ID for an Amazon Pinpoint application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "externalId", - "(Optional) ID for the Analytics Configuration. Conflicts with `application_arn`.", + 'externalId', + '(Optional) ID for the Analytics Configuration. Conflicts with `application_arn`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "(Optional) ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. Conflicts with `application_arn`.", + 'roleArn', + '(Optional) ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics. Conflicts with `application_arn`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "userDataShared", - "(Optional) If set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.", + 'userDataShared', + '(Optional) If set to `true`, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applicationArn", - "(Optional) Application ARN for an Amazon Pinpoint application. Conflicts with `external_id` and `role_arn`.", + 'applicationArn', + '(Optional) Application ARN for an Amazon Pinpoint application. Conflicts with `external_id` and `role_arn`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolClientTokenValidityUnit.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolClientTokenValidityUnit.ts index 0d70082ea..9dc2944d9 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolClientTokenValidityUnit.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolClientTokenValidityUnit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolClientTokenValidityUnit { // (Optional) Time unit in for the value in `access_token_validity`, defaults to `hours`. @@ -21,24 +21,24 @@ export function cognito_getUserPoolClientTokenValidityUnit_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "idToken", - "(Optional) Time unit in for the value in `id_token_validity`, defaults to `hours`.", + 'idToken', + '(Optional) Time unit in for the value in `id_token_validity`, defaults to `hours`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "refreshToken", - "(Optional) Time unit in for the value in `refresh_token_validity`, defaults to `days`.", + 'refreshToken', + '(Optional) Time unit in for the value in `refresh_token_validity`, defaults to `days`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accessToken", - "(Optional) Time unit in for the value in `access_token_validity`, defaults to `hours`.", + 'accessToken', + '(Optional) Time unit in for the value in `access_token_validity`, defaults to `hours`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolDeviceConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolDeviceConfiguration.ts index ac6993c66..b4856b2c6 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolDeviceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolDeviceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolDeviceConfiguration { // - Whether a challenge is required on new devices. @@ -18,16 +18,16 @@ export function cognito_getUserPoolDeviceConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "challengeRequiredOnNewDevice", - "- Whether a challenge is required on new devices.", + 'challengeRequiredOnNewDevice', + '- Whether a challenge is required on new devices.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deviceOnlyRememberedOnUserPrompt", - "- Whether devices are only remembered if the user prompts it.", + 'deviceOnlyRememberedOnUserPrompt', + '- Whether devices are only remembered if the user prompts it.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolEmailConfiguration.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolEmailConfiguration.ts index 527420dce..87eeab116 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolEmailConfiguration.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolEmailConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolEmailConfiguration { // - Configuration set used for sending emails. @@ -27,40 +27,40 @@ export function cognito_getUserPoolEmailConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "sourceArn", - "- Source Amazon Resource Name (ARN) for emails.", + 'sourceArn', + '- Source Amazon Resource Name (ARN) for emails.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "configurationSet", - "- Configuration set used for sending emails.", + 'configurationSet', + '- Configuration set used for sending emails.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "emailSendingAccount", - "- Email sending account.", + 'emailSendingAccount', + '- Email sending account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "from", - "- Email sender address.", + 'from', + '- Email sender address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "replyToEmailAddress", - "- Reply-to email address.", + 'replyToEmailAddress', + '- Reply-to email address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfig.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfig.ts index f6444c36f..9e87dbf6c 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_getUserPoolLambdaConfigPreTokenGenerationConfig, cognito_getUserPoolLambdaConfigPreTokenGenerationConfig_GetTypes, -} from "./cognito_getUserPoolLambdaConfigPreTokenGenerationConfig"; +} from './cognito_getUserPoolLambdaConfigPreTokenGenerationConfig'; import { cognito_getUserPoolLambdaConfigCustomSmsSender, cognito_getUserPoolLambdaConfigCustomSmsSender_GetTypes, -} from "./cognito_getUserPoolLambdaConfigCustomSmsSender"; +} from './cognito_getUserPoolLambdaConfigCustomSmsSender'; import { cognito_getUserPoolLambdaConfigCustomEmailSender, cognito_getUserPoolLambdaConfigCustomEmailSender_GetTypes, -} from "./cognito_getUserPoolLambdaConfigCustomEmailSender"; +} from './cognito_getUserPoolLambdaConfigCustomEmailSender'; export interface cognito_getUserPoolLambdaConfig { // @@ -66,105 +66,105 @@ export function cognito_getUserPoolLambdaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "defineAuthChallenge", - "", + 'defineAuthChallenge', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "preSignUp", - "", + 'preSignUp', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userMigration", - "", + 'userMigration', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "createAuthChallenge", - "", + 'createAuthChallenge', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customMessage", - "", + 'customMessage', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "preAuthentication", - "", + 'preAuthentication', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "postAuthentication", - "", + 'postAuthentication', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "verifyAuthChallengeResponse", - "", + 'verifyAuthChallengeResponse', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "preTokenGenerationConfigs", - "", + 'preTokenGenerationConfigs', + '', () => cognito_getUserPoolLambdaConfigPreTokenGenerationConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "customEmailSenders", - "", + 'customEmailSenders', + '', () => cognito_getUserPoolLambdaConfigCustomEmailSender_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "preTokenGeneration", - "", + 'preTokenGeneration', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "customSmsSenders", - "", + 'customSmsSenders', + '', () => cognito_getUserPoolLambdaConfigCustomSmsSender_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "postConfirmation", - "", + 'postConfirmation', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomEmailSender.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomEmailSender.ts index 103cb3f44..b89d6d8ca 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomEmailSender.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomEmailSender.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolLambdaConfigCustomEmailSender { // - ARN of the Lambda function. @@ -18,16 +18,16 @@ export function cognito_getUserPoolLambdaConfigCustomEmailSender_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "lambdaVersion", - "- Version of the Lambda function.", + 'lambdaVersion', + '- Version of the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lambdaArn", - "- ARN of the Lambda function.", + 'lambdaArn', + '- ARN of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomSmsSender.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomSmsSender.ts index 4babf6eb3..abfc88b01 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomSmsSender.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigCustomSmsSender.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolLambdaConfigCustomSmsSender { // - ARN of the Lambda function. @@ -18,16 +18,16 @@ export function cognito_getUserPoolLambdaConfigCustomSmsSender_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "lambdaArn", - "- ARN of the Lambda function.", + 'lambdaArn', + '- ARN of the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lambdaVersion", - "- Version of the Lambda function.", + 'lambdaVersion', + '- Version of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigPreTokenGenerationConfig.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigPreTokenGenerationConfig.ts index 022071613..d22ce6447 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigPreTokenGenerationConfig.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolLambdaConfigPreTokenGenerationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolLambdaConfigPreTokenGenerationConfig { // - ARN of the Lambda function. @@ -18,16 +18,16 @@ export function cognito_getUserPoolLambdaConfigPreTokenGenerationConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "lambdaArn", - "- ARN of the Lambda function.", + 'lambdaArn', + '- ARN of the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lambdaVersion", - "- Version of the Lambda function.", + 'lambdaVersion', + '- Version of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttribute.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttribute.ts index a68fd0e00..7eec58b78 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttribute.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttribute.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cognito_getUserPoolSchemaAttributeStringAttributeConstraint, cognito_getUserPoolSchemaAttributeStringAttributeConstraint_GetTypes, -} from "./cognito_getUserPoolSchemaAttributeStringAttributeConstraint"; +} from './cognito_getUserPoolSchemaAttributeStringAttributeConstraint'; import { cognito_getUserPoolSchemaAttributeNumberAttributeConstraint, cognito_getUserPoolSchemaAttributeNumberAttributeConstraint_GetTypes, -} from "./cognito_getUserPoolSchemaAttributeNumberAttributeConstraint"; +} from './cognito_getUserPoolSchemaAttributeNumberAttributeConstraint'; export interface cognito_getUserPoolSchemaAttribute { /* @@ -45,40 +45,40 @@ export function cognito_getUserPoolSchemaAttribute_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "attributeDataType", - "- Data type of the attribute (e.g.,\u00a0string,\u00a0number).", + 'attributeDataType', + '- Data type of the attribute (e.g.,\u00a0string,\u00a0number).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "developerOnlyAttribute", - "- Whether the attribute is for developer use only.", + 'developerOnlyAttribute', + '- Whether the attribute is for developer use only.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "mutable", - "- Whether the attribute can be changed after user creation.", + 'mutable', + '- Whether the attribute can be changed after user creation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "- Name of the attribute.", + 'name', + '- Name of the attribute.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "numberAttributeConstraints", - "", + 'numberAttributeConstraints', + '', () => cognito_getUserPoolSchemaAttributeNumberAttributeConstraint_GetTypes(), true, @@ -86,16 +86,16 @@ export function cognito_getUserPoolSchemaAttribute_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Bool, - "required", - "- Whether the attribute is required during user registration.\n* number_attribute_constraints\u00a0- Constraints for numeric attributes.\n* string_attribute_constraints\u00a0- Constraints for string attributes.", + 'required', + '- Whether the attribute is required during user registration.\n* number_attribute_constraints\u00a0- Constraints for numeric attributes.\n* string_attribute_constraints\u00a0- Constraints for string attributes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "stringAttributeConstraints", - "", + 'stringAttributeConstraints', + '', () => cognito_getUserPoolSchemaAttributeStringAttributeConstraint_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeNumberAttributeConstraint.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeNumberAttributeConstraint.ts index 9e93ba86e..d67a0be8c 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeNumberAttributeConstraint.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeNumberAttributeConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolSchemaAttributeNumberAttributeConstraint { // - Minimum allowed value. @@ -18,16 +18,16 @@ export function cognito_getUserPoolSchemaAttributeNumberAttributeConstraint_GetT return [ new DynamicUIProps( InputType.String, - "minValue", - "- Minimum allowed value.", + 'minValue', + '- Minimum allowed value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "maxValue", - "- Maximum allowed value.", + 'maxValue', + '- Maximum allowed value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeStringAttributeConstraint.ts b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeStringAttributeConstraint.ts index afc6974bb..9d4ac809a 100644 --- a/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeStringAttributeConstraint.ts +++ b/src/app/Models/codegen/aws/types/cognito_getUserPoolSchemaAttributeStringAttributeConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface cognito_getUserPoolSchemaAttributeStringAttributeConstraint { // - Maximum allowed length. @@ -18,16 +18,16 @@ export function cognito_getUserPoolSchemaAttributeStringAttributeConstraint_GetT return [ new DynamicUIProps( InputType.String, - "maxLength", - "- Maximum allowed length.", + 'maxLength', + '- Maximum allowed length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "minLength", - "- Minimum allowed length.", + 'minLength', + '- Minimum allowed length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfig.ts b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfig.ts index f54aa6325..2fadf5fee 100644 --- a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { comprehend_DocumentClassifierInputDataConfigAugmentedManifest, comprehend_DocumentClassifierInputDataConfigAugmentedManifest_GetTypes, -} from "./comprehend_DocumentClassifierInputDataConfigAugmentedManifest"; +} from './comprehend_DocumentClassifierInputDataConfigAugmentedManifest'; export interface comprehend_DocumentClassifierInputDataConfig { /* @@ -45,8 +45,8 @@ export function comprehend_DocumentClassifierInputDataConfig_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "augmentedManifests", - "List of training datasets produced by Amazon SageMaker Ground Truth.\nUsed if `data_format` is `AUGMENTED_MANIFEST`.\nSee the `augmented_manifests` Configuration Block section below.", + 'augmentedManifests', + 'List of training datasets produced by Amazon SageMaker Ground Truth.\nUsed if `data_format` is `AUGMENTED_MANIFEST`.\nSee the `augmented_manifests` Configuration Block section below.', () => comprehend_DocumentClassifierInputDataConfigAugmentedManifest_GetTypes(), false, @@ -54,32 +54,32 @@ export function comprehend_DocumentClassifierInputDataConfig_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "dataFormat", - "The format for the training data.\nOne of `COMPREHEND_CSV` or `AUGMENTED_MANIFEST`.", + 'dataFormat', + 'The format for the training data.\nOne of `COMPREHEND_CSV` or `AUGMENTED_MANIFEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "labelDelimiter", - "Delimiter between labels when training a multi-label classifier.\nValid values are `|`, `~`, `!`, `@`, `#`, `$`, `%`, `^`, `*`, `-`, `_`, `+`, `=`, `\\`, `:`, `;`, `>`, `?`, `/`, ``, and ``.\nDefault is `|`.", + 'labelDelimiter', + 'Delimiter between labels when training a multi-label classifier.\nValid values are `|`, `~`, `!`, `@`, `#`, `$`, `%`, `^`, `*`, `-`, `_`, `+`, `=`, `\\`, `:`, `;`, `>`, `?`, `/`, ``, and ``.\nDefault is `|`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Uri", - "Location of training documents.\nUsed if `data_format` is `COMPREHEND_CSV`.", + 's3Uri', + 'Location of training documents.\nUsed if `data_format` is `COMPREHEND_CSV`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "testS3Uri", - "", + 'testS3Uri', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfigAugmentedManifest.ts b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfigAugmentedManifest.ts index 18bfe225e..cc66b01df 100644 --- a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfigAugmentedManifest.ts +++ b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierInputDataConfigAugmentedManifest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_DocumentClassifierInputDataConfigAugmentedManifest { // Location of annotation files. @@ -36,48 +36,48 @@ export function comprehend_DocumentClassifierInputDataConfigAugmentedManifest_Ge return [ new DynamicUIProps( InputType.String, - "documentType", - "Type of augmented manifest.\nOne of `PLAIN_TEXT_DOCUMENT` or `SEMI_STRUCTURED_DOCUMENT`.", + 'documentType', + 'Type of augmented manifest.\nOne of `PLAIN_TEXT_DOCUMENT` or `SEMI_STRUCTURED_DOCUMENT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Uri", - "Location of augmented manifest file.", + 's3Uri', + 'Location of augmented manifest file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceDocumentsS3Uri", - "Location of source PDF files.", + 'sourceDocumentsS3Uri', + 'Location of source PDF files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "split", - "Purpose of data in augmented manifest.\nOne of `TRAIN` or `TEST`.", + 'split', + 'Purpose of data in augmented manifest.\nOne of `TRAIN` or `TEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "annotationDataS3Uri", - "Location of annotation files.", + 'annotationDataS3Uri', + 'Location of annotation files.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "attributeNames", - "The JSON attribute that contains the annotations for the training documents.", + 'attributeNames', + 'The JSON attribute that contains the annotations for the training documents.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierOutputDataConfig.ts b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierOutputDataConfig.ts index a9fe98746..5a781cf0f 100644 --- a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierOutputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierOutputDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_DocumentClassifierOutputDataConfig { /* @@ -27,24 +27,24 @@ export function comprehend_DocumentClassifierOutputDataConfig_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS Key used to encrypt the output documents.\nCan be a KMS Key ID, a KMS Key ARN, a KMS Alias name, or a KMS Alias ARN.", + 'kmsKeyId', + 'KMS Key used to encrypt the output documents.\nCan be a KMS Key ID, a KMS Key ARN, a KMS Alias name, or a KMS Alias ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputS3Uri", - "Full path for the output documents.", + 'outputS3Uri', + 'Full path for the output documents.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Uri", - "Destination path for the output documents.\nThe full path to the output file will be returned in `output_s3_uri`.", + 's3Uri', + 'Destination path for the output documents.\nThe full path to the output file will be returned in `output_s3_uri`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierVpcConfig.ts b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierVpcConfig.ts index ab581f645..11b3f20bb 100644 --- a/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/comprehend_DocumentClassifierVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_DocumentClassifierVpcConfig { // List of security group IDs. @@ -18,16 +18,16 @@ export function comprehend_DocumentClassifierVpcConfig_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group IDs.", + 'securityGroupIds', + 'List of security group IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "List of VPC subnets.", + 'subnets', + 'List of VPC subnets.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfig.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfig.ts index 55168d17d..220148aca 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfig.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { comprehend_EntityRecognizerInputDataConfigAnnotations, comprehend_EntityRecognizerInputDataConfigAnnotations_GetTypes, -} from "./comprehend_EntityRecognizerInputDataConfigAnnotations"; +} from './comprehend_EntityRecognizerInputDataConfigAnnotations'; import { comprehend_EntityRecognizerInputDataConfigAugmentedManifest, comprehend_EntityRecognizerInputDataConfigAugmentedManifest_GetTypes, -} from "./comprehend_EntityRecognizerInputDataConfigAugmentedManifest"; +} from './comprehend_EntityRecognizerInputDataConfigAugmentedManifest'; import { comprehend_EntityRecognizerInputDataConfigDocuments, comprehend_EntityRecognizerInputDataConfigDocuments_GetTypes, -} from "./comprehend_EntityRecognizerInputDataConfigDocuments"; +} from './comprehend_EntityRecognizerInputDataConfigDocuments'; import { comprehend_EntityRecognizerInputDataConfigEntityList, comprehend_EntityRecognizerInputDataConfigEntityList_GetTypes, -} from "./comprehend_EntityRecognizerInputDataConfigEntityList"; +} from './comprehend_EntityRecognizerInputDataConfigEntityList'; import { comprehend_EntityRecognizerInputDataConfigEntityType, comprehend_EntityRecognizerInputDataConfigEntityType_GetTypes, -} from "./comprehend_EntityRecognizerInputDataConfigEntityType"; +} from './comprehend_EntityRecognizerInputDataConfigEntityType'; export interface comprehend_EntityRecognizerInputDataConfig { /* @@ -73,40 +73,40 @@ export function comprehend_EntityRecognizerInputDataConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "documents", - "Specifies a collection of training documents.\nUsed if `data_format` is `COMPREHEND_CSV`.\nSee the `documents` Configuration Block section below.", + 'documents', + 'Specifies a collection of training documents.\nUsed if `data_format` is `COMPREHEND_CSV`.\nSee the `documents` Configuration Block section below.', () => comprehend_EntityRecognizerInputDataConfigDocuments_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "entityList", - "Specifies location of the entity list data.\nSee the `entity_list` Configuration Block section below.\nOne of `entity_list` or `annotations` is required.", + 'entityList', + 'Specifies location of the entity list data.\nSee the `entity_list` Configuration Block section below.\nOne of `entity_list` or `annotations` is required.', () => comprehend_EntityRecognizerInputDataConfigEntityList_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "entityTypes", - "Set of entity types to be recognized.\nHas a maximum of 25 items.\nSee the `entity_types` Configuration Block section below.", + 'entityTypes', + 'Set of entity types to be recognized.\nHas a maximum of 25 items.\nSee the `entity_types` Configuration Block section below.', () => comprehend_EntityRecognizerInputDataConfigEntityType_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "annotations", - "Specifies location of the document annotation data.\nSee the `annotations` Configuration Block section below.\nOne of `annotations` or `entity_list` is required.", + 'annotations', + 'Specifies location of the document annotation data.\nSee the `annotations` Configuration Block section below.\nOne of `annotations` or `entity_list` is required.', () => comprehend_EntityRecognizerInputDataConfigAnnotations_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "augmentedManifests", - "List of training datasets produced by Amazon SageMaker Ground Truth.\nUsed if `data_format` is `AUGMENTED_MANIFEST`.\nSee the `augmented_manifests` Configuration Block section below.", + 'augmentedManifests', + 'List of training datasets produced by Amazon SageMaker Ground Truth.\nUsed if `data_format` is `AUGMENTED_MANIFEST`.\nSee the `augmented_manifests` Configuration Block section below.', () => comprehend_EntityRecognizerInputDataConfigAugmentedManifest_GetTypes(), false, @@ -114,8 +114,8 @@ export function comprehend_EntityRecognizerInputDataConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "dataFormat", - "The format for the training data.\nOne of `COMPREHEND_CSV` or `AUGMENTED_MANIFEST`.", + 'dataFormat', + 'The format for the training data.\nOne of `COMPREHEND_CSV` or `AUGMENTED_MANIFEST`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAnnotations.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAnnotations.ts index 4b3c8a3cc..62bce06ae 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAnnotations.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAnnotations.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerInputDataConfigAnnotations { // Location of training annotations. @@ -18,16 +18,16 @@ export function comprehend_EntityRecognizerInputDataConfigAnnotations_GetTypes() return [ new DynamicUIProps( InputType.String, - "s3Uri", - "Location of training annotations.", + 's3Uri', + 'Location of training annotations.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "testS3Uri", - "", + 'testS3Uri', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAugmentedManifest.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAugmentedManifest.ts index ae3d752c6..5235476de 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAugmentedManifest.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigAugmentedManifest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerInputDataConfigAugmentedManifest { // The JSON attribute that contains the annotations for the training documents. @@ -36,48 +36,48 @@ export function comprehend_EntityRecognizerInputDataConfigAugmentedManifest_GetT return [ new DynamicUIProps( InputType.Array, - "attributeNames", - "The JSON attribute that contains the annotations for the training documents.", + 'attributeNames', + 'The JSON attribute that contains the annotations for the training documents.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "documentType", - "Type of augmented manifest.\nOne of `PLAIN_TEXT_DOCUMENT` or `SEMI_STRUCTURED_DOCUMENT`.", + 'documentType', + 'Type of augmented manifest.\nOne of `PLAIN_TEXT_DOCUMENT` or `SEMI_STRUCTURED_DOCUMENT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Uri", - "Location of augmented manifest file.", + 's3Uri', + 'Location of augmented manifest file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceDocumentsS3Uri", - "Location of source PDF files.", + 'sourceDocumentsS3Uri', + 'Location of source PDF files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "split", - "Purpose of data in augmented manifest.\nOne of `TRAIN` or `TEST`.", + 'split', + 'Purpose of data in augmented manifest.\nOne of `TRAIN` or `TEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "annotationDataS3Uri", - "Location of annotation files.", + 'annotationDataS3Uri', + 'Location of annotation files.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigDocuments.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigDocuments.ts index 8bb062c98..1ef86a6ae 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigDocuments.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigDocuments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerInputDataConfigDocuments { // @@ -24,24 +24,24 @@ export function comprehend_EntityRecognizerInputDataConfigDocuments_GetTypes(): return [ new DynamicUIProps( InputType.String, - "inputFormat", - "Specifies how the input files should be processed.\nOne of `ONE_DOC_PER_LINE` or `ONE_DOC_PER_FILE`.", + 'inputFormat', + 'Specifies how the input files should be processed.\nOne of `ONE_DOC_PER_LINE` or `ONE_DOC_PER_FILE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Uri", - "Location of training documents.", + 's3Uri', + 'Location of training documents.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "testS3Uri", - "", + 'testS3Uri', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityList.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityList.ts index 9401b9875..70b421c5a 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityList.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerInputDataConfigEntityList { // Location of entity list. @@ -15,8 +15,8 @@ export function comprehend_EntityRecognizerInputDataConfigEntityList_GetTypes(): return [ new DynamicUIProps( InputType.String, - "s3Uri", - "Location of entity list.", + 's3Uri', + 'Location of entity list.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityType.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityType.ts index 40b6ab30b..365543a51 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityType.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerInputDataConfigEntityType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerInputDataConfigEntityType { /* @@ -18,8 +18,8 @@ export function comprehend_EntityRecognizerInputDataConfigEntityType_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "An entity type to be matched by the Entity Recognizer.\nCannot contain a newline (`\\n`), carriage return (`\\r`), or tab (`\\t`).", + 'type', + 'An entity type to be matched by the Entity Recognizer.\nCannot contain a newline (`\\n`), carriage return (`\\r`), or tab (`\\t`).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerVpcConfig.ts b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerVpcConfig.ts index 806b35e85..cc4c8366a 100644 --- a/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/comprehend_EntityRecognizerVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface comprehend_EntityRecognizerVpcConfig { // List of security group IDs. @@ -18,16 +18,16 @@ export function comprehend_EntityRecognizerVpcConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group IDs.", + 'securityGroupIds', + 'List of security group IDs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "List of VPC subnets.", + 'subnets', + 'List of VPC subnets.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/config_assumeRole.ts b/src/app/Models/codegen/aws/types/config_assumeRole.ts index cd10b6fe4..f24695c74 100644 --- a/src/app/Models/codegen/aws/types/config_assumeRole.ts +++ b/src/app/Models/codegen/aws/types/config_assumeRole.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface config_assumeRole { // The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m. @@ -39,72 +39,72 @@ export function config_assumeRole_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "duration", - "The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.", + 'duration', + 'The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalId", - "A unique identifier that might be required when you assume a role in another account.", + 'externalId', + 'A unique identifier that might be required when you assume a role in another account.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitiveTagKeys", - "Assume role session tag keys to pass to any subsequent sessions.", + 'transitiveTagKeys', + 'Assume role session tag keys to pass to any subsequent sessions.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sessionName", - "An identifier for the assumed role session.", + 'sessionName', + 'An identifier for the assumed role session.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.", + 'policy', + 'IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "policyArns", - "Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.", + 'policyArns', + 'Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceIdentity", - "Source identity specified by the principal assuming the role.", + 'sourceIdentity', + 'Source identity specified by the principal assuming the role.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Assume role session tags.", + 'tags', + 'Assume role session tags.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.", + 'roleArn', + 'Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/config_assumeRoleWithWebIdentity.ts b/src/app/Models/codegen/aws/types/config_assumeRoleWithWebIdentity.ts index 40aba1dc0..92880c44f 100644 --- a/src/app/Models/codegen/aws/types/config_assumeRoleWithWebIdentity.ts +++ b/src/app/Models/codegen/aws/types/config_assumeRoleWithWebIdentity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface config_assumeRoleWithWebIdentity { // Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed. @@ -33,56 +33,56 @@ export function config_assumeRoleWithWebIdentity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "policy", - "IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.", + 'policy', + 'IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "policyArns", - "Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.", + 'policyArns', + 'Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.", + 'roleArn', + 'Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionName", - "An identifier for the assumed role session.", + 'sessionName', + 'An identifier for the assumed role session.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webIdentityToken", - "", + 'webIdentityToken', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webIdentityTokenFile", - "", + 'webIdentityTokenFile', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "duration", - "The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.", + 'duration', + 'The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/config_defaultTags.ts b/src/app/Models/codegen/aws/types/config_defaultTags.ts index eba97f4d1..723040f95 100644 --- a/src/app/Models/codegen/aws/types/config_defaultTags.ts +++ b/src/app/Models/codegen/aws/types/config_defaultTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface config_defaultTags { // Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`. @@ -15,8 +15,8 @@ export function config_defaultTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "tags", - "Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`.", + 'tags', + 'Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/config_endpoints.ts b/src/app/Models/codegen/aws/types/config_endpoints.ts index 5b7d30186..cabfb7b02 100644 --- a/src/app/Models/codegen/aws/types/config_endpoints.ts +++ b/src/app/Models/codegen/aws/types/config_endpoints.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface config_endpoints { // Use this to override the default service endpoint URL @@ -876,2304 +876,2304 @@ export function config_endpoints_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "apprunner", - "Use this to override the default service endpoint URL", + 'apprunner', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fsx", - "Use this to override the default service endpoint URL", + 'fsx', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sfn", - "Use this to override the default service endpoint URL", + 'sfn', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apigatewayv2", - "Use this to override the default service endpoint URL", + 'apigatewayv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticloadbalancingv2", - "Use this to override the default service endpoint URL", + 'elasticloadbalancingv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rds", - "Use this to override the default service endpoint URL", + 'rds', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transfer", - "Use this to override the default service endpoint URL", + 'transfer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codecatalyst", - "Use this to override the default service endpoint URL", + 'codecatalyst', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicequotas", - "Use this to override the default service endpoint URL", + 'servicequotas', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecrpublic", - "Use this to override the default service endpoint URL", + 'ecrpublic', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "config", - "Use this to override the default service endpoint URL", + 'config', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthlake", - "Use this to override the default service endpoint URL", + 'healthlake', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesis", - "Use this to override the default service endpoint URL", + 'kinesis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dynamodb", - "Use this to override the default service endpoint URL", + 'dynamodb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "greengrass", - "Use this to override the default service endpoint URL", + 'greengrass', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "computeoptimizer", - "Use this to override the default service endpoint URL", + 'computeoptimizer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databasemigrationservice", - "Use this to override the default service endpoint URL", + 'databasemigrationservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "waf", - "Use this to override the default service endpoint URL", + 'waf', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptunegraph", - "Use this to override the default service endpoint URL", + 'neptunegraph', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "simpledb", - "Use this to override the default service endpoint URL", + 'simpledb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "signer", - "Use this to override the default service endpoint URL", + 'signer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codestarnotifications", - "Use this to override the default service endpoint URL", + 'codestarnotifications', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sns", - "Use this to override the default service endpoint URL", + 'sns', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "internetmonitor", - "Use this to override the default service endpoint URL", + 'internetmonitor', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpclattice", - "Use this to override the default service endpoint URL", + 'vpclattice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sts", - "Use this to override the default service endpoint URL", + 'sts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acm", - "Use this to override the default service endpoint URL", + 'acm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ivs", - "Use this to override the default service endpoint URL", + 'ivs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessapprepo", - "Use this to override the default service endpoint URL", + 'serverlessapprepo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidp", - "Use this to override the default service endpoint URL", + 'cognitoidp', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sdb", - "Use this to override the default service endpoint URL", + 'sdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftdataapiservice", - "Use this to override the default service endpoint URL", + 'redshiftdataapiservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediaconnect", - "Use this to override the default service endpoint URL", + 'mediaconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53recoverycontrolconfig", - "Use this to override the default service endpoint URL", + 'route53recoverycontrolconfig', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "medialive", - "Use this to override the default service endpoint URL", + 'medialive', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rolesanywhere", - "Use this to override the default service endpoint URL", + 'rolesanywhere', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chimesdkvoice", - "Use this to override the default service endpoint URL", + 'chimesdkvoice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloud9", - "Use this to override the default service endpoint URL", + 'cloud9', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessapplicationrepository", - "Use this to override the default service endpoint URL", + 'serverlessapplicationrepository', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3", - "Use this to override the default service endpoint URL", + 's3', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workspaces", - "Use this to override the default service endpoint URL", + 'workspaces', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transcribe", - "Use this to override the default service endpoint URL", + 'transcribe', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "polly", - "Use this to override the default service endpoint URL", + 'polly', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kms", - "Use this to override the default service endpoint URL", + 'kms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mq", - "Use this to override the default service endpoint URL", + 'mq', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sesv2", - "Use this to override the default service endpoint URL", + 'sesv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearch", - "Use this to override the default service endpoint URL", + 'opensearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestreamwrite", - "Use this to override the default service endpoint URL", + 'timestreamwrite', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "es", - "Use this to override the default service endpoint URL", + 'es', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dms", - "Use this to override the default service endpoint URL", + 'dms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicediscovery", - "Use this to override the default service endpoint URL", + 'servicediscovery', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspectorv2", - "Use this to override the default service endpoint URL", + 'inspectorv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityhub", - "Use this to override the default service endpoint URL", + 'securityhub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "finspace", - "Use this to override the default service endpoint URL", + 'finspace', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessrepo", - "Use this to override the default service endpoint URL", + 'serverlessrepo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "xray", - "Use this to override the default service endpoint URL", + 'xray', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ivschat", - "Use this to override the default service endpoint URL", + 'ivschat', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkmanager", - "Use this to override the default service endpoint URL", + 'networkmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3api", - "Use this to override the default service endpoint URL", + 's3api', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudcontrolapi", - "Use this to override the default service endpoint URL", + 'cloudcontrolapi', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53domains", - "Use this to override the default service endpoint URL", + 'route53domains', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appintegrationsservice", - "Use this to override the default service endpoint URL", + 'appintegrationsservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchevidently", - "Use this to override the default service endpoint URL", + 'cloudwatchevidently', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elastictranscoder", - "Use this to override the default service endpoint URL", + 'elastictranscoder', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prometheus", - "Use this to override the default service endpoint URL", + 'prometheus', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iotanalytics", - "Use this to override the default service endpoint URL", + 'iotanalytics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "macie2", - "Use this to override the default service endpoint URL", + 'macie2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codebuild", - "Use this to override the default service endpoint URL", + 'codebuild', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customerprofiles", - "Use this to override the default service endpoint URL", + 'customerprofiles', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kendra", - "Use this to override the default service endpoint URL", + 'kendra', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisanalytics", - "Use this to override the default service endpoint URL", + 'kinesisanalytics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cleanrooms", - "Use this to override the default service endpoint URL", + 'cleanrooms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmincidents", - "Use this to override the default service endpoint URL", + 'ssmincidents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amp", - "Use this to override the default service endpoint URL", + 'amp', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelbuilding", - "Use this to override the default service endpoint URL", + 'lexmodelbuilding', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appfabric", - "Use this to override the default service endpoint URL", + 'appfabric', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databrew", - "Use this to override the default service endpoint URL", + 'databrew', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backup", - "Use this to override the default service endpoint URL", + 'backup', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "docdbelastic", - "Use this to override the default service endpoint URL", + 'docdbelastic', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticbeanstalk", - "Use this to override the default service endpoint URL", + 'elasticbeanstalk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iam", - "Use this to override the default service endpoint URL", + 'iam', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ce", - "Use this to override the default service endpoint URL", + 'ce', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gluedatabrew", - "Use this to override the default service endpoint URL", + 'gluedatabrew', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appstream", - "Use this to override the default service endpoint URL", + 'appstream', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databasemigration", - "Use this to override the default service endpoint URL", + 'databasemigration', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambda", - "Use this to override the default service endpoint URL", + 'lambda', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelbuildingservice", - "Use this to override the default service endpoint URL", + 'lexmodelbuildingservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudsearch", - "Use this to override the default service endpoint URL", + 'cloudsearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appflow", - "Use this to override the default service endpoint URL", + 'appflow', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscaling", - "Use this to override the default service endpoint URL", + 'autoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iot", - "Use this to override the default service endpoint URL", + 'iot', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchevents", - "Use this to override the default service endpoint URL", + 'cloudwatchevents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "batch", - "Use this to override the default service endpoint URL", + 'batch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emrcontainers", - "Use this to override the default service endpoint URL", + 'emrcontainers', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationinsights", - "Use this to override the default service endpoint URL", + 'applicationinsights', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dax", - "Use this to override the default service endpoint URL", + 'dax', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticache", - "Use this to override the default service endpoint URL", + 'elasticache', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "guardduty", - "Use this to override the default service endpoint URL", + 'guardduty', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codestarconnections", - "Use this to override the default service endpoint URL", + 'codestarconnections', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53profiles", - "Use this to override the default service endpoint URL", + 'route53profiles', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transcribeservice", - "Use this to override the default service endpoint URL", + 'transcribeservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeguruprofiler", - "Use this to override the default service endpoint URL", + 'codeguruprofiler', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pricing", - "Use this to override the default service endpoint URL", + 'pricing', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kafka", - "Use this to override the default service endpoint URL", + 'kafka', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schemas", - "Use this to override the default service endpoint URL", + 'schemas', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshift", - "Use this to override the default service endpoint URL", + 'redshift', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalaccelerator", - "Use this to override the default service endpoint URL", + 'globalaccelerator', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "glue", - "Use this to override the default service endpoint URL", + 'glue', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storagegateway", - "Use this to override the default service endpoint URL", + 'storagegateway', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appsync", - "Use this to override the default service endpoint URL", + 'appsync', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "beanstalk", - "Use this to override the default service endpoint URL", + 'beanstalk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shield", - "Use this to override the default service endpoint URL", + 'shield', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3control", - "Use this to override the default service endpoint URL", + 's3control', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lightsail", - "Use this to override the default service endpoint URL", + 'lightsail', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestreaminfluxdb", - "Use this to override the default service endpoint URL", + 'timestreaminfluxdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduler", - "Use this to override the default service endpoint URL", + 'scheduler', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkmonitor", - "Use this to override the default service endpoint URL", + 'networkmonitor', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bedrock", - "Use this to override the default service endpoint URL", + 'bedrock', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53resolver", - "Use this to override the default service endpoint URL", + 'route53resolver', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acmpca", - "Use this to override the default service endpoint URL", + 'acmpca', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "managedgrafana", - "Use this to override the default service endpoint URL", + 'managedgrafana', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmsap", - "Use this to override the default service endpoint URL", + 'ssmsap', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchrum", - "Use this to override the default service endpoint URL", + 'cloudwatchrum', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emrserverless", - "Use this to override the default service endpoint URL", + 'emrserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datasync", - "Use this to override the default service endpoint URL", + 'datasync', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticsearch", - "Use this to override the default service endpoint URL", + 'elasticsearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connect", - "Use this to override the default service endpoint URL", + 'connect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "quicksight", - "Use this to override the default service endpoint URL", + 'quicksight', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3outposts", - "Use this to override the default service endpoint URL", + 's3outposts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lex", - "Use this to override the default service endpoint URL", + 'lex', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediapackagev2", - "Use this to override the default service endpoint URL", + 'mediapackagev2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftserverless", - "Use this to override the default service endpoint URL", + 'redshiftserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchservice", - "Use this to override the default service endpoint URL", + 'opensearchservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "osis", - "Use this to override the default service endpoint URL", + 'osis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ses", - "Use this to override the default service endpoint URL", + 'ses', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "synthetics", - "Use this to override the default service endpoint URL", + 'synthetics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscalingplans", - "Use this to override the default service endpoint URL", + 'autoscalingplans', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudtrail", - "Use this to override the default service endpoint URL", + 'cloudtrail', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceexplorer2", - "Use this to override the default service endpoint URL", + 'resourceexplorer2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspector", - "Use this to override the default service endpoint URL", + 'inspector', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "licensemanager", - "Use this to override the default service endpoint URL", + 'licensemanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchobservabilityaccessmanager", - "Use this to override the default service endpoint URL", + 'cloudwatchobservabilityaccessmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataexchange", - "Use this to override the default service endpoint URL", + 'dataexchange', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emr", - "Use this to override the default service endpoint URL", + 'emr', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bedrockagent", - "Use this to override the default service endpoint URL", + 'bedrockagent', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codepipeline", - "Use this to override the default service endpoint URL", + 'codepipeline', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appconfig", - "Use this to override the default service endpoint URL", + 'appconfig', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodels", - "Use this to override the default service endpoint URL", + 'lexmodels', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexv2models", - "Use this to override the default service endpoint URL", + 'lexv2models', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "swf", - "Use this to override the default service endpoint URL", + 'swf', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroupstaggingapi", - "Use this to override the default service endpoint URL", + 'resourcegroupstaggingapi', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftdata", - "Use this to override the default service endpoint URL", + 'redshiftdata', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cur", - "Use this to override the default service endpoint URL", + 'cur', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securitylake", - "Use this to override the default service endpoint URL", + 'securitylake', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bcmdataexports", - "Use this to override the default service endpoint URL", + 'bcmdataexports', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costoptimizationhub", - "Use this to override the default service endpoint URL", + 'costoptimizationhub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chimesdkmediapipelines", - "Use this to override the default service endpoint URL", + 'chimesdkmediapipelines', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configservice", - "Use this to override the default service endpoint URL", + 'configservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stepfunctions", - "Use this to override the default service endpoint URL", + 'stepfunctions', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "glacier", - "Use this to override the default service endpoint URL", + 'glacier', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidentity", - "Use this to override the default service endpoint URL", + 'cognitoidentity', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sqs", - "Use this to override the default service endpoint URL", + 'sqs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "oam", - "Use this to override the default service endpoint URL", + 'oam', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codegurureviewer", - "Use this to override the default service endpoint URL", + 'codegurureviewer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comprehend", - "Use this to override the default service endpoint URL", + 'comprehend', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ec2", - "Use this to override the default service endpoint URL", + 'ec2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imagebuilder", - "Use this to override the default service endpoint URL", + 'imagebuilder', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directconnect", - "Use this to override the default service endpoint URL", + 'directconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "athena", - "Use this to override the default service endpoint URL", + 'athena', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "efs", - "Use this to override the default service endpoint URL", + 'efs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "memorydb", - "Use this to override the default service endpoint URL", + 'memorydb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudfront", - "Use this to override the default service endpoint URL", + 'cloudfront', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptune", - "Use this to override the default service endpoint URL", + 'neptune', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wafv2", - "Use this to override the default service endpoint URL", + 'wafv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemaker", - "Use this to override the default service endpoint URL", + 'sagemaker', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appmesh", - "Use this to override the default service endpoint URL", + 'appmesh', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudcontrol", - "Use this to override the default service endpoint URL", + 'cloudcontrol', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "devopsguru", - "Use this to override the default service endpoint URL", + 'devopsguru', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchlogs", - "Use this to override the default service endpoint URL", + 'cloudwatchlogs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "devicefarm", - "Use this to override the default service endpoint URL", + 'devicefarm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "msk", - "Use this to override the default service endpoint URL", + 'msk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationservice", - "Use this to override the default service endpoint URL", + 'locationservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudhsm", - "Use this to override the default service endpoint URL", + 'cloudhsm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchwizard", - "Use this to override the default service endpoint URL", + 'launchwizard', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sso", - "Use this to override the default service endpoint URL", + 'sso', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53", - "Use this to override the default service endpoint URL", + 'route53', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspector2", - "Use this to override the default service endpoint URL", + 'inspector2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicecatalog", - "Use this to override the default service endpoint URL", + 'servicecatalog', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logs", - "Use this to override the default service endpoint URL", + 'logs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recyclebin", - "Use this to override the default service endpoint URL", + 'recyclebin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pipes", - "Use this to override the default service endpoint URL", + 'pipes', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codecommit", - "Use this to override the default service endpoint URL", + 'codecommit', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workspacesweb", - "Use this to override the default service endpoint URL", + 'workspacesweb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "evidently", - "Use this to override the default service endpoint URL", + 'evidently', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "events", - "Use this to override the default service endpoint URL", + 'events', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "grafana", - "Use this to override the default service endpoint URL", + 'grafana', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rbin", - "Use this to override the default service endpoint URL", + 'rbin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationsignals", - "Use this to override the default service endpoint URL", + 'applicationsignals', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lookoutmetrics", - "Use this to override the default service endpoint URL", + 'lookoutmetrics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchlog", - "Use this to override the default service endpoint URL", + 'cloudwatchlog', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gamelift", - "Use this to override the default service endpoint URL", + 'gamelift', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elb", - "Use this to override the default service endpoint URL", + 'elb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "account", - "Use this to override the default service endpoint URL", + 'account', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudhsmv2", - "Use this to override the default service endpoint URL", + 'cloudhsmv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "paymentcryptography", - "Use this to override the default service endpoint URL", + 'paymentcryptography', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costexplorer", - "Use this to override the default service endpoint URL", + 'costexplorer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apigateway", - "Use this to override the default service endpoint URL", + 'apigateway', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelsv2", - "Use this to override the default service endpoint URL", + 'lexmodelsv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventbridge", - "Use this to override the default service endpoint URL", + 'eventbridge', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecr", - "Use this to override the default service endpoint URL", + 'ecr', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Use this to override the default service endpoint URL", + 'location', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iotevents", - "Use this to override the default service endpoint URL", + 'iotevents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dlm", - "Use this to override the default service endpoint URL", + 'dlm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datazone", - "Use this to override the default service endpoint URL", + 'datazone', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssm", - "Use this to override the default service endpoint URL", + 'ssm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fms", - "Use this to override the default service endpoint URL", + 'fms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lakeformation", - "Use this to override the default service endpoint URL", + 'lakeformation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryservice", - "Use this to override the default service endpoint URL", + 'directoryservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appintegrations", - "Use this to override the default service endpoint URL", + 'appintegrations', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kafkaconnect", - "Use this to override the default service endpoint URL", + 'kafkaconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ds", - "Use this to override the default service endpoint URL", + 'ds', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectcases", - "Use this to override the default service endpoint URL", + 'connectcases', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmcontacts", - "Use this to override the default service endpoint URL", + 'ssmcontacts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "budgets", - "Use this to override the default service endpoint URL", + 'budgets', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidentityprovider", - "Use this to override the default service endpoint URL", + 'cognitoidentityprovider', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticsearchservice", - "Use this to override the default service endpoint URL", + 'elasticsearchservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretsmanager", - "Use this to override the default service endpoint URL", + 'secretsmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchingestion", - "Use this to override the default service endpoint URL", + 'opensearchingestion', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costandusagereportservice", - "Use this to override the default service endpoint URL", + 'costandusagereportservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "detective", - "Use this to override the default service endpoint URL", + 'detective', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datapipeline", - "Use this to override the default service endpoint URL", + 'datapipeline', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appregistry", - "Use this to override the default service endpoint URL", + 'appregistry', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prometheusservice", - "Use this to override the default service endpoint URL", + 'prometheusservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "m2", - "Use this to override the default service endpoint URL", + 'm2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploy", - "Use this to override the default service endpoint URL", + 'deploy', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rum", - "Use this to override the default service endpoint URL", + 'rum', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatch", - "Use this to override the default service endpoint URL", + 'cloudwatch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qldb", - "Use this to override the default service endpoint URL", + 'qldb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wellarchitected", - "Use this to override the default service endpoint URL", + 'wellarchitected', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53recoveryreadiness", - "Use this to override the default service endpoint URL", + 'route53recoveryreadiness', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chatbot", - "Use this to override the default service endpoint URL", + 'chatbot', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opsworks", - "Use this to override the default service endpoint URL", + 'opsworks', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizations", - "Use this to override the default service endpoint URL", + 'organizations', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groundstation", - "Use this to override the default service endpoint URL", + 'groundstation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudfrontkeyvaluestore", - "Use this to override the default service endpoint URL", + 'cloudfrontkeyvaluestore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "auditmanager", - "Use this to override the default service endpoint URL", + 'auditmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisvideo", - "Use this to override the default service endpoint URL", + 'kinesisvideo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroups", - "Use this to override the default service endpoint URL", + 'resourcegroups', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationautoscaling", - "Use this to override the default service endpoint URL", + 'applicationautoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pinpoint", - "Use this to override the default service endpoint URL", + 'pinpoint', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisanalyticsv2", - "Use this to override the default service endpoint URL", + 'kinesisanalyticsv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "controltower", - "Use this to override the default service endpoint URL", + 'controltower', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticloadbalancing", - "Use this to override the default service endpoint URL", + 'elasticloadbalancing', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchserverless", - "Use this to override the default service endpoint URL", + 'opensearchserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecs", - "Use this to override the default service endpoint URL", + 'ecs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outposts", - "Use this to override the default service endpoint URL", + 'outposts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediastore", - "Use this to override the default service endpoint URL", + 'mediastore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediaconvert", - "Use this to override the default service endpoint URL", + 'mediaconvert', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ram", - "Use this to override the default service endpoint URL", + 'ram', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resiliencehub", - "Use this to override the default service endpoint URL", + 'resiliencehub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkfirewall", - "Use this to override the default service endpoint URL", + 'networkfirewall', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identitystore", - "Use this to override the default service endpoint URL", + 'identitystore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediapackage", - "Use this to override the default service endpoint URL", + 'mediapackage', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fis", - "Use this to override the default service endpoint URL", + 'fis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chime", - "Use this to override the default service endpoint URL", + 'chime', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eks", - "Use this to override the default service endpoint URL", + 'eks', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firehose", - "Use this to override the default service endpoint URL", + 'firehose', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeartifact", - "Use this to override the default service endpoint URL", + 'codeartifact', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rekognition", - "Use this to override the default service endpoint URL", + 'rekognition', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifiedpermissions", - "Use this to override the default service endpoint URL", + 'verifiedpermissions', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyspaces", - "Use this to override the default service endpoint URL", + 'keyspaces', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codedeploy", - "Use this to override the default service endpoint URL", + 'codedeploy', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amplify", - "Use this to override the default service endpoint URL", + 'amplify', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicecatalogappregistry", - "Use this to override the default service endpoint URL", + 'servicecatalogappregistry', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessanalyzer", - "Use this to override the default service endpoint URL", + 'accessanalyzer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pcaconnectorad", - "Use this to override the default service endpoint URL", + 'pcaconnectorad', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mwaa", - "Use this to override the default service endpoint URL", + 'mwaa', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "docdb", - "Use this to override the default service endpoint URL", + 'docdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appautoscaling", - "Use this to override the default service endpoint URL", + 'appautoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudformation", - "Use this to override the default service endpoint URL", + 'cloudformation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amg", - "Use this to override the default service endpoint URL", + 'amg', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qbusiness", - "Use this to override the default service endpoint URL", + 'qbusiness', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wafregional", - "Use this to override the default service endpoint URL", + 'wafregional', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssoadmin", - "Use this to override the default service endpoint URL", + 'ssoadmin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elbv2", - "Use this to override the default service endpoint URL", + 'elbv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroupstagging", - "Use this to override the default service endpoint URL", + 'resourcegroupstagging', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "worklink", - "Use this to override the default service endpoint URL", + 'worklink', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drs", - "Use this to override the default service endpoint URL", + 'drs', + 'Use this to override the default service endpoint URL', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/config_ignoreTags.ts b/src/app/Models/codegen/aws/types/config_ignoreTags.ts index 773dd0607..381ec68d5 100644 --- a/src/app/Models/codegen/aws/types/config_ignoreTags.ts +++ b/src/app/Models/codegen/aws/types/config_ignoreTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface config_ignoreTags { // Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable. @@ -18,16 +18,16 @@ export function config_ignoreTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "keyPrefixes", - "Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable.", + 'keyPrefixes', + 'Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "keys", - "Resource tag keys to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEYS environment variable.", + 'keys', + 'Resource tag keys to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEYS environment variable.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/connect_BotAssociationLexBot.ts b/src/app/Models/codegen/aws/types/connect_BotAssociationLexBot.ts index 50744c529..edfec5611 100644 --- a/src/app/Models/codegen/aws/types/connect_BotAssociationLexBot.ts +++ b/src/app/Models/codegen/aws/types/connect_BotAssociationLexBot.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_BotAssociationLexBot { // The name of the Amazon Lex (V1) bot. @@ -18,16 +18,16 @@ export function connect_BotAssociationLexBot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lexRegion", - "The Region that the Amazon Lex (V1) bot was created in. Defaults to current region.", + 'lexRegion', + 'The Region that the Amazon Lex (V1) bot was created in. Defaults to current region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Amazon Lex (V1) bot.", + 'name', + 'The name of the Amazon Lex (V1) bot.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfig.ts b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfig.ts index 36d33f0e0..bcefaf662 100644 --- a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_HoursOfOperationConfigStartTime, connect_HoursOfOperationConfigStartTime_GetTypes, -} from "./connect_HoursOfOperationConfigStartTime"; +} from './connect_HoursOfOperationConfigStartTime'; import { connect_HoursOfOperationConfigEndTime, connect_HoursOfOperationConfigEndTime_GetTypes, -} from "./connect_HoursOfOperationConfigEndTime"; +} from './connect_HoursOfOperationConfigEndTime'; export interface connect_HoursOfOperationConfig { // Specifies the day that the hours of operation applies to. @@ -29,24 +29,24 @@ export function connect_HoursOfOperationConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "day", - "Specifies the day that the hours of operation applies to.", + 'day', + 'Specifies the day that the hours of operation applies to.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "endTime", - "A end time block specifies the time that your contact center closes. The `end_time` is documented below.", + 'endTime', + 'A end time block specifies the time that your contact center closes. The `end_time` is documented below.', () => connect_HoursOfOperationConfigEndTime_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "startTime", - "A start time block specifies the time that your contact center opens. The `start_time` is documented below.", + 'startTime', + 'A start time block specifies the time that your contact center opens. The `start_time` is documented below.', () => connect_HoursOfOperationConfigStartTime_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigEndTime.ts b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigEndTime.ts index f420cbb0b..b3b1213ea 100644 --- a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigEndTime.ts +++ b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigEndTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_HoursOfOperationConfigEndTime { // Specifies the hour of closing. @@ -18,16 +18,16 @@ export function connect_HoursOfOperationConfigEndTime_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "hours", - "Specifies the hour of closing.", + 'hours', + 'Specifies the hour of closing.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minutes", - "Specifies the minute of closing.", + 'minutes', + 'Specifies the minute of closing.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigStartTime.ts b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigStartTime.ts index 4fce14ed6..28e28bd29 100644 --- a/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigStartTime.ts +++ b/src/app/Models/codegen/aws/types/connect_HoursOfOperationConfigStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_HoursOfOperationConfigStartTime { // Specifies the minute of opening. @@ -18,16 +18,16 @@ export function connect_HoursOfOperationConfigStartTime_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "minutes", - "Specifies the minute of opening.", + 'minutes', + 'Specifies the minute of opening.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "hours", - "Specifies the hour of opening.", + 'hours', + 'Specifies the hour of opening.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfig.ts index 7ca77dbb8..b4073bc44 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfig.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_InstanceStorageConfigStorageConfigS3Config, connect_InstanceStorageConfigStorageConfigS3Config_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigS3Config"; +} from './connect_InstanceStorageConfigStorageConfigS3Config'; import { connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig, connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig"; +} from './connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig'; import { connect_InstanceStorageConfigStorageConfigKinesisStreamConfig, connect_InstanceStorageConfigStorageConfigKinesisStreamConfig_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigKinesisStreamConfig"; +} from './connect_InstanceStorageConfigStorageConfigKinesisStreamConfig'; import { connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig, connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig"; +} from './connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig'; export interface connect_InstanceStorageConfigStorageConfig { // A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below. @@ -43,8 +43,8 @@ export function connect_InstanceStorageConfigStorageConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "kinesisStreamConfig", - "A block that specifies the configuration of the Kinesis data stream. Documented below.", + 'kinesisStreamConfig', + 'A block that specifies the configuration of the Kinesis data stream. Documented below.', () => connect_InstanceStorageConfigStorageConfigKinesisStreamConfig_GetTypes(), false, @@ -52,8 +52,8 @@ export function connect_InstanceStorageConfigStorageConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "kinesisVideoStreamConfig", - "A block that specifies the configuration of the Kinesis video stream. Documented below.", + 'kinesisVideoStreamConfig', + 'A block that specifies the configuration of the Kinesis video stream. Documented below.', () => connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig_GetTypes(), false, @@ -61,24 +61,24 @@ export function connect_InstanceStorageConfigStorageConfig_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "s3Config", - "A block that specifies the configuration of S3 Bucket. Documented below.", + 's3Config', + 'A block that specifies the configuration of S3 Bucket. Documented below.', () => connect_InstanceStorageConfigStorageConfigS3Config_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageType", - "A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`.", + 'storageType', + 'A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "kinesisFirehoseConfig", - "A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below.", + 'kinesisFirehoseConfig', + 'A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below.', () => connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts index f2056747e..effd940cd 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig { // The Amazon Resource Name (ARN) of the delivery stream. @@ -15,8 +15,8 @@ export function connect_InstanceStorageConfigStorageConfigKinesisFirehoseConfig_ return [ new DynamicUIProps( InputType.String, - "firehoseArn", - "The Amazon Resource Name (ARN) of the delivery stream.", + 'firehoseArn', + 'The Amazon Resource Name (ARN) of the delivery stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisStreamConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisStreamConfig.ts index 237851a18..f8b92481a 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisStreamConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_InstanceStorageConfigStorageConfigKinesisStreamConfig { // The Amazon Resource Name (ARN) of the data stream. @@ -15,8 +15,8 @@ export function connect_InstanceStorageConfigStorageConfigKinesisStreamConfig_Ge return [ new DynamicUIProps( InputType.String, - "streamArn", - "The Amazon Resource Name (ARN) of the data stream.", + 'streamArn', + 'The Amazon Resource Name (ARN) of the data stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts index 181c0281f..b5726cfc1 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig, connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig"; +} from './connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig'; export interface connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfig { // The encryption configuration. Documented below. @@ -25,8 +25,8 @@ export function connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConf return [ new DynamicUIProps( InputType.Object, - "encryptionConfig", - "The encryption configuration. Documented below.", + 'encryptionConfig', + 'The encryption configuration. Documented below.', () => connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig_GetTypes(), true, @@ -34,16 +34,16 @@ export function connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConf ), new DynamicUIProps( InputType.String, - "prefix", - "The prefix of the video stream. Minimum length of `1`. Maximum length of `128`. When read from the state, the value returned is `-connect--contact-` since the API appends additional details to the `prefix`.", + 'prefix', + 'The prefix of the video stream. Minimum length of `1`. Maximum length of `128`. When read from the state, the value returned is `-connect--contact-` since the API appends additional details to the `prefix`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "retentionPeriodHours", - "The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. Minimum value of `0`. Maximum value of `87600`. A value of `0`, indicates that the stream does not persist data.", + 'retentionPeriodHours', + 'The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. Minimum value of `0`. Maximum value of `87600`. A value of `0`, indicates that the stream does not persist data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts index b7ba632ca..d28f5075d 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig { // The type of encryption. Valid Values: `KMS`. @@ -18,16 +18,16 @@ export function connect_InstanceStorageConfigStorageConfigKinesisVideoStreamConf return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The type of encryption. Valid Values: `KMS`.", + 'encryptionType', + 'The type of encryption. Valid Values: `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyId", - "The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.", + 'keyId', + 'The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3Config.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3Config.ts index 88bab7cd7..4f3d2f7b2 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3Config.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3Config.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig, connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig_GetTypes, -} from "./connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig"; +} from './connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig'; export interface connect_InstanceStorageConfigStorageConfigS3Config { // The S3 bucket name. @@ -25,24 +25,24 @@ export function connect_InstanceStorageConfigStorageConfigS3Config_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "bucketName", - "The S3 bucket name.", + 'bucketName', + 'The S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "The S3 bucket prefix.", + 'bucketPrefix', + 'The S3 bucket prefix.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfig", - "The encryption configuration. Documented below.", + 'encryptionConfig', + 'The encryption configuration. Documented below.', () => connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts index 556526eef..494e68ded 100644 --- a/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig { // The type of encryption. Valid Values: `KMS`. @@ -18,16 +18,16 @@ export function connect_InstanceStorageConfigStorageConfigS3ConfigEncryptionConf return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The type of encryption. Valid Values: `KMS`.", + 'encryptionType', + 'The type of encryption. Valid Values: `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyId", - "The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.", + 'keyId', + 'The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_PhoneNumberStatus.ts b/src/app/Models/codegen/aws/types/connect_PhoneNumberStatus.ts index 2a300d2d2..f4d8040cb 100644 --- a/src/app/Models/codegen/aws/types/connect_PhoneNumberStatus.ts +++ b/src/app/Models/codegen/aws/types/connect_PhoneNumberStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_PhoneNumberStatus { // The status message. @@ -18,16 +18,16 @@ export function connect_PhoneNumberStatus_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "message", - "The status message.", + 'message', + 'The status message.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the phone number. Valid Values: `CLAIMED` | `IN_PROGRESS` | `FAILED`.", + 'status', + 'The status of the phone number. Valid Values: `CLAIMED` | `IN_PROGRESS` | `FAILED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_QueueOutboundCallerConfig.ts b/src/app/Models/codegen/aws/types/connect_QueueOutboundCallerConfig.ts index 864efc81c..48c4900ce 100644 --- a/src/app/Models/codegen/aws/types/connect_QueueOutboundCallerConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_QueueOutboundCallerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_QueueOutboundCallerConfig { // Specifies the caller ID name. @@ -21,24 +21,24 @@ export function connect_QueueOutboundCallerConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "outboundCallerIdName", - "Specifies the caller ID name.", + 'outboundCallerIdName', + 'Specifies the caller ID name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outboundCallerIdNumberId", - "Specifies the caller ID number.", + 'outboundCallerIdNumberId', + 'Specifies the caller ID number.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outboundFlowId", - "Specifies outbound whisper flow to be used during an outbound call.", + 'outboundFlowId', + 'Specifies outbound whisper flow to be used during an outbound call.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfig.ts b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfig.ts index 593e774b0..2c730d31e 100644 --- a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_QuickConnectQuickConnectConfigPhoneConfig, connect_QuickConnectQuickConnectConfigPhoneConfig_GetTypes, -} from "./connect_QuickConnectQuickConnectConfigPhoneConfig"; +} from './connect_QuickConnectQuickConnectConfigPhoneConfig'; import { connect_QuickConnectQuickConnectConfigQueueConfig, connect_QuickConnectQuickConnectConfigQueueConfig_GetTypes, -} from "./connect_QuickConnectQuickConnectConfigQueueConfig"; +} from './connect_QuickConnectQuickConnectConfigQueueConfig'; import { connect_QuickConnectQuickConnectConfigUserConfig, connect_QuickConnectQuickConnectConfigUserConfig_GetTypes, -} from "./connect_QuickConnectQuickConnectConfigUserConfig"; +} from './connect_QuickConnectQuickConnectConfigUserConfig'; export interface connect_QuickConnectQuickConnectConfig { // Specifies the phone configuration of the Quick Connect. This is required only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below. @@ -36,32 +36,32 @@ export function connect_QuickConnectQuickConnectConfig_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "queueConfigs", - "Specifies the queue configuration of the Quick Connect. This is required only if `quick_connect_type` is `QUEUE`. The `queue_config` block is documented below.", + 'queueConfigs', + 'Specifies the queue configuration of the Quick Connect. This is required only if `quick_connect_type` is `QUEUE`. The `queue_config` block is documented below.', () => connect_QuickConnectQuickConnectConfigQueueConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "quickConnectType", - "Specifies the configuration type of the quick connect. valid values are `PHONE_NUMBER`, `QUEUE`, `USER`.", + 'quickConnectType', + 'Specifies the configuration type of the quick connect. valid values are `PHONE_NUMBER`, `QUEUE`, `USER`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "userConfigs", - "Specifies the user configuration of the Quick Connect. This is required only if `quick_connect_type` is `USER`. The `user_config` block is documented below.", + 'userConfigs', + 'Specifies the user configuration of the Quick Connect. This is required only if `quick_connect_type` is `USER`. The `user_config` block is documented below.', () => connect_QuickConnectQuickConnectConfigUserConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "phoneConfigs", - "Specifies the phone configuration of the Quick Connect. This is required only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below.", + 'phoneConfigs', + 'Specifies the phone configuration of the Quick Connect. This is required only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below.', () => connect_QuickConnectQuickConnectConfigPhoneConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigPhoneConfig.ts b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigPhoneConfig.ts index c95c153ae..4d4e5542f 100644 --- a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigPhoneConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigPhoneConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_QuickConnectQuickConnectConfigPhoneConfig { // Specifies the phone number in in E.164 format. @@ -15,8 +15,8 @@ export function connect_QuickConnectQuickConnectConfigPhoneConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "phoneNumber", - "Specifies the phone number in in E.164 format.", + 'phoneNumber', + 'Specifies the phone number in in E.164 format.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigQueueConfig.ts b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigQueueConfig.ts index 2a4c0fe03..350b9523f 100644 --- a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigQueueConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigQueueConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_QuickConnectQuickConnectConfigQueueConfig { // Specifies the identifier of the contact flow. @@ -18,16 +18,16 @@ export function connect_QuickConnectQuickConnectConfigQueueConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "contactFlowId", - "Specifies the identifier of the contact flow.", + 'contactFlowId', + 'Specifies the identifier of the contact flow.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueId", - "Specifies the identifier for the queue.", + 'queueId', + 'Specifies the identifier for the queue.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigUserConfig.ts b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigUserConfig.ts index 00b18552e..1a5191d6a 100644 --- a/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigUserConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_QuickConnectQuickConnectConfigUserConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_QuickConnectQuickConnectConfigUserConfig { // Specifies the identifier of the contact flow. @@ -18,16 +18,16 @@ export function connect_QuickConnectQuickConnectConfigUserConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "contactFlowId", - "Specifies the identifier of the contact flow.", + 'contactFlowId', + 'Specifies the identifier of the contact flow.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userId", - "Specifies the identifier for the user.", + 'userId', + 'Specifies the identifier for the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_RoutingProfileMediaConcurrency.ts b/src/app/Models/codegen/aws/types/connect_RoutingProfileMediaConcurrency.ts index 13756db04..40d4a2d62 100644 --- a/src/app/Models/codegen/aws/types/connect_RoutingProfileMediaConcurrency.ts +++ b/src/app/Models/codegen/aws/types/connect_RoutingProfileMediaConcurrency.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_RoutingProfileMediaConcurrency { // Specifies the channels that agents can handle in the Contact Control Panel (CCP). Valid values are `VOICE`, `CHAT`, `TASK`. @@ -18,16 +18,16 @@ export function connect_RoutingProfileMediaConcurrency_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "channel", - "Specifies the channels that agents can handle in the Contact Control Panel (CCP). Valid values are `VOICE`, `CHAT`, `TASK`.", + 'channel', + 'Specifies the channels that agents can handle in the Contact Control Panel (CCP). Valid values are `VOICE`, `CHAT`, `TASK`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "concurrency", - "Specifies the number of contacts an agent can have on a channel simultaneously. Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1. Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10. Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.", + 'concurrency', + 'Specifies the number of contacts an agent can have on a channel simultaneously. Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1. Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10. Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_RoutingProfileQueueConfig.ts b/src/app/Models/codegen/aws/types/connect_RoutingProfileQueueConfig.ts index cf01960c6..635ab3f84 100644 --- a/src/app/Models/codegen/aws/types/connect_RoutingProfileQueueConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_RoutingProfileQueueConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_RoutingProfileQueueConfig { // Specifies the delay, in seconds, that a contact should be in the queue before they are routed to an available agent @@ -30,48 +30,48 @@ export function connect_RoutingProfileQueueConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "delay", - "Specifies the delay, in seconds, that a contact should be in the queue before they are routed to an available agent", + 'delay', + 'Specifies the delay, in seconds, that a contact should be in the queue before they are routed to an available agent', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Specifies the order in which contacts are to be handled for the queue.", + 'priority', + 'Specifies the order in which contacts are to be handled for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueArn", - "ARN for the queue.", + 'queueArn', + 'ARN for the queue.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queueId", - "Specifies the identifier for the queue.", + 'queueId', + 'Specifies the identifier for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueName", - "Name for the queue.", + 'queueName', + 'Name for the queue.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "channel", - "Specifies the channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.", + 'channel', + 'Specifies the channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPath.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPath.ts index 5bcea7eb3..3c2623b25 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPath.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPath.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_UserHierarchyGroupHierarchyPathLevelFife, connect_UserHierarchyGroupHierarchyPathLevelFife_GetTypes, -} from "./connect_UserHierarchyGroupHierarchyPathLevelFife"; +} from './connect_UserHierarchyGroupHierarchyPathLevelFife'; import { connect_UserHierarchyGroupHierarchyPathLevelFour, connect_UserHierarchyGroupHierarchyPathLevelFour_GetTypes, -} from "./connect_UserHierarchyGroupHierarchyPathLevelFour"; +} from './connect_UserHierarchyGroupHierarchyPathLevelFour'; import { connect_UserHierarchyGroupHierarchyPathLevelOne, connect_UserHierarchyGroupHierarchyPathLevelOne_GetTypes, -} from "./connect_UserHierarchyGroupHierarchyPathLevelOne"; +} from './connect_UserHierarchyGroupHierarchyPathLevelOne'; import { connect_UserHierarchyGroupHierarchyPathLevelThree, connect_UserHierarchyGroupHierarchyPathLevelThree_GetTypes, -} from "./connect_UserHierarchyGroupHierarchyPathLevelThree"; +} from './connect_UserHierarchyGroupHierarchyPathLevelThree'; import { connect_UserHierarchyGroupHierarchyPathLevelTwo, connect_UserHierarchyGroupHierarchyPathLevelTwo_GetTypes, -} from "./connect_UserHierarchyGroupHierarchyPathLevelTwo"; +} from './connect_UserHierarchyGroupHierarchyPathLevelTwo'; export interface connect_UserHierarchyGroupHierarchyPath { // A block that defines the details of level five. The level block is documented below. @@ -47,40 +47,40 @@ export function connect_UserHierarchyGroupHierarchyPath_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "levelTwos", - "A block that defines the details of level two. The level block is documented below.", + 'levelTwos', + 'A block that defines the details of level two. The level block is documented below.', () => connect_UserHierarchyGroupHierarchyPathLevelTwo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "levelFives", - "A block that defines the details of level five. The level block is documented below.", + 'levelFives', + 'A block that defines the details of level five. The level block is documented below.', () => connect_UserHierarchyGroupHierarchyPathLevelFife_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "levelFours", - "A block that defines the details of level four. The level block is documented below.", + 'levelFours', + 'A block that defines the details of level four. The level block is documented below.', () => connect_UserHierarchyGroupHierarchyPathLevelFour_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "levelOnes", - "A block that defines the details of level one. The level block is documented below.", + 'levelOnes', + 'A block that defines the details of level one. The level block is documented below.', () => connect_UserHierarchyGroupHierarchyPathLevelOne_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "levelThrees", - "A block that defines the details of level three. The level block is documented below.", + 'levelThrees', + 'A block that defines the details of level three. The level block is documented below.', () => connect_UserHierarchyGroupHierarchyPathLevelThree_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFife.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFife.ts index 00061a3c2..04d508999 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFife.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFife.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyGroupHierarchyPathLevelFife { // The Amazon Resource Name (ARN) of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_UserHierarchyGroupHierarchyPathLevelFife_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy group.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFour.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFour.ts index 81e0094d6..7dbdd0574 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFour.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelFour.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyGroupHierarchyPathLevelFour { // The Amazon Resource Name (ARN) of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_UserHierarchyGroupHierarchyPathLevelFour_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy group.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelOne.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelOne.ts index 98fe7ae31..9c31e21e8 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelOne.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelOne.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyGroupHierarchyPathLevelOne { // The Amazon Resource Name (ARN) of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_UserHierarchyGroupHierarchyPathLevelOne_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy group.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelThree.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelThree.ts index 1ecdfc97b..dced91433 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelThree.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelThree.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyGroupHierarchyPathLevelThree { // The Amazon Resource Name (ARN) of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_UserHierarchyGroupHierarchyPathLevelThree_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy group.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelTwo.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelTwo.ts index 06503a34d..d94ba0382 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelTwo.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyGroupHierarchyPathLevelTwo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyGroupHierarchyPathLevelTwo { // The Amazon Resource Name (ARN) of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_UserHierarchyGroupHierarchyPathLevelTwo_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy group.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy group. Must not be more than 100 characters.", + 'name', + 'The name of the user hierarchy group. Must not be more than 100 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructure.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructure.ts index ef8272e66..bacc7e3b6 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructure.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructure.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_UserHierarchyStructureHierarchyStructureLevelFive, connect_UserHierarchyStructureHierarchyStructureLevelFive_GetTypes, -} from "./connect_UserHierarchyStructureHierarchyStructureLevelFive"; +} from './connect_UserHierarchyStructureHierarchyStructureLevelFive'; import { connect_UserHierarchyStructureHierarchyStructureLevelFour, connect_UserHierarchyStructureHierarchyStructureLevelFour_GetTypes, -} from "./connect_UserHierarchyStructureHierarchyStructureLevelFour"; +} from './connect_UserHierarchyStructureHierarchyStructureLevelFour'; import { connect_UserHierarchyStructureHierarchyStructureLevelOne, connect_UserHierarchyStructureHierarchyStructureLevelOne_GetTypes, -} from "./connect_UserHierarchyStructureHierarchyStructureLevelOne"; +} from './connect_UserHierarchyStructureHierarchyStructureLevelOne'; import { connect_UserHierarchyStructureHierarchyStructureLevelThree, connect_UserHierarchyStructureHierarchyStructureLevelThree_GetTypes, -} from "./connect_UserHierarchyStructureHierarchyStructureLevelThree"; +} from './connect_UserHierarchyStructureHierarchyStructureLevelThree'; import { connect_UserHierarchyStructureHierarchyStructureLevelTwo, connect_UserHierarchyStructureHierarchyStructureLevelTwo_GetTypes, -} from "./connect_UserHierarchyStructureHierarchyStructureLevelTwo"; +} from './connect_UserHierarchyStructureHierarchyStructureLevelTwo'; export interface connect_UserHierarchyStructureHierarchyStructure { /* @@ -51,16 +51,16 @@ export function connect_UserHierarchyStructureHierarchyStructure_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "levelOne", - "A block that defines the details of level one. The level block is documented below.", + 'levelOne', + 'A block that defines the details of level one. The level block is documented below.', () => connect_UserHierarchyStructureHierarchyStructureLevelOne_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "levelThree", - "A block that defines the details of level three. The level block is documented below.", + 'levelThree', + 'A block that defines the details of level three. The level block is documented below.', () => connect_UserHierarchyStructureHierarchyStructureLevelThree_GetTypes(), false, @@ -68,16 +68,16 @@ export function connect_UserHierarchyStructureHierarchyStructure_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "levelTwo", - "A block that defines the details of level two. The level block is documented below.", + 'levelTwo', + 'A block that defines the details of level two. The level block is documented below.', () => connect_UserHierarchyStructureHierarchyStructureLevelTwo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "levelFive", - "A block that defines the details of level five. The level block is documented below.\n\nEach level block supports the following arguments:", + 'levelFive', + 'A block that defines the details of level five. The level block is documented below.\n\nEach level block supports the following arguments:', () => connect_UserHierarchyStructureHierarchyStructureLevelFive_GetTypes(), false, @@ -85,8 +85,8 @@ export function connect_UserHierarchyStructureHierarchyStructure_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "levelFour", - "A block that defines the details of level four. The level block is documented below.", + 'levelFour', + 'A block that defines the details of level four. The level block is documented below.', () => connect_UserHierarchyStructureHierarchyStructureLevelFour_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFive.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFive.ts index c4c83c3b8..f383aa013 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFive.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFive.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyStructureHierarchyStructureLevelFive { // The identifier of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_UserHierarchyStructureHierarchyStructureLevelFive_GetTyp return [ new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'The name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy level.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy level.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFour.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFour.ts index 332505aec..733122ecf 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFour.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelFour.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyStructureHierarchyStructureLevelFour { // The Amazon Resource Name (ARN) of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_UserHierarchyStructureHierarchyStructureLevelFour_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'The name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy level.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelOne.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelOne.ts index bf5331f57..9bdb4cea1 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelOne.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelOne.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyStructureHierarchyStructureLevelOne { // The Amazon Resource Name (ARN) of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_UserHierarchyStructureHierarchyStructureLevelOne_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy level.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'The name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelThree.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelThree.ts index 2f510960b..40890a0c3 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelThree.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelThree.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyStructureHierarchyStructureLevelThree { // The Amazon Resource Name (ARN) of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_UserHierarchyStructureHierarchyStructureLevelThree_GetTy return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy level.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'The name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelTwo.ts b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelTwo.ts index da517c073..6a4f2c46f 100644 --- a/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelTwo.ts +++ b/src/app/Models/codegen/aws/types/connect_UserHierarchyStructureHierarchyStructureLevelTwo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserHierarchyStructureHierarchyStructureLevelTwo { // The name of the user hierarchy level. Must not be more than 50 characters. @@ -21,24 +21,24 @@ export function connect_UserHierarchyStructureHierarchyStructureLevelTwo_GetType return [ new DynamicUIProps( InputType.String, - "name", - "The name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'The name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the hierarchy level.", + 'arn', + 'The Amazon Resource Name (ARN) of the hierarchy level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/connect_UserIdentityInfo.ts b/src/app/Models/codegen/aws/types/connect_UserIdentityInfo.ts index c832cb9b4..6d0935603 100644 --- a/src/app/Models/codegen/aws/types/connect_UserIdentityInfo.ts +++ b/src/app/Models/codegen/aws/types/connect_UserIdentityInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserIdentityInfo { // The first name. This is required if you are using Amazon Connect or SAML for identity management. Minimum length of 1. Maximum length of 100. @@ -21,23 +21,23 @@ export function connect_UserIdentityInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "firstName", - "The first name. This is required if you are using Amazon Connect or SAML for identity management. Minimum length of 1. Maximum length of 100.", + 'firstName', + 'The first name. This is required if you are using Amazon Connect or SAML for identity management. Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lastName", - "The last name. This is required if you are using Amazon Connect or SAML for identity management. Minimum length of 1. Maximum length of 100.", + 'lastName', + 'The last name. This is required if you are using Amazon Connect or SAML for identity management. Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", + 'email', "The email address. If you are using SAML for identity management and include this parameter, an error is returned. Note that updates to the `email` is supported. From the [UpdateUserIdentityInfo API documentation](https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateUserIdentityInfo.html) it is strongly recommended to limit who has the ability to invoke `UpdateUserIdentityInfo`. Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. For more information, see [Best Practices for Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the Amazon Connect Administrator Guide.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/connect_UserPhoneConfig.ts b/src/app/Models/codegen/aws/types/connect_UserPhoneConfig.ts index 225ba0169..54bb91243 100644 --- a/src/app/Models/codegen/aws/types/connect_UserPhoneConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_UserPhoneConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_UserPhoneConfig { // The phone type. Valid values are `DESK_PHONE` and `SOFT_PHONE`. @@ -24,31 +24,31 @@ export function connect_UserPhoneConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "phoneType", - "The phone type. Valid values are `DESK_PHONE` and `SOFT_PHONE`.", + 'phoneType', + 'The phone type. Valid values are `DESK_PHONE` and `SOFT_PHONE`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "afterContactWorkTimeLimit", - "The After Call Work (ACW) timeout setting, in seconds. Minimum value of 0.", + 'afterContactWorkTimeLimit', + 'The After Call Work (ACW) timeout setting, in seconds. Minimum value of 0.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoAccept", - "When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.", + 'autoAccept', + 'When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deskPhoneNumber", + 'deskPhoneNumber', "The phone number for the user's desk phone. Required if `phone_type` is set as `DESK_PHONE`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/connect_getBotAssociationLexBot.ts b/src/app/Models/codegen/aws/types/connect_getBotAssociationLexBot.ts index 35dc230fa..4abe9b26f 100644 --- a/src/app/Models/codegen/aws/types/connect_getBotAssociationLexBot.ts +++ b/src/app/Models/codegen/aws/types/connect_getBotAssociationLexBot.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getBotAssociationLexBot { // Region that the Amazon Lex (V1) bot was created in. @@ -18,16 +18,16 @@ export function connect_getBotAssociationLexBot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lexRegion", - "Region that the Amazon Lex (V1) bot was created in.", + 'lexRegion', + 'Region that the Amazon Lex (V1) bot was created in.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Amazon Lex (V1) bot.", + 'name', + 'Name of the Amazon Lex (V1) bot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfig.ts b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfig.ts index 336eb011a..04d2549cf 100644 --- a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getHoursOfOperationConfigEndTime, connect_getHoursOfOperationConfigEndTime_GetTypes, -} from "./connect_getHoursOfOperationConfigEndTime"; +} from './connect_getHoursOfOperationConfigEndTime'; import { connect_getHoursOfOperationConfigStartTime, connect_getHoursOfOperationConfigStartTime_GetTypes, -} from "./connect_getHoursOfOperationConfigStartTime"; +} from './connect_getHoursOfOperationConfigStartTime'; export interface connect_getHoursOfOperationConfig { // Day that the hours of operation applies to. @@ -29,24 +29,24 @@ export function connect_getHoursOfOperationConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "day", - "Day that the hours of operation applies to.", + 'day', + 'Day that the hours of operation applies to.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "endTimes", - "End time block specifies the time that your contact center closes. The `end_time` is documented below.", + 'endTimes', + 'End time block specifies the time that your contact center closes. The `end_time` is documented below.', () => connect_getHoursOfOperationConfigEndTime_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "startTimes", - "Start time block specifies the time that your contact center opens. The `start_time` is documented below.", + 'startTimes', + 'Start time block specifies the time that your contact center opens. The `start_time` is documented below.', () => connect_getHoursOfOperationConfigStartTime_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigEndTime.ts b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigEndTime.ts index f7efd8af2..7cc38efb5 100644 --- a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigEndTime.ts +++ b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigEndTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getHoursOfOperationConfigEndTime { // Hour of opening. @@ -18,16 +18,16 @@ export function connect_getHoursOfOperationConfigEndTime_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "hours", - "Hour of opening.", + 'hours', + 'Hour of opening.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minutes", - "Minute of opening.", + 'minutes', + 'Minute of opening.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigStartTime.ts b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigStartTime.ts index 14758ffc4..27d31dc89 100644 --- a/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigStartTime.ts +++ b/src/app/Models/codegen/aws/types/connect_getHoursOfOperationConfigStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getHoursOfOperationConfigStartTime { // Hour of opening. @@ -18,16 +18,16 @@ export function connect_getHoursOfOperationConfigStartTime_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "hours", - "Hour of opening.", + 'hours', + 'Hour of opening.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minutes", - "Minute of opening.", + 'minutes', + 'Minute of opening.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfig.ts index f61908dc4..d2ff328a4 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfig.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig, connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig"; +} from './connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig'; import { connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig, connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig"; +} from './connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig'; import { connect_getInstanceStorageConfigStorageConfigS3Config, connect_getInstanceStorageConfigStorageConfigS3Config_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigS3Config"; +} from './connect_getInstanceStorageConfigStorageConfigS3Config'; import { connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig, connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig"; +} from './connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig'; export interface connect_getInstanceStorageConfigStorageConfig { // A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`. @@ -43,16 +43,16 @@ export function connect_getInstanceStorageConfigStorageConfig_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "storageType", - "A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`.", + 'storageType', + 'A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "kinesisFirehoseConfigs", - "A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below.", + 'kinesisFirehoseConfigs', + 'A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below.', () => connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig_GetTypes(), true, @@ -60,8 +60,8 @@ export function connect_getInstanceStorageConfigStorageConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "kinesisStreamConfigs", - "A block that specifies the configuration of the Kinesis data stream. Documented below.", + 'kinesisStreamConfigs', + 'A block that specifies the configuration of the Kinesis data stream. Documented below.', () => connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig_GetTypes(), true, @@ -69,8 +69,8 @@ export function connect_getInstanceStorageConfigStorageConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "kinesisVideoStreamConfigs", - "A block that specifies the configuration of the Kinesis video stream. Documented below.", + 'kinesisVideoStreamConfigs', + 'A block that specifies the configuration of the Kinesis video stream. Documented below.', () => connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig_GetTypes(), true, @@ -78,8 +78,8 @@ export function connect_getInstanceStorageConfigStorageConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "s3Configs", - "A block that specifies the configuration of S3 Bucket. Documented below.", + 's3Configs', + 'A block that specifies the configuration of S3 Bucket. Documented below.', () => connect_getInstanceStorageConfigStorageConfigS3Config_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts index 99767700b..2cbaf529d 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConfig { // The Amazon Resource Name (ARN) of the delivery stream. @@ -15,8 +15,8 @@ export function connect_getInstanceStorageConfigStorageConfigKinesisFirehoseConf return [ new DynamicUIProps( InputType.String, - "firehoseArn", - "The Amazon Resource Name (ARN) of the delivery stream.", + 'firehoseArn', + 'The Amazon Resource Name (ARN) of the delivery stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig.ts index 5e53695b3..7c8a9bf12 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig { // The Amazon Resource Name (ARN) of the data stream. @@ -15,8 +15,8 @@ export function connect_getInstanceStorageConfigStorageConfigKinesisStreamConfig return [ new DynamicUIProps( InputType.String, - "streamArn", - "The Amazon Resource Name (ARN) of the data stream.", + 'streamArn', + 'The Amazon Resource Name (ARN) of the data stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts index 320b20b08..7807b0d68 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig, connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig"; +} from './connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig'; export interface connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfig { // The encryption configuration. Documented below. @@ -25,8 +25,8 @@ export function connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamC return [ new DynamicUIProps( InputType.Array, - "encryptionConfigs", - "The encryption configuration. Documented below.", + 'encryptionConfigs', + 'The encryption configuration. Documented below.', () => connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig_GetTypes(), true, @@ -34,16 +34,16 @@ export function connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamC ), new DynamicUIProps( InputType.String, - "prefix", - "The prefix of the video stream. Minimum length of `1`. Maximum length of `128`. When read from the state, the value returned is `-connect--contact-` since the API appends additional details to the `prefix`.", + 'prefix', + 'The prefix of the video stream. Minimum length of `1`. Maximum length of `128`. When read from the state, the value returned is `-connect--contact-` since the API appends additional details to the `prefix`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "retentionPeriodHours", - "The number of hours to retain the data in a data store associated with the stream. Minimum value of `0`. Maximum value of `87600`. A value of `0` indicates that the stream does not persist data.", + 'retentionPeriodHours', + 'The number of hours to retain the data in a data store associated with the stream. Minimum value of `0`. Maximum value of `87600`. A value of `0` indicates that the stream does not persist data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts index 377166b4d..bf1ed2e80 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig { // The type of encryption. Valid Values: `KMS`. @@ -18,16 +18,16 @@ export function connect_getInstanceStorageConfigStorageConfigKinesisVideoStreamC return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The type of encryption. Valid Values: `KMS`.", + 'encryptionType', + 'The type of encryption. Valid Values: `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyId", - "The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.", + 'keyId', + 'The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3Config.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3Config.ts index fa9c4f653..26b347207 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3Config.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3Config.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig, connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig_GetTypes, -} from "./connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig"; +} from './connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig'; export interface connect_getInstanceStorageConfigStorageConfigS3Config { // The S3 bucket name. @@ -25,24 +25,24 @@ export function connect_getInstanceStorageConfigStorageConfigS3Config_GetTypes() return [ new DynamicUIProps( InputType.String, - "bucketName", - "The S3 bucket name.", + 'bucketName', + 'The S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "The S3 bucket prefix.", + 'bucketPrefix', + 'The S3 bucket prefix.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "encryptionConfigs", - "The encryption configuration. Documented below.", + 'encryptionConfigs', + 'The encryption configuration. Documented below.', () => connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts index e3b26d14e..339ba55de 100644 --- a/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig { // The type of encryption. Valid Values: `KMS`. @@ -18,16 +18,16 @@ export function connect_getInstanceStorageConfigStorageConfigS3ConfigEncryptionC return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The type of encryption. Valid Values: `KMS`.", + 'encryptionType', + 'The type of encryption. Valid Values: `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyId", - "The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.", + 'keyId', + 'The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getQueueOutboundCallerConfig.ts b/src/app/Models/codegen/aws/types/connect_getQueueOutboundCallerConfig.ts index 2440ba263..a624ad1da 100644 --- a/src/app/Models/codegen/aws/types/connect_getQueueOutboundCallerConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getQueueOutboundCallerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getQueueOutboundCallerConfig { // Specifies the caller ID number. @@ -21,24 +21,24 @@ export function connect_getQueueOutboundCallerConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "outboundCallerIdName", - "Specifies the caller ID name.", + 'outboundCallerIdName', + 'Specifies the caller ID name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outboundCallerIdNumberId", - "Specifies the caller ID number.", + 'outboundCallerIdNumberId', + 'Specifies the caller ID number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outboundFlowId", - "Outbound whisper flow to be used during an outbound call.", + 'outboundFlowId', + 'Outbound whisper flow to be used during an outbound call.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfig.ts b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfig.ts index ba0b27ab9..3490de5c8 100644 --- a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getQuickConnectQuickConnectConfigPhoneConfig, connect_getQuickConnectQuickConnectConfigPhoneConfig_GetTypes, -} from "./connect_getQuickConnectQuickConnectConfigPhoneConfig"; +} from './connect_getQuickConnectQuickConnectConfigPhoneConfig'; import { connect_getQuickConnectQuickConnectConfigQueueConfig, connect_getQuickConnectQuickConnectConfigQueueConfig_GetTypes, -} from "./connect_getQuickConnectQuickConnectConfigQueueConfig"; +} from './connect_getQuickConnectQuickConnectConfigQueueConfig'; import { connect_getQuickConnectQuickConnectConfigUserConfig, connect_getQuickConnectQuickConnectConfigUserConfig_GetTypes, -} from "./connect_getQuickConnectQuickConnectConfigUserConfig"; +} from './connect_getQuickConnectQuickConnectConfigUserConfig'; export interface connect_getQuickConnectQuickConnectConfig { // Phone configuration of the Quick Connect. This is returned only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below. @@ -36,32 +36,32 @@ export function connect_getQuickConnectQuickConnectConfig_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "queueConfigs", - "Queue configuration of the Quick Connect. This is returned only if `quick_connect_type` is `QUEUE`. The `queue_config` block is documented below.", + 'queueConfigs', + 'Queue configuration of the Quick Connect. This is returned only if `quick_connect_type` is `QUEUE`. The `queue_config` block is documented below.', () => connect_getQuickConnectQuickConnectConfigQueueConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "quickConnectType", - "Configuration type of the Quick Connect. Valid values are `PHONE_NUMBER`, `QUEUE`, `USER`.", + 'quickConnectType', + 'Configuration type of the Quick Connect. Valid values are `PHONE_NUMBER`, `QUEUE`, `USER`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "userConfigs", - "User configuration of the Quick Connect. This is returned only if `quick_connect_type` is `USER`. The `user_config` block is documented below.", + 'userConfigs', + 'User configuration of the Quick Connect. This is returned only if `quick_connect_type` is `USER`. The `user_config` block is documented below.', () => connect_getQuickConnectQuickConnectConfigUserConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "phoneConfigs", - "Phone configuration of the Quick Connect. This is returned only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below.", + 'phoneConfigs', + 'Phone configuration of the Quick Connect. This is returned only if `quick_connect_type` is `PHONE_NUMBER`. The `phone_config` block is documented below.', () => connect_getQuickConnectQuickConnectConfigPhoneConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigPhoneConfig.ts b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigPhoneConfig.ts index dee55717b..0c2453f4d 100644 --- a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigPhoneConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigPhoneConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getQuickConnectQuickConnectConfigPhoneConfig { // Phone number in in E.164 format. @@ -15,8 +15,8 @@ export function connect_getQuickConnectQuickConnectConfigPhoneConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "phoneNumber", - "Phone number in in E.164 format.", + 'phoneNumber', + 'Phone number in in E.164 format.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigQueueConfig.ts b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigQueueConfig.ts index b89c44f82..41ae7a14a 100644 --- a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigQueueConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigQueueConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getQuickConnectQuickConnectConfigQueueConfig { // Identifier of the contact flow. @@ -18,16 +18,16 @@ export function connect_getQuickConnectQuickConnectConfigQueueConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "contactFlowId", - "Identifier of the contact flow.", + 'contactFlowId', + 'Identifier of the contact flow.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueId", - "Identifier for the queue.", + 'queueId', + 'Identifier for the queue.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigUserConfig.ts b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigUserConfig.ts index 83968d0d9..f7e6e50b7 100644 --- a/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigUserConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getQuickConnectQuickConnectConfigUserConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getQuickConnectQuickConnectConfigUserConfig { // Identifier of the contact flow. @@ -18,16 +18,16 @@ export function connect_getQuickConnectQuickConnectConfigUserConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "contactFlowId", - "Identifier of the contact flow.", + 'contactFlowId', + 'Identifier of the contact flow.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userId", - "Identifier for the user.", + 'userId', + 'Identifier for the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getRoutingProfileMediaConcurrency.ts b/src/app/Models/codegen/aws/types/connect_getRoutingProfileMediaConcurrency.ts index 5918b40ea..bd9bd5e5d 100644 --- a/src/app/Models/codegen/aws/types/connect_getRoutingProfileMediaConcurrency.ts +++ b/src/app/Models/codegen/aws/types/connect_getRoutingProfileMediaConcurrency.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getRoutingProfileMediaConcurrency { // Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`. @@ -18,16 +18,16 @@ export function connect_getRoutingProfileMediaConcurrency_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "channel", - "Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.", + 'channel', + 'Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "concurrency", - "Number of contacts an agent can have on a channel simultaneously. Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1. Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10. Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.", + 'concurrency', + 'Number of contacts an agent can have on a channel simultaneously. Valid Range for `VOICE`: Minimum value of 1. Maximum value of 1. Valid Range for `CHAT`: Minimum value of 1. Maximum value of 10. Valid Range for `TASK`: Minimum value of 1. Maximum value of 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getRoutingProfileQueueConfig.ts b/src/app/Models/codegen/aws/types/connect_getRoutingProfileQueueConfig.ts index 37a99dd38..a5821a3fd 100644 --- a/src/app/Models/codegen/aws/types/connect_getRoutingProfileQueueConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getRoutingProfileQueueConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getRoutingProfileQueueConfig { // Delay, in seconds, that a contact should be in the queue before they are routed to an available agent @@ -30,48 +30,48 @@ export function connect_getRoutingProfileQueueConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "delay", - "Delay, in seconds, that a contact should be in the queue before they are routed to an available agent", + 'delay', + 'Delay, in seconds, that a contact should be in the queue before they are routed to an available agent', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Order in which contacts are to be handled for the queue.", + 'priority', + 'Order in which contacts are to be handled for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueArn", - "ARN for the queue.", + 'queueArn', + 'ARN for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueId", - "Identifier for the queue.", + 'queueId', + 'Identifier for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queueName", - "Name for the queue.", + 'queueName', + 'Name for the queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "channel", - "Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.", + 'channel', + 'Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPath.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPath.ts index ec860f1b0..58df35194 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPath.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPath.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getUserHierarchyGroupHierarchyPathLevelOne, connect_getUserHierarchyGroupHierarchyPathLevelOne_GetTypes, -} from "./connect_getUserHierarchyGroupHierarchyPathLevelOne"; +} from './connect_getUserHierarchyGroupHierarchyPathLevelOne'; import { connect_getUserHierarchyGroupHierarchyPathLevelThree, connect_getUserHierarchyGroupHierarchyPathLevelThree_GetTypes, -} from "./connect_getUserHierarchyGroupHierarchyPathLevelThree"; +} from './connect_getUserHierarchyGroupHierarchyPathLevelThree'; import { connect_getUserHierarchyGroupHierarchyPathLevelTwo, connect_getUserHierarchyGroupHierarchyPathLevelTwo_GetTypes, -} from "./connect_getUserHierarchyGroupHierarchyPathLevelTwo"; +} from './connect_getUserHierarchyGroupHierarchyPathLevelTwo'; import { connect_getUserHierarchyGroupHierarchyPathLevelFife, connect_getUserHierarchyGroupHierarchyPathLevelFife_GetTypes, -} from "./connect_getUserHierarchyGroupHierarchyPathLevelFife"; +} from './connect_getUserHierarchyGroupHierarchyPathLevelFife'; import { connect_getUserHierarchyGroupHierarchyPathLevelFour, connect_getUserHierarchyGroupHierarchyPathLevelFour_GetTypes, -} from "./connect_getUserHierarchyGroupHierarchyPathLevelFour"; +} from './connect_getUserHierarchyGroupHierarchyPathLevelFour'; export interface connect_getUserHierarchyGroupHierarchyPath { // Details of level five. See below. @@ -47,40 +47,40 @@ export function connect_getUserHierarchyGroupHierarchyPath_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "levelFives", - "Details of level five. See below.", + 'levelFives', + 'Details of level five. See below.', () => connect_getUserHierarchyGroupHierarchyPathLevelFife_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "levelFours", - "Details of level four. See below.", + 'levelFours', + 'Details of level four. See below.', () => connect_getUserHierarchyGroupHierarchyPathLevelFour_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "levelOnes", - "Details of level one. See below.", + 'levelOnes', + 'Details of level one. See below.', () => connect_getUserHierarchyGroupHierarchyPathLevelOne_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "levelThrees", - "Details of level three. See below.", + 'levelThrees', + 'Details of level three. See below.', () => connect_getUserHierarchyGroupHierarchyPathLevelThree_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "levelTwos", - "Details of level two. See below.", + 'levelTwos', + 'Details of level two. See below.', () => connect_getUserHierarchyGroupHierarchyPathLevelTwo_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFife.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFife.ts index 86b208f35..c14e7bf18 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFife.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFife.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyGroupHierarchyPathLevelFife { // ARN of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyGroupHierarchyPathLevelFife_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy group.", + 'arn', + 'ARN of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Returns information on a specific hierarchy group by name", + 'name', + 'Returns information on a specific hierarchy group by name', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFour.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFour.ts index 881f61b82..5a7b62f1c 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFour.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelFour.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyGroupHierarchyPathLevelFour { // ARN of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyGroupHierarchyPathLevelFour_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy group.", + 'arn', + 'ARN of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Returns information on a specific hierarchy group by name", + 'name', + 'Returns information on a specific hierarchy group by name', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelOne.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelOne.ts index 399afb555..df7968447 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelOne.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelOne.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyGroupHierarchyPathLevelOne { // Returns information on a specific hierarchy group by name @@ -21,24 +21,24 @@ export function connect_getUserHierarchyGroupHierarchyPathLevelOne_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "name", - "Returns information on a specific hierarchy group by name", + 'name', + 'Returns information on a specific hierarchy group by name', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy group.", + 'arn', + 'ARN of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelThree.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelThree.ts index 67374b008..4124c063a 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelThree.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelThree.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyGroupHierarchyPathLevelThree { // Returns information on a specific hierarchy group by name @@ -21,24 +21,24 @@ export function connect_getUserHierarchyGroupHierarchyPathLevelThree_GetTypes(): return [ new DynamicUIProps( InputType.String, - "name", - "Returns information on a specific hierarchy group by name", + 'name', + 'Returns information on a specific hierarchy group by name', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy group.", + 'arn', + 'ARN of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelTwo.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelTwo.ts index c3adbde32..c9c9d14b5 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelTwo.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyGroupHierarchyPathLevelTwo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyGroupHierarchyPathLevelTwo { // ARN of the hierarchy group. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyGroupHierarchyPathLevelTwo_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy group.", + 'arn', + 'ARN of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy group.", + 'id', + 'The identifier of the hierarchy group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Returns information on a specific hierarchy group by name", + 'name', + 'Returns information on a specific hierarchy group by name', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructure.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructure.ts index 95d603469..4136dc17e 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructure.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructure.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { connect_getUserHierarchyStructureHierarchyStructureLevelOne, connect_getUserHierarchyStructureHierarchyStructureLevelOne_GetTypes, -} from "./connect_getUserHierarchyStructureHierarchyStructureLevelOne"; +} from './connect_getUserHierarchyStructureHierarchyStructureLevelOne'; import { connect_getUserHierarchyStructureHierarchyStructureLevelThree, connect_getUserHierarchyStructureHierarchyStructureLevelThree_GetTypes, -} from "./connect_getUserHierarchyStructureHierarchyStructureLevelThree"; +} from './connect_getUserHierarchyStructureHierarchyStructureLevelThree'; import { connect_getUserHierarchyStructureHierarchyStructureLevelTwo, connect_getUserHierarchyStructureHierarchyStructureLevelTwo_GetTypes, -} from "./connect_getUserHierarchyStructureHierarchyStructureLevelTwo"; +} from './connect_getUserHierarchyStructureHierarchyStructureLevelTwo'; import { connect_getUserHierarchyStructureHierarchyStructureLevelFife, connect_getUserHierarchyStructureHierarchyStructureLevelFife_GetTypes, -} from "./connect_getUserHierarchyStructureHierarchyStructureLevelFife"; +} from './connect_getUserHierarchyStructureHierarchyStructureLevelFife'; import { connect_getUserHierarchyStructureHierarchyStructureLevelFour, connect_getUserHierarchyStructureHierarchyStructureLevelFour_GetTypes, -} from "./connect_getUserHierarchyStructureHierarchyStructureLevelFour"; +} from './connect_getUserHierarchyStructureHierarchyStructureLevelFour'; export interface connect_getUserHierarchyStructureHierarchyStructure { // Details of level one. See below. @@ -47,8 +47,8 @@ export function connect_getUserHierarchyStructureHierarchyStructure_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "levelOnes", - "Details of level one. See below.", + 'levelOnes', + 'Details of level one. See below.', () => connect_getUserHierarchyStructureHierarchyStructureLevelOne_GetTypes(), true, @@ -56,8 +56,8 @@ export function connect_getUserHierarchyStructureHierarchyStructure_GetTypes(): ), new DynamicUIProps( InputType.Array, - "levelThrees", - "Details of level three. See below.", + 'levelThrees', + 'Details of level three. See below.', () => connect_getUserHierarchyStructureHierarchyStructureLevelThree_GetTypes(), true, @@ -65,8 +65,8 @@ export function connect_getUserHierarchyStructureHierarchyStructure_GetTypes(): ), new DynamicUIProps( InputType.Array, - "levelTwos", - "Details of level two. See below.", + 'levelTwos', + 'Details of level two. See below.', () => connect_getUserHierarchyStructureHierarchyStructureLevelTwo_GetTypes(), true, @@ -74,8 +74,8 @@ export function connect_getUserHierarchyStructureHierarchyStructure_GetTypes(): ), new DynamicUIProps( InputType.Array, - "levelFives", - "Details of level five. See below.", + 'levelFives', + 'Details of level five. See below.', () => connect_getUserHierarchyStructureHierarchyStructureLevelFife_GetTypes(), true, @@ -83,8 +83,8 @@ export function connect_getUserHierarchyStructureHierarchyStructure_GetTypes(): ), new DynamicUIProps( InputType.Array, - "levelFours", - "Details of level four. See below.", + 'levelFours', + 'Details of level four. See below.', () => connect_getUserHierarchyStructureHierarchyStructureLevelFour_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFife.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFife.ts index 091c905ac..aa8fa1049 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFife.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFife.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyStructureHierarchyStructureLevelFife { // Name of the user hierarchy level. Must not be more than 50 characters. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyStructureHierarchyStructureLevelFife_Get return [ new DynamicUIProps( InputType.String, - "name", - "Name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'Name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy level.", + 'arn', + 'ARN of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFour.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFour.ts index f535159f2..6355f3c49 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFour.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelFour.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyStructureHierarchyStructureLevelFour { // ARN of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyStructureHierarchyStructureLevelFour_Get return [ new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'Name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy level.", + 'arn', + 'ARN of the hierarchy level.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelOne.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelOne.ts index b2e63db71..b6c7c0c09 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelOne.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelOne.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyStructureHierarchyStructureLevelOne { // ARN of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyStructureHierarchyStructureLevelOne_GetT return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy level.", + 'arn', + 'ARN of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'Name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelThree.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelThree.ts index b20e3f9d4..4e69e4869 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelThree.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelThree.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyStructureHierarchyStructureLevelThree { // ARN of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyStructureHierarchyStructureLevelThree_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy level.", + 'arn', + 'ARN of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'Name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelTwo.ts b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelTwo.ts index 72f10278c..1cffa2067 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelTwo.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserHierarchyStructureHierarchyStructureLevelTwo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserHierarchyStructureHierarchyStructureLevelTwo { // ARN of the hierarchy level. @@ -21,24 +21,24 @@ export function connect_getUserHierarchyStructureHierarchyStructureLevelTwo_GetT return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the hierarchy level.", + 'arn', + 'ARN of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the hierarchy level.", + 'id', + 'The identifier of the hierarchy level.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the user hierarchy level. Must not be more than 50 characters.", + 'name', + 'Name of the user hierarchy level. Must not be more than 50 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserIdentityInfo.ts b/src/app/Models/codegen/aws/types/connect_getUserIdentityInfo.ts index ab02914c2..097b74ea2 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserIdentityInfo.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserIdentityInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserIdentityInfo { // The last name. @@ -21,24 +21,24 @@ export function connect_getUserIdentityInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lastName", - "The last name.", + 'lastName', + 'The last name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", - "The email address.", + 'email', + 'The email address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "firstName", - "The first name.", + 'firstName', + 'The first name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/connect_getUserPhoneConfig.ts b/src/app/Models/codegen/aws/types/connect_getUserPhoneConfig.ts index b54c8cd89..265929834 100644 --- a/src/app/Models/codegen/aws/types/connect_getUserPhoneConfig.ts +++ b/src/app/Models/codegen/aws/types/connect_getUserPhoneConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface connect_getUserPhoneConfig { // The After Call Work (ACW) timeout setting, in seconds. @@ -24,23 +24,23 @@ export function connect_getUserPhoneConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "afterContactWorkTimeLimit", - "The After Call Work (ACW) timeout setting, in seconds.", + 'afterContactWorkTimeLimit', + 'The After Call Work (ACW) timeout setting, in seconds.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "autoAccept", - "When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.", + 'autoAccept', + 'When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deskPhoneNumber", + 'deskPhoneNumber', "The phone number for the user's desk phone.", () => [], true, @@ -48,8 +48,8 @@ export function connect_getUserPhoneConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "phoneType", - "The phone type. Valid values are `DESK_PHONE` and `SOFT_PHONE`.", + 'phoneType', + 'The phone type. Valid values are `DESK_PHONE` and `SOFT_PHONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/controltower_ControlTowerControlParameter.ts b/src/app/Models/codegen/aws/types/controltower_ControlTowerControlParameter.ts index c0928b868..5d9cd5249 100644 --- a/src/app/Models/codegen/aws/types/controltower_ControlTowerControlParameter.ts +++ b/src/app/Models/codegen/aws/types/controltower_ControlTowerControlParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface controltower_ControlTowerControlParameter { // The name of the parameter. @@ -18,16 +18,16 @@ export function controltower_ControlTowerControlParameter_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "key", - "The name of the parameter.", + 'key', + 'The name of the parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the parameter.", + 'value', + 'The value of the parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/controltower_LandingZoneDriftStatus.ts b/src/app/Models/codegen/aws/types/controltower_LandingZoneDriftStatus.ts index 294d3846c..bff4627b9 100644 --- a/src/app/Models/codegen/aws/types/controltower_LandingZoneDriftStatus.ts +++ b/src/app/Models/codegen/aws/types/controltower_LandingZoneDriftStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface controltower_LandingZoneDriftStatus { // The drift status of the landing zone. @@ -15,8 +15,8 @@ export function controltower_LandingZoneDriftStatus_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "status", - "The drift status of the landing zone.", + 'status', + 'The drift status of the landing zone.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionSubscriber.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionSubscriber.ts index 8a6401a3b..c9e74bcce 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionSubscriber.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionSubscriber.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionSubscriber { // The address of the subscriber. If type is `SNS`, this will be the arn of the sns topic. If type is `EMAIL`, this will be the destination email address. @@ -18,16 +18,16 @@ export function costexplorer_AnomalySubscriptionSubscriber_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "address", - "The address of the subscriber. If type is `SNS`, this will be the arn of the sns topic. If type is `EMAIL`, this will be the destination email address.", + 'address', + 'The address of the subscriber. If type is `SNS`, this will be the arn of the sns topic. If type is `EMAIL`, this will be the destination email address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of subscription. Valid Values: `SNS` | `EMAIL`.", + 'type', + 'The type of subscription. Valid Values: `SNS` | `EMAIL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpression.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpression.ts index c84260a77..285c2173a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpression.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpression.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_AnomalySubscriptionThresholdExpressionCostCategory, costexplorer_AnomalySubscriptionThresholdExpressionCostCategory_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionCostCategory"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionCostCategory'; import { costexplorer_AnomalySubscriptionThresholdExpressionDimension, costexplorer_AnomalySubscriptionThresholdExpressionDimension_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionDimension"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionDimension'; import { costexplorer_AnomalySubscriptionThresholdExpressionNot, costexplorer_AnomalySubscriptionThresholdExpressionNot_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionNot"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionNot'; import { costexplorer_AnomalySubscriptionThresholdExpressionOr, costexplorer_AnomalySubscriptionThresholdExpressionOr_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionOr"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionOr'; import { costexplorer_AnomalySubscriptionThresholdExpressionTags, costexplorer_AnomalySubscriptionThresholdExpressionTags_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionTags"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionTags'; import { costexplorer_AnomalySubscriptionThresholdExpressionAnd, costexplorer_AnomalySubscriptionThresholdExpressionAnd_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionAnd"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionAnd'; export interface costexplorer_AnomalySubscriptionThresholdExpression { // Configuration block for the specific Dimension to use for. @@ -54,23 +54,23 @@ export function costexplorer_AnomalySubscriptionThresholdExpression_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "tags", - "Configuration block for the specific Tag to use for. See Tags below.", + 'tags', + 'Configuration block for the specific Tag to use for. See Tags below.', () => costexplorer_AnomalySubscriptionThresholdExpressionTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both Dimension objects.", + 'ands', + 'Return results that match both Dimension objects.', () => costexplorer_AnomalySubscriptionThresholdExpressionAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on values. See Cost Category below.", () => costexplorer_AnomalySubscriptionThresholdExpressionCostCategory_GetTypes(), @@ -79,8 +79,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpression_GetTypes(): ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific Dimension to use for.", + 'dimension', + 'Configuration block for the specific Dimension to use for.', () => costexplorer_AnomalySubscriptionThresholdExpressionDimension_GetTypes(), false, @@ -88,16 +88,16 @@ export function costexplorer_AnomalySubscriptionThresholdExpression_GetTypes(): ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both Dimension object.", + 'not', + 'Return results that match both Dimension object.', () => costexplorer_AnomalySubscriptionThresholdExpressionNot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both Dimension object.", + 'ors', + 'Return results that match both Dimension object.', () => costexplorer_AnomalySubscriptionThresholdExpressionOr_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAnd.ts index 37b21a4e4..553156011 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory, costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory'; import { costexplorer_AnomalySubscriptionThresholdExpressionAndDimension, costexplorer_AnomalySubscriptionThresholdExpressionAndDimension_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionAndDimension"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionAndDimension'; import { costexplorer_AnomalySubscriptionThresholdExpressionAndTags, costexplorer_AnomalySubscriptionThresholdExpressionAndTags_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionAndTags"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionAndTags'; export interface costexplorer_AnomalySubscriptionThresholdExpressionAnd { // Configuration block for the filter that's based on values. See Cost Category below. @@ -33,7 +33,7 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAnd_GetTypes( return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on values. See Cost Category below.", () => costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory_GetTypes(), @@ -42,8 +42,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAnd_GetTypes( ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific Dimension to use for.", + 'dimension', + 'Configuration block for the specific Dimension to use for.', () => costexplorer_AnomalySubscriptionThresholdExpressionAndDimension_GetTypes(), false, @@ -51,8 +51,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAnd_GetTypes( ), new DynamicUIProps( InputType.Object, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_AnomalySubscriptionThresholdExpressionAndTags_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory.ts index a4df1d9b9..77f84848e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionAndCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAndCostCatego return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndDimension.ts index ca3399473..48d3da399 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionAndDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAndDimension_ return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndTags.ts index 1cfd35f9b..6eaae1350 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionAndTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionAndTags_GetTy return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionCostCategory.ts index f51692ce7..0c2111570 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionCostCategory_ return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionDimension.ts index 29090d795..bed09a274 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionDimension_Get return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNot.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNot.ts index e4a71766f..284fdfcec 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_AnomalySubscriptionThresholdExpressionNotDimension, costexplorer_AnomalySubscriptionThresholdExpressionNotDimension_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionNotDimension"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionNotDimension'; import { costexplorer_AnomalySubscriptionThresholdExpressionNotTags, costexplorer_AnomalySubscriptionThresholdExpressionNotTags_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionNotTags"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionNotTags'; import { costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory, costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory'; export interface costexplorer_AnomalySubscriptionThresholdExpressionNot { // Configuration block for the filter that's based on values. See Cost Category below. @@ -33,7 +33,7 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNot_GetTypes( return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on values. See Cost Category below.", () => costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory_GetTypes(), @@ -42,8 +42,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNot_GetTypes( ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific Dimension to use for.", + 'dimension', + 'Configuration block for the specific Dimension to use for.', () => costexplorer_AnomalySubscriptionThresholdExpressionNotDimension_GetTypes(), false, @@ -51,8 +51,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNot_GetTypes( ), new DynamicUIProps( InputType.Object, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_AnomalySubscriptionThresholdExpressionNotTags_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory.ts index cd776047d..d182dea42 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionNotCostCategory { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNotCostCatego return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotDimension.ts index 83f75a202..2a1bf4113 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionNotDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNotDimension_ return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotTags.ts index c9eb20d8b..cd4309d6b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionNotTags { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionNotTags_GetTy return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOr.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOr.ts index e8cf0b6d9..ac400910b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_AnomalySubscriptionThresholdExpressionOrDimension, costexplorer_AnomalySubscriptionThresholdExpressionOrDimension_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionOrDimension"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionOrDimension'; import { costexplorer_AnomalySubscriptionThresholdExpressionOrTags, costexplorer_AnomalySubscriptionThresholdExpressionOrTags_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionOrTags"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionOrTags'; import { costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory, costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory_GetTypes, -} from "./costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory"; +} from './costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory'; export interface costexplorer_AnomalySubscriptionThresholdExpressionOr { // Configuration block for the specific Dimension to use for. @@ -33,8 +33,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOr_GetTypes() return [ new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific Dimension to use for.", + 'dimension', + 'Configuration block for the specific Dimension to use for.', () => costexplorer_AnomalySubscriptionThresholdExpressionOrDimension_GetTypes(), false, @@ -42,8 +42,8 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOr_GetTypes() ), new DynamicUIProps( InputType.Object, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_AnomalySubscriptionThresholdExpressionOrTags_GetTypes(), false, @@ -51,7 +51,7 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOr_GetTypes() ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on values. See Cost Category below.", () => costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory.ts index 38b333fe6..11940d355 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOrCostCategor return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrDimension.ts index 355a6590c..b3ee6491e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionOrDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOrDimension_G return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrTags.ts index 54f93b418..c62cf505c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionOrTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionOrTags_GetTyp return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionTags.ts b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionTags.ts index bdb92d71b..f1d02814e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_AnomalySubscriptionThresholdExpressionTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_AnomalySubscriptionThresholdExpressionTags { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_AnomalySubscriptionThresholdExpressionTags_GetTypes return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRule.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRule.ts index 8a458afa4..49e52af4b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleInheritedValue, costexplorer_CostCategoryRuleInheritedValue_GetTypes, -} from "./costexplorer_CostCategoryRuleInheritedValue"; +} from './costexplorer_CostCategoryRuleInheritedValue'; import { costexplorer_CostCategoryRuleRule, costexplorer_CostCategoryRuleRule_GetTypes, -} from "./costexplorer_CostCategoryRuleRule"; +} from './costexplorer_CostCategoryRuleRule'; export interface costexplorer_CostCategoryRule { // Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below. @@ -32,32 +32,32 @@ export function costexplorer_CostCategoryRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "value", - "Default value for the cost category.", + 'value', + 'Default value for the cost category.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inheritedValue", - "Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.", + 'inheritedValue', + 'Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.', () => costexplorer_CostCategoryRuleInheritedValue_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rule", - "Configuration block for the `Expression` object used to categorize costs. See below.", + 'rule', + 'Configuration block for the `Expression` object used to categorize costs. See below.', () => costexplorer_CostCategoryRuleRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "You can define the CostCategoryRule rule type as either `REGULAR` or `INHERITED_VALUE`.", + 'type', + 'You can define the CostCategoryRule rule type as either `REGULAR` or `INHERITED_VALUE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleInheritedValue.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleInheritedValue.ts index 327a3836e..68c8f63d3 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleInheritedValue.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleInheritedValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleInheritedValue { // Key to extract cost category values. @@ -18,7 +18,7 @@ export function costexplorer_CostCategoryRuleInheritedValue_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "dimensionName", + 'dimensionName', "Name of the dimension that's used to group costs. If you specify `LINKED_ACCOUNT_NAME`, the cost category value is based on account name. If you specify `TAG`, the cost category value will be based on the value of the specified tag key. Valid values are `LINKED_ACCOUNT_NAME`, `TAG`", () => [], false, @@ -26,8 +26,8 @@ export function costexplorer_CostCategoryRuleInheritedValue_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "dimensionKey", - "Key to extract cost category values.", + 'dimensionKey', + 'Key to extract cost category values.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRule.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRule.ts index 4af3529f2..09add8208 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleNot, costexplorer_CostCategoryRuleRuleNot_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNot"; +} from './costexplorer_CostCategoryRuleRuleNot'; import { costexplorer_CostCategoryRuleRuleOr, costexplorer_CostCategoryRuleRuleOr_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOr"; +} from './costexplorer_CostCategoryRuleRuleOr'; import { costexplorer_CostCategoryRuleRuleTags, costexplorer_CostCategoryRuleRuleTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleTags"; +} from './costexplorer_CostCategoryRuleRuleTags'; import { costexplorer_CostCategoryRuleRuleAnd, costexplorer_CostCategoryRuleRuleAnd_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAnd"; +} from './costexplorer_CostCategoryRuleRuleAnd'; import { costexplorer_CostCategoryRuleRuleCostCategory, costexplorer_CostCategoryRuleRuleCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleCostCategory"; +} from './costexplorer_CostCategoryRuleRuleCostCategory'; import { costexplorer_CostCategoryRuleRuleDimension, costexplorer_CostCategoryRuleRuleDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleDimension"; +} from './costexplorer_CostCategoryRuleRuleDimension'; export interface costexplorer_CostCategoryRuleRule { // Return results that match both `Dimension` object. @@ -54,47 +54,47 @@ export function costexplorer_CostCategoryRuleRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both `Dimension` object.", + 'not', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleNot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both `Dimension` object.", + 'ors', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleOr_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_CostCategoryRuleRuleAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleCostCategory_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAnd.ts index 60565f543..ef8d80486 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAnd.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleAndNot, costexplorer_CostCategoryRuleRuleAndNot_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndNot"; +} from './costexplorer_CostCategoryRuleRuleAndNot'; import { costexplorer_CostCategoryRuleRuleAndOr, costexplorer_CostCategoryRuleRuleAndOr_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndOr"; +} from './costexplorer_CostCategoryRuleRuleAndOr'; import { costexplorer_CostCategoryRuleRuleAndTags, costexplorer_CostCategoryRuleRuleAndTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndTags"; +} from './costexplorer_CostCategoryRuleRuleAndTags'; import { costexplorer_CostCategoryRuleRuleAndAnd, costexplorer_CostCategoryRuleRuleAndAnd_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndAnd"; +} from './costexplorer_CostCategoryRuleRuleAndAnd'; import { costexplorer_CostCategoryRuleRuleAndCostCategory, costexplorer_CostCategoryRuleRuleAndCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndCostCategory"; +} from './costexplorer_CostCategoryRuleRuleAndCostCategory'; import { costexplorer_CostCategoryRuleRuleAndDimension, costexplorer_CostCategoryRuleRuleAndDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndDimension"; +} from './costexplorer_CostCategoryRuleRuleAndDimension'; export interface costexplorer_CostCategoryRuleRuleAnd { // Return results that match both `Dimension` object. @@ -54,31 +54,31 @@ export function costexplorer_CostCategoryRuleRuleAnd_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both `Dimension` object.", + 'ors', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleAndOr_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleAndTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_CostCategoryRuleRuleAndAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleAndCostCategory_GetTypes(), false, @@ -86,16 +86,16 @@ export function costexplorer_CostCategoryRuleRuleAnd_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleAndDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both `Dimension` object.", + 'not', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleAndNot_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAnd.ts index efc5e8b4e..6f86bcac7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleAndAndDimension, costexplorer_CostCategoryRuleRuleAndAndDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndAndDimension"; +} from './costexplorer_CostCategoryRuleRuleAndAndDimension'; import { costexplorer_CostCategoryRuleRuleAndAndTags, costexplorer_CostCategoryRuleRuleAndAndTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndAndTags"; +} from './costexplorer_CostCategoryRuleRuleAndAndTags'; import { costexplorer_CostCategoryRuleRuleAndAndCostCategory, costexplorer_CostCategoryRuleRuleAndAndCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndAndCostCategory"; +} from './costexplorer_CostCategoryRuleRuleAndAndCostCategory'; export interface costexplorer_CostCategoryRuleRuleAndAnd { // Configuration block for the specific `Dimension` to use for `Expression`. See below. @@ -33,15 +33,15 @@ export function costexplorer_CostCategoryRuleRuleAndAnd_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleAndAndTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleAndAndCostCategory_GetTypes(), false, @@ -49,8 +49,8 @@ export function costexplorer_CostCategoryRuleRuleAndAnd_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleAndAndDimension_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndCostCategory.ts index 8237d2447..71f10424b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndAndCostCategory { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndAndCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndDimension.ts index 9e8bc608b..f601a337d 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndAndDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndAndDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndTags.ts index 88727d8f2..04920a110 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndAndTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndAndTags_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndCostCategory.ts index 8cdd95e47..f5ecfaa85 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndCostCategory { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndCostCategory_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndDimension.ts index 3aea52a3c..41fbc4f76 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndDimension_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNot.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNot.ts index 2925b8c31..60e4979df 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleAndNotCostCategory, costexplorer_CostCategoryRuleRuleAndNotCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndNotCostCategory"; +} from './costexplorer_CostCategoryRuleRuleAndNotCostCategory'; import { costexplorer_CostCategoryRuleRuleAndNotDimension, costexplorer_CostCategoryRuleRuleAndNotDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndNotDimension"; +} from './costexplorer_CostCategoryRuleRuleAndNotDimension'; import { costexplorer_CostCategoryRuleRuleAndNotTags, costexplorer_CostCategoryRuleRuleAndNotTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndNotTags"; +} from './costexplorer_CostCategoryRuleRuleAndNotTags'; export interface costexplorer_CostCategoryRuleRuleAndNot { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,23 +33,23 @@ export function costexplorer_CostCategoryRuleRuleAndNot_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleAndNotDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleAndNotTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleAndNotCostCategory_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotCostCategory.ts index 3b2f6d2da..d99d4a689 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndNotCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndNotCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotDimension.ts index bf7611152..4d78d76fa 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndNotDimension { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndNotDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotTags.ts index 9fae13de4..ddcd5adaf 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndNotTags { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndNotTags_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOr.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOr.ts index 4688165a1..1fa5e056f 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleAndOrCostCategory, costexplorer_CostCategoryRuleRuleAndOrCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndOrCostCategory"; +} from './costexplorer_CostCategoryRuleRuleAndOrCostCategory'; import { costexplorer_CostCategoryRuleRuleAndOrDimension, costexplorer_CostCategoryRuleRuleAndOrDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndOrDimension"; +} from './costexplorer_CostCategoryRuleRuleAndOrDimension'; import { costexplorer_CostCategoryRuleRuleAndOrTags, costexplorer_CostCategoryRuleRuleAndOrTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleAndOrTags"; +} from './costexplorer_CostCategoryRuleRuleAndOrTags'; export interface costexplorer_CostCategoryRuleRuleAndOr { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_CostCategoryRuleRuleAndOr_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleAndOrCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_CostCategoryRuleRuleAndOr_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleAndOrDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleAndOrTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrCostCategory.ts index 6d3e110ed..b2efdf5f2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndOrCostCategory_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrDimension.ts index b2241cb7c..f3aaa76df 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndOrDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndOrDimension_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrTags.ts index 4cb8a8965..397996d93 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndOrTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndOrTags_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndTags.ts index ec2768a36..9d61fa023 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleAndTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleAndTags_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleCostCategory.ts index 345fa2dd5..f0569d999 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleCostCategory { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleCostCategory_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleDimension.ts index ff986a213..93e2ee5df 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleDimension_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNot.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNot.ts index bdbb860e3..6363f06a2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNot.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleNotCostCategory, costexplorer_CostCategoryRuleRuleNotCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotCostCategory"; +} from './costexplorer_CostCategoryRuleRuleNotCostCategory'; import { costexplorer_CostCategoryRuleRuleNotDimension, costexplorer_CostCategoryRuleRuleNotDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotDimension"; +} from './costexplorer_CostCategoryRuleRuleNotDimension'; import { costexplorer_CostCategoryRuleRuleNotNot, costexplorer_CostCategoryRuleRuleNotNot_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotNot"; +} from './costexplorer_CostCategoryRuleRuleNotNot'; import { costexplorer_CostCategoryRuleRuleNotOr, costexplorer_CostCategoryRuleRuleNotOr_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotOr"; +} from './costexplorer_CostCategoryRuleRuleNotOr'; import { costexplorer_CostCategoryRuleRuleNotTags, costexplorer_CostCategoryRuleRuleNotTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotTags"; +} from './costexplorer_CostCategoryRuleRuleNotTags'; import { costexplorer_CostCategoryRuleRuleNotAnd, costexplorer_CostCategoryRuleRuleNotAnd_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotAnd"; +} from './costexplorer_CostCategoryRuleRuleNotAnd'; export interface costexplorer_CostCategoryRuleRuleNot { // Return results that match both `Dimension` objects. @@ -54,7 +54,7 @@ export function costexplorer_CostCategoryRuleRuleNot_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleNotCostCategory_GetTypes(), false, @@ -62,40 +62,40 @@ export function costexplorer_CostCategoryRuleRuleNot_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleNotDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both `Dimension` object.", + 'not', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleNotNot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both `Dimension` object.", + 'ors', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleNotOr_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleNotTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_CostCategoryRuleRuleNotAnd_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAnd.ts index df8b16995..d20fb9303 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleNotAndCostCategory, costexplorer_CostCategoryRuleRuleNotAndCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotAndCostCategory"; +} from './costexplorer_CostCategoryRuleRuleNotAndCostCategory'; import { costexplorer_CostCategoryRuleRuleNotAndDimension, costexplorer_CostCategoryRuleRuleNotAndDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotAndDimension"; +} from './costexplorer_CostCategoryRuleRuleNotAndDimension'; import { costexplorer_CostCategoryRuleRuleNotAndTags, costexplorer_CostCategoryRuleRuleNotAndTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotAndTags"; +} from './costexplorer_CostCategoryRuleRuleNotAndTags'; export interface costexplorer_CostCategoryRuleRuleNotAnd { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,15 +33,15 @@ export function costexplorer_CostCategoryRuleRuleNotAnd_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleNotAndTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleNotAndCostCategory_GetTypes(), false, @@ -49,8 +49,8 @@ export function costexplorer_CostCategoryRuleRuleNotAnd_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleNotAndDimension_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndCostCategory.ts index c91ba6a1b..5fc711eb4 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotAndCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotAndCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndDimension.ts index e51e3a61e..fbc25b35a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotAndDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotAndDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndTags.ts index 30e58bfb1..e862c3a74 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotAndTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotAndTags_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotCostCategory.ts index f9b49c361..6c9f9c6b7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotCostCategory_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotDimension.ts index 7150a81dd..5169c4d61 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotDimension_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNot.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNot.ts index f883cffde..be3d6c974 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleNotNotCostCategory, costexplorer_CostCategoryRuleRuleNotNotCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotNotCostCategory"; +} from './costexplorer_CostCategoryRuleRuleNotNotCostCategory'; import { costexplorer_CostCategoryRuleRuleNotNotDimension, costexplorer_CostCategoryRuleRuleNotNotDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotNotDimension"; +} from './costexplorer_CostCategoryRuleRuleNotNotDimension'; import { costexplorer_CostCategoryRuleRuleNotNotTags, costexplorer_CostCategoryRuleRuleNotNotTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotNotTags"; +} from './costexplorer_CostCategoryRuleRuleNotNotTags'; export interface costexplorer_CostCategoryRuleRuleNotNot { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_CostCategoryRuleRuleNotNot_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleNotNotCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_CostCategoryRuleRuleNotNot_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleNotNotDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleNotNotTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotCostCategory.ts index 269fe36b7..a97e2bb22 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotNotCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotNotCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotDimension.ts index 3af0d82c9..209d0705f 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotNotDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotNotDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotTags.ts index 3d2628c27..232b83b73 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotNotTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotNotTags_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOr.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOr.ts index d11130941..5ebd70019 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleNotOrCostCategory, costexplorer_CostCategoryRuleRuleNotOrCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotOrCostCategory"; +} from './costexplorer_CostCategoryRuleRuleNotOrCostCategory'; import { costexplorer_CostCategoryRuleRuleNotOrDimension, costexplorer_CostCategoryRuleRuleNotOrDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotOrDimension"; +} from './costexplorer_CostCategoryRuleRuleNotOrDimension'; import { costexplorer_CostCategoryRuleRuleNotOrTags, costexplorer_CostCategoryRuleRuleNotOrTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleNotOrTags"; +} from './costexplorer_CostCategoryRuleRuleNotOrTags'; export interface costexplorer_CostCategoryRuleRuleNotOr { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_CostCategoryRuleRuleNotOr_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleNotOrCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_CostCategoryRuleRuleNotOr_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleNotOrDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleNotOrTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrCostCategory.ts index ebb377f6d..59df77aab 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotOrCostCategory_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrDimension.ts index 23193d256..bc8a921ba 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotOrDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotOrDimension_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrTags.ts index f939625e4..e1b4925e5 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotOrTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotOrTags_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotTags.ts index 3b11a20fd..8bfd2c9c7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleNotTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleNotTags_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOr.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOr.ts index 18f7bea03..b47f60762 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOr.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleOrOr, costexplorer_CostCategoryRuleRuleOrOr_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrOr"; +} from './costexplorer_CostCategoryRuleRuleOrOr'; import { costexplorer_CostCategoryRuleRuleOrTags, costexplorer_CostCategoryRuleRuleOrTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrTags"; +} from './costexplorer_CostCategoryRuleRuleOrTags'; import { costexplorer_CostCategoryRuleRuleOrAnd, costexplorer_CostCategoryRuleRuleOrAnd_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrAnd"; +} from './costexplorer_CostCategoryRuleRuleOrAnd'; import { costexplorer_CostCategoryRuleRuleOrCostCategory, costexplorer_CostCategoryRuleRuleOrCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrCostCategory"; +} from './costexplorer_CostCategoryRuleRuleOrCostCategory'; import { costexplorer_CostCategoryRuleRuleOrDimension, costexplorer_CostCategoryRuleRuleOrDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrDimension"; +} from './costexplorer_CostCategoryRuleRuleOrDimension'; import { costexplorer_CostCategoryRuleRuleOrNot, costexplorer_CostCategoryRuleRuleOrNot_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrNot"; +} from './costexplorer_CostCategoryRuleRuleOrNot'; export interface costexplorer_CostCategoryRuleRuleOr { // Return results that match both `Dimension` object. @@ -54,31 +54,31 @@ export function costexplorer_CostCategoryRuleRuleOr_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both `Dimension` object.", + 'ors', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleOrOr_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleOrTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_CostCategoryRuleRuleOrAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleOrCostCategory_GetTypes(), false, @@ -86,16 +86,16 @@ export function costexplorer_CostCategoryRuleRuleOr_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleOrDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both `Dimension` object.", + 'not', + 'Return results that match both `Dimension` object.', () => costexplorer_CostCategoryRuleRuleOrNot_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAnd.ts index 1ba70d655..54bcef3f4 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleOrAndCostCategory, costexplorer_CostCategoryRuleRuleOrAndCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrAndCostCategory"; +} from './costexplorer_CostCategoryRuleRuleOrAndCostCategory'; import { costexplorer_CostCategoryRuleRuleOrAndDimension, costexplorer_CostCategoryRuleRuleOrAndDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrAndDimension"; +} from './costexplorer_CostCategoryRuleRuleOrAndDimension'; import { costexplorer_CostCategoryRuleRuleOrAndTags, costexplorer_CostCategoryRuleRuleOrAndTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrAndTags"; +} from './costexplorer_CostCategoryRuleRuleOrAndTags'; export interface costexplorer_CostCategoryRuleRuleOrAnd { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_CostCategoryRuleRuleOrAnd_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleOrAndCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_CostCategoryRuleRuleOrAnd_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleOrAndDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleOrAndTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndCostCategory.ts index ec7468283..9eec1a31c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrAndCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrAndCostCategory_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndDimension.ts index cbc8b83ae..c9df8d085 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrAndDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrAndDimension_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndTags.ts index b76bdd5bd..f31e08cd8 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrAndTags { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrAndTags_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrCostCategory.ts index d8361b400..952c7c134 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrCostCategory_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrDimension.ts index a09af881f..2f4c68a94 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrDimension_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNot.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNot.ts index 29b1827f9..0d7ffc075 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleOrNotTags, costexplorer_CostCategoryRuleRuleOrNotTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrNotTags"; +} from './costexplorer_CostCategoryRuleRuleOrNotTags'; import { costexplorer_CostCategoryRuleRuleOrNotCostCategory, costexplorer_CostCategoryRuleRuleOrNotCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrNotCostCategory"; +} from './costexplorer_CostCategoryRuleRuleOrNotCostCategory'; import { costexplorer_CostCategoryRuleRuleOrNotDimension, costexplorer_CostCategoryRuleRuleOrNotDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrNotDimension"; +} from './costexplorer_CostCategoryRuleRuleOrNotDimension'; export interface costexplorer_CostCategoryRuleRuleOrNot { // Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -33,23 +33,23 @@ export function costexplorer_CostCategoryRuleRuleOrNot_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleOrNotDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleOrNotTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleOrNotCostCategory_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotCostCategory.ts index d697f7f01..8e6b7f1a2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrNotCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrNotCostCategory_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotDimension.ts index 8ba6af4da..f0e714ae2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrNotDimension { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrNotDimension_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotTags.ts index 18938463d..1237393dc 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrNotTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrNotTags_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOr.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOr.ts index 91a71e042..cb8c603e4 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategoryRuleRuleOrOrCostCategory, costexplorer_CostCategoryRuleRuleOrOrCostCategory_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrOrCostCategory"; +} from './costexplorer_CostCategoryRuleRuleOrOrCostCategory'; import { costexplorer_CostCategoryRuleRuleOrOrDimension, costexplorer_CostCategoryRuleRuleOrOrDimension_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrOrDimension"; +} from './costexplorer_CostCategoryRuleRuleOrOrDimension'; import { costexplorer_CostCategoryRuleRuleOrOrTags, costexplorer_CostCategoryRuleRuleOrOrTags_GetTypes, -} from "./costexplorer_CostCategoryRuleRuleOrOrTags"; +} from './costexplorer_CostCategoryRuleRuleOrOrTags'; export interface costexplorer_CostCategoryRuleRuleOrOr { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_CostCategoryRuleRuleOrOr_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_CostCategoryRuleRuleOrOrCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_CostCategoryRuleRuleOrOr_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_CostCategoryRuleRuleOrOrDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => costexplorer_CostCategoryRuleRuleOrOrTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrCostCategory.ts index 72660d7fc..a972914fd 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrOrCostCategory_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrDimension.ts index a58b17ccb..9b386c8ec 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrOrDimension { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrOrDimension_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrTags.ts index 0b3acdb0a..effb82f1b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrOrTags { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrOrTags_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrTags.ts index ded6fd59f..0cf44a664 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleOrTags { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleOrTags_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleTags.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleTags.ts index 585f6d4a5..603dc3d9b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategoryRuleRuleTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategoryRuleRuleTags { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_CostCategoryRuleRuleTags_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRule.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRule.ts index 2591d5b20..8a02f8728 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_CostCategorySplitChargeRuleParameter, costexplorer_CostCategorySplitChargeRuleParameter_GetTypes, -} from "./costexplorer_CostCategorySplitChargeRuleParameter"; +} from './costexplorer_CostCategorySplitChargeRuleParameter'; export interface costexplorer_CostCategorySplitChargeRule { // Method that's used to define how to split your source costs across your targets. Valid values are `FIXED`, `PROPORTIONAL`, `EVEN` @@ -28,7 +28,7 @@ export function costexplorer_CostCategorySplitChargeRule_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "method", + 'method', "Method that's used to define how to split your source costs across your targets. Valid values are `FIXED`, `PROPORTIONAL`, `EVEN`", () => [], true, @@ -36,23 +36,23 @@ export function costexplorer_CostCategorySplitChargeRule_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block for the parameters for a split charge method. This is only required for the `FIXED` method. See below.", + 'parameters', + 'Configuration block for the parameters for a split charge method. This is only required for the `FIXED` method. See below.', () => costexplorer_CostCategorySplitChargeRuleParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "source", - "Cost Category value that you want to split.", + 'source', + 'Cost Category value that you want to split.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targets", + 'targets', "Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.", () => InputType_String_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRuleParameter.ts b/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRuleParameter.ts index ec10d9738..0a1ce15f8 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRuleParameter.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_CostCategorySplitChargeRuleParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_CostCategorySplitChargeRuleParameter { // Parameter type. @@ -18,16 +18,16 @@ export function costexplorer_CostCategorySplitChargeRuleParameter_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "type", - "Parameter type.", + 'type', + 'Parameter type.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRule.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRule.ts index c74b14732..fd66f797e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleInheritedValue, costexplorer_getCostCategoryRuleInheritedValue_GetTypes, -} from "./costexplorer_getCostCategoryRuleInheritedValue"; +} from './costexplorer_getCostCategoryRuleInheritedValue'; import { costexplorer_getCostCategoryRuleRule, costexplorer_getCostCategoryRuleRule_GetTypes, -} from "./costexplorer_getCostCategoryRuleRule"; +} from './costexplorer_getCostCategoryRuleRule'; export interface costexplorer_getCostCategoryRule { // Parameter type. @@ -32,32 +32,32 @@ export function costexplorer_getCostCategoryRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Parameter type.", + 'type', + 'Parameter type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Default value for the cost category.", + 'value', + 'Default value for the cost category.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "inheritedValues", - "Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.", + 'inheritedValues', + 'Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.', () => costexplorer_getCostCategoryRuleInheritedValue_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "rules", - "Configuration block for the `Expression` object used to categorize costs. See below.", + 'rules', + 'Configuration block for the `Expression` object used to categorize costs. See below.', () => costexplorer_getCostCategoryRuleRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleInheritedValue.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleInheritedValue.ts index be408c200..82f6c7040 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleInheritedValue.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleInheritedValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleInheritedValue { // Key to extract cost category values. @@ -18,7 +18,7 @@ export function costexplorer_getCostCategoryRuleInheritedValue_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "dimensionName", + 'dimensionName', "Name of the dimension that's used to group costs. If you specify `LINKED_ACCOUNT_NAME`, the cost category value is based on account name. If you specify `TAG`, the cost category value will be based on the value of the specified tag key. Valid values are `LINKED_ACCOUNT_NAME`, `TAG`", () => [], true, @@ -26,8 +26,8 @@ export function costexplorer_getCostCategoryRuleInheritedValue_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "dimensionKey", - "Key to extract cost category values.", + 'dimensionKey', + 'Key to extract cost category values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRule.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRule.ts index c526667d0..e8e6dea93 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleCostCategory, costexplorer_getCostCategoryRuleRuleCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleCostCategory'; import { costexplorer_getCostCategoryRuleRuleDimension, costexplorer_getCostCategoryRuleRuleDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleDimension"; +} from './costexplorer_getCostCategoryRuleRuleDimension'; import { costexplorer_getCostCategoryRuleRuleNot, costexplorer_getCostCategoryRuleRuleNot_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNot"; +} from './costexplorer_getCostCategoryRuleRuleNot'; import { costexplorer_getCostCategoryRuleRuleOr, costexplorer_getCostCategoryRuleRuleOr_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOr"; +} from './costexplorer_getCostCategoryRuleRuleOr'; import { costexplorer_getCostCategoryRuleRuleTag, costexplorer_getCostCategoryRuleRuleTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleTag"; +} from './costexplorer_getCostCategoryRuleRuleTag'; import { costexplorer_getCostCategoryRuleRuleAnd, costexplorer_getCostCategoryRuleRuleAnd_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAnd"; +} from './costexplorer_getCostCategoryRuleRuleAnd'; export interface costexplorer_getCostCategoryRuleRule { // Return results that match both `Dimension` objects. @@ -54,15 +54,15 @@ export function costexplorer_getCostCategoryRuleRule_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_getCostCategoryRuleRuleAnd_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleCostCategory_GetTypes(), true, @@ -70,32 +70,32 @@ export function costexplorer_getCostCategoryRuleRule_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "nots", - "Return results that do not match the `Dimension` object.", + 'nots', + 'Return results that do not match the `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleNot_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match either `Dimension` object.", + 'ors', + 'Return results that match either `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleOr_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAnd.ts index 8a6f5c5ec..5bc98ef33 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAnd.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleAndTag, costexplorer_getCostCategoryRuleRuleAndTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndTag"; +} from './costexplorer_getCostCategoryRuleRuleAndTag'; import { costexplorer_getCostCategoryRuleRuleAndAnd, costexplorer_getCostCategoryRuleRuleAndAnd_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndAnd"; +} from './costexplorer_getCostCategoryRuleRuleAndAnd'; import { costexplorer_getCostCategoryRuleRuleAndCostCategory, costexplorer_getCostCategoryRuleRuleAndCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleAndCostCategory'; import { costexplorer_getCostCategoryRuleRuleAndDimension, costexplorer_getCostCategoryRuleRuleAndDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndDimension"; +} from './costexplorer_getCostCategoryRuleRuleAndDimension'; import { costexplorer_getCostCategoryRuleRuleAndNot, costexplorer_getCostCategoryRuleRuleAndNot_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndNot"; +} from './costexplorer_getCostCategoryRuleRuleAndNot'; import { costexplorer_getCostCategoryRuleRuleAndOr, costexplorer_getCostCategoryRuleRuleAndOr_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndOr"; +} from './costexplorer_getCostCategoryRuleRuleAndOr'; export interface costexplorer_getCostCategoryRuleRuleAnd { // Return results that match both `Dimension` objects. @@ -54,39 +54,39 @@ export function costexplorer_getCostCategoryRuleRuleAnd_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "nots", - "Return results that do not match the `Dimension` object.", + 'nots', + 'Return results that do not match the `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleAndNot_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match either `Dimension` object.", + 'ors', + 'Return results that match either `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleAndOr_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_getCostCategoryRuleRuleAndAnd_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleAndCostCategory_GetTypes(), true, @@ -94,8 +94,8 @@ export function costexplorer_getCostCategoryRuleRuleAnd_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndDimension_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAnd.ts index e2bc440f8..e7e9003bb 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleAndAndDimension, costexplorer_getCostCategoryRuleRuleAndAndDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndAndDimension"; +} from './costexplorer_getCostCategoryRuleRuleAndAndDimension'; import { costexplorer_getCostCategoryRuleRuleAndAndTag, costexplorer_getCostCategoryRuleRuleAndAndTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndAndTag"; +} from './costexplorer_getCostCategoryRuleRuleAndAndTag'; import { costexplorer_getCostCategoryRuleRuleAndAndCostCategory, costexplorer_getCostCategoryRuleRuleAndAndCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndAndCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleAndAndCostCategory'; export interface costexplorer_getCostCategoryRuleRuleAndAnd { // Configuration block for the specific `Dimension` to use for `Expression`. See below. @@ -33,23 +33,23 @@ export function costexplorer_getCostCategoryRuleRuleAndAnd_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndAndDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndAndTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleAndAndCostCategory_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndCostCategory.ts index 390180594..604d71c65 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndAndCostCategory { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndAndCostCategory_GetTypes( return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndDimension.ts index 0ab70b2eb..a49a99ab6 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndAndDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndAndDimension_GetTypes(): return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndTag.ts index a8b3d79ef..d16af3a0b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndAndTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndAndTag { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndAndTag_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndCostCategory.ts index 570fe00db..fefd9a81c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndDimension.ts index e2062cd19..cca0d6516 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNot.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNot.ts index 249c5a527..1bd1bd609 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleAndNotCostCategory, costexplorer_getCostCategoryRuleRuleAndNotCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndNotCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleAndNotCostCategory'; import { costexplorer_getCostCategoryRuleRuleAndNotDimension, costexplorer_getCostCategoryRuleRuleAndNotDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndNotDimension"; +} from './costexplorer_getCostCategoryRuleRuleAndNotDimension'; import { costexplorer_getCostCategoryRuleRuleAndNotTag, costexplorer_getCostCategoryRuleRuleAndNotTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndNotTag"; +} from './costexplorer_getCostCategoryRuleRuleAndNotTag'; export interface costexplorer_getCostCategoryRuleRuleAndNot { // Configuration block for the specific `Dimension` to use for `Expression`. See below. @@ -33,23 +33,23 @@ export function costexplorer_getCostCategoryRuleRuleAndNot_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndNotDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndNotTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleAndNotCostCategory_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotCostCategory.ts index fe2fffff5..a1e75f9b7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndNotCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndNotCostCategory_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotDimension.ts index 993d271b5..e347dedb2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndNotDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndNotDimension_GetTypes(): return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotTag.ts index ef75e453b..6f755fb79 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndNotTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndNotTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndNotTag_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOr.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOr.ts index 2a6c06ed4..979e1cd9b 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleAndOrDimension, costexplorer_getCostCategoryRuleRuleAndOrDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndOrDimension"; +} from './costexplorer_getCostCategoryRuleRuleAndOrDimension'; import { costexplorer_getCostCategoryRuleRuleAndOrTag, costexplorer_getCostCategoryRuleRuleAndOrTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndOrTag"; +} from './costexplorer_getCostCategoryRuleRuleAndOrTag'; import { costexplorer_getCostCategoryRuleRuleAndOrCostCategory, costexplorer_getCostCategoryRuleRuleAndOrCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleAndOrCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleAndOrCostCategory'; export interface costexplorer_getCostCategoryRuleRuleAndOr { // Configuration block for the specific `Dimension` to use for `Expression`. See below. @@ -33,15 +33,15 @@ export function costexplorer_getCostCategoryRuleRuleAndOr_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndOrTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleAndOrCostCategory_GetTypes(), true, @@ -49,8 +49,8 @@ export function costexplorer_getCostCategoryRuleRuleAndOr_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleAndOrDimension_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrCostCategory.ts index 4a46eabfb..764940b55 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndOrCostCategory { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndOrCostCategory_GetTypes() return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrDimension.ts index 514d1ded8..2ce3f616c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndOrDimension { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndOrDimension_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrTag.ts index d4599ddee..35005275a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndOrTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndOrTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndOrTag_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndTag.ts index 886c98a0f..cec5bc277 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleAndTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleAndTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleAndTag_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleCostCategory.ts index 8a9a9bf59..564929dc2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleCostCategory { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleCostCategory_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleDimension.ts index d9768b980..010a771fc 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleDimension { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleDimension_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNot.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNot.ts index e30d6a980..8255c74d0 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNot.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleNotAnd, costexplorer_getCostCategoryRuleRuleNotAnd_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotAnd"; +} from './costexplorer_getCostCategoryRuleRuleNotAnd'; import { costexplorer_getCostCategoryRuleRuleNotCostCategory, costexplorer_getCostCategoryRuleRuleNotCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleNotCostCategory'; import { costexplorer_getCostCategoryRuleRuleNotDimension, costexplorer_getCostCategoryRuleRuleNotDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotDimension"; +} from './costexplorer_getCostCategoryRuleRuleNotDimension'; import { costexplorer_getCostCategoryRuleRuleNotNot, costexplorer_getCostCategoryRuleRuleNotNot_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotNot"; +} from './costexplorer_getCostCategoryRuleRuleNotNot'; import { costexplorer_getCostCategoryRuleRuleNotOr, costexplorer_getCostCategoryRuleRuleNotOr_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotOr"; +} from './costexplorer_getCostCategoryRuleRuleNotOr'; import { costexplorer_getCostCategoryRuleRuleNotTag, costexplorer_getCostCategoryRuleRuleNotTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotTag"; +} from './costexplorer_getCostCategoryRuleRuleNotTag'; export interface costexplorer_getCostCategoryRuleRuleNot { // Return results that match either `Dimension` object. @@ -54,31 +54,31 @@ export function costexplorer_getCostCategoryRuleRuleNot_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "ors", - "Return results that match either `Dimension` object.", + 'ors', + 'Return results that match either `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleNotOr_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_getCostCategoryRuleRuleNotAnd_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleNotCostCategory_GetTypes(), true, @@ -86,16 +86,16 @@ export function costexplorer_getCostCategoryRuleRuleNot_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "nots", - "Return results that do not match the `Dimension` object.", + 'nots', + 'Return results that do not match the `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleNotNot_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAnd.ts index dac59ad01..dd142cadc 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleNotAndDimension, costexplorer_getCostCategoryRuleRuleNotAndDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotAndDimension"; +} from './costexplorer_getCostCategoryRuleRuleNotAndDimension'; import { costexplorer_getCostCategoryRuleRuleNotAndTag, costexplorer_getCostCategoryRuleRuleNotAndTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotAndTag"; +} from './costexplorer_getCostCategoryRuleRuleNotAndTag'; import { costexplorer_getCostCategoryRuleRuleNotAndCostCategory, costexplorer_getCostCategoryRuleRuleNotAndCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotAndCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleNotAndCostCategory'; export interface costexplorer_getCostCategoryRuleRuleNotAnd { // Configuration block for the specific `Tag` to use for `Expression`. See below. @@ -33,15 +33,15 @@ export function costexplorer_getCostCategoryRuleRuleNotAnd_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotAndTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleNotAndCostCategory_GetTypes(), true, @@ -49,8 +49,8 @@ export function costexplorer_getCostCategoryRuleRuleNotAnd_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotAndDimension_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndCostCategory.ts index 7664cdd03..f9ebb4990 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotAndCostCategory { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotAndCostCategory_GetTypes( return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndDimension.ts index abc2fae88..0b7d9af99 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotAndDimension { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotAndDimension_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndTag.ts index 7e785ff5a..a9c9d2060 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotAndTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotAndTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotAndTag_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotCostCategory.ts index 5785bf70b..3338d5d14 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotDimension.ts index 56154a643..0920f4605 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotDimension_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNot.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNot.ts index 6988c62fa..c8409fa3a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleNotNotDimension, costexplorer_getCostCategoryRuleRuleNotNotDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotNotDimension"; +} from './costexplorer_getCostCategoryRuleRuleNotNotDimension'; import { costexplorer_getCostCategoryRuleRuleNotNotTag, costexplorer_getCostCategoryRuleRuleNotNotTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotNotTag"; +} from './costexplorer_getCostCategoryRuleRuleNotNotTag'; import { costexplorer_getCostCategoryRuleRuleNotNotCostCategory, costexplorer_getCostCategoryRuleRuleNotNotCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotNotCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleNotNotCostCategory'; export interface costexplorer_getCostCategoryRuleRuleNotNot { // Configuration block for the specific `Dimension` to use for `Expression`. See below. @@ -33,23 +33,23 @@ export function costexplorer_getCostCategoryRuleRuleNotNot_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotNotDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotNotTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleNotNotCostCategory_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotCostCategory.ts index ecc1ef065..47727a742 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotNotCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotNotCostCategory_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotDimension.ts index 50693da44..de5e712f7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotNotDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotNotDimension_GetTypes(): return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotTag.ts index e473c1a2c..a789405f2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotNotTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotNotTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotNotTag_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOr.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOr.ts index 405ddcc40..95103672c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleNotOrTag, costexplorer_getCostCategoryRuleRuleNotOrTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotOrTag"; +} from './costexplorer_getCostCategoryRuleRuleNotOrTag'; import { costexplorer_getCostCategoryRuleRuleNotOrCostCategory, costexplorer_getCostCategoryRuleRuleNotOrCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotOrCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleNotOrCostCategory'; import { costexplorer_getCostCategoryRuleRuleNotOrDimension, costexplorer_getCostCategoryRuleRuleNotOrDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleNotOrDimension"; +} from './costexplorer_getCostCategoryRuleRuleNotOrDimension'; export interface costexplorer_getCostCategoryRuleRuleNotOr { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_getCostCategoryRuleRuleNotOr_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleNotOrCostCategory_GetTypes(), true, @@ -41,16 +41,16 @@ export function costexplorer_getCostCategoryRuleRuleNotOr_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotOrDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleNotOrTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrCostCategory.ts index 4aa3b2ed8..5132d9aba 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotOrCostCategory { // Parameter values. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotOrCostCategory_GetTypes() return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrDimension.ts index 071a2573f..b6d6ae216 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotOrDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotOrDimension_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrTag.ts index 4ea7b8518..7f7b27bea 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotOrTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotOrTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotOrTag_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotTag.ts index 762bf8476..82b6a25d3 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleNotTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleNotTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleNotTag_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOr.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOr.ts index 009b6ba78..262244d37 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOr.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleOrTag, costexplorer_getCostCategoryRuleRuleOrTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrTag"; +} from './costexplorer_getCostCategoryRuleRuleOrTag'; import { costexplorer_getCostCategoryRuleRuleOrAnd, costexplorer_getCostCategoryRuleRuleOrAnd_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrAnd"; +} from './costexplorer_getCostCategoryRuleRuleOrAnd'; import { costexplorer_getCostCategoryRuleRuleOrCostCategory, costexplorer_getCostCategoryRuleRuleOrCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleOrCostCategory'; import { costexplorer_getCostCategoryRuleRuleOrDimension, costexplorer_getCostCategoryRuleRuleOrDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrDimension"; +} from './costexplorer_getCostCategoryRuleRuleOrDimension'; import { costexplorer_getCostCategoryRuleRuleOrNot, costexplorer_getCostCategoryRuleRuleOrNot_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrNot"; +} from './costexplorer_getCostCategoryRuleRuleOrNot'; import { costexplorer_getCostCategoryRuleRuleOrOr, costexplorer_getCostCategoryRuleRuleOrOr_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrOr"; +} from './costexplorer_getCostCategoryRuleRuleOrOr'; export interface costexplorer_getCostCategoryRuleRuleOr { // Return results that match both `Dimension` objects. @@ -54,15 +54,15 @@ export function costexplorer_getCostCategoryRuleRuleOr_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_getCostCategoryRuleRuleOrAnd_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleOrCostCategory_GetTypes(), true, @@ -70,32 +70,32 @@ export function costexplorer_getCostCategoryRuleRuleOr_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "nots", - "Return results that do not match the `Dimension` object.", + 'nots', + 'Return results that do not match the `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleOrNot_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match either `Dimension` object.", + 'ors', + 'Return results that match either `Dimension` object.', () => costexplorer_getCostCategoryRuleRuleOrOr_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAnd.ts index c7b25fbca..743fc1bad 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleOrAndCostCategory, costexplorer_getCostCategoryRuleRuleOrAndCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrAndCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleOrAndCostCategory'; import { costexplorer_getCostCategoryRuleRuleOrAndDimension, costexplorer_getCostCategoryRuleRuleOrAndDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrAndDimension"; +} from './costexplorer_getCostCategoryRuleRuleOrAndDimension'; import { costexplorer_getCostCategoryRuleRuleOrAndTag, costexplorer_getCostCategoryRuleRuleOrAndTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrAndTag"; +} from './costexplorer_getCostCategoryRuleRuleOrAndTag'; export interface costexplorer_getCostCategoryRuleRuleOrAnd { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_getCostCategoryRuleRuleOrAnd_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleOrAndCostCategory_GetTypes(), true, @@ -41,16 +41,16 @@ export function costexplorer_getCostCategoryRuleRuleOrAnd_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrAndDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrAndTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndCostCategory.ts index 0cd49f723..a5d4163dc 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrAndCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrAndCostCategory_GetTypes() return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndDimension.ts index 95f7673a1..d68e0fd2a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrAndDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrAndDimension_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndTag.ts index c797f87db..08459a7ed 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrAndTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrAndTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrAndTag_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrCostCategory.ts index 7bba730c8..b80e50f33 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrCostCategory_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrDimension.ts index 559ae7edd..12beba8d2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrDimension_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNot.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNot.ts index eea539b61..43bede219 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleOrNotTag, costexplorer_getCostCategoryRuleRuleOrNotTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrNotTag"; +} from './costexplorer_getCostCategoryRuleRuleOrNotTag'; import { costexplorer_getCostCategoryRuleRuleOrNotCostCategory, costexplorer_getCostCategoryRuleRuleOrNotCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrNotCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleOrNotCostCategory'; import { costexplorer_getCostCategoryRuleRuleOrNotDimension, costexplorer_getCostCategoryRuleRuleOrNotDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrNotDimension"; +} from './costexplorer_getCostCategoryRuleRuleOrNotDimension'; export interface costexplorer_getCostCategoryRuleRuleOrNot { // Configuration block for the specific `Tag` to use for `Expression`. See below. @@ -33,23 +33,23 @@ export function costexplorer_getCostCategoryRuleRuleOrNot_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrNotDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrNotTag_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleOrNotCostCategory_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotCostCategory.ts index 7981987c6..2a6e3fd18 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrNotCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrNotCostCategory_GetTypes() return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotDimension.ts index 46268bc76..33dc8535f 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrNotDimension { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrNotDimension_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotTag.ts index bb991a5b6..1130c9fce 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrNotTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrNotTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrNotTag_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOr.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOr.ts index de5e73e24..f96313b12 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategoryRuleRuleOrOrTag, costexplorer_getCostCategoryRuleRuleOrOrTag_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrOrTag"; +} from './costexplorer_getCostCategoryRuleRuleOrOrTag'; import { costexplorer_getCostCategoryRuleRuleOrOrCostCategory, costexplorer_getCostCategoryRuleRuleOrOrCostCategory_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrOrCostCategory"; +} from './costexplorer_getCostCategoryRuleRuleOrOrCostCategory'; import { costexplorer_getCostCategoryRuleRuleOrOrDimension, costexplorer_getCostCategoryRuleRuleOrOrDimension_GetTypes, -} from "./costexplorer_getCostCategoryRuleRuleOrOrDimension"; +} from './costexplorer_getCostCategoryRuleRuleOrOrDimension'; export interface costexplorer_getCostCategoryRuleRuleOrOr { // Configuration block for the filter that's based on `CostCategory` values. See below. @@ -33,7 +33,7 @@ export function costexplorer_getCostCategoryRuleRuleOrOr_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "costCategories", + 'costCategories', "Configuration block for the filter that's based on `CostCategory` values. See below.", () => costexplorer_getCostCategoryRuleRuleOrOrCostCategory_GetTypes(), true, @@ -41,16 +41,16 @@ export function costexplorer_getCostCategoryRuleRuleOrOr_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration block for the specific `Dimension` to use for `Expression`. See below.", + 'dimensions', + 'Configuration block for the specific `Dimension` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrOrDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Configuration block for the specific `Tag` to use for `Expression`. See below.", + 'tags', + 'Configuration block for the specific `Tag` to use for `Expression`. See below.', () => costexplorer_getCostCategoryRuleRuleOrOrTag_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrCostCategory.ts index 48926f4af..ed1c62d15 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrOrCostCategory { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrOrCostCategory_GetTypes(): return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrDimension.ts index 47f52121e..74bd9e9d8 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrOrDimension { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrOrDimension_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrTag.ts index a36e19482..bb39937e2 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrOrTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrOrTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrOrTag_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrTag.ts index 0c0afce36..69339b61a 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleOrTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleOrTag { // Key for the tag. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleOrTag_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleTag.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleTag.ts index fab556787..e7c4bb170 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleTag.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategoryRuleRuleTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategoryRuleRuleTag { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getCostCategoryRuleRuleTag_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "key", - "Key for the tag.", + 'key', + 'Key for the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRule.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRule.ts index 7bb9f5c73..71b894409 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRule.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getCostCategorySplitChargeRuleParameter, costexplorer_getCostCategorySplitChargeRuleParameter_GetTypes, -} from "./costexplorer_getCostCategorySplitChargeRuleParameter"; +} from './costexplorer_getCostCategorySplitChargeRuleParameter'; export interface costexplorer_getCostCategorySplitChargeRule { // Method that's used to define how to split your source costs across your targets. Valid values are `FIXED`, `PROPORTIONAL`, `EVEN` @@ -28,7 +28,7 @@ export function costexplorer_getCostCategorySplitChargeRule_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "targets", + 'targets', "Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.", () => InputType_String_GetTypes(), true, @@ -36,7 +36,7 @@ export function costexplorer_getCostCategorySplitChargeRule_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "method", + 'method', "Method that's used to define how to split your source costs across your targets. Valid values are `FIXED`, `PROPORTIONAL`, `EVEN`", () => [], true, @@ -44,16 +44,16 @@ export function costexplorer_getCostCategorySplitChargeRule_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block for the parameters for a split charge method. This is only required for the `FIXED` method. See below.", + 'parameters', + 'Configuration block for the parameters for a split charge method. This is only required for the `FIXED` method. See below.', () => costexplorer_getCostCategorySplitChargeRuleParameter_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "source", - "Cost Category value that you want to split.", + 'source', + 'Cost Category value that you want to split.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRuleParameter.ts b/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRuleParameter.ts index b17745f9d..251a15c60 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRuleParameter.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getCostCategorySplitChargeRuleParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getCostCategorySplitChargeRuleParameter { // Parameter type. @@ -18,16 +18,16 @@ export function costexplorer_getCostCategorySplitChargeRuleParameter_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "Parameter type.", + 'type', + 'Parameter type.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Parameter values.", + 'values', + 'Parameter values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilter.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilter.ts index 22d49677d..621d41fe0 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilter.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilter.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getTagsFilterNot, costexplorer_getTagsFilterNot_GetTypes, -} from "./costexplorer_getTagsFilterNot"; +} from './costexplorer_getTagsFilterNot'; import { costexplorer_getTagsFilterOr, costexplorer_getTagsFilterOr_GetTypes, -} from "./costexplorer_getTagsFilterOr"; +} from './costexplorer_getTagsFilterOr'; import { costexplorer_getTagsFilterTags, costexplorer_getTagsFilterTags_GetTypes, -} from "./costexplorer_getTagsFilterTags"; +} from './costexplorer_getTagsFilterTags'; import { costexplorer_getTagsFilterAnd, costexplorer_getTagsFilterAnd_GetTypes, -} from "./costexplorer_getTagsFilterAnd"; +} from './costexplorer_getTagsFilterAnd'; import { costexplorer_getTagsFilterCostCategory, costexplorer_getTagsFilterCostCategory_GetTypes, -} from "./costexplorer_getTagsFilterCostCategory"; +} from './costexplorer_getTagsFilterCostCategory'; import { costexplorer_getTagsFilterDimension, costexplorer_getTagsFilterDimension_GetTypes, -} from "./costexplorer_getTagsFilterDimension"; +} from './costexplorer_getTagsFilterDimension'; export interface costexplorer_getTagsFilter { // Return results that match both `Dimension` object. @@ -54,47 +54,47 @@ export function costexplorer_getTagsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.', () => costexplorer_getTagsFilterDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "not", - "Return results that match both `Dimension` object.", + 'not', + 'Return results that match both `Dimension` object.', () => costexplorer_getTagsFilterNot_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ors", - "Return results that match both `Dimension` object.", + 'ors', + 'Return results that match both `Dimension` object.', () => costexplorer_getTagsFilterOr_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Tags that match your request.", + 'tags', + 'Tags that match your request.', () => costexplorer_getTagsFilterTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ands", - "Return results that match both `Dimension` objects.", + 'ands', + 'Return results that match both `Dimension` objects.', () => costexplorer_getTagsFilterAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details.", () => costexplorer_getTagsFilterCostCategory_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAnd.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAnd.ts index 0536d268b..bdb27f28e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAnd.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAnd.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getTagsFilterAndCostCategory, costexplorer_getTagsFilterAndCostCategory_GetTypes, -} from "./costexplorer_getTagsFilterAndCostCategory"; +} from './costexplorer_getTagsFilterAndCostCategory'; import { costexplorer_getTagsFilterAndDimension, costexplorer_getTagsFilterAndDimension_GetTypes, -} from "./costexplorer_getTagsFilterAndDimension"; +} from './costexplorer_getTagsFilterAndDimension'; import { costexplorer_getTagsFilterAndTags, costexplorer_getTagsFilterAndTags_GetTypes, -} from "./costexplorer_getTagsFilterAndTags"; +} from './costexplorer_getTagsFilterAndTags'; export interface costexplorer_getTagsFilterAnd { // Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details. @@ -33,15 +33,15 @@ export function costexplorer_getTagsFilterAnd_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "tags", - "Tags that match your request.", + 'tags', + 'Tags that match your request.', () => costexplorer_getTagsFilterAndTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details.", () => costexplorer_getTagsFilterAndCostCategory_GetTypes(), false, @@ -49,8 +49,8 @@ export function costexplorer_getTagsFilterAnd_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.', () => costexplorer_getTagsFilterAndDimension_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndCostCategory.ts index 46618e5e3..e14909b9c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterAndCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterAndCostCategory_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndDimension.ts index 131dbd3fa..58398eed7 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterAndDimension { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterAndDimension_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndTags.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndTags.ts index f80c4f49a..0cba24d01 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterAndTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterAndTags { // @@ -19,19 +19,19 @@ export interface costexplorer_getTagsFilterAndTags { export function costexplorer_getTagsFilterAndTags_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "matchOptions", - "", + 'matchOptions', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterCostCategory.ts index 516397937..fca1dca40 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterCostCategory_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterDimension.ts index 9b70af0e9..873687983 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterDimension { // Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterDimension_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNot.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNot.ts index 99617e7fe..e55072417 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNot.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNot.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getTagsFilterNotCostCategory, costexplorer_getTagsFilterNotCostCategory_GetTypes, -} from "./costexplorer_getTagsFilterNotCostCategory"; +} from './costexplorer_getTagsFilterNotCostCategory'; import { costexplorer_getTagsFilterNotDimension, costexplorer_getTagsFilterNotDimension_GetTypes, -} from "./costexplorer_getTagsFilterNotDimension"; +} from './costexplorer_getTagsFilterNotDimension'; import { costexplorer_getTagsFilterNotTags, costexplorer_getTagsFilterNotTags_GetTypes, -} from "./costexplorer_getTagsFilterNotTags"; +} from './costexplorer_getTagsFilterNotTags'; export interface costexplorer_getTagsFilterNot { // Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details. @@ -33,15 +33,15 @@ export function costexplorer_getTagsFilterNot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "tags", - "Tags that match your request.", + 'tags', + 'Tags that match your request.', () => costexplorer_getTagsFilterNotTags_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details.", () => costexplorer_getTagsFilterNotCostCategory_GetTypes(), false, @@ -49,8 +49,8 @@ export function costexplorer_getTagsFilterNot_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.', () => costexplorer_getTagsFilterNotDimension_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotCostCategory.ts index 017078131..ffd470b6e 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterNotCostCategory { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterNotCostCategory_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotDimension.ts index 9d269b8fb..f2ae3ea4c 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterNotDimension { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterNotDimension_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotTags.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotTags.ts index b72ace85a..faa31d9d1 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterNotTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterNotTags { // @@ -21,17 +21,17 @@ export function costexplorer_getTagsFilterNotTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "key", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "matchOptions", - "", + 'matchOptions', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOr.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOr.ts index ad13a0c5b..c80dd4dc9 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOr.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOr.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { costexplorer_getTagsFilterOrTags, costexplorer_getTagsFilterOrTags_GetTypes, -} from "./costexplorer_getTagsFilterOrTags"; +} from './costexplorer_getTagsFilterOrTags'; import { costexplorer_getTagsFilterOrCostCategory, costexplorer_getTagsFilterOrCostCategory_GetTypes, -} from "./costexplorer_getTagsFilterOrCostCategory"; +} from './costexplorer_getTagsFilterOrCostCategory'; import { costexplorer_getTagsFilterOrDimension, costexplorer_getTagsFilterOrDimension_GetTypes, -} from "./costexplorer_getTagsFilterOrDimension"; +} from './costexplorer_getTagsFilterOrDimension'; export interface costexplorer_getTagsFilterOr { // Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details. @@ -33,7 +33,7 @@ export function costexplorer_getTagsFilterOr_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "costCategory", + 'costCategory', "Configuration block for the filter that's based on `CostCategory` values. See `cost_category` block below for details.", () => costexplorer_getTagsFilterOrCostCategory_GetTypes(), false, @@ -41,16 +41,16 @@ export function costexplorer_getTagsFilterOr_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "dimension", - "Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.", + 'dimension', + 'Configuration block for the specific `Dimension` to use for `Expression`. See `dimension` block below for details.', () => costexplorer_getTagsFilterOrDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tags", - "Tags that match your request.", + 'tags', + 'Tags that match your request.', () => costexplorer_getTagsFilterOrTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrCostCategory.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrCostCategory.ts index 662e19a96..56093fc40 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrCostCategory.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrCostCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterOrCostCategory { // Unique name of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterOrCostCategory_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrDimension.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrDimension.ts index 8adde6b40..fd8234984 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrDimension.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterOrDimension { // Specific value of the Cost Category. @@ -21,24 +21,24 @@ export function costexplorer_getTagsFilterOrDimension_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "values", - "Specific value of the Cost Category.", + 'values', + 'Specific value of the Cost Category.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "Unique name of the Cost Category.", + 'key', + 'Unique name of the Cost Category.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "matchOptions", - "Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.", + 'matchOptions', + 'Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is `EQUALS` and `CASE_SENSITIVE`. Valid values are: `EQUALS`, `ABSENT`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CASE_SENSITIVE`, `CASE_INSENSITIVE`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrTags.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrTags.ts index b3336d735..c757c0fc9 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterOrTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterOrTags { // @@ -19,19 +19,19 @@ export interface costexplorer_getTagsFilterOrTags { export function costexplorer_getTagsFilterOrTags_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "matchOptions", - "", + 'matchOptions', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterTags.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterTags.ts index 3cca50aaa..41c356918 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterTags.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsFilterTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsFilterTags { // @@ -19,19 +19,19 @@ export interface costexplorer_getTagsFilterTags { export function costexplorer_getTagsFilterTags_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "matchOptions", - "", + 'matchOptions', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsSortBy.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsSortBy.ts index c9bc752de..11f08e835 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsSortBy.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsSortBy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsSortBy { // key that's used to sort the data. Valid values are: `BlendedCost`, `UnblendedCost`, `AmortizedCost`, `NetAmortizedCost`, `NetUnblendedCost`, `UsageQuantity`, `NormalizedUsageAmount`. @@ -18,7 +18,7 @@ export function costexplorer_getTagsSortBy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", + 'key', "key that's used to sort the data. Valid values are: `BlendedCost`, `UnblendedCost`, `AmortizedCost`, `NetAmortizedCost`, `NetUnblendedCost`, `UsageQuantity`, `NormalizedUsageAmount`.", () => [], false, @@ -26,7 +26,7 @@ export function costexplorer_getTagsSortBy_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "sortOrder", + 'sortOrder', "order that's used to sort the data. Valid values are: `ASCENDING`, `DESCENDING`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/costexplorer_getTagsTimePeriod.ts b/src/app/Models/codegen/aws/types/costexplorer_getTagsTimePeriod.ts index 248e07ba5..a7e4842e9 100644 --- a/src/app/Models/codegen/aws/types/costexplorer_getTagsTimePeriod.ts +++ b/src/app/Models/codegen/aws/types/costexplorer_getTagsTimePeriod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface costexplorer_getTagsTimePeriod { // Beginning of the time period. @@ -18,16 +18,16 @@ export function costexplorer_getTagsTimePeriod_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "end", - "Beginning of the time period.", + 'end', + 'Beginning of the time period.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "start", - "End of the time period.", + 'start', + 'End of the time period.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatching.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatching.ts index f90f369ab..95d6ccfc2 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatching.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatching.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainMatchingExportingConfig, customerprofiles_DomainMatchingExportingConfig_GetTypes, -} from "./customerprofiles_DomainMatchingExportingConfig"; +} from './customerprofiles_DomainMatchingExportingConfig'; import { customerprofiles_DomainMatchingJobSchedule, customerprofiles_DomainMatchingJobSchedule_GetTypes, -} from "./customerprofiles_DomainMatchingJobSchedule"; +} from './customerprofiles_DomainMatchingJobSchedule'; import { customerprofiles_DomainMatchingAutoMerging, customerprofiles_DomainMatchingAutoMerging_GetTypes, -} from "./customerprofiles_DomainMatchingAutoMerging"; +} from './customerprofiles_DomainMatchingAutoMerging'; export interface customerprofiles_DomainMatching { // A block that specifies the configuration for exporting Identity Resolution results. Documented below. @@ -36,32 +36,32 @@ export function customerprofiles_DomainMatching_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "exportingConfig", - "A block that specifies the configuration for exporting Identity Resolution results. Documented below.", + 'exportingConfig', + 'A block that specifies the configuration for exporting Identity Resolution results. Documented below.', () => customerprofiles_DomainMatchingExportingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jobSchedule", - "A block that specifies the day and time when you want to start the Identity Resolution Job every week. Documented below.", + 'jobSchedule', + 'A block that specifies the day and time when you want to start the Identity Resolution Job every week. Documented below.', () => customerprofiles_DomainMatchingJobSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoMerging", - "A block that specifies the configuration about the auto-merging process. Documented below.", + 'autoMerging', + 'A block that specifies the configuration about the auto-merging process. Documented below.', () => customerprofiles_DomainMatchingAutoMerging_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "The flag that enables the matching process of duplicate profiles.", + 'enabled', + 'The flag that enables the matching process of duplicate profiles.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMerging.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMerging.ts index a31265016..d926f063e 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMerging.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMerging.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainMatchingAutoMergingConflictResolution, customerprofiles_DomainMatchingAutoMergingConflictResolution_GetTypes, -} from "./customerprofiles_DomainMatchingAutoMergingConflictResolution"; +} from './customerprofiles_DomainMatchingAutoMergingConflictResolution'; import { customerprofiles_DomainMatchingAutoMergingConsolidation, customerprofiles_DomainMatchingAutoMergingConsolidation_GetTypes, -} from "./customerprofiles_DomainMatchingAutoMergingConsolidation"; +} from './customerprofiles_DomainMatchingAutoMergingConsolidation'; export interface customerprofiles_DomainMatchingAutoMerging { // A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below. @@ -35,8 +35,8 @@ export function customerprofiles_DomainMatchingAutoMerging_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "conflictResolution", - "A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.", + 'conflictResolution', + 'A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.', () => customerprofiles_DomainMatchingAutoMergingConflictResolution_GetTypes(), false, @@ -44,24 +44,24 @@ export function customerprofiles_DomainMatchingAutoMerging_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "consolidation", - "A block that specifies a list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged. Documented below.\n* `min_allowed_confidence_score_for_merging ` - (Optional) A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.", + 'consolidation', + 'A block that specifies a list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged. Documented below.\n* `min_allowed_confidence_score_for_merging ` - (Optional) A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.', () => customerprofiles_DomainMatchingAutoMergingConsolidation_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "The flag that enables the auto-merging of duplicate profiles.", + 'enabled', + 'The flag that enables the auto-merging of duplicate profiles.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minAllowedConfidenceScoreForMerging", - "", + 'minAllowedConfidenceScoreForMerging', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConflictResolution.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConflictResolution.ts index 330880ffa..9f8b9d377 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConflictResolution.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConflictResolution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainMatchingAutoMergingConflictResolution { // How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE` @@ -18,16 +18,16 @@ export function customerprofiles_DomainMatchingAutoMergingConflictResolution_Get return [ new DynamicUIProps( InputType.String, - "conflictResolvingModel", - "How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`", + 'conflictResolvingModel', + 'How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.", + 'sourceName', + 'The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConsolidation.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConsolidation.ts index 3bac5f2af..6f34e073e 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConsolidation.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingAutoMergingConsolidation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainMatchingAutoMergingConsolidation { // A list of matching criteria. @@ -15,8 +15,8 @@ export function customerprofiles_DomainMatchingAutoMergingConsolidation_GetTypes return [ new DynamicUIProps( InputType.Array, - "matchingAttributesLists", - "A list of matching criteria.", + 'matchingAttributesLists', + 'A list of matching criteria.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfig.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfig.ts index 931eed727..b40fcec20 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfig.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainMatchingExportingConfigS3Exporting, customerprofiles_DomainMatchingExportingConfigS3Exporting_GetTypes, -} from "./customerprofiles_DomainMatchingExportingConfigS3Exporting"; +} from './customerprofiles_DomainMatchingExportingConfigS3Exporting'; export interface customerprofiles_DomainMatchingExportingConfig { // @@ -19,8 +19,8 @@ export function customerprofiles_DomainMatchingExportingConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "s3Exporting", - "", + 's3Exporting', + '', () => customerprofiles_DomainMatchingExportingConfigS3Exporting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfigS3Exporting.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfigS3Exporting.ts index 5dd7d062a..b8430d96e 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfigS3Exporting.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingExportingConfigS3Exporting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainMatchingExportingConfigS3Exporting { // The S3 key name of the location where Identity Resolution Jobs write result files. @@ -18,16 +18,16 @@ export function customerprofiles_DomainMatchingExportingConfigS3Exporting_GetTyp return [ new DynamicUIProps( InputType.String, - "s3KeyName", - "The S3 key name of the location where Identity Resolution Jobs write result files.", + 's3KeyName', + 'The S3 key name of the location where Identity Resolution Jobs write result files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "The name of the S3 bucket where Identity Resolution Jobs write result files.", + 's3BucketName', + 'The name of the S3 bucket where Identity Resolution Jobs write result files.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingJobSchedule.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingJobSchedule.ts index 0f0957fd4..8e8d3b609 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingJobSchedule.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainMatchingJobSchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainMatchingJobSchedule { // The day when the Identity Resolution Job should run every week. @@ -18,16 +18,16 @@ export function customerprofiles_DomainMatchingJobSchedule_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "dayOfTheWeek", - "The day when the Identity Resolution Job should run every week.", + 'dayOfTheWeek', + 'The day when the Identity Resolution Job should run every week.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "time", - "The time when the Identity Resolution Job should run every week.", + 'time', + 'The time when the Identity Resolution Job should run every week.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatching.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatching.ts index c0a79b84e..d34af4f5a 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatching.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatching.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector, customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector_GetTypes, -} from "./customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector"; +} from './customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector'; import { customerprofiles_DomainRuleBasedMatchingConflictResolution, customerprofiles_DomainRuleBasedMatchingConflictResolution_GetTypes, -} from "./customerprofiles_DomainRuleBasedMatchingConflictResolution"; +} from './customerprofiles_DomainRuleBasedMatchingConflictResolution'; import { customerprofiles_DomainRuleBasedMatchingExportingConfig, customerprofiles_DomainRuleBasedMatchingExportingConfig_GetTypes, -} from "./customerprofiles_DomainRuleBasedMatchingExportingConfig"; +} from './customerprofiles_DomainRuleBasedMatchingExportingConfig'; import { customerprofiles_DomainRuleBasedMatchingMatchingRule, customerprofiles_DomainRuleBasedMatchingMatchingRule_GetTypes, -} from "./customerprofiles_DomainRuleBasedMatchingMatchingRule"; +} from './customerprofiles_DomainRuleBasedMatchingMatchingRule'; export interface customerprofiles_DomainRuleBasedMatching { // A block that configures information about the `AttributeTypesSelector` where the rule-based identity resolution uses to match profiles. Documented below. @@ -52,25 +52,25 @@ export function customerprofiles_DomainRuleBasedMatching_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "maxAllowedRuleLevelForMatching", - "Indicates the maximum allowed rule level for matching.", + 'maxAllowedRuleLevelForMatching', + 'Indicates the maximum allowed rule level for matching.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxAllowedRuleLevelForMerging", - "Indicates the maximum allowed rule level for merging.", + 'maxAllowedRuleLevelForMerging', + 'Indicates the maximum allowed rule level for merging.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "status", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "attributeTypesSelector", - "A block that configures information about the `AttributeTypesSelector` where the rule-based identity resolution uses to match profiles. Documented below.", + 'attributeTypesSelector', + 'A block that configures information about the `AttributeTypesSelector` where the rule-based identity resolution uses to match profiles. Documented below.', () => customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector_GetTypes(), false, @@ -78,8 +78,8 @@ export function customerprofiles_DomainRuleBasedMatching_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Object, - "conflictResolution", - "A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.", + 'conflictResolution', + 'A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.', () => customerprofiles_DomainRuleBasedMatchingConflictResolution_GetTypes(), false, @@ -87,24 +87,24 @@ export function customerprofiles_DomainRuleBasedMatching_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Bool, - "enabled", - "The flag that enables the rule-based matching process of duplicate profiles.", + 'enabled', + 'The flag that enables the rule-based matching process of duplicate profiles.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "exportingConfig", - "A block that specifies the configuration for exporting Identity Resolution results. Documented below.", + 'exportingConfig', + 'A block that specifies the configuration for exporting Identity Resolution results. Documented below.', () => customerprofiles_DomainRuleBasedMatchingExportingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "matchingRules", - "A block that configures how the rule-based matching process should match profiles. You can have up to 15 `rule` in the `natching_rules`. Documented below.", + 'matchingRules', + 'A block that configures how the rule-based matching process should match profiles. You can have up to 15 `rule` in the `natching_rules`. Documented below.', () => customerprofiles_DomainRuleBasedMatchingMatchingRule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector.ts index ec2e177d9..a3fc940a5 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector { // The `Address` type. You can choose from `Address`, `BusinessAddress`, `MaillingAddress`, and `ShippingAddress`. @@ -24,32 +24,32 @@ export function customerprofiles_DomainRuleBasedMatchingAttributeTypesSelector_G return [ new DynamicUIProps( InputType.Array, - "addresses", - "The `Address` type. You can choose from `Address`, `BusinessAddress`, `MaillingAddress`, and `ShippingAddress`.", + 'addresses', + 'The `Address` type. You can choose from `Address`, `BusinessAddress`, `MaillingAddress`, and `ShippingAddress`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "attributeMatchingModel", - "Configures the `AttributeMatchingModel`, you can either choose `ONE_TO_ONE` or `MANY_TO_MANY`.", + 'attributeMatchingModel', + 'Configures the `AttributeMatchingModel`, you can either choose `ONE_TO_ONE` or `MANY_TO_MANY`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "emailAddresses", - "The `Email` type. You can choose from `EmailAddress`, `BusinessEmailAddress` and `PersonalEmailAddress`.", + 'emailAddresses', + 'The `Email` type. You can choose from `EmailAddress`, `BusinessEmailAddress` and `PersonalEmailAddress`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "phoneNumbers", - "The `PhoneNumber` type. You can choose from `PhoneNumber`, `HomePhoneNumber`, and `MobilePhoneNumber`.", + 'phoneNumbers', + 'The `PhoneNumber` type. You can choose from `PhoneNumber`, `HomePhoneNumber`, and `MobilePhoneNumber`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingConflictResolution.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingConflictResolution.ts index 6b7ca28a1..960e63191 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingConflictResolution.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingConflictResolution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainRuleBasedMatchingConflictResolution { // How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE` @@ -18,16 +18,16 @@ export function customerprofiles_DomainRuleBasedMatchingConflictResolution_GetTy return [ new DynamicUIProps( InputType.String, - "conflictResolvingModel", - "How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`", + 'conflictResolvingModel', + 'How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.", + 'sourceName', + 'The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfig.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfig.ts index 9b34835ea..e902f4988 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfig.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting, customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting_GetTypes, -} from "./customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting"; +} from './customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting'; export interface customerprofiles_DomainRuleBasedMatchingExportingConfig { // @@ -19,8 +19,8 @@ export function customerprofiles_DomainRuleBasedMatchingExportingConfig_GetTypes return [ new DynamicUIProps( InputType.Object, - "s3Exporting", - "", + 's3Exporting', + '', () => customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting.ts index f12970fcc..dd496fdf1 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporting { // The name of the S3 bucket where Identity Resolution Jobs write result files. @@ -18,16 +18,16 @@ export function customerprofiles_DomainRuleBasedMatchingExportingConfigS3Exporti return [ new DynamicUIProps( InputType.String, - "s3KeyName", - "The S3 key name of the location where Identity Resolution Jobs write result files.", + 's3KeyName', + 'The S3 key name of the location where Identity Resolution Jobs write result files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "The name of the S3 bucket where Identity Resolution Jobs write result files.", + 's3BucketName', + 'The name of the S3 bucket where Identity Resolution Jobs write result files.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingMatchingRule.ts b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingMatchingRule.ts index cbefbb373..6a1aa9819 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingMatchingRule.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_DomainRuleBasedMatchingMatchingRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_DomainRuleBasedMatchingMatchingRule { // A single rule level of the `match_rules`. Configures how the rule-based matching process should match profiles. @@ -15,8 +15,8 @@ export function customerprofiles_DomainRuleBasedMatchingMatchingRule_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "rules", - "A single rule level of the `match_rules`. Configures how the rule-based matching process should match profiles.", + 'rules', + 'A single rule level of the `match_rules`. Configures how the rule-based matching process should match profiles.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_ProfileAddress.ts b/src/app/Models/codegen/aws/types/customerprofiles_ProfileAddress.ts index 1e1276536..07838ab61 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_ProfileAddress.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_ProfileAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_ProfileAddress { // The state in which a customer lives. @@ -42,80 +42,80 @@ export function customerprofiles_ProfileAddress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "state", - "The state in which a customer lives.", + 'state', + 'The state in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address4", - "The fourth line of a customer address.", + 'address4', + 'The fourth line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "The country in which a customer lives.", + 'country', + 'The country in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "city", - "The city in which a customer lives.", + 'city', + 'The city in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "county", - "The county in which a customer lives.", + 'county', + 'The county in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address2", - "The second line of a customer address.", + 'address2', + 'The second line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address3", - "The third line of a customer address.", + 'address3', + 'The third line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of a customer address.", + 'postalCode', + 'The postal code of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "province", - "The province in which a customer lives.", + 'province', + 'The province in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address1", - "The first line of a customer address.", + 'address1', + 'The first line of a customer address.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_ProfileBillingAddress.ts b/src/app/Models/codegen/aws/types/customerprofiles_ProfileBillingAddress.ts index 718ef6bf0..b6d97a538 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_ProfileBillingAddress.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_ProfileBillingAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_ProfileBillingAddress { // The city in which a customer lives. @@ -42,80 +42,80 @@ export function customerprofiles_ProfileBillingAddress_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of a customer address.", + 'postalCode', + 'The postal code of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address1", - "The first line of a customer address.", + 'address1', + 'The first line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address2", - "The second line of a customer address.", + 'address2', + 'The second line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "The country in which a customer lives.", + 'country', + 'The country in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "county", - "The county in which a customer lives.", + 'county', + 'The county in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "The state in which a customer lives.", + 'state', + 'The state in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "city", - "The city in which a customer lives.", + 'city', + 'The city in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "province", - "The province in which a customer lives.", + 'province', + 'The province in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address3", - "The third line of a customer address.", + 'address3', + 'The third line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address4", - "The fourth line of a customer address.", + 'address4', + 'The fourth line of a customer address.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_ProfileMailingAddress.ts b/src/app/Models/codegen/aws/types/customerprofiles_ProfileMailingAddress.ts index f054dd292..a4b4efdb1 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_ProfileMailingAddress.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_ProfileMailingAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_ProfileMailingAddress { // The third line of a customer address. @@ -42,80 +42,80 @@ export function customerprofiles_ProfileMailingAddress_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "province", - "The province in which a customer lives.", + 'province', + 'The province in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address2", - "The second line of a customer address.", + 'address2', + 'The second line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "city", - "The city in which a customer lives.", + 'city', + 'The city in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of a customer address.", + 'postalCode', + 'The postal code of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address3", - "The third line of a customer address.", + 'address3', + 'The third line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "The country in which a customer lives.", + 'country', + 'The country in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address1", - "The first line of a customer address.", + 'address1', + 'The first line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address4", - "The fourth line of a customer address.", + 'address4', + 'The fourth line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "county", - "The county in which a customer lives.", + 'county', + 'The county in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "The state in which a customer lives.", + 'state', + 'The state in which a customer lives.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/customerprofiles_ProfileShippingAddress.ts b/src/app/Models/codegen/aws/types/customerprofiles_ProfileShippingAddress.ts index 72fe7bb3e..8f5767611 100644 --- a/src/app/Models/codegen/aws/types/customerprofiles_ProfileShippingAddress.ts +++ b/src/app/Models/codegen/aws/types/customerprofiles_ProfileShippingAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface customerprofiles_ProfileShippingAddress { // The third line of a customer address. @@ -42,80 +42,80 @@ export function customerprofiles_ProfileShippingAddress_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "city", - "The city in which a customer lives.", + 'city', + 'The city in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "The country in which a customer lives.", + 'country', + 'The country in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "county", - "The county in which a customer lives.", + 'county', + 'The county in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "province", - "The province in which a customer lives.", + 'province', + 'The province in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address4", - "The fourth line of a customer address.", + 'address4', + 'The fourth line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address3", - "The third line of a customer address.", + 'address3', + 'The third line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of a customer address.", + 'postalCode', + 'The postal code of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "The state in which a customer lives.", + 'state', + 'The state in which a customer lives.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address1", - "The first line of a customer address.", + 'address1', + 'The first line of a customer address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address2", - "The second line of a customer address.", + 'address2', + 'The second line of a customer address.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObject.ts b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObject.ts index cce24cc26..aca433b74 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObject.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datapipeline_PipelineDefinitionParameterObjectAttribute, datapipeline_PipelineDefinitionParameterObjectAttribute_GetTypes, -} from "./datapipeline_PipelineDefinitionParameterObjectAttribute"; +} from './datapipeline_PipelineDefinitionParameterObjectAttribute'; export interface datapipeline_PipelineDefinitionParameterObject { // Configuration block for attributes of the parameter object. See below @@ -22,16 +22,16 @@ export function datapipeline_PipelineDefinitionParameterObject_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "attributes", - "Configuration block for attributes of the parameter object. See below", + 'attributes', + 'Configuration block for attributes of the parameter object. See below', () => datapipeline_PipelineDefinitionParameterObjectAttribute_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the parameter object.", + 'id', + 'ID of the parameter object.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObjectAttribute.ts b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObjectAttribute.ts index 245889dde..fef0ec17b 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObjectAttribute.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterObjectAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_PipelineDefinitionParameterObjectAttribute { // Field identifier. @@ -18,16 +18,16 @@ export function datapipeline_PipelineDefinitionParameterObjectAttribute_GetTypes return [ new DynamicUIProps( InputType.String, - "key", - "Field identifier.", + 'key', + 'Field identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterValue.ts b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterValue.ts index 2938a23fc..dff4779af 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterValue.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionParameterValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_PipelineDefinitionParameterValue { // ID of the parameter value. @@ -18,16 +18,16 @@ export function datapipeline_PipelineDefinitionParameterValue_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the parameter value.", + 'id', + 'ID of the parameter value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObject.ts b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObject.ts index 7e0a7d65c..ff33e6b66 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObject.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datapipeline_PipelineDefinitionPipelineObjectField, datapipeline_PipelineDefinitionPipelineObjectField_GetTypes, -} from "./datapipeline_PipelineDefinitionPipelineObjectField"; +} from './datapipeline_PipelineDefinitionPipelineObjectField'; export interface datapipeline_PipelineDefinitionPipelineObject { // Configuration block for Key-value pairs that define the properties of the object. See below @@ -25,24 +25,24 @@ export function datapipeline_PipelineDefinitionPipelineObject_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "fields", - "Configuration block for Key-value pairs that define the properties of the object. See below", + 'fields', + 'Configuration block for Key-value pairs that define the properties of the object. See below', () => datapipeline_PipelineDefinitionPipelineObjectField_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the object.", + 'id', + 'ID of the object.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "ARN of the storage connector.", + 'name', + 'ARN of the storage connector.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObjectField.ts b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObjectField.ts index 92048d26c..a6dd9705b 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObjectField.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_PipelineDefinitionPipelineObjectField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_PipelineDefinitionPipelineObjectField { // Field value, expressed as a String. @@ -21,24 +21,24 @@ export function datapipeline_PipelineDefinitionPipelineObjectField_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "Field identifier.", + 'key', + 'Field identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "refValue", - "Field value, expressed as the identifier of another object", + 'refValue', + 'Field value, expressed as the identifier of another object', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObject.ts b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObject.ts index 4cd0278aa..0dd9dcc13 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObject.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datapipeline_getPipelineDefinitionParameterObjectAttribute, datapipeline_getPipelineDefinitionParameterObjectAttribute_GetTypes, -} from "./datapipeline_getPipelineDefinitionParameterObjectAttribute"; +} from './datapipeline_getPipelineDefinitionParameterObjectAttribute'; export interface datapipeline_getPipelineDefinitionParameterObject { // @@ -22,8 +22,8 @@ export function datapipeline_getPipelineDefinitionParameterObject_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "attributes", - "", + 'attributes', + '', () => datapipeline_getPipelineDefinitionParameterObjectAttribute_GetTypes(), true, @@ -31,8 +31,8 @@ export function datapipeline_getPipelineDefinitionParameterObject_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "id", - "ID of the object.", + 'id', + 'ID of the object.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObjectAttribute.ts b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObjectAttribute.ts index 706e28cd9..13deb69cd 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObjectAttribute.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterObjectAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_getPipelineDefinitionParameterObjectAttribute { // Field identifier. @@ -18,16 +18,16 @@ export function datapipeline_getPipelineDefinitionParameterObjectAttribute_GetTy return [ new DynamicUIProps( InputType.String, - "key", - "Field identifier.", + 'key', + 'Field identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterValue.ts b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterValue.ts index 3dfe0d128..752211fd8 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterValue.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionParameterValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_getPipelineDefinitionParameterValue { // ID of the object. @@ -18,16 +18,16 @@ export function datapipeline_getPipelineDefinitionParameterValue_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "id", - "ID of the object.", + 'id', + 'ID of the object.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObject.ts b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObject.ts index f3a16688a..6ec0935c7 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObject.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datapipeline_getPipelineDefinitionPipelineObjectField, datapipeline_getPipelineDefinitionPipelineObjectField_GetTypes, -} from "./datapipeline_getPipelineDefinitionPipelineObjectField"; +} from './datapipeline_getPipelineDefinitionPipelineObjectField'; export interface datapipeline_getPipelineDefinitionPipelineObject { // Key-value pairs that define the properties of the object. See below @@ -25,24 +25,24 @@ export function datapipeline_getPipelineDefinitionPipelineObject_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "fields", - "Key-value pairs that define the properties of the object. See below", + 'fields', + 'Key-value pairs that define the properties of the object. See below', () => datapipeline_getPipelineDefinitionPipelineObjectField_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the object.", + 'id', + 'ID of the object.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "ARN of the storage connector.", + 'name', + 'ARN of the storage connector.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObjectField.ts b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObjectField.ts index 7d5c50797..c6aa748c0 100644 --- a/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObjectField.ts +++ b/src/app/Models/codegen/aws/types/datapipeline_getPipelineDefinitionPipelineObjectField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datapipeline_getPipelineDefinitionPipelineObjectField { // Field identifier. @@ -21,24 +21,24 @@ export function datapipeline_getPipelineDefinitionPipelineObjectField_GetTypes() return [ new DynamicUIProps( InputType.String, - "key", - "Field identifier.", + 'key', + 'Field identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "refValue", - "Field value, expressed as the identifier of another object", + 'refValue', + 'Field value, expressed as the identifier of another object', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "Field value, expressed as a String.", + 'stringValue', + 'Field value, expressed as a String.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datasync_EfsLocationEc2Config.ts b/src/app/Models/codegen/aws/types/datasync_EfsLocationEc2Config.ts index d96c2a117..0fcc06638 100644 --- a/src/app/Models/codegen/aws/types/datasync_EfsLocationEc2Config.ts +++ b/src/app/Models/codegen/aws/types/datasync_EfsLocationEc2Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_EfsLocationEc2Config { // List of Amazon Resource Names (ARNs) of the EC2 Security Groups that are associated with the EFS Mount Target. @@ -18,16 +18,16 @@ export function datasync_EfsLocationEc2Config_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "subnetArn", - "Amazon Resource Name (ARN) of the EC2 Subnet that is associated with the EFS Mount Target.", + 'subnetArn', + 'Amazon Resource Name (ARN) of the EC2 Subnet that is associated with the EFS Mount Target.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupArns", - "List of Amazon Resource Names (ARNs) of the EC2 Security Groups that are associated with the EFS Mount Target.", + 'securityGroupArns', + 'List of Amazon Resource Names (ARNs) of the EC2 Security Groups that are associated with the EFS Mount Target.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocol.ts b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocol.ts index 66121fbb2..b8edec771 100644 --- a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocol.ts +++ b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocol.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_FsxOpenZfsFileSystemProtocolNfs, datasync_FsxOpenZfsFileSystemProtocolNfs_GetTypes, -} from "./datasync_FsxOpenZfsFileSystemProtocolNfs"; +} from './datasync_FsxOpenZfsFileSystemProtocolNfs'; export interface datasync_FsxOpenZfsFileSystemProtocol { // Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system. See below. @@ -19,8 +19,8 @@ export function datasync_FsxOpenZfsFileSystemProtocol_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "nfs", - "Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system. See below.", + 'nfs', + 'Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system. See below.', () => datasync_FsxOpenZfsFileSystemProtocolNfs_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfs.ts b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfs.ts index 1ad8d9df8..e170f785e 100644 --- a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfs.ts +++ b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfs.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions, datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions_GetTypes, -} from "./datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions"; +} from './datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions'; export interface datasync_FsxOpenZfsFileSystemProtocolNfs { // Represents the mount options that are available for DataSync to access an NFS location. See below. @@ -19,8 +19,8 @@ export function datasync_FsxOpenZfsFileSystemProtocolNfs_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "mountOptions", - "Represents the mount options that are available for DataSync to access an NFS location. See below.", + 'mountOptions', + 'Represents the mount options that are available for DataSync to access an NFS location. See below.', () => datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions.ts b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions.ts index 7ca2826d3..bd7febed1 100644 --- a/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions { // The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC` @@ -15,8 +15,8 @@ export function datasync_FsxOpenZfsFileSystemProtocolNfsMountOptions_GetTypes(): return [ new DynamicUIProps( InputType.String, - "version", - "The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC`", + 'version', + 'The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationAzureBlobSasConfiguration.ts b/src/app/Models/codegen/aws/types/datasync_LocationAzureBlobSasConfiguration.ts index ea5c7e47e..dfb2a9d1e 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationAzureBlobSasConfiguration.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationAzureBlobSasConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationAzureBlobSasConfiguration { // A SAS token that provides permissions to access your Azure Blob Storage. @@ -15,8 +15,8 @@ export function datasync_LocationAzureBlobSasConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "token", - "A SAS token that provides permissions to access your Azure Blob Storage.", + 'token', + 'A SAS token that provides permissions to access your Azure Blob Storage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocol.ts b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocol.ts index f0f051cdb..b16204e68 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocol.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocol.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationFsxOntapFileSystemProtocolSmb, datasync_LocationFsxOntapFileSystemProtocolSmb_GetTypes, -} from "./datasync_LocationFsxOntapFileSystemProtocolSmb"; +} from './datasync_LocationFsxOntapFileSystemProtocolSmb'; import { datasync_LocationFsxOntapFileSystemProtocolNfs, datasync_LocationFsxOntapFileSystemProtocolNfs_GetTypes, -} from "./datasync_LocationFsxOntapFileSystemProtocolNfs"; +} from './datasync_LocationFsxOntapFileSystemProtocolNfs'; export interface datasync_LocationFsxOntapFileSystemProtocol { // Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below. @@ -26,16 +26,16 @@ export function datasync_LocationFsxOntapFileSystemProtocol_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "nfs", - "Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.", + 'nfs', + 'Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.', () => datasync_LocationFsxOntapFileSystemProtocolNfs_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "smb", - "Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.", + 'smb', + 'Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.', () => datasync_LocationFsxOntapFileSystemProtocolSmb_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfs.ts b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfs.ts index 42a361e62..a2294c4af 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfs.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfs.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions, datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions_GetTypes, -} from "./datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions"; +} from './datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions'; export interface datasync_LocationFsxOntapFileSystemProtocolNfs { // Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below. @@ -19,8 +19,8 @@ export function datasync_LocationFsxOntapFileSystemProtocolNfs_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "mountOptions", - "Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.", + 'mountOptions', + 'Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.', () => datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions.ts b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions.ts index c76f6eef4..021d08cc8 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions { // @@ -13,6 +13,6 @@ export interface datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions { export function datasync_LocationFsxOntapFileSystemProtocolNfsMountOptions_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "version", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'version', '', () => [], false, true), ]; } diff --git a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmb.ts b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmb.ts index ab24bed5a..fac8b3b2f 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmb.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmb.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions, datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions_GetTypes, -} from "./datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions"; +} from './datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions'; export interface datasync_LocationFsxOntapFileSystemProtocolSmb { // Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to. @@ -28,8 +28,8 @@ export function datasync_LocationFsxOntapFileSystemProtocolSmb_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "mountOptions", - "Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.", + 'mountOptions', + 'Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.', () => datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions_GetTypes(), true, @@ -37,24 +37,24 @@ export function datasync_LocationFsxOntapFileSystemProtocolSmb_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "password", - "Password of a user who has permission to access your SVM.", + 'password', + 'Password of a user who has permission to access your SVM.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "user", - "Username that can mount the location and access the files, folders, and metadata that you need in the SVM.", + 'user', + 'Username that can mount the location and access the files, folders, and metadata that you need in the SVM.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domain", - "Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.", + 'domain', + 'Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions.ts b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions.ts index b44a45b41..b697ff314 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions { // @@ -13,6 +13,6 @@ export interface datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions { export function datasync_LocationFsxOntapFileSystemProtocolSmbMountOptions_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "version", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'version', '', () => [], false, true), ]; } diff --git a/src/app/Models/codegen/aws/types/datasync_LocationHdfsNameNode.ts b/src/app/Models/codegen/aws/types/datasync_LocationHdfsNameNode.ts index a679d70ce..a918ef4f2 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationHdfsNameNode.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationHdfsNameNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationHdfsNameNode { // The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network. @@ -18,7 +18,7 @@ export function datasync_LocationHdfsNameNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "hostname", + 'hostname', "The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.", () => [], true, @@ -26,8 +26,8 @@ export function datasync_LocationHdfsNameNode_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "port", - "The port that the NameNode uses to listen to client requests.", + 'port', + 'The port that the NameNode uses to listen to client requests.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationHdfsQopConfiguration.ts b/src/app/Models/codegen/aws/types/datasync_LocationHdfsQopConfiguration.ts index b10f201aa..7993b6a9a 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationHdfsQopConfiguration.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationHdfsQopConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationHdfsQopConfiguration { // The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`. @@ -18,16 +18,16 @@ export function datasync_LocationHdfsQopConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "dataTransferProtection", - "The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.", + 'dataTransferProtection', + 'The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rpcProtection", - "The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.", + 'rpcProtection', + 'The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datasync_LocationSmbMountOptions.ts b/src/app/Models/codegen/aws/types/datasync_LocationSmbMountOptions.ts index 868a1066b..577dc87c2 100644 --- a/src/app/Models/codegen/aws/types/datasync_LocationSmbMountOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_LocationSmbMountOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_LocationSmbMountOptions { // The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: `AUTOMATIC`, `SMB2`, and `SMB3`. Default: `AUTOMATIC` @@ -15,8 +15,8 @@ export function datasync_LocationSmbMountOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: `AUTOMATIC`, `SMB2`, and `SMB3`. Default: `AUTOMATIC`", + 'version', + 'The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: `AUTOMATIC`, `SMB2`, and `SMB3`. Default: `AUTOMATIC`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datasync_NfsLocationMountOptions.ts b/src/app/Models/codegen/aws/types/datasync_NfsLocationMountOptions.ts index 94e294f2a..ba1e25b70 100644 --- a/src/app/Models/codegen/aws/types/datasync_NfsLocationMountOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_NfsLocationMountOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_NfsLocationMountOptions { // The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC` @@ -15,8 +15,8 @@ export function datasync_NfsLocationMountOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC`", + 'version', + 'The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/datasync_NfsLocationOnPremConfig.ts b/src/app/Models/codegen/aws/types/datasync_NfsLocationOnPremConfig.ts index 5c35c4693..d687d37ff 100644 --- a/src/app/Models/codegen/aws/types/datasync_NfsLocationOnPremConfig.ts +++ b/src/app/Models/codegen/aws/types/datasync_NfsLocationOnPremConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_NfsLocationOnPremConfig { // List of Amazon Resource Names (ARNs) of the DataSync Agents used to connect to the NFS server. @@ -15,8 +15,8 @@ export function datasync_NfsLocationOnPremConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "agentArns", - "List of Amazon Resource Names (ARNs) of the DataSync Agents used to connect to the NFS server.", + 'agentArns', + 'List of Amazon Resource Names (ARNs) of the DataSync Agents used to connect to the NFS server.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/datasync_S3LocationS3Config.ts b/src/app/Models/codegen/aws/types/datasync_S3LocationS3Config.ts index 07913b314..b8f40c77d 100644 --- a/src/app/Models/codegen/aws/types/datasync_S3LocationS3Config.ts +++ b/src/app/Models/codegen/aws/types/datasync_S3LocationS3Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_S3LocationS3Config { // ARN of the IAM Role used to connect to the S3 Bucket. @@ -15,8 +15,8 @@ export function datasync_S3LocationS3Config_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucketAccessRoleArn", - "ARN of the IAM Role used to connect to the S3 Bucket.", + 'bucketAccessRoleArn', + 'ARN of the IAM Role used to connect to the S3 Bucket.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskExcludes.ts b/src/app/Models/codegen/aws/types/datasync_TaskExcludes.ts index d5eabae47..75a62e6b0 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskExcludes.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskExcludes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskExcludes { // The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`. @@ -18,15 +18,15 @@ export function datasync_TaskExcludes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "filterType", - "The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`.", + 'filterType', + 'The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', 'A single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: `/folder1|/folder2`', () => [], false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskIncludes.ts b/src/app/Models/codegen/aws/types/datasync_TaskIncludes.ts index 47f6176a9..b1748a55c 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskIncludes.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskIncludes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskIncludes { // The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`. @@ -18,15 +18,15 @@ export function datasync_TaskIncludes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "filterType", - "The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`.", + 'filterType', + 'The type of filter rule to apply. Valid values: `SIMPLE_PATTERN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', 'A single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example: `/folder1|/folder2`', () => [], false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskOptions.ts b/src/app/Models/codegen/aws/types/datasync_TaskOptions.ts index 104e8c308..d28418464 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskOptions.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskOptions { // Determines whether tasks should be queued before executing the tasks. Valid values: `ENABLED`, `DISABLED`. Default `ENABLED`. @@ -57,31 +57,31 @@ export function datasync_TaskOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "bytesPerSecond", - "Limits the bandwidth utilized. For example, to set a maximum of 1 MB, set this value to `1048576`. Value values: `-1` or greater. Default: `-1` (unlimited).", + 'bytesPerSecond', + 'Limits the bandwidth utilized. For example, to set a maximum of 1 MB, set this value to `1048576`. Value values: `-1` or greater. Default: `-1` (unlimited).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. Valid values: `OFF`, `BASIC`, `TRANSFER`. Default: `OFF`.", + 'logLevel', + 'Determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. Valid values: `OFF`, `BASIC`, `TRANSFER`. Default: `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preserveDeletedFiles", - "Whether files deleted in the source should be removed or preserved in the destination file system. Valid values: `PRESERVE`, `REMOVE`. Default: `PRESERVE`.", + 'preserveDeletedFiles', + 'Whether files deleted in the source should be removed or preserved in the destination file system. Valid values: `PRESERVE`, `REMOVE`. Default: `PRESERVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gid", + 'gid', "Group identifier of the file's owners. Valid values: `BOTH`, `INT_VALUE`, `NAME`, `NONE`. Default: `INT_VALUE` (preserve integer value of the ID).", () => [], false, @@ -89,31 +89,31 @@ export function datasync_TaskOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "mtime", - "A file metadata that indicates the last time a file was modified (written to) before the sync `PREPARING` phase. Value values: `NONE`, `PRESERVE`. Default: `PRESERVE`.", + 'mtime', + 'A file metadata that indicates the last time a file was modified (written to) before the sync `PREPARING` phase. Value values: `NONE`, `PRESERVE`. Default: `PRESERVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskQueueing", - "Determines whether tasks should be queued before executing the tasks. Valid values: `ENABLED`, `DISABLED`. Default `ENABLED`.", + 'taskQueueing', + 'Determines whether tasks should be queued before executing the tasks. Valid values: `ENABLED`, `DISABLED`. Default `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityDescriptorCopyFlags", - "Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: `NONE`, `OWNER_DACL`, `OWNER_DACL_SACL`. Default: `OWNER_DACL`.", + 'securityDescriptorCopyFlags', + 'Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: `NONE`, `OWNER_DACL`, `OWNER_DACL_SACL`. Default: `OWNER_DACL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uid", + 'uid', "User identifier of the file's owners. Valid values: `BOTH`, `INT_VALUE`, `NAME`, `NONE`. Default: `INT_VALUE` (preserve integer value of the ID).", () => [], false, @@ -121,56 +121,56 @@ export function datasync_TaskOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "overwriteMode", - "Determines whether files at the destination should be overwritten or preserved when copying files. Valid values: `ALWAYS`, `NEVER`. Default: `ALWAYS`.", + 'overwriteMode', + 'Determines whether files at the destination should be overwritten or preserved when copying files. Valid values: `ALWAYS`, `NEVER`. Default: `ALWAYS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "posixPermissions", - "Determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file. Valid values: `NONE`, `PRESERVE`. Default: `PRESERVE`.", + 'posixPermissions', + 'Determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file. Valid values: `NONE`, `PRESERVE`. Default: `PRESERVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectTags", - "Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value. Valid values: `PRESERVE`, `NONE`. Default value: `PRESERVE`.", + 'objectTags', + 'Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value. Valid values: `PRESERVE`, `NONE`. Default value: `PRESERVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifyMode", - "Whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. Valid values: `NONE`, `POINT_IN_TIME_CONSISTENT`, `ONLY_FILES_TRANSFERRED`. Default: `POINT_IN_TIME_CONSISTENT`.", + 'verifyMode', + 'Whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. Valid values: `NONE`, `POINT_IN_TIME_CONSISTENT`, `ONLY_FILES_TRANSFERRED`. Default: `POINT_IN_TIME_CONSISTENT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transferMode", - "Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location. Valid values: `CHANGED`, `ALL`. Default: `CHANGED`", + 'transferMode', + 'Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location. Valid values: `CHANGED`, `ALL`. Default: `CHANGED`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "preserveDevices", - "Whether the DataSync Task should preserve the metadata of block and character devices in the source files system, and recreate the files with that device name and metadata on the destination. The DataSync Task can’t sync the actual contents of such devices, because many of the devices are non-terminal and don’t return an end of file (EOF) marker. Valid values: `NONE`, `PRESERVE`. Default: `NONE` (ignore special devices).", + 'preserveDevices', + 'Whether the DataSync Task should preserve the metadata of block and character devices in the source files system, and recreate the files with that device name and metadata on the destination. The DataSync Task can’t sync the actual contents of such devices, because many of the devices are non-terminal and don’t return an end of file (EOF) marker. Valid values: `NONE`, `PRESERVE`. Default: `NONE` (ignore special devices).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "atime", - "A file metadata that shows the last time a file was accessed (that is when the file was read or written to). If set to `BEST_EFFORT`, the DataSync Task attempts to preserve the original (that is, the version before sync `PREPARING` phase) `atime` attribute on all source files. Valid values: `BEST_EFFORT`, `NONE`. Default: `BEST_EFFORT`.", + 'atime', + 'A file metadata that shows the last time a file was accessed (that is when the file was read or written to). If set to `BEST_EFFORT`, the DataSync Task attempts to preserve the original (that is, the version before sync `PREPARING` phase) `atime` attribute on all source files. Valid values: `BEST_EFFORT`, `NONE`. Default: `BEST_EFFORT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskSchedule.ts b/src/app/Models/codegen/aws/types/datasync_TaskSchedule.ts index 0d42e4eeb..928d4d631 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskSchedule.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskSchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskSchedule { // Specifies the schedule you want your task to use for repeated executions. For more information, see [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html). @@ -15,8 +15,8 @@ export function datasync_TaskSchedule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "scheduleExpression", - "Specifies the schedule you want your task to use for repeated executions. For more information, see [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).", + 'scheduleExpression', + 'Specifies the schedule you want your task to use for repeated executions. For more information, see [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfig.ts b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfig.ts index c382f5b58..4c2579e3a 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfig.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datasync_TaskTaskReportConfigS3Destination, datasync_TaskTaskReportConfigS3Destination_GetTypes, -} from "./datasync_TaskTaskReportConfigS3Destination"; +} from './datasync_TaskTaskReportConfigS3Destination'; import { datasync_TaskTaskReportConfigReportOverrides, datasync_TaskTaskReportConfigReportOverrides_GetTypes, -} from "./datasync_TaskTaskReportConfigReportOverrides"; +} from './datasync_TaskTaskReportConfigReportOverrides'; export interface datasync_TaskTaskReportConfig { // Configuration block containing the configuration for the Amazon S3 bucket where DataSync uploads your task report. See `s3_destination` below. @@ -35,7 +35,7 @@ export function datasync_TaskTaskReportConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "outputType", + 'outputType', "Specifies the type of task report you'd like. Valid values: `SUMMARY_ONLY` and `STANDARD`.", () => [], false, @@ -43,7 +43,7 @@ export function datasync_TaskTaskReportConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "reportLevel", + 'reportLevel', "Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.", () => [], false, @@ -51,24 +51,24 @@ export function datasync_TaskTaskReportConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "reportOverrides", - "Configuration block containing the configuration of the reporting level for aspects of your task report. See `report_overrides` below.", + 'reportOverrides', + 'Configuration block containing the configuration of the reporting level for aspects of your task report. See `report_overrides` below.', () => datasync_TaskTaskReportConfigReportOverrides_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3Destination", - "Configuration block containing the configuration for the Amazon S3 bucket where DataSync uploads your task report. See `s3_destination` below.", + 's3Destination', + 'Configuration block containing the configuration for the Amazon S3 bucket where DataSync uploads your task report. See `s3_destination` below.', () => datasync_TaskTaskReportConfigS3Destination_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "s3ObjectVersioning", - "Specifies whether your task report includes the new version of each object transferred into an S3 bucket. This only applies if you enable versioning on your bucket. Keep in mind that setting this to INCLUDE can increase the duration of your task execution. Valid values: `INCLUDE` and `NONE`.", + 's3ObjectVersioning', + 'Specifies whether your task report includes the new version of each object transferred into an S3 bucket. This only applies if you enable versioning on your bucket. Keep in mind that setting this to INCLUDE can increase the duration of your task execution. Valid values: `INCLUDE` and `NONE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigReportOverrides.ts b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigReportOverrides.ts index 8023490ad..03291ad0a 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigReportOverrides.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigReportOverrides.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskTaskReportConfigReportOverrides { // Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`. @@ -28,15 +28,15 @@ export function datasync_TaskTaskReportConfigReportOverrides_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "verifiedOverride", - "Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.\n\n> **NOTE:** If any `report_overrides` are set to the same value as `task_report_config.report_level`, they will always be flagged as changed. Only set overrides to a value that differs from `task_report_config.report_level`.", + 'verifiedOverride', + 'Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.\n\n> **NOTE:** If any `report_overrides` are set to the same value as `task_report_config.report_level`, they will always be flagged as changed. Only set overrides to a value that differs from `task_report_config.report_level`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deletedOverride", + 'deletedOverride', "Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.", () => [], false, @@ -44,16 +44,16 @@ export function datasync_TaskTaskReportConfigReportOverrides_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "skippedOverride", - "Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.", + 'skippedOverride', + 'Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transferredOverride", - "Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.", + 'transferredOverride', + 'Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigS3Destination.ts b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigS3Destination.ts index 304cff115..2f6eb9c98 100644 --- a/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigS3Destination.ts +++ b/src/app/Models/codegen/aws/types/datasync_TaskTaskReportConfigS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datasync_TaskTaskReportConfigS3Destination { // Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. @@ -21,24 +21,24 @@ export function datasync_TaskTaskReportConfigS3Destination_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "bucketAccessRoleArn", - "Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.", + 'bucketAccessRoleArn', + 'Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3BucketArn", - "Specifies the ARN of the S3 bucket where DataSync uploads your report.", + 's3BucketArn', + 'Specifies the ARN of the S3 bucket where DataSync uploads your report.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subdirectory", - "Specifies a bucket prefix for your report.", + 'subdirectory', + 'Specifies a bucket prefix for your report.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datazone_DomainSingleSignOn.ts b/src/app/Models/codegen/aws/types/datazone_DomainSingleSignOn.ts index 884c09285..2e7ac54cd 100644 --- a/src/app/Models/codegen/aws/types/datazone_DomainSingleSignOn.ts +++ b/src/app/Models/codegen/aws/types/datazone_DomainSingleSignOn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_DomainSingleSignOn { // @@ -16,11 +16,11 @@ export interface datazone_DomainSingleSignOn { export function datazone_DomainSingleSignOn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), new DynamicUIProps( InputType.String, - "userAssignment", - "", + 'userAssignment', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datazone_DomainTimeouts.ts b/src/app/Models/codegen/aws/types/datazone_DomainTimeouts.ts index c4b171a09..33f996b68 100644 --- a/src/app/Models/codegen/aws/types/datazone_DomainTimeouts.ts +++ b/src/app/Models/codegen/aws/types/datazone_DomainTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_DomainTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function datazone_DomainTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function datazone_DomainTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/datazone_EnvironmentProfileUserParameter.ts b/src/app/Models/codegen/aws/types/datazone_EnvironmentProfileUserParameter.ts index d48c98281..ab0b89be8 100644 --- a/src/app/Models/codegen/aws/types/datazone_EnvironmentProfileUserParameter.ts +++ b/src/app/Models/codegen/aws/types/datazone_EnvironmentProfileUserParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_EnvironmentProfileUserParameter { // Name of the environment profile parameter. @@ -18,16 +18,16 @@ export function datazone_EnvironmentProfileUserParameter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the environment profile parameter.", + 'name', + 'Name of the environment profile parameter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the environment profile parameter.", + 'value', + 'Value of the environment profile parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/datazone_FormTypeImport.ts b/src/app/Models/codegen/aws/types/datazone_FormTypeImport.ts index a59380428..8b31daa87 100644 --- a/src/app/Models/codegen/aws/types/datazone_FormTypeImport.ts +++ b/src/app/Models/codegen/aws/types/datazone_FormTypeImport.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_FormTypeImport { // Name of the form type. Must be the name of the structure in smithy document. @@ -18,16 +18,16 @@ export function datazone_FormTypeImport_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the form type. Must be the name of the structure in smithy document.", + 'name', + 'Name of the form type. Must be the name of the structure in smithy document.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "revision", - "Revision of the Form Type.", + 'revision', + 'Revision of the Form Type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datazone_FormTypeModel.ts b/src/app/Models/codegen/aws/types/datazone_FormTypeModel.ts index e99d69ef6..58b8582e7 100644 --- a/src/app/Models/codegen/aws/types/datazone_FormTypeModel.ts +++ b/src/app/Models/codegen/aws/types/datazone_FormTypeModel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_FormTypeModel { /* @@ -19,8 +19,8 @@ export function datazone_FormTypeModel_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "smithy", - "Smithy document that indicates the model of the API. Must be between the lengths 1 and 100,000 and be encoded as a smithy document.\n\nThe following arguments are optional:", + 'smithy', + 'Smithy document that indicates the model of the API. Must be between the lengths 1 and 100,000 and be encoded as a smithy document.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/datazone_FormTypeTimeouts.ts b/src/app/Models/codegen/aws/types/datazone_FormTypeTimeouts.ts index 49216fec0..ce26bb30f 100644 --- a/src/app/Models/codegen/aws/types/datazone_FormTypeTimeouts.ts +++ b/src/app/Models/codegen/aws/types/datazone_FormTypeTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_FormTypeTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function datazone_FormTypeTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/datazone_GlossaryTermTermRelations.ts b/src/app/Models/codegen/aws/types/datazone_GlossaryTermTermRelations.ts index 6ce0f3882..e566abd8c 100644 --- a/src/app/Models/codegen/aws/types/datazone_GlossaryTermTermRelations.ts +++ b/src/app/Models/codegen/aws/types/datazone_GlossaryTermTermRelations.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_GlossaryTermTermRelations { // String array that calssifies the term relations. @@ -18,16 +18,16 @@ export function datazone_GlossaryTermTermRelations_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "classifies", - "String array that calssifies the term relations.", + 'classifies', + 'String array that calssifies the term relations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "isAs", - "", + 'isAs', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/datazone_GlossaryTermTimeouts.ts b/src/app/Models/codegen/aws/types/datazone_GlossaryTermTimeouts.ts index c8e22c750..9e93a6b40 100644 --- a/src/app/Models/codegen/aws/types/datazone_GlossaryTermTimeouts.ts +++ b/src/app/Models/codegen/aws/types/datazone_GlossaryTermTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_GlossaryTermTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function datazone_GlossaryTermTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/datazone_ProjectFailureReason.ts b/src/app/Models/codegen/aws/types/datazone_ProjectFailureReason.ts index d5f33874c..f4bedb1b1 100644 --- a/src/app/Models/codegen/aws/types/datazone_ProjectFailureReason.ts +++ b/src/app/Models/codegen/aws/types/datazone_ProjectFailureReason.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_ProjectFailureReason { // @@ -16,7 +16,7 @@ export interface datazone_ProjectFailureReason { export function datazone_ProjectFailureReason_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "code", "", () => [], true, false), - new DynamicUIProps(InputType.String, "message", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'code', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'message', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/datazone_ProjectTimeouts.ts b/src/app/Models/codegen/aws/types/datazone_ProjectTimeouts.ts index 346716b8c..351cdd2bc 100644 --- a/src/app/Models/codegen/aws/types/datazone_ProjectTimeouts.ts +++ b/src/app/Models/codegen/aws/types/datazone_ProjectTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface datazone_ProjectTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function datazone_ProjectTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function datazone_ProjectTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/dax_ClusterNode.ts b/src/app/Models/codegen/aws/types/dax_ClusterNode.ts index 7073b8d14..186fb0cd4 100644 --- a/src/app/Models/codegen/aws/types/dax_ClusterNode.ts +++ b/src/app/Models/codegen/aws/types/dax_ClusterNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dax_ClusterNode { // @@ -24,21 +24,21 @@ export function dax_ClusterNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "", + 'availabilityZone', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "port", - "The port used by the configuration endpoint", + 'port', + 'The port used by the configuration endpoint', () => [], false, false, ), - new DynamicUIProps(InputType.String, "address", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'address', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dax_ClusterServerSideEncryption.ts b/src/app/Models/codegen/aws/types/dax_ClusterServerSideEncryption.ts index a66649b92..7c4516c12 100644 --- a/src/app/Models/codegen/aws/types/dax_ClusterServerSideEncryption.ts +++ b/src/app/Models/codegen/aws/types/dax_ClusterServerSideEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dax_ClusterServerSideEncryption { // Whether to enable encryption at rest. Defaults to `false`. @@ -15,8 +15,8 @@ export function dax_ClusterServerSideEncryption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable encryption at rest. Defaults to `false`.", + 'enabled', + 'Whether to enable encryption at rest. Defaults to `false`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/dax_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/dax_ParameterGroupParameter.ts index 59d77eb09..1db43aac6 100644 --- a/src/app/Models/codegen/aws/types/dax_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/dax_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dax_ParameterGroupParameter { // The name of the parameter. @@ -18,16 +18,16 @@ export function dax_ParameterGroupParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the parameter.", + 'name', + 'The name of the parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value for the parameter.", + 'value', + 'The value for the parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/devicefarm_DevicePoolRule.ts b/src/app/Models/codegen/aws/types/devicefarm_DevicePoolRule.ts index ccc9324fb..15cc87101 100644 --- a/src/app/Models/codegen/aws/types/devicefarm_DevicePoolRule.ts +++ b/src/app/Models/codegen/aws/types/devicefarm_DevicePoolRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devicefarm_DevicePoolRule { // The rule's stringified attribute. Valid values are: `APPIUM_VERSION`, `ARN`, `AVAILABILITY`, `FLEET_TYPE`, `FORM_FACTOR`, `INSTANCE_ARN`, `INSTANCE_LABELS`, `MANUFACTURER`, `MODEL`, `OS_VERSION`, `PLATFORM`, `REMOTE_ACCESS_ENABLED`, `REMOTE_DEBUG_ENABLED`. @@ -21,7 +21,7 @@ export function devicefarm_DevicePoolRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "attribute", + 'attribute', "The rule's stringified attribute. Valid values are: `APPIUM_VERSION`, `ARN`, `AVAILABILITY`, `FLEET_TYPE`, `FORM_FACTOR`, `INSTANCE_ARN`, `INSTANCE_LABELS`, `MANUFACTURER`, `MODEL`, `OS_VERSION`, `PLATFORM`, `REMOTE_ACCESS_ENABLED`, `REMOTE_DEBUG_ENABLED`.", () => [], false, @@ -29,7 +29,7 @@ export function devicefarm_DevicePoolRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "operator", + 'operator', "Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute. Valid values are: `EQUALS`, `NOT_IN`, `IN`, `GREATER_THAN`, `GREATER_THAN_OR_EQUALS`, `LESS_THAN`, `LESS_THAN_OR_EQUALS`, `CONTAINS`.", () => [], false, @@ -37,7 +37,7 @@ export function devicefarm_DevicePoolRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "value", + 'value', "The rule's value.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/devicefarm_TestGridProjectVpcConfig.ts b/src/app/Models/codegen/aws/types/devicefarm_TestGridProjectVpcConfig.ts index bf70cb220..73d77496d 100644 --- a/src/app/Models/codegen/aws/types/devicefarm_TestGridProjectVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/devicefarm_TestGridProjectVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devicefarm_TestGridProjectVpcConfig { // A list of VPC security group IDs in your Amazon VPC. @@ -21,24 +21,24 @@ export function devicefarm_TestGridProjectVpcConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of VPC security group IDs in your Amazon VPC.", + 'securityGroupIds', + 'A list of VPC security group IDs in your Amazon VPC.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs in your Amazon VPC.", + 'subnetIds', + 'A list of VPC subnet IDs in your Amazon VPC.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the Amazon VPC.", + 'vpcId', + 'The ID of the Amazon VPC.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSource.ts b/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSource.ts index b85338818..2c3deefd9 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSource.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler, devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler_GetTypes, -} from "./devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler"; +} from './devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler'; export interface devopsguru_EventSourcesConfigEventSource { // Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below. @@ -19,8 +19,8 @@ export function devopsguru_EventSourcesConfigEventSource_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "amazonCodeGuruProfilers", - "Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below.", + 'amazonCodeGuruProfilers', + 'Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below.', () => devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler.ts b/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler.ts index f945e12f6..c35cae166 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler { // Status of the CodeGuru Profiler integration. Valid values are `ENABLED` and `DISABLED`. @@ -15,8 +15,8 @@ export function devopsguru_EventSourcesConfigEventSourceAmazonCodeGuruProfiler_G return [ new DynamicUIProps( InputType.String, - "status", - "Status of the CodeGuru Profiler integration. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Status of the CodeGuru Profiler integration. Valid values are `ENABLED` and `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelFilters.ts b/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelFilters.ts index 16d33c065..d1a922e2b 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelFilters.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelFilters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_NotificationChannelFilters { // Events to receive notifications for. Valid values are `NEW_INSIGHT`, `CLOSED_INSIGHT`, `NEW_ASSOCIATION`, `SEVERITY_UPGRADED`, and `NEW_RECOMMENDATION`. @@ -18,16 +18,16 @@ export function devopsguru_NotificationChannelFilters_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "severities", - "Severity levels to receive notifications for. Valid values are `LOW`, `MEDIUM`, and `HIGH`.", + 'severities', + 'Severity levels to receive notifications for. Valid values are `LOW`, `MEDIUM`, and `HIGH`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "messageTypes", - "Events to receive notifications for. Valid values are `NEW_INSIGHT`, `CLOSED_INSIGHT`, `NEW_ASSOCIATION`, `SEVERITY_UPGRADED`, and `NEW_RECOMMENDATION`.", + 'messageTypes', + 'Events to receive notifications for. Valid values are `NEW_INSIGHT`, `CLOSED_INSIGHT`, `NEW_ASSOCIATION`, `SEVERITY_UPGRADED`, and `NEW_RECOMMENDATION`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelSns.ts b/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelSns.ts index a87ec2560..f88b7f81e 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelSns.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_NotificationChannelSns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_NotificationChannelSns { // Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. @@ -15,8 +15,8 @@ export function devopsguru_NotificationChannelSns_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "topicArn", - "Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.", + 'topicArn', + 'Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionCloudformation.ts b/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionCloudformation.ts index c7da64754..fe8f07ac4 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionCloudformation.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionCloudformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_ResourceCollectionCloudformation { // Array of the names of the AWS CloudFormation stacks. If `type` is `AWS_SERVICE` (all acccount resources) this array should be a single item containing a wildcard (`"-"`). @@ -15,7 +15,7 @@ export function devopsguru_ResourceCollectionCloudformation_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "stackNames", + 'stackNames', 'Array of the names of the AWS CloudFormation stacks. If `type` is `AWS_SERVICE` (all acccount resources) this array should be a single item containing a wildcard (`"*"`).', () => InputType_String_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionTags.ts b/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionTags.ts index cb95b2071..a5191fdc1 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionTags.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_ResourceCollectionTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_ResourceCollectionTags { // Array of tag values. These can be used to further filter for specific resources within the application boundary. To analyze all resources tagged with the `app_boundary_key` regardless of the corresponding tag value, this array should be a single item containing a wildcard (`"-"`). @@ -18,15 +18,15 @@ export function devopsguru_ResourceCollectionTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "appBoundaryKey", - "An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes. All AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The key must begin with the prefix `DevOps-Guru-`. Any casing can be used for the prefix, but the associated tags __must use the same casing__ in their tag key.", + 'appBoundaryKey', + 'An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes. All AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The key must begin with the prefix `DevOps-Guru-`. Any casing can be used for the prefix, but the associated tags __must use the same casing__ in their tag key.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tagValues", + 'tagValues', 'Array of tag values. These can be used to further filter for specific resources within the application boundary. To analyze all resources tagged with the `app_boundary_key` regardless of the corresponding tag value, this array should be a single item containing a wildcard (`"*"`).', () => InputType_String_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationKmsServerSideEncryption.ts b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationKmsServerSideEncryption.ts index 7cb8976ce..42abefcda 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationKmsServerSideEncryption.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationKmsServerSideEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_ServiceIntegrationKmsServerSideEncryption { // KMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN. @@ -21,24 +21,24 @@ export function devopsguru_ServiceIntegrationKmsServerSideEncryption_GetTypes(): return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN.", + 'kmsKeyId', + 'KMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "optInStatus", - "Specifies whether KMS integration is enabled. Valid values are `DISABLED` and `ENABLED`.", + 'optInStatus', + 'Specifies whether KMS integration is enabled. Valid values are `DISABLED` and `ENABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of KMS key used. Valid values are `CUSTOMER_MANAGED_KEY` and `AWS_OWNED_KMS_KEY`.", + 'type', + 'Type of KMS key used. Valid values are `CUSTOMER_MANAGED_KEY` and `AWS_OWNED_KMS_KEY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationLogsAnomalyDetection.ts b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationLogsAnomalyDetection.ts index 59d5ec271..ebc996302 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationLogsAnomalyDetection.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationLogsAnomalyDetection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_ServiceIntegrationLogsAnomalyDetection { // Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups. Valid values are `DISABLED` and `ENABLED`. @@ -15,8 +15,8 @@ export function devopsguru_ServiceIntegrationLogsAnomalyDetection_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "optInStatus", - "Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups. Valid values are `DISABLED` and `ENABLED`.", + 'optInStatus', + 'Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups. Valid values are `DISABLED` and `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationOpsCenter.ts b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationOpsCenter.ts index 1f54b4fe7..3531ee920 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationOpsCenter.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_ServiceIntegrationOpsCenter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_ServiceIntegrationOpsCenter { // Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight. Valid values are `DISABLED` and `ENABLED`. @@ -15,8 +15,8 @@ export function devopsguru_ServiceIntegrationOpsCenter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "optInStatus", - "Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight. Valid values are `DISABLED` and `ENABLED`.", + 'optInStatus', + 'Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight. Valid values are `DISABLED` and `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelFilter.ts b/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelFilter.ts index 1634023c8..6ac82d869 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelFilter.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_getNotificationChannelFilter { // Events to receive notifications for. @@ -18,16 +18,16 @@ export function devopsguru_getNotificationChannelFilter_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "messageTypes", - "Events to receive notifications for.", + 'messageTypes', + 'Events to receive notifications for.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "severities", - "Severity levels to receive notifications for.", + 'severities', + 'Severity levels to receive notifications for.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelSn.ts b/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelSn.ts index 9fbbf68df..cef9191e0 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelSn.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_getNotificationChannelSn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_getNotificationChannelSn { // Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. @@ -15,8 +15,8 @@ export function devopsguru_getNotificationChannelSn_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "topicArn", - "Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.", + 'topicArn', + 'Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionCloudformation.ts b/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionCloudformation.ts index e848af487..7e9120fb5 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionCloudformation.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionCloudformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_getResourceCollectionCloudformation { // Array of the names of the AWS CloudFormation stacks. @@ -15,8 +15,8 @@ export function devopsguru_getResourceCollectionCloudformation_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "stackNames", - "Array of the names of the AWS CloudFormation stacks.", + 'stackNames', + 'Array of the names of the AWS CloudFormation stacks.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionTag.ts b/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionTag.ts index 68e368301..d627fefc8 100644 --- a/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionTag.ts +++ b/src/app/Models/codegen/aws/types/devopsguru_getResourceCollectionTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface devopsguru_getResourceCollectionTag { // An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes. @@ -18,16 +18,16 @@ export function devopsguru_getResourceCollectionTag_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "appBoundaryKey", - "An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.", + 'appBoundaryKey', + 'An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tagValues", - "Array of tag values.", + 'tagValues', + 'Array of tag values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/directconnect_getRouterConfigurationRouter.ts b/src/app/Models/codegen/aws/types/directconnect_getRouterConfigurationRouter.ts index 9653b8da7..f71613134 100644 --- a/src/app/Models/codegen/aws/types/directconnect_getRouterConfigurationRouter.ts +++ b/src/app/Models/codegen/aws/types/directconnect_getRouterConfigurationRouter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directconnect_getRouterConfigurationRouter { // Router platform @@ -49,31 +49,31 @@ export function directconnect_getRouterConfigurationRouter_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "xsltTemplateName", - "Router XSLT Template Name", + 'xsltTemplateName', + 'Router XSLT Template Name', () => [], true, false, ), new DynamicUIProps( InputType.String, - "xsltTemplateNameForMacSec", - "", + 'xsltTemplateNameForMacSec', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "platform", - "Router platform", + 'platform', + 'Router platform', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routerTypeIdentifier", + 'routerTypeIdentifier', 'ID of the Router Type. For example: `CiscoSystemsInc-2900SeriesRouters-IOS124`\n\nThere is currently no AWS API to retrieve the full list of `router_type_identifier` values. Here is a list of known `RouterType` objects that can be used:\n\n```json\n{\n"routerTypes": [\n{"platform":"2900 Series Routers","routerTypeIdentifier":"CiscoSystemsInc-2900SeriesRouters-IOS124","software":"IOS 12.4+","vendor":"Cisco Systems, Inc.","xsltTemplateName":"customer-router-cisco-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"3700 Series Routers","routerTypeIdentifier":"CiscoSystemsInc-3700SeriesRouters-IOS124","software":"IOS 12.4+","vendor":"Cisco Systems, Inc.","xsltTemplateName":"customer-router-cisco-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"7200 Series Routers","routerTypeIdentifier":"CiscoSystemsInc-7200SeriesRouters-IOS124","software":"IOS 12.4+","vendor":"Cisco Systems, Inc.","xsltTemplateName":"customer-router-cisco-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"Nexus 7000 Series Switches","routerTypeIdentifier":"CiscoSystemsInc-Nexus7000SeriesSwitches-NXOS51","software":"NX-OS 5.1+","vendor":"Cisco Systems, Inc.","xsltTemplateName":"customer-switch-cisco-nexus-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"Nexus 9K+ Series Switches","routerTypeIdentifier":"CiscoSystemsInc-Nexus9KSeriesSwitches-NXOS93","software":"NX-OS 9.3+","vendor":"Cisco Systems, Inc.","xsltTemplateName":"customer-switch-cisco-nexus-generic.xslt","xsltTemplateNameForMacSec":"customer-switch-cisco-nexus-generic-macsec.xslt"},\n{"platform":"M/MX Series Routers","routerTypeIdentifier":"JuniperNetworksInc-MMXSeriesRouters-JunOS95","software":"JunOS 9.5+","vendor":"Juniper Networks, Inc.","xsltTemplateName":"customer-router-juniper-generic.xslt","xsltTemplateNameForMacSec":"customer-router-juniper-generic-macsec.xslt"},\n{"platform":"SRX Series Routers","routerTypeIdentifier":"JuniperNetworksInc-SRXSeriesRouters-JunOS95","software":"JunOS 9.5+","vendor":"Juniper Networks, Inc.","xsltTemplateName":"customer-router-juniper-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"T Series Routers","routerTypeIdentifier":"JuniperNetworksInc-TSeriesRouters-JunOS95","software":"JunOS 9.5+","vendor":"Juniper Networks, Inc.","xsltTemplateName":"customer-router-juniper-generic.xslt","xsltTemplateNameForMacSec":""},\n{"platform":"PA-3000+ and 5000+ series","routerTypeIdentifier":"PaloAltoNetworks-PA3000and5000series-PANOS803","software":"PAN-OS 8.0.3+","vendor":"Palo Alto Networks","xsltTemplateName":"customer-router-palo-alto-generic.xslt","xsltTemplateNameForMacSec":""}]\n}\n```', () => [], true, @@ -81,16 +81,16 @@ export function directconnect_getRouterConfigurationRouter_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "software", - "Router operating system", + 'software', + 'Router operating system', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vendor", - "Router vendor", + 'vendor', + 'Router vendor', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/directoryservice_DirectoryConnectSettings.ts b/src/app/Models/codegen/aws/types/directoryservice_DirectoryConnectSettings.ts index a50995703..3d1f30397 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_DirectoryConnectSettings.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_DirectoryConnectSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_DirectoryConnectSettings { // The DNS IP addresses of the domain to connect to. @@ -30,48 +30,48 @@ export function directoryservice_DirectoryConnectSettings_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "connectIps", - "The IP addresses of the AD Connector servers.", + 'connectIps', + 'The IP addresses of the AD Connector servers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customerDnsIps", - "The DNS IP addresses of the domain to connect to.", + 'customerDnsIps', + 'The DNS IP addresses of the domain to connect to.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "customerUsername", - "The username corresponding to the password provided.", + 'customerUsername', + 'The username corresponding to the password provided.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).", + 'subnetIds', + 'The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The identifier of the VPC that the directory is in.", + 'vpcId', + 'The identifier of the VPC that the directory is in.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/directoryservice_DirectoryVpcSettings.ts b/src/app/Models/codegen/aws/types/directoryservice_DirectoryVpcSettings.ts index 7f6922c6b..3617242a9 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_DirectoryVpcSettings.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_DirectoryVpcSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_DirectoryVpcSettings { // @@ -21,24 +21,24 @@ export function directoryservice_DirectoryVpcSettings_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).", + 'subnetIds', + 'The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The identifier of the VPC that the directory is in.", + 'vpcId', + 'The identifier of the VPC that the directory is in.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/directoryservice_ServiceRegionVpcSettings.ts b/src/app/Models/codegen/aws/types/directoryservice_ServiceRegionVpcSettings.ts index f43fcff24..53c7cd076 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_ServiceRegionVpcSettings.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_ServiceRegionVpcSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_ServiceRegionVpcSettings { // The identifiers of the subnets for the directory servers. @@ -18,16 +18,16 @@ export function directoryservice_ServiceRegionVpcSettings_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "The identifiers of the subnets for the directory servers.", + 'subnetIds', + 'The identifiers of the subnets for the directory servers.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The identifier of the VPC in which to create the directory.", + 'vpcId', + 'The identifier of the VPC in which to create the directory.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/directoryservice_SharedDirectoryTarget.ts b/src/app/Models/codegen/aws/types/directoryservice_SharedDirectoryTarget.ts index 766f6e4f8..4662f2ede 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_SharedDirectoryTarget.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_SharedDirectoryTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_SharedDirectoryTarget { // Identifier of the directory consumer account. @@ -18,16 +18,16 @@ export function directoryservice_SharedDirectoryTarget_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "Identifier of the directory consumer account.", + 'id', + 'Identifier of the directory consumer account.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of identifier to be used in the `id` field. Valid value is `ACCOUNT`. Default is `ACCOUNT`.", + 'type', + 'Type of identifier to be used in the `id` field. Valid value is `ACCOUNT`. Default is `ACCOUNT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryConnectSetting.ts b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryConnectSetting.ts index d5eff5384..c7788f206 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryConnectSetting.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryConnectSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_getDirectoryConnectSetting { // Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs). @@ -30,48 +30,48 @@ export function directoryservice_getDirectoryConnectSetting_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "connectIps", - "IP addresses of the AD Connector servers.", + 'connectIps', + 'IP addresses of the AD Connector servers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "customerDnsIps", - "DNS IP addresses of the domain to connect to.", + 'customerDnsIps', + 'DNS IP addresses of the domain to connect to.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "customerUsername", - "Username corresponding to the password provided.", + 'customerUsername', + 'Username corresponding to the password provided.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs).", + 'subnetIds', + 'Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC that the connector is in.", + 'vpcId', + 'ID of the VPC that the connector is in.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryRadiusSetting.ts b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryRadiusSetting.ts index fddf2c9d6..b654e9251 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryRadiusSetting.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryRadiusSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_getDirectoryRadiusSetting { // Maximum number of times that communication with the RADIUS server is attempted. @@ -33,56 +33,56 @@ export function directoryservice_getDirectoryRadiusSetting_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "radiusServers", - "Set of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.", + 'radiusServers', + 'Set of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "radiusTimeout", - "Amount of time, in seconds, to wait for the RADIUS server to respond.", + 'radiusTimeout', + 'Amount of time, in seconds, to wait for the RADIUS server to respond.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useSameUsername", - "Not currently used.", + 'useSameUsername', + 'Not currently used.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authenticationProtocol", - "The protocol specified for your RADIUS endpoints.", + 'authenticationProtocol', + 'The protocol specified for your RADIUS endpoints.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayLabel", - "Display label.", + 'displayLabel', + 'Display label.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "radiusPort", - "Port that your RADIUS server is using for communications.", + 'radiusPort', + 'Port that your RADIUS server is using for communications.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "radiusRetries", - "Maximum number of times that communication with the RADIUS server is attempted.", + 'radiusRetries', + 'Maximum number of times that communication with the RADIUS server is attempted.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryVpcSetting.ts b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryVpcSetting.ts index 6eb132c73..b1779d762 100644 --- a/src/app/Models/codegen/aws/types/directoryservice_getDirectoryVpcSetting.ts +++ b/src/app/Models/codegen/aws/types/directoryservice_getDirectoryVpcSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface directoryservice_getDirectoryVpcSetting { // @@ -21,24 +21,24 @@ export function directoryservice_getDirectoryVpcSetting_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs).", + 'subnetIds', + 'Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC that the connector is in.", + 'vpcId', + 'ID of the VPC that the connector is in.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetails.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetails.ts index fa8deea38..3a3d2ea14 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetails.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetails.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsSchedule, dlm_LifecyclePolicyPolicyDetailsSchedule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsSchedule"; +} from './dlm_LifecyclePolicyPolicyDetailsSchedule'; import { dlm_LifecyclePolicyPolicyDetailsAction, dlm_LifecyclePolicyPolicyDetailsAction_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsAction"; +} from './dlm_LifecyclePolicyPolicyDetailsAction'; import { dlm_LifecyclePolicyPolicyDetailsEventSource, dlm_LifecyclePolicyPolicyDetailsEventSource_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsEventSource"; +} from './dlm_LifecyclePolicyPolicyDetailsEventSource'; import { dlm_LifecyclePolicyPolicyDetailsParameters, dlm_LifecyclePolicyPolicyDetailsParameters_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsParameters"; +} from './dlm_LifecyclePolicyPolicyDetailsParameters'; export interface dlm_LifecyclePolicyPolicyDetails { // A list of resource types that should be targeted by the lifecycle policy. Valid values are `VOLUME` and `INSTANCE`. @@ -56,64 +56,64 @@ export function dlm_LifecyclePolicyPolicyDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "action", - "The actions to be performed when the event-based policy is triggered. You can specify only one action per policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `action` configuration block.", + 'action', + 'The actions to be performed when the event-based policy is triggered. You can specify only one action per policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `action` configuration block.', () => dlm_LifecyclePolicyPolicyDetailsAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eventSource", - "The event that triggers the event-based policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `event_source` configuration block.", + 'eventSource', + 'The event that triggers the event-based policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `event_source` configuration block.', () => dlm_LifecyclePolicyPolicyDetailsEventSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "parameters", - "", + 'parameters', + '', () => dlm_LifecyclePolicyPolicyDetailsParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyType", - "The valid target resource types and actions a policy can manage. Specify `EBS_SNAPSHOT_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify `IMAGE_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify `EVENT_BASED_POLICY` to create an event-based policy that performs specific actions when a defined event occurs in your AWS account. Default value is `EBS_SNAPSHOT_MANAGEMENT`.", + 'policyType', + 'The valid target resource types and actions a policy can manage. Specify `EBS_SNAPSHOT_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify `IMAGE_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify `EVENT_BASED_POLICY` to create an event-based policy that performs specific actions when a defined event occurs in your AWS account. Default value is `EBS_SNAPSHOT_MANAGEMENT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceLocations", - "The location of the resources to backup. If the source resources are located in an AWS Region, specify `CLOUD`. If the source resources are located on an Outpost in your account, specify `OUTPOST`. If you specify `OUTPOST`, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account. Valid values are `CLOUD` and `OUTPOST`.", + 'resourceLocations', + 'The location of the resources to backup. If the source resources are located in an AWS Region, specify `CLOUD`. If the source resources are located on an Outpost in your account, specify `OUTPOST`. If you specify `OUTPOST`, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account. Valid values are `CLOUD` and `OUTPOST`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "A list of resource types that should be targeted by the lifecycle policy. Valid values are `VOLUME` and `INSTANCE`.", + 'resourceTypes', + 'A list of resource types that should be targeted by the lifecycle policy. Valid values are `VOLUME` and `INSTANCE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "schedules", - "See the `schedule` configuration block.", + 'schedules', + 'See the `schedule` configuration block.', () => dlm_LifecyclePolicyPolicyDetailsSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "targetTags", - "A map of tag keys and their values. Any resources that match the `resource_types` and are tagged with _any_ of these tags will be targeted.\n\n> Note: You cannot have overlapping lifecycle policies that share the same `target_tags`. Pulumi is unable to detect this at plan time but it will fail during apply.", + 'targetTags', + 'A map of tag keys and their values. Any resources that match the `resource_types` and are tagged with _any_ of these tags will be targeted.\n\n> Note: You cannot have overlapping lifecycle policies that share the same `target_tags`. Pulumi is unable to detect this at plan time but it will fail during apply.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsAction.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsAction.ts index b03c06613..c007d9729 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsAction.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy, dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy"; +} from './dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy'; export interface dlm_LifecyclePolicyPolicyDetailsAction { // The rule for copying shared snapshots across Regions. See the `cross_region_copy` configuration block. @@ -22,12 +22,12 @@ export function dlm_LifecyclePolicyPolicyDetailsAction_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "crossRegionCopies", - "The rule for copying shared snapshots across Regions. See the `cross_region_copy` configuration block.", + 'crossRegionCopies', + 'The rule for copying shared snapshots across Regions. See the `cross_region_copy` configuration block.', () => dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy.ts index 47a62919e..59430f694 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration, dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration"; +} from './dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration'; import { dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule, dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule"; +} from './dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule'; export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy { // The encryption settings for the copied snapshot. See the `encryption_configuration` block. Max of 1 per action. @@ -27,11 +27,11 @@ export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy { export function dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "target", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'target', '', () => [], true, false), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "The encryption settings for the copied snapshot. See the `encryption_configuration` block. Max of 1 per action.", + 'encryptionConfiguration', + 'The encryption settings for the copied snapshot. See the `encryption_configuration` block. Max of 1 per action.', () => dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration_GetTypes(), true, @@ -39,8 +39,8 @@ export function dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopy_GetTypes() ), new DynamicUIProps( InputType.Object, - "retainRule", - "", + 'retainRule', + '', () => dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration.ts index 59e71e69d..e1fd7b09a 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration { // @@ -16,7 +16,7 @@ export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryption export function dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cmkArn", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cmkArn', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule.ts index fdcfc8e6d..237b0ce86 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule { // @@ -16,11 +16,11 @@ export interface dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule export function dlm_LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSource.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSource.ts index 057847b1e..ea2ce97a1 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSource.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsEventSourceParameters, dlm_LifecyclePolicyPolicyDetailsEventSourceParameters_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsEventSourceParameters"; +} from './dlm_LifecyclePolicyPolicyDetailsEventSourceParameters'; export interface dlm_LifecyclePolicyPolicyDetailsEventSource { // The source of the event. Currently only managed CloudWatch Events rules are supported. Valid values are `MANAGED_CWE`. @@ -22,16 +22,16 @@ export function dlm_LifecyclePolicyPolicyDetailsEventSource_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "parameters", - "", + 'parameters', + '', () => dlm_LifecyclePolicyPolicyDetailsEventSourceParameters_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "The source of the event. Currently only managed CloudWatch Events rules are supported. Valid values are `MANAGED_CWE`.", + 'type', + 'The source of the event. Currently only managed CloudWatch Events rules are supported. Valid values are `MANAGED_CWE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSourceParameters.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSourceParameters.ts index 23d9d9b52..615bbe65a 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSourceParameters.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsEventSourceParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsEventSourceParameters { // The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account. @@ -21,24 +21,24 @@ export function dlm_LifecyclePolicyPolicyDetailsEventSourceParameters_GetTypes() return [ new DynamicUIProps( InputType.String, - "descriptionRegex", - "The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account.", + 'descriptionRegex', + 'The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "eventType", - "The type of event. Currently, only `shareSnapshot` events are supported.", + 'eventType', + 'The type of event. Currently, only `shareSnapshot` events are supported.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "snapshotOwners", - "The IDs of the AWS accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified AWS accounts shares a snapshot with your account.", + 'snapshotOwners', + 'The IDs of the AWS accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified AWS accounts shares a snapshot with your account.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsParameters.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsParameters.ts index 5d35eb105..e8ea35ba6 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsParameters.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsParameters { // Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is `false`. @@ -18,16 +18,16 @@ export function dlm_LifecyclePolicyPolicyDetailsParameters_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Bool, - "noReboot", - "Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. `true` indicates that targeted instances are not rebooted when the policy runs. `false` indicates that target instances are rebooted when the policy runs. The default is `true` (instances are not rebooted).", + 'noReboot', + 'Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. `true` indicates that targeted instances are not rebooted when the policy runs. `false` indicates that target instances are rebooted when the policy runs. The default is `true` (instances are not rebooted).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "excludeBootVolume", - "Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is `false`.", + 'excludeBootVolume', + 'Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsSchedule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsSchedule.ts index ed40b2f40..0d49801da 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsSchedule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsSchedule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule, dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule, dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule, dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleShareRule, dlm_LifecyclePolicyPolicyDetailsScheduleShareRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleShareRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleShareRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule, dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule, dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule'; export interface dlm_LifecyclePolicyPolicyDetailsSchedule { // See the `share_rule` block. Max of 1 per schedule. @@ -66,18 +66,18 @@ export function dlm_LifecyclePolicyPolicyDetailsSchedule_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "shareRule", - "See the `share_rule` block. Max of 1 per schedule.", + 'shareRule', + 'See the `share_rule` block. Max of 1 per schedule.', () => dlm_LifecyclePolicyPolicyDetailsScheduleShareRule_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "copyTags", "", () => [], false, true), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'copyTags', '', () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "crossRegionCopyRules", - "See the `cross_region_copy_rule` block. Max of 3 per schedule.", + 'crossRegionCopyRules', + 'See the `cross_region_copy_rule` block. Max of 3 per schedule.', () => dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule_GetTypes(), false, @@ -85,48 +85,48 @@ export function dlm_LifecyclePolicyPolicyDetailsSchedule_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Map, - "variableTags", - "A map of tag keys and variable values, where the values are determined when the policy is executed. Only `$(instance-id)` or `$(timestamp)` are valid values. Can only be used when `resource_types` is `INSTANCE`.", + 'variableTags', + 'A map of tag keys and variable values, where the values are determined when the policy is executed. Only `$(instance-id)` or `$(timestamp)` are valid values. Can only be used when `resource_types` is `INSTANCE`.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deprecateRule", - "", + 'deprecateRule', + '', () => dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fastRestoreRule", - "See the `fast_restore_rule` block. Max of 1 per schedule.", + 'fastRestoreRule', + 'See the `fast_restore_rule` block. Max of 1 per schedule.', () => dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retainRule", - "", + 'retainRule', + '', () => dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "tagsToAdd", - "A map of tag keys and their values. DLM lifecycle policies will already tag the snapshot with the tags on the volume. This configuration adds extra tags on top of these.", + 'tagsToAdd', + 'A map of tag keys and their values. DLM lifecycle policies will already tag the snapshot with the tags on the volume. This configuration adds extra tags on top of these.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "createRule", - "See the `create_rule` block. Max of 1 per schedule.", + 'createRule', + 'See the `create_rule` block. Max of 1 per schedule.', () => dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule.ts index 2b1e27312..75a863918 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule { // The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. Conflicts with `interval`, `interval_unit`, and `times`. @@ -27,40 +27,40 @@ export function dlm_LifecyclePolicyPolicyDetailsScheduleCreateRule_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "times", - "A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1. Conflicts with `cron_expression`. Must be set if `interval` is set.", + 'times', + 'A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1. Conflicts with `cron_expression`. Must be set if `interval` is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cronExpression", - "The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. Conflicts with `interval`, `interval_unit`, and `times`.", + 'cronExpression', + 'The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. Conflicts with `interval`, `interval_unit`, and `times`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "interval", - "", + 'interval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify `CLOUD`. To create snapshots on the same Outpost as the source resource, specify `OUTPOST_LOCAL`. If you omit this parameter, `CLOUD` is used by default. If the policy targets resources in an AWS Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost. Valid values are `CLOUD` and `OUTPOST_LOCAL`.", + 'location', + 'Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify `CLOUD`. To create snapshots on the same Outpost as the source resource, specify `OUTPOST_LOCAL`. If you omit this parameter, `CLOUD` is used by default. If the policy targets resources in an AWS Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost. Valid values are `CLOUD` and `OUTPOST_LOCAL`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule.ts index e36071f4a..ec0442bb7 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule, dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule'; import { dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule, dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule_GetTypes, -} from "./dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule"; +} from './dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule { // @@ -36,27 +36,27 @@ export interface dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule { export function dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "copyTags", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'copyTags', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "deprecateRule", - "", + 'deprecateRule', + '', () => dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], true, false), new DynamicUIProps( InputType.Object, - "retainRule", - "", + 'retainRule', + '', () => dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "target", "", () => [], true, false), - new DynamicUIProps(InputType.String, "cmkArn", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'target', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'cmkArn', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule.ts index 554878f00..59d3ce017 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule { // @@ -16,11 +16,11 @@ export interface dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDepr export function dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule.ts index 10170411c..9249a790c 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule { // @@ -18,12 +18,12 @@ export function dlm_LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetai return [ new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule.ts index 41ea4d734..5708911ac 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule { // @@ -21,20 +21,20 @@ export function dlm_LifecyclePolicyPolicyDetailsScheduleDeprecateRule_GetTypes() return [ new DynamicUIProps( InputType.Number, - "interval", - "", + 'interval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "count", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule.ts index 76d7bddf5..ca546499f 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule { // The Availability Zones in which to enable fast snapshot restore. @@ -24,25 +24,25 @@ export function dlm_LifecyclePolicyPolicyDetailsScheduleFastRestoreRule_GetTypes return [ new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "The Availability Zones in which to enable fast snapshot restore.", + 'availabilityZones', + 'The Availability Zones in which to enable fast snapshot restore.', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "count", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "interval", - "", + 'interval', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule.ts index a2003113d..e321d1e06 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule { // @@ -19,19 +19,19 @@ export interface dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule { export function dlm_LifecyclePolicyPolicyDetailsScheduleRetainRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "count", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "interval", - "", + 'interval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "intervalUnit", - "", + 'intervalUnit', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleShareRule.ts b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleShareRule.ts index 9d223dd19..504ce87c7 100644 --- a/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleShareRule.ts +++ b/src/app/Models/codegen/aws/types/dlm_LifecyclePolicyPolicyDetailsScheduleShareRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dlm_LifecyclePolicyPolicyDetailsScheduleShareRule { // The IDs of the AWS accounts with which to share the snapshots. @@ -21,24 +21,24 @@ export function dlm_LifecyclePolicyPolicyDetailsScheduleShareRule_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "unshareInterval", - "The period after which snapshots that are shared with other AWS accounts are automatically unshared.", + 'unshareInterval', + 'The period after which snapshots that are shared with other AWS accounts are automatically unshared.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "unshareIntervalUnit", - "The unit of time for the automatic unsharing interval. Valid values are `DAYS`, `WEEKS`, `MONTHS`, `YEARS`.", + 'unshareIntervalUnit', + 'The unit of time for the automatic unsharing interval. Valid values are `DAYS`, `WEEKS`, `MONTHS`, `YEARS`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetAccounts", - "The IDs of the AWS accounts with which to share the snapshots.", + 'targetAccounts', + 'The IDs of the AWS accounts with which to share the snapshots.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointElasticsearchSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointElasticsearchSettings.ts index 15ff78246..444c9ff05 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointElasticsearchSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointElasticsearchSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointElasticsearchSettings { // Endpoint for the OpenSearch cluster. @@ -27,40 +27,40 @@ export function dms_EndpointElasticsearchSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "ARN of the IAM Role with permissions to write to the OpenSearch cluster.", + 'serviceAccessRoleArn', + 'ARN of the IAM Role with permissions to write to the OpenSearch cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "useNewMappingType", - "Enable to migrate documentation using the documentation type `_doc`. OpenSearch and an Elasticsearch clusters only support the _doc documentation type in versions 7.x and later. The default value is `false`.", + 'useNewMappingType', + 'Enable to migrate documentation using the documentation type `_doc`. OpenSearch and an Elasticsearch clusters only support the _doc documentation type in versions 7.x and later. The default value is `false`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "endpointUri", - "Endpoint for the OpenSearch cluster.", + 'endpointUri', + 'Endpoint for the OpenSearch cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "errorRetryDuration", - "Maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster. Default is `300`.", + 'errorRetryDuration', + 'Maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster. Default is `300`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "fullLoadErrorPercentage", - "Maximum percentage of records that can fail to be written before a full load operation stops. Default is `10`.", + 'fullLoadErrorPercentage', + 'Maximum percentage of records that can fail to be written before a full load operation stops. Default is `10`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointKafkaSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointKafkaSettings.ts index d1d4c07a4..52a9bc577 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointKafkaSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointKafkaSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointKafkaSettings { // Shows the partition value within the Kafka message output unless the partition type is `schema-table-type`. Default is `false`. @@ -66,55 +66,55 @@ export function dms_EndpointKafkaSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sslClientKeyPassword", - "Password for the client private key used to securely connect to a Kafka target endpoint.", + 'sslClientKeyPassword', + 'Password for the client private key used to securely connect to a Kafka target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslClientCertificateArn", - "ARN of the client certificate used to securely connect to a Kafka target endpoint.", + 'sslClientCertificateArn', + 'ARN of the client certificate used to securely connect to a Kafka target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeTransactionDetails", - "Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for `transaction_id`, previous `transaction_id`, and `transaction_record_id` (the record offset within a transaction). Default is `false`.", + 'includeTransactionDetails', + 'Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for `transaction_id`, previous `transaction_id`, and `transaction_record_id` (the record offset within a transaction). Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageFormat", - "Output format for the records created on the endpoint. Message format is `JSON` (default) or `JSON_UNFORMATTED` (a single line with no tab).", + 'messageFormat', + 'Output format for the records created on the endpoint. Message format is `JSON` (default) or `JSON_UNFORMATTED` (a single line with no tab).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "saslUsername", - "Secure user name you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.", + 'saslUsername', + 'Secure user name you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeTableAlterOperations", - "Includes any data definition language (DDL) operations that change the table in the control data, such as `rename-table`, `drop-table`, `add-column`, `drop-column`, and `rename-column`. Default is `false`.", + 'includeTableAlterOperations', + 'Includes any data definition language (DDL) operations that change the table in the control data, such as `rename-table`, `drop-table`, `add-column`, `drop-column`, and `rename-column`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "noHexPrefix", + 'noHexPrefix', "Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, AWS DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the `no_hex_prefix` endpoint setting to enable migration of RAW data type columns without adding the `'0x'` prefix.", () => [], false, @@ -122,88 +122,88 @@ export function dms_EndpointKafkaSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "includeNullAndEmpty", - "Include NULL and empty columns for records migrated to the endpoint. Default is `false`.", + 'includeNullAndEmpty', + 'Include NULL and empty columns for records migrated to the endpoint. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "saslPassword", - "Secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.", + 'saslPassword', + 'Secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includePartitionValue", - "Shows the partition value within the Kafka message output unless the partition type is `schema-table-type`. Default is `false`.", + 'includePartitionValue', + 'Shows the partition value within the Kafka message output unless the partition type is `schema-table-type`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslCaCertificateArn", - "ARN for the private certificate authority (CA) cert that AWS DMS uses to securely connect to your Kafka target endpoint.", + 'sslCaCertificateArn', + 'ARN for the private certificate authority (CA) cert that AWS DMS uses to securely connect to your Kafka target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslClientKeyArn", - "ARN for the client private key used to securely connect to a Kafka target endpoint.", + 'sslClientKeyArn', + 'ARN for the client private key used to securely connect to a Kafka target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "broker", - "Kafka broker location. Specify in the form broker-hostname-or-ip:port.", + 'broker', + 'Kafka broker location. Specify in the form broker-hostname-or-ip:port.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "messageMaxBytes", - "Maximum size in bytes for records created on the endpoint Default is `1,000,000`.", + 'messageMaxBytes', + 'Maximum size in bytes for records created on the endpoint Default is `1,000,000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityProtocol", - "Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include `ssl-encryption`, `ssl-authentication`, and `sasl-ssl`. `sasl-ssl` requires `sasl_username` and `sasl_password`.", + 'securityProtocol', + 'Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include `ssl-encryption`, `ssl-authentication`, and `sasl-ssl`. `sasl-ssl` requires `sasl_username` and `sasl_password`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "topic", - "Kafka topic for migration. Default is `kafka-default-topic`.", + 'topic', + 'Kafka topic for migration. Default is `kafka-default-topic`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "partitionIncludeSchemaTable", - "Prefixes schema and table names to partition values, when the partition type is `primary-key-type`. Doing this increases data distribution among Kafka partitions. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same partition, which causes throttling. Default is `false`.", + 'partitionIncludeSchemaTable', + 'Prefixes schema and table names to partition values, when the partition type is `primary-key-type`. Doing this increases data distribution among Kafka partitions. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same partition, which causes throttling. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeControlDetails", - "Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output. Default is `false`.", + 'includeControlDetails', + 'Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointKinesisSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointKinesisSettings.ts index 6f8a66df9..748bb1463 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointKinesisSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointKinesisSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointKinesisSettings { // Include NULL and empty columns in the target. Default is `false`. @@ -39,72 +39,72 @@ export function dms_EndpointKinesisSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "includeNullAndEmpty", - "Include NULL and empty columns in the target. Default is `false`.", + 'includeNullAndEmpty', + 'Include NULL and empty columns in the target. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "ARN of the IAM Role with permissions to write to the Kinesis data stream.", + 'serviceAccessRoleArn', + 'ARN of the IAM Role with permissions to write to the Kinesis data stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamArn", - "ARN of the Kinesis data stream.", + 'streamArn', + 'ARN of the Kinesis data stream.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeTableAlterOperations", - "Includes any data definition language (DDL) operations that change the table in the control data. Default is `false`.", + 'includeTableAlterOperations', + 'Includes any data definition language (DDL) operations that change the table in the control data. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageFormat", - "Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).", + 'messageFormat', + 'Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "includePartitionValue", - "Shows the partition value within the Kinesis message output, unless the partition type is schema-table-type. Default is `false`.", + 'includePartitionValue', + 'Shows the partition value within the Kinesis message output, unless the partition type is schema-table-type. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "partitionIncludeSchemaTable", - "Prefixes schema and table names to partition values, when the partition type is primary-key-type. Default is `false`.", + 'partitionIncludeSchemaTable', + 'Prefixes schema and table names to partition values, when the partition type is primary-key-type. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeControlDetails", - "Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output. Default is `false`.", + 'includeControlDetails', + 'Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeTransactionDetails", - "Provides detailed transaction information from the source database. Default is `false`.", + 'includeTransactionDetails', + 'Provides detailed transaction information from the source database. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointMongodbSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointMongodbSettings.ts index d2a862ee2..88333ef60 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointMongodbSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointMongodbSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointMongodbSettings { // Authentication mechanism to access the MongoDB source endpoint. Default is `default`. @@ -30,48 +30,48 @@ export function dms_EndpointMongodbSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authSource", - "Authentication database name. Not used when `auth_type` is `no`. Default is `admin`.", + 'authSource', + 'Authentication database name. Not used when `auth_type` is `no`. Default is `admin`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authType", - "Authentication type to access the MongoDB source endpoint. Default is `password`.", + 'authType', + 'Authentication type to access the MongoDB source endpoint. Default is `password`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "docsToInvestigate", - "Number of documents to preview to determine the document organization. Use this setting when `nesting_level` is set to `one`. Default is `1000`.", + 'docsToInvestigate', + 'Number of documents to preview to determine the document organization. Use this setting when `nesting_level` is set to `one`. Default is `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "extractDocId", - "Document ID. Use this setting when `nesting_level` is set to `none`. Default is `false`.", + 'extractDocId', + 'Document ID. Use this setting when `nesting_level` is set to `none`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nestingLevel", - "Specifies either document or table mode. Default is `none`. Valid values are `one` (table mode) and `none` (document mode).", + 'nestingLevel', + 'Specifies either document or table mode. Default is `none`. Valid values are `one` (table mode) and `none` (document mode).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authMechanism", - "Authentication mechanism to access the MongoDB source endpoint. Default is `default`.", + 'authMechanism', + 'Authentication mechanism to access the MongoDB source endpoint. Default is `default`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointPostgresSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointPostgresSettings.ts index 16fadfa4b..0ff142fa5 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointPostgresSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointPostgresSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointPostgresSettings { // Specifies the plugin to use to create a replication slot. Valid values: `pglogical`, `test_decoding`. @@ -60,23 +60,23 @@ export function dms_EndpointPostgresSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "mapBooleanAsBoolean", - "You can use PostgreSQL endpoint settings to map a boolean as a boolean from your PostgreSQL source to a Amazon Redshift target. Default value is `false`.", + 'mapBooleanAsBoolean', + 'You can use PostgreSQL endpoint settings to map a boolean as a boolean from your PostgreSQL source to a Amazon Redshift target. Default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "captureDdls", - "To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.", + 'captureDdls', + 'To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseMode", + 'databaseMode', "Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.", () => [], false, @@ -84,104 +84,104 @@ export function dms_EndpointPostgresSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "pluginName", - "Specifies the plugin to use to create a replication slot. Valid values: `pglogical`, `test_decoding`.", + 'pluginName', + 'Specifies the plugin to use to create a replication slot. Valid values: `pglogical`, `test_decoding`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxFileSize", - "Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL. Default is `32,768 KB`.", + 'maxFileSize', + 'Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL. Default is `32,768 KB`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "heartbeatFrequency", - "Sets the WAL heartbeat frequency (in minutes). Default value is `5`.", + 'heartbeatFrequency', + 'Sets the WAL heartbeat frequency (in minutes). Default value is `5`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "afterConnectScript", - "For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.", + 'afterConnectScript', + 'For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slotName", - "Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.", + 'slotName', + 'Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "failTasksOnLobTruncation", - "When set to `true`, this value causes a task to fail if the actual size of a LOB column is greater than the specified `LobMaxSize`. Default is `false`.", + 'failTasksOnLobTruncation', + 'When set to `true`, this value causes a task to fail if the actual size of a LOB column is greater than the specified `LobMaxSize`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "heartbeatSchema", - "Sets the schema in which the heartbeat artifacts are created. Default value is `public`.", + 'heartbeatSchema', + 'Sets the schema in which the heartbeat artifacts are created. Default value is `public`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "babelfishDatabaseName", - "The Babelfish for Aurora PostgreSQL database name for the endpoint.", + 'babelfishDatabaseName', + 'The Babelfish for Aurora PostgreSQL database name for the endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "heartbeatEnable", - "The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source.", + 'heartbeatEnable', + 'The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mapLongVarcharAs", - "Optional When true, DMS migrates LONG values as VARCHAR.", + 'mapLongVarcharAs', + 'Optional When true, DMS migrates LONG values as VARCHAR.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "executeTimeout", - "Sets the client statement timeout for the PostgreSQL instance, in seconds. Default value is `60`.", + 'executeTimeout', + 'Sets the client statement timeout for the PostgreSQL instance, in seconds. Default value is `60`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mapJsonbAsClob", - "Optional When true, DMS migrates JSONB values as CLOB.", + 'mapJsonbAsClob', + 'Optional When true, DMS migrates JSONB values as CLOB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ddlArtifactsSchema", - "Sets the schema in which the operational DDL database artifacts are created. Default is `public`.", + 'ddlArtifactsSchema', + 'Sets the schema in which the operational DDL database artifacts are created. Default is `public`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointRedisSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointRedisSettings.ts index 400994988..2d2fe86e4 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointRedisSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointRedisSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointRedisSettings { // The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint. @@ -33,15 +33,15 @@ export function dms_EndpointRedisSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sslCaCertificateArn", - "The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.", + 'sslCaCertificateArn', + 'The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslSecurityProtocol", + 'sslSecurityProtocol', "The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database. Options include `plaintext`, `ssl-encryption`. The default is `ssl-encryption`.", () => [], false, @@ -49,40 +49,40 @@ export function dms_EndpointRedisSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "authPassword", - "The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.", + 'authPassword', + 'The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authType", - "The type of authentication to perform when connecting to a Redis target. Options include `none`, `auth-token`, and `auth-role`. The `auth-token` option requires an `auth_password` value to be provided. The `auth-role` option requires `auth_user_name` and `auth_password` values to be provided.", + 'authType', + 'The type of authentication to perform when connecting to a Redis target. Options include `none`, `auth-token`, and `auth-role`. The `auth-token` option requires an `auth_password` value to be provided. The `auth-role` option requires `auth_user_name` and `auth_password` values to be provided.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authUserName", - "The username provided with the `auth-role` option of the AuthType setting for a Redis target endpoint.", + 'authUserName', + 'The username provided with the `auth-role` option of the AuthType setting for a Redis target endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Transmission Control Protocol (TCP) port for the endpoint.", + 'port', + 'Transmission Control Protocol (TCP) port for the endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serverName", - "Fully qualified domain name of the endpoint.", + 'serverName', + 'Fully qualified domain name of the endpoint.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointRedshiftSettings.ts b/src/app/Models/codegen/aws/types/dms_EndpointRedshiftSettings.ts index 3c6e08227..f735d09ac 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointRedshiftSettings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointRedshiftSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointRedshiftSettings { // Custom S3 Bucket Object prefix for intermediate storage. @@ -27,40 +27,40 @@ export function dms_EndpointRedshiftSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "serverSideEncryptionKmsKeyId", - "ARN or Id of KMS Key to use when `encryption_mode` is `SSE_KMS`.", + 'serverSideEncryptionKmsKeyId', + 'ARN or Id of KMS Key to use when `encryption_mode` is `SSE_KMS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket for intermediate storage.", + 'serviceAccessRoleArn', + 'Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket for intermediate storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketFolder", - "Custom S3 Bucket Object prefix for intermediate storage.", + 'bucketFolder', + 'Custom S3 Bucket Object prefix for intermediate storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Custom S3 Bucket name for intermediate storage.", + 'bucketName', + 'Custom S3 Bucket name for intermediate storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "The server-side encryption mode that you want to encrypt your intermediate .csv object files copied to S3. Defaults to `SSE_S3`. Valid values are `SSE_S3` and `SSE_KMS`.", + 'encryptionMode', + 'The server-side encryption mode that you want to encrypt your intermediate .csv object files copied to S3. Defaults to `SSE_S3`. Valid values are `SSE_S3` and `SSE_KMS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_EndpointS3Settings.ts b/src/app/Models/codegen/aws/types/dms_EndpointS3Settings.ts index 29ab49421..2eab5859c 100644 --- a/src/app/Models/codegen/aws/types/dms_EndpointS3Settings.ts +++ b/src/app/Models/codegen/aws/types/dms_EndpointS3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_EndpointS3Settings { // Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. Default is `60`. @@ -126,303 +126,303 @@ export function dms_EndpointS3Settings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enableStatistics", - "Whether to enable statistics for Parquet pages and row groups. Default is `true`.", + 'enableStatistics', + 'Whether to enable statistics for Parquet pages and row groups. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "rfc4180", - "For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.", + 'rfc4180', + 'For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "datePartitionEnabled", - "Partition S3 bucket folders based on transaction commit dates. Default is `false`.", + 'datePartitionEnabled', + 'Partition S3 bucket folders based on transaction commit dates. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "preserveTransactions", - "Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdc_path`. Default is `false`.", + 'preserveTransactions', + 'Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdc_path`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encodingType", - "Type of encoding to use. Value values are `rle_dictionary`, `plain`, and `plain_dictionary`. Default is `rle_dictionary`.", + 'encodingType', + 'Type of encoding to use. Value values are `rle_dictionary`, `plain`, and `plain_dictionary`. Default is `rle_dictionary`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalTableDefinition", - "JSON document that describes how AWS DMS should interpret the data.", + 'externalTableDefinition', + 'JSON document that describes how AWS DMS should interpret the data.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "parquetTimestampInMillisecond", - "Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`.", + 'parquetTimestampInMillisecond', + 'Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataFormat", - "Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. Default is `csv`.", + 'dataFormat', + 'Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. Default is `csv`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dataPageSize", - "Size of one data page in bytes. Default is `1048576` (1 MiB).", + 'dataPageSize', + 'Size of one data page in bytes. Default is `1048576` (1 MiB).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datePartitionDelimiter", - "Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. Default is `SLASH`.", + 'datePartitionDelimiter', + 'Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. Default is `SLASH`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cdcMaxBatchInterval", - "Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. Default is `60`.", + 'cdcMaxBatchInterval', + 'Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. Default is `60`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useTaskStartTimeForFullLoadTimestamp", - "When set to true, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to true, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time. When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.", + 'useTaskStartTimeForFullLoadTimestamp', + 'When set to true, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to true, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time. When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "addColumnName", - "Whether to add column name information to the .csv output file. Default is `false`.", + 'addColumnName', + 'Whether to add column name information to the .csv output file. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsAndUpdates", - "Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.", + 'cdcInsertsAndUpdates', + 'Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cannedAclForObjects", - "Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.", + 'cannedAclForObjects', + 'Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "S3 bucket name.", + 'bucketName', + 'S3 bucket name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvRowDelimiter", - "Delimiter used to separate rows in the source files. Default is `\\n`.", + 'csvRowDelimiter', + 'Delimiter used to separate rows in the source files. Default is `\\n`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreHeaderRows", - "When this value is set to `1`, DMS ignores the first row header in a .csv file. Default is `0`.", + 'ignoreHeaderRows', + 'When this value is set to `1`, DMS ignores the first row header in a .csv file. Default is `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionType", - "Set to compress target files. Default is `NONE`. Valid values are `GZIP` and `NONE`.", + 'compressionType', + 'Set to compress target files. Default is `NONE`. Valid values are `GZIP` and `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useCsvNoSupValue", - "Whether to use `csv_no_sup_value` for columns not included in the supplemental log.", + 'useCsvNoSupValue', + 'Whether to use `csv_no_sup_value` for columns not included in the supplemental log.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvNullValue", - "String to as null when writing to the target.", + 'csvNullValue', + 'String to as null when writing to the target.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsOnly", - "Whether to write insert operations to .csv or .parquet output files. Default is `false`.", + 'cdcInsertsOnly', + 'Whether to write insert operations to .csv or .parquet output files. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvNoSupValue", - "String to use for all columns not included in the supplemental log.", + 'csvNoSupValue', + 'String to use for all columns not included in the supplemental log.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxFileSize", - "Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. Default is `1048576` (1 GB).", + 'maxFileSize', + 'Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. Default is `1048576` (1 GB).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "glueCatalogGeneration", - "Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.", + 'glueCatalogGeneration', + 'Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cdcMinFileSize", - "Minimum file size condition as defined in kilobytes to output a file to Amazon S3. Default is `32000`. **NOTE:** Previously, this setting was measured in megabytes but now represents kilobytes. Update configurations accordingly.", + 'cdcMinFileSize', + 'Minimum file size condition as defined in kilobytes to output a file to Amazon S3. Default is `32000`. **NOTE:** Previously, this setting was measured in megabytes but now represents kilobytes. Update configurations accordingly.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "ARN of the IAM Role with permissions to read from or write to the S3 Bucket.", + 'serviceAccessRoleArn', + 'ARN of the IAM Role with permissions to read from or write to the S3 Bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datePartitionSequence", - "Date format to use during folder partitioning. Use this parameter when `date_partition_enabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. Default is `YYYYMMDD`.", + 'datePartitionSequence', + 'Date format to use during folder partitioning. Use this parameter when `date_partition_enabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. Default is `YYYYMMDD`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeOpForFullLoad", - "Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.", + 'includeOpForFullLoad', + 'Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "csvDelimiter", - "Delimiter used to separate columns in the source files. Default is `,`.", + 'csvDelimiter', + 'Delimiter used to separate columns in the source files. Default is `,`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rowGroupLength", - "Number of rows in a row group. Default is `10000`.", + 'rowGroupLength', + 'Number of rows in a row group. Default is `10000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverSideEncryptionKmsKeyId", - "ARN or Id of KMS Key to use when `encryption_mode` is `SSE_KMS`.", + 'serverSideEncryptionKmsKeyId', + 'ARN or Id of KMS Key to use when `encryption_mode` is `SSE_KMS`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dictPageSizeLimit", - "Maximum size in bytes of an encoded dictionary page of a column. Default is `1048576` (1 MiB).", + 'dictPageSizeLimit', + 'Maximum size in bytes of an encoded dictionary page of a column. Default is `1048576` (1 MiB).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parquetVersion", - "Version of the .parquet file format. Default is `parquet-1-0`. Valid values are `parquet-1-0` and `parquet-2-0`.", + 'parquetVersion', + 'Version of the .parquet file format. Default is `parquet-1-0`. Valid values are `parquet-1-0` and `parquet-2-0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketFolder", - "S3 object prefix.", + 'bucketFolder', + 'S3 object prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestampColumnName", - "Column to add with timestamp information to the endpoint data for an Amazon S3 target.", + 'timestampColumnName', + 'Column to add with timestamp information to the endpoint data for an Amazon S3 target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. Default is `SSE_S3`.", + 'encryptionMode', + 'Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. Default is `SSE_S3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cdcPath", + 'cdcPath', "Folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If `cdc_path` is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. Supported in AWS DMS versions 3.4.2 and later.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/dms_ReplicationConfigComputeConfig.ts b/src/app/Models/codegen/aws/types/dms_ReplicationConfigComputeConfig.ts index c4a05ca82..71b85c51a 100644 --- a/src/app/Models/codegen/aws/types/dms_ReplicationConfigComputeConfig.ts +++ b/src/app/Models/codegen/aws/types/dms_ReplicationConfigComputeConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_ReplicationConfigComputeConfig { // The Availability Zone where the DMS Serverless replication using this configuration will run. The default value is a random. @@ -46,39 +46,39 @@ export function dms_ReplicationConfigComputeConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone where the DMS Serverless replication using this configuration will run. The default value is a random.", + 'availabilityZone', + 'The Availability Zone where the DMS Serverless replication using this configuration will run. The default value is a random.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "multiAz", - "Specifies if the replication instance is a multi-az deployment. You cannot set the `availability_zone` parameter if the `multi_az` parameter is set to `true`.", + 'multiAz', + 'Specifies if the replication instance is a multi-az deployment. You cannot set the `availability_zone` parameter if the `multi_az` parameter is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless replication. The VPC security group must work with the VPC containing the replication.", + 'vpcSecurityGroupIds', + 'Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless replication. The VPC security group must work with the VPC containing the replication.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxCapacityUnits", - "Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384.", + 'maxCapacityUnits', + 'Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minCapacityUnits", + 'minCapacityUnits', "Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. If this value isn't set DMS scans the current activity of available source tables to identify an optimum setting for this parameter.", () => [], false, @@ -86,15 +86,15 @@ export function dms_ReplicationConfigComputeConfig_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "preferredMaintenanceWindow", - "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n\n- Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.\n- Format: `ddd:hh24:mi-ddd:hh24:mi`\n- Valid Days: `mon, tue, wed, thu, fri, sat, sun`\n- Constraints: Minimum 30-minute window.", + 'preferredMaintenanceWindow', + 'The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n\n- Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.\n- Format: `ddd:hh24:mi-ddd:hh24:mi`\n- Valid Days: `mon, tue, wed, thu, fri, sat, sun`\n- Constraints: Minimum 30-minute window.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt the data during DMS Serverless replication. If you don't specify a value for the KmsKeyId parameter, DMS uses your default encryption key.", () => [], false, @@ -102,16 +102,16 @@ export function dms_ReplicationConfigComputeConfig_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "replicationSubnetGroupId", - "Specifies a subnet group identifier to associate with the DMS Serverless replication.", + 'replicationSubnetGroupId', + 'Specifies a subnet group identifier to associate with the DMS Serverless replication.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dnsNameServers", - "A list of custom DNS name servers supported for the DMS Serverless replication to access your source or target database.", + 'dnsNameServers', + 'A list of custom DNS name servers supported for the DMS Serverless replication to access your source or target database.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointElasticsearchSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointElasticsearchSetting.ts index 7452bfd5f..323e12174 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointElasticsearchSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointElasticsearchSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointElasticsearchSetting { // @@ -24,32 +24,32 @@ export function dms_getEndpointElasticsearchSetting_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "errorRetryDuration", - "", + 'errorRetryDuration', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "fullLoadErrorPercentage", - "", + 'fullLoadErrorPercentage', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "", + 'serviceAccessRoleArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpointUri", - "", + 'endpointUri', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointKafkaSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointKafkaSetting.ts index 1d53d5afb..172d616f6 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointKafkaSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointKafkaSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointKafkaSetting { // @@ -66,130 +66,130 @@ export function dms_getEndpointKafkaSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "messageMaxBytes", - "", + 'messageMaxBytes', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "broker", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'broker', '', () => [], true, false), new DynamicUIProps( InputType.String, - "securityProtocol", - "", + 'securityProtocol', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includePartitionValue", - "", + 'includePartitionValue', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageFormat", - "", + 'messageFormat', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "saslUsername", - "", + 'saslUsername', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeNullAndEmpty", - "", + 'includeNullAndEmpty', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslCaCertificateArn", - "", + 'sslCaCertificateArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslClientCertificateArn", - "", + 'sslClientCertificateArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "saslPassword", - "", + 'saslPassword', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeTransactionDetails", - "", + 'includeTransactionDetails', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeTableAlterOperations", - "", + 'includeTableAlterOperations', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "noHexPrefix", - "", + 'noHexPrefix', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "topic", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'topic', '', () => [], true, false), new DynamicUIProps( InputType.String, - "sslClientKeyPassword", - "", + 'sslClientKeyPassword', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslClientKeyArn", - "", + 'sslClientKeyArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "partitionIncludeSchemaTable", - "", + 'partitionIncludeSchemaTable', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeControlDetails", - "", + 'includeControlDetails', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointKinesisSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointKinesisSetting.ts index d6f534215..ad7f2db45 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointKinesisSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointKinesisSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointKinesisSetting { // @@ -39,72 +39,72 @@ export function dms_getEndpointKinesisSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "messageFormat", - "", + 'messageFormat', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamArn", - "", + 'streamArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeNullAndEmpty", - "", + 'includeNullAndEmpty', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeTransactionDetails", - "", + 'includeTransactionDetails', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "", + 'serviceAccessRoleArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includePartitionValue", - "", + 'includePartitionValue', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeTableAlterOperations", - "", + 'includeTableAlterOperations', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "partitionIncludeSchemaTable", - "", + 'partitionIncludeSchemaTable', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeControlDetails", - "", + 'includeControlDetails', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointMongodbSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointMongodbSetting.ts index daf152be1..231e4d85e 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointMongodbSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointMongodbSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointMongodbSetting { // @@ -30,41 +30,41 @@ export function dms_getEndpointMongodbSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authMechanism", - "", + 'authMechanism', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authSource", - "", + 'authSource', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "authType", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'authType', '', () => [], true, false), new DynamicUIProps( InputType.String, - "docsToInvestigate", - "", + 'docsToInvestigate', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "extractDocId", - "", + 'extractDocId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "nestingLevel", - "", + 'nestingLevel', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointPostgresSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointPostgresSetting.ts index 0b4d525e4..b48a5cea1 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointPostgresSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointPostgresSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointPostgresSetting { // @@ -60,121 +60,121 @@ export function dms_getEndpointPostgresSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "pluginName", - "", + 'pluginName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "afterConnectScript", - "", + 'afterConnectScript', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "babelfishDatabaseName", - "", + 'babelfishDatabaseName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "mapBooleanAsBoolean", - "", + 'mapBooleanAsBoolean', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseMode", - "", + 'databaseMode', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "failTasksOnLobTruncation", - "", + 'failTasksOnLobTruncation', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "executeTimeout", - "", + 'executeTimeout', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mapLongVarcharAs", - "", + 'mapLongVarcharAs', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "heartbeatFrequency", - "", + 'heartbeatFrequency', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "mapJsonbAsClob", - "", + 'mapJsonbAsClob', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ddlArtifactsSchema", - "", + 'ddlArtifactsSchema', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "heartbeatSchema", - "", + 'heartbeatSchema', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "slotName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'slotName', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "captureDdls", - "", + 'captureDdls', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxFileSize", - "", + 'maxFileSize', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "heartbeatEnable", - "", + 'heartbeatEnable', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointRedisSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointRedisSetting.ts index e6ecf9120..0eb92c4c7 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointRedisSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointRedisSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointRedisSetting { // @@ -33,45 +33,45 @@ export function dms_getEndpointRedisSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authUserName", - "", + 'authUserName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.String, - "serverName", - "", + 'serverName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslCaCertificateArn", - "", + 'sslCaCertificateArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslSecurityProtocol", - "", + 'sslSecurityProtocol', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authPassword", - "", + 'authPassword', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "authType", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'authType', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointRedshiftSetting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointRedshiftSetting.ts index fb032a7b0..fc9a90418 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointRedshiftSetting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointRedshiftSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointRedshiftSetting { // @@ -27,40 +27,40 @@ export function dms_getEndpointRedshiftSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "serverSideEncryptionKmsKeyId", - "", + 'serverSideEncryptionKmsKeyId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "", + 'serviceAccessRoleArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketFolder", - "", + 'bucketFolder', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "", + 'encryptionMode', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dms_getEndpointS3Setting.ts b/src/app/Models/codegen/aws/types/dms_getEndpointS3Setting.ts index 7babc82b6..ef854eb00 100644 --- a/src/app/Models/codegen/aws/types/dms_getEndpointS3Setting.ts +++ b/src/app/Models/codegen/aws/types/dms_getEndpointS3Setting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dms_getEndpointS3Setting { // @@ -129,298 +129,298 @@ export function dms_getEndpointS3Setting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "parquetTimestampInMillisecond", - "", + 'parquetTimestampInMillisecond', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "addColumnName", - "", + 'addColumnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encryptionMode", - "", + 'encryptionMode', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ignoreHeaderRows", - "", + 'ignoreHeaderRows', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ignoreHeadersRow", - "", + 'ignoreHeadersRow', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "dataPageSize", - "", + 'dataPageSize', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "cdcPath", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cdcPath', '', () => [], true, false), new DynamicUIProps( InputType.String, - "serviceAccessRoleArn", - "", + 'serviceAccessRoleArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "glueCatalogGeneration", - "", + 'glueCatalogGeneration', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataFormat", - "", + 'dataFormat', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serverSideEncryptionKmsKeyId", - "", + 'serverSideEncryptionKmsKeyId', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "dictPageSizeLimit", - "", + 'dictPageSizeLimit', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxFileSize", - "", + 'maxFileSize', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cannedAclForObjects", - "", + 'cannedAclForObjects', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "preserveTransactions", - "", + 'preserveTransactions', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "rfc4180", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'rfc4180', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "cdcMinFileSize", - "", + 'cdcMinFileSize', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "includeOpForFullLoad", - "", + 'includeOpForFullLoad', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "rowGroupLength", - "", + 'rowGroupLength', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "compressionType", - "", + 'compressionType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "datePartitionSequence", - "", + 'datePartitionSequence', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "externalTableDefinition", - "", + 'externalTableDefinition', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "csvDelimiter", - "", + 'csvDelimiter', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "", + 'bucketName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsAndUpdates", - "", + 'cdcInsertsAndUpdates', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useTaskStartTimeForFullLoadTimestamp", - "", + 'useTaskStartTimeForFullLoadTimestamp', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parquetVersion", - "", + 'parquetVersion', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "csvRowDelimiter", - "", + 'csvRowDelimiter', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketFolder", - "", + 'bucketFolder', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "datePartitionDelimiter", - "", + 'datePartitionDelimiter', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "cdcMaxBatchInterval", - "", + 'cdcMaxBatchInterval', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "datePartitionEnabled", - "", + 'datePartitionEnabled', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "csvNoSupValue", - "", + 'csvNoSupValue', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encodingType", - "", + 'encodingType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "csvNullValue", - "", + 'csvNullValue', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableStatistics", - "", + 'enableStatistics', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "cdcInsertsOnly", - "", + 'cdcInsertsOnly', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "timestampColumnName", - "", + 'timestampColumnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useCsvNoSupValue", - "", + 'useCsvNoSupValue', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/docdb_ClusterParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/docdb_ClusterParameterGroupParameter.ts index d86a6db2a..f6327bdb2 100644 --- a/src/app/Models/codegen/aws/types/docdb_ClusterParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/docdb_ClusterParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface docdb_ClusterParameterGroupParameter { // Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`. @@ -21,24 +21,24 @@ export function docdb_ClusterParameterGroupParameter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "name", - "The name of the DocumentDB parameter.", + 'name', + 'The name of the DocumentDB parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the DocumentDB parameter.", + 'value', + 'The value of the DocumentDB parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applyMethod", - "Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.", + 'applyMethod', + 'Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/docdb_ClusterRestoreToPointInTime.ts b/src/app/Models/codegen/aws/types/docdb_ClusterRestoreToPointInTime.ts index 5cd1a039c..783a09737 100644 --- a/src/app/Models/codegen/aws/types/docdb_ClusterRestoreToPointInTime.ts +++ b/src/app/Models/codegen/aws/types/docdb_ClusterRestoreToPointInTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface docdb_ClusterRestoreToPointInTime { // The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster. @@ -24,32 +24,32 @@ export function docdb_ClusterRestoreToPointInTime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sourceClusterIdentifier", - "The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster.", + 'sourceClusterIdentifier', + 'The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "useLatestRestorableTime", - "A boolean value that indicates whether the DB cluster is restored from the latest backup time. Defaults to `false`. Cannot be specified with `restore_to_time`.", + 'useLatestRestorableTime', + 'A boolean value that indicates whether the DB cluster is restored from the latest backup time. Defaults to `false`. Cannot be specified with `restore_to_time`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreToTime", - "The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `use_latest_restorable_time`.", + 'restoreToTime', + 'The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `use_latest_restorable_time`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreType", - "The type of restore to be performed. Valid values are `full-copy`, `copy-on-write`.", + 'restoreType', + 'The type of restore to be performed. Valid values are `full-copy`, `copy-on-write`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/docdb_ElasticClusterTimeouts.ts b/src/app/Models/codegen/aws/types/docdb_ElasticClusterTimeouts.ts index ca707f8a2..8c9b49705 100644 --- a/src/app/Models/codegen/aws/types/docdb_ElasticClusterTimeouts.ts +++ b/src/app/Models/codegen/aws/types/docdb_ElasticClusterTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface docdb_ElasticClusterTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function docdb_ElasticClusterTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function docdb_ElasticClusterTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function docdb_ElasticClusterTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/docdb_GlobalClusterGlobalClusterMember.ts b/src/app/Models/codegen/aws/types/docdb_GlobalClusterGlobalClusterMember.ts index bbf979332..d745181c3 100644 --- a/src/app/Models/codegen/aws/types/docdb_GlobalClusterGlobalClusterMember.ts +++ b/src/app/Models/codegen/aws/types/docdb_GlobalClusterGlobalClusterMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface docdb_GlobalClusterGlobalClusterMember { // Amazon Resource Name (ARN) of member DB Cluster. @@ -18,16 +18,16 @@ export function docdb_GlobalClusterGlobalClusterMember_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "dbClusterArn", - "Amazon Resource Name (ARN) of member DB Cluster.", + 'dbClusterArn', + 'Amazon Resource Name (ARN) of member DB Cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isWriter", - "Whether the member is the primary DB Cluster.", + 'isWriter', + 'Whether the member is the primary DB Cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplatePitPolicy.ts b/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplatePitPolicy.ts index 1c53f061d..f9b14fe75 100644 --- a/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplatePitPolicy.ts +++ b/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplatePitPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface drs_ReplicationConfigurationTemplatePitPolicy { // Whether this rule is enabled or not. @@ -27,40 +27,40 @@ export function drs_ReplicationConfigurationTemplatePitPolicy_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "units", - "Units used to measure the `interval` and `retention_duration`. Valid values are `MINUTE`, `HOUR`, and `DAY`.", + 'units', + 'Units used to measure the `interval` and `retention_duration`. Valid values are `MINUTE`, `HOUR`, and `DAY`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether this rule is enabled or not.", + 'enabled', + 'Whether this rule is enabled or not.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "interval", - "How often, in the chosen units, a snapshot should be taken.", + 'interval', + 'How often, in the chosen units, a snapshot should be taken.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "retentionDuration", - "Duration to retain a snapshot for, in the chosen `units`.", + 'retentionDuration', + 'Duration to retain a snapshot for, in the chosen `units`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleId", - "ID of the rule. Valid values are integers.", + 'ruleId', + 'ID of the rule. Valid values are integers.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplateTimeouts.ts b/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplateTimeouts.ts index dd0ab3923..8d5603624 100644 --- a/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplateTimeouts.ts +++ b/src/app/Models/codegen/aws/types/drs_ReplicationConfigurationTemplateTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface drs_ReplicationConfigurationTemplateTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function drs_ReplicationConfigurationTemplateTimeouts_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function drs_ReplicationConfigurationTemplateTimeouts_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function drs_ReplicationConfigurationTemplateTimeouts_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_GlobalTableReplica.ts b/src/app/Models/codegen/aws/types/dynamodb_GlobalTableReplica.ts index 936d4339d..5c53d747b 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_GlobalTableReplica.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_GlobalTableReplica.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_GlobalTableReplica { // AWS region name of replica DynamoDB TableE.g., `us-east-1` @@ -15,8 +15,8 @@ export function dynamodb_GlobalTableReplica_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "regionName", - "AWS region name of replica DynamoDB TableE.g., `us-east-1`", + 'regionName', + 'AWS region name of replica DynamoDB TableE.g., `us-east-1`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableAttribute.ts b/src/app/Models/codegen/aws/types/dynamodb_TableAttribute.ts index 5b0efde9a..ecbb80dda 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableAttribute.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableAttribute { // Name of the attribute @@ -18,16 +18,16 @@ export function dynamodb_TableAttribute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the attribute", + 'name', + 'Name of the attribute', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Attribute type. Valid values are `S` (string), `N` (number), `B` (binary).", + 'type', + 'Attribute type. Valid values are `S` (string), `N` (number), `B` (binary).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableGlobalSecondaryIndex.ts b/src/app/Models/codegen/aws/types/dynamodb_TableGlobalSecondaryIndex.ts index e2ffc4b59..be5df23c4 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableGlobalSecondaryIndex.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableGlobalSecondaryIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableGlobalSecondaryIndex { // Only required with `INCLUDE` as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table. @@ -33,56 +33,56 @@ export function dynamodb_TableGlobalSecondaryIndex_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "nonKeyAttributes", - "Only required with `INCLUDE` as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.", + 'nonKeyAttributes', + 'Only required with `INCLUDE` as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "projectionType", - "One of `ALL`, `INCLUDE` or `KEYS_ONLY` where `ALL` projects every attribute into the index, `KEYS_ONLY` projects into the index only the table and index hash_key and sort_key attributes , `INCLUDE` projects into the index all of the attributes that are defined in `non_key_attributes` in addition to the attributes that that`KEYS_ONLY` project.", + 'projectionType', + 'One of `ALL`, `INCLUDE` or `KEYS_ONLY` where `ALL` projects every attribute into the index, `KEYS_ONLY` projects into the index only the table and index hash_key and sort_key attributes , `INCLUDE` projects into the index all of the attributes that are defined in `non_key_attributes` in addition to the attributes that that`KEYS_ONLY` project.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rangeKey", - "Name of the range key; must be defined", + 'rangeKey', + 'Name of the range key; must be defined', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "readCapacity", - "Number of read units for this index. Must be set if billing_mode is set to PROVISIONED.", + 'readCapacity', + 'Number of read units for this index. Must be set if billing_mode is set to PROVISIONED.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "writeCapacity", - "Number of write units for this index. Must be set if billing_mode is set to PROVISIONED.", + 'writeCapacity', + 'Number of write units for this index. Must be set if billing_mode is set to PROVISIONED.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hashKey", - "Name of the hash key in the index; must be defined as an attribute in the resource.", + 'hashKey', + 'Name of the hash key in the index; must be defined as an attribute in the resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the index.", + 'name', + 'Name of the index.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableImportTable.ts b/src/app/Models/codegen/aws/types/dynamodb_TableImportTable.ts index 393929285..df04c5a07 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableImportTable.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableImportTable.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dynamodb_TableImportTableInputFormatOptions, dynamodb_TableImportTableInputFormatOptions_GetTypes, -} from "./dynamodb_TableImportTableInputFormatOptions"; +} from './dynamodb_TableImportTableInputFormatOptions'; import { dynamodb_TableImportTableS3BucketSource, dynamodb_TableImportTableS3BucketSource_GetTypes, -} from "./dynamodb_TableImportTableS3BucketSource"; +} from './dynamodb_TableImportTableS3BucketSource'; export interface dynamodb_TableImportTable { /* @@ -45,32 +45,32 @@ export function dynamodb_TableImportTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "inputCompressionType", - "Type of compression to be used on the input coming from the imported table.\nValid values are `GZIP`, `ZSTD` and `NONE`.", + 'inputCompressionType', + 'Type of compression to be used on the input coming from the imported table.\nValid values are `GZIP`, `ZSTD` and `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputFormat", - "The format of the source data.\nValid values are `CSV`, `DYNAMODB_JSON`, and `ION`.", + 'inputFormat', + 'The format of the source data.\nValid values are `CSV`, `DYNAMODB_JSON`, and `ION`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "inputFormatOptions", - "Describe the format options for the data that was imported into the target table.\nThere is one value, `csv`.\nSee below.", + 'inputFormatOptions', + 'Describe the format options for the data that was imported into the target table.\nThere is one value, `csv`.\nSee below.', () => dynamodb_TableImportTableInputFormatOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3BucketSource", - "Values for the S3 bucket the source file is imported from.\nSee below.", + 's3BucketSource', + 'Values for the S3 bucket the source file is imported from.\nSee below.', () => dynamodb_TableImportTableS3BucketSource_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptions.ts b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptions.ts index b26b0e898..0d7cf2ef8 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptions.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dynamodb_TableImportTableInputFormatOptionsCsv, dynamodb_TableImportTableInputFormatOptionsCsv_GetTypes, -} from "./dynamodb_TableImportTableInputFormatOptionsCsv"; +} from './dynamodb_TableImportTableInputFormatOptionsCsv'; export interface dynamodb_TableImportTableInputFormatOptions { // This block contains the processing options for the CSV file being imported: @@ -19,8 +19,8 @@ export function dynamodb_TableImportTableInputFormatOptions_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "csv", - "This block contains the processing options for the CSV file being imported:", + 'csv', + 'This block contains the processing options for the CSV file being imported:', () => dynamodb_TableImportTableInputFormatOptionsCsv_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptionsCsv.ts b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptionsCsv.ts index 48d8ebe54..25e2cc42e 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptionsCsv.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableInputFormatOptionsCsv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableImportTableInputFormatOptionsCsv { // The delimiter used for separating items in the CSV file being imported. @@ -18,16 +18,16 @@ export function dynamodb_TableImportTableInputFormatOptionsCsv_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "delimiter", - "The delimiter used for separating items in the CSV file being imported.", + 'delimiter', + 'The delimiter used for separating items in the CSV file being imported.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "headerLists", - "List of the headers used to specify a common header for all source CSV files being imported.", + 'headerLists', + 'List of the headers used to specify a common header for all source CSV files being imported.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableS3BucketSource.ts b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableS3BucketSource.ts index 7f88dc7dc..095760a5d 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableImportTableS3BucketSource.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableImportTableS3BucketSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableImportTableS3BucketSource { // The S3 bucket that is being imported from. @@ -21,24 +21,24 @@ export function dynamodb_TableImportTableS3BucketSource_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "bucket", - "The S3 bucket that is being imported from.", + 'bucket', + 'The S3 bucket that is being imported from.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketOwner", - "The account number of the S3 bucket that is being imported from.", + 'bucketOwner', + 'The account number of the S3 bucket that is being imported from.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyPrefix", - "The key prefix shared by all S3 Objects that are being imported.", + 'keyPrefix', + 'The key prefix shared by all S3 Objects that are being imported.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableLocalSecondaryIndex.ts b/src/app/Models/codegen/aws/types/dynamodb_TableLocalSecondaryIndex.ts index 45793a8ca..b92566098 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableLocalSecondaryIndex.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableLocalSecondaryIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableLocalSecondaryIndex { // Name of the index @@ -24,32 +24,32 @@ export function dynamodb_TableLocalSecondaryIndex_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "rangeKey", - "Name of the range key.", + 'rangeKey', + 'Name of the range key.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the index", + 'name', + 'Name of the index', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "nonKeyAttributes", - "Only required with `INCLUDE` as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.", + 'nonKeyAttributes', + 'Only required with `INCLUDE` as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "projectionType", - "One of `ALL`, `INCLUDE` or `KEYS_ONLY` where `ALL` projects every attribute into the index, `KEYS_ONLY` projects into the index only the table and index hash_key and sort_key attributes , `INCLUDE` projects into the index all of the attributes that are defined in `non_key_attributes` in addition to the attributes that that`KEYS_ONLY` project.", + 'projectionType', + 'One of `ALL`, `INCLUDE` or `KEYS_ONLY` where `ALL` projects every attribute into the index, `KEYS_ONLY` projects into the index only the table and index hash_key and sort_key attributes , `INCLUDE` projects into the index all of the attributes that are defined in `non_key_attributes` in addition to the attributes that that`KEYS_ONLY` project.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TablePointInTimeRecovery.ts b/src/app/Models/codegen/aws/types/dynamodb_TablePointInTimeRecovery.ts index 023e26258..5fdf3135a 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TablePointInTimeRecovery.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TablePointInTimeRecovery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TablePointInTimeRecovery { // Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the `point_in_time_recovery` block is not provided, this defaults to `false`. @@ -15,8 +15,8 @@ export function dynamodb_TablePointInTimeRecovery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the `point_in_time_recovery` block is not provided, this defaults to `false`.", + 'enabled', + 'Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the `point_in_time_recovery` block is not provided, this defaults to `false`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableReplica.ts b/src/app/Models/codegen/aws/types/dynamodb_TableReplica.ts index 8106febd2..cac4211ec 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableReplica.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableReplica.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableReplica { // Region name of the replica. @@ -33,55 +33,55 @@ export function dynamodb_TableReplica_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "regionName", - "Region name of the replica.", + 'regionName', + 'Region name of the replica.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamArn", - "ARN of the Table Stream. Only available when `stream_enabled = true`", + 'streamArn', + 'ARN of the Table Stream. Only available when `stream_enabled = true`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamLabel", - "Timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only available when `stream_enabled = true`.", + 'streamLabel', + 'Timestamp, in ISO 8601 format, for this stream. Note that this timestamp is not a unique identifier for the stream on its own. However, the combination of AWS customer ID, table name and this field is guaranteed to be unique. It can be used for creating CloudWatch Alarms. Only available when `stream_enabled = true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the table", + 'arn', + 'ARN of the table', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.", + 'kmsKeyArn', + 'ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "pointInTimeRecovery", - "Whether to enable Point In Time Recovery for the replica. Default is `false`.", + 'pointInTimeRecovery', + 'Whether to enable Point In Time Recovery for the replica. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "propagateTags", + 'propagateTags', "Whether to propagate the global table's tags to a replica. Default is `false`. Changes to tags only move in one direction: from global (source) to replica. In other words, tag drift on a replica will not trigger an update. Tag or replica changes on the global table, whether from drift or configuration changes, are propagated to replicas. Changing from `true` to `false` on a subsequent `apply` means replica tags are left as they were, unmanaged, not deleted.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableServerSideEncryption.ts b/src/app/Models/codegen/aws/types/dynamodb_TableServerSideEncryption.ts index be163fa38..ee918bf6b 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableServerSideEncryption.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableServerSideEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableServerSideEncryption { // ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. --Note:-- This attribute will _not_ be populated with the ARN of _default_ keys. @@ -18,16 +18,16 @@ export function dynamodb_TableServerSideEncryption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.", + 'kmsKeyArn', + 'ARN of the CMK that should be used for the AWS KMS encryption. This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`. **Note:** This attribute will _not_ be populated with the ARN of _default_ keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether or not to enable encryption at rest using an AWS managed KMS customer master key (CMK). If `enabled` is `false` then server-side encryption is set to AWS-_owned_ key (shown as `DEFAULT` in the AWS console). Potentially confusingly, if `enabled` is `true` and no `kms_key_arn` is specified then server-side encryption is set to the _default_ KMS-_managed_ key (shown as `KMS` in the AWS console). The [AWS KMS documentation](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html) explains the difference between AWS-_owned_ and KMS-_managed_ keys.", + 'enabled', + 'Whether or not to enable encryption at rest using an AWS managed KMS customer master key (CMK). If `enabled` is `false` then server-side encryption is set to AWS-_owned_ key (shown as `DEFAULT` in the AWS console). Potentially confusingly, if `enabled` is `true` and no `kms_key_arn` is specified then server-side encryption is set to the _default_ KMS-_managed_ key (shown as `KMS` in the AWS console). The [AWS KMS documentation](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html) explains the difference between AWS-_owned_ and KMS-_managed_ keys.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_TableTtl.ts b/src/app/Models/codegen/aws/types/dynamodb_TableTtl.ts index 539d08c27..80698982d 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_TableTtl.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_TableTtl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_TableTtl { /* @@ -24,16 +24,16 @@ export function dynamodb_TableTtl_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether TTL is enabled.\nDefault value is `false`.", + 'enabled', + 'Whether TTL is enabled.\nDefault value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "attributeName", - "Name of the table attribute to store the TTL timestamp in.\nRequired if `enabled` is `true`, must not be set otherwise.", + 'attributeName', + 'Name of the table attribute to store the TTL timestamp in.\nRequired if `enabled` is `true`, must not be set otherwise.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableAttribute.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableAttribute.ts index 63d244e71..6f9690d46 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableAttribute.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableAttribute { // Name of the DynamoDB table. @@ -18,12 +18,12 @@ export function dynamodb_getTableAttribute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the DynamoDB table.", + 'name', + 'Name of the DynamoDB table.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableGlobalSecondaryIndex.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableGlobalSecondaryIndex.ts index df57d5639..918c0040d 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableGlobalSecondaryIndex.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableGlobalSecondaryIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableGlobalSecondaryIndex { // @@ -33,42 +33,42 @@ export function dynamodb_getTableGlobalSecondaryIndex_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "nonKeyAttributes", - "", + 'nonKeyAttributes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "projectionType", - "", + 'projectionType', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "rangeKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'rangeKey', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "readCapacity", - "", + 'readCapacity', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "writeCapacity", - "", + 'writeCapacity', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "hashKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'hashKey', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the DynamoDB table.", + 'name', + 'Name of the DynamoDB table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableLocalSecondaryIndex.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableLocalSecondaryIndex.ts index 67fb5f46d..77186a115 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableLocalSecondaryIndex.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableLocalSecondaryIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableLocalSecondaryIndex { // Name of the DynamoDB table. @@ -24,28 +24,28 @@ export function dynamodb_getTableLocalSecondaryIndex_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the DynamoDB table.", + 'name', + 'Name of the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "nonKeyAttributes", - "", + 'nonKeyAttributes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "projectionType", - "", + 'projectionType', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "rangeKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'rangeKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTablePointInTimeRecovery.ts b/src/app/Models/codegen/aws/types/dynamodb_getTablePointInTimeRecovery.ts index 668d679d9..ffe50eb92 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTablePointInTimeRecovery.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTablePointInTimeRecovery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTablePointInTimeRecovery { // @@ -13,6 +13,6 @@ export interface dynamodb_getTablePointInTimeRecovery { export function dynamodb_getTablePointInTimeRecovery_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableReplica.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableReplica.ts index 577dd52de..c3c7ac7df 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableReplica.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableReplica.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableReplica { // @@ -18,16 +18,16 @@ export function dynamodb_getTableReplica_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "", + 'kmsKeyArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "regionName", - "", + 'regionName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableServerSideEncryption.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableServerSideEncryption.ts index 529c48427..3ae8f72a9 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableServerSideEncryption.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableServerSideEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableServerSideEncryption { // @@ -16,11 +16,11 @@ export interface dynamodb_getTableServerSideEncryption { export function dynamodb_getTableServerSideEncryption_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "", + 'kmsKeyArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/dynamodb_getTableTtl.ts b/src/app/Models/codegen/aws/types/dynamodb_getTableTtl.ts index fd71a716e..110d30c0e 100644 --- a/src/app/Models/codegen/aws/types/dynamodb_getTableTtl.ts +++ b/src/app/Models/codegen/aws/types/dynamodb_getTableTtl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface dynamodb_getTableTtl { // @@ -18,12 +18,12 @@ export function dynamodb_getTableTtl_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "attributeName", - "", + 'attributeName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ebs_FastSnapshotRestoreTimeouts.ts b/src/app/Models/codegen/aws/types/ebs_FastSnapshotRestoreTimeouts.ts index 4967d7cb4..985da4856 100644 --- a/src/app/Models/codegen/aws/types/ebs_FastSnapshotRestoreTimeouts.ts +++ b/src/app/Models/codegen/aws/types/ebs_FastSnapshotRestoreTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_FastSnapshotRestoreTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function ebs_FastSnapshotRestoreTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function ebs_FastSnapshotRestoreTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ebs_SnapshotImportClientData.ts b/src/app/Models/codegen/aws/types/ebs_SnapshotImportClientData.ts index e94c34ea3..21124e71b 100644 --- a/src/app/Models/codegen/aws/types/ebs_SnapshotImportClientData.ts +++ b/src/app/Models/codegen/aws/types/ebs_SnapshotImportClientData.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_SnapshotImportClientData { // A user-defined comment about the disk upload. @@ -24,32 +24,32 @@ export function ebs_SnapshotImportClientData_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "comment", - "A user-defined comment about the disk upload.", + 'comment', + 'A user-defined comment about the disk upload.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "uploadEnd", - "The time that the disk upload ends.", + 'uploadEnd', + 'The time that the disk upload ends.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "uploadSize", - "The size of the uploaded disk image, in GiB.", + 'uploadSize', + 'The size of the uploaded disk image, in GiB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uploadStart", - "The time that the disk upload starts.", + 'uploadStart', + 'The time that the disk upload starts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainer.ts b/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainer.ts index 53d451708..aee1ca65f 100644 --- a/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainer.ts +++ b/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainer.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ebs_SnapshotImportDiskContainerUserBucket, ebs_SnapshotImportDiskContainerUserBucket_GetTypes, -} from "./ebs_SnapshotImportDiskContainerUserBucket"; +} from './ebs_SnapshotImportDiskContainerUserBucket'; export interface ebs_SnapshotImportDiskContainer { // The description of the disk image being imported. @@ -28,32 +28,32 @@ export function ebs_SnapshotImportDiskContainer_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "format", - "The format of the disk image being imported. One of `VHD` or `VMDK`.", + 'format', + 'The format of the disk image being imported. One of `VHD` or `VMDK`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "url", - "The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). One of `url` or `user_bucket` must be set.", + 'url', + 'The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). One of `url` or `user_bucket` must be set.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "userBucket", - "The Amazon S3 bucket for the disk image. One of `url` or `user_bucket` must be set. Detailed below.", + 'userBucket', + 'The Amazon S3 bucket for the disk image. One of `url` or `user_bucket` must be set. Detailed below.', () => ebs_SnapshotImportDiskContainerUserBucket_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "The description of the disk image being imported.", + 'description', + 'The description of the disk image being imported.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainerUserBucket.ts b/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainerUserBucket.ts index bd9b2ee76..dd8d78895 100644 --- a/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainerUserBucket.ts +++ b/src/app/Models/codegen/aws/types/ebs_SnapshotImportDiskContainerUserBucket.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_SnapshotImportDiskContainerUserBucket { // The name of the Amazon S3 bucket where the disk image is located. @@ -18,16 +18,16 @@ export function ebs_SnapshotImportDiskContainerUserBucket_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "s3Bucket", - "The name of the Amazon S3 bucket where the disk image is located.", + 's3Bucket', + 'The name of the Amazon S3 bucket where the disk image is located.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "s3Key", - "The file name of the disk image.", + 's3Key', + 'The file name of the disk image.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ebs_getEbsVolumesFilter.ts b/src/app/Models/codegen/aws/types/ebs_getEbsVolumesFilter.ts index 2f21ccf69..1e2150b0e 100644 --- a/src/app/Models/codegen/aws/types/ebs_getEbsVolumesFilter.ts +++ b/src/app/Models/codegen/aws/types/ebs_getEbsVolumesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_getEbsVolumesFilter { /* @@ -153,15 +153,15 @@ export function ebs_getEbsVolumesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nEBS Volume IDs will be selected if any one of the given values match.", + 'values', + 'Set of values that are accepted for the given field.\nEBS Volume IDs will be selected if any one of the given values match.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumes.html).\nFor example, if matching against the `size` filter, use:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst tenOrTwentyGbVolumes = aws.ebs.getEbsVolumes({\n filters: [{\n name: "size",\n values: [\n "10",\n "20",\n ],\n }],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nten_or_twenty_gb_volumes = aws.ebs.get_ebs_volumes(filters=[{\n "name": "size",\n "values": [\n "10",\n "20",\n ],\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var tenOrTwentyGbVolumes = Aws.Ebs.GetEbsVolumes.Invoke(new()\n {\n Filters = new[]\n {\n new Aws.Ebs.Inputs.GetEbsVolumesFilterInputArgs\n {\n Name = "size",\n Values = new[]\n {\n "10",\n "20",\n },\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ebs"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := ebs.GetEbsVolumes(ctx, &ebs.GetEbsVolumesArgs{\n\t\t\tFilters: []ebs.GetEbsVolumesFilter{\n\t\t\t\t{\n\t\t\t\t\tName: "size",\n\t\t\t\t\tValues: []string{\n\t\t\t\t\t\t"10",\n\t\t\t\t\t\t"20",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.ebs.EbsFunctions;\nimport com.pulumi.aws.ebs.inputs.GetEbsVolumesArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var tenOrTwentyGbVolumes = EbsFunctions.getEbsVolumes(GetEbsVolumesArgs.builder()\n .filters(GetEbsVolumesFilterArgs.builder()\n .name("size")\n .values( \n "10",\n "20")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nvariables:\n tenOrTwentyGbVolumes:\n fn::invoke:\n Function: aws:ebs:getEbsVolumes\n Arguments:\n filters:\n - name: size\n values:\n - \'10\'\n - \'20\'\n```\n', () => [], true, diff --git a/src/app/Models/codegen/aws/types/ebs_getSnapshotFilter.ts b/src/app/Models/codegen/aws/types/ebs_getSnapshotFilter.ts index b73d050c8..cc47321da 100644 --- a/src/app/Models/codegen/aws/types/ebs_getSnapshotFilter.ts +++ b/src/app/Models/codegen/aws/types/ebs_getSnapshotFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_getSnapshotFilter { // @@ -16,11 +16,11 @@ export interface ebs_getSnapshotFilter { export function ebs_getSnapshotFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ebs_getSnapshotIdsFilter.ts b/src/app/Models/codegen/aws/types/ebs_getSnapshotIdsFilter.ts index 20c5dcc9b..ce8b87e3d 100644 --- a/src/app/Models/codegen/aws/types/ebs_getSnapshotIdsFilter.ts +++ b/src/app/Models/codegen/aws/types/ebs_getSnapshotIdsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_getSnapshotIdsFilter { // @@ -16,11 +16,11 @@ export interface ebs_getSnapshotIdsFilter { export function ebs_getSnapshotIdsFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ebs_getVolumeFilter.ts b/src/app/Models/codegen/aws/types/ebs_getVolumeFilter.ts index eb03fb150..62eb97589 100644 --- a/src/app/Models/codegen/aws/types/ebs_getVolumeFilter.ts +++ b/src/app/Models/codegen/aws/types/ebs_getVolumeFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ebs_getVolumeFilter { // @@ -16,11 +16,11 @@ export interface ebs_getVolumeFilter { export function ebs_getVolumeFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiCopyEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiCopyEbsBlockDevice.ts index 17f0864d4..7484ea0c2 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiCopyEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiCopyEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiCopyEbsBlockDevice { // Path at which the device is exposed to created instances. @@ -57,15 +57,15 @@ export function ec2_AmiCopyEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", + 'encrypted', "Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshot_id`.", () => [], false, @@ -73,56 +73,56 @@ export function ec2_AmiCopyEbsBlockDevice_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.", + 'volumeSize', + 'Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outpostArn", - "ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.", + 'outpostArn', + 'ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).", + 'volumeType', + 'Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.", + 'deleteOnTermination', + 'Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second the\ncreated volumes will support.", + 'iops', + 'Number of I/O operations per second the\ncreated volumes will support.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.", + 'snapshotId', + 'ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiCopyEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiCopyEphemeralBlockDevice.ts index 2f930b6b9..d63ae238f 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiCopyEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiCopyEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiCopyEphemeralBlockDevice { // Path at which the device is exposed to created instances. @@ -21,15 +21,15 @@ export function ec2_AmiCopyEphemeralBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualName", + 'virtualName', 'Name for the ephemeral device, of the form "ephemeralN" where\n*N* is a volume number starting from zero.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiEbsBlockDevice.ts index 0074f59ee..62ece8474 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiEbsBlockDevice { // Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshot_id`. @@ -57,47 +57,47 @@ export function ec2_AmiEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second the\ncreated volumes will support.", + 'iops', + 'Number of I/O operations per second the\ncreated volumes will support.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).", + 'volumeType', + 'Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "outpostArn", - "ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.", + 'outpostArn', + 'ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.", + 'snapshotId', + 'ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", + 'encrypted', "Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshot_id`.", () => [], false, @@ -105,24 +105,24 @@ export function ec2_AmiEbsBlockDevice_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.", + 'volumeSize', + 'Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.", + 'deleteOnTermination', + 'Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiEphemeralBlockDevice.ts index 2a7742427..bda3a8d31 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiEphemeralBlockDevice { // Path at which the device is exposed to created instances. @@ -21,15 +21,15 @@ export function ec2_AmiEphemeralBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", + 'virtualName', 'Name for the ephemeral device, of the form "ephemeralN" where\n*N* is a volume number starting from zero.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEbsBlockDevice.ts index a4a40a084..e3e483a9c 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiFromInstanceEbsBlockDevice { /* @@ -57,31 +57,31 @@ export function ec2_AmiFromInstanceEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second the\ncreated volumes will support.", + 'iops', + 'Number of I/O operations per second the\ncreated volumes will support.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).", + 'volumeType', + 'Type of EBS volume to create. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `standard`).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.", + 'deleteOnTermination', + 'Boolean controlling whether the EBS volumes created to\nsupport each created instance will be deleted once that instance is terminated.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", + 'encrypted', "Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshot_id`.", () => [], false, @@ -89,40 +89,40 @@ export function ec2_AmiFromInstanceEbsBlockDevice_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput that the EBS volume supports, in MiB/s. Only valid for `volume_type` of `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outpostArn", - "ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.", + 'outpostArn', + 'ARN of the Outpost on which the snapshot is stored.\n\n> **Note:** You can specify `encrypted` or `snapshot_id` but not both.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.", + 'snapshotId', + 'ID of an EBS snapshot that will be used to initialize the created\nEBS volumes. If set, the `volume_size` attribute must be at least as large as the referenced\nsnapshot.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.", + 'volumeSize', + 'Size of created volumes in GiB.\nIf `snapshot_id` is set and `volume_size` is omitted then the volume will have the same size\nas the selected snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEphemeralBlockDevice.ts index e3add7609..3a2dbd48c 100644 --- a/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_AmiFromInstanceEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_AmiFromInstanceEphemeralBlockDevice { // Path at which the device is exposed to created instances. @@ -21,7 +21,7 @@ export function ec2_AmiFromInstanceEphemeralBlockDevice_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "virtualName", + 'virtualName', 'Name for the ephemeral device, of the form "ephemeralN" where\n*N* is a volume number starting from zero.', () => [], false, @@ -29,8 +29,8 @@ export function ec2_AmiFromInstanceEphemeralBlockDevice_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "deviceName", - "Path at which the device is exposed to created instances.", + 'deviceName', + 'Path at which the device is exposed to created instances.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_CapacityBlockReservationTimeouts.ts b/src/app/Models/codegen/aws/types/ec2_CapacityBlockReservationTimeouts.ts index b6b8bd131..ee818fb77 100644 --- a/src/app/Models/codegen/aws/types/ec2_CapacityBlockReservationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/ec2_CapacityBlockReservationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_CapacityBlockReservationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function ec2_CapacityBlockReservationTimeouts_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclEgress.ts b/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclEgress.ts index ddc5b3d95..09c24f681 100644 --- a/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclEgress.ts +++ b/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclEgress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_DefaultNetworkAclEgress { // The action to take. @@ -47,63 +47,63 @@ export function ec2_DefaultNetworkAclEgress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block.\n\n> For more information on ICMP types and codes, see [Internet Control Message Protocol (ICMP) Parameters](https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml).", + 'ipv6CidrBlock', + 'The IPv6 CIDR block.\n\n> For more information on ICMP types and codes, see [Internet Control Message Protocol (ICMP) Parameters](https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "action", - "The action to take.", + 'action', + 'The action to take.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block to match. This must be a valid network mask.", + 'cidrBlock', + 'The CIDR block to match. This must be a valid network mask.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The from port to match.", + 'fromPort', + 'The from port to match.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "icmpType", - "The ICMP type to be used. Default 0.", + 'icmpType', + 'The ICMP type to be used. Default 0.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The to port to match.\n\nThe following arguments are optional:", + 'toPort', + 'The to port to match.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "icmpCode", - "The ICMP type code to be used. Default 0.", + 'icmpCode', + 'The ICMP type code to be used. Default 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', "The protocol to match. If using the -1 'all' protocol, you must specify a from and to port of 0.", () => [], true, @@ -111,8 +111,8 @@ export function ec2_DefaultNetworkAclEgress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "ruleNo", - "The rule number. Used for ordering.", + 'ruleNo', + 'The rule number. Used for ordering.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclIngress.ts b/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclIngress.ts index c428d4db7..9c6bff704 100644 --- a/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclIngress.ts +++ b/src/app/Models/codegen/aws/types/ec2_DefaultNetworkAclIngress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_DefaultNetworkAclIngress { /* @@ -47,39 +47,39 @@ export function ec2_DefaultNetworkAclIngress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "toPort", - "The to port to match.\n\nThe following arguments are optional:", + 'toPort', + 'The to port to match.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "icmpType", - "The ICMP type to be used. Default 0.", + 'icmpType', + 'The ICMP type to be used. Default 0.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ruleNo", - "The rule number. Used for ordering.", + 'ruleNo', + 'The rule number. Used for ordering.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block to match. This must be a valid network mask.", + 'cidrBlock', + 'The CIDR block to match. This must be a valid network mask.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', "The protocol to match. If using the -1 'all' protocol, you must specify a from and to port of 0.", () => [], true, @@ -87,32 +87,32 @@ export function ec2_DefaultNetworkAclIngress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "fromPort", - "The from port to match.", + 'fromPort', + 'The from port to match.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block.\n\n> For more information on ICMP types and codes, see [Internet Control Message Protocol (ICMP) Parameters](https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml).", + 'ipv6CidrBlock', + 'The IPv6 CIDR block.\n\n> For more information on ICMP types and codes, see [Internet Control Message Protocol (ICMP) Parameters](https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "action", - "The action to take.", + 'action', + 'The action to take.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "icmpCode", - "The ICMP type code to be used. Default 0.", + 'icmpCode', + 'The ICMP type code to be used. Default 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_DefaultRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_DefaultRouteTableRoute.ts index 90264e573..7c39d120f 100644 --- a/src/app/Models/codegen/aws/types/ec2_DefaultRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_DefaultRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_DefaultRouteTableRoute { // Identifier of a VPC Endpoint. This route must be removed prior to VPC Endpoint deletion. @@ -56,55 +56,55 @@ export function ec2_DefaultRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block of the route.", + 'cidrBlock', + 'The CIDR block of the route.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "Identifier of a VPC internet gateway or a virtual private gateway.", + 'gatewayId', + 'Identifier of a VPC internet gateway or a virtual private gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "Identifier of an EC2 instance.", + 'instanceId', + 'Identifier of an EC2 instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of an EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of an EC2 Transit Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "coreNetworkArn", - "The Amazon Resource Name (ARN) of a core network.", + 'coreNetworkArn', + 'The Amazon Resource Name (ARN) of a core network.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "egressOnlyGatewayId", - "Identifier of a VPC Egress Only Internet Gateway.", + 'egressOnlyGatewayId', + 'Identifier of a VPC Egress Only Internet Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", + 'vpcPeeringConnectionId', 'Identifier of a VPC peering connection.\n\nNote that the default route, mapping the VPC\'s CIDR block to "local", is created implicitly and cannot be specified.', () => [], false, @@ -112,40 +112,40 @@ export function ec2_DefaultRouteTableRoute_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "Identifier of a VPC Endpoint. This route must be removed prior to VPC Endpoint deletion.", + 'vpcEndpointId', + 'Identifier of a VPC Endpoint. This route must be removed prior to VPC Endpoint deletion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "The ID of a managed prefix list destination of the route.\n\nOne of the following target arguments must be supplied:", + 'destinationPrefixListId', + 'The ID of a managed prefix list destination of the route.\n\nOne of the following target arguments must be supplied:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "Identifier of a VPC NAT gateway.", + 'natGatewayId', + 'Identifier of a VPC NAT gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The Ipv6 CIDR block of the route", + 'ipv6CidrBlock', + 'The Ipv6 CIDR block of the route', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "Identifier of an EC2 network interface.", + 'networkInterfaceId', + 'Identifier of an EC2 network interface.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupEgress.ts b/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupEgress.ts index 74c58c9a7..03a4028af 100644 --- a/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupEgress.ts +++ b/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupEgress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_DefaultSecurityGroupEgress { // List of prefix list IDs (for allowing access to VPC endpoints) @@ -39,55 +39,55 @@ export function ec2_DefaultSecurityGroupEgress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.", + 'securityGroups', + 'List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "List of CIDR blocks.", + 'cidrBlocks', + 'List of CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "self", - "Whether the security group itself will be added as a source to this egress rule.", + 'self', + 'Whether the security group itself will be added as a source to this egress rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "List of prefix list IDs (for allowing access to VPC endpoints)", + 'prefixListIds', + 'List of prefix list IDs (for allowing access to VPC endpoints)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "Start port (or ICMP type number if protocol is `icmp`)", + 'fromPort', + 'Start port (or ICMP type number if protocol is `icmp`)', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv6CidrBlocks", - "List of IPv6 CIDR blocks.", + 'ipv6CidrBlocks', + 'List of IPv6 CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', 'Protocol. If you select a protocol of "-1" (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to `0`. If not `icmp`, `tcp`, `udp`, or `-1` use the [protocol number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml).', () => [], true, @@ -95,16 +95,16 @@ export function ec2_DefaultSecurityGroupEgress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "toPort", - "End range port (or ICMP code if protocol is `icmp`).", + 'toPort', + 'End range port (or ICMP code if protocol is `icmp`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of this rule.", + 'description', + 'Description of this rule.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupIngress.ts b/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupIngress.ts index 1cbf5d3ab..41a026307 100644 --- a/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupIngress.ts +++ b/src/app/Models/codegen/aws/types/ec2_DefaultSecurityGroupIngress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_DefaultSecurityGroupIngress { // Description of the security group. @@ -39,15 +39,15 @@ export function ec2_DefaultSecurityGroupIngress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "toPort", - "End range port (or ICMP code if protocol is `icmp`).", + 'toPort', + 'End range port (or ICMP code if protocol is `icmp`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', 'Protocol. If you select a protocol of "-1" (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to `0`. If not `icmp`, `tcp`, `udp`, or `-1` use the [protocol number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml).', () => [], true, @@ -55,56 +55,56 @@ export function ec2_DefaultSecurityGroupIngress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "self", - "Whether the security group itself will be added as a source to this egress rule.", + 'self', + 'Whether the security group itself will be added as a source to this egress rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "List of CIDR blocks.", + 'cidrBlocks', + 'List of CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "Start port (or ICMP type number if protocol is `icmp`)", + 'fromPort', + 'Start port (or ICMP type number if protocol is `icmp`)', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.", + 'securityGroups', + 'List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the security group.", + 'description', + 'Description of the security group.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv6CidrBlocks", - "List of IPv6 CIDR blocks.", + 'ipv6CidrBlocks', + 'List of IPv6 CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "List of prefix list IDs (for allowing access to VPC endpoints)", + 'prefixListIds', + 'List of prefix list IDs (for allowing access to VPC endpoints)', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_EipDomainNameTimeouts.ts b/src/app/Models/codegen/aws/types/ec2_EipDomainNameTimeouts.ts index 301d888e9..189c54aa3 100644 --- a/src/app/Models/codegen/aws/types/ec2_EipDomainNameTimeouts.ts +++ b/src/app/Models/codegen/aws/types/ec2_EipDomainNameTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_EipDomainNameTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function ec2_EipDomainNameTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function ec2_EipDomainNameTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function ec2_EipDomainNameTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetFleetInstanceSet.ts b/src/app/Models/codegen/aws/types/ec2_FleetFleetInstanceSet.ts index 94f45e292..bef9e20cf 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetFleetInstanceSet.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetFleetInstanceSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetFleetInstanceSet { // Indicates if the instance that was launched is a Spot Instance or On-Demand Instance. @@ -24,32 +24,32 @@ export function ec2_FleetFleetInstanceSet_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lifecycle", - "Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.", + 'lifecycle', + 'Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platform", - "The value is `Windows` for Windows instances. Otherwise, the value is blank.", + 'platform', + 'The value is `Windows` for Windows instances. Otherwise, the value is blank.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instanceIds", - "The IDs of the instances.", + 'instanceIds', + 'The IDs of the instances.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type.", + 'instanceType', + 'The instance type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfig.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfig.ts index 6aee11de6..80326483f 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfig.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification, ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification"; +} from './ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification'; import { ec2_FleetLaunchTemplateConfigOverride, ec2_FleetLaunchTemplateConfigOverride_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverride"; +} from './ec2_FleetLaunchTemplateConfigOverride'; export interface ec2_FleetLaunchTemplateConfig { // Nested argument containing EC2 Launch Template to use. Defined below. @@ -26,16 +26,16 @@ export function ec2_FleetLaunchTemplateConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "overrides", - "Nested argument(s) containing parameters to override the same parameters in the Launch Template. Defined below.", + 'overrides', + 'Nested argument(s) containing parameters to override the same parameters in the Launch Template. Defined below.', () => ec2_FleetLaunchTemplateConfigOverride_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "launchTemplateSpecification", - "Nested argument containing EC2 Launch Template to use. Defined below.", + 'launchTemplateSpecification', + 'Nested argument containing EC2 Launch Template to use. Defined below.', () => ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification.ts index a8e25a4b1..a2a74eb49 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification { // The launch template version number, `$Latest`, or `$Default.` @@ -21,24 +21,24 @@ export function ec2_FleetLaunchTemplateConfigLaunchTemplateSpecification_GetType return [ new DynamicUIProps( InputType.String, - "version", - "The launch template version number, `$Latest`, or `$Default.`", + 'version', + 'The launch template version number, `$Latest`, or `$Default.`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateId", - "The ID of the launch template.", + 'launchTemplateId', + 'The ID of the launch template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateName", - "The name of the launch template.", + 'launchTemplateName', + 'The name of the launch template.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverride.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverride.ts index 225078a05..60268160c 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverride.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverride.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements'; export interface ec2_FleetLaunchTemplateConfigOverride { // Override the instance type in the Launch Template with instance types that satisfy the requirements. @@ -37,16 +37,16 @@ export function ec2_FleetLaunchTemplateConfigOverride_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "Availability Zone in which to launch the instances.", + 'availabilityZone', + 'Availability Zone in which to launch the instances.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "instanceRequirements", - "Override the instance type in the Launch Template with instance types that satisfy the requirements.", + 'instanceRequirements', + 'Override the instance type in the Launch Template with instance types that satisfy the requirements.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTypes(), false, @@ -54,40 +54,40 @@ export function ec2_FleetLaunchTemplateConfigOverride_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type.", + 'instanceType', + 'Instance type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxPrice", - "Maximum price per unit hour that you are willing to pay for a Spot Instance.", + 'maxPrice', + 'Maximum price per unit hour that you are willing to pay for a Spot Instance.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority for the launch template override. If `on_demand_options` `allocation_strategy` is set to `prioritized`, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. Valid values are whole numbers starting at 0.", + 'priority', + 'Priority for the launch template override. If `on_demand_options` `allocation_strategy` is set to `prioritized`, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. Valid values are whole numbers starting at 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "ID of the subnet in which to launch the instances.", + 'subnetId', + 'ID of the subnet in which to launch the instances.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "weightedCapacity", - "Number of units provided by the specified instance type.", + 'weightedCapacity', + 'Number of units provided by the specified instance type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements.ts index 67d9c77ff..025fcdfe7 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount'; import { ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps, ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes, -} from "./ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps"; +} from './ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements { // Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`. @@ -139,16 +139,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp return [ new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "List of accelerator manufacturer names. Default is any manufacturer.", + 'acceleratorManufacturers', + 'List of accelerator manufacturer names. Default is any manufacturer.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "acceleratorTotalMemoryMib", - "Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.", + 'acceleratorTotalMemoryMib', + 'Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes(), false, @@ -156,8 +156,8 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Object, - "memoryMib", - "The minimum and maximum amount of memory per vCPU, in GiB. Default is no minimum or maximum limits.", + 'memoryMib', + 'The minimum and maximum amount of memory per vCPU, in GiB. Default is no minimum or maximum limits.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib_GetTypes(), true, @@ -165,32 +165,32 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "The accelerator types that must be on the instance type. Default is any accelerator type.", + 'acceleratorTypes', + 'The accelerator types that must be on the instance type. Default is any accelerator type.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorNames", - "List of accelerator names. Default is any acclerator.", + 'acceleratorNames', + 'List of accelerator names. Default is any acclerator.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'spotMaxPricePercentageOverLowestPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "acceleratorCount", - "Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum limits.", + 'acceleratorCount', + 'Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum limits.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount_GetTypes(), false, @@ -198,8 +198,8 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Object, - "baselineEbsBandwidthMbps", - "Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.", + 'baselineEbsBandwidthMbps', + 'Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes(), false, @@ -207,8 +207,8 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Object, - "networkBandwidthGbps", - "The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is No minimum or maximum.", + 'networkBandwidthGbps', + 'The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is No minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes(), false, @@ -216,24 +216,24 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.", + 'requireHibernateSupport', + 'Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bareMetal", - "Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'bareMetal', + 'Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "networkInterfaceCount", - "Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.", + 'networkInterfaceCount', + 'Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes(), false, @@ -241,15 +241,15 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "Indicates whether burstable performance T instance types are `included`, `excluded`, or `required`. Default is `excluded`.", + 'burstablePerformance', + 'Indicates whether burstable performance T instance types are `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", + 'excludedInstanceTypes', "The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\\*). The following are examples: `c5*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.\n\nIf you specify `AllowedInstanceTypes`, you can't specify `ExcludedInstanceTypes`.", () => InputType_String_GetTypes(), false, @@ -257,16 +257,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "List of local storage type names. Valid values are `hdd` and `ssd`. Default any storage type.", + 'localStorageTypes', + 'List of local storage type names. Valid values are `hdd` and `ssd`. Default any storage type.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "totalLocalStorageGb", - "Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.", + 'totalLocalStorageGb', + 'Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes(), false, @@ -274,8 +274,8 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Object, - "vcpuCount", - "Block describing the minimum and maximum number of vCPUs. Default is no maximum.", + 'vcpuCount', + 'Block describing the minimum and maximum number of vCPUs. Default is no maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount_GetTypes(), true, @@ -283,15 +283,15 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set `target_capacity_unit_type` to `vcpu` or `memory-mib`, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.", + 'onDemandMaxPricePercentageOverLowestPrice', + 'The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set `target_capacity_unit_type` to `vcpu` or `memory-mib`, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", + 'cpuManufacturers', "The CPU manufacturers to include. Default is any manufacturer.\n> **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.", () => InputType_String_GetTypes(), false, @@ -299,15 +299,15 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.String, - "localStorage", - "Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.", + 'localStorage', + 'Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", + 'allowedInstanceTypes', "The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards,represented by an asterisk (\\*). The following are examples: `c5*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. Default is any instance type.\n\nIf you specify `AllowedInstanceTypes`, you can't specify `ExcludedInstanceTypes`.", () => InputType_String_GetTypes(), false, @@ -315,24 +315,24 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirements_GetTyp ), new DynamicUIProps( InputType.Array, - "instanceGenerations", - "Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Valid values are `current` and `previous`. Default is `current` and `previous` generation instance types.", + 'instanceGenerations', + 'Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Valid values are `current` and `previous`. Default is `current` and `previous` generation instance types.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxSpotPriceAsPercentageOfOptimalOnDemandPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`", + 'maxSpotPriceAsPercentageOfOptimalOnDemandPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "memoryGibPerVcpu", - "Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.", + 'memoryGibPerVcpu', + 'Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.', () => ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts index 6001e9c3c..77feebc47 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount { // Maximum. Set to `0` to exclude instance types with accelerators. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceler return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. Set to `0` to exclude instance types with accelerators.", + 'max', + 'Maximum. Set to `0` to exclude instance types with accelerators.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts index ce394ff0c..18be1b61b 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib { // The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceler return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.", + 'min', + 'The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts index 5eb0526dc..d77640171 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps { // The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselin return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter..", + 'max', + 'The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter..', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter..", + 'min', + 'The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter..', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts index c1ce6060b..0ceebbbd0 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu { // The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryG return [ new DynamicUIProps( InputType.Number, - "min", - "The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.", + 'min', + 'The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "max", - "The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts index 23bdc34fd..fc772526a 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib { // The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryM return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum amount of memory, in MiB. To specify no minimum limit, specify `0`.", + 'min', + 'The minimum amount of memory, in MiB. To specify no minimum limit, specify `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts index 7b3ef891d..90f761020 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps { // The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetwork return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.", + 'min', + 'The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts index d8c57ecd7..efb66adce 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount { // The maximum number of network interfaces. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsNetwork return [ new DynamicUIProps( InputType.Number, - "min", - "The minimum number of network interfaces. To specify no minimum limit, omit this parameter.", + 'min', + 'The minimum number of network interfaces. To specify no minimum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "max", - "The maximum number of network interfaces. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum number of network interfaces. To specify no maximum limit, omit this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts index 3a6225082..4bba3b77a 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb { // The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLo return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.", + 'min', + 'The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts index 9a8f415f1..1ccb9d286 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount { // The maximum number of vCPUs. To specify no maximum limit, omit this parameter. @@ -18,16 +18,16 @@ export function ec2_FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCou return [ new DynamicUIProps( InputType.Number, - "max", - "The maximum number of vCPUs. To specify no maximum limit, omit this parameter.", + 'max', + 'The maximum number of vCPUs. To specify no maximum limit, omit this parameter.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "The minimum number of vCPUs. To specify no minimum limit, specify `0`.", + 'min', + 'The minimum number of vCPUs. To specify no minimum limit, specify `0`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptions.ts b/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptions.ts index 56a83f5e3..e51605baf 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetOnDemandOptionsCapacityReservationOptions, ec2_FleetOnDemandOptionsCapacityReservationOptions_GetTypes, -} from "./ec2_FleetOnDemandOptionsCapacityReservationOptions"; +} from './ec2_FleetOnDemandOptionsCapacityReservationOptions'; export interface ec2_FleetOnDemandOptions { // The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type `instant`. @@ -37,15 +37,15 @@ export function ec2_FleetOnDemandOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "capacityReservationOptions", - "The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type `instant`.", + 'capacityReservationOptions', + 'The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type `instant`.', () => ec2_FleetOnDemandOptionsCapacityReservationOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "maxTotalPrice", + 'maxTotalPrice', "The maximum amount per hour for On-Demand Instances that you're willing to pay.", () => [], false, @@ -53,32 +53,32 @@ export function ec2_FleetOnDemandOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "minTargetCapacity", - "The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances. Supported only for fleets of type `instant`.\nIf you specify `min_target_capacity`, at least one of the following must be specified: `single_availability_zone` or `single_instance_type`.", + 'minTargetCapacity', + 'The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances. Supported only for fleets of type `instant`.\nIf you specify `min_target_capacity`, at least one of the following must be specified: `single_availability_zone` or `single_instance_type`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "singleAvailabilityZone", - "Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type `instant`.", + 'singleAvailabilityZone', + 'Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type `instant`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "singleInstanceType", - "Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type `instant`.", + 'singleInstanceType', + 'Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type `instant`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "allocationStrategy", - "The order of the launch template overrides to use in fulfilling On-Demand capacity. Valid values: `lowestPrice`, `prioritized`. Default: `lowestPrice`.", + 'allocationStrategy', + 'The order of the launch template overrides to use in fulfilling On-Demand capacity. Valid values: `lowestPrice`, `prioritized`. Default: `lowestPrice`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptionsCapacityReservationOptions.ts b/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptionsCapacityReservationOptions.ts index c513aa675..1568a5474 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptionsCapacityReservationOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetOnDemandOptionsCapacityReservationOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetOnDemandOptionsCapacityReservationOptions { // Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. Valid values: `use-capacity-reservations-first`. @@ -15,8 +15,8 @@ export function ec2_FleetOnDemandOptionsCapacityReservationOptions_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "usageStrategy", - "Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. Valid values: `use-capacity-reservations-first`.", + 'usageStrategy', + 'Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. Valid values: `use-capacity-reservations-first`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptions.ts b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptions.ts index 3efc70c74..d7b016b59 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetSpotOptionsMaintenanceStrategies, ec2_FleetSpotOptionsMaintenanceStrategies_GetTypes, -} from "./ec2_FleetSpotOptionsMaintenanceStrategies"; +} from './ec2_FleetSpotOptionsMaintenanceStrategies'; export interface ec2_FleetSpotOptions { // How to allocate the target capacity across the Spot pools. Valid values: `diversified`, `lowestPrice`, `capacity-optimized`, `capacity-optimized-prioritized` and `price-capacity-optimized`. Default: `lowestPrice`. @@ -28,32 +28,32 @@ export function ec2_FleetSpotOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "How to allocate the target capacity across the Spot pools. Valid values: `diversified`, `lowestPrice`, `capacity-optimized`, `capacity-optimized-prioritized` and `price-capacity-optimized`. Default: `lowestPrice`.", + 'allocationStrategy', + 'How to allocate the target capacity across the Spot pools. Valid values: `diversified`, `lowestPrice`, `capacity-optimized`, `capacity-optimized-prioritized` and `price-capacity-optimized`. Default: `lowestPrice`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehavior", - "Behavior when a Spot Instance is interrupted. Valid values: `hibernate`, `stop`, `terminate`. Default: `terminate`.", + 'instanceInterruptionBehavior', + 'Behavior when a Spot Instance is interrupted. Valid values: `hibernate`, `stop`, `terminate`. Default: `terminate`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "instancePoolsToUseCount", - "Number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot `allocation_strategy` is set to `lowestPrice`. Default: `1`.", + 'instancePoolsToUseCount', + 'Number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot `allocation_strategy` is set to `lowestPrice`. Default: `1`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "maintenanceStrategies", - "Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.", + 'maintenanceStrategies', + 'Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.', () => ec2_FleetSpotOptionsMaintenanceStrategies_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategies.ts b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategies.ts index 581cf3712..e062aa5ad 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategies.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance, ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance_GetTypes, -} from "./ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance"; +} from './ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance'; export interface ec2_FleetSpotOptionsMaintenanceStrategies { // Nested argument containing the capacity rebalance for your fleet request. Defined below. @@ -19,8 +19,8 @@ export function ec2_FleetSpotOptionsMaintenanceStrategies_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "capacityRebalance", - "Nested argument containing the capacity rebalance for your fleet request. Defined below.", + 'capacityRebalance', + 'Nested argument containing the capacity rebalance for your fleet request. Defined below.', () => ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance.ts b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance.ts index 890daf6e8..8cdc70135 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance { // The replacement strategy to use. Only available for fleets of `type` set to `maintain`. Valid values: `launch`. @@ -18,16 +18,16 @@ export function ec2_FleetSpotOptionsMaintenanceStrategiesCapacityRebalance_GetTy return [ new DynamicUIProps( InputType.String, - "replacementStrategy", - "The replacement strategy to use. Only available for fleets of `type` set to `maintain`. Valid values: `launch`.", + 'replacementStrategy', + 'The replacement strategy to use. Only available for fleets of `type` set to `maintain`. Valid values: `launch`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "terminationDelay", - "", + 'terminationDelay', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_FleetTargetCapacitySpecification.ts b/src/app/Models/codegen/aws/types/ec2_FleetTargetCapacitySpecification.ts index b7cbf3cde..df82ad0a0 100644 --- a/src/app/Models/codegen/aws/types/ec2_FleetTargetCapacitySpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_FleetTargetCapacitySpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FleetTargetCapacitySpecification { // The number of units to request, filled using `default_target_capacity_type`. @@ -30,40 +30,40 @@ export function ec2_FleetTargetCapacitySpecification_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "spotTargetCapacity", - "The number of Spot units to request.", + 'spotTargetCapacity', + 'The number of Spot units to request.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetCapacityUnitType", - "The unit for the target capacity.\nIf you specify `target_capacity_unit_type`, `instance_requirements` must be specified.", + 'targetCapacityUnitType', + 'The unit for the target capacity.\nIf you specify `target_capacity_unit_type`, `instance_requirements` must be specified.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "totalTargetCapacity", - "The number of units to request, filled using `default_target_capacity_type`.", + 'totalTargetCapacity', + 'The number of units to request, filled using `default_target_capacity_type`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultTargetCapacityType", - "Default target capacity type. Valid values: `on-demand`, `spot`.", + 'defaultTargetCapacityType', + 'Default target capacity type. Valid values: `on-demand`, `spot`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "onDemandTargetCapacity", - "The number of On-Demand units to request.", + 'onDemandTargetCapacity', + 'The number of On-Demand units to request.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_FlowLogDestinationOptions.ts b/src/app/Models/codegen/aws/types/ec2_FlowLogDestinationOptions.ts index 830626308..b3de71605 100644 --- a/src/app/Models/codegen/aws/types/ec2_FlowLogDestinationOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_FlowLogDestinationOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_FlowLogDestinationOptions { // Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: `false`. @@ -21,24 +21,24 @@ export function ec2_FlowLogDestinationOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fileFormat", - "The format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.", + 'fileFormat', + 'The format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "hiveCompatiblePartitions", - "Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: `false`.", + 'hiveCompatiblePartitions', + 'Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "perHourPartition", - "Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: `false`.", + 'perHourPartition', + 'Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: `false`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecification.ts b/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecification.ts index 333e94bca..9bccc393d 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget, ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget_GetTypes, -} from "./ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget"; +} from './ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget'; export interface ec2_InstanceCapacityReservationSpecification { // Indicates the instance's Capacity Reservation preferences. Can be `"open"` or `"none"`. (Default: `"open"`). @@ -26,7 +26,7 @@ export function ec2_InstanceCapacityReservationSpecification_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "capacityReservationPreference", + 'capacityReservationPreference', 'Indicates the instance\'s Capacity Reservation preferences. Can be `"open"` or `"none"`. (Default: `"open"`).', () => [], false, @@ -34,8 +34,8 @@ export function ec2_InstanceCapacityReservationSpecification_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "capacityReservationTarget", - "Information about the target Capacity Reservation. See Capacity Reservation Target below for more details.\n\nFor more information, see the documentation on [Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-using.html).", + 'capacityReservationTarget', + 'Information about the target Capacity Reservation. See Capacity Reservation Target below for more details.\n\nFor more information, see the documentation on [Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-using.html).', () => ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget.ts b/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget.ts index 5606577dc..5af5d66ac 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceCapacityReservationSpecificationCapacityReservationTarget { // ARN of the Capacity Reservation resource group in which to run the instance. @@ -18,16 +18,16 @@ export function ec2_InstanceCapacityReservationSpecificationCapacityReservationT return [ new DynamicUIProps( InputType.String, - "capacityReservationResourceGroupArn", - "ARN of the Capacity Reservation resource group in which to run the instance.", + 'capacityReservationResourceGroupArn', + 'ARN of the Capacity Reservation resource group in which to run the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityReservationId", - "ID of the Capacity Reservation in which to run the instance.", + 'capacityReservationId', + 'ID of the Capacity Reservation in which to run the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceCpuOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceCpuOptions.ts index 084b40e21..2e9fbff8d 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceCpuOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceCpuOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceCpuOptions { // Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API. @@ -25,24 +25,24 @@ export function ec2_InstanceCpuOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amdSevSnp", - "Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.", + 'amdSevSnp', + 'Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "coreCount", - "Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.", + 'coreCount', + 'Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "threadsPerCore", - "If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.\n\nFor more information, see the documentation on [Optimizing CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html).", + 'threadsPerCore', + 'If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.\n\nFor more information, see the documentation on [Optimizing CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceCreditSpecification.ts b/src/app/Models/codegen/aws/types/ec2_InstanceCreditSpecification.ts index e6f322f93..a7969f1fb 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceCreditSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceCreditSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceCreditSpecification { // Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default. @@ -15,8 +15,8 @@ export function ec2_InstanceCreditSpecification_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cpuCredits", - "Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default.", + 'cpuCredits', + 'Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_InstanceEbsBlockDevice.ts index fdcf6b4b9..59ce22cc3 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceEbsBlockDevice { // Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume. Defaults to `false`. Cannot be used with `snapshot_id`. Must be configured to perform drift detection. @@ -52,96 +52,96 @@ export function ec2_InstanceEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume in gibibytes (GiB).", + 'volumeSize', + 'Size of the volume in gibibytes (GiB).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to `gp2`.\n\n> **NOTE:** Currently, changes to the `ebs_block_device` configuration of _existing_ resources cannot be automatically detected by this provider. To manage changes and attachments of an EBS block to an instance, use the `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources instead. If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, treating additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources for a given instance.", + 'volumeType', + 'Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to `gp2`.\n\n> **NOTE:** Currently, changes to the `ebs_block_device` configuration of _existing_ resources cannot be automatically detected by this provider. To manage changes and attachments of an EBS block to an instance, use the `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources instead. If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, treating additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources for a given instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume. Defaults to `false`. Cannot be used with `snapshot_id`. Must be configured to perform drift detection.", + 'encrypted', + 'Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume. Defaults to `false`. Cannot be used with `snapshot_id`. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tagsAll", - "Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.", + 'tagsAll', + 'Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "volumeId", - "ID of the volume. For example, the ID can be accessed like this, `aws_instance.web.root_block_device.0.volume_id`.", + 'volumeId', + 'ID of the volume. For example, the ID can be accessed like this, `aws_instance.web.root_block_device.0.volume_id`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the volume should be destroyed on instance termination. Defaults to `true`.", + 'deleteOnTermination', + 'Whether the volume should be destroyed on instance termination. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device to mount.", + 'deviceName', + 'Name of the device to mount.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Snapshot ID to mount.", + 'snapshotId', + 'Snapshot ID to mount.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the device.", + 'tags', + 'Map of tags to assign to the device.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.", + 'iops', + 'Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceEnclaveOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceEnclaveOptions.ts index e99c2d686..90ffa4297 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceEnclaveOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceEnclaveOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceEnclaveOptions { /* @@ -19,8 +19,8 @@ export function ec2_InstanceEnclaveOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether Nitro Enclaves will be enabled on the instance. Defaults to `false`.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).", + 'enabled', + 'Whether Nitro Enclaves will be enabled on the instance. Defaults to `false`.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_InstanceEphemeralBlockDevice.ts index 0fd2857c7..3d463ff18 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceEphemeralBlockDevice { // Name of the block device to mount on the instance. @@ -25,15 +25,15 @@ export function ec2_InstanceEphemeralBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the block device to mount on the instance.", + 'deviceName', + 'Name of the block device to mount on the instance.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "noDevice", + 'noDevice', "Suppresses the specified device included in the AMI's block device mapping.", () => [], false, @@ -41,8 +41,8 @@ export function ec2_InstanceEphemeralBlockDevice_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "virtualName", - "[Instance Store Device Name](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames) (e.g., `ephemeral0`).\n\nEach AWS Instance type has a different set of Instance Store block devices available for attachment. AWS [publishes a list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#StorageOnInstanceTypes) of which ephemeral devices are available on each type. The devices are always identified by the `virtual_name` in the format `ephemeral{0..N}`.", + 'virtualName', + '[Instance Store Device Name](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames) (e.g., `ephemeral0`).\n\nEach AWS Instance type has a different set of Instance Store block devices available for attachment. AWS [publishes a list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#StorageOnInstanceTypes) of which ephemeral devices are available on each type. The devices are always identified by the `virtual_name` in the format `ephemeral{0..N}`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptions.ts index bf7be6c5c..b44df20db 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_InstanceInstanceMarketOptionsSpotOptions, ec2_InstanceInstanceMarketOptionsSpotOptions_GetTypes, -} from "./ec2_InstanceInstanceMarketOptionsSpotOptions"; +} from './ec2_InstanceInstanceMarketOptionsSpotOptions'; export interface ec2_InstanceInstanceMarketOptions { // Type of market for the instance. Valid values are `spot` and `capacity-block`. Defaults to `spot`. Required if `spot_options` is specified. @@ -22,16 +22,16 @@ export function ec2_InstanceInstanceMarketOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "marketType", - "Type of market for the instance. Valid values are `spot` and `capacity-block`. Defaults to `spot`. Required if `spot_options` is specified.", + 'marketType', + 'Type of market for the instance. Valid values are `spot` and `capacity-block`. Defaults to `spot`. Required if `spot_options` is specified.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spotOptions", - "Block to configure the options for Spot Instances. See Spot Options below for details on attributes.", + 'spotOptions', + 'Block to configure the options for Spot Instances. See Spot Options below for details on attributes.', () => ec2_InstanceInstanceMarketOptionsSpotOptions_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptionsSpotOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptionsSpotOptions.ts index 765283439..fea4c20fc 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptionsSpotOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceInstanceMarketOptionsSpotOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceInstanceMarketOptionsSpotOptions { // The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests. @@ -24,23 +24,23 @@ export function ec2_InstanceInstanceMarketOptionsSpotOptions_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "validUntil", - "The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.", + 'validUntil', + 'The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehavior", - "The behavior when a Spot Instance is interrupted. Valid values include `hibernate`, `stop`, `terminate` . The default is `terminate`.", + 'instanceInterruptionBehavior', + 'The behavior when a Spot Instance is interrupted. Valid values include `hibernate`, `stop`, `terminate` . The default is `terminate`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxPrice", + 'maxPrice', "The maximum hourly price that you're willing to pay for a Spot Instance.", () => [], false, @@ -48,8 +48,8 @@ export function ec2_InstanceInstanceMarketOptionsSpotOptions_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "spotInstanceType", - "The Spot Instance request type. Valid values include `one-time`, `persistent`. Persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop. The default is `one-time`.", + 'spotInstanceType', + 'The Spot Instance request type. Valid values include `one-time`, `persistent`. Persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop. The default is `one-time`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceLaunchTemplate.ts b/src/app/Models/codegen/aws/types/ec2_InstanceLaunchTemplate.ts index a51d513f1..c457a97d5 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceLaunchTemplate { // ID of the launch template. Conflicts with `name`. @@ -21,24 +21,24 @@ export function ec2_InstanceLaunchTemplate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the launch template. Conflicts with `id`.", + 'name', + 'Name of the launch template. Conflicts with `id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "Template version. Can be a specific version number, `$Latest` or `$Default`. The default value is `$Default`.", + 'version', + 'Template version. Can be a specific version number, `$Latest` or `$Default`. The default value is `$Default`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the launch template. Conflicts with `name`.", + 'id', + 'ID of the launch template. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceMaintenanceOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceMaintenanceOptions.ts index 0743e1e9e..f1697fa50 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceMaintenanceOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceMaintenanceOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceMaintenanceOptions { // Automatic recovery behavior of the Instance. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details. @@ -15,7 +15,7 @@ export function ec2_InstanceMaintenanceOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "autoRecovery", + 'autoRecovery', 'Automatic recovery behavior of the Instance. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceMetadataOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstanceMetadataOptions.ts index 58b4561e4..be4fa0571 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceMetadataOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceMetadataOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceMetadataOptions { // Whether the metadata service is available. Valid values include `enabled` or `disabled`. Defaults to `enabled`. @@ -31,40 +31,40 @@ export function ec2_InstanceMetadataOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "httpTokens", - "Whether or not the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Valid values include `optional` or `required`.", + 'httpTokens', + 'Whether or not the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Valid values include `optional` or `required`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceMetadataTags", - "Enables or disables access to instance tags from the instance metadata service. Valid values include `enabled` or `disabled`. Defaults to `disabled`.\n\nFor more information, see the documentation on the [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).", + 'instanceMetadataTags', + 'Enables or disables access to instance tags from the instance metadata service. Valid values include `enabled` or `disabled`. Defaults to `disabled`.\n\nFor more information, see the documentation on the [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpEndpoint", - "Whether the metadata service is available. Valid values include `enabled` or `disabled`. Defaults to `enabled`.", + 'httpEndpoint', + 'Whether the metadata service is available. Valid values include `enabled` or `disabled`. Defaults to `enabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpProtocolIpv6", - "Whether the IPv6 endpoint for the instance metadata service is enabled. Defaults to `disabled`.", + 'httpProtocolIpv6', + 'Whether the IPv6 endpoint for the instance metadata service is enabled. Defaults to `disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "Desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Valid values are integer from `1` to `64`. Defaults to `1`.", + 'httpPutResponseHopLimit', + 'Desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Valid values are integer from `1` to `64`. Defaults to `1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_InstanceNetworkInterface.ts index 11feb8e1e..01aa069a6 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceNetworkInterface { // Integer index of the network interface attachment. Limited by instance type. @@ -24,32 +24,32 @@ export function ec2_InstanceNetworkInterface_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "deviceIndex", - "Integer index of the network interface attachment. Limited by instance type.", + 'deviceIndex', + 'Integer index of the network interface attachment. Limited by instance type.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "networkCardIndex", - "Integer index of the network card. Limited by instance type. The default index is `0`.", + 'networkCardIndex', + 'Integer index of the network card. Limited by instance type. The default index is `0`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "ID of the network interface to attach.", + 'networkInterfaceId', + 'ID of the network interface to attach.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether or not to delete the network interface on instance termination. Defaults to `false`. Currently, the only valid value is `false`, as this is only supported when creating new network interfaces when launching an instance.", + 'deleteOnTermination', + 'Whether or not to delete the network interface on instance termination. Defaults to `false`. Currently, the only valid value is `false`, as this is only supported when creating new network interfaces when launching an instance.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstancePlatform.ts b/src/app/Models/codegen/aws/types/ec2_InstancePlatform.ts index bf7c79215..d599d97b4 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstancePlatform.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstancePlatform.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstancePlatform {} diff --git a/src/app/Models/codegen/aws/types/ec2_InstancePrivateDnsNameOptions.ts b/src/app/Models/codegen/aws/types/ec2_InstancePrivateDnsNameOptions.ts index 585833865..16d6d3b39 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstancePrivateDnsNameOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstancePrivateDnsNameOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstancePrivateDnsNameOptions { // Indicates whether to respond to DNS queries for instance hostnames with DNS A records. @@ -21,24 +21,24 @@ export function ec2_InstancePrivateDnsNameOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "hostnameType", - "Type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.", + 'hostnameType', + 'Type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS A records.", + 'enableResourceNameDnsARecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS A records.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.", + 'enableResourceNameDnsAaaaRecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_InstanceRootBlockDevice.ts index 6ccb79a96..c5ad96191 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceRootBlockDevice { // Whether the volume should be destroyed on instance termination. Defaults to `true`. @@ -49,88 +49,88 @@ export function ec2_InstanceRootBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "tagsAll", - "Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.", + 'tagsAll', + 'Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume in gibibytes (GiB).", + 'volumeSize', + 'Size of the volume in gibibytes (GiB).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to the volume type that the AMI uses.\n\nModifying the `encrypted` or `kms_key_id` settings of the `root_block_device` requires resource replacement.", + 'volumeType', + 'Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to the volume type that the AMI uses.\n\nModifying the `encrypted` or `kms_key_id` settings of the `root_block_device` requires resource replacement.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.", + 'iops', + 'Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeId", - "ID of the volume. For example, the ID can be accessed like this, `aws_instance.web.root_block_device.0.volume_id`.", + 'volumeId', + 'ID of the volume. For example, the ID can be accessed like this, `aws_instance.web.root_block_device.0.volume_id`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the volume should be destroyed on instance termination. Defaults to `true`.", + 'deleteOnTermination', + 'Whether the volume should be destroyed on instance termination. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the device.", + 'tags', + 'Map of tags to assign to the device.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Device name, e.g., `/dev/sdh` or `xvdh`.", + 'deviceName', + 'Device name, e.g., `/dev/sdh` or `xvdh`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether to enable volume encryption. Defaults to `false`. Must be configured to perform drift detection.", + 'encrypted', + 'Whether to enable volume encryption. Defaults to `false`. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_InstanceType.ts b/src/app/Models/codegen/aws/types/ec2_InstanceType.ts index c2b70ac97..2aa87af8e 100644 --- a/src/app/Models/codegen/aws/types/ec2_InstanceType.ts +++ b/src/app/Models/codegen/aws/types/ec2_InstanceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_InstanceType {} diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEbsBlockDevice.ts index f7e1c1f6b..e13669a89 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchConfigurationEbsBlockDevice { // @@ -39,51 +39,51 @@ export function ec2_LaunchConfigurationEbsBlockDevice_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, true, ), - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), new DynamicUIProps( InputType.String, - "snapshotId", - "", + 'snapshotId', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, true), - new DynamicUIProps(InputType.Bool, "noDevice", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, true), + new DynamicUIProps(InputType.Bool, 'noDevice', '', () => [], false, true), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "", + 'throughput', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEphemeralBlockDevice.ts index 1873fe517..bbb169e7f 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchConfigurationEphemeralBlockDevice { // @@ -21,20 +21,20 @@ export function ec2_LaunchConfigurationEphemeralBlockDevice_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "virtualName", - "", + 'virtualName', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, true, ), - new DynamicUIProps(InputType.Bool, "noDevice", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'noDevice', '', () => [], false, true), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationMetadataOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationMetadataOptions.ts index 939d66d07..4e5b36cb7 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationMetadataOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationMetadataOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchConfigurationMetadataOptions { // The desired HTTP PUT response hop limit for instance metadata requests. @@ -21,24 +21,24 @@ export function ec2_LaunchConfigurationMetadataOptions_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "The desired HTTP PUT response hop limit for instance metadata requests.", + 'httpPutResponseHopLimit', + 'The desired HTTP PUT response hop limit for instance metadata requests.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "httpTokens", - "If session tokens are required: `optional`, `required`.", + 'httpTokens', + 'If session tokens are required: `optional`, `required`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "httpEndpoint", - "The state of the metadata service: `enabled`, `disabled`.", + 'httpEndpoint', + 'The state of the metadata service: `enabled`, `disabled`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationRootBlockDevice.ts index 2ba699c29..8c7879c28 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchConfigurationRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchConfigurationRootBlockDevice { // @@ -30,34 +30,34 @@ export function ec2_LaunchConfigurationRootBlockDevice_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, true), - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), new DynamicUIProps( InputType.Number, - "throughput", - "", + 'throughput', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMapping.ts index 723b25552..839371770 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchTemplateBlockDeviceMappingEbs, ec2_LaunchTemplateBlockDeviceMappingEbs_GetTypes, -} from "./ec2_LaunchTemplateBlockDeviceMappingEbs"; +} from './ec2_LaunchTemplateBlockDeviceMappingEbs'; export interface ec2_LaunchTemplateBlockDeviceMapping { // The name of the device to mount. @@ -32,23 +32,23 @@ export function ec2_LaunchTemplateBlockDeviceMapping_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "deviceName", - "The name of the device to mount.", + 'deviceName', + 'The name of the device to mount.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "ebs", - "Configure EBS volume properties.", + 'ebs', + 'Configure EBS volume properties.', () => ec2_LaunchTemplateBlockDeviceMappingEbs_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "noDevice", + 'noDevice', "Suppresses the specified device included in the AMI's block device mapping.", () => [], false, @@ -56,7 +56,7 @@ export function ec2_LaunchTemplateBlockDeviceMapping_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.String, - "virtualName", + 'virtualName', 'The [Instance Store Device\nName](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames)\n(e.g., `"ephemeral0"`).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMappingEbs.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMappingEbs.ts index 89a91bce9..1d7f660f3 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMappingEbs.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateBlockDeviceMappingEbs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateBlockDeviceMappingEbs { /* @@ -51,39 +51,39 @@ export function ec2_LaunchTemplateBlockDeviceMappingEbs_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "volumeSize", - "The size of the volume in gigabytes.", + 'volumeSize', + 'The size of the volume in gigabytes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "The volume type.\nCan be one of `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1`.", + 'volumeType', + 'The volume type.\nCan be one of `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deleteOnTermination", - "Whether the volume should be destroyed on instance termination.\nSee [Preserving Amazon EBS Volumes on Instance Termination](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/preserving-volumes-on-termination.html) for more information.", + 'deleteOnTermination', + 'Whether the volume should be destroyed on instance termination.\nSee [Preserving Amazon EBS Volumes on Instance Termination](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/preserving-volumes-on-termination.html) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encrypted", - "Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume.\nCannot be used with `snapshot_id`.", + 'encrypted', + 'Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume.\nCannot be used with `snapshot_id`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", + 'iops', 'The amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html).\nThis must be set with a `volume_type` of `"io1/io2/gp3"`.', () => [], false, @@ -91,24 +91,24 @@ export function ec2_LaunchTemplateBlockDeviceMappingEbs_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume.\n`encrypted` must be set to `true` when this is set.", + 'kmsKeyId', + 'The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume.\n`encrypted` must be set to `true` when this is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "The Snapshot ID to mount.", + 'snapshotId', + 'The Snapshot ID to mount.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "The throughput to provision for a `gp3` volume in MiB/s (specified as an integer, e.g., 500), with a maximum of 1,000 MiB/s.", + 'throughput', + 'The throughput to provision for a `gp3` volume in MiB/s (specified as an integer, e.g., 500), with a maximum of 1,000 MiB/s.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecification.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecification.ts index d6337d72c..79cf9e9b9 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget, ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget_GetTypes, -} from "./ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget"; +} from './ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget'; export interface ec2_LaunchTemplateCapacityReservationSpecification { // Used to target a specific Capacity Reservation: @@ -22,8 +22,8 @@ export function ec2_LaunchTemplateCapacityReservationSpecification_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "capacityReservationTarget", - "Used to target a specific Capacity Reservation:", + 'capacityReservationTarget', + 'Used to target a specific Capacity Reservation:', () => ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget_GetTypes(), false, @@ -31,7 +31,7 @@ export function ec2_LaunchTemplateCapacityReservationSpecification_GetTypes(): D ), new DynamicUIProps( InputType.String, - "capacityReservationPreference", + 'capacityReservationPreference', "Indicates the instance's Capacity Reservation preferences. Can be `open` or `none`. (Default `none`).", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts index 9110e2ecc..ec354745c 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget { // The ID of the Capacity Reservation in which to run the instance. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateCapacityReservationSpecificationCapacityReserv return [ new DynamicUIProps( InputType.String, - "capacityReservationId", - "The ID of the Capacity Reservation in which to run the instance.", + 'capacityReservationId', + 'The ID of the Capacity Reservation in which to run the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityReservationResourceGroupArn", - "The ARN of the Capacity Reservation resource group in which to run the instance.", + 'capacityReservationResourceGroupArn', + 'The ARN of the Capacity Reservation resource group in which to run the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCpuOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCpuOptions.ts index d1aad73f7..b7d01ab22 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCpuOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCpuOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateCpuOptions { // Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`. @@ -27,24 +27,24 @@ export function ec2_LaunchTemplateCpuOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amdSevSnp", - "Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.", + 'amdSevSnp', + 'Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "coreCount", - "The number of CPU cores for the instance.", + 'coreCount', + 'The number of CPU cores for the instance.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "threadsPerCore", - "The number of threads per CPU core.\nTo disable Intel Hyper-Threading Technology for the instance, specify a value of 1.\nOtherwise, specify the default value of 2.\n\nBoth number of CPU cores and threads per core must be specified. Valid number of CPU cores and threads per core for the instance type can be found in the [CPU Options Documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html?shortFooter=true#cpu-options-supported-instances-values)", + 'threadsPerCore', + 'The number of threads per CPU core.\nTo disable Intel Hyper-Threading Technology for the instance, specify a value of 1.\nOtherwise, specify the default value of 2.\n\nBoth number of CPU cores and threads per core must be specified. Valid number of CPU cores and threads per core for the instance type can be found in the [CPU Options Documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html?shortFooter=true#cpu-options-supported-instances-values)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCreditSpecification.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCreditSpecification.ts index 78879fc12..a5af60312 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCreditSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateCreditSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateCreditSpecification { /* @@ -20,8 +20,8 @@ export function ec2_LaunchTemplateCreditSpecification_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "cpuCredits", - "The credit option for CPU usage.\nCan be `standard` or `unlimited`.\nT3 instances are launched as `unlimited` by default.\nT2 instances are launched as `standard` by default.", + 'cpuCredits', + 'The credit option for CPU usage.\nCan be `standard` or `unlimited`.\nT3 instances are launched as `unlimited` by default.\nT2 instances are launched as `standard` by default.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticGpuSpecification.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticGpuSpecification.ts index fc57a910a..05c425fca 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticGpuSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticGpuSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateElasticGpuSpecification { // The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics) @@ -15,8 +15,8 @@ export function ec2_LaunchTemplateElasticGpuSpecification_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "type", - "The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics)", + 'type', + 'The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics)', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticInferenceAccelerator.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticInferenceAccelerator.ts index 3c9a389e9..5ab5e4cd1 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticInferenceAccelerator.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateElasticInferenceAccelerator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateElasticInferenceAccelerator { // Accelerator type. @@ -15,8 +15,8 @@ export function ec2_LaunchTemplateElasticInferenceAccelerator_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "type", - "Accelerator type.", + 'type', + 'Accelerator type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateEnclaveOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateEnclaveOptions.ts index baf93a8f2..411f72a1d 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateEnclaveOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateEnclaveOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateEnclaveOptions { /* @@ -19,8 +19,8 @@ export function ec2_LaunchTemplateEnclaveOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "If set to `true`, Nitro Enclaves will be enabled on the instance.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).", + 'enabled', + 'If set to `true`, Nitro Enclaves will be enabled on the instance.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateHibernationOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateHibernationOptions.ts index 2bd53c375..4757ec122 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateHibernationOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateHibernationOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateHibernationOptions { // If set to `true`, the launched EC2 instance will hibernation enabled. @@ -15,8 +15,8 @@ export function ec2_LaunchTemplateHibernationOptions_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "configured", - "If set to `true`, the launched EC2 instance will hibernation enabled.", + 'configured', + 'If set to `true`, the launched EC2 instance will hibernation enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateIamInstanceProfile.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateIamInstanceProfile.ts index a77edc0da..dc3614259 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateIamInstanceProfile.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateIamInstanceProfile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateIamInstanceProfile { // The Amazon Resource Name (ARN) of the instance profile. Conflicts with `name`. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateIamInstanceProfile_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the instance profile. Conflicts with `name`.", + 'arn', + 'The Amazon Resource Name (ARN) of the instance profile. Conflicts with `name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance profile.", + 'name', + 'The name of the instance profile.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptions.ts index fa60a07d5..83cfe4862 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchTemplateInstanceMarketOptionsSpotOptions, ec2_LaunchTemplateInstanceMarketOptionsSpotOptions_GetTypes, -} from "./ec2_LaunchTemplateInstanceMarketOptionsSpotOptions"; +} from './ec2_LaunchTemplateInstanceMarketOptionsSpotOptions'; export interface ec2_LaunchTemplateInstanceMarketOptions { // The market type. Can be `spot`. @@ -22,16 +22,16 @@ export function ec2_LaunchTemplateInstanceMarketOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "marketType", - "The market type. Can be `spot`.", + 'marketType', + 'The market type. Can be `spot`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "spotOptions", - "The options for [Spot Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html)", + 'spotOptions', + 'The options for [Spot Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html)', () => ec2_LaunchTemplateInstanceMarketOptionsSpotOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptionsSpotOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptionsSpotOptions.ts index 0ac64aecc..7f2b8a321 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptionsSpotOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceMarketOptionsSpotOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceMarketOptionsSpotOptions { /* @@ -30,7 +30,7 @@ export function ec2_LaunchTemplateInstanceMarketOptionsSpotOptions_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "maxPrice", + 'maxPrice', "The maximum hourly price you're willing to pay for the Spot Instances.", () => [], false, @@ -38,32 +38,32 @@ export function ec2_LaunchTemplateInstanceMarketOptionsSpotOptions_GetTypes(): D ), new DynamicUIProps( InputType.String, - "spotInstanceType", - "The Spot Instance request type. Can be `one-time`, or `persistent`.", + 'spotInstanceType', + 'The Spot Instance request type. Can be `one-time`, or `persistent`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "validUntil", - "The end date of the request.", + 'validUntil', + 'The end date of the request.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "blockDurationMinutes", - "The required duration in minutes. This value must be a multiple of 60.", + 'blockDurationMinutes', + 'The required duration in minutes. This value must be a multiple of 60.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehavior", - "The behavior when a Spot Instance is interrupted. Can be `hibernate`,\n`stop`, or `terminate`. (Default: `terminate`).", + 'instanceInterruptionBehavior', + 'The behavior when a Spot Instance is interrupted. Can be `hibernate`,\n`stop`, or `terminate`. (Default: `terminate`).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirements.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirements.ts index 67e15432b..3a7650290 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirements.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirements.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_LaunchTemplateInstanceRequirementsMemoryMib, ec2_LaunchTemplateInstanceRequirementsMemoryMib_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsMemoryMib"; +} from './ec2_LaunchTemplateInstanceRequirementsMemoryMib'; import { ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib, ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib"; +} from './ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib'; import { ec2_LaunchTemplateInstanceRequirementsVcpuCount, ec2_LaunchTemplateInstanceRequirementsVcpuCount_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsVcpuCount"; +} from './ec2_LaunchTemplateInstanceRequirementsVcpuCount'; import { ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps, ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps"; +} from './ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps'; import { ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu, ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu"; +} from './ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu'; import { ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount, ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount"; +} from './ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount'; import { ec2_LaunchTemplateInstanceRequirementsAcceleratorCount, ec2_LaunchTemplateInstanceRequirementsAcceleratorCount_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsAcceleratorCount"; +} from './ec2_LaunchTemplateInstanceRequirementsAcceleratorCount'; import { ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps, ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps"; +} from './ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps'; import { ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb, ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb_GetTypes, -} from "./ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb"; +} from './ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb'; export interface ec2_LaunchTemplateInstanceRequirements { /* @@ -195,16 +195,16 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "instanceGenerations", - "List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```", + 'instanceGenerations', + 'List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkInterfaceCount", - "Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.", + 'networkInterfaceCount', + 'Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount_GetTypes(), false, @@ -212,15 +212,15 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'onDemandMaxPricePercentageOverLowestPrice', + 'The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", + 'excludedInstanceTypes', "List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.\n\n> **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.", () => InputType_String_GetTypes(), false, @@ -228,40 +228,40 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'burstablePerformance', + 'Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorNames", - "List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```", + 'acceleratorNames', + 'List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```", + 'acceleratorManufacturers', + 'List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```", + 'localStorageTypes', + 'List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkBandwidthGbps", - "Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.", + 'networkBandwidthGbps', + 'Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps_GetTypes(), false, @@ -269,64 +269,64 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Number, - "maxSpotPriceAsPercentageOfOptimalOnDemandPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`", + 'maxSpotPriceAsPercentageOfOptimalOnDemandPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Conflicts with `spot_max_price_percentage_over_lowest_price`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vcpuCount", - "Block describing the minimum and maximum number of vCPUs. Default is no maximum.", + 'vcpuCount', + 'Block describing the minimum and maximum number of vCPUs. Default is no maximum.', () => ec2_LaunchTemplateInstanceRequirementsVcpuCount_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "acceleratorCount", - "Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.", + 'acceleratorCount', + 'Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsAcceleratorCount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "memoryGibPerVcpu", - "Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.", + 'memoryGibPerVcpu', + 'Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```", + 'acceleratorTypes', + 'List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "localStorage", - "Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.", + 'localStorage', + 'Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.", + 'requireHibernateSupport', + 'Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "totalLocalStorageGb", - "Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.", + 'totalLocalStorageGb', + 'Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb_GetTypes(), false, @@ -334,7 +334,7 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", + 'cpuManufacturers', "List of CPU manufacturer names. Default is any manufacturer.\n\n> **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* intel\n```", () => InputType_String_GetTypes(), false, @@ -342,16 +342,16 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Object, - "memoryMib", - "Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.", + 'memoryMib', + 'Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.', () => ec2_LaunchTemplateInstanceRequirementsMemoryMib_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "acceleratorTotalMemoryMib", - "Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.", + 'acceleratorTotalMemoryMib', + 'Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes(), false, @@ -359,15 +359,15 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'spotMaxPricePercentageOverLowestPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. Conflicts with `max_spot_price_as_percentage_of_optimal_on_demand_price`\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", + 'allowedInstanceTypes', "List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.\n\n> **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.", () => InputType_String_GetTypes(), false, @@ -375,8 +375,8 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Object, - "baselineEbsBandwidthMbps", - "Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.", + 'baselineEbsBandwidthMbps', + 'Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.', () => ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes(), false, @@ -384,8 +384,8 @@ export function ec2_LaunchTemplateInstanceRequirements_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "bareMetal", - "Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'bareMetal', + 'Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorCount.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorCount.ts index 24abeffd4..ae1c3b843 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsAcceleratorCount { // Maximum. Set to `0` to exclude instance types with accelerators. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsAcceleratorCount_GetTypes( return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. Set to `0` to exclude instance types with accelerators.", + 'max', + 'Maximum. Set to `0` to exclude instance types with accelerators.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.ts index ed1aa2291..ff3c58066 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib_ return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps.ts index 2cc005190..f208d04fb 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsBaselineEbsBandwidthMbps_G return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.ts index 2aeafc091..f467f5565 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu { // Maximum. May be a decimal number, e.g. `0.5`. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsMemoryGibPerVcpu_GetTypes( return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. May be a decimal number, e.g. `0.5`.", + 'max', + 'Maximum. May be a decimal number, e.g. `0.5`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum. May be a decimal number, e.g. `0.5`.", + 'min', + 'Minimum. May be a decimal number, e.g. `0.5`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryMib.ts index eb2f3561b..91a193687 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsMemoryMib { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsMemoryMib_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps.ts index 2b55c5b51..5fc3d0ea5 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsNetworkBandwidthGbps_GetTy return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount.ts index e7f275326..126e87131 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsNetworkInterfaceCount_GetT return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb.ts index bd66728ac..d83600f03 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb { // Minimum. May be a decimal number, e.g. `0.5`. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsTotalLocalStorageGb_GetTyp return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum. May be a decimal number, e.g. `0.5`.", + 'min', + 'Minimum. May be a decimal number, e.g. `0.5`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum. May be a decimal number, e.g. `0.5`.", + 'max', + 'Maximum. May be a decimal number, e.g. `0.5`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsVcpuCount.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsVcpuCount.ts index 77a3fdcb4..318ba08b2 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateInstanceRequirementsVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateInstanceRequirementsVcpuCount { // Maximum. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateInstanceRequirementsVcpuCount_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateLicenseSpecification.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateLicenseSpecification.ts index 5414cdb7e..ad6955b4f 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateLicenseSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateLicenseSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateLicenseSpecification { // ARN of the license configuration. @@ -15,8 +15,8 @@ export function ec2_LaunchTemplateLicenseSpecification_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "licenseConfigurationArn", - "ARN of the license configuration.", + 'licenseConfigurationArn', + 'ARN of the license configuration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMaintenanceOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMaintenanceOptions.ts index c9f8503fc..e8ae11da5 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMaintenanceOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMaintenanceOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateMaintenanceOptions { // Disables the automatic recovery behavior of your instance or sets it to default. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details. @@ -15,7 +15,7 @@ export function ec2_LaunchTemplateMaintenanceOptions_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "autoRecovery", + 'autoRecovery', 'Disables the automatic recovery behavior of your instance or sets it to default. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMetadataOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMetadataOptions.ts index 1dbdc15a1..49e87888f 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMetadataOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMetadataOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateMetadataOptions { // Whether the metadata service is available. Can be `"enabled"` or `"disabled"`. (Default: `"enabled"`). @@ -31,15 +31,15 @@ export function ec2_LaunchTemplateMetadataOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Can be an integer from `1` to `64`. (Default: `1`).", + 'httpPutResponseHopLimit', + 'The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Can be an integer from `1` to `64`. (Default: `1`).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTokens", + 'httpTokens', 'Whether or not the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Can be `"optional"` or `"required"`. (Default: `"optional"`).', () => [], false, @@ -47,7 +47,7 @@ export function ec2_LaunchTemplateMetadataOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "instanceMetadataTags", + 'instanceMetadataTags', 'Enables or disables access to instance tags from the instance metadata service. Can be `"enabled"` or `"disabled"`.\n\nFor more information, see the documentation on the [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).', () => [], false, @@ -55,7 +55,7 @@ export function ec2_LaunchTemplateMetadataOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "httpEndpoint", + 'httpEndpoint', 'Whether the metadata service is available. Can be `"enabled"` or `"disabled"`. (Default: `"enabled"`).', () => [], false, @@ -63,7 +63,7 @@ export function ec2_LaunchTemplateMetadataOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "httpProtocolIpv6", + 'httpProtocolIpv6', 'Enables or disables the IPv6 endpoint for the instance metadata service. Can be `"enabled"` or `"disabled"`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMonitoring.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMonitoring.ts index cb19b698c..b74e7ea65 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMonitoring.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateMonitoring.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateMonitoring { // If `true`, the launched EC2 instance will have detailed monitoring enabled. @@ -15,8 +15,8 @@ export function ec2_LaunchTemplateMonitoring_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "If `true`, the launched EC2 instance will have detailed monitoring enabled.", + 'enabled', + 'If `true`, the launched EC2 instance will have detailed monitoring enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateNetworkInterface.ts index 49bdbd2a4..f31541f51 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateNetworkInterface { /* @@ -79,160 +79,160 @@ export function ec2_LaunchTemplateNetworkInterface_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "ipv6AddressCount", - "The number of IPv6 addresses to assign to a network interface. Conflicts with `ipv6_addresses`", + 'ipv6AddressCount', + 'The number of IPv6 addresses to assign to a network interface. Conflicts with `ipv6_addresses`', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "networkCardIndex", - "The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.", + 'networkCardIndex', + 'The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The VPC Subnet ID to associate.", + 'subnetId', + 'The VPC Subnet ID to associate.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ipv6PrefixCount", - "The number of IPv6 prefixes to be automatically assigned to the network interface. Conflicts with `ipv6_prefixes`", + 'ipv6PrefixCount', + 'The number of IPv6 prefixes to be automatically assigned to the network interface. Conflicts with `ipv6_prefixes`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of security group IDs to associate.", + 'securityGroups', + 'A list of security group IDs to associate.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deleteOnTermination", - "Whether the network interface should be destroyed on instance termination.", + 'deleteOnTermination', + 'Whether the network interface should be destroyed on instance termination.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deviceIndex", - "The integer index of the network interface attachment.", + 'deviceIndex', + 'The integer index of the network interface attachment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The ID of the network interface to attach.", + 'networkInterfaceId', + 'The ID of the network interface to attach.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryIpv6", - "", + 'primaryIpv6', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The primary private IPv4 address.", + 'privateIpAddress', + 'The primary private IPv4 address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "associateCarrierIpAddress", - "Associate a Carrier IP address with `eth0` for a new network interface.\nUse this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface.\nBoolean value, can be left unset.", + 'associateCarrierIpAddress', + 'Associate a Carrier IP address with `eth0` for a new network interface.\nUse this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface.\nBoolean value, can be left unset.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "associatePublicIpAddress", - "Associate a public ip address with the network interface.\nBoolean value, can be left unset.", + 'associatePublicIpAddress', + 'Associate a public ip address with the network interface.\nBoolean value, can be left unset.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the network interface.", + 'description', + 'Description of the network interface.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ipv4PrefixCount", - "The number of IPv4 prefixes to be automatically assigned to the network interface. Conflicts with `ipv4_prefixes`", + 'ipv4PrefixCount', + 'The number of IPv4 prefixes to be automatically assigned to the network interface. Conflicts with `ipv4_prefixes`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv6Addresses", - "One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Conflicts with `ipv6_address_count`", + 'ipv6Addresses', + 'One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Conflicts with `ipv6_address_count`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "ipv4AddressCount", - "The number of secondary private IPv4 addresses to assign to a network interface. Conflicts with `ipv4_addresses`", + 'ipv4AddressCount', + 'The number of secondary private IPv4 addresses to assign to a network interface. Conflicts with `ipv4_addresses`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipv4Addresses", - "One or more private IPv4 addresses to associate. Conflicts with `ipv4_address_count`", + 'ipv4Addresses', + 'One or more private IPv4 addresses to associate. Conflicts with `ipv4_address_count`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ipv4Prefixes", - "One or more IPv4 prefixes to be assigned to the network interface. Conflicts with `ipv4_prefix_count`", + 'ipv4Prefixes', + 'One or more IPv4 prefixes to be assigned to the network interface. Conflicts with `ipv4_prefix_count`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ipv6Prefixes", - "One or more IPv6 prefixes to be assigned to the network interface. Conflicts with `ipv6_prefix_count`", + 'ipv6Prefixes', + 'One or more IPv6 prefixes to be assigned to the network interface. Conflicts with `ipv6_prefix_count`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "interfaceType", - "The type of network interface. To create an Elastic Fabric Adapter (EFA), specify `efa`.", + 'interfaceType', + 'The type of network interface. To create an Elastic Fabric Adapter (EFA), specify `efa`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePlacement.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePlacement.ts index 1839f8fc8..f6f3e29cb 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePlacement.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePlacement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplatePlacement { // The tenancy of the instance (if the instance is running in a VPC). Can be `default`, `dedicated`, or `host`. @@ -36,64 +36,64 @@ export function ec2_LaunchTemplatePlacement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "tenancy", - "The tenancy of the instance (if the instance is running in a VPC). Can be `default`, `dedicated`, or `host`.", + 'tenancy', + 'The tenancy of the instance (if the instance is running in a VPC). Can be `default`, `dedicated`, or `host`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "affinity", - "The affinity setting for an instance on a Dedicated Host.", + 'affinity', + 'The affinity setting for an instance on a Dedicated Host.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone for the instance.", + 'availabilityZone', + 'The Availability Zone for the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupName", - "The name of the placement group for the instance.", + 'groupName', + 'The name of the placement group for the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostId", - "The ID of the Dedicated Host for the instance.", + 'hostId', + 'The ID of the Dedicated Host for the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostResourceGroupArn", - "The ARN of the Host Resource Group in which to launch instances.", + 'hostResourceGroupArn', + 'The ARN of the Host Resource Group in which to launch instances.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "partitionNumber", - "The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.", + 'partitionNumber', + 'The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spreadDomain", - "Reserved for future use.", + 'spreadDomain', + 'Reserved for future use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePrivateDnsNameOptions.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePrivateDnsNameOptions.ts index ab7f1f66e..a3bccb42d 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePrivateDnsNameOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplatePrivateDnsNameOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplatePrivateDnsNameOptions { // Indicates whether to respond to DNS queries for instance hostnames with DNS A records. @@ -21,24 +21,24 @@ export function ec2_LaunchTemplatePrivateDnsNameOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS A records.", + 'enableResourceNameDnsARecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS A records.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.", + 'enableResourceNameDnsAaaaRecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostnameType", - "The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.", + 'hostnameType', + 'The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateTagSpecification.ts b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateTagSpecification.ts index 2cda64342..540a981ea 100644 --- a/src/app/Models/codegen/aws/types/ec2_LaunchTemplateTagSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_LaunchTemplateTagSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_LaunchTemplateTagSpecification { // The type of resource to tag. @@ -18,16 +18,16 @@ export function ec2_LaunchTemplateTagSpecification_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource.", + 'tags', + 'A map of tags to assign to the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "The type of resource to tag.", + 'resourceType', + 'The type of resource to tag.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_ManagedPrefixListEntry.ts b/src/app/Models/codegen/aws/types/ec2_ManagedPrefixListEntry.ts index 7211ec77a..cdc1901aa 100644 --- a/src/app/Models/codegen/aws/types/ec2_ManagedPrefixListEntry.ts +++ b/src/app/Models/codegen/aws/types/ec2_ManagedPrefixListEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_ManagedPrefixListEntry { // CIDR block of this entry. @@ -18,16 +18,16 @@ export function ec2_ManagedPrefixListEntry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cidr", - "CIDR block of this entry.", + 'cidr', + 'CIDR block of this entry.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.", + 'description', + 'Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkAclEgress.ts b/src/app/Models/codegen/aws/types/ec2_NetworkAclEgress.ts index 229be90ed..daaaf04be 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkAclEgress.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkAclEgress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkAclEgress { /* @@ -49,63 +49,63 @@ export function ec2_NetworkAclEgress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block.", + 'ipv6CidrBlock', + 'The IPv6 CIDR block.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ruleNo", - "The rule number. Used for ordering.", + 'ruleNo', + 'The rule number. Used for ordering.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "action", - "The action to take.", + 'action', + 'The action to take.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The from port to match.", + 'fromPort', + 'The from port to match.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The to port to match.", + 'toPort', + 'The to port to match.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block to match. This must be a\nvalid network mask.", + 'cidrBlock', + 'The CIDR block to match. This must be a\nvalid network mask.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "icmpCode", - "The ICMP type code to be used. Default 0.\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml", + 'icmpCode', + 'The ICMP type code to be used. Default 0.\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', "The protocol to match. If using the -1 'all'\nprotocol, you must specify a from and to port of 0.", () => [], true, @@ -113,8 +113,8 @@ export function ec2_NetworkAclEgress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "icmpType", - "The ICMP type to be used. Default 0.", + 'icmpType', + 'The ICMP type to be used. Default 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkAclIngress.ts b/src/app/Models/codegen/aws/types/ec2_NetworkAclIngress.ts index 8e5d294bc..93ef74711 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkAclIngress.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkAclIngress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkAclIngress { // The action to take. @@ -49,15 +49,15 @@ export function ec2_NetworkAclIngress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The IPv6 CIDR block.", + 'ipv6CidrBlock', + 'The IPv6 CIDR block.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", + 'protocol', "The protocol to match. If using the -1 'all'\nprotocol, you must specify a from and to port of 0.", () => [], true, @@ -65,56 +65,56 @@ export function ec2_NetworkAclIngress_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "icmpType", - "The ICMP type to be used. Default 0.", + 'icmpType', + 'The ICMP type to be used. Default 0.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The to port to match.", + 'toPort', + 'The to port to match.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "icmpCode", - "The ICMP type code to be used. Default 0.\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml", + 'icmpCode', + 'The ICMP type code to be used. Default 0.\n\n> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The from port to match.", + 'fromPort', + 'The from port to match.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "action", - "The action to take.", + 'action', + 'The action to take.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNo", - "The rule number. Used for ordering.", + 'ruleNo', + 'The rule number. Used for ordering.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block to match. This must be a\nvalid network mask.", + 'cidrBlock', + 'The CIDR block to match. This must be a\nvalid network mask.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisAlternatePathHint.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisAlternatePathHint.ts index b282707bf..f16cf774a 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisAlternatePathHint.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisAlternatePathHint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisAlternatePathHint { // The Amazon Resource Name (ARN) of the component. @@ -18,16 +18,16 @@ export function ec2_NetworkInsightsAnalysisAlternatePathHint_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "componentArn", - "The Amazon Resource Name (ARN) of the component.", + 'componentArn', + 'The Amazon Resource Name (ARN) of the component.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "componentId", - "The ID of the component.", + 'componentId', + 'The ID of the component.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanation.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanation.ts index ce917dc0c..81da8ae97 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanation.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanation.ts @@ -3,136 +3,136 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup, ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup"; +} from './ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup'; import { ec2_NetworkInsightsAnalysisExplanationVpcEndpoint, ec2_NetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationVpcEndpoint"; +} from './ec2_NetworkInsightsAnalysisExplanationVpcEndpoint'; import { ec2_NetworkInsightsAnalysisExplanationDestinationVpc, ec2_NetworkInsightsAnalysisExplanationDestinationVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationDestinationVpc"; +} from './ec2_NetworkInsightsAnalysisExplanationDestinationVpc'; import { ec2_NetworkInsightsAnalysisExplanationPortRange, ec2_NetworkInsightsAnalysisExplanationPortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationPortRange"; +} from './ec2_NetworkInsightsAnalysisExplanationPortRange'; import { ec2_NetworkInsightsAnalysisExplanationRouteTableRoute, ec2_NetworkInsightsAnalysisExplanationRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisExplanationRouteTableRoute'; import { ec2_NetworkInsightsAnalysisExplanationIngressRouteTable, ec2_NetworkInsightsAnalysisExplanationIngressRouteTable_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationIngressRouteTable"; +} from './ec2_NetworkInsightsAnalysisExplanationIngressRouteTable'; import { ec2_NetworkInsightsAnalysisExplanationCustomerGateway, ec2_NetworkInsightsAnalysisExplanationCustomerGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationCustomerGateway"; +} from './ec2_NetworkInsightsAnalysisExplanationCustomerGateway'; import { ec2_NetworkInsightsAnalysisExplanationRouteTable, ec2_NetworkInsightsAnalysisExplanationRouteTable_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationRouteTable"; +} from './ec2_NetworkInsightsAnalysisExplanationRouteTable'; import { ec2_NetworkInsightsAnalysisExplanationComponent, ec2_NetworkInsightsAnalysisExplanationComponent_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationComponent"; +} from './ec2_NetworkInsightsAnalysisExplanationComponent'; import { ec2_NetworkInsightsAnalysisExplanationAttachedTo, ec2_NetworkInsightsAnalysisExplanationAttachedTo_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationAttachedTo"; +} from './ec2_NetworkInsightsAnalysisExplanationAttachedTo'; import { ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener, ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener"; +} from './ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener'; import { ec2_NetworkInsightsAnalysisExplanationPrefixList, ec2_NetworkInsightsAnalysisExplanationPrefixList_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationPrefixList"; +} from './ec2_NetworkInsightsAnalysisExplanationPrefixList'; import { ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable, ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable"; +} from './ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable'; import { ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute, ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute'; import { ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener, ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener"; +} from './ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener'; import { ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule, ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule"; +} from './ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule'; import { ec2_NetworkInsightsAnalysisExplanationVpnGateway, ec2_NetworkInsightsAnalysisExplanationVpnGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationVpnGateway"; +} from './ec2_NetworkInsightsAnalysisExplanationVpnGateway'; import { ec2_NetworkInsightsAnalysisExplanationSecurityGroup, ec2_NetworkInsightsAnalysisExplanationSecurityGroup_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSecurityGroup"; +} from './ec2_NetworkInsightsAnalysisExplanationSecurityGroup'; import { ec2_NetworkInsightsAnalysisExplanationVpnConnection, ec2_NetworkInsightsAnalysisExplanationVpnConnection_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationVpnConnection"; +} from './ec2_NetworkInsightsAnalysisExplanationVpnConnection'; import { ec2_NetworkInsightsAnalysisExplanationNatGateway, ec2_NetworkInsightsAnalysisExplanationNatGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationNatGateway"; +} from './ec2_NetworkInsightsAnalysisExplanationNatGateway'; import { ec2_NetworkInsightsAnalysisExplanationSubnet, ec2_NetworkInsightsAnalysisExplanationSubnet_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSubnet"; +} from './ec2_NetworkInsightsAnalysisExplanationSubnet'; import { ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable, ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable"; +} from './ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable'; import { ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment, ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment"; +} from './ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment'; import { ec2_NetworkInsightsAnalysisExplanationTransitGateway, ec2_NetworkInsightsAnalysisExplanationTransitGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationTransitGateway"; +} from './ec2_NetworkInsightsAnalysisExplanationTransitGateway'; import { ec2_NetworkInsightsAnalysisExplanationAcl, ec2_NetworkInsightsAnalysisExplanationAcl_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationAcl"; +} from './ec2_NetworkInsightsAnalysisExplanationAcl'; import { ec2_NetworkInsightsAnalysisExplanationVpc, ec2_NetworkInsightsAnalysisExplanationVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationVpc"; +} from './ec2_NetworkInsightsAnalysisExplanationVpc'; import { ec2_NetworkInsightsAnalysisExplanationNetworkInterface, ec2_NetworkInsightsAnalysisExplanationNetworkInterface_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationNetworkInterface"; +} from './ec2_NetworkInsightsAnalysisExplanationNetworkInterface'; import { ec2_NetworkInsightsAnalysisExplanationDestination, ec2_NetworkInsightsAnalysisExplanationDestination_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationDestination"; +} from './ec2_NetworkInsightsAnalysisExplanationDestination'; import { ec2_NetworkInsightsAnalysisExplanationSourceVpc, ec2_NetworkInsightsAnalysisExplanationSourceVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSourceVpc"; +} from './ec2_NetworkInsightsAnalysisExplanationSourceVpc'; import { ec2_NetworkInsightsAnalysisExplanationAclRule, ec2_NetworkInsightsAnalysisExplanationAclRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationAclRule"; +} from './ec2_NetworkInsightsAnalysisExplanationAclRule'; import { ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection, ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection"; +} from './ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection'; import { ec2_NetworkInsightsAnalysisExplanationInternetGateway, ec2_NetworkInsightsAnalysisExplanationInternetGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationInternetGateway"; +} from './ec2_NetworkInsightsAnalysisExplanationInternetGateway'; export interface ec2_NetworkInsightsAnalysisExplanation { // @@ -284,8 +284,8 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "elasticLoadBalancerListeners", - "", + 'elasticLoadBalancerListeners', + '', () => ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener_GetTypes(), false, @@ -293,33 +293,33 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_NetworkInsightsAnalysisExplanationRouteTableRoute_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisExplanationPortRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "missingComponent", - "", + 'missingComponent', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayAttachments", - "", + 'transitGatewayAttachments', + '', () => ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment_GetTypes(), false, @@ -327,49 +327,49 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "prefixLists", - "", + 'prefixLists', + '', () => ec2_NetworkInsightsAnalysisExplanationPrefixList_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "addresses", - "", + 'addresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_NetworkInsightsAnalysisExplanationSubnet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "natGateways", - "", + 'natGateways', + '', () => ec2_NetworkInsightsAnalysisExplanationNatGateway_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroup", - "", + 'securityGroup', + '', () => ec2_NetworkInsightsAnalysisExplanationSecurityGroup_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "address", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'address', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "loadBalancerTargetGroups", - "", + 'loadBalancerTargetGroups', + '', () => ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes(), false, @@ -377,16 +377,16 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_NetworkInsightsAnalysisExplanationComponent_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "classicLoadBalancerListeners", - "", + 'classicLoadBalancerListeners', + '', () => ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener_GetTypes(), false, @@ -394,80 +394,80 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "ingressRouteTables", - "", + 'ingressRouteTables', + '', () => ec2_NetworkInsightsAnalysisExplanationIngressRouteTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_NetworkInsightsAnalysisExplanationTransitGateway_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_NetworkInsightsAnalysisExplanationVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinations", - "", + 'destinations', + '', () => ec2_NetworkInsightsAnalysisExplanationDestination_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_NetworkInsightsAnalysisExplanationSourceVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "packetField", - "", + 'packetField', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "cidrs", - "", + 'cidrs', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpnConnections", - "", + 'vpnConnections', + '', () => ec2_NetworkInsightsAnalysisExplanationVpnConnection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "vpcPeeringConnections", - "", + 'vpcPeeringConnections', + '', () => ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection_GetTypes(), false, @@ -475,16 +475,16 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "customerGateways", - "", + 'customerGateways', + '', () => ec2_NetworkInsightsAnalysisExplanationCustomerGateway_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTables", - "", + 'transitGatewayRouteTables', + '', () => ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable_GetTypes(), false, @@ -492,49 +492,49 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "internetGateways", - "", + 'internetGateways', + '', () => ec2_NetworkInsightsAnalysisExplanationInternetGateway_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "explanationCode", - "", + 'explanationCode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancerArn", - "", + 'loadBalancerArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpnGateways", - "", + 'vpnGateways', + '', () => ec2_NetworkInsightsAnalysisExplanationVpnGateway_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute_GetTypes(), false, @@ -542,48 +542,48 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "vpcEndpoints", - "", + 'vpcEndpoints', + '', () => ec2_NetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerListenerPort", - "", + 'loadBalancerListenerPort', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerTargetPort", - "", + 'loadBalancerTargetPort', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "", + 'networkInterfaces', + '', () => ec2_NetworkInsightsAnalysisExplanationNetworkInterface_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "acls", - "", + 'acls', + '', () => ec2_NetworkInsightsAnalysisExplanationAcl_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "loadBalancerTargetGroup", - "", + 'loadBalancerTargetGroup', + '', () => ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes(), false, @@ -591,64 +591,64 @@ export function ec2_NetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_NetworkInsightsAnalysisExplanationDestinationVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "routeTables", - "", + 'routeTables', + '', () => ec2_NetworkInsightsAnalysisExplanationRouteTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => ec2_NetworkInsightsAnalysisExplanationSecurityGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetRouteTables", - "", + 'subnetRouteTables', + '', () => ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_NetworkInsightsAnalysisExplanationAclRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "protocols", - "", + 'protocols', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_NetworkInsightsAnalysisExplanationAttachedTo_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAcl.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAcl.ts index 3c9040b9f..28474b9b1 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAcl.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAcl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationAcl { // @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationAcl { export function ec2_NetworkInsightsAnalysisExplanationAcl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRule.ts index 1a1e03106..8ba451cea 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisExplanationAclRulePortRange, ec2_NetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationAclRulePortRange"; +} from './ec2_NetworkInsightsAnalysisExplanationAclRulePortRange'; export interface ec2_NetworkInsightsAnalysisExplanationAclRule { // @@ -34,34 +34,34 @@ export function ec2_NetworkInsightsAnalysisExplanationAclRule_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRulePortRange.ts index 9e3ebd275..9579b1745 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisExplanationAclRulePortRange { export function ec2_NetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAttachedTo.ts index 879d20996..7f5a3b5eb 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationAttachedTo { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationAttachedTo_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts index 216d2a297..a5e46d4f2 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListener { // @@ -18,16 +18,16 @@ export function ec2_NetworkInsightsAnalysisExplanationClassicLoadBalancerListene return [ new DynamicUIProps( InputType.Number, - "instancePort", - "", + 'instancePort', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerPort", - "", + 'loadBalancerPort', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationComponent.ts index 7c93c9004..132bd99dc 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationComponent { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationComponent_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationCustomerGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationCustomerGateway.ts index f593c84b5..63c53028f 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationCustomerGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationCustomerGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationCustomerGateway { // ARN of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationCustomerGateway { export function ec2_NetworkInsightsAnalysisExplanationCustomerGateway_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestination.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestination.ts index d123a3eaf..737226f62 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestination.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationDestination { // ARN of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationDestination { export function ec2_NetworkInsightsAnalysisExplanationDestination_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestinationVpc.ts index f0fc725b2..0596a09fc 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationDestinationVpc { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationDestinationVpc_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts index e96c4d005..b6a8dc943 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListener { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationElasticLoadBalancerListene return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationIngressRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationIngressRouteTable.ts index 08235c0b5..efb912098 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationIngressRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationIngressRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationIngressRouteTable { // @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationIngressRouteTable { export function ec2_NetworkInsightsAnalysisExplanationIngressRouteTable_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationInternetGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationInternetGateway.ts index 2998634e7..c9350ce85 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationInternetGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationInternetGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationInternetGateway { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationInternetGateway_GetTypes() return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts index 4613ad556..87797f8a8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNatGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNatGateway.ts index 5a93ee807..765cfbf40 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNatGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNatGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationNatGateway { // ID of the Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_NetworkInsightsAnalysisExplanationNatGateway_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNetworkInterface.ts index 6b5c9a04c..b1dfbd374 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationNetworkInterface { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationNetworkInterface_GetTypes( return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPortRange.ts index 37fd2359a..436447fb6 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisExplanationPortRange { export function ec2_NetworkInsightsAnalysisExplanationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPrefixList.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPrefixList.ts index eab82a7dd..0e2d49e08 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPrefixList.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationPrefixList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationPrefixList { // ID of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationPrefixList { export function ec2_NetworkInsightsAnalysisExplanationPrefixList_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTable.ts index 6b985bfb3..5cc69beaa 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationRouteTable { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationRouteTable_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTableRoute.ts index 865f23538..954aca0aa 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationRouteTableRoute { // @@ -42,73 +42,73 @@ export function ec2_NetworkInsightsAnalysisExplanationRouteTableRoute_GetTypes() return [ new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], false, false), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroup.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroup.ts index f0a677866..85ccf77e3 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroup.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationSecurityGroup { // ARN of the Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_NetworkInsightsAnalysisExplanationSecurityGroup_GetTypes(): return [ new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule.ts index 63bd0eadc..66aa869d3 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange, ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange"; +} from './ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange'; export interface ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule { // @@ -34,8 +34,8 @@ export function ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes return [ new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes(), false, @@ -43,33 +43,33 @@ export function ec2_NetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts index 879dbc0f0..958c8992c 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRang export function ec2_NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSourceVpc.ts index 30c97f414..72b148fec 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationSourceVpc { // ARN of the Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_NetworkInsightsAnalysisExplanationSourceVpc_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnet.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnet.ts index ebc19382a..5b25c4285 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationSubnet { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationSubnet_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable.ts index 6bcc804af..270424c7b 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable { // @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable { export function ec2_NetworkInsightsAnalysisExplanationSubnetRouteTable_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGateway.ts index cb2288355..e6ca38aca 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationTransitGateway { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationTransitGateway_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts index f1304a0bf..b10b32e36 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationTransitGatewayAttachment_G return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts index 9a1c56d04..4ddfbd387 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTable_G return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts index 86dc3731e..d4b8ffbb8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute { // @@ -33,49 +33,49 @@ export function ec2_NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRo return [ new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], false, false), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpc.ts index 12432db03..14b439673 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationVpc { // ARN of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisExplanationVpc { export function ec2_NetworkInsightsAnalysisExplanationVpc_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcEndpoint.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcEndpoint.ts index 95a82b7b3..f83cebd28 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationVpcEndpoint { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection.ts index f37437774..d77334f28 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection { // ARN of the Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_NetworkInsightsAnalysisExplanationVpcPeeringConnection_GetTy return [ new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnConnection.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnConnection.ts index fac4c8d6c..e0dab2837 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnConnection.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnConnection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationVpnConnection { // @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationVpnConnection_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnGateway.ts index 791e64521..959df14c8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisExplanationVpnGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisExplanationVpnGateway { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisExplanationVpnGateway_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponent.ts index 3693efcda..1474ae418 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponent.ts @@ -3,64 +3,64 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule, ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule'; import { ec2_NetworkInsightsAnalysisForwardPathComponentAclRule, ec2_NetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentAclRule"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentAclRule'; import { ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway, ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway'; import { ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute, ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute'; import { ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader, ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader'; import { ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail, ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail'; import { ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc, ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc'; import { ec2_NetworkInsightsAnalysisForwardPathComponentComponent, ec2_NetworkInsightsAnalysisForwardPathComponentComponent_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentComponent"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentComponent'; import { ec2_NetworkInsightsAnalysisForwardPathComponentSubnet, ec2_NetworkInsightsAnalysisForwardPathComponentSubnet_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentSubnet"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentSubnet'; import { ec2_NetworkInsightsAnalysisForwardPathComponentVpc, ec2_NetworkInsightsAnalysisForwardPathComponentVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentVpc"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentVpc'; import { ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader, ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader'; import { ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute, ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute'; import { ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo, ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo'; import { ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc, ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc'; export interface ec2_NetworkInsightsAnalysisForwardPathComponent { // @@ -113,8 +113,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule_GetTypes(), false, @@ -122,8 +122,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "outboundHeaders", - "", + 'outboundHeaders', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader_GetTypes(), false, @@ -131,32 +131,32 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentSubnet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentComponent_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway_GetTypes(), false, @@ -164,16 +164,16 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "inboundHeaders", - "", + 'inboundHeaders', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader_GetTypes(), false, @@ -181,8 +181,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute_GetTypes(), false, @@ -190,16 +190,16 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Number, - "sequenceNumber", - "", + 'sequenceNumber', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute_GetTypes(), false, @@ -207,8 +207,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc_GetTypes(), false, @@ -216,8 +216,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo_GetTypes(), false, @@ -225,8 +225,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "additionalDetails", - "", + 'additionalDetails', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail_GetTypes(), false, @@ -234,8 +234,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponent_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRule.ts index b9eda6c25..cb6e31bcd 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange, ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentAclRule { // @@ -34,34 +34,34 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes( return [ new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts index 5da1486fd..4447dfde8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange export function ec2_NetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts index 08a3e4b2c..7b0ebe32e 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent, ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail { // @@ -22,16 +22,16 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetail_ return [ new DynamicUIProps( InputType.String, - "additionalDetailType", - "", + 'additionalDetailType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts index 016b32ac9..9a4914025 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentAdditionalDetailC return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo.ts index d18c09855..53c7337eb 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentAttachedTo_GetTyp return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentComponent.ts index fc7f42e9f..3579fe931 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentComponent { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentComponent_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts index a9cfc1d79..12254c6b2 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentDestinationVpc_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader.ts index 5d53a7f99..bda5f86b8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange, ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange'; import { ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange, ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader { // @@ -35,8 +35,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader_Get return [ new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes(), false, @@ -44,24 +44,24 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader_Get ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes(), false, @@ -69,8 +69,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeader_Get ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts index d9846279a..053c5ee1c 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDes export function ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts index 53ad82b75..9503fece6 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSou export function ec2_NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts index b392362d1..c63b0478d 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange, ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange'; import { ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange, ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader { // @@ -35,16 +35,16 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader_Ge return [ new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes(), false, @@ -52,16 +52,16 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader_Ge ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes(), false, @@ -69,8 +69,8 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeader_Ge ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts index 39a23f0ff..8fae9ecd1 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDe export function ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts index a2d40ad6a..11a97f512 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSo export function ec2_NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts index 2d74ab7f5..4593058eb 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute { // @@ -42,73 +42,73 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentRouteTableRoute_G return [ new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], false, false), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts index d9e28766f..deefe8ccd 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange, ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange"; +} from './ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule { // @@ -32,19 +32,19 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRul export function ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes(), false, @@ -52,24 +52,24 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts index 89dba64d9..2a514fbae 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRul export function ec2_NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc.ts index 3894b2b11..37668d78d 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentSourceVpc_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSubnet.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSubnet.ts index 304cfbba8..cb2c32f68 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentSubnet { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentSubnet_GetTypes() return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway.ts index 518a893dc..a64d2c23f 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentTransitGateway_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts index 4187a6b92..1435ede1a 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute { // @@ -31,51 +31,51 @@ export interface ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRo export function ec2_NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "state", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], false, false), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentVpc.ts index dba34cc55..039969b67 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisForwardPathComponentVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisForwardPathComponentVpc { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisForwardPathComponentVpc_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponent.ts index 7b35b5e2b..f5b2c9045 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponent.ts @@ -3,64 +3,64 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader, ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader'; import { ec2_NetworkInsightsAnalysisReturnPathComponentVpc, ec2_NetworkInsightsAnalysisReturnPathComponentVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentVpc"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentVpc'; import { ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc, ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc'; import { ec2_NetworkInsightsAnalysisReturnPathComponentAclRule, ec2_NetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentAclRule"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentAclRule'; import { ec2_NetworkInsightsAnalysisReturnPathComponentSubnet, ec2_NetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentSubnet"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentSubnet'; import { ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute, ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute'; import { ec2_NetworkInsightsAnalysisReturnPathComponentComponent, ec2_NetworkInsightsAnalysisReturnPathComponentComponent_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentComponent"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentComponent'; import { ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc, ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc'; import { ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway, ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway'; import { ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader, ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader'; import { ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute, ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute'; import { ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule, ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule'; import { ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail, ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail'; import { ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo, ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo'; export interface ec2_NetworkInsightsAnalysisReturnPathComponent { // @@ -113,16 +113,16 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute_GetTypes(), false, @@ -130,8 +130,8 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "inboundHeaders", - "", + 'inboundHeaders', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader_GetTypes(), false, @@ -139,8 +139,8 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "additionalDetails", - "", + 'additionalDetails', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail_GetTypes(), false, @@ -148,16 +148,16 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "outboundHeaders", - "", + 'outboundHeaders', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader_GetTypes(), false, @@ -165,8 +165,8 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes(), false, @@ -174,8 +174,8 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule_GetTypes(), false, @@ -183,24 +183,24 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "sequenceNumber", - "", + 'sequenceNumber', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes(), false, @@ -208,32 +208,32 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentComponent_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRule.ts index 15686ef63..01765e648 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange, ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentAclRule { // @@ -32,12 +32,12 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentAclRule { export function ec2_NetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes(), false, @@ -45,24 +45,24 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes() ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts index 0a6051d02..5a5b391f4 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange export function ec2_NetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts index 725d0ac9a..d59cfb3de 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent, ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail { // @@ -22,16 +22,16 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetail_G return [ new DynamicUIProps( InputType.String, - "additionalDetailType", - "", + 'additionalDetailType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts index e14ac0a86..0197e371b 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentAdditionalDetailCo return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo.ts index fe20cec86..a7b85d660 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentAttachedTo_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentComponent.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentComponent.ts index 5325e3803..f15fa61d8 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentComponent { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentComponent_GetTypes return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts index 82bb0fd73..011b5ecd2 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc { // ARN of the Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentDestinationVpc_Get return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader.ts index ad45adbf1..0e7138325 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange, ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange'; import { ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange, ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader { // @@ -35,16 +35,16 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader_GetT return [ new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes(), false, @@ -52,24 +52,24 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeader_GetT ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts index 413360d7b..87998e721 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDest export function ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts index deeb7911d..bef0eb8e5 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSour export function ec2_NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts index 78949c232..8eed62656 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange, ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange'; import { ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange, ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader { // @@ -35,24 +35,24 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader_Get return [ new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes(), false, @@ -60,16 +60,16 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeader_Get ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts index db0515dbd..429bbfd93 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDes export function ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts index 22e414ac2..9b7dd8b17 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSou export function ec2_NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts index d5f04d626..b9d59ac87 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute { // @@ -42,76 +42,76 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentRouteTableRoute_Ge return [ new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts index 20e35c796..2233cb057 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange, ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes, -} from "./ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange"; +} from './ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule { // @@ -34,41 +34,41 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule_ return [ new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], false, false), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts index caefd06ce..387942d5a 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule export function ec2_NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc.ts index f9d389183..2c97a3e83 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc { // ARN of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc { export function ec2_NetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSubnet.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSubnet.ts index 6297465ff..97083f16f 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentSubnet { // ID of the Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_NetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes(): return [ new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway.ts index 6ff81f502..33dfcf8bf 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway { // ID of the Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway { export function ec2_NetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts index a6cd9ac19..a68d9a006 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute { // @@ -31,51 +31,51 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRou export function ec2_NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "state", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], false, false), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentVpc.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentVpc.ts index 198515276..f536a0212 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInsightsAnalysisReturnPathComponentVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInsightsAnalysisReturnPathComponentVpc { // @@ -19,19 +19,19 @@ export interface ec2_NetworkInsightsAnalysisReturnPathComponentVpc { export function ec2_NetworkInsightsAnalysisReturnPathComponentVpc_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), new DynamicUIProps( InputType.String, - "arn", - "ARN of the Network Insights Analysis.", + 'arn', + 'ARN of the Network Insights Analysis.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the Network Insights Analysis.", + 'id', + 'ID of the Network Insights Analysis.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_NetworkInterfaceAttachment.ts b/src/app/Models/codegen/aws/types/ec2_NetworkInterfaceAttachment.ts index 643f29760..a53465a18 100644 --- a/src/app/Models/codegen/aws/types/ec2_NetworkInterfaceAttachment.ts +++ b/src/app/Models/codegen/aws/types/ec2_NetworkInterfaceAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_NetworkInterfaceAttachment { // @@ -21,24 +21,24 @@ export function ec2_NetworkInterfaceAttachment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deviceIndex", - "Integer to define the devices index.", + 'deviceIndex', + 'Integer to define the devices index.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instance", - "ID of the instance to attach to.", + 'instance', + 'ID of the instance to attach to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsAccepter.ts b/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsAccepter.ts index ccc348466..63dcb0dce 100644 --- a/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsAccepter.ts +++ b/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsAccepter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_PeeringConnectionOptionsAccepter { // Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. @@ -15,8 +15,8 @@ export function ec2_PeeringConnectionOptionsAccepter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsRequester.ts b/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsRequester.ts index 78fc7127b..6723d36c3 100644 --- a/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsRequester.ts +++ b/src/app/Models/codegen/aws/types/ec2_PeeringConnectionOptionsRequester.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_PeeringConnectionOptionsRequester { // Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. @@ -15,8 +15,8 @@ export function ec2_PeeringConnectionOptionsRequester_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_PlacementStrategy.ts b/src/app/Models/codegen/aws/types/ec2_PlacementStrategy.ts index 76caea37b..cba40b055 100644 --- a/src/app/Models/codegen/aws/types/ec2_PlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/ec2_PlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_PlacementStrategy {} diff --git a/src/app/Models/codegen/aws/types/ec2_ProtocolType.ts b/src/app/Models/codegen/aws/types/ec2_ProtocolType.ts index 86933082d..004f1ead4 100644 --- a/src/app/Models/codegen/aws/types/ec2_ProtocolType.ts +++ b/src/app/Models/codegen/aws/types/ec2_ProtocolType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_ProtocolType {} diff --git a/src/app/Models/codegen/aws/types/ec2_RouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_RouteTableRoute.ts index 679c62474..a5aad25d5 100644 --- a/src/app/Models/codegen/aws/types/ec2_RouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_RouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_RouteTableRoute { // Identifier of a VPC Endpoint. @@ -59,23 +59,23 @@ export function ec2_RouteTableRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "The Ipv6 CIDR block of the route.", + 'ipv6CidrBlock', + 'The Ipv6 CIDR block of the route.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localGatewayId", - "Identifier of a Outpost local gateway.", + 'localGatewayId', + 'Identifier of a Outpost local gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", + 'vpcPeeringConnectionId', 'Identifier of a VPC peering connection.\n\nNote that the default route, mapping the VPC\'s CIDR block to "local", is created implicitly and cannot be specified.', () => [], false, @@ -83,80 +83,80 @@ export function ec2_RouteTableRoute_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "gatewayId", - "Identifier of a VPC internet gateway, virtual private gateway, or `local`. `local` routes cannot be created but can be adopted or imported. See the example above.", + 'gatewayId', + 'Identifier of a VPC internet gateway, virtual private gateway, or `local`. `local` routes cannot be created but can be adopted or imported. See the example above.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "Identifier of an EC2 network interface.", + 'networkInterfaceId', + 'Identifier of an EC2 network interface.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "carrierGatewayId", - "Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.", + 'carrierGatewayId', + 'Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The CIDR block of the route.", + 'cidrBlock', + 'The CIDR block of the route.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "coreNetworkArn", - "The Amazon Resource Name (ARN) of a core network.", + 'coreNetworkArn', + 'The Amazon Resource Name (ARN) of a core network.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "The ID of a managed prefix list destination of the route.\n\nOne of the following target arguments must be supplied:", + 'destinationPrefixListId', + 'The ID of a managed prefix list destination of the route.\n\nOne of the following target arguments must be supplied:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of an EC2 Transit Gateway.", + 'transitGatewayId', + 'Identifier of an EC2 Transit Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "egressOnlyGatewayId", - "Identifier of a VPC Egress Only Internet Gateway.", + 'egressOnlyGatewayId', + 'Identifier of a VPC Egress Only Internet Gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "Identifier of a VPC NAT gateway.", + 'natGatewayId', + 'Identifier of a VPC NAT gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "Identifier of a VPC Endpoint.", + 'vpcEndpointId', + 'Identifier of a VPC Endpoint.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SecurityGroupEgress.ts b/src/app/Models/codegen/aws/types/ec2_SecurityGroupEgress.ts index 6f4b57cd6..1f71b2efa 100644 --- a/src/app/Models/codegen/aws/types/ec2_SecurityGroupEgress.ts +++ b/src/app/Models/codegen/aws/types/ec2_SecurityGroupEgress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SecurityGroupEgress { // Start port (or ICMP type number if protocol is `icmp`) @@ -45,72 +45,72 @@ export function ec2_SecurityGroupEgress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.", + 'securityGroups', + 'List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "List of CIDR blocks.", + 'cidrBlocks', + 'List of CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "self", - "Whether the security group itself will be added as a source to this egress rule.", + 'self', + 'Whether the security group itself will be added as a source to this egress rule.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "Start port (or ICMP type number if protocol is `icmp`)", + 'fromPort', + 'Start port (or ICMP type number if protocol is `icmp`)', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv6CidrBlocks", - "List of IPv6 CIDR blocks.", + 'ipv6CidrBlocks', + 'List of IPv6 CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "List of Prefix List IDs.", + 'prefixListIds', + 'List of Prefix List IDs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol. If you select a protocol of `-1` (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to 0. The supported values are defined in the `IpProtocol` argument in the [IpPermission](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IpPermission.html) API reference.", + 'protocol', + 'Protocol. If you select a protocol of `-1` (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to 0. The supported values are defined in the `IpProtocol` argument in the [IpPermission](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IpPermission.html) API reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of this egress rule.", + 'description', + 'Description of this egress rule.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "End range port (or ICMP code if protocol is `icmp`).\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `security_groups` are all marked as optional, you _must_ provide one of them in order to configure the destination of the traffic.", + 'toPort', + 'End range port (or ICMP code if protocol is `icmp`).\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `security_groups` are all marked as optional, you _must_ provide one of them in order to configure the destination of the traffic.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SecurityGroupIngress.ts b/src/app/Models/codegen/aws/types/ec2_SecurityGroupIngress.ts index dbbcce785..93096d10c 100644 --- a/src/app/Models/codegen/aws/types/ec2_SecurityGroupIngress.ts +++ b/src/app/Models/codegen/aws/types/ec2_SecurityGroupIngress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SecurityGroupIngress { // List of CIDR blocks. @@ -45,72 +45,72 @@ export function ec2_SecurityGroupIngress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "fromPort", - "Start port (or ICMP type number if protocol is `icmp` or `icmpv6`).", + 'fromPort', + 'Start port (or ICMP type number if protocol is `icmp` or `icmpv6`).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv6CidrBlocks", - "List of IPv6 CIDR blocks.", + 'ipv6CidrBlocks', + 'List of IPv6 CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "End range port (or ICMP code if protocol is `icmp`).", + 'toPort', + 'End range port (or ICMP code if protocol is `icmp`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol. If you select a protocol of `-1` (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to 0. The supported values are defined in the `IpProtocol` argument on the [IpPermission](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IpPermission.html) API reference.\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `security_groups` are all marked as optional, you _must_ provide one of them in order to configure the source of the traffic.", + 'protocol', + 'Protocol. If you select a protocol of `-1` (semantically equivalent to `all`, which is not a valid value here), you must specify a `from_port` and `to_port` equal to 0. The supported values are defined in the `IpProtocol` argument on the [IpPermission](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IpPermission.html) API reference.\n\nThe following arguments are optional:\n\n> **Note** Although `cidr_blocks`, `ipv6_cidr_blocks`, `prefix_list_ids`, and `security_groups` are all marked as optional, you _must_ provide one of them in order to configure the source of the traffic.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "self", - "Whether the security group itself will be added as a source to this ingress rule.", + 'self', + 'Whether the security group itself will be added as a source to this ingress rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of this ingress rule.", + 'description', + 'Description of this ingress rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "List of Prefix List IDs.", + 'prefixListIds', + 'List of Prefix List IDs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cidrBlocks", - "List of CIDR blocks.", + 'cidrBlocks', + 'List of CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.", + 'securityGroups', + 'List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecification.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecification.ts index 49cc3e118..268f9f685 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice, ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice_GetTypes, -} from "./ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice"; +} from './ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice'; import { ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice, ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice_GetTypes, -} from "./ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice"; +} from './ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice'; import { ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice, ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice_GetTypes, -} from "./ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice"; +} from './ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice'; export interface ec2_SpotFleetRequestLaunchSpecification { // @@ -84,139 +84,139 @@ export function ec2_SpotFleetRequestLaunchSpecification_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "ebsBlockDevices", - "", + 'ebsBlockDevices', + '', () => ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "iamInstanceProfile", - "", + 'iamInstanceProfile', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "placementGroup", - "", + 'placementGroup', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ebsOptimized", - "", + 'ebsOptimized', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "weightedCapacity", - "The capacity added to the fleet by a fulfilled request.", + 'weightedCapacity', + 'The capacity added to the fleet by a fulfilled request.', () => [], false, true, ), - new DynamicUIProps(InputType.String, "keyName", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'keyName', '', () => [], false, true), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupIds", - "", + 'vpcSecurityGroupIds', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "placementTenancy", - "", + 'placementTenancy', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "associatePublicIpAddress", - "", + 'associatePublicIpAddress', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability zone in which to place the request.", + 'availabilityZone', + 'The availability zone in which to place the request.', () => [], false, true, ), - new DynamicUIProps(InputType.String, "ami", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'ami', '', () => [], true, true), new DynamicUIProps( InputType.Bool, - "monitoring", - "", + 'monitoring', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spotPrice", - "The maximum bid price per unit hour.", + 'spotPrice', + 'The maximum bid price per unit hour.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The type of instance to request.", + 'instanceType', + 'The type of instance to request.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "userData", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'userData', '', () => [], false, true), new DynamicUIProps( InputType.String, - "iamInstanceProfileArn", - "", + 'iamInstanceProfileArn', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The subnet in which to launch the requested instance.", + 'subnetId', + 'The subnet in which to launch the requested instance.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rootBlockDevices", - "", + 'rootBlockDevices', + '', () => ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ephemeralBlockDevices", - "", + 'ephemeralBlockDevices', + '', () => ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice.ts index 1ba8135eb..11aa48855 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice { // @@ -39,54 +39,54 @@ export function ec2_SpotFleetRequestLaunchSpecificationEbsBlockDevice_GetTypes() return [ new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), new DynamicUIProps( InputType.String, - "snapshotId", - "", + 'snapshotId', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, true, ), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], false, true), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "", + 'throughput', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, true), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice.ts index 4e3c701a7..846c415c8 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice { // @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchSpecificationEphemeralBlockDevice_GetT return [ new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "", + 'virtualName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice.ts index 011eac922..ae031cec2 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice { // @@ -33,35 +33,35 @@ export function ec2_SpotFleetRequestLaunchSpecificationRootBlockDevice_GetTypes( return [ new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, true), - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], false, true), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], false, true), new DynamicUIProps( InputType.Number, - "throughput", - "", + 'throughput', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfig.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfig.ts index d1c1e7b30..a14d2d6b5 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfig.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification, ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverride, ec2_SpotFleetRequestLaunchTemplateConfigOverride_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverride"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverride'; export interface ec2_SpotFleetRequestLaunchTemplateConfig { // Launch template specification. See Launch Template Specification below for more details. @@ -26,8 +26,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "launchTemplateSpecification", - "Launch template specification. See Launch Template Specification below for more details.", + 'launchTemplateSpecification', + 'Launch template specification. See Launch Template Specification below for more details.', () => ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification_GetTypes(), true, @@ -35,8 +35,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfig_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "overrides", - "One or more override configurations. See Overrides below for more details.", + 'overrides', + 'One or more override configurations. See Overrides below for more details.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverride_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification.ts index 74d005468..9914f96dc 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification { // The ID of the launch template. Conflicts with `name`. @@ -27,23 +27,23 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificat return [ new DynamicUIProps( InputType.String, - "id", - "The ID of the launch template. Conflicts with `name`.", + 'id', + 'The ID of the launch template. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the launch template. Conflicts with `id`.", + 'name', + 'The name of the launch template. Conflicts with `id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", + 'version', 'Template version. Unlike the autoscaling equivalent, does not support `$Latest` or `$Default`, so use the launch_template resource\'s attribute, e.g., `"${aws_launch_template.foo.latest_version}"`. It will use the default version if omitted.\n\n**Note:** The specified launch template can specify only a subset of the\ninputs of `aws.ec2.LaunchTemplate`. There are limitations on\nwhat you can specify as spot fleet does not support all the attributes that are supported by autoscaling groups. [AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#launch-templates-spot-fleet) is currently sparse, but at least `instance_initiated_shutdown_behavior` is confirmed unsupported.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverride.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverride.ts index a7b186ae6..7350d3487 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverride.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverride.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverride { // The type of instance to request. @@ -37,56 +37,56 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverride_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "instanceType", - "The type of instance to request.", + 'instanceType', + 'The type of instance to request.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority for the launch template override. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.", + 'priority', + 'The priority for the launch template override. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "spotPrice", - "The maximum spot bid for this override request.", + 'spotPrice', + 'The maximum spot bid for this override request.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The subnet in which to launch the requested instance.", + 'subnetId', + 'The subnet in which to launch the requested instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "weightedCapacity", - "The capacity added to the fleet by a fulfilled request.", + 'weightedCapacity', + 'The capacity added to the fleet by a fulfilled request.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability zone in which to place the request.", + 'availabilityZone', + 'The availability zone in which to place the request.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "instanceRequirements", - "The instance requirements. See below.", + 'instanceRequirements', + 'The instance requirements. See below.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements.ts index 1f5d229b8..51fa4397f 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu'; import { ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount, ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount_GetTypes, -} from "./ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount"; +} from './ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements { /* @@ -192,15 +192,15 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Array, - "acceleratorNames", - "List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```", + 'acceleratorNames', + 'List of accelerator names. Default is any acclerator.\n\n```\nValid names:\n* a100 - NVIDIA A100 GPUs\n* v100 - NVIDIA V100 GPUs\n* k80 - NVIDIA K80 GPUs\n* t4 - NVIDIA T4 GPUs\n* m60 - NVIDIA M60 GPUs\n* radeon-pro-v520 - AMD Radeon Pro V520 GPUs\n* vu9p - Xilinx VU9P FPGAs\n```', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", + 'allowedInstanceTypes', "List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.\n\n> **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.", () => InputType_String_GetTypes(), false, @@ -208,8 +208,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "acceleratorCount", - "Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.", + 'acceleratorCount', + 'Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount_GetTypes(), false, @@ -217,8 +217,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "baselineEbsBandwidthMbps", - "Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.", + 'baselineEbsBandwidthMbps', + 'Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps_GetTypes(), false, @@ -226,8 +226,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "memoryMib", - "Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.", + 'memoryMib', + 'Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib_GetTypes(), false, @@ -235,32 +235,32 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'burstablePerformance', + 'Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'spotMaxPricePercentageOverLowestPrice', + 'The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.", + 'requireHibernateSupport', + 'Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "totalLocalStorageGb", - "Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.", + 'totalLocalStorageGb', + 'Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb_GetTypes(), false, @@ -268,23 +268,23 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.", + 'onDemandMaxPricePercentageOverLowestPrice', + 'The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.\n\nIf you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```", + 'acceleratorManufacturers', + 'List of accelerator manufacturer names. Default is any manufacturer.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* nvidia\n* xilinx\n```', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", + 'excludedInstanceTypes', "List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.\n\n> **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.", () => InputType_String_GetTypes(), false, @@ -292,8 +292,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "networkBandwidthGbps", - "Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.", + 'networkBandwidthGbps', + 'Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps_GetTypes(), false, @@ -301,8 +301,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "networkInterfaceCount", - "Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.", + 'networkInterfaceCount', + 'Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount_GetTypes(), false, @@ -310,16 +310,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Array, - "instanceGenerations", - "List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```", + 'instanceGenerations', + 'List of instance generation names. Default is any generation.\n\n```\nValid names:\n* current - Recommended for best performance.\n* previous - For existing applications optimized for older instance types.\n```', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "acceleratorTotalMemoryMib", - "Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.", + 'acceleratorTotalMemoryMib', + 'Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib_GetTypes(), false, @@ -327,24 +327,24 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.String, - "bareMetal", - "Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.", + 'bareMetal', + 'Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```", + 'localStorageTypes', + 'List of local storage type names. Default any storage type.\n\n```\nValue names:\n* hdd - hard disk drive\n* ssd - solid state drive\n```', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "memoryGibPerVcpu", - "Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.", + 'memoryGibPerVcpu', + 'Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu_GetTypes(), false, @@ -352,7 +352,7 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", + 'cpuManufacturers', "List of CPU manufacturer names. Default is any manufacturer.\n\n> **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.\n\n```\nValid names:\n* amazon-web-services\n* amd\n* intel\n```", () => InputType_String_GetTypes(), false, @@ -360,8 +360,8 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.Object, - "vcpuCount", - "Block describing the minimum and maximum number of vCPUs. Default is no maximum.", + 'vcpuCount', + 'Block describing the minimum and maximum number of vCPUs. Default is no maximum.', () => ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount_GetTypes(), false, @@ -369,16 +369,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem ), new DynamicUIProps( InputType.String, - "localStorage", - "Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.", + 'localStorage', + 'Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```", + 'acceleratorTypes', + 'List of accelerator types. Default is any accelerator type.\n\n```\nValid types:\n* fpga\n* gpu\n* inference\n```', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts index 38cebf89e..f75def15a 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount { // Maximum. Set to `0` to exclude instance types with accelerators. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. Set to `0` to exclude instance types with accelerators.", + 'max', + 'Maximum. Set to `0` to exclude instance types with accelerators.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts index ec8b3019d..8fc947dbb 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib { // Minimum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts index 8a9b85273..47e511055 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps { // Maximum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts index bdb9f76e9..4eb783dba 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu { // Maximum. May be a decimal number, e.g. `0.5`. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. May be a decimal number, e.g. `0.5`.", + 'max', + 'Maximum. May be a decimal number, e.g. `0.5`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum. May be a decimal number, e.g. `0.5`.", + 'min', + 'Minimum. May be a decimal number, e.g. `0.5`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts index 324aaa31b..d7ce48202 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib { // Maximum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts index 216470b39..63f44ce88 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkBandwidthGbps { // Maximum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts index ceb023fe8..ec7d0578b 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount { // Maximum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts index 4f77f4dfb..b012b601d 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb { // Maximum. May be a decimal number, e.g. `0.5`. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum. May be a decimal number, e.g. `0.5`.", + 'max', + 'Maximum. May be a decimal number, e.g. `0.5`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum. May be a decimal number, e.g. `0.5`.", + 'min', + 'Minimum. May be a decimal number, e.g. `0.5`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts index e3f5f92f5..71afc5cbe 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount { // Maximum. @@ -18,16 +18,16 @@ export function ec2_SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirem return [ new DynamicUIProps( InputType.Number, - "max", - "Maximum.", + 'max', + 'Maximum.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "min", - "Minimum.", + 'min', + 'Minimum.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategies.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategies.ts index 72fd0eaff..b27315308 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategies.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance, ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance_GetTypes, -} from "./ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance"; +} from './ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance'; export interface ec2_SpotFleetRequestSpotMaintenanceStrategies { // Nested argument containing the capacity rebalance for your fleet request. Defined below. @@ -19,8 +19,8 @@ export function ec2_SpotFleetRequestSpotMaintenanceStrategies_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "capacityRebalance", - "Nested argument containing the capacity rebalance for your fleet request. Defined below.", + 'capacityRebalance', + 'Nested argument containing the capacity rebalance for your fleet request. Defined below.', () => ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance.ts b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance.ts index b1359690d..a753dc32f 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance { // The replacement strategy to use. Only available for spot fleets with `fleet_type` set to `maintain`. Valid values: `launch`. @@ -15,8 +15,8 @@ export function ec2_SpotFleetRequestSpotMaintenanceStrategiesCapacityRebalance_G return [ new DynamicUIProps( InputType.String, - "replacementStrategy", - "The replacement strategy to use. Only available for spot fleets with `fleet_type` set to `maintain`. Valid values: `launch`.", + 'replacementStrategy', + 'The replacement strategy to use. Only available for spot fleets with `fleet_type` set to `maintain`. Valid values: `launch`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecification.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecification.ts index 030086bbc..12f8311bd 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget, ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget_GetTypes, -} from "./ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget"; +} from './ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget'; export interface ec2_SpotInstanceRequestCapacityReservationSpecification { // Indicates the instance's Capacity Reservation preferences. Can be `"open"` or `"none"`. (Default: `"open"`). @@ -26,7 +26,7 @@ export function ec2_SpotInstanceRequestCapacityReservationSpecification_GetTypes return [ new DynamicUIProps( InputType.String, - "capacityReservationPreference", + 'capacityReservationPreference', 'Indicates the instance\'s Capacity Reservation preferences. Can be `"open"` or `"none"`. (Default: `"open"`).', () => [], false, @@ -34,8 +34,8 @@ export function ec2_SpotInstanceRequestCapacityReservationSpecification_GetTypes ), new DynamicUIProps( InputType.Object, - "capacityReservationTarget", - "Information about the target Capacity Reservation. See Capacity Reservation Target below for more details.\n\nFor more information, see the documentation on [Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-using.html).", + 'capacityReservationTarget', + 'Information about the target Capacity Reservation. See Capacity Reservation Target below for more details.\n\nFor more information, see the documentation on [Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-using.html).', () => ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget.ts index 023446302..7b8097d7d 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityReservationTarget { // ID of the Capacity Reservation in which to run the instance. @@ -18,16 +18,16 @@ export function ec2_SpotInstanceRequestCapacityReservationSpecificationCapacityR return [ new DynamicUIProps( InputType.String, - "capacityReservationId", - "ID of the Capacity Reservation in which to run the instance.", + 'capacityReservationId', + 'ID of the Capacity Reservation in which to run the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityReservationResourceGroupArn", - "ARN of the Capacity Reservation resource group in which to run the instance.", + 'capacityReservationResourceGroupArn', + 'ARN of the Capacity Reservation resource group in which to run the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCpuOptions.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCpuOptions.ts index f13bc9764..db59ce3fa 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCpuOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCpuOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestCpuOptions { // Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`. @@ -25,24 +25,24 @@ export function ec2_SpotInstanceRequestCpuOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amdSevSnp", - "Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.", + 'amdSevSnp', + 'Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. Valid values are `enabled` and `disabled`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "coreCount", - "Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.", + 'coreCount', + 'Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options [CPU Cores and Threads Per CPU Core Per Instance Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values) - specifying this option for unsupported instance types will return an error from the EC2 API.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "threadsPerCore", - "If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.\n\nFor more information, see the documentation on [Optimizing CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html).", + 'threadsPerCore', + 'If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) for more information.\n\nFor more information, see the documentation on [Optimizing CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCreditSpecification.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCreditSpecification.ts index 017312bf1..f2c4d8ee2 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCreditSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestCreditSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestCreditSpecification { // Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default. @@ -15,8 +15,8 @@ export function ec2_SpotInstanceRequestCreditSpecification_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "cpuCredits", - "Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default.", + 'cpuCredits', + 'Credit option for CPU usage. Valid values include `standard` or `unlimited`. T3 instances are launched as unlimited by default. T2 instances are launched as standard by default.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEbsBlockDevice.ts index 95468432f..8e059efe1 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestEbsBlockDevice { // Whether the volume should be destroyed on instance termination. Defaults to `true`. @@ -52,96 +52,96 @@ export function ec2_SpotInstanceRequestEbsBlockDevice_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "iops", - "Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.", + 'iops', + 'Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the device.", + 'tags', + 'Map of tags to assign to the device.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device to mount.", + 'deviceName', + 'Name of the device to mount.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Snapshot ID to mount.", + 'snapshotId', + 'Snapshot ID to mount.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeId", - "", + 'volumeId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to `gp2`.\n\n> **NOTE:** Currently, changes to the `ebs_block_device` configuration of _existing_ resources cannot be automatically detected by this provider. To manage changes and attachments of an EBS block to an instance, use the `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources instead. If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, treating additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources for a given instance.", + 'volumeType', + 'Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to `gp2`.\n\n> **NOTE:** Currently, changes to the `ebs_block_device` configuration of _existing_ resources cannot be automatically detected by this provider. To manage changes and attachments of an EBS block to an instance, use the `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources instead. If you use `ebs_block_device` on an `aws.ec2.Instance`, this provider will assume management over the full set of non-root EBS block devices for the instance, treating additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws.ebs.Volume` and `aws.ec2.VolumeAttachment` resources for a given instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume. Defaults to `false`. Cannot be used with `snapshot_id`. Must be configured to perform drift detection.", + 'encrypted', + 'Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) on the volume. Defaults to `false`. Cannot be used with `snapshot_id`. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the volume should be destroyed on instance termination. Defaults to `true`.", + 'deleteOnTermination', + 'Whether the volume should be destroyed on instance termination. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume in gibibytes (GiB).", + 'volumeSize', + 'Size of the volume in gibibytes (GiB).', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tagsAll", - "A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.", + 'tagsAll', + 'A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEnclaveOptions.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEnclaveOptions.ts index 088184946..534799e08 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEnclaveOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEnclaveOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestEnclaveOptions { /* @@ -19,8 +19,8 @@ export function ec2_SpotInstanceRequestEnclaveOptions_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether Nitro Enclaves will be enabled on the instance. Defaults to `false`.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).", + 'enabled', + 'Whether Nitro Enclaves will be enabled on the instance. Defaults to `false`.\n\nFor more information, see the documentation on [Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEphemeralBlockDevice.ts index f4578d37d..265185751 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestEphemeralBlockDevice { // Name of the block device to mount on the instance. @@ -25,23 +25,23 @@ export function ec2_SpotInstanceRequestEphemeralBlockDevice_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "virtualName", - "[Instance Store Device Name](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames) (e.g., `ephemeral0`).\n\nEach AWS Instance type has a different set of Instance Store block devices available for attachment. AWS [publishes a list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#StorageOnInstanceTypes) of which ephemeral devices are available on each type. The devices are always identified by the `virtual_name` in the format `ephemeral{0..N}`.", + 'virtualName', + '[Instance Store Device Name](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames) (e.g., `ephemeral0`).\n\nEach AWS Instance type has a different set of Instance Store block devices available for attachment. AWS [publishes a list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#StorageOnInstanceTypes) of which ephemeral devices are available on each type. The devices are always identified by the `virtual_name` in the format `ephemeral{0..N}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Name of the block device to mount on the instance.", + 'deviceName', + 'Name of the block device to mount on the instance.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "noDevice", + 'noDevice', "Suppresses the specified device included in the AMI's block device mapping.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestLaunchTemplate.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestLaunchTemplate.ts index 6553c943e..2417fbe71 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestLaunchTemplate { // Template version. Can be a specific version number, `$Latest` or `$Default`. The default value is `$Default`. @@ -21,24 +21,24 @@ export function ec2_SpotInstanceRequestLaunchTemplate_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "version", - "Template version. Can be a specific version number, `$Latest` or `$Default`. The default value is `$Default`.", + 'version', + 'Template version. Can be a specific version number, `$Latest` or `$Default`. The default value is `$Default`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the launch template. Conflicts with `name`.", + 'id', + 'ID of the launch template. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the launch template. Conflicts with `id`.", + 'name', + 'Name of the launch template. Conflicts with `id`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMaintenanceOptions.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMaintenanceOptions.ts index 1a6fe76d9..6950842bf 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMaintenanceOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMaintenanceOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestMaintenanceOptions { // Automatic recovery behavior of the Instance. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details. @@ -15,7 +15,7 @@ export function ec2_SpotInstanceRequestMaintenanceOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "autoRecovery", + 'autoRecovery', 'Automatic recovery behavior of the Instance. Can be `"default"` or `"disabled"`. See [Recover your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html) for more details.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMetadataOptions.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMetadataOptions.ts index 90fdaa5d2..b42430505 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMetadataOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestMetadataOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestMetadataOptions { // Whether the IPv6 endpoint for the instance metadata service is enabled. Defaults to `disabled`. @@ -31,40 +31,40 @@ export function ec2_SpotInstanceRequestMetadataOptions_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "httpProtocolIpv6", - "Whether the IPv6 endpoint for the instance metadata service is enabled. Defaults to `disabled`.", + 'httpProtocolIpv6', + 'Whether the IPv6 endpoint for the instance metadata service is enabled. Defaults to `disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "Desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Valid values are integer from `1` to `64`. Defaults to `1`.", + 'httpPutResponseHopLimit', + 'Desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Valid values are integer from `1` to `64`. Defaults to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "Whether or not the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Valid values include `optional` or `required`.", + 'httpTokens', + 'Whether or not the metadata service requires session tokens, also referred to as _Instance Metadata Service Version 2 (IMDSv2)_. Valid values include `optional` or `required`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceMetadataTags", - "Enables or disables access to instance tags from the instance metadata service. Valid values include `enabled` or `disabled`. Defaults to `disabled`.\n\nFor more information, see the documentation on the [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).", + 'instanceMetadataTags', + 'Enables or disables access to instance tags from the instance metadata service. Valid values include `enabled` or `disabled`. Defaults to `disabled`.\n\nFor more information, see the documentation on the [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpEndpoint", - "Whether the metadata service is available. Valid values include `enabled` or `disabled`. Defaults to `enabled`.", + 'httpEndpoint', + 'Whether the metadata service is available. Valid values include `enabled` or `disabled`. Defaults to `enabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestNetworkInterface.ts index d6ac0f3ac..0748da675 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestNetworkInterface { // Whether or not to delete the network interface on instance termination. Defaults to `false`. Currently, the only valid value is `false`, as this is only supported when creating new network interfaces when launching an instance. @@ -24,32 +24,32 @@ export function ec2_SpotInstanceRequestNetworkInterface_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "networkCardIndex", - "Integer index of the network card. Limited by instance type. The default index is `0`.", + 'networkCardIndex', + 'Integer index of the network card. Limited by instance type. The default index is `0`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "ID of the network interface to attach.", + 'networkInterfaceId', + 'ID of the network interface to attach.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether or not to delete the network interface on instance termination. Defaults to `false`. Currently, the only valid value is `false`, as this is only supported when creating new network interfaces when launching an instance.", + 'deleteOnTermination', + 'Whether or not to delete the network interface on instance termination. Defaults to `false`. Currently, the only valid value is `false`, as this is only supported when creating new network interfaces when launching an instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "deviceIndex", - "Integer index of the network interface attachment. Limited by instance type.", + 'deviceIndex', + 'Integer index of the network interface attachment. Limited by instance type.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestPrivateDnsNameOptions.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestPrivateDnsNameOptions.ts index 7b3b453de..d8503cebc 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestPrivateDnsNameOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestPrivateDnsNameOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestPrivateDnsNameOptions { // Type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`. @@ -21,24 +21,24 @@ export function ec2_SpotInstanceRequestPrivateDnsNameOptions_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "hostnameType", - "Type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.", + 'hostnameType', + 'Type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS A records.", + 'enableResourceNameDnsARecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS A records.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.", + 'enableResourceNameDnsAaaaRecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestRootBlockDevice.ts index d19161dad..aa868d185 100644 --- a/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_SpotInstanceRequestRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_SpotInstanceRequestRootBlockDevice { // Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection. @@ -49,88 +49,88 @@ export function ec2_SpotInstanceRequestRootBlockDevice_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the KMS Key to use when encrypting the volume. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether to enable volume encryption. Defaults to `false`. Must be configured to perform drift detection.", + 'encrypted', + 'Whether to enable volume encryption. Defaults to `false`. Must be configured to perform drift detection.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.", + 'throughput', + 'Throughput to provision for a volume in mebibytes per second (MiB/s). This is only valid for `volume_type` of `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeId", - "", + 'volumeId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.", + 'iops', + 'Amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html). Only valid for volume_type of `io1`, `io2` or `gp3`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume in gibibytes (GiB).", + 'volumeSize', + 'Size of the volume in gibibytes (GiB).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the volume should be destroyed on instance termination. Defaults to `true`.", + 'deleteOnTermination', + 'Whether the volume should be destroyed on instance termination. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the device.", + 'tags', + 'Map of tags to assign to the device.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tagsAll", - "A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.", + 'tagsAll', + 'A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to the volume type that the AMI uses.\n\nModifying the `encrypted` or `kms_key_id` settings of the `root_block_device` requires resource replacement.", + 'volumeType', + 'Type of volume. Valid values include `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1`, or `st1`. Defaults to the volume type that the AMI uses.\n\nModifying the `encrypted` or `kms_key_id` settings of the `root_block_device` requires resource replacement.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_Tenancy.ts b/src/app/Models/codegen/aws/types/ec2_Tenancy.ts index 4144817fa..ff048c6c7 100644 --- a/src/app/Models/codegen/aws/types/ec2_Tenancy.ts +++ b/src/app/Models/codegen/aws/types/ec2_Tenancy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_Tenancy {} diff --git a/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleDestinationPortRange.ts index 276513be6..a0422f994 100644 --- a/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_TrafficMirrorFilterRuleDestinationPortRange { // Ending port of the range @@ -18,16 +18,16 @@ export function ec2_TrafficMirrorFilterRuleDestinationPortRange_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "toPort", - "Ending port of the range", + 'toPort', + 'Ending port of the range', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "Starting port of the range", + 'fromPort', + 'Starting port of the range', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleSourcePortRange.ts index 8366337cc..a00cbe0c2 100644 --- a/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_TrafficMirrorFilterRuleSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_TrafficMirrorFilterRuleSourcePortRange { // Starting port of the range @@ -18,16 +18,16 @@ export function ec2_TrafficMirrorFilterRuleSourcePortRange_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "fromPort", - "Starting port of the range", + 'fromPort', + 'Starting port of the range', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "Ending port of the range", + 'toPort', + 'Ending port of the range', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsEntry.ts b/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsEntry.ts index 9b846c5c5..3fcbc4928 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsEntry.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcEndpointDnsEntry { // The DNS name. @@ -18,16 +18,16 @@ export function ec2_VpcEndpointDnsEntry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "dnsName", - "The DNS name.", + 'dnsName', + 'The DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "The ID of the private hosted zone.", + 'hostedZoneId', + 'The ID of the private hosted zone.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsOptions.ts b/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsOptions.ts index 4438f7bd4..88952596e 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcEndpointDnsOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcEndpointDnsOptions { // The DNS records created for the endpoint. Valid values are `ipv4`, `dualstack`, `service-defined`, and `ipv6`. @@ -18,16 +18,16 @@ export function ec2_VpcEndpointDnsOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "dnsRecordIpType", - "The DNS records created for the endpoint. Valid values are `ipv4`, `dualstack`, `service-defined`, and `ipv6`.", + 'dnsRecordIpType', + 'The DNS records created for the endpoint. Valid values are `ipv4`, `dualstack`, `service-defined`, and `ipv6`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "privateDnsOnlyForInboundResolverEndpoint", - "Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Default is `false`. Can only be specified if private_dns_enabled is `true`.", + 'privateDnsOnlyForInboundResolverEndpoint', + 'Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Default is `false`. Can only be specified if private_dns_enabled is `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcEndpointServicePrivateDnsNameConfiguration.ts b/src/app/Models/codegen/aws/types/ec2_VpcEndpointServicePrivateDnsNameConfiguration.ts index 92d947615..d6efb9731 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcEndpointServicePrivateDnsNameConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcEndpointServicePrivateDnsNameConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcEndpointServicePrivateDnsNameConfiguration { // Value the service provider adds to the private DNS name domain record before verification. @@ -24,32 +24,32 @@ export function ec2_VpcEndpointServicePrivateDnsNameConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "value", - "Value the service provider adds to the private DNS name domain record before verification.", + 'value', + 'Value the service provider adds to the private DNS name domain record before verification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the record subdomain the service provider needs to create.", + 'name', + 'Name of the record subdomain the service provider needs to create.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "Verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is `verified`.", + 'state', + 'Verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is `verified`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Endpoint service verification type, for example `TXT`.", + 'type', + 'Endpoint service verification type, for example `TXT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcEndpointSubnetConfiguration.ts b/src/app/Models/codegen/aws/types/ec2_VpcEndpointSubnetConfiguration.ts index ba643045b..e093b7a74 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcEndpointSubnetConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcEndpointSubnetConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcEndpointSubnetConfiguration { // The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4. @@ -21,24 +21,24 @@ export function ec2_VpcEndpointSubnetConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "ipv4", - "The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4.", + 'ipv4', + 'The IPv4 address to assign to the endpoint network interface in the subnet. You must provide an IPv4 address if the VPC endpoint supports IPv4.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6", - "The IPv6 address to assign to the endpoint network interface in the subnet. You must provide an IPv6 address if the VPC endpoint supports IPv6.", + 'ipv6', + 'The IPv6 address to assign to the endpoint network interface in the subnet. You must provide an IPv6 address if the VPC endpoint supports IPv6.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "", + 'subnetId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcIpamOperatingRegion.ts b/src/app/Models/codegen/aws/types/ec2_VpcIpamOperatingRegion.ts index fcbf2b2c5..9c016d2e2 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcIpamOperatingRegion.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcIpamOperatingRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcIpamOperatingRegion { // The name of the Region you want to add to the IPAM. @@ -15,8 +15,8 @@ export function ec2_VpcIpamOperatingRegion_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "regionName", - "The name of the Region you want to add to the IPAM.", + 'regionName', + 'The name of the Region you want to add to the IPAM.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcIpamPoolCidrCidrAuthorizationContext.ts b/src/app/Models/codegen/aws/types/ec2_VpcIpamPoolCidrCidrAuthorizationContext.ts index 843bb0b68..96af1f06d 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcIpamPoolCidrCidrAuthorizationContext.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcIpamPoolCidrCidrAuthorizationContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcIpamPoolCidrCidrAuthorizationContext { // The plain-text authorization message for the prefix and account. @@ -18,16 +18,16 @@ export function ec2_VpcIpamPoolCidrCidrAuthorizationContext_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "message", - "The plain-text authorization message for the prefix and account.", + 'message', + 'The plain-text authorization message for the prefix and account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "signature", - "The signed authorization message for the prefix and account.", + 'signature', + 'The signed authorization message for the prefix and account.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcIpamResourceDiscoveryOperatingRegion.ts b/src/app/Models/codegen/aws/types/ec2_VpcIpamResourceDiscoveryOperatingRegion.ts index 4570bbd19..4f5a4df4c 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcIpamResourceDiscoveryOperatingRegion.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcIpamResourceDiscoveryOperatingRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcIpamResourceDiscoveryOperatingRegion { // The name of the Region you want to add to the IPAM. @@ -15,8 +15,8 @@ export function ec2_VpcIpamResourceDiscoveryOperatingRegion_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "regionName", - "The name of the Region you want to add to the IPAM.", + 'regionName', + 'The name of the Region you want to add to the IPAM.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepter.ts b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepter.ts index 0c4c91a43..b2f88601a 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepter.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcPeeringConnectionAccepter { /* @@ -18,8 +18,8 @@ export function ec2_VpcPeeringConnectionAccepter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Allow a local VPC to resolve public DNS hostnames to\nprivate IP addresses when queried from instances in the peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Allow a local VPC to resolve public DNS hostnames to\nprivate IP addresses when queried from instances in the peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterAccepter.ts b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterAccepter.ts index 0daba26ca..f6bb78170 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterAccepter.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterAccepter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcPeeringConnectionAccepterAccepter { /* @@ -18,8 +18,8 @@ export function ec2_VpcPeeringConnectionAccepterAccepter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Indicates whether a local VPC can resolve public DNS hostnames to\nprivate IP addresses when queried from instances in a peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Indicates whether a local VPC can resolve public DNS hostnames to\nprivate IP addresses when queried from instances in a peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterRequester.ts b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterRequester.ts index 7f62dd33e..0e2605faa 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterRequester.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionAccepterRequester.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcPeeringConnectionAccepterRequester { /* @@ -18,8 +18,8 @@ export function ec2_VpcPeeringConnectionAccepterRequester_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Indicates whether a local VPC can resolve public DNS hostnames to\nprivate IP addresses when queried from instances in a peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Indicates whether a local VPC can resolve public DNS hostnames to\nprivate IP addresses when queried from instances in a peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionRequester.ts b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionRequester.ts index 8ea4af290..582641d0e 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionRequester.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpcPeeringConnectionRequester.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpcPeeringConnectionRequester { /* @@ -18,8 +18,8 @@ export function ec2_VpcPeeringConnectionRequester_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "allowRemoteVpcDnsResolution", - "Allow a local VPC to resolve public DNS hostnames to\nprivate IP addresses when queried from instances in the peer VPC.", + 'allowRemoteVpcDnsResolution', + 'Allow a local VPC to resolve public DNS hostnames to\nprivate IP addresses when queried from instances in the peer VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionRoute.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionRoute.ts index d89289ab5..529daf2c8 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpnConnectionRoute { // The CIDR block associated with the local subnet of the customer data center. @@ -21,24 +21,24 @@ export function ec2_VpnConnectionRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "The CIDR block associated with the local subnet of the customer data center.", + 'destinationCidrBlock', + 'The CIDR block associated with the local subnet of the customer data center.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "source", - "Indicates how the routes were provided.", + 'source', + 'Indicates how the routes were provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "state", - "The current state of the static route.", + 'state', + 'The current state of the static route.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptions.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptions.ts index 191afc33e..1cc334586 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions, ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions_GetTypes, -} from "./ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions"; +} from './ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions'; export interface ec2_VpnConnectionTunnel1LogOptions { // Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details. @@ -19,8 +19,8 @@ export function ec2_VpnConnectionTunnel1LogOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogOptions", - "Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details.", + 'cloudwatchLogOptions', + 'Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details.', () => ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions.ts index 4c691e957..9f12d3519 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions { // Enable or disable VPN tunnel logging feature. The default is `false`. @@ -21,24 +21,24 @@ export function ec2_VpnConnectionTunnel1LogOptionsCloudwatchLogOptions_GetTypes( return [ new DynamicUIProps( InputType.String, - "logOutputFormat", - "Set log format. Default format is json. Possible values are: `json` and `text`. The default is `json`.", + 'logOutputFormat', + 'Set log format. Default format is json. Possible values are: `json` and `text`. The default is `json`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "logEnabled", - "Enable or disable VPN tunnel logging feature. The default is `false`.", + 'logEnabled', + 'Enable or disable VPN tunnel logging feature. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupArn", - "The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.", + 'logGroupArn', + 'The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptions.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptions.ts index 2dad5ad16..c7213792e 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions, ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions_GetTypes, -} from "./ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions"; +} from './ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions'; export interface ec2_VpnConnectionTunnel2LogOptions { // Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details. @@ -19,8 +19,8 @@ export function ec2_VpnConnectionTunnel2LogOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogOptions", - "Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details.", + 'cloudwatchLogOptions', + 'Options for sending VPN tunnel logs to CloudWatch. See CloudWatch Log Options below for more details.', () => ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions.ts index caf3696d3..57e850dfa 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions { // Enable or disable VPN tunnel logging feature. The default is `false`. @@ -21,24 +21,24 @@ export function ec2_VpnConnectionTunnel2LogOptionsCloudwatchLogOptions_GetTypes( return [ new DynamicUIProps( InputType.String, - "logGroupArn", - "The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.", + 'logGroupArn', + 'The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logOutputFormat", - "Set log format. Default format is json. Possible values are: `json` and `text`. The default is `json`.", + 'logOutputFormat', + 'Set log format. Default format is json. Possible values are: `json` and `text`. The default is `json`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "logEnabled", - "Enable or disable VPN tunnel logging feature. The default is `false`.", + 'logEnabled', + 'Enable or disable VPN tunnel logging feature. The default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_VpnConnectionVgwTelemetry.ts b/src/app/Models/codegen/aws/types/ec2_VpnConnectionVgwTelemetry.ts index fc6be82f8..ab67aa8cd 100644 --- a/src/app/Models/codegen/aws/types/ec2_VpnConnectionVgwTelemetry.ts +++ b/src/app/Models/codegen/aws/types/ec2_VpnConnectionVgwTelemetry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_VpnConnectionVgwTelemetry { // The number of accepted routes. @@ -30,7 +30,7 @@ export function ec2_VpnConnectionVgwTelemetry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "outsideIpAddress", + 'outsideIpAddress', "The Internet-routable IP address of the virtual private gateway's outside interface.", () => [], false, @@ -38,40 +38,40 @@ export function ec2_VpnConnectionVgwTelemetry_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "status", - "The status of the VPN tunnel.", + 'status', + 'The status of the VPN tunnel.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusMessage", - "If an error occurs, a description of the error.", + 'statusMessage', + 'If an error occurs, a description of the error.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "acceptedRouteCount", - "The number of accepted routes.", + 'acceptedRouteCount', + 'The number of accepted routes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.", + 'certificateArn', + 'The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lastStatusChange", - "The date and time of the last change in status.", + 'lastStatusChange', + 'The date and time of the last change in status.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getAmiBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/ec2_getAmiBlockDeviceMapping.ts index 9b3d1033b..b85f2a854 100644 --- a/src/app/Models/codegen/aws/types/ec2_getAmiBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/ec2_getAmiBlockDeviceMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getAmiBlockDeviceMapping { // Physical name of the device. @@ -24,15 +24,15 @@ export function ec2_getAmiBlockDeviceMapping_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deviceName", - "Physical name of the device.", + 'deviceName', + 'Physical name of the device.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "ebs", + 'ebs', 'Map containing EBS information, if the device is EBS based. Unlike most object attributes, these are accessed directly (e.g., `ebs.volume_size` or `ebs["volume_size"]`) rather than accessed through the first element of a list (e.g., `ebs[0].volume_size`).', () => InputType_Map_GetTypes(), true, @@ -40,16 +40,16 @@ export function ec2_getAmiBlockDeviceMapping_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "noDevice", - "Suppresses the specified device included in the block device mapping of the AMI.", + 'noDevice', + 'Suppresses the specified device included in the block device mapping of the AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name (for instance stores).", + 'virtualName', + 'Virtual device name (for instance stores).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getAmiFilter.ts b/src/app/Models/codegen/aws/types/ec2_getAmiFilter.ts index 2582fefb7..10368b2fa 100644 --- a/src/app/Models/codegen/aws/types/ec2_getAmiFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getAmiFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getAmiFilter { // Name of the AMI that was provided during image creation. @@ -18,16 +18,16 @@ export function ec2_getAmiFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the AMI that was provided during image creation.", + 'name', + 'Name of the AMI that was provided during image creation.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getAmiIdsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getAmiIdsFilter.ts index 4bbf3f445..dfe6b6380 100644 --- a/src/app/Models/codegen/aws/types/ec2_getAmiIdsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getAmiIdsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getAmiIdsFilter { // @@ -16,11 +16,11 @@ export interface ec2_getAmiIdsFilter { export function ec2_getAmiIdsFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getAmiProductCode.ts b/src/app/Models/codegen/aws/types/ec2_getAmiProductCode.ts index 6505b8318..fd3eabb76 100644 --- a/src/app/Models/codegen/aws/types/ec2_getAmiProductCode.ts +++ b/src/app/Models/codegen/aws/types/ec2_getAmiProductCode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getAmiProductCode { // @@ -18,16 +18,16 @@ export function ec2_getAmiProductCode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "productCodeId", - "", + 'productCodeId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "productCodeType", - "", + 'productCodeType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getCoipPoolFilter.ts b/src/app/Models/codegen/aws/types/ec2_getCoipPoolFilter.ts index 3fefae5c7..f1adcc451 100644 --- a/src/app/Models/codegen/aws/types/ec2_getCoipPoolFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getCoipPoolFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getCoipPoolFilter { /* @@ -24,16 +24,16 @@ export function ec2_getCoipPoolFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA COIP Pool will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA COIP Pool will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getCoipPoolsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getCoipPoolsFilter.ts index f57b4f6f9..58b540349 100644 --- a/src/app/Models/codegen/aws/types/ec2_getCoipPoolsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getCoipPoolsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getCoipPoolsFilter { /* @@ -24,16 +24,16 @@ export function ec2_getCoipPoolsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA COIP Pool will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA COIP Pool will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getCustomerGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2_getCustomerGatewayFilter.ts index 53c68a783..cdac744a4 100644 --- a/src/app/Models/codegen/aws/types/ec2_getCustomerGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getCustomerGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getCustomerGatewayFilter { // @@ -16,11 +16,11 @@ export interface ec2_getCustomerGatewayFilter { export function ec2_getCustomerGatewayFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getDedicatedHostFilter.ts b/src/app/Models/codegen/aws/types/ec2_getDedicatedHostFilter.ts index f32e54b18..757483cde 100644 --- a/src/app/Models/codegen/aws/types/ec2_getDedicatedHostFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getDedicatedHostFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getDedicatedHostFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html). @@ -18,16 +18,16 @@ export function ec2_getDedicatedHostFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. A host will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. A host will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getEipsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getEipsFilter.ts index 84dc6c5aa..06fe3b1cd 100644 --- a/src/app/Models/codegen/aws/types/ec2_getEipsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getEipsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getEipsFilter { /* @@ -21,16 +21,16 @@ export function ec2_getEipsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getElasticIpFilter.ts b/src/app/Models/codegen/aws/types/ec2_getElasticIpFilter.ts index e5999e526..41b66284a 100644 --- a/src/app/Models/codegen/aws/types/ec2_getElasticIpFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getElasticIpFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getElasticIpFilter { // @@ -18,12 +18,12 @@ export function ec2_getElasticIpFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceCreditSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceCreditSpecification.ts index d133d9e8a..650e3aae0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceCreditSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceCreditSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceCreditSpecification { // @@ -15,8 +15,8 @@ export function ec2_getInstanceCreditSpecification_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "cpuCredits", - "", + 'cpuCredits', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceEbsBlockDevice.ts index 2ddca95e0..fc1fef340 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceEbsBlockDevice { // If the root block device will be deleted on termination. @@ -45,74 +45,74 @@ export function ec2_getInstanceEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "If the root block device will be deleted on termination.", + 'deleteOnTermination', + 'If the root block device will be deleted on termination.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "encrypted", - "If the EBS volume is encrypted.", + 'encrypted', + 'If the EBS volume is encrypted.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the Instance.", + 'tags', + 'Map of tags assigned to the Instance.', () => InputType_Map_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "volumeId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'volumeId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume.", + 'volumeType', + 'Type of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Physical name of the device.", + 'deviceName', + 'Physical name of the device.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "ID of the snapshot.", + 'snapshotId', + 'ID of the snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "iops", - "`0` If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.", + 'iops', + '`0` If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput of the volume, in MiB/s.", + 'throughput', + 'Throughput of the volume, in MiB/s.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceEnclaveOption.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceEnclaveOption.ts index 08120cf55..7cb299fc9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceEnclaveOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceEnclaveOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceEnclaveOption { // Whether Nitro Enclaves are enabled. @@ -15,8 +15,8 @@ export function ec2_getInstanceEnclaveOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether Nitro Enclaves are enabled.", + 'enabled', + 'Whether Nitro Enclaves are enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceEphemeralBlockDevice.ts index 270cd776b..aa69d19b3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceEphemeralBlockDevice { // Whether the specified device included in the device mapping was suppressed or not (Boolean). @@ -21,24 +21,24 @@ export function ec2_getInstanceEphemeralBlockDevice_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "noDevice", - "Whether the specified device included in the device mapping was suppressed or not (Boolean).", + 'noDevice', + 'Whether the specified device included in the device mapping was suppressed or not (Boolean).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name.", + 'virtualName', + 'Virtual device name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Physical name of the device.", + 'deviceName', + 'Physical name of the device.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceFilter.ts index 90ad5669f..9a13010e4 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceFilter { // @@ -16,11 +16,11 @@ export interface ec2_getInstanceFilter { export function ec2_getInstanceFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceMaintenanceOption.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceMaintenanceOption.ts index 0b9005ec2..d3ae0bf1d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceMaintenanceOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceMaintenanceOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceMaintenanceOption { // Automatic recovery behavior of the instance. @@ -15,8 +15,8 @@ export function ec2_getInstanceMaintenanceOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "autoRecovery", - "Automatic recovery behavior of the instance.", + 'autoRecovery', + 'Automatic recovery behavior of the instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceMetadataOption.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceMetadataOption.ts index 789fed090..38f43635d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceMetadataOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceMetadataOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceMetadataOption { // State of the metadata service: `enabled`, `disabled`. @@ -27,40 +27,40 @@ export function ec2_getInstanceMetadataOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "Desired HTTP PUT response hop limit for instance metadata requests.", + 'httpPutResponseHopLimit', + 'Desired HTTP PUT response hop limit for instance metadata requests.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "If session tokens are required: `optional`, `required`.", + 'httpTokens', + 'If session tokens are required: `optional`, `required`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceMetadataTags", - "If access to instance tags is allowed from the metadata service: `enabled`, `disabled`.", + 'instanceMetadataTags', + 'If access to instance tags is allowed from the metadata service: `enabled`, `disabled`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpEndpoint", - "State of the metadata service: `enabled`, `disabled`.", + 'httpEndpoint', + 'State of the metadata service: `enabled`, `disabled`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpProtocolIpv6", - "Whether the IPv6 endpoint for the instance metadata service is `enabled` or `disabled`", + 'httpProtocolIpv6', + 'Whether the IPv6 endpoint for the instance metadata service is `enabled` or `disabled`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstancePrivateDnsNameOption.ts b/src/app/Models/codegen/aws/types/ec2_getInstancePrivateDnsNameOption.ts index dfac4cc36..f6a853d75 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstancePrivateDnsNameOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstancePrivateDnsNameOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstancePrivateDnsNameOption { // Indicates whether to respond to DNS queries for instance hostnames with DNS A records. @@ -21,24 +21,24 @@ export function ec2_getInstancePrivateDnsNameOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.", + 'enableResourceNameDnsAaaaRecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostnameType", - "Type of hostname for EC2 instances.", + 'hostnameType', + 'Type of hostname for EC2 instances.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecord", - "Indicates whether to respond to DNS queries for instance hostnames with DNS A records.", + 'enableResourceNameDnsARecord', + 'Indicates whether to respond to DNS queries for instance hostnames with DNS A records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceRootBlockDevice.ts index cca6ed9f3..87ec7ab5d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceRootBlockDevice { // `0` If the volume is not a provisioned IOPS image, otherwise the supported IOPS count. @@ -42,66 +42,66 @@ export function ec2_getInstanceRootBlockDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "`0` If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.", + 'iops', + '`0` If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "If the root block device will be deleted on termination.", + 'deleteOnTermination', + 'If the root block device will be deleted on termination.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "If the EBS volume is encrypted.", + 'encrypted', + 'If the EBS volume is encrypted.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "volumeId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'volumeId', '', () => [], true, false), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the Instance.", + 'tags', + 'Map of tags assigned to the Instance.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume.", + 'volumeType', + 'Type of the volume.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput of the volume, in MiB/s.", + 'throughput', + 'Throughput of the volume, in MiB/s.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Physical name of the device.", + 'deviceName', + 'Physical name of the device.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeFpga.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeFpga.ts index 5e9b89ef2..658651a21 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeFpga.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeFpga.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeFpga { // @@ -24,18 +24,18 @@ export function ec2_getInstanceTypeFpga_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "memorySize", - "Size of the instance memory, in MiB.", + 'memorySize', + 'Size of the instance memory, in MiB.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "count", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], true, false), new DynamicUIProps( InputType.String, - "manufacturer", - "", + 'manufacturer', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeGpus.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeGpus.ts index 2281bac37..d7c02e4e6 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeGpus.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeGpus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeGpus { // Size of the instance memory, in MiB. @@ -24,21 +24,21 @@ export function ec2_getInstanceTypeGpus_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "manufacturer", - "", + 'manufacturer', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "memorySize", - "Size of the instance memory, in MiB.", + 'memorySize', + 'Size of the instance memory, in MiB.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "count", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInferenceAccelerator.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInferenceAccelerator.ts index c89903bff..ec2510f37 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInferenceAccelerator.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInferenceAccelerator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeInferenceAccelerator { // @@ -19,12 +19,12 @@ export interface ec2_getInstanceTypeInferenceAccelerator { export function ec2_getInstanceTypeInferenceAccelerator_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "count", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], true, false), new DynamicUIProps( InputType.String, - "manufacturer", - "", + 'manufacturer', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInstanceDisk.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInstanceDisk.ts index d24b21980..1e74f486d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInstanceDisk.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeInstanceDisk.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeInstanceDisk { // @@ -19,8 +19,8 @@ export interface ec2_getInstanceTypeInstanceDisk { export function ec2_getInstanceTypeInstanceDisk_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "count", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "size", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'count', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'size', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingFilter.ts index 235ab2aeb..e90864a82 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeOfferingFilter { // Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region. @@ -18,16 +18,16 @@ export function ec2_getInstanceTypeOfferingFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region.", + 'name', + 'Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingsFilter.ts index 9f80ec100..3fa76009c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypeOfferingsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypeOfferingsFilter { // Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region. @@ -18,16 +18,16 @@ export function ec2_getInstanceTypeOfferingsFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region.", + 'name', + 'Name of the filter. The `location` filter depends on the top-level `location_type` argument and if not specified, defaults to the current region.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstanceTypesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInstanceTypesFilter.ts index 21b4176b3..5c35870d0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstanceTypesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstanceTypesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstanceTypesFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2_getInstanceTypesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInstancesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInstancesFilter.ts index 553bf8590..d01f879ea 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInstancesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInstancesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInstancesFilter { // @@ -18,12 +18,12 @@ export function ec2_getInstancesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getInternetGatewayAttachment.ts b/src/app/Models/codegen/aws/types/ec2_getInternetGatewayAttachment.ts index 4d6556e4f..0620896c8 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInternetGatewayAttachment.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInternetGatewayAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInternetGatewayAttachment { // Current state of the attachment between the gateway and the VPC. Present only if a VPC is attached @@ -18,16 +18,16 @@ export function ec2_getInternetGatewayAttachment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "state", - "Current state of the attachment between the gateway and the VPC. Present only if a VPC is attached", + 'state', + 'Current state of the attachment between the gateway and the VPC. Present only if a VPC is attached', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of an attached VPC.", + 'vpcId', + 'ID of an attached VPC.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getInternetGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2_getInternetGatewayFilter.ts index 8dd1113bd..fb9b6286f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getInternetGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getInternetGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getInternetGatewayFilter { /* @@ -24,16 +24,16 @@ export function ec2_getInternetGatewayFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nAn Internet Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nAn Internet Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getKeyPairFilter.ts b/src/app/Models/codegen/aws/types/ec2_getKeyPairFilter.ts index 05cf75819..77148e209 100644 --- a/src/app/Models/codegen/aws/types/ec2_getKeyPairFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getKeyPairFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getKeyPairFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html). @@ -18,16 +18,16 @@ export function ec2_getKeyPairFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEbsBlockDevice.ts index 12de618c1..225c1e2ab 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchConfigurationEbsBlockDevice { // Provisioned IOPs of the volume. @@ -39,72 +39,72 @@ export function ec2_getLaunchConfigurationEbsBlockDevice_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device.", + 'deviceName', + 'Name of the device.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether the volume is Encrypted.", + 'encrypted', + 'Whether the volume is Encrypted.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Snapshot ID of the mount.", + 'snapshotId', + 'Snapshot ID of the mount.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput of the volume.", + 'throughput', + 'Throughput of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "noDevice", - "Whether the device in the block device mapping of the AMI is suppressed.", + 'noDevice', + 'Whether the device in the block device mapping of the AMI is suppressed.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume.", + 'volumeSize', + 'Size of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume.", + 'volumeType', + 'Type of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the EBS Volume will be deleted on instance termination.", + 'deleteOnTermination', + 'Whether the EBS Volume will be deleted on instance termination.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Provisioned IOPs of the volume.", + 'iops', + 'Provisioned IOPs of the volume.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEphemeralBlockDevice.ts index 133350853..df29b82db 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchConfigurationEphemeralBlockDevice { // Name of the device. @@ -18,16 +18,16 @@ export function ec2_getLaunchConfigurationEphemeralBlockDevice_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "virtualName", - "Virtual Name of the device.", + 'virtualName', + 'Virtual Name of the device.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device.", + 'deviceName', + 'Name of the device.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationMetadataOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationMetadataOption.ts index fea3457c0..ec077dac8 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationMetadataOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationMetadataOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchConfigurationMetadataOption { // State of the metadata service: `enabled`, `disabled`. @@ -21,24 +21,24 @@ export function ec2_getLaunchConfigurationMetadataOption_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "httpEndpoint", - "State of the metadata service: `enabled`, `disabled`.", + 'httpEndpoint', + 'State of the metadata service: `enabled`, `disabled`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "The desired HTTP PUT response hop limit for instance metadata requests.", + 'httpPutResponseHopLimit', + 'The desired HTTP PUT response hop limit for instance metadata requests.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "If session tokens are required: `optional`, `required`.", + 'httpTokens', + 'If session tokens are required: `optional`, `required`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationRootBlockDevice.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationRootBlockDevice.ts index c4443e7b8..457559cf5 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchConfigurationRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchConfigurationRootBlockDevice { // Throughput of the volume. @@ -30,48 +30,48 @@ export function ec2_getLaunchConfigurationRootBlockDevice_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "iops", - "Provisioned IOPs of the volume.", + 'iops', + 'Provisioned IOPs of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput of the volume.", + 'throughput', + 'Throughput of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume.", + 'volumeSize', + 'Size of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume.", + 'volumeType', + 'Type of the volume.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether the EBS Volume will be deleted on instance termination.", + 'deleteOnTermination', + 'Whether the EBS Volume will be deleted on instance termination.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether the volume is Encrypted.", + 'encrypted', + 'Whether the volume is Encrypted.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMapping.ts index b1fd3d889..94d199f33 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getLaunchTemplateBlockDeviceMappingEb, ec2_getLaunchTemplateBlockDeviceMappingEb_GetTypes, -} from "./ec2_getLaunchTemplateBlockDeviceMappingEb"; +} from './ec2_getLaunchTemplateBlockDeviceMappingEb'; export interface ec2_getLaunchTemplateBlockDeviceMapping { // @@ -28,25 +28,25 @@ export function ec2_getLaunchTemplateBlockDeviceMapping_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "ebs", - "", + 'ebs', + '', () => ec2_getLaunchTemplateBlockDeviceMappingEb_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "noDevice", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'noDevice', '', () => [], true, false), new DynamicUIProps( InputType.String, - "virtualName", - "", + 'virtualName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMappingEb.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMappingEb.ts index 9fbbc46dd..375808186 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMappingEb.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateBlockDeviceMappingEb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateBlockDeviceMappingEb { // @@ -36,50 +36,50 @@ export function ec2_getLaunchTemplateBlockDeviceMappingEb_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "encrypted", - "", + 'encrypted', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "iops", "", () => [], true, false), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "snapshotId", - "", + 'snapshotId', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "", + 'throughput', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecification.ts index 00a27e465..fe891d41f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget, ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget_GetTypes, -} from "./ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget"; +} from './ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget'; export interface ec2_getLaunchTemplateCapacityReservationSpecification { // @@ -22,16 +22,16 @@ export function ec2_getLaunchTemplateCapacityReservationSpecification_GetTypes() return [ new DynamicUIProps( InputType.String, - "capacityReservationPreference", - "", + 'capacityReservationPreference', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "capacityReservationTargets", - "", + 'capacityReservationTargets', + '', () => ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts index f22dc6820..6f2b94a1e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget { // @@ -18,16 +18,16 @@ export function ec2_getLaunchTemplateCapacityReservationSpecificationCapacityRes return [ new DynamicUIProps( InputType.String, - "capacityReservationId", - "", + 'capacityReservationId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "capacityReservationResourceGroupArn", - "", + 'capacityReservationResourceGroupArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCpuOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCpuOption.ts index 4cf20ade6..610552ed3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCpuOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCpuOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateCpuOption { // @@ -21,24 +21,24 @@ export function ec2_getLaunchTemplateCpuOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "amdSevSnp", - "", + 'amdSevSnp', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "coreCount", - "", + 'coreCount', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "threadsPerCore", - "", + 'threadsPerCore', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCreditSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCreditSpecification.ts index 4dffb8c1c..22d56e40e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCreditSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateCreditSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateCreditSpecification { // @@ -15,8 +15,8 @@ export function ec2_getLaunchTemplateCreditSpecification_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "cpuCredits", - "", + 'cpuCredits', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticGpuSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticGpuSpecification.ts index 0d18a02e7..792bf81d0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticGpuSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticGpuSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateElasticGpuSpecification { // @@ -13,6 +13,6 @@ export interface ec2_getLaunchTemplateElasticGpuSpecification { export function ec2_getLaunchTemplateElasticGpuSpecification_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticInferenceAccelerator.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticInferenceAccelerator.ts index bdb94b325..84fcf3eae 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticInferenceAccelerator.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateElasticInferenceAccelerator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateElasticInferenceAccelerator { // @@ -13,6 +13,6 @@ export interface ec2_getLaunchTemplateElasticInferenceAccelerator { export function ec2_getLaunchTemplateElasticInferenceAccelerator_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateEnclaveOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateEnclaveOption.ts index 842dc73b0..979ac530e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateEnclaveOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateEnclaveOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateEnclaveOption { // @@ -13,6 +13,6 @@ export interface ec2_getLaunchTemplateEnclaveOption { export function ec2_getLaunchTemplateEnclaveOption_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateFilter.ts index aa4c127a2..181e07ffc 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeLaunchTemplates API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html). @@ -18,16 +18,16 @@ export function ec2_getLaunchTemplateFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeLaunchTemplates API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeLaunchTemplates API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateHibernationOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateHibernationOption.ts index be244ca71..9ab64c9cd 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateHibernationOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateHibernationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateHibernationOption { // @@ -13,6 +13,6 @@ export interface ec2_getLaunchTemplateHibernationOption { export function ec2_getLaunchTemplateHibernationOption_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "configured", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'configured', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateIamInstanceProfile.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateIamInstanceProfile.ts index 98ea80fa5..f386c0912 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateIamInstanceProfile.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateIamInstanceProfile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateIamInstanceProfile { // @@ -16,11 +16,11 @@ export interface ec2_getLaunchTemplateIamInstanceProfile { export function ec2_getLaunchTemplateIamInstanceProfile_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "arn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'arn', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the launch template.", + 'name', + 'Name of the launch template.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOption.ts index 1b3ca12b9..b150d835d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getLaunchTemplateInstanceMarketOptionSpotOption, ec2_getLaunchTemplateInstanceMarketOptionSpotOption_GetTypes, -} from "./ec2_getLaunchTemplateInstanceMarketOptionSpotOption"; +} from './ec2_getLaunchTemplateInstanceMarketOptionSpotOption'; export interface ec2_getLaunchTemplateInstanceMarketOption { // @@ -22,16 +22,16 @@ export function ec2_getLaunchTemplateInstanceMarketOption_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "spotOptions", - "", + 'spotOptions', + '', () => ec2_getLaunchTemplateInstanceMarketOptionSpotOption_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "marketType", - "", + 'marketType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOptionSpotOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOptionSpotOption.ts index 01325acdd..b8bdbd7f9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOptionSpotOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceMarketOptionSpotOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceMarketOptionSpotOption { // @@ -27,33 +27,33 @@ export function ec2_getLaunchTemplateInstanceMarketOptionSpotOption_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "blockDurationMinutes", - "", + 'blockDurationMinutes', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceInterruptionBehavior", - "", + 'instanceInterruptionBehavior', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "maxPrice", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'maxPrice', '', () => [], true, false), new DynamicUIProps( InputType.String, - "spotInstanceType", - "", + 'spotInstanceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "validUntil", - "", + 'validUntil', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirement.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirement.ts index f3c715a65..39c56bed1 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirement.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirement.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib, ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib"; +} from './ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib'; import { ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount, ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount"; +} from './ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount'; import { ec2_getLaunchTemplateInstanceRequirementMemoryMib, ec2_getLaunchTemplateInstanceRequirementMemoryMib_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementMemoryMib"; +} from './ec2_getLaunchTemplateInstanceRequirementMemoryMib'; import { ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp, ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp"; +} from './ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp'; import { ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus, ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus"; +} from './ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus'; import { ec2_getLaunchTemplateInstanceRequirementVcpuCount, ec2_getLaunchTemplateInstanceRequirementVcpuCount_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementVcpuCount"; +} from './ec2_getLaunchTemplateInstanceRequirementVcpuCount'; import { ec2_getLaunchTemplateInstanceRequirementAcceleratorCount, ec2_getLaunchTemplateInstanceRequirementAcceleratorCount_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementAcceleratorCount"; +} from './ec2_getLaunchTemplateInstanceRequirementAcceleratorCount'; import { ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp, ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp"; +} from './ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp'; import { ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb, ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb_GetTypes, -} from "./ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb"; +} from './ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb'; export interface ec2_getLaunchTemplateInstanceRequirement { // @@ -120,16 +120,16 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "acceleratorCounts", - "", + 'acceleratorCounts', + '', () => ec2_getLaunchTemplateInstanceRequirementAcceleratorCount_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorTotalMemoryMibs", - "", + 'acceleratorTotalMemoryMibs', + '', () => ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib_GetTypes(), true, @@ -137,8 +137,8 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "networkInterfaceCounts", - "", + 'networkInterfaceCounts', + '', () => ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount_GetTypes(), true, @@ -146,16 +146,16 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Bool, - "requireHibernateSupport", - "", + 'requireHibernateSupport', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "networkBandwidthGbps", - "", + 'networkBandwidthGbps', + '', () => ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp_GetTypes(), true, @@ -163,40 +163,40 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "acceleratorManufacturers", - "", + 'acceleratorManufacturers', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "maxSpotPriceAsPercentageOfOptimalOnDemandPrice", - "", + 'maxSpotPriceAsPercentageOfOptimalOnDemandPrice', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorTypes", - "", + 'acceleratorTypes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "memoryMibs", - "", + 'memoryMibs', + '', () => ec2_getLaunchTemplateInstanceRequirementMemoryMib_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "baselineEbsBandwidthMbps", - "", + 'baselineEbsBandwidthMbps', + '', () => ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp_GetTypes(), true, @@ -204,8 +204,8 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "memoryGibPerVcpus", - "", + 'memoryGibPerVcpus', + '', () => ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus_GetTypes(), true, @@ -213,24 +213,24 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Number, - "onDemandMaxPricePercentageOverLowestPrice", - "", + 'onDemandMaxPricePercentageOverLowestPrice', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "localStorageTypes", - "", + 'localStorageTypes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "totalLocalStorageGbs", - "", + 'totalLocalStorageGbs', + '', () => ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb_GetTypes(), true, @@ -238,80 +238,80 @@ export function ec2_getLaunchTemplateInstanceRequirement_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "burstablePerformance", - "", + 'burstablePerformance', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "allowedInstanceTypes", - "", + 'allowedInstanceTypes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "cpuManufacturers", - "", + 'cpuManufacturers', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "vcpuCounts", - "", + 'vcpuCounts', + '', () => ec2_getLaunchTemplateInstanceRequirementVcpuCount_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "spotMaxPricePercentageOverLowestPrice", - "", + 'spotMaxPricePercentageOverLowestPrice', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "acceleratorNames", - "", + 'acceleratorNames', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "bareMetal", - "", + 'bareMetal', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "instanceGenerations", - "", + 'instanceGenerations', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "localStorage", - "", + 'localStorage', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "excludedInstanceTypes", - "", + 'excludedInstanceTypes', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorCount.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorCount.ts index 94f1733a3..7c7a3ab28 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementAcceleratorCount { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementAcceleratorCount { export function ec2_getLaunchTemplateInstanceRequirementAcceleratorCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib.ts index f14df291e..c8c5269ae 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryM export function ec2_getLaunchTemplateInstanceRequirementAcceleratorTotalMemoryMib_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp.ts index 3e62ed4fb..96eaad5b0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp export function ec2_getLaunchTemplateInstanceRequirementBaselineEbsBandwidthMbp_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus.ts index f19988810..2f9c8d667 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus { export function ec2_getLaunchTemplateInstanceRequirementMemoryGibPerVcpus_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryMib.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryMib.ts index 4bd9160f2..80c4915e5 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryMib.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementMemoryMib.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementMemoryMib { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementMemoryMib { export function ec2_getLaunchTemplateInstanceRequirementMemoryMib_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp.ts index 516016ead..a55d1f577 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp { export function ec2_getLaunchTemplateInstanceRequirementNetworkBandwidthGbp_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount.ts index e99fc4944..b32cd577f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount { export function ec2_getLaunchTemplateInstanceRequirementNetworkInterfaceCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb.ts index 208a2d69e..ccac30091 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb { export function ec2_getLaunchTemplateInstanceRequirementTotalLocalStorageGb_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementVcpuCount.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementVcpuCount.ts index 4114694d3..5487a6bcf 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementVcpuCount.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateInstanceRequirementVcpuCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateInstanceRequirementVcpuCount { // @@ -16,7 +16,7 @@ export interface ec2_getLaunchTemplateInstanceRequirementVcpuCount { export function ec2_getLaunchTemplateInstanceRequirementVcpuCount_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "min", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "max", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'min', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'max', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateLicenseSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateLicenseSpecification.ts index b50e0280e..7ec711dd9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateLicenseSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateLicenseSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateLicenseSpecification { // @@ -15,8 +15,8 @@ export function ec2_getLaunchTemplateLicenseSpecification_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "licenseConfigurationArn", - "", + 'licenseConfigurationArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMaintenanceOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMaintenanceOption.ts index a2b2ef045..fca3e7680 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMaintenanceOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMaintenanceOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateMaintenanceOption { // @@ -15,8 +15,8 @@ export function ec2_getLaunchTemplateMaintenanceOption_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "autoRecovery", - "", + 'autoRecovery', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMetadataOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMetadataOption.ts index c442e51c3..b352c2bc4 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMetadataOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMetadataOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateMetadataOption { // @@ -27,40 +27,40 @@ export function ec2_getLaunchTemplateMetadataOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "instanceMetadataTags", - "", + 'instanceMetadataTags', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpEndpoint", - "", + 'httpEndpoint', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpProtocolIpv6", - "", + 'httpProtocolIpv6', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "", + 'httpPutResponseHopLimit', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "", + 'httpTokens', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMonitoring.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMonitoring.ts index bc118d05a..6e4c15e80 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMonitoring.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateMonitoring.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateMonitoring { // @@ -13,6 +13,6 @@ export interface ec2_getLaunchTemplateMonitoring { export function ec2_getLaunchTemplateMonitoring_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateNetworkInterface.ts index ec3691080..b76852b73 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateNetworkInterface { // @@ -72,153 +72,153 @@ export function ec2_getLaunchTemplateNetworkInterface_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "ipv4PrefixCount", - "", + 'ipv4PrefixCount', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "", + 'privateIpAddress', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "interfaceType", - "", + 'interfaceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv6Addresses", - "", + 'ipv6Addresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "networkCardIndex", - "", + 'networkCardIndex', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "primaryIpv6", - "", + 'primaryIpv6', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ipv4AddressCount", - "", + 'ipv4AddressCount', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "associatePublicIpAddress", - "", + 'associatePublicIpAddress', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "subnetId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'subnetId', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ipv6Prefixes", - "", + 'ipv6Prefixes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "associateCarrierIpAddress", - "", + 'associateCarrierIpAddress', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "deviceIndex", - "", + 'deviceIndex', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv4Addresses", - "", + 'ipv4Addresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "ipv6AddressCount", - "", + 'ipv6AddressCount', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipv4Prefixes", - "", + 'ipv4Prefixes', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "ipv6PrefixCount", - "", + 'ipv6PrefixCount', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePlacement.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePlacement.ts index a688a1b9f..beab984df 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePlacement.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePlacement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplatePlacement { // @@ -36,46 +36,46 @@ export function ec2_getLaunchTemplatePlacement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "", + 'availabilityZone', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupName", - "", + 'groupName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "hostId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'hostId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "hostResourceGroupArn", - "", + 'hostResourceGroupArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "partitionNumber", - "", + 'partitionNumber', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "spreadDomain", - "", + 'spreadDomain', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "tenancy", "", () => [], true, false), - new DynamicUIProps(InputType.String, "affinity", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'tenancy', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'affinity', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePrivateDnsNameOption.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePrivateDnsNameOption.ts index 6170c510b..da66c0240 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePrivateDnsNameOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplatePrivateDnsNameOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplatePrivateDnsNameOption { // @@ -21,24 +21,24 @@ export function ec2_getLaunchTemplatePrivateDnsNameOption_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsAaaaRecord", - "", + 'enableResourceNameDnsAaaaRecord', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostnameType", - "", + 'hostnameType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableResourceNameDnsARecord", - "", + 'enableResourceNameDnsARecord', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateTagSpecification.ts b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateTagSpecification.ts index 9c1f8ca72..5556d0fa3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateTagSpecification.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLaunchTemplateTagSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLaunchTemplateTagSpecification { // @@ -18,16 +18,16 @@ export function ec2_getLaunchTemplateTagSpecification_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags, each pair of which must exactly match a pair on the desired Launch Template.", + 'tags', + 'Map of tags, each pair of which must exactly match a pair on the desired Launch Template.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayFilter.ts index b889973bd..ce12a5377 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayFilter { /* @@ -24,16 +24,16 @@ export function ec2_getLocalGatewayFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Local Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Local Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTableFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTableFilter.ts index aa6c3f699..a512aa3f7 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTableFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTableFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayRouteTableFilter { /* @@ -24,16 +24,16 @@ export function ec2_getLocalGatewayRouteTableFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA local gateway route table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA local gateway route table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTablesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTablesFilter.ts index cff6e5d24..7b12944c0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTablesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayRouteTablesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayRouteTablesFilter { /* @@ -24,16 +24,16 @@ export function ec2_getLocalGatewayRouteTablesFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Local Gateway Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Local Gateway Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceFilter.ts index 1263c3c0a..3992a8baf 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayVirtualInterfaceFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2_getLocalGatewayVirtualInterfaceFilter_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupFilter.ts index 7b00d2392..150203597 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayVirtualInterfaceGroupFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2_getLocalGatewayVirtualInterfaceGroupFilter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupsFilter.ts index 6c227a4bc..3fbd405c6 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewayVirtualInterfaceGroupsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewayVirtualInterfaceGroupsFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2_getLocalGatewayVirtualInterfaceGroupsFilter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getLocalGatewaysFilter.ts b/src/app/Models/codegen/aws/types/ec2_getLocalGatewaysFilter.ts index 8f10cb4fd..e2efba400 100644 --- a/src/app/Models/codegen/aws/types/ec2_getLocalGatewaysFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getLocalGatewaysFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getLocalGatewaysFilter { /* @@ -24,16 +24,16 @@ export function ec2_getLocalGatewaysFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Local Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Local Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListEntry.ts b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListEntry.ts index 346193aac..d8c9d4c3b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListEntry.ts +++ b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getManagedPrefixListEntry { // @@ -16,11 +16,11 @@ export interface ec2_getManagedPrefixListEntry { export function ec2_getManagedPrefixListEntry_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListFilter.ts b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListFilter.ts index b161e6c9d..b21cb317f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getManagedPrefixListFilter { // Name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference. @@ -18,16 +18,16 @@ export function ec2_getManagedPrefixListFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListsFilter.ts index 7b11fd194..350bd985e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getManagedPrefixListsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getManagedPrefixListsFilter { /* @@ -24,16 +24,16 @@ export function ec2_getManagedPrefixListsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA managed prefix list will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA managed prefix list will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNatGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNatGatewayFilter.ts index 0edd38c34..13bbd6c1b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNatGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNatGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNatGatewayFilter { /* @@ -24,16 +24,16 @@ export function ec2_getNatGatewayFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nAn Nat Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nAn Nat Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNatGatewaysFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNatGatewaysFilter.ts index 540ebb5a8..fcef787f0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNatGatewaysFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNatGatewaysFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNatGatewaysFilter { /* @@ -24,16 +24,16 @@ export function ec2_getNatGatewaysFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Nat Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Nat Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkAclsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkAclsFilter.ts index 1b2bce2c5..f75f520b9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkAclsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkAclsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkAclsFilter { /* @@ -24,16 +24,16 @@ export function ec2_getNetworkAclsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisAlternatePathHint.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisAlternatePathHint.ts index 58008e045..832a22821 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisAlternatePathHint.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisAlternatePathHint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisAlternatePathHint { // @@ -18,16 +18,16 @@ export function ec2_getNetworkInsightsAnalysisAlternatePathHint_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "componentArn", - "", + 'componentArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "componentId", - "", + 'componentId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanation.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanation.ts index 45fa8dc0d..504017edc 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanation.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanation.ts @@ -3,136 +3,136 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisExplanationPrefixList, ec2_getNetworkInsightsAnalysisExplanationPrefixList_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationPrefixList"; +} from './ec2_getNetworkInsightsAnalysisExplanationPrefixList'; import { ec2_getNetworkInsightsAnalysisExplanationAclRule, ec2_getNetworkInsightsAnalysisExplanationAclRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationAclRule"; +} from './ec2_getNetworkInsightsAnalysisExplanationAclRule'; import { ec2_getNetworkInsightsAnalysisExplanationAttachedTo, ec2_getNetworkInsightsAnalysisExplanationAttachedTo_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationAttachedTo"; +} from './ec2_getNetworkInsightsAnalysisExplanationAttachedTo'; import { ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint, ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint"; +} from './ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint'; import { ec2_getNetworkInsightsAnalysisExplanationVpnConnection, ec2_getNetworkInsightsAnalysisExplanationVpnConnection_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationVpnConnection"; +} from './ec2_getNetworkInsightsAnalysisExplanationVpnConnection'; import { ec2_getNetworkInsightsAnalysisExplanationDestinationVpc, ec2_getNetworkInsightsAnalysisExplanationDestinationVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationDestinationVpc"; +} from './ec2_getNetworkInsightsAnalysisExplanationDestinationVpc'; import { ec2_getNetworkInsightsAnalysisExplanationAcl, ec2_getNetworkInsightsAnalysisExplanationAcl_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationAcl"; +} from './ec2_getNetworkInsightsAnalysisExplanationAcl'; import { ec2_getNetworkInsightsAnalysisExplanationSourceVpc, ec2_getNetworkInsightsAnalysisExplanationSourceVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSourceVpc"; +} from './ec2_getNetworkInsightsAnalysisExplanationSourceVpc'; import { ec2_getNetworkInsightsAnalysisExplanationInternetGateway, ec2_getNetworkInsightsAnalysisExplanationInternetGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationInternetGateway"; +} from './ec2_getNetworkInsightsAnalysisExplanationInternetGateway'; import { ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable, ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable"; +} from './ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable'; import { ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection, ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection"; +} from './ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection'; import { ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup, ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup"; +} from './ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup'; import { ec2_getNetworkInsightsAnalysisExplanationNatGateway, ec2_getNetworkInsightsAnalysisExplanationNatGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationNatGateway"; +} from './ec2_getNetworkInsightsAnalysisExplanationNatGateway'; import { ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute, ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisExplanationSecurityGroup, ec2_getNetworkInsightsAnalysisExplanationSecurityGroup_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSecurityGroup"; +} from './ec2_getNetworkInsightsAnalysisExplanationSecurityGroup'; import { ec2_getNetworkInsightsAnalysisExplanationNetworkInterface, ec2_getNetworkInsightsAnalysisExplanationNetworkInterface_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationNetworkInterface"; +} from './ec2_getNetworkInsightsAnalysisExplanationNetworkInterface'; import { ec2_getNetworkInsightsAnalysisExplanationSubnet, ec2_getNetworkInsightsAnalysisExplanationSubnet_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSubnet"; +} from './ec2_getNetworkInsightsAnalysisExplanationSubnet'; import { ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable, ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable"; +} from './ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable'; import { ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener, ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener"; +} from './ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener'; import { ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule, ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule"; +} from './ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule'; import { ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable, ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable"; +} from './ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable'; import { ec2_getNetworkInsightsAnalysisExplanationCustomerGateway, ec2_getNetworkInsightsAnalysisExplanationCustomerGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationCustomerGateway"; +} from './ec2_getNetworkInsightsAnalysisExplanationCustomerGateway'; import { ec2_getNetworkInsightsAnalysisExplanationRouteTable, ec2_getNetworkInsightsAnalysisExplanationRouteTable_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationRouteTable"; +} from './ec2_getNetworkInsightsAnalysisExplanationRouteTable'; import { ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment, ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment"; +} from './ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment'; import { ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener, ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener"; +} from './ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener'; import { ec2_getNetworkInsightsAnalysisExplanationVpnGateway, ec2_getNetworkInsightsAnalysisExplanationVpnGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationVpnGateway"; +} from './ec2_getNetworkInsightsAnalysisExplanationVpnGateway'; import { ec2_getNetworkInsightsAnalysisExplanationTransitGateway, ec2_getNetworkInsightsAnalysisExplanationTransitGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationTransitGateway"; +} from './ec2_getNetworkInsightsAnalysisExplanationTransitGateway'; import { ec2_getNetworkInsightsAnalysisExplanationVpc, ec2_getNetworkInsightsAnalysisExplanationVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationVpc"; +} from './ec2_getNetworkInsightsAnalysisExplanationVpc'; import { ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute, ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisExplanationPortRange, ec2_getNetworkInsightsAnalysisExplanationPortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationPortRange"; +} from './ec2_getNetworkInsightsAnalysisExplanationPortRange'; import { ec2_getNetworkInsightsAnalysisExplanationDestination, ec2_getNetworkInsightsAnalysisExplanationDestination_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationDestination"; +} from './ec2_getNetworkInsightsAnalysisExplanationDestination'; import { ec2_getNetworkInsightsAnalysisExplanationComponent, ec2_getNetworkInsightsAnalysisExplanationComponent_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationComponent"; +} from './ec2_getNetworkInsightsAnalysisExplanationComponent'; export interface ec2_getNetworkInsightsAnalysisExplanation { // @@ -284,8 +284,8 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "loadBalancerTargetGroup", - "", + 'loadBalancerTargetGroup', + '', () => ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes(), true, @@ -293,8 +293,8 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "classicLoadBalancerListeners", - "", + 'classicLoadBalancerListeners', + '', () => ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener_GetTypes(), true, @@ -302,48 +302,48 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerListenerPort", - "", + 'loadBalancerListenerPort', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "customerGateways", - "", + 'customerGateways', + '', () => ec2_getNetworkInsightsAnalysisExplanationCustomerGateway_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => ec2_getNetworkInsightsAnalysisExplanationSecurityGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "prefixLists", - "", + 'prefixLists', + '', () => ec2_getNetworkInsightsAnalysisExplanationPrefixList_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule_GetTypes(), true, @@ -351,17 +351,17 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "destinations", - "", + 'destinations', + '', () => ec2_getNetworkInsightsAnalysisExplanationDestination_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "transitGatewayAttachments", - "", + 'transitGatewayAttachments', + '', () => ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment_GetTypes(), true, @@ -369,8 +369,8 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "elasticLoadBalancerListeners", - "", + 'elasticLoadBalancerListeners', + '', () => ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener_GetTypes(), true, @@ -378,8 +378,8 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "vpcPeeringConnections", - "", + 'vpcPeeringConnections', + '', () => ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection_GetTypes(), true, @@ -387,40 +387,40 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_getNetworkInsightsAnalysisExplanationVpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "natGateways", - "", + 'natGateways', + '', () => ec2_getNetworkInsightsAnalysisExplanationNatGateway_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_getNetworkInsightsAnalysisExplanationDestinationVpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ingressRouteTables", - "", + 'ingressRouteTables', + '', () => ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable_GetTypes(), true, @@ -428,40 +428,40 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "routeTables", - "", + 'routeTables', + '', () => ec2_getNetworkInsightsAnalysisExplanationRouteTable_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "packetField", - "", + 'packetField', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_getNetworkInsightsAnalysisExplanationComponent_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTables", - "", + 'transitGatewayRouteTables', + '', () => ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable_GetTypes(), true, @@ -469,16 +469,16 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "missingComponent", - "", + 'missingComponent', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "loadBalancerTargetGroups", - "", + 'loadBalancerTargetGroups', + '', () => ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup_GetTypes(), true, @@ -486,33 +486,33 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "protocols", - "", + 'protocols', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerTargetPort", - "", + 'loadBalancerTargetPort', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "vpcEndpoints", - "", + 'vpcEndpoints', + '', () => ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "", + 'networkInterfaces', + '', () => ec2_getNetworkInsightsAnalysisExplanationNetworkInterface_GetTypes(), true, @@ -520,8 +520,8 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "subnetRouteTables", - "", + 'subnetRouteTables', + '', () => ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable_GetTypes(), true, @@ -529,56 +529,56 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "loadBalancerArn", - "", + 'loadBalancerArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisExplanationPortRange_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_getNetworkInsightsAnalysisExplanationSourceVpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "vpnGateways", - "", + 'vpnGateways', + '', () => ec2_getNetworkInsightsAnalysisExplanationVpnGateway_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "acls", - "", + 'acls', + '', () => ec2_getNetworkInsightsAnalysisExplanationAcl_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_getNetworkInsightsAnalysisExplanationAttachedTo_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute_GetTypes(), true, @@ -586,73 +586,73 @@ export function ec2_getNetworkInsightsAnalysisExplanation_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "vpnConnections", - "", + 'vpnConnections', + '', () => ec2_getNetworkInsightsAnalysisExplanationVpnConnection_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "explanationCode", - "", + 'explanationCode', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_getNetworkInsightsAnalysisExplanationAclRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "addresses", - "", + 'addresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "internetGateways", - "", + 'internetGateways', + '', () => ec2_getNetworkInsightsAnalysisExplanationInternetGateway_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "cidrs", - "", + 'cidrs', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_getNetworkInsightsAnalysisExplanationTransitGateway_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "address", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'address', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "securityGroup", - "", + 'securityGroup', + '', () => ec2_getNetworkInsightsAnalysisExplanationSecurityGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_getNetworkInsightsAnalysisExplanationSubnet_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAcl.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAcl.ts index 663b75e4b..18b599953 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAcl.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAcl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationAcl { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationAcl_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRule.ts index 63f81b314..9544b928e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange, ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange'; export interface ec2_getNetworkInsightsAnalysisExplanationAclRule { // @@ -34,31 +34,31 @@ export function ec2_getNetworkInsightsAnalysisExplanationAclRule_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange.ts index d024d29f7..e9925bdcb 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange { export function ec2_getNetworkInsightsAnalysisExplanationAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAttachedTo.ts index d3105be3a..02662df67 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationAttachedTo { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationAttachedTo_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts index 4b710e809..4250d8f34 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerListener { // @@ -18,16 +18,16 @@ export function ec2_getNetworkInsightsAnalysisExplanationClassicLoadBalancerList return [ new DynamicUIProps( InputType.Number, - "instancePort", - "", + 'instancePort', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "loadBalancerPort", - "", + 'loadBalancerPort', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationComponent.ts index 74a00afcb..991a2db82 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationComponent { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationComponent_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationCustomerGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationCustomerGateway.ts index 07614844e..7aa01a7bb 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationCustomerGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationCustomerGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationCustomerGateway { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationCustomerGateway_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestination.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestination.ts index 35bcfda0f..22f608bdc 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestination.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationDestination { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationDestination { export function ec2_getNetworkInsightsAnalysisExplanationDestination_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestinationVpc.ts index 0367eda50..7ac3990ee 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationDestinationVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationDestinationVpc_GetTypes return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts index 4ece9514b..7cf33a1bb 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener { // ARN of the selected Network Insights Analysis. @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerLis export function ec2_getNetworkInsightsAnalysisExplanationElasticLoadBalancerListener_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable.ts index 24e4ce2dd..9d5ba6a1a 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable { // ARN of the selected Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisExplanationIngressRouteTable_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationInternetGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationInternetGateway.ts index ce2ee4135..99d043b18 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationInternetGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationInternetGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationInternetGateway { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationInternetGateway_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts index d1547acb3..999e1fc85 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNatGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNatGateway.ts index 8aa0398d1..2687d7921 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNatGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNatGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationNatGateway { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationNatGateway { export function ec2_getNetworkInsightsAnalysisExplanationNatGateway_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNetworkInterface.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNetworkInterface.ts index 6dca67074..a5f5e898c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationNetworkInterface { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationNetworkInterface { export function ec2_getNetworkInsightsAnalysisExplanationNetworkInterface_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPortRange.ts index 25e7015bb..f400e8f47 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisExplanationPortRange { export function ec2_getNetworkInsightsAnalysisExplanationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPrefixList.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPrefixList.ts index 2c024893c..284c666c9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPrefixList.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationPrefixList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationPrefixList { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationPrefixList { export function ec2_getNetworkInsightsAnalysisExplanationPrefixList_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTable.ts index 6dd0c7643..d97c2c9bd 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationRouteTable { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationRouteTable_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute.ts index 1b68e82cd..42926967a 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute { // @@ -42,73 +42,73 @@ export function ec2_getNetworkInsightsAnalysisExplanationRouteTableRoute_GetType return [ new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], true, false), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroup.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroup.ts index 14aaf7ddd..f5ce64c8e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroup.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationSecurityGroup { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisExplanationSecurityGroup_GetTypes( return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule.ts index b3649fdc5..12cac2080 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange, ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange'; export interface ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule { // @@ -34,16 +34,16 @@ export function ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule_GetTy return [ new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes(), true, @@ -51,21 +51,21 @@ export function ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRule_GetTy ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts index 166202b55..985135168 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortR export function ec2_getNetworkInsightsAnalysisExplanationSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSourceVpc.ts index b96a5d011..9ba3cfadb 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationSourceVpc { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationSourceVpc { export function ec2_getNetworkInsightsAnalysisExplanationSourceVpc_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnet.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnet.ts index f83fa2082..7c5d7fc82 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationSubnet { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationSubnet_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable.ts index 8863eb467..a3ee19af1 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisExplanationSubnetRouteTable_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGateway.ts index 51c5727da..9ad3d4a33 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationTransitGateway { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationTransitGateway_GetTypes return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts index d5d983aeb..602ef0f19 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachment { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisExplanationTransitGatewayAttachmen return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts index 9af8cfc6a..11dbff443 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTable { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTabl return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts index 7720a9f53..9c9e12a73 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute { // @@ -33,49 +33,49 @@ export function ec2_getNetworkInsightsAnalysisExplanationTransitGatewayRouteTabl return [ new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpc.ts index cb3292093..216ad1945 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationVpc_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint.ts index 31ef648b2..371b49ad3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint { // ARN of the selected Network Insights Analysis. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisExplanationVpcEndpoint_GetTypes(): return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection.ts index 44bf58251..cc9cb83f5 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationVpcPeeringConnection_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnConnection.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnConnection.ts index f0a47a061..b59fbca12 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnConnection.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnConnection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationVpnConnection { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisExplanationVpnConnection { export function ec2_getNetworkInsightsAnalysisExplanationVpnConnection_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnGateway.ts index d91f6d901..95d97093f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisExplanationVpnGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisExplanationVpnGateway { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisExplanationVpnGateway_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisFilter.ts index 3515bee88..954e07389 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisFilter { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -18,16 +18,16 @@ export function ec2_getNetworkInsightsAnalysisFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponent.ts index 969e099ac..cb3bfa4ef 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponent.ts @@ -3,64 +3,64 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo, ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader, ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail, ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute, ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentVpc, ec2_getNetworkInsightsAnalysisForwardPathComponentVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentVpc"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentVpc'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule, ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule, ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc, ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc, ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet, ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute, ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway, ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader, ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentComponent, ec2_getNetworkInsightsAnalysisForwardPathComponentComponent_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentComponent"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentComponent'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponent { // @@ -113,8 +113,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "outboundHeaders", - "", + 'outboundHeaders', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader_GetTypes(), true, @@ -122,16 +122,16 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentVpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes(), true, @@ -139,8 +139,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "inboundHeaders", - "", + 'inboundHeaders', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader_GetTypes(), true, @@ -148,8 +148,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc_GetTypes(), true, @@ -157,16 +157,16 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute_GetTypes(), true, @@ -174,8 +174,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "additionalDetails", - "", + 'additionalDetails', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail_GetTypes(), true, @@ -183,8 +183,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule_GetTypes(), true, @@ -192,8 +192,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc_GetTypes(), true, @@ -201,8 +201,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute_GetTypes(), true, @@ -210,8 +210,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo_GetTypes(), true, @@ -219,8 +219,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway_GetTypes(), true, @@ -228,16 +228,16 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponent_GetTypes(): D ), new DynamicUIProps( InputType.Number, - "sequenceNumber", - "", + 'sequenceNumber', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentComponent_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule.ts index 7f7280b79..c4b4c7822 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule { // @@ -32,30 +32,30 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule { export function ec2_getNetworkInsightsAnalysisForwardPathComponentAclRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts index 9c4632998..7fcd61c5b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRa export function ec2_getNetworkInsightsAnalysisForwardPathComponentAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts index 0a2cf5ff0..96809a484 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent, ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetail { // @@ -22,16 +22,16 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDeta return [ new DynamicUIProps( InputType.String, - "additionalDetailType", - "", + 'additionalDetailType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts index d82c42a84..9ff4aeb4d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentAdditionalDeta return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo.ts index 74d971ee4..4c311a844 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentAttachedTo_Get return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentComponent.ts index 60122686b..bc3d79716 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentComponent { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentComponent_GetT return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts index 794284517..3c8bf446a 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentDestinationVpc return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader.ts index 766c86454..cebb00800 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader { // @@ -35,16 +35,16 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader_ return [ new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes(), true, @@ -52,21 +52,21 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader_ ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts index a5e2f7121..63716f85c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader export function ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts index 72076f881..9858e9b4c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeader export function ec2_getNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts index adadf4131..34ca30992 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader { // @@ -35,26 +35,26 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader return [ new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes(), true, @@ -62,8 +62,8 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeader ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts index a573f6ba8..82e5c2932 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeade export function ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts index d2c45c627..2032442bc 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeade export function ec2_getNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts index 66985d401..ddbe73ee4 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRoute { // @@ -42,73 +42,73 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentRouteTableRout return [ new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], true, false), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts index e8042b04a..2c0592aea 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange, ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule { // @@ -34,25 +34,25 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupR return [ new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes(), true, @@ -60,12 +60,12 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupR ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts index 924b9f92d..cb6933a12 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroup export function ec2_getNetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc.ts index a717edee9..9e60372af 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentSourceVpc_GetT return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet.ts index c04d3ada5..abab4ee14 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentSubnet_GetType return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway.ts index 7d22973ac..b4548c633 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts index 8b9540ce2..517a03328 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute { // @@ -33,52 +33,52 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentTransitGateway return [ new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentVpc.ts index a98d1ffeb..cc5fc1f73 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisForwardPathComponentVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisForwardPathComponentVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisForwardPathComponentVpc_GetTypes() return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponent.ts index a25d77606..ad2e28277 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponent.ts @@ -3,64 +3,64 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentVpc, ec2_getNetworkInsightsAnalysisReturnPathComponentVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentVpc"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentVpc'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc, ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute, ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway, ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule, ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule, ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute, ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet, ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentComponent, ec2_getNetworkInsightsAnalysisReturnPathComponentComponent_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentComponent"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentComponent'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader, ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc, ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail, ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo, ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader, ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponent { // @@ -113,8 +113,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "inboundHeaders", - "", + 'inboundHeaders', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader_GetTypes(), true, @@ -122,16 +122,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentVpc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "transitGatewayRouteTableRoutes", - "", + 'transitGatewayRouteTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes(), true, @@ -139,16 +139,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "aclRules", - "", + 'aclRules', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "attachedTos", - "", + 'attachedTos', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo_GetTypes(), true, @@ -156,8 +156,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "securityGroupRules", - "", + 'securityGroupRules', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule_GetTypes(), true, @@ -165,8 +165,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "outboundHeaders", - "", + 'outboundHeaders', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader_GetTypes(), true, @@ -174,8 +174,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "routeTableRoutes", - "", + 'routeTableRoutes', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute_GetTypes(), true, @@ -183,16 +183,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "sequenceNumber", - "", + 'sequenceNumber', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceVpcs", - "", + 'sourceVpcs', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTypes(), true, @@ -200,8 +200,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "additionalDetails", - "", + 'additionalDetails', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail_GetTypes(), true, @@ -209,8 +209,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "destinationVpcs", - "", + 'destinationVpcs', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc_GetTypes(), true, @@ -218,16 +218,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentComponent_GetTypes(), true, @@ -235,8 +235,8 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponent_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "transitGateways", - "", + 'transitGateways', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule.ts index b32d8b248..a39cb9904 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule { // @@ -32,30 +32,30 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule { export function ec2_getNetworkInsightsAnalysisReturnPathComponentAclRule_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "egress", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'egress', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.String, - "ruleAction", - "", + 'ruleAction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "", + 'ruleNumber', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts index 57ee5ce8d..f5433b403 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRan export function ec2_getNetworkInsightsAnalysisReturnPathComponentAclRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts index 4a3363cc5..3edbb7cac 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent, ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetail { // @@ -22,16 +22,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetai return [ new DynamicUIProps( InputType.String, - "additionalDetailType", - "", + 'additionalDetailType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "components", - "", + 'components', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts index 752a945e1..9e61cb168 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentAdditionalDetai return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo.ts index cddbebe56..defa88ef5 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo { export function ec2_getNetworkInsightsAnalysisReturnPathComponentAttachedTo_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentComponent.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentComponent.ts index 295f60035..8b3e54496 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentComponent.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentComponent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentComponent { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentComponent { export function ec2_getNetworkInsightsAnalysisReturnPathComponentComponent_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts index 284086b79..6c13e8c8f 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentDestinationVpc_ return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader.ts index f35975cc1..94cfa45ea 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader { // @@ -35,34 +35,34 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeader_G return [ new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts index 1daae43b7..cc11f66a9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderD export function ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts index 3c03e93ea..77c480723 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderS export function ec2_getNetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts index f669d9109..2627f6f75 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader { // @@ -35,16 +35,16 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader_ return [ new DynamicUIProps( InputType.Array, - "sourceAddresses", - "", + 'sourceAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sourcePortRanges", - "", + 'sourcePortRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes(), true, @@ -52,21 +52,21 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader_ ), new DynamicUIProps( InputType.Array, - "destinationAddresses", - "", + 'destinationAddresses', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "destinationPortRanges", - "", + 'destinationPortRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts index ebdffb72a..5709625ef 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader export function ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts index fe91241c7..18bcff1fd 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeader export function ec2_getNetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts index 1992214ec..a976a6216 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute { // @@ -40,75 +40,75 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRout export function ec2_getNetworkInsightsAnalysisReturnPathComponentRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "origin", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], true, false), new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "", + 'destinationPrefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "egressOnlyInternetGatewayId", - "", + 'egressOnlyInternetGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "", + 'transitGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "", + 'gatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "", + 'natGatewayId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "", + 'vpcPeeringConnectionId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts index 10830d12b..68bd9f1ec 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange, ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes, -} from "./ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange"; +} from './ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule { // @@ -34,34 +34,34 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRu return [ new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), new DynamicUIProps( InputType.String, - "securityGroupId", - "", + 'securityGroupId', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "cidr", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'cidr', '', () => [], true, false), new DynamicUIProps( InputType.String, - "direction", - "", + 'direction', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "portRanges", - "", + 'portRanges', + '', () => ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts index 52dae8656..c3d3907f8 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange { // @@ -16,7 +16,7 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupR export function ec2_getNetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "from", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "to", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'from', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'to', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc.ts index f234a9c08..20df05819 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentSourceVpc_GetTy return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet.ts index 300eb8f0a..32beccda7 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference. @@ -21,20 +21,20 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentSubnet_GetTypes return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway.ts index 5fd510b50..fe5643169 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway { // @@ -19,19 +19,19 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway export function ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts index b3c03b077..d31192c96 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute { // @@ -31,51 +31,51 @@ export interface ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGateway export function ec2_getNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidr", - "", + 'destinationCidr', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "", + 'prefixListId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceId", - "", + 'resourceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "", + 'resourceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routeOrigin", - "", + 'routeOrigin', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentVpc.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentVpc.ts index dc4e426a1..18482e8ce 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentVpc.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsAnalysisReturnPathComponentVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsAnalysisReturnPathComponentVpc { // ARN of the selected Network Insights Analysis. @@ -21,17 +21,17 @@ export function ec2_getNetworkInsightsAnalysisReturnPathComponentVpc_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the selected Network Insights Analysis.", + 'arn', + 'ARN of the selected Network Insights Analysis.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsPathFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsPathFilter.ts index d89d0c971..5c4d3c4b1 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsPathFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInsightsPathFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInsightsPathFilter { // Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsPaths`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsPaths.html) API Reference. @@ -18,16 +18,16 @@ export function ec2_getNetworkInsightsPathFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsPaths`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsPaths.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsPaths`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsPaths.html) API Reference.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAssociation.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAssociation.ts index ba68eeb9d..d242842f8 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAssociation.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInterfaceAssociation { // Carrier IP address associated with the network interface. This attribute is only set when the network interface is in a subnet which is associated with a Wavelength Zone. @@ -33,56 +33,56 @@ export function ec2_getNetworkInterfaceAssociation_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "carrierIp", - "Carrier IP address associated with the network interface. This attribute is only set when the network interface is in a subnet which is associated with a Wavelength Zone.", + 'carrierIp', + 'Carrier IP address associated with the network interface. This attribute is only set when the network interface is in a subnet which is associated with a Wavelength Zone.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customerOwnedIp", - "Customer-owned IP address.", + 'customerOwnedIp', + 'Customer-owned IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipOwnerId", - "ID of the Elastic IP address owner.", + 'ipOwnerId', + 'ID of the Elastic IP address owner.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "publicDnsName", - "Public DNS name.", + 'publicDnsName', + 'Public DNS name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "publicIp", - "Address of the Elastic IP address bound to the network interface.", + 'publicIp', + 'Address of the Elastic IP address bound to the network interface.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "allocationId", - "Allocation ID.", + 'allocationId', + 'Allocation ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "associationId", - "Association ID.", + 'associationId', + 'Association ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAttachment.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAttachment.ts index 82d9e0f5b..322f988ab 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAttachment.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInterfaceAttachment { // @@ -24,32 +24,32 @@ export function ec2_getNetworkInterfaceAttachment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "deviceIndex", - "", + 'deviceIndex', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "", + 'instanceId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceOwnerId", - "", + 'instanceOwnerId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attachmentId", - "", + 'attachmentId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceFilter.ts index 7ab8db51e..dbfdc7a11 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfaceFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInterfaceFilter { // @@ -16,11 +16,11 @@ export interface ec2_getNetworkInterfaceFilter { export function ec2_getNetworkInterfaceFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfacesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfacesFilter.ts index 20bf8aebf..e6f0df5a3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getNetworkInterfacesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getNetworkInterfacesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getNetworkInterfacesFilter { /* @@ -21,16 +21,16 @@ export function ec2_getNetworkInterfacesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.", + 'values', + 'Set of values that are accepted for the given field.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getPrefixListFilter.ts b/src/app/Models/codegen/aws/types/ec2_getPrefixListFilter.ts index 71a169595..376af18d9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getPrefixListFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getPrefixListFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getPrefixListFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html). @@ -18,16 +18,16 @@ export function ec2_getPrefixListFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolPoolAddressRange.ts b/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolPoolAddressRange.ts index 217e901a6..ac54f3b9c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolPoolAddressRange.ts +++ b/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolPoolAddressRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getPublicIpv4PoolPoolAddressRange { // Number of addresses in the range. @@ -24,32 +24,32 @@ export function ec2_getPublicIpv4PoolPoolAddressRange_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "addressCount", - "Number of addresses in the range.", + 'addressCount', + 'Number of addresses in the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "availableAddressCount", - "Number of available addresses in the range.", + 'availableAddressCount', + 'Number of available addresses in the range.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "firstAddress", - "First address in the range.", + 'firstAddress', + 'First address in the range.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lastAddress", - "Last address in the range.", + 'lastAddress', + 'Last address in the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolsFilter.ts index 882ff4c56..6eca2c1a4 100644 --- a/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getPublicIpv4PoolsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getPublicIpv4PoolsFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html). @@ -18,16 +18,16 @@ export function ec2_getPublicIpv4PoolsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. Pool IDs will be selected if any one of the given values match.", + 'values', + 'Set of values that are accepted for the given field. Pool IDs will be selected if any one of the given values match.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getRouteTableAssociation.ts b/src/app/Models/codegen/aws/types/ec2_getRouteTableAssociation.ts index 86b2363d9..7fba9405a 100644 --- a/src/app/Models/codegen/aws/types/ec2_getRouteTableAssociation.ts +++ b/src/app/Models/codegen/aws/types/ec2_getRouteTableAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getRouteTableAssociation { // ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter). @@ -27,40 +27,40 @@ export function ec2_getRouteTableAssociation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "gatewayId", - "ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).", + 'gatewayId', + 'ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "main", - "Whether the association is due to the main route table.", + 'main', + 'Whether the association is due to the main route table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routeTableAssociationId", - "Association ID.", + 'routeTableAssociationId', + 'Association ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routeTableId", - "ID of the specific Route Table to retrieve.", + 'routeTableId', + 'ID of the specific Route Table to retrieve.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).", + 'subnetId', + 'ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getRouteTableFilter.ts b/src/app/Models/codegen/aws/types/ec2_getRouteTableFilter.ts index 283271f55..b0dbeed5c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getRouteTableFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getRouteTableFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getRouteTableFilter { // Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html). @@ -18,16 +18,16 @@ export function ec2_getRouteTableFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getRouteTableRoute.ts b/src/app/Models/codegen/aws/types/ec2_getRouteTableRoute.ts index 14972f9dd..d6a360a08 100644 --- a/src/app/Models/codegen/aws/types/ec2_getRouteTableRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2_getRouteTableRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getRouteTableRoute { // CIDR block of the route. @@ -54,112 +54,112 @@ export function ec2_getRouteTableRoute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationPrefixListId", - "The ID of a managed prefix list destination of the route.", + 'destinationPrefixListId', + 'The ID of a managed prefix list destination of the route.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "EC2 Transit Gateway ID.", + 'transitGatewayId', + 'EC2 Transit Gateway ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcPeeringConnectionId", - "VPC Peering ID.", + 'vpcPeeringConnectionId', + 'VPC Peering ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "egressOnlyGatewayId", - "ID of the Egress Only Internet Gateway.", + 'egressOnlyGatewayId', + 'ID of the Egress Only Internet Gateway.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "localGatewayId", - "Local Gateway ID.", + 'localGatewayId', + 'Local Gateway ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "carrierGatewayId", - "ID of the Carrier Gateway.", + 'carrierGatewayId', + 'ID of the Carrier Gateway.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "IPv6 CIDR block of the route.", + 'ipv6CidrBlock', + 'IPv6 CIDR block of the route.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "coreNetworkArn", - "ARN of the core network.", + 'coreNetworkArn', + 'ARN of the core network.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "CIDR block of the route.", + 'cidrBlock', + 'CIDR block of the route.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "natGatewayId", - "NAT Gateway ID.", + 'natGatewayId', + 'NAT Gateway ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).", + 'gatewayId', + 'ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "EC2 instance ID.", + 'instanceId', + 'EC2 instance ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "ID of the elastic network interface (eni) to use.", + 'networkInterfaceId', + 'ID of the elastic network interface (eni) to use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "VPC Endpoint ID.", + 'vpcEndpointId', + 'VPC Endpoint ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getRouteTablesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getRouteTablesFilter.ts index c86d04472..060b2a658 100644 --- a/src/app/Models/codegen/aws/types/ec2_getRouteTablesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getRouteTablesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getRouteTablesFilter { /* @@ -24,16 +24,16 @@ export function ec2_getRouteTablesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getSecurityGroupFilter.ts b/src/app/Models/codegen/aws/types/ec2_getSecurityGroupFilter.ts index c9ec36b1a..583e2c390 100644 --- a/src/app/Models/codegen/aws/types/ec2_getSecurityGroupFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getSecurityGroupFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getSecurityGroupFilter { /* @@ -24,16 +24,16 @@ export function ec2_getSecurityGroupFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Security Group will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Security Group will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getSecurityGroupsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getSecurityGroupsFilter.ts index 888bc57ef..b7398de13 100644 --- a/src/app/Models/codegen/aws/types/ec2_getSecurityGroupsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getSecurityGroupsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getSecurityGroupsFilter { // @@ -16,11 +16,11 @@ export interface ec2_getSecurityGroupsFilter { export function ec2_getSecurityGroupsFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getSpotPriceFilter.ts b/src/app/Models/codegen/aws/types/ec2_getSpotPriceFilter.ts index 715201c77..f415ce43d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getSpotPriceFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getSpotPriceFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getSpotPriceFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2_getSpotPriceFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getSubnetFilter.ts b/src/app/Models/codegen/aws/types/ec2_getSubnetFilter.ts index 603765d0e..a4bb7b138 100644 --- a/src/app/Models/codegen/aws/types/ec2_getSubnetFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getSubnetFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getSubnetFilter { // Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html). @@ -18,16 +18,16 @@ export function ec2_getSubnetFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getSubnetsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getSubnetsFilter.ts index cc014416b..4760ef705 100644 --- a/src/app/Models/codegen/aws/types/ec2_getSubnetsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getSubnetsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getSubnetsFilter { /* @@ -142,7 +142,7 @@ export function ec2_getSubnetsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).\nFor example, if matching against tag `Name`, use:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst selected = aws.ec2.getSubnets({\n filters: [{\n name: "tag:Name",\n values: [""],\n }],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nselected = aws.ec2.get_subnets(filters=[{\n "name": "tag:Name",\n "values": [""],\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var selected = Aws.Ec2.GetSubnets.Invoke(new()\n {\n Filters = new[]\n {\n new Aws.Ec2.Inputs.GetSubnetsFilterInputArgs\n {\n Name = "tag:Name",\n Values = new[]\n {\n "",\n },\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := ec2.GetSubnets(ctx, &ec2.GetSubnetsArgs{\n\t\t\tFilters: []ec2.GetSubnetsFilter{\n\t\t\t\t{\n\t\t\t\t\tName: "tag:Name",\n\t\t\t\t\tValues: []string{\n\t\t\t\t\t\t"",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.ec2.Ec2Functions;\nimport com.pulumi.aws.ec2.inputs.GetSubnetsArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var selected = Ec2Functions.getSubnets(GetSubnetsArgs.builder()\n .filters(GetSubnetsFilterArgs.builder()\n .name("tag:Name")\n .values("")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nvariables:\n selected:\n fn::invoke:\n Function: aws:ec2:getSubnets\n Arguments:\n filters:\n - name: tag:Name\n values:\n -\n```\n', () => [], true, @@ -150,8 +150,8 @@ export function ec2_getSubnetsFilter_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nSubnet IDs will be selected if any one of the given values match.", + 'values', + 'Set of values that are accepted for the given field.\nSubnet IDs will be selected if any one of the given values match.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getTransitGatewayRouteTablesFilter.ts b/src/app/Models/codegen/aws/types/ec2_getTransitGatewayRouteTablesFilter.ts index 38b9bba7f..9022127e3 100644 --- a/src/app/Models/codegen/aws/types/ec2_getTransitGatewayRouteTablesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getTransitGatewayRouteTablesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getTransitGatewayRouteTablesFilter { /* @@ -24,16 +24,16 @@ export function ec2_getTransitGatewayRouteTablesFilter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcCidrBlockAssociation.ts b/src/app/Models/codegen/aws/types/ec2_getVpcCidrBlockAssociation.ts index d5e134279..331a918ab 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcCidrBlockAssociation.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcCidrBlockAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcCidrBlockAssociation { // Association ID for the IPv4 CIDR block. @@ -24,7 +24,7 @@ export function ec2_getVpcCidrBlockAssociation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "state", + 'state', 'Current state of the desired VPC.\nCan be either `"pending"` or `"available"`.', () => [], true, @@ -32,16 +32,16 @@ export function ec2_getVpcCidrBlockAssociation_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "associationId", - "Association ID for the IPv4 CIDR block.", + 'associationId', + 'Association ID for the IPv4 CIDR block.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "Cidr block of the desired VPC.", + 'cidrBlock', + 'Cidr block of the desired VPC.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcDhcpOptionsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcDhcpOptionsFilter.ts index 11ad6f00b..63cb6f69c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcDhcpOptionsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcDhcpOptionsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcDhcpOptionsFilter { // Name of the field to filter. @@ -18,16 +18,16 @@ export function ec2_getVpcDhcpOptionsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter.", + 'name', + 'Name of the field to filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values for filtering.", + 'values', + 'Set of values for filtering.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsEntry.ts b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsEntry.ts index 2b5c6bc30..f8352b0a7 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsEntry.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcEndpointDnsEntry { // DNS name. @@ -18,16 +18,16 @@ export function ec2_getVpcEndpointDnsEntry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "dnsName", - "DNS name.", + 'dnsName', + 'DNS name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "ID of the private hosted zone.", + 'hostedZoneId', + 'ID of the private hosted zone.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsOption.ts b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsOption.ts index 59dd5b0ec..2bc807b37 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsOption.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointDnsOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcEndpointDnsOption { // The DNS records created for the endpoint. @@ -18,16 +18,16 @@ export function ec2_getVpcEndpointDnsOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "dnsRecordIpType", - "The DNS records created for the endpoint.", + 'dnsRecordIpType', + 'The DNS records created for the endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "privateDnsOnlyForInboundResolverEndpoint", - "Indicates whether to enable private DNS only for inbound endpoints.", + 'privateDnsOnlyForInboundResolverEndpoint', + 'Indicates whether to enable private DNS only for inbound endpoints.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointFilter.ts index cd076e2fc..bd0bea200 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcEndpointFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpcEndpointFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpoints.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpoints.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC Endpoint will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC Endpoint will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointServiceFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointServiceFilter.ts index 0c430dd86..c61380825 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcEndpointServiceFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcEndpointServiceFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcEndpointServiceFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html). @@ -18,16 +18,16 @@ export function ec2_getVpcEndpointServiceFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcFilter.ts index 2c9272c5a..8d01dd546 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpcFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsFilter.ts index ecbaf6469..170911e4e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIamPoolCidrsFilter { // @@ -16,11 +16,11 @@ export interface ec2_getVpcIamPoolCidrsFilter { export function ec2_getVpcIamPoolCidrsFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsIpamPoolCidr.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsIpamPoolCidr.ts index ab403df11..0b1cd794c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsIpamPoolCidr.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolCidrsIpamPoolCidr.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIamPoolCidrsIpamPoolCidr { // A network CIDR. @@ -18,16 +18,16 @@ export function ec2_getVpcIamPoolCidrsIpamPoolCidr_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "cidr", - "A network CIDR.", + 'cidr', + 'A network CIDR.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "state", - "The provisioning state of that CIDR.", + 'state', + 'The provisioning state of that CIDR.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolFilter.ts index e0f0371e1..0c932e2bf 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIamPoolFilter { // The name of the filter. Filter names are case-sensitive. @@ -18,16 +18,16 @@ export function ec2_getVpcIamPoolFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the filter. Filter names are case-sensitive.", + 'name', + 'The name of the filter. Filter names are case-sensitive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The filter values. Filter values are case-sensitive.", + 'values', + 'The filter values. Filter values are case-sensitive.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsFilter.ts index 4bff123ad..bee7af427 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIamPoolsFilter { // The name of the filter. Filter names are case-sensitive. @@ -18,16 +18,16 @@ export function ec2_getVpcIamPoolsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the filter. Filter names are case-sensitive.", + 'name', + 'The name of the filter. Filter names are case-sensitive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The filter values. Filter values are case-sensitive.", + 'values', + 'The filter values. Filter values are case-sensitive.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsIpamPool.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsIpamPool.ts index bd594f05f..fbf50881c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsIpamPool.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIamPoolsIpamPool.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIamPoolsIpamPool { // Defines whether or not IPv6 pool space is publicly advertisable over the internet. @@ -66,7 +66,7 @@ export function ec2_getVpcIamPoolsIpamPool_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "locale", + 'locale', "Locale is the Region where your pool is available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region.", () => [], true, @@ -74,129 +74,129 @@ export function ec2_getVpcIamPoolsIpamPool_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "sourceIpamPoolId", - "ID of the source IPAM pool.", + 'sourceIpamPoolId', + 'ID of the source IPAM pool.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "publiclyAdvertisable", - "Defines whether or not IPv6 pool space is publicly advertisable over the internet.", + 'publiclyAdvertisable', + 'Defines whether or not IPv6 pool space is publicly advertisable over the internet.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assigned to the resource.", + 'tags', + 'Map of tags to assigned to the resource.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the IPAM pool.", + 'id', + 'ID of the IPAM pool.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationDefaultNetmaskLength", - "A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is `10.0.0.0/8` and you enter 16 here, new allocations will default to `10.0.0.0/16`.", + 'allocationDefaultNetmaskLength', + 'A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is `10.0.0.0/8` and you enter 16 here, new allocations will default to `10.0.0.0/16`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationMaxNetmaskLength", - "The maximum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMaxNetmaskLength', + 'The maximum netmask length that will be required for CIDR allocations in this pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsService", - "Limits which service in AWS that the pool can be used in. `ec2` for example, allows users to use space for Elastic IP addresses and VPCs.", + 'awsService', + 'Limits which service in AWS that the pool can be used in. `ec2` for example, allows users to use space for Elastic IP addresses and VPCs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipamScopeType", - "", + 'ipamScopeType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "poolDepth", - "", + 'poolDepth', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipamScopeId", - "ID of the scope the pool belongs to.", + 'ipamScopeId', + 'ID of the scope the pool belongs to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the pool", + 'arn', + 'ARN of the pool', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "autoImport", - "If enabled, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.", + 'autoImport', + 'If enabled, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "allocationResourceTags", - "Tags that are required to create resources in using this pool.", + 'allocationResourceTags', + 'Tags that are required to create resources in using this pool.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "IP protocol assigned to this pool.", + 'addressFamily', + 'IP protocol assigned to this pool.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationMinNetmaskLength", - "The minimum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMinNetmaskLength', + 'The minimum netmask length that will be required for CIDR allocations in this pool.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), new DynamicUIProps( InputType.String, - "description", - "Description for the IPAM pool.", + 'description', + 'Description for the IPAM pool.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsFilter.ts index b4d35e0b6..f0c57d024 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIpamPoolCidrsFilter { // @@ -16,11 +16,11 @@ export interface ec2_getVpcIpamPoolCidrsFilter { export function ec2_getVpcIpamPoolCidrsFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsIpamPoolCidr.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsIpamPoolCidr.ts index 9a27b7d86..67c22480c 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsIpamPoolCidr.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolCidrsIpamPoolCidr.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIpamPoolCidrsIpamPoolCidr { // A network CIDR. @@ -18,16 +18,16 @@ export function ec2_getVpcIpamPoolCidrsIpamPoolCidr_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "cidr", - "A network CIDR.", + 'cidr', + 'A network CIDR.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "state", - "The provisioning state of that CIDR.", + 'state', + 'The provisioning state of that CIDR.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolFilter.ts index 852b9e83c..485ef124e 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIpamPoolFilter { // The filter values. Filter values are case-sensitive. @@ -18,16 +18,16 @@ export function ec2_getVpcIpamPoolFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "The filter values. Filter values are case-sensitive.", + 'values', + 'The filter values. Filter values are case-sensitive.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the filter. Filter names are case-sensitive.", + 'name', + 'The name of the filter. Filter names are case-sensitive.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsFilter.ts index 09b9b9931..02061836d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIpamPoolsFilter { // The filter values. Filter values are case-sensitive. @@ -18,16 +18,16 @@ export function ec2_getVpcIpamPoolsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "The filter values. Filter values are case-sensitive.", + 'values', + 'The filter values. Filter values are case-sensitive.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the filter. Filter names are case-sensitive.", + 'name', + 'The name of the filter. Filter names are case-sensitive.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsIpamPool.ts b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsIpamPool.ts index 9c3538d3a..962817085 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsIpamPool.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcIpamPoolsIpamPool.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcIpamPoolsIpamPool { // IP protocol assigned to this pool. @@ -66,72 +66,72 @@ export function ec2_getVpcIpamPoolsIpamPool_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "publiclyAdvertisable", - "Defines whether or not IPv6 pool space is publicly advertisable over the internet.", + 'publiclyAdvertisable', + 'Defines whether or not IPv6 pool space is publicly advertisable over the internet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of the IPAM pool.", + 'id', + 'ID of the IPAM pool.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "state", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'state', '', () => [], true, false), new DynamicUIProps( InputType.String, - "sourceIpamPoolId", - "ID of the source IPAM pool.", + 'sourceIpamPoolId', + 'ID of the source IPAM pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsService", - "Limits which service in AWS that the pool can be used in. `ec2` for example, allows users to use space for Elastic IP addresses and VPCs.", + 'awsService', + 'Limits which service in AWS that the pool can be used in. `ec2` for example, allows users to use space for Elastic IP addresses and VPCs.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "addressFamily", - "IP protocol assigned to this pool.", + 'addressFamily', + 'IP protocol assigned to this pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the pool", + 'arn', + 'ARN of the pool', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipamScopeId", - "ID of the scope the pool belongs to.", + 'ipamScopeId', + 'ID of the scope the pool belongs to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the IPAM pool.", + 'description', + 'Description for the IPAM pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "locale", + 'locale', "Locale is the Region where your pool is available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region.", () => [], true, @@ -139,64 +139,64 @@ export function ec2_getVpcIpamPoolsIpamPool_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "poolDepth", - "", + 'poolDepth', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationMaxNetmaskLength", - "The maximum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMaxNetmaskLength', + 'The maximum netmask length that will be required for CIDR allocations in this pool.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "autoImport", - "If enabled, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.", + 'autoImport', + 'If enabled, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipamScopeType", - "", + 'ipamScopeType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationDefaultNetmaskLength", - "A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is `10.0.0.0/8` and you enter 16 here, new allocations will default to `10.0.0.0/16`.", + 'allocationDefaultNetmaskLength', + 'A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is `10.0.0.0/8` and you enter 16 here, new allocations will default to `10.0.0.0/16`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "allocationMinNetmaskLength", - "The minimum netmask length that will be required for CIDR allocations in this pool.", + 'allocationMinNetmaskLength', + 'The minimum netmask length that will be required for CIDR allocations in this pool.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assigned to the resource.", + 'tags', + 'Map of tags to assigned to the resource.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "allocationResourceTags", - "Tags that are required to create resources in using this pool.", + 'allocationResourceTags', + 'Tags that are required to create resources in using this pool.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionCidrBlockSet.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionCidrBlockSet.ts index 332ceed91..219e8a43b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionCidrBlockSet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionCidrBlockSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionCidrBlockSet { // Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve. @@ -15,8 +15,8 @@ export function ec2_getVpcPeeringConnectionCidrBlockSet_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "cidrBlock", - "Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.", + 'cidrBlock', + 'Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionFilter.ts index a73892870..56198c8d9 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpcPeeringConnectionFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC Peering Connection will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC Peering Connection will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionIpv6CidrBlockSet.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionIpv6CidrBlockSet.ts index 3cbde0cde..3ab284a6d 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionIpv6CidrBlockSet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionIpv6CidrBlockSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionIpv6CidrBlockSet { // @@ -15,8 +15,8 @@ export function ec2_getVpcPeeringConnectionIpv6CidrBlockSet_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "", + 'ipv6CidrBlock', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerCidrBlockSet.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerCidrBlockSet.ts index 8b911041d..08121492b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerCidrBlockSet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerCidrBlockSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionPeerCidrBlockSet { // Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve. @@ -15,8 +15,8 @@ export function ec2_getVpcPeeringConnectionPeerCidrBlockSet_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "cidrBlock", - "Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.", + 'cidrBlock', + 'Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet.ts index 81f8b34e4..9dea1e889 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet { // @@ -15,8 +15,8 @@ export function ec2_getVpcPeeringConnectionPeerIpv6CidrBlockSet_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "ipv6CidrBlock", - "", + 'ipv6CidrBlock', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionsFilter.ts index fe6f9bf86..35766ad83 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcPeeringConnectionsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcPeeringConnectionsFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpcPeeringConnectionsFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC Peering Connection will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC Peering Connection will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpcsFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpcsFilter.ts index 17e811e4f..fc0cad9d0 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpcsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpcsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpcsFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpcsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPC will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2_getVpnGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2_getVpnGatewayFilter.ts index dd0d85792..4a618297b 100644 --- a/src/app/Models/codegen/aws/types/ec2_getVpnGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2_getVpnGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2_getVpnGatewayFilter { /* @@ -24,16 +24,16 @@ export function ec2_getVpnGatewayFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA VPN Gateway will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA VPN Gateway will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointAuthenticationOption.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointAuthenticationOption.ts index fb5dd7c5e..21fbb5382 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointAuthenticationOption.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointAuthenticationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_EndpointAuthenticationOption { // The ARN of the IAM SAML identity provider for the self service portal if type is `federated-authentication`. @@ -27,40 +27,40 @@ export function ec2clientvpn_EndpointAuthenticationOption_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "activeDirectoryId", - "The ID of the Active Directory to be used for authentication if type is `directory-service-authentication`.", + 'activeDirectoryId', + 'The ID of the Active Directory to be used for authentication if type is `directory-service-authentication`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "rootCertificateChainArn", - "The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM). Only necessary when type is set to `certificate-authentication`.", + 'rootCertificateChainArn', + 'The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM). Only necessary when type is set to `certificate-authentication`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "samlProviderArn", - "The ARN of the IAM SAML identity provider if type is `federated-authentication`.", + 'samlProviderArn', + 'The ARN of the IAM SAML identity provider if type is `federated-authentication`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "selfServiceSamlProviderArn", - "The ARN of the IAM SAML identity provider for the self service portal if type is `federated-authentication`.", + 'selfServiceSamlProviderArn', + 'The ARN of the IAM SAML identity provider for the self service portal if type is `federated-authentication`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The type of client authentication to be used. Specify `certificate-authentication` to use certificate-based authentication, `directory-service-authentication` to use Active Directory authentication, or `federated-authentication` to use Federated Authentication via SAML 2.0.", + 'type', + 'The type of client authentication to be used. Specify `certificate-authentication` to use certificate-based authentication, `directory-service-authentication` to use Active Directory authentication, or `federated-authentication` to use Federated Authentication via SAML 2.0.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientConnectOptions.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientConnectOptions.ts index 72f0db48a..57f43eebc 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientConnectOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientConnectOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_EndpointClientConnectOptions { // Indicates whether client connect options are enabled. The default is `false` (not enabled). @@ -18,16 +18,16 @@ export function ec2clientvpn_EndpointClientConnectOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether client connect options are enabled. The default is `false` (not enabled).", + 'enabled', + 'Indicates whether client connect options are enabled. The default is `false` (not enabled).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaFunctionArn", - "The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.", + 'lambdaFunctionArn', + 'The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientLoginBannerOptions.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientLoginBannerOptions.ts index adfe076bd..9a1697010 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientLoginBannerOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointClientLoginBannerOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_EndpointClientLoginBannerOptions { // Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters. @@ -18,16 +18,16 @@ export function ec2clientvpn_EndpointClientLoginBannerOptions_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established. The default is `false` (not enabled).", + 'enabled', + 'Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established. The default is `false` (not enabled).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bannerText", - "Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.", + 'bannerText', + 'Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointConnectionLogOptions.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointConnectionLogOptions.ts index d9e2b078e..ee6a16ddf 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointConnectionLogOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_EndpointConnectionLogOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_EndpointConnectionLogOptions { // The name of the CloudWatch Logs log group. @@ -21,24 +21,24 @@ export function ec2clientvpn_EndpointConnectionLogOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether connection logging is enabled.", + 'enabled', + 'Indicates whether connection logging is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogGroup", - "The name of the CloudWatch Logs log group.", + 'cloudwatchLogGroup', + 'The name of the CloudWatch Logs log group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogStream", - "The name of the CloudWatch Logs log stream to which the connection data is published.", + 'cloudwatchLogStream', + 'The name of the CloudWatch Logs log stream to which the connection data is published.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointAuthenticationOption.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointAuthenticationOption.ts index 07d7a94b5..73c7f386a 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointAuthenticationOption.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointAuthenticationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_getEndpointAuthenticationOption { // @@ -27,36 +27,36 @@ export function ec2clientvpn_getEndpointAuthenticationOption_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "activeDirectoryId", - "", + 'activeDirectoryId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rootCertificateChainArn", - "", + 'rootCertificateChainArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "samlProviderArn", - "", + 'samlProviderArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "selfServiceSamlProviderArn", - "", + 'selfServiceSamlProviderArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientConnectOption.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientConnectOption.ts index 3b045288c..aca635f31 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientConnectOption.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientConnectOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_getEndpointClientConnectOption { // @@ -18,12 +18,12 @@ export function ec2clientvpn_getEndpointClientConnectOption_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "lambdaFunctionArn", - "", + 'lambdaFunctionArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientLoginBannerOption.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientLoginBannerOption.ts index 09ce7bc80..8f2669d7c 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientLoginBannerOption.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointClientLoginBannerOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_getEndpointClientLoginBannerOption { // @@ -18,12 +18,12 @@ export function ec2clientvpn_getEndpointClientLoginBannerOption_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "bannerText", - "", + 'bannerText', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointConnectionLogOption.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointConnectionLogOption.ts index f9ecf94b5..c2955b9e3 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointConnectionLogOption.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointConnectionLogOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_getEndpointConnectionLogOption { // @@ -21,17 +21,17 @@ export function ec2clientvpn_getEndpointConnectionLogOption_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "cloudwatchLogStream", - "", + 'cloudwatchLogStream', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.String, - "cloudwatchLogGroup", - "", + 'cloudwatchLogGroup', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointFilter.ts b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointFilter.ts index 91f6c4563..155046be4 100644 --- a/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2clientvpn_getEndpointFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2clientvpn_getEndpointFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeClientVpnEndpoints.html). @@ -18,16 +18,16 @@ export function ec2clientvpn_getEndpointFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeClientVpnEndpoints.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeClientVpnEndpoints.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. An endpoint will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. An endpoint will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_InstanceConnectEndpointTimeouts.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_InstanceConnectEndpointTimeouts.ts index d9bd4042d..53296f0db 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_InstanceConnectEndpointTimeouts.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_InstanceConnectEndpointTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_InstanceConnectEndpointTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function ec2transitgateway_InstanceConnectEndpointTimeouts_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function ec2transitgateway_InstanceConnectEndpointTimeouts_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_PeeringAttachmentOptions.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_PeeringAttachmentOptions.ts index 79c64a93d..cfb91a94a 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_PeeringAttachmentOptions.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_PeeringAttachmentOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_PeeringAttachmentOptions { // Indicates whether dynamic routing is enabled or disabled.. Supports `enable` and `disable`. @@ -15,8 +15,8 @@ export function ec2transitgateway_PeeringAttachmentOptions_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "dynamicRouting", - "Indicates whether dynamic routing is enabled or disabled.. Supports `enable` and `disable`.", + 'dynamicRouting', + 'Indicates whether dynamic routing is enabled or disabled.. Supports `enable` and `disable`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentFilter.ts index b50198f36..4feec6bff 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getAttachmentFilter { // Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html). @@ -18,16 +18,16 @@ export function ec2transitgateway_getAttachmentFilter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).", + 'name', + 'Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentsFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentsFilter.ts index ce0af7534..211c22d48 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getAttachmentsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getAttachmentsFilter { // Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html) @@ -18,16 +18,16 @@ export function ec2transitgateway_getAttachmentsFilter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html)", + 'name', + 'Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html)', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectFilter.ts index c0e69149f..827e63631 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getConnectFilter { // List of one or more values for the filter. @@ -18,16 +18,16 @@ export function ec2transitgateway_getConnectFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectPeerFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectPeerFilter.ts index ace13c8d8..50711cbbe 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectPeerFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getConnectPeerFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getConnectPeerFilter { // List of one or more values for the filter. @@ -18,16 +18,16 @@ export function ec2transitgateway_getConnectPeerFilter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getDirectConnectGatewayAttachmentFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getDirectConnectGatewayAttachmentFilter.ts index c3604be26..dfa6ab50f 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getDirectConnectGatewayAttachmentFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getDirectConnectGatewayAttachmentFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getDirectConnectGatewayAttachmentFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html). @@ -18,16 +18,16 @@ export function ec2transitgateway_getDirectConnectGatewayAttachmentFilter_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainAssociation.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainAssociation.ts index 6cce09cd4..6c95a3da2 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainAssociation.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainAssociation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getMulticastDomainAssociation { // The ID of the subnet associated with the transit gateway multicast domain. @@ -18,16 +18,16 @@ export function ec2transitgateway_getMulticastDomainAssociation_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet associated with the transit gateway multicast domain.", + 'subnetId', + 'The ID of the subnet associated with the transit gateway multicast domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayAttachmentId", - "The ID of the transit gateway attachment.", + 'transitGatewayAttachmentId', + 'The ID of the transit gateway attachment.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainFilter.ts index b8e3992e2..bd782bb99 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getMulticastDomainFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayMulticastDomains.html). @@ -18,16 +18,16 @@ export function ec2transitgateway_getMulticastDomainFilter_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayMulticastDomains.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayMulticastDomains.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. A multicast domain will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. A multicast domain will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainMember.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainMember.ts index a63296085..af19b6767 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainMember.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getMulticastDomainMember { // The IP address assigned to the transit gateway multicast group. @@ -18,7 +18,7 @@ export function ec2transitgateway_getMulticastDomainMember_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", + 'networkInterfaceId', "The group members' network interface ID.", () => [], true, @@ -26,8 +26,8 @@ export function ec2transitgateway_getMulticastDomainMember_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "groupIpAddress", - "The IP address assigned to the transit gateway multicast group.", + 'groupIpAddress', + 'The IP address assigned to the transit gateway multicast group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainSource.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainSource.ts index bbf2b291e..2adcb398b 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainSource.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getMulticastDomainSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getMulticastDomainSource { // The group members' network interface ID. @@ -18,7 +18,7 @@ export function ec2transitgateway_getMulticastDomainSource_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", + 'networkInterfaceId', "The group members' network interface ID.", () => [], true, @@ -26,8 +26,8 @@ export function ec2transitgateway_getMulticastDomainSource_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "groupIpAddress", - "The IP address assigned to the transit gateway multicast group.", + 'groupIpAddress', + 'The IP address assigned to the transit gateway multicast group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentFilter.ts index 7cf487d38..dae83f501 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getPeeringAttachmentFilter { /* @@ -24,16 +24,16 @@ export function ec2transitgateway_getPeeringAttachmentFilter_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayPeeringAttachments.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayPeeringAttachments.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nAn EC2 Transit Gateway Peering Attachment be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nAn EC2 Transit Gateway Peering Attachment be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentsFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentsFilter.ts index b035e182d..70f51817f 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getPeeringAttachmentsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getPeeringAttachmentsFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayPeeringAttachments.html) @@ -18,16 +18,16 @@ export function ec2transitgateway_getPeeringAttachmentsFilter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayPeeringAttachments.html)", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayPeeringAttachments.html)', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableAssociationsFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableAssociationsFilter.ts index 598994b2d..66da7677e 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableAssociationsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableAssociationsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getRouteTableAssociationsFilter { /* @@ -24,16 +24,16 @@ export function ec2transitgateway_getRouteTableAssociationsFilter_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetTransitGatewayRouteTableAssociations.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetTransitGatewayRouteTableAssociations.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableFilter.ts index 8077f403c..3c2867d7c 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getRouteTableFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2transitgateway_getRouteTableFilter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTablePropagationsFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTablePropagationsFilter.ts index 1a81a92be..07e8e77fd 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTablePropagationsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTablePropagationsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getRouteTablePropagationsFilter { /* @@ -24,16 +24,16 @@ export function ec2transitgateway_getRouteTablePropagationsFilter_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetTransitGatewayRouteTablePropagations.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetTransitGatewayRouteTablePropagations.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field.\nA Transit Gateway Route Table will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesFilter.ts index b94e893fb..dacba0a38 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getRouteTableRoutesFilter { /* @@ -21,16 +21,16 @@ export function ec2transitgateway_getRouteTableRoutesFilter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayRoutes.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayRoutes.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.", + 'values', + 'Set of values that are accepted for the given field.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesRoute.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesRoute.ts index 212caa9b9..567202251 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesRoute.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getRouteTableRoutesRoute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getRouteTableRoutesRoute { // The ID of the prefix list used for destination matches. @@ -27,40 +27,40 @@ export function ec2transitgateway_getRouteTableRoutesRoute_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "prefixListId", - "The ID of the prefix list used for destination matches.", + 'prefixListId', + 'The ID of the prefix list used for destination matches.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "state", - "The current state of the route, can be `active`, `deleted`, `pending`, `blackhole`, `deleting`.", + 'state', + 'The current state of the route, can be `active`, `deleted`, `pending`, `blackhole`, `deleting`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayRouteTableAnnouncementId", - "The id of the transit gateway route table announcement, most of the time it is an empty string.", + 'transitGatewayRouteTableAnnouncementId', + 'The id of the transit gateway route table announcement, most of the time it is an empty string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the route, can be `propagated` or `static`.", + 'type', + 'The type of the route, can be `propagated` or `static`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationCidrBlock", - "The CIDR used for route destination matches.", + 'destinationCidrBlock', + 'The CIDR used for route destination matches.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getTransitGatewayFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getTransitGatewayFilter.ts index 39bcab377..47151b77e 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getTransitGatewayFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getTransitGatewayFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getTransitGatewayFilter { // Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html). @@ -18,16 +18,16 @@ export function ec2transitgateway_getTransitGatewayFilter_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html).", + 'name', + 'Name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentFilter.ts index 53c7c4580..9677fcd89 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getVpcAttachmentFilter { // Name of the filter. @@ -18,16 +18,16 @@ export function ec2transitgateway_getVpcAttachmentFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter.", + 'name', + 'Name of the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentsFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentsFilter.ts index 34e14d66f..35b372aa3 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentsFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpcAttachmentsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getVpcAttachmentsFilter { // Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayVpcAttachments.html) @@ -18,16 +18,16 @@ export function ec2transitgateway_getVpcAttachmentsFilter_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "values", - "List of one or more values for the filter.", + 'values', + 'List of one or more values for the filter.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayVpcAttachments.html)", + 'name', + 'Name of the filter check available value on [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayVpcAttachments.html)', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpnAttachmentFilter.ts b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpnAttachmentFilter.ts index e5721df35..05d86dae6 100644 --- a/src/app/Models/codegen/aws/types/ec2transitgateway_getVpnAttachmentFilter.ts +++ b/src/app/Models/codegen/aws/types/ec2transitgateway_getVpnAttachmentFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ec2transitgateway_getVpnAttachmentFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html). @@ -18,16 +18,16 @@ export function ec2transitgateway_getVpnAttachmentFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeTransitGatewayAttachments API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRule.ts b/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRule.ts index 0c36156e9..e86f06776 100644 --- a/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_RegistryScanningConfigurationRuleRepositoryFilter, ecr_RegistryScanningConfigurationRuleRepositoryFilter_GetTypes, -} from "./ecr_RegistryScanningConfigurationRuleRepositoryFilter"; +} from './ecr_RegistryScanningConfigurationRuleRepositoryFilter'; export interface ecr_RegistryScanningConfigurationRule { // One or more repository filter blocks, containing a `filter` (required string filtering repositories, see pattern regex [here](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_ScanningRepositoryFilter.html)) and a `filter_type` (required string, currently only `WILDCARD` is supported). @@ -22,16 +22,16 @@ export function ecr_RegistryScanningConfigurationRule_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "scanFrequency", - "The frequency that scans are performed at for a private registry. Can be `SCAN_ON_PUSH`, `CONTINUOUS_SCAN`, or `MANUAL`.", + 'scanFrequency', + 'The frequency that scans are performed at for a private registry. Can be `SCAN_ON_PUSH`, `CONTINUOUS_SCAN`, or `MANUAL`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "repositoryFilters", - "One or more repository filter blocks, containing a `filter` (required string filtering repositories, see pattern regex [here](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_ScanningRepositoryFilter.html)) and a `filter_type` (required string, currently only `WILDCARD` is supported).", + 'repositoryFilters', + 'One or more repository filter blocks, containing a `filter` (required string filtering repositories, see pattern regex [here](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_ScanningRepositoryFilter.html)) and a `filter_type` (required string, currently only `WILDCARD` is supported).', () => ecr_RegistryScanningConfigurationRuleRepositoryFilter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRuleRepositoryFilter.ts b/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRuleRepositoryFilter.ts index 66f09198a..9cf1c3099 100644 --- a/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRuleRepositoryFilter.ts +++ b/src/app/Models/codegen/aws/types/ecr_RegistryScanningConfigurationRuleRepositoryFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_RegistryScanningConfigurationRuleRepositoryFilter { // @@ -16,11 +16,11 @@ export interface ecr_RegistryScanningConfigurationRuleRepositoryFilter { export function ecr_RegistryScanningConfigurationRuleRepositoryFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "filter", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'filter', '', () => [], true, false), new DynamicUIProps( InputType.String, - "filterType", - "", + 'filterType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfiguration.ts index b8b8737a4..04964db68 100644 --- a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_ReplicationConfigurationReplicationConfigurationRule, ecr_ReplicationConfigurationReplicationConfigurationRule_GetTypes, -} from "./ecr_ReplicationConfigurationReplicationConfigurationRule"; +} from './ecr_ReplicationConfigurationReplicationConfigurationRule'; export interface ecr_ReplicationConfigurationReplicationConfiguration { // The replication rules for a replication configuration. A maximum of 10 are allowed per `replication_configuration`. See Rule @@ -19,8 +19,8 @@ export function ecr_ReplicationConfigurationReplicationConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "rules", - "The replication rules for a replication configuration. A maximum of 10 are allowed per `replication_configuration`. See Rule", + 'rules', + 'The replication rules for a replication configuration. A maximum of 10 are allowed per `replication_configuration`. See Rule', () => ecr_ReplicationConfigurationReplicationConfigurationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRule.ts b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRule.ts index a4d861804..b21fc712b 100644 --- a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_ReplicationConfigurationReplicationConfigurationRuleDestination, ecr_ReplicationConfigurationReplicationConfigurationRuleDestination_GetTypes, -} from "./ecr_ReplicationConfigurationReplicationConfigurationRuleDestination"; +} from './ecr_ReplicationConfigurationReplicationConfigurationRuleDestination'; import { ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter, ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter_GetTypes, -} from "./ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter"; +} from './ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter'; export interface ecr_ReplicationConfigurationReplicationConfigurationRule { // the details of a replication destination. A maximum of 25 are allowed per `rule`. See Destination. @@ -26,8 +26,8 @@ export function ecr_ReplicationConfigurationReplicationConfigurationRule_GetType return [ new DynamicUIProps( InputType.Array, - "destinations", - "the details of a replication destination. A maximum of 25 are allowed per `rule`. See Destination.", + 'destinations', + 'the details of a replication destination. A maximum of 25 are allowed per `rule`. See Destination.', () => ecr_ReplicationConfigurationReplicationConfigurationRuleDestination_GetTypes(), true, @@ -35,8 +35,8 @@ export function ecr_ReplicationConfigurationReplicationConfigurationRule_GetType ), new DynamicUIProps( InputType.Array, - "repositoryFilters", - "filters for a replication rule. See Repository Filter.", + 'repositoryFilters', + 'filters for a replication rule. See Repository Filter.', () => ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleDestination.ts b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleDestination.ts index 05108b839..5094d7718 100644 --- a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleDestination.ts +++ b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_ReplicationConfigurationReplicationConfigurationRuleDestination { // A Region to replicate to. @@ -18,16 +18,16 @@ export function ecr_ReplicationConfigurationReplicationConfigurationRuleDestinat return [ new DynamicUIProps( InputType.String, - "registryId", - "The account ID of the destination registry to replicate to.", + 'registryId', + 'The account ID of the destination registry to replicate to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "A Region to replicate to.", + 'region', + 'A Region to replicate to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter.ts b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter.ts index 7cb5f8d75..9ac57d671 100644 --- a/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter.ts +++ b/src/app/Models/codegen/aws/types/ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter { // The repository filter details. @@ -18,16 +18,16 @@ export function ecr_ReplicationConfigurationReplicationConfigurationRuleReposito return [ new DynamicUIProps( InputType.String, - "filter", - "The repository filter details.", + 'filter', + 'The repository filter details.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "filterType", - "The repository filter type. The only supported value is `PREFIX_MATCH`, which is a repository name prefix specified with the filter parameter.", + 'filterType', + 'The repository filter type. The only supported value is `PREFIX_MATCH`, which is a repository name prefix specified with the filter parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_RepositoryCreationTemplateEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_RepositoryCreationTemplateEncryptionConfiguration.ts index f647043e6..22af04b4a 100644 --- a/src/app/Models/codegen/aws/types/ecr_RepositoryCreationTemplateEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_RepositoryCreationTemplateEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_RepositoryCreationTemplateEncryptionConfiguration { // The encryption type to use for any created repositories. Valid values are `AES256` or `KMS`. Defaults to `AES256`. @@ -18,16 +18,16 @@ export function ecr_RepositoryCreationTemplateEncryptionConfiguration_GetTypes() return [ new DynamicUIProps( InputType.String, - "kmsKey", - "The ARN of the KMS key to use when `encryption_type` is `KMS`. If not specified, uses the default AWS managed key for ECR.", + 'kmsKey', + 'The ARN of the KMS key to use when `encryption_type` is `KMS`. If not specified, uses the default AWS managed key for ECR.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionType", - "The encryption type to use for any created repositories. Valid values are `AES256` or `KMS`. Defaults to `AES256`.", + 'encryptionType', + 'The encryption type to use for any created repositories. Valid values are `AES256` or `KMS`. Defaults to `AES256`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecr_RepositoryEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_RepositoryEncryptionConfiguration.ts index fe5d5ad85..a5cfeac6e 100644 --- a/src/app/Models/codegen/aws/types/ecr_RepositoryEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_RepositoryEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_RepositoryEncryptionConfiguration { // The encryption type to use for the repository. Valid values are `AES256` or `KMS`. Defaults to `AES256`. @@ -18,16 +18,16 @@ export function ecr_RepositoryEncryptionConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The encryption type to use for the repository. Valid values are `AES256` or `KMS`. Defaults to `AES256`.", + 'encryptionType', + 'The encryption type to use for the repository. Valid values are `AES256` or `KMS`. Defaults to `AES256`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKey", - "The ARN of the KMS key to use when `encryption_type` is `KMS`. If not specified, uses the default AWS managed key for ECR.", + 'kmsKey', + 'The ARN of the KMS key to use when `encryption_type` is `KMS`. If not specified, uses the default AWS managed key for ECR.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecr_RepositoryImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_RepositoryImageScanningConfiguration.ts index 09a382329..1aab0f865 100644 --- a/src/app/Models/codegen/aws/types/ecr_RepositoryImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_RepositoryImageScanningConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_RepositoryImageScanningConfiguration { // Indicates whether images are scanned after being pushed to the repository (true) or not scanned (false). @@ -15,8 +15,8 @@ export function ecr_RepositoryImageScanningConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "scanOnPush", - "Indicates whether images are scanned after being pushed to the repository (true) or not scanned (false).", + 'scanOnPush', + 'Indicates whether images are scanned after being pushed to the repository (true) or not scanned (false).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRule.ts b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRule.ts index 816318751..71a450c15 100644 --- a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRule.ts +++ b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecr_getLifecyclePolicyDocumentRuleSelection, ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes, -} from "./ecr_getLifecyclePolicyDocumentRuleSelection"; +} from './ecr_getLifecyclePolicyDocumentRuleSelection'; import { ecr_getLifecyclePolicyDocumentRuleAction, ecr_getLifecyclePolicyDocumentRuleAction_GetTypes, -} from "./ecr_getLifecyclePolicyDocumentRuleAction"; +} from './ecr_getLifecyclePolicyDocumentRuleAction'; export interface ecr_getLifecyclePolicyDocumentRule { // Sets the order in which rules are evaluated, lowest to highest. When you add rules to a lifecycle policy, you must give them each a unique value for `priority`. Values do not need to be sequential across rules in a policy. A rule with a `tag_status` value of "any" must have the highest value for `priority` and be evaluated last. @@ -32,7 +32,7 @@ export function ecr_getLifecyclePolicyDocumentRule_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "priority", + 'priority', 'Sets the order in which rules are evaluated, lowest to highest. When you add rules to a lifecycle policy, you must give them each a unique value for `priority`. Values do not need to be sequential across rules in a policy. A rule with a `tag_status` value of "any" must have the highest value for `priority` and be evaluated last.', () => [], true, @@ -40,24 +40,24 @@ export function ecr_getLifecyclePolicyDocumentRule_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "selection", - "Collects parameters describing the selection criteria for the ECR lifecycle policy:", + 'selection', + 'Collects parameters describing the selection criteria for the ECR lifecycle policy:', () => ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "action", - "Specifies the action type.", + 'action', + 'Specifies the action type.', () => ecr_getLifecyclePolicyDocumentRuleAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Describes the purpose of a rule within a lifecycle policy.", + 'description', + 'Describes the purpose of a rule within a lifecycle policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleAction.ts b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleAction.ts index b2e9e505d..5228bac43 100644 --- a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleAction.ts +++ b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_getLifecyclePolicyDocumentRuleAction { // The supported value is `expire`. @@ -15,8 +15,8 @@ export function ecr_getLifecyclePolicyDocumentRuleAction_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "type", - "The supported value is `expire`.", + 'type', + 'The supported value is `expire`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleSelection.ts b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleSelection.ts index 4a67fbb17..fe6ddb452 100644 --- a/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleSelection.ts +++ b/src/app/Models/codegen/aws/types/ecr_getLifecyclePolicyDocumentRuleSelection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_getLifecyclePolicyDocumentRuleSelection { // Specify a count number. If the `count_type` used is "imageCountMoreThan", then the value is the maximum number of images that you want to retain in your repository. If the `count_type` used is "sinceImagePushed", then the value is the maximum age limit for your images. @@ -30,7 +30,7 @@ export function ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "countType", + 'countType', 'Specify a count type to apply to the images. If `count_type` is set to "imageCountMoreThan", you also specify `count_number` to create a rule that sets a limit on the number of images that exist in your repository. If `count_type` is set to "sinceImagePushed", you also specify `count_unit` and `count_number` to specify a time limit on the images that exist in your repository.', () => [], true, @@ -38,15 +38,15 @@ export function ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "countUnit", - "Specify a count unit of days to indicate that as the unit of time, in addition to `count_number`, which is the number of days.", + 'countUnit', + 'Specify a count unit of days to indicate that as the unit of time, in addition to `count_number`, which is the number of days.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagPatternLists", + 'tagPatternLists', 'You must specify a comma-separated list of image tag patterns that may contain wildcards (\\*) on which to take action with your lifecycle policy. For example, if your images are tagged as `prod`, `prod1`, `prod2`, and so on, you would use the tag pattern list `["prod\\*"]` to specify all of them. If you specify multiple tags, only the images with all specified tags are selected. There is a maximum limit of four wildcards (\\*) per string. For example, `["*test*1*2*3", "test*1*2*3*"]` is valid but `["test*1*2*3*4*5*6"]` is invalid.', () => InputType_String_GetTypes(), false, @@ -54,7 +54,7 @@ export function ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Array, - "tagPrefixLists", + 'tagPrefixLists', 'You must specify a comma-separated list of image tag prefixes on which to take action with your lifecycle policy. For example, if your images are tagged as `prod`, `prod1`, `prod2`, and so on, you would use the tag prefix "prod" to specify all of them. If you specify multiple tags, only images with all specified tags are selected.', () => InputType_String_GetTypes(), false, @@ -62,7 +62,7 @@ export function ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "tagStatus", + 'tagStatus', 'Determines whether the lifecycle policy rule that you are adding specifies a tag for an image. Acceptable options are "tagged", "untagged", or "any". If you specify "any", then all images have the rule applied to them. If you specify "tagged", then you must also specify a `tag_prefix_list` value. If you specify "untagged", then you must omit `tag_prefix_list`.', () => [], true, @@ -70,7 +70,7 @@ export function ecr_getLifecyclePolicyDocumentRuleSelection_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "countNumber", + 'countNumber', 'Specify a count number. If the `count_type` used is "imageCountMoreThan", then the value is the maximum number of images that you want to retain in your repository. If the `count_type` used is "sinceImagePushed", then the value is the maximum age limit for your images.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/ecr_getRepositoryCreationTemplateEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_getRepositoryCreationTemplateEncryptionConfiguration.ts index aacf9f560..3603e3f02 100644 --- a/src/app/Models/codegen/aws/types/ecr_getRepositoryCreationTemplateEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_getRepositoryCreationTemplateEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_getRepositoryCreationTemplateEncryptionConfiguration { // Encryption type to use for any created repositories, either `AES256` or `KMS`. @@ -18,16 +18,16 @@ export function ecr_getRepositoryCreationTemplateEncryptionConfiguration_GetType return [ new DynamicUIProps( InputType.String, - "encryptionType", - "Encryption type to use for any created repositories, either `AES256` or `KMS`.", + 'encryptionType', + 'Encryption type to use for any created repositories, either `AES256` or `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKey", - "If `encryption_type` is `KMS`, the ARN of the KMS key used.", + 'kmsKey', + 'If `encryption_type` is `KMS`, the ARN of the KMS key used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_getRepositoryEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_getRepositoryEncryptionConfiguration.ts index ea91a5e45..5af32d046 100644 --- a/src/app/Models/codegen/aws/types/ecr_getRepositoryEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_getRepositoryEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_getRepositoryEncryptionConfiguration { // Encryption type to use for the repository, either `AES256` or `KMS`. @@ -18,16 +18,16 @@ export function ecr_getRepositoryEncryptionConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "encryptionType", - "Encryption type to use for the repository, either `AES256` or `KMS`.", + 'encryptionType', + 'Encryption type to use for the repository, either `AES256` or `KMS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKey", - "If `encryption_type` is `KMS`, the ARN of the KMS key used.", + 'kmsKey', + 'If `encryption_type` is `KMS`, the ARN of the KMS key used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecr_getRepositoryImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/ecr_getRepositoryImageScanningConfiguration.ts index 7d2be9e08..428d93d68 100644 --- a/src/app/Models/codegen/aws/types/ecr_getRepositoryImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecr_getRepositoryImageScanningConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecr_getRepositoryImageScanningConfiguration { // Whether images are scanned after being pushed to the repository. @@ -15,8 +15,8 @@ export function ecr_getRepositoryImageScanningConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "scanOnPush", - "Whether images are scanned after being pushed to the repository.", + 'scanOnPush', + 'Whether images are scanned after being pushed to the repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecrpublic_RepositoryCatalogData.ts b/src/app/Models/codegen/aws/types/ecrpublic_RepositoryCatalogData.ts index 65c02d12c..e2a6b614e 100644 --- a/src/app/Models/codegen/aws/types/ecrpublic_RepositoryCatalogData.ts +++ b/src/app/Models/codegen/aws/types/ecrpublic_RepositoryCatalogData.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecrpublic_RepositoryCatalogData { // The base64-encoded repository logo payload. (Only visible for verified accounts) Note that drift detection is disabled for this attribute. @@ -30,48 +30,48 @@ export function ecrpublic_RepositoryCatalogData_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "architectures", - "The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters: `ARM`, `ARM 64`, `x86`, `x86-64`", + 'architectures', + 'The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters: `ARM`, `ARM 64`, `x86`, `x86-64`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.", + 'description', + 'A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logoImageBlob", - "The base64-encoded repository logo payload. (Only visible for verified accounts) Note that drift detection is disabled for this attribute.", + 'logoImageBlob', + 'The base64-encoded repository logo payload. (Only visible for verified accounts) Note that drift detection is disabled for this attribute.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "operatingSystems", - "The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters: `Linux`, `Windows`", + 'operatingSystems', + 'The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters: `Linux`, `Windows`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "usageText", - "Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.", + 'usageText', + 'Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aboutText", - "A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.", + 'aboutText', + 'A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProvider.ts b/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProvider.ts index 285144531..77015ee8e 100644 --- a/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProvider.ts +++ b/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProvider.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_CapacityProviderAutoScalingGroupProviderManagedScaling, ecs_CapacityProviderAutoScalingGroupProviderManagedScaling_GetTypes, -} from "./ecs_CapacityProviderAutoScalingGroupProviderManagedScaling"; +} from './ecs_CapacityProviderAutoScalingGroupProviderManagedScaling'; export interface ecs_CapacityProviderAutoScalingGroupProvider { // Configuration block defining the parameters of the auto scaling. Detailed below. @@ -28,32 +28,32 @@ export function ecs_CapacityProviderAutoScalingGroupProvider_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "managedTerminationProtection", - "Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are `ENABLED` and `DISABLED`.", + 'managedTerminationProtection', + 'Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoScalingGroupArn", - "ARN of the associated auto scaling group.", + 'autoScalingGroupArn', + 'ARN of the associated auto scaling group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "managedDraining", - "Enables or disables a graceful shutdown of instances without disturbing workloads. Valid values are\u00a0`ENABLED`\u00a0and\u00a0`DISABLED`. The default value is `ENABLED` when a capacity provider is created.", + 'managedDraining', + 'Enables or disables a graceful shutdown of instances without disturbing workloads. Valid values are\u00a0`ENABLED`\u00a0and\u00a0`DISABLED`. The default value is `ENABLED` when a capacity provider is created.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "managedScaling", - "Configuration block defining the parameters of the auto scaling. Detailed below.", + 'managedScaling', + 'Configuration block defining the parameters of the auto scaling. Detailed below.', () => ecs_CapacityProviderAutoScalingGroupProviderManagedScaling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProviderManagedScaling.ts b/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProviderManagedScaling.ts index 2d9ef1b1f..edea529de 100644 --- a/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProviderManagedScaling.ts +++ b/src/app/Models/codegen/aws/types/ecs_CapacityProviderAutoScalingGroupProviderManagedScaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_CapacityProviderAutoScalingGroupProviderManagedScaling { // Period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used. @@ -27,40 +27,40 @@ export function ecs_CapacityProviderAutoScalingGroupProviderManagedScaling_GetTy return [ new DynamicUIProps( InputType.Number, - "instanceWarmupPeriod", - "Period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used.", + 'instanceWarmupPeriod', + 'Period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumScalingStepSize", - "Maximum step adjustment size. A number between 1 and 10,000.", + 'maximumScalingStepSize', + 'Maximum step adjustment size. A number between 1 and 10,000.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minimumScalingStepSize", - "Minimum step adjustment size. A number between 1 and 10,000.", + 'minimumScalingStepSize', + 'Minimum step adjustment size. A number between 1 and 10,000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Whether auto scaling is managed by ECS. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Whether auto scaling is managed by ECS. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetCapacity", - "Target utilization for the capacity provider. A number between 1 and 100.", + 'targetCapacity', + 'Target utilization for the capacity provider. A number between 1 and 100.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy.ts index 68b5880e1..7e5b1687d 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy { // The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`. @@ -21,24 +21,24 @@ export function ecs_ClusterCapacityProvidersDefaultCapacityProviderStrategy_GetT return [ new DynamicUIProps( InputType.Number, - "base", - "The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.", + 'base', + 'The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "Name of the capacity provider.", + 'capacityProvider', + 'Name of the capacity provider.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.", + 'weight', + 'The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ClusterConfiguration.ts index 917744978..636178509 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ClusterConfigurationExecuteCommandConfiguration, ecs_ClusterConfigurationExecuteCommandConfiguration_GetTypes, -} from "./ecs_ClusterConfigurationExecuteCommandConfiguration"; +} from './ecs_ClusterConfigurationExecuteCommandConfiguration'; import { ecs_ClusterConfigurationManagedStorageConfiguration, ecs_ClusterConfigurationManagedStorageConfiguration_GetTypes, -} from "./ecs_ClusterConfigurationManagedStorageConfiguration"; +} from './ecs_ClusterConfigurationManagedStorageConfiguration'; export interface ecs_ClusterConfiguration { // Details of the execute command configuration. See `execute_command_configuration` Block for details. @@ -26,16 +26,16 @@ export function ecs_ClusterConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "executeCommandConfiguration", - "Details of the execute command configuration. See `execute_command_configuration` Block for details.", + 'executeCommandConfiguration', + 'Details of the execute command configuration. See `execute_command_configuration` Block for details.', () => ecs_ClusterConfigurationExecuteCommandConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "managedStorageConfiguration", - "Details of the managed storage configuration. See `managed_storage_configuration` Block for details.", + 'managedStorageConfiguration', + 'Details of the managed storage configuration. See `managed_storage_configuration` Block for details.', () => ecs_ClusterConfigurationManagedStorageConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfiguration.ts index ffc0fc4cf..811a2b694 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration, ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration_GetTypes, -} from "./ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration"; +} from './ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration'; export interface ecs_ClusterConfigurationExecuteCommandConfiguration { // AWS Key Management Service key ID to encrypt the data between the local client and the container. @@ -25,16 +25,16 @@ export function ecs_ClusterConfigurationExecuteCommandConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "AWS Key Management Service key ID to encrypt the data between the local client and the container.", + 'kmsKeyId', + 'AWS Key Management Service key ID to encrypt the data between the local client and the container.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "logConfiguration", - "Log configuration for the results of the execute command actions. Required when `logging` is `OVERRIDE`. See `log_configuration` Block for details.", + 'logConfiguration', + 'Log configuration for the results of the execute command actions. Required when `logging` is `OVERRIDE`. See `log_configuration` Block for details.', () => ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration_GetTypes(), false, @@ -42,8 +42,8 @@ export function ecs_ClusterConfigurationExecuteCommandConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "logging", - "Log setting to use for redirecting logs for your execute command results. Valid values: `NONE`, `DEFAULT`, `OVERRIDE`.", + 'logging', + 'Log setting to use for redirecting logs for your execute command results. Valid values: `NONE`, `DEFAULT`, `OVERRIDE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration.ts index 6597e3c08..a96d80505 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ClusterConfigurationExecuteCommandConfigurationLogConfiguration { // Whether to enable encryption on the logs sent to S3. If not specified, encryption will be disabled. @@ -27,40 +27,40 @@ export function ecs_ClusterConfigurationExecuteCommandConfigurationLogConfigurat return [ new DynamicUIProps( InputType.Bool, - "cloudWatchEncryptionEnabled", - "Whether to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.", + 'cloudWatchEncryptionEnabled', + 'Whether to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogGroupName", - "The name of the CloudWatch log group to send logs to.", + 'cloudWatchLogGroupName', + 'The name of the CloudWatch log group to send logs to.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "s3BucketEncryptionEnabled", - "Whether to enable encryption on the logs sent to S3. If not specified, encryption will be disabled.", + 's3BucketEncryptionEnabled', + 'Whether to enable encryption on the logs sent to S3. If not specified, encryption will be disabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 bucket to send logs to.", + 's3BucketName', + 'Name of the S3 bucket to send logs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "Optional folder in the S3 bucket to place logs in.", + 's3KeyPrefix', + 'Optional folder in the S3 bucket to place logs in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationManagedStorageConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationManagedStorageConfiguration.ts index 8eda07349..143d6ab9e 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationManagedStorageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterConfigurationManagedStorageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ClusterConfigurationManagedStorageConfiguration { // AWS Key Management Service key ID for the Fargate ephemeral storage. @@ -18,16 +18,16 @@ export function ecs_ClusterConfigurationManagedStorageConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "fargateEphemeralStorageKmsKeyId", - "AWS Key Management Service key ID for the Fargate ephemeral storage.", + 'fargateEphemeralStorageKmsKeyId', + 'AWS Key Management Service key ID for the Fargate ephemeral storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "AWS Key Management Service key ID to encrypt the managed storage.", + 'kmsKeyId', + 'AWS Key Management Service key ID to encrypt the managed storage.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterServiceConnectDefaults.ts b/src/app/Models/codegen/aws/types/ecs_ClusterServiceConnectDefaults.ts index a031ee9c1..c0d881cce 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterServiceConnectDefaults.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterServiceConnectDefaults.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ClusterServiceConnectDefaults { // ARN of the `aws.servicediscovery.HttpNamespace` that's used when you create a service and don't specify a Service Connect configuration. @@ -15,7 +15,7 @@ export function ecs_ClusterServiceConnectDefaults_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "namespace", + 'namespace', "ARN of the `aws.servicediscovery.HttpNamespace` that's used when you create a service and don't specify a Service Connect configuration.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/ecs_ClusterSetting.ts b/src/app/Models/codegen/aws/types/ecs_ClusterSetting.ts index 6ee45e0a5..64d3fa88a 100644 --- a/src/app/Models/codegen/aws/types/ecs_ClusterSetting.ts +++ b/src/app/Models/codegen/aws/types/ecs_ClusterSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ClusterSetting { // Name of the setting to manage. Valid values: `containerInsights`. @@ -18,16 +18,16 @@ export function ecs_ClusterSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the setting to manage. Valid values: `containerInsights`.", + 'name', + 'Name of the setting to manage. Valid values: `containerInsights`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value to assign to the setting. Valid values: `enabled`, `disabled`.", + 'value', + 'Value to assign to the setting. Valid values: `enabled`, `disabled`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceAlarms.ts b/src/app/Models/codegen/aws/types/ecs_ServiceAlarms.ts index 19b8e8d5f..b7785c5fc 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceAlarms.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceAlarms.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceAlarms { // One or more CloudWatch alarm names. @@ -21,24 +21,24 @@ export function ecs_ServiceAlarms_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "alarmNames", - "One or more CloudWatch alarm names.", + 'alarmNames', + 'One or more CloudWatch alarm names.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "enable", - "Whether to use the CloudWatch alarm option in the service deployment process.", + 'enable', + 'Whether to use the CloudWatch alarm option in the service deployment process.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "rollback", - "Whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.", + 'rollback', + 'Whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/ecs_ServiceCapacityProviderStrategy.ts index 77bc0a263..9c344bcc2 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceCapacityProviderStrategy { // Relative percentage of the total number of launched tasks that should use the specified capacity provider. @@ -21,24 +21,24 @@ export function ecs_ServiceCapacityProviderStrategy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "weight", - "Relative percentage of the total number of launched tasks that should use the specified capacity provider.", + 'weight', + 'Relative percentage of the total number of launched tasks that should use the specified capacity provider.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "base", - "Number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.", + 'base', + 'Number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "Short name of the capacity provider.", + 'capacityProvider', + 'Short name of the capacity provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentCircuitBreaker.ts b/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentCircuitBreaker.ts index 86bbab3f5..4f239ba96 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentCircuitBreaker.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentCircuitBreaker.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceDeploymentCircuitBreaker { // Whether to enable the deployment circuit breaker logic for the service. @@ -18,16 +18,16 @@ export function ecs_ServiceDeploymentCircuitBreaker_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "enable", - "Whether to enable the deployment circuit breaker logic for the service.", + 'enable', + 'Whether to enable the deployment circuit breaker logic for the service.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "rollback", - "Whether to enable Amazon ECS to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.", + 'rollback', + 'Whether to enable Amazon ECS to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentController.ts b/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentController.ts index d57477753..f3399ceff 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentController.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceDeploymentController.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceDeploymentController { // Type of deployment controller. Valid values: `CODE_DEPLOY`, `ECS`, `EXTERNAL`. Default: `ECS`. @@ -15,8 +15,8 @@ export function ecs_ServiceDeploymentController_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Type of deployment controller. Valid values: `CODE_DEPLOY`, `ECS`, `EXTERNAL`. Default: `ECS`.", + 'type', + 'Type of deployment controller. Valid values: `CODE_DEPLOY`, `ECS`, `EXTERNAL`. Default: `ECS`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceLoadBalancer.ts b/src/app/Models/codegen/aws/types/ecs_ServiceLoadBalancer.ts index 5f7e1feac..e73b6cf90 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceLoadBalancer.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceLoadBalancer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceLoadBalancer { // Name of the container to associate with the load balancer (as it appears in a container definition). @@ -28,32 +28,32 @@ export function ecs_ServiceLoadBalancer_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetGroupArn", - "ARN of the Load Balancer target group to associate with the service.", + 'targetGroupArn', + 'ARN of the Load Balancer target group to associate with the service.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "containerName", - "Name of the container to associate with the load balancer (as it appears in a container definition).", + 'containerName', + 'Name of the container to associate with the load balancer (as it appears in a container definition).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "containerPort", - "Port on the container to associate with the load balancer.\n\n> **Version note:** Multiple `load_balancer` configuration block support was added in version 2.22.0 of the provider. This allows configuration of [ECS service support for multiple target groups](https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/).", + 'containerPort', + 'Port on the container to associate with the load balancer.\n\n> **Version note:** Multiple `load_balancer` configuration block support was added in version 2.22.0 of the provider. This allows configuration of [ECS service support for multiple target groups](https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "elbName", - "Name of the ELB (Classic) to associate with the service.", + 'elbName', + 'Name of the ELB (Classic) to associate with the service.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ServiceNetworkConfiguration.ts index 65e1a7b01..f9c14ec55 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceNetworkConfiguration { /* @@ -25,24 +25,24 @@ export function ecs_ServiceNetworkConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "assignPublicIp", - "Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html)", + 'assignPublicIp', + 'Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.", + 'securityGroups', + 'Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "Subnets associated with the task or service.", + 'subnets', + 'Subnets associated with the task or service.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceOrderedPlacementStrategy.ts b/src/app/Models/codegen/aws/types/ecs_ServiceOrderedPlacementStrategy.ts index 858ffbf4f..89db96b40 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceOrderedPlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceOrderedPlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceOrderedPlacementStrategy { /* @@ -25,16 +25,16 @@ export function ecs_ServiceOrderedPlacementStrategy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "field", - "For the `spread` placement strategy, valid values are `instanceId` (or `host`,\nwhich has the same effect), or any platform or custom attribute that is applied to a container instance.\nFor the `binpack` type, valid values are `memory` and `cpu`. For the `random` type, this attribute is not\nneeded. For more information, see [Placement Strategy](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PlacementStrategy.html).\n\n> **Note:** for `spread`, `host` and `instanceId` will be normalized, by AWS, to be `instanceId`. This means the statefile will show `instanceId` but your config will differ if you use `host`.", + 'field', + 'For the `spread` placement strategy, valid values are `instanceId` (or `host`,\nwhich has the same effect), or any platform or custom attribute that is applied to a container instance.\nFor the `binpack` type, valid values are `memory` and `cpu`. For the `random` type, this attribute is not\nneeded. For more information, see [Placement Strategy](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PlacementStrategy.html).\n\n> **Note:** for `spread`, `host` and `instanceId` will be normalized, by AWS, to be `instanceId`. This means the statefile will show `instanceId` but your config will differ if you use `host`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of placement strategy. Must be one of: `binpack`, `random`, or `spread`", + 'type', + 'Type of placement strategy. Must be one of: `binpack`, `random`, or `spread`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServicePlacementConstraint.ts b/src/app/Models/codegen/aws/types/ecs_ServicePlacementConstraint.ts index 50c5d2184..1f159b52f 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServicePlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServicePlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServicePlacementConstraint { // Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html). @@ -18,16 +18,16 @@ export function ecs_ServicePlacementConstraint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "expression", - "Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).", + 'expression', + 'Cluster Query Language expression to apply to the constraint. Does not need to be specified for the `distinctInstance` type. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. The only valid values at this time are `memberOf` and `distinctInstance`.", + 'type', + 'Type of constraint. The only valid values at this time are `memberOf` and `distinctInstance`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfiguration.ts index 6555f72b1..da7eb285c 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceServiceConnectConfigurationLogConfiguration, ecs_ServiceServiceConnectConfigurationLogConfiguration_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationLogConfiguration"; +} from './ecs_ServiceServiceConnectConfigurationLogConfiguration'; import { ecs_ServiceServiceConnectConfigurationService, ecs_ServiceServiceConnectConfigurationService_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationService"; +} from './ecs_ServiceServiceConnectConfigurationService'; export interface ecs_ServiceServiceConnectConfiguration { // Log configuration for the container. See below. @@ -32,32 +32,32 @@ export function ecs_ServiceServiceConnectConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "logConfiguration", - "Log configuration for the container. See below.", + 'logConfiguration', + 'Log configuration for the container. See below.', () => ecs_ServiceServiceConnectConfigurationLogConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace name or ARN of the `aws.servicediscovery.HttpNamespace` for use with Service Connect.", + 'namespace', + 'Namespace name or ARN of the `aws.servicediscovery.HttpNamespace` for use with Service Connect.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "services", - "List of Service Connect service objects. See below.", + 'services', + 'List of Service Connect service objects. See below.', () => ecs_ServiceServiceConnectConfigurationService_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to use Service Connect with this service.", + 'enabled', + 'Whether to use Service Connect with this service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfiguration.ts index 1f4ae13ee..370d8835d 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption, ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption"; +} from './ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption'; export interface ecs_ServiceServiceConnectConfigurationLogConfiguration { // Secrets to pass to the log configuration. See below. @@ -25,16 +25,16 @@ export function ecs_ServiceServiceConnectConfigurationLogConfiguration_GetTypes( return [ new DynamicUIProps( InputType.Map, - "options", - "Configuration options to send to the log driver.", + 'options', + 'Configuration options to send to the log driver.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "secretOptions", - "Secrets to pass to the log configuration. See below.", + 'secretOptions', + 'Secrets to pass to the log configuration. See below.', () => ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption_GetTypes(), false, @@ -42,8 +42,8 @@ export function ecs_ServiceServiceConnectConfigurationLogConfiguration_GetTypes( ), new DynamicUIProps( InputType.String, - "logDriver", - "Log driver to use for the container.", + 'logDriver', + 'Log driver to use for the container.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption.ts index 8f0790e67..d388bdb44 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOption { // Name of the secret. @@ -18,16 +18,16 @@ export function ecs_ServiceServiceConnectConfigurationLogConfigurationSecretOpti return [ new DynamicUIProps( InputType.String, - "name", - "Name of the secret.", + 'name', + 'Name of the secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "valueFrom", - "Secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.", + 'valueFrom', + 'Secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationService.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationService.ts index 43288fe45..68e98f45d 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationService.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationService.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceServiceConnectConfigurationServiceClientAlias, ecs_ServiceServiceConnectConfigurationServiceClientAlias_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationServiceClientAlias"; +} from './ecs_ServiceServiceConnectConfigurationServiceClientAlias'; import { ecs_ServiceServiceConnectConfigurationServiceTimeout, ecs_ServiceServiceConnectConfigurationServiceTimeout_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationServiceTimeout"; +} from './ecs_ServiceServiceConnectConfigurationServiceTimeout'; import { ecs_ServiceServiceConnectConfigurationServiceTls, ecs_ServiceServiceConnectConfigurationServiceTls_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationServiceTls"; +} from './ecs_ServiceServiceConnectConfigurationServiceTls'; export interface ecs_ServiceServiceConnectConfigurationService { // List of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. The maximum number of client aliases that you can have in this list is 1. See below. @@ -42,48 +42,48 @@ export function ecs_ServiceServiceConnectConfigurationService_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "clientAlias", - "List of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. The maximum number of client aliases that you can have in this list is 1. See below.", + 'clientAlias', + 'List of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. The maximum number of client aliases that you can have in this list is 1. See below.', () => ecs_ServiceServiceConnectConfigurationServiceClientAlias_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "discoveryName", - "Name of the new AWS Cloud Map service that Amazon ECS creates for this Amazon ECS service.", + 'discoveryName', + 'Name of the new AWS Cloud Map service that Amazon ECS creates for this Amazon ECS service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ingressPortOverride", - "Port number for the Service Connect proxy to listen on.", + 'ingressPortOverride', + 'Port number for the Service Connect proxy to listen on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "portName", - "Name of one of the `portMappings` from all the containers in the task definition of this Amazon ECS service.", + 'portName', + 'Name of one of the `portMappings` from all the containers in the task definition of this Amazon ECS service.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeout", - "Configuration timeouts for Service Connect", + 'timeout', + 'Configuration timeouts for Service Connect', () => ecs_ServiceServiceConnectConfigurationServiceTimeout_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tls", - "Configuration for enabling Transport Layer Security (TLS)", + 'tls', + 'Configuration for enabling Transport Layer Security (TLS)', () => ecs_ServiceServiceConnectConfigurationServiceTls_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceClientAlias.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceClientAlias.ts index 01a84a306..daa7d29fa 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceClientAlias.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceClientAlias.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceServiceConnectConfigurationServiceClientAlias { // Name that you use in the applications of client tasks to connect to this service. @@ -18,16 +18,16 @@ export function ecs_ServiceServiceConnectConfigurationServiceClientAlias_GetType return [ new DynamicUIProps( InputType.String, - "dnsName", - "Name that you use in the applications of client tasks to connect to this service.", + 'dnsName', + 'Name that you use in the applications of client tasks to connect to this service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Listening port number for the Service Connect proxy. This port is available inside of all of the tasks within the same namespace.", + 'port', + 'Listening port number for the Service Connect proxy. This port is available inside of all of the tasks within the same namespace.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTimeout.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTimeout.ts index 81d80ee48..919209b6b 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTimeout.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTimeout.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceServiceConnectConfigurationServiceTimeout { // Amount of time in seconds a connection will stay active while idle. A value of 0 can be set to disable idleTimeout. @@ -18,15 +18,15 @@ export function ecs_ServiceServiceConnectConfigurationServiceTimeout_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "idleTimeoutSeconds", - "Amount of time in seconds a connection will stay active while idle. A value of 0 can be set to disable idleTimeout.", + 'idleTimeoutSeconds', + 'Amount of time in seconds a connection will stay active while idle. A value of 0 can be set to disable idleTimeout.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "perRequestTimeoutSeconds", + 'perRequestTimeoutSeconds', "Amount of time in seconds for the upstream to respond with a complete response per request. A value of 0 can be set to disable perRequestTimeout. Can only be set when appProtocol isn't TCP.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTls.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTls.ts index 84d6ca1e2..90bc982f5 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTls.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTls.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority, ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority_GetTypes, -} from "./ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority"; +} from './ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority'; export interface ecs_ServiceServiceConnectConfigurationServiceTls { // Details of the certificate authority which will issue the certificate. @@ -25,8 +25,8 @@ export function ecs_ServiceServiceConnectConfigurationServiceTls_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "issuerCertAuthority", - "Details of the certificate authority which will issue the certificate.", + 'issuerCertAuthority', + 'Details of the certificate authority which will issue the certificate.', () => ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority_GetTypes(), true, @@ -34,15 +34,15 @@ export function ecs_ServiceServiceConnectConfigurationServiceTls_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "kmsKey", - "KMS key used to encrypt the private key in Secrets Manager.", + 'kmsKey', + 'KMS key used to encrypt the private key in Secrets Manager.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", + 'roleArn', "ARN of the IAM Role that's associated with the Service Connect TLS.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority.ts index 4b5fe7883..2bb7d24fa 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority { // ARN of the `aws.acmpca.CertificateAuthority` used to create the TLS Certificates. @@ -15,8 +15,8 @@ export function ecs_ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthor return [ new DynamicUIProps( InputType.String, - "awsPcaAuthorityArn", - "ARN of the `aws.acmpca.CertificateAuthority` used to create the TLS Certificates.", + 'awsPcaAuthorityArn', + 'ARN of the `aws.acmpca.CertificateAuthority` used to create the TLS Certificates.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceServiceRegistries.ts b/src/app/Models/codegen/aws/types/ecs_ServiceServiceRegistries.ts index f2263b99c..8da23aa19 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceServiceRegistries.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceServiceRegistries.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceServiceRegistries { // Container name value, already specified in the task definition, to be used for your service discovery service. @@ -24,32 +24,32 @@ export function ecs_ServiceServiceRegistries_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "containerName", - "Container name value, already specified in the task definition, to be used for your service discovery service.", + 'containerName', + 'Container name value, already specified in the task definition, to be used for your service discovery service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "containerPort", - "Port value, already specified in the task definition, to be used for your service discovery service.", + 'containerPort', + 'Port value, already specified in the task definition, to be used for your service discovery service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port value used if your Service Discovery service specified an SRV record.", + 'port', + 'Port value used if your Service Discovery service specified an SRV record.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "registryArn", - "ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(`aws.servicediscovery.Service`). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html)", + 'registryArn', + 'ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(`aws.servicediscovery.Service`). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html)', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfiguration.ts index 710356efa..55bf8b515 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_ServiceVolumeConfigurationManagedEbsVolume, ecs_ServiceVolumeConfigurationManagedEbsVolume_GetTypes, -} from "./ecs_ServiceVolumeConfigurationManagedEbsVolume"; +} from './ecs_ServiceVolumeConfigurationManagedEbsVolume'; export interface ecs_ServiceVolumeConfiguration { // Configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. See below. @@ -22,16 +22,16 @@ export function ecs_ServiceVolumeConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "managedEbsVolume", - "Configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. See below.", + 'managedEbsVolume', + 'Configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. See below.', () => ecs_ServiceVolumeConfigurationManagedEbsVolume_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the volume.", + 'name', + 'Name of the volume.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfigurationManagedEbsVolume.ts b/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfigurationManagedEbsVolume.ts index 06622c0bc..a8b2c3d5e 100644 --- a/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfigurationManagedEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/ecs_ServiceVolumeConfigurationManagedEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_ServiceVolumeConfigurationManagedEbsVolume { // Amazon ECS infrastructure IAM role that is used to manage your Amazon Web Services infrastructure. Recommended using the Amazon ECS-managed `AmazonECSInfrastructureRolePolicyForVolumes` IAM policy with this role. @@ -39,72 +39,72 @@ export function ecs_ServiceVolumeConfigurationManagedEbsVolume_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether the volume should be encrypted. Default value is `true`.", + 'encrypted', + 'Whether the volume should be encrypted. Default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Volume type.", + 'volumeType', + 'Volume type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second (IOPS).", + 'iops', + 'Number of I/O operations per second (IOPS).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon ECS infrastructure IAM role that is used to manage your Amazon Web Services infrastructure. Recommended using the Amazon ECS-managed `AmazonECSInfrastructureRolePolicyForVolumes` IAM policy with this role.", + 'roleArn', + 'Amazon ECS infrastructure IAM role that is used to manage your Amazon Web Services infrastructure. Recommended using the Amazon ECS-managed `AmazonECSInfrastructureRolePolicyForVolumes` IAM policy with this role.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sizeInGb", - "Size of the volume in GiB. You must specify either a `size_in_gb` or a `snapshot_id`. You can optionally specify a volume size greater than or equal to the snapshot size.", + 'sizeInGb', + 'Size of the volume in GiB. You must specify either a `size_in_gb` or a `snapshot_id`. You can optionally specify a volume size greater than or equal to the snapshot size.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Snapshot that Amazon ECS uses to create the volume. You must specify either a `size_in_gb` or a `snapshot_id`.", + 'snapshotId', + 'Snapshot that Amazon ECS uses to create the volume. You must specify either a `size_in_gb` or a `snapshot_id`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.", + 'throughput', + 'Throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileSystemType", - "Linux filesystem type for the volume. For volumes created from a snapshot, same filesystem type must be specified that the volume was using when the snapshot was created. Valid values are `ext3`, `ext4`, `xfs`. Default value is `xfs`.", + 'fileSystemType', + 'Linux filesystem type for the volume. For volumes created from a snapshot, same filesystem type must be specified that the volume was using when the snapshot was created. Valid values are `ext3`, `ext4`, `xfs`. Default value is `xfs`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key to use for Amazon EBS encryption.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key to use for Amazon EBS encryption.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionEphemeralStorage.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionEphemeralStorage.ts index b8964f960..3a4e86cdc 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionEphemeralStorage.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionEphemeralStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionEphemeralStorage { // The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `21` GiB and the maximum supported value is `200` GiB. @@ -15,8 +15,8 @@ export function ecs_TaskDefinitionEphemeralStorage_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "sizeInGib", - "The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `21` GiB and the maximum supported value is `200` GiB.", + 'sizeInGib', + 'The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `21` GiB and the maximum supported value is `200` GiB.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionInferenceAccelerator.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionInferenceAccelerator.ts index 658ac5812..b9cb5ab83 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionInferenceAccelerator.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionInferenceAccelerator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionInferenceAccelerator { // Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement. @@ -18,16 +18,16 @@ export function ecs_TaskDefinitionInferenceAccelerator_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "deviceName", - "Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.", + 'deviceName', + 'Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deviceType", - "Elastic Inference accelerator type to use.", + 'deviceType', + 'Elastic Inference accelerator type to use.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionPlacementConstraint.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionPlacementConstraint.ts index a00354a50..b09d7972e 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionPlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionPlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionPlacementConstraint { // Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html). @@ -18,16 +18,16 @@ export function ecs_TaskDefinitionPlacementConstraint_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "expression", - "Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).", + 'expression', + 'Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. Use `memberOf` to restrict selection to a group of valid candidates. Note that `distinctInstance` is not supported in task definitions.", + 'type', + 'Type of constraint. Use `memberOf` to restrict selection to a group of valid candidates. Note that `distinctInstance` is not supported in task definitions.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionProxyConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionProxyConfiguration.ts index 440e6a94c..986709d8d 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionProxyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionProxyConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionProxyConfiguration { // Name of the container that will serve as the App Mesh proxy. @@ -21,24 +21,24 @@ export function ecs_TaskDefinitionProxyConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "containerName", - "Name of the container that will serve as the App Mesh proxy.", + 'containerName', + 'Name of the container that will serve as the App Mesh proxy.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "properties", - "Set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified a key-value mapping.", + 'properties', + 'Set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified a key-value mapping.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "type", - "Proxy type. The default value is `APPMESH`. The only supported value is `APPMESH`.", + 'type', + 'Proxy type. The default value is `APPMESH`. The only supported value is `APPMESH`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionRuntimePlatform.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionRuntimePlatform.ts index fb591c98c..780dd04f3 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionRuntimePlatform.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionRuntimePlatform.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionRuntimePlatform { // Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) @@ -18,16 +18,16 @@ export function ecs_TaskDefinitionRuntimePlatform_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cpuArchitecture", - "Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform)", + 'cpuArchitecture', + 'Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "operatingSystemFamily", - "If the `requires_compatibilities` is `FARGATE` this field is required; must be set to a valid option from the [operating system family in the runtime platform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) setting", + 'operatingSystemFamily', + 'If the `requires_compatibilities` is `FARGATE` this field is required; must be set to a valid option from the [operating system family in the runtime platform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) setting', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolume.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolume.ts index f5c8454f2..dc7c7d30e 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolume.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolume.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_TaskDefinitionVolumeDockerVolumeConfiguration, ecs_TaskDefinitionVolumeDockerVolumeConfiguration_GetTypes, -} from "./ecs_TaskDefinitionVolumeDockerVolumeConfiguration"; +} from './ecs_TaskDefinitionVolumeDockerVolumeConfiguration'; import { ecs_TaskDefinitionVolumeEfsVolumeConfiguration, ecs_TaskDefinitionVolumeEfsVolumeConfiguration_GetTypes, -} from "./ecs_TaskDefinitionVolumeEfsVolumeConfiguration"; +} from './ecs_TaskDefinitionVolumeEfsVolumeConfiguration'; import { ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration, ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration_GetTypes, -} from "./ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration"; +} from './ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration'; export interface ecs_TaskDefinitionVolume { // Whether the volume should be configured at launch time. This is used to create Amazon EBS volumes for standalone tasks or tasks created as part of a service. Each task definition revision may only have one volume configured at launch in the volume configuration. @@ -45,48 +45,48 @@ export function ecs_TaskDefinitionVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "hostPath", - "Path on the host container instance that is presented to the container. If not set, ECS will create a nonpersistent data volume that starts empty and is deleted after the task has finished.", + 'hostPath', + 'Path on the host container instance that is presented to the container. If not set, ECS will create a nonpersistent data volume that starts empty and is deleted after the task has finished.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the volume. This name is referenced in the `sourceVolume`\nparameter of container definition in the `mountPoints` section.", + 'name', + 'Name of the volume. This name is referenced in the `sourceVolume`\nparameter of container definition in the `mountPoints` section.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "configureAtLaunch", - "Whether the volume should be configured at launch time. This is used to create Amazon EBS volumes for standalone tasks or tasks created as part of a service. Each task definition revision may only have one volume configured at launch in the volume configuration.", + 'configureAtLaunch', + 'Whether the volume should be configured at launch time. This is used to create Amazon EBS volumes for standalone tasks or tasks created as part of a service. Each task definition revision may only have one volume configured at launch in the volume configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dockerVolumeConfiguration", - "Configuration block to configure a docker volume. Detailed below.", + 'dockerVolumeConfiguration', + 'Configuration block to configure a docker volume. Detailed below.', () => ecs_TaskDefinitionVolumeDockerVolumeConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "efsVolumeConfiguration", - "Configuration block for an EFS volume. Detailed below.", + 'efsVolumeConfiguration', + 'Configuration block for an EFS volume. Detailed below.', () => ecs_TaskDefinitionVolumeEfsVolumeConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "fsxWindowsFileServerVolumeConfiguration", - "Configuration block for an FSX Windows File Server volume. Detailed below.", + 'fsxWindowsFileServerVolumeConfiguration', + 'Configuration block for an FSX Windows File Server volume. Detailed below.', () => ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeDockerVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeDockerVolumeConfiguration.ts index 144d11869..b3e56ef29 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeDockerVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeDockerVolumeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionVolumeDockerVolumeConfiguration { // Docker volume driver to use. The driver value must match the driver name provided by Docker because it is used for task placement. @@ -27,40 +27,40 @@ export function ecs_TaskDefinitionVolumeDockerVolumeConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Map, - "labels", - "Map of custom metadata to add to your Docker volume.", + 'labels', + 'Map of custom metadata to add to your Docker volume.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "scope", - "Scope for the Docker volume, which determines its lifecycle, either `task` or `shared`. Docker volumes that are scoped to a `task` are automatically provisioned when the task starts and destroyed when the task stops. Docker volumes that are scoped as `shared` persist after the task stops.", + 'scope', + 'Scope for the Docker volume, which determines its lifecycle, either `task` or `shared`. Docker volumes that are scoped to a `task` are automatically provisioned when the task starts and destroyed when the task stops. Docker volumes that are scoped as `shared` persist after the task stops.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "autoprovision", - "If this value is `true`, the Docker volume is created if it does not already exist. *Note*: This field is only used if the scope is `shared`.", + 'autoprovision', + 'If this value is `true`, the Docker volume is created if it does not already exist. *Note*: This field is only used if the scope is `shared`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "driver", - "Docker volume driver to use. The driver value must match the driver name provided by Docker because it is used for task placement.", + 'driver', + 'Docker volume driver to use. The driver value must match the driver name provided by Docker because it is used for task placement.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "driverOpts", - "Map of Docker driver specific options.", + 'driverOpts', + 'Map of Docker driver specific options.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfiguration.ts index 7093831df..60d9cbd99 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig, ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig_GetTypes, -} from "./ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig"; +} from './ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig'; export interface ecs_TaskDefinitionVolumeEfsVolumeConfiguration { // ID of the EFS File System. @@ -31,24 +31,24 @@ export function ecs_TaskDefinitionVolumeEfsVolumeConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "transitEncryption", - "Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. Transit encryption must be enabled if Amazon EFS IAM authorization is used. Valid values: `ENABLED`, `DISABLED`. If this parameter is omitted, the default value of `DISABLED` is used.", + 'transitEncryption', + 'Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. Transit encryption must be enabled if Amazon EFS IAM authorization is used. Valid values: `ENABLED`, `DISABLED`. If this parameter is omitted, the default value of `DISABLED` is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "transitEncryptionPort", - "Port to use for transit encryption. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon EFS mount helper uses.", + 'transitEncryptionPort', + 'Port to use for transit encryption. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon EFS mount helper uses.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "authorizationConfig", - "Configuration block for authorization for the Amazon EFS file system. Detailed below.", + 'authorizationConfig', + 'Configuration block for authorization for the Amazon EFS file system. Detailed below.', () => ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig_GetTypes(), false, @@ -56,16 +56,16 @@ export function ecs_TaskDefinitionVolumeEfsVolumeConfiguration_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "fileSystemId", - "ID of the EFS File System.", + 'fileSystemId', + 'ID of the EFS File System.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "rootDirectory", - "Directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume will be used. Specifying / will have the same effect as omitting this parameter. This argument is ignored when using `authorization_config`.", + 'rootDirectory', + 'Directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume will be used. Specifying / will have the same effect as omitting this parameter. This argument is ignored when using `authorization_config`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig.ts index 27f88f9ff..32d501590 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig { // Access point ID to use. If an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration. @@ -18,16 +18,16 @@ export function ecs_TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfi return [ new DynamicUIProps( InputType.String, - "accessPointId", - "Access point ID to use. If an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration.", + 'accessPointId', + 'Access point ID to use. If an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "iam", - "Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the EFSVolumeConfiguration. Valid values: `ENABLED`, `DISABLED`. If this parameter is omitted, the default value of `DISABLED` is used.", + 'iam', + 'Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the EFSVolumeConfiguration. Valid values: `ENABLED`, `DISABLED`. If this parameter is omitted, the default value of `DISABLED` is used.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration.ts index 229e434b5..df4ebe19e 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig, ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig_GetTypes, -} from "./ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig"; +} from './ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig'; export interface ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration { // Configuration block for authorization for the Amazon FSx for Windows File Server file system detailed below. @@ -25,8 +25,8 @@ export function ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration_ return [ new DynamicUIProps( InputType.Object, - "authorizationConfig", - "Configuration block for authorization for the Amazon FSx for Windows File Server file system detailed below.", + 'authorizationConfig', + 'Configuration block for authorization for the Amazon FSx for Windows File Server file system detailed below.', () => ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig_GetTypes(), true, @@ -34,16 +34,16 @@ export function ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration_ ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The Amazon FSx for Windows File Server file system ID to use.", + 'fileSystemId', + 'The Amazon FSx for Windows File Server file system ID to use.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "rootDirectory", - "The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.", + 'rootDirectory', + 'The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig.ts b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig.ts index 4f087bf48..e01899790 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig { // The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or AWS Systems Manager Parameter Store parameter. The ARNs refer to the stored credentials. @@ -18,16 +18,16 @@ export function ecs_TaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationA return [ new DynamicUIProps( InputType.String, - "credentialsParameter", - "The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or AWS Systems Manager Parameter Store parameter. The ARNs refer to the stored credentials.", + 'credentialsParameter', + 'The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or AWS Systems Manager Parameter Store parameter. The ARNs refer to the stored credentials.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domain", - "A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.", + 'domain', + 'A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskSetCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/ecs_TaskSetCapacityProviderStrategy.ts index f33d2324d..4d94f3140 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskSetCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskSetCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskSetCapacityProviderStrategy { // The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. @@ -21,24 +21,24 @@ export function ecs_TaskSetCapacityProviderStrategy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "base", - "The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.", + 'base', + 'The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "The short name or full Amazon Resource Name (ARN) of the capacity provider.", + 'capacityProvider', + 'The short name or full Amazon Resource Name (ARN) of the capacity provider.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "weight", - "The relative percentage of the total number of launched tasks that should use the specified capacity provider.", + 'weight', + 'The relative percentage of the total number of launched tasks that should use the specified capacity provider.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskSetLoadBalancer.ts b/src/app/Models/codegen/aws/types/ecs_TaskSetLoadBalancer.ts index c2851aac2..54a50be19 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskSetLoadBalancer.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskSetLoadBalancer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskSetLoadBalancer { /* @@ -28,32 +28,32 @@ export function ecs_TaskSetLoadBalancer_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "containerPort", - "The port on the container to associate with the load balancer. Defaults to `0` if not specified.\n\n> **Note:** Specifying multiple `load_balancer` configurations is still not supported by AWS for ECS task set.", + 'containerPort', + 'The port on the container to associate with the load balancer. Defaults to `0` if not specified.\n\n> **Note:** Specifying multiple `load_balancer` configurations is still not supported by AWS for ECS task set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "loadBalancerName", - "The name of the ELB (Classic) to associate with the service.", + 'loadBalancerName', + 'The name of the ELB (Classic) to associate with the service.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "The ARN of the Load Balancer target group to associate with the service.", + 'targetGroupArn', + 'The ARN of the Load Balancer target group to associate with the service.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "containerName", - "The name of the container to associate with the load balancer (as it appears in a container definition).", + 'containerName', + 'The name of the container to associate with the load balancer (as it appears in a container definition).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskSetNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_TaskSetNetworkConfiguration.ts index 1b7b9ae22..675ca8c50 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskSetNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskSetNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskSetNetworkConfiguration { /* @@ -25,24 +25,24 @@ export function ecs_TaskSetNetworkConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "assignPublicIp", - "Whether to assign a public IP address to the ENI (`FARGATE` launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html).", + 'assignPublicIp', + 'Whether to assign a public IP address to the ENI (`FARGATE` launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. Maximum of 5.", + 'securityGroups', + 'The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. Maximum of 5.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "subnets", - "The subnets associated with the task or service. Maximum of 16.", + 'subnets', + 'The subnets associated with the task or service. Maximum of 16.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskSetScale.ts b/src/app/Models/codegen/aws/types/ecs_TaskSetScale.ts index 8c2bd3d79..9a7fa0e12 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskSetScale.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskSetScale.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskSetScale { // The unit of measure for the scale value. Default: `PERCENT`. @@ -18,15 +18,15 @@ export function ecs_TaskSetScale_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "unit", - "The unit of measure for the scale value. Default: `PERCENT`.", + 'unit', + 'The unit of measure for the scale value. Default: `PERCENT`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", + 'value', "The value, specified as a percent total of a service's `desiredCount`, to scale the task set. Defaults to `0` if not specified. Accepted values are numbers between 0.0 and 100.0.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ecs_TaskSetServiceRegistries.ts b/src/app/Models/codegen/aws/types/ecs_TaskSetServiceRegistries.ts index 3972de348..d447229de 100644 --- a/src/app/Models/codegen/aws/types/ecs_TaskSetServiceRegistries.ts +++ b/src/app/Models/codegen/aws/types/ecs_TaskSetServiceRegistries.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_TaskSetServiceRegistries { // The container name value, already specified in the task definition, to be used for your service discovery service. @@ -24,32 +24,32 @@ export function ecs_TaskSetServiceRegistries_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "containerName", - "The container name value, already specified in the task definition, to be used for your service discovery service.", + 'containerName', + 'The container name value, already specified in the task definition, to be used for your service discovery service.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "containerPort", - "The port value, already specified in the task definition, to be used for your service discovery service.", + 'containerPort', + 'The port value, already specified in the task definition, to be used for your service discovery service.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port value used if your Service Discovery service specified an SRV record.", + 'port', + 'The port value used if your Service Discovery service specified an SRV record.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "registryArn", - "The ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(`aws.servicediscovery.Service` resource). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html).", + 'registryArn', + 'The ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(`aws.servicediscovery.Service` resource). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ecs_getClusterServiceConnectDefault.ts b/src/app/Models/codegen/aws/types/ecs_getClusterServiceConnectDefault.ts index 8f4f18caa..37e33afc7 100644 --- a/src/app/Models/codegen/aws/types/ecs_getClusterServiceConnectDefault.ts +++ b/src/app/Models/codegen/aws/types/ecs_getClusterServiceConnectDefault.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getClusterServiceConnectDefault { // @@ -15,8 +15,8 @@ export function ecs_getClusterServiceConnectDefault_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getClusterSetting.ts b/src/app/Models/codegen/aws/types/ecs_getClusterSetting.ts index b4d192a46..091d1416e 100644 --- a/src/app/Models/codegen/aws/types/ecs_getClusterSetting.ts +++ b/src/app/Models/codegen/aws/types/ecs_getClusterSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getClusterSetting { // @@ -16,7 +16,7 @@ export interface ecs_getClusterSetting { export function ecs_getClusterSetting_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionCapacityProviderStrategy.ts index 53a4b7af5..412ef7bb0 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionCapacityProviderStrategy { // The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`. @@ -21,24 +21,24 @@ export function ecs_getTaskExecutionCapacityProviderStrategy_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "base", - "The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.", + 'base', + 'The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "Name of the capacity provider.", + 'capacityProvider', + 'Name of the capacity provider.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.", + 'weight', + 'The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionNetworkConfiguration.ts index bba7c9545..ffddf8545 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionNetworkConfiguration { /* @@ -25,24 +25,24 @@ export function ecs_getTaskExecutionNetworkConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "assignPublicIp", - "Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see the [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) documentation.", + 'assignPublicIp', + 'Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.\n\nFor more information, see the [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) documentation.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.", + 'securityGroups', + 'Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "Subnets associated with the task or service.", + 'subnets', + 'Subnets associated with the task or service.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverrides.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverrides.ts index a9ae6bbdd..c70a59031 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverrides.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverrides.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_getTaskExecutionOverridesInferenceAcceleratorOverride, ecs_getTaskExecutionOverridesInferenceAcceleratorOverride_GetTypes, -} from "./ecs_getTaskExecutionOverridesInferenceAcceleratorOverride"; +} from './ecs_getTaskExecutionOverridesInferenceAcceleratorOverride'; import { ecs_getTaskExecutionOverridesContainerOverride, ecs_getTaskExecutionOverridesContainerOverride_GetTypes, -} from "./ecs_getTaskExecutionOverridesContainerOverride"; +} from './ecs_getTaskExecutionOverridesContainerOverride'; export interface ecs_getTaskExecutionOverrides { // One or more container overrides that are sent to a task. See below. @@ -38,24 +38,24 @@ export function ecs_getTaskExecutionOverrides_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cpu", - "The CPU override for the task.", + 'cpu', + 'The CPU override for the task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "Amazon Resource Name (ARN) of the task execution role override for the task.", + 'executionRoleArn', + 'Amazon Resource Name (ARN) of the task execution role override for the task.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "inferenceAcceleratorOverrides", - "Elastic Inference accelerator override for the task. See below.", + 'inferenceAcceleratorOverrides', + 'Elastic Inference accelerator override for the task. See below.', () => ecs_getTaskExecutionOverridesInferenceAcceleratorOverride_GetTypes(), false, @@ -63,24 +63,24 @@ export function ecs_getTaskExecutionOverrides_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "memory", - "The memory override for the task.", + 'memory', + 'The memory override for the task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskRoleArn", - "Amazon Resource Name (ARN) of the role that containers in this task can assume.", + 'taskRoleArn', + 'Amazon Resource Name (ARN) of the role that containers in this task can assume.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "containerOverrides", - "One or more container overrides that are sent to a task. See below.", + 'containerOverrides', + 'One or more container overrides that are sent to a task. See below.', () => ecs_getTaskExecutionOverridesContainerOverride_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverride.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverride.ts index d506b81ec..ff7588ba4 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverride.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverride.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement, ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement_GetTypes, -} from "./ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement"; +} from './ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement'; import { ecs_getTaskExecutionOverridesContainerOverrideEnvironment, ecs_getTaskExecutionOverridesContainerOverrideEnvironment_GetTypes, -} from "./ecs_getTaskExecutionOverridesContainerOverrideEnvironment"; +} from './ecs_getTaskExecutionOverridesContainerOverrideEnvironment'; export interface ecs_getTaskExecutionOverridesContainerOverride { // The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. @@ -41,16 +41,16 @@ export function ecs_getTaskExecutionOverridesContainerOverride_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "The name of the container that receives the override. This parameter is required if any override is specified.", + 'name', + 'The name of the container that receives the override. This parameter is required if any override is specified.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "resourceRequirements", - "The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. See below.", + 'resourceRequirements', + 'The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. See below.', () => ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement_GetTypes(), false, @@ -58,24 +58,24 @@ export function ecs_getTaskExecutionOverridesContainerOverride_GetTypes(): Dynam ), new DynamicUIProps( InputType.Array, - "commands", - "The command to send to the container that overrides the default command from the Docker image or the task definition.", + 'commands', + 'The command to send to the container that overrides the default command from the Docker image or the task definition.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpu", - "The number of cpu units reserved for the container, instead of the default value from the task definition.", + 'cpu', + 'The number of cpu units reserved for the container, instead of the default value from the task definition.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "environments", - "The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.", + 'environments', + 'The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.', () => ecs_getTaskExecutionOverridesContainerOverrideEnvironment_GetTypes(), false, @@ -83,16 +83,16 @@ export function ecs_getTaskExecutionOverridesContainerOverride_GetTypes(): Dynam ), new DynamicUIProps( InputType.Number, - "memory", - "The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed.", + 'memory', + 'The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryReservation", - "The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.", + 'memoryReservation', + 'The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideEnvironment.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideEnvironment.ts index 286e1b381..d895bec66 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideEnvironment.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionOverridesContainerOverrideEnvironment { // The value of the key-value pair. For environment variables, this is the value of the environment variable. @@ -18,16 +18,16 @@ export function ecs_getTaskExecutionOverridesContainerOverrideEnvironment_GetTyp return [ new DynamicUIProps( InputType.String, - "value", - "The value of the key-value pair. For environment variables, this is the value of the environment variable.", + 'value', + 'The value of the key-value pair. For environment variables, this is the value of the environment variable.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The name of the key-value pair. For environment variables, this is the name of the environment variable.", + 'key', + 'The name of the key-value pair. For environment variables, this is the name of the environment variable.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement.ts index 5be860ae9..2c72e8f09 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionOverridesContainerOverrideResourceRequirement { // The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`. @@ -18,15 +18,15 @@ export function ecs_getTaskExecutionOverridesContainerOverrideResourceRequiremen return [ new DynamicUIProps( InputType.String, - "type", - "The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.", + 'type', + 'The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', "The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesInferenceAcceleratorOverride.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesInferenceAcceleratorOverride.ts index 948eff952..8ef58408c 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesInferenceAcceleratorOverride.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionOverridesInferenceAcceleratorOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionOverridesInferenceAcceleratorOverride { // The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition. @@ -18,16 +18,16 @@ export function ecs_getTaskExecutionOverridesInferenceAcceleratorOverride_GetTyp return [ new DynamicUIProps( InputType.String, - "deviceName", - "The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.", + 'deviceName', + 'The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceType", - "The Elastic Inference accelerator type to use.", + 'deviceType', + 'The Elastic Inference accelerator type to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementConstraint.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementConstraint.ts index b4f0e9502..67ec4d841 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionPlacementConstraint { // A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`. @@ -18,15 +18,15 @@ export function ecs_getTaskExecutionPlacementConstraint_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "type", - "The type of constraint. Valid values are `distinctInstance` or `memberOf`. Use `distinctInstance` to ensure that each task in a particular group is running on a different container instance. Use `memberOf` to restrict the selection to a group of valid candidates.", + 'type', + 'The type of constraint. Valid values are `distinctInstance` or `memberOf`. Use `distinctInstance` to ensure that each task in a particular group is running on a different container instance. Use `memberOf` to restrict the selection to a group of valid candidates.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "expression", + 'expression', "A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementStrategy.ts b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementStrategy.ts index 6bf68e3de..20da7776e 100644 --- a/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/ecs_getTaskExecutionPlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ecs_getTaskExecutionPlacementStrategy { // The field to apply the placement strategy against. @@ -22,16 +22,16 @@ export function ecs_getTaskExecutionPlacementStrategy_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. Valid values are `random`, `spread`, and `binpack`.\n\nFor more information, see the [Placement Strategy](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PlacementStrategy.html) documentation.", + 'type', + 'The type of placement strategy. Valid values are `random`, `spread`, and `binpack`.\n\nFor more information, see the [Placement Strategy](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PlacementStrategy.html) documentation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "field", - "The field to apply the placement strategy against.", + 'field', + 'The field to apply the placement strategy against.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/efs_AccessPointPosixUser.ts b/src/app/Models/codegen/aws/types/efs_AccessPointPosixUser.ts index 750848c7c..d24ae34d8 100644 --- a/src/app/Models/codegen/aws/types/efs_AccessPointPosixUser.ts +++ b/src/app/Models/codegen/aws/types/efs_AccessPointPosixUser.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_AccessPointPosixUser { // Secondary POSIX group IDs used for all file system operations using this access point. @@ -21,24 +21,24 @@ export function efs_AccessPointPosixUser_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "gid", - "POSIX group ID used for all file system operations using this access point.", + 'gid', + 'POSIX group ID used for all file system operations using this access point.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "secondaryGids", - "Secondary POSIX group IDs used for all file system operations using this access point.", + 'secondaryGids', + 'Secondary POSIX group IDs used for all file system operations using this access point.', () => InputType_Number_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "uid", - "POSIX user ID used for all file system operations using this access point.", + 'uid', + 'POSIX user ID used for all file system operations using this access point.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectory.ts b/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectory.ts index bf1882182..e89c85413 100644 --- a/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectory.ts +++ b/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectory.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_AccessPointRootDirectoryCreationInfo, efs_AccessPointRootDirectoryCreationInfo_GetTypes, -} from "./efs_AccessPointRootDirectoryCreationInfo"; +} from './efs_AccessPointRootDirectoryCreationInfo'; export interface efs_AccessPointRootDirectory { // Path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide `creation_info`. @@ -22,15 +22,15 @@ export function efs_AccessPointRootDirectory_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "path", - "Path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide `creation_info`.", + 'path', + 'Path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide `creation_info`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "creationInfo", + 'creationInfo', "POSIX IDs and permissions to apply to the access point's Root Directory. See Creation Info below.", () => efs_AccessPointRootDirectoryCreationInfo_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectoryCreationInfo.ts b/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectoryCreationInfo.ts index fa1bc6fe5..2123a843d 100644 --- a/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectoryCreationInfo.ts +++ b/src/app/Models/codegen/aws/types/efs_AccessPointRootDirectoryCreationInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_AccessPointRootDirectoryCreationInfo { // POSIX user ID to apply to the `root_directory`. @@ -21,15 +21,15 @@ export function efs_AccessPointRootDirectoryCreationInfo_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "ownerUid", - "POSIX user ID to apply to the `root_directory`.", + 'ownerUid', + 'POSIX user ID to apply to the `root_directory`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "permissions", + 'permissions', "POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.", () => [], true, @@ -37,8 +37,8 @@ export function efs_AccessPointRootDirectoryCreationInfo_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Number, - "ownerGid", - "POSIX group ID to apply to the `root_directory`.", + 'ownerGid', + 'POSIX group ID to apply to the `root_directory`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/efs_BackupPolicyBackupPolicy.ts b/src/app/Models/codegen/aws/types/efs_BackupPolicyBackupPolicy.ts index 6f6ad4d37..ae2cef426 100644 --- a/src/app/Models/codegen/aws/types/efs_BackupPolicyBackupPolicy.ts +++ b/src/app/Models/codegen/aws/types/efs_BackupPolicyBackupPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_BackupPolicyBackupPolicy { // A status of the backup policy. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function efs_BackupPolicyBackupPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "status", - "A status of the backup policy. Valid values: `ENABLED`, `DISABLED`.", + 'status', + 'A status of the backup policy. Valid values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/efs_FileSystemLifecyclePolicy.ts b/src/app/Models/codegen/aws/types/efs_FileSystemLifecyclePolicy.ts index 9fb168d63..eaa463e43 100644 --- a/src/app/Models/codegen/aws/types/efs_FileSystemLifecyclePolicy.ts +++ b/src/app/Models/codegen/aws/types/efs_FileSystemLifecyclePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_FileSystemLifecyclePolicy { // Indicates how long it takes to transition files to the archive storage class. Requires transition_to_ia, Elastic Throughput and General Purpose performance mode. Valid values: `AFTER_1_DAY`, `AFTER_7_DAYS`, `AFTER_14_DAYS`, `AFTER_30_DAYS`, `AFTER_60_DAYS`, `AFTER_90_DAYS`, `AFTER_180_DAYS`, `AFTER_270_DAYS`, or `AFTER_365_DAYS`. @@ -21,24 +21,24 @@ export function efs_FileSystemLifecyclePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "transitionToArchive", - "Indicates how long it takes to transition files to the archive storage class. Requires transition_to_ia, Elastic Throughput and General Purpose performance mode. Valid values: `AFTER_1_DAY`, `AFTER_7_DAYS`, `AFTER_14_DAYS`, `AFTER_30_DAYS`, `AFTER_60_DAYS`, `AFTER_90_DAYS`, `AFTER_180_DAYS`, `AFTER_270_DAYS`, or `AFTER_365_DAYS`.", + 'transitionToArchive', + 'Indicates how long it takes to transition files to the archive storage class. Requires transition_to_ia, Elastic Throughput and General Purpose performance mode. Valid values: `AFTER_1_DAY`, `AFTER_7_DAYS`, `AFTER_14_DAYS`, `AFTER_30_DAYS`, `AFTER_60_DAYS`, `AFTER_90_DAYS`, `AFTER_180_DAYS`, `AFTER_270_DAYS`, or `AFTER_365_DAYS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitionToIa", - "Indicates how long it takes to transition files to the IA storage class. Valid values: `AFTER_1_DAY`, `AFTER_7_DAYS`, `AFTER_14_DAYS`, `AFTER_30_DAYS`, `AFTER_60_DAYS`, `AFTER_90_DAYS`, `AFTER_180_DAYS`, `AFTER_270_DAYS`, or `AFTER_365_DAYS`.", + 'transitionToIa', + 'Indicates how long it takes to transition files to the IA storage class. Valid values: `AFTER_1_DAY`, `AFTER_7_DAYS`, `AFTER_14_DAYS`, `AFTER_30_DAYS`, `AFTER_60_DAYS`, `AFTER_90_DAYS`, `AFTER_180_DAYS`, `AFTER_270_DAYS`, or `AFTER_365_DAYS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transitionToPrimaryStorageClass", - "Describes the policy used to transition a file from infequent access storage to primary storage. Valid values: `AFTER_1_ACCESS`.", + 'transitionToPrimaryStorageClass', + 'Describes the policy used to transition a file from infequent access storage to primary storage. Valid values: `AFTER_1_ACCESS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/efs_FileSystemProtection.ts b/src/app/Models/codegen/aws/types/efs_FileSystemProtection.ts index 74eb96b25..761de366c 100644 --- a/src/app/Models/codegen/aws/types/efs_FileSystemProtection.ts +++ b/src/app/Models/codegen/aws/types/efs_FileSystemProtection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_FileSystemProtection { // Indicates whether replication overwrite protection is enabled. Valid values: `ENABLED` or `DISABLED`. @@ -15,8 +15,8 @@ export function efs_FileSystemProtection_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "replicationOverwrite", - "Indicates whether replication overwrite protection is enabled. Valid values: `ENABLED` or `DISABLED`.", + 'replicationOverwrite', + 'Indicates whether replication overwrite protection is enabled. Valid values: `ENABLED` or `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/efs_FileSystemSizeInByte.ts b/src/app/Models/codegen/aws/types/efs_FileSystemSizeInByte.ts index 7358e9f18..14cc1ca4a 100644 --- a/src/app/Models/codegen/aws/types/efs_FileSystemSizeInByte.ts +++ b/src/app/Models/codegen/aws/types/efs_FileSystemSizeInByte.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_FileSystemSizeInByte { // The latest known metered size (in bytes) of data stored in the file system. @@ -21,24 +21,24 @@ export function efs_FileSystemSizeInByte_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "value", - "The latest known metered size (in bytes) of data stored in the file system.", + 'value', + 'The latest known metered size (in bytes) of data stored in the file system.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "valueInIa", - "The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.", + 'valueInIa', + 'The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "valueInStandard", - "The latest known metered size (in bytes) of data stored in the Standard storage class.", + 'valueInStandard', + 'The latest known metered size (in bytes) of data stored in the Standard storage class.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/efs_ReplicationConfigurationDestination.ts b/src/app/Models/codegen/aws/types/efs_ReplicationConfigurationDestination.ts index 55815027c..01c77d87e 100644 --- a/src/app/Models/codegen/aws/types/efs_ReplicationConfigurationDestination.ts +++ b/src/app/Models/codegen/aws/types/efs_ReplicationConfigurationDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_ReplicationConfigurationDestination { // The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used. @@ -27,36 +27,36 @@ export function efs_ReplicationConfigurationDestination_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "availabilityZoneName", - "The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used.", + 'availabilityZoneName', + 'The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the destination file system for the replication. If no ID is provided, then EFS creates a new file system with the default settings.", + 'fileSystemId', + 'The ID of the destination file system for the replication. If no ID is provided, then EFS creates a new file system with the default settings.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Key ID, ARN, alias, or alias ARN of the KMS key that should be used to encrypt the replica file system. If omitted, the default KMS key for EFS `/aws/elasticfilesystem` will be used.", + 'kmsKeyId', + 'The Key ID, ARN, alias, or alias ARN of the KMS key that should be used to encrypt the replica file system. If omitted, the default KMS key for EFS `/aws/elasticfilesystem` will be used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the replica should be created.", + 'region', + 'The region in which the replica should be created.', () => [], false, true, ), - new DynamicUIProps(InputType.String, "status", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/efs_getAccessPointPosixUser.ts b/src/app/Models/codegen/aws/types/efs_getAccessPointPosixUser.ts index 349ef6315..27d33902a 100644 --- a/src/app/Models/codegen/aws/types/efs_getAccessPointPosixUser.ts +++ b/src/app/Models/codegen/aws/types/efs_getAccessPointPosixUser.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_getAccessPointPosixUser { // Group ID @@ -21,24 +21,24 @@ export function efs_getAccessPointPosixUser_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "gid", - "Group ID", + 'gid', + 'Group ID', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "secondaryGids", - "Secondary group IDs", + 'secondaryGids', + 'Secondary group IDs', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "uid", - "User Id", + 'uid', + 'User Id', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectory.ts b/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectory.ts index c33d4507d..a480aeb77 100644 --- a/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectory.ts +++ b/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectory.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { efs_getAccessPointRootDirectoryCreationInfo, efs_getAccessPointRootDirectoryCreationInfo_GetTypes, -} from "./efs_getAccessPointRootDirectoryCreationInfo"; +} from './efs_getAccessPointRootDirectoryCreationInfo'; export interface efs_getAccessPointRootDirectory { // Single element list containing information on the creation permissions of the directory @@ -22,16 +22,16 @@ export function efs_getAccessPointRootDirectory_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "creationInfos", - "Single element list containing information on the creation permissions of the directory", + 'creationInfos', + 'Single element list containing information on the creation permissions of the directory', () => efs_getAccessPointRootDirectoryCreationInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "path", - "Path exposed as the root directory", + 'path', + 'Path exposed as the root directory', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectoryCreationInfo.ts b/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectoryCreationInfo.ts index 336ac06ea..ccf076fd4 100644 --- a/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectoryCreationInfo.ts +++ b/src/app/Models/codegen/aws/types/efs_getAccessPointRootDirectoryCreationInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_getAccessPointRootDirectoryCreationInfo { // POSIX owner group ID @@ -21,24 +21,24 @@ export function efs_getAccessPointRootDirectoryCreationInfo_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "ownerGid", - "POSIX owner group ID", + 'ownerGid', + 'POSIX owner group ID', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ownerUid", - "POSIX owner user ID", + 'ownerUid', + 'POSIX owner user ID', () => [], true, false, ), new DynamicUIProps( InputType.String, - "permissions", - "POSIX permissions mode", + 'permissions', + 'POSIX permissions mode', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/efs_getFileSystemLifecyclePolicy.ts b/src/app/Models/codegen/aws/types/efs_getFileSystemLifecyclePolicy.ts index 549252261..98a5ff333 100644 --- a/src/app/Models/codegen/aws/types/efs_getFileSystemLifecyclePolicy.ts +++ b/src/app/Models/codegen/aws/types/efs_getFileSystemLifecyclePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_getFileSystemLifecyclePolicy { // @@ -21,24 +21,24 @@ export function efs_getFileSystemLifecyclePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "transitionToIa", - "", + 'transitionToIa', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitionToPrimaryStorageClass", - "", + 'transitionToPrimaryStorageClass', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitionToArchive", - "", + 'transitionToArchive', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/efs_getFileSystemProtection.ts b/src/app/Models/codegen/aws/types/efs_getFileSystemProtection.ts index 7ac2570be..871bd1aea 100644 --- a/src/app/Models/codegen/aws/types/efs_getFileSystemProtection.ts +++ b/src/app/Models/codegen/aws/types/efs_getFileSystemProtection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface efs_getFileSystemProtection { // @@ -15,8 +15,8 @@ export function efs_getFileSystemProtection_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "replicationOverwrite", - "", + 'replicationOverwrite', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_AccessPolicyAssociationAccessScope.ts b/src/app/Models/codegen/aws/types/eks_AccessPolicyAssociationAccessScope.ts index 3e988905e..4d877f259 100644 --- a/src/app/Models/codegen/aws/types/eks_AccessPolicyAssociationAccessScope.ts +++ b/src/app/Models/codegen/aws/types/eks_AccessPolicyAssociationAccessScope.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_AccessPolicyAssociationAccessScope { // The namespaces to which the access scope applies when type is namespace. @@ -18,16 +18,16 @@ export function eks_AccessPolicyAssociationAccessScope_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "namespaces", - "The namespaces to which the access scope applies when type is namespace.", + 'namespaces', + 'The namespaces to which the access scope applies when type is namespace.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "type", - "Valid values are `namespace` or `cluster`.", + 'type', + 'Valid values are `namespace` or `cluster`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterAccessConfig.ts b/src/app/Models/codegen/aws/types/eks_ClusterAccessConfig.ts index 388a016b2..d5c760793 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterAccessConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterAccessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterAccessConfig { // The authentication mode for the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP` @@ -18,16 +18,16 @@ export function eks_ClusterAccessConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authenticationMode", - "The authentication mode for the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`", + 'authenticationMode', + 'The authentication mode for the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "bootstrapClusterCreatorAdminPermissions", - "Whether or not to bootstrap the access config values to the cluster. Default is `false`.", + 'bootstrapClusterCreatorAdminPermissions', + 'Whether or not to bootstrap the access config values to the cluster. Default is `false`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterCertificateAuthority.ts b/src/app/Models/codegen/aws/types/eks_ClusterCertificateAuthority.ts index 5a628bc72..8f7f39b62 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterCertificateAuthority.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterCertificateAuthority.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterCertificateAuthority { // Base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster. @@ -15,8 +15,8 @@ export function eks_ClusterCertificateAuthority_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "data", - "Base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster.", + 'data', + 'Base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfig.ts b/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfig.ts index 4abe1b598..81ae97380 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_ClusterEncryptionConfigProvider, eks_ClusterEncryptionConfigProvider_GetTypes, -} from "./eks_ClusterEncryptionConfigProvider"; +} from './eks_ClusterEncryptionConfigProvider'; export interface eks_ClusterEncryptionConfig { // Configuration block with provider for encryption. Detailed below. @@ -22,16 +22,16 @@ export function eks_ClusterEncryptionConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "provider", - "Configuration block with provider for encryption. Detailed below.", + 'provider', + 'Configuration block with provider for encryption. Detailed below.', () => eks_ClusterEncryptionConfigProvider_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "resources", - "List of strings with resources to be encrypted. Valid values: `secrets`.", + 'resources', + 'List of strings with resources to be encrypted. Valid values: `secrets`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfigProvider.ts b/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfigProvider.ts index 13d060eed..401eec0e5 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfigProvider.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterEncryptionConfigProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterEncryptionConfigProvider { // ARN of the Key Management Service (KMS) customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see [Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html). @@ -15,8 +15,8 @@ export function eks_ClusterEncryptionConfigProvider_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "keyArn", - "ARN of the Key Management Service (KMS) customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see [Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html).", + 'keyArn', + 'ARN of the Key Management Service (KMS) customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see [Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide](https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterIdentity.ts b/src/app/Models/codegen/aws/types/eks_ClusterIdentity.ts index 5bd456f56..aec9429a9 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterIdentity.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterIdentity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_ClusterIdentityOidc, eks_ClusterIdentityOidc_GetTypes, -} from "./eks_ClusterIdentityOidc"; +} from './eks_ClusterIdentityOidc'; export interface eks_ClusterIdentity { // Nested block containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. Detailed below. @@ -19,8 +19,8 @@ export function eks_ClusterIdentity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "oidcs", - "Nested block containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. Detailed below.", + 'oidcs', + 'Nested block containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. Detailed below.', () => eks_ClusterIdentityOidc_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterIdentityOidc.ts b/src/app/Models/codegen/aws/types/eks_ClusterIdentityOidc.ts index fdf311081..eb3ced031 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterIdentityOidc.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterIdentityOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterIdentityOidc { // Issuer URL for the OpenID Connect identity provider. @@ -15,8 +15,8 @@ export function eks_ClusterIdentityOidc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "issuer", - "Issuer URL for the OpenID Connect identity provider.", + 'issuer', + 'Issuer URL for the OpenID Connect identity provider.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterKubernetesNetworkConfig.ts b/src/app/Models/codegen/aws/types/eks_ClusterKubernetesNetworkConfig.ts index fdb501bb6..3b18359d2 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterKubernetesNetworkConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterKubernetesNetworkConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterKubernetesNetworkConfig { // The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`. You can only specify an IP family when you create a cluster, changing this value will force a new cluster to be created. @@ -29,15 +29,15 @@ export function eks_ClusterKubernetesNetworkConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "ipFamily", - "The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`. You can only specify an IP family when you create a cluster, changing this value will force a new cluster to be created.", + 'ipFamily', + 'The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`. You can only specify an IP family when you create a cluster, changing this value will force a new cluster to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serviceIpv4Cidr", + 'serviceIpv4Cidr', "The CIDR block to assign Kubernetes pod and service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC. You can only specify a custom CIDR block when you create a cluster, changing this value will force a new cluster to be created. The block must meet the following requirements:\n\n* Within one of the following private IP address blocks: 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16.\n\n* Doesn't overlap with any CIDR block assigned to the VPC that you selected for VPC.\n\n* Between /24 and /12.", () => [], false, @@ -45,7 +45,7 @@ export function eks_ClusterKubernetesNetworkConfig_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "serviceIpv6Cidr", + 'serviceIpv6Cidr', "The CIDR block that Kubernetes pod and service IP addresses are assigned from if you specified `ipv6` for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfig.ts b/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfig.ts index cc8b2c3db..13c9ef753 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_ClusterOutpostConfigControlPlanePlacement, eks_ClusterOutpostConfigControlPlanePlacement_GetTypes, -} from "./eks_ClusterOutpostConfigControlPlanePlacement"; +} from './eks_ClusterOutpostConfigControlPlanePlacement'; export interface eks_ClusterOutpostConfig { /* @@ -38,7 +38,7 @@ export function eks_ClusterOutpostConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "controlPlaneInstanceType", + 'controlPlaneInstanceType', "The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:\n\n* 1–20 nodes, then we recommend specifying a large instance type.\n\n* 21–100 nodes, then we recommend specifying an xlarge instance type.\n\n* 101–250 nodes, then we recommend specifying a 2xlarge instance type.\n\nFor a list of the available Amazon EC2 instance types, see Compute and storage in AWS Outposts rack features The control plane is not automatically scaled by Amazon EKS.", () => [], true, @@ -46,16 +46,16 @@ export function eks_ClusterOutpostConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "controlPlanePlacement", - "An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on AWS Outpost.\nThe `control_plane_placement` configuration block supports the following arguments:", + 'controlPlanePlacement', + 'An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on AWS Outpost.\nThe `control_plane_placement` configuration block supports the following arguments:', () => eks_ClusterOutpostConfigControlPlanePlacement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "outpostArns", - "The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. This argument is a list of arns, but only a single Outpost ARN is supported currently.", + 'outpostArns', + 'The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. This argument is a list of arns, but only a single Outpost ARN is supported currently.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfigControlPlanePlacement.ts b/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfigControlPlanePlacement.ts index 59a06ffec..8191b6bf7 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfigControlPlanePlacement.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterOutpostConfigControlPlanePlacement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterOutpostConfigControlPlanePlacement { // The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation. @@ -15,7 +15,7 @@ export function eks_ClusterOutpostConfigControlPlanePlacement_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "groupName", + 'groupName', "The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterUpgradePolicy.ts b/src/app/Models/codegen/aws/types/eks_ClusterUpgradePolicy.ts index 3dcda2f99..1bdea0970 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterUpgradePolicy.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterUpgradePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterUpgradePolicy { // Support type to use for the cluster. If the cluster is set to `EXTENDED`, it will enter extended support at the end of standard support. If the cluster is set to `STANDARD`, it will be automatically upgraded at the end of standard support. Valid values are `EXTENDED`, `STANDARD` @@ -15,8 +15,8 @@ export function eks_ClusterUpgradePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "supportType", - "Support type to use for the cluster. If the cluster is set to `EXTENDED`, it will enter extended support at the end of standard support. If the cluster is set to `STANDARD`, it will be automatically upgraded at the end of standard support. Valid values are `EXTENDED`, `STANDARD`", + 'supportType', + 'Support type to use for the cluster. If the cluster is set to `EXTENDED`, it will enter extended support at the end of standard support. If the cluster is set to `STANDARD`, it will be automatically upgraded at the end of standard support. Valid values are `EXTENDED`, `STANDARD`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_ClusterVpcConfig.ts b/src/app/Models/codegen/aws/types/eks_ClusterVpcConfig.ts index d0e5ae3fa..530d76311 100644 --- a/src/app/Models/codegen/aws/types/eks_ClusterVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_ClusterVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_ClusterVpcConfig { // ID of the VPC associated with your cluster. @@ -33,56 +33,56 @@ export function eks_ClusterVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "clusterSecurityGroupId", - "Cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.", + 'clusterSecurityGroupId', + 'Cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "endpointPrivateAccess", - "Whether the Amazon EKS private API server endpoint is enabled. Default is `false`.", + 'endpointPrivateAccess', + 'Whether the Amazon EKS private API server endpoint is enabled. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "endpointPublicAccess", - "Whether the Amazon EKS public API server endpoint is enabled. Default is `true`.", + 'endpointPublicAccess', + 'Whether the Amazon EKS public API server endpoint is enabled. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "publicAccessCidrs", - "List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint when enabled. EKS defaults this to a list with `0.0.0.0/0`. The provider will only perform drift detection of its value when present in a configuration.", + 'publicAccessCidrs', + 'List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint when enabled. EKS defaults this to a list with `0.0.0.0/0`. The provider will only perform drift detection of its value when present in a configuration.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group IDs for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane.", + 'securityGroupIds', + 'List of security group IDs for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet IDs. Must be in at least two different availability zones. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.", + 'subnetIds', + 'List of subnet IDs. Must be in at least two different availability zones. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC associated with your cluster.", + 'vpcId', + 'ID of the VPC associated with your cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_FargateProfileSelector.ts b/src/app/Models/codegen/aws/types/eks_FargateProfileSelector.ts index 8ca381cff..10ec855bc 100644 --- a/src/app/Models/codegen/aws/types/eks_FargateProfileSelector.ts +++ b/src/app/Models/codegen/aws/types/eks_FargateProfileSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_FargateProfileSelector { // Key-value map of Kubernetes labels for selection. @@ -22,16 +22,16 @@ export function eks_FargateProfileSelector_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "namespace", - "Kubernetes namespace for selection.\n\nThe following arguments are optional:", + 'namespace', + 'Kubernetes namespace for selection.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Key-value map of Kubernetes labels for selection.", + 'labels', + 'Key-value map of Kubernetes labels for selection.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/eks_IdentityProviderConfigOidc.ts b/src/app/Models/codegen/aws/types/eks_IdentityProviderConfigOidc.ts index 3bf6b52ac..7a46445fd 100644 --- a/src/app/Models/codegen/aws/types/eks_IdentityProviderConfigOidc.ts +++ b/src/app/Models/codegen/aws/types/eks_IdentityProviderConfigOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_IdentityProviderConfigOidc { // The name of the identity provider config. @@ -36,64 +36,64 @@ export function eks_IdentityProviderConfigOidc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "groupsPrefix", - "A prefix that is prepended to group claims e.g., `oidc:`.", + 'groupsPrefix', + 'A prefix that is prepended to group claims e.g., `oidc:`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "identityProviderConfigName", - "The name of the identity provider config.", + 'identityProviderConfigName', + 'The name of the identity provider config.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "issuerUrl", - "Issuer URL for the OpenID Connect identity provider.", + 'issuerUrl', + 'Issuer URL for the OpenID Connect identity provider.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "requiredClaims", - "The key value pairs that describe required claims in the identity token.", + 'requiredClaims', + 'The key value pairs that describe required claims in the identity token.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "usernameClaim", - "The JWT claim that the provider will use as the username.", + 'usernameClaim', + 'The JWT claim that the provider will use as the username.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "usernamePrefix", - "A prefix that is prepended to username claims.", + 'usernamePrefix', + 'A prefix that is prepended to username claims.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clientId", - "Client ID for the OpenID Connect identity provider.", + 'clientId', + 'Client ID for the OpenID Connect identity provider.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "groupsClaim", - "The JWT claim that the provider will use to return groups.", + 'groupsClaim', + 'The JWT claim that the provider will use to return groups.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupLaunchTemplate.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupLaunchTemplate.ts index 55f6cf9a3..e3fb80a97 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupLaunchTemplate { // Identifier of the EC2 Launch Template. Conflicts with `name`. @@ -21,24 +21,24 @@ export function eks_NodeGroupLaunchTemplate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the EC2 Launch Template. Conflicts with `id`.", + 'name', + 'Name of the EC2 Launch Template. Conflicts with `id`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "EC2 Launch Template version number. While the API accepts values like `$Default` and `$Latest`, the API will convert the value to the associated version number (e.g., `1`) on read and the provider will show a difference on next plan. Using the `default_version` or `latest_version` attribute of the `aws.ec2.LaunchTemplate` resource or data source is recommended for this argument.", + 'version', + 'EC2 Launch Template version number. While the API accepts values like `$Default` and `$Latest`, the API will convert the value to the associated version number (e.g., `1`) on read and the provider will show a difference on next plan. Using the `default_version` or `latest_version` attribute of the `aws.ec2.LaunchTemplate` resource or data source is recommended for this argument.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the EC2 Launch Template. Conflicts with `name`.", + 'id', + 'Identifier of the EC2 Launch Template. Conflicts with `name`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupRemoteAccess.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupRemoteAccess.ts index c81c8d51e..9c82bd3ac 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupRemoteAccess.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupRemoteAccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupRemoteAccess { // EC2 Key Pair name that provides access for remote communication with the worker nodes in the EKS Node Group. If you specify this configuration, but do not specify `source_security_group_ids` when you create an EKS Node Group, either port 3389 for Windows, or port 22 for all other operating systems is opened on the worker nodes to the Internet (0.0.0.0/0). For Windows nodes, this will allow you to use RDP, for all others this allows you to SSH into the worker nodes. @@ -18,16 +18,16 @@ export function eks_NodeGroupRemoteAccess_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ec2SshKey", - "EC2 Key Pair name that provides access for remote communication with the worker nodes in the EKS Node Group. If you specify this configuration, but do not specify `source_security_group_ids` when you create an EKS Node Group, either port 3389 for Windows, or port 22 for all other operating systems is opened on the worker nodes to the Internet (0.0.0.0/0). For Windows nodes, this will allow you to use RDP, for all others this allows you to SSH into the worker nodes.", + 'ec2SshKey', + 'EC2 Key Pair name that provides access for remote communication with the worker nodes in the EKS Node Group. If you specify this configuration, but do not specify `source_security_group_ids` when you create an EKS Node Group, either port 3389 for Windows, or port 22 for all other operating systems is opened on the worker nodes to the Internet (0.0.0.0/0). For Windows nodes, this will allow you to use RDP, for all others this allows you to SSH into the worker nodes.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sourceSecurityGroupIds", - "Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes. If you specify `ec2_ssh_key`, but do not specify this configuration when you create an EKS Node Group, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).", + 'sourceSecurityGroupIds', + 'Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes. If you specify `ec2_ssh_key`, but do not specify this configuration when you create an EKS Node Group, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupResource.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupResource.ts index a0f9a5bcb..a10e2a6af 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupResource.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_NodeGroupResourceAutoscalingGroup, eks_NodeGroupResourceAutoscalingGroup_GetTypes, -} from "./eks_NodeGroupResourceAutoscalingGroup"; +} from './eks_NodeGroupResourceAutoscalingGroup'; export interface eks_NodeGroupResource { // List of objects containing information about AutoScaling Groups. @@ -22,16 +22,16 @@ export function eks_NodeGroupResource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "autoscalingGroups", - "List of objects containing information about AutoScaling Groups.", + 'autoscalingGroups', + 'List of objects containing information about AutoScaling Groups.', () => eks_NodeGroupResourceAutoscalingGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "remoteAccessSecurityGroupId", - "Identifier of the remote access EC2 Security Group.", + 'remoteAccessSecurityGroupId', + 'Identifier of the remote access EC2 Security Group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupResourceAutoscalingGroup.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupResourceAutoscalingGroup.ts index 9bbfc22fd..9725b983f 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupResourceAutoscalingGroup.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupResourceAutoscalingGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupResourceAutoscalingGroup { // Name of the AutoScaling Group. @@ -15,8 +15,8 @@ export function eks_NodeGroupResourceAutoscalingGroup_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", - "Name of the AutoScaling Group.", + 'name', + 'Name of the AutoScaling Group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupScalingConfig.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupScalingConfig.ts index 20044fa4e..490bc12bc 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupScalingConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupScalingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupScalingConfig { // Desired number of worker nodes. @@ -21,24 +21,24 @@ export function eks_NodeGroupScalingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "desiredSize", - "Desired number of worker nodes.", + 'desiredSize', + 'Desired number of worker nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxSize", - "Maximum number of worker nodes.", + 'maxSize', + 'Maximum number of worker nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minSize", - "Minimum number of worker nodes.", + 'minSize', + 'Minimum number of worker nodes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupTaint.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupTaint.ts index 91aa7e2d6..064099f55 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupTaint.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupTaint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupTaint { // The key of the taint. Maximum length of 63. @@ -21,24 +21,24 @@ export function eks_NodeGroupTaint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "The key of the taint. Maximum length of 63.", + 'key', + 'The key of the taint. Maximum length of 63.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the taint. Maximum length of 63.", + 'value', + 'The value of the taint. Maximum length of 63.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "effect", - "The effect of the taint. Valid values: `NO_SCHEDULE`, `NO_EXECUTE`, `PREFER_NO_SCHEDULE`.", + 'effect', + 'The effect of the taint. Valid values: `NO_SCHEDULE`, `NO_EXECUTE`, `PREFER_NO_SCHEDULE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_NodeGroupUpdateConfig.ts b/src/app/Models/codegen/aws/types/eks_NodeGroupUpdateConfig.ts index 95c6d38bf..68aa40bc2 100644 --- a/src/app/Models/codegen/aws/types/eks_NodeGroupUpdateConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_NodeGroupUpdateConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_NodeGroupUpdateConfig { // Desired max number of unavailable worker nodes during node group update. @@ -18,16 +18,16 @@ export function eks_NodeGroupUpdateConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maxUnavailablePercentage", - "Desired max percentage of unavailable worker nodes during node group update.", + 'maxUnavailablePercentage', + 'Desired max percentage of unavailable worker nodes during node group update.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxUnavailable", - "Desired max number of unavailable worker nodes during node group update.", + 'maxUnavailable', + 'Desired max number of unavailable worker nodes during node group update.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterAccessConfig.ts b/src/app/Models/codegen/aws/types/eks_getClusterAccessConfig.ts index 1fa69d8a6..92f102671 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterAccessConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterAccessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterAccessConfig { // Values returned are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP` @@ -18,16 +18,16 @@ export function eks_getClusterAccessConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authenticationMode", - "Values returned are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`", + 'authenticationMode', + 'Values returned are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "bootstrapClusterCreatorAdminPermissions", - "Default to `true`.", + 'bootstrapClusterCreatorAdminPermissions', + 'Default to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterCertificateAuthority.ts b/src/app/Models/codegen/aws/types/eks_getClusterCertificateAuthority.ts index 5a4c1196a..327a2700b 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterCertificateAuthority.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterCertificateAuthority.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterCertificateAuthority { // The base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster. @@ -15,8 +15,8 @@ export function eks_getClusterCertificateAuthority_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "data", - "The base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster.", + 'data', + 'The base64 encoded certificate data required to communicate with your cluster. Add this to the `certificate-authority-data` section of the `kubeconfig` file for your cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterIdentity.ts b/src/app/Models/codegen/aws/types/eks_getClusterIdentity.ts index 63fb30ad1..e16baeb7b 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterIdentity.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterIdentity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_getClusterIdentityOidc, eks_getClusterIdentityOidc_GetTypes, -} from "./eks_getClusterIdentityOidc"; +} from './eks_getClusterIdentityOidc'; export interface eks_getClusterIdentity { // Nested attribute containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster. @@ -19,8 +19,8 @@ export function eks_getClusterIdentity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "oidcs", - "Nested attribute containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster.", + 'oidcs', + 'Nested attribute containing [OpenID Connect](https://openid.net/connect/) identity provider information for the cluster.', () => eks_getClusterIdentityOidc_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterIdentityOidc.ts b/src/app/Models/codegen/aws/types/eks_getClusterIdentityOidc.ts index 6c66678b0..333d90a3e 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterIdentityOidc.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterIdentityOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterIdentityOidc { // Issuer URL for the OpenID Connect identity provider. @@ -15,8 +15,8 @@ export function eks_getClusterIdentityOidc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "issuer", - "Issuer URL for the OpenID Connect identity provider.", + 'issuer', + 'Issuer URL for the OpenID Connect identity provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterKubernetesNetworkConfig.ts b/src/app/Models/codegen/aws/types/eks_getClusterKubernetesNetworkConfig.ts index a7a47d50b..7aaabc62c 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterKubernetesNetworkConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterKubernetesNetworkConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterKubernetesNetworkConfig { // `ipv4` or `ipv6`. @@ -21,23 +21,23 @@ export function eks_getClusterKubernetesNetworkConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "ipFamily", - "`ipv4` or `ipv6`.", + 'ipFamily', + '`ipv4` or `ipv6`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceIpv4Cidr", - "The CIDR block to assign Kubernetes pod and service IP addresses from if `ipv4` was specified when the cluster was created.", + 'serviceIpv4Cidr', + 'The CIDR block to assign Kubernetes pod and service IP addresses from if `ipv4` was specified when the cluster was created.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceIpv6Cidr", + 'serviceIpv6Cidr', "The CIDR block to assign Kubernetes pod and service IP addresses from if `ipv6` was specified when the cluster was created. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfig.ts b/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfig.ts index 24fa1d0fb..bd1330305 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_getClusterOutpostConfigControlPlanePlacement, eks_getClusterOutpostConfigControlPlanePlacement_GetTypes, -} from "./eks_getClusterOutpostConfigControlPlanePlacement"; +} from './eks_getClusterOutpostConfigControlPlanePlacement'; export interface eks_getClusterOutpostConfig { // The Amazon EC2 instance type for all Kubernetes control plane instances. @@ -25,24 +25,24 @@ export function eks_getClusterOutpostConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "controlPlaneInstanceType", - "The Amazon EC2 instance type for all Kubernetes control plane instances.", + 'controlPlaneInstanceType', + 'The Amazon EC2 instance type for all Kubernetes control plane instances.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "controlPlanePlacements", - "An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on AWS Outpost.", + 'controlPlanePlacements', + 'An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on AWS Outpost.', () => eks_getClusterOutpostConfigControlPlanePlacement_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "outpostArns", - "List of ARNs of the Outposts hosting the EKS cluster. Only a single ARN is supported currently.", + 'outpostArns', + 'List of ARNs of the Outposts hosting the EKS cluster. Only a single ARN is supported currently.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfigControlPlanePlacement.ts b/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfigControlPlanePlacement.ts index 26e72ff39..d997918aa 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfigControlPlanePlacement.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterOutpostConfigControlPlanePlacement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterOutpostConfigControlPlanePlacement { // The name of the placement group for the Kubernetes control plane instances. @@ -15,8 +15,8 @@ export function eks_getClusterOutpostConfigControlPlanePlacement_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "groupName", - "The name of the placement group for the Kubernetes control plane instances.", + 'groupName', + 'The name of the placement group for the Kubernetes control plane instances.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterUpgradePolicy.ts b/src/app/Models/codegen/aws/types/eks_getClusterUpgradePolicy.ts index 532cac2a3..41715045b 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterUpgradePolicy.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterUpgradePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterUpgradePolicy { // (Optional) Support type to use for the cluster. @@ -15,8 +15,8 @@ export function eks_getClusterUpgradePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "supportType", - "(Optional) Support type to use for the cluster.", + 'supportType', + '(Optional) Support type to use for the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getClusterVpcConfig.ts b/src/app/Models/codegen/aws/types/eks_getClusterVpcConfig.ts index 23e0de4ef..96d7ddc32 100644 --- a/src/app/Models/codegen/aws/types/eks_getClusterVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_getClusterVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getClusterVpcConfig { // List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint. @@ -33,56 +33,56 @@ export function eks_getClusterVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "endpointPrivateAccess", - "Indicates whether or not the Amazon EKS private API server endpoint is enabled.", + 'endpointPrivateAccess', + 'Indicates whether or not the Amazon EKS private API server endpoint is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "endpointPublicAccess", - "Indicates whether or not the Amazon EKS public API server endpoint is enabled.", + 'endpointPublicAccess', + 'Indicates whether or not the Amazon EKS public API server endpoint is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "publicAccessCidrs", - "List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint.", + 'publicAccessCidrs', + 'List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group IDs", + 'securityGroupIds', + 'List of security group IDs', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet IDs", + 'subnetIds', + 'List of subnet IDs', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC associated with your cluster.", + 'vpcId', + 'The VPC associated with your cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clusterSecurityGroupId", - "The cluster security group that was created by Amazon EKS for the cluster.", + 'clusterSecurityGroupId', + 'The cluster security group that was created by Amazon EKS for the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupLaunchTemplate.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupLaunchTemplate.ts index 653d228b2..7bc6fa4c9 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getNodeGroupLaunchTemplate { // The ID of the launch template. @@ -21,24 +21,24 @@ export function eks_getNodeGroupLaunchTemplate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "Kubernetes version.", + 'version', + 'Kubernetes version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The ID of the launch template.", + 'id', + 'The ID of the launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the AutoScaling Group.", + 'name', + 'Name of the AutoScaling Group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupRemoteAccess.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupRemoteAccess.ts index 31658553f..a00d09b85 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupRemoteAccess.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupRemoteAccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getNodeGroupRemoteAccess { // EC2 Key Pair name that provides access for SSH communication with the worker nodes in the EKS Node Group. @@ -18,16 +18,16 @@ export function eks_getNodeGroupRemoteAccess_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ec2SshKey", - "EC2 Key Pair name that provides access for SSH communication with the worker nodes in the EKS Node Group.", + 'ec2SshKey', + 'EC2 Key Pair name that provides access for SSH communication with the worker nodes in the EKS Node Group.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sourceSecurityGroupIds", - "Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes.", + 'sourceSecurityGroupIds', + 'Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupResource.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupResource.ts index 3178e4169..f597a6e4b 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupResource.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { eks_getNodeGroupResourceAutoscalingGroup, eks_getNodeGroupResourceAutoscalingGroup_GetTypes, -} from "./eks_getNodeGroupResourceAutoscalingGroup"; +} from './eks_getNodeGroupResourceAutoscalingGroup'; export interface eks_getNodeGroupResource { // Identifier of the remote access EC2 Security Group. @@ -22,16 +22,16 @@ export function eks_getNodeGroupResource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "autoscalingGroups", - "List of objects containing information about AutoScaling Groups.", + 'autoscalingGroups', + 'List of objects containing information about AutoScaling Groups.', () => eks_getNodeGroupResourceAutoscalingGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "remoteAccessSecurityGroupId", - "Identifier of the remote access EC2 Security Group.", + 'remoteAccessSecurityGroupId', + 'Identifier of the remote access EC2 Security Group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupResourceAutoscalingGroup.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupResourceAutoscalingGroup.ts index d6eb72016..295a407e5 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupResourceAutoscalingGroup.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupResourceAutoscalingGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getNodeGroupResourceAutoscalingGroup { // Name of the AutoScaling Group. @@ -15,8 +15,8 @@ export function eks_getNodeGroupResourceAutoscalingGroup_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the AutoScaling Group.", + 'name', + 'Name of the AutoScaling Group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupScalingConfig.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupScalingConfig.ts index 2aee41689..df5cd7e5f 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupScalingConfig.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupScalingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getNodeGroupScalingConfig { // Desired number of worker nodes. @@ -21,24 +21,24 @@ export function eks_getNodeGroupScalingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "desiredSize", - "Desired number of worker nodes.", + 'desiredSize', + 'Desired number of worker nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxSize", - "Maximum number of worker nodes.", + 'maxSize', + 'Maximum number of worker nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minSize", - "Minimum number of worker nodes.", + 'minSize', + 'Minimum number of worker nodes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/eks_getNodeGroupTaint.ts b/src/app/Models/codegen/aws/types/eks_getNodeGroupTaint.ts index 8e44b571b..602bd6125 100644 --- a/src/app/Models/codegen/aws/types/eks_getNodeGroupTaint.ts +++ b/src/app/Models/codegen/aws/types/eks_getNodeGroupTaint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface eks_getNodeGroupTaint { // The effect of the taint. @@ -21,24 +21,24 @@ export function eks_getNodeGroupTaint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "effect", - "The effect of the taint.", + 'effect', + 'The effect of the taint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the taint.", + 'key', + 'The key of the taint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the taint.", + 'value', + 'The value of the taint.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ClusterCacheNode.ts b/src/app/Models/codegen/aws/types/elasticache_ClusterCacheNode.ts index 0805a0d53..c0fc3c50e 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ClusterCacheNode.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ClusterCacheNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ClusterCacheNode { // @@ -27,29 +27,29 @@ export function elasticache_ClusterCacheNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "outpostArn", - "", + 'outpostArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the cache nodes will accept connections. For Memcached the default is 11211, and for Redis the default port is 6379. Cannot be provided with `replication_group_id`. Changing this value will re-create the resource.", + 'port', + 'The port number on which each of the cache nodes will accept connections. For Memcached the default is 11211, and for Redis the default port is 6379. Cannot be provided with `replication_group_id`. Changing this value will re-create the resource.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "address", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'address', '', () => [], false, false), new DynamicUIProps( InputType.String, - "availabilityZone", - "Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use `preferred_availability_zones` instead. Default: System chosen Availability Zone. Changing this value will re-create the resource.", + 'availabilityZone', + 'Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use `preferred_availability_zones` instead. Default: System chosen Availability Zone. Changing this value will re-create the resource.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticache_ClusterLogDeliveryConfiguration.ts b/src/app/Models/codegen/aws/types/elasticache_ClusterLogDeliveryConfiguration.ts index d5b8805d7..017734bd7 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ClusterLogDeliveryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ClusterLogDeliveryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ClusterLogDeliveryConfiguration { // Valid values are `json` or `text` @@ -24,32 +24,32 @@ export function elasticache_ClusterLogDeliveryConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "destinationType", - "For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.", + 'destinationType', + 'For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logFormat", - "Valid values are `json` or `text`", + 'logFormat', + 'Valid values are `json` or `text`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logType", - "Valid values are `slow-log` or `engine-log`. Max 1 of each.", + 'logType', + 'Valid values are `slow-log` or `engine-log`. Max 1 of each.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destination", - "Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.", + 'destination', + 'Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_GlobalReplicationGroupGlobalNodeGroup.ts b/src/app/Models/codegen/aws/types/elasticache_GlobalReplicationGroupGlobalNodeGroup.ts index 3a395cd47..8e5f0e007 100644 --- a/src/app/Models/codegen/aws/types/elasticache_GlobalReplicationGroupGlobalNodeGroup.ts +++ b/src/app/Models/codegen/aws/types/elasticache_GlobalReplicationGroupGlobalNodeGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_GlobalReplicationGroupGlobalNodeGroup { // The ID of the global node group. @@ -18,16 +18,16 @@ export function elasticache_GlobalReplicationGroupGlobalNodeGroup_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "globalNodeGroupId", - "The ID of the global node group.", + 'globalNodeGroupId', + 'The ID of the global node group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slots", - "The keyspace for this node group.", + 'slots', + 'The keyspace for this node group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/elasticache_ParameterGroupParameter.ts index 720abd518..9f67a5a19 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ParameterGroupParameter { // The value of the ElastiCache parameter. @@ -18,16 +18,16 @@ export function elasticache_ParameterGroupParameter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "value", - "The value of the ElastiCache parameter.", + 'value', + 'The value of the ElastiCache parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the ElastiCache parameter.", + 'name', + 'The name of the ElastiCache parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ReplicationGroupLogDeliveryConfiguration.ts b/src/app/Models/codegen/aws/types/elasticache_ReplicationGroupLogDeliveryConfiguration.ts index 34aad81d8..395b5419c 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ReplicationGroupLogDeliveryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ReplicationGroupLogDeliveryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ReplicationGroupLogDeliveryConfiguration { // Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource. @@ -24,32 +24,32 @@ export function elasticache_ReplicationGroupLogDeliveryConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "logType", - "Valid values are `slow-log` or `engine-log`. Max 1 of each.", + 'logType', + 'Valid values are `slow-log` or `engine-log`. Max 1 of each.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destination", - "Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.", + 'destination', + 'Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationType", - "For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.", + 'destinationType', + 'For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logFormat", - "Valid values are `json` or `text`", + 'logFormat', + 'Valid values are `json` or `text`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimits.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimits.ts index 35a64c00f..402e3385c 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimits.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimits.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticache_ServerlessCacheCacheUsageLimitsDataStorage, elasticache_ServerlessCacheCacheUsageLimitsDataStorage_GetTypes, -} from "./elasticache_ServerlessCacheCacheUsageLimitsDataStorage"; +} from './elasticache_ServerlessCacheCacheUsageLimitsDataStorage'; import { elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond, elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond_GetTypes, -} from "./elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond"; +} from './elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond'; export interface elasticache_ServerlessCacheCacheUsageLimits { // The maximum data storage limit in the cache, expressed in Gigabytes. See Data Storage config for more details. @@ -26,16 +26,16 @@ export function elasticache_ServerlessCacheCacheUsageLimits_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "dataStorage", - "The maximum data storage limit in the cache, expressed in Gigabytes. See Data Storage config for more details.", + 'dataStorage', + 'The maximum data storage limit in the cache, expressed in Gigabytes. See Data Storage config for more details.', () => elasticache_ServerlessCacheCacheUsageLimitsDataStorage_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ecpuPerSeconds", - "The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.See config block for more details.", + 'ecpuPerSeconds', + 'The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.See config block for more details.', () => elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsDataStorage.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsDataStorage.ts index c460932c9..a7b94933c 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsDataStorage.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsDataStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ServerlessCacheCacheUsageLimitsDataStorage { // @@ -19,12 +19,12 @@ export interface elasticache_ServerlessCacheCacheUsageLimitsDataStorage { export function elasticache_ServerlessCacheCacheUsageLimitsDataStorage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "maximum", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "minimum", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'maximum', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'minimum', '', () => [], false, false), new DynamicUIProps( InputType.String, - "unit", - "The unit that the storage is measured in, in GB.", + 'unit', + 'The unit that the storage is measured in, in GB.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond.ts index 8e83ae8f3..1dde3db36 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond { // @@ -16,7 +16,7 @@ export interface elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond { export function elasticache_ServerlessCacheCacheUsageLimitsEcpuPerSecond_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "maximum", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "minimum", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'maximum', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'minimum', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheEndpoint.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheEndpoint.ts index e62b78d44..866c1f751 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheEndpoint.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ServerlessCacheEndpoint { // The port number that the cache engine is listening on. Set as integer. @@ -18,16 +18,16 @@ export function elasticache_ServerlessCacheEndpoint_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "port", - "The port number that the cache engine is listening on. Set as integer.", + 'port', + 'The port number that the cache engine is listening on. Set as integer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "address", - "The DNS hostname of the cache node.", + 'address', + 'The DNS hostname of the cache node.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheReaderEndpoint.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheReaderEndpoint.ts index 752788498..56237831b 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheReaderEndpoint.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheReaderEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ServerlessCacheReaderEndpoint { // The DNS hostname of the cache node. @@ -18,16 +18,16 @@ export function elasticache_ServerlessCacheReaderEndpoint_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "address", - "The DNS hostname of the cache node.", + 'address', + 'The DNS hostname of the cache node.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number that the cache engine is listening on. Set as integer.", + 'port', + 'The port number that the cache engine is listening on. Set as integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheTimeouts.ts b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheTimeouts.ts index 1a3409c55..d4e5f6487 100644 --- a/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheTimeouts.ts +++ b/src/app/Models/codegen/aws/types/elasticache_ServerlessCacheTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_ServerlessCacheTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function elasticache_ServerlessCacheTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function elasticache_ServerlessCacheTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function elasticache_ServerlessCacheTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/elasticache_UserAuthenticationMode.ts b/src/app/Models/codegen/aws/types/elasticache_UserAuthenticationMode.ts index 8e1711715..5fe2803d0 100644 --- a/src/app/Models/codegen/aws/types/elasticache_UserAuthenticationMode.ts +++ b/src/app/Models/codegen/aws/types/elasticache_UserAuthenticationMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_UserAuthenticationMode { // @@ -21,24 +21,24 @@ export function elasticache_UserAuthenticationMode_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "passwords", - "Specifies the passwords to use for authentication if `type` is set to `password`.", + 'passwords', + 'Specifies the passwords to use for authentication if `type` is set to `password`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Specifies the authentication type. Possible options are: `password`, `no-password-required` or `iam`.", + 'type', + 'Specifies the authentication type. Possible options are: `password`, `no-password-required` or `iam`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "passwordCount", - "", + 'passwordCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticache_getClusterCacheNode.ts b/src/app/Models/codegen/aws/types/elasticache_getClusterCacheNode.ts index 6e8f9f94d..45492018f 100644 --- a/src/app/Models/codegen/aws/types/elasticache_getClusterCacheNode.ts +++ b/src/app/Models/codegen/aws/types/elasticache_getClusterCacheNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_getClusterCacheNode { /* @@ -30,29 +30,29 @@ export function elasticache_getClusterCacheNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "Availability Zone for the cache cluster.", + 'availabilityZone', + 'Availability Zone for the cache cluster.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), new DynamicUIProps( InputType.String, - "outpostArn", - "", + 'outpostArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the cache nodes will\naccept connections.", + 'port', + 'The port number on which each of the cache nodes will\naccept connections.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "address", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'address', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticache_getClusterLogDeliveryConfiguration.ts b/src/app/Models/codegen/aws/types/elasticache_getClusterLogDeliveryConfiguration.ts index 39fe6ab09..b59dbe3fe 100644 --- a/src/app/Models/codegen/aws/types/elasticache_getClusterLogDeliveryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/elasticache_getClusterLogDeliveryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_getClusterLogDeliveryConfiguration { // @@ -24,28 +24,28 @@ export function elasticache_getClusterLogDeliveryConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "destination", - "", + 'destination', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationType", - "", + 'destinationType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logFormat", - "", + 'logFormat', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "logType", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'logType', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticache_getReplicationGroupLogDeliveryConfiguration.ts b/src/app/Models/codegen/aws/types/elasticache_getReplicationGroupLogDeliveryConfiguration.ts index 3bdd921f1..bde9eba12 100644 --- a/src/app/Models/codegen/aws/types/elasticache_getReplicationGroupLogDeliveryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/elasticache_getReplicationGroupLogDeliveryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_getReplicationGroupLogDeliveryConfiguration { // @@ -24,28 +24,28 @@ export function elasticache_getReplicationGroupLogDeliveryConfiguration_GetTypes return [ new DynamicUIProps( InputType.String, - "destination", - "", + 'destination', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationType", - "", + 'destinationType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logFormat", - "", + 'logFormat', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "logType", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'logType', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticache_getUserAuthenticationMode.ts b/src/app/Models/codegen/aws/types/elasticache_getUserAuthenticationMode.ts index f5d9e3acb..6697d213b 100644 --- a/src/app/Models/codegen/aws/types/elasticache_getUserAuthenticationMode.ts +++ b/src/app/Models/codegen/aws/types/elasticache_getUserAuthenticationMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticache_getUserAuthenticationMode { // @@ -18,12 +18,12 @@ export function elasticache_getUserAuthenticationMode_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "passwordCount", - "", + 'passwordCount', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticbeanstalk_ApplicationAppversionLifecycle.ts b/src/app/Models/codegen/aws/types/elasticbeanstalk_ApplicationAppversionLifecycle.ts index 89e79b346..df53d1c9a 100644 --- a/src/app/Models/codegen/aws/types/elasticbeanstalk_ApplicationAppversionLifecycle.ts +++ b/src/app/Models/codegen/aws/types/elasticbeanstalk_ApplicationAppversionLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticbeanstalk_ApplicationAppversionLifecycle { // Set to `true` to delete a version's source bundle from S3 when the application version is deleted. @@ -24,7 +24,7 @@ export function elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "deleteSourceFromS3", + 'deleteSourceFromS3', "Set to `true` to delete a version's source bundle from S3 when the application version is deleted.", () => [], false, @@ -32,7 +32,7 @@ export function elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes(): Dyna ), new DynamicUIProps( InputType.Number, - "maxAgeInDays", + 'maxAgeInDays', "The number of days to retain an application version ('max_age_in_days' and 'max_count' cannot be enabled simultaneously.).", () => [], false, @@ -40,7 +40,7 @@ export function elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes(): Dyna ), new DynamicUIProps( InputType.Number, - "maxCount", + 'maxCount', "The maximum number of application versions to retain ('max_age_in_days' and 'max_count' cannot be enabled simultaneously.).", () => [], false, @@ -48,8 +48,8 @@ export function elasticbeanstalk_ApplicationAppversionLifecycle_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "serviceRole", - "The ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.", + 'serviceRole', + 'The ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticbeanstalk_ConfigurationTemplateSetting.ts b/src/app/Models/codegen/aws/types/elasticbeanstalk_ConfigurationTemplateSetting.ts index 3c4264a53..c1a08efe3 100644 --- a/src/app/Models/codegen/aws/types/elasticbeanstalk_ConfigurationTemplateSetting.ts +++ b/src/app/Models/codegen/aws/types/elasticbeanstalk_ConfigurationTemplateSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticbeanstalk_ConfigurationTemplateSetting { // A unique name for this Template. @@ -24,28 +24,28 @@ export function elasticbeanstalk_ConfigurationTemplateSetting_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "A unique name for this Template.", + 'name', + 'A unique name for this Template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resource", - "", + 'resource', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentAllSetting.ts b/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentAllSetting.ts index 38ef78eca..aa5941b67 100644 --- a/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentAllSetting.ts +++ b/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentAllSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticbeanstalk_EnvironmentAllSetting { // @@ -27,25 +27,25 @@ export function elasticbeanstalk_EnvironmentAllSetting_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "resource", - "", + 'resource', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "name", - "A unique name for this Environment. This name is used\nin the application URL", + 'name', + 'A unique name for this Environment. This name is used\nin the application URL', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentSetting.ts b/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentSetting.ts index 06fbc7350..1b4124e27 100644 --- a/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentSetting.ts +++ b/src/app/Models/codegen/aws/types/elasticbeanstalk_EnvironmentSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticbeanstalk_EnvironmentSetting { // @@ -27,28 +27,28 @@ export function elasticbeanstalk_EnvironmentSetting_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "A unique name for this Environment. This name is used\nin the application URL", + 'name', + 'A unique name for this Environment. This name is used\nin the application URL', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resource", - "", + 'resource', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elasticbeanstalk_getApplicationAppversionLifecycle.ts b/src/app/Models/codegen/aws/types/elasticbeanstalk_getApplicationAppversionLifecycle.ts index d9086f6b0..04e4ae799 100644 --- a/src/app/Models/codegen/aws/types/elasticbeanstalk_getApplicationAppversionLifecycle.ts +++ b/src/app/Models/codegen/aws/types/elasticbeanstalk_getApplicationAppversionLifecycle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticbeanstalk_getApplicationAppversionLifecycle { // Specifies whether delete a version's source bundle from S3 when the application version is deleted. @@ -24,31 +24,31 @@ export function elasticbeanstalk_getApplicationAppversionLifecycle_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "maxAgeInDays", - "Number of days to retain an application version.", + 'maxAgeInDays', + 'Number of days to retain an application version.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxCount", - "Maximum number of application versions to retain.", + 'maxCount', + 'Maximum number of application versions to retain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceRole", - "ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.", + 'serviceRole', + 'ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteSourceFromS3", + 'deleteSourceFromS3', "Specifies whether delete a version's source bundle from S3 when the application version is deleted.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptions.ts index ab4ed80a1..fc3798b47 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions, elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTypes, -} from "./elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions"; +} from './elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions'; export interface elasticsearch_DomainAdvancedSecurityOptions { // Whether the internal user database is enabled. If not set, defaults to `false` by the AWS API. @@ -25,16 +25,16 @@ export function elasticsearch_DomainAdvancedSecurityOptions_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "internalUserDatabaseEnabled", - "Whether the internal user database is enabled. If not set, defaults to `false` by the AWS API.", + 'internalUserDatabaseEnabled', + 'Whether the internal user database is enabled. If not set, defaults to `false` by the AWS API.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "masterUserOptions", - "Configuration block for the main user. Detailed below.", + 'masterUserOptions', + 'Configuration block for the main user. Detailed below.', () => elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTypes(), false, @@ -42,8 +42,8 @@ export function elasticsearch_DomainAdvancedSecurityOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced security is enabled.", + 'enabled', + 'Whether advanced security is enabled.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts index 938d56f20..c26c14472 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions { // ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`. @@ -21,7 +21,7 @@ export function elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions_Get return [ new DynamicUIProps( InputType.String, - "masterUserName", + 'masterUserName', "Main user's username, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`.", () => [], false, @@ -29,7 +29,7 @@ export function elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions_Get ), new DynamicUIProps( InputType.String, - "masterUserPassword", + 'masterUserPassword', "Main user's password, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`.", () => [], false, @@ -37,8 +37,8 @@ export function elasticsearch_DomainAdvancedSecurityOptionsMasterUserOptions_Get ), new DynamicUIProps( InputType.String, - "masterUserArn", - "ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`.", + 'masterUserArn', + 'ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptions.ts index b7b0767c2..315a4fe76 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule, elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes, -} from "./elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule"; +} from './elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule'; export interface elasticsearch_DomainAutoTuneOptions { // Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below. @@ -25,24 +25,24 @@ export function elasticsearch_DomainAutoTuneOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "desiredState", - "The Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.", + 'desiredState', + 'The Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "maintenanceSchedules", - "Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.", + 'maintenanceSchedules', + 'Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.', () => elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rollbackOnDisable", - "Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.", + 'rollbackOnDisable', + 'Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule.ts index fb65afc9f..7a5fa54df 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration, elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_GetTypes, -} from "./elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration"; +} from './elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration'; export interface elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule { // Configuration block for the duration of the Auto-Tune maintenance window. Detailed below. @@ -25,16 +25,16 @@ export function elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes( return [ new DynamicUIProps( InputType.String, - "cronExpressionForRecurrence", - "A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.", + 'cronExpressionForRecurrence', + 'A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "duration", - "Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.", + 'duration', + 'Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.', () => elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_GetTypes(), true, @@ -42,8 +42,8 @@ export function elasticsearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes( ), new DynamicUIProps( InputType.String, - "startAt", - "Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'startAt', + 'Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts index ef924c336..a5be3699f 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration { // The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`. @@ -18,16 +18,16 @@ export function elasticsearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_G return [ new DynamicUIProps( InputType.String, - "unit", - "The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.", + 'unit', + 'The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "An integer specifying the value of the duration of an Auto-Tune maintenance window.", + 'value', + 'An integer specifying the value of the duration of an Auto-Tune maintenance window.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfig.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfig.ts index 9c41b4426..2343f5ae5 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfig.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainClusterConfigZoneAwarenessConfig, elasticsearch_DomainClusterConfigZoneAwarenessConfig_GetTypes, -} from "./elasticsearch_DomainClusterConfigZoneAwarenessConfig"; +} from './elasticsearch_DomainClusterConfigZoneAwarenessConfig'; import { elasticsearch_DomainClusterConfigColdStorageOptions, elasticsearch_DomainClusterConfigColdStorageOptions_GetTypes, -} from "./elasticsearch_DomainClusterConfigColdStorageOptions"; +} from './elasticsearch_DomainClusterConfigColdStorageOptions'; export interface elasticsearch_DomainClusterConfig { // Number of instances in the cluster. @@ -53,55 +53,55 @@ export function elasticsearch_DomainClusterConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "zoneAwarenessConfig", - "Configuration block containing zone awareness settings. Detailed below.", + 'zoneAwarenessConfig', + 'Configuration block containing zone awareness settings. Detailed below.', () => elasticsearch_DomainClusterConfigZoneAwarenessConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "zoneAwarenessEnabled", - "Whether zone awareness is enabled, set to `true` for multi-az deployment. To enable awareness with three Availability Zones, the `availability_zone_count` within the `zone_awareness_config` must be set to `3`.", + 'zoneAwarenessEnabled', + 'Whether zone awareness is enabled, set to `true` for multi-az deployment. To enable awareness with three Availability Zones, the `availability_zone_count` within the `zone_awareness_config` must be set to `3`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dedicatedMasterEnabled", - "Whether dedicated main nodes are enabled for the cluster.", + 'dedicatedMasterEnabled', + 'Whether dedicated main nodes are enabled for the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "Number of instances in the cluster.", + 'instanceCount', + 'Number of instances in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type of data nodes in the cluster.", + 'instanceType', + 'Instance type of data nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "warmEnabled", - "Whether to enable warm storage.", + 'warmEnabled', + 'Whether to enable warm storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "warmType", + 'warmType', "Instance type for the Elasticsearch cluster's warm nodes. Valid values are `ultrawarm1.medium.elasticsearch`, `ultrawarm1.large.elasticsearch` and `ultrawarm1.xlarge.elasticsearch`. `warm_type` can be only and must be set when `warm_enabled` is set to `true`.", () => [], false, @@ -109,32 +109,32 @@ export function elasticsearch_DomainClusterConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "warmCount", - "Number of warm nodes in the cluster. Valid values are between `2` and `150`. `warm_count` can be only and must be set when `warm_enabled` is set to `true`.", + 'warmCount', + 'Number of warm nodes in the cluster. Valid values are between `2` and `150`. `warm_count` can be only and must be set when `warm_enabled` is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dedicatedMasterType", - "Instance type of the dedicated main nodes in the cluster.", + 'dedicatedMasterType', + 'Instance type of the dedicated main nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "coldStorageOptions", - "Configuration block containing cold storage configuration. Detailed below.", + 'coldStorageOptions', + 'Configuration block containing cold storage configuration. Detailed below.', () => elasticsearch_DomainClusterConfigColdStorageOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "dedicatedMasterCount", - "Number of dedicated main nodes in the cluster.", + 'dedicatedMasterCount', + 'Number of dedicated main nodes in the cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigColdStorageOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigColdStorageOptions.ts index fcf3223ef..2ee8180c9 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigColdStorageOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigColdStorageOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainClusterConfigColdStorageOptions { // Boolean to enable cold storage for an Elasticsearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage. @@ -15,8 +15,8 @@ export function elasticsearch_DomainClusterConfigColdStorageOptions_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable cold storage for an Elasticsearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage.", + 'enabled', + 'Boolean to enable cold storage for an Elasticsearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigZoneAwarenessConfig.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigZoneAwarenessConfig.ts index c37bd3242..874b71212 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigZoneAwarenessConfig.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainClusterConfigZoneAwarenessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainClusterConfigZoneAwarenessConfig { // Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`. @@ -15,8 +15,8 @@ export function elasticsearch_DomainClusterConfigZoneAwarenessConfig_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "availabilityZoneCount", - "Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`.", + 'availabilityZoneCount', + 'Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainCognitoOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainCognitoOptions.ts index 1c7361616..5efa69828 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainCognitoOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainCognitoOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainCognitoOptions { // ID of the Cognito User Pool to use. @@ -24,32 +24,32 @@ export function elasticsearch_DomainCognitoOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that has the AmazonESCognitoAccess policy attached.", + 'roleArn', + 'ARN of the IAM role that has the AmazonESCognitoAccess policy attached.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "ID of the Cognito User Pool to use.", + 'userPoolId', + 'ID of the Cognito User Pool to use.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether Amazon Cognito authentication with Kibana is enabled or not.", + 'enabled', + 'Whether Amazon Cognito authentication with Kibana is enabled or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityPoolId", - "ID of the Cognito Identity Pool to use.", + 'identityPoolId', + 'ID of the Cognito Identity Pool to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainDomainEndpointOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainDomainEndpointOptions.ts index 4e10c7329..1c40f9b92 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainDomainEndpointOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainDomainEndpointOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainDomainEndpointOptions { // Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: `Policy-Min-TLS-1-0-2019-07` and `Policy-Min-TLS-1-2-2019-07`. The provider will only perform drift detection if a configuration value is provided. @@ -27,40 +27,40 @@ export function elasticsearch_DomainDomainEndpointOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "customEndpointCertificateArn", - "ACM certificate ARN for your custom endpoint.", + 'customEndpointCertificateArn', + 'ACM certificate ARN for your custom endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "customEndpointEnabled", - "Whether to enable custom endpoint for the Elasticsearch domain.", + 'customEndpointEnabled', + 'Whether to enable custom endpoint for the Elasticsearch domain.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enforceHttps", - "Whether or not to require HTTPS. Defaults to `true`.", + 'enforceHttps', + 'Whether or not to require HTTPS. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tlsSecurityPolicy", - "Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: `Policy-Min-TLS-1-0-2019-07` and `Policy-Min-TLS-1-2-2019-07`. The provider will only perform drift detection if a configuration value is provided.", + 'tlsSecurityPolicy', + 'Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: `Policy-Min-TLS-1-0-2019-07` and `Policy-Min-TLS-1-2-2019-07`. The provider will only perform drift detection if a configuration value is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customEndpoint", - "Fully qualified domain for your custom endpoint.", + 'customEndpoint', + 'Fully qualified domain for your custom endpoint.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainEbsOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainEbsOptions.ts index 2571e294b..0c83d8303 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainEbsOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainEbsOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainEbsOptions { // Whether EBS volumes are attached to data nodes in the domain. @@ -27,40 +27,40 @@ export function elasticsearch_DomainEbsOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volumes attached to data nodes.", + 'volumeType', + 'Type of EBS volumes attached to data nodes.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ebsEnabled", - "Whether EBS volumes are attached to data nodes in the domain.", + 'ebsEnabled', + 'Whether EBS volumes are attached to data nodes in the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types.", + 'iops', + 'Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.", + 'throughput', + 'Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of EBS volumes attached to data nodes (in GiB).", + 'volumeSize', + 'Size of EBS volumes attached to data nodes (in GiB).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainEncryptAtRest.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainEncryptAtRest.ts index 2d87271cb..faf5612b2 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainEncryptAtRest.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainEncryptAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainEncryptAtRest { // Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires `elasticsearch_version` 5.1 or greater. @@ -18,16 +18,16 @@ export function elasticsearch_DomainEncryptAtRest_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires `elasticsearch_version` 5.1 or greater.", + 'enabled', + 'Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires `elasticsearch_version` 5.1 or greater.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ARN to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key. Note that KMS will accept a KMS key ID but will return the key ARN. To prevent the provider detecting unwanted changes, use the key ARN instead.", + 'kmsKeyId', + 'KMS key ARN to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key. Note that KMS will accept a KMS key ID but will return the key ARN. To prevent the provider detecting unwanted changes, use the key ARN instead.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainLogPublishingOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainLogPublishingOption.ts index 2a290c0a9..a0903ead2 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainLogPublishingOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainLogPublishingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainLogPublishingOption { // Whether given log publishing option is enabled or not. @@ -21,24 +21,24 @@ export function elasticsearch_DomainLogPublishingOption_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether given log publishing option is enabled or not.", + 'enabled', + 'Whether given log publishing option is enabled or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logType", - "Type of Elasticsearch log. Valid values: `INDEX_SLOW_LOGS`, `SEARCH_SLOW_LOGS`, `ES_APPLICATION_LOGS`, `AUDIT_LOGS`.", + 'logType', + 'Type of Elasticsearch log. Valid values: `INDEX_SLOW_LOGS`, `SEARCH_SLOW_LOGS`, `ES_APPLICATION_LOGS`, `AUDIT_LOGS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "ARN of the Cloudwatch log group to which log needs to be published.", + 'cloudwatchLogGroupArn', + 'ARN of the Cloudwatch log group to which log needs to be published.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainNodeToNodeEncryption.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainNodeToNodeEncryption.ts index 0b0043760..319c3f30f 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainNodeToNodeEncryption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainNodeToNodeEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainNodeToNodeEncryption { // Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearch_version` of `6.0` or greater. @@ -15,8 +15,8 @@ export function elasticsearch_DomainNodeToNodeEncryption_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearch_version` of `6.0` or greater.", + 'enabled', + 'Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearch_version` of `6.0` or greater.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptions.ts index 713848e4f..b15e040ab 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_DomainSamlOptionsSamlOptionsIdp, elasticsearch_DomainSamlOptionsSamlOptionsIdp_GetTypes, -} from "./elasticsearch_DomainSamlOptionsSamlOptionsIdp"; +} from './elasticsearch_DomainSamlOptionsSamlOptionsIdp'; export interface elasticsearch_DomainSamlOptionsSamlOptions { // Element of the SAML assertion to use for backend roles. Default is roles. @@ -37,47 +37,47 @@ export function elasticsearch_DomainSamlOptionsSamlOptions_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "idp", - "Information from your identity provider.", + 'idp', + 'Information from your identity provider.', () => elasticsearch_DomainSamlOptionsSamlOptionsIdp_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "masterBackendRole", - "This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.", + 'masterBackendRole', + 'This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterUserName", - "This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.", + 'masterUserName', + 'This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rolesKey", - "Element of the SAML assertion to use for backend roles. Default is roles.", + 'rolesKey', + 'Element of the SAML assertion to use for backend roles. Default is roles.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeoutMinutes", - "Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.", + 'sessionTimeoutMinutes', + 'Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subjectKey", + 'subjectKey', 'Custom SAML attribute to use for user names. Default is an empty string - `""`. This will cause Elasticsearch to use the `NameID` element of the `Subject`, which is the default location for name identifiers in the SAML specification.', () => [], false, @@ -85,8 +85,8 @@ export function elasticsearch_DomainSamlOptionsSamlOptions_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether SAML authentication is enabled.", + 'enabled', + 'Whether SAML authentication is enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptionsIdp.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptionsIdp.ts index c778094a8..fc86d84fc 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptionsIdp.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainSamlOptionsSamlOptionsIdp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainSamlOptionsSamlOptionsIdp { // The Metadata of the SAML application in xml format. @@ -18,16 +18,16 @@ export function elasticsearch_DomainSamlOptionsSamlOptionsIdp_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "metadataContent", - "The Metadata of the SAML application in xml format.", + 'metadataContent', + 'The Metadata of the SAML application in xml format.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "entityId", - "The unique Entity ID of the application in SAML Identity Provider.", + 'entityId', + 'The unique Entity ID of the application in SAML Identity Provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainSnapshotOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainSnapshotOptions.ts index 29237c5c9..92eb31c2a 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainSnapshotOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainSnapshotOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainSnapshotOptions { // Hour during which the service takes an automated daily snapshot of the indices in the domain. @@ -15,8 +15,8 @@ export function elasticsearch_DomainSnapshotOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "automatedSnapshotStartHour", - "Hour during which the service takes an automated daily snapshot of the indices in the domain.", + 'automatedSnapshotStartHour', + 'Hour during which the service takes an automated daily snapshot of the indices in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_DomainVpcOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_DomainVpcOptions.ts index 4308c85ce..1869e65de 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_DomainVpcOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_DomainVpcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_DomainVpcOptions { // If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside. @@ -24,32 +24,32 @@ export function elasticsearch_DomainVpcOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "availabilityZones", - "If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside.", + 'availabilityZones', + 'If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used.", + 'securityGroupIds', + 'List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in.", + 'subnetIds', + 'List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "If the domain was created inside a VPC, the ID of the VPC.", + 'vpcId', + 'If the domain was created inside a VPC, the ID of the VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_VpcEndpointVpcOptions.ts b/src/app/Models/codegen/aws/types/elasticsearch_VpcEndpointVpcOptions.ts index 58173e141..84e206c5d 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_VpcEndpointVpcOptions.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_VpcEndpointVpcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_VpcEndpointVpcOptions { // The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, elasticsearch Service uses the default security group for the VPC. @@ -24,25 +24,25 @@ export function elasticsearch_VpcEndpointVpcOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, elasticsearch Service uses the default security group for the VPC.", + 'securityGroupIds', + 'The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, elasticsearch Service uses the default security group for the VPC.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.", + 'subnetIds', + 'A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAdvancedSecurityOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAdvancedSecurityOption.ts index 64c5b2198..6cc23e140 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAdvancedSecurityOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAdvancedSecurityOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainAdvancedSecurityOption { // Whether node to node encryption is enabled. @@ -18,16 +18,16 @@ export function elasticsearch_getDomainAdvancedSecurityOption_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "internalUserDatabaseEnabled", - "Whether the internal user database is enabled.", + 'internalUserDatabaseEnabled', + 'Whether the internal user database is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOption.ts index 382abd881..23b94b33f 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule, elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes, -} from "./elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule"; +} from './elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule'; export interface elasticsearch_getDomainAutoTuneOption { // The Auto-Tune desired state for the domain. @@ -25,24 +25,24 @@ export function elasticsearch_getDomainAutoTuneOption_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "desiredState", - "The Auto-Tune desired state for the domain.", + 'desiredState', + 'The Auto-Tune desired state for the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "maintenanceSchedules", - "A list of the nested configurations for the Auto-Tune maintenance windows of the domain.", + 'maintenanceSchedules', + 'A list of the nested configurations for the Auto-Tune maintenance windows of the domain.', () => elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "rollbackOnDisable", - "Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.", + 'rollbackOnDisable', + 'Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule.ts index 31dd304f8..30816642e 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration, elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration_GetTypes, -} from "./elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration"; +} from './elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration'; export interface elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule { // Cron expression for an Auto-Tune maintenance schedule. @@ -25,16 +25,16 @@ export function elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule_GetType return [ new DynamicUIProps( InputType.String, - "cronExpressionForRecurrence", - "Cron expression for an Auto-Tune maintenance schedule.", + 'cronExpressionForRecurrence', + 'Cron expression for an Auto-Tune maintenance schedule.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "durations", - "Configuration block for the duration of the Auto-Tune maintenance window.", + 'durations', + 'Configuration block for the duration of the Auto-Tune maintenance window.', () => elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration_GetTypes(), true, @@ -42,8 +42,8 @@ export function elasticsearch_getDomainAutoTuneOptionMaintenanceSchedule_GetType ), new DynamicUIProps( InputType.String, - "startAt", - "Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'startAt', + 'Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts index 2d0164f7b..0b2fcf1f6 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration { // Unit of time. @@ -18,16 +18,16 @@ export function elasticsearch_getDomainAutoTuneOptionMaintenanceScheduleDuration return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time.", + 'unit', + 'Unit of time.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Duration of an Auto-Tune maintenance window.", + 'value', + 'Duration of an Auto-Tune maintenance window.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfig.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfig.ts index e8e804c30..628862008 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfig.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { elasticsearch_getDomainClusterConfigZoneAwarenessConfig, elasticsearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes, -} from "./elasticsearch_getDomainClusterConfigZoneAwarenessConfig"; +} from './elasticsearch_getDomainClusterConfigZoneAwarenessConfig'; import { elasticsearch_getDomainClusterConfigColdStorageOption, elasticsearch_getDomainClusterConfigColdStorageOption_GetTypes, -} from "./elasticsearch_getDomainClusterConfigColdStorageOption"; +} from './elasticsearch_getDomainClusterConfigColdStorageOption'; export interface elasticsearch_getDomainClusterConfig { // Configuration block containing zone awareness settings. @@ -53,47 +53,47 @@ export function elasticsearch_getDomainClusterConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "warmEnabled", - "Warm storage is enabled.", + 'warmEnabled', + 'Warm storage is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "zoneAwarenessEnabled", - "Indicates whether zone awareness is enabled.", + 'zoneAwarenessEnabled', + 'Indicates whether zone awareness is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dedicatedMasterType", - "Instance type of the dedicated master nodes in the cluster.", + 'dedicatedMasterType', + 'Instance type of the dedicated master nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "zoneAwarenessConfigs", - "Configuration block containing zone awareness settings.", + 'zoneAwarenessConfigs', + 'Configuration block containing zone awareness settings.', () => elasticsearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "coldStorageOptions", - "Configuration block containing cold storage configuration.", + 'coldStorageOptions', + 'Configuration block containing cold storage configuration.', () => elasticsearch_getDomainClusterConfigColdStorageOption_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "warmType", + 'warmType', "The instance type for the Elasticsearch cluster's warm nodes.", () => [], true, @@ -101,40 +101,40 @@ export function elasticsearch_getDomainClusterConfig_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Number, - "dedicatedMasterCount", - "Number of dedicated master nodes in the cluster.", + 'dedicatedMasterCount', + 'Number of dedicated master nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "dedicatedMasterEnabled", - "Indicates whether dedicated master nodes are enabled for the cluster.", + 'dedicatedMasterEnabled', + 'Indicates whether dedicated master nodes are enabled for the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "warmCount", - "The number of warm nodes in the cluster.", + 'warmCount', + 'The number of warm nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "Number of instances in the cluster.", + 'instanceCount', + 'Number of instances in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type of data nodes in the cluster.", + 'instanceType', + 'Instance type of data nodes in the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigColdStorageOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigColdStorageOption.ts index 6afc176ee..2d950f1d0 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigColdStorageOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigColdStorageOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainClusterConfigColdStorageOption { // Whether node to node encryption is enabled. @@ -15,8 +15,8 @@ export function elasticsearch_getDomainClusterConfigColdStorageOption_GetTypes() return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigZoneAwarenessConfig.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigZoneAwarenessConfig.ts index 53a8f365f..5cb046f9d 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigZoneAwarenessConfig.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainClusterConfigZoneAwarenessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainClusterConfigZoneAwarenessConfig { // Number of availability zones used. @@ -15,8 +15,8 @@ export function elasticsearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes return [ new DynamicUIProps( InputType.Number, - "availabilityZoneCount", - "Number of availability zones used.", + 'availabilityZoneCount', + 'Number of availability zones used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainCognitoOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainCognitoOption.ts index e1c9cbff2..7a07d48a5 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainCognitoOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainCognitoOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainCognitoOption { // Whether node to node encryption is enabled. @@ -24,32 +24,32 @@ export function elasticsearch_getDomainCognitoOption_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identityPoolId", - "The Cognito Identity pool used by the domain.", + 'identityPoolId', + 'The Cognito Identity pool used by the domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM Role with the AmazonESCognitoAccess policy attached.", + 'roleArn', + 'The IAM Role with the AmazonESCognitoAccess policy attached.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "The Cognito User pool used by the domain.", + 'userPoolId', + 'The Cognito User pool used by the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainEbsOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainEbsOption.ts index 0dd54a12a..88d87bd33 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainEbsOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainEbsOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainEbsOption { // Whether EBS volumes are attached to data nodes in the domain. @@ -27,40 +27,40 @@ export function elasticsearch_getDomainEbsOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "The baseline input/output (I/O) performance of EBS volumes attached to data nodes.", + 'iops', + 'The baseline input/output (I/O) performance of EBS volumes attached to data nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "The throughput (in MiB/s) of the EBS volumes attached to data nodes.", + 'throughput', + 'The throughput (in MiB/s) of the EBS volumes attached to data nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "The size of EBS volumes attached to data nodes (in GB).", + 'volumeSize', + 'The size of EBS volumes attached to data nodes (in GB).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "The type of EBS volumes attached to data nodes.", + 'volumeType', + 'The type of EBS volumes attached to data nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ebsEnabled", - "Whether EBS volumes are attached to data nodes in the domain.", + 'ebsEnabled', + 'Whether EBS volumes are attached to data nodes in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainEncryptionAtRest.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainEncryptionAtRest.ts index 779e8ba3a..31332aafe 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainEncryptionAtRest.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainEncryptionAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainEncryptionAtRest { // Whether node to node encryption is enabled. @@ -18,16 +18,16 @@ export function elasticsearch_getDomainEncryptionAtRest_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The KMS key id used to encrypt data at rest.", + 'kmsKeyId', + 'The KMS key id used to encrypt data at rest.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainLogPublishingOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainLogPublishingOption.ts index 6de87f7fa..7c855eb30 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainLogPublishingOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainLogPublishingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainLogPublishingOption { // The type of Elasticsearch log being published. @@ -21,24 +21,24 @@ export function elasticsearch_getDomainLogPublishingOption_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "logType", - "The type of Elasticsearch log being published.", + 'logType', + 'The type of Elasticsearch log being published.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "The CloudWatch Log Group where the logs are published.", + 'cloudwatchLogGroupArn', + 'The CloudWatch Log Group where the logs are published.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainNodeToNodeEncryption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainNodeToNodeEncryption.ts index d4ef9896e..93a099d90 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainNodeToNodeEncryption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainNodeToNodeEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainNodeToNodeEncryption { // Whether node to node encryption is enabled. @@ -15,8 +15,8 @@ export function elasticsearch_getDomainNodeToNodeEncryption_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether node to node encryption is enabled.", + 'enabled', + 'Whether node to node encryption is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainSnapshotOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainSnapshotOption.ts index 2a351336b..236a47517 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainSnapshotOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainSnapshotOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainSnapshotOption { // Hour during which the service takes an automated daily snapshot of the indices in the domain. @@ -15,8 +15,8 @@ export function elasticsearch_getDomainSnapshotOption_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "automatedSnapshotStartHour", - "Hour during which the service takes an automated daily snapshot of the indices in the domain.", + 'automatedSnapshotStartHour', + 'Hour during which the service takes an automated daily snapshot of the indices in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elasticsearch_getDomainVpcOption.ts b/src/app/Models/codegen/aws/types/elasticsearch_getDomainVpcOption.ts index 964d28395..8d5c65b69 100644 --- a/src/app/Models/codegen/aws/types/elasticsearch_getDomainVpcOption.ts +++ b/src/app/Models/codegen/aws/types/elasticsearch_getDomainVpcOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elasticsearch_getDomainVpcOption { // The availability zones used by the domain. @@ -24,32 +24,32 @@ export function elasticsearch_getDomainVpcOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "availabilityZones", - "The availability zones used by the domain.", + 'availabilityZones', + 'The availability zones used by the domain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The security groups used by the domain.", + 'securityGroupIds', + 'The security groups used by the domain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The subnets used by the domain.", + 'subnetIds', + 'The subnets used by the domain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC used by the domain.", + 'vpcId', + 'The VPC used by the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfig.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfig.ts index 763d40d91..c630b8e6c 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfig.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PipelineContentConfig { // The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. @@ -18,16 +18,16 @@ export function elastictranscoder_PipelineContentConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "bucket", - "The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.", + 'bucket', + 'The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "The Amazon S3 storage class, `Standard` or `ReducedRedundancy`, that you want Elastic Transcoder to assign to the files and playlists that it stores in your Amazon S3 bucket.", + 'storageClass', + 'The Amazon S3 storage class, `Standard` or `ReducedRedundancy`, that you want Elastic Transcoder to assign to the files and playlists that it stores in your Amazon S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfigPermission.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfigPermission.ts index a287070a7..ea836de59 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfigPermission.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineContentConfigPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PipelineContentConfigPermission { // The permission that you want to give to the AWS user that you specified in `content_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`. @@ -21,24 +21,24 @@ export function elastictranscoder_PipelineContentConfigPermission_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "accesses", - "The permission that you want to give to the AWS user that you specified in `content_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.", + 'accesses', + 'The permission that you want to give to the AWS user that you specified in `content_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "grantee", - "The AWS user or group that you want to have access to transcoded files and playlists.", + 'grantee', + 'The AWS user or group that you want to have access to transcoded files and playlists.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "granteeType", - "Specify the type of value that appears in the `content_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.", + 'granteeType', + 'Specify the type of value that appears in the `content_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineNotifications.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineNotifications.ts index 207ec5d76..826ebfdcb 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineNotifications.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineNotifications.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PipelineNotifications { // The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. @@ -36,15 +36,15 @@ export function elastictranscoder_PipelineNotifications_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "progressing", - "The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline.", + 'progressing', + 'The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "warning", + 'warning', "The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline.\n\nThe `thumbnail_config` object specifies information about the Amazon S3 bucket in\nwhich you want Elastic Transcoder to save thumbnail files: which bucket to use,\nwhich users you want to have access to the files, the type of access you want\nusers to have, and the storage class that you want to assign to the files. If\nyou specify values for `content_config`, you must also specify values for\n`thumbnail_config` even if you don't want to create thumbnails. (You control\nwhether to create thumbnails when you create a job. For more information, see\nThumbnailPattern in the topic Create Job.) If you specify values for\n`content_config` and `thumbnail_config`, omit the OutputBucket object.", () => [], false, @@ -52,16 +52,16 @@ export function elastictranscoder_PipelineNotifications_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "completed", - "The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline.", + 'completed', + 'The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "error", - "The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline.", + 'error', + 'The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfig.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfig.ts index 22d017460..8359c7711 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfig.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PipelineThumbnailConfig { // The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. @@ -18,16 +18,16 @@ export function elastictranscoder_PipelineThumbnailConfig_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "bucket", - "The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.", + 'bucket', + 'The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.", + 'storageClass', + 'The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfigPermission.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfigPermission.ts index 3a516528f..001f51921 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfigPermission.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PipelineThumbnailConfigPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PipelineThumbnailConfigPermission { // The permission that you want to give to the AWS user that you specified in `thumbnail_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`. @@ -21,24 +21,24 @@ export function elastictranscoder_PipelineThumbnailConfigPermission_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "accesses", - "The permission that you want to give to the AWS user that you specified in `thumbnail_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.", + 'accesses', + 'The permission that you want to give to the AWS user that you specified in `thumbnail_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "grantee", - "The AWS user or group that you want to have access to thumbnail files.", + 'grantee', + 'The AWS user or group that you want to have access to thumbnail files.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "granteeType", - "Specify the type of value that appears in the `thumbnail_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.", + 'granteeType', + 'Specify the type of value that appears in the `thumbnail_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudio.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudio.ts index 3313d83aa..5f4c4b255 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudio.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudio.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PresetAudio { // The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack. @@ -27,40 +27,40 @@ export function elastictranscoder_PresetAudio_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "audioPackingMode", - "The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.", + 'audioPackingMode', + 'The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bitRate", - "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", + 'bitRate', + 'The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "channels", - "The number of audio channels in the output file", + 'channels', + 'The number of audio channels in the output file', () => [], false, true, ), new DynamicUIProps( InputType.String, - "codec", - "The audio codec for the output file. Valid values are `AAC`, `flac`, `mp2`, `mp3`, `pcm`, and `vorbis`.", + 'codec', + 'The audio codec for the output file. Valid values are `AAC`, `flac`, `mp2`, `mp3`, `pcm`, and `vorbis`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sampleRate", - "The sample rate of the audio stream in the output file, in hertz. Valid values are: `auto`, `22050`, `32000`, `44100`, `48000`, `96000`", + 'sampleRate', + 'The sample rate of the audio stream in the output file, in hertz. Valid values are: `auto`, `22050`, `32000`, `44100`, `48000`, `96000`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudioCodecOptions.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudioCodecOptions.ts index 016ce4723..cbe569abc 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudioCodecOptions.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PresetAudioCodecOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PresetAudioCodecOptions { // The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are `16` and `24`. (FLAC/PCM Only) @@ -24,32 +24,32 @@ export function elastictranscoder_PresetAudioCodecOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "profile", - "If you specified AAC for Audio:Codec, choose the AAC profile for the output file.", + 'profile', + 'If you specified AAC for Audio:Codec, choose the AAC profile for the output file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "signed", - "Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)", + 'signed', + 'Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bitDepth", - "The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are `16` and `24`. (FLAC/PCM Only)", + 'bitDepth', + 'The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are `16` and `24`. (FLAC/PCM Only)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bitOrder", - "The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)", + 'bitOrder', + 'The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PresetThumbnails.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PresetThumbnails.ts index eb9a1e7d8..25fce4bd8 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PresetThumbnails.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PresetThumbnails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PresetThumbnails { // The maximum width of thumbnails, in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive. @@ -36,64 +36,64 @@ export function elastictranscoder_PresetThumbnails_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "maxWidth", - "The maximum width of thumbnails, in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", + 'maxWidth', + 'The maximum width of thumbnails, in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "paddingPolicy", - "When you set PaddingPolicy to Pad, Elastic Transcoder might add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", + 'paddingPolicy', + 'When you set PaddingPolicy to Pad, Elastic Transcoder might add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resolution", - "The width and height of thumbnail files in pixels, in the format WidthxHeight, where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object. (To better control resolution and aspect ratio of thumbnails, we recommend that you use the thumbnail values `max_width`, `max_height`, `sizing_policy`, and `padding_policy` instead of `resolution` and `aspect_ratio`. The two groups of settings are mutually exclusive. Do not use them together)", + 'resolution', + 'The width and height of thumbnail files in pixels, in the format WidthxHeight, where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object. (To better control resolution and aspect ratio of thumbnails, we recommend that you use the thumbnail values `max_width`, `max_height`, `sizing_policy`, and `padding_policy` instead of `resolution` and `aspect_ratio`. The two groups of settings are mutually exclusive. Do not use them together)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sizingPolicy", - "A value that controls scaling of thumbnails. Valid values are: `Fit`, `Fill`, `Stretch`, `Keep`, `ShrinkToFit`, and `ShrinkToFill`.", + 'sizingPolicy', + 'A value that controls scaling of thumbnails. Valid values are: `Fit`, `Fill`, `Stretch`, `Keep`, `ShrinkToFit`, and `ShrinkToFill`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "aspectRatio", - "The aspect ratio of thumbnails. The following values are valid: auto, 1:1, 4:3, 3:2, 16:9", + 'aspectRatio', + 'The aspect ratio of thumbnails. The following values are valid: auto, 1:1, 4:3, 3:2, 16:9', () => [], false, true, ), new DynamicUIProps( InputType.String, - "format", - "The format of thumbnails, if any. Valid formats are jpg and png.", + 'format', + 'The format of thumbnails, if any. Valid formats are jpg and png.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "interval", - "The approximate number of seconds between thumbnails. The value must be an integer. The actual interval can vary by several seconds from one thumbnail to the next.", + 'interval', + 'The approximate number of seconds between thumbnails. The value must be an integer. The actual interval can vary by several seconds from one thumbnail to the next.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxHeight", - "The maximum height of thumbnails, in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", + 'maxHeight', + 'The maximum height of thumbnails, in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideo.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideo.ts index 98fbf19fc..e6f71384c 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideo.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PresetVideo { // The maximum number of frames between key frames. Not applicable for containers of type gif. @@ -51,104 +51,104 @@ export function elastictranscoder_PresetVideo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fixedGop", - "Whether to use a fixed value for Video:FixedGOP. Not applicable for containers of type gif. Valid values are true and false. Also known as, Fixed Number of Frames Between Keyframes.", + 'fixedGop', + 'Whether to use a fixed value for Video:FixedGOP. Not applicable for containers of type gif. Valid values are true and false. Also known as, Fixed Number of Frames Between Keyframes.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "frameRate", - "The frames per second for the video stream in the output file. The following values are valid: `auto`, `10`, `15`, `23.97`, `24`, `25`, `29.97`, `30`, `50`, `60`.", + 'frameRate', + 'The frames per second for the video stream in the output file. The following values are valid: `auto`, `10`, `15`, `23.97`, `24`, `25`, `29.97`, `30`, `50`, `60`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxFrameRate", - "If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video, up to the maximum frame rate. If you do not specify a MaxFrameRate, Elastic Transcoder will use a default of 30.", + 'maxFrameRate', + 'If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video, up to the maximum frame rate. If you do not specify a MaxFrameRate, Elastic Transcoder will use a default of 30.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "aspectRatio", - "The display aspect ratio of the video in the output file. Valid values are: `auto`, `1:1`, `4:3`, `3:2`, `16:9`. (Note; to better control resolution and aspect ratio of output videos, we recommend that you use the values `max_width`, `max_height`, `sizing_policy`, `padding_policy`, and `display_aspect_ratio` instead of `resolution` and `aspect_ratio`.)", + 'aspectRatio', + 'The display aspect ratio of the video in the output file. Valid values are: `auto`, `1:1`, `4:3`, `3:2`, `16:9`. (Note; to better control resolution and aspect ratio of output videos, we recommend that you use the values `max_width`, `max_height`, `sizing_policy`, `padding_policy`, and `display_aspect_ratio` instead of `resolution` and `aspect_ratio`.)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "paddingPolicy", - "When you set PaddingPolicy to Pad, Elastic Transcoder might add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for `max_width` and `max_height`.", + 'paddingPolicy', + 'When you set PaddingPolicy to Pad, Elastic Transcoder might add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for `max_width` and `max_height`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resolution", - "The width and height of the video in the output file, in pixels. Valid values are `auto` and `widthxheight`. (see note for `aspect_ratio`)", + 'resolution', + 'The width and height of the video in the output file, in pixels. Valid values are `auto` and `widthxheight`. (see note for `aspect_ratio`)', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sizingPolicy", - "A value that controls scaling of the output video. Valid values are: `Fit`, `Fill`, `Stretch`, `Keep`, `ShrinkToFit`, `ShrinkToFill`.", + 'sizingPolicy', + 'A value that controls scaling of the output video. Valid values are: `Fit`, `Fill`, `Stretch`, `Keep`, `ShrinkToFit`, `ShrinkToFill`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "codec", - "The video codec for the output file. Valid values are `gif`, `H.264`, `mpeg2`, `vp8`, and `vp9`.", + 'codec', + 'The video codec for the output file. Valid values are `gif`, `H.264`, `mpeg2`, `vp8`, and `vp9`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "keyframesMaxDist", - "The maximum number of frames between key frames. Not applicable for containers of type gif.", + 'keyframesMaxDist', + 'The maximum number of frames between key frames. Not applicable for containers of type gif.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxWidth", - "The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096, inclusive.", + 'maxWidth', + 'The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096, inclusive.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bitRate", - "The bit rate of the video stream in the output file, in kilobits/second. You can configure variable bit rate or constant bit rate encoding.", + 'bitRate', + 'The bit rate of the video stream in the output file, in kilobits/second. You can configure variable bit rate or constant bit rate encoding.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayAspectRatio", - "The value that Elastic Transcoder adds to the metadata in the output file. If you set DisplayAspectRatio to auto, Elastic Transcoder chooses an aspect ratio that ensures square pixels. If you specify another option, Elastic Transcoder sets that value in the output file.", + 'displayAspectRatio', + 'The value that Elastic Transcoder adds to the metadata in the output file. If you set DisplayAspectRatio to auto, Elastic Transcoder chooses an aspect ratio that ensures square pixels. If you specify another option, Elastic Transcoder sets that value in the output file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxHeight", - "The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072, inclusive.", + 'maxHeight', + 'The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072, inclusive.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideoWatermark.ts b/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideoWatermark.ts index 2ac2dcd8b..bd20ea915 100644 --- a/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideoWatermark.ts +++ b/src/app/Models/codegen/aws/types/elastictranscoder_PresetVideoWatermark.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elastictranscoder_PresetVideoWatermark { // A value that controls scaling of the watermark. Valid values are: `Fit`, `Stretch`, `ShrinkToFit` @@ -42,80 +42,80 @@ export function elastictranscoder_PresetVideoWatermark_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "horizontalAlign", - "The horizontal position of the watermark unless you specify a nonzero value for `horzontal_offset`.", + 'horizontalAlign', + 'The horizontal position of the watermark unless you specify a nonzero value for `horzontal_offset`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxHeight", - "The maximum height of the watermark.", + 'maxHeight', + 'The maximum height of the watermark.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "maxWidth", - "The maximum width of the watermark.", + 'maxWidth', + 'The maximum width of the watermark.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "id", - "A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long. You can specify settings for up to four watermarks.", + 'id', + 'A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long. You can specify settings for up to four watermarks.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "opacity", - "A percentage that indicates how much you want a watermark to obscure the video in the location where it appears.", + 'opacity', + 'A percentage that indicates how much you want a watermark to obscure the video in the location where it appears.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "A value that determines how Elastic Transcoder interprets values that you specified for `video_watermarks.horizontal_offset`, `video_watermarks.vertical_offset`, `video_watermarks.max_width`, and `video_watermarks.max_height`. Valid values are `Content` and `Frame`.", + 'target', + 'A value that determines how Elastic Transcoder interprets values that you specified for `video_watermarks.horizontal_offset`, `video_watermarks.vertical_offset`, `video_watermarks.max_width`, and `video_watermarks.max_height`. Valid values are `Content` and `Frame`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "verticalAlign", - "The vertical position of the watermark unless you specify a nonzero value for `vertical_align`. Valid values are `Top`, `Bottom`, `Center`.", + 'verticalAlign', + 'The vertical position of the watermark unless you specify a nonzero value for `vertical_align`. Valid values are `Top`, `Bottom`, `Center`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sizingPolicy", - "A value that controls scaling of the watermark. Valid values are: `Fit`, `Stretch`, `ShrinkToFit`", + 'sizingPolicy', + 'A value that controls scaling of the watermark. Valid values are: `Fit`, `Stretch`, `ShrinkToFit`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "verticalOffset", - "The amount by which you want the vertical position of the watermark to be offset from the position specified by `vertical_align`", + 'verticalOffset', + 'The amount by which you want the vertical position of the watermark to be offset from the position specified by `vertical_align`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "horizontalOffset", - "The amount by which you want the horizontal position of the watermark to be offset from the position specified by `horizontal_align`.", + 'horizontalOffset', + 'The amount by which you want the horizontal position of the watermark to be offset from the position specified by `horizontal_align`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/elb_LoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/elb_LoadBalancerAccessLogs.ts index d52f4255a..f02c8e733 100644 --- a/src/app/Models/codegen/aws/types/elb_LoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/elb_LoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_LoadBalancerAccessLogs { // The publishing interval in minutes. Valid values: `5` and `60`. Default: `60` @@ -24,32 +24,32 @@ export function elb_LoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "interval", - "The publishing interval in minutes. Valid values: `5` and `60`. Default: `60`", + 'interval', + 'The publishing interval in minutes. Valid values: `5` and `60`. Default: `60`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "The S3 bucket name to store the logs in.", + 'bucket', + 'The S3 bucket name to store the logs in.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "The S3 bucket prefix. Logs are stored in the root if not configured.", + 'bucketPrefix', + 'The S3 bucket prefix. Logs are stored in the root if not configured.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `access_logs`. Default is `true`", + 'enabled', + 'Boolean to enable / disable `access_logs`. Default is `true`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/elb_LoadBalancerHealthCheck.ts b/src/app/Models/codegen/aws/types/elb_LoadBalancerHealthCheck.ts index 7e5ffeae8..b3ec3684c 100644 --- a/src/app/Models/codegen/aws/types/elb_LoadBalancerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/elb_LoadBalancerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_LoadBalancerHealthCheck { /* @@ -32,7 +32,7 @@ export function elb_LoadBalancerHealthCheck_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "target", + 'target', 'The target of the check. Valid pattern is "${PROTOCOL}:${PORT}${PATH}", where PROTOCOL\nvalues are:\n* `HTTP`, `HTTPS` - PORT and PATH are required\n* `TCP`, `SSL` - PORT is required, PATH is not supported', () => [], true, @@ -40,32 +40,32 @@ export function elb_LoadBalancerHealthCheck_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "timeout", - "The length of time before the check times out.", + 'timeout', + 'The length of time before the check times out.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "The number of checks before the instance is declared unhealthy.", + 'unhealthyThreshold', + 'The number of checks before the instance is declared unhealthy.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "The number of checks before the instance is declared healthy.", + 'healthyThreshold', + 'The number of checks before the instance is declared healthy.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "interval", - "The interval between checks.", + 'interval', + 'The interval between checks.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elb_LoadBalancerListener.ts b/src/app/Models/codegen/aws/types/elb_LoadBalancerListener.ts index c4b39ccad..c5edf318c 100644 --- a/src/app/Models/codegen/aws/types/elb_LoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/elb_LoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_LoadBalancerListener { /* @@ -36,40 +36,40 @@ export function elb_LoadBalancerListener_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "instanceProtocol", - "The protocol to use to the instance. Valid\nvalues are `HTTP`, `HTTPS`, `TCP`, or `SSL`", + 'instanceProtocol', + 'The protocol to use to the instance. Valid\nvalues are `HTTP`, `HTTPS`, `TCP`, or `SSL`', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "lbPort", - "The port to listen on for the load balancer", + 'lbPort', + 'The port to listen on for the load balancer', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lbProtocol", - "The protocol to listen on. Valid values are `HTTP`,\n`HTTPS`, `TCP`, or `SSL`", + 'lbProtocol', + 'The protocol to listen on. Valid values are `HTTP`,\n`HTTPS`, `TCP`, or `SSL`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslCertificateId", - "The ARN of an SSL certificate you have\nuploaded to AWS IAM. **Note ECDSA-specific restrictions below. Only valid when `lb_protocol` is either HTTPS or SSL**", + 'sslCertificateId', + 'The ARN of an SSL certificate you have\nuploaded to AWS IAM. **Note ECDSA-specific restrictions below. Only valid when `lb_protocol` is either HTTPS or SSL**', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instancePort", - "The port on the instance to route to", + 'instancePort', + 'The port on the instance to route to', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elb_LoadBalancerPolicyPolicyAttribute.ts b/src/app/Models/codegen/aws/types/elb_LoadBalancerPolicyPolicyAttribute.ts index 713829735..5ff3eabb1 100644 --- a/src/app/Models/codegen/aws/types/elb_LoadBalancerPolicyPolicyAttribute.ts +++ b/src/app/Models/codegen/aws/types/elb_LoadBalancerPolicyPolicyAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_LoadBalancerPolicyPolicyAttribute { // @@ -16,7 +16,7 @@ export interface elb_LoadBalancerPolicyPolicyAttribute { export function elb_LoadBalancerPolicyPolicyAttribute_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], false, false), - new DynamicUIProps(InputType.String, "name", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], false, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/elb_SslNegotiationPolicyAttribute.ts b/src/app/Models/codegen/aws/types/elb_SslNegotiationPolicyAttribute.ts index 035f6d7ef..ea5122799 100644 --- a/src/app/Models/codegen/aws/types/elb_SslNegotiationPolicyAttribute.ts +++ b/src/app/Models/codegen/aws/types/elb_SslNegotiationPolicyAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_SslNegotiationPolicyAttribute { // The name of the attribute @@ -18,16 +18,16 @@ export function elb_SslNegotiationPolicyAttribute_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the attribute", + 'name', + 'The name of the attribute', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the attribute", + 'value', + 'The value of the attribute', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elb_getLoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/elb_getLoadBalancerAccessLogs.ts index 675c2f3a0..022f69b6d 100644 --- a/src/app/Models/codegen/aws/types/elb_getLoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/elb_getLoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_getLoadBalancerAccessLogs { // @@ -22,13 +22,13 @@ export interface elb_getLoadBalancerAccessLogs { export function elb_getLoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), new DynamicUIProps( InputType.String, - "bucketPrefix", - "", + 'bucketPrefix', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elb_getLoadBalancerHealthCheck.ts b/src/app/Models/codegen/aws/types/elb_getLoadBalancerHealthCheck.ts index 33b89b80a..619327129 100644 --- a/src/app/Models/codegen/aws/types/elb_getLoadBalancerHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/elb_getLoadBalancerHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_getLoadBalancerHealthCheck { // @@ -25,21 +25,21 @@ export interface elb_getLoadBalancerHealthCheck { export function elb_getLoadBalancerHealthCheck_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), - new DynamicUIProps(InputType.String, "target", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "timeout", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'target', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'timeout', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "", + 'unhealthyThreshold', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "", + 'healthyThreshold', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/elb_getLoadBalancerListener.ts b/src/app/Models/codegen/aws/types/elb_getLoadBalancerListener.ts index d826066d4..39350e00d 100644 --- a/src/app/Models/codegen/aws/types/elb_getLoadBalancerListener.ts +++ b/src/app/Models/codegen/aws/types/elb_getLoadBalancerListener.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface elb_getLoadBalancerListener { // @@ -27,33 +27,33 @@ export function elb_getLoadBalancerListener_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "instancePort", - "", + 'instancePort', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceProtocol", - "", + 'instanceProtocol', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "lbPort", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'lbPort', '', () => [], true, false), new DynamicUIProps( InputType.String, - "lbProtocol", - "", + 'lbProtocol', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sslCertificateId", - "", + 'sslCertificateId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange.ts b/src/app/Models/codegen/aws/types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange.ts index c4de26a1b..c2df699c9 100644 --- a/src/app/Models/codegen/aws/types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange.ts +++ b/src/app/Models/codegen/aws/types/emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRuleRange { // The final port in the range of TCP ports. @@ -18,16 +18,16 @@ export function emr_BlockPublicAccessConfigurationPermittedPublicSecurityGroupRu return [ new DynamicUIProps( InputType.Number, - "maxRange", - "The final port in the range of TCP ports.", + 'maxRange', + 'The final port in the range of TCP ports.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minRange", - "The first port in the range of TCP ports.", + 'minRange', + 'The first port in the range of TCP ports.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterAutoTerminationPolicy.ts b/src/app/Models/codegen/aws/types/emr_ClusterAutoTerminationPolicy.ts index 172c11f9a..353e0541c 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterAutoTerminationPolicy.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterAutoTerminationPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterAutoTerminationPolicy { // Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of `60` seconds and a maximum of `604800` seconds (seven days). @@ -15,8 +15,8 @@ export function emr_ClusterAutoTerminationPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "idleTimeout", - "Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of `60` seconds and a maximum of `604800` seconds (seven days).", + 'idleTimeout', + 'Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of `60` seconds and a maximum of `604800` seconds (seven days).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterBootstrapAction.ts b/src/app/Models/codegen/aws/types/emr_ClusterBootstrapAction.ts index 25ff11843..ccf06df5e 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterBootstrapAction.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterBootstrapAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterBootstrapAction { // List of command line arguments to pass to the bootstrap action script. @@ -21,24 +21,24 @@ export function emr_ClusterBootstrapAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "args", - "List of command line arguments to pass to the bootstrap action script.", + 'args', + 'List of command line arguments to pass to the bootstrap action script.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the bootstrap action.", + 'name', + 'Name of the bootstrap action.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.", + 'path', + 'Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleet.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleet.ts index 4fbe013e1..7d39a766a 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleet.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterCoreInstanceFleetLaunchSpecifications, emr_ClusterCoreInstanceFleetLaunchSpecifications_GetTypes, -} from "./emr_ClusterCoreInstanceFleetLaunchSpecifications"; +} from './emr_ClusterCoreInstanceFleetLaunchSpecifications'; import { emr_ClusterCoreInstanceFleetInstanceTypeConfig, emr_ClusterCoreInstanceFleetInstanceTypeConfig_GetTypes, -} from "./emr_ClusterCoreInstanceFleetInstanceTypeConfig"; +} from './emr_ClusterCoreInstanceFleetInstanceTypeConfig'; export interface emr_ClusterCoreInstanceFleet { // Configuration block for instance fleet. @@ -44,64 +44,64 @@ export function emr_ClusterCoreInstanceFleet_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "provisionedOnDemandCapacity", - "", + 'provisionedOnDemandCapacity', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "provisionedSpotCapacity", - "", + 'provisionedSpotCapacity', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetOnDemandCapacity", - "The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.", + 'targetOnDemandCapacity', + 'The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "targetSpotCapacity", - "Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.", + 'targetSpotCapacity', + 'Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "id", - "ID of the cluster.", + 'id', + 'ID of the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instanceTypeConfigs", - "Configuration block for instance fleet.", + 'instanceTypeConfigs', + 'Configuration block for instance fleet.', () => emr_ClusterCoreInstanceFleetInstanceTypeConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "launchSpecifications", - "Configuration block for launch specification.", + 'launchSpecifications', + 'Configuration block for launch specification.', () => emr_ClusterCoreInstanceFleetLaunchSpecifications_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the instance fleet.", + 'name', + 'Friendly name given to the instance fleet.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfig.ts index f5136af78..c3cc32070 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig, emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig_GetTypes, -} from "./emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig"; +} from './emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig'; import { emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration, emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration_GetTypes, -} from "./emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration"; +} from './emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration'; export interface emr_ClusterCoreInstanceFleetInstanceTypeConfig { // Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below. @@ -38,48 +38,48 @@ export function emr_ClusterCoreInstanceFleetInstanceTypeConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "ebsConfigs", - "Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.", + 'ebsConfigs', + 'Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.', () => emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "EC2 instance type, such as m4.xlarge.", + 'instanceType', + 'EC2 instance type, such as m4.xlarge.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "weightedCapacity", - "Number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.", + 'weightedCapacity', + 'Number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bidPrice", - "Bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPrice', + 'Bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "bidPriceAsPercentageOfOnDemandPrice", - "Bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPriceAsPercentageOfOnDemandPrice', + 'Bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "configurations", - "Configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.", + 'configurations', + 'Configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.', () => emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration.ts index 935eec91d..91b78635f 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration { // Classification within a configuration. @@ -18,16 +18,16 @@ export function emr_ClusterCoreInstanceFleetInstanceTypeConfigConfiguration_GetT return [ new DynamicUIProps( InputType.String, - "classification", - "Classification within a configuration.", + 'classification', + 'Classification within a configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "properties", - "Map of properties specified within a configuration classification.", + 'properties', + 'Map of properties specified within a configuration classification.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig.ts index 7ff2c7b0b..6bff59d75 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig { // Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html). @@ -24,32 +24,32 @@ export function emr_ClusterCoreInstanceFleetInstanceTypeConfigEbsConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "type", - "Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).", + 'type', + 'Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).", + 'volumesPerInstance', + 'Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second (IOPS) that the volume supports.", + 'iops', + 'Number of I/O operations per second (IOPS) that the volume supports.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Volume size, in gibibytes (GiB).", + 'size', + 'Volume size, in gibibytes (GiB).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecifications.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecifications.ts index 615f4d556..6f0fdc836 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecifications.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecifications.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification, emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes, -} from "./emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification"; +} from './emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification'; import { emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification, emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification_GetTypes, -} from "./emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification"; +} from './emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification'; export interface emr_ClusterCoreInstanceFleetLaunchSpecifications { // Configuration block for on demand instances launch specifications. @@ -26,8 +26,8 @@ export function emr_ClusterCoreInstanceFleetLaunchSpecifications_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "spotSpecifications", - "Configuration block for spot instances launch specifications.", + 'spotSpecifications', + 'Configuration block for spot instances launch specifications.', () => emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification_GetTypes(), false, @@ -35,8 +35,8 @@ export function emr_ClusterCoreInstanceFleetLaunchSpecifications_GetTypes(): Dyn ), new DynamicUIProps( InputType.Array, - "onDemandSpecifications", - "Configuration block for on demand instances launch specifications.", + 'onDemandSpecifications', + 'Configuration block for on demand instances launch specifications.', () => emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification.ts index ed9c857fc..fc8027388 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification { // Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first. @@ -15,8 +15,8 @@ export function emr_ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecific return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first.", + 'allocationStrategy', + 'Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification.ts index b1669b37b..68c648231 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification { // Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type. @@ -24,32 +24,32 @@ export function emr_ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecificatio return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type.", + 'allocationStrategy', + 'Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "blockDurationMinutes", - "Defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.", + 'blockDurationMinutes', + 'Defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timeoutAction", - "Action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.", + 'timeoutAction', + 'Action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "timeoutDurationMinutes", - "Spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.", + 'timeoutDurationMinutes', + 'Spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroup.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroup.ts index b60a4f800..f4eb20eeb 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroup.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterCoreInstanceGroupEbsConfig, emr_ClusterCoreInstanceGroupEbsConfig_GetTypes, -} from "./emr_ClusterCoreInstanceGroupEbsConfig"; +} from './emr_ClusterCoreInstanceGroupEbsConfig'; export interface emr_ClusterCoreInstanceGroup { // EC2 instance type for all instances in the instance group. @@ -37,56 +37,56 @@ export function emr_ClusterCoreInstanceGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "instanceType", - "EC2 instance type for all instances in the instance group.", + 'instanceType', + 'EC2 instance type for all instances in the instance group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the instance group.", + 'name', + 'Friendly name given to the instance group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "autoscalingPolicy", - "String containing the [EMR Auto Scaling Policy](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html) JSON.", + 'autoscalingPolicy', + 'String containing the [EMR Auto Scaling Policy](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html) JSON.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bidPrice", - "Bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.", + 'bidPrice', + 'Bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ebsConfigs", - "Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.", + 'ebsConfigs', + 'Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.', () => emr_ClusterCoreInstanceGroupEbsConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "id", - "Core node type Instance Group ID, if using Instance Group for this node type.", + 'id', + 'Core node type Instance Group ID, if using Instance Group for this node type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "Target number of instances for the instance group. Must be at least 1. Defaults to 1.", + 'instanceCount', + 'Target number of instances for the instance group. Must be at least 1. Defaults to 1.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroupEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroupEbsConfig.ts index be246218e..612245dca 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroupEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterCoreInstanceGroupEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterCoreInstanceGroupEbsConfig { // Number of I/O operations per second (IOPS) that the volume supports. @@ -27,40 +27,40 @@ export function emr_ClusterCoreInstanceGroupEbsConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "type", - "Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).", + 'type', + 'Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).", + 'volumesPerInstance', + 'Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second (IOPS) that the volume supports.", + 'iops', + 'Number of I/O operations per second (IOPS) that the volume supports.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Volume size, in gibibytes (GiB).", + 'size', + 'Volume size, in gibibytes (GiB).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "The throughput, in mebibyte per second (MiB/s).", + 'throughput', + 'The throughput, in mebibyte per second (MiB/s).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterEc2Attributes.ts b/src/app/Models/codegen/aws/types/emr_ClusterEc2Attributes.ts index ab377ce3d..2770a657e 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterEc2Attributes.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterEc2Attributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterEc2Attributes { // Instance Profile for EC2 instances of the cluster assume this role. @@ -43,72 +43,72 @@ export function emr_ClusterEc2Attributes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "subnetId", - "VPC subnet id where you want the job flow to launch. Cannot specify the `cc1.4xlarge` instance type for nodes of a job flow launched in an Amazon VPC.", + 'subnetId', + 'VPC subnet id where you want the job flow to launch. Cannot specify the `cc1.4xlarge` instance type for nodes of a job flow launched in an Amazon VPC.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceProfile", - "Instance Profile for EC2 instances of the cluster assume this role.", + 'instanceProfile', + 'Instance Profile for EC2 instances of the cluster assume this role.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyName", - "Amazon EC2 key pair that can be used to ssh to the master node as the user called `hadoop`.", + 'keyName', + 'Amazon EC2 key pair that can be used to ssh to the master node as the user called `hadoop`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "additionalMasterSecurityGroups", - "String containing a comma separated list of additional Amazon EC2 security group IDs for the master node.", + 'additionalMasterSecurityGroups', + 'String containing a comma separated list of additional Amazon EC2 security group IDs for the master node.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "additionalSlaveSecurityGroups", - "String containing a comma separated list of additional Amazon EC2 security group IDs for the slave nodes as a comma separated string.", + 'additionalSlaveSecurityGroups', + 'String containing a comma separated list of additional Amazon EC2 security group IDs for the slave nodes as a comma separated string.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "emrManagedSlaveSecurityGroup", - "Identifier of the Amazon EC2 EMR-Managed security group for the slave nodes.", + 'emrManagedSlaveSecurityGroup', + 'Identifier of the Amazon EC2 EMR-Managed security group for the slave nodes.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "emrManagedMasterSecurityGroup", - "Identifier of the Amazon EC2 EMR-Managed security group for the master node.", + 'emrManagedMasterSecurityGroup', + 'Identifier of the Amazon EC2 EMR-Managed security group for the master node.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of VPC subnet id-s where you want the job flow to launch. Amazon EMR identifies the best Availability Zone to launch instances according to your fleet specifications.\n\n> **NOTE on EMR-Managed security groups:** These security groups will have any missing inbound or outbound access rules added and maintained by AWS, to ensure proper communication between instances in a cluster. The EMR service will maintain these rules for groups provided in `emr_managed_master_security_group` and `emr_managed_slave_security_group`; attempts to remove the required rules may succeed, only for the EMR service to re-add them in a matter of minutes. This may cause this provider to fail to destroy an environment that contains an EMR cluster, because the EMR service does not revoke rules added on deletion, leaving a cyclic dependency between the security groups that prevents their deletion. To avoid this, use the `revoke_rules_on_delete` optional attribute for any Security Group used in `emr_managed_master_security_group` and `emr_managed_slave_security_group`. See [Amazon EMR-Managed Security Groups](http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-man-sec-groups.html) for more information about the EMR-managed security group rules.", + 'subnetIds', + 'List of VPC subnet id-s where you want the job flow to launch. Amazon EMR identifies the best Availability Zone to launch instances according to your fleet specifications.\n\n> **NOTE on EMR-Managed security groups:** These security groups will have any missing inbound or outbound access rules added and maintained by AWS, to ensure proper communication between instances in a cluster. The EMR service will maintain these rules for groups provided in `emr_managed_master_security_group` and `emr_managed_slave_security_group`; attempts to remove the required rules may succeed, only for the EMR service to re-add them in a matter of minutes. This may cause this provider to fail to destroy an environment that contains an EMR cluster, because the EMR service does not revoke rules added on deletion, leaving a cyclic dependency between the security groups that prevents their deletion. To avoid this, use the `revoke_rules_on_delete` optional attribute for any Security Group used in `emr_managed_master_security_group` and `emr_managed_slave_security_group`. See [Amazon EMR-Managed Security Groups](http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-man-sec-groups.html) for more information about the EMR-managed security group rules.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "serviceAccessSecurityGroup", - "Identifier of the Amazon EC2 service-access security group - required when the cluster runs on a private subnet.", + 'serviceAccessSecurityGroup', + 'Identifier of the Amazon EC2 service-access security group - required when the cluster runs on a private subnet.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterKerberosAttributes.ts b/src/app/Models/codegen/aws/types/emr_ClusterKerberosAttributes.ts index 7945b7a94..8a15aa37b 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterKerberosAttributes.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterKerberosAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterKerberosAttributes { // Active Directory password for `ad_domain_join_user`. This provider cannot perform drift detection of this configuration. @@ -27,40 +27,40 @@ export function emr_ClusterKerberosAttributes_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "adDomainJoinPassword", - "Active Directory password for `ad_domain_join_user`. This provider cannot perform drift detection of this configuration.", + 'adDomainJoinPassword', + 'Active Directory password for `ad_domain_join_user`. This provider cannot perform drift detection of this configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "adDomainJoinUser", - "Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain. This provider cannot perform drift detection of this configuration.", + 'adDomainJoinUser', + 'Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain. This provider cannot perform drift detection of this configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "crossRealmTrustPrincipalPassword", - "Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms. This provider cannot perform drift detection of this configuration.", + 'crossRealmTrustPrincipalPassword', + 'Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms. This provider cannot perform drift detection of this configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kdcAdminPassword", - "Password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster. This provider cannot perform drift detection of this configuration.", + 'kdcAdminPassword', + 'Password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster. This provider cannot perform drift detection of this configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "realm", - "Name of the Kerberos realm to which all nodes in a cluster belong. For example, `EC2.INTERNAL`", + 'realm', + 'Name of the Kerberos realm to which all nodes in a cluster belong. For example, `EC2.INTERNAL`', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleet.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleet.ts index c439dd1a7..6fe552236 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleet.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterMasterInstanceFleetLaunchSpecifications, emr_ClusterMasterInstanceFleetLaunchSpecifications_GetTypes, -} from "./emr_ClusterMasterInstanceFleetLaunchSpecifications"; +} from './emr_ClusterMasterInstanceFleetLaunchSpecifications'; import { emr_ClusterMasterInstanceFleetInstanceTypeConfig, emr_ClusterMasterInstanceFleetInstanceTypeConfig_GetTypes, -} from "./emr_ClusterMasterInstanceFleetInstanceTypeConfig"; +} from './emr_ClusterMasterInstanceFleetInstanceTypeConfig'; export interface emr_ClusterMasterInstanceFleet { // Target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision. @@ -44,64 +44,64 @@ export function emr_ClusterMasterInstanceFleet_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "targetSpotCapacity", - "Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.", + 'targetSpotCapacity', + 'Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "id", - "ID of the cluster.", + 'id', + 'ID of the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instanceTypeConfigs", - "Configuration block for instance fleet.", + 'instanceTypeConfigs', + 'Configuration block for instance fleet.', () => emr_ClusterMasterInstanceFleetInstanceTypeConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "launchSpecifications", - "Configuration block for launch specification.", + 'launchSpecifications', + 'Configuration block for launch specification.', () => emr_ClusterMasterInstanceFleetLaunchSpecifications_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the instance fleet.", + 'name', + 'Friendly name given to the instance fleet.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "provisionedOnDemandCapacity", - "", + 'provisionedOnDemandCapacity', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "provisionedSpotCapacity", - "", + 'provisionedSpotCapacity', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetOnDemandCapacity", - "Target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.", + 'targetOnDemandCapacity', + 'Target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfig.ts index b11ac706f..05a1aa427 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration, emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration_GetTypes, -} from "./emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration"; +} from './emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration'; import { emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig, emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig_GetTypes, -} from "./emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig"; +} from './emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig'; export interface emr_ClusterMasterInstanceFleetInstanceTypeConfig { // Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below. @@ -38,16 +38,16 @@ export function emr_ClusterMasterInstanceFleetInstanceTypeConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "bidPriceAsPercentageOfOnDemandPrice", - "Bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPriceAsPercentageOfOnDemandPrice', + 'Bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "configurations", - "Configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.", + 'configurations', + 'Configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.', () => emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration_GetTypes(), false, @@ -55,8 +55,8 @@ export function emr_ClusterMasterInstanceFleetInstanceTypeConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.Array, - "ebsConfigs", - "Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.", + 'ebsConfigs', + 'Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.', () => emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig_GetTypes(), false, @@ -64,24 +64,24 @@ export function emr_ClusterMasterInstanceFleetInstanceTypeConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "instanceType", - "EC2 instance type, such as m4.xlarge.", + 'instanceType', + 'EC2 instance type, such as m4.xlarge.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "weightedCapacity", - "Number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.", + 'weightedCapacity', + 'Number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bidPrice", - "Bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPrice', + 'Bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration.ts index 754d649a1..fe49161b1 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration { // Classification within a configuration. @@ -18,16 +18,16 @@ export function emr_ClusterMasterInstanceFleetInstanceTypeConfigConfiguration_Ge return [ new DynamicUIProps( InputType.String, - "classification", - "Classification within a configuration.", + 'classification', + 'Classification within a configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "properties", - "Map of properties specified within a configuration classification.", + 'properties', + 'Map of properties specified within a configuration classification.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig.ts index 6aa386f24..6c62b7847 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig { // Number of I/O operations per second (IOPS) that the volume supports. @@ -24,32 +24,32 @@ export function emr_ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig_GetTyp return [ new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second (IOPS) that the volume supports.", + 'iops', + 'Number of I/O operations per second (IOPS) that the volume supports.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Volume size, in gibibytes (GiB).", + 'size', + 'Volume size, in gibibytes (GiB).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).", + 'type', + 'Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).", + 'volumesPerInstance', + 'Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecifications.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecifications.ts index 1f96bf9c8..f14a9d134 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecifications.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecifications.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification, emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes, -} from "./emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification"; +} from './emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification'; import { emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification, emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification_GetTypes, -} from "./emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification"; +} from './emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification'; export interface emr_ClusterMasterInstanceFleetLaunchSpecifications { // Configuration block for on demand instances launch specifications. @@ -26,8 +26,8 @@ export function emr_ClusterMasterInstanceFleetLaunchSpecifications_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "onDemandSpecifications", - "Configuration block for on demand instances launch specifications.", + 'onDemandSpecifications', + 'Configuration block for on demand instances launch specifications.', () => emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes(), false, @@ -35,8 +35,8 @@ export function emr_ClusterMasterInstanceFleetLaunchSpecifications_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "spotSpecifications", - "Configuration block for spot instances launch specifications.", + 'spotSpecifications', + 'Configuration block for spot instances launch specifications.', () => emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification.ts index 62c383f5c..499e784c0 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecification { // Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first. @@ -15,8 +15,8 @@ export function emr_ClusterMasterInstanceFleetLaunchSpecificationsOnDemandSpecif return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first.", + 'allocationStrategy', + 'Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is `lowest-price` (the default), which launches the lowest price first.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification.ts index e25f7083b..1af6c5e72 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecification { // Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type. @@ -24,32 +24,32 @@ export function emr_ClusterMasterInstanceFleetLaunchSpecificationsSpotSpecificat return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type.", + 'allocationStrategy', + 'Specifies the strategy to use in launching Spot instance fleets. Valid values include `capacity-optimized`, `diversified`, `lowest-price`, `price-capacity-optimized`. See the [AWS documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html#emr-instance-fleet-allocation-strategy) for details on each strategy type.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "blockDurationMinutes", - "Defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.", + 'blockDurationMinutes', + 'Defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timeoutAction", - "Action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.", + 'timeoutAction', + 'Action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "timeoutDurationMinutes", - "Spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.", + 'timeoutDurationMinutes', + 'Spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroup.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroup.ts index e82ecfebb..c653ad460 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroup.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterMasterInstanceGroupEbsConfig, emr_ClusterMasterInstanceGroupEbsConfig_GetTypes, -} from "./emr_ClusterMasterInstanceGroupEbsConfig"; +} from './emr_ClusterMasterInstanceGroupEbsConfig'; export interface emr_ClusterMasterInstanceGroup { // Bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances. @@ -34,31 +34,31 @@ export function emr_ClusterMasterInstanceGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bidPrice", - "Bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.", + 'bidPrice', + 'Bid price for each EC2 instance in the instance group, expressed in USD. By setting this attribute, the instance group is being declared as a Spot Instance, and will implicitly create a Spot request. Leave this blank to use On-Demand Instances.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "ebsConfigs", - "Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.", + 'ebsConfigs', + 'Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.', () => emr_ClusterMasterInstanceGroupEbsConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "id", - "Master node type Instance Group ID, if using Instance Group for this node type.", + 'id', + 'Master node type Instance Group ID, if using Instance Group for this node type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", + 'instanceCount', "Target number of instances for the instance group. Must be 1 or 3. Defaults to 1. Launching with multiple master nodes is only supported in EMR version 5.23.0+, and requires this resource's `core_instance_group` to be configured. Public (Internet accessible) instances must be created in VPC subnets that have map public IP on launch enabled. Termination protection is automatically enabled when launched with multiple master nodes and this provider must have the `termination_protection = false` configuration applied before destroying this resource.", () => [], false, @@ -66,16 +66,16 @@ export function emr_ClusterMasterInstanceGroup_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "instanceType", - "EC2 instance type for all instances in the instance group.", + 'instanceType', + 'EC2 instance type for all instances in the instance group.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the instance group.", + 'name', + 'Friendly name given to the instance group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroupEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroupEbsConfig.ts index 4a63d6506..3ed6b74dc 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroupEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterMasterInstanceGroupEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterMasterInstanceGroupEbsConfig { // Number of I/O operations per second (IOPS) that the volume supports. @@ -27,40 +27,40 @@ export function emr_ClusterMasterInstanceGroupEbsConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "iops", - "Number of I/O operations per second (IOPS) that the volume supports.", + 'iops', + 'Number of I/O operations per second (IOPS) that the volume supports.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Volume size, in gibibytes (GiB).", + 'size', + 'Volume size, in gibibytes (GiB).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "The throughput, in mebibyte per second (MiB/s).", + 'throughput', + 'The throughput, in mebibyte per second (MiB/s).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).", + 'type', + 'Volume type. Valid options are `gp3`, `gp2`, `io1`, `io2`, `standard`, `st1` and `sc1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).", + 'volumesPerInstance', + 'Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterPlacementGroupConfig.ts b/src/app/Models/codegen/aws/types/emr_ClusterPlacementGroupConfig.ts index 12b81d8e0..fb6ad9a20 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterPlacementGroupConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterPlacementGroupConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterPlacementGroupConfig { // Role of the instance in the cluster. Valid Values: `MASTER`, `CORE`, `TASK`. @@ -18,16 +18,16 @@ export function emr_ClusterPlacementGroupConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "instanceRole", - "Role of the instance in the cluster. Valid Values: `MASTER`, `CORE`, `TASK`.", + 'instanceRole', + 'Role of the instance in the cluster. Valid Values: `MASTER`, `CORE`, `TASK`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "placementStrategy", - "EC2 Placement Group strategy associated with instance role. Valid Values: `SPREAD`, `PARTITION`, `CLUSTER`, `NONE`.", + 'placementStrategy', + 'EC2 Placement Group strategy associated with instance role. Valid Values: `SPREAD`, `PARTITION`, `CLUSTER`, `NONE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterStep.ts b/src/app/Models/codegen/aws/types/emr_ClusterStep.ts index c1309d144..26f0feb5f 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterStep.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterStep.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_ClusterStepHadoopJarStep, emr_ClusterStepHadoopJarStep_GetTypes, -} from "./emr_ClusterStepHadoopJarStep"; +} from './emr_ClusterStepHadoopJarStep'; export interface emr_ClusterStep { // Action to take if the step fails. Valid values: `TERMINATE_JOB_FLOW`, `TERMINATE_CLUSTER`, `CANCEL_AND_WAIT`, and `CONTINUE` @@ -25,24 +25,24 @@ export function emr_ClusterStep_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "actionOnFailure", - "Action to take if the step fails. Valid values: `TERMINATE_JOB_FLOW`, `TERMINATE_CLUSTER`, `CANCEL_AND_WAIT`, and `CONTINUE`", + 'actionOnFailure', + 'Action to take if the step fails. Valid values: `TERMINATE_JOB_FLOW`, `TERMINATE_CLUSTER`, `CANCEL_AND_WAIT`, and `CONTINUE`', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "hadoopJarStep", - "JAR file used for the step. See below.", + 'hadoopJarStep', + 'JAR file used for the step. See below.', () => emr_ClusterStepHadoopJarStep_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the step.", + 'name', + 'Name of the step.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_ClusterStepHadoopJarStep.ts b/src/app/Models/codegen/aws/types/emr_ClusterStepHadoopJarStep.ts index 5b6ed15a6..2af3e4880 100644 --- a/src/app/Models/codegen/aws/types/emr_ClusterStepHadoopJarStep.ts +++ b/src/app/Models/codegen/aws/types/emr_ClusterStepHadoopJarStep.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ClusterStepHadoopJarStep { // List of command line arguments passed to the JAR file's main function when executed. @@ -24,23 +24,23 @@ export function emr_ClusterStepHadoopJarStep_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mainClass", - "Name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.", + 'mainClass', + 'Name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "properties", - "Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.", + 'properties', + 'Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "args", + 'args', "List of command line arguments passed to the JAR file's main function when executed.", () => InputType_String_GetTypes(), false, @@ -48,8 +48,8 @@ export function emr_ClusterStepHadoopJarStep_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "jar", - "Path to a JAR file run during the step.", + 'jar', + 'Path to a JAR file run during the step.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfig.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfig.ts index 7f7fd6473..63f7fb050 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_InstanceFleetInstanceTypeConfigEbsConfig, emr_InstanceFleetInstanceTypeConfigEbsConfig_GetTypes, -} from "./emr_InstanceFleetInstanceTypeConfigEbsConfig"; +} from './emr_InstanceFleetInstanceTypeConfigEbsConfig'; import { emr_InstanceFleetInstanceTypeConfigConfiguration, emr_InstanceFleetInstanceTypeConfigConfiguration_GetTypes, -} from "./emr_InstanceFleetInstanceTypeConfigConfiguration"; +} from './emr_InstanceFleetInstanceTypeConfigConfiguration'; export interface emr_InstanceFleetInstanceTypeConfig { // Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below. @@ -38,48 +38,48 @@ export function emr_InstanceFleetInstanceTypeConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "weightedCapacity", - "The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.", + 'weightedCapacity', + 'The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `aws.emr.InstanceFleet`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bidPrice", - "The bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPrice', + 'The bid price for each EC2 Spot instance type as defined by `instance_type`. Expressed in USD. If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "bidPriceAsPercentageOfOnDemandPrice", - "The bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.", + 'bidPriceAsPercentageOfOnDemandPrice', + 'The bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by `instance_type`. Expressed as a number (for example, 20 specifies 20%). If neither `bid_price` nor `bid_price_as_percentage_of_on_demand_price` is provided, `bid_price_as_percentage_of_on_demand_price` defaults to 100%.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "configurations", - "A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.", + 'configurations', + 'A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster. List of `configuration` blocks.', () => emr_InstanceFleetInstanceTypeConfigConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "ebsConfigs", - "Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.", + 'ebsConfigs', + 'Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.', () => emr_InstanceFleetInstanceTypeConfigEbsConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "An EC2 instance type, such as m4.xlarge.", + 'instanceType', + 'An EC2 instance type, such as m4.xlarge.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigConfiguration.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigConfiguration.ts index 68dfec369..db5d3b6df 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_InstanceFleetInstanceTypeConfigConfiguration { // The classification within a configuration. @@ -18,16 +18,16 @@ export function emr_InstanceFleetInstanceTypeConfigConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Map, - "properties", - "A map of properties specified within a configuration classification", + 'properties', + 'A map of properties specified within a configuration classification', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "classification", - "The classification within a configuration.", + 'classification', + 'The classification within a configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigEbsConfig.ts index ff50f0fbd..72109977e 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetInstanceTypeConfigEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_InstanceFleetInstanceTypeConfigEbsConfig { // The number of I/O operations per second (IOPS) that the volume supports @@ -24,32 +24,32 @@ export function emr_InstanceFleetInstanceTypeConfigEbsConfig_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "type", - "The volume type. Valid options are `gp2`, `io1`, `standard` and `st1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).", + 'type', + 'The volume type. Valid options are `gp2`, `io1`, `standard` and `st1`. See [EBS Volume Types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "The number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1)", + 'volumesPerInstance', + 'The number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1)', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "The number of I/O operations per second (IOPS) that the volume supports", + 'iops', + 'The number of I/O operations per second (IOPS) that the volume supports', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "The volume size, in gibibytes (GiB).", + 'size', + 'The volume size, in gibibytes (GiB).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecifications.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecifications.ts index 61be19cd2..ccc887e55 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecifications.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecifications.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emr_InstanceFleetLaunchSpecificationsSpotSpecification, emr_InstanceFleetLaunchSpecificationsSpotSpecification_GetTypes, -} from "./emr_InstanceFleetLaunchSpecificationsSpotSpecification"; +} from './emr_InstanceFleetLaunchSpecificationsSpotSpecification'; import { emr_InstanceFleetLaunchSpecificationsOnDemandSpecification, emr_InstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes, -} from "./emr_InstanceFleetLaunchSpecificationsOnDemandSpecification"; +} from './emr_InstanceFleetLaunchSpecificationsOnDemandSpecification'; export interface emr_InstanceFleetLaunchSpecifications { // Configuration block for spot instances launch specifications @@ -26,16 +26,16 @@ export function emr_InstanceFleetLaunchSpecifications_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "spotSpecifications", - "Configuration block for spot instances launch specifications", + 'spotSpecifications', + 'Configuration block for spot instances launch specifications', () => emr_InstanceFleetLaunchSpecificationsSpotSpecification_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "onDemandSpecifications", - "Configuration block for on demand instances launch specifications", + 'onDemandSpecifications', + 'Configuration block for on demand instances launch specifications', () => emr_InstanceFleetLaunchSpecificationsOnDemandSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsOnDemandSpecification.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsOnDemandSpecification.ts index 9ea6b8e71..900da2513 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsOnDemandSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsOnDemandSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_InstanceFleetLaunchSpecificationsOnDemandSpecification { // Specifies one of the following strategies to launch Spot Instance fleets: `price-capacity-optimized`, `capacity-optimized`, `lowest-price`, or `diversified`. For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html). @@ -15,8 +15,8 @@ export function emr_InstanceFleetLaunchSpecificationsOnDemandSpecification_GetTy return [ new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies one of the following strategies to launch Spot Instance fleets: `price-capacity-optimized`, `capacity-optimized`, `lowest-price`, or `diversified`. For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html).", + 'allocationStrategy', + 'Specifies one of the following strategies to launch Spot Instance fleets: `price-capacity-optimized`, `capacity-optimized`, `lowest-price`, or `diversified`. For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsSpotSpecification.ts b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsSpotSpecification.ts index b21c610ac..0c1558ec2 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsSpotSpecification.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceFleetLaunchSpecificationsSpotSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_InstanceFleetLaunchSpecificationsSpotSpecification { // The defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates. @@ -24,32 +24,32 @@ export function emr_InstanceFleetLaunchSpecificationsSpotSpecification_GetTypes( return [ new DynamicUIProps( InputType.Number, - "timeoutDurationMinutes", - "The spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.", + 'timeoutDurationMinutes', + 'The spot provisioning timeout period in minutes. If Spot instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "allocationStrategy", - "Specifies one of the following strategies to launch Spot Instance fleets: `price-capacity-optimized`, `capacity-optimized`, `lowest-price`, or `diversified`. For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html).", + 'allocationStrategy', + 'Specifies one of the following strategies to launch Spot Instance fleets: `price-capacity-optimized`, `capacity-optimized`, `lowest-price`, or `diversified`. For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "blockDurationMinutes", - "The defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.", + 'blockDurationMinutes', + 'The defined duration for Spot instances (also known as Spot blocks) in minutes. When specified, the Spot instance does not terminate before the defined duration expires, and defined duration pricing for Spot instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot instance for termination and provides a Spot instance termination notice, which gives the instance a two-minute warning before it terminates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timeoutAction", - "The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.", + 'timeoutAction', + 'The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`. SWITCH_TO_ON_DEMAND specifies that if no Spot instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_InstanceGroupEbsConfig.ts b/src/app/Models/codegen/aws/types/emr_InstanceGroupEbsConfig.ts index 548d713dc..2fa2e6c82 100644 --- a/src/app/Models/codegen/aws/types/emr_InstanceGroupEbsConfig.ts +++ b/src/app/Models/codegen/aws/types/emr_InstanceGroupEbsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_InstanceGroupEbsConfig { // The volume type. Valid options are 'gp2', 'io1' and 'standard'. @@ -24,15 +24,15 @@ export function emr_InstanceGroupEbsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "size", - "The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.", + 'size', + 'The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', "The volume type. Valid options are 'gp2', 'io1' and 'standard'.", () => [], true, @@ -40,16 +40,16 @@ export function emr_InstanceGroupEbsConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "volumesPerInstance", - "The number of EBS Volumes to attach per instance.", + 'volumesPerInstance', + 'The number of EBS Volumes to attach per instance.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "The number of I/O operations per second (IOPS) that the volume supports.", + 'iops', + 'The number of I/O operations per second (IOPS) that the volume supports.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emr_ManagedScalingPolicyComputeLimit.ts b/src/app/Models/codegen/aws/types/emr_ManagedScalingPolicyComputeLimit.ts index 2ced99705..291feabc1 100644 --- a/src/app/Models/codegen/aws/types/emr_ManagedScalingPolicyComputeLimit.ts +++ b/src/app/Models/codegen/aws/types/emr_ManagedScalingPolicyComputeLimit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_ManagedScalingPolicyComputeLimit { // The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration. @@ -27,40 +27,40 @@ export function emr_ManagedScalingPolicyComputeLimit_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "unitType", - "The unit type used for specifying a managed scaling policy. Valid Values: `InstanceFleetUnits` | `Instances` | `VCPU`", + 'unitType', + 'The unit type used for specifying a managed scaling policy. Valid Values: `InstanceFleetUnits` | `Instances` | `VCPU`', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maximumCapacityUnits", - "The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.", + 'maximumCapacityUnits', + 'The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maximumCoreCapacityUnits", - "The upper boundary of EC2 units for core node type in a cluster. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.", + 'maximumCoreCapacityUnits', + 'The upper boundary of EC2 units for core node type in a cluster. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maximumOndemandCapacityUnits", - "The upper boundary of On-Demand EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot instances.", + 'maximumOndemandCapacityUnits', + 'The upper boundary of On-Demand EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot instances.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "minimumCapacityUnits", - "The lower boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.", + 'minimumCapacityUnits', + 'The lower boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emr_getReleaseLabelsFilters.ts b/src/app/Models/codegen/aws/types/emr_getReleaseLabelsFilters.ts index 233ed0000..36be1e739 100644 --- a/src/app/Models/codegen/aws/types/emr_getReleaseLabelsFilters.ts +++ b/src/app/Models/codegen/aws/types/emr_getReleaseLabelsFilters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_getReleaseLabelsFilters { // Optional release label version prefix filter. For example, `emr-5`. @@ -18,16 +18,16 @@ export function emr_getReleaseLabelsFilters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "prefix", - "Optional release label version prefix filter. For example, `emr-5`.", + 'prefix', + 'Optional release label version prefix filter. For example, `emr-5`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "application", - "Optional release label application filter. For example, `Spark@2.1.0` or `Spark`.", + 'application', + 'Optional release label application filter. For example, `Spark@2.1.0` or `Spark`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emr_getSupportedInstanceTypesSupportedInstanceType.ts b/src/app/Models/codegen/aws/types/emr_getSupportedInstanceTypesSupportedInstanceType.ts index c9a3a91d7..d98a49ee3 100644 --- a/src/app/Models/codegen/aws/types/emr_getSupportedInstanceTypesSupportedInstanceType.ts +++ b/src/app/Models/codegen/aws/types/emr_getSupportedInstanceTypesSupportedInstanceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emr_getSupportedInstanceTypesSupportedInstanceType { // The Amazon EC2 family and generation for the instance type. @@ -45,88 +45,88 @@ export function emr_getSupportedInstanceTypesSupportedInstanceType_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "ebsOptimizedAvailable", - "Indicates whether the instance type supports Amazon EBS optimization.", + 'ebsOptimizedAvailable', + 'Indicates whether the instance type supports Amazon EBS optimization.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ebsStorageOnly", - "Indicates whether the instance type only supports Amazon EBS.", + 'ebsStorageOnly', + 'Indicates whether the instance type only supports Amazon EBS.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "Number of disks for the instance type.", + 'numberOfDisks', + 'Number of disks for the instance type.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "memoryGb", - "Memory that is available to Amazon EMR from the instance type.", + 'memoryGb', + 'Memory that is available to Amazon EMR from the instance type.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "storageGb", - "Storage capacity of the instance type.", + 'storageGb', + 'Storage capacity of the instance type.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "vcpu", - "The number of vCPUs available for the instance type.", + 'vcpu', + 'The number of vCPUs available for the instance type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "architecture", - "CPU architecture.", + 'architecture', + 'CPU architecture.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ebsOptimizedByDefault", - "Indicates whether the instance type uses Amazon EBS optimization by default.", + 'ebsOptimizedByDefault', + 'Indicates whether the instance type uses Amazon EBS optimization by default.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "is64BitsOnly", - "Indicates whether the instance type only supports 64-bit architecture.", + 'is64BitsOnly', + 'Indicates whether the instance type only supports 64-bit architecture.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Amazon EC2 instance type. For example, `m5.xlarge`.", + 'type', + 'Amazon EC2 instance type. For example, `m5.xlarge`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceFamilyId", - "The Amazon EC2 family and generation for the instance type.", + 'instanceFamilyId', + 'The Amazon EC2 family and generation for the instance type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateData.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateData.ts index b5b83ace0..7ad0dc3a3 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateData.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateData.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides, emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides'; import { emrcontainers_JobTemplateJobTemplateDataJobDriver, emrcontainers_JobTemplateJobTemplateDataJobDriver_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataJobDriver"; +} from './emrcontainers_JobTemplateJobTemplateDataJobDriver'; export interface emrcontainers_JobTemplateJobTemplateData { // The configuration settings that are used to override defaults configuration. @@ -35,8 +35,8 @@ export function emrcontainers_JobTemplateJobTemplateData_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "configurationOverrides", - "The configuration settings that are used to override defaults configuration.", + 'configurationOverrides', + 'The configuration settings that are used to override defaults configuration.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides_GetTypes(), false, @@ -44,32 +44,32 @@ export function emrcontainers_JobTemplateJobTemplateData_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "executionRoleArn", - "The execution role ARN of the job run.", + 'executionRoleArn', + 'The execution role ARN of the job run.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "jobDriver", - "Specify the driver that the job runs on. Exactly one of the two available job drivers is required, either sparkSqlJobDriver or sparkSubmitJobDriver.", + 'jobDriver', + 'Specify the driver that the job runs on. Exactly one of the two available job drivers is required, either sparkSqlJobDriver or sparkSubmitJobDriver.', () => emrcontainers_JobTemplateJobTemplateDataJobDriver_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "jobTags", - "The tags assigned to jobs started using the job template.", + 'jobTags', + 'The tags assigned to jobs started using the job template.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "releaseLabel", - "The release version of Amazon EMR.", + 'releaseLabel', + 'The release version of Amazon EMR.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides.ts index 92fa9739b..91554385a 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration, emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration, emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides { // The configurations for the application running by the job run. @@ -26,8 +26,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides_G return [ new DynamicUIProps( InputType.Array, - "applicationConfigurations", - "The configurations for the application running by the job run.", + 'applicationConfigurations', + 'The configurations for the application running by the job run.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverrides_G ), new DynamicUIProps( InputType.Object, - "monitoringConfiguration", - "The configurations for monitoring.", + 'monitoringConfiguration', + 'The configurations for monitoring.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration.ts index da48da028..5cf4af57b 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration, emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfiguration { // A set of properties specified within a configuration classification. @@ -25,24 +25,24 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesAp return [ new DynamicUIProps( InputType.Map, - "properties", - "A set of properties specified within a configuration classification.", + 'properties', + 'A set of properties specified within a configuration classification.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "classification", - "The classification within a configuration.", + 'classification', + 'The classification within a configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "configurations", - "A list of additional configurations to apply within a configuration object.", + 'configurations', + 'A list of additional configurations to apply within a configuration object.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration.ts index d197d0db9..b6ecbcfc9 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesApplicationConfigurationConfiguration { // A set of properties specified within a configuration classification. @@ -18,16 +18,16 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesAp return [ new DynamicUIProps( InputType.Map, - "properties", - "A set of properties specified within a configuration classification.", + 'properties', + 'A set of properties specified within a configuration classification.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "classification", - "The classification within a configuration.", + 'classification', + 'The classification within a configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration.ts index 5ac4797af..da50a80c1 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration, emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration'; import { emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration, emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration"; +} from './emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfiguration { // Monitoring configurations for CloudWatch. @@ -29,8 +29,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMo return [ new DynamicUIProps( InputType.Object, - "s3MonitoringConfiguration", - "Amazon S3 configuration for monitoring log publishing.", + 's3MonitoringConfiguration', + 'Amazon S3 configuration for monitoring log publishing.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration_GetTypes(), false, @@ -38,8 +38,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMo ), new DynamicUIProps( InputType.Object, - "cloudWatchMonitoringConfiguration", - "Monitoring configurations for CloudWatch.", + 'cloudWatchMonitoringConfiguration', + 'Monitoring configurations for CloudWatch.', () => emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration_GetTypes(), false, @@ -47,8 +47,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMo ), new DynamicUIProps( InputType.String, - "persistentAppUi", - "Monitoring configurations for the persistent application UI.", + 'persistentAppUi', + 'Monitoring configurations for the persistent application UI.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration.ts index 1d8239aa8..058e65bb9 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationCloudWatchMonitoringConfiguration { // The name of the log group for log publishing. @@ -18,16 +18,16 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMo return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The name of the log group for log publishing.", + 'logGroupName', + 'The name of the log group for log publishing.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "logStreamNamePrefix", - "The specified name prefix for log streams.", + 'logStreamNamePrefix', + 'The specified name prefix for log streams.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration.ts index f4392c180..5c9f5abaa 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMonitoringConfigurationS3MonitoringConfiguration { // Amazon S3 destination URI for log publishing. @@ -15,8 +15,8 @@ export function emrcontainers_JobTemplateJobTemplateDataConfigurationOverridesMo return [ new DynamicUIProps( InputType.String, - "logUri", - "Amazon S3 destination URI for log publishing.", + 'logUri', + 'Amazon S3 destination URI for log publishing.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriver.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriver.ts index 6607f50bd..5ab46c725 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriver.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriver.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver, emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver"; +} from './emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver'; import { emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver, emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver_GetTypes, -} from "./emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver"; +} from './emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver'; export interface emrcontainers_JobTemplateJobTemplateDataJobDriver { // The job driver for job type. @@ -26,8 +26,8 @@ export function emrcontainers_JobTemplateJobTemplateDataJobDriver_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "sparkSqlJobDriver", - "The job driver for job type.", + 'sparkSqlJobDriver', + 'The job driver for job type.', () => emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver_GetTypes(), false, @@ -35,8 +35,8 @@ export function emrcontainers_JobTemplateJobTemplateDataJobDriver_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "sparkSubmitJobDriver", - "The job driver parameters specified for spark submit.", + 'sparkSubmitJobDriver', + 'The job driver parameters specified for spark submit.', () => emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver.ts index 2d35f6bb1..3920b2a48 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriver { // The SQL file to be executed. @@ -18,16 +18,16 @@ export function emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSqlJobDriv return [ new DynamicUIProps( InputType.String, - "entryPoint", - "The SQL file to be executed.", + 'entryPoint', + 'The SQL file to be executed.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sparkSqlParameters", - "The Spark parameters to be included in the Spark SQL command.", + 'sparkSqlParameters', + 'The Spark parameters to be included in the Spark SQL command.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver.ts b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver.ts index 87367ed65..18134b4d0 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobDriver { // The entry point of job application. @@ -21,24 +21,24 @@ export function emrcontainers_JobTemplateJobTemplateDataJobDriverSparkSubmitJobD return [ new DynamicUIProps( InputType.String, - "entryPoint", - "The entry point of job application.", + 'entryPoint', + 'The entry point of job application.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "entryPointArguments", - "The arguments for job application.", + 'entryPointArguments', + 'The arguments for job application.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sparkSubmitParameters", - "The Spark submit parameters that are used for job runs.", + 'sparkSubmitParameters', + 'The Spark submit parameters that are used for job runs.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProvider.ts b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProvider.ts index d9271f02b..b53b3026e 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProvider.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProvider.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_VirtualClusterContainerProviderInfo, emrcontainers_VirtualClusterContainerProviderInfo_GetTypes, -} from "./emrcontainers_VirtualClusterContainerProviderInfo"; +} from './emrcontainers_VirtualClusterContainerProviderInfo'; export interface emrcontainers_VirtualClusterContainerProvider { // The type of the container provider @@ -25,24 +25,24 @@ export function emrcontainers_VirtualClusterContainerProvider_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "type", - "The type of the container provider", + 'type', + 'The type of the container provider', () => [], true, true, ), new DynamicUIProps( InputType.String, - "id", - "The name of the container provider that is running your EMR Containers cluster", + 'id', + 'The name of the container provider that is running your EMR Containers cluster', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "info", - "Nested list containing information about the configuration of the container provider", + 'info', + 'Nested list containing information about the configuration of the container provider', () => emrcontainers_VirtualClusterContainerProviderInfo_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfo.ts b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfo.ts index 9c22d85b1..e3367ac1e 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfo.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_VirtualClusterContainerProviderInfoEksInfo, emrcontainers_VirtualClusterContainerProviderInfoEksInfo_GetTypes, -} from "./emrcontainers_VirtualClusterContainerProviderInfoEksInfo"; +} from './emrcontainers_VirtualClusterContainerProviderInfoEksInfo'; export interface emrcontainers_VirtualClusterContainerProviderInfo { // Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running @@ -19,8 +19,8 @@ export function emrcontainers_VirtualClusterContainerProviderInfo_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "eksInfo", - "Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running", + 'eksInfo', + 'Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running', () => emrcontainers_VirtualClusterContainerProviderInfoEksInfo_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfoEksInfo.ts b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfoEksInfo.ts index 648b52bfd..61322c023 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfoEksInfo.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_VirtualClusterContainerProviderInfoEksInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_VirtualClusterContainerProviderInfoEksInfo { // The namespace where the EMR Containers cluster is running @@ -15,8 +15,8 @@ export function emrcontainers_VirtualClusterContainerProviderInfoEksInfo_GetType return [ new DynamicUIProps( InputType.String, - "namespace", - "The namespace where the EMR Containers cluster is running", + 'namespace', + 'The namespace where the EMR Containers cluster is running', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProvider.ts b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProvider.ts index 8b6822c04..1c291b54b 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProvider.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProvider.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_getVirtualClusterContainerProviderInfo, emrcontainers_getVirtualClusterContainerProviderInfo_GetTypes, -} from "./emrcontainers_getVirtualClusterContainerProviderInfo"; +} from './emrcontainers_getVirtualClusterContainerProviderInfo'; export interface emrcontainers_getVirtualClusterContainerProvider { // The type of the container provider @@ -25,24 +25,24 @@ export function emrcontainers_getVirtualClusterContainerProvider_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "infos", - "Nested list containing information about the configuration of the container provider", + 'infos', + 'Nested list containing information about the configuration of the container provider', () => emrcontainers_getVirtualClusterContainerProviderInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the container provider", + 'type', + 'The type of the container provider', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The name of the container provider that is running your EMR Containers cluster", + 'id', + 'The name of the container provider that is running your EMR Containers cluster', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfo.ts b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfo.ts index 553264140..05c81001b 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfo.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrcontainers_getVirtualClusterContainerProviderInfoEksInfo, emrcontainers_getVirtualClusterContainerProviderInfoEksInfo_GetTypes, -} from "./emrcontainers_getVirtualClusterContainerProviderInfoEksInfo"; +} from './emrcontainers_getVirtualClusterContainerProviderInfoEksInfo'; export interface emrcontainers_getVirtualClusterContainerProviderInfo { // Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running @@ -19,8 +19,8 @@ export function emrcontainers_getVirtualClusterContainerProviderInfo_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "eksInfos", - "Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running", + 'eksInfos', + 'Nested list containing EKS-specific information about the cluster where the EMR Containers cluster is running', () => emrcontainers_getVirtualClusterContainerProviderInfoEksInfo_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfoEksInfo.ts b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfoEksInfo.ts index 0aad1fb5f..23f42daa0 100644 --- a/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfoEksInfo.ts +++ b/src/app/Models/codegen/aws/types/emrcontainers_getVirtualClusterContainerProviderInfoEksInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrcontainers_getVirtualClusterContainerProviderInfoEksInfo { // The namespace where the EMR Containers cluster is running @@ -15,8 +15,8 @@ export function emrcontainers_getVirtualClusterContainerProviderInfoEksInfo_GetT return [ new DynamicUIProps( InputType.String, - "namespace", - "The namespace where the EMR Containers cluster is running", + 'namespace', + 'The namespace where the EMR Containers cluster is running', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStartConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStartConfiguration.ts index d431c8905..39b937f60 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStartConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStartConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationAutoStartConfiguration { // Enables the application to automatically start on job submission. Defaults to `true`. @@ -15,8 +15,8 @@ export function emrserverless_ApplicationAutoStartConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables the application to automatically start on job submission. Defaults to `true`.", + 'enabled', + 'Enables the application to automatically start on job submission. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStopConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStopConfiguration.ts index 7d5515b80..a38652361 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStopConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationAutoStopConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationAutoStopConfiguration { // The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes. @@ -18,16 +18,16 @@ export function emrserverless_ApplicationAutoStopConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "idleTimeoutMinutes", - "The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes.", + 'idleTimeoutMinutes', + 'The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables the application to automatically stop after a certain amount of time being idle. Defaults to `true`.", + 'enabled', + 'Enables the application to automatically stop after a certain amount of time being idle. Defaults to `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationImageConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationImageConfiguration.ts index e54be52ff..6c4c49bd9 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationImageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationImageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationImageConfiguration { // The image URI. @@ -15,8 +15,8 @@ export function emrserverless_ApplicationImageConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "imageUri", - "The image URI.", + 'imageUri', + 'The image URI.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacity.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacity.ts index a9d10375e..a2d568411 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacity.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrserverless_ApplicationInitialCapacityInitialCapacityConfig, emrserverless_ApplicationInitialCapacityInitialCapacityConfig_GetTypes, -} from "./emrserverless_ApplicationInitialCapacityInitialCapacityConfig"; +} from './emrserverless_ApplicationInitialCapacityInitialCapacityConfig'; export interface emrserverless_ApplicationInitialCapacity { // The worker type for an analytics framework. For Spark applications, the key can either be set to `Driver` or `Executor`. For Hive applications, it can be set to `HiveDriver` or `TezTask`. @@ -22,16 +22,16 @@ export function emrserverless_ApplicationInitialCapacity_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "initialCapacityType", - "The worker type for an analytics framework. For Spark applications, the key can either be set to `Driver` or `Executor`. For Hive applications, it can be set to `HiveDriver` or `TezTask`.", + 'initialCapacityType', + 'The worker type for an analytics framework. For Spark applications, the key can either be set to `Driver` or `Executor`. For Hive applications, it can be set to `HiveDriver` or `TezTask`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "initialCapacityConfig", - "The initial capacity configuration per worker.", + 'initialCapacityConfig', + 'The initial capacity configuration per worker.', () => emrserverless_ApplicationInitialCapacityInitialCapacityConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfig.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfig.ts index e1e26bcc9..a3066e3fe 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfig.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration, emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration_GetTypes, -} from "./emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration"; +} from './emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration'; export interface emrserverless_ApplicationInitialCapacityInitialCapacityConfig { // The resource configuration of the initial capacity configuration. @@ -22,8 +22,8 @@ export function emrserverless_ApplicationInitialCapacityInitialCapacityConfig_Ge return [ new DynamicUIProps( InputType.Object, - "workerConfiguration", - "The resource configuration of the initial capacity configuration.", + 'workerConfiguration', + 'The resource configuration of the initial capacity configuration.', () => emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration_GetTypes(), false, @@ -31,8 +31,8 @@ export function emrserverless_ApplicationInitialCapacityInitialCapacityConfig_Ge ), new DynamicUIProps( InputType.Number, - "workerCount", - "The number of workers in the initial capacity configuration.", + 'workerCount', + 'The number of workers in the initial capacity configuration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration.ts index 40489f375..8b7b93e01 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationInitialCapacityInitialCapacityConfigWorkerConfiguration { // The CPU requirements for every worker instance of the worker type. @@ -21,24 +21,24 @@ export function emrserverless_ApplicationInitialCapacityInitialCapacityConfigWor return [ new DynamicUIProps( InputType.String, - "cpu", - "The CPU requirements for every worker instance of the worker type.", + 'cpu', + 'The CPU requirements for every worker instance of the worker type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "disk", - "The disk requirements for every worker instance of the worker type.", + 'disk', + 'The disk requirements for every worker instance of the worker type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "memory", - "The memory requirements for every worker instance of the worker type.", + 'memory', + 'The memory requirements for every worker instance of the worker type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInteractiveConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInteractiveConfiguration.ts index 41764a721..fe2ca27ae 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationInteractiveConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationInteractiveConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationInteractiveConfiguration { // Enables an Apache Livy endpoint that you can connect to and run interactive jobs. @@ -18,16 +18,16 @@ export function emrserverless_ApplicationInteractiveConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "livyEndpointEnabled", - "Enables an Apache Livy endpoint that you can connect to and run interactive jobs.", + 'livyEndpointEnabled', + 'Enables an Apache Livy endpoint that you can connect to and run interactive jobs.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "studioEnabled", - "Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.", + 'studioEnabled', + 'Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationMaximumCapacity.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationMaximumCapacity.ts index 8d3a6453a..440a58a16 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationMaximumCapacity.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationMaximumCapacity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationMaximumCapacity { // The maximum allowed CPU for an application. @@ -21,24 +21,24 @@ export function emrserverless_ApplicationMaximumCapacity_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "cpu", - "The maximum allowed CPU for an application.", + 'cpu', + 'The maximum allowed CPU for an application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "disk", - "The maximum allowed disk for an application.", + 'disk', + 'The maximum allowed disk for an application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "memory", - "The maximum allowed resources for an application.", + 'memory', + 'The maximum allowed resources for an application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/emrserverless_ApplicationNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/emrserverless_ApplicationNetworkConfiguration.ts index 3d2489b9f..f7c8234e6 100644 --- a/src/app/Models/codegen/aws/types/emrserverless_ApplicationNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/emrserverless_ApplicationNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface emrserverless_ApplicationNetworkConfiguration { // The array of security group Ids for customer VPC connectivity. @@ -18,16 +18,16 @@ export function emrserverless_ApplicationNetworkConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The array of security group Ids for customer VPC connectivity.", + 'securityGroupIds', + 'The array of security group Ids for customer VPC connectivity.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The array of subnet Ids for customer VPC connectivity.", + 'subnetIds', + 'The array of subnet Ids for customer VPC connectivity.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/evidently_FeatureEvaluationRule.ts b/src/app/Models/codegen/aws/types/evidently_FeatureEvaluationRule.ts index 5ed6bc40b..6346e0706 100644 --- a/src/app/Models/codegen/aws/types/evidently_FeatureEvaluationRule.ts +++ b/src/app/Models/codegen/aws/types/evidently_FeatureEvaluationRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_FeatureEvaluationRule { // The name for the new feature. Minimum length of `1`. Maximum length of `127`. @@ -18,16 +18,16 @@ export function evidently_FeatureEvaluationRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name for the new feature. Minimum length of `1`. Maximum length of `127`.", + 'name', + 'The name for the new feature. Minimum length of `1`. Maximum length of `127`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "This value is `aws.evidently.splits` if this is an evaluation rule for a launch, and it is `aws.evidently.onlineab` if this is an evaluation rule for an experiment.", + 'type', + 'This value is `aws.evidently.splits` if this is an evaluation rule for a launch, and it is `aws.evidently.onlineab` if this is an evaluation rule for an experiment.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_FeatureVariation.ts b/src/app/Models/codegen/aws/types/evidently_FeatureVariation.ts index cfa6d2470..d386b7b62 100644 --- a/src/app/Models/codegen/aws/types/evidently_FeatureVariation.ts +++ b/src/app/Models/codegen/aws/types/evidently_FeatureVariation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_FeatureVariationValue, evidently_FeatureVariationValue_GetTypes, -} from "./evidently_FeatureVariationValue"; +} from './evidently_FeatureVariationValue'; export interface evidently_FeatureVariation { // The name of the variation. Minimum length of `1`. Maximum length of `127`. @@ -22,16 +22,16 @@ export function evidently_FeatureVariation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the variation. Minimum length of `1`. Maximum length of `127`.", + 'name', + 'The name of the variation. Minimum length of `1`. Maximum length of `127`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "value", - "A block that specifies the value assigned to this variation. Detailed below", + 'value', + 'A block that specifies the value assigned to this variation. Detailed below', () => evidently_FeatureVariationValue_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_FeatureVariationValue.ts b/src/app/Models/codegen/aws/types/evidently_FeatureVariationValue.ts index 28bea06e7..f53ddeacc 100644 --- a/src/app/Models/codegen/aws/types/evidently_FeatureVariationValue.ts +++ b/src/app/Models/codegen/aws/types/evidently_FeatureVariationValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_FeatureVariationValue { // If this feature uses the Boolean variation type, this field contains the Boolean value of this variation. @@ -24,32 +24,32 @@ export function evidently_FeatureVariationValue_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "longValue", - "If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of `-9007199254740991`. Maximum value of `9007199254740991`.", + 'longValue', + 'If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of `-9007199254740991`. Maximum value of `9007199254740991`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of `0`. Maximum length of `512`.", + 'stringValue', + 'If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of `0`. Maximum length of `512`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "boolValue", - "If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.", + 'boolValue', + 'If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "doubleValue", - "If this feature uses the double integer variation type, this field contains the double integer value of this variation.", + 'doubleValue', + 'If this feature uses the double integer variation type, this field contains the double integer value of this variation.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchExecution.ts b/src/app/Models/codegen/aws/types/evidently_LaunchExecution.ts index 47410dae9..0fc8fa97e 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchExecution.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchExecution.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_LaunchExecution { // The date and time that the launch ended. @@ -18,16 +18,16 @@ export function evidently_LaunchExecution_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "endedTime", - "The date and time that the launch ended.", + 'endedTime', + 'The date and time that the launch ended.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startedTime", - "The date and time that the launch started.", + 'startedTime', + 'The date and time that the launch started.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchGroup.ts b/src/app/Models/codegen/aws/types/evidently_LaunchGroup.ts index fb50966a5..0c938cba7 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchGroup.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_LaunchGroup { // Specifies the description of the launch group. @@ -24,32 +24,32 @@ export function evidently_LaunchGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "Specifies the description of the launch group.", + 'description', + 'Specifies the description of the launch group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "feature", - "Specifies the name of the feature that the launch is using.", + 'feature', + 'Specifies the name of the feature that the launch is using.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name of the lahnch group.", + 'name', + 'Specifies the name of the lahnch group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "variation", - "Specifies the feature variation to use for this launch group.", + 'variation', + 'Specifies the feature variation to use for this launch group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitor.ts b/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitor.ts index a6daae737..5518b8052 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitor.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_LaunchMetricMonitorMetricDefinition, evidently_LaunchMetricMonitorMetricDefinition_GetTypes, -} from "./evidently_LaunchMetricMonitorMetricDefinition"; +} from './evidently_LaunchMetricMonitorMetricDefinition'; export interface evidently_LaunchMetricMonitor { // A block that defines the metric. Detailed below. @@ -19,8 +19,8 @@ export function evidently_LaunchMetricMonitor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "metricDefinition", - "A block that defines the metric. Detailed below.", + 'metricDefinition', + 'A block that defines the metric. Detailed below.', () => evidently_LaunchMetricMonitorMetricDefinition_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitorMetricDefinition.ts b/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitorMetricDefinition.ts index 18a0b8995..975d2448d 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitorMetricDefinition.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchMetricMonitorMetricDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_LaunchMetricMonitorMetricDefinition { // Specifies the entity, such as a user or session, that does an action that causes a metric value to be recorded. An example is `userDetails.userID`. @@ -27,40 +27,40 @@ export function evidently_LaunchMetricMonitorMetricDefinition_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "unitLabel", - "Specifies a label for the units that the metric is measuring.", + 'unitLabel', + 'Specifies a label for the units that the metric is measuring.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "valueKey", - "Specifies the value that is tracked to produce the metric.", + 'valueKey', + 'Specifies the value that is tracked to produce the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "entityIdKey", - "Specifies the entity, such as a user or session, that does an action that causes a metric value to be recorded. An example is `userDetails.userID`.", + 'entityIdKey', + 'Specifies the entity, such as a user or session, that does an action that causes a metric value to be recorded. An example is `userDetails.userID`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "eventPattern", - "Specifies The EventBridge event pattern that defines how the metric is recorded.", + 'eventPattern', + 'Specifies The EventBridge event pattern that defines how the metric is recorded.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the name for the metric.", + 'name', + 'Specifies the name for the metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfig.ts b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfig.ts index 3f087e8e8..2b36bb508 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfig.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_LaunchScheduledSplitsConfigStep, evidently_LaunchScheduledSplitsConfigStep_GetTypes, -} from "./evidently_LaunchScheduledSplitsConfigStep"; +} from './evidently_LaunchScheduledSplitsConfigStep'; export interface evidently_LaunchScheduledSplitsConfig { // One or up to six blocks that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. Detailed below. @@ -19,8 +19,8 @@ export function evidently_LaunchScheduledSplitsConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "steps", - "One or up to six blocks that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. Detailed below.", + 'steps', + 'One or up to six blocks that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. Detailed below.', () => evidently_LaunchScheduledSplitsConfigStep_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStep.ts b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStep.ts index f13e45fa6..b46784672 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStep.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStep.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_LaunchScheduledSplitsConfigStepSegmentOverride, evidently_LaunchScheduledSplitsConfigStepSegmentOverride_GetTypes, -} from "./evidently_LaunchScheduledSplitsConfigStepSegmentOverride"; +} from './evidently_LaunchScheduledSplitsConfigStepSegmentOverride'; export interface evidently_LaunchScheduledSplitsConfigStep { // The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the [AWS documentation for ScheduledSplitConfig groupWeights](https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ScheduledSplitConfig.html). @@ -25,24 +25,24 @@ export function evidently_LaunchScheduledSplitsConfigStep_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "startTime", - "Specifies the date and time that this step of the launch starts.", + 'startTime', + 'Specifies the date and time that this step of the launch starts.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "groupWeights", - "The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the [AWS documentation for ScheduledSplitConfig groupWeights](https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ScheduledSplitConfig.html).", + 'groupWeights', + 'The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the [AWS documentation for ScheduledSplitConfig groupWeights](https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ScheduledSplitConfig.html).', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "segmentOverrides", - "One or up to six blocks that specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Detailed below.", + 'segmentOverrides', + 'One or up to six blocks that specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Detailed below.', () => evidently_LaunchScheduledSplitsConfigStepSegmentOverride_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStepSegmentOverride.ts b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStepSegmentOverride.ts index 5634e759d..f6324edf4 100644 --- a/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStepSegmentOverride.ts +++ b/src/app/Models/codegen/aws/types/evidently_LaunchScheduledSplitsConfigStepSegmentOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_LaunchScheduledSplitsConfigStepSegmentOverride { // Specifies a number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first. @@ -21,24 +21,24 @@ export function evidently_LaunchScheduledSplitsConfigStepSegmentOverride_GetType return [ new DynamicUIProps( InputType.Number, - "evaluationOrder", - "Specifies a number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.", + 'evaluationOrder', + 'Specifies a number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "segment", - "The name or ARN of the segment to use.", + 'segment', + 'The name or ARN of the segment to use.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "weights", - "The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.", + 'weights', + 'The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/evidently_ProjectDataDelivery.ts b/src/app/Models/codegen/aws/types/evidently_ProjectDataDelivery.ts index b88334df4..f32281a9c 100644 --- a/src/app/Models/codegen/aws/types/evidently_ProjectDataDelivery.ts +++ b/src/app/Models/codegen/aws/types/evidently_ProjectDataDelivery.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { evidently_ProjectDataDeliveryCloudwatchLogs, evidently_ProjectDataDeliveryCloudwatchLogs_GetTypes, -} from "./evidently_ProjectDataDeliveryCloudwatchLogs"; +} from './evidently_ProjectDataDeliveryCloudwatchLogs'; import { evidently_ProjectDataDeliveryS3Destination, evidently_ProjectDataDeliveryS3Destination_GetTypes, -} from "./evidently_ProjectDataDeliveryS3Destination"; +} from './evidently_ProjectDataDeliveryS3Destination'; export interface evidently_ProjectDataDelivery { // A block that defines the CloudWatch Log Group that stores the evaluation events. See below. @@ -26,16 +26,16 @@ export function evidently_ProjectDataDelivery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "A block that defines the CloudWatch Log Group that stores the evaluation events. See below.", + 'cloudwatchLogs', + 'A block that defines the CloudWatch Log Group that stores the evaluation events. See below.', () => evidently_ProjectDataDeliveryCloudwatchLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3Destination", - "A block that defines the S3 bucket and prefix that stores the evaluation events. See below.", + 's3Destination', + 'A block that defines the S3 bucket and prefix that stores the evaluation events. See below.', () => evidently_ProjectDataDeliveryS3Destination_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryCloudwatchLogs.ts index d77b6c0cc..ce235abdf 100644 --- a/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_ProjectDataDeliveryCloudwatchLogs { // The name of the log group where the project stores evaluation events. @@ -15,8 +15,8 @@ export function evidently_ProjectDataDeliveryCloudwatchLogs_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "logGroup", - "The name of the log group where the project stores evaluation events.", + 'logGroup', + 'The name of the log group where the project stores evaluation events.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryS3Destination.ts b/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryS3Destination.ts index c725a9bbd..0ec7abe0b 100644 --- a/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryS3Destination.ts +++ b/src/app/Models/codegen/aws/types/evidently_ProjectDataDeliveryS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface evidently_ProjectDataDeliveryS3Destination { // The name of the bucket in which Evidently stores evaluation events. @@ -18,16 +18,16 @@ export function evidently_ProjectDataDeliveryS3Destination_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the bucket in which Evidently stores evaluation events.", + 'bucket', + 'The name of the bucket in which Evidently stores evaluation events.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "The bucket prefix in which Evidently stores evaluation events.", + 'prefix', + 'The bucket prefix in which Evidently stores evaluation events.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterAutoScalingConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterAutoScalingConfiguration.ts index 98d750f28..e284bddad 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterAutoScalingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterAutoScalingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterAutoScalingConfiguration { // Highest number of nodes to scale. Cannot be greater than 5 @@ -30,48 +30,48 @@ export function finspace_KxClusterAutoScalingConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "metricTarget", - "Desired value of chosen `auto_scaling_metric`. When metric drops below this value, cluster will scale in. When metric goes above this value, cluster will scale out. Can be set between 0 and 100 percent.", + 'metricTarget', + 'Desired value of chosen `auto_scaling_metric`. When metric drops below this value, cluster will scale in. When metric goes above this value, cluster will scale out. Can be set between 0 and 100 percent.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "minNodeCount", - "Lowest number of nodes to scale. Must be at least 1 and less than the `max_node_count`. If nodes in cluster belong to multiple availability zones, then `min_node_count` must be at least 3.", + 'minNodeCount', + 'Lowest number of nodes to scale. Must be at least 1 and less than the `max_node_count`. If nodes in cluster belong to multiple availability zones, then `min_node_count` must be at least 3.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "scaleInCooldownSeconds", - "Duration in seconds that FinSpace will wait after a scale in event before initiating another scaling event.", + 'scaleInCooldownSeconds', + 'Duration in seconds that FinSpace will wait after a scale in event before initiating another scaling event.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "scaleOutCooldownSeconds", - "Duration in seconds that FinSpace will wait after a scale out event before initiating another scaling event.", + 'scaleOutCooldownSeconds', + 'Duration in seconds that FinSpace will wait after a scale out event before initiating another scaling event.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "autoScalingMetric", - "Metric your cluster will track in order to scale in and out. For example, CPU_UTILIZATION_PERCENTAGE is the average CPU usage across all nodes in a cluster.", + 'autoScalingMetric', + 'Metric your cluster will track in order to scale in and out. For example, CPU_UTILIZATION_PERCENTAGE is the average CPU usage across all nodes in a cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "maxNodeCount", - "Highest number of nodes to scale. Cannot be greater than 5", + 'maxNodeCount', + 'Highest number of nodes to scale. Cannot be greater than 5', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterCacheStorageConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterCacheStorageConfiguration.ts index ff44deae1..a35987d3f 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterCacheStorageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterCacheStorageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterCacheStorageConfiguration { // @@ -23,11 +23,11 @@ Type of KDB database. The following types are available: export function finspace_KxClusterCacheStorageConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "size", "", () => [], true, true), + new DynamicUIProps(InputType.Number, 'size', '', () => [], true, true), new DynamicUIProps( InputType.String, - "type", - "Type of KDB database. The following types are available:\n* HDB - Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed KX databases mounted to the cluster.\n* RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.\n* GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.\n* GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.\n* Tickerplant – A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.", + 'type', + 'Type of KDB database. The following types are available:\n* HDB - Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed KX databases mounted to the cluster.\n* RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.\n* GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.\n* GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.\n* Tickerplant – A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterCapacityConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterCapacityConfiguration.ts index 8453f5cd8..813c97b0c 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterCapacityConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterCapacityConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterCapacityConfiguration { // Number of instances running in a cluster. Must be at least 1 and at most 5. @@ -29,16 +29,16 @@ export function finspace_KxClusterCapacityConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "nodeCount", - "Number of instances running in a cluster. Must be at least 1 and at most 5.", + 'nodeCount', + 'Number of instances running in a cluster. Must be at least 1 and at most 5.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "nodeType", - "Determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance.\n\nYou can only specify one of the following values:\n* kx.s.large – The node type with a configuration of 12 GiB memory and 2 vCPUs.\n* kx.s.xlarge – The node type with a configuration of 27 GiB memory and 4 vCPUs.\n* kx.s.2xlarge – The node type with a configuration of 54 GiB memory and 8 vCPUs.\n* kx.s.4xlarge – The node type with a configuration of 108 GiB memory and 16 vCPUs.\n* kx.s.8xlarge – The node type with a configuration of 216 GiB memory and 32 vCPUs.\n* kx.s.16xlarge – The node type with a configuration of 432 GiB memory and 64 vCPUs.\n* kx.s.32xlarge – The node type with a configuration of 864 GiB memory and 128 vCPUs.", + 'nodeType', + 'Determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance.\n\nYou can only specify one of the following values:\n* kx.s.large – The node type with a configuration of 12 GiB memory and 2 vCPUs.\n* kx.s.xlarge – The node type with a configuration of 27 GiB memory and 4 vCPUs.\n* kx.s.2xlarge – The node type with a configuration of 54 GiB memory and 8 vCPUs.\n* kx.s.4xlarge – The node type with a configuration of 108 GiB memory and 16 vCPUs.\n* kx.s.8xlarge – The node type with a configuration of 216 GiB memory and 32 vCPUs.\n* kx.s.16xlarge – The node type with a configuration of 432 GiB memory and 64 vCPUs.\n* kx.s.32xlarge – The node type with a configuration of 864 GiB memory and 128 vCPUs.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterCode.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterCode.ts index bd7799049..bc07de9a4 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterCode.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterCode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterCode { // Version of an S3 Object. @@ -21,24 +21,24 @@ export function finspace_KxClusterCode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "s3Key", - "Full S3 path (excluding bucket) to the .zip file that contains the code to be loaded onto the cluster when it’s started.", + 's3Key', + 'Full S3 path (excluding bucket) to the .zip file that contains the code to be loaded onto the cluster when it’s started.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3ObjectVersion", - "Version of an S3 Object.", + 's3ObjectVersion', + 'Version of an S3 Object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Unique name for the S3 bucket.", + 's3Bucket', + 'Unique name for the S3 bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterDatabase.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterDatabase.ts index b36488ec2..f127891f1 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterDatabase.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterDatabase.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxClusterDatabaseCacheConfiguration, finspace_KxClusterDatabaseCacheConfiguration_GetTypes, -} from "./finspace_KxClusterDatabaseCacheConfiguration"; +} from './finspace_KxClusterDatabaseCacheConfiguration'; export interface finspace_KxClusterDatabase { // Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations. @@ -28,32 +28,32 @@ export function finspace_KxClusterDatabase_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "cacheConfigurations", - "Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.", + 'cacheConfigurations', + 'Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.', () => finspace_KxClusterDatabaseCacheConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "changesetId", - "A unique identifier of the changeset that is associated with the cluster.", + 'changesetId', + 'A unique identifier of the changeset that is associated with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the KX database.", + 'databaseName', + 'Name of the KX database.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dataviewName", - "The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use `lifecycle` `ignore_changes` for database to prevent any undesirable behaviors.", + 'dataviewName', + 'The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use `lifecycle` `ignore_changes` for database to prevent any undesirable behaviors.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterDatabaseCacheConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterDatabaseCacheConfiguration.ts index d233643b9..3c49c44f3 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterDatabaseCacheConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterDatabaseCacheConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterDatabaseCacheConfiguration { // Type of disk cache. @@ -18,16 +18,16 @@ export function finspace_KxClusterDatabaseCacheConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "cacheType", - "Type of disk cache.", + 'cacheType', + 'Type of disk cache.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "dbPaths", - "Paths within the database to cache.", + 'dbPaths', + 'Paths within the database to cache.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterSavedownStorageConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterSavedownStorageConfiguration.ts index 4a0f7cac5..3a56cd0ab 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterSavedownStorageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterSavedownStorageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterSavedownStorageConfiguration { // Size of temporary storage in gigabytes. Must be between 10 and 16000. @@ -24,24 +24,24 @@ export function finspace_KxClusterSavedownStorageConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "size", - "Size of temporary storage in gigabytes. Must be between 10 and 16000.", + 'size', + 'Size of temporary storage in gigabytes. Must be between 10 and 16000.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of writeable storage space for temporarily storing your savedown data. The valid values are:\n* SDS01 - This type represents 3000 IOPS and io2 ebs volume type.", + 'type', + 'Type of writeable storage space for temporarily storing your savedown data. The valid values are:\n* SDS01 - This type represents 3000 IOPS and io2 ebs volume type.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeName", - "The name of the kdb volume that you want to use as writeable save-down storage for clusters.", + 'volumeName', + 'The name of the kdb volume that you want to use as writeable save-down storage for clusters.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterScalingGroupConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterScalingGroupConfiguration.ts index b64a2bdc3..96580d229 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterScalingGroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterScalingGroupConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterScalingGroupConfiguration { // The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host. @@ -27,40 +27,40 @@ export function finspace_KxClusterScalingGroupConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "cpu", - "The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.", + 'cpu', + 'The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "memoryLimit", - "An optional hard limit on the amount of memory a kdb cluster can use.", + 'memoryLimit', + 'An optional hard limit on the amount of memory a kdb cluster can use.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "memoryReservation", - "A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.", + 'memoryReservation', + 'A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "nodeCount", - "The number of kdb cluster nodes.", + 'nodeCount', + 'The number of kdb cluster nodes.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scalingGroupName", - "A unique identifier for the kdb scaling group.", + 'scalingGroupName', + 'A unique identifier for the kdb scaling group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterTickerplantLogConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterTickerplantLogConfiguration.ts index be0255641..91e3cc950 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterTickerplantLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterTickerplantLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterTickerplantLogConfiguration { // @@ -15,8 +15,8 @@ export function finspace_KxClusterTickerplantLogConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "tickerplantLogVolumes", - "", + 'tickerplantLogVolumes', + '', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxClusterVpcConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxClusterVpcConfiguration.ts index b0bace17b..4747038a8 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxClusterVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxClusterVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxClusterVpcConfiguration { // IP address type for cluster network configuration parameters. The following type is available: IP_V4 - IP address version 4. @@ -27,32 +27,32 @@ export function finspace_KxClusterVpcConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "vpcId", - "Identifier of the VPC endpoint", + 'vpcId', + 'Identifier of the VPC endpoint', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "IP address type for cluster network configuration parameters. The following type is available: IP_V4 - IP address version 4.", + 'ipAddressType', + 'IP address type for cluster network configuration parameters. The following type is available: IP_V4 - IP address version 4.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.\n* `subnet_ids `- (Required) Identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.", + 'securityGroupIds', + 'Unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.\n* `subnet_ids `- (Required) Identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "", + 'subnetIds', + '', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxDataviewSegmentConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxDataviewSegmentConfiguration.ts index 5a26478f7..dbd545c30 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxDataviewSegmentConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxDataviewSegmentConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxDataviewSegmentConfiguration { // The database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. @@ -21,24 +21,24 @@ export function finspace_KxDataviewSegmentConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "dbPaths", - "The database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume.", + 'dbPaths', + 'The database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "onDemand", - "Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is **True**, dataviews perform minimal loading of files on the filesystem as needed. When it is set to **False**, everything is cached. The default value is **False**.", + 'onDemand', + 'Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is **True**, dataviews perform minimal loading of files on the filesystem as needed. When it is set to **False**, everything is cached. The default value is **False**.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeName", - "The name of the volume that you want to attach to a dataview. This volume must be in the same availability zone as the dataview that you are attaching to.", + 'volumeName', + 'The name of the volume that you want to attach to a dataview. This volume must be in the same availability zone as the dataview that you are attaching to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentCustomDnsConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentCustomDnsConfiguration.ts index b054a2362..76001757c 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentCustomDnsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentCustomDnsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxEnvironmentCustomDnsConfiguration { // IP address of the DNS server. @@ -18,16 +18,16 @@ export function finspace_KxEnvironmentCustomDnsConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "customDnsServerIp", - "IP address of the DNS server.", + 'customDnsServerIp', + 'IP address of the DNS server.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customDnsServerName", - "Name of the DNS server.", + 'customDnsServerName', + 'Name of the DNS server.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfiguration.ts index 7da8d0065..564dd5e65 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration, finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration_GetTypes, -} from "./finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration"; +} from './finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration'; export interface finspace_KxEnvironmentTransitGatewayConfiguration { // Rules that define how you manage outbound traffic from kdb network to your internal network. Defined below. @@ -25,8 +25,8 @@ export function finspace_KxEnvironmentTransitGatewayConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "attachmentNetworkAclConfigurations", - "Rules that define how you manage outbound traffic from kdb network to your internal network. Defined below.", + 'attachmentNetworkAclConfigurations', + 'Rules that define how you manage outbound traffic from kdb network to your internal network. Defined below.', () => finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration_GetTypes(), false, @@ -34,16 +34,16 @@ export function finspace_KxEnvironmentTransitGatewayConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "routableCidrSpace", - "Routing CIDR on behalf of KX environment. It could be any “/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer’s transit gateway routing table so that the traffics could be routed to KX network.", + 'routableCidrSpace', + 'Routing CIDR on behalf of KX environment. It could be any “/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer’s transit gateway routing table so that the traffics could be routed to KX network.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "transitGatewayId", - "Identifier of the transit gateway created by the customer to connect outbound traffics from KX network to your internal network.", + 'transitGatewayId', + 'Identifier of the transit gateway created by the customer to connect outbound traffics from KX network to your internal network.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration.ts b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration.ts index 7570a2cb2..19bd4420b 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange, finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange_GetTypes, -} from "./finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange"; +} from './finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange'; import { finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode, finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode_GetTypes, -} from "./finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode"; +} from './finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode'; export interface finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration { // Indicates whether to `allow` or `deny` the traffic that matches the rule. @@ -38,8 +38,8 @@ export function finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetwo return [ new DynamicUIProps( InputType.Object, - "portRange", - "Range of ports the rule applies to. Defined below.", + 'portRange', + 'Range of ports the rule applies to. Defined below.', () => finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange_GetTypes(), false, @@ -47,40 +47,40 @@ export function finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetwo ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol number. A value of `1` means all the protocols.", + 'protocol', + 'Protocol number. A value of `1` means all the protocols.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleAction", - "Indicates whether to `allow` or `deny` the traffic that matches the rule.", + 'ruleAction', + 'Indicates whether to `allow` or `deny` the traffic that matches the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "ruleNumber", - "Rule number for the entry. All the network ACL entries are processed in ascending order by rule number.", + 'ruleNumber', + 'Rule number for the entry. All the network ACL entries are processed in ascending order by rule number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrBlock", - "The IPv4 network range to allow or deny, in CIDR notation. The specified CIDR block is modified to its canonical form. For example, `100.68.0.18/18` will be converted to `100.68.0.0/18`.", + 'cidrBlock', + 'The IPv4 network range to allow or deny, in CIDR notation. The specified CIDR block is modified to its canonical form. For example, `100.68.0.18/18` will be converted to `100.68.0.0/18`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "icmpTypeCode", - "Defines the ICMP protocol that consists of the ICMP type and code. Defined below.", + 'icmpTypeCode', + 'Defines the ICMP protocol that consists of the ICMP type and code. Defined below.', () => finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode.ts b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode.ts index 657ad34d0..7a4095923 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode { // ICMP code. A value of `-1` means all codes for the specified ICMP type. @@ -18,16 +18,16 @@ export function finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetwo return [ new DynamicUIProps( InputType.Number, - "code", - "ICMP code. A value of `-1` means all codes for the specified ICMP type.", + 'code', + 'ICMP code. A value of `-1` means all codes for the specified ICMP type.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "type", - "ICMP type. A value of `-1` means all types.", + 'type', + 'ICMP type. A value of `-1` means all types.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange.ts b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange.ts index dbe2ec1e8..9c7fcb0a1 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange { // First port in the range. @@ -18,16 +18,16 @@ export function finspace_KxEnvironmentTransitGatewayConfigurationAttachmentNetwo return [ new DynamicUIProps( InputType.Number, - "from", - "First port in the range.", + 'from', + 'First port in the range.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "to", - "Last port in the range.", + 'to', + 'Last port in the range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/finspace_KxVolumeAttachedCluster.ts b/src/app/Models/codegen/aws/types/finspace_KxVolumeAttachedCluster.ts index 5e095eebd..6a1a91ff4 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxVolumeAttachedCluster.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxVolumeAttachedCluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxVolumeAttachedCluster { // @@ -21,24 +21,24 @@ export function finspace_KxVolumeAttachedCluster_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "clusterName", - "", + 'clusterName', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterStatus", - "", + 'clusterStatus', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "clusterType", - "", + 'clusterType', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/finspace_KxVolumeNas1Configuration.ts b/src/app/Models/codegen/aws/types/finspace_KxVolumeNas1Configuration.ts index 1c64fa8ca..4be9b9782 100644 --- a/src/app/Models/codegen/aws/types/finspace_KxVolumeNas1Configuration.ts +++ b/src/app/Models/codegen/aws/types/finspace_KxVolumeNas1Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface finspace_KxVolumeNas1Configuration { // The size of the network attached storage. @@ -18,16 +18,16 @@ export function finspace_KxVolumeNas1Configuration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the network attached storage.", + 'size', + 'The size of the network attached storage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "The type of the network attached storage.", + 'type', + 'The type of the network attached storage.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateAction.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateAction.ts index 923daac48..0f3b1c7df 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateAction.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fis_ExperimentTemplateActionParameter, fis_ExperimentTemplateActionParameter_GetTypes, -} from "./fis_ExperimentTemplateActionParameter"; +} from './fis_ExperimentTemplateActionParameter'; import { fis_ExperimentTemplateActionTarget, fis_ExperimentTemplateActionTarget_GetTypes, -} from "./fis_ExperimentTemplateActionTarget"; +} from './fis_ExperimentTemplateActionTarget'; export interface fis_ExperimentTemplateAction { // ID of the action. To find out what actions are supported see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html). @@ -38,47 +38,47 @@ export function fis_ExperimentTemplateAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "actionId", - "ID of the action. To find out what actions are supported see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).", + 'actionId', + 'ID of the action. To find out what actions are supported see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the action.", + 'description', + 'Description of the action.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name of the action.", + 'name', + 'Friendly name of the action.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Parameter(s) for the action, if applicable. See below.", + 'parameters', + 'Parameter(s) for the action, if applicable. See below.', () => fis_ExperimentTemplateActionParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "startAfters", - "Set of action names that must complete before this action can be executed.", + 'startAfters', + 'Set of action names that must complete before this action can be executed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "target", + 'target', "Action's target, if applicable. See below.", () => fis_ExperimentTemplateActionTarget_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionParameter.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionParameter.ts index 4bbaee898..b9ee35b2f 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionParameter.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateActionParameter { // Parameter name. @@ -22,16 +22,16 @@ export function fis_ExperimentTemplateActionParameter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "key", - "Parameter name.", + 'key', + 'Parameter name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Parameter value.\n\nFor a list of parameters supported by each action, see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).", + 'value', + 'Parameter value.\n\nFor a list of parameters supported by each action, see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionTarget.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionTarget.ts index 6aa595151..a644d3814 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionTarget.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateActionTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateActionTarget { // Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details. @@ -18,16 +18,16 @@ export function fis_ExperimentTemplateActionTarget_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "key", - "Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.", + 'key', + 'Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Target name, referencing a corresponding target.", + 'value', + 'Target name, referencing a corresponding target.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateExperimentOptions.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateExperimentOptions.ts index 00ec75a0e..4f77af43a 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateExperimentOptions.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateExperimentOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateExperimentOptions { // Specifies the account targeting setting for experiment options. Supports `single-account` and `multi-account`. @@ -18,16 +18,16 @@ export function fis_ExperimentTemplateExperimentOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "accountTargeting", - "Specifies the account targeting setting for experiment options. Supports `single-account` and `multi-account`.", + 'accountTargeting', + 'Specifies the account targeting setting for experiment options. Supports `single-account` and `multi-account`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emptyTargetResolutionMode", - "Specifies the empty target resolution mode for experiment options. Supports `fail` and `skip`.", + 'emptyTargetResolutionMode', + 'Specifies the empty target resolution mode for experiment options. Supports `fail` and `skip`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfiguration.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfiguration.ts index b806fd6cc..412b79e6a 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fis_ExperimentTemplateLogConfigurationS3Configuration, fis_ExperimentTemplateLogConfigurationS3Configuration_GetTypes, -} from "./fis_ExperimentTemplateLogConfigurationS3Configuration"; +} from './fis_ExperimentTemplateLogConfigurationS3Configuration'; import { fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration, fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration_GetTypes, -} from "./fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration"; +} from './fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration'; export interface fis_ExperimentTemplateLogConfiguration { // The schema version. See [documentation](https://docs.aws.amazon.com/fis/latest/userguide/monitoring-logging.html#experiment-log-schema) for the list of schema versions. @@ -29,8 +29,8 @@ export function fis_ExperimentTemplateLogConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogsConfiguration", - "The configuration for experiment logging to Amazon CloudWatch Logs. See below.", + 'cloudwatchLogsConfiguration', + 'The configuration for experiment logging to Amazon CloudWatch Logs. See below.', () => fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration_GetTypes(), false, @@ -38,16 +38,16 @@ export function fis_ExperimentTemplateLogConfiguration_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.Number, - "logSchemaVersion", - "The schema version. See [documentation](https://docs.aws.amazon.com/fis/latest/userguide/monitoring-logging.html#experiment-log-schema) for the list of schema versions.", + 'logSchemaVersion', + 'The schema version. See [documentation](https://docs.aws.amazon.com/fis/latest/userguide/monitoring-logging.html#experiment-log-schema) for the list of schema versions.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The configuration for experiment logging to Amazon S3. See below.", + 's3Configuration', + 'The configuration for experiment logging to Amazon S3. See below.', () => fis_ExperimentTemplateLogConfigurationS3Configuration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration.ts index dc03796bc..02657cbab 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration { // The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group. @@ -15,8 +15,8 @@ export function fis_ExperimentTemplateLogConfigurationCloudwatchLogsConfiguratio return [ new DynamicUIProps( InputType.String, - "logGroupArn", - "The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.", + 'logGroupArn', + 'The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationS3Configuration.ts index 40ef30d70..a3fe70b73 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateLogConfigurationS3Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateLogConfigurationS3Configuration { // The name of the destination bucket. @@ -18,16 +18,16 @@ export function fis_ExperimentTemplateLogConfigurationS3Configuration_GetTypes() return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the destination bucket.", + 'bucketName', + 'The name of the destination bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefix", - "The bucket prefix.", + 'prefix', + 'The bucket prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateStopCondition.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateStopCondition.ts index 49f8c39b6..93bdd02af 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateStopCondition.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateStopCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateStopCondition { // Source of the condition. One of `none`, `aws:cloudwatch:alarm`. @@ -18,16 +18,16 @@ export function fis_ExperimentTemplateStopCondition_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "source", - "Source of the condition. One of `none`, `aws:cloudwatch:alarm`.", + 'source', + 'Source of the condition. One of `none`, `aws:cloudwatch:alarm`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "ARN of the CloudWatch alarm. Required if the source is a CloudWatch alarm.", + 'value', + 'ARN of the CloudWatch alarm. Required if the source is a CloudWatch alarm.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTarget.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTarget.ts index adddd2d9f..9dd8a378e 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTarget.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTarget.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fis_ExperimentTemplateTargetFilter, fis_ExperimentTemplateTargetFilter_GetTypes, -} from "./fis_ExperimentTemplateTargetFilter"; +} from './fis_ExperimentTemplateTargetFilter'; import { fis_ExperimentTemplateTargetResourceTag, fis_ExperimentTemplateTargetResourceTag_GetTypes, -} from "./fis_ExperimentTemplateTargetResourceTag"; +} from './fis_ExperimentTemplateTargetResourceTag'; export interface fis_ExperimentTemplateTarget { // Filter(s) for the target. Filters can be used to select resources based on specific attributes returned by the respective describe action of the resource type. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters). See below. @@ -45,56 +45,56 @@ export function fis_ExperimentTemplateTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "resourceArns", - "Set of ARNs of the resources to target with an action. Conflicts with `resource_tag`.", + 'resourceArns', + 'Set of ARNs of the resources to target with an action. Conflicts with `resource_tag`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTags", - "Tag(s) the resources need to have to be considered a valid target for an action. Conflicts with `resource_arns`. See below.", + 'resourceTags', + 'Tag(s) the resources need to have to be considered a valid target for an action. Conflicts with `resource_arns`. See below.', () => fis_ExperimentTemplateTargetResourceTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "AWS resource type. The resource type must be supported for the specified action. To find out what resource types are supported, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#resource-types).", + 'resourceType', + 'AWS resource type. The resource type must be supported for the specified action. To find out what resource types are supported, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#resource-types).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "selectionMode", - "Scopes the identified resources. Valid values are `ALL` (all identified resources), `COUNT(n)` (randomly select `n` of the identified resources), `PERCENT(n)` (randomly select `n` percent of the identified resources).", + 'selectionMode', + 'Scopes the identified resources. Valid values are `ALL` (all identified resources), `COUNT(n)` (randomly select `n` of the identified resources), `PERCENT(n)` (randomly select `n` percent of the identified resources).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "filters", - "Filter(s) for the target. Filters can be used to select resources based on specific attributes returned by the respective describe action of the resource type. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters). See below.", + 'filters', + 'Filter(s) for the target. Filters can be used to select resources based on specific attributes returned by the respective describe action of the resource type. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters). See below.', () => fis_ExperimentTemplateTargetFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name given to the target.", + 'name', + 'Friendly name given to the target.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "The resource type parameters.\n\n> **NOTE:** The `target` configuration block requires either `resource_arns` or `resource_tag`.", + 'parameters', + 'The resource type parameters.\n\n> **NOTE:** The `target` configuration block requires either `resource_arns` or `resource_tag`.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetFilter.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetFilter.ts index cada910f1..a73f21390 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetFilter.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateTargetFilter { // Attribute path for the filter. @@ -22,16 +22,16 @@ export function fis_ExperimentTemplateTargetFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "Set of attribute values for the filter.\n\n> **NOTE:** Values specified in a `filter` are joined with an `OR` clause, while values across multiple `filter` blocks are joined with an `AND` clause. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters).", + 'values', + 'Set of attribute values for the filter.\n\n> **NOTE:** Values specified in a `filter` are joined with an `OR` clause, while values across multiple `filter` blocks are joined with an `AND` clause. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "path", - "Attribute path for the filter.", + 'path', + 'Attribute path for the filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetResourceTag.ts b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetResourceTag.ts index 34dec8acb..61c526d4b 100644 --- a/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetResourceTag.ts +++ b/src/app/Models/codegen/aws/types/fis_ExperimentTemplateTargetResourceTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fis_ExperimentTemplateTargetResourceTag { // Tag key. @@ -18,16 +18,16 @@ export function fis_ExperimentTemplateTargetResourceTag_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "key", - "Tag key.", + 'key', + 'Tag key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Tag value.", + 'value', + 'Tag value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicyExcludeMap.ts b/src/app/Models/codegen/aws/types/fms_PolicyExcludeMap.ts index a2967c27a..558c5ccd0 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicyExcludeMap.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicyExcludeMap.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_PolicyExcludeMap { // A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy. @@ -22,16 +22,16 @@ export function fms_PolicyExcludeMap_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "accounts", - "A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.", + 'accounts', + 'A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "orgunits", - "A list of IDs of the AWS Organizational Units that you want to include for this AWS FMS Policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.\n\nYou can specify inclusions or exclusions, but not both. If you specify an `include_map`, AWS Firewall Manager applies the policy to all accounts specified by the `include_map`, and does not evaluate any `exclude_map` specifications. If you do not specify an `include_map`, then Firewall Manager applies the policy to all accounts except for those specified by the `exclude_map`.", + 'orgunits', + 'A list of IDs of the AWS Organizational Units that you want to include for this AWS FMS Policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.\n\nYou can specify inclusions or exclusions, but not both. If you specify an `include_map`, AWS Firewall Manager applies the policy to all accounts specified by the `include_map`, and does not evaluate any `exclude_map` specifications. If you do not specify an `include_map`, then Firewall Manager applies the policy to all accounts except for those specified by the `exclude_map`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicyIncludeMap.ts b/src/app/Models/codegen/aws/types/fms_PolicyIncludeMap.ts index 1200c843e..519ee8c8f 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicyIncludeMap.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicyIncludeMap.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_PolicyIncludeMap { /* @@ -22,16 +22,16 @@ export function fms_PolicyIncludeMap_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "orgunits", - "A list of IDs of the AWS Organizational Units that you want to include for this AWS FMS Policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.\n\nYou can specify inclusions or exclusions, but not both. If you specify an `include_map`, AWS Firewall Manager applies the policy to all accounts specified by the `include_map`, and does not evaluate any `exclude_map` specifications. If you do not specify an `include_map`, then Firewall Manager applies the policy to all accounts except for those specified by the `exclude_map`.", + 'orgunits', + 'A list of IDs of the AWS Organizational Units that you want to include for this AWS FMS Policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.\n\nYou can specify inclusions or exclusions, but not both. If you specify an `include_map`, AWS Firewall Manager applies the policy to all accounts specified by the `include_map`, and does not evaluate any `exclude_map` specifications. If you do not specify an `include_map`, then Firewall Manager applies the policy to all accounts except for those specified by the `exclude_map`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "accounts", - "A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.", + 'accounts', + 'A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyData.ts b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyData.ts index 61def155e..b15aff6e4 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyData.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyData.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fms_PolicySecurityServicePolicyDataPolicyOption, fms_PolicySecurityServicePolicyDataPolicyOption_GetTypes, -} from "./fms_PolicySecurityServicePolicyDataPolicyOption"; +} from './fms_PolicySecurityServicePolicyDataPolicyOption'; export interface fms_PolicySecurityServicePolicyData { // Details about the service that are specific to the service type, in JSON format. For service type `SHIELD_ADVANCED`, this is an empty string. Examples depending on `type` can be found in the [AWS Firewall Manager SecurityServicePolicyData API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html). @@ -25,24 +25,24 @@ export function fms_PolicySecurityServicePolicyData_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "managedServiceData", - "Details about the service that are specific to the service type, in JSON format. For service type `SHIELD_ADVANCED`, this is an empty string. Examples depending on `type` can be found in the [AWS Firewall Manager SecurityServicePolicyData API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html).", + 'managedServiceData', + 'Details about the service that are specific to the service type, in JSON format. For service type `SHIELD_ADVANCED`, this is an empty string. Examples depending on `type` can be found in the [AWS Firewall Manager SecurityServicePolicyData API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "policyOption", - "Contains the Network Firewall firewall policy options to configure a centralized deployment model. Documented below.", + 'policyOption', + 'Contains the Network Firewall firewall policy options to configure a centralized deployment model. Documented below.', () => fms_PolicySecurityServicePolicyDataPolicyOption_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The service that the policy is using to protect the resources. For the current list of supported types, please refer to the [AWS Firewall Manager SecurityServicePolicyData API Type Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html#fms-Type-SecurityServicePolicyData-Type).", + 'type', + 'The service that the policy is using to protect the resources. For the current list of supported types, please refer to the [AWS Firewall Manager SecurityServicePolicyData API Type Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html#fms-Type-SecurityServicePolicyData-Type).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOption.ts b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOption.ts index f0f324a28..79951e3ef 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOption.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOption.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy, fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy_GetTypes, -} from "./fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy"; +} from './fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy'; import { fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy, fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy_GetTypes, -} from "./fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy"; +} from './fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy'; export interface fms_PolicySecurityServicePolicyDataPolicyOption { // @@ -26,8 +26,8 @@ export function fms_PolicySecurityServicePolicyDataPolicyOption_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "thirdPartyFirewallPolicy", - "", + 'thirdPartyFirewallPolicy', + '', () => fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy_GetTypes(), false, @@ -35,8 +35,8 @@ export function fms_PolicySecurityServicePolicyDataPolicyOption_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "networkFirewallPolicy", - "Defines the deployment model to use for the firewall policy. Documented below.", + 'networkFirewallPolicy', + 'Defines the deployment model to use for the firewall policy. Documented below.', () => fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy.ts b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy.ts index b9f45250f..e982d4b2f 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPolicy { // Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`. @@ -15,8 +15,8 @@ export function fms_PolicySecurityServicePolicyDataPolicyOptionNetworkFirewallPo return [ new DynamicUIProps( InputType.String, - "firewallDeploymentModel", - "Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`.", + 'firewallDeploymentModel', + 'Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy.ts b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy.ts index fd002a79c..e54675498 100644 --- a/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy.ts +++ b/src/app/Models/codegen/aws/types/fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewallPolicy { // Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`. @@ -15,8 +15,8 @@ export function fms_PolicySecurityServicePolicyDataPolicyOptionThirdPartyFirewal return [ new DynamicUIProps( InputType.String, - "firewallDeploymentModel", - "Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`.", + 'firewallDeploymentModel', + 'Defines the deployment model to use for the third-party firewall policy. Valid values are `CENTRALIZED` and `DISTRIBUTED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fms_ResourceSetResourceSet.ts b/src/app/Models/codegen/aws/types/fms_ResourceSetResourceSet.ts index 6a6ef8971..b67bd3aec 100644 --- a/src/app/Models/codegen/aws/types/fms_ResourceSetResourceSet.ts +++ b/src/app/Models/codegen/aws/types/fms_ResourceSetResourceSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_ResourceSetResourceSet { // @@ -33,15 +33,15 @@ export function fms_ResourceSetResourceSet_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "Description of the resource set.", + 'description', + 'Description of the resource set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", + 'id', "Unique identifier for the resource set. It's returned in the responses to create and list commands. You provide it to operations like update and delete.", () => [], false, @@ -49,15 +49,15 @@ export function fms_ResourceSetResourceSet_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "lastUpdateTime", - "Last time that the reosurce set was changed.", + 'lastUpdateTime', + 'Last time that the reosurce set was changed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Descriptive name of the resource set. You can't change the name of a resource set after you create it.", () => [], true, @@ -65,7 +65,7 @@ export function fms_ResourceSetResourceSet_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "resourceSetStatus", + 'resourceSetStatus', "Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but theyy can't edit or delete the resource set.)", () => [], false, @@ -73,16 +73,16 @@ export function fms_ResourceSetResourceSet_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "resourceTypeLists", - "Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.", + 'resourceTypeLists', + 'Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "updateToken", - "", + 'updateToken', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fms_ResourceSetTimeouts.ts b/src/app/Models/codegen/aws/types/fms_ResourceSetTimeouts.ts index fbd36c575..274db99cf 100644 --- a/src/app/Models/codegen/aws/types/fms_ResourceSetTimeouts.ts +++ b/src/app/Models/codegen/aws/types/fms_ResourceSetTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fms_ResourceSetTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function fms_ResourceSetTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function fms_ResourceSetTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function fms_ResourceSetTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3.ts b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3.ts index 51243d4d7..f5cea0ada 100644 --- a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3.ts +++ b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_DataRepositoryAssociationS3AutoImportPolicy, fsx_DataRepositoryAssociationS3AutoImportPolicy_GetTypes, -} from "./fsx_DataRepositoryAssociationS3AutoImportPolicy"; +} from './fsx_DataRepositoryAssociationS3AutoImportPolicy'; import { fsx_DataRepositoryAssociationS3AutoExportPolicy, fsx_DataRepositoryAssociationS3AutoExportPolicy_GetTypes, -} from "./fsx_DataRepositoryAssociationS3AutoExportPolicy"; +} from './fsx_DataRepositoryAssociationS3AutoExportPolicy'; export interface fsx_DataRepositoryAssociationS3 { // Specifies the type of updated objects that will be automatically imported from the linked S3 bucket to your file system. See the `events` configuration block. @@ -26,16 +26,16 @@ export function fsx_DataRepositoryAssociationS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "autoImportPolicy", - "Specifies the type of updated objects that will be automatically imported from the linked S3 bucket to your file system. See the `events` configuration block.", + 'autoImportPolicy', + 'Specifies the type of updated objects that will be automatically imported from the linked S3 bucket to your file system. See the `events` configuration block.', () => fsx_DataRepositoryAssociationS3AutoImportPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoExportPolicy", - "Specifies the type of updated objects that will be automatically exported from your file system to the linked S3 bucket. See the `events` configuration block.", + 'autoExportPolicy', + 'Specifies the type of updated objects that will be automatically exported from your file system to the linked S3 bucket. See the `events` configuration block.', () => fsx_DataRepositoryAssociationS3AutoExportPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoExportPolicy.ts b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoExportPolicy.ts index 95617de57..404d545af 100644 --- a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoExportPolicy.ts +++ b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoExportPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_DataRepositoryAssociationS3AutoExportPolicy { // A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3. @@ -15,8 +15,8 @@ export function fsx_DataRepositoryAssociationS3AutoExportPolicy_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "events", - "A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3.", + 'events', + 'A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoImportPolicy.ts b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoImportPolicy.ts index bc543df00..e9cf6b622 100644 --- a/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoImportPolicy.ts +++ b/src/app/Models/codegen/aws/types/fsx_DataRepositoryAssociationS3AutoImportPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_DataRepositoryAssociationS3AutoImportPolicy { // A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3. @@ -15,8 +15,8 @@ export function fsx_DataRepositoryAssociationS3AutoImportPolicy_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "events", - "A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3.", + 'events', + 'A list of file event types to automatically export to your linked S3 bucket or import from the linked S3 bucket. Valid values are `NEW`, `CHANGED`, `DELETED`. Max of 3.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociation.ts b/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociation.ts index fc8e26c83..b948d5a00 100644 --- a/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociation.ts +++ b/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_FileCacheDataRepositoryAssociationNf, fsx_FileCacheDataRepositoryAssociationNf_GetTypes, -} from "./fsx_FileCacheDataRepositoryAssociationNf"; +} from './fsx_FileCacheDataRepositoryAssociationNf'; export interface fsx_FileCacheDataRepositoryAssociation { // (Optional) See the `nfs` configuration block. @@ -49,88 +49,88 @@ export function fsx_FileCacheDataRepositoryAssociation_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "nfs", - "(Optional) See the `nfs` configuration block.", + 'nfs', + '(Optional) See the `nfs` configuration block.', () => fsx_FileCacheDataRepositoryAssociationNf_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "", + 'resourceArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the file cache. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the file cache. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "associationId", - "", + 'associationId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "dataRepositorySubdirectories", - "A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories. Max of 500.", + 'dataRepositorySubdirectories', + 'A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories. Max of 500.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "fileSystemPath", - "", + 'fileSystemPath', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataRepositoryPath", - "The path to the S3 or NFS data repository that links to the cache.", + 'dataRepositoryPath', + 'The path to the S3 or NFS data repository that links to the cache.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileCacheId", - "The system-generated, unique ID of the cache.", + 'fileCacheId', + 'The system-generated, unique ID of the cache.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileCachePath", - "A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory. Note: The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.", + 'fileCachePath', + 'A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory. Note: The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "importedFileChunkSize", - "", + 'importedFileChunkSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileSystemId", - "", + 'fileSystemId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociationNf.ts b/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociationNf.ts index f4f3e969f..62cdc25e1 100644 --- a/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociationNf.ts +++ b/src/app/Models/codegen/aws/types/fsx_FileCacheDataRepositoryAssociationNf.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_FileCacheDataRepositoryAssociationNf { // A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers. @@ -18,16 +18,16 @@ export function fsx_FileCacheDataRepositoryAssociationNf_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "dnsIps", - "A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.", + 'dnsIps', + 'A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol. The only supported value is `NFS3`.", + 'version', + 'The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol. The only supported value is `NFS3`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfiguration.ts index dad31b4cb..2ab6d0c3c 100644 --- a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_FileCacheLustreConfigurationLogConfiguration, fsx_FileCacheLustreConfigurationLogConfiguration_GetTypes, -} from "./fsx_FileCacheLustreConfigurationLogConfiguration"; +} from './fsx_FileCacheLustreConfigurationLogConfiguration'; import { fsx_FileCacheLustreConfigurationMetadataConfiguration, fsx_FileCacheLustreConfigurationMetadataConfiguration_GetTypes, -} from "./fsx_FileCacheLustreConfigurationMetadataConfiguration"; +} from './fsx_FileCacheLustreConfigurationMetadataConfiguration'; export interface fsx_FileCacheLustreConfiguration { // @@ -38,48 +38,48 @@ export function fsx_FileCacheLustreConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "metadataConfigurations", - "The configuration for a Lustre MDT (Metadata Target) storage volume. See the `metadata_configuration` block.", + 'metadataConfigurations', + 'The configuration for a Lustre MDT (Metadata Target) storage volume. See the `metadata_configuration` block.', () => fsx_FileCacheLustreConfigurationMetadataConfiguration_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "mountName", - "", + 'mountName', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "perUnitStorageThroughput", - "Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is `1000`.", + 'perUnitStorageThroughput', + 'Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is `1000`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "weeklyMaintenanceStartTime", - "A recurring weekly time, in the format `D:HH:MM`. `D` is the day of the week, for which `1` represents Monday and `7` represents Sunday. `HH` is the zero-padded hour of the day (0-23), and `MM` is the zero-padded minute of the hour. For example, 1:05:00 specifies maintenance at 5 AM Monday. See the [ISO week date](https://en.wikipedia.org/wiki/ISO_week_date) for more information.", + 'weeklyMaintenanceStartTime', + 'A recurring weekly time, in the format `D:HH:MM`. `D` is the day of the week, for which `1` represents Monday and `7` represents Sunday. `HH` is the zero-padded hour of the day (0-23), and `MM` is the zero-padded minute of the hour. For example, 1:05:00 specifies maintenance at 5 AM Monday. See the [ISO week date](https://en.wikipedia.org/wiki/ISO_week_date) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploymentType", - "Specifies the cache deployment type. The only supported value is `CACHE_1`.", + 'deploymentType', + 'Specifies the cache deployment type. The only supported value is `CACHE_1`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "logConfigurations", - "", + 'logConfigurations', + '', () => fsx_FileCacheLustreConfigurationLogConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationLogConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationLogConfiguration.ts index cc912dc37..36fd944df 100644 --- a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_FileCacheLustreConfigurationLogConfiguration { // @@ -18,12 +18,12 @@ export function fsx_FileCacheLustreConfigurationLogConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "destination", - "", + 'destination', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "level", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'level', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationMetadataConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationMetadataConfiguration.ts index bed1a2fbc..57d25ac69 100644 --- a/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationMetadataConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_FileCacheLustreConfigurationMetadataConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_FileCacheLustreConfigurationMetadataConfiguration { // The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB. @@ -15,8 +15,8 @@ export function fsx_FileCacheLustreConfigurationMetadataConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Number, - "storageCapacity", - "The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB.", + 'storageCapacity', + 'The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemLogConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemLogConfiguration.ts index 7679b6b49..d1f515f62 100644 --- a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_LustreFileSystemLogConfiguration { // The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group. @@ -18,16 +18,16 @@ export function fsx_LustreFileSystemLogConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "destination", - "The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group.", + 'destination', + 'The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "level", - "Sets which data repository events are logged by Amazon FSx. Valid values are `WARN_ONLY`, `FAILURE_ONLY`, `ERROR_ONLY`, `WARN_ERROR` and `DISABLED`. Default value is `DISABLED`.", + 'level', + 'Sets which data repository events are logged by Amazon FSx. Valid values are `WARN_ONLY`, `FAILURE_ONLY`, `ERROR_ONLY`, `WARN_ERROR` and `DISABLED`. Default value is `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemMetadataConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemMetadataConfiguration.ts index 295997bf8..5821110b4 100644 --- a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemMetadataConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemMetadataConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_LustreFileSystemMetadataConfiguration { // Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to `USER_PROVISIONED`. Valid Values are `1500`,`3000`,`6000` and `12000` through `192000` in increments of `12000`. @@ -22,16 +22,16 @@ export function fsx_LustreFileSystemMetadataConfiguration_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "iops", - "Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to `USER_PROVISIONED`. Valid Values are `1500`,`3000`,`6000` and `12000` through `192000` in increments of `12000`.", + 'iops', + 'Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to `USER_PROVISIONED`. Valid Values are `1500`,`3000`,`6000` and `12000` through `192000` in increments of `12000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Mode for the metadata configuration of the file system. Valid values are `AUTOMATIC`, and `USER_PROVISIONED`.\n\n!> **WARNING:** Updating the value of `iops` from a higher to a lower value will force a recreation of the resource. Any data on the file system will be lost when recreating.", + 'mode', + 'Mode for the metadata configuration of the file system. Valid values are `AUTOMATIC`, and `USER_PROVISIONED`.\n\n!> **WARNING:** Updating the value of `iops` from a higher to a lower value will force a recreation of the resource. Any data on the file system will be lost when recreating.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemRootSquashConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemRootSquashConfiguration.ts index cea045a38..5d99deb10 100644 --- a/src/app/Models/codegen/aws/types/fsx_LustreFileSystemRootSquashConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_LustreFileSystemRootSquashConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_LustreFileSystemRootSquashConfiguration { // You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294. @@ -18,16 +18,16 @@ export function fsx_LustreFileSystemRootSquashConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "rootSquash", - "You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294.", + 'rootSquash', + 'You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "noSquashNids", - "When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses: 1. A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp). 2. An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).", + 'noSquashNids', + 'When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses: 1. A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp). 2. An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemDiskIopsConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemDiskIopsConfiguration.ts index 6b282ee89..b4bea14cd 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemDiskIopsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemDiskIopsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapFileSystemDiskIopsConfiguration { // The total number of SSD IOPS provisioned for the file system. @@ -18,16 +18,16 @@ export function fsx_OntapFileSystemDiskIopsConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "iops", - "The total number of SSD IOPS provisioned for the file system.", + 'iops', + 'The total number of SSD IOPS provisioned for the file system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.", + 'mode', + 'Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpoint.ts b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpoint.ts index 9c28f2bd5..96df7d971 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpoint.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpoint.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapFileSystemEndpointIntercluster, fsx_OntapFileSystemEndpointIntercluster_GetTypes, -} from "./fsx_OntapFileSystemEndpointIntercluster"; +} from './fsx_OntapFileSystemEndpointIntercluster'; import { fsx_OntapFileSystemEndpointManagement, fsx_OntapFileSystemEndpointManagement_GetTypes, -} from "./fsx_OntapFileSystemEndpointManagement"; +} from './fsx_OntapFileSystemEndpointManagement'; export interface fsx_OntapFileSystemEndpoint { // An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See Endpoint. @@ -26,16 +26,16 @@ export function fsx_OntapFileSystemEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "interclusters", - "An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See Endpoint.", + 'interclusters', + 'An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See Endpoint.', () => fsx_OntapFileSystemEndpointIntercluster_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "managements", - "An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.", + 'managements', + 'An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.', () => fsx_OntapFileSystemEndpointManagement_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointIntercluster.ts b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointIntercluster.ts index 033450310..4a49484a7 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointIntercluster.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointIntercluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapFileSystemEndpointIntercluster { // The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapFileSystemEndpointIntercluster_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the file system endpoint.", + 'ipAddresses', + 'IP addresses of the file system endpoint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointManagement.ts b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointManagement.ts index 8c96eeb83..9a2532728 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointManagement.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapFileSystemEndpointManagement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapFileSystemEndpointManagement { // The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapFileSystemEndpointManagement_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the file system endpoint.", + 'ipAddresses', + 'IP addresses of the file system endpoint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration.ts index 6dbc118dd..18dd98cef 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration, fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration_GetTypes, -} from "./fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration"; +} from './fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration'; export interface fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration { // The NetBIOS name of the Active Directory computer object that will be created for your SVM. This is often the same as the SVM name but can be different. AWS limits to 15 characters because of standard NetBIOS naming limits. @@ -22,16 +22,16 @@ export function fsx_OntapStorageVirtualMachineActiveDirectoryConfiguration_GetTy return [ new DynamicUIProps( InputType.String, - "netbiosName", - "The NetBIOS name of the Active Directory computer object that will be created for your SVM. This is often the same as the SVM name but can be different. AWS limits to 15 characters because of standard NetBIOS naming limits.", + 'netbiosName', + 'The NetBIOS name of the Active Directory computer object that will be created for your SVM. This is often the same as the SVM name but can be different. AWS limits to 15 characters because of standard NetBIOS naming limits.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "selfManagedActiveDirectoryConfiguration", - "", + 'selfManagedActiveDirectoryConfiguration', + '', () => fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts index 2a7661d2b..277000716 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration { // The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. @@ -30,48 +30,48 @@ export function fsx_OntapStorageVirtualMachineActiveDirectoryConfigurationSelfMa return [ new DynamicUIProps( InputType.String, - "password", - "The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.", + 'password', + 'The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.", + 'username', + 'The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dnsIps", - "A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.", + 'dnsIps', + 'A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.", + 'domainName', + 'The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileSystemAdministratorsGroup", - "The name of the domain group whose members are granted administrative privileges for the SVM. The group that you specify must already exist in your domain. Defaults to `Domain Admins`.", + 'fileSystemAdministratorsGroup', + 'The name of the domain group whose members are granted administrative privileges for the SVM. The group that you specify must already exist in your domain. Defaults to `Domain Admins`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizationalUnitDistinguishedName", - "The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. For example, `OU=FSx,DC=yourdomain,DC=corp,DC=com`. Only accepts OU as the direct parent of the SVM. If none is provided, the SVM is created in the default location of your self-managed AD directory. To learn more, see [RFC 2253](https://tools.ietf.org/html/rfc2253).", + 'organizationalUnitDistinguishedName', + 'The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. For example, `OU=FSx,DC=yourdomain,DC=corp,DC=com`. Only accepts OU as the direct parent of the SVM. If none is provided, the SVM is created in the default location of your self-managed AD directory. To learn more, see [RFC 2253](https://tools.ietf.org/html/rfc2253).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpoint.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpoint.ts index ee5df5904..320727126 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpoint.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpoint.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapStorageVirtualMachineEndpointIscsi, fsx_OntapStorageVirtualMachineEndpointIscsi_GetTypes, -} from "./fsx_OntapStorageVirtualMachineEndpointIscsi"; +} from './fsx_OntapStorageVirtualMachineEndpointIscsi'; import { fsx_OntapStorageVirtualMachineEndpointManagement, fsx_OntapStorageVirtualMachineEndpointManagement_GetTypes, -} from "./fsx_OntapStorageVirtualMachineEndpointManagement"; +} from './fsx_OntapStorageVirtualMachineEndpointManagement'; import { fsx_OntapStorageVirtualMachineEndpointNf, fsx_OntapStorageVirtualMachineEndpointNf_GetTypes, -} from "./fsx_OntapStorageVirtualMachineEndpointNf"; +} from './fsx_OntapStorageVirtualMachineEndpointNf'; import { fsx_OntapStorageVirtualMachineEndpointSmb, fsx_OntapStorageVirtualMachineEndpointSmb_GetTypes, -} from "./fsx_OntapStorageVirtualMachineEndpointSmb"; +} from './fsx_OntapStorageVirtualMachineEndpointSmb'; export interface fsx_OntapStorageVirtualMachineEndpoint { // An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint. @@ -40,32 +40,32 @@ export function fsx_OntapStorageVirtualMachineEndpoint_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "nfs", - "An endpoint for accessing data on your storage virtual machine via NFS protocol. See Endpoint.", + 'nfs', + 'An endpoint for accessing data on your storage virtual machine via NFS protocol. See Endpoint.', () => fsx_OntapStorageVirtualMachineEndpointNf_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "smbs", - "An endpoint for accessing data on your storage virtual machine via SMB protocol. This is only set if an active_directory_configuration has been set. See Endpoint.", + 'smbs', + 'An endpoint for accessing data on your storage virtual machine via SMB protocol. This is only set if an active_directory_configuration has been set. See Endpoint.', () => fsx_OntapStorageVirtualMachineEndpointSmb_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "iscsis", - "An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.", + 'iscsis', + 'An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.', () => fsx_OntapStorageVirtualMachineEndpointIscsi_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "managements", - "An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.", + 'managements', + 'An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.', () => fsx_OntapStorageVirtualMachineEndpointManagement_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointIscsi.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointIscsi.ts index ee4971e37..5e7de14f9 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointIscsi.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointIscsi.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapStorageVirtualMachineEndpointIscsi { // The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapStorageVirtualMachineEndpointIscsi_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the storage virtual machine endpoint.", + 'ipAddresses', + 'IP addresses of the storage virtual machine endpoint.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointManagement.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointManagement.ts index c4b5b9104..79fbbc78c 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointManagement.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointManagement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapStorageVirtualMachineEndpointManagement { // The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapStorageVirtualMachineEndpointManagement_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the storage virtual machine endpoint.", + 'ipAddresses', + 'IP addresses of the storage virtual machine endpoint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointNf.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointNf.ts index 29cbacc10..fdbb0c831 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointNf.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointNf.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapStorageVirtualMachineEndpointNf { // The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapStorageVirtualMachineEndpointNf_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the storage virtual machine endpoint.", + 'ipAddresses', + 'IP addresses of the storage virtual machine endpoint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointSmb.ts b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointSmb.ts index e7b5563b2..8131978bc 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointSmb.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapStorageVirtualMachineEndpointSmb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapStorageVirtualMachineEndpointSmb { // The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name. @@ -18,16 +18,16 @@ export function fsx_OntapStorageVirtualMachineEndpointSmb_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "dnsName", - "The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.", + 'dnsName', + 'The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "IP addresses of the storage virtual machine endpoint.", + 'ipAddresses', + 'IP addresses of the storage virtual machine endpoint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeAggregateConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeAggregateConfiguration.ts index d7695ab94..42145a500 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeAggregateConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeAggregateConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeAggregateConfiguration { // Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate. @@ -21,24 +21,24 @@ export function fsx_OntapVolumeAggregateConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "aggregates", - "Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate.", + 'aggregates', + 'Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "constituentsPerAggregate", - "Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. the default value is `8`.", + 'constituentsPerAggregate', + 'Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. the default value is `8`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "totalConstituents", - "The total amount of constituents for a `FLEXGROUP` volume. This would equal constituents_per_aggregate x aggregates.", + 'totalConstituents', + 'The total amount of constituents for a `FLEXGROUP` volume. This would equal constituents_per_aggregate x aggregates.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfiguration.ts index 6052e90cb..925700915 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapVolumeSnaplockConfigurationRetentionPeriod, fsx_OntapVolumeSnaplockConfigurationRetentionPeriod_GetTypes, -} from "./fsx_OntapVolumeSnaplockConfigurationRetentionPeriod"; +} from './fsx_OntapVolumeSnaplockConfigurationRetentionPeriod'; import { fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod, fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod_GetTypes, -} from "./fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod"; +} from './fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod'; export interface fsx_OntapVolumeSnaplockConfiguration { // Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Valid values: `DISABLED`, `ENABLED`, `PERMANENTLY_DISABLED`. The default value is `DISABLED`. @@ -38,15 +38,15 @@ export function fsx_OntapVolumeSnaplockConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "retentionPeriod", - "The retention period of an FSx for ONTAP SnapLock volume. See `retention_period` Block for details.", + 'retentionPeriod', + 'The retention period of an FSx for ONTAP SnapLock volume. See `retention_period` Block for details.', () => fsx_OntapVolumeSnaplockConfigurationRetentionPeriod_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "snaplockType", + 'snaplockType', "Specifies the retention mode of an FSx for ONTAP SnapLock volume. After it is set, it can't be changed. Valid values: `COMPLIANCE`, `ENTERPRISE`.", () => [], true, @@ -54,32 +54,32 @@ export function fsx_OntapVolumeSnaplockConfiguration_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Bool, - "volumeAppendModeEnabled", - "Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. The default value is `false`.", + 'volumeAppendModeEnabled', + 'Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "auditLogVolume", - "Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is `false`.", + 'auditLogVolume', + 'Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "autocommitPeriod", - "The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume. See `autocommit_period` Block for details.", + 'autocommitPeriod', + 'The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume. See `autocommit_period` Block for details.', () => fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "privilegedDelete", - "Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Valid values: `DISABLED`, `ENABLED`, `PERMANENTLY_DISABLED`. The default value is `DISABLED`.", + 'privilegedDelete', + 'Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Valid values: `DISABLED`, `ENABLED`, `PERMANENTLY_DISABLED`. The default value is `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod.ts index f75e20396..8472f9974 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod { // The type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value to `NONE` disables autocommit. Valid values: `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `NONE`. @@ -18,16 +18,16 @@ export function fsx_OntapVolumeSnaplockConfigurationAutocommitPeriod_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "The type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value to `NONE` disables autocommit. Valid values: `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `NONE`.", + 'type', + 'The type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value to `NONE` disables autocommit. Valid values: `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", - "The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.", + 'value', + 'The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriod.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriod.ts index 78da02e9b..8d0b1291c 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriod.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriod.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention, fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention_GetTypes, -} from "./fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention"; +} from './fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention'; import { fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention, fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention_GetTypes, -} from "./fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention"; +} from './fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention'; import { fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention, fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention_GetTypes, -} from "./fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention"; +} from './fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention'; export interface fsx_OntapVolumeSnaplockConfigurationRetentionPeriod { // The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period. See `default_retention` Block for details. @@ -33,8 +33,8 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriod_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "defaultRetention", - "The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period. See `default_retention` Block for details.", + 'defaultRetention', + 'The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period. See `default_retention` Block for details.', () => fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention_GetTypes(), false, @@ -42,8 +42,8 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriod_GetTypes(): ), new DynamicUIProps( InputType.Object, - "maximumRetention", - "The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume. See `maximum_retention` Block for details.", + 'maximumRetention', + 'The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume. See `maximum_retention` Block for details.', () => fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention_GetTypes(), false, @@ -51,8 +51,8 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriod_GetTypes(): ), new DynamicUIProps( InputType.Object, - "minimumRetention", - "The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume. See `minimum_retention` Block for details.", + 'minimumRetention', + 'The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume. See `minimum_retention` Block for details.', () => fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention.ts index cd3eeb9f9..f8340b9d9 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetention { // The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`. @@ -18,16 +18,16 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriodDefaultRetent return [ new DynamicUIProps( InputType.String, - "type", - "The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.", + 'type', + 'The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", - "The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.", + 'value', + 'The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention.ts index ee86c90b1..3f9bd7dcd 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetention { // The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`. @@ -18,16 +18,16 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMaximumRetent return [ new DynamicUIProps( InputType.String, - "type", - "The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.", + 'type', + 'The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", - "The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.", + 'value', + 'The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention.ts index 1a16e66c3..584a37f75 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetention { // The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`. @@ -18,16 +18,16 @@ export function fsx_OntapVolumeSnaplockConfigurationRetentionPeriodMinimumRetent return [ new DynamicUIProps( InputType.String, - "type", - "The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.", + 'type', + 'The type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to `INFINITE`, the files are retained forever. If you set it to `UNSPECIFIED`, the files are retained until you set an explicit retention period. Valid values: `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `MONTHS`, `YEARS`, `INFINITE`, `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", - "The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.", + 'value', + 'The amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OntapVolumeTieringPolicy.ts b/src/app/Models/codegen/aws/types/fsx_OntapVolumeTieringPolicy.ts index 3ca2a865c..2e2d5634f 100644 --- a/src/app/Models/codegen/aws/types/fsx_OntapVolumeTieringPolicy.ts +++ b/src/app/Models/codegen/aws/types/fsx_OntapVolumeTieringPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OntapVolumeTieringPolicy { // Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with `AUTO` and `SNAPSHOT_ONLY` tiering policies only. Valid values are whole numbers between 2 and 183. Default values are 31 days for `AUTO` and 2 days for `SNAPSHOT_ONLY`. @@ -18,7 +18,7 @@ export function fsx_OntapVolumeTieringPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "coolingPeriod", + 'coolingPeriod', 'Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with `AUTO` and `SNAPSHOT_ONLY` tiering policies only. Valid values are whole numbers between 2 and 183. Default values are 31 days for `AUTO` and 2 days for `SNAPSHOT_ONLY`.', () => [], false, @@ -26,8 +26,8 @@ export function fsx_OntapVolumeTieringPolicy_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "name", - "Specifies the tiering policy for the ONTAP volume for moving data to the capacity pool storage. Valid values are `SNAPSHOT_ONLY`, `AUTO`, `ALL`, `NONE`. Default value is `SNAPSHOT_ONLY`.", + 'name', + 'Specifies the tiering policy for the ONTAP volume for moving data to the capacity pool storage. Valid values are `SNAPSHOT_ONLY`, `AUTO`, `ALL`, `NONE`. Default value is `SNAPSHOT_ONLY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemDiskIopsConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemDiskIopsConfiguration.ts index de54bab6a..ecd14a10f 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemDiskIopsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemDiskIopsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsFileSystemDiskIopsConfiguration { // The total number of SSD IOPS provisioned for the file system. @@ -18,16 +18,16 @@ export function fsx_OpenZfsFileSystemDiskIopsConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "iops", - "The total number of SSD IOPS provisioned for the file system.", + 'iops', + 'The total number of SSD IOPS provisioned for the file system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.", + 'mode', + 'Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfiguration.ts index 5f62222cd..0f7516c4b 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports, fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports_GetTypes, -} from "./fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports"; +} from './fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports'; import { fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota, fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota_GetTypes, -} from "./fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota"; +} from './fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota'; export interface fsx_OpenZfsFileSystemRootVolumeConfiguration { // Method used to compress the data on the volume. Valid values are `LZ4`, `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. @@ -38,15 +38,15 @@ export function fsx_OpenZfsFileSystemRootVolumeConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "copyTagsToSnapshots", - "A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.", + 'copyTagsToSnapshots', + 'A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dataCompressionType", + 'dataCompressionType', "Method used to compress the data on the volume. Valid values are `LZ4`, `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.", () => [], false, @@ -54,32 +54,32 @@ export function fsx_OpenZfsFileSystemRootVolumeConfiguration_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "nfsExports", - "NFS export configuration for the root volume. Exactly 1 item. See `nfs_exports` Block for details.", + 'nfsExports', + 'NFS export configuration for the root volume. Exactly 1 item. See `nfs_exports` Block for details.', () => fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "readOnly", - "specifies whether the volume is read-only. Default is false.", + 'readOnly', + 'specifies whether the volume is read-only. Default is false.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "recordSizeKib", - "Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.", + 'recordSizeKib', + 'Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "userAndGroupQuotas", - "Specify how much storage users or groups can use on the volume. Maximum of 100 items. See `user_and_group_quotas` Block for details.", + 'userAndGroupQuotas', + 'Specify how much storage users or groups can use on the volume. Maximum of 100 items. See `user_and_group_quotas` Block for details.', () => fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports.ts index df5dca603..d8b17acdc 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration, fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration_GetTypes, -} from "./fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration"; +} from './fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration'; export interface fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports { // A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block for details. @@ -19,8 +19,8 @@ export function fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExports_GetTypes( return [ new DynamicUIProps( InputType.Array, - "clientConfigurations", - "A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block for details.", + 'clientConfigurations', + 'A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block for details.', () => fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration.ts index c7368bd7d..85bec6efe 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration { // A value that specifies who can mount the file system. You can provide a wildcard character (-), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client. @@ -18,16 +18,16 @@ export function fsx_OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConf return [ new DynamicUIProps( InputType.String, - "clients", - "A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.", + 'clients', + 'A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "options", - "The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.", + 'options', + 'The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota.ts index 1d0b50d15..26dcddb75 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota { // The ID of the user or group. Valid values between `0` and `2147483647` @@ -21,24 +21,24 @@ export function fsx_OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota_Ge return [ new DynamicUIProps( InputType.Number, - "id", - "The ID of the user or group. Valid values between `0` and `2147483647`", + 'id', + 'The ID of the user or group. Valid values between `0` and `2147483647`', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "storageCapacityQuotaGib", - "The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`", + 'storageCapacityQuotaGib', + 'The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "A value that specifies whether the quota applies to a user or group. Valid values are `USER` or `GROUP`.", + 'type', + 'A value that specifies whether the quota applies to a user or group. Valid values are `USER` or `GROUP`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExports.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExports.ts index 814e88bdd..056a2e5e8 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExports.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExports.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_OpenZfsVolumeNfsExportsClientConfiguration, fsx_OpenZfsVolumeNfsExportsClientConfiguration_GetTypes, -} from "./fsx_OpenZfsVolumeNfsExportsClientConfiguration"; +} from './fsx_OpenZfsVolumeNfsExportsClientConfiguration'; export interface fsx_OpenZfsVolumeNfsExports { // A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block below for details. @@ -19,8 +19,8 @@ export function fsx_OpenZfsVolumeNfsExports_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "clientConfigurations", - "A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block below for details.", + 'clientConfigurations', + 'A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See `client_configurations` Block below for details.', () => fsx_OpenZfsVolumeNfsExportsClientConfiguration_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExportsClientConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExportsClientConfiguration.ts index 130e96932..c08a67584 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExportsClientConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeNfsExportsClientConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsVolumeNfsExportsClientConfiguration { // A value that specifies who can mount the file system. You can provide a wildcard character (-), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client. @@ -18,16 +18,16 @@ export function fsx_OpenZfsVolumeNfsExportsClientConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "options", - "The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.", + 'options', + 'The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "clients", - "A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.", + 'clients', + 'A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeOriginSnapshot.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeOriginSnapshot.ts index 667520767..96da30a6f 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeOriginSnapshot.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeOriginSnapshot.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsVolumeOriginSnapshot { // Specifies the strategy used when copying data from the snapshot to the new volume. Valid values are `CLONE`, `FULL_COPY`, `INCREMENTAL_COPY`. @@ -18,16 +18,16 @@ export function fsx_OpenZfsVolumeOriginSnapshot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "copyStrategy", - "Specifies the strategy used when copying data from the snapshot to the new volume. Valid values are `CLONE`, `FULL_COPY`, `INCREMENTAL_COPY`.", + 'copyStrategy', + 'Specifies the strategy used when copying data from the snapshot to the new volume. Valid values are `CLONE`, `FULL_COPY`, `INCREMENTAL_COPY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotArn", - "The Amazon Resource Name (ARN) of the origin snapshot.", + 'snapshotArn', + 'The Amazon Resource Name (ARN) of the origin snapshot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeUserAndGroupQuota.ts b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeUserAndGroupQuota.ts index 2ed992aa5..1407fd4b7 100644 --- a/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeUserAndGroupQuota.ts +++ b/src/app/Models/codegen/aws/types/fsx_OpenZfsVolumeUserAndGroupQuota.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_OpenZfsVolumeUserAndGroupQuota { // The ID of the user or group. Valid values between `0` and `2147483647` @@ -24,17 +24,17 @@ export function fsx_OpenZfsVolumeUserAndGroupQuota_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "storageCapacityQuotaGib", - "The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`\n* `Type` - (Required) - A value that specifies whether the quota applies to a user or group. Valid values are `USER` or `GROUP`.", + 'storageCapacityQuotaGib', + 'The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`\n* `Type` - (Required) - A value that specifies whether the quota applies to a user or group. Valid values are `USER` or `GROUP`.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "id", - "The ID of the user or group. Valid values between `0` and `2147483647`", + 'id', + 'The ID of the user or group. Valid values between `0` and `2147483647`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemAuditLogConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemAuditLogConfiguration.ts index f8fe12021..4a0e7ff55 100644 --- a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemAuditLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemAuditLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_WindowsFileSystemAuditLogConfiguration { // Sets which attempt type is logged by Amazon FSx for file and folder accesses. Valid values are `SUCCESS_ONLY`, `FAILURE_ONLY`, `SUCCESS_AND_FAILURE`, and `DISABLED`. Default value is `DISABLED`. @@ -21,24 +21,24 @@ export function fsx_WindowsFileSystemAuditLogConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "fileAccessAuditLogLevel", - "Sets which attempt type is logged by Amazon FSx for file and folder accesses. Valid values are `SUCCESS_ONLY`, `FAILURE_ONLY`, `SUCCESS_AND_FAILURE`, and `DISABLED`. Default value is `DISABLED`.", + 'fileAccessAuditLogLevel', + 'Sets which attempt type is logged by Amazon FSx for file and folder accesses. Valid values are `SUCCESS_ONLY`, `FAILURE_ONLY`, `SUCCESS_AND_FAILURE`, and `DISABLED`. Default value is `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileShareAccessAuditLogLevel", - "Sets which attempt type is logged by Amazon FSx for file share accesses. Valid values are `SUCCESS_ONLY`, `FAILURE_ONLY`, `SUCCESS_AND_FAILURE`, and `DISABLED`. Default value is `DISABLED`.", + 'fileShareAccessAuditLogLevel', + 'Sets which attempt type is logged by Amazon FSx for file share accesses. Valid values are `SUCCESS_ONLY`, `FAILURE_ONLY`, `SUCCESS_AND_FAILURE`, and `DISABLED`. Default value is `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "auditLogDestination", - "The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN. Can be specified when `file_access_audit_log_level` and `file_share_access_audit_log_level` are not set to `DISABLED`. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix. If you do not provide a destination in `audit_log_destionation`, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.", + 'auditLogDestination', + 'The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN. Can be specified when `file_access_audit_log_level` and `file_share_access_audit_log_level` are not set to `DISABLED`. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix. If you do not provide a destination in `audit_log_destionation`, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemDiskIopsConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemDiskIopsConfiguration.ts index 1c894c969..50f78f01f 100644 --- a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemDiskIopsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemDiskIopsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_WindowsFileSystemDiskIopsConfiguration { // The total number of SSD IOPS provisioned for the file system. @@ -18,16 +18,16 @@ export function fsx_WindowsFileSystemDiskIopsConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "iops", - "The total number of SSD IOPS provisioned for the file system.", + 'iops', + 'The total number of SSD IOPS provisioned for the file system.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.", + 'mode', + 'Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemSelfManagedActiveDirectory.ts b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemSelfManagedActiveDirectory.ts index d333562d8..4b6f73679 100644 --- a/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemSelfManagedActiveDirectory.ts +++ b/src/app/Models/codegen/aws/types/fsx_WindowsFileSystemSelfManagedActiveDirectory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_WindowsFileSystemSelfManagedActiveDirectory { // The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. @@ -30,48 +30,48 @@ export function fsx_WindowsFileSystemSelfManagedActiveDirectory_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "dnsIps", - "A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. The IP addresses need to be either in the same VPC CIDR range as the file system or in the private IP version 4 (IPv4) address ranges as specified in [RFC 1918](https://tools.ietf.org/html/rfc1918).", + 'dnsIps', + 'A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. The IP addresses need to be either in the same VPC CIDR range as the file system or in the private IP version 4 (IPv4) address ranges as specified in [RFC 1918](https://tools.ietf.org/html/rfc1918).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.", + 'domainName', + 'The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileSystemAdministratorsGroup", - "The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, and setting audit controls (audit ACLs) on files and folders. The group that you specify must already exist in your domain. Defaults to `Domain Admins`.", + 'fileSystemAdministratorsGroup', + 'The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, and setting audit controls (audit ACLs) on files and folders. The group that you specify must already exist in your domain. Defaults to `Domain Admins`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizationalUnitDistinguishedName", - "The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. For example, `OU=FSx,DC=yourdomain,DC=corp,DC=com`. Only accepts OU as the direct parent of the file system. If none is provided, the FSx file system is created in the default location of your self-managed AD directory. To learn more, see [RFC 2253](https://tools.ietf.org/html/rfc2253).", + 'organizationalUnitDistinguishedName', + 'The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. For example, `OU=FSx,DC=yourdomain,DC=corp,DC=com`. Only accepts OU as the direct parent of the file system. If none is provided, the FSx file system is created in the default location of your self-managed AD directory. To learn more, see [RFC 2253](https://tools.ietf.org/html/rfc2253).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.", + 'password', + 'The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.", + 'username', + 'The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemDiskIopsConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemDiskIopsConfiguration.ts index 7371cffd6..a392d63a5 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemDiskIopsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemDiskIopsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapFileSystemDiskIopsConfiguration { // The total number of SSD IOPS provisioned for the file system. @@ -18,16 +18,16 @@ export function fsx_getOntapFileSystemDiskIopsConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "iops", - "The total number of SSD IOPS provisioned for the file system.", + 'iops', + 'The total number of SSD IOPS provisioned for the file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mode", - "Specifies whether the file system is using the `AUTOMATIC` setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a `USER_PROVISIONED` value.", + 'mode', + 'Specifies whether the file system is using the `AUTOMATIC` setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a `USER_PROVISIONED` value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpoint.ts b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpoint.ts index b32dce6ae..5c63828c8 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpoint.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpoint.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_getOntapFileSystemEndpointIntercluster, fsx_getOntapFileSystemEndpointIntercluster_GetTypes, -} from "./fsx_getOntapFileSystemEndpointIntercluster"; +} from './fsx_getOntapFileSystemEndpointIntercluster'; import { fsx_getOntapFileSystemEndpointManagement, fsx_getOntapFileSystemEndpointManagement_GetTypes, -} from "./fsx_getOntapFileSystemEndpointManagement"; +} from './fsx_getOntapFileSystemEndpointManagement'; export interface fsx_getOntapFileSystemEndpoint { // A FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below. @@ -26,16 +26,16 @@ export function fsx_getOntapFileSystemEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "interclusters", - "A FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.", + 'interclusters', + 'A FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.', () => fsx_getOntapFileSystemEndpointIntercluster_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "managements", - "A FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.", + 'managements', + 'A FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.', () => fsx_getOntapFileSystemEndpointManagement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointIntercluster.ts b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointIntercluster.ts index b2ac60a37..fb82ce859 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointIntercluster.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointIntercluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapFileSystemEndpointIntercluster { // DNS name for the file system. @@ -18,16 +18,16 @@ export function fsx_getOntapFileSystemEndpointIntercluster_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "dnsName", - "DNS name for the file system.", + 'dnsName', + 'DNS name for the file system.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointManagement.ts b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointManagement.ts index 2a1798c1f..e28255322 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointManagement.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapFileSystemEndpointManagement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapFileSystemEndpointManagement { // DNS name for the file system. @@ -18,16 +18,16 @@ export function fsx_getOntapFileSystemEndpointManagement_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "dnsName", - "DNS name for the file system.", + 'dnsName', + 'DNS name for the file system.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration.ts index 2bd109b6e..fbdc38914 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration, fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration_GetTypes, -} from "./fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration"; +} from './fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration'; export interface fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration { // @@ -22,8 +22,8 @@ export function fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration_Ge return [ new DynamicUIProps( InputType.Array, - "selfManagedActiveDirectoryConfigurations", - "", + 'selfManagedActiveDirectoryConfigurations', + '', () => fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration_GetTypes(), true, @@ -31,8 +31,8 @@ export function fsx_getOntapStorageVirtualMachineActiveDirectoryConfiguration_Ge ), new DynamicUIProps( InputType.String, - "netbiosName", - "The NetBIOS name of the AD computer object to which the SVM is joined.", + 'netbiosName', + 'The NetBIOS name of the AD computer object to which the SVM is joined.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts index 7c5165a77..9a4917873 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration { // The name of the domain group whose members have administrative privileges for the FSx file system. @@ -27,40 +27,40 @@ export function fsx_getOntapStorageVirtualMachineActiveDirectoryConfigurationSel return [ new DynamicUIProps( InputType.String, - "fileSystemAdministratorsGroup", - "The name of the domain group whose members have administrative privileges for the FSx file system.", + 'fileSystemAdministratorsGroup', + 'The name of the domain group whose members have administrative privileges for the FSx file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "organizationalUnitDistinguishedName", - "The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.", + 'organizationalUnitDistinguishedName', + 'The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.", + 'username', + 'The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dnsIps", - "A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.", + 'dnsIps', + 'A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The fully qualified domain name of the self-managed AD directory.", + 'domainName', + 'The fully qualified domain name of the self-managed AD directory.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpoint.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpoint.ts index aa9f529c3..0be776e33 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpoint.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpoint.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { fsx_getOntapStorageVirtualMachineEndpointIscsi, fsx_getOntapStorageVirtualMachineEndpointIscsi_GetTypes, -} from "./fsx_getOntapStorageVirtualMachineEndpointIscsi"; +} from './fsx_getOntapStorageVirtualMachineEndpointIscsi'; import { fsx_getOntapStorageVirtualMachineEndpointManagement, fsx_getOntapStorageVirtualMachineEndpointManagement_GetTypes, -} from "./fsx_getOntapStorageVirtualMachineEndpointManagement"; +} from './fsx_getOntapStorageVirtualMachineEndpointManagement'; import { fsx_getOntapStorageVirtualMachineEndpointNf, fsx_getOntapStorageVirtualMachineEndpointNf_GetTypes, -} from "./fsx_getOntapStorageVirtualMachineEndpointNf"; +} from './fsx_getOntapStorageVirtualMachineEndpointNf'; import { fsx_getOntapStorageVirtualMachineEndpointSmb, fsx_getOntapStorageVirtualMachineEndpointSmb_GetTypes, -} from "./fsx_getOntapStorageVirtualMachineEndpointSmb"; +} from './fsx_getOntapStorageVirtualMachineEndpointSmb'; export interface fsx_getOntapStorageVirtualMachineEndpoint { // @@ -40,32 +40,32 @@ export function fsx_getOntapStorageVirtualMachineEndpoint_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "iscsis", - "", + 'iscsis', + '', () => fsx_getOntapStorageVirtualMachineEndpointIscsi_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "managements", - "An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager. See SVM Endpoint below.", + 'managements', + 'An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager. See SVM Endpoint below.', () => fsx_getOntapStorageVirtualMachineEndpointManagement_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "nfs", - "An endpoint for connecting using the Network File System (NFS) protocol. See SVM Endpoint below.", + 'nfs', + 'An endpoint for connecting using the Network File System (NFS) protocol. See SVM Endpoint below.', () => fsx_getOntapStorageVirtualMachineEndpointNf_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "smbs", - "An endpoint for connecting using the Server Message Block (SMB) protocol. See SVM Endpoint below.", + 'smbs', + 'An endpoint for connecting using the Server Message Block (SMB) protocol. See SVM Endpoint below.', () => fsx_getOntapStorageVirtualMachineEndpointSmb_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointIscsi.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointIscsi.ts index 545a3b74e..982bef790 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointIscsi.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointIscsi.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineEndpointIscsi { // @@ -16,11 +16,11 @@ export interface fsx_getOntapStorageVirtualMachineEndpointIscsi { export function fsx_getOntapStorageVirtualMachineEndpointIscsi_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "dnsName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'dnsName', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointManagement.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointManagement.ts index 20af3b8ef..ae97f9abb 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointManagement.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointManagement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineEndpointManagement { // @@ -16,11 +16,11 @@ export interface fsx_getOntapStorageVirtualMachineEndpointManagement { export function fsx_getOntapStorageVirtualMachineEndpointManagement_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "dnsName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'dnsName', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointNf.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointNf.ts index c400ead48..cf9d9acb5 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointNf.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointNf.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineEndpointNf { // @@ -18,12 +18,12 @@ export function fsx_getOntapStorageVirtualMachineEndpointNf_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "dnsName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'dnsName', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointSmb.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointSmb.ts index 7957b21df..9cbee4d38 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointSmb.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineEndpointSmb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineEndpointSmb { // @@ -16,11 +16,11 @@ export interface fsx_getOntapStorageVirtualMachineEndpointSmb { export function fsx_getOntapStorageVirtualMachineEndpointSmb_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "dnsName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'dnsName', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineFilter.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineFilter.ts index e93fc1be8..78c5eb15f 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineFilter.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html). @@ -18,16 +18,16 @@ export function fsx_getOntapStorageVirtualMachineFilter_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. An SVM will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. An SVM will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineLifecycleTransitionReason.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineLifecycleTransitionReason.ts index 740dbd247..3834c25e3 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineLifecycleTransitionReason.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachineLifecycleTransitionReason.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachineLifecycleTransitionReason { // A detailed message. @@ -15,8 +15,8 @@ export function fsx_getOntapStorageVirtualMachineLifecycleTransitionReason_GetTy return [ new DynamicUIProps( InputType.String, - "message", - "A detailed message.", + 'message', + 'A detailed message.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachinesFilter.ts b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachinesFilter.ts index 705be6847..bfa177400 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachinesFilter.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOntapStorageVirtualMachinesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOntapStorageVirtualMachinesFilter { // Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html). @@ -18,16 +18,16 @@ export function fsx_getOntapStorageVirtualMachinesFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html).", + 'name', + 'Name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field. An SVM will be selected if any one of the given values matches.", + 'values', + 'Set of values that are accepted for the given field. An SVM will be selected if any one of the given values matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getOpenZfsSnapshotFilter.ts b/src/app/Models/codegen/aws/types/fsx_getOpenZfsSnapshotFilter.ts index 293d83644..ba2b50bef 100644 --- a/src/app/Models/codegen/aws/types/fsx_getOpenZfsSnapshotFilter.ts +++ b/src/app/Models/codegen/aws/types/fsx_getOpenZfsSnapshotFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getOpenZfsSnapshotFilter { // Name of the snapshot. @@ -18,16 +18,16 @@ export function fsx_getOpenZfsSnapshotFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the snapshot.", + 'name', + 'Name of the snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemAuditLogConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemAuditLogConfiguration.ts index 4173b5b3d..069dd5f2f 100644 --- a/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemAuditLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemAuditLogConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getWindowsFileSystemAuditLogConfiguration { // @@ -21,24 +21,24 @@ export function fsx_getWindowsFileSystemAuditLogConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "fileAccessAuditLogLevel", - "", + 'fileAccessAuditLogLevel', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileShareAccessAuditLogLevel", - "", + 'fileShareAccessAuditLogLevel', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "auditLogDestination", - "", + 'auditLogDestination', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemDiskIopsConfiguration.ts b/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemDiskIopsConfiguration.ts index 977a2592c..f9022de25 100644 --- a/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemDiskIopsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/fsx_getWindowsFileSystemDiskIopsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface fsx_getWindowsFileSystemDiskIopsConfiguration { // @@ -16,7 +16,7 @@ export interface fsx_getWindowsFileSystemDiskIopsConfiguration { export function fsx_getWindowsFileSystemDiskIopsConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "iops", "", () => [], true, false), - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/gamelift_AliasRoutingStrategy.ts b/src/app/Models/codegen/aws/types/gamelift_AliasRoutingStrategy.ts index 6b1ed7f12..5cd4ed08f 100644 --- a/src/app/Models/codegen/aws/types/gamelift_AliasRoutingStrategy.ts +++ b/src/app/Models/codegen/aws/types/gamelift_AliasRoutingStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_AliasRoutingStrategy { // ID of the GameLift Fleet to point the alias to. @@ -21,24 +21,24 @@ export function gamelift_AliasRoutingStrategy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fleetId", - "ID of the GameLift Fleet to point the alias to.", + 'fleetId', + 'ID of the GameLift Fleet to point the alias to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "message", - "Message text to be used with the `TERMINAL` routing strategy.", + 'message', + 'Message text to be used with the `TERMINAL` routing strategy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of routing strategyE.g., `SIMPLE` or `TERMINAL`", + 'type', + 'Type of routing strategyE.g., `SIMPLE` or `TERMINAL`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_BuildStorageLocation.ts b/src/app/Models/codegen/aws/types/gamelift_BuildStorageLocation.ts index 3d82b28e6..073f8de28 100644 --- a/src/app/Models/codegen/aws/types/gamelift_BuildStorageLocation.ts +++ b/src/app/Models/codegen/aws/types/gamelift_BuildStorageLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_BuildStorageLocation { // Name of your S3 bucket. @@ -24,32 +24,32 @@ export function gamelift_BuildStorageLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of your S3 bucket.", + 'bucket', + 'Name of your S3 bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "key", - "Name of the zip file containing your build files.", + 'key', + 'Name of the zip file containing your build files.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "objectVersion", - "A specific version of the file. If not set, the latest version of the file is retrieved.", + 'objectVersion', + 'A specific version of the file. If not set, the latest version of the file is retrieved.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the access role that allows Amazon GameLift to access your S3 bucket.", + 'roleArn', + 'ARN of the access role that allows Amazon GameLift to access your S3 bucket.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/gamelift_FleetCertificateConfiguration.ts b/src/app/Models/codegen/aws/types/gamelift_FleetCertificateConfiguration.ts index 75b3cca07..10706ca1b 100644 --- a/src/app/Models/codegen/aws/types/gamelift_FleetCertificateConfiguration.ts +++ b/src/app/Models/codegen/aws/types/gamelift_FleetCertificateConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_FleetCertificateConfiguration { // Indicates whether a TLS/SSL certificate is generated for a fleet. Valid values are `DISABLED` and `GENERATED`. Default value is `DISABLED`. @@ -15,8 +15,8 @@ export function gamelift_FleetCertificateConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "certificateType", - "Indicates whether a TLS/SSL certificate is generated for a fleet. Valid values are `DISABLED` and `GENERATED`. Default value is `DISABLED`.", + 'certificateType', + 'Indicates whether a TLS/SSL certificate is generated for a fleet. Valid values are `DISABLED` and `GENERATED`. Default value is `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_FleetEc2InboundPermission.ts b/src/app/Models/codegen/aws/types/gamelift_FleetEc2InboundPermission.ts index c4498d37a..f205c06fa 100644 --- a/src/app/Models/codegen/aws/types/gamelift_FleetEc2InboundPermission.ts +++ b/src/app/Models/codegen/aws/types/gamelift_FleetEc2InboundPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_FleetEc2InboundPermission { // Starting value for a range of allowed port numbers. @@ -24,32 +24,32 @@ export function gamelift_FleetEc2InboundPermission_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "protocol", - "Network communication protocol used by the fleetE.g., `TCP` or `UDP`", + 'protocol', + 'Network communication protocol used by the fleetE.g., `TCP` or `UDP`', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "Ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than `from_port`.", + 'toPort', + 'Ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than `from_port`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "Starting value for a range of allowed port numbers.", + 'fromPort', + 'Starting value for a range of allowed port numbers.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipRange", - "Range of allowed IP addresses expressed in CIDR notationE.g., `000.000.000.000/[subnet mask]` or `0.0.0.0/[subnet mask]`.", + 'ipRange', + 'Range of allowed IP addresses expressed in CIDR notationE.g., `000.000.000.000/[subnet mask]` or `0.0.0.0/[subnet mask]`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_FleetResourceCreationLimitPolicy.ts b/src/app/Models/codegen/aws/types/gamelift_FleetResourceCreationLimitPolicy.ts index 8a554ceb3..7bfd11688 100644 --- a/src/app/Models/codegen/aws/types/gamelift_FleetResourceCreationLimitPolicy.ts +++ b/src/app/Models/codegen/aws/types/gamelift_FleetResourceCreationLimitPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_FleetResourceCreationLimitPolicy { // Maximum number of game sessions that an individual can create during the policy period. @@ -18,16 +18,16 @@ export function gamelift_FleetResourceCreationLimitPolicy_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "newGameSessionsPerCreator", - "Maximum number of game sessions that an individual can create during the policy period.", + 'newGameSessionsPerCreator', + 'Maximum number of game sessions that an individual can create during the policy period.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "policyPeriodInMinutes", - "Time span used in evaluating the resource creation limit policy.", + 'policyPeriodInMinutes', + 'Time span used in evaluating the resource creation limit policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfiguration.ts b/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfiguration.ts index 71726249f..2ec0ed91b 100644 --- a/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_FleetRuntimeConfigurationServerProcess, gamelift_FleetRuntimeConfigurationServerProcess_GetTypes, -} from "./gamelift_FleetRuntimeConfigurationServerProcess"; +} from './gamelift_FleetRuntimeConfigurationServerProcess'; export interface gamelift_FleetRuntimeConfiguration { // Maximum amount of time (in seconds) that a game session can remain in status `ACTIVATING`. @@ -25,24 +25,24 @@ export function gamelift_FleetRuntimeConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "gameSessionActivationTimeoutSeconds", - "Maximum amount of time (in seconds) that a game session can remain in status `ACTIVATING`.", + 'gameSessionActivationTimeoutSeconds', + 'Maximum amount of time (in seconds) that a game session can remain in status `ACTIVATING`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrentGameSessionActivations", - "Maximum number of game sessions with status `ACTIVATING` to allow on an instance simultaneously.", + 'maxConcurrentGameSessionActivations', + 'Maximum number of game sessions with status `ACTIVATING` to allow on an instance simultaneously.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "serverProcesses", - "Collection of server process configurations that describe which server processes to run on each instance in a fleet. See below.", + 'serverProcesses', + 'Collection of server process configurations that describe which server processes to run on each instance in a fleet. See below.', () => gamelift_FleetRuntimeConfigurationServerProcess_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfigurationServerProcess.ts b/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfigurationServerProcess.ts index 91fdb2010..862ef9b3a 100644 --- a/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfigurationServerProcess.ts +++ b/src/app/Models/codegen/aws/types/gamelift_FleetRuntimeConfigurationServerProcess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_FleetRuntimeConfigurationServerProcess { // Number of server processes using this configuration to run concurrently on an instance. @@ -21,24 +21,24 @@ export function gamelift_FleetRuntimeConfigurationServerProcess_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "concurrentExecutions", - "Number of server processes using this configuration to run concurrently on an instance.", + 'concurrentExecutions', + 'Number of server processes using this configuration to run concurrently on an instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchPath", - "Location of the server executable in a game build. All game builds are installed on instances at the root : for Windows instances `C:\\game`, and for Linux instances `/local/game`.", + 'launchPath', + 'Location of the server executable in a game build. All game builds are installed on instances at the root : for Windows instances `C:\\game`, and for Linux instances `/local/game`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameters", - "Optional list of parameters to pass to the server executable on launch.", + 'parameters', + 'Optional list of parameters to pass to the server executable on launch.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicy.ts b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicy.ts index e0e760b90..771b0b552 100644 --- a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicy.ts +++ b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration, gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration_GetTypes, -} from "./gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration"; +} from './gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration'; export interface gamelift_GameServerGroupAutoScalingPolicy { /* @@ -27,16 +27,16 @@ export function gamelift_GameServerGroupAutoScalingPolicy_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "estimatedInstanceWarmup", - "Length of time, in seconds, it takes for a new instance to start\nnew game server processes and register with GameLift FleetIQ.\nSpecifying a warm-up time can be useful, particularly with game servers that take a long time to start up,\nbecause it avoids prematurely starting new instances. Defaults to `60`.", + 'estimatedInstanceWarmup', + 'Length of time, in seconds, it takes for a new instance to start\nnew game server processes and register with GameLift FleetIQ.\nSpecifying a warm-up time can be useful, particularly with game servers that take a long time to start up,\nbecause it avoids prematurely starting new instances. Defaults to `60`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "targetTrackingConfiguration", - "", + 'targetTrackingConfiguration', + '', () => gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration.ts b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration.ts index 73d9eb7fb..1320fd30f 100644 --- a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfiguration { // Desired value to use with a game server group target-based scaling policy. @@ -15,8 +15,8 @@ export function gamelift_GameServerGroupAutoScalingPolicyTargetTrackingConfigura return [ new DynamicUIProps( InputType.Number, - "targetValue", - "Desired value to use with a game server group target-based scaling policy.", + 'targetValue', + 'Desired value to use with a game server group target-based scaling policy.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupInstanceDefinition.ts b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupInstanceDefinition.ts index 24cde1b6f..6b0872335 100644 --- a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupInstanceDefinition.ts +++ b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupInstanceDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_GameServerGroupInstanceDefinition { // An EC2 instance type. @@ -23,15 +23,15 @@ export function gamelift_GameServerGroupInstanceDefinition_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "instanceType", - "An EC2 instance type.", + 'instanceType', + 'An EC2 instance type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "weightedCapacity", + 'weightedCapacity', "Instance weighting that indicates how much this instance type contributes\nto the total capacity of a game server group.\nInstance weights are used by GameLift FleetIQ to calculate the instance type's cost per unit hour and better identify\nthe most cost-effective options.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupLaunchTemplate.ts b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupLaunchTemplate.ts index aa1989857..7d6eb5fb6 100644 --- a/src/app/Models/codegen/aws/types/gamelift_GameServerGroupLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/gamelift_GameServerGroupLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_GameServerGroupLaunchTemplate { // A unique identifier for an existing EC2 launch template. @@ -21,24 +21,24 @@ export function gamelift_GameServerGroupLaunchTemplate_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "A unique identifier for an existing EC2 launch template.", + 'id', + 'A unique identifier for an existing EC2 launch template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "A readable identifier for an existing EC2 launch template.", + 'name', + 'A readable identifier for an existing EC2 launch template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "The version of the EC2 launch template to use. If none is set, the default is the first version created.", + 'version', + 'The version of the EC2 launch template to use. If none is set, the default is the first version created.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/gamelift_GameSessionQueuePlayerLatencyPolicy.ts b/src/app/Models/codegen/aws/types/gamelift_GameSessionQueuePlayerLatencyPolicy.ts index d68242557..43f0933fd 100644 --- a/src/app/Models/codegen/aws/types/gamelift_GameSessionQueuePlayerLatencyPolicy.ts +++ b/src/app/Models/codegen/aws/types/gamelift_GameSessionQueuePlayerLatencyPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_GameSessionQueuePlayerLatencyPolicy { // Maximum latency value that is allowed for any player. @@ -18,16 +18,16 @@ export function gamelift_GameSessionQueuePlayerLatencyPolicy_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "maximumIndividualPlayerLatencyMilliseconds", - "Maximum latency value that is allowed for any player.", + 'maximumIndividualPlayerLatencyMilliseconds', + 'Maximum latency value that is allowed for any player.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "policyDurationSeconds", - "Length of time that the policy is enforced while placing a new game session. Absence of value for this attribute means that the policy is enforced until the queue times out.", + 'policyDurationSeconds', + 'Length of time that the policy is enforced while placing a new game session. Absence of value for this attribute means that the policy is enforced until the queue times out.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_MatchmakingConfigurationGameProperty.ts b/src/app/Models/codegen/aws/types/gamelift_MatchmakingConfigurationGameProperty.ts index d406c530a..2b3f199a8 100644 --- a/src/app/Models/codegen/aws/types/gamelift_MatchmakingConfigurationGameProperty.ts +++ b/src/app/Models/codegen/aws/types/gamelift_MatchmakingConfigurationGameProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_MatchmakingConfigurationGameProperty { // A game property key @@ -18,16 +18,16 @@ export function gamelift_MatchmakingConfigurationGameProperty_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "key", - "A game property key", + 'key', + 'A game property key', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "A game property value.", + 'value', + 'A game property value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/gamelift_ScriptStorageLocation.ts b/src/app/Models/codegen/aws/types/gamelift_ScriptStorageLocation.ts index 27b81e0c6..00588e855 100644 --- a/src/app/Models/codegen/aws/types/gamelift_ScriptStorageLocation.ts +++ b/src/app/Models/codegen/aws/types/gamelift_ScriptStorageLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface gamelift_ScriptStorageLocation { // Name of your S3 bucket. @@ -24,32 +24,32 @@ export function gamelift_ScriptStorageLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Name of the zip file containing your script files.", + 'key', + 'Name of the zip file containing your script files.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "objectVersion", - "A specific version of the file. If not set, the latest version of the file is retrieved.", + 'objectVersion', + 'A specific version of the file. If not set, the latest version of the file is retrieved.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the access role that allows Amazon GameLift to access your S3 bucket.", + 'roleArn', + 'ARN of the access role that allows Amazon GameLift to access your S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of your S3 bucket.", + 'bucket', + 'Name of your S3 bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glacier_VaultNotification.ts b/src/app/Models/codegen/aws/types/glacier_VaultNotification.ts index efed60fe1..13f102625 100644 --- a/src/app/Models/codegen/aws/types/glacier_VaultNotification.ts +++ b/src/app/Models/codegen/aws/types/glacier_VaultNotification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glacier_VaultNotification { // You can configure a vault to publish a notification for `ArchiveRetrievalCompleted` and `InventoryRetrievalCompleted` events. @@ -18,16 +18,16 @@ export function glacier_VaultNotification_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "snsTopic", - "The SNS Topic ARN.", + 'snsTopic', + 'The SNS Topic ARN.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "events", - "You can configure a vault to publish a notification for `ArchiveRetrievalCompleted` and `InventoryRetrievalCompleted` events.", + 'events', + 'You can configure a vault to publish a notification for `ArchiveRetrievalCompleted` and `InventoryRetrievalCompleted` events.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorAttributes.ts b/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorAttributes.ts index e31763bb9..bfe537f5c 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorAttributes.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_AcceleratorAttributes { // Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`. @@ -21,24 +21,24 @@ export function globalaccelerator_AcceleratorAttributes_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "flowLogsEnabled", - "Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`.", + 'flowLogsEnabled', + 'Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Bucket", - "The name of the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.", + 'flowLogsS3Bucket', + 'The name of the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Prefix", - "The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.", + 'flowLogsS3Prefix', + 'The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorIpSet.ts b/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorIpSet.ts index f42d21334..3ae322d53 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorIpSet.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_AcceleratorIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_AcceleratorIpSet { // The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses. @@ -18,16 +18,16 @@ export function globalaccelerator_AcceleratorIpSet_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.", + 'ipAddresses', + 'The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipFamily", - "The type of IP addresses included in this IP set.", + 'ipFamily', + 'The type of IP addresses included in this IP set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CrossAccountAttachmentResource.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CrossAccountAttachmentResource.ts index 1a4479595..cfc828f39 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CrossAccountAttachmentResource.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CrossAccountAttachmentResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CrossAccountAttachmentResource { // The AWS Region where a shared endpoint resource is located. @@ -21,24 +21,24 @@ export function globalaccelerator_CrossAccountAttachmentResource_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "cidrBlock", - "IP address range, in CIDR format, that is specified as resource.", + 'cidrBlock', + 'IP address range, in CIDR format, that is specified as resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointId", - "The endpoint ID for the endpoint that is specified as a AWS resource.", + 'endpointId', + 'The endpoint ID for the endpoint that is specified as a AWS resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The AWS Region where a shared endpoint resource is located.", + 'region', + 'The AWS Region where a shared endpoint resource is located.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorAttributes.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorAttributes.ts index 576ecbcef..8fc762d1f 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorAttributes.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CustomRoutingAcceleratorAttributes { // The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`. @@ -21,24 +21,24 @@ export function globalaccelerator_CustomRoutingAcceleratorAttributes_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "flowLogsEnabled", - "Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`.", + 'flowLogsEnabled', + 'Indicates whether flow logs are enabled. Defaults to `false`. Valid values: `true`, `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Bucket", - "The name of the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.", + 'flowLogsS3Bucket', + 'The name of the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Prefix", - "The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.", + 'flowLogsS3Prefix', + 'The prefix for the location in the Amazon S3 bucket for the flow logs. Required if `flow_logs_enabled` is `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorIpSet.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorIpSet.ts index bfb610a91..f874fdfc5 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorIpSet.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingAcceleratorIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CustomRoutingAcceleratorIpSet { // The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses. @@ -18,16 +18,16 @@ export function globalaccelerator_CustomRoutingAcceleratorIpSet_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.", + 'ipAddresses', + 'The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipFamily", - "The type of IP addresses included in this IP set.", + 'ipFamily', + 'The type of IP addresses included in this IP set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration.ts index 2d664b5dc..e11cec334 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CustomRoutingEndpointGroupDestinationConfiguration { // The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator. @@ -21,15 +21,15 @@ export function globalaccelerator_CustomRoutingEndpointGroupDestinationConfigura return [ new DynamicUIProps( InputType.Number, - "fromPort", - "The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.", + 'fromPort', + 'The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "protocols", + 'protocols', 'The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either `"TCP"` or `"UDP"`.', () => InputType_String_GetTypes(), true, @@ -37,8 +37,8 @@ export function globalaccelerator_CustomRoutingEndpointGroupDestinationConfigura ), new DynamicUIProps( InputType.Number, - "toPort", - "The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.", + 'toPort', + 'The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration.ts index c8726d7b9..054ea80ac 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguration { // An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID. @@ -15,8 +15,8 @@ export function globalaccelerator_CustomRoutingEndpointGroupEndpointConfiguratio return [ new DynamicUIProps( InputType.String, - "endpointId", - "An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.", + 'endpointId', + 'An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingListenerPortRange.ts b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingListenerPortRange.ts index 64a83d0fc..9e558ff37 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingListenerPortRange.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_CustomRoutingListenerPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_CustomRoutingListenerPortRange { // The first port in the range of ports, inclusive. @@ -18,16 +18,16 @@ export function globalaccelerator_CustomRoutingListenerPortRange_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "fromPort", - "The first port in the range of ports, inclusive.", + 'fromPort', + 'The first port in the range of ports, inclusive.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The last port in the range of ports, inclusive.", + 'toPort', + 'The last port in the range of ports, inclusive.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupEndpointConfiguration.ts index 3329b62ed..b4b68b6ed 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupEndpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_EndpointGroupEndpointConfiguration { /* @@ -24,24 +24,24 @@ export function globalaccelerator_EndpointGroupEndpointConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "clientIpPreservationEnabled", - "Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. See the [AWS documentation](https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html) for more details. The default value is `false`.\n**Note:** When client IP address preservation is enabled, the Global Accelerator service creates an EC2 Security Group in the VPC named `GlobalAccelerator` that must be deleted (potentially outside of the provider) before the VPC will successfully delete. If this EC2 Security Group is not deleted, the provider will retry the VPC deletion for a few minutes before reporting a `DependencyViolation` error. This cannot be resolved by re-running the provider.", + 'clientIpPreservationEnabled', + 'Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. See the [AWS documentation](https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html) for more details. The default value is `false`.\n**Note:** When client IP address preservation is enabled, the Global Accelerator service creates an EC2 Security Group in the VPC named `GlobalAccelerator` that must be deleted (potentially outside of the provider) before the VPC will successfully delete. If this EC2 Security Group is not deleted, the provider will retry the VPC deletion for a few minutes before reporting a `DependencyViolation` error. This cannot be resolved by re-running the provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointId", - "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.", + 'endpointId', + 'An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify.", + 'weight', + 'The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupPortOverride.ts b/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupPortOverride.ts index ca0fca677..5b84d146a 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupPortOverride.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_EndpointGroupPortOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_EndpointGroupPortOverride { // The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance. @@ -18,16 +18,16 @@ export function globalaccelerator_EndpointGroupPortOverride_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "listenerPort", - "The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.", + 'listenerPort', + 'The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "endpointPort", - "The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.", + 'endpointPort', + 'The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_ListenerPortRange.ts b/src/app/Models/codegen/aws/types/globalaccelerator_ListenerPortRange.ts index 3bdcf649e..c88ad9ada 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_ListenerPortRange.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_ListenerPortRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_ListenerPortRange { // The last port in the range of ports, inclusive. @@ -18,16 +18,16 @@ export function globalaccelerator_ListenerPortRange_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "toPort", - "The last port in the range of ports, inclusive.", + 'toPort', + 'The last port in the range of ports, inclusive.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The first port in the range of ports, inclusive.", + 'fromPort', + 'The first port in the range of ports, inclusive.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorAttribute.ts b/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorAttribute.ts index 270141be1..e5174d88f 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorAttribute.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_getAcceleratorAttribute { // @@ -21,24 +21,24 @@ export function globalaccelerator_getAcceleratorAttribute_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "flowLogsS3Prefix", - "", + 'flowLogsS3Prefix', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "flowLogsEnabled", - "", + 'flowLogsEnabled', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Bucket", - "", + 'flowLogsS3Bucket', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorIpSet.ts b/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorIpSet.ts index 76a5e3ad1..ecf25e348 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorIpSet.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_getAcceleratorIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_getAcceleratorIpSet { // @@ -18,12 +18,12 @@ export function globalaccelerator_getAcceleratorIpSet_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "ipFamily", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'ipFamily', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorAttribute.ts b/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorAttribute.ts index 83a2cccda..2ea9712d8 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorAttribute.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_getCustomRoutingAcceleratorAttribute { // @@ -21,24 +21,24 @@ export function globalaccelerator_getCustomRoutingAcceleratorAttribute_GetTypes( return [ new DynamicUIProps( InputType.String, - "flowLogsS3Prefix", - "", + 'flowLogsS3Prefix', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "flowLogsEnabled", - "", + 'flowLogsEnabled', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "flowLogsS3Bucket", - "", + 'flowLogsS3Bucket', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorIpSet.ts b/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorIpSet.ts index 5f803bd22..0aca6946d 100644 --- a/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorIpSet.ts +++ b/src/app/Models/codegen/aws/types/globalaccelerator_getCustomRoutingAcceleratorIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface globalaccelerator_getCustomRoutingAcceleratorIpSet { // @@ -18,12 +18,12 @@ export function globalaccelerator_getCustomRoutingAcceleratorIpSet_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "ipAddresses", - "", + 'ipAddresses', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "ipFamily", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'ipFamily', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermission.ts b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermission.ts index 0bae76c27..b7e0dadca 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermission.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermission.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal, glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal_GetTypes, -} from "./glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal"; +} from './glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal'; export interface glue_CatalogDatabaseCreateTableDefaultPermission { // The principal who is granted permissions.. See `principal` below. @@ -22,8 +22,8 @@ export function glue_CatalogDatabaseCreateTableDefaultPermission_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "principal", - "The principal who is granted permissions.. See `principal` below.", + 'principal', + 'The principal who is granted permissions.. See `principal` below.', () => glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal_GetTypes(), false, @@ -31,8 +31,8 @@ export function glue_CatalogDatabaseCreateTableDefaultPermission_GetTypes(): Dyn ), new DynamicUIProps( InputType.Array, - "permissions", - "The permissions that are granted to the principal.", + 'permissions', + 'The permissions that are granted to the principal.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal.ts b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal.ts index 75fccbbcd..948a87331 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal { // An identifier for the Lake Formation principal. @@ -15,8 +15,8 @@ export function glue_CatalogDatabaseCreateTableDefaultPermissionPrincipal_GetTyp return [ new DynamicUIProps( InputType.String, - "dataLakePrincipalIdentifier", - "An identifier for the Lake Formation principal.", + 'dataLakePrincipalIdentifier', + 'An identifier for the Lake Formation principal.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseFederatedDatabase.ts b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseFederatedDatabase.ts index f20c5d35a..2cccf98f4 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseFederatedDatabase.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseFederatedDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogDatabaseFederatedDatabase { // Unique identifier for the federated database. @@ -18,16 +18,16 @@ export function glue_CatalogDatabaseFederatedDatabase_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "identifier", - "Unique identifier for the federated database.", + 'identifier', + 'Unique identifier for the federated database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionName", - "Name of the connection to the external metastore.", + 'connectionName', + 'Name of the connection to the external metastore.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseTargetDatabase.ts b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseTargetDatabase.ts index 545272b9a..9362a0270 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogDatabaseTargetDatabase.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogDatabaseTargetDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogDatabaseTargetDatabase { // Name of the catalog database. @@ -21,24 +21,24 @@ export function glue_CatalogDatabaseTargetDatabase_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "databaseName", - "Name of the catalog database.", + 'databaseName', + 'Name of the catalog database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the target database.", + 'region', + 'Region of the target database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Data Catalog in which the database resides.", + 'catalogId', + 'ID of the Data Catalog in which the database resides.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInput.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInput.ts index d583e89a1..f0cc4b929 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInput.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInput.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogTableOpenTableFormatInputIcebergInput, glue_CatalogTableOpenTableFormatInputIcebergInput_GetTypes, -} from "./glue_CatalogTableOpenTableFormatInputIcebergInput"; +} from './glue_CatalogTableOpenTableFormatInputIcebergInput'; export interface glue_CatalogTableOpenTableFormatInput { // Configuration block for iceberg table config. See `iceberg_input` below. @@ -19,8 +19,8 @@ export function glue_CatalogTableOpenTableFormatInput_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "icebergInput", - "Configuration block for iceberg table config. See `iceberg_input` below.", + 'icebergInput', + 'Configuration block for iceberg table config. See `iceberg_input` below.', () => glue_CatalogTableOpenTableFormatInputIcebergInput_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInputIcebergInput.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInputIcebergInput.ts index 3defe7408..5b11546db 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInputIcebergInput.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableOpenTableFormatInputIcebergInput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableOpenTableFormatInputIcebergInput { // A required metadata operation. Can only be set to CREATE. @@ -18,16 +18,16 @@ export function glue_CatalogTableOpenTableFormatInputIcebergInput_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "version", - "The table version for the Iceberg table. Defaults to 2.", + 'version', + 'The table version for the Iceberg table. Defaults to 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadataOperation", - "A required metadata operation. Can only be set to CREATE.", + 'metadataOperation', + 'A required metadata operation. Can only be set to CREATE.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableOptimizerConfiguration.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableOptimizerConfiguration.ts index 331d83055..c05e0220c 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableOptimizerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableOptimizerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableOptimizerConfiguration { // The ARN of the IAM role to use for the table optimizer. @@ -18,16 +18,16 @@ export function glue_CatalogTableOptimizerConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to use for the table optimizer.", + 'roleArn', + 'The ARN of the IAM role to use for the table optimizer.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether the table optimizer is enabled.", + 'enabled', + 'Indicates whether the table optimizer is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionIndex.ts b/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionIndex.ts index da214fb68..e4c13c358 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionIndex.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTablePartitionIndex { // Name of the partition index. @@ -21,24 +21,24 @@ export function glue_CatalogTablePartitionIndex_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "indexName", - "Name of the partition index.", + 'indexName', + 'Name of the partition index.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "indexStatus", - "", + 'indexStatus', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "keys", - "Keys for the partition index.", + 'keys', + 'Keys for the partition index.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionKey.ts b/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionKey.ts index 6d43c1787..c14ccb011 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionKey.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTablePartitionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTablePartitionKey { // Name of the Partition Key. @@ -21,24 +21,24 @@ export function glue_CatalogTablePartitionKey_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Partition Key.", + 'name', + 'Name of the Partition Key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Datatype of data in the Partition Key.", + 'type', + 'Datatype of data in the Partition Key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "Free-form text comment.", + 'comment', + 'Free-form text comment.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptor.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptor.ts index e1117563f..f27957c55 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptor.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptor.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogTableStorageDescriptorColumn, glue_CatalogTableStorageDescriptorColumn_GetTypes, -} from "./glue_CatalogTableStorageDescriptorColumn"; +} from './glue_CatalogTableStorageDescriptorColumn'; import { glue_CatalogTableStorageDescriptorSchemaReference, glue_CatalogTableStorageDescriptorSchemaReference_GetTypes, -} from "./glue_CatalogTableStorageDescriptorSchemaReference"; +} from './glue_CatalogTableStorageDescriptorSchemaReference'; import { glue_CatalogTableStorageDescriptorSortColumn, glue_CatalogTableStorageDescriptorSortColumn_GetTypes, -} from "./glue_CatalogTableStorageDescriptorSortColumn"; +} from './glue_CatalogTableStorageDescriptorSortColumn'; import { glue_CatalogTableStorageDescriptorSkewedInfo, glue_CatalogTableStorageDescriptorSkewedInfo_GetTypes, -} from "./glue_CatalogTableStorageDescriptorSkewedInfo"; +} from './glue_CatalogTableStorageDescriptorSkewedInfo'; import { glue_CatalogTableStorageDescriptorSerDeInfo, glue_CatalogTableStorageDescriptorSerDeInfo_GetTypes, -} from "./glue_CatalogTableStorageDescriptorSerDeInfo"; +} from './glue_CatalogTableStorageDescriptorSerDeInfo'; export interface glue_CatalogTableStorageDescriptor { // Configuration block for columns in the table. See `columns` below. @@ -74,15 +74,15 @@ export function glue_CatalogTableStorageDescriptor_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "compressed", - "Whether the data in the table is compressed.", + 'compressed', + 'Whether the data in the table is compressed.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serDeInfo", + 'serDeInfo', 'Configuration block for serialization and deserialization ("SerDe") information. See `ser_de_info` below.', () => glue_CatalogTableStorageDescriptorSerDeInfo_GetTypes(), false, @@ -90,96 +90,96 @@ export function glue_CatalogTableStorageDescriptor_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "bucketColumns", - "List of reducer grouping columns, clustering columns, and bucketing columns in the table.", + 'bucketColumns', + 'List of reducer grouping columns, clustering columns, and bucketing columns in the table.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "outputFormat", - "Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.", + 'outputFormat', + 'Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "User-supplied properties in key-value form.", + 'parameters', + 'User-supplied properties in key-value form.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "additionalLocations", - "List of locations that point to the path where a Delta table is located.", + 'additionalLocations', + 'List of locations that point to the path where a Delta table is located.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "storedAsSubDirectories", - "Whether the table data is stored in subdirectories.", + 'storedAsSubDirectories', + 'Whether the table data is stored in subdirectories.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Physical location of the table. By default this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.", + 'location', + 'Physical location of the table. By default this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "columns", - "Configuration block for columns in the table. See `columns` below.", + 'columns', + 'Configuration block for columns in the table. See `columns` below.', () => glue_CatalogTableStorageDescriptorColumn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "schemaReference", - "Object that references a schema stored in the AWS Glue Schema Registry. When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference. See Schema Reference below.", + 'schemaReference', + 'Object that references a schema stored in the AWS Glue Schema Registry. When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference. See Schema Reference below.', () => glue_CatalogTableStorageDescriptorSchemaReference_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "numberOfBuckets", - "Must be specified if the table contains any dimension columns.", + 'numberOfBuckets', + 'Must be specified if the table contains any dimension columns.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sortColumns", - "Configuration block for the sort order of each bucket in the table. See `sort_columns` below.", + 'sortColumns', + 'Configuration block for the sort order of each bucket in the table. See `sort_columns` below.', () => glue_CatalogTableStorageDescriptorSortColumn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "skewedInfo", - "Configuration block with information about values that appear very frequently in a column (skewed values). See `skewed_info` below.", + 'skewedInfo', + 'Configuration block with information about values that appear very frequently in a column (skewed values). See `skewed_info` below.', () => glue_CatalogTableStorageDescriptorSkewedInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inputFormat", - "Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.", + 'inputFormat', + 'Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorColumn.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorColumn.ts index 4e3a97f3d..d51468efd 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableStorageDescriptorColumn { // Free-form text comment. @@ -24,32 +24,32 @@ export function glue_CatalogTableStorageDescriptorColumn_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Map, - "parameters", - "Key-value pairs defining properties associated with the column.", + 'parameters', + 'Key-value pairs defining properties associated with the column.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Datatype of data in the Column.", + 'type', + 'Datatype of data in the Column.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "Free-form text comment.", + 'comment', + 'Free-form text comment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Column.", + 'name', + 'Name of the Column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReference.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReference.ts index 2a29343f5..651748311 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReference.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReference.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId, glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId_GetTypes, -} from "./glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId"; +} from './glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId'; export interface glue_CatalogTableStorageDescriptorSchemaReference { // Configuration block that contains schema identity fields. Either this or the `schema_version_id` has to be provided. See `schema_id` below. @@ -25,16 +25,16 @@ export function glue_CatalogTableStorageDescriptorSchemaReference_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "schemaVersionNumber", - "Version number of the schema.", + 'schemaVersionNumber', + 'Version number of the schema.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "schemaId", - "Configuration block that contains schema identity fields. Either this or the `schema_version_id` has to be provided. See `schema_id` below.", + 'schemaId', + 'Configuration block that contains schema identity fields. Either this or the `schema_version_id` has to be provided. See `schema_id` below.', () => glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId_GetTypes(), false, @@ -42,8 +42,8 @@ export function glue_CatalogTableStorageDescriptorSchemaReference_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "schemaVersionId", - "Unique ID assigned to a version of the schema. Either this or the `schema_id` has to be provided.", + 'schemaVersionId', + 'Unique ID assigned to a version of the schema. Either this or the `schema_id` has to be provided.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId.ts index d8b5a5f5c..44a9bc8c8 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId { // Name of the schema registry that contains the schema. Must be provided when `schema_name` is specified and conflicts with `schema_arn`. @@ -21,24 +21,24 @@ export function glue_CatalogTableStorageDescriptorSchemaReferenceSchemaId_GetTyp return [ new DynamicUIProps( InputType.String, - "registryName", - "Name of the schema registry that contains the schema. Must be provided when `schema_name` is specified and conflicts with `schema_arn`.", + 'registryName', + 'Name of the schema registry that contains the schema. Must be provided when `schema_name` is specified and conflicts with `schema_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schemaArn", - "ARN of the schema. One of `schema_arn` or `schema_name` has to be provided.", + 'schemaArn', + 'ARN of the schema. One of `schema_arn` or `schema_name` has to be provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schemaName", - "Name of the schema. One of `schema_arn` or `schema_name` has to be provided.", + 'schemaName', + 'Name of the schema. One of `schema_arn` or `schema_name` has to be provided.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSerDeInfo.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSerDeInfo.ts index 8a522f4c4..032ca3daa 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSerDeInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSerDeInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableStorageDescriptorSerDeInfo { // Usually the class that implements the SerDe. An example is `org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`. @@ -21,24 +21,24 @@ export function glue_CatalogTableStorageDescriptorSerDeInfo_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "serializationLibrary", - "Usually the class that implements the SerDe. An example is `org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`.", + 'serializationLibrary', + 'Usually the class that implements the SerDe. An example is `org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the SerDe.", + 'name', + 'Name of the SerDe.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Map of initialization parameters for the SerDe, in key-value form.", + 'parameters', + 'Map of initialization parameters for the SerDe, in key-value form.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSkewedInfo.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSkewedInfo.ts index 3b35031e2..cbe32f0fe 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSkewedInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSkewedInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableStorageDescriptorSkewedInfo { // List of names of columns that contain skewed values. @@ -21,24 +21,24 @@ export function glue_CatalogTableStorageDescriptorSkewedInfo_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "skewedColumnValues", - "Map of skewed values to the columns that contain them.", + 'skewedColumnValues', + 'Map of skewed values to the columns that contain them.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "skewedColumnNames", - "List of names of columns that contain skewed values.", + 'skewedColumnNames', + 'List of names of columns that contain skewed values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "skewedColumnValueLocationMaps", - "List of values that appear so frequently as to be considered skewed.", + 'skewedColumnValueLocationMaps', + 'List of values that appear so frequently as to be considered skewed.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSortColumn.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSortColumn.ts index 35fcae986..e2efdc671 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSortColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableStorageDescriptorSortColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableStorageDescriptorSortColumn { // Name of the column. @@ -18,16 +18,16 @@ export function glue_CatalogTableStorageDescriptorSortColumn_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "sortOrder", - "Whether the column is sorted in ascending (`1`) or descending order (`0`).", + 'sortOrder', + 'Whether the column is sorted in ascending (`1`) or descending order (`0`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "column", - "Name of the column.", + 'column', + 'Name of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CatalogTableTargetTable.ts b/src/app/Models/codegen/aws/types/glue_CatalogTableTargetTable.ts index c08dc40a9..b1c2ee7bf 100644 --- a/src/app/Models/codegen/aws/types/glue_CatalogTableTargetTable.ts +++ b/src/app/Models/codegen/aws/types/glue_CatalogTableTargetTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CatalogTableTargetTable { // ID of the Data Catalog in which the table resides. @@ -24,32 +24,32 @@ export function glue_CatalogTableTargetTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Data Catalog in which the table resides.", + 'catalogId', + 'ID of the Data Catalog in which the table resides.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the catalog database that contains the target table.", + 'databaseName', + 'Name of the catalog database that contains the target table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the target table.", + 'name', + 'Name of the target table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the target table.", + 'region', + 'Region of the target table.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_ClassifierCsvClassifier.ts b/src/app/Models/codegen/aws/types/glue_ClassifierCsvClassifier.ts index 0313696ab..99ec4d8ba 100644 --- a/src/app/Models/codegen/aws/types/glue_ClassifierCsvClassifier.ts +++ b/src/app/Models/codegen/aws/types/glue_ClassifierCsvClassifier.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_ClassifierCsvClassifier { // A list of strings representing column names. @@ -39,63 +39,63 @@ export function glue_ClassifierCsvClassifier_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "quoteSymbol", - "A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.", + 'quoteSymbol', + 'A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serde", - "The SerDe for processing CSV. Valid values are `OpenCSVSerDe`, `LazySimpleSerDe`, `None`.", + 'serde', + 'The SerDe for processing CSV. Valid values are `OpenCSVSerDe`, `LazySimpleSerDe`, `None`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customDatatypes", - "A list of supported custom datatypes. Valid values are `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INT`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`.", + 'customDatatypes', + 'A list of supported custom datatypes. Valid values are `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INT`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "delimiter", - "The delimiter used in the CSV to separate columns.", + 'delimiter', + 'The delimiter used in the CSV to separate columns.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableValueTrimming", - "Specifies whether to trim column values.", + 'disableValueTrimming', + 'Specifies whether to trim column values.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowSingleColumn", - "Enables the processing of files that contain only one column.", + 'allowSingleColumn', + 'Enables the processing of files that contain only one column.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "headers", - "A list of strings representing column names.", + 'headers', + 'A list of strings representing column names.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "containsHeader", + 'containsHeader', 'Indicates whether the CSV file contains a header. This can be one of "ABSENT", "PRESENT", or "UNKNOWN".', () => [], false, @@ -103,8 +103,8 @@ export function glue_ClassifierCsvClassifier_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "customDatatypeConfigured", - "Enables the custom datatype to be configured.", + 'customDatatypeConfigured', + 'Enables the custom datatype to be configured.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_ClassifierGrokClassifier.ts b/src/app/Models/codegen/aws/types/glue_ClassifierGrokClassifier.ts index 90a662514..51c7d1fb0 100644 --- a/src/app/Models/codegen/aws/types/glue_ClassifierGrokClassifier.ts +++ b/src/app/Models/codegen/aws/types/glue_ClassifierGrokClassifier.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_ClassifierGrokClassifier { // An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on. @@ -21,24 +21,24 @@ export function glue_ClassifierGrokClassifier_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "classification", - "An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.", + 'classification', + 'An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customPatterns", - "Custom grok patterns used by this classifier.", + 'customPatterns', + 'Custom grok patterns used by this classifier.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "grokPattern", - "The grok pattern used by this classifier.", + 'grokPattern', + 'The grok pattern used by this classifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_ClassifierJsonClassifier.ts b/src/app/Models/codegen/aws/types/glue_ClassifierJsonClassifier.ts index 048893e82..7fcfa5156 100644 --- a/src/app/Models/codegen/aws/types/glue_ClassifierJsonClassifier.ts +++ b/src/app/Models/codegen/aws/types/glue_ClassifierJsonClassifier.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_ClassifierJsonClassifier { // A `JsonPath` string defining the JSON data for the classifier to classify. AWS Glue supports a subset of `JsonPath`, as described in [Writing JsonPath Custom Classifiers](https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json). @@ -15,8 +15,8 @@ export function glue_ClassifierJsonClassifier_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "jsonPath", - "A `JsonPath` string defining the JSON data for the classifier to classify. AWS Glue supports a subset of `JsonPath`, as described in [Writing JsonPath Custom Classifiers](https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json).", + 'jsonPath', + 'A `JsonPath` string defining the JSON data for the classifier to classify. AWS Glue supports a subset of `JsonPath`, as described in [Writing JsonPath Custom Classifiers](https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_ClassifierXmlClassifier.ts b/src/app/Models/codegen/aws/types/glue_ClassifierXmlClassifier.ts index c03bc1fbd..2c8459918 100644 --- a/src/app/Models/codegen/aws/types/glue_ClassifierXmlClassifier.ts +++ b/src/app/Models/codegen/aws/types/glue_ClassifierXmlClassifier.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_ClassifierXmlClassifier { // An identifier of the data format that the classifier matches. @@ -18,15 +18,15 @@ export function glue_ClassifierXmlClassifier_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "classification", - "An identifier of the data format that the classifier matches.", + 'classification', + 'An identifier of the data format that the classifier matches.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rowTag", + 'rowTag', 'The XML tag designating the element that contains each record in an XML document being parsed. Note that this cannot identify a self-closing element (closed by `/>`). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, `` is okay, but `` is not).', () => [], true, diff --git a/src/app/Models/codegen/aws/types/glue_ConnectionPhysicalConnectionRequirements.ts b/src/app/Models/codegen/aws/types/glue_ConnectionPhysicalConnectionRequirements.ts index 2db5e4e7e..f84c0d6ed 100644 --- a/src/app/Models/codegen/aws/types/glue_ConnectionPhysicalConnectionRequirements.ts +++ b/src/app/Models/codegen/aws/types/glue_ConnectionPhysicalConnectionRequirements.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_ConnectionPhysicalConnectionRequirements { // The availability zone of the connection. This field is redundant and implied by `subnet_id`, but is currently an api requirement. @@ -21,24 +21,24 @@ export function glue_ConnectionPhysicalConnectionRequirements_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability zone of the connection. This field is redundant and implied by `subnet_id`, but is currently an api requirement.", + 'availabilityZone', + 'The availability zone of the connection. This field is redundant and implied by `subnet_id`, but is currently an api requirement.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIdLists", - "The security group ID list used by the connection.", + 'securityGroupIdLists', + 'The security group ID list used by the connection.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The subnet ID used by the connection.", + 'subnetId', + 'The subnet ID used by the connection.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerCatalogTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerCatalogTarget.ts index 52fc0a5c6..a6aafc762 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerCatalogTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerCatalogTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerCatalogTarget { // The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a `NETWORK` Connection type. @@ -33,23 +33,23 @@ export function glue_CrawlerCatalogTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a `NETWORK` Connection type.", + 'connectionName', + 'The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a `NETWORK` Connection type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the Glue database to be synchronized.", + 'databaseName', + 'The name of the Glue database to be synchronized.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dlqEventQueueArn", + 'dlqEventQueueArn', 'A valid Amazon SQS ARN.\n\n> **Note:** `deletion_behavior` of catalog target doesn\'t support `DEPRECATE_IN_DATABASE`.\n\n> **Note:** `configuration` for catalog target crawlers will have `{ ... "Grouping": { "TableGroupingPolicy": "CombineCompatibleSchemas"} }` by default.', () => [], false, @@ -57,16 +57,16 @@ export function glue_CrawlerCatalogTarget_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "eventQueueArn", - "A valid Amazon SQS ARN.", + 'eventQueueArn', + 'A valid Amazon SQS ARN.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tables", - "A list of catalog tables to be synchronized.", + 'tables', + 'A list of catalog tables to be synchronized.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerDeltaTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerDeltaTarget.ts index dd7bb6c0d..b5c34ba8c 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerDeltaTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerDeltaTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerDeltaTarget { // Specifies whether to write the manifest files to the Delta table path. @@ -24,32 +24,32 @@ export function glue_CrawlerDeltaTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "writeManifest", - "Specifies whether to write the manifest files to the Delta table path.", + 'writeManifest', + 'Specifies whether to write the manifest files to the Delta table path.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to use to connect to the Delta table target.", + 'connectionName', + 'The name of the connection to use to connect to the Delta table target.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "createNativeDeltaTable", - "Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.", + 'createNativeDeltaTable', + 'Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "deltaTables", - "A list of the Amazon S3 paths to the Delta tables.", + 'deltaTables', + 'A list of the Amazon S3 paths to the Delta tables.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerDynamodbTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerDynamodbTarget.ts index 2e9003ff5..0fad512e8 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerDynamodbTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerDynamodbTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerDynamodbTarget { // The name of the DynamoDB table to crawl. @@ -21,24 +21,24 @@ export function glue_CrawlerDynamodbTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "scanAll", - "Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. defaults to `true`.", + 'scanAll', + 'Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "scanRate", - "The percentage of the configured read capacity units to use by the AWS Glue crawler. The valid values are null or a value between 0.1 to 1.5.", + 'scanRate', + 'The percentage of the configured read capacity units to use by the AWS Glue crawler. The valid values are null or a value between 0.1 to 1.5.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "The name of the DynamoDB table to crawl.", + 'path', + 'The name of the DynamoDB table to crawl.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerHudiTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerHudiTarget.ts index 0b329c1c7..7773a1012 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerHudiTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerHudiTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerHudiTarget { // The name of the connection to use to connect to the Hudi target. @@ -24,32 +24,32 @@ export function glue_CrawlerHudiTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to use to connect to the Hudi target.", + 'connectionName', + 'The name of the connection to use to connect to the Hudi target.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "exclusions", - "A list of glob patterns used to exclude from the crawl.", + 'exclusions', + 'A list of glob patterns used to exclude from the crawl.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumTraversalDepth", - "The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time. Valid values are between `1` and `20`.", + 'maximumTraversalDepth', + 'The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time. Valid values are between `1` and `20`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "paths", - "One or more Amazon S3 paths that contains Hudi metadata folders as s3://bucket/prefix.", + 'paths', + 'One or more Amazon S3 paths that contains Hudi metadata folders as s3://bucket/prefix.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerIcebergTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerIcebergTarget.ts index eacb3ca12..e9e157ad9 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerIcebergTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerIcebergTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerIcebergTarget { // The name of the connection to use to connect to the Iceberg target. @@ -24,32 +24,32 @@ export function glue_CrawlerIcebergTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to use to connect to the Iceberg target.", + 'connectionName', + 'The name of the connection to use to connect to the Iceberg target.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "exclusions", - "A list of glob patterns used to exclude from the crawl.", + 'exclusions', + 'A list of glob patterns used to exclude from the crawl.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumTraversalDepth", - "The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time. Valid values are between `1` and `20`.", + 'maximumTraversalDepth', + 'The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time. Valid values are between `1` and `20`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "paths", - "One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.", + 'paths', + 'One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerJdbcTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerJdbcTarget.ts index 23b134622..ecb02236d 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerJdbcTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerJdbcTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerJdbcTarget { // The name of the connection to use to connect to the JDBC target. @@ -24,32 +24,32 @@ export function glue_CrawlerJdbcTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to use to connect to the JDBC target.", + 'connectionName', + 'The name of the connection to use to connect to the JDBC target.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "enableAdditionalMetadatas", - "Specify a value of `RAWTYPES` or `COMMENTS` to enable additional metadata intable responses. `RAWTYPES` provides the native-level datatype. `COMMENTS` provides comments associated with a column or table in the database.", + 'enableAdditionalMetadatas', + 'Specify a value of `RAWTYPES` or `COMMENTS` to enable additional metadata intable responses. `RAWTYPES` provides the native-level datatype. `COMMENTS` provides comments associated with a column or table in the database.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "exclusions", - "A list of glob patterns used to exclude from the crawl.", + 'exclusions', + 'A list of glob patterns used to exclude from the crawl.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "path", - "The path of the JDBC target.", + 'path', + 'The path of the JDBC target.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerLakeFormationConfiguration.ts b/src/app/Models/codegen/aws/types/glue_CrawlerLakeFormationConfiguration.ts index 46912edc0..3ce47c165 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerLakeFormationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerLakeFormationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerLakeFormationConfiguration { // Required for cross account crawls. For same account crawls as the target data, this can omitted. @@ -18,16 +18,16 @@ export function glue_CrawlerLakeFormationConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "accountId", - "Required for cross account crawls. For same account crawls as the target data, this can omitted.", + 'accountId', + 'Required for cross account crawls. For same account crawls as the target data, this can omitted.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useLakeFormationCredentials", - "Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.", + 'useLakeFormationCredentials', + 'Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerLineageConfiguration.ts b/src/app/Models/codegen/aws/types/glue_CrawlerLineageConfiguration.ts index cf22ee553..b3bf6f13a 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerLineageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerLineageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerLineageConfiguration { // Specifies whether data lineage is enabled for the crawler. Valid values are: `ENABLE` and `DISABLE`. Default value is `DISABLE`. @@ -15,8 +15,8 @@ export function glue_CrawlerLineageConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "crawlerLineageSettings", - "Specifies whether data lineage is enabled for the crawler. Valid values are: `ENABLE` and `DISABLE`. Default value is `DISABLE`.", + 'crawlerLineageSettings', + 'Specifies whether data lineage is enabled for the crawler. Valid values are: `ENABLE` and `DISABLE`. Default value is `DISABLE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerMongodbTarget.ts b/src/app/Models/codegen/aws/types/glue_CrawlerMongodbTarget.ts index cca0b9921..5914f1451 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerMongodbTarget.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerMongodbTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerMongodbTarget { // The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target. @@ -21,24 +21,24 @@ export function glue_CrawlerMongodbTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "scanAll", - "Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. Default value is `true`.", + 'scanAll', + 'Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. Default value is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.", + 'connectionName', + 'The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "The path of the Amazon DocumentDB or MongoDB target (database/collection).", + 'path', + 'The path of the Amazon DocumentDB or MongoDB target (database/collection).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerRecrawlPolicy.ts b/src/app/Models/codegen/aws/types/glue_CrawlerRecrawlPolicy.ts index 74821b7b5..3c04f694f 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerRecrawlPolicy.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerRecrawlPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerRecrawlPolicy { // Specifies whether to crawl the entire dataset again, crawl only folders that were added since the last crawler run, or crawl what S3 notifies the crawler of via SQS. Valid Values are: `CRAWL_EVENT_MODE`, `CRAWL_EVERYTHING` and `CRAWL_NEW_FOLDERS_ONLY`. Default value is `CRAWL_EVERYTHING`. @@ -15,8 +15,8 @@ export function glue_CrawlerRecrawlPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "recrawlBehavior", - "Specifies whether to crawl the entire dataset again, crawl only folders that were added since the last crawler run, or crawl what S3 notifies the crawler of via SQS. Valid Values are: `CRAWL_EVENT_MODE`, `CRAWL_EVERYTHING` and `CRAWL_NEW_FOLDERS_ONLY`. Default value is `CRAWL_EVERYTHING`.", + 'recrawlBehavior', + 'Specifies whether to crawl the entire dataset again, crawl only folders that were added since the last crawler run, or crawl what S3 notifies the crawler of via SQS. Valid Values are: `CRAWL_EVENT_MODE`, `CRAWL_EVERYTHING` and `CRAWL_NEW_FOLDERS_ONLY`. Default value is `CRAWL_EVERYTHING`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerS3Target.ts b/src/app/Models/codegen/aws/types/glue_CrawlerS3Target.ts index 006cb3f44..ecc79b62b 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerS3Target.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerS3Target.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerS3Target { // The path to the Amazon S3 target. @@ -30,48 +30,48 @@ export function glue_CrawlerS3Target_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "path", - "The path to the Amazon S3 target.", + 'path', + 'The path to the Amazon S3 target.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sampleSize", - "Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.", + 'sampleSize', + 'Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionName", - "The name of a connection which allows crawler to access data in S3 within a VPC.", + 'connectionName', + 'The name of a connection which allows crawler to access data in S3 within a VPC.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dlqEventQueueArn", - "The ARN of the dead-letter SQS queue.", + 'dlqEventQueueArn', + 'The ARN of the dead-letter SQS queue.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventQueueArn", - "The ARN of the SQS queue to receive S3 notifications from.", + 'eventQueueArn', + 'The ARN of the SQS queue to receive S3 notifications from.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "exclusions", - "A list of glob patterns used to exclude from the crawl.", + 'exclusions', + 'A list of glob patterns used to exclude from the crawl.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_CrawlerSchemaChangePolicy.ts b/src/app/Models/codegen/aws/types/glue_CrawlerSchemaChangePolicy.ts index 0d509b5cc..d8dc35d35 100644 --- a/src/app/Models/codegen/aws/types/glue_CrawlerSchemaChangePolicy.ts +++ b/src/app/Models/codegen/aws/types/glue_CrawlerSchemaChangePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_CrawlerSchemaChangePolicy { // The deletion behavior when the crawler finds a deleted object. Valid values: `LOG`, `DELETE_FROM_DATABASE`, or `DEPRECATE_IN_DATABASE`. Defaults to `DEPRECATE_IN_DATABASE`. @@ -18,16 +18,16 @@ export function glue_CrawlerSchemaChangePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "deleteBehavior", - "The deletion behavior when the crawler finds a deleted object. Valid values: `LOG`, `DELETE_FROM_DATABASE`, or `DEPRECATE_IN_DATABASE`. Defaults to `DEPRECATE_IN_DATABASE`.", + 'deleteBehavior', + 'The deletion behavior when the crawler finds a deleted object. Valid values: `LOG`, `DELETE_FROM_DATABASE`, or `DEPRECATE_IN_DATABASE`. Defaults to `DEPRECATE_IN_DATABASE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "updateBehavior", - "The update behavior when the crawler finds a changed schema. Valid values: `LOG` or `UPDATE_IN_DATABASE`. Defaults to `UPDATE_IN_DATABASE`.", + 'updateBehavior', + 'The update behavior when the crawler finds a changed schema. Valid values: `LOG` or `UPDATE_IN_DATABASE`. Defaults to `UPDATE_IN_DATABASE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings.ts b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings.ts index 478d859c6..25047c290 100644 --- a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings.ts +++ b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption, glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption_GetTypes, -} from "./glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption"; +} from './glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption'; import { glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest, glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest_GetTypes, -} from "./glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest"; +} from './glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest'; export interface glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings { // When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption. @@ -26,8 +26,8 @@ export function glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings_ return [ new DynamicUIProps( InputType.Object, - "encryptionAtRest", - "Specifies the encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.", + 'encryptionAtRest', + 'Specifies the encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.', () => glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest_GetTypes(), true, @@ -35,8 +35,8 @@ export function glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettings_ ), new DynamicUIProps( InputType.Object, - "connectionPasswordEncryption", - "When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.", + 'connectionPasswordEncryption', + 'When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.', () => glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption.ts b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption.ts index 6a8e54543..0da253235 100644 --- a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption.ts +++ b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsConnectionPasswordEncryption { // When set to `true`, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption. @@ -18,16 +18,16 @@ export function glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsC return [ new DynamicUIProps( InputType.Bool, - "returnConnectionPasswordEncrypted", - "When set to `true`, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.", + 'returnConnectionPasswordEncrypted', + 'When set to `true`, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "awsKmsKeyId", - "A KMS key ARN that is used to encrypt the connection password. If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least `kms:Encrypt` permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog.", + 'awsKmsKeyId', + 'A KMS key ARN that is used to encrypt the connection password. If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least `kms:Encrypt` permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest.ts b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest.ts index 45a63a882..ebadcffd7 100644 --- a/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest.ts +++ b/src/app/Models/codegen/aws/types/glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsEncryptionAtRest { // The encryption-at-rest mode for encrypting Data Catalog data. Valid values: `DISABLED`, `SSE-KMS`, `SSE-KMS-WITH-SERVICE-ROLE`. @@ -21,24 +21,24 @@ export function glue_DataCatalogEncryptionSettingsDataCatalogEncryptionSettingsE return [ new DynamicUIProps( InputType.String, - "catalogEncryptionMode", - "The encryption-at-rest mode for encrypting Data Catalog data. Valid values: `DISABLED`, `SSE-KMS`, `SSE-KMS-WITH-SERVICE-ROLE`.", + 'catalogEncryptionMode', + 'The encryption-at-rest mode for encrypting Data Catalog data. Valid values: `DISABLED`, `SSE-KMS`, `SSE-KMS-WITH-SERVICE-ROLE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogEncryptionServiceRole", - "The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.", + 'catalogEncryptionServiceRole', + 'The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sseAwsKmsKeyId", - "The ARN of the AWS KMS key to use for encryption at rest.", + 'sseAwsKmsKeyId', + 'The ARN of the AWS KMS key to use for encryption at rest.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_DataQualityRulesetTargetTable.ts b/src/app/Models/codegen/aws/types/glue_DataQualityRulesetTargetTable.ts index ba4b4670c..7b4d22102 100644 --- a/src/app/Models/codegen/aws/types/glue_DataQualityRulesetTargetTable.ts +++ b/src/app/Models/codegen/aws/types/glue_DataQualityRulesetTargetTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_DataQualityRulesetTargetTable { // The catalog id where the AWS Glue table exists. @@ -21,24 +21,24 @@ export function glue_DataQualityRulesetTargetTable_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "tableName", - "Name of the AWS Glue table.", + 'tableName', + 'Name of the AWS Glue table.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "The catalog id where the AWS Glue table exists.", + 'catalogId', + 'The catalog id where the AWS Glue table exists.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database where the AWS Glue table exists.", + 'databaseName', + 'Name of the database where the AWS Glue table exists.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/glue_JobCommand.ts b/src/app/Models/codegen/aws/types/glue_JobCommand.ts index 8cb73b107..2d7739511 100644 --- a/src/app/Models/codegen/aws/types/glue_JobCommand.ts +++ b/src/app/Models/codegen/aws/types/glue_JobCommand.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_JobCommand { // The name of the job command. Defaults to `glueetl`. Use `pythonshell` for Python Shell Job Type, `glueray` for Ray Job Type, or `gluestreaming` for Streaming Job Type. `max_capacity` needs to be set if `pythonshell` is chosen. @@ -24,32 +24,32 @@ export function glue_JobCommand_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the job command. Defaults to `glueetl`. Use `pythonshell` for Python Shell Job Type, `glueray` for Ray Job Type, or `gluestreaming` for Streaming Job Type. `max_capacity` needs to be set if `pythonshell` is chosen.", + 'name', + 'The name of the job command. Defaults to `glueetl`. Use `pythonshell` for Python Shell Job Type, `glueray` for Ray Job Type, or `gluestreaming` for Streaming Job Type. `max_capacity` needs to be set if `pythonshell` is chosen.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pythonVersion", - "The Python version being used to execute a Python shell job. Allowed values are 2, 3 or 3.9. Version 3 refers to Python 3.6.", + 'pythonVersion', + 'The Python version being used to execute a Python shell job. Allowed values are 2, 3 or 3.9. Version 3 refers to Python 3.6.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runtime", - "In Ray jobs, runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see [Working with Ray jobs](https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html#author-job-ray-runtimes) in the Glue Developer Guide.", + 'runtime', + 'In Ray jobs, runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see [Working with Ray jobs](https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html#author-job-ray-runtimes) in the Glue Developer Guide.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scriptLocation", - "Specifies the S3 path to a script that executes a job.", + 'scriptLocation', + 'Specifies the S3 path to a script that executes a job.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_JobExecutionProperty.ts b/src/app/Models/codegen/aws/types/glue_JobExecutionProperty.ts index 30f19f8ff..92737bb71 100644 --- a/src/app/Models/codegen/aws/types/glue_JobExecutionProperty.ts +++ b/src/app/Models/codegen/aws/types/glue_JobExecutionProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_JobExecutionProperty { // The maximum number of concurrent runs allowed for a job. The default is 1. @@ -15,8 +15,8 @@ export function glue_JobExecutionProperty_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maxConcurrentRuns", - "The maximum number of concurrent runs allowed for a job. The default is 1.", + 'maxConcurrentRuns', + 'The maximum number of concurrent runs allowed for a job. The default is 1.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_JobNotificationProperty.ts b/src/app/Models/codegen/aws/types/glue_JobNotificationProperty.ts index 302d2fb04..b37028db0 100644 --- a/src/app/Models/codegen/aws/types/glue_JobNotificationProperty.ts +++ b/src/app/Models/codegen/aws/types/glue_JobNotificationProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_JobNotificationProperty { // After a job run starts, the number of minutes to wait before sending a job run delay notification. @@ -15,8 +15,8 @@ export function glue_JobNotificationProperty_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "notifyDelayAfter", - "After a job run starts, the number of minutes to wait before sending a job run delay notification.", + 'notifyDelayAfter', + 'After a job run starts, the number of minutes to wait before sending a job run delay notification.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_MLTransformInputRecordTable.ts b/src/app/Models/codegen/aws/types/glue_MLTransformInputRecordTable.ts index 408643d2f..2bdbabd96 100644 --- a/src/app/Models/codegen/aws/types/glue_MLTransformInputRecordTable.ts +++ b/src/app/Models/codegen/aws/types/glue_MLTransformInputRecordTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_MLTransformInputRecordTable { // A database name in the AWS Glue Data Catalog. @@ -24,32 +24,32 @@ export function glue_MLTransformInputRecordTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "databaseName", - "A database name in the AWS Glue Data Catalog.", + 'databaseName', + 'A database name in the AWS Glue Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "A table name in the AWS Glue Data Catalog.", + 'tableName', + 'A table name in the AWS Glue Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "A unique identifier for the AWS Glue Data Catalog.", + 'catalogId', + 'A unique identifier for the AWS Glue Data Catalog.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectionName", - "The name of the connection to the AWS Glue Data Catalog.", + 'connectionName', + 'The name of the connection to the AWS Glue Data Catalog.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_MLTransformParameters.ts b/src/app/Models/codegen/aws/types/glue_MLTransformParameters.ts index 85550f354..0eeca7068 100644 --- a/src/app/Models/codegen/aws/types/glue_MLTransformParameters.ts +++ b/src/app/Models/codegen/aws/types/glue_MLTransformParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_MLTransformParametersFindMatchesParameters, glue_MLTransformParametersFindMatchesParameters_GetTypes, -} from "./glue_MLTransformParametersFindMatchesParameters"; +} from './glue_MLTransformParametersFindMatchesParameters'; export interface glue_MLTransformParameters { // The parameters for the find matches algorithm. see Find Matches Parameters. @@ -22,16 +22,16 @@ export function glue_MLTransformParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "findMatchesParameters", - "The parameters for the find matches algorithm. see Find Matches Parameters.", + 'findMatchesParameters', + 'The parameters for the find matches algorithm. see Find Matches Parameters.', () => glue_MLTransformParametersFindMatchesParameters_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "transformType", - "The type of machine learning transform. For information about the types of machine learning transforms, see [Creating Machine Learning Transforms](http://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html).", + 'transformType', + 'The type of machine learning transform. For information about the types of machine learning transforms, see [Creating Machine Learning Transforms](http://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_MLTransformParametersFindMatchesParameters.ts b/src/app/Models/codegen/aws/types/glue_MLTransformParametersFindMatchesParameters.ts index 71d8df633..40db0610a 100644 --- a/src/app/Models/codegen/aws/types/glue_MLTransformParametersFindMatchesParameters.ts +++ b/src/app/Models/codegen/aws/types/glue_MLTransformParametersFindMatchesParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_MLTransformParametersFindMatchesParameters { // The value that is selected when tuning your transform for a balance between accuracy and cost. @@ -24,32 +24,32 @@ export function glue_MLTransformParametersFindMatchesParameters_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "accuracyCostTradeOff", - "The value that is selected when tuning your transform for a balance between accuracy and cost.", + 'accuracyCostTradeOff', + 'The value that is selected when tuning your transform for a balance between accuracy and cost.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enforceProvidedLabels", - "The value to switch on or off to force the output to match the provided labels from users.", + 'enforceProvidedLabels', + 'The value to switch on or off to force the output to match the provided labels from users.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "precisionRecallTradeOff", - "The value selected when tuning your transform for a balance between precision and recall.", + 'precisionRecallTradeOff', + 'The value selected when tuning your transform for a balance between precision and recall.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryKeyColumnName", - "The name of a column that uniquely identifies rows in the source table.", + 'primaryKeyColumnName', + 'The name of a column that uniquely identifies rows in the source table.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_MLTransformSchema.ts b/src/app/Models/codegen/aws/types/glue_MLTransformSchema.ts index ab4b2b405..2d026ac15 100644 --- a/src/app/Models/codegen/aws/types/glue_MLTransformSchema.ts +++ b/src/app/Models/codegen/aws/types/glue_MLTransformSchema.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_MLTransformSchema { // The type of data in the column. @@ -18,16 +18,16 @@ export function glue_MLTransformSchema_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "dataType", - "The type of data in the column.", + 'dataType', + 'The type of data in the column.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name you assign to this ML Transform. It must be unique in your account.", + 'name', + 'The name you assign to this ML Transform. It must be unique in your account.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_PartitionIndexPartitionIndex.ts b/src/app/Models/codegen/aws/types/glue_PartitionIndexPartitionIndex.ts index 62d79a579..8f07a4e79 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionIndexPartitionIndex.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionIndexPartitionIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_PartitionIndexPartitionIndex { // Name of the partition index. @@ -21,24 +21,24 @@ export function glue_PartitionIndexPartitionIndex_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "indexName", - "Name of the partition index.", + 'indexName', + 'Name of the partition index.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "indexStatus", - "", + 'indexStatus', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "keys", - "Keys for the partition index.", + 'keys', + 'Keys for the partition index.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptor.ts b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptor.ts index dbdd4d037..a6bd4815b 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptor.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptor.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_PartitionStorageDescriptorSerDeInfo, glue_PartitionStorageDescriptorSerDeInfo_GetTypes, -} from "./glue_PartitionStorageDescriptorSerDeInfo"; +} from './glue_PartitionStorageDescriptorSerDeInfo'; import { glue_PartitionStorageDescriptorSkewedInfo, glue_PartitionStorageDescriptorSkewedInfo_GetTypes, -} from "./glue_PartitionStorageDescriptorSkewedInfo"; +} from './glue_PartitionStorageDescriptorSkewedInfo'; import { glue_PartitionStorageDescriptorColumn, glue_PartitionStorageDescriptorColumn_GetTypes, -} from "./glue_PartitionStorageDescriptorColumn"; +} from './glue_PartitionStorageDescriptorColumn'; import { glue_PartitionStorageDescriptorSortColumn, glue_PartitionStorageDescriptorSortColumn_GetTypes, -} from "./glue_PartitionStorageDescriptorSortColumn"; +} from './glue_PartitionStorageDescriptorSortColumn'; export interface glue_PartitionStorageDescriptor { // The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format. @@ -64,96 +64,96 @@ export function glue_PartitionStorageDescriptor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "inputFormat", - "The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.", + 'inputFormat', + 'The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The physical location of the table. By default this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.", + 'location', + 'The physical location of the table. By default this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numberOfBuckets", - "Must be specified if the table contains any dimension columns.", + 'numberOfBuckets', + 'Must be specified if the table contains any dimension columns.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "serDeInfo", - "Serialization/deserialization (SerDe) information.", + 'serDeInfo', + 'Serialization/deserialization (SerDe) information.', () => glue_PartitionStorageDescriptorSerDeInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "bucketColumns", - "A list of reducer grouping columns, clustering columns, and bucketing columns in the table.", + 'bucketColumns', + 'A list of reducer grouping columns, clustering columns, and bucketing columns in the table.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "columns", - "A list of the Columns in the table.", + 'columns', + 'A list of the Columns in the table.', () => glue_PartitionStorageDescriptorColumn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "compressed", - "True if the data in the table is compressed, or False if not.", + 'compressed', + 'True if the data in the table is compressed, or False if not.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "skewedInfo", - "Information about values that appear very frequently in a column (skewed values).", + 'skewedInfo', + 'Information about values that appear very frequently in a column (skewed values).', () => glue_PartitionStorageDescriptorSkewedInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "outputFormat", - "The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.", + 'outputFormat', + 'The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "User-supplied properties in key-value form.", + 'parameters', + 'User-supplied properties in key-value form.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sortColumns", - "A list of Order objects specifying the sort order of each bucket in the table.", + 'sortColumns', + 'A list of Order objects specifying the sort order of each bucket in the table.', () => glue_PartitionStorageDescriptorSortColumn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "storedAsSubDirectories", - "True if the table data is stored in subdirectories, or False if not.", + 'storedAsSubDirectories', + 'True if the table data is stored in subdirectories, or False if not.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorColumn.ts b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorColumn.ts index 312120745..9f49de960 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_PartitionStorageDescriptorColumn { // The datatype of data in the Column. @@ -21,20 +21,20 @@ export function glue_PartitionStorageDescriptorColumn_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "type", - "The datatype of data in the Column.", + 'type', + 'The datatype of data in the Column.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "Free-form text comment.", + 'comment', + 'Free-form text comment.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSerDeInfo.ts b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSerDeInfo.ts index 75d6aecfa..5d1f86093 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSerDeInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSerDeInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_PartitionStorageDescriptorSerDeInfo { // Name of the SerDe. @@ -21,24 +21,24 @@ export function glue_PartitionStorageDescriptorSerDeInfo_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the SerDe.", + 'name', + 'Name of the SerDe.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "A map of initialization parameters for the SerDe, in key-value form.", + 'parameters', + 'A map of initialization parameters for the SerDe, in key-value form.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serializationLibrary", - "Usually the class that implements the SerDe. An example is: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.", + 'serializationLibrary', + 'Usually the class that implements the SerDe. An example is: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSkewedInfo.ts b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSkewedInfo.ts index be64a376e..b3104de5c 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSkewedInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSkewedInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_PartitionStorageDescriptorSkewedInfo { // A list of names of columns that contain skewed values. @@ -21,24 +21,24 @@ export function glue_PartitionStorageDescriptorSkewedInfo_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Map, - "skewedColumnValueLocationMaps", - "A list of values that appear so frequently as to be considered skewed.", + 'skewedColumnValueLocationMaps', + 'A list of values that appear so frequently as to be considered skewed.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "skewedColumnValues", - "A map of skewed values to the columns that contain them.", + 'skewedColumnValues', + 'A map of skewed values to the columns that contain them.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "skewedColumnNames", - "A list of names of columns that contain skewed values.", + 'skewedColumnNames', + 'A list of names of columns that contain skewed values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSortColumn.ts b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSortColumn.ts index c54d9c183..b6442d7e6 100644 --- a/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSortColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_PartitionStorageDescriptorSortColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_PartitionStorageDescriptorSortColumn { // The name of the column. @@ -18,16 +18,16 @@ export function glue_PartitionStorageDescriptorSortColumn_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "column", - "The name of the column.", + 'column', + 'The name of the column.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sortOrder", - "Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).", + 'sortOrder', + 'Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfiguration.ts index eeb6d9638..3e3a217be 100644 --- a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption, glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption_GetTypes, -} from "./glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption"; +} from './glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption'; import { glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption, glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption_GetTypes, -} from "./glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption"; +} from './glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption'; import { glue_SecurityConfigurationEncryptionConfigurationS3Encryption, glue_SecurityConfigurationEncryptionConfigurationS3Encryption_GetTypes, -} from "./glue_SecurityConfigurationEncryptionConfigurationS3Encryption"; +} from './glue_SecurityConfigurationEncryptionConfigurationS3Encryption'; export interface glue_SecurityConfigurationEncryptionConfiguration { // @@ -33,8 +33,8 @@ export function glue_SecurityConfigurationEncryptionConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "jobBookmarksEncryption", - "", + 'jobBookmarksEncryption', + '', () => glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption_GetTypes(), true, @@ -42,8 +42,8 @@ export function glue_SecurityConfigurationEncryptionConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "s3Encryption", - "A `s3_encryption ` block as described below, which contains encryption configuration for S3 data.", + 's3Encryption', + 'A `s3_encryption ` block as described below, which contains encryption configuration for S3 data.', () => glue_SecurityConfigurationEncryptionConfigurationS3Encryption_GetTypes(), true, @@ -51,8 +51,8 @@ export function glue_SecurityConfigurationEncryptionConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "cloudwatchEncryption", - "", + 'cloudwatchEncryption', + '', () => glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption.ts b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption.ts index 2288599bc..59a6b748f 100644 --- a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption.ts +++ b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncryption { // Encryption mode to use for CloudWatch data. Valid values: `DISABLED`, `SSE-KMS`. Default value: `DISABLED`. @@ -18,16 +18,16 @@ export function glue_SecurityConfigurationEncryptionConfigurationCloudwatchEncry return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cloudwatchEncryptionMode", - "Encryption mode to use for CloudWatch data. Valid values: `DISABLED`, `SSE-KMS`. Default value: `DISABLED`.", + 'cloudwatchEncryptionMode', + 'Encryption mode to use for CloudWatch data. Valid values: `DISABLED`, `SSE-KMS`. Default value: `DISABLED`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption.ts b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption.ts index 449ccf486..592f13a96 100644 --- a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption.ts +++ b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption { // Encryption mode to use for job bookmarks data. Valid values: `CSE-KMS`, `DISABLED`. Default value: `DISABLED`. @@ -18,16 +18,16 @@ export function glue_SecurityConfigurationEncryptionConfigurationJobBookmarksEnc return [ new DynamicUIProps( InputType.String, - "jobBookmarksEncryptionMode", - "Encryption mode to use for job bookmarks data. Valid values: `CSE-KMS`, `DISABLED`. Default value: `DISABLED`.", + 'jobBookmarksEncryptionMode', + 'Encryption mode to use for job bookmarks data. Valid values: `CSE-KMS`, `DISABLED`. Default value: `DISABLED`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationS3Encryption.ts b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationS3Encryption.ts index 61da9f5a1..dafe8e951 100644 --- a/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationS3Encryption.ts +++ b/src/app/Models/codegen/aws/types/glue_SecurityConfigurationEncryptionConfigurationS3Encryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_SecurityConfigurationEncryptionConfigurationS3Encryption { // Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. @@ -18,16 +18,16 @@ export function glue_SecurityConfigurationEncryptionConfigurationS3Encryption_Ge return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3EncryptionMode", - "Encryption mode to use for S3 data. Valid values: `DISABLED`, `SSE-KMS`, `SSE-S3`. Default value: `DISABLED`.", + 's3EncryptionMode', + 'Encryption mode to use for S3 data. Valid values: `DISABLED`, `SSE-KMS`, `SSE-S3`. Default value: `DISABLED`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/glue_TriggerAction.ts b/src/app/Models/codegen/aws/types/glue_TriggerAction.ts index 217f262bd..4b18f5f21 100644 --- a/src/app/Models/codegen/aws/types/glue_TriggerAction.ts +++ b/src/app/Models/codegen/aws/types/glue_TriggerAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_TriggerActionNotificationProperty, glue_TriggerActionNotificationProperty_GetTypes, -} from "./glue_TriggerActionNotificationProperty"; +} from './glue_TriggerActionNotificationProperty'; export interface glue_TriggerAction { // Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. @@ -34,48 +34,48 @@ export function glue_TriggerAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "crawlerName", - "The name of the crawler to be executed. Conflicts with `job_name`.", + 'crawlerName', + 'The name of the crawler to be executed. Conflicts with `job_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jobName", - "The name of a job to be executed. Conflicts with `crawler_name`.", + 'jobName', + 'The name of a job to be executed. Conflicts with `crawler_name`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "notificationProperty", - "Specifies configuration properties of a job run notification. See Notification Property details below.", + 'notificationProperty', + 'Specifies configuration properties of a job run notification. See Notification Property details below.', () => glue_TriggerActionNotificationProperty_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "securityConfiguration", - "The name of the Security Configuration structure to be used with this action.", + 'securityConfiguration', + 'The name of the Security Configuration structure to be used with this action.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "The job run timeout in minutes. It overrides the timeout value of the job.", + 'timeout', + 'The job run timeout in minutes. It overrides the timeout value of the job.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "arguments", - "Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.", + 'arguments', + 'Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/glue_TriggerActionNotificationProperty.ts b/src/app/Models/codegen/aws/types/glue_TriggerActionNotificationProperty.ts index d748941a4..e34d42446 100644 --- a/src/app/Models/codegen/aws/types/glue_TriggerActionNotificationProperty.ts +++ b/src/app/Models/codegen/aws/types/glue_TriggerActionNotificationProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_TriggerActionNotificationProperty { // After a job run starts, the number of minutes to wait before sending a job run delay notification. @@ -15,8 +15,8 @@ export function glue_TriggerActionNotificationProperty_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "notifyDelayAfter", - "After a job run starts, the number of minutes to wait before sending a job run delay notification.", + 'notifyDelayAfter', + 'After a job run starts, the number of minutes to wait before sending a job run delay notification.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_TriggerEventBatchingCondition.ts b/src/app/Models/codegen/aws/types/glue_TriggerEventBatchingCondition.ts index 3d5cfe7f0..a67b7b4bc 100644 --- a/src/app/Models/codegen/aws/types/glue_TriggerEventBatchingCondition.ts +++ b/src/app/Models/codegen/aws/types/glue_TriggerEventBatchingCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_TriggerEventBatchingCondition { // Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires. @@ -18,16 +18,16 @@ export function glue_TriggerEventBatchingCondition_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "batchSize", - "Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.", + 'batchSize', + 'Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "batchWindow", - "Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received. Default value is `900`.", + 'batchWindow', + 'Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received. Default value is `900`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_TriggerPredicate.ts b/src/app/Models/codegen/aws/types/glue_TriggerPredicate.ts index 8ab28a3da..4c7cc6863 100644 --- a/src/app/Models/codegen/aws/types/glue_TriggerPredicate.ts +++ b/src/app/Models/codegen/aws/types/glue_TriggerPredicate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_TriggerPredicateCondition, glue_TriggerPredicateCondition_GetTypes, -} from "./glue_TriggerPredicateCondition"; +} from './glue_TriggerPredicateCondition'; export interface glue_TriggerPredicate { // A list of the conditions that determine when the trigger will fire. See Conditions. @@ -22,16 +22,16 @@ export function glue_TriggerPredicate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "logical", - "How to handle multiple conditions. Defaults to `AND`. Valid values are `AND` or `ANY`.", + 'logical', + 'How to handle multiple conditions. Defaults to `AND`. Valid values are `AND` or `ANY`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "conditions", - "A list of the conditions that determine when the trigger will fire. See Conditions.", + 'conditions', + 'A list of the conditions that determine when the trigger will fire. See Conditions.', () => glue_TriggerPredicateCondition_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_TriggerPredicateCondition.ts b/src/app/Models/codegen/aws/types/glue_TriggerPredicateCondition.ts index fcd8f8f27..ed86ef9ba 100644 --- a/src/app/Models/codegen/aws/types/glue_TriggerPredicateCondition.ts +++ b/src/app/Models/codegen/aws/types/glue_TriggerPredicateCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_TriggerPredicateCondition { // The condition job state. Currently, the values supported are `SUCCEEDED`, `STOPPED`, `TIMEOUT` and `FAILED`. If this is specified, `job_name` must also be specified. Conflicts with `crawler_state`. @@ -27,40 +27,40 @@ export function glue_TriggerPredicateCondition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "state", - "The condition job state. Currently, the values supported are `SUCCEEDED`, `STOPPED`, `TIMEOUT` and `FAILED`. If this is specified, `job_name` must also be specified. Conflicts with `crawler_state`.", + 'state', + 'The condition job state. Currently, the values supported are `SUCCEEDED`, `STOPPED`, `TIMEOUT` and `FAILED`. If this is specified, `job_name` must also be specified. Conflicts with `crawler_state`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "crawlState", - "The condition crawl state. Currently, the values supported are `RUNNING`, `SUCCEEDED`, `CANCELLED`, and `FAILED`. If this is specified, `crawler_name` must also be specified. Conflicts with `state`.", + 'crawlState', + 'The condition crawl state. Currently, the values supported are `RUNNING`, `SUCCEEDED`, `CANCELLED`, and `FAILED`. If this is specified, `crawler_name` must also be specified. Conflicts with `state`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "crawlerName", - "The name of the crawler to watch. If this is specified, `crawl_state` must also be specified. Conflicts with `job_name`.", + 'crawlerName', + 'The name of the crawler to watch. If this is specified, `crawl_state` must also be specified. Conflicts with `job_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jobName", - "The name of the job to watch. If this is specified, `state` must also be specified. Conflicts with `crawler_name`.", + 'jobName', + 'The name of the job to watch. If this is specified, `state` must also be specified. Conflicts with `crawler_name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logicalOperator", - "A logical operator. Defaults to `EQUALS`.", + 'logicalOperator', + 'A logical operator. Defaults to `EQUALS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_UserDefinedFunctionResourceUri.ts b/src/app/Models/codegen/aws/types/glue_UserDefinedFunctionResourceUri.ts index 56122a888..f2dedbb45 100644 --- a/src/app/Models/codegen/aws/types/glue_UserDefinedFunctionResourceUri.ts +++ b/src/app/Models/codegen/aws/types/glue_UserDefinedFunctionResourceUri.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_UserDefinedFunctionResourceUri { // The type of the resource. can be one of `JAR`, `FILE`, and `ARCHIVE`. @@ -18,16 +18,16 @@ export function glue_UserDefinedFunctionResourceUri_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "resourceType", - "The type of the resource. can be one of `JAR`, `FILE`, and `ARCHIVE`.", + 'resourceType', + 'The type of the resource. can be one of `JAR`, `FILE`, and `ARCHIVE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", - "The URI for accessing the resource.", + 'uri', + 'The URI for accessing the resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionIndex.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionIndex.ts index 5116f4002..0b9ca9bc6 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionIndex.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionIndex.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTablePartitionIndex { // Name of the partition index. @@ -21,24 +21,24 @@ export function glue_getCatalogTablePartitionIndex_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "indexName", - "Name of the partition index.", + 'indexName', + 'Name of the partition index.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "indexStatus", - "", + 'indexStatus', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "keys", - "Keys for the partition index.", + 'keys', + 'Keys for the partition index.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionKey.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionKey.ts index 3448ea334..49f2cf119 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionKey.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTablePartitionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTablePartitionKey { // Free-form text comment. @@ -21,24 +21,24 @@ export function glue_getCatalogTablePartitionKey_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Datatype of data in the Column.", + 'type', + 'Datatype of data in the Column.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comment", - "Free-form text comment.", + 'comment', + 'Free-form text comment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptor.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptor.ts index 3cd46dee9..35aa6d474 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptor.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptor.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_getCatalogTableStorageDescriptorSchemaReference, glue_getCatalogTableStorageDescriptorSchemaReference_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorSchemaReference"; +} from './glue_getCatalogTableStorageDescriptorSchemaReference'; import { glue_getCatalogTableStorageDescriptorColumn, glue_getCatalogTableStorageDescriptorColumn_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorColumn"; +} from './glue_getCatalogTableStorageDescriptorColumn'; import { glue_getCatalogTableStorageDescriptorSerDeInfo, glue_getCatalogTableStorageDescriptorSerDeInfo_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorSerDeInfo"; +} from './glue_getCatalogTableStorageDescriptorSerDeInfo'; import { glue_getCatalogTableStorageDescriptorSkewedInfo, glue_getCatalogTableStorageDescriptorSkewedInfo_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorSkewedInfo"; +} from './glue_getCatalogTableStorageDescriptorSkewedInfo'; import { glue_getCatalogTableStorageDescriptorSortColumn, glue_getCatalogTableStorageDescriptorSortColumn_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorSortColumn"; +} from './glue_getCatalogTableStorageDescriptorSortColumn'; export interface glue_getCatalogTableStorageDescriptor { // Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format. @@ -74,55 +74,55 @@ export function glue_getCatalogTableStorageDescriptor_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "outputFormat", - "Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.", + 'outputFormat', + 'Output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "storedAsSubDirectories", - "Whether the table data is stored in subdirectories.", + 'storedAsSubDirectories', + 'Whether the table data is stored in subdirectories.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "inputFormat", - "Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.", + 'inputFormat', + 'Input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Map of initialization parameters for the SerDe, in key-value form.", + 'parameters', + 'Map of initialization parameters for the SerDe, in key-value form.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "skewedInfos", - "Configuration block with information about values that appear very frequently in a column (skewed values). See `skewed_info` below.", + 'skewedInfos', + 'Configuration block with information about values that appear very frequently in a column (skewed values). See `skewed_info` below.', () => glue_getCatalogTableStorageDescriptorSkewedInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "numberOfBuckets", - "Is if the table contains any dimension columns.", + 'numberOfBuckets', + 'Is if the table contains any dimension columns.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "serDeInfos", + 'serDeInfos', 'Configuration block for serialization and deserialization ("SerDe") information. See `ser_de_info` below.', () => glue_getCatalogTableStorageDescriptorSerDeInfo_GetTypes(), true, @@ -130,56 +130,56 @@ export function glue_getCatalogTableStorageDescriptor_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "bucketColumns", - "List of reducer grouping columns, clustering columns, and bucketing columns in the table.", + 'bucketColumns', + 'List of reducer grouping columns, clustering columns, and bucketing columns in the table.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "location", - "Physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.", + 'location', + 'Physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "compressed", - "Whether the data in the table is compressed.", + 'compressed', + 'Whether the data in the table is compressed.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "schemaReferences", - "Object that references a schema stored in the AWS Glue Schema Registry. See `schema_reference` below.", + 'schemaReferences', + 'Object that references a schema stored in the AWS Glue Schema Registry. See `schema_reference` below.', () => glue_getCatalogTableStorageDescriptorSchemaReference_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "additionalLocations", - "List of locations that point to the path where a Delta table is located", + 'additionalLocations', + 'List of locations that point to the path where a Delta table is located', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "columns", - "Configuration block for columns in the table. See `columns` below.", + 'columns', + 'Configuration block for columns in the table. See `columns` below.', () => glue_getCatalogTableStorageDescriptorColumn_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "sortColumns", - "Configuration block for the sort order of each bucket in the table. See `sort_columns` below.", + 'sortColumns', + 'Configuration block for the sort order of each bucket in the table. See `sort_columns` below.', () => glue_getCatalogTableStorageDescriptorSortColumn_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorColumn.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorColumn.ts index 5a5a24ae3..0219c767f 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableStorageDescriptorColumn { // Free-form text comment. @@ -24,32 +24,32 @@ export function glue_getCatalogTableStorageDescriptorColumn_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "comment", - "Free-form text comment.", + 'comment', + 'Free-form text comment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Map of initialization parameters for the SerDe, in key-value form.", + 'parameters', + 'Map of initialization parameters for the SerDe, in key-value form.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Datatype of data in the Column.", + 'type', + 'Datatype of data in the Column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReference.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReference.ts index ebc9dc407..965c77a45 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReference.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReference.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId, glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId_GetTypes, -} from "./glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId"; +} from './glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId'; export interface glue_getCatalogTableStorageDescriptorSchemaReference { // Configuration block that contains schema identity fields. See `schema_id` below. @@ -25,8 +25,8 @@ export function glue_getCatalogTableStorageDescriptorSchemaReference_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "schemaIds", - "Configuration block that contains schema identity fields. See `schema_id` below.", + 'schemaIds', + 'Configuration block that contains schema identity fields. See `schema_id` below.', () => glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId_GetTypes(), true, @@ -34,16 +34,16 @@ export function glue_getCatalogTableStorageDescriptorSchemaReference_GetTypes(): ), new DynamicUIProps( InputType.String, - "schemaVersionId", - "Unique ID assigned to a version of the schema.", + 'schemaVersionId', + 'Unique ID assigned to a version of the schema.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "schemaVersionNumber", - "Version number of the schema.", + 'schemaVersionNumber', + 'Version number of the schema.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId.ts index e1fc34b91..88cc9fc83 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId { // Name of the schema. @@ -21,24 +21,24 @@ export function glue_getCatalogTableStorageDescriptorSchemaReferenceSchemaId_Get return [ new DynamicUIProps( InputType.String, - "schemaArn", - "ARN of the schema.", + 'schemaArn', + 'ARN of the schema.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "schemaName", - "Name of the schema.", + 'schemaName', + 'Name of the schema.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "registryName", - "Name of the schema registry that contains the schema.", + 'registryName', + 'Name of the schema registry that contains the schema.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSerDeInfo.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSerDeInfo.ts index 6c33576d5..da09763a4 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSerDeInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSerDeInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableStorageDescriptorSerDeInfo { // Name of the table. @@ -21,24 +21,24 @@ export function glue_getCatalogTableStorageDescriptorSerDeInfo_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "parameters", - "Map of initialization parameters for the SerDe, in key-value form.", + 'parameters', + 'Map of initialization parameters for the SerDe, in key-value form.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "serializationLibrary", - "Usually the class that implements the SerDe. An example is `org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`.", + 'serializationLibrary', + 'Usually the class that implements the SerDe. An example is `org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSkewedInfo.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSkewedInfo.ts index 99ef98d11..38f172adc 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSkewedInfo.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSkewedInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableStorageDescriptorSkewedInfo { // List of names of columns that contain skewed values. @@ -21,24 +21,24 @@ export function glue_getCatalogTableStorageDescriptorSkewedInfo_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "skewedColumnNames", - "List of names of columns that contain skewed values.", + 'skewedColumnNames', + 'List of names of columns that contain skewed values.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "skewedColumnValueLocationMaps", - "List of values that appear so frequently as to be considered skewed.", + 'skewedColumnValueLocationMaps', + 'List of values that appear so frequently as to be considered skewed.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "skewedColumnValues", - "Map of skewed values to the columns that contain them.", + 'skewedColumnValues', + 'Map of skewed values to the columns that contain them.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSortColumn.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSortColumn.ts index f5d23de57..e9bf0fc43 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSortColumn.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableStorageDescriptorSortColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableStorageDescriptorSortColumn { // Name of the column. @@ -18,16 +18,16 @@ export function glue_getCatalogTableStorageDescriptorSortColumn_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "sortOrder", - "Whether the column is sorted in ascending (`1`) or descending order (`0`).", + 'sortOrder', + 'Whether the column is sorted in ascending (`1`) or descending order (`0`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "column", - "Name of the column.", + 'column', + 'Name of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getCatalogTableTargetTable.ts b/src/app/Models/codegen/aws/types/glue_getCatalogTableTargetTable.ts index df13d30a1..e4d65ca90 100644 --- a/src/app/Models/codegen/aws/types/glue_getCatalogTableTargetTable.ts +++ b/src/app/Models/codegen/aws/types/glue_getCatalogTableTargetTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getCatalogTableTargetTable { // ID of the Glue Catalog and database where the table metadata resides. If omitted, this defaults to the current AWS Account ID. @@ -24,32 +24,32 @@ export function glue_getCatalogTableTargetTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "ID of the Glue Catalog and database where the table metadata resides. If omitted, this defaults to the current AWS Account ID.", + 'catalogId', + 'ID of the Glue Catalog and database where the table metadata resides. If omitted, this defaults to the current AWS Account ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the metadata database where the table metadata resides.", + 'databaseName', + 'Name of the metadata database where the table metadata resides.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the target table.", + 'region', + 'Region of the target table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getConnectionPhysicalConnectionRequirement.ts b/src/app/Models/codegen/aws/types/glue_getConnectionPhysicalConnectionRequirement.ts index 403f10856..8dfdcc30b 100644 --- a/src/app/Models/codegen/aws/types/glue_getConnectionPhysicalConnectionRequirement.ts +++ b/src/app/Models/codegen/aws/types/glue_getConnectionPhysicalConnectionRequirement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getConnectionPhysicalConnectionRequirement { // @@ -21,20 +21,20 @@ export function glue_getConnectionPhysicalConnectionRequirement_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "", + 'availabilityZone', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIdLists", - "", + 'securityGroupIdLists', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "subnetId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'subnetId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSetting.ts b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSetting.ts index 85ae5ff93..6670d6397 100644 --- a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSetting.ts +++ b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSetting.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption, glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption_GetTypes, -} from "./glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption"; +} from './glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption'; import { glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest, glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest_GetTypes, -} from "./glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest"; +} from './glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest'; export interface glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSetting { // When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption. @@ -26,8 +26,8 @@ export function glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettin return [ new DynamicUIProps( InputType.Array, - "connectionPasswordEncryptions", - "When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.", + 'connectionPasswordEncryptions', + 'When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.', () => glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption_GetTypes(), true, @@ -35,8 +35,8 @@ export function glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettin ), new DynamicUIProps( InputType.Array, - "encryptionAtRests", - "Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.", + 'encryptionAtRests', + 'Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.', () => glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption.ts b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption.ts index 8473d87f1..10e96cf2e 100644 --- a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption.ts +++ b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption { // KMS key ARN that is used to encrypt the connection password. @@ -18,16 +18,16 @@ export function glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettin return [ new DynamicUIProps( InputType.String, - "awsKmsKeyId", - "KMS key ARN that is used to encrypt the connection password.", + 'awsKmsKeyId', + 'KMS key ARN that is used to encrypt the connection password.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "returnConnectionPasswordEncrypted", - "When set to `true`, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.", + 'returnConnectionPasswordEncrypted', + 'When set to `true`, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest.ts b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest.ts index 5af0a699e..9953057bd 100644 --- a/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest.ts +++ b/src/app/Models/codegen/aws/types/glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest { // The ARN of the AWS IAM role used for accessing encrypted Data Catalog data. @@ -21,24 +21,24 @@ export function glue_getDataCatalogEncryptionSettingsDataCatalogEncryptionSettin return [ new DynamicUIProps( InputType.String, - "sseAwsKmsKeyId", - "ARN of the AWS KMS key to use for encryption at rest.", + 'sseAwsKmsKeyId', + 'ARN of the AWS KMS key to use for encryption at rest.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogEncryptionMode", - "The encryption-at-rest mode for encrypting Data Catalog data.", + 'catalogEncryptionMode', + 'The encryption-at-rest mode for encrypting Data Catalog data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogEncryptionServiceRole", - "The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.", + 'catalogEncryptionServiceRole', + 'The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/glue_getScriptDagEdge.ts b/src/app/Models/codegen/aws/types/glue_getScriptDagEdge.ts index 3accb0f2e..1f1e79f7e 100644 --- a/src/app/Models/codegen/aws/types/glue_getScriptDagEdge.ts +++ b/src/app/Models/codegen/aws/types/glue_getScriptDagEdge.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getScriptDagEdge { // ID of the node at which the edge starts. @@ -21,24 +21,24 @@ export function glue_getScriptDagEdge_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "source", - "ID of the node at which the edge starts.", + 'source', + 'ID of the node at which the edge starts.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "target", - "ID of the node at which the edge ends.", + 'target', + 'ID of the node at which the edge ends.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetParameter", - "Target of the edge.", + 'targetParameter', + 'Target of the edge.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/glue_getScriptDagNode.ts b/src/app/Models/codegen/aws/types/glue_getScriptDagNode.ts index 0991af39e..52ba8ebbc 100644 --- a/src/app/Models/codegen/aws/types/glue_getScriptDagNode.ts +++ b/src/app/Models/codegen/aws/types/glue_getScriptDagNode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { glue_getScriptDagNodeArg, glue_getScriptDagNodeArg_GetTypes, -} from "./glue_getScriptDagNodeArg"; +} from './glue_getScriptDagNodeArg'; export interface glue_getScriptDagNode { // Line number of the node. @@ -28,31 +28,31 @@ export function glue_getScriptDagNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "lineNumber", - "Line number of the node.", + 'lineNumber', + 'Line number of the node.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "Type of node this is.", + 'nodeType', + 'Type of node this is.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "args", - "Nested configuration an argument or property of a node. Defined below.", + 'args', + 'Nested configuration an argument or property of a node. Defined below.', () => glue_getScriptDagNodeArg_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "id", + 'id', "Node identifier that is unique within the node's graph.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/glue_getScriptDagNodeArg.ts b/src/app/Models/codegen/aws/types/glue_getScriptDagNodeArg.ts index adb2b4170..7a5268fb6 100644 --- a/src/app/Models/codegen/aws/types/glue_getScriptDagNodeArg.ts +++ b/src/app/Models/codegen/aws/types/glue_getScriptDagNodeArg.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface glue_getScriptDagNodeArg { // Name of the argument or property. @@ -21,24 +21,24 @@ export function glue_getScriptDagNodeArg_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the argument or property.", + 'name', + 'Name of the argument or property.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "param", - "Boolean if the value is used as a parameter. Defaults to `false`.", + 'param', + 'Boolean if the value is used as a parameter. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the argument or property.", + 'value', + 'Value of the argument or property.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/grafana_WorkspaceNetworkAccessControl.ts b/src/app/Models/codegen/aws/types/grafana_WorkspaceNetworkAccessControl.ts index 800b5a54d..ecedfca5a 100644 --- a/src/app/Models/codegen/aws/types/grafana_WorkspaceNetworkAccessControl.ts +++ b/src/app/Models/codegen/aws/types/grafana_WorkspaceNetworkAccessControl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface grafana_WorkspaceNetworkAccessControl { // An array of prefix list IDs. @@ -18,16 +18,16 @@ export function grafana_WorkspaceNetworkAccessControl_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "vpceIds", - "An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.", + 'vpceIds', + 'An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "prefixListIds", - "An array of prefix list IDs.", + 'prefixListIds', + 'An array of prefix list IDs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/grafana_WorkspaceVpcConfiguration.ts b/src/app/Models/codegen/aws/types/grafana_WorkspaceVpcConfiguration.ts index 06ad774e3..e76ce3441 100644 --- a/src/app/Models/codegen/aws/types/grafana_WorkspaceVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/grafana_WorkspaceVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface grafana_WorkspaceVpcConfiguration { // The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. @@ -18,16 +18,16 @@ export function grafana_WorkspaceVpcConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.", + 'securityGroupIds', + 'The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.", + 'subnetIds', + 'The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasources.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasources.ts index 9e5fa3971..2000c5f20 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasources.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasources.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorDatasourcesKubernetes, guardduty_DetectorDatasourcesKubernetes_GetTypes, -} from "./guardduty_DetectorDatasourcesKubernetes"; +} from './guardduty_DetectorDatasourcesKubernetes'; import { guardduty_DetectorDatasourcesMalwareProtection, guardduty_DetectorDatasourcesMalwareProtection_GetTypes, -} from "./guardduty_DetectorDatasourcesMalwareProtection"; +} from './guardduty_DetectorDatasourcesMalwareProtection'; import { guardduty_DetectorDatasourcesS3Logs, guardduty_DetectorDatasourcesS3Logs_GetTypes, -} from "./guardduty_DetectorDatasourcesS3Logs"; +} from './guardduty_DetectorDatasourcesS3Logs'; export interface guardduty_DetectorDatasources { /* @@ -42,24 +42,24 @@ export function guardduty_DetectorDatasources_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "kubernetes", - "Configures [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes and Kubernetes Audit Logs below for more details.", + 'kubernetes', + 'Configures [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes and Kubernetes Audit Logs below for more details.', () => guardduty_DetectorDatasourcesKubernetes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "malwareProtection", - "Configures [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html).\nSee Malware Protection, Scan EC2 instance with findings and EBS volumes below for more details.", + 'malwareProtection', + 'Configures [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html).\nSee Malware Protection, Scan EC2 instance with findings and EBS volumes below for more details.', () => guardduty_DetectorDatasourcesMalwareProtection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3Logs", - "Configures [S3 protection](https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html).\nSee S3 Logs below for more details.", + 's3Logs', + 'Configures [S3 protection](https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html).\nSee S3 Logs below for more details.', () => guardduty_DetectorDatasourcesS3Logs_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetes.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetes.ts index e4a07cd6a..9e65cc44d 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetes.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorDatasourcesKubernetesAuditLogs, guardduty_DetectorDatasourcesKubernetesAuditLogs_GetTypes, -} from "./guardduty_DetectorDatasourcesKubernetesAuditLogs"; +} from './guardduty_DetectorDatasourcesKubernetesAuditLogs'; export interface guardduty_DetectorDatasourcesKubernetes { /* @@ -22,8 +22,8 @@ export function guardduty_DetectorDatasourcesKubernetes_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "auditLogs", - "Configures Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes Audit Logs below for more details.", + 'auditLogs', + 'Configures Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes Audit Logs below for more details.', () => guardduty_DetectorDatasourcesKubernetesAuditLogs_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetesAuditLogs.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetesAuditLogs.ts index 4d53b4ee3..6b81d3216 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetesAuditLogs.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesKubernetesAuditLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_DetectorDatasourcesKubernetesAuditLogs { /* @@ -18,8 +18,8 @@ export function guardduty_DetectorDatasourcesKubernetesAuditLogs_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Bool, - "enable", - "If true, enables Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nDefaults to `true`.", + 'enable', + 'If true, enables Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nDefaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtection.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtection.ts index 942284791..5b3ead985 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtection.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtection.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings, guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings_GetTypes, -} from "./guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings"; +} from './guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings'; export interface guardduty_DetectorDatasourcesMalwareProtection { /* @@ -22,8 +22,8 @@ export function guardduty_DetectorDatasourcesMalwareProtection_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "scanEc2InstanceWithFindings", - "Configure whether [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) is enabled as data source for EC2 instances with findings for the detector.\nSee Scan EC2 instance with findings below for more details.", + 'scanEc2InstanceWithFindings', + 'Configure whether [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) is enabled as data source for EC2 instances with findings for the detector.\nSee Scan EC2 instance with findings below for more details.', () => guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts index 7979eb1c5..354c90534 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes, guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes_GetTypes, -} from "./guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes"; +} from './guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes'; export interface guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindings { /* @@ -22,8 +22,8 @@ export function guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWit return [ new DynamicUIProps( InputType.Object, - "ebsVolumes", - "Configure whether scanning EBS volumes is enabled as data source for the detector for instances with findings.\nSee EBS volumes below for more details.", + 'ebsVolumes', + 'Configure whether scanning EBS volumes is enabled as data source for the detector for instances with findings.\nSee EBS volumes below for more details.', () => guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts index b52a9ac7b..e0a4e42fa 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes { /* @@ -18,8 +18,8 @@ export function guardduty_DetectorDatasourcesMalwareProtectionScanEc2InstanceWit return [ new DynamicUIProps( InputType.Bool, - "enable", - "If true, enables [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) as data source for the detector.\nDefaults to `true`.", + 'enable', + 'If true, enables [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) as data source for the detector.\nDefaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesS3Logs.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesS3Logs.ts index e340bac9c..17ebce760 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesS3Logs.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorDatasourcesS3Logs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_DetectorDatasourcesS3Logs { /* @@ -18,8 +18,8 @@ export function guardduty_DetectorDatasourcesS3Logs_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "enable", - "If true, enables [S3 protection](https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html).\nDefaults to `true`.", + 'enable', + 'If true, enables [S3 protection](https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html).\nDefaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_DetectorFeatureAdditionalConfiguration.ts b/src/app/Models/codegen/aws/types/guardduty_DetectorFeatureAdditionalConfiguration.ts index d95e7e880..040417795 100644 --- a/src/app/Models/codegen/aws/types/guardduty_DetectorFeatureAdditionalConfiguration.ts +++ b/src/app/Models/codegen/aws/types/guardduty_DetectorFeatureAdditionalConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_DetectorFeatureAdditionalConfiguration { // The name of the additional configuration for a feature. Valid values: `EKS_ADDON_MANAGEMENT`, `ECS_FARGATE_AGENT_MANAGEMENT`, `EC2_AGENT_MANAGEMENT`. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorAdditionalConfiguration.html) for the current list of supported values. @@ -18,16 +18,16 @@ export function guardduty_DetectorFeatureAdditionalConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "name", - "The name of the additional configuration for a feature. Valid values: `EKS_ADDON_MANAGEMENT`, `ECS_FARGATE_AGENT_MANAGEMENT`, `EC2_AGENT_MANAGEMENT`. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorAdditionalConfiguration.html) for the current list of supported values.", + 'name', + 'The name of the additional configuration for a feature. Valid values: `EKS_ADDON_MANAGEMENT`, `ECS_FARGATE_AGENT_MANAGEMENT`, `EC2_AGENT_MANAGEMENT`. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorAdditionalConfiguration.html) for the current list of supported values.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "The status of the additional configuration. Valid values: `ENABLED`, `DISABLED`.", + 'status', + 'The status of the additional configuration. Valid values: `ENABLED`, `DISABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteria.ts b/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteria.ts index 2d3d4212e..2e3b08773 100644 --- a/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteria.ts +++ b/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_FilterFindingCriteriaCriterion, guardduty_FilterFindingCriteriaCriterion_GetTypes, -} from "./guardduty_FilterFindingCriteriaCriterion"; +} from './guardduty_FilterFindingCriteriaCriterion'; export interface guardduty_FilterFindingCriteria { // @@ -19,8 +19,8 @@ export function guardduty_FilterFindingCriteria_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "criterions", - "", + 'criterions', + '', () => guardduty_FilterFindingCriteriaCriterion_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteriaCriterion.ts b/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteriaCriterion.ts index 49bc45ed2..37e7cd0cc 100644 --- a/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteriaCriterion.ts +++ b/src/app/Models/codegen/aws/types/guardduty_FilterFindingCriteriaCriterion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_FilterFindingCriteriaCriterion { // A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8). @@ -33,56 +33,56 @@ export function guardduty_FilterFindingCriteriaCriterion_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "equals", - "List of string values to be evaluated.", + 'equals', + 'List of string values to be evaluated.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "field", - "The name of the field to be evaluated. The full list of field names can be found in [AWS documentation](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_filter-findings.html#filter_criteria).", + 'field', + 'The name of the field to be evaluated. The full list of field names can be found in [AWS documentation](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_filter-findings.html#filter_criteria).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "greaterThan", - "A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'greaterThan', + 'A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "greaterThanOrEqual", - "A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'greaterThanOrEqual', + 'A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lessThan", - "A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'lessThan', + 'A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lessThanOrEqual", - "A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'lessThanOrEqual', + 'A value to be evaluated. Accepts either an integer or a date in [RFC 3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notEquals", - "List of string values to be evaluated.", + 'notEquals', + 'List of string values to be evaluated.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanAction.ts b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanAction.ts index 8bd0df175..216a80d7b 100644 --- a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanAction.ts +++ b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_MalwareProtectionPlanActionTagging, guardduty_MalwareProtectionPlanActionTagging_GetTypes, -} from "./guardduty_MalwareProtectionPlanActionTagging"; +} from './guardduty_MalwareProtectionPlanActionTagging'; export interface guardduty_MalwareProtectionPlanAction { // Indicates whether the scanned S3 object will have tags about the scan result. See `tagging` below. @@ -19,8 +19,8 @@ export function guardduty_MalwareProtectionPlanAction_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "taggings", - "Indicates whether the scanned S3 object will have tags about the scan result. See `tagging` below.", + 'taggings', + 'Indicates whether the scanned S3 object will have tags about the scan result. See `tagging` below.', () => guardduty_MalwareProtectionPlanActionTagging_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanActionTagging.ts b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanActionTagging.ts index 8072ec657..1e8d022b8 100644 --- a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanActionTagging.ts +++ b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanActionTagging.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_MalwareProtectionPlanActionTagging { // Indicates whether or not the tags will added. Valid values are `DISABLED` and `ENABLED`. Defaults to `DISABLED` @@ -15,8 +15,8 @@ export function guardduty_MalwareProtectionPlanActionTagging_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "status", - "Indicates whether or not the tags will added. Valid values are `DISABLED` and `ENABLED`. Defaults to `DISABLED`", + 'status', + 'Indicates whether or not the tags will added. Valid values are `DISABLED` and `ENABLED`. Defaults to `DISABLED`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResource.ts b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResource.ts index b81e30c47..f93a82bdb 100644 --- a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResource.ts +++ b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_MalwareProtectionPlanProtectedResourceS3Bucket, guardduty_MalwareProtectionPlanProtectedResourceS3Bucket_GetTypes, -} from "./guardduty_MalwareProtectionPlanProtectedResourceS3Bucket"; +} from './guardduty_MalwareProtectionPlanProtectedResourceS3Bucket'; export interface guardduty_MalwareProtectionPlanProtectedResource { // Information about the protected S3 bucket resource. See `s3_bucket` below. @@ -19,8 +19,8 @@ export function guardduty_MalwareProtectionPlanProtectedResource_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "s3Bucket", - "Information about the protected S3 bucket resource. See `s3_bucket` below.", + 's3Bucket', + 'Information about the protected S3 bucket resource. See `s3_bucket` below.', () => guardduty_MalwareProtectionPlanProtectedResourceS3Bucket_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResourceS3Bucket.ts b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResourceS3Bucket.ts index 915468900..e95ce13c4 100644 --- a/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResourceS3Bucket.ts +++ b/src/app/Models/codegen/aws/types/guardduty_MalwareProtectionPlanProtectedResourceS3Bucket.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_MalwareProtectionPlanProtectedResourceS3Bucket { // Name of the S3 bucket. @@ -18,16 +18,16 @@ export function guardduty_MalwareProtectionPlanProtectedResourceS3Bucket_GetType return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the S3 bucket.", + 'bucketName', + 'Name of the S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "objectPrefixes", - "The list of object prefixes that specify the S3 objects that will be scanned.", + 'objectPrefixes', + 'The list of object prefixes that specify the S3 objects that will be scanned.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasources.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasources.ts index 57f68382d..4aeaf7b3e 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasources.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasources.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationDatasourcesKubernetes, guardduty_OrganizationConfigurationDatasourcesKubernetes_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesKubernetes"; +} from './guardduty_OrganizationConfigurationDatasourcesKubernetes'; import { guardduty_OrganizationConfigurationDatasourcesMalwareProtection, guardduty_OrganizationConfigurationDatasourcesMalwareProtection_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesMalwareProtection"; +} from './guardduty_OrganizationConfigurationDatasourcesMalwareProtection'; import { guardduty_OrganizationConfigurationDatasourcesS3Logs, guardduty_OrganizationConfigurationDatasourcesS3Logs_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesS3Logs"; +} from './guardduty_OrganizationConfigurationDatasourcesS3Logs'; export interface guardduty_OrganizationConfigurationDatasources { // Enable Malware Protection automatically for new member accounts. @@ -33,8 +33,8 @@ export function guardduty_OrganizationConfigurationDatasources_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "malwareProtection", - "Enable Malware Protection automatically for new member accounts.", + 'malwareProtection', + 'Enable Malware Protection automatically for new member accounts.', () => guardduty_OrganizationConfigurationDatasourcesMalwareProtection_GetTypes(), false, @@ -42,16 +42,16 @@ export function guardduty_OrganizationConfigurationDatasources_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "s3Logs", - "Enable S3 Protection automatically for new member accounts.", + 's3Logs', + 'Enable S3 Protection automatically for new member accounts.', () => guardduty_OrganizationConfigurationDatasourcesS3Logs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kubernetes", - "Enable Kubernetes Audit Logs Monitoring automatically for new member accounts.", + 'kubernetes', + 'Enable Kubernetes Audit Logs Monitoring automatically for new member accounts.', () => guardduty_OrganizationConfigurationDatasourcesKubernetes_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetes.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetes.ts index 43a847121..0bc065ff3 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetes.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs, guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs"; +} from './guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs'; export interface guardduty_OrganizationConfigurationDatasourcesKubernetes { /* @@ -22,8 +22,8 @@ export function guardduty_OrganizationConfigurationDatasourcesKubernetes_GetType return [ new DynamicUIProps( InputType.Object, - "auditLogs", - "Enable Kubernetes Audit Logs Monitoring automatically for new member accounts. [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes Audit Logs below for more details.", + 'auditLogs', + 'Enable Kubernetes Audit Logs Monitoring automatically for new member accounts. [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nSee Kubernetes Audit Logs below for more details.', () => guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs.ts index ecaa33dab..480d59087 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLogs { /* @@ -18,8 +18,8 @@ export function guardduty_OrganizationConfigurationDatasourcesKubernetesAuditLog return [ new DynamicUIProps( InputType.Bool, - "enable", - "If true, enables Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nDefaults to `true`.", + 'enable', + 'If true, enables Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).\nDefaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtection.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtection.ts index b525ee902..f6c2fedfb 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtection.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtection.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings, guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings"; +} from './guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings'; export interface guardduty_OrganizationConfigurationDatasourcesMalwareProtection { /* @@ -22,8 +22,8 @@ export function guardduty_OrganizationConfigurationDatasourcesMalwareProtection_ return [ new DynamicUIProps( InputType.Object, - "scanEc2InstanceWithFindings", - "Configure whether [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) for EC2 instances with findings should be auto-enabled for new members joining the organization.\nSee Scan EC2 instance with findings below for more details.", + 'scanEc2InstanceWithFindings', + 'Configure whether [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) for EC2 instances with findings should be auto-enabled for new members joining the organization.\nSee Scan EC2 instance with findings below for more details.', () => guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts index e773297b4..1e04cfb42 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes, guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes_GetTypes, -} from "./guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes"; +} from './guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes'; export interface guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindings { /* @@ -22,8 +22,8 @@ export function guardduty_OrganizationConfigurationDatasourcesMalwareProtectionS return [ new DynamicUIProps( InputType.Object, - "ebsVolumes", - "Configure whether scanning EBS volumes should be auto-enabled for new members joining the organization\nSee EBS volumes below for more details.", + 'ebsVolumes', + 'Configure whether scanning EBS volumes should be auto-enabled for new members joining the organization\nSee EBS volumes below for more details.', () => guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts index c0aeea3d8..8caa453ca 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_OrganizationConfigurationDatasourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumes { /* @@ -18,8 +18,8 @@ export function guardduty_OrganizationConfigurationDatasourcesMalwareProtectionS return [ new DynamicUIProps( InputType.Bool, - "autoEnable", - "If true, enables [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) for all new accounts joining the organization.\nDefaults to `true`.", + 'autoEnable', + 'If true, enables [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) for all new accounts joining the organization.\nDefaults to `true`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesS3Logs.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesS3Logs.ts index a245e7df5..7a5a4ec34 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesS3Logs.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationDatasourcesS3Logs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_OrganizationConfigurationDatasourcesS3Logs { // Set to `true` if you want S3 data event logs to be automatically enabled for new members of the organization. Default: `false` @@ -15,8 +15,8 @@ export function guardduty_OrganizationConfigurationDatasourcesS3Logs_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "autoEnable", - "Set to `true` if you want S3 data event logs to be automatically enabled for new members of the organization. Default: `false`", + 'autoEnable', + 'Set to `true` if you want S3 data event logs to be automatically enabled for new members of the organization. Default: `false`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration.ts b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration.ts index cefded5c7..2b820a013 100644 --- a/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration.ts +++ b/src/app/Models/codegen/aws/types/guardduty_OrganizationConfigurationFeatureAdditionalConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_OrganizationConfigurationFeatureAdditionalConfiguration { // The status of the additional configuration that will be configured for the organization. Valid values: `NEW`, `ALL`, `NONE`. @@ -18,16 +18,16 @@ export function guardduty_OrganizationConfigurationFeatureAdditionalConfiguratio return [ new DynamicUIProps( InputType.String, - "name", - "The name of the additional configuration for a feature that will be configured for the organization. Valid values: `EKS_ADDON_MANAGEMENT`, `ECS_FARGATE_AGENT_MANAGEMENT`, `EC2_AGENT_MANAGEMENT`. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorAdditionalConfiguration.html) for the current list of supported values.", + 'name', + 'The name of the additional configuration for a feature that will be configured for the organization. Valid values: `EKS_ADDON_MANAGEMENT`, `ECS_FARGATE_AGENT_MANAGEMENT`, `EC2_AGENT_MANAGEMENT`. Refer to the [AWS Documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DetectorAdditionalConfiguration.html) for the current list of supported values.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "autoEnable", - "The status of the additional configuration that will be configured for the organization. Valid values: `NEW`, `ALL`, `NONE`.", + 'autoEnable', + 'The status of the additional configuration that will be configured for the organization. Valid values: `NEW`, `ALL`, `NONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_getDetectorFeature.ts b/src/app/Models/codegen/aws/types/guardduty_getDetectorFeature.ts index 6a411c826..3b7b2b45a 100644 --- a/src/app/Models/codegen/aws/types/guardduty_getDetectorFeature.ts +++ b/src/app/Models/codegen/aws/types/guardduty_getDetectorFeature.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { guardduty_getDetectorFeatureAdditionalConfiguration, guardduty_getDetectorFeatureAdditionalConfiguration_GetTypes, -} from "./guardduty_getDetectorFeatureAdditionalConfiguration"; +} from './guardduty_getDetectorFeatureAdditionalConfiguration'; export interface guardduty_getDetectorFeature { // Additional feature configuration. @@ -25,24 +25,24 @@ export function guardduty_getDetectorFeature_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "additionalConfigurations", - "Additional feature configuration.", + 'additionalConfigurations', + 'Additional feature configuration.', () => guardduty_getDetectorFeatureAdditionalConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the detector feature.", + 'name', + 'The name of the detector feature.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Current status of the detector.", + 'status', + 'Current status of the detector.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/guardduty_getDetectorFeatureAdditionalConfiguration.ts b/src/app/Models/codegen/aws/types/guardduty_getDetectorFeatureAdditionalConfiguration.ts index 402b54dfa..bf2b6ce50 100644 --- a/src/app/Models/codegen/aws/types/guardduty_getDetectorFeatureAdditionalConfiguration.ts +++ b/src/app/Models/codegen/aws/types/guardduty_getDetectorFeatureAdditionalConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface guardduty_getDetectorFeatureAdditionalConfiguration { // Current status of the detector. @@ -18,16 +18,16 @@ export function guardduty_getDetectorFeatureAdditionalConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "status", - "Current status of the detector.", + 'status', + 'Current status of the detector.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the detector feature.", + 'name', + 'The name of the detector feature.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_ManagedPolicy.ts b/src/app/Models/codegen/aws/types/iam_ManagedPolicy.ts index 99bca172a..245885fe3 100644 --- a/src/app/Models/codegen/aws/types/iam_ManagedPolicy.ts +++ b/src/app/Models/codegen/aws/types/iam_ManagedPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_ManagedPolicy {} diff --git a/src/app/Models/codegen/aws/types/iam_RoleInlinePolicy.ts b/src/app/Models/codegen/aws/types/iam_RoleInlinePolicy.ts index b03916e58..99503cdf3 100644 --- a/src/app/Models/codegen/aws/types/iam_RoleInlinePolicy.ts +++ b/src/app/Models/codegen/aws/types/iam_RoleInlinePolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_RoleInlinePolicy { // Name of the role policy. @@ -18,16 +18,16 @@ export function iam_RoleInlinePolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the role policy.", + 'name', + 'Name of the role policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "Policy document as a JSON formatted string.", + 'policy', + 'Policy document as a JSON formatted string.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iam_getAccessKeysAccessKey.ts b/src/app/Models/codegen/aws/types/iam_getAccessKeysAccessKey.ts index 8451e8f57..b962769fa 100644 --- a/src/app/Models/codegen/aws/types/iam_getAccessKeysAccessKey.ts +++ b/src/app/Models/codegen/aws/types/iam_getAccessKeysAccessKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getAccessKeysAccessKey { // Access key ID. @@ -21,24 +21,24 @@ export function iam_getAccessKeysAccessKey_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "accessKeyId", - "Access key ID.", + 'accessKeyId', + 'Access key ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "createDate", - "Date and time in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) that the access key was created.", + 'createDate', + 'Date and time in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) that the access key was created.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Access key status. Possible values are `Active` and `Inactive`.", + 'status', + 'Access key status. Possible values are `Active` and `Inactive`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getGroupUser.ts b/src/app/Models/codegen/aws/types/iam_getGroupUser.ts index b7802bf2c..86a1be0b4 100644 --- a/src/app/Models/codegen/aws/types/iam_getGroupUser.ts +++ b/src/app/Models/codegen/aws/types/iam_getGroupUser.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getGroupUser { // User ARN. @@ -24,32 +24,32 @@ export function iam_getGroupUser_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "userName", - "Name of the IAM user.", + 'userName', + 'Name of the IAM user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "User ARN.", + 'arn', + 'User ARN.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "Path to the IAM user.", + 'path', + 'Path to the IAM user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userId", - "Stable and unique string identifying the IAM user.", + 'userId', + 'Stable and unique string identifying the IAM user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatement.ts b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatement.ts index af4dcff6e..e465f99ac 100644 --- a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatement.ts +++ b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatement.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iam_getPolicyDocumentStatementCondition, iam_getPolicyDocumentStatementCondition_GetTypes, -} from "./iam_getPolicyDocumentStatementCondition"; +} from './iam_getPolicyDocumentStatementCondition'; import { iam_getPolicyDocumentStatementNotPrincipal, iam_getPolicyDocumentStatementNotPrincipal_GetTypes, -} from "./iam_getPolicyDocumentStatementNotPrincipal"; +} from './iam_getPolicyDocumentStatementNotPrincipal'; import { iam_getPolicyDocumentStatementPrincipal, iam_getPolicyDocumentStatementPrincipal_GetTypes, -} from "./iam_getPolicyDocumentStatementPrincipal"; +} from './iam_getPolicyDocumentStatementPrincipal'; export interface iam_getPolicyDocumentStatement { // Sid (statement ID) is an identifier for a policy statement. @@ -51,63 +51,63 @@ export function iam_getPolicyDocumentStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "conditions", - "Configuration block for a condition. Detailed below.", + 'conditions', + 'Configuration block for a condition. Detailed below.', () => iam_getPolicyDocumentStatementCondition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "effect", - "Whether this statement allows or denies the given actions. Valid values are `Allow` and `Deny`. Defaults to `Allow`.", + 'effect', + 'Whether this statement allows or denies the given actions. Valid values are `Allow` and `Deny`. Defaults to `Allow`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "principals", - "Configuration block for principals. Detailed below.", + 'principals', + 'Configuration block for principals. Detailed below.', () => iam_getPolicyDocumentStatementPrincipal_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resources", - "List of resource ARNs that this statement applies to. This is required by AWS if used for an IAM policy. Conflicts with `not_resources`.", + 'resources', + 'List of resource ARNs that this statement applies to. This is required by AWS if used for an IAM policy. Conflicts with `not_resources`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notActions", - "List of actions that this statement does *not* apply to. Use to apply a policy statement to all actions *except* those listed.", + 'notActions', + 'List of actions that this statement does *not* apply to. Use to apply a policy statement to all actions *except* those listed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sid", - "Sid (statement ID) is an identifier for a policy statement.", + 'sid', + 'Sid (statement ID) is an identifier for a policy statement.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "notPrincipals", - "Like `principals` except these are principals that the statement does *not* apply to.", + 'notPrincipals', + 'Like `principals` except these are principals that the statement does *not* apply to.', () => iam_getPolicyDocumentStatementNotPrincipal_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "actions", + 'actions', 'List of actions that this statement either allows or denies. For example, `["ec2:RunInstances", "s3:*"]`.', () => InputType_String_GetTypes(), false, @@ -115,8 +115,8 @@ export function iam_getPolicyDocumentStatement_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "notResources", - "List of resource ARNs that this statement does *not* apply to. Use to apply a policy statement to all resources *except* those listed. Conflicts with `resources`.", + 'notResources', + 'List of resource ARNs that this statement does *not* apply to. Use to apply a policy statement to all resources *except* those listed. Conflicts with `resources`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementCondition.ts b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementCondition.ts index a8d9bcf6e..56e4e5cc1 100644 --- a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementCondition.ts +++ b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getPolicyDocumentStatementCondition { // Name of the [IAM condition operator](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html) to evaluate. @@ -21,15 +21,15 @@ export function iam_getPolicyDocumentStatementCondition_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "test", - "Name of the [IAM condition operator](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html) to evaluate.", + 'test', + 'Name of the [IAM condition operator](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html) to evaluate.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", + 'values', 'Values to evaluate the condition against. If multiple values are provided, the condition matches if at least one of them applies. That is, AWS evaluates multiple values as though using an "OR" boolean operation.', () => InputType_String_GetTypes(), true, @@ -37,8 +37,8 @@ export function iam_getPolicyDocumentStatementCondition_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "variable", - "Name of a [Context Variable](http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#AvailableKeys) to apply the condition to. Context variables may either be standard AWS variables starting with `aws:` or service-specific variables prefixed with the service name.", + 'variable', + 'Name of a [Context Variable](http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#AvailableKeys) to apply the condition to. Context variables may either be standard AWS variables starting with `aws:` or service-specific variables prefixed with the service name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementNotPrincipal.ts b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementNotPrincipal.ts index 0382a03cd..8d821d0a2 100644 --- a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementNotPrincipal.ts +++ b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementNotPrincipal.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getPolicyDocumentStatementNotPrincipal { // List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`. @@ -18,16 +18,16 @@ export function iam_getPolicyDocumentStatementNotPrincipal_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "type", - "Type of principal. Valid values include `AWS`, `Service`, `Federated`, `CanonicalUser` and `*`.", + 'type', + 'Type of principal. Valid values include `AWS`, `Service`, `Federated`, `CanonicalUser` and `*`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "identifiers", - "List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`.", + 'identifiers', + 'List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementPrincipal.ts b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementPrincipal.ts index 0803514a9..9e0172c51 100644 --- a/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementPrincipal.ts +++ b/src/app/Models/codegen/aws/types/iam_getPolicyDocumentStatementPrincipal.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getPolicyDocumentStatementPrincipal { // List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`. @@ -18,16 +18,16 @@ export function iam_getPolicyDocumentStatementPrincipal_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "identifiers", - "List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`.", + 'identifiers', + 'List of identifiers for principals. When `type` is `AWS`, these are IAM principal ARNs, e.g., `arn:aws:iam::12345678901:role/yak-role`. When `type` is `Service`, these are AWS Service roles, e.g., `lambda.amazonaws.com`. When `type` is `Federated`, these are web identity users or SAML provider ARNs, e.g., `accounts.google.com` or `arn:aws:iam::12345678901:saml-provider/yak-saml-provider`. When `type` is `CanonicalUser`, these are [canonical user IDs](https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId), e.g., `79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of principal. Valid values include `AWS`, `Service`, `Federated`, `CanonicalUser` and `*`.", + 'type', + 'Type of principal. Valid values include `AWS`, `Service`, `Federated`, `CanonicalUser` and `*`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationContext.ts b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationContext.ts index b49eb4792..70595ffc3 100644 --- a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationContext.ts +++ b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getPrincipalPolicySimulationContext { /* @@ -29,24 +29,24 @@ export function iam_getPrincipalPolicySimulationContext_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "key", - "The context _condition key_ to set.\n\nIf you have policies containing `Condition` elements or using dynamic interpolations then you will need to provide suitable values for each condition key your policies use. See [Actions, resources, and condition keys for AWS services](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html) to find the various condition keys that are normally provided for real requests to each action of each AWS service.", + 'key', + 'The context _condition key_ to set.\n\nIf you have policies containing `Condition` elements or using dynamic interpolations then you will need to provide suitable values for each condition key your policies use. See [Actions, resources, and condition keys for AWS services](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html) to find the various condition keys that are normally provided for real requests to each action of each AWS service.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "An IAM value type that determines how the policy simulator will interpret the strings given in `values`.\n\nFor more information, see the `ContextKeyType` field of [`iam.ContextEntry`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ContextEntry.html) in the underlying API.", + 'type', + 'An IAM value type that determines how the policy simulator will interpret the strings given in `values`.\n\nFor more information, see the `ContextKeyType` field of [`iam.ContextEntry`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ContextEntry.html) in the underlying API.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "A set of one or more values for this context entry.", + 'values', + 'A set of one or more values for this context entry.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResult.ts b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResult.ts index b21881e60..43075576f 100644 --- a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResult.ts +++ b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResult.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iam_getPrincipalPolicySimulationResultMatchedStatement, iam_getPrincipalPolicySimulationResultMatchedStatement_GetTypes, -} from "./iam_getPrincipalPolicySimulationResultMatchedStatement"; +} from './iam_getPrincipalPolicySimulationResultMatchedStatement'; export interface iam_getPrincipalPolicySimulationResult { // ARN of the resource that was used for this particular request. When you specify multiple actions and multiple resource ARNs, that causes a separate policy request for each combination of unique action and resource. @@ -37,47 +37,47 @@ export function iam_getPrincipalPolicySimulationResult_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Map, - "decisionDetails", - "A map of arbitrary metadata entries returned by the policy simulator for this request.", + 'decisionDetails', + 'A map of arbitrary metadata entries returned by the policy simulator for this request.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "matchedStatements", - "A nested set of objects describing which policies contained statements that were relevant to this simulation request. Each object has attributes `source_policy_id` and `source_policy_type` to identify one of the policies.", + 'matchedStatements', + 'A nested set of objects describing which policies contained statements that were relevant to this simulation request. Each object has attributes `source_policy_id` and `source_policy_type` to identify one of the policies.', () => iam_getPrincipalPolicySimulationResultMatchedStatement_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "missingContextKeys", - "A set of context keys (or condition keys) that were needed by some of the policies contributing to this result but not specified using a `context` block in the configuration. Missing or incorrect context keys will typically cause a simulated request to be disallowed.", + 'missingContextKeys', + 'A set of context keys (or condition keys) that were needed by some of the policies contributing to this result but not specified using a `context` block in the configuration. Missing or incorrect context keys will typically cause a simulated request to be disallowed.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource that was used for this particular request. When you specify multiple actions and multiple resource ARNs, that causes a separate policy request for each combination of unique action and resource.", + 'resourceArn', + 'ARN of the resource that was used for this particular request. When you specify multiple actions and multiple resource ARNs, that causes a separate policy request for each combination of unique action and resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "actionName", - "The name of the single IAM action used for this particular request.", + 'actionName', + 'The name of the single IAM action used for this particular request.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowed", + 'allowed', '`true` if `decision` is "allowed", and `false` otherwise.', () => [], true, @@ -85,7 +85,7 @@ export function iam_getPrincipalPolicySimulationResult_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "decision", + 'decision', 'The raw decision determined from all of the policies in scope; either "allowed", "explicitDeny", or "implicitDeny".', () => [], true, diff --git a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResultMatchedStatement.ts b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResultMatchedStatement.ts index ce9061881..1cb808e57 100644 --- a/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResultMatchedStatement.ts +++ b/src/app/Models/codegen/aws/types/iam_getPrincipalPolicySimulationResultMatchedStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getPrincipalPolicySimulationResultMatchedStatement { // Identifier of one of the policies used as input to the simulation. @@ -18,16 +18,16 @@ export function iam_getPrincipalPolicySimulationResultMatchedStatement_GetTypes( return [ new DynamicUIProps( InputType.String, - "sourcePolicyId", - "Identifier of one of the policies used as input to the simulation.", + 'sourcePolicyId', + 'Identifier of one of the policies used as input to the simulation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourcePolicyType", - "The type of the policy identified in source_policy_id.", + 'sourcePolicyType', + 'The type of the policy identified in source_policy_id.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iam_getRoleRoleLastUsed.ts b/src/app/Models/codegen/aws/types/iam_getRoleRoleLastUsed.ts index c1ce58417..4be642c33 100644 --- a/src/app/Models/codegen/aws/types/iam_getRoleRoleLastUsed.ts +++ b/src/app/Models/codegen/aws/types/iam_getRoleRoleLastUsed.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iam_getRoleRoleLastUsed { // The date and time, in RFC 3339 format, that the role was last used. @@ -18,16 +18,16 @@ export function iam_getRoleRoleLastUsed_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lastUsedDate", - "The date and time, in RFC 3339 format, that the role was last used.", + 'lastUsedDate', + 'The date and time, in RFC 3339 format, that the role was last used.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "The name of the AWS Region in which the role was last used.", + 'region', + 'The name of the AWS Region in which the role was last used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_GroupExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_GroupExternalId.ts index 4e183fc0e..cebb810db 100644 --- a/src/app/Models/codegen/aws/types/identitystore_GroupExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_GroupExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_GroupExternalId { // The identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_GroupExternalId_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_UserAddresses.ts b/src/app/Models/codegen/aws/types/identitystore_UserAddresses.ts index 60c739b12..fe233b8c8 100644 --- a/src/app/Models/codegen/aws/types/identitystore_UserAddresses.ts +++ b/src/app/Models/codegen/aws/types/identitystore_UserAddresses.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_UserAddresses { // The country that this address is in. @@ -36,64 +36,64 @@ export function identitystore_UserAddresses_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "locality", - "The address locality.", + 'locality', + 'The address locality.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of the address.", + 'postalCode', + 'The postal code of the address.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary address associated with the user.", + 'primary', + 'When `true`, this is the primary address associated with the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The region of the address.", + 'region', + 'The region of the address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streetAddress", - "The street of the address.", + 'streetAddress', + 'The street of the address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of address.", + 'type', + 'The type of address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "The country that this address is in.", + 'country', + 'The country that this address is in.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "formatted", - "The name that is typically displayed when the address is shown for display.", + 'formatted', + 'The name that is typically displayed when the address is shown for display.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_UserEmails.ts b/src/app/Models/codegen/aws/types/identitystore_UserEmails.ts index ed781aef4..e3ab087c6 100644 --- a/src/app/Models/codegen/aws/types/identitystore_UserEmails.ts +++ b/src/app/Models/codegen/aws/types/identitystore_UserEmails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_UserEmails { // When `true`, this is the primary email associated with the user. @@ -21,24 +21,24 @@ export function identitystore_UserEmails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary email associated with the user.", + 'primary', + 'When `true`, this is the primary email associated with the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of email.", + 'type', + 'The type of email.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The email address. This value must be unique across the identity store.", + 'value', + 'The email address. This value must be unique across the identity store.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_UserExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_UserExternalId.ts index 079c2b74a..ebff52ab1 100644 --- a/src/app/Models/codegen/aws/types/identitystore_UserExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_UserExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_UserExternalId { // The identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_UserExternalId_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_UserName.ts b/src/app/Models/codegen/aws/types/identitystore_UserName.ts index 9199a0177..7d7180c97 100644 --- a/src/app/Models/codegen/aws/types/identitystore_UserName.ts +++ b/src/app/Models/codegen/aws/types/identitystore_UserName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_UserName { // The family name of the user. @@ -34,48 +34,48 @@ export function identitystore_UserName_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "familyName", - "The family name of the user.", + 'familyName', + 'The family name of the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "formatted", - "The name that is typically displayed when the name is shown for display.", + 'formatted', + 'The name that is typically displayed when the name is shown for display.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "givenName", - "The given name of the user.\n\nThe following arguments are optional:", + 'givenName', + 'The given name of the user.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "honorificPrefix", - "The honorific prefix of the user.", + 'honorificPrefix', + 'The honorific prefix of the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "honorificSuffix", - "The honorific suffix of the user.", + 'honorificSuffix', + 'The honorific suffix of the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "middleName", - "The middle name of the user.", + 'middleName', + 'The middle name of the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_UserPhoneNumbers.ts b/src/app/Models/codegen/aws/types/identitystore_UserPhoneNumbers.ts index cea8e7eac..ad7b6150e 100644 --- a/src/app/Models/codegen/aws/types/identitystore_UserPhoneNumbers.ts +++ b/src/app/Models/codegen/aws/types/identitystore_UserPhoneNumbers.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_UserPhoneNumbers { // When `true`, this is the primary phone number associated with the user. @@ -21,23 +21,23 @@ export function identitystore_UserPhoneNumbers_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary phone number associated with the user.", + 'primary', + 'When `true`, this is the primary phone number associated with the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of phone number.", + 'type', + 'The type of phone number.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', "The user's phone number.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifier.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifier.ts index 42a9a5bd0..312e7374b 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifier.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifier.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { identitystore_getGroupAlternateIdentifierExternalId, identitystore_getGroupAlternateIdentifierExternalId_GetTypes, -} from "./identitystore_getGroupAlternateIdentifierExternalId"; +} from './identitystore_getGroupAlternateIdentifierExternalId'; import { identitystore_getGroupAlternateIdentifierUniqueAttribute, identitystore_getGroupAlternateIdentifierUniqueAttribute_GetTypes, -} from "./identitystore_getGroupAlternateIdentifierUniqueAttribute"; +} from './identitystore_getGroupAlternateIdentifierUniqueAttribute'; export interface identitystore_getGroupAlternateIdentifier { // Configuration block for filtering by the identifier issued by an external identity provider. Detailed below. @@ -30,15 +30,15 @@ export function identitystore_getGroupAlternateIdentifier_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "externalId", - "Configuration block for filtering by the identifier issued by an external identity provider. Detailed below.", + 'externalId', + 'Configuration block for filtering by the identifier issued by an external identity provider. Detailed below.', () => identitystore_getGroupAlternateIdentifierExternalId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "uniqueAttribute", + 'uniqueAttribute', "An entity attribute that's unique to a specific entity. Detailed below.\n\n> Exactly one of the above arguments must be provided.", () => identitystore_getGroupAlternateIdentifierUniqueAttribute_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierExternalId.ts index 6d3a4b2f3..0a97522e4 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getGroupAlternateIdentifierExternalId { // The identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_getGroupAlternateIdentifierExternalId_GetTypes(): return [ new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierUniqueAttribute.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierUniqueAttribute.ts index ecbbf4b28..bc4abe29c 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierUniqueAttribute.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupAlternateIdentifierUniqueAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getGroupAlternateIdentifierUniqueAttribute { // Value for an attribute. @@ -18,16 +18,16 @@ export function identitystore_getGroupAlternateIdentifierUniqueAttribute_GetType return [ new DynamicUIProps( InputType.String, - "attributeValue", - "Value for an attribute.", + 'attributeValue', + 'Value for an attribute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attributePath", - "Attribute path that is used to specify which attribute name to search. For example: `DisplayName`. Refer to the [Group data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html).", + 'attributePath', + 'Attribute path that is used to specify which attribute name to search. For example: `DisplayName`. Refer to the [Group data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupExternalId.ts index 10e54e4d2..a2c6bfc04 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getGroupExternalId { // The identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_getGroupExternalId_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupFilter.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupFilter.ts index d447c4d3b..b8111ca59 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupFilter.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getGroupFilter { // Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path. @@ -18,16 +18,16 @@ export function identitystore_getGroupFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "attributePath", - "Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path.", + 'attributePath', + 'Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attributeValue", - "Value for an attribute.", + 'attributeValue', + 'Value for an attribute.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupsGroup.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupsGroup.ts index d85af8bb1..683cb926b 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupsGroup.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupsGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { identitystore_getGroupsGroupExternalId, identitystore_getGroupsGroupExternalId_GetTypes, -} from "./identitystore_getGroupsGroupExternalId"; +} from './identitystore_getGroupsGroupExternalId'; export interface identitystore_getGroupsGroup { // Identifier of the group in the Identity Store. @@ -31,7 +31,7 @@ export function identitystore_getGroupsGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "displayName", + 'displayName', "Group's display name.", () => [], true, @@ -39,32 +39,32 @@ export function identitystore_getGroupsGroup_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "externalIds", - "List of identifiers issued to this resource by an external identity provider.", + 'externalIds', + 'List of identifiers issued to this resource by an external identity provider.', () => identitystore_getGroupsGroupExternalId_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "groupId", - "Identifier of the group in the Identity Store.", + 'groupId', + 'Identifier of the group in the Identity Store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identityStoreId", - "Identity Store ID associated with the Single Sign-On (SSO) Instance.", + 'identityStoreId', + 'Identity Store ID associated with the Single Sign-On (SSO) Instance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the specified group.", + 'description', + 'Description of the specified group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getGroupsGroupExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_getGroupsGroupExternalId.ts index 68b0c1b98..185e3d8eb 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getGroupsGroupExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getGroupsGroupExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getGroupsGroupExternalId { // Identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_getGroupsGroupExternalId_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "Identifier issued to this resource by an external identity provider.", + 'id', + 'Identifier issued to this resource by an external identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "Issuer for an external identifier.", + 'issuer', + 'Issuer for an external identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserAddress.ts b/src/app/Models/codegen/aws/types/identitystore_getUserAddress.ts index 6d2c49242..b2a224244 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserAddress.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserAddress { // When `true`, this is the primary phone number associated with the user. @@ -36,64 +36,64 @@ export function identitystore_getUserAddress_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "country", - "The country that this address is in.", + 'country', + 'The country that this address is in.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "formatted", - "The name that is typically displayed when the name is shown for display.", + 'formatted', + 'The name that is typically displayed when the name is shown for display.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "locality", - "The address locality.", + 'locality', + 'The address locality.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "postalCode", - "The postal code of the address.", + 'postalCode', + 'The postal code of the address.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary phone number associated with the user.", + 'primary', + 'When `true`, this is the primary phone number associated with the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "The region of the address.", + 'region', + 'The region of the address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streetAddress", - "The street of the address.", + 'streetAddress', + 'The street of the address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of phone number.", + 'type', + 'The type of phone number.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifier.ts b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifier.ts index cce95c918..2aec6bfd3 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifier.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifier.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { identitystore_getUserAlternateIdentifierExternalId, identitystore_getUserAlternateIdentifierExternalId_GetTypes, -} from "./identitystore_getUserAlternateIdentifierExternalId"; +} from './identitystore_getUserAlternateIdentifierExternalId'; import { identitystore_getUserAlternateIdentifierUniqueAttribute, identitystore_getUserAlternateIdentifierUniqueAttribute_GetTypes, -} from "./identitystore_getUserAlternateIdentifierUniqueAttribute"; +} from './identitystore_getUserAlternateIdentifierUniqueAttribute'; export interface identitystore_getUserAlternateIdentifier { // Configuration block for filtering by the identifier issued by an external identity provider. Detailed below. @@ -30,15 +30,15 @@ export function identitystore_getUserAlternateIdentifier_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "externalId", - "Configuration block for filtering by the identifier issued by an external identity provider. Detailed below.", + 'externalId', + 'Configuration block for filtering by the identifier issued by an external identity provider. Detailed below.', () => identitystore_getUserAlternateIdentifierExternalId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "uniqueAttribute", + 'uniqueAttribute', "An entity attribute that's unique to a specific entity. Detailed below.\n\n> Exactly one of the above arguments must be provided.", () => identitystore_getUserAlternateIdentifierUniqueAttribute_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierExternalId.ts index 1e37b1f03..bb5c3688c 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserAlternateIdentifierExternalId { // The identifier issued to this resource by an external identity provider. @@ -18,16 +18,16 @@ export function identitystore_getUserAlternateIdentifierExternalId_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierUniqueAttribute.ts b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierUniqueAttribute.ts index 646309c81..78da5cf78 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierUniqueAttribute.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserAlternateIdentifierUniqueAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserAlternateIdentifierUniqueAttribute { // Value for an attribute. @@ -18,16 +18,16 @@ export function identitystore_getUserAlternateIdentifierUniqueAttribute_GetTypes return [ new DynamicUIProps( InputType.String, - "attributeValue", - "Value for an attribute.", + 'attributeValue', + 'Value for an attribute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attributePath", - "Attribute path that is used to specify which attribute name to search. For example: `UserName`. Refer to the [User data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html).", + 'attributePath', + 'Attribute path that is used to specify which attribute name to search. For example: `UserName`. Refer to the [User data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserEmail.ts b/src/app/Models/codegen/aws/types/identitystore_getUserEmail.ts index 8b2e06bb3..e3ca77e4f 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserEmail.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserEmail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserEmail { // When `true`, this is the primary phone number associated with the user. @@ -21,23 +21,23 @@ export function identitystore_getUserEmail_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary phone number associated with the user.", + 'primary', + 'When `true`, this is the primary phone number associated with the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of phone number.", + 'type', + 'The type of phone number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', "The user's phone number.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserExternalId.ts b/src/app/Models/codegen/aws/types/identitystore_getUserExternalId.ts index 868eecba5..b59c5a9bf 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserExternalId.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserExternalId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserExternalId { // The issuer for an external identifier. @@ -18,16 +18,16 @@ export function identitystore_getUserExternalId_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "issuer", - "The issuer for an external identifier.", + 'issuer', + 'The issuer for an external identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier issued to this resource by an external identity provider.", + 'id', + 'The identifier issued to this resource by an external identity provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserFilter.ts b/src/app/Models/codegen/aws/types/identitystore_getUserFilter.ts index 8aa7b126d..c12f078e4 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserFilter.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserFilter { // Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path. @@ -18,16 +18,16 @@ export function identitystore_getUserFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "attributePath", - "Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.", + 'attributePath', + 'Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attributeValue", - "Value for an attribute.", + 'attributeValue', + 'Value for an attribute.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserName.ts b/src/app/Models/codegen/aws/types/identitystore_getUserName.ts index de1504971..7c716417f 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserName.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserName { // The family name of the user. @@ -30,48 +30,48 @@ export function identitystore_getUserName_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "honorificPrefix", - "The honorific prefix of the user.", + 'honorificPrefix', + 'The honorific prefix of the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "honorificSuffix", - "The honorific suffix of the user.", + 'honorificSuffix', + 'The honorific suffix of the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "middleName", - "The middle name of the user.", + 'middleName', + 'The middle name of the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "familyName", - "The family name of the user.", + 'familyName', + 'The family name of the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "formatted", - "The name that is typically displayed when the name is shown for display.", + 'formatted', + 'The name that is typically displayed when the name is shown for display.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "givenName", - "The given name of the user.", + 'givenName', + 'The given name of the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/identitystore_getUserPhoneNumber.ts b/src/app/Models/codegen/aws/types/identitystore_getUserPhoneNumber.ts index db194b968..f319e0eff 100644 --- a/src/app/Models/codegen/aws/types/identitystore_getUserPhoneNumber.ts +++ b/src/app/Models/codegen/aws/types/identitystore_getUserPhoneNumber.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface identitystore_getUserPhoneNumber { // When `true`, this is the primary phone number associated with the user. @@ -21,15 +21,15 @@ export function identitystore_getUserPhoneNumber_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "The type of phone number.", + 'type', + 'The type of phone number.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", + 'value', "The user's phone number.", () => [], true, @@ -37,8 +37,8 @@ export function identitystore_getUserPhoneNumber_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "primary", - "When `true`, this is the primary phone number associated with the user.", + 'primary', + 'When `true`, this is the primary phone number associated with the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponent.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponent.ts index 88eab9168..6708a2412 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponent.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ContainerRecipeComponentParameter, imagebuilder_ContainerRecipeComponentParameter_GetTypes, -} from "./imagebuilder_ContainerRecipeComponentParameter"; +} from './imagebuilder_ContainerRecipeComponentParameter'; export interface imagebuilder_ContainerRecipeComponent { // Amazon Resource Name (ARN) of the Image Builder Component to associate. @@ -22,16 +22,16 @@ export function imagebuilder_ContainerRecipeComponent_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "componentArn", - "Amazon Resource Name (ARN) of the Image Builder Component to associate.", + 'componentArn', + 'Amazon Resource Name (ARN) of the Image Builder Component to associate.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block(s) for parameters to configure the component. Detailed below.", + 'parameters', + 'Configuration block(s) for parameters to configure the component. Detailed below.', () => imagebuilder_ContainerRecipeComponentParameter_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponentParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponentParameter.ts index e373ae249..11b2e12d7 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponentParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeComponentParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ContainerRecipeComponentParameter { // The value for the named component parameter. @@ -18,16 +18,16 @@ export function imagebuilder_ContainerRecipeComponentParameter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "The name of the component parameter.", + 'name', + 'The name of the component parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value for the named component parameter.", + 'value', + 'The value for the named component parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfiguration.ts index f6e0570f1..de5c5275b 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping, imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping_GetTypes, -} from "./imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping"; +} from './imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping'; export interface imagebuilder_ContainerRecipeInstanceConfiguration { // Configuration block(s) with block device mappings for the container recipe. Detailed below. @@ -22,8 +22,8 @@ export function imagebuilder_ContainerRecipeInstanceConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "blockDeviceMappings", - "Configuration block(s) with block device mappings for the container recipe. Detailed below.", + 'blockDeviceMappings', + 'Configuration block(s) with block device mappings for the container recipe. Detailed below.', () => imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping_GetTypes(), false, @@ -31,8 +31,8 @@ export function imagebuilder_ContainerRecipeInstanceConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "image", - "The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.", + 'image', + 'The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping.ts index 2e082fdee..3564fbb58 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs, imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs_GetTypes, -} from "./imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs"; +} from './imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs'; export interface imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapping { // Name of the device. For example, `/dev/sda` or `/dev/xvdb`. @@ -28,16 +28,16 @@ export function imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapp return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device. For example, `/dev/sda` or `/dev/xvdb`.", + 'deviceName', + 'Name of the device. For example, `/dev/sda` or `/dev/xvdb`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ebs", - "Configuration block with Elastic Block Storage (EBS) block device mapping settings. Detailed below.", + 'ebs', + 'Configuration block with Elastic Block Storage (EBS) block device mapping settings. Detailed below.', () => imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs_GetTypes(), false, @@ -45,16 +45,16 @@ export function imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapp ), new DynamicUIProps( InputType.Bool, - "noDevice", - "Set to `true` to remove a mapping from the parent image.", + 'noDevice', + 'Set to `true` to remove a mapping from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.", + 'virtualName', + 'Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs.ts index 5b9b40e44..804671314 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMappingEbs { // Size of the volume, in GiB. @@ -36,64 +36,64 @@ export function imagebuilder_ContainerRecipeInstanceConfigurationBlockDeviceMapp return [ new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume. For example, `gp2` or `io2`.", + 'volumeType', + 'Type of the volume. For example, `gp2` or `io2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deleteOnTermination", - "Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.", + 'deleteOnTermination', + 'Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "encrypted", - "Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.", + 'encrypted', + 'Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.", + 'iops', + 'Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key for encryption.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key for encryption.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Identifier of the EC2 Volume Snapshot.", + 'snapshotId', + 'Identifier of the EC2 Volume Snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "For GP3 volumes only. The throughput in MiB/s that the volume supports.", + 'throughput', + 'For GP3 volumes only. The throughput in MiB/s that the volume supports.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeTargetRepository.ts b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeTargetRepository.ts index 1195e22f9..c7f25d1c2 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeTargetRepository.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ContainerRecipeTargetRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ContainerRecipeTargetRepository { // The name of the container repository where the output container image is stored. This name is prefixed by the repository location. @@ -18,16 +18,16 @@ export function imagebuilder_ContainerRecipeTargetRepository_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the container repository where the output container image is stored. This name is prefixed by the repository location.", + 'repositoryName', + 'The name of the container repository where the output container image is stored. This name is prefixed by the repository location.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "service", - "The service in which this image is registered. Valid values: `ECR`.", + 'service', + 'The service in which this image is registered. Valid values: `ECR`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistribution.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistribution.ts index 98cddfbcb..24e044d43 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistribution.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistribution.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration, imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration"; +} from './imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration'; import { imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration, imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration"; +} from './imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration'; import { imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration, imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration"; +} from './imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration'; import { imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration, imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration"; +} from './imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration'; export interface imagebuilder_DistributionConfigurationDistribution { // Set of Amazon Resource Names (ARNs) of License Manager License Configurations. @@ -50,16 +50,16 @@ export function imagebuilder_DistributionConfigurationDistribution_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "region", - "AWS Region for the distribution.\n\nThe following arguments are optional:", + 'region', + 'AWS Region for the distribution.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "amiDistributionConfiguration", - "Configuration block with Amazon Machine Image (AMI) distribution settings. Detailed below.", + 'amiDistributionConfiguration', + 'Configuration block with Amazon Machine Image (AMI) distribution settings. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration_GetTypes(), false, @@ -67,8 +67,8 @@ export function imagebuilder_DistributionConfigurationDistribution_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "containerDistributionConfiguration", - "Configuration block with container distribution settings. Detailed below.", + 'containerDistributionConfiguration', + 'Configuration block with container distribution settings. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration_GetTypes(), false, @@ -76,8 +76,8 @@ export function imagebuilder_DistributionConfigurationDistribution_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "fastLaunchConfigurations", - "Set of Windows faster-launching configurations to use for AMI distribution. Detailed below.", + 'fastLaunchConfigurations', + 'Set of Windows faster-launching configurations to use for AMI distribution. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration_GetTypes(), false, @@ -85,8 +85,8 @@ export function imagebuilder_DistributionConfigurationDistribution_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "launchTemplateConfigurations", - "Set of launch template configuration settings that apply to image distribution. Detailed below.", + 'launchTemplateConfigurations', + 'Set of launch template configuration settings that apply to image distribution. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration_GetTypes(), false, @@ -94,8 +94,8 @@ export function imagebuilder_DistributionConfigurationDistribution_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "licenseConfigurationArns", - "Set of Amazon Resource Names (ARNs) of License Manager License Configurations.", + 'licenseConfigurationArns', + 'Set of Amazon Resource Names (ARNs) of License Manager License Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration.ts index b71254f54..a12216b22 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission, imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission"; +} from './imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission'; export interface imagebuilder_DistributionConfigurationDistributionAmiDistributionConfiguration { // Key-value map of tags to apply to the distributed AMI. @@ -34,16 +34,16 @@ export function imagebuilder_DistributionConfigurationDistributionAmiDistributio return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key to encrypt the distributed AMI.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key to encrypt the distributed AMI.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "launchPermission", - "Configuration block of EC2 launch permissions to apply to the distributed AMI. Detailed below.", + 'launchPermission', + 'Configuration block of EC2 launch permissions to apply to the distributed AMI. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission_GetTypes(), false, @@ -51,32 +51,32 @@ export function imagebuilder_DistributionConfigurationDistributionAmiDistributio ), new DynamicUIProps( InputType.String, - "name", - "Name to apply to the distributed AMI.", + 'name', + 'Name to apply to the distributed AMI.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetAccountIds", - "Set of AWS Account identifiers to distribute the AMI.", + 'targetAccountIds', + 'Set of AWS Account identifiers to distribute the AMI.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "amiTags", - "Key-value map of tags to apply to the distributed AMI.", + 'amiTags', + 'Key-value map of tags to apply to the distributed AMI.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description to apply to the distributed AMI.", + 'description', + 'Description to apply to the distributed AMI.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts index 3dbc880e4..5b1d177c2 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission { // Set of AWS Organization ARNs to assign. @@ -24,32 +24,32 @@ export function imagebuilder_DistributionConfigurationDistributionAmiDistributio return [ new DynamicUIProps( InputType.Array, - "organizationArns", - "Set of AWS Organization ARNs to assign.", + 'organizationArns', + 'Set of AWS Organization ARNs to assign.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "organizationalUnitArns", - "Set of AWS Organizational Unit ARNs to assign.", + 'organizationalUnitArns', + 'Set of AWS Organizational Unit ARNs to assign.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "userGroups", - "Set of EC2 launch permission user groups to assign. Use `all` to distribute a public AMI.", + 'userGroups', + 'Set of EC2 launch permission user groups to assign. Use `all` to distribute a public AMI.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "userIds", - "Set of AWS Account identifiers to assign.", + 'userIds', + 'Set of AWS Account identifiers to assign.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration.ts index 8cfd7bee8..ee63aed34 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository, imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository"; +} from './imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository'; export interface imagebuilder_DistributionConfigurationDistributionContainerDistributionConfiguration { // Description of the container distribution configuration. @@ -25,24 +25,24 @@ export function imagebuilder_DistributionConfigurationDistributionContainerDistr return [ new DynamicUIProps( InputType.Array, - "containerTags", - "Set of tags that are attached to the container distribution configuration.", + 'containerTags', + 'Set of tags that are attached to the container distribution configuration.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the container distribution configuration.", + 'description', + 'Description of the container distribution configuration.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetRepository", - "Configuration block with the destination repository for the container distribution configuration.", + 'targetRepository', + 'Configuration block with the destination repository for the container distribution configuration.', () => imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts index 234531db0..84f451219 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_DistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository { // The name of the container repository where the output container image is stored. This name is prefixed by the repository location. @@ -18,16 +18,16 @@ export function imagebuilder_DistributionConfigurationDistributionContainerDistr return [ new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the container repository where the output container image is stored. This name is prefixed by the repository location.", + 'repositoryName', + 'The name of the container repository where the output container image is stored. This name is prefixed by the repository location.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "service", - "The service in which this image is registered. Valid values: `ECR`.", + 'service', + 'The service in which this image is registered. Valid values: `ECR`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration.ts index b817e8ffd..ee6ab5907 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate, imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate"; +} from './imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate'; import { imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration, imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration_GetTypes, -} from "./imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration"; +} from './imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration'; export interface imagebuilder_DistributionConfigurationDistributionFastLaunchConfiguration { // Configuration block for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled. Detailed below. @@ -35,16 +35,16 @@ export function imagebuilder_DistributionConfigurationDistributionFastLaunchConf return [ new DynamicUIProps( InputType.Number, - "maxParallelLaunches", - "The maximum number of parallel instances that are launched for creating resources.", + 'maxParallelLaunches', + 'The maximum number of parallel instances that are launched for creating resources.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "snapshotConfiguration", - "Configuration block for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled. Detailed below.", + 'snapshotConfiguration', + 'Configuration block for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration_GetTypes(), false, @@ -52,24 +52,24 @@ export function imagebuilder_DistributionConfigurationDistributionFastLaunchConf ), new DynamicUIProps( InputType.String, - "accountId", - "The owner account ID for the fast-launch enabled Windows AMI.", + 'accountId', + 'The owner account ID for the fast-launch enabled Windows AMI.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A Boolean that represents the current state of faster launching for the Windows AMI. Set to `true` to start using Windows faster launching, or `false` to stop using it.", + 'enabled', + 'A Boolean that represents the current state of faster launching for the Windows AMI. Set to `true` to start using Windows faster launching, or `false` to stop using it.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "launchTemplate", - "Configuration block for the launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots. Detailed below.", + 'launchTemplate', + 'Configuration block for the launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots. Detailed below.', () => imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts index b36544d4c..be3753ab0 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate { // The ID of the launch template to use for faster launching for a Windows AMI. @@ -21,24 +21,24 @@ export function imagebuilder_DistributionConfigurationDistributionFastLaunchConf return [ new DynamicUIProps( InputType.String, - "launchTemplateId", - "The ID of the launch template to use for faster launching for a Windows AMI.", + 'launchTemplateId', + 'The ID of the launch template to use for faster launching for a Windows AMI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateName", - "The name of the launch template to use for faster launching for a Windows AMI.", + 'launchTemplateName', + 'The name of the launch template to use for faster launching for a Windows AMI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateVersion", - "The version of the launch template to use for faster launching for a Windows AMI.", + 'launchTemplateVersion', + 'The version of the launch template to use for faster launching for a Windows AMI.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts index 2b62c7fc7..019fc8b50 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration { // The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI. @@ -15,8 +15,8 @@ export function imagebuilder_DistributionConfigurationDistributionFastLaunchConf return [ new DynamicUIProps( InputType.Number, - "targetResourceCount", - "The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.", + 'targetResourceCount', + 'The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration.ts index 573c0abac..2e88dc0c0 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_DistributionConfigurationDistributionLaunchTemplateConfiguration { // The account ID that this configuration applies to. @@ -21,24 +21,24 @@ export function imagebuilder_DistributionConfigurationDistributionLaunchTemplate return [ new DynamicUIProps( InputType.String, - "accountId", - "The account ID that this configuration applies to.", + 'accountId', + 'The account ID that this configuration applies to.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "default", - "Indicates whether to set the specified Amazon EC2 launch template as the default launch template. Defaults to `true`.", + 'default', + 'Indicates whether to set the specified Amazon EC2 launch template as the default launch template. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchTemplateId", - "The ID of the Amazon EC2 launch template to use.", + 'launchTemplateId', + 'The ID of the Amazon EC2 launch template to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfiguration.ts index 8f5c5ab49..176eb5068 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageImageScanningConfigurationEcrConfiguration, imagebuilder_ImageImageScanningConfigurationEcrConfiguration_GetTypes, -} from "./imagebuilder_ImageImageScanningConfigurationEcrConfiguration"; +} from './imagebuilder_ImageImageScanningConfigurationEcrConfiguration'; export interface imagebuilder_ImageImageScanningConfiguration { // Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image. Defaults to `false`. @@ -22,16 +22,16 @@ export function imagebuilder_ImageImageScanningConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "imageScanningEnabled", - "Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image. Defaults to `false`.", + 'imageScanningEnabled', + 'Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "ecrConfiguration", - "Configuration block with ECR configuration. Detailed below.", + 'ecrConfiguration', + 'Configuration block with ECR configuration. Detailed below.', () => imagebuilder_ImageImageScanningConfigurationEcrConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfigurationEcrConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfigurationEcrConfiguration.ts index 4ce3a1e74..9ae901796 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfigurationEcrConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageScanningConfigurationEcrConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageImageScanningConfigurationEcrConfiguration { // Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans. @@ -18,16 +18,16 @@ export function imagebuilder_ImageImageScanningConfigurationEcrConfiguration_Get return [ new DynamicUIProps( InputType.Array, - "containerTags", - "Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans.", + 'containerTags', + 'Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the container repository that Amazon Inspector scans to identify findings for your container images.", + 'repositoryName', + 'The name of the container repository that Amazon Inspector scans to identify findings for your container images.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageTestsConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageTestsConfiguration.ts index 1bc12bf34..77d2e8860 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageImageTestsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageImageTestsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageImageTestsConfiguration { // Whether image tests are enabled. Defaults to `true`. @@ -18,16 +18,16 @@ export function imagebuilder_ImageImageTestsConfiguration_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Bool, - "imageTestsEnabled", - "Whether image tests are enabled. Defaults to `true`.", + 'imageTestsEnabled', + 'Whether image tests are enabled. Defaults to `true`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "timeoutMinutes", - "Number of minutes before image tests time out. Valid values are between `60` and `1440`. Defaults to `720`.", + 'timeoutMinutes', + 'Number of minutes before image tests time out. Valid values are between `60` and `1440`. Defaults to `720`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResource.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResource.ts index f121af3de..01bc7fc33 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResource.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageOutputResourceAmi, imagebuilder_ImageOutputResourceAmi_GetTypes, -} from "./imagebuilder_ImageOutputResourceAmi"; +} from './imagebuilder_ImageOutputResourceAmi'; import { imagebuilder_ImageOutputResourceContainer, imagebuilder_ImageOutputResourceContainer_GetTypes, -} from "./imagebuilder_ImageOutputResourceContainer"; +} from './imagebuilder_ImageOutputResourceContainer'; export interface imagebuilder_ImageOutputResource { // Set of objects with each Amazon Machine Image (AMI) created. @@ -26,16 +26,16 @@ export function imagebuilder_ImageOutputResource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "amis", - "Set of objects with each Amazon Machine Image (AMI) created.", + 'amis', + 'Set of objects with each Amazon Machine Image (AMI) created.', () => imagebuilder_ImageOutputResourceAmi_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "containers", - "Set of objects with each container image created and stored in the output repository.", + 'containers', + 'Set of objects with each container image created and stored in the output repository.', () => imagebuilder_ImageOutputResourceContainer_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceAmi.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceAmi.ts index fc7915708..962c3942c 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceAmi.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceAmi.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageOutputResourceAmi { // Name of the AMI. @@ -27,40 +27,40 @@ export function imagebuilder_ImageOutputResourceAmi_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "region", - "Region of the container image.", + 'region', + 'Region of the container image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "Account identifier of the AMI.", + 'accountId', + 'Account identifier of the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the AMI.", + 'description', + 'Description of the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "image", - "Identifier of the AMI.", + 'image', + 'Identifier of the AMI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the AMI.", + 'name', + 'Name of the AMI.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceContainer.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceContainer.ts index 470a94cb2..7f7d21b9a 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceContainer.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageOutputResourceContainer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageOutputResourceContainer { // Set of URIs for created containers. @@ -18,16 +18,16 @@ export function imagebuilder_ImageOutputResourceContainer_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "imageUris", - "Set of URIs for created containers.", + 'imageUris', + 'Set of URIs for created containers.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the container image.", + 'region', + 'Region of the container image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfiguration.ts index e25a8c6ca..aed53db18 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration, imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration_GetTypes, -} from "./imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration"; +} from './imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration'; export interface imagebuilder_ImagePipelineImageScanningConfiguration { // Configuration block with ECR configuration for image scanning. Detailed below. @@ -22,8 +22,8 @@ export function imagebuilder_ImagePipelineImageScanningConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "ecrConfiguration", - "Configuration block with ECR configuration for image scanning. Detailed below.", + 'ecrConfiguration', + 'Configuration block with ECR configuration for image scanning. Detailed below.', () => imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration_GetTypes(), false, @@ -31,8 +31,8 @@ export function imagebuilder_ImagePipelineImageScanningConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Bool, - "imageScanningEnabled", - "Whether image scans are enabled. Defaults to `false`.", + 'imageScanningEnabled', + 'Whether image scans are enabled. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration.ts index 260f8ea13..8946841ca 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImagePipelineImageScanningConfigurationEcrConfiguration { // @@ -18,16 +18,16 @@ export function imagebuilder_ImagePipelineImageScanningConfigurationEcrConfigura return [ new DynamicUIProps( InputType.Array, - "containerTags", - "", + 'containerTags', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the repository to scan", + 'repositoryName', + 'The name of the repository to scan', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageTestsConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageTestsConfiguration.ts index 7a72e5e64..228a7da3e 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageTestsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineImageTestsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImagePipelineImageTestsConfiguration { // Whether image tests are enabled. Defaults to `true`. @@ -18,16 +18,16 @@ export function imagebuilder_ImagePipelineImageTestsConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "imageTestsEnabled", - "Whether image tests are enabled. Defaults to `true`.", + 'imageTestsEnabled', + 'Whether image tests are enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutMinutes", - "Number of minutes before image tests time out. Valid values are between `60` and `1440`. Defaults to `720`.", + 'timeoutMinutes', + 'Number of minutes before image tests time out. Valid values are between `60` and `1440`. Defaults to `720`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineSchedule.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineSchedule.ts index 8eb61a75e..96923bbcb 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineSchedule.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineSchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImagePipelineSchedule { // The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the [IANA timezone format](https://www.joda.org/joda-time/timezones.html). If not specified this defaults to UTC. @@ -25,7 +25,7 @@ export function imagebuilder_ImagePipelineSchedule_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "timezone", + 'timezone', 'The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the [IANA timezone format](https://www.joda.org/joda-time/timezones.html). If not specified this defaults to UTC.', () => [], false, @@ -33,16 +33,16 @@ export function imagebuilder_ImagePipelineSchedule_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "pipelineExecutionStartCondition", - "Condition when the pipeline should trigger a new image build. Valid values are `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE` and `EXPRESSION_MATCH_ONLY`. Defaults to `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`.", + 'pipelineExecutionStartCondition', + 'Condition when the pipeline should trigger a new image build. Valid values are `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE` and `EXPRESSION_MATCH_ONLY`. Defaults to `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "Cron expression of how often the pipeline start condition is evaluated. For example, `cron(0 0 * * ? *)` is evaluated every day at midnight UTC. Configurations using the five field syntax that was previously accepted by the API, such as `cron(0 0 * * *)`, must be updated to the six field syntax. For more information, see the [Image Builder User Guide](https://docs.aws.amazon.com/imagebuilder/latest/userguide/cron-expressions.html).\n\nThe following arguments are optional:", + 'scheduleExpression', + 'Cron expression of how often the pipeline start condition is evaluated. For example, `cron(0 0 * * ? *)` is evaluated every day at midnight UTC. Configurations using the five field syntax that was previously accepted by the API, such as `cron(0 0 * * *)`, must be updated to the six field syntax. For more information, see the [Image Builder User Guide](https://docs.aws.amazon.com/imagebuilder/latest/userguide/cron-expressions.html).\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflow.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflow.ts index 58c0da40a..69b396641 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflow.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImagePipelineWorkflowParameter, imagebuilder_ImagePipelineWorkflowParameter_GetTypes, -} from "./imagebuilder_ImagePipelineWorkflowParameter"; +} from './imagebuilder_ImagePipelineWorkflowParameter'; export interface imagebuilder_ImagePipelineWorkflow { // Configuration block for the workflow parameters. Detailed below. @@ -32,32 +32,32 @@ export function imagebuilder_ImagePipelineWorkflow_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block for the workflow parameters. Detailed below.", + 'parameters', + 'Configuration block for the workflow parameters. Detailed below.', () => imagebuilder_ImagePipelineWorkflowParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workflowArn", - "Amazon Resource Name (ARN) of the Image Builder Workflow.\n\nThe following arguments are optional:", + 'workflowArn', + 'Amazon Resource Name (ARN) of the Image Builder Workflow.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onFailure", - "The action to take if the workflow fails. Must be one of `CONTINUE` or `ABORT`.", + 'onFailure', + 'The action to take if the workflow fails. Must be one of `CONTINUE` or `ABORT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parallelGroup", - "The parallel group in which to run a test Workflow.", + 'parallelGroup', + 'The parallel group in which to run a test Workflow.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflowParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflowParameter.ts index 95a4a547f..b4cd62247 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflowParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImagePipelineWorkflowParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImagePipelineWorkflowParameter { // The name of the Workflow parameter. @@ -18,16 +18,16 @@ export function imagebuilder_ImagePipelineWorkflowParameter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Workflow parameter.", + 'name', + 'The name of the Workflow parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Workflow parameter.", + 'value', + 'The value of the Workflow parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMapping.ts index 3753e0746..107f5beaf 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageRecipeBlockDeviceMappingEbs, imagebuilder_ImageRecipeBlockDeviceMappingEbs_GetTypes, -} from "./imagebuilder_ImageRecipeBlockDeviceMappingEbs"; +} from './imagebuilder_ImageRecipeBlockDeviceMappingEbs'; export interface imagebuilder_ImageRecipeBlockDeviceMapping { // Name of the device. For example, `/dev/sda` or `/dev/xvdb`. @@ -28,32 +28,32 @@ export function imagebuilder_ImageRecipeBlockDeviceMapping_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device. For example, `/dev/sda` or `/dev/xvdb`.", + 'deviceName', + 'Name of the device. For example, `/dev/sda` or `/dev/xvdb`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ebs", - "Configuration block with Elastic Block Storage (EBS) block device mapping settings. Detailed below.", + 'ebs', + 'Configuration block with Elastic Block Storage (EBS) block device mapping settings. Detailed below.', () => imagebuilder_ImageRecipeBlockDeviceMappingEbs_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "noDevice", - "Set to `true` to remove a mapping from the parent image.", + 'noDevice', + 'Set to `true` to remove a mapping from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.", + 'virtualName', + 'Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMappingEbs.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMappingEbs.ts index d25a6fd95..864048bf2 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMappingEbs.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeBlockDeviceMappingEbs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageRecipeBlockDeviceMappingEbs { // Amazon Resource Name (ARN) of the Key Management Service (KMS) Key for encryption. @@ -36,64 +36,64 @@ export function imagebuilder_ImageRecipeBlockDeviceMappingEbs_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume. For example, `gp2` or `io2`.", + 'volumeType', + 'Type of the volume. For example, `gp2` or `io2`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deleteOnTermination", - "Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.", + 'deleteOnTermination', + 'Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "encrypted", - "Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.", + 'encrypted', + 'Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.", + 'iops', + 'Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of the Key Management Service (KMS) Key for encryption.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of the Key Management Service (KMS) Key for encryption.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Identifier of the EC2 Volume Snapshot.", + 'snapshotId', + 'Identifier of the EC2 Volume Snapshot.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "throughput", - "For GP3 volumes only. The throughput in MiB/s that the volume supports.", + 'throughput', + 'For GP3 volumes only. The throughput in MiB/s that the volume supports.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponent.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponent.ts index 61a2871a7..4e3bf435a 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponent.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageRecipeComponentParameter, imagebuilder_ImageRecipeComponentParameter_GetTypes, -} from "./imagebuilder_ImageRecipeComponentParameter"; +} from './imagebuilder_ImageRecipeComponentParameter'; export interface imagebuilder_ImageRecipeComponent { // Amazon Resource Name (ARN) of the Image Builder Component to associate. @@ -22,16 +22,16 @@ export function imagebuilder_ImageRecipeComponent_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "componentArn", - "Amazon Resource Name (ARN) of the Image Builder Component to associate.", + 'componentArn', + 'Amazon Resource Name (ARN) of the Image Builder Component to associate.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block(s) for parameters to configure the component. Detailed below.", + 'parameters', + 'Configuration block(s) for parameters to configure the component. Detailed below.', () => imagebuilder_ImageRecipeComponentParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponentParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponentParameter.ts index 67a66adba..dfd64e630 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponentParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeComponentParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageRecipeComponentParameter { // The name of the component parameter. @@ -18,16 +18,16 @@ export function imagebuilder_ImageRecipeComponentParameter_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "name", - "The name of the component parameter.", + 'name', + 'The name of the component parameter.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value for the named component parameter.", + 'value', + 'The value for the named component parameter.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeSystemsManagerAgent.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeSystemsManagerAgent.ts index 9cbe0434c..48c9c9741 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeSystemsManagerAgent.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageRecipeSystemsManagerAgent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageRecipeSystemsManagerAgent { // Whether to remove the Systems Manager Agent after the image has been built. Defaults to `false`. @@ -15,8 +15,8 @@ export function imagebuilder_ImageRecipeSystemsManagerAgent_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "uninstallAfterBuild", - "Whether to remove the Systems Manager Agent after the image has been built. Defaults to `false`.", + 'uninstallAfterBuild', + 'Whether to remove the Systems Manager Agent after the image has been built. Defaults to `false`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflow.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflow.ts index f57ee7b55..8bdd4a4bd 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflow.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_ImageWorkflowParameter, imagebuilder_ImageWorkflowParameter_GetTypes, -} from "./imagebuilder_ImageWorkflowParameter"; +} from './imagebuilder_ImageWorkflowParameter'; export interface imagebuilder_ImageWorkflow { // The action to take if the workflow fails. Must be one of `CONTINUE` or `ABORT`. @@ -32,32 +32,32 @@ export function imagebuilder_ImageWorkflow_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "workflowArn", - "Amazon Resource Name (ARN) of the Image Builder Workflow.\n\nThe following arguments are optional:", + 'workflowArn', + 'Amazon Resource Name (ARN) of the Image Builder Workflow.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "onFailure", - "The action to take if the workflow fails. Must be one of `CONTINUE` or `ABORT`.", + 'onFailure', + 'The action to take if the workflow fails. Must be one of `CONTINUE` or `ABORT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parallelGroup", - "The parallel group in which to run a test Workflow.", + 'parallelGroup', + 'The parallel group in which to run a test Workflow.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Configuration block for the workflow parameters. Detailed below.", + 'parameters', + 'Configuration block for the workflow parameters. Detailed below.', () => imagebuilder_ImageWorkflowParameter_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflowParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflowParameter.ts index a9e5cf09a..cd8de70cd 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflowParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_ImageWorkflowParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_ImageWorkflowParameter { // The name of the Workflow parameter. @@ -18,16 +18,16 @@ export function imagebuilder_ImageWorkflowParameter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Workflow parameter.", + 'name', + 'The name of the Workflow parameter.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Workflow parameter.", + 'value', + 'The value of the Workflow parameter.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions.ts b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions.ts index cd2b655f1..9f6eda3f6 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationInstanceMetadataOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_InfrastructureConfigurationInstanceMetadataOptions { // The number of hops that an instance can traverse to reach its destonation. @@ -18,16 +18,16 @@ export function imagebuilder_InfrastructureConfigurationInstanceMetadataOptions_ return [ new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "The number of hops that an instance can traverse to reach its destonation.", + 'httpPutResponseHopLimit', + 'The number of hops that an instance can traverse to reach its destonation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "Whether a signed token is required for instance metadata retrieval requests. Valid values: `required`, `optional`.", + 'httpTokens', + 'Whether a signed token is required for instance metadata retrieval requests. Valid values: `required`, `optional`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLogging.ts b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLogging.ts index e9395d6d2..0573171b0 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLogging.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_InfrastructureConfigurationLoggingS3Logs, imagebuilder_InfrastructureConfigurationLoggingS3Logs_GetTypes, -} from "./imagebuilder_InfrastructureConfigurationLoggingS3Logs"; +} from './imagebuilder_InfrastructureConfigurationLoggingS3Logs'; export interface imagebuilder_InfrastructureConfigurationLogging { // Configuration block with S3 logging settings. Detailed below. @@ -19,8 +19,8 @@ export function imagebuilder_InfrastructureConfigurationLogging_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "s3Logs", - "Configuration block with S3 logging settings. Detailed below.", + 's3Logs', + 'Configuration block with S3 logging settings. Detailed below.', () => imagebuilder_InfrastructureConfigurationLoggingS3Logs_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLoggingS3Logs.ts b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLoggingS3Logs.ts index 43a2f7f0f..855e4a4a4 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLoggingS3Logs.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_InfrastructureConfigurationLoggingS3Logs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_InfrastructureConfigurationLoggingS3Logs { /* @@ -22,16 +22,16 @@ export function imagebuilder_InfrastructureConfigurationLoggingS3Logs_GetTypes() return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 Bucket.\n\nThe following arguments are optional:", + 's3BucketName', + 'Name of the S3 Bucket.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "Prefix to use for S3 logs. Defaults to `/`.", + 's3KeyPrefix', + 'Prefix to use for S3 logs. Defaults to `/`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getComponentsFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getComponentsFilter.ts index 6a742d294..e4388379f 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getComponentsFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getComponentsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getComponentsFilter { // Set of values that are accepted for the given filter field. Results will be selected if any given value matches. @@ -18,16 +18,16 @@ export function imagebuilder_getComponentsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListComponents API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListComponents.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListComponents API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListComponents.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponent.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponent.ts index 7ab185679..054a218ec 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponent.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getContainerRecipeComponentParameter, imagebuilder_getContainerRecipeComponentParameter_GetTypes, -} from "./imagebuilder_getContainerRecipeComponentParameter"; +} from './imagebuilder_getContainerRecipeComponentParameter'; export interface imagebuilder_getContainerRecipeComponent { // Set of parameters that are used to configure the component. @@ -22,16 +22,16 @@ export function imagebuilder_getContainerRecipeComponent_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "componentArn", - "ARN of the Image Builder Component.", + 'componentArn', + 'ARN of the Image Builder Component.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Set of parameters that are used to configure the component.", + 'parameters', + 'Set of parameters that are used to configure the component.', () => imagebuilder_getContainerRecipeComponentParameter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponentParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponentParameter.ts index f8c3b1e52..beb380cd8 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponentParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeComponentParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getContainerRecipeComponentParameter { // Name of the container recipe. @@ -18,16 +18,16 @@ export function imagebuilder_getContainerRecipeComponentParameter_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the container recipe.", + 'name', + 'Name of the container recipe.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the component parameter.", + 'value', + 'Value of the component parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfiguration.ts index 8f0cfb55f..59963a428 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping, imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping_GetTypes, -} from "./imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping"; +} from './imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping'; export interface imagebuilder_getContainerRecipeInstanceConfiguration { // Set of objects with block device mappings for the instance configuration. @@ -22,8 +22,8 @@ export function imagebuilder_getContainerRecipeInstanceConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "blockDeviceMappings", - "Set of objects with block device mappings for the instance configuration.", + 'blockDeviceMappings', + 'Set of objects with block device mappings for the instance configuration.', () => imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping_GetTypes(), true, @@ -31,8 +31,8 @@ export function imagebuilder_getContainerRecipeInstanceConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "image", - "AMI ID of the base image for container build and test instance.", + 'image', + 'AMI ID of the base image for container build and test instance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping.ts index dd43c9c70..14f014a01 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb, imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb_GetTypes, -} from "./imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb"; +} from './imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb'; export interface imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMapping { // Name of the device. For example, `/dev/sda` or `/dev/xvdb`. @@ -28,16 +28,16 @@ export function imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceM return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device. For example, `/dev/sda` or `/dev/xvdb`.", + 'deviceName', + 'Name of the device. For example, `/dev/sda` or `/dev/xvdb`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ebs", - "Single list of object with Elastic Block Storage (EBS) block device mapping settings.", + 'ebs', + 'Single list of object with Elastic Block Storage (EBS) block device mapping settings.', () => imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb_GetTypes(), true, @@ -45,16 +45,16 @@ export function imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceM ), new DynamicUIProps( InputType.String, - "noDevice", - "Whether to remove a mapping from the parent image.", + 'noDevice', + 'Whether to remove a mapping from the parent image.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.", + 'virtualName', + 'Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb.ts index 825adf94f..99f61c46b 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceMappingEb { // KMS key used to encrypt the container image. @@ -36,64 +36,64 @@ export function imagebuilder_getContainerRecipeInstanceConfigurationBlockDeviceM return [ new DynamicUIProps( InputType.Number, - "iops", - "Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.", + 'iops', + 'Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key used to encrypt the container image.", + 'kmsKeyId', + 'KMS key used to encrypt the container image.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Identifier of the EC2 Volume Snapshot.", + 'snapshotId', + 'Identifier of the EC2 Volume Snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "For GP3 volumes only. The throughput in MiB/s that the volume supports.", + 'throughput', + 'For GP3 volumes only. The throughput in MiB/s that the volume supports.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume. For example, `gp2` or `io2`.", + 'volumeType', + 'Type of the volume. For example, `gp2` or `io2`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.", + 'deleteOnTermination', + 'Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.", + 'encrypted', + 'Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeTargetRepository.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeTargetRepository.ts index 4f92430dd..231e57ca7 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeTargetRepository.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipeTargetRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getContainerRecipeTargetRepository { // Service in which this image is registered. @@ -18,16 +18,16 @@ export function imagebuilder_getContainerRecipeTargetRepository_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "service", - "Service in which this image is registered.", + 'service', + 'Service in which this image is registered.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "Name of the container repository where the output container image is stored. The name is prefixed by the repository location.", + 'repositoryName', + 'Name of the container repository where the output container image is stored. The name is prefixed by the repository location.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipesFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipesFilter.ts index 7a3e6119b..0b6eb34a1 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipesFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getContainerRecipesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getContainerRecipesFilter { // Name of the filter field. Valid values can be found in the [Image Builder ListContainerRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListContainerRecipes.html). @@ -18,16 +18,16 @@ export function imagebuilder_getContainerRecipesFilter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListContainerRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListContainerRecipes.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListContainerRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListContainerRecipes.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistribution.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistribution.ts index 522c06d9e..213c1dc59 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistribution.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistribution.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration, imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration"; +} from './imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration'; import { imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration, imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration"; +} from './imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration'; import { imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration, imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration"; +} from './imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration'; import { imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration, imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration"; +} from './imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration'; export interface imagebuilder_getDistributionConfigurationDistribution { // Nested list of AMI distribution configuration. @@ -46,8 +46,8 @@ export function imagebuilder_getDistributionConfigurationDistribution_GetTypes() return [ new DynamicUIProps( InputType.Array, - "amiDistributionConfigurations", - "Nested list of AMI distribution configuration.", + 'amiDistributionConfigurations', + 'Nested list of AMI distribution configuration.', () => imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration_GetTypes(), true, @@ -55,8 +55,8 @@ export function imagebuilder_getDistributionConfigurationDistribution_GetTypes() ), new DynamicUIProps( InputType.Array, - "containerDistributionConfigurations", - "Nested list of container distribution configurations.", + 'containerDistributionConfigurations', + 'Nested list of container distribution configurations.', () => imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration_GetTypes(), true, @@ -64,8 +64,8 @@ export function imagebuilder_getDistributionConfigurationDistribution_GetTypes() ), new DynamicUIProps( InputType.Array, - "fastLaunchConfigurations", - "Nested list of Windows faster-launching configurations to use for AMI distribution.", + 'fastLaunchConfigurations', + 'Nested list of Windows faster-launching configurations to use for AMI distribution.', () => imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration_GetTypes(), true, @@ -73,8 +73,8 @@ export function imagebuilder_getDistributionConfigurationDistribution_GetTypes() ), new DynamicUIProps( InputType.Array, - "launchTemplateConfigurations", - "Nested list of launch template configurations.", + 'launchTemplateConfigurations', + 'Nested list of launch template configurations.', () => imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration_GetTypes(), true, @@ -82,16 +82,16 @@ export function imagebuilder_getDistributionConfigurationDistribution_GetTypes() ), new DynamicUIProps( InputType.Array, - "licenseConfigurationArns", - "Set of Amazon Resource Names (ARNs) of License Manager License Configurations.", + 'licenseConfigurationArns', + 'Set of Amazon Resource Names (ARNs) of License Manager License Configurations.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS Region of distribution.", + 'region', + 'AWS Region of distribution.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration.ts index 3e9b68cb3..a76e95388 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission, imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission"; +} from './imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission'; export interface imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfiguration { // Description of the container distribution configuration. @@ -34,24 +34,24 @@ export function imagebuilder_getDistributionConfigurationDistributionAmiDistribu return [ new DynamicUIProps( InputType.String, - "description", - "Description of the container distribution configuration.", + 'description', + 'Description of the container distribution configuration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of Key Management Service (KMS) Key to encrypt AMI.", + 'kmsKeyId', + 'ARN of Key Management Service (KMS) Key to encrypt AMI.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "launchPermissions", - "Nested list of EC2 launch permissions.", + 'launchPermissions', + 'Nested list of EC2 launch permissions.', () => imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission_GetTypes(), true, @@ -59,24 +59,24 @@ export function imagebuilder_getDistributionConfigurationDistributionAmiDistribu ), new DynamicUIProps( InputType.String, - "name", - "Name of the distribution configuration.", + 'name', + 'Name of the distribution configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetAccountIds", - "Set of target AWS Account identifiers.", + 'targetAccountIds', + 'Set of target AWS Account identifiers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "amiTags", - "Key-value map of tags to apply to distributed AMI.", + 'amiTags', + 'Key-value map of tags to apply to distributed AMI.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts index c243565f2..101a2ab56 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission { // Set of AWS Organization ARNs. @@ -24,32 +24,32 @@ export function imagebuilder_getDistributionConfigurationDistributionAmiDistribu return [ new DynamicUIProps( InputType.Array, - "organizationArns", - "Set of AWS Organization ARNs.", + 'organizationArns', + 'Set of AWS Organization ARNs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "organizationalUnitArns", - "Set of AWS Organizational Unit ARNs.", + 'organizationalUnitArns', + 'Set of AWS Organizational Unit ARNs.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "userGroups", - "Set of EC2 launch permission user groups.", + 'userGroups', + 'Set of EC2 launch permission user groups.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "userIds", - "Set of AWS Account identifiers.", + 'userIds', + 'Set of AWS Account identifiers.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration.ts index 0ccf7fe30..1f724f5c2 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository, imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository"; +} from './imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository'; export interface imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfiguration { // Description of the container distribution configuration. @@ -25,16 +25,16 @@ export function imagebuilder_getDistributionConfigurationDistributionContainerDi return [ new DynamicUIProps( InputType.String, - "description", - "Description of the container distribution configuration.", + 'description', + 'Description of the container distribution configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetRepositories", - "Set of destination repositories for the container distribution configuration.", + 'targetRepositories', + 'Set of destination repositories for the container distribution configuration.', () => imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository_GetTypes(), true, @@ -42,8 +42,8 @@ export function imagebuilder_getDistributionConfigurationDistributionContainerDi ), new DynamicUIProps( InputType.Array, - "containerTags", - "Set of tags that are attached to the container distribution configuration.", + 'containerTags', + 'Set of tags that are attached to the container distribution configuration.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts index c063f943b..18748bfe3 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository { // Name of the container repository where the output container image is stored. @@ -18,16 +18,16 @@ export function imagebuilder_getDistributionConfigurationDistributionContainerDi return [ new DynamicUIProps( InputType.String, - "repositoryName", - "Name of the container repository where the output container image is stored.", + 'repositoryName', + 'Name of the container repository where the output container image is stored.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "service", - "Service in which the image is registered.", + 'service', + 'Service in which the image is registered.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration.ts index 428b57a12..7faf54ee5 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration, imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration"; +} from './imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration'; import { imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate, imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate_GetTypes, -} from "./imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate"; +} from './imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate'; export interface imagebuilder_getDistributionConfigurationDistributionFastLaunchConfiguration { // Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled. @@ -35,8 +35,8 @@ export function imagebuilder_getDistributionConfigurationDistributionFastLaunchC return [ new DynamicUIProps( InputType.Array, - "snapshotConfigurations", - "Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.", + 'snapshotConfigurations', + 'Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.', () => imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration_GetTypes(), true, @@ -44,24 +44,24 @@ export function imagebuilder_getDistributionConfigurationDistributionFastLaunchC ), new DynamicUIProps( InputType.String, - "accountId", - "The account ID that this configuration applies to.", + 'accountId', + 'The account ID that this configuration applies to.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "A Boolean that represents the current state of faster launching for the Windows AMI.", + 'enabled', + 'A Boolean that represents the current state of faster launching for the Windows AMI.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "launchTemplates", - "Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.", + 'launchTemplates', + 'Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.', () => imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate_GetTypes(), true, @@ -69,8 +69,8 @@ export function imagebuilder_getDistributionConfigurationDistributionFastLaunchC ), new DynamicUIProps( InputType.Number, - "maxParallelLaunches", - "The maximum number of parallel instances that are launched for creating resources.", + 'maxParallelLaunches', + 'The maximum number of parallel instances that are launched for creating resources.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts index ac7233eed..e0e78dd0e 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate { // ID of the Amazon EC2 launch template. @@ -21,24 +21,24 @@ export function imagebuilder_getDistributionConfigurationDistributionFastLaunchC return [ new DynamicUIProps( InputType.String, - "launchTemplateName", - "The name of the launch template to use for faster launching for a Windows AMI.", + 'launchTemplateName', + 'The name of the launch template to use for faster launching for a Windows AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateVersion", - "The version of the launch template to use for faster launching for a Windows AMI.", + 'launchTemplateVersion', + 'The version of the launch template to use for faster launching for a Windows AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the Amazon EC2 launch template.", + 'launchTemplateId', + 'ID of the Amazon EC2 launch template.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts index f4183f941..91655a3ee 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration { // The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI. @@ -15,8 +15,8 @@ export function imagebuilder_getDistributionConfigurationDistributionFastLaunchC return [ new DynamicUIProps( InputType.Number, - "targetResourceCount", - "The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.", + 'targetResourceCount', + 'The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration.ts index 2db7a6dd1..c62a97e71 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationDistributionLaunchTemplateConfiguration { // The account ID that this configuration applies to. @@ -21,24 +21,24 @@ export function imagebuilder_getDistributionConfigurationDistributionLaunchTempl return [ new DynamicUIProps( InputType.String, - "accountId", - "The account ID that this configuration applies to.", + 'accountId', + 'The account ID that this configuration applies to.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "default", - "Whether the specified Amazon EC2 launch template is set as the default launch template.", + 'default', + 'Whether the specified Amazon EC2 launch template is set as the default launch template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "launchTemplateId", - "ID of the Amazon EC2 launch template.", + 'launchTemplateId', + 'ID of the Amazon EC2 launch template.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationsFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationsFilter.ts index 9de976ddd..63872e568 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationsFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getDistributionConfigurationsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getDistributionConfigurationsFilter { // Name of the filter field. Valid values can be found in the [Image Builder ListDistributionConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListDistributionConfigurations.html). @@ -18,16 +18,16 @@ export function imagebuilder_getDistributionConfigurationsFilter_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListDistributionConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListDistributionConfigurations.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListDistributionConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListDistributionConfigurations.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfiguration.ts index 0c1452fef..cf6087554 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getImageImageScanningConfigurationEcrConfiguration, imagebuilder_getImageImageScanningConfigurationEcrConfiguration_GetTypes, -} from "./imagebuilder_getImageImageScanningConfigurationEcrConfiguration"; +} from './imagebuilder_getImageImageScanningConfigurationEcrConfiguration'; export interface imagebuilder_getImageImageScanningConfiguration { // Configuration block with ECR configuration. @@ -22,8 +22,8 @@ export function imagebuilder_getImageImageScanningConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "ecrConfigurations", - "Configuration block with ECR configuration.", + 'ecrConfigurations', + 'Configuration block with ECR configuration.', () => imagebuilder_getImageImageScanningConfigurationEcrConfiguration_GetTypes(), true, @@ -31,8 +31,8 @@ export function imagebuilder_getImageImageScanningConfiguration_GetTypes(): Dyna ), new DynamicUIProps( InputType.Bool, - "imageScanningEnabled", - "Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.", + 'imageScanningEnabled', + 'Indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfigurationEcrConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfigurationEcrConfiguration.ts index 27d5cfd86..719b4c207 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfigurationEcrConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageScanningConfigurationEcrConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageImageScanningConfigurationEcrConfiguration { // Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans. @@ -18,16 +18,16 @@ export function imagebuilder_getImageImageScanningConfigurationEcrConfiguration_ return [ new DynamicUIProps( InputType.Array, - "containerTags", - "Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans.", + 'containerTags', + 'Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the container repository that Amazon Inspector scans to identify findings for your container images.", + 'repositoryName', + 'The name of the container repository that Amazon Inspector scans to identify findings for your container images.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageTestsConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageTestsConfiguration.ts index 57d5f496d..62d3dc225 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageImageTestsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageImageTestsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageImageTestsConfiguration { // Whether image tests are enabled. @@ -18,16 +18,16 @@ export function imagebuilder_getImageImageTestsConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "imageTestsEnabled", - "Whether image tests are enabled.", + 'imageTestsEnabled', + 'Whether image tests are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeoutMinutes", - "Number of minutes before image tests time out.", + 'timeoutMinutes', + 'Number of minutes before image tests time out.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResource.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResource.ts index 3e63af601..047361e54 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResource.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getImageOutputResourceAmi, imagebuilder_getImageOutputResourceAmi_GetTypes, -} from "./imagebuilder_getImageOutputResourceAmi"; +} from './imagebuilder_getImageOutputResourceAmi'; import { imagebuilder_getImageOutputResourceContainer, imagebuilder_getImageOutputResourceContainer_GetTypes, -} from "./imagebuilder_getImageOutputResourceContainer"; +} from './imagebuilder_getImageOutputResourceContainer'; export interface imagebuilder_getImageOutputResource { // Set of objects with each Amazon Machine Image (AMI) created. @@ -26,16 +26,16 @@ export function imagebuilder_getImageOutputResource_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "amis", - "Set of objects with each Amazon Machine Image (AMI) created.", + 'amis', + 'Set of objects with each Amazon Machine Image (AMI) created.', () => imagebuilder_getImageOutputResourceAmi_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "containers", - "Set of objects with each container image created and stored in the output repository.", + 'containers', + 'Set of objects with each container image created and stored in the output repository.', () => imagebuilder_getImageOutputResourceContainer_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceAmi.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceAmi.ts index cfa1a06fd..21e3c8b73 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceAmi.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceAmi.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageOutputResourceAmi { // Account identifier of the AMI. @@ -27,40 +27,40 @@ export function imagebuilder_getImageOutputResourceAmi_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "accountId", - "Account identifier of the AMI.", + 'accountId', + 'Account identifier of the AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the AMI.", + 'description', + 'Description of the AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "image", - "Identifier of the AMI.", + 'image', + 'Identifier of the AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the AMI.", + 'name', + 'Name of the AMI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the container image.", + 'region', + 'Region of the container image.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceContainer.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceContainer.ts index 5d2bfddb0..c2f030437 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceContainer.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageOutputResourceContainer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageOutputResourceContainer { // Set of URIs for created containers. @@ -18,16 +18,16 @@ export function imagebuilder_getImageOutputResourceContainer_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "imageUris", - "Set of URIs for created containers.", + 'imageUris', + 'Set of URIs for created containers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the container image.", + 'region', + 'Region of the container image.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfiguration.ts index a183738ac..5ce182602 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration, imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration_GetTypes, -} from "./imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration"; +} from './imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration'; export interface imagebuilder_getImagePipelineImageScanningConfiguration { // List if an object with ecr configuration for image scanning @@ -22,8 +22,8 @@ export function imagebuilder_getImagePipelineImageScanningConfiguration_GetTypes return [ new DynamicUIProps( InputType.Array, - "ecrConfigurations", - "List if an object with ecr configuration for image scanning", + 'ecrConfigurations', + 'List if an object with ecr configuration for image scanning', () => imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration_GetTypes(), true, @@ -31,8 +31,8 @@ export function imagebuilder_getImagePipelineImageScanningConfiguration_GetTypes ), new DynamicUIProps( InputType.Bool, - "imageScanningEnabled", - "Whether image scanning is enabled.", + 'imageScanningEnabled', + 'Whether image scanning is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration.ts index 952f9586e..74efb413d 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImagePipelineImageScanningConfigurationEcrConfiguration { // The name of the container repository that Amazon Inspector scans @@ -18,16 +18,16 @@ export function imagebuilder_getImagePipelineImageScanningConfigurationEcrConfig return [ new DynamicUIProps( InputType.Array, - "containerTags", - "Tags that are added to the output containers that are scanned", + 'containerTags', + 'Tags that are added to the output containers that are scanned', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "repositoryName", - "The name of the container repository that Amazon Inspector scans", + 'repositoryName', + 'The name of the container repository that Amazon Inspector scans', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageTestsConfiguration.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageTestsConfiguration.ts index a07b88816..8ff4afbb4 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageTestsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineImageTestsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImagePipelineImageTestsConfiguration { // Whether image tests are enabled. @@ -18,16 +18,16 @@ export function imagebuilder_getImagePipelineImageTestsConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "imageTestsEnabled", - "Whether image tests are enabled.", + 'imageTestsEnabled', + 'Whether image tests are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeoutMinutes", - "Number of minutes before image tests time out.", + 'timeoutMinutes', + 'Number of minutes before image tests time out.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineSchedule.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineSchedule.ts index 22fa7c61a..bc9050c84 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineSchedule.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelineSchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImagePipelineSchedule { // Condition when the pipeline should trigger a new image build. @@ -18,16 +18,16 @@ export function imagebuilder_getImagePipelineSchedule_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "pipelineExecutionStartCondition", - "Condition when the pipeline should trigger a new image build.", + 'pipelineExecutionStartCondition', + 'Condition when the pipeline should trigger a new image build.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scheduleExpression", - "Cron expression of how often the pipeline start condition is evaluated.", + 'scheduleExpression', + 'Cron expression of how often the pipeline start condition is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelinesFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelinesFilter.ts index 454a79c5e..2af4d9fc6 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelinesFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImagePipelinesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImagePipelinesFilter { // Name of the filter field. Valid values can be found in the [Image Builder ListImagePipelines API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImagePipelines.html). @@ -18,16 +18,16 @@ export function imagebuilder_getImagePipelinesFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListImagePipelines API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImagePipelines.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListImagePipelines API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImagePipelines.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMapping.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMapping.ts index 9a8ca014f..e34d17874 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMapping.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getImageRecipeBlockDeviceMappingEb, imagebuilder_getImageRecipeBlockDeviceMappingEb_GetTypes, -} from "./imagebuilder_getImageRecipeBlockDeviceMappingEb"; +} from './imagebuilder_getImageRecipeBlockDeviceMappingEb'; export interface imagebuilder_getImageRecipeBlockDeviceMapping { // Name of the device. For example, `/dev/sda` or `/dev/xvdb`. @@ -28,32 +28,32 @@ export function imagebuilder_getImageRecipeBlockDeviceMapping_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "deviceName", - "Name of the device. For example, `/dev/sda` or `/dev/xvdb`.", + 'deviceName', + 'Name of the device. For example, `/dev/sda` or `/dev/xvdb`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ebs", - "Single list of object with Elastic Block Storage (EBS) block device mapping settings.", + 'ebs', + 'Single list of object with Elastic Block Storage (EBS) block device mapping settings.', () => imagebuilder_getImageRecipeBlockDeviceMappingEb_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "noDevice", - "Whether to remove a mapping from the parent image.", + 'noDevice', + 'Whether to remove a mapping from the parent image.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.", + 'virtualName', + 'Virtual device name. For example, `ephemeral0`. Instance store volumes are numbered starting from 0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMappingEb.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMappingEb.ts index 89ff79dd0..811289aa1 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMappingEb.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeBlockDeviceMappingEb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageRecipeBlockDeviceMappingEb { // For GP3 volumes only. The throughput in MiB/s that the volume supports. @@ -36,64 +36,64 @@ export function imagebuilder_getImageRecipeBlockDeviceMappingEb_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.", + 'deleteOnTermination', + 'Whether to delete the volume on termination. Defaults to unset, which is the value inherited from the parent image.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.", + 'encrypted', + 'Whether to encrypt the volume. Defaults to unset, which is the value inherited from the parent image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.", + 'iops', + 'Number of Input/Output (I/O) operations per second to provision for an `io1` or `io2` volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN of the Key Management Service (KMS) Key for encryption.", + 'kmsKeyId', + 'ARN of the Key Management Service (KMS) Key for encryption.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotId", - "Identifier of the EC2 Volume Snapshot.", + 'snapshotId', + 'Identifier of the EC2 Volume Snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "For GP3 volumes only. The throughput in MiB/s that the volume supports.", + 'throughput', + 'For GP3 volumes only. The throughput in MiB/s that the volume supports.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of the volume, in GiB.", + 'volumeSize', + 'Size of the volume, in GiB.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of the volume. For example, `gp2` or `io2`.", + 'volumeType', + 'Type of the volume. For example, `gp2` or `io2`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponent.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponent.ts index 754c09072..29f210fc9 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponent.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getImageRecipeComponentParameter, imagebuilder_getImageRecipeComponentParameter_GetTypes, -} from "./imagebuilder_getImageRecipeComponentParameter"; +} from './imagebuilder_getImageRecipeComponentParameter'; export interface imagebuilder_getImageRecipeComponent { // Set of parameters that are used to configure the component. @@ -22,16 +22,16 @@ export function imagebuilder_getImageRecipeComponent_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "parameters", - "Set of parameters that are used to configure the component.", + 'parameters', + 'Set of parameters that are used to configure the component.', () => imagebuilder_getImageRecipeComponentParameter_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "componentArn", - "ARN of the Image Builder Component.", + 'componentArn', + 'ARN of the Image Builder Component.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponentParameter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponentParameter.ts index 2a6121310..4f04832d2 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponentParameter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipeComponentParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageRecipeComponentParameter { // Name of the image recipe. @@ -18,16 +18,16 @@ export function imagebuilder_getImageRecipeComponentParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Name of the image recipe.", + 'name', + 'Name of the image recipe.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the component parameter.", + 'value', + 'Value of the component parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipesFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipesFilter.ts index 2d27a48db..f8108f831 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipesFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getImageRecipesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getImageRecipesFilter { // Name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html). @@ -18,16 +18,16 @@ export function imagebuilder_getImageRecipesFilter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationInstanceMetadataOption.ts b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationInstanceMetadataOption.ts index 39877d423..16086baa5 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationInstanceMetadataOption.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationInstanceMetadataOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getInfrastructureConfigurationInstanceMetadataOption { // Whether a signed token is required for instance metadata retrieval requests. @@ -18,16 +18,16 @@ export function imagebuilder_getInfrastructureConfigurationInstanceMetadataOptio return [ new DynamicUIProps( InputType.Number, - "httpPutResponseHopLimit", - "Number of hops that an instance can traverse to reach its destonation.", + 'httpPutResponseHopLimit', + 'Number of hops that an instance can traverse to reach its destonation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpTokens", - "Whether a signed token is required for instance metadata retrieval requests.", + 'httpTokens', + 'Whether a signed token is required for instance metadata retrieval requests.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLogging.ts b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLogging.ts index 3369b68fd..c0a6e6809 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLogging.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLogging.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { imagebuilder_getInfrastructureConfigurationLoggingS3Log, imagebuilder_getInfrastructureConfigurationLoggingS3Log_GetTypes, -} from "./imagebuilder_getInfrastructureConfigurationLoggingS3Log"; +} from './imagebuilder_getInfrastructureConfigurationLoggingS3Log'; export interface imagebuilder_getInfrastructureConfigurationLogging { // Nested list of S3 logs settings. @@ -19,8 +19,8 @@ export function imagebuilder_getInfrastructureConfigurationLogging_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "s3Logs", - "Nested list of S3 logs settings.", + 's3Logs', + 'Nested list of S3 logs settings.', () => imagebuilder_getInfrastructureConfigurationLoggingS3Log_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLoggingS3Log.ts b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLoggingS3Log.ts index e0fed6fc9..5023ba9af 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLoggingS3Log.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationLoggingS3Log.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getInfrastructureConfigurationLoggingS3Log { // Name of the S3 Bucket for logging. @@ -18,16 +18,16 @@ export function imagebuilder_getInfrastructureConfigurationLoggingS3Log_GetTypes return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the S3 Bucket for logging.", + 's3BucketName', + 'Name of the S3 Bucket for logging.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "Key prefix for S3 Bucket logging.", + 's3KeyPrefix', + 'Key prefix for S3 Bucket logging.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationsFilter.ts b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationsFilter.ts index 131f0ea52..723642ded 100644 --- a/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationsFilter.ts +++ b/src/app/Models/codegen/aws/types/imagebuilder_getInfrastructureConfigurationsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface imagebuilder_getInfrastructureConfigurationsFilter { // Name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html). @@ -18,16 +18,16 @@ export function imagebuilder_getInfrastructureConfigurationsFilter_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/index_ProviderAssumeRole.ts b/src/app/Models/codegen/aws/types/index_ProviderAssumeRole.ts index 6af2d4b2f..cbc00e7a6 100644 --- a/src/app/Models/codegen/aws/types/index_ProviderAssumeRole.ts +++ b/src/app/Models/codegen/aws/types/index_ProviderAssumeRole.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_ProviderAssumeRole { // Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed. @@ -39,72 +39,72 @@ export function index_ProviderAssumeRole_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.", + 'roleArn', + 'Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceIdentity", - "Source identity specified by the principal assuming the role.", + 'sourceIdentity', + 'Source identity specified by the principal assuming the role.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Assume role session tags.", + 'tags', + 'Assume role session tags.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "duration", - "The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.", + 'duration', + 'The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "policyArns", - "Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.", + 'policyArns', + 'Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sessionName", - "An identifier for the assumed role session.", + 'sessionName', + 'An identifier for the assumed role session.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitiveTagKeys", - "Assume role session tag keys to pass to any subsequent sessions.", + 'transitiveTagKeys', + 'Assume role session tag keys to pass to any subsequent sessions.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "externalId", - "A unique identifier that might be required when you assume a role in another account.", + 'externalId', + 'A unique identifier that might be required when you assume a role in another account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.", + 'policy', + 'IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/index_ProviderAssumeRoleWithWebIdentity.ts b/src/app/Models/codegen/aws/types/index_ProviderAssumeRoleWithWebIdentity.ts index 7568144ef..904a5c53b 100644 --- a/src/app/Models/codegen/aws/types/index_ProviderAssumeRoleWithWebIdentity.ts +++ b/src/app/Models/codegen/aws/types/index_ProviderAssumeRoleWithWebIdentity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_ProviderAssumeRoleWithWebIdentity { // The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m. @@ -33,56 +33,56 @@ export function index_ProviderAssumeRoleWithWebIdentity_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "webIdentityTokenFile", - "", + 'webIdentityTokenFile', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "duration", - "The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.", + 'duration', + 'The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policy", - "IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.", + 'policy', + 'IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "policyArns", - "Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.", + 'policyArns', + 'Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.", + 'roleArn', + 'Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionName", - "An identifier for the assumed role session.", + 'sessionName', + 'An identifier for the assumed role session.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webIdentityToken", - "", + 'webIdentityToken', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/index_ProviderDefaultTags.ts b/src/app/Models/codegen/aws/types/index_ProviderDefaultTags.ts index 944752470..14d7bc3b0 100644 --- a/src/app/Models/codegen/aws/types/index_ProviderDefaultTags.ts +++ b/src/app/Models/codegen/aws/types/index_ProviderDefaultTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_ProviderDefaultTags { // Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`. @@ -15,8 +15,8 @@ export function index_ProviderDefaultTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "tags", - "Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`.", + 'tags', + 'Resource tags to default across all resources. Can also be configured with environment variables like `TF_AWS_DEFAULT_TAGS_`.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/index_ProviderEndpoint.ts b/src/app/Models/codegen/aws/types/index_ProviderEndpoint.ts index 67a30d110..db3b5e229 100644 --- a/src/app/Models/codegen/aws/types/index_ProviderEndpoint.ts +++ b/src/app/Models/codegen/aws/types/index_ProviderEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_ProviderEndpoint { // Use this to override the default service endpoint URL @@ -876,2304 +876,2304 @@ export function index_ProviderEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "iotevents", - "Use this to override the default service endpoint URL", + 'iotevents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appflow", - "Use this to override the default service endpoint URL", + 'appflow', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalaccelerator", - "Use this to override the default service endpoint URL", + 'globalaccelerator', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspector", - "Use this to override the default service endpoint URL", + 'inspector', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3outposts", - "Use this to override the default service endpoint URL", + 's3outposts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkmonitor", - "Use this to override the default service endpoint URL", + 'networkmonitor', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataexchange", - "Use this to override the default service endpoint URL", + 'dataexchange', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftdataapiservice", - "Use this to override the default service endpoint URL", + 'redshiftdataapiservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestreamwrite", - "Use this to override the default service endpoint URL", + 'timestreamwrite', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stepfunctions", - "Use this to override the default service endpoint URL", + 'stepfunctions', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appintegrations", - "Use this to override the default service endpoint URL", + 'appintegrations', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sfn", - "Use this to override the default service endpoint URL", + 'sfn', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeguruprofiler", - "Use this to override the default service endpoint URL", + 'codeguruprofiler', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pipes", - "Use this to override the default service endpoint URL", + 'pipes', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchwizard", - "Use this to override the default service endpoint URL", + 'launchwizard', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchlog", - "Use this to override the default service endpoint URL", + 'cloudwatchlog', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bedrockagent", - "Use this to override the default service endpoint URL", + 'bedrockagent', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kafkaconnect", - "Use this to override the default service endpoint URL", + 'kafkaconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecr", - "Use this to override the default service endpoint URL", + 'ecr', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sns", - "Use this to override the default service endpoint URL", + 'sns', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscaling", - "Use this to override the default service endpoint URL", + 'autoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qbusiness", - "Use this to override the default service endpoint URL", + 'qbusiness', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securitylake", - "Use this to override the default service endpoint URL", + 'securitylake', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ses", - "Use this to override the default service endpoint URL", + 'ses', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transcribeservice", - "Use this to override the default service endpoint URL", + 'transcribeservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fsx", - "Use this to override the default service endpoint URL", + 'fsx', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wafv2", - "Use this to override the default service endpoint URL", + 'wafv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lightsail", - "Use this to override the default service endpoint URL", + 'lightsail', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wellarchitected", - "Use this to override the default service endpoint URL", + 'wellarchitected', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "paymentcryptography", - "Use this to override the default service endpoint URL", + 'paymentcryptography', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "docdbelastic", - "Use this to override the default service endpoint URL", + 'docdbelastic', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessapprepo", - "Use this to override the default service endpoint URL", + 'serverlessapprepo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudhsm", - "Use this to override the default service endpoint URL", + 'cloudhsm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connect", - "Use this to override the default service endpoint URL", + 'connect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sts", - "Use this to override the default service endpoint URL", + 'sts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directconnect", - "Use this to override the default service endpoint URL", + 'directconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deploy", - "Use this to override the default service endpoint URL", + 'deploy', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codeartifact", - "Use this to override the default service endpoint URL", + 'codeartifact', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessrepo", - "Use this to override the default service endpoint URL", + 'serverlessrepo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "memorydb", - "Use this to override the default service endpoint URL", + 'memorydb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amplify", - "Use this to override the default service endpoint URL", + 'amplify', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appfabric", - "Use this to override the default service endpoint URL", + 'appfabric', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backup", - "Use this to override the default service endpoint URL", + 'backup', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationsignals", - "Use this to override the default service endpoint URL", + 'applicationsignals', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticloadbalancingv2", - "Use this to override the default service endpoint URL", + 'elasticloadbalancingv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidentity", - "Use this to override the default service endpoint URL", + 'cognitoidentity', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elb", - "Use this to override the default service endpoint URL", + 'elb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codestarconnections", - "Use this to override the default service endpoint URL", + 'codestarconnections', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "swf", - "Use this to override the default service endpoint URL", + 'swf', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediastore", - "Use this to override the default service endpoint URL", + 'mediastore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestreaminfluxdb", - "Use this to override the default service endpoint URL", + 'timestreaminfluxdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datazone", - "Use this to override the default service endpoint URL", + 'datazone', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kendra", - "Use this to override the default service endpoint URL", + 'kendra', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3", - "Use this to override the default service endpoint URL", + 's3', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpclattice", - "Use this to override the default service endpoint URL", + 'vpclattice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "athena", - "Use this to override the default service endpoint URL", + 'athena', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ce", - "Use this to override the default service endpoint URL", + 'ce', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "licensemanager", - "Use this to override the default service endpoint URL", + 'licensemanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iot", - "Use this to override the default service endpoint URL", + 'iot', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "xray", - "Use this to override the default service endpoint URL", + 'xray', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53recoverycontrolconfig", - "Use this to override the default service endpoint URL", + 'route53recoverycontrolconfig', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "connectcases", - "Use this to override the default service endpoint URL", + 'connectcases', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptunegraph", - "Use this to override the default service endpoint URL", + 'neptunegraph', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicecatalogappregistry", - "Use this to override the default service endpoint URL", + 'servicecatalogappregistry', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkmanager", - "Use this to override the default service endpoint URL", + 'networkmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kafka", - "Use this to override the default service endpoint URL", + 'kafka', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "efs", - "Use this to override the default service endpoint URL", + 'efs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53domains", - "Use this to override the default service endpoint URL", + 'route53domains', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ivs", - "Use this to override the default service endpoint URL", + 'ivs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chatbot", - "Use this to override the default service endpoint URL", + 'chatbot', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "es", - "Use this to override the default service endpoint URL", + 'es', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chime", - "Use this to override the default service endpoint URL", + 'chime', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schemas", - "Use this to override the default service endpoint URL", + 'schemas', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "finspace", - "Use this to override the default service endpoint URL", + 'finspace', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codebuild", - "Use this to override the default service endpoint URL", + 'codebuild', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53resolver", - "Use this to override the default service endpoint URL", + 'route53resolver', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchservice", - "Use this to override the default service endpoint URL", + 'opensearchservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspector2", - "Use this to override the default service endpoint URL", + 'inspector2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ds", - "Use this to override the default service endpoint URL", + 'ds', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelbuilding", - "Use this to override the default service endpoint URL", + 'lexmodelbuilding', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationautoscaling", - "Use this to override the default service endpoint URL", + 'applicationautoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datapipeline", - "Use this to override the default service endpoint URL", + 'datapipeline', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rekognition", - "Use this to override the default service endpoint URL", + 'rekognition', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dynamodb", - "Use this to override the default service endpoint URL", + 'dynamodb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databrew", - "Use this to override the default service endpoint URL", + 'databrew', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databasemigrationservice", - "Use this to override the default service endpoint URL", + 'databasemigrationservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticsearch", - "Use this to override the default service endpoint URL", + 'elasticsearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudfrontkeyvaluestore", - "Use this to override the default service endpoint URL", + 'cloudfrontkeyvaluestore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "config", - "Use this to override the default service endpoint URL", + 'config', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationinsights", - "Use this to override the default service endpoint URL", + 'applicationinsights', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticloadbalancing", - "Use this to override the default service endpoint URL", + 'elasticloadbalancing', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "managedgrafana", - "Use this to override the default service endpoint URL", + 'managedgrafana', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pcaconnectorad", - "Use this to override the default service endpoint URL", + 'pcaconnectorad', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "budgets", - "Use this to override the default service endpoint URL", + 'budgets', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "polly", - "Use this to override the default service endpoint URL", + 'polly', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "evidently", - "Use this to override the default service endpoint URL", + 'evidently', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchrum", - "Use this to override the default service endpoint URL", + 'cloudwatchrum', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apigateway", - "Use this to override the default service endpoint URL", + 'apigateway', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverlessapplicationrepository", - "Use this to override the default service endpoint URL", + 'serverlessapplicationrepository', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediapackagev2", - "Use this to override the default service endpoint URL", + 'mediapackagev2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codepipeline", - "Use this to override the default service endpoint URL", + 'codepipeline', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chimesdkmediapipelines", - "Use this to override the default service endpoint URL", + 'chimesdkmediapipelines', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "beanstalk", - "Use this to override the default service endpoint URL", + 'beanstalk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchingestion", - "Use this to override the default service endpoint URL", + 'opensearchingestion', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fms", - "Use this to override the default service endpoint URL", + 'fms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretsmanager", - "Use this to override the default service endpoint URL", + 'secretsmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bedrock", - "Use this to override the default service endpoint URL", + 'bedrock', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databasemigration", - "Use this to override the default service endpoint URL", + 'databasemigration', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "events", - "Use this to override the default service endpoint URL", + 'events', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspectorv2", - "Use this to override the default service endpoint URL", + 'inspectorv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emrserverless", - "Use this to override the default service endpoint URL", + 'emrserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elbv2", - "Use this to override the default service endpoint URL", + 'elbv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicecatalog", - "Use this to override the default service endpoint URL", + 'servicecatalog', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "locationservice", - "Use this to override the default service endpoint URL", + 'locationservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudcontrol", - "Use this to override the default service endpoint URL", + 'cloudcontrol', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "guardduty", - "Use this to override the default service endpoint URL", + 'guardduty', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftdata", - "Use this to override the default service endpoint URL", + 'redshiftdata', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkfirewall", - "Use this to override the default service endpoint URL", + 'networkfirewall', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "synthetics", - "Use this to override the default service endpoint URL", + 'synthetics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emr", - "Use this to override the default service endpoint URL", + 'emr', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudtrail", - "Use this to override the default service endpoint URL", + 'cloudtrail', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gluedatabrew", - "Use this to override the default service endpoint URL", + 'gluedatabrew', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costandusagereportservice", - "Use this to override the default service endpoint URL", + 'costandusagereportservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appregistry", - "Use this to override the default service endpoint URL", + 'appregistry', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchevidently", - "Use this to override the default service endpoint URL", + 'cloudwatchevidently', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appconfig", - "Use this to override the default service endpoint URL", + 'appconfig', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "imagebuilder", - "Use this to override the default service endpoint URL", + 'imagebuilder', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emrcontainers", - "Use this to override the default service endpoint URL", + 'emrcontainers', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelsv2", - "Use this to override the default service endpoint URL", + 'lexmodelsv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codedeploy", - "Use this to override the default service endpoint URL", + 'codedeploy', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sdb", - "Use this to override the default service endpoint URL", + 'sdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amg", - "Use this to override the default service endpoint URL", + 'amg', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iotanalytics", - "Use this to override the default service endpoint URL", + 'iotanalytics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "amp", - "Use this to override the default service endpoint URL", + 'amp', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dms", - "Use this to override the default service endpoint URL", + 'dms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codecatalyst", - "Use this to override the default service endpoint URL", + 'codecatalyst', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lookoutmetrics", - "Use this to override the default service endpoint URL", + 'lookoutmetrics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroupstagging", - "Use this to override the default service endpoint URL", + 'resourcegroupstagging', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "batch", - "Use this to override the default service endpoint URL", + 'batch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acmpca", - "Use this to override the default service endpoint URL", + 'acmpca', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codestarnotifications", - "Use this to override the default service endpoint URL", + 'codestarnotifications', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fis", - "Use this to override the default service endpoint URL", + 'fis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "signer", - "Use this to override the default service endpoint URL", + 'signer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "oam", - "Use this to override the default service endpoint URL", + 'oam', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scheduler", - "Use this to override the default service endpoint URL", + 'scheduler', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qldb", - "Use this to override the default service endpoint URL", + 'qldb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pinpoint", - "Use this to override the default service endpoint URL", + 'pinpoint', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "neptune", - "Use this to override the default service endpoint URL", + 'neptune', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudhsmv2", - "Use this to override the default service endpoint URL", + 'cloudhsmv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssm", - "Use this to override the default service endpoint URL", + 'ssm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ivschat", - "Use this to override the default service endpoint URL", + 'ivschat', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodelbuildingservice", - "Use this to override the default service endpoint URL", + 'lexmodelbuildingservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisvideo", - "Use this to override the default service endpoint URL", + 'kinesisvideo', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudfront", - "Use this to override the default service endpoint URL", + 'cloudfront', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticache", - "Use this to override the default service endpoint URL", + 'elasticache', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "macie2", - "Use this to override the default service endpoint URL", + 'macie2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "detective", - "Use this to override the default service endpoint URL", + 'detective', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "glacier", - "Use this to override the default service endpoint URL", + 'glacier', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ram", - "Use this to override the default service endpoint URL", + 'ram', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "simpledb", - "Use this to override the default service endpoint URL", + 'simpledb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchevents", - "Use this to override the default service endpoint URL", + 'cloudwatchevents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticsearchservice", - "Use this to override the default service endpoint URL", + 'elasticsearchservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cur", - "Use this to override the default service endpoint URL", + 'cur', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mq", - "Use this to override the default service endpoint URL", + 'mq', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "controltower", - "Use this to override the default service endpoint URL", + 'controltower', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "auditmanager", - "Use this to override the default service endpoint URL", + 'auditmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bcmdataexports", - "Use this to override the default service endpoint URL", + 'bcmdataexports', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costoptimizationhub", - "Use this to override the default service endpoint URL", + 'costoptimizationhub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloud9", - "Use this to override the default service endpoint URL", + 'cloud9', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firehose", - "Use this to override the default service endpoint URL", + 'firehose', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customerprofiles", - "Use this to override the default service endpoint URL", + 'customerprofiles', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "waf", - "Use this to override the default service endpoint URL", + 'waf', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prometheusservice", - "Use this to override the default service endpoint URL", + 'prometheusservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cleanrooms", - "Use this to override the default service endpoint URL", + 'cleanrooms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "autoscalingplans", - "Use this to override the default service endpoint URL", + 'autoscalingplans', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearch", - "Use this to override the default service endpoint URL", + 'opensearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resiliencehub", - "Use this to override the default service endpoint URL", + 'resiliencehub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dlm", - "Use this to override the default service endpoint URL", + 'dlm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opsworks", - "Use this to override the default service endpoint URL", + 'opsworks', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceexplorer2", - "Use this to override the default service endpoint URL", + 'resourceexplorer2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appautoscaling", - "Use this to override the default service endpoint URL", + 'appautoscaling', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codegurureviewer", - "Use this to override the default service endpoint URL", + 'codegurureviewer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "docdb", - "Use this to override the default service endpoint URL", + 'docdb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "medialive", - "Use this to override the default service endpoint URL", + 'medialive', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "opensearchserverless", - "Use this to override the default service endpoint URL", + 'opensearchserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iam", - "Use this to override the default service endpoint URL", + 'iam', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "devicefarm", - "Use this to override the default service endpoint URL", + 'devicefarm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gamelift", - "Use this to override the default service endpoint URL", + 'gamelift', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53", - "Use this to override the default service endpoint URL", + 'route53', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configservice", - "Use this to override the default service endpoint URL", + 'configservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "m2", - "Use this to override the default service endpoint URL", + 'm2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appmesh", - "Use this to override the default service endpoint URL", + 'appmesh', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comprehend", - "Use this to override the default service endpoint URL", + 'comprehend', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recyclebin", - "Use this to override the default service endpoint URL", + 'recyclebin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sso", - "Use this to override the default service endpoint URL", + 'sso', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "chimesdkvoice", - "Use this to override the default service endpoint URL", + 'chimesdkvoice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudcontrolapi", - "Use this to override the default service endpoint URL", + 'cloudcontrolapi', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kms", - "Use this to override the default service endpoint URL", + 'kms', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemaker", - "Use this to override the default service endpoint URL", + 'sagemaker', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apigatewayv2", - "Use this to override the default service endpoint URL", + 'apigatewayv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthlake", - "Use this to override the default service endpoint URL", + 'healthlake', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecrpublic", - "Use this to override the default service endpoint URL", + 'ecrpublic', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outposts", - "Use this to override the default service endpoint URL", + 'outposts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessanalyzer", - "Use this to override the default service endpoint URL", + 'accessanalyzer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryservice", - "Use this to override the default service endpoint URL", + 'directoryservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groundstation", - "Use this to override the default service endpoint URL", + 'groundstation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssoadmin", - "Use this to override the default service endpoint URL", + 'ssoadmin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisanalytics", - "Use this to override the default service endpoint URL", + 'kinesisanalytics', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lex", - "Use this to override the default service endpoint URL", + 'lex', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shield", - "Use this to override the default service endpoint URL", + 'shield', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prometheus", - "Use this to override the default service endpoint URL", + 'prometheus', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "grafana", - "Use this to override the default service endpoint URL", + 'grafana', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidentityprovider", - "Use this to override the default service endpoint URL", + 'cognitoidentityprovider', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediaconnect", - "Use this to override the default service endpoint URL", + 'mediaconnect', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rds", - "Use this to override the default service endpoint URL", + 'rds', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "internetmonitor", - "Use this to override the default service endpoint URL", + 'internetmonitor', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambda", - "Use this to override the default service endpoint URL", + 'lambda', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventbridge", - "Use this to override the default service endpoint URL", + 'eventbridge', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "apprunner", - "Use this to override the default service endpoint URL", + 'apprunner', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transfer", - "Use this to override the default service endpoint URL", + 'transfer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "computeoptimizer", - "Use this to override the default service endpoint URL", + 'computeoptimizer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroups", - "Use this to override the default service endpoint URL", + 'resourcegroups', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elastictranscoder", - "Use this to override the default service endpoint URL", + 'elastictranscoder', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appstream", - "Use this to override the default service endpoint URL", + 'appstream', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Use this to override the default service endpoint URL", + 'location', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizations", - "Use this to override the default service endpoint URL", + 'organizations', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshift", - "Use this to override the default service endpoint URL", + 'redshift', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cognitoidp", - "Use this to override the default service endpoint URL", + 'cognitoidp', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "costexplorer", - "Use this to override the default service endpoint URL", + 'costexplorer', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sesv2", - "Use this to override the default service endpoint URL", + 'sesv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sqs", - "Use this to override the default service endpoint URL", + 'sqs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rolesanywhere", - "Use this to override the default service endpoint URL", + 'rolesanywhere', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identitystore", - "Use this to override the default service endpoint URL", + 'identitystore', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3control", - "Use this to override the default service endpoint URL", + 's3control', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rbin", - "Use this to override the default service endpoint URL", + 'rbin', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityhub", - "Use this to override the default service endpoint URL", + 'securityhub', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifiedpermissions", - "Use this to override the default service endpoint URL", + 'verifiedpermissions', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmcontacts", - "Use this to override the default service endpoint URL", + 'ssmcontacts', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediapackage", - "Use this to override the default service endpoint URL", + 'mediapackage', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redshiftserverless", - "Use this to override the default service endpoint URL", + 'redshiftserverless', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "wafregional", - "Use this to override the default service endpoint URL", + 'wafregional', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "elasticbeanstalk", - "Use this to override the default service endpoint URL", + 'elasticbeanstalk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workspacesweb", - "Use this to override the default service endpoint URL", + 'workspacesweb', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmsap", - "Use this to override the default service endpoint URL", + 'ssmsap', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudformation", - "Use this to override the default service endpoint URL", + 'cloudformation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediaconvert", - "Use this to override the default service endpoint URL", + 'mediaconvert', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchlogs", - "Use this to override the default service endpoint URL", + 'cloudwatchlogs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "workspaces", - "Use this to override the default service endpoint URL", + 'workspaces', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "glue", - "Use this to override the default service endpoint URL", + 'glue', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "osis", - "Use this to override the default service endpoint URL", + 'osis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexv2models", - "Use this to override the default service endpoint URL", + 'lexv2models', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rum", - "Use this to override the default service endpoint URL", + 'rum', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "devopsguru", - "Use this to override the default service endpoint URL", + 'devopsguru', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicediscovery", - "Use this to override the default service endpoint URL", + 'servicediscovery', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appintegrationsservice", - "Use this to override the default service endpoint URL", + 'appintegrationsservice', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acm", - "Use this to override the default service endpoint URL", + 'acm', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3api", - "Use this to override the default service endpoint URL", + 's3api', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ecs", - "Use this to override the default service endpoint URL", + 'ecs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logs", - "Use this to override the default service endpoint URL", + 'logs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ec2", - "Use this to override the default service endpoint URL", + 'ec2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lexmodels", - "Use this to override the default service endpoint URL", + 'lexmodels', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lakeformation", - "Use this to override the default service endpoint URL", + 'lakeformation', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codecommit", - "Use this to override the default service endpoint URL", + 'codecommit', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudsearch", - "Use this to override the default service endpoint URL", + 'cloudsearch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eks", - "Use this to override the default service endpoint URL", + 'eks', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appsync", - "Use this to override the default service endpoint URL", + 'appsync', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "account", - "Use this to override the default service endpoint URL", + 'account', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servicequotas", - "Use this to override the default service endpoint URL", + 'servicequotas', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pricing", - "Use this to override the default service endpoint URL", + 'pricing', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drs", - "Use this to override the default service endpoint URL", + 'drs', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mwaa", - "Use this to override the default service endpoint URL", + 'mwaa', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatch", - "Use this to override the default service endpoint URL", + 'cloudwatch', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "quicksight", - "Use this to override the default service endpoint URL", + 'quicksight', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53profiles", - "Use this to override the default service endpoint URL", + 'route53profiles', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudwatchobservabilityaccessmanager", - "Use this to override the default service endpoint URL", + 'cloudwatchobservabilityaccessmanager', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "msk", - "Use this to override the default service endpoint URL", + 'msk', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcegroupstaggingapi", - "Use this to override the default service endpoint URL", + 'resourcegroupstaggingapi', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyspaces", - "Use this to override the default service endpoint URL", + 'keyspaces', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ssmincidents", - "Use this to override the default service endpoint URL", + 'ssmincidents', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesisanalyticsv2", - "Use this to override the default service endpoint URL", + 'kinesisanalyticsv2', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kinesis", - "Use this to override the default service endpoint URL", + 'kinesis', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datasync", - "Use this to override the default service endpoint URL", + 'datasync', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "transcribe", - "Use this to override the default service endpoint URL", + 'transcribe', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "worklink", - "Use this to override the default service endpoint URL", + 'worklink', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dax", - "Use this to override the default service endpoint URL", + 'dax', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "greengrass", - "Use this to override the default service endpoint URL", + 'greengrass', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storagegateway", - "Use this to override the default service endpoint URL", + 'storagegateway', + 'Use this to override the default service endpoint URL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "route53recoveryreadiness", - "Use this to override the default service endpoint URL", + 'route53recoveryreadiness', + 'Use this to override the default service endpoint URL', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/index_ProviderIgnoreTags.ts b/src/app/Models/codegen/aws/types/index_ProviderIgnoreTags.ts index 7b956f727..ff7124e17 100644 --- a/src/app/Models/codegen/aws/types/index_ProviderIgnoreTags.ts +++ b/src/app/Models/codegen/aws/types/index_ProviderIgnoreTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_ProviderIgnoreTags { // Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable. @@ -18,16 +18,16 @@ export function index_ProviderIgnoreTags_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "keyPrefixes", - "Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable.", + 'keyPrefixes', + 'Resource tag key prefixes to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEY_PREFIXES environment variable.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "keys", - "Resource tag keys to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEYS environment variable.", + 'keys', + 'Resource tag keys to ignore across all resources. Can also be configured with the TF_AWS_IGNORE_TAGS_KEYS environment variable.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/index_Region.ts b/src/app/Models/codegen/aws/types/index_Region.ts index 75f8e8b6c..261e9d194 100644 --- a/src/app/Models/codegen/aws/types/index_Region.ts +++ b/src/app/Models/codegen/aws/types/index_Region.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_Region {} diff --git a/src/app/Models/codegen/aws/types/index_getAvailabilityZoneFilter.ts b/src/app/Models/codegen/aws/types/index_getAvailabilityZoneFilter.ts index f6b873ef0..0af4c899a 100644 --- a/src/app/Models/codegen/aws/types/index_getAvailabilityZoneFilter.ts +++ b/src/app/Models/codegen/aws/types/index_getAvailabilityZoneFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_getAvailabilityZoneFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html). @@ -18,16 +18,16 @@ export function index_getAvailabilityZoneFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/index_getAvailabilityZonesFilter.ts b/src/app/Models/codegen/aws/types/index_getAvailabilityZonesFilter.ts index c6f186099..4ee5f487e 100644 --- a/src/app/Models/codegen/aws/types/index_getAvailabilityZonesFilter.ts +++ b/src/app/Models/codegen/aws/types/index_getAvailabilityZonesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_getAvailabilityZonesFilter { // Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html). @@ -18,16 +18,16 @@ export function index_getAvailabilityZonesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/index_getRegionsFilter.ts b/src/app/Models/codegen/aws/types/index_getRegionsFilter.ts index 3cff07ce9..a2c80ab84 100644 --- a/src/app/Models/codegen/aws/types/index_getRegionsFilter.ts +++ b/src/app/Models/codegen/aws/types/index_getRegionsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface index_getRegionsFilter { // Name of the filter field. Valid values can be found in the [describe-regions AWS CLI Reference][1]. @@ -18,16 +18,16 @@ export function index_getRegionsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [describe-regions AWS CLI Reference][1].", + 'name', + 'Name of the filter field. Valid values can be found in the [describe-regions AWS CLI Reference][1].', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/inspector2_OrganizationConfigurationAutoEnable.ts b/src/app/Models/codegen/aws/types/inspector2_OrganizationConfigurationAutoEnable.ts index e9d155f35..7191e55d5 100644 --- a/src/app/Models/codegen/aws/types/inspector2_OrganizationConfigurationAutoEnable.ts +++ b/src/app/Models/codegen/aws/types/inspector2_OrganizationConfigurationAutoEnable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface inspector2_OrganizationConfigurationAutoEnable { // Whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. --Note:-- Lambda code scanning requires Lambda standard scanning to be activated. Consequently, if you are setting this argument to `true`, you must also set the `lambda` argument to `true`. See [Scanning AWS Lambda functions with Amazon Inspector](https://docs.aws.amazon.com/inspector/latest/user/scanning-lambda.html#lambda-code-scans) for more information. @@ -24,32 +24,32 @@ export function inspector2_OrganizationConfigurationAutoEnable_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "lambdaCode", - "Whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. **Note:** Lambda code scanning requires Lambda standard scanning to be activated. Consequently, if you are setting this argument to `true`, you must also set the `lambda` argument to `true`. See [Scanning AWS Lambda functions with Amazon Inspector](https://docs.aws.amazon.com/inspector/latest/user/scanning-lambda.html#lambda-code-scans) for more information.", + 'lambdaCode', + 'Whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. **Note:** Lambda code scanning requires Lambda standard scanning to be activated. Consequently, if you are setting this argument to `true`, you must also set the `lambda` argument to `true`. See [Scanning AWS Lambda functions with Amazon Inspector](https://docs.aws.amazon.com/inspector/latest/user/scanning-lambda.html#lambda-code-scans) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ec2", - "Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.", + 'ec2', + 'Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ecr", - "Whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.", + 'ecr', + 'Whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "lambda", - "Whether Lambda Function scans are automatically enabled for new members of your Amazon Inspector organization.", + 'lambda', + 'Whether Lambda Function scans are automatically enabled for new members of your Amazon Inspector organization.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/inspector_AssessmentTemplateEventSubscription.ts b/src/app/Models/codegen/aws/types/inspector_AssessmentTemplateEventSubscription.ts index 41aa96f12..0982f29a8 100644 --- a/src/app/Models/codegen/aws/types/inspector_AssessmentTemplateEventSubscription.ts +++ b/src/app/Models/codegen/aws/types/inspector_AssessmentTemplateEventSubscription.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface inspector_AssessmentTemplateEventSubscription { // The event for which you want to receive SNS notifications. Valid values are `ASSESSMENT_RUN_STARTED`, `ASSESSMENT_RUN_COMPLETED`, `ASSESSMENT_RUN_STATE_CHANGED`, and `FINDING_REPORTED`. @@ -18,16 +18,16 @@ export function inspector_AssessmentTemplateEventSubscription_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "event", - "The event for which you want to receive SNS notifications. Valid values are `ASSESSMENT_RUN_STARTED`, `ASSESSMENT_RUN_COMPLETED`, `ASSESSMENT_RUN_STATE_CHANGED`, and `FINDING_REPORTED`.", + 'event', + 'The event for which you want to receive SNS notifications. Valid values are `ASSESSMENT_RUN_STARTED`, `ASSESSMENT_RUN_COMPLETED`, `ASSESSMENT_RUN_STATE_CHANGED`, and `FINDING_REPORTED`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of the SNS topic to which notifications are sent.", + 'topicArn', + 'The ARN of the SNS topic to which notifications are sent.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_BillingGroupMetadata.ts b/src/app/Models/codegen/aws/types/iot_BillingGroupMetadata.ts index cfa17c5ed..8f89e45b2 100644 --- a/src/app/Models/codegen/aws/types/iot_BillingGroupMetadata.ts +++ b/src/app/Models/codegen/aws/types/iot_BillingGroupMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_BillingGroupMetadata { // @@ -15,8 +15,8 @@ export function iot_BillingGroupMetadata_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "creationDate", - "", + 'creationDate', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_BillingGroupProperties.ts b/src/app/Models/codegen/aws/types/iot_BillingGroupProperties.ts index 1cc82d1d9..89bcbd5ac 100644 --- a/src/app/Models/codegen/aws/types/iot_BillingGroupProperties.ts +++ b/src/app/Models/codegen/aws/types/iot_BillingGroupProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_BillingGroupProperties { // A description of the Billing Group. @@ -15,8 +15,8 @@ export function iot_BillingGroupProperties_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "A description of the Billing Group.", + 'description', + 'A description of the Billing Group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_CaCertificateRegistrationConfig.ts b/src/app/Models/codegen/aws/types/iot_CaCertificateRegistrationConfig.ts index 03a1f78be..2ba15a5b4 100644 --- a/src/app/Models/codegen/aws/types/iot_CaCertificateRegistrationConfig.ts +++ b/src/app/Models/codegen/aws/types/iot_CaCertificateRegistrationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_CaCertificateRegistrationConfig { // The ARN of the role. @@ -21,24 +21,24 @@ export function iot_CaCertificateRegistrationConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "templateName", - "The name of the provisioning template.", + 'templateName', + 'The name of the provisioning template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role.", + 'roleArn', + 'The ARN of the role.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "templateBody", - "The template body.", + 'templateBody', + 'The template body.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_CaCertificateValidity.ts b/src/app/Models/codegen/aws/types/iot_CaCertificateValidity.ts index cf3c7f35b..7d74c24b1 100644 --- a/src/app/Models/codegen/aws/types/iot_CaCertificateValidity.ts +++ b/src/app/Models/codegen/aws/types/iot_CaCertificateValidity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_CaCertificateValidity { // The certificate is not valid after this date. @@ -18,16 +18,16 @@ export function iot_CaCertificateValidity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "notAfter", - "The certificate is not valid after this date.", + 'notAfter', + 'The certificate is not valid after this date.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notBefore", - "The certificate is not valid before this date.", + 'notBefore', + 'The certificate is not valid before this date.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_DomainConfigurationAuthorizerConfig.ts b/src/app/Models/codegen/aws/types/iot_DomainConfigurationAuthorizerConfig.ts index 16cf8385e..6faf9197a 100644 --- a/src/app/Models/codegen/aws/types/iot_DomainConfigurationAuthorizerConfig.ts +++ b/src/app/Models/codegen/aws/types/iot_DomainConfigurationAuthorizerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_DomainConfigurationAuthorizerConfig { // A Boolean that specifies whether the domain configuration's authorization service can be overridden. @@ -18,7 +18,7 @@ export function iot_DomainConfigurationAuthorizerConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "allowAuthorizerOverride", + 'allowAuthorizerOverride', "A Boolean that specifies whether the domain configuration's authorization service can be overridden.", () => [], false, @@ -26,8 +26,8 @@ export function iot_DomainConfigurationAuthorizerConfig_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "defaultAuthorizerName", - "The name of the authorization service for a domain configuration.", + 'defaultAuthorizerName', + 'The name of the authorization service for a domain configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_DomainConfigurationTlsConfig.ts b/src/app/Models/codegen/aws/types/iot_DomainConfigurationTlsConfig.ts index ca52a9a72..850df4786 100644 --- a/src/app/Models/codegen/aws/types/iot_DomainConfigurationTlsConfig.ts +++ b/src/app/Models/codegen/aws/types/iot_DomainConfigurationTlsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_DomainConfigurationTlsConfig { // The security policy for a domain configuration. @@ -15,8 +15,8 @@ export function iot_DomainConfigurationTlsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "securityPolicy", - "The security policy for a domain configuration.", + 'securityPolicy', + 'The security policy for a domain configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfiguration.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfiguration.ts index ce51754a0..16475d8b6 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField, iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField_GetTypes, -} from "./iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField"; +} from './iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField'; import { iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField, iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField_GetTypes, -} from "./iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField"; +} from './iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField'; export interface iot_IndexingConfigurationThingGroupIndexingConfiguration { // A list of thing group fields to index. This list cannot contain any managed fields. See below. @@ -29,8 +29,8 @@ export function iot_IndexingConfigurationThingGroupIndexingConfiguration_GetType return [ new DynamicUIProps( InputType.Array, - "customFields", - "A list of thing group fields to index. This list cannot contain any managed fields. See below.", + 'customFields', + 'A list of thing group fields to index. This list cannot contain any managed fields. See below.', () => iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField_GetTypes(), false, @@ -38,8 +38,8 @@ export function iot_IndexingConfigurationThingGroupIndexingConfiguration_GetType ), new DynamicUIProps( InputType.Array, - "managedFields", - "Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.", + 'managedFields', + 'Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.', () => iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField_GetTypes(), false, @@ -47,8 +47,8 @@ export function iot_IndexingConfigurationThingGroupIndexingConfiguration_GetType ), new DynamicUIProps( InputType.String, - "thingGroupIndexingMode", - "Thing group indexing mode. Valid values: `OFF`, `ON`.", + 'thingGroupIndexingMode', + 'Thing group indexing mode. Valid values: `OFF`, `ON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField.ts index 40e133cb4..c45385bb9 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_IndexingConfigurationThingGroupIndexingConfigurationCustomField { // The name of the field. @@ -18,16 +18,16 @@ export function iot_IndexingConfigurationThingGroupIndexingConfigurationCustomFi return [ new DynamicUIProps( InputType.String, - "name", - "The name of the field.", + 'name', + 'The name of the field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The data type of the field. Valid values: `Number`, `String`, `Boolean`.", + 'type', + 'The data type of the field. Valid values: `Number`, `String`, `Boolean`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField.ts index aefa51700..b40a27734 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_IndexingConfigurationThingGroupIndexingConfigurationManagedField { // The data type of the field. Valid values: `Number`, `String`, `Boolean`. @@ -18,16 +18,16 @@ export function iot_IndexingConfigurationThingGroupIndexingConfigurationManagedF return [ new DynamicUIProps( InputType.String, - "type", - "The data type of the field. Valid values: `Number`, `String`, `Boolean`.", + 'type', + 'The data type of the field. Valid values: `Number`, `String`, `Boolean`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the field.", + 'name', + 'The name of the field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfiguration.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfiguration.ts index 197b316e1..ef7e0d1e3 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_IndexingConfigurationThingIndexingConfigurationCustomField, iot_IndexingConfigurationThingIndexingConfigurationCustomField_GetTypes, -} from "./iot_IndexingConfigurationThingIndexingConfigurationCustomField"; +} from './iot_IndexingConfigurationThingIndexingConfigurationCustomField'; import { iot_IndexingConfigurationThingIndexingConfigurationFilter, iot_IndexingConfigurationThingIndexingConfigurationFilter_GetTypes, -} from "./iot_IndexingConfigurationThingIndexingConfigurationFilter"; +} from './iot_IndexingConfigurationThingIndexingConfigurationFilter'; import { iot_IndexingConfigurationThingIndexingConfigurationManagedField, iot_IndexingConfigurationThingIndexingConfigurationManagedField_GetTypes, -} from "./iot_IndexingConfigurationThingIndexingConfigurationManagedField"; +} from './iot_IndexingConfigurationThingIndexingConfigurationManagedField'; export interface iot_IndexingConfigurationThingIndexingConfiguration { // Thing connectivity indexing mode. Valid values: `STATUS`, `OFF`. Default: `OFF`. @@ -45,16 +45,16 @@ export function iot_IndexingConfigurationThingIndexingConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "deviceDefenderIndexingMode", - "Device Defender indexing mode. Valid values: `VIOLATIONS`, `OFF`. Default: `OFF`.", + 'deviceDefenderIndexingMode', + 'Device Defender indexing mode. Valid values: `VIOLATIONS`, `OFF`. Default: `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "filter", - "Required if `named_shadow_indexing_mode` is `ON`. Enables to add named shadows filtered by `filter` to fleet indexing configuration.", + 'filter', + 'Required if `named_shadow_indexing_mode` is `ON`. Enables to add named shadows filtered by `filter` to fleet indexing configuration.', () => iot_IndexingConfigurationThingIndexingConfigurationFilter_GetTypes(), false, @@ -62,8 +62,8 @@ export function iot_IndexingConfigurationThingIndexingConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Array, - "managedFields", - "Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.", + 'managedFields', + 'Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.', () => iot_IndexingConfigurationThingIndexingConfigurationManagedField_GetTypes(), false, @@ -71,32 +71,32 @@ export function iot_IndexingConfigurationThingIndexingConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "namedShadowIndexingMode", - "[Named shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) indexing mode. Valid values: `ON`, `OFF`. Default: `OFF`.", + 'namedShadowIndexingMode', + '[Named shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) indexing mode. Valid values: `ON`, `OFF`. Default: `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "thingConnectivityIndexingMode", - "Thing connectivity indexing mode. Valid values: `STATUS`, `OFF`. Default: `OFF`.", + 'thingConnectivityIndexingMode', + 'Thing connectivity indexing mode. Valid values: `STATUS`, `OFF`. Default: `OFF`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "thingIndexingMode", - "Thing indexing mode. Valid values: `REGISTRY`, `REGISTRY_AND_SHADOW`, `OFF`.", + 'thingIndexingMode', + 'Thing indexing mode. Valid values: `REGISTRY`, `REGISTRY_AND_SHADOW`, `OFF`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "customFields", - "Contains custom field names and their data type. See below.", + 'customFields', + 'Contains custom field names and their data type. See below.', () => iot_IndexingConfigurationThingIndexingConfigurationCustomField_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationCustomField.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationCustomField.ts index a48100933..cb46870ea 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationCustomField.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationCustomField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_IndexingConfigurationThingIndexingConfigurationCustomField { // The name of the field. @@ -18,16 +18,16 @@ export function iot_IndexingConfigurationThingIndexingConfigurationCustomField_G return [ new DynamicUIProps( InputType.String, - "type", - "The data type of the field. Valid values: `Number`, `String`, `Boolean`.", + 'type', + 'The data type of the field. Valid values: `Number`, `String`, `Boolean`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the field.", + 'name', + 'The name of the field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationFilter.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationFilter.ts index 82849b745..10fe1496e 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationFilter.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_IndexingConfigurationThingIndexingConfigurationFilter { // List of shadow names that you select to index. @@ -15,8 +15,8 @@ export function iot_IndexingConfigurationThingIndexingConfigurationFilter_GetTyp return [ new DynamicUIProps( InputType.Array, - "namedShadowNames", - "List of shadow names that you select to index.", + 'namedShadowNames', + 'List of shadow names that you select to index.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationManagedField.ts b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationManagedField.ts index 3c3d624f0..385ca304f 100644 --- a/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationManagedField.ts +++ b/src/app/Models/codegen/aws/types/iot_IndexingConfigurationThingIndexingConfigurationManagedField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_IndexingConfigurationThingIndexingConfigurationManagedField { // The name of the field. @@ -18,16 +18,16 @@ export function iot_IndexingConfigurationThingIndexingConfigurationManagedField_ return [ new DynamicUIProps( InputType.String, - "name", - "The name of the field.", + 'name', + 'The name of the field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The data type of the field. Valid values: `Number`, `String`, `Boolean`.", + 'type', + 'The data type of the field. Valid values: `Number`, `String`, `Boolean`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_ProvisioningTemplatePreProvisioningHook.ts b/src/app/Models/codegen/aws/types/iot_ProvisioningTemplatePreProvisioningHook.ts index eb5688cf1..b3b2731bd 100644 --- a/src/app/Models/codegen/aws/types/iot_ProvisioningTemplatePreProvisioningHook.ts +++ b/src/app/Models/codegen/aws/types/iot_ProvisioningTemplatePreProvisioningHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_ProvisioningTemplatePreProvisioningHook { // The version of the payload that was sent to the target function. The only valid (and the default) payload version is `"2020-04-01"`. @@ -18,7 +18,7 @@ export function iot_ProvisioningTemplatePreProvisioningHook_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "payloadVersion", + 'payloadVersion', 'The version of the payload that was sent to the target function. The only valid (and the default) payload version is `"2020-04-01"`.', () => [], false, @@ -26,8 +26,8 @@ export function iot_ProvisioningTemplatePreProvisioningHook_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "targetArn", - "The ARN of the target function.", + 'targetArn', + 'The ARN of the target function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_ThingGroupMetadata.ts b/src/app/Models/codegen/aws/types/iot_ThingGroupMetadata.ts index 681047b72..b7a244420 100644 --- a/src/app/Models/codegen/aws/types/iot_ThingGroupMetadata.ts +++ b/src/app/Models/codegen/aws/types/iot_ThingGroupMetadata.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_ThingGroupMetadataRootToParentGroup, iot_ThingGroupMetadataRootToParentGroup_GetTypes, -} from "./iot_ThingGroupMetadataRootToParentGroup"; +} from './iot_ThingGroupMetadataRootToParentGroup'; export interface iot_ThingGroupMetadata { // @@ -25,24 +25,24 @@ export function iot_ThingGroupMetadata_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "rootToParentGroups", - "", + 'rootToParentGroups', + '', () => iot_ThingGroupMetadataRootToParentGroup_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "creationDate", - "", + 'creationDate', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parentGroupName", - "The name of the parent Thing Group.", + 'parentGroupName', + 'The name of the parent Thing Group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_ThingGroupMetadataRootToParentGroup.ts b/src/app/Models/codegen/aws/types/iot_ThingGroupMetadataRootToParentGroup.ts index e2b45df96..c879e0b2b 100644 --- a/src/app/Models/codegen/aws/types/iot_ThingGroupMetadataRootToParentGroup.ts +++ b/src/app/Models/codegen/aws/types/iot_ThingGroupMetadataRootToParentGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_ThingGroupMetadataRootToParentGroup { // @@ -18,16 +18,16 @@ export function iot_ThingGroupMetadataRootToParentGroup_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "groupArn", - "", + 'groupArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupName", - "", + 'groupName', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_ThingGroupProperties.ts b/src/app/Models/codegen/aws/types/iot_ThingGroupProperties.ts index 13c2d7722..78a7097f9 100644 --- a/src/app/Models/codegen/aws/types/iot_ThingGroupProperties.ts +++ b/src/app/Models/codegen/aws/types/iot_ThingGroupProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_ThingGroupPropertiesAttributePayload, iot_ThingGroupPropertiesAttributePayload_GetTypes, -} from "./iot_ThingGroupPropertiesAttributePayload"; +} from './iot_ThingGroupPropertiesAttributePayload'; export interface iot_ThingGroupProperties { // A description of the Thing Group. @@ -22,16 +22,16 @@ export function iot_ThingGroupProperties_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "A description of the Thing Group.", + 'description', + 'A description of the Thing Group.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "attributePayload", - "The Thing Group attributes. Defined below.", + 'attributePayload', + 'The Thing Group attributes. Defined below.', () => iot_ThingGroupPropertiesAttributePayload_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/iot_ThingGroupPropertiesAttributePayload.ts b/src/app/Models/codegen/aws/types/iot_ThingGroupPropertiesAttributePayload.ts index fc0e89775..878f8776e 100644 --- a/src/app/Models/codegen/aws/types/iot_ThingGroupPropertiesAttributePayload.ts +++ b/src/app/Models/codegen/aws/types/iot_ThingGroupPropertiesAttributePayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_ThingGroupPropertiesAttributePayload { // Key-value map. @@ -15,8 +15,8 @@ export function iot_ThingGroupPropertiesAttributePayload_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Map, - "attributes", - "Key-value map.", + 'attributes', + 'Key-value map.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/iot_ThingTypeProperties.ts b/src/app/Models/codegen/aws/types/iot_ThingTypeProperties.ts index c0b62b94d..9b94df0e7 100644 --- a/src/app/Models/codegen/aws/types/iot_ThingTypeProperties.ts +++ b/src/app/Models/codegen/aws/types/iot_ThingTypeProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_ThingTypeProperties { // The description of the thing type. @@ -18,16 +18,16 @@ export function iot_ThingTypeProperties_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the thing type.", + 'description', + 'The description of the thing type.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "searchableAttributes", - "A list of searchable thing attribute names.", + 'searchableAttributes', + 'A list of searchable thing attribute names.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchAlarm.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchAlarm.ts index d62991e81..a83372e74 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchAlarm.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchAlarm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleCloudwatchAlarm { // The IAM role ARN that allows access to the CloudWatch alarm. @@ -24,32 +24,32 @@ export function iot_TopicRuleCloudwatchAlarm_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch alarm.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch alarm.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateReason", - "The reason for the alarm change.", + 'stateReason', + 'The reason for the alarm change.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateValue", - "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.", + 'stateValue', + 'The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "alarmName", - "The CloudWatch alarm name.", + 'alarmName', + 'The CloudWatch alarm name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchLog.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchLog.ts index c56beed04..46d27fcef 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchLog.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchLog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleCloudwatchLog { // The IAM role ARN that allows access to the CloudWatch alarm. @@ -21,24 +21,24 @@ export function iot_TopicRuleCloudwatchLog_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch alarm.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch alarm.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch log group name.", + 'logGroupName', + 'The CloudWatch log group name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchMetric.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchMetric.ts index 20a716c14..7612accf5 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchMetric.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleCloudwatchMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleCloudwatchMetric { // The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit) @@ -30,48 +30,48 @@ export function iot_TopicRuleCloudwatchMetric_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "metricName", - "The CloudWatch metric name.", + 'metricName', + 'The CloudWatch metric name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricNamespace", - "The CloudWatch metric namespace name.", + 'metricNamespace', + 'The CloudWatch metric namespace name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricTimestamp", - "An optional Unix timestamp (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).", + 'metricTimestamp', + 'An optional Unix timestamp (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricUnit", - "The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit)", + 'metricUnit', + 'The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricValue", - "The CloudWatch metric value.", + 'metricValue', + 'The CloudWatch metric value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch metric.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch metric.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleDestinationVpcConfiguration.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleDestinationVpcConfiguration.ts index fae792f0c..434003919 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleDestinationVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleDestinationVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleDestinationVpcConfiguration { // The subnet IDs of the VPC destination. @@ -24,32 +24,32 @@ export function iot_TopicRuleDestinationVpcConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "The subnet IDs of the VPC destination.", + 'subnetIds', + 'The subnet IDs of the VPC destination.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC.", + 'vpcId', + 'The ID of the VPC.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).", + 'roleArn', + 'The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups of the VPC destination.", + 'securityGroups', + 'The security groups of the VPC destination.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodb.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodb.ts index 981f896d5..db8bf86f0 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodb.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleDynamodb { // The hash key value. @@ -42,7 +42,7 @@ export function iot_TopicRuleDynamodb_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "rangeKeyType", + 'rangeKeyType', 'The range key type. Valid values are "STRING" or "NUMBER".', () => [], false, @@ -50,63 +50,63 @@ export function iot_TopicRuleDynamodb_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "rangeKeyValue", - "The range key value.", + 'rangeKeyValue', + 'The range key value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the DynamoDB table.", + 'roleArn', + 'The ARN of the IAM role that grants access to the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hashKeyValue", - "The hash key value.", + 'hashKeyValue', + 'The hash key value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "payloadField", - "The action payload.", + 'payloadField', + 'The action payload.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rangeKeyField", - "The range key name.", + 'rangeKeyField', + 'The range key name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the DynamoDB table.", + 'tableName', + 'The name of the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hashKeyField", - "The hash key name.", + 'hashKeyField', + 'The hash key name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hashKeyType", + 'hashKeyType', 'The hash key type. Valid values are "STRING" or "NUMBER".', () => [], false, @@ -114,7 +114,7 @@ export function iot_TopicRuleDynamodb_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "operation", + 'operation', 'The operation. Valid values are "INSERT", "UPDATE", or "DELETE".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2.ts index 2b546b0c0..f49d4c859 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleDynamodbv2PutItem, iot_TopicRuleDynamodbv2PutItem_GetTypes, -} from "./iot_TopicRuleDynamodbv2PutItem"; +} from './iot_TopicRuleDynamodbv2PutItem'; export interface iot_TopicRuleDynamodbv2 { // Configuration block with DynamoDB Table to which the message will be written. Nested arguments below. @@ -22,16 +22,16 @@ export function iot_TopicRuleDynamodbv2_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "putItem", - "Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.", + 'putItem', + 'Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.', () => iot_TopicRuleDynamodbv2PutItem_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the DynamoDB table.", + 'roleArn', + 'The ARN of the IAM role that grants access to the DynamoDB table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2PutItem.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2PutItem.ts index 05c686ee6..2e10eec68 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2PutItem.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleDynamodbv2PutItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleDynamodbv2PutItem { // The name of the DynamoDB table. @@ -15,8 +15,8 @@ export function iot_TopicRuleDynamodbv2PutItem_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "tableName", - "The name of the DynamoDB table.", + 'tableName', + 'The name of the DynamoDB table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleElasticsearch.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleElasticsearch.ts index 8b8127426..e7e68dfd5 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleElasticsearch.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleElasticsearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleElasticsearch { // The unique identifier for the document you are storing. @@ -27,40 +27,40 @@ export function iot_TopicRuleElasticsearch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The unique identifier for the document you are storing.", + 'id', + 'The unique identifier for the document you are storing.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "index", - "The Elasticsearch index where you want to store your data.", + 'index', + 'The Elasticsearch index where you want to store your data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that has access to Elasticsearch.", + 'roleArn', + 'The IAM role ARN that has access to Elasticsearch.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of document you are storing.", + 'type', + 'The type of document you are storing.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "The endpoint of your Elasticsearch domain.", + 'endpoint', + 'The endpoint of your Elasticsearch domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorAction.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorAction.ts index 505c584d8..fd05268e4 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorAction.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorAction.ts @@ -3,84 +3,84 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleErrorActionHttp, iot_TopicRuleErrorActionHttp_GetTypes, -} from "./iot_TopicRuleErrorActionHttp"; +} from './iot_TopicRuleErrorActionHttp'; import { iot_TopicRuleErrorActionKafka, iot_TopicRuleErrorActionKafka_GetTypes, -} from "./iot_TopicRuleErrorActionKafka"; +} from './iot_TopicRuleErrorActionKafka'; import { iot_TopicRuleErrorActionSns, iot_TopicRuleErrorActionSns_GetTypes, -} from "./iot_TopicRuleErrorActionSns"; +} from './iot_TopicRuleErrorActionSns'; import { iot_TopicRuleErrorActionFirehose, iot_TopicRuleErrorActionFirehose_GetTypes, -} from "./iot_TopicRuleErrorActionFirehose"; +} from './iot_TopicRuleErrorActionFirehose'; import { iot_TopicRuleErrorActionStepFunctions, iot_TopicRuleErrorActionStepFunctions_GetTypes, -} from "./iot_TopicRuleErrorActionStepFunctions"; +} from './iot_TopicRuleErrorActionStepFunctions'; import { iot_TopicRuleErrorActionCloudwatchAlarm, iot_TopicRuleErrorActionCloudwatchAlarm_GetTypes, -} from "./iot_TopicRuleErrorActionCloudwatchAlarm"; +} from './iot_TopicRuleErrorActionCloudwatchAlarm'; import { iot_TopicRuleErrorActionIotAnalytics, iot_TopicRuleErrorActionIotAnalytics_GetTypes, -} from "./iot_TopicRuleErrorActionIotAnalytics"; +} from './iot_TopicRuleErrorActionIotAnalytics'; import { iot_TopicRuleErrorActionCloudwatchLogs, iot_TopicRuleErrorActionCloudwatchLogs_GetTypes, -} from "./iot_TopicRuleErrorActionCloudwatchLogs"; +} from './iot_TopicRuleErrorActionCloudwatchLogs'; import { iot_TopicRuleErrorActionSqs, iot_TopicRuleErrorActionSqs_GetTypes, -} from "./iot_TopicRuleErrorActionSqs"; +} from './iot_TopicRuleErrorActionSqs'; import { iot_TopicRuleErrorActionCloudwatchMetric, iot_TopicRuleErrorActionCloudwatchMetric_GetTypes, -} from "./iot_TopicRuleErrorActionCloudwatchMetric"; +} from './iot_TopicRuleErrorActionCloudwatchMetric'; import { iot_TopicRuleErrorActionS3, iot_TopicRuleErrorActionS3_GetTypes, -} from "./iot_TopicRuleErrorActionS3"; +} from './iot_TopicRuleErrorActionS3'; import { iot_TopicRuleErrorActionIotEvents, iot_TopicRuleErrorActionIotEvents_GetTypes, -} from "./iot_TopicRuleErrorActionIotEvents"; +} from './iot_TopicRuleErrorActionIotEvents'; import { iot_TopicRuleErrorActionLambda, iot_TopicRuleErrorActionLambda_GetTypes, -} from "./iot_TopicRuleErrorActionLambda"; +} from './iot_TopicRuleErrorActionLambda'; import { iot_TopicRuleErrorActionTimestream, iot_TopicRuleErrorActionTimestream_GetTypes, -} from "./iot_TopicRuleErrorActionTimestream"; +} from './iot_TopicRuleErrorActionTimestream'; import { iot_TopicRuleErrorActionDynamodbv2, iot_TopicRuleErrorActionDynamodbv2_GetTypes, -} from "./iot_TopicRuleErrorActionDynamodbv2"; +} from './iot_TopicRuleErrorActionDynamodbv2'; import { iot_TopicRuleErrorActionDynamodb, iot_TopicRuleErrorActionDynamodb_GetTypes, -} from "./iot_TopicRuleErrorActionDynamodb"; +} from './iot_TopicRuleErrorActionDynamodb'; import { iot_TopicRuleErrorActionRepublish, iot_TopicRuleErrorActionRepublish_GetTypes, -} from "./iot_TopicRuleErrorActionRepublish"; +} from './iot_TopicRuleErrorActionRepublish'; import { iot_TopicRuleErrorActionKinesis, iot_TopicRuleErrorActionKinesis_GetTypes, -} from "./iot_TopicRuleErrorActionKinesis"; +} from './iot_TopicRuleErrorActionKinesis'; import { iot_TopicRuleErrorActionElasticsearch, iot_TopicRuleErrorActionElasticsearch_GetTypes, -} from "./iot_TopicRuleErrorActionElasticsearch"; +} from './iot_TopicRuleErrorActionElasticsearch'; export interface iot_TopicRuleErrorAction { // @@ -145,152 +145,152 @@ export function iot_TopicRuleErrorAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dynamodb", - "", + 'dynamodb', + '', () => iot_TopicRuleErrorActionDynamodb_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesis", - "", + 'kinesis', + '', () => iot_TopicRuleErrorActionKinesis_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dynamodbv2", - "", + 'dynamodbv2', + '', () => iot_TopicRuleErrorActionDynamodbv2_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "iotAnalytics", - "", + 'iotAnalytics', + '', () => iot_TopicRuleErrorActionIotAnalytics_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchMetric", - "", + 'cloudwatchMetric', + '', () => iot_TopicRuleErrorActionCloudwatchMetric_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "firehose", - "", + 'firehose', + '', () => iot_TopicRuleErrorActionFirehose_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http", - "", + 'http', + '', () => iot_TopicRuleErrorActionHttp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "iotEvents", - "", + 'iotEvents', + '', () => iot_TopicRuleErrorActionIotEvents_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kafka", - "", + 'kafka', + '', () => iot_TopicRuleErrorActionKafka_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqs", - "", + 'sqs', + '', () => iot_TopicRuleErrorActionSqs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timestream", - "", + 'timestream', + '', () => iot_TopicRuleErrorActionTimestream_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchAlarm", - "", + 'cloudwatchAlarm', + '', () => iot_TopicRuleErrorActionCloudwatchAlarm_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "", + 's3', + '', () => iot_TopicRuleErrorActionS3_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "stepFunctions", - "", + 'stepFunctions', + '', () => iot_TopicRuleErrorActionStepFunctions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "republish", - "", + 'republish', + '', () => iot_TopicRuleErrorActionRepublish_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lambda", - "", + 'lambda', + '', () => iot_TopicRuleErrorActionLambda_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sns", - "", + 'sns', + '', () => iot_TopicRuleErrorActionSns_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "", + 'cloudwatchLogs', + '', () => iot_TopicRuleErrorActionCloudwatchLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "elasticsearch", - "", + 'elasticsearch', + '', () => iot_TopicRuleErrorActionElasticsearch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchAlarm.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchAlarm.ts index ff3a7cb86..d17273f89 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchAlarm.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchAlarm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionCloudwatchAlarm { // The CloudWatch alarm name. @@ -24,32 +24,32 @@ export function iot_TopicRuleErrorActionCloudwatchAlarm_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "stateValue", - "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.", + 'stateValue', + 'The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "alarmName", - "The CloudWatch alarm name.", + 'alarmName', + 'The CloudWatch alarm name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch alarm.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch alarm.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateReason", - "The reason for the alarm change.", + 'stateReason', + 'The reason for the alarm change.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchLogs.ts index 81604be36..d21c52879 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionCloudwatchLogs { // The payload that contains a JSON array of records will be sent to CloudWatch via a batch call. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionCloudwatchLogs_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch alarm.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch alarm.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch log group name.", + 'logGroupName', + 'The CloudWatch log group name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchMetric.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchMetric.ts index 100febc9c..38b63641f 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchMetric.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionCloudwatchMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionCloudwatchMetric { // The CloudWatch metric value. @@ -30,48 +30,48 @@ export function iot_TopicRuleErrorActionCloudwatchMetric_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "metricNamespace", - "The CloudWatch metric namespace name.", + 'metricNamespace', + 'The CloudWatch metric namespace name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricTimestamp", - "An optional Unix timestamp (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).", + 'metricTimestamp', + 'An optional Unix timestamp (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricUnit", - "The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit)", + 'metricUnit', + 'The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricValue", - "The CloudWatch metric value.", + 'metricValue', + 'The CloudWatch metric value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that allows access to the CloudWatch metric.", + 'roleArn', + 'The IAM role ARN that allows access to the CloudWatch metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The CloudWatch metric name.", + 'metricName', + 'The CloudWatch metric name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodb.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodb.ts index cbab5751f..bf189e6d0 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodb.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionDynamodb { // The name of the DynamoDB table. @@ -42,7 +42,7 @@ export function iot_TopicRuleErrorActionDynamodb_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "hashKeyType", + 'hashKeyType', 'The hash key type. Valid values are "STRING" or "NUMBER".', () => [], false, @@ -50,31 +50,31 @@ export function iot_TopicRuleErrorActionDynamodb_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the DynamoDB table.", + 'tableName', + 'The name of the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "payloadField", - "The action payload.", + 'payloadField', + 'The action payload.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hashKeyField", - "The hash key name.", + 'hashKeyField', + 'The hash key name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rangeKeyType", + 'rangeKeyType', 'The range key type. Valid values are "STRING" or "NUMBER".', () => [], false, @@ -82,39 +82,39 @@ export function iot_TopicRuleErrorActionDynamodb_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "rangeKeyValue", - "The range key value.", + 'rangeKeyValue', + 'The range key value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the DynamoDB table.", + 'roleArn', + 'The ARN of the IAM role that grants access to the DynamoDB table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hashKeyValue", - "The hash key value.", + 'hashKeyValue', + 'The hash key value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rangeKeyField", - "The range key name.", + 'rangeKeyField', + 'The range key name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operation", + 'operation', 'The operation. Valid values are "INSERT", "UPDATE", or "DELETE".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2.ts index 998e10c98..340337349 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleErrorActionDynamodbv2PutItem, iot_TopicRuleErrorActionDynamodbv2PutItem_GetTypes, -} from "./iot_TopicRuleErrorActionDynamodbv2PutItem"; +} from './iot_TopicRuleErrorActionDynamodbv2PutItem'; export interface iot_TopicRuleErrorActionDynamodbv2 { // Configuration block with DynamoDB Table to which the message will be written. Nested arguments below. @@ -22,16 +22,16 @@ export function iot_TopicRuleErrorActionDynamodbv2_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "putItem", - "Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.", + 'putItem', + 'Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.', () => iot_TopicRuleErrorActionDynamodbv2PutItem_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the DynamoDB table.", + 'roleArn', + 'The ARN of the IAM role that grants access to the DynamoDB table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2PutItem.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2PutItem.ts index 301b2d49f..b7cedc4ea 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2PutItem.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionDynamodbv2PutItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionDynamodbv2PutItem { // The name of the DynamoDB table. @@ -15,8 +15,8 @@ export function iot_TopicRuleErrorActionDynamodbv2PutItem_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "tableName", - "The name of the DynamoDB table.", + 'tableName', + 'The name of the DynamoDB table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionElasticsearch.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionElasticsearch.ts index ab278c672..7e44b9e28 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionElasticsearch.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionElasticsearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionElasticsearch { // The endpoint of your Elasticsearch domain. @@ -27,40 +27,40 @@ export function iot_TopicRuleErrorActionElasticsearch_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "endpoint", - "The endpoint of your Elasticsearch domain.", + 'endpoint', + 'The endpoint of your Elasticsearch domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The unique identifier for the document you are storing.", + 'id', + 'The unique identifier for the document you are storing.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "index", - "The Elasticsearch index where you want to store your data.", + 'index', + 'The Elasticsearch index where you want to store your data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that has access to Elasticsearch.", + 'roleArn', + 'The IAM role ARN that has access to Elasticsearch.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of document you are storing.", + 'type', + 'The type of document you are storing.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionFirehose.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionFirehose.ts index d8bb5172b..6e527039a 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionFirehose.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionFirehose { // A character separator that is used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma). @@ -24,7 +24,7 @@ export function iot_TopicRuleErrorActionFirehose_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "separator", + 'separator', "A character separator that is used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).", () => [], false, @@ -32,24 +32,24 @@ export function iot_TopicRuleErrorActionFirehose_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryStreamName", - "The delivery stream name.", + 'deliveryStreamName', + 'The delivery stream name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that grants access to the Amazon Kinesis Firehose stream.", + 'roleArn', + 'The IAM role ARN that grants access to the Amazon Kinesis Firehose stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttp.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttp.ts index bb2f82f73..dc458ff57 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttp.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttp.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleErrorActionHttpHttpHeader, iot_TopicRuleErrorActionHttpHttpHeader_GetTypes, -} from "./iot_TopicRuleErrorActionHttpHttpHeader"; +} from './iot_TopicRuleErrorActionHttpHttpHeader'; export interface iot_TopicRuleErrorActionHttp { // The HTTPS URL used to verify ownership of `url`. @@ -25,24 +25,24 @@ export function iot_TopicRuleErrorActionHttp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "confirmationUrl", - "The HTTPS URL used to verify ownership of `url`.", + 'confirmationUrl', + 'The HTTPS URL used to verify ownership of `url`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "httpHeaders", - "Custom HTTP header IoT Core should send. It is possible to define more than one custom header.", + 'httpHeaders', + 'Custom HTTP header IoT Core should send. It is possible to define more than one custom header.', () => iot_TopicRuleErrorActionHttpHttpHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "url", - "The HTTPS URL.", + 'url', + 'The HTTPS URL.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttpHttpHeader.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttpHttpHeader.ts index c7f576b50..cfbab8bce 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttpHttpHeader.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionHttpHttpHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionHttpHttpHeader { // The name of the HTTP header. @@ -18,16 +18,16 @@ export function iot_TopicRuleErrorActionHttpHttpHeader_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "key", - "The name of the HTTP header.", + 'key', + 'The name of the HTTP header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the HTTP header.", + 'value', + 'The value of the HTTP header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotAnalytics.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotAnalytics.ts index 5df9b1518..34aaf45b4 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotAnalytics.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotAnalytics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionIotAnalytics { // The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionIotAnalytics_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "channelName", - "Name of AWS IOT Analytics channel.", + 'channelName', + 'Name of AWS IOT Analytics channel.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotEvents.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotEvents.ts index 04fa05980..0f6dfb334 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotEvents.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionIotEvents.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionIotEvents { // Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector. @@ -24,32 +24,32 @@ export function iot_TopicRuleErrorActionIotEvents_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "messageId", - "Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.", + 'messageId', + 'Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to IoT Events via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to IoT Events via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputName", - "The name of the AWS IoT Events input.", + 'inputName', + 'The name of the AWS IoT Events input.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafka.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafka.ts index 185605754..8440a2bd7 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafka.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafka.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleErrorActionKafkaHeader, iot_TopicRuleErrorActionKafkaHeader_GetTypes, -} from "./iot_TopicRuleErrorActionKafkaHeader"; +} from './iot_TopicRuleErrorActionKafkaHeader'; export interface iot_TopicRuleErrorActionKafka { // Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html). @@ -34,15 +34,15 @@ export function iot_TopicRuleErrorActionKafka_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "clientProperties", - "Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html).", + 'clientProperties', + 'Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html).', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "destinationArn", + 'destinationArn', "The ARN of Kafka action's VPC `aws.iot.TopicRuleDestination`.", () => [], true, @@ -50,32 +50,32 @@ export function iot_TopicRuleErrorActionKafka_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "headers", - "The list of Kafka headers that you specify. Nested arguments below.", + 'headers', + 'The list of Kafka headers that you specify. Nested arguments below.', () => iot_TopicRuleErrorActionKafkaHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "The Kafka message key.", + 'key', + 'The Kafka message key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partition", - "The Kafka message partition.", + 'partition', + 'The Kafka message partition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "topic", - "The Kafka topic for messages to be sent to the Kafka broker.", + 'topic', + 'The Kafka topic for messages to be sent to the Kafka broker.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafkaHeader.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafkaHeader.ts index e26420dcf..16717a581 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafkaHeader.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKafkaHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionKafkaHeader { // The key of the Kafka header. @@ -18,16 +18,16 @@ export function iot_TopicRuleErrorActionKafkaHeader_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "key", - "The key of the Kafka header.", + 'key', + 'The key of the Kafka header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Kafka header.", + 'value', + 'The value of the Kafka header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKinesis.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKinesis.ts index a77c65539..45987b430 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKinesis.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionKinesis.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionKinesis { // The partition key. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionKinesis_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "partitionKey", - "The partition key.", + 'partitionKey', + 'The partition key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the Amazon Kinesis stream.", + 'roleArn', + 'The ARN of the IAM role that grants access to the Amazon Kinesis stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamName", - "The name of the Amazon Kinesis stream.", + 'streamName', + 'The name of the Amazon Kinesis stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionLambda.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionLambda.ts index 99b738721..06ea83169 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionLambda.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionLambda.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionLambda { // The ARN of the Lambda function. @@ -15,8 +15,8 @@ export function iot_TopicRuleErrorActionLambda_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "functionArn", - "The ARN of the Lambda function.", + 'functionArn', + 'The ARN of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionRepublish.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionRepublish.ts index c26adde30..93d07d83e 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionRepublish.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionRepublish.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionRepublish { // The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionRepublish_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topic", - "The name of the MQTT topic the message should be republished to.", + 'topic', + 'The name of the MQTT topic the message should be republished to.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "qos", - "The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.", + 'qos', + 'The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionS3.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionS3.ts index ef758d612..f9e2f1f10 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionS3.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionS3 { // The Amazon S3 bucket name. @@ -24,32 +24,32 @@ export function iot_TopicRuleErrorActionS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucketName", - "The Amazon S3 bucket name.", + 'bucketName', + 'The Amazon S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cannedAcl", - "The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).", + 'cannedAcl', + 'The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The object key.", + 'key', + 'The object key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSns.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSns.ts index 5896039ee..bdc60d912 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSns.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionSns { // The message format of the message to publish. Accepted values are "JSON" and "RAW". @@ -21,23 +21,23 @@ export function iot_TopicRuleErrorActionSns_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetArn", - "The ARN of the SNS topic.", + 'targetArn', + 'The ARN of the SNS topic.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageFormat", + 'messageFormat', 'The message format of the message to publish. Accepted values are "JSON" and "RAW".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSqs.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSqs.ts index 21bfad62c..9b3bc9a6f 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSqs.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionSqs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionSqs { // The URL of the Amazon SQS queue. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionSqs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "queueUrl", - "The URL of the Amazon SQS queue.", + 'queueUrl', + 'The URL of the Amazon SQS queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useBase64", - "Specifies whether to use Base64 encoding.", + 'useBase64', + 'Specifies whether to use Base64 encoding.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionStepFunctions.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionStepFunctions.ts index 829d6154c..73059ff9e 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionStepFunctions.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionStepFunctions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionStepFunctions { // The prefix used to generate, along with a UUID, the unique state machine execution name. @@ -21,24 +21,24 @@ export function iot_TopicRuleErrorActionStepFunctions_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "stateMachineName", - "The name of the Step Functions state machine whose execution will be started.", + 'stateMachineName', + 'The name of the Step Functions state machine whose execution will be started.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "executionNamePrefix", - "The prefix used to generate, along with a UUID, the unique state machine execution name.", + 'executionNamePrefix', + 'The prefix used to generate, along with a UUID, the unique state machine execution name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to start execution of the state machine.", + 'roleArn', + 'The ARN of the IAM role that grants access to start execution of the state machine.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestream.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestream.ts index df2958c32..eb6f1673c 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestream.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestream.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleErrorActionTimestreamDimension, iot_TopicRuleErrorActionTimestreamDimension_GetTypes, -} from "./iot_TopicRuleErrorActionTimestreamDimension"; +} from './iot_TopicRuleErrorActionTimestreamDimension'; import { iot_TopicRuleErrorActionTimestreamTimestamp, iot_TopicRuleErrorActionTimestreamTimestamp_GetTypes, -} from "./iot_TopicRuleErrorActionTimestreamTimestamp"; +} from './iot_TopicRuleErrorActionTimestreamTimestamp'; export interface iot_TopicRuleErrorActionTimestream { // The name of an Amazon Timestream database. @@ -35,31 +35,31 @@ export function iot_TopicRuleErrorActionTimestream_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.", + 'dimensions', + 'Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.', () => iot_TopicRuleErrorActionTimestreamDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role that grants permission to write to the Amazon Timestream database table.", + 'roleArn', + 'The ARN of the role that grants permission to write to the Amazon Timestream database table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the database table into which to write the measure records.", + 'tableName', + 'The name of the database table into which to write the measure records.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timestamp", + 'timestamp', "Configuration block specifying an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column. Nested arguments below.", () => iot_TopicRuleErrorActionTimestreamTimestamp_GetTypes(), false, @@ -67,8 +67,8 @@ export function iot_TopicRuleErrorActionTimestream_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of an Amazon Timestream database.", + 'databaseName', + 'The name of an Amazon Timestream database.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamDimension.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamDimension.ts index 9e825abcf..9e25e8f12 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamDimension.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionTimestreamDimension { // The metadata dimension name. This is the name of the column in the Amazon Timestream database table record. @@ -18,16 +18,16 @@ export function iot_TopicRuleErrorActionTimestreamDimension_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.", + 'name', + 'The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value to write in this column of the database record.", + 'value', + 'The value to write in this column of the database record.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamTimestamp.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamTimestamp.ts index f41ad2652..978a4f0e3 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamTimestamp.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleErrorActionTimestreamTimestamp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleErrorActionTimestreamTimestamp { // The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`. @@ -18,16 +18,16 @@ export function iot_TopicRuleErrorActionTimestreamTimestamp_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "unit", - "The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.", + 'unit', + 'The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "An expression that returns a long epoch time value.", + 'value', + 'An expression that returns a long epoch time value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleFirehose.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleFirehose.ts index b949057fc..41100f625 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleFirehose.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleFirehose { // The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call. @@ -24,31 +24,31 @@ export function iot_TopicRuleFirehose_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deliveryStreamName", - "The delivery stream name.", + 'deliveryStreamName', + 'The delivery stream name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM role ARN that grants access to the Amazon Kinesis Firehose stream.", + 'roleArn', + 'The IAM role ARN that grants access to the Amazon Kinesis Firehose stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "separator", + 'separator', "A character separator that is used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).", () => [], false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleHttp.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleHttp.ts index f23655d3e..68f3a72bc 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleHttp.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleHttp.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleHttpHttpHeader, iot_TopicRuleHttpHttpHeader_GetTypes, -} from "./iot_TopicRuleHttpHttpHeader"; +} from './iot_TopicRuleHttpHttpHeader'; export interface iot_TopicRuleHttp { // The HTTPS URL used to verify ownership of `url`. @@ -25,24 +25,24 @@ export function iot_TopicRuleHttp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "confirmationUrl", - "The HTTPS URL used to verify ownership of `url`.", + 'confirmationUrl', + 'The HTTPS URL used to verify ownership of `url`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "httpHeaders", - "Custom HTTP header IoT Core should send. It is possible to define more than one custom header.", + 'httpHeaders', + 'Custom HTTP header IoT Core should send. It is possible to define more than one custom header.', () => iot_TopicRuleHttpHttpHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "url", - "The HTTPS URL.", + 'url', + 'The HTTPS URL.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleHttpHttpHeader.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleHttpHttpHeader.ts index 56b28896e..a958bd8eb 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleHttpHttpHeader.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleHttpHttpHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleHttpHttpHeader { // The name of the HTTP header. @@ -18,16 +18,16 @@ export function iot_TopicRuleHttpHttpHeader_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "The name of the HTTP header.", + 'key', + 'The name of the HTTP header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the HTTP header.", + 'value', + 'The value of the HTTP header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleIotAnalytic.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleIotAnalytic.ts index 44e609d0c..0849cf51f 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleIotAnalytic.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleIotAnalytic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleIotAnalytic { // The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call. @@ -21,24 +21,24 @@ export function iot_TopicRuleIotAnalytic_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "channelName", - "Name of AWS IOT Analytics channel.", + 'channelName', + 'Name of AWS IOT Analytics channel.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleIotEvent.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleIotEvent.ts index 15e200255..80b595ded 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleIotEvent.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleIotEvent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleIotEvent { // The ARN of the IAM role that grants access. @@ -24,32 +24,32 @@ export function iot_TopicRuleIotEvent_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "batchMode", - "The payload that contains a JSON array of records will be sent to IoT Events via a batch call.", + 'batchMode', + 'The payload that contains a JSON array of records will be sent to IoT Events via a batch call.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputName", - "The name of the AWS IoT Events input.", + 'inputName', + 'The name of the AWS IoT Events input.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageId", - "Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.", + 'messageId', + 'Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleKafka.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleKafka.ts index 29f188e11..e58186921 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleKafka.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleKafka.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleKafkaHeader, iot_TopicRuleKafkaHeader_GetTypes, -} from "./iot_TopicRuleKafkaHeader"; +} from './iot_TopicRuleKafkaHeader'; export interface iot_TopicRuleKafka { // Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html). @@ -34,7 +34,7 @@ export function iot_TopicRuleKafka_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationArn", + 'destinationArn', "The ARN of Kafka action's VPC `aws.iot.TopicRuleDestination`.", () => [], true, @@ -42,40 +42,40 @@ export function iot_TopicRuleKafka_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "headers", - "The list of Kafka headers that you specify. Nested arguments below.", + 'headers', + 'The list of Kafka headers that you specify. Nested arguments below.', () => iot_TopicRuleKafkaHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "key", - "The Kafka message key.", + 'key', + 'The Kafka message key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partition", - "The Kafka message partition.", + 'partition', + 'The Kafka message partition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "topic", - "The Kafka topic for messages to be sent to the Kafka broker.", + 'topic', + 'The Kafka topic for messages to be sent to the Kafka broker.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "clientProperties", - "Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html).", + 'clientProperties', + 'Properties of the Apache Kafka producer client. For more info, see the [AWS documentation](https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html).', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleKafkaHeader.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleKafkaHeader.ts index 85a52141b..069537d03 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleKafkaHeader.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleKafkaHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleKafkaHeader { // The key of the Kafka header. @@ -18,16 +18,16 @@ export function iot_TopicRuleKafkaHeader_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "The key of the Kafka header.", + 'key', + 'The key of the Kafka header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Kafka header.", + 'value', + 'The value of the Kafka header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleKinesis.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleKinesis.ts index 89e6a12c0..59b802628 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleKinesis.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleKinesis.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleKinesis { // The partition key. @@ -21,24 +21,24 @@ export function iot_TopicRuleKinesis_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "partitionKey", - "The partition key.", + 'partitionKey', + 'The partition key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to the Amazon Kinesis stream.", + 'roleArn', + 'The ARN of the IAM role that grants access to the Amazon Kinesis stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamName", - "The name of the Amazon Kinesis stream.", + 'streamName', + 'The name of the Amazon Kinesis stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleLambda.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleLambda.ts index 45cd2af0f..17fbc7224 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleLambda.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleLambda.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleLambda { // The ARN of the Lambda function. @@ -15,8 +15,8 @@ export function iot_TopicRuleLambda_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "functionArn", - "The ARN of the Lambda function.", + 'functionArn', + 'The ARN of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleRepublish.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleRepublish.ts index 9eacdc4f8..2790176bf 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleRepublish.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleRepublish.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleRepublish { // The ARN of the IAM role that grants access. @@ -21,24 +21,24 @@ export function iot_TopicRuleRepublish_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topic", - "The name of the MQTT topic the message should be republished to.", + 'topic', + 'The name of the MQTT topic the message should be republished to.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "qos", - "The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.", + 'qos', + 'The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleS3.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleS3.ts index a8434c948..f465dfe8c 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleS3.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleS3 { // The Amazon S3 bucket name. @@ -24,32 +24,32 @@ export function iot_TopicRuleS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucketName", - "The Amazon S3 bucket name.", + 'bucketName', + 'The Amazon S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cannedAcl", - "The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).", + 'cannedAcl', + 'The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The object key.", + 'key', + 'The object key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleSns.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleSns.ts index f9a5ab076..fbd745694 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleSns.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleSns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleSns { // The ARN of the SNS topic. @@ -21,15 +21,15 @@ export function iot_TopicRuleSns_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetArn", - "The ARN of the SNS topic.", + 'targetArn', + 'The ARN of the SNS topic.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageFormat", + 'messageFormat', 'The message format of the message to publish. Accepted values are "JSON" and "RAW".', () => [], false, @@ -37,8 +37,8 @@ export function iot_TopicRuleSns_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleSqs.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleSqs.ts index 745a38d2d..5617cf3e6 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleSqs.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleSqs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleSqs { // The URL of the Amazon SQS queue. @@ -21,24 +21,24 @@ export function iot_TopicRuleSqs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "queueUrl", - "The URL of the Amazon SQS queue.", + 'queueUrl', + 'The URL of the Amazon SQS queue.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access.", + 'roleArn', + 'The ARN of the IAM role that grants access.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useBase64", - "Specifies whether to use Base64 encoding.", + 'useBase64', + 'Specifies whether to use Base64 encoding.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleStepFunction.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleStepFunction.ts index 632c31d5d..f84d4980d 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleStepFunction.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleStepFunction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleStepFunction { // The prefix used to generate, along with a UUID, the unique state machine execution name. @@ -21,24 +21,24 @@ export function iot_TopicRuleStepFunction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "executionNamePrefix", - "The prefix used to generate, along with a UUID, the unique state machine execution name.", + 'executionNamePrefix', + 'The prefix used to generate, along with a UUID, the unique state machine execution name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role that grants access to start execution of the state machine.", + 'roleArn', + 'The ARN of the IAM role that grants access to start execution of the state machine.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateMachineName", - "The name of the Step Functions state machine whose execution will be started.", + 'stateMachineName', + 'The name of the Step Functions state machine whose execution will be started.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestream.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestream.ts index a613b9454..ff81885f9 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestream.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestream.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { iot_TopicRuleTimestreamDimension, iot_TopicRuleTimestreamDimension_GetTypes, -} from "./iot_TopicRuleTimestreamDimension"; +} from './iot_TopicRuleTimestreamDimension'; import { iot_TopicRuleTimestreamTimestamp, iot_TopicRuleTimestreamTimestamp_GetTypes, -} from "./iot_TopicRuleTimestreamTimestamp"; +} from './iot_TopicRuleTimestreamTimestamp'; export interface iot_TopicRuleTimestream { // The name of an Amazon Timestream database. @@ -35,39 +35,39 @@ export function iot_TopicRuleTimestream_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "databaseName", - "The name of an Amazon Timestream database.", + 'databaseName', + 'The name of an Amazon Timestream database.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dimensions", - "Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.", + 'dimensions', + 'Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.', () => iot_TopicRuleTimestreamDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role that grants permission to write to the Amazon Timestream database table.", + 'roleArn', + 'The ARN of the role that grants permission to write to the Amazon Timestream database table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the database table into which to write the measure records.", + 'tableName', + 'The name of the database table into which to write the measure records.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timestamp", + 'timestamp', "Configuration block specifying an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column. Nested arguments below.", () => iot_TopicRuleTimestreamTimestamp_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamDimension.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamDimension.ts index 9c9cbbc37..f4b50f5f3 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamDimension.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleTimestreamDimension { // The metadata dimension name. This is the name of the column in the Amazon Timestream database table record. @@ -18,16 +18,16 @@ export function iot_TopicRuleTimestreamDimension_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.", + 'name', + 'The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value to write in this column of the database record.", + 'value', + 'The value to write in this column of the database record.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamTimestamp.ts b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamTimestamp.ts index 36736fa4b..eb28caf26 100644 --- a/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamTimestamp.ts +++ b/src/app/Models/codegen/aws/types/iot_TopicRuleTimestreamTimestamp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface iot_TopicRuleTimestreamTimestamp { // The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`. @@ -18,16 +18,16 @@ export function iot_TopicRuleTimestreamTimestamp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "unit", - "The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.", + 'unit', + 'The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "An expression that returns a long epoch time value.", + 'value', + 'An expression that returns a long epoch time value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfiguration.ts b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfiguration.ts index b41e1abb0..e89ddc72e 100644 --- a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ivs_RecordingConfigurationDestinationConfigurationS3, ivs_RecordingConfigurationDestinationConfigurationS3_GetTypes, -} from "./ivs_RecordingConfigurationDestinationConfigurationS3"; +} from './ivs_RecordingConfigurationDestinationConfigurationS3'; export interface ivs_RecordingConfigurationDestinationConfiguration { // S3 destination configuration where recorded videos will be stored. @@ -19,8 +19,8 @@ export function ivs_RecordingConfigurationDestinationConfiguration_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "s3", - "S3 destination configuration where recorded videos will be stored.", + 's3', + 'S3 destination configuration where recorded videos will be stored.', () => ivs_RecordingConfigurationDestinationConfigurationS3_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfigurationS3.ts b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfigurationS3.ts index 5cc57095b..e419a923a 100644 --- a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfigurationS3.ts +++ b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationDestinationConfigurationS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivs_RecordingConfigurationDestinationConfigurationS3 { /* @@ -19,8 +19,8 @@ export function ivs_RecordingConfigurationDestinationConfigurationS3_GetTypes(): return [ new DynamicUIProps( InputType.String, - "bucketName", - "S3 bucket name where recorded videos will be stored.\n\nThe following arguments are optional:", + 'bucketName', + 'S3 bucket name where recorded videos will be stored.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationThumbnailConfiguration.ts b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationThumbnailConfiguration.ts index 9bfe292ff..1870f485e 100644 --- a/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationThumbnailConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ivs_RecordingConfigurationThumbnailConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivs_RecordingConfigurationThumbnailConfiguration { // Thumbnail recording mode. Valid values: `DISABLED`, `INTERVAL`. @@ -18,16 +18,16 @@ export function ivs_RecordingConfigurationThumbnailConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "recordingMode", - "Thumbnail recording mode. Valid values: `DISABLED`, `INTERVAL`.", + 'recordingMode', + 'Thumbnail recording mode. Valid values: `DISABLED`, `INTERVAL`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetIntervalSeconds", - "The targeted thumbnail-generation interval in seconds.", + 'targetIntervalSeconds', + 'The targeted thumbnail-generation interval in seconds.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfiguration.ts b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfiguration.ts index 9a28945a8..103f059f7 100644 --- a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ivschat_LoggingConfigurationDestinationConfigurationS3, ivschat_LoggingConfigurationDestinationConfigurationS3_GetTypes, -} from "./ivschat_LoggingConfigurationDestinationConfigurationS3"; +} from './ivschat_LoggingConfigurationDestinationConfigurationS3'; import { ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs, ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs_GetTypes, -} from "./ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs"; +} from './ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs'; import { ivschat_LoggingConfigurationDestinationConfigurationFirehose, ivschat_LoggingConfigurationDestinationConfigurationFirehose_GetTypes, -} from "./ivschat_LoggingConfigurationDestinationConfigurationFirehose"; +} from './ivschat_LoggingConfigurationDestinationConfigurationFirehose'; export interface ivschat_LoggingConfigurationDestinationConfiguration { // An Amazon CloudWatch Logs destination configuration where chat activity will be logged. @@ -33,8 +33,8 @@ export function ivschat_LoggingConfigurationDestinationConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "An Amazon CloudWatch Logs destination configuration where chat activity will be logged.", + 'cloudwatchLogs', + 'An Amazon CloudWatch Logs destination configuration where chat activity will be logged.', () => ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs_GetTypes(), false, @@ -42,8 +42,8 @@ export function ivschat_LoggingConfigurationDestinationConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "firehose", - "An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.", + 'firehose', + 'An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.', () => ivschat_LoggingConfigurationDestinationConfigurationFirehose_GetTypes(), false, @@ -51,8 +51,8 @@ export function ivschat_LoggingConfigurationDestinationConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "s3", - "An Amazon S3 destination configuration where chat activity will be logged.", + 's3', + 'An Amazon S3 destination configuration where chat activity will be logged.', () => ivschat_LoggingConfigurationDestinationConfigurationS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs.ts index 7d64b5118..e07996ba9 100644 --- a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLogs { // Name of the Amazon Cloudwatch Logs destination where chat activity will be logged. @@ -15,8 +15,8 @@ export function ivschat_LoggingConfigurationDestinationConfigurationCloudwatchLo return [ new DynamicUIProps( InputType.String, - "logGroupName", - "Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.", + 'logGroupName', + 'Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationFirehose.ts b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationFirehose.ts index 63665e8f8..1a4faacd6 100644 --- a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationFirehose.ts +++ b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivschat_LoggingConfigurationDestinationConfigurationFirehose { // Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged. @@ -15,8 +15,8 @@ export function ivschat_LoggingConfigurationDestinationConfigurationFirehose_Get return [ new DynamicUIProps( InputType.String, - "deliveryStreamName", - "Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.", + 'deliveryStreamName', + 'Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationS3.ts b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationS3.ts index 5b1144f2e..dd2a3a80c 100644 --- a/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationS3.ts +++ b/src/app/Models/codegen/aws/types/ivschat_LoggingConfigurationDestinationConfigurationS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivschat_LoggingConfigurationDestinationConfigurationS3 { /* @@ -19,8 +19,8 @@ export function ivschat_LoggingConfigurationDestinationConfigurationS3_GetTypes( return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket where chat activity will be logged.\n\nThe following arguments are optional:", + 'bucketName', + 'Name of the Amazon S3 bucket where chat activity will be logged.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ivschat_RoomMessageReviewHandler.ts b/src/app/Models/codegen/aws/types/ivschat_RoomMessageReviewHandler.ts index 18a4e141d..e8c0e664a 100644 --- a/src/app/Models/codegen/aws/types/ivschat_RoomMessageReviewHandler.ts +++ b/src/app/Models/codegen/aws/types/ivschat_RoomMessageReviewHandler.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ivschat_RoomMessageReviewHandler { /* @@ -22,16 +22,16 @@ export function ivschat_RoomMessageReviewHandler_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fallbackResult", - "The fallback behavior (whether the message\nis allowed or denied) if the handler does not return a valid response,\nencounters an error, or times out. Valid values: `ALLOW`, `DENY`.", + 'fallbackResult', + 'The fallback behavior (whether the message\nis allowed or denied) if the handler does not return a valid response,\nencounters an error, or times out. Valid values: `ALLOW`, `DENY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uri", - "ARN of the lambda message review handler function.", + 'uri', + 'ARN of the lambda message review handler function.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfiguration.ts index 780f6c4e0..0507d2f87 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfigurationS3Configuration, kendra_DataSourceConfigurationS3Configuration_GetTypes, -} from "./kendra_DataSourceConfigurationS3Configuration"; +} from './kendra_DataSourceConfigurationS3Configuration'; import { kendra_DataSourceConfigurationWebCrawlerConfiguration, kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfiguration"; +} from './kendra_DataSourceConfigurationWebCrawlerConfiguration'; export interface kendra_DataSourceConfiguration { // A block that provides the configuration information to connect to an Amazon S3 bucket as your data source. Detailed below. @@ -26,16 +26,16 @@ export function kendra_DataSourceConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3Configuration", - "A block that provides the configuration information to connect to an Amazon S3 bucket as your data source. Detailed below.", + 's3Configuration', + 'A block that provides the configuration information to connect to an Amazon S3 bucket as your data source. Detailed below.', () => kendra_DataSourceConfigurationS3Configuration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "webCrawlerConfiguration", - "A block that provides the configuration information required for Amazon Kendra Web Crawler. Detailed below.", + 'webCrawlerConfiguration', + 'A block that provides the configuration information required for Amazon Kendra Web Crawler. Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3Configuration.ts index c6d868bed..fb27bfc03 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3Configuration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration, kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration"; +} from './kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration'; import { kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration, kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration"; +} from './kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration'; export interface kendra_DataSourceConfigurationS3Configuration { // A list of glob patterns for documents that should be indexed. If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to [Inclusion Patterns for more examples](https://docs.aws.amazon.com/kendra/latest/dg/API_S3DataSourceConfiguration.html#Kendra-Type-S3DataSourceConfiguration-InclusionPatterns). @@ -38,16 +38,16 @@ export function kendra_DataSourceConfigurationS3Configuration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "inclusionPrefixes", - "A list of S3 prefixes for the documents that should be included in the index.", + 'inclusionPrefixes', + 'A list of S3 prefixes for the documents that should be included in the index.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "accessControlListConfiguration", - "A block that provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see [Access control for S3 data sources](https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html). Detailed below.", + 'accessControlListConfiguration', + 'A block that provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see [Access control for S3 data sources](https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html). Detailed below.', () => kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration_GetTypes(), false, @@ -55,16 +55,16 @@ export function kendra_DataSourceConfigurationS3Configuration_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "bucketName", - "The name of the bucket that contains the documents.", + 'bucketName', + 'The name of the bucket that contains the documents.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "documentsMetadataConfiguration", - "A block that defines the Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document. Detailed below.", + 'documentsMetadataConfiguration', + 'A block that defines the Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document. Detailed below.', () => kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration_GetTypes(), false, @@ -72,16 +72,16 @@ export function kendra_DataSourceConfigurationS3Configuration_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "exclusionPatterns", - "A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to [Exclusion Patterns for more examples](https://docs.aws.amazon.com/kendra/latest/dg/API_S3DataSourceConfiguration.html#Kendra-Type-S3DataSourceConfiguration-ExclusionPatterns).", + 'exclusionPatterns', + 'A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to [Exclusion Patterns for more examples](https://docs.aws.amazon.com/kendra/latest/dg/API_S3DataSourceConfiguration.html#Kendra-Type-S3DataSourceConfiguration-ExclusionPatterns).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "inclusionPatterns", - "A list of glob patterns for documents that should be indexed. If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to [Inclusion Patterns for more examples](https://docs.aws.amazon.com/kendra/latest/dg/API_S3DataSourceConfiguration.html#Kendra-Type-S3DataSourceConfiguration-InclusionPatterns).", + 'inclusionPatterns', + 'A list of glob patterns for documents that should be indexed. If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to [Inclusion Patterns for more examples](https://docs.aws.amazon.com/kendra/latest/dg/API_S3DataSourceConfiguration.html#Kendra-Type-S3DataSourceConfiguration-InclusionPatterns).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration.ts index 4b6c5c915..92b9c3a9c 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationS3ConfigurationAccessControlListConfiguration { // Path to the AWS S3 bucket that contains the ACL files. @@ -15,8 +15,8 @@ export function kendra_DataSourceConfigurationS3ConfigurationAccessControlListCo return [ new DynamicUIProps( InputType.String, - "keyPath", - "Path to the AWS S3 bucket that contains the ACL files.", + 'keyPath', + 'Path to the AWS S3 bucket that contains the ACL files.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration.ts index d954a37bb..630e5612b 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataConfiguration { // A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use `s3_prefix` to include only the desired metadata files. @@ -15,8 +15,8 @@ export function kendra_DataSourceConfigurationS3ConfigurationDocumentsMetadataCo return [ new DynamicUIProps( InputType.String, - "s3Prefix", - "A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use `s3_prefix` to include only the desired metadata files.", + 's3Prefix', + 'A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use `s3_prefix` to include only the desired metadata files.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfiguration.ts index b316dc3c3..752e0068e 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration, kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration, kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationUrls, kendra_DataSourceConfigurationWebCrawlerConfigurationUrls_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationUrls"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationUrls'; export interface kendra_DataSourceConfigurationWebCrawlerConfiguration { // A block with the configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You use a secret in AWS Secrets Manager to store your authentication credentials. You must provide the website host name and port number. For example, the host name of `https://a.example.com/page1.html` is `"a.example.com"` and the port is `443`, the standard port for HTTPS. Detailed below. @@ -51,7 +51,7 @@ export function kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Object, - "authenticationConfiguration", + 'authenticationConfiguration', 'A block with the configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You use a secret in AWS Secrets Manager to store your authentication credentials. You must provide the website host name and port number. For example, the host name of `https://a.example.com/page1.html` is `"a.example.com"` and the port is `443`, the standard port for HTTPS. Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration_GetTypes(), @@ -60,15 +60,15 @@ export function kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes() ), new DynamicUIProps( InputType.Number, - "maxUrlsPerMinuteCrawlRate", - "The maximum number of URLs crawled per website host per minute. The default maximum number of URLs crawled per website host per minute is `300`. Minimum value of `1`. Maximum value of `300`.", + 'maxUrlsPerMinuteCrawlRate', + 'The maximum number of URLs crawled per website host per minute. The default maximum number of URLs crawled per website host per minute is `300`. Minimum value of `1`. Maximum value of `300`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "urlExclusionPatterns", + 'urlExclusionPatterns', "A list of regular expression patterns to exclude certain URLs to crawl. URLs that match the patterns are excluded from the index. URLs that don't match the patterns are included in the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index. Array Members: Minimum number of `0` items. Maximum number of `100` items. Length Constraints: Minimum length of `1`. Maximum length of `150`.", () => InputType_String_GetTypes(), false, @@ -76,31 +76,31 @@ export function kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes() ), new DynamicUIProps( InputType.Number, - "crawlDepth", - "Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels – index level (i.e. seed in this example), sections level, and subsections level – and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to `2`. Minimum value of `0`. Maximum value of `10`.", + 'crawlDepth', + 'Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels – index level (i.e. seed in this example), sections level, and subsections level – and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to `2`. Minimum value of `0`. Maximum value of `10`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxContentSizePerPageInMegaBytes", - "The maximum size (in MB) of a webpage or attachment to crawl. Files larger than this size (in MB) are skipped/not crawled. The default maximum size of a webpage or attachment is set to `50` MB. Minimum value of `1.0e-06`. Maximum value of `50`.", + 'maxContentSizePerPageInMegaBytes', + 'The maximum size (in MB) of a webpage or attachment to crawl. Files larger than this size (in MB) are skipped/not crawled. The default maximum size of a webpage or attachment is set to `50` MB. Minimum value of `1.0e-06`. Maximum value of `50`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxLinksPerPage", - "The maximum number of URLs on a webpage to include when crawling a website. This number is per webpage. As a website’s webpages are crawled, any URLs the webpages link to are also crawled. URLs on a webpage are crawled in order of appearance. The default maximum links per page is `100`. Minimum value of `1`. Maximum value of `1000`.", + 'maxLinksPerPage', + 'The maximum number of URLs on a webpage to include when crawling a website. This number is per webpage. As a website’s webpages are crawled, any URLs the webpages link to are also crawled. URLs on a webpage are crawled in order of appearance. The default maximum links per page is `100`. Minimum value of `1`. Maximum value of `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "proxyConfiguration", + 'proxyConfiguration', 'Configuration information required to connect to your internal websites via a web proxy. You must provide the website host name and port number. For example, the host name of `https://a.example.com/page1.html` is `"a.example.com"` and the port is `443`, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration_GetTypes(), @@ -109,7 +109,7 @@ export function kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes() ), new DynamicUIProps( InputType.Array, - "urlInclusionPatterns", + 'urlInclusionPatterns', "A list of regular expression patterns to include certain URLs to crawl. URLs that match the patterns are included in the index. URLs that don't match the patterns are excluded from the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index. Array Members: Minimum number of `0` items. Maximum number of `100` items. Length Constraints: Minimum length of `1`. Maximum length of `150`.", () => InputType_String_GetTypes(), false, @@ -117,8 +117,8 @@ export function kendra_DataSourceConfigurationWebCrawlerConfiguration_GetTypes() ), new DynamicUIProps( InputType.Object, - "urls", - "A block that specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. You can include website subdomains. You can list up to `100` seed URLs and up to `3` sitemap URLs. You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling. When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index. Detailed below.", + 'urls', + 'A block that specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. You can include website subdomains. You can list up to `100` seed URLs and up to `3` sitemap URLs. You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling. When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index. Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfigurationUrls_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration.ts index 91ca40f50..387c48afe 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication, kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration { // The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host. Detailed below. @@ -19,7 +19,7 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticat return [ new DynamicUIProps( InputType.Array, - "basicAuthentications", + 'basicAuthentications', "The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host. Detailed below.", () => kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication.ts index eeb6814d7..fa7aab08f 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthentication { // Your secret ARN, which you can create in AWS Secrets Manager. You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password. @@ -21,7 +21,7 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticat return [ new DynamicUIProps( InputType.String, - "host", + 'host', 'The name of the website host you want to connect to using authentication credentials. For example, the host name of `https://a.example.com/page1.html` is `"a.example.com"`.', () => [], true, @@ -29,16 +29,16 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationAuthenticat ), new DynamicUIProps( InputType.Number, - "port", - "The port number of the website host you want to connect to using authentication credentials. For example, the port for `https://a.example.com/page1.html` is `443`, the standard port for HTTPS.", + 'port', + 'The port number of the website host you want to connect to using authentication credentials. For example, the port for `https://a.example.com/page1.html` is `443`, the standard port for HTTPS.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "credentials", - "Your secret ARN, which you can create in AWS Secrets Manager. You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.", + 'credentials', + 'Your secret ARN, which you can create in AWS Secrets Manager. You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration.ts index 3d487249b..e24d2f71e 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfiguration { // The port number of the website host you want to connect to via a web proxy server. For example, the port for `https://a.example.com/page1.html` is `443`, the standard port for HTTPS. @@ -21,23 +21,23 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationProxyConfig return [ new DynamicUIProps( InputType.Number, - "port", - "The port number of the website host you want to connect to via a web proxy server. For example, the port for `https://a.example.com/page1.html` is `443`, the standard port for HTTPS.", + 'port', + 'The port number of the website host you want to connect to via a web proxy server. For example, the port for `https://a.example.com/page1.html` is `443`, the standard port for HTTPS.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "credentials", - "Your secret ARN, which you can create in AWS Secrets Manager. The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.", + 'credentials', + 'Your secret ARN, which you can create in AWS Secrets Manager. The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "host", + 'host', 'The name of the website host you want to connect to via a web proxy server. For example, the host name of `https://a.example.com/page1.html` is `"a.example.com"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrls.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrls.ts index b24a88dda..625c8cdd2 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrls.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrls.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration, kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration'; import { kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration, kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration_GetTypes, -} from "./kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration"; +} from './kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationUrls { // A block that specifies the configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to. You can list up to `100` seed URLs. Detailed below. @@ -26,8 +26,8 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationUrls_GetTyp return [ new DynamicUIProps( InputType.Object, - "seedUrlConfiguration", - "A block that specifies the configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to. You can list up to `100` seed URLs. Detailed below.", + 'seedUrlConfiguration', + 'A block that specifies the configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to. You can list up to `100` seed URLs. Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationUrls_GetTyp ), new DynamicUIProps( InputType.Object, - "siteMapsConfiguration", - "A block that specifies the configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to `3` sitemap URLs. Detailed below.", + 'siteMapsConfiguration', + 'A block that specifies the configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to `3` sitemap URLs. Detailed below.', () => kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration.ts index 61adfb954..77cc2a32a 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfiguration { // The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of `100` seed URLs. Array Members: Minimum number of `0` items. Maximum number of `100` items. Length Constraints: Minimum length of `1`. Maximum length of `2048`. @@ -23,15 +23,15 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrl return [ new DynamicUIProps( InputType.Array, - "seedUrls", - "The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of `100` seed URLs. Array Members: Minimum number of `0` items. Maximum number of `100` items. Length Constraints: Minimum length of `1`. Maximum length of `2048`.", + 'seedUrls', + 'The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of `100` seed URLs. Array Members: Minimum number of `0` items. Maximum number of `100` items. Length Constraints: Minimum length of `1`. Maximum length of `2048`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "webCrawlerMode", + 'webCrawlerMode', 'The default mode is set to `HOST_ONLY`. You can choose one of the following modes:\n* `HOST_ONLY` – crawl only the website host names. For example, if the seed URL is `"abc.example.com"`, then only URLs with host name `"abc.example.com"` are crawled.\n* `SUBDOMAINS` – crawl the website host names with subdomains. For example, if the seed URL is `"abc.example.com"`, then `"a.abc.example.com"` and `"b.abc.example.com"` are also crawled.\n* `EVERYTHING` – crawl the website host names with subdomains and other domains that the webpages link to.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration.ts index cc6ee8a9b..873bc62d8 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfiguration { // The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of `3` sitemap URLs. @@ -15,8 +15,8 @@ export function kendra_DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMap return [ new DynamicUIProps( InputType.Array, - "siteMaps", - "The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of `3` sitemap URLs.", + 'siteMaps', + 'The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of `3` sitemap URLs.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfiguration.ts index 059113ab9..cc39e4b0d 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration, kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration, kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration, kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration'; export interface kendra_DataSourceCustomDocumentEnrichmentConfiguration { // The Amazon Resource Name (ARN) of a role with permission to run `pre_extraction_hook_configuration` and `post_extraction_hook_configuration` for altering document metadata and content during the document ingestion process. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). @@ -36,16 +36,16 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfiguration_GetTypes( return [ new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of a role with permission to run `pre_extraction_hook_configuration` and `post_extraction_hook_configuration` for altering document metadata and content during the document ingestion process. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).", + 'roleArn', + 'The Amazon Resource Name (ARN) of a role with permission to run `pre_extraction_hook_configuration` and `post_extraction_hook_configuration` for altering document metadata and content during the document ingestion process. For more information, see [IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "inlineConfigurations", - "Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra. Minimum number of `0` items. Maximum number of `100` items. Detailed below.", + 'inlineConfigurations', + 'Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra. Minimum number of `0` items. Maximum number of `100` items. Detailed below.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration_GetTypes(), false, @@ -53,8 +53,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "postExtractionHookConfiguration", - "A block that specifies the configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). Detailed below.", + 'postExtractionHookConfiguration', + 'A block that specifies the configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). Detailed below.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration_GetTypes(), false, @@ -62,8 +62,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "preExtractionHookConfiguration", - "Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). Detailed below.", + 'preExtractionHookConfiguration', + 'Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). Detailed below.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration.ts index 83dd8c466..a9de23c8a 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget, kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition, kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfiguration { // Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value. Detailed below. @@ -29,8 +29,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf return [ new DynamicUIProps( InputType.Object, - "target", - "Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value. Detailed below.", + 'target', + 'Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value. Detailed below.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget_GetTypes(), false, @@ -38,8 +38,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf ), new DynamicUIProps( InputType.Object, - "condition", - "Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra. See condition.", + 'condition', + 'Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra. See condition.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition_GetTypes(), false, @@ -47,8 +47,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf ), new DynamicUIProps( InputType.Bool, - "documentContentDeletion", - "`TRUE` to delete content if the condition used for the target attribute is met.", + 'documentContentDeletion', + '`TRUE` to delete content if the condition used for the target attribute is met.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition.ts index 778b56341..676aaa8b8 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue, kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationCondition { // The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition. @@ -25,7 +25,7 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf return [ new DynamicUIProps( InputType.Object, - "conditionOnValue", + 'conditionOnValue', "The value used by the operator. For example, you can specify the value 'financial' for strings in the `_source_uri` field that partially match or contain this value. See condition_on_value.", () => kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue_GetTypes(), @@ -34,16 +34,16 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf ), new DynamicUIProps( InputType.String, - "operator", - "The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.", + 'operator', + 'The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "conditionDocumentAttributeKey", - "The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.", + 'conditionDocumentAttributeKey', + 'The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue.ts index 7177292c2..fb97e9f8d 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationConditionConditionOnValue { // @@ -24,32 +24,32 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf return [ new DynamicUIProps( InputType.String, - "dateValue", - "A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.", + 'dateValue', + 'A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "longValue", - "A long integer value.", + 'longValue', + 'A long integer value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stringListValues", - "A list of strings.", + 'stringListValues', + 'A list of strings.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "", + 'stringValue', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.ts index 0478a8c8b..528c9ba31 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue, kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget { // The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'. See target_document_attribute_value. @@ -25,7 +25,7 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf return [ new DynamicUIProps( InputType.Object, - "targetDocumentAttributeValue", + 'targetDocumentAttributeValue', "The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'. See target_document_attribute_value.", () => kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue_GetTypes(), @@ -34,15 +34,15 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf ), new DynamicUIProps( InputType.Bool, - "targetDocumentAttributeValueDeletion", - "`TRUE` to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to `TRUE`. To create a target value (`TargetDocumentAttributeValue`), set this to `FALSE`.", + 'targetDocumentAttributeValueDeletion', + '`TRUE` to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to `TRUE`. To create a target value (`TargetDocumentAttributeValue`), set this to `FALSE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetDocumentAttributeKey", + 'targetDocumentAttributeKey', "The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue.ts index 7e1b3161f..2afb8d266 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue { // A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`. @@ -24,32 +24,32 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationInlineConf return [ new DynamicUIProps( InputType.String, - "dateValue", - "A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.", + 'dateValue', + 'A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "longValue", - "A long integer value.", + 'longValue', + 'A long integer value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stringListValues", - "A list of strings.", + 'stringListValues', + 'A list of strings.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "", + 'stringValue', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration.ts index 7dc0f4ca8..b17b757c4 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition, kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfiguration { // A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition. @@ -25,8 +25,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtrac return [ new DynamicUIProps( InputType.Object, - "invocationCondition", - "A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition.", + 'invocationCondition', + 'A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition_GetTypes(), false, @@ -34,16 +34,16 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtrac ), new DynamicUIProps( InputType.String, - "lambdaArn", - "The Amazon Resource Name (ARN) of a Lambda Function that can manipulate your document metadata fields or attributes and content.", + 'lambdaArn', + 'The Amazon Resource Name (ARN) of a Lambda Function that can manipulate your document metadata fields or attributes and content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see [Data contracts for Lambda functions](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda).", + 's3Bucket', + 'Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see [Data contracts for Lambda functions](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition.ts index 3630584f6..d0c51615d 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue, kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationCondition { // The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition. @@ -25,23 +25,23 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtrac return [ new DynamicUIProps( InputType.String, - "operator", - "The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.", + 'operator', + 'The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "conditionDocumentAttributeKey", - "The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.", + 'conditionDocumentAttributeKey', + 'The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "conditionOnValue", + 'conditionOnValue', "The value used by the operator. For example, you can specify the value 'financial' for strings in the `_source_uri` field that partially match or contain this value. See condition_on_value.", () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue.ts index b314a0a5f..bbe406e83 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue { // A long integer value. @@ -24,32 +24,32 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPostExtrac return [ new DynamicUIProps( InputType.Number, - "longValue", - "A long integer value.", + 'longValue', + 'A long integer value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stringListValues", - "A list of strings.", + 'stringListValues', + 'A list of strings.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "", + 'stringValue', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dateValue", - "A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.", + 'dateValue', + 'A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration.ts index 4d95d5a3e..ac353d185 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition, kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfiguration { // A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition. @@ -25,8 +25,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtract return [ new DynamicUIProps( InputType.Object, - "invocationCondition", - "A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition.", + 'invocationCondition', + 'A block that specifies the condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time. See invocation_condition.', () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition_GetTypes(), false, @@ -34,16 +34,16 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtract ), new DynamicUIProps( InputType.String, - "lambdaArn", - "The Amazon Resource Name (ARN) of a Lambda Function that can manipulate your document metadata fields or attributes and content.", + 'lambdaArn', + 'The Amazon Resource Name (ARN) of a Lambda Function that can manipulate your document metadata fields or attributes and content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3Bucket", - "Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see [Data contracts for Lambda functions](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda).", + 's3Bucket', + 'Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see [Data contracts for Lambda functions](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition.ts index 68289138d..704ef2923 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue, kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue_GetTypes, -} from "./kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue"; +} from './kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition { // The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition. @@ -25,15 +25,15 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtract return [ new DynamicUIProps( InputType.String, - "conditionDocumentAttributeKey", - "The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.", + 'conditionDocumentAttributeKey', + 'The identifier of the document attribute used for the condition. For example, `_source_uri` could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "conditionOnValue", + 'conditionOnValue', "The value used by the operator. For example, you can specify the value 'financial' for strings in the `_source_uri` field that partially match or contain this value. See condition_on_value.", () => kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue_GetTypes(), @@ -42,8 +42,8 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtract ), new DynamicUIProps( InputType.String, - "operator", - "The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.", + 'operator', + 'The condition operator. For example, you can use `Contains` to partially match a string. Valid Values: `GreaterThan` | `GreaterThanOrEquals` | `LessThan` | `LessThanOrEquals` | `Equals` | `NotEquals` | `Contains` | `NotContains` | `Exists` | `NotExists` | `BeginsWith`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue.ts b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue.ts index ac578a2d0..512bc3582 100644 --- a/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue.ts +++ b/src/app/Models/codegen/aws/types/kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue { // A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`. @@ -24,32 +24,32 @@ export function kendra_DataSourceCustomDocumentEnrichmentConfigurationPreExtract return [ new DynamicUIProps( InputType.String, - "dateValue", - "A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.", + 'dateValue', + 'A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, `2012-03-25T12:30:10+00:00`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "longValue", - "A long integer value.", + 'longValue', + 'A long integer value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "stringListValues", - "A list of strings.", + 'stringListValues', + 'A list of strings.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "stringValue", - "", + 'stringValue', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_ExperienceConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_ExperienceConfiguration.ts index 29c3c20d8..5117af0ec 100644 --- a/src/app/Models/codegen/aws/types/kendra_ExperienceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_ExperienceConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_ExperienceConfigurationUserIdentityConfiguration, kendra_ExperienceConfigurationUserIdentityConfiguration_GetTypes, -} from "./kendra_ExperienceConfigurationUserIdentityConfiguration"; +} from './kendra_ExperienceConfigurationUserIdentityConfiguration'; import { kendra_ExperienceConfigurationContentSourceConfiguration, kendra_ExperienceConfigurationContentSourceConfiguration_GetTypes, -} from "./kendra_ExperienceConfigurationContentSourceConfiguration"; +} from './kendra_ExperienceConfigurationContentSourceConfiguration'; export interface kendra_ExperienceConfiguration { // The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the `BatchPutDocument API`. The provider will only perform drift detection of its value when present in a configuration. Detailed below. @@ -26,16 +26,16 @@ export function kendra_ExperienceConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "contentSourceConfiguration", - "The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the `BatchPutDocument API`. The provider will only perform drift detection of its value when present in a configuration. Detailed below.", + 'contentSourceConfiguration', + 'The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the `BatchPutDocument API`. The provider will only perform drift detection of its value when present in a configuration. Detailed below.', () => kendra_ExperienceConfigurationContentSourceConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "userIdentityConfiguration", - "The AWS SSO field name that contains the identifiers of your users, such as their emails. Detailed below.", + 'userIdentityConfiguration', + 'The AWS SSO field name that contains the identifiers of your users, such as their emails. Detailed below.', () => kendra_ExperienceConfigurationUserIdentityConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationContentSourceConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationContentSourceConfiguration.ts index 24abc7002..0b883f502 100644 --- a/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationContentSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationContentSourceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_ExperienceConfigurationContentSourceConfiguration { // The identifiers of the data sources you want to use for your Amazon Kendra experience. Maximum number of 100 items. @@ -21,24 +21,24 @@ export function kendra_ExperienceConfigurationContentSourceConfiguration_GetType return [ new DynamicUIProps( InputType.Array, - "dataSourceIds", - "The identifiers of the data sources you want to use for your Amazon Kendra experience. Maximum number of 100 items.", + 'dataSourceIds', + 'The identifiers of the data sources you want to use for your Amazon Kendra experience. Maximum number of 100 items.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "directPutContent", - "Whether to use documents you indexed directly using the `BatchPutDocument API`. Defaults to `false`.", + 'directPutContent', + 'Whether to use documents you indexed directly using the `BatchPutDocument API`. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "faqIds", - "The identifier of the FAQs that you want to use for your Amazon Kendra experience. Maximum number of 100 items.", + 'faqIds', + 'The identifier of the FAQs that you want to use for your Amazon Kendra experience. Maximum number of 100 items.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationUserIdentityConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationUserIdentityConfiguration.ts index a314714e7..7cd724ca8 100644 --- a/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationUserIdentityConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_ExperienceConfigurationUserIdentityConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_ExperienceConfigurationUserIdentityConfiguration { // The AWS SSO field name that contains the identifiers of your users, such as their emails. @@ -15,8 +15,8 @@ export function kendra_ExperienceConfigurationUserIdentityConfiguration_GetTypes return [ new DynamicUIProps( InputType.String, - "identityAttributeName", - "The AWS SSO field name that contains the identifiers of your users, such as their emails.", + 'identityAttributeName', + 'The AWS SSO field name that contains the identifiers of your users, such as their emails.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_ExperienceEndpoint.ts b/src/app/Models/codegen/aws/types/kendra_ExperienceEndpoint.ts index f80be1414..04cc9813c 100644 --- a/src/app/Models/codegen/aws/types/kendra_ExperienceEndpoint.ts +++ b/src/app/Models/codegen/aws/types/kendra_ExperienceEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_ExperienceEndpoint { // The type of endpoint for your Amazon Kendra experience. @@ -18,16 +18,16 @@ export function kendra_ExperienceEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "endpointType", - "The type of endpoint for your Amazon Kendra experience.", + 'endpointType', + 'The type of endpoint for your Amazon Kendra experience.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "The endpoint of your Amazon Kendra experience.", + 'endpoint', + 'The endpoint of your Amazon Kendra experience.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_FaqS3Path.ts b/src/app/Models/codegen/aws/types/kendra_FaqS3Path.ts index d0ec107b8..947ab1d6e 100644 --- a/src/app/Models/codegen/aws/types/kendra_FaqS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_FaqS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_FaqS3Path { /* @@ -22,16 +22,16 @@ export function kendra_FaqS3Path_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the S3 bucket that contains the file.", + 'bucket', + 'The name of the S3 bucket that contains the file.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "key", - "The name of the file.\n\nThe following arguments are optional:", + 'key', + 'The name of the file.\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexCapacityUnits.ts b/src/app/Models/codegen/aws/types/kendra_IndexCapacityUnits.ts index 31e38266a..e5518b2b0 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexCapacityUnits.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexCapacityUnits.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexCapacityUnits { // The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/dg/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits). @@ -18,16 +18,16 @@ export function kendra_IndexCapacityUnits_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "queryCapacityUnits", - "The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/dg/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits).", + 'queryCapacityUnits', + 'The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/dg/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "storageCapacityUnits", - "The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. Minimum value of 0.", + 'storageCapacityUnits', + 'The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. Minimum value of 0.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdate.ts b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdate.ts index 75951b5f7..e91267657 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdate.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_IndexDocumentMetadataConfigurationUpdateRelevance, kendra_IndexDocumentMetadataConfigurationUpdateRelevance_GetTypes, -} from "./kendra_IndexDocumentMetadataConfigurationUpdateRelevance"; +} from './kendra_IndexDocumentMetadataConfigurationUpdateRelevance'; import { kendra_IndexDocumentMetadataConfigurationUpdateSearch, kendra_IndexDocumentMetadataConfigurationUpdateSearch_GetTypes, -} from "./kendra_IndexDocumentMetadataConfigurationUpdateSearch"; +} from './kendra_IndexDocumentMetadataConfigurationUpdateSearch'; export interface kendra_IndexDocumentMetadataConfigurationUpdate { // The name of the index field. Minimum length of 1. Maximum length of 30. @@ -32,32 +32,32 @@ export function kendra_IndexDocumentMetadataConfigurationUpdate_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "name", - "The name of the index field. Minimum length of 1. Maximum length of 30.", + 'name', + 'The name of the index field. Minimum length of 1. Maximum length of 30.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "relevance", - "A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below", + 'relevance', + 'A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below', () => kendra_IndexDocumentMetadataConfigurationUpdateRelevance_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "search", - "A block that provides information about how the field is used during a search. Documented below. Detailed below", + 'search', + 'A block that provides information about how the field is used during a search. Documented below. Detailed below', () => kendra_IndexDocumentMetadataConfigurationUpdateSearch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.", + 'type', + 'The data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateRelevance.ts b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateRelevance.ts index 2042fcbc1..a4cddffb5 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateRelevance.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateRelevance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexDocumentMetadataConfigurationUpdateRelevance { // Indicates that this field determines how "fresh" a document is. For more information, refer to [Freshness](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-Freshness). @@ -27,7 +27,7 @@ export function kendra_IndexDocumentMetadataConfigurationUpdateRelevance_GetType return [ new DynamicUIProps( InputType.Bool, - "freshness", + 'freshness', 'Indicates that this field determines how "fresh" a document is. For more information, refer to [Freshness](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-Freshness).', () => [], false, @@ -35,32 +35,32 @@ export function kendra_IndexDocumentMetadataConfigurationUpdateRelevance_GetType ), new DynamicUIProps( InputType.Number, - "importance", - "The relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.", + 'importance', + 'The relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rankOrder", - "Determines how values should be interpreted. For more information, refer to [RankOrder](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-RankOrder).", + 'rankOrder', + 'Determines how values should be interpreted. For more information, refer to [RankOrder](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-RankOrder).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "valuesImportanceMap", - "A list of values that should be given a different boost when they appear in the result list. For more information, refer to [ValueImportanceMap](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-ValueImportanceMap).", + 'valuesImportanceMap', + 'A list of values that should be given a different boost when they appear in the result list. For more information, refer to [ValueImportanceMap](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-ValueImportanceMap).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "duration", - "Specifies the time period that the boost applies to. For more information, refer to [Duration](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-Duration).", + 'duration', + 'Specifies the time period that the boost applies to. For more information, refer to [Duration](https://docs.aws.amazon.com/kendra/latest/dg/API_Relevance.html#Kendra-Type-Relevance-Duration).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateSearch.ts b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateSearch.ts index 179c3e145..6764a03a7 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateSearch.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexDocumentMetadataConfigurationUpdateSearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexDocumentMetadataConfigurationUpdateSearch { // Determines whether the field is returned in the query response. The default is `true`. @@ -24,32 +24,32 @@ export function kendra_IndexDocumentMetadataConfigurationUpdateSearch_GetTypes() return [ new DynamicUIProps( InputType.Bool, - "searchable", - "Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is `true` for `string` fields and `false` for `number` and `date` fields.", + 'searchable', + 'Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is `true` for `string` fields and `false` for `number` and `date` fields.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "sortable", - "Determines whether the field can be used to sort the results of a query. If you specify sorting on a field that does not have Sortable set to true, Amazon Kendra returns an exception. The default is `false`.", + 'sortable', + 'Determines whether the field can be used to sort the results of a query. If you specify sorting on a field that does not have Sortable set to true, Amazon Kendra returns an exception. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "displayable", - "Determines whether the field is returned in the query response. The default is `true`.", + 'displayable', + 'Determines whether the field is returned in the query response. The default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "facetable", - "Indicates that the field can be used to create search facets, a count of results for each value in the field. The default is `false`.", + 'facetable', + 'Indicates that the field can be used to create search facets, a count of results for each value in the field. The default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatistic.ts b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatistic.ts index 5b43fc777..279e3c906 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatistic.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_IndexIndexStatisticTextDocumentStatistic, kendra_IndexIndexStatisticTextDocumentStatistic_GetTypes, -} from "./kendra_IndexIndexStatisticTextDocumentStatistic"; +} from './kendra_IndexIndexStatisticTextDocumentStatistic'; import { kendra_IndexIndexStatisticFaqStatistic, kendra_IndexIndexStatisticFaqStatistic_GetTypes, -} from "./kendra_IndexIndexStatisticFaqStatistic"; +} from './kendra_IndexIndexStatisticFaqStatistic'; export interface kendra_IndexIndexStatistic { // A block that specifies the number of text documents indexed. Detailed below. @@ -26,16 +26,16 @@ export function kendra_IndexIndexStatistic_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "textDocumentStatistics", - "A block that specifies the number of text documents indexed. Detailed below.", + 'textDocumentStatistics', + 'A block that specifies the number of text documents indexed. Detailed below.', () => kendra_IndexIndexStatisticTextDocumentStatistic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "faqStatistics", - "A block that specifies the number of question and answer topics in the index. Detailed below.", + 'faqStatistics', + 'A block that specifies the number of question and answer topics in the index. Detailed below.', () => kendra_IndexIndexStatisticFaqStatistic_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticFaqStatistic.ts b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticFaqStatistic.ts index d74afdbb4..9e56dc63e 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticFaqStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticFaqStatistic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexIndexStatisticFaqStatistic { // The total number of FAQ questions and answers contained in the index. @@ -15,8 +15,8 @@ export function kendra_IndexIndexStatisticFaqStatistic_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "indexedQuestionAnswersCount", - "The total number of FAQ questions and answers contained in the index.", + 'indexedQuestionAnswersCount', + 'The total number of FAQ questions and answers contained in the index.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticTextDocumentStatistic.ts b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticTextDocumentStatistic.ts index 92369f652..cd606c736 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticTextDocumentStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexIndexStatisticTextDocumentStatistic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexIndexStatisticTextDocumentStatistic { // The total size, in bytes, of the indexed documents. @@ -18,16 +18,16 @@ export function kendra_IndexIndexStatisticTextDocumentStatistic_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "indexedTextBytes", - "The total size, in bytes, of the indexed documents.", + 'indexedTextBytes', + 'The total size, in bytes, of the indexed documents.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "indexedTextDocumentsCount", - "The number of text documents indexed.", + 'indexedTextDocumentsCount', + 'The number of text documents indexed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_IndexServerSideEncryptionConfiguration.ts index edab9a9af..c5b794f23 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexServerSideEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexServerSideEncryptionConfiguration { // The identifier of the AWS KMScustomer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs. @@ -15,7 +15,7 @@ export function kendra_IndexServerSideEncryptionConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "The identifier of the AWS KMScustomer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexUserGroupResolutionConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_IndexUserGroupResolutionConfiguration.ts index 0794ba691..ad3a14bf1 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexUserGroupResolutionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexUserGroupResolutionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexUserGroupResolutionConfiguration { // The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`. @@ -15,8 +15,8 @@ export function kendra_IndexUserGroupResolutionConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "userGroupResolutionMode", - "The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`.", + 'userGroupResolutionMode', + 'The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurations.ts b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurations.ts index d1016a9ee..e3f78667b 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurations.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurations.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration, kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration_GetTypes, -} from "./kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration"; +} from './kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration'; import { kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration, kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration_GetTypes, -} from "./kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration"; +} from './kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration'; export interface kendra_IndexUserTokenConfigurations { // A block that specifies the information about the JSON token type configuration. Detailed below. @@ -26,8 +26,8 @@ export function kendra_IndexUserTokenConfigurations_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "jsonTokenTypeConfiguration", - "A block that specifies the information about the JSON token type configuration. Detailed below.", + 'jsonTokenTypeConfiguration', + 'A block that specifies the information about the JSON token type configuration. Detailed below.', () => kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function kendra_IndexUserTokenConfigurations_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "jwtTokenTypeConfiguration", - "A block that specifies the information about the JWT token type configuration. Detailed below.", + 'jwtTokenTypeConfiguration', + 'A block that specifies the information about the JWT token type configuration. Detailed below.', () => kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration.ts index 7382c2255..5ccd2ba0e 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration { // The group attribute field. Minimum length of 1. Maximum length of 2048. @@ -18,16 +18,16 @@ export function kendra_IndexUserTokenConfigurationsJsonTokenTypeConfiguration_Ge return [ new DynamicUIProps( InputType.String, - "groupAttributeField", - "The group attribute field. Minimum length of 1. Maximum length of 2048.", + 'groupAttributeField', + 'The group attribute field. Minimum length of 1. Maximum length of 2048.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userNameAttributeField", - "The user name attribute field. Minimum length of 1. Maximum length of 2048.", + 'userNameAttributeField', + 'The user name attribute field. Minimum length of 1. Maximum length of 2048.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration.ts index 91a45e74c..7ffd173ab 100644 --- a/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration { // The regular expression that identifies the claim. Minimum length of 1. Maximum length of 100. @@ -33,56 +33,56 @@ export function kendra_IndexUserTokenConfigurationsJwtTokenTypeConfiguration_Get return [ new DynamicUIProps( InputType.String, - "userNameAttributeField", - "The user name attribute field. Minimum length of 1. Maximum length of 100.", + 'userNameAttributeField', + 'The user name attribute field. Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "claimRegex", - "The regular expression that identifies the claim. Minimum length of 1. Maximum length of 100.", + 'claimRegex', + 'The regular expression that identifies the claim. Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupAttributeField", - "The group attribute field. Minimum length of 1. Maximum length of 100.", + 'groupAttributeField', + 'The group attribute field. Minimum length of 1. Maximum length of 100.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer of the token. Minimum length of 1. Maximum length of 65.", + 'issuer', + 'The issuer of the token. Minimum length of 1. Maximum length of 65.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyLocation", - "The location of the key. Valid values are `URL` or `SECRET_MANAGER`", + 'keyLocation', + 'The location of the key. Valid values are `URL` or `SECRET_MANAGER`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretsManagerArn", - "The Amazon Resource Name (ARN) of the secret.", + 'secretsManagerArn', + 'The Amazon Resource Name (ARN) of the secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "url", - "The signing key URL. Valid pattern is `^(https?|ftp|file):\\/\\/([^\\s]*)`", + 'url', + 'The signing key URL. Valid pattern is `^(https?|ftp|file):\\/\\/([^\\s]*)`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kendra_QuerySuggestionsBlockListSourceS3Path.ts b/src/app/Models/codegen/aws/types/kendra_QuerySuggestionsBlockListSourceS3Path.ts index 41bd56b33..ff5faebc6 100644 --- a/src/app/Models/codegen/aws/types/kendra_QuerySuggestionsBlockListSourceS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_QuerySuggestionsBlockListSourceS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_QuerySuggestionsBlockListSourceS3Path { // Name of the S3 bucket that contains the file. @@ -22,16 +22,16 @@ export function kendra_QuerySuggestionsBlockListSourceS3Path_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Name of the file.\n\nThe following arguments are optional:", + 'key', + 'Name of the file.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket that contains the file.", + 'bucket', + 'Name of the S3 bucket that contains the file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_ThesaurusSourceS3Path.ts b/src/app/Models/codegen/aws/types/kendra_ThesaurusSourceS3Path.ts index 728ec5a99..10b9880cf 100644 --- a/src/app/Models/codegen/aws/types/kendra_ThesaurusSourceS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_ThesaurusSourceS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_ThesaurusSourceS3Path { // The name of the S3 bucket that contains the file. @@ -22,16 +22,16 @@ export function kendra_ThesaurusSourceS3Path_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the S3 bucket that contains the file.", + 'bucket', + 'The name of the S3 bucket that contains the file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The name of the file.\n\nThe following arguments are optional:", + 'key', + 'The name of the file.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getExperienceConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getExperienceConfiguration.ts index ba8b56535..e27f04b95 100644 --- a/src/app/Models/codegen/aws/types/kendra_getExperienceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getExperienceConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_getExperienceConfigurationContentSourceConfiguration, kendra_getExperienceConfigurationContentSourceConfiguration_GetTypes, -} from "./kendra_getExperienceConfigurationContentSourceConfiguration"; +} from './kendra_getExperienceConfigurationContentSourceConfiguration'; import { kendra_getExperienceConfigurationUserIdentityConfiguration, kendra_getExperienceConfigurationUserIdentityConfiguration_GetTypes, -} from "./kendra_getExperienceConfigurationUserIdentityConfiguration"; +} from './kendra_getExperienceConfigurationUserIdentityConfiguration'; export interface kendra_getExperienceConfiguration { // The identifiers of your data sources and FAQs. This is the content you want to use for your Amazon Kendra Experience. Documented below. @@ -26,8 +26,8 @@ export function kendra_getExperienceConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "contentSourceConfigurations", - "The identifiers of your data sources and FAQs. This is the content you want to use for your Amazon Kendra Experience. Documented below.", + 'contentSourceConfigurations', + 'The identifiers of your data sources and FAQs. This is the content you want to use for your Amazon Kendra Experience. Documented below.', () => kendra_getExperienceConfigurationContentSourceConfiguration_GetTypes(), true, @@ -35,8 +35,8 @@ export function kendra_getExperienceConfiguration_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "userIdentityConfigurations", - "The AWS SSO field name that contains the identifiers of your users, such as their emails. Documented below.", + 'userIdentityConfigurations', + 'The AWS SSO field name that contains the identifiers of your users, such as their emails. Documented below.', () => kendra_getExperienceConfigurationUserIdentityConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationContentSourceConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationContentSourceConfiguration.ts index 41a3df6af..2fb1b4be8 100644 --- a/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationContentSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationContentSourceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getExperienceConfigurationContentSourceConfiguration { // Identifier of the FAQs that you want to use for your Amazon Kendra Experience. @@ -21,24 +21,24 @@ export function kendra_getExperienceConfigurationContentSourceConfiguration_GetT return [ new DynamicUIProps( InputType.Array, - "faqIds", - "Identifier of the FAQs that you want to use for your Amazon Kendra Experience.", + 'faqIds', + 'Identifier of the FAQs that you want to use for your Amazon Kendra Experience.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "dataSourceIds", - "Identifiers of the data sources you want to use for your Amazon Kendra Experience.", + 'dataSourceIds', + 'Identifiers of the data sources you want to use for your Amazon Kendra Experience.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "directPutContent", - "Whether to use documents you indexed directly using the `BatchPutDocument API`.", + 'directPutContent', + 'Whether to use documents you indexed directly using the `BatchPutDocument API`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationUserIdentityConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationUserIdentityConfiguration.ts index fac5fa393..3b234af11 100644 --- a/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationUserIdentityConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getExperienceConfigurationUserIdentityConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getExperienceConfigurationUserIdentityConfiguration { // The AWS SSO field name that contains the identifiers of your users, such as their emails. @@ -15,8 +15,8 @@ export function kendra_getExperienceConfigurationUserIdentityConfiguration_GetTy return [ new DynamicUIProps( InputType.String, - "identityAttributeName", - "The AWS SSO field name that contains the identifiers of your users, such as their emails.", + 'identityAttributeName', + 'The AWS SSO field name that contains the identifiers of your users, such as their emails.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getExperienceEndpoint.ts b/src/app/Models/codegen/aws/types/kendra_getExperienceEndpoint.ts index 8493f4535..2db9c19bd 100644 --- a/src/app/Models/codegen/aws/types/kendra_getExperienceEndpoint.ts +++ b/src/app/Models/codegen/aws/types/kendra_getExperienceEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getExperienceEndpoint { // Endpoint of your Amazon Kendra Experience. @@ -18,16 +18,16 @@ export function kendra_getExperienceEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "endpoint", - "Endpoint of your Amazon Kendra Experience.", + 'endpoint', + 'Endpoint of your Amazon Kendra Experience.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpointType", - "Type of endpoint for your Amazon Kendra Experience.", + 'endpointType', + 'Type of endpoint for your Amazon Kendra Experience.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getFaqS3Path.ts b/src/app/Models/codegen/aws/types/kendra_getFaqS3Path.ts index a1cbbf108..35bc7a272 100644 --- a/src/app/Models/codegen/aws/types/kendra_getFaqS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_getFaqS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getFaqS3Path { // Name of the S3 bucket that contains the file. @@ -18,16 +18,16 @@ export function kendra_getFaqS3Path_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket that contains the file.", + 'bucket', + 'Name of the S3 bucket that contains the file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the file.", + 'key', + 'Name of the file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexCapacityUnit.ts b/src/app/Models/codegen/aws/types/kendra_getIndexCapacityUnit.ts index 29148beb6..044366be4 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexCapacityUnit.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexCapacityUnit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexCapacityUnit { // The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/APIReference/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits). @@ -18,16 +18,16 @@ export function kendra_getIndexCapacityUnit_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "queryCapacityUnits", - "The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/APIReference/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits).", + 'queryCapacityUnits', + 'The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to [QueryCapacityUnits](https://docs.aws.amazon.com/kendra/latest/APIReference/API_CapacityUnitsConfiguration.html#Kendra-Type-CapacityUnitsConfiguration-QueryCapacityUnits).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "storageCapacityUnits", - "The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. Minimum value of 0.", + 'storageCapacityUnits', + 'The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. Minimum value of 0.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdate.ts b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdate.ts index 90ba77bee..f8ab7a4ea 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdate.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdate.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_getIndexDocumentMetadataConfigurationUpdateRelevance, kendra_getIndexDocumentMetadataConfigurationUpdateRelevance_GetTypes, -} from "./kendra_getIndexDocumentMetadataConfigurationUpdateRelevance"; +} from './kendra_getIndexDocumentMetadataConfigurationUpdateRelevance'; import { kendra_getIndexDocumentMetadataConfigurationUpdateSearch, kendra_getIndexDocumentMetadataConfigurationUpdateSearch_GetTypes, -} from "./kendra_getIndexDocumentMetadataConfigurationUpdateSearch"; +} from './kendra_getIndexDocumentMetadataConfigurationUpdateSearch'; export interface kendra_getIndexDocumentMetadataConfigurationUpdate { // Name of the index field. Minimum length of 1. Maximum length of 30. @@ -32,16 +32,16 @@ export function kendra_getIndexDocumentMetadataConfigurationUpdate_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "name", - "Name of the index field. Minimum length of 1. Maximum length of 30.", + 'name', + 'Name of the index field. Minimum length of 1. Maximum length of 30.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "relevances", - "Block that provides manual tuning parameters to determine how the field affects the search results. Documented below.", + 'relevances', + 'Block that provides manual tuning parameters to determine how the field affects the search results. Documented below.', () => kendra_getIndexDocumentMetadataConfigurationUpdateRelevance_GetTypes(), true, @@ -49,16 +49,16 @@ export function kendra_getIndexDocumentMetadataConfigurationUpdate_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "searches", - "Block that provides information about how the field is used during a search. Documented below.", + 'searches', + 'Block that provides information about how the field is used during a search. Documented below.', () => kendra_getIndexDocumentMetadataConfigurationUpdateSearch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.", + 'type', + 'Data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateRelevance.ts b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateRelevance.ts index 4d11c73e3..2f9a53336 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateRelevance.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateRelevance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexDocumentMetadataConfigurationUpdateRelevance { // Time period that the boost applies to. For more information, refer to [Duration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-Duration). @@ -27,31 +27,31 @@ export function kendra_getIndexDocumentMetadataConfigurationUpdateRelevance_GetT return [ new DynamicUIProps( InputType.String, - "rankOrder", - "Determines how values should be interpreted. For more information, refer to [RankOrder](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-RankOrder).", + 'rankOrder', + 'Determines how values should be interpreted. For more information, refer to [RankOrder](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-RankOrder).', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "valuesImportanceMap", - "A list of values that should be given a different boost when they appear in the result list. For more information, refer to [ValueImportanceMap](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-ValueImportanceMap).", + 'valuesImportanceMap', + 'A list of values that should be given a different boost when they appear in the result list. For more information, refer to [ValueImportanceMap](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-ValueImportanceMap).', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "duration", - "Time period that the boost applies to. For more information, refer to [Duration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-Duration).", + 'duration', + 'Time period that the boost applies to. For more information, refer to [Duration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-Duration).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "freshness", + 'freshness', 'How "fresh" a document is. For more information, refer to [Freshness](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Relevance.html#Kendra-Type-Relevance-Freshness).', () => [], true, @@ -59,8 +59,8 @@ export function kendra_getIndexDocumentMetadataConfigurationUpdateRelevance_GetT ), new DynamicUIProps( InputType.Number, - "importance", - "Relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.", + 'importance', + 'Relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateSearch.ts b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateSearch.ts index 251a7ba6f..401f48dd6 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateSearch.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexDocumentMetadataConfigurationUpdateSearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexDocumentMetadataConfigurationUpdateSearch { // Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is `true` for `string` fields and `false` for `number` and `date` fields. @@ -24,32 +24,32 @@ export function kendra_getIndexDocumentMetadataConfigurationUpdateSearch_GetType return [ new DynamicUIProps( InputType.Bool, - "displayable", - "Determines whether the field is returned in the query response. The default is `true`.", + 'displayable', + 'Determines whether the field is returned in the query response. The default is `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "facetable", - "Whether the field can be used to create search facets, a count of results for each value in the field. The default is `false`.", + 'facetable', + 'Whether the field can be used to create search facets, a count of results for each value in the field. The default is `false`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "searchable", - "Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is `true` for `string` fields and `false` for `number` and `date` fields.", + 'searchable', + 'Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is `true` for `string` fields and `false` for `number` and `date` fields.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "sortable", - "Determines whether the field can be used to sort the results of a query. If you specify sorting on a field that does not have Sortable set to true, Amazon Kendra returns an exception. The default is `false`.", + 'sortable', + 'Determines whether the field can be used to sort the results of a query. If you specify sorting on a field that does not have Sortable set to true, Amazon Kendra returns an exception. The default is `false`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatistic.ts b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatistic.ts index 4231084b1..3e180f548 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatistic.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_getIndexIndexStatisticFaqStatistic, kendra_getIndexIndexStatisticFaqStatistic_GetTypes, -} from "./kendra_getIndexIndexStatisticFaqStatistic"; +} from './kendra_getIndexIndexStatisticFaqStatistic'; import { kendra_getIndexIndexStatisticTextDocumentStatistic, kendra_getIndexIndexStatisticTextDocumentStatistic_GetTypes, -} from "./kendra_getIndexIndexStatisticTextDocumentStatistic"; +} from './kendra_getIndexIndexStatisticTextDocumentStatistic'; export interface kendra_getIndexIndexStatistic { // Block that specifies the number of question and answer topics in the index. Documented below. @@ -26,16 +26,16 @@ export function kendra_getIndexIndexStatistic_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "faqStatistics", - "Block that specifies the number of question and answer topics in the index. Documented below.", + 'faqStatistics', + 'Block that specifies the number of question and answer topics in the index. Documented below.', () => kendra_getIndexIndexStatisticFaqStatistic_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "textDocumentStatistics", - "A block that specifies the number of text documents indexed.", + 'textDocumentStatistics', + 'A block that specifies the number of text documents indexed.', () => kendra_getIndexIndexStatisticTextDocumentStatistic_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticFaqStatistic.ts b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticFaqStatistic.ts index e8fd22906..5a779fe9c 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticFaqStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticFaqStatistic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexIndexStatisticFaqStatistic { // The total number of FAQ questions and answers contained in the index. @@ -15,8 +15,8 @@ export function kendra_getIndexIndexStatisticFaqStatistic_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "indexedQuestionAnswersCount", - "The total number of FAQ questions and answers contained in the index.", + 'indexedQuestionAnswersCount', + 'The total number of FAQ questions and answers contained in the index.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticTextDocumentStatistic.ts b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticTextDocumentStatistic.ts index 73782b295..c7b925cea 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticTextDocumentStatistic.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexIndexStatisticTextDocumentStatistic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexIndexStatisticTextDocumentStatistic { // Total size, in bytes, of the indexed documents. @@ -18,16 +18,16 @@ export function kendra_getIndexIndexStatisticTextDocumentStatistic_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "indexedTextDocumentsCount", - "The number of text documents indexed.", + 'indexedTextDocumentsCount', + 'The number of text documents indexed.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "indexedTextBytes", - "Total size, in bytes, of the indexed documents.", + 'indexedTextBytes', + 'Total size, in bytes, of the indexed documents.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getIndexServerSideEncryptionConfiguration.ts index fc44f8150..c79c91754 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexServerSideEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexServerSideEncryptionConfiguration { // Identifier of the AWS KMScustomer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs. @@ -15,7 +15,7 @@ export function kendra_getIndexServerSideEncryptionConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "Identifier of the AWS KMScustomer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexUserGroupResolutionConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getIndexUserGroupResolutionConfiguration.ts index 9e4fac21d..6a5efcc45 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexUserGroupResolutionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexUserGroupResolutionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexUserGroupResolutionConfiguration { // The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`. @@ -15,8 +15,8 @@ export function kendra_getIndexUserGroupResolutionConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "userGroupResolutionMode", - "The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`.", + 'userGroupResolutionMode', + 'The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are `AWS_SSO` or `NONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfiguration.ts index 771e17307..a23eda57d 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration, kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration_GetTypes, -} from "./kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration"; +} from './kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration'; import { kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration, kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration_GetTypes, -} from "./kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration"; +} from './kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration'; export interface kendra_getIndexUserTokenConfiguration { // A block that specifies the information about the JSON token type configuration. @@ -26,8 +26,8 @@ export function kendra_getIndexUserTokenConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "jwtTokenTypeConfigurations", - "A block that specifies the information about the JWT token type configuration.", + 'jwtTokenTypeConfigurations', + 'A block that specifies the information about the JWT token type configuration.', () => kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration_GetTypes(), true, @@ -35,8 +35,8 @@ export function kendra_getIndexUserTokenConfiguration_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "jsonTokenTypeConfigurations", - "A block that specifies the information about the JSON token type configuration.", + 'jsonTokenTypeConfigurations', + 'A block that specifies the information about the JSON token type configuration.', () => kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration.ts index 7b3f47e68..3cb5f0136 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration { // The group attribute field. @@ -18,16 +18,16 @@ export function kendra_getIndexUserTokenConfigurationJsonTokenTypeConfiguration_ return [ new DynamicUIProps( InputType.String, - "userNameAttributeField", - "The user name attribute field.", + 'userNameAttributeField', + 'The user name attribute field.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupAttributeField", - "The group attribute field.", + 'groupAttributeField', + 'The group attribute field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration.ts b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration.ts index 4531508fa..ae06d65cc 100644 --- a/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration { // Regular expression that identifies the claim. @@ -33,56 +33,56 @@ export function kendra_getIndexUserTokenConfigurationJwtTokenTypeConfiguration_G return [ new DynamicUIProps( InputType.String, - "claimRegex", - "Regular expression that identifies the claim.", + 'claimRegex', + 'Regular expression that identifies the claim.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupAttributeField", - "The group attribute field.", + 'groupAttributeField', + 'The group attribute field.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "Issuer of the token.", + 'issuer', + 'Issuer of the token.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyLocation", - "Location of the key. Valid values are `URL` or `SECRET_MANAGER`", + 'keyLocation', + 'Location of the key. Valid values are `URL` or `SECRET_MANAGER`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretsManagerArn", - "ARN of the secret.", + 'secretsManagerArn', + 'ARN of the secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "url", - "Signing key URL.", + 'url', + 'Signing key URL.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userNameAttributeField", - "The user name attribute field.", + 'userNameAttributeField', + 'The user name attribute field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getQuerySuggestionsBlockListSourceS3Path.ts b/src/app/Models/codegen/aws/types/kendra_getQuerySuggestionsBlockListSourceS3Path.ts index c5a5ffaa1..7c055109c 100644 --- a/src/app/Models/codegen/aws/types/kendra_getQuerySuggestionsBlockListSourceS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_getQuerySuggestionsBlockListSourceS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getQuerySuggestionsBlockListSourceS3Path { // Name of the S3 bucket that contains the file. @@ -18,16 +18,16 @@ export function kendra_getQuerySuggestionsBlockListSourceS3Path_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket that contains the file.", + 'bucket', + 'Name of the S3 bucket that contains the file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the file.", + 'key', + 'Name of the file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kendra_getThesaurusSourceS3Path.ts b/src/app/Models/codegen/aws/types/kendra_getThesaurusSourceS3Path.ts index 94bb46a71..e4e38778e 100644 --- a/src/app/Models/codegen/aws/types/kendra_getThesaurusSourceS3Path.ts +++ b/src/app/Models/codegen/aws/types/kendra_getThesaurusSourceS3Path.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kendra_getThesaurusSourceS3Path { // Name of the S3 bucket that contains the file. @@ -18,16 +18,16 @@ export function kendra_getThesaurusSourceS3Path_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket that contains the file.", + 'bucket', + 'Name of the S3 bucket that contains the file.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "Name of the file.", + 'key', + 'Name of the file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableCapacitySpecification.ts b/src/app/Models/codegen/aws/types/keyspaces_TableCapacitySpecification.ts index 4328c8f8e..592bd37a8 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableCapacitySpecification.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableCapacitySpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableCapacitySpecification { // The throughput capacity specified for read operations defined in read capacity units (RCUs). @@ -21,24 +21,24 @@ export function keyspaces_TableCapacitySpecification_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "readCapacityUnits", - "The throughput capacity specified for read operations defined in read capacity units (RCUs).", + 'readCapacityUnits', + 'The throughput capacity specified for read operations defined in read capacity units (RCUs).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "throughputMode", - "The read/write throughput capacity mode for a table. Valid values: `PAY_PER_REQUEST`, `PROVISIONED`. The default value is `PAY_PER_REQUEST`.", + 'throughputMode', + 'The read/write throughput capacity mode for a table. Valid values: `PAY_PER_REQUEST`, `PROVISIONED`. The default value is `PAY_PER_REQUEST`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "writeCapacityUnits", - "The throughput capacity specified for write operations defined in write capacity units (WCUs).", + 'writeCapacityUnits', + 'The throughput capacity specified for write operations defined in write capacity units (WCUs).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableClientSideTimestamps.ts b/src/app/Models/codegen/aws/types/keyspaces_TableClientSideTimestamps.ts index 82e13f865..968eda13e 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableClientSideTimestamps.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableClientSideTimestamps.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableClientSideTimestamps { // Shows how to enable client-side timestamps settings for the specified table. Valid values: `ENABLED`. @@ -15,8 +15,8 @@ export function keyspaces_TableClientSideTimestamps_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "status", - "Shows how to enable client-side timestamps settings for the specified table. Valid values: `ENABLED`.", + 'status', + 'Shows how to enable client-side timestamps settings for the specified table. Valid values: `ENABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableComment.ts b/src/app/Models/codegen/aws/types/keyspaces_TableComment.ts index 95d043df5..bd9903f60 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableComment.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableComment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableComment { // A description of the table. @@ -15,8 +15,8 @@ export function keyspaces_TableComment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "message", - "A description of the table.", + 'message', + 'A description of the table.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableEncryptionSpecification.ts b/src/app/Models/codegen/aws/types/keyspaces_TableEncryptionSpecification.ts index b238f4e05..b5b68c4b8 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableEncryptionSpecification.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableEncryptionSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableEncryptionSpecification { // The Amazon Resource Name (ARN) of the customer managed KMS key. @@ -18,16 +18,16 @@ export function keyspaces_TableEncryptionSpecification_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "kmsKeyIdentifier", - "The Amazon Resource Name (ARN) of the customer managed KMS key.", + 'kmsKeyIdentifier', + 'The Amazon Resource Name (ARN) of the customer managed KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The encryption option specified for the table. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`. The default value is `AWS_OWNED_KMS_KEY`.", + 'type', + 'The encryption option specified for the table. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`. The default value is `AWS_OWNED_KMS_KEY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TablePointInTimeRecovery.ts b/src/app/Models/codegen/aws/types/keyspaces_TablePointInTimeRecovery.ts index 792430be8..ffa429a10 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TablePointInTimeRecovery.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TablePointInTimeRecovery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TablePointInTimeRecovery { // Valid values: `ENABLED`, `DISABLED`. The default value is `DISABLED`. @@ -15,8 +15,8 @@ export function keyspaces_TablePointInTimeRecovery_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "status", - "Valid values: `ENABLED`, `DISABLED`. The default value is `DISABLED`.", + 'status', + 'Valid values: `ENABLED`, `DISABLED`. The default value is `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinition.ts b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinition.ts index 25e4a8a1d..92bd50621 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinition.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinition.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { keyspaces_TableSchemaDefinitionClusteringKey, keyspaces_TableSchemaDefinitionClusteringKey_GetTypes, -} from "./keyspaces_TableSchemaDefinitionClusteringKey"; +} from './keyspaces_TableSchemaDefinitionClusteringKey'; import { keyspaces_TableSchemaDefinitionColumn, keyspaces_TableSchemaDefinitionColumn_GetTypes, -} from "./keyspaces_TableSchemaDefinitionColumn"; +} from './keyspaces_TableSchemaDefinitionColumn'; import { keyspaces_TableSchemaDefinitionPartitionKey, keyspaces_TableSchemaDefinitionPartitionKey_GetTypes, -} from "./keyspaces_TableSchemaDefinitionPartitionKey"; +} from './keyspaces_TableSchemaDefinitionPartitionKey'; import { keyspaces_TableSchemaDefinitionStaticColumn, keyspaces_TableSchemaDefinitionStaticColumn_GetTypes, -} from "./keyspaces_TableSchemaDefinitionStaticColumn"; +} from './keyspaces_TableSchemaDefinitionStaticColumn'; export interface keyspaces_TableSchemaDefinition { // The columns that are part of the clustering key of the table. @@ -40,32 +40,32 @@ export function keyspaces_TableSchemaDefinition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "clusteringKeys", - "The columns that are part of the clustering key of the table.", + 'clusteringKeys', + 'The columns that are part of the clustering key of the table.', () => keyspaces_TableSchemaDefinitionClusteringKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "columns", - "The regular columns of the table.", + 'columns', + 'The regular columns of the table.', () => keyspaces_TableSchemaDefinitionColumn_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "partitionKeys", - "The columns that are part of the partition key of the table .", + 'partitionKeys', + 'The columns that are part of the partition key of the table .', () => keyspaces_TableSchemaDefinitionPartitionKey_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "staticColumns", - "The columns that have been defined as `STATIC`. Static columns store values that are shared by all rows in the same partition.", + 'staticColumns', + 'The columns that have been defined as `STATIC`. Static columns store values that are shared by all rows in the same partition.', () => keyspaces_TableSchemaDefinitionStaticColumn_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionClusteringKey.ts b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionClusteringKey.ts index 650fad092..96164192e 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionClusteringKey.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionClusteringKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableSchemaDefinitionClusteringKey { // The name of the clustering key column. @@ -18,16 +18,16 @@ export function keyspaces_TableSchemaDefinitionClusteringKey_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "name", - "The name of the clustering key column.", + 'name', + 'The name of the clustering key column.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "orderBy", - "The order modifier. Valid values: `ASC`, `DESC`.", + 'orderBy', + 'The order modifier. Valid values: `ASC`, `DESC`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionColumn.ts b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionColumn.ts index d20f64da2..202fe1180 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionColumn.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableSchemaDefinitionColumn { // The name of the column. @@ -18,16 +18,16 @@ export function keyspaces_TableSchemaDefinitionColumn_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "type", - "The data type of the column. See the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types) for a list of available data types.", + 'type', + 'The data type of the column. See the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types) for a list of available data types.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the column.", + 'name', + 'The name of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionPartitionKey.ts b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionPartitionKey.ts index 9a0677d11..90f96e4ac 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionPartitionKey.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionPartitionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableSchemaDefinitionPartitionKey { // The name of the partition key column. @@ -15,8 +15,8 @@ export function keyspaces_TableSchemaDefinitionPartitionKey_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "The name of the partition key column.", + 'name', + 'The name of the partition key column.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionStaticColumn.ts b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionStaticColumn.ts index 43e43f5e7..44536bb1f 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionStaticColumn.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableSchemaDefinitionStaticColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableSchemaDefinitionStaticColumn { // The name of the static column. @@ -15,8 +15,8 @@ export function keyspaces_TableSchemaDefinitionStaticColumn_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "The name of the static column.", + 'name', + 'The name of the static column.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/keyspaces_TableTtl.ts b/src/app/Models/codegen/aws/types/keyspaces_TableTtl.ts index d3770d5e1..ff1e18c6f 100644 --- a/src/app/Models/codegen/aws/types/keyspaces_TableTtl.ts +++ b/src/app/Models/codegen/aws/types/keyspaces_TableTtl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface keyspaces_TableTtl { // Valid values: `ENABLED`. @@ -15,8 +15,8 @@ export function keyspaces_TableTtl_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "status", - "Valid values: `ENABLED`.", + 'status', + 'Valid values: `ENABLED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions.ts index 4d2fa9aac..d8561d1a2 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationCloudwatchLoggingOptions { // The ARN of the Kinesis Analytics Application. @@ -21,24 +21,24 @@ export function kinesis_AnalyticsApplicationCloudwatchLoggingOptions_GetTypes(): return [ new DynamicUIProps( InputType.String, - "id", - "The ARN of the Kinesis Analytics Application.", + 'id', + 'The ARN of the Kinesis Analytics Application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamArn", - "The ARN of the CloudWatch Log Stream.", + 'logStreamArn', + 'The ARN of the CloudWatch Log Stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to send application messages.", + 'roleArn', + 'The ARN of the IAM Role used to send application messages.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputs.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputs.ts index 10cccb906..03511a451 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputs.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputs.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputsSchema, kinesis_AnalyticsApplicationInputsSchema_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchema"; +} from './kinesis_AnalyticsApplicationInputsSchema'; import { kinesis_AnalyticsApplicationInputsStartingPositionConfiguration, kinesis_AnalyticsApplicationInputsStartingPositionConfiguration_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsStartingPositionConfiguration"; +} from './kinesis_AnalyticsApplicationInputsStartingPositionConfiguration'; import { kinesis_AnalyticsApplicationInputsKinesisFirehose, kinesis_AnalyticsApplicationInputsKinesisFirehose_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsKinesisFirehose"; +} from './kinesis_AnalyticsApplicationInputsKinesisFirehose'; import { kinesis_AnalyticsApplicationInputsKinesisStream, kinesis_AnalyticsApplicationInputsKinesisStream_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsKinesisStream"; +} from './kinesis_AnalyticsApplicationInputsKinesisStream'; import { kinesis_AnalyticsApplicationInputsParallelism, kinesis_AnalyticsApplicationInputsParallelism_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsParallelism"; +} from './kinesis_AnalyticsApplicationInputsParallelism'; import { kinesis_AnalyticsApplicationInputsProcessingConfiguration, kinesis_AnalyticsApplicationInputsProcessingConfiguration_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsProcessingConfiguration"; +} from './kinesis_AnalyticsApplicationInputsProcessingConfiguration'; export interface kinesis_AnalyticsApplicationInputs { // The Name Prefix to use when creating an in-application stream. @@ -78,16 +78,16 @@ export function kinesis_AnalyticsApplicationInputs_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "namePrefix", - "The Name Prefix to use when creating an in-application stream.", + 'namePrefix', + 'The Name Prefix to use when creating an in-application stream.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "startingPositionConfigurations", - "The point at which the application starts processing records from the streaming source.\nSee Starting Position Configuration below for more details.", + 'startingPositionConfigurations', + 'The point at which the application starts processing records from the streaming source.\nSee Starting Position Configuration below for more details.', () => kinesis_AnalyticsApplicationInputsStartingPositionConfiguration_GetTypes(), false, @@ -95,24 +95,24 @@ export function kinesis_AnalyticsApplicationInputs_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "id", - "The ARN of the Kinesis Analytics Application.", + 'id', + 'The ARN of the Kinesis Analytics Application.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "parallelism", - "The number of Parallel in-application streams to create.\nSee Parallelism below for more details.", + 'parallelism', + 'The number of Parallel in-application streams to create.\nSee Parallelism below for more details.', () => kinesis_AnalyticsApplicationInputsParallelism_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The Processing Configuration to transform records as they are received from the stream.\nSee Processing Configuration below for more details.", + 'processingConfiguration', + 'The Processing Configuration to transform records as they are received from the stream.\nSee Processing Configuration below for more details.', () => kinesis_AnalyticsApplicationInputsProcessingConfiguration_GetTypes(), false, @@ -120,32 +120,32 @@ export function kinesis_AnalyticsApplicationInputs_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "schema", - "The Schema format of the data in the streaming source. See Source Schema below for more details.", + 'schema', + 'The Schema format of the data in the streaming source. See Source Schema below for more details.', () => kinesis_AnalyticsApplicationInputsSchema_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "kinesisFirehose", - "The Kinesis Firehose configuration for the streaming source. Conflicts with `kinesis_stream`.\nSee Kinesis Firehose below for more details.", + 'kinesisFirehose', + 'The Kinesis Firehose configuration for the streaming source. Conflicts with `kinesis_stream`.\nSee Kinesis Firehose below for more details.', () => kinesis_AnalyticsApplicationInputsKinesisFirehose_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisStream", - "The Kinesis Stream configuration for the streaming source. Conflicts with `kinesis_firehose`.\nSee Kinesis Stream below for more details.", + 'kinesisStream', + 'The Kinesis Stream configuration for the streaming source. Conflicts with `kinesis_firehose`.\nSee Kinesis Stream below for more details.', () => kinesis_AnalyticsApplicationInputsKinesisStream_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "streamNames", - "", + 'streamNames', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisFirehose.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisFirehose.ts index 1af64f633..88828e3de 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisFirehose.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsKinesisFirehose { // The ARN of the Kinesis Firehose delivery stream. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationInputsKinesisFirehose_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Kinesis Firehose delivery stream.", + 'resourceArn', + 'The ARN of the Kinesis Firehose delivery stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the stream.", + 'roleArn', + 'The ARN of the IAM Role used to access the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisStream.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisStream.ts index 72b0c68b3..67ba75380 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisStream.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsKinesisStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsKinesisStream { // The ARN of the Kinesis Stream. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationInputsKinesisStream_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Kinesis Stream.", + 'resourceArn', + 'The ARN of the Kinesis Stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the stream.", + 'roleArn', + 'The ARN of the IAM Role used to access the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsParallelism.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsParallelism.ts index 2c4470a3b..6a8abbff5 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsParallelism.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsParallelism.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsParallelism { // The Count of streams. @@ -15,8 +15,8 @@ export function kinesis_AnalyticsApplicationInputsParallelism_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "count", - "The Count of streams.", + 'count', + 'The Count of streams.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfiguration.ts index 7d1fe7d29..51c1618d5 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda, kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda"; +} from './kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda'; export interface kinesis_AnalyticsApplicationInputsProcessingConfiguration { // The Lambda function configuration. See Lambda below for more details. @@ -19,8 +19,8 @@ export function kinesis_AnalyticsApplicationInputsProcessingConfiguration_GetTyp return [ new DynamicUIProps( InputType.Object, - "lambda", - "The Lambda function configuration. See Lambda below for more details.", + 'lambda', + 'The Lambda function configuration. See Lambda below for more details.', () => kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda.ts index aa1c7ba80..72e71fec1 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda { // The ARN of the IAM Role used to access the Lambda function. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationInputsProcessingConfigurationLambda_ return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the Lambda function.", + 'roleArn', + 'The ARN of the IAM Role used to access the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Lambda function.", + 'resourceArn', + 'The ARN of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchema.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchema.ts index d38031140..228795bd0 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchema.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputsSchemaRecordColumn, kinesis_AnalyticsApplicationInputsSchemaRecordColumn_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchemaRecordColumn"; +} from './kinesis_AnalyticsApplicationInputsSchemaRecordColumn'; import { kinesis_AnalyticsApplicationInputsSchemaRecordFormat, kinesis_AnalyticsApplicationInputsSchemaRecordFormat_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchemaRecordFormat"; +} from './kinesis_AnalyticsApplicationInputsSchemaRecordFormat'; export interface kinesis_AnalyticsApplicationInputsSchema { /* @@ -35,24 +35,24 @@ export function kinesis_AnalyticsApplicationInputsSchema_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "recordColumns", - "The Record Column mapping for the streaming source data element.\nSee Record Columns below for more details.", + 'recordColumns', + 'The Record Column mapping for the streaming source data element.\nSee Record Columns below for more details.', () => kinesis_AnalyticsApplicationInputsSchemaRecordColumn_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "recordEncoding", - "The Encoding of the record in the streaming source.", + 'recordEncoding', + 'The Encoding of the record in the streaming source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "recordFormat", - "The Record Format and mapping information to schematize a record.\nSee Record Format below for more details.", + 'recordFormat', + 'The Record Format and mapping information to schematize a record.\nSee Record Format below for more details.', () => kinesis_AnalyticsApplicationInputsSchemaRecordFormat_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordColumn.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordColumn.ts index 74ad2bab5..fb7deeca5 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordColumn.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsSchemaRecordColumn { // The Mapping reference to the data element. @@ -21,24 +21,24 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordColumn_GetTypes(): return [ new DynamicUIProps( InputType.String, - "mapping", - "The Mapping reference to the data element.", + 'mapping', + 'The Mapping reference to the data element.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the column.", + 'name', + 'Name of the column.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sqlType", - "The SQL Type of the column.", + 'sqlType', + 'The SQL Type of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormat.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormat.ts index ab604af3c..b88f85e58 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormat.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters, kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters"; +} from './kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters'; export interface kinesis_AnalyticsApplicationInputsSchemaRecordFormat { /* @@ -25,8 +25,8 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormat_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "mappingParameters", - "The Mapping Information for the record format.\nSee Mapping Parameters below for more details.", + 'mappingParameters', + 'The Mapping Information for the record format.\nSee Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters_GetTypes(), false, @@ -34,8 +34,8 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormat_GetTypes(): ), new DynamicUIProps( InputType.String, - "recordFormatType", - "The type of Record Format. Can be `CSV` or `JSON`.", + 'recordFormatType', + 'The type of Record Format. Can be `CSV` or `JSON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters.ts index 089295c09..5d1a08a95 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv, kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv"; +} from './kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv'; import { kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson, kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson_GetTypes, -} from "./kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson"; +} from './kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson'; export interface kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParameters { /* @@ -32,8 +32,8 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParam return [ new DynamicUIProps( InputType.Object, - "csv", - "Mapping information when the record format uses delimiters.\nSee CSV Mapping Parameters below for more details.", + 'csv', + 'Mapping information when the record format uses delimiters.\nSee CSV Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv_GetTypes(), false, @@ -41,8 +41,8 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParam ), new DynamicUIProps( InputType.Object, - "json", - "Mapping information when JSON is the record format on the streaming source.\nSee JSON Mapping Parameters below for more details.", + 'json', + 'Mapping information when JSON is the record format on the streaming source.\nSee JSON Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv.ts index fefa82fd9..5e09c1352 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsv { // The Column Delimiter. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParam return [ new DynamicUIProps( InputType.String, - "recordColumnDelimiter", - "The Column Delimiter.", + 'recordColumnDelimiter', + 'The Column Delimiter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "recordRowDelimiter", - "The Row Delimiter.", + 'recordRowDelimiter', + 'The Row Delimiter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson.ts index 080a84ddc..32ac7b90e 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJson { // Path to the top-level parent that contains the records. @@ -15,8 +15,8 @@ export function kinesis_AnalyticsApplicationInputsSchemaRecordFormatMappingParam return [ new DynamicUIProps( InputType.String, - "recordRowPath", - "Path to the top-level parent that contains the records.", + 'recordRowPath', + 'Path to the top-level parent that contains the records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsStartingPositionConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsStartingPositionConfiguration.ts index f1a7f137e..8478b10fb 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsStartingPositionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationInputsStartingPositionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationInputsStartingPositionConfiguration { // The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`. @@ -15,8 +15,8 @@ export function kinesis_AnalyticsApplicationInputsStartingPositionConfiguration_ return [ new DynamicUIProps( InputType.String, - "startingPosition", - "The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`.", + 'startingPosition', + 'The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutput.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutput.ts index c66a96efa..0125365ff 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutput.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutput.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationOutputKinesisFirehose, kinesis_AnalyticsApplicationOutputKinesisFirehose_GetTypes, -} from "./kinesis_AnalyticsApplicationOutputKinesisFirehose"; +} from './kinesis_AnalyticsApplicationOutputKinesisFirehose'; import { kinesis_AnalyticsApplicationOutputKinesisStream, kinesis_AnalyticsApplicationOutputKinesisStream_GetTypes, -} from "./kinesis_AnalyticsApplicationOutputKinesisStream"; +} from './kinesis_AnalyticsApplicationOutputKinesisStream'; import { kinesis_AnalyticsApplicationOutputLambda, kinesis_AnalyticsApplicationOutputLambda_GetTypes, -} from "./kinesis_AnalyticsApplicationOutputLambda"; +} from './kinesis_AnalyticsApplicationOutputLambda'; import { kinesis_AnalyticsApplicationOutputSchema, kinesis_AnalyticsApplicationOutputSchema_GetTypes, -} from "./kinesis_AnalyticsApplicationOutputSchema"; +} from './kinesis_AnalyticsApplicationOutputSchema'; export interface kinesis_AnalyticsApplicationOutput { // The ARN of the Kinesis Analytics Application. @@ -52,48 +52,48 @@ export function kinesis_AnalyticsApplicationOutput_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "id", - "The ARN of the Kinesis Analytics Application.", + 'id', + 'The ARN of the Kinesis Analytics Application.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "kinesisFirehose", - "The Kinesis Firehose configuration for the destination stream. Conflicts with `kinesis_stream`.\nSee Kinesis Firehose below for more details.", + 'kinesisFirehose', + 'The Kinesis Firehose configuration for the destination stream. Conflicts with `kinesis_stream`.\nSee Kinesis Firehose below for more details.', () => kinesis_AnalyticsApplicationOutputKinesisFirehose_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisStream", - "The Kinesis Stream configuration for the destination stream. Conflicts with `kinesis_firehose`.\nSee Kinesis Stream below for more details.", + 'kinesisStream', + 'The Kinesis Stream configuration for the destination stream. Conflicts with `kinesis_firehose`.\nSee Kinesis Stream below for more details.', () => kinesis_AnalyticsApplicationOutputKinesisStream_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lambda", - "The Lambda function destination. See Lambda below for more details.", + 'lambda', + 'The Lambda function destination. See Lambda below for more details.', () => kinesis_AnalyticsApplicationOutputLambda_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The Name of the in-application stream.", + 'name', + 'The Name of the in-application stream.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "schema", - "The Schema format of the data written to the destination. See Destination Schema below for more details.", + 'schema', + 'The Schema format of the data written to the destination. See Destination Schema below for more details.', () => kinesis_AnalyticsApplicationOutputSchema_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisFirehose.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisFirehose.ts index 9053bddc7..eb429c80f 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisFirehose.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationOutputKinesisFirehose { // The ARN of the Kinesis Firehose delivery stream. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationOutputKinesisFirehose_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Kinesis Firehose delivery stream.", + 'resourceArn', + 'The ARN of the Kinesis Firehose delivery stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the stream.", + 'roleArn', + 'The ARN of the IAM Role used to access the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisStream.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisStream.ts index b6db1aa42..42e63d82c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisStream.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputKinesisStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationOutputKinesisStream { // The ARN of the Kinesis Stream. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationOutputKinesisStream_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Kinesis Stream.", + 'resourceArn', + 'The ARN of the Kinesis Stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the stream.", + 'roleArn', + 'The ARN of the IAM Role used to access the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputLambda.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputLambda.ts index 5fddf77e7..85d15c4f9 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputLambda.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputLambda.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationOutputLambda { // The ARN of the Lambda function. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationOutputLambda_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Lambda function.", + 'resourceArn', + 'The ARN of the Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM Role used to access the Lambda function.", + 'roleArn', + 'The ARN of the IAM Role used to access the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputSchema.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputSchema.ts index 73bb52495..0f2190bb1 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationOutputSchema.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationOutputSchema { // The Format Type of the records on the output stream. Can be `CSV` or `JSON`. @@ -15,8 +15,8 @@ export function kinesis_AnalyticsApplicationOutputSchema_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "recordFormatType", - "The Format Type of the records on the output stream. Can be `CSV` or `JSON`.", + 'recordFormatType', + 'The Format Type of the records on the output stream. Can be `CSV` or `JSON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSources.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSources.ts index 41d6f635e..092b80b5e 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSources.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSources.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationReferenceDataSourcesS3, kinesis_AnalyticsApplicationReferenceDataSourcesS3_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesS3"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesS3'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchema, kinesis_AnalyticsApplicationReferenceDataSourcesSchema_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchema"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchema'; export interface kinesis_AnalyticsApplicationReferenceDataSources { // The in-application Table Name. @@ -32,32 +32,32 @@ export function kinesis_AnalyticsApplicationReferenceDataSources_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "tableName", - "The in-application Table Name.", + 'tableName', + 'The in-application Table Name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The ARN of the Kinesis Analytics Application.", + 'id', + 'The ARN of the Kinesis Analytics Application.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "The S3 configuration for the reference data source. See S3 Reference below for more details.", + 's3', + 'The S3 configuration for the reference data source. See S3 Reference below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesS3_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "schema", - "The Schema format of the data in the streaming source. See Source Schema below for more details.", + 'schema', + 'The Schema format of the data in the streaming source. See Source Schema below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchema_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesS3.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesS3.ts index 34b0999f6..7c279abab 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesS3.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesS3 { // The S3 Bucket ARN. @@ -21,24 +21,24 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesS3_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "bucketArn", - "The S3 Bucket ARN.", + 'bucketArn', + 'The S3 Bucket ARN.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileKey", - "The File Key name containing reference data.", + 'fileKey', + 'The File Key name containing reference data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The IAM Role ARN to read the data.", + 'roleArn', + 'The IAM Role ARN to read the data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchema.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchema.ts index 381c625e7..60307a927 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchema.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat, kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn, kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchema { /* @@ -35,8 +35,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchema_GetTypes( return [ new DynamicUIProps( InputType.Array, - "recordColumns", - "The Record Column mapping for the streaming source data element.\nSee Record Columns below for more details.", + 'recordColumns', + 'The Record Column mapping for the streaming source data element.\nSee Record Columns below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn_GetTypes(), true, @@ -44,16 +44,16 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchema_GetTypes( ), new DynamicUIProps( InputType.String, - "recordEncoding", - "The Encoding of the record in the streaming source.", + 'recordEncoding', + 'The Encoding of the record in the streaming source.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "recordFormat", - "The Record Format and mapping information to schematize a record.\nSee Record Format below for more details.", + 'recordFormat', + 'The Record Format and mapping information to schematize a record.\nSee Record Format below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn.ts index b6d78cb95..0e37a660b 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn { // The Mapping reference to the data element. @@ -21,24 +21,24 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordColu return [ new DynamicUIProps( InputType.String, - "mapping", - "The Mapping reference to the data element.", + 'mapping', + 'The Mapping reference to the data element.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the column.", + 'name', + 'Name of the column.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sqlType", - "The SQL Type of the column.", + 'sqlType', + 'The SQL Type of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat.ts index eb2fb0315..98a33c1c4 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters, kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat { /* @@ -25,8 +25,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm return [ new DynamicUIProps( InputType.Object, - "mappingParameters", - "The Mapping Information for the record format.\nSee Mapping Parameters below for more details.", + 'mappingParameters', + 'The Mapping Information for the record format.\nSee Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters_GetTypes(), false, @@ -34,8 +34,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm ), new DynamicUIProps( InputType.String, - "recordFormatType", - "The type of Record Format. Can be `CSV` or `JSON`.", + 'recordFormatType', + 'The type of Record Format. Can be `CSV` or `JSON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters.ts index 046b624fa..458ceb8c1 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv, kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv'; import { kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson, kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson_GetTypes, -} from "./kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson"; +} from './kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters { /* @@ -32,8 +32,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm return [ new DynamicUIProps( InputType.Object, - "csv", - "Mapping information when the record format uses delimiters.\nSee CSV Mapping Parameters below for more details.", + 'csv', + 'Mapping information when the record format uses delimiters.\nSee CSV Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv_GetTypes(), false, @@ -41,8 +41,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm ), new DynamicUIProps( InputType.Object, - "json", - "Mapping information when JSON is the record format on the streaming source.\nSee JSON Mapping Parameters below for more details.", + 'json', + 'Mapping information when JSON is the record format on the streaming source.\nSee JSON Mapping Parameters below for more details.', () => kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv.ts index cc9377ba8..aa92739c5 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv { // The Column Delimiter. @@ -18,16 +18,16 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm return [ new DynamicUIProps( InputType.String, - "recordColumnDelimiter", - "The Column Delimiter.", + 'recordColumnDelimiter', + 'The Column Delimiter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "recordRowDelimiter", - "The Row Delimiter.", + 'recordRowDelimiter', + 'The Row Delimiter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson.ts b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson.ts index dde8094cc..417a496d0 100644 --- a/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson.ts +++ b/src/app/Models/codegen/aws/types/kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson { // Path to the top-level parent that contains the records. @@ -15,8 +15,8 @@ export function kinesis_AnalyticsApplicationReferenceDataSourcesSchemaRecordForm return [ new DynamicUIProps( InputType.String, - "recordRowPath", - "Path to the top-level parent that contains the records.", + 'recordRowPath', + 'Path to the top-level parent that contains the records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration.ts index 2a21e58ad..1f051fd71 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfiguration { // The Elasticsearch index name. @@ -70,24 +70,24 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetType return [ new DynamicUIProps( InputType.Number, - "retryDuration", - "After an initial failure to deliver to Amazon Elasticsearch, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.", + 'retryDuration', + 'After an initial failure to deliver to Amazon Elasticsearch, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 Configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration_GetTypes(), true, @@ -95,8 +95,8 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetType ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -104,56 +104,56 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetType ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. The IAM role must have permission for `DescribeElasticsearchDomain`, `DescribeElasticsearchDomains`, and `DescribeElasticsearchDomainConfig`. The pattern needs to be `arn:.*`.", + 'roleArn', + 'The ARN of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. The IAM role must have permission for `DescribeElasticsearchDomain`, `DescribeElasticsearchDomains`, and `DescribeElasticsearchDomainConfig`. The pattern needs to be `arn:.*`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.", + 's3BackupMode', + 'Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "indexRotationPeriod", - "The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName to facilitate expiration of old data. Valid values are `NoRotation`, `OneHour`, `OneDay`, `OneWeek`, and `OneMonth`. The default value is `OneDay`.", + 'indexRotationPeriod', + 'The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName to facilitate expiration of old data. Valid values are `NoRotation`, `OneHour`, `OneDay`, `OneWeek`, and `OneMonth`. The default value is `OneDay`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "typeName", - "The Elasticsearch type name with maximum length of 100 characters.", + 'typeName', + 'The Elasticsearch type name with maximum length of 100 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterEndpoint", - "The endpoint to use when communicating with the cluster. Conflicts with `domain_arn`.", + 'clusterEndpoint', + 'The endpoint to use when communicating with the cluster. Conflicts with `domain_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration_GetTypes(), false, @@ -161,8 +161,8 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetType ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "The VPC configuration for the delivery stream to connect to Elastic Search associated with the VPC. See `vpc_config` block below for details.", + 'vpcConfig', + 'The VPC configuration for the delivery stream to connect to Elastic Search associated with the VPC. See `vpc_config` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig_GetTypes(), false, @@ -170,16 +170,16 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfiguration_GetType ), new DynamicUIProps( InputType.String, - "indexName", - "The Elasticsearch index name.", + 'indexName', + 'The Elasticsearch index name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainArn", - "The ARN of the Amazon ES domain. The pattern needs to be `arn:.*`. Conflicts with `cluster_endpoint`.", + 'domainArn', + 'The ARN of the Amazon ES domain. The pattern needs to be `arn:.*`. Conflicts with `cluster_endpoint`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions.ts index 914184299..4aed004c2 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationCloudwat return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration.ts index a43f2d1d5..1d6206b7f 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessi return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor.ts index 2926a1ef5..4ed252efe 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessor { // The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessi return [ new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter.ts index 1f193efbd..f94bfdb8e 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationProcessi return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration.ts index 04d47a55b..6fc39ccb8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration { // Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300. @@ -49,24 +49,24 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Config return [ new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -74,47 +74,47 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Config ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index 16c1948a2..c9eab68e4 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationS3Config return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig.ts index b8a792308..b00b396cc 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfig { // The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc) @@ -24,28 +24,28 @@ export function kinesis_FirehoseDeliveryStreamElasticsearchConfigurationVpcConfi return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)", + 'roleArn', + 'The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security group IDs to associate with Kinesis Firehose.", + 'securityGroupIds', + 'A list of security group IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs to associate with Kinesis Firehose.", + 'subnetIds', + 'A list of subnet IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration.ts index 84f8d8fe3..7bf5b227d 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3Configuration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration'; export interface kinesis_FirehoseDeliveryStreamExtendedS3Configuration { /* @@ -83,8 +83,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes() return [ new DynamicUIProps( InputType.Object, - "dynamicPartitioningConfiguration", - "The configuration for dynamic partitioning. Required when using [dynamic partitioning](https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html). See `dynamic_partitioning_configuration` block below for details.", + 'dynamicPartitioningConfiguration', + 'The configuration for dynamic partitioning. Required when using [dynamic partitioning](https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html). See `dynamic_partitioning_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration_GetTypes(), false, @@ -92,8 +92,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes() ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "", + 'cloudwatchLoggingOptions', + '', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -101,8 +101,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes() ), new DynamicUIProps( InputType.Object, - "dataFormatConversionConfiguration", - "Nested argument for the serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. See `data_format_conversion_configuration` block below for details.", + 'dataFormatConversionConfiguration', + 'Nested argument for the serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. See `data_format_conversion_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration_GetTypes(), false, @@ -110,23 +110,23 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes() ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customTimeZone", - "The time zone you prefer. Valid values are `UTC` or a non-3-letter IANA time zones (for example, `America/Los_Angeles`). Default value is `UTC`.", + 'customTimeZone', + 'The time zone you prefer. Valid values are `UTC` or a non-3-letter IANA time zones (for example, `America/Los_Angeles`). Default value is `UTC`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -134,74 +134,74 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3Configuration_GetTypes() ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "", + 'bufferingInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.", + 's3BackupMode', + 'The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3BackupConfiguration", - "The configuration for backup in Amazon S3. Required if `s3_backup_mode` is `Enabled`. Supports the same fields as `s3_configuration` object.", + 's3BackupConfiguration', + 'The configuration for backup in Amazon S3. Required if `s3_backup_mode` is `Enabled`. Supports the same fields as `s3_configuration` object.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "roleArn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'roleArn', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "bufferingSize", - "", + 'bufferingSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileExtension", - "The file extension to override the default file extension (for example, `.json`).", + 'fileExtension', + 'The file extension to override the default file extension (for example, `.json`).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions.ts index 56ab8c5e9..a21925b16 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchL return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration.ts index 38e6e8d77..463b055d8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration { // Defaults to `true`. Set it to `false` if you want to disable format conversion while preserving the configuration details. @@ -36,16 +36,16 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Defaults to `true`. Set it to `false` if you want to disable format conversion while preserving the configuration details.", + 'enabled', + 'Defaults to `true`. Set it to `false` if you want to disable format conversion while preserving the configuration details.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inputFormatConfiguration", - "Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. See `input_format_configuration` block below for details.", + 'inputFormatConfiguration', + 'Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. See `input_format_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration_GetTypes(), true, @@ -53,8 +53,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.Object, - "outputFormatConfiguration", - "Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. See `output_format_configuration` block below for details.", + 'outputFormatConfiguration', + 'Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. See `output_format_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration_GetTypes(), true, @@ -62,8 +62,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.Object, - "schemaConfiguration", - "Specifies the AWS Glue Data Catalog table that contains the column information. See `schema_configuration` block below for details.", + 'schemaConfiguration', + 'Specifies the AWS Glue Data Catalog table that contains the column information. See `schema_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration.ts index 7b985edef..0cb37e328 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration { // Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. See `deserializer` block below for details. @@ -19,8 +19,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Object, - "deserializer", - "Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. See `deserializer` block below for details.", + 'deserializer', + 'Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. See `deserializer` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer.ts index 2ecdc9c80..a2c52d03e 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializer { // Specifies the native Hive / HCatalog JsonSerDe. More details below. See `hive_json_ser_de` block below for details. @@ -26,8 +26,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Object, - "hiveJsonSerDe", - "Specifies the native Hive / HCatalog JsonSerDe. More details below. See `hive_json_ser_de` block below for details.", + 'hiveJsonSerDe', + 'Specifies the native Hive / HCatalog JsonSerDe. More details below. See `hive_json_ser_de` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe_GetTypes(), false, @@ -35,8 +35,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.Object, - "openXJsonSerDe", - "Specifies the OpenX SerDe. See `open_x_json_ser_de` block below for details.", + 'openXJsonSerDe', + 'Specifies the OpenX SerDe. See `open_x_json_ser_de` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe.ts index c2c234e43..26b58c464 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerHiveJsonSerDe { // A list of how you want Kinesis Data Firehose to parse the date and time stamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see [Class DateTimeFormat](https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html). You can also use the special value millis to parse time stamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses java.sql.Timestamp::valueOf by default. @@ -15,7 +15,7 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Array, - "timestampFormats", + 'timestampFormats', "A list of how you want Kinesis Data Firehose to parse the date and time stamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see [Class DateTimeFormat](https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html). You can also use the special value millis to parse time stamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses java.sql.Timestamp::valueOf by default.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe.ts index 1792046f0..95432e383 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDe { // When set to `true`, specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option. Defaults to `false`. @@ -21,15 +21,15 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Bool, - "caseInsensitive", - "When set to true, which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.", + 'caseInsensitive', + 'When set to true, which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "columnToJsonKeyMappings", + 'columnToJsonKeyMappings', 'A map of column names to JSON keys that aren\'t identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp, set this parameter to `{ ts = "timestamp" }` to map this key to a column named ts.', () => InputType_Map_GetTypes(), false, @@ -37,7 +37,7 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.Bool, - "convertDotsInJsonKeysToUnderscores", + 'convertDotsInJsonKeysToUnderscores', 'When set to `true`, specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option. Defaults to `false`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration.ts index 61a1c9914..290f07bfe 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration { // Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. See `serializer` block below for details. @@ -19,8 +19,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Object, - "serializer", - "Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. See `serializer` block below for details.", + 'serializer', + 'Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. See `serializer` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer.ts index bf2603bb3..2761f796c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializer { // Specifies converting data to the Parquet format before storing it in Amazon S3. For more information, see [Apache Parquet](https://parquet.apache.org/docs/). More details below. @@ -26,8 +26,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.Object, - "parquetSerDe", - "Specifies converting data to the Parquet format before storing it in Amazon S3. For more information, see [Apache Parquet](https://parquet.apache.org/docs/). More details below.", + 'parquetSerDe', + 'Specifies converting data to the Parquet format before storing it in Amazon S3. For more information, see [Apache Parquet](https://parquet.apache.org/docs/). More details below.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe_GetTypes(), false, @@ -35,8 +35,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.Object, - "orcSerDe", - "Specifies converting data to the ORC format before storing it in Amazon S3. For more information, see [Apache ORC](https://orc.apache.org/docs/). See `orc_ser_de` block below for details.", + 'orcSerDe', + 'Specifies converting data to the ORC format before storing it in Amazon S3. For more information, see [Apache ORC](https://orc.apache.org/docs/). See `orc_ser_de` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe.ts index bf9b62c4d..ab685996d 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDe { // The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations. @@ -42,80 +42,80 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.String, - "formatVersion", - "The version of the file to write. The possible values are `V0_11` and `V0_12`. The default is `V0_12`.", + 'formatVersion', + 'The version of the file to write. The possible values are `V0_11` and `V0_12`. The default is `V0_12`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "blockSizeBytes", - "The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.", + 'blockSizeBytes', + 'The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "bloomFilterColumns", - "A list of column names for which you want Kinesis Data Firehose to create bloom filters.", + 'bloomFilterColumns', + 'A list of column names for which you want Kinesis Data Firehose to create bloom filters.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "compression", - "The compression code to use over data blocks. The default is `SNAPPY`.", + 'compression', + 'The compression code to use over data blocks. The default is `SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rowIndexStride", - "The number of rows between index entries. The default is `10000` and the minimum is `1000`.", + 'rowIndexStride', + 'The number of rows between index entries. The default is `10000` and the minimum is `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enablePadding", - "Set this to `true` to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `false`.", + 'enablePadding', + 'Set this to `true` to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "stripeSizeBytes", - "The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.", + 'stripeSizeBytes', + 'The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bloomFilterFalsePositiveProbability", - "The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is `0.05`, the minimum is `0`, and the maximum is `1`.", + 'bloomFilterFalsePositiveProbability', + 'The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is `0.05`, the minimum is `0`, and the maximum is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dictionaryKeyThreshold", - "A float that represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to `1`.", + 'dictionaryKeyThreshold', + 'A float that represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "paddingTolerance", - "A float between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is `0.05`, which means 5 percent of stripe size. For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task. Kinesis Data Firehose ignores this parameter when `enable_padding` is `false`.", + 'paddingTolerance', + 'A float between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is `0.05`, which means 5 percent of stripe size. For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task. Kinesis Data Firehose ignores this parameter when `enable_padding` is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe.ts index 63eb1f7f2..ca2b8a356 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe { // The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `0`. @@ -30,48 +30,48 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.String, - "compression", - "The compression code to use over data blocks. The possible values are `UNCOMPRESSED`, `SNAPPY`, and `GZIP`, with the default being `SNAPPY`. Use `SNAPPY` for higher decompression speed. Use `GZIP` if the compression ratio is more important than speed.", + 'compression', + 'The compression code to use over data blocks. The possible values are `UNCOMPRESSED`, `SNAPPY`, and `GZIP`, with the default being `SNAPPY`. Use `SNAPPY` for higher decompression speed. Use `GZIP` if the compression ratio is more important than speed.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableDictionaryCompression", - "Indicates whether to enable dictionary compression.", + 'enableDictionaryCompression', + 'Indicates whether to enable dictionary compression.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxPaddingBytes", - "The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `0`.", + 'maxPaddingBytes', + 'The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `0`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pageSizeBytes", - "The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.", + 'pageSizeBytes', + 'The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "writerVersion", - "Indicates the version of row format to output. The possible values are `V1` and `V2`. The default is `V1`.", + 'writerVersion', + 'Indicates the version of row format to output. The possible values are `V1` and `V2`. The default is `V1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "blockSizeBytes", - "The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.", + 'blockSizeBytes', + 'The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration.ts index 99a1197f8..5ec51d439 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration { // Specifies the AWS Glue table that contains the column information that constitutes your data schema. @@ -30,15 +30,15 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC return [ new DynamicUIProps( InputType.String, - "versionId", - "Specifies the table version for the output data schema. Defaults to `LATEST`.", + 'versionId', + 'Specifies the table version for the output data schema. Defaults to `LATEST`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "catalogId", + 'catalogId', "The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.", () => [], false, @@ -46,15 +46,15 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.String, - "databaseName", - "Specifies the name of the AWS Glue database that contains the schema for the output data.", + 'databaseName', + 'Specifies the name of the AWS Glue database that contains the schema for the output data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", + 'region', "If you don't specify an AWS Region, the default is the current region.", () => [], false, @@ -62,7 +62,7 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.String, - "roleArn", + 'roleArn', "The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.", () => [], true, @@ -70,8 +70,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatC ), new DynamicUIProps( InputType.String, - "tableName", - "Specifies the AWS Glue table that contains the column information that constitutes your data schema.", + 'tableName', + 'Specifies the AWS Glue table that contains the column information that constitutes your data schema.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration.ts index c4f5ef242..04eda4b51 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration { // Enables or disables dynamic partitioning. Defaults to `false`. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPart return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables dynamic partitioning. Defaults to `false`.", + 'enabled', + 'Enables or disables dynamic partitioning. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "retryDuration", - "Total amount of seconds Firehose spends on retries. Valid values between 0 and 7200. Default is 300.\n\n> **NOTE:** You can enable dynamic partitioning only when you create a new delivery stream. Once you enable dynamic partitioning on a delivery stream, it cannot be disabled on this delivery stream. Therefore, the provider will recreate the resource whenever dynamic partitioning is enabled or disabled.", + 'retryDuration', + 'Total amount of seconds Firehose spends on retries. Valid values between 0 and 7200. Default is 300.\n\n> **NOTE:** You can enable dynamic partitioning only when you create a new delivery stream. Once you enable dynamic partitioning on a delivery stream, it cannot be disabled on this delivery stream. Therefore, the provider will recreate the resource whenever dynamic partitioning is enabled or disabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration.ts index c2ea436da..fd07d7b96 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingC return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor.ts index 84b350711..40059fcb0 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,8 +22,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingC return [ new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingC ), new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter.ts index 73ce2d1f7..c241ddacb 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationProcessingC return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration.ts index 982c525b4..1c09a9fb1 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration { // The ARN of the S3 bucket @@ -46,17 +46,17 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupCon return [ new DynamicUIProps( InputType.Number, - "bufferingSize", - "", + 'bufferingSize', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "roleArn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'roleArn', '', () => [], true, false), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "", + 'cloudwatchLoggingOptions', + '', () => kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -64,39 +64,39 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupCon ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -104,8 +104,8 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupCon ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "", + 'bufferingInterval', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts index 52e5021ca..cf7cc44ec 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions { // The CloudWatch group name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupCon return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration.ts index c2651af7d..19b916af8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration { // The Secret Manager Configuration. See `secrets_manager_configuration` block below for details. @@ -71,32 +71,32 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes return [ new DynamicUIProps( InputType.String, - "url", - "The HTTP endpoint URL to which Kinesis Firehose sends your data.", + 'url', + 'The HTTP endpoint URL to which Kinesis Firehose sends your data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The HTTP endpoint name.", + 'name', + 'The HTTP endpoint name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "Defines how documents should be delivered to Amazon S3. Valid values are `FailedDataOnly` and `AllData`. Default value is `FailedDataOnly`.", + 's3BackupMode', + 'Defines how documents should be delivered to Amazon S3. Valid values are `FailedDataOnly` and `AllData`. Default value is `FailedDataOnly`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 Configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration_GetTypes(), true, @@ -104,24 +104,24 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes ), new DynamicUIProps( InputType.String, - "accessKey", - "The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.", + 'accessKey', + 'The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "requestConfiguration", - "The request configuration. See `request_configuration` block below for details.", + 'requestConfiguration', + 'The request configuration. See `request_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration_GetTypes(), false, @@ -129,8 +129,8 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes ), new DynamicUIProps( InputType.Object, - "secretsManagerConfiguration", - "The Secret Manager Configuration. See `secrets_manager_configuration` block below for details.", + 'secretsManagerConfiguration', + 'The Secret Manager Configuration. See `secrets_manager_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration_GetTypes(), false, @@ -138,16 +138,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -155,8 +155,8 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration_GetTypes(), false, @@ -164,16 +164,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfiguration_GetTypes ), new DynamicUIProps( InputType.String, - "roleArn", - "Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs. The pattern needs to be `arn:.*`.", + 'roleArn', + 'Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs. The pattern needs to be `arn:.*`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retryDuration", - "Total amount of seconds Firehose spends on retries. This duration starts after the initial attempt fails, It does not include the time periods during which Firehose waits for acknowledgment from the specified destination after each attempt. Valid values between `0` and `7200`. Default is `300`.", + 'retryDuration', + 'Total amount of seconds Firehose spends on retries. This duration starts after the initial attempt fails, It does not include the time periods during which Firehose waits for acknowledgment from the specified destination after each attempt. Valid values between `0` and `7200`. Default is `300`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions.ts index 6218d92b5..422495368 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatchLoggingOptions { // The CloudWatch group name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationCloudwatc return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration.ts index 32c3e9bec..b51ac048d 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessin return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor.ts index 9b3afff9f..aba19e583 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,8 +22,8 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessin return [ new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessin ), new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter.ts index 517dd6110..ab1d451fe 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationProcessin return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration.ts index a0d8e13d3..c5262f2d1 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration { // Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. Valid values are `NONE` and `GZIP`. Default value is `NONE`. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestCo return [ new DynamicUIProps( InputType.String, - "contentEncoding", - "Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. Valid values are `NONE` and `GZIP`. Default value is `NONE`.", + 'contentEncoding', + 'Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. Valid values are `NONE` and `GZIP`. Default value is `NONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "commonAttributes", - "Describes the metadata sent to the HTTP endpoint destination. See `common_attributes` block below for details.", + 'commonAttributes', + 'Describes the metadata sent to the HTTP endpoint destination. See `common_attributes` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute.ts index 9b154e3c2..a4da644bd 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute { // The name of the HTTP endpoint common attribute. @@ -18,16 +18,16 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationRequestCo return [ new DynamicUIProps( InputType.String, - "value", - "The value of the HTTP endpoint common attribute.", + 'value', + 'The value of the HTTP endpoint common attribute.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the HTTP endpoint common attribute.", + 'name', + 'The name of the HTTP endpoint common attribute.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration.ts index 35b205205..0201c9a95 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configuration { // The ARN of the S3 bucket @@ -49,8 +49,8 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configu return [ new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -58,39 +58,39 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configu ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -98,24 +98,24 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configu ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index d9cf2d69a..3a9510b0b 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3ConfigurationCloudwatchLoggingOptions { // The CloudWatch log stream name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationS3Configu return [ new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration.ts index 553ecf6ae..615628ebe 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsManagerConfiguration { // Enables or disables the Secrets Manager configuration. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamHttpEndpointConfigurationSecretsMa return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the Secrets Manager configuration.", + 'enabled', + 'Enables or disables the Secrets Manager configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role the stream assumes.", + 'roleArn', + 'The ARN of the role the stream assumes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of the Secrets Manager secret. This value is required if `enabled` is true.", + 'secretArn', + 'The ARN of the Secrets Manager secret. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration.ts index 952635857..03b163ed2 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration { // The kinesis stream used as the source of the firehose delivery stream. @@ -18,16 +18,16 @@ export function kinesis_FirehoseDeliveryStreamKinesisSourceConfiguration_GetType return [ new DynamicUIProps( InputType.String, - "kinesisStreamArn", - "The kinesis stream used as the source of the firehose delivery stream.", + 'kinesisStreamArn', + 'The kinesis stream used as the source of the firehose delivery stream.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role that provides access to the source Kinesis stream.", + 'roleArn', + 'The ARN of the role that provides access to the source Kinesis stream.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration.ts index 0ebc7c896..53a766de3 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration, kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration"; +} from './kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration'; export interface kinesis_FirehoseDeliveryStreamMskSourceConfiguration { // The authentication configuration of the Amazon MSK cluster. See `authentication_configuration` block below for details. @@ -25,24 +25,24 @@ export function kinesis_FirehoseDeliveryStreamMskSourceConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "mskClusterArn", - "The ARN of the Amazon MSK cluster.", + 'mskClusterArn', + 'The ARN of the Amazon MSK cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "topicName", - "The topic name within the Amazon MSK cluster.", + 'topicName', + 'The topic name within the Amazon MSK cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "authenticationConfiguration", - "The authentication configuration of the Amazon MSK cluster. See `authentication_configuration` block below for details.", + 'authenticationConfiguration', + 'The authentication configuration of the Amazon MSK cluster. See `authentication_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration.ts index eabdf7ec7..4b2bffca8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration { // The type of connectivity used to access the Amazon MSK cluster. Valid values: `PUBLIC`, `PRIVATE`. @@ -18,16 +18,16 @@ export function kinesis_FirehoseDeliveryStreamMskSourceConfigurationAuthenticati return [ new DynamicUIProps( InputType.String, - "connectivity", - "The type of connectivity used to access the Amazon MSK cluster. Valid values: `PUBLIC`, `PRIVATE`.", + 'connectivity', + 'The type of connectivity used to access the Amazon MSK cluster. Valid values: `PUBLIC`, `PRIVATE`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role used to access the Amazon MSK cluster.", + 'roleArn', + 'The ARN of the role used to access the Amazon MSK cluster.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration.ts index 67c89563a..5059c7dab 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfiguration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions, kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig, kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfiguration { // Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s. @@ -77,24 +77,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Number, - "retryDuration", - "After an initial failure to deliver to Amazon OpenSearch, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.", + 'retryDuration', + 'After an initial failure to deliver to Amazon OpenSearch, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexRotationPeriod", - "The OpenSearch index rotation period. Index rotation appends a timestamp to the IndexName to facilitate expiration of old data. Valid values are `NoRotation`, `OneHour`, `OneDay`, `OneWeek`, and `OneMonth`. The default value is `OneDay`.", + 'indexRotationPeriod', + 'The OpenSearch index rotation period. Index rotation appends a timestamp to the IndexName to facilitate expiration of old data. Valid values are `NoRotation`, `OneHour`, `OneDay`, `OneWeek`, and `OneMonth`. The default value is `OneDay`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 Configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration_GetTypes(), true, @@ -102,16 +102,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() ), new DynamicUIProps( InputType.String, - "typeName", - "The Elasticsearch type name with maximum length of 100 characters. Types are deprecated in OpenSearch_1.1. TypeName must be empty.", + 'typeName', + 'The Elasticsearch type name with maximum length of 100 characters. Types are deprecated in OpenSearch_1.1. TypeName must be empty.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "documentIdOptions", - "The method for setting up document ID. See [`document_id_options` block] below for details.", + 'documentIdOptions', + 'The method for setting up document ID. See [`document_id_options` block] below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions_GetTypes(), false, @@ -119,8 +119,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration_GetTypes(), false, @@ -128,8 +128,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "The VPC configuration for the delivery stream to connect to OpenSearch associated with the VPC. See `vpc_config` block below for details.", + 'vpcConfig', + 'The VPC configuration for the delivery stream to connect to OpenSearch associated with the VPC. See `vpc_config` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig_GetTypes(), false, @@ -137,32 +137,32 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.", + 's3BackupMode', + 'Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "clusterEndpoint", - "The endpoint to use when communicating with the cluster. Conflicts with `domain_arn`.", + 'clusterEndpoint', + 'The endpoint to use when communicating with the cluster. Conflicts with `domain_arn`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -170,32 +170,32 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfiguration_GetTypes() ), new DynamicUIProps( InputType.String, - "domainArn", - "The ARN of the Amazon ES domain. The pattern needs to be `arn:.*`. Conflicts with `cluster_endpoint`.", + 'domainArn', + 'The ARN of the Amazon ES domain. The pattern needs to be `arn:.*`. Conflicts with `cluster_endpoint`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexName", - "The OpenSearch index name.", + 'indexName', + 'The OpenSearch index name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. The IAM role must have permission for `DescribeDomain`, `DescribeDomains`, and `DescribeDomainConfig`. The pattern needs to be `arn:.*`.", + 'roleArn', + 'The ARN of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. The IAM role must have permission for `DescribeDomain`, `DescribeDomains`, and `DescribeDomainConfig`. The pattern needs to be `arn:.*`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions.ts index f376bb609..a28c5f18f 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchLoggingOptions { // The CloudWatch group name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationCloudwatchL return [ new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions.ts index 5ec92ed3e..0e0503746 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdOptions { // The method for setting up document ID. Valid values: `FIREHOSE_DEFAULT`, `NO_DOCUMENT_ID`. @@ -15,8 +15,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationDocumentIdO return [ new DynamicUIProps( InputType.String, - "defaultDocumentIdFormat", - "The method for setting up document ID. Valid values: `FIREHOSE_DEFAULT`, `NO_DOCUMENT_ID`.", + 'defaultDocumentIdFormat', + 'The method for setting up document ID. Valid values: `FIREHOSE_DEFAULT`, `NO_DOCUMENT_ID`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration.ts index a0e6f1459..e0ccecd9f 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingC return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor.ts index c2a28edc6..e7dbb9695 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessor { // The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingC return [ new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter.ts index e74b978fc..eb5da9039 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationProcessingC return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration.ts index 4be70d324..2f68b81b0 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configuration { // The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details. @@ -49,40 +49,40 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configura return [ new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -90,23 +90,23 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configura ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -114,8 +114,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configura ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index 8a4e3984d..9bb361e5a 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationS3Configura return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig.ts index 5587e9fee..ac7fec213 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig { // The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc) @@ -24,28 +24,28 @@ export function kinesis_FirehoseDeliveryStreamOpensearchConfigurationVpcConfig_G return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)", + 'roleArn', + 'The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security group IDs to associate with Kinesis Firehose.", + 'securityGroupIds', + 'A list of security group IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs to associate with Kinesis Firehose.", + 'subnetIds', + 'A list of subnet IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration.ts index da66c5244..90e805996 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration { // The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details. @@ -61,16 +61,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_ return [ new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration_GetTypes(), false, @@ -78,24 +78,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_ ), new DynamicUIProps( InputType.String, - "collectionEndpoint", - "The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.", + 'collectionEndpoint', + 'The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "indexName", - "The Serverless offering for Amazon OpenSearch Service index name.", + 'indexName', + 'The Serverless offering for Amazon OpenSearch Service index name.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 Configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration_GetTypes(), true, @@ -103,8 +103,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_ ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -112,16 +112,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_ ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents. The pattern needs to be `arn:.*`.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents. The pattern needs to be `arn:.*`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "The VPC configuration for the delivery stream to connect to OpenSearch Serverless associated with the VPC. See `vpc_config` block below for details.", + 'vpcConfig', + 'The VPC configuration for the delivery stream to connect to OpenSearch Serverless associated with the VPC. See `vpc_config` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig_GetTypes(), false, @@ -129,24 +129,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfiguration_ ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retryDuration", - "After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time, in seconds between 0 to 7200, during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.", + 'retryDuration', + 'After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time, in seconds between 0 to 7200, during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.", + 's3BackupMode', + 'Defines how documents should be delivered to Amazon S3. Valid values are `FailedDocumentsOnly` and `AllDocuments`. Default value is `FailedDocumentsOnly`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions.ts index c82734b62..3bfcff8e5 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationCloudwatchLoggingOptions { // The CloudWatch log stream name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationC return [ new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration.ts index 0ddeaeace..4117666b0 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationP return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor.ts index bafeae6bf..d8991dfb9 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,8 +22,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationP return [ new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationP ), new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter.ts index f9fbcf8a0..a7644f256 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationP return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration.ts index 4fef8dc20..0822baa83 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3Configuration { // Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300. @@ -49,55 +49,55 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS return [ new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -105,8 +105,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -114,8 +114,8 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index fbd5bc66b..b2a9b870c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationS return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig.ts index 70c4000c5..56095ac5c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationVpcConfig { // The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc) @@ -24,28 +24,28 @@ export function kinesis_FirehoseDeliveryStreamOpensearchserverlessConfigurationV return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)", + 'roleArn', + 'The ARN of the IAM role to be assumed by Firehose for calling the Amazon EC2 configuration API and for creating network interfaces. Make sure role has necessary [IAM permissions](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-es-vpc)', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security group IDs to associate with Kinesis Firehose.", + 'securityGroupIds', + 'A list of security group IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs to associate with Kinesis Firehose.", + 'subnetIds', + 'A list of subnet IDs to associate with Kinesis Firehose.', () => InputType_String_GetTypes(), true, true, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration.ts index 72b065ce0..d093dd521 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfiguration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration, kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration, kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfiguration { // The S3 Configuration. See s3_configuration below for details. @@ -77,24 +77,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "retryDuration", - "The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.", + 'retryDuration', + 'The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The arn of the role the stream assumes.", + 'roleArn', + 'The arn of the role the stream assumes.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -102,40 +102,40 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "copyOptions", - "Copy options for copying the data from the s3 intermediate bucket into redshift, for example to change the default delimiter. For valid values, see the [AWS documentation](http://docs.aws.amazon.com/firehose/latest/APIReference/API_CopyCommand.html)", + 'copyOptions', + 'Copy options for copying the data from the s3 intermediate bucket into redshift, for example to change the default delimiter. For valid values, see the [AWS documentation](http://docs.aws.amazon.com/firehose/latest/APIReference/API_CopyCommand.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterJdbcurl", - "The jdbcurl of the redshift cluster.", + 'clusterJdbcurl', + 'The jdbcurl of the redshift cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "password", - "The password for the username above. This value is required if `secrets_manager_configuration` is not provided.", + 'password', + 'The password for the username above. This value is required if `secrets_manager_configuration` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.", + 's3BackupMode', + 'The Amazon S3 backup mode. Valid values are `Disabled` and `Enabled`. Default value is `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "secretsManagerConfiguration", - "", + 'secretsManagerConfiguration', + '', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration_GetTypes(), false, @@ -143,8 +143,8 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See s3_configuration below for details.", + 's3Configuration', + 'The S3 Configuration. See s3_configuration below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration_GetTypes(), true, @@ -152,8 +152,8 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "s3BackupConfiguration", - "The configuration for backup in Amazon S3. Required if `s3_backup_mode` is `Enabled`. Supports the same fields as `s3_configuration` object.\n`secrets_manager_configuration` - (Optional) The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `username` and `password` are not provided.", + 's3BackupConfiguration', + 'The configuration for backup in Amazon S3. Required if `s3_backup_mode` is `Enabled`. Supports the same fields as `s3_configuration` object.\n`secrets_manager_configuration` - (Optional) The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `username` and `password` are not provided.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration_GetTypes(), false, @@ -161,32 +161,32 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "dataTableColumns", - "The data table columns that will be targeted by the copy command.", + 'dataTableColumns', + 'The data table columns that will be targeted by the copy command.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataTableName", - "The name of the table in the redshift cluster that the s3 bucket will copy to.", + 'dataTableName', + 'The name of the table in the redshift cluster that the s3 bucket will copy to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "The username that the firehose delivery stream will assume. It is strongly recommended that the username and password provided is used exclusively for Amazon Kinesis Firehose purposes, and that the permissions for the account are restricted for Amazon Redshift INSERT permissions. This value is required if `secrets_manager_configuration` is not provided.", + 'username', + 'The username that the firehose delivery stream will assume. It is strongly recommended that the username and password provided is used exclusively for Amazon Kinesis Firehose purposes, and that the permissions for the account are restricted for Amazon Redshift INSERT permissions. This value is required if `secrets_manager_configuration` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions.ts index 0ec217e78..036b8aedc 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationCloudwatchLog return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration.ts index 70eab176e..17cb7b729 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingCon return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor.ts index 3f0a91898..8ab3936e9 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingCon return [ new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter.ts index eb9b9f820..60949d543 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorParameter { /* @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationProcessingCon return [ new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration.ts index acdc6c24f..48b4f9583 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfiguration { // The ARN of the S3 bucket @@ -46,48 +46,48 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfi return [ new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "", + 'bufferingInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "", + 'bufferingSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "", + 'cloudwatchLoggingOptions', + '', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -95,16 +95,16 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfi ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), - new DynamicUIProps(InputType.String, "roleArn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'roleArn', '', () => [], true, false), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts index 281890d93..3c597b4dc 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfi return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration.ts index 70b47f8eb..819f64583 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configuration { // The ARN of the S3 bucket @@ -49,15 +49,15 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configurati return [ new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -65,24 +65,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configurati ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -90,32 +90,32 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configurati ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index 74cb83079..91baf05da 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationS3Configurati return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration.ts index 0cc0b39a9..3f3fc8851 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManagerConfiguration { // The ARN of the Secrets Manager secret. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamRedshiftConfigurationSecretsManage return [ new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of the Secrets Manager secret. This value is required if `enabled` is true.", + 'secretArn', + 'The ARN of the Secrets Manager secret. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the Secrets Manager configuration.", + 'enabled', + 'Enables or disables the Secrets Manager configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role the stream assumes.", + 'roleArn', + 'The ARN of the role the stream assumes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamServerSideEncryption.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamServerSideEncryption.ts index 7e6c945d5..8710747ed 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamServerSideEncryption.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamServerSideEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamServerSideEncryption { // Whether to enable encryption at rest. Default is `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamServerSideEncryption_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable encryption at rest. Default is `false`.", + 'enabled', + 'Whether to enable encryption at rest. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyArn", - "Amazon Resource Name (ARN) of the encryption key. Required when `key_type` is `CUSTOMER_MANAGED_CMK`.", + 'keyArn', + 'Amazon Resource Name (ARN) of the encryption key. Required when `key_type` is `CUSTOMER_MANAGED_CMK`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyType", - "Type of encryption key. Default is `AWS_OWNED_CMK`. Valid values are `AWS_OWNED_CMK` and `CUSTOMER_MANAGED_CMK`", + 'keyType', + 'Type of encryption key. Default is `AWS_OWNED_CMK`. Valid values are `AWS_OWNED_CMK` and `CUSTOMER_MANAGED_CMK`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration.ts index cb4a627b9..e0deaedfc 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfiguration.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfiguration { // The name of the content column. @@ -93,32 +93,32 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role.", + 'roleArn', + 'The ARN of the IAM role.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "schema", - "The Snowflake schema name.", + 'schema', + 'The Snowflake schema name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accountUrl", - "The URL of the Snowflake account. Format: https://[account_identifier].snowflakecomputing.com.", + 'accountUrl', + 'The URL of the Snowflake account. Format: https://[account_identifier].snowflakecomputing.com.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "snowflakeRoleConfiguration", - "The configuration for Snowflake role.", + 'snowflakeRoleConfiguration', + 'The configuration for Snowflake role.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration_GetTypes(), false, @@ -126,24 +126,24 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Number, - "retryDuration", - "After an initial failure to deliver to Snowflake, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 60s. There will be no retry if the value is 0.", + 'retryDuration', + 'After an initial failure to deliver to Snowflake, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 60s. There will be no retry if the value is 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "The S3 backup mode.", + 's3BackupMode', + 'The S3 backup mode.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "snowflakeVpcConfiguration", - "The VPC configuration for Snowflake.", + 'snowflakeVpcConfiguration', + 'The VPC configuration for Snowflake.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration_GetTypes(), false, @@ -151,16 +151,16 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "privateKey", - "The private key for authentication. This value is required if `secrets_manager_configuration` is not provided.", + 'privateKey', + 'The private key for authentication. This value is required if `secrets_manager_configuration` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration_GetTypes(), false, @@ -168,8 +168,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration_GetTypes(), true, @@ -177,32 +177,32 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "contentColumnName", - "The name of the content column.", + 'contentColumnName', + 'The name of the content column.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "table", - "The Snowflake table name.", + 'table', + 'The Snowflake table name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "user", - "The user for authentication. This value is required if `secrets_manager_configuration` is not provided.", + 'user', + 'The user for authentication. This value is required if `secrets_manager_configuration` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "secretsManagerConfiguration", - "The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `user` and `private_key` are not provided.", + 'secretsManagerConfiguration', + 'The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `user` and `private_key` are not provided.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration_GetTypes(), false, @@ -210,8 +210,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -219,32 +219,32 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "metadataColumnName", - "The name of the metadata column.", + 'metadataColumnName', + 'The name of the metadata column.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataLoadingOption", - "The data loading option.", + 'dataLoadingOption', + 'The data loading option.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "database", - "The Snowflake database name.", + 'database', + 'The Snowflake database name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyPassphrase", - "The passphrase for the private key.", + 'keyPassphrase', + 'The passphrase for the private key.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions.ts index 5f4bf0790..3f6baefaa 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLoggingOptions { // The CloudWatch log stream name for logging. This value is required if `enabled` is true. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationCloudwatchLo return [ new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration.ts index b0cf88906..26758711c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfiguration { // Specifies the data processors as multiple blocks. See `processors` block below for details. @@ -22,8 +22,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingCo return [ new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingCo ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor.ts index edc7e3606..9f614b367 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingCo return [ new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter.ts index 43e100e8b..cfae1440b 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingConfigurationProcessorParameter { // Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationProcessingCo return [ new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration.ts index 0a35b9f0f..c72b7b754 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configuration { // Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300. @@ -49,8 +49,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configurat return [ new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -58,23 +58,23 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configurat ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, @@ -82,40 +82,40 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configurat ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index c5d78f031..d9163b4ad 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationS3Configurat return [ new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration.ts index c7b26c62f..6d15907a8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManagerConfiguration { // Enables or disables the Secrets Manager configuration. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSecretsManag return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the Secrets Manager configuration.", + 'enabled', + 'Enables or disables the Secrets Manager configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role the stream assumes.", + 'roleArn', + 'The ARN of the role the stream assumes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of the Secrets Manager secret. This value is required if `enabled` is true.", + 'secretArn', + 'The ARN of the Secrets Manager secret. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration.ts index e8342c2a1..0ad9ea819 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRoleConfiguration { // The Snowflake role. @@ -18,16 +18,16 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeRol return [ new DynamicUIProps( InputType.String, - "snowflakeRole", - "The Snowflake role.", + 'snowflakeRole', + 'The Snowflake role.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the Snowflake role is enabled.", + 'enabled', + 'Whether the Snowflake role is enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration.ts index d20ec4989..af5e9f711 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpcConfiguration { // The VPCE ID for Firehose to privately connect with Snowflake. @@ -15,8 +15,8 @@ export function kinesis_FirehoseDeliveryStreamSnowflakeConfigurationSnowflakeVpc return [ new DynamicUIProps( InputType.String, - "privateLinkVpceId", - "The VPCE ID for Firehose to privately connect with Snowflake.", + 'privateLinkVpceId', + 'The VPCE ID for Firehose to privately connect with Snowflake.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfiguration.ts index a30c04ac1..d5f3ab7e8 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration, kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration, kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration, kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration'; export interface kinesis_FirehoseDeliveryStreamSplunkConfiguration { // The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data. @@ -67,32 +67,32 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "hecEndpoint", - "The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.", + 'hecEndpoint', + 'The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hecEndpointType", - "The HEC endpoint type. Valid values are `Raw` or `Event`. The default value is `Raw`.", + 'hecEndpointType', + 'The HEC endpoint type. Valid values are `Raw` or `Event`. The default value is `Raw`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hecToken", - "The GUID that you obtain from your Splunk cluster when you create a new HEC endpoint. This value is required if `secrets_manager_configuration` is not provided.", + 'hecToken', + 'The GUID that you obtain from your Splunk cluster when you create a new HEC endpoint. This value is required if `secrets_manager_configuration` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "processingConfiguration", - "The data processing configuration. See `processing_configuration` block below for details.", + 'processingConfiguration', + 'The data processing configuration. See `processing_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration_GetTypes(), false, @@ -100,16 +100,16 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs between 1 to 5, before delivering it to the destination. The default value is 5MB.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs between 1 to 5, before delivering it to the destination. The default value is 5MB.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -117,16 +117,16 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "retryDuration", - "After an initial failure to deliver to Splunk, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.", + 'retryDuration', + 'After an initial failure to deliver to Splunk, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "secretsManagerConfiguration", - "", + 'secretsManagerConfiguration', + '', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration_GetTypes(), false, @@ -134,24 +134,24 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "hecAcknowledgmentTimeout", - "The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data.", + 'hecAcknowledgmentTimeout', + 'The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3BackupMode", - "Defines how documents should be delivered to Amazon S3. Valid values are `FailedEventsOnly` and `AllEvents`. Default value is `FailedEventsOnly`.\n`secrets_manager_configuration` - (Optional) The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `hec_token` is not provided.", + 's3BackupMode', + 'Defines how documents should be delivered to Amazon S3. Valid values are `FailedEventsOnly` and `AllEvents`. Default value is `FailedEventsOnly`.\n`secrets_manager_configuration` - (Optional) The Secrets Manager configuration. See `secrets_manager_configuration` block below for details. This value is required if `hec_token` is not provided.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3Configuration", - "The S3 Configuration. See `s3_configuration` block below for details.", + 's3Configuration', + 'The S3 Configuration. See `s3_configuration` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration_GetTypes(), true, @@ -159,8 +159,8 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfiguration_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds between 0 to 60, before delivering it to the destination. The default value is 60s.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds between 0 to 60, before delivering it to the destination. The default value is 60s.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions.ts index d5ee8a372..216cbe988 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggi return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration.ts index 8e1a031fe..0fde3cc8e 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor, kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration { // Enables or disables data processing. @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfi return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables data processing.", + 'enabled', + 'Enables or disables data processing.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "processors", - "Specifies the data processors as multiple blocks. See `processors` block below for details.", + 'processors', + 'Specifies the data processors as multiple blocks. See `processors` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor.ts index 0cb969cc4..1b7a5ea07 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter, kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor { // Specifies the processor parameters as multiple blocks. See `parameters` block below for details. @@ -22,8 +22,8 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfi return [ new DynamicUIProps( InputType.Array, - "parameters", - "Specifies the processor parameters as multiple blocks. See `parameters` block below for details.", + 'parameters', + 'Specifies the processor parameters as multiple blocks. See `parameters` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfi ), new DynamicUIProps( InputType.String, - "type", - "The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'type', + 'The type of processor. Valid Values: `RecordDeAggregation`, `Lambda`, `MetadataExtraction`, `AppendDelimiterToRecord`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter.ts index ecbd0f027..ffa4397b6 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameter { /* @@ -22,16 +22,16 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationProcessingConfi return [ new DynamicUIProps( InputType.String, - "parameterValue", - "Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.", + 'parameterValue', + 'Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.\n\n> **NOTE:** Parameters with default values, including `NumberOfRetries`(default: 3), `RoleArn`(default: firehose role ARN), `BufferSizeInMBs`(default: 1), and `BufferIntervalInSeconds`(default: 60), are not stored in Pulumi state. To prevent perpetual differences, it is therefore recommended to only include parameters with non-default values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterName", - "Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.", + 'parameterName', + 'Parameter name. Valid Values: `LambdaArn`, `NumberOfRetries`, `MetadataExtractionQuery`, `JsonParsingEngine`, `RoleArn`, `BufferSizeInMBs`, `BufferIntervalInSeconds`, `SubRecordType`, `Delimiter`. Validation is done against [AWS SDK constants](https://docs.aws.amazon.com/sdk-for-go/api/service/firehose/#pkg-constants); so that values not explicitly listed may also work.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration.ts index 6cedc8481..e6576ee45 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions, kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes, -} from "./kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions"; +} from './kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration { /* @@ -49,16 +49,16 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration return [ new DynamicUIProps( InputType.String, - "errorOutputPrefix", - "Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).", + 'errorOutputPrefix', + 'Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLoggingOptions", - "The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.", + 'cloudwatchLoggingOptions', + 'The CloudWatch Logging Options for the delivery stream. See `cloudwatch_logging_options` block below for details.', () => kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions_GetTypes(), false, @@ -66,55 +66,55 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration ), new DynamicUIProps( InputType.Number, - "bufferingInterval", - "Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.", + 'bufferingInterval', + 'Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the AWS credentials.", + 'roleArn', + 'The ARN of the AWS credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "compressionFormat", - "The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.", + 'compressionFormat', + 'The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferingSize", - "Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.", + 'bufferingSize', + 'Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.\nWe recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket", + 'bucketArn', + 'The ARN of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.", + 'kmsKeyArn', + 'Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will\nbe used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket', () => [], false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions.ts index 6ada7b9ea..f6f1c1bff 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions { // Enables or disables the logging. Defaults to `false`. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationS3Configuration return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the logging. Defaults to `false`.", + 'enabled', + 'Enables or disables the logging. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "The CloudWatch group name for logging. This value is required if `enabled` is true.", + 'logGroupName', + 'The CloudWatch group name for logging. This value is required if `enabled` is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamName", - "The CloudWatch log stream name for logging. This value is required if `enabled` is true.", + 'logStreamName', + 'The CloudWatch log stream name for logging. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration.ts b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration.ts index 6d94e369a..de09e8b7c 100644 --- a/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerConfiguration { // Enables or disables the Secrets Manager configuration. @@ -21,24 +21,24 @@ export function kinesis_FirehoseDeliveryStreamSplunkConfigurationSecretsManagerC return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables or disables the Secrets Manager configuration.", + 'enabled', + 'Enables or disables the Secrets Manager configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role the stream assumes.", + 'roleArn', + 'The ARN of the role the stream assumes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of the Secrets Manager secret. This value is required if `enabled` is true.", + 'secretArn', + 'The ARN of the Secrets Manager secret. This value is required if `enabled` is true.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_StreamStreamModeDetails.ts b/src/app/Models/codegen/aws/types/kinesis_StreamStreamModeDetails.ts index fb48f9f22..972fe8aa3 100644 --- a/src/app/Models/codegen/aws/types/kinesis_StreamStreamModeDetails.ts +++ b/src/app/Models/codegen/aws/types/kinesis_StreamStreamModeDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_StreamStreamModeDetails { // Specifies the capacity mode of the stream. Must be either `PROVISIONED` or `ON_DEMAND`. @@ -15,8 +15,8 @@ export function kinesis_StreamStreamModeDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "streamMode", - "Specifies the capacity mode of the stream. Must be either `PROVISIONED` or `ON_DEMAND`.", + 'streamMode', + 'Specifies the capacity mode of the stream. Must be either `PROVISIONED` or `ON_DEMAND`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesis_getStreamStreamModeDetail.ts b/src/app/Models/codegen/aws/types/kinesis_getStreamStreamModeDetail.ts index 7e48ae5a3..ca159726b 100644 --- a/src/app/Models/codegen/aws/types/kinesis_getStreamStreamModeDetail.ts +++ b/src/app/Models/codegen/aws/types/kinesis_getStreamStreamModeDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesis_getStreamStreamModeDetail { // Capacity mode of the stream. Either `ON_DEMAND` or `PROVISIONED`. @@ -15,8 +15,8 @@ export function kinesis_getStreamStreamModeDetail_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "streamMode", - "Capacity mode of the stream. Either `ON_DEMAND` or `PROVISIONED`.", + 'streamMode', + 'Capacity mode of the stream. Either `ON_DEMAND` or `PROVISIONED`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfiguration.ts index 98b10fe53..620b6f405 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfiguration.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties, kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration'; export interface kinesisanalyticsv2_ApplicationApplicationConfiguration { // The configuration of a SQL-based application. @@ -61,8 +61,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( return [ new DynamicUIProps( InputType.Object, - "applicationCodeConfiguration", - "The code location and type parameters for the application.", + 'applicationCodeConfiguration', + 'The code location and type parameters for the application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration_GetTypes(), true, @@ -70,8 +70,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "applicationSnapshotConfiguration", - "Describes whether snapshots are enabled for a Flink-based application.", + 'applicationSnapshotConfiguration', + 'Describes whether snapshots are enabled for a Flink-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration_GetTypes(), false, @@ -79,8 +79,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "environmentProperties", - "Describes execution properties for a Flink-based application.", + 'environmentProperties', + 'Describes execution properties for a Flink-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties_GetTypes(), false, @@ -88,8 +88,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "flinkApplicationConfiguration", - "The configuration of a Flink-based application.", + 'flinkApplicationConfiguration', + 'The configuration of a Flink-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration_GetTypes(), false, @@ -97,8 +97,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "runConfiguration", - "Describes the starting properties for a Flink-based application.", + 'runConfiguration', + 'Describes the starting properties for a Flink-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration_GetTypes(), false, @@ -106,8 +106,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "sqlApplicationConfiguration", - "The configuration of a SQL-based application.", + 'sqlApplicationConfiguration', + 'The configuration of a SQL-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration_GetTypes(), false, @@ -115,8 +115,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfiguration_GetTypes( ), new DynamicUIProps( InputType.Object, - "vpcConfiguration", - "The VPC configuration of a Flink-based application.", + 'vpcConfiguration', + 'The VPC configuration of a Flink-based application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration.ts index db0b5256e..b50e7ff91 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent, kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfiguration { // The location and type of the application code. @@ -22,8 +22,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio return [ new DynamicUIProps( InputType.Object, - "codeContent", - "The location and type of the application code.", + 'codeContent', + 'The location and type of the application code.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio ), new DynamicUIProps( InputType.String, - "codeContentType", - "Specifies whether the code content is in text or zip format. Valid values: `PLAINTEXT`, `ZIPFILE`.", + 'codeContentType', + 'Specifies whether the code content is in text or zip format. Valid values: `PLAINTEXT`, `ZIPFILE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent.ts index 602bb8044..00120b2a4 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation, kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContent { // Information about the Amazon S3 bucket containing the application code. @@ -22,8 +22,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio return [ new DynamicUIProps( InputType.Object, - "s3ContentLocation", - "Information about the Amazon S3 bucket containing the application code.", + 's3ContentLocation', + 'Information about the Amazon S3 bucket containing the application code.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation_GetTypes(), false, @@ -31,8 +31,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio ), new DynamicUIProps( InputType.String, - "textContent", - "The text-format code for the application.", + 'textContent', + 'The text-format code for the application.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation.ts index a973cb3d3..01d251fe6 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocation { // The ARN for the S3 bucket containing the application code. @@ -21,24 +21,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio return [ new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN for the S3 bucket containing the application code.", + 'bucketArn', + 'The ARN for the S3 bucket containing the application code.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileKey", - "The file key for the object containing the application code.", + 'fileKey', + 'The file key for the object containing the application code.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "objectVersion", - "The version of the object containing the application code.", + 'objectVersion', + 'The version of the object containing the application code.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration.ts index 83c3d40c5..a19e5ef01 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationApplicationSnapshotConfiguration { // Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationApplicatio return [ new DynamicUIProps( InputType.Bool, - "snapshotsEnabled", - "Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.", + 'snapshotsEnabled', + 'Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties.ts index f37fe8c95..b8f398669 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup, kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentProperties { // Describes the execution property groups. @@ -19,8 +19,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmen return [ new DynamicUIProps( InputType.Array, - "propertyGroups", - "Describes the execution property groups.", + 'propertyGroups', + 'Describes the execution property groups.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup.ts index 7baaf994f..1b73a09f0 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroup { // Application execution property key-value map. @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationEnvironmen return [ new DynamicUIProps( InputType.Map, - "propertyMap", - "Application execution property key-value map.", + 'propertyMap', + 'Application execution property key-value map.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "propertyGroupId", - "The key of the application execution property key-value map.", + 'propertyGroupId', + 'The key of the application execution property key-value map.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration.ts index 57375456c..3b9c5fa7f 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfiguration { // Describes an application's checkpointing configuration. @@ -33,7 +33,7 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli return [ new DynamicUIProps( InputType.Object, - "checkpointConfiguration", + 'checkpointConfiguration', "Describes an application's checkpointing configuration.", () => kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration_GetTypes(), @@ -42,8 +42,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli ), new DynamicUIProps( InputType.Object, - "monitoringConfiguration", - "Describes configuration parameters for CloudWatch logging for an application.", + 'monitoringConfiguration', + 'Describes configuration parameters for CloudWatch logging for an application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration_GetTypes(), false, @@ -51,8 +51,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli ), new DynamicUIProps( InputType.Object, - "parallelismConfiguration", - "Describes parameters for how an application executes multiple tasks simultaneously.", + 'parallelismConfiguration', + 'Describes parameters for how an application executes multiple tasks simultaneously.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration.ts index 4134246ff..4782945cb 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationCheckpointConfiguration { // Describes the interval in milliseconds between checkpoint operations. @@ -29,23 +29,23 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli return [ new DynamicUIProps( InputType.Number, - "checkpointInterval", - "Describes the interval in milliseconds between checkpoint operations.", + 'checkpointInterval', + 'Describes the interval in milliseconds between checkpoint operations.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "checkpointingEnabled", - "Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.", + 'checkpointingEnabled', + 'Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configurationType", + 'configurationType', "Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `checkpointing_enabled`, `checkpoint_interval`, or `min_pause_between_checkpoints` attribute values to be effective. If this attribute is set to `DEFAULT`, the application will always use the following values:\n* `checkpointing_enabled = true`\n* `checkpoint_interval = 60000`\n* `min_pause_between_checkpoints = 5000`", () => [], true, @@ -53,8 +53,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli ), new DynamicUIProps( InputType.Number, - "minPauseBetweenCheckpoints", - "Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.", + 'minPauseBetweenCheckpoints', + 'Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration.ts index 049a1aea9..78fe44a97 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration { // Describes whether to use the default CloudWatch logging configuration for an application. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `log_level` or `metrics_level` attribute values to be effective. @@ -21,24 +21,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli return [ new DynamicUIProps( InputType.String, - "configurationType", - "Describes whether to use the default CloudWatch logging configuration for an application. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `log_level` or `metrics_level` attribute values to be effective.", + 'configurationType', + 'Describes whether to use the default CloudWatch logging configuration for an application. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `log_level` or `metrics_level` attribute values to be effective.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Describes the verbosity of the CloudWatch Logs for an application. Valid values: `DEBUG`, `ERROR`, `INFO`, `WARN`.", + 'logLevel', + 'Describes the verbosity of the CloudWatch Logs for an application. Valid values: `DEBUG`, `ERROR`, `INFO`, `WARN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricsLevel", - "Describes the granularity of the CloudWatch Logs for an application. Valid values: `APPLICATION`, `OPERATOR`, `PARALLELISM`, `TASK`.", + 'metricsLevel', + 'Describes the granularity of the CloudWatch Logs for an application. Valid values: `APPLICATION`, `OPERATOR`, `PARALLELISM`, `TASK`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration.ts index e3c8a96e8..59c0f75de 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration { // Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput. @@ -24,32 +24,32 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationFlinkAppli return [ new DynamicUIProps( InputType.Bool, - "autoScalingEnabled", - "Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.", + 'autoScalingEnabled', + 'Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configurationType", - "Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `auto_scaling_enabled`, `parallelism`, or `parallelism_per_kpu` attribute values to be effective.", + 'configurationType', + 'Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. Valid values: `CUSTOM`, `DEFAULT`. Set this attribute to `CUSTOM` in order for any specified `auto_scaling_enabled`, `parallelism`, or `parallelism_per_kpu` attribute values to be effective.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "parallelism", - "Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform.", + 'parallelism', + 'Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parallelismPerKpu", - "Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.", + 'parallelismPerKpu', + 'Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration.ts index 530eab2ed..a183482d1 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfiguration { // The restore behavior of a restarting application. @@ -26,8 +26,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigu return [ new DynamicUIProps( InputType.Object, - "applicationRestoreConfiguration", - "The restore behavior of a restarting application.", + 'applicationRestoreConfiguration', + 'The restore behavior of a restarting application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigu ), new DynamicUIProps( InputType.Object, - "flinkRunConfiguration", - "The starting parameters for a Flink-based Kinesis Data Analytics application.", + 'flinkRunConfiguration', + 'The starting parameters for a Flink-based Kinesis Data Analytics application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration.ts index 97a9aec1b..458a54f35 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration { // Specifies how the application should be restored. Valid values: `RESTORE_FROM_CUSTOM_SNAPSHOT`, `RESTORE_FROM_LATEST_SNAPSHOT`, `SKIP_RESTORE_FROM_SNAPSHOT`. @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigu return [ new DynamicUIProps( InputType.String, - "applicationRestoreType", - "Specifies how the application should be restored. Valid values: `RESTORE_FROM_CUSTOM_SNAPSHOT`, `RESTORE_FROM_LATEST_SNAPSHOT`, `SKIP_RESTORE_FROM_SNAPSHOT`.", + 'applicationRestoreType', + 'Specifies how the application should be restored. Valid values: `RESTORE_FROM_CUSTOM_SNAPSHOT`, `RESTORE_FROM_LATEST_SNAPSHOT`, `SKIP_RESTORE_FROM_SNAPSHOT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotName", - "The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if `RESTORE_FROM_CUSTOM_SNAPSHOT` is specified for `application_restore_type`.", + 'snapshotName', + 'The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if `RESTORE_FROM_CUSTOM_SNAPSHOT` is specified for `application_restore_type`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration.ts index 7c3ff55e0..e53b17451 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigurationFlinkRunConfiguration { // When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Default is `false`. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationRunConfigu return [ new DynamicUIProps( InputType.Bool, - "allowNonRestoredState", - "When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Default is `false`.", + 'allowNonRestoredState', + 'When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration.ts index 1ef7e71bd..6eef847ca 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfiguration { // The input stream used by the application. @@ -33,8 +33,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "input", - "The input stream used by the application.", + 'input', + 'The input stream used by the application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput_GetTypes(), false, @@ -42,8 +42,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Array, - "outputs", - "The destination streams used by the application.", + 'outputs', + 'The destination streams used by the application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput_GetTypes(), false, @@ -51,8 +51,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "referenceDataSource", - "The reference data source used by the application.", + 'referenceDataSource', + 'The reference data source used by the application.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput.ts index 41d5fc058..6e11d5f88 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInput { // Describes the number of in-application streams to create. @@ -66,7 +66,7 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "inputProcessingConfiguration", + 'inputProcessingConfiguration', "The input processing configuration for the input.\nAn input processor transforms records as they are received from the stream, before the application's SQL code executes.", () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration_GetTypes(), @@ -75,8 +75,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "inputSchema", - "Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", + 'inputSchema', + 'Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema_GetTypes(), true, @@ -84,8 +84,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Array, - "inputStartingPositionConfigurations", - "The point at which the application starts processing records from the streaming source.", + 'inputStartingPositionConfigurations', + 'The point at which the application starts processing records from the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration_GetTypes(), false, @@ -93,7 +93,7 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "kinesisStreamsInput", + 'kinesisStreamsInput', "If the streaming source is a Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).", () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput_GetTypes(), @@ -102,17 +102,17 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Array, - "inAppStreamNames", - "", + 'inAppStreamNames', + '', () => InputType_String_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "inputId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'inputId', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "inputParallelism", - "Describes the number of in-application streams to create.", + 'inputParallelism', + 'Describes the number of in-application streams to create.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism_GetTypes(), false, @@ -120,7 +120,7 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "kinesisFirehoseInput", + 'kinesisFirehoseInput', "If the streaming source is a Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.", () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput_GetTypes(), @@ -129,8 +129,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "namePrefix", - "The name prefix to use when creating an in-application stream.", + 'namePrefix', + 'The name prefix to use when creating an in-application stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism.ts index f61afcd0e..6b5379643 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputParallelism { // The number of in-application streams to create. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Number, - "count", - "The number of in-application streams to create.", + 'count', + 'The number of in-application streams to create.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration.ts index 294290dab..eacacc8e0 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfiguration { // Describes the Lambda function that is used to preprocess the records in the stream before being processed by your application code. @@ -19,8 +19,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "inputLambdaProcessor", - "Describes the Lambda function that is used to preprocess the records in the stream before being processed by your application code.", + 'inputLambdaProcessor', + 'Describes the Lambda function that is used to preprocess the records in the stream before being processed by your application code.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor.ts index ae494d744..4d73f0075 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputProcessingConfigurationInputLambdaProcessor { // The ARN of the Lambda function that operates on records in the stream. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the Lambda function that operates on records in the stream.", + 'resourceArn', + 'The ARN of the Lambda function that operates on records in the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema.ts index e7504cb52..a856aba7d 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchema { // Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream. @@ -29,8 +29,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Array, - "recordColumns", - "Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.", + 'recordColumns', + 'Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn_GetTypes(), true, @@ -38,16 +38,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "recordEncoding", - "Specifies the encoding of the records in the streaming source. For example, `UTF-8`.", + 'recordEncoding', + 'Specifies the encoding of the records in the streaming source. For example, `UTF-8`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "recordFormat", - "Specifies the format of the records on the streaming source.", + 'recordFormat', + 'Specifies the format of the records on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn.ts index 6b1fdae9b..97583bad4 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordColumn { // A reference to the data element in the streaming input or the reference data source. @@ -21,24 +21,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "sqlType", - "The type of column created in the in-application input stream or reference table.", + 'sqlType', + 'The type of column created in the in-application input stream or reference table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mapping", - "A reference to the data element in the streaming input or the reference data source.", + 'mapping', + 'A reference to the data element in the streaming input or the reference data source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the column that is created in the in-application input stream or reference table.", + 'name', + 'The name of the column that is created in the in-application input stream or reference table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat.ts index dc914d06d..ef605683e 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormat { // Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source. @@ -22,8 +22,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "mappingParameters", - "Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.", + 'mappingParameters', + 'Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters_GetTypes(), true, @@ -31,8 +31,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "recordFormatType", - "The type of record format. Valid values: `CSV`, `JSON`.", + 'recordFormatType', + 'The type of record format. Valid values: `CSV`, `JSON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters.ts index c29e331ea..944604d3a 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParameters { // Provides additional mapping information when the record format uses delimiters (for example, CSV). @@ -26,8 +26,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "csvMappingParameters", - "Provides additional mapping information when the record format uses delimiters (for example, CSV).", + 'csvMappingParameters', + 'Provides additional mapping information when the record format uses delimiters (for example, CSV).', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters_GetTypes(), false, @@ -35,8 +35,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "jsonMappingParameters", - "Provides additional mapping information when JSON is the record format on the streaming source.", + 'jsonMappingParameters', + 'Provides additional mapping information when JSON is the record format on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters.ts index e174978b2..478044f81 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersCsvMappingParameters { // The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter. @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "recordColumnDelimiter", - "The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter.", + 'recordColumnDelimiter', + 'The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "recordRowDelimiter", - "The row delimiter. For example, in a CSV format, `\\n` is the typical row delimiter.", + 'recordRowDelimiter', + 'The row delimiter. For example, in a CSV format, `\\n` is the typical row delimiter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters.ts index 41a3deabf..cb8012e1b 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaRecordFormatMappingParametersJsonMappingParameters { // The path to the top-level parent that contains the records. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "recordRowPath", - "The path to the top-level parent that contains the records.", + 'recordRowPath', + 'The path to the top-level parent that contains the records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration.ts index 344c8c57f..d7dde3271 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputStartingPositionConfiguration { // The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "inputStartingPosition", - "The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`.", + 'inputStartingPosition', + 'The starting position on the stream. Valid values: `LAST_STOPPED_POINT`, `NOW`, `TRIM_HORIZON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput.ts index 95228edf9..670ebc97a 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisFirehoseInput { // The ARN of the delivery stream. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the delivery stream.", + 'resourceArn', + 'The ARN of the delivery stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput.ts index fb5a59d1e..f014aef7f 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationInputKinesisStreamsInput { // The ARN of the input Kinesis data stream to read. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the input Kinesis data stream to read.", + 'resourceArn', + 'The ARN of the input Kinesis data stream to read.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput.ts index 34822f507..ed721c305 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutput { // Describes the data format when records are written to the destination. @@ -46,8 +46,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "lambdaOutput", - "Identifies a Lambda function as the destination.", + 'lambdaOutput', + 'Identifies a Lambda function as the destination.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput_GetTypes(), false, @@ -55,24 +55,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "name", - "The name of the in-application stream.", + 'name', + 'The name of the in-application stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputId", - "", + 'outputId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destinationSchema", - "Describes the data format when records are written to the destination.", + 'destinationSchema', + 'Describes the data format when records are written to the destination.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema_GetTypes(), true, @@ -80,8 +80,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "kinesisFirehoseOutput", - "Identifies a Kinesis Data Firehose delivery stream as the destination.", + 'kinesisFirehoseOutput', + 'Identifies a Kinesis Data Firehose delivery stream as the destination.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput_GetTypes(), false, @@ -89,8 +89,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "kinesisStreamsOutput", - "Identifies a Kinesis data stream as the destination.", + 'kinesisStreamsOutput', + 'Identifies a Kinesis data stream as the destination.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema.ts index 77b89aef0..6a0c5ab7c 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputDestinationSchema { // Specifies the format of the records on the output stream. Valid values: `CSV`, `JSON`. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "recordFormatType", - "Specifies the format of the records on the output stream. Valid values: `CSV`, `JSON`.", + 'recordFormatType', + 'Specifies the format of the records on the output stream. Valid values: `CSV`, `JSON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput.ts index ae7b132d9..69791359b 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisFirehoseOutput { // The ARN of the destination delivery stream to write to. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the destination delivery stream to write to.", + 'resourceArn', + 'The ARN of the destination delivery stream to write to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput.ts index 49891be1a..d705102d8 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputKinesisStreamsOutput { // The ARN of the destination Kinesis data stream to write to. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the destination Kinesis data stream to write to.", + 'resourceArn', + 'The ARN of the destination Kinesis data stream to write to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput.ts index 093e82148..af10a74d5 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationOutputLambdaOutput { // The ARN of the destination Lambda function to write to. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The ARN of the destination Lambda function to write to.", + 'resourceArn', + 'The ARN of the destination Lambda function to write to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource.ts index 961c180c6..3695c0a50 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSource { // @@ -32,8 +32,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "s3ReferenceDataSource", - "Identifies the S3 bucket and object that contains the reference data.", + 's3ReferenceDataSource', + 'Identifies the S3 bucket and object that contains the reference data.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource_GetTypes(), true, @@ -41,24 +41,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the in-application table to create.", + 'tableName', + 'The name of the in-application table to create.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "referenceId", - "", + 'referenceId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "referenceSchema", - "Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.", + 'referenceSchema', + 'Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema.ts index c37261fe2..7faf30a04 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchema { // Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream. @@ -29,8 +29,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Array, - "recordColumns", - "Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.", + 'recordColumns', + 'Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn_GetTypes(), true, @@ -38,16 +38,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "recordEncoding", - "Specifies the encoding of the records in the streaming source. For example, `UTF-8`.", + 'recordEncoding', + 'Specifies the encoding of the records in the streaming source. For example, `UTF-8`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "recordFormat", - "Specifies the format of the records on the streaming source.", + 'recordFormat', + 'Specifies the format of the records on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn.ts index 40a1518a5..203098e4a 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordColumn { // The type of column created in the in-application input stream or reference table. @@ -21,24 +21,24 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "sqlType", - "The type of column created in the in-application input stream or reference table.", + 'sqlType', + 'The type of column created in the in-application input stream or reference table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mapping", - "A reference to the data element in the streaming input or the reference data source.", + 'mapping', + 'A reference to the data element in the streaming input or the reference data source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the column that is created in the in-application input stream or reference table.", + 'name', + 'The name of the column that is created in the in-application input stream or reference table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat.ts index fe6adfb05..beea7026e 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormat { // Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source. @@ -22,8 +22,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "mappingParameters", - "Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.", + 'mappingParameters', + 'Provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters_GetTypes(), true, @@ -31,8 +31,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.String, - "recordFormatType", - "The type of record format. Valid values: `CSV`, `JSON`.", + 'recordFormatType', + 'The type of record format. Valid values: `CSV`, `JSON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters.ts index 47b9c33d5..9cfdc906e 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters'; import { kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters, kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters_GetTypes, -} from "./kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters"; +} from './kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParameters { // Provides additional mapping information when the record format uses delimiters (for example, CSV). @@ -26,8 +26,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.Object, - "csvMappingParameters", - "Provides additional mapping information when the record format uses delimiters (for example, CSV).", + 'csvMappingParameters', + 'Provides additional mapping information when the record format uses delimiters (for example, CSV).', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters_GetTypes(), false, @@ -35,8 +35,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica ), new DynamicUIProps( InputType.Object, - "jsonMappingParameters", - "Provides additional mapping information when JSON is the record format on the streaming source.", + 'jsonMappingParameters', + 'Provides additional mapping information when JSON is the record format on the streaming source.', () => kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters.ts index 0ef241126..7307e6b39 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCsvMappingParameters { // The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter. @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "recordColumnDelimiter", - "The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter.", + 'recordColumnDelimiter', + 'The column delimiter. For example, in a CSV format, a comma (`,`) is the typical column delimiter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "recordRowDelimiter", - "The row delimiter. For example, in a CSV format, `\\n` is the typical row delimiter.", + 'recordRowDelimiter', + 'The row delimiter. For example, in a CSV format, `\\n` is the typical row delimiter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters.ts index a0495d703..d4f150496 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJsonMappingParameters { // The path to the top-level parent that contains the records. @@ -15,8 +15,8 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "recordRowPath", - "The path to the top-level parent that contains the records.", + 'recordRowPath', + 'The path to the top-level parent that contains the records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource.ts index 6f43cb92f..9f550151b 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSource { // The ARN of the S3 bucket. @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationSqlApplica return [ new DynamicUIProps( InputType.String, - "bucketArn", - "The ARN of the S3 bucket.", + 'bucketArn', + 'The ARN of the S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileKey", - "The object key name containing the reference data.", + 'fileKey', + 'The object key name containing the reference data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration.ts index bdbc0009b..a06e4a023 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfiguration { // @@ -24,25 +24,25 @@ export function kinesisanalyticsv2_ApplicationApplicationConfigurationVpcConfigu return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "The Subnet IDs used by the VPC configuration.", + 'subnetIds', + 'The Subnet IDs used by the VPC configuration.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcConfigurationId", - "", + 'vpcConfigurationId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The Security Group IDs used by the VPC configuration.", + 'securityGroupIds', + 'The Security Group IDs used by the VPC configuration.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions.ts b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions.ts index 57c71b130..dd2296f2d 100644 --- a/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions.ts +++ b/src/app/Models/codegen/aws/types/kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions { // @@ -18,16 +18,16 @@ export function kinesisanalyticsv2_ApplicationCloudwatchLoggingOptions_GetTypes( return [ new DynamicUIProps( InputType.String, - "cloudwatchLoggingOptionId", - "", + 'cloudwatchLoggingOptionId', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logStreamArn", - "The ARN of the CloudWatch log stream to receive application messages.", + 'logStreamArn', + 'The ARN of the CloudWatch log stream to receive application messages.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kms_GrantConstraint.ts b/src/app/Models/codegen/aws/types/kms_GrantConstraint.ts index 3339f8e13..3df654994 100644 --- a/src/app/Models/codegen/aws/types/kms_GrantConstraint.ts +++ b/src/app/Models/codegen/aws/types/kms_GrantConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_GrantConstraint { // A list of key-value pairs that must match the encryption context in subsequent cryptographic operation requests. The grant allows the operation only when the encryption context in the request is the same as the encryption context specified in this constraint. Conflicts with `encryption_context_subset`. @@ -18,16 +18,16 @@ export function kms_GrantConstraint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "encryptionContextEquals", - "A list of key-value pairs that must match the encryption context in subsequent cryptographic operation requests. The grant allows the operation only when the encryption context in the request is the same as the encryption context specified in this constraint. Conflicts with `encryption_context_subset`.", + 'encryptionContextEquals', + 'A list of key-value pairs that must match the encryption context in subsequent cryptographic operation requests. The grant allows the operation only when the encryption context in the request is the same as the encryption context specified in this constraint. Conflicts with `encryption_context_subset`.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "encryptionContextSubset", - "A list of key-value pairs that must be included in the encryption context of subsequent cryptographic operation requests. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs. Conflicts with `encryption_context_equals`.", + 'encryptionContextSubset', + 'A list of key-value pairs that must be included in the encryption context of subsequent cryptographic operation requests. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs. Conflicts with `encryption_context_equals`.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfiguration.ts b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfiguration.ts index bb4cc02d1..e520413bb 100644 --- a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { kms_getKeyMultiRegionConfigurationReplicaKey, kms_getKeyMultiRegionConfigurationReplicaKey_GetTypes, -} from "./kms_getKeyMultiRegionConfigurationReplicaKey"; +} from './kms_getKeyMultiRegionConfigurationReplicaKey'; import { kms_getKeyMultiRegionConfigurationPrimaryKey, kms_getKeyMultiRegionConfigurationPrimaryKey_GetTypes, -} from "./kms_getKeyMultiRegionConfigurationPrimaryKey"; +} from './kms_getKeyMultiRegionConfigurationPrimaryKey'; export interface kms_getKeyMultiRegionConfiguration { // The key ARN and Region of the primary key. This is the current KMS key if it is the primary key. @@ -29,24 +29,24 @@ export function kms_getKeyMultiRegionConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "primaryKeys", - "The key ARN and Region of the primary key. This is the current KMS key if it is the primary key.", + 'primaryKeys', + 'The key ARN and Region of the primary key. This is the current KMS key if it is the primary key.', () => kms_getKeyMultiRegionConfigurationPrimaryKey_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "replicaKeys", - "The key ARNs and Regions of all replica keys. Includes the current KMS key if it is a replica key.", + 'replicaKeys', + 'The key ARNs and Regions of all replica keys. Includes the current KMS key if it is a replica key.', () => kms_getKeyMultiRegionConfigurationReplicaKey_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "multiRegionKeyType", - "Indicates whether the KMS key is a `PRIMARY` or `REPLICA` key.", + 'multiRegionKeyType', + 'Indicates whether the KMS key is a `PRIMARY` or `REPLICA` key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationPrimaryKey.ts b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationPrimaryKey.ts index 47efcae92..50c0f5a09 100644 --- a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationPrimaryKey.ts +++ b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationPrimaryKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_getKeyMultiRegionConfigurationPrimaryKey { // The AWS Region of a primary or replica key in a multi-Region key. @@ -18,16 +18,16 @@ export function kms_getKeyMultiRegionConfigurationPrimaryKey_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "region", - "The AWS Region of a primary or replica key in a multi-Region key.", + 'region', + 'The AWS Region of a primary or replica key in a multi-Region key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The key ARN of a primary or replica key of a multi-Region key.", + 'arn', + 'The key ARN of a primary or replica key of a multi-Region key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationReplicaKey.ts b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationReplicaKey.ts index b85ba89c5..87841a5a9 100644 --- a/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationReplicaKey.ts +++ b/src/app/Models/codegen/aws/types/kms_getKeyMultiRegionConfigurationReplicaKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_getKeyMultiRegionConfigurationReplicaKey { // The key ARN of a primary or replica key of a multi-Region key. @@ -18,16 +18,16 @@ export function kms_getKeyMultiRegionConfigurationReplicaKey_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "arn", - "The key ARN of a primary or replica key of a multi-Region key.", + 'arn', + 'The key ARN of a primary or replica key of a multi-Region key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "The AWS Region of a primary or replica key in a multi-Region key.", + 'region', + 'The AWS Region of a primary or replica key in a multi-Region key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kms_getKeyXksKeyConfiguration.ts b/src/app/Models/codegen/aws/types/kms_getKeyXksKeyConfiguration.ts index 600fbc28e..fdd95ea9f 100644 --- a/src/app/Models/codegen/aws/types/kms_getKeyXksKeyConfiguration.ts +++ b/src/app/Models/codegen/aws/types/kms_getKeyXksKeyConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_getKeyXksKeyConfiguration { // The globally unique identifier for the key @@ -15,8 +15,8 @@ export function kms_getKeyXksKeyConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The globally unique identifier for the key", + 'id', + 'The globally unique identifier for the key', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/kms_getSecretSecret.ts b/src/app/Models/codegen/aws/types/kms_getSecretSecret.ts index 8d51e4ca4..9902dbb8e 100644 --- a/src/app/Models/codegen/aws/types/kms_getSecretSecret.ts +++ b/src/app/Models/codegen/aws/types/kms_getSecretSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_getSecretSecret { // @@ -22,20 +22,20 @@ export interface kms_getSecretSecret { export function kms_getSecretSecret_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "payload", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'payload', '', () => [], true, false), new DynamicUIProps( InputType.Map, - "context", - "", + 'context', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "grantTokens", - "", + 'grantTokens', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/kms_getSecretsSecret.ts b/src/app/Models/codegen/aws/types/kms_getSecretsSecret.ts index 3cac09513..ae6db9ade 100644 --- a/src/app/Models/codegen/aws/types/kms_getSecretsSecret.ts +++ b/src/app/Models/codegen/aws/types/kms_getSecretsSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface kms_getSecretsSecret { // Base64 encoded payload, as returned from a KMS encrypt operation. @@ -35,48 +35,48 @@ export function kms_getSecretsSecret_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "payload", - "Base64 encoded payload, as returned from a KMS encrypt operation.", + 'payload', + 'Base64 encoded payload, as returned from a KMS encrypt operation.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "context", - "An optional mapping that makes up the Encryption Context for the secret.", + 'context', + 'An optional mapping that makes up the Encryption Context for the secret.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "encryptionAlgorithm", - "The encryption algorithm that will be used to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key. Valid Values: SYMMETRIC_DEFAULT | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256 | SM2PKE", + 'encryptionAlgorithm', + 'The encryption algorithm that will be used to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key. Valid Values: SYMMETRIC_DEFAULT | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256 | SM2PKE', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "grantTokens", - "An optional list of Grant Tokens for the secret.", + 'grantTokens', + 'An optional list of Grant Tokens for the secret.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "keyId", - "Specifies the KMS key that AWS KMS uses to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key.\n\nFor more information on `context` and `grant_tokens` see the [KMS\nConcepts](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html)", + 'keyId', + 'Specifies the KMS key that AWS KMS uses to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key.\n\nFor more information on `context` and `grant_tokens` see the [KMS\nConcepts](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name to export this secret under in the attributes.", + 'name', + 'Name to export this secret under in the attributes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableData.ts b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableData.ts index bdafbbbc0..3c66c4270 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableData.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableData.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_DataCellsFilterTableDataColumnWildcard, lakeformation_DataCellsFilterTableDataColumnWildcard_GetTypes, -} from "./lakeformation_DataCellsFilterTableDataColumnWildcard"; +} from './lakeformation_DataCellsFilterTableDataColumnWildcard'; import { lakeformation_DataCellsFilterTableDataRowFilter, lakeformation_DataCellsFilterTableDataRowFilter_GetTypes, -} from "./lakeformation_DataCellsFilterTableDataRowFilter"; +} from './lakeformation_DataCellsFilterTableDataRowFilter'; export interface lakeformation_DataCellsFilterTableData { // ID of the data cells filter version. @@ -44,64 +44,64 @@ export function lakeformation_DataCellsFilterTableData_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "versionId", - "ID of the data cells filter version.", + 'versionId', + 'ID of the data cells filter version.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "columnNames", - "A list of column names and/or nested column attributes.", + 'columnNames', + 'A list of column names and/or nested column attributes.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "columnWildcard", - "A wildcard with exclusions. See Column Wildcard below for details.", + 'columnWildcard', + 'A wildcard with exclusions. See Column Wildcard below for details.', () => lakeformation_DataCellsFilterTableDataColumnWildcard_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database.", + 'databaseName', + 'The name of the database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the data cells filter.", + 'name', + 'The name of the data cells filter.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "rowFilter", - "A PartiQL predicate. See Row Filter below for details.", + 'rowFilter', + 'A PartiQL predicate. See Row Filter below for details.', () => lakeformation_DataCellsFilterTableDataRowFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tableCatalogId", - "The ID of the Data Catalog.", + 'tableCatalogId', + 'The ID of the Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the table.", + 'tableName', + 'The name of the table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataColumnWildcard.ts b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataColumnWildcard.ts index bfe7cd8ee..3dc01c1ee 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataColumnWildcard.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataColumnWildcard.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_DataCellsFilterTableDataColumnWildcard { // (Optional) Excludes column names. Any column with this name will be excluded. @@ -15,8 +15,8 @@ export function lakeformation_DataCellsFilterTableDataColumnWildcard_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "excludedColumnNames", - "(Optional) Excludes column names. Any column with this name will be excluded.", + 'excludedColumnNames', + '(Optional) Excludes column names. Any column with this name will be excluded.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilter.ts b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilter.ts index 36148d0b3..2592d685a 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilter.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard, lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard_GetTypes, -} from "./lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard"; +} from './lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard'; export interface lakeformation_DataCellsFilterTableDataRowFilter { // (Optional) A wildcard that matches all rows. @@ -22,8 +22,8 @@ export function lakeformation_DataCellsFilterTableDataRowFilter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "allRowsWildcard", - "(Optional) A wildcard that matches all rows.", + 'allRowsWildcard', + '(Optional) A wildcard that matches all rows.', () => lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard_GetTypes(), false, @@ -31,8 +31,8 @@ export function lakeformation_DataCellsFilterTableDataRowFilter_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "filterExpression", - "(Optional) A filter expression.", + 'filterExpression', + '(Optional) A filter expression.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard.ts b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard.ts index fb63a1c92..860759b09 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_DataCellsFilterTableDataRowFilterAllRowsWildcard {} diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTimeouts.ts b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTimeouts.ts index 53c6c9da0..de9660605 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataCellsFilterTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_DataCellsFilterTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function lakeformation_DataCellsFilterTimeouts_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission.ts b/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission.ts index a16a4b1b6..8c9b9c2a5 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission { // List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, `DESCRIBE`, and `CREATE_TABLE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html). @@ -18,15 +18,15 @@ export function lakeformation_DataLakeSettingsCreateDatabaseDefaultPermission_Ge return [ new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, `DESCRIBE`, and `CREATE_TABLE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).", + 'permissions', + 'List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, `DESCRIBE`, and `CREATE_TABLE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "principal", + 'principal', 'Principal who is granted permissions. To enforce metadata and underlying data access control only by IAM on new databases and tables set `principal` to `IAM_ALLOWED_PRINCIPALS` and `permissions` to `["ALL"]`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateTableDefaultPermission.ts b/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateTableDefaultPermission.ts index e7a02392f..0f66b76df 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateTableDefaultPermission.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_DataLakeSettingsCreateTableDefaultPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_DataLakeSettingsCreateTableDefaultPermission { // List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, and `DESCRIBE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html). @@ -18,7 +18,7 @@ export function lakeformation_DataLakeSettingsCreateTableDefaultPermission_GetTy return [ new DynamicUIProps( InputType.String, - "principal", + 'principal', 'Principal who is granted permissions. To enforce metadata and underlying data access control only by IAM on new databases and tables set `principal` to `IAM_ALLOWED_PRINCIPALS` and `permissions` to `["ALL"]`.', () => [], false, @@ -26,8 +26,8 @@ export function lakeformation_DataLakeSettingsCreateTableDefaultPermission_GetTy ), new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, and `DESCRIBE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).", + 'permissions', + 'List of permissions that are granted to the principal. Valid values may include `ALL`, `SELECT`, `ALTER`, `DROP`, `DELETE`, `INSERT`, and `DESCRIBE`. For more details, see [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataCellsFilter.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataCellsFilter.ts index 9e933bbd0..40e953b69 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataCellsFilter.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataCellsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsDataCellsFilter { // The name of the database. @@ -24,32 +24,32 @@ export function lakeformation_PermissionsDataCellsFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "tableName", - "The name of the table.", + 'tableName', + 'The name of the table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database.", + 'databaseName', + 'The name of the database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the data cells filter.", + 'name', + 'The name of the data cells filter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableCatalogId", - "The ID of the Data Catalog.", + 'tableCatalogId', + 'The ID of the Data Catalog.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataLocation.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataLocation.ts index f65bbb311..89aea1656 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataLocation.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDataLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsDataLocation { /* @@ -22,16 +22,16 @@ export function lakeformation_PermissionsDataLocation_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "arn", - "Amazon Resource Name (ARN) that uniquely identifies the data location resource.\n\nThe following argument is optional:", + 'arn', + 'Amazon Resource Name (ARN) that uniquely identifies the data location resource.\n\nThe following argument is optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDatabase.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDatabase.ts index 8df7c9f17..e670ff237 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsDatabase.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsDatabase { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -22,16 +22,16 @@ export function lakeformation_PermissionsDatabase_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:", + 'name', + 'Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTag.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTag.ts index ad6c81092..ef6483691 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTag.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsLfTag { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -25,24 +25,24 @@ export function lakeformation_PermissionsLfTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "The key-name for the tag.", + 'key', + 'The key-name for the tag.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "values", - "A list of possible values an attribute can take.\n\nThe following argument is optional:", + 'values', + 'A list of possible values an attribute can take.\n\nThe following argument is optional:', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicy.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicy.ts index ab97d3f2c..a194bd2ab 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicy.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_PermissionsLfTagPolicyExpression, lakeformation_PermissionsLfTagPolicyExpression_GetTypes, -} from "./lakeformation_PermissionsLfTagPolicyExpression"; +} from './lakeformation_PermissionsLfTagPolicyExpression'; export interface lakeformation_PermissionsLfTagPolicy { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -29,15 +29,15 @@ export function lakeformation_PermissionsLfTagPolicy_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "expressions", + 'expressions', "A list of tag conditions that apply to the resource's tag policy. Configuration block for tag conditions that apply to the policy. See `expression` below.\n\nThe following argument is optional:", () => lakeformation_PermissionsLfTagPolicyExpression_GetTypes(), true, @@ -45,8 +45,8 @@ export function lakeformation_PermissionsLfTagPolicy_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.String, - "resourceType", - "The resource type for which the tag policy applies. Valid values are `DATABASE` and `TABLE`.", + 'resourceType', + 'The resource type for which the tag policy applies. Valid values are `DATABASE` and `TABLE`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicyExpression.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicyExpression.ts index be917abfb..9d64c5bc3 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicyExpression.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsLfTagPolicyExpression.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsLfTagPolicyExpression { // The key-name of an LF-Tag. @@ -18,16 +18,16 @@ export function lakeformation_PermissionsLfTagPolicyExpression_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "key", - "The key-name of an LF-Tag.", + 'key', + 'The key-name of an LF-Tag.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "values", - "A list of possible values of an LF-Tag.", + 'values', + 'A list of possible values of an LF-Tag.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsTable.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsTable.ts index 0a794b6fe..a996a1679 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsTable.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsTable { // Name of the database for the table. Unique to a Data Catalog. @@ -28,32 +28,32 @@ export function lakeformation_PermissionsTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:", + 'wildcard', + 'Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table. Unique to a Data Catalog.", + 'databaseName', + 'Name of the database for the table. Unique to a Data Catalog.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_PermissionsTableWithColumns.ts b/src/app/Models/codegen/aws/types/lakeformation_PermissionsTableWithColumns.ts index 9f34604de..a3b0cf91b 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_PermissionsTableWithColumns.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_PermissionsTableWithColumns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_PermissionsTableWithColumns { // Name of the database for the table with columns resource. Unique to the Data Catalog. @@ -34,48 +34,48 @@ export function lakeformation_PermissionsTableWithColumns_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table with columns resource. Unique to the Data Catalog.", + 'databaseName', + 'Name of the database for the table with columns resource. Unique to the Data Catalog.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "excludedColumnNames", - "Set of column names for the table to exclude. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.", + 'excludedColumnNames', + 'Set of column names for the table to exclude. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table resource.", + 'name', + 'Name of the table resource.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a column wildcard. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.\n\nThe following arguments are optional:", + 'wildcard', + 'Whether to use a column wildcard. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "columnNames", - "Set of column names for the table.", + 'columnNames', + 'Set of column names for the table.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagDatabase.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagDatabase.ts index 96e8ae989..2c9b1434a 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagDatabase.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagDatabase { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -22,16 +22,16 @@ export function lakeformation_ResourceLfTagDatabase_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:", + 'name', + 'Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagLfTag.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagLfTag.ts index 152f1741c..395afbf58 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagLfTag.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagLfTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagLfTag { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -25,24 +25,24 @@ export function lakeformation_ResourceLfTagLfTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "Key name for an existing LF-tag.", + 'key', + 'Key name for an existing LF-tag.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value from the possible values for the LF-tag.\n\nThe following argument is optional:", + 'value', + 'Value from the possible values for the LF-tag.\n\nThe following argument is optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTable.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTable.ts index c202d56e3..719019318 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTable.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagTable { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -28,32 +28,32 @@ export function lakeformation_ResourceLfTagTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table. Unique to a Data Catalog.", + 'databaseName', + 'Name of the database for the table. Unique to a Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:", + 'wildcard', + 'Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumns.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumns.ts index 58a21f145..cc9a12cf8 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumns.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumns.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_ResourceLfTagTableWithColumnsColumnWildcard, lakeformation_ResourceLfTagTableWithColumnsColumnWildcard_GetTypes, -} from "./lakeformation_ResourceLfTagTableWithColumnsColumnWildcard"; +} from './lakeformation_ResourceLfTagTableWithColumnsColumnWildcard'; export interface lakeformation_ResourceLfTagTableWithColumns { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -35,16 +35,16 @@ export function lakeformation_ResourceLfTagTableWithColumns_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "columnNames", - "Set of column names for the table.", + 'columnNames', + 'Set of column names for the table.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "columnWildcard", - "Option to add column wildcard. See Column Wildcard for more details.", + 'columnWildcard', + 'Option to add column wildcard. See Column Wildcard for more details.', () => lakeformation_ResourceLfTagTableWithColumnsColumnWildcard_GetTypes(), false, @@ -52,24 +52,24 @@ export function lakeformation_ResourceLfTagTableWithColumns_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table with columns resource. Unique to the Data Catalog.", + 'databaseName', + 'Name of the database for the table with columns resource. Unique to the Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table resource.\n\nThe following arguments are optional:", + 'name', + 'Name of the table resource.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumnsColumnWildcard.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumnsColumnWildcard.ts index d3fb02c2d..694de7829 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumnsColumnWildcard.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTableWithColumnsColumnWildcard.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagTableWithColumnsColumnWildcard { // @@ -15,8 +15,8 @@ export function lakeformation_ResourceLfTagTableWithColumnsColumnWildcard_GetTyp return [ new DynamicUIProps( InputType.Array, - "excludedColumnNames", - "", + 'excludedColumnNames', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTimeouts.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTimeouts.ts index 3c7ba4618..3634676ff 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function lakeformation_ResourceLfTagTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function lakeformation_ResourceLfTagTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsDatabase.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsDatabase.ts index 57aebf55a..03cc227c9 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsDatabase.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagsDatabase { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -22,16 +22,16 @@ export function lakeformation_ResourceLfTagsDatabase_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:", + 'name', + 'Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsLfTag.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsLfTag.ts index d37561024..d4ae7e3af 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsLfTag.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsLfTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagsLfTag { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -25,24 +25,24 @@ export function lakeformation_ResourceLfTagsLfTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "Key name for an existing LF-tag.", + 'key', + 'Key name for an existing LF-tag.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "value", - "Value from the possible values for the LF-tag.\n\nThe following argument is optional:", + 'value', + 'Value from the possible values for the LF-tag.\n\nThe following argument is optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTable.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTable.ts index ba1f327fe..1c2f71e91 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTable.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagsTable { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -28,32 +28,32 @@ export function lakeformation_ResourceLfTagsTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table. Unique to a Data Catalog.", + 'databaseName', + 'Name of the database for the table. Unique to a Data Catalog.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table.", + 'name', + 'Name of the table.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:", + 'wildcard', + 'Whether to use a wildcard representing every table under a database. Defaults to `false`.\n\nThe following arguments are optional:', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTableWithColumns.ts b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTableWithColumns.ts index 67f0c4c1e..e800432d2 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTableWithColumns.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_ResourceLfTagsTableWithColumns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_ResourceLfTagsTableWithColumns { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -34,48 +34,48 @@ export function lakeformation_ResourceLfTagsTableWithColumns_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table with columns resource. Unique to the Data Catalog.", + 'databaseName', + 'Name of the database for the table with columns resource. Unique to the Data Catalog.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "excludedColumnNames", - "Set of column names for the table to exclude. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.", + 'excludedColumnNames', + 'Set of column names for the table to exclude. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table resource.", + 'name', + 'Name of the table resource.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a column wildcard. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.\n\nThe following arguments are optional:", + 'wildcard', + 'Whether to use a column wildcard. If `excluded_column_names` is included, `wildcard` must be set to `true` to avoid the provider reporting a difference.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "columnNames", - "Set of column names for the table.", + 'columnNames', + 'Set of column names for the table.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission.ts b/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission.ts index 049ac87e0..3d04ac15e 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission { // List of permissions granted to the principal. @@ -18,16 +18,16 @@ export function lakeformation_getDataLakeSettingsCreateDatabaseDefaultPermission return [ new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions granted to the principal.", + 'permissions', + 'List of permissions granted to the principal.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "Principal who is granted permissions.", + 'principal', + 'Principal who is granted permissions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateTableDefaultPermission.ts b/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateTableDefaultPermission.ts index b0099d180..efa9c3189 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateTableDefaultPermission.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getDataLakeSettingsCreateTableDefaultPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getDataLakeSettingsCreateTableDefaultPermission { // List of permissions granted to the principal. @@ -18,16 +18,16 @@ export function lakeformation_getDataLakeSettingsCreateTableDefaultPermission_Ge return [ new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions granted to the principal.", + 'permissions', + 'List of permissions granted to the principal.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "Principal who is granted permissions.", + 'principal', + 'Principal who is granted permissions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataCellsFilter.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataCellsFilter.ts index cc8664f63..d68efd285 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataCellsFilter.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataCellsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsDataCellsFilter { // The name of the database. @@ -24,32 +24,32 @@ export function lakeformation_getPermissionsDataCellsFilter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database.", + 'databaseName', + 'The name of the database.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the data cells filter.", + 'name', + 'The name of the data cells filter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableCatalogId", - "The ID of the Data Catalog.", + 'tableCatalogId', + 'The ID of the Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the table.", + 'tableName', + 'The name of the table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataLocation.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataLocation.ts index 31732aaa6..d9b4b1f0d 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataLocation.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDataLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsDataLocation { /* @@ -22,16 +22,16 @@ export function lakeformation_getPermissionsDataLocation_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "arn", - "ARN that uniquely identifies the data location resource.\n\nThe following argument is optional:", + 'arn', + 'ARN that uniquely identifies the data location resource.\n\nThe following argument is optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDatabase.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDatabase.ts index 08cfb27c1..a4af5782c 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDatabase.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsDatabase.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsDatabase { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -22,16 +22,16 @@ export function lakeformation_getPermissionsDatabase_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:", + 'name', + 'Name of the database resource. Unique to the Data Catalog.\n\nThe following argument is optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTag.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTag.ts index 707cf3552..c32e0a26c 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTag.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsLfTag { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -25,24 +25,24 @@ export function lakeformation_getPermissionsLfTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Key-name for the tag.", + 'key', + 'Key-name for the tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of possible values an attribute can take.\n\nThe following argument is optional:", + 'values', + 'List of possible values an attribute can take.\n\nThe following argument is optional:', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicy.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicy.ts index 2e7ad1135..36df543cf 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicy.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lakeformation_getPermissionsLfTagPolicyExpression, lakeformation_getPermissionsLfTagPolicyExpression_GetTypes, -} from "./lakeformation_getPermissionsLfTagPolicyExpression"; +} from './lakeformation_getPermissionsLfTagPolicyExpression'; export interface lakeformation_getPermissionsLfTagPolicy { // Resource type for which the tag policy applies. Valid values are `DATABASE` and `TABLE`. @@ -29,23 +29,23 @@ export function lakeformation_getPermissionsLfTagPolicy_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "resourceType", - "Resource type for which the tag policy applies. Valid values are `DATABASE` and `TABLE`.", + 'resourceType', + 'Resource type for which the tag policy applies. Valid values are `DATABASE` and `TABLE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "expressions", + 'expressions', "List of tag conditions that apply to the resource's tag policy. Configuration block for tag conditions that apply to the policy. See `expression` below.\n\nThe following argument is optional:", () => lakeformation_getPermissionsLfTagPolicyExpression_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicyExpression.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicyExpression.ts index 6dc70cd06..264bae274 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicyExpression.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsLfTagPolicyExpression.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsLfTagPolicyExpression { // Key-name of an LF-Tag. @@ -18,16 +18,16 @@ export function lakeformation_getPermissionsLfTagPolicyExpression_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "key", - "Key-name of an LF-Tag.", + 'key', + 'Key-name of an LF-Tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of possible values of an LF-Tag.", + 'values', + 'List of possible values of an LF-Tag.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTable.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTable.ts index 3f76e8021..a3982812a 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTable.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTable.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsTable { // Identifier for the Data Catalog. By default, it is the account ID of the caller. @@ -28,32 +28,32 @@ export function lakeformation_getPermissionsTable_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table. Unique to a Data Catalog.\n\nThe following arguments are optional:", + 'databaseName', + 'Name of the database for the table. Unique to a Data Catalog.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table. At least one of `name` or `wildcard` is required.", + 'name', + 'Name of the table. At least one of `name` or `wildcard` is required.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a wildcard representing every table under a database. At least one of `name` or `wildcard` is required. Defaults to `false`.", + 'wildcard', + 'Whether to use a wildcard representing every table under a database. At least one of `name` or `wildcard` is required. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTableWithColumns.ts b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTableWithColumns.ts index cc93ca4e4..4a3d7d82c 100644 --- a/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTableWithColumns.ts +++ b/src/app/Models/codegen/aws/types/lakeformation_getPermissionsTableWithColumns.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lakeformation_getPermissionsTableWithColumns { // Set of column names for the table. At least one of `column_names` or `excluded_column_names` is required. @@ -34,48 +34,48 @@ export function lakeformation_getPermissionsTableWithColumns_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "catalogId", - "Identifier for the Data Catalog. By default, it is the account ID of the caller.", + 'catalogId', + 'Identifier for the Data Catalog. By default, it is the account ID of the caller.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "columnNames", - "Set of column names for the table. At least one of `column_names` or `excluded_column_names` is required.", + 'columnNames', + 'Set of column names for the table. At least one of `column_names` or `excluded_column_names` is required.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "Name of the database for the table with columns resource. Unique to the Data Catalog.", + 'databaseName', + 'Name of the database for the table with columns resource. Unique to the Data Catalog.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "excludedColumnNames", - "Set of column names for the table to exclude. At least one of `column_names` or `excluded_column_names` is required.", + 'excludedColumnNames', + 'Set of column names for the table to exclude. At least one of `column_names` or `excluded_column_names` is required.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the table resource.\n\nThe following arguments are optional:", + 'name', + 'Name of the table resource.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "wildcard", - "Whether to use a wildcard representing every table under a database. At least one of `name` or `wildcard` is required. Defaults to `false`.", + 'wildcard', + 'Whether to use a wildcard representing every table under a database. At least one of `name` or `wildcard` is required. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_AliasRoutingConfig.ts b/src/app/Models/codegen/aws/types/lambda_AliasRoutingConfig.ts index 729c781cb..46ec8a00e 100644 --- a/src/app/Models/codegen/aws/types/lambda_AliasRoutingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_AliasRoutingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_AliasRoutingConfig { // A map that defines the proportion of events that should be sent to different versions of a lambda function. @@ -15,8 +15,8 @@ export function lambda_AliasRoutingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "additionalVersionWeights", - "A map that defines the proportion of events that should be sent to different versions of a lambda function.", + 'additionalVersionWeights', + 'A map that defines the proportion of events that should be sent to different versions of a lambda function.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_CodePathOptions.ts b/src/app/Models/codegen/aws/types/lambda_CodePathOptions.ts index 4d1b5d0cd..45917f457 100644 --- a/src/app/Models/codegen/aws/types/lambda_CodePathOptions.ts +++ b/src/app/Models/codegen/aws/types/lambda_CodePathOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_CodePathOptions { // Packages to explicitly exclude from the Assets for a serialized closure. This can be used when clients want to trim down the size of a closure, and they know that some package won't ever actually be needed at runtime, but is still a dependency of some package that is being used at runtime. @@ -21,23 +21,23 @@ export function lambda_CodePathOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "extraIncludePackages", - "Extra packages to include when producing the Assets for a serialized closure. This can be useful if the packages are acquired in a way that the serialization code does not understand. For example, if there was some sort of module that was pulled in based off of a computed string.", + 'extraIncludePackages', + 'Extra packages to include when producing the Assets for a serialized closure. This can be useful if the packages are acquired in a way that the serialization code does not understand. For example, if there was some sort of module that was pulled in based off of a computed string.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "extraIncludePaths", - "Local file/directory paths that should be included when producing the Assets for a serialized closure.", + 'extraIncludePaths', + 'Local file/directory paths that should be included when producing the Assets for a serialized closure.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "extraExcludePackages", + 'extraExcludePackages', "Packages to explicitly exclude from the Assets for a serialized closure. This can be used when clients want to trim down the size of a closure, and they know that some package won't ever actually be needed at runtime, but is still a dependency of some package that is being used at runtime.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigAllowedPublishers.ts b/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigAllowedPublishers.ts index 77733ab47..ccd1b77d3 100644 --- a/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigAllowedPublishers.ts +++ b/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigAllowedPublishers.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_CodeSigningConfigAllowedPublishers { // The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. @@ -15,8 +15,8 @@ export function lambda_CodeSigningConfigAllowedPublishers_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "signingProfileVersionArns", - "The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.", + 'signingProfileVersionArns', + 'The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigPolicies.ts b/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigPolicies.ts index 42fd9e825..367b62f15 100644 --- a/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigPolicies.ts +++ b/src/app/Models/codegen/aws/types/lambda_CodeSigningConfigPolicies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_CodeSigningConfigPolicies { // Code signing configuration policy for deployment validation failure. If you set the policy to Enforce, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to Warn, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`. @@ -15,8 +15,8 @@ export function lambda_CodeSigningConfigPolicies_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "untrustedArtifactOnDeployment", - "Code signing configuration policy for deployment validation failure. If you set the policy to Enforce, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to Warn, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`.", + 'untrustedArtifactOnDeployment', + 'Code signing configuration policy for deployment validation failure. If you set the policy to Enforce, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to Warn, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig.ts index c238c1047..41defb617 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig { // A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html). @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingAmazonManagedKafkaEventSourceConfig_Get return [ new DynamicUIProps( InputType.String, - "consumerGroupId", - "A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).", + 'consumerGroupId', + 'A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfig.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfig.ts index 370e8df05..e23554391 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_EventSourceMappingDestinationConfigOnFailure, lambda_EventSourceMappingDestinationConfigOnFailure_GetTypes, -} from "./lambda_EventSourceMappingDestinationConfigOnFailure"; +} from './lambda_EventSourceMappingDestinationConfigOnFailure'; export interface lambda_EventSourceMappingDestinationConfig { // The destination configuration for failed invocations. Detailed below. @@ -19,8 +19,8 @@ export function lambda_EventSourceMappingDestinationConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "onFailure", - "The destination configuration for failed invocations. Detailed below.", + 'onFailure', + 'The destination configuration for failed invocations. Detailed below.', () => lambda_EventSourceMappingDestinationConfigOnFailure_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfigOnFailure.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfigOnFailure.ts index d08cf5531..6636a30b9 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfigOnFailure.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDestinationConfigOnFailure.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingDestinationConfigOnFailure { // The Amazon Resource Name (ARN) of the destination resource. @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingDestinationConfigOnFailure_GetTypes(): return [ new DynamicUIProps( InputType.String, - "destinationArn", - "The Amazon Resource Name (ARN) of the destination resource.", + 'destinationArn', + 'The Amazon Resource Name (ARN) of the destination resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDocumentDbEventSourceConfig.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDocumentDbEventSourceConfig.ts index 85f838cbe..ee0964b13 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDocumentDbEventSourceConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingDocumentDbEventSourceConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingDocumentDbEventSourceConfig { // The name of the database to consume within the DocumentDB cluster. @@ -21,24 +21,24 @@ export function lambda_EventSourceMappingDocumentDbEventSourceConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "fullDocument", - "Determines what DocumentDB sends to your event stream during document update operations. If set to `UpdateLookup`, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes. Valid values: `UpdateLookup`, `Default`.", + 'fullDocument', + 'Determines what DocumentDB sends to your event stream during document update operations. If set to `UpdateLookup`, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes. Valid values: `UpdateLookup`, `Default`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "collectionName", - "The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.", + 'collectionName', + 'The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "databaseName", - "The name of the database to consume within the DocumentDB cluster.", + 'databaseName', + 'The name of the database to consume within the DocumentDB cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteria.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteria.ts index 892ccbfd4..b36c49f2e 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteria.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_EventSourceMappingFilterCriteriaFilter, lambda_EventSourceMappingFilterCriteriaFilter_GetTypes, -} from "./lambda_EventSourceMappingFilterCriteriaFilter"; +} from './lambda_EventSourceMappingFilterCriteriaFilter'; export interface lambda_EventSourceMappingFilterCriteria { // A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below. @@ -19,8 +19,8 @@ export function lambda_EventSourceMappingFilterCriteria_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "filters", - "A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below.", + 'filters', + 'A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below.', () => lambda_EventSourceMappingFilterCriteriaFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteriaFilter.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteriaFilter.ts index 22823a4ec..cc4991d1c 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteriaFilter.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingFilterCriteriaFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingFilterCriteriaFilter { // A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax). @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingFilterCriteriaFilter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "pattern", - "A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).", + 'pattern', + 'A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingScalingConfig.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingScalingConfig.ts index 04780b745..72b45817a 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingScalingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingScalingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingScalingConfig { // Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to `2`. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000. @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingScalingConfig_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "maximumConcurrency", - "Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to `2`. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000.", + 'maximumConcurrency', + 'Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to `2`. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedEventSource.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedEventSource.ts index 5b3b28714..70f6c3424 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedEventSource.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedEventSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingSelfManagedEventSource { // A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints. @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingSelfManagedEventSource_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Map, - "endpoints", - "A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.", + 'endpoints', + 'A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.', () => InputType_Map_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig.ts index b69a260db..ee6c8d3c0 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig { // A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html). @@ -15,8 +15,8 @@ export function lambda_EventSourceMappingSelfManagedKafkaEventSourceConfig_GetTy return [ new DynamicUIProps( InputType.String, - "consumerGroupId", - "A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).", + 'consumerGroupId', + 'A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSourceAccessConfiguration.ts b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSourceAccessConfiguration.ts index c3ad75bc7..f4f1e61f2 100644 --- a/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSourceAccessConfiguration.ts +++ b/src/app/Models/codegen/aws/types/lambda_EventSourceMappingSourceAccessConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_EventSourceMappingSourceAccessConfiguration { // The type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html). @@ -18,15 +18,15 @@ export function lambda_EventSourceMappingSourceAccessConfiguration_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "type", - "The type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html).", + 'type', + 'The type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", + 'uri', "The URI for this configuration. For type `VPC_SUBNET` the value should be `subnet:subnet_id` where `subnet_id` is the value you would find in an aws.ec2.Subnet resource's id attribute. For type `VPC_SECURITY_GROUP` the value should be `security_group:security_group_id` where `security_group_id` is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionDeadLetterConfig.ts index eb8dd554b..066f8e7f0 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionDeadLetterConfig { // ARN of an SNS topic or SQS queue to notify when an invocation fails. If this option is used, the function's IAM role must be granted suitable access to write to the target object, which means allowing either the `sns:Publish` or `sqs:SendMessage` action on this ARN, depending on which service is targeted. @@ -15,7 +15,7 @@ export function lambda_FunctionDeadLetterConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetArn", + 'targetArn', "ARN of an SNS topic or SQS queue to notify when an invocation fails. If this option is used, the function's IAM role must be granted suitable access to write to the target object, which means allowing either the `sns:Publish` or `sqs:SendMessage` action on this ARN, depending on which service is targeted.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionEnvironment.ts b/src/app/Models/codegen/aws/types/lambda_FunctionEnvironment.ts index f64a037bb..6d659f484 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionEnvironment.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionEnvironment { // Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present. @@ -15,8 +15,8 @@ export function lambda_FunctionEnvironment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "variables", - "Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present.", + 'variables', + 'Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionEphemeralStorage.ts b/src/app/Models/codegen/aws/types/lambda_FunctionEphemeralStorage.ts index b0ae14323..22e71bc0a 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionEphemeralStorage.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionEphemeralStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionEphemeralStorage { // The size of the Lambda function Ephemeral storage(`/tmp`) represented in MB. The minimum supported `ephemeral_storage` value defaults to `512`MB and the maximum supported value is `10240`MB. @@ -15,8 +15,8 @@ export function lambda_FunctionEphemeralStorage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the Lambda function Ephemeral storage(`/tmp`) represented in MB. The minimum supported `ephemeral_storage` value defaults to `512`MB and the maximum supported value is `10240`MB.", + 'size', + 'The size of the Lambda function Ephemeral storage(`/tmp`) represented in MB. The minimum supported `ephemeral_storage` value defaults to `512`MB and the maximum supported value is `10240`MB.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfig.ts index a642ea382..833a21c2f 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lambda_FunctionEventInvokeConfigDestinationConfigOnFailure, lambda_FunctionEventInvokeConfigDestinationConfigOnFailure_GetTypes, -} from "./lambda_FunctionEventInvokeConfigDestinationConfigOnFailure"; +} from './lambda_FunctionEventInvokeConfigDestinationConfigOnFailure'; import { lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess, lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess_GetTypes, -} from "./lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess"; +} from './lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess'; export interface lambda_FunctionEventInvokeConfigDestinationConfig { // Configuration block with destination configuration for failed asynchronous invocations. See below for details. @@ -26,8 +26,8 @@ export function lambda_FunctionEventInvokeConfigDestinationConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "onFailure", - "Configuration block with destination configuration for failed asynchronous invocations. See below for details.", + 'onFailure', + 'Configuration block with destination configuration for failed asynchronous invocations. See below for details.', () => lambda_FunctionEventInvokeConfigDestinationConfigOnFailure_GetTypes(), false, @@ -35,8 +35,8 @@ export function lambda_FunctionEventInvokeConfigDestinationConfig_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "onSuccess", - "Configuration block with destination configuration for successful asynchronous invocations. See below for details.", + 'onSuccess', + 'Configuration block with destination configuration for successful asynchronous invocations. See below for details.', () => lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnFailure.ts b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnFailure.ts index 205203271..1891527ba 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnFailure.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnFailure.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionEventInvokeConfigDestinationConfigOnFailure { // Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions. @@ -15,8 +15,8 @@ export function lambda_FunctionEventInvokeConfigDestinationConfigOnFailure_GetTy return [ new DynamicUIProps( InputType.String, - "destination", - "Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.", + 'destination', + 'Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess.ts b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess.ts index 439c5da35..2b1016ab4 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess { // Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions. @@ -15,8 +15,8 @@ export function lambda_FunctionEventInvokeConfigDestinationConfigOnSuccess_GetTy return [ new DynamicUIProps( InputType.String, - "destination", - "Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.", + 'destination', + 'Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionFileSystemConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionFileSystemConfig.ts index 46d5ff1ad..c77395674 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionFileSystemConfig { // Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system. @@ -18,16 +18,16 @@ export function lambda_FunctionFileSystemConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system.", + 'arn', + 'Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "localMountPath", - "Path where the function can access the file system, starting with /mnt/.", + 'localMountPath', + 'Path where the function can access the file system, starting with /mnt/.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionImageConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionImageConfig.ts index 7535bf5cf..727561a6d 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionImageConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionImageConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionImageConfig { // Parameters that you want to pass in with `entry_point`. @@ -21,24 +21,24 @@ export function lambda_FunctionImageConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "commands", - "Parameters that you want to pass in with `entry_point`.", + 'commands', + 'Parameters that you want to pass in with `entry_point`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "entryPoints", - "Entry point to your application, which is typically the location of the runtime executable.", + 'entryPoints', + 'Entry point to your application, which is typically the location of the runtime executable.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "workingDirectory", - "Working directory.", + 'workingDirectory', + 'Working directory.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionLoggingConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionLoggingConfig.ts index 942f9cf29..82ac3cb4c 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionLoggingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionLoggingConfig { // for JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries. @@ -24,23 +24,23 @@ export function lambda_FunctionLoggingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "systemLogLevel", - "for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `ERROR`, `DEBUG`, or `INFO`.", + 'systemLogLevel', + 'for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `ERROR`, `DEBUG`, or `INFO`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "applicationLogLevel", - "for JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries.", + 'applicationLogLevel', + 'for JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logFormat", + 'logFormat', "select between `Text` and structured `JSON` format for your function's logs.", () => [], true, @@ -48,8 +48,8 @@ export function lambda_FunctionLoggingConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "logGroup", - "the CloudWatch log group your function sends logs to.", + 'logGroup', + 'the CloudWatch log group your function sends logs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionSnapStart.ts b/src/app/Models/codegen/aws/types/lambda_FunctionSnapStart.ts index 2f236fbc7..38cf3fa30 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionSnapStart.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionSnapStart.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionSnapStart { // Conditions where snap start is enabled. Valid values are `PublishedVersions`. @@ -18,16 +18,16 @@ export function lambda_FunctionSnapStart_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "applyOn", - "Conditions where snap start is enabled. Valid values are `PublishedVersions`.", + 'applyOn', + 'Conditions where snap start is enabled. Valid values are `PublishedVersions`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "optimizationStatus", - "Optimization status of the snap start configuration. Valid values are `On` and `Off`.", + 'optimizationStatus', + 'Optimization status of the snap start configuration. Valid values are `On` and `Off`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionTracingConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionTracingConfig.ts index 9d0853c91..314ca09e3 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionTracingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionTracingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionTracingConfig { // Whether to sample and trace a subset of incoming requests with AWS X-Ray. Valid values are `PassThrough` and `Active`. If `PassThrough`, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If `Active`, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision. @@ -15,7 +15,7 @@ export function lambda_FunctionTracingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mode", + 'mode', 'Whether to sample and trace a subset of incoming requests with AWS X-Ray. Valid values are `PassThrough` and `Active`. If `PassThrough`, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If `Active`, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionUrlCors.ts b/src/app/Models/codegen/aws/types/lambda_FunctionUrlCors.ts index d0568c935..e03f6e809 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionUrlCors.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionUrlCors.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionUrlCors { // Whether to allow cookies or other credentials in requests to the function URL. The default is `false`. @@ -30,7 +30,7 @@ export function lambda_FunctionUrlCors_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "allowOrigins", + 'allowOrigins', 'The origins that can access the function URL. You can list any number of specific origins (or the wildcard character (`"*"`)), separated by a comma. For example: `["https://www.example.com", "http://localhost:60905"]`.', () => InputType_String_GetTypes(), false, @@ -38,15 +38,15 @@ export function lambda_FunctionUrlCors_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "The HTTP headers in your function response that you want to expose to origins that call the function URL.", + 'exposeHeaders', + 'The HTTP headers in your function response that you want to expose to origins that call the function URL.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxAge", + 'maxAge', "The maximum amount of time, in seconds, that web browsers can cache results of a preflight request. By default, this is set to `0`, which means that the browser doesn't cache results. The maximum value is `86400`.", () => [], false, @@ -54,15 +54,15 @@ export function lambda_FunctionUrlCors_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "allowCredentials", - "Whether to allow cookies or other credentials in requests to the function URL. The default is `false`.", + 'allowCredentials', + 'Whether to allow cookies or other credentials in requests to the function URL. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowHeaders", + 'allowHeaders', 'The HTTP headers that origins can include in requests to the function URL. For example: `["date", "keep-alive", "x-custom-header"]`.', () => InputType_String_GetTypes(), false, @@ -70,7 +70,7 @@ export function lambda_FunctionUrlCors_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "allowMethods", + 'allowMethods', 'The HTTP methods that are allowed when calling the function URL. For example: `["GET", "POST", "DELETE"]`, or the wildcard character (`["*"]`).', () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lambda_FunctionVpcConfig.ts b/src/app/Models/codegen/aws/types/lambda_FunctionVpcConfig.ts index f04b21449..7675dec9b 100644 --- a/src/app/Models/codegen/aws/types/lambda_FunctionVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_FunctionVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_FunctionVpcConfig { // Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is `false`. @@ -24,32 +24,32 @@ export function lambda_FunctionVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "ipv6AllowedForDualStack", - "Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is `false`.", + 'ipv6AllowedForDualStack', + 'Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of security group IDs associated with the Lambda function.", + 'securityGroupIds', + 'List of security group IDs associated with the Lambda function.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of subnet IDs associated with the Lambda function.", + 'subnetIds', + 'List of subnet IDs associated with the Lambda function.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC.", + 'vpcId', + 'ID of the VPC.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lambda_Runtime.ts b/src/app/Models/codegen/aws/types/lambda_Runtime.ts index 48cc70e1f..ce6143e93 100644 --- a/src/app/Models/codegen/aws/types/lambda_Runtime.ts +++ b/src/app/Models/codegen/aws/types/lambda_Runtime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_Runtime {} diff --git a/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigAllowedPublisher.ts b/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigAllowedPublisher.ts index dfbc12b94..4ffb87764 100644 --- a/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigAllowedPublisher.ts +++ b/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigAllowedPublisher.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getCodeSigningConfigAllowedPublisher { // The ARN for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. @@ -15,8 +15,8 @@ export function lambda_getCodeSigningConfigAllowedPublisher_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "signingProfileVersionArns", - "The ARN for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.", + 'signingProfileVersionArns', + 'The ARN for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigPolicy.ts b/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigPolicy.ts index d543ac06a..4ad01ff1d 100644 --- a/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigPolicy.ts +++ b/src/app/Models/codegen/aws/types/lambda_getCodeSigningConfigPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getCodeSigningConfigPolicy { // Code signing configuration policy for deployment validation failure. @@ -15,8 +15,8 @@ export function lambda_getCodeSigningConfigPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "untrustedArtifactOnDeployment", - "Code signing configuration policy for deployment validation failure.", + 'untrustedArtifactOnDeployment', + 'Code signing configuration policy for deployment validation failure.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionDeadLetterConfig.ts index 1afa71f1e..48baabde5 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionDeadLetterConfig { // @@ -15,8 +15,8 @@ export function lambda_getFunctionDeadLetterConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "targetArn", - "", + 'targetArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionEnvironment.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionEnvironment.ts index 398805a21..77626c64a 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionEnvironment.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionEnvironment { // @@ -15,8 +15,8 @@ export function lambda_getFunctionEnvironment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Map, - "variables", - "", + 'variables', + '', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionEphemeralStorage.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionEphemeralStorage.ts index d9d8ba68d..55b7bdd1e 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionEphemeralStorage.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionEphemeralStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionEphemeralStorage { // @@ -13,6 +13,6 @@ export interface lambda_getFunctionEphemeralStorage { export function lambda_getFunctionEphemeralStorage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "size", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'size', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionFileSystemConfig.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionFileSystemConfig.ts index 9fb2d7a21..266d0c3aa 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionFileSystemConfig { // Unqualified (no `:QUALIFIER` or `:VERSION` suffix) ARN identifying your Lambda Function. See also `qualified_arn`. @@ -18,16 +18,16 @@ export function lambda_getFunctionFileSystemConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "arn", - "Unqualified (no `:QUALIFIER` or `:VERSION` suffix) ARN identifying your Lambda Function. See also `qualified_arn`.", + 'arn', + 'Unqualified (no `:QUALIFIER` or `:VERSION` suffix) ARN identifying your Lambda Function. See also `qualified_arn`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "localMountPath", - "", + 'localMountPath', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionLoggingConfig.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionLoggingConfig.ts index dab2ba872..b039bc9c0 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionLoggingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionLoggingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionLoggingConfig { // @@ -24,25 +24,25 @@ export function lambda_getFunctionLoggingConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "applicationLogLevel", - "", + 'applicationLogLevel', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logFormat", - "", + 'logFormat', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "logGroup", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'logGroup', '', () => [], true, false), new DynamicUIProps( InputType.String, - "systemLogLevel", - "", + 'systemLogLevel', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionTracingConfig.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionTracingConfig.ts index fa01ff23f..bebe4caf9 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionTracingConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionTracingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionTracingConfig { // @@ -13,6 +13,6 @@ export interface lambda_getFunctionTracingConfig { export function lambda_getFunctionTracingConfig_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionUrlCor.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionUrlCor.ts index 80322174d..99db3ced5 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionUrlCor.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionUrlCor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionUrlCor { // @@ -28,43 +28,43 @@ export interface lambda_getFunctionUrlCor { export function lambda_getFunctionUrlCor_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "maxAge", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'maxAge', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "allowCredentials", - "", + 'allowCredentials', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "allowHeaders", - "", + 'allowHeaders', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowMethods", - "", + 'allowMethods', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowOrigins", - "", + 'allowOrigins', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "", + 'exposeHeaders', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lambda_getFunctionVpcConfig.ts b/src/app/Models/codegen/aws/types/lambda_getFunctionVpcConfig.ts index e11c91b0e..aa6d9e5c3 100644 --- a/src/app/Models/codegen/aws/types/lambda_getFunctionVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/lambda_getFunctionVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lambda_getFunctionVpcConfig { // @@ -24,28 +24,28 @@ export function lambda_getFunctionVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "ipv6AllowedForDualStack", - "", + 'ipv6AllowedForDualStack', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "", + 'securityGroupIds', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "", + 'subnetIds', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "vpcId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultAction.ts index f14d45613..777bc3afc 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerDefaultActionRedirect, lb_ListenerDefaultActionRedirect_GetTypes, -} from "./lb_ListenerDefaultActionRedirect"; +} from './lb_ListenerDefaultActionRedirect'; import { lb_ListenerDefaultActionAuthenticateCognito, lb_ListenerDefaultActionAuthenticateCognito_GetTypes, -} from "./lb_ListenerDefaultActionAuthenticateCognito"; +} from './lb_ListenerDefaultActionAuthenticateCognito'; import { lb_ListenerDefaultActionAuthenticateOidc, lb_ListenerDefaultActionAuthenticateOidc_GetTypes, -} from "./lb_ListenerDefaultActionAuthenticateOidc"; +} from './lb_ListenerDefaultActionAuthenticateOidc'; import { lb_ListenerDefaultActionFixedResponse, lb_ListenerDefaultActionFixedResponse_GetTypes, -} from "./lb_ListenerDefaultActionFixedResponse"; +} from './lb_ListenerDefaultActionFixedResponse'; import { lb_ListenerDefaultActionForward, lb_ListenerDefaultActionForward_GetTypes, -} from "./lb_ListenerDefaultActionForward"; +} from './lb_ListenerDefaultActionForward'; export interface lb_ListenerDefaultAction { // Configuration block for creating a redirect action. Required if `type` is `redirect`. Detailed below. @@ -75,64 +75,64 @@ export function lb_ListenerDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "redirect", - "Configuration block for creating a redirect action. Required if `type` is `redirect`. Detailed below.", + 'redirect', + 'Configuration block for creating a redirect action. Required if `type` is `redirect`. Detailed below.', () => lb_ListenerDefaultActionRedirect_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.", + 'targetGroupArn', + 'ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.\n\nThe following arguments are optional:", + 'type', + 'Type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "authenticateCognito", - "Configuration block for using Amazon Cognito to authenticate users. Specify only when `type` is `authenticate-cognito`. Detailed below.", + 'authenticateCognito', + 'Configuration block for using Amazon Cognito to authenticate users. Specify only when `type` is `authenticate-cognito`. Detailed below.', () => lb_ListenerDefaultActionAuthenticateCognito_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticateOidc", - "Configuration block for an identity provider that is compliant with OpenID Connect (OIDC). Specify only when `type` is `authenticate-oidc`. Detailed below.", + 'authenticateOidc', + 'Configuration block for an identity provider that is compliant with OpenID Connect (OIDC). Specify only when `type` is `authenticate-oidc`. Detailed below.', () => lb_ListenerDefaultActionAuthenticateOidc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fixedResponse", - "Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.", + 'fixedResponse', + 'Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.', () => lb_ListenerDefaultActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forward", - "Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.\nDetailed below.", + 'forward', + 'Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.\nDetailed below.', () => lb_ListenerDefaultActionForward_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "order", - "Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.", + 'order', + 'Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateCognito.ts index 1c82195e3..c823ef950 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionAuthenticateCognito { // Behavior if the user is not authenticated. Valid values are `deny`, `allow` and `authenticate`. @@ -40,64 +40,64 @@ export function lb_ListenerDefaultActionAuthenticateCognito_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'Maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "ARN of the Cognito user pool.", + 'userPoolArn', + 'ARN of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "ID of the Cognito user pool client.", + 'userPoolClientId', + 'ID of the Cognito user pool client.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolDomain", - "Domain prefix or fully-qualified domain name of the Cognito user pool.\n\nThe following arguments are optional:", + 'userPoolDomain', + 'Domain prefix or fully-qualified domain name of the Cognito user pool.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "Query parameters to include in the redirect request to the authorization endpoint. Max: 10. Detailed below.", + 'authenticationRequestExtraParams', + 'Query parameters to include in the redirect request to the authorization endpoint. Max: 10. Detailed below.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "Behavior if the user is not authenticated. Valid values are `deny`, `allow` and `authenticate`.", + 'onUnauthenticatedRequest', + 'Behavior if the user is not authenticated. Valid values are `deny`, `allow` and `authenticate`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scope", - "Set of user claims to be requested from the IdP.", + 'scope', + 'Set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "Name of the cookie used to maintain session information.", + 'sessionCookieName', + 'Name of the cookie used to maintain session information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateOidc.ts index 7e088ab71..2bbe97482 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionAuthenticateOidc { // OIDC issuer identifier of the IdP. @@ -49,88 +49,88 @@ export function lb_ListenerDefaultActionAuthenticateOidc_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "issuer", - "OIDC issuer identifier of the IdP.", + 'issuer', + 'OIDC issuer identifier of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Set of user claims to be requested from the IdP.", + 'scope', + 'Set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "User info endpoint of the IdP.\n\nThe following arguments are optional:", + 'userInfoEndpoint', + 'User info endpoint of the IdP.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "Authorization endpoint of the IdP.", + 'authorizationEndpoint', + 'Authorization endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "OAuth 2.0 client secret.", + 'clientSecret', + 'OAuth 2.0 client secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "Name of the cookie used to maintain session information.", + 'sessionCookieName', + 'Name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "Token endpoint of the IdP.", + 'tokenEndpoint', + 'Token endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "Query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'Query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "OAuth 2.0 client identifier.", + 'clientId', + 'OAuth 2.0 client identifier.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'Maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "Behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'Behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionFixedResponse.ts index 5c59167f9..243aa2ec8 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionFixedResponse { /* @@ -25,24 +25,24 @@ export function lb_ListenerDefaultActionFixedResponse_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "contentType", - "Content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.\n\nThe following arguments are optional:", + 'contentType', + 'Content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageBody", - "Message body.", + 'messageBody', + 'Message body.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.", + 'statusCode', + 'HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForward.ts index f3a32a497..8fa022c3d 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerDefaultActionForwardStickiness, lb_ListenerDefaultActionForwardStickiness_GetTypes, -} from "./lb_ListenerDefaultActionForwardStickiness"; +} from './lb_ListenerDefaultActionForwardStickiness'; import { lb_ListenerDefaultActionForwardTargetGroup, lb_ListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./lb_ListenerDefaultActionForwardTargetGroup"; +} from './lb_ListenerDefaultActionForwardTargetGroup'; export interface lb_ListenerDefaultActionForward { // Configuration block for target group stickiness for the rule. Detailed below. @@ -30,16 +30,16 @@ export function lb_ListenerDefaultActionForward_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "stickiness", - "Configuration block for target group stickiness for the rule. Detailed below.", + 'stickiness', + 'Configuration block for target group stickiness for the rule. Detailed below.', () => lb_ListenerDefaultActionForwardStickiness_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetGroups", - "Set of 1-5 target group blocks. Detailed below.\n\nThe following arguments are optional:", + 'targetGroups', + 'Set of 1-5 target group blocks. Detailed below.\n\nThe following arguments are optional:', () => lb_ListenerDefaultActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardStickiness.ts index 7e680fa03..d8a5e229a 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionForwardStickiness { /* @@ -22,16 +22,16 @@ export function lb_ListenerDefaultActionForwardStickiness_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "duration", - "Time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n\nThe following arguments are optional:", + 'duration', + 'Time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether target group stickiness is enabled. Default is `false`.", + 'enabled', + 'Whether target group stickiness is enabled. Default is `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardTargetGroup.ts index f1c6341e3..b66663091 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionForwardTargetGroup { /* @@ -22,16 +22,16 @@ export function lb_ListenerDefaultActionForwardTargetGroup_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the target group.\n\nThe following arguments are optional:", + 'arn', + 'ARN of the target group.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "Weight. The range is 0 to 999.", + 'weight', + 'Weight. The range is 0 to 999.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionRedirect.ts b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionRedirect.ts index fec996e3d..bf9d1817b 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerDefaultActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerDefaultActionRedirect { // Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`. @@ -34,15 +34,15 @@ export function lb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "protocol", - "Protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.", + 'protocol', + 'Protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "query", + 'query', 'Query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading "?". Defaults to `#{query}`.', () => [], false, @@ -50,23 +50,23 @@ export function lb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "statusCode", - "HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).\n\nThe following arguments are optional:", + 'statusCode', + 'HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.", + 'host', + 'Hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", + 'path', 'Absolute path, starting with the leading "/". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}. Defaults to `/#{path}`.', () => [], false, @@ -74,8 +74,8 @@ export function lb_ListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "port", - "Port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.", + 'port', + 'Port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerMutualAuthentication.ts b/src/app/Models/codegen/aws/types/lb_ListenerMutualAuthentication.ts index 584bfe716..b059b3219 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerMutualAuthentication.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerMutualAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerMutualAuthentication { // Whether client certificate expiry is ignored. Default is `false`. @@ -21,24 +21,24 @@ export function lb_ListenerMutualAuthentication_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "trustStoreArn", - "ARN of the elbv2 Trust Store.", + 'trustStoreArn', + 'ARN of the elbv2 Trust Store.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ignoreClientCertificateExpiry", - "Whether client certificate expiry is ignored. Default is `false`.", + 'ignoreClientCertificateExpiry', + 'Whether client certificate expiry is ignored. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Valid values are `off`, `verify` and `passthrough`.", + 'mode', + 'Valid values are `off`, `verify` and `passthrough`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleAction.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleAction.ts index 6e2ed294c..cea1ff6c1 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleAction.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerRuleActionAuthenticateOidc, lb_ListenerRuleActionAuthenticateOidc_GetTypes, -} from "./lb_ListenerRuleActionAuthenticateOidc"; +} from './lb_ListenerRuleActionAuthenticateOidc'; import { lb_ListenerRuleActionFixedResponse, lb_ListenerRuleActionFixedResponse_GetTypes, -} from "./lb_ListenerRuleActionFixedResponse"; +} from './lb_ListenerRuleActionFixedResponse'; import { lb_ListenerRuleActionForward, lb_ListenerRuleActionForward_GetTypes, -} from "./lb_ListenerRuleActionForward"; +} from './lb_ListenerRuleActionForward'; import { lb_ListenerRuleActionRedirect, lb_ListenerRuleActionRedirect_GetTypes, -} from "./lb_ListenerRuleActionRedirect"; +} from './lb_ListenerRuleActionRedirect'; import { lb_ListenerRuleActionAuthenticateCognito, lb_ListenerRuleActionAuthenticateCognito_GetTypes, -} from "./lb_ListenerRuleActionAuthenticateCognito"; +} from './lb_ListenerRuleActionAuthenticateCognito'; export interface lb_ListenerRuleAction { // Information for creating a redirect action. Required if `type` is `redirect`. @@ -70,64 +70,64 @@ export function lb_ListenerRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetGroupArn", - "ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.", + 'targetGroupArn', + 'ARN of the Target Group to which to route traffic.\nSpecify only if `type` is `forward` and you want to route to a single target group.\nTo route to one or more target groups, use a `forward` block instead.\nCannot be specified with `forward`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.", + 'type', + 'The type of routing action. Valid values are `forward`, `redirect`, `fixed-response`, `authenticate-cognito` and `authenticate-oidc`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "authenticateCognito", - "Information for creating an authenticate action using Cognito. Required if `type` is `authenticate-cognito`.", + 'authenticateCognito', + 'Information for creating an authenticate action using Cognito. Required if `type` is `authenticate-cognito`.', () => lb_ListenerRuleActionAuthenticateCognito_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticateOidc", - "Information for creating an authenticate action using OIDC. Required if `type` is `authenticate-oidc`.", + 'authenticateOidc', + 'Information for creating an authenticate action using OIDC. Required if `type` is `authenticate-oidc`.', () => lb_ListenerRuleActionAuthenticateOidc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fixedResponse", - "Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.", + 'fixedResponse', + 'Information for creating an action that returns a custom HTTP response. Required if `type` is `fixed-response`.', () => lb_ListenerRuleActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forward", - "Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.", + 'forward', + 'Configuration block for creating an action that distributes requests among one or more target groups.\nSpecify only if `type` is `forward`.\nCannot be specified with `target_group_arn`.', () => lb_ListenerRuleActionForward_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "order", - "Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.", + 'order', + 'Order for the action.\nThe action with the lowest value for order is performed first.\nValid values are between `1` and `50000`.\nDefaults to the position in the list of actions.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "redirect", - "Information for creating a redirect action. Required if `type` is `redirect`.", + 'redirect', + 'Information for creating a redirect action. Required if `type` is `redirect`.', () => lb_ListenerRuleActionRedirect_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateCognito.ts index f9df105bb..76547c81f 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionAuthenticateCognito { // The ID of the Cognito user pool client. @@ -36,64 +36,64 @@ export function lb_ListenerRuleActionAuthenticateCognito_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "userPoolDomain", - "The domain prefix or fully-qualified domain name of the Cognito user pool.", + 'userPoolDomain', + 'The domain prefix or fully-qualified domain name of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "The query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'The query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scope", - "The set of user claims to be requested from the IdP.", + 'scope', + 'The set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "The name of the cookie used to maintain session information.", + 'sessionCookieName', + 'The name of the cookie used to maintain session information.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "The maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'The maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "The ARN of the Cognito user pool.", + 'userPoolArn', + 'The ARN of the Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "The ID of the Cognito user pool client.", + 'userPoolClientId', + 'The ID of the Cognito user pool client.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateOidc.ts index bf3251a2a..654c7d489 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionAuthenticateOidc { // The authorization endpoint of the IdP. @@ -45,88 +45,88 @@ export function lb_ListenerRuleActionAuthenticateOidc_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "tokenEndpoint", - "The token endpoint of the IdP.", + 'tokenEndpoint', + 'The token endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "The OAuth 2.0 client secret.", + 'clientSecret', + 'The OAuth 2.0 client secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`", + 'onUnauthenticatedRequest', + 'The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "The user info endpoint of the IdP.", + 'userInfoEndpoint', + 'The user info endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "The query parameters to include in the redirect request to the authorization endpoint. Max: 10.", + 'authenticationRequestExtraParams', + 'The query parameters to include in the redirect request to the authorization endpoint. Max: 10.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clientId", - "The OAuth 2.0 client identifier.", + 'clientId', + 'The OAuth 2.0 client identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "The authorization endpoint of the IdP.", + 'authorizationEndpoint', + 'The authorization endpoint of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The OIDC issuer identifier of the IdP.", + 'issuer', + 'The OIDC issuer identifier of the IdP.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "The set of user claims to be requested from the IdP.", + 'scope', + 'The set of user claims to be requested from the IdP.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "The maximum duration of the authentication session, in seconds.", + 'sessionTimeout', + 'The maximum duration of the authentication session, in seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "The name of the cookie used to maintain session information.", + 'sessionCookieName', + 'The name of the cookie used to maintain session information.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionFixedResponse.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionFixedResponse.ts index f425d7b14..a1ccfcfb2 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionFixedResponse { // The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`. @@ -21,24 +21,24 @@ export function lb_ListenerRuleActionFixedResponse_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "contentType", - "The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.", + 'contentType', + 'The content type. Valid values are `text/plain`, `text/css`, `text/html`, `application/javascript` and `application/json`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageBody", - "The message body.", + 'messageBody', + 'The message body.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "The HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.", + 'statusCode', + 'The HTTP response code. Valid values are `2XX`, `4XX`, or `5XX`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForward.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForward.ts index 824cb4110..1a4a6e6aa 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForward.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerRuleActionForwardStickiness, lb_ListenerRuleActionForwardStickiness_GetTypes, -} from "./lb_ListenerRuleActionForwardStickiness"; +} from './lb_ListenerRuleActionForwardStickiness'; import { lb_ListenerRuleActionForwardTargetGroup, lb_ListenerRuleActionForwardTargetGroup_GetTypes, -} from "./lb_ListenerRuleActionForwardTargetGroup"; +} from './lb_ListenerRuleActionForwardTargetGroup'; export interface lb_ListenerRuleActionForward { // The target group stickiness for the rule. @@ -26,16 +26,16 @@ export function lb_ListenerRuleActionForward_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "targetGroups", - "One or more target groups block.", + 'targetGroups', + 'One or more target groups block.', () => lb_ListenerRuleActionForwardTargetGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "stickiness", - "The target group stickiness for the rule.", + 'stickiness', + 'The target group stickiness for the rule.', () => lb_ListenerRuleActionForwardStickiness_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardStickiness.ts index e989429bf..1daca6414 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionForwardStickiness { // The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). @@ -18,16 +18,16 @@ export function lb_ListenerRuleActionForwardStickiness_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "duration", - "The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", + 'duration', + 'The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether target group stickiness is enabled.", + 'enabled', + 'Indicates whether target group stickiness is enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardTargetGroup.ts index 319e682cf..b89611aac 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionForwardTargetGroup { // The Amazon Resource Name (ARN) of the target group. @@ -18,16 +18,16 @@ export function lb_ListenerRuleActionForwardTargetGroup_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the target group.", + 'arn', + 'The Amazon Resource Name (ARN) of the target group.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "weight", - "The weight. The range is 0 to 999.", + 'weight', + 'The weight. The range is 0 to 999.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionRedirect.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionRedirect.ts index b42262a9c..a53b9f5b6 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleActionRedirect { // The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`). @@ -30,7 +30,7 @@ export function lb_ListenerRuleActionRedirect_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "path", + 'path', 'The absolute path, starting with the leading "/". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}. Defaults to `/#{path}`.', () => [], false, @@ -38,23 +38,23 @@ export function lb_ListenerRuleActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "port", - "The port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.", + 'port', + 'The port. Specify a value from `1` to `65535` or `#{port}`. Defaults to `#{port}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.", + 'protocol', + 'The protocol. Valid values are `HTTP`, `HTTPS`, or `#{protocol}`. Defaults to `#{protocol}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "query", + 'query', 'The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading "?". Defaults to `#{query}`.', () => [], false, @@ -62,16 +62,16 @@ export function lb_ListenerRuleActionRedirect_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "statusCode", - "The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).", + 'statusCode', + 'The HTTP redirect code. The redirect is either permanent (`HTTP_301`) or temporary (`HTTP_302`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.", + 'host', + 'The hostname. This component is not percent-encoded. The hostname can contain `#{host}`. Defaults to `#{host}`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleCondition.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleCondition.ts index 959343e14..ac62b8868 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleCondition.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleCondition.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_ListenerRuleConditionPathPattern, lb_ListenerRuleConditionPathPattern_GetTypes, -} from "./lb_ListenerRuleConditionPathPattern"; +} from './lb_ListenerRuleConditionPathPattern'; import { lb_ListenerRuleConditionQueryString, lb_ListenerRuleConditionQueryString_GetTypes, -} from "./lb_ListenerRuleConditionQueryString"; +} from './lb_ListenerRuleConditionQueryString'; import { lb_ListenerRuleConditionSourceIp, lb_ListenerRuleConditionSourceIp_GetTypes, -} from "./lb_ListenerRuleConditionSourceIp"; +} from './lb_ListenerRuleConditionSourceIp'; import { lb_ListenerRuleConditionHostHeader, lb_ListenerRuleConditionHostHeader_GetTypes, -} from "./lb_ListenerRuleConditionHostHeader"; +} from './lb_ListenerRuleConditionHostHeader'; import { lb_ListenerRuleConditionHttpHeader, lb_ListenerRuleConditionHttpHeader_GetTypes, -} from "./lb_ListenerRuleConditionHttpHeader"; +} from './lb_ListenerRuleConditionHttpHeader'; import { lb_ListenerRuleConditionHttpRequestMethod, lb_ListenerRuleConditionHttpRequestMethod_GetTypes, -} from "./lb_ListenerRuleConditionHttpRequestMethod"; +} from './lb_ListenerRuleConditionHttpRequestMethod'; export interface lb_ListenerRuleCondition { // Contains a single `values` item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: - (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a `query_string` condition. @@ -58,48 +58,48 @@ export function lb_ListenerRuleCondition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "pathPattern", - "Contains a single `values` item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a `query_string` condition.", + 'pathPattern', + 'Contains a single `values` item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a `query_string` condition.', () => lb_ListenerRuleConditionPathPattern_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "queryStrings", - "Query strings to match. Query String block fields documented below.", + 'queryStrings', + 'Query strings to match. Query String block fields documented below.', () => lb_ListenerRuleConditionQueryString_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceIp", - "Contains a single `values` item which is a list of source IP CIDR notations to match. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. Condition is satisfied if the source IP address of the request matches one of the CIDR blocks. Condition is not satisfied by the addresses in the `X-Forwarded-For` header, use `http_header` condition instead.\n\n> **NOTE::** Exactly one of `host_header`, `http_header`, `http_request_method`, `path_pattern`, `query_string` or `source_ip` must be set per condition.", + 'sourceIp', + 'Contains a single `values` item which is a list of source IP CIDR notations to match. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. Condition is satisfied if the source IP address of the request matches one of the CIDR blocks. Condition is not satisfied by the addresses in the `X-Forwarded-For` header, use `http_header` condition instead.\n\n> **NOTE::** Exactly one of `host_header`, `http_header`, `http_request_method`, `path_pattern`, `query_string` or `source_ip` must be set per condition.', () => lb_ListenerRuleConditionSourceIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "hostHeader", - "Contains a single `values` item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.", + 'hostHeader', + 'Contains a single `values` item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.', () => lb_ListenerRuleConditionHostHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpHeader", - "HTTP headers to match. HTTP Header block fields documented below.", + 'httpHeader', + 'HTTP headers to match. HTTP Header block fields documented below.', () => lb_ListenerRuleConditionHttpHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpRequestMethod", - "Contains a single `values` item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.", + 'httpRequestMethod', + 'Contains a single `values` item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.', () => lb_ListenerRuleConditionHttpRequestMethod_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHostHeader.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHostHeader.ts index c49cc5287..9201771ff 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHostHeader.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHostHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionHostHeader { // @@ -15,8 +15,8 @@ export function lb_ListenerRuleConditionHostHeader_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpHeader.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpHeader.ts index 58adc3d90..1df09da7d 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpHeader.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionHttpHeader { // Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead. @@ -18,16 +18,16 @@ export function lb_ListenerRuleConditionHttpHeader_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "httpHeaderName", - "Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead.", + 'httpHeaderName', + 'Name of HTTP header to search. The maximum size is 40 characters. Comparison is case insensitive. Only RFC7240 characters are supported. Wildcards are not supported. You cannot use HTTP header condition to specify the host header, use a `host-header` condition instead.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.", + 'values', + 'List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpRequestMethod.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpRequestMethod.ts index d8c26a169..2652c1391 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpRequestMethod.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionHttpRequestMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionHttpRequestMethod { // @@ -15,8 +15,8 @@ export function lb_ListenerRuleConditionHttpRequestMethod_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionPathPattern.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionPathPattern.ts index b9e793030..e66cb2f72 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionPathPattern.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionPathPattern.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionPathPattern { // @@ -15,8 +15,8 @@ export function lb_ListenerRuleConditionPathPattern_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionQueryString.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionQueryString.ts index c94b901f9..000996898 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionQueryString.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionQueryString { // Query string key pattern to match. @@ -18,16 +18,16 @@ export function lb_ListenerRuleConditionQueryString_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "key", - "Query string key pattern to match.", + 'key', + 'Query string key pattern to match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Query string value pattern to match.", + 'value', + 'Query string value pattern to match.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionSourceIp.ts b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionSourceIp.ts index 87ecaf3cb..98932530c 100644 --- a/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionSourceIp.ts +++ b/src/app/Models/codegen/aws/types/lb_ListenerRuleConditionSourceIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_ListenerRuleConditionSourceIp { // @@ -15,8 +15,8 @@ export function lb_ListenerRuleConditionSourceIp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_LoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/lb_LoadBalancerAccessLogs.ts index 00fab312a..41ae8dadb 100644 --- a/src/app/Models/codegen/aws/types/lb_LoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/lb_LoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_LoadBalancerAccessLogs { // S3 bucket name to store the logs in. @@ -21,24 +21,24 @@ export function lb_LoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "S3 bucket name to store the logs in.", + 'bucket', + 'S3 bucket name to store the logs in.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `access_logs`. Defaults to `false`, even when `bucket` is specified.", + 'enabled', + 'Boolean to enable / disable `access_logs`. Defaults to `false`, even when `bucket` is specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "S3 bucket prefix. Logs are stored in the root if not configured.", + 'prefix', + 'S3 bucket prefix. Logs are stored in the root if not configured.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_LoadBalancerConnectionLogs.ts b/src/app/Models/codegen/aws/types/lb_LoadBalancerConnectionLogs.ts index e75b0d17a..f9ba7e698 100644 --- a/src/app/Models/codegen/aws/types/lb_LoadBalancerConnectionLogs.ts +++ b/src/app/Models/codegen/aws/types/lb_LoadBalancerConnectionLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_LoadBalancerConnectionLogs { // S3 bucket name to store the logs in. @@ -21,24 +21,24 @@ export function lb_LoadBalancerConnectionLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucket", - "S3 bucket name to store the logs in.", + 'bucket', + 'S3 bucket name to store the logs in.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `connection_logs`. Defaults to `false`, even when `bucket` is specified.", + 'enabled', + 'Boolean to enable / disable `connection_logs`. Defaults to `false`, even when `bucket` is specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "S3 bucket prefix. Logs are stored in the root if not configured.", + 'prefix', + 'S3 bucket prefix. Logs are stored in the root if not configured.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_LoadBalancerSubnetMapping.ts b/src/app/Models/codegen/aws/types/lb_LoadBalancerSubnetMapping.ts index f2d2d2d71..8cdf9da3f 100644 --- a/src/app/Models/codegen/aws/types/lb_LoadBalancerSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/lb_LoadBalancerSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_LoadBalancerSubnetMapping { // Private IPv4 address for an internal load balancer. @@ -27,40 +27,40 @@ export function lb_LoadBalancerSubnetMapping_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "privateIpv4Address", - "Private IPv4 address for an internal load balancer.", + 'privateIpv4Address', + 'Private IPv4 address for an internal load balancer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.", + 'subnetId', + 'ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "allocationId", - "Allocation ID of the Elastic IP address for an internet-facing load balancer.", + 'allocationId', + 'Allocation ID of the Elastic IP address for an internet-facing load balancer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipv6Address", - "IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.", + 'ipv6Address', + 'IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outpostId", - "", + 'outpostId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupHealthCheck.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupHealthCheck.ts index ddbd7e956..28e18b9b9 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupHealthCheck { // Whether health checks are enabled. Defaults to `true`. @@ -61,63 +61,63 @@ export function lb_TargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether health checks are enabled. Defaults to `true`.", + 'enabled', + 'Whether health checks are enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3.", + 'healthyThreshold', + 'Number of consecutive health check successes required before considering a target healthy. The range is 2-10. Defaults to 3.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "path", - "Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.", + 'path', + 'Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.\n* For HTTP and HTTPS health checks, the default is `/`.\n* For gRPC health checks, the default is `/Amazon Web Services.ALB/healthcheck`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.", + 'protocol', + 'Protocol the load balancer uses when performing health checks on targets.\nMust be one of `TCP`, `HTTP`, or `HTTPS`.\nThe `TCP` protocol is not supported for health checks if the protocol of the target group is `HTTP` or `HTTPS`.\nDefault is `HTTP`.\nCannot be specified when the `target_type` is `lambda`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3.", + 'unhealthyThreshold', + 'Number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. Defaults to 3.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "interval", - "Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30.", + 'interval', + 'Approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. For `lambda` target groups, it needs to be greater than the timeout of the underlying `lambda`. Defaults to 30.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.", + 'timeout', + 'Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "matcher", + 'matcher', 'The HTTP or gRPC codes to use when checking for a successful response from a target.\nThe `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `target_type` must be `lambda`.\nValues can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299").\n* For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is `GRPC`), values can be between `0` and `99`. The default is `12`.\n* When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocol_version` is not `GRPC`), values can be between `200` and `499`. The default is `200`.\n* When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.\n* When the `target_type` is `lambda`, values can be between `200` and `499`. The default is `200`.', () => [], false, @@ -125,8 +125,8 @@ export function lb_TargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "port", - "The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.", + 'port', + 'The port the load balancer uses when performing health checks on targets.\nValid values are either `traffic-port`, to use the same port as the target group, or a valid port number between `1` and `65536`.\nDefault is `traffic-port`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupStickiness.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupStickiness.ts index 9d120346a..631af251c 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupStickiness.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupStickiness { // Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is `app_cookie`. @@ -24,32 +24,32 @@ export function lb_TargetGroupStickiness_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "cookieName", - "Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is `app_cookie`.", + 'cookieName', + 'Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is `app_cookie`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable / disable `stickiness`. Default is `true`.", + 'enabled', + 'Boolean to enable / disable `stickiness`. Default is `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of sticky sessions. The only current possible values are `lb_cookie`, `app_cookie` for ALBs, `source_ip` for NLBs, and `source_ip_dest_ip`, `source_ip_dest_ip_proto` for GWLBs.", + 'type', + 'The type of sticky sessions. The only current possible values are `lb_cookie`, `app_cookie` for ALBs, `source_ip` for NLBs, and `source_ip_dest_ip`, `source_ip_dest_ip_proto` for GWLBs.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "cookieDuration", - "Only used when the type is `lb_cookie`. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).", + 'cookieDuration', + 'Only used when the type is `lb_cookie`. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetFailover.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetFailover.ts index b4a270582..14bae2fa6 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetFailover.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetFailover.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupTargetFailover { // Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`. @@ -18,16 +18,16 @@ export function lb_TargetGroupTargetFailover_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "onUnhealthy", - "Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`.", + 'onUnhealthy', + 'Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onDeregistration", - "Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`.", + 'onDeregistration', + 'Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealth.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealth.ts index 1da40de8c..84a029539 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealth.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealth.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_TargetGroupTargetGroupHealthDnsFailover, lb_TargetGroupTargetGroupHealthDnsFailover_GetTypes, -} from "./lb_TargetGroupTargetGroupHealthDnsFailover"; +} from './lb_TargetGroupTargetGroupHealthDnsFailover'; import { lb_TargetGroupTargetGroupHealthUnhealthyStateRouting, lb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes, -} from "./lb_TargetGroupTargetGroupHealthUnhealthyStateRouting"; +} from './lb_TargetGroupTargetGroupHealthUnhealthyStateRouting'; export interface lb_TargetGroupTargetGroupHealth { // Block to configure DNS Failover requirements. See DNS Failover below for details on attributes. @@ -26,16 +26,16 @@ export function lb_TargetGroupTargetGroupHealth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dnsFailover", - "Block to configure DNS Failover requirements. See DNS Failover below for details on attributes.", + 'dnsFailover', + 'Block to configure DNS Failover requirements. See DNS Failover below for details on attributes.', () => lb_TargetGroupTargetGroupHealthDnsFailover_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "unhealthyStateRouting", - "Block to configure Unhealthy State Routing requirements. See Unhealthy State Routing below for details on attributes.", + 'unhealthyStateRouting', + 'Block to configure Unhealthy State Routing requirements. See Unhealthy State Routing below for details on attributes.', () => lb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthDnsFailover.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthDnsFailover.ts index b0a35c118..e806ebc02 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthDnsFailover.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthDnsFailover.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupTargetGroupHealthDnsFailover { // The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`. @@ -18,16 +18,16 @@ export function lb_TargetGroupTargetGroupHealthDnsFailover_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "minimumHealthyTargetsCount", - "The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`.", + 'minimumHealthyTargetsCount', + 'The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minimumHealthyTargetsPercentage", - "The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to `100`. The default is `off`.", + 'minimumHealthyTargetsPercentage', + 'The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to `100`. The default is `off`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts index a6d869d62..7fa4dc676 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetGroupHealthUnhealthyStateRouting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupTargetGroupHealthUnhealthyStateRouting { // The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from `1` to `100`. The default is `off`. @@ -18,16 +18,16 @@ export function lb_TargetGroupTargetGroupHealthUnhealthyStateRouting_GetTypes(): return [ new DynamicUIProps( InputType.String, - "minimumHealthyTargetsPercentage", - "The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from `1` to `100`. The default is `off`.", + 'minimumHealthyTargetsPercentage', + 'The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from `1` to `100`. The default is `off`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minimumHealthyTargetsCount", - "The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `1` to the maximum number of targets. The default is `1`.", + 'minimumHealthyTargetsCount', + 'The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `1` to the maximum number of targets. The default is `1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetHealthState.ts b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetHealthState.ts index 3b7f59227..0d8a8d3df 100644 --- a/src/app/Models/codegen/aws/types/lb_TargetGroupTargetHealthState.ts +++ b/src/app/Models/codegen/aws/types/lb_TargetGroupTargetHealthState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_TargetGroupTargetHealthState { // Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`. @@ -18,16 +18,16 @@ export function lb_TargetGroupTargetHealthState_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enableUnhealthyConnectionTermination", - "Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`.", + 'enableUnhealthyConnectionTermination', + 'Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are `true` or `false`. Default: `true`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unhealthyDrainingInterval", - "Indicates the time to wait for in-flight requests to complete when a target becomes unhealthy. The range is `0-360000`. This value has to be set only if `enable_unhealthy_connection_termination` is set to false. Default: `0`.", + 'unhealthyDrainingInterval', + 'Indicates the time to wait for in-flight requests to complete when a target becomes unhealthy. The range is `0-360000`. This value has to be set only if `enable_unhealthy_connection_termination` is set to false. Default: `0`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultAction.ts index 65f416ee7..9fbfa3ddf 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_getListenerDefaultActionRedirect, lb_getListenerDefaultActionRedirect_GetTypes, -} from "./lb_getListenerDefaultActionRedirect"; +} from './lb_getListenerDefaultActionRedirect'; import { lb_getListenerDefaultActionAuthenticateCognito, lb_getListenerDefaultActionAuthenticateCognito_GetTypes, -} from "./lb_getListenerDefaultActionAuthenticateCognito"; +} from './lb_getListenerDefaultActionAuthenticateCognito'; import { lb_getListenerDefaultActionAuthenticateOidc, lb_getListenerDefaultActionAuthenticateOidc_GetTypes, -} from "./lb_getListenerDefaultActionAuthenticateOidc"; +} from './lb_getListenerDefaultActionAuthenticateOidc'; import { lb_getListenerDefaultActionFixedResponse, lb_getListenerDefaultActionFixedResponse_GetTypes, -} from "./lb_getListenerDefaultActionFixedResponse"; +} from './lb_getListenerDefaultActionFixedResponse'; import { lb_getListenerDefaultActionForward, lb_getListenerDefaultActionForward_GetTypes, -} from "./lb_getListenerDefaultActionForward"; +} from './lb_getListenerDefaultActionForward'; export interface lb_getListenerDefaultAction { // @@ -56,50 +56,50 @@ export function lb_getListenerDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "authenticateOidcs", - "", + 'authenticateOidcs', + '', () => lb_getListenerDefaultActionAuthenticateOidc_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "fixedResponses", - "", + 'fixedResponses', + '', () => lb_getListenerDefaultActionFixedResponse_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "forwards", - "", + 'forwards', + '', () => lb_getListenerDefaultActionForward_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Number, "order", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'order', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "redirects", - "", + 'redirects', + '', () => lb_getListenerDefaultActionRedirect_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "targetGroupArn", - "", + 'targetGroupArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "authenticateCognitos", - "", + 'authenticateCognitos', + '', () => lb_getListenerDefaultActionAuthenticateCognito_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateCognito.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateCognito.ts index 6d6d1fb5b..683ba82f4 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateCognito.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateCognito.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionAuthenticateCognito { // @@ -36,57 +36,57 @@ export function lb_getListenerDefaultActionAuthenticateCognito_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "userPoolDomain", - "", + 'userPoolDomain', + '', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "", + 'authenticationRequestExtraParams', + '', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "", + 'onUnauthenticatedRequest', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "scope", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scope', '', () => [], true, false), new DynamicUIProps( InputType.String, - "sessionCookieName", - "", + 'sessionCookieName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "", + 'sessionTimeout', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolArn", - "", + 'userPoolArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolClientId", - "", + 'userPoolClientId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateOidc.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateOidc.ts index 7ca4ec73e..38d85c1d2 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateOidc.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionAuthenticateOidc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionAuthenticateOidc { // @@ -45,67 +45,67 @@ export function lb_getListenerDefaultActionAuthenticateOidc_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sessionCookieName", - "", + 'sessionCookieName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "", + 'tokenEndpoint', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "", + 'userInfoEndpoint', + '', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "", + 'authenticationRequestExtraParams', + '', () => InputType_Map_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "issuer", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'issuer', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "", + 'sessionTimeout', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "clientId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "onUnauthenticatedRequest", - "", + 'onUnauthenticatedRequest', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "scope", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'scope', '', () => [], true, false), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "", + 'authorizationEndpoint', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionFixedResponse.ts index 89bdb9ffb..b1a2b5a74 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionFixedResponse { // @@ -21,24 +21,24 @@ export function lb_getListenerDefaultActionFixedResponse_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "statusCode", - "", + 'statusCode', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "", + 'contentType', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageBody", - "", + 'messageBody', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForward.ts index 2c59dd963..939457cfa 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForward.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lb_getListenerDefaultActionForwardStickiness, lb_getListenerDefaultActionForwardStickiness_GetTypes, -} from "./lb_getListenerDefaultActionForwardStickiness"; +} from './lb_getListenerDefaultActionForwardStickiness'; import { lb_getListenerDefaultActionForwardTargetGroup, lb_getListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./lb_getListenerDefaultActionForwardTargetGroup"; +} from './lb_getListenerDefaultActionForwardTargetGroup'; export interface lb_getListenerDefaultActionForward { // @@ -26,16 +26,16 @@ export function lb_getListenerDefaultActionForward_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "stickinesses", - "", + 'stickinesses', + '', () => lb_getListenerDefaultActionForwardStickiness_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "targetGroups", - "", + 'targetGroups', + '', () => lb_getListenerDefaultActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardStickiness.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardStickiness.ts index 0b4eb6e66..9316e6432 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardStickiness.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionForwardStickiness { // @@ -16,7 +16,7 @@ export interface lb_getListenerDefaultActionForwardStickiness { export function lb_getListenerDefaultActionForwardStickiness_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "duration", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'duration', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardTargetGroup.ts index 208c775e3..cfb5d9369 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionForwardTargetGroup { // ARN of the listener. Required if `load_balancer_arn` and `port` is not set. @@ -18,12 +18,12 @@ export function lb_getListenerDefaultActionForwardTargetGroup_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the listener. Required if `load_balancer_arn` and `port` is not set.", + 'arn', + 'ARN of the listener. Required if `load_balancer_arn` and `port` is not set.', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionRedirect.ts b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionRedirect.ts index 5fa90adfc..9b340df82 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionRedirect.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerDefaultActionRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerDefaultActionRedirect { // @@ -28,25 +28,25 @@ export interface lb_getListenerDefaultActionRedirect { export function lb_getListenerDefaultActionRedirect_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "query", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'query', '', () => [], true, false), new DynamicUIProps( InputType.String, - "statusCode", - "", + 'statusCode', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "host", "", () => [], true, false), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'host', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), new DynamicUIProps( InputType.String, - "port", - "Port of the listener. Required if `arn` is not set.", + 'port', + 'Port of the listener. Required if `arn` is not set.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getListenerMutualAuthentication.ts b/src/app/Models/codegen/aws/types/lb_getListenerMutualAuthentication.ts index a1d46a378..a258dee4e 100644 --- a/src/app/Models/codegen/aws/types/lb_getListenerMutualAuthentication.ts +++ b/src/app/Models/codegen/aws/types/lb_getListenerMutualAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getListenerMutualAuthentication { // @@ -21,20 +21,20 @@ export function lb_getListenerMutualAuthentication_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "trustStoreArn", - "", + 'trustStoreArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ignoreClientCertificateExpiry", - "", + 'ignoreClientCertificateExpiry', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getLoadBalancerAccessLogs.ts b/src/app/Models/codegen/aws/types/lb_getLoadBalancerAccessLogs.ts index 436a62fec..ed1939efb 100644 --- a/src/app/Models/codegen/aws/types/lb_getLoadBalancerAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/lb_getLoadBalancerAccessLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getLoadBalancerAccessLogs { // @@ -19,8 +19,8 @@ export interface lb_getLoadBalancerAccessLogs { export function lb_getLoadBalancerAccessLogs_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getLoadBalancerConnectionLog.ts b/src/app/Models/codegen/aws/types/lb_getLoadBalancerConnectionLog.ts index 709451594..dc9034a60 100644 --- a/src/app/Models/codegen/aws/types/lb_getLoadBalancerConnectionLog.ts +++ b/src/app/Models/codegen/aws/types/lb_getLoadBalancerConnectionLog.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getLoadBalancerConnectionLog { // @@ -19,8 +19,8 @@ export interface lb_getLoadBalancerConnectionLog { export function lb_getLoadBalancerConnectionLog_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.String, "prefix", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'prefix', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lb_getLoadBalancerSubnetMapping.ts b/src/app/Models/codegen/aws/types/lb_getLoadBalancerSubnetMapping.ts index 3ffb38f08..d1005435f 100644 --- a/src/app/Models/codegen/aws/types/lb_getLoadBalancerSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/lb_getLoadBalancerSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getLoadBalancerSubnetMapping { // @@ -25,35 +25,35 @@ export interface lb_getLoadBalancerSubnetMapping { export function lb_getLoadBalancerSubnetMapping_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "subnetId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'subnetId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "allocationId", - "", + 'allocationId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipv6Address", - "", + 'ipv6Address', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outpostId", - "", + 'outpostId', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateIpv4Address", - "", + 'privateIpv4Address', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getTargetGroupHealthCheck.ts b/src/app/Models/codegen/aws/types/lb_getTargetGroupHealthCheck.ts index 54ff05eca..1852bc42e 100644 --- a/src/app/Models/codegen/aws/types/lb_getTargetGroupHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/lb_getTargetGroupHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getTargetGroupHealthCheck { // @@ -37,25 +37,25 @@ export interface lb_getTargetGroupHealthCheck { export function lb_getTargetGroupHealthCheck_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "interval", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "timeout", "", () => [], true, false), - new DynamicUIProps(InputType.String, "matcher", "", () => [], true, false), - new DynamicUIProps(InputType.String, "path", "", () => [], true, false), - new DynamicUIProps(InputType.String, "port", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'interval', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'timeout', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'matcher', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'path', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'port', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "", + 'unhealthyThreshold', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "protocol", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'protocol', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "", + 'healthyThreshold', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lb_getTargetGroupStickiness.ts b/src/app/Models/codegen/aws/types/lb_getTargetGroupStickiness.ts index 943004b15..850c2e7ea 100644 --- a/src/app/Models/codegen/aws/types/lb_getTargetGroupStickiness.ts +++ b/src/app/Models/codegen/aws/types/lb_getTargetGroupStickiness.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lb_getTargetGroupStickiness { // @@ -24,21 +24,21 @@ export function lb_getTargetGroupStickiness_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "cookieDuration", - "", + 'cookieDuration', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cookieName", - "", + 'cookieName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_BotAbortStatement.ts b/src/app/Models/codegen/aws/types/lex_BotAbortStatement.ts index f6e1f0a41..b7713612a 100644 --- a/src/app/Models/codegen/aws/types/lex_BotAbortStatement.ts +++ b/src/app/Models/codegen/aws/types/lex_BotAbortStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_BotAbortStatementMessage, lex_BotAbortStatementMessage_GetTypes, -} from "./lex_BotAbortStatementMessage"; +} from './lex_BotAbortStatementMessage'; export interface lex_BotAbortStatement { // @@ -22,16 +22,16 @@ export function lex_BotAbortStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_BotAbortStatementMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotAbortStatementMessage.ts b/src/app/Models/codegen/aws/types/lex_BotAbortStatementMessage.ts index cdd40db41..8d09adaa1 100644 --- a/src/app/Models/codegen/aws/types/lex_BotAbortStatementMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_BotAbortStatementMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_BotAbortStatementMessage { // The text of the message. @@ -24,24 +24,24 @@ export function lex_BotAbortStatementMessage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "content", - "The text of the message.", + 'content', + 'The text of the message.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response.", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogs.ts b/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogs.ts index f2f36c81b..e9884640f 100644 --- a/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogs.ts +++ b/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogs.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_BotAliasConversationLogsLogSetting, lex_BotAliasConversationLogsLogSetting_GetTypes, -} from "./lex_BotAliasConversationLogsLogSetting"; +} from './lex_BotAliasConversationLogsLogSetting'; export interface lex_BotAliasConversationLogs { // The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length. @@ -22,16 +22,16 @@ export function lex_BotAliasConversationLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "iamRoleArn", - "The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length.", + 'iamRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "logSettings", - "The settings for your conversation logs. You can log text, audio, or both. Attributes are documented under log_settings.", + 'logSettings', + 'The settings for your conversation logs. You can log text, audio, or both. Attributes are documented under log_settings.', () => lex_BotAliasConversationLogsLogSetting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogsLogSetting.ts b/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogsLogSetting.ts index 5ea831993..fd121c62b 100644 --- a/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogsLogSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_BotAliasConversationLogsLogSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_BotAliasConversationLogsLogSetting { // The destination where logs are delivered. Options are `CLOUDWATCH_LOGS` or `S3`. @@ -27,40 +27,40 @@ export function lex_BotAliasConversationLogsLogSetting_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "destination", - "The destination where logs are delivered. Options are `CLOUDWATCH_LOGS` or `S3`.", + 'destination', + 'The destination where logs are delivered. Options are `CLOUDWATCH_LOGS` or `S3`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket. This can only be specified when `destination` is set to `S3`. Must be between 20 and 2048 characters in length.", + 'kmsKeyArn', + 'The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket. This can only be specified when `destination` is set to `S3`. Must be between 20 and 2048 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logType", - "The type of logging that is enabled. Options are `AUDIO` or `TEXT`.", + 'logType', + 'The type of logging that is enabled. Options are `AUDIO` or `TEXT`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered. Must be less than or equal to 2048 characters in length.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered. Must be less than or equal to 2048 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourcePrefix", - "The prefix of the S3 object key for `AUDIO` logs or the log stream name for `TEXT` logs.", + 'resourcePrefix', + 'The prefix of the S3 object key for `AUDIO` logs or the log stream name for `TEXT` logs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotClarificationPrompt.ts b/src/app/Models/codegen/aws/types/lex_BotClarificationPrompt.ts index 1dc085c4f..f0d48d35b 100644 --- a/src/app/Models/codegen/aws/types/lex_BotClarificationPrompt.ts +++ b/src/app/Models/codegen/aws/types/lex_BotClarificationPrompt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_BotClarificationPromptMessage, lex_BotClarificationPromptMessage_GetTypes, -} from "./lex_BotClarificationPromptMessage"; +} from './lex_BotClarificationPromptMessage'; export interface lex_BotClarificationPrompt { // The number of times to prompt the user for information. @@ -25,24 +25,24 @@ export function lex_BotClarificationPrompt_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxAttempts", - "The number of times to prompt the user for information.", + 'maxAttempts', + 'The number of times to prompt the user for information.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_BotClarificationPromptMessage_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotClarificationPromptMessage.ts b/src/app/Models/codegen/aws/types/lex_BotClarificationPromptMessage.ts index cd3ad474c..67dcd3300 100644 --- a/src/app/Models/codegen/aws/types/lex_BotClarificationPromptMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_BotClarificationPromptMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_BotClarificationPromptMessage { // The text of the message. @@ -24,24 +24,24 @@ export function lex_BotClarificationPromptMessage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response.", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "content", - "The text of the message.", + 'content', + 'The text of the message.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_BotIntent.ts b/src/app/Models/codegen/aws/types/lex_BotIntent.ts index 635fe74ef..700624a43 100644 --- a/src/app/Models/codegen/aws/types/lex_BotIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_BotIntent.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_BotIntent { // The name of the intent. Must be less than or equal to 100 characters in length. @@ -18,16 +18,16 @@ export function lex_BotIntent_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "intentName", - "The name of the intent. Must be less than or equal to 100 characters in length.", + 'intentName', + 'The name of the intent. Must be less than or equal to 100 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "intentVersion", - "The version of the intent. Must be less than or equal to 64 characters in length.", + 'intentVersion', + 'The version of the intent. Must be less than or equal to 64 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentConclusionStatement.ts b/src/app/Models/codegen/aws/types/lex_IntentConclusionStatement.ts index 4c718dfce..945a0d036 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentConclusionStatement.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentConclusionStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentConclusionStatementMessage, lex_IntentConclusionStatementMessage_GetTypes, -} from "./lex_IntentConclusionStatementMessage"; +} from './lex_IntentConclusionStatementMessage'; export interface lex_IntentConclusionStatement { // @@ -22,16 +22,16 @@ export function lex_IntentConclusionStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_IntentConclusionStatementMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentConclusionStatementMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentConclusionStatementMessage.ts index 8f538b217..65527dad6 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentConclusionStatementMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentConclusionStatementMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentConclusionStatementMessage { // The text of the message. Must be less than or equal to 1000 characters in length. @@ -24,24 +24,24 @@ export function lex_IntentConclusionStatementMessage_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentConfirmationPrompt.ts b/src/app/Models/codegen/aws/types/lex_IntentConfirmationPrompt.ts index a4f91c10c..372e28fe8 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentConfirmationPrompt.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentConfirmationPrompt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentConfirmationPromptMessage, lex_IntentConfirmationPromptMessage_GetTypes, -} from "./lex_IntentConfirmationPromptMessage"; +} from './lex_IntentConfirmationPromptMessage'; export interface lex_IntentConfirmationPrompt { // @@ -25,24 +25,24 @@ export function lex_IntentConfirmationPrompt_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_IntentConfirmationPromptMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxAttempts", - "The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).", + 'maxAttempts', + 'The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentConfirmationPromptMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentConfirmationPromptMessage.ts index 030d94c62..db34724b5 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentConfirmationPromptMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentConfirmationPromptMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentConfirmationPromptMessage { // The content type of the message string. @@ -24,24 +24,24 @@ export function lex_IntentConfirmationPromptMessage_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentDialogCodeHook.ts b/src/app/Models/codegen/aws/types/lex_IntentDialogCodeHook.ts index 8c3b92c35..d6cb09427 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentDialogCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentDialogCodeHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentDialogCodeHook { /* @@ -22,16 +22,16 @@ export function lex_IntentDialogCodeHook_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "messageVersion", - "The version of the request-response that you want Amazon Lex to use\nto invoke your Lambda function. For more information, see\n[Using Lambda Functions](https://docs.aws.amazon.com/lex/latest/dg/using-lambda.html). Must be less than or equal to 5 characters in length.", + 'messageVersion', + 'The version of the request-response that you want Amazon Lex to use\nto invoke your Lambda function. For more information, see\n[Using Lambda Functions](https://docs.aws.amazon.com/lex/latest/dg/using-lambda.html). Must be less than or equal to 5 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", - "The Amazon Resource Name (ARN) of the Lambda function.", + 'uri', + 'The Amazon Resource Name (ARN) of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPrompt.ts b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPrompt.ts index 8d794cdcb..43535a44b 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPrompt.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPrompt.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentFollowUpPromptRejectionStatement, lex_IntentFollowUpPromptRejectionStatement_GetTypes, -} from "./lex_IntentFollowUpPromptRejectionStatement"; +} from './lex_IntentFollowUpPromptRejectionStatement'; import { lex_IntentFollowUpPromptPrompt, lex_IntentFollowUpPromptPrompt_GetTypes, -} from "./lex_IntentFollowUpPromptPrompt"; +} from './lex_IntentFollowUpPromptPrompt'; export interface lex_IntentFollowUpPrompt { /* @@ -30,7 +30,7 @@ export function lex_IntentFollowUpPrompt_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "rejectionStatement", + 'rejectionStatement', 'If the user answers "no" to the question defined in the prompt field,\nAmazon Lex responds with this statement to acknowledge that the intent was canceled. Attributes are\ndocumented below under statement.', () => lex_IntentFollowUpPromptRejectionStatement_GetTypes(), true, @@ -38,8 +38,8 @@ export function lex_IntentFollowUpPrompt_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "prompt", - "Prompts for information from the user. Attributes are documented under prompt.", + 'prompt', + 'Prompts for information from the user. Attributes are documented under prompt.', () => lex_IntentFollowUpPromptPrompt_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPrompt.ts b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPrompt.ts index 9fa6020b4..b012285ea 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPrompt.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPrompt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentFollowUpPromptPromptMessage, lex_IntentFollowUpPromptPromptMessage_GetTypes, -} from "./lex_IntentFollowUpPromptPromptMessage"; +} from './lex_IntentFollowUpPromptPromptMessage'; export interface lex_IntentFollowUpPromptPrompt { // The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive). @@ -33,24 +33,24 @@ export function lex_IntentFollowUpPromptPrompt_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maxAttempts", - "The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).", + 'maxAttempts', + 'The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messages", - "A set of messages, each of which provides a message string and its type.\nYou can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).\nAttributes are documented under message. Must contain between 1 and 15 messages.", + 'messages', + 'A set of messages, each of which provides a message string and its type.\nYou can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).\nAttributes are documented under message. Must contain between 1 and 15 messages.', () => lex_IntentFollowUpPromptPromptMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "The response card. Amazon Lex will substitute session attributes and\nslot values into the response card. For more information, see\n[Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.", + 'responseCard', + 'The response card. Amazon Lex will substitute session attributes and\nslot values into the response card. For more information, see\n[Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPromptMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPromptMessage.ts index a411677f8..d7b5bc9aa 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPromptMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptPromptMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentFollowUpPromptPromptMessage { /* @@ -24,24 +24,24 @@ export function lex_IntentFollowUpPromptPromptMessage_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatement.ts b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatement.ts index 15d88e052..60ae02955 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatement.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentFollowUpPromptRejectionStatementMessage, lex_IntentFollowUpPromptRejectionStatementMessage_GetTypes, -} from "./lex_IntentFollowUpPromptRejectionStatementMessage"; +} from './lex_IntentFollowUpPromptRejectionStatementMessage'; export interface lex_IntentFollowUpPromptRejectionStatement { // @@ -22,16 +22,16 @@ export function lex_IntentFollowUpPromptRejectionStatement_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_IntentFollowUpPromptRejectionStatementMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatementMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatementMessage.ts index 1dca3d232..245fa8f32 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatementMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFollowUpPromptRejectionStatementMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentFollowUpPromptRejectionStatementMessage { // The text of the message. Must be less than or equal to 1000 characters in length. @@ -24,24 +24,24 @@ export function lex_IntentFollowUpPromptRejectionStatementMessage_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivity.ts b/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivity.ts index 81cb4b411..bac754c0d 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivity.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentFulfillmentActivityCodeHook, lex_IntentFulfillmentActivityCodeHook_GetTypes, -} from "./lex_IntentFulfillmentActivityCodeHook"; +} from './lex_IntentFulfillmentActivityCodeHook'; export interface lex_IntentFulfillmentActivity { /* @@ -28,16 +28,16 @@ export function lex_IntentFulfillmentActivity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "codeHook", - "A description of the Lambda function that is run to fulfill the intent.\nRequired if type is CodeHook. Attributes are documented under code_hook.", + 'codeHook', + 'A description of the Lambda function that is run to fulfill the intent.\nRequired if type is CodeHook. Attributes are documented under code_hook.', () => lex_IntentFulfillmentActivityCodeHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "How the intent should be fulfilled, either by running a Lambda function or by\nreturning the slot data to the client application. Type can be either `ReturnIntent` or `CodeHook`, as documented [here](https://docs.aws.amazon.com/lex/latest/dg/API_FulfillmentActivity.html).", + 'type', + 'How the intent should be fulfilled, either by running a Lambda function or by\nreturning the slot data to the client application. Type can be either `ReturnIntent` or `CodeHook`, as documented [here](https://docs.aws.amazon.com/lex/latest/dg/API_FulfillmentActivity.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivityCodeHook.ts b/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivityCodeHook.ts index c066a54d6..59abf2b2a 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivityCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentFulfillmentActivityCodeHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentFulfillmentActivityCodeHook { /* @@ -22,16 +22,16 @@ export function lex_IntentFulfillmentActivityCodeHook_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "messageVersion", - "The version of the request-response that you want Amazon Lex to use\nto invoke your Lambda function. For more information, see\n[Using Lambda Functions](https://docs.aws.amazon.com/lex/latest/dg/using-lambda.html). Must be less than or equal to 5 characters in length.", + 'messageVersion', + 'The version of the request-response that you want Amazon Lex to use\nto invoke your Lambda function. For more information, see\n[Using Lambda Functions](https://docs.aws.amazon.com/lex/latest/dg/using-lambda.html). Must be less than or equal to 5 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", - "The Amazon Resource Name (ARN) of the Lambda function.", + 'uri', + 'The Amazon Resource Name (ARN) of the Lambda function.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentRejectionStatement.ts b/src/app/Models/codegen/aws/types/lex_IntentRejectionStatement.ts index 54fced9f5..22d452c95 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentRejectionStatement.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentRejectionStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentRejectionStatementMessage, lex_IntentRejectionStatementMessage_GetTypes, -} from "./lex_IntentRejectionStatementMessage"; +} from './lex_IntentRejectionStatementMessage'; export interface lex_IntentRejectionStatement { // @@ -22,16 +22,16 @@ export function lex_IntentRejectionStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_IntentRejectionStatementMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentRejectionStatementMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentRejectionStatementMessage.ts index 208f4560c..bc943f814 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentRejectionStatementMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentRejectionStatementMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentRejectionStatementMessage { // The text of the message. Must be less than or equal to 1000 characters in length. @@ -24,24 +24,24 @@ export function lex_IntentRejectionStatementMessage_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentSlot.ts b/src/app/Models/codegen/aws/types/lex_IntentSlot.ts index c7c501e83..84dd62498 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentSlotValueElicitationPrompt, lex_IntentSlotValueElicitationPrompt_GetTypes, -} from "./lex_IntentSlotValueElicitationPrompt"; +} from './lex_IntentSlotValueElicitationPrompt'; export interface lex_IntentSlot { // The version of the slot type. Must be less than or equal to 64 characters in length. @@ -62,72 +62,72 @@ export function lex_IntentSlot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "priority", - "Directs Lex the order in which to elicit this slot value from the user.\nFor example, if the intent has two slots with priorities 1 and 2, AWS Lex first elicits a value for\nthe slot with priority 1. If multiple slots share the same priority, the order in which Lex elicits\nvalues is arbitrary. Must be between 1 and 100.", + 'priority', + 'Directs Lex the order in which to elicit this slot value from the user.\nFor example, if the intent has two slots with priorities 1 and 2, AWS Lex first elicits a value for\nthe slot with priority 1. If multiple slots share the same priority, the order in which Lex elicits\nvalues is arbitrary. Must be between 1 and 100.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sampleUtterances", - "If you know a specific pattern with which users might respond to\nan Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This\nis optional. In most cases, Amazon Lex is capable of understanding user utterances. Must have between 1 and 10 items in the list, and each item must be less than or equal to 200 characters in length.", + 'sampleUtterances', + 'If you know a specific pattern with which users might respond to\nan Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This\nis optional. In most cases, Amazon Lex is capable of understanding user utterances. Must have between 1 and 10 items in the list, and each item must be less than or equal to 200 characters in length.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the bot. Must be less than or equal to 200 characters in length.", + 'description', + 'A description of the bot. Must be less than or equal to 200 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slotTypeVersion", - "The version of the slot type. Must be less than or equal to 64 characters in length.", + 'slotTypeVersion', + 'The version of the slot type. Must be less than or equal to 64 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slotType", - "The type of the slot, either a custom slot type that you defined or one of\nthe built-in slot types. Must be less than or equal to 100 characters in length.", + 'slotType', + 'The type of the slot, either a custom slot type that you defined or one of\nthe built-in slot types. Must be less than or equal to 100 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "The response card. Amazon Lex will substitute session attributes and\nslot values into the response card. For more information, see\n[Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.", + 'responseCard', + 'The response card. Amazon Lex will substitute session attributes and\nslot values into the response card. For more information, see\n[Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html). Must be less than or equal to 50000 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slotConstraint", - "Specifies whether the slot is required or optional.", + 'slotConstraint', + 'Specifies whether the slot is required or optional.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "valueElicitationPrompt", - "The prompt that Amazon Lex uses to elicit the slot value\nfrom the user. Attributes are documented under prompt.", + 'valueElicitationPrompt', + 'The prompt that Amazon Lex uses to elicit the slot value\nfrom the user. Attributes are documented under prompt.', () => lex_IntentSlotValueElicitationPrompt_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the intent slot that you want to create. The name is case sensitive. Must be less than or equal to 100 characters in length.", + 'name', + 'The name of the intent slot that you want to create. The name is case sensitive. Must be less than or equal to 100 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPrompt.ts b/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPrompt.ts index 4b550470f..73d8fcd59 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPrompt.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPrompt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_IntentSlotValueElicitationPromptMessage, lex_IntentSlotValueElicitationPromptMessage_GetTypes, -} from "./lex_IntentSlotValueElicitationPromptMessage"; +} from './lex_IntentSlotValueElicitationPromptMessage'; export interface lex_IntentSlotValueElicitationPrompt { // @@ -25,24 +25,24 @@ export function lex_IntentSlotValueElicitationPrompt_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "maxAttempts", - "The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).", + 'maxAttempts', + 'The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messages", - "", + 'messages', + '', () => lex_IntentSlotValueElicitationPromptMessage_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "responseCard", - "", + 'responseCard', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPromptMessage.ts b/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPromptMessage.ts index 8d691d331..fc7883c3d 100644 --- a/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPromptMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_IntentSlotValueElicitationPromptMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_IntentSlotValueElicitationPromptMessage { // The text of the message. Must be less than or equal to 1000 characters in length. @@ -24,24 +24,24 @@ export function lex_IntentSlotValueElicitationPromptMessage_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "content", - "The text of the message. Must be less than or equal to 1000 characters in length.", + 'content', + 'The text of the message. Must be less than or equal to 1000 characters in length.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The content type of the message string.", + 'contentType', + 'The content type of the message string.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "groupNumber", - "Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).", + 'groupNumber', + 'Identifies the message group that the message belongs to. When a group\nis assigned to a message, Amazon Lex returns one message from each group in the response. Must be a number between 1 and 5 (inclusive).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_SlotTypeEnumerationValue.ts b/src/app/Models/codegen/aws/types/lex_SlotTypeEnumerationValue.ts index e1ee6a526..ba8604410 100644 --- a/src/app/Models/codegen/aws/types/lex_SlotTypeEnumerationValue.ts +++ b/src/app/Models/codegen/aws/types/lex_SlotTypeEnumerationValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_SlotTypeEnumerationValue { // Additional values related to the slot type value. Each item must be less than or equal to 140 characters in length. @@ -18,16 +18,16 @@ export function lex_SlotTypeEnumerationValue_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "synonyms", - "Additional values related to the slot type value. Each item must be less than or equal to 140 characters in length.", + 'synonyms', + 'Additional values related to the slot type value. Each item must be less than or equal to 140 characters in length.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the slot type. Must be less than or equal to 140 characters in length.", + 'value', + 'The value of the slot type. Must be less than or equal to 140 characters in length.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotDataPrivacy.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotDataPrivacy.ts index dac7327a0..39e6927d8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotDataPrivacy.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotDataPrivacy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotDataPrivacy { // (Required) - For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field. @@ -15,7 +15,7 @@ export function lex_V2modelsBotDataPrivacy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "childDirected", + 'childDirected', "(Required) - For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleTimeouts.ts index 9feb9f85f..982ff4ea4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotLocaleTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function lex_V2modelsBotLocaleTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function lex_V2modelsBotLocaleTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function lex_V2modelsBotLocaleTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleVoiceSettings.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleVoiceSettings.ts index e0fe39f93..1838ecf0f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleVoiceSettings.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotLocaleVoiceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotLocaleVoiceSettings { // Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`. @@ -18,16 +18,16 @@ export function lex_V2modelsBotLocaleVoiceSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "voiceId", - "Identifier of the Amazon Polly voice to use.", + 'voiceId', + 'Identifier of the Amazon Polly voice to use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "engine", - "Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`.", + 'engine', + 'Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are `standard` and `neural`. If not specified, the default is `standard`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotMember.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotMember.ts index 9fc771f60..6f99e54e2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotMember.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotMember { // (Required) - Alias ID of a bot that is a member of this network of bots. @@ -27,40 +27,40 @@ export function lex_V2modelsBotMember_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "(Required) - Version of a bot that is a member of this network of bots.", + 'version', + '(Required) - Version of a bot that is a member of this network of bots.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "aliasId", - "(Required) - Alias ID of a bot that is a member of this network of bots.", + 'aliasId', + '(Required) - Alias ID of a bot that is a member of this network of bots.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "aliasName", - "(Required) - Alias name of a bot that is a member of this network of bots.", + 'aliasName', + '(Required) - Alias name of a bot that is a member of this network of bots.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "(Required) - Unique ID of a bot that is a member of this network of bots.", + 'id', + '(Required) - Unique ID of a bot that is a member of this network of bots.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.", + 'name', + 'Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotTimeouts.ts index 62d9aebd1..14d87d36c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function lex_V2modelsBotTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function lex_V2modelsBotTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function lex_V2modelsBotTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionLocaleSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionLocaleSpecification.ts index 91c30df8c..b0a13ef6e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionLocaleSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionLocaleSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotVersionLocaleSpecification { // @@ -15,8 +15,8 @@ export function lex_V2modelsBotVersionLocaleSpecification_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "sourceBotVersion", - "", + 'sourceBotVersion', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionTimeouts.ts index b30f1ac76..480abaca8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsBotVersionTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsBotVersionTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function lex_V2modelsBotVersionTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function lex_V2modelsBotVersionTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSetting.ts index 3ccf6e860..89369b40a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSetting.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditional, lex_V2modelsIntentClosingSettingConditional_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditional"; +} from './lex_V2modelsIntentClosingSettingConditional'; import { lex_V2modelsIntentClosingSettingNextStep, lex_V2modelsIntentClosingSettingNextStep_GetTypes, -} from "./lex_V2modelsIntentClosingSettingNextStep"; +} from './lex_V2modelsIntentClosingSettingNextStep'; import { lex_V2modelsIntentClosingSettingClosingResponse, lex_V2modelsIntentClosingSettingClosingResponse_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponse"; +} from './lex_V2modelsIntentClosingSettingClosingResponse'; export interface lex_V2modelsIntentClosingSetting { // Whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true. @@ -36,15 +36,15 @@ export function lex_V2modelsIntentClosingSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "closingResponse", - "Configuration block for response that Amazon Lex sends to the user when the intent is complete. See `closing_response`.", + 'closingResponse', + 'Configuration block for response that Amazon Lex sends to the user when the intent is complete. See `closing_response`.', () => lex_V2modelsIntentClosingSettingClosingResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "conditional", + 'conditional', "Configuration block for list of conditional branches associated with the intent's closing response. These branches are executed when the `next_step` attribute is set to `EvalutateConditional`. See `conditional`.", () => lex_V2modelsIntentClosingSettingConditional_GetTypes(), false, @@ -52,7 +52,7 @@ export function lex_V2modelsIntentClosingSetting_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "nextStep", + 'nextStep', "Next step that the bot executes after playing the intent's closing response. See `next_step`.", () => lex_V2modelsIntentClosingSettingNextStep_GetTypes(), false, @@ -60,7 +60,7 @@ export function lex_V2modelsIntentClosingSetting_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "active", + 'active', "Whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponse.ts index 01c21fa4c..5e884bc0c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroup, lex_V2modelsIntentClosingSettingClosingResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroup"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroup'; export interface lex_V2modelsIntentClosingSettingClosingResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentClosingSettingClosingResponse_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroup.ts index 236ecb31d..832be3ffd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroup_GetT return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroup_GetT ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage.ts index dcb50ae6d..8f1cc2591 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload.ts index 9b31cfa1a..8d8af6ea7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard.ts index 7907f8e22..e5baeefbc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton.ts index b73ee02d4..739dd4013 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage.ts index 709931644..98fb0a8fe 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage.ts index 5d6710f3e..0b43e5e0e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupMessa return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation.ts index 56e239405..3c0b4b759 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload.ts index f61364512..5ef896200 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard.ts index 232179249..5316b7cbc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton.ts index df2fd7447..e517e0182 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage.ts index aff424805..653bce58b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage.ts index 412d6140a..1d5b052ef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingClosingResponseMessageGroupVaria return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditional.ts index bb9adadd1..899c60d30 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranch, lex_V2modelsIntentClosingSettingConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranch"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranch'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranch, lex_V2modelsIntentClosingSettingConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranch"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranch'; export interface lex_V2modelsIntentClosingSettingConditional { // Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentClosingSettingConditional_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranch_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentClosingSettingConditional_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranch.ts index 00b66a73e..6821ddd4f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition, lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep, lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,7 +36,7 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranch_Get return [ new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition_GetTypes(), @@ -45,16 +45,16 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranch_Get ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep_GetTypes(), true, @@ -62,8 +62,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranch_Get ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition.ts index c95636f6e..f47a7aed8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchCond return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep.ts index 809361c89..0efb0fb8d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction.ts index 0a5ca109c..a4a4e2648 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent.ts index 2e68e7be0..2ce42c3e0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot.ts index e0edcfc89..c4afb20c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlot { // Configuration block for the current value of the slot. See `value`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue.ts index 7b540bb45..48402e5a1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchNext return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse.ts index 23ee8efb0..252a8a432 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup.ts index 279eda647..93ad138b7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage.ts index b4eb2654e..af1cc9e29 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 400be5a03..3226a0375 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 02e0e8afd..71d9fe445 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 2e5a3b6a6..56cd11c6f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index d629f3bd1..84cd6a9ef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 52aa9c8fb..2abdf21f1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation.ts index 72b6a1424..f8b10e87a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 1cae7709d..b56bdcb61 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index e3c34b86d..a59f5963a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 0083cfa04..06b55bdb3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 471dcaabf..1e157ce9e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 1bebdd793..e2c64868c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalConditionalBranchResp return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranch.ts index e911c18ac..e2c56569b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep, lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranch_GetType return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranch_GetType ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep.ts index 1fa171767..1cd0cb197 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction.ts index 3141284f4..fd65777ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent.ts index 3cc8b0029..62f7ec43a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot.ts index ca45d7e24..9dcb77061 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue.ts index a3c248ed6..3f26334e6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchNextStep return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse.ts index fa93f3edf..705f6b25e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup.ts index cfb984f60..0dfbb553f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage.ts index e07214551..e5285ecfd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 94ba8d09d..124c00106 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 5009765bb..db84495b4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 65e9275df..73ec294da 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 17dfa625c..a4ff9f682 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 928696490..cd38a4ae2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation.ts index 5d6454115..91c3560fb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index a83a9f09a..4c5efaa38 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 07fa23a64..76bfdc0d7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 3c761dd4c..ec1bb7239 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 6d74f6cdc..fb6bbeb0f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index f2fbfe041..4374cb777 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingConditionalDefaultBranchResponse return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStep.ts index d386757b8..7de09f3bc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingNextStepDialogAction, lex_V2modelsIntentClosingSettingNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentClosingSettingNextStepDialogAction"; +} from './lex_V2modelsIntentClosingSettingNextStepDialogAction'; import { lex_V2modelsIntentClosingSettingNextStepIntent, lex_V2modelsIntentClosingSettingNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentClosingSettingNextStepIntent"; +} from './lex_V2modelsIntentClosingSettingNextStepIntent'; export interface lex_V2modelsIntentClosingSettingNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,24 +29,24 @@ export function lex_V2modelsIntentClosingSettingNextStep_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentClosingSettingNextStepIntent_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentClosingSettingNextStepDialogAction_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepDialogAction.ts index c05a844af..22f88d8c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentClosingSettingNextStepDialogAction_GetTypes(): return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntent.ts index db16b68c5..6639b34c1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingNextStepIntentSlot, lex_V2modelsIntentClosingSettingNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentClosingSettingNextStepIntentSlot"; +} from './lex_V2modelsIntentClosingSettingNextStepIntentSlot'; export interface lex_V2modelsIntentClosingSettingNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentClosingSettingNextStepIntent_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentClosingSettingNextStepIntentSlot_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlot.ts index afadbb496..84077c124 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentClosingSettingNextStepIntentSlotValue, lex_V2modelsIntentClosingSettingNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentClosingSettingNextStepIntentSlotValue"; +} from './lex_V2modelsIntentClosingSettingNextStepIntentSlotValue'; export interface lex_V2modelsIntentClosingSettingNextStepIntentSlot { // Configuration block for the current value of the slot. See `value`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentClosingSettingNextStepIntentSlot_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentClosingSettingNextStepIntentSlotValue_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlotValue.ts index 6fcb04387..0d54ac19c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentClosingSettingNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentClosingSettingNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentClosingSettingNextStepIntentSlotValue_GetTypes return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSetting.ts index 5ca607772..7cf8d3de0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSetting.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponse, lex_V2modelsIntentConfirmationSettingDeclinationResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponse"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponse'; import { lex_V2modelsIntentConfirmationSettingElicitationCodeHook, lex_V2modelsIntentConfirmationSettingElicitationCodeHook_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingElicitationCodeHook"; +} from './lex_V2modelsIntentConfirmationSettingElicitationCodeHook'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponse, lex_V2modelsIntentConfirmationSettingConfirmationResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponse"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponse'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditional, lex_V2modelsIntentConfirmationSettingDeclinationConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditional"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditional'; import { lex_V2modelsIntentConfirmationSettingDeclinationNextStep, lex_V2modelsIntentConfirmationSettingDeclinationNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationNextStep"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationNextStep'; import { lex_V2modelsIntentConfirmationSettingFailureNextStep, lex_V2modelsIntentConfirmationSettingFailureNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureNextStep"; +} from './lex_V2modelsIntentConfirmationSettingFailureNextStep'; import { lex_V2modelsIntentConfirmationSettingPromptSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecification'; import { lex_V2modelsIntentConfirmationSettingFailureResponse, lex_V2modelsIntentConfirmationSettingFailureResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponse"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHook, lex_V2modelsIntentConfirmationSettingCodeHook_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHook"; +} from './lex_V2modelsIntentConfirmationSettingCodeHook'; import { lex_V2modelsIntentConfirmationSettingFailureConditional, lex_V2modelsIntentConfirmationSettingFailureConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditional"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditional'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditional, lex_V2modelsIntentConfirmationSettingConfirmationConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditional"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditional'; import { lex_V2modelsIntentConfirmationSettingConfirmationNextStep, lex_V2modelsIntentConfirmationSettingConfirmationNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationNextStep"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationNextStep'; export interface lex_V2modelsIntentConfirmationSetting { // Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`. @@ -99,24 +99,24 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "failureResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.", + 'failureResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.', () => lex_V2modelsIntentConfirmationSettingFailureResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "elicitationCodeHook", - "Configuration block for when the code hook is invoked during confirmation prompt retries. See `elicitation_code_hook`.", + 'elicitationCodeHook', + 'Configuration block for when the code hook is invoked during confirmation prompt retries. See `elicitation_code_hook`.', () => lex_V2modelsIntentConfirmationSettingElicitationCodeHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "confirmationResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `confirmation_response`.", + 'confirmationResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `confirmation_response`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponse_GetTypes(), false, @@ -124,8 +124,8 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "declinationConditional", - "Configuration block for conditional branches to evaluate after the intent is declined. See `declination_conditional`.", + 'declinationConditional', + 'Configuration block for conditional branches to evaluate after the intent is declined. See `declination_conditional`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditional_GetTypes(), false, @@ -133,7 +133,7 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Bool, - "active", + 'active', "Whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the active field isn't specified, the default is true.", () => [], false, @@ -141,8 +141,8 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "confirmationConditional", - "Configuration block for conditional branches to evaluate after the intent is closed. See `confirmation_conditional`.", + 'confirmationConditional', + 'Configuration block for conditional branches to evaluate after the intent is closed. See `confirmation_conditional`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditional_GetTypes(), false, @@ -150,15 +150,15 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "promptSpecification", - "Configuration block for prompting the user to confirm the intent. This question should have a yes or no answer. Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. See `prompt_specification`.", + 'promptSpecification', + 'Configuration block for prompting the user to confirm the intent. This question should have a yes or no answer. Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. See `prompt_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecification_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "codeHook", + 'codeHook', "Configuration block for the intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is `invoke_dialog_code_hook`. See `code_hook`.", () => lex_V2modelsIntentConfirmationSettingCodeHook_GetTypes(), false, @@ -166,7 +166,7 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "declinationResponse", + 'declinationResponse', 'Configuration block for when the user answers "no" to the question defined in `prompt_specification`, Amazon Lex responds with this response to acknowledge that the intent was canceled. See `declination_response`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponse_GetTypes(), false, @@ -174,32 +174,32 @@ export function lex_V2modelsIntentConfirmationSetting_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "declinationNextStep", - "Configuration block for the next step that the bot executes when the customer declines the intent. See `declination_next_step`.", + 'declinationNextStep', + 'Configuration block for the next step that the bot executes when the customer declines the intent. See `declination_next_step`.', () => lex_V2modelsIntentConfirmationSettingDeclinationNextStep_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "failureConditional", - "Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `failure_conditional`.", + 'failureConditional', + 'Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `failure_conditional`.', () => lex_V2modelsIntentConfirmationSettingFailureConditional_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "failureNextStep", - "Configuration block for the next step to take in the conversation if the confirmation step fails. See `failure_next_step`.", + 'failureNextStep', + 'Configuration block for the next step to take in the conversation if the confirmation step fails. See `failure_next_step`.', () => lex_V2modelsIntentConfirmationSettingFailureNextStep_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "confirmationNextStep", - "Configuration block for the next step that the bot executes when the customer confirms the intent. See `confirmation_next_step`.", + 'confirmationNextStep', + 'Configuration block for the next step that the bot executes when the customer confirms the intent. See `confirmation_next_step`.', () => lex_V2modelsIntentConfirmationSettingConfirmationNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHook.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHook.ts index efe139730..f1e339dae 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHook.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification'; export interface lex_V2modelsIntentConfirmationSettingCodeHook { // Whether a dialog code hook is used when the intent is activated. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHook_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a dialog code hook is used when the intent is activated.", + 'active', + 'Whether a dialog code hook is used when the intent is activated.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableCodeHookInvocation", - "Whether a Lambda function should be invoked for the dialog.", + 'enableCodeHookInvocation', + 'Whether a Lambda function should be invoked for the dialog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "invocationLabel", - "Label that indicates the dialog step from which the dialog code hook is happening.", + 'invocationLabel', + 'Label that indicates the dialog step from which the dialog code hook is happening.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "postCodeHookSpecification", - "Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See `post_code_hook_specification`.", + 'postCodeHookSpecification', + 'Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See `post_code_hook_specification`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification.ts index da9351a2c..fe64b0e91 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecification { // Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`. @@ -75,8 +75,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "successResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.", + 'successResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse_GetTypes(), false, @@ -84,8 +84,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "timeoutNextStep", - "Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.", + 'timeoutNextStep', + 'Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep_GetTypes(), false, @@ -93,8 +93,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "successNextStep", - "Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.", + 'successNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep_GetTypes(), false, @@ -102,8 +102,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "failureResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.", + 'failureResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse_GetTypes(), false, @@ -111,8 +111,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "failureConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.", + 'failureConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional_GetTypes(), false, @@ -120,8 +120,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "failureNextStep", - "Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See `failure_next_step`.", + 'failureNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See `failure_next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep_GetTypes(), false, @@ -129,8 +129,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "timeoutResponse", - "Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.", + 'timeoutResponse', + 'Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse_GetTypes(), false, @@ -138,8 +138,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "timeoutConditional", - "Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.", + 'timeoutConditional', + 'Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional_GetTypes(), false, @@ -147,8 +147,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "successConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.", + 'successConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional.ts index 251affb79..be4cc513a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts index 32e1a8d1f..2e02e5f7f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch { // Name of the branch. @@ -36,16 +36,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep_GetTypes(), true, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse_GetTypes(), false, @@ -62,7 +62,7 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts index ec1fb2644..e1aaa8e5d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts index b305061be..936dbf181 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts index 483ea536f..cacf848f6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts index ba6b83ff5..f44cd47d6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts index 24031322e..b1cf5b32e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts index fa64e647b..e8e2cd2bb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts index 000dac9e6..c6b1eba4f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts index 8d3bdc4ab..4879a31ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts index 8cdcc785c..539002d5d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index b91854040..00e5b8174 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 2359ca055..a8444af46 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 4e068d402..78e17a170 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index aff26ad8c..fa2c9fbf3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index e5527c41e..9153262fe 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts index 0fa9e669e..89948de9d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 57b9ef577..b7bdcdbfa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index c6718bad0..5af42a2da 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index e98742561..f084d4550 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index fe9acc380..da566a22e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 9a8d5b6cb..c90fb2d61 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts index f52bfebe5..f936e3c73 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts index 4c08485b9..c84f3f095 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts index ab334b2a8..1104e19d6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts index 949519ad0..3a201d3e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts index 230ff5e1f..ad76dc5fb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts index fa1a36d4a..aeb464327 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts index 41909afd5..4558569ca 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts index ca4750257..6b02a128b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts index 7894ba3d2..25440b132 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 79fbc2e1b..1f422d0e0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index e5fe2a7f1..033421c9e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 7bf21c8ca..e3b547e8f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index cf574ccde..f7bf03a0b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 8bfc09a83..5c272d359 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts index 84a2b55c5..f8becae43 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index e54888402..fa5931502 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index f2d0309de..16833f18e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index a0763c6dc..58916641d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index f0b26012d..fa64c5323 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 9441babc5..1f7736861 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts index 869e53470..9c7a8e9d8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts index 8e9d2c5a6..b44bcf0e5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts index 5494751d4..d77665fbd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts index 2bebaa6e9..f7611a611 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts index dbdbd892e..eb4f71cc1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse.ts index 12434762e..183141144 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts index 48e0d8e2b..9e93d625b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts index c913b0a2f..aec83c1c8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts index c9f52668a..ed4c61a6e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts index bafe2913d..7613ae8fc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts index 054666155..f0ff6434f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts index 78d754b30..7b4560591 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts index 414e6a716..9eb3617d0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts index aa11bfd44..5c2e9b2d0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts index 913472b76..3e849d477 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts index d58636cba..8681f29b3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts index 67b7ffab3..be6fd1f60 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts index 52ef11d5c..46b1edcf3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts index ba2a76cef..43af4d8d1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts index 27fe2ee85..d8bc52406 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch_GetTypes(), true, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts index d0d44dd01..3a883e9d3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch { // Name of the branch. @@ -36,16 +36,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes(), true, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse_GetTypes(), false, @@ -62,7 +62,7 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts index 7256b2bc2..6931dfb08 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts index 5160b54de..ec7ee767c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts index d28202e66..f6205c5f3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts index c1fd6bd09..6b6f28140 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts index 17d8a4a79..89987fef2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts index f4e1e5736..1d58a6b0b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts index 2b4d6bda2..7e03f0f7d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts index f5d195d16..176ded826 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts index 5e1901e48..5e492f50b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 886cbe077..e40572901 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 646973cf8..2fb1da505 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index de9f82563..2dbda306a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 75946269c..5598114c1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index de21e23a9..d0a1d8f45 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts index a245304a3..86964d43c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 88e7ee678..2451395f7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 76e0f2d39..d02d65aea 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index adf107d1c..fc4a35031 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 98bfd49b6..0f424fd08 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index d09db8018..102ed2b8e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts index 30072942b..331eb8be2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts index 3fffb4a3f..9521d1395 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts index a9cc4f5eb..3e9edba2e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts index 7fed7ecab..5796b6385 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts index 2a916d8a9..77cf0948f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts index 38922bba3..cf409ed3e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts index 853f50588..4f4be2d86 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts index bdb99e735..d91cecc6c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts index 59fa2dc44..4c19ade75 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 8734da8bf..2c6b6162d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 09c5d4402..ebe199804 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 955788b8a..3526a41a9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 447b94b36..834cec4ff 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 87aab7570..a91221a53 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts index 30a9eaf46..3be272e96 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index be94599d5..6d862944d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 9dd4753be..cfd99a33b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 911c97e0a..74e64b7ca 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index e04f3fbc2..d8b7671ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index be5982944..f548d358e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts index e5d473753..b4fb3f2dd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts index a577fe7cd..d72fb32e3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts index cef052551..a6f43561f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts index 614aa4cc3..f0db2ec7f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts index 56ffaef2c..6e6d1351e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts index ea9afb0b3..79527fef4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts index 5fdd74f82..29ba63dc2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts index 5cfeb519a..f7702958c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts index c544f02f9..cf2e55821 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts index d2c69f138..081a24547 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts index 1fcfa0d5c..92cb6d233 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts index 090b82367..3d6bf4faa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts index ead63240d..7d652dedf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts index 4851f1004..a1a53003a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts index 699ffef8a..4f00f0f18 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts index 5fded0024..455aa8c77 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts index 2c8f1d191..447f182b8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts index e5ae11390..0dd9735be 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts index 087f4233f..da754b064 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts index 56a23bd30..30f867362 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts index 906426568..6bf237359 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,8 +36,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes(), true, @@ -45,8 +45,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes(), false, @@ -54,7 +54,7 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes(), @@ -63,8 +63,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts index 62d7ab9df..a8f2f7f7c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts index 58a65a173..b9d15a0f6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts index 1c2ce1094..6a43acad9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts index 6f6e35c71..9d9533fdc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts index ac8f8614f..3843b354b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts index 3b08f526b..3d6d79ed5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts index e383fc49a..aa828773f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts index 17e2b852e..b6a9e21cb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts index 638092c99..8df12a239 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 21c6070ae..ef8e0577d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index c760b5982..30c9b0d80 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 1a50ed664..8459a4e7d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 4f68596c1..aeb1c6817 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index fd29e0b65..584a48e25 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts index b16a72eb2..7fef3a72e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 807425037..b1fefe3ef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index ad5cf373b..0f49de34e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 13a925318..e375e6509 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 899bc74bc..0af79ea1a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 0f9b80b12..379fcbcda 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts index c5266c1c4..d0b64ab3f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch { // Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts index 302b2f5e2..7cfa04c5c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts index 7283c0ae3..cc7a12a7e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts index 74a95df67..410c4d912 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts index afa6b21ef..9cb3b9b1a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts index 021e886a0..fa9abd66c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts index 7f70c7b92..9f8995b34 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts index 2ad1fa7e6..5f71ceeb1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts index e1646eb0e..d6ffe06cd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 2a4f2bb0d..5045c126b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index b368feb70..3328cebce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index beadcd785..6de40173d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 915c962de..05eb1b59e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 763788af6..1c51936eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts index 01fe91d74..b6b7dd5b1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 0fae40ddb..a9da09e6d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 12e3a938b..fe515c895 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 377f4fd3f..f1e95b7de 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 450737fd3..34a74f6ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 9b94457ea..a31e76b49 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts index 95927ad23..8b5150620 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts index f79ee9156..892cb7168 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts index 79febb28c..f90bc7385 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent { // Name of the intent. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts index 06b7812b2..99eef9eef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts index c2e9db990..dbabeabed 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts index c061cf71b..6c63db858 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts index e5cebe17f..1b602e496 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts index f6484d82c..374356b14 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts index a4c8d9d78..231773ae6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts index 94c2f03b7..7758a7cbc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts index 9610d133d..04eb68b33 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts index a778a81c7..f19cd9233 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts index f957d6958..3251aa0a5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts index 902a897ea..44ed111ef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts index e25d1a0da..a18f9440b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts index 4361cb6dc..5f9cf6346 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts index 0409db3d0..eba4d416a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts index ff7784438..3446008f0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts index 081a81ae4..da5d89cae 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecifi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditional.ts index c12968ab8..213d3add2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditional { // Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditional_Get return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditional_Get ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch.ts index 0d16b2386..629ddbfda 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -36,8 +36,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep_GetTypes(), true, @@ -45,8 +45,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse_GetTypes(), false, @@ -54,7 +54,7 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition_GetTypes(), @@ -63,8 +63,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition.ts index 3af70a64e..dad9d52db 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep.ts index 4bab9846c..4f98b4150 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction.ts index 9fa469562..96317534d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent.ts index da89cb84e..de67391c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot.ts index 8cef328b1..929f9b5fd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue.ts index 3b23c227e..42dc3b17c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse.ts index 7b9c298ce..cbe6f9856 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup.ts index 8619b204b..b18260387 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage.ts index 7ed6b8e42..76b07ab7f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index a88c8a733..c71b20aba 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index ed87d5dfd..e0417f615 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 122994b89..64e0231e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 01f0a12e5..86d45f74a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index a180da47c..cf7eb0d80 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation.ts index 401be297b..0da716174 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index ec778d235..9c0434bfb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 94ce0b1b8..4bb210607 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index d983d755c..01fad3d42 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 0c112fc2d..458095b0a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 40647feec..872d299eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalCond return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch.ts index 350b47d78..bddb3413d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep.ts index 0b62a9c4b..0ab8f8c64 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction.ts index a87094a2b..a0c745505 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepDialogAction { // Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent.ts index 3e346a03b..e252c7e4e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot.ts index 9c1f52335..6c6d23bda 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue.ts index e3d453eb9..1d6e22a18 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.ts index c499e1116..4c3567654 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup.ts index e28ed0bc6..ac374543e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage.ts index 796ffbdf5..2c685d4bc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 4984c96ad..f082efaa3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 67ae64240..21ff32841 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index a29296230..50d5cb172 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index d8858c6b0..c235feab1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index c6e6a7056..93d06c1b7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation.ts index e559a5485..184d08975 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 64c339705..651a3df1c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 3e02d0ecf..99899927e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index f5f9449e9..dc0de39a0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 2316695a3..7ce18084e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 46e0c9f42..049afaa41 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationConditionalDefa return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStep.ts index 691721bc7..4a103ed9a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction, lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent, lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingConfirmationNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStep_GetTyp return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStep_GetTyp ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStep_GetTyp ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction.ts index d21d5c0b0..ea6a307a9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStepDialogA return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent.ts index 33739a350..fd4d8f1c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntent_ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot.ts index c0edf885f..1493bdc5c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentS return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentS ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue.ts index 6607952aa..6b09e9c14 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationNextStepIntentS return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponse.ts index fcec77862..c9d6db3ee 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponse_GetTyp return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup.ts index 8921ae2d7..66f8ed804 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage.ts index 027a78fab..7382e5e07 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload.ts index cead958b9..2581ff4df 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard.ts index 492b12c7d..4967dfef8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton.ts index 663a834e0..e4691c3ca 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage.ts index 80a9b4d95..50959d9b9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage.ts index 1c50d9c23..ed16efe7d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation.ts index 15416c691..3f9602dfb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload.ts index 92f2022c1..a2248f53a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard.ts index b5db704fb..5ba29e105 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton.ts index e73585ea4..abca83ef2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage.ts index 7a2a1763f..72d6478f6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage.ts index e66e6a021..caacc39a4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingConfirmationResponseMessage return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditional.ts index 0327bcef3..982a55638 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditional_GetT return [ new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch_GetTypes(), true, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditional_GetT ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch.ts index 415dc5ef5..5910f5775 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranch { // Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`. @@ -36,16 +36,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep_GetTypes(), true, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse_GetTypes(), false, @@ -62,7 +62,7 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition.ts index 447233758..db7040038 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep.ts index b8ad7d9cd..3f7b39310 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction.ts index 30e06f132..40f7c0a83 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepDialogAction { // Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent.ts index 9c990df29..7ef775bb0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot.ts index 39fae3df5..215b7445d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue.ts index c3c08e50e..7b1a312a3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse.ts index 7d5087570..e08fa16e6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup.ts index ea725ac5e..77a15e00b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage.ts index 066d85d76..d0d93f329 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 76ebe174a..291f5b284 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 8553c8068..dafc48885 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index fb7b70eb6..289424870 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 687cb87c0..b44ec60e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 23cab43ac..922dc1ff9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation.ts index 92333e61e..a67d29bf9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index ad3f73a3b..480eaa01b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 12ff98476..848a5aa7d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index a1d2b789f..d1b9792ef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 227b7f675..dac753a5a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index cceb5acb9..4bb4f616a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalCondi return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch.ts index 2aa9e19d0..597116ddf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep.ts index 724325970..f5cf3b1be 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction.ts index c52253932..ecbedfe5d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent.ts index e2faef89a..98f8fd022 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot.ts index a283007b9..48b6df1bc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue.ts index adbb95439..61625c042 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse.ts index 25ad49d19..9e1562621 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup.ts index 411e337f9..bf7330ca3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage.ts index 3f4965eb9..7023178c7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 7a9df1d77..ced270da7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 555df7af6..cfd23653c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 6354ee669..9f997db4c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 7981b31a9..38688b2fa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 065fef1a9..df1fd9d1d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation.ts index 7398e5f49..dbcd5da98 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 466a71e15..952ed5f7d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 22255ba3b..f10ab9ae2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index d2f3c6468..37b377d60 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index a65318bad..e9f1f1402 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 8bdd0dfb0..0fbb39bfd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationConditionalDefau return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStep.ts index 3c2b19364..5a57517de 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction, lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent, lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingDeclinationNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStep_GetType return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStep_GetType ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStep_GetType ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction.ts index b70304ae0..30ad4d653 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStepDialogAc return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent.ts index 512dffb12..960a3ca2b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntent_G return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot.ts index ccca86483..a8b0a10d5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSl return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue.ts index 35f47ace5..241a0c106 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationNextStepIntentSl return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponse.ts index c58019441..42d256bce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponse_GetType return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup.ts index ff9ce2b44..8ed2a0f58 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage.ts index 5dd673bc7..1f5f45314 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload.ts index dbc0ebde1..f2f6e6bb5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard.ts index 7106dae26..576d833ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton.ts index d8188b683..a68b9a87b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage.ts index c586b5046..5937d43a4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage.ts index 72949b08a..aa6fbe116 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation.ts index 05e1a3378..086ad6eb5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload.ts index a41ea9f0f..111429776 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard.ts index 93c5db1cd..3b6ef304d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton.ts index a31e5ef09..1d1f7693d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage.ts index b468f89e2..75dd2fac0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage.ts index 9830db70d..da979bf1c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingDeclinationResponseMessageG return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingElicitationCodeHook.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingElicitationCodeHook.ts index 2ac25f90f..8d3ef9f71 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingElicitationCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingElicitationCodeHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingElicitationCodeHook { // Whether a Lambda function should be invoked for the dialog. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingElicitationCodeHook_GetType return [ new DynamicUIProps( InputType.Bool, - "enableCodeHookInvocation", - "Whether a Lambda function should be invoked for the dialog.", + 'enableCodeHookInvocation', + 'Whether a Lambda function should be invoked for the dialog.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invocationLabel", - "Label that indicates the dialog step from which the dialog code hook is happening.", + 'invocationLabel', + 'Label that indicates the dialog step from which the dialog code hook is happening.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditional.ts index b44408add..f72ba97d8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch'; export interface lex_V2modelsIntentConfirmationSettingFailureConditional { // Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditional_GetTypes return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditional_GetTypes ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch_GetTypes(), true, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditional_GetTypes ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch.ts index d64172bbc..b37a3ed59 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranch { // Name of the branch. @@ -36,7 +36,7 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition_GetTypes(), @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep_GetTypes(), true, @@ -62,8 +62,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition.ts index 4d739aec7..c52157a2b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep.ts index 87776666a..71debac65 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction.ts index 95c09c3b6..29d199e74 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent.ts index fac3fca4b..1138941d7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot.ts index 5848de3fa..961ffb6d7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue.ts index 6e72ebdcf..82b3c138d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse.ts index 8f95534aa..20de7c7b8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup.ts index f9b9e18b2..2142e62a2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage.ts index 576178787..8ad2061ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index b4fc3b350..4cd104816 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 5229f2193..7d840861d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 7412325dd..3021cbe3d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 5124f7012..ead38bd7c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 7cb92292b..d7845b944 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation.ts index 8f28333dd..1f1d5c1eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 5222e16c5..669718408 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index aa2e18ea6..8c5177d2f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 1b569175c..b2268aaa5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 715fd9599..fb6ba131e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index d83a884c8..3b72cb358 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalCondition return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch.ts index bb9e800f6..51c5f41eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep.ts index 398b68b43..1c7987945 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction.ts index b8dac65aa..3f78d6389 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepDialogAction { // Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent.ts index 1f9eab75a..90459c885 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot.ts index 4ae9598d4..872ee54aa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue.ts index f97fb962a..e7513f82e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse.ts index 4fd8be874..76337ab0e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup.ts index 95e3f4e89..94f28f7ea 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage.ts index 53e62b92e..0093ece37 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index f4686455d..a1d274741 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 92c3e7400..7a2bb596d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index f402cc302..db2e201e0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index fb8bcd89e..22a388f10 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 2cb8ddcb2..4475d60d2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation.ts index 1c63522a7..59704960f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 440f94455..e36170f47 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 6a392fdc8..368ea9eab 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index fec9edecd..2e8f11c2b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 5097644d7..2eda7a5ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index ea9ec4511..d63e4358d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureConditionalDefaultBr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStep.ts index 10bf1671a..01fcd503e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction, lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction"; +} from './lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction'; import { lex_V2modelsIntentConfirmationSettingFailureNextStepIntent, lex_V2modelsIntentConfirmationSettingFailureNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureNextStepIntent"; +} from './lex_V2modelsIntentConfirmationSettingFailureNextStepIntent'; export interface lex_V2modelsIntentConfirmationSettingFailureNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStep_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStep_GetTypes(): ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentConfirmationSettingFailureNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStep_GetTypes(): ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction.ts index 329c07290..08b484ffd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStepDialogAction return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntent.ts index 8ac459516..68103f092 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot, lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot"; +} from './lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot'; export interface lex_V2modelsIntentConfirmationSettingFailureNextStepIntent { // Name of the intent. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStepIntent_GetTy return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStepIntent_GetTy ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot.ts index 1ec5b0833..fb4a9b5e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue, lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue"; +} from './lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue'; export interface lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlot_G return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue.ts index b88cebb19..8a34698b2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureNextStepIntentSlotVa return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponse.ts index 367f2baa9..906438681 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup'; export interface lex_V2modelsIntentConfirmationSettingFailureResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponse_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponse_GetTypes(): ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup.ts index 91fa5dd72..1c795fe73 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage.ts index 11596c6d5..6aeb3cc6c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload.ts index b81b3605f..cc55d56a5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard.ts index 6448a75aa..517116ec5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton.ts index 8a033667b..22e79ef98 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage.ts index 0e8409bcf..3bc206742 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage.ts index 45a107a4a..77480ee1b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation.ts index 3e661b1fc..e10b5c8c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariation { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload.ts index f56396b80..c6662d035 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard.ts index 2e9101c79..1d9a8f101 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton.ts index aa7ba5dcc..c6a58557a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage.ts index 5d03801ab..f91648c16 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage.ts index 436783f86..ccc451903 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingFailureResponseMessageGroup return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecification.ts index cabf97cb5..aa4fed7d5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecification { // Whether the user can interrupt a speech prompt from the bot. @@ -35,16 +35,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecification_GetType return [ new DynamicUIProps( InputType.Number, - "maxRetries", - "Maximum number of times the bot tries to elicit a response from the user using this prompt.", + 'maxRetries', + 'Maximum number of times the bot tries to elicit a response from the user using this prompt.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration block for messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration block for messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime. See `message_group`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup_GetTypes(), false, @@ -52,16 +52,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecification_GetType ), new DynamicUIProps( InputType.String, - "messageSelectionStrategy", - "How a message is selected from a message group among retries. Valid values are `Random` and `Ordered`.", + 'messageSelectionStrategy', + 'How a message is selected from a message group among retries. Valid values are `Random` and `Ordered`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "promptAttemptsSpecifications", - "Configuration block for advanced settings on each attempt of the prompt. See `prompt_attempts_specification`.", + 'promptAttemptsSpecifications', + 'Configuration block for advanced settings on each attempt of the prompt. See `prompt_attempts_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes(), false, @@ -69,8 +69,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecification_GetType ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech prompt from the bot.", + 'allowInterrupt', + 'Whether the user can interrupt a speech prompt from the bot.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup.ts index 4a26f572b..b96906bc4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage.ts index dbeb04fc0..69e8d01c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts index 9abba684b..bd73c8879 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts index 5dd546489..f4ec80173 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts index a4ecaa814..5dd618bda 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts index 73189ac65..2ab3a93c2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts index d10120f65..605f40970 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation.ts index d1d084c21..be9e352bd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariation { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts index d22852d99..2012b2e1a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts index e895eda7c..fbab91238 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts index 46eefa611..d520e5135 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts index 18fb83967..1739a96d1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts index 26f47b6bf..a0eee0587 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationMessageG return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification.ts index 541e37ee6..a5c3e4c15 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification { // Whether the user can interrupt a speech prompt attempt from the bot. @@ -39,16 +39,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech prompt attempt from the bot.", + 'allowInterrupt', + 'Whether the user can interrupt a speech prompt attempt from the bot.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "allowedInputTypes", - "Configuration block for the allowed input types of the prompt attempt. See `allowed_input_types`.", + 'allowedInputTypes', + 'Configuration block for the allowed input types of the prompt attempt. See `allowed_input_types`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes(), true, @@ -56,8 +56,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt ), new DynamicUIProps( InputType.Object, - "audioAndDtmfInputSpecification", - "Configuration block for settings on audio and DTMF input. See `audio_and_dtmf_input_specification`.", + 'audioAndDtmfInputSpecification', + 'Configuration block for settings on audio and DTMF input. See `audio_and_dtmf_input_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes(), false, @@ -65,16 +65,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "textInputSpecification", - "Configuration block for the settings on text input. See `text_input_specification`.", + 'textInputSpecification', + 'Configuration block for the settings on text input. See `text_input_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts index 9b2ef3434..306e92ee2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes { // Whether audio input is allowed. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.Bool, - "allowAudioInput", - "Whether audio input is allowed.", + 'allowAudioInput', + 'Whether audio input is allowed.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowDtmfInput", - "Whether DTMF input is allowed.", + 'allowDtmfInput', + 'Whether DTMF input is allowed.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts index 7e49cd180..64c926961 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification'; import { lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification, lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes, -} from "./lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification"; +} from './lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification { // Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs. @@ -29,7 +29,7 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.Number, - "startTimeoutMs", + 'startTimeoutMs', "Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.", () => [], true, @@ -37,8 +37,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt ), new DynamicUIProps( InputType.Object, - "audioSpecification", - "Configuration block for the settings on audio input. See `audio_specification`.", + 'audioSpecification', + 'Configuration block for the settings on audio input. See `audio_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt ), new DynamicUIProps( InputType.Object, - "dtmfSpecification", - "Configuration block for the settings on DTMF input. See `dtmf_specification`.", + 'dtmfSpecification', + 'Configuration block for the settings on DTMF input. See `dtmf_specification`.', () => lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts index 5834ae08d..e1276d38c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification { // Time for which a bot waits after the customer stops speaking to assume the utterance is finished. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "Time for which a bot waits after the customer stops speaking to assume the utterance is finished.", + 'endTimeoutMs', + 'Time for which a bot waits after the customer stops speaking to assume the utterance is finished.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLengthMs", - "Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.", + 'maxLengthMs', + 'Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts index 650b11799..fffb3ce28 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification { // DTMF character that clears the accumulated DTMF digits and immediately ends the input. @@ -24,32 +24,32 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.String, - "deletionCharacter", - "DTMF character that clears the accumulated DTMF digits and immediately ends the input.", + 'deletionCharacter', + 'DTMF character that clears the accumulated DTMF digits and immediately ends the input.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endCharacter", - "DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.", + 'endCharacter', + 'DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "How long the bot should wait after the last DTMF character input before assuming that the input has concluded.", + 'endTimeoutMs', + 'How long the bot should wait after the last DTMF character input before assuming that the input has concluded.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLength", - "Maximum number of DTMF digits allowed in an utterance.", + 'maxLength', + 'Maximum number of DTMF digits allowed in an utterance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts index be0a40bdd..4f97ccec9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification { // Time for which a bot waits before re-prompting a customer for text input. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentConfirmationSettingPromptSpecificationPromptAt return [ new DynamicUIProps( InputType.Number, - "startTimeoutMs", - "Time for which a bot waits before re-prompting a customer for text input.", + 'startTimeoutMs', + 'Time for which a bot waits before re-prompting a customer for text input.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentDialogCodeHook.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentDialogCodeHook.ts index dd5d6a7bd..3bb19d324 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentDialogCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentDialogCodeHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentDialogCodeHook { // Enables the dialog code hook so that it processes user requests. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentDialogCodeHook_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables the dialog code hook so that it processes user requests.", + 'enabled', + 'Enables the dialog code hook so that it processes user requests.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHook.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHook.ts index 7fc6e81f0..d4a437186 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHook.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification'; export interface lex_V2modelsIntentFulfillmentCodeHook { // Configuration block for settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations. See `fulfillment_updates_specification`. @@ -32,7 +32,7 @@ export function lex_V2modelsIntentFulfillmentCodeHook_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "active", + 'active', "Whether the fulfillment code hook is used. When active is false, the code hook doesn't run.", () => [], false, @@ -40,16 +40,16 @@ export function lex_V2modelsIntentFulfillmentCodeHook_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether a Lambda function should be invoked to fulfill a specific intent.", + 'enabled', + 'Whether a Lambda function should be invoked to fulfill a specific intent.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fulfillmentUpdatesSpecification", - "Configuration block for settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations. See `fulfillment_updates_specification`.", + 'fulfillmentUpdatesSpecification', + 'Configuration block for settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations. See `fulfillment_updates_specification`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification_GetTypes(), false, @@ -57,8 +57,8 @@ export function lex_V2modelsIntentFulfillmentCodeHook_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Object, - "postFulfillmentStatusSpecification", - "Configuration block for settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations. See `post_fulfillment_status_specification`.", + 'postFulfillmentStatusSpecification', + 'Configuration block for settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations. See `post_fulfillment_status_specification`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.ts index d8543b002..171adc609 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification { // Whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the `start_response`, `update_response`, and `timeout_in_seconds` fields are required. @@ -32,8 +32,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "updateResponse", - "Configuration block for messages sent periodically to the user while the fulfillment Lambda function is running.", + 'updateResponse', + 'Configuration block for messages sent periodically to the user while the fulfillment Lambda function is running.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse_GetTypes(), false, @@ -41,16 +41,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Bool, - "active", - "Whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the `start_response`, `update_response`, and `timeout_in_seconds` fields are required.", + 'active', + 'Whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the `start_response`, `update_response`, and `timeout_in_seconds` fields are required.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "startResponse", - "Configuration block for the message sent to users when the fulfillment Lambda functions starts running.", + 'startResponse', + 'Configuration block for the message sent to users when the fulfillment Lambda functions starts running.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "Length of time that the fulfillment Lambda function should run before it times out.", + 'timeoutInSeconds', + 'Length of time that the fulfillment Lambda function should run before it times out.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse.ts index 013cc2fde..d99172965 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse { // Whether the user can interrupt the start message while it is playing. @@ -25,15 +25,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt the start message while it is playing.", + 'allowInterrupt', + 'Whether the user can interrupt the start message while it is playing.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "delayInSeconds", + 'delayInSeconds', "Delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.", () => [], false, @@ -41,8 +41,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See `message_group`.", + 'messageGroups', + 'Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup.ts index e093d167c..151111d68 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage.ts index 51dd22b33..61776c7d8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload.ts index 3bbcec736..91a9b835a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.ts index 96eb09fcc..1d5593e50 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton.ts index c65726845..29fd50de9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage.ts index d16a07898..07007da2b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage.ts index bb09f4766..3ecad5ab6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation.ts index 3e0148315..61f545b30 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload.ts index e274b0863..23ec8f224 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard.ts index 0e0114a00..bcba33631 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton.ts index 6c72ac2be..d9ae70c05 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage.ts index 92eab3322..3e8ad7a05 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage.ts index 360c61c0e..6deb03a8f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.ts index 794db6006..b600253f5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse { // Frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See `message_group`.", + 'messageGroups', + 'Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt the start message while it is playing.", + 'allowInterrupt', + 'Whether the user can interrupt the start message while it is playing.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "frequencyInSeconds", - "Frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.", + 'frequencyInSeconds', + 'Frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup.ts index 5bbc36306..c3b0157be 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage.ts index eba12e2ae..5d5e23730 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessage { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload.ts index f8b00e21a..c90c872af 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard.ts index a73a4f79d..0a1533db7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton.ts index 850b0257d..7f379523a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage.ts index cdc777820..43736fdf3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage.ts index 1c5f04d59..aec8b0b08 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation.ts index 5313cfbfb..8e4369563 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload.ts index 9fda1131a..2f2db27bb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard.ts index ac6aea4bd..037d1e773 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton.ts index bf8cb2299..67569a19d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage.ts index 921f19f29..a36f96caa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage.ts index 143b90fe3..27e425ae9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecifica return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification.ts index 9be64919e..2e787ccf8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecification { // Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed. See `failure_conditional`. @@ -75,8 +75,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "successResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.", + 'successResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse_GetTypes(), false, @@ -84,8 +84,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "timeoutConditional", - "Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.", + 'timeoutConditional', + 'Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional_GetTypes(), false, @@ -93,8 +93,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "successNextStep", - "Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.", + 'successNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep_GetTypes(), false, @@ -102,8 +102,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "timeoutResponse", - "Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.", + 'timeoutResponse', + 'Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse_GetTypes(), false, @@ -111,8 +111,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "successConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.", + 'successConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional_GetTypes(), false, @@ -120,8 +120,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "failureConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed. See `failure_conditional`.", + 'failureConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed. See `failure_conditional`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional_GetTypes(), false, @@ -129,8 +129,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "failureNextStep", - "Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed. See `failure_next_step`.", + 'failureNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed. See `failure_next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep_GetTypes(), false, @@ -138,8 +138,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "failureResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.", + 'failureResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse_GetTypes(), false, @@ -147,8 +147,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "timeoutNextStep", - "Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.", + 'timeoutNextStep', + 'Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional.ts index 37330780b..74678eb62 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditional { // Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch_GetTypes(), true, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch.ts index 35a423c2c..eedcd1178 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,8 +36,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse_GetTypes(), false, @@ -45,7 +45,7 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition_GetTypes(), @@ -54,16 +54,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition.ts index 6e03eb596..d3f04b1ff 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep.ts index 5b9b81f8b..0339e165a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts index 2cb80792a..1f0d186dd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent.ts index d7ec856ca..8ea8bf324 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts index 82ed97c24..faaa25ba6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts index 6577759e9..398147842 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse.ts index 5503936b8..9e0a7dbcc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts index 9afc53d98..3b67a99de 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts index 23ad87220..c3446f340 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 1062683c2..a2656acaf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index f0df10ad1..c98dee173 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index e045e6648..76e971da2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index ae616908a..adb159aae 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index d7e52436c..9466ba3ed 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts index e00576ae4..dec86c031 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index d55c88745..50cf58190 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index eef98cb27..1103adf84 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 887ec0287..ca24f9a6d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index d1b96e276..10d85384f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 1224d1992..f5be0e91e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch.ts index 4f0b1103b..48d6e4407 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep.ts index f7a83915f..421d09650 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts index 9a674c8be..3c521f840 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepDialogAction { // Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent.ts index 644f952d7..0141e783d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts index 6e7338bc3..90395c56f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts index 0dd7c5040..1593e4d59 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse.ts index 2639b1a7e..5cb1e799f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts index 4931aec80..c979248e7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts index 62f03003e..ec7d88819 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index c13f48159..3429e11cc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index bb75329f0..e0c428bc5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 4752df10d..cdaa96258 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 4b570c3cf..0375103b5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index bd88f06b0..16448c733 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts index 9cff8c335..aa9aea871 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 19d80571e..21a13e195 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index aff3d8008..59cc71b05 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 894be3ea2..656a4f124 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 736ce9a88..3777b56fa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 0168040fd..b59adc76d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep.ts index 61c692095..af8db36f5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction.ts index 287f7ea49..e278b3770 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent.ts index 09858031a..dc9092f9d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot.ts index 24ac7f6df..9fa357fc2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue.ts index 567cf6bb3..44a9aa0df 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse.ts index de4932093..7a79b8459 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup.ts index f041d5a91..d8a9c8a5d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage.ts index 48724cca3..2bea3d1fa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessage { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload.ts index f2b7a770a..024173c60 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts index 21130d2d3..440b82df1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts index 8b08876c6..3be487ee8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts index 4c4835d47..d18afd398 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts index 1157e7021..587c9d514 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation.ts index dc783a7a4..7c3a4f5e2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload.ts index f6ac2588f..3de2041f1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts index 796c81e58..1424060a7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts index 691d9ba76..e21f792dd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts index d12af6074..9d1839202 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts index c57de7176..ec51c9fb8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional.ts index d98c54210..9b2f11ec2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditional { // Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch.ts index 1296f5f46..7b7b37109 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,7 +36,7 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition_GetTypes(), @@ -45,16 +45,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes(), true, @@ -62,8 +62,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition.ts index 14d088f26..2669b75e9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep.ts index 40cd829b8..724ca0a49 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts index db8310eb6..2f8922f67 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts index 9f61239e5..84625372f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts index 4c39f3da9..bd7ac01e6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts index 656380307..7604ca48d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse.ts index 1baeba109..fe9ea0def 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts index 66c4c8a2a..89e4300b0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts index 96749034f..51963ede1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 31d695f8d..12b998f6c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index ce674287d..089c66900 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index fd18defc9..09782eda9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 983a40465..628fff226 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 2d9c6f3f6..272036f61 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts index e254fecd2..a14048ea9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 68591202b..54389b932 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 334bde143..017254fc7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 06e6ba10a..df160bf15 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index d209e80a7..f55000b85 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 0d7368a8d..91a1d939e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch.ts index c851f96af..da3df1a32 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep.ts index f5aa6dec6..d2ea99831 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts index 6f561ab81..0336e1fe1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts index c9562821a..ee73ec050 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts index 6b72f80e6..ab55f8b5d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts index 2241f2050..579dbb7b6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse.ts index 1b51ba73f..0d1c17ff8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts index 35171c5f2..78196a0af 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts index c372ac1cc..9a9cda0f7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 10b90f0d6..e6ef2f408 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index e6fa82280..56d766d9b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 6b1817b02..df8860969 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 371e01942..c365efba4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 5703da8cc..1211c2be3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts index 02aaee9a6..2c737a7c7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 07c58e3c1..6f282643d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 4f78280ce..980fd6d43 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 325be830e..645e1e713 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index ed3496129..e0f6d5d08 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 56e8bce53..fafd20733 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep.ts index 37c7cacf7..2ddb25686 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction.ts index 7be7d2ede..180d8f00b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent.ts index 213378e43..641e19a77 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot.ts index 19989d12e..f6c64cac0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue.ts index ad8dfaf2e..5ce13035e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.ts index 70e71ef3e..8a58eef43 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup.ts index e2b5d3e95..6792c0794 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage.ts index d0de92bcd..866cfc024 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts index e5162f617..f00e3fe66 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts index 942dc88b6..f70625c17 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts index 957d53815..7bd340ba2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts index 4099ee9b1..6584493eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts index aff6980f2..405982b96 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation.ts index 9b3625954..ff9e05502 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts index e99e28a97..6c05c10ec 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts index 742b82460..504077a4e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts index b4188e74a..43128f903 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts index 1f2d09ee2..185b2e9d2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts index 65cc21a5a..74fcb4f69 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional.ts index cad66672d..e8fe8d2d3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch.ts index 3ae785142..3e3372939 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranch { // Name of the branch. @@ -36,8 +36,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes(), false, @@ -45,7 +45,7 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes(), @@ -54,16 +54,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition.ts index bcff7c09a..6f85c8cab 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep.ts index 4140519ef..80454f0a4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts index 9ba73d559..a1e385f27 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts index 1640a4ead..37896fb45 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts index 293d6a5d8..90756093d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts index 0fb644b6f..415dd2bd7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse.ts index f11793766..497663837 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts index 7a880c1da..433d84f9e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts index f029fa94e..4e630ff3c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 8ce0b208a..ee8b7aa96 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 83f4bb299..1ec30c652 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index e7c9a12d3..cd42ddb59 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 063b98bf6..393c54ca7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index e820acb48..85e2e61d2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts index 2ca3f1c8a..797f61255 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 7eed68a44..b100fb463 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 9b0879412..8935220c0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 3d640f861..e803999a4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index ace43ece9..0238f7fd9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index c5524fdd5..9676268bc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch.ts index 1556b9d7b..adbbfc224 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep.ts index 545c0d9f1..b965f1973 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts index d979c2a07..066c70bd1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts index 7919f67c1..2e9899735 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts index dd0d57e96..a73c65c4a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts index 4910e93c8..d63032064 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse.ts index fc34e47d3..d1b737ab2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts index 590afcf08..d179b05d4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts index baa3843c6..2d30d9698 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index fa5e48335..e0fd749bd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 0e47a99fc..ab1bd6065 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 420a6004a..cea695437 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 4f47c455c..2a1022dde 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 04fdad3b1..e91381cde 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts index 19c51f479..c439f1de7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 956b64f71..0e4db7e77 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 99ff16828..103ca2c7f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 66f726de2..80924bb6b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index e77d77059..eeae06e01 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index d19bb9700..35ff212a3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep.ts index ba739679d..72fb713c6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction.ts index 6c2f561e5..8d8b248af 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent.ts index f1c49da12..a1c680723 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntent { // Name of the intent. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot.ts index 9bc7eb69e..9c25afe8a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue.ts index 19b12e556..3a584c77d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse.ts index cd6451761..bfc75e983 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup.ts index 318efff2d..b8acd218d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage.ts index d80b21955..5fb3e7022 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts index fd153f249..e3409f598 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts index 4feb4b072..3d30fcce5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts index eee4e306b..43c1d789c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts index a496a4ecc..43ecd93ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts index d9b0528b1..a3c65537d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation.ts index b335dfe7d..46f2530cc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts index 574d5b6d8..d7671d754 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts index c4765551d..c19c8726d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts index cf710e146..dce5a6982 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts index 88311fa18..5b6183ae6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts index d75a0606e..718e808e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecif return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSetting.ts index 6dfe4848b..6d8542920 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSetting.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHook, lex_V2modelsIntentInitialResponseSettingCodeHook_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHook"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHook'; import { lex_V2modelsIntentInitialResponseSettingConditional, lex_V2modelsIntentInitialResponseSettingConditional_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditional"; +} from './lex_V2modelsIntentInitialResponseSettingConditional'; import { lex_V2modelsIntentInitialResponseSettingInitialResponse, lex_V2modelsIntentInitialResponseSettingInitialResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponse"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponse'; import { lex_V2modelsIntentInitialResponseSettingNextStep, lex_V2modelsIntentInitialResponseSettingNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingNextStep'; export interface lex_V2modelsIntentInitialResponseSetting { // Configuration block for the dialog code hook that is called by Amazon Lex at a step of the conversation. See `code_hook`. @@ -40,32 +40,32 @@ export function lex_V2modelsIntentInitialResponseSetting_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "codeHook", - "Configuration block for the dialog code hook that is called by Amazon Lex at a step of the conversation. See `code_hook`.", + 'codeHook', + 'Configuration block for the dialog code hook that is called by Amazon Lex at a step of the conversation. See `code_hook`.', () => lex_V2modelsIntentInitialResponseSettingCodeHook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "conditional", - "Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `conditional`.", + 'conditional', + 'Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `conditional`.', () => lex_V2modelsIntentInitialResponseSettingConditional_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "initialResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `initial_response`.", + 'initialResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `initial_response`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingNextStep_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHook.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHook.ts index 0ddc0cf35..f75d47af1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHook.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHook.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification'; export interface lex_V2modelsIntentInitialResponseSettingCodeHook { // Whether a dialog code hook is used when the intent is activated. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHook_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "postCodeHookSpecification", - "Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See `post_code_hook_specification`.", + 'postCodeHookSpecification', + 'Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See `post_code_hook_specification`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification_GetTypes(), true, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHook_GetTypes(): Dyn ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a dialog code hook is used when the intent is activated.", + 'active', + 'Whether a dialog code hook is used when the intent is activated.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableCodeHookInvocation", - "Whether a Lambda function should be invoked for the dialog.", + 'enableCodeHookInvocation', + 'Whether a Lambda function should be invoked for the dialog.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "invocationLabel", - "Label that indicates the dialog step from which the dialog code hook is happening.", + 'invocationLabel', + 'Label that indicates the dialog step from which the dialog code hook is happening.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification.ts index ad1c66b64..98b4cd78f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecification { // Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See `failure_next_step`. @@ -75,8 +75,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "failureNextStep", - "Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See `failure_next_step`.", + 'failureNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed . See `failure_next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep_GetTypes(), false, @@ -84,8 +84,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "failureResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.", + 'failureResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `failure_response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse_GetTypes(), false, @@ -93,8 +93,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "timeoutResponse", - "Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.", + 'timeoutResponse', + 'Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See `timeout_response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse_GetTypes(), false, @@ -102,8 +102,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "successConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.", + 'successConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See `success_conditional`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional_GetTypes(), false, @@ -111,8 +111,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "successNextStep", - "Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.", + 'successNextStep', + 'Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See `success_next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep_GetTypes(), false, @@ -120,8 +120,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "successResponse", - "Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.", + 'successResponse', + 'Configuration block for message groups that Amazon Lex uses to respond the user input. See `success_response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse_GetTypes(), false, @@ -129,8 +129,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "failureConditional", - "Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.", + 'failureConditional', + 'Configuration block for conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional_GetTypes(), false, @@ -138,8 +138,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "timeoutConditional", - "Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.", + 'timeoutConditional', + 'Configuration block for conditional branches to evaluate if the code hook times out. See `timeout_conditional`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional_GetTypes(), false, @@ -147,8 +147,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "timeoutNextStep", - "Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.", + 'timeoutNextStep', + 'Configuration block for the next step that the bot runs when the code hook times out. See `timeout_next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional.ts index c8cae3bd3..e171868fb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch_GetTypes(), true, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts index c2201f951..676527919 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,8 +36,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse_GetTypes(), false, @@ -45,7 +45,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition_GetTypes(), @@ -54,16 +54,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts index 61d35a351..56467f107 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts index 3154b9407..9b9b1faf4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts index 8ab300872..f576f8b64 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts index ece73e195..b7f21c1a0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts index 8a48de451..df05a576b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlot { // Configuration block for the current value of the slot. See `value`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts index 61ad360b1..bc444be56 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts index a88cc000f..8d52250e6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts index aa049c9b5..29a00330a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts index 1f43c0c13..9dd3ad5ac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 92d3fd2a7..bf7feba6c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 2cef736fe..4a60096e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 6d29471da..5c78adf01 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 590653f0d..73ab351b8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 1cccc1efb..c840fec5a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts index 4873b7897..9ae945ddc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index c2bf76301..697c3bd0e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 8becc2c46..c7e8c189a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 6dfb21f86..52177237c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index d4a1e9b4d..ccd6f3e5b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 61562b01e..7de12cda4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts index d62add53d..2343c77d3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts index ef35e7dc5..ae0912385 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts index c47b5e512..a4222359a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts index 0cb4b6e6f..99e2dc785 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts index 92887f12b..64efb0d5f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts index 8e6e2a9dc..0e2102a4c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts index 2a0b31785..ff4e36dcc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts index 629f8fb97..8f52558d7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts index 137256419..5a1e6e304 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 42a51fd1b..5005a7879 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 59b0d9ab5..15821930d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 5db13d431..b392b1e03 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index fa0845cb5..733a06732 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index adac1095c..3165aa4c7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts index f5098baa1..92e8ed77f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index c7a8cb421..5c992180b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index cb74b6750..425bb0f7f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 944fbaf05..156d00286 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 13002e585..a153f05cb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index cfdf0b301..f1b85129e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts index c368aff55..4a6e28b48 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts index a8eac4e6b..0efa87bc4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepDialogAction { // Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts index fb51344cf..6bf8cd222 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntent { // Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts index 4006536c6..aa21b3fc1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts index 122869925..e0cec7b67 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse.ts index b86c26aa6..199aa1769 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts index 8f01a6696..e047c03da 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts index 7c501fae2..22d9fe51f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts index 76ae2ff5a..662205497 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts index d0feaf4d1..0504b026e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts index 5f96f79e3..7ee29a42c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardButton { // Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts index c19c7a027..e5338035f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts index 448cbbe8d..138aa35b9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts index 5b61631a1..0e9a4ed73 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts index 88ea0c55f..1b88dc814 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts index 103006372..eef2cb6ec 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts index 091172a80..07b1dca58 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts index 10e0b110c..519319469 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts index 330c1b12f..835472842 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts index 2687f4f69..b4b2f43e8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditional { // Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch_GetTypes(), true, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts index 04c68d586..b05d90950 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,7 +36,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition_GetTypes(), @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep_GetTypes(), true, @@ -62,8 +62,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts index c8a18e686..4f2b1a472 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts index eb261747f..aad623c26 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts index fc7bdf9b3..992abb3de 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts index 2d02c976e..fdcdca30d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts index e8edd1a70..0e150f6b6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts index ca4ddd619..c2c263f29 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts index 65860bfec..fdf31d67b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts index a5bb04f5f..862b548bc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts index 9f3ecfea9..7935280cc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 06d196dcc..975139cfd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 197713e59..40801636e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 476feb087..8bd4319c5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 087651f94..e36159a63 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 288755f2d..60e84e674 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts index bc6cf5a45..41a838b8f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index 4a29802a5..819ad80d8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index dfe561f3c..665c15c82 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 4b9d6d2a6..500d5d96e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 7529b068c..b2916089a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 9cd5390f2..3b19d064d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts index 402688c95..4a023159b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts index 9affe2562..90e5ae0f0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts index d5b07d967..49c874b92 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts index 217a54c41..d638084f5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntent { // Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts index d18acd5a7..b1ef81b02 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts index 470380d50..309da0cdd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts index 6fb75979a..66f22373c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts index 915e0ba2b..f8c711157 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroup { // Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts index f8b115c0c..fb6b82d4a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index d30ac2af1..f8edc1565 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 7238c6a34..8ec731725 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 8e3fc88b3..748880203 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index 1a01483bf..60dfa7b9c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 9ff4bddae..3be98f08d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts index 55dc63ff1..758552383 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index ba6ae303b..5a7f17e15 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 1e930512c..06bba36ab 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 551493377..780a06f2d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 0e44e2329..18bf20ec7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index 2a96b23f6..c010db1fd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts index 36d85b33e..1b51432ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts index e6ffc631c..2ca8e7d9f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts index 8e8825c73..44c7b7140 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts index 9163f1193..7b28f9548 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlot { // Configuration block for the current value of the slot. See `value`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts index a97b23de9..e00604ecf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts index 3d682bec6..866cbcf91 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts index 57add8eb0..5e15d0055 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts index 631255e17..10fbd47e4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts index aae2b0885..aa5f63ea2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts index 9c287afea..5cd9051ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts index 44bc54910..67ba77446 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts index e8f12148a..a31addba5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts index eaae92c49..3eb182281 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts index 29d58c4ab..edcc29b17 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts index e5742e892..21d8b4b32 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts index 7b66c399c..209c8a3fe 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts index 8f57f1c6d..7ffb49fd9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts index 0b1113fcb..11780c1eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts index 75a1b8098..facfd044e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationSuccessResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts index 677726e64..699a25bc4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditional { // Whether a conditional branch is active. When active is false, the conditions are not evaluated. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch_GetTypes(), true, @@ -47,8 +47,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts index 4d5a25ee7..e3034bb30 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranch { // Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`. @@ -36,7 +36,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition_GetTypes(), @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep_GetTypes(), true, @@ -62,8 +62,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts index 3cd39ea05..bd05bbd0a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts index 661a205b7..49e2ed035 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts index a55175dd2..77fa5ecf7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts index 41fed0413..b8980b93c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts index 3abacc988..4e1b0142e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlot { // When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts index dc06846cc..693b68c05 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts index 0e32ac5e2..4e3ac8581 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts index 48e101cf1..57a2e8a6b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts index 530a02729..7ae42d782 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 44474ce59..337216c5a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index e640e3037..930b56940 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index aeda18d67..bf0ccbf88 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index 216fd2dfe..fab84b1a7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 179293397..2df8cb6ca 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts index fbf0d3ce3..279b1ab52 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index c0f171918..cc9a36b6d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 51a50814e..277e75f1b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index 3bd55b768..241c46690 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index c71450c0e..1cb4722cf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index 6a4c6252d..fe3398c46 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts index c048cf336..3c121c275 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts index 2269a8424..2eb7dd2e0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStep { // Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts index 8dabb009f..82af04d4f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts index e4f64458d..4dabc2ea0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntent { // Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`. @@ -22,7 +22,7 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot_GetTypes(), @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts index ee35d0f5d..af2709d9a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,16 +25,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -42,8 +42,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts index 2565a2467..150e7bc53 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts index ebec32938..75381e091 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts index 22533e33e..c8084dded 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts index 5272c53b4..a5479934e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index 30ea0c854..68a6b7bac 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index 633b0abfc..7c988d173 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 2f55c9fc1..7d566b24b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index afc17ee9b..9b2cf47f1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index 615ebb7c8..a77272cff 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts index 69cf184cf..77bbb95dc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 91b6a8ea4..0ae30900b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index 590e455fb..643febf00 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,24 +28,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 25c0a3929..270af36ee 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 050f2a75b..6a0d7cd11 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index cdc0f5049..8ba8eb153 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts index 222c6e42b..7bf398a8a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts index 4094d2590..7996afd88 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts index 9430498d6..a39088411 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts index e2d0d287d..307768d1f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts index 2fbc487e1..e30dbed08 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts index 9f3e04671..6c4f9cd0e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts index f509cc8aa..00dd9406b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts index 6c48abaab..c2497ca5f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessage { // Configuration block for a message in plain text format. See `plain_text_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts index 49fa91ef2..8bd963fd4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts index 250e53cd2..9580a8885 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts index bad5006a8..6f042d623 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts index 447fa9e95..26fd3fe1d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts index 64cd6b1cc..743d87dc1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts index aa91c0d8f..e9ec29adf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariation { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts index cf548fdbf..61276a111 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts index 2187c4eec..bfba422e8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts index cc64dc740..c7e3654a4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts index 945025e6d..00a250ded 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts index 47eaba1bd..bfa44e3c5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpec return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditional.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditional.ts index 5cd26fd83..d1aab90db 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditional.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditional.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch'; export interface lex_V2modelsIntentInitialResponseSettingConditional { // Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditional_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "defaultBranch", - "Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.", + 'defaultBranch', + 'Configuration block for the conditional branch that should be followed when the conditions for other branches are not satisfied. A branch is made up of a condition, a response and a next step. See `default_branch`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch_GetTypes(), true, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditional_GetTypes(): ), new DynamicUIProps( InputType.Bool, - "active", - "Whether a conditional branch is active. When active is false, the conditions are not evaluated.", + 'active', + 'Whether a conditional branch is active. When active is false, the conditions are not evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditionalBranches", - "Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.", + 'conditionalBranches', + 'Configuration blocks for conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. See `conditional_branch`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch.ts index 7f90955ff..747a683ff 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranch { // Name of the branch. @@ -36,16 +36,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the branch.", + 'name', + 'Name of the branch.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep_GetTypes(), true, @@ -53,8 +53,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse_GetTypes(), false, @@ -62,7 +62,7 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', "Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See `condition`.", () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition.ts index 2b71b74ab..3fc41b8ed 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition { // Expression string that is evaluated. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "expressionString", - "Expression string that is evaluated.", + 'expressionString', + 'Expression string that is evaluated.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep.ts index 6269a4ee2..bb5bec0de 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,8 +29,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction.ts index dcf4d316c..f1d355360 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepDialogAction { // Whether the next message for the intent is _not_ used. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent.ts index d88fdf6d4..29047bd47 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot.ts index a281840bd..71e96d342 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue.ts index 18aa8dff3..5aed74652 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse.ts index 7b7eae333..f7113c923 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup.ts index d3d832ff3..df03f0b7e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage.ts index 5f49b452e..a8be38209 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts index 0029144d1..f74ce060b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts index 58cc4922d..abe1cd51f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts index 02b389555..79455e060 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts index ed921f4fe..8c751d99d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts index 2d6afc9bc..5eed8c881 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation.ts index aafcadf93..f38373873 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts index c9ec800eb..0b2c1d053 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts index 51fde7763..2441b7a06 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCard { // URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts index a0809bbf6..222738eef 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts index 2027bb902..3a06635e5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts index a9a0f8a07..a9835f62b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalConditionalBr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch.ts index 3aa83df28..27cb8972c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch { // Configuration block for the next step in the conversation. See `next_step`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Object, - "response", - "Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.", + 'response', + 'Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See `response`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse_GetTypes(), false, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "nextStep", - "Configuration block for the next step in the conversation. See `next_step`.", + 'nextStep', + 'Configuration block for the next step in the conversation. See `next_step`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep.ts index 75225e50a..0b19c9865 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStep { // Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application. @@ -29,16 +29,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction.ts index 2be6f2242..a5d7454c9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent.ts index 48890ed75..c0405a812 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntent { // Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot.ts index 69b961566..2875cc078 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,8 +25,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue_GetTypes(), false, @@ -34,16 +34,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue.ts index 164fe8e4a..28c44f792 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse.ts index 30ba8ee69..c5a735fbe 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponse { // Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`. @@ -22,8 +22,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup.ts index 326eb7365..04e1a4676 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage.ts index 69654e022..224d75284 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessage { // Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts index f778c6f93..3f2cc43ff 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts index cb5a1f917..88d58ce0f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts index 2ef821562..c6361b2c1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts index b3c39350b..b343ffb71 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts index b233ec46f..82cfcb710 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation.ts index a338fb8e6..dfb29f217 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariation { // Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts index 4805a1e0a..95b7064fd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts index c390da52e..19a2895c7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard { // Title to display on the response card. The format of the title is determined by the platform displaying the response card. @@ -28,16 +28,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts index 0077c2756..c440c8987 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts index 62751b33f..3f25fa295 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts index e46ab7c18..2f08a2c9b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingConditionalDefaultBranch return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponse.ts index 3d3dc2a6f..05514dfdc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponse { // Whether the user can interrupt a speech response from Amazon Lex. @@ -22,16 +22,16 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponse_GetTypes return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "Whether the user can interrupt a speech response from Amazon Lex.", + 'allowInterrupt', + 'Whether the user can interrupt a speech response from Amazon Lex.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.", + 'messageGroups', + 'Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See `message_group`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup.ts index bdca1f36a..ef07b8ee6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroup { // Configuration block for the primary message that Amazon Lex should send to the user. See `message`. @@ -26,8 +26,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.Object, - "message", - "Configuration block for the primary message that Amazon Lex should send to the user. See `message`.", + 'message', + 'Configuration block for the primary message that Amazon Lex should send to the user. See `message`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Array, - "variations", - "Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.", + 'variations', + 'Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage.ts index 28e338ce7..bc24a9943 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessage { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload.ts index b7bc6c5a2..ff7a94208 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard.ts index b2040fb1e..2f2f507c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCard { // Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`. @@ -28,8 +28,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton.ts index 66b9b11be..429820424 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage.ts index 16b74754d..04b958125 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessagePlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage.ts index 6d787c2cf..39969af6b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupMessageSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation.ts index 4c298e91f..3c44ebeb8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariation { // Configuration block for a message in a custom format defined by the client application. See `custom_payload`. @@ -40,8 +40,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.Object, - "customPayload", - "Configuration block for a message in a custom format defined by the client application. See `custom_payload`.", + 'customPayload', + 'Configuration block for a message in a custom format defined by the client application. See `custom_payload`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.", + 'imageResponseCard', + 'Configuration block for a message that defines a response card that the client application can show to the user. See `image_response_card`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "Configuration block for a message in plain text format. See `plain_text_message`.", + 'plainTextMessage', + 'Configuration block for a message in plain text format. See `plain_text_message`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.", + 'ssmlMessage', + 'Configuration block for a message in Speech Synthesis Markup Language (SSML). See `ssml_message`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload.ts index be571e357..5a45bf1a2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationCustomPayload { // String that is sent to your application. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "String that is sent to your application.", + 'value', + 'String that is sent to your application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard.ts index 720cb897d..d9c546004 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCard { // Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. @@ -28,32 +28,32 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "imageUrl", - "URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.", + 'imageUrl', + 'URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.", + 'subtitle', + 'Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Title to display on the response card. The format of the title is determined by the platform displaying the response card.", + 'title', + 'Title to display on the response card. The format of the title is determined by the platform displaying the response card.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buttons", - "Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.", + 'buttons', + 'Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.', () => lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton.ts index 0fb4fca31..cc63d4e49 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationImageResponseCardButton { // Text that appears on the button. Use this to tell the user what value is returned when they choose this button. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "text", - "Text that appears on the button. Use this to tell the user what value is returned when they choose this button.", + 'text', + 'Text that appears on the button. Use this to tell the user what value is returned when they choose this button.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.", + 'value', + 'Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage.ts index fa093f810..31759775d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationPlainTextMessage { // Message to send to the user. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "Message to send to the user.", + 'value', + 'Message to send to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage.ts index 917387f3f..ba3a4dff9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGroupVariationSsmlMessage { // SSML text that defines the prompt. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingInitialResponseMessageGr return [ new DynamicUIProps( InputType.String, - "value", - "SSML text that defines the prompt.", + 'value', + 'SSML text that defines the prompt.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStep.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStep.ts index 310b78757..9342f92c8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStep.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStep.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingNextStepDialogAction, lex_V2modelsIntentInitialResponseSettingNextStepDialogAction_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingNextStepDialogAction"; +} from './lex_V2modelsIntentInitialResponseSettingNextStepDialogAction'; import { lex_V2modelsIntentInitialResponseSettingNextStepIntent, lex_V2modelsIntentInitialResponseSettingNextStepIntent_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingNextStepIntent"; +} from './lex_V2modelsIntentInitialResponseSettingNextStepIntent'; export interface lex_V2modelsIntentInitialResponseSettingNextStep { // Configuration block for override settings to configure the intent state. See `intent`. @@ -29,24 +29,24 @@ export function lex_V2modelsIntentInitialResponseSettingNextStep_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "intent", - "Configuration block for override settings to configure the intent state. See `intent`.", + 'intent', + 'Configuration block for override settings to configure the intent state. See `intent`.', () => lex_V2modelsIntentInitialResponseSettingNextStepIntent_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "sessionAttributes", - "Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.", + 'sessionAttributes', + 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dialogAction", - "Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.", + 'dialogAction', + 'Configuration block for action that the bot executes at runtime when the conversation reaches this step. See `dialog_action`.', () => lex_V2modelsIntentInitialResponseSettingNextStepDialogAction_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepDialogAction.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepDialogAction.ts index 190b9fdb4..54af7ead4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepDialogAction.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepDialogAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingNextStepDialogAction { // If the dialog action is `ElicitSlot`, defines the slot to elicit from the user. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentInitialResponseSettingNextStepDialogAction_Get return [ new DynamicUIProps( InputType.String, - "slotToElicit", - "If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.", + 'slotToElicit', + 'If the dialog action is `ElicitSlot`, defines the slot to elicit from the user.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "suppressNextMessage", - "Whether the next message for the intent is _not_ used.", + 'suppressNextMessage', + 'Whether the next message for the intent is _not_ used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.", + 'type', + 'Action that the bot should execute. Valid values are `ElicitIntent`, `StartIntent`, `ElicitSlot`, `EvaluateConditional`, `InvokeDialogCodeHook`, `ConfirmIntent`, `FulfillIntent`, `CloseIntent`, `EndConversation`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntent.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntent.ts index c18b92963..36b37d673 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntent.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntent.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot, lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot"; +} from './lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot'; export interface lex_V2modelsIntentInitialResponseSettingNextStepIntent { // Name of the intent. @@ -22,15 +22,15 @@ export function lex_V2modelsIntentInitialResponseSettingNextStepIntent_GetTypes( return [ new DynamicUIProps( InputType.String, - "name", - "Name of the intent.", + 'name', + 'Name of the intent.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "slots", + 'slots', "Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.", () => lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot.ts index 19cfc7fa4..1ba9d74c4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue, lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue_GetTypes, -} from "./lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue"; +} from './lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue'; export interface lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot { // Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`. @@ -25,24 +25,24 @@ export function lex_V2modelsIntentInitialResponseSettingNextStepIntentSlot_GetTy return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.", + 'mapBlockKey', + 'Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shape", - "When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.", + 'shape', + 'When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "value", - "Configuration block for the current value of the slot. See `value`.", + 'value', + 'Configuration block for the current value of the slot. See `value`.', () => lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue.ts index 9807401a7..e12d0c131 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue { // Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInitialResponseSettingNextStepIntentSlotValue_ return [ new DynamicUIProps( InputType.String, - "interpretedValue", - "Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.", + 'interpretedValue', + 'Value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInputContext.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInputContext.ts index cf3dceabd..8492d1f95 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentInputContext.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentInputContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentInputContext { // Name of the context. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentInputContext_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the context.", + 'name', + 'Name of the context.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentKendraConfiguration.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentKendraConfiguration.ts index 60d99e02c..45e2424ee 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentKendraConfiguration.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentKendraConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentKendraConfiguration { // Query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see [Filtering queries](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html). @@ -21,24 +21,24 @@ export function lex_V2modelsIntentKendraConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "kendraIndex", - "ARN of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.", + 'kendraIndex', + 'ARN of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "queryFilterString", - "Query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see [Filtering queries](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html).", + 'queryFilterString', + 'Query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see [Filtering queries](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "queryFilterStringEnabled", - "Whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.", + 'queryFilterStringEnabled', + 'Whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentOutputContext.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentOutputContext.ts index 79a7d7c93..6951c3a11 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentOutputContext.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentOutputContext.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentOutputContext { // Name of the output context. @@ -21,24 +21,24 @@ export function lex_V2modelsIntentOutputContext_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the output context.", + 'name', + 'Name of the output context.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeToLiveInSeconds", - "Amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.", + 'timeToLiveInSeconds', + 'Amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "turnsToLive", - "Number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.", + 'turnsToLive', + 'Number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentSampleUtterance.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentSampleUtterance.ts index df419f81e..840cf1505 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentSampleUtterance.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentSampleUtterance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentSampleUtterance { // Sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents. @@ -15,8 +15,8 @@ export function lex_V2modelsIntentSampleUtterance_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "utterance", - "Sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.", + 'utterance', + 'Sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentSlotPriority.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentSlotPriority.ts index 4d0ed67ee..97c095d00 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentSlotPriority.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentSlotPriority.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentSlotPriority { // Unique identifier of the slot. @@ -18,16 +18,16 @@ export function lex_V2modelsIntentSlotPriority_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "slotId", - "Unique identifier of the slot.", + 'slotId', + 'Unique identifier of the slot.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority that Amazon Lex should apply to the slot.", + 'priority', + 'Priority that Amazon Lex should apply to the slot.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsIntentTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsIntentTimeouts.ts index f7ee1a026..02eea9c38 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsIntentTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsIntentTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsIntentTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function lex_V2modelsIntentTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function lex_V2modelsIntentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function lex_V2modelsIntentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotMultipleValuesSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotMultipleValuesSetting.ts index 222cc2355..96f41d9f0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotMultipleValuesSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotMultipleValuesSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotMultipleValuesSetting { // Whether a slot can return multiple values. When `true`, the slot may return more than one value in a response. When `false`, the slot returns only a single value. Multi-value slots are only available in the `en-US` locale. @@ -15,8 +15,8 @@ export function lex_V2modelsSlotMultipleValuesSetting_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "allowMultipleValues", - "Whether a slot can return multiple values. When `true`, the slot may return more than one value in a response. When `false`, the slot returns only a single value. Multi-value slots are only available in the `en-US` locale.", + 'allowMultipleValues', + 'Whether a slot can return multiple values. When `true`, the slot may return more than one value in a response. When `false`, the slot returns only a single value. Multi-value slots are only available in the `en-US` locale.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotObfuscationSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotObfuscationSetting.ts index bf215562c..04b17d40e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotObfuscationSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotObfuscationSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotObfuscationSetting { // Whether Amazon Lex obscures slot values in conversation logs. Valid values are `DefaultObfuscation` and `None`. @@ -15,8 +15,8 @@ export function lex_V2modelsSlotObfuscationSetting_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "obfuscationSettingType", - "Whether Amazon Lex obscures slot values in conversation logs. Valid values are `DefaultObfuscation` and `None`.", + 'obfuscationSettingType', + 'Whether Amazon Lex obscures slot values in conversation logs. Valid values are `DefaultObfuscation` and `None`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSetting.ts index 2c01b4e3b..406aeb0ea 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecification'; export interface lex_V2modelsSlotSubSlotSetting { // @@ -22,16 +22,16 @@ export function lex_V2modelsSlotSubSlotSetting_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "slotSpecifications", - "", + 'slotSpecifications', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "expression", - "", + 'expression', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecification.ts index 7a15072f8..62432804f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecification { // @@ -29,24 +29,24 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecification_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "", + 'mapBlockKey', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "slotTypeId", - "Unique identifier for the slot type associated with this slot.", + 'slotTypeId', + 'Unique identifier for the slot type associated with this slot.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "valueElicitationSettings", - "Prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.\n\nThe following arguments are optional:", + 'valueElicitationSettings', + 'Prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.\n\nThe following arguments are optional:', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting.ts index c7d1b71b2..8e80178a2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "promptSpecification", - "", + 'promptSpecification', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification_GetTypes(), true, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "sampleUtterances", - "", + 'sampleUtterances', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "waitAndContinueSpecifications", - "", + 'waitAndContinueSpecifications', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "defaultValueSpecifications", - "", + 'defaultValueSpecifications', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification.ts index 157c7eafa..f07d16022 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification { // @@ -19,8 +19,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "defaultValueLists", - "", + 'defaultValueLists', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts index 79b01cc35..f4be53521 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueList { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "defaultValue", - "", + 'defaultValue', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification.ts index ab54d98c6..e71bf0d23 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification { // @@ -35,8 +35,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup_GetTypes(), false, @@ -44,16 +44,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "messageSelectionStrategy", - "", + 'messageSelectionStrategy', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "promptAttemptsSpecifications", - "", + 'promptAttemptsSpecifications', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes(), false, @@ -61,16 +61,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "", + 'maxRetries', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup.ts index e7c75a9b3..cb4a3f162 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage.ts index 668b80059..a4a78f594 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts index 2929722c6..91975dce8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts index 23d2b0a5f..cb46d4667 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts index 08a3e111a..db9a01d19 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts index 15acc77aa..0134747c3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts index 4d74b378e..096a39269 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation.ts index f5d949eba..beeb7eddd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts index ba4c5c8ba..3513370d3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts index bc4231fa6..ccae11c97 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts index 72f1a39e7..0b72c3eb2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts index 5046e8229..1a9d9e8b0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts index ff2625a55..304b5b192 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts index b4a33d54f..81ac88497 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecification { // @@ -39,16 +39,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "mapBlockKey", - "", + 'mapBlockKey', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "textInputSpecification", - "", + 'textInputSpecification', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes(), false, @@ -56,16 +56,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "allowedInputTypes", - "", + 'allowedInputTypes', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes(), true, @@ -73,8 +73,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "audioAndDtmfInputSpecification", - "", + 'audioAndDtmfInputSpecification', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts index ea84bfba1..5d4910ce1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes { // @@ -18,16 +18,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Bool, - "allowDtmfInput", - "", + 'allowDtmfInput', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowAudioInput", - "", + 'allowAudioInput', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts index ea31b6c1c..ac65b3339 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification { // @@ -29,8 +29,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "audioSpecification", - "", + 'audioSpecification', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "dtmfSpecification", - "", + 'dtmfSpecification', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Number, - "startTimeoutMs", - "", + 'startTimeoutMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts index ef741a485..5ef6084dd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification { // @@ -18,16 +18,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "", + 'endTimeoutMs', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLengthMs", - "", + 'maxLengthMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts index 5d0cec50e..0a9cf2c7a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification { // @@ -24,32 +24,32 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "deletionCharacter", - "", + 'deletionCharacter', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endCharacter", - "", + 'endCharacter', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "", + 'endTimeoutMs', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLength", - "", + 'maxLength', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts index 8b1ef7d8c..df46a40f0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Number, - "startTimeoutMs", - "", + 'startTimeoutMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance.ts index f7fcd20d6..9f2b336be 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "utterance", - "", + 'utterance', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification.ts index c5f3f4c97..c1e360031 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification { // @@ -36,18 +36,18 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "waitingResponses", - "", + 'waitingResponses', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "active", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'active', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "continueResponses", - "", + 'continueResponses', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse_GetTypes(), false, @@ -55,8 +55,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "stillWaitingResponses", - "", + 'stillWaitingResponses', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts index efb0461af..c912d8719 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponse { // @@ -22,16 +22,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts index e140a39c3..eed44416b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts index afee1cf64..07f21d616 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts index 427009803..c0f4fecee 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts index af579e28c..57a40ce73 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts index 3c67034cd..bfd53617d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts index abf3fefb4..fd4768d3a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts index bd4d4e0eb..8fa18061f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts index 1dc2e2f7b..0305103b9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts index dc1701d4d..eef370f3e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts index a42ee5d97..78b8684b5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts index b2be6ddda..27b1a9c1b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts index ae471809c..209dbf594 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts index cfdc672d1..5fb075270 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts index 33e2c31c1..0afd6d4eb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse { // @@ -28,16 +28,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Number, - "frequencyInSeconds", - "", + 'frequencyInSeconds', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup_GetTypes(), false, @@ -45,16 +45,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "", + 'timeoutInSeconds', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts index feb781831..491eb1fbb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts index 62f5693eb..318a8ed24 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts index 31c7cd644..c97c9fa4d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts index 7bb609c28..aa01e681e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard { // @@ -28,17 +28,17 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts index baec60f7e..e1b3b5fc9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts index e9c05c9d9..d49b17feb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts index 88168e0a8..fa49d29b8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts index ca5341519..18af0a838 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts index 57938835d..2f2cc9edb 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts index c9d4f7fd6..9058be189 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard { // @@ -28,17 +28,17 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts index 8a72106c6..9a9de3c89 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts index 4064335cc..a2bdc6068 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts index ce357adf1..889e96fc5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts index 0cae1ceee..9eb0c89d1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponse { // @@ -22,16 +22,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts index f41bcd273..091067224 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts index 310aab49f..73a4bdbd5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts index 680a605ae..ee2a44de1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts index b9a3d934d..7ff53328b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard { // @@ -26,11 +26,11 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -38,16 +38,16 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts index cd546396b..132197e9d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts index c0308db62..6c163887e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts index 18e98d5cc..69511f7c2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts index 5edd48b2d..727c878ee 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.Object, - "customPayload", - "", + 'customPayload', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts index bb9d56e6b..3c5e93d99 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts index f9bedacbe..9854691f3 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard { // @@ -28,17 +28,17 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS return [ new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationS ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts index c4ca5465f..17d7c0bd1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts index 498c008d6..b263a0206 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts index fff5c789c..3bd812aae 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitation export function lex_V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTimeouts.ts index 935e3477b..929a1940c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function lex_V2modelsSlotTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function lex_V2modelsSlotTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function lex_V2modelsSlotTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSetting.ts index c88744291..ecb104d8f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot, lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot_GetTypes, -} from "./lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot"; +} from './lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot'; export interface lex_V2modelsSlotTypeCompositeSlotTypeSetting { // Subslots in the composite slot. Contains filtered or unexported fields. See [`sub_slot_type_composition` argument reference] below. @@ -19,8 +19,8 @@ export function lex_V2modelsSlotTypeCompositeSlotTypeSetting_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "subSlots", - "Subslots in the composite slot. Contains filtered or unexported fields. See [`sub_slot_type_composition` argument reference] below.", + 'subSlots', + 'Subslots in the composite slot. Contains filtered or unexported fields. See [`sub_slot_type_composition` argument reference] below.', () => lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot.ts index b8852a464..5c72f19b5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot { /* @@ -22,16 +22,16 @@ export function lex_V2modelsSlotTypeCompositeSlotTypeSettingSubSlot_GetTypes(): return [ new DynamicUIProps( InputType.String, - "name", - "Name of the slot type\n\nThe following arguments are optional:", + 'name', + 'Name of the slot type\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subSlotId", - "", + 'subSlotId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSetting.ts index 6e4d2abde..82ebc0c0d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting, lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting_GetTypes, -} from "./lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting"; +} from './lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting'; export interface lex_V2modelsSlotTypeExternalSourceSetting { // Settings required for a slot type based on a grammar that you provide. See `grammar_slot_type_setting` argument reference below. @@ -19,8 +19,8 @@ export function lex_V2modelsSlotTypeExternalSourceSetting_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "grammarSlotTypeSetting", - "Settings required for a slot type based on a grammar that you provide. See `grammar_slot_type_setting` argument reference below.", + 'grammarSlotTypeSetting', + 'Settings required for a slot type based on a grammar that you provide. See `grammar_slot_type_setting` argument reference below.', () => lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting.ts index b43c6540f..cce57affc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource, lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource_GetTypes, -} from "./lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource"; +} from './lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource'; export interface lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting { // Source of the grammar used to create the slot type. See `grammar_slot_type_source` argument reference below. @@ -19,8 +19,8 @@ export function lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting_ return [ new DynamicUIProps( InputType.Object, - "source", - "Source of the grammar used to create the slot type. See `grammar_slot_type_source` argument reference below.", + 'source', + 'Source of the grammar used to create the slot type. See `grammar_slot_type_source` argument reference below.', () => lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource.ts index ff14a373c..ded0499da 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource { // KMS key required to decrypt the contents of the grammar, if any. @@ -21,24 +21,24 @@ export function lex_V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingS return [ new DynamicUIProps( InputType.String, - "s3ObjectKey", - "Path to the grammar in the Amazon S3 bucket.", + 's3ObjectKey', + 'Path to the grammar in the Amazon S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "KMS key required to decrypt the contents of the grammar, if any.", + 'kmsKeyArn', + 'KMS key required to decrypt the contents of the grammar, if any.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3BucketName", - "Name of the Amazon S3 bucket that contains the grammar source.", + 's3BucketName', + 'Name of the Amazon S3 bucket that contains the grammar source.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValues.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValues.ts index ca470dbff..ce3a5ad8b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValues.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValues.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeSlotTypeValuesSampleValue, lex_V2modelsSlotTypeSlotTypeValuesSampleValue_GetTypes, -} from "./lex_V2modelsSlotTypeSlotTypeValuesSampleValue"; +} from './lex_V2modelsSlotTypeSlotTypeValuesSampleValue'; import { lex_V2modelsSlotTypeSlotTypeValuesSynonym, lex_V2modelsSlotTypeSlotTypeValuesSynonym_GetTypes, -} from "./lex_V2modelsSlotTypeSlotTypeValuesSynonym"; +} from './lex_V2modelsSlotTypeSlotTypeValuesSynonym'; export interface lex_V2modelsSlotTypeSlotTypeValues { // Value of the slot type entry. See `sample_value` argument reference below. @@ -26,16 +26,16 @@ export function lex_V2modelsSlotTypeSlotTypeValues_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "sampleValues", - "Value of the slot type entry. See `sample_value` argument reference below.", + 'sampleValues', + 'Value of the slot type entry. See `sample_value` argument reference below.', () => lex_V2modelsSlotTypeSlotTypeValuesSampleValue_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "synonyms", - "Additional values related to the slot type entry. See `sample_value` argument reference below.", + 'synonyms', + 'Additional values related to the slot type entry. See `sample_value` argument reference below.', () => lex_V2modelsSlotTypeSlotTypeValuesSynonym_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSampleValue.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSampleValue.ts index 6803bfa1c..375f23205 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSampleValue.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSampleValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeSlotTypeValuesSampleValue { // Value that can be used for a slot type. @@ -15,8 +15,8 @@ export function lex_V2modelsSlotTypeSlotTypeValuesSampleValue_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "value", - "Value that can be used for a slot type.", + 'value', + 'Value that can be used for a slot type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSynonym.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSynonym.ts index d3ded38a5..020a5317c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSynonym.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeSlotTypeValuesSynonym.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeSlotTypeValuesSynonym { // Value that can be used for a slot type. @@ -15,8 +15,8 @@ export function lex_V2modelsSlotTypeSlotTypeValuesSynonym_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "value", - "Value that can be used for a slot type.", + 'value', + 'Value that can be used for a slot type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeTimeouts.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeTimeouts.ts index 96a1eaa24..7b5433149 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeTimeouts.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function lex_V2modelsSlotTypeTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function lex_V2modelsSlotTypeTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function lex_V2modelsSlotTypeTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSetting.ts index ebe2ce251..c6ea57298 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSetting.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting, lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting_GetTypes, -} from "./lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting"; +} from './lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting'; import { lex_V2modelsSlotTypeValueSelectionSettingRegexFilter, lex_V2modelsSlotTypeValueSelectionSettingRegexFilter_GetTypes, -} from "./lex_V2modelsSlotTypeValueSelectionSettingRegexFilter"; +} from './lex_V2modelsSlotTypeValueSelectionSettingRegexFilter'; export interface lex_V2modelsSlotTypeValueSelectionSetting { // Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances. See [`advanced_recognition_setting` argument reference] below. @@ -29,15 +29,15 @@ export function lex_V2modelsSlotTypeValueSelectionSetting_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "regexFilters", - "Used to validate the value of the slot. See [`regex_filter` argument reference] below.", + 'regexFilters', + 'Used to validate the value of the slot. See [`regex_filter` argument reference] below.', () => lex_V2modelsSlotTypeValueSelectionSettingRegexFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resolutionStrategy", + 'resolutionStrategy', "Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values: `ORIGINAL_VALUE` - Returns the value entered by the user, if the user value is similar to the slot value. `TOP_RESOLUTION` If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned. If you don't specify the valueSelectionStrategy , the default is `ORIGINAL_VALUE`. Valid values are `OriginalValue`, `TopResolution`, and `Concatenation`.", () => [], true, @@ -45,8 +45,8 @@ export function lex_V2modelsSlotTypeValueSelectionSetting_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Array, - "advancedRecognitionSettings", - "Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances. See [`advanced_recognition_setting` argument reference] below.", + 'advancedRecognitionSettings', + 'Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances. See [`advanced_recognition_setting` argument reference] below.', () => lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting.ts index 371b6c8b6..1b3600166 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSett return [ new DynamicUIProps( InputType.String, - "audioRecognitionSetting", - "", + 'audioRecognitionSetting', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingRegexFilter.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingRegexFilter.ts index 4aaee559c..ccce0ab32 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingRegexFilter.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotTypeValueSelectionSettingRegexFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotTypeValueSelectionSettingRegexFilter { /* @@ -18,7 +18,7 @@ export function lex_V2modelsSlotTypeValueSelectionSettingRegexFilter_GetTypes(): return [ new DynamicUIProps( InputType.String, - "pattern", + 'pattern', 'Used to validate the value of a slot. Use a standard regular expression. Amazon Lex supports the following characters in the regular expression: A-Z, a-z, 0-9, Unicode characters ("\\\u2060u").\nRepresent Unicode characters with four digits, for example "\\\u2060u0041" or "\\\u2060u005A". The following regular expression operators are not supported: Infinite repeaters: *, +, or {x,} with no upper bound, wild card (.)', () => [], true, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSetting.ts index 777958e56..2e68b1cd0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSetting.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification'; import { lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification, lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecification'; import { lex_V2modelsSlotValueElicitationSettingSampleUtterance, lex_V2modelsSlotValueElicitationSettingSampleUtterance_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingSampleUtterance"; +} from './lex_V2modelsSlotValueElicitationSettingSampleUtterance'; import { lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting, lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting"; +} from './lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting'; export interface lex_V2modelsSlotValueElicitationSetting { // @@ -50,8 +50,8 @@ export function lex_V2modelsSlotValueElicitationSetting_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "promptSpecification", - "", + 'promptSpecification', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecification_GetTypes(), true, @@ -59,24 +59,24 @@ export function lex_V2modelsSlotValueElicitationSetting_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Array, - "sampleUtterances", - "", + 'sampleUtterances', + '', () => lex_V2modelsSlotValueElicitationSettingSampleUtterance_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "slotConstraint", - "", + 'slotConstraint', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "slotResolutionSettings", - "", + 'slotResolutionSettings', + '', () => lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting_GetTypes(), false, @@ -84,8 +84,8 @@ export function lex_V2modelsSlotValueElicitationSetting_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Array, - "waitAndContinueSpecifications", - "", + 'waitAndContinueSpecifications', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification_GetTypes(), false, @@ -93,8 +93,8 @@ export function lex_V2modelsSlotValueElicitationSetting_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Array, - "defaultValueSpecifications", - "", + 'defaultValueSpecifications', + '', () => lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification.ts index c0208d6b9..cf4832e5c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList, lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList"; +} from './lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList'; export interface lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification { // @@ -19,8 +19,8 @@ export function lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification return [ new DynamicUIProps( InputType.Array, - "defaultValueLists", - "", + 'defaultValueLists', + '', () => lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts index 38f3d1cbd..bb839cc88 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueList { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotValueElicitationSettingDefaultValueSpecification return [ new DynamicUIProps( InputType.String, - "defaultValue", - "", + 'defaultValue', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecification.ts index 9fce751b0..b479a9640 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecification { // @@ -35,24 +35,24 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecification_GetTy return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxRetries", - "", + 'maxRetries', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup_GetTypes(), false, @@ -60,16 +60,16 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecification_GetTy ), new DynamicUIProps( InputType.String, - "messageSelectionStrategy", - "", + 'messageSelectionStrategy', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "promptAttemptsSpecifications", - "", + 'promptAttemptsSpecifications', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup.ts index 22d9a87af..6c8079ddd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage.ts index 51e0f681a..33c5fd137 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts index 8fca93ed1..2e09651f1 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts index 778f57c08..0cc2026f4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard { // @@ -28,17 +28,17 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag return [ new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts index eac847064..a06454dbc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts index 325d572d5..c53772923 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts index 6f6c09a3c..065d9ff86 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation.ts index 370b200cc..4f1a2e15d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag return [ new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts index 416fe0aea..b6d266a24 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts index 04a368fa0..ea38bc79d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard { // @@ -28,25 +28,25 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessag return [ new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts index 1a8e9cb2f..a5938b2b4 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts index 1680434bb..1c20e51cf 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts index 92b72ed30..2298fe19a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessa export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts index aa4315894..e7252c845 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification { // @@ -39,16 +39,16 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "allowedInputTypes", - "", + 'allowedInputTypes', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes_GetTypes(), true, @@ -56,8 +56,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt ), new DynamicUIProps( InputType.Object, - "audioAndDtmfInputSpecification", - "", + 'audioAndDtmfInputSpecification', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification_GetTypes(), false, @@ -65,16 +65,16 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "", + 'mapBlockKey', + '', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "textInputSpecification", - "", + 'textInputSpecification', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts index 2ca3bf2eb..0308d3200 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes { // @@ -18,16 +18,16 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Bool, - "allowAudioInput", - "", + 'allowAudioInput', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowDtmfInput", - "", + 'allowDtmfInput', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts index 2f1fcc41c..b6167306a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification'; import { lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification, lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification"; +} from './lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification { // @@ -29,8 +29,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Object, - "audioSpecification", - "", + 'audioSpecification', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification_GetTypes(), false, @@ -38,8 +38,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt ), new DynamicUIProps( InputType.Object, - "dtmfSpecification", - "", + 'dtmfSpecification', + '', () => lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification_GetTypes(), false, @@ -47,8 +47,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt ), new DynamicUIProps( InputType.Number, - "startTimeoutMs", - "", + 'startTimeoutMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts index 151c59ea2..8f2780b2b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationAudioSpecification { // @@ -18,16 +18,16 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "", + 'endTimeoutMs', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxLengthMs", - "", + 'maxLengthMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts index cdb2b6d0a..babb7ff3b 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecification { // @@ -24,32 +24,32 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Number, - "maxLength", - "", + 'maxLength', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deletionCharacter", - "", + 'deletionCharacter', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endCharacter", - "", + 'endCharacter', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "endTimeoutMs", - "", + 'endTimeoutMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts index da5394238..1067a410c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotValueElicitationSettingPromptSpecificationPrompt return [ new DynamicUIProps( InputType.Number, - "startTimeoutMs", - "", + 'startTimeoutMs', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSampleUtterance.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSampleUtterance.ts index e0f6b3246..942181940 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSampleUtterance.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSampleUtterance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingSampleUtterance { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotValueElicitationSettingSampleUtterance_GetTypes( return [ new DynamicUIProps( InputType.String, - "utterance", - "", + 'utterance', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting.ts index c6b588a92..ecca7814d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting { // @@ -15,8 +15,8 @@ export function lex_V2modelsSlotValueElicitationSettingSlotResolutionSetting_Get return [ new DynamicUIProps( InputType.String, - "slotResolutionStrategy", - "", + 'slotResolutionStrategy', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification.ts index c98ac4075..7d81b45e0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecification { // @@ -36,8 +36,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "continueResponses", - "", + 'continueResponses', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse_GetTypes(), false, @@ -45,8 +45,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "stillWaitingResponses", - "", + 'stillWaitingResponses', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse_GetTypes(), false, @@ -54,13 +54,13 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "waitingResponses", - "", + 'waitingResponses', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "active", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'active', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts index f6776b0bd..04f144c20 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse { // @@ -22,8 +22,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup_GetTypes(), false, @@ -31,8 +31,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts index f051eb811..edc203d50 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts index 04b2f4642..17b1921a0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts index 02cadcf3e..e6fe48ed9 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts index 2b5114645..44e985972 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard { // @@ -28,17 +28,17 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -46,8 +46,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts index 629caba36..d35260001 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts index a03fc868c..bd804f1a2 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts index 4257607aa..e889f9533 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts index 15ea7d4e7..7d2af6323 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts index 410d51468..9f42b1e8f 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts index 11f77e202..da12e5066 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts index f30a5042b..51ac2271e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts index 2635e2e3d..2aaed129e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts index 2b7cd3ef7..f0e94ce7c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts index fa576db6d..a8d1621ad 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup_GetTypes(), false, @@ -37,24 +37,24 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "", + 'timeoutInSeconds', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "frequencyInSeconds", - "", + 'frequencyInSeconds', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts index 08797596b..2965b7186 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts index 4489ff6da..ad004df46 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts index 17efdcc44..851746d09 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts index 517168040..305dcead6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts index fb8976d80..ba33dc1cd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts index 17a0a1ae7..a68e3b62d 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts index 097b3711e..000276a54 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts index b4977a85c..1bf8c17aa 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts index 6399c9a1f..7dc066446 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts index 662115ba8..63b2d9bd8 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts index 30d1f8c10..b7645d1dd 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts index 4e7b8a90f..c9b4f48cc 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts index b7917c0a6..b68eca1ce 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts index 605aa002a..395ee7b4e 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse { // @@ -22,16 +22,16 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Bool, - "allowInterrupt", - "", + 'allowInterrupt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "messageGroups", - "", + 'messageGroups', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts index daf7265e0..1516302d7 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroup { // @@ -26,8 +26,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "message", - "", + 'message', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage_GetTypes(), true, @@ -35,8 +35,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "variations", - "", + 'variations', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts index 04b257cb2..f37315328 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts index e8955273b..473720ac6 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts index 33451f569..ec9a46376 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts index c5ff22756..705e99600 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts index 73f80eb5c..38c8e457a 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts index 72b0f3af1..385a2ca51 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts index 0410d9238..d1af72ede 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation { // @@ -40,8 +40,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Object, - "imageResponseCard", - "", + 'imageResponseCard', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard_GetTypes(), false, @@ -49,8 +49,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "plainTextMessage", - "", + 'plainTextMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(), false, @@ -58,8 +58,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Object, - "ssmlMessage", - "", + 'ssmlMessage', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(), false, @@ -67,8 +67,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.Array, - "customPayloads", - "", + 'customPayloads', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts index 928efc68f..7c3718f68 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts index 8ac7ac0bf..cb9df9e99 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton, lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes, -} from "./lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton"; +} from './lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard { // @@ -28,8 +28,8 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat return [ new DynamicUIProps( InputType.Array, - "buttons", - "", + 'buttons', + '', () => lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(), false, @@ -37,20 +37,20 @@ export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificat ), new DynamicUIProps( InputType.String, - "imageUrl", - "", + 'imageUrl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subtitle", - "", + 'subtitle', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "title", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'title', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts index 81db38826..448534ba0 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton { // @@ -16,7 +16,7 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCardButton_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts index f651dfe51..0ac687af5 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts index 2c44c7dbe..52d8ec07c 100644 --- a/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts +++ b/src/app/Models/codegen/aws/types/lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage { // @@ -13,6 +13,6 @@ export interface lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecifica export function lex_V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/lex_getSlotTypeEnumerationValue.ts b/src/app/Models/codegen/aws/types/lex_getSlotTypeEnumerationValue.ts index 664c319de..817c02672 100644 --- a/src/app/Models/codegen/aws/types/lex_getSlotTypeEnumerationValue.ts +++ b/src/app/Models/codegen/aws/types/lex_getSlotTypeEnumerationValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lex_getSlotTypeEnumerationValue { // @@ -16,11 +16,11 @@ export interface lex_getSlotTypeEnumerationValue { export function lex_getSlotTypeEnumerationValue_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "synonyms", - "", + 'synonyms', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getLicenseGrantsFilter.ts b/src/app/Models/codegen/aws/types/licensemanager_getLicenseGrantsFilter.ts index af2c7894e..343dbe583 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getLicenseGrantsFilter.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getLicenseGrantsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getLicenseGrantsFilter { /* @@ -139,7 +139,7 @@ export function licensemanager_getLicenseGrantsFilter_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html#API_ListReceivedGrants_RequestSyntax).\nFor example, if filtering using `ProductSKU`, use:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst selected = aws.licensemanager.getLicenseGrants({\n filters: [{\n name: "ProductSKU",\n values: [""],\n }],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nselected = aws.licensemanager.get_license_grants(filters=[{\n "name": "ProductSKU",\n "values": [""],\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var selected = Aws.LicenseManager.GetLicenseGrants.Invoke(new()\n {\n Filters = new[]\n {\n new Aws.LicenseManager.Inputs.GetLicenseGrantsFilterInputArgs\n {\n Name = "ProductSKU",\n Values = new[]\n {\n "",\n },\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/licensemanager"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := licensemanager.GetLicenseGrants(ctx, &licensemanager.GetLicenseGrantsArgs{\n\t\t\tFilters: []licensemanager.GetLicenseGrantsFilter{\n\t\t\t\t{\n\t\t\t\t\tName: "ProductSKU",\n\t\t\t\t\tValues: []string{\n\t\t\t\t\t\t"",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.licensemanager.LicensemanagerFunctions;\nimport com.pulumi.aws.licensemanager.inputs.GetLicenseGrantsArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var selected = LicensemanagerFunctions.getLicenseGrants(GetLicenseGrantsArgs.builder()\n .filters(GetLicenseGrantsFilterArgs.builder()\n .name("ProductSKU")\n .values("")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nvariables:\n selected:\n fn::invoke:\n Function: aws:licensemanager:getLicenseGrants\n Arguments:\n filters:\n - name: ProductSKU\n values:\n -\n```\n', () => [], true, @@ -147,8 +147,8 @@ export function licensemanager_getLicenseGrantsFilter_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.", + 'values', + 'Set of values that are accepted for the given field.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfiguration.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfiguration.ts index 014686499..4595f7f07 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration, licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration_GetTypes, -} from "./licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration"; +} from './licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration'; import { licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration, licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration_GetTypes, -} from "./licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration"; +} from './licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration'; export interface licensemanager_getReceivedLicenseConsumptionConfiguration { // @@ -29,16 +29,16 @@ export function licensemanager_getReceivedLicenseConsumptionConfiguration_GetTyp return [ new DynamicUIProps( InputType.String, - "renewType", - "", + 'renewType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "borrowConfigurations", - "Details about a borrow configuration. Detailed below", + 'borrowConfigurations', + 'Details about a borrow configuration. Detailed below', () => licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration_GetTypes(), true, @@ -46,8 +46,8 @@ export function licensemanager_getReceivedLicenseConsumptionConfiguration_GetTyp ), new DynamicUIProps( InputType.Array, - "provisionalConfigurations", - "Details about a provisional configuration. Detailed below", + 'provisionalConfigurations', + 'Details about a provisional configuration. Detailed below', () => licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration.ts index f0f6d6fd0..f2ec56272 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseConsumptionConfigurationBorrowConfiguration { // Indicates whether early check-ins are allowed. @@ -18,16 +18,16 @@ export function licensemanager_getReceivedLicenseConsumptionConfigurationBorrowC return [ new DynamicUIProps( InputType.Number, - "maxTimeToLiveInMinutes", - "Maximum time for the provisional configuration, in minutes.", + 'maxTimeToLiveInMinutes', + 'Maximum time for the provisional configuration, in minutes.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowEarlyCheckIn", - "Indicates whether early check-ins are allowed.", + 'allowEarlyCheckIn', + 'Indicates whether early check-ins are allowed.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration.ts index a51e9157a..695999237 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseConsumptionConfigurationProvisionalConfiguration { // Maximum time for the provisional configuration, in minutes. @@ -15,8 +15,8 @@ export function licensemanager_getReceivedLicenseConsumptionConfigurationProvisi return [ new DynamicUIProps( InputType.Number, - "maxTimeToLiveInMinutes", - "Maximum time for the provisional configuration, in minutes.", + 'maxTimeToLiveInMinutes', + 'Maximum time for the provisional configuration, in minutes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseEntitlement.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseEntitlement.ts index 69f950667..f0860816e 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseEntitlement.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseEntitlement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseEntitlement { // Indicates whether check-ins are allowed. @@ -27,40 +27,40 @@ export function licensemanager_getReceivedLicenseEntitlement_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "unit", - "Entitlement unit.", + 'unit', + 'Entitlement unit.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value.", + 'value', + 'The value.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "allowCheckIn", - "Indicates whether check-ins are allowed.", + 'allowCheckIn', + 'Indicates whether check-ins are allowed.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maxCount", - "Maximum entitlement count. Use if the unit is not None.", + 'maxCount', + 'Maximum entitlement count. Use if the unit is not None.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The key name.", + 'name', + 'The key name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseIssuer.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseIssuer.ts index dca900db7..ed3460e2d 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseIssuer.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseIssuer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseIssuer { // Issuer key fingerprint. @@ -21,24 +21,24 @@ export function licensemanager_getReceivedLicenseIssuer_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "keyFingerprint", - "Issuer key fingerprint.", + 'keyFingerprint', + 'Issuer key fingerprint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The key name.", + 'name', + 'The key name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "signKey", - "Asymmetric KMS key from AWS Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.", + 'signKey', + 'Asymmetric KMS key from AWS Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseLicenseMetadata.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseLicenseMetadata.ts index e8ae2217b..d3678c672 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseLicenseMetadata.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseLicenseMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseLicenseMetadata { // The key name. @@ -18,16 +18,16 @@ export function licensemanager_getReceivedLicenseLicenseMetadata_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "name", - "The key name.", + 'name', + 'The key name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value.", + 'value', + 'The value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseReceivedMetadata.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseReceivedMetadata.ts index 684c6c7cb..c79a3d17a 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseReceivedMetadata.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseReceivedMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseReceivedMetadata { // Received status. @@ -21,24 +21,24 @@ export function licensemanager_getReceivedLicenseReceivedMetadata_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "receivedStatusReason", - "Received status reason.", + 'receivedStatusReason', + 'Received status reason.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "allowedOperations", - "A list of allowed operations.", + 'allowedOperations', + 'A list of allowed operations.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "receivedStatus", - "Received status.", + 'receivedStatus', + 'Received status.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseValidity.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseValidity.ts index 492c85d67..018c0101d 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseValidity.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicenseValidity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicenseValidity { // End of the validity time range. @@ -18,16 +18,16 @@ export function licensemanager_getReceivedLicenseValidity_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "begin", - "Start of the validity time range.", + 'begin', + 'Start of the validity time range.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "end", - "End of the validity time range.", + 'end', + 'End of the validity time range.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicensesFilter.ts b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicensesFilter.ts index d621b5e83..655006e3d 100644 --- a/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicensesFilter.ts +++ b/src/app/Models/codegen/aws/types/licensemanager_getReceivedLicensesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface licensemanager_getReceivedLicensesFilter { /* @@ -139,7 +139,7 @@ export function licensemanager_getReceivedLicensesFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html#API_ListReceivedLicenses_RequestSyntax).\nFor example, if filtering using `ProductSKU`, use:\n\n\n```typescript\nimport * as pulumi from "@pulumi/pulumi";\nimport * as aws from "@pulumi/aws";\n\nconst selected = aws.licensemanager.getReceivedLicenses({\n filters: [{\n name: "ProductSKU",\n values: [""],\n }],\n});\n```\n```python\nimport pulumi\nimport pulumi_aws as aws\n\nselected = aws.licensemanager.get_received_licenses(filters=[{\n "name": "ProductSKU",\n "values": [""],\n}])\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Aws = Pulumi.Aws;\n\nreturn await Deployment.RunAsync(() => \n{\n var selected = Aws.LicenseManager.GetReceivedLicenses.Invoke(new()\n {\n Filters = new[]\n {\n new Aws.LicenseManager.Inputs.GetReceivedLicensesFilterInputArgs\n {\n Name = "ProductSKU",\n Values = new[]\n {\n "",\n },\n },\n },\n });\n\n});\n```\n```go\npackage main\n\nimport (\n\t"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/licensemanager"\n\t"github.com/pulumi/pulumi/sdk/v3/go/pulumi"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := licensemanager.GetReceivedLicenses(ctx, &licensemanager.GetReceivedLicensesArgs{\n\t\t\tFilters: []licensemanager.GetReceivedLicensesFilter{\n\t\t\t\t{\n\t\t\t\t\tName: "ProductSKU",\n\t\t\t\t\tValues: []string{\n\t\t\t\t\t\t"",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}, nil)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.aws.licensemanager.LicensemanagerFunctions;\nimport com.pulumi.aws.licensemanager.inputs.GetReceivedLicensesArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n public static void main(String[] args) {\n Pulumi.run(App::stack);\n }\n\n public static void stack(Context ctx) {\n final var selected = LicensemanagerFunctions.getReceivedLicenses(GetReceivedLicensesArgs.builder()\n .filters(GetReceivedLicensesFilterArgs.builder()\n .name("ProductSKU")\n .values("")\n .build())\n .build());\n\n }\n}\n```\n```yaml\nvariables:\n selected:\n fn::invoke:\n Function: aws:licensemanager:getReceivedLicenses\n Arguments:\n filters:\n - name: ProductSKU\n values:\n -\n```\n', () => [], true, @@ -147,8 +147,8 @@ export function licensemanager_getReceivedLicensesFilter_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.", + 'values', + 'Set of values that are accepted for the given field.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_CertificateDomainValidationOption.ts b/src/app/Models/codegen/aws/types/lightsail_CertificateDomainValidationOption.ts index 212f17658..f1cba5685 100644 --- a/src/app/Models/codegen/aws/types/lightsail_CertificateDomainValidationOption.ts +++ b/src/app/Models/codegen/aws/types/lightsail_CertificateDomainValidationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_CertificateDomainValidationOption { // A domain name for which the certificate should be issued. @@ -24,32 +24,32 @@ export function lightsail_CertificateDomainValidationOption_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "resourceRecordName", - "", + 'resourceRecordName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordType", - "", + 'resourceRecordType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordValue", - "", + 'resourceRecordValue', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "A domain name for which the certificate should be issued.", + 'domainName', + 'A domain name for which the certificate should be issued.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionContainer.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionContainer.ts index f25048e8e..7eb8aec60 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionContainer.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionContainer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_ContainerServiceDeploymentVersionContainer { // The launch command for the container. A list of string. @@ -27,31 +27,31 @@ export function lightsail_ContainerServiceDeploymentVersionContainer_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "commands", - "The launch command for the container. A list of string.", + 'commands', + 'The launch command for the container. A list of string.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "containerName", - "The name for the container.", + 'containerName', + 'The name for the container.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "environment", - "A key-value map of the environment variables of the container.", + 'environment', + 'A key-value map of the environment variables of the container.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "image", + 'image', "The name of the image used for the container. Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (`:`). For example, `:container-service-1.mystaticwebsite.1`. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, `nginx:latest` or `nginx`.", () => [], true, @@ -59,8 +59,8 @@ export function lightsail_ContainerServiceDeploymentVersionContainer_GetTypes(): ), new DynamicUIProps( InputType.Map, - "ports", - "A key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`.", + 'ports', + 'A key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint.ts index e37b9ce87..240f16423 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck, lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck_GetTypes, -} from "./lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck"; +} from './lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck'; export interface lightsail_ContainerServiceDeploymentVersionPublicEndpoint { // The name of the container for the endpoint. @@ -25,16 +25,16 @@ export function lightsail_ContainerServiceDeploymentVersionPublicEndpoint_GetTyp return [ new DynamicUIProps( InputType.Number, - "containerPort", - "The port of the container to which traffic is forwarded to.", + 'containerPort', + 'The port of the container to which traffic is forwarded to.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "healthCheck", - "A configuration block that describes the health check configuration of the container. Detailed below.", + 'healthCheck', + 'A configuration block that describes the health check configuration of the container. Detailed below.', () => lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck_GetTypes(), true, @@ -42,8 +42,8 @@ export function lightsail_ContainerServiceDeploymentVersionPublicEndpoint_GetTyp ), new DynamicUIProps( InputType.String, - "containerName", - "The name of the container for the endpoint.", + 'containerName', + 'The name of the container for the endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck.ts index f95966b01..9393f39ce 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthCheck { // The path on the container on which to perform the health check. Defaults to "/". @@ -30,39 +30,39 @@ export function lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthC return [ new DynamicUIProps( InputType.Number, - "timeoutSeconds", - "The amount of time, in seconds, during which no response means a failed health check. You can specify between 2 and 60 seconds. Defaults to 2.", + 'timeoutSeconds', + 'The amount of time, in seconds, during which no response means a failed health check. You can specify between 2 and 60 seconds. Defaults to 2.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "The number of consecutive health checks failures required before moving the container to the Unhealthy state. Defaults to 2.", + 'unhealthyThreshold', + 'The number of consecutive health checks failures required before moving the container to the Unhealthy state. Defaults to 2.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "The number of consecutive health checks successes required before moving the container to the Healthy state. Defaults to 2.", + 'healthyThreshold', + 'The number of consecutive health checks successes required before moving the container to the Healthy state. Defaults to 2.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "intervalSeconds", - "The approximate interval, in seconds, between health checks of an individual container. You can specify between 5 and 300 seconds. Defaults to 5.", + 'intervalSeconds', + 'The approximate interval, in seconds, between health checks of an individual container. You can specify between 5 and 300 seconds. Defaults to 5.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", + 'path', 'The path on the container on which to perform the health check. Defaults to "/".', () => [], false, @@ -70,7 +70,7 @@ export function lightsail_ContainerServiceDeploymentVersionPublicEndpointHealthC ), new DynamicUIProps( InputType.String, - "successCodes", + 'successCodes', 'The HTTP codes to use when checking for a successful response from a container. You can specify values between 200 and 499. Defaults to "200-499".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccess.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccess.ts index 62aa2595b..6961d24ee 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccess.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccess.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole, lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole_GetTypes, -} from "./lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole"; +} from './lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole'; export interface lightsail_ContainerServicePrivateRegistryAccess { // Describes a request to configure an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See ECR Image Puller Role below for more details. @@ -19,8 +19,8 @@ export function lightsail_ContainerServicePrivateRegistryAccess_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "ecrImagePullerRole", - "Describes a request to configure an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See ECR Image Puller Role below for more details.", + 'ecrImagePullerRole', + 'Describes a request to configure an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See ECR Image Puller Role below for more details.', () => lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole.ts index be9871740..1065943c9 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRole { // A Boolean value that indicates whether to activate the role. The default is `false`. @@ -22,16 +22,16 @@ export function lightsail_ContainerServicePrivateRegistryAccessEcrImagePullerRol return [ new DynamicUIProps( InputType.Bool, - "isActive", - "A Boolean value that indicates whether to activate the role. The default is `false`.", + 'isActive', + 'A Boolean value that indicates whether to activate the role. The default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "principalArn", - "The principal ARN of the container service. The principal ARN can be used to create a trust\nrelationship between your standard AWS account and your Lightsail container service. This allows you to give your\nservice permission to access resources in your standard AWS account.", + 'principalArn', + 'The principal ARN of the container service. The principal ARN can be used to create a trust\nrelationship between your standard AWS account and your Lightsail container service. This allows you to give your\nservice permission to access resources in your standard AWS account.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNames.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNames.ts index 0309ad173..38bb66f37 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNames.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNames.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_ContainerServicePublicDomainNamesCertificate, lightsail_ContainerServicePublicDomainNamesCertificate_GetTypes, -} from "./lightsail_ContainerServicePublicDomainNamesCertificate"; +} from './lightsail_ContainerServicePublicDomainNamesCertificate'; export interface lightsail_ContainerServicePublicDomainNames { // @@ -19,8 +19,8 @@ export function lightsail_ContainerServicePublicDomainNames_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "certificates", - "", + 'certificates', + '', () => lightsail_ContainerServicePublicDomainNamesCertificate_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNamesCertificate.ts b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNamesCertificate.ts index fc85fed25..8f282c4c4 100644 --- a/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNamesCertificate.ts +++ b/src/app/Models/codegen/aws/types/lightsail_ContainerServicePublicDomainNamesCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_ContainerServicePublicDomainNamesCertificate { // @@ -18,16 +18,16 @@ export function lightsail_ContainerServicePublicDomainNamesCertificate_GetTypes( return [ new DynamicUIProps( InputType.String, - "certificateName", - "", + 'certificateName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "domainNames", - "", + 'domainNames', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehavior.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehavior.ts index b20c344c9..1a50bea8e 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehavior.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehavior.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionCacheBehavior { // The cache behavior for the specified path. @@ -18,16 +18,16 @@ export function lightsail_DistributionCacheBehavior_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "behavior", - "The cache behavior for the specified path.", + 'behavior', + 'The cache behavior for the specified path.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "path", - "The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\\*), and file types (\\*.html, \\*jpg, \\*js). Directories and file paths are case-sensitive.", + 'path', + 'The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\\*), and file types (\\*.html, \\*jpg, \\*js). Directories and file paths are case-sensitive.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettings.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettings.ts index 3ebef5d2d..47f096937 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettings.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { lightsail_DistributionCacheBehaviorSettingsForwardedHeaders, lightsail_DistributionCacheBehaviorSettingsForwardedHeaders_GetTypes, -} from "./lightsail_DistributionCacheBehaviorSettingsForwardedHeaders"; +} from './lightsail_DistributionCacheBehaviorSettingsForwardedHeaders'; import { lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings, lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings_GetTypes, -} from "./lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings"; +} from './lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings'; import { lightsail_DistributionCacheBehaviorSettingsForwardedCookies, lightsail_DistributionCacheBehaviorSettingsForwardedCookies_GetTypes, -} from "./lightsail_DistributionCacheBehaviorSettingsForwardedCookies"; +} from './lightsail_DistributionCacheBehaviorSettingsForwardedCookies'; export interface lightsail_DistributionCacheBehaviorSettings { // The minimum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated. @@ -48,7 +48,7 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "allowedHttpMethods", + 'allowedHttpMethods', "The HTTP methods that are processed and forwarded to the distribution's origin.", () => [], false, @@ -56,15 +56,15 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "cachedHttpMethods", - "The HTTP method responses that are cached by your distribution.", + 'cachedHttpMethods', + 'The HTTP method responses that are cached by your distribution.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "defaultTtl", + 'defaultTtl', "The default amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the content has been updated.", () => [], false, @@ -72,8 +72,8 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "forwardedCookies", - "An object that describes the cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded. Detailed below", + 'forwardedCookies', + 'An object that describes the cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded. Detailed below', () => lightsail_DistributionCacheBehaviorSettingsForwardedCookies_GetTypes(), false, @@ -81,8 +81,8 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "forwardedHeaders", - "An object that describes the headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded. Detailed below", + 'forwardedHeaders', + 'An object that describes the headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded. Detailed below', () => lightsail_DistributionCacheBehaviorSettingsForwardedHeaders_GetTypes(), false, @@ -90,8 +90,8 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "forwardedQueryStrings", - "An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. Detailed below", + 'forwardedQueryStrings', + 'An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. Detailed below', () => lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings_GetTypes(), false, @@ -99,7 +99,7 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "maximumTtl", + 'maximumTtl', "The maximum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.", () => [], false, @@ -107,7 +107,7 @@ export function lightsail_DistributionCacheBehaviorSettings_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "minimumTtl", + 'minimumTtl', "The minimum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedCookies.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedCookies.ts index e155bdb4a..991e263b6 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedCookies.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedCookies.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionCacheBehaviorSettingsForwardedCookies { // The specific cookies to forward to your distribution's origin. @@ -18,7 +18,7 @@ export function lightsail_DistributionCacheBehaviorSettingsForwardedCookies_GetT return [ new DynamicUIProps( InputType.Array, - "cookiesAllowLists", + 'cookiesAllowLists', "The specific cookies to forward to your distribution's origin.", () => InputType_String_GetTypes(), false, @@ -26,7 +26,7 @@ export function lightsail_DistributionCacheBehaviorSettingsForwardedCookies_GetT ), new DynamicUIProps( InputType.String, - "option", + 'option', "Specifies which cookies to forward to the distribution's origin for a cache behavior: all, none, or allow-list to forward only the cookies specified in the cookiesAllowList parameter.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedHeaders.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedHeaders.ts index 6407e7a21..7af9504ec 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedHeaders.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedHeaders.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionCacheBehaviorSettingsForwardedHeaders { // The specific headers to forward to your distribution's origin. @@ -18,7 +18,7 @@ export function lightsail_DistributionCacheBehaviorSettingsForwardedHeaders_GetT return [ new DynamicUIProps( InputType.Array, - "headersAllowLists", + 'headersAllowLists', "The specific headers to forward to your distribution's origin.", () => InputType_String_GetTypes(), false, @@ -26,8 +26,8 @@ export function lightsail_DistributionCacheBehaviorSettingsForwardedHeaders_GetT ), new DynamicUIProps( InputType.String, - "option", - "The headers that you want your distribution to forward to your origin and base caching on.", + 'option', + 'The headers that you want your distribution to forward to your origin and base caching on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings.ts index bb3faa8a0..0585209f9 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings { // Indicates whether the distribution forwards and caches based on query strings. @@ -18,16 +18,16 @@ export function lightsail_DistributionCacheBehaviorSettingsForwardedQueryStrings return [ new DynamicUIProps( InputType.Bool, - "option", - "Indicates whether the distribution forwards and caches based on query strings.", + 'option', + 'Indicates whether the distribution forwards and caches based on query strings.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "queryStringsAllowedLists", - "The specific query strings that the distribution forwards to the origin.", + 'queryStringsAllowedLists', + 'The specific query strings that the distribution forwards to the origin.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionDefaultCacheBehavior.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionDefaultCacheBehavior.ts index 312b114e0..a63791dc3 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionDefaultCacheBehavior.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionDefaultCacheBehavior.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionDefaultCacheBehavior { // The cache behavior of the distribution. Valid values: `cache` and `dont-cache`. @@ -15,8 +15,8 @@ export function lightsail_DistributionDefaultCacheBehavior_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "behavior", - "The cache behavior of the distribution. Valid values: `cache` and `dont-cache`.", + 'behavior', + 'The cache behavior of the distribution. Valid values: `cache` and `dont-cache`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionLocation.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionLocation.ts index a2d102f73..7a6b452fb 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionLocation.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionLocation { // The Availability Zone. Follows the format us-east-2a (case-sensitive). @@ -18,16 +18,16 @@ export function lightsail_DistributionLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone. Follows the format us-east-2a (case-sensitive).", + 'availabilityZone', + 'The Availability Zone. Follows the format us-east-2a (case-sensitive).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "regionName", - "The AWS Region name.", + 'regionName', + 'The AWS Region name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_DistributionOrigin.ts b/src/app/Models/codegen/aws/types/lightsail_DistributionOrigin.ts index b5a1cfcf4..4d0a1a14b 100644 --- a/src/app/Models/codegen/aws/types/lightsail_DistributionOrigin.ts +++ b/src/app/Models/codegen/aws/types/lightsail_DistributionOrigin.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_DistributionOrigin { // The AWS Region name of the origin resource. @@ -24,32 +24,32 @@ export function lightsail_DistributionOrigin_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "regionName", - "The AWS Region name of the origin resource.", + 'regionName', + 'The AWS Region name of the origin resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "The resource type of the origin resource (e.g., Instance).", + 'resourceType', + 'The resource type of the origin resource (e.g., Instance).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the origin resource. Your origin can be an instance with an attached static IP, a bucket, or a load balancer that has at least one instance attached to it.", + 'name', + 'The name of the origin resource. Your origin can be an instance with an attached static IP, a bucket, or a load balancer that has at least one instance attached to it.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocolPolicy", - "The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.", + 'protocolPolicy', + 'The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_InstanceAddOn.ts b/src/app/Models/codegen/aws/types/lightsail_InstanceAddOn.ts index d9f0c13fc..cab3dd189 100644 --- a/src/app/Models/codegen/aws/types/lightsail_InstanceAddOn.ts +++ b/src/app/Models/codegen/aws/types/lightsail_InstanceAddOn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_InstanceAddOn { // The daily time when an automatic snapshot will be created. Must be in HH:00 format, and in an hourly increment and specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after. @@ -21,24 +21,24 @@ export function lightsail_InstanceAddOn_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "snapshotTime", - "The daily time when an automatic snapshot will be created. Must be in HH:00 format, and in an hourly increment and specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.", + 'snapshotTime', + 'The daily time when an automatic snapshot will be created. Must be in HH:00 format, and in an hourly increment and specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the add on. Valid Values: `Enabled`, `Disabled`.", + 'status', + 'The status of the add on. Valid Values: `Enabled`, `Disabled`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The add-on type. There is currently only one valid type `AutoSnapshot`.", + 'type', + 'The add-on type. There is currently only one valid type `AutoSnapshot`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/lightsail_InstancePublicPortsPortInfo.ts b/src/app/Models/codegen/aws/types/lightsail_InstancePublicPortsPortInfo.ts index 21564f36c..f01968b0e 100644 --- a/src/app/Models/codegen/aws/types/lightsail_InstancePublicPortsPortInfo.ts +++ b/src/app/Models/codegen/aws/types/lightsail_InstancePublicPortsPortInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_InstancePublicPortsPortInfo { // Set of CIDR blocks. @@ -34,48 +34,48 @@ export function lightsail_InstancePublicPortsPortInfo_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "toPort", - "Last port in a range of open ports on an instance.\n\nThe following arguments are optional:", + 'toPort', + 'Last port in a range of open ports on an instance.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "cidrListAliases", - "Set of CIDR aliases that define access for a preconfigured range of IP addresses.", + 'cidrListAliases', + 'Set of CIDR aliases that define access for a preconfigured range of IP addresses.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cidrs", - "Set of CIDR blocks.", + 'cidrs', + 'Set of CIDR blocks.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "First port in a range of open ports on an instance.", + 'fromPort', + 'First port in a range of open ports on an instance.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "ipv6Cidrs", - "", + 'ipv6Cidrs', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "IP protocol name. Valid values are `tcp`, `all`, `udp`, and `icmp`.", + 'protocol', + 'IP protocol name. Valid values are `tcp`, `all`, `udp`, and `icmp`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/lightsail_LbCertificateDomainValidationRecord.ts b/src/app/Models/codegen/aws/types/lightsail_LbCertificateDomainValidationRecord.ts index c39a108f7..7043ee6fb 100644 --- a/src/app/Models/codegen/aws/types/lightsail_LbCertificateDomainValidationRecord.ts +++ b/src/app/Models/codegen/aws/types/lightsail_LbCertificateDomainValidationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface lightsail_LbCertificateDomainValidationRecord { // The domain name (e.g., example.com) for your SSL/TLS certificate. @@ -24,32 +24,32 @@ export function lightsail_LbCertificateDomainValidationRecord_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "domainName", - "The domain name (e.g., example.com) for your SSL/TLS certificate.", + 'domainName', + 'The domain name (e.g., example.com) for your SSL/TLS certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordName", - "", + 'resourceRecordName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordType", - "", + 'resourceRecordType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceRecordValue", - "", + 'resourceRecordValue', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/location_MapConfiguration.ts b/src/app/Models/codegen/aws/types/location_MapConfiguration.ts index f2494ab5e..86538fa5d 100644 --- a/src/app/Models/codegen/aws/types/location_MapConfiguration.ts +++ b/src/app/Models/codegen/aws/types/location_MapConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface location_MapConfiguration { // Specifies the map style selected from an available data provider. Valid values can be found in the [Location Service CreateMap API Reference](https://docs.aws.amazon.com/location/latest/APIReference/API_CreateMap.html). @@ -15,8 +15,8 @@ export function location_MapConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "style", - "Specifies the map style selected from an available data provider. Valid values can be found in the [Location Service CreateMap API Reference](https://docs.aws.amazon.com/location/latest/APIReference/API_CreateMap.html).", + 'style', + 'Specifies the map style selected from an available data provider. Valid values can be found in the [Location Service CreateMap API Reference](https://docs.aws.amazon.com/location/latest/APIReference/API_CreateMap.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/location_PlaceIndexDataSourceConfiguration.ts b/src/app/Models/codegen/aws/types/location_PlaceIndexDataSourceConfiguration.ts index e7505acdb..576d4c4d1 100644 --- a/src/app/Models/codegen/aws/types/location_PlaceIndexDataSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/location_PlaceIndexDataSourceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface location_PlaceIndexDataSourceConfiguration { // Specifies how the results of an operation will be stored by the caller. Valid values: `SingleUse`, `Storage`. Default: `SingleUse`. @@ -15,8 +15,8 @@ export function location_PlaceIndexDataSourceConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "intendedUse", - "Specifies how the results of an operation will be stored by the caller. Valid values: `SingleUse`, `Storage`. Default: `SingleUse`.", + 'intendedUse', + 'Specifies how the results of an operation will be stored by the caller. Valid values: `SingleUse`, `Storage`. Default: `SingleUse`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/location_getMapConfiguration.ts b/src/app/Models/codegen/aws/types/location_getMapConfiguration.ts index e9a39f6b2..3b56bdf8b 100644 --- a/src/app/Models/codegen/aws/types/location_getMapConfiguration.ts +++ b/src/app/Models/codegen/aws/types/location_getMapConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface location_getMapConfiguration { // The map style selected from an available data provider. @@ -15,8 +15,8 @@ export function location_getMapConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "style", - "The map style selected from an available data provider.", + 'style', + 'The map style selected from an available data provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/location_getPlaceIndexDataSourceConfiguration.ts b/src/app/Models/codegen/aws/types/location_getPlaceIndexDataSourceConfiguration.ts index 24d671d5b..857f9c21d 100644 --- a/src/app/Models/codegen/aws/types/location_getPlaceIndexDataSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/location_getPlaceIndexDataSourceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface location_getPlaceIndexDataSourceConfiguration { // @@ -15,8 +15,8 @@ export function location_getPlaceIndexDataSourceConfiguration_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "intendedUse", - "", + 'intendedUse', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/m2_ApplicationDefinition.ts b/src/app/Models/codegen/aws/types/m2_ApplicationDefinition.ts index 6162d861b..a66557f97 100644 --- a/src/app/Models/codegen/aws/types/m2_ApplicationDefinition.ts +++ b/src/app/Models/codegen/aws/types/m2_ApplicationDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_ApplicationDefinition { // JSON application definition. Either this or `s3_location` must be specified. @@ -18,16 +18,16 @@ export function m2_ApplicationDefinition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "s3Location", - "Location of the application definition in S3. Either this or `content` must be specified.", + 's3Location', + 'Location of the application definition in S3. Either this or `content` must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "content", - "JSON application definition. Either this or `s3_location` must be specified.", + 'content', + 'JSON application definition. Either this or `s3_location` must be specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/m2_ApplicationTimeouts.ts b/src/app/Models/codegen/aws/types/m2_ApplicationTimeouts.ts index 528777f75..1d210ff29 100644 --- a/src/app/Models/codegen/aws/types/m2_ApplicationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/m2_ApplicationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_ApplicationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function m2_ApplicationTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function m2_ApplicationTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function m2_ApplicationTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/m2_DeploymentTimeouts.ts b/src/app/Models/codegen/aws/types/m2_DeploymentTimeouts.ts index 1540e6fdf..7f7fc75f4 100644 --- a/src/app/Models/codegen/aws/types/m2_DeploymentTimeouts.ts +++ b/src/app/Models/codegen/aws/types/m2_DeploymentTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_DeploymentTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function m2_DeploymentTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function m2_DeploymentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function m2_DeploymentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/m2_EnvironmentHighAvailabilityConfig.ts b/src/app/Models/codegen/aws/types/m2_EnvironmentHighAvailabilityConfig.ts index 130b703be..21a955cf4 100644 --- a/src/app/Models/codegen/aws/types/m2_EnvironmentHighAvailabilityConfig.ts +++ b/src/app/Models/codegen/aws/types/m2_EnvironmentHighAvailabilityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_EnvironmentHighAvailabilityConfig { // Desired number of instances for the Environment. @@ -15,8 +15,8 @@ export function m2_EnvironmentHighAvailabilityConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "desiredCapacity", - "Desired number of instances for the Environment.", + 'desiredCapacity', + 'Desired number of instances for the Environment.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfiguration.ts b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfiguration.ts index 85de92bcb..12ad4dc6e 100644 --- a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { m2_EnvironmentStorageConfigurationEfs, m2_EnvironmentStorageConfigurationEfs_GetTypes, -} from "./m2_EnvironmentStorageConfigurationEfs"; +} from './m2_EnvironmentStorageConfigurationEfs'; import { m2_EnvironmentStorageConfigurationFsx, m2_EnvironmentStorageConfigurationFsx_GetTypes, -} from "./m2_EnvironmentStorageConfigurationFsx"; +} from './m2_EnvironmentStorageConfigurationFsx'; export interface m2_EnvironmentStorageConfiguration { // @@ -26,16 +26,16 @@ export function m2_EnvironmentStorageConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "fsx", - "", + 'fsx', + '', () => m2_EnvironmentStorageConfigurationFsx_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "efs", - "", + 'efs', + '', () => m2_EnvironmentStorageConfigurationEfs_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationEfs.ts b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationEfs.ts index 73404d713..9a90fe17b 100644 --- a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationEfs.ts +++ b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationEfs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_EnvironmentStorageConfigurationEfs { // Id of the EFS filesystem to mount. @@ -18,16 +18,16 @@ export function m2_EnvironmentStorageConfigurationEfs_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "Id of the EFS filesystem to mount.", + 'fileSystemId', + 'Id of the EFS filesystem to mount.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mountPoint", - "Path to mount the filesystem on, must start with `/m2/mount/`.", + 'mountPoint', + 'Path to mount the filesystem on, must start with `/m2/mount/`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationFsx.ts b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationFsx.ts index 9512beb07..491641400 100644 --- a/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationFsx.ts +++ b/src/app/Models/codegen/aws/types/m2_EnvironmentStorageConfigurationFsx.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_EnvironmentStorageConfigurationFsx { // Id of the FSX filesystem to mount. @@ -18,16 +18,16 @@ export function m2_EnvironmentStorageConfigurationFsx_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "Id of the FSX filesystem to mount.", + 'fileSystemId', + 'Id of the FSX filesystem to mount.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mountPoint", - "Path to mount the filesystem on, must start with `/m2/mount/`.", + 'mountPoint', + 'Path to mount the filesystem on, must start with `/m2/mount/`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/m2_EnvironmentTimeouts.ts b/src/app/Models/codegen/aws/types/m2_EnvironmentTimeouts.ts index 29d4eac76..8b8818a0f 100644 --- a/src/app/Models/codegen/aws/types/m2_EnvironmentTimeouts.ts +++ b/src/app/Models/codegen/aws/types/m2_EnvironmentTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface m2_EnvironmentTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function m2_EnvironmentTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function m2_EnvironmentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function m2_EnvironmentTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationExportConfigurationS3Destination.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationExportConfigurationS3Destination.ts index af27bb721..8c79bd1c3 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationExportConfigurationS3Destination.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationExportConfigurationS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationExportConfigurationS3Destination { // The object key for the bucket in which Amazon Macie exports the data classification results. @@ -25,24 +25,24 @@ export function macie2_ClassificationExportConfigurationS3Destination_GetTypes() return [ new DynamicUIProps( InputType.String, - "keyPrefix", - "The object key for the bucket in which Amazon Macie exports the data classification results.", + 'keyPrefix', + 'The object key for the bucket in which Amazon Macie exports the data classification results.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.\n\nAdditional information can be found in the [Storing and retaining sensitive data discovery results with Amazon Macie for AWS Macie documentation](https://docs.aws.amazon.com/macie/latest/user/discovery-results-repository-s3.html).", + 'kmsKeyArn', + 'Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.\n\nAdditional information can be found in the [Storing and retaining sensitive data discovery results with Amazon Macie for AWS Macie documentation](https://docs.aws.amazon.com/macie/latest/user/discovery-results-repository-s3.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "The Amazon S3 bucket name in which Amazon Macie exports the data classification results.", + 'bucketName', + 'The Amazon S3 bucket name in which Amazon Macie exports the data classification results.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinition.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinition.ts index 12594ae4a..3b20617dd 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinition.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinition.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketDefinition, macie2_ClassificationJobS3JobDefinitionBucketDefinition_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketDefinition"; +} from './macie2_ClassificationJobS3JobDefinitionBucketDefinition'; import { macie2_ClassificationJobS3JobDefinitionScoping, macie2_ClassificationJobS3JobDefinitionScoping_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScoping"; +} from './macie2_ClassificationJobS3JobDefinitionScoping'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteria, macie2_ClassificationJobS3JobDefinitionBucketCriteria_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteria"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteria'; export interface macie2_ClassificationJobS3JobDefinition { // The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Conflicts with `bucket_definitions`. (documented below) @@ -33,24 +33,24 @@ export function macie2_ClassificationJobS3JobDefinition_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "scoping", - "The property- and tag-based conditions that determine which objects to include or exclude from the analysis. (documented below)", + 'scoping', + 'The property- and tag-based conditions that determine which objects to include or exclude from the analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScoping_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "bucketCriteria", - "The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Conflicts with `bucket_definitions`. (documented below)", + 'bucketCriteria', + 'The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Conflicts with `bucket_definitions`. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteria_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "bucketDefinitions", - "An array of objects, one for each AWS account that owns buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for the account. Conflicts with `bucket_criteria`. (documented below)", + 'bucketDefinitions', + 'An array of objects, one for each AWS account that owns buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for the account. Conflicts with `bucket_criteria`. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketDefinition_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteria.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteria.ts index bfa316a21..1228a660f 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteria.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteria.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes, macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes, macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteria { // The property- or tag-based conditions that determine which S3 buckets to include in the analysis. (documented below) @@ -26,8 +26,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteria_GetTypes() return [ new DynamicUIProps( InputType.Object, - "includes", - "The property- or tag-based conditions that determine which S3 buckets to include in the analysis. (documented below)", + 'includes', + 'The property- or tag-based conditions that determine which S3 buckets to include in the analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes_GetTypes(), false, @@ -35,8 +35,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteria_GetTypes() ), new DynamicUIProps( InputType.Object, - "excludes", - "The property- or tag-based conditions that determine which S3 buckets to exclude from the analysis. (documented below)", + 'excludes', + 'The property- or tag-based conditions that determine which S3 buckets to exclude from the analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes.ts index c936d4646..f2e7a6150 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd, macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes { // An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below) @@ -19,8 +19,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludes_Ge return [ new DynamicUIProps( InputType.Array, - "ands", - "An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)", + 'ands', + 'An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd.ts index b19dfd461..25ae0b919 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion, macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion, macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd { // A property-based condition that defines a property, operator, and one or more values for including or excluding an S3 buckets from the job. (documented below) @@ -26,8 +26,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd return [ new DynamicUIProps( InputType.Object, - "simpleCriterion", - "A property-based condition that defines a property, operator, and one or more values for including or excluding an S3 buckets from the job. (documented below)", + 'simpleCriterion', + 'A property-based condition that defines a property, operator, and one or more values for including or excluding an S3 buckets from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion_GetTypes(), false, @@ -35,8 +35,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd ), new DynamicUIProps( InputType.Object, - "tagCriterion", - "A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an S3 buckets from the job. (documented below)", + 'tagCriterion', + 'A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an S3 buckets from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion.ts index 41ac5e216..e85aea9f1 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndSimpleCriterion { // The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator) @@ -21,24 +21,24 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd return [ new DynamicUIProps( InputType.String, - "key", - "The object property to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionkeyforjob)", + 'key', + 'The object property to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionkeyforjob)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "An array that lists the values to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionforjob)", + 'values', + 'An array that lists the values to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionforjob)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)", + 'comparator', + 'The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion.ts index 4242c4137..36c8feaa2 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue, macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterion { // The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator) @@ -22,16 +22,16 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)", + 'comparator', + 'The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagValues", - "The tag key and value pairs to use in the condition. One or more blocks are allowed. (documented below)", + 'tagValues', + 'The tag key and value pairs to use in the condition. One or more blocks are allowed. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue.ts index 49423d8c7..a5b8d7d62 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAndTagCriterionTagValue { // The tag key. @@ -18,16 +18,16 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaExcludesAnd return [ new DynamicUIProps( InputType.String, - "key", - "The tag key.", + 'key', + 'The tag key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The tag value.", + 'value', + 'The tag value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes.ts index c85dda0ac..8e8c3b3ee 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd, macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes { // An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below) @@ -19,8 +19,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludes_Ge return [ new DynamicUIProps( InputType.Array, - "ands", - "An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)", + 'ands', + 'An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd.ts index 0e4c184e9..93e302d62 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion, macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion, macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd { // A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an S3 buckets from the job. (documented below) @@ -26,8 +26,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd return [ new DynamicUIProps( InputType.Object, - "simpleCriterion", - "A property-based condition that defines a property, operator, and one or more values for including or excluding an S3 buckets from the job. (documented below)", + 'simpleCriterion', + 'A property-based condition that defines a property, operator, and one or more values for including or excluding an S3 buckets from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion_GetTypes(), false, @@ -35,8 +35,8 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd ), new DynamicUIProps( InputType.Object, - "tagCriterion", - "A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an S3 buckets from the job. (documented below)", + 'tagCriterion', + 'A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an S3 buckets from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion.ts index c60ff9eb0..2f5db32bf 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion { // The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator) @@ -21,24 +21,24 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)", + 'comparator', + 'The operator to use in a condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The object property to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionkeyforjob)", + 'key', + 'The object property to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionkeyforjob)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "An array that lists the values to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionforjob)", + 'values', + 'An array that lists the values to use in the condition. Valid combination of values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-simplecriterionforjob)', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion.ts index 8c286e081..d4e822da8 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue, macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue"; +} from './macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterion { // The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator) @@ -22,16 +22,16 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)", + 'comparator', + 'The operator to use in the condition. Valid combination and values are available in the [AWS Documentation](https://docs.aws.amazon.com/macie/latest/APIReference/jobs.html#jobs-model-jobcomparator)', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagValues", - "The tag key and value pairs to use in the condition. One or more blocks are allowed. (documented below)", + 'tagValues', + 'The tag key and value pairs to use in the condition. One or more blocks are allowed. (documented below)', () => macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue.ts index 6c0dc602d..10a4ea36c 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndTagCriterionTagValue { // The tag key. @@ -18,16 +18,16 @@ export function macie2_ClassificationJobS3JobDefinitionBucketCriteriaIncludesAnd return [ new DynamicUIProps( InputType.String, - "key", - "The tag key.", + 'key', + 'The tag key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The tag value.", + 'value', + 'The tag value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketDefinition.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketDefinition.ts index 7a79f403a..55c3bf92e 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketDefinition.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionBucketDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionBucketDefinition { // The unique identifier for the AWS account that owns the buckets. @@ -18,16 +18,16 @@ export function macie2_ClassificationJobS3JobDefinitionBucketDefinition_GetTypes return [ new DynamicUIProps( InputType.String, - "accountId", - "The unique identifier for the AWS account that owns the buckets.", + 'accountId', + 'The unique identifier for the AWS account that owns the buckets.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "buckets", - "An array that lists the names of the buckets.", + 'buckets', + 'An array that lists the names of the buckets.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScoping.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScoping.ts index 7b9f65ed7..97a26d5c4 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScoping.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScoping.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingExcludes, macie2_ClassificationJobS3JobDefinitionScopingExcludes_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingExcludes"; +} from './macie2_ClassificationJobS3JobDefinitionScopingExcludes'; import { macie2_ClassificationJobS3JobDefinitionScopingIncludes, macie2_ClassificationJobS3JobDefinitionScopingIncludes_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingIncludes"; +} from './macie2_ClassificationJobS3JobDefinitionScopingIncludes'; export interface macie2_ClassificationJobS3JobDefinitionScoping { // The property- or tag-based conditions that determine which objects to exclude from the analysis. (documented below) @@ -26,16 +26,16 @@ export function macie2_ClassificationJobS3JobDefinitionScoping_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "excludes", - "The property- or tag-based conditions that determine which objects to exclude from the analysis. (documented below)", + 'excludes', + 'The property- or tag-based conditions that determine which objects to exclude from the analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingExcludes_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "includes", - "The property- or tag-based conditions that determine which objects to include in the analysis. (documented below)", + 'includes', + 'The property- or tag-based conditions that determine which objects to include in the analysis. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingIncludes_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludes.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludes.ts index f8c664c21..c69c0652e 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludes.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd, macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd"; +} from './macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd'; export interface macie2_ClassificationJobS3JobDefinitionScopingExcludes { // An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below) @@ -19,8 +19,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludes_GetTypes( return [ new DynamicUIProps( InputType.Array, - "ands", - "An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)", + 'ands', + 'An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd.ts index 9cbbd19cb..4ef4fc58d 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm, macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm"; +} from './macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm'; import { macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm, macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm"; +} from './macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm'; export interface macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd { // A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below) @@ -26,8 +26,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd_GetTyp return [ new DynamicUIProps( InputType.Object, - "simpleScopeTerm", - "A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below)", + 'simpleScopeTerm', + 'A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm_GetTypes(), false, @@ -35,8 +35,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAnd_GetTyp ), new DynamicUIProps( InputType.Object, - "tagScopeTerm", - "A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an object from the job. (documented below)", + 'tagScopeTerm', + 'A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an object from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.ts index da9e539f2..03bb1c173 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm { // The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH` @@ -21,24 +21,24 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAndSimpleS return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH`", + 'comparator', + 'The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The object property to use in the condition.", + 'key', + 'The object property to use in the condition.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "An array that lists the values to use in the condition.", + 'values', + 'An array that lists the values to use in the condition.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm.ts index 6d0de9ce1..23c92ee66 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue, macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue"; +} from './macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue'; export interface macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm { // The operator to use in the condition. @@ -28,24 +28,24 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScop return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in the condition.", + 'comparator', + 'The operator to use in the condition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The tag key to use in the condition. The only valid value is `TAG`.", + 'key', + 'The tag key to use in the condition. The only valid value is `TAG`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagValues", - "The tag keys or tag key and value pairs to use in the condition.", + 'tagValues', + 'The tag keys or tag key and value pairs to use in the condition.', () => macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue_GetTypes(), false, @@ -53,8 +53,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScop ), new DynamicUIProps( InputType.String, - "target", - "The type of object to apply the condition to. The only valid value is `S3_OBJECT`.", + 'target', + 'The type of object to apply the condition to. The only valid value is `S3_OBJECT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue.ts index d6510b752..58a9696de 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValue { // The tag key. @@ -18,16 +18,16 @@ export function macie2_ClassificationJobS3JobDefinitionScopingExcludesAndTagScop return [ new DynamicUIProps( InputType.String, - "key", - "The tag key.", + 'key', + 'The tag key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The tag value.", + 'value', + 'The tag value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludes.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludes.ts index d8c22b4ea..94377ed68 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludes.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd, macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd"; +} from './macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd'; export interface macie2_ClassificationJobS3JobDefinitionScopingIncludes { // An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below) @@ -19,8 +19,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludes_GetTypes( return [ new DynamicUIProps( InputType.Array, - "ands", - "An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)", + 'ands', + 'An array of conditions, one for each condition that determines which objects to include or exclude from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd.ts index c9d8c7a30..aa9175255 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm, macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm"; +} from './macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm'; import { macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm, macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm"; +} from './macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm'; export interface macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd { // A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below) @@ -26,8 +26,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd_GetTyp return [ new DynamicUIProps( InputType.Object, - "simpleScopeTerm", - "A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below)", + 'simpleScopeTerm', + 'A property-based condition that defines a property, operator, and one or more values for including or excluding an object from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm_GetTypes(), false, @@ -35,8 +35,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAnd_GetTyp ), new DynamicUIProps( InputType.Object, - "tagScopeTerm", - "A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an object from the job. (documented below)", + 'tagScopeTerm', + 'A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding an object from the job. (documented below)', () => macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm.ts index 04c94809c..c7983b4a9 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm { // The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH` @@ -21,24 +21,24 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAndSimpleS return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH`", + 'comparator', + 'The operator to use in a condition. Valid values are: `EQ`, `GT`, `GTE`, `LT`, `LTE`, `NE`, `CONTAINS`, `STARTS_WITH`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The object property to use in the condition.", + 'key', + 'The object property to use in the condition.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "An array that lists the values to use in the condition.", + 'values', + 'An array that lists the values to use in the condition.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm.ts index 55c8c0f86..4d137eec8 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue, macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue_GetTypes, -} from "./macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue"; +} from './macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue'; export interface macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm { // The operator to use in the condition. @@ -28,24 +28,24 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScop return [ new DynamicUIProps( InputType.String, - "comparator", - "The operator to use in the condition.", + 'comparator', + 'The operator to use in the condition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The tag key to use in the condition. The only valid value is `TAG`.", + 'key', + 'The tag key to use in the condition. The only valid value is `TAG`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagValues", - "The tag keys or tag key and value pairs to use in the condition.", + 'tagValues', + 'The tag keys or tag key and value pairs to use in the condition.', () => macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue_GetTypes(), false, @@ -53,8 +53,8 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScop ), new DynamicUIProps( InputType.String, - "target", - "The type of object to apply the condition to. The only valid value is `S3_OBJECT`.", + 'target', + 'The type of object to apply the condition to. The only valid value is `S3_OBJECT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue.ts index cc7ebdf1d..09f82b587 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValue { // The tag key. @@ -18,16 +18,16 @@ export function macie2_ClassificationJobS3JobDefinitionScopingIncludesAndTagScop return [ new DynamicUIProps( InputType.String, - "key", - "The tag key.", + 'key', + 'The tag key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The tag value.", + 'value', + 'The tag value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobScheduleFrequency.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobScheduleFrequency.ts index 4706fd303..09f65d93e 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobScheduleFrequency.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobScheduleFrequency.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobScheduleFrequency { // Specifies a monthly recurrence pattern for running the job. @@ -21,24 +21,24 @@ export function macie2_ClassificationJobScheduleFrequency_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "monthlySchedule", - "Specifies a monthly recurrence pattern for running the job.", + 'monthlySchedule', + 'Specifies a monthly recurrence pattern for running the job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "weeklySchedule", - "Specifies a weekly recurrence pattern for running the job.", + 'weeklySchedule', + 'Specifies a weekly recurrence pattern for running the job.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dailySchedule", - "Specifies a daily recurrence pattern for running the job.", + 'dailySchedule', + 'Specifies a daily recurrence pattern for running the job.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie2_ClassificationJobUserPausedDetail.ts b/src/app/Models/codegen/aws/types/macie2_ClassificationJobUserPausedDetail.ts index b67b51b9c..74c4189b3 100644 --- a/src/app/Models/codegen/aws/types/macie2_ClassificationJobUserPausedDetail.ts +++ b/src/app/Models/codegen/aws/types/macie2_ClassificationJobUserPausedDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie2_ClassificationJobUserPausedDetail { // @@ -21,24 +21,24 @@ export function macie2_ClassificationJobUserPausedDetail_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "jobExpiresAt", - "", + 'jobExpiresAt', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jobImminentExpirationHealthEventArn", - "", + 'jobImminentExpirationHealthEventArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "jobPausedAt", - "", + 'jobPausedAt', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteria.ts b/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteria.ts index 36fa8f8e5..b536ae469 100644 --- a/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteria.ts +++ b/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { macie_FindingsFilterFindingCriteriaCriterion, macie_FindingsFilterFindingCriteriaCriterion_GetTypes, -} from "./macie_FindingsFilterFindingCriteriaCriterion"; +} from './macie_FindingsFilterFindingCriteriaCriterion'; export interface macie_FindingsFilterFindingCriteria { // A condition that specifies the property, operator, and one or more values to use to filter the results. (documented below) @@ -19,8 +19,8 @@ export function macie_FindingsFilterFindingCriteria_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "criterions", - "A condition that specifies the property, operator, and one or more values to use to filter the results. (documented below)", + 'criterions', + 'A condition that specifies the property, operator, and one or more values to use to filter the results. (documented below)', () => macie_FindingsFilterFindingCriteriaCriterion_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteriaCriterion.ts b/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteriaCriterion.ts index 992fb2da0..b5991cfdd 100644 --- a/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteriaCriterion.ts +++ b/src/app/Models/codegen/aws/types/macie_FindingsFilterFindingCriteriaCriterion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface macie_FindingsFilterFindingCriteriaCriterion { // The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values. @@ -36,7 +36,7 @@ export function macie_FindingsFilterFindingCriteriaCriterion_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "neqs", + 'neqs', "The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.", () => InputType_String_GetTypes(), false, @@ -44,56 +44,56 @@ export function macie_FindingsFilterFindingCriteriaCriterion_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "eqExactMatches", - "The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.", + 'eqExactMatches', + 'The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "eqs", - "The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.", + 'eqs', + 'The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "field", - "The name of the field to be evaluated.", + 'field', + 'The name of the field to be evaluated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "gt", - "The value for the property is greater than the specified value.", + 'gt', + 'The value for the property is greater than the specified value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The value for the property is greater than or equal to the specified value.", + 'gte', + 'The value for the property is greater than or equal to the specified value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lt", - "The value for the property is less than the specified value.", + 'lt', + 'The value for the property is less than the specified value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The value for the property is less than or equal to the specified value.", + 'lte', + 'The value for the property is less than or equal to the specified value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mediaconvert_QueueReservationPlanSettings.ts b/src/app/Models/codegen/aws/types/mediaconvert_QueueReservationPlanSettings.ts index 347c0e8de..d5e027241 100644 --- a/src/app/Models/codegen/aws/types/mediaconvert_QueueReservationPlanSettings.ts +++ b/src/app/Models/codegen/aws/types/mediaconvert_QueueReservationPlanSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mediaconvert_QueueReservationPlanSettings { // The length of the term of your reserved queue pricing plan commitment. Valid value is `ONE_YEAR`. @@ -21,24 +21,24 @@ export function mediaconvert_QueueReservationPlanSettings_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "commitment", - "The length of the term of your reserved queue pricing plan commitment. Valid value is `ONE_YEAR`.", + 'commitment', + 'The length of the term of your reserved queue pricing plan commitment. Valid value is `ONE_YEAR`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "renewalType", - "Specifies whether the term of your reserved queue pricing plan. Valid values are `AUTO_RENEW` or `EXPIRE`.", + 'renewalType', + 'Specifies whether the term of your reserved queue pricing plan. Valid values are `AUTO_RENEW` or `EXPIRE`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "reservedSlots", - "Specifies the number of reserved transcode slots (RTS) for queue.", + 'reservedSlots', + 'Specifies the number of reserved transcode slots (RTS) for queue.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelCdiInputSpecification.ts b/src/app/Models/codegen/aws/types/medialive_ChannelCdiInputSpecification.ts index 20b55e063..092b997e9 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelCdiInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelCdiInputSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelCdiInputSpecification { // Maximum CDI input resolution. @@ -15,8 +15,8 @@ export function medialive_ChannelCdiInputSpecification_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "resolution", - "Maximum CDI input resolution.", + 'resolution', + 'Maximum CDI input resolution.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelDestination.ts index b80d28c39..becc3275d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelDestination.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelDestinationMultiplexSettings, medialive_ChannelDestinationMultiplexSettings_GetTypes, -} from "./medialive_ChannelDestinationMultiplexSettings"; +} from './medialive_ChannelDestinationMultiplexSettings'; import { medialive_ChannelDestinationSetting, medialive_ChannelDestinationSetting_GetTypes, -} from "./medialive_ChannelDestinationSetting"; +} from './medialive_ChannelDestinationSetting'; import { medialive_ChannelDestinationMediaPackageSetting, medialive_ChannelDestinationMediaPackageSetting_GetTypes, -} from "./medialive_ChannelDestinationMediaPackageSetting"; +} from './medialive_ChannelDestinationMediaPackageSetting'; export interface medialive_ChannelDestination { // User-specified id. Ths is used in an output group or an output. @@ -36,32 +36,32 @@ export function medialive_ChannelDestination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "User-specified id. Ths is used in an output group or an output.", + 'id', + 'User-specified id. Ths is used in an output group or an output.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "mediaPackageSettings", - "Destination settings for a MediaPackage output; one destination for both encoders. See Media Package Settings for more details.", + 'mediaPackageSettings', + 'Destination settings for a MediaPackage output; one destination for both encoders. See Media Package Settings for more details.', () => medialive_ChannelDestinationMediaPackageSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "multiplexSettings", - "Destination settings for a Multiplex output; one destination for both encoders. See Multiplex Settings for more details.", + 'multiplexSettings', + 'Destination settings for a Multiplex output; one destination for both encoders. See Multiplex Settings for more details.', () => medialive_ChannelDestinationMultiplexSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "settings", - "Destination settings for a standard output; one destination for each redundant encoder. See Settings for more details.", + 'settings', + 'Destination settings for a standard output; one destination for each redundant encoder. See Settings for more details.', () => medialive_ChannelDestinationSetting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMediaPackageSetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMediaPackageSetting.ts index 4ffff72f7..670a9c4b9 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMediaPackageSetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMediaPackageSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelDestinationMediaPackageSetting { // ID of the channel in MediaPackage that is the destination for this output group. @@ -15,8 +15,8 @@ export function medialive_ChannelDestinationMediaPackageSetting_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "channelId", - "ID of the channel in MediaPackage that is the destination for this output group.", + 'channelId', + 'ID of the channel in MediaPackage that is the destination for this output group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMultiplexSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMultiplexSettings.ts index ae7679f72..cc75cf02f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMultiplexSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationMultiplexSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelDestinationMultiplexSettings { // The ID of the Multiplex that the encoder is providing output to. @@ -18,16 +18,16 @@ export function medialive_ChannelDestinationMultiplexSettings_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "multiplexId", - "The ID of the Multiplex that the encoder is providing output to.", + 'multiplexId', + 'The ID of the Multiplex that the encoder is providing output to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "programName", - "The program name of the Multiplex program that the encoder is providing output to.", + 'programName', + 'The program name of the Multiplex program that the encoder is providing output to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationSetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationSetting.ts index cd9914698..f32c0b383 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelDestinationSetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelDestinationSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelDestinationSetting { // A URL specifying a destination. @@ -24,32 +24,32 @@ export function medialive_ChannelDestinationSetting_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "url", - "A URL specifying a destination.", + 'url', + 'A URL specifying a destination.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "Username for destination.", + 'username', + 'Username for destination.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "Key used to extract the password from EC2 Parameter store.", + 'passwordParam', + 'Key used to extract the password from EC2 Parameter store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamName", - "Stream name RTMP destinations (URLs of type rtmp://)", + 'streamName', + 'Stream name RTMP destinations (URLs of type rtmp://)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettings.ts index af1a2da41..0c210323f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettings.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroup, medialive_ChannelEncoderSettingsOutputGroup_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroup"; +} from './medialive_ChannelEncoderSettingsOutputGroup'; import { medialive_ChannelEncoderSettingsAudioDescription, medialive_ChannelEncoderSettingsAudioDescription_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescription"; +} from './medialive_ChannelEncoderSettingsAudioDescription'; import { medialive_ChannelEncoderSettingsAvailBlanking, medialive_ChannelEncoderSettingsAvailBlanking_GetTypes, -} from "./medialive_ChannelEncoderSettingsAvailBlanking"; +} from './medialive_ChannelEncoderSettingsAvailBlanking'; import { medialive_ChannelEncoderSettingsVideoDescription, medialive_ChannelEncoderSettingsVideoDescription_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescription"; +} from './medialive_ChannelEncoderSettingsVideoDescription'; import { medialive_ChannelEncoderSettingsNielsenConfiguration, medialive_ChannelEncoderSettingsNielsenConfiguration_GetTypes, -} from "./medialive_ChannelEncoderSettingsNielsenConfiguration"; +} from './medialive_ChannelEncoderSettingsNielsenConfiguration'; import { medialive_ChannelEncoderSettingsGlobalConfiguration, medialive_ChannelEncoderSettingsGlobalConfiguration_GetTypes, -} from "./medialive_ChannelEncoderSettingsGlobalConfiguration"; +} from './medialive_ChannelEncoderSettingsGlobalConfiguration'; import { medialive_ChannelEncoderSettingsTimecodeConfig, medialive_ChannelEncoderSettingsTimecodeConfig_GetTypes, -} from "./medialive_ChannelEncoderSettingsTimecodeConfig"; +} from './medialive_ChannelEncoderSettingsTimecodeConfig'; import { medialive_ChannelEncoderSettingsCaptionDescription, medialive_ChannelEncoderSettingsCaptionDescription_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescription"; +} from './medialive_ChannelEncoderSettingsCaptionDescription'; import { medialive_ChannelEncoderSettingsMotionGraphicsConfiguration, medialive_ChannelEncoderSettingsMotionGraphicsConfiguration_GetTypes, -} from "./medialive_ChannelEncoderSettingsMotionGraphicsConfiguration"; +} from './medialive_ChannelEncoderSettingsMotionGraphicsConfiguration'; export interface medialive_ChannelEncoderSettings { // Output groups for the channel. See Output Groups for more details. @@ -75,24 +75,24 @@ export function medialive_ChannelEncoderSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "audioDescriptions", - "Audio descriptions for the channel. See Audio Descriptions for more details.", + 'audioDescriptions', + 'Audio descriptions for the channel. See Audio Descriptions for more details.', () => medialive_ChannelEncoderSettingsAudioDescription_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "availBlanking", - "Settings for ad avail blanking. See Avail Blanking for more details.", + 'availBlanking', + 'Settings for ad avail blanking. See Avail Blanking for more details.', () => medialive_ChannelEncoderSettingsAvailBlanking_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "motionGraphicsConfiguration", - "Settings for motion graphics. See Motion Graphics Configuration for more details.", + 'motionGraphicsConfiguration', + 'Settings for motion graphics. See Motion Graphics Configuration for more details.', () => medialive_ChannelEncoderSettingsMotionGraphicsConfiguration_GetTypes(), false, @@ -100,48 +100,48 @@ export function medialive_ChannelEncoderSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "nielsenConfiguration", - "Nielsen configuration settings. See Nielsen Configuration for more details.", + 'nielsenConfiguration', + 'Nielsen configuration settings. See Nielsen Configuration for more details.', () => medialive_ChannelEncoderSettingsNielsenConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "outputGroups", - "Output groups for the channel. See Output Groups for more details.", + 'outputGroups', + 'Output groups for the channel. See Output Groups for more details.', () => medialive_ChannelEncoderSettingsOutputGroup_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "timecodeConfig", - "Contains settings used to acquire and adjust timecode information from inputs. See Timecode Config for more details.", + 'timecodeConfig', + 'Contains settings used to acquire and adjust timecode information from inputs. See Timecode Config for more details.', () => medialive_ChannelEncoderSettingsTimecodeConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "videoDescriptions", - "Video Descriptions. See Video Descriptions for more details.", + 'videoDescriptions', + 'Video Descriptions. See Video Descriptions for more details.', () => medialive_ChannelEncoderSettingsVideoDescription_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "captionDescriptions", - "Caption Descriptions. See Caption Descriptions for more details.", + 'captionDescriptions', + 'Caption Descriptions. See Caption Descriptions for more details.', () => medialive_ChannelEncoderSettingsCaptionDescription_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "globalConfiguration", - "Configuration settings that apply to the event as a whole. See Global Configuration for more details.", + 'globalConfiguration', + 'Configuration settings that apply to the event as a whole. See Global Configuration for more details.', () => medialive_ChannelEncoderSettingsGlobalConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescription.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescription.ts index 15750d4c2..667fb2ba6 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescription.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescription.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings, medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings, medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings, medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings'; export interface medialive_ChannelEncoderSettingsAudioDescription { // The name of this audio description. @@ -61,32 +61,32 @@ export function medialive_ChannelEncoderSettingsAudioDescription_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "streamName", - "Stream name RTMP destinations (URLs of type rtmp://)", + 'streamName', + 'Stream name RTMP destinations (URLs of type rtmp://)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioSelectorName", - "The name of the audio selector used as the source for this AudioDescription.", + 'audioSelectorName', + 'The name of the audio selector used as the source for this AudioDescription.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "audioTypeControl", - "Determined how audio type is determined.", + 'audioTypeControl', + 'Determined how audio type is determined.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "audioWatermarkSettings", - "Settings to configure one or more solutions that insert audio watermarks in the audio encode. See Audio Watermark Settings for more details.", + 'audioWatermarkSettings', + 'Settings to configure one or more solutions that insert audio watermarks in the audio encode. See Audio Watermark Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings_GetTypes(), false, @@ -94,8 +94,8 @@ export function medialive_ChannelEncoderSettingsAudioDescription_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "remixSettings", - "", + 'remixSettings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings_GetTypes(), false, @@ -103,40 +103,40 @@ export function medialive_ChannelEncoderSettingsAudioDescription_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "audioType", - "Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.", + 'audioType', + 'Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "languageCodeControl", - "", + 'languageCodeControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of this audio description.", + 'name', + 'The name of this audio description.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "", + 'languageCode', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "audioNormalizationSettings", - "Advanced audio normalization settings. See Audio Normalization Settings for more details.", + 'audioNormalizationSettings', + 'Advanced audio normalization settings. See Audio Normalization Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings_GetTypes(), false, @@ -144,8 +144,8 @@ export function medialive_ChannelEncoderSettingsAudioDescription_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "codecSettings", - "Audio codec settings. See Audio Codec Settings for more details.", + 'codecSettings', + 'Audio codec settings. See Audio Codec Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings.ts index f81406f60..18985b7e3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettings { // Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 to the EBU R-128 specification. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioNormalizati return [ new DynamicUIProps( InputType.String, - "algorithm", - "Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 to the EBU R-128 specification.", + 'algorithm', + 'Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 to the EBU R-128 specification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "algorithmControl", - "Algorithm control for the audio description.", + 'algorithmControl', + 'Algorithm control for the audio description.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetLkfs", - "Target LKFS (loudness) to adjust volume to.", + 'targetLkfs', + 'Target LKFS (loudness) to adjust volume to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings.ts index 347e4358a..a195dd032 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings, medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings'; export interface medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettings { // @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSe return [ new DynamicUIProps( InputType.Object, - "nielsenWatermarksSettings", - "", + 'nielsenWatermarksSettings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings.ts index d6a569a39..4ae1f7602 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings, medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting, medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting'; export interface medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettings { // Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details. @@ -29,16 +29,16 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSe return [ new DynamicUIProps( InputType.String, - "nielsenDistributionType", - "Distribution types to assign to the watermarks. Options are `PROGRAM_CONTENT` and `FINAL_DISTRIBUTOR`.", + 'nielsenDistributionType', + 'Distribution types to assign to the watermarks. Options are `PROGRAM_CONTENT` and `FINAL_DISTRIBUTOR`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "nielsenNaesIiNwSettings", - "Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.", + 'nielsenNaesIiNwSettings', + 'Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting_GetTypes(), false, @@ -46,8 +46,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSe ), new DynamicUIProps( InputType.Object, - "nielsenCbetSettings", - "Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.", + 'nielsenCbetSettings', + 'Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings.ts index f64e1d44e..12a8d11e3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettings { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSe return [ new DynamicUIProps( InputType.String, - "cbetCheckDigitString", - "", + 'cbetCheckDigitString', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cbetStepaside", - "Determines the method of CBET insertion mode when prior encoding is detected on the same layer.", + 'cbetStepaside', + 'Determines the method of CBET insertion mode when prior encoding is detected on the same layer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "csid", - "CBET source ID to use in the watermark.", + 'csid', + 'CBET source ID to use in the watermark.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting.ts index 4a255613b..2f983dd4e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSetting { // @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionAudioWatermarkSe return [ new DynamicUIProps( InputType.String, - "checkDigitString", - "", + 'checkDigitString', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sid", - "The Nielsen Source ID to include in the watermark.", + 'sid', + 'The Nielsen Source ID to include in the watermark.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings.ts index b7409842a..0166e5a8d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings'; import { medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings, medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings { // @@ -61,8 +61,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge return [ new DynamicUIProps( InputType.Object, - "aacSettings", - "Aac Settings. See AAC Settings for more details.", + 'aacSettings', + 'Aac Settings. See AAC Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings_GetTypes(), false, @@ -70,8 +70,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "ac3Settings", - "Ac3 Settings. See AC3 Settings for more details.", + 'ac3Settings', + 'Ac3 Settings. See AC3 Settings for more details.', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings_GetTypes(), false, @@ -79,8 +79,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "eac3AtmosSettings", - "Eac3 Atmos Settings. See EAC3 Atmos Settings", + 'eac3AtmosSettings', + 'Eac3 Atmos Settings. See EAC3 Atmos Settings', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings_GetTypes(), false, @@ -88,8 +88,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "eac3Settings", - "Eac3 Settings. See EAC3 Settings", + 'eac3Settings', + 'Eac3 Settings. See EAC3 Settings', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings_GetTypes(), false, @@ -97,8 +97,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "mp2Settings", - "", + 'mp2Settings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings_GetTypes(), false, @@ -106,8 +106,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "passThroughSettings", - "", + 'passThroughSettings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings_GetTypes(), false, @@ -115,8 +115,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "wavSettings", - "", + 'wavSettings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings.ts index 070f48670..ef78d00ac 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAacSettings { // Sets LATM/LOAS AAC output for raw containers. @@ -39,15 +39,15 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAac return [ new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputType", + 'inputType', 'Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair.', () => [], false, @@ -55,56 +55,56 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAac ), new DynamicUIProps( InputType.String, - "profile", - "AAC profile.", + 'profile', + 'AAC profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rateControlMode", - "The rate control mode.", + 'rateControlMode', + 'The rate control mode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vbrQuality", - "VBR Quality Level - Only used if rateControlMode is VBR.", + 'vbrQuality', + 'VBR Quality Level - Only used if rateControlMode is VBR.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rawFormat", - "Sets LATM/LOAS AAC output for raw containers.", + 'rawFormat', + 'Sets LATM/LOAS AAC output for raw containers.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sampleRate", - "Sample rate in Hz.", + 'sampleRate', + 'Sample rate in Hz.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spec", - "Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.", + 'spec', + 'Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codingMode", - "Mono, Stereo, or 5.1 channel layout.", + 'codingMode', + 'Mono, Stereo, or 5.1 channel layout.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings.ts index 574297a00..8d4af61d5 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings { // Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. @@ -33,56 +33,56 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3 return [ new DynamicUIProps( InputType.String, - "codingMode", - "Dolby Digital coding mode.", + 'codingMode', + 'Dolby Digital coding mode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dialnorm", - "Sets the dialnorm of the output.", + 'dialnorm', + 'Sets the dialnorm of the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drcProfile", - "If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.", + 'drcProfile', + 'If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lfeFilter", - "When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.", + 'lfeFilter', + 'When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadataControl", - "Metadata control.", + 'metadataControl', + 'Metadata control.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bitstreamMode", - "Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.", + 'bitstreamMode', + 'Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings.ts index 25eaaf5a8..16966a16e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettings { // Sets the profile for heavy Dolby dynamic range compression. @@ -33,56 +33,56 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac return [ new DynamicUIProps( InputType.Number, - "heightTrim", - "Height dimensional trim.", + 'heightTrim', + 'Height dimensional trim.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "surroundTrim", - "Surround dimensional trim.", + 'surroundTrim', + 'Surround dimensional trim.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codingMode", - "Dolby Digital Plus with Dolby Atmos coding mode.", + 'codingMode', + 'Dolby Digital Plus with Dolby Atmos coding mode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dialnorm", - "Sets the dialnorm for the output.", + 'dialnorm', + 'Sets the dialnorm for the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drcLine", - "Sets the Dolby dynamic range compression profile.", + 'drcLine', + 'Sets the Dolby dynamic range compression profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drcRf", - "Sets the profile for heavy Dolby dynamic range compression.", + 'drcRf', + 'Sets the profile for heavy Dolby dynamic range compression.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings.ts index abeb895f0..9ab87987f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3Settings { // @@ -72,160 +72,160 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsEac return [ new DynamicUIProps( InputType.String, - "lfeFilter", - "When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.", + 'lfeFilter', + 'When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadataControl", - "Metadata control.", + 'metadataControl', + 'Metadata control.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codingMode", - "Dolby Digital Plus coding mode.", + 'codingMode', + 'Dolby Digital Plus coding mode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "surroundExMode", - "", + 'surroundExMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drcRf", - "Sets the profile for heavy Dolby dynamic range compression.", + 'drcRf', + 'Sets the profile for heavy Dolby dynamic range compression.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loRoCenterMixLevel", - "", + 'loRoCenterMixLevel', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loRoSurroundMixLevel", - "", + 'loRoSurroundMixLevel', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lfeControl", - "", + 'lfeControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bitstreamMode", - "Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.", + 'bitstreamMode', + 'Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passthroughControl", - "", + 'passthroughControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stereoDownmix", - "", + 'stereoDownmix', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ltRtSurroundMixLevel", - "", + 'ltRtSurroundMixLevel', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "surroundMode", - "", + 'surroundMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dcFilter", - "", + 'dcFilter', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ltRtCenterMixLevel", - "", + 'ltRtCenterMixLevel', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "attenuationControl", - "Sets the attenuation control.", + 'attenuationControl', + 'Sets the attenuation control.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dialnorm", - "", + 'dialnorm', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "drcLine", - "Sets the Dolby dynamic range compression profile.", + 'drcLine', + 'Sets the Dolby dynamic range compression profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "phaseControl", - "", + 'phaseControl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings.ts index 355512f1f..6fd14f136 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2Settings { // @@ -21,20 +21,20 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsMp2 return [ new DynamicUIProps( InputType.String, - "codingMode", - "", + 'codingMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sampleRate", - "Sample rate in Hz.", + 'sampleRate', + 'Sample rate in Hz.', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "bitrate", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'bitrate', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings.ts index d2c870a4c..c4808bbf0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsPassThroughSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings.ts index b49c178f8..07153e712 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWavSettings { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionCodecSettingsWav return [ new DynamicUIProps( InputType.Number, - "bitDepth", - "", + 'bitDepth', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codingMode", - "", + 'codingMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sampleRate", - "Sample rate in Hz.", + 'sampleRate', + 'Sample rate in Hz.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings.ts index 006506231..273502266 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping, medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping'; export interface medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings { // @@ -25,8 +25,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings_Ge return [ new DynamicUIProps( InputType.Array, - "channelMappings", - "", + 'channelMappings', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping_GetTypes(), true, @@ -34,16 +34,16 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionRemixSettings_Ge ), new DynamicUIProps( InputType.Number, - "channelsIn", - "", + 'channelsIn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "channelsOut", - "", + 'channelsOut', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping.ts index c9bba2830..ae49caaf6 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel, medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel_GetTypes, -} from "./medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel"; +} from './medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel'; export interface medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMapping { // @@ -22,8 +22,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsCha return [ new DynamicUIProps( InputType.Array, - "inputChannelLevels", - "", + 'inputChannelLevels', + '', () => medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel_GetTypes(), true, @@ -31,8 +31,8 @@ export function medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsCha ), new DynamicUIProps( InputType.Number, - "outputChannel", - "", + 'outputChannel', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel.ts index 7c6b79b26..7c3a61cf7 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel { // @@ -16,11 +16,11 @@ export interface medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsCh export function medialive_ChannelEncoderSettingsAudioDescriptionRemixSettingsChannelMappingInputChannelLevel_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "gain", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'gain', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "inputChannel", - "", + 'inputChannel', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlanking.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlanking.ts index 354b2f16a..1961612ed 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlanking.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlanking.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage, medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage_GetTypes, -} from "./medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage"; +} from './medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage'; export interface medialive_ChannelEncoderSettingsAvailBlanking { // Blanking image to be used. See Avail Blanking Image for more details. @@ -22,8 +22,8 @@ export function medialive_ChannelEncoderSettingsAvailBlanking_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "availBlankingImage", - "Blanking image to be used. See Avail Blanking Image for more details.", + 'availBlankingImage', + 'Blanking image to be used. See Avail Blanking Image for more details.', () => medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage_GetTypes(), false, @@ -31,8 +31,8 @@ export function medialive_ChannelEncoderSettingsAvailBlanking_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "state", - "When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.", + 'state', + 'When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage.ts index f65370260..c997a5160 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage { // Key used to extract the password from EC2 Parameter store. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsAvailBlankingAvailBlankingImage_ return [ new DynamicUIProps( InputType.String, - "passwordParam", - "Key used to extract the password from EC2 Parameter store.", + 'passwordParam', + 'Key used to extract the password from EC2 Parameter store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uri", - "Path to a file accessible to the live stream.", + 'uri', + 'Path to a file accessible to the live stream.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - ". Username to be used.", + 'username', + '. Username to be used.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescription.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescription.ts index cd5a7db66..5adc82f43 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescription.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescription.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings'; export interface medialive_ChannelEncoderSettingsCaptionDescription { // Human readable information to indicate captions available for players (eg. English, or Spanish). @@ -34,40 +34,40 @@ export function medialive_ChannelEncoderSettingsCaptionDescription_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "languageDescription", - "Human readable information to indicate captions available for players (eg. English, or Spanish).", + 'languageDescription', + 'Human readable information to indicate captions available for players (eg. English, or Spanish).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.", + 'name', + 'Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accessibility", - "Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.", + 'accessibility', + 'Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "captionSelectorName", - "Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.", + 'captionSelectorName', + 'Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "destinationSettings", - "Additional settings for captions destination that depend on the destination type. See Destination Settings for more details.", + 'destinationSettings', + 'Additional settings for captions destination that depend on the destination type. See Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings_GetTypes(), false, @@ -75,8 +75,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescription_GetTypes(): D ), new DynamicUIProps( InputType.String, - "languageCode", - "ISO 639-2 three-digit code.", + 'languageCode', + 'ISO 639-2 three-digit code.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings.ts index 289403048..ffb85b4ac 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings.ts @@ -3,60 +3,60 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettings { // ARIB Destination Settings. @@ -103,8 +103,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.Object, - "ttmlDestinationSettings", - "TTML Destination Settings. See TTML Destination Settings for more details.", + 'ttmlDestinationSettings', + 'TTML Destination Settings. See TTML Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings_GetTypes(), false, @@ -112,8 +112,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "aribDestinationSettings", - "ARIB Destination Settings.", + 'aribDestinationSettings', + 'ARIB Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings_GetTypes(), false, @@ -121,8 +121,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "smpteTtDestinationSettings", - "SMPTE TT Destination Settings.", + 'smpteTtDestinationSettings', + 'SMPTE TT Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings_GetTypes(), false, @@ -130,8 +130,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "webvttDestinationSettings", - "WebVTT Destination Settings. See WebVTT Destination Settings for more details.", + 'webvttDestinationSettings', + 'WebVTT Destination Settings. See WebVTT Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings_GetTypes(), false, @@ -139,8 +139,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "scte20PlusEmbeddedDestinationSettings", - "SCTE20 Plus Embedded Destination Settings.", + 'scte20PlusEmbeddedDestinationSettings', + 'SCTE20 Plus Embedded Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings_GetTypes(), false, @@ -148,8 +148,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "teletextDestinationSettings", - "Teletext Destination Settings.", + 'teletextDestinationSettings', + 'Teletext Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings_GetTypes(), false, @@ -157,8 +157,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "burnInDestinationSettings", - "Burn In Destination Settings. See Burn In Destination Settings for more details.", + 'burnInDestinationSettings', + 'Burn In Destination Settings. See Burn In Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings_GetTypes(), false, @@ -166,8 +166,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "dvbSubDestinationSettings", - "DVB Sub Destination Settings. See DVB Sub Destination Settings for more details.", + 'dvbSubDestinationSettings', + 'DVB Sub Destination Settings. See DVB Sub Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings_GetTypes(), false, @@ -175,8 +175,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "ebuTtDDestinationSettings", - "EBU TT D Destination Settings. See EBU TT D Destination Settings for more details.", + 'ebuTtDDestinationSettings', + 'EBU TT D Destination Settings. See EBU TT D Destination Settings for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings_GetTypes(), false, @@ -184,8 +184,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "scte27DestinationSettings", - "SCTE27 Destination Settings.", + 'scte27DestinationSettings', + 'SCTE27 Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings_GetTypes(), false, @@ -193,8 +193,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "embeddedPlusScte20DestinationSettings", - "Embedded Plus SCTE20 Destination Settings.", + 'embeddedPlusScte20DestinationSettings', + 'Embedded Plus SCTE20 Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings_GetTypes(), false, @@ -202,8 +202,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "rtmpCaptionInfoDestinationSettings", - "RTMP Caption Info Destination Settings.", + 'rtmpCaptionInfoDestinationSettings', + 'RTMP Caption Info Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings_GetTypes(), false, @@ -211,8 +211,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Object, - "embeddedDestinationSettings", - "Embedded Destination Settings.", + 'embeddedDestinationSettings', + 'Embedded Destination Settings.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings.ts index 8743a0d4f..7f9fc238b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsAribDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings.ts index 6c74cebda..2d2871a93 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettings { // Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match. @@ -67,136 +67,136 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.Number, - "yPosition", - "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.", + 'yPosition', + 'Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fontSize", - "When set to ‘auto’ fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.", + 'fontSize', + 'When set to ‘auto’ fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "alignment", - "If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.", + 'alignment', + 'If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shadowOpacity", - "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.", + 'shadowOpacity', + 'Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fontResolution", - "Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.", + 'fontResolution', + 'Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shadowXOffset", - "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.", + 'shadowXOffset', + 'Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backgroundColor", - "Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.", + 'backgroundColor', + 'Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fontOpacity", - "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.", + 'fontOpacity', + 'Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outlineColor", - "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'outlineColor', + 'Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "shadowColor", - "Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.", + 'shadowColor', + 'Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "xPosition", - "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.", + 'xPosition', + 'Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fontColor", - "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'fontColor', + 'Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teletextGridControl", - "Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.", + 'teletextGridControl', + 'Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "outlineSize", - "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'outlineSize', + 'Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shadowYOffset", - "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.", + 'shadowYOffset', + 'Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "backgroundOpacity", - "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.", + 'backgroundOpacity', + 'Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "font", - "External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.", + 'font', + 'External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont.ts index 3614f6114..3695811bb 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsBurnInDestinationSettingsFont { // Path to a file accessible to the live stream. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.String, - "username", - "Username to be used.", + 'username', + 'Username to be used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "Key used to extract the password from EC2 Parameter store.", + 'passwordParam', + 'Key used to extract the password from EC2 Parameter store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uri", - "Path to a file accessible to the live stream.", + 'uri', + 'Path to a file accessible to the live stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings.ts index f79641255..bdaa33cbb 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont, medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont_GetTypes, -} from "./medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont"; +} from './medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettings { // Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match. @@ -67,120 +67,120 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.Number, - "shadowYOffset", - "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.", + 'shadowYOffset', + 'Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backgroundColor", - "Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.", + 'backgroundColor', + 'Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fontColor", - "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'fontColor', + 'Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "alignment", - "If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'alignment', + 'If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting “smart” justification will left-justify live subtitles and center-justify pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "shadowColor", - "Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.", + 'shadowColor', + 'Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "teletextGridControl", - "Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.", + 'teletextGridControl', + 'Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "yPosition", - "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'yPosition', + 'Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fontOpacity", - "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.", + 'fontOpacity', + 'Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shadowOpacity", - "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.", + 'shadowOpacity', + 'Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fontResolution", - "Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.", + 'fontResolution', + 'Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "xPosition", - "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'xPosition', + 'Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "backgroundOpacity", - "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.", + 'backgroundOpacity', + 'Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fontSize", - "When set to auto fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.", + 'fontSize', + 'When set to auto fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "shadowXOffset", - "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.", + 'shadowXOffset', + 'Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "font", - "External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.", + 'font', + 'External font file used for caption burn-in. File extension must be ‘ttf’ or ‘tte’. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match. See Font for more details.', () => medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont_GetTypes(), false, @@ -188,16 +188,16 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet ), new DynamicUIProps( InputType.Number, - "outlineSize", - "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'outlineSize', + 'Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outlineColor", - "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", + 'outlineColor', + 'Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont.ts index 47b5ac115..d27590470 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsDvbSubDestinationSettingsFont { // Username to be used. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.String, - "username", - "Username to be used.", + 'username', + 'Username to be used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "Key used to extract the password from EC2 Parameter store.", + 'passwordParam', + 'Key used to extract the password from EC2 Parameter store.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "uri", - "Path to a file accessible to the live stream.", + 'uri', + 'Path to a file accessible to the live stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings.ts index bee44fdbc..8d64a5978 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEbuTtDDestinationSettings { // Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to “monospaced”. (If styleControl is set to exclude, the font family is always set to “monospaced”.) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100%!t(MISSING)o allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”. @@ -24,32 +24,32 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.String, - "fontFamily", - "Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to “monospaced”. (If styleControl is set to exclude, the font family is always set to “monospaced”.) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”.", + 'fontFamily', + 'Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to “monospaced”. (If styleControl is set to exclude, the font family is always set to “monospaced”.) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "styleControl", - "Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. - exclude: In the font data attached to the EBU-TT captions, set the font family to “monospaced”. Do not include any other style information.", + 'styleControl', + 'Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. - exclude: In the font data attached to the EBU-TT captions, set the font family to “monospaced”. Do not include any other style information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "copyrightHolder", - "Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.", + 'copyrightHolder', + 'Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fillLineGap", - "Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions). - disabled: Leave the gap unfilled.", + 'fillLineGap', + 'Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions). - disabled: Leave the gap unfilled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings.ts index 0282c80ac..790768668 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings.ts index a0afdd18f..e43b41ce4 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsEmbeddedPlusScte20DestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings.ts index 5a0f869e9..313bb26ba 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsRtmpCaptionInfoDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings.ts index e97a04c6a..01d9eb6f3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte20PlusEmbeddedDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings.ts index 816e59d74..bbe35a8cf 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsScte27DestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings.ts index a0a16f43e..3b4ef0620 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsSmpteTtDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings.ts index 33c99c028..d4f6c795d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTeletextDestinationSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings.ts index 5ad6ddcfb..6bb9a10c5 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsTtmlDestinationSettings { // This field is not currently supported and will not affect the output styling. Leave the default value. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.String, - "styleControl", - "This field is not currently supported and will not affect the output styling. Leave the default value.", + 'styleControl', + 'This field is not currently supported and will not affect the output styling. Leave the default value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings.ts index 0d285cf28..67bb1a79f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings { // Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\_STYLE\_DATA - Don’t pass through the style. The output captions will not contain any font styling information. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsCaptionDescriptionDestinationSet return [ new DynamicUIProps( InputType.String, - "styleControl", - "Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\\_STYLE\\_DATA - Don’t pass through the style. The output captions will not contain any font styling information.", + 'styleControl', + 'Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\\_STYLE\\_DATA - Don’t pass through the style. The output captions will not contain any font styling information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfiguration.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfiguration.ts index 71133fc47..ef716c26d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfiguration.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior, medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior_GetTypes, -} from "./medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior"; +} from './medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior'; export interface medialive_ChannelEncoderSettingsGlobalConfiguration { // Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream. @@ -34,24 +34,24 @@ export function medialive_ChannelEncoderSettingsGlobalConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "initialAudioGain", - "Value to set the initial audio gain for the Live Event.", + 'initialAudioGain', + 'Value to set the initial audio gain for the Live Event.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputEndAction", - "Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When “none” is configured the encoder will transcode either black, a solid color, or a user specified slate images per the “Input Loss Behavior” configuration until the next input switch occurs (which is controlled through the Channel Schedule API).", + 'inputEndAction', + 'Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When “none” is configured the encoder will transcode either black, a solid color, or a user specified slate images per the “Input Loss Behavior” configuration until the next input switch occurs (which is controlled through the Channel Schedule API).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inputLossBehavior", - "Settings for system actions when input is lost. See Input Loss Behavior for more details.", + 'inputLossBehavior', + 'Settings for system actions when input is lost. See Input Loss Behavior for more details.', () => medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior_GetTypes(), false, @@ -59,24 +59,24 @@ export function medialive_ChannelEncoderSettingsGlobalConfiguration_GetTypes(): ), new DynamicUIProps( InputType.String, - "outputLockingMode", - "Indicates how MediaLive pipelines are synchronized. PIPELINE\\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH\\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.", + 'outputLockingMode', + 'Indicates how MediaLive pipelines are synchronized. PIPELINE\\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH\\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputTimingSource", - "Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.", + 'outputTimingSource', + 'Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "supportLowFramerateInputs", - "Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.", + 'supportLowFramerateInputs', + 'Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior.ts index 6fb34859a..770330095 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate, medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate_GetTypes, -} from "./medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate"; +} from './medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate'; export interface medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehavior { // @@ -31,16 +31,16 @@ export function medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBeha return [ new DynamicUIProps( InputType.String, - "inputLossImageColor", - "", + 'inputLossImageColor', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inputLossImageSlate", - "", + 'inputLossImageSlate', + '', () => medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate_GetTypes(), false, @@ -48,24 +48,24 @@ export function medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBeha ), new DynamicUIProps( InputType.String, - "inputLossImageType", - "", + 'inputLossImageType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "repeatFrameMsec", - "", + 'repeatFrameMsec', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "blackFrameMsec", - "", + 'blackFrameMsec', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate.ts index 29af17288..19fd8ab14 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBehaviorInputLossImageSlate { // @@ -21,20 +21,20 @@ export function medialive_ChannelEncoderSettingsGlobalConfigurationInputLossBeha return [ new DynamicUIProps( InputType.String, - "username", - "", + 'username', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "", + 'passwordParam', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "uri", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'uri', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfiguration.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfiguration.ts index 23d764c3d..409279e65 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings, medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings"; +} from './medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings'; export interface medialive_ChannelEncoderSettingsMotionGraphicsConfiguration { // Motion Graphics Insertion. @@ -22,8 +22,8 @@ export function medialive_ChannelEncoderSettingsMotionGraphicsConfiguration_GetT return [ new DynamicUIProps( InputType.Object, - "motionGraphicsSettings", - "Motion Graphics Settings. See Motion Graphics Settings for more details.", + 'motionGraphicsSettings', + 'Motion Graphics Settings. See Motion Graphics Settings for more details.', () => medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings_GetTypes(), true, @@ -31,8 +31,8 @@ export function medialive_ChannelEncoderSettingsMotionGraphicsConfiguration_GetT ), new DynamicUIProps( InputType.String, - "motionGraphicsInsertion", - "Motion Graphics Insertion.", + 'motionGraphicsInsertion', + 'Motion Graphics Insertion.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings.ts index 74ce94594..8da290097 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings, medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings"; +} from './medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings'; export interface medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettings { // Html Motion Graphics Settings. @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotio return [ new DynamicUIProps( InputType.Object, - "htmlMotionGraphicsSettings", - "Html Motion Graphics Settings.", + 'htmlMotionGraphicsSettings', + 'Html Motion Graphics Settings.', () => medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings.ts index 755c44bfd..da339d849 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsMotionGraphicsConfigurationMotionGraphicsSettingsHtmlMotionGraphicsSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsNielsenConfiguration.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsNielsenConfiguration.ts index da7d58cc4..a0f4834e0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsNielsenConfiguration.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsNielsenConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsNielsenConfiguration { // Enter the Distributor ID assigned to your organization by Nielsen. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsNielsenConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "distributorId", - "Enter the Distributor ID assigned to your organization by Nielsen.", + 'distributorId', + 'Enter the Distributor ID assigned to your organization by Nielsen.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nielsenPcmToId3Tagging", - "Enables Nielsen PCM to ID3 tagging.", + 'nielsenPcmToId3Tagging', + 'Enables Nielsen PCM to ID3 tagging.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroup.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroup.ts index 9da33a097..c75a870d7 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroup.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroup.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutput, medialive_ChannelEncoderSettingsOutputGroupOutput_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutput"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutput'; export interface medialive_ChannelEncoderSettingsOutputGroup { // Custom output group name defined by the user. @@ -29,16 +29,16 @@ export function medialive_ChannelEncoderSettingsOutputGroup_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "Custom output group name defined by the user.", + 'name', + 'Custom output group name defined by the user.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "outputGroupSettings", - "Settings associated with the output group. See Output Group Settings for more details.", + 'outputGroupSettings', + 'Settings associated with the output group. See Output Group Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_GetTypes(), true, @@ -46,8 +46,8 @@ export function medialive_ChannelEncoderSettingsOutputGroup_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Array, - "outputs", - "List of outputs. See Outputs for more details.", + 'outputs', + 'List of outputs. See Outputs for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutput_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutput.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutput.ts index 143834a77..efb28cbe8 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutput.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutput.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutput { // The names of the caption descriptions used as caption sources for the output. @@ -31,8 +31,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutput_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "outputSettings", - "Settings for output. See Output Settings for more details.", + 'outputSettings', + 'Settings for output. See Output Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_GetTypes(), true, @@ -40,32 +40,32 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutput_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "videoDescriptionName", - "The name of the video description used as video source for the output.", + 'videoDescriptionName', + 'The name of the video description used as video source for the output.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "audioDescriptionNames", - "The names of the audio descriptions used as audio sources for the output.", + 'audioDescriptionNames', + 'The names of the audio descriptions used as audio sources for the output.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "captionDescriptionNames", - "The names of the caption descriptions used as caption sources for the output.", + 'captionDescriptionNames', + 'The names of the caption descriptions used as caption sources for the output.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "outputName", - "The name used to identify an output.", + 'outputName', + 'The name used to identify an output.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings.ts index 2c18ec8dd..0a285442b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings.ts @@ -3,40 +3,40 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings { // @@ -68,8 +68,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G return [ new DynamicUIProps( InputType.Object, - "udpGroupSettings", - "", + 'udpGroupSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings_GetTypes(), false, @@ -77,8 +77,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Array, - "archiveGroupSettings", - "Archive group settings. See Archive Group Settings for more details.", + 'archiveGroupSettings', + 'Archive group settings. See Archive Group Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting_GetTypes(), false, @@ -86,8 +86,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "frameCaptureGroupSettings", - "", + 'frameCaptureGroupSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings_GetTypes(), false, @@ -95,8 +95,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "hlsGroupSettings", - "", + 'hlsGroupSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings_GetTypes(), false, @@ -104,8 +104,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "mediaPackageGroupSettings", - "Media package group settings. See Media Package Group Settings for more details.", + 'mediaPackageGroupSettings', + 'Media package group settings. See Media Package Group Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings_GetTypes(), false, @@ -113,8 +113,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "msSmoothGroupSettings", - "", + 'msSmoothGroupSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings_GetTypes(), false, @@ -122,8 +122,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "multiplexGroupSettings", - "", + 'multiplexGroupSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings_GetTypes(), false, @@ -131,8 +131,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettings_G ), new DynamicUIProps( InputType.Object, - "rtmpGroupSettings", - "RTMP group settings. See RTMP Group Settings for more details.", + 'rtmpGroupSettings', + 'RTMP group settings. See RTMP Group Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting.ts index 6224883a2..3d768b739 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSetting { // Parameters that control the interactions with the CDN. See Archive CDN Settings for more details. @@ -29,8 +29,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr return [ new DynamicUIProps( InputType.Object, - "archiveCdnSettings", - "Parameters that control the interactions with the CDN. See Archive CDN Settings for more details.", + 'archiveCdnSettings', + 'Parameters that control the interactions with the CDN. See Archive CDN Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings_GetTypes(), false, @@ -38,8 +38,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr ), new DynamicUIProps( InputType.Object, - "destination", - "A director and base filename where archive files should be written. See Destination for more details.", + 'destination', + 'A director and base filename where archive files should be written. See Destination for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination_GetTypes(), true, @@ -47,8 +47,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr ), new DynamicUIProps( InputType.Number, - "rolloverInterval", - "Number of seconds to write to archive file before closing and starting a new one.", + 'rolloverInterval', + 'Number of seconds to write to archive file before closing and starting a new one.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings.ts index 263fc4658..8d14165d0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettings { // Archive S3 Settings. See Archive S3 Settings for more details. @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr return [ new DynamicUIProps( InputType.Object, - "archiveS3Settings", - "Archive S3 Settings. See Archive S3 Settings for more details.", + 'archiveS3Settings', + 'Archive S3 Settings. See Archive S3 Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings.ts index 35fca878a..973703383 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArchiveS3Settings { // Specify the canned ACL to apply to each S3 request. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr return [ new DynamicUIProps( InputType.String, - "cannedAcl", - "Specify the canned ACL to apply to each S3 request.", + 'cannedAcl', + 'Specify the canned ACL to apply to each S3 request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination.ts index 62e72b736..a3ac246d4 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsAr return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings.ts index 8ba0463be..edef9cdf7 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettings { // @@ -26,8 +26,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFr return [ new DynamicUIProps( InputType.Object, - "destination", - "", + 'destination', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination_GetTypes(), true, @@ -35,8 +35,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFr ), new DynamicUIProps( InputType.Object, - "frameCaptureCdnSettings", - "", + 'frameCaptureCdnSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination.ts index 1bded28da..ff3396fc4 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFr return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings.ts index c789e6fab..1e1fed5e6 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettings { // @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFr return [ new DynamicUIProps( InputType.Object, - "frameCaptureS3Settings", - "", + 'frameCaptureS3Settings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings.ts index 87830a67a..c739b256f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFrameCaptureGroupSettingsFrameCaptureCdnSettingsFrameCaptureS3Settings { // Specify the canned ACL to apply to each S3 request. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsFr return [ new DynamicUIProps( InputType.String, - "cannedAcl", - "Specify the canned ACL to apply to each S3 request.", + 'cannedAcl', + 'Specify the canned ACL to apply to each S3 request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings.ts index d17541f11..5d54fce65 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettings { // @@ -154,258 +154,258 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "programDateTimePeriod", - "", + 'programDateTimePeriod', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minSegmentLength", - "", + 'minSegmentLength', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "indexNSegments", - "", + 'indexNSegments', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "programDateTime", - "", + 'programDateTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timedMetadataId3Period", - "", + 'timedMetadataId3Period', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "codecSpecification", - "", + 'codecSpecification', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataId3Frame", - "Indicates ID3 frame that has the timecode.", + 'timedMetadataId3Frame', + 'Indicates ID3 frame that has the timecode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "keepSegments", - "", + 'keepSegments', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "baseUrlManifest", - "", + 'baseUrlManifest', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "incompleteSegmentBehavior", - "", + 'incompleteSegmentBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iframeOnlyPlaylists", - "", + 'iframeOnlyPlaylists', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hlsId3SegmentTagging", - "", + 'hlsId3SegmentTagging', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryStructure", - "", + 'directoryStructure', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tsFileMode", - "", + 'tsFileMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputSelection", - "", + 'outputSelection', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "keyProviderSettings", - "", + 'keyProviderSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings_GetTypes(), false, false, ), - new DynamicUIProps(InputType.String, "mode", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], false, false), new DynamicUIProps( InputType.String, - "baseUrlManifest1", - "", + 'baseUrlManifest1', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyFormatVersions", - "", + 'keyFormatVersions', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "segmentsPerSubdirectory", - "", + 'segmentsPerSubdirectory', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "captionLanguageSetting", - "", + 'captionLanguageSetting', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ivInManifest", - "", + 'ivInManifest', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "programDateTimeClock", - "", + 'programDateTimeClock', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redundantManifest", - "", + 'redundantManifest', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryptionType", - "", + 'encryptionType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "baseUrlContent1", - "", + 'baseUrlContent1', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "baseUrlContent", - "", + 'baseUrlContent', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputLossAction", - "", + 'inputLossAction', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timestampDeltaMilliseconds", - "", + 'timestampDeltaMilliseconds', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "adMarkers", - "The ad marker type for this output group.", + 'adMarkers', + 'The ad marker type for this output group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ivSource", - "", + 'ivSource', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "segmentLength", - "", + 'segmentLength', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "captionLanguageMappings", - "", + 'captionLanguageMappings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping_GetTypes(), false, @@ -413,48 +413,48 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.String, - "discontinuityTags", - "", + 'discontinuityTags', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "manifestCompression", - "", + 'manifestCompression', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "constantIv", - "", + 'constantIv', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "manifestDurationFormat", - "", + 'manifestDurationFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamInfResolution", - "", + 'streamInfResolution', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destination", - "", + 'destination', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination_GetTypes(), true, @@ -462,16 +462,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.String, - "clientCache", - "", + 'clientCache', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "hlsCdnSettings", - "", + 'hlsCdnSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting_GetTypes(), false, @@ -479,8 +479,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.String, - "keyFormat", - "", + 'keyFormat', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping.ts index 5cd52270d..4382bbf59 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMapping { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "captionChannel", - "", + 'captionChannel', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "", + 'languageCode', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageDescription", - "Human readable information to indicate captions available for players (eg. English, or Spanish).", + 'languageDescription', + 'Human readable information to indicate captions available for players (eg. English, or Spanish).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination.ts index cf82b774b..d9cdb0bd1 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting.ts index e7c30fe48..6a44994ce 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSetting { // @@ -47,8 +47,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Object, - "hlsS3Settings", - "", + 'hlsS3Settings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings_GetTypes(), false, @@ -56,8 +56,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.Object, - "hlsWebdavSettings", - "", + 'hlsWebdavSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings_GetTypes(), false, @@ -65,8 +65,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.Object, - "hlsAkamaiSettings", - "", + 'hlsAkamaiSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings_GetTypes(), false, @@ -74,8 +74,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.Object, - "hlsBasicPutSettings", - "", + 'hlsBasicPutSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings_GetTypes(), false, @@ -83,8 +83,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.Object, - "hlsMediaStoreSettings", - "", + 'hlsMediaStoreSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings.ts index 1ee917b08..1a5056b0d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsAkamaiSettings { // Number of retry attempts. @@ -33,45 +33,45 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "filecacheDuration", - "", + 'filecacheDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTransferMode", - "", + 'httpTransferMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "salt", "", () => [], false, false), - new DynamicUIProps(InputType.String, "token", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'salt', '', () => [], false, false), + new DynamicUIProps(InputType.String, 'token', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings.ts index 5ce59daae..40e0bb313 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettings { // Number of retry attempts. @@ -24,32 +24,32 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "filecacheDuration", - "", + 'filecacheDuration', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings.ts index 10bcc284d..93ebbcb67 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsMediaStoreSettings { // Number of seconds to wait before retrying connection to the flash media server if the connection is lost. @@ -27,40 +27,40 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "filecacheDuration", - "", + 'filecacheDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mediaStoreStorageClass", - "", + 'mediaStoreStorageClass', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings.ts index 392bfc7ce..03b566b7b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsS3Settings { // Specify the canned ACL to apply to each S3 request. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.String, - "cannedAcl", - "Specify the canned ACL to apply to each S3 request.", + 'cannedAcl', + 'Specify the canned ACL to apply to each S3 request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings.ts index 289e15091..702867a7e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings { // Number of retry attempts. @@ -27,40 +27,40 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "filecacheDuration", - "", + 'filecacheDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpTransferMode", - "", + 'httpTransferMode', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings.ts index e96ad8d98..98f3f108b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettings { // @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Array, - "staticKeySettings", - "", + 'staticKeySettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting.ts index 8c04a6749..9f69cdade 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySetting { // @@ -22,8 +22,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.Object, - "keyProviderServer", - "", + 'keyProviderServer', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer_GetTypes(), false, @@ -31,8 +31,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl ), new DynamicUIProps( InputType.String, - "staticKeyValue", - "", + 'staticKeyValue', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer.ts index 01a7e33db..00bf35dcd 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsKeyProviderSettingsStaticKeySettingKeyProviderServer { // @@ -21,17 +21,17 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsHl return [ new DynamicUIProps( InputType.String, - "passwordParam", - "", + 'passwordParam', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "uri", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'uri', '', () => [], true, false), new DynamicUIProps( InputType.String, - "username", - "", + 'username', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings.ts index 253481ce3..972923d2f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettings { // A director and base filename where archive files should be written. See Destination for more details. @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMe return [ new DynamicUIProps( InputType.Object, - "destination", - "A director and base filename where archive files should be written. See Destination for more details.", + 'destination', + 'A director and base filename where archive files should be written. See Destination for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination.ts index cc09a2f6e..1bcc40789 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMediaPackageGroupSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMe return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings.ts index 3801b1d88..ccb34de22 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettings { // @@ -73,24 +73,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMs return [ new DynamicUIProps( InputType.Number, - "sendDelayMs", - "", + 'sendDelayMs', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destination", - "", + 'destination', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination_GetTypes(), true, @@ -98,121 +98,121 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMs ), new DynamicUIProps( InputType.String, - "segmentationMode", - "", + 'segmentationMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fragmentLength", - "", + 'fragmentLength', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateMode", - "Setting to allow self signed or verified RTMP certificates.", + 'certificateMode', + 'Setting to allow self signed or verified RTMP certificates.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioOnlyTimecodeControl", - "", + 'audioOnlyTimecodeControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acquisitionPointId", - "", + 'acquisitionPointId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "eventId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'eventId', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "filecacheDuration", - "", + 'filecacheDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputLossAction", - "", + 'inputLossAction', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventStopBehavior", - "", + 'eventStopBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "streamManifestBehavior", - "", + 'streamManifestBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eventIdMode", - "", + 'eventIdMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestampOffsetMode", - "", + 'timestampOffsetMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sparseTrackType", - "", + 'sparseTrackType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestampOffset", - "", + 'timestampOffset', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination.ts index 8564d1181..847cb37b0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMs return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings.ts index d56d8d861..fd32f80f9 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsMultiplexGroupSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings.ts index abf45ebb4..52a9c7fc5 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRtmpGroupSettings { // Authentication scheme to use when connecting with CDN. @@ -33,56 +33,56 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsRt return [ new DynamicUIProps( InputType.String, - "authenticationScheme", - "Authentication scheme to use when connecting with CDN.", + 'authenticationScheme', + 'Authentication scheme to use when connecting with CDN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cacheFullBehavior", - "Controls behavior when content cache fills up.", + 'cacheFullBehavior', + 'Controls behavior when content cache fills up.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "cacheLength", - "Cache length in seconds, is used to calculate buffer size.", + 'cacheLength', + 'Cache length in seconds, is used to calculate buffer size.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "captionData", - "Controls the types of data that passes to onCaptionInfo outputs.", + 'captionData', + 'Controls the types of data that passes to onCaptionInfo outputs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inputLossAction", - "Controls the behavior of the RTMP group if input becomes unavailable.", + 'inputLossAction', + 'Controls the behavior of the RTMP group if input becomes unavailable.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "restartDelay", - "Number of seconds to wait until a restart is initiated.", + 'restartDelay', + 'Number of seconds to wait until a restart is initiated.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "adMarkers", - "The ad marker type for this output group.", + 'adMarkers', + 'The ad marker type for this output group.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings.ts index 861641eb9..171d66555 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUdpGroupSettings { // Specifies behavior of last resort when input video os lost. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputGroupSettingsUd return [ new DynamicUIProps( InputType.String, - "inputLossAction", - "Specifies behavior of last resort when input video os lost.", + 'inputLossAction', + 'Specifies behavior of last resort when input video os lost.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataId3Frame", - "Indicates ID3 frame that has the timecode.", + 'timedMetadataId3Frame', + 'Indicates ID3 frame that has the timecode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timedMetadataId3Period", - "", + 'timedMetadataId3Period', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings.ts index 0344718b7..05f1a104c 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings.ts @@ -3,40 +3,40 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings { // @@ -68,8 +68,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ return [ new DynamicUIProps( InputType.Object, - "hlsOutputSettings", - "", + 'hlsOutputSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings_GetTypes(), false, @@ -77,8 +77,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "mediaPackageOutputSettings", - "Media package output settings. This can be set as an empty block.", + 'mediaPackageOutputSettings', + 'Media package output settings. This can be set as an empty block.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings_GetTypes(), false, @@ -86,8 +86,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "msSmoothOutputSettings", - "", + 'msSmoothOutputSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings_GetTypes(), false, @@ -95,8 +95,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "multiplexOutputSettings", - "Multiplex output settings. See Multiplex Output Settings for more details.", + 'multiplexOutputSettings', + 'Multiplex output settings. See Multiplex Output Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings_GetTypes(), false, @@ -104,8 +104,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "rtmpOutputSettings", - "RTMP output settings. See RTMP Output Settings for more details.", + 'rtmpOutputSettings', + 'RTMP output settings. See RTMP Output Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings_GetTypes(), false, @@ -113,8 +113,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "udpOutputSettings", - "UDP output settings. See UDP Output Settings for more details.", + 'udpOutputSettings', + 'UDP output settings. See UDP Output Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings_GetTypes(), false, @@ -122,8 +122,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "archiveOutputSettings", - "Archive output settings. See Archive Output Settings for more details.", + 'archiveOutputSettings', + 'Archive output settings. See Archive Output Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings_GetTypes(), false, @@ -131,8 +131,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings_ ), new DynamicUIProps( InputType.Object, - "frameCaptureOutputSettings", - "", + 'frameCaptureOutputSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings.ts index ea9485e3c..f44995abc 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettings { // Settings specific to the container type of the file. See Container Settings for more details. @@ -25,8 +25,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.Object, - "containerSettings", - "Settings specific to the container type of the file. See Container Settings for more details.", + 'containerSettings', + 'Settings specific to the container type of the file. See Container Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings_GetTypes(), false, @@ -34,16 +34,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA ), new DynamicUIProps( InputType.String, - "extension", - "Output file extension.", + 'extension', + 'Output file extension.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nameModifier", - "String concatenated to the end of the destination filename. Required for multiple outputs of the same type.", + 'nameModifier', + 'String concatenated to the end of the destination filename. Required for multiple outputs of the same type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings.ts index 1754dec04..2a03fd1c9 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettings { // M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details. @@ -26,8 +26,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.Object, - "rawSettings", - "Raw Settings. This can be set as an empty block.", + 'rawSettings', + 'Raw Settings. This can be set as an empty block.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings_GetTypes(), false, @@ -35,8 +35,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA ), new DynamicUIProps( InputType.Object, - "m2tsSettings", - "M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details.", + 'm2tsSettings', + 'M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings.ts index dce795826..a19ff7783 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettings { // @@ -165,220 +165,220 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.String, - "etvPlatformPid", - "", + 'etvPlatformPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "esRateInPes", - "", + 'esRateInPes', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "nullPacketBitrate", - "", + 'nullPacketBitrate', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataBehavior", - "", + 'timedMetadataBehavior', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "ebif", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ebif', '', () => [], false, false), new DynamicUIProps( InputType.String, - "pcrControl", - "", + 'pcrControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "absentInputAudioBehavior", - "", + 'absentInputAudioBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "audioFramesPerPes", - "", + 'audioFramesPerPes', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bufferModel", - "", + 'bufferModel', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pmtPid", "", () => [], false, false), - new DynamicUIProps(InputType.Number, "bitrate", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pmtPid', '', () => [], false, false), + new DynamicUIProps(InputType.Number, 'bitrate', '', () => [], false, false), new DynamicUIProps( InputType.String, - "nielsenId3Behavior", - "", + 'nielsenId3Behavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rateMode", - "", + 'rateMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioBufferModel", - "", + 'audioBufferModel', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioPids", - "", + 'audioPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "etvSignalPid", - "", + 'etvSignalPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "videoPid", - "", + 'videoPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "patInterval", - "", + 'patInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ebpLookaheadMs", - "", + 'ebpLookaheadMs', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ccDescriptor", - "", + 'ccDescriptor', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "transportStreamId", - "", + 'transportStreamId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pmtInterval", - "", + 'pmtInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dvbTeletextPid", - "", + 'dvbTeletextPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "segmentationStyle", - "", + 'segmentationStyle', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataPid", - "", + 'timedMetadataPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioStreamType", - "", + 'audioStreamType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dvbSubPids", - "", + 'dvbSubPids', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pcrPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pcrPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "ebpAudioInterval", - "", + 'ebpAudioInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "klvDataPids", - "", + 'klvDataPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dvbNitSettings", - "", + 'dvbNitSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings_GetTypes(), false, @@ -386,26 +386,26 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA ), new DynamicUIProps( InputType.Number, - "pcrPeriod", - "", + 'pcrPeriod', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "arib", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'arib', '', () => [], false, false), new DynamicUIProps( InputType.String, - "aribCaptionsPidControl", - "", + 'aribCaptionsPidControl', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "klv", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'klv', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "dvbSdtSettings", - "", + 'dvbSdtSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings_GetTypes(), false, @@ -413,48 +413,48 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA ), new DynamicUIProps( InputType.String, - "segmentationMarkers", - "", + 'segmentationMarkers', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fragmentTime", - "", + 'fragmentTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "segmentationTime", - "", + 'segmentationTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte35Control", - "", + 'scte35Control', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aribCaptionsPid", - "", + 'aribCaptionsPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dvbTdtSettings", - "", + 'dvbTdtSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings_GetTypes(), false, @@ -462,33 +462,33 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA ), new DynamicUIProps( InputType.String, - "scte35Pid", - "PID from which to read SCTE-35 messages.", + 'scte35Pid', + 'PID from which to read SCTE-35 messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte27Pids", - "", + 'scte27Pids', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "programNum", - "", + 'programNum', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "ecmPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ecmPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "ebpPlacement", - "", + 'ebpPlacement', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts index e936bd4d3..feafa867e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.String, - "networkName", - "", + 'networkName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "networkId", - "", + 'networkId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts index 1ff059740..e2c951044 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings { // @@ -24,32 +24,32 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.String, - "serviceProviderName", - "", + 'serviceProviderName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputSdt", - "", + 'outputSdt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "", + 'serviceName', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts index ea3ab9cc1..5f935ed84 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings { // @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsA return [ new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings.ts index 4df8b8162..1b5cbef9f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsArchiveOutputSettingsContainerSettingsRawSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings.ts index 98cdf5aef..6efa63e93 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsFrameCaptureOutputSettings { // String concatenated to the end of the destination filename. Required for multiple outputs of the same type. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsF return [ new DynamicUIProps( InputType.String, - "nameModifier", - "String concatenated to the end of the destination filename. Required for multiple outputs of the same type.", + 'nameModifier', + 'String concatenated to the end of the destination filename. Required for multiple outputs of the same type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings.ts index 9eba42d04..d38472964 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettings { // String concatenated to the end of the destination filename. Required for multiple outputs of the same type. @@ -28,32 +28,32 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.String, - "nameModifier", - "String concatenated to the end of the destination filename. Required for multiple outputs of the same type.", + 'nameModifier', + 'String concatenated to the end of the destination filename. Required for multiple outputs of the same type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "segmentModifier", - "", + 'segmentModifier', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "h265PackagingType", - "", + 'h265PackagingType', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "hlsSettings", - "", + 'hlsSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings.ts index 40de45e5c..4d6ae446f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettings { // @@ -40,8 +40,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.Object, - "fmp4HlsSettings", - "", + 'fmp4HlsSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings_GetTypes(), false, @@ -49,8 +49,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH ), new DynamicUIProps( InputType.Object, - "frameCaptureHlsSettings", - "", + 'frameCaptureHlsSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings_GetTypes(), false, @@ -58,8 +58,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH ), new DynamicUIProps( InputType.Object, - "standardHlsSettings", - "", + 'standardHlsSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings_GetTypes(), false, @@ -67,8 +67,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH ), new DynamicUIProps( InputType.Object, - "audioOnlyHlsSettings", - "", + 'audioOnlyHlsSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings.ts index 2c5fc8ee1..894ea6d8e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettings { // @@ -28,16 +28,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.String, - "audioGroupId", - "", + 'audioGroupId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "audioOnlyImage", - "", + 'audioOnlyImage', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage_GetTypes(), false, @@ -45,16 +45,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH ), new DynamicUIProps( InputType.String, - "audioTrackType", - "", + 'audioTrackType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "segmentType", - "", + 'segmentType', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage.ts index 1902efd33..147d155c1 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage { // @@ -19,19 +19,19 @@ export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsAudioOnlyHlsSettingsAudioOnlyImage_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "uri", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'uri', '', () => [], true, false), new DynamicUIProps( InputType.String, - "username", - "", + 'username', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "", + 'passwordParam', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings.ts index 5864d599b..91045b1ca 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFmp4HlsSettings { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.String, - "nielsenId3Behavior", - "", + 'nielsenId3Behavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataBehavior", - "", + 'timedMetadataBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioRenditionSets", - "", + 'audioRenditionSets', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings.ts index d4072ea4b..26a0ecca4 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsFrameCaptureHlsSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings.ts index ce2c26b9b..c202843f3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettings { // @@ -22,16 +22,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.String, - "audioRenditionSets", - "", + 'audioRenditionSets', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "m3u8Settings", - "", + 'm3u8Settings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings.ts index c5d75664d..40010db3a 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsHlsOutputSettingsHlsSettingsStandardHlsSettingsM3u8Settings { // @@ -63,115 +63,115 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsH return [ new DynamicUIProps( InputType.String, - "scte35Behavior", - "", + 'scte35Behavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "transportStreamId", - "", + 'transportStreamId', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "ecmPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ecmPid', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "pcrPeriod", - "", + 'pcrPeriod', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataPid", - "", + 'timedMetadataPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "programNum", - "", + 'programNum', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nielsenId3Behavior", - "", + 'nielsenId3Behavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "audioFramesPerPes", - "", + 'audioFramesPerPes', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pmtInterval", - "", + 'pmtInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte35Pid", - "PID from which to read SCTE-35 messages.", + 'scte35Pid', + 'PID from which to read SCTE-35 messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioPids", - "", + 'audioPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "patInterval", - "", + 'patInterval', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pcrPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pcrPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "timedMetadataBehavior", - "", + 'timedMetadataBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "videoPid", - "", + 'videoPid', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pmtPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pmtPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "pcrControl", - "", + 'pcrControl', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings.ts index e0cff9064..89e9648d6 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMediaPackageOutputSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings.ts index abe787b23..d48c21a4f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMsSmoothOutputSettings { // @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsM return [ new DynamicUIProps( InputType.String, - "h265PackagingType", - "", + 'h265PackagingType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nameModifier", - "String concatenated to the end of the destination filename. Required for multiple outputs of the same type.", + 'nameModifier', + 'String concatenated to the end of the destination filename. Required for multiple outputs of the same type.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings.ts index befe44755..26f85f90f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettings { // Destination is a multiplex. See Destination for more details. @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsM return [ new DynamicUIProps( InputType.Object, - "destination", - "Destination is a multiplex. See Destination for more details.", + 'destination', + 'Destination is a multiplex. See Destination for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination.ts index c3d6050cd..60d0a5d71 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsMultiplexOutputSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsM return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings.ts index 1e83262e9..7df12ab11 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettings { // Setting to allow self signed or verified RTMP certificates. @@ -28,24 +28,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsR return [ new DynamicUIProps( InputType.String, - "certificateMode", - "Setting to allow self signed or verified RTMP certificates.", + 'certificateMode', + 'Setting to allow self signed or verified RTMP certificates.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionRetryInterval", - "Number of seconds to wait before retrying connection to the flash media server if the connection is lost.", + 'connectionRetryInterval', + 'Number of seconds to wait before retrying connection to the flash media server if the connection is lost.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destination", - "The RTMP endpoint excluding the stream name. See Destination for more details.", + 'destination', + 'The RTMP endpoint excluding the stream name. See Destination for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination_GetTypes(), true, @@ -53,8 +53,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsR ), new DynamicUIProps( InputType.Number, - "numRetries", - "Number of retry attempts.", + 'numRetries', + 'Number of retry attempts.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination.ts index 0c46b0e6c..11035020e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsRtmpOutputSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsR return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings.ts index a2f6625a0..9a9c0d371 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettings { // @@ -36,16 +36,16 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.Number, - "bufferMsec", - "UDP output buffering in milliseconds.", + 'bufferMsec', + 'UDP output buffering in milliseconds.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "containerSettings", - "UDP container settings. See Container Settings for more details.", + 'containerSettings', + 'UDP container settings. See Container Settings for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings_GetTypes(), true, @@ -53,8 +53,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU ), new DynamicUIProps( InputType.Object, - "destination", - "Destination address and port number for RTP or UDP packets. See Destination for more details.", + 'destination', + 'Destination address and port number for RTP or UDP packets. See Destination for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination_GetTypes(), true, @@ -62,8 +62,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU ), new DynamicUIProps( InputType.Object, - "fecOutputSettings", - "", + 'fecOutputSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings.ts index bd035e1ab..aaf2c722a 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettings { // M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details. @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.Object, - "m2tsSettings", - "M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details.", + 'm2tsSettings', + 'M2TS Settings. See [M2TS Settings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-m2tssettings.html) for more details.', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings.ts index cde062c16..8501bb8c9 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings'; import { medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings, medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings"; +} from './medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings { // @@ -163,100 +163,100 @@ export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettings export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettings_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "ecmPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ecmPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "audioStreamType", - "", + 'audioStreamType', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dvbSubPids", - "", + 'dvbSubPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "esRateInPes", - "", + 'esRateInPes', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "transportStreamId", - "", + 'transportStreamId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "audioFramesPerPes", - "", + 'audioFramesPerPes', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dvbTeletextPid", - "", + 'dvbTeletextPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "klvDataPids", - "", + 'klvDataPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte35Pid", - "PID from which to read SCTE-35 messages.", + 'scte35Pid', + 'PID from which to read SCTE-35 messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nielsenId3Behavior", - "", + 'nielsenId3Behavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timedMetadataPid", - "", + 'timedMetadataPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aribCaptionsPidControl", - "", + 'aribCaptionsPidControl', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "arib", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'arib', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "dvbSdtSettings", - "", + 'dvbSdtSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings_GetTypes(), false, @@ -264,74 +264,74 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU ), new DynamicUIProps( InputType.Number, - "ebpLookaheadMs", - "", + 'ebpLookaheadMs', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rateMode", - "", + 'rateMode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "absentInputAudioBehavior", - "", + 'absentInputAudioBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pcrPeriod", - "", + 'pcrPeriod', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioBufferModel", - "", + 'audioBufferModel', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "programNum", - "", + 'programNum', + '', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "bitrate", "", () => [], false, false), - new DynamicUIProps(InputType.String, "klv", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'bitrate', '', () => [], false, false), + new DynamicUIProps(InputType.String, 'klv', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "fragmentTime", - "", + 'fragmentTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "audioPids", - "", + 'audioPids', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dvbTdtSettings", - "", + 'dvbTdtSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings_GetTypes(), false, @@ -339,89 +339,89 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU ), new DynamicUIProps( InputType.Number, - "nullPacketBitrate", - "", + 'nullPacketBitrate', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "segmentationStyle", - "", + 'segmentationStyle', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "videoPid", - "", + 'videoPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ebpAudioInterval", - "", + 'ebpAudioInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "patInterval", - "", + 'patInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "aribCaptionsPid", - "", + 'aribCaptionsPid', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "ebif", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ebif', '', () => [], false, false), new DynamicUIProps( InputType.String, - "ebpPlacement", - "", + 'ebpPlacement', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "pcrControl", - "", + 'pcrControl', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "segmentationTime", - "", + 'segmentationTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "etvPlatformPid", - "", + 'etvPlatformPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dvbNitSettings", - "", + 'dvbNitSettings', + '', () => medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings_GetTypes(), false, @@ -429,66 +429,66 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU ), new DynamicUIProps( InputType.String, - "segmentationMarkers", - "", + 'segmentationMarkers', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pcrPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pcrPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "timedMetadataBehavior", - "", + 'timedMetadataBehavior', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte35Control", - "", + 'scte35Control', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bufferModel", - "", + 'bufferModel', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "pmtPid", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'pmtPid', '', () => [], false, false), new DynamicUIProps( InputType.String, - "etvSignalPid", - "", + 'etvSignalPid', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pmtInterval", - "", + 'pmtInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte27Pids", - "", + 'scte27Pids', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ccDescriptor", - "", + 'ccDescriptor', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts index 7757efe9a..9e1bf3111 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbNitSettings { // @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.String, - "networkName", - "", + 'networkName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "networkId", - "", + 'networkId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts index 6a309313b..b87453371 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbSdtSettings { // @@ -24,32 +24,32 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.String, - "outputSdt", - "", + 'outputSdt', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "", + 'serviceName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceProviderName", - "", + 'serviceProviderName', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts index ea2dbc334..278819859 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsContainerSettingsM2tsSettingsDvbTdtSettings { // @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.Number, - "repInterval", - "", + 'repInterval', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination.ts index 411384658..09250116e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsDestination { // Reference ID for the destination. @@ -15,8 +15,8 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.String, - "destinationRefId", - "Reference ID for the destination.", + 'destinationRefId', + 'Reference ID for the destination.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings.ts index aa4210ae7..c4e92c844 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsUdpOutputSettingsFecOutputSettings { // The height of the FEC protection matrix. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsOutputGroupOutputOutputSettingsU return [ new DynamicUIProps( InputType.Number, - "columnDepth", - "The height of the FEC protection matrix.", + 'columnDepth', + 'The height of the FEC protection matrix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "includeFec", - "Enables column only or column and row based FEC.", + 'includeFec', + 'Enables column only or column and row based FEC.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rowLength", - "The width of the FEC protection matrix.", + 'rowLength', + 'The width of the FEC protection matrix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsTimecodeConfig.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsTimecodeConfig.ts index f282e06c2..b510af509 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsTimecodeConfig.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsTimecodeConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsTimecodeConfig { // The source for the timecode that will be associated with the events outputs. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsTimecodeConfig_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "source", - "The source for the timecode that will be associated with the events outputs.", + 'source', + 'The source for the timecode that will be associated with the events outputs.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "syncThreshold", - "Threshold in frames beyond which output timecode is resynchronized to the input timecode.", + 'syncThreshold', + 'Threshold in frames beyond which output timecode is resynchronized to the input timecode.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescription.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescription.ts index 5cdb46fe2..f8b39156a 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescription.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescription.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings'; export interface medialive_ChannelEncoderSettingsVideoDescription { // Indicate how to respond to the AFD values that might be in the input video. @@ -37,56 +37,56 @@ export function medialive_ChannelEncoderSettingsVideoDescription_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "height", - "Output video height in pixels.", + 'height', + 'Output video height in pixels.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the video description.", + 'name', + 'The name of the video description.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "respondToAfd", - "Indicate how to respond to the AFD values that might be in the input video.", + 'respondToAfd', + 'Indicate how to respond to the AFD values that might be in the input video.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scalingBehavior", - "Behavior on how to scale.", + 'scalingBehavior', + 'Behavior on how to scale.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sharpness", - "Changes the strength of the anti-alias filter used for scaling.", + 'sharpness', + 'Changes the strength of the anti-alias filter used for scaling.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "width", - "Output video width in pixels.", + 'width', + 'Output video width in pixels.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "codecSettings", - "The video codec settings. See Video Codec Settings for more details.", + 'codecSettings', + 'The video codec settings. See Video Codec Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings.ts index 7b2ac9c8b..dbb29f0d0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings { // Frame capture settings. See Frame Capture Settings for more details. @@ -33,8 +33,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings_Ge return [ new DynamicUIProps( InputType.Object, - "frameCaptureSettings", - "Frame capture settings. See Frame Capture Settings for more details.", + 'frameCaptureSettings', + 'Frame capture settings. See Frame Capture Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings_GetTypes(), false, @@ -42,8 +42,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "h264Settings", - "H264 settings. See H264 Settings for more details.", + 'h264Settings', + 'H264 settings. See H264 Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings_GetTypes(), false, @@ -51,8 +51,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettings_Ge ), new DynamicUIProps( InputType.Object, - "h265Settings", - "", + 'h265Settings', + '', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings.ts index 638aea66c..02bd1bf3e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings { // The frequency at which to capture frames for inclusion in the output. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsFra return [ new DynamicUIProps( InputType.Number, - "captureInterval", - "The frequency at which to capture frames for inclusion in the output.", + 'captureInterval', + 'The frequency at which to capture frames for inclusion in the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "captureIntervalUnits", - "Unit for the frame capture interval.", + 'captureIntervalUnits', + 'Unit for the frame capture interval.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings.ts index 403fab508..cf129754e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings { // Softness. @@ -136,256 +136,256 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.String, - "scanType", - "Sets the scan type of the output.", + 'scanType', + 'Sets the scan type of the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fixedAfd", - "Four bit AFD value to write on all frames of video in the output stream.", + 'fixedAfd', + 'Four bit AFD value to write on all frames of video in the output stream.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "framerateDenominator", - "Framerate denominator.", + 'framerateDenominator', + 'Framerate denominator.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lookAheadRateControl", - "Amount of lookahead.", + 'lookAheadRateControl', + 'Amount of lookahead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "framerateControl", - "Indicates how the output video frame rate is specified.", + 'framerateControl', + 'Indicates how the output video frame rate is specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subgopLength", - "Subgop length.", + 'subgopLength', + 'Subgop length.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "colorMetadata", - "Includes color space metadata in the output.", + 'colorMetadata', + 'Includes color space metadata in the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rateControlMode", - "Rate control mode.", + 'rateControlMode', + 'Rate control mode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "gopNumBFrames", - "Number of B-frames between reference frames.", + 'gopNumBFrames', + 'Number of B-frames between reference frames.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "slices", - "Number of slices per picture.", + 'slices', + 'Number of slices per picture.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufFillPct", - "", + 'bufFillPct', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "softness", - "Softness.", + 'softness', + 'Softness.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxBitrate", - "Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.", + 'maxBitrate', + 'Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numRefFrames", - "Number of reference frames to use.", + 'numRefFrames', + 'Number of reference frames to use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timecodeInsertion", - "Determines how timecodes should be inserted into the video elementary stream.", + 'timecodeInsertion', + 'Determines how timecodes should be inserted into the video elementary stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gopSizeUnits", - "Indicates if the `gop_size` is specified in frames or seconds.", + 'gopSizeUnits', + 'Indicates if the `gop_size` is specified in frames or seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parDenominator", - "Pixel Aspect Ratio denominator.", + 'parDenominator', + 'Pixel Aspect Ratio denominator.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufSize", - "Size of buffer in bits.", + 'bufSize', + 'Size of buffer in bits.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "syntax", - "Produces a bitstream compliant with SMPTE RP-2027.", + 'syntax', + 'Produces a bitstream compliant with SMPTE RP-2027.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parNumerator", - "Pixel Aspect Ratio numerator.", + 'parNumerator', + 'Pixel Aspect Ratio numerator.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "framerateNumerator", - "Framerate numerator.", + 'framerateNumerator', + 'Framerate numerator.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "qvbrQualityLevel", - "Controls the target quality for the video encode.", + 'qvbrQualityLevel', + 'Controls the target quality for the video encode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "qualityLevel", - "Quality level.", + 'qualityLevel', + 'Quality level.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "spatialAq", - "Makes adjustments within each frame based on spatial variation of content complexity.", + 'spatialAq', + 'Makes adjustments within each frame based on spatial variation of content complexity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "temporalAq", - "Makes adjustments within each frame based on temporal variation of content complexity.", + 'temporalAq', + 'Makes adjustments within each frame based on temporal variation of content complexity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "afdSignaling", - "Indicates that AFD values will be written into the output stream.", + 'afdSignaling', + 'Indicates that AFD values will be written into the output stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gopBReference", - "GOP-B reference.", + 'gopBReference', + 'GOP-B reference.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parControl", - "Indicates how the output pixel aspect ratio is specified.", + 'parControl', + 'Indicates how the output pixel aspect ratio is specified.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minIInterval", - "", + 'minIInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "adaptiveQuantization", - "Enables or disables adaptive quantization.", + 'adaptiveQuantization', + 'Enables or disables adaptive quantization.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "filterSettings", - "Filters to apply to an encode. See H264 Filter Settings for more details.", + 'filterSettings', + 'Filters to apply to an encode. See H264 Filter Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings_GetTypes(), false, @@ -393,64 +393,64 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.String, - "level", - "H264 level.", + 'level', + 'H264 level.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "gopClosedCadence", - "Frequency of closed GOPs.", + 'gopClosedCadence', + 'Frequency of closed GOPs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "forceFieldPictures", - "Controls whether coding is performed on a field basis or on a frame basis.", + 'forceFieldPictures', + 'Controls whether coding is performed on a field basis or on a frame basis.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "gopSize", - "GOP size in units of either frames of seconds per `gop_size_units`.", + 'gopSize', + 'GOP size in units of either frames of seconds per `gop_size_units`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "profile", - "H264 profile.", + 'profile', + 'H264 profile.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sceneChangeDetect", - "Scene change detection.", + 'sceneChangeDetect', + 'Scene change detection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "entropyEncoding", - "Entropy encoding mode.", + 'entropyEncoding', + 'Entropy encoding mode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flickerAq", - "", + 'flickerAq', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings.ts index d6ab08c3c..553d3a339 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettings { // @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.Object, - "temporalFilterSettings", - "", + 'temporalFilterSettings', + '', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings.ts index 1751f17d5..e2e907433 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsFilterSettingsTemporalFilterSettings { // Post filter sharpening. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.String, - "postFilterSharpening", - "Post filter sharpening.", + 'postFilterSharpening', + 'Post filter sharpening.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "strength", - "Filter strength.", + 'strength', + 'Filter strength.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings.ts index 7cadf6488..7fb89a02b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings { // Includes color space metadata in the output. @@ -114,40 +114,40 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.String, - "adaptiveQuantization", - "Enables or disables adaptive quantization.", + 'adaptiveQuantization', + 'Enables or disables adaptive quantization.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minIInterval", - "", + 'minIInterval', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "afdSignaling", - "Indicates that AFD values will be written into the output stream.", + 'afdSignaling', + 'Indicates that AFD values will be written into the output stream.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxBitrate", - "Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.", + 'maxBitrate', + 'Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "colorSpaceSettings", - "Define the color metadata for the output. H265 Color Space Settings for more details.", + 'colorSpaceSettings', + 'Define the color metadata for the output. H265 Color Space Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings_GetTypes(), false, @@ -155,32 +155,32 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.String, - "gopSizeUnits", - "Indicates if the `gop_size` is specified in frames or seconds.", + 'gopSizeUnits', + 'Indicates if the `gop_size` is specified in frames or seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rateControlMode", - "Rate control mode.", + 'rateControlMode', + 'Rate control mode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "flickerAq", - "", + 'flickerAq', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "timecodeBurninSettings", - "Apply a burned in timecode. See H265 Timecode Burnin Settings for more details.", + 'timecodeBurninSettings', + 'Apply a burned in timecode. See H265 Timecode Burnin Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings_GetTypes(), false, @@ -188,80 +188,80 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.String, - "colorMetadata", - "Includes color space metadata in the output.", + 'colorMetadata', + 'Includes color space metadata in the output.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "qvbrQualityLevel", - "Controls the target quality for the video encode.", + 'qvbrQualityLevel', + 'Controls the target quality for the video encode.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bitrate", - "Average bitrate in bits/second.", + 'bitrate', + 'Average bitrate in bits/second.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "bufSize", - "Size of buffer in bits.", + 'bufSize', + 'Size of buffer in bits.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "alternativeTransferFunction", - "Whether or not EML should insert an Alternative Transfer Function SEI message.", + 'alternativeTransferFunction', + 'Whether or not EML should insert an Alternative Transfer Function SEI message.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "slices", - "Number of slices per picture.", + 'slices', + 'Number of slices per picture.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scanType", - "Sets the scan type of the output.", + 'scanType', + 'Sets the scan type of the output.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parDenominator", - "Pixel Aspect Ratio denominator.", + 'parDenominator', + 'Pixel Aspect Ratio denominator.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timecodeInsertion", - "Determines how timecodes should be inserted into the video elementary stream.", + 'timecodeInsertion', + 'Determines how timecodes should be inserted into the video elementary stream.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "filterSettings", - "Filters to apply to an encode. See H265 Filter Settings for more details.", + 'filterSettings', + 'Filters to apply to an encode. See H265 Filter Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings_GetTypes(), false, @@ -269,88 +269,88 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.String, - "lookAheadRateControl", - "Amount of lookahead.", + 'lookAheadRateControl', + 'Amount of lookahead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "profile", - "H265 profile.", + 'profile', + 'H265 profile.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parNumerator", - "Pixel Aspect Ratio numerator.", + 'parNumerator', + 'Pixel Aspect Ratio numerator.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sceneChangeDetect", - "Scene change detection.", + 'sceneChangeDetect', + 'Scene change detection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fixedAfd", - "Four bit AFD value to write on all frames of video in the output stream.", + 'fixedAfd', + 'Four bit AFD value to write on all frames of video in the output stream.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "gopSize", - "GOP size in units of either frames of seconds per `gop_size_units`.", + 'gopSize', + 'GOP size in units of either frames of seconds per `gop_size_units`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tier", - "Set the H265 tier in the output.", + 'tier', + 'Set the H265 tier in the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "level", - "H265 level.", + 'level', + 'H265 level.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "framerateNumerator", - "Framerate numerator.", + 'framerateNumerator', + 'Framerate numerator.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "gopClosedCadence", - "Frequency of closed GOPs.", + 'gopClosedCadence', + 'Frequency of closed GOPs.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "framerateDenominator", - "Framerate denominator.", + 'framerateDenominator', + 'Framerate denominator.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings.ts index b9f6c025f..b58150206 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings { // Set the colorspace to Dolby Vision81. @@ -47,8 +47,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.Object, - "dolbyVision81Settings", - "Set the colorspace to Dolby Vision81.", + 'dolbyVision81Settings', + 'Set the colorspace to Dolby Vision81.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings_GetTypes(), false, @@ -56,8 +56,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.Object, - "hdr10Settings", - "Set the colorspace to be HDR10. See H265 HDR10 Settings for more details.", + 'hdr10Settings', + 'Set the colorspace to be HDR10. See H265 HDR10 Settings for more details.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings_GetTypes(), false, @@ -65,8 +65,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.Object, - "rec601Settings", - "Set the colorspace to Rec. 601.", + 'rec601Settings', + 'Set the colorspace to Rec. 601.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings_GetTypes(), false, @@ -74,8 +74,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.Object, - "rec709Settings", - "Set the colorspace to Rec. 709.", + 'rec709Settings', + 'Set the colorspace to Rec. 709.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings_GetTypes(), false, @@ -83,8 +83,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 ), new DynamicUIProps( InputType.Object, - "colorSpacePassthroughSettings", - "Sets the colorspace metadata to be passed through.", + 'colorSpacePassthroughSettings', + 'Sets the colorspace metadata to be passed through.', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings.ts index 39e14ca73..cef525bce 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsColorSpacePassthroughSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings.ts index ad87a56d0..de8f743a0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsDolbyVision81Settings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings.ts index 4675f0da0..e49ca4a8b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsHdr10Settings { // Sets the MaxCLL value for HDR10. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.Number, - "maxCll", - "Sets the MaxCLL value for HDR10.", + 'maxCll', + 'Sets the MaxCLL value for HDR10.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxFall", - "Sets the MaxFALL value for HDR10.", + 'maxFall', + 'Sets the MaxFALL value for HDR10.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings.ts index d781f2179..3f89fdf0a 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec601Settings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings.ts index 7c40771bf..d1aa6d384 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettingsRec709Settings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings.ts index 6f6a00f31..d5e05c278 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings, medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings_GetTypes, -} from "./medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings"; +} from './medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettings { // @@ -19,8 +19,8 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.Object, - "temporalFilterSettings", - "", + 'temporalFilterSettings', + '', () => medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings.ts index ba53396c2..af6150e6e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsFilterSettingsTemporalFilterSettings { // Post filter sharpening. @@ -18,16 +18,16 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.String, - "strength", - "Filter strength.", + 'strength', + 'Filter strength.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "postFilterSharpening", - "Post filter sharpening.", + 'postFilterSharpening', + 'Post filter sharpening.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings.ts index 10291dc96..ba8fa488e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsTimecodeBurninSettings { // Set a prefix on the burned in timecode. @@ -21,24 +21,24 @@ export function medialive_ChannelEncoderSettingsVideoDescriptionCodecSettingsH26 return [ new DynamicUIProps( InputType.String, - "prefix", - "Set a prefix on the burned in timecode.", + 'prefix', + 'Set a prefix on the burned in timecode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timecodeBurninFontSize", - "Sets the size of the burned in timecode.", + 'timecodeBurninFontSize', + 'Sets the size of the burned in timecode.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timecodeBurninPosition", - "Sets the position of the burned in timecode.", + 'timecodeBurninPosition', + 'Sets the position of the burned in timecode.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachment.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachment.ts index 00ed76370..6172ff382 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachment.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachment.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettings, medialive_ChannelInputAttachmentAutomaticInputFailoverSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettings"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettings'; import { medialive_ChannelInputAttachmentInputSettings, medialive_ChannelInputAttachmentInputSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettings"; +} from './medialive_ChannelInputAttachmentInputSettings'; export interface medialive_ChannelInputAttachment { // User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details. @@ -32,8 +32,8 @@ export function medialive_ChannelInputAttachment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "automaticInputFailoverSettings", - "User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details.", + 'automaticInputFailoverSettings', + 'User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettings_GetTypes(), false, @@ -41,24 +41,24 @@ export function medialive_ChannelInputAttachment_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "inputAttachmentName", - "User-specified name for the attachment.", + 'inputAttachmentName', + 'User-specified name for the attachment.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "inputId", - "The ID of the input.", + 'inputId', + 'The ID of the input.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "inputSettings", - "Settings of an input. See Input Settings for more details.", + 'inputSettings', + 'Settings of an input. See Input Settings for more details.', () => medialive_ChannelInputAttachmentInputSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettings.ts index 04931a4c8..9d4c95f98 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition, medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettings { // This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input\_preference for the failover pair is set to PRIMARY\_INPUT\_PREFERRED, because after this time, MediaLive will switch back to the primary input. @@ -28,24 +28,24 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettings_G return [ new DynamicUIProps( InputType.String, - "secondaryInputId", - "The input ID of the secondary input in the automatic input failover pair.", + 'secondaryInputId', + 'The input ID of the secondary input in the automatic input failover pair.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "errorClearTimeMsec", - "This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input\\_preference for the failover pair is set to PRIMARY\\_INPUT\\_PREFERRED, because after this time, MediaLive will switch back to the primary input.", + 'errorClearTimeMsec', + 'This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input\\_preference for the failover pair is set to PRIMARY\\_INPUT\\_PREFERRED, because after this time, MediaLive will switch back to the primary input.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "failoverConditions", - "A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input. See Failover Condition Block for more details.", + 'failoverConditions', + 'A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input. See Failover Condition Block for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition_GetTypes(), false, @@ -53,8 +53,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettings_G ), new DynamicUIProps( InputType.String, - "inputPreference", - "Input preference when deciding which input to make active when a previously failed input has recovered.", + 'inputPreference', + 'Input preference when deciding which input to make active when a previously failed input has recovered.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition.ts index 52e409b5c..1b2fb3298 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings, medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverCondition { // Failover condition type-specific settings. See Failover Condition Settings for more details. @@ -19,8 +19,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa return [ new DynamicUIProps( InputType.Object, - "failoverConditionSettings", - "Failover condition type-specific settings. See Failover Condition Settings for more details.", + 'failoverConditionSettings', + 'Failover condition type-specific settings. See Failover Condition Settings for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings.ts index 832254089..6ebf9e8d1 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings, medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings, medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings'; import { medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings, medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings"; +} from './medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettings { // MediaLive will perform a failover if the specified audio selector is silent for the specified period. See Audio Silence Failover Settings for more details. @@ -33,8 +33,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa return [ new DynamicUIProps( InputType.Object, - "inputLossSettings", - "MediaLive will perform a failover if content is not detected in this input for the specified period. See Input Loss Failover Settings for more details.", + 'inputLossSettings', + 'MediaLive will perform a failover if content is not detected in this input for the specified period. See Input Loss Failover Settings for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings_GetTypes(), false, @@ -42,8 +42,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa ), new DynamicUIProps( InputType.Object, - "videoBlackSettings", - "MediaLive will perform a failover if content is considered black for the specified period. See Video Black Failover Settings for more details.", + 'videoBlackSettings', + 'MediaLive will perform a failover if content is considered black for the specified period. See Video Black Failover Settings for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings_GetTypes(), false, @@ -51,8 +51,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa ), new DynamicUIProps( InputType.Object, - "audioSilenceSettings", - "MediaLive will perform a failover if the specified audio selector is silent for the specified period. See Audio Silence Failover Settings for more details.", + 'audioSilenceSettings', + 'MediaLive will perform a failover if the specified audio selector is silent for the specified period. See Audio Silence Failover Settings for more details.', () => medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings.ts index 75586846c..004835be0 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsAudioSilenceSettings { // @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa return [ new DynamicUIProps( InputType.String, - "audioSelectorName", - "", + 'audioSelectorName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "audioSilenceThresholdMsec", - "The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.", + 'audioSilenceThresholdMsec', + 'The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings.ts index a62a1332e..5e826937f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsInputLossSettings { // The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur. @@ -15,8 +15,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa return [ new DynamicUIProps( InputType.Number, - "inputLossThresholdMsec", - "The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.", + 'inputLossThresholdMsec', + 'The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings.ts index f3d757c6b..ff86bdafe 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionFailoverConditionSettingsVideoBlackSettings { // A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10%!w(MISSING)hite (or 90%!b(MISSING)lack). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (10230.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (2550.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places. @@ -18,7 +18,7 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa return [ new DynamicUIProps( InputType.Number, - "blackDetectThreshold", + 'blackDetectThreshold', "A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (10230.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (2550.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.", () => [], false, @@ -26,8 +26,8 @@ export function medialive_ChannelInputAttachmentAutomaticInputFailoverSettingsFa ), new DynamicUIProps( InputType.Number, - "videoBlackThresholdMsec", - "The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.", + 'videoBlackThresholdMsec', + 'The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettings.ts index 6f76161ba..41a7cbe3e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettings.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings, medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings'; import { medialive_ChannelInputAttachmentInputSettingsVideoSelector, medialive_ChannelInputAttachmentInputSettingsVideoSelector_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsVideoSelector"; +} from './medialive_ChannelInputAttachmentInputSettingsVideoSelector'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelector, medialive_ChannelInputAttachmentInputSettingsCaptionSelector_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelector"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelector'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelector, medialive_ChannelInputAttachmentInputSettingsAudioSelector_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelector"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelector'; export interface medialive_ChannelInputAttachmentInputSettings { // Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details. @@ -61,32 +61,32 @@ export function medialive_ChannelInputAttachmentInputSettings_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "inputFilter", - "Turns on the filter for the input.", + 'inputFilter', + 'Turns on the filter for the input.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "scte35Pid", - "PID from which to read SCTE-35 messages.", + 'scte35Pid', + 'PID from which to read SCTE-35 messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "smpte2038DataPreference", - "Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in the input.", + 'smpte2038DataPreference', + 'Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in the input.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "videoSelector", - "", + 'videoSelector', + '', () => medialive_ChannelInputAttachmentInputSettingsVideoSelector_GetTypes(), false, @@ -94,8 +94,8 @@ export function medialive_ChannelInputAttachmentInputSettings_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "captionSelectors", - "Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.", + 'captionSelectors', + 'Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelector_GetTypes(), false, @@ -103,32 +103,32 @@ export function medialive_ChannelInputAttachmentInputSettings_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "deblockFilter", - "Enable or disable the deblock filter when filtering.", + 'deblockFilter', + 'Enable or disable the deblock filter when filtering.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "denoiseFilter", - "Enable or disable the denoise filter when filtering.", + 'denoiseFilter', + 'Enable or disable the denoise filter when filtering.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceEndBehavior", - "Loop input if it is a file.", + 'sourceEndBehavior', + 'Loop input if it is a file.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "audioSelectors", - "Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.", + 'audioSelectors', + 'Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelector_GetTypes(), false, @@ -136,16 +136,16 @@ export function medialive_ChannelInputAttachmentInputSettings_GetTypes(): Dynami ), new DynamicUIProps( InputType.Number, - "filterStrength", - "Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).", + 'filterStrength', + 'Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "networkInputSettings", - "Input settings. See Network Input Settings for more details.", + 'networkInputSettings', + 'Input settings. See Network Input Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelector.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelector.ts index 386fc5e32..ffa041e7b 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelector.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelector { /* @@ -26,16 +26,16 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelector_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Channel.\n\nThe following arguments are optional:", + 'name', + 'Name of the Channel.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "selectorSettings", - "", + 'selectorSettings', + '', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings.ts index 736eec57d..eaa224940 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettings { // Audio Pid Selection. See Audio PID Selection for more details. @@ -40,8 +40,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.Object, - "audioTrackSelection", - "Audio Track Selection. See Audio Track Selection for more details.", + 'audioTrackSelection', + 'Audio Track Selection. See Audio Track Selection for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection_GetTypes(), false, @@ -49,8 +49,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect ), new DynamicUIProps( InputType.Object, - "audioHlsRenditionSelection", - "Audio HLS Rendition Selection. See Audio HLS Rendition Selection for more details.", + 'audioHlsRenditionSelection', + 'Audio HLS Rendition Selection. See Audio HLS Rendition Selection for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection_GetTypes(), false, @@ -58,8 +58,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect ), new DynamicUIProps( InputType.Object, - "audioLanguageSelection", - "Audio Language Selection. See Audio Language Selection for more details.", + 'audioLanguageSelection', + 'Audio Language Selection. See Audio Language Selection for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection_GetTypes(), false, @@ -67,8 +67,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect ), new DynamicUIProps( InputType.Object, - "audioPidSelection", - "Audio Pid Selection. See Audio PID Selection for more details.", + 'audioPidSelection', + 'Audio Pid Selection. See Audio PID Selection for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection.ts index c3186facc..9a1340b36 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioHlsRenditionSelection { // Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition. @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.String, - "groupId", - "Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.", + 'groupId', + 'Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.", + 'name', + 'Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection.ts index cd4f48bf6..80d899c3f 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection { // Selects a specific three-letter language code from within an audio source. @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.String, - "languageCode", - "Selects a specific three-letter language code from within an audio source.", + 'languageCode', + 'Selects a specific three-letter language code from within an audio source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageSelectionPolicy", - "When set to “strict”, the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If “loose”, then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can’t find one with the same language.", + 'languageSelectionPolicy', + 'When set to “strict”, the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If “loose”, then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can’t find one with the same language.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection.ts index 1e85c18e1..2b21f95d2 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioPidSelection { // Selects a specific PID from within a source. @@ -15,8 +15,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.Number, - "pid", - "Selects a specific PID from within a source.", + 'pid', + 'Selects a specific PID from within a source.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection.ts index 7969f34c9..8058da710 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode'; import { medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack, medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack"; +} from './medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelection { // Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337. See Dolby E Decode for more details. @@ -26,8 +26,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.Object, - "dolbyEDecode", - "Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337. See Dolby E Decode for more details.", + 'dolbyEDecode', + 'Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337. See Dolby E Decode for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode_GetTypes(), false, @@ -35,8 +35,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect ), new DynamicUIProps( InputType.Array, - "tracks", - "Selects one or more unique audio tracks from within a source. See Audio Tracks for more details.", + 'tracks', + 'Selects one or more unique audio tracks from within a source. See Audio Tracks for more details.', () => medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode.ts index 0f6efc30f..98925fcce 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionDolbyEDecode { // Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect. @@ -15,8 +15,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.String, - "programSelection", - "Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.", + 'programSelection', + 'Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack.ts index 9b0712b5d..85fd6d7c8 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioTrackSelectionTrack { // 1-based integer value that maps to a specific audio track. @@ -15,8 +15,8 @@ export function medialive_ChannelInputAttachmentInputSettingsAudioSelectorSelect return [ new DynamicUIProps( InputType.Number, - "track", - "1-based integer value that maps to a specific audio track.", + 'track', + '1-based integer value that maps to a specific audio track.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelector.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelector.ts index 0655a6dd8..8193ddd93 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelector.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelector.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelector { // @@ -29,24 +29,24 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelector_Get return [ new DynamicUIProps( InputType.String, - "languageCode", - "", + 'languageCode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Channel.\n\nThe following arguments are optional:", + 'name', + 'Name of the Channel.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "selectorSettings", - "", + 'selectorSettings', + '', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings.ts index f505f9ff3..c0c60eacb 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettings { // Ancillary Source Settings. See Ancillary Source Settings for more details. @@ -61,8 +61,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.Object, - "teletextSourceSettings", - "Teletext Source Settings. See Teletext Source Settings for more details.", + 'teletextSourceSettings', + 'Teletext Source Settings. See Teletext Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings_GetTypes(), false, @@ -70,8 +70,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "ancillarySourceSettings", - "Ancillary Source Settings. See Ancillary Source Settings for more details.", + 'ancillarySourceSettings', + 'Ancillary Source Settings. See Ancillary Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings_GetTypes(), false, @@ -79,8 +79,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "aribSourceSettings", - "ARIB Source Settings.", + 'aribSourceSettings', + 'ARIB Source Settings.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings_GetTypes(), false, @@ -88,8 +88,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "dvbSubSourceSettings", - "DVB Sub Source Settings. See DVB Sub Source Settings for more details.", + 'dvbSubSourceSettings', + 'DVB Sub Source Settings. See DVB Sub Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings_GetTypes(), false, @@ -97,8 +97,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "embeddedSourceSettings", - "Embedded Source Settings. See Embedded Source Settings for more details.", + 'embeddedSourceSettings', + 'Embedded Source Settings. See Embedded Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings_GetTypes(), false, @@ -106,8 +106,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "scte20SourceSettings", - "SCTE20 Source Settings. See SCTE 20 Source Settings for more details.", + 'scte20SourceSettings', + 'SCTE20 Source Settings. See SCTE 20 Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings_GetTypes(), false, @@ -115,8 +115,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Object, - "scte27SourceSettings", - "SCTE27 Source Settings. See SCTE 27 Source Settings for more details.", + 'scte27SourceSettings', + 'SCTE27 Source Settings. See SCTE 27 Source Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings.ts index fc205ce5d..1d2957422 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAncillarySourceSettings { // Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field. @@ -15,8 +15,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.Number, - "sourceAncillaryChannelNumber", - "Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.", + 'sourceAncillaryChannelNumber', + 'Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings.ts index 67b89bdcd..f8960d2cc 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsAribSourceSettings {} diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings.ts index 5d8143deb..bdc752201 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettings { // When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors. @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.String, - "ocrLanguage", - "If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.", + 'ocrLanguage', + 'If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "pid", - "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.", + 'pid', + 'When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings.ts index caa5c42e9..6e6fed736 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings { // If upconvert, 608 data is both passed through via the “608 compatibility bytes” fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded. @@ -21,24 +21,24 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.String, - "convert608To708", - "If upconvert, 608 data is both passed through via the “608 compatibility bytes” fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.", + 'convert608To708', + 'If upconvert, 608 data is both passed through via the “608 compatibility bytes” fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte20Detection", - "Set to “auto” to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.", + 'scte20Detection', + 'Set to “auto” to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "source608ChannelNumber", - "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.", + 'source608ChannelNumber', + 'Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings.ts index 883b82561..afd8d1b3e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte20SourceSettings { // @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.String, - "convert608To708", - "", + 'convert608To708', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "source608ChannelNumber", - "", + 'source608ChannelNumber', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings.ts index f1e2fbf3a..2a84ec88d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsScte27SourceSettings { // @@ -18,12 +18,12 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.String, - "ocrLanguage", - "", + 'ocrLanguage', + '', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "pid", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'pid', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings.ts index 30506360a..fd5a7f35e 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle, medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle"; +} from './medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettings { // Optionally defines a region where TTML style captions will be displayed. See Caption Rectangle for more details. @@ -22,8 +22,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele return [ new DynamicUIProps( InputType.Object, - "outputRectangle", - "Optionally defines a region where TTML style captions will be displayed. See Caption Rectangle for more details.", + 'outputRectangle', + 'Optionally defines a region where TTML style captions will be displayed. See Caption Rectangle for more details.', () => medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle_GetTypes(), false, @@ -31,8 +31,8 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.String, - "pageNumber", - "Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no “0x” prefix.", + 'pageNumber', + 'Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no “0x” prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle.ts index 6308f0785..6931435e3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle { // @@ -22,10 +22,10 @@ export interface medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSel export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsTeletextSourceSettingsOutputRectangle_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "height", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'height', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "leftOffset", + 'leftOffset', 'Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. (Make sure to leave the default if you don’t have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages. If you specify a value for one of these fields, you must specify a value for all of them. For leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, "10" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame. This field corresponds to tts:origin - X in the TTML standard.', () => [], true, @@ -33,12 +33,12 @@ export function medialive_ChannelInputAttachmentInputSettingsCaptionSelectorSele ), new DynamicUIProps( InputType.Number, - "topOffset", + 'topOffset', 'See the description in left\\_offset. For top\\_offset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, "10" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame. This field corresponds to tts:origin - Y in the TTML standard.', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "width", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'width', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings.ts index da60b6857..959ff0e75 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings, medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings_GetTypes, -} from "./medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings"; +} from './medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings'; export interface medialive_ChannelInputAttachmentInputSettingsNetworkInputSettings { // Specifies HLS input settings when the uri is for a HLS manifest. See HLS Input Settings for more details. @@ -22,8 +22,8 @@ export function medialive_ChannelInputAttachmentInputSettingsNetworkInputSetting return [ new DynamicUIProps( InputType.Object, - "hlsInputSettings", - "Specifies HLS input settings when the uri is for a HLS manifest. See HLS Input Settings for more details.", + 'hlsInputSettings', + 'Specifies HLS input settings when the uri is for a HLS manifest. See HLS Input Settings for more details.', () => medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings_GetTypes(), false, @@ -31,8 +31,8 @@ export function medialive_ChannelInputAttachmentInputSettingsNetworkInputSetting ), new DynamicUIProps( InputType.String, - "serverValidation", - "Check HTTPS server certificates.", + 'serverValidation', + 'Check HTTPS server certificates.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings.ts index 263dda608..18a895118 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsNetworkInputSettingsHlsInputSettings { // The bitrate is specified in bits per second, as in an HLS manifest. @@ -27,40 +27,40 @@ export function medialive_ChannelInputAttachmentInputSettingsNetworkInputSetting return [ new DynamicUIProps( InputType.Number, - "bandwidth", - "The bitrate is specified in bits per second, as in an HLS manifest.", + 'bandwidth', + 'The bitrate is specified in bits per second, as in an HLS manifest.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferSegments", - "Buffer segments.", + 'bufferSegments', + 'Buffer segments.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retries", - "The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.", + 'retries', + 'The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retryInterval", - "The number of seconds between retries when an attempt to read a manifest or segment fails.", + 'retryInterval', + 'The number of seconds between retries when an attempt to read a manifest or segment fails.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "scte35Source", - "", + 'scte35Source', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsVideoSelector.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsVideoSelector.ts index 8e33314fa..fd48d3ab3 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsVideoSelector.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputAttachmentInputSettingsVideoSelector.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputAttachmentInputSettingsVideoSelector { // @@ -18,16 +18,16 @@ export function medialive_ChannelInputAttachmentInputSettingsVideoSelector_GetTy return [ new DynamicUIProps( InputType.String, - "colorSpace", - "", + 'colorSpace', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "colorSpaceUsage", - "", + 'colorSpaceUsage', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelInputSpecification.ts b/src/app/Models/codegen/aws/types/medialive_ChannelInputSpecification.ts index 3e4ab8fae..4c559b888 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelInputSpecification.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelInputSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelInputSpecification { // @@ -21,20 +21,20 @@ export function medialive_ChannelInputSpecification_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "inputResolution", - "", + 'inputResolution', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "maximumBitrate", - "", + 'maximumBitrate', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "codec", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'codec', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelMaintenance.ts b/src/app/Models/codegen/aws/types/medialive_ChannelMaintenance.ts index 51d8286fa..cb2d48463 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelMaintenance.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelMaintenance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelMaintenance { // The day of the week to use for maintenance. @@ -18,16 +18,16 @@ export function medialive_ChannelMaintenance_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "maintenanceDay", - "The day of the week to use for maintenance.", + 'maintenanceDay', + 'The day of the week to use for maintenance.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "maintenanceStartTime", - "The hour maintenance will start.", + 'maintenanceStartTime', + 'The hour maintenance will start.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_ChannelVpc.ts b/src/app/Models/codegen/aws/types/medialive_ChannelVpc.ts index fd77e0e8f..87d80cd0d 100644 --- a/src/app/Models/codegen/aws/types/medialive_ChannelVpc.ts +++ b/src/app/Models/codegen/aws/types/medialive_ChannelVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_ChannelVpc { // @@ -27,40 +27,40 @@ export function medialive_ChannelVpc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).", + 'subnetIds', + 'A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaceIds", - "", + 'networkInterfaceIds', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "publicAddressAllocationIds", - "List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels.", + 'publicAddressAllocationIds', + 'List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used.", + 'securityGroupIds', + 'A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_InputDestination.ts b/src/app/Models/codegen/aws/types/medialive_InputDestination.ts index a002e2c07..9bc9c59f4 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputDestination { // A unique name for the location the RTMP stream is being pushed to. @@ -15,8 +15,8 @@ export function medialive_InputDestination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "streamName", - "A unique name for the location the RTMP stream is being pushed to.", + 'streamName', + 'A unique name for the location the RTMP stream is being pushed to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_InputInputDevice.ts b/src/app/Models/codegen/aws/types/medialive_InputInputDevice.ts index 59bf20ddd..5346025fe 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputInputDevice.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputInputDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputInputDevice { // The unique ID for the device. @@ -15,8 +15,8 @@ export function medialive_InputInputDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The unique ID for the device.", + 'id', + 'The unique ID for the device.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_InputMediaConnectFlow.ts b/src/app/Models/codegen/aws/types/medialive_InputMediaConnectFlow.ts index 29b877aee..13e5d0eac 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputMediaConnectFlow.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputMediaConnectFlow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputMediaConnectFlow { // The ARN of the MediaConnect Flow @@ -15,8 +15,8 @@ export function medialive_InputMediaConnectFlow_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "flowArn", - "The ARN of the MediaConnect Flow", + 'flowArn', + 'The ARN of the MediaConnect Flow', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_InputSecurityGroupWhitelistRule.ts b/src/app/Models/codegen/aws/types/medialive_InputSecurityGroupWhitelistRule.ts index 267dc3a6f..edd9169b5 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputSecurityGroupWhitelistRule.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputSecurityGroupWhitelistRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputSecurityGroupWhitelistRule { // The IPv4 CIDR that's whitelisted. @@ -15,7 +15,7 @@ export function medialive_InputSecurityGroupWhitelistRule_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "The IPv4 CIDR that's whitelisted.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/medialive_InputSource.ts b/src/app/Models/codegen/aws/types/medialive_InputSource.ts index 9bf98100f..b4a8523ba 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputSource.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputSource { // The key used to extract the password from EC2 Parameter store. @@ -21,24 +21,24 @@ export function medialive_InputSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "url", - "The URL where the stream is pulled from.", + 'url', + 'The URL where the stream is pulled from.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "The username for the input source.", + 'username', + 'The username for the input source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "passwordParam", - "The key used to extract the password from EC2 Parameter store.", + 'passwordParam', + 'The key used to extract the password from EC2 Parameter store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_InputVpc.ts b/src/app/Models/codegen/aws/types/medialive_InputVpc.ts index 649ce088e..ba8c07968 100644 --- a/src/app/Models/codegen/aws/types/medialive_InputVpc.ts +++ b/src/app/Models/codegen/aws/types/medialive_InputVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_InputVpc { // A list of 2 VPC subnet IDs from the same VPC. @@ -18,16 +18,16 @@ export function medialive_InputVpc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of 2 VPC subnet IDs from the same VPC.", + 'subnetIds', + 'A list of 2 VPC subnet IDs from the same VPC.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of up to 5 EC2 VPC security group IDs to attach to the Input.", + 'securityGroupIds', + 'A list of up to 5 EC2 VPC security group IDs to attach to the Input.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_MultiplexMultiplexSettings.ts b/src/app/Models/codegen/aws/types/medialive_MultiplexMultiplexSettings.ts index e0d4668a2..a12f5e344 100644 --- a/src/app/Models/codegen/aws/types/medialive_MultiplexMultiplexSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_MultiplexMultiplexSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_MultiplexMultiplexSettings { // Unique ID for each multiplex. @@ -24,32 +24,32 @@ export function medialive_MultiplexMultiplexSettings_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Number, - "maximumVideoBufferDelayMilliseconds", - "Maximum video buffer delay.", + 'maximumVideoBufferDelayMilliseconds', + 'Maximum video buffer delay.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "transportStreamBitrate", - "Transport stream bit rate.", + 'transportStreamBitrate', + 'Transport stream bit rate.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "transportStreamId", - "Unique ID for each multiplex.", + 'transportStreamId', + 'Unique ID for each multiplex.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "transportStreamReservedBitrate", - "Transport stream reserved bit rate.", + 'transportStreamReservedBitrate', + 'Transport stream reserved bit rate.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettings.ts b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettings.ts index fd68a616f..09f66075f 100644 --- a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor, medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor_GetTypes, -} from "./medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor"; +} from './medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor'; import { medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings, medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings_GetTypes, -} from "./medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings"; +} from './medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings'; export interface medialive_MultiplexProgramMultiplexProgramSettings { // Enum for preferred channel pipeline. Options are `CURRENTLY_ACTIVE`, `PIPELINE_0`, or `PIPELINE_1`. @@ -32,8 +32,8 @@ export function medialive_MultiplexProgramMultiplexProgramSettings_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "videoSettings", - "Video settings. See Video Settings for more details.", + 'videoSettings', + 'Video settings. See Video Settings for more details.', () => medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings_GetTypes(), false, @@ -41,24 +41,24 @@ export function medialive_MultiplexProgramMultiplexProgramSettings_GetTypes(): D ), new DynamicUIProps( InputType.String, - "preferredChannelPipeline", - "Enum for preferred channel pipeline. Options are `CURRENTLY_ACTIVE`, `PIPELINE_0`, or `PIPELINE_1`.", + 'preferredChannelPipeline', + 'Enum for preferred channel pipeline. Options are `CURRENTLY_ACTIVE`, `PIPELINE_0`, or `PIPELINE_1`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "programNumber", - "Unique program number.", + 'programNumber', + 'Unique program number.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "serviceDescriptor", - "Service Descriptor. See Service Descriptor for more details.", + 'serviceDescriptor', + 'Service Descriptor. See Service Descriptor for more details.', () => medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor.ts b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor.ts index 3a2760965..56c880688 100644 --- a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor.ts +++ b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_MultiplexProgramMultiplexProgramSettingsServiceDescriptor { // Unique provider name. @@ -18,16 +18,16 @@ export function medialive_MultiplexProgramMultiplexProgramSettingsServiceDescrip return [ new DynamicUIProps( InputType.String, - "providerName", - "Unique provider name.", + 'providerName', + 'Unique provider name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "Unique service name.", + 'serviceName', + 'Unique service name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings.ts b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings.ts index cd9593ecb..f45e4b4c0 100644 --- a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings, medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings_GetTypes, -} from "./medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings"; +} from './medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings'; export interface medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings { // Constant bitrate value. @@ -22,16 +22,16 @@ export function medialive_MultiplexProgramMultiplexProgramSettingsVideoSettings_ return [ new DynamicUIProps( InputType.Number, - "constantBitrate", - "Constant bitrate value.", + 'constantBitrate', + 'Constant bitrate value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "statmuxSettings", - "Statmux settings. See Statmux Settings for more details.", + 'statmuxSettings', + 'Statmux settings. See Statmux Settings for more details.', () => medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings.ts b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings.ts index 72ddd939a..f6eb53a86 100644 --- a/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings.ts +++ b/src/app/Models/codegen/aws/types/medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings { // Priority value. @@ -21,24 +21,24 @@ export function medialive_MultiplexProgramMultiplexProgramSettingsVideoSettingsS return [ new DynamicUIProps( InputType.Number, - "priority", - "Priority value.", + 'priority', + 'Priority value.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumBitrate", - "Maximum bitrate.", + 'maximumBitrate', + 'Maximum bitrate.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minimumBitrate", - "Minimum bitrate.", + 'minimumBitrate', + 'Minimum bitrate.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/medialive_getInputDestination.ts b/src/app/Models/codegen/aws/types/medialive_getInputDestination.ts index 36ba0503b..1b4633edf 100644 --- a/src/app/Models/codegen/aws/types/medialive_getInputDestination.ts +++ b/src/app/Models/codegen/aws/types/medialive_getInputDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { medialive_getInputDestinationVpc, medialive_getInputDestinationVpc_GetTypes, -} from "./medialive_getInputDestinationVpc"; +} from './medialive_getInputDestinationVpc'; export interface medialive_getInputDestination { // @@ -26,16 +26,16 @@ export interface medialive_getInputDestination { export function medialive_getInputDestination_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "port", "", () => [], true, false), - new DynamicUIProps(InputType.String, "url", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'port', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'url', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "vpcs", - "", + 'vpcs', + '', () => medialive_getInputDestinationVpc_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "ip", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'ip', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_getInputDestinationVpc.ts b/src/app/Models/codegen/aws/types/medialive_getInputDestinationVpc.ts index e4606cc11..34751f23f 100644 --- a/src/app/Models/codegen/aws/types/medialive_getInputDestinationVpc.ts +++ b/src/app/Models/codegen/aws/types/medialive_getInputDestinationVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_getInputDestinationVpc { // @@ -18,16 +18,16 @@ export function medialive_getInputDestinationVpc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "", + 'availabilityZone', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_getInputInputDevice.ts b/src/app/Models/codegen/aws/types/medialive_getInputInputDevice.ts index 383529432..fdfb24d45 100644 --- a/src/app/Models/codegen/aws/types/medialive_getInputInputDevice.ts +++ b/src/app/Models/codegen/aws/types/medialive_getInputInputDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_getInputInputDevice { // The ID of the Input. @@ -15,8 +15,8 @@ export function medialive_getInputInputDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The ID of the Input.", + 'id', + 'The ID of the Input.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/medialive_getInputMediaConnectFlow.ts b/src/app/Models/codegen/aws/types/medialive_getInputMediaConnectFlow.ts index 83e6ff09d..7781d013f 100644 --- a/src/app/Models/codegen/aws/types/medialive_getInputMediaConnectFlow.ts +++ b/src/app/Models/codegen/aws/types/medialive_getInputMediaConnectFlow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_getInputMediaConnectFlow { // @@ -13,6 +13,6 @@ export interface medialive_getInputMediaConnectFlow { export function medialive_getInputMediaConnectFlow_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "flowArn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'flowArn', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/medialive_getInputSource.ts b/src/app/Models/codegen/aws/types/medialive_getInputSource.ts index d6e2f3775..d8bd9e200 100644 --- a/src/app/Models/codegen/aws/types/medialive_getInputSource.ts +++ b/src/app/Models/codegen/aws/types/medialive_getInputSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface medialive_getInputSource { // @@ -21,13 +21,13 @@ export function medialive_getInputSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "passwordParam", - "", + 'passwordParam', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "url", "", () => [], true, false), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'url', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngest.ts b/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngest.ts index d3ca4eaa9..35c7804b2 100644 --- a/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngest.ts +++ b/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngest.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mediapackage_ChannelHlsIngestIngestEndpoint, mediapackage_ChannelHlsIngestIngestEndpoint_GetTypes, -} from "./mediapackage_ChannelHlsIngestIngestEndpoint"; +} from './mediapackage_ChannelHlsIngestIngestEndpoint'; export interface mediapackage_ChannelHlsIngest { // A list of the ingest endpoints @@ -19,8 +19,8 @@ export function mediapackage_ChannelHlsIngest_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "ingestEndpoints", - "A list of the ingest endpoints", + 'ingestEndpoints', + 'A list of the ingest endpoints', () => mediapackage_ChannelHlsIngestIngestEndpoint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngestIngestEndpoint.ts b/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngestIngestEndpoint.ts index 034c1a8ee..69ac6545e 100644 --- a/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngestIngestEndpoint.ts +++ b/src/app/Models/codegen/aws/types/mediapackage_ChannelHlsIngestIngestEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mediapackage_ChannelHlsIngestIngestEndpoint { // The password @@ -21,24 +21,24 @@ export function mediapackage_ChannelHlsIngestIngestEndpoint_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "username", - "The username", + 'username', + 'The username', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "The password", + 'password', + 'The password', () => [], false, false, ), new DynamicUIProps( InputType.String, - "url", - "The URL", + 'url', + 'The URL', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_ClusterClusterEndpoint.ts b/src/app/Models/codegen/aws/types/memorydb_ClusterClusterEndpoint.ts index 646bc9229..0bffd51c5 100644 --- a/src/app/Models/codegen/aws/types/memorydb_ClusterClusterEndpoint.ts +++ b/src/app/Models/codegen/aws/types/memorydb_ClusterClusterEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_ClusterClusterEndpoint { // DNS hostname of the node. @@ -18,16 +18,16 @@ export function memorydb_ClusterClusterEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "address", - "DNS hostname of the node.", + 'address', + 'DNS hostname of the node.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the nodes accepts connections. Defaults to `6379`.", + 'port', + 'The port number on which each of the nodes accepts connections. Defaults to `6379`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_ClusterShard.ts b/src/app/Models/codegen/aws/types/memorydb_ClusterShard.ts index 5ccc2a138..8abc8a2e5 100644 --- a/src/app/Models/codegen/aws/types/memorydb_ClusterShard.ts +++ b/src/app/Models/codegen/aws/types/memorydb_ClusterShard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_ClusterShardNode, memorydb_ClusterShardNode_GetTypes, -} from "./memorydb_ClusterShardNode"; +} from './memorydb_ClusterShardNode'; export interface memorydb_ClusterShard { // Number of individual nodes in this shard. @@ -28,32 +28,32 @@ export function memorydb_ClusterShard_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "nodes", - "Set of nodes in this shard.", + 'nodes', + 'Set of nodes in this shard.', () => memorydb_ClusterShardNode_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "numNodes", - "Number of individual nodes in this shard.", + 'numNodes', + 'Number of individual nodes in this shard.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "slots", - "Keyspace for this shard. Example: `0-16383`.", + 'slots', + 'Keyspace for this shard. Example: `0-16383`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_ClusterShardNode.ts b/src/app/Models/codegen/aws/types/memorydb_ClusterShardNode.ts index 316d2554c..01b6078fc 100644 --- a/src/app/Models/codegen/aws/types/memorydb_ClusterShardNode.ts +++ b/src/app/Models/codegen/aws/types/memorydb_ClusterShardNode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_ClusterShardNodeEndpoint, memorydb_ClusterShardNodeEndpoint_GetTypes, -} from "./memorydb_ClusterShardNodeEndpoint"; +} from './memorydb_ClusterShardNodeEndpoint'; export interface memorydb_ClusterShardNode { // The Availability Zone in which the node resides. @@ -28,32 +28,32 @@ export function memorydb_ClusterShardNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which the node resides.", + 'availabilityZone', + 'The Availability Zone in which the node resides.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "createTime", - "The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.", + 'createTime', + 'The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "endpoints", - "", + 'endpoints', + '', () => memorydb_ClusterShardNodeEndpoint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_ClusterShardNodeEndpoint.ts b/src/app/Models/codegen/aws/types/memorydb_ClusterShardNodeEndpoint.ts index 60096d50f..0c8e417f5 100644 --- a/src/app/Models/codegen/aws/types/memorydb_ClusterShardNodeEndpoint.ts +++ b/src/app/Models/codegen/aws/types/memorydb_ClusterShardNodeEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_ClusterShardNodeEndpoint { // The port number on which each of the nodes accepts connections. Defaults to `6379`. @@ -18,16 +18,16 @@ export function memorydb_ClusterShardNodeEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "port", - "The port number on which each of the nodes accepts connections. Defaults to `6379`.", + 'port', + 'The port number on which each of the nodes accepts connections. Defaults to `6379`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address", - "DNS hostname of the node.", + 'address', + 'DNS hostname of the node.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/memorydb_ParameterGroupParameter.ts index b2ed45571..5c0c9d200 100644 --- a/src/app/Models/codegen/aws/types/memorydb_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/memorydb_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_ParameterGroupParameter { // The name of the parameter. @@ -18,16 +18,16 @@ export function memorydb_ParameterGroupParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the parameter.", + 'name', + 'The name of the parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the parameter.", + 'value', + 'The value of the parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_SnapshotClusterConfiguration.ts b/src/app/Models/codegen/aws/types/memorydb_SnapshotClusterConfiguration.ts index 48f810817..e22a391f6 100644 --- a/src/app/Models/codegen/aws/types/memorydb_SnapshotClusterConfiguration.ts +++ b/src/app/Models/codegen/aws/types/memorydb_SnapshotClusterConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_SnapshotClusterConfiguration { // Compute and memory capacity of the nodes in the cluster. @@ -51,104 +51,104 @@ export function memorydb_SnapshotClusterConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "topicArn", - "ARN of the SNS topic to which cluster notifications are sent.", + 'topicArn', + 'ARN of the SNS topic to which cluster notifications are sent.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number on which the cluster accepts connections.", + 'port', + 'Port number on which the cluster accepts connections.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "Name of the subnet group used by the cluster.", + 'subnetGroupName', + 'Name of the subnet group used by the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "Name of the parameter group associated with the cluster.", + 'parameterGroupName', + 'Name of the parameter group associated with the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "Number of days for which MemoryDB retains automatic snapshots before deleting them.", + 'snapshotRetentionLimit', + 'Number of days for which MemoryDB retains automatic snapshots before deleting them.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshotWindow", - "The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of the shard.", + 'snapshotWindow', + 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of the shard.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the snapshot. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the snapshot. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version number of the Redis engine used by the cluster.", + 'engineVersion', + 'Version number of the Redis engine used by the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "The weekly time range during which maintenance on the cluster is performed.", + 'maintenanceWindow', + 'The weekly time range during which maintenance on the cluster is performed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the cluster.", + 'description', + 'Description for the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "Compute and memory capacity of the nodes in the cluster.", + 'nodeType', + 'Compute and memory capacity of the nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numShards", - "Number of shards in the cluster.", + 'numShards', + 'Number of shards in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC in which the cluster exists.", + 'vpcId', + 'The VPC in which the cluster exists.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_UserAuthenticationMode.ts b/src/app/Models/codegen/aws/types/memorydb_UserAuthenticationMode.ts index e922d4a25..1b7fb8f40 100644 --- a/src/app/Models/codegen/aws/types/memorydb_UserAuthenticationMode.ts +++ b/src/app/Models/codegen/aws/types/memorydb_UserAuthenticationMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_UserAuthenticationMode { // Number of passwords belonging to the user if `type` is set to `password`. @@ -21,24 +21,24 @@ export function memorydb_UserAuthenticationMode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "passwordCount", - "Number of passwords belonging to the user if `type` is set to `password`.", + 'passwordCount', + 'Number of passwords belonging to the user if `type` is set to `password`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "passwords", - "Set of passwords used for authentication if `type` is set to `password`. You can create up to two passwords for each user.", + 'passwords', + 'Set of passwords used for authentication if `type` is set to `password`. You can create up to two passwords for each user.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Specifies the authentication type. Valid values are: `password` or `iam`.", + 'type', + 'Specifies the authentication type. Valid values are: `password` or `iam`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getClusterClusterEndpoint.ts b/src/app/Models/codegen/aws/types/memorydb_getClusterClusterEndpoint.ts index 2cc21724e..1ea4b9db5 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getClusterClusterEndpoint.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getClusterClusterEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_getClusterClusterEndpoint { // DNS hostname of the node. @@ -18,16 +18,16 @@ export function memorydb_getClusterClusterEndpoint_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "address", - "DNS hostname of the node.", + 'address', + 'DNS hostname of the node.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number that this node is listening on.", + 'port', + 'Port number that this node is listening on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getClusterShard.ts b/src/app/Models/codegen/aws/types/memorydb_getClusterShard.ts index a9dbe096e..51a0fc491 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getClusterShard.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getClusterShard.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_getClusterShardNode, memorydb_getClusterShardNode_GetTypes, -} from "./memorydb_getClusterShardNode"; +} from './memorydb_getClusterShardNode'; export interface memorydb_getClusterShard { // Name of the cluster. @@ -28,32 +28,32 @@ export function memorydb_getClusterShard_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "slots", - "Keyspace for this shard. Example: `0-16383`.", + 'slots', + 'Keyspace for this shard. Example: `0-16383`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the cluster.", + 'name', + 'Name of the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "nodes", - "Set of nodes in this shard.", + 'nodes', + 'Set of nodes in this shard.', () => memorydb_getClusterShardNode_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "numNodes", - "Number of individual nodes in this shard.", + 'numNodes', + 'Number of individual nodes in this shard.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getClusterShardNode.ts b/src/app/Models/codegen/aws/types/memorydb_getClusterShardNode.ts index 72132471c..5a7a31c0d 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getClusterShardNode.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getClusterShardNode.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { memorydb_getClusterShardNodeEndpoint, memorydb_getClusterShardNodeEndpoint_GetTypes, -} from "./memorydb_getClusterShardNodeEndpoint"; +} from './memorydb_getClusterShardNodeEndpoint'; export interface memorydb_getClusterShardNode { // The Availability Zone in which the node resides. @@ -28,32 +28,32 @@ export function memorydb_getClusterShardNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone in which the node resides.", + 'availabilityZone', + 'The Availability Zone in which the node resides.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "createTime", - "The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.", + 'createTime', + 'The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "endpoints", - "", + 'endpoints', + '', () => memorydb_getClusterShardNodeEndpoint_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the cluster.", + 'name', + 'Name of the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getClusterShardNodeEndpoint.ts b/src/app/Models/codegen/aws/types/memorydb_getClusterShardNodeEndpoint.ts index c072eb7ca..0e68e9a89 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getClusterShardNodeEndpoint.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getClusterShardNodeEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_getClusterShardNodeEndpoint { // DNS hostname of the node. @@ -18,16 +18,16 @@ export function memorydb_getClusterShardNodeEndpoint_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "address", - "DNS hostname of the node.", + 'address', + 'DNS hostname of the node.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number that this node is listening on.", + 'port', + 'Port number that this node is listening on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/memorydb_getParameterGroupParameter.ts index d66c00476..31e6ab7f1 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_getParameterGroupParameter { // Name of the parameter group. @@ -18,16 +18,16 @@ export function memorydb_getParameterGroupParameter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "Name of the parameter group.", + 'name', + 'Name of the parameter group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the parameter.", + 'value', + 'Value of the parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getSnapshotClusterConfiguration.ts b/src/app/Models/codegen/aws/types/memorydb_getSnapshotClusterConfiguration.ts index 94fc078c1..6792b463c 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getSnapshotClusterConfiguration.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getSnapshotClusterConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_getSnapshotClusterConfiguration { // ARN of the SNS topic to which cluster notifications are sent. @@ -51,104 +51,104 @@ export function memorydb_getSnapshotClusterConfiguration_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "topicArn", - "ARN of the SNS topic to which cluster notifications are sent.", + 'topicArn', + 'ARN of the SNS topic to which cluster notifications are sent.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "snapshotRetentionLimit", - "Number of days for which MemoryDB retains automatic snapshots before deleting them.", + 'snapshotRetentionLimit', + 'Number of days for which MemoryDB retains automatic snapshots before deleting them.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "engineVersion", - "Version number of the Redis engine used by the cluster.", + 'engineVersion', + 'Version number of the Redis engine used by the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number on which the cluster accepts connections.", + 'port', + 'Port number on which the cluster accepts connections.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "nodeType", - "Compute and memory capacity of the nodes in the cluster.", + 'nodeType', + 'Compute and memory capacity of the nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "maintenanceWindow", - "The weekly time range during which maintenance on the cluster is performed.", + 'maintenanceWindow', + 'The weekly time range during which maintenance on the cluster is performed.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the snapshot.", + 'name', + 'Name of the snapshot.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "numShards", - "Number of shards in the cluster.", + 'numShards', + 'Number of shards in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "snapshotWindow", - "The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of the shard.", + 'snapshotWindow', + 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of the shard.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subnetGroupName", - "Name of the subnet group used by the cluster.", + 'subnetGroupName', + 'Name of the subnet group used by the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC in which the cluster exists.", + 'vpcId', + 'The VPC in which the cluster exists.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description for the cluster.", + 'description', + 'Description for the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterGroupName", - "Name of the parameter group associated with the cluster.", + 'parameterGroupName', + 'Name of the parameter group associated with the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/memorydb_getUserAuthenticationMode.ts b/src/app/Models/codegen/aws/types/memorydb_getUserAuthenticationMode.ts index 898eb8e55..4030d7928 100644 --- a/src/app/Models/codegen/aws/types/memorydb_getUserAuthenticationMode.ts +++ b/src/app/Models/codegen/aws/types/memorydb_getUserAuthenticationMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface memorydb_getUserAuthenticationMode { // Number of passwords belonging to the user if `type` is set to `password`. @@ -18,16 +18,16 @@ export function memorydb_getUserAuthenticationMode_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "type", - "Type of authentication configured.", + 'type', + 'Type of authentication configured.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "passwordCount", - "Number of passwords belonging to the user if `type` is set to `password`.", + 'passwordCount', + 'Number of passwords belonging to the user if `type` is set to `password`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerConfiguration.ts b/src/app/Models/codegen/aws/types/mq_BrokerConfiguration.ts index 14efc6fa0..c3e3fc3d4 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerConfiguration { // The Configuration ID. @@ -18,16 +18,16 @@ export function mq_BrokerConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "The Configuration ID.", + 'id', + 'The Configuration ID.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "revision", - "Revision of the Configuration.", + 'revision', + 'Revision of the Configuration.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerEncryptionOptions.ts b/src/app/Models/codegen/aws/types/mq_BrokerEncryptionOptions.ts index f252395ff..103b4fcbc 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerEncryptionOptions.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerEncryptionOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerEncryptionOptions { // Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your account. @@ -18,16 +18,16 @@ export function mq_BrokerEncryptionOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "useAwsOwnedKey", - "Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your account.", + 'useAwsOwnedKey', + 'Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kms_key_id` will create an AWS-managed CMK aliased to `aws/mq` in your account.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest. Requires setting `use_aws_owned_key` to `false`. To perform drift detection when AWS-managed CMKs or customer-managed CMKs are in use, this value must be configured.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest. Requires setting `use_aws_owned_key` to `false`. To perform drift detection when AWS-managed CMKs or customer-managed CMKs are in use, this value must be configured.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerInstance.ts b/src/app/Models/codegen/aws/types/mq_BrokerInstance.ts index f90a7cf42..3bfbf6984 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerInstance.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerInstance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerInstance { // The URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engine_type`. @@ -31,15 +31,15 @@ export function mq_BrokerInstance_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "consoleUrl", - "The URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engine_type`.", + 'consoleUrl', + 'The URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engine_type`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "endpoints", + 'endpoints', "Broker's wire-level protocol endpoints in the following order & format referenceable e.g., as `instances.0.endpoints.0` (SSL):\n* For `ActiveMQ`:\n* `ssl://broker-id.mq.us-west-2.amazonaws.com:61617`\n* `amqp+ssl://broker-id.mq.us-west-2.amazonaws.com:5671`\n* `stomp+ssl://broker-id.mq.us-west-2.amazonaws.com:61614`\n* `mqtt+ssl://broker-id.mq.us-west-2.amazonaws.com:8883`\n* `wss://broker-id.mq.us-west-2.amazonaws.com:61619`\n* For `RabbitMQ`:\n* `amqps://broker-id.mq.us-west-2.amazonaws.com:5671`", () => InputType_String_GetTypes(), false, @@ -47,8 +47,8 @@ export function mq_BrokerInstance_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "ipAddress", - "IP Address of the broker.", + 'ipAddress', + 'IP Address of the broker.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerLdapServerMetadata.ts b/src/app/Models/codegen/aws/types/mq_BrokerLdapServerMetadata.ts index b97b05616..bcb5ad1e8 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerLdapServerMetadata.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerLdapServerMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerLdapServerMetadata { // Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query. @@ -45,88 +45,88 @@ export function mq_BrokerLdapServerMetadata_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "userBase", - "Fully qualified name of the directory where you want to search for users.", + 'userBase', + 'Fully qualified name of the directory where you want to search for users.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "hosts", - "List of a fully qualified domain name of the LDAP server and an optional failover server.", + 'hosts', + 'List of a fully qualified domain name of the LDAP server and an optional failover server.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccountUsername", - "Service account username.", + 'serviceAccountUsername', + 'Service account username.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "userSearchSubtree", - "Whether the directory search scope is the entire sub-tree.", + 'userSearchSubtree', + 'Whether the directory search scope is the entire sub-tree.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleBase", - "Fully qualified name of the directory to search for a user’s groups.", + 'roleBase', + 'Fully qualified name of the directory to search for a user’s groups.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "roleSearchSubtree", - "Whether the directory search scope is the entire sub-tree.", + 'roleSearchSubtree', + 'Whether the directory search scope is the entire sub-tree.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userRoleName", - "Specifies the name of the LDAP attribute for the user group membership.", + 'userRoleName', + 'Specifies the name of the LDAP attribute for the user group membership.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userSearchMatching", - "Search criteria for users.", + 'userSearchMatching', + 'Search criteria for users.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleName", - "Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.", + 'roleName', + 'Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceAccountPassword", - "Service account password.", + 'serviceAccountPassword', + 'Service account password.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "roleSearchMatching", - "Search criteria for groups.", + 'roleSearchMatching', + 'Search criteria for groups.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerLogs.ts b/src/app/Models/codegen/aws/types/mq_BrokerLogs.ts index f8396d9ec..78a802505 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerLogs.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerLogs { // Enables audit logging. Auditing is only possible for `engine_type` of `ActiveMQ`. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to `false`. @@ -18,16 +18,16 @@ export function mq_BrokerLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "audit", - "Enables audit logging. Auditing is only possible for `engine_type` of `ActiveMQ`. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to `false`.", + 'audit', + 'Enables audit logging. Auditing is only possible for `engine_type` of `ActiveMQ`. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "general", - "Enables general logging via CloudWatch. Defaults to `false`.", + 'general', + 'Enables general logging via CloudWatch. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerMaintenanceWindowStartTime.ts b/src/app/Models/codegen/aws/types/mq_BrokerMaintenanceWindowStartTime.ts index 66e64bb96..6e72daf04 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerMaintenanceWindowStartTime.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerMaintenanceWindowStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerMaintenanceWindowStartTime { // Day of the week, e.g., `MONDAY`, `TUESDAY`, or `WEDNESDAY`. @@ -21,24 +21,24 @@ export function mq_BrokerMaintenanceWindowStartTime_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "timeZone", - "Time zone in either the Country/City format or the UTC offset format, e.g., `CET`.", + 'timeZone', + 'Time zone in either the Country/City format or the UTC offset format, e.g., `CET`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dayOfWeek", - "Day of the week, e.g., `MONDAY`, `TUESDAY`, or `WEDNESDAY`.", + 'dayOfWeek', + 'Day of the week, e.g., `MONDAY`, `TUESDAY`, or `WEDNESDAY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "timeOfDay", - "Time, in 24-hour format, e.g., `02:00`.", + 'timeOfDay', + 'Time, in 24-hour format, e.g., `02:00`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_BrokerUser.ts b/src/app/Models/codegen/aws/types/mq_BrokerUser.ts index 0759ad5a7..ac05a8bc2 100644 --- a/src/app/Models/codegen/aws/types/mq_BrokerUser.ts +++ b/src/app/Models/codegen/aws/types/mq_BrokerUser.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_BrokerUser { /* @@ -31,40 +31,40 @@ export function mq_BrokerUser_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "username", - "Username of the user.\n\n> **NOTE:** AWS currently does not support updating RabbitMQ users. Updates to users can only be in the RabbitMQ UI.", + 'username', + 'Username of the user.\n\n> **NOTE:** AWS currently does not support updating RabbitMQ users. Updates to users can only be in the RabbitMQ UI.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "consoleAccess", - "Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user. Applies to `engine_type` of `ActiveMQ` only.", + 'consoleAccess', + 'Whether to enable access to the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) for the user. Applies to `engine_type` of `ActiveMQ` only.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "groups", - "List of groups (20 maximum) to which the ActiveMQ user belongs. Applies to `engine_type` of `ActiveMQ` only.", + 'groups', + 'List of groups (20 maximum) to which the ActiveMQ user belongs. Applies to `engine_type` of `ActiveMQ` only.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "password", - "Password of the user. It must be 12 to 250 characters long, at least 4 unique characters, and must not contain commas.", + 'password', + 'Password of the user. It must be 12 to 250 characters long, at least 4 unique characters, and must not contain commas.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "replicationUser", - "Whether to set set replication user. Defaults to `false`.", + 'replicationUser', + 'Whether to set set replication user. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerConfiguration.ts b/src/app/Models/codegen/aws/types/mq_getBrokerConfiguration.ts index 378c11e59..46a2e2b3e 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerConfiguration { // @@ -16,7 +16,7 @@ export interface mq_getBrokerConfiguration { export function mq_getBrokerConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "revision", "", () => [], true, false), - new DynamicUIProps(InputType.String, "id", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'revision', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'id', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerEncryptionOption.ts b/src/app/Models/codegen/aws/types/mq_getBrokerEncryptionOption.ts index 03294e6c2..7f80b2ce2 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerEncryptionOption.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerEncryptionOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerEncryptionOption { // @@ -16,11 +16,11 @@ export interface mq_getBrokerEncryptionOption { export function mq_getBrokerEncryptionOption_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "useAwsOwnedKey", - "", + 'useAwsOwnedKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineType.ts b/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineType.ts index e9192d9a2..c071065f3 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineType.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineType.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion, mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion_GetTypes, -} from "./mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion"; +} from './mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion'; export interface mq_getBrokerEngineTypesBrokerEngineType { // The MQ engine type to return version details for. @@ -22,16 +22,16 @@ export function mq_getBrokerEngineTypesBrokerEngineType_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "engineType", - "The MQ engine type to return version details for.", + 'engineType', + 'The MQ engine type to return version details for.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "engineVersions", - "The list of engine versions.", + 'engineVersions', + 'The list of engine versions.', () => mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion.ts b/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion.ts index 10d90efe8..c01979f09 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion { // @@ -13,6 +13,6 @@ export interface mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion { export function mq_getBrokerEngineTypesBrokerEngineTypeEngineVersion_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerInstance.ts b/src/app/Models/codegen/aws/types/mq_getBrokerInstance.ts index 4a5fa92ab..867063945 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerInstance.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerInstance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerInstance { // @@ -21,24 +21,24 @@ export function mq_getBrokerInstance_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "consoleUrl", - "", + 'consoleUrl', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "endpoints", - "", + 'endpoints', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "ipAddress", - "", + 'ipAddress', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerLdapServerMetadata.ts b/src/app/Models/codegen/aws/types/mq_getBrokerLdapServerMetadata.ts index 20af104b1..311dc4ab4 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerLdapServerMetadata.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerLdapServerMetadata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerLdapServerMetadata { // @@ -45,70 +45,70 @@ export function mq_getBrokerLdapServerMetadata_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "userSearchSubtree", - "", + 'userSearchSubtree', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "hosts", - "", + 'hosts', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "serviceAccountPassword", - "", + 'serviceAccountPassword', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "userBase", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'userBase', '', () => [], true, false), new DynamicUIProps( InputType.String, - "userRoleName", - "", + 'userRoleName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "roleName", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'roleName', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "roleSearchSubtree", - "", + 'roleSearchSubtree', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccountUsername", - "", + 'serviceAccountUsername', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userSearchMatching", - "", + 'userSearchMatching', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleSearchMatching", - "", + 'roleSearchMatching', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "roleBase", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'roleBase', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerLogs.ts b/src/app/Models/codegen/aws/types/mq_getBrokerLogs.ts index 022c35161..99e0301d6 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerLogs.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerLogs { // @@ -16,7 +16,7 @@ export interface mq_getBrokerLogs { export function mq_getBrokerLogs_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "audit", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "general", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'audit', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'general', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerMaintenanceWindowStartTime.ts b/src/app/Models/codegen/aws/types/mq_getBrokerMaintenanceWindowStartTime.ts index a7a9f3bb7..8a0ad26cb 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerMaintenanceWindowStartTime.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerMaintenanceWindowStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerMaintenanceWindowStartTime { // @@ -19,19 +19,19 @@ export interface mq_getBrokerMaintenanceWindowStartTime { export function mq_getBrokerMaintenanceWindowStartTime_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "timeZone", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'timeZone', '', () => [], true, false), new DynamicUIProps( InputType.String, - "dayOfWeek", - "", + 'dayOfWeek', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "timeOfDay", - "", + 'timeOfDay', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getBrokerUser.ts b/src/app/Models/codegen/aws/types/mq_getBrokerUser.ts index f3eabeb49..c4479e669 100644 --- a/src/app/Models/codegen/aws/types/mq_getBrokerUser.ts +++ b/src/app/Models/codegen/aws/types/mq_getBrokerUser.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getBrokerUser { // @@ -24,25 +24,25 @@ export function mq_getBrokerUser_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "groups", - "", + 'groups', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "replicationUser", - "", + 'replicationUser', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), new DynamicUIProps( InputType.Bool, - "consoleAccess", - "", + 'consoleAccess', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOption.ts b/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOption.ts index bbfbb3835..4b154a49a 100644 --- a/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOption.ts +++ b/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone, mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone_GetTypes, -} from "./mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone"; +} from './mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone'; export interface mq_getInstanceTypeOfferingsBrokerInstanceOption { // List of available AZs. See Availability Zones. below @@ -34,24 +34,24 @@ export function mq_getInstanceTypeOfferingsBrokerInstanceOption_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "supportedDeploymentModes", - "The list of supported deployment modes.", + 'supportedDeploymentModes', + 'The list of supported deployment modes.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "supportedEngineVersions", - "The list of supported engine versions.", + 'supportedEngineVersions', + 'The list of supported engine versions.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "List of available AZs. See Availability Zones. below", + 'availabilityZones', + 'List of available AZs. See Availability Zones. below', () => mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone_GetTypes(), true, @@ -59,24 +59,24 @@ export function mq_getInstanceTypeOfferingsBrokerInstanceOption_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "engineType", - "Filter response by engine type.", + 'engineType', + 'Filter response by engine type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostInstanceType", - "Filter response by host instance type.", + 'hostInstanceType', + 'Filter response by host instance type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "storageType", - "Filter response by storage type.", + 'storageType', + 'Filter response by storage type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone.ts b/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone.ts index cf593edf3..e9b1d3f41 100644 --- a/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone.ts +++ b/src/app/Models/codegen/aws/types/mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone { // Name of the Availability Zone. @@ -15,8 +15,8 @@ export function mq_getInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone_ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the Availability Zone.", + 'name', + 'Name of the Availability Zone.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfo.ts index 84cd7e575..fac65fda9 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfo.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoStorageInfo, msk_ClusterBrokerNodeGroupInfoStorageInfo_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoStorageInfo"; +} from './msk_ClusterBrokerNodeGroupInfoStorageInfo'; import { msk_ClusterBrokerNodeGroupInfoConnectivityInfo, msk_ClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoConnectivityInfo"; +} from './msk_ClusterBrokerNodeGroupInfoConnectivityInfo'; export interface msk_ClusterBrokerNodeGroupInfo { // A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster. @@ -38,15 +38,15 @@ export function msk_ClusterBrokerNodeGroupInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "clientSubnets", - "A list of subnets to connect to in client VPC ([documentation](https://docs.aws.amazon.com/msk/1.0/apireference/clusters.html#clusters-prop-brokernodegroupinfo-clientsubnets)).", + 'clientSubnets', + 'A list of subnets to connect to in client VPC ([documentation](https://docs.aws.amazon.com/msk/1.0/apireference/clusters.html#clusters-prop-brokernodegroupinfo-clientsubnets)).', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "connectivityInfo", + 'connectivityInfo', "Information about the cluster access configuration. See below. For security reasons, you can't turn on public access while creating an MSK cluster. However, you can update an existing cluster to make it publicly accessible. You can also create a new cluster and then update it to make it publicly accessible ([documentation](https://docs.aws.amazon.com/msk/latest/developerguide/public-access.html)).", () => msk_ClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(), false, @@ -54,32 +54,32 @@ export function msk_ClusterBrokerNodeGroupInfo_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "instanceType", - "Specify the instance type to use for the kafka brokersE.g., kafka.m5.large. ([Pricing info](https://aws.amazon.com/msk/pricing/))", + 'instanceType', + 'Specify the instance type to use for the kafka brokersE.g., kafka.m5.large. ([Pricing info](https://aws.amazon.com/msk/pricing/))', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.", + 'securityGroups', + 'A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "storageInfo", - "A block that contains information about storage volumes attached to MSK broker nodes. See below.", + 'storageInfo', + 'A block that contains information about storage volumes attached to MSK broker nodes. See below.', () => msk_ClusterBrokerNodeGroupInfoStorageInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "azDistribution", - "The distribution of broker nodes across availability zones ([documentation](https://docs.aws.amazon.com/msk/1.0/apireference/clusters.html#clusters-model-brokerazdistribution)). Currently the only valid value is `DEFAULT`.", + 'azDistribution', + 'The distribution of broker nodes across availability zones ([documentation](https://docs.aws.amazon.com/msk/1.0/apireference/clusters.html#clusters-model-brokerazdistribution)). Currently the only valid value is `DEFAULT`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfo.ts index d69baae3a..1a46a7fe3 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfo.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess, msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess"; +} from './msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess'; import { msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity, msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity"; +} from './msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity'; export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfo { // Access control settings for brokers. See below. @@ -26,8 +26,8 @@ export function msk_ClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "publicAccess", - "Access control settings for brokers. See below.", + 'publicAccess', + 'Access control settings for brokers. See below.', () => msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTypes(), false, @@ -35,8 +35,8 @@ export function msk_ClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "vpcConnectivity", - "VPC connectivity access control for brokers. See below.", + 'vpcConnectivity', + 'VPC connectivity access control for brokers. See below.', () => msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts index 571b0101e..3bee27f52 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess { // Public access type. Valid values: `DISABLED`, `SERVICE_PROVIDED_EIPS`. @@ -15,8 +15,8 @@ export function msk_ClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTy return [ new DynamicUIProps( InputType.String, - "type", - "Public access type. Valid values: `DISABLED`, `SERVICE_PROVIDED_EIPS`.", + 'type', + 'Public access type. Valid values: `DISABLED`, `SERVICE_PROVIDED_EIPS`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts index 51bbe9326..51dafd0a7 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication, msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication"; +} from './msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication'; export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity { // Configuration block for specifying a client authentication. See below. @@ -19,8 +19,8 @@ export function msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity_Ge return [ new DynamicUIProps( InputType.Object, - "clientAuthentication", - "Configuration block for specifying a client authentication. See below.", + 'clientAuthentication', + 'Configuration block for specifying a client authentication. See below.', () => msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts index f9b77899a..7311c1a55 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl, msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl"; +} from './msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl'; export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication { // Configuration block for specifying SASL client authentication. See below. @@ -22,16 +22,16 @@ export function msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityCli return [ new DynamicUIProps( InputType.Bool, - "tls", - "Configuration block for specifying TLS client authentication. See below.", + 'tls', + 'Configuration block for specifying TLS client authentication. See below.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sasl", - "Configuration block for specifying SASL client authentication. See below.", + 'sasl', + 'Configuration block for specifying SASL client authentication. See below.', () => msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts index 231f1825d..277455be8 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl { // @@ -16,7 +16,7 @@ export interface msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityCl export function msk_ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "iam", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "scram", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'iam', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'scram', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfo.ts index 4ab024a79..0acf4e20c 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo, msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo"; +} from './msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo'; export interface msk_ClusterBrokerNodeGroupInfoStorageInfo { // A block that contains EBS volume information. See below. @@ -19,8 +19,8 @@ export function msk_ClusterBrokerNodeGroupInfoStorageInfo_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "ebsStorageInfo", - "A block that contains EBS volume information. See below.", + 'ebsStorageInfo', + 'A block that contains EBS volume information. See below.', () => msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts index 9cfd0814e..1285789e6 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput, msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes, -} from "./msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput"; +} from './msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput'; export interface msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo { // A block that contains EBS volume provisioned throughput information. To provision storage throughput, you must choose broker type kafka.m5.4xlarge or larger. See below. @@ -22,8 +22,8 @@ export function msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes return [ new DynamicUIProps( InputType.Object, - "provisionedThroughput", - "A block that contains EBS volume provisioned throughput information. To provision storage throughput, you must choose broker type kafka.m5.4xlarge or larger. See below.", + 'provisionedThroughput', + 'A block that contains EBS volume provisioned throughput information. To provision storage throughput, you must choose broker type kafka.m5.4xlarge or larger. See below.', () => msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes(), false, @@ -31,8 +31,8 @@ export function msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes ), new DynamicUIProps( InputType.Number, - "volumeSize", - "The size in GiB of the EBS volume for the data drive on each broker node. Minimum value of `1` and maximum value of `16384`.", + 'volumeSize', + 'The size in GiB of the EBS volume for the data drive on each broker node. Minimum value of `1` and maximum value of `16384`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts index 015f08bfb..a0f1863dc 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput { // @@ -16,11 +16,11 @@ export interface msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisio export function msk_ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "volumeThroughput", - "Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. The minimum value is `250`. The maximum value varies between broker type. You can refer to the valid values for the maximum volume throughput at the following [documentation on throughput bottlenecks](https://docs.aws.amazon.com/msk/latest/developerguide/msk-provision-throughput.html#throughput-bottlenecks)", + 'volumeThroughput', + 'Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. The minimum value is `250`. The maximum value varies between broker type. You can refer to the valid values for the maximum volume throughput at the following [documentation on throughput bottlenecks](https://docs.aws.amazon.com/msk/latest/developerguide/msk-provision-throughput.html#throughput-bottlenecks)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthentication.ts b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthentication.ts index 2d59e2586..00fdcf945 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthentication.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthentication.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterClientAuthenticationSasl, msk_ClusterClientAuthenticationSasl_GetTypes, -} from "./msk_ClusterClientAuthenticationSasl"; +} from './msk_ClusterClientAuthenticationSasl'; import { msk_ClusterClientAuthenticationTls, msk_ClusterClientAuthenticationTls_GetTypes, -} from "./msk_ClusterClientAuthenticationTls"; +} from './msk_ClusterClientAuthenticationTls'; export interface msk_ClusterClientAuthentication { // Configuration block for specifying SASL client authentication. See below. @@ -29,24 +29,24 @@ export function msk_ClusterClientAuthentication_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "tls", - "Configuration block for specifying TLS client authentication. See below.", + 'tls', + 'Configuration block for specifying TLS client authentication. See below.', () => msk_ClusterClientAuthenticationTls_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "unauthenticated", - "Enables unauthenticated access.", + 'unauthenticated', + 'Enables unauthenticated access.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sasl", - "Configuration block for specifying SASL client authentication. See below.", + 'sasl', + 'Configuration block for specifying SASL client authentication. See below.', () => msk_ClusterClientAuthenticationSasl_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationSasl.ts b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationSasl.ts index 109ca51c2..2198d64ce 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationSasl.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationSasl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterClientAuthenticationSasl { // @@ -16,7 +16,7 @@ export interface msk_ClusterClientAuthenticationSasl { export function msk_ClusterClientAuthenticationSasl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "iam", "", () => [], false, false), - new DynamicUIProps(InputType.Bool, "scram", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'iam', '', () => [], false, false), + new DynamicUIProps(InputType.Bool, 'scram', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationTls.ts b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationTls.ts index 9a20d2b78..b2b3df926 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationTls.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterClientAuthenticationTls.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterClientAuthenticationTls { // List of ACM Certificate Authority Amazon Resource Names (ARNs). @@ -15,8 +15,8 @@ export function msk_ClusterClientAuthenticationTls_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "certificateAuthorityArns", - "List of ACM Certificate Authority Amazon Resource Names (ARNs).", + 'certificateAuthorityArns', + 'List of ACM Certificate Authority Amazon Resource Names (ARNs).', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterConfigurationInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterConfigurationInfo.ts index ec6dc8794..05c335e3f 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterConfigurationInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterConfigurationInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterConfigurationInfo { // Amazon Resource Name (ARN) of the MSK Configuration to use in the cluster. @@ -18,16 +18,16 @@ export function msk_ClusterConfigurationInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "Amazon Resource Name (ARN) of the MSK Configuration to use in the cluster.", + 'arn', + 'Amazon Resource Name (ARN) of the MSK Configuration to use in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "revision", - "Revision of the MSK Configuration to use in the cluster.", + 'revision', + 'Revision of the MSK Configuration to use in the cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfo.ts index e965f0b72..d5eafb398 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterEncryptionInfoEncryptionInTransit, msk_ClusterEncryptionInfoEncryptionInTransit_GetTypes, -} from "./msk_ClusterEncryptionInfoEncryptionInTransit"; +} from './msk_ClusterEncryptionInfoEncryptionInTransit'; export interface msk_ClusterEncryptionInfo { // You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest. @@ -22,7 +22,7 @@ export function msk_ClusterEncryptionInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "encryptionAtRestKmsKeyArn", + 'encryptionAtRestKmsKeyArn', "You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.", () => [], false, @@ -30,8 +30,8 @@ export function msk_ClusterEncryptionInfo_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "encryptionInTransit", - "Configuration block to specify encryption in transit. See below.", + 'encryptionInTransit', + 'Configuration block to specify encryption in transit. See below.', () => msk_ClusterEncryptionInfoEncryptionInTransit_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfoEncryptionInTransit.ts b/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfoEncryptionInTransit.ts index 5673f8a5b..6b2eb413b 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfoEncryptionInTransit.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterEncryptionInfoEncryptionInTransit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterEncryptionInfoEncryptionInTransit { // Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value is `TLS`. @@ -18,16 +18,16 @@ export function msk_ClusterEncryptionInfoEncryptionInTransit_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "clientBroker", - "Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value is `TLS`.", + 'clientBroker', + 'Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value is `TLS`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "inCluster", - "Whether data communication among broker nodes is encrypted. Default value: `true`.", + 'inCluster', + 'Whether data communication among broker nodes is encrypted. Default value: `true`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfo.ts b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfo.ts index 6cd498f8a..f62aba618 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterLoggingInfoBrokerLogs, msk_ClusterLoggingInfoBrokerLogs_GetTypes, -} from "./msk_ClusterLoggingInfoBrokerLogs"; +} from './msk_ClusterLoggingInfoBrokerLogs'; export interface msk_ClusterLoggingInfo { // Configuration block for Broker Logs settings for logging info. See below. @@ -19,8 +19,8 @@ export function msk_ClusterLoggingInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "brokerLogs", - "Configuration block for Broker Logs settings for logging info. See below.", + 'brokerLogs', + 'Configuration block for Broker Logs settings for logging info. See below.', () => msk_ClusterLoggingInfoBrokerLogs_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogs.ts b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogs.ts index 294b7ab1b..e481c6935 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogs.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogs.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs, msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs_GetTypes, -} from "./msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs"; +} from './msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs'; import { msk_ClusterLoggingInfoBrokerLogsFirehose, msk_ClusterLoggingInfoBrokerLogsFirehose_GetTypes, -} from "./msk_ClusterLoggingInfoBrokerLogsFirehose"; +} from './msk_ClusterLoggingInfoBrokerLogsFirehose'; import { msk_ClusterLoggingInfoBrokerLogsS3, msk_ClusterLoggingInfoBrokerLogsS3_GetTypes, -} from "./msk_ClusterLoggingInfoBrokerLogsS3"; +} from './msk_ClusterLoggingInfoBrokerLogsS3'; export interface msk_ClusterLoggingInfoBrokerLogs { // @@ -33,24 +33,24 @@ export function msk_ClusterLoggingInfoBrokerLogs_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "", + 'cloudwatchLogs', + '', () => msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "firehose", - "", + 'firehose', + '', () => msk_ClusterLoggingInfoBrokerLogsFirehose_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "", + 's3', + '', () => msk_ClusterLoggingInfoBrokerLogsS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs.ts index 30f26f873..73defc8d1 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs { // @@ -16,11 +16,11 @@ export interface msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs { export function msk_ClusterLoggingInfoBrokerLogsCloudwatchLogs_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.String, - "logGroup", - "Name of the Cloudwatch Log Group to deliver logs to.", + 'logGroup', + 'Name of the Cloudwatch Log Group to deliver logs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsFirehose.ts b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsFirehose.ts index b74c01683..9e6c34916 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsFirehose.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterLoggingInfoBrokerLogsFirehose { // Name of the Kinesis Data Firehose delivery stream to deliver logs to. @@ -16,11 +16,11 @@ export interface msk_ClusterLoggingInfoBrokerLogsFirehose { export function msk_ClusterLoggingInfoBrokerLogsFirehose_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.String, - "deliveryStream", - "Name of the Kinesis Data Firehose delivery stream to deliver logs to.", + 'deliveryStream', + 'Name of the Kinesis Data Firehose delivery stream to deliver logs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsS3.ts b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsS3.ts index 9ab15c8b8..996854c53 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsS3.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterLoggingInfoBrokerLogsS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterLoggingInfoBrokerLogsS3 { // Prefix to append to the folder name. @@ -21,20 +21,20 @@ export function msk_ClusterLoggingInfoBrokerLogsS3_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "prefix", - "Prefix to append to the folder name.", + 'prefix', + 'Prefix to append to the folder name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket to deliver logs to.", + 'bucket', + 'Name of the S3 bucket to deliver logs to.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoring.ts b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoring.ts index bd6602cc2..3e3fa210b 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoring.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoring.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterOpenMonitoringPrometheus, msk_ClusterOpenMonitoringPrometheus_GetTypes, -} from "./msk_ClusterOpenMonitoringPrometheus"; +} from './msk_ClusterOpenMonitoringPrometheus'; export interface msk_ClusterOpenMonitoring { // Configuration block for Prometheus settings for open monitoring. See below. @@ -19,8 +19,8 @@ export function msk_ClusterOpenMonitoring_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "prometheus", - "Configuration block for Prometheus settings for open monitoring. See below.", + 'prometheus', + 'Configuration block for Prometheus settings for open monitoring. See below.', () => msk_ClusterOpenMonitoringPrometheus_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheus.ts b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheus.ts index cd2336ebf..69f2c5f9c 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheus.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheus.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ClusterOpenMonitoringPrometheusJmxExporter, msk_ClusterOpenMonitoringPrometheusJmxExporter_GetTypes, -} from "./msk_ClusterOpenMonitoringPrometheusJmxExporter"; +} from './msk_ClusterOpenMonitoringPrometheusJmxExporter'; import { msk_ClusterOpenMonitoringPrometheusNodeExporter, msk_ClusterOpenMonitoringPrometheusNodeExporter_GetTypes, -} from "./msk_ClusterOpenMonitoringPrometheusNodeExporter"; +} from './msk_ClusterOpenMonitoringPrometheusNodeExporter'; export interface msk_ClusterOpenMonitoringPrometheus { // Configuration block for JMX Exporter. See below. @@ -26,16 +26,16 @@ export function msk_ClusterOpenMonitoringPrometheus_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "jmxExporter", - "Configuration block for JMX Exporter. See below.", + 'jmxExporter', + 'Configuration block for JMX Exporter. See below.', () => msk_ClusterOpenMonitoringPrometheusJmxExporter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "nodeExporter", - "Configuration block for Node Exporter. See below.", + 'nodeExporter', + 'Configuration block for Node Exporter. See below.', () => msk_ClusterOpenMonitoringPrometheusNodeExporter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusJmxExporter.ts b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusJmxExporter.ts index 6a77db12e..fda45648a 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusJmxExporter.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusJmxExporter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterOpenMonitoringPrometheusJmxExporter { // Indicates whether you want to enable or disable the Node Exporter. @@ -15,8 +15,8 @@ export function msk_ClusterOpenMonitoringPrometheusJmxExporter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "enabledInBroker", - "Indicates whether you want to enable or disable the Node Exporter.", + 'enabledInBroker', + 'Indicates whether you want to enable or disable the Node Exporter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusNodeExporter.ts b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusNodeExporter.ts index 5eea4ff13..e6602b325 100644 --- a/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusNodeExporter.ts +++ b/src/app/Models/codegen/aws/types/msk_ClusterOpenMonitoringPrometheusNodeExporter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ClusterOpenMonitoringPrometheusNodeExporter { // Indicates whether you want to enable or disable the Node Exporter. @@ -15,8 +15,8 @@ export function msk_ClusterOpenMonitoringPrometheusNodeExporter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "enabledInBroker", - "Indicates whether you want to enable or disable the Node Exporter.", + 'enabledInBroker', + 'Indicates whether you want to enable or disable the Node Exporter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaCluster.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaCluster.ts index 79fba9d28..7e9ef01a0 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaCluster.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaCluster.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ReplicatorKafkaClusterAmazonMskCluster, msk_ReplicatorKafkaClusterAmazonMskCluster_GetTypes, -} from "./msk_ReplicatorKafkaClusterAmazonMskCluster"; +} from './msk_ReplicatorKafkaClusterAmazonMskCluster'; import { msk_ReplicatorKafkaClusterVpcConfig, msk_ReplicatorKafkaClusterVpcConfig_GetTypes, -} from "./msk_ReplicatorKafkaClusterVpcConfig"; +} from './msk_ReplicatorKafkaClusterVpcConfig'; export interface msk_ReplicatorKafkaCluster { // Details of an Amazon MSK cluster. @@ -26,16 +26,16 @@ export function msk_ReplicatorKafkaCluster_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "amazonMskCluster", - "Details of an Amazon MSK cluster.", + 'amazonMskCluster', + 'Details of an Amazon MSK cluster.', () => msk_ReplicatorKafkaClusterAmazonMskCluster_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.", + 'vpcConfig', + 'Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.', () => msk_ReplicatorKafkaClusterVpcConfig_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterAmazonMskCluster.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterAmazonMskCluster.ts index ca53692d8..2fc8fb56f 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterAmazonMskCluster.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterAmazonMskCluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ReplicatorKafkaClusterAmazonMskCluster { // The ARN of an Amazon MSK cluster. @@ -15,8 +15,8 @@ export function msk_ReplicatorKafkaClusterAmazonMskCluster_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "mskClusterArn", - "The ARN of an Amazon MSK cluster.", + 'mskClusterArn', + 'The ARN of an Amazon MSK cluster.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterVpcConfig.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterVpcConfig.ts index 23c184571..e2f4a0ea7 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorKafkaClusterVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ReplicatorKafkaClusterVpcConfig { // The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets to allow communication between your Kafka Cluster and the replicator. @@ -18,16 +18,16 @@ export function msk_ReplicatorKafkaClusterVpcConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "securityGroupsIds", - "The AWS security groups to associate with the ENIs used by the replicator. If a security group is not specified, the default security group associated with the VPC is used.", + 'securityGroupsIds', + 'The AWS security groups to associate with the ENIs used by the replicator. If a security group is not specified, the default security group associated with the VPC is used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets to allow communication between your Kafka Cluster and the replicator.", + 'subnetIds', + 'The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets to allow communication between your Kafka Cluster and the replicator.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoList.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoList.ts index 96098002f..56c69ac54 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoList.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoList.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ReplicatorReplicationInfoListConsumerGroupReplication, msk_ReplicatorReplicationInfoListConsumerGroupReplication_GetTypes, -} from "./msk_ReplicatorReplicationInfoListConsumerGroupReplication"; +} from './msk_ReplicatorReplicationInfoListConsumerGroupReplication'; import { msk_ReplicatorReplicationInfoListTopicReplication, msk_ReplicatorReplicationInfoListTopicReplication_GetTypes, -} from "./msk_ReplicatorReplicationInfoListTopicReplication"; +} from './msk_ReplicatorReplicationInfoListTopicReplication'; export interface msk_ReplicatorReplicationInfoList { // @@ -41,32 +41,32 @@ export function msk_ReplicatorReplicationInfoList_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetKafkaClusterAlias", - "", + 'targetKafkaClusterAlias', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetKafkaClusterArn", - "The ARN of the target Kafka cluster.", + 'targetKafkaClusterArn', + 'The ARN of the target Kafka cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "topicReplications", - "Configuration relating to topic replication.", + 'topicReplications', + 'Configuration relating to topic replication.', () => msk_ReplicatorReplicationInfoListTopicReplication_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "consumerGroupReplications", - "Configuration relating to consumer group replication.", + 'consumerGroupReplications', + 'Configuration relating to consumer group replication.', () => msk_ReplicatorReplicationInfoListConsumerGroupReplication_GetTypes(), true, @@ -74,24 +74,24 @@ export function msk_ReplicatorReplicationInfoList_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "sourceKafkaClusterAlias", - "", + 'sourceKafkaClusterAlias', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceKafkaClusterArn", - "The ARN of the source Kafka cluster.", + 'sourceKafkaClusterArn', + 'The ARN of the source Kafka cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "targetCompressionType", - "The type of compression to use writing records to target Kafka cluster.", + 'targetCompressionType', + 'The type of compression to use writing records to target Kafka cluster.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListConsumerGroupReplication.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListConsumerGroupReplication.ts index 99cc9cf1a..f72b7d92e 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListConsumerGroupReplication.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListConsumerGroupReplication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ReplicatorReplicationInfoListConsumerGroupReplication { // Whether to periodically check for new consumer groups. @@ -24,32 +24,32 @@ export function msk_ReplicatorReplicationInfoListConsumerGroupReplication_GetTyp return [ new DynamicUIProps( InputType.Array, - "consumerGroupsToReplicates", - "List of regular expression patterns indicating the consumer groups to copy.", + 'consumerGroupsToReplicates', + 'List of regular expression patterns indicating the consumer groups to copy.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "detectAndCopyNewConsumerGroups", - "Whether to periodically check for new consumer groups.", + 'detectAndCopyNewConsumerGroups', + 'Whether to periodically check for new consumer groups.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "synchroniseConsumerGroupOffsets", - "Whether to periodically write the translated offsets to __consumer_offsets topic in target cluster.", + 'synchroniseConsumerGroupOffsets', + 'Whether to periodically write the translated offsets to __consumer_offsets topic in target cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "consumerGroupsToExcludes", - "List of regular expression patterns indicating the consumer groups that should not be replicated.", + 'consumerGroupsToExcludes', + 'List of regular expression patterns indicating the consumer groups that should not be replicated.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplication.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplication.ts index a222ab260..b32e59f54 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplication.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplication.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition, msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition_GetTypes, -} from "./msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition"; +} from './msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition'; export interface msk_ReplicatorReplicationInfoListTopicReplication { // Whether to periodically configure remote topic ACLs to match their corresponding upstream topics. @@ -34,32 +34,32 @@ export function msk_ReplicatorReplicationInfoListTopicReplication_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "copyAccessControlListsForTopics", - "Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.", + 'copyAccessControlListsForTopics', + 'Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "copyTopicConfigurations", - "Whether to periodically configure remote topics to match their corresponding upstream topics.", + 'copyTopicConfigurations', + 'Whether to periodically configure remote topics to match their corresponding upstream topics.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "detectAndCopyNewTopics", - "Whether to periodically check for new topics and partitions.", + 'detectAndCopyNewTopics', + 'Whether to periodically check for new topics and partitions.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "startingPosition", - "Configuration for specifying the position in the topics to start replicating from.", + 'startingPosition', + 'Configuration for specifying the position in the topics to start replicating from.', () => msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition_GetTypes(), false, @@ -67,16 +67,16 @@ export function msk_ReplicatorReplicationInfoListTopicReplication_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "topicsToExcludes", - "List of regular expression patterns indicating the topics that should not be replica.", + 'topicsToExcludes', + 'List of regular expression patterns indicating the topics that should not be replica.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "topicsToReplicates", - "List of regular expression patterns indicating the topics to copy.", + 'topicsToReplicates', + 'List of regular expression patterns indicating the topics to copy.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition.ts b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition.ts index 3b7ba2457..889b0b877 100644 --- a/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition.ts +++ b/src/app/Models/codegen/aws/types/msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ReplicatorReplicationInfoListTopicReplicationStartingPosition { // The type of replication starting position. Supports `LATEST` and `EARLIEST`. @@ -15,8 +15,8 @@ export function msk_ReplicatorReplicationInfoListTopicReplicationStartingPositio return [ new DynamicUIProps( InputType.String, - "type", - "The type of replication starting position. Supports `LATEST` and `EARLIEST`.", + 'type', + 'The type of replication starting position. Supports `LATEST` and `EARLIEST`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthentication.ts b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthentication.ts index 1b134eeba..a2d70f43b 100644 --- a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthentication.ts +++ b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthentication.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ServerlessClusterClientAuthenticationSasl, msk_ServerlessClusterClientAuthenticationSasl_GetTypes, -} from "./msk_ServerlessClusterClientAuthenticationSasl"; +} from './msk_ServerlessClusterClientAuthenticationSasl'; export interface msk_ServerlessClusterClientAuthentication { // Details for client authentication using SASL. See below. @@ -19,8 +19,8 @@ export function msk_ServerlessClusterClientAuthentication_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "sasl", - "Details for client authentication using SASL. See below.", + 'sasl', + 'Details for client authentication using SASL. See below.', () => msk_ServerlessClusterClientAuthenticationSasl_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSasl.ts b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSasl.ts index 7d68fbe52..3ea274aa9 100644 --- a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSasl.ts +++ b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSasl.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_ServerlessClusterClientAuthenticationSaslIam, msk_ServerlessClusterClientAuthenticationSaslIam_GetTypes, -} from "./msk_ServerlessClusterClientAuthenticationSaslIam"; +} from './msk_ServerlessClusterClientAuthenticationSaslIam'; export interface msk_ServerlessClusterClientAuthenticationSasl { // Details for client authentication using IAM. See below. @@ -19,8 +19,8 @@ export function msk_ServerlessClusterClientAuthenticationSasl_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "iam", - "Details for client authentication using IAM. See below.", + 'iam', + 'Details for client authentication using IAM. See below.', () => msk_ServerlessClusterClientAuthenticationSaslIam_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSaslIam.ts b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSaslIam.ts index bc1afab78..8ad3b92ad 100644 --- a/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSaslIam.ts +++ b/src/app/Models/codegen/aws/types/msk_ServerlessClusterClientAuthenticationSaslIam.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ServerlessClusterClientAuthenticationSaslIam { // Whether SASL/IAM authentication is enabled or not. @@ -15,8 +15,8 @@ export function msk_ServerlessClusterClientAuthenticationSaslIam_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether SASL/IAM authentication is enabled or not.", + 'enabled', + 'Whether SASL/IAM authentication is enabled or not.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/msk_ServerlessClusterVpcConfig.ts b/src/app/Models/codegen/aws/types/msk_ServerlessClusterVpcConfig.ts index 8fcd60dc1..ace4da8a1 100644 --- a/src/app/Models/codegen/aws/types/msk_ServerlessClusterVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/msk_ServerlessClusterVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_ServerlessClusterVpcConfig { // Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster. @@ -18,16 +18,16 @@ export function msk_ServerlessClusterVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnets in at least two different Availability Zones that host your client applications.", + 'subnetIds', + 'A list of subnets in at least two different Availability Zones that host your client applications.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster.", + 'securityGroupIds', + 'Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/msk_getBrokerNodesNodeInfoList.ts b/src/app/Models/codegen/aws/types/msk_getBrokerNodesNodeInfoList.ts index 5f77fe86c..d94481f28 100644 --- a/src/app/Models/codegen/aws/types/msk_getBrokerNodesNodeInfoList.ts +++ b/src/app/Models/codegen/aws/types/msk_getBrokerNodesNodeInfoList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_getBrokerNodesNodeInfoList { // ID of the broker @@ -30,48 +30,48 @@ export function msk_getBrokerNodesNodeInfoList_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "endpoints", - "Set of endpoints for accessing the broker. This does not include ports", + 'endpoints', + 'Set of endpoints for accessing the broker. This does not include ports', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "nodeArn", - "ARN of the node", + 'nodeArn', + 'ARN of the node', () => [], true, false, ), new DynamicUIProps( InputType.String, - "attachedEniId", - "Attached elastic network interface of the broker", + 'attachedEniId', + 'Attached elastic network interface of the broker', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "brokerId", - "ID of the broker", + 'brokerId', + 'ID of the broker', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSubnet", - "Client subnet to which this broker node belongs", + 'clientSubnet', + 'Client subnet to which this broker node belongs', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientVpcIpAddress", - "The client virtual private cloud (VPC) IP address", + 'clientVpcIpAddress', + 'The client virtual private cloud (VPC) IP address', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfo.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfo.ts index 11cca3d80..2d05f0541 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfo.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoConnectivityInfo, msk_getClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoConnectivityInfo"; +} from './msk_getClusterBrokerNodeGroupInfoConnectivityInfo'; import { msk_getClusterBrokerNodeGroupInfoStorageInfo, msk_getClusterBrokerNodeGroupInfoStorageInfo_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoStorageInfo"; +} from './msk_getClusterBrokerNodeGroupInfoStorageInfo'; export interface msk_getClusterBrokerNodeGroupInfo { // @@ -38,48 +38,48 @@ export function msk_getClusterBrokerNodeGroupInfo_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "clientSubnets", - "", + 'clientSubnets', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "connectivityInfos", - "", + 'connectivityInfos', + '', () => msk_getClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "", + 'instanceType', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "storageInfos", - "", + 'storageInfos', + '', () => msk_getClusterBrokerNodeGroupInfoStorageInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "azDistribution", - "", + 'azDistribution', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfo.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfo.ts index 53eb349e4..deb0bb59c 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfo.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess, msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess"; +} from './msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess'; import { msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity, msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity"; +} from './msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity'; export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfo { // @@ -26,8 +26,8 @@ export function msk_getClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "vpcConnectivities", - "", + 'vpcConnectivities', + '', () => msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity_GetTypes(), true, @@ -35,8 +35,8 @@ export function msk_getClusterBrokerNodeGroupInfoConnectivityInfo_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "publicAccesses", - "", + 'publicAccesses', + '', () => msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts index dcda61259..063f47c80 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess { // @@ -13,6 +13,6 @@ export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess { export function msk_getClusterBrokerNodeGroupInfoConnectivityInfoPublicAccess_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts index 102217999..147eea6e2 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication, msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication"; +} from './msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication'; export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity { // @@ -19,8 +19,8 @@ export function msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity return [ new DynamicUIProps( InputType.Array, - "clientAuthentications", - "", + 'clientAuthentications', + '', () => msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts index c0ee706d1..98f89f8fc 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl, msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl"; +} from './msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl'; export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication { // @@ -22,13 +22,13 @@ export function msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity return [ new DynamicUIProps( InputType.Array, - "sasls", - "", + 'sasls', + '', () => msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes(), true, false, ), - new DynamicUIProps(InputType.Bool, "tls", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'tls', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts index f944bd66e..1c6a7b998 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl { // @@ -16,7 +16,7 @@ export interface msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivit export function msk_getClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthenticationSasl_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "scram", "", () => [], true, false), - new DynamicUIProps(InputType.Bool, "iam", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'scram', '', () => [], true, false), + new DynamicUIProps(InputType.Bool, 'iam', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfo.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfo.ts index 0ace6a0c4..384a61b92 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo, msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo"; +} from './msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo'; export interface msk_getClusterBrokerNodeGroupInfoStorageInfo { // @@ -19,8 +19,8 @@ export function msk_getClusterBrokerNodeGroupInfoStorageInfo_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "ebsStorageInfos", - "", + 'ebsStorageInfos', + '', () => msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts index b2e55548f..15ac1b055 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput, msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes, -} from "./msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput"; +} from './msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput'; export interface msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo { // @@ -22,8 +22,8 @@ export function msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTy return [ new DynamicUIProps( InputType.Array, - "provisionedThroughputs", - "", + 'provisionedThroughputs', + '', () => msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes(), true, @@ -31,8 +31,8 @@ export function msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo_GetTy ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts index b87cac5fe..1b19dd35e 100644 --- a/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts +++ b/src/app/Models/codegen/aws/types/msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput { // @@ -16,11 +16,11 @@ export interface msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvi export function msk_getClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "volumeThroughput", - "", + 'volumeThroughput', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacity.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacity.ts index a58cdd763..79fbc6e58 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacity.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacity.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorCapacityProvisionedCapacity, mskconnect_ConnectorCapacityProvisionedCapacity_GetTypes, -} from "./mskconnect_ConnectorCapacityProvisionedCapacity"; +} from './mskconnect_ConnectorCapacityProvisionedCapacity'; import { mskconnect_ConnectorCapacityAutoscaling, mskconnect_ConnectorCapacityAutoscaling_GetTypes, -} from "./mskconnect_ConnectorCapacityAutoscaling"; +} from './mskconnect_ConnectorCapacityAutoscaling'; export interface mskconnect_ConnectorCapacity { // Details about a fixed capacity allocated to a connector. See `provisioned_capacity` Block for details. @@ -26,16 +26,16 @@ export function mskconnect_ConnectorCapacity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "provisionedCapacity", - "Details about a fixed capacity allocated to a connector. See `provisioned_capacity` Block for details.", + 'provisionedCapacity', + 'Details about a fixed capacity allocated to a connector. See `provisioned_capacity` Block for details.', () => mskconnect_ConnectorCapacityProvisionedCapacity_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoscaling", - "Information about the auto scaling parameters for the connector. See `autoscaling` Block for details.", + 'autoscaling', + 'Information about the auto scaling parameters for the connector. See `autoscaling` Block for details.', () => mskconnect_ConnectorCapacityAutoscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscaling.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscaling.ts index d4bf8544c..2c45360ac 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscaling.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorCapacityAutoscalingScaleInPolicy, mskconnect_ConnectorCapacityAutoscalingScaleInPolicy_GetTypes, -} from "./mskconnect_ConnectorCapacityAutoscalingScaleInPolicy"; +} from './mskconnect_ConnectorCapacityAutoscalingScaleInPolicy'; import { mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy, mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy_GetTypes, -} from "./mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy"; +} from './mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy'; export interface mskconnect_ConnectorCapacityAutoscaling { // The maximum number of workers allocated to the connector. @@ -35,40 +35,40 @@ export function mskconnect_ConnectorCapacityAutoscaling_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "maxWorkerCount", - "The maximum number of workers allocated to the connector.", + 'maxWorkerCount', + 'The maximum number of workers allocated to the connector.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "mcuCount", - "The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.", + 'mcuCount', + 'The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minWorkerCount", - "The minimum number of workers allocated to the connector.", + 'minWorkerCount', + 'The minimum number of workers allocated to the connector.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scaleInPolicy", - "The scale-in policy for the connector. See `scale_in_policy` Block for details.", + 'scaleInPolicy', + 'The scale-in policy for the connector. See `scale_in_policy` Block for details.', () => mskconnect_ConnectorCapacityAutoscalingScaleInPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "scaleOutPolicy", - "The scale-out policy for the connector. See `scale_out_policy` Block for details.", + 'scaleOutPolicy', + 'The scale-out policy for the connector. See `scale_out_policy` Block for details.', () => mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleInPolicy.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleInPolicy.ts index 1dd697bef..a28fe6d09 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleInPolicy.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleInPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorCapacityAutoscalingScaleInPolicy { // Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered. @@ -15,8 +15,8 @@ export function mskconnect_ConnectorCapacityAutoscalingScaleInPolicy_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "cpuUtilizationPercentage", - "Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.", + 'cpuUtilizationPercentage', + 'Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy.ts index c8ba9d5d4..4f0380f56 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy { // The CPU utilization percentage threshold at which you want connector scale out to be triggered. @@ -15,8 +15,8 @@ export function mskconnect_ConnectorCapacityAutoscalingScaleOutPolicy_GetTypes() return [ new DynamicUIProps( InputType.Number, - "cpuUtilizationPercentage", - "The CPU utilization percentage threshold at which you want connector scale out to be triggered.", + 'cpuUtilizationPercentage', + 'The CPU utilization percentage threshold at which you want connector scale out to be triggered.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityProvisionedCapacity.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityProvisionedCapacity.ts index efa059813..63ac99f39 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityProvisionedCapacity.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorCapacityProvisionedCapacity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorCapacityProvisionedCapacity { // The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorCapacityProvisionedCapacity_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "mcuCount", - "The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.", + 'mcuCount', + 'The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "workerCount", - "The number of workers that are allocated to the connector.", + 'workerCount', + 'The number of workers that are allocated to the connector.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaCluster.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaCluster.ts index 91af6252f..b1d1f86b7 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaCluster.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaCluster.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorKafkaClusterApacheKafkaCluster, mskconnect_ConnectorKafkaClusterApacheKafkaCluster_GetTypes, -} from "./mskconnect_ConnectorKafkaClusterApacheKafkaCluster"; +} from './mskconnect_ConnectorKafkaClusterApacheKafkaCluster'; export interface mskconnect_ConnectorKafkaCluster { // The Apache Kafka cluster to which the connector is connected. See `apache_kafka_cluster` Block for details. @@ -19,8 +19,8 @@ export function mskconnect_ConnectorKafkaCluster_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "apacheKafkaCluster", - "The Apache Kafka cluster to which the connector is connected. See `apache_kafka_cluster` Block for details.", + 'apacheKafkaCluster', + 'The Apache Kafka cluster to which the connector is connected. See `apache_kafka_cluster` Block for details.', () => mskconnect_ConnectorKafkaClusterApacheKafkaCluster_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaCluster.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaCluster.ts index 9a7020103..93c9be225 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaCluster.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaCluster.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc, mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc_GetTypes, -} from "./mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc"; +} from './mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc'; export interface mskconnect_ConnectorKafkaClusterApacheKafkaCluster { // The bootstrap servers of the cluster. @@ -22,16 +22,16 @@ export function mskconnect_ConnectorKafkaClusterApacheKafkaCluster_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "bootstrapServers", - "The bootstrap servers of the cluster.", + 'bootstrapServers', + 'The bootstrap servers of the cluster.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "vpc", - "Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster. See `vpc` Block for details.", + 'vpc', + 'Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster. See `vpc` Block for details.', () => mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc.ts index e444d21f8..7d4a67695 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc { // The security groups for the connector. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorKafkaClusterApacheKafkaClusterVpc_GetTypes() return [ new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups for the connector.", + 'securityGroups', + 'The security groups for the connector.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "subnets", - "The subnets for the connector.", + 'subnets', + 'The subnets for the connector.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterClientAuthentication.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterClientAuthentication.ts index 83248a8bf..3a59e64cd 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterClientAuthentication.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterClientAuthentication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorKafkaClusterClientAuthentication { // The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`. @@ -15,8 +15,8 @@ export function mskconnect_ConnectorKafkaClusterClientAuthentication_GetTypes(): return [ new DynamicUIProps( InputType.String, - "authenticationType", - "The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`.", + 'authenticationType', + 'The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterEncryptionInTransit.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterEncryptionInTransit.ts index 56bc97478..0c963de6c 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterEncryptionInTransit.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorKafkaClusterEncryptionInTransit.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorKafkaClusterEncryptionInTransit { // The type of encryption in transit to the Apache Kafka cluster. Valid values: `PLAINTEXT`, `TLS`. The default values is `PLAINTEXT`. @@ -15,8 +15,8 @@ export function mskconnect_ConnectorKafkaClusterEncryptionInTransit_GetTypes(): return [ new DynamicUIProps( InputType.String, - "encryptionType", - "The type of encryption in transit to the Apache Kafka cluster. Valid values: `PLAINTEXT`, `TLS`. The default values is `PLAINTEXT`.", + 'encryptionType', + 'The type of encryption in transit to the Apache Kafka cluster. Valid values: `PLAINTEXT`, `TLS`. The default values is `PLAINTEXT`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDelivery.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDelivery.ts index 4e9d941b8..d7339b2c8 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDelivery.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDelivery.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorLogDeliveryWorkerLogDelivery, mskconnect_ConnectorLogDeliveryWorkerLogDelivery_GetTypes, -} from "./mskconnect_ConnectorLogDeliveryWorkerLogDelivery"; +} from './mskconnect_ConnectorLogDeliveryWorkerLogDelivery'; export interface mskconnect_ConnectorLogDelivery { // The workers can send worker logs to different destination types. This configuration specifies the details of these destinations. See `worker_log_delivery` Block for details. @@ -19,8 +19,8 @@ export function mskconnect_ConnectorLogDelivery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "workerLogDelivery", - "The workers can send worker logs to different destination types. This configuration specifies the details of these destinations. See `worker_log_delivery` Block for details.", + 'workerLogDelivery', + 'The workers can send worker logs to different destination types. This configuration specifies the details of these destinations. See `worker_log_delivery` Block for details.', () => mskconnect_ConnectorLogDeliveryWorkerLogDelivery_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDelivery.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDelivery.ts index c27f160c0..a5fbf2c88 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDelivery.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDelivery.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs, mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs_GetTypes, -} from "./mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs"; +} from './mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs'; import { mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose, mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose_GetTypes, -} from "./mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose"; +} from './mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose'; import { mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3, mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3_GetTypes, -} from "./mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3"; +} from './mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3'; export interface mskconnect_ConnectorLogDeliveryWorkerLogDelivery { // Details about delivering logs to Amazon CloudWatch Logs. See `cloudwatch_logs` Block for details. @@ -33,8 +33,8 @@ export function mskconnect_ConnectorLogDeliveryWorkerLogDelivery_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "Details about delivering logs to Amazon CloudWatch Logs. See `cloudwatch_logs` Block for details.", + 'cloudwatchLogs', + 'Details about delivering logs to Amazon CloudWatch Logs. See `cloudwatch_logs` Block for details.', () => mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs_GetTypes(), false, @@ -42,16 +42,16 @@ export function mskconnect_ConnectorLogDeliveryWorkerLogDelivery_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "firehose", - "Details about delivering logs to Amazon Kinesis Data Firehose. See `firehose` Block for details.", + 'firehose', + 'Details about delivering logs to Amazon Kinesis Data Firehose. See `firehose` Block for details.', () => mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "s3", - "Details about delivering logs to Amazon S3. See `s3` Block for deetails.", + 's3', + 'Details about delivering logs to Amazon S3. See `s3` Block for deetails.', () => mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs.ts index c8e3c3e24..9e656934b 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs { // The name of the CloudWatch log group that is the destination for log delivery. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs_G return [ new DynamicUIProps( InputType.String, - "logGroup", - "The name of the CloudWatch log group that is the destination for log delivery.", + 'logGroup', + 'The name of the CloudWatch log group that is the destination for log delivery.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether log delivery to Amazon CloudWatch Logs is enabled.", + 'enabled', + 'Whether log delivery to Amazon CloudWatch Logs is enabled.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose.ts index 338581d91..5076194fd 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose { // The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorLogDeliveryWorkerLogDeliveryFirehose_GetType return [ new DynamicUIProps( InputType.String, - "deliveryStream", - "The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.", + 'deliveryStream', + 'The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.", + 'enabled', + 'Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3.ts index de69637aa..0a314340a 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3 { // The name of the S3 bucket that is the destination for log delivery. @@ -21,24 +21,24 @@ export function mskconnect_ConnectorLogDeliveryWorkerLogDeliveryS3_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the S3 bucket that is the destination for log delivery.", + 'bucket', + 'The name of the S3 bucket that is the destination for log delivery.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies whether connector logs get sent to the specified Amazon S3 destination.", + 'enabled', + 'Specifies whether connector logs get sent to the specified Amazon S3 destination.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "prefix", - "The S3 prefix that is the destination for log delivery.", + 'prefix', + 'The S3 prefix that is the destination for log delivery.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorPlugin.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorPlugin.ts index fadd855b6..13b94c760 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorPlugin.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorPlugin.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_ConnectorPluginCustomPlugin, mskconnect_ConnectorPluginCustomPlugin_GetTypes, -} from "./mskconnect_ConnectorPluginCustomPlugin"; +} from './mskconnect_ConnectorPluginCustomPlugin'; export interface mskconnect_ConnectorPlugin { // Details about a custom plugin. See `custom_plugin` Block for details. @@ -19,8 +19,8 @@ export function mskconnect_ConnectorPlugin_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customPlugin", - "Details about a custom plugin. See `custom_plugin` Block for details.", + 'customPlugin', + 'Details about a custom plugin. See `custom_plugin` Block for details.', () => mskconnect_ConnectorPluginCustomPlugin_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorPluginCustomPlugin.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorPluginCustomPlugin.ts index 44f659035..d0673b8c3 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorPluginCustomPlugin.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorPluginCustomPlugin.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorPluginCustomPlugin { // The Amazon Resource Name (ARN) of the custom plugin. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorPluginCustomPlugin_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the custom plugin.", + 'arn', + 'The Amazon Resource Name (ARN) of the custom plugin.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "revision", - "The revision of the custom plugin.", + 'revision', + 'The revision of the custom plugin.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_ConnectorWorkerConfiguration.ts b/src/app/Models/codegen/aws/types/mskconnect_ConnectorWorkerConfiguration.ts index 36a834bf7..c818df9a6 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_ConnectorWorkerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_ConnectorWorkerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_ConnectorWorkerConfiguration { // The Amazon Resource Name (ARN) of the worker configuration. @@ -18,16 +18,16 @@ export function mskconnect_ConnectorWorkerConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the worker configuration.", + 'arn', + 'The Amazon Resource Name (ARN) of the worker configuration.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "revision", - "The revision of the worker configuration.", + 'revision', + 'The revision of the worker configuration.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocation.ts b/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocation.ts index cdcfb8d79..38913fcce 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocation.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mskconnect_CustomPluginLocationS3, mskconnect_CustomPluginLocationS3_GetTypes, -} from "./mskconnect_CustomPluginLocationS3"; +} from './mskconnect_CustomPluginLocationS3'; export interface mskconnect_CustomPluginLocation { // Information of the plugin file stored in Amazon S3. See `s3` Block for details.. @@ -19,8 +19,8 @@ export function mskconnect_CustomPluginLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3", - "Information of the plugin file stored in Amazon S3. See `s3` Block for details..", + 's3', + 'Information of the plugin file stored in Amazon S3. See `s3` Block for details..', () => mskconnect_CustomPluginLocationS3_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocationS3.ts b/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocationS3.ts index a170bc327..03909e726 100644 --- a/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocationS3.ts +++ b/src/app/Models/codegen/aws/types/mskconnect_CustomPluginLocationS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mskconnect_CustomPluginLocationS3 { // The version of an object in an S3 bucket. @@ -21,24 +21,24 @@ export function mskconnect_CustomPluginLocationS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "objectVersion", - "The version of an object in an S3 bucket.", + 'objectVersion', + 'The version of an object in an S3 bucket.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bucketArn", - "The Amazon Resource Name (ARN) of an S3 bucket.", + 'bucketArn', + 'The Amazon Resource Name (ARN) of an S3 bucket.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fileKey", - "The file key for an object in an S3 bucket.", + 'fileKey', + 'The file key for an object in an S3 bucket.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdated.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdated.ts index 46736ba0b..16059d0e9 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdated.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdated.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mwaa_EnvironmentLastUpdatedError, mwaa_EnvironmentLastUpdatedError_GetTypes, -} from "./mwaa_EnvironmentLastUpdatedError"; +} from './mwaa_EnvironmentLastUpdatedError'; export interface mwaa_EnvironmentLastUpdated { // The Created At date of the MWAA Environment @@ -25,24 +25,24 @@ export function mwaa_EnvironmentLastUpdated_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "createdAt", - "The Created At date of the MWAA Environment", + 'createdAt', + 'The Created At date of the MWAA Environment', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "errors", - "", + 'errors', + '', () => mwaa_EnvironmentLastUpdatedError_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the Amazon MWAA Environment", + 'status', + 'The status of the Amazon MWAA Environment', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdatedError.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdatedError.ts index 16fe822b3..adf1832e9 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdatedError.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLastUpdatedError.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLastUpdatedError { // @@ -18,16 +18,16 @@ export function mwaa_EnvironmentLastUpdatedError_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "errorCode", - "", + 'errorCode', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "errorMessage", - "", + 'errorMessage', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfiguration.ts index 87aa96452..2149f42ba 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfiguration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { mwaa_EnvironmentLoggingConfigurationWorkerLogs, mwaa_EnvironmentLoggingConfigurationWorkerLogs_GetTypes, -} from "./mwaa_EnvironmentLoggingConfigurationWorkerLogs"; +} from './mwaa_EnvironmentLoggingConfigurationWorkerLogs'; import { mwaa_EnvironmentLoggingConfigurationDagProcessingLogs, mwaa_EnvironmentLoggingConfigurationDagProcessingLogs_GetTypes, -} from "./mwaa_EnvironmentLoggingConfigurationDagProcessingLogs"; +} from './mwaa_EnvironmentLoggingConfigurationDagProcessingLogs'; import { mwaa_EnvironmentLoggingConfigurationSchedulerLogs, mwaa_EnvironmentLoggingConfigurationSchedulerLogs_GetTypes, -} from "./mwaa_EnvironmentLoggingConfigurationSchedulerLogs"; +} from './mwaa_EnvironmentLoggingConfigurationSchedulerLogs'; import { mwaa_EnvironmentLoggingConfigurationTaskLogs, mwaa_EnvironmentLoggingConfigurationTaskLogs_GetTypes, -} from "./mwaa_EnvironmentLoggingConfigurationTaskLogs"; +} from './mwaa_EnvironmentLoggingConfigurationTaskLogs'; import { mwaa_EnvironmentLoggingConfigurationWebserverLogs, mwaa_EnvironmentLoggingConfigurationWebserverLogs_GetTypes, -} from "./mwaa_EnvironmentLoggingConfigurationWebserverLogs"; +} from './mwaa_EnvironmentLoggingConfigurationWebserverLogs'; export interface mwaa_EnvironmentLoggingConfiguration { // Log configuration options for the schedulers. See Module logging configuration for more information. Disabled by default. @@ -47,40 +47,40 @@ export function mwaa_EnvironmentLoggingConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "schedulerLogs", - "Log configuration options for the schedulers. See Module logging configuration for more information. Disabled by default.", + 'schedulerLogs', + 'Log configuration options for the schedulers. See Module logging configuration for more information. Disabled by default.', () => mwaa_EnvironmentLoggingConfigurationSchedulerLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "taskLogs", - "Log configuration options for DAG tasks. See Module logging configuration for more information. Enabled by default with `INFO` log level.", + 'taskLogs', + 'Log configuration options for DAG tasks. See Module logging configuration for more information. Enabled by default with `INFO` log level.', () => mwaa_EnvironmentLoggingConfigurationTaskLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "webserverLogs", - "Log configuration options for the webservers. See Module logging configuration for more information. Disabled by default.", + 'webserverLogs', + 'Log configuration options for the webservers. See Module logging configuration for more information. Disabled by default.', () => mwaa_EnvironmentLoggingConfigurationWebserverLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workerLogs", - "Log configuration options for the workers. See Module logging configuration for more information. Disabled by default.", + 'workerLogs', + 'Log configuration options for the workers. See Module logging configuration for more information. Disabled by default.', () => mwaa_EnvironmentLoggingConfigurationWorkerLogs_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dagProcessingLogs", - "(Optional) Log configuration options for processing DAGs. See Module logging configuration for more information. Disabled by default.", + 'dagProcessingLogs', + '(Optional) Log configuration options for processing DAGs. See Module logging configuration for more information. Disabled by default.', () => mwaa_EnvironmentLoggingConfigurationDagProcessingLogs_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationDagProcessingLogs.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationDagProcessingLogs.ts index 17ab87550..4e5da14fe 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationDagProcessingLogs.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationDagProcessingLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLoggingConfigurationDagProcessingLogs { // @@ -21,24 +21,24 @@ export function mwaa_EnvironmentLoggingConfigurationDagProcessingLogs_GetTypes() return [ new DynamicUIProps( InputType.String, - "cloudWatchLogGroupArn", - "", + 'cloudWatchLogGroupArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enabling or disabling the collection of logs", + 'enabled', + 'Enabling or disabling the collection of logs', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.", + 'logLevel', + 'Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationSchedulerLogs.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationSchedulerLogs.ts index b8c0a7767..050a9c36b 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationSchedulerLogs.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationSchedulerLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLoggingConfigurationSchedulerLogs { // Enabling or disabling the collection of logs @@ -21,24 +21,24 @@ export function mwaa_EnvironmentLoggingConfigurationSchedulerLogs_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabling or disabling the collection of logs", + 'enabled', + 'Enabling or disabling the collection of logs', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.", + 'logLevel', + 'Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogGroupArn", - "", + 'cloudWatchLogGroupArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationTaskLogs.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationTaskLogs.ts index 8eda10bf3..0ba8c2196 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationTaskLogs.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationTaskLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLoggingConfigurationTaskLogs { // @@ -21,24 +21,24 @@ export function mwaa_EnvironmentLoggingConfigurationTaskLogs_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "logLevel", - "Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.", + 'logLevel', + 'Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogGroupArn", - "", + 'cloudWatchLogGroupArn', + '', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enabling or disabling the collection of logs", + 'enabled', + 'Enabling or disabling the collection of logs', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWebserverLogs.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWebserverLogs.ts index b8b5fd513..cfffb2e30 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWebserverLogs.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWebserverLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLoggingConfigurationWebserverLogs { // Enabling or disabling the collection of logs @@ -21,24 +21,24 @@ export function mwaa_EnvironmentLoggingConfigurationWebserverLogs_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabling or disabling the collection of logs", + 'enabled', + 'Enabling or disabling the collection of logs', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.", + 'logLevel', + 'Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogGroupArn", - "", + 'cloudWatchLogGroupArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWorkerLogs.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWorkerLogs.ts index c297c2f50..a95f6710a 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWorkerLogs.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentLoggingConfigurationWorkerLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentLoggingConfigurationWorkerLogs { // @@ -21,24 +21,24 @@ export function mwaa_EnvironmentLoggingConfigurationWorkerLogs_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabling or disabling the collection of logs", + 'enabled', + 'Enabling or disabling the collection of logs', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logLevel", - "Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.", + 'logLevel', + 'Logging level. Valid values: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`. Will be `INFO` by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cloudWatchLogGroupArn", - "", + 'cloudWatchLogGroupArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/mwaa_EnvironmentNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/mwaa_EnvironmentNetworkConfiguration.ts index 57f78a812..8cfc8bde1 100644 --- a/src/app/Models/codegen/aws/types/mwaa_EnvironmentNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/mwaa_EnvironmentNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface mwaa_EnvironmentNetworkConfiguration { // Security groups IDs for the environment. At least one of the security group needs to allow MWAA resources to talk to each other, otherwise MWAA cannot be provisioned. @@ -18,16 +18,16 @@ export function mwaa_EnvironmentNetworkConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Security groups IDs for the environment. At least one of the security group needs to allow MWAA resources to talk to each other, otherwise MWAA cannot be provisioned.", + 'securityGroupIds', + 'Security groups IDs for the environment. At least one of the security group needs to allow MWAA resources to talk to each other, otherwise MWAA cannot be provisioned.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The private subnet IDs in which the environment should be created. MWAA requires two subnets.", + 'subnetIds', + 'The private subnet IDs in which the environment should be created. MWAA requires two subnets.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/neptune_ClusterParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/neptune_ClusterParameterGroupParameter.ts index 2988532bf..04218c111 100644 --- a/src/app/Models/codegen/aws/types/neptune_ClusterParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/neptune_ClusterParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface neptune_ClusterParameterGroupParameter { // The name of the neptune parameter. @@ -21,24 +21,24 @@ export function neptune_ClusterParameterGroupParameter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "The name of the neptune parameter.", + 'name', + 'The name of the neptune parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the neptune parameter.", + 'value', + 'The value of the neptune parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applyMethod", - "Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.", + 'applyMethod', + 'Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/neptune_ClusterServerlessV2ScalingConfiguration.ts b/src/app/Models/codegen/aws/types/neptune_ClusterServerlessV2ScalingConfiguration.ts index bfd67a155..4f3032957 100644 --- a/src/app/Models/codegen/aws/types/neptune_ClusterServerlessV2ScalingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/neptune_ClusterServerlessV2ScalingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface neptune_ClusterServerlessV2ScalingConfiguration { // The maximum Neptune Capacity Units (NCUs) for this cluster. Must be lower or equal than --128--. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details. @@ -18,16 +18,16 @@ export function neptune_ClusterServerlessV2ScalingConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "maxCapacity", - "The maximum Neptune Capacity Units (NCUs) for this cluster. Must be lower or equal than **128**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.", + 'maxCapacity', + 'The maximum Neptune Capacity Units (NCUs) for this cluster. Must be lower or equal than **128**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minCapacity", - "The minimum Neptune Capacity Units (NCUs) for this cluster. Must be greater or equal than **1**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.", + 'minCapacity', + 'The minimum Neptune Capacity Units (NCUs) for this cluster. Must be greater or equal than **1**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/neptune_GlobalClusterGlobalClusterMember.ts b/src/app/Models/codegen/aws/types/neptune_GlobalClusterGlobalClusterMember.ts index d991e9743..a9dae4e26 100644 --- a/src/app/Models/codegen/aws/types/neptune_GlobalClusterGlobalClusterMember.ts +++ b/src/app/Models/codegen/aws/types/neptune_GlobalClusterGlobalClusterMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface neptune_GlobalClusterGlobalClusterMember { // Amazon Resource Name (ARN) of member DB Cluster. @@ -18,16 +18,16 @@ export function neptune_GlobalClusterGlobalClusterMember_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "dbClusterArn", - "Amazon Resource Name (ARN) of member DB Cluster.", + 'dbClusterArn', + 'Amazon Resource Name (ARN) of member DB Cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isWriter", - "Whether the member is the primary DB Cluster.", + 'isWriter', + 'Whether the member is the primary DB Cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/neptune_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/neptune_ParameterGroupParameter.ts index feec5872a..3f4a757b0 100644 --- a/src/app/Models/codegen/aws/types/neptune_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/neptune_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface neptune_ParameterGroupParameter { // The apply method of the Neptune parameter. Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`. @@ -21,24 +21,24 @@ export function neptune_ParameterGroupParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "applyMethod", - "The apply method of the Neptune parameter. Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.", + 'applyMethod', + 'The apply method of the Neptune parameter. Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Neptune parameter.", + 'name', + 'The name of the Neptune parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Neptune parameter.", + 'value', + 'The value of the Neptune parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallEncryptionConfiguration.ts index 7bb99aed0..5e22b374b 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallEncryptionConfiguration { // The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`. @@ -18,15 +18,15 @@ export function networkfirewall_FirewallEncryptionConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "type", - "The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.", + 'type', + 'The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyId", + 'keyId', "The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatus.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatus.ts index c4dc63655..6e718bf75 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatus.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatus.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallFirewallStatusSyncState, networkfirewall_FirewallFirewallStatusSyncState_GetTypes, -} from "./networkfirewall_FirewallFirewallStatusSyncState"; +} from './networkfirewall_FirewallFirewallStatusSyncState'; export interface networkfirewall_FirewallFirewallStatus { // Set of subnets configured for use by the firewall. @@ -19,8 +19,8 @@ export function networkfirewall_FirewallFirewallStatus_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "syncStates", - "Set of subnets configured for use by the firewall.", + 'syncStates', + 'Set of subnets configured for use by the firewall.', () => networkfirewall_FirewallFirewallStatusSyncState_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncState.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncState.ts index 6aeaaabf2..28fdef423 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncState.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncState.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallFirewallStatusSyncStateAttachment, networkfirewall_FirewallFirewallStatusSyncStateAttachment_GetTypes, -} from "./networkfirewall_FirewallFirewallStatusSyncStateAttachment"; +} from './networkfirewall_FirewallFirewallStatusSyncStateAttachment'; export interface networkfirewall_FirewallFirewallStatusSyncState { // Nested list describing the attachment status of the firewall's association with a single VPC subnet. @@ -22,7 +22,7 @@ export function networkfirewall_FirewallFirewallStatusSyncState_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "attachments", + 'attachments', "Nested list describing the attachment status of the firewall's association with a single VPC subnet.", () => networkfirewall_FirewallFirewallStatusSyncStateAttachment_GetTypes(), @@ -31,8 +31,8 @@ export function networkfirewall_FirewallFirewallStatusSyncState_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone where the subnet is configured.", + 'availabilityZone', + 'The Availability Zone where the subnet is configured.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncStateAttachment.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncStateAttachment.ts index 56385c4a4..f13e72725 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncStateAttachment.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallFirewallStatusSyncStateAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallFirewallStatusSyncStateAttachment { // The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint. @@ -18,15 +18,15 @@ export function networkfirewall_FirewallFirewallStatusSyncStateAttachment_GetTyp return [ new DynamicUIProps( InputType.String, - "endpointId", - "The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.", + 'endpointId', + 'The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", + 'subnetId', "The unique identifier of the subnet that you've specified to be used for a firewall endpoint.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyEncryptionConfiguration.ts index 8832b71b0..0ade28307 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyEncryptionConfiguration { // The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. @@ -18,7 +18,7 @@ export function networkfirewall_FirewallPolicyEncryptionConfiguration_GetTypes() return [ new DynamicUIProps( InputType.String, - "keyId", + 'keyId', "The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.", () => [], false, @@ -26,8 +26,8 @@ export function networkfirewall_FirewallPolicyEncryptionConfiguration_GetTypes() ), new DynamicUIProps( InputType.String, - "type", - "The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.", + 'type', + 'The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicy.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicy.ts index 846cafb50..7ba622b3e 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicy.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicy.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction, networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction'; import { networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions, networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions'; import { networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference, networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference'; import { networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables, networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables"; +} from './networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables'; import { networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference, networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference'; export interface networkfirewall_FirewallPolicyFirewallPolicy { /* @@ -65,8 +65,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "policyVariables", - ". Contains variables that you can use to override default Suricata settings in your firewall policy. See Rule Variables for details.", + 'policyVariables', + '. Contains variables that you can use to override default Suricata settings in your firewall policy. See Rule Variables for details.', () => networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables_GetTypes(), false, @@ -74,15 +74,15 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "statefulDefaultActions", - "Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a `stateful_engine_options` block with a `rule_order` value of `STRICT_ORDER`. You can specify one of either or neither values of `aws:drop_strict` or `aws:drop_established`, as well as any combination of `aws:alert_strict` and `aws:alert_established`.", + 'statefulDefaultActions', + 'Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a `stateful_engine_options` block with a `rule_order` value of `STRICT_ORDER`. You can specify one of either or neither values of `aws:drop_strict` or `aws:drop_established`, as well as any combination of `aws:alert_strict` and `aws:alert_established`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tlsInspectionConfigurationArn", + 'tlsInspectionConfigurationArn', 'The (ARN) of the TLS Inspection policy to attach to the FW Policy. This must be added at creation of the resource per AWS documentation. "You can only add a TLS inspection configuration to a new policy, not to an existing policy." This cannot be removed from a FW Policy.', () => [], false, @@ -90,16 +90,16 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "statelessFragmentDefaultActions", - "Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`.\nIn addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify `aws:forward_to_sfe`.", + 'statelessFragmentDefaultActions', + 'Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`.\nIn addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify `aws:forward_to_sfe`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "statelessRuleGroupReferences", - "Set of configuration blocks containing references to the stateless rule groups that are used in the policy. See Stateless Rule Group Reference below for details.", + 'statelessRuleGroupReferences', + 'Set of configuration blocks containing references to the stateless rule groups that are used in the policy. See Stateless Rule Group Reference below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference_GetTypes(), false, @@ -107,16 +107,16 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "statelessDefaultActions", - "Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`.\nIn addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify `aws:forward_to_sfe`.", + 'statelessDefaultActions', + 'Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`.\nIn addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify `aws:forward_to_sfe`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "statefulEngineOptions", - "A configuration block that defines options on how the policy handles stateful rules. See Stateful Engine Options below for details.", + 'statefulEngineOptions', + 'A configuration block that defines options on how the policy handles stateful rules. See Stateful Engine Options below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions_GetTypes(), false, @@ -124,8 +124,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "statefulRuleGroupReferences", - "Set of configuration blocks containing references to the stateful rule groups that are used in the policy. See Stateful Rule Group Reference below for details.", + 'statefulRuleGroupReferences', + 'Set of configuration blocks containing references to the stateful rule groups that are used in the policy. See Stateful Rule Group Reference below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference_GetTypes(), false, @@ -133,7 +133,7 @@ export function networkfirewall_FirewallPolicyFirewallPolicy_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "statelessCustomActions", + 'statelessCustomActions', "Set of configuration blocks describing the custom action definitions that are available for use in the firewall policy's `stateless_default_actions`. See Stateless Custom Action below for details.", () => networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables.ts index 7b108eb66..8a34a1218 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable, networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable"; +} from './networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable'; export interface networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables { // @@ -19,8 +19,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyPolicyVariables_GetT return [ new DynamicUIProps( InputType.Array, - "ruleVariables", - "", + 'ruleVariables', + '', () => networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable.ts index 88f235954..181e02d36 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet, networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet"; +} from './networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet'; export interface networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariable { // A configuration block that defines a set of IP addresses. See IP Set below for details. @@ -22,8 +22,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleV return [ new DynamicUIProps( InputType.Object, - "ipSet", - "A configuration block that defines a set of IP addresses. See IP Set below for details.", + 'ipSet', + 'A configuration block that defines a set of IP addresses. See IP Set below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleV ), new DynamicUIProps( InputType.String, - "key", - "An alphanumeric string to identify the `ip_set`. Valid values: `HOME_NET`", + 'key', + 'An alphanumeric string to identify the `ip_set`. Valid values: `HOME_NET`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet.ts index 96e16da34..7caf99cc2 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSet { // Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable. @@ -15,8 +15,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyPolicyVariablesRuleV return [ new DynamicUIProps( InputType.Array, - "definitions", - "Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.", + 'definitions', + 'Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions.ts index 0eedbec61..bd25badea 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOptions { // Describes how to treat traffic which has broken midstream. Default value: `DROP`. Valid values: `DROP`, `CONTINUE`, `REJECT`. @@ -18,16 +18,16 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatefulEngineOption return [ new DynamicUIProps( InputType.String, - "streamExceptionPolicy", - "Describes how to treat traffic which has broken midstream. Default value: `DROP`. Valid values: `DROP`, `CONTINUE`, `REJECT`.", + 'streamExceptionPolicy', + 'Describes how to treat traffic which has broken midstream. Default value: `DROP`. Valid values: `DROP`, `CONTINUE`, `REJECT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleOrder", - "Indicates how to manage the order of stateful rule evaluation for the policy. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.", + 'ruleOrder', + 'Indicates how to manage the order of stateful rule evaluation for the policy. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts index 4612a4ce9..9c50b0f75 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride, networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReference { // Configuration block for override values @@ -25,8 +25,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupRef return [ new DynamicUIProps( InputType.Object, - "override", - "Configuration block for override values", + 'override', + 'Configuration block for override values', () => networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride_GetTypes(), false, @@ -34,16 +34,16 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupRef ), new DynamicUIProps( InputType.Number, - "priority", - "An integer setting that indicates the order in which to apply the stateful rule groups in a single policy. This argument must be specified if the policy has a `stateful_engine_options` block with a `rule_order` value of `STRICT_ORDER`. AWS Network Firewall applies each stateful rule group to a packet starting with the group that has the lowest priority setting.", + 'priority', + 'An integer setting that indicates the order in which to apply the stateful rule groups in a single policy. This argument must be specified if the policy has a `stateful_engine_options` block with a `rule_order` value of `STRICT_ORDER`. AWS Network Firewall applies each stateful rule group to a packet starting with the group that has the lowest priority setting.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the stateful rule group.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the stateful rule group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts index e4e8816bc..805edb317 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride { // The action that changes the rule group from DROP to ALERT . This only applies to managed rule groups. @@ -15,8 +15,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatefulRuleGroupRef return [ new DynamicUIProps( InputType.String, - "action", - "The action that changes the rule group from DROP to ALERT . This only applies to managed rule groups.", + 'action', + 'The action that changes the rule group from DROP to ALERT . This only applies to managed rule groups.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction.ts index 832020de5..3a9945461 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition, networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomAction { // A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details. @@ -22,8 +22,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActio return [ new DynamicUIProps( InputType.Object, - "actionDefinition", - "A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.", + 'actionDefinition', + 'A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActio ), new DynamicUIProps( InputType.String, - "actionName", - "A friendly name of the custom action.", + 'actionName', + 'A friendly name of the custom action.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts index c55939be0..4ea5776da 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction, networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition { // A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details. @@ -19,8 +19,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActio return [ new DynamicUIProps( InputType.Object, - "publishMetricAction", - "A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details.", + 'publishMetricAction', + 'A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts index e72238e62..dcd0e375a 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension, networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension_GetTypes, -} from "./networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension"; +} from './networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction { // Set of configuration blocks describing dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for more details. @@ -19,8 +19,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActio return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Set of configuration blocks describing dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for more details.", + 'dimensions', + 'Set of configuration blocks describing dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for more details.', () => networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts index 8612ca432..65bfc2dcd 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension { // The string value to use in the custom metric dimension. @@ -15,8 +15,8 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessCustomActio return [ new DynamicUIProps( InputType.String, - "value", - "The string value to use in the custom metric dimension.", + 'value', + 'The string value to use in the custom metric dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts index d31724dc2..783e3bba4 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupReference { // An integer setting that indicates the order in which to run the stateless rule groups in a single policy. AWS Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. @@ -18,16 +18,16 @@ export function networkfirewall_FirewallPolicyFirewallPolicyStatelessRuleGroupRe return [ new DynamicUIProps( InputType.Number, - "priority", - "An integer setting that indicates the order in which to run the stateless rule groups in a single policy. AWS Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting.", + 'priority', + 'An integer setting that indicates the order in which to run the stateless rule groups in a single policy. AWS Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the stateless rule group.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the stateless rule group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_FirewallSubnetMapping.ts b/src/app/Models/codegen/aws/types/networkfirewall_FirewallSubnetMapping.ts index 448d1f7ac..a7e31478e 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_FirewallSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_FirewallSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_FirewallSubnetMapping { // The subnet's IP address type. Valida values: `"DUALSTACK"`, `"IPV4"`. @@ -18,15 +18,15 @@ export function networkfirewall_FirewallSubnetMapping_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier for the subnet.", + 'subnetId', + 'The unique identifier for the subnet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", + 'ipAddressType', 'The subnet\'s IP address type. Valida values: `"DUALSTACK"`, `"IPV4"`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfiguration.ts index 2fda8b095..41d3def97 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig, networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig_GetTypes, -} from "./networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig"; +} from './networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig'; export interface networkfirewall_LoggingConfigurationLoggingConfiguration { // Set of configuration blocks describing the logging details for a firewall. See Log Destination Config below for details. At most, only Three blocks can be specified; one for `FLOW` logs and one for `ALERT` logs and one for `TLS` logs. @@ -19,8 +19,8 @@ export function networkfirewall_LoggingConfigurationLoggingConfiguration_GetType return [ new DynamicUIProps( InputType.Array, - "logDestinationConfigs", - "Set of configuration blocks describing the logging details for a firewall. See Log Destination Config below for details. At most, only Three blocks can be specified; one for `FLOW` logs and one for `ALERT` logs and one for `TLS` logs.", + 'logDestinationConfigs', + 'Set of configuration blocks describing the logging details for a firewall. See Log Destination Config below for details. At most, only Three blocks can be specified; one for `FLOW` logs and one for `ALERT` logs and one for `TLS` logs.', () => networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig.ts b/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig.ts index 92f6dae55..f3c0d3bf9 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_LoggingConfigurationLoggingConfigurationLogDestinationConfig { /* @@ -26,24 +26,24 @@ export function networkfirewall_LoggingConfigurationLoggingConfigurationLogDesti return [ new DynamicUIProps( InputType.Map, - "logDestination", - "A map describing the logging destination for the chosen `log_destination_type`.\n* For an Amazon S3 bucket, specify the key `bucketName` with the name of the bucket and optionally specify the key `prefix` with a path.\n* For a CloudWatch log group, specify the key `logGroup` with the name of the CloudWatch log group.\n* For a Kinesis Data Firehose delivery stream, specify the key `deliveryStream` with the name of the delivery stream.", + 'logDestination', + 'A map describing the logging destination for the chosen `log_destination_type`.\n* For an Amazon S3 bucket, specify the key `bucketName` with the name of the bucket and optionally specify the key `prefix` with a path.\n* For a CloudWatch log group, specify the key `logGroup` with the name of the CloudWatch log group.\n* For a Kinesis Data Firehose delivery stream, specify the key `deliveryStream` with the name of the delivery stream.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "logDestinationType", - "The location to send logs to. Valid values: `S3`, `CloudWatchLogs`, `KinesisDataFirehose`.", + 'logDestinationType', + 'The location to send logs to. Valid values: `S3`, `CloudWatchLogs`, `KinesisDataFirehose`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logType", - "The type of log to send. Valid values: `ALERT` or `FLOW` or `TLS`. Alert logs report traffic that matches a `StatefulRule` with an action setting that sends a log message. Flow logs are standard network traffic flow logs.", + 'logType', + 'The type of log to send. Valid values: `ALERT` or `FLOW` or `TLS`. Alert logs report traffic that matches a `StatefulRule` with an action setting that sends a log message. Flow logs are standard network traffic flow logs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupEncryptionConfiguration.ts index e66cdb8c9..089922a3a 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupEncryptionConfiguration { // The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. @@ -18,7 +18,7 @@ export function networkfirewall_RuleGroupEncryptionConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "keyId", + 'keyId', "The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.", () => [], false, @@ -26,8 +26,8 @@ export function networkfirewall_RuleGroupEncryptionConfiguration_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "type", - "The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.", + 'type', + 'The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are `CUSTOMER_KMS` and `AWS_OWNED_KMS_KEY`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroup.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroup.ts index eb376cc2b..7e7b59bf2 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroup.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroup.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRuleVariables, networkfirewall_RuleGroupRuleGroupRuleVariables_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRuleVariables"; +} from './networkfirewall_RuleGroupRuleGroupRuleVariables'; import { networkfirewall_RuleGroupRuleGroupRulesSource, networkfirewall_RuleGroupRuleGroupRulesSource_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSource"; +} from './networkfirewall_RuleGroupRuleGroupRulesSource'; import { networkfirewall_RuleGroupRuleGroupStatefulRuleOptions, networkfirewall_RuleGroupRuleGroupStatefulRuleOptions_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupStatefulRuleOptions"; +} from './networkfirewall_RuleGroupRuleGroupStatefulRuleOptions'; import { networkfirewall_RuleGroupRuleGroupReferenceSets, networkfirewall_RuleGroupRuleGroupReferenceSets_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupReferenceSets"; +} from './networkfirewall_RuleGroupRuleGroupReferenceSets'; export interface networkfirewall_RuleGroupRuleGroup { // A configuration block that defines stateful rule options for the rule group. See Stateful Rule Options below for details. @@ -40,32 +40,32 @@ export function networkfirewall_RuleGroupRuleGroup_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "referenceSets", - "A configuration block that defines the IP Set References for the rule group. See Reference Sets below for details. Please notes that there can only be a maximum of 5 `reference_sets` in a `rule_group`. See the [AWS documentation](https://docs.aws.amazon.com/network-firewall/latest/developerguide/rule-groups-ip-set-references.html#rule-groups-ip-set-reference-limits) for details.", + 'referenceSets', + 'A configuration block that defines the IP Set References for the rule group. See Reference Sets below for details. Please notes that there can only be a maximum of 5 `reference_sets` in a `rule_group`. See the [AWS documentation](https://docs.aws.amazon.com/network-firewall/latest/developerguide/rule-groups-ip-set-references.html#rule-groups-ip-set-reference-limits) for details.', () => networkfirewall_RuleGroupRuleGroupReferenceSets_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ruleVariables", - "A configuration block that defines additional settings available to use in the rules defined in the rule group. Can only be specified for **stateful** rule groups. See Rule Variables below for details.", + 'ruleVariables', + 'A configuration block that defines additional settings available to use in the rules defined in the rule group. Can only be specified for **stateful** rule groups. See Rule Variables below for details.', () => networkfirewall_RuleGroupRuleGroupRuleVariables_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rulesSource", - "A configuration block that defines the stateful or stateless rules for the rule group. See Rules Source below for details.", + 'rulesSource', + 'A configuration block that defines the stateful or stateless rules for the rule group. See Rules Source below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "statefulRuleOptions", - "A configuration block that defines stateful rule options for the rule group. See Stateful Rule Options below for details.", + 'statefulRuleOptions', + 'A configuration block that defines stateful rule options for the rule group. See Stateful Rule Options below for details.', () => networkfirewall_RuleGroupRuleGroupStatefulRuleOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSets.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSets.ts index fccb5da2b..7e903a8ca 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSets.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSets.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference, networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference"; +} from './networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference'; export interface networkfirewall_RuleGroupRuleGroupReferenceSets { // @@ -19,8 +19,8 @@ export function networkfirewall_RuleGroupRuleGroupReferenceSets_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "ipSetReferences", - "", + 'ipSetReferences', + '', () => networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference.ts index 4a24a6595..7771883b1 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference, networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference"; +} from './networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference'; export interface networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference { // Set of configuration blocks that define the IP Reference information. See IP Set Reference below for details. @@ -20,11 +20,11 @@ export interface networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference { export function networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReference_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "ipSetReferences", - "Set of configuration blocks that define the IP Reference information. See IP Set Reference below for details.", + 'ipSetReferences', + 'Set of configuration blocks that define the IP Reference information. See IP Set Reference below for details.', () => networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference.ts index 271fd994b..c37fd2a65 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference { // Set of Managed Prefix IP ARN(s) @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupReferenceSetsIpSetReferenceIpS return [ new DynamicUIProps( InputType.String, - "referenceArn", - "Set of Managed Prefix IP ARN(s)", + 'referenceArn', + 'Set of Managed Prefix IP ARN(s)', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariables.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariables.ts index 4a6513d01..6dfbde10c 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariables.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariables.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet, networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet"; +} from './networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet'; import { networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet, networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet"; +} from './networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet'; export interface networkfirewall_RuleGroupRuleGroupRuleVariables { // Set of configuration blocks that define IP address information. See IP Sets below for details. @@ -26,16 +26,16 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariables_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "ipSets", - "Set of configuration blocks that define IP address information. See IP Sets below for details.", + 'ipSets', + 'Set of configuration blocks that define IP address information. See IP Sets below for details.', () => networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "portSets", - "Set of configuration blocks that define port range information. See Port Sets below for details.", + 'portSets', + 'Set of configuration blocks that define port range information. See Port Sets below for details.', () => networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet.ts index 45ab5a431..89f3f4709 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet, networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet"; +} from './networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet'; export interface networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet { // A configuration block that defines a set of IP addresses. See IP Set below for details. @@ -22,8 +22,8 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "ipSet", - "A configuration block that defines a set of IP addresses. See IP Set below for details.", + 'ipSet', + 'A configuration block that defines a set of IP addresses. See IP Set below for details.', () => networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariablesIpSet_GetTypes(): ), new DynamicUIProps( InputType.String, - "key", - "A unique alphanumeric string to identify the `ip_set`.", + 'key', + 'A unique alphanumeric string to identify the `ip_set`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet.ts index 15cf8eb3f..6cb20f82d 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet { // Set of IP addresses and address ranges, in CIDR notation. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariablesIpSetIpSet_GetTyp return [ new DynamicUIProps( InputType.Array, - "definitions", - "Set of IP addresses and address ranges, in CIDR notation.", + 'definitions', + 'Set of IP addresses and address ranges, in CIDR notation.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet.ts index 3f871121d..25f3fe859 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet, networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet"; +} from './networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet'; export interface networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet { // An unique alphanumeric string to identify the `port_set`. @@ -22,16 +22,16 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariablesPortSet_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "An unique alphanumeric string to identify the `port_set`.", + 'key', + 'An unique alphanumeric string to identify the `port_set`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "portSet", - "A configuration block that defines a set of port ranges. See Port Set below for details.", + 'portSet', + 'A configuration block that defines a set of port ranges. See Port Set below for details.', () => networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet.ts index 8d118491e..d2c617df9 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet { // Set of port ranges. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupRuleVariablesPortSetPortSet_Ge return [ new DynamicUIProps( InputType.Array, - "definitions", - "Set of port ranges.", + 'definitions', + 'Set of port ranges.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSource.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSource.ts index 9053233e7..c1d3c590c 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSource.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSource.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList, networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule, networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions'; export interface networkfirewall_RuleGroupRuleGroupRulesSource { // A configuration block containing --stateful-- inspection criteria for a domain list rule group. See Rules Source List below for details. @@ -36,8 +36,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSource_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "rulesSourceList", - "A configuration block containing **stateful** inspection criteria for a domain list rule group. See Rules Source List below for details.", + 'rulesSourceList', + 'A configuration block containing **stateful** inspection criteria for a domain list rule group. See Rules Source List below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList_GetTypes(), false, @@ -45,16 +45,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSource_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "rulesString", - "The fully qualified name of a file in an S3 bucket that contains Suricata compatible intrusion preventions system (IPS) rules or the Suricata rules as a string. These rules contain **stateful** inspection criteria and the action to take for traffic that matches the criteria.", + 'rulesString', + 'The fully qualified name of a file in an S3 bucket that contains Suricata compatible intrusion preventions system (IPS) rules or the Suricata rules as a string. These rules contain **stateful** inspection criteria and the action to take for traffic that matches the criteria.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "statefulRules", - "Set of configuration blocks containing **stateful** inspection criteria for 5-tuple rules to be used together in a rule group. See Stateful Rule below for details.", + 'statefulRules', + 'Set of configuration blocks containing **stateful** inspection criteria for 5-tuple rules to be used together in a rule group. See Stateful Rule below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule_GetTypes(), false, @@ -62,8 +62,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSource_GetTypes(): Dynami ), new DynamicUIProps( InputType.Object, - "statelessRulesAndCustomActions", - "A configuration block containing **stateless** inspection criteria for a stateless rule group. See Stateless Rules and Custom Actions below for details.", + 'statelessRulesAndCustomActions', + 'A configuration block containing **stateless** inspection criteria for a stateless rule group. See Stateless Rules and Custom Actions below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList.ts index 9b17ee5c2..fc916dafa 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList { // String value to specify whether domains in the target list are allowed or denied access. Valid values: `ALLOWLIST`, `DENYLIST`. @@ -21,24 +21,24 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceRulesSourceList_Get return [ new DynamicUIProps( InputType.String, - "generatedRulesType", - "String value to specify whether domains in the target list are allowed or denied access. Valid values: `ALLOWLIST`, `DENYLIST`.", + 'generatedRulesType', + 'String value to specify whether domains in the target list are allowed or denied access. Valid values: `ALLOWLIST`, `DENYLIST`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targetTypes", - "Set of types of domain specifications that are provided in the `targets` argument. Valid values: `HTTP_HOST`, `TLS_SNI`.", + 'targetTypes', + 'Set of types of domain specifications that are provided in the `targets` argument. Valid values: `HTTP_HOST`, `TLS_SNI`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "targets", - "Set of domains that you want to inspect for in your traffic flows.", + 'targets', + 'Set of domains that you want to inspect for in your traffic flows.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule.ts index eff4fbe25..f5d609bee 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader, networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption, networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule { // Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: `ALERT`, `DROP`, `PASS`, or `REJECT`. @@ -29,16 +29,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule_GetTyp return [ new DynamicUIProps( InputType.String, - "action", - "Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: `ALERT`, `DROP`, `PASS`, or `REJECT`.", + 'action', + 'Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: `ALERT`, `DROP`, `PASS`, or `REJECT`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "header", - "A configuration block containing the stateful 5-tuple inspection criteria for the rule, used to inspect traffic flows. See Header below for details.", + 'header', + 'A configuration block containing the stateful 5-tuple inspection criteria for the rule, used to inspect traffic flows. See Header below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader_GetTypes(), true, @@ -46,8 +46,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRule_GetTyp ), new DynamicUIProps( InputType.Array, - "ruleOptions", - "Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.", + 'ruleOptions', + 'Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader.ts index 7927b8211..1795b3981 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader { // The direction of traffic flow to inspect. Valid values: `ANY` or `FORWARD`. @@ -30,48 +30,48 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleHeader_ return [ new DynamicUIProps( InputType.String, - "direction", - "The direction of traffic flow to inspect. Valid values: `ANY` or `FORWARD`.", + 'direction', + 'The direction of traffic flow to inspect. Valid values: `ANY` or `FORWARD`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol to inspect. Valid values: `IP`, `TCP`, `UDP`, `ICMP`, `HTTP`, `FTP`, `TLS`, `SMB`, `DNS`, `DCERPC`, `SSH`, `SMTP`, `IMAP`, `MSN`, `KRB5`, `IKEV2`, `TFTP`, `NTP`, `DHCP`.", + 'protocol', + 'The protocol to inspect. Valid values: `IP`, `TCP`, `UDP`, `ICMP`, `HTTP`, `FTP`, `TLS`, `SMB`, `DNS`, `DCERPC`, `SSH`, `SMTP`, `IMAP`, `MSN`, `KRB5`, `IKEV2`, `TFTP`, `NTP`, `DHCP`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "source", - "The source IP address or address range for, in CIDR notation. To match with any address, specify `ANY`.", + 'source', + 'The source IP address or address range for, in CIDR notation. To match with any address, specify `ANY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourcePort", - "The source port to inspect for. To match with any address, specify `ANY`.", + 'sourcePort', + 'The source port to inspect for. To match with any address, specify `ANY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destination", - "The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify `ANY`.", + 'destination', + 'The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify `ANY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "destinationPort", - "The destination port to inspect for. To match with any address, specify `ANY`.", + 'destinationPort', + 'The destination port to inspect for. To match with any address, specify `ANY`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption.ts index fd67c6129..bf91cb3cc 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption { /* @@ -21,16 +21,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatefulRuleRuleOpt return [ new DynamicUIProps( InputType.String, - "keyword", - "Keyword defined by open source detection systems like Snort or Suricata for stateful rule inspection.\nSee [Snort General Rule Options](http://manual-snort-org.s3-website-us-east-1.amazonaws.com/node31.html) or [Suricata Rule Options](https://suricata.readthedocs.io/en/suricata-5.0.1/rules/intro.html#rule-options) for more details.", + 'keyword', + 'Keyword defined by open source detection systems like Snort or Suricata for stateful rule inspection.\nSee [Snort General Rule Options](http://manual-snort-org.s3-website-us-east-1.amazonaws.com/node31.html) or [Suricata Rule Options](https://suricata.readthedocs.io/en/suricata-5.0.1/rules/intro.html#rule-options) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "settings", - "Set of strings for additional settings to use in stateful rule inspection.", + 'settings', + 'Set of strings for additional settings to use in stateful rule inspection.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions.ts index 85bb9d87f..4d4dddfbe 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions { // Set of configuration blocks containing custom action definitions that are available for use by the set of `stateless rule`. See Custom Action below for details. @@ -26,8 +26,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Array, - "customActions", - "Set of configuration blocks containing custom action definitions that are available for use by the set of `stateless rule`. See Custom Action below for details.", + 'customActions', + 'Set of configuration blocks containing custom action definitions that are available for use by the set of `stateless rule`. See Custom Action below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction_GetTypes(), false, @@ -35,8 +35,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "statelessRules", - "Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.", + 'statelessRules', + 'Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction.ts index b515a4abc..f5e52becc 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction { // A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details. @@ -22,8 +22,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Object, - "actionDefinition", - "A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.", + 'actionDefinition', + 'A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.String, - "actionName", - "A friendly name of the custom action.", + 'actionName', + 'A friendly name of the custom action.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition.ts index 95f88bbed..f63a11aca 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition { // A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details. @@ -19,8 +19,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Object, - "publishMetricAction", - "A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details.", + 'publishMetricAction', + 'A configuration block describing the stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. You can pair this custom action with any of the standard stateless rule actions. See Publish Metric Action below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction.ts index 28fa2165d..8fab6b406 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricAction { // Set of configuration blocks containing the dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for details. @@ -19,8 +19,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Array, - "dimensions", - "Set of configuration blocks containing the dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for details.", + 'dimensions', + 'Set of configuration blocks containing the dimension settings to use for Amazon CloudWatch custom metrics. See Dimension below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension.ts index fac73cc56..860750ceb 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionPublishMetricActionDimension { // The value to use in the custom metric dimension. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.String, - "value", - "The value to use in the custom metric dimension.", + 'value', + 'The value to use in the custom metric dimension.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule.ts index 11d900599..11ba5138c 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule { // A configuration block defining the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria. See Rule Definition below for details. @@ -22,8 +22,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Object, - "ruleDefinition", - "A configuration block defining the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria. See Rule Definition below for details.", + 'ruleDefinition', + 'A configuration block defining the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria. See Rule Definition below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Number, - "priority", - "A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. AWS Network Firewall evaluates the rules in a rule group starting with the lowest priority setting.", + 'priority', + 'A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. AWS Network Firewall evaluates the rules in a rule group starting with the lowest priority setting.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition.ts index 2c0c49b58..a485ab3c9 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinition { // Set of actions to take on a packet that matches one of the stateless rule definition's `match_attributes`. For every rule you must specify 1 standard action, and you can add custom actions. Standard actions include: `aws:pass`, `aws:drop`, `aws:forward_to_sfe`. @@ -22,7 +22,7 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Array, - "actions", + 'actions', "Set of actions to take on a packet that matches one of the stateless rule definition's `match_attributes`. For every rule you must specify 1 standard action, and you can add custom actions. Standard actions include: `aws:pass`, `aws:drop`, `aws:forward_to_sfe`.", () => InputType_String_GetTypes(), true, @@ -30,8 +30,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Object, - "matchAttributes", - "A configuration block containing criteria for AWS Network Firewall to use to inspect an individual packet in stateless rule inspection. See Match Attributes below for details.", + 'matchAttributes', + 'A configuration block containing criteria for AWS Network Firewall to use to inspect an individual packet in stateless rule inspection. See Match Attributes below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes.ts index 95b9eb711..f53b3caf0 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination'; import { networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort, networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort_GetTypes, -} from "./networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort"; +} from './networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributes { // Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details. @@ -50,8 +50,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Array, - "destinationPorts", - "Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Port below for details.", + 'destinationPorts', + 'Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Port below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort_GetTypes(), false, @@ -59,8 +59,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "destinations", - "Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.", + 'destinations', + 'Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination_GetTypes(), false, @@ -68,7 +68,7 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "protocols", + 'protocols', "Set of protocols to inspect for, specified using the protocol's assigned internet protocol number (IANA). If not specified, this matches with any protocol.", () => InputType_Number_GetTypes(), false, @@ -76,8 +76,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "sourcePorts", - "Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Port below for details.", + 'sourcePorts', + 'Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Port below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort_GetTypes(), false, @@ -85,8 +85,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "sources", - "Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.", + 'sources', + 'Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource_GetTypes(), false, @@ -94,8 +94,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu ), new DynamicUIProps( InputType.Array, - "tcpFlags", - "Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.", + 'tcpFlags', + 'Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.', () => networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination.ts index d0b897330..8fa61c47c 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestination { // An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.String, - "addressDefinition", - "An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.", + 'addressDefinition', + 'An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort.ts index b64e76822..2e8e86be5 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPort { // The lower limit of the port range. This must be less than or equal to the `to_port`. @@ -18,16 +18,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Number, - "fromPort", - "The lower limit of the port range. This must be less than or equal to the `to_port`.", + 'fromPort', + 'The lower limit of the port range. This must be less than or equal to the `to_port`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The upper limit of the port range. This must be greater than or equal to the `from_port`.", + 'toPort', + 'The upper limit of the port range. This must be greater than or equal to the `from_port`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource.ts index 9b4157355..91c0d1772 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSource { // An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.String, - "addressDefinition", - "An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.", + 'addressDefinition', + 'An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort.ts index 298648134..ca1de3f72 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePort { // The lower limit of the port range. This must be less than or equal to the `to_port`. @@ -18,16 +18,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Number, - "fromPort", - "The lower limit of the port range. This must be less than or equal to the `to_port`.", + 'fromPort', + 'The lower limit of the port range. This must be less than or equal to the `to_port`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The upper limit of the port range. This must be greater than or equal to the `from_port`.", + 'toPort', + 'The upper limit of the port range. This must be greater than or equal to the `from_port`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag.ts index edaebcf56..90e4fa640 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlag { /* @@ -24,16 +24,16 @@ export function networkfirewall_RuleGroupRuleGroupRulesSourceStatelessRulesAndCu return [ new DynamicUIProps( InputType.Array, - "flags", - "Set of flags to look for in a packet. This setting can only specify values that are also specified in `masks`.\nValid values: `FIN`, `SYN`, `RST`, `PSH`, `ACK`, `URG`, `ECE`, `CWR`.", + 'flags', + 'Set of flags to look for in a packet. This setting can only specify values that are also specified in `masks`.\nValid values: `FIN`, `SYN`, `RST`, `PSH`, `ACK`, `URG`, `ECE`, `CWR`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "masks", - "Set of flags to consider in the inspection. To inspect all flags, leave this empty.\nValid values: `FIN`, `SYN`, `RST`, `PSH`, `ACK`, `URG`, `ECE`, `CWR`.", + 'masks', + 'Set of flags to consider in the inspection. To inspect all flags, leave this empty.\nValid values: `FIN`, `SYN`, `RST`, `PSH`, `ACK`, `URG`, `ECE`, `CWR`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupStatefulRuleOptions.ts b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupStatefulRuleOptions.ts index f356e013a..ee8193a5d 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupStatefulRuleOptions.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_RuleGroupRuleGroupStatefulRuleOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_RuleGroupRuleGroupStatefulRuleOptions { // Indicates how to manage the order of the rule evaluation for the rule group. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`. @@ -15,8 +15,8 @@ export function networkfirewall_RuleGroupRuleGroupStatefulRuleOptions_GetTypes() return [ new DynamicUIProps( InputType.String, - "ruleOrder", - "Indicates how to manage the order of the rule evaluation for the rule group. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.", + 'ruleOrder', + 'Indicates how to manage the order of the rule evaluation for the rule group. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificate.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificate.ts index b88ea9150..cebe7d5aa 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificate.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationCertificate { // ARN of the certificate. @@ -24,32 +24,32 @@ export function networkfirewall_TlsInspectionConfigurationCertificate_GetTypes() return [ new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the certificate.", + 'certificateArn', + 'ARN of the certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateSerial", - "Serial number of the certificate.", + 'certificateSerial', + 'Serial number of the certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the certificate.", + 'status', + 'Status of the certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statusMessage", - "Details about the certificate status, including information about certificate errors.", + 'statusMessage', + 'Details about the certificate status, including information about certificate errors.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificateAuthority.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificateAuthority.ts index 2deed5a40..b15e0a25e 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificateAuthority.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationCertificateAuthority.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationCertificateAuthority { // Details about the certificate status, including information about certificate errors. @@ -24,32 +24,32 @@ export function networkfirewall_TlsInspectionConfigurationCertificateAuthority_G return [ new DynamicUIProps( InputType.String, - "statusMessage", - "Details about the certificate status, including information about certificate errors.", + 'statusMessage', + 'Details about the certificate status, including information about certificate errors.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "ARN of the certificate.", + 'certificateArn', + 'ARN of the certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateSerial", - "Serial number of the certificate.", + 'certificateSerial', + 'Serial number of the certificate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the certificate.", + 'status', + 'Status of the certificate.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration.ts index 9c64a7e4b..11abca1ea 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationEncryptionConfiguration { // ARN of the Amazon Web Services Key Management Service (KMS) customer managed key. @@ -18,16 +18,16 @@ export function networkfirewall_TlsInspectionConfigurationEncryptionConfiguratio return [ new DynamicUIProps( InputType.String, - "keyId", - "ARN of the Amazon Web Services Key Management Service (KMS) customer managed key.", + 'keyId', + 'ARN of the Amazon Web Services Key Management Service (KMS) customer managed key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of KMS key to use for encryption of your Network Firewall resources. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_KMS`.", + 'type', + 'Type of KMS key to use for encryption of your Network Firewall resources. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_KMS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTimeouts.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTimeouts.ts index 905149fc3..591d24516 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function networkfirewall_TlsInspectionConfigurationTimeouts_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function networkfirewall_TlsInspectionConfigurationTimeouts_GetTypes(): D ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function networkfirewall_TlsInspectionConfigurationTimeouts_GetTypes(): D ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration.ts index e0640faa9..e4c2f63eb 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfiguration { // Server certificate configurations that are associated with the TLS configuration. Detailed below. @@ -19,8 +19,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.Object, - "serverCertificateConfiguration", - "Server certificate configurations that are associated with the TLS configuration. Detailed below.", + 'serverCertificateConfiguration', + 'Server certificate configurations that are associated with the TLS configuration. Detailed below.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration.ts index fd00afe35..fd30d46fb 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfiguration { // ARN of the imported certificate authority (CA) certificate within Certificate Manager (ACM) to use for outbound SSL/TLS inspection. See [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) for limitations on CA certificates. @@ -36,8 +36,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.Array, - "serverCertificates", - "Server certificates to use for inbound SSL/TLS inspection. See [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html).", + 'serverCertificates', + 'Server certificates to use for inbound SSL/TLS inspection. See [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html).', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate_GetTypes(), false, @@ -45,16 +45,16 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.String, - "certificateAuthorityArn", - "ARN of the imported certificate authority (CA) certificate within Certificate Manager (ACM) to use for outbound SSL/TLS inspection. See [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) for limitations on CA certificates.", + 'certificateAuthorityArn', + 'ARN of the imported certificate authority (CA) certificate within Certificate Manager (ACM) to use for outbound SSL/TLS inspection. See [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) for limitations on CA certificates.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "checkCertificateRevocationStatus", - "Check Certificate Revocation Status block. Detailed below.", + 'checkCertificateRevocationStatus', + 'Check Certificate Revocation Status block. Detailed below.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus_GetTypes(), false, @@ -62,8 +62,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.Array, - "scopes", - "Scope block. Detailed below.", + 'scopes', + 'Scope block. Detailed below.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus.ts index 99a82fc92..41975e4be 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatus { // @@ -18,16 +18,16 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.String, - "unknownStatusAction", - "", + 'unknownStatusAction', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revokedStatusAction", - "", + 'revokedStatusAction', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope.ts index 4b0105a3b..9c6ad8012 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort'; import { networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination, networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination_GetTypes, -} from "./networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination"; +} from './networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScope { // Set of protocols to inspect for, specified using the protocol's assigned internet protocol number (IANA). Network Firewall currently supports TCP only. Valid values: `6` @@ -43,8 +43,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.Array, - "sourcePorts", - "Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Ports below for details.", + 'sourcePorts', + 'Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Ports below for details.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort_GetTypes(), false, @@ -52,8 +52,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.Array, - "sources", - "Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.", + 'sources', + 'Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource_GetTypes(), false, @@ -61,8 +61,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.Array, - "destinationPorts", - "Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Ports below for details.", + 'destinationPorts', + 'Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Ports below for details.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort_GetTypes(), false, @@ -70,8 +70,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.Array, - "destinations", - "Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.", + 'destinations', + 'Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.', () => networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination_GetTypes(), false, @@ -79,7 +79,7 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura ), new DynamicUIProps( InputType.Array, - "protocols", + 'protocols', "Set of protocols to inspect for, specified using the protocol's assigned internet protocol number (IANA). Network Firewall currently supports TCP only. Valid values: `6`", () => InputType_Number_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination.ts index 74446a0cc..f8369ef92 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestination { // An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4. @@ -15,8 +15,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.String, - "addressDefinition", - "An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.", + 'addressDefinition', + 'An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort.ts index b8a5e5a7c..e97e30509 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeDestinationPort { // The upper limit of the port range. This must be greater than or equal to the `from_port`. @@ -18,16 +18,16 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.Number, - "toPort", - "The upper limit of the port range. This must be greater than or equal to the `from_port`.", + 'toPort', + 'The upper limit of the port range. This must be greater than or equal to the `from_port`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The lower limit of the port range. This must be less than or equal to the `to_port`.", + 'fromPort', + 'The lower limit of the port range. This must be less than or equal to the `to_port`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource.ts index 85f1515c5..375e18baa 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSource { // An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4. @@ -15,8 +15,8 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.String, - "addressDefinition", - "An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.", + 'addressDefinition', + 'An IP address or a block of IP addresses in CIDR notation. AWS Network Firewall supports all address ranges for IPv4.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort.ts index c1795af6d..ea6e0ca0e 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePort { // The lower limit of the port range. This must be less than or equal to the `to_port`. @@ -18,16 +18,16 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.Number, - "fromPort", - "The lower limit of the port range. This must be less than or equal to the `to_port`.", + 'fromPort', + 'The lower limit of the port range. This must be less than or equal to the `to_port`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The upper limit of the port range. This must be greater than or equal to the `from_port`.", + 'toPort', + 'The upper limit of the port range. This must be greater than or equal to the `from_port`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate.ts b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate.ts index 4b5ada060..37cc52a0a 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationServerCertificate { // ARN of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection. @@ -15,7 +15,7 @@ export function networkfirewall_TlsInspectionConfigurationTlsInspectionConfigura return [ new DynamicUIProps( InputType.String, - "resourceArn", + 'resourceArn', "ARN of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallEncryptionConfiguration.ts index 690f97457..7c2dd9081 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallEncryptionConfiguration { // The ID of the AWS Key Management Service (AWS KMS) customer managed key. @@ -18,16 +18,16 @@ export function networkfirewall_getFirewallEncryptionConfiguration_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "keyId", - "The ID of the AWS Key Management Service (AWS KMS) customer managed key.", + 'keyId', + 'The ID of the AWS Key Management Service (AWS KMS) customer managed key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the AWS Key Management Service (AWS KMS) key use by the firewall.", + 'type', + 'The type of the AWS Key Management Service (AWS KMS) key use by the firewall.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatus.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatus.ts index 647520c67..b151eb971 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatus.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatus.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallFirewallStatusCapacityUsageSummary, networkfirewall_getFirewallFirewallStatusCapacityUsageSummary_GetTypes, -} from "./networkfirewall_getFirewallFirewallStatusCapacityUsageSummary"; +} from './networkfirewall_getFirewallFirewallStatusCapacityUsageSummary'; import { networkfirewall_getFirewallFirewallStatusSyncState, networkfirewall_getFirewallFirewallStatusSyncState_GetTypes, -} from "./networkfirewall_getFirewallFirewallStatusSyncState"; +} from './networkfirewall_getFirewallFirewallStatusSyncState'; export interface networkfirewall_getFirewallFirewallStatus { // Aggregated count of all resources used by reference sets in a firewall. @@ -32,8 +32,8 @@ export function networkfirewall_getFirewallFirewallStatus_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "capacityUsageSummaries", - "Aggregated count of all resources used by reference sets in a firewall.", + 'capacityUsageSummaries', + 'Aggregated count of all resources used by reference sets in a firewall.', () => networkfirewall_getFirewallFirewallStatusCapacityUsageSummary_GetTypes(), true, @@ -41,17 +41,17 @@ export function networkfirewall_getFirewallFirewallStatus_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "configurationSyncStateSummary", - "Summary of sync states for all availability zones in which the firewall is configured.", + 'configurationSyncStateSummary', + 'Summary of sync states for all availability zones in which the firewall is configured.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "status", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "syncStates", - "Set of subnets configured for use by the firewall.", + 'syncStates', + 'Set of subnets configured for use by the firewall.', () => networkfirewall_getFirewallFirewallStatusSyncState_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummary.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummary.ts index 80853920f..5de1a4248 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummary.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummary.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr, networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr_GetTypes, -} from "./networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr"; +} from './networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr'; export interface networkfirewall_getFirewallFirewallStatusCapacityUsageSummary { // Capacity usage of CIDR blocks used by IP set references in a firewall. @@ -19,8 +19,8 @@ export function networkfirewall_getFirewallFirewallStatusCapacityUsageSummary_Ge return [ new DynamicUIProps( InputType.Array, - "cidrs", - "Capacity usage of CIDR blocks used by IP set references in a firewall.", + 'cidrs', + 'Capacity usage of CIDR blocks used by IP set references in a firewall.', () => networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr.ts index 11ebc1db4..cbffa54e1 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference, networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference_GetTypes, -} from "./networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference"; +} from './networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference'; export interface networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidr { // Available number of CIDR blocks available for use by the IP set references in a firewall. @@ -25,16 +25,16 @@ export function networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCid return [ new DynamicUIProps( InputType.Number, - "availableCidrCount", - "Available number of CIDR blocks available for use by the IP set references in a firewall.", + 'availableCidrCount', + 'Available number of CIDR blocks available for use by the IP set references in a firewall.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ipSetReferences", - "The list of IP set references used by a firewall.", + 'ipSetReferences', + 'The list of IP set references used by a firewall.', () => networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference_GetTypes(), true, @@ -42,8 +42,8 @@ export function networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCid ), new DynamicUIProps( InputType.Number, - "utilizedCidrCount", - "Number of CIDR blocks used by the IP set references in a firewall.", + 'utilizedCidrCount', + 'Number of CIDR blocks used by the IP set references in a firewall.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference.ts index 00375b777..df6b29288 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference { // Total number of CIDR blocks used by the IP set references in a firewall. @@ -15,8 +15,8 @@ export function networkfirewall_getFirewallFirewallStatusCapacityUsageSummaryCid return [ new DynamicUIProps( InputType.Number, - "resolvedCidrCount", - "Total number of CIDR blocks used by the IP set references in a firewall.", + 'resolvedCidrCount', + 'Total number of CIDR blocks used by the IP set references in a firewall.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncState.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncState.ts index 4fbb587c2..2ad469578 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncState.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncState.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallFirewallStatusSyncStateAttachment, networkfirewall_getFirewallFirewallStatusSyncStateAttachment_GetTypes, -} from "./networkfirewall_getFirewallFirewallStatusSyncStateAttachment"; +} from './networkfirewall_getFirewallFirewallStatusSyncStateAttachment'; export interface networkfirewall_getFirewallFirewallStatusSyncState { // Nested list describing the attachment status of the firewall's association with a single VPC subnet. @@ -22,7 +22,7 @@ export function networkfirewall_getFirewallFirewallStatusSyncState_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "attachments", + 'attachments', "Nested list describing the attachment status of the firewall's association with a single VPC subnet.", () => networkfirewall_getFirewallFirewallStatusSyncStateAttachment_GetTypes(), @@ -31,8 +31,8 @@ export function networkfirewall_getFirewallFirewallStatusSyncState_GetTypes(): D ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone where the subnet is configured.", + 'availabilityZone', + 'The Availability Zone where the subnet is configured.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncStateAttachment.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncStateAttachment.ts index 051a684b8..0f9b7e2f2 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncStateAttachment.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallFirewallStatusSyncStateAttachment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallFirewallStatusSyncStateAttachment { // The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint. @@ -19,19 +19,19 @@ export interface networkfirewall_getFirewallFirewallStatusSyncStateAttachment { export function networkfirewall_getFirewallFirewallStatusSyncStateAttachment_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "status", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], true, false), new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier for the subnet.", + 'subnetId', + 'The unique identifier for the subnet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "endpointId", - "The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.", + 'endpointId', + 'The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicy.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicy.ts index a865df86b..0702995c1 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicy.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicy.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference, networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption, networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference, networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction, networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction'; export interface networkfirewall_getFirewallPolicyFirewallPolicy { // @@ -52,24 +52,24 @@ export function networkfirewall_getFirewallPolicyFirewallPolicy_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "tlsInspectionConfigurationArn", - "", + 'tlsInspectionConfigurationArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "statefulDefaultActions", - "", + 'statefulDefaultActions', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "statefulEngineOptions", - "", + 'statefulEngineOptions', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption_GetTypes(), true, @@ -77,8 +77,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicy_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "statefulRuleGroupReferences", - "", + 'statefulRuleGroupReferences', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference_GetTypes(), true, @@ -86,8 +86,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicy_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "statelessCustomActions", - "", + 'statelessCustomActions', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction_GetTypes(), true, @@ -95,24 +95,24 @@ export function networkfirewall_getFirewallPolicyFirewallPolicy_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "statelessDefaultActions", - "", + 'statelessDefaultActions', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "statelessFragmentDefaultActions", - "", + 'statelessFragmentDefaultActions', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "statelessRuleGroupReferences", - "", + 'statelessRuleGroupReferences', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption.ts index 49c85bcfb..b7555df54 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOption { // @@ -18,16 +18,16 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatefulEngineOpt return [ new DynamicUIProps( InputType.String, - "ruleOrder", - "", + 'ruleOrder', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamExceptionPolicy", - "", + 'streamExceptionPolicy', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts index 282c089a5..cc609be9a 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride, networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReference { // @@ -25,18 +25,18 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroup return [ new DynamicUIProps( InputType.Array, - "overrides", - "", + 'overrides', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Number, "priority", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'priority', '', () => [], true, false), new DynamicUIProps( InputType.String, - "resourceArn", - "", + 'resourceArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts index 1cc5360b9..8e2c9b066 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride { // @@ -13,6 +13,6 @@ export interface networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGrou export function networkfirewall_getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "action", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'action', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction.ts index 111dee937..a55e21622 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition, networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAction { // @@ -22,8 +22,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAc return [ new DynamicUIProps( InputType.Array, - "actionDefinitions", - "", + 'actionDefinitions', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition_GetTypes(), true, @@ -31,8 +31,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAc ), new DynamicUIProps( InputType.String, - "actionName", - "", + 'actionName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts index 3575ab985..c8c41b344 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction, networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinition { // @@ -19,8 +19,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAc return [ new DynamicUIProps( InputType.Array, - "publishMetricActions", - "", + 'publishMetricActions', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts index b3ec539fb..2a84880da 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension, networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension_GetTypes, -} from "./networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension"; +} from './networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricAction { // @@ -19,8 +19,8 @@ export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomAc return [ new DynamicUIProps( InputType.Array, - "dimensions", - "", + 'dimensions', + '', () => networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts index a8cadc243..dc54602a9 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension { // @@ -13,6 +13,6 @@ export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomA export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessCustomActionActionDefinitionPublishMetricActionDimension_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts index 6e0be1a2f..f8f192db7 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference { // @@ -16,11 +16,11 @@ export interface networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGro export function networkfirewall_getFirewallPolicyFirewallPolicyStatelessRuleGroupReference_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "priority", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'priority', '', () => [], true, false), new DynamicUIProps( InputType.String, - "resourceArn", - "", + 'resourceArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallSubnetMapping.ts b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallSubnetMapping.ts index f6cb2d549..de5e4dd3f 100644 --- a/src/app/Models/codegen/aws/types/networkfirewall_getFirewallSubnetMapping.ts +++ b/src/app/Models/codegen/aws/types/networkfirewall_getFirewallSubnetMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkfirewall_getFirewallSubnetMapping { // The unique identifier for the subnet. @@ -15,8 +15,8 @@ export function networkfirewall_getFirewallSubnetMapping_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier for the subnet.", + 'subnetId', + 'The unique identifier for the subnet.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_ConnectAttachmentOptions.ts b/src/app/Models/codegen/aws/types/networkmanager_ConnectAttachmentOptions.ts index bb7b55d58..957a00285 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_ConnectAttachmentOptions.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_ConnectAttachmentOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_ConnectAttachmentOptions { // The protocol used for the attachment connection. Possible values are `GRE` and `NO_ENCAP`. @@ -15,8 +15,8 @@ export function networkmanager_ConnectAttachmentOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "protocol", - "The protocol used for the attachment connection. Possible values are `GRE` and `NO_ENCAP`.", + 'protocol', + 'The protocol used for the attachment connection. Possible values are `GRE` and `NO_ENCAP`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerBgpOptions.ts b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerBgpOptions.ts index 31e3262de..4fdabd808 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerBgpOptions.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerBgpOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_ConnectPeerBgpOptions { // @@ -13,6 +13,6 @@ export interface networkmanager_ConnectPeerBgpOptions { export function networkmanager_ConnectPeerBgpOptions_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "peerAsn", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'peerAsn', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfiguration.ts b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfiguration.ts index e453579f7..7372131a6 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_ConnectPeerConfigurationBgpConfiguration, networkmanager_ConnectPeerConfigurationBgpConfiguration_GetTypes, -} from "./networkmanager_ConnectPeerConfigurationBgpConfiguration"; +} from './networkmanager_ConnectPeerConfigurationBgpConfiguration'; export interface networkmanager_ConnectPeerConfiguration { // The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details. @@ -35,40 +35,40 @@ export function networkmanager_ConnectPeerConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "coreNetworkAddress", - "A Connect peer core network address.", + 'coreNetworkAddress', + 'A Connect peer core network address.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.", + 'insideCidrBlocks', + 'The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "peerAddress", - "The Connect peer address.\n\nThe following arguments are optional:", + 'peerAddress', + 'The Connect peer address.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "bgpConfigurations", - "", + 'bgpConfigurations', + '', () => networkmanager_ConnectPeerConfigurationBgpConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfigurationBgpConfiguration.ts b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfigurationBgpConfiguration.ts index c32b26e4c..c74db8014 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfigurationBgpConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_ConnectPeerConfigurationBgpConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_ConnectPeerConfigurationBgpConfiguration { // A Connect peer core network address. @@ -28,25 +28,25 @@ export function networkmanager_ConnectPeerConfigurationBgpConfiguration_GetTypes return [ new DynamicUIProps( InputType.String, - "peerAddress", - "The Connect peer address.\n\nThe following arguments are optional:", + 'peerAddress', + 'The Connect peer address.\n\nThe following arguments are optional:', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "peerAsn", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'peerAsn', '', () => [], false, false), new DynamicUIProps( InputType.String, - "coreNetworkAddress", - "A Connect peer core network address.", + 'coreNetworkAddress', + 'A Connect peer core network address.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "coreNetworkAsn", - "", + 'coreNetworkAsn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkEdge.ts b/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkEdge.ts index d2669c680..ba5f3aaf6 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkEdge.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkEdge.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_CoreNetworkEdge { // ASN of a core network edge. @@ -21,24 +21,24 @@ export function networkmanager_CoreNetworkEdge_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "edgeLocation", - "Region where a core network edge is located.", + 'edgeLocation', + 'Region where a core network edge is located.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "Inside IP addresses used for core network edges.", + 'insideCidrBlocks', + 'Inside IP addresses used for core network edges.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "asn", - "ASN of a core network edge.", + 'asn', + 'ASN of a core network edge.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkSegment.ts b/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkSegment.ts index 02bdea9c2..f0eaf62b2 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkSegment.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_CoreNetworkSegment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_CoreNetworkSegment { // Regions where the edges are located. @@ -21,24 +21,24 @@ export function networkmanager_CoreNetworkSegment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "edgeLocations", - "Regions where the edges are located.", + 'edgeLocations', + 'Regions where the edges are located.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of a core network segment.", + 'name', + 'Name of a core network segment.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sharedSegments", - "Shared segments of a core network.", + 'sharedSegments', + 'Shared segments of a core network.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_DeviceAwsLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_DeviceAwsLocation.ts index 76d36bbf4..f857eaf59 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_DeviceAwsLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_DeviceAwsLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_DeviceAwsLocation { // The Amazon Resource Name (ARN) of the subnet that the device is located in. @@ -18,16 +18,16 @@ export function networkmanager_DeviceAwsLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "subnetArn", - "The Amazon Resource Name (ARN) of the subnet that the device is located in.", + 'subnetArn', + 'The Amazon Resource Name (ARN) of the subnet that the device is located in.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zone", - "The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.", + 'zone', + 'The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_DeviceLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_DeviceLocation.ts index 781ce88cc..b8414d0f9 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_DeviceLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_DeviceLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_DeviceLocation { // The physical address. @@ -21,24 +21,24 @@ export function networkmanager_DeviceLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "longitude", - "The longitude.", + 'longitude', + 'The longitude.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address", - "The physical address.", + 'address', + 'The physical address.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "latitude", - "The latitude.", + 'latitude', + 'The latitude.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_LinkBandwidth.ts b/src/app/Models/codegen/aws/types/networkmanager_LinkBandwidth.ts index 9ed6fafc5..d98afdb80 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_LinkBandwidth.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_LinkBandwidth.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_LinkBandwidth { // Download speed in Mbps. @@ -18,16 +18,16 @@ export function networkmanager_LinkBandwidth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "downloadSpeed", - "Download speed in Mbps.", + 'downloadSpeed', + 'Download speed in Mbps.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "uploadSpeed", - "Upload speed in Mbps.", + 'uploadSpeed', + 'Upload speed in Mbps.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_SiteLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_SiteLocation.ts index 3a1413e35..60116c26b 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_SiteLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_SiteLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_SiteLocation { // Address of the location. @@ -21,24 +21,24 @@ export function networkmanager_SiteLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "longitude", - "Longitude of the location.", + 'longitude', + 'Longitude of the location.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "address", - "Address of the location.", + 'address', + 'Address of the location.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "latitude", - "Latitude of the location.", + 'latitude', + 'Latitude of the location.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_VpcAttachmentOptions.ts b/src/app/Models/codegen/aws/types/networkmanager_VpcAttachmentOptions.ts index 07cc3d6b1..2f2b0ac3f 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_VpcAttachmentOptions.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_VpcAttachmentOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_VpcAttachmentOptions { /* @@ -25,16 +25,16 @@ export function networkmanager_VpcAttachmentOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "applianceModeSupport", - "Indicates whether appliance mode is supported.\nIf enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow.\nIf the VPC attachment is pending acceptance, changing this value will recreate the resource.", + 'applianceModeSupport', + 'Indicates whether appliance mode is supported.\nIf enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow.\nIf the VPC attachment is pending acceptance, changing this value will recreate the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ipv6Support", - "Indicates whether IPv6 is supported.\nIf the VPC attachment is pending acceptance, changing this value will recreate the resource.", + 'ipv6Support', + 'Indicates whether IPv6 is supported.\nIf the VPC attachment is pending acceptance, changing this value will recreate the resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy.ts index 2d30f916e..73d715a99 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition, networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition"; +} from './networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition'; import { networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction, networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction"; +} from './networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction'; export interface networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy { // A user-defined description that further helps identify the rule. @@ -35,7 +35,7 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy_GetT return [ new DynamicUIProps( InputType.Number, - "ruleNumber", + 'ruleNumber', "An integer from `1` to `65535` indicating the rule's order number. Rules are processed in order from the lowest numbered rule to the highest. Rules stop processing when a rule is matched. It's important to make sure that you number your rules in the exact order that you want them processed.", () => [], true, @@ -43,8 +43,8 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy_GetT ), new DynamicUIProps( InputType.Object, - "action", - "Action to take when a condition is true. Detailed Below.", + 'action', + 'Action to take when a condition is true. Detailed Below.', () => networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction_GetTypes(), true, @@ -52,16 +52,16 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy_GetT ), new DynamicUIProps( InputType.String, - "conditionLogic", - "Valid values include `and` or `or`. This is a mandatory parameter only if you have more than one condition. The `condition_logic` apply to all of the conditions for a rule, which also means nested conditions of `and` or `or` are not supported. Use `or` if you want to associate the attachment with the segment by either the segment name or attachment tag value, or by the chosen conditions. Use `and` if you want to associate the attachment with the segment by either the segment name or attachment tag value and by the chosen conditions. Detailed Below.", + 'conditionLogic', + 'Valid values include `and` or `or`. This is a mandatory parameter only if you have more than one condition. The `condition_logic` apply to all of the conditions for a rule, which also means nested conditions of `and` or `or` are not supported. Use `or` if you want to associate the attachment with the segment by either the segment name or attachment tag value, or by the chosen conditions. Use `and` if you want to associate the attachment with the segment by either the segment name or attachment tag value and by the chosen conditions. Detailed Below.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "conditions", - "A block argument. Detailed Below.", + 'conditions', + 'A block argument. Detailed Below.', () => networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition_GetTypes(), true, @@ -69,8 +69,8 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicy_GetT ), new DynamicUIProps( InputType.String, - "description", - "A user-defined description that further helps identify the rule.", + 'description', + 'A user-defined description that further helps identify the rule.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction.ts index c3c419c0c..8f9a0409c 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyAction { // Defines how a segment is mapped. Values can be `constant` or `tag`. `constant` statically defines the segment to associate the attachment to. `tag` uses the value of a tag to dynamically try to map to a segment.reference_policies_elements_condition_operators.html) to evaluate. @@ -27,40 +27,40 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyActio return [ new DynamicUIProps( InputType.String, - "associationMethod", - "Defines how a segment is mapped. Values can be `constant` or `tag`. `constant` statically defines the segment to associate the attachment to. `tag` uses the value of a tag to dynamically try to map to a segment.reference_policies_elements_condition_operators.html) to evaluate.", + 'associationMethod', + 'Defines how a segment is mapped. Values can be `constant` or `tag`. `constant` statically defines the segment to associate the attachment to. `tag` uses the value of a tag to dynamically try to map to a segment.reference_policies_elements_condition_operators.html) to evaluate.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requireAcceptance", - "Determines if this mapping should override the segment value for `require_attachment_acceptance`. You can only set this to `true`, indicating that this setting applies only to segments that have `require_attachment_acceptance` set to `false`. If the segment already has the default `require_attachment_acceptance`, you can set this to inherit segment’s acceptance value.", + 'requireAcceptance', + 'Determines if this mapping should override the segment value for `require_attachment_acceptance`. You can only set this to `true`, indicating that this setting applies only to segments that have `require_attachment_acceptance` set to `false`. If the segment already has the default `require_attachment_acceptance`, you can set this to inherit segment’s acceptance value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "segment", - "Name of the `segment` to share as defined in the `segments` section. This is used only when the `association_method` is `constant`.", + 'segment', + 'Name of the `segment` to share as defined in the `segments` section. This is used only when the `association_method` is `constant`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tagValueOfKey", - "Maps the attachment to the value of a known key. This is used with the `association_method` is `tag`. For example a `tag` of `stage = “test”`, will map to a segment named `test`. The value must exactly match the name of a segment. This allows you to have many segments, but use only a single rule without having to define multiple nearly identical conditions. This prevents creating many similar conditions that all use the same keys to map to segments.", + 'tagValueOfKey', + 'Maps the attachment to the value of a known key. This is used with the `association_method` is `tag`. For example a `tag` of `stage = “test”`, will map to a segment named `test`. The value must exactly match the name of a segment. This allows you to have many segments, but use only a single rule without having to define multiple nearly identical conditions. This prevents creating many similar conditions that all use the same keys to map to segments.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addToNetworkFunctionGroup", - "The name of the network function group to attach to the attachment policy.", + 'addToNetworkFunctionGroup', + 'The name of the network function group to attach to the attachment policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition.ts index cfa89563b..59c7e05f2 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondition { // string value @@ -24,32 +24,32 @@ export function networkmanager_getCoreNetworkPolicyDocumentAttachmentPolicyCondi return [ new DynamicUIProps( InputType.String, - "key", - "string value", + 'key', + 'string value', () => [], false, false, ), new DynamicUIProps( InputType.String, - "operator", - "Valid values include: `equals`, `not-equals`, `contains`, `begins-with`.", + 'operator', + 'Valid values include: `equals`, `not-equals`, `contains`, `begins-with`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Valid values include: `account-id`, `any`, `tag-value`, `tag-exists`, `resource-id`, `region`, `attachment-type`.", + 'type', + 'Valid values include: `account-id`, `any`, `tag-value`, `tag-exists`, `resource-id`, `region`, `attachment-type`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "string value", + 'value', + 'string value', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfiguration.ts index c1b1573d0..c3d259d46 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation, networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation"; +} from './networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation'; export interface networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfiguration { // List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used. @@ -28,7 +28,7 @@ export function networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurat return [ new DynamicUIProps( InputType.Array, - "asnRanges", + 'asnRanges', 'List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.', () => InputType_String_GetTypes(), true, @@ -36,7 +36,7 @@ export function networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurat ), new DynamicUIProps( InputType.Array, - "edgeLocations", + 'edgeLocations', "A block value of AWS Region locations where you're creating Core Network Edges. Detailed below.", () => networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation_GetTypes(), @@ -45,16 +45,16 @@ export function networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurat ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "The Classless Inter-Domain Routing (CIDR) block range used to create tunnels for AWS Transit Gateway Connect. The format is standard AWS CIDR range (for example, `10.0.1.0/24`). You can optionally define the inside CIDR in the Core Network Edges section per Region. The minimum is a `/24` for IPv4 or `/64` for IPv6. You can provide multiple `/24` subnets or a larger CIDR range. If you define a larger CIDR range, new Core Network Edges will be automatically assigned `/24` and `/64` subnets from the larger CIDR. an Inside CIDR block is required for attaching Connect attachments to a Core Network Edge.", + 'insideCidrBlocks', + 'The Classless Inter-Domain Routing (CIDR) block range used to create tunnels for AWS Transit Gateway Connect. The format is standard AWS CIDR range (for example, `10.0.1.0/24`). You can optionally define the inside CIDR in the Core Network Edges section per Region. The minimum is a `/24` for IPv4 or `/64` for IPv6. You can provide multiple `/24` subnets or a larger CIDR range. If you define a larger CIDR range, new Core Network Edges will be automatically assigned `/24` and `/64` subnets from the larger CIDR. an Inside CIDR block is required for attaching Connect attachments to a Core Network Edge.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "vpnEcmpSupport", - "Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.", + 'vpnEcmpSupport', + 'Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation.ts index de6a6368e..b147b001e 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation { // @@ -19,19 +19,19 @@ export interface networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigura export function networkmanager_getCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "location", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'location', '', () => [], true, false), new DynamicUIProps( InputType.String, - "asn", - "ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asn_ranges`", + 'asn', + 'ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asn_ranges`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "insideCidrBlocks", - "The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `inside_cidr_blocks`.", + 'insideCidrBlocks', + 'The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `inside_cidr_blocks`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup.ts index dd87117a3..4f648cadd 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup { // This identifies the network function group container. @@ -21,24 +21,24 @@ export function networkmanager_getCoreNetworkPolicyDocumentNetworkFunctionGroup_ return [ new DynamicUIProps( InputType.String, - "name", - "This identifies the network function group container.", + 'name', + 'This identifies the network function group container.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "requireAttachmentAcceptance", - "This will be either `true`, that attachment acceptance is required, or `false`, that it is not required.", + 'requireAttachmentAcceptance', + 'This will be either `true`, that attachment acceptance is required, or `false`, that it is not required.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Optional description of the network function group.", + 'description', + 'Optional description of the network function group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegment.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegment.ts index a9232fe62..a9435a3a0 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegment.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentSegment { // This Boolean setting determines whether attachments on the same segment can communicate with each other. If set to `true`, the only routes available will be either shared routes through the share actions, which are attachments in other segments, or static routes. The default value is `false`. For example, you might have a segment dedicated to "development" that should never allow VPCs to talk to each other, even if they’re on the same segment. In this example, you would keep the default parameter of `false`. @@ -33,23 +33,23 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegment_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "description", - "A user-defined string describing the segment.", + 'description', + 'A user-defined string describing the segment.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "edgeLocations", - "A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edge_locations` in the `core_network_configuration`.", + 'edgeLocations', + 'A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edge_locations` in the `core_network_configuration`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "isolateAttachments", + 'isolateAttachments', 'This Boolean setting determines whether attachments on the same segment can communicate with each other. If set to `true`, the only routes available will be either shared routes through the share actions, which are attachments in other segments, or static routes. The default value is `false`. For example, you might have a segment dedicated to "development" that should never allow VPCs to talk to each other, even if they’re on the same segment. In this example, you would keep the default parameter of `false`.', () => [], false, @@ -57,15 +57,15 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegment_GetTypes(): D ), new DynamicUIProps( InputType.String, - "name", - "Unique name for a segment. The name is a string used in other parts of the policy document, as well as in the console for metrics and other reference points. Valid characters are a–z, and 0–9.", + 'name', + 'Unique name for a segment. The name is a string used in other parts of the policy document, as well as in the console for metrics and other reference points. Valid characters are a–z, and 0–9.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "requireAttachmentAcceptance", + 'requireAttachmentAcceptance', 'This Boolean setting determines whether attachment requests are automatically approved or require acceptance. The default is `true`, indicating that attachment requests require acceptance. For example, you might use this setting to allow a "sandbox" segment to allow any attachment request so that a core network or attachment administrator does not need to review and approve attachment requests. In this example, `require_attachment_acceptance` is set to `false`.', () => [], false, @@ -73,7 +73,7 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegment_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "allowFilters", + 'allowFilters', 'List of strings of segment names that explicitly allows only routes from the segments that are listed in the array. Use the `allow_filter` setting if a segment has a well-defined group of other segments that connectivity should be restricted to. It is applied after routes have been shared in `segment_actions`. If a segment is listed in `allow_filter`, attachments between the two segments will have routes if they are also shared in the segment-actions area. For example, you might have a segment named "video-producer" that should only ever share routes with a "video-distributor" segment, no matter how many other share statements are created.', () => InputType_String_GetTypes(), false, @@ -81,7 +81,7 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegment_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "denyFilters", + 'denyFilters', 'An array of segments that disallows routes from the segments listed in the array. It is applied only after routes have been shared in `segment_actions`. If a segment is listed in the `deny_filter`, attachments between the two segments will never have routes shared across them. For example, you might have a "financial" payment segment that should never share routes with a "development" segment, regardless of how many other share statements are created. Adding the payments segment to the deny-filter parameter prevents any shared routes from being created with other segments.', () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentAction.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentAction.ts index deef32ce8..4af4d08b3 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentAction.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia, networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia"; +} from './networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia'; import { networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo, networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo"; +} from './networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo'; export interface networkmanager_getCoreNetworkPolicyDocumentSegmentAction { // Action to take for the chosen segment. Valid values: `create-route`, `share`, `send-via` and `send-to`. @@ -50,23 +50,23 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentAction_GetType return [ new DynamicUIProps( InputType.String, - "action", - "Action to take for the chosen segment. Valid values: `create-route`, `share`, `send-via` and `send-to`.", + 'action', + 'Action to take for the chosen segment. Valid values: `create-route`, `share`, `send-via` and `send-to`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "A user-defined string describing the segment action.", + 'description', + 'A user-defined string describing the segment action.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "shareWiths", + 'shareWiths', 'A list of strings to share with. Must be a substring is all segments. Valid values include: `["*"]` or `[""]`.', () => InputType_String_GetTypes(), false, @@ -74,8 +74,8 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentAction_GetType ), new DynamicUIProps( InputType.Object, - "via", - "The network function groups and any edge overrides associated with the action.", + 'via', + 'The network function groups and any edge overrides associated with the action.', () => networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia_GetTypes(), false, @@ -83,8 +83,8 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentAction_GetType ), new DynamicUIProps( InputType.Object, - "whenSentTo", - "The destination segments for the `send-via` or `send-to` `action`.", + 'whenSentTo', + 'The destination segments for the `send-via` or `send-to` `action`.', () => networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo_GetTypes(), false, @@ -92,23 +92,23 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentAction_GetType ), new DynamicUIProps( InputType.Array, - "destinationCidrBlocks", - "List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, `10.1.0.0/16` or `2001:db8::/56`. This is an array of CIDR notation strings.", + 'destinationCidrBlocks', + 'List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, `10.1.0.0/16` or `2001:db8::/56`. This is an array of CIDR notation strings.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "segment", - "Name of the segment.", + 'segment', + 'Name of the segment.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "destinations", + 'destinations', 'A list of strings. Valid values include `["blackhole"]` or a list of attachment ids.', () => InputType_String_GetTypes(), false, @@ -116,16 +116,16 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentAction_GetType ), new DynamicUIProps( InputType.String, - "mode", - "String. When `action` is `share`, a `mode` value of `attachment-route` places the attachment and return routes in each of the `share_with` segments. When `action` is `send-via`, indicates the mode used for packets. Valid values: `attachment-route`, `single-hop`, `dual-hop`.", + 'mode', + 'String. When `action` is `share`, a `mode` value of `attachment-route` places the attachment and return routes in each of the `share_with` segments. When `action` is `send-via`, indicates the mode used for packets. Valid values: `attachment-route`, `single-hop`, `dual-hop`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "shareWithExcepts", - "A set subtraction of segments to not share with.", + 'shareWithExcepts', + 'A set subtraction of segments to not share with.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia.ts index 6814baf8a..e35823585 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride, networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride_GetTypes, -} from "./networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride"; +} from './networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride'; export interface networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia { // A list of strings. The network function group to use for the service insertion action. @@ -22,16 +22,16 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentActionVia_GetT return [ new DynamicUIProps( InputType.Array, - "networkFunctionGroups", - "A list of strings. The network function group to use for the service insertion action.", + 'networkFunctionGroups', + 'A list of strings. The network function group to use for the service insertion action.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "withEdgeOverrides", - "Any edge overrides and the preferred edge to use.", + 'withEdgeOverrides', + 'Any edge overrides and the preferred edge to use.', () => networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride.ts index f5e831b0f..ead10e053 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride { // A list of strings. The list of edges associated with the network function group. @@ -18,16 +18,16 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentActionViaWithE return [ new DynamicUIProps( InputType.Array, - "edgeSets", - "A list of strings. The list of edges associated with the network function group.", + 'edgeSets', + 'A list of strings. The list of edges associated with the network function group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "useEdge", - "The preferred edge to use.", + 'useEdge', + 'The preferred edge to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo.ts b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo.ts index c77de86c7..98f8e5767 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSentTo { // A list of strings. The list of segments that the `send-via` `action` uses. @@ -15,8 +15,8 @@ export function networkmanager_getCoreNetworkPolicyDocumentSegmentActionWhenSent return [ new DynamicUIProps( InputType.Array, - "segments", - "A list of strings. The list of segments that the `send-via` `action` uses.", + 'segments', + 'A list of strings. The list of segments that the `send-via` `action` uses.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getDeviceAwsLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_getDeviceAwsLocation.ts index c75261546..8227c4399 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getDeviceAwsLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getDeviceAwsLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getDeviceAwsLocation { // ARN of the subnet that the device is located in. @@ -18,16 +18,16 @@ export function networkmanager_getDeviceAwsLocation_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "subnetArn", - "ARN of the subnet that the device is located in.", + 'subnetArn', + 'ARN of the subnet that the device is located in.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "zone", - "Zone that the device is located in.", + 'zone', + 'Zone that the device is located in.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getDeviceLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_getDeviceLocation.ts index 97e540b10..62e80b431 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getDeviceLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getDeviceLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getDeviceLocation { // Physical address. @@ -21,24 +21,24 @@ export function networkmanager_getDeviceLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "address", - "Physical address.", + 'address', + 'Physical address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "latitude", - "Latitude.", + 'latitude', + 'Latitude.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "longitude", - "Longitude.", + 'longitude', + 'Longitude.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getLinkBandwidth.ts b/src/app/Models/codegen/aws/types/networkmanager_getLinkBandwidth.ts index 9f0509ef5..62d53fe70 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getLinkBandwidth.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getLinkBandwidth.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getLinkBandwidth { // Download speed in Mbps. @@ -18,16 +18,16 @@ export function networkmanager_getLinkBandwidth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "downloadSpeed", - "Download speed in Mbps.", + 'downloadSpeed', + 'Download speed in Mbps.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "uploadSpeed", - "Upload speed in Mbps.", + 'uploadSpeed', + 'Upload speed in Mbps.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/networkmanager_getSiteLocation.ts b/src/app/Models/codegen/aws/types/networkmanager_getSiteLocation.ts index 1bb6c30e1..0a0108fda 100644 --- a/src/app/Models/codegen/aws/types/networkmanager_getSiteLocation.ts +++ b/src/app/Models/codegen/aws/types/networkmanager_getSiteLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface networkmanager_getSiteLocation { // Address of the location. @@ -21,24 +21,24 @@ export function networkmanager_getSiteLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "address", - "Address of the location.", + 'address', + 'Address of the location.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "latitude", - "Latitude of the location.", + 'latitude', + 'Latitude of the location.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "longitude", - "Longitude of the location.", + 'longitude', + 'Longitude of the location.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/oam_LinkLinkConfiguration.ts b/src/app/Models/codegen/aws/types/oam_LinkLinkConfiguration.ts index b7d43f54f..dd8dbed46 100644 --- a/src/app/Models/codegen/aws/types/oam_LinkLinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_LinkLinkConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { oam_LinkLinkConfigurationLogGroupConfiguration, oam_LinkLinkConfigurationLogGroupConfiguration_GetTypes, -} from "./oam_LinkLinkConfigurationLogGroupConfiguration"; +} from './oam_LinkLinkConfigurationLogGroupConfiguration'; import { oam_LinkLinkConfigurationMetricConfiguration, oam_LinkLinkConfigurationMetricConfiguration_GetTypes, -} from "./oam_LinkLinkConfigurationMetricConfiguration"; +} from './oam_LinkLinkConfigurationMetricConfiguration'; export interface oam_LinkLinkConfiguration { // Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details. @@ -26,16 +26,16 @@ export function oam_LinkLinkConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "logGroupConfiguration", - "Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details.", + 'logGroupConfiguration', + 'Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details.', () => oam_LinkLinkConfigurationLogGroupConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "metricConfiguration", - "Configuration for filtering which metric namespaces are to be shared from the source account to the monitoring account. See `metric_configuration` Block for details.", + 'metricConfiguration', + 'Configuration for filtering which metric namespaces are to be shared from the source account to the monitoring account. See `metric_configuration` Block for details.', () => oam_LinkLinkConfigurationMetricConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationLogGroupConfiguration.ts b/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationLogGroupConfiguration.ts index fcd24bb7d..7283736b1 100644 --- a/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationLogGroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationLogGroupConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface oam_LinkLinkConfigurationLogGroupConfiguration { // Filter string that specifies which log groups are to share their log events with the monitoring account. See [LogGroupConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_LogGroupConfiguration.html) for details. @@ -15,8 +15,8 @@ export function oam_LinkLinkConfigurationLogGroupConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "filter", - "Filter string that specifies which log groups are to share their log events with the monitoring account. See [LogGroupConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_LogGroupConfiguration.html) for details.", + 'filter', + 'Filter string that specifies which log groups are to share their log events with the monitoring account. See [LogGroupConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_LogGroupConfiguration.html) for details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationMetricConfiguration.ts b/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationMetricConfiguration.ts index c8361fca4..24777c363 100644 --- a/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationMetricConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_LinkLinkConfigurationMetricConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface oam_LinkLinkConfigurationMetricConfiguration { // Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details. @@ -15,8 +15,8 @@ export function oam_LinkLinkConfigurationMetricConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "filter", - "Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.", + 'filter', + 'Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfiguration.ts b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfiguration.ts index 1cf4cd618..dd89ef88e 100644 --- a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { oam_getLinkLinkConfigurationLogGroupConfiguration, oam_getLinkLinkConfigurationLogGroupConfiguration_GetTypes, -} from "./oam_getLinkLinkConfigurationLogGroupConfiguration"; +} from './oam_getLinkLinkConfigurationLogGroupConfiguration'; import { oam_getLinkLinkConfigurationMetricConfiguration, oam_getLinkLinkConfigurationMetricConfiguration_GetTypes, -} from "./oam_getLinkLinkConfigurationMetricConfiguration"; +} from './oam_getLinkLinkConfigurationMetricConfiguration'; export interface oam_getLinkLinkConfiguration { // Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details. @@ -26,16 +26,16 @@ export function oam_getLinkLinkConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "logGroupConfigurations", - "Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details.", + 'logGroupConfigurations', + 'Configuration for filtering which log groups are to send log events from the source account to the monitoring account. See `log_group_configuration` Block for details.', () => oam_getLinkLinkConfigurationLogGroupConfiguration_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "metricConfigurations", - "Configuration for filtering which metric namespaces are to be shared from the source account to the monitoring account. See `metric_configuration` Block for details.", + 'metricConfigurations', + 'Configuration for filtering which metric namespaces are to be shared from the source account to the monitoring account. See `metric_configuration` Block for details.', () => oam_getLinkLinkConfigurationMetricConfiguration_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationLogGroupConfiguration.ts b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationLogGroupConfiguration.ts index c05d265e0..5c9d50e1d 100644 --- a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationLogGroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationLogGroupConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface oam_getLinkLinkConfigurationLogGroupConfiguration { // Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details. @@ -15,8 +15,8 @@ export function oam_getLinkLinkConfigurationLogGroupConfiguration_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "filter", - "Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.", + 'filter', + 'Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationMetricConfiguration.ts b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationMetricConfiguration.ts index f27223410..6ba91a541 100644 --- a/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationMetricConfiguration.ts +++ b/src/app/Models/codegen/aws/types/oam_getLinkLinkConfigurationMetricConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface oam_getLinkLinkConfigurationMetricConfiguration { // Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details. @@ -15,8 +15,8 @@ export function oam_getLinkLinkConfigurationMetricConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "filter", - "Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.", + 'filter', + 'Filter string that specifies which metrics are to be shared with the monitoring account. See [MetricConfiguration](https://docs.aws.amazon.com/OAM/latest/APIReference/API_MetricConfiguration.html) for details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptions.ts index 1db8d89f8..fecb487dc 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainAdvancedSecurityOptionsMasterUserOptions, opensearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTypes, -} from "./opensearch_DomainAdvancedSecurityOptionsMasterUserOptions"; +} from './opensearch_DomainAdvancedSecurityOptionsMasterUserOptions'; export interface opensearch_DomainAdvancedSecurityOptions { // Whether advanced security is enabled. @@ -28,24 +28,24 @@ export function opensearch_DomainAdvancedSecurityOptions_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced security is enabled.", + 'enabled', + 'Whether advanced security is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "internalUserDatabaseEnabled", - "Whether the internal user database is enabled. Default is `false`.", + 'internalUserDatabaseEnabled', + 'Whether the internal user database is enabled. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "masterUserOptions", - "Configuration block for the main user. Detailed below.", + 'masterUserOptions', + 'Configuration block for the main user. Detailed below.', () => opensearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTypes(), false, @@ -53,8 +53,8 @@ export function opensearch_DomainAdvancedSecurityOptions_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Bool, - "anonymousAuthEnabled", - "Whether Anonymous auth is enabled. Enables fine-grained access control on an existing domain. Ignored unless `advanced_security_options` are enabled. _Can only be enabled on an existing domain._", + 'anonymousAuthEnabled', + 'Whether Anonymous auth is enabled. Enables fine-grained access control on an existing domain. Ignored unless `advanced_security_options` are enabled. _Can only be enabled on an existing domain._', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts index 72d8db3e7..26d9fe3c8 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainAdvancedSecurityOptionsMasterUserOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainAdvancedSecurityOptionsMasterUserOptions { // ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`. @@ -21,15 +21,15 @@ export function opensearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTyp return [ new DynamicUIProps( InputType.String, - "masterUserArn", - "ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`.", + 'masterUserArn', + 'ARN for the main user. Only specify if `internal_user_database_enabled` is not set or set to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "masterUserName", + 'masterUserName', "Main user's username, which is stored in the Amazon OpenSearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`.", () => [], false, @@ -37,7 +37,7 @@ export function opensearch_DomainAdvancedSecurityOptionsMasterUserOptions_GetTyp ), new DynamicUIProps( InputType.String, - "masterUserPassword", + 'masterUserPassword', "Main user's password, which is stored in the Amazon OpenSearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptions.ts index 698ee5bd4..8366ed5f6 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainAutoTuneOptionsMaintenanceSchedule, opensearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes, -} from "./opensearch_DomainAutoTuneOptionsMaintenanceSchedule"; +} from './opensearch_DomainAutoTuneOptionsMaintenanceSchedule'; export interface opensearch_DomainAutoTuneOptions { // Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`. @@ -32,7 +32,7 @@ export function opensearch_DomainAutoTuneOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "useOffPeakWindow", + 'useOffPeakWindow', "Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window. Defaults to `false`.", () => [], false, @@ -40,24 +40,24 @@ export function opensearch_DomainAutoTuneOptions_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "desiredState", - "Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.", + 'desiredState', + 'Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "maintenanceSchedules", - "Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.\n\n**NOTE:** Maintenance windows are deprecated and have been replaced with [off-peak windows](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html). Consequently, `maintenance_schedule` configuration blocks cannot be specified when `use_off_peak_window` is set to `true`.", + 'maintenanceSchedules', + 'Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.\n\n**NOTE:** Maintenance windows are deprecated and have been replaced with [off-peak windows](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html). Consequently, `maintenance_schedule` configuration blocks cannot be specified when `use_off_peak_window` is set to `true`.', () => opensearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rollbackOnDisable", - "Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.", + 'rollbackOnDisable', + 'Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceSchedule.ts b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceSchedule.ts index 1c561bc89..9ce5426f3 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceSchedule.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceSchedule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration, opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_GetTypes, -} from "./opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration"; +} from './opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration'; export interface opensearch_DomainAutoTuneOptionsMaintenanceSchedule { // A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule. @@ -25,16 +25,16 @@ export function opensearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes(): return [ new DynamicUIProps( InputType.String, - "cronExpressionForRecurrence", - "A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.", + 'cronExpressionForRecurrence', + 'A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "duration", - "Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.", + 'duration', + 'Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.', () => opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_GetTypes(), true, @@ -42,8 +42,8 @@ export function opensearch_DomainAutoTuneOptionsMaintenanceSchedule_GetTypes(): ), new DynamicUIProps( InputType.String, - "startAt", - "Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'startAt', + 'Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts index 26699cfe2..2dcdd901f 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration { // Unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`. @@ -18,16 +18,16 @@ export function opensearch_DomainAutoTuneOptionsMaintenanceScheduleDuration_GetT return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.", + 'unit', + 'Unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "An integer specifying the value of the duration of an Auto-Tune maintenance window.", + 'value', + 'An integer specifying the value of the duration of an Auto-Tune maintenance window.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfig.ts b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfig.ts index 023b88cf9..c5c4b7901 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfig.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainClusterConfigZoneAwarenessConfig, opensearch_DomainClusterConfigZoneAwarenessConfig_GetTypes, -} from "./opensearch_DomainClusterConfigZoneAwarenessConfig"; +} from './opensearch_DomainClusterConfigZoneAwarenessConfig'; import { opensearch_DomainClusterConfigColdStorageOptions, opensearch_DomainClusterConfigColdStorageOptions_GetTypes, -} from "./opensearch_DomainClusterConfigColdStorageOptions"; +} from './opensearch_DomainClusterConfigColdStorageOptions'; export interface opensearch_DomainClusterConfig { // Number of dedicated main nodes in the cluster. @@ -56,71 +56,71 @@ export function opensearch_DomainClusterConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "multiAzWithStandbyEnabled", - "Whether a multi-AZ domain is turned on with a standby AZ. For more information, see [Configuring a multi-AZ domain in Amazon OpenSearch Service](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html).", + 'multiAzWithStandbyEnabled', + 'Whether a multi-AZ domain is turned on with a standby AZ. For more information, see [Configuring a multi-AZ domain in Amazon OpenSearch Service](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "zoneAwarenessConfig", - "Configuration block containing zone awareness settings. Detailed below.", + 'zoneAwarenessConfig', + 'Configuration block containing zone awareness settings. Detailed below.', () => opensearch_DomainClusterConfigZoneAwarenessConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "zoneAwarenessEnabled", - "Whether zone awareness is enabled, set to `true` for multi-az deployment. To enable awareness with three Availability Zones, the `availability_zone_count` within the `zone_awareness_config` must be set to `3`.", + 'zoneAwarenessEnabled', + 'Whether zone awareness is enabled, set to `true` for multi-az deployment. To enable awareness with three Availability Zones, the `availability_zone_count` within the `zone_awareness_config` must be set to `3`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "coldStorageOptions", - "Configuration block containing cold storage configuration. Detailed below.", + 'coldStorageOptions', + 'Configuration block containing cold storage configuration. Detailed below.', () => opensearch_DomainClusterConfigColdStorageOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "Number of instances in the cluster.", + 'instanceCount', + 'Number of instances in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "warmCount", - "Number of warm nodes in the cluster. Valid values are between `2` and `150`. `warm_count` can be only and must be set when `warm_enabled` is set to `true`.", + 'warmCount', + 'Number of warm nodes in the cluster. Valid values are between `2` and `150`. `warm_count` can be only and must be set when `warm_enabled` is set to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "warmEnabled", - "Whether to enable warm storage.", + 'warmEnabled', + 'Whether to enable warm storage.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dedicatedMasterCount", - "Number of dedicated main nodes in the cluster.", + 'dedicatedMasterCount', + 'Number of dedicated main nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "warmType", + 'warmType', "Instance type for the OpenSearch cluster's warm nodes. Valid values are `ultrawarm1.medium.search`, `ultrawarm1.large.search` and `ultrawarm1.xlarge.search`. `warm_type` can be only and must be set when `warm_enabled` is set to `true`.", () => [], false, @@ -128,24 +128,24 @@ export function opensearch_DomainClusterConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "dedicatedMasterType", - "Instance type of the dedicated main nodes in the cluster.", + 'dedicatedMasterType', + 'Instance type of the dedicated main nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type of data nodes in the cluster.", + 'instanceType', + 'Instance type of data nodes in the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "dedicatedMasterEnabled", - "Whether dedicated main nodes are enabled for the cluster.", + 'dedicatedMasterEnabled', + 'Whether dedicated main nodes are enabled for the cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigColdStorageOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigColdStorageOptions.ts index b2d709190..3764db037 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigColdStorageOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigColdStorageOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainClusterConfigColdStorageOptions { // Boolean to enable cold storage for an OpenSearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage. @@ -15,8 +15,8 @@ export function opensearch_DomainClusterConfigColdStorageOptions_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean to enable cold storage for an OpenSearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage.", + 'enabled', + 'Boolean to enable cold storage for an OpenSearch domain. Defaults to `false`. Master and ultrawarm nodes must be enabled for cold storage.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigZoneAwarenessConfig.ts b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigZoneAwarenessConfig.ts index 9700d40b6..6d3e4ad21 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigZoneAwarenessConfig.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainClusterConfigZoneAwarenessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainClusterConfigZoneAwarenessConfig { // Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`. @@ -15,8 +15,8 @@ export function opensearch_DomainClusterConfigZoneAwarenessConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "availabilityZoneCount", - "Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`.", + 'availabilityZoneCount', + 'Number of Availability Zones for the domain to use with `zone_awareness_enabled`. Defaults to `2`. Valid values: `2` or `3`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainCognitoOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainCognitoOptions.ts index 8e4181ffd..cd846546c 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainCognitoOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainCognitoOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainCognitoOptions { // Whether Amazon Cognito authentication with Dashboard is enabled or not. Default is `false`. @@ -24,32 +24,32 @@ export function opensearch_DomainCognitoOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether Amazon Cognito authentication with Dashboard is enabled or not. Default is `false`.", + 'enabled', + 'Whether Amazon Cognito authentication with Dashboard is enabled or not. Default is `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "identityPoolId", - "ID of the Cognito Identity Pool to use.", + 'identityPoolId', + 'ID of the Cognito Identity Pool to use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that has the AmazonOpenSearchServiceCognitoAccess policy attached.", + 'roleArn', + 'ARN of the IAM role that has the AmazonOpenSearchServiceCognitoAccess policy attached.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "ID of the Cognito User Pool to use.", + 'userPoolId', + 'ID of the Cognito User Pool to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainDomainEndpointOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainDomainEndpointOptions.ts index 64754b1e0..c6ffd6752 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainDomainEndpointOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainDomainEndpointOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainDomainEndpointOptions { // Whether or not to require HTTPS. Defaults to `true`. @@ -27,40 +27,40 @@ export function opensearch_DomainDomainEndpointOptions_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "enforceHttps", - "Whether or not to require HTTPS. Defaults to `true`.", + 'enforceHttps', + 'Whether or not to require HTTPS. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tlsSecurityPolicy", - "Name of the TLS security policy that needs to be applied to the HTTPS endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DomainEndpointOptions.html#opensearchservice-Type-DomainEndpointOptions-TLSSecurityPolicy). Pulumi will only perform drift detection if a configuration value is provided.", + 'tlsSecurityPolicy', + 'Name of the TLS security policy that needs to be applied to the HTTPS endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DomainEndpointOptions.html#opensearchservice-Type-DomainEndpointOptions-TLSSecurityPolicy). Pulumi will only perform drift detection if a configuration value is provided.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customEndpoint", - "Fully qualified domain for your custom endpoint.", + 'customEndpoint', + 'Fully qualified domain for your custom endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customEndpointCertificateArn", - "ACM certificate ARN for your custom endpoint.", + 'customEndpointCertificateArn', + 'ACM certificate ARN for your custom endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "customEndpointEnabled", - "Whether to enable custom endpoint for the OpenSearch domain.", + 'customEndpointEnabled', + 'Whether to enable custom endpoint for the OpenSearch domain.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainEbsOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainEbsOptions.ts index a3d36501e..8063555e3 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainEbsOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainEbsOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainEbsOptions { // Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types. @@ -27,40 +27,40 @@ export function opensearch_DomainEbsOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types.", + 'iops', + 'Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "throughput", - "Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.", + 'throughput', + 'Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of EBS volumes attached to data nodes (in GiB).", + 'volumeSize', + 'Size of EBS volumes attached to data nodes (in GiB).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volumes attached to data nodes.", + 'volumeType', + 'Type of EBS volumes attached to data nodes.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "ebsEnabled", - "Whether EBS volumes are attached to data nodes in the domain.", + 'ebsEnabled', + 'Whether EBS volumes are attached to data nodes in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainEncryptAtRest.ts b/src/app/Models/codegen/aws/types/opensearch_DomainEncryptAtRest.ts index c24479be8..918526645 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainEncryptAtRest.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainEncryptAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainEncryptAtRest { // Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_5.1` or greater. @@ -18,16 +18,16 @@ export function opensearch_DomainEncryptAtRest_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_5.1` or greater.", + 'enabled', + 'Whether to enable encryption at rest. If the `encrypt_at_rest` block is not provided then this defaults to `false`. Enabling encryption on new domains requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_5.1` or greater.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key ARN to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key. Note that KMS will accept a KMS key ID but will return the key ARN. To prevent the provider detecting unwanted changes, use the key ARN instead.", + 'kmsKeyId', + 'KMS key ARN to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key. Note that KMS will accept a KMS key ID but will return the key ARN. To prevent the provider detecting unwanted changes, use the key ARN instead.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainLogPublishingOption.ts b/src/app/Models/codegen/aws/types/opensearch_DomainLogPublishingOption.ts index 10038c816..0fd0086f8 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainLogPublishingOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainLogPublishingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainLogPublishingOption { // ARN of the Cloudwatch log group to which log needs to be published. @@ -21,24 +21,24 @@ export function opensearch_DomainLogPublishingOption_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "ARN of the Cloudwatch log group to which log needs to be published.", + 'cloudwatchLogGroupArn', + 'ARN of the Cloudwatch log group to which log needs to be published.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether given log publishing option is enabled or not.", + 'enabled', + 'Whether given log publishing option is enabled or not.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logType", - "Type of OpenSearch log. Valid values: `INDEX_SLOW_LOGS`, `SEARCH_SLOW_LOGS`, `ES_APPLICATION_LOGS`, `AUDIT_LOGS`.", + 'logType', + 'Type of OpenSearch log. Valid values: `INDEX_SLOW_LOGS`, `SEARCH_SLOW_LOGS`, `ES_APPLICATION_LOGS`, `AUDIT_LOGS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainNodeToNodeEncryption.ts b/src/app/Models/codegen/aws/types/opensearch_DomainNodeToNodeEncryption.ts index 1ee2977c7..ee72f342f 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainNodeToNodeEncryption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainNodeToNodeEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainNodeToNodeEncryption { // Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater. @@ -15,8 +15,8 @@ export function opensearch_DomainNodeToNodeEncryption_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.", + 'enabled', + 'Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engine_version` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptions.ts index c04fe19c0..126612a72 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainOffPeakWindowOptionsOffPeakWindow, opensearch_DomainOffPeakWindowOptionsOffPeakWindow_GetTypes, -} from "./opensearch_DomainOffPeakWindowOptionsOffPeakWindow"; +} from './opensearch_DomainOffPeakWindowOptionsOffPeakWindow'; export interface opensearch_DomainOffPeakWindowOptions { // Enabled disabled toggle for off-peak update window. @@ -22,16 +22,16 @@ export function opensearch_DomainOffPeakWindowOptions_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window.", + 'enabled', + 'Enabled disabled toggle for off-peak update window.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "offPeakWindow", - "", + 'offPeakWindow', + '', () => opensearch_DomainOffPeakWindowOptionsOffPeakWindow_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindow.ts b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindow.ts index 4ce548d79..23b8a987f 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindow.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime, opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime_GetTypes, -} from "./opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime"; +} from './opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime'; export interface opensearch_DomainOffPeakWindowOptionsOffPeakWindow { // 10h window for updates @@ -19,8 +19,8 @@ export function opensearch_DomainOffPeakWindowOptionsOffPeakWindow_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "windowStartTime", - "10h window for updates", + 'windowStartTime', + '10h window for updates', () => opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts index 8d1a294e1..893a755ef 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTime { // Starting hour of the 10-hour window for updates @@ -18,16 +18,16 @@ export function opensearch_DomainOffPeakWindowOptionsOffPeakWindowWindowStartTim return [ new DynamicUIProps( InputType.Number, - "hours", - "Starting hour of the 10-hour window for updates", + 'hours', + 'Starting hour of the 10-hour window for updates', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minutes", - "Starting minute of the 10-hour window for updates", + 'minutes', + 'Starting minute of the 10-hour window for updates', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptions.ts index 9b83cdf97..9ad9325cf 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_DomainSamlOptionsSamlOptionsIdp, opensearch_DomainSamlOptionsSamlOptionsIdp_GetTypes, -} from "./opensearch_DomainSamlOptionsSamlOptionsIdp"; +} from './opensearch_DomainSamlOptionsSamlOptionsIdp'; export interface opensearch_DomainSamlOptionsSamlOptions { // This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user. @@ -37,56 +37,56 @@ export function opensearch_DomainSamlOptionsSamlOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "masterUserName", - "This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.", + 'masterUserName', + 'This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rolesKey", - "Element of the SAML assertion to use for backend roles. Default is roles.", + 'rolesKey', + 'Element of the SAML assertion to use for backend roles. Default is roles.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeoutMinutes", - "Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.", + 'sessionTimeoutMinutes', + 'Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subjectKey", - "Element of the SAML assertion to use for username. Default is NameID.", + 'subjectKey', + 'Element of the SAML assertion to use for username. Default is NameID.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether SAML authentication is enabled.", + 'enabled', + 'Whether SAML authentication is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "idp", - "Information from your identity provider.", + 'idp', + 'Information from your identity provider.', () => opensearch_DomainSamlOptionsSamlOptionsIdp_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "masterBackendRole", - "This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.", + 'masterBackendRole', + 'This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptionsIdp.ts b/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptionsIdp.ts index 04c108f53..2a577d1e2 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptionsIdp.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainSamlOptionsSamlOptionsIdp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainSamlOptionsSamlOptionsIdp { // Unique Entity ID of the application in SAML Identity Provider. @@ -18,16 +18,16 @@ export function opensearch_DomainSamlOptionsSamlOptionsIdp_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "entityId", - "Unique Entity ID of the application in SAML Identity Provider.", + 'entityId', + 'Unique Entity ID of the application in SAML Identity Provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metadataContent", - "Metadata of the SAML application in xml format.", + 'metadataContent', + 'Metadata of the SAML application in xml format.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainSnapshotOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainSnapshotOptions.ts index d45a16b72..8a7ab4c16 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainSnapshotOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainSnapshotOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainSnapshotOptions { // Hour during which the service takes an automated daily snapshot of the indices in the domain. @@ -15,8 +15,8 @@ export function opensearch_DomainSnapshotOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "automatedSnapshotStartHour", - "Hour during which the service takes an automated daily snapshot of the indices in the domain.", + 'automatedSnapshotStartHour', + 'Hour during which the service takes an automated daily snapshot of the indices in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainSoftwareUpdateOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainSoftwareUpdateOptions.ts index a40ffc3a4..00d2760fc 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainSoftwareUpdateOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainSoftwareUpdateOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainSoftwareUpdateOptions { // Whether automatic service software updates are enabled for the domain. Defaults to `false`. @@ -15,8 +15,8 @@ export function opensearch_DomainSoftwareUpdateOptions_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "autoSoftwareUpdateEnabled", - "Whether automatic service software updates are enabled for the domain. Defaults to `false`.", + 'autoSoftwareUpdateEnabled', + 'Whether automatic service software updates are enabled for the domain. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_DomainVpcOptions.ts b/src/app/Models/codegen/aws/types/opensearch_DomainVpcOptions.ts index f29ba1928..a3ed3484c 100644 --- a/src/app/Models/codegen/aws/types/opensearch_DomainVpcOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_DomainVpcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_DomainVpcOptions { // If the domain was created inside a VPC, the ID of the VPC. @@ -24,32 +24,32 @@ export function opensearch_DomainVpcOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of VPC Security Group IDs to be applied to the OpenSearch domain endpoints. If omitted, the default Security Group for the VPC will be used.", + 'securityGroupIds', + 'List of VPC Security Group IDs to be applied to the OpenSearch domain endpoints. If omitted, the default Security Group for the VPC will be used.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "List of VPC Subnet IDs for the OpenSearch domain endpoints to be created in.", + 'subnetIds', + 'List of VPC Subnet IDs for the OpenSearch domain endpoints to be created in.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "If the domain was created inside a VPC, the ID of the VPC.", + 'vpcId', + 'If the domain was created inside a VPC, the ID of the VPC.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside.", + 'availabilityZones', + 'If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionProperties.ts b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionProperties.ts index 821e25844..cf289218e 100644 --- a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionProperties.ts +++ b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch, opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch_GetTypes, -} from "./opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch"; +} from './opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch'; export interface opensearch_OutboundConnectionConnectionProperties { // Configuration block for cross cluster search. @@ -22,8 +22,8 @@ export function opensearch_OutboundConnectionConnectionProperties_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "crossClusterSearch", - "Configuration block for cross cluster search.", + 'crossClusterSearch', + 'Configuration block for cross cluster search.', () => opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch_GetTypes(), false, @@ -31,8 +31,8 @@ export function opensearch_OutboundConnectionConnectionProperties_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "endpoint", - "The endpoint of the remote domain, is only set when `connection_mode` is `VPC_ENDPOINT` and `accept_connection` is `TRUE`.", + 'endpoint', + 'The endpoint of the remote domain, is only set when `connection_mode` is `VPC_ENDPOINT` and `accept_connection` is `TRUE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch.ts b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch.ts index 4bd73ca8e..1c5285bbc 100644 --- a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch.ts +++ b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_OutboundConnectionConnectionPropertiesCrossClusterSearch { // Skips unavailable clusters and can only be used for cross-cluster searches. Accepted values are `ENABLED` or `DISABLED`. @@ -15,8 +15,8 @@ export function opensearch_OutboundConnectionConnectionPropertiesCrossClusterSea return [ new DynamicUIProps( InputType.String, - "skipUnavailable", - "Skips unavailable clusters and can only be used for cross-cluster searches. Accepted values are `ENABLED` or `DISABLED`.", + 'skipUnavailable', + 'Skips unavailable clusters and can only be used for cross-cluster searches. Accepted values are `ENABLED` or `DISABLED`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionLocalDomainInfo.ts b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionLocalDomainInfo.ts index a8fe98ee6..094e8ffd9 100644 --- a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionLocalDomainInfo.ts +++ b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionLocalDomainInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_OutboundConnectionLocalDomainInfo { // The name of the local domain. @@ -21,24 +21,24 @@ export function opensearch_OutboundConnectionLocalDomainInfo_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "domainName", - "The name of the local domain.", + 'domainName', + 'The name of the local domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ownerId", - "The Account ID of the owner of the local domain.", + 'ownerId', + 'The Account ID of the owner of the local domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the local domain.", + 'region', + 'The region of the local domain.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionRemoteDomainInfo.ts b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionRemoteDomainInfo.ts index 3aadf512b..c177eaf41 100644 --- a/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionRemoteDomainInfo.ts +++ b/src/app/Models/codegen/aws/types/opensearch_OutboundConnectionRemoteDomainInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_OutboundConnectionRemoteDomainInfo { // The name of the remote domain. @@ -21,24 +21,24 @@ export function opensearch_OutboundConnectionRemoteDomainInfo_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "domainName", - "The name of the remote domain.", + 'domainName', + 'The name of the remote domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ownerId", - "The Account ID of the owner of the remote domain.", + 'ownerId', + 'The Account ID of the owner of the remote domain.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the remote domain.", + 'region', + 'The region of the remote domain.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/opensearch_PackagePackageSource.ts b/src/app/Models/codegen/aws/types/opensearch_PackagePackageSource.ts index 9b7224632..cf4a5353b 100644 --- a/src/app/Models/codegen/aws/types/opensearch_PackagePackageSource.ts +++ b/src/app/Models/codegen/aws/types/opensearch_PackagePackageSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_PackagePackageSource { // The name of the Amazon S3 bucket containing the package. @@ -18,16 +18,16 @@ export function opensearch_PackagePackageSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "The name of the Amazon S3 bucket containing the package.", + 's3BucketName', + 'The name of the Amazon S3 bucket containing the package.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "s3Key", - "Key (file name) of the package.", + 's3Key', + 'Key (file name) of the package.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/opensearch_ServerlessCollectionTimeouts.ts b/src/app/Models/codegen/aws/types/opensearch_ServerlessCollectionTimeouts.ts index 90ccfcf9c..67e7078ae 100644 --- a/src/app/Models/codegen/aws/types/opensearch_ServerlessCollectionTimeouts.ts +++ b/src/app/Models/codegen/aws/types/opensearch_ServerlessCollectionTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_ServerlessCollectionTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function opensearch_ServerlessCollectionTimeouts_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function opensearch_ServerlessCollectionTimeouts_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/opensearch_ServerlessSecurityConfigSamlOptions.ts b/src/app/Models/codegen/aws/types/opensearch_ServerlessSecurityConfigSamlOptions.ts index 485865206..d71299b9f 100644 --- a/src/app/Models/codegen/aws/types/opensearch_ServerlessSecurityConfigSamlOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_ServerlessSecurityConfigSamlOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_ServerlessSecurityConfigSamlOptions { // Group attribute for this SAML integration. @@ -24,32 +24,32 @@ export function opensearch_ServerlessSecurityConfigSamlOptions_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "userAttribute", - "User attribute for this SAML integration.", + 'userAttribute', + 'User attribute for this SAML integration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "groupAttribute", - "Group attribute for this SAML integration.", + 'groupAttribute', + 'Group attribute for this SAML integration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadata", - "The XML IdP metadata file generated from your identity provider.", + 'metadata', + 'The XML IdP metadata file generated from your identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Session timeout, in minutes. Minimum is 5 minutes and maximum is 720 minutes (12 hours). Default is 60 minutes.", + 'sessionTimeout', + 'Session timeout, in minutes. Minimum is 5 minutes and maximum is 720 minutes (12 hours). Default is 60 minutes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_ServerlessVpcEndpointTimeouts.ts b/src/app/Models/codegen/aws/types/opensearch_ServerlessVpcEndpointTimeouts.ts index b38ae087c..5c92982ec 100644 --- a/src/app/Models/codegen/aws/types/opensearch_ServerlessVpcEndpointTimeouts.ts +++ b/src/app/Models/codegen/aws/types/opensearch_ServerlessVpcEndpointTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_ServerlessVpcEndpointTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function opensearch_ServerlessVpcEndpointTimeouts_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function opensearch_ServerlessVpcEndpointTimeouts_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function opensearch_ServerlessVpcEndpointTimeouts_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/opensearch_VpcEndpointVpcOptions.ts b/src/app/Models/codegen/aws/types/opensearch_VpcEndpointVpcOptions.ts index 789cf66c8..90d41c2e3 100644 --- a/src/app/Models/codegen/aws/types/opensearch_VpcEndpointVpcOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_VpcEndpointVpcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_VpcEndpointVpcOptions { // @@ -22,27 +22,27 @@ export interface opensearch_VpcEndpointVpcOptions { export function opensearch_VpcEndpointVpcOptions_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "vpcId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'vpcId', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "availabilityZones", - "", + 'availabilityZones', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.", + 'securityGroupIds', + 'The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.", + 'subnetIds', + 'A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainAdvancedSecurityOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainAdvancedSecurityOption.ts index ee22d4921..0c10006f7 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainAdvancedSecurityOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainAdvancedSecurityOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainAdvancedSecurityOption { // @@ -21,24 +21,24 @@ export function opensearch_getDomainAdvancedSecurityOption_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Bool, - "anonymousAuthEnabled", - "", + 'anonymousAuthEnabled', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "internalUserDatabaseEnabled", - "Whether the internal user database is enabled.", + 'internalUserDatabaseEnabled', + 'Whether the internal user database is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOption.ts index 136c01852..1e501c0a6 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_getDomainAutoTuneOptionMaintenanceSchedule, opensearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes, -} from "./opensearch_getDomainAutoTuneOptionMaintenanceSchedule"; +} from './opensearch_getDomainAutoTuneOptionMaintenanceSchedule'; export interface opensearch_getDomainAutoTuneOption { // A list of the nested configurations for the Auto-Tune maintenance windows of the domain. @@ -28,23 +28,23 @@ export function opensearch_getDomainAutoTuneOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "maintenanceSchedules", - "A list of the nested configurations for the Auto-Tune maintenance windows of the domain.", + 'maintenanceSchedules', + 'A list of the nested configurations for the Auto-Tune maintenance windows of the domain.', () => opensearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "rollbackOnDisable", - "Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.", + 'rollbackOnDisable', + 'Whether the domain is set to roll back to default Auto-Tune settings when disabling Auto-Tune.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "useOffPeakWindow", + 'useOffPeakWindow', "Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.", () => [], true, @@ -52,8 +52,8 @@ export function opensearch_getDomainAutoTuneOption_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "desiredState", - "Auto-Tune desired state for the domain.", + 'desiredState', + 'Auto-Tune desired state for the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceSchedule.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceSchedule.ts index fa4bf8f44..43e693def 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceSchedule.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceSchedule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration, opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration_GetTypes, -} from "./opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration"; +} from './opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration'; export interface opensearch_getDomainAutoTuneOptionMaintenanceSchedule { // Cron expression for an Auto-Tune maintenance schedule. @@ -25,16 +25,16 @@ export function opensearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes() return [ new DynamicUIProps( InputType.String, - "cronExpressionForRecurrence", - "Cron expression for an Auto-Tune maintenance schedule.", + 'cronExpressionForRecurrence', + 'Cron expression for an Auto-Tune maintenance schedule.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "durations", - "Configuration block for the duration of the Auto-Tune maintenance window.", + 'durations', + 'Configuration block for the duration of the Auto-Tune maintenance window.', () => opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration_GetTypes(), true, @@ -42,8 +42,8 @@ export function opensearch_getDomainAutoTuneOptionMaintenanceSchedule_GetTypes() ), new DynamicUIProps( InputType.String, - "startAt", - "Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).", + 'startAt', + 'Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts index fe4160f68..fe9367d40 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration { // Unit of time. @@ -18,16 +18,16 @@ export function opensearch_getDomainAutoTuneOptionMaintenanceScheduleDuration_Ge return [ new DynamicUIProps( InputType.String, - "unit", - "Unit of time.", + 'unit', + 'Unit of time.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Duration of an Auto-Tune maintenance window.", + 'value', + 'Duration of an Auto-Tune maintenance window.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfig.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfig.ts index 488c4c78c..6a50f9f89 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfig.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_getDomainClusterConfigColdStorageOption, opensearch_getDomainClusterConfigColdStorageOption_GetTypes, -} from "./opensearch_getDomainClusterConfigColdStorageOption"; +} from './opensearch_getDomainClusterConfigColdStorageOption'; import { opensearch_getDomainClusterConfigZoneAwarenessConfig, opensearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes, -} from "./opensearch_getDomainClusterConfigZoneAwarenessConfig"; +} from './opensearch_getDomainClusterConfigZoneAwarenessConfig'; export interface opensearch_getDomainClusterConfig { // Instance type of the dedicated master nodes in the cluster. @@ -56,87 +56,87 @@ export function opensearch_getDomainClusterConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "warmCount", - "Number of warm nodes in the cluster.", + 'warmCount', + 'Number of warm nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "warmEnabled", - "Warm storage is enabled.", + 'warmEnabled', + 'Warm storage is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "zoneAwarenessConfigs", - "Configuration block containing zone awareness settings.", + 'zoneAwarenessConfigs', + 'Configuration block containing zone awareness settings.', () => opensearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "dedicatedMasterCount", - "Number of dedicated master nodes in the cluster.", + 'dedicatedMasterCount', + 'Number of dedicated master nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "dedicatedMasterEnabled", - "Indicates whether dedicated master nodes are enabled for the cluster.", + 'dedicatedMasterEnabled', + 'Indicates whether dedicated master nodes are enabled for the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "multiAzWithStandbyEnabled", - "Whether a multi-AZ domain is turned on with a standby AZ.", + 'multiAzWithStandbyEnabled', + 'Whether a multi-AZ domain is turned on with a standby AZ.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dedicatedMasterType", - "Instance type of the dedicated master nodes in the cluster.", + 'dedicatedMasterType', + 'Instance type of the dedicated master nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "Number of instances in the cluster.", + 'instanceCount', + 'Number of instances in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "Instance type of data nodes in the cluster.", + 'instanceType', + 'Instance type of data nodes in the cluster.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "zoneAwarenessEnabled", - "Indicates whether zone awareness is enabled.", + 'zoneAwarenessEnabled', + 'Indicates whether zone awareness is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warmType", + 'warmType', "Instance type for the OpenSearch cluster's warm nodes.", () => [], true, @@ -144,8 +144,8 @@ export function opensearch_getDomainClusterConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "coldStorageOptions", - "Configuration block containing cold storage configuration.", + 'coldStorageOptions', + 'Configuration block containing cold storage configuration.', () => opensearch_getDomainClusterConfigColdStorageOption_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigColdStorageOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigColdStorageOption.ts index be385312e..0857f4a01 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigColdStorageOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigColdStorageOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainClusterConfigColdStorageOption { // Enabled disabled toggle for off-peak update window @@ -15,8 +15,8 @@ export function opensearch_getDomainClusterConfigColdStorageOption_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigZoneAwarenessConfig.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigZoneAwarenessConfig.ts index 86422fbdf..065582d7a 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigZoneAwarenessConfig.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainClusterConfigZoneAwarenessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainClusterConfigZoneAwarenessConfig { // Number of availability zones used. @@ -15,8 +15,8 @@ export function opensearch_getDomainClusterConfigZoneAwarenessConfig_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "availabilityZoneCount", - "Number of availability zones used.", + 'availabilityZoneCount', + 'Number of availability zones used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainCognitoOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainCognitoOption.ts index 16f1ee894..380c09f29 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainCognitoOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainCognitoOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainCognitoOption { // Cognito Identity pool used by the domain. @@ -24,32 +24,32 @@ export function opensearch_getDomainCognitoOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "identityPoolId", - "Cognito Identity pool used by the domain.", + 'identityPoolId', + 'Cognito Identity pool used by the domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "IAM Role with the AmazonOpenSearchServiceCognitoAccess policy attached.", + 'roleArn', + 'IAM Role with the AmazonOpenSearchServiceCognitoAccess policy attached.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPoolId", - "Cognito User pool used by the domain.", + 'userPoolId', + 'Cognito User pool used by the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainEbsOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainEbsOption.ts index accd451c4..166ea2352 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainEbsOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainEbsOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainEbsOption { // Whether EBS volumes are attached to data nodes in the domain. @@ -27,40 +27,40 @@ export function opensearch_getDomainEbsOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "throughput", - "The throughput (in MiB/s) of the EBS volumes attached to data nodes.", + 'throughput', + 'The throughput (in MiB/s) of the EBS volumes attached to data nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "Size of EBS volumes attached to data nodes (in GB).", + 'volumeSize', + 'Size of EBS volumes attached to data nodes (in GB).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "volumeType", - "Type of EBS volumes attached to data nodes.", + 'volumeType', + 'Type of EBS volumes attached to data nodes.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "ebsEnabled", - "Whether EBS volumes are attached to data nodes in the domain.", + 'ebsEnabled', + 'Whether EBS volumes are attached to data nodes in the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "iops", - "Baseline input/output (I/O) performance of EBS volumes attached to data nodes.", + 'iops', + 'Baseline input/output (I/O) performance of EBS volumes attached to data nodes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainEncryptionAtRest.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainEncryptionAtRest.ts index 58ca93a0e..20d0cc1b4 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainEncryptionAtRest.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainEncryptionAtRest.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainEncryptionAtRest { // Enabled disabled toggle for off-peak update window @@ -18,16 +18,16 @@ export function opensearch_getDomainEncryptionAtRest_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key id used to encrypt data at rest.", + 'kmsKeyId', + 'KMS key id used to encrypt data at rest.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainLogPublishingOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainLogPublishingOption.ts index c05eb7c68..580f56aa0 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainLogPublishingOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainLogPublishingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainLogPublishingOption { // CloudWatch Log Group where the logs are published. @@ -21,24 +21,24 @@ export function opensearch_getDomainLogPublishingOption_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "cloudwatchLogGroupArn", - "CloudWatch Log Group where the logs are published.", + 'cloudwatchLogGroupArn', + 'CloudWatch Log Group where the logs are published.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logType", - "Type of OpenSearch log being published.", + 'logType', + 'Type of OpenSearch log being published.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainNodeToNodeEncryption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainNodeToNodeEncryption.ts index f44d5bb6c..de27b2254 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainNodeToNodeEncryption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainNodeToNodeEncryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainNodeToNodeEncryption { // Enabled disabled toggle for off-peak update window @@ -15,8 +15,8 @@ export function opensearch_getDomainNodeToNodeEncryption_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptions.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptions.ts index 148c0ba86..b5256d513 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_getDomainOffPeakWindowOptionsOffPeakWindow, opensearch_getDomainOffPeakWindowOptionsOffPeakWindow_GetTypes, -} from "./opensearch_getDomainOffPeakWindowOptionsOffPeakWindow"; +} from './opensearch_getDomainOffPeakWindowOptionsOffPeakWindow'; export interface opensearch_getDomainOffPeakWindowOptions { // Enabled disabled toggle for off-peak update window @@ -22,16 +22,16 @@ export function opensearch_getDomainOffPeakWindowOptions_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enabled disabled toggle for off-peak update window", + 'enabled', + 'Enabled disabled toggle for off-peak update window', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "offPeakWindows", - "", + 'offPeakWindows', + '', () => opensearch_getDomainOffPeakWindowOptionsOffPeakWindow_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindow.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindow.ts index 25d7fa476..3bcc071d3 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindow.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime, opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime_GetTypes, -} from "./opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime"; +} from './opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime'; export interface opensearch_getDomainOffPeakWindowOptionsOffPeakWindow { // 10h window for updates @@ -19,8 +19,8 @@ export function opensearch_getDomainOffPeakWindowOptionsOffPeakWindow_GetTypes() return [ new DynamicUIProps( InputType.Array, - "windowStartTimes", - "10h window for updates", + 'windowStartTimes', + '10h window for updates', () => opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts index 3cd62685b..f1c9b13b0 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime { // Starting hour of the 10-hour window for updates @@ -18,16 +18,16 @@ export function opensearch_getDomainOffPeakWindowOptionsOffPeakWindowWindowStart return [ new DynamicUIProps( InputType.Number, - "hours", - "Starting hour of the 10-hour window for updates", + 'hours', + 'Starting hour of the 10-hour window for updates', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minutes", - "Starting minute of the 10-hour window for updates", + 'minutes', + 'Starting minute of the 10-hour window for updates', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainSnapshotOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainSnapshotOption.ts index 72ba118b8..73533570c 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainSnapshotOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainSnapshotOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainSnapshotOption { // Hour during which the service takes an automated daily snapshot of the indices in the domain. @@ -15,8 +15,8 @@ export function opensearch_getDomainSnapshotOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "automatedSnapshotStartHour", - "Hour during which the service takes an automated daily snapshot of the indices in the domain.", + 'automatedSnapshotStartHour', + 'Hour during which the service takes an automated daily snapshot of the indices in the domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainSoftwareUpdateOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainSoftwareUpdateOption.ts index d254e0c40..98aaeeef6 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainSoftwareUpdateOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainSoftwareUpdateOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainSoftwareUpdateOption { // Enabled or disabled. @@ -15,8 +15,8 @@ export function opensearch_getDomainSoftwareUpdateOption_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "autoSoftwareUpdateEnabled", - "Enabled or disabled.", + 'autoSoftwareUpdateEnabled', + 'Enabled or disabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getDomainVpcOption.ts b/src/app/Models/codegen/aws/types/opensearch_getDomainVpcOption.ts index d330c8164..fcad6ed68 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getDomainVpcOption.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getDomainVpcOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getDomainVpcOption { // Availability zones used by the domain. @@ -24,32 +24,32 @@ export function opensearch_getDomainVpcOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "Security groups used by the domain.", + 'securityGroupIds', + 'Security groups used by the domain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "Subnets used by the domain.", + 'subnetIds', + 'Subnets used by the domain.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "VPC used by the domain.", + 'vpcId', + 'VPC used by the domain.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "availabilityZones", - "Availability zones used by the domain.", + 'availabilityZones', + 'Availability zones used by the domain.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/opensearch_getServerlessSecurityConfigSamlOptions.ts b/src/app/Models/codegen/aws/types/opensearch_getServerlessSecurityConfigSamlOptions.ts index d0a691f17..0dbb82d82 100644 --- a/src/app/Models/codegen/aws/types/opensearch_getServerlessSecurityConfigSamlOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearch_getServerlessSecurityConfigSamlOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearch_getServerlessSecurityConfigSamlOptions { // Group attribute for this SAML integration. @@ -24,32 +24,32 @@ export function opensearch_getServerlessSecurityConfigSamlOptions_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "groupAttribute", - "Group attribute for this SAML integration.", + 'groupAttribute', + 'Group attribute for this SAML integration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metadata", - "The XML IdP metadata file generated from your identity provider.", + 'metadata', + 'The XML IdP metadata file generated from your identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "sessionTimeout", - "Session timeout, in minutes. Minimum is 5 minutes and maximum is 720 minutes (12 hours). Default is 60 minutes.", + 'sessionTimeout', + 'Session timeout, in minutes. Minimum is 5 minutes and maximum is 720 minutes (12 hours). Default is 60 minutes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userAttribute", - "User attribute for this SAML integration.", + 'userAttribute', + 'User attribute for this SAML integration.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineBufferOptions.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineBufferOptions.ts index 44e35d846..c3703c8b5 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineBufferOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineBufferOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearchingest_PipelineBufferOptions { // Whether persistent buffering should be enabled. @@ -15,8 +15,8 @@ export function opensearchingest_PipelineBufferOptions_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "persistentBufferEnabled", - "Whether persistent buffering should be enabled.", + 'persistentBufferEnabled', + 'Whether persistent buffering should be enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineEncryptionAtRestOptions.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineEncryptionAtRestOptions.ts index d62d3ec73..094225b33 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineEncryptionAtRestOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineEncryptionAtRestOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearchingest_PipelineEncryptionAtRestOptions { // The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key. @@ -15,8 +15,8 @@ export function opensearchingest_PipelineEncryptionAtRestOptions_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.", + 'kmsKeyArn', + 'The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptions.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptions.ts index 3e02d0ecd..1009c9828 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination, opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination_GetTypes, -} from "./opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination"; +} from './opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination'; export interface opensearchingest_PipelineLogPublishingOptions { // The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if IsLoggingEnabled is set to true. See `cloudwatch_log_destination` below. @@ -22,16 +22,16 @@ export function opensearchingest_PipelineLogPublishingOptions_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "isLoggingEnabled", - "Whether logs should be published.", + 'isLoggingEnabled', + 'Whether logs should be published.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchLogDestination", - "The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if IsLoggingEnabled is set to true. See `cloudwatch_log_destination` below.", + 'cloudwatchLogDestination', + 'The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if IsLoggingEnabled is set to true. See `cloudwatch_log_destination` below.', () => opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination.ts index fc4cdb9e2..06523410f 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestination { // The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline. @@ -15,8 +15,8 @@ export function opensearchingest_PipelineLogPublishingOptionsCloudwatchLogDestin return [ new DynamicUIProps( InputType.String, - "logGroup", - "The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.", + 'logGroup', + 'The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineTimeouts.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineTimeouts.ts index 85ac54898..2fa838887 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineTimeouts.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearchingest_PipelineTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function opensearchingest_PipelineTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function opensearchingest_PipelineTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function opensearchingest_PipelineTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/opensearchingest_PipelineVpcOptions.ts b/src/app/Models/codegen/aws/types/opensearchingest_PipelineVpcOptions.ts index 23f3817b2..68e956c7e 100644 --- a/src/app/Models/codegen/aws/types/opensearchingest_PipelineVpcOptions.ts +++ b/src/app/Models/codegen/aws/types/opensearchingest_PipelineVpcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opensearchingest_PipelineVpcOptions { // A list of security groups associated with the VPC endpoint. @@ -18,16 +18,16 @@ export function opensearchingest_PipelineVpcOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security groups associated with the VPC endpoint.", + 'securityGroupIds', + 'A list of security groups associated with the VPC endpoint.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs associated with the VPC endpoint.", + 'subnetIds', + 'A list of subnet IDs associated with the VPC endpoint.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_ApplicationAppSource.ts b/src/app/Models/codegen/aws/types/opsworks_ApplicationAppSource.ts index 4fed7eafc..69ef636e5 100644 --- a/src/app/Models/codegen/aws/types/opsworks_ApplicationAppSource.ts +++ b/src/app/Models/codegen/aws/types/opsworks_ApplicationAppSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_ApplicationAppSource { // The URL where the app resource can be found. @@ -30,47 +30,47 @@ export function opsworks_ApplicationAppSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "url", - "The URL where the app resource can be found.", + 'url', + 'The URL where the app resource can be found.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "Username to use when authenticating to the source.", + 'username', + 'Username to use when authenticating to the source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.", + 'password', + 'Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revision", - "For sources that are version-aware, the revision to use.", + 'revision', + 'For sources that are version-aware, the revision to use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sshKey", - "SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.", + 'sshKey', + 'SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of source to use. For example, "archive".', () => [], true, diff --git a/src/app/Models/codegen/aws/types/opsworks_ApplicationEnvironment.ts b/src/app/Models/codegen/aws/types/opsworks_ApplicationEnvironment.ts index 5998f72b0..389823dda 100644 --- a/src/app/Models/codegen/aws/types/opsworks_ApplicationEnvironment.ts +++ b/src/app/Models/codegen/aws/types/opsworks_ApplicationEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_ApplicationEnvironment { // Variable name. @@ -21,24 +21,24 @@ export function opsworks_ApplicationEnvironment_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Variable name.", + 'key', + 'Variable name.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "secure", - "Set visibility of the variable value to `true` or `false`.", + 'secure', + 'Set visibility of the variable value to `true` or `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Variable value.", + 'value', + 'Variable value.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_ApplicationSslConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_ApplicationSslConfiguration.ts index 1d574b061..327fe2e64 100644 --- a/src/app/Models/codegen/aws/types/opsworks_ApplicationSslConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_ApplicationSslConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_ApplicationSslConfiguration { // The contents of the certificate's domain.crt file. @@ -21,15 +21,15 @@ export function opsworks_ApplicationSslConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "chain", - "Can be used to specify an intermediate certificate authority key or client authentication.", + 'chain', + 'Can be used to specify an intermediate certificate authority key or client authentication.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateKey", + 'privateKey', "The private key; the contents of the certificate's domain.key file.", () => [], true, @@ -37,7 +37,7 @@ export function opsworks_ApplicationSslConfiguration_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.String, - "certificate", + 'certificate', "The contents of the certificate's domain.crt file.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfiguration.ts index c3dcf637b..0d01c577a 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_CustomLayerCloudwatchConfigurationLogStream, opsworks_CustomLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_CustomLayerCloudwatchConfigurationLogStream"; +} from './opsworks_CustomLayerCloudwatchConfigurationLogStream'; export interface opsworks_CustomLayerCloudwatchConfiguration { // @@ -22,12 +22,12 @@ export function opsworks_CustomLayerCloudwatchConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "logStreams", - "A block the specifies how an opsworks logs look like. See Log Streams.", + 'logStreams', + 'A block the specifies how an opsworks logs look like. See Log Streams.', () => opsworks_CustomLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfigurationLogStream.ts index 1fdbdd146..8f78b8f7d 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_CustomLayerCloudwatchConfigurationLogStream { // Specifies the time duration for the batching of log events. The minimum value is `5000` and default value is `5000`. @@ -45,31 +45,31 @@ export function opsworks_CustomLayerCloudwatchConfigurationLogStream_GetTypes(): return [ new DynamicUIProps( InputType.String, - "encoding", - "Specifies the encoding of the log file so that the file can be read correctly. The default is `utf_8`.", + 'encoding', + 'Specifies the encoding of the log file so that the file can be read correctly. The default is `utf_8`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "file", - "Specifies log files that you want to push to CloudWatch Logs. File can point to a specific file or multiple files (by using wild card characters such as /var/log/system.log*).", + 'file', + 'Specifies log files that you want to push to CloudWatch Logs. File can point to a specific file or multiple files (by using wild card characters such as /var/log/system.log*).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, such as `1`, `2-5`. The default value is `1`.", + 'fileFingerprintLines', + 'Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, such as `1`, `2-5`. The default value is `1`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", + 'logGroupName', "Specifies the destination log group. A log group is created automatically if it doesn't already exist.", () => [], true, @@ -77,56 +77,56 @@ export function opsworks_CustomLayerCloudwatchConfigurationLogStream_GetTypes(): ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "Specifies the pattern for identifying the start of a log message.", + 'multilineStartPattern', + 'Specifies the pattern for identifying the start of a log message.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "Specifies how the timestamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html).", + 'datetimeFormat', + 'Specifies how the timestamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "Specifies where to start to read data (`start_of_file` or `end_of_file`). The default is `start_of_file`.", + 'initialPosition', + 'Specifies where to start to read data (`start_of_file` or `end_of_file`). The default is `start_of_file`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "Specifies the max number of log events in a batch, up to `10000`. The default value is `1000`.", + 'batchCount', + 'Specifies the max number of log events in a batch, up to `10000`. The default value is `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "Specifies the time duration for the batching of log events. The minimum value is `5000` and default value is `5000`.", + 'bufferDuration', + 'Specifies the time duration for the batching of log events. The minimum value is `5000` and default value is `5000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "Specifies the time zone of log event time stamps.", + 'timeZone', + 'Specifies the time zone of log event time stamps.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "Specifies the maximum size of log events in a batch, in bytes, up to `1048576` bytes. The default value is `32768` bytes.", + 'batchSize', + 'Specifies the maximum size of log events in a batch, in bytes, up to `1048576` bytes. The default value is `32768` bytes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerEbsVolume.ts index 63a070b41..997644560 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_CustomLayerEbsVolume { // The size of the volume in gigabytes. @@ -33,39 +33,39 @@ export function opsworks_CustomLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypted", - "Encrypt the volume.", + 'encrypted', + 'Encrypt the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -73,16 +73,16 @@ export function opsworks_CustomLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScaling.ts index 6ee807efb..e80ae3d5a 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_CustomLayerLoadBasedAutoScalingDownscaling, opsworks_CustomLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_CustomLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_CustomLayerLoadBasedAutoScalingDownscaling'; import { opsworks_CustomLayerLoadBasedAutoScalingUpscaling, opsworks_CustomLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_CustomLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_CustomLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_CustomLayerLoadBasedAutoScaling { // The downscaling settings, as defined below, used for load-based autoscaling @@ -29,24 +29,24 @@ export function opsworks_CustomLayerLoadBasedAutoScaling_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "downscaling", - "The downscaling settings, as defined below, used for load-based autoscaling", + 'downscaling', + 'The downscaling settings, as defined below, used for load-based autoscaling', () => opsworks_CustomLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enable", - "Whether load-based auto scaling is enabled for the layer.", + 'enable', + 'Whether load-based auto scaling is enabled for the layer.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "upscaling", - "The upscaling settings, as defined below, used for load-based autoscaling", + 'upscaling', + 'The upscaling settings, as defined below, used for load-based autoscaling', () => opsworks_CustomLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingDownscaling.ts index 05fb8ac57..1ca4f9797 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_CustomLayerLoadBasedAutoScalingDownscaling { // The number of instances to add or remove when the load exceeds a threshold. @@ -33,56 +33,56 @@ export function opsworks_CustomLayerLoadBasedAutoScalingDownscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "cpuThreshold", - "The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.", + 'cpuThreshold', + 'The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.", + 'ignoreMetricsTime', + 'The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "The number of instances to add or remove when the load exceeds a threshold.", + 'instanceCount', + 'The number of instances to add or remove when the load exceeds a threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "The load threshold. A value of -1 disables the threshold.", + 'loadThreshold', + 'The load threshold. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.", + 'memoryThreshold', + 'The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.", + 'thresholdsWaitTime', + 'The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.", + 'alarms', + 'Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingUpscaling.ts index 8178dce11..0c33fe69c 100644 --- a/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_CustomLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_CustomLayerLoadBasedAutoScalingUpscaling { // The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed. @@ -33,56 +33,56 @@ export function opsworks_CustomLayerLoadBasedAutoScalingUpscaling_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "instanceCount", - "The number of instances to add or remove when the load exceeds a threshold.", + 'instanceCount', + 'The number of instances to add or remove when the load exceeds a threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "The load threshold. A value of -1 disables the threshold.", + 'loadThreshold', + 'The load threshold. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.", + 'memoryThreshold', + 'The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.", + 'thresholdsWaitTime', + 'The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.", + 'alarms', + 'Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.", + 'cpuThreshold', + 'The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.", + 'ignoreMetricsTime', + 'The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfiguration.ts index 55eb70854..86855fa6b 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_EcsClusterLayerCloudwatchConfigurationLogStream, opsworks_EcsClusterLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_EcsClusterLayerCloudwatchConfigurationLogStream"; +} from './opsworks_EcsClusterLayerCloudwatchConfigurationLogStream'; export interface opsworks_EcsClusterLayerCloudwatchConfiguration { // @@ -22,12 +22,12 @@ export function opsworks_EcsClusterLayerCloudwatchConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_EcsClusterLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfigurationLogStream.ts index 5d67c595c..d3b176bd8 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_EcsClusterLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_EcsClusterLayerCloudwatchConfigurationLogStream_GetType return [ new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerEbsVolume.ts index 13494e78c..5d2373b14 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_EcsClusterLayerEbsVolume { // The type of volume to create. This may be `standard` (the default), `io1` or `gp2`. @@ -33,7 +33,7 @@ export function opsworks_EcsClusterLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -41,41 +41,41 @@ export function opsworks_EcsClusterLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScaling.ts index 7098e6583..1644d09b0 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling, opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling'; import { opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling, opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_EcsClusterLayerLoadBasedAutoScaling { // @@ -29,17 +29,17 @@ export function opsworks_EcsClusterLayerLoadBasedAutoScaling_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling.ts index 763e41484..035f8e8e2 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_EcsClusterLayerLoadBasedAutoScalingDownscaling_GetTypes return [ new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling.ts index e7460673f..b9b4bb2ab 100644 --- a/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_EcsClusterLayerLoadBasedAutoScalingUpscaling_GetTypes() return [ new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfiguration.ts index dc156766b..66309b25f 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_GangliaLayerCloudwatchConfigurationLogStream, opsworks_GangliaLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_GangliaLayerCloudwatchConfigurationLogStream"; +} from './opsworks_GangliaLayerCloudwatchConfigurationLogStream'; export interface opsworks_GangliaLayerCloudwatchConfiguration { // @@ -22,12 +22,12 @@ export function opsworks_GangliaLayerCloudwatchConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_GangliaLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfigurationLogStream.ts index 02dc72812..e59c31b00 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_GangliaLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_GangliaLayerCloudwatchConfigurationLogStream_GetTypes() return [ new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerEbsVolume.ts index 412631565..4d42566eb 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_GangliaLayerEbsVolume { // For PIOPS volumes, the IOPS per disk. @@ -33,15 +33,15 @@ export function opsworks_GangliaLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -49,36 +49,36 @@ export function opsworks_GangliaLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScaling.ts index b23b4c7e7..5052744ba 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_GangliaLayerLoadBasedAutoScalingUpscaling, opsworks_GangliaLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_GangliaLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_GangliaLayerLoadBasedAutoScalingUpscaling'; import { opsworks_GangliaLayerLoadBasedAutoScalingDownscaling, opsworks_GangliaLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_GangliaLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_GangliaLayerLoadBasedAutoScalingDownscaling'; export interface opsworks_GangliaLayerLoadBasedAutoScaling { // @@ -29,17 +29,17 @@ export function opsworks_GangliaLayerLoadBasedAutoScaling_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_GangliaLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_GangliaLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingDownscaling.ts index d0399c598..062d032b6 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_GangliaLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_GangliaLayerLoadBasedAutoScalingDownscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingUpscaling.ts index 2ae1f1b24..d321dbc6a 100644 --- a/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_GangliaLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_GangliaLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_GangliaLayerLoadBasedAutoScalingUpscaling_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfiguration.ts index 73e3f9346..79325a1a0 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_HaproxyLayerCloudwatchConfigurationLogStream, opsworks_HaproxyLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_HaproxyLayerCloudwatchConfigurationLogStream"; +} from './opsworks_HaproxyLayerCloudwatchConfigurationLogStream'; export interface opsworks_HaproxyLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_HaproxyLayerCloudwatchConfiguration { export function opsworks_HaproxyLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_HaproxyLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfigurationLogStream.ts index 2ffa6e8cf..b90ee5f40 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_HaproxyLayerCloudwatchConfigurationLogStream { // @@ -45,84 +45,84 @@ export function opsworks_HaproxyLayerCloudwatchConfigurationLogStream_GetTypes() return [ new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerEbsVolume.ts index 8e995030d..bfd1bace9 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_HaproxyLayerEbsVolume { // @@ -33,48 +33,48 @@ export function opsworks_HaproxyLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScaling.ts index 09afdc715..4f146fd59 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling, opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling'; import { opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling, opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_HaproxyLayerLoadBasedAutoScaling { // @@ -29,20 +29,20 @@ export function opsworks_HaproxyLayerLoadBasedAutoScaling_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling.ts index de555e58c..89b0da277 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_HaproxyLayerLoadBasedAutoScalingDownscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling.ts index 5d7faa2a5..5984526fc 100644 --- a/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_HaproxyLayerLoadBasedAutoScalingUpscaling_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_InstanceEbsBlockDevice.ts b/src/app/Models/codegen/aws/types/opsworks_InstanceEbsBlockDevice.ts index 614302b52..36c511467 100644 --- a/src/app/Models/codegen/aws/types/opsworks_InstanceEbsBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/opsworks_InstanceEbsBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_InstanceEbsBlockDevice { // @@ -28,43 +28,43 @@ export interface opsworks_InstanceEbsBlockDevice { export function opsworks_InstanceEbsBlockDevice_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), new DynamicUIProps( InputType.String, - "snapshotId", - "", + 'snapshotId', + '', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/opsworks_InstanceEphemeralBlockDevice.ts b/src/app/Models/codegen/aws/types/opsworks_InstanceEphemeralBlockDevice.ts index 966cb526e..aa577f177 100644 --- a/src/app/Models/codegen/aws/types/opsworks_InstanceEphemeralBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/opsworks_InstanceEphemeralBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_InstanceEphemeralBlockDevice { // @@ -18,16 +18,16 @@ export function opsworks_InstanceEphemeralBlockDevice_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "deviceName", - "", + 'deviceName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "virtualName", - "", + 'virtualName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_InstanceRootBlockDevice.ts b/src/app/Models/codegen/aws/types/opsworks_InstanceRootBlockDevice.ts index 1268eaff8..0d264556d 100644 --- a/src/app/Models/codegen/aws/types/opsworks_InstanceRootBlockDevice.ts +++ b/src/app/Models/codegen/aws/types/opsworks_InstanceRootBlockDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_InstanceRootBlockDevice { // @@ -22,27 +22,27 @@ export interface opsworks_InstanceRootBlockDevice { export function opsworks_InstanceRootBlockDevice_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "iops", "", () => [], false, true), + new DynamicUIProps(InputType.Number, 'iops', '', () => [], false, true), new DynamicUIProps( InputType.Number, - "volumeSize", - "", + 'volumeSize', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeType", - "", + 'volumeType', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteOnTermination", - "", + 'deleteOnTermination', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfiguration.ts index e7bbc357c..1a1985b8c 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_JavaAppLayerCloudwatchConfigurationLogStream, opsworks_JavaAppLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_JavaAppLayerCloudwatchConfigurationLogStream"; +} from './opsworks_JavaAppLayerCloudwatchConfigurationLogStream'; export interface opsworks_JavaAppLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_JavaAppLayerCloudwatchConfiguration { export function opsworks_JavaAppLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_JavaAppLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfigurationLogStream.ts index 1787aeb79..96db4b5cb 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_JavaAppLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_JavaAppLayerCloudwatchConfigurationLogStream_GetTypes() return [ new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerEbsVolume.ts index 47ddbba1e..1f3016b04 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_JavaAppLayerEbsVolume { // The type of volume to create. This may be `standard` (the default), `io1` or `gp2`. @@ -33,24 +33,24 @@ export function opsworks_JavaAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -58,24 +58,24 @@ export function opsworks_JavaAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScaling.ts index 469b19baf..abc2b26c1 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling, opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling'; import { opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling, opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_JavaAppLayerLoadBasedAutoScaling { // @@ -29,17 +29,17 @@ export function opsworks_JavaAppLayerLoadBasedAutoScaling_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling.ts index a953152f9..76454e7c9 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_JavaAppLayerLoadBasedAutoScalingDownscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling.ts index da9657843..357c8640e 100644 --- a/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_JavaAppLayerLoadBasedAutoScalingUpscaling_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfiguration.ts index 91aa81e67..cb317196e 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MemcachedLayerCloudwatchConfigurationLogStream, opsworks_MemcachedLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_MemcachedLayerCloudwatchConfigurationLogStream"; +} from './opsworks_MemcachedLayerCloudwatchConfigurationLogStream'; export interface opsworks_MemcachedLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_MemcachedLayerCloudwatchConfiguration { export function opsworks_MemcachedLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_MemcachedLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfigurationLogStream.ts index 8447037ab..583f9e908 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MemcachedLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_MemcachedLayerCloudwatchConfigurationLogStream_GetTypes return [ new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerEbsVolume.ts index 73c76cf76..820f9bd38 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MemcachedLayerEbsVolume { // @@ -33,32 +33,32 @@ export function opsworks_MemcachedLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -66,16 +66,16 @@ export function opsworks_MemcachedLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScaling.ts index eac07550d..0b9208c47 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling, opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling'; import { opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling, opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling'; export interface opsworks_MemcachedLayerLoadBasedAutoScaling { // @@ -27,19 +27,19 @@ export interface opsworks_MemcachedLayerLoadBasedAutoScaling { export function opsworks_MemcachedLayerLoadBasedAutoScaling_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling.ts index e27f7d02d..9d2e80d5c 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_MemcachedLayerLoadBasedAutoScalingDownscaling_GetTypes( return [ new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling.ts index f587d317d..2329a374a 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_MemcachedLayerLoadBasedAutoScalingUpscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfiguration.ts index 0a802e4c5..ddec23e09 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MysqlLayerCloudwatchConfigurationLogStream, opsworks_MysqlLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_MysqlLayerCloudwatchConfigurationLogStream"; +} from './opsworks_MysqlLayerCloudwatchConfigurationLogStream'; export interface opsworks_MysqlLayerCloudwatchConfiguration { // @@ -22,12 +22,12 @@ export function opsworks_MysqlLayerCloudwatchConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_MysqlLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfigurationLogStream.ts index 8c30c0499..63d8cb6fe 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MysqlLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_MysqlLayerCloudwatchConfigurationLogStream_GetTypes(): return [ new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerEbsVolume.ts index 1d8d79b5c..8088e39cf 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MysqlLayerEbsVolume { // For PIOPS volumes, the IOPS per disk. @@ -33,40 +33,40 @@ export function opsworks_MysqlLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -74,8 +74,8 @@ export function opsworks_MysqlLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScaling.ts index 82140de28..0db69c402 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_MysqlLayerLoadBasedAutoScalingDownscaling, opsworks_MysqlLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_MysqlLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_MysqlLayerLoadBasedAutoScalingDownscaling'; import { opsworks_MysqlLayerLoadBasedAutoScalingUpscaling, opsworks_MysqlLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_MysqlLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_MysqlLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_MysqlLayerLoadBasedAutoScaling { // @@ -29,17 +29,17 @@ export function opsworks_MysqlLayerLoadBasedAutoScaling_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_MysqlLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_MysqlLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingDownscaling.ts index 8548ccc50..cc1fcd7ce 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MysqlLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_MysqlLayerLoadBasedAutoScalingDownscaling_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingUpscaling.ts index 5e231a043..5539cd2d1 100644 --- a/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_MysqlLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_MysqlLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_MysqlLayerLoadBasedAutoScalingUpscaling_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfiguration.ts index 8eac547a1..0bb59d2c9 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_NodejsAppLayerCloudwatchConfigurationLogStream, opsworks_NodejsAppLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_NodejsAppLayerCloudwatchConfigurationLogStream"; +} from './opsworks_NodejsAppLayerCloudwatchConfigurationLogStream'; export interface opsworks_NodejsAppLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_NodejsAppLayerCloudwatchConfiguration { export function opsworks_NodejsAppLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_NodejsAppLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfigurationLogStream.ts index a5338c1a6..48fe9d198 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_NodejsAppLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_NodejsAppLayerCloudwatchConfigurationLogStream_GetTypes return [ new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerEbsVolume.ts index e95152598..b7101d982 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_NodejsAppLayerEbsVolume { // The size of the volume in gigabytes. @@ -33,24 +33,24 @@ export function opsworks_NodejsAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -58,24 +58,24 @@ export function opsworks_NodejsAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScaling.ts index 5d5693f1c..518c23702 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling, opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling'; import { opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling, opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling'; export interface opsworks_NodejsAppLayerLoadBasedAutoScaling { // @@ -29,20 +29,20 @@ export function opsworks_NodejsAppLayerLoadBasedAutoScaling_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling.ts index 66fefa183..aeb9c5de7 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_NodejsAppLayerLoadBasedAutoScalingDownscaling_GetTypes( return [ new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling.ts index 5275465ae..66a7a82ff 100644 --- a/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_NodejsAppLayerLoadBasedAutoScalingUpscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfiguration.ts index 8074ec6fe..61c9ebc66 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_PhpAppLayerCloudwatchConfigurationLogStream, opsworks_PhpAppLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_PhpAppLayerCloudwatchConfigurationLogStream"; +} from './opsworks_PhpAppLayerCloudwatchConfigurationLogStream'; export interface opsworks_PhpAppLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_PhpAppLayerCloudwatchConfiguration { export function opsworks_PhpAppLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_PhpAppLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfigurationLogStream.ts index e187e5e2c..3c8d8133c 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_PhpAppLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_PhpAppLayerCloudwatchConfigurationLogStream_GetTypes(): return [ new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerEbsVolume.ts index 6ba33e610..847aab7b3 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_PhpAppLayerEbsVolume { // The RAID level to use for the volume. @@ -31,18 +31,18 @@ export interface opsworks_PhpAppLayerEbsVolume { export function opsworks_PhpAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -50,32 +50,32 @@ export function opsworks_PhpAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScaling.ts index 4d87a75c2..fb92be6bc 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling, opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling'; import { opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling, opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling'; export interface opsworks_PhpAppLayerLoadBasedAutoScaling { // @@ -29,20 +29,20 @@ export function opsworks_PhpAppLayerLoadBasedAutoScaling_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling.ts index b241584ff..c5bac5235 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_PhpAppLayerLoadBasedAutoScalingDownscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling.ts index d2d69ebce..748ed6f37 100644 --- a/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_PhpAppLayerLoadBasedAutoScalingUpscaling_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfiguration.ts index 42dd78238..8ed9f2207 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_RailsAppLayerCloudwatchConfigurationLogStream, opsworks_RailsAppLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_RailsAppLayerCloudwatchConfigurationLogStream"; +} from './opsworks_RailsAppLayerCloudwatchConfigurationLogStream'; export interface opsworks_RailsAppLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_RailsAppLayerCloudwatchConfiguration { export function opsworks_RailsAppLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_RailsAppLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfigurationLogStream.ts index 6db47c614..28013224e 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_RailsAppLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_RailsAppLayerCloudwatchConfigurationLogStream_GetTypes( return [ new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerEbsVolume.ts index 534c99417..d36d4c321 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_RailsAppLayerEbsVolume { // The type of volume to create. This may be `standard` (the default), `io1` or `gp2`. @@ -33,7 +33,7 @@ export function opsworks_RailsAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -41,41 +41,41 @@ export function opsworks_RailsAppLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScaling.ts index 7e076c3ae..b913b6ec5 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling, opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling'; import { opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling, opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling'; export interface opsworks_RailsAppLayerLoadBasedAutoScaling { // @@ -27,19 +27,19 @@ export interface opsworks_RailsAppLayerLoadBasedAutoScaling { export function opsworks_RailsAppLayerLoadBasedAutoScaling_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling.ts index 5a6cee77a..c8bbe3a42 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_RailsAppLayerLoadBasedAutoScalingDownscaling_GetTypes() return [ new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling.ts index aeca54605..45bfb4a29 100644 --- a/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_RailsAppLayerLoadBasedAutoScalingUpscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StackCustomCookbooksSource.ts b/src/app/Models/codegen/aws/types/opsworks_StackCustomCookbooksSource.ts index a1d914bac..56be9354c 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StackCustomCookbooksSource.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StackCustomCookbooksSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_StackCustomCookbooksSource { // Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration. @@ -30,39 +30,39 @@ export function opsworks_StackCustomCookbooksSource_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "username", - "Username to use when authenticating to the source.", + 'username', + 'Username to use when authenticating to the source.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.", + 'password', + 'Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revision", - "For sources that are version-aware, the revision to use.", + 'revision', + 'For sources that are version-aware, the revision to use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sshKey", - "SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.", + 'sshKey', + 'SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of source to use. For example, "archive".', () => [], true, @@ -70,8 +70,8 @@ export function opsworks_StackCustomCookbooksSource_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "url", - "The URL where the cookbooks resource can be found.", + 'url', + 'The URL where the cookbooks resource can be found.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfiguration.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfiguration.ts index 43d83c7ee..78e35e7d6 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfiguration.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_StaticWebLayerCloudwatchConfigurationLogStream, opsworks_StaticWebLayerCloudwatchConfigurationLogStream_GetTypes, -} from "./opsworks_StaticWebLayerCloudwatchConfigurationLogStream"; +} from './opsworks_StaticWebLayerCloudwatchConfigurationLogStream'; export interface opsworks_StaticWebLayerCloudwatchConfiguration { // @@ -20,11 +20,11 @@ export interface opsworks_StaticWebLayerCloudwatchConfiguration { export function opsworks_StaticWebLayerCloudwatchConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "enabled", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enabled', '', () => [], false, false), new DynamicUIProps( InputType.Array, - "logStreams", - "", + 'logStreams', + '', () => opsworks_StaticWebLayerCloudwatchConfigurationLogStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfigurationLogStream.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfigurationLogStream.ts index a32393ffc..646de8409 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfigurationLogStream.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerCloudwatchConfigurationLogStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_StaticWebLayerCloudwatchConfigurationLogStream { // @@ -45,81 +45,81 @@ export function opsworks_StaticWebLayerCloudwatchConfigurationLogStream_GetTypes return [ new DynamicUIProps( InputType.Number, - "batchSize", - "", + 'batchSize', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "file", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'file', '', () => [], true, false), new DynamicUIProps( InputType.String, - "encoding", - "", + 'encoding', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fileFingerprintLines", - "", + 'fileFingerprintLines', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "logGroupName", - "", + 'logGroupName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "multilineStartPattern", - "", + 'multilineStartPattern', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchCount", - "", + 'batchCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initialPosition", - "", + 'initialPosition', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "", + 'timeZone', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datetimeFormat", - "", + 'datetimeFormat', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bufferDuration", - "", + 'bufferDuration', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerEbsVolume.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerEbsVolume.ts index f7d236db0..5ed6b2d70 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerEbsVolume.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerEbsVolume.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_StaticWebLayerEbsVolume { // The path to mount the EBS volume on the layer's instances. @@ -33,15 +33,15 @@ export function opsworks_StaticWebLayerEbsVolume_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "iops", - "For PIOPS volumes, the IOPS per disk.", + 'iops', + 'For PIOPS volumes, the IOPS per disk.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPoint", + 'mountPoint', "The path to mount the EBS volume on the layer's instances.", () => [], true, @@ -49,36 +49,36 @@ export function opsworks_StaticWebLayerEbsVolume_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Number, - "numberOfDisks", - "The number of disks to use for the EBS volume.", + 'numberOfDisks', + 'The number of disks to use for the EBS volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "raidLevel", - "The RAID level to use for the volume.", + 'raidLevel', + 'The RAID level to use for the volume.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size of the volume in gigabytes.", + 'size', + 'The size of the volume in gigabytes.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.", + 'type', + 'The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.', () => [], false, false, ), - new DynamicUIProps(InputType.Bool, "encrypted", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'encrypted', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScaling.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScaling.ts index 47bb259cb..e8f352d2e 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScaling.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling, opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling_GetTypes, -} from "./opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling"; +} from './opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling'; import { opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling, opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling_GetTypes, -} from "./opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling"; +} from './opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling'; export interface opsworks_StaticWebLayerLoadBasedAutoScaling { // @@ -29,17 +29,17 @@ export function opsworks_StaticWebLayerLoadBasedAutoScaling_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "downscaling", - "", + 'downscaling', + '', () => opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling_GetTypes(), false, false, ), - new DynamicUIProps(InputType.Bool, "enable", "", () => [], false, false), + new DynamicUIProps(InputType.Bool, 'enable', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "upscaling", - "", + 'upscaling', + '', () => opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling.ts index 6d5d5375c..479569b52 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling { // @@ -33,56 +33,56 @@ export function opsworks_StaticWebLayerLoadBasedAutoScalingDownscaling_GetTypes( return [ new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling.ts b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling.ts index a912eac4b..c6a65d26b 100644 --- a/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling.ts +++ b/src/app/Models/codegen/aws/types/opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling { // @@ -33,56 +33,56 @@ export function opsworks_StaticWebLayerLoadBasedAutoScalingUpscaling_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "ignoreMetricsTime", - "", + 'ignoreMetricsTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "", + 'instanceCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "loadThreshold", - "", + 'loadThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryThreshold", - "", + 'memoryThreshold', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "thresholdsWaitTime", - "", + 'thresholdsWaitTime', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "alarms", - "", + 'alarms', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpuThreshold", - "", + 'cpuThreshold', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/organizations_OrganizationAccount.ts b/src/app/Models/codegen/aws/types/organizations_OrganizationAccount.ts index b6bc47c9e..0082f56d1 100644 --- a/src/app/Models/codegen/aws/types/organizations_OrganizationAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_OrganizationAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_OrganizationAccount { // ARN of the root @@ -27,40 +27,40 @@ export function organizations_OrganizationAccount_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email of the account", + 'email', + 'Email of the account', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/organizations_OrganizationNonMasterAccount.ts b/src/app/Models/codegen/aws/types/organizations_OrganizationNonMasterAccount.ts index 0cbbb54eb..bf14b5bf4 100644 --- a/src/app/Models/codegen/aws/types/organizations_OrganizationNonMasterAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_OrganizationNonMasterAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_OrganizationNonMasterAccount { // The name of the policy type @@ -27,40 +27,40 @@ export function organizations_OrganizationNonMasterAccount_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email of the account", + 'email', + 'Email of the account', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/organizations_OrganizationRoot.ts b/src/app/Models/codegen/aws/types/organizations_OrganizationRoot.ts index 3826f677f..5b4d78ae4 100644 --- a/src/app/Models/codegen/aws/types/organizations_OrganizationRoot.ts +++ b/src/app/Models/codegen/aws/types/organizations_OrganizationRoot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { organizations_OrganizationRootPolicyType, organizations_OrganizationRootPolicyType_GetTypes, -} from "./organizations_OrganizationRootPolicyType"; +} from './organizations_OrganizationRootPolicyType'; export interface organizations_OrganizationRoot { // ARN of the root @@ -28,32 +28,32 @@ export function organizations_OrganizationRoot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "policyTypes", - "List of policy types enabled for this root. All elements have these attributes:", + 'policyTypes', + 'List of policy types enabled for this root. All elements have these attributes:', () => organizations_OrganizationRootPolicyType_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/organizations_OrganizationRootPolicyType.ts b/src/app/Models/codegen/aws/types/organizations_OrganizationRootPolicyType.ts index 32f13b83c..baac6ae3a 100644 --- a/src/app/Models/codegen/aws/types/organizations_OrganizationRootPolicyType.ts +++ b/src/app/Models/codegen/aws/types/organizations_OrganizationRootPolicyType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_OrganizationRootPolicyType { // The status of the policy type as it relates to the associated root @@ -18,12 +18,12 @@ export function organizations_OrganizationRootPolicyType_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], false, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/organizations_OrganizationalUnitAccount.ts b/src/app/Models/codegen/aws/types/organizations_OrganizationalUnitAccount.ts index ac7ccb85e..9189bb8db 100644 --- a/src/app/Models/codegen/aws/types/organizations_OrganizationalUnitAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_OrganizationalUnitAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_OrganizationalUnitAccount { // ARN of the organizational unit @@ -24,32 +24,32 @@ export function organizations_OrganizationalUnitAccount_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the organizational unit", + 'arn', + 'ARN of the organizational unit', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email of the account", + 'email', + 'Email of the account', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the organization unit", + 'id', + 'Identifier of the organization unit', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for the organizational unit", + 'name', + 'The name for the organizational unit', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getDelegatedAdministratorsDelegatedAdministrator.ts b/src/app/Models/codegen/aws/types/organizations_getDelegatedAdministratorsDelegatedAdministrator.ts index 8a96e9440..d1c47d9de 100644 --- a/src/app/Models/codegen/aws/types/organizations_getDelegatedAdministratorsDelegatedAdministrator.ts +++ b/src/app/Models/codegen/aws/types/organizations_getDelegatedAdministratorsDelegatedAdministrator.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getDelegatedAdministratorsDelegatedAdministrator { // The ARN of the delegated administrator's account. @@ -36,7 +36,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G return [ new DynamicUIProps( InputType.String, - "status", + 'status', "The status of the delegated administrator's account in the organization.", () => [], true, @@ -44,7 +44,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "arn", + 'arn', "The ARN of the delegated administrator's account.", () => [], true, @@ -52,15 +52,15 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "delegationEnabledDate", - "The date when the account was made a delegated administrator.", + 'delegationEnabledDate', + 'The date when the account was made a delegated administrator.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", + 'email', "The email address that is associated with the delegated administrator's AWS account.", () => [], true, @@ -68,7 +68,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "id", + 'id', "The unique identifier (ID) of the delegated administrator's account.", () => [], true, @@ -76,7 +76,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "joinedMethod", + 'joinedMethod', "The method by which the delegated administrator's account joined the organization.", () => [], true, @@ -84,7 +84,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "joinedTimestamp", + 'joinedTimestamp', "The date when the delegated administrator's account became a part of the organization.", () => [], true, @@ -92,7 +92,7 @@ export function organizations_getDelegatedAdministratorsDelegatedAdministrator_G ), new DynamicUIProps( InputType.String, - "name", + 'name', "The friendly name of the delegated administrator's account.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/organizations_getDelegatedServicesDelegatedService.ts b/src/app/Models/codegen/aws/types/organizations_getDelegatedServicesDelegatedService.ts index 27fc314dc..e22cce4af 100644 --- a/src/app/Models/codegen/aws/types/organizations_getDelegatedServicesDelegatedService.ts +++ b/src/app/Models/codegen/aws/types/organizations_getDelegatedServicesDelegatedService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getDelegatedServicesDelegatedService { // The date that the account became a delegated administrator for this service. @@ -18,16 +18,16 @@ export function organizations_getDelegatedServicesDelegatedService_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "delegationEnabledDate", - "The date that the account became a delegated administrator for this service.", + 'delegationEnabledDate', + 'The date that the account became a delegated administrator for this service.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "servicePrincipal", - "The name of an AWS service that can request an operation for the specified service.", + 'servicePrincipal', + 'The name of an AWS service that can request an operation for the specified service.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationAccount.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationAccount.ts index 516512b98..d242ff7bd 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationAccount { // Email of the account @@ -27,40 +27,40 @@ export function organizations_getOrganizationAccount_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", - "Email of the account", + 'email', + 'Email of the account', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationNonMasterAccount.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationNonMasterAccount.ts index eb89d1ea0..8eb3dcdb5 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationNonMasterAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationNonMasterAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationNonMasterAccount { // The status of the policy type as it relates to the associated root @@ -27,40 +27,40 @@ export function organizations_getOrganizationNonMasterAccount_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", - "Email of the account", + 'email', + 'Email of the account', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationRoot.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationRoot.ts index 3ee47fbd4..5a1a7c7c7 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationRoot.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationRoot.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { organizations_getOrganizationRootPolicyType, organizations_getOrganizationRootPolicyType_GetTypes, -} from "./organizations_getOrganizationRootPolicyType"; +} from './organizations_getOrganizationRootPolicyType'; export interface organizations_getOrganizationRoot { // ARN of the root @@ -28,32 +28,32 @@ export function organizations_getOrganizationRoot_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the root", + 'arn', + 'ARN of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Identifier of the root", + 'id', + 'Identifier of the root', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the policy type", + 'name', + 'The name of the policy type', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "policyTypes", - "List of policy types enabled for this root. All elements have these attributes:", + 'policyTypes', + 'List of policy types enabled for this root. All elements have these attributes:', () => organizations_getOrganizationRootPolicyType_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationRootPolicyType.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationRootPolicyType.ts index 4a95b303d..276967718 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationRootPolicyType.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationRootPolicyType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationRootPolicyType { // The status of the policy type as it relates to the associated root @@ -18,12 +18,12 @@ export function organizations_getOrganizationRootPolicyType_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "status", - "The status of the policy type as it relates to the associated root", + 'status', + 'The status of the policy type as it relates to the associated root', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitChildAccountsAccount.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitChildAccountsAccount.ts index beaccc52a..f67950d12 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitChildAccountsAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitChildAccountsAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationalUnitChildAccountsAccount { // The Amazon Resource Name (ARN) of the account. @@ -27,40 +27,40 @@ export function organizations_getOrganizationalUnitChildAccountsAccount_GetTypes return [ new DynamicUIProps( InputType.String, - "name", - "The friendly name of the account.", + 'name', + 'The friendly name of the account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the account in the organization.", + 'status', + 'The status of the account in the organization.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the account.", + 'arn', + 'The Amazon Resource Name (ARN) of the account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", - "The email address associated with the AWS account.", + 'email', + 'The email address associated with the AWS account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Parent identifier of the organizational units.", + 'id', + 'Parent identifier of the organizational units.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitDescendantAccountsAccount.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitDescendantAccountsAccount.ts index 0bf5168fa..c251778d5 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitDescendantAccountsAccount.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitDescendantAccountsAccount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationalUnitDescendantAccountsAccount { // Parent identifier of the organizational units. @@ -27,40 +27,40 @@ export function organizations_getOrganizationalUnitDescendantAccountsAccount_Get return [ new DynamicUIProps( InputType.String, - "id", - "Parent identifier of the organizational units.", + 'id', + 'Parent identifier of the organizational units.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The friendly name of the account.", + 'name', + 'The friendly name of the account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The status of the account in the organization.", + 'status', + 'The status of the account in the organization.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the account.", + 'arn', + 'The Amazon Resource Name (ARN) of the account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "email", - "The email address associated with the AWS account.", + 'email', + 'The email address associated with the AWS account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitsChild.ts b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitsChild.ts index 8ed344d84..37e4e664d 100644 --- a/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitsChild.ts +++ b/src/app/Models/codegen/aws/types/organizations_getOrganizationalUnitsChild.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface organizations_getOrganizationalUnitsChild { // ARN of the organizational unit @@ -21,24 +21,24 @@ export function organizations_getOrganizationalUnitsChild_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the organizational unit", + 'arn', + 'ARN of the organizational unit', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Parent identifier of the organizational units.", + 'id', + 'Parent identifier of the organizational units.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the organizational unit", + 'name', + 'Name of the organizational unit', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributes.ts b/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributes.ts index 7d946e9be..2b3884c04 100644 --- a/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributes.ts +++ b/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributes.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { paymentcryptography_KeyKeyAttributesKeyModesOfUse, paymentcryptography_KeyKeyAttributesKeyModesOfUse_GetTypes, -} from "./paymentcryptography_KeyKeyAttributesKeyModesOfUse"; +} from './paymentcryptography_KeyKeyAttributesKeyModesOfUse'; export interface paymentcryptography_KeyKeyAttributes { // List of cryptographic operations that you can perform using the key. @@ -28,32 +28,32 @@ export function paymentcryptography_KeyKeyAttributes_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "keyModesOfUse", - "List of cryptographic operations that you can perform using the key.", + 'keyModesOfUse', + 'List of cryptographic operations that you can perform using the key.', () => paymentcryptography_KeyKeyAttributesKeyModesOfUse_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "keyUsage", - "Cryptographic usage of an AWS Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.", + 'keyUsage', + 'Cryptographic usage of an AWS Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyAlgorithm", - "Key algorithm to be use during creation of an AWS Payment Cryptography key.", + 'keyAlgorithm', + 'Key algorithm to be use during creation of an AWS Payment Cryptography key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "keyClass", - "Type of AWS Payment Cryptography key to create.", + 'keyClass', + 'Type of AWS Payment Cryptography key to create.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributesKeyModesOfUse.ts b/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributesKeyModesOfUse.ts index bc61631ef..db7264790 100644 --- a/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributesKeyModesOfUse.ts +++ b/src/app/Models/codegen/aws/types/paymentcryptography_KeyKeyAttributesKeyModesOfUse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface paymentcryptography_KeyKeyAttributesKeyModesOfUse { // Whether an AWS Payment Cryptography key can be used to unwrap other keys. @@ -39,72 +39,72 @@ export function paymentcryptography_KeyKeyAttributesKeyModesOfUse_GetTypes(): Dy return [ new DynamicUIProps( InputType.Bool, - "sign", - "Whether an AWS Payment Cryptography key can be used for signing.", + 'sign', + 'Whether an AWS Payment Cryptography key can be used for signing.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "deriveKey", - "Whether an AWS Payment Cryptography key can be used to derive new keys.", + 'deriveKey', + 'Whether an AWS Payment Cryptography key can be used to derive new keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "unwrap", - "Whether an AWS Payment Cryptography key can be used to unwrap other keys.", + 'unwrap', + 'Whether an AWS Payment Cryptography key can be used to unwrap other keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "wrap", - "Whether an AWS Payment Cryptography key can be used to wrap other keys.", + 'wrap', + 'Whether an AWS Payment Cryptography key can be used to wrap other keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "noRestrictions", - "Whether an AWS Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.", + 'noRestrictions', + 'Whether an AWS Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "verify", - "Whether an AWS Payment Cryptography key can be used to verify signatures.", + 'verify', + 'Whether an AWS Payment Cryptography key can be used to verify signatures.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "decrypt", - "Whether an AWS Payment Cryptography key can be used to decrypt data.", + 'decrypt', + 'Whether an AWS Payment Cryptography key can be used to decrypt data.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "generate", - "Whether an AWS Payment Cryptography key can be used to generate and verify other card and PIN verification keys.", + 'generate', + 'Whether an AWS Payment Cryptography key can be used to generate and verify other card and PIN verification keys.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encrypt", - "Whether an AWS Payment Cryptography key can be used to encrypt data.", + 'encrypt', + 'Whether an AWS Payment Cryptography key can be used to encrypt data.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/paymentcryptography_KeyTimeouts.ts b/src/app/Models/codegen/aws/types/paymentcryptography_KeyTimeouts.ts index ed3621881..9c25eabd1 100644 --- a/src/app/Models/codegen/aws/types/paymentcryptography_KeyTimeouts.ts +++ b/src/app/Models/codegen/aws/types/paymentcryptography_KeyTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface paymentcryptography_KeyTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function paymentcryptography_KeyTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function paymentcryptography_KeyTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function paymentcryptography_KeyTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/pinpoint_AppCampaignHook.ts b/src/app/Models/codegen/aws/types/pinpoint_AppCampaignHook.ts index 3ffe3a6e0..7f3dd2d10 100644 --- a/src/app/Models/codegen/aws/types/pinpoint_AppCampaignHook.ts +++ b/src/app/Models/codegen/aws/types/pinpoint_AppCampaignHook.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pinpoint_AppCampaignHook { // Lambda function name or ARN to be called for delivery. Conflicts with `web_url` @@ -21,24 +21,24 @@ export function pinpoint_AppCampaignHook_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lambdaFunctionName", - "Lambda function name or ARN to be called for delivery. Conflicts with `web_url`", + 'lambdaFunctionName', + 'Lambda function name or ARN to be called for delivery. Conflicts with `web_url`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "What mode Lambda should be invoked in. Valid values for this parameter are `DELIVERY`, `FILTER`.", + 'mode', + 'What mode Lambda should be invoked in. Valid values for this parameter are `DELIVERY`, `FILTER`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "webUrl", - "Web URL to call for hook. If the URL has authentication specified it will be added as authentication to the request. Conflicts with `lambda_function_name`", + 'webUrl', + 'Web URL to call for hook. If the URL has authentication specified it will be added as authentication to the request. Conflicts with `lambda_function_name`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pinpoint_AppLimits.ts b/src/app/Models/codegen/aws/types/pinpoint_AppLimits.ts index 6cb111598..4fc555b52 100644 --- a/src/app/Models/codegen/aws/types/pinpoint_AppLimits.ts +++ b/src/app/Models/codegen/aws/types/pinpoint_AppLimits.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pinpoint_AppLimits { // The maximum number of messages that the campaign can send daily. @@ -24,32 +24,32 @@ export function pinpoint_AppLimits_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "daily", - "The maximum number of messages that the campaign can send daily.", + 'daily', + 'The maximum number of messages that the campaign can send daily.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumDuration", - "The length of time (in seconds) that the campaign can run before it ends and message deliveries stop. This duration begins at the scheduled start time for the campaign. The minimum value is 60.", + 'maximumDuration', + 'The length of time (in seconds) that the campaign can run before it ends and message deliveries stop. This duration begins at the scheduled start time for the campaign. The minimum value is 60.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "messagesPerSecond", - "The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.", + 'messagesPerSecond', + 'The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "total", - "The maximum total number of messages that the campaign can send.", + 'total', + 'The maximum total number of messages that the campaign can send.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pinpoint_AppQuietTime.ts b/src/app/Models/codegen/aws/types/pinpoint_AppQuietTime.ts index 5ac302c1c..6973af1a8 100644 --- a/src/app/Models/codegen/aws/types/pinpoint_AppQuietTime.ts +++ b/src/app/Models/codegen/aws/types/pinpoint_AppQuietTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pinpoint_AppQuietTime { // The default end time for quiet time in ISO 8601 format. Required if `start` is set @@ -18,16 +18,16 @@ export function pinpoint_AppQuietTime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "end", - "The default end time for quiet time in ISO 8601 format. Required if `start` is set", + 'end', + 'The default end time for quiet time in ISO 8601 format. Required if `start` is set', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "The default start time for quiet time in ISO 8601 format. Required if `end` is set", + 'start', + 'The default start time for quiet time in ISO 8601 format. Required if `end` is set', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplate.ts b/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplate.ts index c6df2c80f..86ccf9250 100644 --- a/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplate.ts +++ b/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pinpoint_EmailTemplateEmailTemplateHeader, pinpoint_EmailTemplateEmailTemplateHeader_GetTypes, -} from "./pinpoint_EmailTemplateEmailTemplateHeader"; +} from './pinpoint_EmailTemplateEmailTemplateHeader'; export interface pinpoint_EmailTemplateEmailTemplate { // The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message. @@ -37,39 +37,39 @@ export function pinpoint_EmailTemplateEmailTemplate_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "headers", - "", + 'headers', + '', () => pinpoint_EmailTemplateEmailTemplateHeader_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "htmlPart", - "The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.", + 'htmlPart', + 'The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recommenderId", - "The unique identifier for the recommender model to use for the message template. Amazon Pinpoint uses this value to determine how to retrieve and process data from a recommender model when it sends messages that use the template, if the template contains message variables for recommendation data.", + 'recommenderId', + 'The unique identifier for the recommender model to use for the message template. Amazon Pinpoint uses this value to determine how to retrieve and process data from a recommender model when it sends messages that use the template, if the template contains message variables for recommendation data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subject", - "Subject line, or title, to use in email messages that are based on the message template.", + 'subject', + 'Subject line, or title, to use in email messages that are based on the message template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textPart", + 'textPart', "Message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.", () => [], false, @@ -77,7 +77,7 @@ export function pinpoint_EmailTemplateEmailTemplate_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "defaultSubstitutions", + 'defaultSubstitutions', "JSON object that specifies the default values to use for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.", () => [], false, @@ -85,8 +85,8 @@ export function pinpoint_EmailTemplateEmailTemplate_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplateHeader.ts b/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplateHeader.ts index 30dccafeb..73815b796 100644 --- a/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplateHeader.ts +++ b/src/app/Models/codegen/aws/types/pinpoint_EmailTemplateEmailTemplateHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pinpoint_EmailTemplateEmailTemplateHeader { // Value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length. @@ -18,16 +18,16 @@ export function pinpoint_EmailTemplateEmailTemplateHeader_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "value", - "Value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.", + 'value', + 'Value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the message header. The header name can contain up to 126 characters.", + 'name', + 'Name of the message header. The header name can contain up to 126 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParameters.ts index bb3b2f5f7..90d30a393 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeEnrichmentParametersHttpParameters, pipes_PipeEnrichmentParametersHttpParameters_GetTypes, -} from "./pipes_PipeEnrichmentParametersHttpParameters"; +} from './pipes_PipeEnrichmentParametersHttpParameters'; export interface pipes_PipeEnrichmentParameters { // Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination. If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence. Detailed below. @@ -22,7 +22,7 @@ export function pipes_PipeEnrichmentParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "httpParameters", + 'httpParameters', "Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination. If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence. Detailed below.", () => pipes_PipeEnrichmentParametersHttpParameters_GetTypes(), false, @@ -30,8 +30,8 @@ export function pipes_PipeEnrichmentParameters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "inputTemplate", - "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. Maximum length of 8192 characters.", + 'inputTemplate', + 'Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. Maximum length of 8192 characters.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParametersHttpParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParametersHttpParameters.ts index 45bbaf73e..09f642d8b 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParametersHttpParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeEnrichmentParametersHttpParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeEnrichmentParametersHttpParameters { // @@ -21,24 +21,24 @@ export function pipes_PipeEnrichmentParametersHttpParameters_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Map, - "headerParameters", - "", + 'headerParameters', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pathParameterValues", - "", + 'pathParameterValues', + '', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "queryStringParameters", - "", + 'queryStringParameters', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeLogConfiguration.ts b/src/app/Models/codegen/aws/types/pipes_PipeLogConfiguration.ts index ce744e3d5..de73136c6 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeLogConfiguration.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeLogConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeLogConfigurationCloudwatchLogsLogDestination, pipes_PipeLogConfigurationCloudwatchLogsLogDestination_GetTypes, -} from "./pipes_PipeLogConfigurationCloudwatchLogsLogDestination"; +} from './pipes_PipeLogConfigurationCloudwatchLogsLogDestination'; import { pipes_PipeLogConfigurationFirehoseLogDestination, pipes_PipeLogConfigurationFirehoseLogDestination_GetTypes, -} from "./pipes_PipeLogConfigurationFirehoseLogDestination"; +} from './pipes_PipeLogConfigurationFirehoseLogDestination'; import { pipes_PipeLogConfigurationS3LogDestination, pipes_PipeLogConfigurationS3LogDestination_GetTypes, -} from "./pipes_PipeLogConfigurationS3LogDestination"; +} from './pipes_PipeLogConfigurationS3LogDestination'; export interface pipes_PipeLogConfiguration { // Amazon CloudWatch Logs logging configuration settings for the pipe. Detailed below. @@ -39,40 +39,40 @@ export function pipes_PipeLogConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogsLogDestination", - "Amazon CloudWatch Logs logging configuration settings for the pipe. Detailed below.", + 'cloudwatchLogsLogDestination', + 'Amazon CloudWatch Logs logging configuration settings for the pipe. Detailed below.', () => pipes_PipeLogConfigurationCloudwatchLogsLogDestination_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "firehoseLogDestination", - "Amazon Kinesis Data Firehose logging configuration settings for the pipe. Detailed below.", + 'firehoseLogDestination', + 'Amazon Kinesis Data Firehose logging configuration settings for the pipe. Detailed below.', () => pipes_PipeLogConfigurationFirehoseLogDestination_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includeExecutionDatas", - "String list that specifies whether the execution data (specifically, the `payload`, `awsRequest`, and `awsResponse` fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. Valid values `ALL`.", + 'includeExecutionDatas', + 'String list that specifies whether the execution data (specifically, the `payload`, `awsRequest`, and `awsResponse` fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. Valid values `ALL`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "level", - "The level of logging detail to include. Valid values `OFF`, `ERROR`, `INFO` and `TRACE`.", + 'level', + 'The level of logging detail to include. Valid values `OFF`, `ERROR`, `INFO` and `TRACE`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "s3LogDestination", - "Amazon S3 logging configuration settings for the pipe. Detailed below.", + 's3LogDestination', + 'Amazon S3 logging configuration settings for the pipe. Detailed below.', () => pipes_PipeLogConfigurationS3LogDestination_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationCloudwatchLogsLogDestination.ts b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationCloudwatchLogsLogDestination.ts index 60aad117d..42f5d2227 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationCloudwatchLogsLogDestination.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationCloudwatchLogsLogDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeLogConfigurationCloudwatchLogsLogDestination { // Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records. @@ -15,8 +15,8 @@ export function pipes_PipeLogConfigurationCloudwatchLogsLogDestination_GetTypes( return [ new DynamicUIProps( InputType.String, - "logGroupArn", - "Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.", + 'logGroupArn', + 'Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationFirehoseLogDestination.ts b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationFirehoseLogDestination.ts index c852f116f..c4ce0e0c6 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationFirehoseLogDestination.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationFirehoseLogDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeLogConfigurationFirehoseLogDestination { // Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records. @@ -15,8 +15,8 @@ export function pipes_PipeLogConfigurationFirehoseLogDestination_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "deliveryStreamArn", - "Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.", + 'deliveryStreamArn', + 'Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationS3LogDestination.ts b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationS3LogDestination.ts index 6d9753cff..47d2bc449 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationS3LogDestination.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeLogConfigurationS3LogDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeLogConfigurationS3LogDestination { // Name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe. @@ -24,32 +24,32 @@ export function pipes_PipeLogConfigurationS3LogDestination_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "prefix", - "Prefix text with which to begin Amazon S3 log object names.", + 'prefix', + 'Prefix text with which to begin Amazon S3 log object names.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.", + 'bucketName', + 'Name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketOwner", - "Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.", + 'bucketOwner', + 'Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputFormat", - "EventBridge format for the log records. Valid values `json`, `plain` and `w3c`.", + 'outputFormat', + 'EventBridge format for the log records. Valid values `json`, `plain` and `w3c`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParameters.ts index cd46360aa..4fd25773c 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParameters.ts @@ -3,40 +3,40 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersSqsQueueParameters, pipes_PipeSourceParametersSqsQueueParameters_GetTypes, -} from "./pipes_PipeSourceParametersSqsQueueParameters"; +} from './pipes_PipeSourceParametersSqsQueueParameters'; import { pipes_PipeSourceParametersActivemqBrokerParameters, pipes_PipeSourceParametersActivemqBrokerParameters_GetTypes, -} from "./pipes_PipeSourceParametersActivemqBrokerParameters"; +} from './pipes_PipeSourceParametersActivemqBrokerParameters'; import { pipes_PipeSourceParametersDynamodbStreamParameters, pipes_PipeSourceParametersDynamodbStreamParameters_GetTypes, -} from "./pipes_PipeSourceParametersDynamodbStreamParameters"; +} from './pipes_PipeSourceParametersDynamodbStreamParameters'; import { pipes_PipeSourceParametersFilterCriteria, pipes_PipeSourceParametersFilterCriteria_GetTypes, -} from "./pipes_PipeSourceParametersFilterCriteria"; +} from './pipes_PipeSourceParametersFilterCriteria'; import { pipes_PipeSourceParametersKinesisStreamParameters, pipes_PipeSourceParametersKinesisStreamParameters_GetTypes, -} from "./pipes_PipeSourceParametersKinesisStreamParameters"; +} from './pipes_PipeSourceParametersKinesisStreamParameters'; import { pipes_PipeSourceParametersManagedStreamingKafkaParameters, pipes_PipeSourceParametersManagedStreamingKafkaParameters_GetTypes, -} from "./pipes_PipeSourceParametersManagedStreamingKafkaParameters"; +} from './pipes_PipeSourceParametersManagedStreamingKafkaParameters'; import { pipes_PipeSourceParametersRabbitmqBrokerParameters, pipes_PipeSourceParametersRabbitmqBrokerParameters_GetTypes, -} from "./pipes_PipeSourceParametersRabbitmqBrokerParameters"; +} from './pipes_PipeSourceParametersRabbitmqBrokerParameters'; import { pipes_PipeSourceParametersSelfManagedKafkaParameters, pipes_PipeSourceParametersSelfManagedKafkaParameters_GetTypes, -} from "./pipes_PipeSourceParametersSelfManagedKafkaParameters"; +} from './pipes_PipeSourceParametersSelfManagedKafkaParameters'; export interface pipes_PipeSourceParameters { // The collection of event patterns used to [filter events](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-filtering.html). Detailed below. @@ -68,56 +68,56 @@ export function pipes_PipeSourceParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "selfManagedKafkaParameters", - "The parameters for using a self-managed Apache Kafka stream as a source. Detailed below.", + 'selfManagedKafkaParameters', + 'The parameters for using a self-managed Apache Kafka stream as a source. Detailed below.', () => pipes_PipeSourceParametersSelfManagedKafkaParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqsQueueParameters", - "The parameters for using a Amazon SQS stream as a source. Detailed below.", + 'sqsQueueParameters', + 'The parameters for using a Amazon SQS stream as a source. Detailed below.', () => pipes_PipeSourceParametersSqsQueueParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "activemqBrokerParameters", - "The parameters for using an Active MQ broker as a source. Detailed below.", + 'activemqBrokerParameters', + 'The parameters for using an Active MQ broker as a source. Detailed below.', () => pipes_PipeSourceParametersActivemqBrokerParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dynamodbStreamParameters", - "The parameters for using a DynamoDB stream as a source. Detailed below.", + 'dynamodbStreamParameters', + 'The parameters for using a DynamoDB stream as a source. Detailed below.', () => pipes_PipeSourceParametersDynamodbStreamParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "filterCriteria", - "The collection of event patterns used to [filter events](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-filtering.html). Detailed below.", + 'filterCriteria', + 'The collection of event patterns used to [filter events](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-filtering.html). Detailed below.', () => pipes_PipeSourceParametersFilterCriteria_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisStreamParameters", - "The parameters for using a Kinesis stream as a source. Detailed below.", + 'kinesisStreamParameters', + 'The parameters for using a Kinesis stream as a source. Detailed below.', () => pipes_PipeSourceParametersKinesisStreamParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "managedStreamingKafkaParameters", - "The parameters for using an MSK stream as a source. Detailed below.", + 'managedStreamingKafkaParameters', + 'The parameters for using an MSK stream as a source. Detailed below.', () => pipes_PipeSourceParametersManagedStreamingKafkaParameters_GetTypes(), false, @@ -125,8 +125,8 @@ export function pipes_PipeSourceParameters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "rabbitmqBrokerParameters", - "The parameters for using a Rabbit MQ broker as a source. Detailed below.", + 'rabbitmqBrokerParameters', + 'The parameters for using a Rabbit MQ broker as a source. Detailed below.', () => pipes_PipeSourceParametersRabbitmqBrokerParameters_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParameters.ts index a5e9a8e53..d1957117a 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersActivemqBrokerParametersCredentials, pipes_PipeSourceParametersActivemqBrokerParametersCredentials_GetTypes, -} from "./pipes_PipeSourceParametersActivemqBrokerParametersCredentials"; +} from './pipes_PipeSourceParametersActivemqBrokerParametersCredentials'; export interface pipes_PipeSourceParametersActivemqBrokerParameters { // The maximum number of records to include in each batch. Maximum value of 10000. @@ -28,16 +28,16 @@ export function pipes_PipeSourceParametersActivemqBrokerParameters_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "credentials", - "The credentials needed to access the resource. Detailed below.", + 'credentials', + 'The credentials needed to access the resource. Detailed below.', () => pipes_PipeSourceParametersActivemqBrokerParametersCredentials_GetTypes(), true, @@ -45,16 +45,16 @@ export function pipes_PipeSourceParametersActivemqBrokerParameters_GetTypes(): D ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queueName", - "The name of the destination queue to consume. Maximum length of 1000.", + 'queueName', + 'The name of the destination queue to consume. Maximum length of 1000.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParametersCredentials.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParametersCredentials.ts index 0fd2bc6c0..a2bd028f0 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParametersCredentials.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersActivemqBrokerParametersCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersActivemqBrokerParametersCredentials { // The ARN of the Secrets Manager secret containing the credentials. @@ -15,8 +15,8 @@ export function pipes_PipeSourceParametersActivemqBrokerParametersCredentials_Ge return [ new DynamicUIProps( InputType.String, - "basicAuth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'basicAuth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParameters.ts index 40cc650b9..639288d19 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig, pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig_GetTypes, -} from "./pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig"; +} from './pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig'; export interface pipes_PipeSourceParametersDynamodbStreamParameters { // Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch. Valid values: AUTOMATIC_BISECT. @@ -40,48 +40,48 @@ export function pipes_PipeSourceParametersDynamodbStreamParameters_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source. Maximum value of 10,000.", + 'maximumRetryAttempts', + 'Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source. Maximum value of 10,000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onPartialBatchItemFailure", - "Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch. Valid values: AUTOMATIC_BISECT.", + 'onPartialBatchItemFailure', + 'Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch. Valid values: AUTOMATIC_BISECT.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parallelizationFactor", - "The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.", + 'parallelizationFactor', + 'The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startingPosition", - "The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.", + 'startingPosition', + 'The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Define the target queue to send dead-letter queue events to. Detailed below.", + 'deadLetterConfig', + 'Define the target queue to send dead-letter queue events to. Detailed below.', () => pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig_GetTypes(), false, @@ -89,16 +89,16 @@ export function pipes_PipeSourceParametersDynamodbStreamParameters_GetTypes(): D ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRecordAgeInSeconds", - "Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records. Maximum value of 604,800.", + 'maximumRecordAgeInSeconds', + 'Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records. Maximum value of 604,800.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig.ts index d010eea38..bd8e5d29a 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConfig { // ARN of this pipe. @@ -15,8 +15,8 @@ export function pipes_PipeSourceParametersDynamodbStreamParametersDeadLetterConf return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of this pipe.", + 'arn', + 'ARN of this pipe.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteria.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteria.ts index b455d727b..736260b0d 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteria.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersFilterCriteriaFilter, pipes_PipeSourceParametersFilterCriteriaFilter_GetTypes, -} from "./pipes_PipeSourceParametersFilterCriteriaFilter"; +} from './pipes_PipeSourceParametersFilterCriteriaFilter'; export interface pipes_PipeSourceParametersFilterCriteria { // An array of up to 5 event patterns. Detailed below. @@ -19,8 +19,8 @@ export function pipes_PipeSourceParametersFilterCriteria_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "filters", - "An array of up to 5 event patterns. Detailed below.", + 'filters', + 'An array of up to 5 event patterns. Detailed below.', () => pipes_PipeSourceParametersFilterCriteriaFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteriaFilter.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteriaFilter.ts index cd2ab79f2..a2f3b8141 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteriaFilter.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersFilterCriteriaFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersFilterCriteriaFilter { // The event pattern. At most 4096 characters. @@ -15,8 +15,8 @@ export function pipes_PipeSourceParametersFilterCriteriaFilter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "pattern", - "The event pattern. At most 4096 characters.", + 'pattern', + 'The event pattern. At most 4096 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParameters.ts index 04f425b1d..defe2480c 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig, pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig_GetTypes, -} from "./pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig"; +} from './pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig'; export interface pipes_PipeSourceParametersKinesisStreamParameters { // Define the target queue to send dead-letter queue events to. Detailed below. @@ -43,32 +43,32 @@ export function pipes_PipeSourceParametersKinesisStreamParameters_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "onPartialBatchItemFailure", - "Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch. Valid values: AUTOMATIC_BISECT.", + 'onPartialBatchItemFailure', + 'Define how to handle item process failures. AUTOMATIC_BISECT halves each batch and retry each half until all the records are processed or there is one failed message left in the batch. Valid values: AUTOMATIC_BISECT.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source. Maximum value of 10,000.", + 'maximumRetryAttempts', + 'Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source. Maximum value of 10,000.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "parallelizationFactor", - "The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.", + 'parallelizationFactor', + 'The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Define the target queue to send dead-letter queue events to. Detailed below.", + 'deadLetterConfig', + 'Define the target queue to send dead-letter queue events to. Detailed below.', () => pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig_GetTypes(), false, @@ -76,40 +76,40 @@ export function pipes_PipeSourceParametersKinesisStreamParameters_GetTypes(): Dy ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRecordAgeInSeconds", - "Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records. Maximum value of 604,800.", + 'maximumRecordAgeInSeconds', + 'Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records. Maximum value of 604,800.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startingPositionTimestamp", - "With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.", + 'startingPositionTimestamp', + 'With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "startingPosition", - "The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.", + 'startingPosition', + 'The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig.ts index 25ed24e86..46b0773b9 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfig { // ARN of this pipe. @@ -15,8 +15,8 @@ export function pipes_PipeSourceParametersKinesisStreamParametersDeadLetterConfi return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of this pipe.", + 'arn', + 'ARN of this pipe.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParameters.ts index 0bd27af17..bf625b8ad 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials, pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials_GetTypes, -} from "./pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials"; +} from './pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials'; export interface pipes_PipeSourceParametersManagedStreamingKafkaParameters { // The name of the destination queue to consume. Maximum value of 200. @@ -34,40 +34,40 @@ export function pipes_PipeSourceParametersManagedStreamingKafkaParameters_GetTyp return [ new DynamicUIProps( InputType.String, - "startingPosition", - "The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.", + 'startingPosition', + 'The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "topicName", - "The name of the topic that the pipe will read from. Maximum length of 249.", + 'topicName', + 'The name of the topic that the pipe will read from. Maximum length of 249.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "consumerGroupId", - "The name of the destination queue to consume. Maximum value of 200.", + 'consumerGroupId', + 'The name of the destination queue to consume. Maximum value of 200.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "credentials", - "The credentials needed to access the resource. Detailed below.", + 'credentials', + 'The credentials needed to access the resource. Detailed below.', () => pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials_GetTypes(), false, @@ -75,8 +75,8 @@ export function pipes_PipeSourceParametersManagedStreamingKafkaParameters_GetTyp ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials.ts index 94e6e193b..202c79fd3 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersManagedStreamingKafkaParametersCredentials { // The ARN of the Secrets Manager secret containing the credentials. @@ -18,16 +18,16 @@ export function pipes_PipeSourceParametersManagedStreamingKafkaParametersCredent return [ new DynamicUIProps( InputType.String, - "clientCertificateTlsAuth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'clientCertificateTlsAuth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "saslScram512Auth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'saslScram512Auth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParameters.ts index a430c7707..4bbd75d2b 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials, pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials_GetTypes, -} from "./pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials"; +} from './pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials'; export interface pipes_PipeSourceParametersRabbitmqBrokerParameters { // The maximum number of records to include in each batch. Maximum value of 10000. @@ -31,24 +31,24 @@ export function pipes_PipeSourceParametersRabbitmqBrokerParameters_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "virtualHost", - "The name of the virtual host associated with the source broker. Maximum length of 200.", + 'virtualHost', + 'The name of the virtual host associated with the source broker. Maximum length of 200.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "credentials", - "The credentials needed to access the resource. Detailed below.", + 'credentials', + 'The credentials needed to access the resource. Detailed below.', () => pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials_GetTypes(), true, @@ -56,16 +56,16 @@ export function pipes_PipeSourceParametersRabbitmqBrokerParameters_GetTypes(): D ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queueName", - "The name of the destination queue to consume. Maximum length of 1000.", + 'queueName', + 'The name of the destination queue to consume. Maximum length of 1000.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials.ts index 056232e0d..4a8a7a764 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials { // The ARN of the Secrets Manager secret containing the credentials. @@ -15,8 +15,8 @@ export function pipes_PipeSourceParametersRabbitmqBrokerParametersCredentials_Ge return [ new DynamicUIProps( InputType.String, - "basicAuth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'basicAuth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParameters.ts index a1631d8df..77f3efe6c 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParameters.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeSourceParametersSelfManagedKafkaParametersVpc, pipes_PipeSourceParametersSelfManagedKafkaParametersVpc_GetTypes, -} from "./pipes_PipeSourceParametersSelfManagedKafkaParametersVpc"; +} from './pipes_PipeSourceParametersSelfManagedKafkaParametersVpc'; import { pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials, pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials_GetTypes, -} from "./pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials"; +} from './pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials'; export interface pipes_PipeSourceParametersSelfManagedKafkaParameters { // The maximum length of a time to wait for events. Maximum value of 300. @@ -47,16 +47,16 @@ export function pipes_PipeSourceParametersSelfManagedKafkaParameters_GetTypes(): return [ new DynamicUIProps( InputType.String, - "consumerGroupId", - "The name of the destination queue to consume. Maximum value of 200.", + 'consumerGroupId', + 'The name of the destination queue to consume. Maximum value of 200.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "credentials", - "The credentials needed to access the resource. Detailed below.", + 'credentials', + 'The credentials needed to access the resource. Detailed below.', () => pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials_GetTypes(), false, @@ -64,56 +64,56 @@ export function pipes_PipeSourceParametersSelfManagedKafkaParameters_GetTypes(): ), new DynamicUIProps( InputType.String, - "startingPosition", - "The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.", + 'startingPosition', + 'The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "topicName", - "The name of the topic that the pipe will read from. Maximum length of 249.", + 'topicName', + 'The name of the topic that the pipe will read from. Maximum length of 249.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "additionalBootstrapServers", - "An array of server URLs. Maximum number of 2 items, each of maximum length 300.", + 'additionalBootstrapServers', + 'An array of server URLs. Maximum number of 2 items, each of maximum length 300.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "vpc", - "This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used. Detailed below.", + 'vpc', + 'This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used. Detailed below.', () => pipes_PipeSourceParametersSelfManagedKafkaParametersVpc_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverRootCaCertificate", - "The ARN of the Secrets Manager secret used for certification.", + 'serverRootCaCertificate', + 'The ARN of the Secrets Manager secret used for certification.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials.ts index 3ca5c0ec8..7d514059c 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials { // The ARN of the Secrets Manager secret containing the credentials. @@ -24,32 +24,32 @@ export function pipes_PipeSourceParametersSelfManagedKafkaParametersCredentials_ return [ new DynamicUIProps( InputType.String, - "basicAuth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'basicAuth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientCertificateTlsAuth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'clientCertificateTlsAuth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "saslScram256Auth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'saslScram256Auth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "saslScram512Auth", - "The ARN of the Secrets Manager secret containing the credentials.", + 'saslScram512Auth', + 'The ARN of the Secrets Manager secret containing the credentials.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersVpc.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersVpc.ts index 790868082..e2819c090 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersVpc.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSelfManagedKafkaParametersVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersSelfManagedKafkaParametersVpc { // @@ -18,16 +18,16 @@ export function pipes_PipeSourceParametersSelfManagedKafkaParametersVpc_GetTypes return [ new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSqsQueueParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSqsQueueParameters.ts index e49816f70..e8eddecf2 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSqsQueueParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeSourceParametersSqsQueueParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeSourceParametersSqsQueueParameters { // The maximum number of records to include in each batch. Maximum value of 10000. @@ -18,16 +18,16 @@ export function pipes_PipeSourceParametersSqsQueueParameters_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "batchSize", - "The maximum number of records to include in each batch. Maximum value of 10000.", + 'batchSize', + 'The maximum number of records to include in each batch. Maximum value of 10000.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumBatchingWindowInSeconds", - "The maximum length of a time to wait for events. Maximum value of 300.", + 'maximumBatchingWindowInSeconds', + 'The maximum length of a time to wait for events. Maximum value of 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParameters.ts index 7ee42894b..4ddab6f4e 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParameters.ts @@ -3,52 +3,52 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersHttpParameters, pipes_PipeTargetParametersHttpParameters_GetTypes, -} from "./pipes_PipeTargetParametersHttpParameters"; +} from './pipes_PipeTargetParametersHttpParameters'; import { pipes_PipeTargetParametersSqsQueueParameters, pipes_PipeTargetParametersSqsQueueParameters_GetTypes, -} from "./pipes_PipeTargetParametersSqsQueueParameters"; +} from './pipes_PipeTargetParametersSqsQueueParameters'; import { pipes_PipeTargetParametersBatchJobParameters, pipes_PipeTargetParametersBatchJobParameters_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParameters"; +} from './pipes_PipeTargetParametersBatchJobParameters'; import { pipes_PipeTargetParametersRedshiftDataParameters, pipes_PipeTargetParametersRedshiftDataParameters_GetTypes, -} from "./pipes_PipeTargetParametersRedshiftDataParameters"; +} from './pipes_PipeTargetParametersRedshiftDataParameters'; import { pipes_PipeTargetParametersLambdaFunctionParameters, pipes_PipeTargetParametersLambdaFunctionParameters_GetTypes, -} from "./pipes_PipeTargetParametersLambdaFunctionParameters"; +} from './pipes_PipeTargetParametersLambdaFunctionParameters'; import { pipes_PipeTargetParametersSagemakerPipelineParameters, pipes_PipeTargetParametersSagemakerPipelineParameters_GetTypes, -} from "./pipes_PipeTargetParametersSagemakerPipelineParameters"; +} from './pipes_PipeTargetParametersSagemakerPipelineParameters'; import { pipes_PipeTargetParametersCloudwatchLogsParameters, pipes_PipeTargetParametersCloudwatchLogsParameters_GetTypes, -} from "./pipes_PipeTargetParametersCloudwatchLogsParameters"; +} from './pipes_PipeTargetParametersCloudwatchLogsParameters'; import { pipes_PipeTargetParametersKinesisStreamParameters, pipes_PipeTargetParametersKinesisStreamParameters_GetTypes, -} from "./pipes_PipeTargetParametersKinesisStreamParameters"; +} from './pipes_PipeTargetParametersKinesisStreamParameters'; import { pipes_PipeTargetParametersStepFunctionStateMachineParameters, pipes_PipeTargetParametersStepFunctionStateMachineParameters_GetTypes, -} from "./pipes_PipeTargetParametersStepFunctionStateMachineParameters"; +} from './pipes_PipeTargetParametersStepFunctionStateMachineParameters'; import { pipes_PipeTargetParametersEcsTaskParameters, pipes_PipeTargetParametersEcsTaskParameters_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParameters"; +} from './pipes_PipeTargetParametersEcsTaskParameters'; import { pipes_PipeTargetParametersEventbridgeEventBusParameters, pipes_PipeTargetParametersEventbridgeEventBusParameters_GetTypes, -} from "./pipes_PipeTargetParametersEventbridgeEventBusParameters"; +} from './pipes_PipeTargetParametersEventbridgeEventBusParameters'; export interface pipes_PipeTargetParameters { // The parameters for using a Lambda function as a target. Detailed below. @@ -92,16 +92,16 @@ export function pipes_PipeTargetParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sagemakerPipelineParameters", - "The parameters for using a SageMaker pipeline as a target. Detailed below.", + 'sagemakerPipelineParameters', + 'The parameters for using a SageMaker pipeline as a target. Detailed below.', () => pipes_PipeTargetParametersSagemakerPipelineParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "stepFunctionStateMachineParameters", - "The parameters for using a Step Functions state machine as a target. Detailed below.", + 'stepFunctionStateMachineParameters', + 'The parameters for using a Step Functions state machine as a target. Detailed below.', () => pipes_PipeTargetParametersStepFunctionStateMachineParameters_GetTypes(), false, @@ -109,80 +109,80 @@ export function pipes_PipeTargetParameters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "cloudwatchLogsParameters", - "The parameters for using an CloudWatch Logs log stream as a target. Detailed below.", + 'cloudwatchLogsParameters', + 'The parameters for using an CloudWatch Logs log stream as a target. Detailed below.', () => pipes_PipeTargetParametersCloudwatchLogsParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inputTemplate", - "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. Maximum length of 8192 characters.", + 'inputTemplate', + 'Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. Maximum length of 8192 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sqsQueueParameters", - "The parameters for using a Amazon SQS stream as a target. Detailed below.", + 'sqsQueueParameters', + 'The parameters for using a Amazon SQS stream as a target. Detailed below.', () => pipes_PipeTargetParametersSqsQueueParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "batchJobParameters", - "The parameters for using an AWS Batch job as a target. Detailed below.", + 'batchJobParameters', + 'The parameters for using an AWS Batch job as a target. Detailed below.', () => pipes_PipeTargetParametersBatchJobParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eventbridgeEventBusParameters", - "The parameters for using an EventBridge event bus as a target. Detailed below.", + 'eventbridgeEventBusParameters', + 'The parameters for using an EventBridge event bus as a target. Detailed below.', () => pipes_PipeTargetParametersEventbridgeEventBusParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisStreamParameters", - "The parameters for using a Kinesis stream as a source. Detailed below.", + 'kinesisStreamParameters', + 'The parameters for using a Kinesis stream as a source. Detailed below.', () => pipes_PipeTargetParametersKinesisStreamParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "redshiftDataParameters", - "These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement. Detailed below.", + 'redshiftDataParameters', + 'These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement. Detailed below.', () => pipes_PipeTargetParametersRedshiftDataParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "lambdaFunctionParameters", - "The parameters for using a Lambda function as a target. Detailed below.", + 'lambdaFunctionParameters', + 'The parameters for using a Lambda function as a target. Detailed below.', () => pipes_PipeTargetParametersLambdaFunctionParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ecsTaskParameters", - "The parameters for using an Amazon ECS task as a target. Detailed below.", + 'ecsTaskParameters', + 'The parameters for using an Amazon ECS task as a target. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpParameters", - "These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. Detailed below.", + 'httpParameters', + 'These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. Detailed below.', () => pipes_PipeTargetParametersHttpParameters_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParameters.ts index 4001b5b6d..f328832b0 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersBatchJobParametersArrayProperties, pipes_PipeTargetParametersBatchJobParametersArrayProperties_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersArrayProperties"; +} from './pipes_PipeTargetParametersBatchJobParametersArrayProperties'; import { pipes_PipeTargetParametersBatchJobParametersContainerOverrides, pipes_PipeTargetParametersBatchJobParametersContainerOverrides_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersContainerOverrides"; +} from './pipes_PipeTargetParametersBatchJobParametersContainerOverrides'; import { pipes_PipeTargetParametersBatchJobParametersDependsOn, pipes_PipeTargetParametersBatchJobParametersDependsOn_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersDependsOn"; +} from './pipes_PipeTargetParametersBatchJobParametersDependsOn'; import { pipes_PipeTargetParametersBatchJobParametersRetryStrategy, pipes_PipeTargetParametersBatchJobParametersRetryStrategy_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersRetryStrategy"; +} from './pipes_PipeTargetParametersBatchJobParametersRetryStrategy'; export interface pipes_PipeTargetParametersBatchJobParameters { // A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin. Detailed below. @@ -49,16 +49,16 @@ export function pipes_PipeTargetParametersBatchJobParameters_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Map, - "parameters", - "Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters included here override any corresponding parameter defaults from the job definition. Detailed below.", + 'parameters', + 'Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters included here override any corresponding parameter defaults from the job definition. Detailed below.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retryStrategy", - "The retry strategy to use for failed jobs. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition. Detailed below.", + 'retryStrategy', + 'The retry strategy to use for failed jobs. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersRetryStrategy_GetTypes(), false, @@ -66,8 +66,8 @@ export function pipes_PipeTargetParametersBatchJobParameters_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "arrayProperties", - "The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job. Detailed below.", + 'arrayProperties', + 'The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersArrayProperties_GetTypes(), false, @@ -75,8 +75,8 @@ export function pipes_PipeTargetParametersBatchJobParameters_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "containerOverrides", - "The overrides that are sent to a container. Detailed below.", + 'containerOverrides', + 'The overrides that are sent to a container. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersContainerOverrides_GetTypes(), false, @@ -84,24 +84,24 @@ export function pipes_PipeTargetParametersBatchJobParameters_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Array, - "dependsOns", - "A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin. Detailed below.", + 'dependsOns', + 'A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersDependsOn_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "jobDefinition", - "The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition. If name is specified without a revision then the latest active revision is used.", + 'jobDefinition', + 'The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition. If name is specified without a revision then the latest active revision is used.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "jobName", - "The name of the job. It can be up to 128 letters long.", + 'jobName', + 'The name of the job. It can be up to 128 letters long.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersArrayProperties.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersArrayProperties.ts index f55aef2cd..1f896c150 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersArrayProperties.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersArrayProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersBatchJobParametersArrayProperties { // The size of the array, if this is an array batch job. Minimum value of 2. Maximum value of 10,000. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersBatchJobParametersArrayProperties_GetT return [ new DynamicUIProps( InputType.Number, - "size", - "The size of the array, if this is an array batch job. Minimum value of 2. Maximum value of 10,000.", + 'size', + 'The size of the array, if this is an array batch job. Minimum value of 2. Maximum value of 10,000.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverrides.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverrides.ts index 4e08a425b..b707a0dba 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverrides.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverrides.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment, pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment"; +} from './pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment'; import { pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement, pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement_GetTypes, -} from "./pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement"; +} from './pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement'; export interface pipes_PipeTargetParametersBatchJobParametersContainerOverrides { // List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name. @@ -32,7 +32,7 @@ export function pipes_PipeTargetParametersBatchJobParametersContainerOverrides_G return [ new DynamicUIProps( InputType.String, - "instanceType", + 'instanceType', "The instance type to use for a multi-node parallel job. This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.", () => [], false, @@ -40,8 +40,8 @@ export function pipes_PipeTargetParametersBatchJobParametersContainerOverrides_G ), new DynamicUIProps( InputType.Array, - "resourceRequirements", - "The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.", + 'resourceRequirements', + 'The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement_GetTypes(), false, @@ -49,16 +49,16 @@ export function pipes_PipeTargetParametersBatchJobParametersContainerOverrides_G ), new DynamicUIProps( InputType.Array, - "commands", - "List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.", + 'commands', + 'List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "environments", - "The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.", + 'environments', + 'The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.', () => pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment.ts index c31f7508d..268449aa6 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersBatchJobParametersContainerOverridesEnvironment { // Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersBatchJobParametersContainerOverridesEn return [ new DynamicUIProps( InputType.String, - "name", - "Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement.ts index eaaece903..8ace24a12 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement { // Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersBatchJobParametersContainerOverridesRe return [ new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersDependsOn.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersDependsOn.ts index 474157ac7..a0876df95 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersDependsOn.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersDependsOn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersBatchJobParametersDependsOn { // The job ID of the AWS Batch job that's associated with this dependency. @@ -18,7 +18,7 @@ export function pipes_PipeTargetParametersBatchJobParametersDependsOn_GetTypes() return [ new DynamicUIProps( InputType.String, - "jobId", + 'jobId', "The job ID of the AWS Batch job that's associated with this dependency.", () => [], false, @@ -26,8 +26,8 @@ export function pipes_PipeTargetParametersBatchJobParametersDependsOn_GetTypes() ), new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersRetryStrategy.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersRetryStrategy.ts index 565411b22..a56f3b70c 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersRetryStrategy.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersBatchJobParametersRetryStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersBatchJobParametersRetryStrategy { // The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value. Maximum value of 10. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersBatchJobParametersRetryStrategy_GetTyp return [ new DynamicUIProps( InputType.Number, - "attempts", - "The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value. Maximum value of 10.", + 'attempts', + 'The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value. Maximum value of 10.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersCloudwatchLogsParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersCloudwatchLogsParameters.ts index 4f0788b8c..0653b6ded 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersCloudwatchLogsParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersCloudwatchLogsParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersCloudwatchLogsParameters { // The name of the log stream. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersCloudwatchLogsParameters_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "logStreamName", - "The name of the log stream.", + 'logStreamName', + 'The name of the log stream.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timestamp", - "The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. This is the JSON path to the field in the event e.g. $.detail.timestamp", + 'timestamp', + 'The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. This is the JSON path to the field in the event e.g. $.detail.timestamp', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParameters.ts index 9570577bf..1af749838 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParameters.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersEcsTaskParametersOverrides, pipes_PipeTargetParametersEcsTaskParametersOverrides_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverrides"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverrides'; import { pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint, pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint"; +} from './pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint'; import { pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration, pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration"; +} from './pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration'; import { pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy, pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy"; +} from './pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy'; import { pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy, pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy"; +} from './pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy'; export interface pipes_PipeTargetParametersEcsTaskParameters { // The ARN of the task definition to use if the event target is an Amazon ECS task. @@ -77,16 +77,16 @@ export function pipes_PipeTargetParametersEcsTaskParameters_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "group", - "Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.", + 'group', + 'Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "capacityProviderStrategies", - "List of capacity provider strategies to use for the task. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. Detailed below.", + 'capacityProviderStrategies', + 'List of capacity provider strategies to use for the task. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy_GetTypes(), false, @@ -94,48 +94,48 @@ export function pipes_PipeTargetParametersEcsTaskParameters_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "overrides", - "The overrides that are associated with a task. Detailed below.", + 'overrides', + 'The overrides that are associated with a task. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverrides_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "platformVersion", - "Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0. This structure is used only if LaunchType is FARGATE.", + 'platformVersion', + 'Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0. This structure is used only if LaunchType is FARGATE.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "launchType", - "Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. Valid Values: EC2, FARGATE, EXTERNAL", + 'launchType', + 'Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. Valid Values: EC2, FARGATE, EXTERNAL', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskDefinitionArn", - "The ARN of the task definition to use if the event target is an Amazon ECS task.", + 'taskDefinitionArn', + 'The ARN of the task definition to use if the event target is an Amazon ECS task.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "placementConstraints", - "An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime). Detailed below.", + 'placementConstraints', + 'An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime). Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint_GetTypes(), false, @@ -143,8 +143,8 @@ export function pipes_PipeTargetParametersEcsTaskParameters_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails. Detailed below.", + 'networkConfiguration', + 'Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration_GetTypes(), false, @@ -152,32 +152,32 @@ export function pipes_PipeTargetParametersEcsTaskParameters_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Bool, - "enableEcsManagedTags", - "Specifies whether to enable Amazon ECS managed tags for the task. Valid values: true, false.", + 'enableEcsManagedTags', + 'Specifies whether to enable Amazon ECS managed tags for the task. Valid values: true, false.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "referenceId", - "The reference ID to use for the task. Maximum length of 1,024.", + 'referenceId', + 'The reference ID to use for the task. Maximum length of 1,024.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableExecuteCommand", - "Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task. Valid values: true, false.", + 'enableExecuteCommand', + 'Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task. Valid values: true, false.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "placementStrategies", - "The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task. Detailed below.", + 'placementStrategies', + 'The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy_GetTypes(), false, @@ -185,16 +185,16 @@ export function pipes_PipeTargetParametersEcsTaskParameters_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Number, - "taskCount", - "The number of tasks to create based on TaskDefinition. The default is 1.", + 'taskCount', + 'The number of tasks to create based on TaskDefinition. The default is 1.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "propagateTags", - "Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action. Valid Values: TASK_DEFINITION", + 'propagateTags', + 'Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action. Valid Values: TASK_DEFINITION', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy.ts index 722e4e8bd..94067019d 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrategy { // The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Maximum value of 1,000. @@ -21,24 +21,24 @@ export function pipes_PipeTargetParametersEcsTaskParametersCapacityProviderStrat return [ new DynamicUIProps( InputType.Number, - "weight", - "The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Maximum value of 1,000.", + 'weight', + 'The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Maximum value of 1,000.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "base", - "The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used. Maximum value of 100,000.", + 'base', + 'The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used. Maximum value of 100,000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "The short name of the capacity provider. Maximum value of 255.", + 'capacityProvider', + 'The short name of the capacity provider. Maximum value of 255.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration.ts index 6dc98e51e..9a2957e52 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration, pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration"; +} from './pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration'; export interface pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration { // Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode. Detailed below. @@ -19,8 +19,8 @@ export function pipes_PipeTargetParametersEcsTaskParametersNetworkConfiguration_ return [ new DynamicUIProps( InputType.Object, - "awsVpcConfiguration", - "Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode. Detailed below.", + 'awsVpcConfiguration', + 'Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration.ts index 748cc367b..daed1d6a5 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfiguration { // Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE. Valid Values: ENABLED, DISABLED. @@ -21,7 +21,7 @@ export function pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationA return [ new DynamicUIProps( InputType.String, - "assignPublicIp", + 'assignPublicIp', "Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE. Valid Values: ENABLED, DISABLED.", () => [], false, @@ -29,16 +29,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersNetworkConfigurationA ), new DynamicUIProps( InputType.Array, - "securityGroups", - "", + 'securityGroups', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverrides.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverrides.ts index 93b66c6b3..2754ec167 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverrides.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverrides.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride, pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride, pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage, pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage'; export interface pipes_PipeTargetParametersEcsTaskParametersOverrides { // The Amazon Resource Name (ARN) of the task execution IAM role override for the task. @@ -45,16 +45,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverrides_GetTypes(): return [ new DynamicUIProps( InputType.String, - "executionRoleArn", - "The Amazon Resource Name (ARN) of the task execution IAM role override for the task.", + 'executionRoleArn', + 'The Amazon Resource Name (ARN) of the task execution IAM role override for the task.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "inferenceAcceleratorOverrides", - "List of Elastic Inference accelerator overrides for the task. Detailed below.", + 'inferenceAcceleratorOverrides', + 'List of Elastic Inference accelerator overrides for the task. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride_GetTypes(), false, @@ -62,24 +62,24 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverrides_GetTypes(): ), new DynamicUIProps( InputType.String, - "memory", - "The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.", + 'memory', + 'The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "taskRoleArn", - "The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.", + 'taskRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "containerOverrides", - "One or more container overrides that are sent to a task. Detailed below.", + 'containerOverrides', + 'One or more container overrides that are sent to a task. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride_GetTypes(), false, @@ -87,16 +87,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverrides_GetTypes(): ), new DynamicUIProps( InputType.String, - "cpu", - "The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.", + 'cpu', + 'The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "ephemeralStorage", - "The ephemeral storage setting override for the task. Detailed below.", + 'ephemeralStorage', + 'The ephemeral storage setting override for the task. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride.ts index 0f6389d53..a9dc9e2bb 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile, pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment, pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment'; import { pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement, pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement_GetTypes, -} from "./pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement"; +} from './pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverride { // A list of files containing the environment variables to pass to a container, instead of the value from the container definition. Detailed below. @@ -48,8 +48,8 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve return [ new DynamicUIProps( InputType.Array, - "resourceRequirements", - "The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.", + 'resourceRequirements', + 'The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement_GetTypes(), false, @@ -57,24 +57,24 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve ), new DynamicUIProps( InputType.Array, - "commands", - "List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.", + 'commands', + 'List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "cpu", - "The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.", + 'cpu', + 'The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "environmentFiles", - "A list of files containing the environment variables to pass to a container, instead of the value from the container definition. Detailed below.", + 'environmentFiles', + 'A list of files containing the environment variables to pass to a container, instead of the value from the container definition. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile_GetTypes(), false, @@ -82,8 +82,8 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve ), new DynamicUIProps( InputType.Array, - "environments", - "The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.", + 'environments', + 'The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.', () => pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment_GetTypes(), false, @@ -91,24 +91,24 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve ), new DynamicUIProps( InputType.Number, - "memory", - "The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.", + 'memory', + 'The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "memoryReservation", - "The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.", + 'memoryReservation', + 'The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment.ts index 633f83a1a..181bcdddf 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironment { // Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve return [ new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile.ts index b47f2a96b..71636673d 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideEnvironmentFile { // The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve return [ new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement.ts index 6edc1d47e..795e02b83 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOverrideResourceRequirement { // The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesContainerOve return [ new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage.ts index 246b9981d..440668a97 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage { // The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesEphemeralSto return [ new DynamicUIProps( InputType.Number, - "sizeInGib", - "The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.", + 'sizeInGib', + 'The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride.ts index ffb89cff1..60519884b 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride { // The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersOverridesInferenceAcc return [ new DynamicUIProps( InputType.String, - "deviceName", - "The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.", + 'deviceName', + 'The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceType", - "The Elastic Inference accelerator type to use.", + 'deviceType', + 'The Elastic Inference accelerator type to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint.ts index 38abe7118..e96c38d78 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint { // A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. Maximum length of 2,000. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersPlacementConstraint_G return [ new DynamicUIProps( InputType.String, - "expression", - "A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. Maximum length of 2,000.", + 'expression', + 'A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. Maximum length of 2,000.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy.ts index 5060130ce..7d9b9cc97 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy { // The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used. Maximum length of 255. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersEcsTaskParametersPlacementStrategy_Get return [ new DynamicUIProps( InputType.String, - "field", - "The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used. Maximum length of 255.", + 'field', + 'The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used. Maximum length of 255.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.", + 'type', + 'The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task). Valid Values: random, spread, binpack.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEventbridgeEventBusParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEventbridgeEventBusParameters.ts index 6704a31a5..798dea129 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEventbridgeEventBusParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersEventbridgeEventBusParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersEventbridgeEventBusParameters { // A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail. @@ -27,31 +27,31 @@ export function pipes_PipeTargetParametersEventbridgeEventBusParameters_GetTypes return [ new DynamicUIProps( InputType.String, - "detailType", - "A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.", + 'detailType', + 'A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointId", - "The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.", + 'endpointId', + 'The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "resources", - "List of AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.", + 'resources', + 'List of AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "source", + 'source', "Source resource of the pipe. This field typically requires an ARN (Amazon Resource Name). However, when using a self-managed Kafka cluster, you should use a different format. Instead of an ARN, use 'smk://' followed by the bootstrap server's address.", () => [], false, @@ -59,8 +59,8 @@ export function pipes_PipeTargetParametersEventbridgeEventBusParameters_GetTypes ), new DynamicUIProps( InputType.String, - "time", - "The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used. This is the JSON path to the field in the event e.g. $.detail.timestamp", + 'time', + 'The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used. This is the JSON path to the field in the event e.g. $.detail.timestamp', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersHttpParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersHttpParameters.ts index 41e5a4ddf..24dc6a7e1 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersHttpParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersHttpParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersHttpParameters { // @@ -21,24 +21,24 @@ export function pipes_PipeTargetParametersHttpParameters_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Map, - "queryStringParameters", - "", + 'queryStringParameters', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "headerParameters", - "", + 'headerParameters', + '', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "pathParameterValues", - "", + 'pathParameterValues', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersKinesisStreamParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersKinesisStreamParameters.ts index fc664987c..d2a587a74 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersKinesisStreamParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersKinesisStreamParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersKinesisStreamParameters { // Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersKinesisStreamParameters_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "partitionKey", - "Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.", + 'partitionKey', + 'Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersLambdaFunctionParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersLambdaFunctionParameters.ts index 45a790ea7..d21ef975d 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersLambdaFunctionParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersLambdaFunctionParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersLambdaFunctionParameters { // Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersLambdaFunctionParameters_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "invocationType", - "Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET.", + 'invocationType', + 'Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersRedshiftDataParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersRedshiftDataParameters.ts index 1bec6f172..5a546078a 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersRedshiftDataParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersRedshiftDataParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersRedshiftDataParameters { // List of SQL statements text to run, each of maximum length of 100,000. @@ -30,48 +30,48 @@ export function pipes_PipeTargetParametersRedshiftDataParameters_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "statementName", - "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.", + 'statementName', + 'The name of the SQL statement. You can name the SQL statement when you create it to identify the query.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "withEvent", - "Indicates whether to send an event back to EventBridge after the SQL statement runs.", + 'withEvent', + 'Indicates whether to send an event back to EventBridge after the SQL statement runs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "database", - "The name of the database. Required when authenticating using temporary credentials.", + 'database', + 'The name of the database. Required when authenticating using temporary credentials.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dbUser", - "The database user name. Required when authenticating using temporary credentials.", + 'dbUser', + 'The database user name. Required when authenticating using temporary credentials.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretManagerArn", - "The name or ARN of the secret that enables access to the database. Required when authenticating using Secrets Manager.", + 'secretManagerArn', + 'The name or ARN of the secret that enables access to the database. Required when authenticating using Secrets Manager.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sqls", - "List of SQL statements text to run, each of maximum length of 100,000.", + 'sqls', + 'List of SQL statements text to run, each of maximum length of 100,000.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParameters.ts index 998dac116..90e82649d 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter, pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter_GetTypes, -} from "./pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter"; +} from './pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter'; export interface pipes_PipeTargetParametersSagemakerPipelineParameters { // List of Parameter names and values for SageMaker Model Building Pipeline execution. Detailed below. @@ -19,8 +19,8 @@ export function pipes_PipeTargetParametersSagemakerPipelineParameters_GetTypes() return [ new DynamicUIProps( InputType.Array, - "pipelineParameters", - "List of Parameter names and values for SageMaker Model Building Pipeline execution. Detailed below.", + 'pipelineParameters', + 'List of Parameter names and values for SageMaker Model Building Pipeline execution. Detailed below.', () => pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter.ts index 683fc0b14..f05dd00b7 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersSagemakerPipelineParametersPipelineParameter { // Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersSagemakerPipelineParametersPipelinePar return [ new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline. Maximum length of 1024.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the pipe. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSqsQueueParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSqsQueueParameters.ts index e330e234a..0ffc20ec2 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSqsQueueParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersSqsQueueParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersSqsQueueParameters { // This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages. @@ -18,16 +18,16 @@ export function pipes_PipeTargetParametersSqsQueueParameters_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "messageGroupId", - "The FIFO message group ID to use as the target.", + 'messageGroupId', + 'The FIFO message group ID to use as the target.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageDeduplicationId", - "This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages.", + 'messageDeduplicationId', + 'This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersStepFunctionStateMachineParameters.ts b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersStepFunctionStateMachineParameters.ts index b6325fbd8..433c67449 100644 --- a/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersStepFunctionStateMachineParameters.ts +++ b/src/app/Models/codegen/aws/types/pipes_PipeTargetParametersStepFunctionStateMachineParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pipes_PipeTargetParametersStepFunctionStateMachineParameters { // Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET. @@ -15,8 +15,8 @@ export function pipes_PipeTargetParametersStepFunctionStateMachineParameters_Get return [ new DynamicUIProps( InputType.String, - "invocationType", - "Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET.", + 'invocationType', + 'Specify whether to invoke the function synchronously or asynchronously. Valid Values: REQUEST_RESPONSE, FIRE_AND_FORGET.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/polly_getVoicesVoice.ts b/src/app/Models/codegen/aws/types/polly_getVoicesVoice.ts index 7ca5faf6c..4908ff89b 100644 --- a/src/app/Models/codegen/aws/types/polly_getVoicesVoice.ts +++ b/src/app/Models/codegen/aws/types/polly_getVoicesVoice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface polly_getVoicesVoice { // Name of the voice. @@ -33,56 +33,56 @@ export function polly_getVoicesVoice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the voice.", + 'name', + 'Name of the voice.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "supportedEngines", - "Specifies which engines are supported by a given voice.", + 'supportedEngines', + 'Specifies which engines are supported by a given voice.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "additionalLanguageCodes", - "Additional codes for languages available for the specified voice in addition to its default language.", + 'additionalLanguageCodes', + 'Additional codes for languages available for the specified voice in addition to its default language.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "gender", - "Gender of the voice.", + 'gender', + 'Gender of the voice.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "Amazon Polly assigned voice ID.", + 'id', + 'Amazon Polly assigned voice ID.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", - "Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.", + 'languageCode', + 'Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageName", - "Human readable name of the language in English.", + 'languageName', + 'Human readable name of the language in English.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/pricing_getProductFilter.ts b/src/app/Models/codegen/aws/types/pricing_getProductFilter.ts index 459c62197..f09477b8d 100644 --- a/src/app/Models/codegen/aws/types/pricing_getProductFilter.ts +++ b/src/app/Models/codegen/aws/types/pricing_getProductFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface pricing_getProductFilter { // Product attribute name that you want to filter on. @@ -18,16 +18,16 @@ export function pricing_getProductFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "field", - "Product attribute name that you want to filter on.", + 'field', + 'Product attribute name that you want to filter on.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Product attribute value that you want to filter on.", + 'value', + 'Product attribute value that you want to filter on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/qldb_StreamKinesisConfiguration.ts b/src/app/Models/codegen/aws/types/qldb_StreamKinesisConfiguration.ts index e59e0e88f..96143a9b2 100644 --- a/src/app/Models/codegen/aws/types/qldb_StreamKinesisConfiguration.ts +++ b/src/app/Models/codegen/aws/types/qldb_StreamKinesisConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface qldb_StreamKinesisConfiguration { // The Amazon Resource Name (ARN) of the Kinesis Data Streams resource. @@ -18,16 +18,16 @@ export function qldb_StreamKinesisConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "streamArn", - "The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.", + 'streamArn', + 'The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "aggregationEnabled", - "Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call. Default: `true`.", + 'aggregationEnabled', + 'Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call. Default: `true`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisParameters.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisParameters.ts index 1ddd408df..52f8d60fe 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisParameters.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_AnalysisParametersDecimalParameter, quicksight_AnalysisParametersDecimalParameter_GetTypes, -} from "./quicksight_AnalysisParametersDecimalParameter"; +} from './quicksight_AnalysisParametersDecimalParameter'; import { quicksight_AnalysisParametersIntegerParameter, quicksight_AnalysisParametersIntegerParameter_GetTypes, -} from "./quicksight_AnalysisParametersIntegerParameter"; +} from './quicksight_AnalysisParametersIntegerParameter'; import { quicksight_AnalysisParametersStringParameter, quicksight_AnalysisParametersStringParameter_GetTypes, -} from "./quicksight_AnalysisParametersStringParameter"; +} from './quicksight_AnalysisParametersStringParameter'; import { quicksight_AnalysisParametersDateTimeParameter, quicksight_AnalysisParametersDateTimeParameter_GetTypes, -} from "./quicksight_AnalysisParametersDateTimeParameter"; +} from './quicksight_AnalysisParametersDateTimeParameter'; export interface quicksight_AnalysisParameters { // A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html). @@ -40,32 +40,32 @@ export function quicksight_AnalysisParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "decimalParameters", - "A list of parameters that have a data type of decimal. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DecimalParameter.html).", + 'decimalParameters', + 'A list of parameters that have a data type of decimal. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DecimalParameter.html).', () => quicksight_AnalysisParametersDecimalParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "integerParameters", - "A list of parameters that have a data type of integer. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IntegerParameter.html).", + 'integerParameters', + 'A list of parameters that have a data type of integer. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IntegerParameter.html).', () => quicksight_AnalysisParametersIntegerParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "stringParameters", - "A list of parameters that have a data type of string. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_StringParameter.html).", + 'stringParameters', + 'A list of parameters that have a data type of string. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_StringParameter.html).', () => quicksight_AnalysisParametersStringParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "dateTimeParameters", - "A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html).", + 'dateTimeParameters', + 'A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html).', () => quicksight_AnalysisParametersDateTimeParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDateTimeParameter.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDateTimeParameter.ts index ac1070c1c..fc7e35d81 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDateTimeParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDateTimeParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisParametersDateTimeParameter { /* @@ -22,16 +22,16 @@ export function quicksight_AnalysisParametersDateTimeParameter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the analysis.\n\nThe following arguments are optional:", + 'name', + 'Display name for the analysis.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDecimalParameter.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDecimalParameter.ts index 15f95520c..5b14c4d57 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDecimalParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersDecimalParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisParametersDecimalParameter { /* @@ -22,16 +22,16 @@ export function quicksight_AnalysisParametersDecimalParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the analysis.\n\nThe following arguments are optional:", + 'name', + 'Display name for the analysis.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersIntegerParameter.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersIntegerParameter.ts index 338308644..dd5219387 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersIntegerParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersIntegerParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisParametersIntegerParameter { /* @@ -22,16 +22,16 @@ export function quicksight_AnalysisParametersIntegerParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the analysis.\n\nThe following arguments are optional:", + 'name', + 'Display name for the analysis.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersStringParameter.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersStringParameter.ts index b394541e2..dc9179bb8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersStringParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisParametersStringParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisParametersStringParameter { /* @@ -22,16 +22,16 @@ export function quicksight_AnalysisParametersStringParameter_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the analysis.\n\nThe following arguments are optional:", + 'name', + 'Display name for the analysis.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisPermission.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisPermission.ts index 016059683..4617cc0b8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisPermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisPermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_AnalysisPermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntity.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntity.ts index 3d07d3807..225c2f13b 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntity.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_AnalysisSourceEntitySourceTemplate, quicksight_AnalysisSourceEntitySourceTemplate_GetTypes, -} from "./quicksight_AnalysisSourceEntitySourceTemplate"; +} from './quicksight_AnalysisSourceEntitySourceTemplate'; export interface quicksight_AnalysisSourceEntity { // The source template. See source_template. @@ -19,8 +19,8 @@ export function quicksight_AnalysisSourceEntity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sourceTemplate", - "The source template. See source_template.", + 'sourceTemplate', + 'The source template. See source_template.', () => quicksight_AnalysisSourceEntitySourceTemplate_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplate.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplate.ts index 995999d0d..a29a22bc4 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplate.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_AnalysisSourceEntitySourceTemplateDataSetReference, quicksight_AnalysisSourceEntitySourceTemplateDataSetReference_GetTypes, -} from "./quicksight_AnalysisSourceEntitySourceTemplateDataSetReference"; +} from './quicksight_AnalysisSourceEntitySourceTemplateDataSetReference'; export interface quicksight_AnalysisSourceEntitySourceTemplate { // The Amazon Resource Name (ARN) of the resource. @@ -22,16 +22,16 @@ export function quicksight_AnalysisSourceEntitySourceTemplate_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the resource.", + 'arn', + 'The Amazon Resource Name (ARN) of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dataSetReferences", - "List of dataset references. See data_set_references.", + 'dataSetReferences', + 'List of dataset references. See data_set_references.', () => quicksight_AnalysisSourceEntitySourceTemplateDataSetReference_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplateDataSetReference.ts b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplateDataSetReference.ts index d0634e7e3..07ff2ef20 100644 --- a/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplateDataSetReference.ts +++ b/src/app/Models/codegen/aws/types/quicksight_AnalysisSourceEntitySourceTemplateDataSetReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_AnalysisSourceEntitySourceTemplateDataSetReference { // Dataset Amazon Resource Name (ARN). @@ -18,16 +18,16 @@ export function quicksight_AnalysisSourceEntitySourceTemplateDataSetReference_Ge return [ new DynamicUIProps( InputType.String, - "dataSetArn", - "Dataset Amazon Resource Name (ARN).", + 'dataSetArn', + 'Dataset Amazon Resource Name (ARN).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataSetPlaceholder", - "Dataset placeholder.", + 'dataSetPlaceholder', + 'Dataset placeholder.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptions.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptions.ts index 8ab31bbc0..9b72194fe 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptions.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptions.ts @@ -3,48 +3,48 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption, quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption"; +} from './quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption'; import { quicksight_DashboardDashboardPublishOptionsExportToCsvOption, quicksight_DashboardDashboardPublishOptionsExportToCsvOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsExportToCsvOption"; +} from './quicksight_DashboardDashboardPublishOptionsExportToCsvOption'; import { quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption, quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption"; +} from './quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption'; import { quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption, quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption"; +} from './quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption'; import { quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption, quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption"; +} from './quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption'; import { quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption, quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption"; +} from './quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption'; import { quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption, quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption"; +} from './quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption'; import { quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption, quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption"; +} from './quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption'; import { quicksight_DashboardDashboardPublishOptionsSheetControlsOption, quicksight_DashboardDashboardPublishOptionsSheetControlsOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsSheetControlsOption"; +} from './quicksight_DashboardDashboardPublishOptionsSheetControlsOption'; import { quicksight_DashboardDashboardPublishOptionsVisualMenuOption, quicksight_DashboardDashboardPublishOptionsVisualMenuOption_GetTypes, -} from "./quicksight_DashboardDashboardPublishOptionsVisualMenuOption"; +} from './quicksight_DashboardDashboardPublishOptionsVisualMenuOption'; export interface quicksight_DashboardDashboardPublishOptions { // The drill-down options of data points in a dashboard. See data_point_drill_up_down_option. @@ -82,8 +82,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "exportToCsvOption", - "Export to .csv option. See export_to_csv_option.", + 'exportToCsvOption', + 'Export to .csv option. See export_to_csv_option.', () => quicksight_DashboardDashboardPublishOptionsExportToCsvOption_GetTypes(), false, @@ -91,8 +91,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "sheetLayoutElementMaximizationOption", - "The sheet layout maximization options of a dashboard. See sheet_layout_element_maximization_option.", + 'sheetLayoutElementMaximizationOption', + 'The sheet layout maximization options of a dashboard. See sheet_layout_element_maximization_option.', () => quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption_GetTypes(), false, @@ -100,8 +100,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "dataPointDrillUpDownOption", - "The drill-down options of data points in a dashboard. See data_point_drill_up_down_option.", + 'dataPointDrillUpDownOption', + 'The drill-down options of data points in a dashboard. See data_point_drill_up_down_option.', () => quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption_GetTypes(), false, @@ -109,8 +109,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "dataPointMenuLabelOption", - "The data point menu label options of a dashboard. See data_point_menu_label_option.", + 'dataPointMenuLabelOption', + 'The data point menu label options of a dashboard. See data_point_menu_label_option.', () => quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption_GetTypes(), false, @@ -118,8 +118,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "dataPointTooltipOption", - "The data point tool tip options of a dashboard. See data_point_tooltip_option.", + 'dataPointTooltipOption', + 'The data point tool tip options of a dashboard. See data_point_tooltip_option.', () => quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption_GetTypes(), false, @@ -127,8 +127,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "exportWithHiddenFieldsOption", - "Determines if hidden fields are exported with a dashboard. See export_with_hidden_fields_option.", + 'exportWithHiddenFieldsOption', + 'Determines if hidden fields are exported with a dashboard. See export_with_hidden_fields_option.', () => quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption_GetTypes(), false, @@ -136,8 +136,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "visualAxisSortOption", - "The axis sort options of a dashboard. See visual_axis_sort_option.", + 'visualAxisSortOption', + 'The axis sort options of a dashboard. See visual_axis_sort_option.', () => quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption_GetTypes(), false, @@ -145,8 +145,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "adHocFilteringOption", - "Ad hoc (one-time) filtering option. See ad_hoc_filtering_option.", + 'adHocFilteringOption', + 'Ad hoc (one-time) filtering option. See ad_hoc_filtering_option.', () => quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption_GetTypes(), false, @@ -154,8 +154,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "sheetControlsOption", - "Sheet controls option. See sheet_controls_option.", + 'sheetControlsOption', + 'Sheet controls option. See sheet_controls_option.', () => quicksight_DashboardDashboardPublishOptionsSheetControlsOption_GetTypes(), false, @@ -163,8 +163,8 @@ export function quicksight_DashboardDashboardPublishOptions_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "visualMenuOption", - "The menu options of a visual in a dashboard. See visual_menu_option.", + 'visualMenuOption', + 'The menu options of a visual in a dashboard. See visual_menu_option.', () => quicksight_DashboardDashboardPublishOptionsVisualMenuOption_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption.ts index e7c15e27d..58c67a358 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsAdHocFilteringOption_ return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption.ts index 78e1e7ada..8fa867e90 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsDataPointDrillUpDownO return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption.ts index 4385dce93..3cf553002 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsDataPointMenuLabelOpt return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption.ts index b18d4b40f..896dd852f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsDataPointTooltipOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsDataPointTooltipOptio return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportToCsvOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportToCsvOption.ts index e812a77ae..571026339 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportToCsvOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportToCsvOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsExportToCsvOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsExportToCsvOption_Get return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption.ts index 25809bc36..1c1728c2c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsExportWithHiddenFieldsOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsExportWithHiddenField return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetControlsOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetControlsOption.ts index e5f5711b0..fe4d9eb16 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetControlsOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetControlsOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsSheetControlsOption { // Visibility state. Possibles values: EXPANDED, COLLAPSED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsSheetControlsOption_G return [ new DynamicUIProps( InputType.String, - "visibilityState", - "Visibility state. Possibles values: EXPANDED, COLLAPSED.", + 'visibilityState', + 'Visibility state. Possibles values: EXPANDED, COLLAPSED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption.ts index ede239305..c3ef3a6f9 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMaximizationOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsSheetLayoutElementMax return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption.ts index 5857ea44a..277b43e2f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsVisualAxisSortOption_ return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualMenuOption.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualMenuOption.ts index 85362f91f..2c1e8fcb1 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualMenuOption.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardDashboardPublishOptionsVisualMenuOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardDashboardPublishOptionsVisualMenuOption { // Availability status. Possibles values: ENABLED, DISABLED. @@ -15,8 +15,8 @@ export function quicksight_DashboardDashboardPublishOptionsVisualMenuOption_GetT return [ new DynamicUIProps( InputType.String, - "availabilityStatus", - "Availability status. Possibles values: ENABLED, DISABLED.", + 'availabilityStatus', + 'Availability status. Possibles values: ENABLED, DISABLED.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardParameters.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardParameters.ts index 75a2f9ef0..7111f0bf6 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardParameters.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DashboardParametersDateTimeParameter, quicksight_DashboardParametersDateTimeParameter_GetTypes, -} from "./quicksight_DashboardParametersDateTimeParameter"; +} from './quicksight_DashboardParametersDateTimeParameter'; import { quicksight_DashboardParametersDecimalParameter, quicksight_DashboardParametersDecimalParameter_GetTypes, -} from "./quicksight_DashboardParametersDecimalParameter"; +} from './quicksight_DashboardParametersDecimalParameter'; import { quicksight_DashboardParametersIntegerParameter, quicksight_DashboardParametersIntegerParameter_GetTypes, -} from "./quicksight_DashboardParametersIntegerParameter"; +} from './quicksight_DashboardParametersIntegerParameter'; import { quicksight_DashboardParametersStringParameter, quicksight_DashboardParametersStringParameter_GetTypes, -} from "./quicksight_DashboardParametersStringParameter"; +} from './quicksight_DashboardParametersStringParameter'; export interface quicksight_DashboardParameters { // A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html). @@ -40,32 +40,32 @@ export function quicksight_DashboardParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "dateTimeParameters", - "A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html).", + 'dateTimeParameters', + 'A list of parameters that have a data type of date-time. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DateTimeParameter.html).', () => quicksight_DashboardParametersDateTimeParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "decimalParameters", - "A list of parameters that have a data type of decimal. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DecimalParameter.html).", + 'decimalParameters', + 'A list of parameters that have a data type of decimal. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DecimalParameter.html).', () => quicksight_DashboardParametersDecimalParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "integerParameters", - "A list of parameters that have a data type of integer. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IntegerParameter.html).", + 'integerParameters', + 'A list of parameters that have a data type of integer. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_IntegerParameter.html).', () => quicksight_DashboardParametersIntegerParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "stringParameters", - "A list of parameters that have a data type of string. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_StringParameter.html).", + 'stringParameters', + 'A list of parameters that have a data type of string. See [AWS API Documentation for complete description](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_StringParameter.html).', () => quicksight_DashboardParametersStringParameter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDateTimeParameter.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDateTimeParameter.ts index 08cd395b1..c80e37423 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDateTimeParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDateTimeParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardParametersDateTimeParameter { // Display name for the dashboard. @@ -18,16 +18,16 @@ export function quicksight_DashboardParametersDateTimeParameter_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the dashboard.", + 'name', + 'Display name for the dashboard.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDecimalParameter.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDecimalParameter.ts index 67d09be7c..8d6ec96ac 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDecimalParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersDecimalParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardParametersDecimalParameter { // Display name for the dashboard. @@ -18,16 +18,16 @@ export function quicksight_DashboardParametersDecimalParameter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the dashboard.", + 'name', + 'Display name for the dashboard.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersIntegerParameter.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersIntegerParameter.ts index 88aa3200f..e2011222f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersIntegerParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersIntegerParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardParametersIntegerParameter { // Display name for the dashboard. @@ -18,16 +18,16 @@ export function quicksight_DashboardParametersIntegerParameter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the dashboard.", + 'name', + 'Display name for the dashboard.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersStringParameter.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersStringParameter.ts index c07cd4c50..6a700eb1a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardParametersStringParameter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardParametersStringParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardParametersStringParameter { // Display name for the dashboard. @@ -18,16 +18,16 @@ export function quicksight_DashboardParametersStringParameter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the dashboard.", + 'name', + 'Display name for the dashboard.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardPermission.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardPermission.ts index 1446a1eae..bcfc276e8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardPermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardPermission { // ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values. @@ -18,16 +18,16 @@ export function quicksight_DashboardPermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntity.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntity.ts index 0a744970d..2453ea7d8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntity.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntity.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DashboardSourceEntitySourceTemplate, quicksight_DashboardSourceEntitySourceTemplate_GetTypes, -} from "./quicksight_DashboardSourceEntitySourceTemplate"; +} from './quicksight_DashboardSourceEntitySourceTemplate'; export interface quicksight_DashboardSourceEntity { // The source template. See source_template. @@ -19,8 +19,8 @@ export function quicksight_DashboardSourceEntity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sourceTemplate", - "The source template. See source_template.", + 'sourceTemplate', + 'The source template. See source_template.', () => quicksight_DashboardSourceEntitySourceTemplate_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplate.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplate.ts index 6d6bd70cc..83043b54c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplate.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DashboardSourceEntitySourceTemplateDataSetReference, quicksight_DashboardSourceEntitySourceTemplateDataSetReference_GetTypes, -} from "./quicksight_DashboardSourceEntitySourceTemplateDataSetReference"; +} from './quicksight_DashboardSourceEntitySourceTemplateDataSetReference'; export interface quicksight_DashboardSourceEntitySourceTemplate { // The Amazon Resource Name (ARN) of the resource. @@ -22,16 +22,16 @@ export function quicksight_DashboardSourceEntitySourceTemplate_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the resource.", + 'arn', + 'The Amazon Resource Name (ARN) of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dataSetReferences", - "List of dataset references. See data_set_references.", + 'dataSetReferences', + 'List of dataset references. See data_set_references.', () => quicksight_DashboardSourceEntitySourceTemplateDataSetReference_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplateDataSetReference.ts b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplateDataSetReference.ts index a3f75d67e..adcc3773b 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplateDataSetReference.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DashboardSourceEntitySourceTemplateDataSetReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DashboardSourceEntitySourceTemplateDataSetReference { // Dataset placeholder. @@ -18,16 +18,16 @@ export function quicksight_DashboardSourceEntitySourceTemplateDataSetReference_G return [ new DynamicUIProps( InputType.String, - "dataSetPlaceholder", - "Dataset placeholder.", + 'dataSetPlaceholder', + 'Dataset placeholder.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataSetArn", - "Dataset Amazon Resource Name (ARN).", + 'dataSetArn', + 'Dataset Amazon Resource Name (ARN).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroup.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroup.ts index 4e6d972f5..4de67f0f8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroup.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetColumnGroupGeoSpatialColumnGroup, quicksight_DataSetColumnGroupGeoSpatialColumnGroup_GetTypes, -} from "./quicksight_DataSetColumnGroupGeoSpatialColumnGroup"; +} from './quicksight_DataSetColumnGroupGeoSpatialColumnGroup'; export interface quicksight_DataSetColumnGroup { // Geospatial column group that denotes a hierarchy. See geo_spatial_column_group. @@ -19,8 +19,8 @@ export function quicksight_DataSetColumnGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "geoSpatialColumnGroup", - "Geospatial column group that denotes a hierarchy. See geo_spatial_column_group.", + 'geoSpatialColumnGroup', + 'Geospatial column group that denotes a hierarchy. See geo_spatial_column_group.', () => quicksight_DataSetColumnGroupGeoSpatialColumnGroup_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroupGeoSpatialColumnGroup.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroupGeoSpatialColumnGroup.ts index 834367f59..2f09855b6 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroupGeoSpatialColumnGroup.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnGroupGeoSpatialColumnGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetColumnGroupGeoSpatialColumnGroup { // Columns in this hierarchy. @@ -21,24 +21,24 @@ export function quicksight_DataSetColumnGroupGeoSpatialColumnGroup_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "countryCode", - "Country code. Valid values are `US`.", + 'countryCode', + 'Country code. Valid values are `US`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "A display name for the hierarchy.", + 'name', + 'A display name for the hierarchy.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "columns", - "Columns in this hierarchy.", + 'columns', + 'Columns in this hierarchy.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnLevelPermissionRule.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnLevelPermissionRule.ts index 42dfd6f05..36481b5cc 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetColumnLevelPermissionRule.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetColumnLevelPermissionRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetColumnLevelPermissionRule { // An array of column names. @@ -18,16 +18,16 @@ export function quicksight_DataSetColumnLevelPermissionRule_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "columnNames", - "An array of column names.", + 'columnNames', + 'An array of column names.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "principals", - "An array of ARNs for Amazon QuickSight users or groups.", + 'principals', + 'An array of ARNs for Amazon QuickSight users or groups.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetDataSetUsageConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetDataSetUsageConfiguration.ts index 0e8dea430..8fb7d966b 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetDataSetUsageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetDataSetUsageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetDataSetUsageConfiguration { // Controls whether a child dataset of a direct query can use this dataset as a source. @@ -18,15 +18,15 @@ export function quicksight_DataSetDataSetUsageConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "disableUseAsDirectQuerySource", - "Controls whether a child dataset of a direct query can use this dataset as a source.", + 'disableUseAsDirectQuerySource', + 'Controls whether a child dataset of a direct query can use this dataset as a source.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableUseAsImportedSource", + 'disableUseAsImportedSource', "Controls whether a child dataset that's stored in QuickSight can use this dataset as a source.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetFieldFolder.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetFieldFolder.ts index 17e882884..2c68fb4f4 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetFieldFolder.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetFieldFolder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetFieldFolder { // An array of column names to add to the folder. A column can only be in one folder. @@ -21,24 +21,24 @@ export function quicksight_DataSetFieldFolder_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fieldFoldersId", - "Key of the field folder map.", + 'fieldFoldersId', + 'Key of the field folder map.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "columns", - "An array of column names to add to the folder. A column can only be in one folder.", + 'columns', + 'An array of column names to add to the folder. A column can only be in one folder.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Field folder description.", + 'description', + 'Field folder description.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMap.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMap.ts index 3b6d82dc2..9baba5e19 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMap.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMap.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapDataTransform, quicksight_DataSetLogicalTableMapDataTransform_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransform"; +} from './quicksight_DataSetLogicalTableMapDataTransform'; import { quicksight_DataSetLogicalTableMapSource, quicksight_DataSetLogicalTableMapSource_GetTypes, -} from "./quicksight_DataSetLogicalTableMapSource"; +} from './quicksight_DataSetLogicalTableMapSource'; export interface quicksight_DataSetLogicalTableMap { // Source of this logical table. See source. @@ -32,32 +32,32 @@ export function quicksight_DataSetLogicalTableMap_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "source", - "Source of this logical table. See source.", + 'source', + 'Source of this logical table. See source.', () => quicksight_DataSetLogicalTableMapSource_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "alias", - "A display name for the logical table.", + 'alias', + 'A display name for the logical table.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dataTransforms", - "Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. See data_transforms.", + 'dataTransforms', + 'Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. See data_transforms.', () => quicksight_DataSetLogicalTableMapDataTransform_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "logicalTableMapId", - "Key of the logical table map.", + 'logicalTableMapId', + 'Key of the logical table map.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransform.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransform.ts index 307bccd0c..e8913fdae 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransform.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransform.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation, quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation'; import { quicksight_DataSetLogicalTableMapDataTransformFilterOperation, quicksight_DataSetLogicalTableMapDataTransformFilterOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformFilterOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformFilterOperation'; import { quicksight_DataSetLogicalTableMapDataTransformProjectOperation, quicksight_DataSetLogicalTableMapDataTransformProjectOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformProjectOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformProjectOperation'; import { quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation, quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation'; import { quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation, quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation'; import { quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation, quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation'; import { quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation, quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation"; +} from './quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation'; export interface quicksight_DataSetLogicalTableMapDataTransform { // An operation that filters rows based on some condition. See filter_operation. @@ -61,8 +61,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "tagColumnOperation", - "An operation that tags a column with additional information. See tag_column_operation.", + 'tagColumnOperation', + 'An operation that tags a column with additional information. See tag_column_operation.', () => quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation_GetTypes(), false, @@ -70,8 +70,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "untagColumnOperation", - "A transform operation that removes tags associated with a column. See untag_column_operation.", + 'untagColumnOperation', + 'A transform operation that removes tags associated with a column. See untag_column_operation.', () => quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation_GetTypes(), false, @@ -79,8 +79,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "castColumnTypeOperation", - "A transform operation that casts a column to a different type. See cast_column_type_operation.", + 'castColumnTypeOperation', + 'A transform operation that casts a column to a different type. See cast_column_type_operation.', () => quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation_GetTypes(), false, @@ -88,8 +88,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "createColumnsOperation", - "An operation that creates calculated columns. Columns created in one such operation form a lexical closure. See create_columns_operation.", + 'createColumnsOperation', + 'An operation that creates calculated columns. Columns created in one such operation form a lexical closure. See create_columns_operation.', () => quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation_GetTypes(), false, @@ -97,8 +97,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "filterOperation", - "An operation that filters rows based on some condition. See filter_operation.", + 'filterOperation', + 'An operation that filters rows based on some condition. See filter_operation.', () => quicksight_DataSetLogicalTableMapDataTransformFilterOperation_GetTypes(), false, @@ -106,8 +106,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "projectOperation", - "An operation that projects columns. Operations that come after a projection can only refer to projected columns. See project_operation.", + 'projectOperation', + 'An operation that projects columns. Operations that come after a projection can only refer to projected columns. See project_operation.', () => quicksight_DataSetLogicalTableMapDataTransformProjectOperation_GetTypes(), false, @@ -115,8 +115,8 @@ export function quicksight_DataSetLogicalTableMapDataTransform_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "renameColumnOperation", - "An operation that renames a column. See rename_column_operation.", + 'renameColumnOperation', + 'An operation that renames a column. See rename_column_operation.', () => quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts index ce6cc5293..43a84a555 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOperation { // When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format. @@ -21,24 +21,24 @@ export function quicksight_DataSetLogicalTableMapDataTransformCastColumnTypeOper return [ new DynamicUIProps( InputType.String, - "columnName", - "Column name.", + 'columnName', + 'Column name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.", + 'format', + 'When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "newColumnType", - "New column data type. Valid values are `STRING`, `INTEGER`, `DECIMAL`, `DATETIME`.", + 'newColumnType', + 'New column data type. Valid values are `STRING`, `INTEGER`, `DECIMAL`, `DATETIME`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation.ts index f60a5e3ba..4f38186e4 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn, quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn"; +} from './quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn'; export interface quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperation { // Calculated columns to create. See columns. @@ -19,8 +19,8 @@ export function quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOpera return [ new DynamicUIProps( InputType.Array, - "columns", - "Calculated columns to create. See columns.", + 'columns', + 'Calculated columns to create. See columns.', () => quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts index aabfd2f3d..d9203d4e8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn { // An expression that defines the calculated column. @@ -21,24 +21,24 @@ export function quicksight_DataSetLogicalTableMapDataTransformCreateColumnsOpera return [ new DynamicUIProps( InputType.String, - "expression", - "An expression that defines the calculated column.", + 'expression', + 'An expression that defines the calculated column.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "columnId", - "A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.", + 'columnId', + 'A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "columnName", - "Column name.", + 'columnName', + 'Column name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformFilterOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformFilterOperation.ts index 9de5c7821..b388452d9 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformFilterOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformFilterOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformFilterOperation { // An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset. @@ -15,8 +15,8 @@ export function quicksight_DataSetLogicalTableMapDataTransformFilterOperation_Ge return [ new DynamicUIProps( InputType.String, - "conditionExpression", - "An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.", + 'conditionExpression', + 'An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformProjectOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformProjectOperation.ts index 7c3458d95..260d4bfb8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformProjectOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformProjectOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformProjectOperation { // Projected columns. @@ -15,8 +15,8 @@ export function quicksight_DataSetLogicalTableMapDataTransformProjectOperation_G return [ new DynamicUIProps( InputType.Array, - "projectedColumns", - "Projected columns.", + 'projectedColumns', + 'Projected columns.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation.ts index 4f9635405..f49c0873a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperation { // Column to be renamed. @@ -18,16 +18,16 @@ export function quicksight_DataSetLogicalTableMapDataTransformRenameColumnOperat return [ new DynamicUIProps( InputType.String, - "columnName", - "Column to be renamed.", + 'columnName', + 'Column to be renamed.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "newColumnName", - "New name for the column.", + 'newColumnName', + 'New name for the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation.ts index a4caaf4aa..29d3f738a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag, quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag"; +} from './quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag'; export interface quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation { // Column name. @@ -22,16 +22,16 @@ export function quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation return [ new DynamicUIProps( InputType.String, - "columnName", - "Column name.", + 'columnName', + 'Column name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "The dataset column tag, currently only used for geospatial type tagging. See tags.", + 'tags', + 'The dataset column tag, currently only used for geospatial type tagging. See tags.', () => quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag.ts index 3accbd555..a3f4db924 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription, quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription_GetTypes, -} from "./quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription"; +} from './quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription'; export interface quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTag { // A description for a column. See column_description. @@ -22,16 +22,16 @@ export function quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation return [ new DynamicUIProps( InputType.String, - "columnGeographicRole", - "A geospatial role for a column. Valid values are `COUNTRY`, `STATE`, `COUNTY`, `CITY`, `POSTCODE`, `LONGITUDE`, and `LATITUDE`.", + 'columnGeographicRole', + 'A geospatial role for a column. Valid values are `COUNTRY`, `STATE`, `COUNTY`, `CITY`, `POSTCODE`, `LONGITUDE`, and `LATITUDE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "columnDescription", - "A description for a column. See column_description.", + 'columnDescription', + 'A description for a column. See column_description.', () => quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts index c38903d3e..5c7afe853 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription { // The text of a description for a column. @@ -15,8 +15,8 @@ export function quicksight_DataSetLogicalTableMapDataTransformTagColumnOperation return [ new DynamicUIProps( InputType.String, - "text", - "The text of a description for a column.", + 'text', + 'The text of a description for a column.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation.ts index aaa291d49..0736da1d6 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperation { // Column name. @@ -18,16 +18,16 @@ export function quicksight_DataSetLogicalTableMapDataTransformUntagColumnOperati return [ new DynamicUIProps( InputType.String, - "columnName", - "Column name.", + 'columnName', + 'Column name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tagNames", - "The column tags to remove from this column.", + 'tagNames', + 'The column tags to remove from this column.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSource.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSource.ts index 56e67c88c..2eacb54ff 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSource.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapSourceJoinInstruction, quicksight_DataSetLogicalTableMapSourceJoinInstruction_GetTypes, -} from "./quicksight_DataSetLogicalTableMapSourceJoinInstruction"; +} from './quicksight_DataSetLogicalTableMapSourceJoinInstruction'; export interface quicksight_DataSetLogicalTableMapSource { // ARN of the parent data set. @@ -25,24 +25,24 @@ export function quicksight_DataSetLogicalTableMapSource_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "dataSetArn", - "ARN of the parent data set.", + 'dataSetArn', + 'ARN of the parent data set.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "joinInstruction", - "Specifies the result of a join of two logical tables. See join_instruction.", + 'joinInstruction', + 'Specifies the result of a join of two logical tables. See join_instruction.', () => quicksight_DataSetLogicalTableMapSourceJoinInstruction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "physicalTableId", - "Physical table ID.", + 'physicalTableId', + 'Physical table ID.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstruction.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstruction.ts index 0605f5dfb..a9ccf098c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstruction.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstruction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties, quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties_GetTypes, -} from "./quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties"; +} from './quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties'; import { quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties, quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties_GetTypes, -} from "./quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties"; +} from './quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties'; export interface quicksight_DataSetLogicalTableMapSourceJoinInstruction { // Join key properties of the left operand. See left_join_key_properties. @@ -38,8 +38,8 @@ export function quicksight_DataSetLogicalTableMapSourceJoinInstruction_GetTypes( return [ new DynamicUIProps( InputType.Object, - "leftJoinKeyProperties", - "Join key properties of the left operand. See left_join_key_properties.", + 'leftJoinKeyProperties', + 'Join key properties of the left operand. See left_join_key_properties.', () => quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties_GetTypes(), false, @@ -47,24 +47,24 @@ export function quicksight_DataSetLogicalTableMapSourceJoinInstruction_GetTypes( ), new DynamicUIProps( InputType.String, - "leftOperand", - "Operand on the left side of a join.", + 'leftOperand', + 'Operand on the left side of a join.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onClause", - "Join instructions provided in the ON clause of a join.", + 'onClause', + 'Join instructions provided in the ON clause of a join.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "rightJoinKeyProperties", - "Join key properties of the right operand. See right_join_key_properties.", + 'rightJoinKeyProperties', + 'Join key properties of the right operand. See right_join_key_properties.', () => quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties_GetTypes(), false, @@ -72,16 +72,16 @@ export function quicksight_DataSetLogicalTableMapSourceJoinInstruction_GetTypes( ), new DynamicUIProps( InputType.String, - "rightOperand", - "Operand on the right side of a join.", + 'rightOperand', + 'Operand on the right side of a join.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of join. Valid values are `INNER`, `OUTER`, `LEFT`, and `RIGHT`.", + 'type', + 'Type of join. Valid values are `INNER`, `OUTER`, `LEFT`, and `RIGHT`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties.ts index df126c646..b10f427ce 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties { // A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance. @@ -15,8 +15,8 @@ export function quicksight_DataSetLogicalTableMapSourceJoinInstructionLeftJoinKe return [ new DynamicUIProps( InputType.Bool, - "uniqueKey", - "A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.", + 'uniqueKey', + 'A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties.ts index 50e468116..c4de971a0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties { // A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance. @@ -15,8 +15,8 @@ export function quicksight_DataSetLogicalTableMapSourceJoinInstructionRightJoinK return [ new DynamicUIProps( InputType.Bool, - "uniqueKey", - "A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.", + 'uniqueKey', + 'A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetOutputColumn.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetOutputColumn.ts index efa6ec456..d2dc4650e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetOutputColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetOutputColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetOutputColumn { // Field folder description. @@ -21,20 +21,20 @@ export function quicksight_DataSetOutputColumn_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "Field folder description.", + 'description', + 'Field folder description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Display name for the dataset.", + 'name', + 'Display name for the dataset.', () => [], false, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPermission.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPermission.ts index a305c7188..bf81dca17 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetPermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_DataSetPermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMap.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMap.ts index 911ca3cfe..7ad3d715e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMap.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMap.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetPhysicalTableMapS3Source, quicksight_DataSetPhysicalTableMapS3Source_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapS3Source"; +} from './quicksight_DataSetPhysicalTableMapS3Source'; import { quicksight_DataSetPhysicalTableMapCustomSql, quicksight_DataSetPhysicalTableMapCustomSql_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapCustomSql"; +} from './quicksight_DataSetPhysicalTableMapCustomSql'; import { quicksight_DataSetPhysicalTableMapRelationalTable, quicksight_DataSetPhysicalTableMapRelationalTable_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapRelationalTable"; +} from './quicksight_DataSetPhysicalTableMapRelationalTable'; export interface quicksight_DataSetPhysicalTableMap { // A physical table type for as S3 data source. See s3_source. @@ -36,32 +36,32 @@ export function quicksight_DataSetPhysicalTableMap_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "relationalTable", - "A physical table type for relational data sources. See relational_table.", + 'relationalTable', + 'A physical table type for relational data sources. See relational_table.', () => quicksight_DataSetPhysicalTableMapRelationalTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3Source", - "A physical table type for as S3 data source. See s3_source.", + 's3Source', + 'A physical table type for as S3 data source. See s3_source.', () => quicksight_DataSetPhysicalTableMapS3Source_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customSql", - "A physical table type built from the results of the custom SQL query. See custom_sql.", + 'customSql', + 'A physical table type built from the results of the custom SQL query. See custom_sql.', () => quicksight_DataSetPhysicalTableMapCustomSql_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "physicalTableMapId", - "Key of the physical table map.", + 'physicalTableMapId', + 'Key of the physical table map.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSql.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSql.ts index 4db4677c9..24aeb7ea3 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSql.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSql.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetPhysicalTableMapCustomSqlColumn, quicksight_DataSetPhysicalTableMapCustomSqlColumn_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapCustomSqlColumn"; +} from './quicksight_DataSetPhysicalTableMapCustomSqlColumn'; export interface quicksight_DataSetPhysicalTableMapCustomSql { // Display name for the SQL query result. @@ -28,32 +28,32 @@ export function quicksight_DataSetPhysicalTableMapCustomSql_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "name", - "Display name for the SQL query result.", + 'name', + 'Display name for the SQL query result.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sqlQuery", - "SQL query.", + 'sqlQuery', + 'SQL query.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "columns", - "Column schema from the SQL query result set. See columns.", + 'columns', + 'Column schema from the SQL query result set. See columns.', () => quicksight_DataSetPhysicalTableMapCustomSqlColumn_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSourceArn", - "ARN of the data source.", + 'dataSourceArn', + 'ARN of the data source.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSqlColumn.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSqlColumn.ts index 4853ab0de..156320225 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSqlColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapCustomSqlColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetPhysicalTableMapCustomSqlColumn { // Name of this column in the underlying data source. @@ -18,16 +18,16 @@ export function quicksight_DataSetPhysicalTableMapCustomSqlColumn_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "Name of this column in the underlying data source.", + 'name', + 'Name of this column in the underlying data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Data type of the column.", + 'type', + 'Data type of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTable.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTable.ts index 7462f3225..d77ee74f6 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTable.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTable.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetPhysicalTableMapRelationalTableInputColumn, quicksight_DataSetPhysicalTableMapRelationalTableInputColumn_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapRelationalTableInputColumn"; +} from './quicksight_DataSetPhysicalTableMapRelationalTableInputColumn'; export interface quicksight_DataSetPhysicalTableMapRelationalTable { // Catalog associated with the table. @@ -31,8 +31,8 @@ export function quicksight_DataSetPhysicalTableMapRelationalTable_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "inputColumns", - "Column schema of the table. See input_columns.", + 'inputColumns', + 'Column schema of the table. See input_columns.', () => quicksight_DataSetPhysicalTableMapRelationalTableInputColumn_GetTypes(), true, @@ -40,32 +40,32 @@ export function quicksight_DataSetPhysicalTableMapRelationalTable_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "name", - "Name of the relational table.", + 'name', + 'Name of the relational table.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "schema", - "Schema name. This name applies to certain relational database engines.", + 'schema', + 'Schema name. This name applies to certain relational database engines.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "catalog", - "Catalog associated with the table.", + 'catalog', + 'Catalog associated with the table.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataSourceArn", - "ARN of the data source.", + 'dataSourceArn', + 'ARN of the data source.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTableInputColumn.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTableInputColumn.ts index 1153c03b2..990392def 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTableInputColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapRelationalTableInputColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetPhysicalTableMapRelationalTableInputColumn { // Name of this column in the underlying data source. @@ -18,16 +18,16 @@ export function quicksight_DataSetPhysicalTableMapRelationalTableInputColumn_Get return [ new DynamicUIProps( InputType.String, - "name", - "Name of this column in the underlying data source.", + 'name', + 'Name of this column in the underlying data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Data type of the column.", + 'type', + 'Data type of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3Source.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3Source.ts index 4abec973b..79a203127 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3Source.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3Source.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetPhysicalTableMapS3SourceUploadSettings, quicksight_DataSetPhysicalTableMapS3SourceUploadSettings_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapS3SourceUploadSettings"; +} from './quicksight_DataSetPhysicalTableMapS3SourceUploadSettings'; import { quicksight_DataSetPhysicalTableMapS3SourceInputColumn, quicksight_DataSetPhysicalTableMapS3SourceInputColumn_GetTypes, -} from "./quicksight_DataSetPhysicalTableMapS3SourceInputColumn"; +} from './quicksight_DataSetPhysicalTableMapS3SourceInputColumn'; export interface quicksight_DataSetPhysicalTableMapS3Source { // Information about the format for the S3 source file or files. See upload_settings. @@ -29,24 +29,24 @@ export function quicksight_DataSetPhysicalTableMapS3Source_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "uploadSettings", - "Information about the format for the S3 source file or files. See upload_settings.", + 'uploadSettings', + 'Information about the format for the S3 source file or files. See upload_settings.', () => quicksight_DataSetPhysicalTableMapS3SourceUploadSettings_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "dataSourceArn", - "ARN of the data source.", + 'dataSourceArn', + 'ARN of the data source.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "inputColumns", - "Column schema of the table. See input_columns.", + 'inputColumns', + 'Column schema of the table. See input_columns.', () => quicksight_DataSetPhysicalTableMapS3SourceInputColumn_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceInputColumn.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceInputColumn.ts index d0202ad00..3e96abdef 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceInputColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceInputColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetPhysicalTableMapS3SourceInputColumn { // Name of this column in the underlying data source. @@ -18,16 +18,16 @@ export function quicksight_DataSetPhysicalTableMapS3SourceInputColumn_GetTypes() return [ new DynamicUIProps( InputType.String, - "name", - "Name of this column in the underlying data source.", + 'name', + 'Name of this column in the underlying data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Data type of the column.", + 'type', + 'Data type of the column.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceUploadSettings.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceUploadSettings.ts index a4bac3917..6887356e3 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceUploadSettings.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetPhysicalTableMapS3SourceUploadSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetPhysicalTableMapS3SourceUploadSettings { // A row number to start reading data from. @@ -27,40 +27,40 @@ export function quicksight_DataSetPhysicalTableMapS3SourceUploadSettings_GetType return [ new DynamicUIProps( InputType.Number, - "startFromRow", - "A row number to start reading data from.", + 'startFromRow', + 'A row number to start reading data from.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textQualifier", - "Text qualifier. Valid values are `DOUBLE_QUOTE` and `SINGLE_QUOTE`.", + 'textQualifier', + 'Text qualifier. Valid values are `DOUBLE_QUOTE` and `SINGLE_QUOTE`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "containsHeader", - "Whether the file has a header row, or the files each have a header row.", + 'containsHeader', + 'Whether the file has a header row, or the files each have a header row.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "delimiter", - "Delimiter between values in the file.", + 'delimiter', + 'Delimiter between values in the file.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "format", - "File format. Valid values are `CSV`, `TSV`, `CLF`, `ELF`, `XLSX`, and `JSON`.", + 'format', + 'File format. Valid values are `CSV`, `TSV`, `CLF`, `ELF`, `XLSX`, and `JSON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshProperties.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshProperties.ts index 84b505d67..e2c178a7d 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshProperties.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetRefreshPropertiesRefreshConfiguration, quicksight_DataSetRefreshPropertiesRefreshConfiguration_GetTypes, -} from "./quicksight_DataSetRefreshPropertiesRefreshConfiguration"; +} from './quicksight_DataSetRefreshPropertiesRefreshConfiguration'; export interface quicksight_DataSetRefreshProperties { // The refresh configuration for the data set. See refresh_configuration. @@ -19,8 +19,8 @@ export function quicksight_DataSetRefreshProperties_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "refreshConfiguration", - "The refresh configuration for the data set. See refresh_configuration.", + 'refreshConfiguration', + 'The refresh configuration for the data set. See refresh_configuration.', () => quicksight_DataSetRefreshPropertiesRefreshConfiguration_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfiguration.ts index 7e3936fdc..a5db0b040 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh, quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh_GetTypes, -} from "./quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh"; +} from './quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh'; export interface quicksight_DataSetRefreshPropertiesRefreshConfiguration { // The incremental refresh for the data set. See incremental_refresh. @@ -19,8 +19,8 @@ export function quicksight_DataSetRefreshPropertiesRefreshConfiguration_GetTypes return [ new DynamicUIProps( InputType.Object, - "incrementalRefresh", - "The incremental refresh for the data set. See incremental_refresh.", + 'incrementalRefresh', + 'The incremental refresh for the data set. See incremental_refresh.', () => quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh.ts index 3de2e58bf..1b668d528 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow, quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow_GetTypes, -} from "./quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow"; +} from './quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow'; export interface quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefresh { // The lookback window setup for an incremental refresh configuration. See lookback_window. @@ -19,8 +19,8 @@ export function quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrement return [ new DynamicUIProps( InputType.Object, - "lookbackWindow", - "The lookback window setup for an incremental refresh configuration. See lookback_window.", + 'lookbackWindow', + 'The lookback window setup for an incremental refresh configuration. See lookback_window.', () => quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow.ts index e501e29b8..710659f24 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindow { // The size unit that is used for the lookback window column. Valid values for this structure are `HOUR`, `DAY`, and `WEEK`. @@ -21,24 +21,24 @@ export function quicksight_DataSetRefreshPropertiesRefreshConfigurationIncrement return [ new DynamicUIProps( InputType.String, - "sizeUnit", - "The size unit that is used for the lookback window column. Valid values for this structure are `HOUR`, `DAY`, and `WEEK`.", + 'sizeUnit', + 'The size unit that is used for the lookback window column. Valid values for this structure are `HOUR`, `DAY`, and `WEEK`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "columnName", - "The name of the lookback window column.", + 'columnName', + 'The name of the lookback window column.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "size", - "The lookback window column size.", + 'size', + 'The lookback window column size.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionDataSet.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionDataSet.ts index 5746d6dc8..16bb183a0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionDataSet.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionDataSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetRowLevelPermissionDataSet { // ARN of the dataset that contains permissions for RLS. @@ -27,40 +27,40 @@ export function quicksight_DataSetRowLevelPermissionDataSet_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the dataset that contains permissions for RLS.", + 'arn', + 'ARN of the dataset that contains permissions for RLS.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "formatVersion", - "User or group rules associated with the dataset that contains permissions for RLS.", + 'formatVersion', + 'User or group rules associated with the dataset that contains permissions for RLS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "namespace", - "Namespace associated with the dataset that contains permissions for RLS.", + 'namespace', + 'Namespace associated with the dataset that contains permissions for RLS.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "permissionPolicy", - "Type of permissions to use when interpreting the permissions for RLS. Valid values are `GRANT_ACCESS` and `DENY_ACCESS`.", + 'permissionPolicy', + 'Type of permissions to use when interpreting the permissions for RLS. Valid values are `GRANT_ACCESS` and `DENY_ACCESS`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the row-level security permission dataset. If enabled, the status is `ENABLED`. If disabled, the status is `DISABLED`.", + 'status', + 'Status of the row-level security permission dataset. If enabled, the status is `ENABLED`. If disabled, the status is `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfiguration.ts index 436c581bb..4e2bc9785 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSetRowLevelPermissionTagConfigurationTagRule, quicksight_DataSetRowLevelPermissionTagConfigurationTagRule_GetTypes, -} from "./quicksight_DataSetRowLevelPermissionTagConfigurationTagRule"; +} from './quicksight_DataSetRowLevelPermissionTagConfigurationTagRule'; export interface quicksight_DataSetRowLevelPermissionTagConfiguration { // The status of row-level security tags. If enabled, the status is `ENABLED`. If disabled, the status is `DISABLED`. @@ -22,16 +22,16 @@ export function quicksight_DataSetRowLevelPermissionTagConfiguration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "status", - "The status of row-level security tags. If enabled, the status is `ENABLED`. If disabled, the status is `DISABLED`.", + 'status', + 'The status of row-level security tags. If enabled, the status is `ENABLED`. If disabled, the status is `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tagRules", - "A set of rules associated with row-level security, such as the tag names and columns that they are assigned to. See tag_rules.", + 'tagRules', + 'A set of rules associated with row-level security, such as the tag names and columns that they are assigned to. See tag_rules.', () => quicksight_DataSetRowLevelPermissionTagConfigurationTagRule_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfigurationTagRule.ts b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfigurationTagRule.ts index 4aa29fef3..09bca9f96 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfigurationTagRule.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSetRowLevelPermissionTagConfigurationTagRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSetRowLevelPermissionTagConfigurationTagRule { // Column name that a tag key is assigned to. @@ -24,32 +24,32 @@ export function quicksight_DataSetRowLevelPermissionTagConfigurationTagRule_GetT return [ new DynamicUIProps( InputType.String, - "columnName", - "Column name that a tag key is assigned to.", + 'columnName', + 'Column name that a tag key is assigned to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "matchAllValue", - "A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.", + 'matchAllValue', + 'A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tagKey", - "Unique key for a tag.", + 'tagKey', + 'Unique key for a tag.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tagMultiValueDelimiter", - "A string that you want to use to delimit the values when you pass the values at run time.", + 'tagMultiValueDelimiter', + 'A string that you want to use to delimit the values when you pass the values at run time.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentials.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentials.ts index 4bc207da2..f1ab9b3e5 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentials.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentials.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSourceCredentialsCredentialPair, quicksight_DataSourceCredentialsCredentialPair_GetTypes, -} from "./quicksight_DataSourceCredentialsCredentialPair"; +} from './quicksight_DataSourceCredentialsCredentialPair'; export interface quicksight_DataSourceCredentials { /* @@ -25,16 +25,16 @@ export function quicksight_DataSourceCredentials_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "copySourceArn", - "The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.\nWhen the value is not null, the `credential_pair` from the data source in the ARN is used.", + 'copySourceArn', + 'The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.\nWhen the value is not null, the `credential_pair` from the data source in the ARN is used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "credentialPair", - "Credential pair. See Credential Pair below for more details.", + 'credentialPair', + 'Credential pair. See Credential Pair below for more details.', () => quicksight_DataSourceCredentialsCredentialPair_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentialsCredentialPair.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentialsCredentialPair.ts index 421aeb7eb..3e1d64049 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentialsCredentialPair.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceCredentialsCredentialPair.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceCredentialsCredentialPair { // Password, maximum length of 1024 characters. @@ -18,16 +18,16 @@ export function quicksight_DataSourceCredentialsCredentialPair_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "password", - "Password, maximum length of 1024 characters.", + 'password', + 'Password, maximum length of 1024 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "username", - "User name, maximum length of 64 characters.", + 'username', + 'User name, maximum length of 64 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParameters.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParameters.ts index 31e6039b7..42b6a5bbd 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParameters.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParameters.ts @@ -3,88 +3,88 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSourceParametersTeradata, quicksight_DataSourceParametersTeradata_GetTypes, -} from "./quicksight_DataSourceParametersTeradata"; +} from './quicksight_DataSourceParametersTeradata'; import { quicksight_DataSourceParametersJira, quicksight_DataSourceParametersJira_GetTypes, -} from "./quicksight_DataSourceParametersJira"; +} from './quicksight_DataSourceParametersJira'; import { quicksight_DataSourceParametersS3, quicksight_DataSourceParametersS3_GetTypes, -} from "./quicksight_DataSourceParametersS3"; +} from './quicksight_DataSourceParametersS3'; import { quicksight_DataSourceParametersSpark, quicksight_DataSourceParametersSpark_GetTypes, -} from "./quicksight_DataSourceParametersSpark"; +} from './quicksight_DataSourceParametersSpark'; import { quicksight_DataSourceParametersPostgresql, quicksight_DataSourceParametersPostgresql_GetTypes, -} from "./quicksight_DataSourceParametersPostgresql"; +} from './quicksight_DataSourceParametersPostgresql'; import { quicksight_DataSourceParametersTwitter, quicksight_DataSourceParametersTwitter_GetTypes, -} from "./quicksight_DataSourceParametersTwitter"; +} from './quicksight_DataSourceParametersTwitter'; import { quicksight_DataSourceParametersAuroraPostgresql, quicksight_DataSourceParametersAuroraPostgresql_GetTypes, -} from "./quicksight_DataSourceParametersAuroraPostgresql"; +} from './quicksight_DataSourceParametersAuroraPostgresql'; import { quicksight_DataSourceParametersServiceNow, quicksight_DataSourceParametersServiceNow_GetTypes, -} from "./quicksight_DataSourceParametersServiceNow"; +} from './quicksight_DataSourceParametersServiceNow'; import { quicksight_DataSourceParametersSqlServer, quicksight_DataSourceParametersSqlServer_GetTypes, -} from "./quicksight_DataSourceParametersSqlServer"; +} from './quicksight_DataSourceParametersSqlServer'; import { quicksight_DataSourceParametersPresto, quicksight_DataSourceParametersPresto_GetTypes, -} from "./quicksight_DataSourceParametersPresto"; +} from './quicksight_DataSourceParametersPresto'; import { quicksight_DataSourceParametersAthena, quicksight_DataSourceParametersAthena_GetTypes, -} from "./quicksight_DataSourceParametersAthena"; +} from './quicksight_DataSourceParametersAthena'; import { quicksight_DataSourceParametersMariaDb, quicksight_DataSourceParametersMariaDb_GetTypes, -} from "./quicksight_DataSourceParametersMariaDb"; +} from './quicksight_DataSourceParametersMariaDb'; import { quicksight_DataSourceParametersSnowflake, quicksight_DataSourceParametersSnowflake_GetTypes, -} from "./quicksight_DataSourceParametersSnowflake"; +} from './quicksight_DataSourceParametersSnowflake'; import { quicksight_DataSourceParametersAwsIotAnalytics, quicksight_DataSourceParametersAwsIotAnalytics_GetTypes, -} from "./quicksight_DataSourceParametersAwsIotAnalytics"; +} from './quicksight_DataSourceParametersAwsIotAnalytics'; import { quicksight_DataSourceParametersMysql, quicksight_DataSourceParametersMysql_GetTypes, -} from "./quicksight_DataSourceParametersMysql"; +} from './quicksight_DataSourceParametersMysql'; import { quicksight_DataSourceParametersRedshift, quicksight_DataSourceParametersRedshift_GetTypes, -} from "./quicksight_DataSourceParametersRedshift"; +} from './quicksight_DataSourceParametersRedshift'; import { quicksight_DataSourceParametersOracle, quicksight_DataSourceParametersOracle_GetTypes, -} from "./quicksight_DataSourceParametersOracle"; +} from './quicksight_DataSourceParametersOracle'; import { quicksight_DataSourceParametersRds, quicksight_DataSourceParametersRds_GetTypes, -} from "./quicksight_DataSourceParametersRds"; +} from './quicksight_DataSourceParametersRds'; import { quicksight_DataSourceParametersAmazonElasticsearch, quicksight_DataSourceParametersAmazonElasticsearch_GetTypes, -} from "./quicksight_DataSourceParametersAmazonElasticsearch"; +} from './quicksight_DataSourceParametersAmazonElasticsearch'; import { quicksight_DataSourceParametersAurora, quicksight_DataSourceParametersAurora_GetTypes, -} from "./quicksight_DataSourceParametersAurora"; +} from './quicksight_DataSourceParametersAurora'; export interface quicksight_DataSourceParameters { // Parameters for connecting to Teradata. @@ -152,160 +152,160 @@ export function quicksight_DataSourceParameters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "rds", - "Parameters for connecting to RDS.", + 'rds', + 'Parameters for connecting to RDS.', () => quicksight_DataSourceParametersRds_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "serviceNow", - "Parameters for connecting to ServiceNow.", + 'serviceNow', + 'Parameters for connecting to ServiceNow.', () => quicksight_DataSourceParametersServiceNow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "amazonElasticsearch", - "Parameters for connecting to Amazon Elasticsearch.", + 'amazonElasticsearch', + 'Parameters for connecting to Amazon Elasticsearch.', () => quicksight_DataSourceParametersAmazonElasticsearch_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "aurora", - "Parameters for connecting to Aurora MySQL.", + 'aurora', + 'Parameters for connecting to Aurora MySQL.', () => quicksight_DataSourceParametersAurora_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spark", - "Parameters for connecting to Spark.", + 'spark', + 'Parameters for connecting to Spark.', () => quicksight_DataSourceParametersSpark_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "snowflake", - "Parameters for connecting to Snowflake.", + 'snowflake', + 'Parameters for connecting to Snowflake.', () => quicksight_DataSourceParametersSnowflake_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "Parameters for connecting to S3.", + 's3', + 'Parameters for connecting to S3.', () => quicksight_DataSourceParametersS3_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "mariaDb", - "Parameters for connecting to MariaDB.", + 'mariaDb', + 'Parameters for connecting to MariaDB.', () => quicksight_DataSourceParametersMariaDb_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "awsIotAnalytics", - "Parameters for connecting to AWS IOT Analytics.", + 'awsIotAnalytics', + 'Parameters for connecting to AWS IOT Analytics.', () => quicksight_DataSourceParametersAwsIotAnalytics_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "mysql", - "Parameters for connecting to MySQL.", + 'mysql', + 'Parameters for connecting to MySQL.', () => quicksight_DataSourceParametersMysql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "twitter", - "Parameters for connecting to Twitter.", + 'twitter', + 'Parameters for connecting to Twitter.', () => quicksight_DataSourceParametersTwitter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "auroraPostgresql", - "Parameters for connecting to Aurora Postgresql.", + 'auroraPostgresql', + 'Parameters for connecting to Aurora Postgresql.', () => quicksight_DataSourceParametersAuroraPostgresql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "postgresql", - "Parameters for connecting to Postgresql.", + 'postgresql', + 'Parameters for connecting to Postgresql.', () => quicksight_DataSourceParametersPostgresql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "presto", - "Parameters for connecting to Presto.", + 'presto', + 'Parameters for connecting to Presto.', () => quicksight_DataSourceParametersPresto_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqlServer", - "Parameters for connecting to SQL Server.", + 'sqlServer', + 'Parameters for connecting to SQL Server.', () => quicksight_DataSourceParametersSqlServer_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "athena", - "Parameters for connecting to Athena.", + 'athena', + 'Parameters for connecting to Athena.', () => quicksight_DataSourceParametersAthena_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "redshift", - "Parameters for connecting to Redshift.", + 'redshift', + 'Parameters for connecting to Redshift.', () => quicksight_DataSourceParametersRedshift_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jira", - "Parameters for connecting to Jira.", + 'jira', + 'Parameters for connecting to Jira.', () => quicksight_DataSourceParametersJira_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "oracle", - "Parameters for connecting to Oracle.", + 'oracle', + 'Parameters for connecting to Oracle.', () => quicksight_DataSourceParametersOracle_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "teradata", - "Parameters for connecting to Teradata.", + 'teradata', + 'Parameters for connecting to Teradata.', () => quicksight_DataSourceParametersTeradata_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAmazonElasticsearch.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAmazonElasticsearch.ts index 620e59289..f80a8506f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAmazonElasticsearch.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAmazonElasticsearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersAmazonElasticsearch { // The OpenSearch domain. @@ -15,8 +15,8 @@ export function quicksight_DataSourceParametersAmazonElasticsearch_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "domain", - "The OpenSearch domain.", + 'domain', + 'The OpenSearch domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAthena.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAthena.ts index c572d8e37..e6c52f818 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAthena.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAthena.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersAthena { // The work-group to which to connect. @@ -15,8 +15,8 @@ export function quicksight_DataSourceParametersAthena_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "workGroup", - "The work-group to which to connect.", + 'workGroup', + 'The work-group to which to connect.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAurora.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAurora.ts index 556c02297..35420aa77 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAurora.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAurora.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersAurora { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersAurora_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAuroraPostgresql.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAuroraPostgresql.ts index f7b1531de..84b2893f6 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAuroraPostgresql.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAuroraPostgresql.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersAuroraPostgresql { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersAuroraPostgresql_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAwsIotAnalytics.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAwsIotAnalytics.ts index c95d9df54..a43245033 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAwsIotAnalytics.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersAwsIotAnalytics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersAwsIotAnalytics { // The name of the data set to which to connect. @@ -15,8 +15,8 @@ export function quicksight_DataSourceParametersAwsIotAnalytics_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "dataSetName", - "The name of the data set to which to connect.", + 'dataSetName', + 'The name of the data set to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersJira.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersJira.ts index b1e1718c9..ef244580e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersJira.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersJira.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersJira { // The base URL of the Jira instance's site to which to connect. @@ -15,7 +15,7 @@ export function quicksight_DataSourceParametersJira_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "siteBaseUrl", + 'siteBaseUrl', "The base URL of the Jira instance's site to which to connect.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMariaDb.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMariaDb.ts index bdd74f190..0c1a7382c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMariaDb.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMariaDb.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersMariaDb { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersMariaDb_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMysql.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMysql.ts index a23a70961..ba1f87420 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMysql.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersMysql.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersMysql { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersMysql_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersOracle.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersOracle.ts index f4f97fd24..3472f8175 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersOracle.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersOracle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersOracle { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersOracle_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPostgresql.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPostgresql.ts index 42bda3cfc..562eea95c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPostgresql.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPostgresql.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersPostgresql { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersPostgresql_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPresto.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPresto.ts index d1a58ae55..125573d30 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPresto.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersPresto.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersPresto { // The catalog to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersPresto_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "catalog", - "The catalog to which to connect.", + 'catalog', + 'The catalog to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRds.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRds.ts index 70a63c5fd..7b50cd7ef 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRds.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRds.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersRds { // The database to which to connect. @@ -18,16 +18,16 @@ export function quicksight_DataSourceParametersRds_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "instanceId", - "The instance ID to which to connect.", + 'instanceId', + 'The instance ID to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRedshift.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRedshift.ts index 0e64aff14..2ef71d078 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRedshift.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersRedshift.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersRedshift { // The ID of the cluster to which to connect. @@ -24,32 +24,32 @@ export function quicksight_DataSourceParametersRedshift_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port to which to connect.", + 'port', + 'The port to which to connect.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterId", - "The ID of the cluster to which to connect.", + 'clusterId', + 'The ID of the cluster to which to connect.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3.ts index e0959c307..4fe68a44f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_DataSourceParametersS3ManifestFileLocation, quicksight_DataSourceParametersS3ManifestFileLocation_GetTypes, -} from "./quicksight_DataSourceParametersS3ManifestFileLocation"; +} from './quicksight_DataSourceParametersS3ManifestFileLocation'; export interface quicksight_DataSourceParametersS3 { // An object containing the S3 location of the S3 manifest file. @@ -19,8 +19,8 @@ export function quicksight_DataSourceParametersS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "manifestFileLocation", - "An object containing the S3 location of the S3 manifest file.", + 'manifestFileLocation', + 'An object containing the S3 location of the S3 manifest file.', () => quicksight_DataSourceParametersS3ManifestFileLocation_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3ManifestFileLocation.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3ManifestFileLocation.ts index 1a85ebe9c..b3b66b4fc 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3ManifestFileLocation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersS3ManifestFileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersS3ManifestFileLocation { // The name of the bucket that contains the manifest file. @@ -18,16 +18,16 @@ export function quicksight_DataSourceParametersS3ManifestFileLocation_GetTypes() return [ new DynamicUIProps( InputType.String, - "key", - "The key of the manifest file within the bucket.", + 'key', + 'The key of the manifest file within the bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucket", - "The name of the bucket that contains the manifest file.", + 'bucket', + 'The name of the bucket that contains the manifest file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersServiceNow.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersServiceNow.ts index 6d1ecc34d..54d0914cc 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersServiceNow.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersServiceNow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersServiceNow { // The base URL of the Jira instance's site to which to connect. @@ -15,7 +15,7 @@ export function quicksight_DataSourceParametersServiceNow_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "siteBaseUrl", + 'siteBaseUrl', "The base URL of the Jira instance's site to which to connect.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSnowflake.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSnowflake.ts index 62b6f8cce..7e92d44c8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSnowflake.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSnowflake.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersSnowflake { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersSnowflake_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warehouse", - "The warehouse to which to connect.", + 'warehouse', + 'The warehouse to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSpark.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSpark.ts index 29df5d90c..c46151a4f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSpark.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSpark.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersSpark { // The host to which to connect. @@ -18,16 +18,16 @@ export function quicksight_DataSourceParametersSpark_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The warehouse to which to connect.", + 'port', + 'The warehouse to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSqlServer.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSqlServer.ts index 43323b8d3..752699712 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSqlServer.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersSqlServer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersSqlServer { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersSqlServer_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The warehouse to which to connect.", + 'port', + 'The warehouse to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTeradata.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTeradata.ts index a8d28fa3a..0a78dd672 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTeradata.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTeradata.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersTeradata { // The database to which to connect. @@ -21,24 +21,24 @@ export function quicksight_DataSourceParametersTeradata_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "database", - "The database to which to connect.", + 'database', + 'The database to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "The host to which to connect.", + 'host', + 'The host to which to connect.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The warehouse to which to connect.", + 'port', + 'The warehouse to which to connect.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTwitter.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTwitter.ts index b882018f3..72267723a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTwitter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceParametersTwitter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceParametersTwitter { // The maximum number of rows to query. @@ -18,16 +18,16 @@ export function quicksight_DataSourceParametersTwitter_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "maxRows", - "The maximum number of rows to query.", + 'maxRows', + 'The maximum number of rows to query.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "query", - "The Twitter query to retrieve the data.", + 'query', + 'The Twitter query to retrieve the data.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourcePermission.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourcePermission.ts index 335d7c56a..5383e795f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourcePermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourcePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourcePermission { // Set of IAM actions to grant or revoke permissions on. Max of 16 items. @@ -18,16 +18,16 @@ export function quicksight_DataSourcePermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "Set of IAM actions to grant or revoke permissions on. Max of 16 items.", + 'actions', + 'Set of IAM actions to grant or revoke permissions on. Max of 16 items.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "The Amazon Resource Name (ARN) of the principal.", + 'principal', + 'The Amazon Resource Name (ARN) of the principal.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceSslProperties.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceSslProperties.ts index 77ed00471..127d54d6d 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceSslProperties.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceSslProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceSslProperties { // A Boolean option to control whether SSL should be disabled. @@ -15,8 +15,8 @@ export function quicksight_DataSourceSslProperties_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Bool, - "disableSsl", - "A Boolean option to control whether SSL should be disabled.", + 'disableSsl', + 'A Boolean option to control whether SSL should be disabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_DataSourceVpcConnectionProperties.ts b/src/app/Models/codegen/aws/types/quicksight_DataSourceVpcConnectionProperties.ts index fcf51c90a..e80a0d47f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_DataSourceVpcConnectionProperties.ts +++ b/src/app/Models/codegen/aws/types/quicksight_DataSourceVpcConnectionProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_DataSourceVpcConnectionProperties { // The Amazon Resource Name (ARN) for the VPC connection. @@ -15,8 +15,8 @@ export function quicksight_DataSourceVpcConnectionProperties_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "vpcConnectionArn", - "The Amazon Resource Name (ARN) for the VPC connection.", + 'vpcConnectionArn', + 'The Amazon Resource Name (ARN) for the VPC connection.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_FolderPermission.ts b/src/app/Models/codegen/aws/types/quicksight_FolderPermission.ts index b819eaa28..a39b5656d 100644 --- a/src/app/Models/codegen/aws/types/quicksight_FolderPermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_FolderPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_FolderPermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_FolderPermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_IamPolicyAssignmentIdentities.ts b/src/app/Models/codegen/aws/types/quicksight_IamPolicyAssignmentIdentities.ts index 4af25741c..965eb6a5e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_IamPolicyAssignmentIdentities.ts +++ b/src/app/Models/codegen/aws/types/quicksight_IamPolicyAssignmentIdentities.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_IamPolicyAssignmentIdentities { // Array of Quicksight group names to assign the policy to. @@ -18,16 +18,16 @@ export function quicksight_IamPolicyAssignmentIdentities_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "groups", - "Array of Quicksight group names to assign the policy to.", + 'groups', + 'Array of Quicksight group names to assign the policy to.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "users", - "Array of Quicksight user names to assign the policy to.", + 'users', + 'Array of Quicksight user names to assign the policy to.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_NamespaceTimeouts.ts b/src/app/Models/codegen/aws/types/quicksight_NamespaceTimeouts.ts index 0c7daa98a..57b56f599 100644 --- a/src/app/Models/codegen/aws/types/quicksight_NamespaceTimeouts.ts +++ b/src/app/Models/codegen/aws/types/quicksight_NamespaceTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_NamespaceTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function quicksight_NamespaceTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function quicksight_NamespaceTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleSchedule.ts b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleSchedule.ts index 28c3bfb43..48034e9aa 100644 --- a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleSchedule.ts +++ b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleSchedule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_RefreshScheduleScheduleScheduleFrequency, quicksight_RefreshScheduleScheduleScheduleFrequency_GetTypes, -} from "./quicksight_RefreshScheduleScheduleScheduleFrequency"; +} from './quicksight_RefreshScheduleScheduleScheduleFrequency'; export interface quicksight_RefreshScheduleSchedule { // Time after which the refresh schedule can be started, expressed in `YYYY-MM-DDTHH:MM:SS` format. @@ -25,24 +25,24 @@ export function quicksight_RefreshScheduleSchedule_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "refreshType", - "The type of refresh that the dataset undergoes. Valid values are `INCREMENTAL_REFRESH` and `FULL_REFRESH`.", + 'refreshType', + 'The type of refresh that the dataset undergoes. Valid values are `INCREMENTAL_REFRESH` and `FULL_REFRESH`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scheduleFrequency", - "The configuration of the [schedule frequency](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RefreshFrequency.html). See schedule_frequency.", + 'scheduleFrequency', + 'The configuration of the [schedule frequency](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RefreshFrequency.html). See schedule_frequency.', () => quicksight_RefreshScheduleScheduleScheduleFrequency_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "startAfterDateTime", - "Time after which the refresh schedule can be started, expressed in `YYYY-MM-DDTHH:MM:SS` format.", + 'startAfterDateTime', + 'Time after which the refresh schedule can be started, expressed in `YYYY-MM-DDTHH:MM:SS` format.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequency.ts b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequency.ts index ba559ef45..f90993dfb 100644 --- a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequency.ts +++ b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequency.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay, quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay_GetTypes, -} from "./quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay"; +} from './quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay'; export interface quicksight_RefreshScheduleScheduleScheduleFrequency { // The interval between scheduled refreshes. Valid values are `MINUTE15`, `MINUTE30`, `HOURLY`, `DAILY`, `WEEKLY` and `MONTHLY`. @@ -28,16 +28,16 @@ export function quicksight_RefreshScheduleScheduleScheduleFrequency_GetTypes(): return [ new DynamicUIProps( InputType.String, - "interval", - "The interval between scheduled refreshes. Valid values are `MINUTE15`, `MINUTE30`, `HOURLY`, `DAILY`, `WEEKLY` and `MONTHLY`.", + 'interval', + 'The interval between scheduled refreshes. Valid values are `MINUTE15`, `MINUTE30`, `HOURLY`, `DAILY`, `WEEKLY` and `MONTHLY`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "refreshOnDay", - "The [refresh on entity](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ScheduleRefreshOnEntity.html) configuration for weekly or monthly schedules. See refresh_on_day.", + 'refreshOnDay', + 'The [refresh on entity](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ScheduleRefreshOnEntity.html) configuration for weekly or monthly schedules. See refresh_on_day.', () => quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay_GetTypes(), false, @@ -45,16 +45,16 @@ export function quicksight_RefreshScheduleScheduleScheduleFrequency_GetTypes(): ), new DynamicUIProps( InputType.String, - "timeOfTheDay", - "The time of day that you want the dataset to refresh. This value is expressed in `HH:MM` format. This field is not required for schedules that refresh hourly.", + 'timeOfTheDay', + 'The time of day that you want the dataset to refresh. This value is expressed in `HH:MM` format. This field is not required for schedules that refresh hourly.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timezone", - "The timezone that you want the refresh schedule to use.", + 'timezone', + 'The timezone that you want the refresh schedule to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay.ts b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay.ts index 787ab9294..2524e01bb 100644 --- a/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay.ts +++ b/src/app/Models/codegen/aws/types/quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay { // The day of the month that you want to schedule refresh on. @@ -18,16 +18,16 @@ export function quicksight_RefreshScheduleScheduleScheduleFrequencyRefreshOnDay_ return [ new DynamicUIProps( InputType.String, - "dayOfMonth", - "The day of the month that you want to schedule refresh on.", + 'dayOfMonth', + 'The day of the month that you want to schedule refresh on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dayOfWeek", - "The day of the week that you want to schedule a refresh on. Valid values are `SUNDAY`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY` and `SATURDAY`.", + 'dayOfWeek', + 'The day of the week that you want to schedule a refresh on. Valid values are `SUNDAY`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY` and `SATURDAY`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_TemplatePermission.ts b/src/app/Models/codegen/aws/types/quicksight_TemplatePermission.ts index fc5ea0ca9..56280c25a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_TemplatePermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_TemplatePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_TemplatePermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_TemplatePermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntity.ts b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntity.ts index 884ac7bb2..65bfb1c7e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntity.ts +++ b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntity.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_TemplateSourceEntitySourceAnalysis, quicksight_TemplateSourceEntitySourceAnalysis_GetTypes, -} from "./quicksight_TemplateSourceEntitySourceAnalysis"; +} from './quicksight_TemplateSourceEntitySourceAnalysis'; import { quicksight_TemplateSourceEntitySourceTemplate, quicksight_TemplateSourceEntitySourceTemplate_GetTypes, -} from "./quicksight_TemplateSourceEntitySourceTemplate"; +} from './quicksight_TemplateSourceEntitySourceTemplate'; export interface quicksight_TemplateSourceEntity { // The source analysis, if it is based on an analysis.. Only one of `source_analysis` or `source_template` should be configured. See source_analysis. @@ -26,16 +26,16 @@ export function quicksight_TemplateSourceEntity_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sourceAnalysis", - "The source analysis, if it is based on an analysis.. Only one of `source_analysis` or `source_template` should be configured. See source_analysis.", + 'sourceAnalysis', + 'The source analysis, if it is based on an analysis.. Only one of `source_analysis` or `source_template` should be configured. See source_analysis.', () => quicksight_TemplateSourceEntitySourceAnalysis_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceTemplate", - "The source template, if it is based on an template.. Only one of `source_analysis` or `source_template` should be configured. See source_template.", + 'sourceTemplate', + 'The source template, if it is based on an template.. Only one of `source_analysis` or `source_template` should be configured. See source_template.', () => quicksight_TemplateSourceEntitySourceTemplate_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysis.ts b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysis.ts index 9905c3411..99f959ff7 100644 --- a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysis.ts +++ b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysis.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_TemplateSourceEntitySourceAnalysisDataSetReference, quicksight_TemplateSourceEntitySourceAnalysisDataSetReference_GetTypes, -} from "./quicksight_TemplateSourceEntitySourceAnalysisDataSetReference"; +} from './quicksight_TemplateSourceEntitySourceAnalysisDataSetReference'; export interface quicksight_TemplateSourceEntitySourceAnalysis { // The Amazon Resource Name (ARN) of the resource. @@ -22,16 +22,16 @@ export function quicksight_TemplateSourceEntitySourceAnalysis_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the resource.", + 'arn', + 'The Amazon Resource Name (ARN) of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "dataSetReferences", - "A list of dataset references used as placeholders in the template. See data_set_references.", + 'dataSetReferences', + 'A list of dataset references used as placeholders in the template. See data_set_references.', () => quicksight_TemplateSourceEntitySourceAnalysisDataSetReference_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysisDataSetReference.ts b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysisDataSetReference.ts index cdadce368..e5deb510e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysisDataSetReference.ts +++ b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceAnalysisDataSetReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_TemplateSourceEntitySourceAnalysisDataSetReference { // Dataset placeholder. @@ -18,16 +18,16 @@ export function quicksight_TemplateSourceEntitySourceAnalysisDataSetReference_Ge return [ new DynamicUIProps( InputType.String, - "dataSetPlaceholder", - "Dataset placeholder.", + 'dataSetPlaceholder', + 'Dataset placeholder.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataSetArn", - "Dataset Amazon Resource Name (ARN).", + 'dataSetArn', + 'Dataset Amazon Resource Name (ARN).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceTemplate.ts b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceTemplate.ts index a1d14e215..e509cf1e0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceTemplate.ts +++ b/src/app/Models/codegen/aws/types/quicksight_TemplateSourceEntitySourceTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_TemplateSourceEntitySourceTemplate { // The Amazon Resource Name (ARN) of the resource. @@ -15,8 +15,8 @@ export function quicksight_TemplateSourceEntitySourceTemplate_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the resource.", + 'arn', + 'The Amazon Resource Name (ARN) of the resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfiguration.ts index 83ca0c41d..b5de281c1 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemeConfigurationUiColorPalette, quicksight_ThemeConfigurationUiColorPalette_GetTypes, -} from "./quicksight_ThemeConfigurationUiColorPalette"; +} from './quicksight_ThemeConfigurationUiColorPalette'; import { quicksight_ThemeConfigurationDataColorPalette, quicksight_ThemeConfigurationDataColorPalette_GetTypes, -} from "./quicksight_ThemeConfigurationDataColorPalette"; +} from './quicksight_ThemeConfigurationDataColorPalette'; import { quicksight_ThemeConfigurationSheet, quicksight_ThemeConfigurationSheet_GetTypes, -} from "./quicksight_ThemeConfigurationSheet"; +} from './quicksight_ThemeConfigurationSheet'; import { quicksight_ThemeConfigurationTypography, quicksight_ThemeConfigurationTypography_GetTypes, -} from "./quicksight_ThemeConfigurationTypography"; +} from './quicksight_ThemeConfigurationTypography'; export interface quicksight_ThemeConfiguration { // Color properties that apply to chart data colors. See data_color_palette. @@ -40,32 +40,32 @@ export function quicksight_ThemeConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dataColorPalette", - "Color properties that apply to chart data colors. See data_color_palette.", + 'dataColorPalette', + 'Color properties that apply to chart data colors. See data_color_palette.', () => quicksight_ThemeConfigurationDataColorPalette_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sheet", - "Display options related to sheets. See sheet.", + 'sheet', + 'Display options related to sheets. See sheet.', () => quicksight_ThemeConfigurationSheet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "typography", - "Determines the typography options. See typography.", + 'typography', + 'Determines the typography options. See typography.', () => quicksight_ThemeConfigurationTypography_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "uiColorPalette", - "Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.", + 'uiColorPalette', + 'Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.', () => quicksight_ThemeConfigurationUiColorPalette_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationDataColorPalette.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationDataColorPalette.ts index a6be3db8b..558e451cb 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationDataColorPalette.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationDataColorPalette.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationDataColorPalette { // List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items. @@ -21,24 +21,24 @@ export function quicksight_ThemeConfigurationDataColorPalette_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "colors", - "List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.", + 'colors', + 'List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "emptyFillColor", - "The hexadecimal code of a color that applies to charts where a lack of data is highlighted.", + 'emptyFillColor', + 'The hexadecimal code of a color that applies to charts where a lack of data is highlighted.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "minMaxGradients", - "The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.", + 'minMaxGradients', + 'The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheet.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheet.ts index 23b660cd0..8bca25a98 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheet.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemeConfigurationSheetTile, quicksight_ThemeConfigurationSheetTile_GetTypes, -} from "./quicksight_ThemeConfigurationSheetTile"; +} from './quicksight_ThemeConfigurationSheetTile'; import { quicksight_ThemeConfigurationSheetTileLayout, quicksight_ThemeConfigurationSheetTileLayout_GetTypes, -} from "./quicksight_ThemeConfigurationSheetTileLayout"; +} from './quicksight_ThemeConfigurationSheetTileLayout'; export interface quicksight_ThemeConfigurationSheet { // The display options for tiles. See tile. @@ -26,16 +26,16 @@ export function quicksight_ThemeConfigurationSheet_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "tile", - "The display options for tiles. See tile.", + 'tile', + 'The display options for tiles. See tile.', () => quicksight_ThemeConfigurationSheetTile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tileLayout", - "The layout options for tiles. See tile_layout.", + 'tileLayout', + 'The layout options for tiles. See tile_layout.', () => quicksight_ThemeConfigurationSheetTileLayout_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTile.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTile.ts index 5dd77c192..b24aa8089 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTile.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemeConfigurationSheetTileBorder, quicksight_ThemeConfigurationSheetTileBorder_GetTypes, -} from "./quicksight_ThemeConfigurationSheetTileBorder"; +} from './quicksight_ThemeConfigurationSheetTileBorder'; export interface quicksight_ThemeConfigurationSheetTile { // The border around a tile. See border. @@ -19,8 +19,8 @@ export function quicksight_ThemeConfigurationSheetTile_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "border", - "The border around a tile. See border.", + 'border', + 'The border around a tile. See border.', () => quicksight_ThemeConfigurationSheetTileBorder_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileBorder.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileBorder.ts index 37f9f9c38..ec18d38b3 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileBorder.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileBorder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationSheetTileBorder { // The option to enable display of borders for visuals. @@ -15,8 +15,8 @@ export function quicksight_ThemeConfigurationSheetTileBorder_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "show", - "The option to enable display of borders for visuals.", + 'show', + 'The option to enable display of borders for visuals.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayout.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayout.ts index c720b9aff..c690b5d90 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayout.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemeConfigurationSheetTileLayoutGutter, quicksight_ThemeConfigurationSheetTileLayoutGutter_GetTypes, -} from "./quicksight_ThemeConfigurationSheetTileLayoutGutter"; +} from './quicksight_ThemeConfigurationSheetTileLayoutGutter'; import { quicksight_ThemeConfigurationSheetTileLayoutMargin, quicksight_ThemeConfigurationSheetTileLayoutMargin_GetTypes, -} from "./quicksight_ThemeConfigurationSheetTileLayoutMargin"; +} from './quicksight_ThemeConfigurationSheetTileLayoutMargin'; export interface quicksight_ThemeConfigurationSheetTileLayout { // The gutter settings that apply between tiles. See gutter. @@ -26,16 +26,16 @@ export function quicksight_ThemeConfigurationSheetTileLayout_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "gutter", - "The gutter settings that apply between tiles. See gutter.", + 'gutter', + 'The gutter settings that apply between tiles. See gutter.', () => quicksight_ThemeConfigurationSheetTileLayoutGutter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "margin", - "The margin settings that apply around the outside edge of sheets. See margin.", + 'margin', + 'The margin settings that apply around the outside edge of sheets. See margin.', () => quicksight_ThemeConfigurationSheetTileLayoutMargin_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutGutter.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutGutter.ts index eb98ea831..26e6178c2 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutGutter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutGutter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationSheetTileLayoutGutter { // This Boolean value controls whether to display a gutter space between sheet tiles. @@ -15,8 +15,8 @@ export function quicksight_ThemeConfigurationSheetTileLayoutGutter_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "show", - "This Boolean value controls whether to display a gutter space between sheet tiles.", + 'show', + 'This Boolean value controls whether to display a gutter space between sheet tiles.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutMargin.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutMargin.ts index 9a164d14e..93708fd09 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutMargin.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationSheetTileLayoutMargin.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationSheetTileLayoutMargin { // This Boolean value controls whether to display sheet margins. @@ -15,8 +15,8 @@ export function quicksight_ThemeConfigurationSheetTileLayoutMargin_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "show", - "This Boolean value controls whether to display sheet margins.", + 'show', + 'This Boolean value controls whether to display sheet margins.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypography.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypography.ts index b37327806..c11657422 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypography.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypography.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_ThemeConfigurationTypographyFontFamily, quicksight_ThemeConfigurationTypographyFontFamily_GetTypes, -} from "./quicksight_ThemeConfigurationTypographyFontFamily"; +} from './quicksight_ThemeConfigurationTypographyFontFamily'; export interface quicksight_ThemeConfigurationTypography { // Determines the list of font families. Maximum number of 5 items. See font_families. @@ -19,8 +19,8 @@ export function quicksight_ThemeConfigurationTypography_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "fontFamilies", - "Determines the list of font families. Maximum number of 5 items. See font_families.", + 'fontFamilies', + 'Determines the list of font families. Maximum number of 5 items. See font_families.', () => quicksight_ThemeConfigurationTypographyFontFamily_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypographyFontFamily.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypographyFontFamily.ts index 39e6eb5fc..5488e99e8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypographyFontFamily.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationTypographyFontFamily.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationTypographyFontFamily { // Font family name. @@ -15,8 +15,8 @@ export function quicksight_ThemeConfigurationTypographyFontFamily_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "fontFamily", - "Font family name.", + 'fontFamily', + 'Font family name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationUiColorPalette.ts b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationUiColorPalette.ts index 910c5ad3d..03f5aad4c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationUiColorPalette.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemeConfigurationUiColorPalette.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemeConfigurationUiColorPalette { // Color (hexadecimal) that applies to any text or other elements that appear over the accent color. @@ -60,128 +60,128 @@ export function quicksight_ThemeConfigurationUiColorPalette_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "danger", - "Color (hexadecimal) that applies to error messages.", + 'danger', + 'Color (hexadecimal) that applies to error messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dimensionForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.", + 'dimensionForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "warning", - "Color (hexadecimal) that applies to warning and informational messages.", + 'warning', + 'Color (hexadecimal) that applies to warning and informational messages.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secondaryBackground", - "Color (hexadecimal) that applies to the sheet background and sheet controls.", + 'secondaryBackground', + 'Color (hexadecimal) that applies to the sheet background and sheet controls.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "measure", - "Color (hexadecimal) that applies to the names of fields that are identified as measures.", + 'measure', + 'Color (hexadecimal) that applies to the names of fields that are identified as measures.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secondaryForeground", - "Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.", + 'secondaryForeground', + 'Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "warningForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the warning color.", + 'warningForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the warning color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryForeground", - "Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.", + 'primaryForeground', + 'Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dimension", - "Color (hexadecimal) that applies to the names of fields that are identified as dimensions.", + 'dimension', + 'Color (hexadecimal) that applies to the names of fields that are identified as dimensions.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accentForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the accent color.", + 'accentForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the accent color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "successForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the success color.", + 'successForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the success color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "measureForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the measure color.", + 'measureForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the measure color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dangerForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the error color.", + 'dangerForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the error color.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "success", - "Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.", + 'success', + 'Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryBackground", - "Color (hexadecimal) that applies to visuals and other high emphasis UI.", + 'primaryBackground', + 'Color (hexadecimal) that applies to visuals and other high emphasis UI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accent", - "Color (hexadecimal) that applies to selected states and buttons.", + 'accent', + 'Color (hexadecimal) that applies to selected states and buttons.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_ThemePermission.ts b/src/app/Models/codegen/aws/types/quicksight_ThemePermission.ts index c61014423..85dcd78d2 100644 --- a/src/app/Models/codegen/aws/types/quicksight_ThemePermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_ThemePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_ThemePermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_ThemePermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_VpcConnectionTimeouts.ts b/src/app/Models/codegen/aws/types/quicksight_VpcConnectionTimeouts.ts index d72c18cd7..6b49975b4 100644 --- a/src/app/Models/codegen/aws/types/quicksight_VpcConnectionTimeouts.ts +++ b/src/app/Models/codegen/aws/types/quicksight_VpcConnectionTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_VpcConnectionTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function quicksight_VpcConnectionTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function quicksight_VpcConnectionTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function quicksight_VpcConnectionTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroup.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroup.ts index c8a5dc783..90bf021d4 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroup.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroup.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetColumnGroupGeoSpatialColumnGroup, quicksight_getDataSetColumnGroupGeoSpatialColumnGroup_GetTypes, -} from "./quicksight_getDataSetColumnGroupGeoSpatialColumnGroup"; +} from './quicksight_getDataSetColumnGroupGeoSpatialColumnGroup'; export interface quicksight_getDataSetColumnGroup { // @@ -19,8 +19,8 @@ export function quicksight_getDataSetColumnGroup_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "geoSpatialColumnGroups", - "", + 'geoSpatialColumnGroups', + '', () => quicksight_getDataSetColumnGroupGeoSpatialColumnGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroupGeoSpatialColumnGroup.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroupGeoSpatialColumnGroup.ts index 7bfca859c..3089a17a3 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroupGeoSpatialColumnGroup.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnGroupGeoSpatialColumnGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetColumnGroupGeoSpatialColumnGroup { // @@ -19,19 +19,19 @@ export interface quicksight_getDataSetColumnGroupGeoSpatialColumnGroup { export function quicksight_getDataSetColumnGroupGeoSpatialColumnGroup_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "columns", - "", + 'columns', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "countryCode", - "", + 'countryCode', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnLevelPermissionRule.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnLevelPermissionRule.ts index 29262d9d4..88ad8d71e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnLevelPermissionRule.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetColumnLevelPermissionRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetColumnLevelPermissionRule { // @@ -18,16 +18,16 @@ export function quicksight_getDataSetColumnLevelPermissionRule_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "columnNames", - "", + 'columnNames', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "principals", - "", + 'principals', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetDataSetUsageConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetDataSetUsageConfiguration.ts index 47dc48c7a..c078986f8 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetDataSetUsageConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetDataSetUsageConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetDataSetUsageConfiguration { // @@ -18,16 +18,16 @@ export function quicksight_getDataSetDataSetUsageConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "disableUseAsDirectQuerySource", - "", + 'disableUseAsDirectQuerySource', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "disableUseAsImportedSource", - "", + 'disableUseAsImportedSource', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetFieldFolder.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetFieldFolder.ts index ed8070b0a..ce2dd46a0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetFieldFolder.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetFieldFolder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetFieldFolder { // @@ -21,24 +21,24 @@ export function quicksight_getDataSetFieldFolder_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "fieldFoldersId", - "", + 'fieldFoldersId', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "columns", - "", + 'columns', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMap.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMap.ts index b93b215ed..df1d5ceda 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMap.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMap.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapSource, quicksight_getDataSetLogicalTableMapSource_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapSource"; +} from './quicksight_getDataSetLogicalTableMapSource'; import { quicksight_getDataSetLogicalTableMapDataTransform, quicksight_getDataSetLogicalTableMapDataTransform_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransform"; +} from './quicksight_getDataSetLogicalTableMapDataTransform'; export interface quicksight_getDataSetLogicalTableMap { // @@ -30,27 +30,27 @@ export interface quicksight_getDataSetLogicalTableMap { export function quicksight_getDataSetLogicalTableMap_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "alias", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'alias', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "dataTransforms", - "", + 'dataTransforms', + '', () => quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "logicalTableMapId", - "", + 'logicalTableMapId', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "sources", - "", + 'sources', + '', () => quicksight_getDataSetLogicalTableMapSource_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransform.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransform.ts index 04cfbb435..54a7e75b9 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransform.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransform.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation, quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformFilterOperation, quicksight_getDataSetLogicalTableMapDataTransformFilterOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformFilterOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformFilterOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformProjectOperation, quicksight_getDataSetLogicalTableMapDataTransformProjectOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformProjectOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformProjectOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation, quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation, quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation, quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation'; import { quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation, quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation"; +} from './quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation'; export interface quicksight_getDataSetLogicalTableMapDataTransform { // @@ -61,8 +61,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "castColumnTypeOperations", - "", + 'castColumnTypeOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation_GetTypes(), true, @@ -70,8 +70,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "createColumnsOperations", - "", + 'createColumnsOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation_GetTypes(), true, @@ -79,8 +79,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "filterOperations", - "", + 'filterOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformFilterOperation_GetTypes(), true, @@ -88,8 +88,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "projectOperations", - "", + 'projectOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformProjectOperation_GetTypes(), true, @@ -97,8 +97,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "renameColumnOperations", - "", + 'renameColumnOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation_GetTypes(), true, @@ -106,8 +106,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "tagColumnOperations", - "", + 'tagColumnOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation_GetTypes(), true, @@ -115,8 +115,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransform_GetTypes(): Dy ), new DynamicUIProps( InputType.Array, - "untagColumnOperations", - "", + 'untagColumnOperations', + '', () => quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts index 7da173313..3f64a01fb 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeOperation { // @@ -21,17 +21,17 @@ export function quicksight_getDataSetLogicalTableMapDataTransformCastColumnTypeO return [ new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "format", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'format', '', () => [], true, false), new DynamicUIProps( InputType.String, - "newColumnType", - "", + 'newColumnType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation.ts index d895a4280..67741ed5a 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn, quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn"; +} from './quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn'; export interface quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperation { // @@ -19,8 +19,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOp return [ new DynamicUIProps( InputType.Array, - "columns", - "", + 'columns', + '', () => quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts index 4f94b0071..f2da09e18 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn { // @@ -19,19 +19,19 @@ export interface quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsO export function quicksight_getDataSetLogicalTableMapDataTransformCreateColumnsOperationColumn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "columnId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'columnId', '', () => [], true, false), new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "expression", - "", + 'expression', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformFilterOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformFilterOperation.ts index f7490d9c8..69428ec50 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformFilterOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformFilterOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformFilterOperation { // @@ -15,8 +15,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransformFilterOperation return [ new DynamicUIProps( InputType.String, - "conditionExpression", - "", + 'conditionExpression', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformProjectOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformProjectOperation.ts index ebf5000c2..bd4467435 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformProjectOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformProjectOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformProjectOperation { // @@ -15,8 +15,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransformProjectOperatio return [ new DynamicUIProps( InputType.Array, - "projectedColumns", - "", + 'projectedColumns', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation.ts index 77f15cada..6de146dd7 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOperation { // @@ -18,16 +18,16 @@ export function quicksight_getDataSetLogicalTableMapDataTransformRenameColumnOpe return [ new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "newColumnName", - "", + 'newColumnName', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation.ts index 561589c62..4ac59c2a9 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag, quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag"; +} from './quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag'; export interface quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperation { // @@ -22,16 +22,16 @@ export function quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperat return [ new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tags", - "", + 'tags', + '', () => quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag.ts index 3ee5114aa..747efa32c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription, quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription"; +} from './quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription'; export interface quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTag { // @@ -22,8 +22,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperat return [ new DynamicUIProps( InputType.Array, - "columnDescriptions", - "", + 'columnDescriptions', + '', () => quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription_GetTypes(), true, @@ -31,8 +31,8 @@ export function quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperat ), new DynamicUIProps( InputType.String, - "columnGeographicRole", - "", + 'columnGeographicRole', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts index da4767319..cf85fe3e9 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription { // @@ -13,6 +13,6 @@ export interface quicksight_getDataSetLogicalTableMapDataTransformTagColumnOpera export function quicksight_getDataSetLogicalTableMapDataTransformTagColumnOperationTagColumnDescription_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "text", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'text', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation.ts index d19a61ae7..9834503fa 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOperation { // @@ -18,16 +18,16 @@ export function quicksight_getDataSetLogicalTableMapDataTransformUntagColumnOper return [ new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tagNames", - "", + 'tagNames', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSource.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSource.ts index eff305783..57553c8f2 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSource.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapSourceJoinInstruction, quicksight_getDataSetLogicalTableMapSourceJoinInstruction_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapSourceJoinInstruction"; +} from './quicksight_getDataSetLogicalTableMapSourceJoinInstruction'; export interface quicksight_getDataSetLogicalTableMapSource { // @@ -25,16 +25,16 @@ export function quicksight_getDataSetLogicalTableMapSource_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "dataSetArn", - "", + 'dataSetArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "joinInstructions", - "", + 'joinInstructions', + '', () => quicksight_getDataSetLogicalTableMapSourceJoinInstruction_GetTypes(), true, @@ -42,8 +42,8 @@ export function quicksight_getDataSetLogicalTableMapSource_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "physicalTableId", - "", + 'physicalTableId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstruction.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstruction.ts index 125d00e85..9246d5188 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstruction.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstruction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty, quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty"; +} from './quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty'; import { quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty, quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty_GetTypes, -} from "./quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty"; +} from './quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty'; export interface quicksight_getDataSetLogicalTableMapSourceJoinInstruction { // @@ -38,17 +38,17 @@ export function quicksight_getDataSetLogicalTableMapSourceJoinInstruction_GetTyp return [ new DynamicUIProps( InputType.String, - "leftOperand", - "", + 'leftOperand', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "onClause", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'onClause', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "rightJoinKeyProperties", - "", + 'rightJoinKeyProperties', + '', () => quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty_GetTypes(), true, @@ -56,17 +56,17 @@ export function quicksight_getDataSetLogicalTableMapSourceJoinInstruction_GetTyp ), new DynamicUIProps( InputType.String, - "rightOperand", - "", + 'rightOperand', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "leftJoinKeyProperties", - "", + 'leftJoinKeyProperties', + '', () => quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty.ts index 7f3631a3f..9d3eccd00 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty { // @@ -13,6 +13,6 @@ export interface quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJo export function quicksight_getDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "uniqueKey", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'uniqueKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty.ts index 31f87868e..5658e2e8c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty { // @@ -13,6 +13,6 @@ export interface quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJ export function quicksight_getDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "uniqueKey", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'uniqueKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPermission.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPermission.ts index 4e707a8b6..3ef4bdc2c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetPermission { // @@ -18,16 +18,16 @@ export function quicksight_getDataSetPermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "", + 'actions', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "", + 'principal', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMap.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMap.ts index 93bd6d358..eb31ba2e0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMap.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMap.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetPhysicalTableMapRelationalTable, quicksight_getDataSetPhysicalTableMapRelationalTable_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapRelationalTable"; +} from './quicksight_getDataSetPhysicalTableMapRelationalTable'; import { quicksight_getDataSetPhysicalTableMapS3Source, quicksight_getDataSetPhysicalTableMapS3Source_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapS3Source"; +} from './quicksight_getDataSetPhysicalTableMapS3Source'; import { quicksight_getDataSetPhysicalTableMapCustomSql, quicksight_getDataSetPhysicalTableMapCustomSql_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapCustomSql"; +} from './quicksight_getDataSetPhysicalTableMapCustomSql'; export interface quicksight_getDataSetPhysicalTableMap { // @@ -36,32 +36,32 @@ export function quicksight_getDataSetPhysicalTableMap_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "relationalTables", - "", + 'relationalTables', + '', () => quicksight_getDataSetPhysicalTableMapRelationalTable_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "s3Sources", - "", + 's3Sources', + '', () => quicksight_getDataSetPhysicalTableMapS3Source_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "customSqls", - "", + 'customSqls', + '', () => quicksight_getDataSetPhysicalTableMapCustomSql_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "physicalTableMapId", - "", + 'physicalTableMapId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSql.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSql.ts index 3fab49983..ed5072210 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSql.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSql.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetPhysicalTableMapCustomSqlColumn, quicksight_getDataSetPhysicalTableMapCustomSqlColumn_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapCustomSqlColumn"; +} from './quicksight_getDataSetPhysicalTableMapCustomSqlColumn'; export interface quicksight_getDataSetPhysicalTableMapCustomSql { // @@ -28,21 +28,21 @@ export function quicksight_getDataSetPhysicalTableMapCustomSql_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "columns", - "", + 'columns', + '', () => quicksight_getDataSetPhysicalTableMapCustomSqlColumn_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "dataSourceArn", - "", + 'dataSourceArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "sqlQuery", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'sqlQuery', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSqlColumn.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSqlColumn.ts index 53d508c42..c0796df3f 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSqlColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapCustomSqlColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetPhysicalTableMapCustomSqlColumn { // @@ -16,7 +16,7 @@ export interface quicksight_getDataSetPhysicalTableMapCustomSqlColumn { export function quicksight_getDataSetPhysicalTableMapCustomSqlColumn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTable.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTable.ts index 0a3cbf4db..aad389674 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTable.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTable.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn, quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn"; +} from './quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn'; export interface quicksight_getDataSetPhysicalTableMapRelationalTable { // @@ -31,20 +31,20 @@ export function quicksight_getDataSetPhysicalTableMapRelationalTable_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "inputColumns", - "", + 'inputColumns', + '', () => quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "schema", "", () => [], true, false), - new DynamicUIProps(InputType.String, "catalog", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'schema', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'catalog', '', () => [], true, false), new DynamicUIProps( InputType.String, - "dataSourceArn", - "", + 'dataSourceArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn.ts index 479c75f45..21011bada 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn { // @@ -16,7 +16,7 @@ export interface quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn export function quicksight_getDataSetPhysicalTableMapRelationalTableInputColumn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3Source.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3Source.ts index a92ad5324..e2f5dd2e1 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3Source.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3Source.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetPhysicalTableMapS3SourceInputColumn, quicksight_getDataSetPhysicalTableMapS3SourceInputColumn_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapS3SourceInputColumn"; +} from './quicksight_getDataSetPhysicalTableMapS3SourceInputColumn'; import { quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting, quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting_GetTypes, -} from "./quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting"; +} from './quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting'; export interface quicksight_getDataSetPhysicalTableMapS3Source { // @@ -29,16 +29,16 @@ export function quicksight_getDataSetPhysicalTableMapS3Source_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "inputColumns", - "", + 'inputColumns', + '', () => quicksight_getDataSetPhysicalTableMapS3SourceInputColumn_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "uploadSettings", - "", + 'uploadSettings', + '', () => quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting_GetTypes(), true, @@ -46,8 +46,8 @@ export function quicksight_getDataSetPhysicalTableMapS3Source_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "dataSourceArn", - "", + 'dataSourceArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceInputColumn.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceInputColumn.ts index 9a8779e23..5fe1ff38e 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceInputColumn.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceInputColumn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetPhysicalTableMapS3SourceInputColumn { // @@ -16,7 +16,7 @@ export interface quicksight_getDataSetPhysicalTableMapS3SourceInputColumn { export function quicksight_getDataSetPhysicalTableMapS3SourceInputColumn_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting.ts index a5e6e42c0..c0dcefc81 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting { // @@ -27,33 +27,33 @@ export function quicksight_getDataSetPhysicalTableMapS3SourceUploadSetting_GetTy return [ new DynamicUIProps( InputType.String, - "delimiter", - "", + 'delimiter', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "format", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'format', '', () => [], true, false), new DynamicUIProps( InputType.Number, - "startFromRow", - "", + 'startFromRow', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "textQualifier", - "", + 'textQualifier', + '', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "containsHeader", - "", + 'containsHeader', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionDataSet.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionDataSet.ts index 3eccdff30..3b4f67b89 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionDataSet.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionDataSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetRowLevelPermissionDataSet { // @@ -27,26 +27,26 @@ export function quicksight_getDataSetRowLevelPermissionDataSet_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "permissionPolicy", - "", + 'permissionPolicy', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "status", "", () => [], true, false), - new DynamicUIProps(InputType.String, "arn", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'arn', '', () => [], true, false), new DynamicUIProps( InputType.String, - "formatVersion", - "", + 'formatVersion', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "namespace", - "", + 'namespace', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfiguration.ts index db8304f6a..ddacc37a3 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule, quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule_GetTypes, -} from "./quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule"; +} from './quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule'; export interface quicksight_getDataSetRowLevelPermissionTagConfiguration { // @@ -20,11 +20,11 @@ export interface quicksight_getDataSetRowLevelPermissionTagConfiguration { export function quicksight_getDataSetRowLevelPermissionTagConfiguration_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "status", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'status', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "tagRules", - "", + 'tagRules', + '', () => quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule.ts b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule.ts index 3c5bb5673..d6c2c24f2 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule { // @@ -24,28 +24,28 @@ export function quicksight_getDataSetRowLevelPermissionTagConfigurationTagRule_G return [ new DynamicUIProps( InputType.String, - "tagMultiValueDelimiter", - "", + 'tagMultiValueDelimiter', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "columnName", - "", + 'columnName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "matchAllValue", - "", + 'matchAllValue', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "tagKey", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'tagKey', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfiguration.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfiguration.ts index efd53b50a..cb21593f7 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfiguration.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getThemeConfigurationSheet, quicksight_getThemeConfigurationSheet_GetTypes, -} from "./quicksight_getThemeConfigurationSheet"; +} from './quicksight_getThemeConfigurationSheet'; import { quicksight_getThemeConfigurationTypography, quicksight_getThemeConfigurationTypography_GetTypes, -} from "./quicksight_getThemeConfigurationTypography"; +} from './quicksight_getThemeConfigurationTypography'; import { quicksight_getThemeConfigurationUiColorPalette, quicksight_getThemeConfigurationUiColorPalette_GetTypes, -} from "./quicksight_getThemeConfigurationUiColorPalette"; +} from './quicksight_getThemeConfigurationUiColorPalette'; import { quicksight_getThemeConfigurationDataColorPalette, quicksight_getThemeConfigurationDataColorPalette_GetTypes, -} from "./quicksight_getThemeConfigurationDataColorPalette"; +} from './quicksight_getThemeConfigurationDataColorPalette'; export interface quicksight_getThemeConfiguration { // Display options related to sheets. See sheet. @@ -40,32 +40,32 @@ export function quicksight_getThemeConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "sheets", - "Display options related to sheets. See sheet.", + 'sheets', + 'Display options related to sheets. See sheet.', () => quicksight_getThemeConfigurationSheet_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "typographies", - "Determines the typography options. See typography.", + 'typographies', + 'Determines the typography options. See typography.', () => quicksight_getThemeConfigurationTypography_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "uiColorPalettes", - "Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.", + 'uiColorPalettes', + 'Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.', () => quicksight_getThemeConfigurationUiColorPalette_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "dataColorPalettes", - "Color properties that apply to chart data colors. See data_color_palette.", + 'dataColorPalettes', + 'Color properties that apply to chart data colors. See data_color_palette.', () => quicksight_getThemeConfigurationDataColorPalette_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationDataColorPalette.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationDataColorPalette.ts index 0d5bfb690..f5ee6af1c 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationDataColorPalette.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationDataColorPalette.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationDataColorPalette { // The hexadecimal code of a color that applies to charts where a lack of data is highlighted. @@ -21,24 +21,24 @@ export function quicksight_getThemeConfigurationDataColorPalette_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "emptyFillColor", - "The hexadecimal code of a color that applies to charts where a lack of data is highlighted.", + 'emptyFillColor', + 'The hexadecimal code of a color that applies to charts where a lack of data is highlighted.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "minMaxGradients", - "The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.", + 'minMaxGradients', + 'The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "colors", - "List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.", + 'colors', + 'List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheet.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheet.ts index f92dfd8db..9e68e0075 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheet.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getThemeConfigurationSheetTileLayout, quicksight_getThemeConfigurationSheetTileLayout_GetTypes, -} from "./quicksight_getThemeConfigurationSheetTileLayout"; +} from './quicksight_getThemeConfigurationSheetTileLayout'; import { quicksight_getThemeConfigurationSheetTile, quicksight_getThemeConfigurationSheetTile_GetTypes, -} from "./quicksight_getThemeConfigurationSheetTile"; +} from './quicksight_getThemeConfigurationSheetTile'; export interface quicksight_getThemeConfigurationSheet { // The layout options for tiles. See tile_layout. @@ -26,16 +26,16 @@ export function quicksight_getThemeConfigurationSheet_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "tileLayouts", - "The layout options for tiles. See tile_layout.", + 'tileLayouts', + 'The layout options for tiles. See tile_layout.', () => quicksight_getThemeConfigurationSheetTileLayout_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "tiles", - "The display options for tiles. See tile.", + 'tiles', + 'The display options for tiles. See tile.', () => quicksight_getThemeConfigurationSheetTile_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTile.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTile.ts index a7652a462..a3e294699 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTile.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTile.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getThemeConfigurationSheetTileBorder, quicksight_getThemeConfigurationSheetTileBorder_GetTypes, -} from "./quicksight_getThemeConfigurationSheetTileBorder"; +} from './quicksight_getThemeConfigurationSheetTileBorder'; export interface quicksight_getThemeConfigurationSheetTile { // The border around a tile. See border. @@ -19,8 +19,8 @@ export function quicksight_getThemeConfigurationSheetTile_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "borders", - "The border around a tile. See border.", + 'borders', + 'The border around a tile. See border.', () => quicksight_getThemeConfigurationSheetTileBorder_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileBorder.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileBorder.ts index f2fc04dcd..ac54839ec 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileBorder.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileBorder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationSheetTileBorder { // This Boolean value controls whether to display sheet margins. @@ -15,8 +15,8 @@ export function quicksight_getThemeConfigurationSheetTileBorder_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "show", - "This Boolean value controls whether to display sheet margins.", + 'show', + 'This Boolean value controls whether to display sheet margins.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayout.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayout.ts index 3dc40fee9..b4dd857bd 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayout.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayout.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getThemeConfigurationSheetTileLayoutGutter, quicksight_getThemeConfigurationSheetTileLayoutGutter_GetTypes, -} from "./quicksight_getThemeConfigurationSheetTileLayoutGutter"; +} from './quicksight_getThemeConfigurationSheetTileLayoutGutter'; import { quicksight_getThemeConfigurationSheetTileLayoutMargin, quicksight_getThemeConfigurationSheetTileLayoutMargin_GetTypes, -} from "./quicksight_getThemeConfigurationSheetTileLayoutMargin"; +} from './quicksight_getThemeConfigurationSheetTileLayoutMargin'; export interface quicksight_getThemeConfigurationSheetTileLayout { // The gutter settings that apply between tiles. See gutter. @@ -26,16 +26,16 @@ export function quicksight_getThemeConfigurationSheetTileLayout_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Array, - "gutters", - "The gutter settings that apply between tiles. See gutter.", + 'gutters', + 'The gutter settings that apply between tiles. See gutter.', () => quicksight_getThemeConfigurationSheetTileLayoutGutter_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "margins", - "The margin settings that apply around the outside edge of sheets. See margin.", + 'margins', + 'The margin settings that apply around the outside edge of sheets. See margin.', () => quicksight_getThemeConfigurationSheetTileLayoutMargin_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutGutter.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutGutter.ts index e8625d155..0b8a703ad 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutGutter.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutGutter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationSheetTileLayoutGutter { // This Boolean value controls whether to display sheet margins. @@ -15,8 +15,8 @@ export function quicksight_getThemeConfigurationSheetTileLayoutGutter_GetTypes() return [ new DynamicUIProps( InputType.Bool, - "show", - "This Boolean value controls whether to display sheet margins.", + 'show', + 'This Boolean value controls whether to display sheet margins.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutMargin.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutMargin.ts index a645dfc1d..f70a80630 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutMargin.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationSheetTileLayoutMargin.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationSheetTileLayoutMargin { // This Boolean value controls whether to display sheet margins. @@ -15,8 +15,8 @@ export function quicksight_getThemeConfigurationSheetTileLayoutMargin_GetTypes() return [ new DynamicUIProps( InputType.Bool, - "show", - "This Boolean value controls whether to display sheet margins.", + 'show', + 'This Boolean value controls whether to display sheet margins.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypography.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypography.ts index 6ccf4b733..05227ff63 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypography.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypography.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { quicksight_getThemeConfigurationTypographyFontFamily, quicksight_getThemeConfigurationTypographyFontFamily_GetTypes, -} from "./quicksight_getThemeConfigurationTypographyFontFamily"; +} from './quicksight_getThemeConfigurationTypographyFontFamily'; export interface quicksight_getThemeConfigurationTypography { // Determines the list of font families. Maximum number of 5 items. See font_families. @@ -19,8 +19,8 @@ export function quicksight_getThemeConfigurationTypography_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "fontFamilies", - "Determines the list of font families. Maximum number of 5 items. See font_families.", + 'fontFamilies', + 'Determines the list of font families. Maximum number of 5 items. See font_families.', () => quicksight_getThemeConfigurationTypographyFontFamily_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypographyFontFamily.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypographyFontFamily.ts index 9a82fffe3..d5f38f5f0 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypographyFontFamily.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationTypographyFontFamily.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationTypographyFontFamily { // Font family name. @@ -15,8 +15,8 @@ export function quicksight_getThemeConfigurationTypographyFontFamily_GetTypes(): return [ new DynamicUIProps( InputType.String, - "fontFamily", - "Font family name.", + 'fontFamily', + 'Font family name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationUiColorPalette.ts b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationUiColorPalette.ts index 18ea40882..98b2b21b7 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationUiColorPalette.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemeConfigurationUiColorPalette.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemeConfigurationUiColorPalette { // Color (hexadecimal) that applies to any text or other elements that appear over the error color. @@ -60,128 +60,128 @@ export function quicksight_getThemeConfigurationUiColorPalette_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "measureForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the measure color.", + 'measureForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the measure color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warningForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the warning color.", + 'warningForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the warning color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "successForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the success color.", + 'successForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the success color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "danger", - "Color (hexadecimal) that applies to error messages.", + 'danger', + 'Color (hexadecimal) that applies to error messages.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dangerForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the error color.", + 'dangerForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the error color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secondaryBackground", - "Color (hexadecimal) that applies to the sheet background and sheet controls.", + 'secondaryBackground', + 'Color (hexadecimal) that applies to the sheet background and sheet controls.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accent", - "Color (hexadecimal) that applies to selected states and buttons.", + 'accent', + 'Color (hexadecimal) that applies to selected states and buttons.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "accentForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the accent color.", + 'accentForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the accent color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "primaryBackground", - "Color (hexadecimal) that applies to visuals and other high emphasis UI.", + 'primaryBackground', + 'Color (hexadecimal) that applies to visuals and other high emphasis UI.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "primaryForeground", - "Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.", + 'primaryForeground', + 'Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "measure", - "Color (hexadecimal) that applies to the names of fields that are identified as measures.", + 'measure', + 'Color (hexadecimal) that applies to the names of fields that are identified as measures.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dimensionForeground", - "Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.", + 'dimensionForeground', + 'Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "success", - "Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.", + 'success', + 'Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dimension", - "Color (hexadecimal) that applies to the names of fields that are identified as dimensions.", + 'dimension', + 'Color (hexadecimal) that applies to the names of fields that are identified as dimensions.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secondaryForeground", - "Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.", + 'secondaryForeground', + 'Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warning", - "Color (hexadecimal) that applies to warning and informational messages.", + 'warning', + 'Color (hexadecimal) that applies to warning and informational messages.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/quicksight_getThemePermission.ts b/src/app/Models/codegen/aws/types/quicksight_getThemePermission.ts index 8e57c1b99..bc933c288 100644 --- a/src/app/Models/codegen/aws/types/quicksight_getThemePermission.ts +++ b/src/app/Models/codegen/aws/types/quicksight_getThemePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface quicksight_getThemePermission { // List of IAM actions to grant or revoke permissions on. @@ -18,16 +18,16 @@ export function quicksight_getThemePermission_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "actions", - "List of IAM actions to grant or revoke permissions on.", + 'actions', + 'List of IAM actions to grant or revoke permissions on.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "principal", - "ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.", + 'principal', + 'ARN of the principal. See the [ResourcePermission documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html) for the applicable ARN values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ram_getResourceShareFilter.ts b/src/app/Models/codegen/aws/types/ram_getResourceShareFilter.ts index 2919d99c7..a632a1ef0 100644 --- a/src/app/Models/codegen/aws/types/ram_getResourceShareFilter.ts +++ b/src/app/Models/codegen/aws/types/ram_getResourceShareFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ram_getResourceShareFilter { // Value of the tag key. @@ -18,16 +18,16 @@ export function ram_getResourceShareFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Value of the tag key.", + 'values', + 'Value of the tag key.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the tag key to filter on.", + 'name', + 'Name of the tag key to filter on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rbin_RuleLockConfiguration.ts b/src/app/Models/codegen/aws/types/rbin_RuleLockConfiguration.ts index 07ed1b74b..8382e69a7 100644 --- a/src/app/Models/codegen/aws/types/rbin_RuleLockConfiguration.ts +++ b/src/app/Models/codegen/aws/types/rbin_RuleLockConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rbin_RuleLockConfigurationUnlockDelay, rbin_RuleLockConfigurationUnlockDelay_GetTypes, -} from "./rbin_RuleLockConfigurationUnlockDelay"; +} from './rbin_RuleLockConfigurationUnlockDelay'; export interface rbin_RuleLockConfiguration { // Information about the retention rule unlock delay. See `unlock_delay` below. @@ -19,8 +19,8 @@ export function rbin_RuleLockConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "unlockDelay", - "Information about the retention rule unlock delay. See `unlock_delay` below.", + 'unlockDelay', + 'Information about the retention rule unlock delay. See `unlock_delay` below.', () => rbin_RuleLockConfigurationUnlockDelay_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/rbin_RuleLockConfigurationUnlockDelay.ts b/src/app/Models/codegen/aws/types/rbin_RuleLockConfigurationUnlockDelay.ts index 266cf92d2..c4e7617d8 100644 --- a/src/app/Models/codegen/aws/types/rbin_RuleLockConfigurationUnlockDelay.ts +++ b/src/app/Models/codegen/aws/types/rbin_RuleLockConfigurationUnlockDelay.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rbin_RuleLockConfigurationUnlockDelay { // The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days. @@ -18,16 +18,16 @@ export function rbin_RuleLockConfigurationUnlockDelay_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "unlockDelayUnit", - "The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.", + 'unlockDelayUnit', + 'The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "unlockDelayValue", - "The unlock delay period, measured in the unit specified for UnlockDelayUnit.", + 'unlockDelayValue', + 'The unlock delay period, measured in the unit specified for UnlockDelayUnit.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rbin_RuleResourceTag.ts b/src/app/Models/codegen/aws/types/rbin_RuleResourceTag.ts index 33da49b19..14c30962a 100644 --- a/src/app/Models/codegen/aws/types/rbin_RuleResourceTag.ts +++ b/src/app/Models/codegen/aws/types/rbin_RuleResourceTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rbin_RuleResourceTag { /* @@ -22,16 +22,16 @@ export function rbin_RuleResourceTag_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "resourceTagKey", - "The tag key.\n\nThe following argument is optional:", + 'resourceTagKey', + 'The tag key.\n\nThe following argument is optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceTagValue", - "The tag value.", + 'resourceTagValue', + 'The tag value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rbin_RuleRetentionPeriod.ts b/src/app/Models/codegen/aws/types/rbin_RuleRetentionPeriod.ts index b982dade8..fa54dceb2 100644 --- a/src/app/Models/codegen/aws/types/rbin_RuleRetentionPeriod.ts +++ b/src/app/Models/codegen/aws/types/rbin_RuleRetentionPeriod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rbin_RuleRetentionPeriod { // The unit of time in which the retention period is measured. Currently, only DAYS is supported. @@ -18,16 +18,16 @@ export function rbin_RuleRetentionPeriod_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "retentionPeriodUnit", - "The unit of time in which the retention period is measured. Currently, only DAYS is supported.", + 'retentionPeriodUnit', + 'The unit of time in which the retention period is measured. Currently, only DAYS is supported.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "retentionPeriodValue", - "The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.", + 'retentionPeriodValue', + 'The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterMasterUserSecret.ts b/src/app/Models/codegen/aws/types/rds_ClusterMasterUserSecret.ts index 9fbbbc804..21d9167f9 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterMasterUserSecret.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterMasterUserSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterMasterUserSecret { // ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true. @@ -21,24 +21,24 @@ export function rds_ClusterMasterUserSecret_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.", + 'kmsKeyId', + 'ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "Amazon Resource Name (ARN) of the secret.", + 'secretArn', + 'Amazon Resource Name (ARN) of the secret.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretStatus", - "Status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.", + 'secretStatus', + 'Status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/rds_ClusterParameterGroupParameter.ts index aa1f6fe27..efa08c13c 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterParameterGroupParameter { /* @@ -25,7 +25,7 @@ export function rds_ClusterParameterGroupParameter_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "applyMethod", + 'applyMethod', '"immediate" (default), or "pending-reboot". Some\nengines can\'t apply some parameters without a reboot, and you will need to\nspecify "pending-reboot" here.', () => [], false, @@ -33,16 +33,16 @@ export function rds_ClusterParameterGroupParameter_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "name", - "The name of the DB parameter.", + 'name', + 'The name of the DB parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the DB parameter.", + 'value', + 'The value of the DB parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterRestoreToPointInTime.ts b/src/app/Models/codegen/aws/types/rds_ClusterRestoreToPointInTime.ts index 5a3e5b3cf..7dd64aea1 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterRestoreToPointInTime.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterRestoreToPointInTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterRestoreToPointInTime { // Set to true to restore the database cluster to the latest restorable backup time. Defaults to false. Conflicts with `restore_to_time`. @@ -30,40 +30,40 @@ export function rds_ClusterRestoreToPointInTime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "useLatestRestorableTime", - "Set to true to restore the database cluster to the latest restorable backup time. Defaults to false. Conflicts with `restore_to_time`.", + 'useLatestRestorableTime', + 'Set to true to restore the database cluster to the latest restorable backup time. Defaults to false. Conflicts with `restore_to_time`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreToTime", - "Date and time in UTC format to restore the database cluster to. Conflicts with `use_latest_restorable_time`.", + 'restoreToTime', + 'Date and time in UTC format to restore the database cluster to. Conflicts with `use_latest_restorable_time`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "restoreType", - "Type of restore to be performed.\nValid options are `full-copy` (default) and `copy-on-write`.", + 'restoreType', + 'Type of restore to be performed.\nValid options are `full-copy` (default) and `copy-on-write`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceClusterIdentifier", - "Identifier of the source database cluster from which to restore. When restoring from a cluster in another AWS account, the identifier is the ARN of that cluster.", + 'sourceClusterIdentifier', + 'Identifier of the source database cluster from which to restore. When restoring from a cluster in another AWS account, the identifier is the ARN of that cluster.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceClusterResourceId", - "Cluster resource ID of the source database cluster from which to restore. To be used for restoring a deleted cluster in the same account which still has a retained automatic backup available.", + 'sourceClusterResourceId', + 'Cluster resource ID of the source database cluster from which to restore. To be used for restoring a deleted cluster in the same account which still has a retained automatic backup available.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterS3Import.ts b/src/app/Models/codegen/aws/types/rds_ClusterS3Import.ts index fbb13d4ee..52696a91f 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterS3Import.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterS3Import.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterS3Import { // Bucket name where your backup is stored @@ -31,7 +31,7 @@ export function rds_ClusterS3Import_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sourceEngineVersion", + 'sourceEngineVersion', "Version of the source engine used to make the backup\n\nThis will not recreate the resource if the S3 object changes in some way. It's only used to initialize the database. This only works currently with the aurora engine. See AWS for currently supported engines and options. See [Aurora S3 Migration Docs](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3).", () => [], true, @@ -39,32 +39,32 @@ export function rds_ClusterS3Import_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "bucketName", - "Bucket name where your backup is stored", + 'bucketName', + 'Bucket name where your backup is stored', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Can be blank, but is the path to your backup", + 'bucketPrefix', + 'Can be blank, but is the path to your backup', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ingestionRole", - "Role applied to load the data.", + 'ingestionRole', + 'Role applied to load the data.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceEngine", - "Source engine for the backup", + 'sourceEngine', + 'Source engine for the backup', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterScalingConfiguration.ts b/src/app/Models/codegen/aws/types/rds_ClusterScalingConfiguration.ts index 1964f284c..48a1ca0c5 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterScalingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterScalingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterScalingConfiguration { // Whether to enable automatic pause. A DB cluster can be paused only when it's idle (it has no connections). If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it. Defaults to `true`. @@ -30,47 +30,47 @@ export function rds_ClusterScalingConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "maxCapacity", - "Maximum capacity for an Aurora DB cluster in `serverless` DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid Aurora MySQL capacity values are `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`. Valid Aurora PostgreSQL capacity values are (`2`, `4`, `8`, `16`, `32`, `64`, `192`, and `384`). Defaults to `16`.", + 'maxCapacity', + 'Maximum capacity for an Aurora DB cluster in `serverless` DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid Aurora MySQL capacity values are `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`. Valid Aurora PostgreSQL capacity values are (`2`, `4`, `8`, `16`, `32`, `64`, `192`, and `384`). Defaults to `16`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minCapacity", - "Minimum capacity for an Aurora DB cluster in `serverless` DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid Aurora MySQL capacity values are `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`. Valid Aurora PostgreSQL capacity values are (`2`, `4`, `8`, `16`, `32`, `64`, `192`, and `384`). Defaults to `1`.", + 'minCapacity', + 'Minimum capacity for an Aurora DB cluster in `serverless` DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid Aurora MySQL capacity values are `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`. Valid Aurora PostgreSQL capacity values are (`2`, `4`, `8`, `16`, `32`, `64`, `192`, and `384`). Defaults to `1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "secondsBeforeTimeout", - "Amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. Valid values are `60` through `600`. Defaults to `300`.", + 'secondsBeforeTimeout', + 'Amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. Valid values are `60` through `600`. Defaults to `300`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "secondsUntilAutoPause", - "Time, in seconds, before an Aurora DB cluster in serverless mode is paused. Valid values are `300` through `86400`. Defaults to `300`.", + 'secondsUntilAutoPause', + 'Time, in seconds, before an Aurora DB cluster in serverless mode is paused. Valid values are `300` through `86400`. Defaults to `300`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeoutAction", - "Action to take when the timeout is reached. Valid values: `ForceApplyCapacityChange`, `RollbackCapacityChange`. Defaults to `RollbackCapacityChange`. See [documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v1.how-it-works.html#aurora-serverless.how-it-works.timeout-action).", + 'timeoutAction', + 'Action to take when the timeout is reached. Valid values: `ForceApplyCapacityChange`, `RollbackCapacityChange`. Defaults to `RollbackCapacityChange`. See [documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v1.how-it-works.html#aurora-serverless.how-it-works.timeout-action).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoPause", + 'autoPause', "Whether to enable automatic pause. A DB cluster can be paused only when it's idle (it has no connections). If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it. Defaults to `true`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/rds_ClusterServerlessv2ScalingConfiguration.ts b/src/app/Models/codegen/aws/types/rds_ClusterServerlessv2ScalingConfiguration.ts index 47f7ff690..8e80d655f 100644 --- a/src/app/Models/codegen/aws/types/rds_ClusterServerlessv2ScalingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/rds_ClusterServerlessv2ScalingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ClusterServerlessv2ScalingConfiguration { // Maximum capacity for an Aurora DB cluster in `provisioned` DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid capacity values are in a range of `0.5` up to `128` in steps of `0.5`. @@ -18,16 +18,16 @@ export function rds_ClusterServerlessv2ScalingConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "maxCapacity", - "Maximum capacity for an Aurora DB cluster in `provisioned` DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid capacity values are in a range of `0.5` up to `128` in steps of `0.5`.", + 'maxCapacity', + 'Maximum capacity for an Aurora DB cluster in `provisioned` DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid capacity values are in a range of `0.5` up to `128` in steps of `0.5`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minCapacity", - "Minimum capacity for an Aurora DB cluster in `provisioned` DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid capacity values are in a range of `0.5` up to `128` in steps of `0.5`.", + 'minCapacity', + 'Minimum capacity for an Aurora DB cluster in `provisioned` DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid capacity values are in a range of `0.5` up to `128` in steps of `0.5`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rds_EngineMode.ts b/src/app/Models/codegen/aws/types/rds_EngineMode.ts index 6998b854c..f623f4d42 100644 --- a/src/app/Models/codegen/aws/types/rds_EngineMode.ts +++ b/src/app/Models/codegen/aws/types/rds_EngineMode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_EngineMode {} diff --git a/src/app/Models/codegen/aws/types/rds_EngineType.ts b/src/app/Models/codegen/aws/types/rds_EngineType.ts index 47acc87fd..2c8ab112a 100644 --- a/src/app/Models/codegen/aws/types/rds_EngineType.ts +++ b/src/app/Models/codegen/aws/types/rds_EngineType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_EngineType {} diff --git a/src/app/Models/codegen/aws/types/rds_ExportTaskTimeouts.ts b/src/app/Models/codegen/aws/types/rds_ExportTaskTimeouts.ts index aa0d43d3f..641a54d93 100644 --- a/src/app/Models/codegen/aws/types/rds_ExportTaskTimeouts.ts +++ b/src/app/Models/codegen/aws/types/rds_ExportTaskTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ExportTaskTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function rds_ExportTaskTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function rds_ExportTaskTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/rds_GlobalClusterGlobalClusterMember.ts b/src/app/Models/codegen/aws/types/rds_GlobalClusterGlobalClusterMember.ts index 36016b561..f49210011 100644 --- a/src/app/Models/codegen/aws/types/rds_GlobalClusterGlobalClusterMember.ts +++ b/src/app/Models/codegen/aws/types/rds_GlobalClusterGlobalClusterMember.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_GlobalClusterGlobalClusterMember { // Amazon Resource Name (ARN) of member DB Cluster @@ -18,16 +18,16 @@ export function rds_GlobalClusterGlobalClusterMember_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "dbClusterArn", - "Amazon Resource Name (ARN) of member DB Cluster", + 'dbClusterArn', + 'Amazon Resource Name (ARN) of member DB Cluster', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isWriter", - "Whether the member is the primary DB Cluster", + 'isWriter', + 'Whether the member is the primary DB Cluster', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceBlueGreenUpdate.ts b/src/app/Models/codegen/aws/types/rds_InstanceBlueGreenUpdate.ts index 8e5ed1463..222d6088a 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceBlueGreenUpdate.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceBlueGreenUpdate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceBlueGreenUpdate { /* @@ -25,8 +25,8 @@ export function rds_InstanceBlueGreenUpdate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enables low-downtime updates when `true`.\nDefault is `false`.\n\n[instance-replication]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Replication.html\n[instance-maintenance]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html\n[blue-green]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html", + 'enabled', + 'Enables low-downtime updates when `true`.\nDefault is `false`.\n\n[instance-replication]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Replication.html\n[instance-maintenance]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html\n[blue-green]:\nhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceListenerEndpoint.ts b/src/app/Models/codegen/aws/types/rds_InstanceListenerEndpoint.ts index edaa0f9bb..3b21b421e 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceListenerEndpoint.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceListenerEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceListenerEndpoint { // Specifies the DNS address of the DB instance. @@ -21,24 +21,24 @@ export function rds_InstanceListenerEndpoint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "address", - "Specifies the DNS address of the DB instance.", + 'address', + 'Specifies the DNS address of the DB instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.", + 'hostedZoneId', + 'Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the DB accepts connections.", + 'port', + 'The port on which the DB accepts connections.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceMasterUserSecret.ts b/src/app/Models/codegen/aws/types/rds_InstanceMasterUserSecret.ts index b73011cdd..19b058149 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceMasterUserSecret.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceMasterUserSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceMasterUserSecret { /* @@ -24,24 +24,24 @@ export function rds_InstanceMasterUserSecret_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "secretStatus", - "The status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.", + 'secretStatus', + 'The status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ARN for the KMS encryption key. If creating an\nencrypted replica, set this to the destination KMS ARN.", + 'kmsKeyId', + 'The ARN for the KMS encryption key. If creating an\nencrypted replica, set this to the destination KMS ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "The Amazon Resource Name (ARN) of the secret.", + 'secretArn', + 'The Amazon Resource Name (ARN) of the secret.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceRestoreToPointInTime.ts b/src/app/Models/codegen/aws/types/rds_InstanceRestoreToPointInTime.ts index 21ffb0453..1ad046f2e 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceRestoreToPointInTime.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceRestoreToPointInTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceRestoreToPointInTime { // The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `use_latest_restorable_time`. @@ -27,40 +27,40 @@ export function rds_InstanceRestoreToPointInTime_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "restoreTime", - "The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `use_latest_restorable_time`.", + 'restoreTime', + 'The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `use_latest_restorable_time`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceDbInstanceAutomatedBackupsArn", - "The ARN of the automated backup from which to restore. Required if `source_db_instance_identifier` or `source_dbi_resource_id` is not specified.", + 'sourceDbInstanceAutomatedBackupsArn', + 'The ARN of the automated backup from which to restore. Required if `source_db_instance_identifier` or `source_dbi_resource_id` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceDbInstanceIdentifier", - "The identifier of the source DB instance from which to restore. Must match the identifier of an existing DB instance. Required if `source_db_instance_automated_backups_arn` or `source_dbi_resource_id` is not specified.", + 'sourceDbInstanceIdentifier', + 'The identifier of the source DB instance from which to restore. Must match the identifier of an existing DB instance. Required if `source_db_instance_automated_backups_arn` or `source_dbi_resource_id` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sourceDbiResourceId", - "The resource ID of the source DB instance from which to restore. Required if `source_db_instance_identifier` or `source_db_instance_automated_backups_arn` is not specified.", + 'sourceDbiResourceId', + 'The resource ID of the source DB instance from which to restore. Required if `source_db_instance_identifier` or `source_db_instance_automated_backups_arn` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "useLatestRestorableTime", - "A boolean value that indicates whether the DB instance is restored from the latest backup time. Defaults to `false`. Cannot be specified with `restore_time`.", + 'useLatestRestorableTime', + 'A boolean value that indicates whether the DB instance is restored from the latest backup time. Defaults to `false`. Cannot be specified with `restore_time`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceS3Import.ts b/src/app/Models/codegen/aws/types/rds_InstanceS3Import.ts index 29f85a4b7..76fe15abe 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceS3Import.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceS3Import.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceS3Import { // Source engine for the backup @@ -31,15 +31,15 @@ export function rds_InstanceS3Import_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sourceEngine", - "Source engine for the backup", + 'sourceEngine', + 'Source engine for the backup', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sourceEngineVersion", + 'sourceEngineVersion', "Version of the source engine used to make the backup\n\nThis will not recreate the resource if the S3 object changes in some way. It's only used to initialize the database.", () => [], true, @@ -47,24 +47,24 @@ export function rds_InstanceS3Import_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "bucketName", - "The bucket name where your backup is stored", + 'bucketName', + 'The bucket name where your backup is stored', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bucketPrefix", - "Can be blank, but is the path to your backup", + 'bucketPrefix', + 'Can be blank, but is the path to your backup', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ingestionRole", - "Role applied to load the data.", + 'ingestionRole', + 'Role applied to load the data.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/rds_InstanceType.ts b/src/app/Models/codegen/aws/types/rds_InstanceType.ts index 5824db86d..fc5615535 100644 --- a/src/app/Models/codegen/aws/types/rds_InstanceType.ts +++ b/src/app/Models/codegen/aws/types/rds_InstanceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_InstanceType {} diff --git a/src/app/Models/codegen/aws/types/rds_IntegrationTimeouts.ts b/src/app/Models/codegen/aws/types/rds_IntegrationTimeouts.ts index 4f045d310..55d4332ca 100644 --- a/src/app/Models/codegen/aws/types/rds_IntegrationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/rds_IntegrationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_IntegrationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -18,7 +18,7 @@ export function rds_IntegrationTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -26,7 +26,7 @@ export function rds_IntegrationTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/rds_OptionGroupOption.ts b/src/app/Models/codegen/aws/types/rds_OptionGroupOption.ts index 065184601..436372797 100644 --- a/src/app/Models/codegen/aws/types/rds_OptionGroupOption.ts +++ b/src/app/Models/codegen/aws/types/rds_OptionGroupOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rds_OptionGroupOptionOptionSetting, rds_OptionGroupOptionOptionSetting_GetTypes, -} from "./rds_OptionGroupOptionOptionSetting"; +} from './rds_OptionGroupOptionOptionSetting'; export interface rds_OptionGroupOption { // List of DB Security Groups for which the option is enabled. @@ -34,48 +34,48 @@ export function rds_OptionGroupOption_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "dbSecurityGroupMemberships", - "List of DB Security Groups for which the option is enabled.", + 'dbSecurityGroupMemberships', + 'List of DB Security Groups for which the option is enabled.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "optionName", - "Name of the option (e.g., MEMCACHED).", + 'optionName', + 'Name of the option (e.g., MEMCACHED).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "optionSettings", - "The option settings to apply. See `option_settings` Block below for more details.", + 'optionSettings', + 'The option settings to apply. See `option_settings` Block below for more details.', () => rds_OptionGroupOptionOptionSetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "port", - "Port number when connecting to the option (e.g., 11211). Leaving out or removing `port` from your configuration does not remove or clear a port from the option in AWS. AWS may assign a default port. Not including `port` in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any port changes.", + 'port', + 'Port number when connecting to the option (e.g., 11211). Leaving out or removing `port` from your configuration does not remove or clear a port from the option in AWS. AWS may assign a default port. Not including `port` in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any port changes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "version", - "Version of the option (e.g., 13.1.0.0). Leaving out or removing `version` from your configuration does not remove or clear a version from the option in AWS. AWS may assign a default version. Not including `version` in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any version changes.", + 'version', + 'Version of the option (e.g., 13.1.0.0). Leaving out or removing `version` from your configuration does not remove or clear a version from the option in AWS. AWS may assign a default version. Not including `version` in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any version changes.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcSecurityGroupMemberships", - "List of VPC Security Groups for which the option is enabled.", + 'vpcSecurityGroupMemberships', + 'List of VPC Security Groups for which the option is enabled.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rds_OptionGroupOptionOptionSetting.ts b/src/app/Models/codegen/aws/types/rds_OptionGroupOptionOptionSetting.ts index 0929f5e6a..53b3649a0 100644 --- a/src/app/Models/codegen/aws/types/rds_OptionGroupOptionOptionSetting.ts +++ b/src/app/Models/codegen/aws/types/rds_OptionGroupOptionOptionSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_OptionGroupOptionOptionSetting { // Value of the setting. @@ -18,16 +18,16 @@ export function rds_OptionGroupOptionOptionSetting_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "value", - "Value of the setting.", + 'value', + 'Value of the setting.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the setting.", + 'name', + 'Name of the setting.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rds_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/rds_ParameterGroupParameter.ts index cb36376ac..d395070ba 100644 --- a/src/app/Models/codegen/aws/types/rds_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/rds_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ParameterGroupParameter { /* @@ -25,23 +25,23 @@ export function rds_ParameterGroupParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the DB parameter.", + 'name', + 'The name of the DB parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the DB parameter.", + 'value', + 'The value of the DB parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applyMethod", + 'applyMethod', '"immediate" (default), or "pending-reboot". Some\nengines can\'t apply some parameters without a reboot, and you will need to\nspecify "pending-reboot" here.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/rds_ProxyAuth.ts b/src/app/Models/codegen/aws/types/rds_ProxyAuth.ts index b10e9e564..113c264b3 100644 --- a/src/app/Models/codegen/aws/types/rds_ProxyAuth.ts +++ b/src/app/Models/codegen/aws/types/rds_ProxyAuth.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ProxyAuth { // The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of `SECRETS`. @@ -30,48 +30,48 @@ export function rds_ProxyAuth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "authScheme", - "The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of `SECRETS`.", + 'authScheme', + 'The type of authentication that the proxy uses for connections from the proxy to the underlying database. One of `SECRETS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientPasswordAuthType", - "The type of authentication the proxy uses for connections from clients. Valid values are `MYSQL_NATIVE_PASSWORD`, `POSTGRES_SCRAM_SHA_256`, `POSTGRES_MD5`, and `SQL_SERVER_AUTHENTICATION`.", + 'clientPasswordAuthType', + 'The type of authentication the proxy uses for connections from clients. Valid values are `MYSQL_NATIVE_PASSWORD`, `POSTGRES_SCRAM_SHA_256`, `POSTGRES_MD5`, and `SQL_SERVER_AUTHENTICATION`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A user-specified description about the authentication used by a proxy to log in as a specific database user.", + 'description', + 'A user-specified description about the authentication used by a proxy to log in as a specific database user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "iamAuth", - "Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy. One of `DISABLED`, `REQUIRED`.", + 'iamAuth', + 'Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy. One of `DISABLED`, `REQUIRED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "secretArn", - "The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.", + 'secretArn', + 'The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "The name of the database user to which the proxy connects.", + 'username', + 'The name of the database user to which the proxy connects.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_ProxyDefaultTargetGroupConnectionPoolConfig.ts b/src/app/Models/codegen/aws/types/rds_ProxyDefaultTargetGroupConnectionPoolConfig.ts index 5b803f111..5d0b49980 100644 --- a/src/app/Models/codegen/aws/types/rds_ProxyDefaultTargetGroupConnectionPoolConfig.ts +++ b/src/app/Models/codegen/aws/types/rds_ProxyDefaultTargetGroupConnectionPoolConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ProxyDefaultTargetGroupConnectionPoolConfig { // Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is `EXCLUDE_VARIABLE_SETS`. @@ -27,40 +27,40 @@ export function rds_ProxyDefaultTargetGroupConnectionPoolConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "connectionBorrowTimeout", - "The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.", + 'connectionBorrowTimeout', + 'The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "initQuery", - "One or more SQL statements for the proxy to run when opening each new database connection. Typically used with `SET` statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single `SET` statement, such as `SET x=1, y=2`.", + 'initQuery', + 'One or more SQL statements for the proxy to run when opening each new database connection. Typically used with `SET` statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single `SET` statement, such as `SET x=1, y=2`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConnectionsPercent", - "The maximum size of the connection pool for each target in a target group. For Aurora MySQL, it is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.", + 'maxConnectionsPercent', + 'The maximum size of the connection pool for each target in a target group. For Aurora MySQL, it is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxIdleConnectionsPercent", - "Controls how actively the proxy closes idle database connections in the connection pool. A high value enables the proxy to leave a high percentage of idle connections open. A low value causes the proxy to close idle client connections and return the underlying database connections to the connection pool. For Aurora MySQL, it is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.", + 'maxIdleConnectionsPercent', + 'Controls how actively the proxy closes idle database connections in the connection pool. A high value enables the proxy to leave a high percentage of idle connections open. A low value causes the proxy to close idle client connections and return the underlying database connections to the connection pool. For Aurora MySQL, it is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sessionPinningFilters", - "Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is `EXCLUDE_VARIABLE_SETS`.", + 'sessionPinningFilters', + 'Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is `EXCLUDE_VARIABLE_SETS`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rds_ReservedInstanceRecurringCharge.ts b/src/app/Models/codegen/aws/types/rds_ReservedInstanceRecurringCharge.ts index 383bd39d3..200a8ae1c 100644 --- a/src/app/Models/codegen/aws/types/rds_ReservedInstanceRecurringCharge.ts +++ b/src/app/Models/codegen/aws/types/rds_ReservedInstanceRecurringCharge.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_ReservedInstanceRecurringCharge { // @@ -18,16 +18,16 @@ export function rds_ReservedInstanceRecurringCharge_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "recurringChargeAmount", - "", + 'recurringChargeAmount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recurringChargeFrequency", - "", + 'recurringChargeFrequency', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rds_StorageType.ts b/src/app/Models/codegen/aws/types/rds_StorageType.ts index 90b1840f4..19aee8678 100644 --- a/src/app/Models/codegen/aws/types/rds_StorageType.ts +++ b/src/app/Models/codegen/aws/types/rds_StorageType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_StorageType {} diff --git a/src/app/Models/codegen/aws/types/rds_getClusterMasterUserSecret.ts b/src/app/Models/codegen/aws/types/rds_getClusterMasterUserSecret.ts index 6ed582a60..3244c8b93 100644 --- a/src/app/Models/codegen/aws/types/rds_getClusterMasterUserSecret.ts +++ b/src/app/Models/codegen/aws/types/rds_getClusterMasterUserSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getClusterMasterUserSecret { // @@ -21,20 +21,20 @@ export function rds_getClusterMasterUserSecret_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "secretArn", - "", + 'secretArn', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretStatus", - "", + 'secretStatus', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "kmsKeyId", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'kmsKeyId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/rds_getClustersFilter.ts b/src/app/Models/codegen/aws/types/rds_getClustersFilter.ts index c3dc18587..91265a94f 100644 --- a/src/app/Models/codegen/aws/types/rds_getClustersFilter.ts +++ b/src/app/Models/codegen/aws/types/rds_getClustersFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getClustersFilter { // Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html). @@ -18,16 +18,16 @@ export function rds_getClustersFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/rds_getEngineVersionFilter.ts b/src/app/Models/codegen/aws/types/rds_getEngineVersionFilter.ts index 9ba252e93..382390148 100644 --- a/src/app/Models/codegen/aws/types/rds_getEngineVersionFilter.ts +++ b/src/app/Models/codegen/aws/types/rds_getEngineVersionFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getEngineVersionFilter { // @@ -16,11 +16,11 @@ export interface rds_getEngineVersionFilter { export function rds_getEngineVersionFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/rds_getInstanceMasterUserSecret.ts b/src/app/Models/codegen/aws/types/rds_getInstanceMasterUserSecret.ts index caf80d274..fb13d5d01 100644 --- a/src/app/Models/codegen/aws/types/rds_getInstanceMasterUserSecret.ts +++ b/src/app/Models/codegen/aws/types/rds_getInstanceMasterUserSecret.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getInstanceMasterUserSecret { // The Amazon Resource Name (ARN) of the secret. @@ -21,24 +21,24 @@ export function rds_getInstanceMasterUserSecret_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "secretArn", - "The Amazon Resource Name (ARN) of the secret.", + 'secretArn', + 'The Amazon Resource Name (ARN) of the secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretStatus", - "The status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.", + 'secretStatus', + 'The status of the secret. Valid Values: `creating` | `active` | `rotating` | `impaired`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Web Services KMS key identifier that is used to encrypt the secret.", + 'kmsKeyId', + 'The Amazon Web Services KMS key identifier that is used to encrypt the secret.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rds_getInstancesFilter.ts b/src/app/Models/codegen/aws/types/rds_getInstancesFilter.ts index df8638f85..561f3bb85 100644 --- a/src/app/Models/codegen/aws/types/rds_getInstancesFilter.ts +++ b/src/app/Models/codegen/aws/types/rds_getInstancesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getInstancesFilter { // Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) or [RDS DescribeDBInstances API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html). @@ -18,16 +18,16 @@ export function rds_getInstancesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) or [RDS DescribeDBInstances API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) or [RDS DescribeDBInstances API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/rds_getProxyAuth.ts b/src/app/Models/codegen/aws/types/rds_getProxyAuth.ts index 20f63e4ac..45d1def88 100644 --- a/src/app/Models/codegen/aws/types/rds_getProxyAuth.ts +++ b/src/app/Models/codegen/aws/types/rds_getProxyAuth.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rds_getProxyAuth { // @@ -30,34 +30,34 @@ export function rds_getProxyAuth_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "", + 'description', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "iamAuth", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'iamAuth', '', () => [], true, false), new DynamicUIProps( InputType.String, - "secretArn", - "", + 'secretArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "username", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'username', '', () => [], true, false), new DynamicUIProps( InputType.String, - "authScheme", - "", + 'authScheme', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientPasswordAuthType", - "", + 'clientPasswordAuthType', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ClusterClusterNode.ts b/src/app/Models/codegen/aws/types/redshift_ClusterClusterNode.ts index 5f36f41ab..345da5c0d 100644 --- a/src/app/Models/codegen/aws/types/redshift_ClusterClusterNode.ts +++ b/src/app/Models/codegen/aws/types/redshift_ClusterClusterNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ClusterClusterNode { // Whether the node is a leader node or a compute node @@ -21,24 +21,24 @@ export function redshift_ClusterClusterNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "nodeRole", - "Whether the node is a leader node or a compute node", + 'nodeRole', + 'Whether the node is a leader node or a compute node', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The private IP address of a node within a cluster", + 'privateIpAddress', + 'The private IP address of a node within a cluster', () => [], false, false, ), new DynamicUIProps( InputType.String, - "publicIpAddress", - "The public IP address of a node within a cluster", + 'publicIpAddress', + 'The public IP address of a node within a cluster', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ClusterLogging.ts b/src/app/Models/codegen/aws/types/redshift_ClusterLogging.ts index 608ec414f..c3d2f6378 100644 --- a/src/app/Models/codegen/aws/types/redshift_ClusterLogging.ts +++ b/src/app/Models/codegen/aws/types/redshift_ClusterLogging.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ClusterLogging { // Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster. @@ -30,40 +30,40 @@ export function redshift_ClusterLogging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enable", - "Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.", + 'enable', + 'Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logDestinationType", - "The log destination type. An enum with possible values of `s3` and `cloudwatch`.", + 'logDestinationType', + 'The log destination type. An enum with possible values of `s3` and `cloudwatch`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "logExports", - "The collection of exported log types. Log types include the connection log, user log and user activity log. Required when `log_destination_type` is `cloudwatch`. Valid log types are `connectionlog`, `userlog`, and `useractivitylog`.", + 'logExports', + 'The collection of exported log types. Log types include the connection log, user log and user activity log. Required when `log_destination_type` is `cloudwatch`. Valid log types are `connectionlog`, `userlog`, and `useractivitylog`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "The prefix applied to the log file names.", + 's3KeyPrefix', + 'The prefix applied to the log file names.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions.\nFor more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)", + 'bucketName', + 'The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions.\nFor more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ClusterSnapshotCopy.ts b/src/app/Models/codegen/aws/types/redshift_ClusterSnapshotCopy.ts index bfbb24e18..774bb2027 100644 --- a/src/app/Models/codegen/aws/types/redshift_ClusterSnapshotCopy.ts +++ b/src/app/Models/codegen/aws/types/redshift_ClusterSnapshotCopy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ClusterSnapshotCopy { // The destination region that you want to copy snapshots to. @@ -21,24 +21,24 @@ export function redshift_ClusterSnapshotCopy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "destinationRegion", - "The destination region that you want to copy snapshots to.", + 'destinationRegion', + 'The destination region that you want to copy snapshots to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "grantName", - "The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.", + 'grantName', + 'The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "retentionPeriod", - "The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to `7`.", + 'retentionPeriod', + 'The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to `7`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpoint.ts b/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpoint.ts index df51c7b3a..4603775ec 100644 --- a/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_EndpointAccessVpcEndpointNetworkInterface, redshift_EndpointAccessVpcEndpointNetworkInterface_GetTypes, -} from "./redshift_EndpointAccessVpcEndpointNetworkInterface"; +} from './redshift_EndpointAccessVpcEndpointNetworkInterface'; export interface redshift_EndpointAccessVpcEndpoint { // One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below. @@ -25,24 +25,24 @@ export function redshift_EndpointAccessVpcEndpoint_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "networkInterfaces", - "One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below.", + 'networkInterfaces', + 'One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below.', () => redshift_EndpointAccessVpcEndpointNetworkInterface_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.", + 'vpcEndpointId', + 'The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC identifier that the endpoint is associated.", + 'vpcId', + 'The VPC identifier that the endpoint is associated.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpointNetworkInterface.ts b/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpointNetworkInterface.ts index f9738b499..32984926f 100644 --- a/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpointNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/redshift_EndpointAccessVpcEndpointNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_EndpointAccessVpcEndpointNetworkInterface { // The subnet identifier. @@ -24,32 +24,32 @@ export function redshift_EndpointAccessVpcEndpointNetworkInterface_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "subnetId", - "The subnet identifier.", + 'subnetId', + 'The subnet identifier.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The Availability Zone.", + 'availabilityZone', + 'The Availability Zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The network interface identifier.", + 'networkInterfaceId', + 'The network interface identifier.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The IPv4 address of the network interface within the subnet.", + 'privateIpAddress', + 'The IPv4 address of the network interface within the subnet.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ParameterGroupParameter.ts b/src/app/Models/codegen/aws/types/redshift_ParameterGroupParameter.ts index 65ec2935b..81c31e42d 100644 --- a/src/app/Models/codegen/aws/types/redshift_ParameterGroupParameter.ts +++ b/src/app/Models/codegen/aws/types/redshift_ParameterGroupParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ParameterGroupParameter { // The value of the Redshift parameter. @@ -18,16 +18,16 @@ export function redshift_ParameterGroupParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Redshift parameter.", + 'name', + 'The name of the Redshift parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the Redshift parameter.", + 'value', + 'The value of the Redshift parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetAction.ts b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetAction.ts index 1e87d9141..296fbf5a7 100644 --- a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetAction.ts +++ b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetAction.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshift_ScheduledActionTargetActionPauseCluster, redshift_ScheduledActionTargetActionPauseCluster_GetTypes, -} from "./redshift_ScheduledActionTargetActionPauseCluster"; +} from './redshift_ScheduledActionTargetActionPauseCluster'; import { redshift_ScheduledActionTargetActionResizeCluster, redshift_ScheduledActionTargetActionResizeCluster_GetTypes, -} from "./redshift_ScheduledActionTargetActionResizeCluster"; +} from './redshift_ScheduledActionTargetActionResizeCluster'; import { redshift_ScheduledActionTargetActionResumeCluster, redshift_ScheduledActionTargetActionResumeCluster_GetTypes, -} from "./redshift_ScheduledActionTargetActionResumeCluster"; +} from './redshift_ScheduledActionTargetActionResumeCluster'; export interface redshift_ScheduledActionTargetAction { // An action that runs a `ResumeCluster` API operation. Documented below. @@ -33,24 +33,24 @@ export function redshift_ScheduledActionTargetAction_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "resumeCluster", - "An action that runs a `ResumeCluster` API operation. Documented below.", + 'resumeCluster', + 'An action that runs a `ResumeCluster` API operation. Documented below.', () => redshift_ScheduledActionTargetActionResumeCluster_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "pauseCluster", - "An action that runs a `PauseCluster` API operation. Documented below.", + 'pauseCluster', + 'An action that runs a `PauseCluster` API operation. Documented below.', () => redshift_ScheduledActionTargetActionPauseCluster_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "resizeCluster", - "An action that runs a `ResizeCluster` API operation. Documented below.", + 'resizeCluster', + 'An action that runs a `ResizeCluster` API operation. Documented below.', () => redshift_ScheduledActionTargetActionResizeCluster_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionPauseCluster.ts b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionPauseCluster.ts index ea982d3e2..bebb82435 100644 --- a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionPauseCluster.ts +++ b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionPauseCluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ScheduledActionTargetActionPauseCluster { // The identifier of the cluster to be paused. @@ -15,8 +15,8 @@ export function redshift_ScheduledActionTargetActionPauseCluster_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The identifier of the cluster to be paused.", + 'clusterIdentifier', + 'The identifier of the cluster to be paused.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResizeCluster.ts b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResizeCluster.ts index 069b35e92..0bbd0ead6 100644 --- a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResizeCluster.ts +++ b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResizeCluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ScheduledActionTargetActionResizeCluster { // The new node type for the nodes you are adding. @@ -27,40 +27,40 @@ export function redshift_ScheduledActionTargetActionResizeCluster_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "nodeType", - "The new node type for the nodes you are adding.", + 'nodeType', + 'The new node type for the nodes you are adding.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numberOfNodes", - "The new number of nodes for the cluster.", + 'numberOfNodes', + 'The new number of nodes for the cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "classic", - "A boolean value indicating whether the resize operation is using the classic resize process. Default: `false`.", + 'classic', + 'A boolean value indicating whether the resize operation is using the classic resize process. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The unique identifier for the cluster to resize.", + 'clusterIdentifier', + 'The unique identifier for the cluster to resize.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clusterType", - "The new cluster type for the specified cluster.", + 'clusterType', + 'The new cluster type for the specified cluster.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResumeCluster.ts b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResumeCluster.ts index ab0215be1..8e0c80028 100644 --- a/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResumeCluster.ts +++ b/src/app/Models/codegen/aws/types/redshift_ScheduledActionTargetActionResumeCluster.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_ScheduledActionTargetActionResumeCluster { // The identifier of the cluster to be resumed. @@ -15,8 +15,8 @@ export function redshift_ScheduledActionTargetActionResumeCluster_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "clusterIdentifier", - "The identifier of the cluster to be resumed.", + 'clusterIdentifier', + 'The identifier of the cluster to be resumed.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_getClusterClusterNode.ts b/src/app/Models/codegen/aws/types/redshift_getClusterClusterNode.ts index d498ab6c9..41b4ef09e 100644 --- a/src/app/Models/codegen/aws/types/redshift_getClusterClusterNode.ts +++ b/src/app/Models/codegen/aws/types/redshift_getClusterClusterNode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_getClusterClusterNode { // Whether the node is a leader node or a compute node @@ -21,24 +21,24 @@ export function redshift_getClusterClusterNode_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "privateIpAddress", - "Private IP address of a node within a cluster", + 'privateIpAddress', + 'Private IP address of a node within a cluster', () => [], true, false, ), new DynamicUIProps( InputType.String, - "publicIpAddress", - "Public IP address of a node within a cluster", + 'publicIpAddress', + 'Public IP address of a node within a cluster', () => [], true, false, ), new DynamicUIProps( InputType.String, - "nodeRole", - "Whether the node is a leader node or a compute node", + 'nodeRole', + 'Whether the node is a leader node or a compute node', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_getDataSharesDataShare.ts b/src/app/Models/codegen/aws/types/redshift_getDataSharesDataShare.ts index 33ab7f56f..74676c5bc 100644 --- a/src/app/Models/codegen/aws/types/redshift_getDataSharesDataShare.ts +++ b/src/app/Models/codegen/aws/types/redshift_getDataSharesDataShare.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_getDataSharesDataShare { // ARN (Amazon Resource Name) of the data share. @@ -21,24 +21,24 @@ export function redshift_getDataSharesDataShare_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "managedBy", - "Identifier of a datashare to show its managing entity.", + 'managedBy', + 'Identifier of a datashare to show its managing entity.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "producerArn", - "ARN (Amazon Resource Name) of the producer.", + 'producerArn', + 'ARN (Amazon Resource Name) of the producer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataShareArn", - "ARN (Amazon Resource Name) of the data share.", + 'dataShareArn', + 'ARN (Amazon Resource Name) of the data share.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshift_getProducerDataSharesDataShare.ts b/src/app/Models/codegen/aws/types/redshift_getProducerDataSharesDataShare.ts index 647761fb0..8fbf25f55 100644 --- a/src/app/Models/codegen/aws/types/redshift_getProducerDataSharesDataShare.ts +++ b/src/app/Models/codegen/aws/types/redshift_getProducerDataSharesDataShare.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshift_getProducerDataSharesDataShare { // ARN (Amazon Resource Name) of the data share. @@ -25,24 +25,24 @@ export function redshift_getProducerDataSharesDataShare_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "dataShareArn", - "ARN (Amazon Resource Name) of the data share.", + 'dataShareArn', + 'ARN (Amazon Resource Name) of the data share.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "managedBy", - "Identifier of a datashare to show its managing entity.", + 'managedBy', + 'Identifier of a datashare to show its managing entity.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "producerArn", - "Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.\n\nThe following arguments are optional:", + 'producerArn', + 'Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshiftdata_StatementParameter.ts b/src/app/Models/codegen/aws/types/redshiftdata_StatementParameter.ts index 1b3d5bc21..7b6a1f21b 100644 --- a/src/app/Models/codegen/aws/types/redshiftdata_StatementParameter.ts +++ b/src/app/Models/codegen/aws/types/redshiftdata_StatementParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshiftdata_StatementParameter { // @@ -16,7 +16,7 @@ export interface redshiftdata_StatementParameter { export function redshiftdata_StatementParameter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, true), - new DynamicUIProps(InputType.String, "value", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, true), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, true), ]; } diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpoint.ts b/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpoint.ts index 077a9fff9..f123f5b37 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_EndpointAccessVpcEndpointNetworkInterface, redshiftserverless_EndpointAccessVpcEndpointNetworkInterface_GetTypes, -} from "./redshiftserverless_EndpointAccessVpcEndpointNetworkInterface"; +} from './redshiftserverless_EndpointAccessVpcEndpointNetworkInterface'; export interface redshiftserverless_EndpointAccessVpcEndpoint { // The network interfaces of the endpoint.. See `Network Interface` below. @@ -25,8 +25,8 @@ export function redshiftserverless_EndpointAccessVpcEndpoint_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "networkInterfaces", - "The network interfaces of the endpoint.. See `Network Interface` below.", + 'networkInterfaces', + 'The network interfaces of the endpoint.. See `Network Interface` below.', () => redshiftserverless_EndpointAccessVpcEndpointNetworkInterface_GetTypes(), false, @@ -34,16 +34,16 @@ export function redshiftserverless_EndpointAccessVpcEndpoint_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The DNS address of the VPC endpoint.", + 'vpcEndpointId', + 'The DNS address of the VPC endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The port that Amazon Redshift Serverless listens on.", + 'vpcId', + 'The port that Amazon Redshift Serverless listens on.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpointNetworkInterface.ts b/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpointNetworkInterface.ts index 4826e06fd..112662673 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpointNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_EndpointAccessVpcEndpointNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshiftserverless_EndpointAccessVpcEndpointNetworkInterface { // The unique identifier of the subnet. @@ -24,32 +24,32 @@ export function redshiftserverless_EndpointAccessVpcEndpointNetworkInterface_Get return [ new DynamicUIProps( InputType.String, - "privateIpAddress", - "The IPv4 address of the network interface within the subnet.", + 'privateIpAddress', + 'The IPv4 address of the network interface within the subnet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier of the subnet.", + 'subnetId', + 'The unique identifier of the subnet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability Zone.", + 'availabilityZone', + 'The availability Zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The unique identifier of the network interface.", + 'networkInterfaceId', + 'The unique identifier of the network interface.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupConfigParameter.ts b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupConfigParameter.ts index ae196cd90..6d94e5213 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupConfigParameter.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupConfigParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshiftserverless_WorkgroupConfigParameter { // The key of the parameter. The options are `auto_mv`, `datestyle`, `enable_case_sensitive_identifier`, `enable_user_activity_logging`, `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and [query monitoring metrics](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) that let you define performance boundaries: `max_query_cpu_time`, `max_query_blocks_read`, `max_scan_row_count`, `max_query_execution_time`, `max_query_queue_time`, `max_query_cpu_usage_percent`, `max_query_temp_blocks_to_disk`, `max_join_row_count` and `max_nested_loop_join_row_count`. @@ -18,16 +18,16 @@ export function redshiftserverless_WorkgroupConfigParameter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "parameterValue", - "The value of the parameter to set.", + 'parameterValue', + 'The value of the parameter to set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parameterKey", - "The key of the parameter. The options are `auto_mv`, `datestyle`, `enable_case_sensitive_identifier`, `enable_user_activity_logging`, `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and [query monitoring metrics](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) that let you define performance boundaries: `max_query_cpu_time`, `max_query_blocks_read`, `max_scan_row_count`, `max_query_execution_time`, `max_query_queue_time`, `max_query_cpu_usage_percent`, `max_query_temp_blocks_to_disk`, `max_join_row_count` and `max_nested_loop_join_row_count`.", + 'parameterKey', + 'The key of the parameter. The options are `auto_mv`, `datestyle`, `enable_case_sensitive_identifier`, `enable_user_activity_logging`, `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and [query monitoring metrics](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) that let you define performance boundaries: `max_query_cpu_time`, `max_query_blocks_read`, `max_scan_row_count`, `max_query_execution_time`, `max_query_queue_time`, `max_query_cpu_usage_percent`, `max_query_temp_blocks_to_disk`, `max_join_row_count` and `max_nested_loop_join_row_count`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpoint.ts b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpoint.ts index 37c7d6d6a..d481925a1 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_WorkgroupEndpointVpcEndpoint, redshiftserverless_WorkgroupEndpointVpcEndpoint_GetTypes, -} from "./redshiftserverless_WorkgroupEndpointVpcEndpoint"; +} from './redshiftserverless_WorkgroupEndpointVpcEndpoint'; export interface redshiftserverless_WorkgroupEndpoint { // The DNS address of the VPC endpoint. @@ -25,24 +25,24 @@ export function redshiftserverless_WorkgroupEndpoint_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "address", - "The DNS address of the VPC endpoint.", + 'address', + 'The DNS address of the VPC endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port number on which the cluster accepts incoming connections.", + 'port', + 'The port number on which the cluster accepts incoming connections.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "vpcEndpoints", - "The VPC endpoint or the Redshift Serverless workgroup. See `VPC Endpoint` below.", + 'vpcEndpoints', + 'The VPC endpoint or the Redshift Serverless workgroup. See `VPC Endpoint` below.', () => redshiftserverless_WorkgroupEndpointVpcEndpoint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpoint.ts b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpoint.ts index 49ebd0075..d9e357b38 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface, redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface_GetTypes, -} from "./redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface"; +} from './redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface'; export interface redshiftserverless_WorkgroupEndpointVpcEndpoint { // The network interfaces of the endpoint.. See `Network Interface` below. @@ -25,24 +25,24 @@ export function redshiftserverless_WorkgroupEndpointVpcEndpoint_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The DNS address of the VPC endpoint.", + 'vpcEndpointId', + 'The DNS address of the VPC endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The port that Amazon Redshift Serverless listens on.", + 'vpcId', + 'The port that Amazon Redshift Serverless listens on.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "The network interfaces of the endpoint.. See `Network Interface` below.", + 'networkInterfaces', + 'The network interfaces of the endpoint.. See `Network Interface` below.', () => redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface.ts b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface.ts index b47fb6dc0..ba2d94c16 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface { // The availability Zone. @@ -24,32 +24,32 @@ export function redshiftserverless_WorkgroupEndpointVpcEndpointNetworkInterface_ return [ new DynamicUIProps( InputType.String, - "privateIpAddress", - "The IPv4 address of the network interface within the subnet.", + 'privateIpAddress', + 'The IPv4 address of the network interface within the subnet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier of the subnet.", + 'subnetId', + 'The unique identifier of the subnet.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability Zone.", + 'availabilityZone', + 'The availability Zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The unique identifier of the network interface.", + 'networkInterfaceId', + 'The unique identifier of the network interface.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpoint.ts b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpoint.ts index 1e98924ae..5255868ef 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_getWorkgroupEndpointVpcEndpoint, redshiftserverless_getWorkgroupEndpointVpcEndpoint_GetTypes, -} from "./redshiftserverless_getWorkgroupEndpointVpcEndpoint"; +} from './redshiftserverless_getWorkgroupEndpointVpcEndpoint'; export interface redshiftserverless_getWorkgroupEndpoint { // The DNS address of the VPC endpoint. @@ -25,24 +25,24 @@ export function redshiftserverless_getWorkgroupEndpoint_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "address", - "The DNS address of the VPC endpoint.", + 'address', + 'The DNS address of the VPC endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port that Amazon Redshift Serverless listens on.", + 'port', + 'The port that Amazon Redshift Serverless listens on.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "vpcEndpoints", - "The VPC endpoint or the Redshift Serverless workgroup. See `VPC Endpoint` below.", + 'vpcEndpoints', + 'The VPC endpoint or the Redshift Serverless workgroup. See `VPC Endpoint` below.', () => redshiftserverless_getWorkgroupEndpointVpcEndpoint_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpoint.ts b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpoint.ts index 69e229cd1..ee272ff4e 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpoint.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpoint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface, redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface_GetTypes, -} from "./redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface"; +} from './redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface'; export interface redshiftserverless_getWorkgroupEndpointVpcEndpoint { // The network interfaces of the endpoint.. See `Network Interface` below. @@ -25,8 +25,8 @@ export function redshiftserverless_getWorkgroupEndpointVpcEndpoint_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "networkInterfaces", - "The network interfaces of the endpoint.. See `Network Interface` below.", + 'networkInterfaces', + 'The network interfaces of the endpoint.. See `Network Interface` below.', () => redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface_GetTypes(), true, @@ -34,16 +34,16 @@ export function redshiftserverless_getWorkgroupEndpointVpcEndpoint_GetTypes(): D ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The DNS address of the VPC endpoint.", + 'vpcEndpointId', + 'The DNS address of the VPC endpoint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The port that Amazon Redshift Serverless listens on.", + 'vpcId', + 'The port that Amazon Redshift Serverless listens on.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface.ts b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface.ts index 8ff56ba49..280b54f31 100644 --- a/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterface { // The unique identifier of the network interface. @@ -24,32 +24,32 @@ export function redshiftserverless_getWorkgroupEndpointVpcEndpointNetworkInterfa return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", - "The unique identifier of the network interface.", + 'networkInterfaceId', + 'The unique identifier of the network interface.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The IPv4 address of the network interface within the subnet.", + 'privateIpAddress', + 'The IPv4 address of the network interface within the subnet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "subnetId", - "The unique identifier of the subnet.", + 'subnetId', + 'The unique identifier of the subnet.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "availabilityZone", - "The availability Zone.", + 'availabilityZone', + 'The availability Zone.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_CollectionTimeouts.ts b/src/app/Models/codegen/aws/types/rekognition_CollectionTimeouts.ts index 9bec6f25d..7ea16386f 100644 --- a/src/app/Models/codegen/aws/types/rekognition_CollectionTimeouts.ts +++ b/src/app/Models/codegen/aws/types/rekognition_CollectionTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_CollectionTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function rekognition_CollectionTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/rekognition_ProjectTimeouts.ts b/src/app/Models/codegen/aws/types/rekognition_ProjectTimeouts.ts index 419e24149..4fdacc968 100644 --- a/src/app/Models/codegen/aws/types/rekognition_ProjectTimeouts.ts +++ b/src/app/Models/codegen/aws/types/rekognition_ProjectTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_ProjectTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function rekognition_ProjectTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function rekognition_ProjectTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorDataSharingPreference.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorDataSharingPreference.ts index 0211f7ad2..5ebdabede 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorDataSharingPreference.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorDataSharingPreference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorDataSharingPreference { // Whether you are sharing data with Rekognition to improve model performance. @@ -15,8 +15,8 @@ export function rekognition_StreamProcessorDataSharingPreference_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Bool, - "optIn", - "Whether you are sharing data with Rekognition to improve model performance.", + 'optIn', + 'Whether you are sharing data with Rekognition to improve model performance.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInput.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInput.ts index 5c4b06e42..fa8a72752 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInput.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInput.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_StreamProcessorInputKinesisVideoStream, rekognition_StreamProcessorInputKinesisVideoStream_GetTypes, -} from "./rekognition_StreamProcessorInputKinesisVideoStream"; +} from './rekognition_StreamProcessorInputKinesisVideoStream'; export interface rekognition_StreamProcessorInput { // Kinesis input stream. See `kinesis_video_stream`. @@ -19,8 +19,8 @@ export function rekognition_StreamProcessorInput_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "kinesisVideoStream", - "Kinesis input stream. See `kinesis_video_stream`.", + 'kinesisVideoStream', + 'Kinesis input stream. See `kinesis_video_stream`.', () => rekognition_StreamProcessorInputKinesisVideoStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInputKinesisVideoStream.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInputKinesisVideoStream.ts index fe0b11945..5581d1159 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInputKinesisVideoStream.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorInputKinesisVideoStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorInputKinesisVideoStream { // ARN of the Kinesis video stream stream that streams the source video. @@ -15,8 +15,8 @@ export function rekognition_StreamProcessorInputKinesisVideoStream_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the Kinesis video stream stream that streams the source video.", + 'arn', + 'ARN of the Kinesis video stream stream that streams the source video.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorNotificationChannel.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorNotificationChannel.ts index 6caceb34a..4527adaa9 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorNotificationChannel.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorNotificationChannel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorNotificationChannel { // The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status. @@ -15,8 +15,8 @@ export function rekognition_StreamProcessorNotificationChannel_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "snsTopicArn", - "The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.", + 'snsTopicArn', + 'The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutput.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutput.ts index 239b24f41..786d86f76 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutput.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutput.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_StreamProcessorOutputS3Destination, rekognition_StreamProcessorOutputS3Destination_GetTypes, -} from "./rekognition_StreamProcessorOutputS3Destination"; +} from './rekognition_StreamProcessorOutputS3Destination'; import { rekognition_StreamProcessorOutputKinesisDataStream, rekognition_StreamProcessorOutputKinesisDataStream_GetTypes, -} from "./rekognition_StreamProcessorOutputKinesisDataStream"; +} from './rekognition_StreamProcessorOutputKinesisDataStream'; export interface rekognition_StreamProcessorOutput { // The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. See `s3_destination`. @@ -26,16 +26,16 @@ export function rekognition_StreamProcessorOutput_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3Destination", - "The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. See `s3_destination`.", + 's3Destination', + 'The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. See `s3_destination`.', () => rekognition_StreamProcessorOutputS3Destination_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kinesisDataStream", - "The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results. See `kinesis_data_stream`.", + 'kinesisDataStream', + 'The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results. See `kinesis_data_stream`.', () => rekognition_StreamProcessorOutputKinesisDataStream_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputKinesisDataStream.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputKinesisDataStream.ts index 75d12a1c2..c6c0b0c3c 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputKinesisDataStream.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputKinesisDataStream.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorOutputKinesisDataStream { // ARN of the output Amazon Kinesis Data Streams stream. @@ -15,8 +15,8 @@ export function rekognition_StreamProcessorOutputKinesisDataStream_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the output Amazon Kinesis Data Streams stream.", + 'arn', + 'ARN of the output Amazon Kinesis Data Streams stream.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputS3Destination.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputS3Destination.ts index 59786a343..fb24b84e5 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputS3Destination.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorOutputS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorOutputS3Destination { // Name of the Amazon S3 bucket you want to associate with the streaming video project. @@ -18,16 +18,16 @@ export function rekognition_StreamProcessorOutputS3Destination_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the Amazon S3 bucket you want to associate with the streaming video project.", + 'bucket', + 'Name of the Amazon S3 bucket you want to associate with the streaming video project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyPrefix", - "The prefix value of the location within the bucket that you want the information to be published to.", + 'keyPrefix', + 'The prefix value of the location within the bucket that you want the information to be published to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterest.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterest.ts index b1a36ccbb..caff989c9 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterest.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterest.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_StreamProcessorRegionsOfInterestBoundingBox, rekognition_StreamProcessorRegionsOfInterestBoundingBox_GetTypes, -} from "./rekognition_StreamProcessorRegionsOfInterestBoundingBox"; +} from './rekognition_StreamProcessorRegionsOfInterestBoundingBox'; import { rekognition_StreamProcessorRegionsOfInterestPolygon, rekognition_StreamProcessorRegionsOfInterestPolygon_GetTypes, -} from "./rekognition_StreamProcessorRegionsOfInterestPolygon"; +} from './rekognition_StreamProcessorRegionsOfInterestPolygon'; export interface rekognition_StreamProcessorRegionsOfInterest { // Box representing a region of interest on screen. Only 1 per region is allowed. See `bounding_box`. @@ -26,16 +26,16 @@ export function rekognition_StreamProcessorRegionsOfInterest_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "boundingBox", - "Box representing a region of interest on screen. Only 1 per region is allowed. See `bounding_box`.", + 'boundingBox', + 'Box representing a region of interest on screen. Only 1 per region is allowed. See `bounding_box`.', () => rekognition_StreamProcessorRegionsOfInterestBoundingBox_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "polygons", - "Shape made up of up to 10 Point objects to define a region of interest. See `polygon`.", + 'polygons', + 'Shape made up of up to 10 Point objects to define a region of interest. See `polygon`.', () => rekognition_StreamProcessorRegionsOfInterestPolygon_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestBoundingBox.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestBoundingBox.ts index 1209a1d70..30222e31b 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestBoundingBox.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestBoundingBox.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorRegionsOfInterestBoundingBox { // Height of the bounding box as a ratio of the overall image height. @@ -24,32 +24,32 @@ export function rekognition_StreamProcessorRegionsOfInterestBoundingBox_GetTypes return [ new DynamicUIProps( InputType.Number, - "height", - "Height of the bounding box as a ratio of the overall image height.", + 'height', + 'Height of the bounding box as a ratio of the overall image height.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "left", - "Left coordinate of the bounding box as a ratio of overall image width.", + 'left', + 'Left coordinate of the bounding box as a ratio of overall image width.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "top", - "Top coordinate of the bounding box as a ratio of overall image height.", + 'top', + 'Top coordinate of the bounding box as a ratio of overall image height.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "width", - "Width of the bounding box as a ratio of the overall image width.", + 'width', + 'Width of the bounding box as a ratio of the overall image width.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestPolygon.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestPolygon.ts index 3f2b4c5e8..ffcc2813e 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestPolygon.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorRegionsOfInterestPolygon.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorRegionsOfInterestPolygon { // The value of the X coordinate for a point on a Polygon. @@ -18,16 +18,16 @@ export function rekognition_StreamProcessorRegionsOfInterestPolygon_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "x", - "The value of the X coordinate for a point on a Polygon.", + 'x', + 'The value of the X coordinate for a point on a Polygon.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "y", - "The value of the Y coordinate for a point on a Polygon.", + 'y', + 'The value of the Y coordinate for a point on a Polygon.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettings.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettings.ts index 74d330889..3e12a8446 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettings.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rekognition_StreamProcessorSettingsFaceSearch, rekognition_StreamProcessorSettingsFaceSearch_GetTypes, -} from "./rekognition_StreamProcessorSettingsFaceSearch"; +} from './rekognition_StreamProcessorSettingsFaceSearch'; import { rekognition_StreamProcessorSettingsConnectedHome, rekognition_StreamProcessorSettingsConnectedHome_GetTypes, -} from "./rekognition_StreamProcessorSettingsConnectedHome"; +} from './rekognition_StreamProcessorSettingsConnectedHome'; export interface rekognition_StreamProcessorSettings { // Input face recognition parameters for an Amazon Rekognition stream processor. See `face_search`. @@ -26,16 +26,16 @@ export function rekognition_StreamProcessorSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "faceSearch", - "Input face recognition parameters for an Amazon Rekognition stream processor. See `face_search`.", + 'faceSearch', + 'Input face recognition parameters for an Amazon Rekognition stream processor. See `face_search`.', () => rekognition_StreamProcessorSettingsFaceSearch_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "connectedHome", - "Label detection settings to use on a streaming video. See `connected_home`.", + 'connectedHome', + 'Label detection settings to use on a streaming video. See `connected_home`.', () => rekognition_StreamProcessorSettingsConnectedHome_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsConnectedHome.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsConnectedHome.ts index 2cd34dd85..2696b72c4 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsConnectedHome.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsConnectedHome.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorSettingsConnectedHome { // Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: `PERSON`, `PET`, `PACKAGE`, and `ALL`. @@ -18,16 +18,16 @@ export function rekognition_StreamProcessorSettingsConnectedHome_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "labels", - "Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: `PERSON`, `PET`, `PACKAGE`, and `ALL`.", + 'labels', + 'Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: `PERSON`, `PET`, `PACKAGE`, and `ALL`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "minConfidence", - "Minimum confidence required to label an object in the video.", + 'minConfidence', + 'Minimum confidence required to label an object in the video.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsFaceSearch.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsFaceSearch.ts index 4a5c42457..f4439e8a4 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsFaceSearch.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorSettingsFaceSearch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorSettingsFaceSearch { // ID of a collection that contains faces that you want to search for. @@ -18,16 +18,16 @@ export function rekognition_StreamProcessorSettingsFaceSearch_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "collectionId", - "ID of a collection that contains faces that you want to search for.", + 'collectionId', + 'ID of a collection that contains faces that you want to search for.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "faceMatchThreshold", - "Minimum face match confidence score that must be met to return a result for a recognized face.", + 'faceMatchThreshold', + 'Minimum face match confidence score that must be met to return a result for a recognized face.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorTimeouts.ts b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorTimeouts.ts index 520050688..0f7ab8323 100644 --- a/src/app/Models/codegen/aws/types/rekognition_StreamProcessorTimeouts.ts +++ b/src/app/Models/codegen/aws/types/rekognition_StreamProcessorTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rekognition_StreamProcessorTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function rekognition_StreamProcessorTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function rekognition_StreamProcessorTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function rekognition_StreamProcessorTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_IndexTimeouts.ts b/src/app/Models/codegen/aws/types/resourceexplorer_IndexTimeouts.ts index 1f32664c9..75f37556d 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_IndexTimeouts.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_IndexTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourceexplorer_IndexTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function resourceexplorer_IndexTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function resourceexplorer_IndexTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function resourceexplorer_IndexTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResource.ts b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResource.ts index b40eb30d9..f041dadda 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResource.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourceexplorer_SearchResourceProperty, resourceexplorer_SearchResourceProperty_GetTypes, -} from "./resourceexplorer_SearchResourceProperty"; +} from './resourceexplorer_SearchResourceProperty'; export interface resourceexplorer_SearchResource { // Amazon resource name of resource. @@ -37,56 +37,56 @@ export function resourceexplorer_SearchResource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "arn", - "Amazon resource name of resource.", + 'arn', + 'Amazon resource name of resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lastReportedAt", - "The date and time that the information about this resource property was last updated.", + 'lastReportedAt', + 'The date and time that the information about this resource property was last updated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "owningAccountId", - "Amazon Web Services account that owns the resource.", + 'owningAccountId', + 'Amazon Web Services account that owns the resource.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "properties", - "Structure with additional type-specific details about the resource. See `properties` below.", + 'properties', + 'Structure with additional type-specific details about the resource. See `properties` below.', () => resourceexplorer_SearchResourceProperty_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "region", - "Amazon Web Services Region in which the resource was created and exists.", + 'region', + 'Amazon Web Services Region in which the resource was created and exists.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceType", - "Type of the resource.", + 'resourceType', + 'Type of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "service", - "Amazon Web Service that owns the resource and is responsible for creating and updating it.", + 'service', + 'Amazon Web Service that owns the resource and is responsible for creating and updating it.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceCount.ts b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceCount.ts index 41e1c13f3..21cee8db9 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceCount.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourceexplorer_SearchResourceCount { // Indicates whether the TotalResources value represents an exhaustive count of search results. If True, it indicates that the search was exhaustive. Every resource that matches the query was counted. If False, then the search reached the limit of 1,000 matching results, and stopped counting. @@ -18,15 +18,15 @@ export function resourceexplorer_SearchResourceCount_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "complete", - "Indicates whether the TotalResources value represents an exhaustive count of search results. If True, it indicates that the search was exhaustive. Every resource that matches the query was counted. If False, then the search reached the limit of 1,000 matching results, and stopped counting.", + 'complete', + 'Indicates whether the TotalResources value represents an exhaustive count of search results. If True, it indicates that the search was exhaustive. Every resource that matches the query was counted. If False, then the search reached the limit of 1,000 matching results, and stopped counting.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "totalResources", + 'totalResources', "Number of resources that match the search query. This value can't exceed 1,000. If there are more than 1,000 resources that match the query, then only 1,000 are counted and the Complete field is set to false. We recommend that you refine your query to return a smaller number of results.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceProperty.ts b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceProperty.ts index dfa6e46e7..238f74e54 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceProperty.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_SearchResourceProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourceexplorer_SearchResourceProperty { // Name of this property of the resource. @@ -21,24 +21,24 @@ export function resourceexplorer_SearchResourceProperty_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "lastReportedAt", - "The date and time that the information about this resource property was last updated.", + 'lastReportedAt', + 'The date and time that the information about this resource property was last updated.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of this property of the resource.", + 'name', + 'Name of this property of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "Details about this property. The content of this field is a JSON object that varies based on the resource type.", + 'data', + 'Details about this property. The content of this field is a JSON object that varies based on the resource type.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_ViewFilters.ts b/src/app/Models/codegen/aws/types/resourceexplorer_ViewFilters.ts index e98e84ff2..af2f9090e 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_ViewFilters.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_ViewFilters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourceexplorer_ViewFilters { // The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a search operation. For more details, see [Search query syntax](https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html). @@ -15,8 +15,8 @@ export function resourceexplorer_ViewFilters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "filterString", - "The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a search operation. For more details, see [Search query syntax](https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html).", + 'filterString', + 'The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a search operation. For more details, see [Search query syntax](https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourceexplorer_ViewIncludedProperty.ts b/src/app/Models/codegen/aws/types/resourceexplorer_ViewIncludedProperty.ts index 1beb6be53..c5356f49f 100644 --- a/src/app/Models/codegen/aws/types/resourceexplorer_ViewIncludedProperty.ts +++ b/src/app/Models/codegen/aws/types/resourceexplorer_ViewIncludedProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourceexplorer_ViewIncludedProperty { // The name of the property that is included in this view. Valid values: `tags`. @@ -15,8 +15,8 @@ export function resourceexplorer_ViewIncludedProperty_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "name", - "The name of the property that is included in this view. Valid values: `tags`.", + 'name', + 'The name of the property that is included in this view. Valid values: `tags`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroups_GroupConfiguration.ts b/src/app/Models/codegen/aws/types/resourcegroups_GroupConfiguration.ts index 2f2e9041d..64446c2f4 100644 --- a/src/app/Models/codegen/aws/types/resourcegroups_GroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/resourcegroups_GroupConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourcegroups_GroupConfigurationParameter, resourcegroups_GroupConfigurationParameter_GetTypes, -} from "./resourcegroups_GroupConfigurationParameter"; +} from './resourcegroups_GroupConfigurationParameter'; export interface resourcegroups_GroupConfiguration { // A collection of parameters for this group configuration item. See below for details. @@ -22,16 +22,16 @@ export function resourcegroups_GroupConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "parameters", - "A collection of parameters for this group configuration item. See below for details.", + 'parameters', + 'A collection of parameters for this group configuration item. See below for details.', () => resourcegroups_GroupConfigurationParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Specifies the type of group configuration item.", + 'type', + 'Specifies the type of group configuration item.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroups_GroupConfigurationParameter.ts b/src/app/Models/codegen/aws/types/resourcegroups_GroupConfigurationParameter.ts index af5edc35c..8a6d59fe8 100644 --- a/src/app/Models/codegen/aws/types/resourcegroups_GroupConfigurationParameter.ts +++ b/src/app/Models/codegen/aws/types/resourcegroups_GroupConfigurationParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourcegroups_GroupConfigurationParameter { // The value or values to be used for the specified parameter. @@ -18,16 +18,16 @@ export function resourcegroups_GroupConfigurationParameter_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "values", - "The value or values to be used for the specified parameter.", + 'values', + 'The value or values to be used for the specified parameter.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the group configuration parameter.", + 'name', + 'The name of the group configuration parameter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroups_GroupResourceQuery.ts b/src/app/Models/codegen/aws/types/resourcegroups_GroupResourceQuery.ts index 8d6d2b864..664a6bffd 100644 --- a/src/app/Models/codegen/aws/types/resourcegroups_GroupResourceQuery.ts +++ b/src/app/Models/codegen/aws/types/resourcegroups_GroupResourceQuery.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourcegroups_GroupResourceQuery { // The resource query as a JSON string. @@ -18,16 +18,16 @@ export function resourcegroups_GroupResourceQuery_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "query", - "The resource query as a JSON string.", + 'query', + 'The resource query as a JSON string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of the resource query. Defaults to `TAG_FILTERS_1_0`.", + 'type', + 'The type of the resource query. Defaults to `TAG_FILTERS_1_0`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingList.ts b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingList.ts index b11ec35ed..a3148d5c2 100644 --- a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingList.ts +++ b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingList.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail, resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail_GetTypes, -} from "./resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail"; +} from './resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail'; export interface resourcegroupstaggingapi_getResourcesResourceTagMappingList { // List of objects with information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys. @@ -25,8 +25,8 @@ export function resourcegroupstaggingapi_getResourcesResourceTagMappingList_GetT return [ new DynamicUIProps( InputType.Array, - "complianceDetails", - "List of objects with information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.", + 'complianceDetails', + 'List of objects with information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.', () => resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail_GetTypes(), true, @@ -34,16 +34,16 @@ export function resourcegroupstaggingapi_getResourcesResourceTagMappingList_GetT ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource.", + 'resourceArn', + 'ARN of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags assigned to the resource.", + 'tags', + 'Map of tags assigned to the resource.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail.ts b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail.ts index 80e0171b5..ec68d9116 100644 --- a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail.ts +++ b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourcegroupstaggingapi_getResourcesResourceTagMappingListComplianceDetail { /* @@ -25,24 +25,24 @@ export function resourcegroupstaggingapi_getResourcesResourceTagMappingListCompl return [ new DynamicUIProps( InputType.Bool, - "complianceStatus", - "Whether the resource is compliant.\n* `keys_with_noncompliant_values ` - Set of tag keys with non-compliant tag values.\n* `non_compliant_keys ` - Set of non-compliant tag keys.", + 'complianceStatus', + 'Whether the resource is compliant.\n* `keys_with_noncompliant_values ` - Set of tag keys with non-compliant tag values.\n* `non_compliant_keys ` - Set of non-compliant tag keys.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "keysWithNoncompliantValues", - "", + 'keysWithNoncompliantValues', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "nonCompliantKeys", - "", + 'nonCompliantKeys', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesTagFilter.ts b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesTagFilter.ts index 2b79fbcb8..7e2639b39 100644 --- a/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesTagFilter.ts +++ b/src/app/Models/codegen/aws/types/resourcegroupstaggingapi_getResourcesTagFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface resourcegroupstaggingapi_getResourcesTagFilter { // One part of a key-value pair that makes up a tag. @@ -18,16 +18,16 @@ export function resourcegroupstaggingapi_getResourcesTagFilter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "key", - "One part of a key-value pair that makes up a tag.", + 'key', + 'One part of a key-value pair that makes up a tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Optional part of a key-value pair that make up a tag.", + 'values', + 'Optional part of a key-value pair that make up a tag.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSource.ts b/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSource.ts index 65ef118d9..fea274f01 100644 --- a/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSource.ts +++ b/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { rolesanywhere_TrustAnchorSourceSourceData, rolesanywhere_TrustAnchorSourceSourceData_GetTypes, -} from "./rolesanywhere_TrustAnchorSourceSourceData"; +} from './rolesanywhere_TrustAnchorSourceSourceData'; export interface rolesanywhere_TrustAnchorSource { // The data denoting the source of trust, documented below @@ -22,16 +22,16 @@ export function rolesanywhere_TrustAnchorSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sourceData", - "The data denoting the source of trust, documented below", + 'sourceData', + 'The data denoting the source of trust, documented below', () => rolesanywhere_TrustAnchorSourceSourceData_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "sourceType", - "The type of the source of trust. Must be either `AWS_ACM_PCA` or `CERTIFICATE_BUNDLE`.", + 'sourceType', + 'The type of the source of trust. Must be either `AWS_ACM_PCA` or `CERTIFICATE_BUNDLE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSourceSourceData.ts b/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSourceSourceData.ts index 89c234186..63e16ee80 100644 --- a/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSourceSourceData.ts +++ b/src/app/Models/codegen/aws/types/rolesanywhere_TrustAnchorSourceSourceData.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rolesanywhere_TrustAnchorSourceSourceData { // The ARN of an ACM Private Certificate Authority. @@ -18,16 +18,16 @@ export function rolesanywhere_TrustAnchorSourceSourceData_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "x509CertificateData", - "", + 'x509CertificateData', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "acmPcaArn", - "The ARN of an ACM Private Certificate Authority.", + 'acmPcaArn', + 'The ARN of an ACM Private Certificate Authority.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordAlias.ts b/src/app/Models/codegen/aws/types/route53_RecordAlias.ts index e9028e5e5..1abe69d57 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordAlias.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordAlias.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordAlias { // Set to `true` if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see [related part of documentation](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values.html#rrsets-values-alias-evaluate-target-health). @@ -21,24 +21,24 @@ export function route53_RecordAlias_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "Set to `true` if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see [related part of documentation](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values.html#rrsets-values-alias-evaluate-target-health).", + 'evaluateTargetHealth', + 'Set to `true` if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see [related part of documentation](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values.html#rrsets-values-alias-evaluate-target-health).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "DNS domain name for a CloudFront distribution, S3 bucket, ELB, or another resource record set in this hosted zone.", + 'name', + 'DNS domain name for a CloudFront distribution, S3 bucket, ELB, or another resource record set in this hosted zone.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "zoneId", - "Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. See `resource_elb.zone_id` for example.", + 'zoneId', + 'Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. See `resource_elb.zone_id` for example.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordCidrRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordCidrRoutingPolicy.ts index 87f53ac88..1623d880a 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordCidrRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordCidrRoutingPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordCidrRoutingPolicy { // The CIDR collection ID. See the `aws.route53.CidrCollection` resource for more details. @@ -18,7 +18,7 @@ export function route53_RecordCidrRoutingPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "locationName", + 'locationName', 'The CIDR collection location name. See the `aws.route53.CidrLocation` resource for more details. A `location_name` with an asterisk `"*"` can be used to create a default CIDR record. `collection_id` is still required for default record.', () => [], true, @@ -26,8 +26,8 @@ export function route53_RecordCidrRoutingPolicy_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "collectionId", - "The CIDR collection ID. See the `aws.route53.CidrCollection` resource for more details.", + 'collectionId', + 'The CIDR collection ID. See the `aws.route53.CidrCollection` resource for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordFailoverRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordFailoverRoutingPolicy.ts index 704446745..5e097cf86 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordFailoverRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordFailoverRoutingPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordFailoverRoutingPolicy { // `PRIMARY` or `SECONDARY`. A `PRIMARY` record will be served if its healthcheck is passing, otherwise the `SECONDARY` will be served. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html#dns-failover-failover-rrsets @@ -15,8 +15,8 @@ export function route53_RecordFailoverRoutingPolicy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "type", - "`PRIMARY` or `SECONDARY`. A `PRIMARY` record will be served if its healthcheck is passing, otherwise the `SECONDARY` will be served. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html#dns-failover-failover-rrsets", + 'type', + '`PRIMARY` or `SECONDARY`. A `PRIMARY` record will be served if its healthcheck is passing, otherwise the `SECONDARY` will be served. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html#dns-failover-failover-rrsets', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordGeolocationRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordGeolocationRoutingPolicy.ts index dbd1841d8..95b6484c4 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordGeolocationRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordGeolocationRoutingPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordGeolocationRoutingPolicy { // A two-letter continent code. See http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetGeoLocation.html for code details. Either `continent` or `country` must be specified. @@ -21,24 +21,24 @@ export function route53_RecordGeolocationRoutingPolicy_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "continent", - "A two-letter continent code. See http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetGeoLocation.html for code details. Either `continent` or `country` must be specified.", + 'continent', + 'A two-letter continent code. See http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetGeoLocation.html for code details. Either `continent` or `country` must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "A two-character country code or `*` to indicate a default resource record set.", + 'country', + 'A two-character country code or `*` to indicate a default resource record set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subdivision", - "A subdivision code for a country.", + 'subdivision', + 'A subdivision code for a country.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicy.ts index fef757f17..e734d8ffd 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_RecordGeoproximityRoutingPolicyCoordinate, route53_RecordGeoproximityRoutingPolicyCoordinate_GetTypes, -} from "./route53_RecordGeoproximityRoutingPolicyCoordinate"; +} from './route53_RecordGeoproximityRoutingPolicyCoordinate'; export interface route53_RecordGeoproximityRoutingPolicy { // A AWS region where the resource is present. @@ -28,32 +28,32 @@ export function route53_RecordGeoproximityRoutingPolicy_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "coordinates", - "Specify `latitude` and `longitude` for routing traffic to non-AWS resources.", + 'coordinates', + 'Specify `latitude` and `longitude` for routing traffic to non-AWS resources.', () => route53_RecordGeoproximityRoutingPolicyCoordinate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "localZoneGroup", - "A AWS local zone group where the resource is present. See https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html for local zone group list.", + 'localZoneGroup', + 'A AWS local zone group where the resource is present. See https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html for local zone group list.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "awsRegion", - "A AWS region where the resource is present.", + 'awsRegion', + 'A AWS region where the resource is present.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "bias", - "Route more traffic or less traffic to the resource by specifying a value ranges between -90 to 90. See https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html for bias details.", + 'bias', + 'Route more traffic or less traffic to the resource by specifying a value ranges between -90 to 90. See https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html for bias details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicyCoordinate.ts b/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicyCoordinate.ts index 5597562a0..48b5c80f9 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicyCoordinate.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordGeoproximityRoutingPolicyCoordinate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordGeoproximityRoutingPolicyCoordinate { // @@ -16,11 +16,11 @@ export interface route53_RecordGeoproximityRoutingPolicyCoordinate { export function route53_RecordGeoproximityRoutingPolicyCoordinate_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "latitude", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'latitude', '', () => [], true, false), new DynamicUIProps( InputType.String, - "longitude", - "", + 'longitude', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordLatencyRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordLatencyRoutingPolicy.ts index 2aa74f227..3ba5dfe0c 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordLatencyRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordLatencyRoutingPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordLatencyRoutingPolicy { // An AWS region from which to measure latency. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency @@ -15,8 +15,8 @@ export function route53_RecordLatencyRoutingPolicy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "region", - "An AWS region from which to measure latency. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency", + 'region', + 'An AWS region from which to measure latency. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_RecordType.ts b/src/app/Models/codegen/aws/types/route53_RecordType.ts index b6d377380..2721f1654 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordType.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordType {} diff --git a/src/app/Models/codegen/aws/types/route53_RecordWeightedRoutingPolicy.ts b/src/app/Models/codegen/aws/types/route53_RecordWeightedRoutingPolicy.ts index 0a6a25483..0a3370785 100644 --- a/src/app/Models/codegen/aws/types/route53_RecordWeightedRoutingPolicy.ts +++ b/src/app/Models/codegen/aws/types/route53_RecordWeightedRoutingPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_RecordWeightedRoutingPolicy { // A numeric value indicating the relative weight of the record. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted. @@ -15,8 +15,8 @@ export function route53_RecordWeightedRoutingPolicy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "weight", - "A numeric value indicating the relative weight of the record. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted.", + 'weight', + 'A numeric value indicating the relative weight of the record. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_ResolverEndpointIpAddress.ts b/src/app/Models/codegen/aws/types/route53_ResolverEndpointIpAddress.ts index 4e5313ced..fbf8dc12e 100644 --- a/src/app/Models/codegen/aws/types/route53_ResolverEndpointIpAddress.ts +++ b/src/app/Models/codegen/aws/types/route53_ResolverEndpointIpAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_ResolverEndpointIpAddress { // The IP address in the subnet that you want to use for DNS queries. @@ -19,19 +19,19 @@ export interface route53_ResolverEndpointIpAddress { export function route53_ResolverEndpointIpAddress_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "ipId", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'ipId', '', () => [], false, false), new DynamicUIProps( InputType.String, - "subnetId", - "The ID of the subnet that contains the IP address.", + 'subnetId', + 'The ID of the subnet that contains the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ip", - "The IP address in the subnet that you want to use for DNS queries.", + 'ip', + 'The IP address in the subnet that you want to use for DNS queries.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_ResolverRuleTargetIp.ts b/src/app/Models/codegen/aws/types/route53_ResolverRuleTargetIp.ts index 76363d146..fc5a33f59 100644 --- a/src/app/Models/codegen/aws/types/route53_ResolverRuleTargetIp.ts +++ b/src/app/Models/codegen/aws/types/route53_ResolverRuleTargetIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_ResolverRuleTargetIp { // One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses. @@ -21,24 +21,24 @@ export function route53_ResolverRuleTargetIp_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ip", - "One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.", + 'ip', + 'One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port at `ip` that you want to forward DNS queries to. Default value is `53`.", + 'port', + 'The port at `ip` that you want to forward DNS queries to. Default value is `53`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol for the resolver endpoint. Valid values can be found in the [AWS documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_TargetAddress.html). Default value is `Do53`.", + 'protocol', + 'The protocol for the resolver endpoint. Valid values can be found in the [AWS documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_TargetAddress.html). Default value is `Do53`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_ZoneVpc.ts b/src/app/Models/codegen/aws/types/route53_ZoneVpc.ts index 52f7db36e..7017db1a5 100644 --- a/src/app/Models/codegen/aws/types/route53_ZoneVpc.ts +++ b/src/app/Models/codegen/aws/types/route53_ZoneVpc.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_ZoneVpc { // ID of the VPC to associate. @@ -18,16 +18,16 @@ export function route53_ZoneVpc_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC to associate.", + 'vpcId', + 'ID of the VPC to associate.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcRegion", - "Region of the VPC to associate. Defaults to AWS provider region.", + 'vpcRegion', + 'Region of the VPC to associate. Defaults to AWS provider region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getQueryLogConfigFilter.ts b/src/app/Models/codegen/aws/types/route53_getQueryLogConfigFilter.ts index 8a4b755f8..93fb376bc 100644 --- a/src/app/Models/codegen/aws/types/route53_getQueryLogConfigFilter.ts +++ b/src/app/Models/codegen/aws/types/route53_getQueryLogConfigFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getQueryLogConfigFilter { // The name of the query logging configuration. @@ -18,16 +18,16 @@ export function route53_getQueryLogConfigFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query logging configuration.", + 'name', + 'The name of the query logging configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/route53_getResolverEndpointFilter.ts b/src/app/Models/codegen/aws/types/route53_getResolverEndpointFilter.ts index c3aa46045..1dcc0c607 100644 --- a/src/app/Models/codegen/aws/types/route53_getResolverEndpointFilter.ts +++ b/src/app/Models/codegen/aws/types/route53_getResolverEndpointFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getResolverEndpointFilter { // @@ -18,12 +18,12 @@ export function route53_getResolverEndpointFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/route53_getResolverFirewallRulesFirewallRule.ts b/src/app/Models/codegen/aws/types/route53_getResolverFirewallRulesFirewallRule.ts index 0e717860f..1e1179525 100644 --- a/src/app/Models/codegen/aws/types/route53_getResolverFirewallRulesFirewallRule.ts +++ b/src/app/Models/codegen/aws/types/route53_getResolverFirewallRulesFirewallRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getResolverFirewallRulesFirewallRule { // The way that you want DNS Firewall to block the request. @@ -48,39 +48,39 @@ export function route53_getResolverFirewallRulesFirewallRule_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "firewallRuleGroupId", - "The unique identifier of the firewall rule group that you want to retrieve the rules for.", + 'firewallRuleGroupId', + 'The unique identifier of the firewall rule group that you want to retrieve the rules for.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "modificationTime", - "The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).", + 'modificationTime', + 'The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "blockResponse", - "The way that you want DNS Firewall to block the request.", + 'blockResponse', + 'The way that you want DNS Firewall to block the request.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "creationTime", - "The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).", + 'creationTime', + 'The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "blockOverrideDnsType", + 'blockOverrideDnsType', "The DNS record's type.", () => [], true, @@ -88,39 +88,39 @@ export function route53_getResolverFirewallRulesFirewallRule_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "blockOverrideDomain", - "The custom DNS record to send back in response to the query.", + 'blockOverrideDomain', + 'The custom DNS record to send back in response to the query.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "blockOverrideTtl", - "The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record.", + 'blockOverrideTtl', + 'The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "creatorRequestId", - "A unique string defined by you to identify the request.", + 'creatorRequestId', + 'A unique string defined by you to identify the request.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The setting that determines the processing order of the rules in a rule group.", + 'priority', + 'The setting that determines the processing order of the rules in a rule group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "action", + 'action', "The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list.", () => [], true, @@ -128,7 +128,7 @@ export function route53_getResolverFirewallRulesFirewallRule_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "firewallDomainListId", + 'firewallDomainListId', "The ID of the domain list that's used in the rule.", () => [], true, @@ -136,8 +136,8 @@ export function route53_getResolverFirewallRulesFirewallRule_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "name", - "The name of the rule.", + 'name', + 'The name of the rule.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentEndpoint.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentEndpoint.ts index cfbd8d331..63eddf498 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentEndpoint.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentEndpoint { // Value of the `type`. @@ -24,32 +24,32 @@ export function route53_getTrafficPolicyDocumentEndpoint_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "value", - "Value of the `type`.", + 'value', + 'Value of the `type`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "ID of an endpoint you want to assign.", + 'id', + 'ID of an endpoint you want to assign.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "To route traffic to an Amazon S3 bucket that is configured as a website endpoint, specify the region in which you created the bucket for `region`.", + 'region', + 'To route traffic to an Amazon S3 bucket that is configured as a website endpoint, specify the region in which you created the bucket for `region`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of the endpoint. Valid values are `value`, `cloudfront`, `elastic-load-balancer`, `s3-website`, `application-load-balancer`, `network-load-balancer` and `elastic-beanstalk`", + 'type', + 'Type of the endpoint. Valid values are `value`, `cloudfront`, `elastic-load-balancer`, `s3-website`, `application-load-balancer`, `network-load-balancer` and `elastic-beanstalk`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRule.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRule.ts index 13381e786..b73d5ca28 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRule.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53_getTrafficPolicyDocumentRuleItem, route53_getTrafficPolicyDocumentRuleItem_GetTypes, -} from "./route53_getTrafficPolicyDocumentRuleItem"; +} from './route53_getTrafficPolicyDocumentRuleItem'; import { route53_getTrafficPolicyDocumentRuleLocation, route53_getTrafficPolicyDocumentRuleLocation_GetTypes, -} from "./route53_getTrafficPolicyDocumentRuleLocation"; +} from './route53_getTrafficPolicyDocumentRuleLocation'; import { route53_getTrafficPolicyDocumentRulePrimary, route53_getTrafficPolicyDocumentRulePrimary_GetTypes, -} from "./route53_getTrafficPolicyDocumentRulePrimary"; +} from './route53_getTrafficPolicyDocumentRulePrimary'; import { route53_getTrafficPolicyDocumentRuleRegion, route53_getTrafficPolicyDocumentRuleRegion_GetTypes, -} from "./route53_getTrafficPolicyDocumentRuleRegion"; +} from './route53_getTrafficPolicyDocumentRuleRegion'; import { route53_getTrafficPolicyDocumentRuleSecondary, route53_getTrafficPolicyDocumentRuleSecondary_GetTypes, -} from "./route53_getTrafficPolicyDocumentRuleSecondary"; +} from './route53_getTrafficPolicyDocumentRuleSecondary'; import { route53_getTrafficPolicyDocumentRuleGeoProximityLocation, route53_getTrafficPolicyDocumentRuleGeoProximityLocation_GetTypes, -} from "./route53_getTrafficPolicyDocumentRuleGeoProximityLocation"; +} from './route53_getTrafficPolicyDocumentRuleGeoProximityLocation'; export interface route53_getTrafficPolicyDocumentRule { // Configuration block for when you add a multivalue answer rule, you configure your traffic policy to route traffic approximately randomly to your healthy resources. Only valid for `multivalue` type. See below @@ -60,64 +60,64 @@ export function route53_getTrafficPolicyDocumentRule_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "id", - "ID of a rule you want to assign.", + 'id', + 'ID of a rule you want to assign.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "items", - "Configuration block for when you add a multivalue answer rule, you configure your traffic policy to route traffic approximately randomly to your healthy resources. Only valid for `multivalue` type. See below", + 'items', + 'Configuration block for when you add a multivalue answer rule, you configure your traffic policy to route traffic approximately randomly to your healthy resources. Only valid for `multivalue` type. See below', () => route53_getTrafficPolicyDocumentRuleItem_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "locations", - "Configuration block for when you add a geolocation rule, you configure your traffic policy to route your traffic based on the geographic location of your users. Only valid for `geo` type. See below", + 'locations', + 'Configuration block for when you add a geolocation rule, you configure your traffic policy to route your traffic based on the geographic location of your users. Only valid for `geo` type. See below', () => route53_getTrafficPolicyDocumentRuleLocation_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "primary", - "Configuration block for the settings for the rule or endpoint that you want to route traffic to whenever the corresponding resources are available. Only valid for `failover` type. See below", + 'primary', + 'Configuration block for the settings for the rule or endpoint that you want to route traffic to whenever the corresponding resources are available. Only valid for `failover` type. See below', () => route53_getTrafficPolicyDocumentRulePrimary_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "regions", - "", + 'regions', + '', () => route53_getTrafficPolicyDocumentRuleRegion_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "secondary", - "Configuration block for the rule or endpoint that you want to route traffic to whenever the primary resources are not available. Only valid for `failover` type. See below", + 'secondary', + 'Configuration block for the rule or endpoint that you want to route traffic to whenever the primary resources are not available. Only valid for `failover` type. See below', () => route53_getTrafficPolicyDocumentRuleSecondary_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of the rule.", + 'type', + 'Type of the rule.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "geoProximityLocations", - "Configuration block for when you add a geoproximity rule, you configure Amazon Route 53 to route traffic to your resources based on the geographic location of your resources. Only valid for `geoproximity` type. See below", + 'geoProximityLocations', + 'Configuration block for when you add a geoproximity rule, you configure Amazon Route 53 to route traffic to your resources based on the geographic location of your resources. Only valid for `geoproximity` type. See below', () => route53_getTrafficPolicyDocumentRuleGeoProximityLocation_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleGeoProximityLocation.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleGeoProximityLocation.ts index 797d0079e..9edd2f22c 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleGeoProximityLocation.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleGeoProximityLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRuleGeoProximityLocation { // If your endpoint is an AWS resource, specify the AWS Region that you created the resource in. @@ -36,64 +36,64 @@ export function route53_getTrafficPolicyDocumentRuleGeoProximityLocation_GetType return [ new DynamicUIProps( InputType.String, - "region", - "If your endpoint is an AWS resource, specify the AWS Region that you created the resource in.", + 'region', + 'If your endpoint is an AWS resource, specify the AWS Region that you created the resource in.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleReference", - "References to a rule.", + 'ruleReference', + 'References to a rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bias", - "Specify a value for `bias` if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).", + 'bias', + 'Specify a value for `bias` if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointReference", - "References to an endpoint.", + 'endpointReference', + 'References to an endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.", + 'evaluateTargetHealth', + 'Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "If you want to associate a health check with the endpoint or rule.", + 'healthCheck', + 'If you want to associate a health check with the endpoint or rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "latitude", - "Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.", + 'latitude', + 'Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "longitude", - "Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.", + 'longitude', + 'Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleItem.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleItem.ts index 2b6e1c320..075c106a9 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleItem.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleItem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRuleItem { // @@ -18,16 +18,16 @@ export function route53_getTrafficPolicyDocumentRuleItem_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "endpointReference", - "", + 'endpointReference', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "", + 'healthCheck', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleLocation.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleLocation.ts index e2cf780d1..2b585c19a 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleLocation.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRuleLocation { // If you want to associate a health check with the endpoint or rule. @@ -36,64 +36,64 @@ export function route53_getTrafficPolicyDocumentRuleLocation_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.", + 'evaluateTargetHealth', + 'Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "If you want to associate a health check with the endpoint or rule.", + 'healthCheck', + 'If you want to associate a health check with the endpoint or rule.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isDefault", - "Indicates whether this set of values represents the default location.", + 'isDefault', + 'Indicates whether this set of values represents the default location.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleReference", - "References to a rule.", + 'ruleReference', + 'References to a rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subdivision", - "Value of a subdivision.", + 'subdivision', + 'Value of a subdivision.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "continent", - "Value of a continent.", + 'continent', + 'Value of a continent.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "country", - "Value of a country.", + 'country', + 'Value of a country.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointReference", - "References to an endpoint.", + 'endpointReference', + 'References to an endpoint.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRulePrimary.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRulePrimary.ts index 8c3d20851..b9d7e80d9 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRulePrimary.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRulePrimary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRulePrimary { // References to an endpoint. @@ -24,32 +24,32 @@ export function route53_getTrafficPolicyDocumentRulePrimary_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "endpointReference", - "References to an endpoint.", + 'endpointReference', + 'References to an endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.", + 'evaluateTargetHealth', + 'Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "If you want to associate a health check with the endpoint or rule.", + 'healthCheck', + 'If you want to associate a health check with the endpoint or rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleReference", - "References to a rule.", + 'ruleReference', + 'References to a rule.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleRegion.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleRegion.ts index 67951fc03..c09427557 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleRegion.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRuleRegion { // Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints. @@ -27,40 +27,40 @@ export function route53_getTrafficPolicyDocumentRuleRegion_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "ruleReference", - "References to a rule.", + 'ruleReference', + 'References to a rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointReference", - "References to an endpoint.", + 'endpointReference', + 'References to an endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.", + 'evaluateTargetHealth', + 'Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "If you want to associate a health check with the endpoint or rule.", + 'healthCheck', + 'If you want to associate a health check with the endpoint or rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region code for the AWS Region that you created the resource in.", + 'region', + 'Region code for the AWS Region that you created the resource in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleSecondary.ts b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleSecondary.ts index cf57c3026..6f8bd03a9 100644 --- a/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleSecondary.ts +++ b/src/app/Models/codegen/aws/types/route53_getTrafficPolicyDocumentRuleSecondary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53_getTrafficPolicyDocumentRuleSecondary { // @@ -24,32 +24,32 @@ export function route53_getTrafficPolicyDocumentRuleSecondary_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Bool, - "evaluateTargetHealth", - "", + 'evaluateTargetHealth', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "healthCheck", - "", + 'healthCheck', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ruleReference", - "", + 'ruleReference', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpointReference", - "", + 'endpointReference', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordSigningAttributes.ts b/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordSigningAttributes.ts index a35592771..f849224fc 100644 --- a/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordSigningAttributes.ts +++ b/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordSigningAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_DelegationSignerRecordSigningAttributes { // Defines the type of key. It can be either a KSK (key-signing-key, value `257`) or ZSK (zone-signing-key, value `256`). @@ -21,24 +21,24 @@ export function route53domains_DelegationSignerRecordSigningAttributes_GetTypes( return [ new DynamicUIProps( InputType.Number, - "flags", - "Defines the type of key. It can be either a KSK (key-signing-key, value `257`) or ZSK (zone-signing-key, value `256`).", + 'flags', + 'Defines the type of key. It can be either a KSK (key-signing-key, value `257`) or ZSK (zone-signing-key, value `256`).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "publicKey", - "The base64-encoded public key part of the key pair that is passed to the registry.", + 'publicKey', + 'The base64-encoded public key part of the key pair that is passed to the registry.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "algorithm", - "Algorithm which was used to generate the digest from the public key.", + 'algorithm', + 'Algorithm which was used to generate the digest from the public key.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordTimeouts.ts b/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordTimeouts.ts index 65fd5f916..1b33d8382 100644 --- a/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordTimeouts.ts +++ b/src/app/Models/codegen/aws/types/route53domains_DelegationSignerRecordTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_DelegationSignerRecordTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function route53domains_DelegationSignerRecordTimeouts_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function route53domains_DelegationSignerRecordTimeouts_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainAdminContact.ts b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainAdminContact.ts index 69b7e75b7..de7d9b1a0 100644 --- a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainAdminContact.ts +++ b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainAdminContact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_RegisteredDomainAdminContact { // Name of the organization for contact types other than `PERSON`. @@ -54,7 +54,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "addressLine1", + 'addressLine1', "First line of the contact's address.", () => [], false, @@ -62,15 +62,15 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "email", - "Email address of the contact.", + 'email', + 'Email address of the contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fax", + 'fax', 'Fax number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -78,7 +78,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "state", + 'state', "The state or province of the contact's city.", () => [], false, @@ -86,7 +86,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "countryCode", + 'countryCode', "Code for the country of the contact's address. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-CountryCode) for valid values.", () => [], false, @@ -94,7 +94,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "zipCode", + 'zipCode', "The zip or postal code of the contact's address.", () => [], false, @@ -102,7 +102,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "city", + 'city', "The city of the contact's address.", () => [], false, @@ -110,47 +110,47 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "lastName", - "Last name of contact.", + 'lastName', + 'Last name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizationName", - "Name of the organization for contact types other than `PERSON`.", + 'organizationName', + 'Name of the organization for contact types other than `PERSON`.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "extraParams", - "A key-value map of parameters required by certain top-level domains.", + 'extraParams', + 'A key-value map of parameters required by certain top-level domains.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "contactType", - "Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.", + 'contactType', + 'Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "firstName", - "First name of contact.", + 'firstName', + 'First name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", + 'phoneNumber', 'The phone number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -158,7 +158,7 @@ export function route53domains_RegisteredDomainAdminContact_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "addressLine2", + 'addressLine2', "Second line of contact's address, if any.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainBillingContact.ts b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainBillingContact.ts index 78d264bef..79587f633 100644 --- a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainBillingContact.ts +++ b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainBillingContact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_RegisteredDomainBillingContact { // First name of contact. @@ -54,7 +54,7 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "state", + 'state', "The state or province of the contact's city.", () => [], false, @@ -62,23 +62,23 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "lastName", - "Last name of contact.", + 'lastName', + 'Last name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "extraParams", - "A key-value map of parameters required by certain top-level domains.", + 'extraParams', + 'A key-value map of parameters required by certain top-level domains.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", + 'phoneNumber', 'The phone number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -86,23 +86,23 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "organizationName", - "Name of the organization for contact types other than `PERSON`.", + 'organizationName', + 'Name of the organization for contact types other than `PERSON`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email address of the contact.", + 'email', + 'Email address of the contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fax", + 'fax', 'Fax number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -110,15 +110,15 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "firstName", - "First name of contact.", + 'firstName', + 'First name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "city", + 'city', "The city of the contact's address.", () => [], false, @@ -126,15 +126,15 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "contactType", - "Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.", + 'contactType', + 'Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "countryCode", + 'countryCode', "Code for the country of the contact's address. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-CountryCode) for valid values.", () => [], false, @@ -142,7 +142,7 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "zipCode", + 'zipCode', "The zip or postal code of the contact's address.", () => [], false, @@ -150,7 +150,7 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "addressLine1", + 'addressLine1', "First line of the contact's address.", () => [], false, @@ -158,7 +158,7 @@ export function route53domains_RegisteredDomainBillingContact_GetTypes(): Dynami ), new DynamicUIProps( InputType.String, - "addressLine2", + 'addressLine2', "Second line of contact's address, if any.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainNameServer.ts b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainNameServer.ts index dc2d6cec3..e707e694f 100644 --- a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainNameServer.ts +++ b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainNameServer.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_RegisteredDomainNameServer { // Glue IP addresses of a name server. The list can contain only one IPv4 and one IPv6 address. @@ -18,16 +18,16 @@ export function route53domains_RegisteredDomainNameServer_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Array, - "glueIps", - "Glue IP addresses of a name server. The list can contain only one IPv4 and one IPv6 address.", + 'glueIps', + 'Glue IP addresses of a name server. The list can contain only one IPv4 and one IPv6 address.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The fully qualified host name of the name server.", + 'name', + 'The fully qualified host name of the name server.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainRegistrantContact.ts b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainRegistrantContact.ts index a116371dc..b4c52354e 100644 --- a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainRegistrantContact.ts +++ b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainRegistrantContact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_RegisteredDomainRegistrantContact { // Name of the organization for contact types other than `PERSON`. @@ -54,15 +54,15 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Map, - "extraParams", - "A key-value map of parameters required by certain top-level domains.", + 'extraParams', + 'A key-value map of parameters required by certain top-level domains.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "state", + 'state', "The state or province of the contact's city.", () => [], false, @@ -70,15 +70,15 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "firstName", - "First name of contact.", + 'firstName', + 'First name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", + 'phoneNumber', 'The phone number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -86,15 +86,15 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "lastName", - "Last name of contact.", + 'lastName', + 'Last name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fax", + 'fax', 'Fax number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -102,15 +102,15 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "contactType", - "Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.", + 'contactType', + 'Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressLine2", + 'addressLine2', "Second line of contact's address, if any.", () => [], false, @@ -118,15 +118,15 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "email", - "Email address of the contact.", + 'email', + 'Email address of the contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zipCode", + 'zipCode', "The zip or postal code of the contact's address.", () => [], false, @@ -134,7 +134,7 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "addressLine1", + 'addressLine1', "First line of the contact's address.", () => [], false, @@ -142,7 +142,7 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "city", + 'city', "The city of the contact's address.", () => [], false, @@ -150,7 +150,7 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "countryCode", + 'countryCode', "Code for the country of the contact's address. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-CountryCode) for valid values.", () => [], false, @@ -158,8 +158,8 @@ export function route53domains_RegisteredDomainRegistrantContact_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "organizationName", - "Name of the organization for contact types other than `PERSON`.", + 'organizationName', + 'Name of the organization for contact types other than `PERSON`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainTechContact.ts b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainTechContact.ts index 009b426a2..7e0080b4c 100644 --- a/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainTechContact.ts +++ b/src/app/Models/codegen/aws/types/route53domains_RegisteredDomainTechContact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53domains_RegisteredDomainTechContact { // The city of the contact's address. @@ -54,7 +54,7 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "city", + 'city', "The city of the contact's address.", () => [], false, @@ -62,23 +62,23 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "lastName", - "Last name of contact.", + 'lastName', + 'Last name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email address of the contact.", + 'email', + 'Email address of the contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressLine1", + 'addressLine1', "First line of the contact's address.", () => [], false, @@ -86,7 +86,7 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "phoneNumber", + 'phoneNumber', 'The phone number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, @@ -94,7 +94,7 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "zipCode", + 'zipCode', "The zip or postal code of the contact's address.", () => [], false, @@ -102,23 +102,23 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Map, - "extraParams", - "A key-value map of parameters required by certain top-level domains.", + 'extraParams', + 'A key-value map of parameters required by certain top-level domains.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "firstName", - "First name of contact.", + 'firstName', + 'First name of contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "countryCode", + 'countryCode', "Code for the country of the contact's address. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-CountryCode) for valid values.", () => [], false, @@ -126,15 +126,15 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "organizationName", - "Name of the organization for contact types other than `PERSON`.", + 'organizationName', + 'Name of the organization for contact types other than `PERSON`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "addressLine2", + 'addressLine2', "Second line of contact's address, if any.", () => [], false, @@ -142,7 +142,7 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "state", + 'state', "The state or province of the contact's city.", () => [], false, @@ -150,15 +150,15 @@ export function route53domains_RegisteredDomainTechContact_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "contactType", - "Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.", + 'contactType', + 'Indicates whether the contact is a person, company, association, or public organization. See the [AWS API documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html#Route53Domains-Type-domains_ContactDetail-ContactType) for valid values.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "fax", + 'fax', 'Fax number of the contact. Phone number must be specified in the format "+[country dialing code].[number including any area code]".', () => [], false, diff --git a/src/app/Models/codegen/aws/types/route53recoverycontrol_ClusterClusterEndpoint.ts b/src/app/Models/codegen/aws/types/route53recoverycontrol_ClusterClusterEndpoint.ts index e0155e0ad..2326f7b08 100644 --- a/src/app/Models/codegen/aws/types/route53recoverycontrol_ClusterClusterEndpoint.ts +++ b/src/app/Models/codegen/aws/types/route53recoverycontrol_ClusterClusterEndpoint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53recoverycontrol_ClusterClusterEndpoint { // Cluster endpoint. @@ -18,16 +18,16 @@ export function route53recoverycontrol_ClusterClusterEndpoint_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "endpoint", - "Cluster endpoint.", + 'endpoint', + 'Cluster endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region of the endpoint.", + 'region', + 'Region of the endpoint.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53recoverycontrol_SafetyRuleRuleConfig.ts b/src/app/Models/codegen/aws/types/route53recoverycontrol_SafetyRuleRuleConfig.ts index b2eff8b0e..77784584d 100644 --- a/src/app/Models/codegen/aws/types/route53recoverycontrol_SafetyRuleRuleConfig.ts +++ b/src/app/Models/codegen/aws/types/route53recoverycontrol_SafetyRuleRuleConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53recoverycontrol_SafetyRuleRuleConfig { // Logical negation of the rule. @@ -21,24 +21,24 @@ export function route53recoverycontrol_SafetyRuleRuleConfig_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Bool, - "inverted", - "Logical negation of the rule.", + 'inverted', + 'Logical negation of the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "threshold", - "Number of controls that must be set when you specify an `ATLEAST` type rule.", + 'threshold', + 'Number of controls that must be set when you specify an `ATLEAST` type rule.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Rule type. Valid values are `ATLEAST`, `AND`, and `OR`.", + 'type', + 'Rule type. Valid values are `ATLEAST`, `AND`, and `OR`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResource.ts b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResource.ts index 0d5ca79de..db790d9a6 100644 --- a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResource.ts +++ b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoveryreadiness_ResourceSetResourceDnsTargetResource, route53recoveryreadiness_ResourceSetResourceDnsTargetResource_GetTypes, -} from "./route53recoveryreadiness_ResourceSetResourceDnsTargetResource"; +} from './route53recoveryreadiness_ResourceSetResourceDnsTargetResource'; export interface route53recoveryreadiness_ResourceSetResource { // @@ -28,32 +28,32 @@ export function route53recoveryreadiness_ResourceSetResource_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "readinessScopes", - "Recovery group ARN or cell ARN that contains this resource set.", + 'readinessScopes', + 'Recovery group ARN or cell ARN that contains this resource set.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource.", + 'resourceArn', + 'ARN of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "componentId", - "", + 'componentId', + '', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dnsTargetResource", - "Component for DNS/Routing Control Readiness Checks.", + 'dnsTargetResource', + 'Component for DNS/Routing Control Readiness Checks.', () => route53recoveryreadiness_ResourceSetResourceDnsTargetResource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResource.ts b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResource.ts index 72e7981c6..85f1433cc 100644 --- a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResource.ts +++ b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource, route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource_GetTypes, -} from "./route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource"; +} from './route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource'; export interface route53recoveryreadiness_ResourceSetResourceDnsTargetResource { // Type of DNS Record of target resource. @@ -31,24 +31,24 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResource_Ge return [ new DynamicUIProps( InputType.String, - "recordSetId", - "Route53 record set id to uniquely identify a record given a `domain_name` and a `record_type`.", + 'recordSetId', + 'Route53 record set id to uniquely identify a record given a `domain_name` and a `record_type`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recordType", - "Type of DNS Record of target resource.", + 'recordType', + 'Type of DNS Record of target resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "targetResource", - "Target resource the R53 record specified with the above params points to.", + 'targetResource', + 'Target resource the R53 record specified with the above params points to.', () => route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource_GetTypes(), false, @@ -56,16 +56,16 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResource_Ge ), new DynamicUIProps( InputType.String, - "domainName", - "DNS Name that acts as the ingress point to a portion of application.", + 'domainName', + 'DNS Name that acts as the ingress point to a portion of application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostedZoneArn", - "Hosted Zone ARN that contains the DNS record with the provided name of target resource.", + 'hostedZoneArn', + 'Hosted Zone ARN that contains the DNS record with the provided name of target resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource.ts b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource.ts index f2da35e84..0c9dc0129 100644 --- a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource.ts +++ b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource, route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource_GetTypes, -} from "./route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource"; +} from './route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource'; import { route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource, route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource_GetTypes, -} from "./route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource"; +} from './route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource'; export interface route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResource { // NLB resource a DNS Target Resource points to. Required if `r53_resource` is not set. @@ -26,8 +26,8 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTar return [ new DynamicUIProps( InputType.Object, - "nlbResource", - "NLB resource a DNS Target Resource points to. Required if `r53_resource` is not set.", + 'nlbResource', + 'NLB resource a DNS Target Resource points to. Required if `r53_resource` is not set.', () => route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource_GetTypes(), false, @@ -35,8 +35,8 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTar ), new DynamicUIProps( InputType.Object, - "r53Resource", - "Route53 resource a DNS Target Resource record points to.", + 'r53Resource', + 'Route53 resource a DNS Target Resource record points to.', () => route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource.ts b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource.ts index 7ef98b730..41c2c4d56 100644 --- a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource.ts +++ b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceNlbResource { // NLB resource ARN. @@ -15,8 +15,8 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTar return [ new DynamicUIProps( InputType.String, - "arn", - "NLB resource ARN.", + 'arn', + 'NLB resource ARN.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource.ts b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource.ts index f5adfb82f..c2b385ef1 100644 --- a/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource.ts +++ b/src/app/Models/codegen/aws/types/route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTargetResourceR53Resource { // Domain name that is targeted. @@ -18,16 +18,16 @@ export function route53recoveryreadiness_ResourceSetResourceDnsTargetResourceTar return [ new DynamicUIProps( InputType.String, - "domainName", - "Domain name that is targeted.", + 'domainName', + 'Domain name that is targeted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "recordSetId", - "Resource record set ID that is targeted.", + 'recordSetId', + 'Resource record set ID that is targeted.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rum_AppMonitorAppMonitorConfiguration.ts b/src/app/Models/codegen/aws/types/rum_AppMonitorAppMonitorConfiguration.ts index acfea4a76..5632c8d85 100644 --- a/src/app/Models/codegen/aws/types/rum_AppMonitorAppMonitorConfiguration.ts +++ b/src/app/Models/codegen/aws/types/rum_AppMonitorAppMonitorConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rum_AppMonitorAppMonitorConfiguration { // A list of pages in the CloudWatch RUM console that are to be displayed with a "favorite" icon. @@ -39,7 +39,7 @@ export function rum_AppMonitorAppMonitorConfiguration_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "favoritePages", + 'favoritePages', 'A list of pages in the CloudWatch RUM console that are to be displayed with a "favorite" icon.', () => InputType_String_GetTypes(), false, @@ -47,64 +47,64 @@ export function rum_AppMonitorAppMonitorConfiguration_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "includedPages", - "If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.", + 'includedPages', + 'If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableXray", - "If you set this to `true`, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests.", + 'enableXray', + 'If you set this to `true`, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludedPages", - "A list of URLs in your website or application to exclude from RUM data collection.", + 'excludedPages', + 'A list of URLs in your website or application to exclude from RUM data collection.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "telemetries", - "An array that lists the types of telemetry data that this app monitor is to collect. Valid values are `errors`, `performance`, and `http`.", + 'telemetries', + 'An array that lists the types of telemetry data that this app monitor is to collect. Valid values are `errors`, `performance`, and `http`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "identityPoolId", - "The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.", + 'identityPoolId', + 'The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "allowCookies", - "If you set this to `true`, RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.", + 'allowCookies', + 'If you set this to `true`, RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "guestRoleArn", - "The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.", + 'guestRoleArn', + 'The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "sessionSampleRate", - "Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs. The number you specify is the percentage of user sessions that will be used. Default value is `0.1`.", + 'sessionSampleRate', + 'Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs. The number you specify is the percentage of user sessions that will be used. Default value is `0.1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/rum_AppMonitorCustomEvents.ts b/src/app/Models/codegen/aws/types/rum_AppMonitorCustomEvents.ts index dd047eb07..658cf9029 100644 --- a/src/app/Models/codegen/aws/types/rum_AppMonitorCustomEvents.ts +++ b/src/app/Models/codegen/aws/types/rum_AppMonitorCustomEvents.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface rum_AppMonitorCustomEvents { // Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be `DISABLED`. Valid values are `DISABLED` and `ENABLED`. @@ -15,8 +15,8 @@ export function rum_AppMonitorCustomEvents_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "status", - "Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be `DISABLED`. Valid values are `DISABLED` and `ENABLED`.", + 'status', + 'Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be `DISABLED`. Valid values are `DISABLED` and `ENABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_AccessPointPublicAccessBlockConfiguration.ts b/src/app/Models/codegen/aws/types/s3_AccessPointPublicAccessBlockConfiguration.ts index 5d05d14ed..be519488c 100644 --- a/src/app/Models/codegen/aws/types/s3_AccessPointPublicAccessBlockConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_AccessPointPublicAccessBlockConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_AccessPointPublicAccessBlockConfiguration { /* @@ -38,15 +38,15 @@ export function s3_AccessPointPublicAccessBlockConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing bucket policies. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.", + 'blockPublicPolicy', + 'Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing bucket policies. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ignorePublicAcls", + 'ignorePublicAcls', "Whether Amazon S3 should ignore public ACLs for buckets in this account. Defaults to `true`. Enabling this setting does not affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set. When set to `true` causes Amazon S3 to:\n* Ignore all public ACLs on buckets in this account and any objects that they contain.", () => [], false, @@ -54,16 +54,16 @@ export function s3_AccessPointPublicAccessBlockConfiguration_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Bool, - "restrictPublicBuckets", - "Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.", + 'restrictPublicBuckets', + 'Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "blockPublicAcls", - "Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.\n* PUT Object calls fail if the request includes a public ACL.\n* PUT Bucket calls fail if the request includes a public ACL.", + 'blockPublicAcls', + 'Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.\n* PUT Object calls fail if the request includes a public ACL.\n* PUT Bucket calls fail if the request includes a public ACL.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/s3_AccessPointVpcConfiguration.ts b/src/app/Models/codegen/aws/types/s3_AccessPointVpcConfiguration.ts index 298e6356e..a0c30aa44 100644 --- a/src/app/Models/codegen/aws/types/s3_AccessPointVpcConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_AccessPointVpcConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_AccessPointVpcConfiguration { // This access point will only allow connections from the specified VPC ID. @@ -15,8 +15,8 @@ export function s3_AccessPointVpcConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "vpcId", - "This access point will only allow connections from the specified VPC ID.", + 'vpcId', + 'This access point will only allow connections from the specified VPC ID.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationFilter.ts b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationFilter.ts index b3c18765d..dafee3ee6 100644 --- a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_AnalyticsConfigurationFilter { // Object prefix for filtering. @@ -18,16 +18,16 @@ export function s3_AnalyticsConfigurationFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "prefix", - "Object prefix for filtering.", + 'prefix', + 'Object prefix for filtering.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Set of object tags for filtering.", + 'tags', + 'Set of object tags for filtering.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysis.ts b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysis.ts index 03ebe91b2..5ad7f11f1 100644 --- a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysis.ts +++ b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysis.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_AnalyticsConfigurationStorageClassAnalysisDataExport, s3_AnalyticsConfigurationStorageClassAnalysisDataExport_GetTypes, -} from "./s3_AnalyticsConfigurationStorageClassAnalysisDataExport"; +} from './s3_AnalyticsConfigurationStorageClassAnalysisDataExport'; export interface s3_AnalyticsConfigurationStorageClassAnalysis { // Data export configuration (documented below). @@ -19,8 +19,8 @@ export function s3_AnalyticsConfigurationStorageClassAnalysis_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "dataExport", - "Data export configuration (documented below).", + 'dataExport', + 'Data export configuration (documented below).', () => s3_AnalyticsConfigurationStorageClassAnalysisDataExport_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExport.ts b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExport.ts index 3ac2b3606..c5a5543b7 100644 --- a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExport.ts +++ b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExport.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination, s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination_GetTypes, -} from "./s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination"; +} from './s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination'; export interface s3_AnalyticsConfigurationStorageClassAnalysisDataExport { // Specifies the destination for the exported analytics data (documented below). @@ -22,8 +22,8 @@ export function s3_AnalyticsConfigurationStorageClassAnalysisDataExport_GetTypes return [ new DynamicUIProps( InputType.Object, - "destination", - "Specifies the destination for the exported analytics data (documented below).", + 'destination', + 'Specifies the destination for the exported analytics data (documented below).', () => s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination_GetTypes(), true, @@ -31,8 +31,8 @@ export function s3_AnalyticsConfigurationStorageClassAnalysisDataExport_GetTypes ), new DynamicUIProps( InputType.String, - "outputSchemaVersion", - "Schema version of exported analytics data. Allowed values: `V_1`. Default value: `V_1`.", + 'outputSchemaVersion', + 'Schema version of exported analytics data. Allowed values: `V_1`. Default value: `V_1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination.ts b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination.ts index 194acae2b..fbb3f608e 100644 --- a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination, s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination_GetTypes, -} from "./s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination"; +} from './s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination'; export interface s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestination { // Analytics data export currently only supports an S3 bucket destination (documented below). @@ -19,8 +19,8 @@ export function s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinati return [ new DynamicUIProps( InputType.Object, - "s3BucketDestination", - "Analytics data export currently only supports an S3 bucket destination (documented below).", + 's3BucketDestination', + 'Analytics data export currently only supports an S3 bucket destination (documented below).', () => s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination.ts b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination.ts index eb88b73f3..bc1997b5a 100644 --- a/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination { // ARN of the destination bucket. @@ -24,32 +24,32 @@ export function s3_AnalyticsConfigurationStorageClassAnalysisDataExportDestinati return [ new DynamicUIProps( InputType.String, - "bucketArn", - "ARN of the destination bucket.", + 'bucketArn', + 'ARN of the destination bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "format", - "Output format of exported analytics data. Allowed values: `CSV`. Default value: `CSV`.", + 'format', + 'Output format of exported analytics data. Allowed values: `CSV`. Default value: `CSV`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Prefix to append to exported analytics data.", + 'prefix', + 'Prefix to append to exported analytics data.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketAccountId", - "Account ID that owns the destination bucket.", + 'bucketAccountId', + 'Account ID that owns the destination bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicy.ts b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicy.ts index 0347212a5..1ca2004cb 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicy.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketAclV2AccessControlPolicyGrant, s3_BucketAclV2AccessControlPolicyGrant_GetTypes, -} from "./s3_BucketAclV2AccessControlPolicyGrant"; +} from './s3_BucketAclV2AccessControlPolicyGrant'; import { s3_BucketAclV2AccessControlPolicyOwner, s3_BucketAclV2AccessControlPolicyOwner_GetTypes, -} from "./s3_BucketAclV2AccessControlPolicyOwner"; +} from './s3_BucketAclV2AccessControlPolicyOwner'; export interface s3_BucketAclV2AccessControlPolicy { // Set of `grant` configuration blocks. See below. @@ -26,15 +26,15 @@ export function s3_BucketAclV2AccessControlPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "grants", - "Set of `grant` configuration blocks. See below.", + 'grants', + 'Set of `grant` configuration blocks. See below.', () => s3_BucketAclV2AccessControlPolicyGrant_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "owner", + 'owner', "Configuration block for the bucket owner's display name and ID. See below.", () => s3_BucketAclV2AccessControlPolicyOwner_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrant.ts b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrant.ts index 733f0008b..939a80f99 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrant.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrant.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketAclV2AccessControlPolicyGrantGrantee, s3_BucketAclV2AccessControlPolicyGrantGrantee_GetTypes, -} from "./s3_BucketAclV2AccessControlPolicyGrantGrantee"; +} from './s3_BucketAclV2AccessControlPolicyGrantGrantee'; export interface s3_BucketAclV2AccessControlPolicyGrant { // Configuration block for the person being granted permissions. See below. @@ -22,16 +22,16 @@ export function s3_BucketAclV2AccessControlPolicyGrant_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "grantee", - "Configuration block for the person being granted permissions. See below.", + 'grantee', + 'Configuration block for the person being granted permissions. See below.', () => s3_BucketAclV2AccessControlPolicyGrantGrantee_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "permission", - "Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `WRITE`, `WRITE_ACP`, `READ`, `READ_ACP`. See [What permissions can I grant?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#permissions) for more details about what each permission means in the context of buckets.", + 'permission', + 'Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `WRITE`, `WRITE_ACP`, `READ`, `READ_ACP`. See [What permissions can I grant?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#permissions) for more details about what each permission means in the context of buckets.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrantGrantee.ts b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrantGrantee.ts index 9189881c8..f485dfca1 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrantGrantee.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyGrantGrantee.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketAclV2AccessControlPolicyGrantGrantee { // Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified. @@ -27,40 +27,40 @@ export function s3_BucketAclV2AccessControlPolicyGrantGrantee_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "emailAddress", - "Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.", + 'emailAddress', + 'Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Canonical user ID of the grantee.", + 'id', + 'Canonical user ID of the grantee.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.", + 'type', + 'Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", - "URI of the grantee group.", + 'uri', + 'URI of the grantee group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name of the owner.", + 'displayName', + 'Display name of the owner.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyOwner.ts b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyOwner.ts index 0c91501b7..20a37915d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyOwner.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketAclV2AccessControlPolicyOwner.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketAclV2AccessControlPolicyOwner { // Display name of the owner. @@ -18,16 +18,16 @@ export function s3_BucketAclV2AccessControlPolicyOwner_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "ID of the owner.", + 'id', + 'ID of the owner.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name of the owner.", + 'displayName', + 'Display name of the owner.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketCorsConfigurationV2CorsRule.ts b/src/app/Models/codegen/aws/types/s3_BucketCorsConfigurationV2CorsRule.ts index 74e244739..f6e91c84c 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketCorsConfigurationV2CorsRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketCorsConfigurationV2CorsRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketCorsConfigurationV2CorsRule { // Set of Headers that are specified in the `Access-Control-Request-Headers` header. @@ -30,48 +30,48 @@ export function s3_BucketCorsConfigurationV2CorsRule_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "allowedHeaders", - "Set of Headers that are specified in the `Access-Control-Request-Headers` header.", + 'allowedHeaders', + 'Set of Headers that are specified in the `Access-Control-Request-Headers` header.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowedMethods", - "Set of HTTP methods that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.", + 'allowedMethods', + 'Set of HTTP methods that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowedOrigins", - "Set of origins you want customers to be able to access the bucket from.", + 'allowedOrigins', + 'Set of origins you want customers to be able to access the bucket from.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "Set of headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).", + 'exposeHeaders', + 'Set of headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. The value cannot be longer than 255 characters.", + 'id', + 'Unique identifier for the rule. The value cannot be longer than 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxAgeSeconds", - "Time in seconds that your browser is to cache the preflight response for the specified resource.", + 'maxAgeSeconds', + 'Time in seconds that your browser is to cache the preflight response for the specified resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketCorsRule.ts b/src/app/Models/codegen/aws/types/s3_BucketCorsRule.ts index b2ffb4bfb..c9c2f4d45 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketCorsRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketCorsRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketCorsRule { // One or more origins you want customers to be able to access the bucket from. @@ -27,40 +27,40 @@ export function s3_BucketCorsRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "allowedMethods", - "One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.", + 'allowedMethods', + 'One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowedOrigins", - "One or more origins you want customers to be able to access the bucket from.", + 'allowedOrigins', + 'One or more origins you want customers to be able to access the bucket from.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).", + 'exposeHeaders', + 'One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxAgeSeconds", - "Specifies time in seconds that browser can cache the response for a preflight request.", + 'maxAgeSeconds', + 'Specifies time in seconds that browser can cache the response for a preflight request.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allowedHeaders", - "List of headers allowed.", + 'allowedHeaders', + 'List of headers allowed.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketGrant.ts b/src/app/Models/codegen/aws/types/s3_BucketGrant.ts index 5a8f99cb6..7bebe58b8 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketGrant.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketGrant.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketGrant { // Canonical user id to grant for. Used only when `type` is `CanonicalUser`. @@ -24,32 +24,32 @@ export function s3_BucketGrant_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "uri", - "Uri address to grant for. Used only when `type` is `Group`.", + 'uri', + 'Uri address to grant for. Used only when `type` is `Group`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Canonical user id to grant for. Used only when `type` is `CanonicalUser`.", + 'id', + 'Canonical user id to grant for. Used only when `type` is `CanonicalUser`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions to apply for grantee. Valid values are `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.", + 'permissions', + 'List of permissions to apply for grantee. Valid values are `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of grantee to apply for. Valid values are `CanonicalUser` and `Group`. `AmazonCustomerByEmail` is not supported.", + 'type', + 'Type of grantee to apply for. Valid values are `CanonicalUser` and `Group`. `AmazonCustomerByEmail` is not supported.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationFilter.ts index 3393768e9..ea24f0033 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketIntelligentTieringConfigurationFilter { // Object key name prefix that identifies the subset of objects to which the configuration applies. @@ -18,15 +18,15 @@ export function s3_BucketIntelligentTieringConfigurationFilter_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "prefix", - "Object key name prefix that identifies the subset of objects to which the configuration applies.", + 'prefix', + 'Object key name prefix that identifies the subset of objects to which the configuration applies.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "All of these tags must exist in the object's tag set in order for the configuration to apply.", () => InputType_Map_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationTiering.ts b/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationTiering.ts index 7162cafda..1467f45b7 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationTiering.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketIntelligentTieringConfigurationTiering.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketIntelligentTieringConfigurationTiering { // S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_ACCESS`, `DEEP_ARCHIVE_ACCESS`. @@ -18,16 +18,16 @@ export function s3_BucketIntelligentTieringConfigurationTiering_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "accessTier", - "S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_ACCESS`, `DEEP_ARCHIVE_ACCESS`.", + 'accessTier', + 'S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_ACCESS`, `DEEP_ARCHIVE_ACCESS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.", + 'days', + 'Number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2Rule.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2Rule.ts index 5cfd54642..8a0a4f086 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2Rule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2Rule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload, s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload"; +} from './s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload'; import { s3_BucketLifecycleConfigurationV2RuleTransition, s3_BucketLifecycleConfigurationV2RuleTransition_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleTransition"; +} from './s3_BucketLifecycleConfigurationV2RuleTransition'; import { s3_BucketLifecycleConfigurationV2RuleExpiration, s3_BucketLifecycleConfigurationV2RuleExpiration_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleExpiration"; +} from './s3_BucketLifecycleConfigurationV2RuleExpiration'; import { s3_BucketLifecycleConfigurationV2RuleFilter, s3_BucketLifecycleConfigurationV2RuleFilter_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleFilter"; +} from './s3_BucketLifecycleConfigurationV2RuleFilter'; import { s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration, s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration"; +} from './s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration'; import { s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition, s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition"; +} from './s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition'; export interface s3_BucketLifecycleConfigurationV2Rule { // Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below. @@ -63,8 +63,8 @@ export function s3_BucketLifecycleConfigurationV2Rule_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Object, - "abortIncompleteMultipartUpload", - "Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.", + 'abortIncompleteMultipartUpload', + 'Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.', () => s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload_GetTypes(), false, @@ -72,39 +72,39 @@ export function s3_BucketLifecycleConfigurationV2Rule_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "transitions", - "Set of configuration blocks that specify when an Amazon S3 object transitions to a specified storage class. See below.", + 'transitions', + 'Set of configuration blocks that specify when an Amazon S3 object transitions to a specified storage class. See below.', () => s3_BucketLifecycleConfigurationV2RuleTransition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "expiration", - "Configuration block that specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker. See below.", + 'expiration', + 'Configuration block that specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker. See below.', () => s3_BucketLifecycleConfigurationV2RuleExpiration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "filter", - "Configuration block used to identify objects that a Lifecycle Rule applies to. See below. If not specified, the `rule` will default to using `prefix`.", + 'filter', + 'Configuration block used to identify objects that a Lifecycle Rule applies to. See below. If not specified, the `rule` will default to using `prefix`.', () => s3_BucketLifecycleConfigurationV2RuleFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. The value cannot be longer than 255 characters.", + 'id', + 'Unique identifier for the rule. The value cannot be longer than 255 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', '**DEPRECATED** Use `filter` instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if `filter` is not specified.', () => [], false, @@ -112,16 +112,16 @@ export function s3_BucketLifecycleConfigurationV2Rule_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "status", - "Whether the rule is currently being applied. Valid values: `Enabled` or `Disabled`.", + 'status', + 'Whether the rule is currently being applied. Valid values: `Enabled` or `Disabled`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "noncurrentVersionExpiration", - "Configuration block that specifies when noncurrent object versions expire. See below.", + 'noncurrentVersionExpiration', + 'Configuration block that specifies when noncurrent object versions expire. See below.', () => s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration_GetTypes(), false, @@ -129,8 +129,8 @@ export function s3_BucketLifecycleConfigurationV2Rule_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.Array, - "noncurrentVersionTransitions", - "Set of configuration blocks that specify the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. See below.", + 'noncurrentVersionTransitions', + 'Set of configuration blocks that specify the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. See below.', () => s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload.ts index 404d6550f..04d552ce7 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload { // Number of days after which Amazon S3 aborts an incomplete multipart upload. @@ -15,8 +15,8 @@ export function s3_BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpl return [ new DynamicUIProps( InputType.Number, - "daysAfterInitiation", - "Number of days after which Amazon S3 aborts an incomplete multipart upload.", + 'daysAfterInitiation', + 'Number of days after which Amazon S3 aborts an incomplete multipart upload.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleExpiration.ts index 235e877b8..3644281c6 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleExpiration { // Lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer. @@ -21,24 +21,24 @@ export function s3_BucketLifecycleConfigurationV2RuleExpiration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "expiredObjectDeleteMarker", - "Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to `true`, the delete marker will be expired; if set to `false` the policy takes no action.", + 'expiredObjectDeleteMarker', + 'Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to `true`, the delete marker will be expired; if set to `false` the policy takes no action.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "date", - "Date the object is to be moved or deleted. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.", + 'date', + 'Date the object is to be moved or deleted. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.", + 'days', + 'Lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilter.ts index 365e157ab..0e70785d4 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilter.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLifecycleConfigurationV2RuleFilterTag, s3_BucketLifecycleConfigurationV2RuleFilterTag_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleFilterTag"; +} from './s3_BucketLifecycleConfigurationV2RuleFilterTag'; import { s3_BucketLifecycleConfigurationV2RuleFilterAnd, s3_BucketLifecycleConfigurationV2RuleFilterAnd_GetTypes, -} from "./s3_BucketLifecycleConfigurationV2RuleFilterAnd"; +} from './s3_BucketLifecycleConfigurationV2RuleFilterAnd'; export interface s3_BucketLifecycleConfigurationV2RuleFilter { // Configuration block for specifying a tag key and value. See below. @@ -35,31 +35,31 @@ export function s3_BucketLifecycleConfigurationV2RuleFilter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "and", - "Configuration block used to apply a logical `AND` to two or more predicates. See below. The Lifecycle Rule will apply to any object matching all the predicates configured inside the `and` block.", + 'and', + 'Configuration block used to apply a logical `AND` to two or more predicates. See below. The Lifecycle Rule will apply to any object matching all the predicates configured inside the `and` block.', () => s3_BucketLifecycleConfigurationV2RuleFilterAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "objectSizeGreaterThan", - "Minimum object size (in bytes) to which the rule applies.", + 'objectSizeGreaterThan', + 'Minimum object size (in bytes) to which the rule applies.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectSizeLessThan", - "Maximum object size (in bytes) to which the rule applies.", + 'objectSizeLessThan', + 'Maximum object size (in bytes) to which the rule applies.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if not specified.', () => [], false, @@ -67,8 +67,8 @@ export function s3_BucketLifecycleConfigurationV2RuleFilter_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "tag", - "Configuration block for specifying a tag key and value. See below.", + 'tag', + 'Configuration block for specifying a tag key and value. See below.', () => s3_BucketLifecycleConfigurationV2RuleFilterTag_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterAnd.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterAnd.ts index 26281200d..6fb9ae275 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterAnd.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterAnd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleFilterAnd { // Maximum object size to which the rule applies. Value must be at least `1` if specified. @@ -24,23 +24,23 @@ export function s3_BucketLifecycleConfigurationV2RuleFilterAnd_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "objectSizeLessThan", - "Maximum object size to which the rule applies. Value must be at least `1` if specified.", + 'objectSizeLessThan', + 'Maximum object size to which the rule applies. Value must be at least `1` if specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Prefix identifying one or more objects to which the rule applies.", + 'prefix', + 'Prefix identifying one or more objects to which the rule applies.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", + 'tags', "Key-value map of resource tags. All of these tags must exist in the object's tag set in order for the rule to apply.", () => InputType_Map_GetTypes(), false, @@ -48,8 +48,8 @@ export function s3_BucketLifecycleConfigurationV2RuleFilterAnd_GetTypes(): Dynam ), new DynamicUIProps( InputType.Number, - "objectSizeGreaterThan", - "Minimum object size to which the rule applies. Value must be at least `0` if specified.", + 'objectSizeGreaterThan', + 'Minimum object size to which the rule applies. Value must be at least `0` if specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterTag.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterTag.ts index 3e538f019..9aa858243 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterTag.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleFilterTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleFilterTag { // Name of the object key. @@ -18,16 +18,16 @@ export function s3_BucketLifecycleConfigurationV2RuleFilterTag_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "key", - "Name of the object key.", + 'key', + 'Name of the object key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the tag.", + 'value', + 'Value of the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration.ts index 14a4c5f7e..6282bf269 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration { // Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer. @@ -18,16 +18,16 @@ export function s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration return [ new DynamicUIProps( InputType.String, - "newerNoncurrentVersions", - "Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.", + 'newerNoncurrentVersions', + 'Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "noncurrentDays", - "Number of days an object is noncurrent before Amazon S3 can perform the associated action. Must be a positive integer.", + 'noncurrentDays', + 'Number of days an object is noncurrent before Amazon S3 can perform the associated action. Must be a positive integer.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition.ts index 7e559d680..21508a2f4 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition { // Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer. @@ -21,24 +21,24 @@ export function s3_BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition return [ new DynamicUIProps( InputType.String, - "newerNoncurrentVersions", - "Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.", + 'newerNoncurrentVersions', + 'Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "noncurrentDays", - "Number of days an object is noncurrent before Amazon S3 can perform the associated action.", + 'noncurrentDays', + 'Number of days an object is noncurrent before Amazon S3 can perform the associated action.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.", + 'storageClass', + 'Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleTransition.ts index 444c377d3..e994a35e1 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleConfigurationV2RuleTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleConfigurationV2RuleTransition { // Date objects are transitioned to the specified storage class. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`. @@ -21,24 +21,24 @@ export function s3_BucketLifecycleConfigurationV2RuleTransition_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "storageClass", - "Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.", + 'storageClass', + 'Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "date", - "Date objects are transitioned to the specified storage class. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.", + 'date', + 'Date objects are transitioned to the specified storage class. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer. If both `days` and `date` are not specified, defaults to `0`. Valid values depend on `storage_class`, see [Transition objects using Amazon S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html) for more details.", + 'days', + 'Number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer. If both `days` and `date` are not specified, defaults to `0`. Valid values depend on `storage_class`, see [Transition objects using Amazon S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html) for more details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRule.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRule.ts index d0af72342..dc5049746 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRule.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLifecycleRuleNoncurrentVersionExpiration, s3_BucketLifecycleRuleNoncurrentVersionExpiration_GetTypes, -} from "./s3_BucketLifecycleRuleNoncurrentVersionExpiration"; +} from './s3_BucketLifecycleRuleNoncurrentVersionExpiration'; import { s3_BucketLifecycleRuleNoncurrentVersionTransition, s3_BucketLifecycleRuleNoncurrentVersionTransition_GetTypes, -} from "./s3_BucketLifecycleRuleNoncurrentVersionTransition"; +} from './s3_BucketLifecycleRuleNoncurrentVersionTransition'; import { s3_BucketLifecycleRuleTransition, s3_BucketLifecycleRuleTransition_GetTypes, -} from "./s3_BucketLifecycleRuleTransition"; +} from './s3_BucketLifecycleRuleTransition'; import { s3_BucketLifecycleRuleExpiration, s3_BucketLifecycleRuleExpiration_GetTypes, -} from "./s3_BucketLifecycleRuleExpiration"; +} from './s3_BucketLifecycleRuleExpiration'; export interface s3_BucketLifecycleRule { // Specifies the number of days after initiating a multipart upload when the multipart upload must be completed. @@ -55,23 +55,23 @@ export function s3_BucketLifecycleRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. Must be less than or equal to 255 characters in length.", + 'id', + 'Unique identifier for the rule. Must be less than or equal to 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies lifecycle rule status.", + 'enabled', + 'Specifies lifecycle rule status.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "expiration", + 'expiration', "Specifies a period in the object's expire. See Expiration below for details.", () => s3_BucketLifecycleRuleExpiration_GetTypes(), false, @@ -79,39 +79,39 @@ export function s3_BucketLifecycleRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "prefix", - "Object key prefix identifying one or more objects to which the rule applies.", + 'prefix', + 'Object key prefix identifying one or more objects to which the rule applies.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "abortIncompleteMultipartUploadDays", - "Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.", + 'abortIncompleteMultipartUploadDays', + 'Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "noncurrentVersionExpiration", - "Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.", + 'noncurrentVersionExpiration', + 'Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.', () => s3_BucketLifecycleRuleNoncurrentVersionExpiration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noncurrentVersionTransitions", - "Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.", + 'noncurrentVersionTransitions', + 'Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.', () => s3_BucketLifecycleRuleNoncurrentVersionTransition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitions", + 'transitions', "Specifies a period in the object's transitions. See Transition below for details.", () => s3_BucketLifecycleRuleTransition_GetTypes(), false, @@ -119,8 +119,8 @@ export function s3_BucketLifecycleRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Map, - "tags", - "Specifies object tags key and value.", + 'tags', + 'Specifies object tags key and value.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleExpiration.ts index c78e96a4d..16784eae7 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleRuleExpiration { // On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy. @@ -21,24 +21,24 @@ export function s3_BucketLifecycleRuleExpiration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "expiredObjectDeleteMarker", - "On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.", + 'expiredObjectDeleteMarker', + 'On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "date", - "Specifies the date after which you want the corresponding action to take effect.", + 'date', + 'Specifies the date after which you want the corresponding action to take effect.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days after object creation when the specific rule action takes effect.", + 'days', + 'Specifies the number of days after object creation when the specific rule action takes effect.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionExpiration.ts index 9f4d909bc..c642c5e9e 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleRuleNoncurrentVersionExpiration { // Specifies the number of days noncurrent object versions expire. @@ -15,8 +15,8 @@ export function s3_BucketLifecycleRuleNoncurrentVersionExpiration_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days noncurrent object versions expire.", + 'days', + 'Specifies the number of days noncurrent object versions expire.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionTransition.ts index d51aadcde..5da1fee82 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleNoncurrentVersionTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleRuleNoncurrentVersionTransition { // Specifies the number of days noncurrent object versions transition. @@ -18,16 +18,16 @@ export function s3_BucketLifecycleRuleNoncurrentVersionTransition_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days noncurrent object versions transition.", + 'days', + 'Specifies the number of days noncurrent object versions transition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.", + 'storageClass', + 'Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleTransition.ts index c13cefa84..6b9c107ed 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLifecycleRuleTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLifecycleRuleTransition { // Specifies the date after which you want the corresponding action to take effect. @@ -21,24 +21,24 @@ export function s3_BucketLifecycleRuleTransition_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days after object creation when the specific rule action takes effect.", + 'days', + 'Specifies the number of days after object creation when the specific rule action takes effect.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.", + 'storageClass', + 'Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "date", - "Specifies the date after which you want the corresponding action to take effect.", + 'date', + 'Specifies the date after which you want the corresponding action to take effect.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLogging.ts b/src/app/Models/codegen/aws/types/s3_BucketLogging.ts index aa4549c0f..d90abdc67 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLogging.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLogging.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLogging { // Name of the bucket that will receive the log objects. @@ -18,16 +18,16 @@ export function s3_BucketLogging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetBucket", - "Name of the bucket that will receive the log objects.", + 'targetBucket', + 'Name of the bucket that will receive the log objects.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetPrefix", - "To specify a key prefix for log objects.", + 'targetPrefix', + 'To specify a key prefix for log objects.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrant.ts b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrant.ts index 0e6d7597b..c986099be 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrant.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrant.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLoggingV2TargetGrantGrantee, s3_BucketLoggingV2TargetGrantGrantee_GetTypes, -} from "./s3_BucketLoggingV2TargetGrantGrantee"; +} from './s3_BucketLoggingV2TargetGrantGrantee'; export interface s3_BucketLoggingV2TargetGrant { // Configuration block for the person being granted permissions. See below. @@ -22,16 +22,16 @@ export function s3_BucketLoggingV2TargetGrant_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "permission", - "Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `READ`, `WRITE`.", + 'permission', + 'Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `READ`, `WRITE`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "grantee", - "Configuration block for the person being granted permissions. See below.", + 'grantee', + 'Configuration block for the person being granted permissions. See below.', () => s3_BucketLoggingV2TargetGrantGrantee_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrantGrantee.ts b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrantGrantee.ts index 134ce3707..722b3dafc 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrantGrantee.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetGrantGrantee.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLoggingV2TargetGrantGrantee { // URI of the grantee group. @@ -27,40 +27,40 @@ export function s3_BucketLoggingV2TargetGrantGrantee_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "type", - "Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.", + 'type', + 'Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "uri", - "URI of the grantee group.", + 'uri', + 'URI of the grantee group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "", + 'displayName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "emailAddress", - "Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.", + 'emailAddress', + 'Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Canonical user ID of the grantee.", + 'id', + 'Canonical user ID of the grantee.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormat.ts b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormat.ts index eceba72e7..37884d6ed 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormat.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormat.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix, s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix_GetTypes, -} from "./s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix"; +} from './s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix'; import { s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix, s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix_GetTypes, -} from "./s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix"; +} from './s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix'; export interface s3_BucketLoggingV2TargetObjectKeyFormat { // Partitioned S3 key for log objects. See below. @@ -26,16 +26,16 @@ export function s3_BucketLoggingV2TargetObjectKeyFormat_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "partitionedPrefix", - "Partitioned S3 key for log objects. See below.", + 'partitionedPrefix', + 'Partitioned S3 key for log objects. See below.', () => s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "simplePrefix", - "Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`.", + 'simplePrefix', + 'Use the simple format for S3 keys for log objects. To use, set `simple_prefix {}`.', () => s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.ts b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.ts index a91aefda9..c90828918 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix { // Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`. @@ -15,8 +15,8 @@ export function s3_BucketLoggingV2TargetObjectKeyFormatPartitionedPrefix_GetType return [ new DynamicUIProps( InputType.String, - "partitionDateSource", - "Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.", + 'partitionDateSource', + 'Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix.ts b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix.ts index ea3e8c421..d7ac2a731 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketLoggingV2TargetObjectKeyFormatSimplePrefix {} diff --git a/src/app/Models/codegen/aws/types/s3_BucketMetricFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketMetricFilter.ts index 514eecd13..523e6c88c 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketMetricFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketMetricFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketMetricFilter { // Object prefix for filtering (singular). @@ -21,24 +21,24 @@ export function s3_BucketMetricFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "prefix", - "Object prefix for filtering (singular).", + 'prefix', + 'Object prefix for filtering (singular).', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Object tags for filtering (up to 10).", + 'tags', + 'Object tags for filtering (up to 10).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "accessPoint", - "S3 Access Point ARN for filtering (singular).", + 'accessPoint', + 'S3 Access Point ARN for filtering (singular).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketNotificationLambdaFunction.ts b/src/app/Models/codegen/aws/types/s3_BucketNotificationLambdaFunction.ts index 6dccb99db..c44bd54eb 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketNotificationLambdaFunction.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketNotificationLambdaFunction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketNotificationLambdaFunction { // [Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications. @@ -27,40 +27,40 @@ export function s3_BucketNotificationLambdaFunction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "events", - "[Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.", + 'events', + '[Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "filterPrefix", - "Object key name prefix.", + 'filterPrefix', + 'Object key name prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filterSuffix", - "Object key name suffix.", + 'filterSuffix', + 'Object key name suffix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for each of the notification configurations.", + 'id', + 'Unique identifier for each of the notification configurations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lambdaFunctionArn", - "Lambda function ARN.", + 'lambdaFunctionArn', + 'Lambda function ARN.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketNotificationQueue.ts b/src/app/Models/codegen/aws/types/s3_BucketNotificationQueue.ts index e2cdcf1ba..81fc8bd0d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketNotificationQueue.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketNotificationQueue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketNotificationQueue { // Specifies [event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications. @@ -27,40 +27,40 @@ export function s3_BucketNotificationQueue_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "events", - "Specifies [event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.", + 'events', + 'Specifies [event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "filterPrefix", - "Object key name prefix.", + 'filterPrefix', + 'Object key name prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filterSuffix", - "Object key name suffix.", + 'filterSuffix', + 'Object key name suffix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for each of the notification configurations.", + 'id', + 'Unique identifier for each of the notification configurations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "queueArn", - "SQS queue ARN.", + 'queueArn', + 'SQS queue ARN.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketNotificationTopic.ts b/src/app/Models/codegen/aws/types/s3_BucketNotificationTopic.ts index 506ab10c7..c8d9ba672 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketNotificationTopic.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketNotificationTopic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketNotificationTopic { // [Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications. @@ -27,40 +27,40 @@ export function s3_BucketNotificationTopic_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "filterPrefix", - "Object key name prefix.", + 'filterPrefix', + 'Object key name prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "filterSuffix", - "Object key name suffix.", + 'filterSuffix', + 'Object key name suffix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for each of the notification configurations.", + 'id', + 'Unique identifier for each of the notification configurations.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "SNS topic ARN.", + 'topicArn', + 'SNS topic ARN.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "events", - "[Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.", + 'events', + '[Event](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations) for which to send notifications.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfiguration.ts index f3a9d544f..9b89533c2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectLockConfigurationRule, s3_BucketObjectLockConfigurationRule_GetTypes, -} from "./s3_BucketObjectLockConfigurationRule"; +} from './s3_BucketObjectLockConfigurationRule'; export interface s3_BucketObjectLockConfiguration { // Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions. @@ -22,16 +22,16 @@ export function s3_BucketObjectLockConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "objectLockEnabled", - "Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.", + 'objectLockEnabled', + 'Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "rule", - "Object Lock rule in place for this bucket (documented below).", + 'rule', + 'Object Lock rule in place for this bucket (documented below).', () => s3_BucketObjectLockConfigurationRule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRule.ts index 4ee0eeab9..db661785f 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectLockConfigurationRuleDefaultRetention, s3_BucketObjectLockConfigurationRuleDefaultRetention_GetTypes, -} from "./s3_BucketObjectLockConfigurationRuleDefaultRetention"; +} from './s3_BucketObjectLockConfigurationRuleDefaultRetention'; export interface s3_BucketObjectLockConfigurationRule { // Default retention period that you want to apply to new objects placed in this bucket (documented below). @@ -19,8 +19,8 @@ export function s3_BucketObjectLockConfigurationRule_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "defaultRetention", - "Default retention period that you want to apply to new objects placed in this bucket (documented below).", + 'defaultRetention', + 'Default retention period that you want to apply to new objects placed in this bucket (documented below).', () => s3_BucketObjectLockConfigurationRuleDefaultRetention_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRuleDefaultRetention.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRuleDefaultRetention.ts index f2dbdef3c..76e85c47f 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRuleDefaultRetention.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationRuleDefaultRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketObjectLockConfigurationRuleDefaultRetention { // Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`. @@ -21,24 +21,24 @@ export function s3_BucketObjectLockConfigurationRuleDefaultRetention_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "years", - "Number of years that you want to specify for the default retention period.", + 'years', + 'Number of years that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of days that you want to specify for the default retention period.", + 'days', + 'Number of days that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.", + 'mode', + 'Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2Rule.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2Rule.ts index f585e9ff6..6fc769815 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2Rule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2Rule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectLockConfigurationV2RuleDefaultRetention, s3_BucketObjectLockConfigurationV2RuleDefaultRetention_GetTypes, -} from "./s3_BucketObjectLockConfigurationV2RuleDefaultRetention"; +} from './s3_BucketObjectLockConfigurationV2RuleDefaultRetention'; export interface s3_BucketObjectLockConfigurationV2Rule { // Configuration block for specifying the default Object Lock retention settings for new objects placed in the specified bucket. See below. @@ -19,8 +19,8 @@ export function s3_BucketObjectLockConfigurationV2Rule_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "defaultRetention", - "Configuration block for specifying the default Object Lock retention settings for new objects placed in the specified bucket. See below.", + 'defaultRetention', + 'Configuration block for specifying the default Object Lock retention settings for new objects placed in the specified bucket. See below.', () => s3_BucketObjectLockConfigurationV2RuleDefaultRetention_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2RuleDefaultRetention.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2RuleDefaultRetention.ts index f17150856..49b9f2fa3 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2RuleDefaultRetention.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectLockConfigurationV2RuleDefaultRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketObjectLockConfigurationV2RuleDefaultRetention { // Number of years that you want to specify for the default retention period. @@ -21,24 +21,24 @@ export function s3_BucketObjectLockConfigurationV2RuleDefaultRetention_GetTypes( return [ new DynamicUIProps( InputType.Number, - "years", - "Number of years that you want to specify for the default retention period.", + 'years', + 'Number of years that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of days that you want to specify for the default retention period.", + 'days', + 'Number of days that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values: `COMPLIANCE`, `GOVERNANCE`.", + 'mode', + 'Default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values: `COMPLIANCE`, `GOVERNANCE`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProvider.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProvider.ts index 13423fc85..202f7223f 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProvider.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProvider.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketObjectv2OverrideProviderDefaultTags, s3_BucketObjectv2OverrideProviderDefaultTags_GetTypes, -} from "./s3_BucketObjectv2OverrideProviderDefaultTags"; +} from './s3_BucketObjectv2OverrideProviderDefaultTags'; export interface s3_BucketObjectv2OverrideProvider { // Override the provider `default_tags` configuration block. @@ -19,8 +19,8 @@ export function s3_BucketObjectv2OverrideProvider_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "defaultTags", - "Override the provider `default_tags` configuration block.", + 'defaultTags', + 'Override the provider `default_tags` configuration block.', () => s3_BucketObjectv2OverrideProviderDefaultTags_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProviderDefaultTags.ts b/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProviderDefaultTags.ts index dab9753f1..56d6c58c2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProviderDefaultTags.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketObjectv2OverrideProviderDefaultTags.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketObjectv2OverrideProviderDefaultTags { // Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. @@ -15,8 +15,8 @@ export function s3_BucketObjectv2OverrideProviderDefaultTags_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Map, - "tags", - "Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of tags to assign to the object. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketOwnershipControlsRule.ts b/src/app/Models/codegen/aws/types/s3_BucketOwnershipControlsRule.ts index defad5ab6..30d9f34bd 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketOwnershipControlsRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketOwnershipControlsRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketOwnershipControlsRule { /* @@ -20,8 +20,8 @@ export function s3_BucketOwnershipControlsRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "objectOwnership", - "Object ownership. Valid values: `BucketOwnerPreferred`, `ObjectWriter` or `BucketOwnerEnforced`\n* `BucketOwnerPreferred` - Objects uploaded to the bucket change ownership to the bucket owner if the objects are uploaded with the `bucket-owner-full-control` canned ACL.\n* `ObjectWriter` - Uploading account will own the object if the object is uploaded with the `bucket-owner-full-control` canned ACL.\n* `BucketOwnerEnforced` - Bucket owner automatically owns and has full control over every object in the bucket. ACLs no longer affect permissions to data in the S3 bucket.", + 'objectOwnership', + 'Object ownership. Valid values: `BucketOwnerPreferred`, `ObjectWriter` or `BucketOwnerEnforced`\n* `BucketOwnerPreferred` - Objects uploaded to the bucket change ownership to the bucket owner if the objects are uploaded with the `bucket-owner-full-control` canned ACL.\n* `ObjectWriter` - Uploading account will own the object if the object is uploaded with the `bucket-owner-full-control` canned ACL.\n* `BucketOwnerEnforced` - Bucket owner automatically owns and has full control over every object in the bucket. ACLs no longer affect permissions to data in the S3 bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRule.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRule.ts index 3c0be766d..3e1feea32 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRule.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleDeleteMarkerReplication, s3_BucketReplicationConfigRuleDeleteMarkerReplication_GetTypes, -} from "./s3_BucketReplicationConfigRuleDeleteMarkerReplication"; +} from './s3_BucketReplicationConfigRuleDeleteMarkerReplication'; import { s3_BucketReplicationConfigRuleExistingObjectReplication, s3_BucketReplicationConfigRuleExistingObjectReplication_GetTypes, -} from "./s3_BucketReplicationConfigRuleExistingObjectReplication"; +} from './s3_BucketReplicationConfigRuleExistingObjectReplication'; import { s3_BucketReplicationConfigRuleSourceSelectionCriteria, s3_BucketReplicationConfigRuleSourceSelectionCriteria_GetTypes, -} from "./s3_BucketReplicationConfigRuleSourceSelectionCriteria"; +} from './s3_BucketReplicationConfigRuleSourceSelectionCriteria'; import { s3_BucketReplicationConfigRuleDestination, s3_BucketReplicationConfigRuleDestination_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestination"; +} from './s3_BucketReplicationConfigRuleDestination'; import { s3_BucketReplicationConfigRuleFilter, s3_BucketReplicationConfigRuleFilter_GetTypes, -} from "./s3_BucketReplicationConfigRuleFilter"; +} from './s3_BucketReplicationConfigRuleFilter'; export interface s3_BucketReplicationConfigRule { // Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules. @@ -59,15 +59,15 @@ export function s3_BucketReplicationConfigRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "sourceSelectionCriteria", - "Specifies special object selection criteria. See below.", + 'sourceSelectionCriteria', + 'Specifies special object selection criteria. See below.', () => s3_BucketReplicationConfigRuleSourceSelectionCriteria_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "status", + 'status', 'Status of the rule. Either `"Enabled"` or `"Disabled"`. The rule is ignored if status is not "Enabled".', () => [], true, @@ -75,47 +75,47 @@ export function s3_BucketReplicationConfigRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "destination", - "Specifies the destination for the rule. See below.", + 'destination', + 'Specifies the destination for the rule. See below.', () => s3_BucketReplicationConfigRuleDestination_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. Must be less than or equal to 255 characters in length.", + 'id', + 'Unique identifier for the rule. Must be less than or equal to 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deleteMarkerReplication", - "Whether delete markers are replicated. This argument is only valid with V2 replication configurations (i.e., when `filter` is used)documented below.", + 'deleteMarkerReplication', + 'Whether delete markers are replicated. This argument is only valid with V2 replication configurations (i.e., when `filter` is used)documented below.', () => s3_BucketReplicationConfigRuleDeleteMarkerReplication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "existingObjectReplication", - "Replicate existing objects in the source bucket according to the rule configurations. See below.", + 'existingObjectReplication', + 'Replicate existing objects in the source bucket according to the rule configurations. See below.', () => s3_BucketReplicationConfigRuleExistingObjectReplication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.", + 'priority', + 'Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", + 'prefix', 'Object key name prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length. Defaults to an empty string (`""`) if `filter` is not specified.', () => [], false, @@ -123,8 +123,8 @@ export function s3_BucketReplicationConfigRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "filter", - "Filter that identifies subset of objects to which the replication rule applies. See below. If not specified, the `rule` will default to using `prefix`.", + 'filter', + 'Filter that identifies subset of objects to which the replication rule applies. See below. If not specified, the `rule` will default to using `prefix`.', () => s3_BucketReplicationConfigRuleFilter_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDeleteMarkerReplication.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDeleteMarkerReplication.ts index 01550e892..67c73e905 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDeleteMarkerReplication.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDeleteMarkerReplication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleDeleteMarkerReplication { // Whether delete markers should be replicated. Either `"Enabled"` or `"Disabled"`. @@ -15,7 +15,7 @@ export function s3_BucketReplicationConfigRuleDeleteMarkerReplication_GetTypes() return [ new DynamicUIProps( InputType.String, - "status", + 'status', 'Whether delete markers should be replicated. Either `"Enabled"` or `"Disabled"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestination.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestination.ts index 9b2903566..4510a269d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestination.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration, s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration"; +} from './s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration'; import { s3_BucketReplicationConfigRuleDestinationMetrics, s3_BucketReplicationConfigRuleDestinationMetrics_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationMetrics"; +} from './s3_BucketReplicationConfigRuleDestinationMetrics'; import { s3_BucketReplicationConfigRuleDestinationReplicationTime, s3_BucketReplicationConfigRuleDestinationReplicationTime_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationReplicationTime"; +} from './s3_BucketReplicationConfigRuleDestinationReplicationTime'; import { s3_BucketReplicationConfigRuleDestinationAccessControlTranslation, s3_BucketReplicationConfigRuleDestinationAccessControlTranslation_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationAccessControlTranslation"; +} from './s3_BucketReplicationConfigRuleDestinationAccessControlTranslation'; export interface s3_BucketReplicationConfigRuleDestination { // Configuration block that specifies S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. See below. Replication Time Control must be used in conjunction with `metrics`. @@ -49,8 +49,8 @@ export function s3_BucketReplicationConfigRuleDestination_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "accessControlTranslation", - "Configuration block that specifies the overrides to use for object owners on replication. See below. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object. Must be used in conjunction with `account` owner override configuration.", + 'accessControlTranslation', + 'Configuration block that specifies the overrides to use for object owners on replication. See below. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object. Must be used in conjunction with `account` owner override configuration.', () => s3_BucketReplicationConfigRuleDestinationAccessControlTranslation_GetTypes(), false, @@ -58,24 +58,24 @@ export function s3_BucketReplicationConfigRuleDestination_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "account", - "Account ID to specify the replica ownership. Must be used in conjunction with `access_control_translation` override configuration.", + 'account', + 'Account ID to specify the replica ownership. Must be used in conjunction with `access_control_translation` override configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "ARN of the bucket where you want Amazon S3 to store the results.", + 'bucket', + 'ARN of the bucket where you want Amazon S3 to store the results.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Configuration block that provides information about encryption. See below. If `source_selection_criteria` is specified, you must specify this element.", + 'encryptionConfiguration', + 'Configuration block that provides information about encryption. See below. If `source_selection_criteria` is specified, you must specify this element.', () => s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration_GetTypes(), false, @@ -83,24 +83,24 @@ export function s3_BucketReplicationConfigRuleDestination_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Object, - "metrics", - "Configuration block that specifies replication metrics-related settings enabling replication metrics and events. See below.", + 'metrics', + 'Configuration block that specifies replication metrics-related settings enabling replication metrics and events. See below.', () => s3_BucketReplicationConfigRuleDestinationMetrics_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "replicationTime", - "Configuration block that specifies S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. See below. Replication Time Control must be used in conjunction with `metrics`.", + 'replicationTime', + 'Configuration block that specifies S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. See below. Replication Time Control must be used in conjunction with `metrics`.', () => s3_BucketReplicationConfigRuleDestinationReplicationTime_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.", + 'storageClass', + 'The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationAccessControlTranslation.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationAccessControlTranslation.ts index 645e4b647..3106e7962 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationAccessControlTranslation.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationAccessControlTranslation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleDestinationAccessControlTranslation { // Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) in the Amazon S3 API Reference. Valid values: `Destination`. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigRuleDestinationAccessControlTranslatio return [ new DynamicUIProps( InputType.String, - "owner", - "Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) in the Amazon S3 API Reference. Valid values: `Destination`.", + 'owner', + 'Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) in the Amazon S3 API Reference. Valid values: `Destination`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration.ts index c3a33e389..5d555cfff 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration { // ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigRuleDestinationEncryptionConfiguration return [ new DynamicUIProps( InputType.String, - "replicaKmsKeyId", - "ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket.", + 'replicaKmsKeyId', + 'ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetrics.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetrics.ts index af1e435d8..222e27a43 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetrics.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold, s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold"; +} from './s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold'; export interface s3_BucketReplicationConfigRuleDestinationMetrics { // Configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event. See below. @@ -22,8 +22,8 @@ export function s3_BucketReplicationConfigRuleDestinationMetrics_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "eventThreshold", - "Configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event. See below.", + 'eventThreshold', + 'Configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event. See below.', () => s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold_GetTypes(), false, @@ -31,7 +31,7 @@ export function s3_BucketReplicationConfigRuleDestinationMetrics_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "status", + 'status', 'Status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold.ts index 27e5a4474..a62500f6e 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold { // Time in minutes. Valid values: `15`. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigRuleDestinationMetricsEventThreshold_G return [ new DynamicUIProps( InputType.Number, - "minutes", - "Time in minutes. Valid values: `15`.", + 'minutes', + 'Time in minutes. Valid values: `15`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTime.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTime.ts index 557fd37dd..df80ef934 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTime.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTime.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleDestinationReplicationTimeTime, s3_BucketReplicationConfigRuleDestinationReplicationTimeTime_GetTypes, -} from "./s3_BucketReplicationConfigRuleDestinationReplicationTimeTime"; +} from './s3_BucketReplicationConfigRuleDestinationReplicationTimeTime'; export interface s3_BucketReplicationConfigRuleDestinationReplicationTime { // Status of the Replication Time Control. Either `"Enabled"` or `"Disabled"`. @@ -22,7 +22,7 @@ export function s3_BucketReplicationConfigRuleDestinationReplicationTime_GetType return [ new DynamicUIProps( InputType.String, - "status", + 'status', 'Status of the Replication Time Control. Either `"Enabled"` or `"Disabled"`.', () => [], true, @@ -30,8 +30,8 @@ export function s3_BucketReplicationConfigRuleDestinationReplicationTime_GetType ), new DynamicUIProps( InputType.Object, - "time", - "Configuration block specifying the time by which replication should be complete for all objects and operations on objects. See below.", + 'time', + 'Configuration block specifying the time by which replication should be complete for all objects and operations on objects. See below.', () => s3_BucketReplicationConfigRuleDestinationReplicationTimeTime_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTimeTime.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTimeTime.ts index 28d3ca6e1..7a4ccc33f 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTimeTime.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleDestinationReplicationTimeTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleDestinationReplicationTimeTime { // Time in minutes. Valid values: `15`. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigRuleDestinationReplicationTimeTime_Get return [ new DynamicUIProps( InputType.Number, - "minutes", - "Time in minutes. Valid values: `15`.", + 'minutes', + 'Time in minutes. Valid values: `15`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleExistingObjectReplication.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleExistingObjectReplication.ts index a3fbd2e5f..39df696ee 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleExistingObjectReplication.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleExistingObjectReplication.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleExistingObjectReplication { // Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`. @@ -15,7 +15,7 @@ export function s3_BucketReplicationConfigRuleExistingObjectReplication_GetTypes return [ new DynamicUIProps( InputType.String, - "status", + 'status', 'Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilter.ts index 6281ad381..5c32e2979 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilter.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleFilterAnd, s3_BucketReplicationConfigRuleFilterAnd_GetTypes, -} from "./s3_BucketReplicationConfigRuleFilterAnd"; +} from './s3_BucketReplicationConfigRuleFilterAnd'; import { s3_BucketReplicationConfigRuleFilterTag, s3_BucketReplicationConfigRuleFilterTag_GetTypes, -} from "./s3_BucketReplicationConfigRuleFilterTag"; +} from './s3_BucketReplicationConfigRuleFilterTag'; export interface s3_BucketReplicationConfigRuleFilter { // Configuration block for specifying rule filters. This element is required only if you specify more than one filter. See and below for more details. @@ -29,24 +29,24 @@ export function s3_BucketReplicationConfigRuleFilter_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "and", - "Configuration block for specifying rule filters. This element is required only if you specify more than one filter. See and below for more details.", + 'and', + 'Configuration block for specifying rule filters. This element is required only if you specify more than one filter. See and below for more details.', () => s3_BucketReplicationConfigRuleFilterAnd_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "tag", - "Configuration block for specifying a tag key and value. See below.", + 'tag', + 'Configuration block for specifying a tag key and value. See below.', () => s3_BucketReplicationConfigRuleFilterTag_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterAnd.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterAnd.ts index fd3444086..9db03d679 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterAnd.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterAnd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleFilterAnd { // Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length. @@ -18,16 +18,16 @@ export function s3_BucketReplicationConfigRuleFilterAnd_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "prefix", - "Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of tags (key and value pairs) that identifies a subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.", + 'tags', + 'Map of tags (key and value pairs) that identifies a subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterTag.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterTag.ts index b2d190277..6e31b4fba 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterTag.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleFilterTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleFilterTag { // Name of the object key. @@ -18,16 +18,16 @@ export function s3_BucketReplicationConfigRuleFilterTag_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "key", - "Name of the object key.", + 'key', + 'Name of the object key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the tag.", + 'value', + 'Value of the tag.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteria.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteria.ts index 1671174e0..f7bf7c989 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteria.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteria.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications, s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications_GetTypes, -} from "./s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications"; +} from './s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications'; import { s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects, s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects_GetTypes, -} from "./s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects"; +} from './s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects'; export interface s3_BucketReplicationConfigRuleSourceSelectionCriteria { // Configuration block that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when `filter` is specified), you can specify this element and set the status to `Enabled` to replicate modifications on replicas. @@ -26,7 +26,7 @@ export function s3_BucketReplicationConfigRuleSourceSelectionCriteria_GetTypes() return [ new DynamicUIProps( InputType.Object, - "replicaModifications", + 'replicaModifications', "Configuration block that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when `filter` is specified), you can specify this element and set the status to `Enabled` to replicate modifications on replicas.", () => s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications_GetTypes(), @@ -35,8 +35,8 @@ export function s3_BucketReplicationConfigRuleSourceSelectionCriteria_GetTypes() ), new DynamicUIProps( InputType.Object, - "sseKmsEncryptedObjects", - "Configuration block for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If specified, `replica_kms_key_id` in `destination` `encryption_configuration` must be specified as well.", + 'sseKmsEncryptedObjects', + 'Configuration block for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If specified, `replica_kms_key_id` in `destination` `encryption_configuration` must be specified as well.', () => s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications.ts index 9967f828c..fc0fc9645 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications { // Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`. @@ -15,7 +15,7 @@ export function s3_BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModi return [ new DynamicUIProps( InputType.String, - "status", + 'status', 'Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts index 6c599fd47..77ca911d8 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects { // Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`. @@ -15,7 +15,7 @@ export function s3_BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncry return [ new DynamicUIProps( InputType.String, - "status", + 'status', 'Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfiguration.ts index ca68f0972..92680e4c2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigurationRule, s3_BucketReplicationConfigurationRule_GetTypes, -} from "./s3_BucketReplicationConfigurationRule"; +} from './s3_BucketReplicationConfigurationRule'; export interface s3_BucketReplicationConfiguration { // ARN of the IAM role for Amazon S3 to assume when replicating the objects. @@ -22,16 +22,16 @@ export function s3_BucketReplicationConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "rules", - "Specifies the rules managing the replication (documented below).", + 'rules', + 'Specifies the rules managing the replication (documented below).', () => s3_BucketReplicationConfigurationRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "role", - "ARN of the IAM role for Amazon S3 to assume when replicating the objects.", + 'role', + 'ARN of the IAM role for Amazon S3 to assume when replicating the objects.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRule.ts index 7d02935d6..891e12d30 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRule.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigurationRuleSourceSelectionCriteria, s3_BucketReplicationConfigurationRuleSourceSelectionCriteria_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleSourceSelectionCriteria"; +} from './s3_BucketReplicationConfigurationRuleSourceSelectionCriteria'; import { s3_BucketReplicationConfigurationRuleDestination, s3_BucketReplicationConfigurationRuleDestination_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleDestination"; +} from './s3_BucketReplicationConfigurationRuleDestination'; import { s3_BucketReplicationConfigurationRuleFilter, s3_BucketReplicationConfigurationRuleFilter_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleFilter"; +} from './s3_BucketReplicationConfigurationRuleFilter'; export interface s3_BucketReplicationConfigurationRule { // Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules. @@ -48,64 +48,64 @@ export function s3_BucketReplicationConfigurationRule_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "status", - "Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.", + 'status', + 'Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deleteMarkerReplicationStatus", - "Whether delete markers are replicated. The only valid value is `Enabled`. To disable, omit this argument. This argument is only valid with V2 replication configurations (i.e., when `filter` is used).", + 'deleteMarkerReplicationStatus', + 'Whether delete markers are replicated. The only valid value is `Enabled`. To disable, omit this argument. This argument is only valid with V2 replication configurations (i.e., when `filter` is used).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "destination", - "Specifies the destination for the rule (documented below).", + 'destination', + 'Specifies the destination for the rule (documented below).', () => s3_BucketReplicationConfigurationRuleDestination_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "filter", - "Filter that identifies subset of objects to which the replication rule applies (documented below).", + 'filter', + 'Filter that identifies subset of objects to which the replication rule applies (documented below).', () => s3_BucketReplicationConfigurationRuleFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. Must be less than or equal to 255 characters in length.", + 'id', + 'Unique identifier for the rule. Must be less than or equal to 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.", + 'priority', + 'Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sourceSelectionCriteria", - "Specifies special object selection criteria (documented below).", + 'sourceSelectionCriteria', + 'Specifies special object selection criteria (documented below).', () => s3_BucketReplicationConfigurationRuleSourceSelectionCriteria_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestination.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestination.ts index c518a4ff9..8c5a63662 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestination.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigurationRuleDestinationMetrics, s3_BucketReplicationConfigurationRuleDestinationMetrics_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleDestinationMetrics"; +} from './s3_BucketReplicationConfigurationRuleDestinationMetrics'; import { s3_BucketReplicationConfigurationRuleDestinationReplicationTime, s3_BucketReplicationConfigurationRuleDestinationReplicationTime_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleDestinationReplicationTime"; +} from './s3_BucketReplicationConfigurationRuleDestinationReplicationTime'; import { s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation, s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation"; +} from './s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation'; export interface s3_BucketReplicationConfigurationRuleDestination { // Enables S3 Replication Time Control (S3 RTC) (documented below). @@ -48,40 +48,40 @@ export function s3_BucketReplicationConfigurationRuleDestination_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "accountId", - "Account ID to use for overriding the object owner on replication. Must be used in conjunction with `access_control_translation` override configuration.", + 'accountId', + 'Account ID to use for overriding the object owner on replication. Must be used in conjunction with `access_control_translation` override configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.", + 'bucket', + 'ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "metrics", - "Enables replication metrics (required for S3 RTC) (documented below).", + 'metrics', + 'Enables replication metrics (required for S3 RTC) (documented below).', () => s3_BucketReplicationConfigurationRuleDestinationMetrics_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "replicaKmsKeyId", - "Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with\n`sse_kms_encrypted_objects` source selection criteria.", + 'replicaKmsKeyId', + 'Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with\n`sse_kms_encrypted_objects` source selection criteria.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "replicationTime", - "Enables S3 Replication Time Control (S3 RTC) (documented below).", + 'replicationTime', + 'Enables S3 Replication Time Control (S3 RTC) (documented below).', () => s3_BucketReplicationConfigurationRuleDestinationReplicationTime_GetTypes(), false, @@ -89,16 +89,16 @@ export function s3_BucketReplicationConfigurationRuleDestination_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "storageClass", - "The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.", + 'storageClass', + 'The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "accessControlTranslation", - "Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `account_id` owner override configuration.", + 'accessControlTranslation', + 'Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `account_id` owner override configuration.', () => s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation.ts index 1c9d2ebda..42807156a 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigurationRuleDestinationAccessControlTranslation { // Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigurationRuleDestinationAccessControlTra return [ new DynamicUIProps( InputType.String, - "owner", - "Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.", + 'owner', + 'Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationMetrics.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationMetrics.ts index fbfcf4679..10191a4eb 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigurationRuleDestinationMetrics { // Threshold within which objects are to be replicated. The only valid value is `15`. @@ -18,16 +18,16 @@ export function s3_BucketReplicationConfigurationRuleDestinationMetrics_GetTypes return [ new DynamicUIProps( InputType.Number, - "minutes", - "Threshold within which objects are to be replicated. The only valid value is `15`.", + 'minutes', + 'Threshold within which objects are to be replicated. The only valid value is `15`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of replication metrics. Either `Enabled` or `Disabled`.", + 'status', + 'Status of replication metrics. Either `Enabled` or `Disabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationReplicationTime.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationReplicationTime.ts index f0da343d4..5af7f133b 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationReplicationTime.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleDestinationReplicationTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigurationRuleDestinationReplicationTime { // Threshold within which objects are to be replicated. The only valid value is `15`. @@ -18,16 +18,16 @@ export function s3_BucketReplicationConfigurationRuleDestinationReplicationTime_ return [ new DynamicUIProps( InputType.Number, - "minutes", - "Threshold within which objects are to be replicated. The only valid value is `15`.", + 'minutes', + 'Threshold within which objects are to be replicated. The only valid value is `15`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of RTC. Either `Enabled` or `Disabled`.", + 'status', + 'Status of RTC. Either `Enabled` or `Disabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleFilter.ts index 94a869d29..0f053177e 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigurationRuleFilter { // Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length. @@ -21,16 +21,16 @@ export function s3_BucketReplicationConfigurationRuleFilter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "prefix", - "Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags that identifies subset of objects to which the rule applies.\nThe rule applies only to objects having all the tags in its tagset.", + 'tags', + 'A map of tags that identifies subset of objects to which the rule applies.\nThe rule applies only to objects having all the tags in its tagset.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteria.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteria.ts index f99a3be4e..7e8ff48e2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteria.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects, s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects_GetTypes, -} from "./s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects"; +} from './s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects'; export interface s3_BucketReplicationConfigurationRuleSourceSelectionCriteria { /* @@ -22,8 +22,8 @@ export function s3_BucketReplicationConfigurationRuleSourceSelectionCriteria_Get return [ new DynamicUIProps( InputType.Object, - "sseKmsEncryptedObjects", - "Match SSE-KMS encrypted objects (documented below). If specified, `replica_kms_key_id`\nin `destination` must be specified as well.", + 'sseKmsEncryptedObjects', + 'Match SSE-KMS encrypted objects (documented below). If specified, `replica_kms_key_id`\nin `destination` must be specified as well.', () => s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts index fd0be49f3..3fd179636 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObjects { // Boolean which indicates if this criteria is enabled. @@ -15,8 +15,8 @@ export function s3_BucketReplicationConfigurationRuleSourceSelectionCriteriaSseK return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean which indicates if this criteria is enabled.", + 'enabled', + 'Boolean which indicates if this criteria is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfiguration.ts index c8948ea06..368ce3027 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketServerSideEncryptionConfigurationRule, s3_BucketServerSideEncryptionConfigurationRule_GetTypes, -} from "./s3_BucketServerSideEncryptionConfigurationRule"; +} from './s3_BucketServerSideEncryptionConfigurationRule'; export interface s3_BucketServerSideEncryptionConfiguration { // Single object for server-side encryption by default configuration. (documented below) @@ -19,8 +19,8 @@ export function s3_BucketServerSideEncryptionConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "rule", - "Single object for server-side encryption by default configuration. (documented below)", + 'rule', + 'Single object for server-side encryption by default configuration. (documented below)', () => s3_BucketServerSideEncryptionConfigurationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRule.ts index c95b6fbcb..a88ed0891 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault, s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault_GetTypes, -} from "./s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault"; +} from './s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault'; export interface s3_BucketServerSideEncryptionConfigurationRule { // Single object for setting server-side encryption by default. (documented below) @@ -22,8 +22,8 @@ export function s3_BucketServerSideEncryptionConfigurationRule_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "applyServerSideEncryptionByDefault", - "Single object for setting server-side encryption by default. (documented below)", + 'applyServerSideEncryptionByDefault', + 'Single object for setting server-side encryption by default. (documented below)', () => s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault_GetTypes(), true, @@ -31,8 +31,8 @@ export function s3_BucketServerSideEncryptionConfigurationRule_GetTypes(): Dynam ), new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.", + 'bucketKeyEnabled', + 'Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts index c9703020a..d53505860 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault { // AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`. @@ -18,16 +18,16 @@ export function s3_BucketServerSideEncryptionConfigurationRuleApplyServerSideEnc return [ new DynamicUIProps( InputType.String, - "kmsMasterKeyId", - "AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.", + 'kmsMasterKeyId', + 'AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sseAlgorithm", - "Server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`", + 'sseAlgorithm', + 'Server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2Rule.ts b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2Rule.ts index 96744ebc9..ec3a072c5 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2Rule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2Rule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault, s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault_GetTypes, -} from "./s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault"; +} from './s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault'; export interface s3_BucketServerSideEncryptionConfigurationV2Rule { // Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS. @@ -22,8 +22,8 @@ export function s3_BucketServerSideEncryptionConfigurationV2Rule_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "applyServerSideEncryptionByDefault", - "Single object for setting server-side encryption by default. See below.", + 'applyServerSideEncryptionByDefault', + 'Single object for setting server-side encryption by default. See below.', () => s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault_GetTypes(), false, @@ -31,8 +31,8 @@ export function s3_BucketServerSideEncryptionConfigurationV2Rule_GetTypes(): Dyn ), new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.", + 'bucketKeyEnabled', + 'Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault.ts b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault.ts index 86aa54238..58ae5e379 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault { // AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`. @@ -18,16 +18,16 @@ export function s3_BucketServerSideEncryptionConfigurationV2RuleApplyServerSideE return [ new DynamicUIProps( InputType.String, - "kmsMasterKeyId", - "AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.", + 'kmsMasterKeyId', + 'AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sseAlgorithm", - "Server-side encryption algorithm to use. Valid values are `AES256`, `aws:kms`, and `aws:kms:dsse`", + 'sseAlgorithm', + 'Server-side encryption algorithm to use. Valid values are `AES256`, `aws:kms`, and `aws:kms:dsse`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2CorsRule.ts b/src/app/Models/codegen/aws/types/s3_BucketV2CorsRule.ts index 84f4272d3..8b693c873 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2CorsRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2CorsRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2CorsRule { // List of headers allowed. @@ -27,40 +27,40 @@ export function s3_BucketV2CorsRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "allowedHeaders", - "List of headers allowed.", + 'allowedHeaders', + 'List of headers allowed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "allowedMethods", - "One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.", + 'allowedMethods', + 'One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "allowedOrigins", - "One or more origins you want customers to be able to access the bucket from.", + 'allowedOrigins', + 'One or more origins you want customers to be able to access the bucket from.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "exposeHeaders", - "One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).", + 'exposeHeaders', + 'One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxAgeSeconds", - "Specifies time in seconds that browser can cache the response for a preflight request.", + 'maxAgeSeconds', + 'Specifies time in seconds that browser can cache the response for a preflight request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2Grant.ts b/src/app/Models/codegen/aws/types/s3_BucketV2Grant.ts index c64041064..51c5ea8e3 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2Grant.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2Grant.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2Grant { // Canonical user id to grant for. Used only when `type` is `CanonicalUser`. @@ -24,32 +24,32 @@ export function s3_BucketV2Grant_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "uri", - "Uri address to grant for. Used only when `type` is `Group`.", + 'uri', + 'Uri address to grant for. Used only when `type` is `Group`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Canonical user id to grant for. Used only when `type` is `CanonicalUser`.", + 'id', + 'Canonical user id to grant for. Used only when `type` is `CanonicalUser`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions to apply for grantee. Valid values are `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.", + 'permissions', + 'List of permissions to apply for grantee. Valid values are `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of grantee to apply for. Valid values are `CanonicalUser` and `Group`. `AmazonCustomerByEmail` is not supported.", + 'type', + 'Type of grantee to apply for. Valid values are `CanonicalUser` and `Group`. `AmazonCustomerByEmail` is not supported.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRule.ts b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRule.ts index 838748a50..9c1f8e78a 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRule.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2LifecycleRuleExpiration, s3_BucketV2LifecycleRuleExpiration_GetTypes, -} from "./s3_BucketV2LifecycleRuleExpiration"; +} from './s3_BucketV2LifecycleRuleExpiration'; import { s3_BucketV2LifecycleRuleNoncurrentVersionTransition, s3_BucketV2LifecycleRuleNoncurrentVersionTransition_GetTypes, -} from "./s3_BucketV2LifecycleRuleNoncurrentVersionTransition"; +} from './s3_BucketV2LifecycleRuleNoncurrentVersionTransition'; import { s3_BucketV2LifecycleRuleTransition, s3_BucketV2LifecycleRuleTransition_GetTypes, -} from "./s3_BucketV2LifecycleRuleTransition"; +} from './s3_BucketV2LifecycleRuleTransition'; import { s3_BucketV2LifecycleRuleNoncurrentVersionExpiration, s3_BucketV2LifecycleRuleNoncurrentVersionExpiration_GetTypes, -} from "./s3_BucketV2LifecycleRuleNoncurrentVersionExpiration"; +} from './s3_BucketV2LifecycleRuleNoncurrentVersionExpiration'; export interface s3_BucketV2LifecycleRule { // Specifies lifecycle rule status. @@ -55,15 +55,15 @@ export function s3_BucketV2LifecycleRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Specifies lifecycle rule status.", + 'enabled', + 'Specifies lifecycle rule status.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "expirations", + 'expirations', "Specifies a period in the object's expire. See Expiration below for details.", () => s3_BucketV2LifecycleRuleExpiration_GetTypes(), false, @@ -71,47 +71,47 @@ export function s3_BucketV2LifecycleRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "noncurrentVersionTransitions", - "Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.", + 'noncurrentVersionTransitions', + 'Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.', () => s3_BucketV2LifecycleRuleNoncurrentVersionTransition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "abortIncompleteMultipartUploadDays", - "Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.", + 'abortIncompleteMultipartUploadDays', + 'Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "noncurrentVersionExpirations", - "Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.", + 'noncurrentVersionExpirations', + 'Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.', () => s3_BucketV2LifecycleRuleNoncurrentVersionExpiration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Object key prefix identifying one or more objects to which the rule applies.", + 'prefix', + 'Object key prefix identifying one or more objects to which the rule applies.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. Must be less than or equal to 255 characters in length.", + 'id', + 'Unique identifier for the rule. Must be less than or equal to 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "transitions", + 'transitions', "Specifies a period in the object's transitions. See Transition below for details.", () => s3_BucketV2LifecycleRuleTransition_GetTypes(), false, @@ -119,8 +119,8 @@ export function s3_BucketV2LifecycleRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Map, - "tags", - "Specifies object tags key and value.", + 'tags', + 'Specifies object tags key and value.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleExpiration.ts index 5cccbfd32..c280c7e02 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2LifecycleRuleExpiration { // Specifies the date after which you want the corresponding action to take effect. @@ -21,24 +21,24 @@ export function s3_BucketV2LifecycleRuleExpiration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "date", - "Specifies the date after which you want the corresponding action to take effect.", + 'date', + 'Specifies the date after which you want the corresponding action to take effect.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days after object creation when the specific rule action takes effect.", + 'days', + 'Specifies the number of days after object creation when the specific rule action takes effect.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "expiredObjectDeleteMarker", - "On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.", + 'expiredObjectDeleteMarker', + 'On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionExpiration.ts b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionExpiration.ts index 280dcb354..15abcf5f5 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2LifecycleRuleNoncurrentVersionExpiration { // Specifies the number of days noncurrent object versions expire. @@ -15,8 +15,8 @@ export function s3_BucketV2LifecycleRuleNoncurrentVersionExpiration_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days noncurrent object versions expire.", + 'days', + 'Specifies the number of days noncurrent object versions expire.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionTransition.ts index 919e18cdc..09643063d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleNoncurrentVersionTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2LifecycleRuleNoncurrentVersionTransition { // Specifies the number of days noncurrent object versions transition. @@ -18,16 +18,16 @@ export function s3_BucketV2LifecycleRuleNoncurrentVersionTransition_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days noncurrent object versions transition.", + 'days', + 'Specifies the number of days noncurrent object versions transition.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.", + 'storageClass', + 'Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleTransition.ts b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleTransition.ts index 05280264a..dd67c5cfe 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleTransition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2LifecycleRuleTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2LifecycleRuleTransition { // Specifies the date after which you want the corresponding action to take effect. @@ -21,24 +21,24 @@ export function s3_BucketV2LifecycleRuleTransition_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "date", - "Specifies the date after which you want the corresponding action to take effect.", + 'date', + 'Specifies the date after which you want the corresponding action to take effect.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Specifies the number of days after object creation when the specific rule action takes effect.", + 'days', + 'Specifies the number of days after object creation when the specific rule action takes effect.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.", + 'storageClass', + 'Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2Logging.ts b/src/app/Models/codegen/aws/types/s3_BucketV2Logging.ts index 5dbb0df2b..564fc0812 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2Logging.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2Logging.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2Logging { // Name of the bucket that will receive the log objects. @@ -18,16 +18,16 @@ export function s3_BucketV2Logging_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "targetBucket", - "Name of the bucket that will receive the log objects.", + 'targetBucket', + 'Name of the bucket that will receive the log objects.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetPrefix", - "To specify a key prefix for log objects.", + 'targetPrefix', + 'To specify a key prefix for log objects.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfiguration.ts index 1667ec418..f0370e3df 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ObjectLockConfigurationRule, s3_BucketV2ObjectLockConfigurationRule_GetTypes, -} from "./s3_BucketV2ObjectLockConfigurationRule"; +} from './s3_BucketV2ObjectLockConfigurationRule'; export interface s3_BucketV2ObjectLockConfiguration { // Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions. @@ -22,16 +22,16 @@ export function s3_BucketV2ObjectLockConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "objectLockEnabled", - "Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.", + 'objectLockEnabled', + 'Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Object Lock rule in place for this bucket (documented below).", + 'rules', + 'Object Lock rule in place for this bucket (documented below).', () => s3_BucketV2ObjectLockConfigurationRule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRule.ts index 368ea364e..69616dc97 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ObjectLockConfigurationRuleDefaultRetention, s3_BucketV2ObjectLockConfigurationRuleDefaultRetention_GetTypes, -} from "./s3_BucketV2ObjectLockConfigurationRuleDefaultRetention"; +} from './s3_BucketV2ObjectLockConfigurationRuleDefaultRetention'; export interface s3_BucketV2ObjectLockConfigurationRule { // Default retention period that you want to apply to new objects placed in this bucket (documented below). @@ -19,8 +19,8 @@ export function s3_BucketV2ObjectLockConfigurationRule_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Array, - "defaultRetentions", - "Default retention period that you want to apply to new objects placed in this bucket (documented below).", + 'defaultRetentions', + 'Default retention period that you want to apply to new objects placed in this bucket (documented below).', () => s3_BucketV2ObjectLockConfigurationRuleDefaultRetention_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRuleDefaultRetention.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRuleDefaultRetention.ts index f4175f933..ded82e2e8 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRuleDefaultRetention.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ObjectLockConfigurationRuleDefaultRetention.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ObjectLockConfigurationRuleDefaultRetention { // Number of days that you want to specify for the default retention period. @@ -21,24 +21,24 @@ export function s3_BucketV2ObjectLockConfigurationRuleDefaultRetention_GetTypes( return [ new DynamicUIProps( InputType.Number, - "years", - "Number of years that you want to specify for the default retention period.", + 'years', + 'Number of years that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of days that you want to specify for the default retention period.", + 'days', + 'Number of days that you want to specify for the default retention period.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.", + 'mode', + 'Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfiguration.ts index 627aeb41d..7c183db62 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ReplicationConfigurationRule, s3_BucketV2ReplicationConfigurationRule_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRule"; +} from './s3_BucketV2ReplicationConfigurationRule'; export interface s3_BucketV2ReplicationConfiguration { // ARN of the IAM role for Amazon S3 to assume when replicating the objects. @@ -22,16 +22,16 @@ export function s3_BucketV2ReplicationConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "role", - "ARN of the IAM role for Amazon S3 to assume when replicating the objects.", + 'role', + 'ARN of the IAM role for Amazon S3 to assume when replicating the objects.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "rules", - "Specifies the rules managing the replication (documented below).", + 'rules', + 'Specifies the rules managing the replication (documented below).', () => s3_BucketV2ReplicationConfigurationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRule.ts index e489a1aec..b925366f5 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRule.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria, s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria"; +} from './s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria'; import { s3_BucketV2ReplicationConfigurationRuleDestination, s3_BucketV2ReplicationConfigurationRuleDestination_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleDestination"; +} from './s3_BucketV2ReplicationConfigurationRuleDestination'; import { s3_BucketV2ReplicationConfigurationRuleFilter, s3_BucketV2ReplicationConfigurationRuleFilter_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleFilter"; +} from './s3_BucketV2ReplicationConfigurationRuleFilter'; export interface s3_BucketV2ReplicationConfigurationRule { // Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length. @@ -48,40 +48,40 @@ export function s3_BucketV2ReplicationConfigurationRule_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "filters", - "Filter that identifies subset of objects to which the replication rule applies (documented below).", + 'filters', + 'Filter that identifies subset of objects to which the replication rule applies (documented below).', () => s3_BucketV2ReplicationConfigurationRuleFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule. Must be less than or equal to 255 characters in length.", + 'id', + 'Unique identifier for the rule. Must be less than or equal to 255 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.", + 'priority', + 'Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceSelectionCriterias", - "Specifies special object selection criteria (documented below).", + 'sourceSelectionCriterias', + 'Specifies special object selection criteria (documented below).', () => s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria_GetTypes(), false, @@ -89,24 +89,24 @@ export function s3_BucketV2ReplicationConfigurationRule_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "status", - "Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.", + 'status', + 'Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deleteMarkerReplicationStatus", - "Whether delete markers are replicated. The only valid value is `Enabled`. To disable, omit this argument. This argument is only valid with V2 replication configurations (i.e., when `filter` is used).", + 'deleteMarkerReplicationStatus', + 'Whether delete markers are replicated. The only valid value is `Enabled`. To disable, omit this argument. This argument is only valid with V2 replication configurations (i.e., when `filter` is used).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "destinations", - "Specifies the destination for the rule (documented below).", + 'destinations', + 'Specifies the destination for the rule (documented below).', () => s3_BucketV2ReplicationConfigurationRuleDestination_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestination.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestination.ts index 4771b80b7..18b5537fd 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestination.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation, s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation"; +} from './s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation'; import { s3_BucketV2ReplicationConfigurationRuleDestinationMetric, s3_BucketV2ReplicationConfigurationRuleDestinationMetric_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleDestinationMetric"; +} from './s3_BucketV2ReplicationConfigurationRuleDestinationMetric'; import { s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime, s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime"; +} from './s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime'; export interface s3_BucketV2ReplicationConfigurationRuleDestination { // Enables replication metrics (required for S3 RTC) (documented below). @@ -48,16 +48,16 @@ export function s3_BucketV2ReplicationConfigurationRuleDestination_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "storageClass", - "The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.", + 'storageClass', + 'The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "accessControlTranslations", - "Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `account_id` owner override configuration.", + 'accessControlTranslations', + 'Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `account_id` owner override configuration.', () => s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation_GetTypes(), false, @@ -65,40 +65,40 @@ export function s3_BucketV2ReplicationConfigurationRuleDestination_GetTypes(): D ), new DynamicUIProps( InputType.String, - "accountId", - "Account ID to use for overriding the object owner on replication. Must be used in conjunction with `access_control_translation` override configuration.", + 'accountId', + 'Account ID to use for overriding the object owner on replication. Must be used in conjunction with `access_control_translation` override configuration.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucket", - "ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.", + 'bucket', + 'ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "metrics", - "Enables replication metrics (required for S3 RTC) (documented below).", + 'metrics', + 'Enables replication metrics (required for S3 RTC) (documented below).', () => s3_BucketV2ReplicationConfigurationRuleDestinationMetric_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "replicaKmsKeyId", - "Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with\n`sse_kms_encrypted_objects` source selection criteria.", + 'replicaKmsKeyId', + 'Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with\n`sse_kms_encrypted_objects` source selection criteria.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "replicationTimes", - "Enables S3 Replication Time Control (S3 RTC) (documented below).", + 'replicationTimes', + 'Enables S3 Replication Time Control (S3 RTC) (documented below).', () => s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation.ts index a86827332..b340f18da 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation { // Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`. @@ -15,8 +15,8 @@ export function s3_BucketV2ReplicationConfigurationRuleDestinationAccessControlT return [ new DynamicUIProps( InputType.String, - "owner", - "Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.", + 'owner', + 'Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationMetric.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationMetric.ts index 0388cfaaf..9be789797 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationMetric.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationMetric.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ReplicationConfigurationRuleDestinationMetric { // Threshold within which objects are to be replicated. The only valid value is `15`. @@ -18,16 +18,16 @@ export function s3_BucketV2ReplicationConfigurationRuleDestinationMetric_GetType return [ new DynamicUIProps( InputType.Number, - "minutes", - "Threshold within which objects are to be replicated. The only valid value is `15`.", + 'minutes', + 'Threshold within which objects are to be replicated. The only valid value is `15`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of replication metrics. Either `Enabled` or `Disabled`.", + 'status', + 'Status of replication metrics. Either `Enabled` or `Disabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime.ts index c6233f2ef..ae94fa609 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTime { // Threshold within which objects are to be replicated. The only valid value is `15`. @@ -18,16 +18,16 @@ export function s3_BucketV2ReplicationConfigurationRuleDestinationReplicationTim return [ new DynamicUIProps( InputType.Number, - "minutes", - "Threshold within which objects are to be replicated. The only valid value is `15`.", + 'minutes', + 'Threshold within which objects are to be replicated. The only valid value is `15`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of RTC. Either `Enabled` or `Disabled`.", + 'status', + 'Status of RTC. Either `Enabled` or `Disabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleFilter.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleFilter.ts index 49b2c97a7..67f9f795d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ReplicationConfigurationRuleFilter { // Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length. @@ -21,16 +21,16 @@ export function s3_BucketV2ReplicationConfigurationRuleFilter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "prefix", - "Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.", + 'prefix', + 'Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags that identifies subset of objects to which the rule applies.\nThe rule applies only to objects having all the tags in its tagset.", + 'tags', + 'A map of tags that identifies subset of objects to which the rule applies.\nThe rule applies only to objects having all the tags in its tagset.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria.ts index 05dee955a..28f0a71e7 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject, s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject_GetTypes, -} from "./s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject"; +} from './s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject'; export interface s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria { /* @@ -22,8 +22,8 @@ export function s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteria_G return [ new DynamicUIProps( InputType.Array, - "sseKmsEncryptedObjects", - "Match SSE-KMS encrypted objects (documented below). If specified, `replica_kms_key_id`\nin `destination` must be specified as well.", + 'sseKmsEncryptedObjects', + 'Match SSE-KMS encrypted objects (documented below). If specified, `replica_kms_key_id`\nin `destination` must be specified as well.', () => s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject.ts index 30ef054ee..f2eab4ff2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject { // Boolean which indicates if this criteria is enabled. @@ -15,8 +15,8 @@ export function s3_BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSs return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Boolean which indicates if this criteria is enabled.", + 'enabled', + 'Boolean which indicates if this criteria is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfiguration.ts index 3b16fec7d..05d11c972 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ServerSideEncryptionConfigurationRule, s3_BucketV2ServerSideEncryptionConfigurationRule_GetTypes, -} from "./s3_BucketV2ServerSideEncryptionConfigurationRule"; +} from './s3_BucketV2ServerSideEncryptionConfigurationRule'; export interface s3_BucketV2ServerSideEncryptionConfiguration { // Single object for server-side encryption by default configuration. (documented below) @@ -19,8 +19,8 @@ export function s3_BucketV2ServerSideEncryptionConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "rules", - "Single object for server-side encryption by default configuration. (documented below)", + 'rules', + 'Single object for server-side encryption by default configuration. (documented below)', () => s3_BucketV2ServerSideEncryptionConfigurationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRule.ts index ae0710bf0..54f7dd7e1 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault, s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault_GetTypes, -} from "./s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault"; +} from './s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault'; export interface s3_BucketV2ServerSideEncryptionConfigurationRule { // Single object for setting server-side encryption by default. (documented below) @@ -22,8 +22,8 @@ export function s3_BucketV2ServerSideEncryptionConfigurationRule_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "applyServerSideEncryptionByDefaults", - "Single object for setting server-side encryption by default. (documented below)", + 'applyServerSideEncryptionByDefaults', + 'Single object for setting server-side encryption by default. (documented below)', () => s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault_GetTypes(), true, @@ -31,8 +31,8 @@ export function s3_BucketV2ServerSideEncryptionConfigurationRule_GetTypes(): Dyn ), new DynamicUIProps( InputType.Bool, - "bucketKeyEnabled", - "Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.", + 'bucketKeyEnabled', + 'Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts index b6583d951..93ee5b88a 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault { // AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`. @@ -18,16 +18,16 @@ export function s3_BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideE return [ new DynamicUIProps( InputType.String, - "kmsMasterKeyId", - "AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.", + 'kmsMasterKeyId', + 'AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sse_algorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sse_algorithm` is `aws:kms`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sseAlgorithm", - "Server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`", + 'sseAlgorithm', + 'Server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2Versioning.ts b/src/app/Models/codegen/aws/types/s3_BucketV2Versioning.ts index 7b2f7469a..35200aaa2 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2Versioning.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2Versioning.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2Versioning { // Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket. @@ -18,16 +18,16 @@ export function s3_BucketV2Versioning_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.", + 'enabled', + 'Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mfaDelete", - "Enable MFA delete for either `Change the versioning state of your bucket` or `Permanently delete an object version`. Default is `false`. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS", + 'mfaDelete', + 'Enable MFA delete for either `Change the versioning state of your bucket` or `Permanently delete an object version`. Default is `false`. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketV2Website.ts b/src/app/Models/codegen/aws/types/s3_BucketV2Website.ts index cf8f231d1..9d44f9761 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketV2Website.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketV2Website.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketV2Website { /* @@ -27,32 +27,32 @@ export function s3_BucketV2Website_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "routingRules", - "JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)\ndescribing redirect behavior and when redirects are applied.", + 'routingRules', + 'JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)\ndescribing redirect behavior and when redirects are applied.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "errorDocument", - "Absolute path to the document to return in case of a 4XX error.", + 'errorDocument', + 'Absolute path to the document to return in case of a 4XX error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexDocument", - "Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.", + 'indexDocument', + 'Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectAllRequestsTo", - "Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.", + 'redirectAllRequestsTo', + 'Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketVersioning.ts b/src/app/Models/codegen/aws/types/s3_BucketVersioning.ts index 394a6b5b8..e4c0d3bc3 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketVersioning.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketVersioning.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketVersioning { // Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket. @@ -18,16 +18,16 @@ export function s3_BucketVersioning_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.", + 'enabled', + 'Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "mfaDelete", - "Enable MFA delete for either `Change the versioning state of your bucket` or `Permanently delete an object version`. Default is `false`. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS", + 'mfaDelete', + 'Enable MFA delete for either `Change the versioning state of your bucket` or `Permanently delete an object version`. Default is `false`. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketVersioningV2VersioningConfiguration.ts b/src/app/Models/codegen/aws/types/s3_BucketVersioningV2VersioningConfiguration.ts index 47ab6ad4c..46e6a6431 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketVersioningV2VersioningConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketVersioningV2VersioningConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketVersioningV2VersioningConfiguration { // Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: `Enabled` or `Disabled`. @@ -18,16 +18,16 @@ export function s3_BucketVersioningV2VersioningConfiguration_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "mfaDelete", - "Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: `Enabled` or `Disabled`.", + 'mfaDelete', + 'Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: `Enabled` or `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Versioning state of the bucket. Valid values: `Enabled`, `Suspended`, or `Disabled`. `Disabled` should only be used when creating or importing resources that correspond to unversioned S3 buckets.", + 'status', + 'Versioning state of the bucket. Valid values: `Enabled`, `Suspended`, or `Disabled`. `Disabled` should only be used when creating or importing resources that correspond to unversioned S3 buckets.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsite.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsite.ts index f70a9c1f6..1e2388e8d 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsite.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsite.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsite { // Absolute path to the document to return in case of a 4XX error. @@ -27,32 +27,32 @@ export function s3_BucketWebsite_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "routingRules", - "JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)\ndescribing redirect behavior and when redirects are applied.", + 'routingRules', + 'JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)\ndescribing redirect behavior and when redirects are applied.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "errorDocument", - "Absolute path to the document to return in case of a 4XX error.", + 'errorDocument', + 'Absolute path to the document to return in case of a 4XX error.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "indexDocument", - "Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.", + 'indexDocument', + 'Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redirectAllRequestsTo", - "Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.", + 'redirectAllRequestsTo', + 'Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2ErrorDocument.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2ErrorDocument.ts index b927fe129..7b334d10c 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2ErrorDocument.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2ErrorDocument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsiteConfigurationV2ErrorDocument { // Object key name to use when a 4XX class error occurs. @@ -15,8 +15,8 @@ export function s3_BucketWebsiteConfigurationV2ErrorDocument_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "Object key name to use when a 4XX class error occurs.", + 'key', + 'Object key name to use when a 4XX class error occurs.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2IndexDocument.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2IndexDocument.ts index a992aac1f..579ca5190 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2IndexDocument.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2IndexDocument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsiteConfigurationV2IndexDocument { /* @@ -19,8 +19,8 @@ export function s3_BucketWebsiteConfigurationV2IndexDocument_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "suffix", - "Suffix that is appended to a request that is for a directory on the website endpoint.\nFor example, if the suffix is `index.html` and you make a request to `samplebucket/images/`, the data that is returned will be for the object with the key name `images/index.html`.\nThe suffix must not be empty and must not include a slash character.", + 'suffix', + 'Suffix that is appended to a request that is for a directory on the website endpoint.\nFor example, if the suffix is `index.html` and you make a request to `samplebucket/images/`, the data that is returned will be for the object with the key name `images/index.html`.\nThe suffix must not be empty and must not include a slash character.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo.ts index 27afffe43..2ddc56172 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo { // Name of the host where requests are redirected. @@ -18,16 +18,16 @@ export function s3_BucketWebsiteConfigurationV2RedirectAllRequestsTo_GetTypes(): return [ new DynamicUIProps( InputType.String, - "hostName", - "Name of the host where requests are redirected.", + 'hostName', + 'Name of the host where requests are redirected.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.", + 'protocol', + 'Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRule.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRule.ts index 78dc02d05..0a0bf6ad3 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRule.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_BucketWebsiteConfigurationV2RoutingRuleRedirect, s3_BucketWebsiteConfigurationV2RoutingRuleRedirect_GetTypes, -} from "./s3_BucketWebsiteConfigurationV2RoutingRuleRedirect"; +} from './s3_BucketWebsiteConfigurationV2RoutingRuleRedirect'; import { s3_BucketWebsiteConfigurationV2RoutingRuleCondition, s3_BucketWebsiteConfigurationV2RoutingRuleCondition_GetTypes, -} from "./s3_BucketWebsiteConfigurationV2RoutingRuleCondition"; +} from './s3_BucketWebsiteConfigurationV2RoutingRuleCondition'; export interface s3_BucketWebsiteConfigurationV2RoutingRule { // Configuration block for redirect information. See below. @@ -26,16 +26,16 @@ export function s3_BucketWebsiteConfigurationV2RoutingRule_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "redirect", - "Configuration block for redirect information. See below.", + 'redirect', + 'Configuration block for redirect information. See below.', () => s3_BucketWebsiteConfigurationV2RoutingRuleRedirect_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "condition", - "Configuration block for describing a condition that must be met for the specified redirect to apply. See below.", + 'condition', + 'Configuration block for describing a condition that must be met for the specified redirect to apply. See below.', () => s3_BucketWebsiteConfigurationV2RoutingRuleCondition_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleCondition.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleCondition.ts index c17c2aa3a..4cb16df48 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleCondition.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsiteConfigurationV2RoutingRuleCondition { // HTTP error code when the redirect is applied. If specified with `key_prefix_equals`, then both must be true for the redirect to be applied. @@ -18,16 +18,16 @@ export function s3_BucketWebsiteConfigurationV2RoutingRuleCondition_GetTypes(): return [ new DynamicUIProps( InputType.String, - "httpErrorCodeReturnedEquals", - "HTTP error code when the redirect is applied. If specified with `key_prefix_equals`, then both must be true for the redirect to be applied.", + 'httpErrorCodeReturnedEquals', + 'HTTP error code when the redirect is applied. If specified with `key_prefix_equals`, then both must be true for the redirect to be applied.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "keyPrefixEquals", - "Object key name prefix when the redirect is applied. If specified with `http_error_code_returned_equals`, then both must be true for the redirect to be applied.", + 'keyPrefixEquals', + 'Object key name prefix when the redirect is applied. If specified with `http_error_code_returned_equals`, then both must be true for the redirect to be applied.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleRedirect.ts b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleRedirect.ts index efa1dcca1..80bdd92bb 100644 --- a/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleRedirect.ts +++ b/src/app/Models/codegen/aws/types/s3_BucketWebsiteConfigurationV2RoutingRuleRedirect.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_BucketWebsiteConfigurationV2RoutingRuleRedirect { // HTTP redirect code to use on the response. @@ -27,40 +27,40 @@ export function s3_BucketWebsiteConfigurationV2RoutingRuleRedirect_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "httpRedirectCode", - "HTTP redirect code to use on the response.", + 'httpRedirectCode', + 'HTTP redirect code to use on the response.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.", + 'protocol', + 'Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replaceKeyPrefixWith", - "Object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a `condition` block with `key_prefix_equals` set to `docs/` and in the `redirect` set `replace_key_prefix_with` to `/documents`.", + 'replaceKeyPrefixWith', + 'Object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a `condition` block with `key_prefix_equals` set to `docs/` and in the `redirect` set `replace_key_prefix_with` to `/documents`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "replaceKeyWith", - "Specific object key to use in the redirect request. For example, redirect request to `error.html`.", + 'replaceKeyWith', + 'Specific object key to use in the redirect request. For example, redirect request to `error.html`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostName", - "Host name to use in the redirect request.", + 'hostName', + 'Host name to use in the redirect request.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_CannedAcl.ts b/src/app/Models/codegen/aws/types/s3_CannedAcl.ts index 84eaa4f02..be52fd490 100644 --- a/src/app/Models/codegen/aws/types/s3_CannedAcl.ts +++ b/src/app/Models/codegen/aws/types/s3_CannedAcl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_CannedAcl {} diff --git a/src/app/Models/codegen/aws/types/s3_DirectoryBucketLocation.ts b/src/app/Models/codegen/aws/types/s3_DirectoryBucketLocation.ts index 05b10b1cd..bb3402b7f 100644 --- a/src/app/Models/codegen/aws/types/s3_DirectoryBucketLocation.ts +++ b/src/app/Models/codegen/aws/types/s3_DirectoryBucketLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_DirectoryBucketLocation { // [Availability Zone ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#az-ids). @@ -18,16 +18,16 @@ export function s3_DirectoryBucketLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Location type. Valid values: `AvailabilityZone`.", + 'type', + 'Location type. Valid values: `AvailabilityZone`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "[Availability Zone ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#az-ids).", + 'name', + '[Availability Zone ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#az-ids).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventoryDestination.ts b/src/app/Models/codegen/aws/types/s3_InventoryDestination.ts index 5bca99290..e6134ee13 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryDestination.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_InventoryDestinationBucket, s3_InventoryDestinationBucket_GetTypes, -} from "./s3_InventoryDestinationBucket"; +} from './s3_InventoryDestinationBucket'; export interface s3_InventoryDestination { // S3 bucket configuration where inventory results are published (documented below). @@ -19,8 +19,8 @@ export function s3_InventoryDestination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "bucket", - "S3 bucket configuration where inventory results are published (documented below).", + 'bucket', + 'S3 bucket configuration where inventory results are published (documented below).', () => s3_InventoryDestinationBucket_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucket.ts b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucket.ts index ddbb56bb8..e7a2490d6 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucket.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucket.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_InventoryDestinationBucketEncryption, s3_InventoryDestinationBucketEncryption_GetTypes, -} from "./s3_InventoryDestinationBucketEncryption"; +} from './s3_InventoryDestinationBucketEncryption'; export interface s3_InventoryDestinationBucket { // ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes. @@ -31,40 +31,40 @@ export function s3_InventoryDestinationBucket_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "accountId", - "ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.", + 'accountId', + 'ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketArn", - "Amazon S3 bucket ARN of the destination.", + 'bucketArn', + 'Amazon S3 bucket ARN of the destination.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "encryption", - "Contains the type of server-side encryption to use to encrypt the inventory (documented below).", + 'encryption', + 'Contains the type of server-side encryption to use to encrypt the inventory (documented below).', () => s3_InventoryDestinationBucketEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "format", - "Specifies the output format of the inventory results. Can be `CSV`, [`ORC`](https://orc.apache.org/) or [`Parquet`](https://parquet.apache.org/).", + 'format', + 'Specifies the output format of the inventory results. Can be `CSV`, [`ORC`](https://orc.apache.org/) or [`Parquet`](https://parquet.apache.org/).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Prefix that is prepended to all inventory results.", + 'prefix', + 'Prefix that is prepended to all inventory results.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryption.ts b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryption.ts index 7c3b4fbc0..138e894a0 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryption.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryption.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3_InventoryDestinationBucketEncryptionSseKms, s3_InventoryDestinationBucketEncryptionSseKms_GetTypes, -} from "./s3_InventoryDestinationBucketEncryptionSseKms"; +} from './s3_InventoryDestinationBucketEncryptionSseKms'; import { s3_InventoryDestinationBucketEncryptionSseS3, s3_InventoryDestinationBucketEncryptionSseS3_GetTypes, -} from "./s3_InventoryDestinationBucketEncryptionSseS3"; +} from './s3_InventoryDestinationBucketEncryptionSseS3'; export interface s3_InventoryDestinationBucketEncryption { // Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below). @@ -26,16 +26,16 @@ export function s3_InventoryDestinationBucketEncryption_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "sseKms", - "Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below).", + 'sseKms', + 'Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below).', () => s3_InventoryDestinationBucketEncryptionSseKms_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sseS3", - "Specifies to use server-side encryption with Amazon S3-managed keys (SSE-S3) to encrypt the inventory file.", + 'sseS3', + 'Specifies to use server-side encryption with Amazon S3-managed keys (SSE-S3) to encrypt the inventory file.', () => s3_InventoryDestinationBucketEncryptionSseS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseKms.ts b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseKms.ts index dede34212..e89f892f8 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseKms.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseKms.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_InventoryDestinationBucketEncryptionSseKms { // ARN of the KMS customer master key (CMK) used to encrypt the inventory file. @@ -15,8 +15,8 @@ export function s3_InventoryDestinationBucketEncryptionSseKms_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "keyId", - "ARN of the KMS customer master key (CMK) used to encrypt the inventory file.", + 'keyId', + 'ARN of the KMS customer master key (CMK) used to encrypt the inventory file.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseS3.ts b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseS3.ts index 764714c62..35dae2f5c 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseS3.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryDestinationBucketEncryptionSseS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_InventoryDestinationBucketEncryptionSseS3 {} diff --git a/src/app/Models/codegen/aws/types/s3_InventoryFilter.ts b/src/app/Models/codegen/aws/types/s3_InventoryFilter.ts index 9d9777709..88edd5544 100644 --- a/src/app/Models/codegen/aws/types/s3_InventoryFilter.ts +++ b/src/app/Models/codegen/aws/types/s3_InventoryFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_InventoryFilter { // Prefix that an object must have to be included in the inventory results. @@ -15,8 +15,8 @@ export function s3_InventoryFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "prefix", - "Prefix that an object must have to be included in the inventory results.", + 'prefix', + 'Prefix that an object must have to be included in the inventory results.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3_InventorySchedule.ts b/src/app/Models/codegen/aws/types/s3_InventorySchedule.ts index f7443c2ce..2c9c6c160 100644 --- a/src/app/Models/codegen/aws/types/s3_InventorySchedule.ts +++ b/src/app/Models/codegen/aws/types/s3_InventorySchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_InventorySchedule { // Specifies how frequently inventory results are produced. Valid values: `Daily`, `Weekly`. @@ -15,8 +15,8 @@ export function s3_InventorySchedule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "frequency", - "Specifies how frequently inventory results are produced. Valid values: `Daily`, `Weekly`.", + 'frequency', + 'Specifies how frequently inventory results are produced. Valid values: `Daily`, `Weekly`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3_ObjectCopyGrant.ts b/src/app/Models/codegen/aws/types/s3_ObjectCopyGrant.ts index 9ac1c43bd..bfb9e1ddf 100644 --- a/src/app/Models/codegen/aws/types/s3_ObjectCopyGrant.ts +++ b/src/app/Models/codegen/aws/types/s3_ObjectCopyGrant.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3_ObjectCopyGrant { // URI of the grantee group. Used only when `type` is `Group`. @@ -31,40 +31,40 @@ export function s3_ObjectCopyGrant_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "uri", - "URI of the grantee group. Used only when `type` is `Group`.", + 'uri', + 'URI of the grantee group. Used only when `type` is `Group`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "email", - "Email address of the grantee. Used only when `type` is `AmazonCustomerByEmail`.", + 'email', + 'Email address of the grantee. Used only when `type` is `AmazonCustomerByEmail`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "id", - "Canonical user ID of the grantee. Used only when `type` is `CanonicalUser`.", + 'id', + 'Canonical user ID of the grantee. Used only when `type` is `CanonicalUser`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "permissions", - "List of permissions to grant to grantee. Valid values are `READ`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.", + 'permissions', + 'List of permissions to grant to grantee. Valid values are `READ`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of grantee. Valid values are `CanonicalUser`, `Group`, and `AmazonCustomerByEmail`.\n\nThis configuration block has the following optional arguments (one of the three is required):", + 'type', + 'Type of grantee. Valid values are `CanonicalUser`, `Group`, and `AmazonCustomerByEmail`.\n\nThis configuration block has the following optional arguments (one of the three is required):', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_AccessGrantAccessGrantsLocationConfiguration.ts b/src/app/Models/codegen/aws/types/s3control_AccessGrantAccessGrantsLocationConfiguration.ts index e0e0aaa41..11bc54f79 100644 --- a/src/app/Models/codegen/aws/types/s3control_AccessGrantAccessGrantsLocationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3control_AccessGrantAccessGrantsLocationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_AccessGrantAccessGrantsLocationConfiguration { // Sub-prefix. @@ -15,8 +15,8 @@ export function s3control_AccessGrantAccessGrantsLocationConfiguration_GetTypes( return [ new DynamicUIProps( InputType.String, - "s3SubPrefix", - "Sub-prefix.", + 's3SubPrefix', + 'Sub-prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_AccessGrantGrantee.ts b/src/app/Models/codegen/aws/types/s3control_AccessGrantGrantee.ts index 02a989a18..d57824069 100644 --- a/src/app/Models/codegen/aws/types/s3control_AccessGrantGrantee.ts +++ b/src/app/Models/codegen/aws/types/s3control_AccessGrantGrantee.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_AccessGrantGrantee { // Grantee identifier. @@ -18,16 +18,16 @@ export function s3control_AccessGrantGrantee_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "granteeIdentifier", - "Grantee identifier.", + 'granteeIdentifier', + 'Grantee identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "granteeType", - "Grantee types. Valid values: `DIRECTORY_USER`, `DIRECTORY_GROUP`, `IAM`.", + 'granteeType', + 'Grantee types. Valid values: `DIRECTORY_USER`, `DIRECTORY_GROUP`, `IAM`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRule.ts b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRule.ts index ff5d8666e..28e203eb7 100644 --- a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRule.ts +++ b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRule.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_BucketLifecycleConfigurationRuleExpiration, s3control_BucketLifecycleConfigurationRuleExpiration_GetTypes, -} from "./s3control_BucketLifecycleConfigurationRuleExpiration"; +} from './s3control_BucketLifecycleConfigurationRuleExpiration'; import { s3control_BucketLifecycleConfigurationRuleFilter, s3control_BucketLifecycleConfigurationRuleFilter_GetTypes, -} from "./s3control_BucketLifecycleConfigurationRuleFilter"; +} from './s3control_BucketLifecycleConfigurationRuleFilter'; import { s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload, s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload_GetTypes, -} from "./s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload"; +} from './s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload'; export interface s3control_BucketLifecycleConfigurationRule { // Configuration block containing settings for abort incomplete multipart upload. @@ -39,8 +39,8 @@ export function s3control_BucketLifecycleConfigurationRule_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "abortIncompleteMultipartUpload", - "Configuration block containing settings for abort incomplete multipart upload.", + 'abortIncompleteMultipartUpload', + 'Configuration block containing settings for abort incomplete multipart upload.', () => s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload_GetTypes(), false, @@ -48,32 +48,32 @@ export function s3control_BucketLifecycleConfigurationRule_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "expiration", - "Configuration block containing settings for expiration of objects.", + 'expiration', + 'Configuration block containing settings for expiration of objects.', () => s3control_BucketLifecycleConfigurationRuleExpiration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "filter", - "Configuration block containing settings for filtering.", + 'filter', + 'Configuration block containing settings for filtering.', () => s3control_BucketLifecycleConfigurationRuleFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "id", - "Unique identifier for the rule.", + 'id', + 'Unique identifier for the rule.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status of the rule. Valid values: `Enabled` and `Disabled`. Defaults to `Enabled`.", + 'status', + 'Status of the rule. Valid values: `Enabled` and `Disabled`. Defaults to `Enabled`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload.ts b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload.ts index b115792ca..8c5874048 100644 --- a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload.ts +++ b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload { // Number of days after which Amazon S3 aborts an incomplete multipart upload. @@ -15,8 +15,8 @@ export function s3control_BucketLifecycleConfigurationRuleAbortIncompleteMultipa return [ new DynamicUIProps( InputType.Number, - "daysAfterInitiation", - "Number of days after which Amazon S3 aborts an incomplete multipart upload.", + 'daysAfterInitiation', + 'Number of days after which Amazon S3 aborts an incomplete multipart upload.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleExpiration.ts b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleExpiration.ts index 331b69b3e..79baff7e8 100644 --- a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleExpiration.ts +++ b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_BucketLifecycleConfigurationRuleExpiration { // Date the object is to be deleted. Should be in `YYYY-MM-DD` date format, e.g., `2020-09-30`. @@ -21,24 +21,24 @@ export function s3control_BucketLifecycleConfigurationRuleExpiration_GetTypes(): return [ new DynamicUIProps( InputType.String, - "date", - "Date the object is to be deleted. Should be in `YYYY-MM-DD` date format, e.g., `2020-09-30`.", + 'date', + 'Date the object is to be deleted. Should be in `YYYY-MM-DD` date format, e.g., `2020-09-30`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "days", - "Number of days before the object is to be deleted.", + 'days', + 'Number of days before the object is to be deleted.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "expiredObjectDeleteMarker", - "Enable to remove a delete marker with no noncurrent versions. Cannot be specified with `date` or `days`.", + 'expiredObjectDeleteMarker', + 'Enable to remove a delete marker with no noncurrent versions. Cannot be specified with `date` or `days`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleFilter.ts b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleFilter.ts index 56d5ae4fb..7a6d6f988 100644 --- a/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/s3control_BucketLifecycleConfigurationRuleFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_BucketLifecycleConfigurationRuleFilter { // Object prefix for rule filtering. @@ -18,16 +18,16 @@ export function s3control_BucketLifecycleConfigurationRuleFilter_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "prefix", - "Object prefix for rule filtering.", + 'prefix', + 'Object prefix for rule filtering.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of object tags for rule filtering.", + 'tags', + 'Key-value map of object tags for rule filtering.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetails.ts b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetails.ts index 8f0484420..55d7bc1af 100644 --- a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetails.ts +++ b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetails.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_MultiRegionAccessPointDetailsPublicAccessBlock, s3control_MultiRegionAccessPointDetailsPublicAccessBlock_GetTypes, -} from "./s3control_MultiRegionAccessPointDetailsPublicAccessBlock"; +} from './s3control_MultiRegionAccessPointDetailsPublicAccessBlock'; import { s3control_MultiRegionAccessPointDetailsRegion, s3control_MultiRegionAccessPointDetailsRegion_GetTypes, -} from "./s3control_MultiRegionAccessPointDetailsRegion"; +} from './s3control_MultiRegionAccessPointDetailsRegion'; export interface s3control_MultiRegionAccessPointDetails { // @@ -27,19 +27,19 @@ export interface s3control_MultiRegionAccessPointDetails { export function s3control_MultiRegionAccessPointDetails_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "publicAccessBlock", - "", + 'publicAccessBlock', + '', () => s3control_MultiRegionAccessPointDetailsPublicAccessBlock_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "regions", - "", + 'regions', + '', () => s3control_MultiRegionAccessPointDetailsRegion_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsPublicAccessBlock.ts b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsPublicAccessBlock.ts index 343e9ca5a..d02431fc7 100644 --- a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsPublicAccessBlock.ts +++ b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsPublicAccessBlock.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_MultiRegionAccessPointDetailsPublicAccessBlock { // @@ -24,32 +24,32 @@ export function s3control_MultiRegionAccessPointDetailsPublicAccessBlock_GetType return [ new DynamicUIProps( InputType.Bool, - "restrictPublicBuckets", - "", + 'restrictPublicBuckets', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "blockPublicAcls", - "", + 'blockPublicAcls', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "", + 'blockPublicPolicy', + '', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ignorePublicAcls", - "", + 'ignorePublicAcls', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsRegion.ts b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsRegion.ts index 5f00aa390..883d77c83 100644 --- a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsRegion.ts +++ b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointDetailsRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_MultiRegionAccessPointDetailsRegion { // @@ -19,15 +19,15 @@ export interface s3control_MultiRegionAccessPointDetailsRegion { export function s3control_MultiRegionAccessPointDetailsRegion_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, true), new DynamicUIProps( InputType.String, - "bucketAccountId", - "", + 'bucketAccountId', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointPolicyDetails.ts b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointPolicyDetails.ts index e8f4926cb..9d033e09b 100644 --- a/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointPolicyDetails.ts +++ b/src/app/Models/codegen/aws/types/s3control_MultiRegionAccessPointPolicyDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_MultiRegionAccessPointPolicyDetails { // The name of the Multi-Region Access Point. @@ -22,16 +22,16 @@ export function s3control_MultiRegionAccessPointPolicyDetails_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "name", - "The name of the Multi-Region Access Point.", + 'name', + 'The name of the Multi-Region Access Point.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policy", - "A valid JSON document that specifies the policy that you want to associate with this Multi-Region Access Point. Once applied, the policy can be edited, but not deleted. For more information, see the documentation on [Multi-Region Access Point Permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointPermissions.html).\n\n> **NOTE:** When you update the `policy`, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.", + 'policy', + 'A valid JSON document that specifies the policy that you want to associate with this Multi-Region Access Point. Once applied, the policy can be edited, but not deleted. For more information, see the documentation on [Multi-Region Access Point Permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointPermissions.html).\n\n> **NOTE:** When you update the `policy`, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfiguration.ts b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfiguration.ts index e514a0ebf..21bd434d0 100644 --- a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration, s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration_GetTypes, -} from "./s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration"; +} from './s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration'; export interface s3control_ObjectLambdaAccessPointConfiguration { // Allowed features. Valid values: `GetObject-Range`, `GetObject-PartNumber`. @@ -28,32 +28,32 @@ export function s3control_ObjectLambdaAccessPointConfiguration_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "allowedFeatures", - "Allowed features. Valid values: `GetObject-Range`, `GetObject-PartNumber`.", + 'allowedFeatures', + 'Allowed features. Valid values: `GetObject-Range`, `GetObject-PartNumber`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "cloudWatchMetricsEnabled", - "Whether or not the CloudWatch metrics configuration is enabled.", + 'cloudWatchMetricsEnabled', + 'Whether or not the CloudWatch metrics configuration is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "supportingAccessPoint", - "Standard access point associated with the Object Lambda Access Point.", + 'supportingAccessPoint', + 'Standard access point associated with the Object Lambda Access Point.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "transformationConfigurations", - "List of transformation configurations for the Object Lambda Access Point. See Transformation Configuration below for more details.", + 'transformationConfigurations', + 'List of transformation configurations for the Object Lambda Access Point. See Transformation Configuration below for more details.', () => s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration.ts b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration.ts index d06d6b72d..0f0ef276c 100644 --- a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation, s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation_GetTypes, -} from "./s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation"; +} from './s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation'; export interface s3control_ObjectLambdaAccessPointConfigurationTransformationConfiguration { // The actions of an Object Lambda Access Point configuration. Valid values: `GetObject`. @@ -22,16 +22,16 @@ export function s3control_ObjectLambdaAccessPointConfigurationTransformationConf return [ new DynamicUIProps( InputType.Array, - "actions", - "The actions of an Object Lambda Access Point configuration. Valid values: `GetObject`.", + 'actions', + 'The actions of an Object Lambda Access Point configuration. Valid values: `GetObject`.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "contentTransformation", - "The content transformation of an Object Lambda Access Point configuration. See Content Transformation below for more details.", + 'contentTransformation', + 'The content transformation of an Object Lambda Access Point configuration. See Content Transformation below for more details.', () => s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation.ts b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation.ts index 2ccd8fd2b..22356869e 100644 --- a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation.ts +++ b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda, s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda_GetTypes, -} from "./s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda"; +} from './s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda'; export interface s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation { // Configuration for an AWS Lambda function. See AWS Lambda below for more details. @@ -19,8 +19,8 @@ export function s3control_ObjectLambdaAccessPointConfigurationTransformationConf return [ new DynamicUIProps( InputType.Object, - "awsLambda", - "Configuration for an AWS Lambda function. See AWS Lambda below for more details.", + 'awsLambda', + 'Configuration for an AWS Lambda function. See AWS Lambda below for more details.', () => s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.ts b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.ts index 07af6916f..aa652bf33 100644 --- a/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.ts +++ b/src/app/Models/codegen/aws/types/s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda { // The Amazon Resource Name (ARN) of the AWS Lambda function. @@ -18,16 +18,16 @@ export function s3control_ObjectLambdaAccessPointConfigurationTransformationConf return [ new DynamicUIProps( InputType.String, - "functionArn", - "The Amazon Resource Name (ARN) of the AWS Lambda function.", + 'functionArn', + 'The Amazon Resource Name (ARN) of the AWS Lambda function.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "functionPayload", - "Additional JSON that provides supplemental data to the Lambda function used to transform objects.", + 'functionPayload', + 'Additional JSON that provides supplemental data to the Lambda function used to transform objects.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfiguration.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfiguration.ts index 4766f4534..0539ea81b 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfiguration.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfiguration.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel'; import { s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg, s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExport, s3control_StorageLensConfigurationStorageLensConfigurationDataExport_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExport"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExport'; import { s3control_StorageLensConfigurationStorageLensConfigurationExclude, s3control_StorageLensConfigurationStorageLensConfigurationExclude_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationExclude"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationExclude'; import { s3control_StorageLensConfigurationStorageLensConfigurationInclude, s3control_StorageLensConfigurationStorageLensConfigurationInclude_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationInclude"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationInclude'; export interface s3control_StorageLensConfigurationStorageLensConfiguration { // The account-level configurations of the S3 Storage Lens configuration. See Account Level below for more details. @@ -50,8 +50,8 @@ export function s3control_StorageLensConfigurationStorageLensConfiguration_GetTy return [ new DynamicUIProps( InputType.Object, - "awsOrg", - "The Amazon Web Services organization for the S3 Storage Lens configuration. See AWS Org below for more details.", + 'awsOrg', + 'The Amazon Web Services organization for the S3 Storage Lens configuration. See AWS Org below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg_GetTypes(), false, @@ -59,8 +59,8 @@ export function s3control_StorageLensConfigurationStorageLensConfiguration_GetTy ), new DynamicUIProps( InputType.Object, - "dataExport", - "Properties of S3 Storage Lens metrics export including the destination, schema and format. See Data Export below for more details.", + 'dataExport', + 'Properties of S3 Storage Lens metrics export including the destination, schema and format. See Data Export below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExport_GetTypes(), false, @@ -68,16 +68,16 @@ export function s3control_StorageLensConfigurationStorageLensConfiguration_GetTy ), new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the S3 Storage Lens configuration is enabled.", + 'enabled', + 'Whether the S3 Storage Lens configuration is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "exclude", - "What is excluded in this configuration. Conflicts with `include`. See Exclude below for more details.", + 'exclude', + 'What is excluded in this configuration. Conflicts with `include`. See Exclude below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationExclude_GetTypes(), false, @@ -85,8 +85,8 @@ export function s3control_StorageLensConfigurationStorageLensConfiguration_GetTy ), new DynamicUIProps( InputType.Object, - "include", - "What is included in this configuration. Conflicts with `exclude`. See Include below for more details.", + 'include', + 'What is included in this configuration. Conflicts with `exclude`. See Include below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationInclude_GetTypes(), false, @@ -94,8 +94,8 @@ export function s3control_StorageLensConfigurationStorageLensConfiguration_GetTy ), new DynamicUIProps( InputType.Object, - "accountLevel", - "The account-level configurations of the S3 Storage Lens configuration. See Account Level below for more details.", + 'accountLevel', + 'The account-level configurations of the S3 Storage Lens configuration. See Account Level below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel.ts index 26241ad2d..0af502059 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevel { // Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics below for more details. @@ -47,8 +47,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Object, - "advancedCostOptimizationMetrics", - "Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics below for more details.", + 'advancedCostOptimizationMetrics', + 'Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics_GetTypes(), false, @@ -56,8 +56,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "advancedDataProtectionMetrics", - "Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics below for more details.", + 'advancedDataProtectionMetrics', + 'Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics_GetTypes(), false, @@ -65,8 +65,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "bucketLevel", - "S3 Storage Lens bucket-level configuration. See Bucket Level below for more details.", + 'bucketLevel', + 'S3 Storage Lens bucket-level configuration. See Bucket Level below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel_GetTypes(), true, @@ -74,8 +74,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "detailedStatusCodeMetrics", - "Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics below for more details.", + 'detailedStatusCodeMetrics', + 'Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics_GetTypes(), false, @@ -83,8 +83,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "activityMetrics", - "S3 Storage Lens activity metrics. See Activity Metrics below for more details.", + 'activityMetrics', + 'S3 Storage Lens activity metrics. See Activity Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics.ts index e1ebc1166..71c8605e7 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics { // Whether the activity metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the activity metrics are enabled.", + 'enabled', + 'Whether the activity metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics.ts index 4865da87b..639edcb15 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics { // Whether advanced cost-optimization metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced cost-optimization metrics are enabled.", + 'enabled', + 'Whether advanced cost-optimization metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics.ts index 1ac1515a9..dc9bb450e 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics { // Whether advanced data-protection metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced data-protection metrics are enabled.", + 'enabled', + 'Whether advanced data-protection metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel.ts index f734bb443..385b1a8d4 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel { // S3 Storage Lens activity metrics. See Activity Metrics above for more details. @@ -47,8 +47,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Object, - "advancedCostOptimizationMetrics", - "Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics above for more details.", + 'advancedCostOptimizationMetrics', + 'Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics above for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics_GetTypes(), false, @@ -56,8 +56,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "advancedDataProtectionMetrics", - "Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics above for more details.", + 'advancedDataProtectionMetrics', + 'Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics above for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics_GetTypes(), false, @@ -65,8 +65,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "detailedStatusCodeMetrics", - "Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics above for more details.", + 'detailedStatusCodeMetrics', + 'Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics above for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics_GetTypes(), false, @@ -74,8 +74,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "prefixLevel", - "Prefix-level metrics for S3 Storage Lens. See Prefix Level below for more details.", + 'prefixLevel', + 'Prefix-level metrics for S3 Storage Lens. See Prefix Level below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel_GetTypes(), false, @@ -83,8 +83,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun ), new DynamicUIProps( InputType.Object, - "activityMetrics", - "S3 Storage Lens activity metrics. See Activity Metrics above for more details.", + 'activityMetrics', + 'S3 Storage Lens activity metrics. See Activity Metrics above for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics.ts index f875d18f1..6993df5b5 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics { // Whether the activity metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether the activity metrics are enabled.", + 'enabled', + 'Whether the activity metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics.ts index b267676dc..92bd6aa51 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics { // Whether advanced cost-optimization metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced cost-optimization metrics are enabled.", + 'enabled', + 'Whether advanced cost-optimization metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics.ts index 4455ca269..aa6bab66c 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics { // Whether advanced data-protection metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether advanced data-protection metrics are enabled.", + 'enabled', + 'Whether advanced data-protection metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics.ts index 6a38ca671..64a53189d 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics { // Whether detailed status code metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether detailed status code metrics are enabled.", + 'enabled', + 'Whether detailed status code metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel.ts index 65349e72f..de892647c 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel { // Prefix-level storage metrics for S3 Storage Lens. See Prefix Level Storage Metrics below for more details. @@ -19,8 +19,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Object, - "storageMetrics", - "Prefix-level storage metrics for S3 Storage Lens. See Prefix Level Storage Metrics below for more details.", + 'storageMetrics', + 'Prefix-level storage metrics for S3 Storage Lens. See Prefix Level Storage Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics.ts index 3995b70d4..54a6037ef 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria, s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetrics { // Whether prefix-level storage metrics are enabled. @@ -22,16 +22,16 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether prefix-level storage metrics are enabled.", + 'enabled', + 'Whether prefix-level storage metrics are enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "selectionCriteria", - "Selection criteria. See Selection Criteria below for more details.", + 'selectionCriteria', + 'Selection criteria. See Selection Criteria below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria.ts index 8ef568687..6e75530fc 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria { // The delimiter of the selection criteria being used. @@ -21,24 +21,24 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.String, - "delimiter", - "The delimiter of the selection criteria being used.", + 'delimiter', + 'The delimiter of the selection criteria being used.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxDepth", - "The max depth of the selection criteria.", + 'maxDepth', + 'The max depth of the selection criteria.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minStorageBytesPercentage", - "The minimum number of storage bytes percentage whose metrics will be selected.", + 'minStorageBytesPercentage', + 'The minimum number of storage bytes percentage whose metrics will be selected.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics.ts index bd17ab216..be62ff706 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics { // Whether detailed status code metrics are enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAccoun return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether detailed status code metrics are enabled.", + 'enabled', + 'Whether detailed status code metrics are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg.ts index 2f5910817..073c912cf 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg { // The Amazon Resource Name (ARN) of the Amazon Web Services organization. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationAwsOrg return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Amazon Web Services organization.", + 'arn', + 'The Amazon Resource Name (ARN) of the Amazon Web Services organization.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExport.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExport.ts index 9bcaa8d0f..deebb5c71 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExport.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExport.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics, s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination, s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExport { // Amazon CloudWatch publishing for S3 Storage Lens metrics. See Cloud Watch Metrics below for more details. @@ -26,8 +26,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx return [ new DynamicUIProps( InputType.Object, - "cloudWatchMetrics", - "Amazon CloudWatch publishing for S3 Storage Lens metrics. See Cloud Watch Metrics below for more details.", + 'cloudWatchMetrics', + 'Amazon CloudWatch publishing for S3 Storage Lens metrics. See Cloud Watch Metrics below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics_GetTypes(), false, @@ -35,8 +35,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx ), new DynamicUIProps( InputType.Object, - "s3BucketDestination", - "The bucket where the S3 Storage Lens metrics export will be located. See S3 Bucket Destination below for more details.", + 's3BucketDestination', + 'The bucket where the S3 Storage Lens metrics export will be located. See S3 Bucket Destination below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics.ts index e8c87e6fd..71d51d917 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExportCloudWatchMetrics { // Whether CloudWatch publishing for S3 Storage Lens metrics is enabled. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Whether CloudWatch publishing for S3 Storage Lens metrics is enabled.", + 'enabled', + 'Whether CloudWatch publishing for S3 Storage Lens metrics is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination.ts index e10c8c1ae..45683d795 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption, s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination { // The export format. Valid values: `CSV`, `Parquet`. @@ -34,48 +34,48 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx return [ new DynamicUIProps( InputType.String, - "format", - "The export format. Valid values: `CSV`, `Parquet`.", + 'format', + 'The export format. Valid values: `CSV`, `Parquet`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "outputSchemaVersion", - "The schema version of the export file. Valid values: `V_1`.", + 'outputSchemaVersion', + 'The schema version of the export file. Valid values: `V_1`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "prefix", - "The prefix of the destination bucket where the metrics export will be delivered.", + 'prefix', + 'The prefix of the destination bucket where the metrics export will be delivered.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accountId", - "The account ID of the owner of the S3 Storage Lens metrics export bucket.", + 'accountId', + 'The account ID of the owner of the S3 Storage Lens metrics export bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the bucket.", + 'arn', + 'The Amazon Resource Name (ARN) of the bucket.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "encryption", - "Encryption of the metrics exports in this bucket. See Encryption below for more details.", + 'encryption', + 'Encryption of the metrics exports in this bucket. See Encryption below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption.ts index 67b645bbb..dfa90e0ef 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms, s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms'; import { s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3, s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3_GetTypes, -} from "./s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3"; +} from './s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption { // SSE-KMS encryption. See SSE KMS below for more details. @@ -26,8 +26,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx return [ new DynamicUIProps( InputType.Object, - "sseKms", - "SSE-KMS encryption. See SSE KMS below for more details.", + 'sseKms', + 'SSE-KMS encryption. See SSE KMS below for more details.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms_GetTypes(), false, @@ -35,8 +35,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx ), new DynamicUIProps( InputType.Array, - "sseS3s", - "SSE-S3 encryption. An empty configuration block `{}` should be used.", + 'sseS3s', + 'SSE-S3 encryption. An empty configuration block `{}` should be used.', () => s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms.ts index b8abdbda3..618d7f1b1 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms { // KMS key ARN. @@ -15,8 +15,8 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationDataEx return [ new DynamicUIProps( InputType.String, - "keyId", - "KMS key ARN.", + 'keyId', + 'KMS key ARN.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3.ts index 51b596232..46b5ae5d0 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3 {} diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationExclude.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationExclude.ts index 3a06b8d94..1f6c5aa17 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationExclude.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationExclude.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationExclude { // List of S3 bucket ARNs. @@ -18,16 +18,16 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationExclud return [ new DynamicUIProps( InputType.Array, - "buckets", - "List of S3 bucket ARNs.", + 'buckets', + 'List of S3 bucket ARNs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "regions", - "List of AWS Regions.", + 'regions', + 'List of AWS Regions.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationInclude.ts b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationInclude.ts index c1274d837..167c60319 100644 --- a/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationInclude.ts +++ b/src/app/Models/codegen/aws/types/s3control_StorageLensConfigurationStorageLensConfigurationInclude.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_StorageLensConfigurationStorageLensConfigurationInclude { // List of AWS Regions. @@ -18,16 +18,16 @@ export function s3control_StorageLensConfigurationStorageLensConfigurationInclud return [ new DynamicUIProps( InputType.Array, - "regions", - "List of AWS Regions.", + 'regions', + 'List of AWS Regions.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "buckets", - "List of S3 bucket ARNs.", + 'buckets', + 'List of S3 bucket ARNs.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointPublicAccessBlock.ts b/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointPublicAccessBlock.ts index 285165239..886abe91f 100644 --- a/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointPublicAccessBlock.ts +++ b/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointPublicAccessBlock.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_getMultiRegionAccessPointPublicAccessBlock { /* @@ -38,32 +38,32 @@ export function s3control_getMultiRegionAccessPointPublicAccessBlock_GetTypes(): return [ new DynamicUIProps( InputType.Bool, - "ignorePublicAcls", - "Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. When set to `true` causes Amazon S3 to:\n* Ignore all public ACLs on buckets in this account and any objects that they contain.", + 'ignorePublicAcls', + 'Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. When set to `true` causes Amazon S3 to:\n* Ignore all public ACLs on buckets in this account and any objects that they contain.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "restrictPublicBuckets", - "Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.", + 'restrictPublicBuckets', + 'Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. When set to `true`:\n* Only the bucket owner and AWS Services can access buckets with public policies.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "blockPublicAcls", - "Specifies whether Amazon S3 should block public access control lists (ACLs). When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.\n* PUT Object calls fail if the request includes a public ACL.\n* PUT Bucket calls fail if the request includes a public ACL.", + 'blockPublicAcls', + 'Specifies whether Amazon S3 should block public access control lists (ACLs). When set to `true` causes the following behavior:\n* PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.\n* PUT Object calls fail if the request includes a public ACL.\n* PUT Bucket calls fail if the request includes a public ACL.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "blockPublicPolicy", - "Specifies whether Amazon S3 should block public bucket policies for buckets in this account. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.", + 'blockPublicPolicy', + 'Specifies whether Amazon S3 should block public bucket policies for buckets in this account. When set to `true` causes Amazon S3 to:\n* Reject calls to PUT Bucket policy if the specified bucket policy allows public access.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointRegion.ts b/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointRegion.ts index 0086dee24..08493930a 100644 --- a/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointRegion.ts +++ b/src/app/Models/codegen/aws/types/s3control_getMultiRegionAccessPointRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3control_getMultiRegionAccessPointRegion { // The name of the bucket. @@ -21,24 +21,24 @@ export function s3control_getMultiRegionAccessPointRegion_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "bucket", - "The name of the bucket.", + 'bucket', + 'The name of the bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "bucketAccountId", - "The AWS account ID that owns the bucket.", + 'bucketAccountId', + 'The AWS account ID that owns the bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "The name of the region.", + 'region', + 'The name of the region.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/s3outposts_EndpointNetworkInterface.ts b/src/app/Models/codegen/aws/types/s3outposts_EndpointNetworkInterface.ts index c307372e4..e599b1b0a 100644 --- a/src/app/Models/codegen/aws/types/s3outposts_EndpointNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/s3outposts_EndpointNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface s3outposts_EndpointNetworkInterface { // Identifier of the Elastic Network Interface (ENI). @@ -15,8 +15,8 @@ export function s3outposts_EndpointNetworkInterface_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", - "Identifier of the Elastic Network Interface (ENI).", + 'networkInterfaceId', + 'Identifier of the Elastic Network Interface (ENI).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfig.ts index 76c8b4e96..1241b0f2b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig, sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig_GetTypes, -} from "./sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig"; +} from './sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig'; import { sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig, sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig_GetTypes, -} from "./sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig"; +} from './sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig'; export interface sagemaker_AppImageConfigCodeEditorAppImageConfig { // The configuration used to run the application image container. See Container Config details below. @@ -26,8 +26,8 @@ export function sagemaker_AppImageConfigCodeEditorAppImageConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "containerConfig", - "The configuration used to run the application image container. See Container Config details below.", + 'containerConfig', + 'The configuration used to run the application image container. See Container Config details below.', () => sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_AppImageConfigCodeEditorAppImageConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "fileSystemConfig", - "The URL where the Git repository is located. See File System Config details below.", + 'fileSystemConfig', + 'The URL where the Git repository is located. See File System Config details below.', () => sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig.ts index 214278046..a01065a9d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig { // The entrypoint used to run the application in the container. @@ -21,23 +21,23 @@ export function sagemaker_AppImageConfigCodeEditorAppImageConfigContainerConfig_ return [ new DynamicUIProps( InputType.Array, - "containerEntrypoints", - "The entrypoint used to run the application in the container.", + 'containerEntrypoints', + 'The entrypoint used to run the application in the container.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "containerEnvironmentVariables", - "The environment variables to set in the container.", + 'containerEnvironmentVariables', + 'The environment variables to set in the container.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "containerArguments", + 'containerArguments', "The arguments for the container when you're running the application.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig.ts index b7c049642..282c35e90 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig { // The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`. @@ -25,15 +25,15 @@ export function sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig return [ new DynamicUIProps( InputType.Number, - "defaultUid", - "The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.", + 'defaultUid', + 'The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPath", + 'mountPath', "The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to `/home/sagemaker-user`.\n\n> **Note:** When specifying `default_gid` and `default_uid`, Valid value pairs are [`0`, `0`] and [`100`, `1000`].", () => [], false, @@ -41,8 +41,8 @@ export function sagemaker_AppImageConfigCodeEditorAppImageConfigFileSystemConfig ), new DynamicUIProps( InputType.Number, - "defaultGid", - "The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.", + 'defaultGid', + 'The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfig.ts index e049e4cda..6290ff82c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig, sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig_GetTypes, -} from "./sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig"; +} from './sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig'; import { sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig, sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig_GetTypes, -} from "./sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig"; +} from './sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig'; export interface sagemaker_AppImageConfigJupyterLabImageConfig { // The URL where the Git repository is located. See File System Config details below. @@ -26,8 +26,8 @@ export function sagemaker_AppImageConfigJupyterLabImageConfig_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "fileSystemConfig", - "The URL where the Git repository is located. See File System Config details below.", + 'fileSystemConfig', + 'The URL where the Git repository is located. See File System Config details below.', () => sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_AppImageConfigJupyterLabImageConfig_GetTypes(): Dynami ), new DynamicUIProps( InputType.Object, - "containerConfig", - "The configuration used to run the application image container. See Container Config details below.", + 'containerConfig', + 'The configuration used to run the application image container. See Container Config details below.', () => sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig.ts index 5dedb3f45..d30710d95 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig { // The arguments for the container when you're running the application. @@ -21,7 +21,7 @@ export function sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig_Get return [ new DynamicUIProps( InputType.Array, - "containerArguments", + 'containerArguments', "The arguments for the container when you're running the application.", () => InputType_String_GetTypes(), false, @@ -29,16 +29,16 @@ export function sagemaker_AppImageConfigJupyterLabImageConfigContainerConfig_Get ), new DynamicUIProps( InputType.Array, - "containerEntrypoints", - "The entrypoint used to run the application in the container.", + 'containerEntrypoints', + 'The entrypoint used to run the application in the container.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "containerEnvironmentVariables", - "The environment variables to set in the container.", + 'containerEnvironmentVariables', + 'The environment variables to set in the container.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig.ts index 3cefa86df..fc0accf18 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig { // The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`. @@ -25,23 +25,23 @@ export function sagemaker_AppImageConfigJupyterLabImageConfigFileSystemConfig_Ge return [ new DynamicUIProps( InputType.Number, - "defaultGid", - "The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.", + 'defaultGid', + 'The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "defaultUid", - "The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.", + 'defaultUid', + 'The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPath", + 'mountPath', "The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to `/home/sagemaker-user`.\n\n> **Note:** When specifying `default_gid` and `default_uid`, Valid value pairs are [`0`, `0`] and [`100`, `1000`].", () => [], false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfig.ts index 410ec5e40..d5b101b1c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig, sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig_GetTypes, -} from "./sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig"; +} from './sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig'; import { sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec, sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec_GetTypes, -} from "./sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec"; +} from './sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec'; export interface sagemaker_AppImageConfigKernelGatewayImageConfig { // The URL where the Git repository is located. See File System Config details below. @@ -26,8 +26,8 @@ export function sagemaker_AppImageConfigKernelGatewayImageConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "fileSystemConfig", - "The URL where the Git repository is located. See File System Config details below.", + 'fileSystemConfig', + 'The URL where the Git repository is located. See File System Config details below.', () => sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_AppImageConfigKernelGatewayImageConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "kernelSpec", - "The default branch for the Git repository. See Kernel Spec details below.", + 'kernelSpec', + 'The default branch for the Git repository. See Kernel Spec details below.', () => sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig.ts index e9f42a046..7fe7a734d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig { // The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`. @@ -25,15 +25,15 @@ export function sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig return [ new DynamicUIProps( InputType.Number, - "defaultUid", - "The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.", + 'defaultUid', + 'The default POSIX user ID (UID). If not specified, defaults to `1000`. Valid values are `0` and `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mountPath", + 'mountPath', "The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to `/home/sagemaker-user`.\n\n> **Note:** When specifying `default_gid` and `default_uid`, Valid value pairs are [`0`, `0`] and [`100`, `1000`].", () => [], false, @@ -41,8 +41,8 @@ export function sagemaker_AppImageConfigKernelGatewayImageConfigFileSystemConfig ), new DynamicUIProps( InputType.Number, - "defaultGid", - "The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.", + 'defaultGid', + 'The default POSIX group ID (GID). If not specified, defaults to `100`. Valid values are `0` and `100`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec.ts index c7fb25b8f..b160ca16e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec { // The display name of the kernel. @@ -18,16 +18,16 @@ export function sagemaker_AppImageConfigKernelGatewayImageConfigKernelSpec_GetTy return [ new DynamicUIProps( InputType.String, - "displayName", - "The display name of the kernel.", + 'displayName', + 'The display name of the kernel.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the kernel.", + 'name', + 'The name of the kernel.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_AppResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_AppResourceSpec.ts index ed7220380..59db1fa2f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_AppResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_AppResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_AppResourceSpec { // The ARN of the SageMaker image that the image version belongs to. @@ -27,40 +27,40 @@ export function sagemaker_AppResourceSpec_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_CodeRepositoryGitConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_CodeRepositoryGitConfig.ts index a5b2d7f50..779d89e93 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_CodeRepositoryGitConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_CodeRepositoryGitConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_CodeRepositoryGitConfig { // The default branch for the Git repository. @@ -21,7 +21,7 @@ export function sagemaker_CodeRepositoryGitConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "secretArn", + 'secretArn', 'The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format: `{"username": UserName, "password": Password}`', () => [], false, @@ -29,16 +29,16 @@ export function sagemaker_CodeRepositoryGitConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "branch", - "The default branch for the Git repository.", + 'branch', + 'The default branch for the Git repository.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL where the Git repository is located.", + 'repositoryUrl', + 'The URL where the Git repository is located.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification.ts index 34eaacb3e..c5641a35d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityAppSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityAppSpecification { // Sets the environment variables in the container that the monitoring job runs. A list of key value pairs. @@ -24,32 +24,32 @@ export function sagemaker_DataQualityJobDefinitionDataQualityAppSpecification_Ge return [ new DynamicUIProps( InputType.Map, - "environment", - "Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.", + 'environment', + 'Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "imageUri", - "The container image that the data quality monitoring job runs.", + 'imageUri', + 'The container image that the data quality monitoring job runs.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "postAnalyticsProcessorSourceUri", - "An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.", + 'postAnalyticsProcessorSourceUri', + 'An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "recordPreprocessorSourceUri", - "An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.", + 'recordPreprocessorSourceUri', + 'An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig.ts index ce7f631cb..9fdc78781 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource, sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource"; +} from './sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource'; import { sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource, sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource"; +} from './sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource'; export interface sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig { // The constraints resource for a monitoring job. Fields are documented below. @@ -26,8 +26,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig_GetT return [ new DynamicUIProps( InputType.Object, - "constraintsResource", - "The constraints resource for a monitoring job. Fields are documented below.", + 'constraintsResource', + 'The constraints resource for a monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityBaselineConfig_GetT ), new DynamicUIProps( InputType.Object, - "statisticsResource", - "The statistics resource for a monitoring job. Fields are documented below.", + 'statisticsResource', + 'The statistics resource for a monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource.ts index 9307b460b..c18cda27b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConstraintsResource { // The Amazon S3 URI for the constraints resource. @@ -15,8 +15,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigConst return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The Amazon S3 URI for the constraints resource.", + 's3Uri', + 'The Amazon S3 URI for the constraints resource.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource.ts index 18d302a6d..fa48a4f98 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStatisticsResource { // The Amazon S3 URI for the statistics resource. @@ -15,8 +15,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityBaselineConfigStati return [ new DynamicUIProps( InputType.String, - "s3Uri", - "The Amazon S3 URI for the statistics resource.", + 's3Uri', + 'The Amazon S3 URI for the statistics resource.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInput.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInput.ts index 2072d771f..5827d9815 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInput.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInput.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput, sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput, sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInput { // Input object for the batch transform job. Fields are documented below. @@ -26,8 +26,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInput_GetTypes() return [ new DynamicUIProps( InputType.Object, - "batchTransformInput", - "Input object for the batch transform job. Fields are documented below.", + 'batchTransformInput', + 'Input object for the batch transform job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInput_GetTypes() ), new DynamicUIProps( InputType.Object, - "endpointInput", - "Input object for the endpoint. Fields are documented below.", + 'endpointInput', + 'Input object for the endpoint. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput.ts index b8b3a9a5f..deb85547c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat, sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInput { // Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job. `Pipe` mode is recommended for large datasets. `File` mode is useful for small files that fit in memory. Defaults to `File`. Valid values are `Pipe` or `File` @@ -31,24 +31,24 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf return [ new DynamicUIProps( InputType.String, - "s3InputMode", - "Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job. `Pipe` mode is recommended for large datasets. `File` mode is useful for small files that fit in memory. Defaults to `File`. Valid values are `Pipe` or `File`", + 's3InputMode', + 'Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job. `Pipe` mode is recommended for large datasets. `File` mode is useful for small files that fit in memory. Defaults to `File`. Valid values are `Pipe` or `File`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dataCapturedDestinationS3Uri", - "The Amazon S3 location being used to capture the data.", + 'dataCapturedDestinationS3Uri', + 'The Amazon S3 location being used to capture the data.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "datasetFormat", - "The dataset format for your batch transform job. Fields are documented below.", + 'datasetFormat', + 'The dataset format for your batch transform job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat_GetTypes(), true, @@ -56,16 +56,16 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf ), new DynamicUIProps( InputType.String, - "localPath", - "Path to the filesystem where the batch transform data is available to the container. Defaults to `/opt/ml/processing/input`.", + 'localPath', + 'Path to the filesystem where the batch transform data is available to the container. Defaults to `/opt/ml/processing/input`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3DataDistributionType", - "Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to `FullyReplicated`. Valid values are `FullyReplicated` or `ShardedByS3Key`", + 's3DataDistributionType', + 'Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to `FullyReplicated`. Valid values are `FullyReplicated` or `ShardedByS3Key`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat.ts index 04de5bd01..730d1f120 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv, sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv'; import { sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson, sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat { // The CSV dataset used in the monitoring job. Fields are documented below. @@ -26,8 +26,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf return [ new DynamicUIProps( InputType.Object, - "csv", - "The CSV dataset used in the monitoring job. Fields are documented below.", + 'csv', + 'The CSV dataset used in the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf ), new DynamicUIProps( InputType.Object, - "json", - "The JSON dataset used in the monitoring job. Fields are documented below.", + 'json', + 'The JSON dataset used in the monitoring job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv.ts index 0b4f02afb..f97cf7c88 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv { // Indicates if the CSV data has a header. @@ -15,8 +15,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf return [ new DynamicUIProps( InputType.Bool, - "header", - "Indicates if the CSV data has a header.", + 'header', + 'Indicates if the CSV data has a header.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson.ts index c723e509d..99b0c48bd 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatJson { // Indicates if the file should be read as a json object per line. @@ -15,8 +15,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputBatchTransf return [ new DynamicUIProps( InputType.Bool, - "line", - "Indicates if the file should be read as a json object per line.", + 'line', + 'Indicates if the file should be read as a json object per line.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput.ts index 8fdf15517..d28d5054a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInput { // An endpoint in customer's account which has `data_capture_config` enabled. @@ -24,7 +24,7 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInp return [ new DynamicUIProps( InputType.String, - "endpointName", + 'endpointName', "An endpoint in customer's account which has `data_capture_config` enabled.", () => [], true, @@ -32,24 +32,24 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobInputEndpointInp ), new DynamicUIProps( InputType.String, - "localPath", - "Path to the filesystem where the endpoint data is available to the container. Defaults to `/opt/ml/processing/input`.", + 'localPath', + 'Path to the filesystem where the endpoint data is available to the container. Defaults to `/opt/ml/processing/input`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3DataDistributionType", - "Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to `FullyReplicated`. Valid values are `FullyReplicated` or `ShardedByS3Key`", + 's3DataDistributionType', + 'Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to `FullyReplicated`. Valid values are `FullyReplicated` or `ShardedByS3Key`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3InputMode", - "Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job. `Pipe` mode is recommended for large datasets. `File` mode is useful for small files that fit in memory. Defaults to `File`. Valid values are `Pipe` or `File`", + 's3InputMode', + 'Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job. `Pipe` mode is recommended for large datasets. `File` mode is useful for small files that fit in memory. Defaults to `File`. Valid values are `Pipe` or `File`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig.ts index 353307bab..be841f67e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs, sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig { // The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. @@ -22,16 +22,16 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfig_Get return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.", + 'kmsKeyId', + 'The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "monitoringOutputs", - "Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded. Fields are documented below.", + 'monitoringOutputs', + 'Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs.ts index b74ae7e49..a33c070b4 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output, sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output"; +} from './sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputs { // The Amazon S3 storage location where the results of a monitoring job are saved. Fields are documented below. @@ -19,8 +19,8 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMoni return [ new DynamicUIProps( InputType.Object, - "s3Output", - "The Amazon S3 storage location where the results of a monitoring job are saved. Fields are documented below.", + 's3Output', + 'The Amazon S3 storage location where the results of a monitoring job are saved. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output.ts index f34fa8718..7ccc3fdf4 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output { // A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. @@ -21,24 +21,24 @@ export function sagemaker_DataQualityJobDefinitionDataQualityJobOutputConfigMoni return [ new DynamicUIProps( InputType.String, - "s3Uri", - "A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.", + 's3Uri', + 'A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "localPath", - "The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data. Defaults to `/opt/ml/processing/output`.", + 'localPath', + 'The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data. Defaults to `/opt/ml/processing/output`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3UploadMode", - "Whether to upload the results of the monitoring job continuously or after the job completes. Valid values are `Continuous` or `EndOfJob`", + 's3UploadMode', + 'Whether to upload the results of the monitoring job continuously or after the job completes. Valid values are `Continuous` or `EndOfJob`', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResources.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResources.ts index b98b314f6..1f0078591 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResources.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResources.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig, sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig"; +} from './sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig'; export interface sagemaker_DataQualityJobDefinitionJobResources { // The configuration for the cluster resources used to run the processing job. Fields are documented below. @@ -19,8 +19,8 @@ export function sagemaker_DataQualityJobDefinitionJobResources_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "clusterConfig", - "The configuration for the cluster resources used to run the processing job. Fields are documented below.", + 'clusterConfig', + 'The configuration for the cluster resources used to run the processing job. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig.ts index 2e1e3ec58..e33dcc349 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig { // The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. @@ -24,32 +24,32 @@ export function sagemaker_DataQualityJobDefinitionJobResourcesClusterConfig_GetT return [ new DynamicUIProps( InputType.String, - "instanceType", - "The ML compute instance type for the processing job.", + 'instanceType', + 'The ML compute instance type for the processing job.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "volumeKmsKeyId", - "The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.", + 'volumeKmsKeyId', + 'The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSizeInGb", - "The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.", + 'volumeSizeInGb', + 'The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "instanceCount", - "The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1.", + 'instanceCount', + 'The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfig.ts index d573d262f..1de488ae0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig, sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig_GetTypes, -} from "./sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig"; +} from './sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig'; export interface sagemaker_DataQualityJobDefinitionNetworkConfig { // Whether to encrypt all communications between the instances used for the monitoring jobs. Choose `true` to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer. @@ -25,24 +25,24 @@ export function sagemaker_DataQualityJobDefinitionNetworkConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Bool, - "enableInterContainerTrafficEncryption", - "Whether to encrypt all communications between the instances used for the monitoring jobs. Choose `true` to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.", + 'enableInterContainerTrafficEncryption', + 'Whether to encrypt all communications between the instances used for the monitoring jobs. Choose `true` to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableNetworkIsolation", - "Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.", + 'enableNetworkIsolation', + 'Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "vpcConfig", - "Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. Fields are documented below.", + 'vpcConfig', + 'Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. Fields are documented below.', () => sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig.ts index 8ee185f86..feaedad9d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig { // The ID of the subnets in the VPC to which you want to connect your training job or model. @@ -18,16 +18,16 @@ export function sagemaker_DataQualityJobDefinitionNetworkConfigVpcConfig_GetType return [ new DynamicUIProps( InputType.Array, - "subnets", - "The ID of the subnets in the VPC to which you want to connect your training job or model.", + 'subnets', + 'The ID of the subnets in the VPC to which you want to connect your training job or model.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the `subnets` field.", + 'securityGroupIds', + 'The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the `subnets` field.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionStoppingCondition.ts b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionStoppingCondition.ts index ea7feb546..7f8652686 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionStoppingCondition.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DataQualityJobDefinitionStoppingCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DataQualityJobDefinitionStoppingCondition { // The maximum runtime allowed in seconds. @@ -15,8 +15,8 @@ export function sagemaker_DataQualityJobDefinitionStoppingCondition_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "maxRuntimeInSeconds", - "The maximum runtime allowed in seconds.", + 'maxRuntimeInSeconds', + 'The maximum runtime allowed in seconds.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DeviceDevice.ts b/src/app/Models/codegen/aws/types/sagemaker_DeviceDevice.ts index 217dff4c0..b5ec9365c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DeviceDevice.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DeviceDevice.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DeviceDevice { // A description for the device. @@ -21,24 +21,24 @@ export function sagemaker_DeviceDevice_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "A description for the device.", + 'description', + 'A description for the device.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceName", - "The name of the device.", + 'deviceName', + 'The name of the device.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iotThingName", - "Amazon Web Services Internet of Things (IoT) object name.", + 'iotThingName', + 'Amazon Web Services Internet of Things (IoT) object name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DeviceFleetOutputConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DeviceFleetOutputConfig.ts index 0ef3b24de..09c459bc0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DeviceFleetOutputConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DeviceFleetOutputConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DeviceFleetOutputConfig { // The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. @@ -18,7 +18,7 @@ export function sagemaker_DeviceFleetOutputConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.", () => [], false, @@ -26,8 +26,8 @@ export function sagemaker_DeviceFleetOutputConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "s3OutputLocation", - "The Amazon Simple Storage (S3) bucker URI.", + 's3OutputLocation', + 'The Amazon Simple Storage (S3) bucker URI.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettings.ts index b125195fb..c23540d57 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings, sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings"; +} from './sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings'; import { sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings, sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings"; +} from './sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings'; export interface sagemaker_DomainDefaultSpaceSettings { // The execution role for the space. @@ -32,15 +32,15 @@ export function sagemaker_DomainDefaultSpaceSettings_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "executionRole", - "The execution role for the space.", + 'executionRole', + 'The execution role for the space.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "jupyterServerAppSettings", + 'jupyterServerAppSettings', "The Jupyter server's app settings. See `jupyter_server_app_settings` Block below.", () => sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings_GetTypes(), @@ -49,8 +49,8 @@ export function sagemaker_DomainDefaultSpaceSettings_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Object, - "kernelGatewayAppSettings", - "The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.", + 'kernelGatewayAppSettings', + 'The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.', () => sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings_GetTypes(), false, @@ -58,8 +58,8 @@ export function sagemaker_DomainDefaultSpaceSettings_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.Array, - "securityGroups", - "The security groups for the Amazon Virtual Private Cloud that the space uses for communication.", + 'securityGroups', + 'The security groups for the Amazon Virtual Private Cloud that the space uses for communication.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings.ts index 5e53b149b..6453d214a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository, sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository"; +} from './sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository'; import { sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below. @@ -29,8 +29,8 @@ export function sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings_Get return [ new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.', () => sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository_GetTypes(), false, @@ -38,8 +38,8 @@ export function sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings_Get ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -47,8 +47,8 @@ export function sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettings_Get ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository.ts index f683ceca7..cfdd821f9 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsCode return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts index 759430ea5..069c25ead 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec { // The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource. @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultSpaceSettingsJupyterServerAppSettingsDefa return [ new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings.ts index e25f280df..3d943554f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec'; import { sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage, sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage_GetTypes, -} from "./sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage"; +} from './sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage'; export interface sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings { // A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below. @@ -29,8 +29,8 @@ export function sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings_Get return [ new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below.', () => sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage_GetTypes(), false, @@ -38,8 +38,8 @@ export function sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings_Get ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -47,8 +47,8 @@ export function sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettings_Get ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage.ts index 7c1e3b473..d863c6b86 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage { // The name of the Custom Image. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsCust return [ new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts index 22e8c73dc..67ac73558 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec { // The ARN of the SageMaker image that the image version belongs to. @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefa return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettings.ts index 14a7e90d1..fe3ee38fa 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettings.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig, sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig"; +} from './sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig'; import { sagemaker_DomainDefaultUserSettingsSharingSettings, sagemaker_DomainDefaultUserSettingsSharingSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsSharingSettings"; +} from './sagemaker_DomainDefaultUserSettingsSharingSettings'; import { sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig, sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig"; +} from './sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig'; import { sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings, sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings'; import { sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings, sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings'; import { sagemaker_DomainDefaultUserSettingsRSessionAppSettings, sagemaker_DomainDefaultUserSettingsRSessionAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsRSessionAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsRSessionAppSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettings'; import { sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings, sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings'; import { sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings, sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings'; import { sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings, sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings'; import { sagemaker_DomainDefaultUserSettingsSpaceStorageSettings, sagemaker_DomainDefaultUserSettingsSpaceStorageSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsSpaceStorageSettings"; +} from './sagemaker_DomainDefaultUserSettingsSpaceStorageSettings'; import { sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings, sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings"; +} from './sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings'; export interface sagemaker_DomainDefaultUserSettings { // A list of security group IDs that will be attached to the user. @@ -108,16 +108,16 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of security group IDs that will be attached to the user.", + 'securityGroups', + 'A list of security group IDs that will be attached to the user.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customFileSystemConfigs", - "The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio. See `custom_file_system_config` Block below.", + 'customFileSystemConfigs', + 'The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio. See `custom_file_system_config` Block below.', () => sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig_GetTypes(), false, @@ -125,15 +125,15 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "customPosixUserConfig", - "Details about the POSIX identity that is used for file system operations. See `custom_posix_user_config` Block below.", + 'customPosixUserConfig', + 'Details about the POSIX identity that is used for file system operations. See `custom_posix_user_config` Block below.', () => sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterServerAppSettings", + 'jupyterServerAppSettings', "The Jupyter server's app settings. See `jupyter_server_app_settings` Block below.", () => sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings_GetTypes(), @@ -142,16 +142,16 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "canvasAppSettings", - "The Canvas app settings. See `canvas_app_settings` Block below.", + 'canvasAppSettings', + 'The Canvas app settings. See `canvas_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tensorBoardAppSettings", - "The TensorBoard app settings. See `tensor_board_app_settings` Block below.", + 'tensorBoardAppSettings', + 'The TensorBoard app settings. See `tensor_board_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings_GetTypes(), false, @@ -159,8 +159,8 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "rStudioServerProAppSettings", - "A collection of settings that configure user interaction with the RStudioServerPro app. See `r_studio_server_pro_app_settings` Block below.", + 'rStudioServerProAppSettings', + 'A collection of settings that configure user interaction with the RStudioServerPro app. See `r_studio_server_pro_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings_GetTypes(), false, @@ -168,48 +168,48 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "executionRole", - "The execution role ARN for the user.", + 'executionRole', + 'The execution role ARN for the user.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultLandingUri", - "The default experience that the user is directed to when accessing the domain. The supported values are: `studio::`: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. `app:JupyterServer:`: Indicates that Studio Classic is the default experience.", + 'defaultLandingUri', + 'The default experience that the user is directed to when accessing the domain. The supported values are: `studio::`: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. `app:JupyterServer:`: Indicates that Studio Classic is the default experience.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sharingSettings", - "The sharing settings. See `sharing_settings` Block below.", + 'sharingSettings', + 'The sharing settings. See `sharing_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsSharingSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "codeEditorAppSettings", - "The Code Editor application settings. See `code_editor_app_settings` Block below.", + 'codeEditorAppSettings', + 'The Code Editor application settings. See `code_editor_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rSessionAppSettings", - "The RSession app settings. See `r_session_app_settings` Block below.", + 'rSessionAppSettings', + 'The RSession app settings. See `r_session_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsRSessionAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "kernelGatewayAppSettings", - "The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.", + 'kernelGatewayAppSettings', + 'The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings_GetTypes(), false, @@ -217,24 +217,24 @@ export function sagemaker_DomainDefaultUserSettings_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "studioWebPortal", - "Whether the user can access Studio. If this value is set to `DISABLED`, the user cannot access Studio, even if that is the default experience for the domain. Valid values are `ENABLED` and `DISABLED`.", + 'studioWebPortal', + 'Whether the user can access Studio. If this value is set to `DISABLED`, the user cannot access Studio, even if that is the default experience for the domain. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "spaceStorageSettings", - "The storage settings for a private space. See `space_storage_settings` Block below.", + 'spaceStorageSettings', + 'The storage settings for a private space. See `space_storage_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsSpaceStorageSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterLabAppSettings", - "The settings for the JupyterLab application. See `jupyter_lab_app_settings` Block below.", + 'jupyterLabAppSettings', + 'The settings for the JupyterLab application. See `jupyter_lab_app_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettings.ts index 9e6cc6111..cf2c6c608 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettings.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings'; import { sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting, sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting"; +} from './sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettings { // The model registry settings for the SageMaker Canvas application. See `model_register_settings` Block below. @@ -61,8 +61,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "modelRegisterSettings", - "The model registry settings for the SageMaker Canvas application. See `model_register_settings` Block below.", + 'modelRegisterSettings', + 'The model registry settings for the SageMaker Canvas application. See `model_register_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings_GetTypes(), false, @@ -70,8 +70,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "timeSeriesForecastingSettings", - "Time series forecast settings for the Canvas app. See `time_series_forecasting_settings` Block below.", + 'timeSeriesForecastingSettings', + 'Time series forecast settings for the Canvas app. See `time_series_forecasting_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings_GetTypes(), false, @@ -79,8 +79,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "workspaceSettings", - "The workspace settings for the SageMaker Canvas application. See `workspace_settings` Block below.", + 'workspaceSettings', + 'The workspace settings for the SageMaker Canvas application. See `workspace_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings_GetTypes(), false, @@ -88,8 +88,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "directDeploySettings", - "The model deployment settings for the SageMaker Canvas application. See `direct_deploy_settings` Block below.", + 'directDeploySettings', + 'The model deployment settings for the SageMaker Canvas application. See `direct_deploy_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings_GetTypes(), false, @@ -97,8 +97,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "generativeAiSettings", - "", + 'generativeAiSettings', + '', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings_GetTypes(), false, @@ -106,8 +106,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Array, - "identityProviderOauthSettings", - "The settings for connecting to an external data source with OAuth. See `identity_provider_oauth_settings` Block below.", + 'identityProviderOauthSettings', + 'The settings for connecting to an external data source with OAuth. See `identity_provider_oauth_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting_GetTypes(), false, @@ -115,8 +115,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "kendraSettings", - "The settings for document querying. See `kendra_settings` Block below.", + 'kendraSettings', + 'The settings for document querying. See `kendra_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings.ts index dc028ce32..914ab2bad 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettings { // Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`. @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsDirectDeploy return [ new DynamicUIProps( InputType.String, - "status", - "Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings.ts index f7c41228e..cbb3f7bb8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettings { // @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsGenerativeAi return [ new DynamicUIProps( InputType.String, - "amazonBedrockRoleArn", - "", + 'amazonBedrockRoleArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts index 0031e3c72..811c15332 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSetting { // The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are `SalesforceGenie` and `Snowflake`. @@ -21,7 +21,7 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProv return [ new DynamicUIProps( InputType.String, - "dataSourceName", + 'dataSourceName', "The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are `SalesforceGenie` and `Snowflake`.", () => [], false, @@ -29,16 +29,16 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsIdentityProv ), new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.", + 'secretArn', + 'The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings.ts index 96398b594..6172882a3 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettings { // Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`. @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsKendraSettin return [ new DynamicUIProps( InputType.String, - "status", - "Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings.ts index 56bb345a0..ced72c41a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettings { // Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsModelRegiste return [ new DynamicUIProps( InputType.String, - "status", - "Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "crossAccountModelRegisterRoleArn", - "The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas AWS account than the AWS account in which SageMaker model registry is set up.", + 'crossAccountModelRegisterRoleArn', + 'The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas AWS account than the AWS account in which SageMaker model registry is set up.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts index 191289f4a..763593852 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings { // The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesFo return [ new DynamicUIProps( InputType.String, - "amazonForecastRoleArn", - "The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.", + 'amazonForecastRoleArn', + 'The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings.ts index a791efdfb..a07dfe6d0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings { // The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSet return [ new DynamicUIProps( InputType.String, - "s3ArtifactPath", - "The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.", + 's3ArtifactPath', + 'The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KmsKeyId", - "The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.", + 's3KmsKeyId', + 'The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings.ts index b2192f072..e376b2a5f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage, sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage"; +} from './sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage'; import { sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings { // The Amazon Resource Name (ARN) of the Lifecycle Configurations. @@ -29,16 +29,16 @@ export function sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings_GetType return [ new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a CodeEditor app. see `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a CodeEditor app. see `custom_image` Block below.', () => sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage_GetTypes(), false, @@ -46,8 +46,8 @@ export function sagemaker_DomainDefaultUserSettingsCodeEditorAppSettings_GetType ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage.ts index a56f04181..d0952b29f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsCustomIm return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts index 8b0008149..b6d94223e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec { // The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html). @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsCodeEditorAppSettingsDefaultR return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig.ts index bc685a5e7..e1f92ef82 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig, sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig"; +} from './sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig'; export interface sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig { // The default EBS storage settings for a private space. See `efs_file_system_config` Block below. @@ -19,8 +19,8 @@ export function sagemaker_DomainDefaultUserSettingsCustomFileSystemConfig_GetTyp return [ new DynamicUIProps( InputType.Object, - "efsFileSystemConfig", - "The default EBS storage settings for a private space. See `efs_file_system_config` Block below.", + 'efsFileSystemConfig', + 'The default EBS storage settings for a private space. See `efs_file_system_config` Block below.', () => sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts index 5e14fbfac..6243a3523 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig { // The ID of your Amazon EFS file system. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsCustomFileSystemConfigEfsFile return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of your Amazon EFS file system.", + 'fileSystemId', + 'The ID of your Amazon EFS file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileSystemPath", - "The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.", + 'fileSystemPath', + 'The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig.ts index e1ca72fc9..471bde210 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig { // The POSIX group ID. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsCustomPosixUserConfig_GetType return [ new DynamicUIProps( InputType.Number, - "gid", - "The POSIX group ID.", + 'gid', + 'The POSIX group ID.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "uid", - "The POSIX user ID.", + 'uid', + 'The POSIX user ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings.ts index c57b16839..bb403e152 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository, sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository"; +} from './sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository'; import { sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage, sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage"; +} from './sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage'; import { sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below. @@ -36,8 +36,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetType return [ new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository_GetTypes(), false, @@ -45,8 +45,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetType ), new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a JupyterLab app. see `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a JupyterLab app. see `custom_image` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage_GetTypes(), false, @@ -54,8 +54,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetType ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -63,8 +63,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettings_GetType ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository.ts index 400be5c7a..06a86713f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepo return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage.ts index 7709aee8b..5c774dd06 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsCustomIm return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts index ba61546f0..700561bef 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpec { // The SageMaker Image Version Alias. @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsJupyterLabAppSettingsDefaultR return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings.ts index 2dd514c97..05b550562 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec'; import { sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository, sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository"; +} from './sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository'; export interface sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below. @@ -29,8 +29,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings_GetT return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -38,16 +38,16 @@ export function sagemaker_DomainDefaultUserSettingsJupyterServerAppSettings_GetT ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.', () => sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository.ts index 2aba71d5d..e34ff1c96 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsCodeR return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts index 36bd7ffed..ea36ebd2f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefaultResourceSpec { // The SageMaker Image Version Alias. @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsJupyterServerAppSettingsDefau return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings.ts index a78e4a65b..cd95f1055 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage, sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage"; +} from './sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage'; import { sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings { // A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below. @@ -29,8 +29,8 @@ export function sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings_GetT return [ new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a KernelGateway app. see `custom_image` Block below.', () => sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage_GetTypes(), false, @@ -38,8 +38,8 @@ export function sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings_GetT ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -47,8 +47,8 @@ export function sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettings_GetT ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage.ts index b4810d366..949658d24 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsCusto return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts index 5d1e5f2f6..dd37bb7df 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefaultResourceSpec { // The ARN of the SageMaker image that the image version belongs to. @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsKernelGatewayAppSettingsDefau return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettings.ts index 46cc8188a..aec11ed5a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage, sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage"; +} from './sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage'; import { sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultUserSettingsRSessionAppSettings { // A list of custom SageMaker images that are configured to run as a RSession app. see `custom_image` Block below. @@ -26,8 +26,8 @@ export function sagemaker_DomainDefaultUserSettingsRSessionAppSettings_GetTypes( return [ new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a RSession app. see `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a RSession app. see `custom_image` Block below.', () => sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_DomainDefaultUserSettingsRSessionAppSettings_GetTypes( ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block above.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block above.', () => sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage.ts index be9ba50b8..09914f219 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultUserSettingsRSessionAppSettingsCustomImag return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec.ts index 6d1ede72a..14e4bb56e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec { // The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html). @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsRSessionAppSettingsDefaultRes return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings.ts index c92ccb404..e9cb54942 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings { // Indicates whether the current user has access to the RStudioServerPro app. Valid values are `ENABLED` and `DISABLED`. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsRStudioServerProAppSettings_G return [ new DynamicUIProps( InputType.String, - "accessStatus", - "Indicates whether the current user has access to the RStudioServerPro app. Valid values are `ENABLED` and `DISABLED`.", + 'accessStatus', + 'Indicates whether the current user has access to the RStudioServerPro app. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userGroup", - "The level of permissions that the user has within the RStudioServerPro app. This value defaults to `R_STUDIO_USER`. The `R_STUDIO_ADMIN` value allows the user access to the RStudio Administrative Dashboard. Valid values are `R_STUDIO_USER` and `R_STUDIO_ADMIN`.", + 'userGroup', + 'The level of permissions that the user has within the RStudioServerPro app. This value defaults to `R_STUDIO_USER`. The `R_STUDIO_ADMIN` value allows the user access to the RStudio Administrative Dashboard. Valid values are `R_STUDIO_USER` and `R_STUDIO_ADMIN`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSharingSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSharingSettings.ts index 4d074f9ba..d07e5bacc 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSharingSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSharingSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsSharingSettings { // When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output. @@ -21,24 +21,24 @@ export function sagemaker_DomainDefaultUserSettingsSharingSettings_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "s3OutputPath", - "When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.", + 's3OutputPath', + 'When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notebookOutputOption", - "Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.", + 'notebookOutputOption', + 'Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KmsKeyId", - "When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.", + 's3KmsKeyId', + 'When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettings.ts index 2eea3f1d9..cd5b62b74 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings, sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings"; +} from './sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings'; export interface sagemaker_DomainDefaultUserSettingsSpaceStorageSettings { // The default EBS storage settings for a private space. See `default_ebs_storage_settings` Block below. @@ -19,8 +19,8 @@ export function sagemaker_DomainDefaultUserSettingsSpaceStorageSettings_GetTypes return [ new DynamicUIProps( InputType.Object, - "defaultEbsStorageSettings", - "The default EBS storage settings for a private space. See `default_ebs_storage_settings` Block below.", + 'defaultEbsStorageSettings', + 'The default EBS storage settings for a private space. See `default_ebs_storage_settings` Block below.', () => sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts index 18039302f..f8fc8a0ec 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings { // The default size of the EBS storage volume for a private space. @@ -18,16 +18,16 @@ export function sagemaker_DomainDefaultUserSettingsSpaceStorageSettingsDefaultEb return [ new DynamicUIProps( InputType.Number, - "defaultEbsVolumeSizeInGb", - "The default size of the EBS storage volume for a private space.", + 'defaultEbsVolumeSizeInGb', + 'The default size of the EBS storage volume for a private space.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumEbsVolumeSizeInGb", - "The maximum size of the EBS storage volume for a private space.", + 'maximumEbsVolumeSizeInGb', + 'The maximum size of the EBS storage volume for a private space.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings.ts index fd0e9a24e..9d5b91614 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec, sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec'; export interface sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below. @@ -19,8 +19,8 @@ export function sagemaker_DomainDefaultUserSettingsTensorBoardAppSettings_GetTyp return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.', () => sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts index 9857f4c45..05bdd9b77 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefaultResourceSpec { // The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html). @@ -27,40 +27,40 @@ export function sagemaker_DomainDefaultUserSettingsTensorBoardAppSettingsDefault return [ new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettings.ts index 94a5dc9d3..09063471a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDomainSettingsRStudioServerProDomainSettings, sagemaker_DomainDomainSettingsRStudioServerProDomainSettings_GetTypes, -} from "./sagemaker_DomainDomainSettingsRStudioServerProDomainSettings"; +} from './sagemaker_DomainDomainSettingsRStudioServerProDomainSettings'; export interface sagemaker_DomainDomainSettings { // The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key [AWS Docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html). Valid values are `USER_PROFILE_NAME` and `DISABLED`. @@ -25,24 +25,24 @@ export function sagemaker_DomainDomainSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.", + 'securityGroupIds', + 'The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "executionRoleIdentityConfig", - "The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key [AWS Docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html). Valid values are `USER_PROFILE_NAME` and `DISABLED`.", + 'executionRoleIdentityConfig', + 'The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key [AWS Docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html). Valid values are `USER_PROFILE_NAME` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "rStudioServerProDomainSettings", - "A collection of settings that configure the RStudioServerPro Domain-level app. see `r_studio_server_pro_domain_settings` Block below.", + 'rStudioServerProDomainSettings', + 'A collection of settings that configure the RStudioServerPro Domain-level app. see `r_studio_server_pro_domain_settings` Block below.', () => sagemaker_DomainDomainSettingsRStudioServerProDomainSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettings.ts index c760acb70..cf96085c5 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec, sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec"; +} from './sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec'; export interface sagemaker_DomainDomainSettingsRStudioServerProDomainSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block above. @@ -28,8 +28,8 @@ export function sagemaker_DomainDomainSettingsRStudioServerProDomainSettings_Get return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block above.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block above.', () => sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec_GetTypes(), false, @@ -37,24 +37,24 @@ export function sagemaker_DomainDomainSettingsRStudioServerProDomainSettings_Get ), new DynamicUIProps( InputType.String, - "domainExecutionRoleArn", - "The ARN of the execution role for the RStudioServerPro Domain-level app.", + 'domainExecutionRoleArn', + 'The ARN of the execution role for the RStudioServerPro Domain-level app.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "rStudioConnectUrl", - "A URL pointing to an RStudio Connect server.", + 'rStudioConnectUrl', + 'A URL pointing to an RStudio Connect server.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "rStudioPackageManagerUrl", - "A URL pointing to an RStudio Package Manager server.", + 'rStudioPackageManagerUrl', + 'A URL pointing to an RStudio Package Manager server.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec.ts index 2e304a517..975281d1d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec { // The ARN of the image version created on the instance. @@ -27,40 +27,40 @@ export function sagemaker_DomainDomainSettingsRStudioServerProDomainSettingsDefa return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_DomainRetentionPolicy.ts b/src/app/Models/codegen/aws/types/sagemaker_DomainRetentionPolicy.ts index 69fe85bc7..3139d338b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_DomainRetentionPolicy.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_DomainRetentionPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_DomainRetentionPolicy { // The retention policy for data stored on an Amazon Elastic File System (EFS) volume. Valid values are `Retain` or `Delete`. Default value is `Retain`. @@ -15,8 +15,8 @@ export function sagemaker_DomainRetentionPolicy_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "homeEfsFileSystem", - "The retention policy for data stored on an Amazon Elastic File System (EFS) volume. Valid values are `Retain` or `Delete`. Default value is `Retain`.", + 'homeEfsFileSystem', + 'The retention policy for data stored on an Amazon Elastic File System (EFS) volume. Valid values are `Retain` or `Delete`. Default value is `Retain`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfig.ts index 8e666b756..b21ce262d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig, sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig"; +} from './sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig'; import { sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig, sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig"; +} from './sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig'; export interface sagemaker_EndpointConfigurationAsyncInferenceConfig { // Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference. @@ -26,8 +26,8 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfig_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "clientConfig", - "Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.", + 'clientConfig', + 'Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.', () => sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfig_GetTypes(): ), new DynamicUIProps( InputType.Object, - "outputConfig", - "Specifies the configuration for asynchronous inference invocation outputs.", + 'outputConfig', + 'Specifies the configuration for asynchronous inference invocation outputs.', () => sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig.ts index bfb5bc401..4b231bf61 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig { // The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you. @@ -15,8 +15,8 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfigClientConfig_ return [ new DynamicUIProps( InputType.Number, - "maxConcurrentInvocationsPerInstance", - "The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.", + 'maxConcurrentInvocationsPerInstance', + 'The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig.ts index 5bf774f18..d61333bb0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig, sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig"; +} from './sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig'; export interface sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig { // The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3. @@ -28,16 +28,16 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig_ return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.", + 'kmsKeyId', + 'The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "notificationConfig", - "Specifies the configuration for notifications of inference results for asynchronous inference.", + 'notificationConfig', + 'Specifies the configuration for notifications of inference results for asynchronous inference.', () => sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig_GetTypes(), false, @@ -45,16 +45,16 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfig_ ), new DynamicUIProps( InputType.String, - "s3FailurePath", - "The Amazon S3 location to upload failure inference responses to.", + 's3FailurePath', + 'The Amazon S3 location to upload failure inference responses to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3OutputPath", - "The Amazon S3 location to upload inference responses to.", + 's3OutputPath', + 'The Amazon S3 location to upload inference responses to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.ts index ee49fb3e2..f09115d6d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig { // The Amazon SNS topics where you want the inference response to be included. Valid values are `SUCCESS_NOTIFICATION_TOPIC` and `ERROR_NOTIFICATION_TOPIC`. @@ -21,24 +21,24 @@ export function sagemaker_EndpointConfigurationAsyncInferenceConfigOutputConfigN return [ new DynamicUIProps( InputType.String, - "errorTopic", - "Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.", + 'errorTopic', + 'Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "includeInferenceResponseIns", - "The Amazon SNS topics where you want the inference response to be included. Valid values are `SUCCESS_NOTIFICATION_TOPIC` and `ERROR_NOTIFICATION_TOPIC`.", + 'includeInferenceResponseIns', + 'The Amazon SNS topics where you want the inference response to be included. Valid values are `SUCCESS_NOTIFICATION_TOPIC` and `ERROR_NOTIFICATION_TOPIC`.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "successTopic", - "Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.", + 'successTopic', + 'Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfig.ts index 2b52783a4..987003499 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader, sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader_GetTypes, -} from "./sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader"; +} from './sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader'; import { sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption, sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption_GetTypes, -} from "./sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption"; +} from './sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption'; export interface sagemaker_EndpointConfigurationDataCaptureConfig { // Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt the captured data on Amazon S3. @@ -38,16 +38,16 @@ export function sagemaker_EndpointConfigurationDataCaptureConfig_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt the captured data on Amazon S3.", + 'kmsKeyId', + 'Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt the captured data on Amazon S3.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "captureContentTypeHeader", - "The content type headers to capture. Fields are documented below.", + 'captureContentTypeHeader', + 'The content type headers to capture. Fields are documented below.', () => sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader_GetTypes(), false, @@ -55,8 +55,8 @@ export function sagemaker_EndpointConfigurationDataCaptureConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.Array, - "captureOptions", - "Specifies what data to capture. Fields are documented below.", + 'captureOptions', + 'Specifies what data to capture. Fields are documented below.', () => sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption_GetTypes(), true, @@ -64,24 +64,24 @@ export function sagemaker_EndpointConfigurationDataCaptureConfig_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "destinationS3Uri", - "The URL for S3 location where the captured data is stored.", + 'destinationS3Uri', + 'The URL for S3 location where the captured data is stored.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableCapture", - "Flag to enable data capture. Defaults to `false`.", + 'enableCapture', + 'Flag to enable data capture. Defaults to `false`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "initialSamplingPercentage", - "Portion of data to capture. Should be between 0 and 100.", + 'initialSamplingPercentage', + 'Portion of data to capture. Should be between 0 and 100.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader.ts index b03e93569..7e7d81a93 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader { // The CSV content type headers to capture. @@ -18,16 +18,16 @@ export function sagemaker_EndpointConfigurationDataCaptureConfigCaptureContentTy return [ new DynamicUIProps( InputType.Array, - "csvContentTypes", - "The CSV content type headers to capture.", + 'csvContentTypes', + 'The CSV content type headers to capture.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "jsonContentTypes", - "The JSON content type headers to capture.", + 'jsonContentTypes', + 'The JSON content type headers to capture.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption.ts index e5b50b509..33b9c11b8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption { // Specifies the data to be captured. Should be one of `Input`, `Output` or `InputAndOutput`. @@ -15,8 +15,8 @@ export function sagemaker_EndpointConfigurationDataCaptureConfigCaptureOption_Ge return [ new DynamicUIProps( InputType.String, - "captureMode", - "Specifies the data to be captured. Should be one of `Input`, `Output` or `InputAndOutput`.", + 'captureMode', + 'Specifies the data to be captured. Should be one of `Input`, `Output` or `InputAndOutput`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariant.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariant.ts index ce2865f69..82b37839b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariant.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariant.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationProductionVariantRoutingConfig, sagemaker_EndpointConfigurationProductionVariantRoutingConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationProductionVariantRoutingConfig"; +} from './sagemaker_EndpointConfigurationProductionVariantRoutingConfig'; import { sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig, sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig"; +} from './sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig'; import { sagemaker_EndpointConfigurationProductionVariantServerlessConfig, sagemaker_EndpointConfigurationProductionVariantServerlessConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationProductionVariantServerlessConfig"; +} from './sagemaker_EndpointConfigurationProductionVariantServerlessConfig'; export interface sagemaker_EndpointConfigurationProductionVariant { // Sets how the endpoint routes incoming traffic. See routing_config below. @@ -66,8 +66,8 @@ export function sagemaker_EndpointConfigurationProductionVariant_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "routingConfigs", - "Sets how the endpoint routes incoming traffic. See routing_config below.", + 'routingConfigs', + 'Sets how the endpoint routes incoming traffic. See routing_config below.', () => sagemaker_EndpointConfigurationProductionVariantRoutingConfig_GetTypes(), false, @@ -75,24 +75,24 @@ export function sagemaker_EndpointConfigurationProductionVariant_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "inferenceAmiVersion", - "Specifies an option from a collection of preconfigured Amazon Machine Image (AMI) images. Each image is configured by Amazon Web Services with a set of software and driver versions. Amazon Web Services optimizes these configurations for different machine learning workloads.", + 'inferenceAmiVersion', + 'Specifies an option from a collection of preconfigured Amazon Machine Image (AMI) images. Each image is configured by Amazon Web Services with a set of software and driver versions. Amazon Web Services optimizes these configurations for different machine learning workloads.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableSsmAccess", - "You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoints.", + 'enableSsmAccess', + 'You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoints.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "coreDumpConfig", - "Specifies configuration for a core dump from the model container when the process crashes. Fields are documented below.", + 'coreDumpConfig', + 'Specifies configuration for a core dump from the model container when the process crashes. Fields are documented below.', () => sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig_GetTypes(), false, @@ -100,80 +100,80 @@ export function sagemaker_EndpointConfigurationProductionVariant_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "instanceType", - "The type of instance to start.", + 'instanceType', + 'The type of instance to start.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "acceleratorType", - "The size of the Elastic Inference (EI) instance to use for the production variant.", + 'acceleratorType', + 'The size of the Elastic Inference (EI) instance to use for the production variant.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "initialInstanceCount", - "Initial number of instances used for auto-scaling.", + 'initialInstanceCount', + 'Initial number of instances used for auto-scaling.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "initialVariantWeight", - "Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to `1.0`.", + 'initialVariantWeight', + 'Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to `1.0`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "modelDataDownloadTimeoutInSeconds", - "The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant. Valid values between `60` and `3600`.", + 'modelDataDownloadTimeoutInSeconds', + 'The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant. Valid values between `60` and `3600`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "variantName", - "The name of the variant. If omitted, this provider will assign a random, unique name.", + 'variantName', + 'The name of the variant. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "containerStartupHealthCheckTimeoutInSeconds", - "The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see [How Your Container Should Respond to Health Check (Ping) Requests](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests). Valid values between `60` and `3600`.", + 'containerStartupHealthCheckTimeoutInSeconds', + 'The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see [How Your Container Should Respond to Health Check (Ping) Requests](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests). Valid values between `60` and `3600`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSizeInGb", - "The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Valid values between `1` and `512`.", + 'volumeSizeInGb', + 'The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Valid values between `1` and `512`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "modelName", - "The name of the model to use.", + 'modelName', + 'The name of the model to use.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "serverlessConfig", - "Specifies configuration for how an endpoint performs asynchronous inference.", + 'serverlessConfig', + 'Specifies configuration for how an endpoint performs asynchronous inference.', () => sagemaker_EndpointConfigurationProductionVariantServerlessConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig.ts index 5c8fca484..316f98d19 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig { // The Amazon S3 bucket to send the core dump to. @@ -18,16 +18,16 @@ export function sagemaker_EndpointConfigurationProductionVariantCoreDumpConfig_G return [ new DynamicUIProps( InputType.String, - "destinationS3Uri", - "The Amazon S3 bucket to send the core dump to.", + 'destinationS3Uri', + 'The Amazon S3 bucket to send the core dump to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.", + 'kmsKeyId', + 'The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantRoutingConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantRoutingConfig.ts index 5620a5074..af62aa9a9 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantRoutingConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantRoutingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationProductionVariantRoutingConfig { // Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance. @@ -15,8 +15,8 @@ export function sagemaker_EndpointConfigurationProductionVariantRoutingConfig_Ge return [ new DynamicUIProps( InputType.String, - "routingStrategy", - "Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance.", + 'routingStrategy', + 'Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantServerlessConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantServerlessConfig.ts index 06e776d87..69afb06b2 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantServerlessConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationProductionVariantServerlessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationProductionVariantServerlessConfig { // The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between `1` and `200`. @@ -21,24 +21,24 @@ export function sagemaker_EndpointConfigurationProductionVariantServerlessConfig return [ new DynamicUIProps( InputType.Number, - "memorySizeInMb", - "The memory size of your serverless endpoint. Valid values are in 1 GB increments: `1024` MB, `2048` MB, `3072` MB, `4096` MB, `5120` MB, or `6144` MB.", + 'memorySizeInMb', + 'The memory size of your serverless endpoint. Valid values are in 1 GB increments: `1024` MB, `2048` MB, `3072` MB, `4096` MB, `5120` MB, or `6144` MB.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "provisionedConcurrency", - "The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to `max_concurrency`. Valid values are between `1` and `200`.", + 'provisionedConcurrency', + 'The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to `max_concurrency`. Valid values are between `1` and `200`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxConcurrency", - "The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between `1` and `200`.", + 'maxConcurrency', + 'The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between `1` and `200`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariant.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariant.ts index 84f07532a..5eaabc907 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariant.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariant.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig, sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig"; +} from './sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig'; import { sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig, sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig"; +} from './sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig'; import { sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig, sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig_GetTypes, -} from "./sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig"; +} from './sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig'; export interface sagemaker_EndpointConfigurationShadowProductionVariant { // Initial number of instances used for auto-scaling. @@ -66,96 +66,96 @@ export function sagemaker_EndpointConfigurationShadowProductionVariant_GetTypes( return [ new DynamicUIProps( InputType.String, - "acceleratorType", - "The size of the Elastic Inference (EI) instance to use for the production variant.", + 'acceleratorType', + 'The size of the Elastic Inference (EI) instance to use for the production variant.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "containerStartupHealthCheckTimeoutInSeconds", - "The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see [How Your Container Should Respond to Health Check (Ping) Requests](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests). Valid values between `60` and `3600`.", + 'containerStartupHealthCheckTimeoutInSeconds', + 'The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see [How Your Container Should Respond to Health Check (Ping) Requests](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests). Valid values between `60` and `3600`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceType", - "The type of instance to start.", + 'instanceType', + 'The type of instance to start.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "modelDataDownloadTimeoutInSeconds", - "The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant. Valid values between `60` and `3600`.", + 'modelDataDownloadTimeoutInSeconds', + 'The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant. Valid values between `60` and `3600`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "initialVariantWeight", - "Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to `1.0`.", + 'initialVariantWeight', + 'Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to `1.0`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "variantName", - "The name of the variant. If omitted, this provider will assign a random, unique name.", + 'variantName', + 'The name of the variant. If omitted, this provider will assign a random, unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "volumeSizeInGb", - "The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Valid values between `1` and `512`.", + 'volumeSizeInGb', + 'The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Valid values between `1` and `512`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableSsmAccess", - "You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoints.", + 'enableSsmAccess', + 'You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoints.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "inferenceAmiVersion", - "Specifies an option from a collection of preconfigured Amazon Machine Image (AMI) images. Each image is configured by Amazon Web Services with a set of software and driver versions. Amazon Web Services optimizes these configurations for different machine learning workloads.", + 'inferenceAmiVersion', + 'Specifies an option from a collection of preconfigured Amazon Machine Image (AMI) images. Each image is configured by Amazon Web Services with a set of software and driver versions. Amazon Web Services optimizes these configurations for different machine learning workloads.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "modelName", - "The name of the model to use.", + 'modelName', + 'The name of the model to use.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "initialInstanceCount", - "Initial number of instances used for auto-scaling.", + 'initialInstanceCount', + 'Initial number of instances used for auto-scaling.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "coreDumpConfig", - "Specifies configuration for a core dump from the model container when the process crashes. Fields are documented below.", + 'coreDumpConfig', + 'Specifies configuration for a core dump from the model container when the process crashes. Fields are documented below.', () => sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig_GetTypes(), false, @@ -163,8 +163,8 @@ export function sagemaker_EndpointConfigurationShadowProductionVariant_GetTypes( ), new DynamicUIProps( InputType.Object, - "serverlessConfig", - "Specifies configuration for how an endpoint performs asynchronous inference.", + 'serverlessConfig', + 'Specifies configuration for how an endpoint performs asynchronous inference.', () => sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig_GetTypes(), false, @@ -172,8 +172,8 @@ export function sagemaker_EndpointConfigurationShadowProductionVariant_GetTypes( ), new DynamicUIProps( InputType.Array, - "routingConfigs", - "Sets how the endpoint routes incoming traffic. See routing_config below.", + 'routingConfigs', + 'Sets how the endpoint routes incoming traffic. See routing_config below.', () => sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig.ts index 982547c95..f801193af 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpConfig { // The Amazon S3 bucket to send the core dump to. @@ -18,16 +18,16 @@ export function sagemaker_EndpointConfigurationShadowProductionVariantCoreDumpCo return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.", + 'kmsKeyId', + 'The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "destinationS3Uri", - "The Amazon S3 bucket to send the core dump to.", + 'destinationS3Uri', + 'The Amazon S3 bucket to send the core dump to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig.ts index ce1d2aa54..388b386be 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationShadowProductionVariantRoutingConfig { // Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance. @@ -15,8 +15,8 @@ export function sagemaker_EndpointConfigurationShadowProductionVariantRoutingCon return [ new DynamicUIProps( InputType.String, - "routingStrategy", - "Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance.", + 'routingStrategy', + 'Sets how the endpoint routes incoming traffic. Valid values are `LEAST_OUTSTANDING_REQUESTS` and `RANDOM`. `LEAST_OUTSTANDING_REQUESTS` routes requests to the specific instances that have more capacity to process them. `RANDOM` routes each request to a randomly chosen instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig.ts index 964861a14..0414d7940 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointConfigurationShadowProductionVariantServerlessConfig { // The memory size of your serverless endpoint. Valid values are in 1 GB increments: `1024` MB, `2048` MB, `3072` MB, `4096` MB, `5120` MB, or `6144` MB. @@ -21,24 +21,24 @@ export function sagemaker_EndpointConfigurationShadowProductionVariantServerless return [ new DynamicUIProps( InputType.Number, - "memorySizeInMb", - "The memory size of your serverless endpoint. Valid values are in 1 GB increments: `1024` MB, `2048` MB, `3072` MB, `4096` MB, `5120` MB, or `6144` MB.", + 'memorySizeInMb', + 'The memory size of your serverless endpoint. Valid values are in 1 GB increments: `1024` MB, `2048` MB, `3072` MB, `4096` MB, `5120` MB, or `6144` MB.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "provisionedConcurrency", - "The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to `max_concurrency`. Valid values are between `1` and `200`.", + 'provisionedConcurrency', + 'The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to `max_concurrency`. Valid values are between `1` and `200`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxConcurrency", - "The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between `1` and `200`.", + 'maxConcurrency', + 'The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between `1` and `200`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfig.ts index a47254a3e..46e688b9d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfig.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration, sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration"; +} from './sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration'; import { sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy, sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy"; +} from './sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy'; import { sagemaker_EndpointDeploymentConfigRollingUpdatePolicy, sagemaker_EndpointDeploymentConfigRollingUpdatePolicy_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigRollingUpdatePolicy"; +} from './sagemaker_EndpointDeploymentConfigRollingUpdatePolicy'; export interface sagemaker_EndpointDeploymentConfig { // Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration. @@ -33,8 +33,8 @@ export function sagemaker_EndpointDeploymentConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "autoRollbackConfiguration", - "Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.", + 'autoRollbackConfiguration', + 'Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.', () => sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration_GetTypes(), false, @@ -42,16 +42,16 @@ export function sagemaker_EndpointDeploymentConfig_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "blueGreenUpdatePolicy", - "Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.", + 'blueGreenUpdatePolicy', + 'Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.', () => sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rollingUpdatePolicy", - "Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.", + 'rollingUpdatePolicy', + 'Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.', () => sagemaker_EndpointDeploymentConfigRollingUpdatePolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration.ts index ded791e0e..6b56f0114 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm, sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm"; +} from './sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm'; export interface sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration { // List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment. See Alarms. @@ -19,8 +19,8 @@ export function sagemaker_EndpointDeploymentConfigAutoRollbackConfiguration_GetT return [ new DynamicUIProps( InputType.Array, - "alarms", - "List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment. See Alarms.", + 'alarms', + 'List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment. See Alarms.', () => sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm.ts index f571771c9..1dbd9eacd 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm { // The name of a CloudWatch alarm in your account. @@ -15,8 +15,8 @@ export function sagemaker_EndpointDeploymentConfigAutoRollbackConfigurationAlarm return [ new DynamicUIProps( InputType.String, - "alarmName", - "The name of a CloudWatch alarm in your account.", + 'alarmName', + 'The name of a CloudWatch alarm in your account.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy.ts index c2df6c00b..73448cc16 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration, sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration"; +} from './sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration'; export interface sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy { // Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration. @@ -25,8 +25,8 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy_GetTypes return [ new DynamicUIProps( InputType.Object, - "trafficRoutingConfiguration", - "Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.", + 'trafficRoutingConfiguration', + 'Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.', () => sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration_GetTypes(), true, @@ -34,16 +34,16 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicy_GetTypes ), new DynamicUIProps( InputType.Number, - "maximumExecutionTimeoutInSeconds", - "", + 'maximumExecutionTimeoutInSeconds', + '', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "terminationWaitInSeconds", - "Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is `0`. Valid values are between `0` and `3600`.", + 'terminationWaitInSeconds', + 'Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is `0`. Valid values are between `0` and `3600`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.ts index 0aecd5b99..4bef7ea5c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize, sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize"; +} from './sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize'; import { sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize, sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize"; +} from './sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize'; export interface sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration { // The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between `0` and `3600`. @@ -32,7 +32,7 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRo return [ new DynamicUIProps( InputType.Object, - "canarySize", + 'canarySize', "Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant's total instance count. See Canary Size.", () => sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize_GetTypes(), @@ -41,7 +41,7 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRo ), new DynamicUIProps( InputType.Object, - "linearStepSize", + 'linearStepSize', "Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant's total instance count. See Linear Step Size.", () => sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize_GetTypes(), @@ -50,16 +50,16 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRo ), new DynamicUIProps( InputType.String, - "type", - "Traffic routing strategy type. Valid values are: `ALL_AT_ONCE`, `CANARY`, and `LINEAR`.", + 'type', + 'Traffic routing strategy type. Valid values are: `ALL_AT_ONCE`, `CANARY`, and `LINEAR`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "waitIntervalInSeconds", - "The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between `0` and `3600`.", + 'waitIntervalInSeconds', + 'The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between `0` and `3600`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize.ts index 3099e5cbe..2122ed1fd 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize { // Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`. @@ -18,16 +18,16 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRo return [ new DynamicUIProps( InputType.String, - "type", - "Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.", + 'type', + 'Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Defines the capacity size, either as a number of instances or a capacity percentage.", + 'value', + 'Defines the capacity size, either as a number of instances or a capacity percentage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.ts index 084057ad6..e4fbb198d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize { // Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`. @@ -18,16 +18,16 @@ export function sagemaker_EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRo return [ new DynamicUIProps( InputType.String, - "type", - "Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.", + 'type', + 'Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Defines the capacity size, either as a number of instances or a capacity percentage.", + 'value', + 'Defines the capacity size, either as a number of instances or a capacity percentage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicy.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicy.ts index 15e74d6fc..a0c4aa44f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicy.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicy.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize, sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize"; +} from './sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize'; import { sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize, sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize_GetTypes, -} from "./sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize"; +} from './sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize'; export interface sagemaker_EndpointDeploymentConfigRollingUpdatePolicy { // Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5%!t(MISSING)o 50%!o(MISSING)f the variant's total instance count. See Maximum Batch Size. @@ -32,8 +32,8 @@ export function sagemaker_EndpointDeploymentConfigRollingUpdatePolicy_GetTypes() return [ new DynamicUIProps( InputType.Object, - "rollbackMaximumBatchSize", - "Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback. See Rollback Maximum Batch Size.", + 'rollbackMaximumBatchSize', + 'Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback. See Rollback Maximum Batch Size.', () => sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize_GetTypes(), false, @@ -41,15 +41,15 @@ export function sagemaker_EndpointDeploymentConfigRollingUpdatePolicy_GetTypes() ), new DynamicUIProps( InputType.Number, - "waitIntervalInSeconds", - "The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet. Valid values are between `0` and `3600`.", + 'waitIntervalInSeconds', + 'The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet. Valid values are between `0` and `3600`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "maximumBatchSize", + 'maximumBatchSize', "Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count. See Maximum Batch Size.", () => sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize_GetTypes(), @@ -58,8 +58,8 @@ export function sagemaker_EndpointDeploymentConfigRollingUpdatePolicy_GetTypes() ), new DynamicUIProps( InputType.Number, - "maximumExecutionTimeoutInSeconds", - "The time limit for the total deployment. Exceeding this limit causes a timeout. Valid values are between `600` and `14400`.", + 'maximumExecutionTimeoutInSeconds', + 'The time limit for the total deployment. Exceeding this limit causes a timeout. Valid values are between `600` and `14400`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize.ts index 4aabcac5e..08730a28b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSize { // Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`. @@ -18,16 +18,16 @@ export function sagemaker_EndpointDeploymentConfigRollingUpdatePolicyMaximumBatc return [ new DynamicUIProps( InputType.String, - "type", - "Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.", + 'type', + 'Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Defines the capacity size, either as a number of instances or a capacity percentage.", + 'value', + 'Defines the capacity size, either as a number of instances or a capacity percentage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize.ts b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize.ts index 8ee06a139..1fee3a890 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSize { // Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`. @@ -18,16 +18,16 @@ export function sagemaker_EndpointDeploymentConfigRollingUpdatePolicyRollbackMax return [ new DynamicUIProps( InputType.String, - "type", - "Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.", + 'type', + 'Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "Defines the capacity size, either as a number of instances or a capacity percentage.", + 'value', + 'Defines the capacity size, either as a number of instances or a capacity percentage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupFeatureDefinition.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupFeatureDefinition.ts index 7a19e490a..45656a1d6 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupFeatureDefinition.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupFeatureDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FeatureGroupFeatureDefinition { // The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`. @@ -18,16 +18,16 @@ export function sagemaker_FeatureGroupFeatureDefinition_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "featureName", - "The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`.", + 'featureName', + 'The name of a feature. `feature_name` cannot be any of the following: `is_deleted`, `write_time`, `api_invocation_time`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "featureType", - "The value type of a feature. Valid values are `Integral`, `Fractional`, or `String`.", + 'featureType', + 'The value type of a feature. Valid values are `Integral`, `Fractional`, or `String`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfig.ts index 4f000fb60..db3a83537 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig, sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig_GetTypes, -} from "./sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig"; +} from './sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig'; import { sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig, sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig_GetTypes, -} from "./sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig"; +} from './sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig'; export interface sagemaker_FeatureGroupOfflineStoreConfig { // Set to `true` to turn Online Store On. @@ -32,32 +32,32 @@ export function sagemaker_FeatureGroupOfflineStoreConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Bool, - "disableGlueTableCreation", - "Set to `true` to turn Online Store On.", + 'disableGlueTableCreation', + 'Set to `true` to turn Online Store On.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "s3StorageConfig", - "The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.", + 's3StorageConfig', + 'The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.', () => sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "tableFormat", - "Format for the offline store table. Supported formats are `Glue` (Default) and Apache `Iceberg` (https://iceberg.apache.org/).", + 'tableFormat', + 'Format for the offline store table. Supported formats are `Glue` (Default) and Apache `Iceberg` (https://iceberg.apache.org/).', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dataCatalogConfig", - "The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.", + 'dataCatalogConfig', + 'The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.', () => sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig.ts index 863f64905..368e840e7 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig { // The name of the Glue table catalog. @@ -21,24 +21,24 @@ export function sagemaker_FeatureGroupOfflineStoreConfigDataCatalogConfig_GetTyp return [ new DynamicUIProps( InputType.String, - "catalog", - "The name of the Glue table catalog.", + 'catalog', + 'The name of the Glue table catalog.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "database", - "The name of the Glue table database.", + 'database', + 'The name of the Glue table database.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableName", - "The name of the Glue table.", + 'tableName', + 'The name of the Glue table.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig.ts index d52c4ffa1..8d8be81e6 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig { // The AWS Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location. @@ -21,24 +21,24 @@ export function sagemaker_FeatureGroupOfflineStoreConfigS3StorageConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "resolvedOutputS3Uri", - "The S3 path where offline records are written.", + 'resolvedOutputS3Uri', + 'The S3 path where offline records are written.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 URI, or location in Amazon S3, of OfflineStore.", + 's3Uri', + 'The S3 URI, or location in Amazon S3, of OfflineStore.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The AWS Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.", + 'kmsKeyId', + 'The AWS Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfig.ts index 913c1115a..8cd5a75d5 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfig.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig, sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig_GetTypes, -} from "./sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig"; +} from './sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig'; import { sagemaker_FeatureGroupOnlineStoreConfigTtlDuration, sagemaker_FeatureGroupOnlineStoreConfigTtlDuration_GetTypes, -} from "./sagemaker_FeatureGroupOnlineStoreConfigTtlDuration"; +} from './sagemaker_FeatureGroupOnlineStoreConfigTtlDuration'; export interface sagemaker_FeatureGroupOnlineStoreConfig { // Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore. @@ -32,32 +32,32 @@ export function sagemaker_FeatureGroupOnlineStoreConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "securityConfig", - "Security config for at-rest encryption of your OnlineStore. See Security Config Below.", + 'securityConfig', + 'Security config for at-rest encryption of your OnlineStore. See Security Config Below.', () => sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "storageType", - "Option for different tiers of low latency storage for real-time data retrieval. Valid values are `Standard`, or `InMemory`.", + 'storageType', + 'Option for different tiers of low latency storage for real-time data retrieval. Valid values are `Standard`, or `InMemory`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ttlDuration", - "Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.", + 'ttlDuration', + 'Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.', () => sagemaker_FeatureGroupOnlineStoreConfigTtlDuration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableOnlineStore", - "Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.", + 'enableOnlineStore', + 'Set to `true` to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig.ts index 04b2d4524..3c86c92c1 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig { // The ID of the AWS Key Management Service (AWS KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. @@ -15,8 +15,8 @@ export function sagemaker_FeatureGroupOnlineStoreConfigSecurityConfig_GetTypes() return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The ID of the AWS Key Management Service (AWS KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.", + 'kmsKeyId', + 'The ID of the AWS Key Management Service (AWS KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigTtlDuration.ts b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigTtlDuration.ts index 0439b7a88..dd98e4209 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigTtlDuration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FeatureGroupOnlineStoreConfigTtlDuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FeatureGroupOnlineStoreConfigTtlDuration { // TtlDuration time unit. Valid values are `Seconds`, `Minutes`, `Hours`, `Days`, or `Weeks`. @@ -18,16 +18,16 @@ export function sagemaker_FeatureGroupOnlineStoreConfigTtlDuration_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "unit", - "TtlDuration time unit. Valid values are `Seconds`, `Minutes`, `Hours`, `Days`, or `Weeks`.", + 'unit', + 'TtlDuration time unit. Valid values are `Seconds`, `Minutes`, `Hours`, `Days`, or `Weeks`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "value", - "TtlDuration time value.", + 'value', + 'TtlDuration time value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfig.ts index 96cfa843b..a5bb9c984 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig, sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig_GetTypes, -} from "./sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig"; +} from './sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig'; export interface sagemaker_FlowDefinitionHumanLoopActivationConfig { // defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below. @@ -19,8 +19,8 @@ export function sagemaker_FlowDefinitionHumanLoopActivationConfig_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "humanLoopActivationConditionsConfig", - "defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.", + 'humanLoopActivationConditionsConfig', + 'defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.', () => sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig.ts index cadcc41b8..7d9b621f8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig { // A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html). @@ -15,8 +15,8 @@ export function sagemaker_FlowDefinitionHumanLoopActivationConfigHumanLoopActiva return [ new DynamicUIProps( InputType.String, - "humanLoopActivationConditions", - "A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html).", + 'humanLoopActivationConditions', + 'A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html).', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfig.ts index cf5395c55..bdc066864 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice, sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice_GetTypes, -} from "./sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice"; +} from './sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice'; export interface sagemaker_FlowDefinitionHumanLoopConfig { // Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below. @@ -43,64 +43,64 @@ export function sagemaker_FlowDefinitionHumanLoopConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "taskKeywords", - "An array of keywords used to describe the task so that workers can discover the task.", + 'taskKeywords', + 'An array of keywords used to describe the task so that workers can discover the task.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "taskTitle", - "A title for the human worker task.", + 'taskTitle', + 'A title for the human worker task.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "workteamArn", - "The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html).", + 'workteamArn', + 'The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html).', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "taskTimeLimitInSeconds", - "The amount of time that a worker has to complete a task. The default value is `3600` seconds.", + 'taskTimeLimitInSeconds', + 'The amount of time that a worker has to complete a task. The default value is `3600` seconds.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "humanTaskUiArn", - "The Amazon Resource Name (ARN) of the human task user interface.", + 'humanTaskUiArn', + 'The Amazon Resource Name (ARN) of the human task user interface.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "taskCount", - "The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`.", + 'taskCount', + 'The number of distinct workers who will perform the same task on each object. Valid value range between `1` and `3`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "taskDescription", - "A description for the human worker task.", + 'taskDescription', + 'A description for the human worker task.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "publicWorkforceTaskPrice", - "Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.", + 'publicWorkforceTaskPrice', + 'Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.', () => sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice_GetTypes(), false, @@ -108,8 +108,8 @@ export function sagemaker_FlowDefinitionHumanLoopConfig_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Number, - "taskAvailabilityLifetimeInSeconds", - "The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`.", + 'taskAvailabilityLifetimeInSeconds', + 'The length of time that a task remains available for review by human workers. Valid value range between `1` and `864000`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice.ts index 3c88926bf..1fe446801 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd, sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd_GetTypes, -} from "./sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd"; +} from './sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd'; export interface sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice { // Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below. @@ -19,8 +19,8 @@ export function sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice_ return [ new DynamicUIProps( InputType.Object, - "amountInUsd", - "Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below.", + 'amountInUsd', + 'Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars. See Amount In Usd details below.', () => sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.ts index 3a4c715f0..d939476b8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd { // The fractional portion, in cents, of the amount. Valid value range between `0` and `99`. @@ -21,24 +21,24 @@ export function sagemaker_FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceA return [ new DynamicUIProps( InputType.Number, - "cents", - "The fractional portion, in cents, of the amount. Valid value range between `0` and `99`.", + 'cents', + 'The fractional portion, in cents, of the amount. Valid value range between `0` and `99`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "dollars", - "The whole number of dollars in the amount. Valid value range between `0` and `2`.", + 'dollars', + 'The whole number of dollars in the amount. Valid value range between `0` and `2`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "tenthFractionsOfACent", - "Fractions of a cent, in tenths. Valid value range between `0` and `9`.", + 'tenthFractionsOfACent', + 'Fractions of a cent, in tenths. Valid value range between `0` and `9`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopRequestSource.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopRequestSource.ts index d7afd7e8c..6826d0a26 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopRequestSource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionHumanLoopRequestSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FlowDefinitionHumanLoopRequestSource { // Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`. @@ -15,8 +15,8 @@ export function sagemaker_FlowDefinitionHumanLoopRequestSource_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "awsManagedHumanLoopRequestSource", - "Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`.", + 'awsManagedHumanLoopRequestSource', + 'Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. Valid values are: `AWS/Rekognition/DetectModerationLabels/Image/V3` and `AWS/Textract/AnalyzeDocument/Forms/V1`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionOutputConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionOutputConfig.ts index f4319bc64..8beafa13c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionOutputConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_FlowDefinitionOutputConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_FlowDefinitionOutputConfig { // The Amazon Key Management Service (KMS) key ARN for server-side encryption. @@ -18,16 +18,16 @@ export function sagemaker_FlowDefinitionOutputConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The Amazon Key Management Service (KMS) key ARN for server-side encryption.", + 'kmsKeyId', + 'The Amazon Key Management Service (KMS) key ARN for server-side encryption.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "s3OutputPath", - "The Amazon S3 path where the object containing human output will be made available.", + 's3OutputPath', + 'The Amazon S3 path where the object containing human output will be made available.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_HumanTaskUIUiTemplate.ts b/src/app/Models/codegen/aws/types/sagemaker_HumanTaskUIUiTemplate.ts index 763bf3ee3..d824a6693 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_HumanTaskUIUiTemplate.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_HumanTaskUIUiTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_HumanTaskUIUiTemplate { // The content of the Liquid template for the worker user interface. @@ -21,24 +21,24 @@ export function sagemaker_HumanTaskUIUiTemplate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "content", - "The content of the Liquid template for the worker user interface.", + 'content', + 'The content of the Liquid template for the worker user interface.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "contentSha256", - "The SHA-256 digest of the contents of the template.", + 'contentSha256', + 'The SHA-256 digest of the contents of the template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "url", - "The URL for the user interface template.", + 'url', + 'The URL for the user interface template.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelContainer.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelContainer.ts index 5aa5f10bc..dc3fefc22 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelContainer.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelContainer.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelContainerImageConfig, sagemaker_ModelContainerImageConfig_GetTypes, -} from "./sagemaker_ModelContainerImageConfig"; +} from './sagemaker_ModelContainerImageConfig'; import { sagemaker_ModelContainerModelDataSource, sagemaker_ModelContainerModelDataSource_GetTypes, -} from "./sagemaker_ModelContainerModelDataSource"; +} from './sagemaker_ModelContainerModelDataSource'; export interface sagemaker_ModelContainer { // Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html). see Image Config. @@ -47,64 +47,64 @@ export function sagemaker_ModelContainer_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "containerHostname", - "The DNS host name for the container.", + 'containerHostname', + 'The DNS host name for the container.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "environment", - "Environment variables for the Docker container.\nA list of key value pairs.", + 'environment', + 'Environment variables for the Docker container.\nA list of key value pairs.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "image", - "The registry path where the inference code image is stored in Amazon ECR.", + 'image', + 'The registry path where the inference code image is stored in Amazon ECR.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "imageConfig", - "Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html). see Image Config.", + 'imageConfig', + 'Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html). see Image Config.', () => sagemaker_ModelContainerImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mode", - "The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.", + 'mode', + 'The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "modelDataSource", - "The location of model data to deploy. Use this for uncompressed model deployment. For information about how to deploy an uncompressed model, see [Deploying uncompressed models](https://docs.aws.amazon.com/sagemaker/latest/dg/large-model-inference-uncompressed.html) in the _AWS SageMaker Developer Guide_.", + 'modelDataSource', + 'The location of model data to deploy. Use this for uncompressed model deployment. For information about how to deploy an uncompressed model, see [Deploying uncompressed models](https://docs.aws.amazon.com/sagemaker/latest/dg/large-model-inference-uncompressed.html) in the _AWS SageMaker Developer Guide_.', () => sagemaker_ModelContainerModelDataSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "modelDataUrl", - "The URL for the S3 location where model artifacts are stored.", + 'modelDataUrl', + 'The URL for the S3 location where model artifacts are stored.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "modelPackageName", - "The Amazon Resource Name (ARN) of the model package to use to create the model.", + 'modelPackageName', + 'The Amazon Resource Name (ARN) of the model package to use to create the model.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfig.ts index 5872c3999..c64e5c720 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelContainerImageConfigRepositoryAuthConfig, sagemaker_ModelContainerImageConfigRepositoryAuthConfig_GetTypes, -} from "./sagemaker_ModelContainerImageConfigRepositoryAuthConfig"; +} from './sagemaker_ModelContainerImageConfigRepositoryAuthConfig'; export interface sagemaker_ModelContainerImageConfig { // Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`. @@ -22,16 +22,16 @@ export function sagemaker_ModelContainerImageConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "repositoryAccessMode", - "Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.", + 'repositoryAccessMode', + 'Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "repositoryAuthConfig", - "Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.", + 'repositoryAuthConfig', + 'Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.', () => sagemaker_ModelContainerImageConfigRepositoryAuthConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfigRepositoryAuthConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfigRepositoryAuthConfig.ts index 55427c71b..755342cf1 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfigRepositoryAuthConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerImageConfigRepositoryAuthConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelContainerImageConfigRepositoryAuthConfig { // The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_. @@ -15,8 +15,8 @@ export function sagemaker_ModelContainerImageConfigRepositoryAuthConfig_GetTypes return [ new DynamicUIProps( InputType.String, - "repositoryCredentialsProviderArn", - "The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_.", + 'repositoryCredentialsProviderArn', + 'The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSource.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSource.ts index 41123eaba..d2ebc09e4 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelContainerModelDataSourceS3DataSource, sagemaker_ModelContainerModelDataSourceS3DataSource_GetTypes, -} from "./sagemaker_ModelContainerModelDataSourceS3DataSource"; +} from './sagemaker_ModelContainerModelDataSourceS3DataSource'; export interface sagemaker_ModelContainerModelDataSource { // The S3 location of model data to deploy. @@ -19,8 +19,8 @@ export function sagemaker_ModelContainerModelDataSource_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "s3DataSources", - "The S3 location of model data to deploy.", + 's3DataSources', + 'The S3 location of model data to deploy.', () => sagemaker_ModelContainerModelDataSourceS3DataSource_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSourceS3DataSource.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSourceS3DataSource.ts index 8b9b433bb..e2d7b3b7e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSourceS3DataSource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelContainerModelDataSourceS3DataSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelContainerModelDataSourceS3DataSource { // How the model data is prepared. Allowed values are: `None` and `Gzip`. @@ -21,24 +21,24 @@ export function sagemaker_ModelContainerModelDataSourceS3DataSource_GetTypes(): return [ new DynamicUIProps( InputType.String, - "s3DataType", - "The type of model data to deploy. Allowed values are: `S3Object` and `S3Prefix`.", + 's3DataType', + 'The type of model data to deploy. Allowed values are: `S3Object` and `S3Prefix`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 path of model data to deploy.", + 's3Uri', + 'The S3 path of model data to deploy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "compressionType", - "How the model data is prepared. Allowed values are: `None` and `Gzip`.", + 'compressionType', + 'How the model data is prepared. Allowed values are: `None` and `Gzip`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelInferenceExecutionConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelInferenceExecutionConfig.ts index 43386b052..a62115dfa 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelInferenceExecutionConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelInferenceExecutionConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelInferenceExecutionConfig { // The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`. @@ -15,8 +15,8 @@ export function sagemaker_ModelInferenceExecutionConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "mode", - "The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.", + 'mode', + 'The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainer.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainer.ts index 652701a3f..73fc168ec 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainer.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainer.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelPrimaryContainerModelDataSource, sagemaker_ModelPrimaryContainerModelDataSource_GetTypes, -} from "./sagemaker_ModelPrimaryContainerModelDataSource"; +} from './sagemaker_ModelPrimaryContainerModelDataSource'; import { sagemaker_ModelPrimaryContainerImageConfig, sagemaker_ModelPrimaryContainerImageConfig_GetTypes, -} from "./sagemaker_ModelPrimaryContainerImageConfig"; +} from './sagemaker_ModelPrimaryContainerImageConfig'; export interface sagemaker_ModelPrimaryContainer { // The URL for the S3 location where model artifacts are stored. @@ -47,64 +47,64 @@ export function sagemaker_ModelPrimaryContainer_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "modelDataSource", - "The location of model data to deploy. Use this for uncompressed model deployment. For information about how to deploy an uncompressed model, see [Deploying uncompressed models](https://docs.aws.amazon.com/sagemaker/latest/dg/large-model-inference-uncompressed.html) in the _AWS SageMaker Developer Guide_.", + 'modelDataSource', + 'The location of model data to deploy. Use this for uncompressed model deployment. For information about how to deploy an uncompressed model, see [Deploying uncompressed models](https://docs.aws.amazon.com/sagemaker/latest/dg/large-model-inference-uncompressed.html) in the _AWS SageMaker Developer Guide_.', () => sagemaker_ModelPrimaryContainerModelDataSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "modelDataUrl", - "The URL for the S3 location where model artifacts are stored.", + 'modelDataUrl', + 'The URL for the S3 location where model artifacts are stored.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "modelPackageName", - "The Amazon Resource Name (ARN) of the model package to use to create the model.", + 'modelPackageName', + 'The Amazon Resource Name (ARN) of the model package to use to create the model.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "containerHostname", - "The DNS host name for the container.", + 'containerHostname', + 'The DNS host name for the container.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "environment", - "Environment variables for the Docker container.\nA list of key value pairs.", + 'environment', + 'Environment variables for the Docker container.\nA list of key value pairs.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "image", - "The registry path where the inference code image is stored in Amazon ECR.", + 'image', + 'The registry path where the inference code image is stored in Amazon ECR.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "imageConfig", - "Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html). see Image Config.", + 'imageConfig', + 'Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For more information see [Using a Private Docker Registry for Real-Time Inference Containers](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html). see Image Config.', () => sagemaker_ModelPrimaryContainerImageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mode", - "The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.", + 'mode', + 'The container hosts value `SingleModel/MultiModel`. The default value is `SingleModel`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfig.ts index 88248b95b..b2b5b53c1 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig, sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig_GetTypes, -} from "./sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig"; +} from './sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig'; export interface sagemaker_ModelPrimaryContainerImageConfig { // Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`. @@ -22,16 +22,16 @@ export function sagemaker_ModelPrimaryContainerImageConfig_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "repositoryAccessMode", - "Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.", + 'repositoryAccessMode', + 'Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: `Platform` and `Vpc`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "repositoryAuthConfig", - "Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.", + 'repositoryAuthConfig', + 'Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.', () => sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig.ts index a9c7eddfc..f1abea7fe 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig { // The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_. @@ -15,8 +15,8 @@ export function sagemaker_ModelPrimaryContainerImageConfigRepositoryAuthConfig_G return [ new DynamicUIProps( InputType.String, - "repositoryCredentialsProviderArn", - "The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_.", + 'repositoryCredentialsProviderArn', + 'The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see [Create a Lambda function with the console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) in the _AWS Lambda Developer Guide_.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSource.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSource.ts index 62436da17..9033e149f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource, sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource_GetTypes, -} from "./sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource"; +} from './sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource'; export interface sagemaker_ModelPrimaryContainerModelDataSource { // The S3 location of model data to deploy. @@ -19,8 +19,8 @@ export function sagemaker_ModelPrimaryContainerModelDataSource_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "s3DataSources", - "The S3 location of model data to deploy.", + 's3DataSources', + 'The S3 location of model data to deploy.', () => sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource.ts index b92f582e5..1b2420e05 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource { // How the model data is prepared. Allowed values are: `None` and `Gzip`. @@ -21,24 +21,24 @@ export function sagemaker_ModelPrimaryContainerModelDataSourceS3DataSource_GetTy return [ new DynamicUIProps( InputType.String, - "s3DataType", - "The type of model data to deploy. Allowed values are: `S3Object` and `S3Prefix`.", + 's3DataType', + 'The type of model data to deploy. Allowed values are: `S3Object` and `S3Prefix`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "s3Uri", - "The S3 path of model data to deploy.", + 's3Uri', + 'The S3 path of model data to deploy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "compressionType", - "How the model data is prepared. Allowed values are: `None` and `Gzip`.", + 'compressionType', + 'How the model data is prepared. Allowed values are: `None` and `Gzip`.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ModelVpcConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_ModelVpcConfig.ts index 499fe5534..be79c90b2 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ModelVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ModelVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ModelVpcConfig { // @@ -18,16 +18,16 @@ export function sagemaker_ModelVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "", + 'securityGroupIds', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "", + 'subnets', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfig.ts index 706930ad7..44bfc7e53 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig, sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig_GetTypes, -} from "./sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig"; +} from './sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig'; export interface sagemaker_MonitoringScheduleMonitoringScheduleConfig { // The name of the monitoring job definition to schedule. @@ -25,24 +25,24 @@ export function sagemaker_MonitoringScheduleMonitoringScheduleConfig_GetTypes(): return [ new DynamicUIProps( InputType.String, - "monitoringJobDefinitionName", - "The name of the monitoring job definition to schedule.", + 'monitoringJobDefinitionName', + 'The name of the monitoring job definition to schedule.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "monitoringType", - "The type of the monitoring job definition to schedule. Valid values are `DataQuality`, `ModelQuality`, `ModelBias` or `ModelExplainability`", + 'monitoringType', + 'The type of the monitoring job definition to schedule. Valid values are `DataQuality`, `ModelQuality`, `ModelBias` or `ModelExplainability`', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scheduleConfig", - "Configures the monitoring schedule. Fields are documented below.", + 'scheduleConfig', + 'Configures the monitoring schedule. Fields are documented below.', () => sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig.ts index 04b12989f..9e91d94f0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConfig { // A cron expression that describes details about the monitoring schedule. For example, and hourly schedule would be `cron(0 - ? - - -)`. @@ -15,8 +15,8 @@ export function sagemaker_MonitoringScheduleMonitoringScheduleConfigScheduleConf return [ new DynamicUIProps( InputType.String, - "scheduleExpression", - "A cron expression that describes details about the monitoring schedule. For example, and hourly schedule would be `cron(0 * ? * * *)`.", + 'scheduleExpression', + 'A cron expression that describes details about the monitoring schedule. For example, and hourly schedule would be `cron(0 * ? * * *)`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration.ts index b0d62c023..4463ad724 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration { // Indicates the minimum IMDS version that the notebook instance supports. When passed "1" is passed. This means that both IMDSv1 and IMDSv2 are supported. Valid values are `1` and `2`. @@ -15,7 +15,7 @@ export function sagemaker_NotebookInstanceInstanceMetadataServiceConfiguration_G return [ new DynamicUIProps( InputType.String, - "minimumInstanceMetadataServiceVersion", + 'minimumInstanceMetadataServiceVersion', 'Indicates the minimum IMDS version that the notebook instance supports. When passed "1" is passed. This means that both IMDSv1 and IMDSv2 are supported. Valid values are `1` and `2`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_PipelineParallelismConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_PipelineParallelismConfiguration.ts index 8b81f4002..ad27f4c12 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_PipelineParallelismConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_PipelineParallelismConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_PipelineParallelismConfiguration { // The max number of steps that can be executed in parallel. @@ -15,8 +15,8 @@ export function sagemaker_PipelineParallelismConfiguration_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "maxParallelExecutionSteps", - "The max number of steps that can be executed in parallel.", + 'maxParallelExecutionSteps', + 'The max number of steps that can be executed in parallel.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_PipelinePipelineDefinitionS3Location.ts b/src/app/Models/codegen/aws/types/sagemaker_PipelinePipelineDefinitionS3Location.ts index 07530f1d4..09002433e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_PipelinePipelineDefinitionS3Location.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_PipelinePipelineDefinitionS3Location.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_PipelinePipelineDefinitionS3Location { // Name of the S3 bucket. @@ -21,24 +21,24 @@ export function sagemaker_PipelinePipelineDefinitionS3Location_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "bucket", - "Name of the S3 bucket.", + 'bucket', + 'Name of the S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "objectKey", - "The object key (or key name) uniquely identifies the object in an S3 bucket.", + 'objectKey', + 'The object key (or key name) uniquely identifies the object in an S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "versionId", - "Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.", + 'versionId', + 'Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetails.ts b/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetails.ts index 6fa63d4c5..8d9ea2894 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetails.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter, sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter_GetTypes, -} from "./sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter"; +} from './sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter'; export interface sagemaker_ProjectServiceCatalogProvisioningDetails { // The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. @@ -28,32 +28,32 @@ export function sagemaker_ProjectServiceCatalogProvisioningDetails_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "pathId", - "The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.", + 'pathId', + 'The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "productId", - "The ID of the product to provision.", + 'productId', + 'The ID of the product to provision.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "provisioningArtifactId", - "The ID of the provisioning artifact.", + 'provisioningArtifactId', + 'The ID of the provisioning artifact.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "provisioningParameters", - "A list of key value pairs that you specify when you provision a product. See Provisioning Parameter below.", + 'provisioningParameters', + 'A list of key value pairs that you specify when you provision a product. See Provisioning Parameter below.', () => sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter.ts b/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter.ts index e8fc60e75..cdbdf355a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningParameter { // The key that identifies a provisioning parameter. @@ -18,16 +18,16 @@ export function sagemaker_ProjectServiceCatalogProvisioningDetailsProvisioningPa return [ new DynamicUIProps( InputType.String, - "key", - "The key that identifies a provisioning parameter.", + 'key', + 'The key that identifies a provisioning parameter.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the provisioning parameter.", + 'value', + 'The value of the provisioning parameter.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceOwnershipSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceOwnershipSettings.ts index b8b8e24e8..5b34412fb 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceOwnershipSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceOwnershipSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceOwnershipSettings { // The user profile who is the owner of the private space. @@ -15,8 +15,8 @@ export function sagemaker_SpaceOwnershipSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "ownerUserProfileName", - "The user profile who is the owner of the private space.", + 'ownerUserProfileName', + 'The user profile who is the owner of the private space.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettings.ts index 91caf76e3..f8d674b52 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettings.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsJupyterServerAppSettings, sagemaker_SpaceSpaceSettingsJupyterServerAppSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterServerAppSettings"; +} from './sagemaker_SpaceSpaceSettingsJupyterServerAppSettings'; import { sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings, sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings"; +} from './sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings'; import { sagemaker_SpaceSpaceSettingsSpaceStorageSettings, sagemaker_SpaceSpaceSettingsSpaceStorageSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsSpaceStorageSettings"; +} from './sagemaker_SpaceSpaceSettingsSpaceStorageSettings'; import { sagemaker_SpaceSpaceSettingsCodeEditorAppSettings, sagemaker_SpaceSpaceSettingsCodeEditorAppSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsCodeEditorAppSettings"; +} from './sagemaker_SpaceSpaceSettingsCodeEditorAppSettings'; import { sagemaker_SpaceSpaceSettingsCustomFileSystem, sagemaker_SpaceSpaceSettingsCustomFileSystem_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsCustomFileSystem"; +} from './sagemaker_SpaceSpaceSettingsCustomFileSystem'; import { sagemaker_SpaceSpaceSettingsJupyterLabAppSettings, sagemaker_SpaceSpaceSettingsJupyterLabAppSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterLabAppSettings"; +} from './sagemaker_SpaceSpaceSettingsJupyterLabAppSettings'; export interface sagemaker_SpaceSpaceSettings { // A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See `custom_file_system` Block below. @@ -57,23 +57,23 @@ export function sagemaker_SpaceSpaceSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "customFileSystems", - "A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See `custom_file_system` Block below.", + 'customFileSystems', + 'A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See `custom_file_system` Block below.', () => sagemaker_SpaceSpaceSettingsCustomFileSystem_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterLabAppSettings", - "The settings for the JupyterLab application. See `jupyter_lab_app_settings` Block below.", + 'jupyterLabAppSettings', + 'The settings for the JupyterLab application. See `jupyter_lab_app_settings` Block below.', () => sagemaker_SpaceSpaceSettingsJupyterLabAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterServerAppSettings", + 'jupyterServerAppSettings', "The Jupyter server's app settings. See `jupyter_server_app_settings` Block below.", () => sagemaker_SpaceSpaceSettingsJupyterServerAppSettings_GetTypes(), false, @@ -81,32 +81,32 @@ export function sagemaker_SpaceSpaceSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "kernelGatewayAppSettings", - "The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.", + 'kernelGatewayAppSettings', + 'The kernel gateway app settings. See `kernel_gateway_app_settings` Block below.', () => sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spaceStorageSettings", - "The storage settings. See `space_storage_settings` Block below.", + 'spaceStorageSettings', + 'The storage settings. See `space_storage_settings` Block below.', () => sagemaker_SpaceSpaceSettingsSpaceStorageSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "appType", - "The type of app created within the space.", + 'appType', + 'The type of app created within the space.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "codeEditorAppSettings", - "The Code Editor application settings. See `code_editor_app_settings` Block below.", + 'codeEditorAppSettings', + 'The Code Editor application settings. See `code_editor_app_settings` Block below.', () => sagemaker_SpaceSpaceSettingsCodeEditorAppSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettings.ts index 40009657f..26cbb84b8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec, sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec"; +} from './sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec'; export interface sagemaker_SpaceSpaceSettingsCodeEditorAppSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below. @@ -19,8 +19,8 @@ export function sagemaker_SpaceSpaceSettingsCodeEditorAppSettings_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.', () => sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec.ts index 5ace429ae..0c0f35d5c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec { // The instance type. @@ -27,40 +27,40 @@ export function sagemaker_SpaceSpaceSettingsCodeEditorAppSettingsDefaultResource return [ new DynamicUIProps( InputType.String, - "instanceType", - "The instance type.", + 'instanceType', + 'The instance type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The Amazon Resource Name (ARN) of the SageMaker image created on the instance.", + 'sagemakerImageArn', + 'The Amazon Resource Name (ARN) of the SageMaker image created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystem.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystem.ts index a7f145cfe..78db69323 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystem.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystem.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem, sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem"; +} from './sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem'; export interface sagemaker_SpaceSpaceSettingsCustomFileSystem { // A custom file system in Amazon EFS. See `efs_file_system` Block below. @@ -19,8 +19,8 @@ export function sagemaker_SpaceSpaceSettingsCustomFileSystem_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Object, - "efsFileSystem", - "A custom file system in Amazon EFS. See `efs_file_system` Block below.", + 'efsFileSystem', + 'A custom file system in Amazon EFS. See `efs_file_system` Block below.', () => sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem.ts index a0495874e..ae3b42bc5 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem { // The ID of your Amazon EFS file system. @@ -15,8 +15,8 @@ export function sagemaker_SpaceSpaceSettingsCustomFileSystemEfsFileSystem_GetTyp return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of your Amazon EFS file system.", + 'fileSystemId', + 'The ID of your Amazon EFS file system.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettings.ts index 728667fb4..ae4bf9179 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec, sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec"; +} from './sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec'; import { sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository, sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository"; +} from './sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository'; export interface sagemaker_SpaceSpaceSettingsJupyterLabAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below. @@ -26,8 +26,8 @@ export function sagemaker_SpaceSpaceSettingsJupyterLabAppSettings_GetTypes(): Dy return [ new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below.', () => sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_SpaceSpaceSettingsJupyterLabAppSettings_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.', () => sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository.ts index 203ff8820..11047bddd 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository_ return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.ts index 213f4da6d..6fb392a9e 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec { // The ARN of the image version created on the instance. @@ -27,40 +27,40 @@ export function sagemaker_SpaceSpaceSettingsJupyterLabAppSettingsDefaultResource return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type.", + 'instanceType', + 'The instance type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The Amazon Resource Name (ARN) of the SageMaker image created on the instance.", + 'sagemakerImageArn', + 'The Amazon Resource Name (ARN) of the SageMaker image created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettings.ts index 8fa08af32..34dbba633 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository, sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository"; +} from './sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository'; import { sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec, sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec"; +} from './sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec'; export interface sagemaker_SpaceSpaceSettingsJupyterServerAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below. @@ -29,8 +29,8 @@ export function sagemaker_SpaceSpaceSettingsJupyterServerAppSettings_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.', () => sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes(), true, @@ -38,16 +38,16 @@ export function sagemaker_SpaceSpaceSettingsJupyterServerAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `code_repository` Block below.', () => sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository.ts index 809f178a7..575355784 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsCodeReposito return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts index 1fed4a05d..05817577d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec { // The SageMaker Image Version Alias. @@ -27,40 +27,40 @@ export function sagemaker_SpaceSpaceSettingsJupyterServerAppSettingsDefaultResou return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type.", + 'instanceType', + 'The instance type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The Amazon Resource Name (ARN) of the SageMaker image created on the instance.", + 'sagemakerImageArn', + 'The Amazon Resource Name (ARN) of the SageMaker image created on the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings.ts index cffba4fbc..ca0e941d8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage, sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage"; +} from './sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage'; import { sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec, sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec"; +} from './sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec'; export interface sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings { // A list of custom SageMaker images that are configured to run as a KernelGateway app. See `custom_image` Block below. @@ -29,8 +29,8 @@ export function sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. See `default_resource_spec` Block below.', () => sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes(), true, @@ -38,16 +38,16 @@ export function sagemaker_SpaceSpaceSettingsKernelGatewayAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a KernelGateway app. See `custom_image` Block below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a KernelGateway app. See `custom_image` Block below.', () => sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage.ts index 78c1f23aa..766ba24da 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsCustomImage_ return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts index 50ebe0671..7d0fd6ada 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec { // The instance type. @@ -27,40 +27,40 @@ export function sagemaker_SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResou return [ new DynamicUIProps( InputType.String, - "instanceType", - "The instance type.", + 'instanceType', + 'The instance type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The Amazon Resource Name (ARN) of the SageMaker image created on the instance.", + 'sagemakerImageArn', + 'The Amazon Resource Name (ARN) of the SageMaker image created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettings.ts index 2fc917ced..bb7d08fd7 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings, sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings_GetTypes, -} from "./sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings"; +} from './sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings'; export interface sagemaker_SpaceSpaceSettingsSpaceStorageSettings { // A collection of EBS storage settings for a space. See `ebs_storage_settings` Block below. @@ -19,8 +19,8 @@ export function sagemaker_SpaceSpaceSettingsSpaceStorageSettings_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "ebsStorageSettings", - "A collection of EBS storage settings for a space. See `ebs_storage_settings` Block below.", + 'ebsStorageSettings', + 'A collection of EBS storage settings for a space. See `ebs_storage_settings` Block below.', () => sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings.ts index 7a7394eaa..2e41df176 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettings { // The size of an EBS storage volume for a space. @@ -15,8 +15,8 @@ export function sagemaker_SpaceSpaceSettingsSpaceStorageSettingsEbsStorageSettin return [ new DynamicUIProps( InputType.Number, - "ebsVolumeSizeInGb", - "The size of an EBS storage volume for a space.", + 'ebsVolumeSizeInGb', + 'The size of an EBS storage volume for a space.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSharingSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSharingSettings.ts index 3ada1b14d..d96f71ca3 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSharingSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_SpaceSpaceSharingSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_SpaceSpaceSharingSettings { // Specifies the sharing type of the space. Valid values are `Private` and `Shared`. @@ -15,8 +15,8 @@ export function sagemaker_SpaceSpaceSharingSettings_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "sharingType", - "Specifies the sharing type of the space. Valid values are `Private` and `Shared`.", + 'sharingType', + 'Specifies the sharing type of the space. Valid values are `Private` and `Shared`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettings.ts index 78bed1ed1..d3fe445aa 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettings.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsRStudioServerProAppSettings, sagemaker_UserProfileUserSettingsRStudioServerProAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsRStudioServerProAppSettings"; +} from './sagemaker_UserProfileUserSettingsRStudioServerProAppSettings'; import { sagemaker_UserProfileUserSettingsCustomFileSystemConfig, sagemaker_UserProfileUserSettingsCustomFileSystemConfig_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCustomFileSystemConfig"; +} from './sagemaker_UserProfileUserSettingsCustomFileSystemConfig'; import { sagemaker_UserProfileUserSettingsSharingSettings, sagemaker_UserProfileUserSettingsSharingSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsSharingSettings"; +} from './sagemaker_UserProfileUserSettingsSharingSettings'; import { sagemaker_UserProfileUserSettingsSpaceStorageSettings, sagemaker_UserProfileUserSettingsSpaceStorageSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsSpaceStorageSettings"; +} from './sagemaker_UserProfileUserSettingsSpaceStorageSettings'; import { sagemaker_UserProfileUserSettingsKernelGatewayAppSettings, sagemaker_UserProfileUserSettingsKernelGatewayAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsKernelGatewayAppSettings"; +} from './sagemaker_UserProfileUserSettingsKernelGatewayAppSettings'; import { sagemaker_UserProfileUserSettingsCodeEditorAppSettings, sagemaker_UserProfileUserSettingsCodeEditorAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCodeEditorAppSettings"; +} from './sagemaker_UserProfileUserSettingsCodeEditorAppSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettings, sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettings'; import { sagemaker_UserProfileUserSettingsJupyterLabAppSettings, sagemaker_UserProfileUserSettingsJupyterLabAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterLabAppSettings"; +} from './sagemaker_UserProfileUserSettingsJupyterLabAppSettings'; import { sagemaker_UserProfileUserSettingsJupyterServerAppSettings, sagemaker_UserProfileUserSettingsJupyterServerAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterServerAppSettings"; +} from './sagemaker_UserProfileUserSettingsJupyterServerAppSettings'; import { sagemaker_UserProfileUserSettingsRSessionAppSettings, sagemaker_UserProfileUserSettingsRSessionAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsRSessionAppSettings"; +} from './sagemaker_UserProfileUserSettingsRSessionAppSettings'; import { sagemaker_UserProfileUserSettingsCustomPosixUserConfig, sagemaker_UserProfileUserSettingsCustomPosixUserConfig_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCustomPosixUserConfig"; +} from './sagemaker_UserProfileUserSettingsCustomPosixUserConfig'; import { sagemaker_UserProfileUserSettingsTensorBoardAppSettings, sagemaker_UserProfileUserSettingsTensorBoardAppSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsTensorBoardAppSettings"; +} from './sagemaker_UserProfileUserSettingsTensorBoardAppSettings'; export interface sagemaker_UserProfileUserSettings { // The settings for the JupyterLab application. See Jupyter Lab App Settings below. @@ -108,72 +108,72 @@ export function sagemaker_UserProfileUserSettings_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "studioWebPortal", - "Whether the user can access Studio. If this value is set to `DISABLED`, the user cannot access Studio, even if that is the default experience for the domain. Valid values are `ENABLED` and `DISABLED`.", + 'studioWebPortal', + 'Whether the user can access Studio. If this value is set to `DISABLED`, the user cannot access Studio, even if that is the default experience for the domain. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customFileSystemConfigs", - "The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio. See Custom File System Config below.", + 'customFileSystemConfigs', + 'The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio. See Custom File System Config below.', () => sagemaker_UserProfileUserSettingsCustomFileSystemConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sharingSettings", - "The sharing settings. See Sharing Settings below.", + 'sharingSettings', + 'The sharing settings. See Sharing Settings below.', () => sagemaker_UserProfileUserSettingsSharingSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterLabAppSettings", - "The settings for the JupyterLab application. See Jupyter Lab App Settings below.", + 'jupyterLabAppSettings', + 'The settings for the JupyterLab application. See Jupyter Lab App Settings below.', () => sagemaker_UserProfileUserSettingsJupyterLabAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rSessionAppSettings", - "The RSession app settings. See RSession App Settings below.", + 'rSessionAppSettings', + 'The RSession app settings. See RSession App Settings below.', () => sagemaker_UserProfileUserSettingsRSessionAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customPosixUserConfig", - "Details about the POSIX identity that is used for file system operations. See Custom Posix User Config below.", + 'customPosixUserConfig', + 'Details about the POSIX identity that is used for file system operations. See Custom Posix User Config below.', () => sagemaker_UserProfileUserSettingsCustomPosixUserConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spaceStorageSettings", - "The storage settings for a private space. See Space Storage Settings below.", + 'spaceStorageSettings', + 'The storage settings for a private space. See Space Storage Settings below.', () => sagemaker_UserProfileUserSettingsSpaceStorageSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tensorBoardAppSettings", - "The TensorBoard app settings. See TensorBoard App Settings below.", + 'tensorBoardAppSettings', + 'The TensorBoard app settings. See TensorBoard App Settings below.', () => sagemaker_UserProfileUserSettingsTensorBoardAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rStudioServerProAppSettings", - "A collection of settings that configure user interaction with the RStudioServerPro app. See RStudioServerProAppSettings below.", + 'rStudioServerProAppSettings', + 'A collection of settings that configure user interaction with the RStudioServerPro app. See RStudioServerProAppSettings below.', () => sagemaker_UserProfileUserSettingsRStudioServerProAppSettings_GetTypes(), false, @@ -181,31 +181,31 @@ export function sagemaker_UserProfileUserSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "defaultLandingUri", - "The default experience that the user is directed to when accessing the domain. The supported values are: `studio::`: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. `app:JupyterServer:`: Indicates that Studio Classic is the default experience.", + 'defaultLandingUri', + 'The default experience that the user is directed to when accessing the domain. The supported values are: `studio::`: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. `app:JupyterServer:`: Indicates that Studio Classic is the default experience.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "canvasAppSettings", - "The Canvas app settings. See Canvas App Settings below.", + 'canvasAppSettings', + 'The Canvas app settings. See Canvas App Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroups", - "A list of security group IDs that will be attached to the user.", + 'securityGroups', + 'A list of security group IDs that will be attached to the user.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "jupyterServerAppSettings", + 'jupyterServerAppSettings', "The Jupyter server's app settings. See Jupyter Server App Settings below.", () => sagemaker_UserProfileUserSettingsJupyterServerAppSettings_GetTypes(), @@ -214,24 +214,24 @@ export function sagemaker_UserProfileUserSettings_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "codeEditorAppSettings", - "The Code Editor application settings. See Code Editor App Settings below.", + 'codeEditorAppSettings', + 'The Code Editor application settings. See Code Editor App Settings below.', () => sagemaker_UserProfileUserSettingsCodeEditorAppSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "executionRole", - "The execution role ARN for the user.", + 'executionRole', + 'The execution role ARN for the user.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "kernelGatewayAppSettings", - "The kernel gateway app settings. See Kernel Gateway App Settings below.", + 'kernelGatewayAppSettings', + 'The kernel gateway app settings. See Kernel Gateway App Settings below.', () => sagemaker_UserProfileUserSettingsKernelGatewayAppSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettings.ts index 0717b8960..4ecf32de1 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettings.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting, sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings'; import { sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings, sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings"; +} from './sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettings { // The model deployment settings for the SageMaker Canvas application. See Direct Deploy Settings below. @@ -61,8 +61,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "generativeAiSettings", - "", + 'generativeAiSettings', + '', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings_GetTypes(), false, @@ -70,8 +70,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Array, - "identityProviderOauthSettings", - "The settings for connecting to an external data source with OAuth. See Identity Provider OAuth Settings below.", + 'identityProviderOauthSettings', + 'The settings for connecting to an external data source with OAuth. See Identity Provider OAuth Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting_GetTypes(), false, @@ -79,8 +79,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "kendraSettings", - "The settings for document querying. See Kendra Settings below.", + 'kendraSettings', + 'The settings for document querying. See Kendra Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings_GetTypes(), false, @@ -88,8 +88,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "modelRegisterSettings", - "The model registry settings for the SageMaker Canvas application. See Model Register Settings below.", + 'modelRegisterSettings', + 'The model registry settings for the SageMaker Canvas application. See Model Register Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings_GetTypes(), false, @@ -97,8 +97,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "timeSeriesForecastingSettings", - "Time series forecast settings for the Canvas app. See Time Series Forecasting Settings below.", + 'timeSeriesForecastingSettings', + 'Time series forecast settings for the Canvas app. See Time Series Forecasting Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings_GetTypes(), false, @@ -106,8 +106,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "workspaceSettings", - "The workspace settings for the SageMaker Canvas application. See Workspace Settings below.", + 'workspaceSettings', + 'The workspace settings for the SageMaker Canvas application. See Workspace Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings_GetTypes(), false, @@ -115,8 +115,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettings_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "directDeploySettings", - "The model deployment settings for the SageMaker Canvas application. See Direct Deploy Settings below.", + 'directDeploySettings', + 'The model deployment settings for the SageMaker Canvas application. See Direct Deploy Settings below.', () => sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings.ts index 76c41111b..dd46066f4 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySettings { // Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`. @@ -15,8 +15,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsDirectDeploySe return [ new DynamicUIProps( InputType.String, - "status", - "Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether model deployment permissions are enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings.ts index 346de742a..673dcd9e9 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettings { // @@ -15,8 +15,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsGenerativeAiSe return [ new DynamicUIProps( InputType.String, - "amazonBedrockRoleArn", - "", + 'amazonBedrockRoleArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts index 35b626b3f..047038c28 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting { // The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are `SalesforceGenie` and `Snowflake`. @@ -21,7 +21,7 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProvid return [ new DynamicUIProps( InputType.String, - "dataSourceName", + 'dataSourceName', "The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are `SalesforceGenie` and `Snowflake`.", () => [], false, @@ -29,16 +29,16 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsIdentityProvid ), new DynamicUIProps( InputType.String, - "secretArn", - "The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.", + 'secretArn', + 'The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings.ts index 8e7e9102f..b54f8d413 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings { // Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`. @@ -15,8 +15,8 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsKendraSettings return [ new DynamicUIProps( InputType.String, - "status", - "Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether the document querying feature is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings.ts index 90c4b99cb..8dab37943 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings { // The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas AWS account than the AWS account in which SageMaker model registry is set up. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsModelRegisterS return [ new DynamicUIProps( InputType.String, - "crossAccountModelRegisterRoleArn", - "The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas AWS account than the AWS account in which SageMaker model registry is set up.", + 'crossAccountModelRegisterRoleArn', + 'The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas AWS account than the AWS account in which SageMaker model registry is set up.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts index 329402cab..17202fa64 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings { // The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsTimeSeriesFore return [ new DynamicUIProps( InputType.String, - "amazonForecastRoleArn", - "The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.", + 'amazonForecastRoleArn', + 'The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.", + 'status', + 'Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings.ts index b3d76fec8..ecc2c6731 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSettings { // The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsCanvasAppSettingsWorkspaceSetti return [ new DynamicUIProps( InputType.String, - "s3KmsKeyId", - "The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.", + 's3KmsKeyId', + 'The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3ArtifactPath", - "The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.", + 's3ArtifactPath', + 'The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettings.ts index bb5505f4b..d2052aaab 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage, sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage"; +} from './sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage'; import { sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec'; export interface sagemaker_UserProfileUserSettingsCodeEditorAppSettings { // A list of custom SageMaker images that are configured to run as a CodeEditor app. see Custom Image below. @@ -29,8 +29,8 @@ export function sagemaker_UserProfileUserSettingsCodeEditorAppSettings_GetTypes( return [ new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a CodeEditor app. see Custom Image below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a CodeEditor app. see Custom Image below.', () => sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage_GetTypes(), false, @@ -38,8 +38,8 @@ export function sagemaker_UserProfileUserSettingsCodeEditorAppSettings_GetTypes( ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -47,8 +47,8 @@ export function sagemaker_UserProfileUserSettingsCodeEditorAppSettings_GetTypes( ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage.ts index 95d1b3923..d093a840f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_UserProfileUserSettingsCodeEditorAppSettingsCustomImag return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts index a77caae3d..01d8e0007 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec { // The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html). @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsCodeEditorAppSettingsDefaultRes return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfig.ts index c8b7e2698..f9a389a86 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig, sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig_GetTypes, -} from "./sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig"; +} from './sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig'; export interface sagemaker_UserProfileUserSettingsCustomFileSystemConfig { // The default EBS storage settings for a private space. See EFS File System Config below. @@ -19,8 +19,8 @@ export function sagemaker_UserProfileUserSettingsCustomFileSystemConfig_GetTypes return [ new DynamicUIProps( InputType.Array, - "efsFileSystemConfigs", - "The default EBS storage settings for a private space. See EFS File System Config below.", + 'efsFileSystemConfigs', + 'The default EBS storage settings for a private space. See EFS File System Config below.', () => sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts index bdf406709..dc6700676 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig { // The ID of your Amazon EFS file system. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsCustomFileSystemConfigEfsFileSy return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of your Amazon EFS file system.", + 'fileSystemId', + 'The ID of your Amazon EFS file system.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fileSystemPath", - "The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.", + 'fileSystemPath', + 'The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomPosixUserConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomPosixUserConfig.ts index ed1848557..fa80ab5c3 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomPosixUserConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsCustomPosixUserConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsCustomPosixUserConfig { // The POSIX group ID. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsCustomPosixUserConfig_GetTypes( return [ new DynamicUIProps( InputType.Number, - "gid", - "The POSIX group ID.", + 'gid', + 'The POSIX group ID.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "uid", - "The POSIX user ID.", + 'uid', + 'The POSIX user ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettings.ts index 67294f6e7..7559aa4a6 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettings.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec'; import { sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository, sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository"; +} from './sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository'; import { sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage, sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage"; +} from './sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage'; export interface sagemaker_UserProfileUserSettingsJupyterLabAppSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. @@ -36,8 +36,8 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettings_GetTypes( return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -45,16 +45,16 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettings_GetTypes( ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.', () => sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository_GetTypes(), false, @@ -62,8 +62,8 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettings_GetTypes( ), new DynamicUIProps( InputType.Array, - "customImages", - "", + 'customImages', + '', () => sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository.ts index be117998b..381304549 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCodeReposi return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage.ts index 7040d27a1..ada691475 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImage { // The name of the Custom Image. @@ -21,24 +21,24 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettingsCustomImag return [ new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts index d2784a274..04f1dfe15 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec { // The ARN of the SageMaker image that the image version belongs to. @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsJupyterLabAppSettingsDefaultRes return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettings.ts index d348032fb..f468a6fb8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository, sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository"; +} from './sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository'; import { sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec'; export interface sagemaker_UserProfileUserSettingsJupyterServerAppSettings { // A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below. @@ -29,8 +29,8 @@ export function sagemaker_UserProfileUserSettingsJupyterServerAppSettings_GetTyp return [ new DynamicUIProps( InputType.Array, - "codeRepositories", - "A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.", + 'codeRepositories', + 'A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.', () => sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository_GetTypes(), false, @@ -38,8 +38,8 @@ export function sagemaker_UserProfileUserSettingsJupyterServerAppSettings_GetTyp ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -47,8 +47,8 @@ export function sagemaker_UserProfileUserSettingsJupyterServerAppSettings_GetTyp ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository.ts index dcd9c73c1..02b25f341 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRepository { // The URL of the Git repository. @@ -15,8 +15,8 @@ export function sagemaker_UserProfileUserSettingsJupyterServerAppSettingsCodeRep return [ new DynamicUIProps( InputType.String, - "repositoryUrl", - "The URL of the Git repository.", + 'repositoryUrl', + 'The URL of the Git repository.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts index 6ee5c2c7b..2eba1e707 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpec { // The ARN of the image version created on the instance. @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsJupyterServerAppSettingsDefault return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettings.ts index a26530e68..5160f643b 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec'; import { sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage, sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage_GetTypes, -} from "./sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage"; +} from './sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage'; export interface sagemaker_UserProfileUserSettingsKernelGatewayAppSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. @@ -29,8 +29,8 @@ export function sagemaker_UserProfileUserSettingsKernelGatewayAppSettings_GetTyp return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec_GetTypes(), false, @@ -38,16 +38,16 @@ export function sagemaker_UserProfileUserSettingsKernelGatewayAppSettings_GetTyp ), new DynamicUIProps( InputType.Array, - "lifecycleConfigArns", - "The Amazon Resource Name (ARN) of the Lifecycle Configurations.", + 'lifecycleConfigArns', + 'The Amazon Resource Name (ARN) of the Lifecycle Configurations.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.', () => sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage.ts index 433cd8e7e..35ce0497c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsCustomI return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts index 4ec96328c..8f6f83bf9 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec { // The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource. @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsKernelGatewayAppSettingsDefault return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettings.ts index eeb1bb48d..885d86340 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettings.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage, sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage_GetTypes, -} from "./sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage"; +} from './sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage'; import { sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec'; export interface sagemaker_UserProfileUserSettingsRSessionAppSettings { // A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below. @@ -26,8 +26,8 @@ export function sagemaker_UserProfileUserSettingsRSessionAppSettings_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "customImages", - "A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.", + 'customImages', + 'A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.', () => sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_UserProfileUserSettingsRSessionAppSettings_GetTypes(): ), new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage.ts index 7d8049471..75d60d1b6 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage { // The name of the App Image Config. @@ -21,24 +21,24 @@ export function sagemaker_UserProfileUserSettingsRSessionAppSettingsCustomImage_ return [ new DynamicUIProps( InputType.String, - "appImageConfigName", - "The name of the App Image Config.", + 'appImageConfigName', + 'The name of the App Image Config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "imageName", - "The name of the Custom Image.", + 'imageName', + 'The name of the Custom Image.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "imageVersionNumber", - "The version number of the Custom Image.", + 'imageVersionNumber', + 'The version number of the Custom Image.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec.ts index dedb5bcb1..59c2006a7 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec { // The SageMaker Image Version Alias. @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsRSessionAppSettingsDefaultResou return [ new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRStudioServerProAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRStudioServerProAppSettings.ts index fb20adc34..82e108c3f 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRStudioServerProAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsRStudioServerProAppSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsRStudioServerProAppSettings { // The level of permissions that the user has within the RStudioServerPro app. This value defaults to `R_STUDIO_USER`. The `R_STUDIO_ADMIN` value allows the user access to the RStudio Administrative Dashboard. Valid values are `R_STUDIO_USER` and `R_STUDIO_ADMIN`. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsRStudioServerProAppSettings_Get return [ new DynamicUIProps( InputType.String, - "userGroup", - "The level of permissions that the user has within the RStudioServerPro app. This value defaults to `R_STUDIO_USER`. The `R_STUDIO_ADMIN` value allows the user access to the RStudio Administrative Dashboard. Valid values are `R_STUDIO_USER` and `R_STUDIO_ADMIN`.", + 'userGroup', + 'The level of permissions that the user has within the RStudioServerPro app. This value defaults to `R_STUDIO_USER`. The `R_STUDIO_ADMIN` value allows the user access to the RStudio Administrative Dashboard. Valid values are `R_STUDIO_USER` and `R_STUDIO_ADMIN`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "accessStatus", - "Indicates whether the current user has access to the RStudioServerPro app. Valid values are `ENABLED` and `DISABLED`.", + 'accessStatus', + 'Indicates whether the current user has access to the RStudioServerPro app. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSharingSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSharingSettings.ts index 267e12008..17ed01184 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSharingSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSharingSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsSharingSettings { // Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`. @@ -21,24 +21,24 @@ export function sagemaker_UserProfileUserSettingsSharingSettings_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "notebookOutputOption", - "Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.", + 'notebookOutputOption', + 'Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3KmsKeyId", - "When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.", + 's3KmsKeyId', + 'When `notebook_output_option` is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3OutputPath", - "When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.", + 's3OutputPath', + 'When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettings.ts index d3d10e6c3..165c5bb80 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings, sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings_GetTypes, -} from "./sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings"; +} from './sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings'; export interface sagemaker_UserProfileUserSettingsSpaceStorageSettings { // The default EBS storage settings for a private space. See Default EBS Storage Settings below. @@ -19,8 +19,8 @@ export function sagemaker_UserProfileUserSettingsSpaceStorageSettings_GetTypes() return [ new DynamicUIProps( InputType.Object, - "defaultEbsStorageSettings", - "The default EBS storage settings for a private space. See Default EBS Storage Settings below.", + 'defaultEbsStorageSettings', + 'The default EBS storage settings for a private space. See Default EBS Storage Settings below.', () => sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts index f7f341bf5..2f6a4c9d3 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsStorageSettings { // The default size of the EBS storage volume for a private space. @@ -18,16 +18,16 @@ export function sagemaker_UserProfileUserSettingsSpaceStorageSettingsDefaultEbsS return [ new DynamicUIProps( InputType.Number, - "defaultEbsVolumeSizeInGb", - "The default size of the EBS storage volume for a private space.", + 'defaultEbsVolumeSizeInGb', + 'The default size of the EBS storage volume for a private space.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumEbsVolumeSizeInGb", - "The maximum size of the EBS storage volume for a private space.", + 'maximumEbsVolumeSizeInGb', + 'The maximum size of the EBS storage volume for a private space.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettings.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettings.ts index 734d70b02..2d46070ac 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettings.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettings.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec, sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec_GetTypes, -} from "./sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec"; +} from './sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec'; export interface sagemaker_UserProfileUserSettingsTensorBoardAppSettings { // The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below. @@ -19,8 +19,8 @@ export function sagemaker_UserProfileUserSettingsTensorBoardAppSettings_GetTypes return [ new DynamicUIProps( InputType.Object, - "defaultResourceSpec", - "The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.", + 'defaultResourceSpec', + 'The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.', () => sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts index a26afde63..ca3f7937d 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultResourceSpec { // The ARN of the SageMaker image that the image version belongs to. @@ -27,40 +27,40 @@ export function sagemaker_UserProfileUserSettingsTensorBoardAppSettingsDefaultRe return [ new DynamicUIProps( InputType.String, - "sagemakerImageArn", - "The ARN of the SageMaker image that the image version belongs to.", + 'sagemakerImageArn', + 'The ARN of the SageMaker image that the image version belongs to.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionAlias", - "The SageMaker Image Version Alias.", + 'sagemakerImageVersionAlias', + 'The SageMaker Image Version Alias.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sagemakerImageVersionArn", - "The ARN of the image version created on the instance.", + 'sagemakerImageVersionArn', + 'The ARN of the image version created on the instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", - "The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).", + 'instanceType', + 'The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lifecycleConfigArn", - "The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.", + 'lifecycleConfigArn', + 'The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkforceCognitoConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkforceCognitoConfig.ts index 801609daa..8c5586a8a 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkforceCognitoConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkforceCognitoConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkforceCognitoConfig { // The client ID for your Amazon Cognito user pool. @@ -18,16 +18,16 @@ export function sagemaker_WorkforceCognitoConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "clientId", - "The client ID for your Amazon Cognito user pool.", + 'clientId', + 'The client ID for your Amazon Cognito user pool.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPool", - "ID for your Amazon Cognito user pool.", + 'userPool', + 'ID for your Amazon Cognito user pool.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkforceOidcConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkforceOidcConfig.ts index b8299928d..de76cfeb0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkforceOidcConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkforceOidcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkforceOidcConfig { // The OIDC IdP client secret used to configure your private workforce. @@ -42,80 +42,80 @@ export function sagemaker_WorkforceOidcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "scope", - "An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.", + 'scope', + 'An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "The OIDC IdP token endpoint used to configure your private workforce.", + 'tokenEndpoint', + 'The OIDC IdP token endpoint used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "The OIDC IdP user information endpoint used to configure your private workforce.", + 'userInfoEndpoint', + 'The OIDC IdP user information endpoint used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "issuer", - "The OIDC IdP issuer used to configure your private workforce.", + 'issuer', + 'The OIDC IdP issuer used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "jwksUri", - "The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.", + 'jwksUri', + 'The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logoutEndpoint", - "The OIDC IdP logout endpoint used to configure your private workforce.", + 'logoutEndpoint', + 'The OIDC IdP logout endpoint used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientSecret", - "The OIDC IdP client secret used to configure your private workforce.", + 'clientSecret', + 'The OIDC IdP client secret used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "authenticationRequestExtraParams", - "A string to string map of identifiers specific to the custom identity provider (IdP) being used.", + 'authenticationRequestExtraParams', + 'A string to string map of identifiers specific to the custom identity provider (IdP) being used.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "The OIDC IdP authorization endpoint used to configure your private workforce.", + 'authorizationEndpoint', + 'The OIDC IdP authorization endpoint used to configure your private workforce.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "clientId", - "The OIDC IdP client ID used to configure your private workforce.", + 'clientId', + 'The OIDC IdP client ID used to configure your private workforce.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkforceSourceIpConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkforceSourceIpConfig.ts index 81eed9dae..0e177c777 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkforceSourceIpConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkforceSourceIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkforceSourceIpConfig { // A list of up to 10 CIDR values. @@ -15,8 +15,8 @@ export function sagemaker_WorkforceSourceIpConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "cidrs", - "A list of up to 10 CIDR values.", + 'cidrs', + 'A list of up to 10 CIDR values.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkforceWorkforceVpcConfig.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkforceWorkforceVpcConfig.ts index ac3bf7aed..0b1e63540 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkforceWorkforceVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkforceWorkforceVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkforceWorkforceVpcConfig { // The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet. @@ -24,32 +24,32 @@ export function sagemaker_WorkforceWorkforceVpcConfig_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "subnets", - "The ID of the subnets in the VPC that you want to connect.", + 'subnets', + 'The ID of the subnets in the VPC that you want to connect.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The IDs for the VPC service endpoints of your VPC workforce.", + 'vpcEndpointId', + 'The IDs for the VPC service endpoints of your VPC workforce.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The ID of the VPC that the workforce uses for communication.", + 'vpcId', + 'The ID of the VPC that the workforce uses for communication.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.", + 'securityGroupIds', + 'The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinition.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinition.ts index 581fad441..a09253ec0 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinition.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinition.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition, sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition_GetTypes, -} from "./sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition"; +} from './sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition'; import { sagemaker_WorkteamMemberDefinitionOidcMemberDefinition, sagemaker_WorkteamMemberDefinitionOidcMemberDefinition_GetTypes, -} from "./sagemaker_WorkteamMemberDefinitionOidcMemberDefinition"; +} from './sagemaker_WorkteamMemberDefinitionOidcMemberDefinition'; export interface sagemaker_WorkteamMemberDefinition { // The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below. @@ -26,8 +26,8 @@ export function sagemaker_WorkteamMemberDefinition_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "cognitoMemberDefinition", - "The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.", + 'cognitoMemberDefinition', + 'The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.', () => sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition_GetTypes(), false, @@ -35,8 +35,8 @@ export function sagemaker_WorkteamMemberDefinition_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "oidcMemberDefinition", - "A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.", + 'oidcMemberDefinition', + 'A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. See Cognito Member Definition details below.', () => sagemaker_WorkteamMemberDefinitionOidcMemberDefinition_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition.ts index d280893e8..ba32941a7 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition { // An identifier for an application client. You must create the app client ID using Amazon Cognito. @@ -21,24 +21,24 @@ export function sagemaker_WorkteamMemberDefinitionCognitoMemberDefinition_GetTyp return [ new DynamicUIProps( InputType.String, - "clientId", - "An identifier for an application client. You must create the app client ID using Amazon Cognito.", + 'clientId', + 'An identifier for an application client. You must create the app client ID using Amazon Cognito.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userGroup", - "An identifier for a user group.", + 'userGroup', + 'An identifier for a user group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "userPool", - "An identifier for a user pool. The user pool must be in the same region as the service that you are calling.", + 'userPool', + 'An identifier for a user pool. The user pool must be in the same region as the service that you are calling.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionOidcMemberDefinition.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionOidcMemberDefinition.ts index ae6d00770..d527b8ce2 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionOidcMemberDefinition.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamMemberDefinitionOidcMemberDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkteamMemberDefinitionOidcMemberDefinition { // A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers. @@ -15,8 +15,8 @@ export function sagemaker_WorkteamMemberDefinitionOidcMemberDefinition_GetTypes( return [ new DynamicUIProps( InputType.Array, - "groups", - "A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.", + 'groups', + 'A list of comma separated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamNotificationConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamNotificationConfiguration.ts index 8bbe42f39..f114a313c 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamNotificationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamNotificationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkteamNotificationConfiguration { // The ARN for the SNS topic to which notifications should be published. @@ -15,8 +15,8 @@ export function sagemaker_WorkteamNotificationConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "notificationTopicArn", - "The ARN for the SNS topic to which notifications should be published.", + 'notificationTopicArn', + 'The ARN for the SNS topic to which notifications should be published.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfiguration.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfiguration.ts index 8a08576a0..a9cfb7944 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_WorkteamWorkerAccessConfigurationS3Presign, sagemaker_WorkteamWorkerAccessConfigurationS3Presign_GetTypes, -} from "./sagemaker_WorkteamWorkerAccessConfigurationS3Presign"; +} from './sagemaker_WorkteamWorkerAccessConfigurationS3Presign'; export interface sagemaker_WorkteamWorkerAccessConfiguration { // Defines any Amazon S3 resource constraints. see S3 Presign details below. @@ -19,8 +19,8 @@ export function sagemaker_WorkteamWorkerAccessConfiguration_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "s3Presign", - "Defines any Amazon S3 resource constraints. see S3 Presign details below.", + 's3Presign', + 'Defines any Amazon S3 resource constraints. see S3 Presign details below.', () => sagemaker_WorkteamWorkerAccessConfigurationS3Presign_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3Presign.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3Presign.ts index 02577ba26..60b5ae8b8 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3Presign.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3Presign.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints, sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints_GetTypes, -} from "./sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints"; +} from './sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints'; export interface sagemaker_WorkteamWorkerAccessConfigurationS3Presign { // Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp. see IAM Policy Constraints details below. @@ -19,8 +19,8 @@ export function sagemaker_WorkteamWorkerAccessConfigurationS3Presign_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "iamPolicyConstraints", - "Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp. see IAM Policy Constraints details below.", + 'iamPolicyConstraints', + 'Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp. see IAM Policy Constraints details below.', () => sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints.ts b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints.ts index ca680eb4a..0e4528398 100644 --- a/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints.ts +++ b/src/app/Models/codegen/aws/types/sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints { // When SourceIp is Enabled the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal. Valid values are `Enabled` or `Disabled` @@ -18,7 +18,7 @@ export function sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyCon return [ new DynamicUIProps( InputType.String, - "sourceIp", + 'sourceIp', "When SourceIp is Enabled the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal. Valid values are `Enabled` or `Disabled`", () => [], false, @@ -26,7 +26,7 @@ export function sagemaker_WorkteamWorkerAccessConfigurationS3PresignIamPolicyCon ), new DynamicUIProps( InputType.String, - "vpcSourceIp", + 'vpcSourceIp', "When VpcSourceIp is Enabled the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as a Condition used to generate the Amazon S3 presigned URL. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see [Use Amazon VPC mode from a private worker portal](https://docs.aws.amazon.com/sagemaker/latest/dg/samurai-vpc-worker-portal.html). Valid values are `Enabled` or `Disabled`", () => [], false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleFlexibleTimeWindow.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleFlexibleTimeWindow.ts index 8b6d36770..1b7632472 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleFlexibleTimeWindow.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleFlexibleTimeWindow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleFlexibleTimeWindow { // Maximum time window during which a schedule can be invoked. Ranges from `1` to `1440` minutes. @@ -18,16 +18,16 @@ export function scheduler_ScheduleFlexibleTimeWindow_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "mode", - "Determines whether the schedule is invoked within a flexible time window. One of: `OFF`, `FLEXIBLE`.", + 'mode', + 'Determines whether the schedule is invoked within a flexible time window. One of: `OFF`, `FLEXIBLE`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "maximumWindowInMinutes", - "Maximum time window during which a schedule can be invoked. Ranges from `1` to `1440` minutes.", + 'maximumWindowInMinutes', + 'Maximum time window during which a schedule can be invoked. Ranges from `1` to `1440` minutes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTarget.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTarget.ts index 1314e05de..071e59a2c 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTarget.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTarget.ts @@ -3,36 +3,36 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { scheduler_ScheduleTargetSqsParameters, scheduler_ScheduleTargetSqsParameters_GetTypes, -} from "./scheduler_ScheduleTargetSqsParameters"; +} from './scheduler_ScheduleTargetSqsParameters'; import { scheduler_ScheduleTargetDeadLetterConfig, scheduler_ScheduleTargetDeadLetterConfig_GetTypes, -} from "./scheduler_ScheduleTargetDeadLetterConfig"; +} from './scheduler_ScheduleTargetDeadLetterConfig'; import { scheduler_ScheduleTargetSagemakerPipelineParameters, scheduler_ScheduleTargetSagemakerPipelineParameters_GetTypes, -} from "./scheduler_ScheduleTargetSagemakerPipelineParameters"; +} from './scheduler_ScheduleTargetSagemakerPipelineParameters'; import { scheduler_ScheduleTargetEcsParameters, scheduler_ScheduleTargetEcsParameters_GetTypes, -} from "./scheduler_ScheduleTargetEcsParameters"; +} from './scheduler_ScheduleTargetEcsParameters'; import { scheduler_ScheduleTargetEventbridgeParameters, scheduler_ScheduleTargetEventbridgeParameters_GetTypes, -} from "./scheduler_ScheduleTargetEventbridgeParameters"; +} from './scheduler_ScheduleTargetEventbridgeParameters'; import { scheduler_ScheduleTargetKinesisParameters, scheduler_ScheduleTargetKinesisParameters_GetTypes, -} from "./scheduler_ScheduleTargetKinesisParameters"; +} from './scheduler_ScheduleTargetKinesisParameters'; import { scheduler_ScheduleTargetRetryPolicy, scheduler_ScheduleTargetRetryPolicy_GetTypes, -} from "./scheduler_ScheduleTargetRetryPolicy"; +} from './scheduler_ScheduleTargetRetryPolicy'; export interface scheduler_ScheduleTarget { // Templated target type for the Amazon ECS [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) API operation. Detailed below. @@ -74,80 +74,80 @@ export function scheduler_ScheduleTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "roleArn", - "ARN of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked. Read more in [Set up the execution role](https://docs.aws.amazon.com/scheduler/latest/UserGuide/setting-up.html#setting-up-execution-role).\n\nThe following arguments are optional:", + 'roleArn', + 'ARN of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked. Read more in [Set up the execution role](https://docs.aws.amazon.com/scheduler/latest/UserGuide/setting-up.html#setting-up-execution-role).\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "arn", - "ARN of the target of this schedule, such as a SQS queue or ECS cluster. For universal targets, this is a [Service ARN specific to the target service](https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-targets-universal.html#supported-universal-targets).", + 'arn', + 'ARN of the target of this schedule, such as a SQS queue or ECS cluster. For universal targets, this is a [Service ARN specific to the target service](https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-targets-universal.html#supported-universal-targets).', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "kinesisParameters", - "Templated target type for the Amazon Kinesis [`PutRecord`](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html) API operation. Detailed below.", + 'kinesisParameters', + 'Templated target type for the Amazon Kinesis [`PutRecord`](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html) API operation. Detailed below.', () => scheduler_ScheduleTargetKinesisParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqsParameters", - "The templated target type for the Amazon SQS [`SendMessage`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html) API operation. Detailed below.", + 'sqsParameters', + 'The templated target type for the Amazon SQS [`SendMessage`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html) API operation. Detailed below.', () => scheduler_ScheduleTargetSqsParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deadLetterConfig", - "Information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue. Detailed below.", + 'deadLetterConfig', + 'Information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue. Detailed below.', () => scheduler_ScheduleTargetDeadLetterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "input", - "Text, or well-formed JSON, passed to the target. Read more in [Universal target](https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-targets-universal.html).", + 'input', + 'Text, or well-formed JSON, passed to the target. Read more in [Universal target](https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-targets-universal.html).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sagemakerPipelineParameters", - "Templated target type for the Amazon SageMaker [`StartPipelineExecution`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html) API operation. Detailed below.", + 'sagemakerPipelineParameters', + 'Templated target type for the Amazon SageMaker [`StartPipelineExecution`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html) API operation. Detailed below.', () => scheduler_ScheduleTargetSagemakerPipelineParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ecsParameters", - "Templated target type for the Amazon ECS [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) API operation. Detailed below.", + 'ecsParameters', + 'Templated target type for the Amazon ECS [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) API operation. Detailed below.', () => scheduler_ScheduleTargetEcsParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eventbridgeParameters", - "Templated target type for the EventBridge [`PutEvents`](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html) API operation. Detailed below.", + 'eventbridgeParameters', + 'Templated target type for the EventBridge [`PutEvents`](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html) API operation. Detailed below.', () => scheduler_ScheduleTargetEventbridgeParameters_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "retryPolicy", - "Information about the retry policy settings. Detailed below.", + 'retryPolicy', + 'Information about the retry policy settings. Detailed below.', () => scheduler_ScheduleTargetRetryPolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetDeadLetterConfig.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetDeadLetterConfig.ts index 03c90d37f..8ecc2dad1 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetDeadLetterConfig.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetDeadLetterConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetDeadLetterConfig { // ARN of the SQS queue specified as the destination for the dead-letter queue. @@ -15,8 +15,8 @@ export function scheduler_ScheduleTargetDeadLetterConfig_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "arn", - "ARN of the SQS queue specified as the destination for the dead-letter queue.", + 'arn', + 'ARN of the SQS queue specified as the destination for the dead-letter queue.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParameters.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParameters.ts index 0a04131fa..f3ae390a6 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParameters.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { scheduler_ScheduleTargetEcsParametersPlacementConstraint, scheduler_ScheduleTargetEcsParametersPlacementConstraint_GetTypes, -} from "./scheduler_ScheduleTargetEcsParametersPlacementConstraint"; +} from './scheduler_ScheduleTargetEcsParametersPlacementConstraint'; import { scheduler_ScheduleTargetEcsParametersPlacementStrategy, scheduler_ScheduleTargetEcsParametersPlacementStrategy_GetTypes, -} from "./scheduler_ScheduleTargetEcsParametersPlacementStrategy"; +} from './scheduler_ScheduleTargetEcsParametersPlacementStrategy'; import { scheduler_ScheduleTargetEcsParametersNetworkConfiguration, scheduler_ScheduleTargetEcsParametersNetworkConfiguration_GetTypes, -} from "./scheduler_ScheduleTargetEcsParametersNetworkConfiguration"; +} from './scheduler_ScheduleTargetEcsParametersNetworkConfiguration'; import { scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy, scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy_GetTypes, -} from "./scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy"; +} from './scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy'; export interface scheduler_ScheduleTargetEcsParameters { // Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`. @@ -74,24 +74,24 @@ export function scheduler_ScheduleTargetEcsParameters_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "placementConstraints", - "A set of up to 10 placement constraints to use for the task. Detailed below.", + 'placementConstraints', + 'A set of up to 10 placement constraints to use for the task. Detailed below.', () => scheduler_ScheduleTargetEcsParametersPlacementConstraint_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "placementStrategies", - "A set of up to 5 placement strategies. Detailed below.", + 'placementStrategies', + 'A set of up to 5 placement strategies. Detailed below.', () => scheduler_ScheduleTargetEcsParametersPlacementStrategy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "networkConfiguration", - "Configures the networking associated with the task. Detailed below.", + 'networkConfiguration', + 'Configures the networking associated with the task. Detailed below.', () => scheduler_ScheduleTargetEcsParametersNetworkConfiguration_GetTypes(), false, @@ -99,40 +99,40 @@ export function scheduler_ScheduleTargetEcsParameters_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "propagateTags", - "Specifies whether to propagate the tags from the task definition to the task. One of: `TASK_DEFINITION`.", + 'propagateTags', + 'Specifies whether to propagate the tags from the task definition to the task. One of: `TASK_DEFINITION`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "referenceId", - "Reference ID to use for the task.", + 'referenceId', + 'Reference ID to use for the task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "platformVersion", - "Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`.", + 'platformVersion', + 'Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchType", - "Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. One of: `EC2`, `FARGATE`, `EXTERNAL`.", + 'launchType', + 'Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. One of: `EC2`, `FARGATE`, `EXTERNAL`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "capacityProviderStrategies", - "Up to `6` capacity provider strategies to use for the task. Detailed below.", + 'capacityProviderStrategies', + 'Up to `6` capacity provider strategies to use for the task. Detailed below.', () => scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy_GetTypes(), false, @@ -140,48 +140,48 @@ export function scheduler_ScheduleTargetEcsParameters_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "taskDefinitionArn", - "ARN of the task definition to use.\n\nThe following arguments are optional:", + 'taskDefinitionArn', + 'ARN of the task definition to use.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "The metadata that you apply to the task. Each tag consists of a key and an optional value. For more information, see [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) in the Amazon ECS API Reference.", + 'tags', + 'The metadata that you apply to the task. Each tag consists of a key and an optional value. For more information, see [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) in the Amazon ECS API Reference.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "group", - "Specifies an ECS task group for the task. At most 255 characters.", + 'group', + 'Specifies an ECS task group for the task. At most 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableEcsManagedTags", - "Specifies whether to enable Amazon ECS managed tags for the task. For more information, see [Tagging Your Amazon ECS Resources](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html) in the Amazon ECS Developer Guide.", + 'enableEcsManagedTags', + 'Specifies whether to enable Amazon ECS managed tags for the task. For more information, see [Tagging Your Amazon ECS Resources](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html) in the Amazon ECS Developer Guide.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableExecuteCommand", - "Specifies whether to enable the execute command functionality for the containers in this task.", + 'enableExecuteCommand', + 'Specifies whether to enable the execute command functionality for the containers in this task.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "taskCount", - "The number of tasks to create. Ranges from `1` (default) to `10`.", + 'taskCount', + 'The number of tasks to create. Ranges from `1` (default) to `10`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy.ts index 1498c4a36..69e899691 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy { // Designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Ranges from from `0` to `1000`. @@ -21,24 +21,24 @@ export function scheduler_ScheduleTargetEcsParametersCapacityProviderStrategy_Ge return [ new DynamicUIProps( InputType.Number, - "weight", - "Designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Ranges from from `0` to `1000`.", + 'weight', + 'Designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Ranges from from `0` to `1000`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "base", - "How many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Ranges from `0` (default) to `100000`.", + 'base', + 'How many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Ranges from `0` (default) to `100000`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "capacityProvider", - "Short name of the capacity provider.", + 'capacityProvider', + 'Short name of the capacity provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersNetworkConfiguration.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersNetworkConfiguration.ts index 503bc9223..1d3744f39 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersNetworkConfiguration.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersNetworkConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetEcsParametersNetworkConfiguration { // Specifies whether the task's elastic network interface receives a public IP address. This attribute is a boolean type, where `true` maps to `ENABLED` and `false` to `DISABLED`. You can specify `true` only when the `launch_type` is set to `FARGATE`. @@ -21,7 +21,7 @@ export function scheduler_ScheduleTargetEcsParametersNetworkConfiguration_GetTyp return [ new DynamicUIProps( InputType.Bool, - "assignPublicIp", + 'assignPublicIp', "Specifies whether the task's elastic network interface receives a public IP address. This attribute is a boolean type, where `true` maps to `ENABLED` and `false` to `DISABLED`. You can specify `true` only when the `launch_type` is set to `FARGATE`.", () => [], false, @@ -29,16 +29,16 @@ export function scheduler_ScheduleTargetEcsParametersNetworkConfiguration_GetTyp ), new DynamicUIProps( InputType.Array, - "securityGroups", - "Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.", + 'securityGroups', + 'Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnets", - "Set of 1 to 16 subnets to be associated with the task. These subnets must all be in the same VPC.", + 'subnets', + 'Set of 1 to 16 subnets to be associated with the task. These subnets must all be in the same VPC.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementConstraint.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementConstraint.ts index a779e49e2..09753ae17 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementConstraint.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetEcsParametersPlacementConstraint { // A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is `distinctInstance`. For more information, see [Cluster query language](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html) in the Amazon ECS Developer Guide. @@ -18,16 +18,16 @@ export function scheduler_ScheduleTargetEcsParametersPlacementConstraint_GetType return [ new DynamicUIProps( InputType.String, - "expression", - "A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is `distinctInstance`. For more information, see [Cluster query language](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html) in the Amazon ECS Developer Guide.", + 'expression', + 'A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is `distinctInstance`. For more information, see [Cluster query language](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html) in the Amazon ECS Developer Guide.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of constraint. One of: `distinctInstance`, `memberOf`.", + 'type', + 'The type of constraint. One of: `distinctInstance`, `memberOf`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementStrategy.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementStrategy.ts index 6aca07e6d..840e642cb 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementStrategy.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEcsParametersPlacementStrategy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetEcsParametersPlacementStrategy { // The field to apply the placement strategy against. @@ -18,16 +18,16 @@ export function scheduler_ScheduleTargetEcsParametersPlacementStrategy_GetTypes( return [ new DynamicUIProps( InputType.String, - "field", - "The field to apply the placement strategy against.", + 'field', + 'The field to apply the placement strategy against.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of placement strategy. One of: `random`, `spread`, `binpack`.", + 'type', + 'The type of placement strategy. One of: `random`, `spread`, `binpack`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEventbridgeParameters.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEventbridgeParameters.ts index 883a7e7ea..168120698 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEventbridgeParameters.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetEventbridgeParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetEventbridgeParameters { // Source of the event. @@ -18,16 +18,16 @@ export function scheduler_ScheduleTargetEventbridgeParameters_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "source", - "Source of the event.", + 'source', + 'Source of the event.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "detailType", - "Free-form string used to decide what fields to expect in the event detail. Up to 128 characters.", + 'detailType', + 'Free-form string used to decide what fields to expect in the event detail. Up to 128 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetKinesisParameters.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetKinesisParameters.ts index f1adf71af..54346d25b 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetKinesisParameters.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetKinesisParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetKinesisParameters { // Specifies the shard to which EventBridge Scheduler sends the event. Up to 256 characters. @@ -15,8 +15,8 @@ export function scheduler_ScheduleTargetKinesisParameters_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "partitionKey", - "Specifies the shard to which EventBridge Scheduler sends the event. Up to 256 characters.", + 'partitionKey', + 'Specifies the shard to which EventBridge Scheduler sends the event. Up to 256 characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetRetryPolicy.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetRetryPolicy.ts index 4b0981d24..b83aa99cc 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetRetryPolicy.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetRetryPolicy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetRetryPolicy { // Maximum amount of time, in seconds, to continue to make retry attempts. Ranges from `60` to `86400` (default). @@ -18,16 +18,16 @@ export function scheduler_ScheduleTargetRetryPolicy_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "maximumEventAgeInSeconds", - "Maximum amount of time, in seconds, to continue to make retry attempts. Ranges from `60` to `86400` (default).", + 'maximumEventAgeInSeconds', + 'Maximum amount of time, in seconds, to continue to make retry attempts. Ranges from `60` to `86400` (default).', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maximumRetryAttempts", - "Maximum number of retry attempts to make before the request fails. Ranges from `0` to `185` (default).", + 'maximumRetryAttempts', + 'Maximum number of retry attempts to make before the request fails. Ranges from `0` to `185` (default).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParameters.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParameters.ts index 1af6f3593..a0c03bc65 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParameters.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter, scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter_GetTypes, -} from "./scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter"; +} from './scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter'; export interface scheduler_ScheduleTargetSagemakerPipelineParameters { // Set of up to 200 parameter names and values to use when executing the SageMaker Model Building Pipeline. Detailed below. @@ -19,8 +19,8 @@ export function scheduler_ScheduleTargetSagemakerPipelineParameters_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "pipelineParameters", - "Set of up to 200 parameter names and values to use when executing the SageMaker Model Building Pipeline. Detailed below.", + 'pipelineParameters', + 'Set of up to 200 parameter names and values to use when executing the SageMaker Model Building Pipeline. Detailed below.', () => scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter.ts index 37b7bdc06..8609938a5 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParameter { // Name of parameter to start execution of a SageMaker Model Building Pipeline. @@ -18,16 +18,16 @@ export function scheduler_ScheduleTargetSagemakerPipelineParametersPipelineParam return [ new DynamicUIProps( InputType.String, - "name", - "Name of parameter to start execution of a SageMaker Model Building Pipeline.", + 'name', + 'Name of parameter to start execution of a SageMaker Model Building Pipeline.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of parameter to start execution of a SageMaker Model Building Pipeline.", + 'value', + 'Value of parameter to start execution of a SageMaker Model Building Pipeline.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSqsParameters.ts b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSqsParameters.ts index 4b33f49a6..2415aa986 100644 --- a/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSqsParameters.ts +++ b/src/app/Models/codegen/aws/types/scheduler_ScheduleTargetSqsParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface scheduler_ScheduleTargetSqsParameters { // FIFO message group ID to use as the target. @@ -15,8 +15,8 @@ export function scheduler_ScheduleTargetSqsParameters_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "messageGroupId", - "FIFO message group ID to use as the target.", + 'messageGroupId', + 'FIFO message group ID to use as the target.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/secretsmanager_SecretReplica.ts b/src/app/Models/codegen/aws/types/secretsmanager_SecretReplica.ts index a423edbb5..038a93d7e 100644 --- a/src/app/Models/codegen/aws/types/secretsmanager_SecretReplica.ts +++ b/src/app/Models/codegen/aws/types/secretsmanager_SecretReplica.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface secretsmanager_SecretReplica { // ARN, Key ID, or Alias of the AWS KMS key within the region secret is replicated to. If one is not specified, then Secrets Manager defaults to using the AWS account's default KMS key (`aws/secretsmanager`) in the region or creates one for use if non-existent. @@ -27,7 +27,7 @@ export function secretsmanager_SecretReplica_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "kmsKeyId", + 'kmsKeyId', "ARN, Key ID, or Alias of the AWS KMS key within the region secret is replicated to. If one is not specified, then Secrets Manager defaults to using the AWS account's default KMS key (`aws/secretsmanager`) in the region or creates one for use if non-existent.", () => [], false, @@ -35,32 +35,32 @@ export function secretsmanager_SecretReplica_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "lastAccessedDate", - "Date that you last accessed the secret in the Region.", + 'lastAccessedDate', + 'Date that you last accessed the secret in the Region.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region for replicating the secret.", + 'region', + 'Region for replicating the secret.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Status can be `InProgress`, `Failed`, or `InSync`.", + 'status', + 'Status can be `InProgress`, `Failed`, or `InSync`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusMessage", - "Message such as `Replication succeeded` or `Secret with this name already exists in this region`.", + 'statusMessage', + 'Message such as `Replication succeeded` or `Secret with this name already exists in this region`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/secretsmanager_SecretRotationRotationRules.ts b/src/app/Models/codegen/aws/types/secretsmanager_SecretRotationRotationRules.ts index 4c9a034ae..2fd07ab18 100644 --- a/src/app/Models/codegen/aws/types/secretsmanager_SecretRotationRotationRules.ts +++ b/src/app/Models/codegen/aws/types/secretsmanager_SecretRotationRotationRules.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface secretsmanager_SecretRotationRotationRules { // Specifies the number of days between automatic scheduled rotations of the secret. Either `automatically_after_days` or `schedule_expression` must be specified. @@ -21,24 +21,24 @@ export function secretsmanager_SecretRotationRotationRules_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "scheduleExpression", - "A `cron()` or `rate()` expression that defines the schedule for rotating your secret. Either `automatically_after_days` or `schedule_expression` must be specified.", + 'scheduleExpression', + 'A `cron()` or `rate()` expression that defines the schedule for rotating your secret. Either `automatically_after_days` or `schedule_expression` must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "automaticallyAfterDays", - "Specifies the number of days between automatic scheduled rotations of the secret. Either `automatically_after_days` or `schedule_expression` must be specified.", + 'automaticallyAfterDays', + 'Specifies the number of days between automatic scheduled rotations of the secret. Either `automatically_after_days` or `schedule_expression` must be specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "duration", - "The length of the rotation window in hours. For example, `3h` for a three hour window.", + 'duration', + 'The length of the rotation window in hours. For example, `3h` for a three hour window.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/secretsmanager_getSecretRotationRotationRule.ts b/src/app/Models/codegen/aws/types/secretsmanager_getSecretRotationRotationRule.ts index 23e74825b..b6652b506 100644 --- a/src/app/Models/codegen/aws/types/secretsmanager_getSecretRotationRotationRule.ts +++ b/src/app/Models/codegen/aws/types/secretsmanager_getSecretRotationRotationRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface secretsmanager_getSecretRotationRotationRule { // @@ -21,17 +21,17 @@ export function secretsmanager_getSecretRotationRotationRule_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "automaticallyAfterDays", - "", + 'automaticallyAfterDays', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "duration", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'duration', '', () => [], true, false), new DynamicUIProps( InputType.String, - "scheduleExpression", - "", + 'scheduleExpression', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/secretsmanager_getSecretVersionsVersion.ts b/src/app/Models/codegen/aws/types/secretsmanager_getSecretVersionsVersion.ts index d4e29afb3..faabf40d0 100644 --- a/src/app/Models/codegen/aws/types/secretsmanager_getSecretVersionsVersion.ts +++ b/src/app/Models/codegen/aws/types/secretsmanager_getSecretVersionsVersion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface secretsmanager_getSecretVersionsVersion { // @@ -24,32 +24,32 @@ export function secretsmanager_getSecretVersionsVersion_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "versionStages", - "", + 'versionStages', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "createdTime", - "", + 'createdTime', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lastAccessedDate", - "Date that this version of the secret was last accessed.", + 'lastAccessedDate', + 'Date that this version of the secret was last accessed.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "versionId", - "Unique version identifier of this version of the secret.", + 'versionId', + 'Unique version identifier of this version of the secret.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/secretsmanager_getSecretsFilter.ts b/src/app/Models/codegen/aws/types/secretsmanager_getSecretsFilter.ts index 46f22b295..815dbabb8 100644 --- a/src/app/Models/codegen/aws/types/secretsmanager_getSecretsFilter.ts +++ b/src/app/Models/codegen/aws/types/secretsmanager_getSecretsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface secretsmanager_getSecretsFilter { // Name of the filter field. Valid values can be found in the [Secrets Manager ListSecrets API Reference](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_ListSecrets.html). @@ -18,16 +18,16 @@ export function secretsmanager_getSecretsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [Secrets Manager ListSecrets API Reference](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_ListSecrets.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [Secrets Manager ListSecrets API Reference](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_ListSecrets.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleAction.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleAction.ts index 853a82c5f..474bf122a 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleAction.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleActionFindingFieldsUpdate, securityhub_AutomationRuleActionFindingFieldsUpdate_GetTypes, -} from "./securityhub_AutomationRuleActionFindingFieldsUpdate"; +} from './securityhub_AutomationRuleActionFindingFieldsUpdate'; export interface securityhub_AutomationRuleAction { // A block that specifies that the automation rule action is an update to a finding field. Documented below. @@ -22,16 +22,16 @@ export function securityhub_AutomationRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "findingFieldsUpdate", - "A block that specifies that the automation rule action is an update to a finding field. Documented below.", + 'findingFieldsUpdate', + 'A block that specifies that the automation rule action is an update to a finding field. Documented below.', () => securityhub_AutomationRuleActionFindingFieldsUpdate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Specifies that the rule action should update the `Types` finding field. The `Types` finding field classifies findings in the format of namespace/category/classifier.", + 'type', + 'Specifies that the rule action should update the `Types` finding field. The `Types` finding field classifies findings in the format of namespace/category/classifier.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdate.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdate.ts index 78fec0801..24e672218 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdate.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdate.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow, securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow_GetTypes, -} from "./securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow"; +} from './securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow'; import { securityhub_AutomationRuleActionFindingFieldsUpdateSeverity, securityhub_AutomationRuleActionFindingFieldsUpdateSeverity_GetTypes, -} from "./securityhub_AutomationRuleActionFindingFieldsUpdateSeverity"; +} from './securityhub_AutomationRuleActionFindingFieldsUpdateSeverity'; import { securityhub_AutomationRuleActionFindingFieldsUpdateNote, securityhub_AutomationRuleActionFindingFieldsUpdateNote_GetTypes, -} from "./securityhub_AutomationRuleActionFindingFieldsUpdateNote"; +} from './securityhub_AutomationRuleActionFindingFieldsUpdateNote'; import { securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding, securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding_GetTypes, -} from "./securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding"; +} from './securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding'; export interface securityhub_AutomationRuleActionFindingFieldsUpdate { // A resource block that is used to update information about the investigation into the finding. Documented below. @@ -55,24 +55,24 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdate_GetTypes(): return [ new DynamicUIProps( InputType.Map, - "userDefinedFields", - "The rule action updates the `UserDefinedFields` field of a finding.", + 'userDefinedFields', + 'The rule action updates the `UserDefinedFields` field of a finding.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "note", - "A resource block that updates the note. Documented below.", + 'note', + 'A resource block that updates the note. Documented below.', () => securityhub_AutomationRuleActionFindingFieldsUpdateNote_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workflow", - "A resource block that is used to update information about the investigation into the finding. Documented below.", + 'workflow', + 'A resource block that is used to update information about the investigation into the finding. Documented below.', () => securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow_GetTypes(), false, @@ -80,16 +80,16 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdate_GetTypes(): ), new DynamicUIProps( InputType.Number, - "criticality", - "The rule action updates the `Criticality` field of a finding.", + 'criticality', + 'The rule action updates the `Criticality` field of a finding.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "severity", - "A resource block that updates to the severity information for a finding. Documented below.", + 'severity', + 'A resource block that updates to the severity information for a finding. Documented below.', () => securityhub_AutomationRuleActionFindingFieldsUpdateSeverity_GetTypes(), false, @@ -97,32 +97,32 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdate_GetTypes(): ), new DynamicUIProps( InputType.String, - "verificationState", - "The rule action updates the `VerificationState` field of a finding. The allowed values are the following `UNKNOWN`, `TRUE_POSITIVE`, `FALSE_POSITIVE` and `BENIGN_POSITIVE`.", + 'verificationState', + 'The rule action updates the `VerificationState` field of a finding. The allowed values are the following `UNKNOWN`, `TRUE_POSITIVE`, `FALSE_POSITIVE` and `BENIGN_POSITIVE`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "confidence", - "The rule action updates the `Confidence` field of a finding.", + 'confidence', + 'The rule action updates the `Confidence` field of a finding.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "types", - "The rule action updates the `Types` field of a finding.", + 'types', + 'The rule action updates the `Types` field of a finding.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "relatedFindings", - "A resource block that the rule action updates the `RelatedFindings` field of a finding. Documented below.", + 'relatedFindings', + 'A resource block that the rule action updates the `RelatedFindings` field of a finding. Documented below.', () => securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateNote.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateNote.ts index 64b5696e2..5bf0ee6d4 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateNote.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateNote.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleActionFindingFieldsUpdateNote { // The principal that updated the note. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdateNote_GetTypes return [ new DynamicUIProps( InputType.String, - "updatedBy", - "The principal that updated the note.", + 'updatedBy', + 'The principal that updated the note.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "text", - "The updated note text.", + 'text', + 'The updated note text.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding.ts index 156b49e77..fe6a4156a 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFinding { // The product-generated identifier for a related finding. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdateRelatedFindin return [ new DynamicUIProps( InputType.String, - "id", - "The product-generated identifier for a related finding.", + 'id', + 'The product-generated identifier for a related finding.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "productArn", - "The ARN of the product that generated a related finding.", + 'productArn', + 'The ARN of the product that generated a related finding.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateSeverity.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateSeverity.ts index 37f809e9b..56ecf32bd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateSeverity.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateSeverity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleActionFindingFieldsUpdateSeverity { // The severity value of the finding. The allowed values are the following `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH` and `CRITICAL`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdateSeverity_GetT return [ new DynamicUIProps( InputType.String, - "label", - "The severity value of the finding. The allowed values are the following `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH` and `CRITICAL`.", + 'label', + 'The severity value of the finding. The allowed values are the following `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH` and `CRITICAL`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "product", - "The native severity as defined by the AWS service or integrated partner product that generated the finding.", + 'product', + 'The native severity as defined by the AWS service or integrated partner product that generated the finding.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow.ts index 35cb58c58..185a71f08 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow { // The status of the investigation into the finding. The allowed values are the following `NEW`, `NOTIFIED`, `RESOLVED` and `SUPPRESSED`. @@ -15,8 +15,8 @@ export function securityhub_AutomationRuleActionFindingFieldsUpdateWorkflow_GetT return [ new DynamicUIProps( InputType.String, - "status", - "The status of the investigation into the finding. The allowed values are the following `NEW`, `NOTIFIED`, `RESOLVED` and `SUPPRESSED`.", + 'status', + 'The status of the investigation into the finding. The allowed values are the following `NEW`, `NOTIFIED`, `RESOLVED` and `SUPPRESSED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteria.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteria.ts index b86d50b10..bebe37a99 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteria.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteria.ts @@ -3,160 +3,160 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaResourceId, securityhub_AutomationRuleCriteriaResourceId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceId"; +} from './securityhub_AutomationRuleCriteriaResourceId'; import { securityhub_AutomationRuleCriteriaWorkflowStatus, securityhub_AutomationRuleCriteriaWorkflowStatus_GetTypes, -} from "./securityhub_AutomationRuleCriteriaWorkflowStatus"; +} from './securityhub_AutomationRuleCriteriaWorkflowStatus'; import { securityhub_AutomationRuleCriteriaUpdatedAt, securityhub_AutomationRuleCriteriaUpdatedAt_GetTypes, -} from "./securityhub_AutomationRuleCriteriaUpdatedAt"; +} from './securityhub_AutomationRuleCriteriaUpdatedAt'; import { securityhub_AutomationRuleCriteriaVerificationState, securityhub_AutomationRuleCriteriaVerificationState_GetTypes, -} from "./securityhub_AutomationRuleCriteriaVerificationState"; +} from './securityhub_AutomationRuleCriteriaVerificationState'; import { securityhub_AutomationRuleCriteriaComplianceSecurityControlId, securityhub_AutomationRuleCriteriaComplianceSecurityControlId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaComplianceSecurityControlId"; +} from './securityhub_AutomationRuleCriteriaComplianceSecurityControlId'; import { securityhub_AutomationRuleCriteriaCreatedAt, securityhub_AutomationRuleCriteriaCreatedAt_GetTypes, -} from "./securityhub_AutomationRuleCriteriaCreatedAt"; +} from './securityhub_AutomationRuleCriteriaCreatedAt'; import { securityhub_AutomationRuleCriteriaProductName, securityhub_AutomationRuleCriteriaProductName_GetTypes, -} from "./securityhub_AutomationRuleCriteriaProductName"; +} from './securityhub_AutomationRuleCriteriaProductName'; import { securityhub_AutomationRuleCriteriaRelatedFindingsId, securityhub_AutomationRuleCriteriaRelatedFindingsId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaRelatedFindingsId"; +} from './securityhub_AutomationRuleCriteriaRelatedFindingsId'; import { securityhub_AutomationRuleCriteriaResourceRegion, securityhub_AutomationRuleCriteriaResourceRegion_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceRegion"; +} from './securityhub_AutomationRuleCriteriaResourceRegion'; import { securityhub_AutomationRuleCriteriaSeverityLabel, securityhub_AutomationRuleCriteriaSeverityLabel_GetTypes, -} from "./securityhub_AutomationRuleCriteriaSeverityLabel"; +} from './securityhub_AutomationRuleCriteriaSeverityLabel'; import { securityhub_AutomationRuleCriteriaCriticality, securityhub_AutomationRuleCriteriaCriticality_GetTypes, -} from "./securityhub_AutomationRuleCriteriaCriticality"; +} from './securityhub_AutomationRuleCriteriaCriticality'; import { securityhub_AutomationRuleCriteriaDescription, securityhub_AutomationRuleCriteriaDescription_GetTypes, -} from "./securityhub_AutomationRuleCriteriaDescription"; +} from './securityhub_AutomationRuleCriteriaDescription'; import { securityhub_AutomationRuleCriteriaRelatedFindingsProductArn, securityhub_AutomationRuleCriteriaRelatedFindingsProductArn_GetTypes, -} from "./securityhub_AutomationRuleCriteriaRelatedFindingsProductArn"; +} from './securityhub_AutomationRuleCriteriaRelatedFindingsProductArn'; import { securityhub_AutomationRuleCriteriaAwsAccountName, securityhub_AutomationRuleCriteriaAwsAccountName_GetTypes, -} from "./securityhub_AutomationRuleCriteriaAwsAccountName"; +} from './securityhub_AutomationRuleCriteriaAwsAccountName'; import { securityhub_AutomationRuleCriteriaType, securityhub_AutomationRuleCriteriaType_GetTypes, -} from "./securityhub_AutomationRuleCriteriaType"; +} from './securityhub_AutomationRuleCriteriaType'; import { securityhub_AutomationRuleCriteriaResourceApplicationName, securityhub_AutomationRuleCriteriaResourceApplicationName_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceApplicationName"; +} from './securityhub_AutomationRuleCriteriaResourceApplicationName'; import { securityhub_AutomationRuleCriteriaResourceType, securityhub_AutomationRuleCriteriaResourceType_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceType"; +} from './securityhub_AutomationRuleCriteriaResourceType'; import { securityhub_AutomationRuleCriteriaCompanyName, securityhub_AutomationRuleCriteriaCompanyName_GetTypes, -} from "./securityhub_AutomationRuleCriteriaCompanyName"; +} from './securityhub_AutomationRuleCriteriaCompanyName'; import { securityhub_AutomationRuleCriteriaRecordState, securityhub_AutomationRuleCriteriaRecordState_GetTypes, -} from "./securityhub_AutomationRuleCriteriaRecordState"; +} from './securityhub_AutomationRuleCriteriaRecordState'; import { securityhub_AutomationRuleCriteriaNoteText, securityhub_AutomationRuleCriteriaNoteText_GetTypes, -} from "./securityhub_AutomationRuleCriteriaNoteText"; +} from './securityhub_AutomationRuleCriteriaNoteText'; import { securityhub_AutomationRuleCriteriaFirstObservedAt, securityhub_AutomationRuleCriteriaFirstObservedAt_GetTypes, -} from "./securityhub_AutomationRuleCriteriaFirstObservedAt"; +} from './securityhub_AutomationRuleCriteriaFirstObservedAt'; import { securityhub_AutomationRuleCriteriaUserDefinedField, securityhub_AutomationRuleCriteriaUserDefinedField_GetTypes, -} from "./securityhub_AutomationRuleCriteriaUserDefinedField"; +} from './securityhub_AutomationRuleCriteriaUserDefinedField'; import { securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId, securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId"; +} from './securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId'; import { securityhub_AutomationRuleCriteriaConfidence, securityhub_AutomationRuleCriteriaConfidence_GetTypes, -} from "./securityhub_AutomationRuleCriteriaConfidence"; +} from './securityhub_AutomationRuleCriteriaConfidence'; import { securityhub_AutomationRuleCriteriaLastObservedAt, securityhub_AutomationRuleCriteriaLastObservedAt_GetTypes, -} from "./securityhub_AutomationRuleCriteriaLastObservedAt"; +} from './securityhub_AutomationRuleCriteriaLastObservedAt'; import { securityhub_AutomationRuleCriteriaResourceApplicationArn, securityhub_AutomationRuleCriteriaResourceApplicationArn_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceApplicationArn"; +} from './securityhub_AutomationRuleCriteriaResourceApplicationArn'; import { securityhub_AutomationRuleCriteriaSourceUrl, securityhub_AutomationRuleCriteriaSourceUrl_GetTypes, -} from "./securityhub_AutomationRuleCriteriaSourceUrl"; +} from './securityhub_AutomationRuleCriteriaSourceUrl'; import { securityhub_AutomationRuleCriteriaTitle, securityhub_AutomationRuleCriteriaTitle_GetTypes, -} from "./securityhub_AutomationRuleCriteriaTitle"; +} from './securityhub_AutomationRuleCriteriaTitle'; import { securityhub_AutomationRuleCriteriaNoteUpdatedBy, securityhub_AutomationRuleCriteriaNoteUpdatedBy_GetTypes, -} from "./securityhub_AutomationRuleCriteriaNoteUpdatedBy"; +} from './securityhub_AutomationRuleCriteriaNoteUpdatedBy'; import { securityhub_AutomationRuleCriteriaProductArn, securityhub_AutomationRuleCriteriaProductArn_GetTypes, -} from "./securityhub_AutomationRuleCriteriaProductArn"; +} from './securityhub_AutomationRuleCriteriaProductArn'; import { securityhub_AutomationRuleCriteriaResourceTag, securityhub_AutomationRuleCriteriaResourceTag_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceTag"; +} from './securityhub_AutomationRuleCriteriaResourceTag'; import { securityhub_AutomationRuleCriteriaComplianceStatus, securityhub_AutomationRuleCriteriaComplianceStatus_GetTypes, -} from "./securityhub_AutomationRuleCriteriaComplianceStatus"; +} from './securityhub_AutomationRuleCriteriaComplianceStatus'; import { securityhub_AutomationRuleCriteriaResourcePartition, securityhub_AutomationRuleCriteriaResourcePartition_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourcePartition"; +} from './securityhub_AutomationRuleCriteriaResourcePartition'; import { securityhub_AutomationRuleCriteriaId, securityhub_AutomationRuleCriteriaId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaId"; +} from './securityhub_AutomationRuleCriteriaId'; import { securityhub_AutomationRuleCriteriaNoteUpdatedAt, securityhub_AutomationRuleCriteriaNoteUpdatedAt_GetTypes, -} from "./securityhub_AutomationRuleCriteriaNoteUpdatedAt"; +} from './securityhub_AutomationRuleCriteriaNoteUpdatedAt'; import { securityhub_AutomationRuleCriteriaResourceDetailsOther, securityhub_AutomationRuleCriteriaResourceDetailsOther_GetTypes, -} from "./securityhub_AutomationRuleCriteriaResourceDetailsOther"; +} from './securityhub_AutomationRuleCriteriaResourceDetailsOther'; import { securityhub_AutomationRuleCriteriaGeneratorId, securityhub_AutomationRuleCriteriaGeneratorId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaGeneratorId"; +} from './securityhub_AutomationRuleCriteriaGeneratorId'; import { securityhub_AutomationRuleCriteriaAwsAccountId, securityhub_AutomationRuleCriteriaAwsAccountId_GetTypes, -} from "./securityhub_AutomationRuleCriteriaAwsAccountId"; +} from './securityhub_AutomationRuleCriteriaAwsAccountId'; export interface securityhub_AutomationRuleCriteria { // The security control ID for which a finding was generated. Security control IDs are the same across standards. Documented below. @@ -278,8 +278,8 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "complianceSecurityControlIds", - "The security control ID for which a finding was generated. Security control IDs are the same across standards. Documented below.", + 'complianceSecurityControlIds', + 'The security control ID for which a finding was generated. Security control IDs are the same across standards. Documented below.', () => securityhub_AutomationRuleCriteriaComplianceSecurityControlId_GetTypes(), false, @@ -287,39 +287,39 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "firstObservedAts", - "A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Documented below.", + 'firstObservedAts', + 'A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Documented below.', () => securityhub_AutomationRuleCriteriaFirstObservedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceUrls", - "Provides a URL that links to a page about the current finding in the finding product. Documented below.", + 'sourceUrls', + 'Provides a URL that links to a page about the current finding in the finding product. Documented below.', () => securityhub_AutomationRuleCriteriaSourceUrl_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "relatedFindingsIds", - "The product-generated identifier for a related finding. Documented below.", + 'relatedFindingsIds', + 'The product-generated identifier for a related finding. Documented below.', () => securityhub_AutomationRuleCriteriaRelatedFindingsId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceIds", - "The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non-AWS resources, this is a unique identifier that is associated with the resource. Documented below.", + 'resourceIds', + 'The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non-AWS resources, this is a unique identifier that is associated with the resource. Documented below.', () => securityhub_AutomationRuleCriteriaResourceId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "descriptions", + 'descriptions', "A finding's description. Documented below.", () => securityhub_AutomationRuleCriteriaDescription_GetTypes(), false, @@ -327,87 +327,87 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "recordStates", - "Provides the current state of a finding. Documented below.", + 'recordStates', + 'Provides the current state of a finding. Documented below.', () => securityhub_AutomationRuleCriteriaRecordState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ids", - "The product-specific identifier for a finding. Documented below.", + 'ids', + 'The product-specific identifier for a finding. Documented below.', () => securityhub_AutomationRuleCriteriaId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "severityLabels", - "The severity value of the finding. Documented below.", + 'severityLabels', + 'The severity value of the finding. Documented below.', () => securityhub_AutomationRuleCriteriaSeverityLabel_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "confidences", - "The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. `Confidence` is scored on a 0–100 basis using a ratio scale. A value of `0` means 0 percent confidence, and a value of `100` means 100 percent confidence. Documented below.", + 'confidences', + 'The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. `Confidence` is scored on a 0–100 basis using a ratio scale. A value of `0` means 0 percent confidence, and a value of `100` means 100 percent confidence. Documented below.', () => securityhub_AutomationRuleCriteriaConfidence_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "updatedAts", - "A timestamp that indicates when the finding record was most recently updated. Documented below.", + 'updatedAts', + 'A timestamp that indicates when the finding record was most recently updated. Documented below.', () => securityhub_AutomationRuleCriteriaUpdatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourcePartitions", - "The partition in which the resource that the finding pertains to is located. A partition is a group of AWS Regions. Each AWS account is scoped to one partition. Documented below.", + 'resourcePartitions', + 'The partition in which the resource that the finding pertains to is located. A partition is a group of AWS Regions. Each AWS account is scoped to one partition. Documented below.', () => securityhub_AutomationRuleCriteriaResourcePartition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceDetailsOthers", - "Custom fields and values about the resource that a finding pertains to. Documented below.", + 'resourceDetailsOthers', + 'Custom fields and values about the resource that a finding pertains to. Documented below.', () => securityhub_AutomationRuleCriteriaResourceDetailsOther_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "workflowStatuses", - "Provides information about the status of the investigation into a finding. Documented below.", + 'workflowStatuses', + 'Provides information about the status of the investigation into a finding. Documented below.', () => securityhub_AutomationRuleCriteriaWorkflowStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "productArns", - "The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. Documented below.", + 'productArns', + 'The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. Documented below.', () => securityhub_AutomationRuleCriteriaProductArn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "lastObservedAts", - "A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Documented below.", + 'lastObservedAts', + 'A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Documented below.', () => securityhub_AutomationRuleCriteriaLastObservedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noteTexts", + 'noteTexts', "The text of a user-defined note that's added to a finding. Documented below.", () => securityhub_AutomationRuleCriteriaNoteText_GetTypes(), false, @@ -415,48 +415,48 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "The type of resource that the finding pertains to. Documented below.", + 'resourceTypes', + 'The type of resource that the finding pertains to. Documented below.', () => securityhub_AutomationRuleCriteriaResourceType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "awsAccountIds", - "The AWS account ID in which a finding was generated. Documented below.", + 'awsAccountIds', + 'The AWS account ID in which a finding was generated. Documented below.', () => securityhub_AutomationRuleCriteriaAwsAccountId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "complianceStatuses", - "The result of a security check. This field is only used for findings generated from controls. Documented below.", + 'complianceStatuses', + 'The result of a security check. This field is only used for findings generated from controls. Documented below.', () => securityhub_AutomationRuleCriteriaComplianceStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "companyNames", - "The name of the company for the product that generated the finding. For control-based findings, the company is AWS. Documented below.", + 'companyNames', + 'The name of the company for the product that generated the finding. For control-based findings, the company is AWS. Documented below.', () => securityhub_AutomationRuleCriteriaCompanyName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "awsAccountNames", - "The name of the AWS account in which a finding was generated. Documented below.", + 'awsAccountNames', + 'The name of the AWS account in which a finding was generated. Documented below.', () => securityhub_AutomationRuleCriteriaAwsAccountName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "complianceAssociatedStandardsIds", - "The unique identifier of a standard in which a control is enabled. Documented below.", + 'complianceAssociatedStandardsIds', + 'The unique identifier of a standard in which a control is enabled. Documented below.', () => securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId_GetTypes(), false, @@ -464,15 +464,15 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "resourceApplicationArns", - "The Amazon Resource Name (ARN) of the application that is related to a finding. Documented below.", + 'resourceApplicationArns', + 'The Amazon Resource Name (ARN) of the application that is related to a finding. Documented below.', () => securityhub_AutomationRuleCriteriaResourceApplicationArn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "titles", + 'titles', "A finding's title. Documented below.", () => securityhub_AutomationRuleCriteriaTitle_GetTypes(), false, @@ -480,80 +480,80 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "generatorIds", - "The identifier for the solution-specific component that generated a finding. Documented below.", + 'generatorIds', + 'The identifier for the solution-specific component that generated a finding. Documented below.', () => securityhub_AutomationRuleCriteriaGeneratorId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noteUpdatedAts", - "The timestamp of when the note was updated. Documented below.", + 'noteUpdatedAts', + 'The timestamp of when the note was updated. Documented below.', () => securityhub_AutomationRuleCriteriaNoteUpdatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "productNames", - "Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. Documented below.", + 'productNames', + 'Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. Documented below.', () => securityhub_AutomationRuleCriteriaProductName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "createdAts", - "A timestamp that indicates when this finding record was created. Documented below.", + 'createdAts', + 'A timestamp that indicates when this finding record was created. Documented below.', () => securityhub_AutomationRuleCriteriaCreatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceRegions", - "The AWS Region where the resource that a finding pertains to is located. Documented below.", + 'resourceRegions', + 'The AWS Region where the resource that a finding pertains to is located. Documented below.', () => securityhub_AutomationRuleCriteriaResourceRegion_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "types", - "One or more finding types in the format of namespace/category/classifier that classify a finding. Documented below.", + 'types', + 'One or more finding types in the format of namespace/category/classifier that classify a finding. Documented below.', () => securityhub_AutomationRuleCriteriaType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "userDefinedFields", - "A list of user-defined name and value string pairs added to a finding. Documented below.", + 'userDefinedFields', + 'A list of user-defined name and value string pairs added to a finding. Documented below.', () => securityhub_AutomationRuleCriteriaUserDefinedField_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "criticalities", - "The level of importance that is assigned to the resources that are associated with a finding. Documented below.", + 'criticalities', + 'The level of importance that is assigned to the resources that are associated with a finding. Documented below.', () => securityhub_AutomationRuleCriteriaCriticality_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noteUpdatedBies", - "The principal that created a note. Documented below.", + 'noteUpdatedBies', + 'The principal that created a note. Documented below.', () => securityhub_AutomationRuleCriteriaNoteUpdatedBy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "relatedFindingsProductArns", - "The ARN for the product that generated a related finding. Documented below.", + 'relatedFindingsProductArns', + 'The ARN for the product that generated a related finding. Documented below.', () => securityhub_AutomationRuleCriteriaRelatedFindingsProductArn_GetTypes(), false, @@ -561,24 +561,24 @@ export function securityhub_AutomationRuleCriteria_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Array, - "verificationStates", - "Provides the veracity of a finding. Documented below.", + 'verificationStates', + 'Provides the veracity of a finding. Documented below.', () => securityhub_AutomationRuleCriteriaVerificationState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTags", - "A list of AWS tags associated with a resource at the time the finding was processed. Documented below.", + 'resourceTags', + 'A list of AWS tags associated with a resource at the time the finding was processed. Documented below.', () => securityhub_AutomationRuleCriteriaResourceTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceApplicationNames", - "The name of the application that is related to a finding. Documented below.", + 'resourceApplicationNames', + 'The name of the application that is related to a finding. Documented below.', () => securityhub_AutomationRuleCriteriaResourceApplicationName_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountId.ts index 48daf9118..90df608f9 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaAwsAccountId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaAwsAccountId_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountName.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountName.ts index 886c0dc0d..e92835dee 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaAwsAccountName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaAwsAccountName { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaAwsAccountName { export function securityhub_AutomationRuleCriteriaAwsAccountName_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCompanyName.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCompanyName.ts index b244be085..c1f0ab7c6 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCompanyName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCompanyName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaCompanyName { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaCompanyName_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId.ts index d80302eb3..f1fd97e3f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaComplianceAssociatedStandardsI return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceSecurityControlId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceSecurityControlId.ts index e3c8b1e00..729a4e99c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceSecurityControlId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceSecurityControlId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaComplianceSecurityControlId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaComplianceSecurityControlId_Ge return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceStatus.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceStatus.ts index 865870002..93fe9cad5 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceStatus.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaComplianceStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaComplianceStatus { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaComplianceStatus_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaConfidence.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaConfidence.ts index e5ed26fc8..23c8bdd9f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaConfidence.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaConfidence.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaConfidence { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -27,26 +27,26 @@ export function securityhub_AutomationRuleCriteriaConfidence_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "gt", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'gt', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "lt", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'lt', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAt.ts index 2bad14b5c..34e0a453c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaCreatedAtDateRange, securityhub_AutomationRuleCriteriaCreatedAtDateRange_GetTypes, -} from "./securityhub_AutomationRuleCriteriaCreatedAtDateRange"; +} from './securityhub_AutomationRuleCriteriaCreatedAtDateRange'; export interface securityhub_AutomationRuleCriteriaCreatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_AutomationRuleCriteriaCreatedAt_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_AutomationRuleCriteriaCreatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAtDateRange.ts index f8a622220..8aef991d9 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCreatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaCreatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleCriteriaCreatedAtDateRange_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCriticality.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCriticality.ts index 539e56dea..51aae0b51 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCriticality.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaCriticality.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaCriticality { // @@ -25,28 +25,28 @@ export interface securityhub_AutomationRuleCriteriaCriticality { export function securityhub_AutomationRuleCriteriaCriticality_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "lt", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'lt', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), - new DynamicUIProps(InputType.Number, "gt", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'gt', '', () => [], false, false), new DynamicUIProps( InputType.Number, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaDescription.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaDescription.ts index d8d31ee35..92f12db2c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaDescription.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaDescription.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaDescription { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaDescription_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAt.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAt.ts index e1761384e..2c2e25d90 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaFirstObservedAtDateRange, securityhub_AutomationRuleCriteriaFirstObservedAtDateRange_GetTypes, -} from "./securityhub_AutomationRuleCriteriaFirstObservedAtDateRange"; +} from './securityhub_AutomationRuleCriteriaFirstObservedAtDateRange'; export interface securityhub_AutomationRuleCriteriaFirstObservedAt { // An end date for the date filter. Required with `start` if `date_range` is not specified. @@ -25,16 +25,16 @@ export function securityhub_AutomationRuleCriteriaFirstObservedAt_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_AutomationRuleCriteriaFirstObservedAtDateRange_GetTypes(), false, @@ -42,8 +42,8 @@ export function securityhub_AutomationRuleCriteriaFirstObservedAt_GetTypes(): Dy ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAtDateRange.ts index 0555e6dba..22dbae807 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaFirstObservedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaFirstObservedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleCriteriaFirstObservedAtDateRange_GetTy return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaGeneratorId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaGeneratorId.ts index 2582fc5c4..28d3cfd17 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaGeneratorId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaGeneratorId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaGeneratorId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaGeneratorId_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaId.ts index 196580a53..8708caced 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaId { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaId { export function securityhub_AutomationRuleCriteriaId_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAt.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAt.ts index cbdabe578..a1d69136f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaLastObservedAtDateRange, securityhub_AutomationRuleCriteriaLastObservedAtDateRange_GetTypes, -} from "./securityhub_AutomationRuleCriteriaLastObservedAtDateRange"; +} from './securityhub_AutomationRuleCriteriaLastObservedAtDateRange'; export interface securityhub_AutomationRuleCriteriaLastObservedAt { // An end date for the date filter. Required with `start` if `date_range` is not specified. @@ -25,24 +25,24 @@ export function securityhub_AutomationRuleCriteriaLastObservedAt_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_AutomationRuleCriteriaLastObservedAtDateRange_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAtDateRange.ts index 18c370674..e8e4488e0 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaLastObservedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaLastObservedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleCriteriaLastObservedAtDateRange_GetTyp return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteText.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteText.ts index ee77cfb12..5bd068127 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteText.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteText.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaNoteText { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaNoteText_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAt.ts index 42e5581b3..26ac9117d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange, securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange_GetTypes, -} from "./securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange"; +} from './securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange'; export interface securityhub_AutomationRuleCriteriaNoteUpdatedAt { // An end date for the date filter. Required with `start` if `date_range` is not specified. @@ -25,24 +25,24 @@ export function securityhub_AutomationRuleCriteriaNoteUpdatedAt_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange.ts index c01e1c71d..be8be8f58 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleCriteriaNoteUpdatedAtDateRange_GetType return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedBy.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedBy.ts index a48f273bc..1910090f7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedBy.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaNoteUpdatedBy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaNoteUpdatedBy { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaNoteUpdatedBy_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductArn.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductArn.ts index e3fe331cd..b1387c3f1 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaProductArn { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaProductArn_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductName.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductName.ts index c81fce0d1..fe7b7718c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaProductName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaProductName { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaProductName_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRecordState.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRecordState.ts index 2de592fc9..33650c0c6 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRecordState.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRecordState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaRecordState { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaRecordState_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsId.ts index f9866e2f4..470aaadcb 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaRelatedFindingsId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaRelatedFindingsId_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsProductArn.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsProductArn.ts index 0ac0bd1c3..f0605f646 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsProductArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaRelatedFindingsProductArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaRelatedFindingsProductArn { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaRelatedFindingsProductArn_GetT return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationArn.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationArn.ts index dcb4703eb..287e71fe0 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceApplicationArn { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaResourceApplicationArn_GetType return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationName.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationName.ts index 14269146b..8be1d8da4 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceApplicationName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceApplicationName { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaResourceApplicationName_GetTyp return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceDetailsOther.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceDetailsOther.ts index a317bc44f..52ee49dfd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceDetailsOther.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceDetailsOther.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceDetailsOther { // The key of the map filter. @@ -21,17 +21,17 @@ export function securityhub_AutomationRuleCriteriaResourceDetailsOther_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "The key of the map filter.", + 'key', + 'The key of the map filter.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceId.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceId.ts index 94d752ba7..fb3cba9c2 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceId { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaResourceId_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourcePartition.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourcePartition.ts index 9175554c5..6615d7c9d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourcePartition.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourcePartition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourcePartition { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaResourcePartition_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceRegion.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceRegion.ts index 0c40766fd..02b29821b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceRegion.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceRegion { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaResourceRegion { export function securityhub_AutomationRuleCriteriaResourceRegion_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceTag.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceTag.ts index 99800ab46..a38234aa0 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceTag.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceTag { // @@ -21,20 +21,20 @@ export function securityhub_AutomationRuleCriteriaResourceTag_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the map filter.", + 'key', + 'The key of the map filter.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceType.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceType.ts index 398543b56..b14b1225e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaResourceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaResourceType { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaResourceType_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSeverityLabel.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSeverityLabel.ts index 149a93506..793e8eb7f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSeverityLabel.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSeverityLabel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaSeverityLabel { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaSeverityLabel_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSourceUrl.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSourceUrl.ts index a8168e596..36d31d835 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSourceUrl.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaSourceUrl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaSourceUrl { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaSourceUrl_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaTitle.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaTitle.ts index b3cb7eaae..4696296fc 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaTitle.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaTitle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaTitle { // @@ -18,12 +18,12 @@ export function securityhub_AutomationRuleCriteriaTitle_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaType.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaType.ts index 07f3e4801..12eb783f1 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaType { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaType { export function securityhub_AutomationRuleCriteriaType_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAt.ts index a0af25622..93ddd1307 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_AutomationRuleCriteriaUpdatedAtDateRange, securityhub_AutomationRuleCriteriaUpdatedAtDateRange_GetTypes, -} from "./securityhub_AutomationRuleCriteriaUpdatedAtDateRange"; +} from './securityhub_AutomationRuleCriteriaUpdatedAtDateRange'; export interface securityhub_AutomationRuleCriteriaUpdatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_AutomationRuleCriteriaUpdatedAt_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_AutomationRuleCriteriaUpdatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAtDateRange.ts index 13cbeb4cf..3f47e564f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUpdatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaUpdatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_AutomationRuleCriteriaUpdatedAtDateRange_GetTypes(): return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUserDefinedField.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUserDefinedField.ts index 4d80acc3f..8413131c4 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUserDefinedField.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaUserDefinedField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaUserDefinedField { // @@ -19,19 +19,19 @@ export interface securityhub_AutomationRuleCriteriaUserDefinedField { export function securityhub_AutomationRuleCriteriaUserDefinedField_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the map filter.", + 'key', + 'The key of the map filter.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaVerificationState.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaVerificationState.ts index 7afe1a225..81be17d60 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaVerificationState.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaVerificationState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaVerificationState { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaVerificationState { export function securityhub_AutomationRuleCriteriaVerificationState_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaWorkflowStatus.ts b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaWorkflowStatus.ts index 25a15956c..ae375173f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaWorkflowStatus.ts +++ b/src/app/Models/codegen/aws/types/securityhub_AutomationRuleCriteriaWorkflowStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_AutomationRuleCriteriaWorkflowStatus { // @@ -16,11 +16,11 @@ export interface securityhub_AutomationRuleCriteriaWorkflowStatus { export function securityhub_AutomationRuleCriteriaWorkflowStatus_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicy.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicy.ts index 87cba3c3a..3a7957704 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicy.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicy.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration'; export interface securityhub_ConfigurationPolicyConfigurationPolicy { // A list that defines which security standards are enabled in the configuration policy. It must be defined if `service_enabled` is set to true. @@ -25,16 +25,16 @@ export function securityhub_ConfigurationPolicyConfigurationPolicy_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "enabledStandardArns", - "A list that defines which security standards are enabled in the configuration policy. It must be defined if `service_enabled` is set to true.", + 'enabledStandardArns', + 'A list that defines which security standards are enabled in the configuration policy. It must be defined if `service_enabled` is set to true.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "securityControlsConfiguration", - "Defines which security controls are enabled in the configuration policy and any customizations to parameters affecting them. See below.", + 'securityControlsConfiguration', + 'Defines which security controls are enabled in the configuration policy and any customizations to parameters affecting them. See below.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration_GetTypes(), false, @@ -42,8 +42,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicy_GetTypes(): D ), new DynamicUIProps( InputType.Bool, - "serviceEnabled", - "Indicates whether Security Hub is enabled in the policy.", + 'serviceEnabled', + 'Indicates whether Security Hub is enabled in the policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.ts index 08c4bd1ff..1e48fc815 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfiguration { // A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with `disabled_control_identifiers`. @@ -25,24 +25,24 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Array, - "disabledControlIdentifiers", - "A list of security controls that are disabled in the configuration policy Security Hub enables all other controls (including newly released controls) other than the listed controls. Conflicts with `enabled_control_identifiers`.", + 'disabledControlIdentifiers', + 'A list of security controls that are disabled in the configuration policy Security Hub enables all other controls (including newly released controls) other than the listed controls. Conflicts with `enabled_control_identifiers`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "enabledControlIdentifiers", - "A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with `disabled_control_identifiers`.", + 'enabledControlIdentifiers', + 'A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. Conflicts with `disabled_control_identifiers`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityControlCustomParameters", - "A list of control parameter customizations that are included in a configuration policy. Include multiple blocks to define multiple control custom parameters. See below.", + 'securityControlCustomParameters', + 'A list of control parameter customizations that are included in a configuration policy. Include multiple blocks to define multiple control custom parameters. See below.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter.ts index 9d9355830..6b9563bc8 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameter { // The ID of the security control. For more information see the [Security Hub controls reference] documentation. @@ -22,8 +22,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Array, - "parameters", - "An object that specifies parameter values for a control in a configuration policy. See below.", + 'parameters', + 'An object that specifies parameter values for a control in a configuration policy. See below.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter_GetTypes(), true, @@ -31,8 +31,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.String, - "securityControlId", - "The ID of the security control. For more information see the [Security Hub controls reference] documentation.", + 'securityControlId', + 'The ID of the security control. For more information see the [Security Hub controls reference] documentation.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter.ts index ef2eb7026..c0e38f4fc 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter.ts @@ -3,40 +3,40 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList'; import { securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble, securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble_GetTypes, -} from "./securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble"; +} from './securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameter { // The bool `value` for a Boolean-typed Security Hub Control Parameter. @@ -74,8 +74,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Object, - "int", - "The int `value` for a Int-typed Security Hub Control Parameter.", + 'int', + 'The int `value` for a Int-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt_GetTypes(), false, @@ -83,8 +83,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.Object, - "intList", - "The int list `value` for a IntList-typed Security Hub Control Parameter.", + 'intList', + 'The int list `value` for a IntList-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList_GetTypes(), false, @@ -92,16 +92,16 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.String, - "valueType", - "Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior. Valid values: `DEFAULT`, `CUSTOM`.", + 'valueType', + 'Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior. Valid values: `DEFAULT`, `CUSTOM`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "enumList", - "The string list `value` for a EnumList-typed Security Hub Control Parameter.", + 'enumList', + 'The string list `value` for a EnumList-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList_GetTypes(), false, @@ -109,8 +109,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.Object, - "bool", - "The bool `value` for a Boolean-typed Security Hub Control Parameter.", + 'bool', + 'The bool `value` for a Boolean-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool_GetTypes(), false, @@ -118,8 +118,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.Object, - "enum", - "The string `value` for a Enum-typed Security Hub Control Parameter.", + 'enum', + 'The string `value` for a Enum-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum_GetTypes(), false, @@ -127,16 +127,16 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.String, - "name", - "The name of the control parameter. For more information see the [Security Hub controls reference] documentation.", + 'name', + 'The name of the control parameter. For more information see the [Security Hub controls reference] documentation.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "string", - "The string `value` for a String-typed Security Hub Control Parameter.", + 'string', + 'The string `value` for a String-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString_GetTypes(), false, @@ -144,8 +144,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.Object, - "stringList", - "The string list `value` for a StringList-typed Security Hub Control Parameter.", + 'stringList', + 'The string list `value` for a StringList-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList_GetTypes(), false, @@ -153,8 +153,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro ), new DynamicUIProps( InputType.Object, - "double", - "The float `value` for a Double-typed Security Hub Control Parameter.", + 'double', + 'The float `value` for a Double-typed Security Hub Control Parameter.', () => securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool.ts index 5e0b810b9..18d71c21d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool { // @@ -13,6 +13,6 @@ export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityContr export function securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterBool_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "value", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble.ts index c3d61b746..814b46924 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble { // @@ -13,6 +13,6 @@ export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityContr export function securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterDouble_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum.ts index 879ce29e9..b0a6130e5 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum { // @@ -13,6 +13,6 @@ export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityContr export function securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnum_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList.ts index 63fd502c9..ead2d3fe7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterEnumList { // @@ -15,8 +15,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt.ts index 59059e127..f2c68f477 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt { // @@ -13,6 +13,6 @@ export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityContr export function securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterInt_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList.ts index 5a319ffc9..dab77429f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterIntList { // @@ -15,8 +15,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString.ts index 12a78a6db..d6aa4bf79 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString { // @@ -13,6 +13,6 @@ export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityContr export function securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterString_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList.ts b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList.ts index 51f3f42c7..0d9945884 100644 --- a/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList.ts +++ b/src/app/Models/codegen/aws/types/securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_ConfigurationPolicyConfigurationPolicySecurityControlsConfigurationSecurityControlCustomParameterParameterStringList { // @@ -15,8 +15,8 @@ export function securityhub_ConfigurationPolicyConfigurationPolicySecurityContro return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFilters.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFilters.ts index b3a57e479..4b87f55b6 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFilters.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFilters.ts @@ -3,360 +3,360 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersNetworkDestinationIpv4, securityhub_InsightFiltersNetworkDestinationIpv4_GetTypes, -} from "./securityhub_InsightFiltersNetworkDestinationIpv4"; +} from './securityhub_InsightFiltersNetworkDestinationIpv4'; import { securityhub_InsightFiltersResourceContainerName, securityhub_InsightFiltersResourceContainerName_GetTypes, -} from "./securityhub_InsightFiltersResourceContainerName"; +} from './securityhub_InsightFiltersResourceContainerName'; import { securityhub_InsightFiltersNetworkDestinationPort, securityhub_InsightFiltersNetworkDestinationPort_GetTypes, -} from "./securityhub_InsightFiltersNetworkDestinationPort"; +} from './securityhub_InsightFiltersNetworkDestinationPort'; import { securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn, securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn'; import { securityhub_InsightFiltersCompanyName, securityhub_InsightFiltersCompanyName_GetTypes, -} from "./securityhub_InsightFiltersCompanyName"; +} from './securityhub_InsightFiltersCompanyName'; import { securityhub_InsightFiltersResourceAwsIamAccessKeyUserName, securityhub_InsightFiltersResourceAwsIamAccessKeyUserName_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsIamAccessKeyUserName"; +} from './securityhub_InsightFiltersResourceAwsIamAccessKeyUserName'; import { securityhub_InsightFiltersProductArn, securityhub_InsightFiltersProductArn_GetTypes, -} from "./securityhub_InsightFiltersProductArn"; +} from './securityhub_InsightFiltersProductArn'; import { securityhub_InsightFiltersNetworkSourceDomain, securityhub_InsightFiltersNetworkSourceDomain_GetTypes, -} from "./securityhub_InsightFiltersNetworkSourceDomain"; +} from './securityhub_InsightFiltersNetworkSourceDomain'; import { securityhub_InsightFiltersResourceAwsEc2InstanceType, securityhub_InsightFiltersResourceAwsEc2InstanceType_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceType"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceType'; import { securityhub_InsightFiltersNetworkSourcePort, securityhub_InsightFiltersNetworkSourcePort_GetTypes, -} from "./securityhub_InsightFiltersNetworkSourcePort"; +} from './securityhub_InsightFiltersNetworkSourcePort'; import { securityhub_InsightFiltersThreatIntelIndicatorValue, securityhub_InsightFiltersThreatIntelIndicatorValue_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorValue"; +} from './securityhub_InsightFiltersThreatIntelIndicatorValue'; import { securityhub_InsightFiltersRelatedFindingsProductArn, securityhub_InsightFiltersRelatedFindingsProductArn_GetTypes, -} from "./securityhub_InsightFiltersRelatedFindingsProductArn"; +} from './securityhub_InsightFiltersRelatedFindingsProductArn'; import { securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal, securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal"; +} from './securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal'; import { securityhub_InsightFiltersProcessTerminatedAt, securityhub_InsightFiltersProcessTerminatedAt_GetTypes, -} from "./securityhub_InsightFiltersProcessTerminatedAt"; +} from './securityhub_InsightFiltersProcessTerminatedAt'; import { securityhub_InsightFiltersProcessPid, securityhub_InsightFiltersProcessPid_GetTypes, -} from "./securityhub_InsightFiltersProcessPid"; +} from './securityhub_InsightFiltersProcessPid'; import { securityhub_InsightFiltersNoteUpdatedAt, securityhub_InsightFiltersNoteUpdatedAt_GetTypes, -} from "./securityhub_InsightFiltersNoteUpdatedAt"; +} from './securityhub_InsightFiltersNoteUpdatedAt'; import { securityhub_InsightFiltersMalwareState, securityhub_InsightFiltersMalwareState_GetTypes, -} from "./securityhub_InsightFiltersMalwareState"; +} from './securityhub_InsightFiltersMalwareState'; import { securityhub_InsightFiltersMalwarePath, securityhub_InsightFiltersMalwarePath_GetTypes, -} from "./securityhub_InsightFiltersMalwarePath"; +} from './securityhub_InsightFiltersMalwarePath'; import { securityhub_InsightFiltersResourceAwsS3BucketOwnerId, securityhub_InsightFiltersResourceAwsS3BucketOwnerId_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsS3BucketOwnerId"; +} from './securityhub_InsightFiltersResourceAwsS3BucketOwnerId'; import { securityhub_InsightFiltersResourcePartition, securityhub_InsightFiltersResourcePartition_GetTypes, -} from "./securityhub_InsightFiltersResourcePartition"; +} from './securityhub_InsightFiltersResourcePartition'; import { securityhub_InsightFiltersNoteText, securityhub_InsightFiltersNoteText_GetTypes, -} from "./securityhub_InsightFiltersNoteText"; +} from './securityhub_InsightFiltersNoteText'; import { securityhub_InsightFiltersSeverityLabel, securityhub_InsightFiltersSeverityLabel_GetTypes, -} from "./securityhub_InsightFiltersSeverityLabel"; +} from './securityhub_InsightFiltersSeverityLabel'; import { securityhub_InsightFiltersProductField, securityhub_InsightFiltersProductField_GetTypes, -} from "./securityhub_InsightFiltersProductField"; +} from './securityhub_InsightFiltersProductField'; import { securityhub_InsightFiltersResourceContainerImageId, securityhub_InsightFiltersResourceContainerImageId_GetTypes, -} from "./securityhub_InsightFiltersResourceContainerImageId"; +} from './securityhub_InsightFiltersResourceContainerImageId'; import { securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt, securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt"; +} from './securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt'; import { securityhub_InsightFiltersResourceContainerLaunchedAt, securityhub_InsightFiltersResourceContainerLaunchedAt_GetTypes, -} from "./securityhub_InsightFiltersResourceContainerLaunchedAt"; +} from './securityhub_InsightFiltersResourceContainerLaunchedAt'; import { securityhub_InsightFiltersConfidence, securityhub_InsightFiltersConfidence_GetTypes, -} from "./securityhub_InsightFiltersConfidence"; +} from './securityhub_InsightFiltersConfidence'; import { securityhub_InsightFiltersResourceAwsEc2InstanceKeyName, securityhub_InsightFiltersResourceAwsEc2InstanceKeyName_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceKeyName"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceKeyName'; import { securityhub_InsightFiltersNetworkSourceMac, securityhub_InsightFiltersNetworkSourceMac_GetTypes, -} from "./securityhub_InsightFiltersNetworkSourceMac"; +} from './securityhub_InsightFiltersNetworkSourceMac'; import { securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt, securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt"; +} from './securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt'; import { securityhub_InsightFiltersComplianceStatus, securityhub_InsightFiltersComplianceStatus_GetTypes, -} from "./securityhub_InsightFiltersComplianceStatus"; +} from './securityhub_InsightFiltersComplianceStatus'; import { securityhub_InsightFiltersFindingProviderFieldsSeverityLabel, securityhub_InsightFiltersFindingProviderFieldsSeverityLabel_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsSeverityLabel"; +} from './securityhub_InsightFiltersFindingProviderFieldsSeverityLabel'; import { securityhub_InsightFiltersResourceId, securityhub_InsightFiltersResourceId_GetTypes, -} from "./securityhub_InsightFiltersResourceId"; +} from './securityhub_InsightFiltersResourceId'; import { securityhub_InsightFiltersResourceAwsEc2InstanceImageId, securityhub_InsightFiltersResourceAwsEc2InstanceImageId_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceImageId"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceImageId'; import { securityhub_InsightFiltersRecommendationText, securityhub_InsightFiltersRecommendationText_GetTypes, -} from "./securityhub_InsightFiltersRecommendationText"; +} from './securityhub_InsightFiltersRecommendationText'; import { securityhub_InsightFiltersNetworkSourceIpv4, securityhub_InsightFiltersNetworkSourceIpv4_GetTypes, -} from "./securityhub_InsightFiltersNetworkSourceIpv4"; +} from './securityhub_InsightFiltersNetworkSourceIpv4'; import { securityhub_InsightFiltersLastObservedAt, securityhub_InsightFiltersLastObservedAt_GetTypes, -} from "./securityhub_InsightFiltersLastObservedAt"; +} from './securityhub_InsightFiltersLastObservedAt'; import { securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address, securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address'; import { securityhub_InsightFiltersNoteUpdatedBy, securityhub_InsightFiltersNoteUpdatedBy_GetTypes, -} from "./securityhub_InsightFiltersNoteUpdatedBy"; +} from './securityhub_InsightFiltersNoteUpdatedBy'; import { securityhub_InsightFiltersRecordState, securityhub_InsightFiltersRecordState_GetTypes, -} from "./securityhub_InsightFiltersRecordState"; +} from './securityhub_InsightFiltersRecordState'; import { securityhub_InsightFiltersResourceRegion, securityhub_InsightFiltersResourceRegion_GetTypes, -} from "./securityhub_InsightFiltersResourceRegion"; +} from './securityhub_InsightFiltersResourceRegion'; import { securityhub_InsightFiltersUpdatedAt, securityhub_InsightFiltersUpdatedAt_GetTypes, -} from "./securityhub_InsightFiltersUpdatedAt"; +} from './securityhub_InsightFiltersUpdatedAt'; import { securityhub_InsightFiltersRelatedFindingsId, securityhub_InsightFiltersRelatedFindingsId_GetTypes, -} from "./securityhub_InsightFiltersRelatedFindingsId"; +} from './securityhub_InsightFiltersRelatedFindingsId'; import { securityhub_InsightFiltersNetworkDestinationDomain, securityhub_InsightFiltersNetworkDestinationDomain_GetTypes, -} from "./securityhub_InsightFiltersNetworkDestinationDomain"; +} from './securityhub_InsightFiltersNetworkDestinationDomain'; import { securityhub_InsightFiltersResourceAwsIamAccessKeyStatus, securityhub_InsightFiltersResourceAwsIamAccessKeyStatus_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsIamAccessKeyStatus"; +} from './securityhub_InsightFiltersResourceAwsIamAccessKeyStatus'; import { securityhub_InsightFiltersCreatedAt, securityhub_InsightFiltersCreatedAt_GetTypes, -} from "./securityhub_InsightFiltersCreatedAt"; +} from './securityhub_InsightFiltersCreatedAt'; import { securityhub_InsightFiltersGeneratorId, securityhub_InsightFiltersGeneratorId_GetTypes, -} from "./securityhub_InsightFiltersGeneratorId"; +} from './securityhub_InsightFiltersGeneratorId'; import { securityhub_InsightFiltersNetworkSourceIpv6, securityhub_InsightFiltersNetworkSourceIpv6_GetTypes, -} from "./securityhub_InsightFiltersNetworkSourceIpv6"; +} from './securityhub_InsightFiltersNetworkSourceIpv6'; import { securityhub_InsightFiltersFindingProviderFieldsType, securityhub_InsightFiltersFindingProviderFieldsType_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsType"; +} from './securityhub_InsightFiltersFindingProviderFieldsType'; import { securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address, securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address'; import { securityhub_InsightFiltersKeyword, securityhub_InsightFiltersKeyword_GetTypes, -} from "./securityhub_InsightFiltersKeyword"; +} from './securityhub_InsightFiltersKeyword'; import { securityhub_InsightFiltersCriticality, securityhub_InsightFiltersCriticality_GetTypes, -} from "./securityhub_InsightFiltersCriticality"; +} from './securityhub_InsightFiltersCriticality'; import { securityhub_InsightFiltersProductName, securityhub_InsightFiltersProductName_GetTypes, -} from "./securityhub_InsightFiltersProductName"; +} from './securityhub_InsightFiltersProductName'; import { securityhub_InsightFiltersNetworkDestinationIpv6, securityhub_InsightFiltersNetworkDestinationIpv6_GetTypes, -} from "./securityhub_InsightFiltersNetworkDestinationIpv6"; +} from './securityhub_InsightFiltersNetworkDestinationIpv6'; import { securityhub_InsightFiltersMalwareType, securityhub_InsightFiltersMalwareType_GetTypes, -} from "./securityhub_InsightFiltersMalwareType"; +} from './securityhub_InsightFiltersMalwareType'; import { securityhub_InsightFiltersResourceTag, securityhub_InsightFiltersResourceTag_GetTypes, -} from "./securityhub_InsightFiltersResourceTag"; +} from './securityhub_InsightFiltersResourceTag'; import { securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId, securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId"; +} from './securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId'; import { securityhub_InsightFiltersThreatIntelIndicatorSourceUrl, securityhub_InsightFiltersThreatIntelIndicatorSourceUrl_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorSourceUrl"; +} from './securityhub_InsightFiltersThreatIntelIndicatorSourceUrl'; import { securityhub_InsightFiltersNetworkDirection, securityhub_InsightFiltersNetworkDirection_GetTypes, -} from "./securityhub_InsightFiltersNetworkDirection"; +} from './securityhub_InsightFiltersNetworkDirection'; import { securityhub_InsightFiltersFindingProviderFieldsConfidence, securityhub_InsightFiltersFindingProviderFieldsConfidence_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsConfidence"; +} from './securityhub_InsightFiltersFindingProviderFieldsConfidence'; import { securityhub_InsightFiltersWorkflowStatus, securityhub_InsightFiltersWorkflowStatus_GetTypes, -} from "./securityhub_InsightFiltersWorkflowStatus"; +} from './securityhub_InsightFiltersWorkflowStatus'; import { securityhub_InsightFiltersResourceAwsS3BucketOwnerName, securityhub_InsightFiltersResourceAwsS3BucketOwnerName_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsS3BucketOwnerName"; +} from './securityhub_InsightFiltersResourceAwsS3BucketOwnerName'; import { securityhub_InsightFiltersAwsAccountId, securityhub_InsightFiltersAwsAccountId_GetTypes, -} from "./securityhub_InsightFiltersAwsAccountId"; +} from './securityhub_InsightFiltersAwsAccountId'; import { securityhub_InsightFiltersThreatIntelIndicatorSource, securityhub_InsightFiltersThreatIntelIndicatorSource_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorSource"; +} from './securityhub_InsightFiltersThreatIntelIndicatorSource'; import { securityhub_InsightFiltersProcessParentPid, securityhub_InsightFiltersProcessParentPid_GetTypes, -} from "./securityhub_InsightFiltersProcessParentPid"; +} from './securityhub_InsightFiltersProcessParentPid'; import { securityhub_InsightFiltersNetworkProtocol, securityhub_InsightFiltersNetworkProtocol_GetTypes, -} from "./securityhub_InsightFiltersNetworkProtocol"; +} from './securityhub_InsightFiltersNetworkProtocol'; import { securityhub_InsightFiltersResourceContainerImageName, securityhub_InsightFiltersResourceContainerImageName_GetTypes, -} from "./securityhub_InsightFiltersResourceContainerImageName"; +} from './securityhub_InsightFiltersResourceContainerImageName'; import { securityhub_InsightFiltersProcessPath, securityhub_InsightFiltersProcessPath_GetTypes, -} from "./securityhub_InsightFiltersProcessPath"; +} from './securityhub_InsightFiltersProcessPath'; import { securityhub_InsightFiltersTitle, securityhub_InsightFiltersTitle_GetTypes, -} from "./securityhub_InsightFiltersTitle"; +} from './securityhub_InsightFiltersTitle'; import { securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn, securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn"; +} from './securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn'; import { securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId, securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId'; import { securityhub_InsightFiltersProcessLaunchedAt, securityhub_InsightFiltersProcessLaunchedAt_GetTypes, -} from "./securityhub_InsightFiltersProcessLaunchedAt"; +} from './securityhub_InsightFiltersProcessLaunchedAt'; import { securityhub_InsightFiltersUserDefinedValue, securityhub_InsightFiltersUserDefinedValue_GetTypes, -} from "./securityhub_InsightFiltersUserDefinedValue"; +} from './securityhub_InsightFiltersUserDefinedValue'; import { securityhub_InsightFiltersResourceDetailsOther, securityhub_InsightFiltersResourceDetailsOther_GetTypes, -} from "./securityhub_InsightFiltersResourceDetailsOther"; +} from './securityhub_InsightFiltersResourceDetailsOther'; import { securityhub_InsightFiltersThreatIntelIndicatorType, securityhub_InsightFiltersThreatIntelIndicatorType_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorType"; +} from './securityhub_InsightFiltersThreatIntelIndicatorType'; import { securityhub_InsightFiltersResourceAwsEc2InstanceVpcId, securityhub_InsightFiltersResourceAwsEc2InstanceVpcId_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceVpcId"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceVpcId'; import { securityhub_InsightFiltersSourceUrl, securityhub_InsightFiltersSourceUrl_GetTypes, -} from "./securityhub_InsightFiltersSourceUrl"; +} from './securityhub_InsightFiltersSourceUrl'; import { securityhub_InsightFiltersThreatIntelIndicatorCategory, securityhub_InsightFiltersThreatIntelIndicatorCategory_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorCategory"; +} from './securityhub_InsightFiltersThreatIntelIndicatorCategory'; import { securityhub_InsightFiltersProcessName, securityhub_InsightFiltersProcessName_GetTypes, -} from "./securityhub_InsightFiltersProcessName"; +} from './securityhub_InsightFiltersProcessName'; import { securityhub_InsightFiltersResourceType, securityhub_InsightFiltersResourceType_GetTypes, -} from "./securityhub_InsightFiltersResourceType"; +} from './securityhub_InsightFiltersResourceType'; import { securityhub_InsightFiltersMalwareName, securityhub_InsightFiltersMalwareName_GetTypes, -} from "./securityhub_InsightFiltersMalwareName"; +} from './securityhub_InsightFiltersMalwareName'; import { securityhub_InsightFiltersFindingProviderFieldsCriticality, securityhub_InsightFiltersFindingProviderFieldsCriticality_GetTypes, -} from "./securityhub_InsightFiltersFindingProviderFieldsCriticality"; +} from './securityhub_InsightFiltersFindingProviderFieldsCriticality'; import { securityhub_InsightFiltersVerificationState, securityhub_InsightFiltersVerificationState_GetTypes, -} from "./securityhub_InsightFiltersVerificationState"; +} from './securityhub_InsightFiltersVerificationState'; import { securityhub_InsightFiltersType, securityhub_InsightFiltersType_GetTypes, -} from "./securityhub_InsightFiltersType"; +} from './securityhub_InsightFiltersType'; import { securityhub_InsightFiltersFirstObservedAt, securityhub_InsightFiltersFirstObservedAt_GetTypes, -} from "./securityhub_InsightFiltersFirstObservedAt"; +} from './securityhub_InsightFiltersFirstObservedAt'; import { securityhub_InsightFiltersId, securityhub_InsightFiltersId_GetTypes, -} from "./securityhub_InsightFiltersId"; +} from './securityhub_InsightFiltersId'; import { securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt, securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt'; import { securityhub_InsightFiltersDescription, securityhub_InsightFiltersDescription_GetTypes, -} from "./securityhub_InsightFiltersDescription"; +} from './securityhub_InsightFiltersDescription'; export interface securityhub_InsightFilters { // The user associated with the IAM access key related to a finding. See String Filter below for more details. @@ -628,47 +628,47 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "networkSourceIpv6s", - "The source IPv6 address of network-related information about a finding. See Ip Filter below for more details.", + 'networkSourceIpv6s', + 'The source IPv6 address of network-related information about a finding. See Ip Filter below for more details.', () => securityhub_InsightFiltersNetworkSourceIpv6_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsS3BucketOwnerNames", - "The display name of the owner of the S3 bucket. See String Filter below for more details.", + 'resourceAwsS3BucketOwnerNames', + 'The display name of the owner of the S3 bucket. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsS3BucketOwnerName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorCategories", - "The category of a threat intelligence indicator. See String Filter below for more details.", + 'threatIntelIndicatorCategories', + 'The category of a threat intelligence indicator. See String Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorCategory_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkDestinationDomains", - "The destination domain of network-related information about a finding. See String Filter below for more details.", + 'networkDestinationDomains', + 'The destination domain of network-related information about a finding. See String Filter below for more details.', () => securityhub_InsightFiltersNetworkDestinationDomain_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkDestinationIpv6s", - "The destination IPv6 address of network-related information about a finding. See Ip Filter below for more details.", + 'networkDestinationIpv6s', + 'The destination IPv6 address of network-related information about a finding. See Ip Filter below for more details.', () => securityhub_InsightFiltersNetworkDestinationIpv6_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "titles", + 'titles', "A finding's title. See String Filter below for more details.", () => securityhub_InsightFiltersTitle_GetTypes(), false, @@ -676,39 +676,39 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "resourceContainerNames", - "The name of the container related to a finding. See String Filter below for more details.", + 'resourceContainerNames', + 'The name of the container related to a finding. See String Filter below for more details.', () => securityhub_InsightFiltersResourceContainerName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsTypes", - "One or more finding types that the finding provider assigned to the finding. Uses the format of `namespace/category/classifier` that classify a finding. Valid namespace values include: `Software and Configuration Checks`, `TTPs`, `Effects`, `Unusual Behaviors`, and `Sensitive Data Identifications`. See String Filter below for more details.", + 'findingProviderFieldsTypes', + 'One or more finding types that the finding provider assigned to the finding. Uses the format of `namespace/category/classifier` that classify a finding. Valid namespace values include: `Software and Configuration Checks`, `TTPs`, `Effects`, `Unusual Behaviors`, and `Sensitive Data Identifications`. See String Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "processLaunchedAts", - "The date/time that the process was launched. See Date Filter below for more details.", + 'processLaunchedAts', + 'The date/time that the process was launched. See Date Filter below for more details.', () => securityhub_InsightFiltersProcessLaunchedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceContainerImageIds", - "The identifier of the image related to a finding. See String Filter below for more details.", + 'resourceContainerImageIds', + 'The identifier of the image related to a finding. See String Filter below for more details.', () => securityhub_InsightFiltersResourceContainerImageId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceUrls", + 'sourceUrls', "A URL that links to a page about the current finding in the security-findings provider's solution. See String Filter below for more details.", () => securityhub_InsightFiltersSourceUrl_GetTypes(), false, @@ -716,112 +716,112 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "processNames", - "The name of the process. See String Filter below for more details.", + 'processNames', + 'The name of the process. See String Filter below for more details.', () => securityhub_InsightFiltersProcessName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsS3BucketOwnerIds", - "The canonical user ID of the owner of the S3 bucket. See String Filter below for more details.", + 'resourceAwsS3BucketOwnerIds', + 'The canonical user ID of the owner of the S3 bucket. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsS3BucketOwnerId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceContainerImageNames", - "The name of the image related to a finding. See String Filter below for more details.", + 'resourceContainerImageNames', + 'The name of the image related to a finding. See String Filter below for more details.', () => securityhub_InsightFiltersResourceContainerImageName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "processParentPids", - "The parent process ID. See Number Filter below for more details.", + 'processParentPids', + 'The parent process ID. See Number Filter below for more details.', () => securityhub_InsightFiltersProcessParentPid_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "complianceStatuses", - "Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details. See String Filter below for more details.", + 'complianceStatuses', + 'Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details. See String Filter below for more details.', () => securityhub_InsightFiltersComplianceStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "firstObservedAts", - "An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. See Date Filter below for more details.", + 'firstObservedAts', + 'An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. See Date Filter below for more details.', () => securityhub_InsightFiltersFirstObservedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ids", - "The security findings provider-specific identifier for a finding. See String Filter below for more details.", + 'ids', + 'The security findings provider-specific identifier for a finding. See String Filter below for more details.', () => securityhub_InsightFiltersId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "processPaths", - "The path to the process executable. See String Filter below for more details.", + 'processPaths', + 'The path to the process executable. See String Filter below for more details.', () => securityhub_InsightFiltersProcessPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceSubnetIds", - "The identifier of the subnet that the instance was launched in. See String Filter below for more details.", + 'resourceAwsEc2InstanceSubnetIds', + 'The identifier of the subnet that the instance was launched in. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTypes", - "Specifies the type of the resource that details are provided for. See String Filter below for more details.", + 'resourceTypes', + 'Specifies the type of the resource that details are provided for. See String Filter below for more details.', () => securityhub_InsightFiltersResourceType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "relatedFindingsProductArns", - "The ARN of the solution that generated a related finding. See String Filter below for more details.", + 'relatedFindingsProductArns', + 'The ARN of the solution that generated a related finding. See String Filter below for more details.', () => securityhub_InsightFiltersRelatedFindingsProductArn_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkSourceMacs", - "The source media access control (MAC) address of network-related information about a finding. See String Filter below for more details.", + 'networkSourceMacs', + 'The source media access control (MAC) address of network-related information about a finding. See String Filter below for more details.', () => securityhub_InsightFiltersNetworkSourceMac_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noteUpdatedBies", - "The principal that created a note. See String Filter below for more details.", + 'noteUpdatedBies', + 'The principal that created a note. See String Filter below for more details.', () => securityhub_InsightFiltersNoteUpdatedBy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceIamInstanceProfileArns", - "The IAM profile ARN of the instance. See String Filter below for more details.", + 'resourceAwsEc2InstanceIamInstanceProfileArns', + 'The IAM profile ARN of the instance. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn_GetTypes(), false, @@ -829,16 +829,16 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "keywords", - "A keyword for a finding. See Keyword Filter below for more details.", + 'keywords', + 'A keyword for a finding. See Keyword Filter below for more details.', () => securityhub_InsightFiltersKeyword_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsCriticalities", - "The finding provider value for the level of importance assigned to the resources associated with the findings. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.", + 'findingProviderFieldsCriticalities', + 'The finding provider value for the level of importance assigned to the resources associated with the findings. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsCriticality_GetTypes(), false, @@ -846,15 +846,15 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "malwareTypes", - "The type of the malware that was observed. See String Filter below for more details.", + 'malwareTypes', + 'The type of the malware that was observed. See String Filter below for more details.', () => securityhub_InsightFiltersMalwareType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "descriptions", + 'descriptions', "A finding's description. See String Filter below for more details.", () => securityhub_InsightFiltersDescription_GetTypes(), false, @@ -862,8 +862,8 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorLastObservedAts", - "The date/time of the last observation of a threat intelligence indicator. See Date Filter below for more details.", + 'threatIntelIndicatorLastObservedAts', + 'The date/time of the last observation of a threat intelligence indicator. See Date Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt_GetTypes(), false, @@ -871,24 +871,24 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "networkProtocols", - "The protocol of network-related information about a finding. See String Filter below for more details.", + 'networkProtocols', + 'The protocol of network-related information about a finding. See String Filter below for more details.', () => securityhub_InsightFiltersNetworkProtocol_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceImageIds", - "The Amazon Machine Image (AMI) ID of the instance. See String Filter below for more details.", + 'resourceAwsEc2InstanceImageIds', + 'The Amazon Machine Image (AMI) ID of the instance. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceImageId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceLaunchedAts", - "The date and time the instance was launched. See Date Filter below for more details.", + 'resourceAwsEc2InstanceLaunchedAts', + 'The date and time the instance was launched. See Date Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt_GetTypes(), false, @@ -896,16 +896,16 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "workflowStatuses", - "The status of the investigation into a finding. See Workflow Status Filter below for more details.", + 'workflowStatuses', + 'The status of the investigation into a finding. See Workflow Status Filter below for more details.', () => securityhub_InsightFiltersWorkflowStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsIamAccessKeyCreatedAts", - "The creation date/time of the IAM access key related to a finding. See Date Filter below for more details.", + 'resourceAwsIamAccessKeyCreatedAts', + 'The creation date/time of the IAM access key related to a finding. See Date Filter below for more details.', () => securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt_GetTypes(), false, @@ -913,55 +913,55 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "malwareNames", - "The name of the malware that was observed. See String Filter below for more details.", + 'malwareNames', + 'The name of the malware that was observed. See String Filter below for more details.', () => securityhub_InsightFiltersMalwareName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "productNames", - "The name of the solution (product) that generates findings. See String Filter below for more details.", + 'productNames', + 'The name of the solution (product) that generates findings. See String Filter below for more details.', () => securityhub_InsightFiltersProductName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "noteTexts", - "The text of a note. See String Filter below for more details.", + 'noteTexts', + 'The text of a note. See String Filter below for more details.', () => securityhub_InsightFiltersNoteText_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkDestinationIpv4s", - "The destination IPv4 address of network-related information about a finding. See Ip Filter below for more details.", + 'networkDestinationIpv4s', + 'The destination IPv4 address of network-related information about a finding. See Ip Filter below for more details.', () => securityhub_InsightFiltersNetworkDestinationIpv4_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceIds", - "The canonical identifier for the given resource type. See String Filter below for more details.", + 'resourceIds', + 'The canonical identifier for the given resource type. See String Filter below for more details.', () => securityhub_InsightFiltersResourceId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "updatedAts", - "An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. See Date Filter below for more details.", + 'updatedAts', + 'An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. See Date Filter below for more details.', () => securityhub_InsightFiltersUpdatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "productFields", + 'productFields', "A data type where security-findings providers can include additional solution-specific details that aren't part of the defined `AwsSecurityFinding` format. See Map Filter below for more details.", () => securityhub_InsightFiltersProductField_GetTypes(), false, @@ -969,7 +969,7 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "severityLabels", + 'severityLabels', "The label of a finding's severity. See String Filter below for more details.", () => securityhub_InsightFiltersSeverityLabel_GetTypes(), false, @@ -977,40 +977,40 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "resourceRegions", - "The canonical AWS external Region name where this resource is located. See String Filter below for more details.", + 'resourceRegions', + 'The canonical AWS external Region name where this resource is located. See String Filter below for more details.', () => securityhub_InsightFiltersResourceRegion_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkDirections", - "Indicates the direction of network traffic associated with a finding. See String Filter below for more details.", + 'networkDirections', + 'Indicates the direction of network traffic associated with a finding. See String Filter below for more details.', () => securityhub_InsightFiltersNetworkDirection_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourcePartitions", - "The canonical AWS partition name that the Region is assigned to. See String Filter below for more details.", + 'resourcePartitions', + 'The canonical AWS partition name that the Region is assigned to. See String Filter below for more details.', () => securityhub_InsightFiltersResourcePartition_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "verificationStates", - "The veracity of a finding. See String Filter below for more details.", + 'verificationStates', + 'The veracity of a finding. See String Filter below for more details.', () => securityhub_InsightFiltersVerificationState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsRelatedFindingsProductArns", - "The ARN of the solution that generated a related finding that is identified by the finding provider. See String Filter below for more details.", + 'findingProviderFieldsRelatedFindingsProductArns', + 'The ARN of the solution that generated a related finding that is identified by the finding provider. See String Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn_GetTypes(), false, @@ -1018,8 +1018,8 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsConfidences", - "The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.", + 'findingProviderFieldsConfidences', + 'The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsConfidence_GetTypes(), false, @@ -1027,8 +1027,8 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsSeverityLabels", - "The finding provider value for the severity label. See String Filter below for more details.", + 'findingProviderFieldsSeverityLabels', + 'The finding provider value for the severity label. See String Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsSeverityLabel_GetTypes(), false, @@ -1036,55 +1036,55 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "relatedFindingsIds", - "The solution-generated identifier for a related finding. See String Filter below for more details.", + 'relatedFindingsIds', + 'The solution-generated identifier for a related finding. See String Filter below for more details.', () => securityhub_InsightFiltersRelatedFindingsId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceContainerLaunchedAts", - "The date/time that the container was started. See Date Filter below for more details.", + 'resourceContainerLaunchedAts', + 'The date/time that the container was started. See Date Filter below for more details.', () => securityhub_InsightFiltersResourceContainerLaunchedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsIamAccessKeyStatuses", - "The status of the IAM access key related to a finding. See String Filter below for more details.", + 'resourceAwsIamAccessKeyStatuses', + 'The status of the IAM access key related to a finding. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsIamAccessKeyStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkSourceIpv4s", - "The source IPv4 address of network-related information about a finding. See Ip Filter below for more details.", + 'networkSourceIpv4s', + 'The source IPv4 address of network-related information about a finding. See Ip Filter below for more details.', () => securityhub_InsightFiltersNetworkSourceIpv4_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "criticalities", - "The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.", + 'criticalities', + 'The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.', () => securityhub_InsightFiltersCriticality_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkDestinationPorts", - "The destination port of network-related information about a finding. See Number Filter below for more details.", + 'networkDestinationPorts', + 'The destination port of network-related information about a finding. See Number Filter below for more details.', () => securityhub_InsightFiltersNetworkDestinationPort_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceDetailsOthers", + 'resourceDetailsOthers', "The details of a resource that doesn't have a specific subfield for the resource type defined. See Map Filter below for more details.", () => securityhub_InsightFiltersResourceDetailsOther_GetTypes(), false, @@ -1092,7 +1092,7 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsSeverityOriginals", + 'findingProviderFieldsSeverityOriginals', "The finding provider's original value for the severity. See String Filter below for more details.", () => securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal_GetTypes(), @@ -1101,16 +1101,16 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "malwareStates", - "The state of the malware that was observed. See String Filter below for more details.", + 'malwareStates', + 'The state of the malware that was observed. See String Filter below for more details.', () => securityhub_InsightFiltersMalwareState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsIamAccessKeyUserNames", - "The user associated with the IAM access key related to a finding. See String Filter below for more details.", + 'resourceAwsIamAccessKeyUserNames', + 'The user associated with the IAM access key related to a finding. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsIamAccessKeyUserName_GetTypes(), false, @@ -1118,23 +1118,23 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "recommendationTexts", - "The recommendation of what to do about the issue described in a finding. See String Filter below for more details.", + 'recommendationTexts', + 'The recommendation of what to do about the issue described in a finding. See String Filter below for more details.', () => securityhub_InsightFiltersRecommendationText_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "generatorIds", - "The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. See String Filter below for more details.", + 'generatorIds', + 'The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. See String Filter below for more details.', () => securityhub_InsightFiltersGeneratorId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "productArns", + 'productArns', "The ARN generated by Security Hub that uniquely identifies a third-party company (security findings provider) after this provider's product (solution that generates findings) is registered with Security Hub. See String Filter below for more details.", () => securityhub_InsightFiltersProductArn_GetTypes(), false, @@ -1142,47 +1142,47 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorTypes", - "The type of a threat intelligence indicator. See String Filter below for more details.", + 'threatIntelIndicatorTypes', + 'The type of a threat intelligence indicator. See String Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorSourceUrls", - "The URL for more details from the source of the threat intelligence. See String Filter below for more details.", + 'threatIntelIndicatorSourceUrls', + 'The URL for more details from the source of the threat intelligence. See String Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorSourceUrl_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "lastObservedAts", - "An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. See Date Filter below for more details.", + 'lastObservedAts', + 'An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. See Date Filter below for more details.', () => securityhub_InsightFiltersLastObservedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "processTerminatedAts", - "The date/time that the process was terminated. See Date Filter below for more details.", + 'processTerminatedAts', + 'The date/time that the process was terminated. See Date Filter below for more details.', () => securityhub_InsightFiltersProcessTerminatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "processPids", - "The process ID. See Number Filter below for more details.", + 'processPids', + 'The process ID. See Number Filter below for more details.', () => securityhub_InsightFiltersProcessPid_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "confidences", + 'confidences', "A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.", () => securityhub_InsightFiltersConfidence_GetTypes(), false, @@ -1190,112 +1190,112 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "noteUpdatedAts", - "The timestamp of when the note was updated. See Date Filter below for more details.", + 'noteUpdatedAts', + 'The timestamp of when the note was updated. See Date Filter below for more details.', () => securityhub_InsightFiltersNoteUpdatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "createdAts", - "An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. See Date Filter below for more details.", + 'createdAts', + 'An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. See Date Filter below for more details.', () => securityhub_InsightFiltersCreatedAt_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "awsAccountIds", - "AWS account ID that a finding is generated in. See String_Filter below for more details.", + 'awsAccountIds', + 'AWS account ID that a finding is generated in. See String_Filter below for more details.', () => securityhub_InsightFiltersAwsAccountId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "types", - "A finding type in the format of `namespace/category/classifier` that classifies a finding. See String Filter below for more details.", + 'types', + 'A finding type in the format of `namespace/category/classifier` that classifies a finding. See String Filter below for more details.', () => securityhub_InsightFiltersType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceKeyNames", - "The key name associated with the instance. See String Filter below for more details.", + 'resourceAwsEc2InstanceKeyNames', + 'The key name associated with the instance. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceKeyName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkSourceDomains", - "The source domain of network-related information about a finding. See String Filter below for more details.", + 'networkSourceDomains', + 'The source domain of network-related information about a finding. See String Filter below for more details.', () => securityhub_InsightFiltersNetworkSourceDomain_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceTypes", - "The instance type of the instance. See String Filter below for more details.", + 'resourceAwsEc2InstanceTypes', + 'The instance type of the instance. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceType_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkSourcePorts", - "The source port of network-related information about a finding. See Number Filter below for more details.", + 'networkSourcePorts', + 'The source port of network-related information about a finding. See Number Filter below for more details.', () => securityhub_InsightFiltersNetworkSourcePort_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "recordStates", - "The updated record state for the finding. See String Filter below for more details.", + 'recordStates', + 'The updated record state for the finding. See String Filter below for more details.', () => securityhub_InsightFiltersRecordState_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "companyNames", - "The name of the findings provider (company) that owns the solution (product) that generates findings. See String_Filter below for more details.", + 'companyNames', + 'The name of the findings provider (company) that owns the solution (product) that generates findings. See String_Filter below for more details.', () => securityhub_InsightFiltersCompanyName_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceVpcIds", - "The identifier of the VPC that the instance was launched in. See String Filter below for more details.", + 'resourceAwsEc2InstanceVpcIds', + 'The identifier of the VPC that the instance was launched in. See String Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceVpcId_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceTags", - "A list of AWS tags associated with a resource at the time the finding was processed. See Map Filter below for more details.", + 'resourceTags', + 'A list of AWS tags associated with a resource at the time the finding was processed. See Map Filter below for more details.', () => securityhub_InsightFiltersResourceTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorSources", - "The source of the threat intelligence. See String Filter below for more details.", + 'threatIntelIndicatorSources', + 'The source of the threat intelligence. See String Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceIpv4Addresses", - "The IPv4 addresses associated with the instance. See Ip Filter below for more details.", + 'resourceAwsEc2InstanceIpv4Addresses', + 'The IPv4 addresses associated with the instance. See Ip Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address_GetTypes(), false, @@ -1303,16 +1303,16 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "malwarePaths", - "The filesystem path of the malware that was observed. See String Filter below for more details.", + 'malwarePaths', + 'The filesystem path of the malware that was observed. See String Filter below for more details.', () => securityhub_InsightFiltersMalwarePath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "resourceAwsEc2InstanceIpv6Addresses", - "The IPv6 addresses associated with the instance. See Ip Filter below for more details.", + 'resourceAwsEc2InstanceIpv6Addresses', + 'The IPv6 addresses associated with the instance. See Ip Filter below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address_GetTypes(), false, @@ -1320,8 +1320,8 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "findingProviderFieldsRelatedFindingsIds", - "The finding identifier of a related finding that is identified by the finding provider. See String Filter below for more details.", + 'findingProviderFieldsRelatedFindingsIds', + 'The finding identifier of a related finding that is identified by the finding provider. See String Filter below for more details.', () => securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId_GetTypes(), false, @@ -1329,16 +1329,16 @@ export function securityhub_InsightFilters_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "userDefinedValues", - "A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. See Map Filter below for more details.", + 'userDefinedValues', + 'A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. See Map Filter below for more details.', () => securityhub_InsightFiltersUserDefinedValue_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "threatIntelIndicatorValues", - "The value of a threat intelligence indicator. See String Filter below for more details.", + 'threatIntelIndicatorValues', + 'The value of a threat intelligence indicator. See String Filter below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorValue_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersAwsAccountId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersAwsAccountId.ts index 358c3f91d..13d258644 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersAwsAccountId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersAwsAccountId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersAwsAccountId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersAwsAccountId_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCompanyName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCompanyName.ts index c522bf402..848e607cf 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCompanyName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCompanyName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersCompanyName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersCompanyName_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersComplianceStatus.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersComplianceStatus.ts index e147f84f2..052f78638 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersComplianceStatus.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersComplianceStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersComplianceStatus { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersComplianceStatus_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersConfidence.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersConfidence.ts index 1dd9c6cda..f6c356e2f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersConfidence.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersConfidence.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersConfidence { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersConfidence_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAt.ts index 3292321cf..ec1787356 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersCreatedAtDateRange, securityhub_InsightFiltersCreatedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersCreatedAtDateRange"; +} from './securityhub_InsightFiltersCreatedAtDateRange'; export interface securityhub_InsightFiltersCreatedAt { // A start date for the date filter. Required with `end` if `date_range` is not specified. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersCreatedAt_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersCreatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAtDateRange.ts index ec803db4c..b4c581c76 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCreatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersCreatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersCreatedAtDateRange_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCriticality.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCriticality.ts index 1817f9b52..c376daf43 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCriticality.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersCriticality.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersCriticality { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersCriticality_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersDescription.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersDescription.ts index 6ea0092c1..79466ae06 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersDescription.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersDescription.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersDescription { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersDescription_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsConfidence.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsConfidence.ts index 20fd34b6e..ebc57c3df 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsConfidence.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsConfidence.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsConfidence { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersFindingProviderFieldsConfidence_GetTyp return [ new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsCriticality.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsCriticality.ts index 11746d8ad..94c94db34 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsCriticality.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsCriticality.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsCriticality { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersFindingProviderFieldsCriticality_GetTy return [ new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId.ts index cb2f454c5..1e74d6e9b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsI export function securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsId_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn.ts index 3646f2cae..bee4b293b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsProductArn { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersFindingProviderFieldsRelatedFindingsPr return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityLabel.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityLabel.ts index b068507e0..c6a36bf7e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityLabel.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityLabel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsSeverityLabel { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersFindingProviderFieldsSeverityLabel { export function securityhub_InsightFiltersFindingProviderFieldsSeverityLabel_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal.ts index dd10b6159..cb797b723 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersFindingProviderFieldsSeverityOriginal_ return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsType.ts index ff8e25e72..3800f108b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFindingProviderFieldsType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFindingProviderFieldsType { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersFindingProviderFieldsType_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAt.ts index cffb89e6d..d05f48795 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersFirstObservedAtDateRange, securityhub_InsightFiltersFirstObservedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersFirstObservedAtDateRange"; +} from './securityhub_InsightFiltersFirstObservedAtDateRange'; export interface securityhub_InsightFiltersFirstObservedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersFirstObservedAt_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersFirstObservedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAtDateRange.ts index 61e8cb9e5..2bfffafe5 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersFirstObservedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersFirstObservedAtDateRange { // A date range value for the date filter, provided as an Integer. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersFirstObservedAtDateRange_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersGeneratorId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersGeneratorId.ts index 2273ac5c2..654f753b4 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersGeneratorId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersGeneratorId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersGeneratorId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersGeneratorId_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersId.ts index 65599c054..26c5af5f9 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersId_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersKeyword.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersKeyword.ts index f500f5c5e..90bfd6da3 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersKeyword.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersKeyword.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersKeyword { // A value for the keyword. @@ -15,8 +15,8 @@ export function securityhub_InsightFiltersKeyword_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "value", - "A value for the keyword.", + 'value', + 'A value for the keyword.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAt.ts index ca58b7911..ef3c5a96c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersLastObservedAtDateRange, securityhub_InsightFiltersLastObservedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersLastObservedAtDateRange"; +} from './securityhub_InsightFiltersLastObservedAtDateRange'; export interface securityhub_InsightFiltersLastObservedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersLastObservedAt_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersLastObservedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAtDateRange.ts index 27829b4ee..de4496e29 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersLastObservedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersLastObservedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersLastObservedAtDateRange_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareName.ts index 5b1ddc083..9dd2d59e1 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersMalwareName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersMalwareName_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwarePath.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwarePath.ts index a7bafba0b..acb4d9685 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwarePath.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwarePath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersMalwarePath { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersMalwarePath_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareState.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareState.ts index ac23cbf59..3bf42b8b7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareState.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersMalwareState { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersMalwareState_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareType.ts index 6d7275e24..98bebee37 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersMalwareType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersMalwareType { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersMalwareType_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationDomain.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationDomain.ts index 3d86a8c71..c4d8dc2d8 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationDomain.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationDomain.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkDestinationDomain { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNetworkDestinationDomain_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv4.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv4.ts index caed236b4..c696c2e2e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv4.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv4.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkDestinationIpv4 { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersNetworkDestinationIpv4_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv6.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv6.ts index f24e62bb4..26caa8ea0 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv6.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationIpv6.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkDestinationIpv6 { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersNetworkDestinationIpv6_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationPort.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationPort.ts index 839c98302..6b381b47c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationPort.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDestinationPort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkDestinationPort { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersNetworkDestinationPort_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDirection.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDirection.ts index cade6b3a3..3eb7da5ec 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDirection.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkDirection.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkDirection { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNetworkDirection_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkProtocol.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkProtocol.ts index a2674957c..03241cfbd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkProtocol.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkProtocol.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkProtocol { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNetworkProtocol_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceDomain.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceDomain.ts index d5c62c1e1..3f48bf76c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceDomain.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceDomain.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkSourceDomain { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNetworkSourceDomain_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv4.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv4.ts index 8dc9898f9..e1b4accbd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv4.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv4.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkSourceIpv4 { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersNetworkSourceIpv4_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv6.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv6.ts index 42fad89c6..6ab6bdf68 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv6.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceIpv6.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkSourceIpv6 { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersNetworkSourceIpv6_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceMac.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceMac.ts index a1e571c68..f8af2b86e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceMac.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourceMac.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkSourceMac { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNetworkSourceMac_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourcePort.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourcePort.ts index cd808eb13..671049eb7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourcePort.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNetworkSourcePort.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNetworkSourcePort { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersNetworkSourcePort_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteText.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteText.ts index 057b596ca..feea8aa5b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteText.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteText.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNoteText { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersNoteText { export function securityhub_InsightFiltersNoteText_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAt.ts index 6833407b4..46932fb17 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersNoteUpdatedAtDateRange, securityhub_InsightFiltersNoteUpdatedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersNoteUpdatedAtDateRange"; +} from './securityhub_InsightFiltersNoteUpdatedAtDateRange'; export interface securityhub_InsightFiltersNoteUpdatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersNoteUpdatedAt_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersNoteUpdatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAtDateRange.ts index 78f5a2388..781829c7f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNoteUpdatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersNoteUpdatedAtDateRange_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedBy.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedBy.ts index eb7c61895..62b68ccee 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedBy.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersNoteUpdatedBy.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersNoteUpdatedBy { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersNoteUpdatedBy_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAt.ts index 418c5448e..97a5554bd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersProcessLaunchedAtDateRange, securityhub_InsightFiltersProcessLaunchedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersProcessLaunchedAtDateRange"; +} from './securityhub_InsightFiltersProcessLaunchedAtDateRange'; export interface securityhub_InsightFiltersProcessLaunchedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersProcessLaunchedAt_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersProcessLaunchedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAtDateRange.ts index 5fc6db2e1..4bd5c8287 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessLaunchedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessLaunchedAtDateRange { // A date range value for the date filter, provided as an Integer. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersProcessLaunchedAtDateRange_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessName.ts index a04f3cff4..e26b235f9 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersProcessName_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessParentPid.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessParentPid.ts index 7015970b5..3ee9a31a4 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessParentPid.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessParentPid.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessParentPid { // The equal-to condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersProcessParentPid_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPath.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPath.ts index 6e7510ca1..2ba0fed5f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPath.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessPath { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersProcessPath_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPid.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPid.ts index bb5fa39d4..c09765ff8 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPid.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessPid.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessPid { // The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String. @@ -21,24 +21,24 @@ export function securityhub_InsightFiltersProcessPid_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "lte", - "The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'lte', + 'The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "eq", - "The equal-to condition to be applied to a single field when querying for findings, provided as a String.", + 'eq', + 'The equal-to condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gte", - "The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.", + 'gte', + 'The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAt.ts index cad65e217..2f45f7eda 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersProcessTerminatedAtDateRange, securityhub_InsightFiltersProcessTerminatedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersProcessTerminatedAtDateRange"; +} from './securityhub_InsightFiltersProcessTerminatedAtDateRange'; export interface securityhub_InsightFiltersProcessTerminatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersProcessTerminatedAt_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersProcessTerminatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAtDateRange.ts index e069ccfeb..3e5c3a485 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProcessTerminatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProcessTerminatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersProcessTerminatedAtDateRange_GetTypes( return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductArn.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductArn.ts index f92ed0529..2e26aa239 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProductArn { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersProductArn_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductField.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductField.ts index 6345df681..b6718c68e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductField.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProductField { // The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field. @@ -21,17 +21,17 @@ export function securityhub_InsightFiltersProductField_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "key", - "The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.", + 'key', + 'The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductName.ts index 834594fee..7ab661203 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersProductName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersProductName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersProductName_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecommendationText.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecommendationText.ts index 241e49bad..4ab07f4e7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecommendationText.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecommendationText.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersRecommendationText { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersRecommendationText_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecordState.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecordState.ts index 75dd7c4ef..0dc94092d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecordState.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRecordState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersRecordState { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersRecordState_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsId.ts index 3e73aeb8c..3524479ea 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersRelatedFindingsId { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersRelatedFindingsId { export function securityhub_InsightFiltersRelatedFindingsId_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsProductArn.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsProductArn.ts index ebe10ab75..ff78ac16c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsProductArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersRelatedFindingsProductArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersRelatedFindingsProductArn { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersRelatedFindingsProductArn_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn.ts index 5f8bd3633..14dca4334 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfileArn { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceIamInstanceProfi return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceImageId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceImageId.ts index 04a36262a..6a252fd0a 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceImageId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceImageId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceImageId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceImageId_GetTypes return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address.ts index 7efdda72a..ed5113e33 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceIpv4Address_GetT return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address.ts index 3e9d1e77b..66ef42bc5 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address { // A finding's CIDR value. @@ -15,7 +15,7 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceIpv6Address_GetT return [ new DynamicUIProps( InputType.String, - "cidr", + 'cidr', "A finding's CIDR value.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceKeyName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceKeyName.ts index ea57d9b82..08644d7ba 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceKeyName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceKeyName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceKeyName { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersResourceAwsEc2InstanceKeyName { export function securityhub_InsightFiltersResourceAwsEc2InstanceKeyName_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt.ts index a99831782..a425d21f3 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange, securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange"; +} from './securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,8 +25,8 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt_GetTy return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange_GetTypes(), false, @@ -34,16 +34,16 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAt_GetTy ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange.ts index 0fbba3a30..cc9e0b7f8 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange { // A date range value for the date filter, provided as an Integer. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRa return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId.ts index 08f0cf82a..5e0c23882 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceSubnetId_GetType return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceType.ts index a6ede6b7d..ec4edf219 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceType { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceType_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceVpcId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceVpcId.ts index cd710d58a..c28d04509 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceVpcId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsEc2InstanceVpcId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsEc2InstanceVpcId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsEc2InstanceVpcId_GetTypes() return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt.ts index 3a322ccfa..fcc2d6a83 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange, securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange"; +} from './securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange'; export interface securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,8 +25,8 @@ export function securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt_GetTy return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange_GetTypes(), false, @@ -34,16 +34,16 @@ export function securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAt_GetTy ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange.ts index ac2f52523..c872d6450 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRa return [ new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyStatus.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyStatus.ts index 5c441998e..591f82514 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyStatus.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsIamAccessKeyStatus { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsIamAccessKeyStatus_GetTypes return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyUserName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyUserName.ts index 647425d17..3ced3e5cf 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyUserName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsIamAccessKeyUserName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsIamAccessKeyUserName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsIamAccessKeyUserName_GetTyp return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerId.ts index 515b4fb17..6651c0fef 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsS3BucketOwnerId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsS3BucketOwnerId_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerName.ts index 8f6324fc8..73b6756ea 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceAwsS3BucketOwnerName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceAwsS3BucketOwnerName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceAwsS3BucketOwnerName_GetTypes( return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageId.ts index cb8fac94b..f88a7a9dd 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceContainerImageId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceContainerImageId_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageName.ts index be7fa8b19..435b9f75d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerImageName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceContainerImageName { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceContainerImageName_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAt.ts index 8711be60a..1e9642f93 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersResourceContainerLaunchedAtDateRange, securityhub_InsightFiltersResourceContainerLaunchedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersResourceContainerLaunchedAtDateRange"; +} from './securityhub_InsightFiltersResourceContainerLaunchedAtDateRange'; export interface securityhub_InsightFiltersResourceContainerLaunchedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,16 +25,16 @@ export function securityhub_InsightFiltersResourceContainerLaunchedAt_GetTypes() return [ new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersResourceContainerLaunchedAtDateRange_GetTypes(), false, @@ -42,8 +42,8 @@ export function securityhub_InsightFiltersResourceContainerLaunchedAt_GetTypes() ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAtDateRange.ts index 87edbf84c..7a44a675f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerLaunchedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceContainerLaunchedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersResourceContainerLaunchedAtDateRange_G return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerName.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerName.ts index 35bb148db..5bc07654f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerName.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceContainerName.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceContainerName { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersResourceContainerName { export function securityhub_InsightFiltersResourceContainerName_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceDetailsOther.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceDetailsOther.ts index 2da4e91e6..664a07b49 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceDetailsOther.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceDetailsOther.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceDetailsOther { // @@ -21,20 +21,20 @@ export function securityhub_InsightFiltersResourceDetailsOther_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.", + 'key', + 'The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceId.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceId.ts index 22a5f9dfd..dc963618d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceId.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceId.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceId { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourceId_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourcePartition.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourcePartition.ts index 7533f8d4d..25d4c1f1c 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourcePartition.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourcePartition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourcePartition { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersResourcePartition_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceRegion.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceRegion.ts index 7ee135266..32a740ac9 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceRegion.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceRegion { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersResourceRegion { export function securityhub_InsightFiltersResourceRegion_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceTag.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceTag.ts index 980d7587c..86893ba01 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceTag.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceTag { // @@ -21,20 +21,20 @@ export function securityhub_InsightFiltersResourceTag_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.", + 'key', + 'The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceType.ts index 9b5b71a41..a66cc3c35 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersResourceType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersResourceType { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersResourceType { export function securityhub_InsightFiltersResourceType_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSeverityLabel.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSeverityLabel.ts index 2c46aa6aa..af520051d 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSeverityLabel.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSeverityLabel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersSeverityLabel { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersSeverityLabel_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSourceUrl.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSourceUrl.ts index ad121c935..29c6da675 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSourceUrl.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersSourceUrl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersSourceUrl { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersSourceUrl_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorCategory.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorCategory.ts index 215afcb4e..b1c83a5e3 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorCategory.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorCategory.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorCategory { // @@ -16,11 +16,11 @@ export interface securityhub_InsightFiltersThreatIntelIndicatorCategory { export function securityhub_InsightFiltersThreatIntelIndicatorCategory_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt.ts index 114bf2a63..84da7696e 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange, securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange"; +} from './securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange'; export interface securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,8 +25,8 @@ export function securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt_Get return [ new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange_GetTypes(), false, @@ -34,16 +34,16 @@ export function securityhub_InsightFiltersThreatIntelIndicatorLastObservedAt_Get ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange.ts index 800040fb9..ff4f7867b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersThreatIntelIndicatorLastObservedAtDate return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSource.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSource.ts index 176a23f7e..6a9d2f326 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSource.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorSource { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersThreatIntelIndicatorSource_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSourceUrl.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSourceUrl.ts index 7792aa8bc..7f197ea8f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSourceUrl.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorSourceUrl.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorSourceUrl { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersThreatIntelIndicatorSourceUrl_GetTypes return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorType.ts index 507466067..b7d5778f1 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorType { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersThreatIntelIndicatorType_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorValue.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorValue.ts index 96bf868c6..87928d994 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorValue.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersThreatIntelIndicatorValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersThreatIntelIndicatorValue { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersThreatIntelIndicatorValue_GetTypes(): return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersTitle.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersTitle.ts index 660472e68..bc2bc118b 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersTitle.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersTitle.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersTitle { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersTitle_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersType.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersType.ts index eaba072a3..6393cecb7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersType.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersType { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersType_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAt.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAt.ts index 8bed5084d..aae1258de 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAt.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAt.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securityhub_InsightFiltersUpdatedAtDateRange, securityhub_InsightFiltersUpdatedAtDateRange_GetTypes, -} from "./securityhub_InsightFiltersUpdatedAtDateRange"; +} from './securityhub_InsightFiltersUpdatedAtDateRange'; export interface securityhub_InsightFiltersUpdatedAt { // A configuration block of the date range for the date filter. See date_range below for more details. @@ -25,24 +25,24 @@ export function securityhub_InsightFiltersUpdatedAt_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "start", - "A start date for the date filter. Required with `end` if `date_range` is not specified.", + 'start', + 'A start date for the date filter. Required with `end` if `date_range` is not specified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dateRange", - "A configuration block of the date range for the date filter. See date_range below for more details.", + 'dateRange', + 'A configuration block of the date range for the date filter. See date_range below for more details.', () => securityhub_InsightFiltersUpdatedAtDateRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "end", - "An end date for the date filter. Required with `start` if `date_range` is not specified.", + 'end', + 'An end date for the date filter. Required with `start` if `date_range` is not specified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAtDateRange.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAtDateRange.ts index 3116d3147..822479b8f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAtDateRange.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUpdatedAtDateRange.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersUpdatedAtDateRange { // A date range unit for the date filter. Valid values: `DAYS`. @@ -18,16 +18,16 @@ export function securityhub_InsightFiltersUpdatedAtDateRange_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "unit", - "A date range unit for the date filter. Valid values: `DAYS`.", + 'unit', + 'A date range unit for the date filter. Valid values: `DAYS`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "A date range value for the date filter, provided as an Integer.", + 'value', + 'A date range value for the date filter, provided as an Integer.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUserDefinedValue.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUserDefinedValue.ts index 158215994..b0ab7b5f7 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUserDefinedValue.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersUserDefinedValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersUserDefinedValue { // @@ -19,19 +19,19 @@ export interface securityhub_InsightFiltersUserDefinedValue { export function securityhub_InsightFiltersUserDefinedValue_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.", + 'key', + 'The key of the map filter. For example, for `ResourceTags`, `Key` identifies the name of the tag. For `UserDefinedFields`, `Key` is the name of the field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersVerificationState.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersVerificationState.ts index e80fc4966..d2afbab1f 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersVerificationState.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersVerificationState.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersVerificationState { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersVerificationState_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersWorkflowStatus.ts b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersWorkflowStatus.ts index acbb34c56..f465efabc 100644 --- a/src/app/Models/codegen/aws/types/securityhub_InsightFiltersWorkflowStatus.ts +++ b/src/app/Models/codegen/aws/types/securityhub_InsightFiltersWorkflowStatus.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_InsightFiltersWorkflowStatus { // @@ -18,12 +18,12 @@ export function securityhub_InsightFiltersWorkflowStatus_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "comparison", - "", + 'comparison', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/securityhub_OrganizationConfigurationOrganizationConfiguration.ts b/src/app/Models/codegen/aws/types/securityhub_OrganizationConfigurationOrganizationConfiguration.ts index 9d794a961..5b87c1066 100644 --- a/src/app/Models/codegen/aws/types/securityhub_OrganizationConfigurationOrganizationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securityhub_OrganizationConfigurationOrganizationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securityhub_OrganizationConfigurationOrganizationConfiguration { // Indicates whether the organization uses local or central configuration. If using central configuration, `auto_enable` must be set to `false` and `auto_enable_standards` set to `NONE`. More information can be found in the [documentation for central configuration](https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html). Valid values: `LOCAL`, `CENTRAL`. @@ -15,8 +15,8 @@ export function securityhub_OrganizationConfigurationOrganizationConfiguration_G return [ new DynamicUIProps( InputType.String, - "configurationType", - "Indicates whether the organization uses local or central configuration. If using central configuration, `auto_enable` must be set to `false` and `auto_enable_standards` set to `NONE`. More information can be found in the [documentation for central configuration](https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html). Valid values: `LOCAL`, `CENTRAL`.", + 'configurationType', + 'Indicates whether the organization uses local or central configuration. If using central configuration, `auto_enable` must be set to `false` and `auto_enable_standards` set to `NONE`. More information can be found in the [documentation for central configuration](https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html). Valid values: `LOCAL`, `CENTRAL`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_AwsLogSourceSource.ts b/src/app/Models/codegen/aws/types/securitylake_AwsLogSourceSource.ts index 679d3a590..31b8108a4 100644 --- a/src/app/Models/codegen/aws/types/securitylake_AwsLogSourceSource.ts +++ b/src/app/Models/codegen/aws/types/securitylake_AwsLogSourceSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_AwsLogSourceSource { // Specify the Regions where you want to enable Security Lake. @@ -31,32 +31,32 @@ export function securitylake_AwsLogSourceSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "regions", - "Specify the Regions where you want to enable Security Lake.", + 'regions', + 'Specify the Regions where you want to enable Security Lake.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "sourceName", - "The name for a AWS source. This must be a Regionally unique value. Valid values: `ROUTE53`, `VPC_FLOW`, `SH_FINDINGS`, `CLOUD_TRAIL_MGMT`, `LAMBDA_EXECUTION`, `S3_DATA`, `EKS_AUDIT`, `WAF`.", + 'sourceName', + 'The name for a AWS source. This must be a Regionally unique value. Valid values: `ROUTE53`, `VPC_FLOW`, `SH_FINDINGS`, `CLOUD_TRAIL_MGMT`, `LAMBDA_EXECUTION`, `S3_DATA`, `EKS_AUDIT`, `WAF`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceVersion", - "The version for a AWS source.\nIf not specified, the version will be the default.\nThis must be a Regionally unique value.", + 'sourceVersion', + 'The version for a AWS source.\nIf not specified, the version will be the default.\nThis must be a Regionally unique value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "accounts", - "Specify the AWS account information where you want to enable Security Lake.\nIf not specified, uses all accounts included in the Security Lake.", + 'accounts', + 'Specify the AWS account information where you want to enable Security Lake.\nIf not specified, uses all accounts included in the Security Lake.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceAttribute.ts b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceAttribute.ts index 495ba64aa..7996f5fca 100644 --- a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceAttribute.ts +++ b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_CustomLogSourceAttribute { // The ARN of the AWS Glue crawler. @@ -21,24 +21,24 @@ export function securitylake_CustomLogSourceAttribute_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "crawlerArn", - "The ARN of the AWS Glue crawler.", + 'crawlerArn', + 'The ARN of the AWS Glue crawler.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseArn", - "The ARN of the AWS Glue database where results are written.", + 'databaseArn', + 'The ARN of the AWS Glue database where results are written.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableArn", - "The ARN of the AWS Glue table.", + 'tableArn', + 'The ARN of the AWS Glue table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfiguration.ts index 97d38731a..db6220686 100644 --- a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_CustomLogSourceConfigurationCrawlerConfiguration, securitylake_CustomLogSourceConfigurationCrawlerConfiguration_GetTypes, -} from "./securitylake_CustomLogSourceConfigurationCrawlerConfiguration"; +} from './securitylake_CustomLogSourceConfigurationCrawlerConfiguration'; import { securitylake_CustomLogSourceConfigurationProviderIdentity, securitylake_CustomLogSourceConfigurationProviderIdentity_GetTypes, -} from "./securitylake_CustomLogSourceConfigurationProviderIdentity"; +} from './securitylake_CustomLogSourceConfigurationProviderIdentity'; export interface securitylake_CustomLogSourceConfiguration { // The configuration for the Glue Crawler for the third-party custom source. @@ -26,8 +26,8 @@ export function securitylake_CustomLogSourceConfiguration_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Object, - "crawlerConfiguration", - "The configuration for the Glue Crawler for the third-party custom source.", + 'crawlerConfiguration', + 'The configuration for the Glue Crawler for the third-party custom source.', () => securitylake_CustomLogSourceConfigurationCrawlerConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function securitylake_CustomLogSourceConfiguration_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.Object, - "providerIdentity", - "The identity of the log provider for the third-party custom source.", + 'providerIdentity', + 'The identity of the log provider for the third-party custom source.', () => securitylake_CustomLogSourceConfigurationProviderIdentity_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationCrawlerConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationCrawlerConfiguration.ts index 417f2e96f..2bff39a8b 100644 --- a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationCrawlerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationCrawlerConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_CustomLogSourceConfigurationCrawlerConfiguration { // The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be used by the AWS Glue crawler. @@ -15,8 +15,8 @@ export function securitylake_CustomLogSourceConfigurationCrawlerConfiguration_Ge return [ new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be used by the AWS Glue crawler.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be used by the AWS Glue crawler.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationProviderIdentity.ts b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationProviderIdentity.ts index 0f5c7837c..28682829a 100644 --- a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationProviderIdentity.ts +++ b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceConfigurationProviderIdentity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_CustomLogSourceConfigurationProviderIdentity { // The external ID used to estalish trust relationship with the AWS identity. @@ -18,16 +18,16 @@ export function securitylake_CustomLogSourceConfigurationProviderIdentity_GetTyp return [ new DynamicUIProps( InputType.String, - "externalId", - "The external ID used to estalish trust relationship with the AWS identity.", + 'externalId', + 'The external ID used to estalish trust relationship with the AWS identity.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principal", - "The AWS identity principal.", + 'principal', + 'The AWS identity principal.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceProviderDetail.ts b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceProviderDetail.ts index 5c855c625..0ead02f9f 100644 --- a/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceProviderDetail.ts +++ b/src/app/Models/codegen/aws/types/securitylake_CustomLogSourceProviderDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_CustomLogSourceProviderDetail { // The location of the partition in the Amazon S3 bucket for Security Lake. @@ -18,16 +18,16 @@ export function securitylake_CustomLogSourceProviderDetail_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be used by the entity putting logs into your custom source partition.", + 'roleArn', + 'The ARN of the IAM role to be used by the entity putting logs into your custom source partition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the partition in the Amazon S3 bucket for Security Lake.", + 'location', + 'The location of the partition in the Amazon S3 bucket for Security Lake.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfiguration.ts index 7c675e778..085c8b1a6 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfiguration.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_DataLakeConfigurationLifecycleConfiguration, securitylake_DataLakeConfigurationLifecycleConfiguration_GetTypes, -} from "./securitylake_DataLakeConfigurationLifecycleConfiguration"; +} from './securitylake_DataLakeConfigurationLifecycleConfiguration'; import { securitylake_DataLakeConfigurationReplicationConfiguration, securitylake_DataLakeConfigurationReplicationConfiguration_GetTypes, -} from "./securitylake_DataLakeConfigurationReplicationConfiguration"; +} from './securitylake_DataLakeConfigurationReplicationConfiguration'; import { securitylake_DataLakeConfigurationEncryptionConfiguration, securitylake_DataLakeConfigurationEncryptionConfiguration_GetTypes, -} from "./securitylake_DataLakeConfigurationEncryptionConfiguration"; +} from './securitylake_DataLakeConfigurationEncryptionConfiguration'; export interface securitylake_DataLakeConfiguration { // Provides lifecycle details of Amazon Security Lake object. @@ -36,8 +36,8 @@ export function securitylake_DataLakeConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "encryptionConfigurations", - "Provides encryption details of Amazon Security Lake object.", + 'encryptionConfigurations', + 'Provides encryption details of Amazon Security Lake object.', () => securitylake_DataLakeConfigurationEncryptionConfiguration_GetTypes(), false, @@ -45,24 +45,24 @@ export function securitylake_DataLakeConfiguration_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Object, - "lifecycleConfiguration", - "Provides lifecycle details of Amazon Security Lake object.", + 'lifecycleConfiguration', + 'Provides lifecycle details of Amazon Security Lake object.', () => securitylake_DataLakeConfigurationLifecycleConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "The AWS Regions where Security Lake is automatically enabled.", + 'region', + 'The AWS Regions where Security Lake is automatically enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "replicationConfiguration", - "Provides replication details of Amazon Security Lake object.", + 'replicationConfiguration', + 'Provides replication details of Amazon Security Lake object.', () => securitylake_DataLakeConfigurationReplicationConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationEncryptionConfiguration.ts index 056630072..a3b93cbc1 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_DataLakeConfigurationEncryptionConfiguration { // The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object. @@ -15,8 +15,8 @@ export function securitylake_DataLakeConfigurationEncryptionConfiguration_GetTyp return [ new DynamicUIProps( InputType.String, - "kmsKeyId", - "The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.", + 'kmsKeyId', + 'The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfiguration.ts index e0a50d151..04af8fefa 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_DataLakeConfigurationLifecycleConfigurationExpiration, securitylake_DataLakeConfigurationLifecycleConfigurationExpiration_GetTypes, -} from "./securitylake_DataLakeConfigurationLifecycleConfigurationExpiration"; +} from './securitylake_DataLakeConfigurationLifecycleConfigurationExpiration'; import { securitylake_DataLakeConfigurationLifecycleConfigurationTransition, securitylake_DataLakeConfigurationLifecycleConfigurationTransition_GetTypes, -} from "./securitylake_DataLakeConfigurationLifecycleConfigurationTransition"; +} from './securitylake_DataLakeConfigurationLifecycleConfigurationTransition'; export interface securitylake_DataLakeConfigurationLifecycleConfiguration { // Provides data expiration details of Amazon Security Lake object. @@ -26,8 +26,8 @@ export function securitylake_DataLakeConfigurationLifecycleConfiguration_GetType return [ new DynamicUIProps( InputType.Object, - "expiration", - "Provides data expiration details of Amazon Security Lake object.", + 'expiration', + 'Provides data expiration details of Amazon Security Lake object.', () => securitylake_DataLakeConfigurationLifecycleConfigurationExpiration_GetTypes(), false, @@ -35,8 +35,8 @@ export function securitylake_DataLakeConfigurationLifecycleConfiguration_GetType ), new DynamicUIProps( InputType.Array, - "transitions", - "Provides data storage transition details of Amazon Security Lake object.", + 'transitions', + 'Provides data storage transition details of Amazon Security Lake object.', () => securitylake_DataLakeConfigurationLifecycleConfigurationTransition_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationExpiration.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationExpiration.ts index 9e7d60427..75dd6a062 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationExpiration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationExpiration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_DataLakeConfigurationLifecycleConfigurationExpiration { // Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object. @@ -15,8 +15,8 @@ export function securitylake_DataLakeConfigurationLifecycleConfigurationExpirati return [ new DynamicUIProps( InputType.Number, - "days", - "Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object.", + 'days', + 'Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationTransition.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationTransition.ts index 07c769ab9..a67bbca42 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationTransition.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationLifecycleConfigurationTransition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_DataLakeConfigurationLifecycleConfigurationTransition { // Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object. @@ -18,16 +18,16 @@ export function securitylake_DataLakeConfigurationLifecycleConfigurationTransiti return [ new DynamicUIProps( InputType.Number, - "days", - "Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object.", + 'days', + 'Number of days before data transition to a different S3 Storage Class in the Amazon Security Lake object.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "storageClass", - "The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.", + 'storageClass', + 'The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationReplicationConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationReplicationConfiguration.ts index 7da4bd1c9..3776fc8c5 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationReplicationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeConfigurationReplicationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_DataLakeConfigurationReplicationConfiguration { // Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different AWS Regions or within the same Region as the source bucket. @@ -18,16 +18,16 @@ export function securitylake_DataLakeConfigurationReplicationConfiguration_GetTy return [ new DynamicUIProps( InputType.Array, - "regions", - "Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different AWS Regions or within the same Region as the source bucket.", + 'regions', + 'Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different AWS Regions or within the same Region as the source bucket.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "Replication settings for the Amazon S3 buckets. This parameter uses the AWS Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.", + 'roleArn', + 'Replication settings for the Amazon S3 buckets. This parameter uses the AWS Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_DataLakeTimeouts.ts b/src/app/Models/codegen/aws/types/securitylake_DataLakeTimeouts.ts index 7937f3f33..fe3a9ddaf 100644 --- a/src/app/Models/codegen/aws/types/securitylake_DataLakeTimeouts.ts +++ b/src/app/Models/codegen/aws/types/securitylake_DataLakeTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_DataLakeTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function securitylake_DataLakeTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function securitylake_DataLakeTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function securitylake_DataLakeTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfiguration.ts index 982761ee3..6c58acf88 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration, securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration_GetTypes, -} from "./securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration"; +} from './securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration'; import { securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration, securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration_GetTypes, -} from "./securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration"; +} from './securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration'; export interface securitylake_SubscriberNotificationConfiguration { // The configurations for HTTPS subscriber notification. @@ -29,8 +29,8 @@ export function securitylake_SubscriberNotificationConfiguration_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Object, - "httpsNotificationConfiguration", - "The configurations for HTTPS subscriber notification.", + 'httpsNotificationConfiguration', + 'The configurations for HTTPS subscriber notification.', () => securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration_GetTypes(), false, @@ -38,8 +38,8 @@ export function securitylake_SubscriberNotificationConfiguration_GetTypes(): Dyn ), new DynamicUIProps( InputType.Object, - "sqsNotificationConfiguration", - "The configurations for SQS subscriber notification.\nThere are no parameters within `sqs_notification_configuration`.", + 'sqsNotificationConfiguration', + 'The configurations for SQS subscriber notification.\nThere are no parameters within `sqs_notification_configuration`.', () => securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration.ts index bb44feb50..fc8a2446f 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberNotificationConfigurationHttpsNotificationConfiguration { // The API key name for the notification subscription. @@ -36,40 +36,40 @@ export function securitylake_SubscriberNotificationConfigurationHttpsNotificatio return [ new DynamicUIProps( InputType.String, - "authorizationApiKeyName", - "The API key name for the notification subscription.", + 'authorizationApiKeyName', + 'The API key name for the notification subscription.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizationApiKeyValue", - "The API key value for the notification subscription.", + 'authorizationApiKeyValue', + 'The API key value for the notification subscription.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "endpoint", - "The subscription endpoint in Security Lake.\nIf you prefer notification with an HTTPS endpoint, populate this field.", + 'endpoint', + 'The subscription endpoint in Security Lake.\nIf you prefer notification with an HTTPS endpoint, populate this field.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpMethod", - "The HTTP method used for the notification subscription.\nValid values are `POST` and `PUT`.", + 'httpMethod', + 'The HTTP method used for the notification subscription.\nValid values are `POST` and `PUT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetRoleArn", - "The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.\nFor more information about ARNs and how to use them in policies, see Managing data access and AWS Managed Policies in the Amazon Security Lake User Guide.", + 'targetRoleArn', + 'The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.\nFor more information about ARNs and how to use them in policies, see Managing data access and AWS Managed Policies in the Amazon Security Lake User Guide.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration.ts index 3ce7a5be6..48ba0f45c 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberNotificationConfigurationSqsNotificationConfiguration {} diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSource.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSource.ts index 4fb1a233a..d5c91ea1a 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSource.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_SubscriberSourceAwsLogSourceResource, securitylake_SubscriberSourceAwsLogSourceResource_GetTypes, -} from "./securitylake_SubscriberSourceAwsLogSourceResource"; +} from './securitylake_SubscriberSourceAwsLogSourceResource'; import { securitylake_SubscriberSourceCustomLogSourceResource, securitylake_SubscriberSourceCustomLogSourceResource_GetTypes, -} from "./securitylake_SubscriberSourceCustomLogSourceResource"; +} from './securitylake_SubscriberSourceCustomLogSourceResource'; export interface securitylake_SubscriberSource { // Amazon Security Lake supports log and event collection for natively supported AWS services. See `aws_log_source_resource` Block below. @@ -26,16 +26,16 @@ export function securitylake_SubscriberSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "awsLogSourceResource", - "Amazon Security Lake supports log and event collection for natively supported AWS services. See `aws_log_source_resource` Block below.", + 'awsLogSourceResource', + 'Amazon Security Lake supports log and event collection for natively supported AWS services. See `aws_log_source_resource` Block below.', () => securitylake_SubscriberSourceAwsLogSourceResource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customLogSourceResource", - "Amazon Security Lake supports custom source types. See `custom_log_source_resource` Block below.", + 'customLogSourceResource', + 'Amazon Security Lake supports custom source types. See `custom_log_source_resource` Block below.', () => securitylake_SubscriberSourceCustomLogSourceResource_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceAwsLogSourceResource.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceAwsLogSourceResource.ts index 95d38ce6e..523896b6c 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceAwsLogSourceResource.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceAwsLogSourceResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberSourceAwsLogSourceResource { // Provides data expiration details of Amazon Security Lake object. @@ -18,16 +18,16 @@ export function securitylake_SubscriberSourceAwsLogSourceResource_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "sourceName", - "Provides data expiration details of Amazon Security Lake object.", + 'sourceName', + 'Provides data expiration details of Amazon Security Lake object.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceVersion", - "Provides data storage transition details of Amazon Security Lake object.", + 'sourceVersion', + 'Provides data storage transition details of Amazon Security Lake object.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResource.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResource.ts index aa0968245..40868feb4 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResource.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResource.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { securitylake_SubscriberSourceCustomLogSourceResourceAttribute, securitylake_SubscriberSourceCustomLogSourceResourceAttribute_GetTypes, -} from "./securitylake_SubscriberSourceCustomLogSourceResourceAttribute"; +} from './securitylake_SubscriberSourceCustomLogSourceResourceAttribute'; import { securitylake_SubscriberSourceCustomLogSourceResourceProvider, securitylake_SubscriberSourceCustomLogSourceResourceProvider_GetTypes, -} from "./securitylake_SubscriberSourceCustomLogSourceResourceProvider"; +} from './securitylake_SubscriberSourceCustomLogSourceResourceProvider'; export interface securitylake_SubscriberSourceCustomLogSourceResource { // The attributes of the third-party custom source. See `attributes` Block below. @@ -32,8 +32,8 @@ export function securitylake_SubscriberSourceCustomLogSourceResource_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "providers", - "The details of the log provider for the third-party custom source. See `provider` Block below.", + 'providers', + 'The details of the log provider for the third-party custom source. See `provider` Block below.', () => securitylake_SubscriberSourceCustomLogSourceResourceProvider_GetTypes(), false, @@ -41,24 +41,24 @@ export function securitylake_SubscriberSourceCustomLogSourceResource_GetTypes(): ), new DynamicUIProps( InputType.String, - "sourceName", - "The name for a third-party custom source. This must be a Regionally unique value.", + 'sourceName', + 'The name for a third-party custom source. This must be a Regionally unique value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sourceVersion", - "The version for a third-party custom source. This must be a Regionally unique value.", + 'sourceVersion', + 'The version for a third-party custom source. This must be a Regionally unique value.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "attributes", - "The attributes of the third-party custom source. See `attributes` Block below.", + 'attributes', + 'The attributes of the third-party custom source. See `attributes` Block below.', () => securitylake_SubscriberSourceCustomLogSourceResourceAttribute_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceAttribute.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceAttribute.ts index 05f1720f4..44c1b9994 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceAttribute.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberSourceCustomLogSourceResourceAttribute { // The ARN of the AWS Glue crawler. @@ -21,24 +21,24 @@ export function securitylake_SubscriberSourceCustomLogSourceResourceAttribute_Ge return [ new DynamicUIProps( InputType.String, - "crawlerArn", - "The ARN of the AWS Glue crawler.", + 'crawlerArn', + 'The ARN of the AWS Glue crawler.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "databaseArn", - "The ARN of the AWS Glue database where results are written.", + 'databaseArn', + 'The ARN of the AWS Glue database where results are written.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tableArn", - "The ARN of the AWS Glue table.", + 'tableArn', + 'The ARN of the AWS Glue table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceProvider.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceProvider.ts index ff3f028bf..87c217df9 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceProvider.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSourceCustomLogSourceResourceProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberSourceCustomLogSourceResourceProvider { // The location of the partition in the Amazon S3 bucket for Security Lake. @@ -18,16 +18,16 @@ export function securitylake_SubscriberSourceCustomLogSourceResourceProvider_Get return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the IAM role to be used by the entity putting logs into your custom source partition.", + 'roleArn', + 'The ARN of the IAM role to be used by the entity putting logs into your custom source partition.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the partition in the Amazon S3 bucket for Security Lake.", + 'location', + 'The location of the partition in the Amazon S3 bucket for Security Lake.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberSubscriberIdentity.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberSubscriberIdentity.ts index d9a086193..4199ef5b8 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberSubscriberIdentity.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberSubscriberIdentity.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberSubscriberIdentity { // The AWS Regions where Security Lake is automatically enabled. @@ -18,16 +18,16 @@ export function securitylake_SubscriberSubscriberIdentity_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "externalId", - "The AWS Regions where Security Lake is automatically enabled.", + 'externalId', + 'The AWS Regions where Security Lake is automatically enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principal", - "Provides encryption details of Amazon Security Lake object.", + 'principal', + 'Provides encryption details of Amazon Security Lake object.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/securitylake_SubscriberTimeouts.ts b/src/app/Models/codegen/aws/types/securitylake_SubscriberTimeouts.ts index 861c5789d..6071955c6 100644 --- a/src/app/Models/codegen/aws/types/securitylake_SubscriberTimeouts.ts +++ b/src/app/Models/codegen/aws/types/securitylake_SubscriberTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface securitylake_SubscriberTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function securitylake_SubscriberTimeouts_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function securitylake_SubscriberTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function securitylake_SubscriberTimeouts_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_ProductProvisioningArtifactParameters.ts b/src/app/Models/codegen/aws/types/servicecatalog_ProductProvisioningArtifactParameters.ts index 3ac49946d..0d9f20525 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_ProductProvisioningArtifactParameters.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_ProductProvisioningArtifactParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_ProductProvisioningArtifactParameters { // Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as `arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]`. @@ -30,48 +30,48 @@ export function servicecatalog_ProductProvisioningArtifactParameters_GetTypes(): return [ new DynamicUIProps( InputType.String, - "templateUrl", - "Template source as URL of the CloudFormation template in Amazon S3.", + 'templateUrl', + 'Template source as URL of the CloudFormation template in Amazon S3.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Type of provisioning artifact. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisioningArtifactProperties.html) for valid list of values.", + 'type', + 'Type of provisioning artifact. See [AWS Docs](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisioningArtifactProperties.html) for valid list of values.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the provisioning artifact (i.e., version), including how it differs from the previous provisioning artifact.", + 'description', + 'Description of the provisioning artifact (i.e., version), including how it differs from the previous provisioning artifact.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "disableTemplateValidation", - "Whether AWS Service Catalog stops validating the specified provisioning artifact template even if it is invalid.", + 'disableTemplateValidation', + 'Whether AWS Service Catalog stops validating the specified provisioning artifact template even if it is invalid.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the provisioning artifact (for example, `v1`, `v2beta`). No spaces are allowed.", + 'name', + 'Name of the provisioning artifact (for example, `v1`, `v2beta`). No spaces are allowed.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "templatePhysicalId", - "Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as `arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]`.", + 'templatePhysicalId', + 'Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as `arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductOutput.ts b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductOutput.ts index d806ec418..968d2fab6 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductOutput.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductOutput.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_ProvisionedProductOutput { // The description of the output. @@ -21,24 +21,24 @@ export function servicecatalog_ProvisionedProductOutput_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "description", - "The description of the output.", + 'description', + 'The description of the output.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "key", - "The output key.", + 'key', + 'The output key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "The output value.", + 'value', + 'The output value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductProvisioningParameter.ts b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductProvisioningParameter.ts index 2a20dcb25..e0c2909b6 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductProvisioningParameter.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductProvisioningParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_ProvisionedProductProvisioningParameter { // Parameter key. @@ -21,24 +21,24 @@ export function servicecatalog_ProvisionedProductProvisioningParameter_GetTypes( return [ new DynamicUIProps( InputType.String, - "key", - "Parameter key.", + 'key', + 'Parameter key.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "usePreviousValue", - "Whether to ignore `value` and keep the previous parameter value. Ignored when initially provisioning a product.", + 'usePreviousValue', + 'Whether to ignore `value` and keep the previous parameter value. Ignored when initially provisioning a product.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "value", - "Parameter value.", + 'value', + 'Parameter value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences.ts b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences.ts index ca2d35b61..70a3ebf15 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_ProvisionedProductStackSetProvisioningPreferences.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_ProvisionedProductStackSetProvisioningPreferences { // One or more AWS accounts that will have access to the provisioned product. The AWS accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the `aws_servicecatalog_provisioning_parameters` data source. If no values are specified, the default value is all accounts from the STACKSET constraint. @@ -30,15 +30,15 @@ export function servicecatalog_ProvisionedProductStackSetProvisioningPreferences return [ new DynamicUIProps( InputType.Array, - "accounts", - "One or more AWS accounts that will have access to the provisioned product. The AWS accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the `aws_servicecatalog_provisioning_parameters` data source. If no values are specified, the default value is all accounts from the STACKSET constraint.", + 'accounts', + 'One or more AWS accounts that will have access to the provisioned product. The AWS accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the `aws_servicecatalog_provisioning_parameters` data source. If no values are specified, the default value is all accounts from the STACKSET constraint.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "failureToleranceCount", + 'failureToleranceCount', "Number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions. You must specify either `failure_tolerance_count` or `failure_tolerance_percentage`, but not both. The default value is 0 if no value is specified.", () => [], false, @@ -46,7 +46,7 @@ export function servicecatalog_ProvisionedProductStackSetProvisioningPreferences ), new DynamicUIProps( InputType.Number, - "failureTolerancePercentage", + 'failureTolerancePercentage', "Percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions. When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. You must specify either `failure_tolerance_count` or `failure_tolerance_percentage`, but not both.", () => [], false, @@ -54,24 +54,24 @@ export function servicecatalog_ProvisionedProductStackSetProvisioningPreferences ), new DynamicUIProps( InputType.Number, - "maxConcurrencyCount", - "Maximum number of accounts in which to perform this operation at one time. This is dependent on the value of `failure_tolerance_count`. `max_concurrency_count` is at most one more than the `failure_tolerance_count`. Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. You must specify either `max_concurrency_count` or `max_concurrency_percentage`, but not both.", + 'maxConcurrencyCount', + 'Maximum number of accounts in which to perform this operation at one time. This is dependent on the value of `failure_tolerance_count`. `max_concurrency_count` is at most one more than the `failure_tolerance_count`. Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. You must specify either `max_concurrency_count` or `max_concurrency_percentage`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxConcurrencyPercentage", - "Maximum percentage of accounts in which to perform this operation at one time. When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as 1 instead. Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. You must specify either `max_concurrency_count` or `max_concurrency_percentage`, but not both.", + 'maxConcurrencyPercentage', + 'Maximum percentage of accounts in which to perform this operation at one time. When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as 1 instead. Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. You must specify either `max_concurrency_count` or `max_concurrency_percentage`, but not both.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "regions", - "One or more AWS Regions where the provisioned product will be available. The specified regions should be within the list of regions from the STACKSET constraint. To get the list of regions in the STACKSET constraint, use the `aws_servicecatalog_provisioning_parameters` data source. If no values are specified, the default value is all regions from the STACKSET constraint.", + 'regions', + 'One or more AWS Regions where the provisioned product will be available. The specified regions should be within the list of regions from the STACKSET constraint. To get the list of regions in the STACKSET constraint, use the `aws_servicecatalog_provisioning_parameters` data source. If no values are specified, the default value is all regions from the STACKSET constraint.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_ServiceActionDefinition.ts b/src/app/Models/codegen/aws/types/servicecatalog_ServiceActionDefinition.ts index f25246b7a..5383d2692 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_ServiceActionDefinition.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_ServiceActionDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_ServiceActionDefinition { // ARN of the role that performs the self-service actions on your behalf. For example, `arn:aws:iam::12345678910:role/ActionRole`. To reuse the provisioned product launch role, set to `LAUNCH_ROLE`. @@ -27,7 +27,7 @@ export function servicecatalog_ServiceActionDefinition_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "parameters", + 'parameters', 'List of parameters in JSON format. For example: `[{\\"Name\\":\\"InstanceId\\",\\"Type\\":\\"TARGET\\"}]` or `[{\\"Name\\":\\"InstanceId\\",\\"Type\\":\\"TEXT_VALUE\\"}]`.', () => [], false, @@ -35,32 +35,32 @@ export function servicecatalog_ServiceActionDefinition_GetTypes(): DynamicUIProp ), new DynamicUIProps( InputType.String, - "type", - "Service action definition type. Valid value is `SSM_AUTOMATION`. Default is `SSM_AUTOMATION`.", + 'type', + 'Service action definition type. Valid value is `SSM_AUTOMATION`. Default is `SSM_AUTOMATION`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "SSM document version. For example, `1`.", + 'version', + 'SSM document version. For example, `1`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "assumeRole", - "ARN of the role that performs the self-service actions on your behalf. For example, `arn:aws:iam::12345678910:role/ActionRole`. To reuse the provisioned product launch role, set to `LAUNCH_ROLE`.", + 'assumeRole', + 'ARN of the role that performs the self-service actions on your behalf. For example, `arn:aws:iam::12345678910:role/ActionRole`. To reuse the provisioned product launch role, set to `LAUNCH_ROLE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the SSM document. For example, `AWS-RestartEC2Instance`. If you are using a shared SSM document, you must provide the ARN instead of the name.", + 'name', + 'Name of the SSM document. For example, `AWS-RestartEC2Instance`. If you are using a shared SSM document, you must provide the ARN instead of the name.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummary.ts b/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummary.ts index 3671e85b8..e5508f38d 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummary.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummary.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicecatalog_getLaunchPathsSummaryConstraintSummary, servicecatalog_getLaunchPathsSummaryConstraintSummary_GetTypes, -} from "./servicecatalog_getLaunchPathsSummaryConstraintSummary"; +} from './servicecatalog_getLaunchPathsSummaryConstraintSummary'; export interface servicecatalog_getLaunchPathsSummary { // Block for constraints on the portfolio-product relationship. See details below. @@ -28,32 +28,32 @@ export function servicecatalog_getLaunchPathsSummary_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "constraintSummaries", - "Block for constraints on the portfolio-product relationship. See details below.", + 'constraintSummaries', + 'Block for constraints on the portfolio-product relationship. See details below.', () => servicecatalog_getLaunchPathsSummaryConstraintSummary_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the portfolio to which the path was assigned.", + 'name', + 'Name of the portfolio to which the path was assigned.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "pathId", - "Identifier of the product path.", + 'pathId', + 'Identifier of the product path.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Tags associated with this product path.", + 'tags', + 'Tags associated with this product path.', () => InputType_Map_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummaryConstraintSummary.ts b/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummaryConstraintSummary.ts index 16d00e402..743a3846c 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummaryConstraintSummary.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_getLaunchPathsSummaryConstraintSummary.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_getLaunchPathsSummaryConstraintSummary { // Description of the constraint. @@ -18,16 +18,16 @@ export function servicecatalog_getLaunchPathsSummaryConstraintSummary_GetTypes() return [ new DynamicUIProps( InputType.String, - "description", - "Description of the constraint.", + 'description', + 'Description of the constraint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `STACKSET`, and `TEMPLATE`.", + 'type', + 'Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `STACKSET`, and `TEMPLATE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_getPortfolioConstraintsDetail.ts b/src/app/Models/codegen/aws/types/servicecatalog_getPortfolioConstraintsDetail.ts index b3a704046..a7c0ef943 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_getPortfolioConstraintsDetail.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_getPortfolioConstraintsDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_getPortfolioConstraintsDetail { // Identifier of the constraint. @@ -34,41 +34,41 @@ export function servicecatalog_getPortfolioConstraintsDetail_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "constraintId", - "Identifier of the constraint.", + 'constraintId', + 'Identifier of the constraint.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the constraint.", + 'description', + 'Description of the constraint.', () => [], true, false, ), - new DynamicUIProps(InputType.String, "owner", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'owner', '', () => [], true, false), new DynamicUIProps( InputType.String, - "portfolioId", - "Portfolio identifier.\n\nThe following arguments are optional:", + 'portfolioId', + 'Portfolio identifier.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "productId", - "Product identifier.", + 'productId', + 'Product identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `STACKSET`, and `TEMPLATE`.", + 'type', + 'Type of constraint. Valid values are `LAUNCH`, `NOTIFICATION`, `STACKSET`, and `TEMPLATE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicecatalog_getProvisioningArtifactsProvisioningArtifactDetail.ts b/src/app/Models/codegen/aws/types/servicecatalog_getProvisioningArtifactsProvisioningArtifactDetail.ts index 022ad5668..4fbad2a60 100644 --- a/src/app/Models/codegen/aws/types/servicecatalog_getProvisioningArtifactsProvisioningArtifactDetail.ts +++ b/src/app/Models/codegen/aws/types/servicecatalog_getProvisioningArtifactsProvisioningArtifactDetail.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicecatalog_getProvisioningArtifactsProvisioningArtifactDetail { // The description of the provisioning artifact. @@ -33,56 +33,56 @@ export function servicecatalog_getProvisioningArtifactsProvisioningArtifactDetai return [ new DynamicUIProps( InputType.Bool, - "active", - "Indicates whether the product version is active.", + 'active', + 'Indicates whether the product version is active.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "createdTime", - "The UTC time stamp of the creation time.", + 'createdTime', + 'The UTC time stamp of the creation time.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of the provisioning artifact.", + 'description', + 'The description of the provisioning artifact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "guidance", - "Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.", + 'guidance', + 'Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "id", - "The identifier of the provisioning artifact.", + 'id', + 'The identifier of the provisioning artifact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the provisioning artifact.", + 'name', + 'The name of the provisioning artifact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of provisioning artifact.", + 'type', + 'The type of provisioning artifact.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfig.ts index cdec735c7..7d5cad5bf 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicediscovery_ServiceDnsConfigDnsRecord, servicediscovery_ServiceDnsConfigDnsRecord_GetTypes, -} from "./servicediscovery_ServiceDnsConfigDnsRecord"; +} from './servicediscovery_ServiceDnsConfigDnsRecord'; export interface servicediscovery_ServiceDnsConfig { // An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details. @@ -25,24 +25,24 @@ export function servicediscovery_ServiceDnsConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "dnsRecords", - "An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details.", + 'dnsRecords', + 'An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details.', () => servicediscovery_ServiceDnsConfigDnsRecord_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "namespaceId", - "The ID of the namespace to use for DNS configuration.", + 'namespaceId', + 'The ID of the namespace to use for DNS configuration.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "routingPolicy", - "The routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED", + 'routingPolicy', + 'The routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfigDnsRecord.ts b/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfigDnsRecord.ts index b9a7cfa5d..8e8abcaa3 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfigDnsRecord.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_ServiceDnsConfigDnsRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_ServiceDnsConfigDnsRecord { // The amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set. @@ -18,16 +18,16 @@ export function servicediscovery_ServiceDnsConfigDnsRecord_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "type", - "The type of the resource, which indicates the value that Amazon Route 53 returns in response to DNS queries. Valid Values: A, AAAA, SRV, CNAME", + 'type', + 'The type of the resource, which indicates the value that Amazon Route 53 returns in response to DNS queries. Valid Values: A, AAAA, SRV, CNAME', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "ttl", - "The amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set.", + 'ttl', + 'The amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckConfig.ts index b1f4d1bd2..8c902a356 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_ServiceHealthCheckConfig { // The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP @@ -21,23 +21,23 @@ export function servicediscovery_ServiceHealthCheckConfig_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "type", - "The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP", + 'type', + 'The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "failureThreshold", - "The number of consecutive health checks. Maximum value of 10.", + 'failureThreshold', + 'The number of consecutive health checks. Maximum value of 10.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourcePath", + 'resourcePath', "The path that you want Route 53 to request when performing health checks. Route 53 automatically adds the DNS name for the service. If you don't specify a value, the default value is /.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckCustomConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckCustomConfig.ts index 1654d3bbb..cd63c4f48 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckCustomConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_ServiceHealthCheckCustomConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_ServiceHealthCheckCustomConfig { // The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10. @@ -15,8 +15,8 @@ export function servicediscovery_ServiceHealthCheckCustomConfig_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "failureThreshold", - "The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.", + 'failureThreshold', + 'The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfig.ts index bc8a3084e..dfef290ee 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicediscovery_getServiceDnsConfigDnsRecord, servicediscovery_getServiceDnsConfigDnsRecord_GetTypes, -} from "./servicediscovery_getServiceDnsConfigDnsRecord"; +} from './servicediscovery_getServiceDnsConfigDnsRecord'; export interface servicediscovery_getServiceDnsConfig { // An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details. @@ -25,24 +25,24 @@ export function servicediscovery_getServiceDnsConfig_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "dnsRecords", - "An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details.", + 'dnsRecords', + 'An array that contains one DnsRecord object for each resource record set. See `dns_records` Block for details.', () => servicediscovery_getServiceDnsConfigDnsRecord_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "namespaceId", - "ID of the namespace that the service belongs to.", + 'namespaceId', + 'ID of the namespace that the service belongs to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routingPolicy", - "Routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED", + 'routingPolicy', + 'Routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfigDnsRecord.ts b/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfigDnsRecord.ts index e6a367107..9b38fb023 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfigDnsRecord.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_getServiceDnsConfigDnsRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_getServiceDnsConfigDnsRecord { // Amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set. @@ -18,16 +18,16 @@ export function servicediscovery_getServiceDnsConfigDnsRecord_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "ttl", - "Amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set.", + 'ttl', + 'Amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP", + 'type', + 'The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckConfig.ts index 63d22dc81..a3f31f4df 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_getServiceHealthCheckConfig { // The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10. @@ -21,15 +21,15 @@ export function servicediscovery_getServiceHealthCheckConfig_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "failureThreshold", - "The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.", + 'failureThreshold', + 'The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourcePath", + 'resourcePath', "Path that you want Route 53 to request when performing health checks. Route 53 automatically adds the DNS name for the service. If you don't specify a value, the default value is /.", () => [], true, @@ -37,8 +37,8 @@ export function servicediscovery_getServiceHealthCheckConfig_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "type", - "The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP", + 'type', + 'The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckCustomConfig.ts b/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckCustomConfig.ts index 9637e287a..573fe1b38 100644 --- a/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckCustomConfig.ts +++ b/src/app/Models/codegen/aws/types/servicediscovery_getServiceHealthCheckCustomConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicediscovery_getServiceHealthCheckCustomConfig { // The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10. @@ -15,8 +15,8 @@ export function servicediscovery_getServiceHealthCheckCustomConfig_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "failureThreshold", - "The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.", + 'failureThreshold', + 'The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetric.ts b/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetric.ts index a0fcf8f73..df33bd397 100644 --- a/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetric.ts +++ b/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicequotas_ServiceQuotaUsageMetricMetricDimension, servicequotas_ServiceQuotaUsageMetricMetricDimension_GetTypes, -} from "./servicequotas_ServiceQuotaUsageMetricMetricDimension"; +} from './servicequotas_ServiceQuotaUsageMetricMetricDimension'; export interface servicequotas_ServiceQuotaUsageMetric { // The metric dimensions. @@ -28,32 +28,32 @@ export function servicequotas_ServiceQuotaUsageMetric_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "metricDimensions", - "The metric dimensions.", + 'metricDimensions', + 'The metric dimensions.', () => servicequotas_ServiceQuotaUsageMetricMetricDimension_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name of the metric.", + 'metricName', + 'The name of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricNamespace", - "The namespace of the metric.", + 'metricNamespace', + 'The namespace of the metric.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metricStatisticRecommendation", - "The metric statistic that AWS recommend you use when determining quota usage.", + 'metricStatisticRecommendation', + 'The metric statistic that AWS recommend you use when determining quota usage.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetricMetricDimension.ts b/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetricMetricDimension.ts index 01e9a0c59..4ca4d5e13 100644 --- a/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetricMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/servicequotas_ServiceQuotaUsageMetricMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicequotas_ServiceQuotaUsageMetricMetricDimension { // @@ -24,14 +24,14 @@ export function servicequotas_ServiceQuotaUsageMetricMetricDimension_GetTypes(): return [ new DynamicUIProps( InputType.String, - "resource", - "", + 'resource', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "service", "", () => [], false, false), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), - new DynamicUIProps(InputType.String, "class", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'service', '', () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), + new DynamicUIProps(InputType.String, 'class', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetric.ts b/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetric.ts index ba6a37476..c1ad406de 100644 --- a/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetric.ts +++ b/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetric.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { servicequotas_getServiceQuotaUsageMetricMetricDimension, servicequotas_getServiceQuotaUsageMetricMetricDimension_GetTypes, -} from "./servicequotas_getServiceQuotaUsageMetricMetricDimension"; +} from './servicequotas_getServiceQuotaUsageMetricMetricDimension'; export interface servicequotas_getServiceQuotaUsageMetric { // The metric dimensions. @@ -28,32 +28,32 @@ export function servicequotas_getServiceQuotaUsageMetric_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "metricDimensions", - "The metric dimensions.", + 'metricDimensions', + 'The metric dimensions.', () => servicequotas_getServiceQuotaUsageMetricMetricDimension_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name of the metric.", + 'metricName', + 'The name of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricNamespace", - "The namespace of the metric.", + 'metricNamespace', + 'The namespace of the metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricStatisticRecommendation", - "The metric statistic that AWS recommend you use when determining quota usage.", + 'metricStatisticRecommendation', + 'The metric statistic that AWS recommend you use when determining quota usage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetricMetricDimension.ts b/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetricMetricDimension.ts index 68b224ce5..f4c3b7dc2 100644 --- a/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetricMetricDimension.ts +++ b/src/app/Models/codegen/aws/types/servicequotas_getServiceQuotaUsageMetricMetricDimension.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicequotas_getServiceQuotaUsageMetricMetricDimension { // @@ -22,9 +22,9 @@ export interface servicequotas_getServiceQuotaUsageMetricMetricDimension { export function servicequotas_getServiceQuotaUsageMetricMetricDimension_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "class", "", () => [], true, false), - new DynamicUIProps(InputType.String, "resource", "", () => [], true, false), - new DynamicUIProps(InputType.String, "service", "", () => [], true, false), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'class', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'resource', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'service', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/servicequotas_getTemplatesTemplate.ts b/src/app/Models/codegen/aws/types/servicequotas_getTemplatesTemplate.ts index 7eaefa977..5f6499162 100644 --- a/src/app/Models/codegen/aws/types/servicequotas_getTemplatesTemplate.ts +++ b/src/app/Models/codegen/aws/types/servicequotas_getTemplatesTemplate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface servicequotas_getTemplatesTemplate { // Indicates whether the quota is global. @@ -36,64 +36,64 @@ export function servicequotas_getTemplatesTemplate_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "quotaName", - "Quota name.", + 'quotaName', + 'Quota name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "AWS Region to which the quota increases apply.", + 'region', + 'AWS Region to which the quota increases apply.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceCode", - "(Required) Service identifier.", + 'serviceCode', + '(Required) Service identifier.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceName", - "Service name.", + 'serviceName', + 'Service name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "unit", - "Unit of measurement.", + 'unit', + 'Unit of measurement.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "value", - "(Required) The new, increased value for the quota.", + 'value', + '(Required) The new, increased value for the quota.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "globalQuota", - "Indicates whether the quota is global.", + 'globalQuota', + 'Indicates whether the quota is global.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "quotaCode", - "Quota identifier.", + 'quotaCode', + 'Quota identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_ConfigurationSetDeliveryOptions.ts b/src/app/Models/codegen/aws/types/ses_ConfigurationSetDeliveryOptions.ts index 26edf8a58..7cb1e38ec 100644 --- a/src/app/Models/codegen/aws/types/ses_ConfigurationSetDeliveryOptions.ts +++ b/src/app/Models/codegen/aws/types/ses_ConfigurationSetDeliveryOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ConfigurationSetDeliveryOptions { // Whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is `Require`, messages are only delivered if a TLS connection can be established. If the value is `Optional`, messages can be delivered in plain text if a TLS connection can't be established. Valid values: `Require` or `Optional`. Defaults to `Optional`. @@ -15,7 +15,7 @@ export function ses_ConfigurationSetDeliveryOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "tlsPolicy", + 'tlsPolicy', "Whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is `Require`, messages are only delivered if a TLS connection can be established. If the value is `Optional`, messages can be delivered in plain text if a TLS connection can't be established. Valid values: `Require` or `Optional`. Defaults to `Optional`.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ses_ConfigurationSetTrackingOptions.ts b/src/app/Models/codegen/aws/types/ses_ConfigurationSetTrackingOptions.ts index eaa5ee3cf..8b9b712bb 100644 --- a/src/app/Models/codegen/aws/types/ses_ConfigurationSetTrackingOptions.ts +++ b/src/app/Models/codegen/aws/types/ses_ConfigurationSetTrackingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ConfigurationSetTrackingOptions { // Custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain. @@ -15,8 +15,8 @@ export function ses_ConfigurationSetTrackingOptions_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "customRedirectDomain", - "Custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.", + 'customRedirectDomain', + 'Custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ses_EventDestinationCloudwatchDestination.ts b/src/app/Models/codegen/aws/types/ses_EventDestinationCloudwatchDestination.ts index e9fe0ad22..efcefbe95 100644 --- a/src/app/Models/codegen/aws/types/ses_EventDestinationCloudwatchDestination.ts +++ b/src/app/Models/codegen/aws/types/ses_EventDestinationCloudwatchDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_EventDestinationCloudwatchDestination { // The default value for the event @@ -21,23 +21,23 @@ export function ses_EventDestinationCloudwatchDestination_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "defaultValue", - "The default value for the event", + 'defaultValue', + 'The default value for the event', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dimensionName", - "The name for the dimension", + 'dimensionName', + 'The name for the dimension', () => [], true, false, ), new DynamicUIProps( InputType.String, - "valueSource", + 'valueSource', 'The source for the value. May be any of `"messageTag"`, `"emailHeader"` or `"linkTag"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/ses_EventDestinationKinesisDestination.ts b/src/app/Models/codegen/aws/types/ses_EventDestinationKinesisDestination.ts index 2e1716d46..86e8a7153 100644 --- a/src/app/Models/codegen/aws/types/ses_EventDestinationKinesisDestination.ts +++ b/src/app/Models/codegen/aws/types/ses_EventDestinationKinesisDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_EventDestinationKinesisDestination { // The ARN of the role that has permissions to access the Kinesis Stream @@ -18,16 +18,16 @@ export function ses_EventDestinationKinesisDestination_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "roleArn", - "The ARN of the role that has permissions to access the Kinesis Stream", + 'roleArn', + 'The ARN of the role that has permissions to access the Kinesis Stream', () => [], true, false, ), new DynamicUIProps( InputType.String, - "streamArn", - "The ARN of the Kinesis Stream", + 'streamArn', + 'The ARN of the Kinesis Stream', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_EventDestinationSnsDestination.ts b/src/app/Models/codegen/aws/types/ses_EventDestinationSnsDestination.ts index 1d42a6fce..b81cb6f1b 100644 --- a/src/app/Models/codegen/aws/types/ses_EventDestinationSnsDestination.ts +++ b/src/app/Models/codegen/aws/types/ses_EventDestinationSnsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_EventDestinationSnsDestination { // The ARN of the SNS topic @@ -15,8 +15,8 @@ export function ses_EventDestinationSnsDestination_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of the SNS topic", + 'topicArn', + 'The ARN of the SNS topic', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleAddHeaderAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleAddHeaderAction.ts index e63ec70e7..687851f8a 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleAddHeaderAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleAddHeaderAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleAddHeaderAction { // The name of the header to add @@ -21,24 +21,24 @@ export function ses_ReceiptRuleAddHeaderAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "headerName", - "The name of the header to add", + 'headerName', + 'The name of the header to add', () => [], true, false, ), new DynamicUIProps( InputType.String, - "headerValue", - "The value of the header to add", + 'headerValue', + 'The value of the header to add', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleBounceAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleBounceAction.ts index d41b56955..a5e0f6b94 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleBounceAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleBounceAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleBounceAction { // The ARN of an SNS topic to notify @@ -30,48 +30,48 @@ export function ses_ReceiptRuleBounceAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], false, false, ), new DynamicUIProps( InputType.String, - "message", - "The message to send", + 'message', + 'The message to send', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "sender", - "The email address of the sender", + 'sender', + 'The email address of the sender', () => [], true, false, ), new DynamicUIProps( InputType.String, - "smtpReplyCode", - "The RFC 5321 SMTP reply code", + 'smtpReplyCode', + 'The RFC 5321 SMTP reply code', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statusCode", - "The RFC 3463 SMTP enhanced status code", + 'statusCode', + 'The RFC 3463 SMTP enhanced status code', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleLambdaAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleLambdaAction.ts index e671f2553..f63f03a7b 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleLambdaAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleLambdaAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleLambdaAction { // The ARN of the Lambda function to invoke @@ -24,32 +24,32 @@ export function ses_ReceiptRuleLambdaAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "invocationType", - "`Event` or `RequestResponse`", + 'invocationType', + '`Event` or `RequestResponse`', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], false, false, ), new DynamicUIProps( InputType.String, - "functionArn", - "The ARN of the Lambda function to invoke", + 'functionArn', + 'The ARN of the Lambda function to invoke', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleS3Action.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleS3Action.ts index 152b2fa5c..ff8b4562f 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleS3Action.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleS3Action.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleS3Action { // The name of the S3 bucket @@ -27,40 +27,40 @@ export function ses_ReceiptRuleS3Action_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "bucketName", - "The name of the S3 bucket", + 'bucketName', + 'The name of the S3 bucket', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN of the KMS key", + 'kmsKeyArn', + 'The ARN of the KMS key', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectKeyPrefix", - "The key prefix of the S3 bucket", + 'objectKeyPrefix', + 'The key prefix of the S3 bucket', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleSnsAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleSnsAction.ts index 5238f192b..e8e855d2a 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleSnsAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleSnsAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleSnsAction { // The ARN of an SNS topic to notify @@ -21,24 +21,24 @@ export function ses_ReceiptRuleSnsAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encoding", - "The encoding to use for the email within the Amazon SNS notification. Default value is `UTF-8`.", + 'encoding', + 'The encoding to use for the email within the Amazon SNS notification. Default value is `UTF-8`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleStopAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleStopAction.ts index aa548efab..3ba461d7b 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleStopAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleStopAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleStopAction { // The scope to apply. The only acceptable value is `RuleSet`. @@ -21,24 +21,24 @@ export function ses_ReceiptRuleStopAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "scope", - "The scope to apply. The only acceptable value is `RuleSet`.", + 'scope', + 'The scope to apply. The only acceptable value is `RuleSet`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ses_ReceiptRuleWorkmailAction.ts b/src/app/Models/codegen/aws/types/ses_ReceiptRuleWorkmailAction.ts index 2a6068076..62956e1a0 100644 --- a/src/app/Models/codegen/aws/types/ses_ReceiptRuleWorkmailAction.ts +++ b/src/app/Models/codegen/aws/types/ses_ReceiptRuleWorkmailAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ses_ReceiptRuleWorkmailAction { // The position of the action in the receipt rule @@ -21,24 +21,24 @@ export function ses_ReceiptRuleWorkmailAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "position", - "The position of the action in the receipt rule", + 'position', + 'The position of the action in the receipt rule', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicArn", - "The ARN of an SNS topic to notify", + 'topicArn', + 'The ARN of an SNS topic to notify', () => [], false, false, ), new DynamicUIProps( InputType.String, - "organizationArn", - "The ARN of the WorkMail organization", + 'organizationArn', + 'The ARN of the WorkMail organization', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesDashboardAttributes.ts b/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesDashboardAttributes.ts index 2fe6ea294..3be138363 100644 --- a/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesDashboardAttributes.ts +++ b/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesDashboardAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_AccountVdmAttributesDashboardAttributes { // Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function sesv2_AccountVdmAttributesDashboardAttributes_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "engagementMetrics", - "Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.", + 'engagementMetrics', + 'Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesGuardianAttributes.ts b/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesGuardianAttributes.ts index 5dffa5434..dadfcebb6 100644 --- a/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesGuardianAttributes.ts +++ b/src/app/Models/codegen/aws/types/sesv2_AccountVdmAttributesGuardianAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_AccountVdmAttributesGuardianAttributes { // Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function sesv2_AccountVdmAttributesGuardianAttributes_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "optimizedSharedDelivery", - "Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.", + 'optimizedSharedDelivery', + 'Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetDeliveryOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetDeliveryOptions.ts index 4859468a0..8bbb7f2b8 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetDeliveryOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetDeliveryOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetDeliveryOptions { // Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). Valid values: `REQUIRE`, `OPTIONAL`. @@ -18,16 +18,16 @@ export function sesv2_ConfigurationSetDeliveryOptions_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "tlsPolicy", - "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). Valid values: `REQUIRE`, `OPTIONAL`.", + 'tlsPolicy', + 'Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). Valid values: `REQUIRE`, `OPTIONAL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sendingPoolName", - "The name of the dedicated IP pool to associate with the configuration set.", + 'sendingPoolName', + 'The name of the dedicated IP pool to associate with the configuration set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestination.ts index ba5dd1329..a30cd2be5 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestination.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination, sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination'; import { sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination, sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination'; import { sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination, sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination'; import { sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination, sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination'; import { sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination, sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination'; export interface sesv2_ConfigurationSetEventDestinationEventDestination { // An object that defines an Amazon Pinpoint project destination for email events. See `pinpoint_destination` Block for details. @@ -53,8 +53,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( return [ new DynamicUIProps( InputType.Object, - "pinpointDestination", - "An object that defines an Amazon Pinpoint project destination for email events. See `pinpoint_destination` Block for details.", + 'pinpointDestination', + 'An object that defines an Amazon Pinpoint project destination for email events. See `pinpoint_destination` Block for details.', () => sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination_GetTypes(), false, @@ -62,8 +62,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( ), new DynamicUIProps( InputType.Object, - "snsDestination", - "An object that defines an Amazon SNS destination for email events. See `sns_destination` Block for details.", + 'snsDestination', + 'An object that defines an Amazon SNS destination for email events. See `sns_destination` Block for details.', () => sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination_GetTypes(), false, @@ -71,8 +71,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( ), new DynamicUIProps( InputType.Object, - "cloudWatchDestination", - "An object that defines an Amazon CloudWatch destination for email events. See `cloud_watch_destination` Block for details.", + 'cloudWatchDestination', + 'An object that defines an Amazon CloudWatch destination for email events. See `cloud_watch_destination` Block for details.', () => sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination_GetTypes(), false, @@ -80,16 +80,16 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( ), new DynamicUIProps( InputType.Bool, - "enabled", - "When the event destination is enabled, the specified event types are sent to the destinations. Default: `false`.", + 'enabled', + 'When the event destination is enabled, the specified event types are sent to the destinations. Default: `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "eventBridgeDestination", - "", + 'eventBridgeDestination', + '', () => sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination_GetTypes(), false, @@ -97,8 +97,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( ), new DynamicUIProps( InputType.Object, - "kinesisFirehoseDestination", - "An object that defines an Amazon Kinesis Data Firehose destination for email events. See `kinesis_firehose_destination` Block for details.", + 'kinesisFirehoseDestination', + 'An object that defines an Amazon Kinesis Data Firehose destination for email events. See `kinesis_firehose_destination` Block for details.', () => sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination_GetTypes(), false, @@ -106,8 +106,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestination_GetTypes( ), new DynamicUIProps( InputType.Array, - "matchingEventTypes", - "An array that specifies which events the Amazon SES API v2 should send to the destinations. Valid values: `SEND`, `REJECT`, `BOUNCE`, `COMPLAINT`, `DELIVERY`, `OPEN`, `CLICK`, `RENDERING_FAILURE`, `DELIVERY_DELAY`, `SUBSCRIPTION`.", + 'matchingEventTypes', + 'An array that specifies which events the Amazon SES API v2 should send to the destinations. Valid values: `SEND`, `REJECT`, `BOUNCE`, `COMPLAINT`, `DELIVERY`, `OPEN`, `CLICK`, `RENDERING_FAILURE`, `DELIVERY_DELAY`, `SUBSCRIPTION`.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination.ts index 9ddfd928c..8a4082c33 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration, sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration_GetTypes, -} from "./sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration"; +} from './sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestination { // An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch. See `dimension_configuration` Block for details. @@ -19,8 +19,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatch return [ new DynamicUIProps( InputType.Array, - "dimensionConfigurations", - "An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch. See `dimension_configuration` Block for details.", + 'dimensionConfigurations', + 'An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch. See `dimension_configuration` Block for details.', () => sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration.ts index cf84f14aa..4c3ec36a1 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfiguration { // The name of an Amazon CloudWatch dimension associated with an email sending metric. @@ -21,23 +21,23 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationCloudWatch return [ new DynamicUIProps( InputType.String, - "dimensionName", - "The name of an Amazon CloudWatch dimension associated with an email sending metric.", + 'dimensionName', + 'The name of an Amazon CloudWatch dimension associated with an email sending metric.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dimensionValueSource", - "The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. Valid values: `MESSAGE_TAG`, `EMAIL_HEADER`, `LINK_TAG`.", + 'dimensionValueSource', + 'The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. Valid values: `MESSAGE_TAG`, `EMAIL_HEADER`, `LINK_TAG`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultDimensionValue", + 'defaultDimensionValue', "The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination.ts index 13e0889c3..31fd68109 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationEventBridgeDestination { // The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationEventBridg return [ new DynamicUIProps( InputType.String, - "eventBusArn", - "The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.", + 'eventBusArn', + 'The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.ts index 9be19c4d4..5d42ee7ba 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination { // The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to. @@ -18,16 +18,16 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationKinesisFir return [ new DynamicUIProps( InputType.String, - "deliveryStreamArn", - "The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.", + 'deliveryStreamArn', + 'The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "iamRoleArn", - "The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.", + 'iamRoleArn', + 'The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination.ts index f12014932..4c09bc29e 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDestination { // @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationPinpointDe return [ new DynamicUIProps( InputType.String, - "applicationArn", - "", + 'applicationArn', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination.ts index 4f3c9e21b..6ae8f5d7e 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestination { // The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetEventDestinationEventDestinationSnsDestina return [ new DynamicUIProps( InputType.String, - "topicArn", - "The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to.", + 'topicArn', + 'The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetReputationOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetReputationOptions.ts index 8c1c5fe9d..604041a31 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetReputationOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetReputationOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetReputationOptions { // The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start. @@ -18,16 +18,16 @@ export function sesv2_ConfigurationSetReputationOptions_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "lastFreshStart", - "The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.", + 'lastFreshStart', + 'The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "reputationMetricsEnabled", - "If `true`, tracking of reputation metrics is enabled for the configuration set. If `false`, tracking of reputation metrics is disabled for the configuration set.", + 'reputationMetricsEnabled', + 'If `true`, tracking of reputation metrics is enabled for the configuration set. If `false`, tracking of reputation metrics is disabled for the configuration set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSendingOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSendingOptions.ts index db47fb6b6..1fca8d1d9 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSendingOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSendingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetSendingOptions { // If `true`, email sending is enabled for the configuration set. If `false`, email sending is disabled for the configuration set. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetSendingOptions_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "sendingEnabled", - "If `true`, email sending is enabled for the configuration set. If `false`, email sending is disabled for the configuration set.", + 'sendingEnabled', + 'If `true`, email sending is enabled for the configuration set. If `false`, email sending is disabled for the configuration set.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSuppressionOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSuppressionOptions.ts index 07427a179..a3da46912 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSuppressionOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetSuppressionOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetSuppressionOptions { // A list that contains the reasons that email addresses are automatically added to the suppression list for your account. Valid values: `BOUNCE`, `COMPLAINT`. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetSuppressionOptions_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "suppressedReasons", - "A list that contains the reasons that email addresses are automatically added to the suppression list for your account. Valid values: `BOUNCE`, `COMPLAINT`.", + 'suppressedReasons', + 'A list that contains the reasons that email addresses are automatically added to the suppression list for your account. Valid values: `BOUNCE`, `COMPLAINT`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetTrackingOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetTrackingOptions.ts index 28517f347..93adde936 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetTrackingOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetTrackingOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetTrackingOptions { // The domain to use for tracking open and click events. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetTrackingOptions_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "customRedirectDomain", - "The domain to use for tracking open and click events.", + 'customRedirectDomain', + 'The domain to use for tracking open and click events.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptions.ts index 17952b23b..1c511cd4e 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptions.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_ConfigurationSetVdmOptionsDashboardOptions, sesv2_ConfigurationSetVdmOptionsDashboardOptions_GetTypes, -} from "./sesv2_ConfigurationSetVdmOptionsDashboardOptions"; +} from './sesv2_ConfigurationSetVdmOptionsDashboardOptions'; import { sesv2_ConfigurationSetVdmOptionsGuardianOptions, sesv2_ConfigurationSetVdmOptionsGuardianOptions_GetTypes, -} from "./sesv2_ConfigurationSetVdmOptionsGuardianOptions"; +} from './sesv2_ConfigurationSetVdmOptionsGuardianOptions'; export interface sesv2_ConfigurationSetVdmOptions { // Specifies additional settings for your VDM configuration as applicable to the Dashboard. See `dashboard_options` Block for details. @@ -26,16 +26,16 @@ export function sesv2_ConfigurationSetVdmOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "dashboardOptions", - "Specifies additional settings for your VDM configuration as applicable to the Dashboard. See `dashboard_options` Block for details.", + 'dashboardOptions', + 'Specifies additional settings for your VDM configuration as applicable to the Dashboard. See `dashboard_options` Block for details.', () => sesv2_ConfigurationSetVdmOptionsDashboardOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "guardianOptions", - "Specifies additional settings for your VDM configuration as applicable to the Guardian. See `guardian_options` Block for details.", + 'guardianOptions', + 'Specifies additional settings for your VDM configuration as applicable to the Guardian. See `guardian_options` Block for details.', () => sesv2_ConfigurationSetVdmOptionsGuardianOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsDashboardOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsDashboardOptions.ts index 370aba289..edb6c4f61 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsDashboardOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsDashboardOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetVdmOptionsDashboardOptions { // Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetVdmOptionsDashboardOptions_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "engagementMetrics", - "Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.", + 'engagementMetrics', + 'Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsGuardianOptions.ts b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsGuardianOptions.ts index a8d83cab1..d91a3e462 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsGuardianOptions.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ConfigurationSetVdmOptionsGuardianOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ConfigurationSetVdmOptionsGuardianOptions { // Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`. @@ -15,8 +15,8 @@ export function sesv2_ConfigurationSetVdmOptionsGuardianOptions_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "optimizedSharedDelivery", - "Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.", + 'optimizedSharedDelivery', + 'Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_ContactListTopic.ts b/src/app/Models/codegen/aws/types/sesv2_ContactListTopic.ts index e9d811718..56b6ae42a 100644 --- a/src/app/Models/codegen/aws/types/sesv2_ContactListTopic.ts +++ b/src/app/Models/codegen/aws/types/sesv2_ContactListTopic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_ContactListTopic { // Description of what the topic is about, which the contact will see. @@ -28,32 +28,32 @@ export function sesv2_ContactListTopic_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "Description of what the topic is about, which the contact will see.", + 'description', + 'Description of what the topic is about, which the contact will see.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Name of the topic the contact will see.", + 'displayName', + 'Name of the topic the contact will see.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "topicName", - "Name of the topic.\n\nThe following arguments are optional:", + 'topicName', + 'Name of the topic.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultSubscriptionStatus", - "Default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.", + 'defaultSubscriptionStatus', + 'Default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_EmailIdentityDkimSigningAttributes.ts b/src/app/Models/codegen/aws/types/sesv2_EmailIdentityDkimSigningAttributes.ts index 84d617e95..336bdfa5f 100644 --- a/src/app/Models/codegen/aws/types/sesv2_EmailIdentityDkimSigningAttributes.ts +++ b/src/app/Models/codegen/aws/types/sesv2_EmailIdentityDkimSigningAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_EmailIdentityDkimSigningAttributes { // [Easy DKIM] The last time a key pair was generated for this identity. @@ -40,39 +40,39 @@ export function sesv2_EmailIdentityDkimSigningAttributes_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "signingAttributesOrigin", - "A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).", + 'signingAttributesOrigin', + 'A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.", + 'status', + 'Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "tokens", - "If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.", + 'tokens', + 'If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "currentSigningKeyLength", - "[Easy DKIM] The key length of the DKIM key pair in use.", + 'currentSigningKeyLength', + '[Easy DKIM] The key length of the DKIM key pair in use.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainSigningPrivateKey", + 'domainSigningPrivateKey', "[Bring Your Own DKIM] A private key that's used to generate a DKIM signature. The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.\n\n> **NOTE:** You have to delete the first and last lines ('-----BEGIN PRIVATE KEY-----' and '-----END PRIVATE KEY-----', respectively) of the generated private key. Additionally, you have to remove the line breaks in the generated private key. The resulting value is a string of characters with no spaces or line breaks.", () => [], false, @@ -80,7 +80,7 @@ export function sesv2_EmailIdentityDkimSigningAttributes_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "domainSigningSelector", + 'domainSigningSelector', "[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.", () => [], false, @@ -88,16 +88,16 @@ export function sesv2_EmailIdentityDkimSigningAttributes_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.String, - "lastKeyGenerationTimestamp", - "[Easy DKIM] The last time a key pair was generated for this identity.", + 'lastKeyGenerationTimestamp', + '[Easy DKIM] The last time a key pair was generated for this identity.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nextSigningKeyLength", - "[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day. Valid values: `RSA_1024_BIT`, `RSA_2048_BIT`.", + 'nextSigningKeyLength', + '[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day. Valid values: `RSA_1024_BIT`, `RSA_2048_BIT`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetDeliveryOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetDeliveryOption.ts index 599fb0db2..5f9cbc519 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetDeliveryOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetDeliveryOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetDeliveryOption { // The name of the dedicated IP pool to associate with the configuration set. @@ -18,16 +18,16 @@ export function sesv2_getConfigurationSetDeliveryOption_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "sendingPoolName", - "The name of the dedicated IP pool to associate with the configuration set.", + 'sendingPoolName', + 'The name of the dedicated IP pool to associate with the configuration set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "tlsPolicy", - "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", + 'tlsPolicy', + 'Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetReputationOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetReputationOption.ts index 37b2f1867..07d24752c 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetReputationOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetReputationOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetReputationOption { // The date and time (in Unix time) when the reputation metrics were last given a fresh start. @@ -18,16 +18,16 @@ export function sesv2_getConfigurationSetReputationOption_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "lastFreshStart", - "The date and time (in Unix time) when the reputation metrics were last given a fresh start.", + 'lastFreshStart', + 'The date and time (in Unix time) when the reputation metrics were last given a fresh start.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "reputationMetricsEnabled", - "Specifies whether tracking of reputation metrics is enabled.", + 'reputationMetricsEnabled', + 'Specifies whether tracking of reputation metrics is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSendingOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSendingOption.ts index 247dcfeb5..8f12542a6 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSendingOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSendingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetSendingOption { // Specifies whether email sending is enabled. @@ -15,8 +15,8 @@ export function sesv2_getConfigurationSetSendingOption_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Bool, - "sendingEnabled", - "Specifies whether email sending is enabled.", + 'sendingEnabled', + 'Specifies whether email sending is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSuppressionOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSuppressionOption.ts index e45342362..e1652c09f 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSuppressionOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetSuppressionOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetSuppressionOption { // A list that contains the reasons that email addresses are automatically added to the suppression list for your account. @@ -15,8 +15,8 @@ export function sesv2_getConfigurationSetSuppressionOption_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "suppressedReasons", - "A list that contains the reasons that email addresses are automatically added to the suppression list for your account.", + 'suppressedReasons', + 'A list that contains the reasons that email addresses are automatically added to the suppression list for your account.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetTrackingOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetTrackingOption.ts index 75fa46922..428abe6a0 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetTrackingOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetTrackingOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetTrackingOption { // The domain to use for tracking open and click events. @@ -15,8 +15,8 @@ export function sesv2_getConfigurationSetTrackingOption_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "customRedirectDomain", - "The domain to use for tracking open and click events.", + 'customRedirectDomain', + 'The domain to use for tracking open and click events.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOption.ts index 6181848e4..79ba3c733 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOption.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { sesv2_getConfigurationSetVdmOptionDashboardOption, sesv2_getConfigurationSetVdmOptionDashboardOption_GetTypes, -} from "./sesv2_getConfigurationSetVdmOptionDashboardOption"; +} from './sesv2_getConfigurationSetVdmOptionDashboardOption'; import { sesv2_getConfigurationSetVdmOptionGuardianOption, sesv2_getConfigurationSetVdmOptionGuardianOption_GetTypes, -} from "./sesv2_getConfigurationSetVdmOptionGuardianOption"; +} from './sesv2_getConfigurationSetVdmOptionGuardianOption'; export interface sesv2_getConfigurationSetVdmOption { // Specifies additional settings for your VDM configuration as applicable to the Dashboard. @@ -26,16 +26,16 @@ export function sesv2_getConfigurationSetVdmOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "dashboardOptions", - "Specifies additional settings for your VDM configuration as applicable to the Dashboard.", + 'dashboardOptions', + 'Specifies additional settings for your VDM configuration as applicable to the Dashboard.', () => sesv2_getConfigurationSetVdmOptionDashboardOption_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "guardianOptions", - "Specifies additional settings for your VDM configuration as applicable to the Guardian.", + 'guardianOptions', + 'Specifies additional settings for your VDM configuration as applicable to the Guardian.', () => sesv2_getConfigurationSetVdmOptionGuardianOption_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionDashboardOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionDashboardOption.ts index a62679a4a..fd359243b 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionDashboardOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionDashboardOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetVdmOptionDashboardOption { // Specifies the status of your VDM engagement metrics collection. @@ -15,8 +15,8 @@ export function sesv2_getConfigurationSetVdmOptionDashboardOption_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "engagementMetrics", - "Specifies the status of your VDM engagement metrics collection.", + 'engagementMetrics', + 'Specifies the status of your VDM engagement metrics collection.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionGuardianOption.ts b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionGuardianOption.ts index f762abd3e..203cb401b 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionGuardianOption.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getConfigurationSetVdmOptionGuardianOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getConfigurationSetVdmOptionGuardianOption { // Specifies the status of your VDM optimized shared delivery. @@ -15,8 +15,8 @@ export function sesv2_getConfigurationSetVdmOptionGuardianOption_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "optimizedSharedDelivery", - "Specifies the status of your VDM optimized shared delivery.", + 'optimizedSharedDelivery', + 'Specifies the status of your VDM optimized shared delivery.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getDedicatedIpPoolDedicatedIp.ts b/src/app/Models/codegen/aws/types/sesv2_getDedicatedIpPoolDedicatedIp.ts index 09f535086..925454f4d 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getDedicatedIpPoolDedicatedIp.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getDedicatedIpPoolDedicatedIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getDedicatedIpPoolDedicatedIp { // IPv4 address. @@ -21,24 +21,24 @@ export function sesv2_getDedicatedIpPoolDedicatedIp_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "ip", - "IPv4 address.", + 'ip', + 'IPv4 address.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "warmupPercentage", - "Indicates how complete the dedicated IP warm-up process is. When this value equals `1`, the address has completed the warm-up process and is ready for use.", + 'warmupPercentage', + 'Indicates how complete the dedicated IP warm-up process is. When this value equals `1`, the address has completed the warm-up process and is ready for use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "warmupStatus", - "The warm-up status of a dedicated IP address. Valid values: `IN_PROGRESS`, `DONE`.", + 'warmupStatus', + 'The warm-up status of a dedicated IP address. Valid values: `IN_PROGRESS`, `DONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sesv2_getEmailIdentityDkimSigningAttribute.ts b/src/app/Models/codegen/aws/types/sesv2_getEmailIdentityDkimSigningAttribute.ts index ffa3f82c1..dd304a44a 100644 --- a/src/app/Models/codegen/aws/types/sesv2_getEmailIdentityDkimSigningAttribute.ts +++ b/src/app/Models/codegen/aws/types/sesv2_getEmailIdentityDkimSigningAttribute.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sesv2_getEmailIdentityDkimSigningAttribute { // [Easy DKIM] The key length of the DKIM key pair in use. @@ -36,64 +36,64 @@ export function sesv2_getEmailIdentityDkimSigningAttribute_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "nextSigningKeyLength", - "[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.", + 'nextSigningKeyLength', + '[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "signingAttributesOrigin", - "A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).", + 'signingAttributesOrigin', + 'A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.", + 'status', + 'Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "tokens", - "If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.", + 'tokens', + 'If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "currentSigningKeyLength", - "[Easy DKIM] The key length of the DKIM key pair in use.", + 'currentSigningKeyLength', + '[Easy DKIM] The key length of the DKIM key pair in use.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainSigningPrivateKey", - "", + 'domainSigningPrivateKey', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "domainSigningSelector", - "", + 'domainSigningSelector', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "lastKeyGenerationTimestamp", - "[Easy DKIM] The last time a key pair was generated for this identity.", + 'lastKeyGenerationTimestamp', + '[Easy DKIM] The last time a key pair was generated for this identity.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sfn_ActivityEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_ActivityEncryptionConfiguration.ts index e663a9864..0383b967d 100644 --- a/src/app/Models/codegen/aws/types/sfn_ActivityEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_ActivityEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_ActivityEncryptionConfiguration { // Maximum duration for which Activities will reuse data keys. When the period expires, Activities will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply to AWS owned KMS key. @@ -21,24 +21,24 @@ export function sfn_ActivityEncryptionConfiguration_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "kmsDataKeyReusePeriodSeconds", - "Maximum duration for which Activities will reuse data keys. When the period expires, Activities will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply to AWS owned KMS key.", + 'kmsDataKeyReusePeriodSeconds', + 'Maximum duration for which Activities will reuse data keys. When the period expires, Activities will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply to AWS owned KMS key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The alias, alias ARN, key ID, or key ARN of the symmetric encryption KMS key that encrypts the data key. To specify a KMS key in a different AWS account, the customer must use the key ARN or alias ARN. For more information regarding kms_key_id, see [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the KMS documentation.", + 'kmsKeyId', + 'The alias, alias ARN, key ID, or key ARN of the symmetric encryption KMS key that encrypts the data key. To specify a KMS key in a different AWS account, the customer must use the key ARN or alias ARN. For more information regarding kms_key_id, see [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the KMS documentation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The encryption option specified for the activity. Valid values: `AWS_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`", + 'type', + 'The encryption option specified for the activity. Valid values: `AWS_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sfn_AliasRoutingConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_AliasRoutingConfiguration.ts index ae214cfe0..84ff06071 100644 --- a/src/app/Models/codegen/aws/types/sfn_AliasRoutingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_AliasRoutingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_AliasRoutingConfiguration { // The Amazon Resource Name (ARN) of the state machine version. @@ -18,16 +18,16 @@ export function sfn_AliasRoutingConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "weight", - "Percentage of traffic routed to the state machine version.", + 'weight', + 'Percentage of traffic routed to the state machine version.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "stateMachineVersionArn", - "The Amazon Resource Name (ARN) of the state machine version.", + 'stateMachineVersionArn', + 'The Amazon Resource Name (ARN) of the state machine version.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/sfn_StateMachineEncryptionConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_StateMachineEncryptionConfiguration.ts index ad0a7d7fc..f767099e6 100644 --- a/src/app/Models/codegen/aws/types/sfn_StateMachineEncryptionConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_StateMachineEncryptionConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_StateMachineEncryptionConfiguration { // Maximum duration for which Step Functions will reuse data keys. When the period expires, Step Functions will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply when `type` is `AWS_OWNED_KEY`. @@ -21,24 +21,24 @@ export function sfn_StateMachineEncryptionConfiguration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "kmsDataKeyReusePeriodSeconds", - "Maximum duration for which Step Functions will reuse data keys. When the period expires, Step Functions will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply when `type` is `AWS_OWNED_KEY`.", + 'kmsDataKeyReusePeriodSeconds', + 'Maximum duration for which Step Functions will reuse data keys. When the period expires, Step Functions will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply when `type` is `AWS_OWNED_KEY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "The alias, alias ARN, key ID, or key ARN of the symmetric encryption KMS key that encrypts the data key. To specify a KMS key in a different AWS account, the customer must use the key ARN or alias ARN. For more information regarding kms_key_id, see [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the KMS documentation.", + 'kmsKeyId', + 'The alias, alias ARN, key ID, or key ARN of the symmetric encryption KMS key that encrypts the data key. To specify a KMS key in a different AWS account, the customer must use the key ARN or alias ARN. For more information regarding kms_key_id, see [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the KMS documentation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The encryption option specified for the state machine. Valid values: `AWS_OWNED_KEY`, `CUSTOMER_MANAGED_KMS_KEY`", + 'type', + 'The encryption option specified for the state machine. Valid values: `AWS_OWNED_KEY`, `CUSTOMER_MANAGED_KMS_KEY`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sfn_StateMachineLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_StateMachineLoggingConfiguration.ts index 0540258eb..3a79fbb91 100644 --- a/src/app/Models/codegen/aws/types/sfn_StateMachineLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_StateMachineLoggingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_StateMachineLoggingConfiguration { // Determines whether execution data is included in your log. When set to `false`, data is excluded. @@ -21,24 +21,24 @@ export function sfn_StateMachineLoggingConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "logDestination", - "Amazon Resource Name (ARN) of a CloudWatch log group. Make sure the State Machine has the correct IAM policies for logging. The ARN must end with `:*`", + 'logDestination', + 'Amazon Resource Name (ARN) of a CloudWatch log group. Make sure the State Machine has the correct IAM policies for logging. The ARN must end with `:*`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "includeExecutionData", - "Determines whether execution data is included in your log. When set to `false`, data is excluded.", + 'includeExecutionData', + 'Determines whether execution data is included in your log. When set to `false`, data is excluded.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "level", - "Defines which category of execution history events are logged. Valid values: `ALL`, `ERROR`, `FATAL`, `OFF`", + 'level', + 'Defines which category of execution history events are logged. Valid values: `ALL`, `ERROR`, `FATAL`, `OFF`', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sfn_StateMachineTracingConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_StateMachineTracingConfiguration.ts index d3073188b..7e96c5f52 100644 --- a/src/app/Models/codegen/aws/types/sfn_StateMachineTracingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_StateMachineTracingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_StateMachineTracingConfiguration { // When set to `true`, AWS X-Ray tracing is enabled. Make sure the State Machine has the correct IAM policies for logging. See the [AWS Step Functions Developer Guide](https://docs.aws.amazon.com/step-functions/latest/dg/xray-iam.html) for details. @@ -15,8 +15,8 @@ export function sfn_StateMachineTracingConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "enabled", - "When set to `true`, AWS X-Ray tracing is enabled. Make sure the State Machine has the correct IAM policies for logging. See the [AWS Step Functions Developer Guide](https://docs.aws.amazon.com/step-functions/latest/dg/xray-iam.html) for details.", + 'enabled', + 'When set to `true`, AWS X-Ray tracing is enabled. Make sure the State Machine has the correct IAM policies for logging. See the [AWS Step Functions Developer Guide](https://docs.aws.amazon.com/step-functions/latest/dg/xray-iam.html) for details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/sfn_getAliasRoutingConfiguration.ts b/src/app/Models/codegen/aws/types/sfn_getAliasRoutingConfiguration.ts index 685b637e7..1ae4fa17d 100644 --- a/src/app/Models/codegen/aws/types/sfn_getAliasRoutingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/sfn_getAliasRoutingConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface sfn_getAliasRoutingConfiguration { // @@ -18,12 +18,12 @@ export function sfn_getAliasRoutingConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "stateMachineVersionArn", - "", + 'stateMachineVersionArn', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/shield_ApplicationLayerAutomaticResponseTimeouts.ts b/src/app/Models/codegen/aws/types/shield_ApplicationLayerAutomaticResponseTimeouts.ts index d9650b3a9..9ed7dfa8a 100644 --- a/src/app/Models/codegen/aws/types/shield_ApplicationLayerAutomaticResponseTimeouts.ts +++ b/src/app/Models/codegen/aws/types/shield_ApplicationLayerAutomaticResponseTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface shield_ApplicationLayerAutomaticResponseTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. @@ -21,7 +21,7 @@ export function shield_ApplicationLayerAutomaticResponseTimeouts_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -29,7 +29,7 @@ export function shield_ApplicationLayerAutomaticResponseTimeouts_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -37,7 +37,7 @@ export function shield_ApplicationLayerAutomaticResponseTimeouts_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/shield_DrtAccessLogBucketAssociationTimeouts.ts b/src/app/Models/codegen/aws/types/shield_DrtAccessLogBucketAssociationTimeouts.ts index 80fcb25b4..33e999d61 100644 --- a/src/app/Models/codegen/aws/types/shield_DrtAccessLogBucketAssociationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/shield_DrtAccessLogBucketAssociationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface shield_DrtAccessLogBucketAssociationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -18,7 +18,7 @@ export function shield_DrtAccessLogBucketAssociationTimeouts_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -26,7 +26,7 @@ export function shield_DrtAccessLogBucketAssociationTimeouts_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/shield_DrtAccessRoleArnAssociationTimeouts.ts b/src/app/Models/codegen/aws/types/shield_DrtAccessRoleArnAssociationTimeouts.ts index a1d37c5cf..a9297a290 100644 --- a/src/app/Models/codegen/aws/types/shield_DrtAccessRoleArnAssociationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/shield_DrtAccessRoleArnAssociationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface shield_DrtAccessRoleArnAssociationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function shield_DrtAccessRoleArnAssociationTimeouts_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function shield_DrtAccessRoleArnAssociationTimeouts_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function shield_DrtAccessRoleArnAssociationTimeouts_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/shield_ProactiveEngagementEmergencyContact.ts b/src/app/Models/codegen/aws/types/shield_ProactiveEngagementEmergencyContact.ts index dc65726c2..8da7ef302 100644 --- a/src/app/Models/codegen/aws/types/shield_ProactiveEngagementEmergencyContact.ts +++ b/src/app/Models/codegen/aws/types/shield_ProactiveEngagementEmergencyContact.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface shield_ProactiveEngagementEmergencyContact { // A valid email address that will be used for this contact. @@ -21,24 +21,24 @@ export function shield_ProactiveEngagementEmergencyContact_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "emailAddress", - "A valid email address that will be used for this contact.", + 'emailAddress', + 'A valid email address that will be used for this contact.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "phoneNumber", - "A phone number, starting with `+` and up to 15 digits that will be used for this contact.", + 'phoneNumber', + 'A phone number, starting with `+` and up to 15 digits that will be used for this contact.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "contactNotes", - "Additional notes regarding the contact.", + 'contactNotes', + 'Additional notes regarding the contact.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobDestination.ts b/src/app/Models/codegen/aws/types/signer_SigningJobDestination.ts index 02b85844a..97db6ff77 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobDestination.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobDestination.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_SigningJobDestinationS3, signer_SigningJobDestinationS3_GetTypes, -} from "./signer_SigningJobDestinationS3"; +} from './signer_SigningJobDestinationS3'; export interface signer_SigningJobDestination { // A configuration block describing the S3 Destination object: See S3 Destination below for details. @@ -19,8 +19,8 @@ export function signer_SigningJobDestination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3", - "A configuration block describing the S3 Destination object: See S3 Destination below for details.", + 's3', + 'A configuration block describing the S3 Destination object: See S3 Destination below for details.', () => signer_SigningJobDestinationS3_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobDestinationS3.ts b/src/app/Models/codegen/aws/types/signer_SigningJobDestinationS3.ts index 6f932511b..db745fe81 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobDestinationS3.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobDestinationS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningJobDestinationS3 { // @@ -16,11 +16,11 @@ export interface signer_SigningJobDestinationS3 { export function signer_SigningJobDestinationS3_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, true), new DynamicUIProps( InputType.String, - "prefix", - "An Amazon S3 object key prefix that you can use to limit signed objects keys to begin with the specified prefix.", + 'prefix', + 'An Amazon S3 object key prefix that you can use to limit signed objects keys to begin with the specified prefix.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobRevocationRecord.ts b/src/app/Models/codegen/aws/types/signer_SigningJobRevocationRecord.ts index f4b3e9c3c..68861d9e0 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobRevocationRecord.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobRevocationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningJobRevocationRecord { // @@ -21,20 +21,20 @@ export function signer_SigningJobRevocationRecord_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "revokedAt", - "", + 'revokedAt', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revokedBy", - "", + 'revokedBy', + '', () => [], false, false, ), - new DynamicUIProps(InputType.String, "reason", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'reason', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobSignedObject.ts b/src/app/Models/codegen/aws/types/signer_SigningJobSignedObject.ts index 388c1dbb0..b27951b31 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobSignedObject.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobSignedObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_SigningJobSignedObjectS3, signer_SigningJobSignedObjectS3_GetTypes, -} from "./signer_SigningJobSignedObjectS3"; +} from './signer_SigningJobSignedObjectS3'; export interface signer_SigningJobSignedObject { // @@ -19,8 +19,8 @@ export function signer_SigningJobSignedObject_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "s3s", - "", + 's3s', + '', () => signer_SigningJobSignedObjectS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobSignedObjectS3.ts b/src/app/Models/codegen/aws/types/signer_SigningJobSignedObjectS3.ts index 224b51e1c..2ad17e924 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobSignedObjectS3.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobSignedObjectS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningJobSignedObjectS3 { // @@ -16,11 +16,11 @@ export interface signer_SigningJobSignedObjectS3 { export function signer_SigningJobSignedObjectS3_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], false, false), new DynamicUIProps( InputType.String, - "key", - "Key name of the object that contains your unsigned code.", + 'key', + 'Key name of the object that contains your unsigned code.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobSource.ts b/src/app/Models/codegen/aws/types/signer_SigningJobSource.ts index 4ffc129af..e713ee414 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobSource.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_SigningJobSourceS3, signer_SigningJobSourceS3_GetTypes, -} from "./signer_SigningJobSourceS3"; +} from './signer_SigningJobSourceS3'; export interface signer_SigningJobSource { // A configuration block describing the S3 Source object: See S3 Source below for details. @@ -19,8 +19,8 @@ export function signer_SigningJobSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3", - "A configuration block describing the S3 Source object: See S3 Source below for details.", + 's3', + 'A configuration block describing the S3 Source object: See S3 Source below for details.', () => signer_SigningJobSourceS3_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/types/signer_SigningJobSourceS3.ts b/src/app/Models/codegen/aws/types/signer_SigningJobSourceS3.ts index 61f22d85e..395ec77e1 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningJobSourceS3.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningJobSourceS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningJobSourceS3 { // @@ -21,17 +21,17 @@ export function signer_SigningJobSourceS3_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "version", - "Version of your source image in your version enabled S3 bucket.", + 'version', + 'Version of your source image in your version enabled S3 bucket.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, true), new DynamicUIProps( InputType.String, - "key", - "Key name of the object that contains your unsigned code.", + 'key', + 'Key name of the object that contains your unsigned code.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/signer_SigningProfileRevocationRecord.ts b/src/app/Models/codegen/aws/types/signer_SigningProfileRevocationRecord.ts index b74c7f0e5..7b3d1b0ff 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningProfileRevocationRecord.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningProfileRevocationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningProfileRevocationRecord { // The time when revocation becomes effective. @@ -21,24 +21,24 @@ export function signer_SigningProfileRevocationRecord_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "revocationEffectiveFrom", - "The time when revocation becomes effective.", + 'revocationEffectiveFrom', + 'The time when revocation becomes effective.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revokedAt", - "The time when the signing profile was revoked.", + 'revokedAt', + 'The time when the signing profile was revoked.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "revokedBy", - "The identity of the revoker.", + 'revokedBy', + 'The identity of the revoker.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/signer_SigningProfileSignatureValidityPeriod.ts b/src/app/Models/codegen/aws/types/signer_SigningProfileSignatureValidityPeriod.ts index f3eaf7043..adcb5ce8a 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningProfileSignatureValidityPeriod.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningProfileSignatureValidityPeriod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningProfileSignatureValidityPeriod { // The time unit for signature validity. Valid values: `DAYS`, `MONTHS`, `YEARS`. @@ -18,16 +18,16 @@ export function signer_SigningProfileSignatureValidityPeriod_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "type", - "The time unit for signature validity. Valid values: `DAYS`, `MONTHS`, `YEARS`.", + 'type', + 'The time unit for signature validity. Valid values: `DAYS`, `MONTHS`, `YEARS`.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "value", - "The numerical value of the time unit for signature validity.", + 'value', + 'The numerical value of the time unit for signature validity.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/signer_SigningProfileSigningMaterial.ts b/src/app/Models/codegen/aws/types/signer_SigningProfileSigningMaterial.ts index 1d111daf9..af2d7f574 100644 --- a/src/app/Models/codegen/aws/types/signer_SigningProfileSigningMaterial.ts +++ b/src/app/Models/codegen/aws/types/signer_SigningProfileSigningMaterial.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_SigningProfileSigningMaterial { // The Amazon Resource Name (ARN) of the certificates that is used to sign your code. @@ -15,8 +15,8 @@ export function signer_SigningProfileSigningMaterial_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "certificateArn", - "The Amazon Resource Name (ARN) of the certificates that is used to sign your code.", + 'certificateArn', + 'The Amazon Resource Name (ARN) of the certificates that is used to sign your code.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/signer_getSigningJobRevocationRecord.ts b/src/app/Models/codegen/aws/types/signer_getSigningJobRevocationRecord.ts index b644ba939..e09da4f0b 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningJobRevocationRecord.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningJobRevocationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_getSigningJobRevocationRecord { // @@ -19,19 +19,19 @@ export interface signer_getSigningJobRevocationRecord { export function signer_getSigningJobRevocationRecord_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "reason", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'reason', '', () => [], true, false), new DynamicUIProps( InputType.String, - "revokedAt", - "", + 'revokedAt', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "revokedBy", - "", + 'revokedBy', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObject.ts b/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObject.ts index 368ded893..a2c8eab24 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObject.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObject.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_getSigningJobSignedObjectS3, signer_getSigningJobSignedObjectS3_GetTypes, -} from "./signer_getSigningJobSignedObjectS3"; +} from './signer_getSigningJobSignedObjectS3'; export interface signer_getSigningJobSignedObject { // @@ -19,8 +19,8 @@ export function signer_getSigningJobSignedObject_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "s3s", - "", + 's3s', + '', () => signer_getSigningJobSignedObjectS3_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObjectS3.ts b/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObjectS3.ts index 29185bc1f..b6bf089da 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObjectS3.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningJobSignedObjectS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_getSigningJobSignedObjectS3 { // @@ -16,7 +16,7 @@ export interface signer_getSigningJobSignedObjectS3 { export function signer_getSigningJobSignedObjectS3_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/signer_getSigningJobSource.ts b/src/app/Models/codegen/aws/types/signer_getSigningJobSource.ts index ab3276be2..11c8c7c3c 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningJobSource.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningJobSource.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { signer_getSigningJobSourceS3, signer_getSigningJobSourceS3_GetTypes, -} from "./signer_getSigningJobSourceS3"; +} from './signer_getSigningJobSourceS3'; export interface signer_getSigningJobSource { // @@ -19,8 +19,8 @@ export function signer_getSigningJobSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "s3s", - "", + 's3s', + '', () => signer_getSigningJobSourceS3_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/signer_getSigningJobSourceS3.ts b/src/app/Models/codegen/aws/types/signer_getSigningJobSourceS3.ts index bdbd2ee66..73a1e4956 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningJobSourceS3.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningJobSourceS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_getSigningJobSourceS3 { // @@ -19,8 +19,8 @@ export interface signer_getSigningJobSourceS3 { export function signer_getSigningJobSourceS3_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "bucket", "", () => [], true, false), - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), - new DynamicUIProps(InputType.String, "version", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'bucket', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'version', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/signer_getSigningProfileRevocationRecord.ts b/src/app/Models/codegen/aws/types/signer_getSigningProfileRevocationRecord.ts index 1fe56584d..16b14e077 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningProfileRevocationRecord.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningProfileRevocationRecord.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_getSigningProfileRevocationRecord { // @@ -21,24 +21,24 @@ export function signer_getSigningProfileRevocationRecord_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "revokedAt", - "", + 'revokedAt', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "revokedBy", - "", + 'revokedBy', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "revocationEffectiveFrom", - "", + 'revocationEffectiveFrom', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/signer_getSigningProfileSignatureValidityPeriod.ts b/src/app/Models/codegen/aws/types/signer_getSigningProfileSignatureValidityPeriod.ts index fe3cb4253..350399b4b 100644 --- a/src/app/Models/codegen/aws/types/signer_getSigningProfileSignatureValidityPeriod.ts +++ b/src/app/Models/codegen/aws/types/signer_getSigningProfileSignatureValidityPeriod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface signer_getSigningProfileSignatureValidityPeriod { // @@ -16,7 +16,7 @@ export interface signer_getSigningProfileSignatureValidityPeriod { export function signer_getSigningProfileSignatureValidityPeriod_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), - new DynamicUIProps(InputType.Number, "value", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), + new DynamicUIProps(InputType.Number, 'value', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ssm_AssociationOutputLocation.ts b/src/app/Models/codegen/aws/types/ssm_AssociationOutputLocation.ts index 46d3e6209..462892a84 100644 --- a/src/app/Models/codegen/aws/types/ssm_AssociationOutputLocation.ts +++ b/src/app/Models/codegen/aws/types/ssm_AssociationOutputLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_AssociationOutputLocation { // The S3 bucket name. @@ -25,24 +25,24 @@ export function ssm_AssociationOutputLocation_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "s3BucketName", - "The S3 bucket name.", + 's3BucketName', + 'The S3 bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "s3KeyPrefix", - "The S3 bucket prefix. Results stored in the root if not configured.", + 's3KeyPrefix', + 'The S3 bucket prefix. Results stored in the root if not configured.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "s3Region", - "The S3 bucket region.\n\nTargets specify what instance IDs or tags to apply the document to and has these keys:", + 's3Region', + 'The S3 bucket region.\n\nTargets specify what instance IDs or tags to apply the document to and has these keys:', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_AssociationTarget.ts b/src/app/Models/codegen/aws/types/ssm_AssociationTarget.ts index 86a772739..28c5d1e3d 100644 --- a/src/app/Models/codegen/aws/types/ssm_AssociationTarget.ts +++ b/src/app/Models/codegen/aws/types/ssm_AssociationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_AssociationTarget { // Either `InstanceIds` or `tag:Tag Name` to specify an EC2 tag. @@ -18,16 +18,16 @@ export function ssm_AssociationTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Either `InstanceIds` or `tag:Tag Name` to specify an EC2 tag.", + 'key', + 'Either `InstanceIds` or `tag:Tag Name` to specify an EC2 tag.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "A list of instance IDs or tag values. AWS currently limits this list size to one value.", + 'values', + 'A list of instance IDs or tag values. AWS currently limits this list size to one value.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrence.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrence.ts index 98fb1f32f..bf8d709c0 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrence.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrence.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrenceDailySetting, ssm_ContactsRotationRecurrenceDailySetting_GetTypes, -} from "./ssm_ContactsRotationRecurrenceDailySetting"; +} from './ssm_ContactsRotationRecurrenceDailySetting'; import { ssm_ContactsRotationRecurrenceMonthlySetting, ssm_ContactsRotationRecurrenceMonthlySetting_GetTypes, -} from "./ssm_ContactsRotationRecurrenceMonthlySetting"; +} from './ssm_ContactsRotationRecurrenceMonthlySetting'; import { ssm_ContactsRotationRecurrenceShiftCoverage, ssm_ContactsRotationRecurrenceShiftCoverage_GetTypes, -} from "./ssm_ContactsRotationRecurrenceShiftCoverage"; +} from './ssm_ContactsRotationRecurrenceShiftCoverage'; import { ssm_ContactsRotationRecurrenceWeeklySetting, ssm_ContactsRotationRecurrenceWeeklySetting_GetTypes, -} from "./ssm_ContactsRotationRecurrenceWeeklySetting"; +} from './ssm_ContactsRotationRecurrenceWeeklySetting'; export interface ssm_ContactsRotationRecurrence { // @@ -46,48 +46,48 @@ export function ssm_ContactsRotationRecurrence_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "monthlySettings", - "(Optional) Information about on-call rotations that recur monthly. See Monthly Settings for more details.", + 'monthlySettings', + '(Optional) Information about on-call rotations that recur monthly. See Monthly Settings for more details.', () => ssm_ContactsRotationRecurrenceMonthlySetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "numberOfOnCalls", - "(Required) The number of contacts, or shift team members designated to be on call concurrently during a shift.", + 'numberOfOnCalls', + '(Required) The number of contacts, or shift team members designated to be on call concurrently during a shift.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "recurrenceMultiplier", - "(Required) The number of days, weeks, or months a single rotation lasts.", + 'recurrenceMultiplier', + '(Required) The number of days, weeks, or months a single rotation lasts.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "shiftCoverages", - "(Optional) Information about the days of the week that the on-call rotation coverage includes. See Shift Coverages for more details.", + 'shiftCoverages', + '(Optional) Information about the days of the week that the on-call rotation coverage includes. See Shift Coverages for more details.', () => ssm_ContactsRotationRecurrenceShiftCoverage_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "weeklySettings", - "(Optional) Information about on-call rotations that recur weekly. See Weekly Settings for more details.", + 'weeklySettings', + '(Optional) Information about on-call rotations that recur weekly. See Weekly Settings for more details.', () => ssm_ContactsRotationRecurrenceWeeklySetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "dailySettings", - "", + 'dailySettings', + '', () => ssm_ContactsRotationRecurrenceDailySetting_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceDailySetting.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceDailySetting.ts index 5458f0bca..111a4b47e 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceDailySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceDailySetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ContactsRotationRecurrenceDailySetting { // (Required) The hour of the day. @@ -18,16 +18,16 @@ export function ssm_ContactsRotationRecurrenceDailySetting_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "minuteOfHour", - "(Required) The minutes of the hour.", + 'minuteOfHour', + '(Required) The minutes of the hour.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "hourOfDay", - "(Required) The hour of the day.", + 'hourOfDay', + '(Required) The hour of the day.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySetting.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySetting.ts index f8637673e..aee9cb161 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime, ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime_GetTypes, -} from "./ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime"; +} from './ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime'; export interface ssm_ContactsRotationRecurrenceMonthlySetting { // (Required) The day of the month when monthly recurring on-call rotations begin. @@ -22,16 +22,16 @@ export function ssm_ContactsRotationRecurrenceMonthlySetting_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Number, - "dayOfMonth", - "(Required) The day of the month when monthly recurring on-call rotations begin.", + 'dayOfMonth', + '(Required) The day of the month when monthly recurring on-call rotations begin.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "handOffTime", - "(Required) The hand off time. See Hand Off Time for more details.", + 'handOffTime', + '(Required) The hand off time. See Hand Off Time for more details.', () => ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime.ts index 5a4927e24..6e3b4e43a 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime { // (Required) The hour of the day. @@ -18,16 +18,16 @@ export function ssm_ContactsRotationRecurrenceMonthlySettingHandOffTime_GetTypes return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "(Required) The hour of the day.", + 'hourOfDay', + '(Required) The hour of the day.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "(Required) The minutes of the hour.", + 'minuteOfHour', + '(Required) The minutes of the hour.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverage.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverage.ts index da6365f21..195a037cf 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverage.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime, ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes, -} from "./ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime"; +} from './ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime'; export interface ssm_ContactsRotationRecurrenceShiftCoverage { // (Required) Information about when an on-call shift begins and ends. See Coverage Times for more details. @@ -22,16 +22,16 @@ export function ssm_ContactsRotationRecurrenceShiftCoverage_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Array, - "coverageTimes", - "(Required) Information about when an on-call shift begins and ends. See Coverage Times for more details.", + 'coverageTimes', + '(Required) Information about when an on-call shift begins and ends. See Coverage Times for more details.', () => ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "", + 'mapBlockKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime.ts index 836ff2f43..c6daacb14 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart, ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart_GetTypes, -} from "./ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart"; +} from './ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart'; import { ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd, ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_GetTypes, -} from "./ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd"; +} from './ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd'; export interface ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime { // (Required) The start time of the on-call shift. See Hand Off Time for more details. @@ -26,8 +26,8 @@ export function ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes return [ new DynamicUIProps( InputType.Object, - "start", - "(Required) The start time of the on-call shift. See Hand Off Time for more details.", + 'start', + '(Required) The start time of the on-call shift. See Hand Off Time for more details.', () => ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart_GetTypes(), false, @@ -35,8 +35,8 @@ export function ssm_ContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes ), new DynamicUIProps( InputType.Object, - "end", - "(Required) The end time of the on-call shift. See Hand Off Time for more details.", + 'end', + '(Required) The end time of the on-call shift. See Hand Off Time for more details.', () => ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts index e3dd7bb08..74a320739 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd { // (Required) The hour of the day. @@ -18,16 +18,16 @@ export function ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_GetTy return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "(Required) The hour of the day.", + 'hourOfDay', + '(Required) The hour of the day.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "(Required) The minutes of the hour.", + 'minuteOfHour', + '(Required) The minutes of the hour.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts index 0b42a3ce1..24f538ee1 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart { // (Required) The hour of the day. @@ -18,16 +18,16 @@ export function ssm_ContactsRotationRecurrenceShiftCoverageCoverageTimeStart_Get return [ new DynamicUIProps( InputType.Number, - "minuteOfHour", - "(Required) The minutes of the hour.", + 'minuteOfHour', + '(Required) The minutes of the hour.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "hourOfDay", - "(Required) The hour of the day.", + 'hourOfDay', + '(Required) The hour of the day.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySetting.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySetting.ts index 62000c3ca..dfa2b676e 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime, ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime_GetTypes, -} from "./ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime"; +} from './ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime'; export interface ssm_ContactsRotationRecurrenceWeeklySetting { // (Required) The day of the week when the shift coverage occurs. @@ -22,16 +22,16 @@ export function ssm_ContactsRotationRecurrenceWeeklySetting_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "dayOfWeek", - "(Required) The day of the week when the shift coverage occurs.", + 'dayOfWeek', + '(Required) The day of the week when the shift coverage occurs.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "handOffTime", - "(Required) The hand off time. See Hand Off Time for more details.", + 'handOffTime', + '(Required) The hand off time. See Hand Off Time for more details.', () => ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime.ts b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime.ts index 13432b3be..cafeef7ca 100644 --- a/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime { // (Required) The hour of the day. @@ -18,16 +18,16 @@ export function ssm_ContactsRotationRecurrenceWeeklySettingHandOffTime_GetTypes( return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "(Required) The hour of the day.", + 'hourOfDay', + '(Required) The hour of the day.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "(Required) The minutes of the hour.", + 'minuteOfHour', + '(Required) The minutes of the hour.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_DocumentAttachmentsSource.ts b/src/app/Models/codegen/aws/types/ssm_DocumentAttachmentsSource.ts index a56bc7503..e2dac7e8a 100644 --- a/src/app/Models/codegen/aws/types/ssm_DocumentAttachmentsSource.ts +++ b/src/app/Models/codegen/aws/types/ssm_DocumentAttachmentsSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_DocumentAttachmentsSource { // The key of a key-value pair that identifies the location of an attachment to the document. Valid values: `SourceUrl`, `S3FileUrl`, `AttachmentReference`. @@ -21,24 +21,24 @@ export function ssm_DocumentAttachmentsSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "The key of a key-value pair that identifies the location of an attachment to the document. Valid values: `SourceUrl`, `S3FileUrl`, `AttachmentReference`.", + 'key', + 'The key of a key-value pair that identifies the location of an attachment to the document. Valid values: `SourceUrl`, `S3FileUrl`, `AttachmentReference`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the document attachment file.", + 'name', + 'The name of the document attachment file.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "values", - "The value of a key-value pair that identifies the location of an attachment to the document. The argument format is a list of a single string that depends on the type of key you specify - see the [API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_AttachmentsSource.html) for details.", + 'values', + 'The value of a key-value pair that identifies the location of an attachment to the document. The argument format is a list of a single string that depends on the type of key you specify - see the [API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_AttachmentsSource.html) for details.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_DocumentParameter.ts b/src/app/Models/codegen/aws/types/ssm_DocumentParameter.ts index 5f2742a08..44645c7da 100644 --- a/src/app/Models/codegen/aws/types/ssm_DocumentParameter.ts +++ b/src/app/Models/codegen/aws/types/ssm_DocumentParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_DocumentParameter { // If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional. @@ -24,32 +24,32 @@ export function ssm_DocumentParameter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.", + 'description', + 'A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the document.", + 'name', + 'The name of the document.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of parameter. Valid values: `String`, `StringList`.", + 'type', + 'The type of parameter. Valid values: `String`, `StringList`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "defaultValue", - "If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.", + 'defaultValue', + 'If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTargetTarget.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTargetTarget.ts index df106f2c4..f636923ff 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTargetTarget.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTargetTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTargetTarget { // @@ -18,12 +18,12 @@ export function ssm_MaintenanceWindowTargetTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTarget.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTarget.ts index 1d510bd2d..7cf34dfe2 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTarget.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTarget { // @@ -18,12 +18,12 @@ export function ssm_MaintenanceWindowTaskTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "The array of strings.", + 'values', + 'The array of strings.', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParameters.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParameters.ts index 01de55072..04265ea22 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParameters.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParameters.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters, ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters, ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters, ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters, ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters'; export interface ssm_MaintenanceWindowTaskTaskInvocationParameters { // The parameters for an AUTOMATION task type. Documented below. @@ -40,8 +40,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "automationParameters", - "The parameters for an AUTOMATION task type. Documented below.", + 'automationParameters', + 'The parameters for an AUTOMATION task type. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters_GetTypes(), false, @@ -49,8 +49,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "lambdaParameters", - "The parameters for a LAMBDA task type. Documented below.", + 'lambdaParameters', + 'The parameters for a LAMBDA task type. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters_GetTypes(), false, @@ -58,8 +58,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "runCommandParameters", - "The parameters for a RUN_COMMAND task type. Documented below.", + 'runCommandParameters', + 'The parameters for a RUN_COMMAND task type. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters_GetTypes(), false, @@ -67,8 +67,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParameters_GetTypes(): Dy ), new DynamicUIProps( InputType.Object, - "stepFunctionsParameters", - "The parameters for a STEP_FUNCTIONS task type. Documented below.", + 'stepFunctionsParameters', + 'The parameters for a STEP_FUNCTIONS task type. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters.ts index 5b3bef9cf..ced2bff2d 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter, ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParameters { // The version of an Automation document to use during task execution. @@ -22,16 +22,16 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParam return [ new DynamicUIProps( InputType.String, - "documentVersion", - "The version of an Automation document to use during task execution.", + 'documentVersion', + 'The version of an Automation document to use during task execution.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "The parameters for the RUN_COMMAND task execution. Documented below.", + 'parameters', + 'The parameters for the RUN_COMMAND task execution. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter.ts index dd457b233..024b818c6 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameter { // The parameter name. @@ -18,16 +18,16 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersAutomationParam return [ new DynamicUIProps( InputType.String, - "name", - "The parameter name.", + 'name', + 'The parameter name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The array of strings.", + 'values', + 'The array of strings.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters.ts index 9e353e126..1ec2db6cf 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameters { // Specify a Lambda function version or alias name. @@ -21,24 +21,24 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersLambdaParameter return [ new DynamicUIProps( InputType.String, - "qualifier", - "Specify a Lambda function version or alias name.", + 'qualifier', + 'Specify a Lambda function version or alias name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "clientContext", - "Pass client-specific information to the Lambda function that you are invoking.", + 'clientContext', + 'Pass client-specific information to the Lambda function that you are invoking.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "payload", - "JSON to provide to your Lambda function as input.", + 'payload', + 'JSON to provide to your Lambda function as input.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters.ts index d90d00a5f..98b656048 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig, ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter, ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter'; import { ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig, ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig_GetTypes, -} from "./ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig"; +} from './ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters { // The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated. @@ -57,56 +57,56 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam return [ new DynamicUIProps( InputType.String, - "documentVersion", - "The version of an Automation document to use during task execution.", + 'documentVersion', + 'The version of an Automation document to use during task execution.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceRoleArn", - "The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.", + 'serviceRoleArn', + 'The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "comment", - "Information about the command(s) to execute.", + 'comment', + 'Information about the command(s) to execute.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "outputS3KeyPrefix", - "The Amazon S3 bucket subfolder.", + 'outputS3KeyPrefix', + 'The Amazon S3 bucket subfolder.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "documentHash", - "The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.", + 'documentHash', + 'The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "documentHashType", - "SHA-256 or SHA-1. SHA-1 hashes have been deprecated. Valid values: `Sha256` and `Sha1`", + 'documentHashType', + 'SHA-256 or SHA-1. SHA-1 hashes have been deprecated. Valid values: `Sha256` and `Sha1`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "cloudwatchConfig", - "Configuration options for sending command output to CloudWatch Logs. Documented below.", + 'cloudwatchConfig', + 'Configuration options for sending command output to CloudWatch Logs. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig_GetTypes(), false, @@ -114,8 +114,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam ), new DynamicUIProps( InputType.Object, - "notificationConfig", - "Configurations for sending notifications about command status changes on a per-instance basis. Documented below.", + 'notificationConfig', + 'Configurations for sending notifications about command status changes on a per-instance basis. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig_GetTypes(), false, @@ -123,16 +123,16 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam ), new DynamicUIProps( InputType.String, - "outputS3Bucket", - "The name of the Amazon S3 bucket.", + 'outputS3Bucket', + 'The name of the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "The parameters for the RUN_COMMAND task execution. Documented below.", + 'parameters', + 'The parameters for the RUN_COMMAND task execution. Documented below.', () => ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter_GetTypes(), false, @@ -140,7 +140,7 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam ), new DynamicUIProps( InputType.Number, - "timeoutSeconds", + 'timeoutSeconds', "If this time is reached and the command has not already started executing, it doesn't run.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig.ts index b488a4b27..ec3cd78cb 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig { // The name of the CloudWatch log group where you want to send command output. If you don't specify a group name, Systems Manager automatically creates a log group for you. The log group uses the following naming format: aws/ssm/SystemsManagerDocumentName. @@ -18,7 +18,7 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam return [ new DynamicUIProps( InputType.String, - "cloudwatchLogGroupName", + 'cloudwatchLogGroupName', "The name of the CloudWatch log group where you want to send command output. If you don't specify a group name, Systems Manager automatically creates a log group for you. The log group uses the following naming format: aws/ssm/SystemsManagerDocumentName.", () => [], false, @@ -26,8 +26,8 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam ), new DynamicUIProps( InputType.Bool, - "cloudwatchOutputEnabled", - "Enables Systems Manager to send command output to CloudWatch Logs.", + 'cloudwatchOutputEnabled', + 'Enables Systems Manager to send command output to CloudWatch Logs.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig.ts index 4f0c72e2f..1781307ba 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig { // The different events for which you can receive notifications. Valid values: `All`, `InProgress`, `Success`, `TimedOut`, `Cancelled`, and `Failed` @@ -21,24 +21,24 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam return [ new DynamicUIProps( InputType.Array, - "notificationEvents", - "The different events for which you can receive notifications. Valid values: `All`, `InProgress`, `Success`, `TimedOut`, `Cancelled`, and `Failed`", + 'notificationEvents', + 'The different events for which you can receive notifications. Valid values: `All`, `InProgress`, `Success`, `TimedOut`, `Cancelled`, and `Failed`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "notificationType", - "When specified with `Command`, receive notification when the status of a command changes. When specified with `Invocation`, for commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes. Valid values: `Command` and `Invocation`", + 'notificationType', + 'When specified with `Command`, receive notification when the status of a command changes. When specified with `Invocation`, for commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes. Valid values: `Command` and `Invocation`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "notificationArn", - "An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. Run Command pushes notifications about command status changes to this topic.", + 'notificationArn', + 'An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. Run Command pushes notifications about command status changes to this topic.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter.ts index 20e7eb149..2dad46f7e 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter { // The parameter name. @@ -18,16 +18,16 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersRunCommandParam return [ new DynamicUIProps( InputType.String, - "name", - "The parameter name.", + 'name', + 'The parameter name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The array of strings.", + 'values', + 'The array of strings.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters.ts b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters.ts index cfe9de0b4..8e55d5930 100644 --- a/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters.ts +++ b/src/app/Models/codegen/aws/types/ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParameters { // The inputs for the STEP_FUNCTION task. @@ -18,16 +18,16 @@ export function ssm_MaintenanceWindowTaskTaskInvocationParametersStepFunctionsPa return [ new DynamicUIProps( InputType.String, - "input", - "The inputs for the STEP_FUNCTION task.", + 'input', + 'The inputs for the STEP_FUNCTION task.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the STEP_FUNCTION task.", + 'name', + 'The name of the STEP_FUNCTION task.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_ParameterType.ts b/src/app/Models/codegen/aws/types/ssm_ParameterType.ts index 85838a4e1..542a702a6 100644 --- a/src/app/Models/codegen/aws/types/ssm_ParameterType.ts +++ b/src/app/Models/codegen/aws/types/ssm_ParameterType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ParameterType {} diff --git a/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRule.ts b/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRule.ts index c3f64972a..712174e03 100644 --- a/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRule.ts +++ b/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_PatchBaselineApprovalRulePatchFilter, ssm_PatchBaselineApprovalRulePatchFilter_GetTypes, -} from "./ssm_PatchBaselineApprovalRulePatchFilter"; +} from './ssm_PatchBaselineApprovalRulePatchFilter'; export interface ssm_PatchBaselineApprovalRule { // Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline. Valid Range: 0 to 100. Conflicts with `approve_until_date`. @@ -31,40 +31,40 @@ export function ssm_PatchBaselineApprovalRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "enableNonSecurity", - "Boolean enabling the application of non-security updates. The default value is `false`. Valid for Linux instances only.", + 'enableNonSecurity', + 'Boolean enabling the application of non-security updates. The default value is `false`. Valid for Linux instances only.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "patchFilters", - "Patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the `operating_system` value can be found in the [SSM DescribePatchProperties API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribePatchProperties.html). Valid Values are exact values for the patch property given as the key, or a wildcard `*`, which matches all values. `PATCH_SET` defaults to `OS` if unspecified", + 'patchFilters', + 'Patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the `operating_system` value can be found in the [SSM DescribePatchProperties API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribePatchProperties.html). Valid Values are exact values for the patch property given as the key, or a wildcard `*`, which matches all values. `PATCH_SET` defaults to `OS` if unspecified', () => ssm_PatchBaselineApprovalRulePatchFilter_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "approveAfterDays", - "Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline. Valid Range: 0 to 100. Conflicts with `approve_until_date`.", + 'approveAfterDays', + 'Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline. Valid Range: 0 to 100. Conflicts with `approve_until_date`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "approveUntilDate", - "Cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Date is formatted as `YYYY-MM-DD`. Conflicts with `approve_after_days`", + 'approveUntilDate', + 'Cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Date is formatted as `YYYY-MM-DD`. Conflicts with `approve_after_days`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "complianceLevel", - "Compliance level for patches approved by this rule. Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, and `UNSPECIFIED`. The default value is `UNSPECIFIED`.", + 'complianceLevel', + 'Compliance level for patches approved by this rule. Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, and `UNSPECIFIED`. The default value is `UNSPECIFIED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRulePatchFilter.ts b/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRulePatchFilter.ts index 6d2003a0c..8649ade0b 100644 --- a/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRulePatchFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_PatchBaselineApprovalRulePatchFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_PatchBaselineApprovalRulePatchFilter { // @@ -18,12 +18,12 @@ export function ssm_PatchBaselineApprovalRulePatchFilter_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ssm_PatchBaselineGlobalFilter.ts b/src/app/Models/codegen/aws/types/ssm_PatchBaselineGlobalFilter.ts index 9196811d7..b3aabefff 100644 --- a/src/app/Models/codegen/aws/types/ssm_PatchBaselineGlobalFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_PatchBaselineGlobalFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_PatchBaselineGlobalFilter { // @@ -16,11 +16,11 @@ export interface ssm_PatchBaselineGlobalFilter { export function ssm_PatchBaselineGlobalFilter_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, false), new DynamicUIProps( InputType.Array, - "values", - "", + 'values', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_PatchBaselineSource.ts b/src/app/Models/codegen/aws/types/ssm_PatchBaselineSource.ts index 8999a55ee..25ff75ad7 100644 --- a/src/app/Models/codegen/aws/types/ssm_PatchBaselineSource.ts +++ b/src/app/Models/codegen/aws/types/ssm_PatchBaselineSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_PatchBaselineSource { // Value of the yum repo configuration. For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) @@ -21,23 +21,23 @@ export function ssm_PatchBaselineSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "configuration", - "Value of the yum repo configuration. For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html)", + 'configuration', + 'Value of the yum repo configuration. For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html)', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name specified to identify the patch source.", + 'name', + 'Name specified to identify the patch source.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "products", + 'products', 'Specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`. For lists of supported product values, see [PatchFilter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).', () => InputType_String_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ssm_ResourceDataSyncS3Destination.ts b/src/app/Models/codegen/aws/types/ssm_ResourceDataSyncS3Destination.ts index a05b0d34e..30196516c 100644 --- a/src/app/Models/codegen/aws/types/ssm_ResourceDataSyncS3Destination.ts +++ b/src/app/Models/codegen/aws/types/ssm_ResourceDataSyncS3Destination.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_ResourceDataSyncS3Destination { // Name of S3 bucket where the aggregated data is stored. @@ -27,40 +27,40 @@ export function ssm_ResourceDataSyncS3Destination_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "syncFormat", - "A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.", + 'syncFormat', + 'A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "bucketName", - "Name of S3 bucket where the aggregated data is stored.", + 'bucketName', + 'Name of S3 bucket where the aggregated data is stored.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of an encryption key for a destination in Amazon S3.", + 'kmsKeyArn', + 'ARN of an encryption key for a destination in Amazon S3.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "prefix", - "Prefix for the bucket.", + 'prefix', + 'Prefix for the bucket.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region with the bucket targeted by the Resource Data Sync.", + 'region', + 'Region with the bucket targeted by the Resource Data Sync.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrence.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrence.ts index 26d8c2fcc..0e7196675 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrence.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrence.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getContactsRotationRecurrenceShiftCoverage, ssm_getContactsRotationRecurrenceShiftCoverage_GetTypes, -} from "./ssm_getContactsRotationRecurrenceShiftCoverage"; +} from './ssm_getContactsRotationRecurrenceShiftCoverage'; import { ssm_getContactsRotationRecurrenceWeeklySetting, ssm_getContactsRotationRecurrenceWeeklySetting_GetTypes, -} from "./ssm_getContactsRotationRecurrenceWeeklySetting"; +} from './ssm_getContactsRotationRecurrenceWeeklySetting'; import { ssm_getContactsRotationRecurrenceDailySetting, ssm_getContactsRotationRecurrenceDailySetting_GetTypes, -} from "./ssm_getContactsRotationRecurrenceDailySetting"; +} from './ssm_getContactsRotationRecurrenceDailySetting'; import { ssm_getContactsRotationRecurrenceMonthlySetting, ssm_getContactsRotationRecurrenceMonthlySetting_GetTypes, -} from "./ssm_getContactsRotationRecurrenceMonthlySetting"; +} from './ssm_getContactsRotationRecurrenceMonthlySetting'; export interface ssm_getContactsRotationRecurrence { // @@ -46,48 +46,48 @@ export function ssm_getContactsRotationRecurrence_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "shiftCoverages", - "", + 'shiftCoverages', + '', () => ssm_getContactsRotationRecurrenceShiftCoverage_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "weeklySettings", - "", + 'weeklySettings', + '', () => ssm_getContactsRotationRecurrenceWeeklySetting_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "dailySettings", - "", + 'dailySettings', + '', () => ssm_getContactsRotationRecurrenceDailySetting_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "monthlySettings", - "", + 'monthlySettings', + '', () => ssm_getContactsRotationRecurrenceMonthlySetting_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "numberOfOnCalls", - "", + 'numberOfOnCalls', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "recurrenceMultiplier", - "", + 'recurrenceMultiplier', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceDailySetting.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceDailySetting.ts index 993aed51c..295f78a27 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceDailySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceDailySetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getContactsRotationRecurrenceDailySetting { // @@ -18,16 +18,16 @@ export function ssm_getContactsRotationRecurrenceDailySetting_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "minuteOfHour", - "", + 'minuteOfHour', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "hourOfDay", - "", + 'hourOfDay', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySetting.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySetting.ts index 751eee11e..89c3a0e8d 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime, ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime_GetTypes, -} from "./ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime"; +} from './ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime'; export interface ssm_getContactsRotationRecurrenceMonthlySetting { // @@ -22,16 +22,16 @@ export function ssm_getContactsRotationRecurrenceMonthlySetting_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "dayOfMonth", - "", + 'dayOfMonth', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "handOffTimes", - "", + 'handOffTimes', + '', () => ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime.ts index 9c0df718b..7841832a6 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime { // @@ -18,16 +18,16 @@ export function ssm_getContactsRotationRecurrenceMonthlySettingHandOffTime_GetTy return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "", + 'hourOfDay', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "", + 'minuteOfHour', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverage.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverage.ts index 6eb926e87..37f50ca0b 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverage.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime, ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes, -} from "./ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime"; +} from './ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime'; export interface ssm_getContactsRotationRecurrenceShiftCoverage { // @@ -22,8 +22,8 @@ export function ssm_getContactsRotationRecurrenceShiftCoverage_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "coverageTimes", - "", + 'coverageTimes', + '', () => ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime_GetTypes(), true, @@ -31,8 +31,8 @@ export function ssm_getContactsRotationRecurrenceShiftCoverage_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "mapBlockKey", - "", + 'mapBlockKey', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime.ts index 902650b08..b55bdbc2d 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd, ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_GetTypes, -} from "./ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd"; +} from './ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd'; import { ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart, ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart_GetTypes, -} from "./ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart"; +} from './ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart'; export interface ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime { // @@ -26,8 +26,8 @@ export function ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime_GetTy return [ new DynamicUIProps( InputType.Array, - "ends", - "", + 'ends', + '', () => ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_GetTypes(), true, @@ -35,8 +35,8 @@ export function ssm_getContactsRotationRecurrenceShiftCoverageCoverageTime_GetTy ), new DynamicUIProps( InputType.Array, - "starts", - "", + 'starts', + '', () => ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts index e1774f4b5..e1d0ece76 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd { // @@ -18,16 +18,16 @@ export function ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeEnd_Ge return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "", + 'hourOfDay', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "", + 'minuteOfHour', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts index 40fa539d4..0a4f1eb6a 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart { // @@ -18,16 +18,16 @@ export function ssm_getContactsRotationRecurrenceShiftCoverageCoverageTimeStart_ return [ new DynamicUIProps( InputType.Number, - "minuteOfHour", - "", + 'minuteOfHour', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "hourOfDay", - "", + 'hourOfDay', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySetting.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySetting.ts index 114594490..901f2b58d 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySetting.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySetting.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime, ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime_GetTypes, -} from "./ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime"; +} from './ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime'; export interface ssm_getContactsRotationRecurrenceWeeklySetting { // @@ -22,16 +22,16 @@ export function ssm_getContactsRotationRecurrenceWeeklySetting_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "dayOfWeek", - "", + 'dayOfWeek', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "handOffTimes", - "", + 'handOffTimes', + '', () => ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime.ts b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime.ts index a4e0d9fe5..365a2aa99 100644 --- a/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime.ts +++ b/src/app/Models/codegen/aws/types/ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime { // @@ -18,16 +18,16 @@ export function ssm_getContactsRotationRecurrenceWeeklySettingHandOffTime_GetTyp return [ new DynamicUIProps( InputType.Number, - "hourOfDay", - "", + 'hourOfDay', + '', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "minuteOfHour", - "", + 'minuteOfHour', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getInstancesFilter.ts b/src/app/Models/codegen/aws/types/ssm_getInstancesFilter.ts index 6b29b4013..334257791 100644 --- a/src/app/Models/codegen/aws/types/ssm_getInstancesFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_getInstancesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getInstancesFilter { // Name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html). @@ -18,16 +18,16 @@ export function ssm_getInstancesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html).", + 'name', + 'Name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getMaintenanceWindowsFilter.ts b/src/app/Models/codegen/aws/types/ssm_getMaintenanceWindowsFilter.ts index 0cf884fd2..2dc7a7bcc 100644 --- a/src/app/Models/codegen/aws/types/ssm_getMaintenanceWindowsFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_getMaintenanceWindowsFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getMaintenanceWindowsFilter { // Name of the filter field. Valid values can be found in the [SSM DescribeMaintenanceWindows API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeMaintenanceWindows.html#API_DescribeMaintenanceWindows_RequestSyntax). @@ -18,16 +18,16 @@ export function ssm_getMaintenanceWindowsFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the [SSM DescribeMaintenanceWindows API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeMaintenanceWindows.html#API_DescribeMaintenanceWindows_RequestSyntax).", + 'name', + 'Name of the filter field. Valid values can be found in the [SSM DescribeMaintenanceWindows API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeMaintenanceWindows.html#API_DescribeMaintenanceWindows_RequestSyntax).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRule.ts b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRule.ts index 31b2284a2..94dfd666b 100644 --- a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRule.ts +++ b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssm_getPatchBaselineApprovalRulePatchFilter, ssm_getPatchBaselineApprovalRulePatchFilter_GetTypes, -} from "./ssm_getPatchBaselineApprovalRulePatchFilter"; +} from './ssm_getPatchBaselineApprovalRulePatchFilter'; export interface ssm_getPatchBaselineApprovalRule { // Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline. @@ -31,40 +31,40 @@ export function ssm_getPatchBaselineApprovalRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "approveAfterDays", - "Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.", + 'approveAfterDays', + 'Number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "approveUntilDate", - "Cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Date is formatted as `YYYY-MM-DD`. Conflicts with `approve_after_days`", + 'approveUntilDate', + 'Cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Date is formatted as `YYYY-MM-DD`. Conflicts with `approve_after_days`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "complianceLevel", - "Compliance level for patches approved by this rule.", + 'complianceLevel', + 'Compliance level for patches approved by this rule.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableNonSecurity", - "Boolean enabling the application of non-security updates.", + 'enableNonSecurity', + 'Boolean enabling the application of non-security updates.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "patchFilters", - "Patch filter group that defines the criteria for the rule.", + 'patchFilters', + 'Patch filter group that defines the criteria for the rule.', () => ssm_getPatchBaselineApprovalRulePatchFilter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRulePatchFilter.ts b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRulePatchFilter.ts index f405d36e1..c5fbe1688 100644 --- a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRulePatchFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineApprovalRulePatchFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getPatchBaselineApprovalRulePatchFilter { // Key for the filter. @@ -18,16 +18,16 @@ export function ssm_getPatchBaselineApprovalRulePatchFilter_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "key", - "Key for the filter.", + 'key', + 'Key for the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Value for the filter.", + 'values', + 'Value for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineGlobalFilter.ts b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineGlobalFilter.ts index 9d34d3f1d..78945327a 100644 --- a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineGlobalFilter.ts +++ b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineGlobalFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getPatchBaselineGlobalFilter { // Key for the filter. @@ -18,16 +18,16 @@ export function ssm_getPatchBaselineGlobalFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Key for the filter.", + 'key', + 'Key for the filter.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Value for the filter.", + 'values', + 'Value for the filter.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineSource.ts b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineSource.ts index 42c15919b..054c583f6 100644 --- a/src/app/Models/codegen/aws/types/ssm_getPatchBaselineSource.ts +++ b/src/app/Models/codegen/aws/types/ssm_getPatchBaselineSource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssm_getPatchBaselineSource { // Value of the yum repo configuration. @@ -21,24 +21,24 @@ export function ssm_getPatchBaselineSource_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "configuration", - "Value of the yum repo configuration.", + 'configuration', + 'Value of the yum repo configuration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name specified to identify the patch source.", + 'name', + 'Name specified to identify the patch source.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "products", - "Specific operating system versions a patch repository applies to.", + 'products', + 'Specific operating system versions a patch repository applies to.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_ContactChannelDeliveryAddress.ts b/src/app/Models/codegen/aws/types/ssmcontacts_ContactChannelDeliveryAddress.ts index 7b1fe036b..f958189e2 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_ContactChannelDeliveryAddress.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_ContactChannelDeliveryAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_ContactChannelDeliveryAddress { // Details to engage this contact channel. The expected format depends on the contact channel type and is described in the [`ContactChannelAddress` section of the SSM Contacts API Reference](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_SSMContacts_ContactChannelAddress.html). @@ -15,8 +15,8 @@ export function ssmcontacts_ContactChannelDeliveryAddress_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "simpleAddress", - "Details to engage this contact channel. The expected format depends on the contact channel type and is described in the [`ContactChannelAddress` section of the SSM Contacts API Reference](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_SSMContacts_ContactChannelAddress.html).", + 'simpleAddress', + 'Details to engage this contact channel. The expected format depends on the contact channel type and is described in the [`ContactChannelAddress` section of the SSM Contacts API Reference](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_SSMContacts_ContactChannelAddress.html).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStage.ts b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStage.ts index 00aa2b4b9..8d83cfb5c 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStage.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_PlanStageTarget, ssmcontacts_PlanStageTarget_GetTypes, -} from "./ssmcontacts_PlanStageTarget"; +} from './ssmcontacts_PlanStageTarget'; export interface ssmcontacts_PlanStage { // The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified. @@ -22,16 +22,16 @@ export function ssmcontacts_PlanStage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "durationInMinutes", - "The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.", + 'durationInMinutes', + 'The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targets", - "One or more configuration blocks for specifying the contacts or contact methods that the escalation plan or engagement plan is engaging. See Target below for more details.", + 'targets', + 'One or more configuration blocks for specifying the contacts or contact methods that the escalation plan or engagement plan is engaging. See Target below for more details.', () => ssmcontacts_PlanStageTarget_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTarget.ts b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTarget.ts index ebe04063f..21ecdb216 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTarget.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTarget.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_PlanStageTargetChannelTargetInfo, ssmcontacts_PlanStageTargetChannelTargetInfo_GetTypes, -} from "./ssmcontacts_PlanStageTargetChannelTargetInfo"; +} from './ssmcontacts_PlanStageTargetChannelTargetInfo'; import { ssmcontacts_PlanStageTargetContactTargetInfo, ssmcontacts_PlanStageTargetContactTargetInfo_GetTypes, -} from "./ssmcontacts_PlanStageTargetContactTargetInfo"; +} from './ssmcontacts_PlanStageTargetContactTargetInfo'; export interface ssmcontacts_PlanStageTarget { // A configuration block for specifying information about the contact channel that Incident Manager engages. See Channel Target Info for more details. @@ -26,16 +26,16 @@ export function ssmcontacts_PlanStageTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "channelTargetInfo", - "A configuration block for specifying information about the contact channel that Incident Manager engages. See Channel Target Info for more details.", + 'channelTargetInfo', + 'A configuration block for specifying information about the contact channel that Incident Manager engages. See Channel Target Info for more details.', () => ssmcontacts_PlanStageTargetChannelTargetInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "contactTargetInfo", - "A configuration block for specifying information about the contact that Incident Manager engages. See Contact Target Info for more details.", + 'contactTargetInfo', + 'A configuration block for specifying information about the contact that Incident Manager engages. See Contact Target Info for more details.', () => ssmcontacts_PlanStageTargetContactTargetInfo_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetChannelTargetInfo.ts b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetChannelTargetInfo.ts index 8b0dd0add..2015e3ed2 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetChannelTargetInfo.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetChannelTargetInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_PlanStageTargetChannelTargetInfo { // The Amazon Resource Name (ARN) of the contact channel. @@ -18,16 +18,16 @@ export function ssmcontacts_PlanStageTargetChannelTargetInfo_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "contactChannelId", - "The Amazon Resource Name (ARN) of the contact channel.", + 'contactChannelId', + 'The Amazon Resource Name (ARN) of the contact channel.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "retryIntervalInMinutes", - "The number of minutes to wait before retrying to send engagement if the engagement initially failed.", + 'retryIntervalInMinutes', + 'The number of minutes to wait before retrying to send engagement if the engagement initially failed.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetContactTargetInfo.ts b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetContactTargetInfo.ts index 1a32517a3..f84d8d254 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetContactTargetInfo.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_PlanStageTargetContactTargetInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_PlanStageTargetContactTargetInfo { // The Amazon Resource Name (ARN) of the contact. @@ -18,15 +18,15 @@ export function ssmcontacts_PlanStageTargetContactTargetInfo_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "contactId", - "The Amazon Resource Name (ARN) of the contact.", + 'contactId', + 'The Amazon Resource Name (ARN) of the contact.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isEssential", + 'isEssential', "A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_getContactChannelDeliveryAddress.ts b/src/app/Models/codegen/aws/types/ssmcontacts_getContactChannelDeliveryAddress.ts index 176389600..7efda589e 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_getContactChannelDeliveryAddress.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_getContactChannelDeliveryAddress.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_getContactChannelDeliveryAddress { // @@ -15,8 +15,8 @@ export function ssmcontacts_getContactChannelDeliveryAddress_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "simpleAddress", - "", + 'simpleAddress', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStage.ts b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStage.ts index b023d61ea..e392a657c 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStage.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStage.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_getPlanStageTarget, ssmcontacts_getPlanStageTarget_GetTypes, -} from "./ssmcontacts_getPlanStageTarget"; +} from './ssmcontacts_getPlanStageTarget'; export interface ssmcontacts_getPlanStage { // @@ -22,16 +22,16 @@ export function ssmcontacts_getPlanStage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "durationInMinutes", - "", + 'durationInMinutes', + '', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "targets", - "", + 'targets', + '', () => ssmcontacts_getPlanStageTarget_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTarget.ts b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTarget.ts index 781e9a8ee..5990eeabf 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTarget.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTarget.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmcontacts_getPlanStageTargetChannelTargetInfo, ssmcontacts_getPlanStageTargetChannelTargetInfo_GetTypes, -} from "./ssmcontacts_getPlanStageTargetChannelTargetInfo"; +} from './ssmcontacts_getPlanStageTargetChannelTargetInfo'; import { ssmcontacts_getPlanStageTargetContactTargetInfo, ssmcontacts_getPlanStageTargetContactTargetInfo_GetTypes, -} from "./ssmcontacts_getPlanStageTargetContactTargetInfo"; +} from './ssmcontacts_getPlanStageTargetContactTargetInfo'; export interface ssmcontacts_getPlanStageTarget { // @@ -26,16 +26,16 @@ export function ssmcontacts_getPlanStageTarget_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "channelTargetInfos", - "", + 'channelTargetInfos', + '', () => ssmcontacts_getPlanStageTargetChannelTargetInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "contactTargetInfos", - "", + 'contactTargetInfos', + '', () => ssmcontacts_getPlanStageTargetContactTargetInfo_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetChannelTargetInfo.ts b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetChannelTargetInfo.ts index f16b8c819..b501a154f 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetChannelTargetInfo.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetChannelTargetInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_getPlanStageTargetChannelTargetInfo { // @@ -18,16 +18,16 @@ export function ssmcontacts_getPlanStageTargetChannelTargetInfo_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "retryIntervalInMinutes", - "", + 'retryIntervalInMinutes', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contactChannelId", - "", + 'contactChannelId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetContactTargetInfo.ts b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetContactTargetInfo.ts index 3906ef965..bcab60283 100644 --- a/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetContactTargetInfo.ts +++ b/src/app/Models/codegen/aws/types/ssmcontacts_getPlanStageTargetContactTargetInfo.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmcontacts_getPlanStageTargetContactTargetInfo { // The Amazon Resource Name (ARN) of the contact or escalation plan. @@ -18,16 +18,16 @@ export function ssmcontacts_getPlanStageTargetContactTargetInfo_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "contactId", - "The Amazon Resource Name (ARN) of the contact or escalation plan.", + 'contactId', + 'The Amazon Resource Name (ARN) of the contact or escalation plan.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "isEssential", - "", + 'isEssential', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ReplicationSetRegion.ts b/src/app/Models/codegen/aws/types/ssmincidents_ReplicationSetRegion.ts index e5738c920..48c07ffab 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ReplicationSetRegion.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ReplicationSetRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_ReplicationSetRegion { /* @@ -31,32 +31,32 @@ export function ssmincidents_ReplicationSetRegion_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The Amazon Resource name (ARN) of the customer managed key. If omitted, AWS manages the AWS KMS keys for you, using an AWS owned key, as indicated by a default value of `DefaultKey`.\n\nThe following arguments are optional:", + 'kmsKeyArn', + 'The Amazon Resource name (ARN) of the customer managed key. If omitted, AWS manages the AWS KMS keys for you, using an AWS owned key, as indicated by a default value of `DefaultKey`.\n\nThe following arguments are optional:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Region, such as `ap-southeast-2`.", + 'name', + 'The name of the Region, such as `ap-southeast-2`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The current status of the Region.\n* Valid Values: `ACTIVE` | `CREATING` | `UPDATING` | `DELETING` | `FAILED`", + 'status', + 'The current status of the Region.\n* Valid Values: `ACTIVE` | `CREATING` | `UPDATING` | `DELETING` | `FAILED`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusMessage", - "More information about the status of a Region.", + 'statusMessage', + 'More information about the status of a Region.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanAction.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanAction.ts index 5654454ac..248940963 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanAction.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ResponsePlanActionSsmAutomation, ssmincidents_ResponsePlanActionSsmAutomation_GetTypes, -} from "./ssmincidents_ResponsePlanActionSsmAutomation"; +} from './ssmincidents_ResponsePlanActionSsmAutomation'; export interface ssmincidents_ResponsePlanAction { // The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported: @@ -19,8 +19,8 @@ export function ssmincidents_ResponsePlanAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "ssmAutomations", - "The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported:", + 'ssmAutomations', + 'The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported:', () => ssmincidents_ResponsePlanActionSsmAutomation_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomation.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomation.ts index f5a83cd62..f2a98b916 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomation.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ResponsePlanActionSsmAutomationParameter, ssmincidents_ResponsePlanActionSsmAutomationParameter_GetTypes, -} from "./ssmincidents_ResponsePlanActionSsmAutomationParameter"; +} from './ssmincidents_ResponsePlanActionSsmAutomationParameter'; export interface ssmincidents_ResponsePlanActionSsmAutomation { // The automation document's name. @@ -34,7 +34,7 @@ export function ssmincidents_ResponsePlanActionSsmAutomation_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "documentName", + 'documentName', "The automation document's name.", () => [], true, @@ -42,40 +42,40 @@ export function ssmincidents_ResponsePlanActionSsmAutomation_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "documentVersion", - "The version of the automation document to use at runtime.", + 'documentVersion', + 'The version of the automation document to use at runtime.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "dynamicParameters", - "The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.", + 'dynamicParameters', + 'The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "The key-value pair parameters to use when the automation document runs. The following values are supported:", + 'parameters', + 'The key-value pair parameters to use when the automation document runs. The following values are supported:', () => ssmincidents_ResponsePlanActionSsmAutomationParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the role that the automation document assumes when it runs commands.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the role that the automation document assumes when it runs commands.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetAccount", - "The account that the automation document runs in. This can be in either the management account or an application account.", + 'targetAccount', + 'The account that the automation document runs in. This can be in either the management account or an application account.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomationParameter.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomationParameter.ts index 96df1cd56..3b1fb444f 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomationParameter.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanActionSsmAutomationParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_ResponsePlanActionSsmAutomationParameter { // The name of the response plan. @@ -18,16 +18,16 @@ export function ssmincidents_ResponsePlanActionSsmAutomationParameter_GetTypes() return [ new DynamicUIProps( InputType.Array, - "values", - "The values for the associated parameter name.", + 'values', + 'The values for the associated parameter name.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the response plan.", + 'name', + 'The name of the response plan.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplate.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplate.ts index b3751b731..8f64a861f 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplate.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ResponsePlanIncidentTemplateNotificationTarget, ssmincidents_ResponsePlanIncidentTemplateNotificationTarget_GetTypes, -} from "./ssmincidents_ResponsePlanIncidentTemplateNotificationTarget"; +} from './ssmincidents_ResponsePlanIncidentTemplateNotificationTarget'; export interface ssmincidents_ResponsePlanIncidentTemplate { // The impact value of a generated incident. The following values are supported: @@ -34,32 +34,32 @@ export function ssmincidents_ResponsePlanIncidentTemplate_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "dedupeString", - "A string used to stop Incident Manager from creating multiple incident records for the same incident.", + 'dedupeString', + 'A string used to stop Incident Manager from creating multiple incident records for the same incident.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "impact", - "The impact value of a generated incident. The following values are supported:", + 'impact', + 'The impact value of a generated incident. The following values are supported:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "incidentTags", - "The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.", + 'incidentTags', + 'The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "notificationTargets", - "The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:", + 'notificationTargets', + 'The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:', () => ssmincidents_ResponsePlanIncidentTemplateNotificationTarget_GetTypes(), false, @@ -67,16 +67,16 @@ export function ssmincidents_ResponsePlanIncidentTemplate_GetTypes(): DynamicUIP ), new DynamicUIProps( InputType.String, - "summary", - "The summary of an incident.", + 'summary', + 'The summary of an incident.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "The title of a generated incident.", + 'title', + 'The title of a generated incident.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplateNotificationTarget.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplateNotificationTarget.ts index d980695bb..7332a266b 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplateNotificationTarget.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIncidentTemplateNotificationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_ResponsePlanIncidentTemplateNotificationTarget { /* @@ -19,8 +19,8 @@ export function ssmincidents_ResponsePlanIncidentTemplateNotificationTarget_GetT return [ new DynamicUIProps( InputType.String, - "snsTopicArn", - "The ARN of the Amazon SNS topic.\n\nThe following arguments are optional:", + 'snsTopicArn', + 'The ARN of the Amazon SNS topic.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegration.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegration.ts index 4a57e8e16..9084c2cbb 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegration.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_ResponsePlanIntegrationPagerduty, ssmincidents_ResponsePlanIntegrationPagerduty_GetTypes, -} from "./ssmincidents_ResponsePlanIntegrationPagerduty"; +} from './ssmincidents_ResponsePlanIntegrationPagerduty'; export interface ssmincidents_ResponsePlanIntegration { // Details about the PagerDuty configuration for a response plan. The following values are supported: @@ -19,8 +19,8 @@ export function ssmincidents_ResponsePlanIntegration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "pagerduties", - "Details about the PagerDuty configuration for a response plan. The following values are supported:", + 'pagerduties', + 'Details about the PagerDuty configuration for a response plan. The following values are supported:', () => ssmincidents_ResponsePlanIntegrationPagerduty_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegrationPagerduty.ts b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegrationPagerduty.ts index 255e040a9..4d9f4fe6a 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegrationPagerduty.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_ResponsePlanIntegrationPagerduty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_ResponsePlanIntegrationPagerduty { // The name of the response plan. @@ -25,24 +25,24 @@ export function ssmincidents_ResponsePlanIntegrationPagerduty_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "serviceId", - "The ID of the PagerDuty service that the response plan associated with the incident at launch.", + 'serviceId', + 'The ID of the PagerDuty service that the response plan associated with the incident at launch.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the response plan.", + 'name', + 'The name of the response plan.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretId", - "The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials.\n\nFor more information about the constraints for each field, see [CreateResponsePlan](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html) in the *AWS Systems Manager Incident Manager API Reference*.", + 'secretId', + 'The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials.\n\nFor more information about the constraints for each field, see [CreateResponsePlan](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html) in the *AWS Systems Manager Incident Manager API Reference*.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getReplicationSetRegion.ts b/src/app/Models/codegen/aws/types/ssmincidents_getReplicationSetRegion.ts index 4b8dc10bb..16a72b669 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getReplicationSetRegion.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getReplicationSetRegion.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_getReplicationSetRegion { // More information about the status of a Region. @@ -27,32 +27,32 @@ export function ssmincidents_getReplicationSetRegion_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "statusMessage", - "More information about the status of a Region.", + 'statusMessage', + 'More information about the status of a Region.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN of the AWS Key Management Service (AWS KMS) encryption key.", + 'kmsKeyArn', + 'The ARN of the AWS Key Management Service (AWS KMS) encryption key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Region.", + 'name', + 'The name of the Region.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "status", - "The current status of the Region.\n* Valid Values: `ACTIVE` | `CREATING` | `UPDATING` | `DELETING` | `FAILED`", + 'status', + 'The current status of the Region.\n* Valid Values: `ACTIVE` | `CREATING` | `UPDATING` | `DELETING` | `FAILED`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanAction.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanAction.ts index 80e774907..38082745f 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanAction.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanAction.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_getResponsePlanActionSsmAutomation, ssmincidents_getResponsePlanActionSsmAutomation_GetTypes, -} from "./ssmincidents_getResponsePlanActionSsmAutomation"; +} from './ssmincidents_getResponsePlanActionSsmAutomation'; export interface ssmincidents_getResponsePlanAction { // The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported: @@ -19,8 +19,8 @@ export function ssmincidents_getResponsePlanAction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "ssmAutomations", - "The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported:", + 'ssmAutomations', + 'The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported:', () => ssmincidents_getResponsePlanActionSsmAutomation_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomation.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomation.ts index ccc21a13d..8cd783798 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomation.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_getResponsePlanActionSsmAutomationParameter, ssmincidents_getResponsePlanActionSsmAutomationParameter_GetTypes, -} from "./ssmincidents_getResponsePlanActionSsmAutomationParameter"; +} from './ssmincidents_getResponsePlanActionSsmAutomationParameter'; export interface ssmincidents_getResponsePlanActionSsmAutomation { // The version of the automation document to use at runtime. @@ -34,23 +34,23 @@ export function ssmincidents_getResponsePlanActionSsmAutomation_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "roleArn", - "The Amazon Resource Name (ARN) of the role that the automation document assumes when it runs commands.", + 'roleArn', + 'The Amazon Resource Name (ARN) of the role that the automation document assumes when it runs commands.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetAccount", - "The account that runs the automation document. This can be in either the management account or an application account.", + 'targetAccount', + 'The account that runs the automation document. This can be in either the management account or an application account.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "documentName", + 'documentName', "The automation document's name.", () => [], true, @@ -58,24 +58,24 @@ export function ssmincidents_getResponsePlanActionSsmAutomation_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "documentVersion", - "The version of the automation document to use at runtime.", + 'documentVersion', + 'The version of the automation document to use at runtime.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "dynamicParameters", - "The key-value pair used to resolve dynamic parameter values when processing a Systems Manager Automation runbook.", + 'dynamicParameters', + 'The key-value pair used to resolve dynamic parameter values when processing a Systems Manager Automation runbook.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "parameters", - "The key-value pair parameters used when the automation document runs. The following values are supported:", + 'parameters', + 'The key-value pair parameters used when the automation document runs. The following values are supported:', () => ssmincidents_getResponsePlanActionSsmAutomationParameter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomationParameter.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomationParameter.ts index 10c984f29..f83a0759e 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomationParameter.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanActionSsmAutomationParameter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_getResponsePlanActionSsmAutomationParameter { // The name of the PagerDuty configuration. @@ -18,16 +18,16 @@ export function ssmincidents_getResponsePlanActionSsmAutomationParameter_GetType return [ new DynamicUIProps( InputType.String, - "name", - "The name of the PagerDuty configuration.", + 'name', + 'The name of the PagerDuty configuration.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The values for the associated parameter name.", + 'values', + 'The values for the associated parameter name.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplate.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplate.ts index 5a695a473..39fb332ba 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplate.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplate.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_getResponsePlanIncidentTemplateNotificationTarget, ssmincidents_getResponsePlanIncidentTemplateNotificationTarget_GetTypes, -} from "./ssmincidents_getResponsePlanIncidentTemplateNotificationTarget"; +} from './ssmincidents_getResponsePlanIncidentTemplateNotificationTarget'; export interface ssmincidents_getResponsePlanIncidentTemplate { // A string used to stop Incident Manager from creating multiple incident records for the same incident. @@ -34,40 +34,40 @@ export function ssmincidents_getResponsePlanIncidentTemplate_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "title", - "The title of a generated incident.", + 'title', + 'The title of a generated incident.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dedupeString", - "A string used to stop Incident Manager from creating multiple incident records for the same incident.", + 'dedupeString', + 'A string used to stop Incident Manager from creating multiple incident records for the same incident.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "impact", - "The impact value of a generated incident. The following values are supported:", + 'impact', + 'The impact value of a generated incident. The following values are supported:', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "incidentTags", - "The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.", + 'incidentTags', + 'The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "notificationTargets", - "The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:", + 'notificationTargets', + 'The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:', () => ssmincidents_getResponsePlanIncidentTemplateNotificationTarget_GetTypes(), true, @@ -75,8 +75,8 @@ export function ssmincidents_getResponsePlanIncidentTemplate_GetTypes(): Dynamic ), new DynamicUIProps( InputType.String, - "summary", - "The summary of an incident.", + 'summary', + 'The summary of an incident.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplateNotificationTarget.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplateNotificationTarget.ts index 9251f582b..6ebf0bc62 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplateNotificationTarget.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIncidentTemplateNotificationTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_getResponsePlanIncidentTemplateNotificationTarget { // The ARN of the Amazon SNS topic. @@ -15,8 +15,8 @@ export function ssmincidents_getResponsePlanIncidentTemplateNotificationTarget_G return [ new DynamicUIProps( InputType.String, - "snsTopicArn", - "The ARN of the Amazon SNS topic.", + 'snsTopicArn', + 'The ARN of the Amazon SNS topic.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegration.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegration.ts index 625e3534c..67e344e55 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegration.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssmincidents_getResponsePlanIntegrationPagerduty, ssmincidents_getResponsePlanIntegrationPagerduty_GetTypes, -} from "./ssmincidents_getResponsePlanIntegrationPagerduty"; +} from './ssmincidents_getResponsePlanIntegrationPagerduty'; export interface ssmincidents_getResponsePlanIntegration { // Details about the PagerDuty configuration for a response plan. The following values are supported: @@ -19,8 +19,8 @@ export function ssmincidents_getResponsePlanIntegration_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "pagerduties", - "Details about the PagerDuty configuration for a response plan. The following values are supported:", + 'pagerduties', + 'Details about the PagerDuty configuration for a response plan. The following values are supported:', () => ssmincidents_getResponsePlanIntegrationPagerduty_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegrationPagerduty.ts b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegrationPagerduty.ts index 979950162..2e7db0838 100644 --- a/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegrationPagerduty.ts +++ b/src/app/Models/codegen/aws/types/ssmincidents_getResponsePlanIntegrationPagerduty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssmincidents_getResponsePlanIntegrationPagerduty { // The ID of the PagerDuty service that the response plan associates with an incident when it launches. @@ -21,24 +21,24 @@ export function ssmincidents_getResponsePlanIntegrationPagerduty_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "serviceId", - "The ID of the PagerDuty service that the response plan associates with an incident when it launches.", + 'serviceId', + 'The ID of the PagerDuty service that the response plan associates with an incident when it launches.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the PagerDuty configuration.", + 'name', + 'The name of the PagerDuty configuration.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "secretId", - "The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials.", + 'secretId', + 'The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptions.ts b/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptions.ts index 3169a5166..a8d33211a 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptions.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptions.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_ApplicationPortalOptionsSignInOptions, ssoadmin_ApplicationPortalOptionsSignInOptions_GetTypes, -} from "./ssoadmin_ApplicationPortalOptionsSignInOptions"; +} from './ssoadmin_ApplicationPortalOptionsSignInOptions'; export interface ssoadmin_ApplicationPortalOptions { // Indicates whether this application is visible in the access portal. Valid values are `ENABLED` and `DISABLED`. @@ -22,16 +22,16 @@ export function ssoadmin_ApplicationPortalOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "visibility", - "Indicates whether this application is visible in the access portal. Valid values are `ENABLED` and `DISABLED`.", + 'visibility', + 'Indicates whether this application is visible in the access portal. Valid values are `ENABLED` and `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "signInOptions", - "Sign-in options for the access portal. See `sign_in_options` below.", + 'signInOptions', + 'Sign-in options for the access portal. See `sign_in_options` below.', () => ssoadmin_ApplicationPortalOptionsSignInOptions_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptionsSignInOptions.ts b/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptionsSignInOptions.ts index 5193809ca..06ad3f45f 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptionsSignInOptions.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_ApplicationPortalOptionsSignInOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_ApplicationPortalOptionsSignInOptions { // URL that accepts authentication requests for an application. @@ -23,16 +23,16 @@ export function ssoadmin_ApplicationPortalOptionsSignInOptions_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "applicationUrl", - "URL that accepts authentication requests for an application.", + 'applicationUrl', + 'URL that accepts authentication requests for an application.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "origin", - "Determines how IAM Identity Center navigates the user to the target application.\nValid values are `APPLICATION` and `IDENTITY_CENTER`.\nIf `APPLICATION` is set, IAM Identity Center redirects the customer to the configured `application_url`.\nIf `IDENTITY_CENTER` is set, IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.", + 'origin', + 'Determines how IAM Identity Center navigates the user to the target application.\nValid values are `APPLICATION` and `IDENTITY_CENTER`.\nIf `APPLICATION` is set, IAM Identity Center redirects the customer to the configured `application_url`.\nIf `IDENTITY_CENTER` is set, IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference.ts b/src/app/Models/codegen/aws/types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference.ts index 4bd671fad..1a63a0f77 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyReference { // Name of the customer managed IAM Policy to be attached. @@ -18,16 +18,16 @@ export function ssoadmin_CustomerManagedPolicyAttachmentCustomerManagedPolicyRef return [ new DynamicUIProps( InputType.String, - "name", - "Name of the customer managed IAM Policy to be attached.", + 'name', + 'Name of the customer managed IAM Policy to be attached.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "path", - "The path to the IAM policy to be attached. The default is `/`. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names) for more information.", + 'path', + 'The path to the IAM policy to be attached. The default is `/`. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names) for more information.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttribute.ts b/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttribute.ts index 3915a75fb..aaa0c569b 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttribute.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttribute.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_InstanceAccessControlAttributesAttributeValue, ssoadmin_InstanceAccessControlAttributesAttributeValue_GetTypes, -} from "./ssoadmin_InstanceAccessControlAttributesAttributeValue"; +} from './ssoadmin_InstanceAccessControlAttributesAttributeValue'; export interface ssoadmin_InstanceAccessControlAttributesAttribute { // The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO. @@ -22,16 +22,16 @@ export function ssoadmin_InstanceAccessControlAttributesAttribute_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "key", - "The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.", + 'key', + 'The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue", + 'values', + 'The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue', () => ssoadmin_InstanceAccessControlAttributesAttributeValue_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttributeValue.ts b/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttributeValue.ts index a13c1a9fb..9b59b48b9 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttributeValue.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_InstanceAccessControlAttributesAttributeValue.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_InstanceAccessControlAttributesAttributeValue { // The identity source to use when mapping a specified attribute to AWS SSO. @@ -15,8 +15,8 @@ export function ssoadmin_InstanceAccessControlAttributesAttributeValue_GetTypes( return [ new DynamicUIProps( InputType.Array, - "sources", - "The identity source to use when mapping a specified attribute to AWS SSO.", + 'sources', + 'The identity source to use when mapping a specified attribute to AWS SSO.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary.ts b/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary.ts index d6b96f45f..e860b3ea5 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference, ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference_GetTypes, -} from "./ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference"; +} from './ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference'; export interface ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary { // Specifies the name and path of a customer managed policy. See below. @@ -22,8 +22,8 @@ export function ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary_GetTyp return [ new DynamicUIProps( InputType.Object, - "customerManagedPolicyReference", - "Specifies the name and path of a customer managed policy. See below.", + 'customerManagedPolicyReference', + 'Specifies the name and path of a customer managed policy. See below.', () => ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference_GetTypes(), false, @@ -31,8 +31,8 @@ export function ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundary_GetTyp ), new DynamicUIProps( InputType.String, - "managedPolicyArn", - "AWS-managed IAM policy ARN to use as the permissions boundary.", + 'managedPolicyArn', + 'AWS-managed IAM policy ARN to use as the permissions boundary.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference.ts b/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference.ts index a35d8ac19..a24db88c7 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustomerManagedPolicyReference { // Name of the customer managed IAM Policy to be attached. @@ -18,16 +18,16 @@ export function ssoadmin_PermissionsBoundaryAttachmentPermissionsBoundaryCustome return [ new DynamicUIProps( InputType.String, - "name", - "Name of the customer managed IAM Policy to be attached.", + 'name', + 'Name of the customer managed IAM Policy to be attached.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "path", - "The path to the IAM policy to be attached. The default is `/`. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names) for more information.", + 'path', + 'The path to the IAM policy to be attached. The default is `/`. See [IAM Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names) for more information.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration.ts b/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration.ts index 072bd2299..a8290b5e4 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration, ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration_GetTypes, -} from "./ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration"; +} from './ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration'; export interface ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration { // A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below. @@ -19,8 +19,8 @@ export function ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfiguration_GetTy return [ new DynamicUIProps( InputType.Object, - "oidcJwtConfiguration", - "A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below.", + 'oidcJwtConfiguration', + 'A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below.', () => ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.ts b/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.ts index db37090de..b696c7399 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration { // The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values are `OPEN_ID_DISCOVERY` @@ -24,32 +24,32 @@ export function ssoadmin_TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJw return [ new DynamicUIProps( InputType.String, - "issuerUrl", - "Specifies the URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.", + 'issuerUrl', + 'Specifies the URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "jwksRetrievalOption", - "The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values are `OPEN_ID_DISCOVERY`", + 'jwksRetrievalOption', + 'The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values are `OPEN_ID_DISCOVERY`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "claimAttributePath", - "Specifies the path of the source attribute in the JWT from the trusted token issuer.", + 'claimAttributePath', + 'Specifies the path of the source attribute in the JWT from the trusted token issuer.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "identityStoreAttributePath", - "Specifies path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by `claim_attribute_path` when a trusted token issuer token is exchanged for an IAM Identity Center token.", + 'identityStoreAttributePath', + 'Specifies path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by `claim_attribute_path` when a trusted token issuer token is exchanged for an IAM Identity Center token.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationAssignmentsApplicationAssignment.ts b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationAssignmentsApplicationAssignment.ts index 4ae96933b..1de38fef4 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationAssignmentsApplicationAssignment.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationAssignmentsApplicationAssignment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_getApplicationAssignmentsApplicationAssignment { // ARN of the application. @@ -21,24 +21,24 @@ export function ssoadmin_getApplicationAssignmentsApplicationAssignment_GetTypes return [ new DynamicUIProps( InputType.String, - "applicationArn", - "ARN of the application.", + 'applicationArn', + 'ARN of the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalId", - "An identifier for an object in IAM Identity Center, such as a user or group.", + 'principalId', + 'An identifier for an object in IAM Identity Center, such as a user or group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalType", - "Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.", + 'principalType', + 'Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOption.ts b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOption.ts index fd360a8d6..b25a5f8aa 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOption.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOption.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_getApplicationPortalOptionSignInOption, ssoadmin_getApplicationPortalOptionSignInOption_GetTypes, -} from "./ssoadmin_getApplicationPortalOptionSignInOption"; +} from './ssoadmin_getApplicationPortalOptionSignInOption'; export interface ssoadmin_getApplicationPortalOption { // @@ -22,16 +22,16 @@ export function ssoadmin_getApplicationPortalOption_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "signInOptions", - "", + 'signInOptions', + '', () => ssoadmin_getApplicationPortalOptionSignInOption_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "visibility", - "", + 'visibility', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOptionSignInOption.ts b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOptionSignInOption.ts index 9244f640b..d21876fc0 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOptionSignInOption.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationPortalOptionSignInOption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_getApplicationPortalOptionSignInOption { // @@ -18,12 +18,12 @@ export function ssoadmin_getApplicationPortalOptionSignInOption_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "applicationUrl", - "", + 'applicationUrl', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "origin", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'origin', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProvider.ts b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProvider.ts index 0ad009e8d..a9beb979f 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProvider.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProvider.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { ssoadmin_getApplicationProvidersApplicationProviderDisplayData, ssoadmin_getApplicationProvidersApplicationProviderDisplayData_GetTypes, -} from "./ssoadmin_getApplicationProvidersApplicationProviderDisplayData"; +} from './ssoadmin_getApplicationProvidersApplicationProviderDisplayData'; export interface ssoadmin_getApplicationProvidersApplicationProvider { // ARN of the application provider. @@ -25,16 +25,16 @@ export function ssoadmin_getApplicationProvidersApplicationProvider_GetTypes(): return [ new DynamicUIProps( InputType.String, - "applicationProviderArn", - "ARN of the application provider.", + 'applicationProviderArn', + 'ARN of the application provider.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "displayDatas", - "An object describing how IAM Identity Center represents the application provider in the portal. See `display_data` below.", + 'displayDatas', + 'An object describing how IAM Identity Center represents the application provider in the portal. See `display_data` below.', () => ssoadmin_getApplicationProvidersApplicationProviderDisplayData_GetTypes(), false, @@ -42,8 +42,8 @@ export function ssoadmin_getApplicationProvidersApplicationProvider_GetTypes(): ), new DynamicUIProps( InputType.String, - "federationProtocol", - "Protocol that the application provider uses to perform federation. Valid values are `SAML` and `OAUTH`.", + 'federationProtocol', + 'Protocol that the application provider uses to perform federation. Valid values are `SAML` and `OAUTH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProviderDisplayData.ts b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProviderDisplayData.ts index 6a797bbb7..928b31a5d 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProviderDisplayData.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getApplicationProvidersApplicationProviderDisplayData.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_getApplicationProvidersApplicationProviderDisplayData { // Description of the application provider. @@ -21,24 +21,24 @@ export function ssoadmin_getApplicationProvidersApplicationProviderDisplayData_G return [ new DynamicUIProps( InputType.String, - "description", - "Description of the application provider.", + 'description', + 'Description of the application provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Name of the application provider.", + 'displayName', + 'Name of the application provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "iconUrl", - "URL that points to an icon that represents the application provider.", + 'iconUrl', + 'URL that points to an icon that represents the application provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment.ts b/src/app/Models/codegen/aws/types/ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment.ts index a9c661553..9a4fbbfc9 100644 --- a/src/app/Models/codegen/aws/types/ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment.ts +++ b/src/app/Models/codegen/aws/types/ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment { // Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`. @@ -21,24 +21,24 @@ export function ssoadmin_getPrincipalApplicationAssignmentsApplicationAssignment return [ new DynamicUIProps( InputType.String, - "principalType", - "Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.", + 'principalType', + 'Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "applicationArn", - "ARN of the application.", + 'applicationArn', + 'ARN of the application.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalId", - "An identifier for an object in IAM Identity Center, such as a user or group.", + 'principalId', + 'An identifier for an object in IAM Identity Center, such as a user or group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_FileSystemAssociationCacheAttributes.ts b/src/app/Models/codegen/aws/types/storagegateway_FileSystemAssociationCacheAttributes.ts index 23e68cf0f..c1be4986b 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_FileSystemAssociationCacheAttributes.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_FileSystemAssociationCacheAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_FileSystemAssociationCacheAttributes { /* @@ -19,7 +19,7 @@ export function storagegateway_FileSystemAssociationCacheAttributes_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "cacheStaleTimeoutInSeconds", + 'cacheStaleTimeoutInSeconds', "Refreshes a file share's cache by using Time To Live (TTL).\nTTL is the length of time since the last refresh after which access to the directory would cause the file gateway\nto first refresh that directory's contents from the Amazon S3 bucket. Valid Values: `0` or `300` to `2592000` seconds (5 minutes to 30 days). Defaults to `0`", () => [], false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_GatewayGatewayNetworkInterface.ts b/src/app/Models/codegen/aws/types/storagegateway_GatewayGatewayNetworkInterface.ts index 01d5a1948..35657e0d6 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_GatewayGatewayNetworkInterface.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_GatewayGatewayNetworkInterface.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_GatewayGatewayNetworkInterface { // The Internet Protocol version 4 (IPv4) address of the interface. @@ -15,8 +15,8 @@ export function storagegateway_GatewayGatewayNetworkInterface_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "ipv4Address", - "The Internet Protocol version 4 (IPv4) address of the interface.", + 'ipv4Address', + 'The Internet Protocol version 4 (IPv4) address of the interface.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_GatewayMaintenanceStartTime.ts b/src/app/Models/codegen/aws/types/storagegateway_GatewayMaintenanceStartTime.ts index ee79ab3be..c59d35e6b 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_GatewayMaintenanceStartTime.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_GatewayMaintenanceStartTime.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_GatewayMaintenanceStartTime { // The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month. @@ -24,32 +24,32 @@ export function storagegateway_GatewayMaintenanceStartTime_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "minuteOfHour", - "The minute component of the maintenance start time represented as _mm_, where _mm_ is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.", + 'minuteOfHour', + 'The minute component of the maintenance start time represented as _mm_, where _mm_ is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dayOfMonth", - "The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.", + 'dayOfMonth', + 'The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dayOfWeek", - "The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.", + 'dayOfWeek', + 'The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "hourOfDay", - "The hour component of the maintenance start time represented as _hh_, where _hh_ is the hour (00 to 23). The hour of the day is in the time zone of the gateway.", + 'hourOfDay', + 'The hour component of the maintenance start time represented as _hh_, where _hh_ is the hour (00 to 23). The hour of the day is in the time zone of the gateway.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_GatewaySmbActiveDirectorySettings.ts b/src/app/Models/codegen/aws/types/storagegateway_GatewaySmbActiveDirectorySettings.ts index 87be23d79..91b57ca08 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_GatewaySmbActiveDirectorySettings.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_GatewaySmbActiveDirectorySettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_GatewaySmbActiveDirectorySettings { // The name of the domain that you want the gateway to join. @@ -39,56 +39,56 @@ export function storagegateway_GatewaySmbActiveDirectorySettings_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "activeDirectoryStatus", - "", + 'activeDirectoryStatus', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "domainControllers", - "List of IPv4 addresses, NetBIOS names, or host names of your domain server.\nIf you need to specify the port number include it after the colon (“:”). For example, `mydc.mydomain.com:389`.", + 'domainControllers', + 'List of IPv4 addresses, NetBIOS names, or host names of your domain server.\nIf you need to specify the port number include it after the colon (“:”). For example, `mydc.mydomain.com:389`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The name of the domain that you want the gateway to join.", + 'domainName', + 'The name of the domain that you want the gateway to join.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "organizationalUnit", - "The organizational unit (OU) is a container in an Active Directory that can hold users, groups,\ncomputers, and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.", + 'organizationalUnit', + 'The organizational unit (OU) is a container in an Active Directory that can hold users, groups,\ncomputers, and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "password", - "The password of the user who has permission to add the gateway to the Active Directory domain.", + 'password', + 'The password of the user who has permission to add the gateway to the Active Directory domain.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "Specifies the time in seconds, in which the JoinDomain operation must complete. The default is `20` seconds.", + 'timeoutInSeconds', + 'Specifies the time in seconds, in which the JoinDomain operation must complete. The default is `20` seconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "username", - "The user name of user who has permission to add the gateway to the Active Directory domain.", + 'username', + 'The user name of user who has permission to add the gateway to the Active Directory domain.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareCacheAttributes.ts b/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareCacheAttributes.ts index 3a7cdaa70..d9ad185bf 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareCacheAttributes.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareCacheAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_NfsFileShareCacheAttributes { /* @@ -19,7 +19,7 @@ export function storagegateway_NfsFileShareCacheAttributes_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "cacheStaleTimeoutInSeconds", + 'cacheStaleTimeoutInSeconds', "Refreshes a file share's cache by using Time To Live (TTL).\nTTL is the length of time since the last refresh after which access to the directory would cause the file gateway\nto first refresh that directory's contents from the Amazon S3 bucket. Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)", () => [], false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareNfsFileShareDefaults.ts b/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareNfsFileShareDefaults.ts index e9650cc49..9bff7a99d 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareNfsFileShareDefaults.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_NfsFileShareNfsFileShareDefaults.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_NfsFileShareNfsFileShareDefaults { // The default group ID for the file share (unless the files have another group ID specified). Defaults to `65534` (`nfsnobody`). Valid values: `0` through `4294967294`. @@ -24,23 +24,23 @@ export function storagegateway_NfsFileShareNfsFileShareDefaults_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "groupId", - "The default group ID for the file share (unless the files have another group ID specified). Defaults to `65534` (`nfsnobody`). Valid values: `0` through `4294967294`.", + 'groupId', + 'The default group ID for the file share (unless the files have another group ID specified). Defaults to `65534` (`nfsnobody`). Valid values: `0` through `4294967294`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ownerId", - "The default owner ID for the file share (unless the files have another owner ID specified). Defaults to `65534` (`nfsnobody`). Valid values: `0` through `4294967294`.", + 'ownerId', + 'The default owner ID for the file share (unless the files have another owner ID specified). Defaults to `65534` (`nfsnobody`). Valid values: `0` through `4294967294`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "directoryMode", + 'directoryMode', 'The Unix directory mode in the string form "nnnn". Defaults to `"0777"`.', () => [], false, @@ -48,7 +48,7 @@ export function storagegateway_NfsFileShareNfsFileShareDefaults_GetTypes(): Dyna ), new DynamicUIProps( InputType.String, - "fileMode", + 'fileMode', 'The Unix file mode in the string form "nnnn". Defaults to `"0666"`.', () => [], false, diff --git a/src/app/Models/codegen/aws/types/storagegateway_SmbFileShareCacheAttributes.ts b/src/app/Models/codegen/aws/types/storagegateway_SmbFileShareCacheAttributes.ts index bd97f3ebc..f2924f2cb 100644 --- a/src/app/Models/codegen/aws/types/storagegateway_SmbFileShareCacheAttributes.ts +++ b/src/app/Models/codegen/aws/types/storagegateway_SmbFileShareCacheAttributes.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface storagegateway_SmbFileShareCacheAttributes { /* @@ -19,7 +19,7 @@ export function storagegateway_SmbFileShareCacheAttributes_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "cacheStaleTimeoutInSeconds", + 'cacheStaleTimeoutInSeconds', "Refreshes a file share's cache by using Time To Live (TTL).\nTTL is the length of time since the last refresh after which access to the directory would cause the file gateway\nto first refresh that directory's contents from the Amazon S3 bucket. Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)", () => [], false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfig.ts b/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfig.ts index 51ffdfd7d..599c27e97 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfig.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { synthetics_CanaryArtifactConfigS3Encryption, synthetics_CanaryArtifactConfigS3Encryption_GetTypes, -} from "./synthetics_CanaryArtifactConfigS3Encryption"; +} from './synthetics_CanaryArtifactConfigS3Encryption'; export interface synthetics_CanaryArtifactConfig { // Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption. @@ -19,8 +19,8 @@ export function synthetics_CanaryArtifactConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "s3Encryption", - "Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.", + 's3Encryption', + 'Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.', () => synthetics_CanaryArtifactConfigS3Encryption_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfigS3Encryption.ts b/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfigS3Encryption.ts index 03974a143..cb9e11c13 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfigS3Encryption.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanaryArtifactConfigS3Encryption.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface synthetics_CanaryArtifactConfigS3Encryption { // The encryption method to use for artifacts created by this canary. Valid values are: `SSE_S3` and `SSE_KMS`. @@ -18,16 +18,16 @@ export function synthetics_CanaryArtifactConfigS3Encryption_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "encryptionMode", - "The encryption method to use for artifacts created by this canary. Valid values are: `SSE_S3` and `SSE_KMS`.", + 'encryptionMode', + 'The encryption method to use for artifacts created by this canary. Valid values are: `SSE_S3` and `SSE_KMS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "The ARN of the customer-managed KMS key to use, if you specify `SSE_KMS` for `encryption_mode`.", + 'kmsKeyArn', + 'The ARN of the customer-managed KMS key to use, if you specify `SSE_KMS` for `encryption_mode`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanaryRunConfig.ts b/src/app/Models/codegen/aws/types/synthetics_CanaryRunConfig.ts index a55f65b7c..86fd12f39 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanaryRunConfig.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanaryRunConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface synthetics_CanaryRunConfig { // Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime. @@ -24,32 +24,32 @@ export function synthetics_CanaryRunConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "activeTracing", - "Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime.", + 'activeTracing', + 'Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "environmentVariables", - "Map of environment variables that are accessible from the canary during execution. Please see [AWS Docs](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime) for variables reserved for Lambda.", + 'environmentVariables', + 'Map of environment variables that are accessible from the canary during execution. Please see [AWS Docs](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime) for variables reserved for Lambda.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "memoryInMb", - "Maximum amount of memory available to the canary while it is running, in MB. The value you specify must be a multiple of 64.", + 'memoryInMb', + 'Maximum amount of memory available to the canary while it is running, in MB. The value you specify must be a multiple of 64.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutInSeconds", - "Number of seconds the canary is allowed to run before it must stop. If you omit this field, the frequency of the canary is used, up to a maximum of 840 (14 minutes).", + 'timeoutInSeconds', + 'Number of seconds the canary is allowed to run before it must stop. If you omit this field, the frequency of the canary is used, up to a maximum of 840 (14 minutes).', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanarySchedule.ts b/src/app/Models/codegen/aws/types/synthetics_CanarySchedule.ts index 77823fc21..8ba0ad824 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanarySchedule.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanarySchedule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface synthetics_CanarySchedule { // Duration in seconds, for the canary to continue making regular runs according to the schedule in the Expression value. @@ -18,16 +18,16 @@ export function synthetics_CanarySchedule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "expression", - "Rate expression or cron expression that defines how often the canary is to run. For rate expression, the syntax is `rate(number unit)`. _unit_ can be `minute`, `minutes`, or `hour`. For cron expression, the syntax is `cron(expression)`. For more information about the syntax for cron expressions, see [Scheduling canary runs using cron](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_cron.html).", + 'expression', + 'Rate expression or cron expression that defines how often the canary is to run. For rate expression, the syntax is `rate(number unit)`. _unit_ can be `minute`, `minutes`, or `hour`. For cron expression, the syntax is `cron(expression)`. For more information about the syntax for cron expressions, see [Scheduling canary runs using cron](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_cron.html).', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "durationInSeconds", - "Duration in seconds, for the canary to continue making regular runs according to the schedule in the Expression value.", + 'durationInSeconds', + 'Duration in seconds, for the canary to continue making regular runs according to the schedule in the Expression value.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanaryTimeline.ts b/src/app/Models/codegen/aws/types/synthetics_CanaryTimeline.ts index d37796647..292d2a854 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanaryTimeline.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanaryTimeline.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface synthetics_CanaryTimeline { // Date and time the canary was created. @@ -24,7 +24,7 @@ export function synthetics_CanaryTimeline_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "lastStarted", + 'lastStarted', "Date and time that the canary's most recent run started.", () => [], false, @@ -32,7 +32,7 @@ export function synthetics_CanaryTimeline_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "lastStopped", + 'lastStopped', "Date and time that the canary's most recent run ended.", () => [], false, @@ -40,16 +40,16 @@ export function synthetics_CanaryTimeline_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "created", - "Date and time the canary was created.", + 'created', + 'Date and time the canary was created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "lastModified", - "Date and time the canary was most recently modified.", + 'lastModified', + 'Date and time the canary was most recently modified.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/synthetics_CanaryVpcConfig.ts b/src/app/Models/codegen/aws/types/synthetics_CanaryVpcConfig.ts index 492953ce1..d96e27ea6 100644 --- a/src/app/Models/codegen/aws/types/synthetics_CanaryVpcConfig.ts +++ b/src/app/Models/codegen/aws/types/synthetics_CanaryVpcConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface synthetics_CanaryVpcConfig { // ID of the VPC where this canary is to run. @@ -21,24 +21,24 @@ export function synthetics_CanaryVpcConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "IDs of the security groups for this canary.", + 'securityGroupIds', + 'IDs of the security groups for this canary.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "IDs of the subnets where this canary is to run.", + 'subnetIds', + 'IDs of the subnets where this canary is to run.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "ID of the VPC where this canary is to run.", + 'vpcId', + 'ID of the VPC where this canary is to run.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration.ts b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration.ts index 007772a98..656807cdb 100644 --- a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration.ts +++ b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration, timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration_GetTypes, -} from "./timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration"; +} from './timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration'; export interface timestreaminfluxdb_DbInstanceLogDeliveryConfiguration { // Configuration for S3 bucket log delivery. @@ -19,8 +19,8 @@ export function timestreaminfluxdb_DbInstanceLogDeliveryConfiguration_GetTypes() return [ new DynamicUIProps( InputType.Object, - "s3Configuration", - "Configuration for S3 bucket log delivery.", + 's3Configuration', + 'Configuration for S3 bucket log delivery.', () => timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration.ts b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration.ts index 8ff361574..1123c1248 100644 --- a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configuration { // Name of the S3 bucket to deliver logs to. @@ -22,16 +22,16 @@ export function timestreaminfluxdb_DbInstanceLogDeliveryConfigurationS3Configura return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of the S3 bucket to deliver logs to.", + 'bucketName', + 'Name of the S3 bucket to deliver logs to.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether log delivery to the S3 bucket is enabled.\n\n**Note**: Only three arguments do updates in-place: `db_parameter_group_identifier`, `log_delivery_configuration`, and `tags`. Changes to any other argument after a DB instance has been deployed will cause destruction and re-creation of the DB instance. Additionally, when `db_parameter_group_identifier` is added to a DB instance or modified, the DB instance will be updated in-place but if `db_parameter_group_identifier` is removed from a DB instance, the DB instance will be destroyed and re-created.", + 'enabled', + 'Indicates whether log delivery to the S3 bucket is enabled.\n\n**Note**: Only three arguments do updates in-place: `db_parameter_group_identifier`, `log_delivery_configuration`, and `tags`. Changes to any other argument after a DB instance has been deployed will cause destruction and re-creation of the DB instance. Additionally, when `db_parameter_group_identifier` is added to a DB instance or modified, the DB instance will be updated in-place but if `db_parameter_group_identifier` is removed from a DB instance, the DB instance will be destroyed and re-created.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceTimeouts.ts b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceTimeouts.ts index 5a710d0f4..333b01d1b 100644 --- a/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceTimeouts.ts +++ b/src/app/Models/codegen/aws/types/timestreaminfluxdb_DbInstanceTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreaminfluxdb_DbInstanceTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function timestreaminfluxdb_DbInstanceTimeouts_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function timestreaminfluxdb_DbInstanceTimeouts_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function timestreaminfluxdb_DbInstanceTimeouts_GetTypes(): DynamicUIProps ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWriteProperties.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWriteProperties.ts index 4f9a28e97..dfa6f3942 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWriteProperties.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWriteProperties.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation, timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation_GetTypes, -} from "./timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation"; +} from './timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation'; export interface timestreamwrite_TableMagneticStoreWriteProperties { // The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details. @@ -22,8 +22,8 @@ export function timestreamwrite_TableMagneticStoreWriteProperties_GetTypes(): Dy return [ new DynamicUIProps( InputType.Object, - "magneticStoreRejectedDataLocation", - "The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.", + 'magneticStoreRejectedDataLocation', + 'The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.', () => timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation_GetTypes(), false, @@ -31,8 +31,8 @@ export function timestreamwrite_TableMagneticStoreWriteProperties_GetTypes(): Dy ), new DynamicUIProps( InputType.Bool, - "enableMagneticStoreWrites", - "A flag to enable magnetic store writes.", + 'enableMagneticStoreWrites', + 'A flag to enable magnetic store writes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation.ts index 6472ff9d5..1660d19e8 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration, timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration_GetTypes, -} from "./timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration"; +} from './timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration'; export interface timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation { // Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. See S3 Configuration below for more details. @@ -19,8 +19,8 @@ export function timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRe return [ new DynamicUIProps( InputType.Object, - "s3Configuration", - "Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. See S3 Configuration below for more details.", + 's3Configuration', + 'Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. See S3 Configuration below for more details.', () => timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration.ts index 7552bf2bd..1da1c8c96 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration { // Bucket name of the customer S3 bucket. @@ -24,32 +24,32 @@ export function timestreamwrite_TableMagneticStoreWritePropertiesMagneticStoreRe return [ new DynamicUIProps( InputType.String, - "encryptionOption", - "Encryption option for the customer s3 location. Options are S3 server side encryption with an S3-managed key or KMS managed key. Valid values are `SSE_KMS` and `SSE_S3`.", + 'encryptionOption', + 'Encryption option for the customer s3 location. Options are S3 server side encryption with an S3-managed key or KMS managed key. Valid values are `SSE_KMS` and `SSE_S3`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "KMS key arn for the customer s3 location when encrypting with a KMS managed key.", + 'kmsKeyId', + 'KMS key arn for the customer s3 location when encrypting with a KMS managed key.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "objectKeyPrefix", - "Object key prefix for the customer S3 location.", + 'objectKeyPrefix', + 'Object key prefix for the customer S3 location.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "Bucket name of the customer S3 bucket.", + 'bucketName', + 'Bucket name of the customer S3 bucket.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableRetentionProperties.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableRetentionProperties.ts index 162baf0dd..81e14dcd6 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableRetentionProperties.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableRetentionProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_TableRetentionProperties { // The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000. @@ -18,16 +18,16 @@ export function timestreamwrite_TableRetentionProperties_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "magneticStoreRetentionPeriodInDays", - "The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.", + 'magneticStoreRetentionPeriodInDays', + 'The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "memoryStoreRetentionPeriodInHours", - "The duration for which data must be stored in the memory store. Minimum value of 1. Maximum value of 8766.", + 'memoryStoreRetentionPeriodInHours', + 'The duration for which data must be stored in the memory store. Minimum value of 1. Maximum value of 8766.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableSchema.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableSchema.ts index b5ea0e546..b515fdba5 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableSchema.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableSchema.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_TableSchemaCompositePartitionKey, timestreamwrite_TableSchemaCompositePartitionKey_GetTypes, -} from "./timestreamwrite_TableSchemaCompositePartitionKey"; +} from './timestreamwrite_TableSchemaCompositePartitionKey'; export interface timestreamwrite_TableSchema { // A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed. See Composite Partition Key below for more details. @@ -19,8 +19,8 @@ export function timestreamwrite_TableSchema_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "compositePartitionKey", - "A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed. See Composite Partition Key below for more details.", + 'compositePartitionKey', + 'A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed. See Composite Partition Key below for more details.', () => timestreamwrite_TableSchemaCompositePartitionKey_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_TableSchemaCompositePartitionKey.ts b/src/app/Models/codegen/aws/types/timestreamwrite_TableSchemaCompositePartitionKey.ts index a21520cfc..51531b000 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_TableSchemaCompositePartitionKey.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_TableSchemaCompositePartitionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_TableSchemaCompositePartitionKey { // The type of the partition key. Valid values: `DIMENSION`, `MEASURE`. @@ -21,24 +21,24 @@ export function timestreamwrite_TableSchemaCompositePartitionKey_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "type", - "The type of the partition key. Valid values: `DIMENSION`, `MEASURE`.", + 'type', + 'The type of the partition key. Valid values: `DIMENSION`, `MEASURE`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "enforcementInRecord", - "The level of enforcement for the specification of a dimension key in ingested records. Valid values: `REQUIRED`, `OPTIONAL`.", + 'enforcementInRecord', + 'The level of enforcement for the specification of a dimension key in ingested records. Valid values: `REQUIRED`, `OPTIONAL`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the attribute used for a dimension key.", + 'name', + 'The name of the attribute used for a dimension key.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWriteProperty.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWriteProperty.ts index 80a329075..6ec4cf6d4 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWriteProperty.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWriteProperty.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation, timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation_GetTypes, -} from "./timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation"; +} from './timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation'; export interface timestreamwrite_getTableMagneticStoreWriteProperty { // Flag that is set based on if magnetic store writes are enabled. @@ -22,16 +22,16 @@ export function timestreamwrite_getTableMagneticStoreWriteProperty_GetTypes(): D return [ new DynamicUIProps( InputType.Bool, - "enableMagneticStoreWrites", - "Flag that is set based on if magnetic store writes are enabled.", + 'enableMagneticStoreWrites', + 'Flag that is set based on if magnetic store writes are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "magneticStoreRejectedDataLocations", - "Object containing the following attributes to describe error reports for records rejected during magnetic store writes.", + 'magneticStoreRejectedDataLocations', + 'Object containing the following attributes to describe error reports for records rejected during magnetic store writes.', () => timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation.ts index c5f755c41..1ad3aece9 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration, timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration_GetTypes, -} from "./timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration"; +} from './timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration'; export interface timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation { // Object containing the following attributes to describe the configuration of an s3 location to write error reports for records rejected. @@ -19,8 +19,8 @@ export function timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreR return [ new DynamicUIProps( InputType.Array, - "s3Configurations", - "Object containing the following attributes to describe the configuration of an s3 location to write error reports for records rejected.", + 's3Configurations', + 'Object containing the following attributes to describe the configuration of an s3 location to write error reports for records rejected.', () => timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration.ts index 958a93562..e1d9d2753 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocationS3Configuration { // Name of S3 bucket. @@ -24,32 +24,32 @@ export function timestreamwrite_getTableMagneticStoreWritePropertyMagneticStoreR return [ new DynamicUIProps( InputType.String, - "bucketName", - "Name of S3 bucket.", + 'bucketName', + 'Name of S3 bucket.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encryptionOption", - "", + 'encryptionOption', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "kmsKeyId", - "AWS KMS key ID for S3 location with AWS maanged key.", + 'kmsKeyId', + 'AWS KMS key ID for S3 location with AWS maanged key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "objectKeyPrefix", - "Object key preview for S3 location.", + 'objectKeyPrefix', + 'Object key preview for S3 location.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableRetentionProperty.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableRetentionProperty.ts index 8cce3bbff..a4930bb4a 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableRetentionProperty.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableRetentionProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_getTableRetentionProperty { // Duration in days in which the data must be stored in magnetic store. @@ -18,16 +18,16 @@ export function timestreamwrite_getTableRetentionProperty_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.Number, - "magneticStoreRetentionPeriodInDays", - "Duration in days in which the data must be stored in magnetic store.", + 'magneticStoreRetentionPeriodInDays', + 'Duration in days in which the data must be stored in magnetic store.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "memoryStoreRetentionPeriodInHours", - "Duration in hours in which the data must be stored in memory store.", + 'memoryStoreRetentionPeriodInHours', + 'Duration in hours in which the data must be stored in memory store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchema.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchema.ts index 49ea5b9f5..63f0f12c0 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchema.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchema.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { timestreamwrite_getTableSchemaCompositePartitionKey, timestreamwrite_getTableSchemaCompositePartitionKey_GetTypes, -} from "./timestreamwrite_getTableSchemaCompositePartitionKey"; +} from './timestreamwrite_getTableSchemaCompositePartitionKey'; export interface timestreamwrite_getTableSchema { // @@ -19,8 +19,8 @@ export function timestreamwrite_getTableSchema_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "compositePartitionKeys", - "", + 'compositePartitionKeys', + '', () => timestreamwrite_getTableSchemaCompositePartitionKey_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchemaCompositePartitionKey.ts b/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchemaCompositePartitionKey.ts index d53ae1968..820564dae 100644 --- a/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchemaCompositePartitionKey.ts +++ b/src/app/Models/codegen/aws/types/timestreamwrite_getTableSchemaCompositePartitionKey.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface timestreamwrite_getTableSchemaCompositePartitionKey { // @@ -21,24 +21,24 @@ export function timestreamwrite_getTableSchemaCompositePartitionKey_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "Type of partition key.", + 'type', + 'Type of partition key.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "enforcementInRecord", - "", + 'enforcementInRecord', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Timestream table.", + 'name', + 'Name of the Timestream table.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transcribe_LanguageModelInputDataConfig.ts b/src/app/Models/codegen/aws/types/transcribe_LanguageModelInputDataConfig.ts index ed7e8c241..c31e82f70 100644 --- a/src/app/Models/codegen/aws/types/transcribe_LanguageModelInputDataConfig.ts +++ b/src/app/Models/codegen/aws/types/transcribe_LanguageModelInputDataConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transcribe_LanguageModelInputDataConfig { // IAM role with access to S3 bucket. @@ -25,24 +25,24 @@ export function transcribe_LanguageModelInputDataConfig_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "s3Uri", - "S3 URI where training data is located.", + 's3Uri', + 'S3 URI where training data is located.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "tuningDataS3Uri", - "S3 URI where tuning data is located.\n\nThe following arguments are optional:", + 'tuningDataS3Uri', + 'S3 URI where tuning data is located.\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dataAccessRoleArn", - "IAM role with access to S3 bucket.", + 'dataAccessRoleArn', + 'IAM role with access to S3 bucket.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/transfer_AccessHomeDirectoryMapping.ts b/src/app/Models/codegen/aws/types/transfer_AccessHomeDirectoryMapping.ts index fdd9424b6..acde39342 100644 --- a/src/app/Models/codegen/aws/types/transfer_AccessHomeDirectoryMapping.ts +++ b/src/app/Models/codegen/aws/types/transfer_AccessHomeDirectoryMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_AccessHomeDirectoryMapping { // Represents an entry and a target. @@ -18,16 +18,16 @@ export function transfer_AccessHomeDirectoryMapping_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "target", - "Represents the map target.", + 'target', + 'Represents the map target.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "entry", - "Represents an entry and a target.", + 'entry', + 'Represents an entry and a target.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_AccessPosixProfile.ts b/src/app/Models/codegen/aws/types/transfer_AccessPosixProfile.ts index f931cfb00..0dbd1c13f 100644 --- a/src/app/Models/codegen/aws/types/transfer_AccessPosixProfile.ts +++ b/src/app/Models/codegen/aws/types/transfer_AccessPosixProfile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_AccessPosixProfile { // The POSIX group ID used for all EFS operations by this user. @@ -21,24 +21,24 @@ export function transfer_AccessPosixProfile_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "secondaryGids", - "The secondary POSIX group IDs used for all EFS operations by this user.", + 'secondaryGids', + 'The secondary POSIX group IDs used for all EFS operations by this user.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "uid", - "The POSIX user ID used for all EFS operations by this user.", + 'uid', + 'The POSIX user ID used for all EFS operations by this user.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "gid", - "The POSIX group ID used for all EFS operations by this user.", + 'gid', + 'The POSIX group ID used for all EFS operations by this user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ConnectorAs2Config.ts b/src/app/Models/codegen/aws/types/transfer_ConnectorAs2Config.ts index d811a6c7c..e0ba7db36 100644 --- a/src/app/Models/codegen/aws/types/transfer_ConnectorAs2Config.ts +++ b/src/app/Models/codegen/aws/types/transfer_ConnectorAs2Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ConnectorAs2Config { // The algorithm that is used to sign AS2 messages sent with the connector. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE . @@ -36,64 +36,64 @@ export function transfer_ConnectorAs2Config_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "mdnResponse", - "Used for outbound requests to determine if a partner response for transfers is synchronous or asynchronous. The valid values are SYNC and NONE.", + 'mdnResponse', + 'Used for outbound requests to determine if a partner response for transfers is synchronous or asynchronous. The valid values are SYNC and NONE.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mdnSigningAlgorithm", - "The signing algorithm for the Mdn response. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULT.", + 'mdnSigningAlgorithm', + 'The signing algorithm for the Mdn response. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULT.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "messageSubject", - "Used as the subject HTTP header attribute in AS2 messages that are being sent with the connector.", + 'messageSubject', + 'Used as the subject HTTP header attribute in AS2 messages that are being sent with the connector.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "partnerProfileId", - "The unique identifier for the AS2 partner profile.", + 'partnerProfileId', + 'The unique identifier for the AS2 partner profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "signingAlgorithm", - "The algorithm that is used to sign AS2 messages sent with the connector. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE .", + 'signingAlgorithm', + 'The algorithm that is used to sign AS2 messages sent with the connector. The valid values are SHA256 | SHA384 | SHA512 | SHA1 | NONE .', () => [], true, false, ), new DynamicUIProps( InputType.String, - "compression", - "Specifies weather AS2 file is compressed. The valud values are ZLIB and DISABLED.", + 'compression', + 'Specifies weather AS2 file is compressed. The valud values are ZLIB and DISABLED.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encryptionAlgorithm", - "The algorithm that is used to encrypt the file. The valid values are AES128_CBC | AES192_CBC | AES256_CBC | NONE.", + 'encryptionAlgorithm', + 'The algorithm that is used to encrypt the file. The valid values are AES128_CBC | AES192_CBC | AES256_CBC | NONE.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "localProfileId", - "The unique identifier for the AS2 local profile.", + 'localProfileId', + 'The unique identifier for the AS2 local profile.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ConnectorSftpConfig.ts b/src/app/Models/codegen/aws/types/transfer_ConnectorSftpConfig.ts index 4dbc73370..6102ac49b 100644 --- a/src/app/Models/codegen/aws/types/transfer_ConnectorSftpConfig.ts +++ b/src/app/Models/codegen/aws/types/transfer_ConnectorSftpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ConnectorSftpConfig { // A list of public portion of the host key, or keys, that are used to authenticate the user to the external server to which you are connecting.(https://docs.aws.amazon.com/transfer/latest/userguide/API_SftpConnectorConfig.html) @@ -18,15 +18,15 @@ export function transfer_ConnectorSftpConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "trustedHostKeys", - "A list of public portion of the host key, or keys, that are used to authenticate the user to the external server to which you are connecting.(https://docs.aws.amazon.com/transfer/latest/userguide/API_SftpConnectorConfig.html)", + 'trustedHostKeys', + 'A list of public portion of the host key, or keys, that are used to authenticate the user to the external server to which you are connecting.(https://docs.aws.amazon.com/transfer/latest/userguide/API_SftpConnectorConfig.html)', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userSecretId", + 'userSecretId', "The identifier for the secret (in AWS Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier can be either the Amazon Resource Name (ARN) or the name of the secret.", () => [], false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerEndpointDetails.ts b/src/app/Models/codegen/aws/types/transfer_ServerEndpointDetails.ts index 0fdef91a0..242bc59c3 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerEndpointDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerEndpointDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ServerEndpointDetails { // A list of address allocation IDs that are required to attach an Elastic IP address to your SFTP server's endpoint. This property can only be used when `endpoint_type` is set to `VPC`. @@ -27,7 +27,7 @@ export function transfer_ServerEndpointDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", + 'securityGroupIds', "A list of security groups IDs that are available to attach to your server's endpoint. If no security groups are specified, the VPC's default security groups are automatically assigned to your endpoint. This property can only be used when `endpoint_type` is set to `VPC`.", () => InputType_String_GetTypes(), false, @@ -35,23 +35,23 @@ export function transfer_ServerEndpointDetails_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs that are required to host your SFTP server endpoint in your VPC. This property can only be used when `endpoint_type` is set to `VPC`.", + 'subnetIds', + 'A list of subnet IDs that are required to host your SFTP server endpoint in your VPC. This property can only be used when `endpoint_type` is set to `VPC`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "The ID of the VPC endpoint. This property can only be used when `endpoint_type` is set to `VPC_ENDPOINT`", + 'vpcEndpointId', + 'The ID of the VPC endpoint. This property can only be used when `endpoint_type` is set to `VPC_ENDPOINT`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcId", + 'vpcId', "The VPC ID of the virtual private cloud in which the SFTP server's endpoint will be hosted. This property can only be used when `endpoint_type` is set to `VPC`.", () => [], false, @@ -59,7 +59,7 @@ export function transfer_ServerEndpointDetails_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "addressAllocationIds", + 'addressAllocationIds', "A list of address allocation IDs that are required to attach an Elastic IP address to your SFTP server's endpoint. This property can only be used when `endpoint_type` is set to `VPC`.", () => InputType_String_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerProtocolDetails.ts b/src/app/Models/codegen/aws/types/transfer_ServerProtocolDetails.ts index 0e9a92469..23b1ef7b0 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerProtocolDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerProtocolDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ServerProtocolDetails { // Indicates the transport method for the AS2 messages. Currently, only `HTTP` is supported. @@ -24,32 +24,32 @@ export function transfer_ServerProtocolDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "as2Transports", - "Indicates the transport method for the AS2 messages. Currently, only `HTTP` is supported.", + 'as2Transports', + 'Indicates the transport method for the AS2 messages. Currently, only `HTTP` is supported.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "passiveIp", - "Indicates passive mode, for FTP and FTPS protocols. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.", + 'passiveIp', + 'Indicates passive mode, for FTP and FTPS protocols. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "setStatOption", - "Use to ignore the error that is generated when the client attempts to use `SETSTAT` on a file you are uploading to an S3 bucket. Valid values: `DEFAULT`, `ENABLE_NO_OP`.", + 'setStatOption', + 'Use to ignore the error that is generated when the client attempts to use `SETSTAT` on a file you are uploading to an S3 bucket. Valid values: `DEFAULT`, `ENABLE_NO_OP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tlsSessionResumptionMode", - "A property used with Transfer Family servers that use the FTPS protocol. Provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session. Valid values: `DISABLED`, `ENABLED`, `ENFORCED`.", + 'tlsSessionResumptionMode', + 'A property used with Transfer Family servers that use the FTPS protocol. Provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session. Valid values: `DISABLED`, `ENABLED`, `ENFORCED`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerS3StorageOptions.ts b/src/app/Models/codegen/aws/types/transfer_ServerS3StorageOptions.ts index 509adaf04..d26eef016 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerS3StorageOptions.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerS3StorageOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ServerS3StorageOptions { /* @@ -19,8 +19,8 @@ export function transfer_ServerS3StorageOptions_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "directoryListingOptimization", - "Specifies whether or not performance for your Amazon S3 directories is optimized. Valid values are `DISABLED`, `ENABLED`.\n\nBy default, home directory mappings have a `TYPE` of `DIRECTORY`. If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` Type to `FILE` if you want a mapping to have a file target. See [Using logical directories to simplify your Transfer Family directory structures](https://docs.aws.amazon.com/transfer/latest/userguide/logical-dir-mappings.html) for details.", + 'directoryListingOptimization', + 'Specifies whether or not performance for your Amazon S3 directories is optimized. Valid values are `DISABLED`, `ENABLED`.\n\nBy default, home directory mappings have a `TYPE` of `DIRECTORY`. If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` Type to `FILE` if you want a mapping to have a file target. See [Using logical directories to simplify your Transfer Family directory structures](https://docs.aws.amazon.com/transfer/latest/userguide/logical-dir-mappings.html) for details.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetails.ts b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetails.ts index d8f56c493..edb581c0f 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetails.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_ServerWorkflowDetailsOnPartialUpload, transfer_ServerWorkflowDetailsOnPartialUpload_GetTypes, -} from "./transfer_ServerWorkflowDetailsOnPartialUpload"; +} from './transfer_ServerWorkflowDetailsOnPartialUpload'; import { transfer_ServerWorkflowDetailsOnUpload, transfer_ServerWorkflowDetailsOnUpload_GetTypes, -} from "./transfer_ServerWorkflowDetailsOnUpload"; +} from './transfer_ServerWorkflowDetailsOnUpload'; export interface transfer_ServerWorkflowDetails { // A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below. See `on_partial_upload` Block below for details. @@ -26,16 +26,16 @@ export function transfer_ServerWorkflowDetails_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "onUpload", - "A trigger that starts a workflow: the workflow begins to execute after a file is uploaded. See `on_upload` Block below for details.", + 'onUpload', + 'A trigger that starts a workflow: the workflow begins to execute after a file is uploaded. See `on_upload` Block below for details.', () => transfer_ServerWorkflowDetailsOnUpload_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "onPartialUpload", - "A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below. See `on_partial_upload` Block below for details.", + 'onPartialUpload', + 'A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below. See `on_partial_upload` Block below for details.', () => transfer_ServerWorkflowDetailsOnPartialUpload_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnPartialUpload.ts b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnPartialUpload.ts index 353cf6253..b249dc2fc 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnPartialUpload.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnPartialUpload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ServerWorkflowDetailsOnPartialUpload { // Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources. @@ -18,16 +18,16 @@ export function transfer_ServerWorkflowDetailsOnPartialUpload_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "executionRole", - "Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.", + 'executionRole', + 'Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workflowId", - "A unique identifier for the workflow.", + 'workflowId', + 'A unique identifier for the workflow.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnUpload.ts b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnUpload.ts index 153efdf84..0a5945c38 100644 --- a/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnUpload.ts +++ b/src/app/Models/codegen/aws/types/transfer_ServerWorkflowDetailsOnUpload.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_ServerWorkflowDetailsOnUpload { // Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources. @@ -18,16 +18,16 @@ export function transfer_ServerWorkflowDetailsOnUpload_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "executionRole", - "Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.", + 'executionRole', + 'Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "workflowId", - "A unique identifier for the workflow.", + 'workflowId', + 'A unique identifier for the workflow.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_UserHomeDirectoryMapping.ts b/src/app/Models/codegen/aws/types/transfer_UserHomeDirectoryMapping.ts index d82757e4b..ea47630c1 100644 --- a/src/app/Models/codegen/aws/types/transfer_UserHomeDirectoryMapping.ts +++ b/src/app/Models/codegen/aws/types/transfer_UserHomeDirectoryMapping.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_UserHomeDirectoryMapping { // Represents an entry and a target. @@ -29,7 +29,7 @@ export function transfer_UserHomeDirectoryMapping_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "target", + 'target', 'Represents the map target.\n\nThe `Restricted` option is achieved using the following mapping:\n\n```\nhome_directory_mappings {\nentry = "/"\ntarget = "/${aws_s3_bucket.foo.id}/$${Transfer:UserName}"\n}\n```', () => [], true, @@ -37,8 +37,8 @@ export function transfer_UserHomeDirectoryMapping_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.String, - "entry", - "Represents an entry and a target.", + 'entry', + 'Represents an entry and a target.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_UserPosixProfile.ts b/src/app/Models/codegen/aws/types/transfer_UserPosixProfile.ts index e631bcd81..c670b5c80 100644 --- a/src/app/Models/codegen/aws/types/transfer_UserPosixProfile.ts +++ b/src/app/Models/codegen/aws/types/transfer_UserPosixProfile.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_UserPosixProfile { // The POSIX group ID used for all EFS operations by this user. @@ -21,24 +21,24 @@ export function transfer_UserPosixProfile_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "gid", - "The POSIX group ID used for all EFS operations by this user.", + 'gid', + 'The POSIX group ID used for all EFS operations by this user.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "secondaryGids", - "The secondary POSIX group IDs used for all EFS operations by this user.", + 'secondaryGids', + 'The secondary POSIX group IDs used for all EFS operations by this user.', () => InputType_Number_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "uid", - "The POSIX user ID used for all EFS operations by this user.", + 'uid', + 'The POSIX user ID used for all EFS operations by this user.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStep.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStep.ts index ff3e8e438..6f208483e 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStep.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStep.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepCopyStepDetails, transfer_WorkflowOnExceptionStepCopyStepDetails_GetTypes, -} from "./transfer_WorkflowOnExceptionStepCopyStepDetails"; +} from './transfer_WorkflowOnExceptionStepCopyStepDetails'; import { transfer_WorkflowOnExceptionStepCustomStepDetails, transfer_WorkflowOnExceptionStepCustomStepDetails_GetTypes, -} from "./transfer_WorkflowOnExceptionStepCustomStepDetails"; +} from './transfer_WorkflowOnExceptionStepCustomStepDetails'; import { transfer_WorkflowOnExceptionStepDecryptStepDetails, transfer_WorkflowOnExceptionStepDecryptStepDetails_GetTypes, -} from "./transfer_WorkflowOnExceptionStepDecryptStepDetails"; +} from './transfer_WorkflowOnExceptionStepDecryptStepDetails'; import { transfer_WorkflowOnExceptionStepDeleteStepDetails, transfer_WorkflowOnExceptionStepDeleteStepDetails_GetTypes, -} from "./transfer_WorkflowOnExceptionStepDeleteStepDetails"; +} from './transfer_WorkflowOnExceptionStepDeleteStepDetails'; import { transfer_WorkflowOnExceptionStepTagStepDetails, transfer_WorkflowOnExceptionStepTagStepDetails_GetTypes, -} from "./transfer_WorkflowOnExceptionStepTagStepDetails"; +} from './transfer_WorkflowOnExceptionStepTagStepDetails'; export interface transfer_WorkflowOnExceptionStep { // Details for a step that deletes the file. @@ -50,41 +50,41 @@ export function transfer_WorkflowOnExceptionStep_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "deleteStepDetails", - "Details for a step that deletes the file.", + 'deleteStepDetails', + 'Details for a step that deletes the file.', () => transfer_WorkflowOnExceptionStepDeleteStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "tagStepDetails", - "Details for a step that creates one or more tags.", + 'tagStepDetails', + 'Details for a step that creates one or more tags.', () => transfer_WorkflowOnExceptionStepTagStepDetails_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "copyStepDetails", - "Details for a step that performs a file copy. See Copy Step Details below.", + 'copyStepDetails', + 'Details for a step that performs a file copy. See Copy Step Details below.', () => transfer_WorkflowOnExceptionStepCopyStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "customStepDetails", - "Details for a step that invokes a lambda function.", + 'customStepDetails', + 'Details for a step that invokes a lambda function.', () => transfer_WorkflowOnExceptionStepCustomStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "decryptStepDetails", - "Details for a step that decrypts the file.", + 'decryptStepDetails', + 'Details for a step that decrypts the file.', () => transfer_WorkflowOnExceptionStepDecryptStepDetails_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetails.ts index 98fa41d12..c79df2128 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation, transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation"; +} from './transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation'; export interface transfer_WorkflowOnExceptionStepCopyStepDetails { // Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username. @@ -28,32 +28,32 @@ export function transfer_WorkflowOnExceptionStepCopyStepDetails_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "overwriteExisting", - "A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.", + 'overwriteExisting', + 'A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "destinationFileLocation", - "Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.", + 'destinationFileLocation', + 'Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.', () => transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation.ts index 5bab3e05e..240fce539 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation, transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation"; +} from './transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation'; import { transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation, transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation"; +} from './transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation'; export interface transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation { // Specifies the details for the S3 file being copied. @@ -26,8 +26,8 @@ export function transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLo return [ new DynamicUIProps( InputType.Object, - "s3FileLocation", - "Specifies the details for the S3 file being copied.", + 's3FileLocation', + 'Specifies the details for the S3 file being copied.', () => transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation_GetTypes(), false, @@ -35,8 +35,8 @@ export function transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLo ), new DynamicUIProps( InputType.Object, - "efsFileLocation", - "Specifies the details for the EFS file being copied.", + 'efsFileLocation', + 'Specifies the details for the EFS file being copied.', () => transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts index 003cf3164..b94710b22 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation { // The ID of the file system, assigned by Amazon EFS. @@ -18,16 +18,16 @@ export function transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLo return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system, assigned by Amazon EFS.", + 'fileSystemId', + 'The ID of the file system, assigned by Amazon EFS.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "The pathname for the folder being used by a workflow.", + 'path', + 'The pathname for the folder being used by a workflow.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts index 9d85d2518..4b7e4ed57 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation { // The name assigned to the file when it was created in S3. You use the object key to retrieve the object. @@ -18,16 +18,16 @@ export function transfer_WorkflowOnExceptionStepCopyStepDetailsDestinationFileLo return [ new DynamicUIProps( InputType.String, - "bucket", - "Specifies the S3 bucket for the customer input file.", + 'bucket', + 'Specifies the S3 bucket for the customer input file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "The name assigned to the file when it was created in S3. You use the object key to retrieve the object.", + 'key', + 'The name assigned to the file when it was created in S3. You use the object key to retrieve the object.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCustomStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCustomStepDetails.ts index efdddcfe8..e00ffeaac 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCustomStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepCustomStepDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepCustomStepDetails { // The ARN for the lambda function that is being called. @@ -24,32 +24,32 @@ export function transfer_WorkflowOnExceptionStepCustomStepDetails_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "The ARN for the lambda function that is being called.", + 'target', + 'The ARN for the lambda function that is being called.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "timeoutSeconds", - "Timeout, in seconds, for the step.", + 'timeoutSeconds', + 'Timeout, in seconds, for the step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetails.ts index 4c0adc5c3..53926116c 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation, transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation"; +} from './transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation'; export interface transfer_WorkflowOnExceptionStepDecryptStepDetails { // Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username. @@ -31,8 +31,8 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetails_GetTypes(): D return [ new DynamicUIProps( InputType.Object, - "destinationFileLocation", - "Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.", + 'destinationFileLocation', + 'Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.', () => transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation_GetTypes(), false, @@ -40,31 +40,31 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetails_GetTypes(): D ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "overwriteExisting", - "A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.", + 'overwriteExisting', + 'A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of encryption used. Currently, this value must be `"PGP"`.', () => [], true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation.ts index bcc59509f..ca7946c79 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation, transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation"; +} from './transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation'; import { transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation, transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation_GetTypes, -} from "./transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation"; +} from './transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation'; export interface transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation { // Specifies the details for the EFS file being copied. @@ -26,8 +26,8 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFil return [ new DynamicUIProps( InputType.Object, - "efsFileLocation", - "Specifies the details for the EFS file being copied.", + 'efsFileLocation', + 'Specifies the details for the EFS file being copied.', () => transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation_GetTypes(), false, @@ -35,8 +35,8 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFil ), new DynamicUIProps( InputType.Object, - "s3FileLocation", - "Specifies the details for the S3 file being copied.", + 's3FileLocation', + 'Specifies the details for the S3 file being copied.', () => transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts index 42c828939..8493ce055 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation { // The ID of the file system, assigned by Amazon EFS. @@ -18,16 +18,16 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFil return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system, assigned by Amazon EFS.", + 'fileSystemId', + 'The ID of the file system, assigned by Amazon EFS.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "The pathname for the folder being used by a workflow.", + 'path', + 'The pathname for the folder being used by a workflow.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts index 6894cc9ce..3df9f09de 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation { // Specifies the S3 bucket for the customer input file. @@ -18,16 +18,16 @@ export function transfer_WorkflowOnExceptionStepDecryptStepDetailsDestinationFil return [ new DynamicUIProps( InputType.String, - "bucket", - "Specifies the S3 bucket for the customer input file.", + 'bucket', + 'Specifies the S3 bucket for the customer input file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "The name assigned to the file when it was created in S3. You use the object key to retrieve the object.", + 'key', + 'The name assigned to the file when it was created in S3. You use the object key to retrieve the object.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDeleteStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDeleteStepDetails.ts index 212cfc363..f6702b5c1 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDeleteStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepDeleteStepDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepDeleteStepDetails { // The name of the step, used as an identifier. @@ -18,16 +18,16 @@ export function transfer_WorkflowOnExceptionStepDeleteStepDetails_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetails.ts index c8b7c2b76..258d19bc6 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowOnExceptionStepTagStepDetailsTag, transfer_WorkflowOnExceptionStepTagStepDetailsTag_GetTypes, -} from "./transfer_WorkflowOnExceptionStepTagStepDetailsTag"; +} from './transfer_WorkflowOnExceptionStepTagStepDetailsTag'; export interface transfer_WorkflowOnExceptionStepTagStepDetails { // Array that contains from 1 to 10 key/value pairs. See S3 Tags below. @@ -25,24 +25,24 @@ export function transfer_WorkflowOnExceptionStepTagStepDetails_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Array, - "tags", - "Array that contains from 1 to 10 key/value pairs. See S3 Tags below.", + 'tags', + 'Array that contains from 1 to 10 key/value pairs. See S3 Tags below.', () => transfer_WorkflowOnExceptionStepTagStepDetailsTag_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetailsTag.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetailsTag.ts index d9587a767..b560208d2 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetailsTag.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowOnExceptionStepTagStepDetailsTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowOnExceptionStepTagStepDetailsTag { // @@ -16,11 +16,11 @@ export interface transfer_WorkflowOnExceptionStepTagStepDetailsTag { export function transfer_WorkflowOnExceptionStepTagStepDetailsTag_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, true), new DynamicUIProps( InputType.String, - "value", - "The value that corresponds to the key.", + 'value', + 'The value that corresponds to the key.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStep.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStep.ts index e9a32e5a3..8599f0558 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStep.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStep.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepCustomStepDetails, transfer_WorkflowStepCustomStepDetails_GetTypes, -} from "./transfer_WorkflowStepCustomStepDetails"; +} from './transfer_WorkflowStepCustomStepDetails'; import { transfer_WorkflowStepDecryptStepDetails, transfer_WorkflowStepDecryptStepDetails_GetTypes, -} from "./transfer_WorkflowStepDecryptStepDetails"; +} from './transfer_WorkflowStepDecryptStepDetails'; import { transfer_WorkflowStepDeleteStepDetails, transfer_WorkflowStepDeleteStepDetails_GetTypes, -} from "./transfer_WorkflowStepDeleteStepDetails"; +} from './transfer_WorkflowStepDeleteStepDetails'; import { transfer_WorkflowStepTagStepDetails, transfer_WorkflowStepTagStepDetails_GetTypes, -} from "./transfer_WorkflowStepTagStepDetails"; +} from './transfer_WorkflowStepTagStepDetails'; import { transfer_WorkflowStepCopyStepDetails, transfer_WorkflowStepCopyStepDetails_GetTypes, -} from "./transfer_WorkflowStepCopyStepDetails"; +} from './transfer_WorkflowStepCopyStepDetails'; export interface transfer_WorkflowStep { // Details for a step that performs a file copy. See Copy Step Details below. @@ -50,41 +50,41 @@ export function transfer_WorkflowStep_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customStepDetails", - "Details for a step that invokes a lambda function.", + 'customStepDetails', + 'Details for a step that invokes a lambda function.', () => transfer_WorkflowStepCustomStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "decryptStepDetails", - "Details for a step that decrypts the file.", + 'decryptStepDetails', + 'Details for a step that decrypts the file.', () => transfer_WorkflowStepDecryptStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "deleteStepDetails", - "Details for a step that deletes the file.", + 'deleteStepDetails', + 'Details for a step that deletes the file.', () => transfer_WorkflowStepDeleteStepDetails_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "tagStepDetails", - "Details for a step that creates one or more tags.", + 'tagStepDetails', + 'Details for a step that creates one or more tags.', () => transfer_WorkflowStepTagStepDetails_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "type", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "copyStepDetails", - "Details for a step that performs a file copy. See Copy Step Details below.", + 'copyStepDetails', + 'Details for a step that performs a file copy. See Copy Step Details below.', () => transfer_WorkflowStepCopyStepDetails_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetails.ts index 7a71219ce..239f2d81d 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepCopyStepDetailsDestinationFileLocation, transfer_WorkflowStepCopyStepDetailsDestinationFileLocation_GetTypes, -} from "./transfer_WorkflowStepCopyStepDetailsDestinationFileLocation"; +} from './transfer_WorkflowStepCopyStepDetailsDestinationFileLocation'; export interface transfer_WorkflowStepCopyStepDetails { // The name of the step, used as an identifier. @@ -28,16 +28,16 @@ export function transfer_WorkflowStepCopyStepDetails_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "destinationFileLocation", - "Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.", + 'destinationFileLocation', + 'Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.', () => transfer_WorkflowStepCopyStepDetailsDestinationFileLocation_GetTypes(), false, @@ -45,16 +45,16 @@ export function transfer_WorkflowStepCopyStepDetails_GetTypes(): DynamicUIProps[ ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "overwriteExisting", - "A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.", + 'overwriteExisting', + 'A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocation.ts index 433a0808a..b41b8ee7f 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation, transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation_GetTypes, -} from "./transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation"; +} from './transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation'; import { transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation, transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation_GetTypes, -} from "./transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation"; +} from './transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation'; export interface transfer_WorkflowStepCopyStepDetailsDestinationFileLocation { // Specifies the details for the EFS file being copied. @@ -26,8 +26,8 @@ export function transfer_WorkflowStepCopyStepDetailsDestinationFileLocation_GetT return [ new DynamicUIProps( InputType.Object, - "efsFileLocation", - "Specifies the details for the EFS file being copied.", + 'efsFileLocation', + 'Specifies the details for the EFS file being copied.', () => transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation_GetTypes(), false, @@ -35,8 +35,8 @@ export function transfer_WorkflowStepCopyStepDetailsDestinationFileLocation_GetT ), new DynamicUIProps( InputType.Object, - "s3FileLocation", - "Specifies the details for the S3 file being copied.", + 's3FileLocation', + 'Specifies the details for the S3 file being copied.', () => transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts index df2c8b633..c2865f04d 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation { // The ID of the file system, assigned by Amazon EFS. @@ -18,16 +18,16 @@ export function transfer_WorkflowStepCopyStepDetailsDestinationFileLocationEfsFi return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system, assigned by Amazon EFS.", + 'fileSystemId', + 'The ID of the file system, assigned by Amazon EFS.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "The pathname for the folder being used by a workflow.", + 'path', + 'The pathname for the folder being used by a workflow.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts index 1387b1d81..4b07f4137 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation { // Specifies the S3 bucket for the customer input file. @@ -18,16 +18,16 @@ export function transfer_WorkflowStepCopyStepDetailsDestinationFileLocationS3Fil return [ new DynamicUIProps( InputType.String, - "bucket", - "Specifies the S3 bucket for the customer input file.", + 'bucket', + 'Specifies the S3 bucket for the customer input file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "The name assigned to the file when it was created in S3. You use the object key to retrieve the object.", + 'key', + 'The name assigned to the file when it was created in S3. You use the object key to retrieve the object.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCustomStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCustomStepDetails.ts index 40d00f079..05e7b7e48 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepCustomStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepCustomStepDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepCustomStepDetails { // Timeout, in seconds, for the step. @@ -24,32 +24,32 @@ export function transfer_WorkflowStepCustomStepDetails_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Number, - "timeoutSeconds", - "Timeout, in seconds, for the step.", + 'timeoutSeconds', + 'Timeout, in seconds, for the step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "The ARN for the lambda function that is being called.", + 'target', + 'The ARN for the lambda function that is being called.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetails.ts index 8db398911..aa17beca0 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation, transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation_GetTypes, -} from "./transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation"; +} from './transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation'; export interface transfer_WorkflowStepDecryptStepDetails { // Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username. @@ -31,15 +31,15 @@ export function transfer_WorkflowStepDecryptStepDetails_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type of encryption used. Currently, this value must be `"PGP"`.', () => [], true, @@ -47,8 +47,8 @@ export function transfer_WorkflowStepDecryptStepDetails_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.Object, - "destinationFileLocation", - "Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.", + 'destinationFileLocation', + 'Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.', () => transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation_GetTypes(), false, @@ -56,16 +56,16 @@ export function transfer_WorkflowStepDecryptStepDetails_GetTypes(): DynamicUIPro ), new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "overwriteExisting", - "A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.", + 'overwriteExisting', + 'A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation.ts index 5e4140742..f57d10a4f 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation, transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation_GetTypes, -} from "./transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation"; +} from './transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation'; import { transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation, transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation_GetTypes, -} from "./transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation"; +} from './transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation'; export interface transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation { // Specifies the details for the EFS file being copied. @@ -26,8 +26,8 @@ export function transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation_G return [ new DynamicUIProps( InputType.Object, - "s3FileLocation", - "Specifies the details for the S3 file being copied.", + 's3FileLocation', + 'Specifies the details for the S3 file being copied.', () => transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation_GetTypes(), false, @@ -35,8 +35,8 @@ export function transfer_WorkflowStepDecryptStepDetailsDestinationFileLocation_G ), new DynamicUIProps( InputType.Object, - "efsFileLocation", - "Specifies the details for the EFS file being copied.", + 'efsFileLocation', + 'Specifies the details for the EFS file being copied.', () => transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts index 237133e19..3f77fd4e6 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation { // The ID of the file system, assigned by Amazon EFS. @@ -18,16 +18,16 @@ export function transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationEf return [ new DynamicUIProps( InputType.String, - "fileSystemId", - "The ID of the file system, assigned by Amazon EFS.", + 'fileSystemId', + 'The ID of the file system, assigned by Amazon EFS.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "path", - "The pathname for the folder being used by a workflow.", + 'path', + 'The pathname for the folder being used by a workflow.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts index 4605eb70d..3fc9e7a6a 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation { // Specifies the S3 bucket for the customer input file. @@ -18,16 +18,16 @@ export function transfer_WorkflowStepDecryptStepDetailsDestinationFileLocationS3 return [ new DynamicUIProps( InputType.String, - "bucket", - "Specifies the S3 bucket for the customer input file.", + 'bucket', + 'Specifies the S3 bucket for the customer input file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "key", - "The name assigned to the file when it was created in S3. You use the object key to retrieve the object.", + 'key', + 'The name assigned to the file when it was created in S3. You use the object key to retrieve the object.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDeleteStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDeleteStepDetails.ts index 0de02cc58..9da160a2b 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepDeleteStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepDeleteStepDetails.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepDeleteStepDetails { // The name of the step, used as an identifier. @@ -18,16 +18,16 @@ export function transfer_WorkflowStepDeleteStepDetails_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetails.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetails.ts index eb8e5c7ba..c72c0fee7 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetails.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetails.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { transfer_WorkflowStepTagStepDetailsTag, transfer_WorkflowStepTagStepDetailsTag_GetTypes, -} from "./transfer_WorkflowStepTagStepDetailsTag"; +} from './transfer_WorkflowStepTagStepDetailsTag'; export interface transfer_WorkflowStepTagStepDetails { // The name of the step, used as an identifier. @@ -25,24 +25,24 @@ export function transfer_WorkflowStepTagStepDetails_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "name", - "The name of the step, used as an identifier.", + 'name', + 'The name of the step, used as an identifier.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceFileLocation", - "Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.", + 'sourceFileLocation', + 'Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "tags", - "Array that contains from 1 to 10 key/value pairs. See S3 Tags below.", + 'tags', + 'Array that contains from 1 to 10 key/value pairs. See S3 Tags below.', () => transfer_WorkflowStepTagStepDetailsTag_GetTypes(), false, true, diff --git a/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetailsTag.ts b/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetailsTag.ts index bdc9c42cd..95b0ee32d 100644 --- a/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetailsTag.ts +++ b/src/app/Models/codegen/aws/types/transfer_WorkflowStepTagStepDetailsTag.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_WorkflowStepTagStepDetailsTag { // The value that corresponds to the key. @@ -16,11 +16,11 @@ export interface transfer_WorkflowStepTagStepDetailsTag { export function transfer_WorkflowStepTagStepDetailsTag_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "key", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'key', '', () => [], true, true), new DynamicUIProps( InputType.String, - "value", - "The value that corresponds to the key.", + 'value', + 'The value that corresponds to the key.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/types/transfer_getConnectorAs2Config.ts b/src/app/Models/codegen/aws/types/transfer_getConnectorAs2Config.ts index 1f204f105..6c660108e 100644 --- a/src/app/Models/codegen/aws/types/transfer_getConnectorAs2Config.ts +++ b/src/app/Models/codegen/aws/types/transfer_getConnectorAs2Config.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_getConnectorAs2Config { // Unique identifier for AS2 local profile. @@ -39,72 +39,72 @@ export function transfer_getConnectorAs2Config_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "localProfileId", - "Unique identifier for AS2 local profile.", + 'localProfileId', + 'Unique identifier for AS2 local profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "partnerProfileId", - "Unique identifier used by connector for partner profile.", + 'partnerProfileId', + 'Unique identifier used by connector for partner profile.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "singingAlgorithm", - "", + 'singingAlgorithm', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "compression", - "Specifies whether AS2 file is compressed. Will be ZLIB or DISABLED", + 'compression', + 'Specifies whether AS2 file is compressed. Will be ZLIB or DISABLED', () => [], true, false, ), new DynamicUIProps( InputType.String, - "encryptionAlgorithm", - "Algorithm used to encrypt file. Will be AES128_CBC or AES192_CBC or AES256_CBC or DES_EDE3_CBC or NONE.", + 'encryptionAlgorithm', + 'Algorithm used to encrypt file. Will be AES128_CBC or AES192_CBC or AES256_CBC or DES_EDE3_CBC or NONE.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mdnResponse", - "Used for outbound requests to tell if response is asynchronous or not. Will be either SYNC or NONE.", + 'mdnResponse', + 'Used for outbound requests to tell if response is asynchronous or not. Will be either SYNC or NONE.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "basicAuthSecretId", - "Basic authentication for AS2 connector API. Returns a null value if not set.", + 'basicAuthSecretId', + 'Basic authentication for AS2 connector API. Returns a null value if not set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "mdnSigningAlgorithm", - "Signing algorithm for MDN response. Will be SHA256 or SHA384 or SHA512 or SHA1 or NONE or DEFAULT.", + 'mdnSigningAlgorithm', + 'Signing algorithm for MDN response. Will be SHA256 or SHA384 or SHA512 or SHA1 or NONE or DEFAULT.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "messageSubject", - "Subject HTTP header attribute in outbound AS2 messages to the connector.", + 'messageSubject', + 'Subject HTTP header attribute in outbound AS2 messages to the connector.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/transfer_getConnectorSftpConfig.ts b/src/app/Models/codegen/aws/types/transfer_getConnectorSftpConfig.ts index a067c65f7..61e3d961d 100644 --- a/src/app/Models/codegen/aws/types/transfer_getConnectorSftpConfig.ts +++ b/src/app/Models/codegen/aws/types/transfer_getConnectorSftpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface transfer_getConnectorSftpConfig { // List of the public portions of the host keys that are used to identify the servers the connector is connected to. @@ -18,7 +18,7 @@ export function transfer_getConnectorSftpConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "userSecretId", + 'userSecretId', "Identifer for the secret in AWS Secrets Manager that contains the SFTP user's private key, and/or password.", () => [], true, @@ -26,8 +26,8 @@ export function transfer_getConnectorSftpConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Array, - "trustedHostKeys", - "List of the public portions of the host keys that are used to identify the servers the connector is connected to.", + 'trustedHostKeys', + 'List of the public portions of the host keys that are used to identify the servers the connector is connected to.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointLoadBalancerOptions.ts b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointLoadBalancerOptions.ts index 08ead3922..44a6a2e40 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointLoadBalancerOptions.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointLoadBalancerOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_EndpointLoadBalancerOptions { // @@ -24,25 +24,25 @@ export function verifiedaccess_EndpointLoadBalancerOptions_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "loadBalancerArn", - "", + 'loadBalancerArn', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], false, false), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "", + 'subnetIds', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointNetworkInterfaceOptions.ts b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointNetworkInterfaceOptions.ts index d45eee1af..03f91686e 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointNetworkInterfaceOptions.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointNetworkInterfaceOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_EndpointNetworkInterfaceOptions { // @@ -21,17 +21,17 @@ export function verifiedaccess_EndpointNetworkInterfaceOptions_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "networkInterfaceId", - "", + 'networkInterfaceId', + '', () => [], false, true, ), - new DynamicUIProps(InputType.Number, "port", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'port', '', () => [], false, false), new DynamicUIProps( InputType.String, - "protocol", - "", + 'protocol', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointSseSpecification.ts b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointSseSpecification.ts index a87bcb815..55aa06c7b 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_EndpointSseSpecification.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_EndpointSseSpecification.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_EndpointSseSpecification { // @@ -18,16 +18,16 @@ export function verifiedaccess_EndpointSseSpecification_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "customerManagedKeyEnabled", - "", + 'customerManagedKeyEnabled', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "", + 'kmsKeyArn', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_GroupSseConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedaccess_GroupSseConfiguration.ts index f5839a874..6e8371395 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_GroupSseConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_GroupSseConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_GroupSseConfiguration { // ARN of the KMS key to use. @@ -18,16 +18,16 @@ export function verifiedaccess_GroupSseConfiguration_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Bool, - "customerManagedKeyEnabled", - "", + 'customerManagedKeyEnabled', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyArn", - "ARN of the KMS key to use.", + 'kmsKeyArn', + 'ARN of the KMS key to use.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogs.ts b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogs.ts index 59c46c319..25f29bfdd 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogs.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogs.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_InstanceLoggingConfigurationAccessLogsS3, verifiedaccess_InstanceLoggingConfigurationAccessLogsS3_GetTypes, -} from "./verifiedaccess_InstanceLoggingConfigurationAccessLogsS3"; +} from './verifiedaccess_InstanceLoggingConfigurationAccessLogsS3'; import { verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs, verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs_GetTypes, -} from "./verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs"; +} from './verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs'; import { verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose, verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose_GetTypes, -} from "./verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose"; +} from './verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose'; export interface verifiedaccess_InstanceLoggingConfigurationAccessLogs { // The logging version to use. Refer to [VerifiedAccessLogOptions](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VerifiedAccessLogOptions.html) for the allowed values. @@ -39,8 +39,8 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogs_GetTypes() return [ new DynamicUIProps( InputType.Object, - "cloudwatchLogs", - "A block that specifies configures sending Verified Access logs to CloudWatch Logs. Detailed below.", + 'cloudwatchLogs', + 'A block that specifies configures sending Verified Access logs to CloudWatch Logs. Detailed below.', () => verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs_GetTypes(), false, @@ -48,16 +48,16 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogs_GetTypes() ), new DynamicUIProps( InputType.Bool, - "includeTrustContext", - "Include trust data sent by trust providers into the logs.", + 'includeTrustContext', + 'Include trust data sent by trust providers into the logs.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "kinesisDataFirehose", - "A block that specifies configures sending Verified Access logs to Kinesis. Detailed below.", + 'kinesisDataFirehose', + 'A block that specifies configures sending Verified Access logs to Kinesis. Detailed below.', () => verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose_GetTypes(), false, @@ -65,16 +65,16 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogs_GetTypes() ), new DynamicUIProps( InputType.String, - "logVersion", - "The logging version to use. Refer to [VerifiedAccessLogOptions](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VerifiedAccessLogOptions.html) for the allowed values.", + 'logVersion', + 'The logging version to use. Refer to [VerifiedAccessLogOptions](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VerifiedAccessLogOptions.html) for the allowed values.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "s3", - "A block that specifies configures sending Verified Access logs to S3. Detailed below.", + 's3', + 'A block that specifies configures sending Verified Access logs to S3. Detailed below.', () => verifiedaccess_InstanceLoggingConfigurationAccessLogsS3_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs.ts b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs.ts index b82cfadd3..8d2be11ef 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchLogs { // Indicates whether logging is enabled. @@ -18,16 +18,16 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogsCloudwatchL return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether logging is enabled.", + 'enabled', + 'Indicates whether logging is enabled.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "logGroup", - "The name of the CloudWatch Logs Log Group.", + 'logGroup', + 'The name of the CloudWatch Logs Log Group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose.ts b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose.ts index 3d2ec02cb..55bba3ee7 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisDataFirehose { // The name of the delivery stream. @@ -18,16 +18,16 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogsKinesisData return [ new DynamicUIProps( InputType.String, - "deliveryStream", - "The name of the delivery stream.", + 'deliveryStream', + 'The name of the delivery stream.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether logging is enabled.", + 'enabled', + 'Indicates whether logging is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsS3.ts b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsS3.ts index 9a0f269b9..8be4c88fd 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsS3.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceLoggingConfigurationAccessLogsS3.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_InstanceLoggingConfigurationAccessLogsS3 { // Indicates whether logging is enabled. @@ -24,32 +24,32 @@ export function verifiedaccess_InstanceLoggingConfigurationAccessLogsS3_GetTypes return [ new DynamicUIProps( InputType.String, - "prefix", - "The bucket prefix.", + 'prefix', + 'The bucket prefix.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketName", - "The name of S3 bucket.", + 'bucketName', + 'The name of S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "bucketOwner", - "The ID of the AWS account that owns the Amazon S3 bucket.", + 'bucketOwner', + 'The ID of the AWS account that owns the Amazon S3 bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether logging is enabled.", + 'enabled', + 'Indicates whether logging is enabled.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceVerifiedAccessTrustProvider.ts b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceVerifiedAccessTrustProvider.ts index 8f4414661..a7d7c8626 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_InstanceVerifiedAccessTrustProvider.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_InstanceVerifiedAccessTrustProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_InstanceVerifiedAccessTrustProvider { // A description for the AWS Verified Access Instance. @@ -27,40 +27,40 @@ export function verifiedaccess_InstanceVerifiedAccessTrustProvider_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "description", - "A description for the AWS Verified Access Instance.", + 'description', + 'A description for the AWS Verified Access Instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTrustProviderType", - "The type of device-based trust provider.", + 'deviceTrustProviderType', + 'The type of device-based trust provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "trustProviderType", - "The type of trust provider (user- or device-based).", + 'trustProviderType', + 'The type of trust provider (user- or device-based).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userTrustProviderType", - "The type of user-based trust provider.", + 'userTrustProviderType', + 'The type of user-based trust provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifiedAccessTrustProviderId", - "The ID of the trust provider.", + 'verifiedAccessTrustProviderId', + 'The ID of the trust provider.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderDeviceOptions.ts b/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderDeviceOptions.ts index 6fea2c0f1..3f74524b8 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderDeviceOptions.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderDeviceOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_TrustProviderDeviceOptions { // @@ -15,8 +15,8 @@ export function verifiedaccess_TrustProviderDeviceOptions_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "tenantId", - "", + 'tenantId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderOidcOptions.ts b/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderOidcOptions.ts index 508b48e2b..d62d6b9f1 100644 --- a/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderOidcOptions.ts +++ b/src/app/Models/codegen/aws/types/verifiedaccess_TrustProviderOidcOptions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedaccess_TrustProviderOidcOptions { // @@ -31,37 +31,37 @@ export interface verifiedaccess_TrustProviderOidcOptions { export function verifiedaccess_TrustProviderOidcOptions_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "clientId", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'clientId', '', () => [], false, true), new DynamicUIProps( InputType.String, - "clientSecret", - "", + 'clientSecret', + '', () => [], true, false, ), - new DynamicUIProps(InputType.String, "issuer", "", () => [], false, true), - new DynamicUIProps(InputType.String, "scope", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'issuer', '', () => [], false, true), + new DynamicUIProps(InputType.String, 'scope', '', () => [], false, false), new DynamicUIProps( InputType.String, - "tokenEndpoint", - "", + 'tokenEndpoint', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userInfoEndpoint", - "", + 'userInfoEndpoint', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "authorizationEndpoint", - "", + 'authorizationEndpoint', + '', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfiguration.ts index eac39b831..8494dd83a 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration, verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration"; +} from './verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration'; import { verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration, verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration"; +} from './verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration'; export interface verifiedpermissions_IdentitySourceConfiguration { // Specifies the configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. See Open ID Connect Configuration below. @@ -26,8 +26,8 @@ export function verifiedpermissions_IdentitySourceConfiguration_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Object, - "openIdConnectConfiguration", - "Specifies the configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. See Open ID Connect Configuration below.", + 'openIdConnectConfiguration', + 'Specifies the configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. See Open ID Connect Configuration below.', () => verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration_GetTypes(), false, @@ -35,8 +35,8 @@ export function verifiedpermissions_IdentitySourceConfiguration_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "cognitoUserPoolConfiguration", - "Specifies the configuration details of an Amazon Cognito user pool that Verified Permissions can use as a source of authenticated identities as entities. See Cognito User Pool Configuration below.", + 'cognitoUserPoolConfiguration', + 'Specifies the configuration details of an Amazon Cognito user pool that Verified Permissions can use as a source of authenticated identities as entities. See Cognito User Pool Configuration below.', () => verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration.ts index 67e8a8281..cd2bab330 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration, verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration"; +} from './verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration'; export interface verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfiguration { // The unique application client IDs that are associated with the specified Amazon Cognito user pool. @@ -25,16 +25,16 @@ export function verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolCo return [ new DynamicUIProps( InputType.Array, - "clientIds", - "The unique application client IDs that are associated with the specified Amazon Cognito user pool.", + 'clientIds', + 'The unique application client IDs that are associated with the specified Amazon Cognito user pool.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "groupConfiguration", - "The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. See Group Configuration below.", + 'groupConfiguration', + 'The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. See Group Configuration below.', () => verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration_GetTypes(), false, @@ -42,8 +42,8 @@ export function verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolCo ), new DynamicUIProps( InputType.String, - "userPoolArn", - "The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.", + 'userPoolArn', + 'The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration.ts index d3f59741a..2cc2824e4 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolConfigurationGroupConfiguration { // The name of the schema entity type that's mapped to the user pool group. Defaults to `AWS::CognitoGroup`. @@ -15,7 +15,7 @@ export function verifiedpermissions_IdentitySourceConfigurationCognitoUserPoolCo return [ new DynamicUIProps( InputType.String, - "groupEntityType", + 'groupEntityType', "The name of the schema entity type that's mapped to the user pool group. Defaults to `AWS::CognitoGroup`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration.ts index 8fb564d85..5b7e13d7f 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration, verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration"; +} from './verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration'; import { verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection, verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection"; +} from './verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection'; export interface verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfiguration { // A descriptive string that you want to prefix to user entities from your OIDC identity provider. @@ -32,16 +32,16 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf return [ new DynamicUIProps( InputType.String, - "entityIdPrefix", - "A descriptive string that you want to prefix to user entities from your OIDC identity provider.", + 'entityIdPrefix', + 'A descriptive string that you want to prefix to user entities from your OIDC identity provider.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "groupConfiguration", - "The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. See Group Configuration below.", + 'groupConfiguration', + 'The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. See Group Configuration below.', () => verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration_GetTypes(), false, @@ -49,16 +49,16 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf ), new DynamicUIProps( InputType.String, - "issuer", - "The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path `.well-known/openid-configuration`.", + 'issuer', + 'The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path `.well-known/openid-configuration`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "tokenSelection", - "The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source. See Token Selection below.", + 'tokenSelection', + 'The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source. See Token Selection below.', () => verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration.ts index 47f27c77d..e0149ea87 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfiguration { // The token claim that you want Verified Permissions to interpret as group membership. For example, `groups`. @@ -18,15 +18,15 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf return [ new DynamicUIProps( InputType.String, - "groupClaim", - "The token claim that you want Verified Permissions to interpret as group membership. For example, `groups`.", + 'groupClaim', + 'The token claim that you want Verified Permissions to interpret as group membership. For example, `groups`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupEntityType", + 'groupEntityType', "The name of the schema entity type that's mapped to the user pool group. Defaults to `AWS::CognitoGroup`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection.ts index fca8c30ec..11221fe06 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly, verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly"; +} from './verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly'; import { verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly, verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly_GetTypes, -} from "./verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly"; +} from './verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly'; export interface verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelection { // The OIDC configuration for processing access tokens. See Access Token Only below. @@ -26,8 +26,8 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf return [ new DynamicUIProps( InputType.Object, - "accessTokenOnly", - "The OIDC configuration for processing access tokens. See Access Token Only below.", + 'accessTokenOnly', + 'The OIDC configuration for processing access tokens. See Access Token Only below.', () => verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly_GetTypes(), false, @@ -35,8 +35,8 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf ), new DynamicUIProps( InputType.Object, - "identityTokenOnly", - "The OIDC configuration for processing identity (ID) tokens. See Identity Token Only below.", + 'identityTokenOnly', + 'The OIDC configuration for processing identity (ID) tokens. See Identity Token Only below.', () => verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly.ts index 098af1ddb..4ceb074c6 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionAccessTokenOnly { // The access token aud claim values that you want to accept in your policy store. @@ -18,16 +18,16 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf return [ new DynamicUIProps( InputType.Array, - "audiences", - "The access token aud claim values that you want to accept in your policy store.", + 'audiences', + 'The access token aud claim values that you want to accept in your policy store.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "principalIdClaim", - "The claim that determines the principal in OIDC access tokens.", + 'principalIdClaim', + 'The claim that determines the principal in OIDC access tokens.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly.ts index 05eda4f31..6b9348f1c 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionIdentityTokenOnly { // The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. @@ -18,16 +18,16 @@ export function verifiedpermissions_IdentitySourceConfigurationOpenIdConnectConf return [ new DynamicUIProps( InputType.Array, - "clientIds", - "The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.", + 'clientIds', + 'The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "principalIdClaim", - "The claim that determines the principal in OIDC access tokens.", + 'principalIdClaim', + 'The claim that determines the principal in OIDC access tokens.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinition.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinition.ts index e330b610d..ad85553e1 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinition.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinition.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_PolicyDefinitionStatic, verifiedpermissions_PolicyDefinitionStatic_GetTypes, -} from "./verifiedpermissions_PolicyDefinitionStatic"; +} from './verifiedpermissions_PolicyDefinitionStatic'; import { verifiedpermissions_PolicyDefinitionTemplateLinked, verifiedpermissions_PolicyDefinitionTemplateLinked_GetTypes, -} from "./verifiedpermissions_PolicyDefinitionTemplateLinked"; +} from './verifiedpermissions_PolicyDefinitionTemplateLinked'; export interface verifiedpermissions_PolicyDefinition { // The static policy statement. See Static below. @@ -26,16 +26,16 @@ export function verifiedpermissions_PolicyDefinition_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "static", - "The static policy statement. See Static below.", + 'static', + 'The static policy statement. See Static below.', () => verifiedpermissions_PolicyDefinitionStatic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "templateLinked", - "The template linked policy. See Template Linked below.", + 'templateLinked', + 'The template linked policy. See Template Linked below.', () => verifiedpermissions_PolicyDefinitionTemplateLinked_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionStatic.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionStatic.ts index 87f8c2e29..7b3b09b24 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionStatic.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionStatic.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_PolicyDefinitionStatic { // The description of the static policy. @@ -18,16 +18,16 @@ export function verifiedpermissions_PolicyDefinitionStatic_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "description", - "The description of the static policy.", + 'description', + 'The description of the static policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statement", - "The statement of the static policy.", + 'statement', + 'The statement of the static policy.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinked.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinked.ts index a5777e95d..3a7038f43 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinked.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinked.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal, verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal_GetTypes, -} from "./verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal"; +} from './verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal'; import { verifiedpermissions_PolicyDefinitionTemplateLinkedResource, verifiedpermissions_PolicyDefinitionTemplateLinkedResource_GetTypes, -} from "./verifiedpermissions_PolicyDefinitionTemplateLinkedResource"; +} from './verifiedpermissions_PolicyDefinitionTemplateLinkedResource'; export interface verifiedpermissions_PolicyDefinitionTemplateLinked { // The ID of the template. @@ -29,16 +29,16 @@ export function verifiedpermissions_PolicyDefinitionTemplateLinked_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "policyTemplateId", - "The ID of the template.", + 'policyTemplateId', + 'The ID of the template.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "principal", - "The principal of the template linked policy.", + 'principal', + 'The principal of the template linked policy.', () => verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal_GetTypes(), false, @@ -46,8 +46,8 @@ export function verifiedpermissions_PolicyDefinitionTemplateLinked_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "resource", - "The resource of the template linked policy.", + 'resource', + 'The resource of the template linked policy.', () => verifiedpermissions_PolicyDefinitionTemplateLinkedResource_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal.ts index ba47c3751..a0b8353a8 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal { // The entity ID of the principal. @@ -18,16 +18,16 @@ export function verifiedpermissions_PolicyDefinitionTemplateLinkedPrincipal_GetT return [ new DynamicUIProps( InputType.String, - "entityId", - "The entity ID of the principal.", + 'entityId', + 'The entity ID of the principal.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "entityType", - "The entity type of the principal.", + 'entityType', + 'The entity type of the principal.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedResource.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedResource.ts index 01e16d98a..35eeee756 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedResource.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyDefinitionTemplateLinkedResource.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_PolicyDefinitionTemplateLinkedResource { // The entity type of the resource. @@ -18,16 +18,16 @@ export function verifiedpermissions_PolicyDefinitionTemplateLinkedResource_GetTy return [ new DynamicUIProps( InputType.String, - "entityType", - "The entity type of the resource.", + 'entityType', + 'The entity type of the resource.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "entityId", - "The entity ID of the resource.", + 'entityId', + 'The entity ID of the resource.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyStoreValidationSettings.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyStoreValidationSettings.ts index 65dd6d624..b4cfaed46 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyStoreValidationSettings.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_PolicyStoreValidationSettings.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_PolicyStoreValidationSettings { /* @@ -19,8 +19,8 @@ export function verifiedpermissions_PolicyStoreValidationSettings_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "mode", - "The mode for the validation settings. Valid values: `OFF`, `STRICT`.\n\nThe following arguments are optional:", + 'mode', + 'The mode for the validation settings. Valid values: `OFF`, `STRICT`.\n\nThe following arguments are optional:', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_SchemaDefinition.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_SchemaDefinition.ts index 87c80d4a8..eb1fc331a 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_SchemaDefinition.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_SchemaDefinition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_SchemaDefinition { // A JSON string representation of the schema. @@ -15,8 +15,8 @@ export function verifiedpermissions_SchemaDefinition_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.String, - "value", - "A JSON string representation of the schema.", + 'value', + 'A JSON string representation of the schema.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/verifiedpermissions_getPolicyStoreValidationSetting.ts b/src/app/Models/codegen/aws/types/verifiedpermissions_getPolicyStoreValidationSetting.ts index 239c192a2..e0ce702ef 100644 --- a/src/app/Models/codegen/aws/types/verifiedpermissions_getPolicyStoreValidationSetting.ts +++ b/src/app/Models/codegen/aws/types/verifiedpermissions_getPolicyStoreValidationSetting.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface verifiedpermissions_getPolicyStoreValidationSetting { // @@ -13,6 +13,6 @@ export interface verifiedpermissions_getPolicyStoreValidationSetting { export function verifiedpermissions_getPolicyStoreValidationSetting_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "mode", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'mode', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/vpc_EndpointServicePrivateDnsVerificationTimeouts.ts b/src/app/Models/codegen/aws/types/vpc_EndpointServicePrivateDnsVerificationTimeouts.ts index 2ca5d247a..f20d3f5b8 100644 --- a/src/app/Models/codegen/aws/types/vpc_EndpointServicePrivateDnsVerificationTimeouts.ts +++ b/src/app/Models/codegen/aws/types/vpc_EndpointServicePrivateDnsVerificationTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpc_EndpointServicePrivateDnsVerificationTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -15,7 +15,7 @@ export function vpc_EndpointServicePrivateDnsVerificationTimeouts_GetTypes(): Dy return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRuleFilter.ts b/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRuleFilter.ts index eb1e1af28..2c9e74274 100644 --- a/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRuleFilter.ts +++ b/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRuleFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpc_getSecurityGroupRuleFilter { // Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference. @@ -18,16 +18,16 @@ export function vpc_getSecurityGroupRuleFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given filter field. Results will be selected if any given value matches.", + 'values', + 'Set of values that are accepted for the given filter field. Results will be selected if any given value matches.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.", + 'name', + 'Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRulesFilter.ts b/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRulesFilter.ts index 7c4ae137e..f63b6c793 100644 --- a/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRulesFilter.ts +++ b/src/app/Models/codegen/aws/types/vpc_getSecurityGroupRulesFilter.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpc_getSecurityGroupRulesFilter { /* @@ -24,16 +24,16 @@ export function vpc_getSecurityGroupRulesFilter_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).", + 'name', + 'Name of the field to filter by, as defined by\n[the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "values", - "Set of values that are accepted for the given field.\nSecurity group rule IDs will be selected if any one of the given values match.", + 'values', + 'Set of values that are accepted for the given field.\nSecurity group rule IDs will be selected if any one of the given values match.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultAction.ts index 7a49cbb8f..b9b757c3f 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerDefaultActionFixedResponse, vpclattice_ListenerDefaultActionFixedResponse_GetTypes, -} from "./vpclattice_ListenerDefaultActionFixedResponse"; +} from './vpclattice_ListenerDefaultActionFixedResponse'; import { vpclattice_ListenerDefaultActionForward, vpclattice_ListenerDefaultActionForward_GetTypes, -} from "./vpclattice_ListenerDefaultActionForward"; +} from './vpclattice_ListenerDefaultActionForward'; export interface vpclattice_ListenerDefaultAction { // @@ -30,16 +30,16 @@ export function vpclattice_ListenerDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "fixedResponse", - "", + 'fixedResponse', + '', () => vpclattice_ListenerDefaultActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "forwards", - "Route requests to one or more target groups. See Forward blocks below.\n\n> **NOTE:** You must specify exactly one of the following argument blocks: `fixed_response` or `forward`.", + 'forwards', + 'Route requests to one or more target groups. See Forward blocks below.\n\n> **NOTE:** You must specify exactly one of the following argument blocks: `fixed_response` or `forward`.', () => vpclattice_ListenerDefaultActionForward_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionFixedResponse.ts index b1cae6748..1ab20c9c5 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerDefaultActionFixedResponse { // Custom HTTP status code to return, e.g. a 404 response code. See [Listeners](https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html) in the AWS documentation for a list of supported codes. @@ -15,8 +15,8 @@ export function vpclattice_ListenerDefaultActionFixedResponse_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "statusCode", - "Custom HTTP status code to return, e.g. a 404 response code. See [Listeners](https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html) in the AWS documentation for a list of supported codes.", + 'statusCode', + 'Custom HTTP status code to return, e.g. a 404 response code. See [Listeners](https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html) in the AWS documentation for a list of supported codes.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForward.ts index b03834ba0..5a29813cc 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForward.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerDefaultActionForwardTargetGroup, vpclattice_ListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./vpclattice_ListenerDefaultActionForwardTargetGroup"; +} from './vpclattice_ListenerDefaultActionForwardTargetGroup'; export interface vpclattice_ListenerDefaultActionForward { // One or more target group blocks. @@ -19,8 +19,8 @@ export function vpclattice_ListenerDefaultActionForward_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "targetGroups", - "One or more target group blocks.", + 'targetGroups', + 'One or more target group blocks.', () => vpclattice_ListenerDefaultActionForwardTargetGroup_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForwardTargetGroup.ts index bb71c05c0..8a343cc1b 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerDefaultActionForwardTargetGroup { // ID or Amazon Resource Name (ARN) of the target group. @@ -21,16 +21,16 @@ export function vpclattice_ListenerDefaultActionForwardTargetGroup_GetTypes(): D return [ new DynamicUIProps( InputType.Number, - "weight", - "Determines how requests are distributed to the target group. Only required if you specify multiple target groups for a forward action. For example, if you specify two target groups, one with a\nweight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. See [Listener rules](https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules) in the AWS documentation for additional examples. Default: `100`.", + 'weight', + 'Determines how requests are distributed to the target group. Only required if you specify multiple target groups for a forward action. For example, if you specify two target groups, one with a\nweight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. See [Listener rules](https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules) in the AWS documentation for additional examples. Default: `100`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "targetGroupIdentifier", - "ID or Amazon Resource Name (ARN) of the target group.", + 'targetGroupIdentifier', + 'ID or Amazon Resource Name (ARN) of the target group.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleAction.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleAction.ts index 75a5229c2..74f8d3d74 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleAction.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleActionFixedResponse, vpclattice_ListenerRuleActionFixedResponse_GetTypes, -} from "./vpclattice_ListenerRuleActionFixedResponse"; +} from './vpclattice_ListenerRuleActionFixedResponse'; import { vpclattice_ListenerRuleActionForward, vpclattice_ListenerRuleActionForward_GetTypes, -} from "./vpclattice_ListenerRuleActionForward"; +} from './vpclattice_ListenerRuleActionForward'; export interface vpclattice_ListenerRuleAction { // Describes the rule action that returns a custom HTTP response. @@ -26,16 +26,16 @@ export function vpclattice_ListenerRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "fixedResponse", - "Describes the rule action that returns a custom HTTP response.", + 'fixedResponse', + 'Describes the rule action that returns a custom HTTP response.', () => vpclattice_ListenerRuleActionFixedResponse_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forward", - "The forward action. Traffic that matches the rule is forwarded to the specified target groups.", + 'forward', + 'The forward action. Traffic that matches the rule is forwarded to the specified target groups.', () => vpclattice_ListenerRuleActionForward_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionFixedResponse.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionFixedResponse.ts index 259d3fd83..8125178c1 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerRuleActionFixedResponse { // The HTTP response code. @@ -15,8 +15,8 @@ export function vpclattice_ListenerRuleActionFixedResponse_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Number, - "statusCode", - "The HTTP response code.", + 'statusCode', + 'The HTTP response code.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForward.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForward.ts index 28ec29d4b..eca08ea0e 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForward.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForward.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleActionForwardTargetGroup, vpclattice_ListenerRuleActionForwardTargetGroup_GetTypes, -} from "./vpclattice_ListenerRuleActionForwardTargetGroup"; +} from './vpclattice_ListenerRuleActionForwardTargetGroup'; export interface vpclattice_ListenerRuleActionForward { /* @@ -23,8 +23,8 @@ export function vpclattice_ListenerRuleActionForward_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "targetGroups", - "The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.\n\nThe default value is 1 with maximum number of 2. If only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.", + 'targetGroups', + 'The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.\n\nThe default value is 1 with maximum number of 2. If only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.', () => vpclattice_ListenerRuleActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForwardTargetGroup.ts index 3a648206f..e81ef850a 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerRuleActionForwardTargetGroup { // @@ -18,12 +18,12 @@ export function vpclattice_ListenerRuleActionForwardTargetGroup_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "targetGroupIdentifier", - "", + 'targetGroupIdentifier', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], false, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatch.ts index f814b5f30..d31693cab 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleMatchHttpMatch, vpclattice_ListenerRuleMatchHttpMatch_GetTypes, -} from "./vpclattice_ListenerRuleMatchHttpMatch"; +} from './vpclattice_ListenerRuleMatchHttpMatch'; export interface vpclattice_ListenerRuleMatch { // The HTTP criteria that a rule must match. @@ -19,8 +19,8 @@ export function vpclattice_ListenerRuleMatch_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "httpMatch", - "The HTTP criteria that a rule must match.", + 'httpMatch', + 'The HTTP criteria that a rule must match.', () => vpclattice_ListenerRuleMatchHttpMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatch.ts index e21426e51..ce308e945 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatch.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleMatchHttpMatchHeaderMatch, vpclattice_ListenerRuleMatchHttpMatchHeaderMatch_GetTypes, -} from "./vpclattice_ListenerRuleMatchHttpMatchHeaderMatch"; +} from './vpclattice_ListenerRuleMatchHttpMatchHeaderMatch'; import { vpclattice_ListenerRuleMatchHttpMatchPathMatch, vpclattice_ListenerRuleMatchHttpMatchPathMatch_GetTypes, -} from "./vpclattice_ListenerRuleMatchHttpMatchPathMatch"; +} from './vpclattice_ListenerRuleMatchHttpMatchPathMatch'; export interface vpclattice_ListenerRuleMatchHttpMatch { // The header matches. Matches incoming requests with rule based on request header value before applying rule action. @@ -29,24 +29,24 @@ export function vpclattice_ListenerRuleMatchHttpMatch_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "headerMatches", - "The header matches. Matches incoming requests with rule based on request header value before applying rule action.", + 'headerMatches', + 'The header matches. Matches incoming requests with rule based on request header value before applying rule action.', () => vpclattice_ListenerRuleMatchHttpMatchHeaderMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "method", - "The HTTP method type.", + 'method', + 'The HTTP method type.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "pathMatch", - "The path match.", + 'pathMatch', + 'The path match.', () => vpclattice_ListenerRuleMatchHttpMatchPathMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatch.ts index 642a659e6..df7efc670 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch, vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch_GetTypes, -} from "./vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch"; +} from './vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch'; export interface vpclattice_ListenerRuleMatchHttpMatchHeaderMatch { // Indicates whether the match is case sensitive. Defaults to false. @@ -25,24 +25,24 @@ export function vpclattice_ListenerRuleMatchHttpMatchHeaderMatch_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Bool, - "caseSensitive", - "Indicates whether the match is case sensitive. Defaults to false.", + 'caseSensitive', + 'Indicates whether the match is case sensitive. Defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", - "The header match type.", + 'match', + 'The header match type.', () => vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the header.", + 'name', + 'The name of the header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch.ts index cc0bd1ff3..a8068a4bb 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch { // Specifies a contains type match. @@ -21,24 +21,24 @@ export function vpclattice_ListenerRuleMatchHttpMatchHeaderMatchMatch_GetTypes() return [ new DynamicUIProps( InputType.String, - "contains", - "Specifies a contains type match.", + 'contains', + 'Specifies a contains type match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "exact", - "Specifies an exact type match.", + 'exact', + 'Specifies an exact type match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Specifies a prefix type match. Matches the value with the prefix.", + 'prefix', + 'Specifies a prefix type match. Matches the value with the prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatch.ts index 3a56c314f..4724c5665 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatch.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch, vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch_GetTypes, -} from "./vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch"; +} from './vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch'; export interface vpclattice_ListenerRuleMatchHttpMatchPathMatch { // Indicates whether the match is case sensitive. Defaults to false. @@ -22,16 +22,16 @@ export function vpclattice_ListenerRuleMatchHttpMatchPathMatch_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Bool, - "caseSensitive", - "Indicates whether the match is case sensitive. Defaults to false.", + 'caseSensitive', + 'Indicates whether the match is case sensitive. Defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", - "The header match type.", + 'match', + 'The header match type.', () => vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch.ts b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch.ts index b77373fab..f841c65ce 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch { // Specifies an exact type match. @@ -18,16 +18,16 @@ export function vpclattice_ListenerRuleMatchHttpMatchPathMatchMatch_GetTypes(): return [ new DynamicUIProps( InputType.String, - "exact", - "Specifies an exact type match.", + 'exact', + 'Specifies an exact type match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefix", - "Specifies a prefix type match. Matches the value with the prefix.", + 'prefix', + 'Specifies a prefix type match. Matches the value with the prefix.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ServiceDnsEntry.ts b/src/app/Models/codegen/aws/types/vpclattice_ServiceDnsEntry.ts index 2ae8cc153..b767511ff 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ServiceDnsEntry.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ServiceDnsEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ServiceDnsEntry { // @@ -18,16 +18,16 @@ export function vpclattice_ServiceDnsEntry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "domainName", - "", + 'domainName', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "", + 'hostedZoneId', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_ServiceNetworkServiceAssociationDnsEntry.ts b/src/app/Models/codegen/aws/types/vpclattice_ServiceNetworkServiceAssociationDnsEntry.ts index cb7c36ad0..e3e59f675 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_ServiceNetworkServiceAssociationDnsEntry.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_ServiceNetworkServiceAssociationDnsEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_ServiceNetworkServiceAssociationDnsEntry { // The domain name of the service. @@ -18,16 +18,16 @@ export function vpclattice_ServiceNetworkServiceAssociationDnsEntry_GetTypes(): return [ new DynamicUIProps( InputType.String, - "hostedZoneId", - "The ID of the hosted zone.", + 'hostedZoneId', + 'The ID of the hosted zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The domain name of the service.", + 'domainName', + 'The domain name of the service.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupAttachmentTarget.ts b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupAttachmentTarget.ts index c67b3724c..7e3c5cef5 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupAttachmentTarget.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupAttachmentTarget.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_TargetGroupAttachmentTarget { // The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer. @@ -18,16 +18,16 @@ export function vpclattice_TargetGroupAttachmentTarget_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "id", - "The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer.", + 'id', + 'The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "port", - "This port is used for routing traffic to the target, and defaults to the target group port. However, you can override the default and specify a custom port.", + 'port', + 'This port is used for routing traffic to the target, and defaults to the target group port. However, you can override the default and specify a custom port.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfig.ts b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfig.ts index 1aab00fe4..368ab633e 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfig.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_TargetGroupConfigHealthCheck, vpclattice_TargetGroupConfigHealthCheck_GetTypes, -} from "./vpclattice_TargetGroupConfigHealthCheck"; +} from './vpclattice_TargetGroupConfigHealthCheck'; export interface vpclattice_TargetGroupConfig { // The health check configuration. @@ -37,56 +37,56 @@ export function vpclattice_TargetGroupConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "healthCheck", - "The health check configuration.", + 'healthCheck', + 'The health check configuration.', () => vpclattice_TargetGroupConfigHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipAddressType", - "The type of IP address used for the target group. Valid values: `IPV4` | `IPV6`.", + 'ipAddressType', + 'The type of IP address used for the target group. Valid values: `IPV4` | `IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lambdaEventStructureVersion", - "The version of the event structure that the Lambda function receives. Supported only if `type` is `LAMBDA`. Valid Values are `V1` | `V2`.", + 'lambdaEventStructureVersion', + 'The version of the event structure that the Lambda function receives. Supported only if `type` is `LAMBDA`. Valid Values are `V1` | `V2`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port on which the targets are listening.", + 'port', + 'The port on which the targets are listening.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol to use for routing traffic to the targets. Valid Values are `HTTP` | `HTTPS`.", + 'protocol', + 'The protocol to use for routing traffic to the targets. Valid Values are `HTTP` | `HTTPS`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocolVersion", - "The protocol version. Valid Values are `HTTP1` | `HTTP2` | `GRPC`. Default value is `HTTP1`.", + 'protocolVersion', + 'The protocol version. Valid Values are `HTTP1` | `HTTP2` | `GRPC`. Default value is `HTTP1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcIdentifier", - "The ID of the VPC.", + 'vpcIdentifier', + 'The ID of the VPC.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheck.ts b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheck.ts index 3fb2b0851..331c48380 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheck.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheck.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_TargetGroupConfigHealthCheckMatcher, vpclattice_TargetGroupConfigHealthCheckMatcher_GetTypes, -} from "./vpclattice_TargetGroupConfigHealthCheckMatcher"; +} from './vpclattice_TargetGroupConfigHealthCheckMatcher'; export interface vpclattice_TargetGroupConfigHealthCheck { // Indicates whether health checking is enabled. Defaults to `true`. @@ -49,80 +49,80 @@ export function vpclattice_TargetGroupConfigHealthCheck_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Bool, - "enabled", - "Indicates whether health checking is enabled. Defaults to `true`.", + 'enabled', + 'Indicates whether health checking is enabled. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matcher", - "The codes to use when checking for a successful response from a target. These are called _Success codes_ in the console.", + 'matcher', + 'The codes to use when checking for a successful response from a target. These are called _Success codes_ in the console.', () => vpclattice_TargetGroupConfigHealthCheckMatcher_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "path", - "The destination for health checks on the targets. If the protocol version is HTTP/1.1 or HTTP/2, specify a valid URI (for example, /path?query). The default path is `/`. Health checks are not supported if the protocol version is gRPC, however, you can choose HTTP/1.1 or HTTP/2 and specify a valid URI.", + 'path', + 'The destination for health checks on the targets. If the protocol version is HTTP/1.1 or HTTP/2, specify a valid URI (for example, /path?query). The default path is `/`. Health checks are not supported if the protocol version is gRPC, however, you can choose HTTP/1.1 or HTTP/2 and specify a valid URI.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol used when performing health checks on targets. The possible protocols are `HTTP` and `HTTPS`.", + 'protocol', + 'The protocol used when performing health checks on targets. The possible protocols are `HTTP` and `HTTPS`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthCheckTimeoutSeconds", - "The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.\n* `healthy_threshold_count ` - (Optional) The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.", + 'healthCheckTimeoutSeconds', + 'The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.\n* `healthy_threshold_count ` - (Optional) The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.", + 'port', + 'The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "unhealthyThresholdCount", - "The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.", + 'unhealthyThresholdCount', + 'The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthCheckIntervalSeconds", - "The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.", + 'healthCheckIntervalSeconds', + 'The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthyThresholdCount", - "", + 'healthyThresholdCount', + '', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocolVersion", - "The protocol version used when performing health checks on targets. The possible protocol versions are `HTTP1` and `HTTP2`. The default is `HTTP1`.", + 'protocolVersion', + 'The protocol version used when performing health checks on targets. The possible protocol versions are `HTTP1` and `HTTP2`. The default is `HTTP1`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheckMatcher.ts b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheckMatcher.ts index 96e9e92b7..2ff9fb38d 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheckMatcher.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_TargetGroupConfigHealthCheckMatcher.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_TargetGroupConfigHealthCheckMatcher { // The HTTP codes to use when checking for a successful response from a target. @@ -15,8 +15,8 @@ export function vpclattice_TargetGroupConfigHealthCheckMatcher_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "value", - "The HTTP codes to use when checking for a successful response from a target.", + 'value', + 'The HTTP codes to use when checking for a successful response from a target.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultAction.ts b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultAction.ts index ee31e44dc..55dacf642 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_getListenerDefaultActionFixedResponse, vpclattice_getListenerDefaultActionFixedResponse_GetTypes, -} from "./vpclattice_getListenerDefaultActionFixedResponse"; +} from './vpclattice_getListenerDefaultActionFixedResponse'; import { vpclattice_getListenerDefaultActionForward, vpclattice_getListenerDefaultActionForward_GetTypes, -} from "./vpclattice_getListenerDefaultActionForward"; +} from './vpclattice_getListenerDefaultActionForward'; export interface vpclattice_getListenerDefaultAction { // @@ -26,16 +26,16 @@ export function vpclattice_getListenerDefaultAction_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Array, - "forwards", - "", + 'forwards', + '', () => vpclattice_getListenerDefaultActionForward_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "fixedResponses", - "", + 'fixedResponses', + '', () => vpclattice_getListenerDefaultActionFixedResponse_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionFixedResponse.ts b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionFixedResponse.ts index a0423622b..967862990 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionFixedResponse.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionFixedResponse.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_getListenerDefaultActionFixedResponse { // @@ -15,8 +15,8 @@ export function vpclattice_getListenerDefaultActionFixedResponse_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "statusCode", - "", + 'statusCode', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForward.ts b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForward.ts index a8734bfc2..2fad5f13f 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForward.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForward.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_getListenerDefaultActionForwardTargetGroup, vpclattice_getListenerDefaultActionForwardTargetGroup_GetTypes, -} from "./vpclattice_getListenerDefaultActionForwardTargetGroup"; +} from './vpclattice_getListenerDefaultActionForwardTargetGroup'; export interface vpclattice_getListenerDefaultActionForward { // @@ -19,8 +19,8 @@ export function vpclattice_getListenerDefaultActionForward_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "targetGroups", - "", + 'targetGroups', + '', () => vpclattice_getListenerDefaultActionForwardTargetGroup_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForwardTargetGroup.ts b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForwardTargetGroup.ts index fc2a6fdd0..3fb5572a2 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForwardTargetGroup.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_getListenerDefaultActionForwardTargetGroup.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_getListenerDefaultActionForwardTargetGroup { // @@ -18,12 +18,12 @@ export function vpclattice_getListenerDefaultActionForwardTargetGroup_GetTypes() return [ new DynamicUIProps( InputType.String, - "targetGroupIdentifier", - "", + 'targetGroupIdentifier', + '', () => [], true, false, ), - new DynamicUIProps(InputType.Number, "weight", "", () => [], true, false), + new DynamicUIProps(InputType.Number, 'weight', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/vpclattice_getServiceDnsEntry.ts b/src/app/Models/codegen/aws/types/vpclattice_getServiceDnsEntry.ts index f7fd37c8f..65a4607b3 100644 --- a/src/app/Models/codegen/aws/types/vpclattice_getServiceDnsEntry.ts +++ b/src/app/Models/codegen/aws/types/vpclattice_getServiceDnsEntry.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface vpclattice_getServiceDnsEntry { // @@ -18,16 +18,16 @@ export function vpclattice_getServiceDnsEntry_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "domainName", - "", + 'domainName', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "hostedZoneId", - "", + 'hostedZoneId', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTuple.ts b/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTuple.ts index d5f4c1df3..e01a80506 100644 --- a/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_ByteMatchSetByteMatchTupleFieldToMatch, waf_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes, -} from "./waf_ByteMatchSetByteMatchTupleFieldToMatch"; +} from './waf_ByteMatchSetByteMatchTupleFieldToMatch'; export interface waf_ByteMatchSetByteMatchTuple { // The part of a web request that you want to search, such as a specified header or a query string. @@ -44,32 +44,32 @@ export function waf_ByteMatchSetByteMatchTuple_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want to search, such as a specified header or a query string.", + 'fieldToMatch', + 'The part of a web request that you want to search, such as a specified header or a query string.', () => waf_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "Within the portion of a web request that you want to search\n(for example, in the query string, if any), specify where you want to search.\ne.g., `CONTAINS`, `CONTAINS_WORD` or `EXACTLY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-PositionalConstraint)\nfor all supported values.", + 'positionalConstraint', + 'Within the portion of a web request that you want to search\n(for example, in the query string, if any), specify where you want to search.\ne.g., `CONTAINS`, `CONTAINS_WORD` or `EXACTLY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-PositionalConstraint)\nfor all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetString", - "The value that you want to search for within the field specified by `field_to_match`, e.g., `badrefer1`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_waf_ByteMatchTuple.html)\nfor all supported values.", + 'targetString', + 'The value that you want to search for within the field specified by `field_to_match`, e.g., `badrefer1`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_waf_ByteMatchTuple.html)\nfor all supported values.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `target_string` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `target_string` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTupleFieldToMatch.ts index 9c48a79fc..50729df54 100644 --- a/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_ByteMatchSetByteMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_ByteMatchSetByteMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function waf_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_GeoMatchSetGeoMatchConstraint.ts b/src/app/Models/codegen/aws/types/waf_GeoMatchSetGeoMatchConstraint.ts index 05398ec03..a7bcc8929 100644 --- a/src/app/Models/codegen/aws/types/waf_GeoMatchSetGeoMatchConstraint.ts +++ b/src/app/Models/codegen/aws/types/waf_GeoMatchSetGeoMatchConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_GeoMatchSetGeoMatchConstraint { // The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value. @@ -22,16 +22,16 @@ export function waf_GeoMatchSetGeoMatchConstraint_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.", + 'type', + 'The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The country that you want AWS WAF to search for.\nThis is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.", + 'value', + 'The country that you want AWS WAF to search for.\nThis is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_IpSetIpSetDescriptor.ts b/src/app/Models/codegen/aws/types/waf_IpSetIpSetDescriptor.ts index b0f895afe..39ac8669a 100644 --- a/src/app/Models/codegen/aws/types/waf_IpSetIpSetDescriptor.ts +++ b/src/app/Models/codegen/aws/types/waf_IpSetIpSetDescriptor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_IpSetIpSetDescriptor { // Type of the IP address - `IPV4` or `IPV6`. @@ -18,16 +18,16 @@ export function waf_IpSetIpSetDescriptor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Type of the IP address - `IPV4` or `IPV6`.", + 'type', + 'Type of the IP address - `IPV4` or `IPV6`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "An IPv4 or IPv6 address specified via CIDR notationE.g., `192.0.2.44/32` or `1111:0000:0000:0000:0000:0000:0000:0000/64`", + 'value', + 'An IPv4 or IPv6 address specified via CIDR notationE.g., `192.0.2.44/32` or `1111:0000:0000:0000:0000:0000:0000:0000/64`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_RateBasedRulePredicate.ts b/src/app/Models/codegen/aws/types/waf_RateBasedRulePredicate.ts index 5f37d8eda..022051597 100644 --- a/src/app/Models/codegen/aws/types/waf_RateBasedRulePredicate.ts +++ b/src/app/Models/codegen/aws/types/waf_RateBasedRulePredicate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_RateBasedRulePredicate { /* @@ -26,24 +26,24 @@ export function waf_RateBasedRulePredicate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "negated", - "Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified `ByteMatchSet`, `IPSet`, `SqlInjectionMatchSet`, `XssMatchSet`, or `SizeConstraintSet`.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses _except_ `192.0.2.44`.", + 'negated', + 'Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified `ByteMatchSet`, `IPSet`, `SqlInjectionMatchSet`, `XssMatchSet`, or `SizeConstraintSet`.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses _except_ `192.0.2.44`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.", + 'type', + 'The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataId", - "A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.", + 'dataId', + 'A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTuple.ts b/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTuple.ts index 928f1eae1..9c76bce96 100644 --- a/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RegexMatchSetRegexMatchTupleFieldToMatch, waf_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes, -} from "./waf_RegexMatchSetRegexMatchTupleFieldToMatch"; +} from './waf_RegexMatchSetRegexMatchTupleFieldToMatch'; export interface waf_RegexMatchSetRegexMatchTuple { /* @@ -30,24 +30,24 @@ export function waf_RegexMatchSetRegexMatchTuple_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want to search, such as a specified header or a query string.", + 'fieldToMatch', + 'The part of a web request that you want to search, such as a specified header or a query string.', () => waf_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "regexPatternSetId", - "The ID of a Regex Pattern Set.", + 'regexPatternSetId', + 'The ID of a Regex Pattern Set.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTupleFieldToMatch.ts index 4d54937bf..afa08ca70 100644 --- a/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_RegexMatchSetRegexMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_RegexMatchSetRegexMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function waf_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRule.ts b/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRule.ts index 84a84f373..59258ae7c 100644 --- a/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRule.ts +++ b/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RuleGroupActivatedRuleAction, waf_RuleGroupActivatedRuleAction_GetTypes, -} from "./waf_RuleGroupActivatedRuleAction"; +} from './waf_RuleGroupActivatedRuleAction'; export interface waf_RuleGroupActivatedRule { // Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. @@ -28,28 +28,28 @@ export function waf_RuleGroupActivatedRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "action", - "Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.", + 'action', + 'Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.', () => waf_RuleGroupActivatedRuleAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.", + 'priority', + 'Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleId", - "The ID of a rule", + 'ruleId', + 'The ID of a rule', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), ]; } diff --git a/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRuleAction.ts b/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRuleAction.ts index 80d0450aa..0797ea012 100644 --- a/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRuleAction.ts +++ b/src/app/Models/codegen/aws/types/waf_RuleGroupActivatedRuleAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_RuleGroupActivatedRuleAction { // @@ -13,6 +13,6 @@ export interface waf_RuleGroupActivatedRuleAction { export function waf_RuleGroupActivatedRuleAction_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/waf_RulePredicate.ts b/src/app/Models/codegen/aws/types/waf_RulePredicate.ts index b1c64bb79..1ddd0ae12 100644 --- a/src/app/Models/codegen/aws/types/waf_RulePredicate.ts +++ b/src/app/Models/codegen/aws/types/waf_RulePredicate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_RulePredicate { // The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`. @@ -26,24 +26,24 @@ export function waf_RulePredicate_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "negated", - "Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified waf_byte_match_set, waf_ipset, aws_waf_size_constraint_set, aws.waf.SqlInjectionMatchSet or aws_waf_xss_match_set.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses except `192.0.2.44`.", + 'negated', + 'Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified waf_byte_match_set, waf_ipset, aws_waf_size_constraint_set, aws.waf.SqlInjectionMatchSet or aws_waf_xss_match_set.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses except `192.0.2.44`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.", + 'type', + 'The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "dataId", - "A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.", + 'dataId', + 'A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraint.ts b/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraint.ts index 0b7673760..050b6b825 100644 --- a/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraint.ts +++ b/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_SizeConstraintSetSizeConstraintFieldToMatch, waf_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes, -} from "./waf_SizeConstraintSetSizeConstraintFieldToMatch"; +} from './waf_SizeConstraintSetSizeConstraintFieldToMatch'; export interface waf_SizeConstraintSetSizeConstraint { /* @@ -31,32 +31,32 @@ export function waf_SizeConstraintSetSizeConstraint_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "textTransformation", - "Parameter is used to eliminate unusual formatting that attackers may use in web requests to bypass AWS WAF. When a transformation is specified, AWS WAF performs the transformation on the `field_to_match` before inspecting the request for a match. Some examples of supported transformations are `CMD_LINE`, `HTML_ENTITY_DECODE`, and `NONE`. You can find a complete list of supported values in the [AWS WAF API Reference](http://docs.aws.amazon.com/waf/latest/APIReference/API_SizeConstraint.html#WAF-Type-SizeConstraint-TextTransformation).\n**Note:** If you choose `BODY` as the `type`, you must also choose `NONE` because CloudFront only forwards the first 8192 bytes for inspection.", + 'textTransformation', + 'Parameter is used to eliminate unusual formatting that attackers may use in web requests to bypass AWS WAF. When a transformation is specified, AWS WAF performs the transformation on the `field_to_match` before inspecting the request for a match. Some examples of supported transformations are `CMD_LINE`, `HTML_ENTITY_DECODE`, and `NONE`. You can find a complete list of supported values in the [AWS WAF API Reference](http://docs.aws.amazon.com/waf/latest/APIReference/API_SizeConstraint.html#WAF-Type-SizeConstraint-TextTransformation).\n**Note:** If you choose `BODY` as the `type`, you must also choose `NONE` because CloudFront only forwards the first 8192 bytes for inspection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "Type of comparison you want to perform, such as `EQ`, `NE`, `LT`, or `GT`. Please refer to the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_wafRegional_SizeConstraint.html) for a complete list of supported values.", + 'comparisonOperator', + 'Type of comparison you want to perform, such as `EQ`, `NE`, `LT`, or `GT`. Please refer to the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_wafRegional_SizeConstraint.html) for a complete list of supported values.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Parameter that specifies where in a web request to look for the size constraint.", + 'fieldToMatch', + 'Parameter that specifies where in a web request to look for the size constraint.', () => waf_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "size", - "Size in bytes that you want to compare against the size of the specified `field_to_match`. Valid values for `size` are between 0 and 21474836480 bytes (0 and 20 GB).", + 'size', + 'Size in bytes that you want to compare against the size of the specified `field_to_match`. Valid values for `size` are between 0 and 21474836480 bytes (0 and 20 GB).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraintFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraintFieldToMatch.ts index bf9e92fb0..31bf6e6b7 100644 --- a/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraintFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_SizeConstraintSetSizeConstraintFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_SizeConstraintSetSizeConstraintFieldToMatch { // When the `type` is `HEADER`, specify the name of the header that you want to search using the `data` field, for example, `User-Agent` or `Referer`. If the `type` is any other value, you can omit this field. @@ -18,16 +18,16 @@ export function waf_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "data", - "When the `type` is `HEADER`, specify the name of the header that you want to search using the `data` field, for example, `User-Agent` or `Referer`. If the `type` is any other value, you can omit this field.", + 'data', + 'When the `type` is `HEADER`, specify the name of the header that you want to search using the `data` field, for example, `User-Agent` or `Referer`. If the `type` is any other value, you can omit this field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Part of the web request that you want AWS WAF to search for a specified string. For example, `HEADER`, `METHOD`, or `BODY`. See the [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html) for all supported values.", + 'type', + 'Part of the web request that you want AWS WAF to search for a specified string. For example, `HEADER`, `METHOD`, or `BODY`. See the [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html) for all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple.ts b/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple.ts index 769d1ff04..2e0020b8f 100644 --- a/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch, waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch_GetTypes, -} from "./waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch"; +} from './waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch'; export interface waf_SqlInjectionMatchSetSqlInjectionMatchTuple { // Specifies where in a web request to look for snippets of malicious SQL code. @@ -28,8 +28,8 @@ export function waf_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Specifies where in a web request to look for snippets of malicious SQL code.", + 'fieldToMatch', + 'Specifies where in a web request to look for snippets of malicious SQL code.', () => waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch_GetTypes(), true, @@ -37,8 +37,8 @@ export function waf_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_SqlInjectionMatchTuple.html#WAF-Type-SqlInjectionMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_SqlInjectionMatchTuple.html#WAF-Type-SqlInjectionMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts index 0c0c60711..8d6a76feb 100644 --- a/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function waf_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch_GetTy return [ new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclDefaultAction.ts b/src/app/Models/codegen/aws/types/waf_WebAclDefaultAction.ts index 668304ccd..38c77f33e 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclDefaultAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_WebAclDefaultAction { /* @@ -18,7 +18,7 @@ export function waf_WebAclDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", + 'type', "Specifies how you want AWS WAF to respond to requests that don't match the criteria in any of the `rules`.\ne.g., `ALLOW` or `BLOCK`", () => [], true, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfiguration.ts index 2fef24b79..c897d2f67 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_WebAclLoggingConfigurationRedactedFields, waf_WebAclLoggingConfigurationRedactedFields_GetTypes, -} from "./waf_WebAclLoggingConfigurationRedactedFields"; +} from './waf_WebAclLoggingConfigurationRedactedFields'; export interface waf_WebAclLoggingConfiguration { // Configuration block containing parts of the request that you want redacted from the logs. Detailed below. @@ -22,16 +22,16 @@ export function waf_WebAclLoggingConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "redactedFields", - "Configuration block containing parts of the request that you want redacted from the logs. Detailed below.", + 'redactedFields', + 'Configuration block containing parts of the request that you want redacted from the logs. Detailed below.', () => waf_WebAclLoggingConfigurationRedactedFields_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "logDestination", - "Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream", + 'logDestination', + 'Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFields.ts b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFields.ts index b88a8187b..90c07d34b 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFields.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFields.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch, waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch_GetTypes, -} from "./waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch"; +} from './waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch'; export interface waf_WebAclLoggingConfigurationRedactedFields { // Set of configuration blocks for fields to redact. Detailed below. @@ -19,8 +19,8 @@ export function waf_WebAclLoggingConfigurationRedactedFields_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Array, - "fieldToMatches", - "Set of configuration blocks for fields to redact. Detailed below.", + 'fieldToMatches', + 'Set of configuration blocks for fields to redact. Detailed below.', () => waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts index d14ef8ae1..70e9607e1 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch { // When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`. @@ -18,16 +18,16 @@ export function waf_WebAclLoggingConfigurationRedactedFieldsFieldToMatch_GetType return [ new DynamicUIProps( InputType.String, - "data", - "When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.", + 'data', + 'When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclRule.ts b/src/app/Models/codegen/aws/types/waf_WebAclRule.ts index 1d3c2d014..d8969f7c4 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclRule.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_WebAclRuleAction, waf_WebAclRuleAction_GetTypes, -} from "./waf_WebAclRuleAction"; +} from './waf_WebAclRuleAction'; import { waf_WebAclRuleOverrideAction, waf_WebAclRuleOverrideAction_GetTypes, -} from "./waf_WebAclRuleOverrideAction"; +} from './waf_WebAclRuleOverrideAction'; export interface waf_WebAclRule { // The action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if `type` is `GROUP`. @@ -38,40 +38,40 @@ export function waf_WebAclRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "The rule type, either `REGULAR`, as defined by [Rule](http://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html), `RATE_BASED`, as defined by [RateBasedRule](http://docs.aws.amazon.com/waf/latest/APIReference/API_RateBasedRule.html), or `GROUP`, as defined by [RuleGroup](https://docs.aws.amazon.com/waf/latest/APIReference/API_RuleGroup.html). The default is REGULAR. If you add a RATE_BASED rule, you need to set `type` as `RATE_BASED`. If you add a GROUP rule, you need to set `type` as `GROUP`.", + 'type', + 'The rule type, either `REGULAR`, as defined by [Rule](http://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html), `RATE_BASED`, as defined by [RateBasedRule](http://docs.aws.amazon.com/waf/latest/APIReference/API_RateBasedRule.html), or `GROUP`, as defined by [RuleGroup](https://docs.aws.amazon.com/waf/latest/APIReference/API_RuleGroup.html). The default is REGULAR. If you add a RATE_BASED rule, you need to set `type` as `RATE_BASED`. If you add a GROUP rule, you need to set `type` as `GROUP`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "action", - "The action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if `type` is `GROUP`.", + 'action', + 'The action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if `type` is `GROUP`.', () => waf_WebAclRuleAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "overrideAction", - "Override the action that a group requests CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Only used if `type` is `GROUP`.", + 'overrideAction', + 'Override the action that a group requests CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Only used if `type` is `GROUP`.', () => waf_WebAclRuleOverrideAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Specifies the order in which the rules in a WebACL are evaluated.\nRules with a lower value are evaluated before rules with a higher value.", + 'priority', + 'Specifies the order in which the rules in a WebACL are evaluated.\nRules with a lower value are evaluated before rules with a higher value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleId", - "ID of the associated WAF (Global) rule (e.g., `aws.waf.Rule`). WAF (Regional) rules cannot be used.", + 'ruleId', + 'ID of the associated WAF (Global) rule (e.g., `aws.waf.Rule`). WAF (Regional) rules cannot be used.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclRuleAction.ts b/src/app/Models/codegen/aws/types/waf_WebAclRuleAction.ts index e1d2c6abd..6cf34dfb8 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclRuleAction.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclRuleAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_WebAclRuleAction { // valid values are: `BLOCK`, `ALLOW`, or `COUNT` @@ -15,8 +15,8 @@ export function waf_WebAclRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "valid values are: `BLOCK`, `ALLOW`, or `COUNT`", + 'type', + 'valid values are: `BLOCK`, `ALLOW`, or `COUNT`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_WebAclRuleOverrideAction.ts b/src/app/Models/codegen/aws/types/waf_WebAclRuleOverrideAction.ts index a1c248bf4..ec854186b 100644 --- a/src/app/Models/codegen/aws/types/waf_WebAclRuleOverrideAction.ts +++ b/src/app/Models/codegen/aws/types/waf_WebAclRuleOverrideAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_WebAclRuleOverrideAction { // valid values are: `NONE` or `COUNT` @@ -15,8 +15,8 @@ export function waf_WebAclRuleOverrideAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "valid values are: `NONE` or `COUNT`", + 'type', + 'valid values are: `NONE` or `COUNT`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTuple.ts b/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTuple.ts index 951dafc4b..adcda9e6f 100644 --- a/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_XssMatchSetXssMatchTupleFieldToMatch, waf_XssMatchSetXssMatchTupleFieldToMatch_GetTypes, -} from "./waf_XssMatchSetXssMatchTupleFieldToMatch"; +} from './waf_XssMatchSetXssMatchTupleFieldToMatch'; export interface waf_XssMatchSetXssMatchTuple { // Specifies where in a web request to look for cross-site scripting attacks. @@ -28,16 +28,16 @@ export function waf_XssMatchSetXssMatchTuple_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Specifies where in a web request to look for cross-site scripting attacks.", + 'fieldToMatch', + 'Specifies where in a web request to look for cross-site scripting attacks.', () => waf_XssMatchSetXssMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `target_string` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_XssMatchTuple.html#WAF-Type-XssMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `target_string` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_XssMatchTuple.html#WAF-Type-XssMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTupleFieldToMatch.ts index b710912d4..1ae4963bc 100644 --- a/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/waf_XssMatchSetXssMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface waf_XssMatchSetXssMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function waf_XssMatchSetXssMatchTupleFieldToMatch_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTuple.ts b/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTuple.ts index 97470081a..f9c8a27ad 100644 --- a/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_ByteMatchSetByteMatchTupleFieldToMatch, wafregional_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes, -} from "./wafregional_ByteMatchSetByteMatchTupleFieldToMatch"; +} from './wafregional_ByteMatchSetByteMatchTupleFieldToMatch'; export interface wafregional_ByteMatchSetByteMatchTuple { // Within the portion of a web request that you want to search. @@ -32,32 +32,32 @@ export function wafregional_ByteMatchSetByteMatchTuple_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "textTransformation", - "The formatting way for web request.\n\nFieldToMatch(field_to_match) support following:", + 'textTransformation', + 'The formatting way for web request.\n\nFieldToMatch(field_to_match) support following:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Settings for the ByteMatchTuple. FieldToMatch documented below.", + 'fieldToMatch', + 'Settings for the ByteMatchTuple. FieldToMatch documented below.', () => wafregional_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "Within the portion of a web request that you want to search.", + 'positionalConstraint', + 'Within the portion of a web request that you want to search.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetString", - "The value that you want AWS WAF to search for. The maximum length of the value is 50 bytes.", + 'targetString', + 'The value that you want AWS WAF to search for. The maximum length of the value is 50 bytes.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTupleFieldToMatch.ts index 6635b161c..476b90529 100644 --- a/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_ByteMatchSetByteMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_ByteMatchSetByteMatchTupleFieldToMatch { // The part of the web request that you want AWS WAF to search for a specified string. @@ -18,16 +18,16 @@ export function wafregional_ByteMatchSetByteMatchTupleFieldToMatch_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.", + 'data', + 'When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_GeoMatchSetGeoMatchConstraint.ts b/src/app/Models/codegen/aws/types/wafregional_GeoMatchSetGeoMatchConstraint.ts index fb0152632..35227d26d 100644 --- a/src/app/Models/codegen/aws/types/wafregional_GeoMatchSetGeoMatchConstraint.ts +++ b/src/app/Models/codegen/aws/types/wafregional_GeoMatchSetGeoMatchConstraint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_GeoMatchSetGeoMatchConstraint { // The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value. @@ -22,16 +22,16 @@ export function wafregional_GeoMatchSetGeoMatchConstraint_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "type", - "The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.", + 'type', + 'The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The country that you want AWS WAF to search for.\nThis is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.", + 'value', + 'The country that you want AWS WAF to search for.\nThis is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_IpSetIpSetDescriptor.ts b/src/app/Models/codegen/aws/types/wafregional_IpSetIpSetDescriptor.ts index 53523f697..b9fa47a28 100644 --- a/src/app/Models/codegen/aws/types/wafregional_IpSetIpSetDescriptor.ts +++ b/src/app/Models/codegen/aws/types/wafregional_IpSetIpSetDescriptor.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_IpSetIpSetDescriptor { // The CIDR notation. @@ -18,16 +18,16 @@ export function wafregional_IpSetIpSetDescriptor_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "value", - "The CIDR notation.", + 'value', + 'The CIDR notation.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The string like IPV4 or IPV6.", + 'type', + 'The string like IPV4 or IPV6.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_RateBasedRulePredicate.ts b/src/app/Models/codegen/aws/types/wafregional_RateBasedRulePredicate.ts index 9b76bcf8d..215f2eee4 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RateBasedRulePredicate.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RateBasedRulePredicate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_RateBasedRulePredicate { // A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID. @@ -26,24 +26,24 @@ export function wafregional_RateBasedRulePredicate_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "dataId", - "A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.", + 'dataId', + 'A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "negated", - "Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified `ByteMatchSet`, `IPSet`, `SqlInjectionMatchSet`, `XssMatchSet`, or `SizeConstraintSet`.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses _except_ `192.0.2.44`.", + 'negated', + 'Set this to `false` if you want to allow, block, or count requests\nbased on the settings in the specified `ByteMatchSet`, `IPSet`, `SqlInjectionMatchSet`, `XssMatchSet`, or `SizeConstraintSet`.\nFor example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address.\nIf set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses _except_ `192.0.2.44`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.", + 'type', + 'The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTuple.ts b/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTuple.ts index 0240ac7b9..88c6b6307 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RegexMatchSetRegexMatchTupleFieldToMatch, wafregional_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes, -} from "./wafregional_RegexMatchSetRegexMatchTupleFieldToMatch"; +} from './wafregional_RegexMatchSetRegexMatchTupleFieldToMatch'; export interface wafregional_RegexMatchSetRegexMatchTuple { // The part of a web request that you want to search, such as a specified header or a query string. @@ -30,24 +30,24 @@ export function wafregional_RegexMatchSetRegexMatchTuple_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want to search, such as a specified header or a query string.", + 'fieldToMatch', + 'The part of a web request that you want to search, such as a specified header or a query string.', () => wafregional_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "regexPatternSetId", - "The ID of a Regex Pattern Set.", + 'regexPatternSetId', + 'The ID of a Regex Pattern Set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTupleFieldToMatch.ts index 1ebae923b..97bbd0ea4 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RegexMatchSetRegexMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_RegexMatchSetRegexMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function wafregional_RegexMatchSetRegexMatchTupleFieldToMatch_GetTypes(): return [ new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRule.ts b/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRule.ts index 00afc8fbb..9ff34a603 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRule.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRule.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RuleGroupActivatedRuleAction, wafregional_RuleGroupActivatedRuleAction_GetTypes, -} from "./wafregional_RuleGroupActivatedRuleAction"; +} from './wafregional_RuleGroupActivatedRuleAction'; export interface wafregional_RuleGroupActivatedRule { // Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. @@ -28,25 +28,25 @@ export function wafregional_RuleGroupActivatedRule_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Number, - "priority", - "Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.", + 'priority', + 'Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleId", - "The ID of a rule", + 'ruleId', + 'The ID of a rule', () => [], true, false, ), - new DynamicUIProps(InputType.String, "type", "", () => [], false, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], false, false), new DynamicUIProps( InputType.Object, - "action", - "Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.", + 'action', + 'Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.', () => wafregional_RuleGroupActivatedRuleAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRuleAction.ts b/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRuleAction.ts index a66f65d34..c97b570c0 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRuleAction.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RuleGroupActivatedRuleAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_RuleGroupActivatedRuleAction { // @@ -13,6 +13,6 @@ export interface wafregional_RuleGroupActivatedRuleAction { export function wafregional_RuleGroupActivatedRuleAction_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/wafregional_RulePredicate.ts b/src/app/Models/codegen/aws/types/wafregional_RulePredicate.ts index 23e906ecd..15faa8b20 100644 --- a/src/app/Models/codegen/aws/types/wafregional_RulePredicate.ts +++ b/src/app/Models/codegen/aws/types/wafregional_RulePredicate.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_RulePredicate { // @@ -19,8 +19,8 @@ export interface wafregional_RulePredicate { export function wafregional_RulePredicate_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.Bool, "negated", "", () => [], true, false), - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), - new DynamicUIProps(InputType.String, "dataId", "", () => [], true, false), + new DynamicUIProps(InputType.Bool, 'negated', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), + new DynamicUIProps(InputType.String, 'dataId', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraint.ts b/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraint.ts index 1909f3bb2..5ac32a58c 100644 --- a/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraint.ts +++ b/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraint.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_SizeConstraintSetSizeConstraintFieldToMatch, wafregional_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes, -} from "./wafregional_SizeConstraintSetSizeConstraintFieldToMatch"; +} from './wafregional_SizeConstraintSetSizeConstraintFieldToMatch'; export interface wafregional_SizeConstraintSetSizeConstraint { /* @@ -42,32 +42,32 @@ export function wafregional_SizeConstraintSetSizeConstraint_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_SizeConstraint.html#WAF-Type-SizeConstraint-TextTransformation)\nfor all supported values.\n**Note:** if you choose `BODY` as `type`, you must choose `NONE` because CloudFront forwards only the first 8192 bytes for inspection.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_SizeConstraint.html#WAF-Type-SizeConstraint-TextTransformation)\nfor all supported values.\n**Note:** if you choose `BODY` as `type`, you must choose `NONE` because CloudFront forwards only the first 8192 bytes for inspection.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "The type of comparison you want to perform.\ne.g., `EQ`, `NE`, `LT`, `GT`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_wafRegional_SizeConstraint.html) for all supported values.", + 'comparisonOperator', + 'The type of comparison you want to perform.\ne.g., `EQ`, `NE`, `LT`, `GT`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_wafRegional_SizeConstraint.html) for all supported values.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Specifies where in a web request to look for the size constraint.", + 'fieldToMatch', + 'Specifies where in a web request to look for the size constraint.', () => wafregional_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "size", - "The size in bytes that you want to compare against the size of the specified `field_to_match`.\nValid values are between 0 - 21474836480 bytes (0 - 20 GB).", + 'size', + 'The size in bytes that you want to compare against the size of the specified `field_to_match`.\nValid values are between 0 - 21474836480 bytes (0 - 20 GB).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraintFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraintFieldToMatch.ts index 36fedc1fd..be55ea824 100644 --- a/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraintFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_SizeConstraintSetSizeConstraintFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_SizeConstraintSetSizeConstraintFieldToMatch { /* @@ -26,16 +26,16 @@ export function wafregional_SizeConstraintSetSizeConstraintFieldToMatch_GetTypes return [ new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple.ts b/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple.ts index bcb1bcc66..8847f7290 100644 --- a/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch, wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch_GetTypes, -} from "./wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch"; +} from './wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch'; export interface wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple { // Specifies where in a web request to look for snippets of malicious SQL code. @@ -28,8 +28,8 @@ export function wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes( return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Specifies where in a web request to look for snippets of malicious SQL code.", + 'fieldToMatch', + 'Specifies where in a web request to look for snippets of malicious SQL code.', () => wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch_GetTypes(), true, @@ -37,8 +37,8 @@ export function wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes( ), new DynamicUIProps( InputType.String, - "textTransformation", - "Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_SqlInjectionMatchTuple.html#WAF-Type-regional_SqlInjectionMatchTuple-TextTransformation)\nfor all supported values.", + 'textTransformation', + 'Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.\nIf you specify a transformation, AWS WAF performs the transformation on `field_to_match` before inspecting a request for a match.\ne.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_SqlInjectionMatchTuple.html#WAF-Type-regional_SqlInjectionMatchTuple-TextTransformation)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts index e90b67fb5..921d6ff06 100644 --- a/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch { /* @@ -26,16 +26,16 @@ export function wafregional_SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMat return [ new DynamicUIProps( InputType.String, - "data", - "When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.", + 'data', + 'When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.\nIf `type` is any other value, omit this field.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_FieldToMatch.html)\nfor all supported values.", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified string.\ne.g., `HEADER`, `METHOD` or `BODY`.\nSee [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_FieldToMatch.html)\nfor all supported values.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclDefaultAction.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclDefaultAction.ts index e771e20ac..38f7437c2 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclDefaultAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_WebAclDefaultAction { // Specifies how you want AWS WAF Regional to respond to requests that match the settings in a ruleE.g., `ALLOW`, `BLOCK` or `COUNT` @@ -15,8 +15,8 @@ export function wafregional_WebAclDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Specifies how you want AWS WAF Regional to respond to requests that match the settings in a ruleE.g., `ALLOW`, `BLOCK` or `COUNT`", + 'type', + 'Specifies how you want AWS WAF Regional to respond to requests that match the settings in a ruleE.g., `ALLOW`, `BLOCK` or `COUNT`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfiguration.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfiguration.ts index b648f56a4..65b5f21a4 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfiguration.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_WebAclLoggingConfigurationRedactedFields, wafregional_WebAclLoggingConfigurationRedactedFields_GetTypes, -} from "./wafregional_WebAclLoggingConfigurationRedactedFields"; +} from './wafregional_WebAclLoggingConfigurationRedactedFields'; export interface wafregional_WebAclLoggingConfiguration { // Configuration block containing parts of the request that you want redacted from the logs. Detailed below. @@ -22,16 +22,16 @@ export function wafregional_WebAclLoggingConfiguration_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.Object, - "redactedFields", - "Configuration block containing parts of the request that you want redacted from the logs. Detailed below.", + 'redactedFields', + 'Configuration block containing parts of the request that you want redacted from the logs. Detailed below.', () => wafregional_WebAclLoggingConfigurationRedactedFields_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "logDestination", - "Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream", + 'logDestination', + 'Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFields.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFields.ts index 6a4070eaf..f715d19ee 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFields.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFields.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch, wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch_GetTypes, -} from "./wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch"; +} from './wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch'; export interface wafregional_WebAclLoggingConfigurationRedactedFields { // Set of configuration blocks for fields to redact. Detailed below. @@ -19,8 +19,8 @@ export function wafregional_WebAclLoggingConfigurationRedactedFields_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "fieldToMatches", - "Set of configuration blocks for fields to redact. Detailed below.", + 'fieldToMatches', + 'Set of configuration blocks for fields to redact. Detailed below.', () => wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts index 384728175..b1e74063a 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch { // When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`. @@ -18,16 +18,16 @@ export function wafregional_WebAclLoggingConfigurationRedactedFieldsFieldToMatch return [ new DynamicUIProps( InputType.String, - "data", - "When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.", + 'data', + 'When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclRule.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclRule.ts index 97919000a..465f7989e 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclRule.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclRule.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_WebAclRuleAction, wafregional_WebAclRuleAction_GetTypes, -} from "./wafregional_WebAclRuleAction"; +} from './wafregional_WebAclRuleAction'; import { wafregional_WebAclRuleOverrideAction, wafregional_WebAclRuleOverrideAction_GetTypes, -} from "./wafregional_WebAclRuleOverrideAction"; +} from './wafregional_WebAclRuleOverrideAction'; export interface wafregional_WebAclRule { /* @@ -38,40 +38,40 @@ export function wafregional_WebAclRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Number, - "priority", - "Specifies the order in which the rules in a WebACL are evaluated.\nRules with a lower value are evaluated before rules with a higher value.", + 'priority', + 'Specifies the order in which the rules in a WebACL are evaluated.\nRules with a lower value are evaluated before rules with a higher value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "ruleId", - "ID of the associated WAF (Regional) rule (e.g., `aws.wafregional.Rule`). WAF (Global) rules cannot be used.", + 'ruleId', + 'ID of the associated WAF (Regional) rule (e.g., `aws.wafregional.Rule`). WAF (Global) rules cannot be used.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The rule type, either `REGULAR`, as defined by [Rule](http://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html), `RATE_BASED`, as defined by [RateBasedRule](http://docs.aws.amazon.com/waf/latest/APIReference/API_RateBasedRule.html), or `GROUP`, as defined by [RuleGroup](https://docs.aws.amazon.com/waf/latest/APIReference/API_RuleGroup.html). The default is REGULAR. If you add a RATE_BASED rule, you need to set `type` as `RATE_BASED`. If you add a GROUP rule, you need to set `type` as `GROUP`.", + 'type', + 'The rule type, either `REGULAR`, as defined by [Rule](http://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html), `RATE_BASED`, as defined by [RateBasedRule](http://docs.aws.amazon.com/waf/latest/APIReference/API_RateBasedRule.html), or `GROUP`, as defined by [RuleGroup](https://docs.aws.amazon.com/waf/latest/APIReference/API_RuleGroup.html). The default is REGULAR. If you add a RATE_BASED rule, you need to set `type` as `RATE_BASED`. If you add a GROUP rule, you need to set `type` as `GROUP`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "action", - "Configuration block of the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if `type` is `GROUP`. Detailed below.", + 'action', + 'Configuration block of the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Not used if `type` is `GROUP`. Detailed below.', () => wafregional_WebAclRuleAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "overrideAction", - "Configuration block of the override the action that a group requests CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Only used if `type` is `GROUP`. Detailed below.", + 'overrideAction', + 'Configuration block of the override the action that a group requests CloudFront or AWS WAF takes when a web request matches the conditions in the rule. Only used if `type` is `GROUP`. Detailed below.', () => wafregional_WebAclRuleOverrideAction_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclRuleAction.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclRuleAction.ts index 02256df69..f354b214d 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclRuleAction.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclRuleAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_WebAclRuleAction { // Specifies how you want AWS WAF Regional to respond to requests that match the settings in a rule. Valid values for `action` are `ALLOW`, `BLOCK` or `COUNT`. Valid values for `override_action` are `COUNT` and `NONE`. @@ -15,8 +15,8 @@ export function wafregional_WebAclRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "type", - "Specifies how you want AWS WAF Regional to respond to requests that match the settings in a rule. Valid values for `action` are `ALLOW`, `BLOCK` or `COUNT`. Valid values for `override_action` are `COUNT` and `NONE`.", + 'type', + 'Specifies how you want AWS WAF Regional to respond to requests that match the settings in a rule. Valid values for `action` are `ALLOW`, `BLOCK` or `COUNT`. Valid values for `override_action` are `COUNT` and `NONE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_WebAclRuleOverrideAction.ts b/src/app/Models/codegen/aws/types/wafregional_WebAclRuleOverrideAction.ts index a5e97e28b..b87b74e11 100644 --- a/src/app/Models/codegen/aws/types/wafregional_WebAclRuleOverrideAction.ts +++ b/src/app/Models/codegen/aws/types/wafregional_WebAclRuleOverrideAction.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_WebAclRuleOverrideAction { // @@ -13,6 +13,6 @@ export interface wafregional_WebAclRuleOverrideAction { export function wafregional_WebAclRuleOverrideAction_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "type", "", () => [], true, false), + new DynamicUIProps(InputType.String, 'type', '', () => [], true, false), ]; } diff --git a/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTuple.ts b/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTuple.ts index 64d56c695..546f7c5b7 100644 --- a/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTuple.ts +++ b/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTuple.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_XssMatchSetXssMatchTupleFieldToMatch, wafregional_XssMatchSetXssMatchTupleFieldToMatch_GetTypes, -} from "./wafregional_XssMatchSetXssMatchTupleFieldToMatch"; +} from './wafregional_XssMatchSetXssMatchTupleFieldToMatch'; export interface wafregional_XssMatchSetXssMatchTuple { // Specifies where in a web request to look for cross-site scripting attacks. @@ -22,16 +22,16 @@ export function wafregional_XssMatchSetXssMatchTuple_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Specifies where in a web request to look for cross-site scripting attacks.", + 'fieldToMatch', + 'Specifies where in a web request to look for cross-site scripting attacks.', () => wafregional_XssMatchSetXssMatchTupleFieldToMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "textTransformation", - "Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.", + 'textTransformation', + 'Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTupleFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTupleFieldToMatch.ts index b7a129d12..c34af1b72 100644 --- a/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTupleFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafregional_XssMatchSetXssMatchTupleFieldToMatch.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafregional_XssMatchSetXssMatchTupleFieldToMatch { // The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD` @@ -18,16 +18,16 @@ export function wafregional_XssMatchSetXssMatchTupleFieldToMatch_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "type", - "The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`", + 'type', + 'The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "data", - "When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.", + 'data', + 'When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RegexPatternSetRegularExpression.ts b/src/app/Models/codegen/aws/types/wafv2_RegexPatternSetRegularExpression.ts index c340a0ab6..0d5587400 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RegexPatternSetRegularExpression.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RegexPatternSetRegularExpression.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RegexPatternSetRegularExpression { // The string representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RegexPatternSetRegularExpression_GetTypes(): DynamicUIProp return [ new DynamicUIProps( InputType.String, - "regexString", - "The string representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information.", + 'regexString', + 'The string representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupCustomResponseBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupCustomResponseBody.ts index 3aa1787b0..ad665c040 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupCustomResponseBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupCustomResponseBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupCustomResponseBody { // A unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the Custom Response block. @@ -21,24 +21,24 @@ export function wafv2_RuleGroupCustomResponseBody_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "content", - "The payload of the custom response.", + 'content', + 'The payload of the custom response.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "The type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.", + 'contentType', + 'The type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "A unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the Custom Response block.", + 'key', + 'A unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the Custom Response block.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRule.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRule.ts index 7a9259204..97a6d3646 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRule.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRule.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleVisibilityConfig, wafv2_RuleGroupRuleVisibilityConfig_GetTypes, -} from "./wafv2_RuleGroupRuleVisibilityConfig"; +} from './wafv2_RuleGroupRuleVisibilityConfig'; import { wafv2_RuleGroupRuleAction, wafv2_RuleGroupRuleAction_GetTypes, -} from "./wafv2_RuleGroupRuleAction"; +} from './wafv2_RuleGroupRuleAction'; import { wafv2_RuleGroupRuleCaptchaConfig, wafv2_RuleGroupRuleCaptchaConfig_GetTypes, -} from "./wafv2_RuleGroupRuleCaptchaConfig"; +} from './wafv2_RuleGroupRuleCaptchaConfig'; import { wafv2_RuleGroupRuleRuleLabel, wafv2_RuleGroupRuleRuleLabel_GetTypes, -} from "./wafv2_RuleGroupRuleRuleLabel"; +} from './wafv2_RuleGroupRuleRuleLabel'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRule { // Defines and enables Amazon CloudWatch metrics and web request sample collection. See Visibility Configuration below for details. @@ -53,15 +53,15 @@ export function wafv2_RuleGroupRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "visibilityConfig", - "Defines and enables Amazon CloudWatch metrics and web request sample collection. See Visibility Configuration below for details.", + 'visibilityConfig', + 'Defines and enables Amazon CloudWatch metrics and web request sample collection. See Visibility Configuration below for details.', () => wafv2_RuleGroupRuleVisibilityConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "action", + 'action', "The action that AWS WAF should take on a web request when it matches the rule's statement. Settings at the `aws.wafv2.WebAcl` level can override the rule action setting. See Action below for details.", () => wafv2_RuleGroupRuleAction_GetTypes(), true, @@ -69,40 +69,40 @@ export function wafv2_RuleGroupRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "captchaConfig", - "Specifies how AWS WAF should handle CAPTCHA evaluations. See Captcha Configuration below for details.", + 'captchaConfig', + 'Specifies how AWS WAF should handle CAPTCHA evaluations. See Captcha Configuration below for details.', () => wafv2_RuleGroupRuleCaptchaConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule.", + 'name', + 'A friendly name of the rule.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.", + 'priority', + 'If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ruleLabels", - "Labels to apply to web requests that match the rule match statement. See Rule Label below for details.", + 'ruleLabels', + 'Labels to apply to web requests that match the rule match statement. See Rule Label below for details.', () => wafv2_RuleGroupRuleRuleLabel_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "statement", - "The AWS WAF processing statement for the rule, for example `byte_match_statement` or `geo_match_statement`. See Statement below for details.", + 'statement', + 'The AWS WAF processing statement for the rule, for example `byte_match_statement` or `geo_match_statement`. See Statement below for details.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleAction.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleAction.ts index ef1d9a086..283eb5abc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleAction.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionChallenge, wafv2_RuleGroupRuleActionChallenge_GetTypes, -} from "./wafv2_RuleGroupRuleActionChallenge"; +} from './wafv2_RuleGroupRuleActionChallenge'; import { wafv2_RuleGroupRuleActionCount, wafv2_RuleGroupRuleActionCount_GetTypes, -} from "./wafv2_RuleGroupRuleActionCount"; +} from './wafv2_RuleGroupRuleActionCount'; import { wafv2_RuleGroupRuleActionAllow, wafv2_RuleGroupRuleActionAllow_GetTypes, -} from "./wafv2_RuleGroupRuleActionAllow"; +} from './wafv2_RuleGroupRuleActionAllow'; import { wafv2_RuleGroupRuleActionBlock, wafv2_RuleGroupRuleActionBlock_GetTypes, -} from "./wafv2_RuleGroupRuleActionBlock"; +} from './wafv2_RuleGroupRuleActionBlock'; import { wafv2_RuleGroupRuleActionCaptcha, wafv2_RuleGroupRuleActionCaptcha_GetTypes, -} from "./wafv2_RuleGroupRuleActionCaptcha"; +} from './wafv2_RuleGroupRuleActionCaptcha'; export interface wafv2_RuleGroupRuleAction { // Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See Challenge below for details. @@ -47,40 +47,40 @@ export function wafv2_RuleGroupRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "challenge", - "Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See Challenge below for details.", + 'challenge', + 'Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See Challenge below for details.', () => wafv2_RuleGroupRuleActionChallenge_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "count", - "Instructs AWS WAF to count the web request and allow it. See Count below for details.", + 'count', + 'Instructs AWS WAF to count the web request and allow it. See Count below for details.', () => wafv2_RuleGroupRuleActionCount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "allow", - "Instructs AWS WAF to allow the web request. See Allow below for details.", + 'allow', + 'Instructs AWS WAF to allow the web request. See Allow below for details.', () => wafv2_RuleGroupRuleActionAllow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "block", - "Instructs AWS WAF to block the web request. See Block below for details.", + 'block', + 'Instructs AWS WAF to block the web request. See Block below for details.', () => wafv2_RuleGroupRuleActionBlock_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "captcha", - "Instructs AWS WAF to run a `CAPTCHA` check against the web request. See Captcha below for details.", + 'captcha', + 'Instructs AWS WAF to run a `CAPTCHA` check against the web request. See Captcha below for details.', () => wafv2_RuleGroupRuleActionCaptcha_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllow.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllow.ts index 8edbd5794..43798e4c0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllow.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionAllowCustomRequestHandling, wafv2_RuleGroupRuleActionAllowCustomRequestHandling_GetTypes, -} from "./wafv2_RuleGroupRuleActionAllowCustomRequestHandling"; +} from './wafv2_RuleGroupRuleActionAllowCustomRequestHandling'; export interface wafv2_RuleGroupRuleActionAllow { // Defines custom handling for the web request. See Custom Request Handling below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionAllow_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See Custom Request Handling below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See Custom Request Handling below for details.', () => wafv2_RuleGroupRuleActionAllowCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandling.ts index ad049e086..e0d4c28a5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader, wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader"; +} from './wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader'; export interface wafv2_RuleGroupRuleActionAllowCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionAllowCustomRequestHandling_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.', () => wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader.ts index 6577f494e..6c2c78d7e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader { // A friendly name of the rule group. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader_ return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the custom header.", + 'value', + 'The value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlock.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlock.ts index 56eea0780..039287681 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlock.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlock.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionBlockCustomResponse, wafv2_RuleGroupRuleActionBlockCustomResponse_GetTypes, -} from "./wafv2_RuleGroupRuleActionBlockCustomResponse"; +} from './wafv2_RuleGroupRuleActionBlockCustomResponse'; export interface wafv2_RuleGroupRuleActionBlock { // Defines a custom response for the web request. See Custom Response below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionBlock_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customResponse", - "Defines a custom response for the web request. See Custom Response below for details.", + 'customResponse', + 'Defines a custom response for the web request. See Custom Response below for details.', () => wafv2_RuleGroupRuleActionBlockCustomResponse_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponse.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponse.ts index a5587ce35..12082ecc6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader, wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader_GetTypes, -} from "./wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader"; +} from './wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader'; export interface wafv2_RuleGroupRuleActionBlockCustomResponse { // References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource. @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleActionBlockCustomResponse_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "customResponseBodyKey", - "References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.", + 'customResponseBodyKey', + 'References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "The HTTP status code to return to the client.", + 'responseCode', + 'The HTTP status code to return to the client.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "responseHeaders", - "The `response_header` blocks used to define the HTTP response headers added to the response. See Custom HTTP Header below for details.", + 'responseHeaders', + 'The `response_header` blocks used to define the HTTP response headers added to the response. See Custom HTTP Header below for details.', () => wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader.ts index 61dafca8d..2f3518ced 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader { // A friendly name of the rule group. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleActionBlockCustomResponseResponseHeader_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the custom header.", + 'value', + 'The value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptcha.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptcha.ts index 1fbdc12dd..c3f0fba5e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptcha.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptcha.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling, wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling_GetTypes, -} from "./wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling"; +} from './wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling'; export interface wafv2_RuleGroupRuleActionCaptcha { // Defines custom handling for the web request. See Custom Request Handling below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionCaptcha_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See Custom Request Handling below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See Custom Request Handling below for details.', () => wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling.ts index 6a21483e9..bb40fadfd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader, wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader"; +} from './wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader'; export interface wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionCaptchaCustomRequestHandling_GetTypes() return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.', () => wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader.ts index 7b42fb82a..c712fe890 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader { // The value of the custom header. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeade return [ new DynamicUIProps( InputType.String, - "value", - "The value of the custom header.", + 'value', + 'The value of the custom header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallenge.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallenge.ts index ab4b6bede..6cfb858df 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallenge.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallenge.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionChallengeCustomRequestHandling, wafv2_RuleGroupRuleActionChallengeCustomRequestHandling_GetTypes, -} from "./wafv2_RuleGroupRuleActionChallengeCustomRequestHandling"; +} from './wafv2_RuleGroupRuleActionChallengeCustomRequestHandling'; export interface wafv2_RuleGroupRuleActionChallenge { // Defines custom handling for the web request. See Custom Request Handling below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionChallenge_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See Custom Request Handling below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See Custom Request Handling below for details.', () => wafv2_RuleGroupRuleActionChallengeCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandling.ts index bd9e31ceb..a6ef95ad8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader, wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader"; +} from './wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader'; export interface wafv2_RuleGroupRuleActionChallengeCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionChallengeCustomRequestHandling_GetTypes return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.', () => wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader.ts index 1f38a050e..f87396296 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader { // A friendly name of the rule group. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleActionChallengeCustomRequestHandlingInsertHea return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the custom header.", + 'value', + 'The value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCount.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCount.ts index ea522a995..dfc69303d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCount.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCount.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionCountCustomRequestHandling, wafv2_RuleGroupRuleActionCountCustomRequestHandling_GetTypes, -} from "./wafv2_RuleGroupRuleActionCountCustomRequestHandling"; +} from './wafv2_RuleGroupRuleActionCountCustomRequestHandling'; export interface wafv2_RuleGroupRuleActionCount { // Defines custom handling for the web request. See Custom Request Handling below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionCount_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See Custom Request Handling below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See Custom Request Handling below for details.', () => wafv2_RuleGroupRuleActionCountCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandling.ts index dc0124c92..1a24e2e44 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader, wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader"; +} from './wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader'; export interface wafv2_RuleGroupRuleActionCountCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleActionCountCustomRequestHandling_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.', () => wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader.ts index 824ca74b3..c11745270 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader { // A friendly name of the rule group. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleActionCountCustomRequestHandlingInsertHeader_ return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "The value of the custom header.", + 'value', + 'The value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfig.ts index cff0dbeb2..16b0660d6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty, wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty_GetTypes, -} from "./wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty"; +} from './wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty'; export interface wafv2_RuleGroupRuleCaptchaConfig { // Defines custom immunity time. See Immunity Time Property below for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleCaptchaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "immunityTimeProperty", - "Defines custom immunity time. See Immunity Time Property below for details.", + 'immunityTimeProperty', + 'Defines custom immunity time. See Immunity Time Property below for details.', () => wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty.ts index b1cc9f227..d0144a0b7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty { // The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleCaptchaConfigImmunityTimeProperty_GetTypes(): return [ new DynamicUIProps( InputType.Number, - "immunityTime", - "The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.", + 'immunityTime', + 'The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleRuleLabel.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleRuleLabel.ts index e6c3879ac..0483815fb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleRuleLabel.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleRuleLabel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleRuleLabel { // The label string. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleRuleLabel_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "The label string.", + 'name', + 'The label string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatement.ts index a65468676..877493f52 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatement.ts @@ -3,60 +3,60 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementAndStatement, wafv2_RuleGroupRuleStatementAndStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementAndStatement"; +} from './wafv2_RuleGroupRuleStatementAndStatement'; import { wafv2_RuleGroupRuleStatementIpSetReferenceStatement, wafv2_RuleGroupRuleStatementIpSetReferenceStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementIpSetReferenceStatement"; +} from './wafv2_RuleGroupRuleStatementIpSetReferenceStatement'; import { wafv2_RuleGroupRuleStatementLabelMatchStatement, wafv2_RuleGroupRuleStatementLabelMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementLabelMatchStatement"; +} from './wafv2_RuleGroupRuleStatementLabelMatchStatement'; import { wafv2_RuleGroupRuleStatementNotStatement, wafv2_RuleGroupRuleStatementNotStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementNotStatement"; +} from './wafv2_RuleGroupRuleStatementNotStatement'; import { wafv2_RuleGroupRuleStatementRegexMatchStatement, wafv2_RuleGroupRuleStatementRegexMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatement'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatement, wafv2_RuleGroupRuleStatementSizeConstraintStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatement"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatement'; import { wafv2_RuleGroupRuleStatementSqliMatchStatement, wafv2_RuleGroupRuleStatementSqliMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatement"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatement'; import { wafv2_RuleGroupRuleStatementGeoMatchStatement, wafv2_RuleGroupRuleStatementGeoMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementGeoMatchStatement"; +} from './wafv2_RuleGroupRuleStatementGeoMatchStatement'; import { wafv2_RuleGroupRuleStatementOrStatement, wafv2_RuleGroupRuleStatementOrStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementOrStatement"; +} from './wafv2_RuleGroupRuleStatementOrStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatement, wafv2_RuleGroupRuleStatementRateBasedStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatement'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement'; import { wafv2_RuleGroupRuleStatementXssMatchStatement, wafv2_RuleGroupRuleStatementXssMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatement"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatement'; import { wafv2_RuleGroupRuleStatementByteMatchStatement, wafv2_RuleGroupRuleStatementByteMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatement"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatement'; export interface wafv2_RuleGroupRuleStatement { // A rule statement used to identify web requests based on country of origin. See GEO Match Statement below for details. @@ -103,56 +103,56 @@ export function wafv2_RuleGroupRuleStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "xssMatchStatement", - "A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See XSS Match Statement below for details.", + 'xssMatchStatement', + 'A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See XSS Match Statement below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "labelMatchStatement", - "A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.", + 'labelMatchStatement', + 'A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.', () => wafv2_RuleGroupRuleStatementLabelMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "notStatement", - "A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.", + 'notStatement', + 'A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.', () => wafv2_RuleGroupRuleStatementNotStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqliMatchStatement", - "An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See SQL Injection Match Statement below for details.", + 'sqliMatchStatement', + 'An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See SQL Injection Match Statement below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ipSetReferenceStatement", - "A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.", + 'ipSetReferenceStatement', + 'A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.', () => wafv2_RuleGroupRuleStatementIpSetReferenceStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rateBasedStatement", - "A rate-based rule tracks the rate of requests for each originating `IP address`, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any `5-minute` time span. This statement can not be nested. See Rate Based Statement below for details.", + 'rateBasedStatement', + 'A rate-based rule tracks the rate of requests for each originating `IP address`, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any `5-minute` time span. This statement can not be nested. See Rate Based Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "regexPatternSetReferenceStatement", - "A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.", + 'regexPatternSetReferenceStatement', + 'A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement_GetTypes(), false, @@ -160,48 +160,48 @@ export function wafv2_RuleGroupRuleStatement_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "regexMatchStatement", - "A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details.", + 'regexMatchStatement', + 'A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sizeConstraintStatement", - "A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.", + 'sizeConstraintStatement', + 'A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "andStatement", - "A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.", + 'andStatement', + 'A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.', () => wafv2_RuleGroupRuleStatementAndStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "geoMatchStatement", - "A rule statement used to identify web requests based on country of origin. See GEO Match Statement below for details.", + 'geoMatchStatement', + 'A rule statement used to identify web requests based on country of origin. See GEO Match Statement below for details.', () => wafv2_RuleGroupRuleStatementGeoMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "orStatement", - "A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.", + 'orStatement', + 'A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.', () => wafv2_RuleGroupRuleStatementOrStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "byteMatchStatement", - "A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.", + 'byteMatchStatement', + 'A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatement_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementAndStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementAndStatement.ts index 9a38b25ec..a61e79950 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementAndStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementAndStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementAndStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementAndStatement_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatement.ts index df4e98d84..72bcf509c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementByteMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -36,8 +36,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatement_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTypes(), false, @@ -45,24 +45,24 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatement_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "The area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.", + 'positionalConstraint', + 'The area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "searchString", - "A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.", + 'searchString', + 'A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch.ts index c672495cd..fbcd1cb9f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch { // Inspect all query arguments. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy return [ new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts index 43996e3b1..12d5e1be0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.ts index 00cc82a72..fd1806a53 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchBody_G return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies.ts index 1fae12eff..a7818b72d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookie return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookie ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts index 692df9839..6678ca7d9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookie return [ new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookie ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts index af4a8c21a..fe0c16b1d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader.ts index 771a09d44..9ddc8f1b9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts index a053c41c5..8947571a7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts index cddcc0c77..8ce7e8718 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts index 8d9858acb..38a055db3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts index 19177e9ee..04e0bcff7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJa3Fin return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody.ts index 5caa062e6..5fe4bb759 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,32 +28,32 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBo return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 02832f559..c5e1c2122 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBo return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBo ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 3b40714ed..46be08129 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod.ts index 78ac7f121..b7025846f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString.ts index 6842c0b2c..f67db7139 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts index 5342c5b7d..535555bf8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingle return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts index 0d506eef1..5bc17328d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchSingle return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath.ts index 838822e01..79ced9fa4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation.ts index d8a70805c..933e8a5b3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementByteMatchStatementTextTransformation return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatement.ts index 7b81a4296..b74c81267 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig, wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig_GetTypes, -} from "./wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig"; +} from './wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig'; export interface wafv2_RuleGroupRuleStatementGeoMatchStatement { // An array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values. @@ -22,7 +22,7 @@ export function wafv2_RuleGroupRuleStatementGeoMatchStatement_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Array, - "countryCodes", + 'countryCodes', 'An array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.', () => InputType_String_GetTypes(), true, @@ -30,7 +30,7 @@ export function wafv2_RuleGroupRuleStatementGeoMatchStatement_GetTypes(): Dynami ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See Forwarded IP Config below for details.", () => wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig.ts index b50366ade..ede875d86 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig { // The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig_G return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_RuleGroupRuleStatementGeoMatchStatementForwardedIpConfig_G ), new DynamicUIProps( InputType.String, - "headerName", - "The name of the HTTP header to use for the IP address.", + 'headerName', + 'The name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatement.ts index 6070f1be2..268eaa4ae 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig, wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes, -} from "./wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig"; +} from './wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig'; export interface wafv2_RuleGroupRuleStatementIpSetReferenceStatement { // The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See IPSet Forwarded IP Config below for more details. @@ -22,7 +22,7 @@ export function wafv2_RuleGroupRuleStatementIpSetReferenceStatement_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "ipSetForwardedIpConfig", + 'ipSetForwardedIpConfig', "The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See IPSet Forwarded IP Config below for more details.", () => wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes(), @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementIpSetReferenceStatement_GetTypes(): ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the IP Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the IP Set that this statement references.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts index 93a6c2d98..e40367714 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig { // The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -21,23 +21,23 @@ export function wafv2_RuleGroupRuleStatementIpSetReferenceStatementIpSetForwarde return [ new DynamicUIProps( InputType.String, - "headerName", - "The name of the HTTP header to use for the IP address.", + 'headerName', + 'The name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "position", - "The position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.", + 'position', + 'The position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementLabelMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementLabelMatchStatement.ts index e867af690..6ea0fd1e5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementLabelMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementLabelMatchStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementLabelMatchStatement { // The string to match against. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementLabelMatchStatement_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "key", - "The string to match against.", + 'key', + 'The string to match against.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.", + 'scope', + 'Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementNotStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementNotStatement.ts index 9de1d198e..d885b1c78 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementNotStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementNotStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementNotStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementNotStatement_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementOrStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementOrStatement.ts index a5f8dda1f..d71719fa1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementOrStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementOrStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementOrStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementOrStatement_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatement.ts index 2e2ce4dc2..b5320611d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatement.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey'; import { wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig, wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement'; export interface wafv2_RuleGroupRuleStatementRateBasedStatement { // Aggregate the request counts using one or more web request components as the aggregate keys. See `custom_key` below for details. @@ -46,16 +46,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatement_GetTypes(): Dynam return [ new DynamicUIProps( InputType.Number, - "limit", - "The limit on requests per 5-minute period for a single originating IP address.", + 'limit', + 'The limit on requests per 5-minute period for a single originating IP address.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scopeDownStatement", - "An optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See Statement above for details. If `aggregate_key_type` is set to `CONSTANT`, this block is required.", + 'scopeDownStatement', + 'An optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See Statement above for details. If `aggregate_key_type` is set to `CONSTANT`, this block is required.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement_GetTypes(), false, @@ -63,23 +63,23 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatement_GetTypes(): Dynam ), new DynamicUIProps( InputType.String, - "aggregateKeyType", - "Setting that indicates how to aggregate the request counts. Valid values include: `CONSTANT`, `CUSTOM_KEYS`, `FORWARDED_IP` or `IP`. Default: `IP`.", + 'aggregateKeyType', + 'Setting that indicates how to aggregate the request counts. Valid values include: `CONSTANT`, `CUSTOM_KEYS`, `FORWARDED_IP` or `IP`. Default: `IP`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customKeys", - "Aggregate the request counts using one or more web request components as the aggregate keys. See `custom_key` below for details.", + 'customKeys', + 'Aggregate the request counts using one or more web request components as the aggregate keys. See `custom_key` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "evaluationWindowSec", + 'evaluationWindowSec', "The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from the current time. Valid values are `60`, `120`, `300`, and `600`. Defaults to `300` (5 minutes).\n\n**NOTE:** This setting doesn't determine how often AWS WAF checks the rate, but how far back it looks each time it checks. AWS WAF checks the rate about every 10 seconds.", () => [], false, @@ -87,7 +87,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatement_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. If `aggregate_key_type` is set to `FORWARDED_IP`, this block is required. See Forwarded IP Config below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey.ts index 04d5048b2..77825eb6e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey { // (Optional) Use the first IP address in an HTTP header as an aggregate key. See `forwarded_ip` below for details. @@ -75,8 +75,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes return [ new DynamicUIProps( InputType.Object, - "cookie", - "(Optional) Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.", + 'cookie', + '(Optional) Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie_GetTypes(), false, @@ -84,7 +84,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "ip", + 'ip', "(Optional) Use the request's originating IP address as an aggregate key. See `RateLimit ip` below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp_GetTypes(), @@ -93,8 +93,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "queryArgument", - "(Optional) Use the specified query argument as an aggregate key. See RateLimit `query_argument` below for details.", + 'queryArgument', + '(Optional) Use the specified query argument as an aggregate key. See RateLimit `query_argument` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument_GetTypes(), false, @@ -102,8 +102,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "forwardedIp", - "(Optional) Use the first IP address in an HTTP header as an aggregate key. See `forwarded_ip` below for details.", + 'forwardedIp', + '(Optional) Use the first IP address in an HTTP header as an aggregate key. See `forwarded_ip` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp_GetTypes(), false, @@ -111,7 +111,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "httpMethod", + 'httpMethod', "(Optional) Use the request's HTTP method as an aggregate key. See RateLimit `http_method` below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod_GetTypes(), @@ -120,7 +120,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "uriPath", + 'uriPath', "(Optional) Use the request's URI path as an aggregate key. See RateLimit `uri_path` below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath_GetTypes(), @@ -129,7 +129,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "queryString", + 'queryString', "(Optional) Use the request's query string as an aggregate key. See RateLimit `query_string` below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString_GetTypes(), @@ -138,8 +138,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "labelNamespace", - "(Optional) Use the specified label namespace as an aggregate key. See RateLimit `label_namespace` below for details.", + 'labelNamespace', + '(Optional) Use the specified label namespace as an aggregate key. See RateLimit `label_namespace` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace_GetTypes(), false, @@ -147,8 +147,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKey_GetTypes ), new DynamicUIProps( InputType.Object, - "header", - "(Optional) Use the value of a header in the request as an aggregate key. See RateLimit `header` below for details.", + 'header', + '(Optional) Use the value of a header in the request as an aggregate key. See RateLimit `header` below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie.ts index 47af40bd0..f4849266d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie { // A friendly name of the rule group. @@ -22,16 +22,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookie_Ge return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts index 9fca3495b..8fda6ea1d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTex return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp.ts index a788ab748..1b7cdc90f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyForwardedIp {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader.ts index 1a823585c..4861cb839 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader { // A friendly name of the rule group. @@ -22,16 +22,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeader_Ge return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts index a6f8850cf..0847024c0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHeaderTex return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod.ts index f7259da47..487109a1b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp.ts index 830c0f521..e7aedfaa3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyIp {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts index d7cd82e92..23c0ce23a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace { // The namespace to use for aggregation @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyLabelName return [ new DynamicUIProps( InputType.String, - "namespace", - "The namespace to use for aggregation", + 'namespace', + 'The namespace to use for aggregation', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument.ts index 2ebcc72b5..00a244e3d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgument { // A friendly name of the rule group. @@ -22,16 +22,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgu return [ new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts index 1928d8caf..647e62e5c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryArgu return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString.ts index 5c838e355..34b881b7e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryString { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStri return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts index 9c7b0b360..08a1f17e4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation { // The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyQueryStri return [ new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath.ts index f0309efdb..65097fe19 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath_G return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts index 12f2c7934..b8d70b308 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTe return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.ts index d275532e9..c6cc864c6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig { // The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig_ return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementForwardedIpConfig_ ), new DynamicUIProps( InputType.String, - "headerName", - "The name of the HTTP header to use for the IP address.", + 'headerName', + 'The name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement.ts index 07a90702f..48b67280a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement { // A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "regexMatchStatement", - "A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details.", + 'regexMatchStatement', + 'A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "regexPatternSetReferenceStatement", - "A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.", + 'regexPatternSetReferenceStatement', + 'A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "sqliMatchStatement", - "An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See SQL Injection Match Statement below for details.", + 'sqliMatchStatement', + 'An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See SQL Injection Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "labelMatchStatement", - "A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.", + 'labelMatchStatement', + 'A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "orStatement", - "A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.", + 'orStatement', + 'A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "xssMatchStatement", - "A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See XSS Match Statement below for details.", + 'xssMatchStatement', + 'A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See XSS Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "sizeConstraintStatement", - "A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.", + 'sizeConstraintStatement', + 'A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "andStatement", - "A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.", + 'andStatement', + 'A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "geoMatchStatement", - "A rule statement used to identify web requests based on country of origin. See GEO Match Statement below for details.", + 'geoMatchStatement', + 'A rule statement used to identify web requests based on country of origin. See GEO Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ipSetReferenceStatement", - "A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.", + 'ipSetReferenceStatement', + 'A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "notStatement", - "A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.", + 'notStatement', + 'A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "byteMatchStatement", - "A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.", + 'byteMatchStatement', + 'A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts index be2c23d1b..fad70da00 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts index d9566e25f..8cf4033aa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -36,16 +36,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "searchString", - "A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.", + 'searchString', + 'A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes(), false, @@ -62,8 +62,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "The area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.", + 'positionalConstraint', + 'The area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts index fc69c9570..66399b08c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch { // Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts index 0fa5d400d..5d4bbe319 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts index e5c2454f9..080a4e9f9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts index 65125e94e..da027e515 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies { // What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH` @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts index e6a94c0fa..8e7115530 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern { // @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 2672ac595..6b4823abb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts index cbbb72ae1..dee02be16 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader { // The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts index a87ad8f65..8a96a4aac 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts index c581e0569..8b32b4ccf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts index abab9e6a7..9c5b08ecf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts index 31cd82b39..5768267c4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts index 93709aa00..2284dec4e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 2214ebca0..e0117a9bc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 4da748561..b3ac483c4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts index cea4bf21f..b3592dfb9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts index d62515dcf..e1b16615d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts index 28adcc9c7..0af8d59d5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts index 1ca0af55b..147509715 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts index 63a7a1217..00a6c1144 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts index 65689688a..9c7a83e3f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts index 1510e1bf9..84a7241c9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement { // An array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values. @@ -22,7 +22,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "countryCodes", + 'countryCodes', 'An array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.', () => InputType_String_GetTypes(), true, @@ -30,7 +30,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See Forwarded IP Config below for details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts index dbab77521..0125c49f2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig { // The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "headerName", - "The name of the HTTP header to use for the IP address.", + 'headerName', + 'The name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts index b648e7fe6..58d316d06 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement { // The Amazon Resource Name (ARN) of the IP Set that this statement references. @@ -22,15 +22,15 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the IP Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the IP Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "ipSetForwardedIpConfig", + 'ipSetForwardedIpConfig', "The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See IPSet Forwarded IP Config below for more details.", () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts index e7029ae13..9e43a44e2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig { // The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -21,7 +21,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -29,16 +29,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "headerName", - "The name of the HTTP header to use for the IP address.", + 'headerName', + 'The name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "position", - "The position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.", + 'position', + 'The position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts index 009dcfaa8..b8fafe70b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement { // The string to match against. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "key", - "The string to match against.", + 'key', + 'The string to match against.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.", + 'scope', + 'Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts index 0f3ff754d..6afbaf99a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts index 40144d673..c6e81d4fc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatement, wafv2_RuleGroupRuleStatement_GetTypes, -} from "./wafv2_RuleGroupRuleStatement"; +} from './wafv2_RuleGroupRuleStatement'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_RuleGroupRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts index a2ddbec7b..01cef4ef6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -33,7 +33,7 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "regexString", + 'regexString', "The string representing the regular expression. **Note:** The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) for details.", () => [], true, @@ -41,8 +41,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes(), true, @@ -50,8 +50,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts index 7bf3e0c09..a9f8ef4be 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch { // Inspect a single header. See Single Header below for details. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts index e66098abc..0f39261ca 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts index 735ff0307..b717c86c1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts index 23948030d..c6be2a11a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts index 4b239ad49..0f9724b15 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 54938e1d9..2996c648d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts index 4232a37f4..bda9a6d51 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts index c2510f9fb..a1b1df774 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 7cd7d31ee..0017e1d7b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts index 0bae71d06..4048cc7a2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts index 880bdd4d2..0a9235ec0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts index 854f1717b..8f862e101 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody { // The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`. @@ -28,16 +28,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 8e9eb6fd6..73df4dda9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index febd7158c..d930f80c3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts index 911b35edf..d741fa687 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts index 31e0fa82e..274c8b020 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts index ee35da162..444c719f8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts index 0ceb7dd93..8327bc621 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts index c033dd3b8..c64d4edbd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts index f77bbe65a..ba3e6fa8c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation { // The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts index 2b10784b9..70ba6cf5b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement { /* @@ -33,8 +33,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes(), true, @@ -42,16 +42,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts index add536fd6..12df2c53b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch { // Inspect all query arguments. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts index 1f9ff9320..c27cc1c82 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts index 38c84cc40..75a70df10 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts index 44bff4e66..373c4d1d4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies { // What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH` @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts index d7d860969..04a13be95 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts index 537793e9e..d7e2f88dd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts index 9341c87f7..7d4242c38 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts index 4ae6925ea..0b4fc30c6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts index cbc643dd1..e10dbf6af 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts index a7282b489..17144ae75 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts index 88b528124..31fb82135 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts index c90966fcf..9ce7f73ed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody { // The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details. @@ -28,8 +28,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts index 0ea0e2c90..9e91048d6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts index 72444f190..c356245ac 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts index 00c577701..39c1a20ec 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts index a421b0f30..cb036e1bf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts index ebddb9e8f..ba3b2a651 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts index 7fb970888..43fe1f1b4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts index 2d071eb30..c7ea17418 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts index 85f73aae4..cc4e0a53e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts index 15bcf9bca..d8d4ede8a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement { // The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`. @@ -36,16 +36,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "comparisonOperator", - "The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.", + 'comparisonOperator', + 'The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes(), false, @@ -53,16 +53,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Number, - "size", - "The size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.", + 'size', + 'The size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts index c7abe4701..19799e712 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch { // Inspect the request body as JSON. See JSON Body for details. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts index 72fab6e20..c0ee69c7e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts index 00bb63be7..200d897ea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts index b8d307e50..9bb3e86e9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts index ac6ce2aa3..ca9b13a0a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts index da550c6d9..ab229ffa7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts index 30e33552f..eef70dbd5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts index 8e1007634..a8dc80098 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts index 15f2426f8..9197ea5d7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts index 8619f29ea..57bbb1cf0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts index cdcaab083..5ab653443 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts index d5b7caf9a..45fc8a95c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody { // The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details. @@ -28,8 +28,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts index 2d47c33bd..6d8963a76 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts index dfa64b6e4..bfc1032f7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts index b2bf5813d..09571bc37 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts index 2519c5226..a417d64b7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts index 9b664d856..efc98d6a9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts index e5a9d917d..71781a9f0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts index 8eb0d2603..6f9dd6ec7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts index 725757268..a3d956379 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts index e47f200ec..3b768325d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement { // Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`. @@ -33,16 +33,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "sensitivityLevel", - "Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.", + 'sensitivityLevel', + 'Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes(), true, @@ -50,8 +50,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts index 7ba1298ea..ac2ea83d2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch { // Inspect a single query argument. See Single Query Argument below for details. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts index 9f60178fe..d6b4df401 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts index 8fd59c06f..a374fcdca 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts index 596450188..6cb67e9bd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies { // The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE` @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts index b7b11615c..26a061df9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 34a0e1c1a..106a0b505 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts index 20629d3b1..5234d28cf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts index 34c08bb18..9d2a32a14 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 8adfffd30..78cd86036 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts index 9e47339bb..9a8e1b913 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts index 7e001f25f..9d33b69ea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts index 062462e53..698d8c470 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,24 +28,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 7ce852cd1..337320542 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index fa8503cb2..8982f5fa5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts index 389939546..02d6a474e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts index 67833f26d..890bd9180 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts index 3a8d8ed66..4aaf476fe 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts index 7401f9851..3ead7f57f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts index 09ac719a3..944eeff01 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts index 6da4db00e..837f9833c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts index 19637aa89..36e9fdc75 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -30,8 +30,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes(), false, @@ -39,8 +39,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts index e72d6838e..c26cc5d4d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch { // Inspect the request body, which immediately follows the request headers. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts index caa37ffd7..d8d4128f3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts index ccb38c96f..614bce369 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts index 192a9c42b..165f1a892 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts index 4766fb8e2..249059dc3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 24642ebf0..fa9703742 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts index b5d3353a9..1321297ba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts index 1cbb648b7..353d6888a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts index c919f5b8b..3baf6be8f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts index 55673f6a2..6a0ae4e1d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts index 2ffe67857..59fbc9343 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts index fc1c437fd..8991fcd90 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody { // The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details. @@ -28,24 +28,24 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 0eddfe11b..b65dbdc28 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern { // @@ -22,16 +22,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 68f1bf2e4..e7cdfe8e5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts index 7dff8b092..4c1ef350a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts index 3b3da325f..75e6a89e2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts index 02f454d80..9a8ac4f5e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts index 46bfddffa..399492261 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts index da73a2daa..8be1308fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts index fe130bd3c..a4cb66801 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRateBasedStatementScopeDownStatement return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatement.ts index dc5d6fad9..933281e13 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -33,7 +33,7 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatement_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "regexString", + 'regexString', "The string representing the regular expression. **Note:** The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) for details.", () => [], true, @@ -41,8 +41,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatement_GetTypes(): Dyna ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation_GetTypes(), true, @@ -50,8 +50,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatement_GetTypes(): Dyna ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch.ts index fdcb0640d..7e207ac07 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch { // Inspect the request body, which immediately follows the request headers. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT return [ new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatch_GetT ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts index 1e34111fc..74bc1fd93 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody.ts index 1cfd7fbcd..2ca810541 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchBody_ return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies.ts index f2e1acd56..d941585df 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCooki return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCooki ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts index 77dc05378..d8c237113 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCooki return [ new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 884552074..ae07292c5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader.ts index cf5081d93..b7f573947 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeade return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeade ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts index 6a3b9c6fb..4465da073 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeade return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeade ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts index a658101d6..3dd67caea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts index c1fe5510a..cf972cb59 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeade return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts index 1d400b7ba..259ed6f59 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJa3Fi return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts index 3514cd43a..ea27f2e8c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,32 +28,32 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonB return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 18a767496..a0dd0067b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonB return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonB ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 2978a7c45..1be8e429d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod.ts index 6967c2ec7..84c4d0aa7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString.ts index b27ecedea..a3d8ccb26 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts index 0dd210d04..eb525883a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingl return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts index 522125040..97d969be2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingl return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath.ts index 4c12acb6b..c82404ca6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation.ts index bf386ca5a..d0576cee8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformation { // The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRegexMatchStatementTextTransformatio return [ new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement.ts index eb2fedb81..f5667e500 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement { // The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references. @@ -33,16 +33,16 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement_Ge return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes(), false, @@ -50,8 +50,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatement_Ge ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts index 8b1857d02..a8b29af7a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatch { // @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts index 128545042..ac4d0cb65 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts index 90f70c741..1e33008c0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts index 854f52f99..3a9206797 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts index b03859277..f3853446b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts index 65f9a5ee8..cfa3f3fa8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts index 423e0fcfc..bb55e5ff7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts index e0544d5a0..8e3ef0b15 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts index 4fe0d5bef..02173de70 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts index 144cc8ece..8c676f2bc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts index c35ce5bb4..90350452a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts index 721003ef4..534b656c8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,32 +28,32 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts index 2b67bbaa7..f11407a3c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts index 1ae6ffaef..b413720b7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts index 8368145a2..421d45e13 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts index 3e8d54154..4276cc50e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts index 76533a503..593d7ec6d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts index c7bfa9704..227615895 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFie return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts index a0d728ed2..3030a15ec 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts index 6870a3b03..da65e90fb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementRegexPatternSetReferenceStatementTex return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatement.ts index 60e5c52c9..f76cd201e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation, wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatement { // The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`. @@ -36,8 +36,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatement_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_GetTypes(), false, @@ -45,16 +45,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatement_GetTypes(): ), new DynamicUIProps( InputType.Number, - "size", - "The size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.", + 'size', + 'The size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation_GetTypes(), true, @@ -62,8 +62,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatement_GetTypes(): ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.", + 'comparisonOperator', + 'The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch.ts index e8c66180f..15df7b829 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch { // Inspect the request body, which immediately follows the request headers. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ return [ new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatch_ ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts index e6110feda..fbd1d674a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody.ts index f4bbf8332..2e630c4a3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchB return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies.ts index cfcc44517..c3513cdb6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookies { // What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH` @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchC return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchC ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts index 3e10f8f28..518bc2bb7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchC return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchC ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts index 1fb3b84ac..fdae1da5a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader.ts index 758512bd5..4f82728de 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeader { // The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`. @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchH return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts index a6f29e2a9..5e2e9ce0b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchH return [ new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchH ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts index b4ef7a448..e71f63fdf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts index 33898e4a7..b14d2d85d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchH return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts index 3699afb13..5cb751b5a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJ return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts index b28ac1bdc..15b762eaf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJ return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJ ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts index c3d430276..716748741 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJ return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJ ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts index 6853df7bd..b432a1ba7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod.ts index a8723c557..682cfcc2f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts index 27039c044..3c80712ef 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts index b23b0befa..37e702627 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchS return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts index d9131b3be..f487b1154 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchS return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts index 13695180e..f2fcc3a3c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation.ts index d463f0e67..b7a483dae 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementSizeConstraintStatementTextTransform return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatement.ts index f93fb276d..595599612 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -33,16 +33,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatement_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "sensitivityLevel", - "Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.", + 'sensitivityLevel', + 'Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation_GetTypes(), true, @@ -50,8 +50,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatement_GetTypes(): Dynam ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch.ts index 90bc47f48..83cb6539e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch { // Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy return [ new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatch_GetTy ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts index 7da27858f..9523a26d6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody.ts index c354423dd..25c94c9ef 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchBody_G return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies.ts index 120c46443..8e59303b4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookie return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookie ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts index adce3d45d..437639a12 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookie return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookie ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 5b81efe7b..d42a7adc0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader.ts index 8ebf90a21..bc31324c4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts index 26ac5aea8..a73549aea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,16 +25,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 5f0cb814c..0c2ca111d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts index 0793355cf..934e8bade 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeader return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts index e10823f3e..405a73f60 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJa3Fin return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts index 90673cdaa..dbebe7526 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,8 +28,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBo return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBo ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 9140e3362..31d7e3256 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,16 +22,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBo return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index dafe0977e..880d92ce9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod.ts index e9e7ffb55..cf6ba15ee 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString.ts index 20d6634ce..18198f445 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts index 052d90053..4499074f6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingle return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts index 0dc506a04..e3c284f94 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingle return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath.ts index f96e2cc4c..c2968a725 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation.ts index 30f872a81..eb3c40dd6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation { // The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementSqliMatchStatementTextTransformation return [ new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatement.ts index f7a9b6a23..a5d68c26d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch'; import { wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation, wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation'; export interface wafv2_RuleGroupRuleStatementXssMatchStatement { // The part of a web request that you want AWS WAF to inspect. See Field to Match below for details. @@ -30,8 +30,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatement_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTypes(), false, @@ -39,8 +39,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatement_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.\nAt least one required.\nSee Text Transformation below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch.ts index 36d2d02aa..10141af7e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch { // Inspect the cookies in the web request. See Cookies below for details. @@ -96,8 +96,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp return [ new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See Cookies below for details.", + 'cookies', + 'Inspect the cookies in the web request. See Cookies below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "", + 'ja3Fingerprint', + '', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers.", + 'body', + 'Inspect the request body, which immediately follows the request headers.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See JSON Body for details.", + 'jsonBody', + 'Inspect the request body as JSON. See JSON Body for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See Single Header below for details.", + 'singleHeader', + 'Inspect a single header. See Single Header below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Array, - "headerOrders", - "Inspect the request headers. See Header Order below for details.", + 'headerOrders', + 'Inspect the request headers. See Header Order below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See Headers below for details.", + 'headers', + 'Inspect the request headers. See Headers below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatch_GetTyp ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See Single Query Argument below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See Single Query Argument below for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts index 5540647e8..731bfb77b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody.ts index 9a1d9d771..7212cc279 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchBody_Ge return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "", + 'oversizeHandling', + '', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies.ts index 815b97b96..564275046 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts index a3a31d0c4..2afaa6f0e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookies return [ new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts index cc24f7c0c..49683e358 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader.ts index 742ebacb0..044637559 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,24 +25,24 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeader_ return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts index 00b0a98fe..3b7037d40 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderM return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderM ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts index c51ff11c2..40720cf86 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts index a208f8b44..7a681f1b1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchHeaderO return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts index 7ff0f4984..a25c5e2fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint { // @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJa3Fing return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", - "", + 'fallbackBehavior', + '', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody.ts index 9cc97c80f..fe94bd5a5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBody { // The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details. @@ -28,16 +28,16 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBod return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBod ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 123031f20..572aacd5f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBod return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBod ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 3dc06edbf..97e081420 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod.ts index 0035d267a..927afab86 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString.ts index d26144098..4b6472255 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts index 8e01ead4f..b83236899 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleHeader { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleH return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts index c5a7e4d43..2fb646d6a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument { // The name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQ return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'The name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath.ts index 8a442ede4..8fa177527 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation.ts index 36ee1aeff..23b0a65e8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation { // The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_RuleGroupRuleStatementXssMatchStatementTextTransformation_ return [ new DynamicUIProps( InputType.String, - "type", - "The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'The transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleVisibilityConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleVisibilityConfig.ts index 0f0f61341..4d7f5b227 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleVisibilityConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupRuleVisibilityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupRuleVisibilityConfig { // A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`. @@ -21,7 +21,7 @@ export function wafv2_RuleGroupRuleVisibilityConfig_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`.", () => [], true, @@ -29,16 +29,16 @@ export function wafv2_RuleGroupRuleVisibilityConfig_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.Bool, - "sampledRequestsEnabled", - "A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.", + 'sampledRequestsEnabled', + 'A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "cloudwatchMetricsEnabled", - "A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).", + 'cloudwatchMetricsEnabled', + 'A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_RuleGroupVisibilityConfig.ts b/src/app/Models/codegen/aws/types/wafv2_RuleGroupVisibilityConfig.ts index d6b6a08cc..3bcf2a604 100644 --- a/src/app/Models/codegen/aws/types/wafv2_RuleGroupVisibilityConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_RuleGroupVisibilityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_RuleGroupVisibilityConfig { // A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics). @@ -21,15 +21,15 @@ export function wafv2_RuleGroupVisibilityConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "cloudwatchMetricsEnabled", - "A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).", + 'cloudwatchMetricsEnabled', + 'A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`.", () => [], true, @@ -37,8 +37,8 @@ export function wafv2_RuleGroupVisibilityConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "sampledRequestsEnabled", - "A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.", + 'sampledRequestsEnabled', + 'A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfig.ts index dc1d81f8b..dd0e3cf3b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclAssociationConfigRequestBody, wafv2_WebAclAssociationConfigRequestBody_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBody"; +} from './wafv2_WebAclAssociationConfigRequestBody'; export interface wafv2_WebAclAssociationConfig { // Customizes the request body that your protected resource forward to AWS WAF for inspection. See `request_body` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclAssociationConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "requestBodies", - "Customizes the request body that your protected resource forward to AWS WAF for inspection. See `request_body` below for details.", + 'requestBodies', + 'Customizes the request body that your protected resource forward to AWS WAF for inspection. See `request_body` below for details.', () => wafv2_WebAclAssociationConfigRequestBody_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBody.ts index 8bd467071..875a0f099 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBody.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclAssociationConfigRequestBodyAppRunnerService, wafv2_WebAclAssociationConfigRequestBodyAppRunnerService_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBodyAppRunnerService"; +} from './wafv2_WebAclAssociationConfigRequestBodyAppRunnerService'; import { wafv2_WebAclAssociationConfigRequestBodyCloudfront, wafv2_WebAclAssociationConfigRequestBodyCloudfront_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBodyCloudfront"; +} from './wafv2_WebAclAssociationConfigRequestBodyCloudfront'; import { wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool, wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool"; +} from './wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool'; import { wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance, wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance"; +} from './wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance'; import { wafv2_WebAclAssociationConfigRequestBodyApiGateway, wafv2_WebAclAssociationConfigRequestBodyApiGateway_GetTypes, -} from "./wafv2_WebAclAssociationConfigRequestBodyApiGateway"; +} from './wafv2_WebAclAssociationConfigRequestBodyApiGateway'; export interface wafv2_WebAclAssociationConfigRequestBody { // Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cloudfront` below for details. @@ -47,24 +47,24 @@ export function wafv2_WebAclAssociationConfigRequestBody_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Array, - "cloudfronts", - "Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cloudfront` below for details.", + 'cloudfronts', + 'Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cloudfront` below for details.', () => wafv2_WebAclAssociationConfigRequestBodyCloudfront_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "cognitoUserPools", - "Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cognito_user_pool` below for details.", + 'cognitoUserPools', + 'Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cognito_user_pool` below for details.', () => wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "verifiedAccessInstances", - "Customizes the request body that your protected AWS Verfied Access instances forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `verified_access_instance` below for details.", + 'verifiedAccessInstances', + 'Customizes the request body that your protected AWS Verfied Access instances forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `verified_access_instance` below for details.', () => wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance_GetTypes(), false, @@ -72,16 +72,16 @@ export function wafv2_WebAclAssociationConfigRequestBody_GetTypes(): DynamicUIPr ), new DynamicUIProps( InputType.Array, - "apiGateways", - "Customizes the request body that your protected Amazon API Gateway REST APIs forward to AWS WAF for inspection. Applicable only when `scope` is set to `CLOUDFRONT`. See `api_gateway` below for details.", + 'apiGateways', + 'Customizes the request body that your protected Amazon API Gateway REST APIs forward to AWS WAF for inspection. Applicable only when `scope` is set to `CLOUDFRONT`. See `api_gateway` below for details.', () => wafv2_WebAclAssociationConfigRequestBodyApiGateway_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "appRunnerServices", - "Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `app_runner_service` below for details.", + 'appRunnerServices', + 'Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `app_runner_service` below for details.', () => wafv2_WebAclAssociationConfigRequestBodyAppRunnerService_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyApiGateway.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyApiGateway.ts index 5d68a0dad..87051ca8e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyApiGateway.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyApiGateway.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclAssociationConfigRequestBodyApiGateway { // Specifies the maximum size of the web request body component that an associated Amazon API Gateway REST APIs should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`. @@ -15,8 +15,8 @@ export function wafv2_WebAclAssociationConfigRequestBodyApiGateway_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "defaultSizeInspectionLimit", - "Specifies the maximum size of the web request body component that an associated Amazon API Gateway REST APIs should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.", + 'defaultSizeInspectionLimit', + 'Specifies the maximum size of the web request body component that an associated Amazon API Gateway REST APIs should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyAppRunnerService.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyAppRunnerService.ts index ed43e02f0..1808df653 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyAppRunnerService.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyAppRunnerService.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclAssociationConfigRequestBodyAppRunnerService { // Specifies the maximum size of the web request body component that an associated Amazon App Runner services should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`. @@ -15,8 +15,8 @@ export function wafv2_WebAclAssociationConfigRequestBodyAppRunnerService_GetType return [ new DynamicUIProps( InputType.String, - "defaultSizeInspectionLimit", - "Specifies the maximum size of the web request body component that an associated Amazon App Runner services should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.", + 'defaultSizeInspectionLimit', + 'Specifies the maximum size of the web request body component that an associated Amazon App Runner services should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCloudfront.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCloudfront.ts index 1ad243ab0..3e4ed19ff 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCloudfront.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCloudfront.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclAssociationConfigRequestBodyCloudfront { // Specifies the maximum size of the web request body component that an associated Amazon CloudFront distribution should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`. @@ -15,8 +15,8 @@ export function wafv2_WebAclAssociationConfigRequestBodyCloudfront_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "defaultSizeInspectionLimit", - "Specifies the maximum size of the web request body component that an associated Amazon CloudFront distribution should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.", + 'defaultSizeInspectionLimit', + 'Specifies the maximum size of the web request body component that an associated Amazon CloudFront distribution should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool.ts index b853b41b8..dde38bc4a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool { // Specifies the maximum size of the web request body component that an associated Amazon Cognito user pools should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`. @@ -15,8 +15,8 @@ export function wafv2_WebAclAssociationConfigRequestBodyCognitoUserPool_GetTypes return [ new DynamicUIProps( InputType.String, - "defaultSizeInspectionLimit", - "Specifies the maximum size of the web request body component that an associated Amazon Cognito user pools should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.", + 'defaultSizeInspectionLimit', + 'Specifies the maximum size of the web request body component that an associated Amazon Cognito user pools should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance.ts index 28436bd82..dc3d3e75c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance { // Specifies the maximum size of the web request body component that an associated AWS Verified Access instances should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`. @@ -15,8 +15,8 @@ export function wafv2_WebAclAssociationConfigRequestBodyVerifiedAccessInstance_G return [ new DynamicUIProps( InputType.String, - "defaultSizeInspectionLimit", - "Specifies the maximum size of the web request body component that an associated AWS Verified Access instances should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.", + 'defaultSizeInspectionLimit', + 'Specifies the maximum size of the web request body component that an associated AWS Verified Access instances should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfig.ts index cfba114bc..109e1a755 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclCaptchaConfigImmunityTimeProperty, wafv2_WebAclCaptchaConfigImmunityTimeProperty_GetTypes, -} from "./wafv2_WebAclCaptchaConfigImmunityTimeProperty"; +} from './wafv2_WebAclCaptchaConfigImmunityTimeProperty'; export interface wafv2_WebAclCaptchaConfig { // Defines custom immunity time. See `immunity_time_property` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclCaptchaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "immunityTimeProperty", - "Defines custom immunity time. See `immunity_time_property` below for details.", + 'immunityTimeProperty', + 'Defines custom immunity time. See `immunity_time_property` below for details.', () => wafv2_WebAclCaptchaConfigImmunityTimeProperty_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfigImmunityTimeProperty.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfigImmunityTimeProperty.ts index 759a08a74..bfa0409f1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfigImmunityTimeProperty.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclCaptchaConfigImmunityTimeProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclCaptchaConfigImmunityTimeProperty { // The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300. @@ -15,8 +15,8 @@ export function wafv2_WebAclCaptchaConfigImmunityTimeProperty_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Number, - "immunityTime", - "The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.", + 'immunityTime', + 'The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfig.ts index 0e8f87026..abf934377 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclChallengeConfigImmunityTimeProperty, wafv2_WebAclChallengeConfigImmunityTimeProperty_GetTypes, -} from "./wafv2_WebAclChallengeConfigImmunityTimeProperty"; +} from './wafv2_WebAclChallengeConfigImmunityTimeProperty'; export interface wafv2_WebAclChallengeConfig { // Defines custom immunity time. See `immunity_time_property` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclChallengeConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "immunityTimeProperty", - "Defines custom immunity time. See `immunity_time_property` below for details.", + 'immunityTimeProperty', + 'Defines custom immunity time. See `immunity_time_property` below for details.', () => wafv2_WebAclChallengeConfigImmunityTimeProperty_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfigImmunityTimeProperty.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfigImmunityTimeProperty.ts index ce5bb147f..817bd8de6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfigImmunityTimeProperty.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclChallengeConfigImmunityTimeProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclChallengeConfigImmunityTimeProperty { // The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300. @@ -15,8 +15,8 @@ export function wafv2_WebAclChallengeConfigImmunityTimeProperty_GetTypes(): Dyna return [ new DynamicUIProps( InputType.Number, - "immunityTime", - "The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.", + 'immunityTime', + 'The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclCustomResponseBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclCustomResponseBody.ts index 6ac28c502..d0ea0a5f0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclCustomResponseBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclCustomResponseBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclCustomResponseBody { // Payload of the custom response. @@ -21,24 +21,24 @@ export function wafv2_WebAclCustomResponseBody_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "key", - "Unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the `custom_response` block.", + 'key', + 'Unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the `custom_response` block.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "content", - "Payload of the custom response.", + 'content', + 'Payload of the custom response.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "contentType", - "Type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.", + 'contentType', + 'Type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultAction.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultAction.ts index 32e706a47..36454e8b7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultAction.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclDefaultActionAllow, wafv2_WebAclDefaultActionAllow_GetTypes, -} from "./wafv2_WebAclDefaultActionAllow"; +} from './wafv2_WebAclDefaultActionAllow'; import { wafv2_WebAclDefaultActionBlock, wafv2_WebAclDefaultActionBlock_GetTypes, -} from "./wafv2_WebAclDefaultActionBlock"; +} from './wafv2_WebAclDefaultActionBlock'; export interface wafv2_WebAclDefaultAction { // Specifies that AWS WAF should allow requests by default. See `allow` below for details. @@ -26,16 +26,16 @@ export function wafv2_WebAclDefaultAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "allow", - "Specifies that AWS WAF should allow requests by default. See `allow` below for details.", + 'allow', + 'Specifies that AWS WAF should allow requests by default. See `allow` below for details.', () => wafv2_WebAclDefaultActionAllow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "block", - "Specifies that AWS WAF should block requests by default. See `block` below for details.", + 'block', + 'Specifies that AWS WAF should block requests by default. See `block` below for details.', () => wafv2_WebAclDefaultActionBlock_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllow.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllow.ts index a01bd1583..0a9ebe0d0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllow.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclDefaultActionAllowCustomRequestHandling, wafv2_WebAclDefaultActionAllowCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclDefaultActionAllowCustomRequestHandling"; +} from './wafv2_WebAclDefaultActionAllowCustomRequestHandling'; export interface wafv2_WebAclDefaultActionAllow { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclDefaultActionAllow_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclDefaultActionAllowCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandling.ts index d14f74762..ebd453508 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader, wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclDefaultActionAllowCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclDefaultActionAllowCustomRequestHandling_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader.ts index 8aae29838..faa4d0f80 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclDefaultActionAllowCustomRequestHandlingInsertHeader_ return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlock.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlock.ts index a6407623f..260707cc4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlock.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlock.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclDefaultActionBlockCustomResponse, wafv2_WebAclDefaultActionBlockCustomResponse_GetTypes, -} from "./wafv2_WebAclDefaultActionBlockCustomResponse"; +} from './wafv2_WebAclDefaultActionBlockCustomResponse'; export interface wafv2_WebAclDefaultActionBlock { // Defines a custom response for the web request. See `custom_response` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclDefaultActionBlock_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customResponse", - "Defines a custom response for the web request. See `custom_response` below for details.", + 'customResponse', + 'Defines a custom response for the web request. See `custom_response` below for details.', () => wafv2_WebAclDefaultActionBlockCustomResponse_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponse.ts index ab827575a..d82f02798 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader, wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader_GetTypes, -} from "./wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader"; +} from './wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader'; export interface wafv2_WebAclDefaultActionBlockCustomResponse { // References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource. @@ -25,24 +25,24 @@ export function wafv2_WebAclDefaultActionBlockCustomResponse_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "customResponseBodyKey", - "References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.", + 'customResponseBodyKey', + 'References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "The HTTP status code to return to the client.", + 'responseCode', + 'The HTTP status code to return to the client.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "responseHeaders", - "The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.", + 'responseHeaders', + 'The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.', () => wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader.ts index 6fd610719..64c9a5ee9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclDefaultActionBlockCustomResponseResponseHeader_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilter.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilter.ts index 62d18c095..ba0e5d246 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilter.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclLoggingConfigurationLoggingFilterFilter, wafv2_WebAclLoggingConfigurationLoggingFilterFilter_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationLoggingFilterFilter"; +} from './wafv2_WebAclLoggingConfigurationLoggingFilterFilter'; export interface wafv2_WebAclLoggingConfigurationLoggingFilter { // Default handling for logs that don't match any of the specified filtering conditions. Valid values for `default_behavior` are `KEEP` or `DROP`. @@ -22,7 +22,7 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilter_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "defaultBehavior", + 'defaultBehavior', "Default handling for logs that don't match any of the specified filtering conditions. Valid values for `default_behavior` are `KEEP` or `DROP`.", () => [], true, @@ -30,8 +30,8 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilter_GetTypes(): Dynami ), new DynamicUIProps( InputType.Array, - "filters", - "Filter(s) that you want to apply to the logs. See Filter below for more details.", + 'filters', + 'Filter(s) that you want to apply to the logs. See Filter below for more details.', () => wafv2_WebAclLoggingConfigurationLoggingFilterFilter_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilter.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilter.ts index 8e4c01051..27fcded66 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilter.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilter.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition, wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition"; +} from './wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition'; export interface wafv2_WebAclLoggingConfigurationLoggingFilterFilter { // Logic to apply to the filtering conditions. You can specify that a log must match all conditions or at least one condition in order to satisfy the filter. Valid values for `requirement` are `MEETS_ALL` or `MEETS_ANY`. @@ -25,24 +25,24 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilterFilter_GetTypes(): return [ new DynamicUIProps( InputType.String, - "requirement", - "Logic to apply to the filtering conditions. You can specify that a log must match all conditions or at least one condition in order to satisfy the filter. Valid values for `requirement` are `MEETS_ALL` or `MEETS_ANY`.", + 'requirement', + 'Logic to apply to the filtering conditions. You can specify that a log must match all conditions or at least one condition in order to satisfy the filter. Valid values for `requirement` are `MEETS_ALL` or `MEETS_ANY`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "behavior", - "Parameter that determines how to handle logs that meet the conditions and requirements of the filter. The valid values for `behavior` are `KEEP` or `DROP`.", + 'behavior', + 'Parameter that determines how to handle logs that meet the conditions and requirements of the filter. The valid values for `behavior` are `KEEP` or `DROP`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "conditions", - "Match condition(s) for the filter. See Condition below for more details.", + 'conditions', + 'Match condition(s) for the filter. See Condition below for more details.', () => wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition.ts index 0645551d7..8ec90fe31 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition, wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition"; +} from './wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition'; import { wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition, wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition"; +} from './wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition'; export interface wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition { // Condition for a single label name. See Label Name Condition below for more details. @@ -26,8 +26,8 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition_Get return [ new DynamicUIProps( InputType.Object, - "actionCondition", - "Configuration for a single action condition. See Action Condition below for more details.", + 'actionCondition', + 'Configuration for a single action condition. See Action Condition below for more details.', () => wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition_GetTypes(), false, @@ -35,8 +35,8 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilterFilterCondition_Get ), new DynamicUIProps( InputType.Object, - "labelNameCondition", - "Condition for a single label name. See Label Name Condition below for more details.", + 'labelNameCondition', + 'Condition for a single label name. See Label Name Condition below for more details.', () => wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition.ts index c5d4a4d77..9894a1d62 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActionCondition { // Action setting that a log record must contain in order to meet the condition. Valid values for `action` are `ALLOW`, `BLOCK`, and `COUNT`. @@ -15,8 +15,8 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionActi return [ new DynamicUIProps( InputType.String, - "action", - "Action setting that a log record must contain in order to meet the condition. Valid values for `action` are `ALLOW`, `BLOCK`, and `COUNT`.", + 'action', + 'Action setting that a log record must contain in order to meet the condition. Valid values for `action` are `ALLOW`, `BLOCK`, and `COUNT`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition.ts index 1a72958a0..673b2705f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabelNameCondition { // Name of the label that a log record must contain in order to meet the condition. It must be a fully qualified label name, which includes a prefix, optional namespaces, and the label name itself. The prefix identifies the rule group or web ACL context of the rule that added the label. @@ -15,8 +15,8 @@ export function wafv2_WebAclLoggingConfigurationLoggingFilterFilterConditionLabe return [ new DynamicUIProps( InputType.String, - "labelName", - "Name of the label that a log record must contain in order to meet the condition. It must be a fully qualified label name, which includes a prefix, optional namespaces, and the label name itself. The prefix identifies the rule group or web ACL context of the rule that added the label.", + 'labelName', + 'Name of the label that a log record must contain in order to meet the condition. It must be a fully qualified label name, which includes a prefix, optional namespaces, and the label name itself. The prefix identifies the rule group or web ACL context of the rule that added the label.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedField.ts index 60032539e..c07abe83e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedField.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclLoggingConfigurationRedactedFieldMethod, wafv2_WebAclLoggingConfigurationRedactedFieldMethod_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationRedactedFieldMethod"; +} from './wafv2_WebAclLoggingConfigurationRedactedFieldMethod'; import { wafv2_WebAclLoggingConfigurationRedactedFieldQueryString, wafv2_WebAclLoggingConfigurationRedactedFieldQueryString_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationRedactedFieldQueryString"; +} from './wafv2_WebAclLoggingConfigurationRedactedFieldQueryString'; import { wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader, wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader"; +} from './wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader'; import { wafv2_WebAclLoggingConfigurationRedactedFieldUriPath, wafv2_WebAclLoggingConfigurationRedactedFieldUriPath_GetTypes, -} from "./wafv2_WebAclLoggingConfigurationRedactedFieldUriPath"; +} from './wafv2_WebAclLoggingConfigurationRedactedFieldUriPath'; export interface wafv2_WebAclLoggingConfigurationRedactedField { // HTTP method to be redacted. It must be specified as an empty configuration block `{}`. The method indicates the type of operation that the request is asking the origin to perform. @@ -40,7 +40,7 @@ export function wafv2_WebAclLoggingConfigurationRedactedField_GetTypes(): Dynami return [ new DynamicUIProps( InputType.Object, - "singleHeader", + 'singleHeader', '"single_header" refers to the redaction of a single header. For more information, please see the details below under Single Header.', () => wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader_GetTypes(), @@ -49,24 +49,24 @@ export function wafv2_WebAclLoggingConfigurationRedactedField_GetTypes(): Dynami ), new DynamicUIProps( InputType.Object, - "uriPath", - "Configuration block that redacts the request URI path. It should be specified as an empty configuration block `{}`. The URI path is the part of a web request that identifies a resource, such as `/images/daily-ad.jpg`.", + 'uriPath', + 'Configuration block that redacts the request URI path. It should be specified as an empty configuration block `{}`. The URI path is the part of a web request that identifies a resource, such as `/images/daily-ad.jpg`.', () => wafv2_WebAclLoggingConfigurationRedactedFieldUriPath_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "method", - "HTTP method to be redacted. It must be specified as an empty configuration block `{}`. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'HTTP method to be redacted. It must be specified as an empty configuration block `{}`. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclLoggingConfigurationRedactedFieldMethod_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "queryString", - "Whether to redact the query string. It must be specified as an empty configuration block `{}`. The query string is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Whether to redact the query string. It must be specified as an empty configuration block `{}`. The query string is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclLoggingConfigurationRedactedFieldQueryString_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldMethod.ts index bfb6202b4..c630b48b7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationRedactedFieldMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldQueryString.ts index 0c8b90217..14e977d13 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationRedactedFieldQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader.ts index ef93777c6..b68888957 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader { // Name of the query header to redact. This setting must be provided in lowercase characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclLoggingConfigurationRedactedFieldSingleHeader_GetTyp return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to redact. This setting must be provided in lowercase characters.", + 'name', + 'Name of the query header to redact. This setting must be provided in lowercase characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldUriPath.ts index 319ecc8fd..011892b02 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclLoggingConfigurationRedactedFieldUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclLoggingConfigurationRedactedFieldUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRule.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRule.ts index 239420159..4aabf2ac5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRule.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRule.ts @@ -3,32 +3,32 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleRuleLabel, wafv2_WebAclRuleRuleLabel_GetTypes, -} from "./wafv2_WebAclRuleRuleLabel"; +} from './wafv2_WebAclRuleRuleLabel'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; import { wafv2_WebAclRuleVisibilityConfig, wafv2_WebAclRuleVisibilityConfig_GetTypes, -} from "./wafv2_WebAclRuleVisibilityConfig"; +} from './wafv2_WebAclRuleVisibilityConfig'; import { wafv2_WebAclRuleAction, wafv2_WebAclRuleAction_GetTypes, -} from "./wafv2_WebAclRuleAction"; +} from './wafv2_WebAclRuleAction'; import { wafv2_WebAclRuleCaptchaConfig, wafv2_WebAclRuleCaptchaConfig_GetTypes, -} from "./wafv2_WebAclRuleCaptchaConfig"; +} from './wafv2_WebAclRuleCaptchaConfig'; import { wafv2_WebAclRuleOverrideAction, wafv2_WebAclRuleOverrideAction_GetTypes, -} from "./wafv2_WebAclRuleOverrideAction"; +} from './wafv2_WebAclRuleOverrideAction'; export interface wafv2_WebAclRule { // Labels to apply to web requests that match the rule match statement. See `rule_label` below for details. @@ -60,55 +60,55 @@ export function wafv2_WebAclRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Friendly name of the rule. Note that the provider assumes that rules with names matching this pattern, `^ShieldMitigationRuleGroup___.*`, are AWS-added for [automatic application layer DDoS mitigation activities](https://docs.aws.amazon.com/waf/latest/developerguide/ddos-automatic-app-layer-response-rg.html). Such rules will be ignored by the provider unless you explicitly include them in your configuration (for example, by using the AWS CLI to discover their properties and creating matching configuration). However, since these rules are owned and managed by AWS, you may get permission errors.", + 'name', + 'Friendly name of the rule. Note that the provider assumes that rules with names matching this pattern, `^ShieldMitigationRuleGroup___.*`, are AWS-added for [automatic application layer DDoS mitigation activities](https://docs.aws.amazon.com/waf/latest/developerguide/ddos-automatic-app-layer-response-rg.html). Such rules will be ignored by the provider unless you explicitly include them in your configuration (for example, by using the AWS CLI to discover their properties and creating matching configuration). However, since these rules are owned and managed by AWS, you may get permission errors.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "overrideAction", - "Override action to apply to the rules in a rule group. Used only for rule **statements that reference a rule group**, like `rule_group_reference_statement` and `managed_rule_group_statement`. See `override_action` below for details.", + 'overrideAction', + 'Override action to apply to the rules in a rule group. Used only for rule **statements that reference a rule group**, like `rule_group_reference_statement` and `managed_rule_group_statement`. See `override_action` below for details.', () => wafv2_WebAclRuleOverrideAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.", + 'priority', + 'If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ruleLabels", - "Labels to apply to web requests that match the rule match statement. See `rule_label` below for details.", + 'ruleLabels', + 'Labels to apply to web requests that match the rule match statement. See `rule_label` below for details.', () => wafv2_WebAclRuleRuleLabel_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "statement", - "The AWS WAF processing statement for the rule, for example `byte_match_statement` or `geo_match_statement`. See `statement` below for details.", + 'statement', + 'The AWS WAF processing statement for the rule, for example `byte_match_statement` or `geo_match_statement`. See `statement` below for details.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "visibilityConfig", - "Defines and enables Amazon CloudWatch metrics and web request sample collection. See `visibility_config` below for details.", + 'visibilityConfig', + 'Defines and enables Amazon CloudWatch metrics and web request sample collection. See `visibility_config` below for details.', () => wafv2_WebAclRuleVisibilityConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "action", + 'action', "Action that AWS WAF should take on a web request when it matches the rule's statement. This is used only for rules whose **statements do not reference a rule group**. See `action` for details.", () => wafv2_WebAclRuleAction_GetTypes(), false, @@ -116,8 +116,8 @@ export function wafv2_WebAclRule_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "captchaConfig", - "Specifies how AWS WAF should handle CAPTCHA evaluations. See `captcha_config` below for details.", + 'captchaConfig', + 'Specifies how AWS WAF should handle CAPTCHA evaluations. See `captcha_config` below for details.', () => wafv2_WebAclRuleCaptchaConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleAction.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleAction.ts index 02da24db5..171fded97 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleAction.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleAction.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionAllow, wafv2_WebAclRuleActionAllow_GetTypes, -} from "./wafv2_WebAclRuleActionAllow"; +} from './wafv2_WebAclRuleActionAllow'; import { wafv2_WebAclRuleActionBlock, wafv2_WebAclRuleActionBlock_GetTypes, -} from "./wafv2_WebAclRuleActionBlock"; +} from './wafv2_WebAclRuleActionBlock'; import { wafv2_WebAclRuleActionCaptcha, wafv2_WebAclRuleActionCaptcha_GetTypes, -} from "./wafv2_WebAclRuleActionCaptcha"; +} from './wafv2_WebAclRuleActionCaptcha'; import { wafv2_WebAclRuleActionChallenge, wafv2_WebAclRuleActionChallenge_GetTypes, -} from "./wafv2_WebAclRuleActionChallenge"; +} from './wafv2_WebAclRuleActionChallenge'; import { wafv2_WebAclRuleActionCount, wafv2_WebAclRuleActionCount_GetTypes, -} from "./wafv2_WebAclRuleActionCount"; +} from './wafv2_WebAclRuleActionCount'; export interface wafv2_WebAclRuleAction { // Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details. @@ -47,40 +47,40 @@ export function wafv2_WebAclRuleAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "challenge", - "Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.", + 'challenge', + 'Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.', () => wafv2_WebAclRuleActionChallenge_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "count", - "Instructs AWS WAF to count the web request and allow it. See `count` below for details.", + 'count', + 'Instructs AWS WAF to count the web request and allow it. See `count` below for details.', () => wafv2_WebAclRuleActionCount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "allow", - "Instructs AWS WAF to allow the web request. See `allow` below for details.", + 'allow', + 'Instructs AWS WAF to allow the web request. See `allow` below for details.', () => wafv2_WebAclRuleActionAllow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "block", - "Instructs AWS WAF to block the web request. See `block` below for details.", + 'block', + 'Instructs AWS WAF to block the web request. See `block` below for details.', () => wafv2_WebAclRuleActionBlock_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "captcha", - "Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.", + 'captcha', + 'Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.', () => wafv2_WebAclRuleActionCaptcha_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllow.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllow.ts index ada0ca703..4f5d52d05 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllow.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionAllowCustomRequestHandling, wafv2_WebAclRuleActionAllowCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleActionAllowCustomRequestHandling"; +} from './wafv2_WebAclRuleActionAllowCustomRequestHandling'; export interface wafv2_WebAclRuleActionAllow { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionAllow_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleActionAllowCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandling.ts index 31f2aa63d..b03a7a633 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader, wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleActionAllowCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionAllowCustomRequestHandling_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader.ts index 082310fa8..a4df237e3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader { // Value of the custom header. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleActionAllowCustomRequestHandlingInsertHeader_Get return [ new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlock.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlock.ts index 3aae67649..0a2b61ab2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlock.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlock.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionBlockCustomResponse, wafv2_WebAclRuleActionBlockCustomResponse_GetTypes, -} from "./wafv2_WebAclRuleActionBlockCustomResponse"; +} from './wafv2_WebAclRuleActionBlockCustomResponse'; export interface wafv2_WebAclRuleActionBlock { // Defines a custom response for the web request. See `custom_response` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionBlock_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customResponse", - "Defines a custom response for the web request. See `custom_response` below for details.", + 'customResponse', + 'Defines a custom response for the web request. See `custom_response` below for details.', () => wafv2_WebAclRuleActionBlockCustomResponse_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponse.ts index 444484c14..a78db83a2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionBlockCustomResponseResponseHeader, wafv2_WebAclRuleActionBlockCustomResponseResponseHeader_GetTypes, -} from "./wafv2_WebAclRuleActionBlockCustomResponseResponseHeader"; +} from './wafv2_WebAclRuleActionBlockCustomResponseResponseHeader'; export interface wafv2_WebAclRuleActionBlockCustomResponse { // References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleActionBlockCustomResponse_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "customResponseBodyKey", - "References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.", + 'customResponseBodyKey', + 'References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "The HTTP status code to return to the client.", + 'responseCode', + 'The HTTP status code to return to the client.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "responseHeaders", - "The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.", + 'responseHeaders', + 'The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.', () => wafv2_WebAclRuleActionBlockCustomResponseResponseHeader_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponseResponseHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponseResponseHeader.ts index 4ee078293..833966f4a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponseResponseHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionBlockCustomResponseResponseHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleActionBlockCustomResponseResponseHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleActionBlockCustomResponseResponseHeader_GetTypes return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptcha.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptcha.ts index 29bb96809..59853ffaa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptcha.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptcha.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionCaptchaCustomRequestHandling, wafv2_WebAclRuleActionCaptchaCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleActionCaptchaCustomRequestHandling"; +} from './wafv2_WebAclRuleActionCaptchaCustomRequestHandling'; export interface wafv2_WebAclRuleActionCaptcha { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionCaptcha_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleActionCaptchaCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandling.ts index 90443be88..53b9d9dfd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader, wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleActionCaptchaCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionCaptchaCustomRequestHandling_GetTypes(): D return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.ts index 73a03e710..76f58df80 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader_G return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallenge.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallenge.ts index 61a0c344e..01ed2d0aa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallenge.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallenge.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionChallengeCustomRequestHandling, wafv2_WebAclRuleActionChallengeCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleActionChallengeCustomRequestHandling"; +} from './wafv2_WebAclRuleActionChallengeCustomRequestHandling'; export interface wafv2_WebAclRuleActionChallenge { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionChallenge_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleActionChallengeCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandling.ts index 6b141927a..d7e995d01 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader, wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleActionChallengeCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionChallengeCustomRequestHandling_GetTypes(): return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader.ts index acadcc464..a2b3e4d97 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleActionChallengeCustomRequestHandlingInsertHeader return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCount.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCount.ts index a8fc165a7..5613c9fdf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCount.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCount.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionCountCustomRequestHandling, wafv2_WebAclRuleActionCountCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleActionCountCustomRequestHandling"; +} from './wafv2_WebAclRuleActionCountCustomRequestHandling'; export interface wafv2_WebAclRuleActionCount { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionCount_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleActionCountCustomRequestHandling_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandling.ts index 6b598f07e..0cdc12731 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader, wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleActionCountCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleActionCountCustomRequestHandling_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader.ts index 2190ade7f..439ba45f2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleActionCountCustomRequestHandlingInsertHeader_Get return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfig.ts index ed7a006bb..3d11077b0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfig.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty, wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty_GetTypes, -} from "./wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty"; +} from './wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty'; export interface wafv2_WebAclRuleCaptchaConfig { // Defines custom immunity time. See `immunity_time_property` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleCaptchaConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "immunityTimeProperty", - "Defines custom immunity time. See `immunity_time_property` below for details.", + 'immunityTimeProperty', + 'Defines custom immunity time. See `immunity_time_property` below for details.', () => wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty.ts index 533a7c148..37b6dd695 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty { // The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleCaptchaConfigImmunityTimeProperty_GetTypes(): Dy return [ new DynamicUIProps( InputType.Number, - "immunityTime", - "The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.", + 'immunityTime', + 'The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideAction.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideAction.ts index 10a565add..a79b9dd9a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideAction.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideAction.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleOverrideActionCount, wafv2_WebAclRuleOverrideActionCount_GetTypes, -} from "./wafv2_WebAclRuleOverrideActionCount"; +} from './wafv2_WebAclRuleOverrideActionCount'; import { wafv2_WebAclRuleOverrideActionNone, wafv2_WebAclRuleOverrideActionNone_GetTypes, -} from "./wafv2_WebAclRuleOverrideActionNone"; +} from './wafv2_WebAclRuleOverrideActionNone'; export interface wafv2_WebAclRuleOverrideAction { // Override the rule action setting to count (i.e., only count matches). Configured as an empty block `{}`. @@ -26,15 +26,15 @@ export function wafv2_WebAclRuleOverrideAction_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "count", - "Override the rule action setting to count (i.e., only count matches). Configured as an empty block `{}`.", + 'count', + 'Override the rule action setting to count (i.e., only count matches). Configured as an empty block `{}`.', () => wafv2_WebAclRuleOverrideActionCount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "none", + 'none', "Don't override the rule action setting. Configured as an empty block `{}`.", () => wafv2_WebAclRuleOverrideActionNone_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionCount.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionCount.ts index f229d0b34..3498ee758 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionCount.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionCount.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleOverrideActionCount {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionNone.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionNone.ts index c56462ece..785a5eb3c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionNone.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleOverrideActionNone.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleOverrideActionNone {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleRuleLabel.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleRuleLabel.ts index 900a49a56..36a5aa01d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleRuleLabel.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleRuleLabel.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleRuleLabel { // Label string. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleRuleLabel_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Label string.", + 'name', + 'Label string.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatement.ts index 315590f55..27a0e9a50 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatement.ts @@ -3,68 +3,68 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementNotStatement, wafv2_WebAclRuleStatementNotStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementNotStatement"; +} from './wafv2_WebAclRuleStatementNotStatement'; import { wafv2_WebAclRuleStatementRegexMatchStatement, wafv2_WebAclRuleStatementRegexMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatement"; +} from './wafv2_WebAclRuleStatementRegexMatchStatement'; import { wafv2_WebAclRuleStatementSizeConstraintStatement, wafv2_WebAclRuleStatementSizeConstraintStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatement"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatement'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement'; import { wafv2_WebAclRuleStatementByteMatchStatement, wafv2_WebAclRuleStatementByteMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatement"; +} from './wafv2_WebAclRuleStatementByteMatchStatement'; import { wafv2_WebAclRuleStatementIpSetReferenceStatement, wafv2_WebAclRuleStatementIpSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementIpSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementIpSetReferenceStatement'; import { wafv2_WebAclRuleStatementAndStatement, wafv2_WebAclRuleStatementAndStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementAndStatement"; +} from './wafv2_WebAclRuleStatementAndStatement'; import { wafv2_WebAclRuleStatementXssMatchStatement, wafv2_WebAclRuleStatementXssMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatement"; +} from './wafv2_WebAclRuleStatementXssMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatement'; import { wafv2_WebAclRuleStatementSqliMatchStatement, wafv2_WebAclRuleStatementSqliMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatement"; +} from './wafv2_WebAclRuleStatementSqliMatchStatement'; import { wafv2_WebAclRuleStatementLabelMatchStatement, wafv2_WebAclRuleStatementLabelMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementLabelMatchStatement"; +} from './wafv2_WebAclRuleStatementLabelMatchStatement'; import { wafv2_WebAclRuleStatementOrStatement, wafv2_WebAclRuleStatementOrStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementOrStatement"; +} from './wafv2_WebAclRuleStatementOrStatement'; import { wafv2_WebAclRuleStatementGeoMatchStatement, wafv2_WebAclRuleStatementGeoMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementGeoMatchStatement"; +} from './wafv2_WebAclRuleStatementGeoMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatement, wafv2_WebAclRuleStatementRateBasedStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatement'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatement, wafv2_WebAclRuleStatementRuleGroupReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatement"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatement'; export interface wafv2_WebAclRuleStatement { // Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details. @@ -117,64 +117,64 @@ export function wafv2_WebAclRuleStatement_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Object, - "managedRuleGroupStatement", - "Rule statement used to run the rules that are defined in a managed rule group. This statement can not be nested. See `managed_rule_group_statement` below for details.", + 'managedRuleGroupStatement', + 'Rule statement used to run the rules that are defined in a managed rule group. This statement can not be nested. See `managed_rule_group_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "geoMatchStatement", - "Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.", + 'geoMatchStatement', + 'Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.', () => wafv2_WebAclRuleStatementGeoMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rateBasedStatement", - "Rate-based rule tracks the rate of requests for each originating `IP address`, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any `5-minute` time span. This statement can not be nested. See `rate_based_statement` below for details.", + 'rateBasedStatement', + 'Rate-based rule tracks the rate of requests for each originating `IP address`, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any `5-minute` time span. This statement can not be nested. See `rate_based_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "regexMatchStatement", - "Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.", + 'regexMatchStatement', + 'Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ruleGroupReferenceStatement", - "Rule statement used to run the rules that are defined in an WAFv2 Rule Group. See `rule_group_reference_statement` below for details.", + 'ruleGroupReferenceStatement', + 'Rule statement used to run the rules that are defined in an WAFv2 Rule Group. See `rule_group_reference_statement` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sizeConstraintStatement", - "Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.", + 'sizeConstraintStatement', + 'Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.', () => wafv2_WebAclRuleStatementSizeConstraintStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "xssMatchStatement", - "Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.", + 'xssMatchStatement', + 'Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "regexPatternSetReferenceStatement", - "Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.", + 'regexPatternSetReferenceStatement', + 'Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement_GetTypes(), false, @@ -182,56 +182,56 @@ export function wafv2_WebAclRuleStatement_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Object, - "labelMatchStatement", - "Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.", + 'labelMatchStatement', + 'Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.', () => wafv2_WebAclRuleStatementLabelMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ipSetReferenceStatement", - "Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.", + 'ipSetReferenceStatement', + 'Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementIpSetReferenceStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "orStatement", - "Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.", + 'orStatement', + 'Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.', () => wafv2_WebAclRuleStatementOrStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "byteMatchStatement", - "Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.", + 'byteMatchStatement', + 'Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "notStatement", - "Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.", + 'notStatement', + 'Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.', () => wafv2_WebAclRuleStatementNotStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sqliMatchStatement", - "An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.", + 'sqliMatchStatement', + 'An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "andStatement", - "Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.", + 'andStatement', + 'Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.', () => wafv2_WebAclRuleStatementAndStatement_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementAndStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementAndStatement.ts index 7848d985a..38dd0a9ee 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementAndStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementAndStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementAndStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementAndStatement_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatement.ts index 0dd7e5807..f8cefb9f9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementByteMatchStatementTextTransformation, wafv2_WebAclRuleStatementByteMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementByteMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementByteMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -32,16 +32,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatement_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.String, - "searchString", - "String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.", + 'searchString', + 'String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementTextTransformation_GetTypes(), true, @@ -49,16 +49,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatement_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.", + 'positionalConstraint', + 'Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch.ts index c240d0b48..4504ec6dd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch { // Inspect the request headers. See `headers` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes return [ new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -168,7 +168,7 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts index 3f874d36b..a2aa4fb75 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody.ts index 2147983e5..628d61736 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchBody_GetT return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies.ts index 988e814f2..a2e983864 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies_G return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookies_G ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts index e573b7b83..32da1ef0c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern { // @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMa return [ new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMa ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 576c804be..60427bbd2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader.ts index 824f6b87d..5d7371779 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader_Ge return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeader_Ge ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts index e5ac9d948..d0906d2f8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMat return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 95535adf6..b89d91c58 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts index 01854a08f..84170896e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchHeaderOrd return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts index 64431d7eb..96d1637c6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJa3Finger return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody.ts index 6562fc074..4c7ddbe82 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody_ return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBody_ ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts index da40c53c4..198854688 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyM return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyM ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index fb11d1e1d..295ec3d0a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod.ts index 5cf47adec..ce8489614 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString.ts index 50c622006..f2a01f456 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts index 55ba3a613..cb7b5c013 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleHea return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts index f9a628251..2aabffb32 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchSingleQue return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath.ts index 9c5e1703d..65d9179fe 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementTextTransformation.ts index ba99ae6ac..3d0df22e5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementByteMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementByteMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementByteMatchStatementTextTransformation_Ge return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatement.ts index 222b2a8ae..6a02f1a44 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig, wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig'; export interface wafv2_WebAclRuleStatementGeoMatchStatement { // Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values. @@ -22,7 +22,7 @@ export function wafv2_WebAclRuleStatementGeoMatchStatement_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Array, - "countryCodes", + 'countryCodes', 'Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.', () => InputType_String_GetTypes(), true, @@ -30,7 +30,7 @@ export function wafv2_WebAclRuleStatementGeoMatchStatement_GetTypes(): DynamicUI ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwarded_ip_config` below for details.", () => wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig.ts index 2cd1400c8..738234fc7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig_GetT return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_WebAclRuleStatementGeoMatchStatementForwardedIpConfig_GetT ), new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatement.ts index 56e1a5107..b0650e946 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig, wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig'; export interface wafv2_WebAclRuleStatementIpSetReferenceStatement { // The Amazon Resource Name (ARN) of the IP Set that this statement references. @@ -22,15 +22,15 @@ export function wafv2_WebAclRuleStatementIpSetReferenceStatement_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the IP Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the IP Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "ipSetForwardedIpConfig", + 'ipSetForwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `ip_set_forwarded_ip_config` below for more details.", () => wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts index c58e39c2e..3b54143b8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -21,7 +21,7 @@ export function wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIp return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementIpSetReferenceStatementIpSetForwardedIp ), new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "position", - "Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.", + 'position', + 'Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementLabelMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementLabelMatchStatement.ts index c2710cfea..88da1ff45 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementLabelMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementLabelMatchStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementLabelMatchStatement { // String to match against. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementLabelMatchStatement_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "key", - "String to match against.", + 'key', + 'String to match against.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.", + 'scope', + 'Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatement.ts index ab433837a..2d2349b7c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatement.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatement { // Name of the managed rule group vendor. @@ -42,23 +42,23 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatement_GetTypes(): D return [ new DynamicUIProps( InputType.String, - "vendorName", - "Name of the managed rule group vendor.", + 'vendorName', + 'Name of the managed rule group vendor.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "version", - "Version of the managed rule group. You can set `Version_1.0` or `Version_1.1` etc. If you want to use the default version, do not set anything.", + 'version', + 'Version of the managed rule group. You can set `Version_1.0` or `Version_1.1` etc. If you want to use the default version, do not set anything.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "managedRuleGroupConfigs", + 'managedRuleGroupConfigs', "Additional information that's used by a managed rule group. Only one rule attribute is allowed in each config. See `managed_rule_group_configs` for more details", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig_GetTypes(), @@ -67,16 +67,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatement_GetTypes(): D ), new DynamicUIProps( InputType.String, - "name", - "Name of the managed rule group.", + 'name', + 'Name of the managed rule group.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ruleActionOverrides", - "Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change. See `rule_action_override` below for details.", + 'ruleActionOverrides', + 'Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change. See `rule_action_override` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride_GetTypes(), false, @@ -84,8 +84,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatement_GetTypes(): D ), new DynamicUIProps( InputType.Object, - "scopeDownStatement", - "Narrows the scope of the statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See `statement` above for details.", + 'scopeDownStatement', + 'Narrows the scope of the statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See `statement` above for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig.ts index 8deb08f80..ffbd71066 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig { // Details about your login page password field. See `password_field` for more details. @@ -53,8 +53,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Object, - "awsManagedRulesAtpRuleSet", - "Additional configuration for using the Account Takeover Protection managed rule group. Use this to specify information such as the sign-in page of your application and the type of content to accept or reject from the client.", + 'awsManagedRulesAtpRuleSet', + 'Additional configuration for using the Account Takeover Protection managed rule group. Use this to specify information such as the sign-in page of your application and the type of content to accept or reject from the client.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet_GetTypes(), false, @@ -62,8 +62,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "awsManagedRulesBotControlRuleSet", - "Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. See `aws_managed_rules_bot_control_rule_set` for more details", + 'awsManagedRulesBotControlRuleSet', + 'Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. See `aws_managed_rules_bot_control_rule_set` for more details', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet_GetTypes(), false, @@ -71,16 +71,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.String, - "loginPath", - "The path of the login endpoint for your application.", + 'loginPath', + 'The path of the login endpoint for your application.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "passwordField", - "Details about your login page password field. See `password_field` for more details.", + 'passwordField', + 'Details about your login page password field. See `password_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField_GetTypes(), false, @@ -88,16 +88,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.String, - "payloadType", - "The payload type for your login endpoint, either JSON or form encoded.", + 'payloadType', + 'The payload type for your login endpoint, either JSON or form encoded.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "usernameField", - "Details about your login page username field. See `username_field` for more details.", + 'usernameField', + 'Details about your login page username field. See `username_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "awsManagedRulesAcfpRuleSet", - "Additional configuration for using the Account Creation Fraud Prevention managed rule group. Use this to specify information such as the registration page of your application and the type of content to accept or reject from the client.", + 'awsManagedRulesAcfpRuleSet', + 'Additional configuration for using the Account Creation Fraud Prevention managed rule group. Use this to specify information such as the registration page of your application and the type of content to accept or reject from the client.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet.ts index 2e6087298..7f2075306 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet { // The path of the account creation endpoint for your application. This is the page on your website that accepts the completed registration form for a new user. This page must accept POST requests. @@ -35,32 +35,32 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "creationPath", - "The path of the account creation endpoint for your application. This is the page on your website that accepts the completed registration form for a new user. This page must accept POST requests.", + 'creationPath', + 'The path of the account creation endpoint for your application. This is the page on your website that accepts the completed registration form for a new user. This page must accept POST requests.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableRegexInPath", - "Whether or not to allow the use of regular expressions in the login page path.", + 'enableRegexInPath', + 'Whether or not to allow the use of regular expressions in the login page path.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "registrationPagePath", - "The path of the account registration endpoint for your application. This is the page on your website that presents the registration form to new users. This page must accept GET text/html requests.", + 'registrationPagePath', + 'The path of the account registration endpoint for your application. This is the page on your website that presents the registration form to new users. This page must accept GET text/html requests.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "requestInspection", - "The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage. See `request_inspection` for more details.", + 'requestInspection', + 'The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage. See `request_inspection` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection_GetTypes(), true, @@ -68,8 +68,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "responseInspection", - "The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates. Note that Response Inspection is available only on web ACLs that protect CloudFront distributions. See `response_inspection` for more details.", + 'responseInspection', + 'The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates. Note that Response Inspection is available only on web ACLs that protect CloudFront distributions. See `response_inspection` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection.ts index 13b926e01..e3648ea97 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspection { // The name of the field in the request payload that contains your customer's email. See `email_field` for more details. @@ -50,7 +50,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Object, - "addressFields", + 'addressFields', "The names of the fields in the request payload that contain your customer's primary physical address. See `address_fields` for more details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields_GetTypes(), @@ -59,7 +59,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "emailField", + 'emailField', "The name of the field in the request payload that contains your customer's email. See `email_field` for more details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField_GetTypes(), @@ -68,8 +68,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "passwordField", - "Details about your login page password field. See `password_field` for more details.", + 'passwordField', + 'Details about your login page password field. See `password_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField_GetTypes(), false, @@ -77,15 +77,15 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.String, - "payloadType", - "The payload type for your login endpoint, either JSON or form encoded.", + 'payloadType', + 'The payload type for your login endpoint, either JSON or form encoded.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "phoneNumberFields", + 'phoneNumberFields', "The names of the fields in the request payload that contain your customer's primary phone number. See `phone_number_fields` for more details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields_GetTypes(), @@ -94,8 +94,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "usernameField", - "Details about your login page username field. See `username_field` for more details.", + 'usernameField', + 'Details about your login page username field. See `username_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields.ts index 91ef8a32b..72cef6a7c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionAddressFields { // @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "identifiers", - "", + 'identifiers', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField.ts index ede2cdd02..56f5da080 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionEmailField { // The name of the field in the request payload that contains your customer's email. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", + 'identifier', "The name of the field in the request payload that contains your customer's email.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField.ts index 72f06c514..c31661776 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPasswordField { // The name of the password field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the password field.", + 'identifier', + 'The name of the password field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields.ts index 48f1df09a..5215be6b3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionPhoneNumberFields { // @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "identifiers", - "", + 'identifiers', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField.ts index af841c7f1..08568a3c2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetRequestInspectionUsernameField { // The name of the username field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the username field.", + 'identifier', + 'The name of the username field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection.ts index 81710240e..4fdd23032 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspection { // Configures inspection of the response header.See `header` for more details. @@ -40,8 +40,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Object, - "bodyContains", - "Configures inspection of the response body. See `body_contains` for more details.", + 'bodyContains', + 'Configures inspection of the response body. See `body_contains` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains_GetTypes(), false, @@ -49,8 +49,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "header", - "Configures inspection of the response header.See `header` for more details.", + 'header', + 'Configures inspection of the response header.See `header` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader_GetTypes(), false, @@ -58,8 +58,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "json", - "Configures inspection of the response JSON. See `json` for more details.", + 'json', + 'Configures inspection of the response JSON. See `json` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson_GetTypes(), false, @@ -67,8 +67,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "statusCode", - "Configures inspection of the response status code.See `status_code` for more details.", + 'statusCode', + 'Configures inspection of the response status code.See `status_code` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains.ts index 54b0c3ab6..2dcf248c6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionBodyContains { // Strings in the body of the response that indicate a failed login attempt. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "failureStrings", - "Strings in the body of the response that indicate a failed login attempt.", + 'failureStrings', + 'Strings in the body of the response that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "successStrings", - "Strings in the body of the response that indicate a successful login attempt.", + 'successStrings', + 'Strings in the body of the response that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader.ts index d759871eb..97405903e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionHeader { // Values in the response header with the specified name that indicate a successful login attempt. @@ -21,24 +21,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "successValues", - "Values in the response header with the specified name that indicate a successful login attempt.", + 'successValues', + 'Values in the response header with the specified name that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "failureValues", - "Values in the response header with the specified name that indicate a failed login attempt.", + 'failureValues', + 'Values in the response header with the specified name that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the header to use.", + 'name', + 'The name of the header to use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson.ts index debdabe58..b7a998268 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionJson { // The identifier for the value to match against in the JSON. @@ -21,24 +21,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The identifier for the value to match against in the JSON.", + 'identifier', + 'The identifier for the value to match against in the JSON.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "successValues", - "Values in the response header with the specified name that indicate a successful login attempt.", + 'successValues', + 'Values in the response header with the specified name that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "failureValues", - "Values in the response header with the specified name that indicate a failed login attempt.", + 'failureValues', + 'Values in the response header with the specified name that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode.ts index 2f4393861..da2f19048 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSetResponseInspectionStatusCode { // Status codes in the response that indicate a failed login attempt. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "failureCodes", - "Status codes in the response that indicate a failed login attempt.", + 'failureCodes', + 'Status codes in the response that indicate a failed login attempt.', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "successCodes", - "Status codes in the response that indicate a successful login attempt.", + 'successCodes', + 'Status codes in the response that indicate a successful login attempt.', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet.ts index 51456c0c7..529ae3c8f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet { // Whether or not to allow the use of regular expressions in the login page path. @@ -32,24 +32,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Bool, - "enableRegexInPath", - "Whether or not to allow the use of regular expressions in the login page path.", + 'enableRegexInPath', + 'Whether or not to allow the use of regular expressions in the login page path.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loginPath", - "The path of the login endpoint for your application.", + 'loginPath', + 'The path of the login endpoint for your application.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "requestInspection", - "The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage. See `request_inspection` for more details.", + 'requestInspection', + 'The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage. See `request_inspection` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection_GetTypes(), false, @@ -57,8 +57,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "responseInspection", - "The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates. Note that Response Inspection is available only on web ACLs that protect CloudFront distributions. See `response_inspection` for more details.", + 'responseInspection', + 'The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates. Note that Response Inspection is available only on web ACLs that protect CloudFront distributions. See `response_inspection` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection.ts index de4ef5982..32b73a912 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspection { // Details about your login page password field. See `password_field` for more details. @@ -29,8 +29,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Object, - "usernameField", - "Details about your login page username field. See `username_field` for more details.", + 'usernameField', + 'Details about your login page username field. See `username_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField_GetTypes(), true, @@ -38,8 +38,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "passwordField", - "Details about your login page password field. See `password_field` for more details.", + 'passwordField', + 'Details about your login page password field. See `password_field` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField_GetTypes(), true, @@ -47,8 +47,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.String, - "payloadType", - "The payload type for your login endpoint, either JSON or form encoded.", + 'payloadType', + 'The payload type for your login endpoint, either JSON or form encoded.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField.ts index 2743ce5fb..0c84d6a57 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionPasswordField { // The name of the password field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the password field.", + 'identifier', + 'The name of the password field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField.ts index 1fba138bb..4cc9cfb07 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetRequestInspectionUsernameField { // The name of the username field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the username field.", + 'identifier', + 'The name of the username field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection.ts index 8d09ee6ed..5397f039e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection.ts @@ -3,24 +3,24 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode, wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspection { // Configures inspection of the response body. See `body_contains` for more details. @@ -40,8 +40,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Object, - "bodyContains", - "Configures inspection of the response body. See `body_contains` for more details.", + 'bodyContains', + 'Configures inspection of the response body. See `body_contains` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains_GetTypes(), false, @@ -49,8 +49,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "header", - "Configures inspection of the response header.See `header` for more details.", + 'header', + 'Configures inspection of the response header.See `header` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader_GetTypes(), false, @@ -58,8 +58,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "json", - "Configures inspection of the response JSON. See `json` for more details.", + 'json', + 'Configures inspection of the response JSON. See `json` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson_GetTypes(), false, @@ -67,8 +67,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro ), new DynamicUIProps( InputType.Object, - "statusCode", - "Configures inspection of the response status code.See `status_code` for more details.", + 'statusCode', + 'Configures inspection of the response status code.See `status_code` for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains.ts index 9f1393516..5ef88db09 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionBodyContains { // Strings in the body of the response that indicate a failed login attempt. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "failureStrings", - "Strings in the body of the response that indicate a failed login attempt.", + 'failureStrings', + 'Strings in the body of the response that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "successStrings", - "Strings in the body of the response that indicate a successful login attempt.", + 'successStrings', + 'Strings in the body of the response that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader.ts index 68507bddd..d43a550e2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionHeader { // Values in the response header with the specified name that indicate a failed login attempt. @@ -21,24 +21,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "failureValues", - "Values in the response header with the specified name that indicate a failed login attempt.", + 'failureValues', + 'Values in the response header with the specified name that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the header to use.", + 'name', + 'The name of the header to use.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "successValues", - "Values in the response header with the specified name that indicate a successful login attempt.", + 'successValues', + 'Values in the response header with the specified name that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.ts index 4554ee038..e135858fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson { // The identifier for the value to match against in the JSON. @@ -21,24 +21,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The identifier for the value to match against in the JSON.", + 'identifier', + 'The identifier for the value to match against in the JSON.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "successValues", - "Values in the response header with the specified name that indicate a successful login attempt.", + 'successValues', + 'Values in the response header with the specified name that indicate a successful login attempt.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "failureValues", - "Values in the response header with the specified name that indicate a failed login attempt.", + 'failureValues', + 'Values in the response header with the specified name that indicate a failed login attempt.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode.ts index 927db70e6..8e5003dc2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionStatusCode { // Status codes in the response that indicate a successful login attempt. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Array, - "successCodes", - "Status codes in the response that indicate a successful login attempt.", + 'successCodes', + 'Status codes in the response that indicate a successful login attempt.', () => InputType_Number_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "failureCodes", - "Status codes in the response that indicate a failed login attempt.", + 'failureCodes', + 'Status codes in the response that indicate a failed login attempt.', () => InputType_Number_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet.ts index aab6ded66..5b201d1dd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet { // Applies only to the targeted inspection level. Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Defaults to `true`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.Bool, - "enableMachineLearning", - "Applies only to the targeted inspection level. Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Defaults to `true`.", + 'enableMachineLearning', + 'Applies only to the targeted inspection level. Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "inspectionLevel", - "The inspection level to use for the Bot Control rule group.", + 'inspectionLevel', + 'The inspection level to use for the Bot Control rule group.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField.ts index ff0e6991e..c73b49962 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField { // The name of the password field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the password field.", + 'identifier', + 'The name of the password field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField.ts index 96e520d92..e7a99a274 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField { // The name of the username field. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementManagedRuleGro return [ new DynamicUIProps( InputType.String, - "identifier", - "The name of the username field.", + 'identifier', + 'The name of the username field.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride.ts index 21548baea..34cc13fa7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride { // Name of the rule to override. See the [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html) for a list of names in the appropriate rule group in use. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the rule to override. See the [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html) for a list of names in the appropriate rule group in use.", + 'name', + 'Name of the rule to override. See the [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html) for a list of names in the appropriate rule group in use.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "actionToUse", - "Override action to use, in place of the configured action of the rule in the rule group. See `action` for details.", + 'actionToUse', + 'Override action to use, in place of the configured action of the rule in the rule group. See `action` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse.ts index 937fb4985..661d6c311 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUse { // @@ -47,8 +47,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "block", - "", + 'block', + '', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock_GetTypes(), false, @@ -56,8 +56,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver ), new DynamicUIProps( InputType.Object, - "captcha", - "Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.", + 'captcha', + 'Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha_GetTypes(), false, @@ -65,8 +65,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver ), new DynamicUIProps( InputType.Object, - "challenge", - "Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.", + 'challenge', + 'Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge_GetTypes(), false, @@ -74,8 +74,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver ), new DynamicUIProps( InputType.Object, - "count", - "", + 'count', + '', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount_GetTypes(), false, @@ -83,8 +83,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver ), new DynamicUIProps( InputType.Object, - "allow", - "", + 'allow', + '', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow.ts index 1a0d68ad5..875b9e9e7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllow { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts index 87249819c..6f5243ade 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts index 3d0ef5ffc..98c70c88d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock.ts index f3cd1eccb..5c9792f32 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlock { // Defines a custom response for the web request. See `custom_response` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "customResponse", - "Defines a custom response for the web request. See `custom_response` below for details.", + 'customResponse', + 'Defines a custom response for the web request. See `custom_response` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse.ts index 1438efe03..4ace2e15a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponse { // The HTTP status code to return to the client. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Array, - "responseHeaders", - "The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.", + 'responseHeaders', + 'The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver ), new DynamicUIProps( InputType.String, - "customResponseBodyKey", - "References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.", + 'customResponseBodyKey', + 'References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "The HTTP status code to return to the client.", + 'responseCode', + 'The HTTP status code to return to the client.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts index 8d3c7e96b..cdbcb6b73 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha.ts index ed2ffdb64..dc98ccf3b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts index 5d7091940..48699e55f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts index 13d4954dc..6fca47ef5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge.ts index d13bb33ef..e8f6cd94e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts index ca49fb3b3..136f062d0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts index 2dd88cbaf..1cbf2bdd4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount.ts index 217f187e8..c4bfd16d2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts index 53859908a..308ee9e35 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts index fac1f2b32..e4a893ebd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementRuleActionOver return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement.ts index 49d5ed270..682e71381 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement { // Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "andStatement", - "Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.", + 'andStatement', + 'Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "byteMatchStatement", - "Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.", + 'byteMatchStatement', + 'Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "regexPatternSetReferenceStatement", - "Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.", + 'regexPatternSetReferenceStatement', + 'Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "sizeConstraintStatement", - "Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.", + 'sizeConstraintStatement', + 'Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "sqliMatchStatement", - "An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.", + 'sqliMatchStatement', + 'An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "xssMatchStatement", - "Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.", + 'xssMatchStatement', + 'Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "geoMatchStatement", - "Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.", + 'geoMatchStatement', + 'Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "notStatement", - "Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.", + 'notStatement', + 'Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "orStatement", - "Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.", + 'orStatement', + 'Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "regexMatchStatement", - "Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.", + 'regexMatchStatement', + 'Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "labelMatchStatement", - "Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.", + 'labelMatchStatement', + 'Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ipSetReferenceStatement", - "Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.", + 'ipSetReferenceStatement', + 'Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement.ts index 7d01d0224..45331ba8e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement.ts index 39f80a195..6eaaacfb1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details. @@ -32,16 +32,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "searchString", - "String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.", + 'searchString', + 'String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes(), true, @@ -49,8 +49,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes(), false, @@ -58,8 +58,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "positionalConstraint", - "Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.", + 'positionalConstraint', + 'Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch.ts index b88062ea6..bf29f04a8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatch { // Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -105,7 +105,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts index e37f5365b..ccb2845e2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts index 575fb1485..ccb1c9761 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts index 61a833830..25bfa87eb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts index 10865ec7b..f6f993a34 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 2bfa355b9..2091479af 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts index f627064eb..7085d2638 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts index 918470a3f..ba75f1e1c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 2912e0e6e..d9f39ec88 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts index d0a2c8284..ff2ee7885 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts index 3ab2f7bb6..3270487e8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts index 34ab1aa99..9c45c6e26 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts index fa4b93ca2..3fc3e31b8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index c84688f8a..827370f3e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts index c776be767..a381340bc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts index b2edef4a1..6acfe60d0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts index 142339a4f..089418e63 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts index afa22c591..4be01e82a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts index ce020b57c..2090042a6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation.ts index 2bfa23d7e..18db11ce3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement.ts index a6bcd349b..e787e078a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatement { // Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values. @@ -22,7 +22,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "countryCodes", + 'countryCodes', 'Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.', () => InputType_String_GetTypes(), true, @@ -30,7 +30,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwarded_ip_config` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts index 02648caf8..3cd82a76d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchStatementForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.ts index aaed3a53f..307f16d14 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement { // Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `ip_set_forwarded_ip_config` below for more details. @@ -22,7 +22,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "ipSetForwardedIpConfig", + 'ipSetForwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `ip_set_forwarded_ip_config` below for more details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes(), @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the IP Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the IP Set that this statement references.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts index 1d8a8f652..b20202cfc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -21,23 +21,23 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "position", - "Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.", + 'position', + 'Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement.ts index b7408086b..b7eea07a0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement { // String to match against. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "key", - "String to match against.", + 'key', + 'String to match against.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.", + 'scope', + 'Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement.ts index 2135a3ce0..2c6475233 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement.ts index 34bfb1e75..ba9873b4d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement.ts index 1e9b718f4..c5f84317e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatement { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details. @@ -29,8 +29,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes(), false, @@ -38,16 +38,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "regexString", - "String representing the regular expression. Minimum of `1` and maximum of `512` characters.", + 'regexString', + 'String representing the regular expression. Minimum of `1` and maximum of `512` characters.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts index 539fc2ce5..29906cc34 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatch { // Inspect the query string. This is the part of a URL that appears after a `?` character, if any. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -168,7 +168,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts index d4667b759..35ccf26cc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts index ff1b9882a..cb5f8af57 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts index 1b0679e33..09592ad2a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts index 04c5025f0..917d95bdb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts index bcd176b5f..542248fb0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts index b96a05f07..4b53919c6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts index 68867f1d6..28c918c75 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 4972fe345..cc60530ab 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts index c10ffe102..bfee35dba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts index 87f945e2c..1265d0658 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts index bf0416c13..5310c50e4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,32 +28,32 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 308d56ac0..c6bf5129a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 81f65c389..b83b40a7b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts index c7f94b651..782cead28 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts index 0e8f1f5b8..0a1d17fd5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts index 34886b330..5d2c2bc62 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts index c65611661..ba0917734 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts index 03d75de1c..764e80a4e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation.ts index 9bde8769d..ad4cba50c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement.ts index bb3e2c858..1db022c39 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes(), false, @@ -46,8 +46,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts index c93dbfdc5..9113869de 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch { // Inspect all query arguments. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,7 +195,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts index be7517fd0..d5d3c05fa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts index 9c5f3d724..2cca89c3e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts index c80ad2f49..010cbf24c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts index d8bdf756d..683ffde9a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts index a9c02c512..bcfed9564 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts index eb3a4abd7..2e1ff1d34 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader { // The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts index ecc754850..2e1470ab2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts index eb5d87128..cc5e28868 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts index 8ee59cd09..ac4c00b24 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts index 521ab63d1..0974c4d9b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts index 20ce63577..544afaf43 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts index 0d473fbb5..934571aa6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern { // @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts index cce03f45e..5801ede66 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts index 44e53e4b6..efa8e2fa7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts index 976bac71c..615552a8d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts index 35229a120..8343bf6a9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts index ff3ebb2e6..7c1d2b78b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts index a39c8a246..edfcf60f0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts index 002920051..4aef2fb0c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement.ts index 305ce0dcb..aa3dffc20 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatement { // Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`. @@ -32,8 +32,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes(), true, @@ -41,16 +41,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.", + 'comparisonOperator', + 'Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes(), false, @@ -58,8 +58,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Number, - "size", - "Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.", + 'size', + 'Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts index 617a35a51..1c2419b35 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatch { // Inspect a single query argument. See `single_query_argument` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -168,7 +168,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes(), @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts index 3dd1d05c3..8afedc8b4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts index 208bb1cf0..3a292edb2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts index 87b95ffc4..021b293f9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts index c2694cade..0070b1dd1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts index f78538a51..1cb1b101b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts index f8d66eec1..324da25c5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts index e705c9188..730f7bd6f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts index e7692424b..d2432682e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts index 04eff65cb..e1334c78c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts index 1dacc1cdb..219bec5dd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts index 005abc538..7d035bf3f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,24 +28,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts index 0c1310f26..ec1bf667c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts index f52540f39..e06aa59e4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts index 85e6d16b0..1af68e283 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts index 73d7e5e0a..add241d73 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts index 0dea39cd5..2fededd2a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts index c2a8db73d..9d02fe77d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts index 49690e40e..8c95dc571 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts index 1e1355cc5..9e8c793e0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement.ts index 3804599ab..81b3777dc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,8 +29,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes(), false, @@ -38,16 +38,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "sensitivityLevel", - "Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.", + 'sensitivityLevel', + 'Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts index a8bc57a6e..ce7c0cde7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatch { // Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -177,7 +177,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts index 120af5465..61a8fbde2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts index 268e58c76..e42c93198 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts index edaa280af..c538b99ba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts index 0ef1f6c5b..1b4d85ef3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts index e84607e3a..ebb7c59b9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts index b562602f4..20db16417 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts index 149b3dc1e..7147a3136 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts index e5b518e8a..390bb5a06 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts index 9e69a9ec9..f6656c1c2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts index d256e7cff..83b5e14ed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts index 3352837b2..88cfc2636 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 45447e298..2efd8a115 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index b56683e6f..286988dcf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts index fbc67bc9f..a3cf3f331 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts index b08570c0f..3ed135350 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts index 617eda16e..2b751ba81 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts index 9aa675d32..378ba4c09 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts index cc67741a1..89bfa626d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation.ts index 7678f8f94..6aea7e168 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation { // Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement.ts index 6c4edac2c..5a9636bba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -26,8 +26,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes(), false, @@ -35,8 +35,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch.ts index 6990bc2ca..b886a9a1c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatch { // Inspect the query string. This is the part of a URL that appears after a `?` character, if any. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes(), false, @@ -150,7 +150,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts index 57b135c46..0293ee5fa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts index 4edf5c38b..8122deeda 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts index 9ab6d73bb..201ecc2fa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts index dfbd3866d..37b4a0b58 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern { // @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 63adf2f75..64a503e9c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts index 82e5b4638..2cbef0b76 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts index d9c2ab7c4..62ec6fa00 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts index ba07f1867..9e5a85765 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts index 9dd1e7bd7..d791037ae 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts index 1f068df7f..41c39c807 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts index fe6a18123..52d8e8b81 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,8 +28,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 1986f99c2..1a24dacd9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 777e23346..16f6300ee 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts index 040b7e84f..01f922246 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts index 33b6a4652..d69b79b21 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts index 308f9c7fc..11975ea0f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts index 0053404b2..f50c23066 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts index bf3e060e9..993040033 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation.ts index 442068b7f..0493648dc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementManagedRuleGroupStatementScopeDownState return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementNotStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementNotStatement.ts index 7bb2e7524..934bd12dc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementNotStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementNotStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementNotStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementNotStatement_GetTypes(): DynamicUIProps return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementOrStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementOrStatement.ts index 5a280d029..2db9ad5ff 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementOrStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementOrStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementOrStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementOrStatement_GetTypes(): DynamicUIProps[ return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatement.ts index 66192a0aa..c762332c5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatement.ts @@ -3,20 +3,20 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKey, wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKey"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKey'; import { wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig, wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig'; export interface wafv2_WebAclRuleStatementRateBasedStatement { // Limit on requests per 5-minute period for a single originating IP address. @@ -46,16 +46,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatement_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Number, - "limit", - "Limit on requests per 5-minute period for a single originating IP address.", + 'limit', + 'Limit on requests per 5-minute period for a single originating IP address.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "scopeDownStatement", - "Optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See `statement` above for details. If `aggregate_key_type` is set to `CONSTANT`, this block is required.", + 'scopeDownStatement', + 'Optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See `statement` above for details. If `aggregate_key_type` is set to `CONSTANT`, this block is required.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_GetTypes(), false, @@ -63,23 +63,23 @@ export function wafv2_WebAclRuleStatementRateBasedStatement_GetTypes(): DynamicU ), new DynamicUIProps( InputType.String, - "aggregateKeyType", - "Setting that indicates how to aggregate the request counts. Valid values include: `CONSTANT`, `CUSTOM_KEYS`, `FORWARDED_IP`, or `IP`. Default: `IP`.", + 'aggregateKeyType', + 'Setting that indicates how to aggregate the request counts. Valid values include: `CONSTANT`, `CUSTOM_KEYS`, `FORWARDED_IP`, or `IP`. Default: `IP`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customKeys", - "Aggregate the request counts using one or more web request components as the aggregate keys. See `custom_key` below for details.", + 'customKeys', + 'Aggregate the request counts using one or more web request components as the aggregate keys. See `custom_key` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "evaluationWindowSec", + 'evaluationWindowSec', "The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from the current time. Valid values are `60`, `120`, `300`, and `600`. Defaults to `300` (5 minutes).\n\n**NOTE:** This setting doesn't determine how often AWS WAF checks the rate, but how far back it looks each time it checks. AWS WAF checks the rate about every 10 seconds.", () => [], false, @@ -87,7 +87,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatement_GetTypes(): DynamicU ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. If `aggregate_key_type` is set to `FORWARDED_IP`, this block is required. See `forwarded_ip_config` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKey.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKey.ts index a29f7157b..1754575c3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKey.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKey.ts @@ -3,44 +3,44 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKey { // Use the value of a header in the request as an aggregate key. See RateLimit `header` below for details. @@ -75,7 +75,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): return [ new DynamicUIProps( InputType.Object, - "ip", + 'ip', "Use the request's originating IP address as an aggregate key. See `RateLimit ip` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp_GetTypes(), false, @@ -83,8 +83,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "labelNamespace", - "Use the specified label namespace as an aggregate key. See RateLimit `label_namespace` below for details.", + 'labelNamespace', + 'Use the specified label namespace as an aggregate key. See RateLimit `label_namespace` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace_GetTypes(), false, @@ -92,8 +92,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "forwardedIp", - "Use the first IP address in an HTTP header as an aggregate key. See `forwarded_ip` below for details.", + 'forwardedIp', + 'Use the first IP address in an HTTP header as an aggregate key. See `forwarded_ip` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp_GetTypes(), false, @@ -101,7 +101,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "uriPath", + 'uriPath', "Use the request's URI path as an aggregate key. See RateLimit `uri_path` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath_GetTypes(), @@ -110,8 +110,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "header", - "Use the value of a header in the request as an aggregate key. See RateLimit `header` below for details.", + 'header', + 'Use the value of a header in the request as an aggregate key. See RateLimit `header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader_GetTypes(), false, @@ -119,7 +119,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "httpMethod", + 'httpMethod', "Use the request's HTTP method as an aggregate key. See RateLimit `http_method` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod_GetTypes(), @@ -128,7 +128,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "queryString", + 'queryString', "Use the request's query string as an aggregate key. See RateLimit `query_string` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString_GetTypes(), @@ -137,8 +137,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "cookie", - "Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.", + 'cookie', + 'Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie_GetTypes(), false, @@ -146,8 +146,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKey_GetTypes(): ), new DynamicUIProps( InputType.Object, - "queryArgument", - "Use the specified query argument as an aggregate key. See RateLimit `query_argument` below for details.", + 'queryArgument', + 'Use the specified query argument as an aggregate key. See RateLimit `query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie.ts index a930eb66e..baa4e9402 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie { // The name of the cookie to use. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookie_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "The name of the cookie to use.", + 'name', + 'The name of the cookie to use.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts index c47e11010..66fcbc7af 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyCookieTextTr return [ new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp.ts index da354e50c..58fa5a57c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyForwardedIp {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader.ts index 8c98cbbed..187ed8a2d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader { // The name of the header to use. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeader_GetTy return [ new DynamicUIProps( InputType.String, - "name", - "The name of the header to use.", + 'name', + 'The name of the header to use.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts index b78576fea..b18acfdd0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHeaderTextTr return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod.ts index 459856362..3b76c0cef 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyHttpMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp.ts index 942c89c9e..03556f55a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyIp {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts index 0380b197f..697429dae 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespace { // The namespace to use for aggregation @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyLabelNamespa return [ new DynamicUIProps( InputType.String, - "namespace", - "The namespace to use for aggregation", + 'namespace', + 'The namespace to use for aggregation', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument.ts index 15444a4d4..61e9da7d2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgument { // The name of the query argument to use. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumen return [ new DynamicUIProps( InputType.String, - "name", - "The name of the query argument to use.", + 'name', + 'The name of the query argument to use.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts index 8ebf61a61..eecb5cd71 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumen return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString.ts index 34053ab33..ce3a68278 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryString_ return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts index 76667c929..bf0f3dd56 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyQueryStringT return [ new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath.ts index 57d679f78..899a1dbdf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath { // Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPath_GetT return [ new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See `text_transformation` above for details.', () => wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts index e8a030da2..ec2e036e3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextT return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig.ts index ada825ddf..62036b2b8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -18,7 +18,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig_Get return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -26,8 +26,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementForwardedIpConfig_Get ), new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement.ts index fc5991532..c7c97bf7e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement { // Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge return [ new DynamicUIProps( InputType.Object, - "xssMatchStatement", - "Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.", + 'xssMatchStatement', + 'Rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests. See `xss_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "regexPatternSetReferenceStatement", - "Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.", + 'regexPatternSetReferenceStatement', + 'Rule statement used to search web request components for matches with regular expressions. See `regex_pattern_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "ipSetReferenceStatement", - "Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.", + 'ipSetReferenceStatement', + 'Rule statement used to detect web requests coming from particular IP addresses or address ranges. See `ip_set_reference_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "orStatement", - "Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.", + 'orStatement', + 'Logical rule statement used to combine other rule statements with OR logic. See `or_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "notStatement", - "Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.", + 'notStatement', + 'Logical rule statement used to negate the results of another rule statement. See `not_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "sqliMatchStatement", - "An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.", + 'sqliMatchStatement', + 'An SQL injection match condition identifies the part of web requests, such as the URI or the query string, that you want AWS WAF to inspect. See `sqli_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "andStatement", - "Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.", + 'andStatement', + 'Logical rule statement used to combine other rule statements with AND logic. See `and_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "sizeConstraintStatement", - "Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.", + 'sizeConstraintStatement', + 'Rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See `size_constraint_statement` below for more details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "byteMatchStatement", - "Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.", + 'byteMatchStatement', + 'Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byte_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "geoMatchStatement", - "Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.", + 'geoMatchStatement', + 'Rule statement used to identify web requests based on country of origin. See `geo_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "labelMatchStatement", - "Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.", + 'labelMatchStatement', + 'Rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See `label_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatement_Ge ), new DynamicUIProps( InputType.Object, - "regexMatchStatement", - "Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.", + 'regexMatchStatement', + 'Rule statement used to search web request components for a match against a single regular expression. See `regex_match_statement` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts index c52c543cd..665d0d953 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementAnd return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts index 691452b12..183e8cba3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -32,24 +32,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "positionalConstraint", - "Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.", + 'positionalConstraint', + 'Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "searchString", - "String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.", + 'searchString', + 'String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation_GetTypes(), true, @@ -57,8 +57,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts index 10f3adb3d..bed03091d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatch { // Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -105,7 +105,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts index d8deae595..600840cc9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts index c200afc0b..567a2179d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts index 5b2ed45ad..9d552f7e2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookies { // The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE` @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts index 02810ae71..d87afbdee 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts index ca4f0d4ee..cbb126d5d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts index 84a91fe05..ba997d450 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts index 32e953c12..002cbf73c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts index d27992599..6de054e6b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts index 4126f4021..475eb6875 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts index 4f4938ffc..1720f4566 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts index d385cecce..49f8d4a88 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBody { // The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details. @@ -28,8 +28,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 635af45ae..23cbc7c78 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern { // @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 97171b1a1..e13b1c832 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts index d6ab53235..3f67b4241 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts index f51683fe3..d3d91bb0a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts index 21f8de225..2c377832d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts index 9b8ebe990..51959e5af 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts index 27270cae3..da7a4395a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts index 6f0f0ec11..8c18b2bba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementByt return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts index 26b664803..474953417 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement { // Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values. @@ -22,7 +22,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeo return [ new DynamicUIProps( InputType.Array, - "countryCodes", + 'countryCodes', 'Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.', () => InputType_String_GetTypes(), true, @@ -30,7 +30,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeo ), new DynamicUIProps( InputType.Object, - "forwardedIpConfig", + 'forwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwarded_ip_config` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts index a4c220c40..4305fa74e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig { // Name of the HTTP header to use for the IP address. @@ -18,15 +18,15 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementGeo return [ new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts index 3fd6192ca..e518c652a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement { // The Amazon Resource Name (ARN) of the IP Set that this statement references. @@ -22,15 +22,15 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpS return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the IP Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the IP Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "ipSetForwardedIpConfig", + 'ipSetForwardedIpConfig', "Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `ip_set_forwarded_ip_config` below for more details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig_GetTypes(), diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts index 8f81c8497..3da43e346 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig { // Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`. @@ -21,7 +21,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpS return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementIpS ), new DynamicUIProps( InputType.String, - "headerName", - "Name of the HTTP header to use for the IP address.", + 'headerName', + 'Name of the HTTP header to use for the IP address.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "position", - "Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.", + 'position', + 'Position in the header to search for the IP address. Valid values include: `FIRST`, `LAST`, or `ANY`. If `ANY` is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts index b86a5238f..da29f4fd9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement { // Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementLab return [ new DynamicUIProps( InputType.String, - "scope", - "Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.", + 'scope', + 'Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "key", - "String to match against.", + 'key', + 'String to match against.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts index 68aa5776a..82928d931 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementNot return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts index 7797a5367..1bfed03cc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatement, wafv2_WebAclRuleStatement_GetTypes, -} from "./wafv2_WebAclRuleStatement"; +} from './wafv2_WebAclRuleStatement'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatement { // The statements to combine. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementOrS return [ new DynamicUIProps( InputType.Array, - "statements", - "The statements to combine.", + 'statements', + 'The statements to combine.', () => wafv2_WebAclRuleStatement_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts index 254f0d69f..7b7ab382d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement { // The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,8 +29,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch_GetTypes(), false, @@ -38,16 +38,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "regexString", - "String representing the regular expression. Minimum of `1` and maximum of `512` characters.", + 'regexString', + 'String representing the regular expression. Minimum of `1` and maximum of `512` characters.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts index 8ff555db3..df1cc7a21 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch { // Inspect the query string. This is the part of a URL that appears after a `?` character, if any. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -150,7 +150,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts index a74c693b5..65282cff6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts index b5ab8d987..e862adbf9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts index 1afe0c224..e5fb04842 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts index 4b259c308..f933279cb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 2a5b8baf2..5e65d42ed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts index edaf80593..1f08e3896 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts index cdf72600a..07a155268 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPattern { // An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 18c438570..f1ead8258 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts index 083581e56..f5118256d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts index 925ea58f8..18bd16768 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts index 60ffb20e9..ab5a8128e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,24 +28,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 176e06128..247e729fa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index a5545d02b..05d64f433 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts index 3e807343e..3a04d24eb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts index 5b9dd48a5..8fb859709 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts index 146d5c7f8..736ab7d1b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts index aacad355f..0585084a4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts index e3fdc53f3..4183e4693 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts index 35a651cc6..c2e44f9d1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts index 3aa6fca03..949a868a1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatement { // The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references. @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes(), false, @@ -46,8 +46,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts index 0a6184b0b..3d357d53c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatch { // Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`. @@ -96,7 +96,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes(), @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts index 9bbd6a3a5..a9a81e5c8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts index 823a31aa9..562d736f3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts index d8d2d6232..ba0e99a8e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookies { // What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts index a3b0b54df..a36665c15 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts index b5a63409c..5dcc8f8a2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts index eeb668f83..9950a6a7c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts index f1c46ec3c..1a942663b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts index 093af0948..4fd36fadb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts index 7fe2395ce..5bf9477c8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts index 07f4ba6d1..34351454b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts index 6535e1273..597a92b0d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,8 +28,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts index 39cfd05fe..6d48722b3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts index 691582d5b..099977b2c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts index cb2593d47..e7cbe2fd7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts index df22bae01..3ad341312 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts index 542908da5..3efd1aa5c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts index fbe82fb27..9bae216d9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts index 8e47a5b06..1977ea286 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts index d820777a6..8f4e37b25 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementReg return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts index 2dee07d8e..f8e71f01a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -32,8 +32,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch_GetTypes(), false, @@ -41,16 +41,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Number, - "size", - "Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.", + 'size', + 'Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation_GetTypes(), true, @@ -58,8 +58,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.", + 'comparisonOperator', + 'Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts index ed69d671e..cb54ca0fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch { // Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies_GetTypes(), false, @@ -123,7 +123,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes(), @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts index 19191cb41..ef5bded73 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts index 862e39955..5a229af44 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts index 765c59fec..3f8498f98 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts index 47a9dfdcb..55fdbe4bd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern { // @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts index 2619f9f1b..5416af721 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts index 6f199a086..4f7050da8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeader { // The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts index 059d21204..3637ee518 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts index 6cc3a77a2..607085f4a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts index 07ce35bf4..77f7c0533 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts index 90a71a73c..f00139c4c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts index dd27b21d7..a79992e40 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts index c1bd4097f..82bd657f4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern { // @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts index 3eda14e94..f4ff5d16b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts index f72176285..21dab78e5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts index 719f5e61c..545b580fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts index a8e864853..697038a2b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts index dd95d005a..640eba344 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts index cc9411216..2e2a111e8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts index 81a806cfc..6bbe0d60f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSiz return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts index 187697b1c..e2c900101 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,8 +29,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch_GetTypes(), false, @@ -38,16 +38,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.String, - "sensitivityLevel", - "Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.", + 'sensitivityLevel', + 'Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts index e10f21b8b..4bb7c8a37 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatch { // Inspect the cookies in the web request. See `cookies` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody_GetTypes(), false, @@ -141,7 +141,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts index 1f13a181d..7c94606fa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts index d7c79713d..a904966f0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts index 249f4e5ae..975bab6a7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts index a717b09dd..15479dcd1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPattern { // @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts index d3930e22a..badeafb40 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts index 6c17e4210..c46b7d422 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts index b82e57988..eea10e98e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts index 089509713..855826d6f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts index c6af6c312..b575fc6b3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts index d8a28bbb8..9b542b30a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts index c666dd348..2f37a5430 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,24 +28,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts index da8bc377f..249006bd6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 1efcc4c1c..11dec1798 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts index 71b119106..79b5a898f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts index 2d6e29562..e24b5d95b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts index 426404cbd..bce7e7b31 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts index 57c60f825..c9a5c22e9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts index 8ebe23232..c5257dbaa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts index f95ca28d9..dcc7fd968 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementSql return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts index feab84f45..17649883a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -26,8 +26,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch_GetTypes(), false, @@ -35,8 +35,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts index e9dea11aa..1a1ea97e0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch { // Inspect a single query argument. See `single_query_argument` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody_GetTypes(), false, @@ -105,7 +105,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts index 5b755a860..73ba006d5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts index 259fe5296..b86eef8a4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts index ca30cbf9a..66c8783a4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts index a4bd1cfa2..58f891868 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts index 2c248d91d..121d6c6a2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts index b2b549cd8..0500a295c 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeader { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts index 595a9acce..a31f8cf92 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPattern { // An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts index ce4d09c46..5f4bf417f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts index 346e16e4f..ae1868d2d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts index eb8b1d3fe..dd4e55deb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts index da0301961..285ada3e3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,24 +28,24 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -53,8 +53,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 23b9f7701..21a50f821 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 34855ad38..43cea0d1f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts index f2b0c3655..bde4e7aae 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts index 5c3b74530..5ab1552f3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts index da419e2f1..e0d877587 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts index 0534da94d..c7c5d4f81 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts index ff34fdbd7..e2fd5198b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts index 1b14215fe..e946c3bed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRateBasedStatementScopeDownStatementXss return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatement.ts index aa0809660..abb080715 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation, wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRegexMatchStatement { // The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatement_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.String, - "regexString", - "String representing the regular expression. Minimum of `1` and maximum of `512` characters.", + 'regexString', + 'String representing the regular expression. Minimum of `1` and maximum of `512` characters.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation_GetTypes(), true, @@ -46,8 +46,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatement_GetTypes(): Dynamic ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'The part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch.ts index 3aa9373ac..92ceb7332 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch { // Inspect all query arguments. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType return [ new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -132,7 +132,7 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatch_GetType ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts index 3b06f5ab6..4a34bb18f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody.ts index 6749022df..6f1791d0b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchBody_Get return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies.ts index 78eedab98..82a36a6b1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies_ return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookies_ ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts index 2a9d268f9..5002f9f70 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPattern { // @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesM return [ new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts index d244bea2c..6dce0cc4f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader.ts index 902562d16..766d927b4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader_G return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeader_G ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts index 971e4cceb..aaad681c4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMa return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMa ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts index ff1d7fd9e..c74074cc2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts index 0377c89ed..84d967e90 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchHeaderOr return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts index 1cc01a504..cb2ed84f3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJa3Finge return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts index d843fe656..74e22fa0d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody { // The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts index e82652759..c342e7672 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBody ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 05e9515da..22cc0ef83 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod.ts index 0244a0528..4766e9fd6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString.ts index 6dac9b50a..a534bdb49 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts index 3927cadd8..91dc3ee73 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleHe return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts index 852e0434a..2710459ce 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQu return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath.ts index 9a83926fe..f5cbceefa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation.ts index 3c06192d6..2fa08fbe0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRegexMatchStatementTextTransformation_G return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement.ts index 5adc7af3d..dd1cf8eba 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement { // The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references. @@ -29,16 +29,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement_GetTy return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.", + 'arn', + 'The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch_GetTypes(), false, @@ -46,8 +46,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatement_GetTy ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts index 94d433ab7..b049e2556 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch { // Inspect the request body, which immediately follows the request headers. See `body` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -159,7 +159,7 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder_GetTypes(), @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts index a99b19123..840f85cfe 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts index e34705e6b..bc61f72ad 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts index 775949169..c82be4127 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts index 9424679af..c7cb85991 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts index 7c47ef749..1257cfeaf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts index da61d8d8c..effca2c55 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts index 3b56b9b89..f22a8f3cd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts index a3155afa4..bc5214630 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts index b722d868e..0a4bd2373 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts index a3762f162..49a759d52 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts index aa62cc00f..f512538cf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,8 +28,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts index a95d18df5..ae90add8a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts index 2fcd0a12c..4ee4b2a27 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts index be5c750f7..d9c5eea2f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts index b89040a91..95a454984 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts index 5ae516f65..e9561df0d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts index fae9bde28..9052693ac 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldT return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts index a9c4fb1c9..7adc06ea9 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts index 039bee30e..64867c580 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation { // Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRegexPatternSetReferenceStatementTextTr return [ new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatement.ts index 7967b0a43..d62dec25a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatement.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatement { // The Amazon Resource Name (ARN) of the `aws.wafv2.RuleGroup` resource. @@ -22,16 +22,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatement_GetTypes(): return [ new DynamicUIProps( InputType.String, - "arn", - "The Amazon Resource Name (ARN) of the `aws.wafv2.RuleGroup` resource.", + 'arn', + 'The Amazon Resource Name (ARN) of the `aws.wafv2.RuleGroup` resource.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "ruleActionOverrides", - "Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change. See `rule_action_override` below for details.", + 'ruleActionOverrides', + 'Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change. See `rule_action_override` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride.ts index d5be9c826..217b26759 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverride { // Override action to use, in place of the configured action of the rule in the rule group. See `action` for details. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "actionToUse", - "Override action to use, in place of the configured action of the rule in the rule group. See `action` for details.", + 'actionToUse', + 'Override action to use, in place of the configured action of the rule in the rule group. See `action` for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse_GetTypes(), true, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv ), new DynamicUIProps( InputType.String, - "name", - "Name of the rule to override. See the [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html) for a list of names in the appropriate rule group in use.", + 'name', + 'Name of the rule to override. See the [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html) for a list of names in the appropriate rule group in use.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse.ts index 55007cfcf..7e7016a0a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse.ts @@ -3,28 +3,28 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUse { // @@ -47,8 +47,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "allow", - "", + 'allow', + '', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow_GetTypes(), false, @@ -56,8 +56,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv ), new DynamicUIProps( InputType.Object, - "block", - "", + 'block', + '', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock_GetTypes(), false, @@ -65,8 +65,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv ), new DynamicUIProps( InputType.Object, - "captcha", - "Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.", + 'captcha', + 'Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha_GetTypes(), false, @@ -74,8 +74,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv ), new DynamicUIProps( InputType.Object, - "challenge", - "Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.", + 'challenge', + 'Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge_GetTypes(), false, @@ -83,8 +83,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv ), new DynamicUIProps( InputType.Object, - "count", - "", + 'count', + '', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow.ts index c563aac46..e4b086cab 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllow { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts index c4d8755c4..297598143 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts index 55a79546d..d6d525014 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseAllowCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock.ts index 2a399e188..e0636fbb4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlock { // Defines a custom response for the web request. See `custom_response` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "customResponse", - "Defines a custom response for the web request. See `custom_response` below for details.", + 'customResponse', + 'Defines a custom response for the web request. See `custom_response` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse.ts index e45919c19..403eb14f8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse { // References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "customResponseBodyKey", - "References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.", + 'customResponseBodyKey', + 'References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `custom_response_body` block of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "responseCode", - "The HTTP status code to return to the client.", + 'responseCode', + 'The HTTP status code to return to the client.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "responseHeaders", - "The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.", + 'responseHeaders', + 'The `response_header` blocks used to define the HTTP response headers added to the response. See `response_header` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts index 4ad004ea3..5ccf49aed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha.ts index 7bfddb6c3..dbe184b57 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts index bf1f30d26..9e8df497d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts index b0d3cac8b..57bd4ed30 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptchaCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge.ts index dd4fe8ef2..d7f5bdde3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts index a92b6db47..8d20c028d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts index b187c7eb9..8efc63c92 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallengeCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount.ts index 2c9ad1b93..ee3e729a1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount { // Defines custom handling for the web request. See `custom_request_handling` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Object, - "customRequestHandling", - "Defines custom handling for the web request. See `custom_request_handling` below for details.", + 'customRequestHandling', + 'Defines custom handling for the web request. See `custom_request_handling` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts index 54f55d823..9de72ef02 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader, wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader"; +} from './wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandling { // The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details. @@ -19,8 +19,8 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.Array, - "insertHeaders", - "The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.", + 'insertHeaders', + 'The `insert_header` blocks used to define HTTP headers added to the request. See `insert_header` below for details.', () => wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts index 83e2c6773..ec824832d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCountCustomRequestHandlingInsertHeader { // Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementRuleGroupReferenceStatementRuleActionOv return [ new DynamicUIProps( InputType.String, - "name", - "Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.", + 'name', + 'Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "value", - "Value of the custom header.", + 'value', + 'Value of the custom header.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatement.ts index 45a9b6d61..a881d8d9d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation, wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch'; export interface wafv2_WebAclRuleStatementSizeConstraintStatement { // Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive. @@ -32,16 +32,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatement_GetTypes(): Dyn return [ new DynamicUIProps( InputType.Number, - "size", - "Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.", + 'size', + 'Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation_GetTypes(), true, @@ -49,16 +49,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatement_GetTypes(): Dyn ), new DynamicUIProps( InputType.String, - "comparisonOperator", - "Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.", + 'comparisonOperator', + 'Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch.ts index 81925f9a2..f3ab10e40 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch { // Inspect the request body, which immediately follows the request headers. See `body` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get return [ new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies_GetTypes(), false, @@ -150,7 +150,7 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder_GetTypes(), @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod_GetTypes(), false, @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatch_Get ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts index f26d93261..8409ad3cf 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody.ts index 3f5a5e9b2..3977f4a87 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchBody return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies.ts index 474a27dd5..ddf418315 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCook return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCook ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts index 9bcd4725c..f01a23227 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCook return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCook ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts index a77ff2125..93773a8b6 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader.ts index 5941eb045..f6ef8fd14 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHead return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHead ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts index 2beaa467b..ab7250520 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHead return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHead ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts index a424e60dd..d49a8554e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts index cdb39de60..2b41355a4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchHead return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts index 98ceaa50d..545a75608 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJa3F return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts index eb60c2213..3a3296944 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,8 +28,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJson return [ new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -37,24 +37,24 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJson ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts index beb544347..0869d8589 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJson return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJson ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts index 8789c9b73..2a8dd4918 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod.ts index c4f8913c8..54405d0c0 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts index f6dd44d97..40f0f083b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts index d30ea5ab8..ca410f8b4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSing return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts index 63198bc42..a5aef651f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchSing return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts index bef566267..1aadd2634 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation.ts index f994a3524..b5b8af0ed 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementSizeConstraintStatementTextTransformati return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatement.ts index b4b55880c..35b764ec1 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation, wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementSqliMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -29,24 +29,24 @@ export function wafv2_WebAclRuleStatementSqliMatchStatement_GetTypes(): DynamicU return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sensitivityLevel", - "Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.", + 'sensitivityLevel', + 'Sensitivity that you want AWS WAF to use to inspect for SQL injection attacks. Valid values include: `LOW`, `HIGH`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch.ts index ecd345a87..785c10311 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch { // Inspect the cookies in the web request. See `cookies` below for details. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes return [ new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -168,8 +168,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -177,7 +177,7 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatch_GetTypes ), new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts index a1f3652d5..e16e2da9e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody.ts index 4da47bb10..2212c58a7 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchBody_GetT return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies.ts index b9c771006..f2dd58197 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies { // What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies_G return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookies_G ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts index 822e0b9b0..ba6bba3cc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMa return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMa ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts index cbe4bb4a2..b332e3e49 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader.ts index 305eb6cdd..493c09df2 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader { // The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments: @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeader_Ge return [ new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts index 88a069cba..1b7073c15 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPattern { // An array of strings that will be used for inspecting headers that have a key that matches one of the provided values. @@ -25,24 +25,24 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMat return [ new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts index f53c4ecfc..1a2ba38b8 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts index cfef40bb3..696748d6e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchHeaderOrd return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts index caca2d592..ad9b4270e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJa3Finger return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts index aca38d466..950aeb6ea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody { // What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody_ return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBody_ ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts index 0a7072857..1ba1c019f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyM return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyM ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index 84aef268b..0585c25fd 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod.ts index e4b591734..4c2540277 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString.ts index 802e59c31..4c04bbf9b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts index a0c7b07b3..752e1502b 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleHea return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts index f1037a2d1..c0559a214 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQue return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath.ts index 3b261a25c..10fb90d14 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation.ts index 99889f569..ac51663a5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementSqliMatchStatementTextTransformation_Ge return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatement.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatement.ts index 4bb85dcc4..4fe4fad78 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatement.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatement.ts @@ -3,16 +3,16 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch'; import { wafv2_WebAclRuleStatementXssMatchStatementTextTransformation, wafv2_WebAclRuleStatementXssMatchStatementTextTransformation_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementTextTransformation"; +} from './wafv2_WebAclRuleStatementXssMatchStatementTextTransformation'; export interface wafv2_WebAclRuleStatementXssMatchStatement { // Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details. @@ -26,16 +26,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatement_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Object, - "fieldToMatch", - "Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.", + 'fieldToMatch', + 'Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "textTransformations", - "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.", + 'textTransformations', + 'Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementTextTransformation_GetTypes(), true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch.ts index 1dcdfd14d..fa5f6104f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch.ts @@ -3,56 +3,56 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch { // Inspect the query string. This is the part of a URL that appears after a `?` character, if any. @@ -96,8 +96,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( return [ new DynamicUIProps( InputType.Object, - "queryString", - "Inspect the query string. This is the part of a URL that appears after a `?` character, if any.", + 'queryString', + 'Inspect the query string. This is the part of a URL that appears after a `?` character, if any.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString_GetTypes(), false, @@ -105,8 +105,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "cookies", - "Inspect the cookies in the web request. See `cookies` below for details.", + 'cookies', + 'Inspect the cookies in the web request. See `cookies` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies_GetTypes(), false, @@ -114,8 +114,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "jsonBody", - "Inspect the request body as JSON. See `json_body` for details.", + 'jsonBody', + 'Inspect the request body as JSON. See `json_body` for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody_GetTypes(), false, @@ -123,8 +123,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "method", - "Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.", + 'method', + 'Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod_GetTypes(), false, @@ -132,8 +132,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "allQueryArguments", - "Inspect all query arguments.", + 'allQueryArguments', + 'Inspect all query arguments.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments_GetTypes(), false, @@ -141,8 +141,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "body", - "Inspect the request body, which immediately follows the request headers. See `body` below for details.", + 'body', + 'Inspect the request body, which immediately follows the request headers. See `body` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody_GetTypes(), false, @@ -150,8 +150,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "ja3Fingerprint", - "Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.", + 'ja3Fingerprint', + 'Inspect the JA3 fingerprint. See `ja3_fingerprint` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint_GetTypes(), false, @@ -159,8 +159,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "singleQueryArgument", - "Inspect a single query argument. See `single_query_argument` below for details.", + 'singleQueryArgument', + 'Inspect a single query argument. See `single_query_argument` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument_GetTypes(), false, @@ -168,7 +168,7 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Array, - "headerOrders", + 'headerOrders', "Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See `header_order` below for details.", () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder_GetTypes(), @@ -177,8 +177,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Array, - "headers", - "Inspect the request headers. See `headers` below for details.", + 'headers', + 'Inspect the request headers. See `headers` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader_GetTypes(), false, @@ -186,8 +186,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "singleHeader", - "Inspect a single header. See `single_header` below for details.", + 'singleHeader', + 'Inspect a single header. See `single_header` below for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader_GetTypes(), false, @@ -195,8 +195,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatch_GetTypes( ), new DynamicUIProps( InputType.Object, - "uriPath", - "Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.", + 'uriPath', + 'Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath_GetTypes(), false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts index 84be5af81..70e7638df 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchAllQueryArguments {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody.ts index 7cbdf05d5..c65f20905 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody { // What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchBody_GetTy return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies.ts index 4cdab8d85..1ddaa477a 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies { // The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html) @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies_Ge return [ new DynamicUIProps( InputType.Array, - "matchPatterns", - "The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)", + 'matchPatterns', + 'The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either `all`, `included_cookies` or `excluded_cookies`. More details: [CookieMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_CookieMatchPattern.html)', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern_GetTypes(), true, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookies_Ge ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`", + 'matchScope', + 'The parts of the cookies to inspect with the rule inspection criteria. If you specify All, AWS WAF inspects both keys and values. Valid values: `ALL`, `KEY`, `VALUE`', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.", + 'oversizeHandling', + 'What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts index c6dccb08b..2b13c73bb 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMat return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMat ), new DynamicUIProps( InputType.Array, - "excludedCookies", - "", + 'excludedCookies', + '', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedCookies", - "", + 'includedCookies', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts index b32144c90..5016dda86 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchCookiesMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader.ts index c99258c07..2fe7df984 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -25,16 +25,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader_Get return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:", + 'matchPattern', + 'The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern_GetTypes(), true, @@ -42,8 +42,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeader_Get ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.", + 'matchScope', + 'The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts index 3a321fbd7..976238b3d 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -25,8 +25,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatc return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll_GetTypes(), false, @@ -34,16 +34,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatc ), new DynamicUIProps( InputType.Array, - "excludedHeaders", - "An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.", + 'excludedHeaders', + 'An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "includedHeaders", - "An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.", + 'includedHeaders', + 'An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts index bab015e2c..064cebed5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts index 99e6f775c..cceb3efd5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrder { // Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrde return [ new DynamicUIProps( InputType.String, - "oversizeHandling", - "Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.", + 'oversizeHandling', + 'Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts index d1a5734aa..22211a9dc 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerprint { // The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`. @@ -15,7 +15,7 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJa3Fingerp return [ new DynamicUIProps( InputType.String, - "fallbackBehavior", + 'fallbackBehavior', "The match status to assign to the web request if the request doesn't have a JA3 fingerprint. Valid values include: `MATCH` or `NO_MATCH`.", () => [], true, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody.ts index 47134fb40..8f86867e3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody { // What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`. @@ -28,16 +28,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody_G return [ new DynamicUIProps( InputType.String, - "invalidFallbackBehavior", - "What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.", + 'invalidFallbackBehavior', + 'What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are `EVALUATE_AS_STRING`, `MATCH` and `NO_MATCH`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "matchPattern", - "The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.", + 'matchPattern', + 'The patterns to look for in the JSON body. You must specify exactly one setting: either `all` or `included_paths`. See [JsonMatchPattern](https://docs.aws.amazon.com/waf/latest/APIReference/API_JsonMatchPattern.html) for details.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern_GetTypes(), true, @@ -45,16 +45,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBody_G ), new DynamicUIProps( InputType.String, - "matchScope", - "The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.", + 'matchScope', + 'The parts of the JSON to match against using the `match_pattern`. Valid values are `ALL`, `KEY` and `VALUE`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "oversizeHandling", - "What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.", + 'oversizeHandling', + 'What to do if the body is larger than can be inspected. Valid values are `CONTINUE` (default), `MATCH` and `NO_MATCH`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts index f00a26f50..a89daa8f5 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern.ts @@ -3,12 +3,12 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll, wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes, -} from "./wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll"; +} from './wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPattern { // An empty configuration block that is used for inspecting all headers. @@ -22,8 +22,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMa return [ new DynamicUIProps( InputType.Object, - "all", - "An empty configuration block that is used for inspecting all headers.", + 'all', + 'An empty configuration block that is used for inspecting all headers.', () => wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll_GetTypes(), false, @@ -31,8 +31,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMa ), new DynamicUIProps( InputType.Array, - "includedPaths", - "", + 'includedPaths', + '', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts index b353b57e2..69acffd2f 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchJsonBodyMatchPatternAll {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod.ts index e5d2d4f3f..8e416af53 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchMethod {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString.ts index 49c65058f..4394fd37e 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchQueryString {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts index 648e7bfad..de5682de4 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHeader { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleHead return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts index fbd6a9e36..3886727c3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument { // Name of the query header to inspect. This setting must be provided as lower case characters. @@ -15,8 +15,8 @@ export function wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchSingleQuer return [ new DynamicUIProps( InputType.String, - "name", - "Name of the query header to inspect. This setting must be provided as lower case characters.", + 'name', + 'Name of the query header to inspect. This setting must be provided as lower case characters.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath.ts index 929d6a9a1..12fb54ffa 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementFieldToMatchUriPath {} diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementTextTransformation.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementTextTransformation.ts index 4f1949c88..9dab82ae3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementTextTransformation.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleStatementXssMatchStatementTextTransformation.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleStatementXssMatchStatementTextTransformation { // Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. @@ -18,16 +18,16 @@ export function wafv2_WebAclRuleStatementXssMatchStatementTextTransformation_Get return [ new DynamicUIProps( InputType.Number, - "priority", - "Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.", + 'priority', + 'Relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.", + 'type', + 'Transformation to apply, please refer to the Text Transformation [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_TextTransformation.html) for more details.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleVisibilityConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleVisibilityConfig.ts index c730fb593..79d539c64 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclRuleVisibilityConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclRuleVisibilityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclRuleVisibilityConfig { // Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics). @@ -21,15 +21,15 @@ export function wafv2_WebAclRuleVisibilityConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "cloudwatchMetricsEnabled", - "Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).", + 'cloudwatchMetricsEnabled', + 'Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (\\_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`.", () => [], true, @@ -37,8 +37,8 @@ export function wafv2_WebAclRuleVisibilityConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "sampledRequestsEnabled", - "Whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.", + 'sampledRequestsEnabled', + 'Whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_WebAclVisibilityConfig.ts b/src/app/Models/codegen/aws/types/wafv2_WebAclVisibilityConfig.ts index 25a93113e..7c99fdbe3 100644 --- a/src/app/Models/codegen/aws/types/wafv2_WebAclVisibilityConfig.ts +++ b/src/app/Models/codegen/aws/types/wafv2_WebAclVisibilityConfig.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_WebAclVisibilityConfig { // Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics). @@ -21,15 +21,15 @@ export function wafv2_WebAclVisibilityConfig_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "cloudwatchMetricsEnabled", - "Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).", + 'cloudwatchMetricsEnabled', + 'Whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (\\_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`.", () => [], true, @@ -37,8 +37,8 @@ export function wafv2_WebAclVisibilityConfig_GetTypes(): DynamicUIProps[] { ), new DynamicUIProps( InputType.Bool, - "sampledRequestsEnabled", - "Whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.", + 'sampledRequestsEnabled', + 'Whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/wafv2_getRegexPatternSetRegularExpression.ts b/src/app/Models/codegen/aws/types/wafv2_getRegexPatternSetRegularExpression.ts index 013c36567..e8f74c3ea 100644 --- a/src/app/Models/codegen/aws/types/wafv2_getRegexPatternSetRegularExpression.ts +++ b/src/app/Models/codegen/aws/types/wafv2_getRegexPatternSetRegularExpression.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface wafv2_getRegexPatternSetRegularExpression { // (Required) String representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information. @@ -15,8 +15,8 @@ export function wafv2_getRegexPatternSetRegularExpression_GetTypes(): DynamicUIP return [ new DynamicUIProps( InputType.String, - "regexString", - "(Required) String representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information.", + 'regexString', + '(Required) String representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/worklink_FleetIdentityProvider.ts b/src/app/Models/codegen/aws/types/worklink_FleetIdentityProvider.ts index ae2b24b64..bad780605 100644 --- a/src/app/Models/codegen/aws/types/worklink_FleetIdentityProvider.ts +++ b/src/app/Models/codegen/aws/types/worklink_FleetIdentityProvider.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface worklink_FleetIdentityProvider { // The SAML metadata document provided by the customer’s identity provider. @@ -18,16 +18,16 @@ export function worklink_FleetIdentityProvider_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "samlMetadata", - "The SAML metadata document provided by the customer’s identity provider.", + 'samlMetadata', + 'The SAML metadata document provided by the customer’s identity provider.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of identity provider.", + 'type', + 'The type of identity provider.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/worklink_FleetNetwork.ts b/src/app/Models/codegen/aws/types/worklink_FleetNetwork.ts index 461e67d7f..e1f3cb5c6 100644 --- a/src/app/Models/codegen/aws/types/worklink_FleetNetwork.ts +++ b/src/app/Models/codegen/aws/types/worklink_FleetNetwork.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface worklink_FleetNetwork { /* @@ -27,24 +27,24 @@ export function worklink_FleetNetwork_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "A list of security group IDs associated with access to the provided subnets.\n\n**identity_provider** requires the following:\n\n> **NOTE:** `identity_provider` cannot be removed without force recreating.", + 'securityGroupIds', + 'A list of security group IDs associated with access to the provided subnets.\n\n**identity_provider** requires the following:\n\n> **NOTE:** `identity_provider` cannot be removed without force recreating.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.", + 'subnetIds', + 'A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "vpcId", - "The VPC ID with connectivity to associated websites.", + 'vpcId', + 'The VPC ID with connectivity to associated websites.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_ConnectionAliasTimeouts.ts b/src/app/Models/codegen/aws/types/workspaces_ConnectionAliasTimeouts.ts index 2491a0b21..35ce60159 100644 --- a/src/app/Models/codegen/aws/types/workspaces_ConnectionAliasTimeouts.ts +++ b/src/app/Models/codegen/aws/types/workspaces_ConnectionAliasTimeouts.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_ConnectionAliasTimeouts { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). @@ -21,7 +21,7 @@ export function workspaces_ConnectionAliasTimeouts_GetTypes(): DynamicUIProps[] return [ new DynamicUIProps( InputType.String, - "create", + 'create', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, @@ -29,7 +29,7 @@ export function workspaces_ConnectionAliasTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "delete", + 'delete', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.', () => [], false, @@ -37,7 +37,7 @@ export function workspaces_ConnectionAliasTimeouts_GetTypes(): DynamicUIProps[] ), new DynamicUIProps( InputType.String, - "update", + 'update', 'A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).', () => [], false, diff --git a/src/app/Models/codegen/aws/types/workspaces_DirectorySelfServicePermissions.ts b/src/app/Models/codegen/aws/types/workspaces_DirectorySelfServicePermissions.ts index 6779b0c76..edc8e1295 100644 --- a/src/app/Models/codegen/aws/types/workspaces_DirectorySelfServicePermissions.ts +++ b/src/app/Models/codegen/aws/types/workspaces_DirectorySelfServicePermissions.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_DirectorySelfServicePermissions { // Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default `false`. @@ -27,40 +27,40 @@ export function workspaces_DirectorySelfServicePermissions_GetTypes(): DynamicUI return [ new DynamicUIProps( InputType.Bool, - "switchRunningMode", - "Whether WorkSpaces directory users can switch the running mode of their workspace. Default `false`.", + 'switchRunningMode', + 'Whether WorkSpaces directory users can switch the running mode of their workspace. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "changeComputeType", - "Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default `false`.", + 'changeComputeType', + 'Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "increaseVolumeSize", - "Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default `false`.", + 'increaseVolumeSize', + 'Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "rebuildWorkspace", - "Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default `false`.", + 'rebuildWorkspace', + 'Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "restartWorkspace", - "Whether WorkSpaces directory users can restart their workspace. Default `true`.", + 'restartWorkspace', + 'Whether WorkSpaces directory users can restart their workspace. Default `true`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceAccessProperties.ts b/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceAccessProperties.ts index 3d5ce45ad..1d2a66ac3 100644 --- a/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceAccessProperties.ts +++ b/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceAccessProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_DirectoryWorkspaceAccessProperties { // Indicates whether users can use zero client devices to access their WorkSpaces. @@ -36,64 +36,64 @@ export function workspaces_DirectoryWorkspaceAccessProperties_GetTypes(): Dynami return [ new DynamicUIProps( InputType.String, - "deviceTypeLinux", - "Indicates whether users can use Linux clients to access their WorkSpaces.", + 'deviceTypeLinux', + 'Indicates whether users can use Linux clients to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeOsx", - "Indicates whether users can use macOS clients to access their WorkSpaces.", + 'deviceTypeOsx', + 'Indicates whether users can use macOS clients to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeWeb", - "Indicates whether users can access their WorkSpaces through a web browser.", + 'deviceTypeWeb', + 'Indicates whether users can access their WorkSpaces through a web browser.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeWindows", - "Indicates whether users can use Windows clients to access their WorkSpaces.", + 'deviceTypeWindows', + 'Indicates whether users can use Windows clients to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeZeroclient", - "Indicates whether users can use zero client devices to access their WorkSpaces.", + 'deviceTypeZeroclient', + 'Indicates whether users can use zero client devices to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeAndroid", - "Indicates whether users can use Android devices to access their WorkSpaces.", + 'deviceTypeAndroid', + 'Indicates whether users can use Android devices to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeChromeos", - "Indicates whether users can use Chromebooks to access their WorkSpaces.", + 'deviceTypeChromeos', + 'Indicates whether users can use Chromebooks to access their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "deviceTypeIos", - "Indicates whether users can use iOS devices to access their WorkSpaces.", + 'deviceTypeIos', + 'Indicates whether users can use iOS devices to access their WorkSpaces.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceCreationProperties.ts b/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceCreationProperties.ts index 5a95d5009..c5b5a14a6 100644 --- a/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceCreationProperties.ts +++ b/src/app/Models/codegen/aws/types/workspaces_DirectoryWorkspaceCreationProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_DirectoryWorkspaceCreationProperties { // The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in. @@ -27,7 +27,7 @@ export function workspaces_DirectoryWorkspaceCreationProperties_GetTypes(): Dyna return [ new DynamicUIProps( InputType.String, - "defaultOu", + 'defaultOu', 'The default organizational unit (OU) for your WorkSpace directories. Should conform `"OU=,DC=,...,DC="` pattern.', () => [], false, @@ -35,32 +35,32 @@ export function workspaces_DirectoryWorkspaceCreationProperties_GetTypes(): Dyna ), new DynamicUIProps( InputType.Bool, - "enableInternetAccess", - "Indicates whether internet access is enabled for your WorkSpaces.", + 'enableInternetAccess', + 'Indicates whether internet access is enabled for your WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableMaintenanceMode", - "Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see [WorkSpace Maintenance](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html)..", + 'enableMaintenanceMode', + 'Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see [WorkSpace Maintenance](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html)..', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "userEnabledAsLocalAdministrator", - "Indicates whether users are local administrators of their WorkSpaces.", + 'userEnabledAsLocalAdministrator', + 'Indicates whether users are local administrators of their WorkSpaces.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customSecurityGroupId", - "The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.", + 'customSecurityGroupId', + 'The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_IpGroupRule.ts b/src/app/Models/codegen/aws/types/workspaces_IpGroupRule.ts index 57823d75b..786db180a 100644 --- a/src/app/Models/codegen/aws/types/workspaces_IpGroupRule.ts +++ b/src/app/Models/codegen/aws/types/workspaces_IpGroupRule.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_IpGroupRule { // The description of the IP group. @@ -18,16 +18,16 @@ export function workspaces_IpGroupRule_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the IP group.", + 'description', + 'The description of the IP group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "source", - "The IP address range, in CIDR notation, e.g., `10.0.0.0/16`", + 'source', + 'The IP address range, in CIDR notation, e.g., `10.0.0.0/16`', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_WorkspaceWorkspaceProperties.ts b/src/app/Models/codegen/aws/types/workspaces_WorkspaceWorkspaceProperties.ts index a41ebb5ef..5bec64b73 100644 --- a/src/app/Models/codegen/aws/types/workspaces_WorkspaceWorkspaceProperties.ts +++ b/src/app/Models/codegen/aws/types/workspaces_WorkspaceWorkspaceProperties.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_WorkspaceWorkspaceProperties { // The size of the user storage. @@ -27,40 +27,40 @@ export function workspaces_WorkspaceWorkspaceProperties_GetTypes(): DynamicUIPro return [ new DynamicUIProps( InputType.Number, - "userVolumeSizeGib", - "The size of the user storage.", + 'userVolumeSizeGib', + 'The size of the user storage.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "computeTypeName", - "The compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO`, `GRAPHICSPRO`, `GRAPHICS_G4DN`, and `GRAPHICSPRO_G4DN`.", + 'computeTypeName', + 'The compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO`, `GRAPHICSPRO`, `GRAPHICS_G4DN`, and `GRAPHICSPRO_G4DN`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "rootVolumeSizeGib", - "The size of the root volume.", + 'rootVolumeSizeGib', + 'The size of the root volume.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runningMode", - "The running mode. For more information, see [Manage the WorkSpace Running Mode](https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html). Valid values are `AUTO_STOP` and `ALWAYS_ON`.", + 'runningMode', + 'The running mode. For more information, see [Manage the WorkSpace Running Mode](https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html). Valid values are `AUTO_STOP` and `ALWAYS_ON`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "runningModeAutoStopTimeoutInMinutes", - "The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.", + 'runningModeAutoStopTimeoutInMinutes', + 'The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getBundleComputeType.ts b/src/app/Models/codegen/aws/types/workspaces_getBundleComputeType.ts index 621dd5445..26e140b7b 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getBundleComputeType.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getBundleComputeType.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getBundleComputeType { // Name of the bundle. You cannot combine this parameter with `bundle_id`. @@ -15,8 +15,8 @@ export function workspaces_getBundleComputeType_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "name", - "Name of the bundle. You cannot combine this parameter with `bundle_id`.", + 'name', + 'Name of the bundle. You cannot combine this parameter with `bundle_id`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getBundleRootStorage.ts b/src/app/Models/codegen/aws/types/workspaces_getBundleRootStorage.ts index bc519867a..714d77cbb 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getBundleRootStorage.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getBundleRootStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getBundleRootStorage { // Size of the user storage. @@ -15,8 +15,8 @@ export function workspaces_getBundleRootStorage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "capacity", - "Size of the user storage.", + 'capacity', + 'Size of the user storage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getBundleUserStorage.ts b/src/app/Models/codegen/aws/types/workspaces_getBundleUserStorage.ts index 005568fac..8a02b0ea2 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getBundleUserStorage.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getBundleUserStorage.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getBundleUserStorage { // Size of the user storage. @@ -15,8 +15,8 @@ export function workspaces_getBundleUserStorage_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.String, - "capacity", - "Size of the user storage.", + 'capacity', + 'Size of the user storage.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getDirectorySelfServicePermission.ts b/src/app/Models/codegen/aws/types/workspaces_getDirectorySelfServicePermission.ts index 8c1de1cc5..a49bc4bdf 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getDirectorySelfServicePermission.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getDirectorySelfServicePermission.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getDirectorySelfServicePermission { // Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. @@ -27,40 +27,40 @@ export function workspaces_getDirectorySelfServicePermission_GetTypes(): Dynamic return [ new DynamicUIProps( InputType.Bool, - "rebuildWorkspace", - "Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.", + 'rebuildWorkspace', + 'Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "restartWorkspace", - "Whether WorkSpaces directory users can restart their workspace.", + 'restartWorkspace', + 'Whether WorkSpaces directory users can restart their workspace.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "switchRunningMode", - "Whether WorkSpaces directory users can switch the running mode of their workspace.", + 'switchRunningMode', + 'Whether WorkSpaces directory users can switch the running mode of their workspace.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "changeComputeType", - "Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.", + 'changeComputeType', + 'Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "increaseVolumeSize", - "Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.", + 'increaseVolumeSize', + 'Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceAccessProperty.ts b/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceAccessProperty.ts index 0e0d58250..c9c465397 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceAccessProperty.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceAccessProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getDirectoryWorkspaceAccessProperty { // (Optional) Indicates whether users can access their WorkSpaces through a web browser. @@ -36,64 +36,64 @@ export function workspaces_getDirectoryWorkspaceAccessProperty_GetTypes(): Dynam return [ new DynamicUIProps( InputType.String, - "deviceTypeIos", - "(Optional) Indicates whether users can use iOS devices to access their WorkSpaces.", + 'deviceTypeIos', + '(Optional) Indicates whether users can use iOS devices to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeLinux", - "(Optional) Indicates whether users can use Linux clients to access their WorkSpaces.", + 'deviceTypeLinux', + '(Optional) Indicates whether users can use Linux clients to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeOsx", - "(Optional) Indicates whether users can use macOS clients to access their WorkSpaces.", + 'deviceTypeOsx', + '(Optional) Indicates whether users can use macOS clients to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeWeb", - "(Optional) Indicates whether users can access their WorkSpaces through a web browser.", + 'deviceTypeWeb', + '(Optional) Indicates whether users can access their WorkSpaces through a web browser.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeWindows", - "(Optional) Indicates whether users can use Windows clients to access their WorkSpaces.", + 'deviceTypeWindows', + '(Optional) Indicates whether users can use Windows clients to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeZeroclient", - "(Optional) Indicates whether users can use zero client devices to access their WorkSpaces.", + 'deviceTypeZeroclient', + '(Optional) Indicates whether users can use zero client devices to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeAndroid", - "(Optional) Indicates whether users can use Android devices to access their WorkSpaces.", + 'deviceTypeAndroid', + '(Optional) Indicates whether users can use Android devices to access their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deviceTypeChromeos", - "(Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.", + 'deviceTypeChromeos', + '(Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceCreationProperty.ts b/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceCreationProperty.ts index 9bca3f927..0e2d5311d 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceCreationProperty.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getDirectoryWorkspaceCreationProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getDirectoryWorkspaceCreationProperty { // Indicates whether internet access is enabled for your WorkSpaces. @@ -27,40 +27,40 @@ export function workspaces_getDirectoryWorkspaceCreationProperty_GetTypes(): Dyn return [ new DynamicUIProps( InputType.String, - "defaultOu", - "The default organizational unit (OU) for your WorkSpace directories.", + 'defaultOu', + 'The default organizational unit (OU) for your WorkSpace directories.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableInternetAccess", - "Indicates whether internet access is enabled for your WorkSpaces.", + 'enableInternetAccess', + 'Indicates whether internet access is enabled for your WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableMaintenanceMode", - "Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see [WorkSpace Maintenance](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html).", + 'enableMaintenanceMode', + 'Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see [WorkSpace Maintenance](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html).', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "userEnabledAsLocalAdministrator", - "Indicates whether users are local administrators of their WorkSpaces.", + 'userEnabledAsLocalAdministrator', + 'Indicates whether users are local administrators of their WorkSpaces.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "customSecurityGroupId", - "The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.", + 'customSecurityGroupId', + 'The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/workspaces_getWorkspaceWorkspaceProperty.ts b/src/app/Models/codegen/aws/types/workspaces_getWorkspaceWorkspaceProperty.ts index 6004188a0..176c703df 100644 --- a/src/app/Models/codegen/aws/types/workspaces_getWorkspaceWorkspaceProperty.ts +++ b/src/app/Models/codegen/aws/types/workspaces_getWorkspaceWorkspaceProperty.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface workspaces_getWorkspaceWorkspaceProperty { // Size of the root volume. @@ -27,40 +27,40 @@ export function workspaces_getWorkspaceWorkspaceProperty_GetTypes(): DynamicUIPr return [ new DynamicUIProps( InputType.Number, - "rootVolumeSizeGib", - "Size of the root volume.", + 'rootVolumeSizeGib', + 'Size of the root volume.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "runningMode", - "Running mode. For more information, see [Manage the WorkSpace Running Mode](https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html). Valid values are `AUTO_STOP` and `ALWAYS_ON`.", + 'runningMode', + 'Running mode. For more information, see [Manage the WorkSpace Running Mode](https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html). Valid values are `AUTO_STOP` and `ALWAYS_ON`.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "runningModeAutoStopTimeoutInMinutes", - "Time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.", + 'runningModeAutoStopTimeoutInMinutes', + 'Time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "userVolumeSizeGib", - "Size of the user storage.", + 'userVolumeSizeGib', + 'Size of the user storage.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "computeTypeName", - "Compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO` and `GRAPHICSPRO`.", + 'computeTypeName', + 'Compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO` and `GRAPHICSPRO`.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/types/xray_GroupInsightsConfiguration.ts b/src/app/Models/codegen/aws/types/xray_GroupInsightsConfiguration.ts index ef2a0772c..3bdad6a53 100644 --- a/src/app/Models/codegen/aws/types/xray_GroupInsightsConfiguration.ts +++ b/src/app/Models/codegen/aws/types/xray_GroupInsightsConfiguration.ts @@ -3,8 +3,8 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface xray_GroupInsightsConfiguration { // Specifies whether insights are enabled. @@ -18,16 +18,16 @@ export function xray_GroupInsightsConfiguration_GetTypes(): DynamicUIProps[] { return [ new DynamicUIProps( InputType.Bool, - "insightsEnabled", - "Specifies whether insights are enabled.", + 'insightsEnabled', + 'Specifies whether insights are enabled.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "notificationsEnabled", - "Specifies whether insight notifications are enabled.", + 'notificationsEnabled', + 'Specifies whether insight notifications are enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/verifiedaccess/Endpoint.ts b/src/app/Models/codegen/aws/verifiedaccess/Endpoint.ts index aff787c68..0535c4200 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/Endpoint.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/Endpoint.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_EndpointSseSpecification, verifiedaccess_EndpointSseSpecification_GetTypes, -} from "../types/verifiedaccess_EndpointSseSpecification"; +} from '../types/verifiedaccess_EndpointSseSpecification'; import { verifiedaccess_EndpointLoadBalancerOptions, verifiedaccess_EndpointLoadBalancerOptions_GetTypes, -} from "../types/verifiedaccess_EndpointLoadBalancerOptions"; +} from '../types/verifiedaccess_EndpointLoadBalancerOptions'; import { verifiedaccess_EndpointNetworkInterfaceOptions, verifiedaccess_EndpointNetworkInterfaceOptions_GetTypes, -} from "../types/verifiedaccess_EndpointNetworkInterfaceOptions"; +} from '../types/verifiedaccess_EndpointNetworkInterfaceOptions'; export interface EndpointArgs { // The type of attachment. Currently, only `vpc` is supported. @@ -123,104 +123,104 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "applicationDomain", - "The DNS name for users to reach your application.", + 'applicationDomain', + 'The DNS name for users to reach your application.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "networkInterfaceOptions", - "The network interface details. This parameter is required if the endpoint type is `network-interface`.", + 'networkInterfaceOptions', + 'The network interface details. This parameter is required if the endpoint type is `network-interface`.', () => verifiedaccess_EndpointNetworkInterfaceOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "securityGroupIds", - "List of the the security groups IDs to associate with the Verified Access endpoint.", + 'securityGroupIds', + 'List of the the security groups IDs to associate with the Verified Access endpoint.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value tags for the Verified Access Endpoint. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value tags for the Verified Access Endpoint. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "attachmentType", - "The type of attachment. Currently, only `vpc` is supported.", + 'attachmentType', + 'The type of attachment. Currently, only `vpc` is supported.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the Verified Access endpoint.", + 'description', + 'A description for the Verified Access endpoint.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "verifiedAccessGroupId", - "The ID of the Verified Access group to associate the endpoint with.\n\nThe following arguments are optional:", + 'verifiedAccessGroupId', + 'The ID of the Verified Access group to associate the endpoint with.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "loadBalancerOptions", - "The load balancer details. This parameter is required if the endpoint type is `load-balancer`.", + 'loadBalancerOptions', + 'The load balancer details. This parameter is required if the endpoint type is `load-balancer`.', () => verifiedaccess_EndpointLoadBalancerOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyDocument", - "The policy document that is associated with this resource.", + 'policyDocument', + 'The policy document that is associated with this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domainCertificateArn", - "The ARN of the public TLS/SSL certificate in AWS Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.", + 'domainCertificateArn', + 'The ARN of the public TLS/SSL certificate in AWS Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endpointType", - "The type of Verified Access endpoint to create. Currently `load-balancer` or `network-interface` are supported.", + 'endpointType', + 'The type of Verified Access endpoint to create. Currently `load-balancer` or `network-interface` are supported.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "sseSpecification", - "The options in use for server side encryption.", + 'sseSpecification', + 'The options in use for server side encryption.', () => verifiedaccess_EndpointSseSpecification_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "endpointDomainPrefix", - "A custom identifier that is prepended to the DNS name that is generated for the endpoint.", + 'endpointDomainPrefix', + 'A custom identifier that is prepended to the DNS name that is generated for the endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/verifiedaccess/Group.ts b/src/app/Models/codegen/aws/verifiedaccess/Group.ts index ea57f33fc..b3494b8e5 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/Group.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/Group.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_GroupSseConfiguration, verifiedaccess_GroupSseConfiguration_GetTypes, -} from "../types/verifiedaccess_GroupSseConfiguration"; +} from '../types/verifiedaccess_GroupSseConfiguration'; export interface GroupArgs { /* @@ -76,40 +76,40 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "verifiedaccessInstanceId", - "The id of the verified access instance this group is associated with.\n\nThe following arguments are optional:", + 'verifiedaccessInstanceId', + 'The id of the verified access instance this group is associated with.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the verified access group.", + 'description', + 'Description of the verified access group.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policyDocument", - "The policy document that is associated with this resource.", + 'policyDocument', + 'The policy document that is associated with this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sseConfiguration", - "Configuration block to use KMS keys for server-side encryption.", + 'sseConfiguration', + 'Configuration block to use KMS keys for server-side encryption.', () => verifiedaccess_GroupSseConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/verifiedaccess/Instance.ts b/src/app/Models/codegen/aws/verifiedaccess/Instance.ts index c4e4f7339..3e9f00b9b 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/Instance.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/Instance.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_InstanceVerifiedAccessTrustProvider, verifiedaccess_InstanceVerifiedAccessTrustProvider_GetTypes, -} from "../types/verifiedaccess_InstanceVerifiedAccessTrustProvider"; +} from '../types/verifiedaccess_InstanceVerifiedAccessTrustProvider'; export interface InstanceArgs { // A description for the AWS Verified Access Instance. @@ -47,24 +47,24 @@ export class Instance extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "A description for the AWS Verified Access Instance.", + 'description', + 'A description for the AWS Verified Access Instance.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "fipsEnabled", - "Enable or disable support for Federal Information Processing Standards (FIPS) on the AWS Verified Access Instance.", + 'fipsEnabled', + 'Enable or disable support for Federal Information Processing Standards (FIPS) on the AWS Verified Access Instance.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/verifiedaccess/InstanceLoggingConfiguration.ts b/src/app/Models/codegen/aws/verifiedaccess/InstanceLoggingConfiguration.ts index 30930a2e8..e745c837f 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/InstanceLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/InstanceLoggingConfiguration.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_InstanceLoggingConfigurationAccessLogs, verifiedaccess_InstanceLoggingConfigurationAccessLogs_GetTypes, -} from "../types/verifiedaccess_InstanceLoggingConfigurationAccessLogs"; +} from '../types/verifiedaccess_InstanceLoggingConfigurationAccessLogs'; export interface InstanceLoggingConfigurationArgs { // A block that specifies the configuration options for Verified Access instances. Detailed below. @@ -29,16 +29,16 @@ export class InstanceLoggingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "accessLogs", - "A block that specifies the configuration options for Verified Access instances. Detailed below.", + 'accessLogs', + 'A block that specifies the configuration options for Verified Access instances. Detailed below.', () => verifiedaccess_InstanceLoggingConfigurationAccessLogs_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "verifiedaccessInstanceId", - "The ID of the Verified Access instance.", + 'verifiedaccessInstanceId', + 'The ID of the Verified Access instance.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/verifiedaccess/InstanceTrustProviderAttachment.ts b/src/app/Models/codegen/aws/verifiedaccess/InstanceTrustProviderAttachment.ts index 3764ffb8f..9fd50f234 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/InstanceTrustProviderAttachment.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/InstanceTrustProviderAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceTrustProviderAttachmentArgs { // The ID of the Verified Access instance to attach the Trust Provider to. @@ -25,16 +25,16 @@ export class InstanceTrustProviderAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "verifiedaccessTrustProviderId", - "The ID of the Verified Access trust provider.", + 'verifiedaccessTrustProviderId', + 'The ID of the Verified Access trust provider.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "verifiedaccessInstanceId", - "The ID of the Verified Access instance to attach the Trust Provider to.", + 'verifiedaccessInstanceId', + 'The ID of the Verified Access instance to attach the Trust Provider to.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/verifiedaccess/TrustProvider.ts b/src/app/Models/codegen/aws/verifiedaccess/TrustProvider.ts index e5dda63a7..b9b7372d8 100644 --- a/src/app/Models/codegen/aws/verifiedaccess/TrustProvider.ts +++ b/src/app/Models/codegen/aws/verifiedaccess/TrustProvider.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedaccess_TrustProviderDeviceOptions, verifiedaccess_TrustProviderDeviceOptions_GetTypes, -} from "../types/verifiedaccess_TrustProviderDeviceOptions"; +} from '../types/verifiedaccess_TrustProviderDeviceOptions'; import { verifiedaccess_TrustProviderOidcOptions, verifiedaccess_TrustProviderOidcOptions_GetTypes, -} from "../types/verifiedaccess_TrustProviderOidcOptions"; +} from '../types/verifiedaccess_TrustProviderOidcOptions'; export interface TrustProviderArgs { // A description for the AWS Verified Access trust provider. @@ -80,64 +80,64 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "oidcOptions", - "The OpenID Connect details for an oidc-type, user-identity based trust provider.", + 'oidcOptions', + 'The OpenID Connect details for an oidc-type, user-identity based trust provider.', () => verifiedaccess_TrustProviderOidcOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyReferenceName", - "The identifier to be used when working with policy rules.", + 'policyReferenceName', + 'The identifier to be used when working with policy rules.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "trustProviderType", - "The type of trust provider can be either user or device-based.\n\nThe following arguments are optional:", + 'trustProviderType', + 'The type of trust provider can be either user or device-based.\n\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "userTrustProviderType", - "The type of user-based trust provider.", + 'userTrustProviderType', + 'The type of user-based trust provider.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description for the AWS Verified Access trust provider.", + 'description', + 'A description for the AWS Verified Access trust provider.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deviceOptions", - "A block of options for device identity based trust providers.", + 'deviceOptions', + 'A block of options for device identity based trust providers.', () => verifiedaccess_TrustProviderDeviceOptions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "deviceTrustProviderType", - "The type of device-based trust provider.", + 'deviceTrustProviderType', + 'The type of device-based trust provider.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/verifiedpermissions/IdentitySource.ts b/src/app/Models/codegen/aws/verifiedpermissions/IdentitySource.ts index 6d80b136d..b029743f8 100644 --- a/src/app/Models/codegen/aws/verifiedpermissions/IdentitySource.ts +++ b/src/app/Models/codegen/aws/verifiedpermissions/IdentitySource.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_IdentitySourceConfiguration, verifiedpermissions_IdentitySourceConfiguration_GetTypes, -} from "../types/verifiedpermissions_IdentitySourceConfiguration"; +} from '../types/verifiedpermissions_IdentitySourceConfiguration'; export interface IdentitySourceArgs { // Specifies the details required to communicate with the identity provider (IdP) associated with this identity source. See Configuration below. @@ -35,24 +35,24 @@ export class IdentitySource extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "configuration", - "Specifies the details required to communicate with the identity provider (IdP) associated with this identity source. See Configuration below.", + 'configuration', + 'Specifies the details required to communicate with the identity provider (IdP) associated with this identity source. See Configuration below.', () => verifiedpermissions_IdentitySourceConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyStoreId", - "Specifies the ID of the policy store in which you want to store this identity source.", + 'policyStoreId', + 'Specifies the ID of the policy store in which you want to store this identity source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "principalEntityType", - "Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.", + 'principalEntityType', + 'Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/verifiedpermissions/Policy.ts b/src/app/Models/codegen/aws/verifiedpermissions/Policy.ts index 6c5cfdb58..1fed2e595 100644 --- a/src/app/Models/codegen/aws/verifiedpermissions/Policy.ts +++ b/src/app/Models/codegen/aws/verifiedpermissions/Policy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_PolicyDefinition, verifiedpermissions_PolicyDefinition_GetTypes, -} from "../types/verifiedpermissions_PolicyDefinition"; +} from '../types/verifiedpermissions_PolicyDefinition'; export interface PolicyArgs { // The definition of the policy. See Definition below. @@ -35,16 +35,16 @@ export class Policy extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "definition", - "The definition of the policy. See Definition below.", + 'definition', + 'The definition of the policy. See Definition below.', () => verifiedpermissions_PolicyDefinition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyStoreId", - "The Policy Store ID of the policy store.", + 'policyStoreId', + 'The Policy Store ID of the policy store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/verifiedpermissions/PolicyStore.ts b/src/app/Models/codegen/aws/verifiedpermissions/PolicyStore.ts index 0da4e0f80..571a83741 100644 --- a/src/app/Models/codegen/aws/verifiedpermissions/PolicyStore.ts +++ b/src/app/Models/codegen/aws/verifiedpermissions/PolicyStore.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_PolicyStoreValidationSettings, verifiedpermissions_PolicyStoreValidationSettings_GetTypes, -} from "../types/verifiedpermissions_PolicyStoreValidationSettings"; +} from '../types/verifiedpermissions_PolicyStoreValidationSettings'; export interface PolicyStoreArgs { // Validation settings for the policy store. @@ -35,16 +35,16 @@ export class PolicyStore extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "validationSettings", - "Validation settings for the policy store.", + 'validationSettings', + 'Validation settings for the policy store.', () => verifiedpermissions_PolicyStoreValidationSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the Policy Store.", + 'description', + 'A description of the Policy Store.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/verifiedpermissions/PolicyTemplate.ts b/src/app/Models/codegen/aws/verifiedpermissions/PolicyTemplate.ts index 5fece7ada..c44e93384 100644 --- a/src/app/Models/codegen/aws/verifiedpermissions/PolicyTemplate.ts +++ b/src/app/Models/codegen/aws/verifiedpermissions/PolicyTemplate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyTemplateArgs { // The ID of the Policy Store. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "policyStoreId", - "The ID of the Policy Store.", + 'policyStoreId', + 'The ID of the Policy Store.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "statement", - "Defines the content of the statement, written in Cedar policy language.\n\nThe following arguments are optional:", + 'statement', + 'Defines the content of the statement, written in Cedar policy language.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "Provides a description for the policy template.", + 'description', + 'Provides a description for the policy template.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/verifiedpermissions/Schema.ts b/src/app/Models/codegen/aws/verifiedpermissions/Schema.ts index 5cb334477..d5e4d51e8 100644 --- a/src/app/Models/codegen/aws/verifiedpermissions/Schema.ts +++ b/src/app/Models/codegen/aws/verifiedpermissions/Schema.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { verifiedpermissions_SchemaDefinition, verifiedpermissions_SchemaDefinition_GetTypes, -} from "../types/verifiedpermissions_SchemaDefinition"; +} from '../types/verifiedpermissions_SchemaDefinition'; export interface SchemaArgs { // The definition of the schema. @@ -32,16 +32,16 @@ export class Schema extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "definition", - "The definition of the schema.", + 'definition', + 'The definition of the schema.', () => verifiedpermissions_SchemaDefinition_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "policyStoreId", - "The ID of the Policy Store.", + 'policyStoreId', + 'The ID of the Policy Store.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/vpc/EndpointPrivateDns.ts b/src/app/Models/codegen/aws/vpc/EndpointPrivateDns.ts index 8686d2c97..4c7dfa425 100644 --- a/src/app/Models/codegen/aws/vpc/EndpointPrivateDns.ts +++ b/src/app/Models/codegen/aws/vpc/EndpointPrivateDns.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EndpointPrivateDnsArgs { // Indicates whether a private hosted zone is associated with the VPC. Only applicable for `Interface` endpoints. @@ -25,16 +25,16 @@ export class EndpointPrivateDns extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "privateDnsEnabled", - "Indicates whether a private hosted zone is associated with the VPC. Only applicable for `Interface` endpoints.", + 'privateDnsEnabled', + 'Indicates whether a private hosted zone is associated with the VPC. Only applicable for `Interface` endpoints.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "vpcEndpointId", - "VPC endpoint identifier.", + 'vpcEndpointId', + 'VPC endpoint identifier.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/vpc/EndpointServicePrivateDnsVerification.ts b/src/app/Models/codegen/aws/vpc/EndpointServicePrivateDnsVerification.ts index 3453b0f43..2f2b9d187 100644 --- a/src/app/Models/codegen/aws/vpc/EndpointServicePrivateDnsVerification.ts +++ b/src/app/Models/codegen/aws/vpc/EndpointServicePrivateDnsVerification.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpc_EndpointServicePrivateDnsVerificationTimeouts, vpc_EndpointServicePrivateDnsVerificationTimeouts_GetTypes, -} from "../types/vpc_EndpointServicePrivateDnsVerificationTimeouts"; +} from '../types/vpc_EndpointServicePrivateDnsVerificationTimeouts'; export interface EndpointServicePrivateDnsVerificationArgs { /* @@ -43,24 +43,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "serviceId", - "ID of the endpoint service.\n\nThe following arguments are optional:", + 'serviceId', + 'ID of the endpoint service.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => vpc_EndpointServicePrivateDnsVerificationTimeouts_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitForVerification", - "Whether to wait until the endpoint service returns a `Verified` status for the configured private DNS name.", + 'waitForVerification', + 'Whether to wait until the endpoint service returns a `Verified` status for the configured private DNS name.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/vpc/SecurityGroupEgressRule.ts b/src/app/Models/codegen/aws/vpc/SecurityGroupEgressRule.ts index 4f6b05f7f..02c9e089d 100644 --- a/src/app/Models/codegen/aws/vpc/SecurityGroupEgressRule.ts +++ b/src/app/Models/codegen/aws/vpc/SecurityGroupEgressRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityGroupEgressRuleArgs { // The destination IPv6 CIDR range. @@ -82,80 +82,80 @@ export class SecurityGroupEgressRule extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.", + 'toPort', + 'The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type.", + 'fromPort', + 'The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "referencedSecurityGroupId", - "The destination security group that is referenced in the rule.", + 'referencedSecurityGroupId', + 'The destination security group that is referenced in the rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipProtocol", - "The IP protocol name or number. Use `-1` to specify all protocols. Note that if `ip_protocol` is set to `-1`, it translates to all protocols, all port ranges, and `from_port` and `to_port` values should not be defined.", + 'ipProtocol', + 'The IP protocol name or number. Use `-1` to specify all protocols. Note that if `ip_protocol` is set to `-1`, it translates to all protocols, all port ranges, and `from_port` and `to_port` values should not be defined.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "The ID of the security group.", + 'securityGroupId', + 'The ID of the security group.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "cidrIpv4", - "The destination IPv4 CIDR range.", + 'cidrIpv4', + 'The destination IPv4 CIDR range.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "The ID of the destination prefix list.", + 'prefixListId', + 'The ID of the destination prefix list.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cidrIpv6", - "The destination IPv6 CIDR range.", + 'cidrIpv6', + 'The destination IPv6 CIDR range.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The security group rule description.", + 'description', + 'The security group rule description.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/vpc/SecurityGroupIngressRule.ts b/src/app/Models/codegen/aws/vpc/SecurityGroupIngressRule.ts index eae609bfa..268b46557 100644 --- a/src/app/Models/codegen/aws/vpc/SecurityGroupIngressRule.ts +++ b/src/app/Models/codegen/aws/vpc/SecurityGroupIngressRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SecurityGroupIngressRuleArgs { // The source IPv4 CIDR range. @@ -82,80 +82,80 @@ export class SecurityGroupIngressRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "cidrIpv4", - "The source IPv4 CIDR range.", + 'cidrIpv4', + 'The source IPv4 CIDR range.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The security group rule description.", + 'description', + 'The security group rule description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipProtocol", - "The IP protocol name or number. Use `-1` to specify all protocols. Note that if `ip_protocol` is set to `-1`, it translates to all protocols, all port ranges, and `from_port` and `to_port` values should not be defined.", + 'ipProtocol', + 'The IP protocol name or number. Use `-1` to specify all protocols. Note that if `ip_protocol` is set to `-1`, it translates to all protocols, all port ranges, and `from_port` and `to_port` values should not be defined.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "referencedSecurityGroupId", - "The source security group that is referenced in the rule.", + 'referencedSecurityGroupId', + 'The source security group that is referenced in the rule.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "fromPort", - "The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type.", + 'fromPort', + 'The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "toPort", - "The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.", + 'toPort', + 'The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cidrIpv6", - "The source IPv6 CIDR range.", + 'cidrIpv6', + 'The source IPv6 CIDR range.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "prefixListId", - "The ID of the source prefix list.", + 'prefixListId', + 'The ID of the source prefix list.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityGroupId", - "The ID of the security group.", + 'securityGroupId', + 'The ID of the security group.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/vpclattice/AccessLogSubscription.ts b/src/app/Models/codegen/aws/vpclattice/AccessLogSubscription.ts index c324fcacf..6639e5b58 100644 --- a/src/app/Models/codegen/aws/vpclattice/AccessLogSubscription.ts +++ b/src/app/Models/codegen/aws/vpclattice/AccessLogSubscription.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessLogSubscriptionArgs { // Amazon Resource Name (ARN) of the log destination. @@ -40,24 +40,24 @@ export class AccessLogSubscription extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "destinationArn", - "Amazon Resource Name (ARN) of the log destination.", + 'destinationArn', + 'Amazon Resource Name (ARN) of the log destination.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceIdentifier", - "The ID or Amazon Resource Identifier (ARN) of the service network or service. You must use the ARN if the resources specified in the operation are in different accounts.", + 'resourceIdentifier', + 'The ID or Amazon Resource Identifier (ARN) of the service network or service. You must use the ARN if the resources specified in the operation are in different accounts.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "", + 'tags', + '', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/vpclattice/AuthPolicy.ts b/src/app/Models/codegen/aws/vpclattice/AuthPolicy.ts index 2928b11e5..7ca6c8779 100644 --- a/src/app/Models/codegen/aws/vpclattice/AuthPolicy.ts +++ b/src/app/Models/codegen/aws/vpclattice/AuthPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthPolicyArgs { // The auth policy. The policy string in JSON must not contain newlines or blank lines. @@ -31,23 +31,23 @@ export class AuthPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "The auth policy. The policy string in JSON must not contain newlines or blank lines.", + 'policy', + 'The auth policy. The policy string in JSON must not contain newlines or blank lines.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceIdentifier", - "The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.", + 'resourceIdentifier', + 'The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "state", + 'state', "The state of the auth policy. The auth policy is only active when the auth type is set to `AWS_IAM`. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is `NONE`, then, any auth policy you provide will remain inactive.", () => [], false, diff --git a/src/app/Models/codegen/aws/vpclattice/Listener.ts b/src/app/Models/codegen/aws/vpclattice/Listener.ts index 5efaf3422..fddf42b10 100644 --- a/src/app/Models/codegen/aws/vpclattice/Listener.ts +++ b/src/app/Models/codegen/aws/vpclattice/Listener.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerDefaultAction, vpclattice_ListenerDefaultAction_GetTypes, -} from "../types/vpclattice_ListenerDefaultAction"; +} from '../types/vpclattice_ListenerDefaultAction'; export interface ListenerArgs { // Name of the listener. A listener name must be unique within a service. Valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. @@ -80,23 +80,23 @@ ID of the VPC Lattice service. You must include either the `service_arn` or `ser return [ new DynamicUIProps( InputType.Map, - "tags", - "A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultAction", - "Default action block for the default listener rule. Default action blocks are defined below.", + 'defaultAction', + 'Default action block for the default listener rule. Default action blocks are defined below.', () => vpclattice_ListenerDefaultAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Name of the listener. A listener name must be unique within a service. Valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.", () => [], false, @@ -104,32 +104,32 @@ ID of the VPC Lattice service. You must include either the `service_arn` or `ser ), new DynamicUIProps( InputType.Number, - "port", - "Listener port. You can specify a value from 1 to 65535. If `port` is not specified and `protocol` is HTTP, the value will default to 80. If `port` is not specified and `protocol` is HTTPS, the value will default to 443.", + 'port', + 'Listener port. You can specify a value from 1 to 65535. If `port` is not specified and `protocol` is HTTP, the value will default to 80. If `port` is not specified and `protocol` is HTTPS, the value will default to 443.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "Protocol for the listener. Supported values are `HTTP`, `HTTPS` or `TLS_PASSTHROUGH`", + 'protocol', + 'Protocol for the listener. Supported values are `HTTP`, `HTTPS` or `TLS_PASSTHROUGH`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceArn", - "Amazon Resource Name (ARN) of the VPC Lattice service. You must include either the `service_arn` or `service_identifier` arguments.", + 'serviceArn', + 'Amazon Resource Name (ARN) of the VPC Lattice service. You must include either the `service_arn` or `service_identifier` arguments.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serviceIdentifier", - "ID of the VPC Lattice service. You must include either the `service_arn` or `service_identifier` arguments.\n> **NOTE:** You must specify one of the following arguments: `service_arn` or `service_identifier`.", + 'serviceIdentifier', + 'ID of the VPC Lattice service. You must include either the `service_arn` or `service_identifier` arguments.\n> **NOTE:** You must specify one of the following arguments: `service_arn` or `service_identifier`.', () => [], false, false, diff --git a/src/app/Models/codegen/aws/vpclattice/ListenerRule.ts b/src/app/Models/codegen/aws/vpclattice/ListenerRule.ts index 6dac43105..fffed85a0 100644 --- a/src/app/Models/codegen/aws/vpclattice/ListenerRule.ts +++ b/src/app/Models/codegen/aws/vpclattice/ListenerRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ListenerRuleAction, vpclattice_ListenerRuleAction_GetTypes, -} from "../types/vpclattice_ListenerRuleAction"; +} from '../types/vpclattice_ListenerRuleAction'; import { vpclattice_ListenerRuleMatch, vpclattice_ListenerRuleMatch_GetTypes, -} from "../types/vpclattice_ListenerRuleMatch"; +} from '../types/vpclattice_ListenerRuleMatch'; export interface ListenerRuleArgs { // The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. @@ -80,55 +80,55 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Number, - "priority", - "The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.\n\nThe following arguments are optional:", + 'priority', + 'The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.\n\nThe following arguments are optional:', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceIdentifier", - "The ID or Amazon Resource Identifier (ARN) of the service.", + 'serviceIdentifier', + 'The ID or Amazon Resource Identifier (ARN) of the service.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "action", - "The action for the listener rule.", + 'action', + 'The action for the listener rule.', () => vpclattice_ListenerRuleAction_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "listenerIdentifier", - "The ID or Amazon Resource Name (ARN) of the listener.", + 'listenerIdentifier', + 'The ID or Amazon Resource Name (ARN) of the listener.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "match", - "The rule match.", + 'match', + 'The rule match.', () => vpclattice_ListenerRuleMatch_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.", () => [], false, diff --git a/src/app/Models/codegen/aws/vpclattice/ResourcePolicy.ts b/src/app/Models/codegen/aws/vpclattice/ResourcePolicy.ts index a15431c5b..a08d7429e 100644 --- a/src/app/Models/codegen/aws/vpclattice/ResourcePolicy.ts +++ b/src/app/Models/codegen/aws/vpclattice/ResourcePolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ResourcePolicyArgs { // An IAM policy. The policy string in JSON must not contain newlines or blank lines. @@ -25,16 +25,16 @@ export class ResourcePolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "policy", - "An IAM policy. The policy string in JSON must not contain newlines or blank lines.", + 'policy', + 'An IAM policy. The policy string in JSON must not contain newlines or blank lines.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.", + 'resourceArn', + 'The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/vpclattice/Service.ts b/src/app/Models/codegen/aws/vpclattice/Service.ts index 986c2a373..428e6e485 100644 --- a/src/app/Models/codegen/aws/vpclattice/Service.ts +++ b/src/app/Models/codegen/aws/vpclattice/Service.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ServiceDnsEntry, vpclattice_ServiceDnsEntry_GetTypes, -} from "../types/vpclattice_ServiceDnsEntry"; +} from '../types/vpclattice_ServiceDnsEntry'; export interface ServiceArgs { // Type of IAM policy. Either `NONE` or `AWS_IAM`. @@ -67,31 +67,31 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "authType", - "Type of IAM policy. Either `NONE` or `AWS_IAM`.", + 'authType', + 'Type of IAM policy. Either `NONE` or `AWS_IAM`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "certificateArn", - "Amazon Resource Name (ARN) of the certificate.", + 'certificateArn', + 'Amazon Resource Name (ARN) of the certificate.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "customDomainName", - "Custom domain name of the service.", + 'customDomainName', + 'Custom domain name of the service.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.Must be between 3 and 40 characters in length.\n\nThe following arguments are optional:", () => [], false, @@ -99,8 +99,8 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/vpclattice/ServiceNetwork.ts b/src/app/Models/codegen/aws/vpclattice/ServiceNetwork.ts index f67b3008b..f358b576b 100644 --- a/src/app/Models/codegen/aws/vpclattice/ServiceNetwork.ts +++ b/src/app/Models/codegen/aws/vpclattice/ServiceNetwork.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceNetworkArgs { // Type of IAM policy. Either `NONE` or `AWS_IAM`. @@ -45,24 +45,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.String, - "authType", - "Type of IAM policy. Either `NONE` or `AWS_IAM`.", + 'authType', + 'Type of IAM policy. Either `NONE` or `AWS_IAM`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the service network\n\nThe following arguments are optional:", + 'name', + 'Name of the service network\n\nThe following arguments are optional:', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/vpclattice/ServiceNetworkServiceAssociation.ts b/src/app/Models/codegen/aws/vpclattice/ServiceNetworkServiceAssociation.ts index c70126abf..2cf497836 100644 --- a/src/app/Models/codegen/aws/vpclattice/ServiceNetworkServiceAssociation.ts +++ b/src/app/Models/codegen/aws/vpclattice/ServiceNetworkServiceAssociation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_ServiceNetworkServiceAssociationDnsEntry, vpclattice_ServiceNetworkServiceAssociationDnsEntry_GetTypes, -} from "../types/vpclattice_ServiceNetworkServiceAssociationDnsEntry"; +} from '../types/vpclattice_ServiceNetworkServiceAssociationDnsEntry'; export interface ServiceNetworkServiceAssociationArgs { // The ID or Amazon Resource Identifier (ARN) of the service. @@ -59,24 +59,24 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceIdentifier", - "The ID or Amazon Resource Identifier (ARN) of the service.", + 'serviceIdentifier', + 'The ID or Amazon Resource Identifier (ARN) of the service.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceNetworkIdentifier", - "The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.\nThe following arguments are optional:", + 'serviceNetworkIdentifier', + 'The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/vpclattice/ServiceNetworkVpcAssociation.ts b/src/app/Models/codegen/aws/vpclattice/ServiceNetworkVpcAssociation.ts index 64b729970..da02bd171 100644 --- a/src/app/Models/codegen/aws/vpclattice/ServiceNetworkVpcAssociation.ts +++ b/src/app/Models/codegen/aws/vpclattice/ServiceNetworkVpcAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceNetworkVpcAssociationArgs { // The IDs of the security groups. @@ -55,32 +55,32 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Array, - "securityGroupIds", - "The IDs of the security groups.", + 'securityGroupIds', + 'The IDs of the security groups.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceNetworkIdentifier", - "The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.\nThe following arguments are optional:", + 'serviceNetworkIdentifier', + 'The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.\nThe following arguments are optional:', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "vpcIdentifier", - "The ID of the VPC.", + 'vpcIdentifier', + 'The ID of the VPC.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/vpclattice/TargetGroup.ts b/src/app/Models/codegen/aws/vpclattice/TargetGroup.ts index 8bf5b2d48..3f960b23a 100644 --- a/src/app/Models/codegen/aws/vpclattice/TargetGroup.ts +++ b/src/app/Models/codegen/aws/vpclattice/TargetGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_TargetGroupConfig, vpclattice_TargetGroupConfig_GetTypes, -} from "../types/vpclattice_TargetGroupConfig"; +} from '../types/vpclattice_TargetGroupConfig'; export interface TargetGroupArgs { // The target group configuration. @@ -58,15 +58,15 @@ The following arguments are optional: return [ new DynamicUIProps( InputType.Object, - "config", - "The target group configuration.", + 'config', + 'The target group configuration.', () => vpclattice_TargetGroupConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.", () => [], false, @@ -74,16 +74,16 @@ The following arguments are optional: ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of target group. Valid Values are `IP` | `LAMBDA` | `INSTANCE` | `ALB`\n\nThe following arguments are optional:", + 'type', + 'The type of target group. Valid Values are `IP` | `LAMBDA` | `INSTANCE` | `ALB`\n\nThe following arguments are optional:', () => [], true, true, diff --git a/src/app/Models/codegen/aws/vpclattice/TargetGroupAttachment.ts b/src/app/Models/codegen/aws/vpclattice/TargetGroupAttachment.ts index 7eb7dc781..322096a11 100644 --- a/src/app/Models/codegen/aws/vpclattice/TargetGroupAttachment.ts +++ b/src/app/Models/codegen/aws/vpclattice/TargetGroupAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { vpclattice_TargetGroupAttachmentTarget, vpclattice_TargetGroupAttachmentTarget_GetTypes, -} from "../types/vpclattice_TargetGroupAttachmentTarget"; +} from '../types/vpclattice_TargetGroupAttachmentTarget'; export interface TargetGroupAttachmentArgs { // The target. @@ -29,16 +29,16 @@ export class TargetGroupAttachment extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "target", - "The target.", + 'target', + 'The target.', () => vpclattice_TargetGroupAttachmentTarget_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "targetGroupIdentifier", - "The ID or Amazon Resource Name (ARN) of the target group.", + 'targetGroupIdentifier', + 'The ID or Amazon Resource Name (ARN) of the target group.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/waf/ByteMatchSet.ts b/src/app/Models/codegen/aws/waf/ByteMatchSet.ts index 6f9027b0e..b16f8f9db 100644 --- a/src/app/Models/codegen/aws/waf/ByteMatchSet.ts +++ b/src/app/Models/codegen/aws/waf/ByteMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_ByteMatchSetByteMatchTuple, waf_ByteMatchSetByteMatchTuple_GetTypes, -} from "../types/waf_ByteMatchSetByteMatchTuple"; +} from '../types/waf_ByteMatchSetByteMatchTuple'; export interface ByteMatchSetArgs { /* @@ -37,16 +37,16 @@ the location in requests that you want to search, and other settings. return [ new DynamicUIProps( InputType.Array, - "byteMatchTuples", - "Specifies the bytes (typically a string that corresponds\nwith ASCII characters) that you want to search for in web requests,\nthe location in requests that you want to search, and other settings.", + 'byteMatchTuples', + 'Specifies the bytes (typically a string that corresponds\nwith ASCII characters) that you want to search for in web requests,\nthe location in requests that you want to search, and other settings.', () => waf_ByteMatchSetByteMatchTuple_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the Byte Match Set.", + 'name', + 'The name or description of the Byte Match Set.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/waf/GeoMatchSet.ts b/src/app/Models/codegen/aws/waf/GeoMatchSet.ts index 21fb16297..c6275b658 100644 --- a/src/app/Models/codegen/aws/waf/GeoMatchSet.ts +++ b/src/app/Models/codegen/aws/waf/GeoMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_GeoMatchSetGeoMatchConstraint, waf_GeoMatchSetGeoMatchConstraint_GetTypes, -} from "../types/waf_GeoMatchSetGeoMatchConstraint"; +} from '../types/waf_GeoMatchSetGeoMatchConstraint'; export interface GeoMatchSetArgs { // The name or description of the GeoMatchSet. @@ -32,16 +32,16 @@ export class GeoMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the GeoMatchSet.", + 'name', + 'The name or description of the GeoMatchSet.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "geoMatchConstraints", - "The GeoMatchConstraint objects which contain the country that you want AWS WAF to search for.", + 'geoMatchConstraints', + 'The GeoMatchConstraint objects which contain the country that you want AWS WAF to search for.', () => waf_GeoMatchSetGeoMatchConstraint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/IpSet.ts b/src/app/Models/codegen/aws/waf/IpSet.ts index 1da97dcc2..7ee47cc67 100644 --- a/src/app/Models/codegen/aws/waf/IpSet.ts +++ b/src/app/Models/codegen/aws/waf/IpSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_IpSetIpSetDescriptor, waf_IpSetIpSetDescriptor_GetTypes, -} from "../types/waf_IpSetIpSetDescriptor"; +} from '../types/waf_IpSetIpSetDescriptor'; export interface IpSetArgs { // One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate. @@ -32,16 +32,16 @@ export class IpSet extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "ipSetDescriptors", - "One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate.", + 'ipSetDescriptors', + 'One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate.', () => waf_IpSetIpSetDescriptor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the IPSet.", + 'name', + 'The name or description of the IPSet.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/waf/RateBasedRule.ts b/src/app/Models/codegen/aws/waf/RateBasedRule.ts index a45634bc3..1f18d0258 100644 --- a/src/app/Models/codegen/aws/waf/RateBasedRule.ts +++ b/src/app/Models/codegen/aws/waf/RateBasedRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RateBasedRulePredicate, waf_RateBasedRulePredicate_GetTypes, -} from "../types/waf_RateBasedRulePredicate"; +} from '../types/waf_RateBasedRulePredicate'; export interface RateBasedRuleArgs { // The name or description for the Amazon CloudWatch metric of this rule. @@ -59,48 +59,48 @@ export class RateBasedRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "metricName", - "The name or description for the Amazon CloudWatch metric of this rule.", + 'metricName', + 'The name or description for the Amazon CloudWatch metric of this rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the rule.", + 'name', + 'The name or description of the rule.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "predicates", - "The objects to include in a rule (documented below).", + 'predicates', + 'The objects to include in a rule (documented below).', () => waf_RateBasedRulePredicate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rateKey", - "Valid value is IP.", + 'rateKey', + 'Valid value is IP.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "rateLimit", - "The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.", + 'rateLimit', + 'The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/RegexMatchSet.ts b/src/app/Models/codegen/aws/waf/RegexMatchSet.ts index 9ac4b46e9..195482235 100644 --- a/src/app/Models/codegen/aws/waf/RegexMatchSet.ts +++ b/src/app/Models/codegen/aws/waf/RegexMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RegexMatchSetRegexMatchTuple, waf_RegexMatchSetRegexMatchTuple_GetTypes, -} from "../types/waf_RegexMatchSetRegexMatchTuple"; +} from '../types/waf_RegexMatchSetRegexMatchTuple'; export interface RegexMatchSetArgs { // The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below. @@ -32,16 +32,16 @@ export class RegexMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "regexMatchTuples", - "The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.", + 'regexMatchTuples', + 'The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.', () => waf_RegexMatchSetRegexMatchTuple_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the Regex Match Set.", + 'name', + 'The name or description of the Regex Match Set.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/waf/RegexPatternSet.ts b/src/app/Models/codegen/aws/waf/RegexPatternSet.ts index ac5d0c519..946fc8be9 100644 --- a/src/app/Models/codegen/aws/waf/RegexPatternSet.ts +++ b/src/app/Models/codegen/aws/waf/RegexPatternSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegexPatternSetArgs { // The name or description of the Regex Pattern Set. @@ -28,16 +28,16 @@ export class RegexPatternSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the Regex Pattern Set.", + 'name', + 'The name or description of the Regex Pattern Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "regexPatternStrings", - "A list of regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`.", + 'regexPatternStrings', + 'A list of regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/Rule.ts b/src/app/Models/codegen/aws/waf/Rule.ts index d95309171..43e422b63 100644 --- a/src/app/Models/codegen/aws/waf/Rule.ts +++ b/src/app/Models/codegen/aws/waf/Rule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RulePredicate, waf_RulePredicate_GetTypes, -} from "../types/waf_RulePredicate"; +} from '../types/waf_RulePredicate'; export interface RuleArgs { // The name or description for the Amazon CloudWatch metric of this rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. @@ -47,7 +47,7 @@ export class Rule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "metricName", + 'metricName', "The name or description for the Amazon CloudWatch metric of this rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace.", () => [], true, @@ -55,24 +55,24 @@ export class Rule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the rule.", + 'name', + 'The name or description of the rule.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "predicates", - "The objects to include in a rule (documented below).", + 'predicates', + 'The objects to include in a rule (documented below).', () => waf_RulePredicate_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/RuleGroup.ts b/src/app/Models/codegen/aws/waf/RuleGroup.ts index 16e31d9a3..3ba0afc5d 100644 --- a/src/app/Models/codegen/aws/waf/RuleGroup.ts +++ b/src/app/Models/codegen/aws/waf/RuleGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_RuleGroupActivatedRule, waf_RuleGroupActivatedRule_GetTypes, -} from "../types/waf_RuleGroupActivatedRule"; +} from '../types/waf_RuleGroupActivatedRule'; export interface RuleGroupArgs { // A list of activated rules, see below @@ -47,32 +47,32 @@ export class RuleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "activatedRules", - "A list of activated rules, see below", + 'activatedRules', + 'A list of activated rules, see below', () => waf_RuleGroupActivatedRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "A friendly name for the metrics from the rule group", + 'metricName', + 'A friendly name for the metrics from the rule group', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the rule group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.", + 'name', + 'Name of the rule group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/SizeConstraintSet.ts b/src/app/Models/codegen/aws/waf/SizeConstraintSet.ts index 00da61294..0f5e30bdc 100644 --- a/src/app/Models/codegen/aws/waf/SizeConstraintSet.ts +++ b/src/app/Models/codegen/aws/waf/SizeConstraintSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_SizeConstraintSetSizeConstraint, waf_SizeConstraintSetSizeConstraint_GetTypes, -} from "../types/waf_SizeConstraintSetSizeConstraint"; +} from '../types/waf_SizeConstraintSetSizeConstraint'; export interface SizeConstraintSetArgs { // Name or description of the Size Constraint Set. @@ -32,16 +32,16 @@ export class SizeConstraintSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "Name or description of the Size Constraint Set.", + 'name', + 'Name or description of the Size Constraint Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sizeConstraints", - "Parts of web requests that you want to inspect the size of.", + 'sizeConstraints', + 'Parts of web requests that you want to inspect the size of.', () => waf_SizeConstraintSetSizeConstraint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/SqlInjectionMatchSet.ts b/src/app/Models/codegen/aws/waf/SqlInjectionMatchSet.ts index efc472083..1b13c2b09 100644 --- a/src/app/Models/codegen/aws/waf/SqlInjectionMatchSet.ts +++ b/src/app/Models/codegen/aws/waf/SqlInjectionMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_SqlInjectionMatchSetSqlInjectionMatchTuple, waf_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes, -} from "../types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple"; +} from '../types/waf_SqlInjectionMatchSetSqlInjectionMatchTuple'; export interface SqlInjectionMatchSetArgs { // The name or description of the SQL Injection Match Set. @@ -29,16 +29,16 @@ export class SqlInjectionMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the SQL Injection Match Set.", + 'name', + 'The name or description of the SQL Injection Match Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sqlInjectionMatchTuples", - "The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.", + 'sqlInjectionMatchTuples', + 'The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.', () => waf_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/WebAcl.ts b/src/app/Models/codegen/aws/waf/WebAcl.ts index 0b6b08a69..857d1bda8 100644 --- a/src/app/Models/codegen/aws/waf/WebAcl.ts +++ b/src/app/Models/codegen/aws/waf/WebAcl.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_WebAclDefaultAction, waf_WebAclDefaultAction_GetTypes, -} from "../types/waf_WebAclDefaultAction"; +} from '../types/waf_WebAclDefaultAction'; import { waf_WebAclLoggingConfiguration, waf_WebAclLoggingConfiguration_GetTypes, -} from "../types/waf_WebAclLoggingConfiguration"; +} from '../types/waf_WebAclLoggingConfiguration'; import { waf_WebAclRule, waf_WebAclRule_GetTypes, -} from "../types/waf_WebAclRule"; +} from '../types/waf_WebAclRule'; export interface WebAclArgs { // Configuration block with action that you want AWS WAF to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL. Detailed below. @@ -67,7 +67,7 @@ export class WebAcl extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "defaultAction", + 'defaultAction', "Configuration block with action that you want AWS WAF to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL. Detailed below.", () => waf_WebAclDefaultAction_GetTypes(), true, @@ -75,40 +75,40 @@ export class WebAcl extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "Configuration block to enable WAF logging. Detailed below.", + 'loggingConfiguration', + 'Configuration block to enable WAF logging. Detailed below.', () => waf_WebAclLoggingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name or description for the Amazon CloudWatch metric of this web ACL.", + 'metricName', + 'The name or description for the Amazon CloudWatch metric of this web ACL.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the web ACL.", + 'name', + 'The name or description of the web ACL.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.", + 'rules', + 'Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.', () => waf_WebAclRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/waf/XssMatchSet.ts b/src/app/Models/codegen/aws/waf/XssMatchSet.ts index 21f479c3b..837aa68eb 100644 --- a/src/app/Models/codegen/aws/waf/XssMatchSet.ts +++ b/src/app/Models/codegen/aws/waf/XssMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { waf_XssMatchSetXssMatchTuple, waf_XssMatchSetXssMatchTuple_GetTypes, -} from "../types/waf_XssMatchSetXssMatchTuple"; +} from '../types/waf_XssMatchSetXssMatchTuple'; export interface XssMatchSetArgs { // The parts of web requests that you want to inspect for cross-site scripting attacks. @@ -32,16 +32,16 @@ export class XssMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "xssMatchTuples", - "The parts of web requests that you want to inspect for cross-site scripting attacks.", + 'xssMatchTuples', + 'The parts of web requests that you want to inspect for cross-site scripting attacks.', () => waf_XssMatchSetXssMatchTuple_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the SizeConstraintSet.", + 'name', + 'The name or description of the SizeConstraintSet.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/wafregional/ByteMatchSet.ts b/src/app/Models/codegen/aws/wafregional/ByteMatchSet.ts index ec595d893..c90e5358b 100644 --- a/src/app/Models/codegen/aws/wafregional/ByteMatchSet.ts +++ b/src/app/Models/codegen/aws/wafregional/ByteMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_ByteMatchSetByteMatchTuple, wafregional_ByteMatchSetByteMatchTuple_GetTypes, -} from "../types/wafregional_ByteMatchSetByteMatchTuple"; +} from '../types/wafregional_ByteMatchSetByteMatchTuple'; export interface ByteMatchSetArgs { // The name or description of the ByteMatchSet. @@ -29,16 +29,16 @@ export class ByteMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the ByteMatchSet.", + 'name', + 'The name or description of the ByteMatchSet.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "byteMatchTuples", - "Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.", + 'byteMatchTuples', + 'Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.', () => wafregional_ByteMatchSetByteMatchTuple_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/GeoMatchSet.ts b/src/app/Models/codegen/aws/wafregional/GeoMatchSet.ts index 9b5d8fb88..fafd145df 100644 --- a/src/app/Models/codegen/aws/wafregional/GeoMatchSet.ts +++ b/src/app/Models/codegen/aws/wafregional/GeoMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_GeoMatchSetGeoMatchConstraint, wafregional_GeoMatchSetGeoMatchConstraint_GetTypes, -} from "../types/wafregional_GeoMatchSetGeoMatchConstraint"; +} from '../types/wafregional_GeoMatchSetGeoMatchConstraint'; export interface GeoMatchSetArgs { // The Geo Match Constraint objects which contain the country that you want AWS WAF to search for. @@ -29,16 +29,16 @@ export class GeoMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the Geo Match Set.", + 'name', + 'The name or description of the Geo Match Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "geoMatchConstraints", - "The Geo Match Constraint objects which contain the country that you want AWS WAF to search for.", + 'geoMatchConstraints', + 'The Geo Match Constraint objects which contain the country that you want AWS WAF to search for.', () => wafregional_GeoMatchSetGeoMatchConstraint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/IpSet.ts b/src/app/Models/codegen/aws/wafregional/IpSet.ts index ebe073267..a3b699de8 100644 --- a/src/app/Models/codegen/aws/wafregional/IpSet.ts +++ b/src/app/Models/codegen/aws/wafregional/IpSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_IpSetIpSetDescriptor, wafregional_IpSetIpSetDescriptor_GetTypes, -} from "../types/wafregional_IpSetIpSetDescriptor"; +} from '../types/wafregional_IpSetIpSetDescriptor'; export interface IpSetArgs { // One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) from which web requests originate. @@ -32,16 +32,16 @@ export class IpSet extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "ipSetDescriptors", - "One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) from which web requests originate.", + 'ipSetDescriptors', + 'One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) from which web requests originate.', () => wafregional_IpSetIpSetDescriptor_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the IPSet.", + 'name', + 'The name or description of the IPSet.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/wafregional/RateBasedRule.ts b/src/app/Models/codegen/aws/wafregional/RateBasedRule.ts index 92f674d98..96038fe81 100644 --- a/src/app/Models/codegen/aws/wafregional/RateBasedRule.ts +++ b/src/app/Models/codegen/aws/wafregional/RateBasedRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RateBasedRulePredicate, wafregional_RateBasedRulePredicate_GetTypes, -} from "../types/wafregional_RateBasedRulePredicate"; +} from '../types/wafregional_RateBasedRulePredicate'; export interface RateBasedRuleArgs { // The name or description of the rule. @@ -59,48 +59,48 @@ export class RateBasedRule extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "rateLimit", - "The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.", + 'rateLimit', + 'The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name or description for the Amazon CloudWatch metric of this rule.", + 'metricName', + 'The name or description for the Amazon CloudWatch metric of this rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the rule.", + 'name', + 'The name or description of the rule.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "predicates", - "The objects to include in a rule (documented below).", + 'predicates', + 'The objects to include in a rule (documented below).', () => wafregional_RateBasedRulePredicate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "rateKey", - "Valid value is IP.", + 'rateKey', + 'Valid value is IP.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/wafregional/RegexMatchSet.ts b/src/app/Models/codegen/aws/wafregional/RegexMatchSet.ts index dd6296c45..f105a8d9d 100644 --- a/src/app/Models/codegen/aws/wafregional/RegexMatchSet.ts +++ b/src/app/Models/codegen/aws/wafregional/RegexMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RegexMatchSetRegexMatchTuple, wafregional_RegexMatchSetRegexMatchTuple_GetTypes, -} from "../types/wafregional_RegexMatchSetRegexMatchTuple"; +} from '../types/wafregional_RegexMatchSetRegexMatchTuple'; export interface RegexMatchSetArgs { // The name or description of the Regex Match Set. @@ -29,16 +29,16 @@ export class RegexMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the Regex Match Set.", + 'name', + 'The name or description of the Regex Match Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "regexMatchTuples", - "The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.", + 'regexMatchTuples', + 'The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.', () => wafregional_RegexMatchSetRegexMatchTuple_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/RegexPatternSet.ts b/src/app/Models/codegen/aws/wafregional/RegexPatternSet.ts index ca2237e23..0db011672 100644 --- a/src/app/Models/codegen/aws/wafregional/RegexPatternSet.ts +++ b/src/app/Models/codegen/aws/wafregional/RegexPatternSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegexPatternSetArgs { // The name or description of the Regex Pattern Set. @@ -25,16 +25,16 @@ export class RegexPatternSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the Regex Pattern Set.", + 'name', + 'The name or description of the Regex Pattern Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "regexPatternStrings", - "A list of regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`.", + 'regexPatternStrings', + 'A list of regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/Rule.ts b/src/app/Models/codegen/aws/wafregional/Rule.ts index 982c2127a..5c28e6872 100644 --- a/src/app/Models/codegen/aws/wafregional/Rule.ts +++ b/src/app/Models/codegen/aws/wafregional/Rule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RulePredicate, wafregional_RulePredicate_GetTypes, -} from "../types/wafregional_RulePredicate"; +} from '../types/wafregional_RulePredicate'; export interface RuleArgs { // The objects to include in a rule (documented below). @@ -47,32 +47,32 @@ export class Rule extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "predicates", - "The objects to include in a rule (documented below).", + 'predicates', + 'The objects to include in a rule (documented below).', () => wafregional_RulePredicate_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name or description for the Amazon CloudWatch metric of this rule.", + 'metricName', + 'The name or description for the Amazon CloudWatch metric of this rule.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the rule.", + 'name', + 'The name or description of the rule.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/wafregional/RuleGroup.ts b/src/app/Models/codegen/aws/wafregional/RuleGroup.ts index e776cbeb2..0cd2d227f 100644 --- a/src/app/Models/codegen/aws/wafregional/RuleGroup.ts +++ b/src/app/Models/codegen/aws/wafregional/RuleGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_RuleGroupActivatedRule, wafregional_RuleGroupActivatedRule_GetTypes, -} from "../types/wafregional_RuleGroupActivatedRule"; +} from '../types/wafregional_RuleGroupActivatedRule'; export interface RuleGroupArgs { // A friendly name for the metrics from the rule group @@ -47,32 +47,32 @@ export class RuleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "activatedRules", - "A list of activated rules, see below", + 'activatedRules', + 'A list of activated rules, see below', () => wafregional_RuleGroupActivatedRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "A friendly name for the metrics from the rule group", + 'metricName', + 'A friendly name for the metrics from the rule group', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group", + 'name', + 'A friendly name of the rule group', () => [], false, true, diff --git a/src/app/Models/codegen/aws/wafregional/SizeConstraintSet.ts b/src/app/Models/codegen/aws/wafregional/SizeConstraintSet.ts index 7f412ad60..0a8e64996 100644 --- a/src/app/Models/codegen/aws/wafregional/SizeConstraintSet.ts +++ b/src/app/Models/codegen/aws/wafregional/SizeConstraintSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_SizeConstraintSetSizeConstraint, wafregional_SizeConstraintSetSizeConstraint_GetTypes, -} from "../types/wafregional_SizeConstraintSetSizeConstraint"; +} from '../types/wafregional_SizeConstraintSetSizeConstraint'; export interface SizeConstraintSetArgs { // The name or description of the Size Constraint Set. @@ -32,16 +32,16 @@ export class SizeConstraintSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the Size Constraint Set.", + 'name', + 'The name or description of the Size Constraint Set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sizeConstraints", - "Specifies the parts of web requests that you want to inspect the size of.", + 'sizeConstraints', + 'Specifies the parts of web requests that you want to inspect the size of.', () => wafregional_SizeConstraintSetSizeConstraint_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/SqlInjectionMatchSet.ts b/src/app/Models/codegen/aws/wafregional/SqlInjectionMatchSet.ts index d095adb1b..9b6897b93 100644 --- a/src/app/Models/codegen/aws/wafregional/SqlInjectionMatchSet.ts +++ b/src/app/Models/codegen/aws/wafregional/SqlInjectionMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple, wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes, -} from "../types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple"; +} from '../types/wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple'; export interface SqlInjectionMatchSetArgs { // The name or description of the SizeConstraintSet. @@ -29,16 +29,16 @@ export class SqlInjectionMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name or description of the SizeConstraintSet.", + 'name', + 'The name or description of the SizeConstraintSet.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sqlInjectionMatchTuples", - "The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.", + 'sqlInjectionMatchTuples', + 'The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.', () => wafregional_SqlInjectionMatchSetSqlInjectionMatchTuple_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/WebAcl.ts b/src/app/Models/codegen/aws/wafregional/WebAcl.ts index 2df2239ec..c99d3c0ec 100644 --- a/src/app/Models/codegen/aws/wafregional/WebAcl.ts +++ b/src/app/Models/codegen/aws/wafregional/WebAcl.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_WebAclDefaultAction, wafregional_WebAclDefaultAction_GetTypes, -} from "../types/wafregional_WebAclDefaultAction"; +} from '../types/wafregional_WebAclDefaultAction'; import { wafregional_WebAclLoggingConfiguration, wafregional_WebAclLoggingConfiguration_GetTypes, -} from "../types/wafregional_WebAclLoggingConfiguration"; +} from '../types/wafregional_WebAclLoggingConfiguration'; import { wafregional_WebAclRule, wafregional_WebAclRule_GetTypes, -} from "../types/wafregional_WebAclRule"; +} from '../types/wafregional_WebAclRule'; export interface WebAclArgs { // The action that you want AWS WAF Regional to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL. @@ -67,7 +67,7 @@ export class WebAcl extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "defaultAction", + 'defaultAction', "The action that you want AWS WAF Regional to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL.", () => wafregional_WebAclDefaultAction_GetTypes(), true, @@ -75,40 +75,40 @@ export class WebAcl extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "loggingConfiguration", - "Configuration block to enable WAF logging. Detailed below.", + 'loggingConfiguration', + 'Configuration block to enable WAF logging. Detailed below.', () => wafregional_WebAclLoggingConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metricName", - "The name or description for the Amazon CloudWatch metric of this web ACL.", + 'metricName', + 'The name or description for the Amazon CloudWatch metric of this web ACL.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name or description of the web ACL.", + 'name', + 'The name or description of the web ACL.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Set of configuration blocks containing rules for the web ACL. Detailed below.", + 'rules', + 'Set of configuration blocks containing rules for the web ACL. Detailed below.', () => wafregional_WebAclRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafregional/WebAclAssociation.ts b/src/app/Models/codegen/aws/wafregional/WebAclAssociation.ts index 70e53852f..27e1fbc7b 100644 --- a/src/app/Models/codegen/aws/wafregional/WebAclAssociation.ts +++ b/src/app/Models/codegen/aws/wafregional/WebAclAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WebAclAssociationArgs { // ARN of the resource to associate with. For example, an Application Load Balancer or API Gateway Stage. @@ -25,16 +25,16 @@ export class WebAclAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceArn", - "ARN of the resource to associate with. For example, an Application Load Balancer or API Gateway Stage.", + 'resourceArn', + 'ARN of the resource to associate with. For example, an Application Load Balancer or API Gateway Stage.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "webAclId", - "The ID of the WAF Regional WebACL to create an association.", + 'webAclId', + 'The ID of the WAF Regional WebACL to create an association.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/wafregional/XssMatchSet.ts b/src/app/Models/codegen/aws/wafregional/XssMatchSet.ts index 178ef8939..31d358c68 100644 --- a/src/app/Models/codegen/aws/wafregional/XssMatchSet.ts +++ b/src/app/Models/codegen/aws/wafregional/XssMatchSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafregional_XssMatchSetXssMatchTuple, wafregional_XssMatchSetXssMatchTuple_GetTypes, -} from "../types/wafregional_XssMatchSetXssMatchTuple"; +} from '../types/wafregional_XssMatchSetXssMatchTuple'; export interface XssMatchSetArgs { // The name of the set @@ -29,16 +29,16 @@ export class XssMatchSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "name", - "The name of the set", + 'name', + 'The name of the set', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "xssMatchTuples", - "The parts of web requests that you want to inspect for cross-site scripting attacks.", + 'xssMatchTuples', + 'The parts of web requests that you want to inspect for cross-site scripting attacks.', () => wafregional_XssMatchSetXssMatchTuple_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafv2/IpSet.ts b/src/app/Models/codegen/aws/wafv2/IpSet.ts index 1215032b4..14e97fd2c 100644 --- a/src/app/Models/codegen/aws/wafv2/IpSet.ts +++ b/src/app/Models/codegen/aws/wafv2/IpSet.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IpSetArgs { // Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for `/0`. @@ -58,48 +58,48 @@ export class IpSet extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "addresses", - "Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for `/0`.", + 'addresses', + 'Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for `/0`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A friendly description of the IP set.", + 'description', + 'A friendly description of the IP set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddressVersion", - "Specify IPV4 or IPV6. Valid values are `IPV4` or `IPV6`.", + 'ipAddressVersion', + 'Specify IPV4 or IPV6. Valid values are `IPV4` or `IPV6`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the IP set.", + 'name', + 'A friendly name of the IP set.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scope", - "Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the Region US East (N. Virginia).", + 'scope', + 'Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the Region US East (N. Virginia).', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafv2/RegexPatternSet.ts b/src/app/Models/codegen/aws/wafv2/RegexPatternSet.ts index dfefc5d09..0d53c556a 100644 --- a/src/app/Models/codegen/aws/wafv2/RegexPatternSet.ts +++ b/src/app/Models/codegen/aws/wafv2/RegexPatternSet.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RegexPatternSetRegularExpression, wafv2_RegexPatternSetRegularExpression_GetTypes, -} from "../types/wafv2_RegexPatternSetRegularExpression"; +} from '../types/wafv2_RegexPatternSetRegularExpression'; export interface RegexPatternSetArgs { // Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider. @@ -56,40 +56,40 @@ export class RegexPatternSet extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "scope", - "Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.", + 'scope', + 'Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A friendly description of the regular expression pattern set.", + 'description', + 'A friendly description of the regular expression pattern set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the regular expression pattern set.", + 'name', + 'A friendly name of the regular expression pattern set.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "regularExpressions", - "One or more blocks of regular expression patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. See Regular Expression below for details. A maximum of 10 `regular_expression` blocks may be specified.", + 'regularExpressions', + 'One or more blocks of regular expression patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. See Regular Expression below for details. A maximum of 10 `regular_expression` blocks may be specified.', () => wafv2_RegexPatternSetRegularExpression_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/wafv2/RuleGroup.ts b/src/app/Models/codegen/aws/wafv2/RuleGroup.ts index 2bec8b6e5..e1b684421 100644 --- a/src/app/Models/codegen/aws/wafv2/RuleGroup.ts +++ b/src/app/Models/codegen/aws/wafv2/RuleGroup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_RuleGroupCustomResponseBody, wafv2_RuleGroupCustomResponseBody_GetTypes, -} from "../types/wafv2_RuleGroupCustomResponseBody"; +} from '../types/wafv2_RuleGroupCustomResponseBody'; import { wafv2_RuleGroupRule, wafv2_RuleGroupRule_GetTypes, -} from "../types/wafv2_RuleGroupRule"; +} from '../types/wafv2_RuleGroupRule'; import { wafv2_RuleGroupVisibilityConfig, wafv2_RuleGroupVisibilityConfig_GetTypes, -} from "../types/wafv2_RuleGroupVisibilityConfig"; +} from '../types/wafv2_RuleGroupVisibilityConfig'; export interface RuleGroupArgs { // A friendly description of the rule group. @@ -88,72 +88,72 @@ export class RuleGroup extends DS_Resource { return [ new DynamicUIProps( InputType.Array, - "rules", - "The rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See Rules below for details.", + 'rules', + 'The rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See Rules below for details.', () => wafv2_RuleGroupRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customResponseBodies", - "Defines custom response bodies that can be referenced by `custom_response` actions. See Custom Response Body below for details.", + 'customResponseBodies', + 'Defines custom response bodies that can be referenced by `custom_response` actions. See Custom Response Body below for details.', () => wafv2_RuleGroupCustomResponseBody_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A friendly description of the rule group.", + 'description', + 'A friendly description of the rule group.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'An array of key:value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "visibilityConfig", - "Defines and enables Amazon CloudWatch metrics and web request sample collection. See Visibility Configuration below for details.", + 'visibilityConfig', + 'Defines and enables Amazon CloudWatch metrics and web request sample collection. See Visibility Configuration below for details.', () => wafv2_RuleGroupVisibilityConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "capacity", - "The web ACL capacity units (WCUs) required for this rule group. See [here](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateRuleGroup.html#API_CreateRuleGroup_RequestSyntax) for general information and [here](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statements-list.html) for capacity specific information.", + 'capacity', + 'The web ACL capacity units (WCUs) required for this rule group. See [here](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateRuleGroup.html#API_CreateRuleGroup_RequestSyntax) for general information and [here](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statements-list.html) for capacity specific information.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "", + 'namePrefix', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scope", - "Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.", + 'scope', + 'Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A friendly name of the rule group.", + 'name', + 'A friendly name of the rule group.', () => [], false, true, diff --git a/src/app/Models/codegen/aws/wafv2/WebAcl.ts b/src/app/Models/codegen/aws/wafv2/WebAcl.ts index 61f83c9ca..80ac2fb3f 100644 --- a/src/app/Models/codegen/aws/wafv2/WebAcl.ts +++ b/src/app/Models/codegen/aws/wafv2/WebAcl.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclCustomResponseBody, wafv2_WebAclCustomResponseBody_GetTypes, -} from "../types/wafv2_WebAclCustomResponseBody"; +} from '../types/wafv2_WebAclCustomResponseBody'; import { wafv2_WebAclVisibilityConfig, wafv2_WebAclVisibilityConfig_GetTypes, -} from "../types/wafv2_WebAclVisibilityConfig"; +} from '../types/wafv2_WebAclVisibilityConfig'; import { wafv2_WebAclAssociationConfig, wafv2_WebAclAssociationConfig_GetTypes, -} from "../types/wafv2_WebAclAssociationConfig"; +} from '../types/wafv2_WebAclAssociationConfig'; import { wafv2_WebAclDefaultAction, wafv2_WebAclDefaultAction_GetTypes, -} from "../types/wafv2_WebAclDefaultAction"; +} from '../types/wafv2_WebAclDefaultAction'; import { wafv2_WebAclRule, wafv2_WebAclRule_GetTypes, -} from "../types/wafv2_WebAclRule"; +} from '../types/wafv2_WebAclRule'; import { wafv2_WebAclCaptchaConfig, wafv2_WebAclCaptchaConfig_GetTypes, -} from "../types/wafv2_WebAclCaptchaConfig"; +} from '../types/wafv2_WebAclCaptchaConfig'; import { wafv2_WebAclChallengeConfig, wafv2_WebAclChallengeConfig_GetTypes, -} from "../types/wafv2_WebAclChallengeConfig"; +} from '../types/wafv2_WebAclChallengeConfig'; export interface WebAclArgs { // Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider. @@ -134,47 +134,47 @@ export class WebAcl extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "challengeConfig", - "Specifies how AWS WAF should handle Challenge evaluations on the ACL level (used by [AWS Bot Control](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-bot.html)). See `challenge_config` below for details.", + 'challengeConfig', + 'Specifies how AWS WAF should handle Challenge evaluations on the ACL level (used by [AWS Bot Control](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-bot.html)). See `challenge_config` below for details.', () => wafv2_WebAclChallengeConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customResponseBodies", - "Defines custom response bodies that can be referenced by `custom_response` actions. See `custom_response_body` below for details.", + 'customResponseBodies', + 'Defines custom response bodies that can be referenced by `custom_response` actions. See `custom_response_body` below for details.', () => wafv2_WebAclCustomResponseBody_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "associationConfig", - "Specifies custom configurations for the associations between the web ACL and protected resources. See `association_config` below for details.", + 'associationConfig', + 'Specifies custom configurations for the associations between the web ACL and protected resources. See `association_config` below for details.', () => wafv2_WebAclAssociationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "scope", - "Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.", + 'scope', + 'Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "tags", - "Map of key-value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'Map of key-value pairs to associate with the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tokenDomains", + 'tokenDomains', "Specifies the domains that AWS WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When AWS WAF provides a token, it uses the domain of the AWS resource that the web ACL is protecting. If you don't specify a list of token domains, AWS WAF accepts tokens only for the domain of the protected resource. With a token domain list, AWS WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains.", () => InputType_String_GetTypes(), false, @@ -182,56 +182,56 @@ export class WebAcl extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "captchaConfig", - "Specifies how AWS WAF should handle CAPTCHA evaluations on the ACL level (used by [AWS Bot Control](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-bot.html)). See `captcha_config` below for details.", + 'captchaConfig', + 'Specifies how AWS WAF should handle CAPTCHA evaluations on the ACL level (used by [AWS Bot Control](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-bot.html)). See `captcha_config` below for details.', () => wafv2_WebAclCaptchaConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ruleJson", - "Raw JSON string to allow more than three nested statements. Conflicts with `rule` attribute. This is for advanced use cases where more than 3 levels of nested statements are required. **There is no drift detection at this time**. If you use this attribute instead of `rule`, you will be foregoing drift detection. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateWebACL.html) for the JSON structure.", + 'ruleJson', + 'Raw JSON string to allow more than three nested statements. Conflicts with `rule` attribute. This is for advanced use cases where more than 3 levels of nested statements are required. **There is no drift detection at this time**. If you use this attribute instead of `rule`, you will be foregoing drift detection. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateWebACL.html) for the JSON structure.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "rules", - "Rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See `rule` below for details.", + 'rules', + 'Rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See `rule` below for details.', () => wafv2_WebAclRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Friendly description of the WebACL.", + 'description', + 'Friendly description of the WebACL.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Friendly name of the WebACL.", + 'name', + 'Friendly name of the WebACL.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "visibilityConfig", - "Defines and enables Amazon CloudWatch metrics and web request sample collection. See `visibility_config` below for details.", + 'visibilityConfig', + 'Defines and enables Amazon CloudWatch metrics and web request sample collection. See `visibility_config` below for details.', () => wafv2_WebAclVisibilityConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "defaultAction", - "Action to perform if none of the `rules` contained in the WebACL match. See `default_action` below for details.", + 'defaultAction', + 'Action to perform if none of the `rules` contained in the WebACL match. See `default_action` below for details.', () => wafv2_WebAclDefaultAction_GetTypes(), true, false, diff --git a/src/app/Models/codegen/aws/wafv2/WebAclAssociation.ts b/src/app/Models/codegen/aws/wafv2/WebAclAssociation.ts index 7d5d1cedd..fa7e26f53 100644 --- a/src/app/Models/codegen/aws/wafv2/WebAclAssociation.ts +++ b/src/app/Models/codegen/aws/wafv2/WebAclAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WebAclAssociationArgs { // The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This must be an ARN of an Application Load Balancer, an Amazon API Gateway stage (REST only, HTTP is unsupported), an Amazon Cognito User Pool, an Amazon AppSync GraphQL API, an Amazon App Runner service, or an Amazon Verified Access instance. @@ -25,16 +25,16 @@ export class WebAclAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "resourceArn", - "The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This must be an ARN of an Application Load Balancer, an Amazon API Gateway stage (REST only, HTTP is unsupported), an Amazon Cognito User Pool, an Amazon AppSync GraphQL API, an Amazon App Runner service, or an Amazon Verified Access instance.", + 'resourceArn', + 'The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This must be an ARN of an Application Load Balancer, an Amazon API Gateway stage (REST only, HTTP is unsupported), an Amazon Cognito User Pool, an Amazon AppSync GraphQL API, an Amazon App Runner service, or an Amazon Verified Access instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "webAclArn", - "The Amazon Resource Name (ARN) of the Web ACL that you want to associate with the resource.", + 'webAclArn', + 'The Amazon Resource Name (ARN) of the Web ACL that you want to associate with the resource.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/wafv2/WebAclLoggingConfiguration.ts b/src/app/Models/codegen/aws/wafv2/WebAclLoggingConfiguration.ts index 7b56570b8..8f50b4829 100644 --- a/src/app/Models/codegen/aws/wafv2/WebAclLoggingConfiguration.ts +++ b/src/app/Models/codegen/aws/wafv2/WebAclLoggingConfiguration.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { wafv2_WebAclLoggingConfigurationRedactedField, wafv2_WebAclLoggingConfigurationRedactedField_GetTypes, -} from "../types/wafv2_WebAclLoggingConfigurationRedactedField"; +} from '../types/wafv2_WebAclLoggingConfigurationRedactedField'; import { wafv2_WebAclLoggingConfigurationLoggingFilter, wafv2_WebAclLoggingConfigurationLoggingFilter_GetTypes, -} from "../types/wafv2_WebAclLoggingConfigurationLoggingFilter"; +} from '../types/wafv2_WebAclLoggingConfigurationLoggingFilter'; export interface WebAclLoggingConfigurationArgs { // Configuration block that specifies which web requests are kept in the logs and which are dropped. It allows filtering based on the rule action and the web request labels applied by matching rules during web ACL evaluation. For more details, refer to the Logging Filter section below. @@ -45,32 +45,32 @@ export class WebAclLoggingConfiguration extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "loggingFilter", - "Configuration block that specifies which web requests are kept in the logs and which are dropped. It allows filtering based on the rule action and the web request labels applied by matching rules during web ACL evaluation. For more details, refer to the Logging Filter section below.", + 'loggingFilter', + 'Configuration block that specifies which web requests are kept in the logs and which are dropped. It allows filtering based on the rule action and the web request labels applied by matching rules during web ACL evaluation. For more details, refer to the Logging Filter section below.', () => wafv2_WebAclLoggingConfigurationLoggingFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "redactedFields", - "Configuration for parts of the request that you want to keep out of the logs. Up to 100 `redacted_fields` blocks are supported. See Redacted Fields below for more details.", + 'redactedFields', + 'Configuration for parts of the request that you want to keep out of the logs. Up to 100 `redacted_fields` blocks are supported. See Redacted Fields below for more details.', () => wafv2_WebAclLoggingConfigurationRedactedField_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "Amazon Resource Name (ARN) of the web ACL that you want to associate with `log_destination_configs`.", + 'resourceArn', + 'Amazon Resource Name (ARN) of the web ACL that you want to associate with `log_destination_configs`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "logDestinationConfigs", - "Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL. **Note:** data firehose, log group, or bucket name **must** be prefixed with `aws-waf-logs-`, e.g. `aws-waf-logs-example-firehose`, `aws-waf-logs-example-log-group`, or `aws-waf-logs-example-bucket`.", + 'logDestinationConfigs', + 'Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL. **Note:** data firehose, log group, or bucket name **must** be prefixed with `aws-waf-logs-`, e.g. `aws-waf-logs-example-firehose`, `aws-waf-logs-example-log-group`, or `aws-waf-logs-example-bucket`.', () => InputType_String_GetTypes(), true, true, diff --git a/src/app/Models/codegen/aws/worklink/Fleet.ts b/src/app/Models/codegen/aws/worklink/Fleet.ts index 114b15026..71a23238d 100644 --- a/src/app/Models/codegen/aws/worklink/Fleet.ts +++ b/src/app/Models/codegen/aws/worklink/Fleet.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { worklink_FleetIdentityProvider, worklink_FleetIdentityProvider_GetTypes, -} from "../types/worklink_FleetIdentityProvider"; +} from '../types/worklink_FleetIdentityProvider'; import { worklink_FleetNetwork, worklink_FleetNetwork_GetTypes, -} from "../types/worklink_FleetNetwork"; +} from '../types/worklink_FleetNetwork'; export interface FleetArgs { /* @@ -87,15 +87,15 @@ The option to optimize for better performance by routing traffic through the clo return [ new DynamicUIProps( InputType.Bool, - "optimizeForEndUserLocation", - "The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region. Defaults to `true`.\n\n**network** requires the following:\n\n> **NOTE:** `network` is cannot removed without force recreating.", + 'optimizeForEndUserLocation', + 'The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region. Defaults to `true`.\n\n**network** requires the following:\n\n> **NOTE:** `network` is cannot removed without force recreating.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "auditStreamArn", + 'auditStreamArn', 'The ARN of the Amazon Kinesis data stream that receives the audit events. Kinesis data stream name must begin with `"AmazonWorkLink-"`.', () => [], false, @@ -103,40 +103,40 @@ The option to optimize for better performance by routing traffic through the clo ), new DynamicUIProps( InputType.String, - "deviceCaCertificate", - "The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.", + 'deviceCaCertificate', + 'The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The name of the fleet.", + 'displayName', + 'The name of the fleet.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "identityProvider", - "Provide this to allow manage the identity provider configuration for the fleet. Fields documented below.", + 'identityProvider', + 'Provide this to allow manage the identity provider configuration for the fleet. Fields documented below.', () => worklink_FleetIdentityProvider_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A region-unique name for the AMI.", + 'name', + 'A region-unique name for the AMI.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "network", - "Provide this to allow manage the company network configuration for the fleet. Fields documented below.", + 'network', + 'Provide this to allow manage the company network configuration for the fleet. Fields documented below.', () => worklink_FleetNetwork_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/worklink/WebsiteCertificateAuthorityAssociation.ts b/src/app/Models/codegen/aws/worklink/WebsiteCertificateAuthorityAssociation.ts index 9f543d8a3..a4c216ff0 100644 --- a/src/app/Models/codegen/aws/worklink/WebsiteCertificateAuthorityAssociation.ts +++ b/src/app/Models/codegen/aws/worklink/WebsiteCertificateAuthorityAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface WebsiteCertificateAuthorityAssociationArgs { // The root certificate of the Certificate Authority. @@ -34,24 +34,24 @@ export class WebsiteCertificateAuthorityAssociation extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "certificate", - "The root certificate of the Certificate Authority.", + 'certificate', + 'The root certificate of the Certificate Authority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The certificate name to display.", + 'displayName', + 'The certificate name to display.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "fleetArn", - "The ARN of the fleet.", + 'fleetArn', + 'The ARN of the fleet.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/workspaces/ConnectionAlias.ts b/src/app/Models/codegen/aws/workspaces/ConnectionAlias.ts index 29d171df7..9b7073c19 100644 --- a/src/app/Models/codegen/aws/workspaces/ConnectionAlias.ts +++ b/src/app/Models/codegen/aws/workspaces/ConnectionAlias.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { workspaces_ConnectionAliasTimeouts, workspaces_ConnectionAliasTimeouts_GetTypes, -} from "../types/workspaces_ConnectionAliasTimeouts"; +} from '../types/workspaces_ConnectionAliasTimeouts'; export interface ConnectionAliasArgs { // The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com. @@ -44,24 +44,24 @@ export class ConnectionAlias extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "connectionString", - "The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.", + 'connectionString', + 'The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "timeouts", - "", + 'timeouts', + '', () => workspaces_ConnectionAliasTimeouts_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/workspaces/Directory.ts b/src/app/Models/codegen/aws/workspaces/Directory.ts index 2e363fb49..975811585 100644 --- a/src/app/Models/codegen/aws/workspaces/Directory.ts +++ b/src/app/Models/codegen/aws/workspaces/Directory.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { workspaces_DirectorySelfServicePermissions, workspaces_DirectorySelfServicePermissions_GetTypes, -} from "../types/workspaces_DirectorySelfServicePermissions"; +} from '../types/workspaces_DirectorySelfServicePermissions'; import { workspaces_DirectoryWorkspaceAccessProperties, workspaces_DirectoryWorkspaceAccessProperties_GetTypes, -} from "../types/workspaces_DirectoryWorkspaceAccessProperties"; +} from '../types/workspaces_DirectoryWorkspaceAccessProperties'; import { workspaces_DirectoryWorkspaceCreationProperties, workspaces_DirectoryWorkspaceCreationProperties_GetTypes, -} from "../types/workspaces_DirectoryWorkspaceCreationProperties"; +} from '../types/workspaces_DirectoryWorkspaceCreationProperties'; export interface DirectoryArgs { // Permissions to enable or disable self-service capabilities. Defined below. @@ -94,56 +94,56 @@ export class Directory extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "workspaceAccessProperties", - "Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.", + 'workspaceAccessProperties', + 'Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.', () => workspaces_DirectoryWorkspaceAccessProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workspaceCreationProperties", - "Default properties that are used for creating WorkSpaces. Defined below.", + 'workspaceCreationProperties', + 'Default properties that are used for creating WorkSpaces. Defined below.', () => workspaces_DirectoryWorkspaceCreationProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "directoryId", - "The directory identifier for registration in WorkSpaces service.", + 'directoryId', + 'The directory identifier for registration in WorkSpaces service.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "ipGroupIds", - "The identifiers of the IP access control groups associated with the directory.", + 'ipGroupIds', + 'The identifiers of the IP access control groups associated with the directory.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "selfServicePermissions", - "Permissions to enable or disable self-service capabilities. Defined below.", + 'selfServicePermissions', + 'Permissions to enable or disable self-service capabilities. Defined below.', () => workspaces_DirectorySelfServicePermissions_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "subnetIds", - "The identifiers of the subnets where the directory resides.", + 'subnetIds', + 'The identifiers of the subnets where the directory resides.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags assigned to the WorkSpaces directory. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags assigned to the WorkSpaces directory. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/workspaces/IpGroup.ts b/src/app/Models/codegen/aws/workspaces/IpGroup.ts index 6db585cfa..58cacb199 100644 --- a/src/app/Models/codegen/aws/workspaces/IpGroup.ts +++ b/src/app/Models/codegen/aws/workspaces/IpGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { workspaces_IpGroupRule, workspaces_IpGroupRule_GetTypes, -} from "../types/workspaces_IpGroupRule"; +} from '../types/workspaces_IpGroupRule'; export interface IpGroupArgs { // The description of the IP group. @@ -44,32 +44,32 @@ export class IpGroup extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "description", - "The description of the IP group.", + 'description', + 'The description of the IP group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the IP group.", + 'name', + 'The name of the IP group.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "One or more pairs specifying the IP group rule (in CIDR format) from which web requests originate.", + 'rules', + 'One or more pairs specifying the IP group rule (in CIDR format) from which web requests originate.', () => workspaces_IpGroupRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "tags", - "A map of tags assigned to the WorkSpaces directory. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'A map of tags assigned to the WorkSpaces directory. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/workspaces/Workspace.ts b/src/app/Models/codegen/aws/workspaces/Workspace.ts index 4ce612484..bc6d9dce8 100644 --- a/src/app/Models/codegen/aws/workspaces/Workspace.ts +++ b/src/app/Models/codegen/aws/workspaces/Workspace.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { workspaces_WorkspaceWorkspaceProperties, workspaces_WorkspaceWorkspaceProperties_GetTypes, -} from "../types/workspaces_WorkspaceWorkspaceProperties"; +} from '../types/workspaces_WorkspaceWorkspaceProperties'; export interface WorkspaceArgs { // Indicates whether the data stored on the user volume is encrypted. @@ -77,64 +77,64 @@ export class Workspace extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "rootVolumeEncryptionEnabled", - "Indicates whether the data stored on the root volume is encrypted.", + 'rootVolumeEncryptionEnabled', + 'Indicates whether the data stored on the root volume is encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "tags", - "The tags for the WorkSpace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.", + 'tags', + 'The tags for the WorkSpace. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userName", - "The user name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace.", + 'userName', + 'The user name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "userVolumeEncryptionEnabled", - "Indicates whether the data stored on the user volume is encrypted.", + 'userVolumeEncryptionEnabled', + 'Indicates whether the data stored on the user volume is encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "volumeEncryptionKey", - "The ARN of a symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.", + 'volumeEncryptionKey', + 'The ARN of a symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "workspaceProperties", - "The WorkSpace properties.", + 'workspaceProperties', + 'The WorkSpace properties.', () => workspaces_WorkspaceWorkspaceProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "bundleId", - "The ID of the bundle for the WorkSpace.", + 'bundleId', + 'The ID of the bundle for the WorkSpace.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "directoryId", - "The ID of the directory for the WorkSpace.", + 'directoryId', + 'The ID of the directory for the WorkSpace.', () => [], true, true, diff --git a/src/app/Models/codegen/aws/xray/EncryptionConfig.ts b/src/app/Models/codegen/aws/xray/EncryptionConfig.ts index 812739eda..27077388f 100644 --- a/src/app/Models/codegen/aws/xray/EncryptionConfig.ts +++ b/src/app/Models/codegen/aws/xray/EncryptionConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EncryptionConfigArgs { // An AWS KMS customer master key (CMK) ARN. @@ -25,16 +25,16 @@ export class EncryptionConfig extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "keyId", - "An AWS KMS customer master key (CMK) ARN.", + 'keyId', + 'An AWS KMS customer master key (CMK) ARN.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "The type of encryption. Set to `KMS` to use your own key for encryption. Set to `NONE` for default encryption.", + 'type', + 'The type of encryption. Set to `KMS` to use your own key for encryption. Set to `NONE` for default encryption.', () => [], true, false, diff --git a/src/app/Models/codegen/aws/xray/Group.ts b/src/app/Models/codegen/aws/xray/Group.ts index 8e6ac39e9..5225bd636 100644 --- a/src/app/Models/codegen/aws/xray/Group.ts +++ b/src/app/Models/codegen/aws/xray/Group.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { xray_GroupInsightsConfiguration, xray_GroupInsightsConfiguration_GetTypes, -} from "../types/xray_GroupInsightsConfiguration"; +} from '../types/xray_GroupInsightsConfiguration'; export interface GroupArgs { // Configuration options for enabling insights. @@ -47,32 +47,32 @@ export class Group extends DS_Resource { return [ new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "filterExpression", - "The filter expression defining criteria by which to group traces. more info can be found in official [docs](https://docs.aws.amazon.com/xray/latest/devguide/xray-console-filters.html).", + 'filterExpression', + 'The filter expression defining criteria by which to group traces. more info can be found in official [docs](https://docs.aws.amazon.com/xray/latest/devguide/xray-console-filters.html).', () => [], true, false, ), new DynamicUIProps( InputType.String, - "groupName", - "The name of the group.", + 'groupName', + 'The name of the group.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "insightsConfiguration", - "Configuration options for enabling insights.", + 'insightsConfiguration', + 'Configuration options for enabling insights.', () => xray_GroupInsightsConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/aws/xray/SamplingRule.ts b/src/app/Models/codegen/aws/xray/SamplingRule.ts index 8fad677b1..136bf94d1 100644 --- a/src/app/Models/codegen/aws/xray/SamplingRule.ts +++ b/src/app/Models/codegen/aws/xray/SamplingRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SamplingRuleArgs { // The name of the sampling rule. @@ -97,104 +97,104 @@ export class SamplingRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "serviceName", - "Matches the `name` that the service uses to identify itself in segments.", + 'serviceName', + 'Matches the `name` that the service uses to identify itself in segments.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceType", - "Matches the `origin` that the service uses to identify its type in segments.", + 'serviceType', + 'Matches the `origin` that the service uses to identify its type in segments.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "host", - "Matches the hostname from a request URL.", + 'host', + 'Matches the hostname from a request URL.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "httpMethod", - "Matches the HTTP method of a request.", + 'httpMethod', + 'Matches the HTTP method of a request.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority of the sampling rule.", + 'priority', + 'The priority of the sampling rule.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "reservoirSize", - "A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.", + 'reservoirSize', + 'A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "urlPath", - "Matches the path from a request URL.", + 'urlPath', + 'Matches the path from a request URL.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "tags", - "Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level", + 'tags', + 'Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ruleName", - "The name of the sampling rule.", + 'ruleName', + 'The name of the sampling rule.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "fixedRate", - "The percentage of matching requests to instrument, after the reservoir is exhausted.", + 'fixedRate', + 'The percentage of matching requests to instrument, after the reservoir is exhausted.', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "version", - "The version of the sampling rule format (`1` )", + 'version', + 'The version of the sampling rule format (`1` )', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "attributes", - "Matches attributes derived from the request.", + 'attributes', + 'Matches attributes derived from the request.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "resourceArn", - "Matches the ARN of the AWS resource on which the service runs.", + 'resourceArn', + 'Matches the ARN of the AWS resource on which the service runs.', () => [], true, false, diff --git a/src/app/Models/codegen/ds_base/DynamicUIProps.ts b/src/app/Models/codegen/ds_base/DynamicUIProps.ts index 0118ccac5..7c8843e77 100644 --- a/src/app/Models/codegen/ds_base/DynamicUIProps.ts +++ b/src/app/Models/codegen/ds_base/DynamicUIProps.ts @@ -1,4 +1,4 @@ -import { InputType } from "./InputType"; +import { InputType } from './InputType'; export class DynamicUIProps { constructor( diff --git a/src/app/Models/codegen/ds_base/InputType.ts b/src/app/Models/codegen/ds_base/InputType.ts index ded19a069..ac1a90447 100644 --- a/src/app/Models/codegen/ds_base/InputType.ts +++ b/src/app/Models/codegen/ds_base/InputType.ts @@ -1,4 +1,4 @@ -import { DynamicUIProps } from "./DynamicUIProps"; +import { DynamicUIProps } from './DynamicUIProps'; export enum InputType { String, @@ -11,15 +11,15 @@ export enum InputType { } export function InputType_String_GetTypes(): DynamicUIProps[] { - return [new DynamicUIProps(InputType.String, "Value", "GenericType")]; + return [new DynamicUIProps(InputType.String, 'Value', 'GenericType')]; } export function InputType_Number_GetTypes(): DynamicUIProps[] { - return [new DynamicUIProps(InputType.Number, "Value", "GenericType")]; + return [new DynamicUIProps(InputType.Number, 'Value', 'GenericType')]; } export function InputType_Map_GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "Key", "Key Name"), - new DynamicUIProps(InputType.String, "Value", "Value"), + new DynamicUIProps(InputType.String, 'Key', 'Key Name'), + new DynamicUIProps(InputType.String, 'Value', 'Value'), ]; } diff --git a/src/app/Models/codegen/ds_base/Resource.ts b/src/app/Models/codegen/ds_base/Resource.ts index ce4cb59be..2290f360a 100644 --- a/src/app/Models/codegen/ds_base/Resource.ts +++ b/src/app/Models/codegen/ds_base/Resource.ts @@ -1,4 +1,4 @@ -import { DynamicUIProps } from "./DynamicUIProps"; +import { DynamicUIProps } from './DynamicUIProps'; export abstract class DS_Resource {} diff --git a/src/app/Models/codegen/gcp/ResourceProperties.ts b/src/app/Models/codegen/gcp/ResourceProperties.ts index 4bca637ca..de69bc1f7 100644 --- a/src/app/Models/codegen/gcp/ResourceProperties.ts +++ b/src/app/Models/codegen/gcp/ResourceProperties.ts @@ -1,889 +1,889 @@ -import { ResourceType } from "./ResourceType"; -import { DS_Resource, ResourceProperty } from "../ds_base/Resource"; -import { DynamicUIProps } from "../ds_base/DynamicUIProps"; -import { AccessLevel as ACCESSCONTEXTMANAGER_AccessLevel } from "./accesscontextmanager/AccessLevel"; -import { AccessLevelCondition as ACCESSCONTEXTMANAGER_AccessLevelCondition } from "./accesscontextmanager/AccessLevelCondition"; -import { AccessLevels as ACCESSCONTEXTMANAGER_AccessLevels } from "./accesscontextmanager/AccessLevels"; -import { AccessPolicy as ACCESSCONTEXTMANAGER_AccessPolicy } from "./accesscontextmanager/AccessPolicy"; -import { AccessPolicyIamBinding as ACCESSCONTEXTMANAGER_AccessPolicyIamBinding } from "./accesscontextmanager/AccessPolicyIamBinding"; -import { AccessPolicyIamMember as ACCESSCONTEXTMANAGER_AccessPolicyIamMember } from "./accesscontextmanager/AccessPolicyIamMember"; -import { AccessPolicyIamPolicy as ACCESSCONTEXTMANAGER_AccessPolicyIamPolicy } from "./accesscontextmanager/AccessPolicyIamPolicy"; -import { AuthorizedOrgsDesc as ACCESSCONTEXTMANAGER_AuthorizedOrgsDesc } from "./accesscontextmanager/AuthorizedOrgsDesc"; -import { EgressPolicy as ACCESSCONTEXTMANAGER_EgressPolicy } from "./accesscontextmanager/EgressPolicy"; -import { GcpUserAccessBinding as ACCESSCONTEXTMANAGER_GcpUserAccessBinding } from "./accesscontextmanager/GcpUserAccessBinding"; -import { IngressPolicy as ACCESSCONTEXTMANAGER_IngressPolicy } from "./accesscontextmanager/IngressPolicy"; -import { ServicePerimeter as ACCESSCONTEXTMANAGER_ServicePerimeter } from "./accesscontextmanager/ServicePerimeter"; -import { ServicePerimeterEgressPolicy as ACCESSCONTEXTMANAGER_ServicePerimeterEgressPolicy } from "./accesscontextmanager/ServicePerimeterEgressPolicy"; -import { ServicePerimeterIngressPolicy as ACCESSCONTEXTMANAGER_ServicePerimeterIngressPolicy } from "./accesscontextmanager/ServicePerimeterIngressPolicy"; -import { ServicePerimeterResource as ACCESSCONTEXTMANAGER_ServicePerimeterResource } from "./accesscontextmanager/ServicePerimeterResource"; -import { ServicePerimeters as ACCESSCONTEXTMANAGER_ServicePerimeters } from "./accesscontextmanager/ServicePerimeters"; -import { Domain as ACTIVEDIRECTORY_Domain } from "./activedirectory/Domain"; -import { DomainTrust as ACTIVEDIRECTORY_DomainTrust } from "./activedirectory/DomainTrust"; -import { Peering as ACTIVEDIRECTORY_Peering } from "./activedirectory/Peering"; -import { Backup as ALLOYDB_Backup } from "./alloydb/Backup"; -import { Cluster as ALLOYDB_Cluster } from "./alloydb/Cluster"; -import { Instance as ALLOYDB_Instance } from "./alloydb/Instance"; -import { User as ALLOYDB_User } from "./alloydb/User"; -import { Api as APIGATEWAY_Api } from "./apigateway/Api"; -import { ApiConfig as APIGATEWAY_ApiConfig } from "./apigateway/ApiConfig"; -import { ApiConfigIamBinding as APIGATEWAY_ApiConfigIamBinding } from "./apigateway/ApiConfigIamBinding"; -import { ApiConfigIamMember as APIGATEWAY_ApiConfigIamMember } from "./apigateway/ApiConfigIamMember"; -import { ApiConfigIamPolicy as APIGATEWAY_ApiConfigIamPolicy } from "./apigateway/ApiConfigIamPolicy"; -import { ApiIamBinding as APIGATEWAY_ApiIamBinding } from "./apigateway/ApiIamBinding"; -import { ApiIamMember as APIGATEWAY_ApiIamMember } from "./apigateway/ApiIamMember"; -import { ApiIamPolicy as APIGATEWAY_ApiIamPolicy } from "./apigateway/ApiIamPolicy"; -import { Gateway as APIGATEWAY_Gateway } from "./apigateway/Gateway"; -import { GatewayIamBinding as APIGATEWAY_GatewayIamBinding } from "./apigateway/GatewayIamBinding"; -import { GatewayIamMember as APIGATEWAY_GatewayIamMember } from "./apigateway/GatewayIamMember"; -import { GatewayIamPolicy as APIGATEWAY_GatewayIamPolicy } from "./apigateway/GatewayIamPolicy"; -import { AddonsConfig as APIGEE_AddonsConfig } from "./apigee/AddonsConfig"; -import { EndpointAttachment as APIGEE_EndpointAttachment } from "./apigee/EndpointAttachment"; -import { EnvGroup as APIGEE_EnvGroup } from "./apigee/EnvGroup"; -import { EnvGroupAttachment as APIGEE_EnvGroupAttachment } from "./apigee/EnvGroupAttachment"; -import { Environment as APIGEE_Environment } from "./apigee/Environment"; -import { EnvironmentIamBinding as APIGEE_EnvironmentIamBinding } from "./apigee/EnvironmentIamBinding"; -import { EnvironmentIamMember as APIGEE_EnvironmentIamMember } from "./apigee/EnvironmentIamMember"; -import { EnvironmentIamPolicy as APIGEE_EnvironmentIamPolicy } from "./apigee/EnvironmentIamPolicy"; -import { EnvKeystore as APIGEE_EnvKeystore } from "./apigee/EnvKeystore"; -import { EnvReferences as APIGEE_EnvReferences } from "./apigee/EnvReferences"; -import { Flowhook as APIGEE_Flowhook } from "./apigee/Flowhook"; -import { Instance as APIGEE_Instance } from "./apigee/Instance"; -import { InstanceAttachment as APIGEE_InstanceAttachment } from "./apigee/InstanceAttachment"; -import { KeystoresAliasesKeyCertFile as APIGEE_KeystoresAliasesKeyCertFile } from "./apigee/KeystoresAliasesKeyCertFile"; -import { KeystoresAliasesPkcs12 as APIGEE_KeystoresAliasesPkcs12 } from "./apigee/KeystoresAliasesPkcs12"; -import { KeystoresAliasesSelfSignedCert as APIGEE_KeystoresAliasesSelfSignedCert } from "./apigee/KeystoresAliasesSelfSignedCert"; -import { NatAddress as APIGEE_NatAddress } from "./apigee/NatAddress"; -import { Organization as APIGEE_Organization } from "./apigee/Organization"; -import { Sharedflow as APIGEE_Sharedflow } from "./apigee/Sharedflow"; -import { SharedflowDeployment as APIGEE_SharedflowDeployment } from "./apigee/SharedflowDeployment"; -import { SyncAuthorization as APIGEE_SyncAuthorization } from "./apigee/SyncAuthorization"; -import { TargetServer as APIGEE_TargetServer } from "./apigee/TargetServer"; -import { Application as APPENGINE_Application } from "./appengine/Application"; -import { ApplicationUrlDispatchRules as APPENGINE_ApplicationUrlDispatchRules } from "./appengine/ApplicationUrlDispatchRules"; -import { DomainMapping as APPENGINE_DomainMapping } from "./appengine/DomainMapping"; -import { EngineSplitTraffic as APPENGINE_EngineSplitTraffic } from "./appengine/EngineSplitTraffic"; -import { FirewallRule as APPENGINE_FirewallRule } from "./appengine/FirewallRule"; -import { FlexibleAppVersion as APPENGINE_FlexibleAppVersion } from "./appengine/FlexibleAppVersion"; -import { ServiceNetworkSettings as APPENGINE_ServiceNetworkSettings } from "./appengine/ServiceNetworkSettings"; -import { StandardAppVersion as APPENGINE_StandardAppVersion } from "./appengine/StandardAppVersion"; -import { Repository as ARTIFACTREGISTRY_Repository } from "./artifactregistry/Repository"; -import { RepositoryIamBinding as ARTIFACTREGISTRY_RepositoryIamBinding } from "./artifactregistry/RepositoryIamBinding"; -import { RepositoryIamMember as ARTIFACTREGISTRY_RepositoryIamMember } from "./artifactregistry/RepositoryIamMember"; -import { RepositoryIamPolicy as ARTIFACTREGISTRY_RepositoryIamPolicy } from "./artifactregistry/RepositoryIamPolicy"; -import { VpcscConfig as ARTIFACTREGISTRY_VpcscConfig } from "./artifactregistry/VpcscConfig"; -import { Workload as ASSUREDWORKLOADS_Workload } from "./assuredworkloads/Workload"; -import { ManagementServer as BACKUPDISASTERRECOVERY_ManagementServer } from "./backupdisasterrecovery/ManagementServer"; -import { AppConnection as BEYONDCORP_AppConnection } from "./beyondcorp/AppConnection"; -import { AppConnector as BEYONDCORP_AppConnector } from "./beyondcorp/AppConnector"; -import { AppGateway as BEYONDCORP_AppGateway } from "./beyondcorp/AppGateway"; -import { Catalog as BIGLAKE_Catalog } from "./biglake/Catalog"; -import { Database as BIGLAKE_Database } from "./biglake/Database"; -import { Table as BIGLAKE_Table } from "./biglake/Table"; -import { AppProfile as BIGQUERY_AppProfile } from "./bigquery/AppProfile"; -import { BiReservation as BIGQUERY_BiReservation } from "./bigquery/BiReservation"; -import { CapacityCommitment as BIGQUERY_CapacityCommitment } from "./bigquery/CapacityCommitment"; -import { Connection as BIGQUERY_Connection } from "./bigquery/Connection"; -import { ConnectionIamBinding as BIGQUERY_ConnectionIamBinding } from "./bigquery/ConnectionIamBinding"; -import { ConnectionIamMember as BIGQUERY_ConnectionIamMember } from "./bigquery/ConnectionIamMember"; -import { ConnectionIamPolicy as BIGQUERY_ConnectionIamPolicy } from "./bigquery/ConnectionIamPolicy"; -import { Dataset as BIGQUERY_Dataset } from "./bigquery/Dataset"; -import { DatasetAccess as BIGQUERY_DatasetAccess } from "./bigquery/DatasetAccess"; -import { DatasetIamBinding as BIGQUERY_DatasetIamBinding } from "./bigquery/DatasetIamBinding"; -import { DatasetIamMember as BIGQUERY_DatasetIamMember } from "./bigquery/DatasetIamMember"; -import { DatasetIamPolicy as BIGQUERY_DatasetIamPolicy } from "./bigquery/DatasetIamPolicy"; -import { DataTransferConfig as BIGQUERY_DataTransferConfig } from "./bigquery/DataTransferConfig"; -import { IamBinding as BIGQUERY_IamBinding } from "./bigquery/IamBinding"; -import { IamMember as BIGQUERY_IamMember } from "./bigquery/IamMember"; -import { IamPolicy as BIGQUERY_IamPolicy } from "./bigquery/IamPolicy"; -import { Job as BIGQUERY_Job } from "./bigquery/Job"; -import { Reservation as BIGQUERY_Reservation } from "./bigquery/Reservation"; -import { ReservationAssignment as BIGQUERY_ReservationAssignment } from "./bigquery/ReservationAssignment"; -import { Routine as BIGQUERY_Routine } from "./bigquery/Routine"; -import { Table as BIGQUERY_Table } from "./bigquery/Table"; -import { DataExchange as BIGQUERYANALYTICSHUB_DataExchange } from "./bigqueryanalyticshub/DataExchange"; -import { DataExchangeIamBinding as BIGQUERYANALYTICSHUB_DataExchangeIamBinding } from "./bigqueryanalyticshub/DataExchangeIamBinding"; -import { DataExchangeIamMember as BIGQUERYANALYTICSHUB_DataExchangeIamMember } from "./bigqueryanalyticshub/DataExchangeIamMember"; -import { DataExchangeIamPolicy as BIGQUERYANALYTICSHUB_DataExchangeIamPolicy } from "./bigqueryanalyticshub/DataExchangeIamPolicy"; -import { Listing as BIGQUERYANALYTICSHUB_Listing } from "./bigqueryanalyticshub/Listing"; -import { ListingIamBinding as BIGQUERYANALYTICSHUB_ListingIamBinding } from "./bigqueryanalyticshub/ListingIamBinding"; -import { ListingIamMember as BIGQUERYANALYTICSHUB_ListingIamMember } from "./bigqueryanalyticshub/ListingIamMember"; -import { ListingIamPolicy as BIGQUERYANALYTICSHUB_ListingIamPolicy } from "./bigqueryanalyticshub/ListingIamPolicy"; -import { DataPolicy as BIGQUERYDATAPOLICY_DataPolicy } from "./bigquerydatapolicy/DataPolicy"; -import { DataPolicyIamBinding as BIGQUERYDATAPOLICY_DataPolicyIamBinding } from "./bigquerydatapolicy/DataPolicyIamBinding"; -import { DataPolicyIamMember as BIGQUERYDATAPOLICY_DataPolicyIamMember } from "./bigquerydatapolicy/DataPolicyIamMember"; -import { DataPolicyIamPolicy as BIGQUERYDATAPOLICY_DataPolicyIamPolicy } from "./bigquerydatapolicy/DataPolicyIamPolicy"; -import { GCPolicy as BIGTABLE_GCPolicy } from "./bigtable/GCPolicy"; -import { Instance as BIGTABLE_Instance } from "./bigtable/Instance"; -import { InstanceIamBinding as BIGTABLE_InstanceIamBinding } from "./bigtable/InstanceIamBinding"; -import { InstanceIamMember as BIGTABLE_InstanceIamMember } from "./bigtable/InstanceIamMember"; -import { InstanceIamPolicy as BIGTABLE_InstanceIamPolicy } from "./bigtable/InstanceIamPolicy"; -import { Table as BIGTABLE_Table } from "./bigtable/Table"; -import { TableIamBinding as BIGTABLE_TableIamBinding } from "./bigtable/TableIamBinding"; -import { TableIamMember as BIGTABLE_TableIamMember } from "./bigtable/TableIamMember"; -import { TableIamPolicy as BIGTABLE_TableIamPolicy } from "./bigtable/TableIamPolicy"; -import { AccountIamBinding as BILLING_AccountIamBinding } from "./billing/AccountIamBinding"; -import { AccountIamMember as BILLING_AccountIamMember } from "./billing/AccountIamMember"; -import { AccountIamPolicy as BILLING_AccountIamPolicy } from "./billing/AccountIamPolicy"; -import { Budget as BILLING_Budget } from "./billing/Budget"; -import { ProjectInfo as BILLING_ProjectInfo } from "./billing/ProjectInfo"; -import { SubAccount as BILLING_SubAccount } from "./billing/SubAccount"; -import { Attestor as BINARYAUTHORIZATION_Attestor } from "./binaryauthorization/Attestor"; -import { AttestorIamBinding as BINARYAUTHORIZATION_AttestorIamBinding } from "./binaryauthorization/AttestorIamBinding"; -import { AttestorIamMember as BINARYAUTHORIZATION_AttestorIamMember } from "./binaryauthorization/AttestorIamMember"; -import { AttestorIamPolicy as BINARYAUTHORIZATION_AttestorIamPolicy } from "./binaryauthorization/AttestorIamPolicy"; -import { Policy as BINARYAUTHORIZATION_Policy } from "./binaryauthorization/Policy"; -import { BlockchainNodes as BLOCKCHAINNODEENGINE_BlockchainNodes } from "./blockchainnodeengine/BlockchainNodes"; -import { Authority as CERTIFICATEAUTHORITY_Authority } from "./certificateauthority/Authority"; -import { CaPool as CERTIFICATEAUTHORITY_CaPool } from "./certificateauthority/CaPool"; -import { CaPoolIamBinding as CERTIFICATEAUTHORITY_CaPoolIamBinding } from "./certificateauthority/CaPoolIamBinding"; -import { CaPoolIamMember as CERTIFICATEAUTHORITY_CaPoolIamMember } from "./certificateauthority/CaPoolIamMember"; -import { CaPoolIamPolicy as CERTIFICATEAUTHORITY_CaPoolIamPolicy } from "./certificateauthority/CaPoolIamPolicy"; -import { Certificate as CERTIFICATEAUTHORITY_Certificate } from "./certificateauthority/Certificate"; -import { CertificateTemplate as CERTIFICATEAUTHORITY_CertificateTemplate } from "./certificateauthority/CertificateTemplate"; -import { CertificateTemplateIamBinding as CERTIFICATEAUTHORITY_CertificateTemplateIamBinding } from "./certificateauthority/CertificateTemplateIamBinding"; -import { CertificateTemplateIamMember as CERTIFICATEAUTHORITY_CertificateTemplateIamMember } from "./certificateauthority/CertificateTemplateIamMember"; -import { CertificateTemplateIamPolicy as CERTIFICATEAUTHORITY_CertificateTemplateIamPolicy } from "./certificateauthority/CertificateTemplateIamPolicy"; -import { Certificate as CERTIFICATEMANAGER_Certificate } from "./certificatemanager/Certificate"; -import { CertificateIssuanceConfig as CERTIFICATEMANAGER_CertificateIssuanceConfig } from "./certificatemanager/CertificateIssuanceConfig"; -import { CertificateMap as CERTIFICATEMANAGER_CertificateMap } from "./certificatemanager/CertificateMap"; -import { CertificateMapEntry as CERTIFICATEMANAGER_CertificateMapEntry } from "./certificatemanager/CertificateMapEntry"; -import { DnsAuthorization as CERTIFICATEMANAGER_DnsAuthorization } from "./certificatemanager/DnsAuthorization"; -import { TrustConfig as CERTIFICATEMANAGER_TrustConfig } from "./certificatemanager/TrustConfig"; -import { FolderFeed as CLOUDASSET_FolderFeed } from "./cloudasset/FolderFeed"; -import { OrganizationFeed as CLOUDASSET_OrganizationFeed } from "./cloudasset/OrganizationFeed"; -import { ProjectFeed as CLOUDASSET_ProjectFeed } from "./cloudasset/ProjectFeed"; -import { BitbucketServerConfig as CLOUDBUILD_BitbucketServerConfig } from "./cloudbuild/BitbucketServerConfig"; -import { Trigger as CLOUDBUILD_Trigger } from "./cloudbuild/Trigger"; -import { WorkerPool as CLOUDBUILD_WorkerPool } from "./cloudbuild/WorkerPool"; -import { Connection as CLOUDBUILDV2_Connection } from "./cloudbuildv2/Connection"; -import { ConnectionIAMBinding as CLOUDBUILDV2_ConnectionIAMBinding } from "./cloudbuildv2/ConnectionIAMBinding"; -import { ConnectionIAMMember as CLOUDBUILDV2_ConnectionIAMMember } from "./cloudbuildv2/ConnectionIAMMember"; -import { ConnectionIAMPolicy as CLOUDBUILDV2_ConnectionIAMPolicy } from "./cloudbuildv2/ConnectionIAMPolicy"; -import { Repository as CLOUDBUILDV2_Repository } from "./cloudbuildv2/Repository"; -import { Automation as CLOUDDEPLOY_Automation } from "./clouddeploy/Automation"; -import { CustomTargetType as CLOUDDEPLOY_CustomTargetType } from "./clouddeploy/CustomTargetType"; -import { DeliveryPipeline as CLOUDDEPLOY_DeliveryPipeline } from "./clouddeploy/DeliveryPipeline"; -import { DeliveryPipelineIamBinding as CLOUDDEPLOY_DeliveryPipelineIamBinding } from "./clouddeploy/DeliveryPipelineIamBinding"; -import { DeliveryPipelineIamMember as CLOUDDEPLOY_DeliveryPipelineIamMember } from "./clouddeploy/DeliveryPipelineIamMember"; -import { DeliveryPipelineIamPolicy as CLOUDDEPLOY_DeliveryPipelineIamPolicy } from "./clouddeploy/DeliveryPipelineIamPolicy"; -import { Target as CLOUDDEPLOY_Target } from "./clouddeploy/Target"; -import { TargetIamBinding as CLOUDDEPLOY_TargetIamBinding } from "./clouddeploy/TargetIamBinding"; -import { TargetIamMember as CLOUDDEPLOY_TargetIamMember } from "./clouddeploy/TargetIamMember"; -import { TargetIamPolicy as CLOUDDEPLOY_TargetIamPolicy } from "./clouddeploy/TargetIamPolicy"; -import { Registration as CLOUDDOMAINS_Registration } from "./clouddomains/Registration"; -import { Function as CLOUDFUNCTIONS_Function } from "./cloudfunctions/Function"; -import { FunctionIamBinding as CLOUDFUNCTIONS_FunctionIamBinding } from "./cloudfunctions/FunctionIamBinding"; -import { FunctionIamMember as CLOUDFUNCTIONS_FunctionIamMember } from "./cloudfunctions/FunctionIamMember"; -import { FunctionIamPolicy as CLOUDFUNCTIONS_FunctionIamPolicy } from "./cloudfunctions/FunctionIamPolicy"; -import { Function as CLOUDFUNCTIONSV2_Function } from "./cloudfunctionsv2/Function"; -import { FunctionIamBinding as CLOUDFUNCTIONSV2_FunctionIamBinding } from "./cloudfunctionsv2/FunctionIamBinding"; -import { FunctionIamMember as CLOUDFUNCTIONSV2_FunctionIamMember } from "./cloudfunctionsv2/FunctionIamMember"; -import { FunctionIamPolicy as CLOUDFUNCTIONSV2_FunctionIamPolicy } from "./cloudfunctionsv2/FunctionIamPolicy"; -import { Group as CLOUDIDENTITY_Group } from "./cloudidentity/Group"; -import { GroupMembership as CLOUDIDENTITY_GroupMembership } from "./cloudidentity/GroupMembership"; -import { Endpoint as CLOUDIDS_Endpoint } from "./cloudids/Endpoint"; -import { DomainMapping as CLOUDRUN_DomainMapping } from "./cloudrun/DomainMapping"; -import { IamBinding as CLOUDRUN_IamBinding } from "./cloudrun/IamBinding"; -import { IamMember as CLOUDRUN_IamMember } from "./cloudrun/IamMember"; -import { IamPolicy as CLOUDRUN_IamPolicy } from "./cloudrun/IamPolicy"; -import { Service as CLOUDRUN_Service } from "./cloudrun/Service"; -import { Job as CLOUDRUNV2_Job } from "./cloudrunv2/Job"; -import { JobIamBinding as CLOUDRUNV2_JobIamBinding } from "./cloudrunv2/JobIamBinding"; -import { JobIamMember as CLOUDRUNV2_JobIamMember } from "./cloudrunv2/JobIamMember"; -import { JobIamPolicy as CLOUDRUNV2_JobIamPolicy } from "./cloudrunv2/JobIamPolicy"; -import { Service as CLOUDRUNV2_Service } from "./cloudrunv2/Service"; -import { ServiceIamBinding as CLOUDRUNV2_ServiceIamBinding } from "./cloudrunv2/ServiceIamBinding"; -import { ServiceIamMember as CLOUDRUNV2_ServiceIamMember } from "./cloudrunv2/ServiceIamMember"; -import { ServiceIamPolicy as CLOUDRUNV2_ServiceIamPolicy } from "./cloudrunv2/ServiceIamPolicy"; -import { Job as CLOUDSCHEDULER_Job } from "./cloudscheduler/Job"; -import { Queue as CLOUDTASKS_Queue } from "./cloudtasks/Queue"; -import { QueueIamBinding as CLOUDTASKS_QueueIamBinding } from "./cloudtasks/QueueIamBinding"; -import { QueueIamMember as CLOUDTASKS_QueueIamMember } from "./cloudtasks/QueueIamMember"; -import { QueueIamPolicy as CLOUDTASKS_QueueIamPolicy } from "./cloudtasks/QueueIamPolicy"; -import { Environment as COMPOSER_Environment } from "./composer/Environment"; -import { Address as COMPUTE_Address } from "./compute/Address"; -import { AttachedDisk as COMPUTE_AttachedDisk } from "./compute/AttachedDisk"; -import { Autoscaler as COMPUTE_Autoscaler } from "./compute/Autoscaler"; -import { BackendBucket as COMPUTE_BackendBucket } from "./compute/BackendBucket"; -import { BackendBucketIamBinding as COMPUTE_BackendBucketIamBinding } from "./compute/BackendBucketIamBinding"; -import { BackendBucketIamMember as COMPUTE_BackendBucketIamMember } from "./compute/BackendBucketIamMember"; -import { BackendBucketIamPolicy as COMPUTE_BackendBucketIamPolicy } from "./compute/BackendBucketIamPolicy"; -import { BackendBucketSignedUrlKey as COMPUTE_BackendBucketSignedUrlKey } from "./compute/BackendBucketSignedUrlKey"; -import { BackendService as COMPUTE_BackendService } from "./compute/BackendService"; -import { BackendServiceIamBinding as COMPUTE_BackendServiceIamBinding } from "./compute/BackendServiceIamBinding"; -import { BackendServiceIamMember as COMPUTE_BackendServiceIamMember } from "./compute/BackendServiceIamMember"; -import { BackendServiceIamPolicy as COMPUTE_BackendServiceIamPolicy } from "./compute/BackendServiceIamPolicy"; -import { BackendServiceSignedUrlKey as COMPUTE_BackendServiceSignedUrlKey } from "./compute/BackendServiceSignedUrlKey"; -import { CaExternalAccountKey as COMPUTE_CaExternalAccountKey } from "./compute/CaExternalAccountKey"; -import { Disk as COMPUTE_Disk } from "./compute/Disk"; -import { DiskAsyncReplication as COMPUTE_DiskAsyncReplication } from "./compute/DiskAsyncReplication"; -import { DiskIamBinding as COMPUTE_DiskIamBinding } from "./compute/DiskIamBinding"; -import { DiskIamMember as COMPUTE_DiskIamMember } from "./compute/DiskIamMember"; -import { DiskIamPolicy as COMPUTE_DiskIamPolicy } from "./compute/DiskIamPolicy"; -import { DiskResourcePolicyAttachment as COMPUTE_DiskResourcePolicyAttachment } from "./compute/DiskResourcePolicyAttachment"; -import { ExternalVpnGateway as COMPUTE_ExternalVpnGateway } from "./compute/ExternalVpnGateway"; -import { Firewall as COMPUTE_Firewall } from "./compute/Firewall"; -import { FirewallPolicy as COMPUTE_FirewallPolicy } from "./compute/FirewallPolicy"; -import { FirewallPolicyAssociation as COMPUTE_FirewallPolicyAssociation } from "./compute/FirewallPolicyAssociation"; -import { FirewallPolicyRule as COMPUTE_FirewallPolicyRule } from "./compute/FirewallPolicyRule"; -import { ForwardingRule as COMPUTE_ForwardingRule } from "./compute/ForwardingRule"; -import { GlobalAddress as COMPUTE_GlobalAddress } from "./compute/GlobalAddress"; -import { GlobalForwardingRule as COMPUTE_GlobalForwardingRule } from "./compute/GlobalForwardingRule"; -import { GlobalNetworkEndpoint as COMPUTE_GlobalNetworkEndpoint } from "./compute/GlobalNetworkEndpoint"; -import { GlobalNetworkEndpointGroup as COMPUTE_GlobalNetworkEndpointGroup } from "./compute/GlobalNetworkEndpointGroup"; -import { HaVpnGateway as COMPUTE_HaVpnGateway } from "./compute/HaVpnGateway"; -import { HealthCheck as COMPUTE_HealthCheck } from "./compute/HealthCheck"; -import { HttpHealthCheck as COMPUTE_HttpHealthCheck } from "./compute/HttpHealthCheck"; -import { HttpsHealthCheck as COMPUTE_HttpsHealthCheck } from "./compute/HttpsHealthCheck"; -import { Image as COMPUTE_Image } from "./compute/Image"; -import { ImageIamBinding as COMPUTE_ImageIamBinding } from "./compute/ImageIamBinding"; -import { ImageIamMember as COMPUTE_ImageIamMember } from "./compute/ImageIamMember"; -import { ImageIamPolicy as COMPUTE_ImageIamPolicy } from "./compute/ImageIamPolicy"; -import { Instance as COMPUTE_Instance } from "./compute/Instance"; -import { InstanceFromMachineImage as COMPUTE_InstanceFromMachineImage } from "./compute/InstanceFromMachineImage"; -import { InstanceFromTemplate as COMPUTE_InstanceFromTemplate } from "./compute/InstanceFromTemplate"; -import { InstanceGroup as COMPUTE_InstanceGroup } from "./compute/InstanceGroup"; -import { InstanceGroupManager as COMPUTE_InstanceGroupManager } from "./compute/InstanceGroupManager"; -import { InstanceGroupMembership as COMPUTE_InstanceGroupMembership } from "./compute/InstanceGroupMembership"; -import { InstanceGroupNamedPort as COMPUTE_InstanceGroupNamedPort } from "./compute/InstanceGroupNamedPort"; -import { InstanceIAMBinding as COMPUTE_InstanceIAMBinding } from "./compute/InstanceIAMBinding"; -import { InstanceIAMMember as COMPUTE_InstanceIAMMember } from "./compute/InstanceIAMMember"; -import { InstanceIAMPolicy as COMPUTE_InstanceIAMPolicy } from "./compute/InstanceIAMPolicy"; -import { InstanceSettings as COMPUTE_InstanceSettings } from "./compute/InstanceSettings"; -import { InstanceTemplate as COMPUTE_InstanceTemplate } from "./compute/InstanceTemplate"; -import { InterconnectAttachment as COMPUTE_InterconnectAttachment } from "./compute/InterconnectAttachment"; -import { MachineImage as COMPUTE_MachineImage } from "./compute/MachineImage"; -import { MachineImageIamBinding as COMPUTE_MachineImageIamBinding } from "./compute/MachineImageIamBinding"; -import { MachineImageIamMember as COMPUTE_MachineImageIamMember } from "./compute/MachineImageIamMember"; -import { MachineImageIamPolicy as COMPUTE_MachineImageIamPolicy } from "./compute/MachineImageIamPolicy"; -import { ManagedSslCertificate as COMPUTE_ManagedSslCertificate } from "./compute/ManagedSslCertificate"; -import { MangedSslCertificate as COMPUTE_MangedSslCertificate } from "./compute/MangedSslCertificate"; -import { Network as COMPUTE_Network } from "./compute/Network"; -import { NetworkAttachment as COMPUTE_NetworkAttachment } from "./compute/NetworkAttachment"; -import { NetworkEdgeSecurityService as COMPUTE_NetworkEdgeSecurityService } from "./compute/NetworkEdgeSecurityService"; -import { NetworkEndpoint as COMPUTE_NetworkEndpoint } from "./compute/NetworkEndpoint"; -import { NetworkEndpointGroup as COMPUTE_NetworkEndpointGroup } from "./compute/NetworkEndpointGroup"; -import { NetworkEndpointList as COMPUTE_NetworkEndpointList } from "./compute/NetworkEndpointList"; -import { NetworkFirewallPolicy as COMPUTE_NetworkFirewallPolicy } from "./compute/NetworkFirewallPolicy"; -import { NetworkFirewallPolicyAssociation as COMPUTE_NetworkFirewallPolicyAssociation } from "./compute/NetworkFirewallPolicyAssociation"; -import { NetworkFirewallPolicyRule as COMPUTE_NetworkFirewallPolicyRule } from "./compute/NetworkFirewallPolicyRule"; -import { NetworkPeering as COMPUTE_NetworkPeering } from "./compute/NetworkPeering"; -import { NetworkPeeringRoutesConfig as COMPUTE_NetworkPeeringRoutesConfig } from "./compute/NetworkPeeringRoutesConfig"; -import { NodeGroup as COMPUTE_NodeGroup } from "./compute/NodeGroup"; -import { NodeTemplate as COMPUTE_NodeTemplate } from "./compute/NodeTemplate"; -import { OrganizationSecurityPolicy as COMPUTE_OrganizationSecurityPolicy } from "./compute/OrganizationSecurityPolicy"; -import { OrganizationSecurityPolicyAssociation as COMPUTE_OrganizationSecurityPolicyAssociation } from "./compute/OrganizationSecurityPolicyAssociation"; -import { OrganizationSecurityPolicyRule as COMPUTE_OrganizationSecurityPolicyRule } from "./compute/OrganizationSecurityPolicyRule"; -import { PacketMirroring as COMPUTE_PacketMirroring } from "./compute/PacketMirroring"; -import { PerInstanceConfig as COMPUTE_PerInstanceConfig } from "./compute/PerInstanceConfig"; -import { ProjectDefaultNetworkTier as COMPUTE_ProjectDefaultNetworkTier } from "./compute/ProjectDefaultNetworkTier"; -import { ProjectMetadata as COMPUTE_ProjectMetadata } from "./compute/ProjectMetadata"; -import { ProjectMetadataItem as COMPUTE_ProjectMetadataItem } from "./compute/ProjectMetadataItem"; -import { PublicAdvertisedPrefix as COMPUTE_PublicAdvertisedPrefix } from "./compute/PublicAdvertisedPrefix"; -import { PublicDelegatedPrefix as COMPUTE_PublicDelegatedPrefix } from "./compute/PublicDelegatedPrefix"; -import { RegionAutoscaler as COMPUTE_RegionAutoscaler } from "./compute/RegionAutoscaler"; -import { RegionBackendService as COMPUTE_RegionBackendService } from "./compute/RegionBackendService"; -import { RegionBackendServiceIamBinding as COMPUTE_RegionBackendServiceIamBinding } from "./compute/RegionBackendServiceIamBinding"; -import { RegionBackendServiceIamMember as COMPUTE_RegionBackendServiceIamMember } from "./compute/RegionBackendServiceIamMember"; -import { RegionBackendServiceIamPolicy as COMPUTE_RegionBackendServiceIamPolicy } from "./compute/RegionBackendServiceIamPolicy"; -import { RegionCommitment as COMPUTE_RegionCommitment } from "./compute/RegionCommitment"; -import { RegionDisk as COMPUTE_RegionDisk } from "./compute/RegionDisk"; -import { RegionDiskIamBinding as COMPUTE_RegionDiskIamBinding } from "./compute/RegionDiskIamBinding"; -import { RegionDiskIamMember as COMPUTE_RegionDiskIamMember } from "./compute/RegionDiskIamMember"; -import { RegionDiskIamPolicy as COMPUTE_RegionDiskIamPolicy } from "./compute/RegionDiskIamPolicy"; -import { RegionDiskResourcePolicyAttachment as COMPUTE_RegionDiskResourcePolicyAttachment } from "./compute/RegionDiskResourcePolicyAttachment"; -import { RegionHealthCheck as COMPUTE_RegionHealthCheck } from "./compute/RegionHealthCheck"; -import { RegionInstanceGroupManager as COMPUTE_RegionInstanceGroupManager } from "./compute/RegionInstanceGroupManager"; -import { RegionInstanceTemplate as COMPUTE_RegionInstanceTemplate } from "./compute/RegionInstanceTemplate"; -import { RegionNetworkEndpoint as COMPUTE_RegionNetworkEndpoint } from "./compute/RegionNetworkEndpoint"; -import { RegionNetworkEndpointGroup as COMPUTE_RegionNetworkEndpointGroup } from "./compute/RegionNetworkEndpointGroup"; -import { RegionNetworkFirewallPolicy as COMPUTE_RegionNetworkFirewallPolicy } from "./compute/RegionNetworkFirewallPolicy"; -import { RegionNetworkFirewallPolicyAssociation as COMPUTE_RegionNetworkFirewallPolicyAssociation } from "./compute/RegionNetworkFirewallPolicyAssociation"; -import { RegionNetworkFirewallPolicyRule as COMPUTE_RegionNetworkFirewallPolicyRule } from "./compute/RegionNetworkFirewallPolicyRule"; -import { RegionPerInstanceConfig as COMPUTE_RegionPerInstanceConfig } from "./compute/RegionPerInstanceConfig"; -import { RegionSecurityPolicy as COMPUTE_RegionSecurityPolicy } from "./compute/RegionSecurityPolicy"; -import { RegionSecurityPolicyRule as COMPUTE_RegionSecurityPolicyRule } from "./compute/RegionSecurityPolicyRule"; -import { RegionSslCertificate as COMPUTE_RegionSslCertificate } from "./compute/RegionSslCertificate"; -import { RegionSslPolicy as COMPUTE_RegionSslPolicy } from "./compute/RegionSslPolicy"; -import { RegionTargetHttpProxy as COMPUTE_RegionTargetHttpProxy } from "./compute/RegionTargetHttpProxy"; -import { RegionTargetHttpsProxy as COMPUTE_RegionTargetHttpsProxy } from "./compute/RegionTargetHttpsProxy"; -import { RegionTargetTcpProxy as COMPUTE_RegionTargetTcpProxy } from "./compute/RegionTargetTcpProxy"; -import { RegionUrlMap as COMPUTE_RegionUrlMap } from "./compute/RegionUrlMap"; -import { Reservation as COMPUTE_Reservation } from "./compute/Reservation"; -import { ResourcePolicy as COMPUTE_ResourcePolicy } from "./compute/ResourcePolicy"; -import { Route as COMPUTE_Route } from "./compute/Route"; -import { Router as COMPUTE_Router } from "./compute/Router"; -import { RouterInterface as COMPUTE_RouterInterface } from "./compute/RouterInterface"; -import { RouterNat as COMPUTE_RouterNat } from "./compute/RouterNat"; -import { RouterPeer as COMPUTE_RouterPeer } from "./compute/RouterPeer"; -import { SecurityPolicy as COMPUTE_SecurityPolicy } from "./compute/SecurityPolicy"; -import { SecurityScanConfig as COMPUTE_SecurityScanConfig } from "./compute/SecurityScanConfig"; -import { ServiceAttachment as COMPUTE_ServiceAttachment } from "./compute/ServiceAttachment"; -import { SharedVPCHostProject as COMPUTE_SharedVPCHostProject } from "./compute/SharedVPCHostProject"; -import { SharedVPCServiceProject as COMPUTE_SharedVPCServiceProject } from "./compute/SharedVPCServiceProject"; -import { Snapshot as COMPUTE_Snapshot } from "./compute/Snapshot"; -import { SnapshotIamBinding as COMPUTE_SnapshotIamBinding } from "./compute/SnapshotIamBinding"; -import { SnapshotIamMember as COMPUTE_SnapshotIamMember } from "./compute/SnapshotIamMember"; -import { SnapshotIamPolicy as COMPUTE_SnapshotIamPolicy } from "./compute/SnapshotIamPolicy"; -import { SSLCertificate as COMPUTE_SSLCertificate } from "./compute/SSLCertificate"; -import { SSLPolicy as COMPUTE_SSLPolicy } from "./compute/SSLPolicy"; -import { Subnetwork as COMPUTE_Subnetwork } from "./compute/Subnetwork"; -import { SubnetworkIAMBinding as COMPUTE_SubnetworkIAMBinding } from "./compute/SubnetworkIAMBinding"; -import { SubnetworkIAMMember as COMPUTE_SubnetworkIAMMember } from "./compute/SubnetworkIAMMember"; -import { SubnetworkIAMPolicy as COMPUTE_SubnetworkIAMPolicy } from "./compute/SubnetworkIAMPolicy"; -import { TargetGrpcProxy as COMPUTE_TargetGrpcProxy } from "./compute/TargetGrpcProxy"; -import { TargetHttpProxy as COMPUTE_TargetHttpProxy } from "./compute/TargetHttpProxy"; -import { TargetHttpsProxy as COMPUTE_TargetHttpsProxy } from "./compute/TargetHttpsProxy"; -import { TargetInstance as COMPUTE_TargetInstance } from "./compute/TargetInstance"; -import { TargetPool as COMPUTE_TargetPool } from "./compute/TargetPool"; -import { TargetSSLProxy as COMPUTE_TargetSSLProxy } from "./compute/TargetSSLProxy"; -import { TargetTCPProxy as COMPUTE_TargetTCPProxy } from "./compute/TargetTCPProxy"; -import { URLMap as COMPUTE_URLMap } from "./compute/URLMap"; -import { VPNGateway as COMPUTE_VPNGateway } from "./compute/VPNGateway"; -import { VPNTunnel as COMPUTE_VPNTunnel } from "./compute/VPNTunnel"; -import { AttachedCluster as CONTAINER_AttachedCluster } from "./container/AttachedCluster"; -import { AwsCluster as CONTAINER_AwsCluster } from "./container/AwsCluster"; -import { AwsNodePool as CONTAINER_AwsNodePool } from "./container/AwsNodePool"; -import { AzureClient as CONTAINER_AzureClient } from "./container/AzureClient"; -import { AzureCluster as CONTAINER_AzureCluster } from "./container/AzureCluster"; -import { AzureNodePool as CONTAINER_AzureNodePool } from "./container/AzureNodePool"; -import { Cluster as CONTAINER_Cluster } from "./container/Cluster"; -import { NodePool as CONTAINER_NodePool } from "./container/NodePool"; -import { Registry as CONTAINER_Registry } from "./container/Registry"; -import { Note as CONTAINERANALYSIS_Note } from "./containeranalysis/Note"; -import { NoteIamBinding as CONTAINERANALYSIS_NoteIamBinding } from "./containeranalysis/NoteIamBinding"; -import { NoteIamMember as CONTAINERANALYSIS_NoteIamMember } from "./containeranalysis/NoteIamMember"; -import { NoteIamPolicy as CONTAINERANALYSIS_NoteIamPolicy } from "./containeranalysis/NoteIamPolicy"; -import { Occurence as CONTAINERANALYSIS_Occurence } from "./containeranalysis/Occurence"; -import { ConnectionProfile as DATABASEMIGRATIONSERVICE_ConnectionProfile } from "./databasemigrationservice/ConnectionProfile"; -import { PrivateConnection as DATABASEMIGRATIONSERVICE_PrivateConnection } from "./databasemigrationservice/PrivateConnection"; -import { Entry as DATACATALOG_Entry } from "./datacatalog/Entry"; -import { EntryGroup as DATACATALOG_EntryGroup } from "./datacatalog/EntryGroup"; -import { EntryGroupIamBinding as DATACATALOG_EntryGroupIamBinding } from "./datacatalog/EntryGroupIamBinding"; -import { EntryGroupIamMember as DATACATALOG_EntryGroupIamMember } from "./datacatalog/EntryGroupIamMember"; -import { EntryGroupIamPolicy as DATACATALOG_EntryGroupIamPolicy } from "./datacatalog/EntryGroupIamPolicy"; -import { PolicyTag as DATACATALOG_PolicyTag } from "./datacatalog/PolicyTag"; -import { PolicyTagIamBinding as DATACATALOG_PolicyTagIamBinding } from "./datacatalog/PolicyTagIamBinding"; -import { PolicyTagIamMember as DATACATALOG_PolicyTagIamMember } from "./datacatalog/PolicyTagIamMember"; -import { PolicyTagIamPolicy as DATACATALOG_PolicyTagIamPolicy } from "./datacatalog/PolicyTagIamPolicy"; -import { Tag as DATACATALOG_Tag } from "./datacatalog/Tag"; -import { TagTemplate as DATACATALOG_TagTemplate } from "./datacatalog/TagTemplate"; -import { TagTemplateIamBinding as DATACATALOG_TagTemplateIamBinding } from "./datacatalog/TagTemplateIamBinding"; -import { TagTemplateIamMember as DATACATALOG_TagTemplateIamMember } from "./datacatalog/TagTemplateIamMember"; -import { TagTemplateIamPolicy as DATACATALOG_TagTemplateIamPolicy } from "./datacatalog/TagTemplateIamPolicy"; -import { Taxonomy as DATACATALOG_Taxonomy } from "./datacatalog/Taxonomy"; -import { TaxonomyIamBinding as DATACATALOG_TaxonomyIamBinding } from "./datacatalog/TaxonomyIamBinding"; -import { TaxonomyIamMember as DATACATALOG_TaxonomyIamMember } from "./datacatalog/TaxonomyIamMember"; -import { TaxonomyIamPolicy as DATACATALOG_TaxonomyIamPolicy } from "./datacatalog/TaxonomyIamPolicy"; -import { FlexTemplateJob as DATAFLOW_FlexTemplateJob } from "./dataflow/FlexTemplateJob"; -import { Job as DATAFLOW_Job } from "./dataflow/Job"; -import { Pipeline as DATAFLOW_Pipeline } from "./dataflow/Pipeline"; -import { Repository as DATAFORM_Repository } from "./dataform/Repository"; -import { RepositoryIamBinding as DATAFORM_RepositoryIamBinding } from "./dataform/RepositoryIamBinding"; -import { RepositoryIamMember as DATAFORM_RepositoryIamMember } from "./dataform/RepositoryIamMember"; -import { RepositoryIamPolicy as DATAFORM_RepositoryIamPolicy } from "./dataform/RepositoryIamPolicy"; -import { RepositoryReleaseConfig as DATAFORM_RepositoryReleaseConfig } from "./dataform/RepositoryReleaseConfig"; -import { RepositoryWorkflowConfig as DATAFORM_RepositoryWorkflowConfig } from "./dataform/RepositoryWorkflowConfig"; -import { Instance as DATAFUSION_Instance } from "./datafusion/Instance"; -import { PreventionDeidentifyTemplate as DATALOSS_PreventionDeidentifyTemplate } from "./dataloss/PreventionDeidentifyTemplate"; -import { PreventionInspectTemplate as DATALOSS_PreventionInspectTemplate } from "./dataloss/PreventionInspectTemplate"; -import { PreventionJobTrigger as DATALOSS_PreventionJobTrigger } from "./dataloss/PreventionJobTrigger"; -import { PreventionStoredInfoType as DATALOSS_PreventionStoredInfoType } from "./dataloss/PreventionStoredInfoType"; -import { Asset as DATAPLEX_Asset } from "./dataplex/Asset"; -import { AssetIamBinding as DATAPLEX_AssetIamBinding } from "./dataplex/AssetIamBinding"; -import { AssetIamMember as DATAPLEX_AssetIamMember } from "./dataplex/AssetIamMember"; -import { AssetIamPolicy as DATAPLEX_AssetIamPolicy } from "./dataplex/AssetIamPolicy"; -import { Datascan as DATAPLEX_Datascan } from "./dataplex/Datascan"; -import { DatascanIamBinding as DATAPLEX_DatascanIamBinding } from "./dataplex/DatascanIamBinding"; -import { DatascanIamMember as DATAPLEX_DatascanIamMember } from "./dataplex/DatascanIamMember"; -import { DatascanIamPolicy as DATAPLEX_DatascanIamPolicy } from "./dataplex/DatascanIamPolicy"; -import { Lake as DATAPLEX_Lake } from "./dataplex/Lake"; -import { LakeIamBinding as DATAPLEX_LakeIamBinding } from "./dataplex/LakeIamBinding"; -import { LakeIamMember as DATAPLEX_LakeIamMember } from "./dataplex/LakeIamMember"; -import { LakeIamPolicy as DATAPLEX_LakeIamPolicy } from "./dataplex/LakeIamPolicy"; -import { Task as DATAPLEX_Task } from "./dataplex/Task"; -import { TaskIamBinding as DATAPLEX_TaskIamBinding } from "./dataplex/TaskIamBinding"; -import { TaskIamMember as DATAPLEX_TaskIamMember } from "./dataplex/TaskIamMember"; -import { TaskIamPolicy as DATAPLEX_TaskIamPolicy } from "./dataplex/TaskIamPolicy"; -import { Zone as DATAPLEX_Zone } from "./dataplex/Zone"; -import { ZoneIamBinding as DATAPLEX_ZoneIamBinding } from "./dataplex/ZoneIamBinding"; -import { ZoneIamMember as DATAPLEX_ZoneIamMember } from "./dataplex/ZoneIamMember"; -import { ZoneIamPolicy as DATAPLEX_ZoneIamPolicy } from "./dataplex/ZoneIamPolicy"; -import { AutoscalingPolicy as DATAPROC_AutoscalingPolicy } from "./dataproc/AutoscalingPolicy"; -import { AutoscalingPolicyIamBinding as DATAPROC_AutoscalingPolicyIamBinding } from "./dataproc/AutoscalingPolicyIamBinding"; -import { AutoscalingPolicyIamMember as DATAPROC_AutoscalingPolicyIamMember } from "./dataproc/AutoscalingPolicyIamMember"; -import { AutoscalingPolicyIamPolicy as DATAPROC_AutoscalingPolicyIamPolicy } from "./dataproc/AutoscalingPolicyIamPolicy"; -import { Cluster as DATAPROC_Cluster } from "./dataproc/Cluster"; -import { ClusterIAMBinding as DATAPROC_ClusterIAMBinding } from "./dataproc/ClusterIAMBinding"; -import { ClusterIAMMember as DATAPROC_ClusterIAMMember } from "./dataproc/ClusterIAMMember"; -import { ClusterIAMPolicy as DATAPROC_ClusterIAMPolicy } from "./dataproc/ClusterIAMPolicy"; -import { Job as DATAPROC_Job } from "./dataproc/Job"; -import { JobIAMBinding as DATAPROC_JobIAMBinding } from "./dataproc/JobIAMBinding"; -import { JobIAMMember as DATAPROC_JobIAMMember } from "./dataproc/JobIAMMember"; -import { JobIAMPolicy as DATAPROC_JobIAMPolicy } from "./dataproc/JobIAMPolicy"; -import { MetastoreFederation as DATAPROC_MetastoreFederation } from "./dataproc/MetastoreFederation"; -import { MetastoreFederationIamBinding as DATAPROC_MetastoreFederationIamBinding } from "./dataproc/MetastoreFederationIamBinding"; -import { MetastoreFederationIamMember as DATAPROC_MetastoreFederationIamMember } from "./dataproc/MetastoreFederationIamMember"; -import { MetastoreFederationIamPolicy as DATAPROC_MetastoreFederationIamPolicy } from "./dataproc/MetastoreFederationIamPolicy"; -import { MetastoreService as DATAPROC_MetastoreService } from "./dataproc/MetastoreService"; -import { MetastoreServiceIamBinding as DATAPROC_MetastoreServiceIamBinding } from "./dataproc/MetastoreServiceIamBinding"; -import { MetastoreServiceIamMember as DATAPROC_MetastoreServiceIamMember } from "./dataproc/MetastoreServiceIamMember"; -import { MetastoreServiceIamPolicy as DATAPROC_MetastoreServiceIamPolicy } from "./dataproc/MetastoreServiceIamPolicy"; -import { WorkflowTemplate as DATAPROC_WorkflowTemplate } from "./dataproc/WorkflowTemplate"; -import { DataStoreIndex as DATASTORE_DataStoreIndex } from "./datastore/DataStoreIndex"; -import { ConnectionProfile as DATASTREAM_ConnectionProfile } from "./datastream/ConnectionProfile"; -import { PrivateConnection as DATASTREAM_PrivateConnection } from "./datastream/PrivateConnection"; -import { Stream as DATASTREAM_Stream } from "./datastream/Stream"; -import { Deployment as DEPLOYMENTMANAGER_Deployment } from "./deploymentmanager/Deployment"; -import { Agent as DIAGFLOW_Agent } from "./diagflow/Agent"; -import { CxAgent as DIAGFLOW_CxAgent } from "./diagflow/CxAgent"; -import { CxEntityType as DIAGFLOW_CxEntityType } from "./diagflow/CxEntityType"; -import { CxEnvironment as DIAGFLOW_CxEnvironment } from "./diagflow/CxEnvironment"; -import { CxFlow as DIAGFLOW_CxFlow } from "./diagflow/CxFlow"; -import { CxIntent as DIAGFLOW_CxIntent } from "./diagflow/CxIntent"; -import { CxPage as DIAGFLOW_CxPage } from "./diagflow/CxPage"; -import { CxSecuritySettings as DIAGFLOW_CxSecuritySettings } from "./diagflow/CxSecuritySettings"; -import { CxTestCase as DIAGFLOW_CxTestCase } from "./diagflow/CxTestCase"; -import { CxVersion as DIAGFLOW_CxVersion } from "./diagflow/CxVersion"; -import { CxWebhook as DIAGFLOW_CxWebhook } from "./diagflow/CxWebhook"; -import { EntityType as DIAGFLOW_EntityType } from "./diagflow/EntityType"; -import { Fulfillment as DIAGFLOW_Fulfillment } from "./diagflow/Fulfillment"; -import { Intent as DIAGFLOW_Intent } from "./diagflow/Intent"; -import { ChatEngine as DISCOVERYENGINE_ChatEngine } from "./discoveryengine/ChatEngine"; -import { DataStore as DISCOVERYENGINE_DataStore } from "./discoveryengine/DataStore"; -import { SearchEngine as DISCOVERYENGINE_SearchEngine } from "./discoveryengine/SearchEngine"; -import { DnsManagedZoneIamBinding as DNS_DnsManagedZoneIamBinding } from "./dns/DnsManagedZoneIamBinding"; -import { DnsManagedZoneIamMember as DNS_DnsManagedZoneIamMember } from "./dns/DnsManagedZoneIamMember"; -import { DnsManagedZoneIamPolicy as DNS_DnsManagedZoneIamPolicy } from "./dns/DnsManagedZoneIamPolicy"; -import { ManagedZone as DNS_ManagedZone } from "./dns/ManagedZone"; -import { Policy as DNS_Policy } from "./dns/Policy"; -import { RecordSet as DNS_RecordSet } from "./dns/RecordSet"; -import { ResponsePolicy as DNS_ResponsePolicy } from "./dns/ResponsePolicy"; -import { ResponsePolicyRule as DNS_ResponsePolicyRule } from "./dns/ResponsePolicyRule"; -import { Cluster as EDGECONTAINER_Cluster } from "./edgecontainer/Cluster"; -import { NodePool as EDGECONTAINER_NodePool } from "./edgecontainer/NodePool"; -import { VpnConnection as EDGECONTAINER_VpnConnection } from "./edgecontainer/VpnConnection"; -import { Network as EDGENETWORK_Network } from "./edgenetwork/Network"; -import { Subnet as EDGENETWORK_Subnet } from "./edgenetwork/Subnet"; -import { ConsumersIamBinding as ENDPOINTS_ConsumersIamBinding } from "./endpoints/ConsumersIamBinding"; -import { ConsumersIamMember as ENDPOINTS_ConsumersIamMember } from "./endpoints/ConsumersIamMember"; -import { ConsumersIamPolicy as ENDPOINTS_ConsumersIamPolicy } from "./endpoints/ConsumersIamPolicy"; -import { Service as ENDPOINTS_Service } from "./endpoints/Service"; -import { ServiceIamBinding as ENDPOINTS_ServiceIamBinding } from "./endpoints/ServiceIamBinding"; -import { ServiceIamMember as ENDPOINTS_ServiceIamMember } from "./endpoints/ServiceIamMember"; -import { ServiceIamPolicy as ENDPOINTS_ServiceIamPolicy } from "./endpoints/ServiceIamPolicy"; -import { Contact as ESSENTIALCONTACTS_Contact } from "./essentialcontacts/Contact"; -import { DocumentAiProcessor as ESSENTIALCONTACTS_DocumentAiProcessor } from "./essentialcontacts/DocumentAiProcessor"; -import { DocumentAiProcessorDefaultVersion as ESSENTIALCONTACTS_DocumentAiProcessorDefaultVersion } from "./essentialcontacts/DocumentAiProcessorDefaultVersion"; -import { DocumentAiWarehouseDocumentSchema as ESSENTIALCONTACTS_DocumentAiWarehouseDocumentSchema } from "./essentialcontacts/DocumentAiWarehouseDocumentSchema"; -import { DocumentAiWarehouseLocation as ESSENTIALCONTACTS_DocumentAiWarehouseLocation } from "./essentialcontacts/DocumentAiWarehouseLocation"; -import { Channel as EVENTARC_Channel } from "./eventarc/Channel"; -import { GoogleChannelConfig as EVENTARC_GoogleChannelConfig } from "./eventarc/GoogleChannelConfig"; -import { Trigger as EVENTARC_Trigger } from "./eventarc/Trigger"; -import { Backup as FILESTORE_Backup } from "./filestore/Backup"; -import { Instance as FILESTORE_Instance } from "./filestore/Instance"; -import { Snapshot as FILESTORE_Snapshot } from "./filestore/Snapshot"; -import { AndroidApp as FIREBASE_AndroidApp } from "./firebase/AndroidApp"; -import { AppCheckAppAttestConfig as FIREBASE_AppCheckAppAttestConfig } from "./firebase/AppCheckAppAttestConfig"; -import { AppCheckDebugToken as FIREBASE_AppCheckDebugToken } from "./firebase/AppCheckDebugToken"; -import { AppCheckPlayIntegrityConfig as FIREBASE_AppCheckPlayIntegrityConfig } from "./firebase/AppCheckPlayIntegrityConfig"; -import { AppCheckRecaptchaEnterpriseConfig as FIREBASE_AppCheckRecaptchaEnterpriseConfig } from "./firebase/AppCheckRecaptchaEnterpriseConfig"; -import { AppCheckRecaptchaV3Config as FIREBASE_AppCheckRecaptchaV3Config } from "./firebase/AppCheckRecaptchaV3Config"; -import { AppCheckServiceConfig as FIREBASE_AppCheckServiceConfig } from "./firebase/AppCheckServiceConfig"; -import { AppleApp as FIREBASE_AppleApp } from "./firebase/AppleApp"; -import { DatabaseInstance as FIREBASE_DatabaseInstance } from "./firebase/DatabaseInstance"; -import { ExtensionsInstance as FIREBASE_ExtensionsInstance } from "./firebase/ExtensionsInstance"; -import { HostingChannel as FIREBASE_HostingChannel } from "./firebase/HostingChannel"; -import { HostingCustomDomain as FIREBASE_HostingCustomDomain } from "./firebase/HostingCustomDomain"; -import { HostingRelease as FIREBASE_HostingRelease } from "./firebase/HostingRelease"; -import { HostingSite as FIREBASE_HostingSite } from "./firebase/HostingSite"; -import { HostingVersion as FIREBASE_HostingVersion } from "./firebase/HostingVersion"; -import { Project as FIREBASE_Project } from "./firebase/Project"; -import { StorageBucket as FIREBASE_StorageBucket } from "./firebase/StorageBucket"; -import { WebApp as FIREBASE_WebApp } from "./firebase/WebApp"; -import { Release as FIREBASERULES_Release } from "./firebaserules/Release"; -import { Ruleset as FIREBASERULES_Ruleset } from "./firebaserules/Ruleset"; -import { BackupSchedule as FIRESTORE_BackupSchedule } from "./firestore/BackupSchedule"; -import { Database as FIRESTORE_Database } from "./firestore/Database"; -import { Document as FIRESTORE_Document } from "./firestore/Document"; -import { Field as FIRESTORE_Field } from "./firestore/Field"; -import { Index as FIRESTORE_Index } from "./firestore/Index"; -import { AccessApprovalSettings as FOLDER_AccessApprovalSettings } from "./folder/AccessApprovalSettings"; -import { IamAuditConfig as FOLDER_IamAuditConfig } from "./folder/IamAuditConfig"; -import { IAMBinding as FOLDER_IAMBinding } from "./folder/IAMBinding"; -import { IAMMember as FOLDER_IAMMember } from "./folder/IAMMember"; -import { IAMPolicy as FOLDER_IAMPolicy } from "./folder/IAMPolicy"; -import { OrganizationPolicy as FOLDER_OrganizationPolicy } from "./folder/OrganizationPolicy"; -import { BackupPlan as GKEBACKUP_BackupPlan } from "./gkebackup/BackupPlan"; -import { BackupPlanIamBinding as GKEBACKUP_BackupPlanIamBinding } from "./gkebackup/BackupPlanIamBinding"; -import { BackupPlanIamMember as GKEBACKUP_BackupPlanIamMember } from "./gkebackup/BackupPlanIamMember"; -import { BackupPlanIamPolicy as GKEBACKUP_BackupPlanIamPolicy } from "./gkebackup/BackupPlanIamPolicy"; -import { RestorePlan as GKEBACKUP_RestorePlan } from "./gkebackup/RestorePlan"; -import { RestorePlanIamBinding as GKEBACKUP_RestorePlanIamBinding } from "./gkebackup/RestorePlanIamBinding"; -import { RestorePlanIamMember as GKEBACKUP_RestorePlanIamMember } from "./gkebackup/RestorePlanIamMember"; -import { RestorePlanIamPolicy as GKEBACKUP_RestorePlanIamPolicy } from "./gkebackup/RestorePlanIamPolicy"; -import { Feature as GKEHUB_Feature } from "./gkehub/Feature"; -import { FeatureIamBinding as GKEHUB_FeatureIamBinding } from "./gkehub/FeatureIamBinding"; -import { FeatureIamMember as GKEHUB_FeatureIamMember } from "./gkehub/FeatureIamMember"; -import { FeatureIamPolicy as GKEHUB_FeatureIamPolicy } from "./gkehub/FeatureIamPolicy"; -import { FeatureMembership as GKEHUB_FeatureMembership } from "./gkehub/FeatureMembership"; -import { Fleet as GKEHUB_Fleet } from "./gkehub/Fleet"; -import { Membership as GKEHUB_Membership } from "./gkehub/Membership"; -import { MembershipBinding as GKEHUB_MembershipBinding } from "./gkehub/MembershipBinding"; -import { MembershipIamBinding as GKEHUB_MembershipIamBinding } from "./gkehub/MembershipIamBinding"; -import { MembershipIamMember as GKEHUB_MembershipIamMember } from "./gkehub/MembershipIamMember"; -import { MembershipIamPolicy as GKEHUB_MembershipIamPolicy } from "./gkehub/MembershipIamPolicy"; -import { MembershipRbacRoleBinding as GKEHUB_MembershipRbacRoleBinding } from "./gkehub/MembershipRbacRoleBinding"; -import { Namespace as GKEHUB_Namespace } from "./gkehub/Namespace"; -import { Scope as GKEHUB_Scope } from "./gkehub/Scope"; -import { ScopeIamBinding as GKEHUB_ScopeIamBinding } from "./gkehub/ScopeIamBinding"; -import { ScopeIamMember as GKEHUB_ScopeIamMember } from "./gkehub/ScopeIamMember"; -import { ScopeIamPolicy as GKEHUB_ScopeIamPolicy } from "./gkehub/ScopeIamPolicy"; -import { ScopeRbacRoleBinding as GKEHUB_ScopeRbacRoleBinding } from "./gkehub/ScopeRbacRoleBinding"; -import { BareMetalAdminCluster as GKEONPREM_BareMetalAdminCluster } from "./gkeonprem/BareMetalAdminCluster"; -import { BareMetalCluster as GKEONPREM_BareMetalCluster } from "./gkeonprem/BareMetalCluster"; -import { BareMetalNodePool as GKEONPREM_BareMetalNodePool } from "./gkeonprem/BareMetalNodePool"; -import { VMwareCluster as GKEONPREM_VMwareCluster } from "./gkeonprem/VMwareCluster"; -import { VMwareNodePool as GKEONPREM_VMwareNodePool } from "./gkeonprem/VMwareNodePool"; -import { ConsentStore as HEALTHCARE_ConsentStore } from "./healthcare/ConsentStore"; -import { ConsentStoreIamBinding as HEALTHCARE_ConsentStoreIamBinding } from "./healthcare/ConsentStoreIamBinding"; -import { ConsentStoreIamMember as HEALTHCARE_ConsentStoreIamMember } from "./healthcare/ConsentStoreIamMember"; -import { ConsentStoreIamPolicy as HEALTHCARE_ConsentStoreIamPolicy } from "./healthcare/ConsentStoreIamPolicy"; -import { Dataset as HEALTHCARE_Dataset } from "./healthcare/Dataset"; -import { DatasetIamBinding as HEALTHCARE_DatasetIamBinding } from "./healthcare/DatasetIamBinding"; -import { DatasetIamMember as HEALTHCARE_DatasetIamMember } from "./healthcare/DatasetIamMember"; -import { DatasetIamPolicy as HEALTHCARE_DatasetIamPolicy } from "./healthcare/DatasetIamPolicy"; -import { DicomStore as HEALTHCARE_DicomStore } from "./healthcare/DicomStore"; -import { DicomStoreIamBinding as HEALTHCARE_DicomStoreIamBinding } from "./healthcare/DicomStoreIamBinding"; -import { DicomStoreIamMember as HEALTHCARE_DicomStoreIamMember } from "./healthcare/DicomStoreIamMember"; -import { DicomStoreIamPolicy as HEALTHCARE_DicomStoreIamPolicy } from "./healthcare/DicomStoreIamPolicy"; -import { FhirStore as HEALTHCARE_FhirStore } from "./healthcare/FhirStore"; -import { FhirStoreIamBinding as HEALTHCARE_FhirStoreIamBinding } from "./healthcare/FhirStoreIamBinding"; -import { FhirStoreIamMember as HEALTHCARE_FhirStoreIamMember } from "./healthcare/FhirStoreIamMember"; -import { FhirStoreIamPolicy as HEALTHCARE_FhirStoreIamPolicy } from "./healthcare/FhirStoreIamPolicy"; -import { Hl7Store as HEALTHCARE_Hl7Store } from "./healthcare/Hl7Store"; -import { Hl7StoreIamBinding as HEALTHCARE_Hl7StoreIamBinding } from "./healthcare/Hl7StoreIamBinding"; -import { Hl7StoreIamMember as HEALTHCARE_Hl7StoreIamMember } from "./healthcare/Hl7StoreIamMember"; -import { Hl7StoreIamPolicy as HEALTHCARE_Hl7StoreIamPolicy } from "./healthcare/Hl7StoreIamPolicy"; -import { AccessBoundaryPolicy as IAM_AccessBoundaryPolicy } from "./iam/AccessBoundaryPolicy"; -import { DenyPolicy as IAM_DenyPolicy } from "./iam/DenyPolicy"; -import { WorkforcePool as IAM_WorkforcePool } from "./iam/WorkforcePool"; -import { WorkforcePoolProvider as IAM_WorkforcePoolProvider } from "./iam/WorkforcePoolProvider"; -import { WorkloadIdentityPool as IAM_WorkloadIdentityPool } from "./iam/WorkloadIdentityPool"; -import { WorkloadIdentityPoolProvider as IAM_WorkloadIdentityPoolProvider } from "./iam/WorkloadIdentityPoolProvider"; -import { AppEngineServiceIamBinding as IAP_AppEngineServiceIamBinding } from "./iap/AppEngineServiceIamBinding"; -import { AppEngineServiceIamMember as IAP_AppEngineServiceIamMember } from "./iap/AppEngineServiceIamMember"; -import { AppEngineServiceIamPolicy as IAP_AppEngineServiceIamPolicy } from "./iap/AppEngineServiceIamPolicy"; -import { AppEngineVersionIamBinding as IAP_AppEngineVersionIamBinding } from "./iap/AppEngineVersionIamBinding"; -import { AppEngineVersionIamMember as IAP_AppEngineVersionIamMember } from "./iap/AppEngineVersionIamMember"; -import { AppEngineVersionIamPolicy as IAP_AppEngineVersionIamPolicy } from "./iap/AppEngineVersionIamPolicy"; -import { Brand as IAP_Brand } from "./iap/Brand"; -import { Client as IAP_Client } from "./iap/Client"; -import { TunnelIamBinding as IAP_TunnelIamBinding } from "./iap/TunnelIamBinding"; -import { TunnelIamMember as IAP_TunnelIamMember } from "./iap/TunnelIamMember"; -import { TunnelIamPolicy as IAP_TunnelIamPolicy } from "./iap/TunnelIamPolicy"; -import { TunnelInstanceIAMBinding as IAP_TunnelInstanceIAMBinding } from "./iap/TunnelInstanceIAMBinding"; -import { TunnelInstanceIAMMember as IAP_TunnelInstanceIAMMember } from "./iap/TunnelInstanceIAMMember"; -import { TunnelInstanceIAMPolicy as IAP_TunnelInstanceIAMPolicy } from "./iap/TunnelInstanceIAMPolicy"; -import { WebBackendServiceIamBinding as IAP_WebBackendServiceIamBinding } from "./iap/WebBackendServiceIamBinding"; -import { WebBackendServiceIamMember as IAP_WebBackendServiceIamMember } from "./iap/WebBackendServiceIamMember"; -import { WebBackendServiceIamPolicy as IAP_WebBackendServiceIamPolicy } from "./iap/WebBackendServiceIamPolicy"; -import { WebIamBinding as IAP_WebIamBinding } from "./iap/WebIamBinding"; -import { WebIamMember as IAP_WebIamMember } from "./iap/WebIamMember"; -import { WebIamPolicy as IAP_WebIamPolicy } from "./iap/WebIamPolicy"; -import { WebRegionBackendServiceIamBinding as IAP_WebRegionBackendServiceIamBinding } from "./iap/WebRegionBackendServiceIamBinding"; -import { WebRegionBackendServiceIamMember as IAP_WebRegionBackendServiceIamMember } from "./iap/WebRegionBackendServiceIamMember"; -import { WebRegionBackendServiceIamPolicy as IAP_WebRegionBackendServiceIamPolicy } from "./iap/WebRegionBackendServiceIamPolicy"; -import { WebTypeAppEngingIamBinding as IAP_WebTypeAppEngingIamBinding } from "./iap/WebTypeAppEngingIamBinding"; -import { WebTypeAppEngingIamMember as IAP_WebTypeAppEngingIamMember } from "./iap/WebTypeAppEngingIamMember"; -import { WebTypeAppEngingIamPolicy as IAP_WebTypeAppEngingIamPolicy } from "./iap/WebTypeAppEngingIamPolicy"; -import { WebTypeComputeIamBinding as IAP_WebTypeComputeIamBinding } from "./iap/WebTypeComputeIamBinding"; -import { WebTypeComputeIamMember as IAP_WebTypeComputeIamMember } from "./iap/WebTypeComputeIamMember"; -import { WebTypeComputeIamPolicy as IAP_WebTypeComputeIamPolicy } from "./iap/WebTypeComputeIamPolicy"; -import { Config as IDENTITYPLATFORM_Config } from "./identityplatform/Config"; -import { DefaultSupportedIdpConfig as IDENTITYPLATFORM_DefaultSupportedIdpConfig } from "./identityplatform/DefaultSupportedIdpConfig"; -import { InboundSamlConfig as IDENTITYPLATFORM_InboundSamlConfig } from "./identityplatform/InboundSamlConfig"; -import { OauthIdpConfig as IDENTITYPLATFORM_OauthIdpConfig } from "./identityplatform/OauthIdpConfig"; -import { ProjectDefaultConfig as IDENTITYPLATFORM_ProjectDefaultConfig } from "./identityplatform/ProjectDefaultConfig"; -import { Tenant as IDENTITYPLATFORM_Tenant } from "./identityplatform/Tenant"; -import { TenantDefaultSupportedIdpConfig as IDENTITYPLATFORM_TenantDefaultSupportedIdpConfig } from "./identityplatform/TenantDefaultSupportedIdpConfig"; -import { TenantInboundSamlConfig as IDENTITYPLATFORM_TenantInboundSamlConfig } from "./identityplatform/TenantInboundSamlConfig"; -import { TenantOauthIdpConfig as IDENTITYPLATFORM_TenantOauthIdpConfig } from "./identityplatform/TenantOauthIdpConfig"; -import { Connection as INTEGRATIONCONNECTORS_Connection } from "./integrationconnectors/Connection"; -import { EndpointAttachment as INTEGRATIONCONNECTORS_EndpointAttachment } from "./integrationconnectors/EndpointAttachment"; -import { CryptoKey as KMS_CryptoKey } from "./kms/CryptoKey"; -import { CryptoKeyIAMBinding as KMS_CryptoKeyIAMBinding } from "./kms/CryptoKeyIAMBinding"; -import { CryptoKeyIAMMember as KMS_CryptoKeyIAMMember } from "./kms/CryptoKeyIAMMember"; -import { CryptoKeyIAMPolicy as KMS_CryptoKeyIAMPolicy } from "./kms/CryptoKeyIAMPolicy"; -import { CryptoKeyVersion as KMS_CryptoKeyVersion } from "./kms/CryptoKeyVersion"; -import { KeyRing as KMS_KeyRing } from "./kms/KeyRing"; -import { KeyRingIAMBinding as KMS_KeyRingIAMBinding } from "./kms/KeyRingIAMBinding"; -import { KeyRingIAMMember as KMS_KeyRingIAMMember } from "./kms/KeyRingIAMMember"; -import { KeyRingIAMPolicy as KMS_KeyRingIAMPolicy } from "./kms/KeyRingIAMPolicy"; -import { KeyRingImportJob as KMS_KeyRingImportJob } from "./kms/KeyRingImportJob"; -import { SecretCiphertext as KMS_SecretCiphertext } from "./kms/SecretCiphertext"; -import { BillingAccountBucketConfig as LOGGING_BillingAccountBucketConfig } from "./logging/BillingAccountBucketConfig"; -import { BillingAccountExclusion as LOGGING_BillingAccountExclusion } from "./logging/BillingAccountExclusion"; -import { BillingAccountSink as LOGGING_BillingAccountSink } from "./logging/BillingAccountSink"; -import { FolderBucketConfig as LOGGING_FolderBucketConfig } from "./logging/FolderBucketConfig"; -import { FolderExclusion as LOGGING_FolderExclusion } from "./logging/FolderExclusion"; -import { FolderSettings as LOGGING_FolderSettings } from "./logging/FolderSettings"; -import { FolderSink as LOGGING_FolderSink } from "./logging/FolderSink"; -import { LinkedDataset as LOGGING_LinkedDataset } from "./logging/LinkedDataset"; -import { LogView as LOGGING_LogView } from "./logging/LogView"; -import { Metric as LOGGING_Metric } from "./logging/Metric"; -import { OrganizationBucketConfig as LOGGING_OrganizationBucketConfig } from "./logging/OrganizationBucketConfig"; -import { OrganizationExclusion as LOGGING_OrganizationExclusion } from "./logging/OrganizationExclusion"; -import { OrganizationSettings as LOGGING_OrganizationSettings } from "./logging/OrganizationSettings"; -import { OrganizationSink as LOGGING_OrganizationSink } from "./logging/OrganizationSink"; -import { ProjectBucketConfig as LOGGING_ProjectBucketConfig } from "./logging/ProjectBucketConfig"; -import { ProjectExclusion as LOGGING_ProjectExclusion } from "./logging/ProjectExclusion"; -import { ProjectSink as LOGGING_ProjectSink } from "./logging/ProjectSink"; -import { Instance as LOOKER_Instance } from "./looker/Instance"; -import { Instance as MEMCACHE_Instance } from "./memcache/Instance"; -import { Group as MIGRATIONCENTER_Group } from "./migrationcenter/Group"; -import { PreferenceSet as MIGRATIONCENTER_PreferenceSet } from "./migrationcenter/PreferenceSet"; -import { EngineModel as ML_EngineModel } from "./ml/EngineModel"; -import { AlertPolicy as MONITORING_AlertPolicy } from "./monitoring/AlertPolicy"; -import { CustomService as MONITORING_CustomService } from "./monitoring/CustomService"; -import { Dashboard as MONITORING_Dashboard } from "./monitoring/Dashboard"; -import { GenericService as MONITORING_GenericService } from "./monitoring/GenericService"; -import { Group as MONITORING_Group } from "./monitoring/Group"; -import { MetricDescriptor as MONITORING_MetricDescriptor } from "./monitoring/MetricDescriptor"; -import { MonitoredProject as MONITORING_MonitoredProject } from "./monitoring/MonitoredProject"; -import { NotificationChannel as MONITORING_NotificationChannel } from "./monitoring/NotificationChannel"; -import { Slo as MONITORING_Slo } from "./monitoring/Slo"; -import { UptimeCheckConfig as MONITORING_UptimeCheckConfig } from "./monitoring/UptimeCheckConfig"; -import { ActiveDirectory as NETAPP_ActiveDirectory } from "./netapp/ActiveDirectory"; -import { BackupPolicy as NETAPP_BackupPolicy } from "./netapp/BackupPolicy"; -import { BackupVault as NETAPP_BackupVault } from "./netapp/BackupVault"; -import { Kmsconfig as NETAPP_Kmsconfig } from "./netapp/Kmsconfig"; -import { StoragePool as NETAPP_StoragePool } from "./netapp/StoragePool"; -import { Volume as NETAPP_Volume } from "./netapp/Volume"; -import { VolumeReplication as NETAPP_VolumeReplication } from "./netapp/VolumeReplication"; -import { VolumeSnapshot as NETAPP_VolumeSnapshot } from "./netapp/VolumeSnapshot"; -import { Hub as NETWORKCONNECTIVITY_Hub } from "./networkconnectivity/Hub"; -import { PolicyBasedRoute as NETWORKCONNECTIVITY_PolicyBasedRoute } from "./networkconnectivity/PolicyBasedRoute"; -import { ServiceConnectionPolicy as NETWORKCONNECTIVITY_ServiceConnectionPolicy } from "./networkconnectivity/ServiceConnectionPolicy"; -import { Spoke as NETWORKCONNECTIVITY_Spoke } from "./networkconnectivity/Spoke"; -import { ConnectivityTest as NETWORKMANAGEMENT_ConnectivityTest } from "./networkmanagement/ConnectivityTest"; -import { AddressGroup as NETWORKSECURITY_AddressGroup } from "./networksecurity/AddressGroup"; -import { AddressGroupIamBinding as NETWORKSECURITY_AddressGroupIamBinding } from "./networksecurity/AddressGroupIamBinding"; -import { AddressGroupIamMember as NETWORKSECURITY_AddressGroupIamMember } from "./networksecurity/AddressGroupIamMember"; -import { AddressGroupIamPolicy as NETWORKSECURITY_AddressGroupIamPolicy } from "./networksecurity/AddressGroupIamPolicy"; -import { AuthorizationPolicy as NETWORKSECURITY_AuthorizationPolicy } from "./networksecurity/AuthorizationPolicy"; -import { ClientTlsPolicy as NETWORKSECURITY_ClientTlsPolicy } from "./networksecurity/ClientTlsPolicy"; -import { FirewallEndpoint as NETWORKSECURITY_FirewallEndpoint } from "./networksecurity/FirewallEndpoint"; -import { GatewaySecurityPolicy as NETWORKSECURITY_GatewaySecurityPolicy } from "./networksecurity/GatewaySecurityPolicy"; -import { GatewaySecurityPolicyRule as NETWORKSECURITY_GatewaySecurityPolicyRule } from "./networksecurity/GatewaySecurityPolicyRule"; -import { SecurityProfile as NETWORKSECURITY_SecurityProfile } from "./networksecurity/SecurityProfile"; -import { SecurityProfileGroup as NETWORKSECURITY_SecurityProfileGroup } from "./networksecurity/SecurityProfileGroup"; -import { ServerTlsPolicy as NETWORKSECURITY_ServerTlsPolicy } from "./networksecurity/ServerTlsPolicy"; -import { TlsInspectionPolicy as NETWORKSECURITY_TlsInspectionPolicy } from "./networksecurity/TlsInspectionPolicy"; -import { UrlList as NETWORKSECURITY_UrlList } from "./networksecurity/UrlList"; -import { EdgeCacheKeyset as NETWORKSERVICES_EdgeCacheKeyset } from "./networkservices/EdgeCacheKeyset"; -import { EdgeCacheOrigin as NETWORKSERVICES_EdgeCacheOrigin } from "./networkservices/EdgeCacheOrigin"; -import { EdgeCacheService as NETWORKSERVICES_EdgeCacheService } from "./networkservices/EdgeCacheService"; -import { EndpointPolicy as NETWORKSERVICES_EndpointPolicy } from "./networkservices/EndpointPolicy"; -import { Gateway as NETWORKSERVICES_Gateway } from "./networkservices/Gateway"; -import { GrpcRoute as NETWORKSERVICES_GrpcRoute } from "./networkservices/GrpcRoute"; -import { HttpRoute as NETWORKSERVICES_HttpRoute } from "./networkservices/HttpRoute"; -import { Mesh as NETWORKSERVICES_Mesh } from "./networkservices/Mesh"; -import { ServiceBinding as NETWORKSERVICES_ServiceBinding } from "./networkservices/ServiceBinding"; -import { TcpRoute as NETWORKSERVICES_TcpRoute } from "./networkservices/TcpRoute"; -import { TlsRoute as NETWORKSERVICES_TlsRoute } from "./networkservices/TlsRoute"; -import { Environment as NOTEBOOKS_Environment } from "./notebooks/Environment"; -import { Instance as NOTEBOOKS_Instance } from "./notebooks/Instance"; -import { InstanceIamBinding as NOTEBOOKS_InstanceIamBinding } from "./notebooks/InstanceIamBinding"; -import { InstanceIamMember as NOTEBOOKS_InstanceIamMember } from "./notebooks/InstanceIamMember"; -import { InstanceIamPolicy as NOTEBOOKS_InstanceIamPolicy } from "./notebooks/InstanceIamPolicy"; -import { Location as NOTEBOOKS_Location } from "./notebooks/Location"; -import { Runtime as NOTEBOOKS_Runtime } from "./notebooks/Runtime"; -import { RuntimeIamBinding as NOTEBOOKS_RuntimeIamBinding } from "./notebooks/RuntimeIamBinding"; -import { RuntimeIamMember as NOTEBOOKS_RuntimeIamMember } from "./notebooks/RuntimeIamMember"; -import { RuntimeIamPolicy as NOTEBOOKS_RuntimeIamPolicy } from "./notebooks/RuntimeIamPolicy"; -import { AccessApprovalSettings as ORGANIZATIONS_AccessApprovalSettings } from "./organizations/AccessApprovalSettings"; -import { Folder as ORGANIZATIONS_Folder } from "./organizations/Folder"; -import { IamAuditConfig as ORGANIZATIONS_IamAuditConfig } from "./organizations/IamAuditConfig"; -import { IAMBinding as ORGANIZATIONS_IAMBinding } from "./organizations/IAMBinding"; -import { IAMCustomRole as ORGANIZATIONS_IAMCustomRole } from "./organizations/IAMCustomRole"; -import { IAMMember as ORGANIZATIONS_IAMMember } from "./organizations/IAMMember"; -import { IAMPolicy as ORGANIZATIONS_IAMPolicy } from "./organizations/IAMPolicy"; -import { Policy as ORGANIZATIONS_Policy } from "./organizations/Policy"; -import { Project as ORGANIZATIONS_Project } from "./organizations/Project"; -import { CustomConstraint as ORGPOLICY_CustomConstraint } from "./orgpolicy/CustomConstraint"; -import { Policy as ORGPOLICY_Policy } from "./orgpolicy/Policy"; -import { GuestPolicies as OSCONFIG_GuestPolicies } from "./osconfig/GuestPolicies"; -import { OsPolicyAssignment as OSCONFIG_OsPolicyAssignment } from "./osconfig/OsPolicyAssignment"; -import { PatchDeployment as OSCONFIG_PatchDeployment } from "./osconfig/PatchDeployment"; -import { SshPublicKey as OSLOGIN_SshPublicKey } from "./oslogin/SshPublicKey"; -import { AccessApprovalSettings as PROJECTS_AccessApprovalSettings } from "./projects/AccessApprovalSettings"; -import { ApiKey as PROJECTS_ApiKey } from "./projects/ApiKey"; -import { DefaultServiceAccounts as PROJECTS_DefaultServiceAccounts } from "./projects/DefaultServiceAccounts"; -import { IAMAuditConfig as PROJECTS_IAMAuditConfig } from "./projects/IAMAuditConfig"; -import { IAMBinding as PROJECTS_IAMBinding } from "./projects/IAMBinding"; -import { IAMCustomRole as PROJECTS_IAMCustomRole } from "./projects/IAMCustomRole"; -import { IAMMember as PROJECTS_IAMMember } from "./projects/IAMMember"; -import { IAMPolicy as PROJECTS_IAMPolicy } from "./projects/IAMPolicy"; -import { OrganizationPolicy as PROJECTS_OrganizationPolicy } from "./projects/OrganizationPolicy"; -import { Service as PROJECTS_Service } from "./projects/Service"; -import { ServiceIdentity as PROJECTS_ServiceIdentity } from "./projects/ServiceIdentity"; -import { UsageExportBucket as PROJECTS_UsageExportBucket } from "./projects/UsageExportBucket"; -import { LiteReservation as PUBSUB_LiteReservation } from "./pubsub/LiteReservation"; -import { LiteSubscription as PUBSUB_LiteSubscription } from "./pubsub/LiteSubscription"; -import { LiteTopic as PUBSUB_LiteTopic } from "./pubsub/LiteTopic"; -import { Schema as PUBSUB_Schema } from "./pubsub/Schema"; -import { SchemaIamBinding as PUBSUB_SchemaIamBinding } from "./pubsub/SchemaIamBinding"; -import { SchemaIamMember as PUBSUB_SchemaIamMember } from "./pubsub/SchemaIamMember"; -import { SchemaIamPolicy as PUBSUB_SchemaIamPolicy } from "./pubsub/SchemaIamPolicy"; -import { Subscription as PUBSUB_Subscription } from "./pubsub/Subscription"; -import { SubscriptionIAMBinding as PUBSUB_SubscriptionIAMBinding } from "./pubsub/SubscriptionIAMBinding"; -import { SubscriptionIAMMember as PUBSUB_SubscriptionIAMMember } from "./pubsub/SubscriptionIAMMember"; -import { SubscriptionIAMPolicy as PUBSUB_SubscriptionIAMPolicy } from "./pubsub/SubscriptionIAMPolicy"; -import { Topic as PUBSUB_Topic } from "./pubsub/Topic"; -import { TopicIAMBinding as PUBSUB_TopicIAMBinding } from "./pubsub/TopicIAMBinding"; -import { TopicIAMMember as PUBSUB_TopicIAMMember } from "./pubsub/TopicIAMMember"; -import { TopicIAMPolicy as PUBSUB_TopicIAMPolicy } from "./pubsub/TopicIAMPolicy"; -import { EnterpriseKey as RECAPTCHA_EnterpriseKey } from "./recaptcha/EnterpriseKey"; -import { Cluster as REDIS_Cluster } from "./redis/Cluster"; -import { Instance as REDIS_Instance } from "./redis/Instance"; -import { Lien as RESOURCEMANAGER_Lien } from "./resourcemanager/Lien"; -import { Config as RUNTIMECONFIG_Config } from "./runtimeconfig/Config"; -import { ConfigIamBinding as RUNTIMECONFIG_ConfigIamBinding } from "./runtimeconfig/ConfigIamBinding"; -import { ConfigIamMember as RUNTIMECONFIG_ConfigIamMember } from "./runtimeconfig/ConfigIamMember"; -import { ConfigIamPolicy as RUNTIMECONFIG_ConfigIamPolicy } from "./runtimeconfig/ConfigIamPolicy"; -import { Variable as RUNTIMECONFIG_Variable } from "./runtimeconfig/Variable"; -import { Secret as SECRETMANAGER_Secret } from "./secretmanager/Secret"; -import { SecretIamBinding as SECRETMANAGER_SecretIamBinding } from "./secretmanager/SecretIamBinding"; -import { SecretIamMember as SECRETMANAGER_SecretIamMember } from "./secretmanager/SecretIamMember"; -import { SecretIamPolicy as SECRETMANAGER_SecretIamPolicy } from "./secretmanager/SecretIamPolicy"; -import { SecretVersion as SECRETMANAGER_SecretVersion } from "./secretmanager/SecretVersion"; -import { Instance as SECURESOURCEMANAGER_Instance } from "./securesourcemanager/Instance"; -import { InstanceIamBinding as SECURESOURCEMANAGER_InstanceIamBinding } from "./securesourcemanager/InstanceIamBinding"; -import { InstanceIamMember as SECURESOURCEMANAGER_InstanceIamMember } from "./securesourcemanager/InstanceIamMember"; -import { InstanceIamPolicy as SECURESOURCEMANAGER_InstanceIamPolicy } from "./securesourcemanager/InstanceIamPolicy"; -import { EventThreatDetectionCustomModule as SECURITYCENTER_EventThreatDetectionCustomModule } from "./securitycenter/EventThreatDetectionCustomModule"; -import { FolderCustomModule as SECURITYCENTER_FolderCustomModule } from "./securitycenter/FolderCustomModule"; -import { InstanceIamBinding as SECURITYCENTER_InstanceIamBinding } from "./securitycenter/InstanceIamBinding"; -import { InstanceIamMember as SECURITYCENTER_InstanceIamMember } from "./securitycenter/InstanceIamMember"; -import { InstanceIamPolicy as SECURITYCENTER_InstanceIamPolicy } from "./securitycenter/InstanceIamPolicy"; -import { MuteConfig as SECURITYCENTER_MuteConfig } from "./securitycenter/MuteConfig"; -import { NotificationConfig as SECURITYCENTER_NotificationConfig } from "./securitycenter/NotificationConfig"; -import { OrganizationCustomModule as SECURITYCENTER_OrganizationCustomModule } from "./securitycenter/OrganizationCustomModule"; -import { ProjectCustomModule as SECURITYCENTER_ProjectCustomModule } from "./securitycenter/ProjectCustomModule"; -import { Source as SECURITYCENTER_Source } from "./securitycenter/Source"; -import { SourceIamBinding as SECURITYCENTER_SourceIamBinding } from "./securitycenter/SourceIamBinding"; -import { SourceIamMember as SECURITYCENTER_SourceIamMember } from "./securitycenter/SourceIamMember"; -import { SourceIamPolicy as SECURITYCENTER_SourceIamPolicy } from "./securitycenter/SourceIamPolicy"; -import { Posture as SECURITYPOSTURE_Posture } from "./securityposture/Posture"; -import { PostureDeployment as SECURITYPOSTURE_PostureDeployment } from "./securityposture/PostureDeployment"; -import { Account as SERVICEACCOUNT_Account } from "./serviceaccount/Account"; -import { IAMBinding as SERVICEACCOUNT_IAMBinding } from "./serviceaccount/IAMBinding"; -import { IAMMember as SERVICEACCOUNT_IAMMember } from "./serviceaccount/IAMMember"; -import { IAMPolicy as SERVICEACCOUNT_IAMPolicy } from "./serviceaccount/IAMPolicy"; -import { Key as SERVICEACCOUNT_Key } from "./serviceaccount/Key"; -import { Endpoint as SERVICEDIRECTORY_Endpoint } from "./servicedirectory/Endpoint"; -import { Namespace as SERVICEDIRECTORY_Namespace } from "./servicedirectory/Namespace"; -import { NamespaceIamBinding as SERVICEDIRECTORY_NamespaceIamBinding } from "./servicedirectory/NamespaceIamBinding"; -import { NamespaceIamMember as SERVICEDIRECTORY_NamespaceIamMember } from "./servicedirectory/NamespaceIamMember"; -import { NamespaceIamPolicy as SERVICEDIRECTORY_NamespaceIamPolicy } from "./servicedirectory/NamespaceIamPolicy"; -import { Service as SERVICEDIRECTORY_Service } from "./servicedirectory/Service"; -import { ServiceIamBinding as SERVICEDIRECTORY_ServiceIamBinding } from "./servicedirectory/ServiceIamBinding"; -import { ServiceIamMember as SERVICEDIRECTORY_ServiceIamMember } from "./servicedirectory/ServiceIamMember"; -import { ServiceIamPolicy as SERVICEDIRECTORY_ServiceIamPolicy } from "./servicedirectory/ServiceIamPolicy"; -import { Connection as SERVICENETWORKING_Connection } from "./servicenetworking/Connection"; -import { PeeredDnsDomain as SERVICENETWORKING_PeeredDnsDomain } from "./servicenetworking/PeeredDnsDomain"; -import { ConsumerQuotaOverride as SERVICEUSAGE_ConsumerQuotaOverride } from "./serviceusage/ConsumerQuotaOverride"; -import { Repository as SOURCEREPO_Repository } from "./sourcerepo/Repository"; -import { RepositoryIamBinding as SOURCEREPO_RepositoryIamBinding } from "./sourcerepo/RepositoryIamBinding"; -import { RepositoryIamMember as SOURCEREPO_RepositoryIamMember } from "./sourcerepo/RepositoryIamMember"; -import { RepositoryIamPolicy as SOURCEREPO_RepositoryIamPolicy } from "./sourcerepo/RepositoryIamPolicy"; -import { Database as SPANNER_Database } from "./spanner/Database"; -import { DatabaseIAMBinding as SPANNER_DatabaseIAMBinding } from "./spanner/DatabaseIAMBinding"; -import { DatabaseIAMMember as SPANNER_DatabaseIAMMember } from "./spanner/DatabaseIAMMember"; -import { DatabaseIAMPolicy as SPANNER_DatabaseIAMPolicy } from "./spanner/DatabaseIAMPolicy"; -import { Instance as SPANNER_Instance } from "./spanner/Instance"; -import { InstanceIAMBinding as SPANNER_InstanceIAMBinding } from "./spanner/InstanceIAMBinding"; -import { InstanceIAMMember as SPANNER_InstanceIAMMember } from "./spanner/InstanceIAMMember"; -import { InstanceIAMPolicy as SPANNER_InstanceIAMPolicy } from "./spanner/InstanceIAMPolicy"; -import { Database as SQL_Database } from "./sql/Database"; -import { DatabaseInstance as SQL_DatabaseInstance } from "./sql/DatabaseInstance"; -import { SourceRepresentationInstance as SQL_SourceRepresentationInstance } from "./sql/SourceRepresentationInstance"; -import { SslCert as SQL_SslCert } from "./sql/SslCert"; -import { User as SQL_User } from "./sql/User"; -import { Bucket as STORAGE_Bucket } from "./storage/Bucket"; -import { BucketAccessControl as STORAGE_BucketAccessControl } from "./storage/BucketAccessControl"; -import { BucketACL as STORAGE_BucketACL } from "./storage/BucketACL"; -import { BucketIAMBinding as STORAGE_BucketIAMBinding } from "./storage/BucketIAMBinding"; -import { BucketIAMMember as STORAGE_BucketIAMMember } from "./storage/BucketIAMMember"; -import { BucketIAMPolicy as STORAGE_BucketIAMPolicy } from "./storage/BucketIAMPolicy"; -import { BucketObject as STORAGE_BucketObject } from "./storage/BucketObject"; -import { DefaultObjectAccessControl as STORAGE_DefaultObjectAccessControl } from "./storage/DefaultObjectAccessControl"; -import { DefaultObjectACL as STORAGE_DefaultObjectACL } from "./storage/DefaultObjectACL"; -import { HmacKey as STORAGE_HmacKey } from "./storage/HmacKey"; -import { InsightsReportConfig as STORAGE_InsightsReportConfig } from "./storage/InsightsReportConfig"; -import { Notification as STORAGE_Notification } from "./storage/Notification"; -import { ObjectAccessControl as STORAGE_ObjectAccessControl } from "./storage/ObjectAccessControl"; -import { ObjectACL as STORAGE_ObjectACL } from "./storage/ObjectACL"; -import { TransferAgentPool as STORAGE_TransferAgentPool } from "./storage/TransferAgentPool"; -import { TransferJob as STORAGE_TransferJob } from "./storage/TransferJob"; -import { LocationTagBinding as TAGS_LocationTagBinding } from "./tags/LocationTagBinding"; -import { TagBinding as TAGS_TagBinding } from "./tags/TagBinding"; -import { TagKey as TAGS_TagKey } from "./tags/TagKey"; -import { TagKeyIamBinding as TAGS_TagKeyIamBinding } from "./tags/TagKeyIamBinding"; -import { TagKeyIamMember as TAGS_TagKeyIamMember } from "./tags/TagKeyIamMember"; -import { TagKeyIamPolicy as TAGS_TagKeyIamPolicy } from "./tags/TagKeyIamPolicy"; -import { TagValue as TAGS_TagValue } from "./tags/TagValue"; -import { TagValueIamBinding as TAGS_TagValueIamBinding } from "./tags/TagValueIamBinding"; -import { TagValueIamMember as TAGS_TagValueIamMember } from "./tags/TagValueIamMember"; -import { TagValueIamPolicy as TAGS_TagValueIamPolicy } from "./tags/TagValueIamPolicy"; -import { Node as TPU_Node } from "./tpu/Node"; -import { V2Vm as TPU_V2Vm } from "./tpu/V2Vm"; -import { AiDataset as VERTEX_AiDataset } from "./vertex/AiDataset"; -import { AiEndpoint as VERTEX_AiEndpoint } from "./vertex/AiEndpoint"; -import { AiEndpointIamBinding as VERTEX_AiEndpointIamBinding } from "./vertex/AiEndpointIamBinding"; -import { AiEndpointIamMember as VERTEX_AiEndpointIamMember } from "./vertex/AiEndpointIamMember"; -import { AiEndpointIamPolicy as VERTEX_AiEndpointIamPolicy } from "./vertex/AiEndpointIamPolicy"; -import { AiFeatureGroup as VERTEX_AiFeatureGroup } from "./vertex/AiFeatureGroup"; -import { AiFeatureGroupFeature as VERTEX_AiFeatureGroupFeature } from "./vertex/AiFeatureGroupFeature"; -import { AiFeatureOnlineStore as VERTEX_AiFeatureOnlineStore } from "./vertex/AiFeatureOnlineStore"; -import { AiFeatureOnlineStoreFeatureview as VERTEX_AiFeatureOnlineStoreFeatureview } from "./vertex/AiFeatureOnlineStoreFeatureview"; -import { AiFeatureStore as VERTEX_AiFeatureStore } from "./vertex/AiFeatureStore"; -import { AiFeatureStoreEntityType as VERTEX_AiFeatureStoreEntityType } from "./vertex/AiFeatureStoreEntityType"; -import { AiFeatureStoreEntityTypeFeature as VERTEX_AiFeatureStoreEntityTypeFeature } from "./vertex/AiFeatureStoreEntityTypeFeature"; -import { AiFeatureStoreEntityTypeIamBinding as VERTEX_AiFeatureStoreEntityTypeIamBinding } from "./vertex/AiFeatureStoreEntityTypeIamBinding"; -import { AiFeatureStoreEntityTypeIamMember as VERTEX_AiFeatureStoreEntityTypeIamMember } from "./vertex/AiFeatureStoreEntityTypeIamMember"; -import { AiFeatureStoreEntityTypeIamPolicy as VERTEX_AiFeatureStoreEntityTypeIamPolicy } from "./vertex/AiFeatureStoreEntityTypeIamPolicy"; -import { AiFeatureStoreIamBinding as VERTEX_AiFeatureStoreIamBinding } from "./vertex/AiFeatureStoreIamBinding"; -import { AiFeatureStoreIamMember as VERTEX_AiFeatureStoreIamMember } from "./vertex/AiFeatureStoreIamMember"; -import { AiFeatureStoreIamPolicy as VERTEX_AiFeatureStoreIamPolicy } from "./vertex/AiFeatureStoreIamPolicy"; -import { AiIndex as VERTEX_AiIndex } from "./vertex/AiIndex"; -import { AiIndexEndpoint as VERTEX_AiIndexEndpoint } from "./vertex/AiIndexEndpoint"; -import { AiMetadataStore as VERTEX_AiMetadataStore } from "./vertex/AiMetadataStore"; -import { AiTensorboard as VERTEX_AiTensorboard } from "./vertex/AiTensorboard"; -import { Cluster as VMWAREENGINE_Cluster } from "./vmwareengine/Cluster"; -import { ExternalAccessRule as VMWAREENGINE_ExternalAccessRule } from "./vmwareengine/ExternalAccessRule"; -import { ExternalAddress as VMWAREENGINE_ExternalAddress } from "./vmwareengine/ExternalAddress"; -import { Network as VMWAREENGINE_Network } from "./vmwareengine/Network"; -import { NetworkPeering as VMWAREENGINE_NetworkPeering } from "./vmwareengine/NetworkPeering"; -import { NetworkPolicy as VMWAREENGINE_NetworkPolicy } from "./vmwareengine/NetworkPolicy"; -import { PrivateCloud as VMWAREENGINE_PrivateCloud } from "./vmwareengine/PrivateCloud"; -import { Subnet as VMWAREENGINE_Subnet } from "./vmwareengine/Subnet"; -import { Connector as VPCACCESS_Connector } from "./vpcaccess/Connector"; -import { Instance as WORKBENCH_Instance } from "./workbench/Instance"; -import { InstanceIamBinding as WORKBENCH_InstanceIamBinding } from "./workbench/InstanceIamBinding"; -import { InstanceIamMember as WORKBENCH_InstanceIamMember } from "./workbench/InstanceIamMember"; -import { InstanceIamPolicy as WORKBENCH_InstanceIamPolicy } from "./workbench/InstanceIamPolicy"; -import { Workflow as WORKFLOWS_Workflow } from "./workflows/Workflow"; -import { Workstation as WORKSTATIONS_Workstation } from "./workstations/Workstation"; -import { WorkstationCluster as WORKSTATIONS_WorkstationCluster } from "./workstations/WorkstationCluster"; -import { WorkstationConfig as WORKSTATIONS_WorkstationConfig } from "./workstations/WorkstationConfig"; -import { WorkstationConfigIamBinding as WORKSTATIONS_WorkstationConfigIamBinding } from "./workstations/WorkstationConfigIamBinding"; -import { WorkstationConfigIamMember as WORKSTATIONS_WorkstationConfigIamMember } from "./workstations/WorkstationConfigIamMember"; -import { WorkstationConfigIamPolicy as WORKSTATIONS_WorkstationConfigIamPolicy } from "./workstations/WorkstationConfigIamPolicy"; -import { WorkstationIamBinding as WORKSTATIONS_WorkstationIamBinding } from "./workstations/WorkstationIamBinding"; -import { WorkstationIamMember as WORKSTATIONS_WorkstationIamMember } from "./workstations/WorkstationIamMember"; -import { WorkstationIamPolicy as WORKSTATIONS_WorkstationIamPolicy } from "./workstations/WorkstationIamPolicy"; +import { ResourceType } from './ResourceType'; +import { DS_Resource, ResourceProperty } from '../ds_base/Resource'; +import { DynamicUIProps } from '../ds_base/DynamicUIProps'; +import { AccessLevel as ACCESSCONTEXTMANAGER_AccessLevel } from './accesscontextmanager/AccessLevel'; +import { AccessLevelCondition as ACCESSCONTEXTMANAGER_AccessLevelCondition } from './accesscontextmanager/AccessLevelCondition'; +import { AccessLevels as ACCESSCONTEXTMANAGER_AccessLevels } from './accesscontextmanager/AccessLevels'; +import { AccessPolicy as ACCESSCONTEXTMANAGER_AccessPolicy } from './accesscontextmanager/AccessPolicy'; +import { AccessPolicyIamBinding as ACCESSCONTEXTMANAGER_AccessPolicyIamBinding } from './accesscontextmanager/AccessPolicyIamBinding'; +import { AccessPolicyIamMember as ACCESSCONTEXTMANAGER_AccessPolicyIamMember } from './accesscontextmanager/AccessPolicyIamMember'; +import { AccessPolicyIamPolicy as ACCESSCONTEXTMANAGER_AccessPolicyIamPolicy } from './accesscontextmanager/AccessPolicyIamPolicy'; +import { AuthorizedOrgsDesc as ACCESSCONTEXTMANAGER_AuthorizedOrgsDesc } from './accesscontextmanager/AuthorizedOrgsDesc'; +import { EgressPolicy as ACCESSCONTEXTMANAGER_EgressPolicy } from './accesscontextmanager/EgressPolicy'; +import { GcpUserAccessBinding as ACCESSCONTEXTMANAGER_GcpUserAccessBinding } from './accesscontextmanager/GcpUserAccessBinding'; +import { IngressPolicy as ACCESSCONTEXTMANAGER_IngressPolicy } from './accesscontextmanager/IngressPolicy'; +import { ServicePerimeter as ACCESSCONTEXTMANAGER_ServicePerimeter } from './accesscontextmanager/ServicePerimeter'; +import { ServicePerimeterEgressPolicy as ACCESSCONTEXTMANAGER_ServicePerimeterEgressPolicy } from './accesscontextmanager/ServicePerimeterEgressPolicy'; +import { ServicePerimeterIngressPolicy as ACCESSCONTEXTMANAGER_ServicePerimeterIngressPolicy } from './accesscontextmanager/ServicePerimeterIngressPolicy'; +import { ServicePerimeterResource as ACCESSCONTEXTMANAGER_ServicePerimeterResource } from './accesscontextmanager/ServicePerimeterResource'; +import { ServicePerimeters as ACCESSCONTEXTMANAGER_ServicePerimeters } from './accesscontextmanager/ServicePerimeters'; +import { Domain as ACTIVEDIRECTORY_Domain } from './activedirectory/Domain'; +import { DomainTrust as ACTIVEDIRECTORY_DomainTrust } from './activedirectory/DomainTrust'; +import { Peering as ACTIVEDIRECTORY_Peering } from './activedirectory/Peering'; +import { Backup as ALLOYDB_Backup } from './alloydb/Backup'; +import { Cluster as ALLOYDB_Cluster } from './alloydb/Cluster'; +import { Instance as ALLOYDB_Instance } from './alloydb/Instance'; +import { User as ALLOYDB_User } from './alloydb/User'; +import { Api as APIGATEWAY_Api } from './apigateway/Api'; +import { ApiConfig as APIGATEWAY_ApiConfig } from './apigateway/ApiConfig'; +import { ApiConfigIamBinding as APIGATEWAY_ApiConfigIamBinding } from './apigateway/ApiConfigIamBinding'; +import { ApiConfigIamMember as APIGATEWAY_ApiConfigIamMember } from './apigateway/ApiConfigIamMember'; +import { ApiConfigIamPolicy as APIGATEWAY_ApiConfigIamPolicy } from './apigateway/ApiConfigIamPolicy'; +import { ApiIamBinding as APIGATEWAY_ApiIamBinding } from './apigateway/ApiIamBinding'; +import { ApiIamMember as APIGATEWAY_ApiIamMember } from './apigateway/ApiIamMember'; +import { ApiIamPolicy as APIGATEWAY_ApiIamPolicy } from './apigateway/ApiIamPolicy'; +import { Gateway as APIGATEWAY_Gateway } from './apigateway/Gateway'; +import { GatewayIamBinding as APIGATEWAY_GatewayIamBinding } from './apigateway/GatewayIamBinding'; +import { GatewayIamMember as APIGATEWAY_GatewayIamMember } from './apigateway/GatewayIamMember'; +import { GatewayIamPolicy as APIGATEWAY_GatewayIamPolicy } from './apigateway/GatewayIamPolicy'; +import { AddonsConfig as APIGEE_AddonsConfig } from './apigee/AddonsConfig'; +import { EndpointAttachment as APIGEE_EndpointAttachment } from './apigee/EndpointAttachment'; +import { EnvGroup as APIGEE_EnvGroup } from './apigee/EnvGroup'; +import { EnvGroupAttachment as APIGEE_EnvGroupAttachment } from './apigee/EnvGroupAttachment'; +import { Environment as APIGEE_Environment } from './apigee/Environment'; +import { EnvironmentIamBinding as APIGEE_EnvironmentIamBinding } from './apigee/EnvironmentIamBinding'; +import { EnvironmentIamMember as APIGEE_EnvironmentIamMember } from './apigee/EnvironmentIamMember'; +import { EnvironmentIamPolicy as APIGEE_EnvironmentIamPolicy } from './apigee/EnvironmentIamPolicy'; +import { EnvKeystore as APIGEE_EnvKeystore } from './apigee/EnvKeystore'; +import { EnvReferences as APIGEE_EnvReferences } from './apigee/EnvReferences'; +import { Flowhook as APIGEE_Flowhook } from './apigee/Flowhook'; +import { Instance as APIGEE_Instance } from './apigee/Instance'; +import { InstanceAttachment as APIGEE_InstanceAttachment } from './apigee/InstanceAttachment'; +import { KeystoresAliasesKeyCertFile as APIGEE_KeystoresAliasesKeyCertFile } from './apigee/KeystoresAliasesKeyCertFile'; +import { KeystoresAliasesPkcs12 as APIGEE_KeystoresAliasesPkcs12 } from './apigee/KeystoresAliasesPkcs12'; +import { KeystoresAliasesSelfSignedCert as APIGEE_KeystoresAliasesSelfSignedCert } from './apigee/KeystoresAliasesSelfSignedCert'; +import { NatAddress as APIGEE_NatAddress } from './apigee/NatAddress'; +import { Organization as APIGEE_Organization } from './apigee/Organization'; +import { Sharedflow as APIGEE_Sharedflow } from './apigee/Sharedflow'; +import { SharedflowDeployment as APIGEE_SharedflowDeployment } from './apigee/SharedflowDeployment'; +import { SyncAuthorization as APIGEE_SyncAuthorization } from './apigee/SyncAuthorization'; +import { TargetServer as APIGEE_TargetServer } from './apigee/TargetServer'; +import { Application as APPENGINE_Application } from './appengine/Application'; +import { ApplicationUrlDispatchRules as APPENGINE_ApplicationUrlDispatchRules } from './appengine/ApplicationUrlDispatchRules'; +import { DomainMapping as APPENGINE_DomainMapping } from './appengine/DomainMapping'; +import { EngineSplitTraffic as APPENGINE_EngineSplitTraffic } from './appengine/EngineSplitTraffic'; +import { FirewallRule as APPENGINE_FirewallRule } from './appengine/FirewallRule'; +import { FlexibleAppVersion as APPENGINE_FlexibleAppVersion } from './appengine/FlexibleAppVersion'; +import { ServiceNetworkSettings as APPENGINE_ServiceNetworkSettings } from './appengine/ServiceNetworkSettings'; +import { StandardAppVersion as APPENGINE_StandardAppVersion } from './appengine/StandardAppVersion'; +import { Repository as ARTIFACTREGISTRY_Repository } from './artifactregistry/Repository'; +import { RepositoryIamBinding as ARTIFACTREGISTRY_RepositoryIamBinding } from './artifactregistry/RepositoryIamBinding'; +import { RepositoryIamMember as ARTIFACTREGISTRY_RepositoryIamMember } from './artifactregistry/RepositoryIamMember'; +import { RepositoryIamPolicy as ARTIFACTREGISTRY_RepositoryIamPolicy } from './artifactregistry/RepositoryIamPolicy'; +import { VpcscConfig as ARTIFACTREGISTRY_VpcscConfig } from './artifactregistry/VpcscConfig'; +import { Workload as ASSUREDWORKLOADS_Workload } from './assuredworkloads/Workload'; +import { ManagementServer as BACKUPDISASTERRECOVERY_ManagementServer } from './backupdisasterrecovery/ManagementServer'; +import { AppConnection as BEYONDCORP_AppConnection } from './beyondcorp/AppConnection'; +import { AppConnector as BEYONDCORP_AppConnector } from './beyondcorp/AppConnector'; +import { AppGateway as BEYONDCORP_AppGateway } from './beyondcorp/AppGateway'; +import { Catalog as BIGLAKE_Catalog } from './biglake/Catalog'; +import { Database as BIGLAKE_Database } from './biglake/Database'; +import { Table as BIGLAKE_Table } from './biglake/Table'; +import { AppProfile as BIGQUERY_AppProfile } from './bigquery/AppProfile'; +import { BiReservation as BIGQUERY_BiReservation } from './bigquery/BiReservation'; +import { CapacityCommitment as BIGQUERY_CapacityCommitment } from './bigquery/CapacityCommitment'; +import { Connection as BIGQUERY_Connection } from './bigquery/Connection'; +import { ConnectionIamBinding as BIGQUERY_ConnectionIamBinding } from './bigquery/ConnectionIamBinding'; +import { ConnectionIamMember as BIGQUERY_ConnectionIamMember } from './bigquery/ConnectionIamMember'; +import { ConnectionIamPolicy as BIGQUERY_ConnectionIamPolicy } from './bigquery/ConnectionIamPolicy'; +import { Dataset as BIGQUERY_Dataset } from './bigquery/Dataset'; +import { DatasetAccess as BIGQUERY_DatasetAccess } from './bigquery/DatasetAccess'; +import { DatasetIamBinding as BIGQUERY_DatasetIamBinding } from './bigquery/DatasetIamBinding'; +import { DatasetIamMember as BIGQUERY_DatasetIamMember } from './bigquery/DatasetIamMember'; +import { DatasetIamPolicy as BIGQUERY_DatasetIamPolicy } from './bigquery/DatasetIamPolicy'; +import { DataTransferConfig as BIGQUERY_DataTransferConfig } from './bigquery/DataTransferConfig'; +import { IamBinding as BIGQUERY_IamBinding } from './bigquery/IamBinding'; +import { IamMember as BIGQUERY_IamMember } from './bigquery/IamMember'; +import { IamPolicy as BIGQUERY_IamPolicy } from './bigquery/IamPolicy'; +import { Job as BIGQUERY_Job } from './bigquery/Job'; +import { Reservation as BIGQUERY_Reservation } from './bigquery/Reservation'; +import { ReservationAssignment as BIGQUERY_ReservationAssignment } from './bigquery/ReservationAssignment'; +import { Routine as BIGQUERY_Routine } from './bigquery/Routine'; +import { Table as BIGQUERY_Table } from './bigquery/Table'; +import { DataExchange as BIGQUERYANALYTICSHUB_DataExchange } from './bigqueryanalyticshub/DataExchange'; +import { DataExchangeIamBinding as BIGQUERYANALYTICSHUB_DataExchangeIamBinding } from './bigqueryanalyticshub/DataExchangeIamBinding'; +import { DataExchangeIamMember as BIGQUERYANALYTICSHUB_DataExchangeIamMember } from './bigqueryanalyticshub/DataExchangeIamMember'; +import { DataExchangeIamPolicy as BIGQUERYANALYTICSHUB_DataExchangeIamPolicy } from './bigqueryanalyticshub/DataExchangeIamPolicy'; +import { Listing as BIGQUERYANALYTICSHUB_Listing } from './bigqueryanalyticshub/Listing'; +import { ListingIamBinding as BIGQUERYANALYTICSHUB_ListingIamBinding } from './bigqueryanalyticshub/ListingIamBinding'; +import { ListingIamMember as BIGQUERYANALYTICSHUB_ListingIamMember } from './bigqueryanalyticshub/ListingIamMember'; +import { ListingIamPolicy as BIGQUERYANALYTICSHUB_ListingIamPolicy } from './bigqueryanalyticshub/ListingIamPolicy'; +import { DataPolicy as BIGQUERYDATAPOLICY_DataPolicy } from './bigquerydatapolicy/DataPolicy'; +import { DataPolicyIamBinding as BIGQUERYDATAPOLICY_DataPolicyIamBinding } from './bigquerydatapolicy/DataPolicyIamBinding'; +import { DataPolicyIamMember as BIGQUERYDATAPOLICY_DataPolicyIamMember } from './bigquerydatapolicy/DataPolicyIamMember'; +import { DataPolicyIamPolicy as BIGQUERYDATAPOLICY_DataPolicyIamPolicy } from './bigquerydatapolicy/DataPolicyIamPolicy'; +import { GCPolicy as BIGTABLE_GCPolicy } from './bigtable/GCPolicy'; +import { Instance as BIGTABLE_Instance } from './bigtable/Instance'; +import { InstanceIamBinding as BIGTABLE_InstanceIamBinding } from './bigtable/InstanceIamBinding'; +import { InstanceIamMember as BIGTABLE_InstanceIamMember } from './bigtable/InstanceIamMember'; +import { InstanceIamPolicy as BIGTABLE_InstanceIamPolicy } from './bigtable/InstanceIamPolicy'; +import { Table as BIGTABLE_Table } from './bigtable/Table'; +import { TableIamBinding as BIGTABLE_TableIamBinding } from './bigtable/TableIamBinding'; +import { TableIamMember as BIGTABLE_TableIamMember } from './bigtable/TableIamMember'; +import { TableIamPolicy as BIGTABLE_TableIamPolicy } from './bigtable/TableIamPolicy'; +import { AccountIamBinding as BILLING_AccountIamBinding } from './billing/AccountIamBinding'; +import { AccountIamMember as BILLING_AccountIamMember } from './billing/AccountIamMember'; +import { AccountIamPolicy as BILLING_AccountIamPolicy } from './billing/AccountIamPolicy'; +import { Budget as BILLING_Budget } from './billing/Budget'; +import { ProjectInfo as BILLING_ProjectInfo } from './billing/ProjectInfo'; +import { SubAccount as BILLING_SubAccount } from './billing/SubAccount'; +import { Attestor as BINARYAUTHORIZATION_Attestor } from './binaryauthorization/Attestor'; +import { AttestorIamBinding as BINARYAUTHORIZATION_AttestorIamBinding } from './binaryauthorization/AttestorIamBinding'; +import { AttestorIamMember as BINARYAUTHORIZATION_AttestorIamMember } from './binaryauthorization/AttestorIamMember'; +import { AttestorIamPolicy as BINARYAUTHORIZATION_AttestorIamPolicy } from './binaryauthorization/AttestorIamPolicy'; +import { Policy as BINARYAUTHORIZATION_Policy } from './binaryauthorization/Policy'; +import { BlockchainNodes as BLOCKCHAINNODEENGINE_BlockchainNodes } from './blockchainnodeengine/BlockchainNodes'; +import { Authority as CERTIFICATEAUTHORITY_Authority } from './certificateauthority/Authority'; +import { CaPool as CERTIFICATEAUTHORITY_CaPool } from './certificateauthority/CaPool'; +import { CaPoolIamBinding as CERTIFICATEAUTHORITY_CaPoolIamBinding } from './certificateauthority/CaPoolIamBinding'; +import { CaPoolIamMember as CERTIFICATEAUTHORITY_CaPoolIamMember } from './certificateauthority/CaPoolIamMember'; +import { CaPoolIamPolicy as CERTIFICATEAUTHORITY_CaPoolIamPolicy } from './certificateauthority/CaPoolIamPolicy'; +import { Certificate as CERTIFICATEAUTHORITY_Certificate } from './certificateauthority/Certificate'; +import { CertificateTemplate as CERTIFICATEAUTHORITY_CertificateTemplate } from './certificateauthority/CertificateTemplate'; +import { CertificateTemplateIamBinding as CERTIFICATEAUTHORITY_CertificateTemplateIamBinding } from './certificateauthority/CertificateTemplateIamBinding'; +import { CertificateTemplateIamMember as CERTIFICATEAUTHORITY_CertificateTemplateIamMember } from './certificateauthority/CertificateTemplateIamMember'; +import { CertificateTemplateIamPolicy as CERTIFICATEAUTHORITY_CertificateTemplateIamPolicy } from './certificateauthority/CertificateTemplateIamPolicy'; +import { Certificate as CERTIFICATEMANAGER_Certificate } from './certificatemanager/Certificate'; +import { CertificateIssuanceConfig as CERTIFICATEMANAGER_CertificateIssuanceConfig } from './certificatemanager/CertificateIssuanceConfig'; +import { CertificateMap as CERTIFICATEMANAGER_CertificateMap } from './certificatemanager/CertificateMap'; +import { CertificateMapEntry as CERTIFICATEMANAGER_CertificateMapEntry } from './certificatemanager/CertificateMapEntry'; +import { DnsAuthorization as CERTIFICATEMANAGER_DnsAuthorization } from './certificatemanager/DnsAuthorization'; +import { TrustConfig as CERTIFICATEMANAGER_TrustConfig } from './certificatemanager/TrustConfig'; +import { FolderFeed as CLOUDASSET_FolderFeed } from './cloudasset/FolderFeed'; +import { OrganizationFeed as CLOUDASSET_OrganizationFeed } from './cloudasset/OrganizationFeed'; +import { ProjectFeed as CLOUDASSET_ProjectFeed } from './cloudasset/ProjectFeed'; +import { BitbucketServerConfig as CLOUDBUILD_BitbucketServerConfig } from './cloudbuild/BitbucketServerConfig'; +import { Trigger as CLOUDBUILD_Trigger } from './cloudbuild/Trigger'; +import { WorkerPool as CLOUDBUILD_WorkerPool } from './cloudbuild/WorkerPool'; +import { Connection as CLOUDBUILDV2_Connection } from './cloudbuildv2/Connection'; +import { ConnectionIAMBinding as CLOUDBUILDV2_ConnectionIAMBinding } from './cloudbuildv2/ConnectionIAMBinding'; +import { ConnectionIAMMember as CLOUDBUILDV2_ConnectionIAMMember } from './cloudbuildv2/ConnectionIAMMember'; +import { ConnectionIAMPolicy as CLOUDBUILDV2_ConnectionIAMPolicy } from './cloudbuildv2/ConnectionIAMPolicy'; +import { Repository as CLOUDBUILDV2_Repository } from './cloudbuildv2/Repository'; +import { Automation as CLOUDDEPLOY_Automation } from './clouddeploy/Automation'; +import { CustomTargetType as CLOUDDEPLOY_CustomTargetType } from './clouddeploy/CustomTargetType'; +import { DeliveryPipeline as CLOUDDEPLOY_DeliveryPipeline } from './clouddeploy/DeliveryPipeline'; +import { DeliveryPipelineIamBinding as CLOUDDEPLOY_DeliveryPipelineIamBinding } from './clouddeploy/DeliveryPipelineIamBinding'; +import { DeliveryPipelineIamMember as CLOUDDEPLOY_DeliveryPipelineIamMember } from './clouddeploy/DeliveryPipelineIamMember'; +import { DeliveryPipelineIamPolicy as CLOUDDEPLOY_DeliveryPipelineIamPolicy } from './clouddeploy/DeliveryPipelineIamPolicy'; +import { Target as CLOUDDEPLOY_Target } from './clouddeploy/Target'; +import { TargetIamBinding as CLOUDDEPLOY_TargetIamBinding } from './clouddeploy/TargetIamBinding'; +import { TargetIamMember as CLOUDDEPLOY_TargetIamMember } from './clouddeploy/TargetIamMember'; +import { TargetIamPolicy as CLOUDDEPLOY_TargetIamPolicy } from './clouddeploy/TargetIamPolicy'; +import { Registration as CLOUDDOMAINS_Registration } from './clouddomains/Registration'; +import { Function as CLOUDFUNCTIONS_Function } from './cloudfunctions/Function'; +import { FunctionIamBinding as CLOUDFUNCTIONS_FunctionIamBinding } from './cloudfunctions/FunctionIamBinding'; +import { FunctionIamMember as CLOUDFUNCTIONS_FunctionIamMember } from './cloudfunctions/FunctionIamMember'; +import { FunctionIamPolicy as CLOUDFUNCTIONS_FunctionIamPolicy } from './cloudfunctions/FunctionIamPolicy'; +import { Function as CLOUDFUNCTIONSV2_Function } from './cloudfunctionsv2/Function'; +import { FunctionIamBinding as CLOUDFUNCTIONSV2_FunctionIamBinding } from './cloudfunctionsv2/FunctionIamBinding'; +import { FunctionIamMember as CLOUDFUNCTIONSV2_FunctionIamMember } from './cloudfunctionsv2/FunctionIamMember'; +import { FunctionIamPolicy as CLOUDFUNCTIONSV2_FunctionIamPolicy } from './cloudfunctionsv2/FunctionIamPolicy'; +import { Group as CLOUDIDENTITY_Group } from './cloudidentity/Group'; +import { GroupMembership as CLOUDIDENTITY_GroupMembership } from './cloudidentity/GroupMembership'; +import { Endpoint as CLOUDIDS_Endpoint } from './cloudids/Endpoint'; +import { DomainMapping as CLOUDRUN_DomainMapping } from './cloudrun/DomainMapping'; +import { IamBinding as CLOUDRUN_IamBinding } from './cloudrun/IamBinding'; +import { IamMember as CLOUDRUN_IamMember } from './cloudrun/IamMember'; +import { IamPolicy as CLOUDRUN_IamPolicy } from './cloudrun/IamPolicy'; +import { Service as CLOUDRUN_Service } from './cloudrun/Service'; +import { Job as CLOUDRUNV2_Job } from './cloudrunv2/Job'; +import { JobIamBinding as CLOUDRUNV2_JobIamBinding } from './cloudrunv2/JobIamBinding'; +import { JobIamMember as CLOUDRUNV2_JobIamMember } from './cloudrunv2/JobIamMember'; +import { JobIamPolicy as CLOUDRUNV2_JobIamPolicy } from './cloudrunv2/JobIamPolicy'; +import { Service as CLOUDRUNV2_Service } from './cloudrunv2/Service'; +import { ServiceIamBinding as CLOUDRUNV2_ServiceIamBinding } from './cloudrunv2/ServiceIamBinding'; +import { ServiceIamMember as CLOUDRUNV2_ServiceIamMember } from './cloudrunv2/ServiceIamMember'; +import { ServiceIamPolicy as CLOUDRUNV2_ServiceIamPolicy } from './cloudrunv2/ServiceIamPolicy'; +import { Job as CLOUDSCHEDULER_Job } from './cloudscheduler/Job'; +import { Queue as CLOUDTASKS_Queue } from './cloudtasks/Queue'; +import { QueueIamBinding as CLOUDTASKS_QueueIamBinding } from './cloudtasks/QueueIamBinding'; +import { QueueIamMember as CLOUDTASKS_QueueIamMember } from './cloudtasks/QueueIamMember'; +import { QueueIamPolicy as CLOUDTASKS_QueueIamPolicy } from './cloudtasks/QueueIamPolicy'; +import { Environment as COMPOSER_Environment } from './composer/Environment'; +import { Address as COMPUTE_Address } from './compute/Address'; +import { AttachedDisk as COMPUTE_AttachedDisk } from './compute/AttachedDisk'; +import { Autoscaler as COMPUTE_Autoscaler } from './compute/Autoscaler'; +import { BackendBucket as COMPUTE_BackendBucket } from './compute/BackendBucket'; +import { BackendBucketIamBinding as COMPUTE_BackendBucketIamBinding } from './compute/BackendBucketIamBinding'; +import { BackendBucketIamMember as COMPUTE_BackendBucketIamMember } from './compute/BackendBucketIamMember'; +import { BackendBucketIamPolicy as COMPUTE_BackendBucketIamPolicy } from './compute/BackendBucketIamPolicy'; +import { BackendBucketSignedUrlKey as COMPUTE_BackendBucketSignedUrlKey } from './compute/BackendBucketSignedUrlKey'; +import { BackendService as COMPUTE_BackendService } from './compute/BackendService'; +import { BackendServiceIamBinding as COMPUTE_BackendServiceIamBinding } from './compute/BackendServiceIamBinding'; +import { BackendServiceIamMember as COMPUTE_BackendServiceIamMember } from './compute/BackendServiceIamMember'; +import { BackendServiceIamPolicy as COMPUTE_BackendServiceIamPolicy } from './compute/BackendServiceIamPolicy'; +import { BackendServiceSignedUrlKey as COMPUTE_BackendServiceSignedUrlKey } from './compute/BackendServiceSignedUrlKey'; +import { CaExternalAccountKey as COMPUTE_CaExternalAccountKey } from './compute/CaExternalAccountKey'; +import { Disk as COMPUTE_Disk } from './compute/Disk'; +import { DiskAsyncReplication as COMPUTE_DiskAsyncReplication } from './compute/DiskAsyncReplication'; +import { DiskIamBinding as COMPUTE_DiskIamBinding } from './compute/DiskIamBinding'; +import { DiskIamMember as COMPUTE_DiskIamMember } from './compute/DiskIamMember'; +import { DiskIamPolicy as COMPUTE_DiskIamPolicy } from './compute/DiskIamPolicy'; +import { DiskResourcePolicyAttachment as COMPUTE_DiskResourcePolicyAttachment } from './compute/DiskResourcePolicyAttachment'; +import { ExternalVpnGateway as COMPUTE_ExternalVpnGateway } from './compute/ExternalVpnGateway'; +import { Firewall as COMPUTE_Firewall } from './compute/Firewall'; +import { FirewallPolicy as COMPUTE_FirewallPolicy } from './compute/FirewallPolicy'; +import { FirewallPolicyAssociation as COMPUTE_FirewallPolicyAssociation } from './compute/FirewallPolicyAssociation'; +import { FirewallPolicyRule as COMPUTE_FirewallPolicyRule } from './compute/FirewallPolicyRule'; +import { ForwardingRule as COMPUTE_ForwardingRule } from './compute/ForwardingRule'; +import { GlobalAddress as COMPUTE_GlobalAddress } from './compute/GlobalAddress'; +import { GlobalForwardingRule as COMPUTE_GlobalForwardingRule } from './compute/GlobalForwardingRule'; +import { GlobalNetworkEndpoint as COMPUTE_GlobalNetworkEndpoint } from './compute/GlobalNetworkEndpoint'; +import { GlobalNetworkEndpointGroup as COMPUTE_GlobalNetworkEndpointGroup } from './compute/GlobalNetworkEndpointGroup'; +import { HaVpnGateway as COMPUTE_HaVpnGateway } from './compute/HaVpnGateway'; +import { HealthCheck as COMPUTE_HealthCheck } from './compute/HealthCheck'; +import { HttpHealthCheck as COMPUTE_HttpHealthCheck } from './compute/HttpHealthCheck'; +import { HttpsHealthCheck as COMPUTE_HttpsHealthCheck } from './compute/HttpsHealthCheck'; +import { Image as COMPUTE_Image } from './compute/Image'; +import { ImageIamBinding as COMPUTE_ImageIamBinding } from './compute/ImageIamBinding'; +import { ImageIamMember as COMPUTE_ImageIamMember } from './compute/ImageIamMember'; +import { ImageIamPolicy as COMPUTE_ImageIamPolicy } from './compute/ImageIamPolicy'; +import { Instance as COMPUTE_Instance } from './compute/Instance'; +import { InstanceFromMachineImage as COMPUTE_InstanceFromMachineImage } from './compute/InstanceFromMachineImage'; +import { InstanceFromTemplate as COMPUTE_InstanceFromTemplate } from './compute/InstanceFromTemplate'; +import { InstanceGroup as COMPUTE_InstanceGroup } from './compute/InstanceGroup'; +import { InstanceGroupManager as COMPUTE_InstanceGroupManager } from './compute/InstanceGroupManager'; +import { InstanceGroupMembership as COMPUTE_InstanceGroupMembership } from './compute/InstanceGroupMembership'; +import { InstanceGroupNamedPort as COMPUTE_InstanceGroupNamedPort } from './compute/InstanceGroupNamedPort'; +import { InstanceIAMBinding as COMPUTE_InstanceIAMBinding } from './compute/InstanceIAMBinding'; +import { InstanceIAMMember as COMPUTE_InstanceIAMMember } from './compute/InstanceIAMMember'; +import { InstanceIAMPolicy as COMPUTE_InstanceIAMPolicy } from './compute/InstanceIAMPolicy'; +import { InstanceSettings as COMPUTE_InstanceSettings } from './compute/InstanceSettings'; +import { InstanceTemplate as COMPUTE_InstanceTemplate } from './compute/InstanceTemplate'; +import { InterconnectAttachment as COMPUTE_InterconnectAttachment } from './compute/InterconnectAttachment'; +import { MachineImage as COMPUTE_MachineImage } from './compute/MachineImage'; +import { MachineImageIamBinding as COMPUTE_MachineImageIamBinding } from './compute/MachineImageIamBinding'; +import { MachineImageIamMember as COMPUTE_MachineImageIamMember } from './compute/MachineImageIamMember'; +import { MachineImageIamPolicy as COMPUTE_MachineImageIamPolicy } from './compute/MachineImageIamPolicy'; +import { ManagedSslCertificate as COMPUTE_ManagedSslCertificate } from './compute/ManagedSslCertificate'; +import { MangedSslCertificate as COMPUTE_MangedSslCertificate } from './compute/MangedSslCertificate'; +import { Network as COMPUTE_Network } from './compute/Network'; +import { NetworkAttachment as COMPUTE_NetworkAttachment } from './compute/NetworkAttachment'; +import { NetworkEdgeSecurityService as COMPUTE_NetworkEdgeSecurityService } from './compute/NetworkEdgeSecurityService'; +import { NetworkEndpoint as COMPUTE_NetworkEndpoint } from './compute/NetworkEndpoint'; +import { NetworkEndpointGroup as COMPUTE_NetworkEndpointGroup } from './compute/NetworkEndpointGroup'; +import { NetworkEndpointList as COMPUTE_NetworkEndpointList } from './compute/NetworkEndpointList'; +import { NetworkFirewallPolicy as COMPUTE_NetworkFirewallPolicy } from './compute/NetworkFirewallPolicy'; +import { NetworkFirewallPolicyAssociation as COMPUTE_NetworkFirewallPolicyAssociation } from './compute/NetworkFirewallPolicyAssociation'; +import { NetworkFirewallPolicyRule as COMPUTE_NetworkFirewallPolicyRule } from './compute/NetworkFirewallPolicyRule'; +import { NetworkPeering as COMPUTE_NetworkPeering } from './compute/NetworkPeering'; +import { NetworkPeeringRoutesConfig as COMPUTE_NetworkPeeringRoutesConfig } from './compute/NetworkPeeringRoutesConfig'; +import { NodeGroup as COMPUTE_NodeGroup } from './compute/NodeGroup'; +import { NodeTemplate as COMPUTE_NodeTemplate } from './compute/NodeTemplate'; +import { OrganizationSecurityPolicy as COMPUTE_OrganizationSecurityPolicy } from './compute/OrganizationSecurityPolicy'; +import { OrganizationSecurityPolicyAssociation as COMPUTE_OrganizationSecurityPolicyAssociation } from './compute/OrganizationSecurityPolicyAssociation'; +import { OrganizationSecurityPolicyRule as COMPUTE_OrganizationSecurityPolicyRule } from './compute/OrganizationSecurityPolicyRule'; +import { PacketMirroring as COMPUTE_PacketMirroring } from './compute/PacketMirroring'; +import { PerInstanceConfig as COMPUTE_PerInstanceConfig } from './compute/PerInstanceConfig'; +import { ProjectDefaultNetworkTier as COMPUTE_ProjectDefaultNetworkTier } from './compute/ProjectDefaultNetworkTier'; +import { ProjectMetadata as COMPUTE_ProjectMetadata } from './compute/ProjectMetadata'; +import { ProjectMetadataItem as COMPUTE_ProjectMetadataItem } from './compute/ProjectMetadataItem'; +import { PublicAdvertisedPrefix as COMPUTE_PublicAdvertisedPrefix } from './compute/PublicAdvertisedPrefix'; +import { PublicDelegatedPrefix as COMPUTE_PublicDelegatedPrefix } from './compute/PublicDelegatedPrefix'; +import { RegionAutoscaler as COMPUTE_RegionAutoscaler } from './compute/RegionAutoscaler'; +import { RegionBackendService as COMPUTE_RegionBackendService } from './compute/RegionBackendService'; +import { RegionBackendServiceIamBinding as COMPUTE_RegionBackendServiceIamBinding } from './compute/RegionBackendServiceIamBinding'; +import { RegionBackendServiceIamMember as COMPUTE_RegionBackendServiceIamMember } from './compute/RegionBackendServiceIamMember'; +import { RegionBackendServiceIamPolicy as COMPUTE_RegionBackendServiceIamPolicy } from './compute/RegionBackendServiceIamPolicy'; +import { RegionCommitment as COMPUTE_RegionCommitment } from './compute/RegionCommitment'; +import { RegionDisk as COMPUTE_RegionDisk } from './compute/RegionDisk'; +import { RegionDiskIamBinding as COMPUTE_RegionDiskIamBinding } from './compute/RegionDiskIamBinding'; +import { RegionDiskIamMember as COMPUTE_RegionDiskIamMember } from './compute/RegionDiskIamMember'; +import { RegionDiskIamPolicy as COMPUTE_RegionDiskIamPolicy } from './compute/RegionDiskIamPolicy'; +import { RegionDiskResourcePolicyAttachment as COMPUTE_RegionDiskResourcePolicyAttachment } from './compute/RegionDiskResourcePolicyAttachment'; +import { RegionHealthCheck as COMPUTE_RegionHealthCheck } from './compute/RegionHealthCheck'; +import { RegionInstanceGroupManager as COMPUTE_RegionInstanceGroupManager } from './compute/RegionInstanceGroupManager'; +import { RegionInstanceTemplate as COMPUTE_RegionInstanceTemplate } from './compute/RegionInstanceTemplate'; +import { RegionNetworkEndpoint as COMPUTE_RegionNetworkEndpoint } from './compute/RegionNetworkEndpoint'; +import { RegionNetworkEndpointGroup as COMPUTE_RegionNetworkEndpointGroup } from './compute/RegionNetworkEndpointGroup'; +import { RegionNetworkFirewallPolicy as COMPUTE_RegionNetworkFirewallPolicy } from './compute/RegionNetworkFirewallPolicy'; +import { RegionNetworkFirewallPolicyAssociation as COMPUTE_RegionNetworkFirewallPolicyAssociation } from './compute/RegionNetworkFirewallPolicyAssociation'; +import { RegionNetworkFirewallPolicyRule as COMPUTE_RegionNetworkFirewallPolicyRule } from './compute/RegionNetworkFirewallPolicyRule'; +import { RegionPerInstanceConfig as COMPUTE_RegionPerInstanceConfig } from './compute/RegionPerInstanceConfig'; +import { RegionSecurityPolicy as COMPUTE_RegionSecurityPolicy } from './compute/RegionSecurityPolicy'; +import { RegionSecurityPolicyRule as COMPUTE_RegionSecurityPolicyRule } from './compute/RegionSecurityPolicyRule'; +import { RegionSslCertificate as COMPUTE_RegionSslCertificate } from './compute/RegionSslCertificate'; +import { RegionSslPolicy as COMPUTE_RegionSslPolicy } from './compute/RegionSslPolicy'; +import { RegionTargetHttpProxy as COMPUTE_RegionTargetHttpProxy } from './compute/RegionTargetHttpProxy'; +import { RegionTargetHttpsProxy as COMPUTE_RegionTargetHttpsProxy } from './compute/RegionTargetHttpsProxy'; +import { RegionTargetTcpProxy as COMPUTE_RegionTargetTcpProxy } from './compute/RegionTargetTcpProxy'; +import { RegionUrlMap as COMPUTE_RegionUrlMap } from './compute/RegionUrlMap'; +import { Reservation as COMPUTE_Reservation } from './compute/Reservation'; +import { ResourcePolicy as COMPUTE_ResourcePolicy } from './compute/ResourcePolicy'; +import { Route as COMPUTE_Route } from './compute/Route'; +import { Router as COMPUTE_Router } from './compute/Router'; +import { RouterInterface as COMPUTE_RouterInterface } from './compute/RouterInterface'; +import { RouterNat as COMPUTE_RouterNat } from './compute/RouterNat'; +import { RouterPeer as COMPUTE_RouterPeer } from './compute/RouterPeer'; +import { SecurityPolicy as COMPUTE_SecurityPolicy } from './compute/SecurityPolicy'; +import { SecurityScanConfig as COMPUTE_SecurityScanConfig } from './compute/SecurityScanConfig'; +import { ServiceAttachment as COMPUTE_ServiceAttachment } from './compute/ServiceAttachment'; +import { SharedVPCHostProject as COMPUTE_SharedVPCHostProject } from './compute/SharedVPCHostProject'; +import { SharedVPCServiceProject as COMPUTE_SharedVPCServiceProject } from './compute/SharedVPCServiceProject'; +import { Snapshot as COMPUTE_Snapshot } from './compute/Snapshot'; +import { SnapshotIamBinding as COMPUTE_SnapshotIamBinding } from './compute/SnapshotIamBinding'; +import { SnapshotIamMember as COMPUTE_SnapshotIamMember } from './compute/SnapshotIamMember'; +import { SnapshotIamPolicy as COMPUTE_SnapshotIamPolicy } from './compute/SnapshotIamPolicy'; +import { SSLCertificate as COMPUTE_SSLCertificate } from './compute/SSLCertificate'; +import { SSLPolicy as COMPUTE_SSLPolicy } from './compute/SSLPolicy'; +import { Subnetwork as COMPUTE_Subnetwork } from './compute/Subnetwork'; +import { SubnetworkIAMBinding as COMPUTE_SubnetworkIAMBinding } from './compute/SubnetworkIAMBinding'; +import { SubnetworkIAMMember as COMPUTE_SubnetworkIAMMember } from './compute/SubnetworkIAMMember'; +import { SubnetworkIAMPolicy as COMPUTE_SubnetworkIAMPolicy } from './compute/SubnetworkIAMPolicy'; +import { TargetGrpcProxy as COMPUTE_TargetGrpcProxy } from './compute/TargetGrpcProxy'; +import { TargetHttpProxy as COMPUTE_TargetHttpProxy } from './compute/TargetHttpProxy'; +import { TargetHttpsProxy as COMPUTE_TargetHttpsProxy } from './compute/TargetHttpsProxy'; +import { TargetInstance as COMPUTE_TargetInstance } from './compute/TargetInstance'; +import { TargetPool as COMPUTE_TargetPool } from './compute/TargetPool'; +import { TargetSSLProxy as COMPUTE_TargetSSLProxy } from './compute/TargetSSLProxy'; +import { TargetTCPProxy as COMPUTE_TargetTCPProxy } from './compute/TargetTCPProxy'; +import { URLMap as COMPUTE_URLMap } from './compute/URLMap'; +import { VPNGateway as COMPUTE_VPNGateway } from './compute/VPNGateway'; +import { VPNTunnel as COMPUTE_VPNTunnel } from './compute/VPNTunnel'; +import { AttachedCluster as CONTAINER_AttachedCluster } from './container/AttachedCluster'; +import { AwsCluster as CONTAINER_AwsCluster } from './container/AwsCluster'; +import { AwsNodePool as CONTAINER_AwsNodePool } from './container/AwsNodePool'; +import { AzureClient as CONTAINER_AzureClient } from './container/AzureClient'; +import { AzureCluster as CONTAINER_AzureCluster } from './container/AzureCluster'; +import { AzureNodePool as CONTAINER_AzureNodePool } from './container/AzureNodePool'; +import { Cluster as CONTAINER_Cluster } from './container/Cluster'; +import { NodePool as CONTAINER_NodePool } from './container/NodePool'; +import { Registry as CONTAINER_Registry } from './container/Registry'; +import { Note as CONTAINERANALYSIS_Note } from './containeranalysis/Note'; +import { NoteIamBinding as CONTAINERANALYSIS_NoteIamBinding } from './containeranalysis/NoteIamBinding'; +import { NoteIamMember as CONTAINERANALYSIS_NoteIamMember } from './containeranalysis/NoteIamMember'; +import { NoteIamPolicy as CONTAINERANALYSIS_NoteIamPolicy } from './containeranalysis/NoteIamPolicy'; +import { Occurence as CONTAINERANALYSIS_Occurence } from './containeranalysis/Occurence'; +import { ConnectionProfile as DATABASEMIGRATIONSERVICE_ConnectionProfile } from './databasemigrationservice/ConnectionProfile'; +import { PrivateConnection as DATABASEMIGRATIONSERVICE_PrivateConnection } from './databasemigrationservice/PrivateConnection'; +import { Entry as DATACATALOG_Entry } from './datacatalog/Entry'; +import { EntryGroup as DATACATALOG_EntryGroup } from './datacatalog/EntryGroup'; +import { EntryGroupIamBinding as DATACATALOG_EntryGroupIamBinding } from './datacatalog/EntryGroupIamBinding'; +import { EntryGroupIamMember as DATACATALOG_EntryGroupIamMember } from './datacatalog/EntryGroupIamMember'; +import { EntryGroupIamPolicy as DATACATALOG_EntryGroupIamPolicy } from './datacatalog/EntryGroupIamPolicy'; +import { PolicyTag as DATACATALOG_PolicyTag } from './datacatalog/PolicyTag'; +import { PolicyTagIamBinding as DATACATALOG_PolicyTagIamBinding } from './datacatalog/PolicyTagIamBinding'; +import { PolicyTagIamMember as DATACATALOG_PolicyTagIamMember } from './datacatalog/PolicyTagIamMember'; +import { PolicyTagIamPolicy as DATACATALOG_PolicyTagIamPolicy } from './datacatalog/PolicyTagIamPolicy'; +import { Tag as DATACATALOG_Tag } from './datacatalog/Tag'; +import { TagTemplate as DATACATALOG_TagTemplate } from './datacatalog/TagTemplate'; +import { TagTemplateIamBinding as DATACATALOG_TagTemplateIamBinding } from './datacatalog/TagTemplateIamBinding'; +import { TagTemplateIamMember as DATACATALOG_TagTemplateIamMember } from './datacatalog/TagTemplateIamMember'; +import { TagTemplateIamPolicy as DATACATALOG_TagTemplateIamPolicy } from './datacatalog/TagTemplateIamPolicy'; +import { Taxonomy as DATACATALOG_Taxonomy } from './datacatalog/Taxonomy'; +import { TaxonomyIamBinding as DATACATALOG_TaxonomyIamBinding } from './datacatalog/TaxonomyIamBinding'; +import { TaxonomyIamMember as DATACATALOG_TaxonomyIamMember } from './datacatalog/TaxonomyIamMember'; +import { TaxonomyIamPolicy as DATACATALOG_TaxonomyIamPolicy } from './datacatalog/TaxonomyIamPolicy'; +import { FlexTemplateJob as DATAFLOW_FlexTemplateJob } from './dataflow/FlexTemplateJob'; +import { Job as DATAFLOW_Job } from './dataflow/Job'; +import { Pipeline as DATAFLOW_Pipeline } from './dataflow/Pipeline'; +import { Repository as DATAFORM_Repository } from './dataform/Repository'; +import { RepositoryIamBinding as DATAFORM_RepositoryIamBinding } from './dataform/RepositoryIamBinding'; +import { RepositoryIamMember as DATAFORM_RepositoryIamMember } from './dataform/RepositoryIamMember'; +import { RepositoryIamPolicy as DATAFORM_RepositoryIamPolicy } from './dataform/RepositoryIamPolicy'; +import { RepositoryReleaseConfig as DATAFORM_RepositoryReleaseConfig } from './dataform/RepositoryReleaseConfig'; +import { RepositoryWorkflowConfig as DATAFORM_RepositoryWorkflowConfig } from './dataform/RepositoryWorkflowConfig'; +import { Instance as DATAFUSION_Instance } from './datafusion/Instance'; +import { PreventionDeidentifyTemplate as DATALOSS_PreventionDeidentifyTemplate } from './dataloss/PreventionDeidentifyTemplate'; +import { PreventionInspectTemplate as DATALOSS_PreventionInspectTemplate } from './dataloss/PreventionInspectTemplate'; +import { PreventionJobTrigger as DATALOSS_PreventionJobTrigger } from './dataloss/PreventionJobTrigger'; +import { PreventionStoredInfoType as DATALOSS_PreventionStoredInfoType } from './dataloss/PreventionStoredInfoType'; +import { Asset as DATAPLEX_Asset } from './dataplex/Asset'; +import { AssetIamBinding as DATAPLEX_AssetIamBinding } from './dataplex/AssetIamBinding'; +import { AssetIamMember as DATAPLEX_AssetIamMember } from './dataplex/AssetIamMember'; +import { AssetIamPolicy as DATAPLEX_AssetIamPolicy } from './dataplex/AssetIamPolicy'; +import { Datascan as DATAPLEX_Datascan } from './dataplex/Datascan'; +import { DatascanIamBinding as DATAPLEX_DatascanIamBinding } from './dataplex/DatascanIamBinding'; +import { DatascanIamMember as DATAPLEX_DatascanIamMember } from './dataplex/DatascanIamMember'; +import { DatascanIamPolicy as DATAPLEX_DatascanIamPolicy } from './dataplex/DatascanIamPolicy'; +import { Lake as DATAPLEX_Lake } from './dataplex/Lake'; +import { LakeIamBinding as DATAPLEX_LakeIamBinding } from './dataplex/LakeIamBinding'; +import { LakeIamMember as DATAPLEX_LakeIamMember } from './dataplex/LakeIamMember'; +import { LakeIamPolicy as DATAPLEX_LakeIamPolicy } from './dataplex/LakeIamPolicy'; +import { Task as DATAPLEX_Task } from './dataplex/Task'; +import { TaskIamBinding as DATAPLEX_TaskIamBinding } from './dataplex/TaskIamBinding'; +import { TaskIamMember as DATAPLEX_TaskIamMember } from './dataplex/TaskIamMember'; +import { TaskIamPolicy as DATAPLEX_TaskIamPolicy } from './dataplex/TaskIamPolicy'; +import { Zone as DATAPLEX_Zone } from './dataplex/Zone'; +import { ZoneIamBinding as DATAPLEX_ZoneIamBinding } from './dataplex/ZoneIamBinding'; +import { ZoneIamMember as DATAPLEX_ZoneIamMember } from './dataplex/ZoneIamMember'; +import { ZoneIamPolicy as DATAPLEX_ZoneIamPolicy } from './dataplex/ZoneIamPolicy'; +import { AutoscalingPolicy as DATAPROC_AutoscalingPolicy } from './dataproc/AutoscalingPolicy'; +import { AutoscalingPolicyIamBinding as DATAPROC_AutoscalingPolicyIamBinding } from './dataproc/AutoscalingPolicyIamBinding'; +import { AutoscalingPolicyIamMember as DATAPROC_AutoscalingPolicyIamMember } from './dataproc/AutoscalingPolicyIamMember'; +import { AutoscalingPolicyIamPolicy as DATAPROC_AutoscalingPolicyIamPolicy } from './dataproc/AutoscalingPolicyIamPolicy'; +import { Cluster as DATAPROC_Cluster } from './dataproc/Cluster'; +import { ClusterIAMBinding as DATAPROC_ClusterIAMBinding } from './dataproc/ClusterIAMBinding'; +import { ClusterIAMMember as DATAPROC_ClusterIAMMember } from './dataproc/ClusterIAMMember'; +import { ClusterIAMPolicy as DATAPROC_ClusterIAMPolicy } from './dataproc/ClusterIAMPolicy'; +import { Job as DATAPROC_Job } from './dataproc/Job'; +import { JobIAMBinding as DATAPROC_JobIAMBinding } from './dataproc/JobIAMBinding'; +import { JobIAMMember as DATAPROC_JobIAMMember } from './dataproc/JobIAMMember'; +import { JobIAMPolicy as DATAPROC_JobIAMPolicy } from './dataproc/JobIAMPolicy'; +import { MetastoreFederation as DATAPROC_MetastoreFederation } from './dataproc/MetastoreFederation'; +import { MetastoreFederationIamBinding as DATAPROC_MetastoreFederationIamBinding } from './dataproc/MetastoreFederationIamBinding'; +import { MetastoreFederationIamMember as DATAPROC_MetastoreFederationIamMember } from './dataproc/MetastoreFederationIamMember'; +import { MetastoreFederationIamPolicy as DATAPROC_MetastoreFederationIamPolicy } from './dataproc/MetastoreFederationIamPolicy'; +import { MetastoreService as DATAPROC_MetastoreService } from './dataproc/MetastoreService'; +import { MetastoreServiceIamBinding as DATAPROC_MetastoreServiceIamBinding } from './dataproc/MetastoreServiceIamBinding'; +import { MetastoreServiceIamMember as DATAPROC_MetastoreServiceIamMember } from './dataproc/MetastoreServiceIamMember'; +import { MetastoreServiceIamPolicy as DATAPROC_MetastoreServiceIamPolicy } from './dataproc/MetastoreServiceIamPolicy'; +import { WorkflowTemplate as DATAPROC_WorkflowTemplate } from './dataproc/WorkflowTemplate'; +import { DataStoreIndex as DATASTORE_DataStoreIndex } from './datastore/DataStoreIndex'; +import { ConnectionProfile as DATASTREAM_ConnectionProfile } from './datastream/ConnectionProfile'; +import { PrivateConnection as DATASTREAM_PrivateConnection } from './datastream/PrivateConnection'; +import { Stream as DATASTREAM_Stream } from './datastream/Stream'; +import { Deployment as DEPLOYMENTMANAGER_Deployment } from './deploymentmanager/Deployment'; +import { Agent as DIAGFLOW_Agent } from './diagflow/Agent'; +import { CxAgent as DIAGFLOW_CxAgent } from './diagflow/CxAgent'; +import { CxEntityType as DIAGFLOW_CxEntityType } from './diagflow/CxEntityType'; +import { CxEnvironment as DIAGFLOW_CxEnvironment } from './diagflow/CxEnvironment'; +import { CxFlow as DIAGFLOW_CxFlow } from './diagflow/CxFlow'; +import { CxIntent as DIAGFLOW_CxIntent } from './diagflow/CxIntent'; +import { CxPage as DIAGFLOW_CxPage } from './diagflow/CxPage'; +import { CxSecuritySettings as DIAGFLOW_CxSecuritySettings } from './diagflow/CxSecuritySettings'; +import { CxTestCase as DIAGFLOW_CxTestCase } from './diagflow/CxTestCase'; +import { CxVersion as DIAGFLOW_CxVersion } from './diagflow/CxVersion'; +import { CxWebhook as DIAGFLOW_CxWebhook } from './diagflow/CxWebhook'; +import { EntityType as DIAGFLOW_EntityType } from './diagflow/EntityType'; +import { Fulfillment as DIAGFLOW_Fulfillment } from './diagflow/Fulfillment'; +import { Intent as DIAGFLOW_Intent } from './diagflow/Intent'; +import { ChatEngine as DISCOVERYENGINE_ChatEngine } from './discoveryengine/ChatEngine'; +import { DataStore as DISCOVERYENGINE_DataStore } from './discoveryengine/DataStore'; +import { SearchEngine as DISCOVERYENGINE_SearchEngine } from './discoveryengine/SearchEngine'; +import { DnsManagedZoneIamBinding as DNS_DnsManagedZoneIamBinding } from './dns/DnsManagedZoneIamBinding'; +import { DnsManagedZoneIamMember as DNS_DnsManagedZoneIamMember } from './dns/DnsManagedZoneIamMember'; +import { DnsManagedZoneIamPolicy as DNS_DnsManagedZoneIamPolicy } from './dns/DnsManagedZoneIamPolicy'; +import { ManagedZone as DNS_ManagedZone } from './dns/ManagedZone'; +import { Policy as DNS_Policy } from './dns/Policy'; +import { RecordSet as DNS_RecordSet } from './dns/RecordSet'; +import { ResponsePolicy as DNS_ResponsePolicy } from './dns/ResponsePolicy'; +import { ResponsePolicyRule as DNS_ResponsePolicyRule } from './dns/ResponsePolicyRule'; +import { Cluster as EDGECONTAINER_Cluster } from './edgecontainer/Cluster'; +import { NodePool as EDGECONTAINER_NodePool } from './edgecontainer/NodePool'; +import { VpnConnection as EDGECONTAINER_VpnConnection } from './edgecontainer/VpnConnection'; +import { Network as EDGENETWORK_Network } from './edgenetwork/Network'; +import { Subnet as EDGENETWORK_Subnet } from './edgenetwork/Subnet'; +import { ConsumersIamBinding as ENDPOINTS_ConsumersIamBinding } from './endpoints/ConsumersIamBinding'; +import { ConsumersIamMember as ENDPOINTS_ConsumersIamMember } from './endpoints/ConsumersIamMember'; +import { ConsumersIamPolicy as ENDPOINTS_ConsumersIamPolicy } from './endpoints/ConsumersIamPolicy'; +import { Service as ENDPOINTS_Service } from './endpoints/Service'; +import { ServiceIamBinding as ENDPOINTS_ServiceIamBinding } from './endpoints/ServiceIamBinding'; +import { ServiceIamMember as ENDPOINTS_ServiceIamMember } from './endpoints/ServiceIamMember'; +import { ServiceIamPolicy as ENDPOINTS_ServiceIamPolicy } from './endpoints/ServiceIamPolicy'; +import { Contact as ESSENTIALCONTACTS_Contact } from './essentialcontacts/Contact'; +import { DocumentAiProcessor as ESSENTIALCONTACTS_DocumentAiProcessor } from './essentialcontacts/DocumentAiProcessor'; +import { DocumentAiProcessorDefaultVersion as ESSENTIALCONTACTS_DocumentAiProcessorDefaultVersion } from './essentialcontacts/DocumentAiProcessorDefaultVersion'; +import { DocumentAiWarehouseDocumentSchema as ESSENTIALCONTACTS_DocumentAiWarehouseDocumentSchema } from './essentialcontacts/DocumentAiWarehouseDocumentSchema'; +import { DocumentAiWarehouseLocation as ESSENTIALCONTACTS_DocumentAiWarehouseLocation } from './essentialcontacts/DocumentAiWarehouseLocation'; +import { Channel as EVENTARC_Channel } from './eventarc/Channel'; +import { GoogleChannelConfig as EVENTARC_GoogleChannelConfig } from './eventarc/GoogleChannelConfig'; +import { Trigger as EVENTARC_Trigger } from './eventarc/Trigger'; +import { Backup as FILESTORE_Backup } from './filestore/Backup'; +import { Instance as FILESTORE_Instance } from './filestore/Instance'; +import { Snapshot as FILESTORE_Snapshot } from './filestore/Snapshot'; +import { AndroidApp as FIREBASE_AndroidApp } from './firebase/AndroidApp'; +import { AppCheckAppAttestConfig as FIREBASE_AppCheckAppAttestConfig } from './firebase/AppCheckAppAttestConfig'; +import { AppCheckDebugToken as FIREBASE_AppCheckDebugToken } from './firebase/AppCheckDebugToken'; +import { AppCheckPlayIntegrityConfig as FIREBASE_AppCheckPlayIntegrityConfig } from './firebase/AppCheckPlayIntegrityConfig'; +import { AppCheckRecaptchaEnterpriseConfig as FIREBASE_AppCheckRecaptchaEnterpriseConfig } from './firebase/AppCheckRecaptchaEnterpriseConfig'; +import { AppCheckRecaptchaV3Config as FIREBASE_AppCheckRecaptchaV3Config } from './firebase/AppCheckRecaptchaV3Config'; +import { AppCheckServiceConfig as FIREBASE_AppCheckServiceConfig } from './firebase/AppCheckServiceConfig'; +import { AppleApp as FIREBASE_AppleApp } from './firebase/AppleApp'; +import { DatabaseInstance as FIREBASE_DatabaseInstance } from './firebase/DatabaseInstance'; +import { ExtensionsInstance as FIREBASE_ExtensionsInstance } from './firebase/ExtensionsInstance'; +import { HostingChannel as FIREBASE_HostingChannel } from './firebase/HostingChannel'; +import { HostingCustomDomain as FIREBASE_HostingCustomDomain } from './firebase/HostingCustomDomain'; +import { HostingRelease as FIREBASE_HostingRelease } from './firebase/HostingRelease'; +import { HostingSite as FIREBASE_HostingSite } from './firebase/HostingSite'; +import { HostingVersion as FIREBASE_HostingVersion } from './firebase/HostingVersion'; +import { Project as FIREBASE_Project } from './firebase/Project'; +import { StorageBucket as FIREBASE_StorageBucket } from './firebase/StorageBucket'; +import { WebApp as FIREBASE_WebApp } from './firebase/WebApp'; +import { Release as FIREBASERULES_Release } from './firebaserules/Release'; +import { Ruleset as FIREBASERULES_Ruleset } from './firebaserules/Ruleset'; +import { BackupSchedule as FIRESTORE_BackupSchedule } from './firestore/BackupSchedule'; +import { Database as FIRESTORE_Database } from './firestore/Database'; +import { Document as FIRESTORE_Document } from './firestore/Document'; +import { Field as FIRESTORE_Field } from './firestore/Field'; +import { Index as FIRESTORE_Index } from './firestore/Index'; +import { AccessApprovalSettings as FOLDER_AccessApprovalSettings } from './folder/AccessApprovalSettings'; +import { IamAuditConfig as FOLDER_IamAuditConfig } from './folder/IamAuditConfig'; +import { IAMBinding as FOLDER_IAMBinding } from './folder/IAMBinding'; +import { IAMMember as FOLDER_IAMMember } from './folder/IAMMember'; +import { IAMPolicy as FOLDER_IAMPolicy } from './folder/IAMPolicy'; +import { OrganizationPolicy as FOLDER_OrganizationPolicy } from './folder/OrganizationPolicy'; +import { BackupPlan as GKEBACKUP_BackupPlan } from './gkebackup/BackupPlan'; +import { BackupPlanIamBinding as GKEBACKUP_BackupPlanIamBinding } from './gkebackup/BackupPlanIamBinding'; +import { BackupPlanIamMember as GKEBACKUP_BackupPlanIamMember } from './gkebackup/BackupPlanIamMember'; +import { BackupPlanIamPolicy as GKEBACKUP_BackupPlanIamPolicy } from './gkebackup/BackupPlanIamPolicy'; +import { RestorePlan as GKEBACKUP_RestorePlan } from './gkebackup/RestorePlan'; +import { RestorePlanIamBinding as GKEBACKUP_RestorePlanIamBinding } from './gkebackup/RestorePlanIamBinding'; +import { RestorePlanIamMember as GKEBACKUP_RestorePlanIamMember } from './gkebackup/RestorePlanIamMember'; +import { RestorePlanIamPolicy as GKEBACKUP_RestorePlanIamPolicy } from './gkebackup/RestorePlanIamPolicy'; +import { Feature as GKEHUB_Feature } from './gkehub/Feature'; +import { FeatureIamBinding as GKEHUB_FeatureIamBinding } from './gkehub/FeatureIamBinding'; +import { FeatureIamMember as GKEHUB_FeatureIamMember } from './gkehub/FeatureIamMember'; +import { FeatureIamPolicy as GKEHUB_FeatureIamPolicy } from './gkehub/FeatureIamPolicy'; +import { FeatureMembership as GKEHUB_FeatureMembership } from './gkehub/FeatureMembership'; +import { Fleet as GKEHUB_Fleet } from './gkehub/Fleet'; +import { Membership as GKEHUB_Membership } from './gkehub/Membership'; +import { MembershipBinding as GKEHUB_MembershipBinding } from './gkehub/MembershipBinding'; +import { MembershipIamBinding as GKEHUB_MembershipIamBinding } from './gkehub/MembershipIamBinding'; +import { MembershipIamMember as GKEHUB_MembershipIamMember } from './gkehub/MembershipIamMember'; +import { MembershipIamPolicy as GKEHUB_MembershipIamPolicy } from './gkehub/MembershipIamPolicy'; +import { MembershipRbacRoleBinding as GKEHUB_MembershipRbacRoleBinding } from './gkehub/MembershipRbacRoleBinding'; +import { Namespace as GKEHUB_Namespace } from './gkehub/Namespace'; +import { Scope as GKEHUB_Scope } from './gkehub/Scope'; +import { ScopeIamBinding as GKEHUB_ScopeIamBinding } from './gkehub/ScopeIamBinding'; +import { ScopeIamMember as GKEHUB_ScopeIamMember } from './gkehub/ScopeIamMember'; +import { ScopeIamPolicy as GKEHUB_ScopeIamPolicy } from './gkehub/ScopeIamPolicy'; +import { ScopeRbacRoleBinding as GKEHUB_ScopeRbacRoleBinding } from './gkehub/ScopeRbacRoleBinding'; +import { BareMetalAdminCluster as GKEONPREM_BareMetalAdminCluster } from './gkeonprem/BareMetalAdminCluster'; +import { BareMetalCluster as GKEONPREM_BareMetalCluster } from './gkeonprem/BareMetalCluster'; +import { BareMetalNodePool as GKEONPREM_BareMetalNodePool } from './gkeonprem/BareMetalNodePool'; +import { VMwareCluster as GKEONPREM_VMwareCluster } from './gkeonprem/VMwareCluster'; +import { VMwareNodePool as GKEONPREM_VMwareNodePool } from './gkeonprem/VMwareNodePool'; +import { ConsentStore as HEALTHCARE_ConsentStore } from './healthcare/ConsentStore'; +import { ConsentStoreIamBinding as HEALTHCARE_ConsentStoreIamBinding } from './healthcare/ConsentStoreIamBinding'; +import { ConsentStoreIamMember as HEALTHCARE_ConsentStoreIamMember } from './healthcare/ConsentStoreIamMember'; +import { ConsentStoreIamPolicy as HEALTHCARE_ConsentStoreIamPolicy } from './healthcare/ConsentStoreIamPolicy'; +import { Dataset as HEALTHCARE_Dataset } from './healthcare/Dataset'; +import { DatasetIamBinding as HEALTHCARE_DatasetIamBinding } from './healthcare/DatasetIamBinding'; +import { DatasetIamMember as HEALTHCARE_DatasetIamMember } from './healthcare/DatasetIamMember'; +import { DatasetIamPolicy as HEALTHCARE_DatasetIamPolicy } from './healthcare/DatasetIamPolicy'; +import { DicomStore as HEALTHCARE_DicomStore } from './healthcare/DicomStore'; +import { DicomStoreIamBinding as HEALTHCARE_DicomStoreIamBinding } from './healthcare/DicomStoreIamBinding'; +import { DicomStoreIamMember as HEALTHCARE_DicomStoreIamMember } from './healthcare/DicomStoreIamMember'; +import { DicomStoreIamPolicy as HEALTHCARE_DicomStoreIamPolicy } from './healthcare/DicomStoreIamPolicy'; +import { FhirStore as HEALTHCARE_FhirStore } from './healthcare/FhirStore'; +import { FhirStoreIamBinding as HEALTHCARE_FhirStoreIamBinding } from './healthcare/FhirStoreIamBinding'; +import { FhirStoreIamMember as HEALTHCARE_FhirStoreIamMember } from './healthcare/FhirStoreIamMember'; +import { FhirStoreIamPolicy as HEALTHCARE_FhirStoreIamPolicy } from './healthcare/FhirStoreIamPolicy'; +import { Hl7Store as HEALTHCARE_Hl7Store } from './healthcare/Hl7Store'; +import { Hl7StoreIamBinding as HEALTHCARE_Hl7StoreIamBinding } from './healthcare/Hl7StoreIamBinding'; +import { Hl7StoreIamMember as HEALTHCARE_Hl7StoreIamMember } from './healthcare/Hl7StoreIamMember'; +import { Hl7StoreIamPolicy as HEALTHCARE_Hl7StoreIamPolicy } from './healthcare/Hl7StoreIamPolicy'; +import { AccessBoundaryPolicy as IAM_AccessBoundaryPolicy } from './iam/AccessBoundaryPolicy'; +import { DenyPolicy as IAM_DenyPolicy } from './iam/DenyPolicy'; +import { WorkforcePool as IAM_WorkforcePool } from './iam/WorkforcePool'; +import { WorkforcePoolProvider as IAM_WorkforcePoolProvider } from './iam/WorkforcePoolProvider'; +import { WorkloadIdentityPool as IAM_WorkloadIdentityPool } from './iam/WorkloadIdentityPool'; +import { WorkloadIdentityPoolProvider as IAM_WorkloadIdentityPoolProvider } from './iam/WorkloadIdentityPoolProvider'; +import { AppEngineServiceIamBinding as IAP_AppEngineServiceIamBinding } from './iap/AppEngineServiceIamBinding'; +import { AppEngineServiceIamMember as IAP_AppEngineServiceIamMember } from './iap/AppEngineServiceIamMember'; +import { AppEngineServiceIamPolicy as IAP_AppEngineServiceIamPolicy } from './iap/AppEngineServiceIamPolicy'; +import { AppEngineVersionIamBinding as IAP_AppEngineVersionIamBinding } from './iap/AppEngineVersionIamBinding'; +import { AppEngineVersionIamMember as IAP_AppEngineVersionIamMember } from './iap/AppEngineVersionIamMember'; +import { AppEngineVersionIamPolicy as IAP_AppEngineVersionIamPolicy } from './iap/AppEngineVersionIamPolicy'; +import { Brand as IAP_Brand } from './iap/Brand'; +import { Client as IAP_Client } from './iap/Client'; +import { TunnelIamBinding as IAP_TunnelIamBinding } from './iap/TunnelIamBinding'; +import { TunnelIamMember as IAP_TunnelIamMember } from './iap/TunnelIamMember'; +import { TunnelIamPolicy as IAP_TunnelIamPolicy } from './iap/TunnelIamPolicy'; +import { TunnelInstanceIAMBinding as IAP_TunnelInstanceIAMBinding } from './iap/TunnelInstanceIAMBinding'; +import { TunnelInstanceIAMMember as IAP_TunnelInstanceIAMMember } from './iap/TunnelInstanceIAMMember'; +import { TunnelInstanceIAMPolicy as IAP_TunnelInstanceIAMPolicy } from './iap/TunnelInstanceIAMPolicy'; +import { WebBackendServiceIamBinding as IAP_WebBackendServiceIamBinding } from './iap/WebBackendServiceIamBinding'; +import { WebBackendServiceIamMember as IAP_WebBackendServiceIamMember } from './iap/WebBackendServiceIamMember'; +import { WebBackendServiceIamPolicy as IAP_WebBackendServiceIamPolicy } from './iap/WebBackendServiceIamPolicy'; +import { WebIamBinding as IAP_WebIamBinding } from './iap/WebIamBinding'; +import { WebIamMember as IAP_WebIamMember } from './iap/WebIamMember'; +import { WebIamPolicy as IAP_WebIamPolicy } from './iap/WebIamPolicy'; +import { WebRegionBackendServiceIamBinding as IAP_WebRegionBackendServiceIamBinding } from './iap/WebRegionBackendServiceIamBinding'; +import { WebRegionBackendServiceIamMember as IAP_WebRegionBackendServiceIamMember } from './iap/WebRegionBackendServiceIamMember'; +import { WebRegionBackendServiceIamPolicy as IAP_WebRegionBackendServiceIamPolicy } from './iap/WebRegionBackendServiceIamPolicy'; +import { WebTypeAppEngingIamBinding as IAP_WebTypeAppEngingIamBinding } from './iap/WebTypeAppEngingIamBinding'; +import { WebTypeAppEngingIamMember as IAP_WebTypeAppEngingIamMember } from './iap/WebTypeAppEngingIamMember'; +import { WebTypeAppEngingIamPolicy as IAP_WebTypeAppEngingIamPolicy } from './iap/WebTypeAppEngingIamPolicy'; +import { WebTypeComputeIamBinding as IAP_WebTypeComputeIamBinding } from './iap/WebTypeComputeIamBinding'; +import { WebTypeComputeIamMember as IAP_WebTypeComputeIamMember } from './iap/WebTypeComputeIamMember'; +import { WebTypeComputeIamPolicy as IAP_WebTypeComputeIamPolicy } from './iap/WebTypeComputeIamPolicy'; +import { Config as IDENTITYPLATFORM_Config } from './identityplatform/Config'; +import { DefaultSupportedIdpConfig as IDENTITYPLATFORM_DefaultSupportedIdpConfig } from './identityplatform/DefaultSupportedIdpConfig'; +import { InboundSamlConfig as IDENTITYPLATFORM_InboundSamlConfig } from './identityplatform/InboundSamlConfig'; +import { OauthIdpConfig as IDENTITYPLATFORM_OauthIdpConfig } from './identityplatform/OauthIdpConfig'; +import { ProjectDefaultConfig as IDENTITYPLATFORM_ProjectDefaultConfig } from './identityplatform/ProjectDefaultConfig'; +import { Tenant as IDENTITYPLATFORM_Tenant } from './identityplatform/Tenant'; +import { TenantDefaultSupportedIdpConfig as IDENTITYPLATFORM_TenantDefaultSupportedIdpConfig } from './identityplatform/TenantDefaultSupportedIdpConfig'; +import { TenantInboundSamlConfig as IDENTITYPLATFORM_TenantInboundSamlConfig } from './identityplatform/TenantInboundSamlConfig'; +import { TenantOauthIdpConfig as IDENTITYPLATFORM_TenantOauthIdpConfig } from './identityplatform/TenantOauthIdpConfig'; +import { Connection as INTEGRATIONCONNECTORS_Connection } from './integrationconnectors/Connection'; +import { EndpointAttachment as INTEGRATIONCONNECTORS_EndpointAttachment } from './integrationconnectors/EndpointAttachment'; +import { CryptoKey as KMS_CryptoKey } from './kms/CryptoKey'; +import { CryptoKeyIAMBinding as KMS_CryptoKeyIAMBinding } from './kms/CryptoKeyIAMBinding'; +import { CryptoKeyIAMMember as KMS_CryptoKeyIAMMember } from './kms/CryptoKeyIAMMember'; +import { CryptoKeyIAMPolicy as KMS_CryptoKeyIAMPolicy } from './kms/CryptoKeyIAMPolicy'; +import { CryptoKeyVersion as KMS_CryptoKeyVersion } from './kms/CryptoKeyVersion'; +import { KeyRing as KMS_KeyRing } from './kms/KeyRing'; +import { KeyRingIAMBinding as KMS_KeyRingIAMBinding } from './kms/KeyRingIAMBinding'; +import { KeyRingIAMMember as KMS_KeyRingIAMMember } from './kms/KeyRingIAMMember'; +import { KeyRingIAMPolicy as KMS_KeyRingIAMPolicy } from './kms/KeyRingIAMPolicy'; +import { KeyRingImportJob as KMS_KeyRingImportJob } from './kms/KeyRingImportJob'; +import { SecretCiphertext as KMS_SecretCiphertext } from './kms/SecretCiphertext'; +import { BillingAccountBucketConfig as LOGGING_BillingAccountBucketConfig } from './logging/BillingAccountBucketConfig'; +import { BillingAccountExclusion as LOGGING_BillingAccountExclusion } from './logging/BillingAccountExclusion'; +import { BillingAccountSink as LOGGING_BillingAccountSink } from './logging/BillingAccountSink'; +import { FolderBucketConfig as LOGGING_FolderBucketConfig } from './logging/FolderBucketConfig'; +import { FolderExclusion as LOGGING_FolderExclusion } from './logging/FolderExclusion'; +import { FolderSettings as LOGGING_FolderSettings } from './logging/FolderSettings'; +import { FolderSink as LOGGING_FolderSink } from './logging/FolderSink'; +import { LinkedDataset as LOGGING_LinkedDataset } from './logging/LinkedDataset'; +import { LogView as LOGGING_LogView } from './logging/LogView'; +import { Metric as LOGGING_Metric } from './logging/Metric'; +import { OrganizationBucketConfig as LOGGING_OrganizationBucketConfig } from './logging/OrganizationBucketConfig'; +import { OrganizationExclusion as LOGGING_OrganizationExclusion } from './logging/OrganizationExclusion'; +import { OrganizationSettings as LOGGING_OrganizationSettings } from './logging/OrganizationSettings'; +import { OrganizationSink as LOGGING_OrganizationSink } from './logging/OrganizationSink'; +import { ProjectBucketConfig as LOGGING_ProjectBucketConfig } from './logging/ProjectBucketConfig'; +import { ProjectExclusion as LOGGING_ProjectExclusion } from './logging/ProjectExclusion'; +import { ProjectSink as LOGGING_ProjectSink } from './logging/ProjectSink'; +import { Instance as LOOKER_Instance } from './looker/Instance'; +import { Instance as MEMCACHE_Instance } from './memcache/Instance'; +import { Group as MIGRATIONCENTER_Group } from './migrationcenter/Group'; +import { PreferenceSet as MIGRATIONCENTER_PreferenceSet } from './migrationcenter/PreferenceSet'; +import { EngineModel as ML_EngineModel } from './ml/EngineModel'; +import { AlertPolicy as MONITORING_AlertPolicy } from './monitoring/AlertPolicy'; +import { CustomService as MONITORING_CustomService } from './monitoring/CustomService'; +import { Dashboard as MONITORING_Dashboard } from './monitoring/Dashboard'; +import { GenericService as MONITORING_GenericService } from './monitoring/GenericService'; +import { Group as MONITORING_Group } from './monitoring/Group'; +import { MetricDescriptor as MONITORING_MetricDescriptor } from './monitoring/MetricDescriptor'; +import { MonitoredProject as MONITORING_MonitoredProject } from './monitoring/MonitoredProject'; +import { NotificationChannel as MONITORING_NotificationChannel } from './monitoring/NotificationChannel'; +import { Slo as MONITORING_Slo } from './monitoring/Slo'; +import { UptimeCheckConfig as MONITORING_UptimeCheckConfig } from './monitoring/UptimeCheckConfig'; +import { ActiveDirectory as NETAPP_ActiveDirectory } from './netapp/ActiveDirectory'; +import { BackupPolicy as NETAPP_BackupPolicy } from './netapp/BackupPolicy'; +import { BackupVault as NETAPP_BackupVault } from './netapp/BackupVault'; +import { Kmsconfig as NETAPP_Kmsconfig } from './netapp/Kmsconfig'; +import { StoragePool as NETAPP_StoragePool } from './netapp/StoragePool'; +import { Volume as NETAPP_Volume } from './netapp/Volume'; +import { VolumeReplication as NETAPP_VolumeReplication } from './netapp/VolumeReplication'; +import { VolumeSnapshot as NETAPP_VolumeSnapshot } from './netapp/VolumeSnapshot'; +import { Hub as NETWORKCONNECTIVITY_Hub } from './networkconnectivity/Hub'; +import { PolicyBasedRoute as NETWORKCONNECTIVITY_PolicyBasedRoute } from './networkconnectivity/PolicyBasedRoute'; +import { ServiceConnectionPolicy as NETWORKCONNECTIVITY_ServiceConnectionPolicy } from './networkconnectivity/ServiceConnectionPolicy'; +import { Spoke as NETWORKCONNECTIVITY_Spoke } from './networkconnectivity/Spoke'; +import { ConnectivityTest as NETWORKMANAGEMENT_ConnectivityTest } from './networkmanagement/ConnectivityTest'; +import { AddressGroup as NETWORKSECURITY_AddressGroup } from './networksecurity/AddressGroup'; +import { AddressGroupIamBinding as NETWORKSECURITY_AddressGroupIamBinding } from './networksecurity/AddressGroupIamBinding'; +import { AddressGroupIamMember as NETWORKSECURITY_AddressGroupIamMember } from './networksecurity/AddressGroupIamMember'; +import { AddressGroupIamPolicy as NETWORKSECURITY_AddressGroupIamPolicy } from './networksecurity/AddressGroupIamPolicy'; +import { AuthorizationPolicy as NETWORKSECURITY_AuthorizationPolicy } from './networksecurity/AuthorizationPolicy'; +import { ClientTlsPolicy as NETWORKSECURITY_ClientTlsPolicy } from './networksecurity/ClientTlsPolicy'; +import { FirewallEndpoint as NETWORKSECURITY_FirewallEndpoint } from './networksecurity/FirewallEndpoint'; +import { GatewaySecurityPolicy as NETWORKSECURITY_GatewaySecurityPolicy } from './networksecurity/GatewaySecurityPolicy'; +import { GatewaySecurityPolicyRule as NETWORKSECURITY_GatewaySecurityPolicyRule } from './networksecurity/GatewaySecurityPolicyRule'; +import { SecurityProfile as NETWORKSECURITY_SecurityProfile } from './networksecurity/SecurityProfile'; +import { SecurityProfileGroup as NETWORKSECURITY_SecurityProfileGroup } from './networksecurity/SecurityProfileGroup'; +import { ServerTlsPolicy as NETWORKSECURITY_ServerTlsPolicy } from './networksecurity/ServerTlsPolicy'; +import { TlsInspectionPolicy as NETWORKSECURITY_TlsInspectionPolicy } from './networksecurity/TlsInspectionPolicy'; +import { UrlList as NETWORKSECURITY_UrlList } from './networksecurity/UrlList'; +import { EdgeCacheKeyset as NETWORKSERVICES_EdgeCacheKeyset } from './networkservices/EdgeCacheKeyset'; +import { EdgeCacheOrigin as NETWORKSERVICES_EdgeCacheOrigin } from './networkservices/EdgeCacheOrigin'; +import { EdgeCacheService as NETWORKSERVICES_EdgeCacheService } from './networkservices/EdgeCacheService'; +import { EndpointPolicy as NETWORKSERVICES_EndpointPolicy } from './networkservices/EndpointPolicy'; +import { Gateway as NETWORKSERVICES_Gateway } from './networkservices/Gateway'; +import { GrpcRoute as NETWORKSERVICES_GrpcRoute } from './networkservices/GrpcRoute'; +import { HttpRoute as NETWORKSERVICES_HttpRoute } from './networkservices/HttpRoute'; +import { Mesh as NETWORKSERVICES_Mesh } from './networkservices/Mesh'; +import { ServiceBinding as NETWORKSERVICES_ServiceBinding } from './networkservices/ServiceBinding'; +import { TcpRoute as NETWORKSERVICES_TcpRoute } from './networkservices/TcpRoute'; +import { TlsRoute as NETWORKSERVICES_TlsRoute } from './networkservices/TlsRoute'; +import { Environment as NOTEBOOKS_Environment } from './notebooks/Environment'; +import { Instance as NOTEBOOKS_Instance } from './notebooks/Instance'; +import { InstanceIamBinding as NOTEBOOKS_InstanceIamBinding } from './notebooks/InstanceIamBinding'; +import { InstanceIamMember as NOTEBOOKS_InstanceIamMember } from './notebooks/InstanceIamMember'; +import { InstanceIamPolicy as NOTEBOOKS_InstanceIamPolicy } from './notebooks/InstanceIamPolicy'; +import { Location as NOTEBOOKS_Location } from './notebooks/Location'; +import { Runtime as NOTEBOOKS_Runtime } from './notebooks/Runtime'; +import { RuntimeIamBinding as NOTEBOOKS_RuntimeIamBinding } from './notebooks/RuntimeIamBinding'; +import { RuntimeIamMember as NOTEBOOKS_RuntimeIamMember } from './notebooks/RuntimeIamMember'; +import { RuntimeIamPolicy as NOTEBOOKS_RuntimeIamPolicy } from './notebooks/RuntimeIamPolicy'; +import { AccessApprovalSettings as ORGANIZATIONS_AccessApprovalSettings } from './organizations/AccessApprovalSettings'; +import { Folder as ORGANIZATIONS_Folder } from './organizations/Folder'; +import { IamAuditConfig as ORGANIZATIONS_IamAuditConfig } from './organizations/IamAuditConfig'; +import { IAMBinding as ORGANIZATIONS_IAMBinding } from './organizations/IAMBinding'; +import { IAMCustomRole as ORGANIZATIONS_IAMCustomRole } from './organizations/IAMCustomRole'; +import { IAMMember as ORGANIZATIONS_IAMMember } from './organizations/IAMMember'; +import { IAMPolicy as ORGANIZATIONS_IAMPolicy } from './organizations/IAMPolicy'; +import { Policy as ORGANIZATIONS_Policy } from './organizations/Policy'; +import { Project as ORGANIZATIONS_Project } from './organizations/Project'; +import { CustomConstraint as ORGPOLICY_CustomConstraint } from './orgpolicy/CustomConstraint'; +import { Policy as ORGPOLICY_Policy } from './orgpolicy/Policy'; +import { GuestPolicies as OSCONFIG_GuestPolicies } from './osconfig/GuestPolicies'; +import { OsPolicyAssignment as OSCONFIG_OsPolicyAssignment } from './osconfig/OsPolicyAssignment'; +import { PatchDeployment as OSCONFIG_PatchDeployment } from './osconfig/PatchDeployment'; +import { SshPublicKey as OSLOGIN_SshPublicKey } from './oslogin/SshPublicKey'; +import { AccessApprovalSettings as PROJECTS_AccessApprovalSettings } from './projects/AccessApprovalSettings'; +import { ApiKey as PROJECTS_ApiKey } from './projects/ApiKey'; +import { DefaultServiceAccounts as PROJECTS_DefaultServiceAccounts } from './projects/DefaultServiceAccounts'; +import { IAMAuditConfig as PROJECTS_IAMAuditConfig } from './projects/IAMAuditConfig'; +import { IAMBinding as PROJECTS_IAMBinding } from './projects/IAMBinding'; +import { IAMCustomRole as PROJECTS_IAMCustomRole } from './projects/IAMCustomRole'; +import { IAMMember as PROJECTS_IAMMember } from './projects/IAMMember'; +import { IAMPolicy as PROJECTS_IAMPolicy } from './projects/IAMPolicy'; +import { OrganizationPolicy as PROJECTS_OrganizationPolicy } from './projects/OrganizationPolicy'; +import { Service as PROJECTS_Service } from './projects/Service'; +import { ServiceIdentity as PROJECTS_ServiceIdentity } from './projects/ServiceIdentity'; +import { UsageExportBucket as PROJECTS_UsageExportBucket } from './projects/UsageExportBucket'; +import { LiteReservation as PUBSUB_LiteReservation } from './pubsub/LiteReservation'; +import { LiteSubscription as PUBSUB_LiteSubscription } from './pubsub/LiteSubscription'; +import { LiteTopic as PUBSUB_LiteTopic } from './pubsub/LiteTopic'; +import { Schema as PUBSUB_Schema } from './pubsub/Schema'; +import { SchemaIamBinding as PUBSUB_SchemaIamBinding } from './pubsub/SchemaIamBinding'; +import { SchemaIamMember as PUBSUB_SchemaIamMember } from './pubsub/SchemaIamMember'; +import { SchemaIamPolicy as PUBSUB_SchemaIamPolicy } from './pubsub/SchemaIamPolicy'; +import { Subscription as PUBSUB_Subscription } from './pubsub/Subscription'; +import { SubscriptionIAMBinding as PUBSUB_SubscriptionIAMBinding } from './pubsub/SubscriptionIAMBinding'; +import { SubscriptionIAMMember as PUBSUB_SubscriptionIAMMember } from './pubsub/SubscriptionIAMMember'; +import { SubscriptionIAMPolicy as PUBSUB_SubscriptionIAMPolicy } from './pubsub/SubscriptionIAMPolicy'; +import { Topic as PUBSUB_Topic } from './pubsub/Topic'; +import { TopicIAMBinding as PUBSUB_TopicIAMBinding } from './pubsub/TopicIAMBinding'; +import { TopicIAMMember as PUBSUB_TopicIAMMember } from './pubsub/TopicIAMMember'; +import { TopicIAMPolicy as PUBSUB_TopicIAMPolicy } from './pubsub/TopicIAMPolicy'; +import { EnterpriseKey as RECAPTCHA_EnterpriseKey } from './recaptcha/EnterpriseKey'; +import { Cluster as REDIS_Cluster } from './redis/Cluster'; +import { Instance as REDIS_Instance } from './redis/Instance'; +import { Lien as RESOURCEMANAGER_Lien } from './resourcemanager/Lien'; +import { Config as RUNTIMECONFIG_Config } from './runtimeconfig/Config'; +import { ConfigIamBinding as RUNTIMECONFIG_ConfigIamBinding } from './runtimeconfig/ConfigIamBinding'; +import { ConfigIamMember as RUNTIMECONFIG_ConfigIamMember } from './runtimeconfig/ConfigIamMember'; +import { ConfigIamPolicy as RUNTIMECONFIG_ConfigIamPolicy } from './runtimeconfig/ConfigIamPolicy'; +import { Variable as RUNTIMECONFIG_Variable } from './runtimeconfig/Variable'; +import { Secret as SECRETMANAGER_Secret } from './secretmanager/Secret'; +import { SecretIamBinding as SECRETMANAGER_SecretIamBinding } from './secretmanager/SecretIamBinding'; +import { SecretIamMember as SECRETMANAGER_SecretIamMember } from './secretmanager/SecretIamMember'; +import { SecretIamPolicy as SECRETMANAGER_SecretIamPolicy } from './secretmanager/SecretIamPolicy'; +import { SecretVersion as SECRETMANAGER_SecretVersion } from './secretmanager/SecretVersion'; +import { Instance as SECURESOURCEMANAGER_Instance } from './securesourcemanager/Instance'; +import { InstanceIamBinding as SECURESOURCEMANAGER_InstanceIamBinding } from './securesourcemanager/InstanceIamBinding'; +import { InstanceIamMember as SECURESOURCEMANAGER_InstanceIamMember } from './securesourcemanager/InstanceIamMember'; +import { InstanceIamPolicy as SECURESOURCEMANAGER_InstanceIamPolicy } from './securesourcemanager/InstanceIamPolicy'; +import { EventThreatDetectionCustomModule as SECURITYCENTER_EventThreatDetectionCustomModule } from './securitycenter/EventThreatDetectionCustomModule'; +import { FolderCustomModule as SECURITYCENTER_FolderCustomModule } from './securitycenter/FolderCustomModule'; +import { InstanceIamBinding as SECURITYCENTER_InstanceIamBinding } from './securitycenter/InstanceIamBinding'; +import { InstanceIamMember as SECURITYCENTER_InstanceIamMember } from './securitycenter/InstanceIamMember'; +import { InstanceIamPolicy as SECURITYCENTER_InstanceIamPolicy } from './securitycenter/InstanceIamPolicy'; +import { MuteConfig as SECURITYCENTER_MuteConfig } from './securitycenter/MuteConfig'; +import { NotificationConfig as SECURITYCENTER_NotificationConfig } from './securitycenter/NotificationConfig'; +import { OrganizationCustomModule as SECURITYCENTER_OrganizationCustomModule } from './securitycenter/OrganizationCustomModule'; +import { ProjectCustomModule as SECURITYCENTER_ProjectCustomModule } from './securitycenter/ProjectCustomModule'; +import { Source as SECURITYCENTER_Source } from './securitycenter/Source'; +import { SourceIamBinding as SECURITYCENTER_SourceIamBinding } from './securitycenter/SourceIamBinding'; +import { SourceIamMember as SECURITYCENTER_SourceIamMember } from './securitycenter/SourceIamMember'; +import { SourceIamPolicy as SECURITYCENTER_SourceIamPolicy } from './securitycenter/SourceIamPolicy'; +import { Posture as SECURITYPOSTURE_Posture } from './securityposture/Posture'; +import { PostureDeployment as SECURITYPOSTURE_PostureDeployment } from './securityposture/PostureDeployment'; +import { Account as SERVICEACCOUNT_Account } from './serviceaccount/Account'; +import { IAMBinding as SERVICEACCOUNT_IAMBinding } from './serviceaccount/IAMBinding'; +import { IAMMember as SERVICEACCOUNT_IAMMember } from './serviceaccount/IAMMember'; +import { IAMPolicy as SERVICEACCOUNT_IAMPolicy } from './serviceaccount/IAMPolicy'; +import { Key as SERVICEACCOUNT_Key } from './serviceaccount/Key'; +import { Endpoint as SERVICEDIRECTORY_Endpoint } from './servicedirectory/Endpoint'; +import { Namespace as SERVICEDIRECTORY_Namespace } from './servicedirectory/Namespace'; +import { NamespaceIamBinding as SERVICEDIRECTORY_NamespaceIamBinding } from './servicedirectory/NamespaceIamBinding'; +import { NamespaceIamMember as SERVICEDIRECTORY_NamespaceIamMember } from './servicedirectory/NamespaceIamMember'; +import { NamespaceIamPolicy as SERVICEDIRECTORY_NamespaceIamPolicy } from './servicedirectory/NamespaceIamPolicy'; +import { Service as SERVICEDIRECTORY_Service } from './servicedirectory/Service'; +import { ServiceIamBinding as SERVICEDIRECTORY_ServiceIamBinding } from './servicedirectory/ServiceIamBinding'; +import { ServiceIamMember as SERVICEDIRECTORY_ServiceIamMember } from './servicedirectory/ServiceIamMember'; +import { ServiceIamPolicy as SERVICEDIRECTORY_ServiceIamPolicy } from './servicedirectory/ServiceIamPolicy'; +import { Connection as SERVICENETWORKING_Connection } from './servicenetworking/Connection'; +import { PeeredDnsDomain as SERVICENETWORKING_PeeredDnsDomain } from './servicenetworking/PeeredDnsDomain'; +import { ConsumerQuotaOverride as SERVICEUSAGE_ConsumerQuotaOverride } from './serviceusage/ConsumerQuotaOverride'; +import { Repository as SOURCEREPO_Repository } from './sourcerepo/Repository'; +import { RepositoryIamBinding as SOURCEREPO_RepositoryIamBinding } from './sourcerepo/RepositoryIamBinding'; +import { RepositoryIamMember as SOURCEREPO_RepositoryIamMember } from './sourcerepo/RepositoryIamMember'; +import { RepositoryIamPolicy as SOURCEREPO_RepositoryIamPolicy } from './sourcerepo/RepositoryIamPolicy'; +import { Database as SPANNER_Database } from './spanner/Database'; +import { DatabaseIAMBinding as SPANNER_DatabaseIAMBinding } from './spanner/DatabaseIAMBinding'; +import { DatabaseIAMMember as SPANNER_DatabaseIAMMember } from './spanner/DatabaseIAMMember'; +import { DatabaseIAMPolicy as SPANNER_DatabaseIAMPolicy } from './spanner/DatabaseIAMPolicy'; +import { Instance as SPANNER_Instance } from './spanner/Instance'; +import { InstanceIAMBinding as SPANNER_InstanceIAMBinding } from './spanner/InstanceIAMBinding'; +import { InstanceIAMMember as SPANNER_InstanceIAMMember } from './spanner/InstanceIAMMember'; +import { InstanceIAMPolicy as SPANNER_InstanceIAMPolicy } from './spanner/InstanceIAMPolicy'; +import { Database as SQL_Database } from './sql/Database'; +import { DatabaseInstance as SQL_DatabaseInstance } from './sql/DatabaseInstance'; +import { SourceRepresentationInstance as SQL_SourceRepresentationInstance } from './sql/SourceRepresentationInstance'; +import { SslCert as SQL_SslCert } from './sql/SslCert'; +import { User as SQL_User } from './sql/User'; +import { Bucket as STORAGE_Bucket } from './storage/Bucket'; +import { BucketAccessControl as STORAGE_BucketAccessControl } from './storage/BucketAccessControl'; +import { BucketACL as STORAGE_BucketACL } from './storage/BucketACL'; +import { BucketIAMBinding as STORAGE_BucketIAMBinding } from './storage/BucketIAMBinding'; +import { BucketIAMMember as STORAGE_BucketIAMMember } from './storage/BucketIAMMember'; +import { BucketIAMPolicy as STORAGE_BucketIAMPolicy } from './storage/BucketIAMPolicy'; +import { BucketObject as STORAGE_BucketObject } from './storage/BucketObject'; +import { DefaultObjectAccessControl as STORAGE_DefaultObjectAccessControl } from './storage/DefaultObjectAccessControl'; +import { DefaultObjectACL as STORAGE_DefaultObjectACL } from './storage/DefaultObjectACL'; +import { HmacKey as STORAGE_HmacKey } from './storage/HmacKey'; +import { InsightsReportConfig as STORAGE_InsightsReportConfig } from './storage/InsightsReportConfig'; +import { Notification as STORAGE_Notification } from './storage/Notification'; +import { ObjectAccessControl as STORAGE_ObjectAccessControl } from './storage/ObjectAccessControl'; +import { ObjectACL as STORAGE_ObjectACL } from './storage/ObjectACL'; +import { TransferAgentPool as STORAGE_TransferAgentPool } from './storage/TransferAgentPool'; +import { TransferJob as STORAGE_TransferJob } from './storage/TransferJob'; +import { LocationTagBinding as TAGS_LocationTagBinding } from './tags/LocationTagBinding'; +import { TagBinding as TAGS_TagBinding } from './tags/TagBinding'; +import { TagKey as TAGS_TagKey } from './tags/TagKey'; +import { TagKeyIamBinding as TAGS_TagKeyIamBinding } from './tags/TagKeyIamBinding'; +import { TagKeyIamMember as TAGS_TagKeyIamMember } from './tags/TagKeyIamMember'; +import { TagKeyIamPolicy as TAGS_TagKeyIamPolicy } from './tags/TagKeyIamPolicy'; +import { TagValue as TAGS_TagValue } from './tags/TagValue'; +import { TagValueIamBinding as TAGS_TagValueIamBinding } from './tags/TagValueIamBinding'; +import { TagValueIamMember as TAGS_TagValueIamMember } from './tags/TagValueIamMember'; +import { TagValueIamPolicy as TAGS_TagValueIamPolicy } from './tags/TagValueIamPolicy'; +import { Node as TPU_Node } from './tpu/Node'; +import { V2Vm as TPU_V2Vm } from './tpu/V2Vm'; +import { AiDataset as VERTEX_AiDataset } from './vertex/AiDataset'; +import { AiEndpoint as VERTEX_AiEndpoint } from './vertex/AiEndpoint'; +import { AiEndpointIamBinding as VERTEX_AiEndpointIamBinding } from './vertex/AiEndpointIamBinding'; +import { AiEndpointIamMember as VERTEX_AiEndpointIamMember } from './vertex/AiEndpointIamMember'; +import { AiEndpointIamPolicy as VERTEX_AiEndpointIamPolicy } from './vertex/AiEndpointIamPolicy'; +import { AiFeatureGroup as VERTEX_AiFeatureGroup } from './vertex/AiFeatureGroup'; +import { AiFeatureGroupFeature as VERTEX_AiFeatureGroupFeature } from './vertex/AiFeatureGroupFeature'; +import { AiFeatureOnlineStore as VERTEX_AiFeatureOnlineStore } from './vertex/AiFeatureOnlineStore'; +import { AiFeatureOnlineStoreFeatureview as VERTEX_AiFeatureOnlineStoreFeatureview } from './vertex/AiFeatureOnlineStoreFeatureview'; +import { AiFeatureStore as VERTEX_AiFeatureStore } from './vertex/AiFeatureStore'; +import { AiFeatureStoreEntityType as VERTEX_AiFeatureStoreEntityType } from './vertex/AiFeatureStoreEntityType'; +import { AiFeatureStoreEntityTypeFeature as VERTEX_AiFeatureStoreEntityTypeFeature } from './vertex/AiFeatureStoreEntityTypeFeature'; +import { AiFeatureStoreEntityTypeIamBinding as VERTEX_AiFeatureStoreEntityTypeIamBinding } from './vertex/AiFeatureStoreEntityTypeIamBinding'; +import { AiFeatureStoreEntityTypeIamMember as VERTEX_AiFeatureStoreEntityTypeIamMember } from './vertex/AiFeatureStoreEntityTypeIamMember'; +import { AiFeatureStoreEntityTypeIamPolicy as VERTEX_AiFeatureStoreEntityTypeIamPolicy } from './vertex/AiFeatureStoreEntityTypeIamPolicy'; +import { AiFeatureStoreIamBinding as VERTEX_AiFeatureStoreIamBinding } from './vertex/AiFeatureStoreIamBinding'; +import { AiFeatureStoreIamMember as VERTEX_AiFeatureStoreIamMember } from './vertex/AiFeatureStoreIamMember'; +import { AiFeatureStoreIamPolicy as VERTEX_AiFeatureStoreIamPolicy } from './vertex/AiFeatureStoreIamPolicy'; +import { AiIndex as VERTEX_AiIndex } from './vertex/AiIndex'; +import { AiIndexEndpoint as VERTEX_AiIndexEndpoint } from './vertex/AiIndexEndpoint'; +import { AiMetadataStore as VERTEX_AiMetadataStore } from './vertex/AiMetadataStore'; +import { AiTensorboard as VERTEX_AiTensorboard } from './vertex/AiTensorboard'; +import { Cluster as VMWAREENGINE_Cluster } from './vmwareengine/Cluster'; +import { ExternalAccessRule as VMWAREENGINE_ExternalAccessRule } from './vmwareengine/ExternalAccessRule'; +import { ExternalAddress as VMWAREENGINE_ExternalAddress } from './vmwareengine/ExternalAddress'; +import { Network as VMWAREENGINE_Network } from './vmwareengine/Network'; +import { NetworkPeering as VMWAREENGINE_NetworkPeering } from './vmwareengine/NetworkPeering'; +import { NetworkPolicy as VMWAREENGINE_NetworkPolicy } from './vmwareengine/NetworkPolicy'; +import { PrivateCloud as VMWAREENGINE_PrivateCloud } from './vmwareengine/PrivateCloud'; +import { Subnet as VMWAREENGINE_Subnet } from './vmwareengine/Subnet'; +import { Connector as VPCACCESS_Connector } from './vpcaccess/Connector'; +import { Instance as WORKBENCH_Instance } from './workbench/Instance'; +import { InstanceIamBinding as WORKBENCH_InstanceIamBinding } from './workbench/InstanceIamBinding'; +import { InstanceIamMember as WORKBENCH_InstanceIamMember } from './workbench/InstanceIamMember'; +import { InstanceIamPolicy as WORKBENCH_InstanceIamPolicy } from './workbench/InstanceIamPolicy'; +import { Workflow as WORKFLOWS_Workflow } from './workflows/Workflow'; +import { Workstation as WORKSTATIONS_Workstation } from './workstations/Workstation'; +import { WorkstationCluster as WORKSTATIONS_WorkstationCluster } from './workstations/WorkstationCluster'; +import { WorkstationConfig as WORKSTATIONS_WorkstationConfig } from './workstations/WorkstationConfig'; +import { WorkstationConfigIamBinding as WORKSTATIONS_WorkstationConfigIamBinding } from './workstations/WorkstationConfigIamBinding'; +import { WorkstationConfigIamMember as WORKSTATIONS_WorkstationConfigIamMember } from './workstations/WorkstationConfigIamMember'; +import { WorkstationConfigIamPolicy as WORKSTATIONS_WorkstationConfigIamPolicy } from './workstations/WorkstationConfigIamPolicy'; +import { WorkstationIamBinding as WORKSTATIONS_WorkstationIamBinding } from './workstations/WorkstationIamBinding'; +import { WorkstationIamMember as WORKSTATIONS_WorkstationIamMember } from './workstations/WorkstationIamMember'; +import { WorkstationIamPolicy as WORKSTATIONS_WorkstationIamPolicy } from './workstations/WorkstationIamPolicy'; export class ResourceProperties { static readonly ResourceFactoryMap1 = new Map< @@ -3335,7 +3335,7 @@ export class ResourceProperties { [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSLEVEL, new ResourceProperty( - "An AccessLevel is a label that can be applied to requests to GCP services, along with a list of requirements necessary for the label to be applied. To get more information about AccessLevel, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'An AccessLevel is a label that can be applied to requests to GCP services, along with a list of requirements necessary for the label to be applied. To get more information about AccessLevel, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', ACCESSCONTEXTMANAGER_AccessLevel.GetTypes(), ), ], @@ -3349,84 +3349,84 @@ export class ResourceProperties { [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSLEVELS, new ResourceProperty( - "Replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically. This is a bulk edit of all Access Levels and may override existing Access Levels created by `gcp.accesscontextmanager.AccessLevel`, thus causing a permadiff if used alongside `gcp.accesscontextmanager.AccessLevel` on the same parent. To get more information about AccessLevels, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart)", + 'Replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically. This is a bulk edit of all Access Levels and may override existing Access Levels created by `gcp.accesscontextmanager.AccessLevel`, thus causing a permadiff if used alongside `gcp.accesscontextmanager.AccessLevel` on the same parent. To get more information about AccessLevels, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart)', ACCESSCONTEXTMANAGER_AccessLevels.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSPOLICY, new ResourceProperty( - "AccessPolicy is a container for AccessLevels (which define the necessary attributes to use GCP services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization. To get more information about AccessPolicy, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'AccessPolicy is a container for AccessLevels (which define the necessary attributes to use GCP services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization. To get more information about AccessPolicy, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies) - How-to Guides - [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', ACCESSCONTEXTMANAGER_AccessPolicy.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSPOLICYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:', ACCESSCONTEXTMANAGER_AccessPolicyIamBinding.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSPOLICYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:', ACCESSCONTEXTMANAGER_AccessPolicyIamMember.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_ACCESSPOLICYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:', ACCESSCONTEXTMANAGER_AccessPolicyIamPolicy.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_AUTHORIZEDORGSDESC, new ResourceProperty( - "An authorized organizations description describes a list of organizations (1) that have been authorized to use certain asset (for example, device) data owned by different organizations at the enforcement points, or (2) with certain asset (for example, device) have been authorized to access the resources in another organization at the enforcement points. To get more information about AuthorizedOrgsDesc, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.authorizedOrgsDescs) - How-to Guides - [gcloud docs](https://cloud.google.com/beyondcorp-enterprise/docs/cross-org-authorization) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'An authorized organizations description describes a list of organizations (1) that have been authorized to use certain asset (for example, device) data owned by different organizations at the enforcement points, or (2) with certain asset (for example, device) have been authorized to access the resources in another organization at the enforcement points. To get more information about AuthorizedOrgsDesc, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.authorizedOrgsDescs) - How-to Guides - [gcloud docs](https://cloud.google.com/beyondcorp-enterprise/docs/cross-org-authorization) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', ACCESSCONTEXTMANAGER_AuthorizedOrgsDesc.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_EGRESSPOLICY, new ResourceProperty( - "This resource has been deprecated, please refer to ServicePerimeterEgressPolicy.", + 'This resource has been deprecated, please refer to ServicePerimeterEgressPolicy.', ACCESSCONTEXTMANAGER_EgressPolicy.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_GCPUSERACCESSBINDING, new ResourceProperty( - "Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. To get more information about GcpUserAccessBinding, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/organizations.gcpUserAccessBindings)", + 'Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. To get more information about GcpUserAccessBinding, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/organizations.gcpUserAccessBindings)', ACCESSCONTEXTMANAGER_GcpUserAccessBinding.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_INGRESSPOLICY, new ResourceProperty( - "This resource has been deprecated, please refer to ServicePerimeterIngressPolicy.", + 'This resource has been deprecated, please refer to ServicePerimeterIngressPolicy.', ACCESSCONTEXTMANAGER_IngressPolicy.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_SERVICEPERIMETER, new ResourceProperty( - "ServicePerimeter describes a set of GCP resources which can freely import and export data amongst themselves, but not export outside of the ServicePerimeter. If a request with a source within this ServicePerimeter has a target outside of the ServicePerimeter, the request will be blocked. Otherwise the request is allowed. There are two types of Service Perimeter - Regular and Bridge. Regular Service Perimeters cannot overlap, a single GCP project can only belong to a single regular Service Perimeter. Service Perimeter Bridges can contain only GCP projects as members, a single GCP project may belong to multiple Service Perimeter Bridges. To get more information about ServicePerimeter, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters) - How-to Guides - [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'ServicePerimeter describes a set of GCP resources which can freely import and export data amongst themselves, but not export outside of the ServicePerimeter. If a request with a source within this ServicePerimeter has a target outside of the ServicePerimeter, the request will be blocked. Otherwise the request is allowed. There are two types of Service Perimeter - Regular and Bridge. Regular Service Perimeters cannot overlap, a single GCP project can only belong to a single regular Service Perimeter. Service Perimeter Bridges can contain only GCP projects as members, a single GCP project may belong to multiple Service Perimeter Bridges. To get more information about ServicePerimeter, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters) - How-to Guides - [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', ACCESSCONTEXTMANAGER_ServicePerimeter.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_SERVICEPERIMETEREGRESSPOLICY, new ResourceProperty( - "EgressPolicies match requests based on egressFrom and egressTo stanzas.", + 'EgressPolicies match requests based on egressFrom and egressTo stanzas.', ACCESSCONTEXTMANAGER_ServicePerimeterEgressPolicy.GetTypes(), ), ], [ ResourceType.ACCESSCONTEXTMANAGER_SERVICEPERIMETERINGRESSPOLICY, new ResourceProperty( - "IngressPolicies match requests based on ingressFrom and ingressTo stanzas. For an ingress policy to match,", + 'IngressPolicies match requests based on ingressFrom and ingressTo stanzas. For an ingress policy to match,', ACCESSCONTEXTMANAGER_ServicePerimeterIngressPolicy.GetTypes(), ), ], @@ -3440,260 +3440,260 @@ export class ResourceProperties { [ ResourceType.ACCESSCONTEXTMANAGER_SERVICEPERIMETERS, new ResourceProperty( - "Replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically. This is a bulk edit of all Service Perimeters and may override existing Service Perimeters created by `gcp.accesscontextmanager.ServicePerimeter`, thus causing a permadiff if used alongside `gcp.accesscontextmanager.ServicePerimeter` on the same parent. To get more information about ServicePerimeters, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters) - How-to Guides - [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)", + 'Replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically. This is a bulk edit of all Service Perimeters and may override existing Service Perimeters created by `gcp.accesscontextmanager.ServicePerimeter`, thus causing a permadiff if used alongside `gcp.accesscontextmanager.ServicePerimeter` on the same parent. To get more information about ServicePerimeters, see: - [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters) - How-to Guides - [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)', ACCESSCONTEXTMANAGER_ServicePerimeters.GetTypes(), ), ], [ ResourceType.ACTIVEDIRECTORY_DOMAIN, new ResourceProperty( - "Creates a Microsoft AD domain To get more information about Domain, see: - [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains) - How-to Guides - [Managed Microsoft Active Directory Quickstart](https://cloud.google.com/managed-microsoft-ad/docs/quickstarts)", + 'Creates a Microsoft AD domain To get more information about Domain, see: - [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains) - How-to Guides - [Managed Microsoft Active Directory Quickstart](https://cloud.google.com/managed-microsoft-ad/docs/quickstarts)', ACTIVEDIRECTORY_Domain.GetTypes(), ), ], [ ResourceType.ACTIVEDIRECTORY_DOMAINTRUST, new ResourceProperty( - "Adds a trust between Active Directory domains To get more information about DomainTrust, see: - [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains/attachTrust) - How-to Guides - [Active Directory Trust](https://cloud.google.com/managed-microsoft-ad/docs/create-one-way-trust)", + 'Adds a trust between Active Directory domains To get more information about DomainTrust, see: - [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains/attachTrust) - How-to Guides - [Active Directory Trust](https://cloud.google.com/managed-microsoft-ad/docs/create-one-way-trust)', ACTIVEDIRECTORY_DomainTrust.GetTypes(), ), ], [ ResourceType.ACTIVEDIRECTORY_PEERING, - new ResourceProperty("", ACTIVEDIRECTORY_Peering.GetTypes()), + new ResourceProperty('', ACTIVEDIRECTORY_Peering.GetTypes()), ], [ ResourceType.ALLOYDB_BACKUP, new ResourceProperty( - "An AlloyDB Backup. To get more information about Backup, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.backups/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/)", + 'An AlloyDB Backup. To get more information about Backup, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.backups/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/)', ALLOYDB_Backup.GetTypes(), ), ], [ ResourceType.ALLOYDB_CLUSTER, new ResourceProperty( - "A managed alloydb cluster. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/) > --Note:-- Users can promote a secondary cluster to a primary cluster with the help of `cluster_type`. To promote, users have to set the `cluster_type` property as `PRIMARY` and remove the `secondary_config` field from cluster configuration. See Example.", + 'A managed alloydb cluster. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/) > --Note:-- Users can promote a secondary cluster to a primary cluster with the help of `cluster_type`. To promote, users have to set the `cluster_type` property as `PRIMARY` and remove the `secondary_config` field from cluster configuration. See Example.', ALLOYDB_Cluster.GetTypes(), ), ], [ ResourceType.ALLOYDB_INSTANCE, - new ResourceProperty("", ALLOYDB_Instance.GetTypes()), + new ResourceProperty('', ALLOYDB_Instance.GetTypes()), ], [ ResourceType.ALLOYDB_USER, new ResourceProperty( - "A database user in an AlloyDB cluster. To get more information about User, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters.users/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/)", + 'A database user in an AlloyDB cluster. To get more information about User, see: - [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters.users/create) - How-to Guides - [AlloyDB](https://cloud.google.com/alloydb/docs/)', ALLOYDB_User.GetTypes(), ), ], [ ResourceType.APIGATEWAY_API, new ResourceProperty( - "A consumable API that can be used by multiple Gateways. To get more information about Api, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/quickstart)", + 'A consumable API that can be used by multiple Gateways. To get more information about Api, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/quickstart)', APIGATEWAY_Api.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APICONFIG, new ResourceProperty( - "An API Configuration is an association of an API Controller Config and a Gateway Config To get more information about ApiConfig, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis.configs) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/creating-api-config)", + 'An API Configuration is an association of an API Controller Config and a Gateway Config To get more information about ApiConfig, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis.configs) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/creating-api-config)', APIGATEWAY_ApiConfig.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APICONFIGIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:', APIGATEWAY_ApiConfigIamBinding.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APICONFIGIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:', APIGATEWAY_ApiConfigIamMember.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APICONFIGIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:', APIGATEWAY_ApiConfigIamPolicy.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APIIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:', APIGATEWAY_ApiIamBinding.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APIIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:', APIGATEWAY_ApiIamMember.GetTypes(), ), ], [ ResourceType.APIGATEWAY_APIIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:', APIGATEWAY_ApiIamPolicy.GetTypes(), ), ], [ ResourceType.APIGATEWAY_GATEWAY, new ResourceProperty( - "A consumable API that can be used by multiple Gateways. To get more information about Gateway, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/quickstart)", + 'A consumable API that can be used by multiple Gateways. To get more information about Gateway, see: - [API documentation](https://cloud.google.com/api-gateway/docs/reference/rest/v1beta/projects.locations.apis) - How-to Guides - [Official Documentation](https://cloud.google.com/api-gateway/docs/quickstart)', APIGATEWAY_Gateway.GetTypes(), ), ], [ ResourceType.APIGATEWAY_GATEWAYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:', APIGATEWAY_GatewayIamBinding.GetTypes(), ), ], [ ResourceType.APIGATEWAY_GATEWAYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:', APIGATEWAY_GatewayIamMember.GetTypes(), ), ], [ ResourceType.APIGATEWAY_GATEWAYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:', APIGATEWAY_GatewayIamPolicy.GetTypes(), ), ], [ ResourceType.APIGEE_ADDONSCONFIG, new ResourceProperty( - "Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced. To get more information about AddonsConfig, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#setaddons) - How-to Guides - [Creating an API organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org)", + 'Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced. To get more information about AddonsConfig, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#setaddons) - How-to Guides - [Creating an API organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org)', APIGEE_AddonsConfig.GetTypes(), ), ], [ ResourceType.APIGEE_ENDPOINTATTACHMENT, new ResourceProperty( - "Apigee Endpoint Attachment. To get more information about EndpointAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.endpointAttachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'Apigee Endpoint Attachment. To get more information about EndpointAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.endpointAttachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_EndpointAttachment.GetTypes(), ), ], [ ResourceType.APIGEE_ENVGROUP, new ResourceProperty( - "An `Environment group` in Apigee. To get more information about Envgroup, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.envgroups/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'An `Environment group` in Apigee. To get more information about Envgroup, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.envgroups/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_EnvGroup.GetTypes(), ), ], [ ResourceType.APIGEE_ENVGROUPATTACHMENT, new ResourceProperty( - "An `Environment Group attachment` in Apigee. To get more information about EnvgroupAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.envgroups.attachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'An `Environment Group attachment` in Apigee. To get more information about EnvgroupAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.envgroups.attachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_EnvGroupAttachment.GetTypes(), ), ], [ ResourceType.APIGEE_ENVIRONMENT, new ResourceProperty( - "An `Environment` in Apigee. To get more information about Environment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'An `Environment` in Apigee. To get more information about Environment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_Environment.GetTypes(), ), ], [ ResourceType.APIGEE_ENVIRONMENTIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:', APIGEE_EnvironmentIamBinding.GetTypes(), ), ], [ ResourceType.APIGEE_ENVIRONMENTIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:', APIGEE_EnvironmentIamMember.GetTypes(), ), ], [ ResourceType.APIGEE_ENVIRONMENTIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:', APIGEE_EnvironmentIamPolicy.GetTypes(), ), ], [ ResourceType.APIGEE_ENVKEYSTORE, new ResourceProperty( - "An `Environment KeyStore` in Apigee.", + 'An `Environment KeyStore` in Apigee.', APIGEE_EnvKeystore.GetTypes(), ), ], [ ResourceType.APIGEE_ENVREFERENCES, new ResourceProperty( - "An `Environment Reference` in Apigee.", + 'An `Environment Reference` in Apigee.', APIGEE_EnvReferences.GetTypes(), ), ], [ ResourceType.APIGEE_FLOWHOOK, new ResourceProperty( - "Represents a sharedflow attachment to a flowhook point.", + 'Represents a sharedflow attachment to a flowhook point.', APIGEE_Flowhook.GetTypes(), ), ], [ ResourceType.APIGEE_INSTANCE, new ResourceProperty( - "An `Instance` is the runtime dataplane in Apigee. To get more information about Instance, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances/create) - How-to Guides - [Creating a runtime instance](https://cloud.google.com/apigee/docs/api-platform/get-started/create-instance)", + 'An `Instance` is the runtime dataplane in Apigee. To get more information about Instance, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances/create) - How-to Guides - [Creating a runtime instance](https://cloud.google.com/apigee/docs/api-platform/get-started/create-instance)', APIGEE_Instance.GetTypes(), ), ], [ ResourceType.APIGEE_INSTANCEATTACHMENT, new ResourceProperty( - "An `Instance attachment` in Apigee. To get more information about InstanceAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.attachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'An `Instance attachment` in Apigee. To get more information about InstanceAttachment, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.attachments/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_InstanceAttachment.GetTypes(), ), ], [ ResourceType.APIGEE_KEYSTORESALIASESKEYCERTFILE, new ResourceProperty( - "An alias from a key/certificate pair.", + 'An alias from a key/certificate pair.', APIGEE_KeystoresAliasesKeyCertFile.GetTypes(), ), ], [ ResourceType.APIGEE_KEYSTORESALIASESPKCS12, new ResourceProperty( - "An alias from a pkcs12 file.", + 'An alias from a pkcs12 file.', APIGEE_KeystoresAliasesPkcs12.GetTypes(), ), ], [ ResourceType.APIGEE_KEYSTORESALIASESSELFSIGNEDCERT, new ResourceProperty( - "An Environment Keystore Alias for Self Signed Certificate Format in Apigee To get more information about KeystoresAliasesSelfSignedCert, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keystores.aliases/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)", + 'An Environment Keystore Alias for Self Signed Certificate Format in Apigee To get more information about KeystoresAliasesSelfSignedCert, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keystores.aliases/create) - How-to Guides - [Creating an environment](https://cloud.google.com/apigee/docs/api-platform/get-started/create-environment)', APIGEE_KeystoresAliasesSelfSignedCert.GetTypes(), ), ], [ ResourceType.APIGEE_NATADDRESS, new ResourceProperty( - "Apigee NAT (network address translation) address. A NAT address is a static external IP address used for Internet egress traffic. This is not avaible for Apigee hybrid. Apigee NAT addresses are not automatically activated because they might require explicit allow entries on the target systems first. See https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.natAddresses/activate To get more information about NatAddress, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.natAddresses) - How-to Guides - [Provisioning NAT IPs](https://cloud.google.com/apigee/docs/api-platform/security/nat-provisioning)", + 'Apigee NAT (network address translation) address. A NAT address is a static external IP address used for Internet egress traffic. This is not avaible for Apigee hybrid. Apigee NAT addresses are not automatically activated because they might require explicit allow entries on the target systems first. See https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.natAddresses/activate To get more information about NatAddress, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.natAddresses) - How-to Guides - [Provisioning NAT IPs](https://cloud.google.com/apigee/docs/api-platform/security/nat-provisioning)', APIGEE_NatAddress.GetTypes(), ), ], [ ResourceType.APIGEE_ORGANIZATION, new ResourceProperty( - "An `Organization` is the top-level container in Apigee. To get more information about Organization, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations) - How-to Guides - [Creating an API organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org)", + 'An `Organization` is the top-level container in Apigee. To get more information about Organization, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations) - How-to Guides - [Creating an API organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org)', APIGEE_Organization.GetTypes(), ), ], @@ -3707,21 +3707,21 @@ export class ResourceProperties { [ ResourceType.APIGEE_SHAREDFLOWDEPLOYMENT, new ResourceProperty( - "Deploys a revision of a sharedflow.", + 'Deploys a revision of a sharedflow.', APIGEE_SharedflowDeployment.GetTypes(), ), ], [ ResourceType.APIGEE_SYNCAUTHORIZATION, new ResourceProperty( - "Authorize the Synchronizer to download environment data from the control plane. To get more information about SyncAuthorization, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#getsyncauthorization) - How-to Guides - [Enable Synchronizer access](https://cloud.google.com/apigee/docs/hybrid/v1.8/synchronizer-access#enable-synchronizer-access)", + 'Authorize the Synchronizer to download environment data from the control plane. To get more information about SyncAuthorization, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#getsyncauthorization) - How-to Guides - [Enable Synchronizer access](https://cloud.google.com/apigee/docs/hybrid/v1.8/synchronizer-access#enable-synchronizer-access)', APIGEE_SyncAuthorization.GetTypes(), ), ], [ ResourceType.APIGEE_TARGETSERVER, new ResourceProperty( - "TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services. To get more information about TargetServer, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.targetservers/create) - How-to Guides - [Load balancing across backend servers](https://cloud.google.com/apigee/docs/api-platform/deploy/load-balancing-across-backend-servers)", + 'TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services. To get more information about TargetServer, see: - [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.targetservers/create) - How-to Guides - [Load balancing across backend servers](https://cloud.google.com/apigee/docs/api-platform/deploy/load-balancing-across-backend-servers)', APIGEE_TargetServer.GetTypes(), ), ], @@ -3735,271 +3735,271 @@ export class ResourceProperties { [ ResourceType.APPENGINE_APPLICATIONURLDISPATCHRULES, new ResourceProperty( - "Rules to match an HTTP request and dispatch that request to a service. To get more information about ApplicationUrlDispatchRules, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps#UrlDispatchRule)", + 'Rules to match an HTTP request and dispatch that request to a service. To get more information about ApplicationUrlDispatchRules, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps#UrlDispatchRule)', APPENGINE_ApplicationUrlDispatchRules.GetTypes(), ), ], [ ResourceType.APPENGINE_DOMAINMAPPING, new ResourceProperty( - "A domain serving an App Engine application. To get more information about DomainMapping, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.domainMappings) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains)", + 'A domain serving an App Engine application. To get more information about DomainMapping, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.domainMappings) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains)', APPENGINE_DomainMapping.GetTypes(), ), ], [ ResourceType.APPENGINE_ENGINESPLITTRAFFIC, new ResourceProperty( - "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. To get more information about ServiceSplitTraffic, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services)", + 'Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. To get more information about ServiceSplitTraffic, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services)', APPENGINE_EngineSplitTraffic.GetTypes(), ), ], [ ResourceType.APPENGINE_FIREWALLRULE, new ResourceProperty( - "A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests. To get more information about FirewallRule, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.firewall.ingressRules) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard/python/creating-firewalls#creating_firewall_rules)", + 'A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests. To get more information about FirewallRule, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.firewall.ingressRules) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard/python/creating-firewalls#creating_firewall_rules)', APPENGINE_FirewallRule.GetTypes(), ), ], [ ResourceType.APPENGINE_FLEXIBLEAPPVERSION, new ResourceProperty( - "Flexible App Version resource to create a new version of flexible GAE Application. Based on Google Compute Engine, the App Engine flexible environment automatically scales your app up and down while also balancing the load. Learn about the differences between the standard environment and the flexible environment at https://cloud.google.com/appengine/docs/the-appengine-environments. > --Note:-- The App Engine flexible environment service account uses the member ID `service-[YOUR_PROJECT_NUMBER]@gae-api-prod.google.com.iam.gserviceaccount.com` It should have the App Engine Flexible Environment Service Agent role, which will be applied when the `appengineflex.googleapis.com` service is enabled. To get more information about FlexibleAppVersion, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/flexible)", + 'Flexible App Version resource to create a new version of flexible GAE Application. Based on Google Compute Engine, the App Engine flexible environment automatically scales your app up and down while also balancing the load. Learn about the differences between the standard environment and the flexible environment at https://cloud.google.com/appengine/docs/the-appengine-environments. > --Note:-- The App Engine flexible environment service account uses the member ID `service-[YOUR_PROJECT_NUMBER]@gae-api-prod.google.com.iam.gserviceaccount.com` It should have the App Engine Flexible Environment Service Agent role, which will be applied when the `appengineflex.googleapis.com` service is enabled. To get more information about FlexibleAppVersion, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/flexible)', APPENGINE_FlexibleAppVersion.GetTypes(), ), ], [ ResourceType.APPENGINE_SERVICENETWORKSETTINGS, new ResourceProperty( - "A NetworkSettings resource is a container for ingress settings for a version or service. To get more information about ServiceNetworkSettings, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services)", + 'A NetworkSettings resource is a container for ingress settings for a version or service. To get more information about ServiceNetworkSettings, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services)', APPENGINE_ServiceNetworkSettings.GetTypes(), ), ], [ ResourceType.APPENGINE_STANDARDAPPVERSION, new ResourceProperty( - "Standard App Version resource to create a new version of standard GAE Application. Learn about the differences between the standard environment and the flexible environment at https://cloud.google.com/appengine/docs/the-appengine-environments. Currently supporting Zip and File Containers. To get more information about StandardAppVersion, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard)", + 'Standard App Version resource to create a new version of standard GAE Application. Learn about the differences between the standard environment and the flexible environment at https://cloud.google.com/appengine/docs/the-appengine-environments. Currently supporting Zip and File Containers. To get more information about StandardAppVersion, see: - [API documentation](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/appengine/docs/standard)', APPENGINE_StandardAppVersion.GetTypes(), ), ], [ ResourceType.ARTIFACTREGISTRY_REPOSITORY, new ResourceProperty( - "A repository for storing artifacts To get more information about Repository, see: - [API documentation](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories) - How-to Guides - [Official Documentation](https://cloud.google.com/artifact-registry/docs/overview)", + 'A repository for storing artifacts To get more information about Repository, see: - [API documentation](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories) - How-to Guides - [Official Documentation](https://cloud.google.com/artifact-registry/docs/overview)', ARTIFACTREGISTRY_Repository.GetTypes(), ), ], [ ResourceType.ARTIFACTREGISTRY_REPOSITORYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:', ARTIFACTREGISTRY_RepositoryIamBinding.GetTypes(), ), ], [ ResourceType.ARTIFACTREGISTRY_REPOSITORYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:', ARTIFACTREGISTRY_RepositoryIamMember.GetTypes(), ), ], [ ResourceType.ARTIFACTREGISTRY_REPOSITORYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:', ARTIFACTREGISTRY_RepositoryIamPolicy.GetTypes(), ), ], [ ResourceType.ARTIFACTREGISTRY_VPCSCCONFIG, - new ResourceProperty("", ARTIFACTREGISTRY_VpcscConfig.GetTypes()), + new ResourceProperty('', ARTIFACTREGISTRY_VpcscConfig.GetTypes()), ], [ ResourceType.ASSUREDWORKLOADS_WORKLOAD, new ResourceProperty( - "The AssuredWorkloads Workload resource", + 'The AssuredWorkloads Workload resource', ASSUREDWORKLOADS_Workload.GetTypes(), ), ], [ ResourceType.BACKUPDISASTERRECOVERY_MANAGEMENTSERVER, new ResourceProperty( - "", + '', BACKUPDISASTERRECOVERY_ManagementServer.GetTypes(), ), ], [ ResourceType.BEYONDCORP_APPCONNECTION, new ResourceProperty( - "A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection. To get more information about AppConnection, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appconnections) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)", + 'A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection. To get more information about AppConnection, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appconnections) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)', BEYONDCORP_AppConnection.GetTypes(), ), ], [ ResourceType.BEYONDCORP_APPCONNECTOR, new ResourceProperty( - "A BeyondCorp AppConnector resource represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection. To get more information about AppConnector, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appconnectors) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)", + 'A BeyondCorp AppConnector resource represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection. To get more information about AppConnector, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appconnectors) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)', BEYONDCORP_AppConnector.GetTypes(), ), ], [ ResourceType.BEYONDCORP_APPGATEWAY, new ResourceProperty( - "A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppGateway. Multiple connectors can be authorised for a single AppGateway. To get more information about AppGateway, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appgateways) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)", + 'A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppGateway. Multiple connectors can be authorised for a single AppGateway. To get more information about AppGateway, see: - [API documentation](https://cloud.google.com/beyondcorp/docs/reference/rest#rest-resource:-v1.projects.locations.appgateways) - How-to Guides - [Official Documentation](https://cloud.google.com/beyondcorp-enterprise/docs/enable-app-connector)', BEYONDCORP_AppGateway.GetTypes(), ), ], [ ResourceType.BIGLAKE_CATALOG, new ResourceProperty( - "Catalogs are top-level containers for Databases and Tables. To get more information about Catalog, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_catalogs)", + 'Catalogs are top-level containers for Databases and Tables. To get more information about Catalog, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_catalogs)', BIGLAKE_Catalog.GetTypes(), ), ], [ ResourceType.BIGLAKE_DATABASE, new ResourceProperty( - "Databases are containers of tables. To get more information about Database, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_databases)", + 'Databases are containers of tables. To get more information about Database, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_databases)', BIGLAKE_Database.GetTypes(), ), ], [ ResourceType.BIGLAKE_TABLE, new ResourceProperty( - "Represents a table. To get more information about Table, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_tables)", + 'Represents a table. To get more information about Table, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables) - How-to Guides - [Manage open source metadata with BigLake Metastore](https://cloud.google.com/bigquery/docs/manage-open-source-metadata#create_tables)', BIGLAKE_Table.GetTypes(), ), ], [ ResourceType.BIGQUERY_APPPROFILE, new ResourceProperty( - "App profile is a configuration object describing how Cloud Bigtable should treat traffic from a particular end user application. To get more information about AppProfile, see: - [API documentation](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles)", + 'App profile is a configuration object describing how Cloud Bigtable should treat traffic from a particular end user application. To get more information about AppProfile, see: - [API documentation](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles)', BIGQUERY_AppProfile.GetTypes(), ), ], [ ResourceType.BIGQUERY_BIRESERVATION, new ResourceProperty( - "Represents a BI Reservation. To get more information about BiReservation, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/BiReservation) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)", + 'Represents a BI Reservation. To get more information about BiReservation, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/BiReservation) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)', BIGQUERY_BiReservation.GetTypes(), ), ], [ ResourceType.BIGQUERY_CAPACITYCOMMITMENT, new ResourceProperty( - "Capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of slots) with some committed period of usage. Annual commitments renew by default. Commitments can be removed after their commitment end time passes. In order to remove annual commitment, its plan needs to be changed to monthly or flex first. To get more information about CapacityCommitment, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.capacityCommitments) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)", + 'Capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of slots) with some committed period of usage. Annual commitments renew by default. Commitments can be removed after their commitment end time passes. In order to remove annual commitment, its plan needs to be changed to monthly or flex first. To get more information about CapacityCommitment, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.capacityCommitments) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)', BIGQUERY_CapacityCommitment.GetTypes(), ), ], [ ResourceType.BIGQUERY_CONNECTION, new ResourceProperty( - "A connection allows BigQuery connections to external data sources.. To get more information about Connection, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/bigqueryconnection/rest/v1/projects.locations.connections/create) - How-to Guides - [Cloud SQL federated queries](https://cloud.google.com/bigquery/docs/cloud-sql-federated-queries)", + 'A connection allows BigQuery connections to external data sources.. To get more information about Connection, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/bigqueryconnection/rest/v1/projects.locations.connections/create) - How-to Guides - [Cloud SQL federated queries](https://cloud.google.com/bigquery/docs/cloud-sql-federated-queries)', BIGQUERY_Connection.GetTypes(), ), ], [ ResourceType.BIGQUERY_CONNECTIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:', BIGQUERY_ConnectionIamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERY_CONNECTIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:', BIGQUERY_ConnectionIamMember.GetTypes(), ), ], [ ResourceType.BIGQUERY_CONNECTIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:', BIGQUERY_ConnectionIamPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERY_DATASET, - new ResourceProperty("", BIGQUERY_Dataset.GetTypes()), + new ResourceProperty('', BIGQUERY_Dataset.GetTypes()), ], [ ResourceType.BIGQUERY_DATASETACCESS, - new ResourceProperty("", BIGQUERY_DatasetAccess.GetTypes()), + new ResourceProperty('', BIGQUERY_DatasetAccess.GetTypes()), ], [ ResourceType.BIGQUERY_DATASETIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:', BIGQUERY_DatasetIamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERY_DATASETIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:', BIGQUERY_DatasetIamMember.GetTypes(), ), ], [ ResourceType.BIGQUERY_DATASETIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery dataset. Each of these resources serves a different use case:', BIGQUERY_DatasetIamPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERY_DATATRANSFERCONFIG, new ResourceProperty( - "Represents a data transfer configuration. A transfer configuration contains all metadata needed to perform a data transfer. To get more information about Config, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/v1/projects.locations.transferConfigs/create) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/)", + 'Represents a data transfer configuration. A transfer configuration contains all metadata needed to perform a data transfer. To get more information about Config, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/v1/projects.locations.transferConfigs/create) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/)', BIGQUERY_DataTransferConfig.GetTypes(), ), ], [ ResourceType.BIGQUERY_IAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:', BIGQUERY_IamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERY_IAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:', BIGQUERY_IamMember.GetTypes(), ), ], [ ResourceType.BIGQUERY_IAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Table. Each of these resources serves a different use case:', BIGQUERY_IamPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERY_JOB, new ResourceProperty( - "Jobs are actions that BigQuery runs on your behalf to load data, export data, query data, or copy data. Once a BigQuery job is created, it cannot be changed or deleted. To get more information about Job, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs) - How-to Guides - [BigQuery Jobs Intro](https://cloud.google.com/bigquery/docs/jobs-overview)", + 'Jobs are actions that BigQuery runs on your behalf to load data, export data, query data, or copy data. Once a BigQuery job is created, it cannot be changed or deleted. To get more information about Job, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs) - How-to Guides - [BigQuery Jobs Intro](https://cloud.google.com/bigquery/docs/jobs-overview)', BIGQUERY_Job.GetTypes(), ), ], [ ResourceType.BIGQUERY_RESERVATION, new ResourceProperty( - "A reservation is a mechanism used to guarantee BigQuery slots to users. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations/create) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)", + 'A reservation is a mechanism used to guarantee BigQuery slots to users. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations/create) - How-to Guides - [Introduction to Reservations](https://cloud.google.com/bigquery/docs/reservations-intro)', BIGQUERY_Reservation.GetTypes(), ), ], [ ResourceType.BIGQUERY_RESERVATIONASSIGNMENT, new ResourceProperty( - "The BigqueryReservation Assignment resource", + 'The BigqueryReservation Assignment resource', BIGQUERY_ReservationAssignment.GetTypes(), ), ], [ ResourceType.BIGQUERY_ROUTINE, new ResourceProperty( - "A user-defined function or a stored procedure that belongs to a Dataset To get more information about Routine, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/routines) - How-to Guides - [Routines Intro](https://cloud.google.com/bigquery/docs/reference/rest/v2/routines)", + 'A user-defined function or a stored procedure that belongs to a Dataset To get more information about Routine, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/routines) - How-to Guides - [Routines Intro](https://cloud.google.com/bigquery/docs/reference/rest/v2/routines)', BIGQUERY_Routine.GetTypes(), ), ], @@ -4013,84 +4013,84 @@ export class ResourceProperties { [ ResourceType.BIGQUERYANALYTICSHUB_DATAEXCHANGE, new ResourceProperty( - "A Bigquery Analytics Hub data exchange To get more information about DataExchange, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/analytics-hub/rest/v1/projects.locations.dataExchanges) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/analytics-hub-introduction)", + 'A Bigquery Analytics Hub data exchange To get more information about DataExchange, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/analytics-hub/rest/v1/projects.locations.dataExchanges) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/analytics-hub-introduction)', BIGQUERYANALYTICSHUB_DataExchange.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_DATAEXCHANGEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_DataExchangeIamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_DATAEXCHANGEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_DataExchangeIamMember.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_DATAEXCHANGEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub DataExchange. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_DataExchangeIamPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_LISTING, new ResourceProperty( - "A Bigquery Analytics Hub data exchange listing To get more information about Listing, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/analytics-hub/rest/v1/projects.locations.dataExchanges.listings) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/analytics-hub-introduction)", + 'A Bigquery Analytics Hub data exchange listing To get more information about Listing, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/analytics-hub/rest/v1/projects.locations.dataExchanges.listings) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/analytics-hub-introduction)', BIGQUERYANALYTICSHUB_Listing.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_LISTINGIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_ListingIamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_LISTINGIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_ListingIamMember.GetTypes(), ), ], [ ResourceType.BIGQUERYANALYTICSHUB_LISTINGIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Bigquery Analytics Hub Listing. Each of these resources serves a different use case:', BIGQUERYANALYTICSHUB_ListingIamPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERYDATAPOLICY_DATAPOLICY, new ResourceProperty( - "A BigQuery Data Policy To get more information about DataPolicy, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest/v1beta1/projects.locations.dataPolicies/create) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/column-data-masking-intro)", + 'A BigQuery Data Policy To get more information about DataPolicy, see: - [API documentation](https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest/v1beta1/projects.locations.dataPolicies/create) - How-to Guides - [Official Documentation](https://cloud.google.com/bigquery/docs/column-data-masking-intro)', BIGQUERYDATAPOLICY_DataPolicy.GetTypes(), ), ], [ ResourceType.BIGQUERYDATAPOLICY_DATAPOLICYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:', BIGQUERYDATAPOLICY_DataPolicyIamBinding.GetTypes(), ), ], [ ResourceType.BIGQUERYDATAPOLICY_DATAPOLICYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:', BIGQUERYDATAPOLICY_DataPolicyIamMember.GetTypes(), ), ], [ ResourceType.BIGQUERYDATAPOLICY_DATAPOLICYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for BigQuery Data Policy DataPolicy. Each of these resources serves a different use case:', BIGQUERYDATAPOLICY_DataPolicyIamPolicy.GetTypes(), ), ], @@ -4111,133 +4111,133 @@ export class ResourceProperties { [ ResourceType.BIGTABLE_INSTANCEIAMBINDING, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:', BIGTABLE_InstanceIamBinding.GetTypes(), ), ], [ ResourceType.BIGTABLE_INSTANCEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:', BIGTABLE_InstanceIamMember.GetTypes(), ), ], [ ResourceType.BIGTABLE_INSTANCEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable instances. Each of these resources serves a different use case:', BIGTABLE_InstanceIamPolicy.GetTypes(), ), ], [ ResourceType.BIGTABLE_TABLE, new ResourceProperty( - "Creates a Google Cloud Bigtable table inside an instance. For more information see [the official documentation](https://cloud.google.com/bigtable/) and [API](https://cloud.google.com/bigtable/docs/go/reference).", + 'Creates a Google Cloud Bigtable table inside an instance. For more information see [the official documentation](https://cloud.google.com/bigtable/) and [API](https://cloud.google.com/bigtable/docs/go/reference).', BIGTABLE_Table.GetTypes(), ), ], [ ResourceType.BIGTABLE_TABLEIAMBINDING, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:', BIGTABLE_TableIamBinding.GetTypes(), ), ], [ ResourceType.BIGTABLE_TABLEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:', BIGTABLE_TableIamMember.GetTypes(), ), ], [ ResourceType.BIGTABLE_TABLEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on bigtable tables. Each of these resources serves a different use case:', BIGTABLE_TableIamPolicy.GetTypes(), ), ], [ ResourceType.BILLING_ACCOUNTIAMBINDING, new ResourceProperty( - "Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:', BILLING_AccountIamBinding.GetTypes(), ), ], [ ResourceType.BILLING_ACCOUNTIAMMEMBER, new ResourceProperty( - "Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:', BILLING_AccountIamMember.GetTypes(), ), ], [ ResourceType.BILLING_ACCOUNTIAMPOLICY, new ResourceProperty( - "Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on billing accounts. Each of these resources serves a different use case:', BILLING_AccountIamPolicy.GetTypes(), ), ], [ ResourceType.BILLING_BUDGET, new ResourceProperty( - "Budget configuration for a billing account. To get more information about Budget, see: - [API documentation](https://cloud.google.com/billing/docs/reference/budget/rest/v1/billingAccounts.budgets) - How-to Guides - [Creating a budget](https://cloud.google.com/billing/docs/how-to/budgets) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Billing Budgets API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'Budget configuration for a billing account. To get more information about Budget, see: - [API documentation](https://cloud.google.com/billing/docs/reference/budget/rest/v1/billingAccounts.budgets) - How-to Guides - [Creating a budget](https://cloud.google.com/billing/docs/how-to/budgets) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Billing Budgets API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', BILLING_Budget.GetTypes(), ), ], [ ResourceType.BILLING_PROJECTINFO, new ResourceProperty( - "Billing information for a project. To get more information about ProjectInfo, see: - [API documentation](https://cloud.google.com/billing/docs/reference/rest/v1/projects) - How-to Guides - [Enable, disable, or change billing for a project](https://cloud.google.com/billing/docs/how-to/modify-project)", + 'Billing information for a project. To get more information about ProjectInfo, see: - [API documentation](https://cloud.google.com/billing/docs/reference/rest/v1/projects) - How-to Guides - [Enable, disable, or change billing for a project](https://cloud.google.com/billing/docs/how-to/modify-project)', BILLING_ProjectInfo.GetTypes(), ), ], [ ResourceType.BILLING_SUBACCOUNT, new ResourceProperty( - "Allows creation and management of a Google Cloud Billing Subaccount.", + 'Allows creation and management of a Google Cloud Billing Subaccount.', BILLING_SubAccount.GetTypes(), ), ], [ ResourceType.BINARYAUTHORIZATION_ATTESTOR, new ResourceProperty( - "An attestor that attests to container image artifacts. To get more information about Attestor, see: - [API documentation](https://cloud.google.com/binary-authorization/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/binary-authorization/)", + 'An attestor that attests to container image artifacts. To get more information about Attestor, see: - [API documentation](https://cloud.google.com/binary-authorization/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/binary-authorization/)', BINARYAUTHORIZATION_Attestor.GetTypes(), ), ], [ ResourceType.BINARYAUTHORIZATION_ATTESTORIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:', BINARYAUTHORIZATION_AttestorIamBinding.GetTypes(), ), ], [ ResourceType.BINARYAUTHORIZATION_ATTESTORIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:', BINARYAUTHORIZATION_AttestorIamMember.GetTypes(), ), ], [ ResourceType.BINARYAUTHORIZATION_ATTESTORIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:', BINARYAUTHORIZATION_AttestorIamPolicy.GetTypes(), ), ], [ ResourceType.BINARYAUTHORIZATION_POLICY, new ResourceProperty( - "A policy for container image binary authorization. To get more information about Policy, see: - [API documentation](https://cloud.google.com/binary-authorization/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/binary-authorization/)", + 'A policy for container image binary authorization. To get more information about Policy, see: - [API documentation](https://cloud.google.com/binary-authorization/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/binary-authorization/)', BINARYAUTHORIZATION_Policy.GetTypes(), ), ], [ ResourceType.BLOCKCHAINNODEENGINE_BLOCKCHAINNODES, new ResourceProperty( - "A representation of a blockchain node. To get more information about BlockchainNodes, see: - [API documentation](https://cloud.google.com/blockchain-node-engine/docs/reference/rest/v1/projects.locations.blockchainNodes) - How-to Guides - [Official Documentation](https://cloud.google.com/blockchain-node-engine)", + 'A representation of a blockchain node. To get more information about BlockchainNodes, see: - [API documentation](https://cloud.google.com/blockchain-node-engine/docs/reference/rest/v1/projects.locations.blockchainNodes) - How-to Guides - [Official Documentation](https://cloud.google.com/blockchain-node-engine)', BLOCKCHAINNODEENGINE_BlockchainNodes.GetTypes(), ), ], @@ -4251,28 +4251,28 @@ export class ResourceProperties { [ ResourceType.CERTIFICATEAUTHORITY_CAPOOL, new ResourceProperty( - "A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.", + 'A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.', CERTIFICATEAUTHORITY_CaPool.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CAPOOLIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CaPoolIamBinding.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CAPOOLIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CaPoolIamMember.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CAPOOLIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CaPoolIamPolicy.GetTypes(), ), ], @@ -4286,275 +4286,275 @@ export class ResourceProperties { [ ResourceType.CERTIFICATEAUTHORITY_CERTIFICATETEMPLATE, new ResourceProperty( - "Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization. A certificate template can essentially become a full-fledged vertical certificate issuance framework. For more information, see: - [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template) - [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)", + 'Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization. A certificate template can essentially become a full-fledged vertical certificate issuance framework. For more information, see: - [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template) - [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)', CERTIFICATEAUTHORITY_CertificateTemplate.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CERTIFICATETEMPLATEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CertificateTemplateIamBinding.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CERTIFICATETEMPLATEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CertificateTemplateIamMember.GetTypes(), ), ], [ ResourceType.CERTIFICATEAUTHORITY_CERTIFICATETEMPLATEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Certificate Authority Service CertificateTemplate. Each of these resources serves a different use case:', CERTIFICATEAUTHORITY_CertificateTemplateIamPolicy.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_CERTIFICATE, new ResourceProperty( - "Certificate represents a HTTP-reachable backend for a Certificate.", + 'Certificate represents a HTTP-reachable backend for a Certificate.', CERTIFICATEMANAGER_Certificate.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_CERTIFICATEISSUANCECONFIG, new ResourceProperty( - "Certificate represents a HTTP-reachable backend for a Certificate. To get more information about CertificateIssuanceConfig, see: - [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.certificateIssuanceConfigs) - How-to Guides - [Manage certificate issuance configs](https://cloud.google.com/certificate-manager/docs/issuance-configs)", + 'Certificate represents a HTTP-reachable backend for a Certificate. To get more information about CertificateIssuanceConfig, see: - [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.certificateIssuanceConfigs) - How-to Guides - [Manage certificate issuance configs](https://cloud.google.com/certificate-manager/docs/issuance-configs)', CERTIFICATEMANAGER_CertificateIssuanceConfig.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_CERTIFICATEMAP, new ResourceProperty( - "CertificateMap defines a collection of certificate configurations, which are usable by any associated target proxies", + 'CertificateMap defines a collection of certificate configurations, which are usable by any associated target proxies', CERTIFICATEMANAGER_CertificateMap.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_CERTIFICATEMAPENTRY, new ResourceProperty( - "CertificateMapEntry is a list of certificate configurations, that have been issued for a particular hostname", + 'CertificateMapEntry is a list of certificate configurations, that have been issued for a particular hostname', CERTIFICATEMANAGER_CertificateMapEntry.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_DNSAUTHORIZATION, new ResourceProperty( - "DnsAuthorization represents a HTTP-reachable backend for a DnsAuthorization.", + 'DnsAuthorization represents a HTTP-reachable backend for a DnsAuthorization.', CERTIFICATEMANAGER_DnsAuthorization.GetTypes(), ), ], [ ResourceType.CERTIFICATEMANAGER_TRUSTCONFIG, new ResourceProperty( - "TrustConfig represents a resource that represents your Public Key Infrastructure (PKI) configuration in Certificate Manager for use in mutual TLS authentication scenarios. To get more information about TrustConfig, see: - [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.trustConfigs/create) - How-to Guides - [Official Documentation](https://cloud.google.com/certificate-manager/docs)", + 'TrustConfig represents a resource that represents your Public Key Infrastructure (PKI) configuration in Certificate Manager for use in mutual TLS authentication scenarios. To get more information about TrustConfig, see: - [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.trustConfigs/create) - How-to Guides - [Official Documentation](https://cloud.google.com/certificate-manager/docs)', CERTIFICATEMANAGER_TrustConfig.GetTypes(), ), ], [ ResourceType.CLOUDASSET_FOLDERFEED, new ResourceProperty( - "Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about FolderFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)", + 'Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about FolderFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)', CLOUDASSET_FolderFeed.GetTypes(), ), ], [ ResourceType.CLOUDASSET_ORGANIZATIONFEED, new ResourceProperty( - "Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about OrganizationFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)", + 'Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about OrganizationFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)', CLOUDASSET_OrganizationFeed.GetTypes(), ), ], [ ResourceType.CLOUDASSET_PROJECTFEED, new ResourceProperty( - "Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about ProjectFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)", + 'Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about ProjectFeed, see: - [API documentation](https://cloud.google.com/asset-inventory/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/asset-inventory/docs)', CLOUDASSET_ProjectFeed.GetTypes(), ), ], [ ResourceType.CLOUDBUILD_BITBUCKETSERVERCONFIG, new ResourceProperty( - "BitbucketServerConfig represents the configuration for a Bitbucket Server. To get more information about BitbucketServerConfig, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.bitbucketServerConfigs) - How-to Guides - [Connect to a Bitbucket Server host](https://cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-server)", + 'BitbucketServerConfig represents the configuration for a Bitbucket Server. To get more information about BitbucketServerConfig, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.bitbucketServerConfigs) - How-to Guides - [Connect to a Bitbucket Server host](https://cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-server)', CLOUDBUILD_BitbucketServerConfig.GetTypes(), ), ], [ ResourceType.CLOUDBUILD_TRIGGER, new ResourceProperty( - "Configuration for an automated build in response to source repository changes. To get more information about Trigger, see: - [API documentation](https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.triggers) - How-to Guides - [Automating builds using build triggers](https://cloud.google.com/cloud-build/docs/running-builds/automate-builds) > --Note:-- You can retrieve the email of the Cloud Build Service Account used in jobs by using the `gcp.projects.ServiceIdentity` resource.", + 'Configuration for an automated build in response to source repository changes. To get more information about Trigger, see: - [API documentation](https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.triggers) - How-to Guides - [Automating builds using build triggers](https://cloud.google.com/cloud-build/docs/running-builds/automate-builds) > --Note:-- You can retrieve the email of the Cloud Build Service Account used in jobs by using the `gcp.projects.ServiceIdentity` resource.', CLOUDBUILD_Trigger.GetTypes(), ), ], [ ResourceType.CLOUDBUILD_WORKERPOOL, new ResourceProperty( - "Definition of custom Cloud Build WorkerPools for running jobs with custom configuration and custom networking.", + 'Definition of custom Cloud Build WorkerPools for running jobs with custom configuration and custom networking.', CLOUDBUILD_WorkerPool.GetTypes(), ), ], [ ResourceType.CLOUDBUILDV2_CONNECTION, new ResourceProperty( - "A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center or GitLab. To get more information about Connection, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/build/docs)", + 'A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center or GitLab. To get more information about Connection, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/build/docs)', CLOUDBUILDV2_Connection.GetTypes(), ), ], [ ResourceType.CLOUDBUILDV2_CONNECTIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:', CLOUDBUILDV2_ConnectionIAMBinding.GetTypes(), ), ], [ ResourceType.CLOUDBUILDV2_CONNECTIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:', CLOUDBUILDV2_ConnectionIAMMember.GetTypes(), ), ], [ ResourceType.CLOUDBUILDV2_CONNECTIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Build v2 Connection. Each of these resources serves a different use case:', CLOUDBUILDV2_ConnectionIAMPolicy.GetTypes(), ), ], [ ResourceType.CLOUDBUILDV2_REPOSITORY, new ResourceProperty( - "A repository associated to a parent connection. To get more information about Repository, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/build/docs)", + 'A repository associated to a parent connection. To get more information about Repository, see: - [API documentation](https://cloud.google.com/build/docs/api/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/build/docs)', CLOUDBUILDV2_Repository.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_AUTOMATION, new ResourceProperty( - "An `Automation` enables the automation of manually driven actions for a Delivery Pipeline, which includes Release promotion amongst Targets, Rollout repair and Rollout deployment strategy advancement. To get more information about Automation, see: - [API documentation](https://cloud.google.com/deploy/docs/api/reference/rest/v1/projects.locations.deliveryPipelines.automations) - How-to Guides - [Automate your deployment](https://cloud.google.com/deploy/docs/automation)", + 'An `Automation` enables the automation of manually driven actions for a Delivery Pipeline, which includes Release promotion amongst Targets, Rollout repair and Rollout deployment strategy advancement. To get more information about Automation, see: - [API documentation](https://cloud.google.com/deploy/docs/api/reference/rest/v1/projects.locations.deliveryPipelines.automations) - How-to Guides - [Automate your deployment](https://cloud.google.com/deploy/docs/automation)', CLOUDDEPLOY_Automation.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_CUSTOMTARGETTYPE, new ResourceProperty( - "A Cloud Deploy `CustomTargetType` defines a type of custom target that can be referenced in a Cloud Deploy `Target` in order to facilitate deploying to other systems besides the supported runtimes. To get more information about CustomTargetType, see: - [API documentation](https://cloud.google.com/deploy/docs/api/reference/rest/v1/projects.locations.customTargetTypes) - How-to Guides - [Define and use a custom target type](https://cloud.google.com/deploy/docs/deploy-app-custom-target)", + 'A Cloud Deploy `CustomTargetType` defines a type of custom target that can be referenced in a Cloud Deploy `Target` in order to facilitate deploying to other systems besides the supported runtimes. To get more information about CustomTargetType, see: - [API documentation](https://cloud.google.com/deploy/docs/api/reference/rest/v1/projects.locations.customTargetTypes) - How-to Guides - [Define and use a custom target type](https://cloud.google.com/deploy/docs/deploy-app-custom-target)', CLOUDDEPLOY_CustomTargetType.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_DELIVERYPIPELINE, new ResourceProperty( - "The Cloud Deploy `DeliveryPipeline` resource", + 'The Cloud Deploy `DeliveryPipeline` resource', CLOUDDEPLOY_DeliveryPipeline.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_DELIVERYPIPELINEIAMBINDING, new ResourceProperty( - "", + '', CLOUDDEPLOY_DeliveryPipelineIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_DELIVERYPIPELINEIAMMEMBER, new ResourceProperty( - "", + '', CLOUDDEPLOY_DeliveryPipelineIamMember.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_DELIVERYPIPELINEIAMPOLICY, new ResourceProperty( - "", + '', CLOUDDEPLOY_DeliveryPipelineIamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_TARGET, new ResourceProperty( - "The Cloud Deploy `Target` resource", + 'The Cloud Deploy `Target` resource', CLOUDDEPLOY_Target.GetTypes(), ), ], [ ResourceType.CLOUDDEPLOY_TARGETIAMBINDING, - new ResourceProperty("", CLOUDDEPLOY_TargetIamBinding.GetTypes()), + new ResourceProperty('', CLOUDDEPLOY_TargetIamBinding.GetTypes()), ], [ ResourceType.CLOUDDEPLOY_TARGETIAMMEMBER, - new ResourceProperty("", CLOUDDEPLOY_TargetIamMember.GetTypes()), + new ResourceProperty('', CLOUDDEPLOY_TargetIamMember.GetTypes()), ], [ ResourceType.CLOUDDEPLOY_TARGETIAMPOLICY, - new ResourceProperty("", CLOUDDEPLOY_TargetIamPolicy.GetTypes()), + new ResourceProperty('', CLOUDDEPLOY_TargetIamPolicy.GetTypes()), ], [ ResourceType.CLOUDDOMAINS_REGISTRATION, - new ResourceProperty("", CLOUDDOMAINS_Registration.GetTypes()), + new ResourceProperty('', CLOUDDOMAINS_Registration.GetTypes()), ], [ ResourceType.CLOUDFUNCTIONS_FUNCTION, new ResourceProperty( - "Creates a new Cloud Function. For more information see: - [API documentation](https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions) - How-to Guides - [Official Documentation](https://cloud.google.com/functions/docs) > --Warning:-- As of November 1, 2019, newly created Functions are private-by-default and will require [appropriate IAM permissions](https://cloud.google.com/functions/docs/reference/iam/roles) to be invoked. See below examples for how to set up the appropriate permissions, or view the [Cloud Functions IAM resources](https://www.terraform.io/docs/providers/google/r/cloudfunctions_cloud_function_iam.html) for Cloud Functions.", + 'Creates a new Cloud Function. For more information see: - [API documentation](https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions) - How-to Guides - [Official Documentation](https://cloud.google.com/functions/docs) > --Warning:-- As of November 1, 2019, newly created Functions are private-by-default and will require [appropriate IAM permissions](https://cloud.google.com/functions/docs/reference/iam/roles) to be invoked. See below examples for how to set up the appropriate permissions, or view the [Cloud Functions IAM resources](https://www.terraform.io/docs/providers/google/r/cloudfunctions_cloud_function_iam.html) for Cloud Functions.', CLOUDFUNCTIONS_Function.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONS_FUNCTIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:', CLOUDFUNCTIONS_FunctionIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONS_FUNCTIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:', CLOUDFUNCTIONS_FunctionIamMember.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONS_FUNCTIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions CloudFunction. Each of these resources serves a different use case:', CLOUDFUNCTIONS_FunctionIamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONSV2_FUNCTION, new ResourceProperty( - "A Cloud Function that contains user computation executed in response to an event. To get more information about function, see: - [API documentation](https://cloud.google.com/functions/docs/reference/rest/v2beta/projects.locations.functions)", + 'A Cloud Function that contains user computation executed in response to an event. To get more information about function, see: - [API documentation](https://cloud.google.com/functions/docs/reference/rest/v2beta/projects.locations.functions)', CLOUDFUNCTIONSV2_Function.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONSV2_FUNCTIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:', CLOUDFUNCTIONSV2_FunctionIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONSV2_FUNCTIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:', CLOUDFUNCTIONSV2_FunctionIamMember.GetTypes(), ), ], [ ResourceType.CLOUDFUNCTIONSV2_FUNCTIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Functions (2nd gen) function. Each of these resources serves a different use case:', CLOUDFUNCTIONSV2_FunctionIamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDIDENTITY_GROUP, new ResourceProperty( - "A Cloud Identity resource representing a Group. To get more information about Group, see: - [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups) - How-to Guides - [Official Documentation](https://cloud.google.com/identity/docs/how-to/setup) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Cloud Identity API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'A Cloud Identity resource representing a Group. To get more information about Group, see: - [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups) - How-to Guides - [Official Documentation](https://cloud.google.com/identity/docs/how-to/setup) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Cloud Identity API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', CLOUDIDENTITY_Group.GetTypes(), ), ], @@ -4568,7 +4568,7 @@ export class ResourceProperties { [ ResourceType.CLOUDIDS_ENDPOINT, new ResourceProperty( - "Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/intrusion-detection-system/docs/configuring-ids)", + 'Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/intrusion-detection-system/docs/configuring-ids)', CLOUDIDS_Endpoint.GetTypes(), ), ], @@ -4582,125 +4582,125 @@ export class ResourceProperties { [ ResourceType.CLOUDRUN_IAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:', CLOUDRUN_IamBinding.GetTypes(), ), ], [ ResourceType.CLOUDRUN_IAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:', CLOUDRUN_IamMember.GetTypes(), ), ], [ ResourceType.CLOUDRUN_IAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run Service. Each of these resources serves a different use case:', CLOUDRUN_IamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDRUN_SERVICE, new ResourceProperty( - "A Cloud Run service has a unique endpoint and autoscales containers. To get more information about Service, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/) > --Warning:-- We recommend using the `gcp.cloudrunv2.Service` resource which offers a better developer experience and broader support of Cloud Run features.", + 'A Cloud Run service has a unique endpoint and autoscales containers. To get more information about Service, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/) > --Warning:-- We recommend using the `gcp.cloudrunv2.Service` resource which offers a better developer experience and broader support of Cloud Run features.', CLOUDRUN_Service.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_JOB, new ResourceProperty( - "A Cloud Run Job resource that references a container image which is run to completion. To get more information about Job, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/)", + 'A Cloud Run Job resource that references a container image which is run to completion. To get more information about Job, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/)', CLOUDRUNV2_Job.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_JOBIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:', CLOUDRUNV2_JobIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_JOBIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:', CLOUDRUNV2_JobIamMember.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_JOBIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Job. Each of these resources serves a different use case:', CLOUDRUNV2_JobIamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_SERVICE, new ResourceProperty( - "Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service. Service exists to provide a singular abstraction which can be access controlled, reasoned about, and which encapsulates software lifecycle decisions such as rollout policy and team resource ownership. To get more information about Service, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/)", + 'Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service. Service exists to provide a singular abstraction which can be access controlled, reasoned about, and which encapsulates software lifecycle decisions such as rollout policy and team resource ownership. To get more information about Service, see: - [API documentation](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services) - How-to Guides - [Official Documentation](https://cloud.google.com/run/docs/)', CLOUDRUNV2_Service.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_SERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:', CLOUDRUNV2_ServiceIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_SERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:', CLOUDRUNV2_ServiceIamMember.GetTypes(), ), ], [ ResourceType.CLOUDRUNV2_SERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Run (v2 API) Service. Each of these resources serves a different use case:', CLOUDRUNV2_ServiceIamPolicy.GetTypes(), ), ], [ ResourceType.CLOUDSCHEDULER_JOB, new ResourceProperty( - "A scheduled job that can publish a PubSub message or an HTTP request every X interval of time, using a crontab format string. To get more information about Job, see: - [API documentation](https://cloud.google.com/scheduler/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/scheduler/)", + 'A scheduled job that can publish a PubSub message or an HTTP request every X interval of time, using a crontab format string. To get more information about Job, see: - [API documentation](https://cloud.google.com/scheduler/docs/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/scheduler/)', CLOUDSCHEDULER_Job.GetTypes(), ), ], [ ResourceType.CLOUDTASKS_QUEUE, new ResourceProperty( - "A named resource to which messages are sent by publishers.", + 'A named resource to which messages are sent by publishers.', CLOUDTASKS_Queue.GetTypes(), ), ], [ ResourceType.CLOUDTASKS_QUEUEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:', CLOUDTASKS_QueueIamBinding.GetTypes(), ), ], [ ResourceType.CLOUDTASKS_QUEUEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:', CLOUDTASKS_QueueIamMember.GetTypes(), ), ], [ ResourceType.CLOUDTASKS_QUEUEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Tasks Queue. Each of these resources serves a different use case:', CLOUDTASKS_QueueIamPolicy.GetTypes(), ), ], [ ResourceType.COMPOSER_ENVIRONMENT, - new ResourceProperty("", COMPOSER_Environment.GetTypes()), + new ResourceProperty('', COMPOSER_Environment.GetTypes()), ], [ ResourceType.COMPUTE_ADDRESS, @@ -4719,59 +4719,59 @@ export class ResourceProperties { [ ResourceType.COMPUTE_AUTOSCALER, new ResourceProperty( - "Represents an Autoscaler resource. Autoscalers allow you to automatically scale virtual machine instances in managed instance groups according to an autoscaling policy that you define. To get more information about Autoscaler, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/autoscalers) - How-to Guides - [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)", + 'Represents an Autoscaler resource. Autoscalers allow you to automatically scale virtual machine instances in managed instance groups according to an autoscaling policy that you define. To get more information about Autoscaler, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/autoscalers) - How-to Guides - [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)', COMPUTE_Autoscaler.GetTypes(), ), ], [ ResourceType.COMPUTE_BACKENDBUCKET, new ResourceProperty( - "Backend buckets allow you to use Google Cloud Storage buckets with HTTP(S) load balancing. An HTTP(S) load balancer can direct traffic to specified URLs to a backend bucket rather than a backend service. It can send requests for static content to a Cloud Storage bucket and requests for dynamic content to a virtual machine instance. To get more information about BackendBucket, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/backendBuckets) - How-to Guides - [Using a Cloud Storage bucket as a load balancer backend](https://cloud.google.com/compute/docs/load-balancing/http/backend-bucket)", + 'Backend buckets allow you to use Google Cloud Storage buckets with HTTP(S) load balancing. An HTTP(S) load balancer can direct traffic to specified URLs to a backend bucket rather than a backend service. It can send requests for static content to a Cloud Storage bucket and requests for dynamic content to a virtual machine instance. To get more information about BackendBucket, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/backendBuckets) - How-to Guides - [Using a Cloud Storage bucket as a load balancer backend](https://cloud.google.com/compute/docs/load-balancing/http/backend-bucket)', COMPUTE_BackendBucket.GetTypes(), ), ], [ ResourceType.COMPUTE_BACKENDBUCKETIAMBINDING, - new ResourceProperty("", COMPUTE_BackendBucketIamBinding.GetTypes()), + new ResourceProperty('', COMPUTE_BackendBucketIamBinding.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDBUCKETIAMMEMBER, - new ResourceProperty("", COMPUTE_BackendBucketIamMember.GetTypes()), + new ResourceProperty('', COMPUTE_BackendBucketIamMember.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDBUCKETIAMPOLICY, - new ResourceProperty("", COMPUTE_BackendBucketIamPolicy.GetTypes()), + new ResourceProperty('', COMPUTE_BackendBucketIamPolicy.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDBUCKETSIGNEDURLKEY, new ResourceProperty( - "A key for signing Cloud CDN signed URLs for BackendBuckets. To get more information about BackendBucketSignedUrlKey, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets) - How-to Guides - [Using Signed URLs](https://cloud.google.com/cdn/docs/using-signed-urls/)", + 'A key for signing Cloud CDN signed URLs for BackendBuckets. To get more information about BackendBucketSignedUrlKey, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets) - How-to Guides - [Using Signed URLs](https://cloud.google.com/cdn/docs/using-signed-urls/)', COMPUTE_BackendBucketSignedUrlKey.GetTypes(), ), ], [ ResourceType.COMPUTE_BACKENDSERVICE, new ResourceProperty( - "A Backend Service defines a group of virtual machines that will serve traffic for load balancing. This resource is a global backend service, appropriate for external load balancing or self-managed internal load balancing. For managed internal load balancing, use a regional backend service instead. Currently self-managed internal load balancing is only available in beta. To get more information about BackendService, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/backendServices) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/backend-service)", + 'A Backend Service defines a group of virtual machines that will serve traffic for load balancing. This resource is a global backend service, appropriate for external load balancing or self-managed internal load balancing. For managed internal load balancing, use a regional backend service instead. Currently self-managed internal load balancing is only available in beta. To get more information about BackendService, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/backendServices) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/backend-service)', COMPUTE_BackendService.GetTypes(), ), ], [ ResourceType.COMPUTE_BACKENDSERVICEIAMBINDING, - new ResourceProperty("", COMPUTE_BackendServiceIamBinding.GetTypes()), + new ResourceProperty('', COMPUTE_BackendServiceIamBinding.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDSERVICEIAMMEMBER, - new ResourceProperty("", COMPUTE_BackendServiceIamMember.GetTypes()), + new ResourceProperty('', COMPUTE_BackendServiceIamMember.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDSERVICEIAMPOLICY, - new ResourceProperty("", COMPUTE_BackendServiceIamPolicy.GetTypes()), + new ResourceProperty('', COMPUTE_BackendServiceIamPolicy.GetTypes()), ], [ ResourceType.COMPUTE_BACKENDSERVICESIGNEDURLKEY, new ResourceProperty( - "A key for signing Cloud CDN signed URLs for Backend Services. To get more information about BackendServiceSignedUrlKey, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) - How-to Guides - [Using Signed URLs](https://cloud.google.com/cdn/docs/using-signed-urls/)", + 'A key for signing Cloud CDN signed URLs for Backend Services. To get more information about BackendServiceSignedUrlKey, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) - How-to Guides - [Using Signed URLs](https://cloud.google.com/cdn/docs/using-signed-urls/)', COMPUTE_BackendServiceSignedUrlKey.GetTypes(), ), ], @@ -4785,49 +4785,49 @@ export class ResourceProperties { [ ResourceType.COMPUTE_DISK, new ResourceProperty( - "Persistent disks are durable storage devices that function similarly to the physical disks in a desktop or a server. Compute Engine manages the hardware behind these devices to ensure data redundancy and optimize performance for you. Persistent disks are available as either standard hard disk drives (HDD) or solid-state drives (SSD). Persistent disks are located independently from your virtual machine instances, so you can detach or move persistent disks to keep your data even after you delete your instances. Persistent disk performance scales automatically with size, so you can resize your existing persistent disks or add more persistent disks to an instance to meet your performance and storage space requirements. Add a persistent disk to your instance when you need reliable and affordable storage with consistent performance characteristics. To get more information about Disk, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/disks) - How-to Guides - [Adding a persistent disk](https://cloud.google.com/compute/docs/disks/add-persistent-disk)", + 'Persistent disks are durable storage devices that function similarly to the physical disks in a desktop or a server. Compute Engine manages the hardware behind these devices to ensure data redundancy and optimize performance for you. Persistent disks are available as either standard hard disk drives (HDD) or solid-state drives (SSD). Persistent disks are located independently from your virtual machine instances, so you can detach or move persistent disks to keep your data even after you delete your instances. Persistent disk performance scales automatically with size, so you can resize your existing persistent disks or add more persistent disks to an instance to meet your performance and storage space requirements. Add a persistent disk to your instance when you need reliable and affordable storage with consistent performance characteristics. To get more information about Disk, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/disks) - How-to Guides - [Adding a persistent disk](https://cloud.google.com/compute/docs/disks/add-persistent-disk)', COMPUTE_Disk.GetTypes(), ), ], [ ResourceType.COMPUTE_DISKASYNCREPLICATION, new ResourceProperty( - "Starts and stops asynchronous persistent disk replication. For more information see [the official documentation](https://cloud.google.com/compute/docs/disks/async-pd/about) and the [API](https://cloud.google.com/compute/docs/reference/rest/v1/disks).", + 'Starts and stops asynchronous persistent disk replication. For more information see [the official documentation](https://cloud.google.com/compute/docs/disks/async-pd/about) and the [API](https://cloud.google.com/compute/docs/reference/rest/v1/disks).', COMPUTE_DiskAsyncReplication.GetTypes(), ), ], [ ResourceType.COMPUTE_DISKIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_DiskIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_DISKIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_DiskIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_DISKIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_DiskIamPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_DISKRESOURCEPOLICYATTACHMENT, new ResourceProperty( - "Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation. > --Note:-- This resource does not support regional disks (`gcp.compute.RegionDisk`). For regional disks, please refer to the `gcp.compute.RegionDiskResourcePolicyAttachment` resource.", + 'Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation. > --Note:-- This resource does not support regional disks (`gcp.compute.RegionDisk`). For regional disks, please refer to the `gcp.compute.RegionDiskResourcePolicyAttachment` resource.', COMPUTE_DiskResourcePolicyAttachment.GetTypes(), ), ], [ ResourceType.COMPUTE_EXTERNALVPNGATEWAY, new ResourceProperty( - "Represents a VPN gateway managed outside of GCP. To get more information about ExternalVpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/externalVpnGateways)", + 'Represents a VPN gateway managed outside of GCP. To get more information about ExternalVpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/externalVpnGateways)', COMPUTE_ExternalVpnGateway.GetTypes(), ), ], @@ -4841,49 +4841,49 @@ export class ResourceProperties { [ ResourceType.COMPUTE_FIREWALLPOLICY, new ResourceProperty( - "Hierarchical firewall policy rules let you create and enforce a consistent firewall policy across your organization. Rules can explicitly allow or deny connections or delegate evaluation to lower level policies. Policies can be created within organizations or folders. This resource should be generally be used with `gcp.compute.FirewallPolicyAssociation` and `gcp.compute.FirewallPolicyRule` For more information see the [official documentation](https://cloud.google.com/vpc/docs/firewall-policies)", + 'Hierarchical firewall policy rules let you create and enforce a consistent firewall policy across your organization. Rules can explicitly allow or deny connections or delegate evaluation to lower level policies. Policies can be created within organizations or folders. This resource should be generally be used with `gcp.compute.FirewallPolicyAssociation` and `gcp.compute.FirewallPolicyRule` For more information see the [official documentation](https://cloud.google.com/vpc/docs/firewall-policies)', COMPUTE_FirewallPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_FIREWALLPOLICYASSOCIATION, new ResourceProperty( - "Allows associating hierarchical firewall policies with the target where they are applied. This allows creating policies and rules in a different location than they are applied. For more information on applying hierarchical firewall policies see the [official documentation](https://cloud.google.com/vpc/docs/firewall-policies#managing_hierarchical_firewall_policy_resources)", + 'Allows associating hierarchical firewall policies with the target where they are applied. This allows creating policies and rules in a different location than they are applied. For more information on applying hierarchical firewall policies see the [official documentation](https://cloud.google.com/vpc/docs/firewall-policies#managing_hierarchical_firewall_policy_resources)', COMPUTE_FirewallPolicyAssociation.GetTypes(), ), ], [ ResourceType.COMPUTE_FIREWALLPOLICYRULE, new ResourceProperty( - "The Compute FirewallPolicyRule resource", + 'The Compute FirewallPolicyRule resource', COMPUTE_FirewallPolicyRule.GetTypes(), ), ], [ ResourceType.COMPUTE_FORWARDINGRULE, new ResourceProperty( - "A ForwardingRule resource. A ForwardingRule resource specifies which pool of target virtual machines to forward a packet to if it matches the given [IPAddress, IPProtocol, portRange] tuple. To get more information about ForwardingRule, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/forwardingRules) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules)", + 'A ForwardingRule resource. A ForwardingRule resource specifies which pool of target virtual machines to forward a packet to if it matches the given [IPAddress, IPProtocol, portRange] tuple. To get more information about ForwardingRule, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/forwardingRules) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules)', COMPUTE_ForwardingRule.GetTypes(), ), ], [ ResourceType.COMPUTE_GLOBALADDRESS, new ResourceProperty( - "Represents a Global Address resource. Global addresses are used for HTTP(S) load balancing. To get more information about GlobalAddress, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/globalAddresses) - How-to Guides - [Reserving a Static External IP Address](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address)", + 'Represents a Global Address resource. Global addresses are used for HTTP(S) load balancing. To get more information about GlobalAddress, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/globalAddresses) - How-to Guides - [Reserving a Static External IP Address](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address)', COMPUTE_GlobalAddress.GetTypes(), ), ], [ ResourceType.COMPUTE_GLOBALFORWARDINGRULE, new ResourceProperty( - "Represents a GlobalForwardingRule resource. Global forwarding rules are used to forward traffic to the correct load balancer for HTTP load balancing. Global forwarding rules can only be used for HTTP load balancing. For more information, see https://cloud.google.com/compute/docs/load-balancing/http/", + 'Represents a GlobalForwardingRule resource. Global forwarding rules are used to forward traffic to the correct load balancer for HTTP load balancing. Global forwarding rules can only be used for HTTP load balancing. For more information, see https://cloud.google.com/compute/docs/load-balancing/http/', COMPUTE_GlobalForwardingRule.GetTypes(), ), ], [ ResourceType.COMPUTE_GLOBALNETWORKENDPOINT, new ResourceProperty( - "A Global Network endpoint represents a IP address and port combination that exists outside of GCP. --NOTE--: Global network endpoints cannot be created outside of a global network endpoint group. To get more information about GlobalNetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)", + 'A Global Network endpoint represents a IP address and port combination that exists outside of GCP. --NOTE--: Global network endpoints cannot be created outside of a global network endpoint group. To get more information about GlobalNetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)', COMPUTE_GlobalNetworkEndpoint.GetTypes(), ), ], @@ -4897,91 +4897,91 @@ export class ResourceProperties { [ ResourceType.COMPUTE_HAVPNGATEWAY, new ResourceProperty( - "Represents a VPN gateway running in GCP. This virtual device is managed by Google, but used only by you. This type of VPN Gateway allows for the creation of VPN solutions with higher availability than classic Target VPN Gateways. To get more information about HaVpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/vpnGateways) - How-to Guides - [Choosing a VPN](https://cloud.google.com/vpn/docs/how-to/choosing-a-vpn) - [Cloud VPN Overview](https://cloud.google.com/vpn/docs/concepts/overview)", + 'Represents a VPN gateway running in GCP. This virtual device is managed by Google, but used only by you. This type of VPN Gateway allows for the creation of VPN solutions with higher availability than classic Target VPN Gateways. To get more information about HaVpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/vpnGateways) - How-to Guides - [Choosing a VPN](https://cloud.google.com/vpn/docs/how-to/choosing-a-vpn) - [Cloud VPN Overview](https://cloud.google.com/vpn/docs/concepts/overview)', COMPUTE_HaVpnGateway.GetTypes(), ), ], [ ResourceType.COMPUTE_HEALTHCHECK, new ResourceProperty( - "Health Checks determine whether instances are responsive and able to do work. They are an important part of a comprehensive load balancing configuration, as they enable monitoring instances behind load balancers. Health Checks poll instances at a specified interval. Instances that do not respond successfully to some number of probes in a row are marked as unhealthy. No new connections are sent to unhealthy instances, though existing connections will continue. The health check will continue to poll unhealthy instances. If an instance later responds successfully to some number of consecutive probes, it is marked healthy again and can receive new connections. ~>--NOTE--: Legacy HTTP(S) health checks must be used for target pool-based network load balancers. See the [official guide](https://cloud.google.com/load-balancing/docs/health-check-concepts#selecting_hc) for choosing a type of health check. To get more information about HealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks)", + 'Health Checks determine whether instances are responsive and able to do work. They are an important part of a comprehensive load balancing configuration, as they enable monitoring instances behind load balancers. Health Checks poll instances at a specified interval. Instances that do not respond successfully to some number of probes in a row are marked as unhealthy. No new connections are sent to unhealthy instances, though existing connections will continue. The health check will continue to poll unhealthy instances. If an instance later responds successfully to some number of consecutive probes, it is marked healthy again and can receive new connections. ~>--NOTE--: Legacy HTTP(S) health checks must be used for target pool-based network load balancers. See the [official guide](https://cloud.google.com/load-balancing/docs/health-check-concepts#selecting_hc) for choosing a type of health check. To get more information about HealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks)', COMPUTE_HealthCheck.GetTypes(), ), ], [ ResourceType.COMPUTE_HTTPHEALTHCHECK, new ResourceProperty( - "An HttpHealthCheck resource. This resource defines a template for how individual VMs should be checked for health, via HTTP. > --Note:-- gcp.compute.HttpHealthCheck is a legacy health check. The newer [gcp.compute.HealthCheck](https://www.terraform.io/docs/providers/google/r/compute_health_check.html) should be preferred for all uses except [Network Load Balancers](https://cloud.google.com/compute/docs/load-balancing/network/) which still require the legacy version. To get more information about HttpHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpHealthChecks) - How-to Guides - [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)", + 'An HttpHealthCheck resource. This resource defines a template for how individual VMs should be checked for health, via HTTP. > --Note:-- gcp.compute.HttpHealthCheck is a legacy health check. The newer [gcp.compute.HealthCheck](https://www.terraform.io/docs/providers/google/r/compute_health_check.html) should be preferred for all uses except [Network Load Balancers](https://cloud.google.com/compute/docs/load-balancing/network/) which still require the legacy version. To get more information about HttpHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpHealthChecks) - How-to Guides - [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)', COMPUTE_HttpHealthCheck.GetTypes(), ), ], [ ResourceType.COMPUTE_HTTPSHEALTHCHECK, new ResourceProperty( - "An HttpsHealthCheck resource. This resource defines a template for how individual VMs should be checked for health, via HTTPS. > --Note:-- gcp.compute.HttpsHealthCheck is a legacy health check. The newer [gcp.compute.HealthCheck](https://www.terraform.io/docs/providers/google/r/compute_health_check.html) should be preferred for all uses except [Network Load Balancers](https://cloud.google.com/compute/docs/load-balancing/network/) which still require the legacy version. To get more information about HttpsHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpsHealthChecks) - How-to Guides - [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)", + 'An HttpsHealthCheck resource. This resource defines a template for how individual VMs should be checked for health, via HTTPS. > --Note:-- gcp.compute.HttpsHealthCheck is a legacy health check. The newer [gcp.compute.HealthCheck](https://www.terraform.io/docs/providers/google/r/compute_health_check.html) should be preferred for all uses except [Network Load Balancers](https://cloud.google.com/compute/docs/load-balancing/network/) which still require the legacy version. To get more information about HttpsHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpsHealthChecks) - How-to Guides - [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks)', COMPUTE_HttpsHealthCheck.GetTypes(), ), ], [ ResourceType.COMPUTE_IMAGE, new ResourceProperty( - "Represents an Image resource. Google Compute Engine uses operating system images to create the root persistent disks for your instances. You specify an image when you create an instance. Images contain a boot loader, an operating system, and a root file system. Linux operating system images are also capable of running containers on Compute Engine. Images can be either public or custom. Public images are provided and maintained by Google, open-source communities, and third-party vendors. By default, all projects have access to these images and can use them to create instances. Custom images are available only to your project. You can create a custom image from root persistent disks and other images. Then, use the custom image to create an instance. To get more information about Image, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/images) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/images)", + 'Represents an Image resource. Google Compute Engine uses operating system images to create the root persistent disks for your instances. You specify an image when you create an instance. Images contain a boot loader, an operating system, and a root file system. Linux operating system images are also capable of running containers on Compute Engine. Images can be either public or custom. Public images are provided and maintained by Google, open-source communities, and third-party vendors. By default, all projects have access to these images and can use them to create instances. Custom images are available only to your project. You can create a custom image from root persistent disks and other images. Then, use the custom image to create an instance. To get more information about Image, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/images) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/images)', COMPUTE_Image.GetTypes(), ), ], [ ResourceType.COMPUTE_IMAGEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:', COMPUTE_ImageIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_IMAGEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:', COMPUTE_ImageIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_IMAGEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:', COMPUTE_ImageIamPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCE, new ResourceProperty( - "Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances).", + 'Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances).', COMPUTE_Instance.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEFROMMACHINEIMAGE, new ResourceProperty( - "Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances). This resource is specifically to create a compute instance from a given `source_machine_image`. To create an instance without a machine image, use the `gcp.compute.Instance` resource.", + 'Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances). This resource is specifically to create a compute instance from a given `source_machine_image`. To create an instance without a machine image, use the `gcp.compute.Instance` resource.', COMPUTE_InstanceFromMachineImage.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEFROMTEMPLATE, new ResourceProperty( - "Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances). This resource is specifically to create a compute instance from a given `source_instance_template`. To create an instance without a template, use the `gcp.compute.Instance` resource.", + 'Manages a VM instance resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instances) and [API](https://cloud.google.com/compute/docs/reference/latest/instances). This resource is specifically to create a compute instance from a given `source_instance_template`. To create an instance without a template, use the `gcp.compute.Instance` resource.', COMPUTE_InstanceFromTemplate.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEGROUP, new ResourceProperty( - "Creates a group of dissimilar Compute Engine virtual machine instances. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/#unmanaged_instance_groups) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroups)", + 'Creates a group of dissimilar Compute Engine virtual machine instances. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/#unmanaged_instance_groups) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroups)', COMPUTE_InstanceGroup.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEGROUPMANAGER, new ResourceProperty( - "The Google Compute Engine Instance Group Manager API creates and manages pools of homogeneous Compute Engine virtual machine instances from a common instance template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/manager) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroupManagers) > --Note:-- Use [gcp.compute.RegionInstanceGroupManager](https://www.terraform.io/docs/providers/google/r/compute_region_instance_group_manager.html) to create a regional (multi-zone) instance group manager.", + 'The Google Compute Engine Instance Group Manager API creates and manages pools of homogeneous Compute Engine virtual machine instances from a common instance template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/manager) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroupManagers) > --Note:-- Use [gcp.compute.RegionInstanceGroupManager](https://www.terraform.io/docs/providers/google/r/compute_region_instance_group_manager.html) to create a regional (multi-zone) instance group manager.', COMPUTE_InstanceGroupManager.GetTypes(), ), ], @@ -5002,67 +5002,67 @@ export class ResourceProperties { [ ResourceType.COMPUTE_INSTANCEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:', COMPUTE_InstanceIAMBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:', COMPUTE_InstanceIAMMember.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:', COMPUTE_InstanceIAMPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_INSTANCESETTINGS, - new ResourceProperty("", COMPUTE_InstanceSettings.GetTypes()), + new ResourceProperty('', COMPUTE_InstanceSettings.GetTypes()), ], [ ResourceType.COMPUTE_INSTANCETEMPLATE, new ResourceProperty( - "> --Note--: Global instance templates can be used in any region. To lower the impact of outages outside your region and gain data residency within your region, use google_compute_region_instance_template. Manages a VM instance template resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instance-templates) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceTemplates).", + '> --Note--: Global instance templates can be used in any region. To lower the impact of outages outside your region and gain data residency within your region, use google_compute_region_instance_template. Manages a VM instance template resource within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/instance-templates) and [API](https://cloud.google.com/compute/docs/reference/latest/instanceTemplates).', COMPUTE_InstanceTemplate.GetTypes(), ), ], [ ResourceType.COMPUTE_INTERCONNECTATTACHMENT, new ResourceProperty( - "Represents an InterconnectAttachment (VLAN attachment) resource. For more information, see Creating VLAN Attachments.", + 'Represents an InterconnectAttachment (VLAN attachment) resource. For more information, see Creating VLAN Attachments.', COMPUTE_InterconnectAttachment.GetTypes(), ), ], [ ResourceType.COMPUTE_MACHINEIMAGE, new ResourceProperty( - "Represents a Machine Image resource. Machine images store all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. To get more information about MachineImage, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/machineImages) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/machine-images)", + 'Represents a Machine Image resource. Machine images store all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. To get more information about MachineImage, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/machineImages) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/machine-images)', COMPUTE_MachineImage.GetTypes(), ), ], [ ResourceType.COMPUTE_MACHINEIMAGEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:', COMPUTE_MachineImageIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_MACHINEIMAGEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:', COMPUTE_MachineImageIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_MACHINEIMAGEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:', COMPUTE_MachineImageIamPolicy.GetTypes(), ), ], @@ -5083,22 +5083,22 @@ export class ResourceProperties { [ ResourceType.COMPUTE_NETWORK, new ResourceProperty( - "Manages a VPC network or legacy network resource on GCP. To get more information about Network, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networks) - How-to Guides - [Official Documentation](https://cloud.google.com/vpc/docs/vpc)", + 'Manages a VPC network or legacy network resource on GCP. To get more information about Network, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networks) - How-to Guides - [Official Documentation](https://cloud.google.com/vpc/docs/vpc)', COMPUTE_Network.GetTypes(), ), ], [ ResourceType.COMPUTE_NETWORKATTACHMENT, - new ResourceProperty("", COMPUTE_NetworkAttachment.GetTypes()), + new ResourceProperty('', COMPUTE_NetworkAttachment.GetTypes()), ], [ ResourceType.COMPUTE_NETWORKEDGESECURITYSERVICE, - new ResourceProperty("", COMPUTE_NetworkEdgeSecurityService.GetTypes()), + new ResourceProperty('', COMPUTE_NetworkEdgeSecurityService.GetTypes()), ], [ ResourceType.COMPUTE_NETWORKENDPOINT, new ResourceProperty( - "A Network endpoint represents a IP address and port combination that is part of a specific network endpoint group (NEG). NEGs are zonal collections of these endpoints for GCP resources within a single subnet. --NOTE--: Network endpoints cannot be created outside of a network endpoint group. To get more information about NetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)", + 'A Network endpoint represents a IP address and port combination that is part of a specific network endpoint group (NEG). NEGs are zonal collections of these endpoints for GCP resources within a single subnet. --NOTE--: Network endpoints cannot be created outside of a network endpoint group. To get more information about NetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)', COMPUTE_NetworkEndpoint.GetTypes(), ), ], @@ -5112,35 +5112,35 @@ export class ResourceProperties { [ ResourceType.COMPUTE_NETWORKENDPOINTLIST, new ResourceProperty( - "A set of network endpoints belonging to a network endpoint group (NEG). A single network endpoint represents a IP address and port combination that is part of a specific network endpoint group (NEG). NEGs are zonal collections of these endpoints for GCP resources within a single subnet. --NOTE--: Network endpoints cannot be created outside of a network endpoint group. This resource is authoritative for a single NEG. Any endpoints not specified by this resource will be deleted when the resource configuration is applied. To get more information about NetworkEndpoints, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)", + 'A set of network endpoints belonging to a network endpoint group (NEG). A single network endpoint represents a IP address and port combination that is part of a specific network endpoint group (NEG). NEGs are zonal collections of these endpoints for GCP resources within a single subnet. --NOTE--: Network endpoints cannot be created outside of a network endpoint group. This resource is authoritative for a single NEG. Any endpoints not specified by this resource will be deleted when the resource configuration is applied. To get more information about NetworkEndpoints, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)', COMPUTE_NetworkEndpointList.GetTypes(), ), ], [ ResourceType.COMPUTE_NETWORKFIREWALLPOLICY, new ResourceProperty( - "The Compute NetworkFirewallPolicy resource", + 'The Compute NetworkFirewallPolicy resource', COMPUTE_NetworkFirewallPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_NETWORKFIREWALLPOLICYASSOCIATION, new ResourceProperty( - "The Compute NetworkFirewallPolicyAssociation resource", + 'The Compute NetworkFirewallPolicyAssociation resource', COMPUTE_NetworkFirewallPolicyAssociation.GetTypes(), ), ], [ ResourceType.COMPUTE_NETWORKFIREWALLPOLICYRULE, new ResourceProperty( - "The Compute NetworkFirewallPolicyRule resource", + 'The Compute NetworkFirewallPolicyRule resource', COMPUTE_NetworkFirewallPolicyRule.GetTypes(), ), ], [ ResourceType.COMPUTE_NETWORKPEERING, new ResourceProperty( - "Manages a network peering within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/vpc/vpc-peering) and [API](https://cloud.google.com/compute/docs/reference/latest/networks). > Both networks must create a peering with each other for the peering to be functional. > Subnets IP ranges across peered VPC networks cannot overlap.", + 'Manages a network peering within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/vpc/vpc-peering) and [API](https://cloud.google.com/compute/docs/reference/latest/networks). > Both networks must create a peering with each other for the peering to be functional. > Subnets IP ranges across peered VPC networks cannot overlap.', COMPUTE_NetworkPeering.GetTypes(), ), ], @@ -5154,285 +5154,285 @@ export class ResourceProperties { [ ResourceType.COMPUTE_NODEGROUP, new ResourceProperty( - "Represents a NodeGroup resource to manage a group of sole-tenant nodes. To get more information about NodeGroup, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) - How-to Guides - [Sole-Tenant Nodes](https://cloud.google.com/compute/docs/nodes/) > --Warning:-- Due to limitations of the API, this provider cannot update the number of nodes in a node group and changes to node group size either through provider config or through external changes will cause the provider to delete and recreate the node group.", + 'Represents a NodeGroup resource to manage a group of sole-tenant nodes. To get more information about NodeGroup, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) - How-to Guides - [Sole-Tenant Nodes](https://cloud.google.com/compute/docs/nodes/) > --Warning:-- Due to limitations of the API, this provider cannot update the number of nodes in a node group and changes to node group size either through provider config or through external changes will cause the provider to delete and recreate the node group.', COMPUTE_NodeGroup.GetTypes(), ), ], [ ResourceType.COMPUTE_NODETEMPLATE, new ResourceProperty( - "Represents a NodeTemplate resource. Node templates specify properties for creating sole-tenant nodes, such as node type, vCPU and memory requirements, node affinity labels, and region. To get more information about NodeTemplate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/nodeTemplates) - How-to Guides - [Sole-Tenant Nodes](https://cloud.google.com/compute/docs/nodes/)", + 'Represents a NodeTemplate resource. Node templates specify properties for creating sole-tenant nodes, such as node type, vCPU and memory requirements, node affinity labels, and region. To get more information about NodeTemplate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/nodeTemplates) - How-to Guides - [Sole-Tenant Nodes](https://cloud.google.com/compute/docs/nodes/)', COMPUTE_NodeTemplate.GetTypes(), ), ], [ ResourceType.COMPUTE_ORGANIZATIONSECURITYPOLICY, new ResourceProperty( - "Organization security policies are used to control incoming/outgoing traffic. To get more information about OrganizationSecurityPolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies) - How-to Guides - [Creating a firewall policy](https://cloud.google.com/vpc/docs/using-firewall-policies#create-policy)", + 'Organization security policies are used to control incoming/outgoing traffic. To get more information about OrganizationSecurityPolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies) - How-to Guides - [Creating a firewall policy](https://cloud.google.com/vpc/docs/using-firewall-policies#create-policy)', COMPUTE_OrganizationSecurityPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_ORGANIZATIONSECURITYPOLICYASSOCIATION, new ResourceProperty( - "An association for the OrganizationSecurityPolicy. To get more information about OrganizationSecurityPolicyAssociation, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies/addAssociation) - How-to Guides - [Associating a policy with the organization or folder](https://cloud.google.com/vpc/docs/using-firewall-policies#associate)", + 'An association for the OrganizationSecurityPolicy. To get more information about OrganizationSecurityPolicyAssociation, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies/addAssociation) - How-to Guides - [Associating a policy with the organization or folder](https://cloud.google.com/vpc/docs/using-firewall-policies#associate)', COMPUTE_OrganizationSecurityPolicyAssociation.GetTypes(), ), ], [ ResourceType.COMPUTE_ORGANIZATIONSECURITYPOLICYRULE, new ResourceProperty( - "A rule for the OrganizationSecurityPolicy. To get more information about OrganizationSecurityPolicyRule, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies/addRule) - How-to Guides - [Creating firewall rules](https://cloud.google.com/vpc/docs/using-firewall-policies#create-rules)", + 'A rule for the OrganizationSecurityPolicy. To get more information about OrganizationSecurityPolicyRule, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/organizationSecurityPolicies/addRule) - How-to Guides - [Creating firewall rules](https://cloud.google.com/vpc/docs/using-firewall-policies#create-rules)', COMPUTE_OrganizationSecurityPolicyRule.GetTypes(), ), ], [ ResourceType.COMPUTE_PACKETMIRRORING, new ResourceProperty( - "Packet Mirroring mirrors traffic to and from particular VM instances. You can use the collected traffic to help you detect security threats and monitor application performance. To get more information about PacketMirroring, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/packetMirrorings) - How-to Guides - [Using Packet Mirroring](https://cloud.google.com/vpc/docs/using-packet-mirroring#creating)", + 'Packet Mirroring mirrors traffic to and from particular VM instances. You can use the collected traffic to help you detect security threats and monitor application performance. To get more information about PacketMirroring, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/packetMirrorings) - How-to Guides - [Using Packet Mirroring](https://cloud.google.com/vpc/docs/using-packet-mirroring#creating)', COMPUTE_PacketMirroring.GetTypes(), ), ], [ ResourceType.COMPUTE_PERINSTANCECONFIG, new ResourceProperty( - "A config defined for a single managed instance that belongs to an instance group manager. It preserves the instance name across instance group manager operations and can define stateful disks or metadata that are unique to the instance. To get more information about PerInstanceConfig, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/instance-groups/stateful-migs#per-instance_configs)", + 'A config defined for a single managed instance that belongs to an instance group manager. It preserves the instance name across instance group manager operations and can define stateful disks or metadata that are unique to the instance. To get more information about PerInstanceConfig, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/instance-groups/stateful-migs#per-instance_configs)', COMPUTE_PerInstanceConfig.GetTypes(), ), ], [ ResourceType.COMPUTE_PROJECTDEFAULTNETWORKTIER, new ResourceProperty( - "Configures the Google Compute Engine [Default Network Tier](https://cloud.google.com/network-tiers/docs/using-network-service-tiers#setting_the_tier_for_all_resources_in_a_project) for a project. For more information, see, [the Project API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/projects/setDefaultNetworkTier).", + 'Configures the Google Compute Engine [Default Network Tier](https://cloud.google.com/network-tiers/docs/using-network-service-tiers#setting_the_tier_for_all_resources_in_a_project) for a project. For more information, see, [the Project API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/projects/setDefaultNetworkTier).', COMPUTE_ProjectDefaultNetworkTier.GetTypes(), ), ], [ ResourceType.COMPUTE_PROJECTMETADATA, new ResourceProperty( - "Authoritatively manages metadata common to all instances for a project in GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/storing-retrieving-metadata) and [API](https://cloud.google.com/compute/docs/reference/latest/projects/setCommonInstanceMetadata). > --Note:-- This resource manages all project-level metadata including project-level ssh keys. Keys unset in config but set on the server will be removed. If you want to manage only single key/value pairs within the project metadata rather than the entire set, then use google_compute_project_metadata_item.", + 'Authoritatively manages metadata common to all instances for a project in GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/storing-retrieving-metadata) and [API](https://cloud.google.com/compute/docs/reference/latest/projects/setCommonInstanceMetadata). > --Note:-- This resource manages all project-level metadata including project-level ssh keys. Keys unset in config but set on the server will be removed. If you want to manage only single key/value pairs within the project metadata rather than the entire set, then use google_compute_project_metadata_item.', COMPUTE_ProjectMetadata.GetTypes(), ), ], [ ResourceType.COMPUTE_PROJECTMETADATAITEM, new ResourceProperty( - "Manages a single key/value pair on metadata common to all instances for a project in GCE. Using `gcp.compute.ProjectMetadataItem` lets you manage a single key/value setting in the provider rather than the entire project metadata map.", + 'Manages a single key/value pair on metadata common to all instances for a project in GCE. Using `gcp.compute.ProjectMetadataItem` lets you manage a single key/value setting in the provider rather than the entire project metadata map.', COMPUTE_ProjectMetadataItem.GetTypes(), ), ], [ ResourceType.COMPUTE_PUBLICADVERTISEDPREFIX, new ResourceProperty( - "Represents a PublicAdvertisedPrefix for use with bring your own IP addresses (BYOIP). To get more information about PublicAdvertisedPrefix, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/publicAdvertisedPrefixes) - How-to Guides - [Using bring your own IP](https://cloud.google.com/vpc/docs/using-bring-your-own-ip)", + 'Represents a PublicAdvertisedPrefix for use with bring your own IP addresses (BYOIP). To get more information about PublicAdvertisedPrefix, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/publicAdvertisedPrefixes) - How-to Guides - [Using bring your own IP](https://cloud.google.com/vpc/docs/using-bring-your-own-ip)', COMPUTE_PublicAdvertisedPrefix.GetTypes(), ), ], [ ResourceType.COMPUTE_PUBLICDELEGATEDPREFIX, new ResourceProperty( - "Represents a PublicDelegatedPrefix for use with bring your own IP addresses (BYOIP). To get more information about PublicDelegatedPrefix, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/publicDelegatedPrefixes) - How-to Guides - [Using bring your own IP](https://cloud.google.com/vpc/docs/using-bring-your-own-ip)", + 'Represents a PublicDelegatedPrefix for use with bring your own IP addresses (BYOIP). To get more information about PublicDelegatedPrefix, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/publicDelegatedPrefixes) - How-to Guides - [Using bring your own IP](https://cloud.google.com/vpc/docs/using-bring-your-own-ip)', COMPUTE_PublicDelegatedPrefix.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONAUTOSCALER, new ResourceProperty( - "Represents an Autoscaler resource. Autoscalers allow you to automatically scale virtual machine instances in managed instance groups according to an autoscaling policy that you define. To get more information about RegionAutoscaler, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionAutoscalers) - How-to Guides - [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)", + 'Represents an Autoscaler resource. Autoscalers allow you to automatically scale virtual machine instances in managed instance groups according to an autoscaling policy that you define. To get more information about RegionAutoscaler, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionAutoscalers) - How-to Guides - [Autoscaling Groups of Instances](https://cloud.google.com/compute/docs/autoscaler/)', COMPUTE_RegionAutoscaler.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONBACKENDSERVICE, new ResourceProperty( - "A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing. To get more information about RegionBackendService, see: - [API documentation](https://cloud.google.com/compute/docs/reference/latest/regionBackendServices) - How-to Guides - [Internal TCP/UDP Load Balancing](https://cloud.google.com/compute/docs/load-balancing/internal/)", + 'A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing. To get more information about RegionBackendService, see: - [API documentation](https://cloud.google.com/compute/docs/reference/latest/regionBackendServices) - How-to Guides - [Internal TCP/UDP Load Balancing](https://cloud.google.com/compute/docs/load-balancing/internal/)', COMPUTE_RegionBackendService.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONBACKENDSERVICEIAMBINDING, new ResourceProperty( - "", + '', COMPUTE_RegionBackendServiceIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONBACKENDSERVICEIAMMEMBER, new ResourceProperty( - "", + '', COMPUTE_RegionBackendServiceIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONBACKENDSERVICEIAMPOLICY, new ResourceProperty( - "", + '', COMPUTE_RegionBackendServiceIamPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONCOMMITMENT, new ResourceProperty( - "Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. To get more information about RegionCommitment, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionCommitments) - How-to Guides - [Committed use discounts for Compute Engine](https://cloud.google.com/compute/docs/instances/committed-use-discounts-overview)", + 'Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. To get more information about RegionCommitment, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionCommitments) - How-to Guides - [Committed use discounts for Compute Engine](https://cloud.google.com/compute/docs/instances/committed-use-discounts-overview)', COMPUTE_RegionCommitment.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONDISK, new ResourceProperty( - "Persistent disks are durable storage devices that function similarly to the physical disks in a desktop or a server. Compute Engine manages the hardware behind these devices to ensure data redundancy and optimize performance for you. Persistent disks are available as either standard hard disk drives (HDD) or solid-state drives (SSD). Persistent disks are located independently from your virtual machine instances, so you can detach or move persistent disks to keep your data even after you delete your instances. Persistent disk performance scales automatically with size, so you can resize your existing persistent disks or add more persistent disks to an instance to meet your performance and storage space requirements. Add a persistent disk to your instance when you need reliable and affordable storage with consistent performance characteristics. To get more information about RegionDisk, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks) - How-to Guides - [Adding or Resizing Regional Persistent Disks](https://cloud.google.com/compute/docs/disks/regional-persistent-disk)", + 'Persistent disks are durable storage devices that function similarly to the physical disks in a desktop or a server. Compute Engine manages the hardware behind these devices to ensure data redundancy and optimize performance for you. Persistent disks are available as either standard hard disk drives (HDD) or solid-state drives (SSD). Persistent disks are located independently from your virtual machine instances, so you can detach or move persistent disks to keep your data even after you delete your instances. Persistent disk performance scales automatically with size, so you can resize your existing persistent disks or add more persistent disks to an instance to meet your performance and storage space requirements. Add a persistent disk to your instance when you need reliable and affordable storage with consistent performance characteristics. To get more information about RegionDisk, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks) - How-to Guides - [Adding or Resizing Regional Persistent Disks](https://cloud.google.com/compute/docs/disks/regional-persistent-disk)', COMPUTE_RegionDisk.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONDISKIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_RegionDiskIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONDISKIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_RegionDiskIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONDISKIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:', COMPUTE_RegionDiskIamPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONDISKRESOURCEPOLICYATTACHMENT, new ResourceProperty( - "Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation. > --Note:-- This resource does not support zonal disks (`gcp.compute.Disk`). For zonal disks, please refer to the `gcp.compute.DiskResourcePolicyAttachment` resource.", + 'Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation. > --Note:-- This resource does not support zonal disks (`gcp.compute.Disk`). For zonal disks, please refer to the `gcp.compute.DiskResourcePolicyAttachment` resource.', COMPUTE_RegionDiskResourcePolicyAttachment.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONHEALTHCHECK, new ResourceProperty( - "Health Checks determine whether instances are responsive and able to do work. They are an important part of a comprehensive load balancing configuration, as they enable monitoring instances behind load balancers. Health Checks poll instances at a specified interval. Instances that do not respond successfully to some number of probes in a row are marked as unhealthy. No new connections are sent to unhealthy instances, though existing connections will continue. The health check will continue to poll unhealthy instances. If an instance later responds successfully to some number of consecutive probes, it is marked healthy again and can receive new connections. To get more information about RegionHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionHealthChecks) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks)", + 'Health Checks determine whether instances are responsive and able to do work. They are an important part of a comprehensive load balancing configuration, as they enable monitoring instances behind load balancers. Health Checks poll instances at a specified interval. Instances that do not respond successfully to some number of probes in a row are marked as unhealthy. No new connections are sent to unhealthy instances, though existing connections will continue. The health check will continue to poll unhealthy instances. If an instance later responds successfully to some number of consecutive probes, it is marked healthy again and can receive new connections. To get more information about RegionHealthCheck, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionHealthChecks) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks)', COMPUTE_RegionHealthCheck.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONINSTANCEGROUPMANAGER, new ResourceProperty( - "The Google Compute Engine Regional Instance Group Manager API creates and manages pools of homogeneous Compute Engine virtual machine instances from a common instance template. To get more information about regionInstanceGroupManagers, see: - [API documentation](https://cloud.google.com/compute/docs/reference/latest/regionInstanceGroupManagers) - How-to Guides - [Regional Instance Groups Guide](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups) > --Note:-- Use [gcp.compute.InstanceGroupManager](https://www.terraform.io/docs/providers/google/r/compute_instance_group_manager.html) to create a zonal instance group manager.", + 'The Google Compute Engine Regional Instance Group Manager API creates and manages pools of homogeneous Compute Engine virtual machine instances from a common instance template. To get more information about regionInstanceGroupManagers, see: - [API documentation](https://cloud.google.com/compute/docs/reference/latest/regionInstanceGroupManagers) - How-to Guides - [Regional Instance Groups Guide](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups) > --Note:-- Use [gcp.compute.InstanceGroupManager](https://www.terraform.io/docs/providers/google/r/compute_instance_group_manager.html) to create a zonal instance group manager.', COMPUTE_RegionInstanceGroupManager.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONINSTANCETEMPLATE, - new ResourceProperty("", COMPUTE_RegionInstanceTemplate.GetTypes()), + new ResourceProperty('', COMPUTE_RegionInstanceTemplate.GetTypes()), ], [ ResourceType.COMPUTE_REGIONNETWORKENDPOINT, new ResourceProperty( - "A Region network endpoint represents a IP address/FQDN and port combination that is part of a specific network endpoint group (NEG). > --NOTE--: Network endpoints cannot be created outside of a network endpoint group. To get more information about RegionNetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/) - [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)", + 'A Region network endpoint represents a IP address/FQDN and port combination that is part of a specific network endpoint group (NEG). > --NOTE--: Network endpoints cannot be created outside of a network endpoint group. To get more information about RegionNetworkEndpoint, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/) - [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)', COMPUTE_RegionNetworkEndpoint.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONNETWORKENDPOINTGROUP, new ResourceProperty( - "A regional NEG that can support Serverless Products and proxying traffic to external backends. To get more information about RegionNetworkEndpointGroup, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups) - How-to Guides - [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts) - [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)", + 'A regional NEG that can support Serverless Products and proxying traffic to external backends. To get more information about RegionNetworkEndpointGroup, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups) - How-to Guides - [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts) - [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)', COMPUTE_RegionNetworkEndpointGroup.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONNETWORKFIREWALLPOLICY, new ResourceProperty( - "The Compute NetworkFirewallPolicy resource", + 'The Compute NetworkFirewallPolicy resource', COMPUTE_RegionNetworkFirewallPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONNETWORKFIREWALLPOLICYASSOCIATION, new ResourceProperty( - "The Compute NetworkFirewallPolicyAssociation resource", + 'The Compute NetworkFirewallPolicyAssociation resource', COMPUTE_RegionNetworkFirewallPolicyAssociation.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONNETWORKFIREWALLPOLICYRULE, new ResourceProperty( - "The Compute NetworkFirewallPolicyRule resource", + 'The Compute NetworkFirewallPolicyRule resource', COMPUTE_RegionNetworkFirewallPolicyRule.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONPERINSTANCECONFIG, new ResourceProperty( - "A config defined for a single managed instance that belongs to an instance group manager. It preserves the instance name across instance group manager operations and can define stateful disks or metadata that are unique to the instance. This resource works with regional instance group managers. To get more information about RegionPerInstanceConfig, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/instance-groups/stateful-migs#per-instance_configs)", + 'A config defined for a single managed instance that belongs to an instance group manager. It preserves the instance name across instance group manager operations and can define stateful disks or metadata that are unique to the instance. This resource works with regional instance group managers. To get more information about RegionPerInstanceConfig, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/instance-groups/stateful-migs#per-instance_configs)', COMPUTE_RegionPerInstanceConfig.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONSECURITYPOLICY, - new ResourceProperty("", COMPUTE_RegionSecurityPolicy.GetTypes()), + new ResourceProperty('', COMPUTE_RegionSecurityPolicy.GetTypes()), ], [ ResourceType.COMPUTE_REGIONSECURITYPOLICYRULE, - new ResourceProperty("", COMPUTE_RegionSecurityPolicyRule.GetTypes()), + new ResourceProperty('', COMPUTE_RegionSecurityPolicyRule.GetTypes()), ], [ ResourceType.COMPUTE_REGIONSSLCERTIFICATE, new ResourceProperty( - "A RegionSslCertificate resource, used for HTTPS load balancing. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. To get more information about RegionSslCertificate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionSslCertificates) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)", + 'A RegionSslCertificate resource, used for HTTPS load balancing. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. To get more information about RegionSslCertificate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionSslCertificates) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)', COMPUTE_RegionSslCertificate.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONSSLPOLICY, new ResourceProperty( - "Represents a Regional SSL policy. SSL policies give you the ability to control the", + 'Represents a Regional SSL policy. SSL policies give you the ability to control the', COMPUTE_RegionSslPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONTARGETHTTPPROXY, new ResourceProperty( - "Represents a RegionTargetHttpProxy resource, which is used by one or more forwarding rules to route incoming HTTP requests to a URL map. To get more information about RegionTargetHttpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)", + 'Represents a RegionTargetHttpProxy resource, which is used by one or more forwarding rules to route incoming HTTP requests to a URL map. To get more information about RegionTargetHttpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)', COMPUTE_RegionTargetHttpProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONTARGETHTTPSPROXY, new ResourceProperty( - "Represents a RegionTargetHttpsProxy resource, which is used by one or more forwarding rules to route incoming HTTPS requests to a URL map. To get more information about RegionTargetHttpsProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)", + 'Represents a RegionTargetHttpsProxy resource, which is used by one or more forwarding rules to route incoming HTTPS requests to a URL map. To get more information about RegionTargetHttpsProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)', COMPUTE_RegionTargetHttpsProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONTARGETTCPPROXY, new ResourceProperty( - "Represents a RegionTargetTcpProxy resource, which is used by one or more forwarding rules to route incoming TCP requests to a regional TCP proxy load balancer. To get more information about RegionTargetTcpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetTcpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/tcp/internal-proxy)", + 'Represents a RegionTargetTcpProxy resource, which is used by one or more forwarding rules to route incoming TCP requests to a regional TCP proxy load balancer. To get more information about RegionTargetTcpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetTcpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/tcp/internal-proxy)', COMPUTE_RegionTargetTcpProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_REGIONURLMAP, new ResourceProperty( - "UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL.", + 'UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL.', COMPUTE_RegionUrlMap.GetTypes(), ), ], [ ResourceType.COMPUTE_RESERVATION, new ResourceProperty( - "Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. Reservations apply only to Compute Engine, Cloud Dataproc, and Google Kubernetes Engine VM usage.Reservations do not apply to `f1-micro` or `g1-small` machine types, preemptible VMs, sole tenant nodes, or other services not listed above like Cloud SQL and Dataflow. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/reservations) - How-to Guides - [Reserving zonal resources](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources)", + 'Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. Reservations apply only to Compute Engine, Cloud Dataproc, and Google Kubernetes Engine VM usage.Reservations do not apply to `f1-micro` or `g1-small` machine types, preemptible VMs, sole tenant nodes, or other services not listed above like Cloud SQL and Dataflow. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/reservations) - How-to Guides - [Reserving zonal resources](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources)', COMPUTE_Reservation.GetTypes(), ), ], [ ResourceType.COMPUTE_RESOURCEPOLICY, new ResourceProperty( - "A policy that can be attached to a resource to specify or schedule actions on that resource. To get more information about ResourcePolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/resourcePolicies)", + 'A policy that can be attached to a resource to specify or schedule actions on that resource. To get more information about ResourcePolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/resourcePolicies)', COMPUTE_ResourcePolicy.GetTypes(), ), ], @@ -5446,49 +5446,49 @@ export class ResourceProperties { [ ResourceType.COMPUTE_ROUTER, new ResourceProperty( - "Represents a Router resource. To get more information about Router, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)", + 'Represents a Router resource. To get more information about Router, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)', COMPUTE_Router.GetTypes(), ), ], [ ResourceType.COMPUTE_ROUTERINTERFACE, new ResourceProperty( - "Manages a Cloud Router interface. For more information see [the official documentation](https://cloud.google.com/compute/docs/cloudrouter) and [API](https://cloud.google.com/compute/docs/reference/latest/routers).", + 'Manages a Cloud Router interface. For more information see [the official documentation](https://cloud.google.com/compute/docs/cloudrouter) and [API](https://cloud.google.com/compute/docs/reference/latest/routers).', COMPUTE_RouterInterface.GetTypes(), ), ], [ ResourceType.COMPUTE_ROUTERNAT, new ResourceProperty( - "A NAT service created in a router. To get more information about RouterNat, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)", + 'A NAT service created in a router. To get more information about RouterNat, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)', COMPUTE_RouterNat.GetTypes(), ), ], [ ResourceType.COMPUTE_ROUTERPEER, new ResourceProperty( - "BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273. To get more information about RouterBgpPeer, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)", + 'BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273. To get more information about RouterBgpPeer, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers) - How-to Guides - [Google Cloud Router](https://cloud.google.com/router/docs/)', COMPUTE_RouterPeer.GetTypes(), ), ], [ ResourceType.COMPUTE_SECURITYPOLICY, new ResourceProperty( - "A Security Policy defines an IP blacklist or whitelist that protects load balanced Google Cloud services by denying or permitting traffic from specified IP ranges. For more information see the [official documentation](https://cloud.google.com/armor/docs/configure-security-policies) and the [API](https://cloud.google.com/compute/docs/reference/rest/beta/securityPolicies). Security Policy is used by google_compute_backend_service.", + 'A Security Policy defines an IP blacklist or whitelist that protects load balanced Google Cloud services by denying or permitting traffic from specified IP ranges. For more information see the [official documentation](https://cloud.google.com/armor/docs/configure-security-policies) and the [API](https://cloud.google.com/compute/docs/reference/rest/beta/securityPolicies). Security Policy is used by google_compute_backend_service.', COMPUTE_SecurityPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_SECURITYSCANCONFIG, new ResourceProperty( - "A ScanConfig resource contains the configurations to launch a scan. To get more information about ScanConfig, see: - [API documentation](https://cloud.google.com/security-scanner/docs/reference/rest/v1beta/projects.scanConfigs) - How-to Guides - [Using Cloud Security Scanner](https://cloud.google.com/security-scanner/docs/scanning)", + 'A ScanConfig resource contains the configurations to launch a scan. To get more information about ScanConfig, see: - [API documentation](https://cloud.google.com/security-scanner/docs/reference/rest/v1beta/projects.scanConfigs) - How-to Guides - [Using Cloud Security Scanner](https://cloud.google.com/security-scanner/docs/scanning)', COMPUTE_SecurityScanConfig.GetTypes(), ), ], [ ResourceType.COMPUTE_SERVICEATTACHMENT, new ResourceProperty( - "Represents a ServiceAttachment resource. To get more information about ServiceAttachment, see: - [API documentation](https://cloud.google.com/compute/docs/reference/beta/serviceAttachments) - How-to Guides - [Configuring Private Service Connect to access services](https://cloud.google.com/vpc/docs/configure-private-service-connect-services)", + 'Represents a ServiceAttachment resource. To get more information about ServiceAttachment, see: - [API documentation](https://cloud.google.com/compute/docs/reference/beta/serviceAttachments) - How-to Guides - [Configuring Private Service Connect to access services](https://cloud.google.com/vpc/docs/configure-private-service-connect-services)', COMPUTE_ServiceAttachment.GetTypes(), ), ], @@ -5509,91 +5509,91 @@ export class ResourceProperties { [ ResourceType.COMPUTE_SNAPSHOT, new ResourceProperty( - "Represents a Persistent Disk Snapshot resource. Use snapshots to back up data from your persistent disks. Snapshots are different from public images and custom images, which are used primarily to create instances or configure instance templates. Snapshots are useful for periodic backup of the data on your persistent disks. You can create snapshots from persistent disks even while they are attached to running instances. Snapshots are incremental, so you can create regular snapshots on a persistent disk faster and at a much lower cost than if you regularly created a full image of the disk. To get more information about Snapshot, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/disks/create-snapshots)", + 'Represents a Persistent Disk Snapshot resource. Use snapshots to back up data from your persistent disks. Snapshots are different from public images and custom images, which are used primarily to create instances or configure instance templates. Snapshots are useful for periodic backup of the data on your persistent disks. You can create snapshots from persistent disks even while they are attached to running instances. Snapshots are incremental, so you can create regular snapshots on a persistent disk faster and at a much lower cost than if you regularly created a full image of the disk. To get more information about Snapshot, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/disks/create-snapshots)', COMPUTE_Snapshot.GetTypes(), ), ], [ ResourceType.COMPUTE_SNAPSHOTIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:', COMPUTE_SnapshotIamBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_SNAPSHOTIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:', COMPUTE_SnapshotIamMember.GetTypes(), ), ], [ ResourceType.COMPUTE_SNAPSHOTIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:', COMPUTE_SnapshotIamPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_SSLCERTIFICATE, new ResourceProperty( - "An SslCertificate resource, used for HTTPS load balancing. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. To get more information about SslCertificate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/sslCertificates) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)", + 'An SslCertificate resource, used for HTTPS load balancing. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. To get more information about SslCertificate, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/sslCertificates) - How-to Guides - [Official Documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)', COMPUTE_SSLCertificate.GetTypes(), ), ], [ ResourceType.COMPUTE_SSLPOLICY, new ResourceProperty( - "Represents a SSL policy. SSL policies give you the ability to control the features of SSL that your SSL proxy or HTTPS load balancer negotiates. To get more information about SslPolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/sslPolicies) - How-to Guides - [Using SSL Policies](https://cloud.google.com/compute/docs/load-balancing/ssl-policies)", + 'Represents a SSL policy. SSL policies give you the ability to control the features of SSL that your SSL proxy or HTTPS load balancer negotiates. To get more information about SslPolicy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/sslPolicies) - How-to Guides - [Using SSL Policies](https://cloud.google.com/compute/docs/load-balancing/ssl-policies)', COMPUTE_SSLPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_SUBNETWORK, new ResourceProperty( - "A VPC network is a virtual version of the traditional physical networks that exist within and between physical data centers. A VPC network provides connectivity for your Compute Engine virtual machine (VM) instances, Container Engine containers, App Engine Flex services, and other network-related resources. Each GCP project contains one or more VPC networks. Each VPC network is a global entity spanning all GCP regions. This global VPC network allows VM instances and other resources to communicate with each other via internal, private IP addresses. Each VPC network is subdivided into subnets, and each subnet is contained within a single region. You can have more than one subnet in a region for a given VPC network. Each subnet has a contiguous private RFC1918 IP space. You create instances, containers, and the like in these subnets. When you create an instance, you must create it in a subnet, and the instance draws its internal IP address from that subnet. Virtual machine (VM) instances in a VPC network can communicate with instances in all other subnets of the same VPC network, regardless of region, using their RFC1918 private IP addresses. You can isolate portions of the network, even entire subnets, using firewall rules. To get more information about Subnetwork, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) - How-to Guides - [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access) - [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)", + 'A VPC network is a virtual version of the traditional physical networks that exist within and between physical data centers. A VPC network provides connectivity for your Compute Engine virtual machine (VM) instances, Container Engine containers, App Engine Flex services, and other network-related resources. Each GCP project contains one or more VPC networks. Each VPC network is a global entity spanning all GCP regions. This global VPC network allows VM instances and other resources to communicate with each other via internal, private IP addresses. Each VPC network is subdivided into subnets, and each subnet is contained within a single region. You can have more than one subnet in a region for a given VPC network. Each subnet has a contiguous private RFC1918 IP space. You create instances, containers, and the like in these subnets. When you create an instance, you must create it in a subnet, and the instance draws its internal IP address from that subnet. Virtual machine (VM) instances in a VPC network can communicate with instances in all other subnets of the same VPC network, regardless of region, using their RFC1918 private IP addresses. You can isolate portions of the network, even entire subnets, using firewall rules. To get more information about Subnetwork, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) - How-to Guides - [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access) - [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)', COMPUTE_Subnetwork.GetTypes(), ), ], [ ResourceType.COMPUTE_SUBNETWORKIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:', COMPUTE_SubnetworkIAMBinding.GetTypes(), ), ], [ ResourceType.COMPUTE_SUBNETWORKIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:', COMPUTE_SubnetworkIAMMember.GetTypes(), ), ], [ ResourceType.COMPUTE_SUBNETWORKIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:', COMPUTE_SubnetworkIAMPolicy.GetTypes(), ), ], [ ResourceType.COMPUTE_TARGETGRPCPROXY, new ResourceProperty( - "Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load balancing gRPC traffic. Global forwarding rules reference a target gRPC proxy. The Target gRPC Proxy references a URL map which specifies how traffic routes to gRPC backend services. To get more information about TargetGrpcProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/targetGrpcProxies) - How-to Guides - [Using Target gRPC Proxies](https://cloud.google.com/traffic-director/docs/proxyless-overview)", + 'Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load balancing gRPC traffic. Global forwarding rules reference a target gRPC proxy. The Target gRPC Proxy references a URL map which specifies how traffic routes to gRPC backend services. To get more information about TargetGrpcProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/targetGrpcProxies) - How-to Guides - [Using Target gRPC Proxies](https://cloud.google.com/traffic-director/docs/proxyless-overview)', COMPUTE_TargetGrpcProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_TARGETHTTPPROXY, new ResourceProperty( - "Represents a TargetHttpProxy resource, which is used by one or more global forwarding rule to route incoming HTTP requests to a URL map. To get more information about TargetHttpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)", + 'Represents a TargetHttpProxy resource, which is used by one or more global forwarding rule to route incoming HTTP requests to a URL map. To get more information about TargetHttpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)', COMPUTE_TargetHttpProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_TARGETHTTPSPROXY, new ResourceProperty( - "Represents a TargetHttpsProxy resource, which is used by one or more global forwarding rule to route incoming HTTPS requests to a URL map. To get more information about TargetHttpsProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)", + 'Represents a TargetHttpsProxy resource, which is used by one or more global forwarding rule to route incoming HTTPS requests to a URL map. To get more information about TargetHttpsProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)', COMPUTE_TargetHttpsProxy.GetTypes(), ), ], @@ -5607,147 +5607,147 @@ export class ResourceProperties { [ ResourceType.COMPUTE_TARGETPOOL, new ResourceProperty( - "Manages a Target Pool within GCE. This is a collection of instances used as target of a network load balancer (Forwarding Rule). For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/network/target-pools) and [API](https://cloud.google.com/compute/docs/reference/latest/targetPools).", + 'Manages a Target Pool within GCE. This is a collection of instances used as target of a network load balancer (Forwarding Rule). For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/network/target-pools) and [API](https://cloud.google.com/compute/docs/reference/latest/targetPools).', COMPUTE_TargetPool.GetTypes(), ), ], [ ResourceType.COMPUTE_TARGETSSLPROXY, new ResourceProperty( - "Represents a TargetSslProxy resource, which is used by one or more global forwarding rule to route incoming SSL requests to a backend service. To get more information about TargetSslProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetSslProxies) - How-to Guides - [Setting Up SSL proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/)", + 'Represents a TargetSslProxy resource, which is used by one or more global forwarding rule to route incoming SSL requests to a backend service. To get more information about TargetSslProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetSslProxies) - How-to Guides - [Setting Up SSL proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/)', COMPUTE_TargetSSLProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_TARGETTCPPROXY, new ResourceProperty( - "Represents a TargetTcpProxy resource, which is used by one or more global forwarding rule to route incoming TCP requests to a Backend service. To get more information about TargetTcpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetTcpProxies) - How-to Guides - [Setting Up TCP proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/tcp-proxy)", + 'Represents a TargetTcpProxy resource, which is used by one or more global forwarding rule to route incoming TCP requests to a Backend service. To get more information about TargetTcpProxy, see: - [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetTcpProxies) - How-to Guides - [Setting Up TCP proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/tcp-proxy)', COMPUTE_TargetTCPProxy.GetTypes(), ), ], [ ResourceType.COMPUTE_URLMAP, new ResourceProperty( - "UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL. To get more information about UrlMap, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)", + 'UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL. To get more information about UrlMap, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)', COMPUTE_URLMap.GetTypes(), ), ], [ ResourceType.COMPUTE_VPNGATEWAY, new ResourceProperty( - "Represents a VPN gateway running in GCP. This virtual device is managed by Google, but used only by you. To get more information about VpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/targetVpnGateways) > --Warning:-- Classic VPN is deprecating certain functionality on October 31, 2021. For more information, see the [Classic VPN partial deprecation page](https://cloud.google.com/network-connectivity/docs/vpn/deprecations/classic-vpn-deprecation).", + 'Represents a VPN gateway running in GCP. This virtual device is managed by Google, but used only by you. To get more information about VpnGateway, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/targetVpnGateways) > --Warning:-- Classic VPN is deprecating certain functionality on October 31, 2021. For more information, see the [Classic VPN partial deprecation page](https://cloud.google.com/network-connectivity/docs/vpn/deprecations/classic-vpn-deprecation).', COMPUTE_VPNGateway.GetTypes(), ), ], [ ResourceType.COMPUTE_VPNTUNNEL, new ResourceProperty( - "VPN tunnel resource. To get more information about VpnTunnel, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/vpnTunnels) - How-to Guides - [Cloud VPN Overview](https://cloud.google.com/vpn/docs/concepts/overview) - [Networks and Tunnel Routing](https://cloud.google.com/vpn/docs/concepts/choosing-networks-routing)", + 'VPN tunnel resource. To get more information about VpnTunnel, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/vpnTunnels) - How-to Guides - [Cloud VPN Overview](https://cloud.google.com/vpn/docs/concepts/overview) - [Networks and Tunnel Routing](https://cloud.google.com/vpn/docs/concepts/choosing-networks-routing)', COMPUTE_VPNTunnel.GetTypes(), ), ], [ ResourceType.CONTAINER_ATTACHEDCLUSTER, new ResourceProperty( - "An Anthos cluster running on customer owned infrastructure. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/anthos/clusters/docs/multi-cloud/reference/rest) - How-to Guides - [API reference](https://cloud.google.com/anthos/clusters/docs/multi-cloud/reference/rest/v1/projects.locations.attachedClusters) - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'An Anthos cluster running on customer owned infrastructure. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/anthos/clusters/docs/multi-cloud/reference/rest) - How-to Guides - [API reference](https://cloud.google.com/anthos/clusters/docs/multi-cloud/reference/rest/v1/projects.locations.attachedClusters) - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AttachedCluster.GetTypes(), ), ], [ ResourceType.CONTAINER_AWSCLUSTER, new ResourceProperty( - "An Anthos cluster running on AWS. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'An Anthos cluster running on AWS. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AwsCluster.GetTypes(), ), ], [ ResourceType.CONTAINER_AWSNODEPOOL, new ResourceProperty( - "An Anthos node pool running on AWS. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'An Anthos node pool running on AWS. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AwsNodePool.GetTypes(), ), ], [ ResourceType.CONTAINER_AZURECLIENT, new ResourceProperty( - "AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.When an AzureCluster is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.AzureClient resources are immutable and cannot be modified upon creation.Each AzureClient resource is bound to a single Azure Active Directory Application and tenant. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.When an AzureCluster is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.AzureClient resources are immutable and cannot be modified upon creation.Each AzureClient resource is bound to a single Azure Active Directory Application and tenant. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AzureClient.GetTypes(), ), ], [ ResourceType.CONTAINER_AZURECLUSTER, new ResourceProperty( - "An Anthos cluster running on Azure. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'An Anthos cluster running on Azure. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AzureCluster.GetTypes(), ), ], [ ResourceType.CONTAINER_AZURENODEPOOL, new ResourceProperty( - "An Anthos node pool running on Azure. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)", + 'An Anthos node pool running on Azure. For more information, see: - [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)', CONTAINER_AzureNodePool.GetTypes(), ), ], [ ResourceType.CONTAINER_CLUSTER, new ResourceProperty( - "Manages a Google Kubernetes Engine (GKE) cluster. To get more information about GKE clusters, see: - [The API reference](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters) - How-to guides - [GKE overview](https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview) - [About cluster configuration choices](https://cloud.google.com/kubernetes-engine/docs/concepts/types-of-clusters) > On version 5.0.0+ of the provider, you must explicitly set `deletion_protection = false` and run `pulumi up` to write the field to state in order to destroy a cluster. > All arguments and attributes (including certificate outputs) will be stored in the raw state as plaintext. [Read more about secrets in state](https://www.pulumi.com/docs/intro/concepts/programming-model/#secrets).", + 'Manages a Google Kubernetes Engine (GKE) cluster. To get more information about GKE clusters, see: - [The API reference](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters) - How-to guides - [GKE overview](https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview) - [About cluster configuration choices](https://cloud.google.com/kubernetes-engine/docs/concepts/types-of-clusters) > On version 5.0.0+ of the provider, you must explicitly set `deletion_protection = false` and run `pulumi up` to write the field to state in order to destroy a cluster. > All arguments and attributes (including certificate outputs) will be stored in the raw state as plaintext. [Read more about secrets in state](https://www.pulumi.com/docs/intro/concepts/programming-model/#secrets).', CONTAINER_Cluster.GetTypes(), ), ], [ ResourceType.CONTAINER_NODEPOOL, new ResourceProperty( - "Manages a node pool in a Google Kubernetes Engine (GKE) cluster separately from the cluster control plane. For more information see [the official documentation](https://cloud.google.com/container-engine/docs/node-pools) and [the API reference](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools).", + 'Manages a node pool in a Google Kubernetes Engine (GKE) cluster separately from the cluster control plane. For more information see [the official documentation](https://cloud.google.com/container-engine/docs/node-pools) and [the API reference](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools).', CONTAINER_NodePool.GetTypes(), ), ], [ ResourceType.CONTAINER_REGISTRY, new ResourceProperty( - "Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does -NOT- destroy the backing bucket. For more information see [the official documentation](https://cloud.google.com/container-registry/docs/overview) This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the [access control page](https://cloud.google.com/container-registry/docs/access-control) for GCR.", + 'Ensures that the Google Cloud Storage bucket that backs Google Container Registry exists. Creating this resource will create the backing bucket if it does not exist, or do nothing if the bucket already exists. Destroying this resource does -NOT- destroy the backing bucket. For more information see [the official documentation](https://cloud.google.com/container-registry/docs/overview) This resource can be used to ensure that the GCS bucket exists prior to assigning permissions. For more information see the [access control page](https://cloud.google.com/container-registry/docs/access-control) for GCR.', CONTAINER_Registry.GetTypes(), ), ], [ ResourceType.CONTAINERANALYSIS_NOTE, new ResourceProperty( - "A Container Analysis note is a high-level piece of metadata that describes a type of analysis that can be done for a resource. To get more information about Note, see: - [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/container-analysis/) - [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)", + 'A Container Analysis note is a high-level piece of metadata that describes a type of analysis that can be done for a resource. To get more information about Note, see: - [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/container-analysis/) - [Creating Attestations (Occurrences)](https://cloud.google.com/binary-authorization/docs/making-attestations)', CONTAINERANALYSIS_Note.GetTypes(), ), ], [ ResourceType.CONTAINERANALYSIS_NOTEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:', CONTAINERANALYSIS_NoteIamBinding.GetTypes(), ), ], [ ResourceType.CONTAINERANALYSIS_NOTEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:', CONTAINERANALYSIS_NoteIamMember.GetTypes(), ), ], [ ResourceType.CONTAINERANALYSIS_NOTEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:', CONTAINERANALYSIS_NoteIamPolicy.GetTypes(), ), ], [ ResourceType.CONTAINERANALYSIS_OCCURENCE, new ResourceProperty( - "An occurrence is an instance of a Note, or type of analysis that can be done for a resource. To get more information about Occurrence, see: - [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/container-analysis/)", + 'An occurrence is an instance of a Note, or type of analysis that can be done for a resource. To get more information about Occurrence, see: - [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/) - How-to Guides - [Official Documentation](https://cloud.google.com/container-analysis/)', CONTAINERANALYSIS_Occurence.GetTypes(), ), ], [ ResourceType.DATABASEMIGRATIONSERVICE_CONNECTIONPROFILE, new ResourceProperty( - "A connection profile definition. To get more information about ConnectionProfile, see: - [API documentation](https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles/create) - How-to Guides - [Database Migration](https://cloud.google.com/database-migration/docs/)", + 'A connection profile definition. To get more information about ConnectionProfile, see: - [API documentation](https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles/create) - How-to Guides - [Database Migration](https://cloud.google.com/database-migration/docs/)', DATABASEMIGRATIONSERVICE_ConnectionProfile.GetTypes(), ), ], @@ -5761,399 +5761,399 @@ export class ResourceProperties { [ ResourceType.DATACATALOG_ENTRY, new ResourceProperty( - "Entry Metadata. A Data Catalog Entry resource represents another resource in Google Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or outside of Google Cloud Platform. Clients can use the linkedResource field in the Entry resource to refer to the original resource ID of the source system. An Entry resource contains resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a Tag. To get more information about Entry, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'Entry Metadata. A Data Catalog Entry resource represents another resource in Google Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or outside of Google Cloud Platform. Clients can use the linkedResource field in the Entry resource to refer to the original resource ID of the source system. An Entry resource contains resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a Tag. To get more information about Entry, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_Entry.GetTypes(), ), ], [ ResourceType.DATACATALOG_ENTRYGROUP, new ResourceProperty( - "An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources. To get more information about EntryGroup, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources. To get more information about EntryGroup, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_EntryGroup.GetTypes(), ), ], [ ResourceType.DATACATALOG_ENTRYGROUPIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:', DATACATALOG_EntryGroupIamBinding.GetTypes(), ), ], [ ResourceType.DATACATALOG_ENTRYGROUPIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:', DATACATALOG_EntryGroupIamMember.GetTypes(), ), ], [ ResourceType.DATACATALOG_ENTRYGROUPIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:', DATACATALOG_EntryGroupIamPolicy.GetTypes(), ), ], [ ResourceType.DATACATALOG_POLICYTAG, new ResourceProperty( - "Denotes one policy tag in a taxonomy. To get more information about PolicyTag, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.taxonomies.policyTags) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'Denotes one policy tag in a taxonomy. To get more information about PolicyTag, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.taxonomies.policyTags) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_PolicyTag.GetTypes(), ), ], [ ResourceType.DATACATALOG_POLICYTAGIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:', DATACATALOG_PolicyTagIamBinding.GetTypes(), ), ], [ ResourceType.DATACATALOG_POLICYTAGIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:', DATACATALOG_PolicyTagIamMember.GetTypes(), ), ], [ ResourceType.DATACATALOG_POLICYTAGIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:', DATACATALOG_PolicyTagIamPolicy.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAG, new ResourceProperty( - "Tags are used to attach custom metadata to Data Catalog resources. Tags conform to the specifications within their tag template. See [Data Catalog IAM](https://cloud.google.com/data-catalog/docs/concepts/iam) for information on the permissions needed to create or view tags. To get more information about Tag, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.tags) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'Tags are used to attach custom metadata to Data Catalog resources. Tags conform to the specifications within their tag template. See [Data Catalog IAM](https://cloud.google.com/data-catalog/docs/concepts/iam) for information on the permissions needed to create or view tags. To get more information about Tag, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.tags) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_Tag.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAGTEMPLATE, new ResourceProperty( - "A tag template defines a tag, which can have one or more typed fields. The template is used to create and attach the tag to GCP resources. To get more information about TagTemplate, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'A tag template defines a tag, which can have one or more typed fields. The template is used to create and attach the tag to GCP resources. To get more information about TagTemplate, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_TagTemplate.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAGTEMPLATEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:', DATACATALOG_TagTemplateIamBinding.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAGTEMPLATEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:', DATACATALOG_TagTemplateIamMember.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAGTEMPLATEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:', DATACATALOG_TagTemplateIamPolicy.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAXONOMY, new ResourceProperty( - "A collection of policy tags that classify data along a common axis. To get more information about Taxonomy, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.taxonomies) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)", + 'A collection of policy tags that classify data along a common axis. To get more information about Taxonomy, see: - [API documentation](https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.taxonomies) - How-to Guides - [Official Documentation](https://cloud.google.com/data-catalog/docs)', DATACATALOG_Taxonomy.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAXONOMYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:', DATACATALOG_TaxonomyIamBinding.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAXONOMYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:', DATACATALOG_TaxonomyIamMember.GetTypes(), ), ], [ ResourceType.DATACATALOG_TAXONOMYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Data catalog Taxonomy. Each of these resources serves a different use case:', DATACATALOG_TaxonomyIamPolicy.GetTypes(), ), ], [ ResourceType.DATAFLOW_FLEXTEMPLATEJOB, - new ResourceProperty("", DATAFLOW_FlexTemplateJob.GetTypes()), + new ResourceProperty('', DATAFLOW_FlexTemplateJob.GetTypes()), ], [ ResourceType.DATAFLOW_JOB, new ResourceProperty( - "Creates a job on Dataflow, which is an implementation of Apache Beam running on Google Compute Engine. For more information see the official documentation for [Beam](https://beam.apache.org) and [Dataflow](https://cloud.google.com/dataflow/).", + 'Creates a job on Dataflow, which is an implementation of Apache Beam running on Google Compute Engine. For more information see the official documentation for [Beam](https://beam.apache.org) and [Dataflow](https://cloud.google.com/dataflow/).', DATAFLOW_Job.GetTypes(), ), ], [ ResourceType.DATAFLOW_PIPELINE, new ResourceProperty( - "The main pipeline entity and all the necessary metadata for launching and managing linked jobs. To get more information about Pipeline, see: - [API documentation](https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines) - How-to Guides - [Official Documentation](https://cloud.google.com/dataflow)", + 'The main pipeline entity and all the necessary metadata for launching and managing linked jobs. To get more information about Pipeline, see: - [API documentation](https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines) - How-to Guides - [Official Documentation](https://cloud.google.com/dataflow)', DATAFLOW_Pipeline.GetTypes(), ), ], [ ResourceType.DATAFORM_REPOSITORY, - new ResourceProperty("", DATAFORM_Repository.GetTypes()), + new ResourceProperty('', DATAFORM_Repository.GetTypes()), ], [ ResourceType.DATAFORM_REPOSITORYIAMBINDING, - new ResourceProperty("", DATAFORM_RepositoryIamBinding.GetTypes()), + new ResourceProperty('', DATAFORM_RepositoryIamBinding.GetTypes()), ], [ ResourceType.DATAFORM_REPOSITORYIAMMEMBER, - new ResourceProperty("", DATAFORM_RepositoryIamMember.GetTypes()), + new ResourceProperty('', DATAFORM_RepositoryIamMember.GetTypes()), ], [ ResourceType.DATAFORM_REPOSITORYIAMPOLICY, - new ResourceProperty("", DATAFORM_RepositoryIamPolicy.GetTypes()), + new ResourceProperty('', DATAFORM_RepositoryIamPolicy.GetTypes()), ], [ ResourceType.DATAFORM_REPOSITORYRELEASECONFIG, - new ResourceProperty("", DATAFORM_RepositoryReleaseConfig.GetTypes()), + new ResourceProperty('', DATAFORM_RepositoryReleaseConfig.GetTypes()), ], [ ResourceType.DATAFORM_REPOSITORYWORKFLOWCONFIG, - new ResourceProperty("", DATAFORM_RepositoryWorkflowConfig.GetTypes()), + new ResourceProperty('', DATAFORM_RepositoryWorkflowConfig.GetTypes()), ], [ ResourceType.DATAFUSION_INSTANCE, new ResourceProperty( - "Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)", + 'Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)', DATAFUSION_Instance.GetTypes(), ), ], [ ResourceType.DATALOSS_PREVENTIONDEIDENTIFYTEMPLATE, new ResourceProperty( - "Allows creation of templates to de-identify content. To get more information about DeidentifyTemplate, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.deidentifyTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/concepts-templates)", + 'Allows creation of templates to de-identify content. To get more information about DeidentifyTemplate, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.deidentifyTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/concepts-templates)', DATALOSS_PreventionDeidentifyTemplate.GetTypes(), ), ], [ ResourceType.DATALOSS_PREVENTIONINSPECTTEMPLATE, new ResourceProperty( - "An inspect job template. To get more information about InspectTemplate, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.inspectTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-templates-inspect)", + 'An inspect job template. To get more information about InspectTemplate, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.inspectTemplates) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-templates-inspect)', DATALOSS_PreventionInspectTemplate.GetTypes(), ), ], [ ResourceType.DATALOSS_PREVENTIONJOBTRIGGER, new ResourceProperty( - "A job trigger configuration. To get more information about JobTrigger, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.jobTriggers) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-job-triggers)", + 'A job trigger configuration. To get more information about JobTrigger, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.jobTriggers) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-job-triggers)', DATALOSS_PreventionJobTrigger.GetTypes(), ), ], [ ResourceType.DATALOSS_PREVENTIONSTOREDINFOTYPE, new ResourceProperty( - "Allows creation of custom info types. To get more information about StoredInfoType, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.storedInfoTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-stored-infotypes)", + 'Allows creation of custom info types. To get more information about StoredInfoType, see: - [API documentation](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.storedInfoTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dlp/docs/creating-stored-infotypes)', DATALOSS_PreventionStoredInfoType.GetTypes(), ), ], [ ResourceType.DATAPLEX_ASSET, new ResourceProperty( - "The Dataplex Asset resource", + 'The Dataplex Asset resource', DATAPLEX_Asset.GetTypes(), ), ], [ ResourceType.DATAPLEX_ASSETIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:', DATAPLEX_AssetIamBinding.GetTypes(), ), ], [ ResourceType.DATAPLEX_ASSETIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:', DATAPLEX_AssetIamMember.GetTypes(), ), ], [ ResourceType.DATAPLEX_ASSETIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:', DATAPLEX_AssetIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPLEX_DATASCAN, new ResourceProperty( - "Represents a user-visible job which provides the insights for the related data source. To get more information about Datascan, see: - [API documentation](https://cloud.google.com/dataplex/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/dataplex/docs)", + 'Represents a user-visible job which provides the insights for the related data source. To get more information about Datascan, see: - [API documentation](https://cloud.google.com/dataplex/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/dataplex/docs)', DATAPLEX_Datascan.GetTypes(), ), ], [ ResourceType.DATAPLEX_DATASCANIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:', DATAPLEX_DatascanIamBinding.GetTypes(), ), ], [ ResourceType.DATAPLEX_DATASCANIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:', DATAPLEX_DatascanIamMember.GetTypes(), ), ], [ ResourceType.DATAPLEX_DATASCANIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:', DATAPLEX_DatascanIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPLEX_LAKE, new ResourceProperty( - "The Dataplex Lake resource", + 'The Dataplex Lake resource', DATAPLEX_Lake.GetTypes(), ), ], [ ResourceType.DATAPLEX_LAKEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:', DATAPLEX_LakeIamBinding.GetTypes(), ), ], [ ResourceType.DATAPLEX_LAKEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:', DATAPLEX_LakeIamMember.GetTypes(), ), ], [ ResourceType.DATAPLEX_LAKEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:', DATAPLEX_LakeIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPLEX_TASK, new ResourceProperty( - "A Dataplex task represents the work that you want Dataplex to do on a schedule. It encapsulates code, parameters, and the schedule. To get more information about Task, see: - [API documentation](https://cloud.google.com/dataplex/docs/reference/rest/v1/projects.locations.lakes.tasks) - How-to Guides - [Official Documentation](https://cloud.google.com/dataplex/docs)", + 'A Dataplex task represents the work that you want Dataplex to do on a schedule. It encapsulates code, parameters, and the schedule. To get more information about Task, see: - [API documentation](https://cloud.google.com/dataplex/docs/reference/rest/v1/projects.locations.lakes.tasks) - How-to Guides - [Official Documentation](https://cloud.google.com/dataplex/docs)', DATAPLEX_Task.GetTypes(), ), ], [ ResourceType.DATAPLEX_TASKIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:', DATAPLEX_TaskIamBinding.GetTypes(), ), ], [ ResourceType.DATAPLEX_TASKIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:', DATAPLEX_TaskIamMember.GetTypes(), ), ], [ ResourceType.DATAPLEX_TASKIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Task. Each of these resources serves a different use case:', DATAPLEX_TaskIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPLEX_ZONE, new ResourceProperty( - "The Dataplex Zone resource", + 'The Dataplex Zone resource', DATAPLEX_Zone.GetTypes(), ), ], [ ResourceType.DATAPLEX_ZONEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:', DATAPLEX_ZoneIamBinding.GetTypes(), ), ], [ ResourceType.DATAPLEX_ZONEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:', DATAPLEX_ZoneIamMember.GetTypes(), ), ], [ ResourceType.DATAPLEX_ZONEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataplex Zone. Each of these resources serves a different use case:', DATAPLEX_ZoneIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_AUTOSCALINGPOLICY, new ResourceProperty( - "Describes an autoscaling policy for Dataproc cluster autoscaler.", + 'Describes an autoscaling policy for Dataproc cluster autoscaler.', DATAPROC_AutoscalingPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_AUTOSCALINGPOLICYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:', DATAPROC_AutoscalingPolicyIamBinding.GetTypes(), ), ], [ ResourceType.DATAPROC_AUTOSCALINGPOLICYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:', DATAPROC_AutoscalingPolicyIamMember.GetTypes(), ), ], [ ResourceType.DATAPROC_AUTOSCALINGPOLICYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc AutoscalingPolicy. Each of these resources serves a different use case:', DATAPROC_AutoscalingPolicyIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_CLUSTER, new ResourceProperty( - "Manages a Cloud Dataproc cluster resource within GCP. - [API documentation](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.clusters) - How-to Guides - [Official Documentation](https://cloud.google.com/dataproc/docs) !> --Warning:-- Due to limitations of the API, all arguments except `labels`,`cluster_config.worker_config.num_instances` and `cluster_config.preemptible_worker_config.num_instances` are non-updatable. Changing `cluster_config.worker_config.min_num_instances` will be ignored. Changing others will cause recreation of the whole cluster!", + 'Manages a Cloud Dataproc cluster resource within GCP. - [API documentation](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.clusters) - How-to Guides - [Official Documentation](https://cloud.google.com/dataproc/docs) !> --Warning:-- Due to limitations of the API, all arguments except `labels`,`cluster_config.worker_config.num_instances` and `cluster_config.preemptible_worker_config.num_instances` are non-updatable. Changing `cluster_config.worker_config.min_num_instances` will be ignored. Changing others will cause recreation of the whole cluster!', DATAPROC_Cluster.GetTypes(), ), ], [ ResourceType.DATAPROC_CLUSTERIAMBINDING, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:', DATAPROC_ClusterIAMBinding.GetTypes(), ), ], [ ResourceType.DATAPROC_CLUSTERIAMMEMBER, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:', DATAPROC_ClusterIAMMember.GetTypes(), ), ], [ ResourceType.DATAPROC_CLUSTERIAMPOLICY, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc clusters. Each of these resources serves a different use case:', DATAPROC_ClusterIAMPolicy.GetTypes(), ), ], @@ -6167,81 +6167,81 @@ export class ResourceProperties { [ ResourceType.DATAPROC_JOBIAMBINDING, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:', DATAPROC_JobIAMBinding.GetTypes(), ), ], [ ResourceType.DATAPROC_JOBIAMMEMBER, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:', DATAPROC_JobIAMMember.GetTypes(), ), ], [ ResourceType.DATAPROC_JOBIAMPOLICY, new ResourceProperty( - "Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:", + 'Three different resources help you manage IAM policies on dataproc jobs. Each of these resources serves a different use case:', DATAPROC_JobIAMPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTOREFEDERATION, - new ResourceProperty("", DATAPROC_MetastoreFederation.GetTypes()), + new ResourceProperty('', DATAPROC_MetastoreFederation.GetTypes()), ], [ ResourceType.DATAPROC_METASTOREFEDERATIONIAMBINDING, new ResourceProperty( - "", + '', DATAPROC_MetastoreFederationIamBinding.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTOREFEDERATIONIAMMEMBER, new ResourceProperty( - "", + '', DATAPROC_MetastoreFederationIamMember.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTOREFEDERATIONIAMPOLICY, new ResourceProperty( - "", + '', DATAPROC_MetastoreFederationIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTORESERVICE, new ResourceProperty( - "A managed metastore service that serves metadata queries. To get more information about Service, see: - [API documentation](https://cloud.google.com/dataproc-metastore/docs/reference/rest/v1/projects.locations.services) - How-to Guides - [Official Documentation](https://cloud.google.com/dataproc-metastore/docs/overview)", + 'A managed metastore service that serves metadata queries. To get more information about Service, see: - [API documentation](https://cloud.google.com/dataproc-metastore/docs/reference/rest/v1/projects.locations.services) - How-to Guides - [Official Documentation](https://cloud.google.com/dataproc-metastore/docs/overview)', DATAPROC_MetastoreService.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTORESERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:', DATAPROC_MetastoreServiceIamBinding.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTORESERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:', DATAPROC_MetastoreServiceIamMember.GetTypes(), ), ], [ ResourceType.DATAPROC_METASTORESERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Dataproc metastore Service. Each of these resources serves a different use case:', DATAPROC_MetastoreServiceIamPolicy.GetTypes(), ), ], [ ResourceType.DATAPROC_WORKFLOWTEMPLATE, new ResourceProperty( - "A Workflow Template is a reusable workflow configuration. It defines a graph of jobs with information on where to run those jobs.", + 'A Workflow Template is a reusable workflow configuration. It defines a graph of jobs with information on where to run those jobs.', DATAPROC_WorkflowTemplate.GetTypes(), ), ], @@ -6255,7 +6255,7 @@ export class ResourceProperties { [ ResourceType.DATASTREAM_CONNECTIONPROFILE, new ResourceProperty( - "A set of reusable connection configurations to be used as a source or destination for a stream. To get more information about ConnectionProfile, see: - [API documentation](https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.connectionProfiles) - How-to Guides - [Official Documentation](https://cloud.google.com/datastream/docs/create-connection-profiles)", + 'A set of reusable connection configurations to be used as a source or destination for a stream. To get more information about ConnectionProfile, see: - [API documentation](https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.connectionProfiles) - How-to Guides - [Official Documentation](https://cloud.google.com/datastream/docs/create-connection-profiles)', DATASTREAM_ConnectionProfile.GetTypes(), ), ], @@ -6269,7 +6269,7 @@ export class ResourceProperties { [ ResourceType.DATASTREAM_STREAM, new ResourceProperty( - "A resource representing streaming data from a source to a destination. To get more information about Stream, see: - [API documentation](https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.streams) - How-to Guides - [Official Documentation](https://cloud.google.com/datastream/docs/create-a-stream)", + 'A resource representing streaming data from a source to a destination. To get more information about Stream, see: - [API documentation](https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.streams) - How-to Guides - [Official Documentation](https://cloud.google.com/datastream/docs/create-a-stream)', DATASTREAM_Stream.GetTypes(), ), ], @@ -6283,35 +6283,35 @@ export class ResourceProperties { [ ResourceType.DIAGFLOW_AGENT, new ResourceProperty( - "A Dialogflow agent is a virtual agent that handles conversations with your end-users. It is a natural language understanding module that understands the nuances of human language. Dialogflow translates end-user text or audio during a conversation to structured data that your apps and services can understand. You design and build a Dialogflow agent to handle the types of conversations required for your system. To get more information about Agent, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects/agent) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)", + 'A Dialogflow agent is a virtual agent that handles conversations with your end-users. It is a natural language understanding module that understands the nuances of human language. Dialogflow translates end-user text or audio during a conversation to structured data that your apps and services can understand. You design and build a Dialogflow agent to handle the types of conversations required for your system. To get more information about Agent, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects/agent) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)', DIAGFLOW_Agent.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXAGENT, new ResourceProperty( - "Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data. You can include agents in your app, product, or service to determine user intent and respond to the user in a natural way. To get more information about Agent, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data. You can include agents in your app, product, or service to determine user intent and respond to the user in a natural way. To get more information about Agent, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxAgent.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXENTITYTYPE, new ResourceProperty( - "Entities are extracted from user input and represent parameters that are meaningful to your application. For example, a date range, a proper name such as a geographic location or landmark, and so on. Entities represent actionable data for your application. To get more information about EntityType, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'Entities are extracted from user input and represent parameters that are meaningful to your application. For example, a date range, a proper name such as a geographic location or landmark, and so on. Entities represent actionable data for your application. To get more information about EntityType, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxEntityType.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXENVIRONMENT, new ResourceProperty( - "Represents an environment for an agent. You can create multiple versions of your agent and publish them to separate environments. When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for testing, development, production, etc. To get more information about Environment, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.environments) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'Represents an environment for an agent. You can create multiple versions of your agent and publish them to separate environments. When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for testing, development, production, etc. To get more information about Environment, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.environments) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxEnvironment.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXFLOW, new ResourceProperty( - "Flows represents the conversation flows when you build your chatbot agent. To get more information about Flow, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'Flows represents the conversation flows when you build your chatbot agent. To get more information about Flow, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxFlow.GetTypes(), ), ], @@ -6325,28 +6325,28 @@ export class ResourceProperties { [ ResourceType.DIAGFLOW_CXPAGE, new ResourceProperty( - "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. To get more information about Page, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows.pages) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. To get more information about Page, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows.pages) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxPage.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXSECURITYSETTINGS, new ResourceProperty( - "Represents the settings related to security issues, such as data redaction and data retention. It may take hours for updates on the settings to propagate to all the related components and take effect. Multiple security settings can be configured in each location. Each agent can specify the security settings to apply, and each setting can be applied to multiple agents in the same project and location. To get more information about SecuritySettings, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.securitySettings) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'Represents the settings related to security issues, such as data redaction and data retention. It may take hours for updates on the settings to propagate to all the related components and take effect. Multiple security settings can be configured in each location. Each agent can specify the security settings to apply, and each setting can be applied to multiple agents in the same project and location. To get more information about SecuritySettings, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.securitySettings) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxSecuritySettings.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXTESTCASE, new ResourceProperty( - "You can use the built-in test feature to uncover bugs and prevent regressions. A test execution verifies that agent responses have not changed for end-user inputs defined in the test case. To get more information about TestCase, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.testCases) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'You can use the built-in test feature to uncover bugs and prevent regressions. A test execution verifies that agent responses have not changed for end-user inputs defined in the test case. To get more information about TestCase, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.testCases) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxTestCase.GetTypes(), ), ], [ ResourceType.DIAGFLOW_CXVERSION, new ResourceProperty( - "You can create multiple versions of your agent flows and deploy them to separate serving environments. When you edit a flow, you are editing a draft flow. At any point, you can save a draft flow as a flow version. A flow version is an immutable snapshot of your flow data and associated agent data like intents, entities, webhooks, pages, route groups, etc. To get more information about Version, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)", + 'You can create multiple versions of your agent flows and deploy them to separate serving environments. When you edit a flow, you are editing a draft flow. At any point, you can save a draft flow as a flow version. A flow version is an immutable snapshot of your flow data and associated agent data like intents, entities, webhooks, pages, route groups, etc. To get more information about Version, see: - [API documentation](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows.versions) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/cx/docs)', DIAGFLOW_CxVersion.GetTypes(), ), ], @@ -6360,7 +6360,7 @@ export class ResourceProperties { [ ResourceType.DIAGFLOW_ENTITYTYPE, new ResourceProperty( - "Represents an entity type. Entity types serve as a tool for extracting parameter values from natural language queries. To get more information about EntityType, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)", + 'Represents an entity type. Entity types serve as a tool for extracting parameter values from natural language queries. To get more information about EntityType, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)', DIAGFLOW_EntityType.GetTypes(), ), ], @@ -6374,14 +6374,14 @@ export class ResourceProperties { [ ResourceType.DIAGFLOW_INTENT, new ResourceProperty( - "Represents a Dialogflow intent. Intents convert a number of user expressions or patterns into an action. An action is an extraction of a user command or sentence semantics. To get more information about Intent, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent.intents) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)", + 'Represents a Dialogflow intent. Intents convert a number of user expressions or patterns into an action. An action is an extraction of a user command or sentence semantics. To get more information about Intent, see: - [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent.intents) - How-to Guides - [Official Documentation](https://cloud.google.com/dialogflow/docs/)', DIAGFLOW_Intent.GetTypes(), ), ], [ ResourceType.DISCOVERYENGINE_CHATENGINE, new ResourceProperty( - "Vertex chat and Conversation Engine Chat type To get more information about ChatEngine, see: - [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.engines) - How-to Guides - [Vertex AI Conversation](https://cloud.google.com/dialogflow/cx/docs/concept/generative)", + 'Vertex chat and Conversation Engine Chat type To get more information about ChatEngine, see: - [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.engines) - How-to Guides - [Vertex AI Conversation](https://cloud.google.com/dialogflow/cx/docs/concept/generative)', DISCOVERYENGINE_ChatEngine.GetTypes(), ), ], @@ -6395,67 +6395,67 @@ export class ResourceProperties { [ ResourceType.DISCOVERYENGINE_SEARCHENGINE, new ResourceProperty( - "Vertex AI Search and Conversation can be used to create a search engine or a chat application by connecting it with a datastore To get more information about SearchEngine, see: - [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.engines) - How-to Guides - [Create a Search Engine](https://cloud.google.com/generative-ai-app-builder/docs/create-engine-es)", + 'Vertex AI Search and Conversation can be used to create a search engine or a chat application by connecting it with a datastore To get more information about SearchEngine, see: - [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.engines) - How-to Guides - [Create a Search Engine](https://cloud.google.com/generative-ai-app-builder/docs/create-engine-es)', DISCOVERYENGINE_SearchEngine.GetTypes(), ), ], [ ResourceType.DNS_DNSMANAGEDZONEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:', DNS_DnsManagedZoneIamBinding.GetTypes(), ), ], [ ResourceType.DNS_DNSMANAGEDZONEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:', DNS_DnsManagedZoneIamMember.GetTypes(), ), ], [ ResourceType.DNS_DNSMANAGEDZONEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud DNS ManagedZone. Each of these resources serves a different use case:', DNS_DnsManagedZoneIamPolicy.GetTypes(), ), ], [ ResourceType.DNS_MANAGEDZONE, new ResourceProperty( - "A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. To get more information about ManagedZone, see: - [API documentation](https://cloud.google.com/dns/api/v1/managedZones) - How-to Guides - [Managing Zones](https://cloud.google.com/dns/zones/)", + 'A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. To get more information about ManagedZone, see: - [API documentation](https://cloud.google.com/dns/api/v1/managedZones) - How-to Guides - [Managing Zones](https://cloud.google.com/dns/zones/)', DNS_ManagedZone.GetTypes(), ), ], [ ResourceType.DNS_POLICY, new ResourceProperty( - "A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources. To get more information about Policy, see: - [API documentation](https://cloud.google.com/dns/docs/reference/v1beta2/policies) - How-to Guides - [Using DNS server policies](https://cloud.google.com/dns/zones/#using-dns-server-policies)", + 'A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources. To get more information about Policy, see: - [API documentation](https://cloud.google.com/dns/docs/reference/v1beta2/policies) - How-to Guides - [Using DNS server policies](https://cloud.google.com/dns/zones/#using-dns-server-policies)', DNS_Policy.GetTypes(), ), ], [ ResourceType.DNS_RECORDSET, - new ResourceProperty("", DNS_RecordSet.GetTypes()), + new ResourceProperty('', DNS_RecordSet.GetTypes()), ], [ ResourceType.DNS_RESPONSEPOLICY, new ResourceProperty( - "A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.", + 'A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.', DNS_ResponsePolicy.GetTypes(), ), ], [ ResourceType.DNS_RESPONSEPOLICYRULE, new ResourceProperty( - "A Response Policy Rule is a selector that applies its behavior to queries that match the selector. Selectors are DNS names, which may be wildcards or exact matches. Each DNS query subject to a Response Policy matches at most one ResponsePolicyRule, as identified by the dns_name field with the longest matching suffix.", + 'A Response Policy Rule is a selector that applies its behavior to queries that match the selector. Selectors are DNS names, which may be wildcards or exact matches. Each DNS query subject to a Response Policy matches at most one ResponsePolicyRule, as identified by the dns_name field with the longest matching suffix.', DNS_ResponsePolicyRule.GetTypes(), ), ], [ ResourceType.EDGECONTAINER_CLUSTER, new ResourceProperty( - "Cluster contains information about a Google Distributed Cloud Edge Kubernetes cluster. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/container/rest/v1/projects.locations.clusters) - How-to Guides - [Create and manage clusters](https://cloud.google.com/distributed-cloud/edge/latest/docs/clusters)", + 'Cluster contains information about a Google Distributed Cloud Edge Kubernetes cluster. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/container/rest/v1/projects.locations.clusters) - How-to Guides - [Create and manage clusters](https://cloud.google.com/distributed-cloud/edge/latest/docs/clusters)', EDGECONTAINER_Cluster.GetTypes(), ), ], @@ -6469,153 +6469,153 @@ export class ResourceProperties { [ ResourceType.EDGECONTAINER_VPNCONNECTION, new ResourceProperty( - "A VPN connection To get more information about VpnConnection, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/container/rest/v1/projects.locations.vpnConnections) - How-to Guides - [Google Distributed Cloud Edge](https://cloud.google.com/distributed-cloud/edge/latest/docs)", + 'A VPN connection To get more information about VpnConnection, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/container/rest/v1/projects.locations.vpnConnections) - How-to Guides - [Google Distributed Cloud Edge](https://cloud.google.com/distributed-cloud/edge/latest/docs)', EDGECONTAINER_VpnConnection.GetTypes(), ), ], [ ResourceType.EDGENETWORK_NETWORK, new ResourceProperty( - "A Distributed Cloud Edge network, which provides L3 isolation within a zone. To get more information about Network, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/network/rest/v1/projects.locations.zones.networks) - How-to Guides - [Create and manage networks](https://cloud.google.com/distributed-cloud/edge/latest/docs/networks#api)", + 'A Distributed Cloud Edge network, which provides L3 isolation within a zone. To get more information about Network, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/network/rest/v1/projects.locations.zones.networks) - How-to Guides - [Create and manage networks](https://cloud.google.com/distributed-cloud/edge/latest/docs/networks#api)', EDGENETWORK_Network.GetTypes(), ), ], [ ResourceType.EDGENETWORK_SUBNET, new ResourceProperty( - "A Distributed Cloud Edge subnet, which provides L2 isolation within a network. To get more information about Subnet, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/network/rest/v1/projects.locations.zones.subnets) - How-to Guides - [Create and manage subnetworks](https://cloud.google.com/distributed-cloud/edge/latest/docs/subnetworks#api)", + 'A Distributed Cloud Edge subnet, which provides L2 isolation within a network. To get more information about Subnet, see: - [API documentation](https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/network/rest/v1/projects.locations.zones.subnets) - How-to Guides - [Create and manage subnetworks](https://cloud.google.com/distributed-cloud/edge/latest/docs/subnetworks#api)', EDGENETWORK_Subnet.GetTypes(), ), ], [ ResourceType.ENDPOINTS_CONSUMERSIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:', ENDPOINTS_ConsumersIamBinding.GetTypes(), ), ], [ ResourceType.ENDPOINTS_CONSUMERSIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:', ENDPOINTS_ConsumersIamMember.GetTypes(), ), ], [ ResourceType.ENDPOINTS_CONSUMERSIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints ServiceConsumers. Each of these resources serves a different use case:', ENDPOINTS_ConsumersIamPolicy.GetTypes(), ), ], [ ResourceType.ENDPOINTS_SERVICE, new ResourceProperty( - "This resource creates and rolls out a Cloud Endpoints service using OpenAPI or gRPC. View the relevant docs for [OpenAPI](https://cloud.google.com/endpoints/docs/openapi/) and [gRPC](https://cloud.google.com/endpoints/docs/grpc/).", + 'This resource creates and rolls out a Cloud Endpoints service using OpenAPI or gRPC. View the relevant docs for [OpenAPI](https://cloud.google.com/endpoints/docs/openapi/) and [gRPC](https://cloud.google.com/endpoints/docs/grpc/).', ENDPOINTS_Service.GetTypes(), ), ], [ ResourceType.ENDPOINTS_SERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:', ENDPOINTS_ServiceIamBinding.GetTypes(), ), ], [ ResourceType.ENDPOINTS_SERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:', ENDPOINTS_ServiceIamMember.GetTypes(), ), ], [ ResourceType.ENDPOINTS_SERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Endpoints Service. Each of these resources serves a different use case:', ENDPOINTS_ServiceIamPolicy.GetTypes(), ), ], [ ResourceType.ESSENTIALCONTACTS_CONTACT, new ResourceProperty( - "A contact that will receive notifications from Google Cloud. To get more information about Contact, see: - [API documentation](https://cloud.google.com/resource-manager/docs/reference/essentialcontacts/rest/v1/projects.contacts) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/managing-notification-contacts) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Essential Contacts API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + 'A contact that will receive notifications from Google Cloud. To get more information about Contact, see: - [API documentation](https://cloud.google.com/resource-manager/docs/reference/essentialcontacts/rest/v1/projects.contacts) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/managing-notification-contacts) > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the Essential Contacts API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', ESSENTIALCONTACTS_Contact.GetTypes(), ), ], [ ResourceType.ESSENTIALCONTACTS_DOCUMENTAIPROCESSOR, new ResourceProperty( - "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see: - [API documentation](https://cloud.google.com/document-ai/docs/reference/rest/v1/projects.locations.processors) - How-to Guides - [Official Documentation](https://cloud.google.com/document-ai/docs/overview)", + 'The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see: - [API documentation](https://cloud.google.com/document-ai/docs/reference/rest/v1/projects.locations.processors) - How-to Guides - [Official Documentation](https://cloud.google.com/document-ai/docs/overview)', ESSENTIALCONTACTS_DocumentAiProcessor.GetTypes(), ), ], [ ResourceType.ESSENTIALCONTACTS_DOCUMENTAIPROCESSORDEFAULTVERSION, new ResourceProperty( - "The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.", + 'The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.', ESSENTIALCONTACTS_DocumentAiProcessorDefaultVersion.GetTypes(), ), ], [ ResourceType.ESSENTIALCONTACTS_DOCUMENTAIWAREHOUSEDOCUMENTSCHEMA, new ResourceProperty( - "A document schema is used to define document structure. To get more information about DocumentSchema, see: - [API documentation](https://cloud.google.com/document-warehouse/docs/reference/rest/v1/projects.locations.documentSchemas) - How-to Guides - [Official Documentation](https://cloud.google.com/document-warehouse/docs/manage-document-schemas)", + 'A document schema is used to define document structure. To get more information about DocumentSchema, see: - [API documentation](https://cloud.google.com/document-warehouse/docs/reference/rest/v1/projects.locations.documentSchemas) - How-to Guides - [Official Documentation](https://cloud.google.com/document-warehouse/docs/manage-document-schemas)', ESSENTIALCONTACTS_DocumentAiWarehouseDocumentSchema.GetTypes(), ), ], [ ResourceType.ESSENTIALCONTACTS_DOCUMENTAIWAREHOUSELOCATION, new ResourceProperty( - "A location is used to initialize a project. To get more information about Location, see: - [API documentation](https://cloud.google.com/document-warehouse/docs/reference/rest/v1/projects.locations) - How-to Guides - [Official Documentation](https://cloud.google.com/document-warehouse/docs/overview)", + 'A location is used to initialize a project. To get more information about Location, see: - [API documentation](https://cloud.google.com/document-warehouse/docs/reference/rest/v1/projects.locations) - How-to Guides - [Official Documentation](https://cloud.google.com/document-warehouse/docs/overview)', ESSENTIALCONTACTS_DocumentAiWarehouseLocation.GetTypes(), ), ], [ ResourceType.EVENTARC_CHANNEL, new ResourceProperty( - "The Eventarc Channel resource", + 'The Eventarc Channel resource', EVENTARC_Channel.GetTypes(), ), ], [ ResourceType.EVENTARC_GOOGLECHANNELCONFIG, new ResourceProperty( - "The Eventarc GoogleChannelConfig resource", + 'The Eventarc GoogleChannelConfig resource', EVENTARC_GoogleChannelConfig.GetTypes(), ), ], [ ResourceType.EVENTARC_TRIGGER, new ResourceProperty( - "The Eventarc Trigger resource", + 'The Eventarc Trigger resource', EVENTARC_Trigger.GetTypes(), ), ], [ ResourceType.FILESTORE_BACKUP, new ResourceProperty( - "A Google Cloud Filestore backup. To get more information about Backup, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.backups) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/backups) - [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)", + 'A Google Cloud Filestore backup. To get more information about Backup, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.backups) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/backups) - [Creating Backups](https://cloud.google.com/filestore/docs/create-backups)', FILESTORE_Backup.GetTypes(), ), ], [ ResourceType.FILESTORE_INSTANCE, new ResourceProperty( - "A Google Cloud Filestore instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1beta1/projects.locations.instances/create) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/creating-instances) - [Use with Kubernetes](https://cloud.google.com/filestore/docs/accessing-fileshares) - [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)", + 'A Google Cloud Filestore instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1beta1/projects.locations.instances/create) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/creating-instances) - [Use with Kubernetes](https://cloud.google.com/filestore/docs/accessing-fileshares) - [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)', FILESTORE_Instance.GetTypes(), ), ], [ ResourceType.FILESTORE_SNAPSHOT, new ResourceProperty( - "A Google Cloud Filestore snapshot. To get more information about Snapshot, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.snapshots) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/snapshots) - [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)", + 'A Google Cloud Filestore snapshot. To get more information about Snapshot, see: - [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1/projects.locations.instances.snapshots) - How-to Guides - [Official Documentation](https://cloud.google.com/filestore/docs/snapshots) - [Creating Snapshots](https://cloud.google.com/filestore/docs/create-snapshots)', FILESTORE_Snapshot.GetTypes(), ), ], [ ResourceType.FIREBASE_ANDROIDAPP, - new ResourceProperty("", FIREBASE_AndroidApp.GetTypes()), + new ResourceProperty('', FIREBASE_AndroidApp.GetTypes()), ], [ ResourceType.FIREBASE_APPCHECKAPPATTESTCONFIG, @@ -6627,7 +6627,7 @@ export class ResourceProperties { [ ResourceType.FIREBASE_APPCHECKDEBUGTOKEN, new ResourceProperty( - "A debug token is a secret used during the development or integration testing of an app. It essentially allows the development or integration testing to bypass app attestation while still allowing App Check to enforce protection on supported production Firebase services. To get more information about DebugToken, see: - [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.apps.debugTokens) - How-to Guides - [Official Documentation](https://firebase.google.com/docs/app-check)", + 'A debug token is a secret used during the development or integration testing of an app. It essentially allows the development or integration testing to bypass app attestation while still allowing App Check to enforce protection on supported production Firebase services. To get more information about DebugToken, see: - [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.apps.debugTokens) - How-to Guides - [Official Documentation](https://firebase.google.com/docs/app-check)', FIREBASE_AppCheckDebugToken.GetTypes(), ), ], @@ -6655,85 +6655,85 @@ export class ResourceProperties { [ ResourceType.FIREBASE_APPCHECKSERVICECONFIG, new ResourceProperty( - "The enforcement configuration for a service supported by App Check. To get more information about ServiceConfig, see: - [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.services) - How-to Guides - [Official Documentation](https://firebase.google.com/docs/app-check)", + 'The enforcement configuration for a service supported by App Check. To get more information about ServiceConfig, see: - [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.services) - How-to Guides - [Official Documentation](https://firebase.google.com/docs/app-check)', FIREBASE_AppCheckServiceConfig.GetTypes(), ), ], [ ResourceType.FIREBASE_APPLEAPP, - new ResourceProperty("", FIREBASE_AppleApp.GetTypes()), + new ResourceProperty('', FIREBASE_AppleApp.GetTypes()), ], [ ResourceType.FIREBASE_DATABASEINSTANCE, - new ResourceProperty("", FIREBASE_DatabaseInstance.GetTypes()), + new ResourceProperty('', FIREBASE_DatabaseInstance.GetTypes()), ], [ ResourceType.FIREBASE_EXTENSIONSINSTANCE, - new ResourceProperty("", FIREBASE_ExtensionsInstance.GetTypes()), + new ResourceProperty('', FIREBASE_ExtensionsInstance.GetTypes()), ], [ ResourceType.FIREBASE_HOSTINGCHANNEL, - new ResourceProperty("", FIREBASE_HostingChannel.GetTypes()), + new ResourceProperty('', FIREBASE_HostingChannel.GetTypes()), ], [ ResourceType.FIREBASE_HOSTINGCUSTOMDOMAIN, - new ResourceProperty("", FIREBASE_HostingCustomDomain.GetTypes()), + new ResourceProperty('', FIREBASE_HostingCustomDomain.GetTypes()), ], [ ResourceType.FIREBASE_HOSTINGRELEASE, - new ResourceProperty("", FIREBASE_HostingRelease.GetTypes()), + new ResourceProperty('', FIREBASE_HostingRelease.GetTypes()), ], [ ResourceType.FIREBASE_HOSTINGSITE, - new ResourceProperty("", FIREBASE_HostingSite.GetTypes()), + new ResourceProperty('', FIREBASE_HostingSite.GetTypes()), ], [ ResourceType.FIREBASE_HOSTINGVERSION, - new ResourceProperty("", FIREBASE_HostingVersion.GetTypes()), + new ResourceProperty('', FIREBASE_HostingVersion.GetTypes()), ], [ ResourceType.FIREBASE_PROJECT, new ResourceProperty( - "A Google Cloud Firebase instance. This enables Firebase resources on a given google project. Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs. Once Firebase has been added to a Google Project it cannot be removed. To get more information about Project, see: - [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects) - How-to Guides - [Official Documentation](https://firebase.google.com/)", + 'A Google Cloud Firebase instance. This enables Firebase resources on a given google project. Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs. Once Firebase has been added to a Google Project it cannot be removed. To get more information about Project, see: - [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects) - How-to Guides - [Official Documentation](https://firebase.google.com/)', FIREBASE_Project.GetTypes(), ), ], [ ResourceType.FIREBASE_STORAGEBUCKET, - new ResourceProperty("", FIREBASE_StorageBucket.GetTypes()), + new ResourceProperty('', FIREBASE_StorageBucket.GetTypes()), ], [ ResourceType.FIREBASE_WEBAPP, new ResourceProperty( - "A Google Cloud Firebase web application instance To get more information about WebApp, see: - [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps) - How-to Guides - [Official Documentation](https://firebase.google.com/)", + 'A Google Cloud Firebase web application instance To get more information about WebApp, see: - [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps) - How-to Guides - [Official Documentation](https://firebase.google.com/)', FIREBASE_WebApp.GetTypes(), ), ], [ ResourceType.FIREBASERULES_RELEASE, new ResourceProperty( - "For more information, see: - [Get started with Firebase Security Rules](https://firebase.google.com/docs/rules/get-started)", + 'For more information, see: - [Get started with Firebase Security Rules](https://firebase.google.com/docs/rules/get-started)', FIREBASERULES_Release.GetTypes(), ), ], [ ResourceType.FIREBASERULES_RULESET, new ResourceProperty( - "For more information, see: - [Get started with Firebase Security Rules](https://firebase.google.com/docs/rules/get-started)", + 'For more information, see: - [Get started with Firebase Security Rules](https://firebase.google.com/docs/rules/get-started)', FIREBASERULES_Ruleset.GetTypes(), ), ], [ ResourceType.FIRESTORE_BACKUPSCHEDULE, new ResourceProperty( - "A backup schedule for a Cloud Firestore Database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though. To get more information about BackupSchedule, see: - [API documentation](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases.backupSchedules) - How-to Guides - [Official Documentation](https://cloud.google.com/firestore/docs/backups) > --Warning:-- This resource creates a Firestore Backup Schedule on a project that already has a Firestore database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though.", + 'A backup schedule for a Cloud Firestore Database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though. To get more information about BackupSchedule, see: - [API documentation](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases.backupSchedules) - How-to Guides - [Official Documentation](https://cloud.google.com/firestore/docs/backups) > --Warning:-- This resource creates a Firestore Backup Schedule on a project that already has a Firestore database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though.', FIRESTORE_BackupSchedule.GetTypes(), ), ], [ ResourceType.FIRESTORE_DATABASE, new ResourceProperty( - "A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the `gcp.appengine.Application` resource instead. If you were previously using the `gcp.appengine.Application` resource exclusively for managing a Firestore database and would like to use the `gcp.firestore.Database` resource instead, please follow the instructions [here](https://cloud.google.com/firestore/docs/app-engine-requirement). To get more information about Database, see: - [API documentation](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases) - How-to Guides - [Official Documentation](https://cloud.google.com/firestore/docs/)", + 'A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the `gcp.appengine.Application` resource instead. If you were previously using the `gcp.appengine.Application` resource exclusively for managing a Firestore database and would like to use the `gcp.firestore.Database` resource instead, please follow the instructions [here](https://cloud.google.com/firestore/docs/app-engine-requirement). To get more information about Database, see: - [API documentation](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases) - How-to Guides - [Official Documentation](https://cloud.google.com/firestore/docs/)', FIRESTORE_Database.GetTypes(), ), ], @@ -6761,775 +6761,775 @@ export class ResourceProperties { [ ResourceType.FOLDER_ACCESSAPPROVALSETTINGS, new ResourceProperty( - "Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about FolderSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/folders)", + 'Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about FolderSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/folders)', FOLDER_AccessApprovalSettings.GetTypes(), ), ], [ ResourceType.FOLDER_IAMAUDITCONFIG, new ResourceProperty( - "Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:', FOLDER_IamAuditConfig.GetTypes(), ), ], [ ResourceType.FOLDER_IAMBINDING, new ResourceProperty( - "Allows creation and management of a single binding within IAM policy for an existing Google Cloud Platform folder. > --Note:-- This resource _must not_ be used in conjunction with `gcp.folder.IAMPolicy` or they will fight over what your policy should be. > --Note:-- On create, this resource will overwrite members of any existing roles. Use `pulumi import` and inspect the output to ensure your existing members are preserved.", + 'Allows creation and management of a single binding within IAM policy for an existing Google Cloud Platform folder. > --Note:-- This resource _must not_ be used in conjunction with `gcp.folder.IAMPolicy` or they will fight over what your policy should be. > --Note:-- On create, this resource will overwrite members of any existing roles. Use `pulumi import` and inspect the output to ensure your existing members are preserved.', FOLDER_IAMBinding.GetTypes(), ), ], [ ResourceType.FOLDER_IAMMEMBER, new ResourceProperty( - "Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:', FOLDER_IAMMember.GetTypes(), ), ], [ ResourceType.FOLDER_IAMPOLICY, new ResourceProperty( - "Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a folder. Each of these resources serves a different use case:', FOLDER_IAMPolicy.GetTypes(), ), ], [ ResourceType.FOLDER_ORGANIZATIONPOLICY, new ResourceProperty( - "Allows management of Organization Policies for a Google Cloud Folder. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/folders/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)", + 'Allows management of Organization Policies for a Google Cloud Folder. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/folders/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)', FOLDER_OrganizationPolicy.GetTypes(), ), ], [ ResourceType.GKEBACKUP_BACKUPPLAN, new ResourceProperty( - "Represents a Backup Plan instance. To get more information about BackupPlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.backupPlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)", + 'Represents a Backup Plan instance. To get more information about BackupPlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.backupPlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)', GKEBACKUP_BackupPlan.GetTypes(), ), ], [ ResourceType.GKEBACKUP_BACKUPPLANIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:', GKEBACKUP_BackupPlanIamBinding.GetTypes(), ), ], [ ResourceType.GKEBACKUP_BACKUPPLANIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:', GKEBACKUP_BackupPlanIamMember.GetTypes(), ), ], [ ResourceType.GKEBACKUP_BACKUPPLANIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Backup for GKE BackupPlan. Each of these resources serves a different use case:', GKEBACKUP_BackupPlanIamPolicy.GetTypes(), ), ], [ ResourceType.GKEBACKUP_RESTOREPLAN, new ResourceProperty( - "Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)", + 'Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)', GKEBACKUP_RestorePlan.GetTypes(), ), ], [ ResourceType.GKEBACKUP_RESTOREPLANIAMBINDING, new ResourceProperty( - "Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)", + 'Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)', GKEBACKUP_RestorePlanIamBinding.GetTypes(), ), ], [ ResourceType.GKEBACKUP_RESTOREPLANIAMMEMBER, new ResourceProperty( - "Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)", + 'Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)', GKEBACKUP_RestorePlanIamMember.GetTypes(), ), ], [ ResourceType.GKEBACKUP_RESTOREPLANIAMPOLICY, new ResourceProperty( - "Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)", + 'Represents a Restore Plan instance. To get more information about RestorePlan, see: - [API documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans) - How-to Guides - [Official Documentation](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke)', GKEBACKUP_RestorePlanIamPolicy.GetTypes(), ), ], [ ResourceType.GKEHUB_FEATURE, new ResourceProperty( - "Feature represents the settings and status of any Hub Feature. To get more information about Feature, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.features) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'Feature represents the settings and status of any Hub Feature. To get more information about Feature, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.features) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_Feature.GetTypes(), ), ], [ ResourceType.GKEHUB_FEATUREIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:', GKEHUB_FeatureIamBinding.GetTypes(), ), ], [ ResourceType.GKEHUB_FEATUREIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:', GKEHUB_FeatureIamMember.GetTypes(), ), ], [ ResourceType.GKEHUB_FEATUREIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Feature. Each of these resources serves a different use case:', GKEHUB_FeatureIamPolicy.GetTypes(), ), ], [ ResourceType.GKEHUB_FEATUREMEMBERSHIP, new ResourceProperty( - "Contains information about a GKEHub Feature Memberships. Feature Memberships configure GKEHub Features that apply to specific memberships rather than the project as a whole. The google_gke_hub is the Fleet API.", + 'Contains information about a GKEHub Feature Memberships. Feature Memberships configure GKEHub Features that apply to specific memberships rather than the project as a whole. The google_gke_hub is the Fleet API.', GKEHUB_FeatureMembership.GetTypes(), ), ], [ ResourceType.GKEHUB_FLEET, new ResourceProperty( - "Fleet contains information about a group of clusters. To get more information about Fleet, see: - [API documentation](https://cloud.google.com/anthos/multicluster-management/reference/rest/v1/projects.locations.fleets) - How-to Guides - [Registering a Cluster to a Fleet](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'Fleet contains information about a group of clusters. To get more information about Fleet, see: - [API documentation](https://cloud.google.com/anthos/multicluster-management/reference/rest/v1/projects.locations.fleets) - How-to Guides - [Registering a Cluster to a Fleet](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_Fleet.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIP, new ResourceProperty( - "Membership contains information about a member cluster. To get more information about Membership, see: - [API documentation](https://cloud.google.com/anthos/multicluster-management/reference/rest/v1/projects.locations.memberships) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'Membership contains information about a member cluster. To get more information about Membership, see: - [API documentation](https://cloud.google.com/anthos/multicluster-management/reference/rest/v1/projects.locations.memberships) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_Membership.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIPBINDING, new ResourceProperty( - "MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet resources) a Membership is bound to. To get more information about MembershipBinding, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.memberships.bindings) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet resources) a Membership is bound to. To get more information about MembershipBinding, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.memberships.bindings) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_MembershipBinding.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIPIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:', GKEHUB_MembershipIamBinding.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIPIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:', GKEHUB_MembershipIamMember.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIPIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Membership. Each of these resources serves a different use case:', GKEHUB_MembershipIamPolicy.GetTypes(), ), ], [ ResourceType.GKEHUB_MEMBERSHIPRBACROLEBINDING, - new ResourceProperty("", GKEHUB_MembershipRbacRoleBinding.GetTypes()), + new ResourceProperty('', GKEHUB_MembershipRbacRoleBinding.GetTypes()), ], [ ResourceType.GKEHUB_NAMESPACE, new ResourceProperty( - "Namespace represents a namespace across the Fleet. To get more information about Namespace, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes.namespaces) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'Namespace represents a namespace across the Fleet. To get more information about Namespace, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes.namespaces) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_Namespace.GetTypes(), ), ], [ ResourceType.GKEHUB_SCOPE, new ResourceProperty( - "Scope represents a Scope in a Fleet. To get more information about Scope, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'Scope represents a Scope in a Fleet. To get more information about Scope, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_Scope.GetTypes(), ), ], [ ResourceType.GKEHUB_SCOPEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:', GKEHUB_ScopeIamBinding.GetTypes(), ), ], [ ResourceType.GKEHUB_SCOPEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:', GKEHUB_ScopeIamMember.GetTypes(), ), ], [ ResourceType.GKEHUB_SCOPEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for GKEHub Scope. Each of these resources serves a different use case:', GKEHUB_ScopeIamPolicy.GetTypes(), ), ], [ ResourceType.GKEHUB_SCOPERBACROLEBINDING, new ResourceProperty( - "RBACRoleBinding represents a rbacrolebinding across the Fleet. To get more information about ScopeRBACRoleBinding, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes.rbacrolebindings) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)", + 'RBACRoleBinding represents a rbacrolebinding across the Fleet. To get more information about ScopeRBACRoleBinding, see: - [API documentation](https://cloud.google.com/anthos/fleet-management/docs/reference/rest/v1/projects.locations.scopes.rbacrolebindings) - How-to Guides - [Registering a Cluster](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster#register_cluster)', GKEHUB_ScopeRbacRoleBinding.GetTypes(), ), ], [ ResourceType.GKEONPREM_BAREMETALADMINCLUSTER, new ResourceProperty( - "A Google Bare Metal Admin Cluster.", + 'A Google Bare Metal Admin Cluster.', GKEONPREM_BareMetalAdminCluster.GetTypes(), ), ], [ ResourceType.GKEONPREM_BAREMETALCLUSTER, new ResourceProperty( - "A Google Bare Metal User Cluster.", + 'A Google Bare Metal User Cluster.', GKEONPREM_BareMetalCluster.GetTypes(), ), ], [ ResourceType.GKEONPREM_BAREMETALNODEPOOL, new ResourceProperty( - "A Google Bare Metal Node Pool.", + 'A Google Bare Metal Node Pool.', GKEONPREM_BareMetalNodePool.GetTypes(), ), ], [ ResourceType.GKEONPREM_VMWARECLUSTER, new ResourceProperty( - "A Google VMware User Cluster.", + 'A Google VMware User Cluster.', GKEONPREM_VMwareCluster.GetTypes(), ), ], [ ResourceType.GKEONPREM_VMWARENODEPOOL, new ResourceProperty( - "A Google Vmware Node Pool.", + 'A Google Vmware Node Pool.', GKEONPREM_VMwareNodePool.GetTypes(), ), ], [ ResourceType.HEALTHCARE_CONSENTSTORE, new ResourceProperty( - "The Consent Management API is a tool for tracking user consents and the documentation associated with the consents. To get more information about ConsentStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.consentStores) - How-to Guides - [Creating a Consent store](https://cloud.google.com/healthcare/docs/how-tos/consent)", + 'The Consent Management API is a tool for tracking user consents and the documentation associated with the consents. To get more information about ConsentStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.consentStores) - How-to Guides - [Creating a Consent store](https://cloud.google.com/healthcare/docs/how-tos/consent)', HEALTHCARE_ConsentStore.GetTypes(), ), ], [ ResourceType.HEALTHCARE_CONSENTSTOREIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:', HEALTHCARE_ConsentStoreIamBinding.GetTypes(), ), ], [ ResourceType.HEALTHCARE_CONSENTSTOREIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:', HEALTHCARE_ConsentStoreIamMember.GetTypes(), ), ], [ ResourceType.HEALTHCARE_CONSENTSTOREIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Healthcare ConsentStore. Each of these resources serves a different use case:', HEALTHCARE_ConsentStoreIamPolicy.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DATASET, new ResourceProperty( - "A Healthcare `Dataset` is a toplevel logical grouping of `dicomStores`, `fhirStores` and `hl7V2Stores`. To get more information about Dataset, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets) - How-to Guides - [Creating a dataset](https://cloud.google.com/healthcare/docs/how-tos/datasets)", + 'A Healthcare `Dataset` is a toplevel logical grouping of `dicomStores`, `fhirStores` and `hl7V2Stores`. To get more information about Dataset, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets) - How-to Guides - [Creating a dataset](https://cloud.google.com/healthcare/docs/how-tos/datasets)', HEALTHCARE_Dataset.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DATASETIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:', HEALTHCARE_DatasetIamBinding.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DATASETIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:', HEALTHCARE_DatasetIamMember.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DATASETIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare dataset. Each of these resources serves a different use case:', HEALTHCARE_DatasetIamPolicy.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DICOMSTORE, new ResourceProperty( - "A DicomStore is a datastore inside a Healthcare dataset that conforms to the DICOM (https://www.dicomstandard.org/about/) standard for Healthcare information exchange To get more information about DicomStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.dicomStores) - How-to Guides - [Creating a DICOM store](https://cloud.google.com/healthcare/docs/how-tos/dicom)", + 'A DicomStore is a datastore inside a Healthcare dataset that conforms to the DICOM (https://www.dicomstandard.org/about/) standard for Healthcare information exchange To get more information about DicomStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.dicomStores) - How-to Guides - [Creating a DICOM store](https://cloud.google.com/healthcare/docs/how-tos/dicom)', HEALTHCARE_DicomStore.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DICOMSTOREIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:', HEALTHCARE_DicomStoreIamBinding.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DICOMSTOREIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:', HEALTHCARE_DicomStoreIamMember.GetTypes(), ), ], [ ResourceType.HEALTHCARE_DICOMSTOREIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare DICOM store. Each of these resources serves a different use case:', HEALTHCARE_DicomStoreIamPolicy.GetTypes(), ), ], [ ResourceType.HEALTHCARE_FHIRSTORE, new ResourceProperty( - "A FhirStore is a datastore inside a Healthcare dataset that conforms to the FHIR (https://www.hl7.org/fhir/STU3/) standard for Healthcare information exchange To get more information about FhirStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.fhirStores) - How-to Guides - [Creating a FHIR store](https://cloud.google.com/healthcare/docs/how-tos/fhir)", + 'A FhirStore is a datastore inside a Healthcare dataset that conforms to the FHIR (https://www.hl7.org/fhir/STU3/) standard for Healthcare information exchange To get more information about FhirStore, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.fhirStores) - How-to Guides - [Creating a FHIR store](https://cloud.google.com/healthcare/docs/how-tos/fhir)', HEALTHCARE_FhirStore.GetTypes(), ), ], [ ResourceType.HEALTHCARE_FHIRSTOREIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:', HEALTHCARE_FhirStoreIamBinding.GetTypes(), ), ], [ ResourceType.HEALTHCARE_FHIRSTOREIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:', HEALTHCARE_FhirStoreIamMember.GetTypes(), ), ], [ ResourceType.HEALTHCARE_FHIRSTOREIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare FHIR store. Each of these resources serves a different use case:', HEALTHCARE_FhirStoreIamPolicy.GetTypes(), ), ], [ ResourceType.HEALTHCARE_HL7STORE, new ResourceProperty( - "A Hl7V2Store is a datastore inside a Healthcare dataset that conforms to the FHIR (https://www.hl7.org/hl7V2/STU3/) standard for Healthcare information exchange To get more information about Hl7V2Store, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.hl7V2Stores) - How-to Guides - [Creating a HL7v2 Store](https://cloud.google.com/healthcare/docs/how-tos/hl7v2)", + 'A Hl7V2Store is a datastore inside a Healthcare dataset that conforms to the FHIR (https://www.hl7.org/hl7V2/STU3/) standard for Healthcare information exchange To get more information about Hl7V2Store, see: - [API documentation](https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.hl7V2Stores) - How-to Guides - [Creating a HL7v2 Store](https://cloud.google.com/healthcare/docs/how-tos/hl7v2)', HEALTHCARE_Hl7Store.GetTypes(), ), ], [ ResourceType.HEALTHCARE_HL7STOREIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:', HEALTHCARE_Hl7StoreIamBinding.GetTypes(), ), ], [ ResourceType.HEALTHCARE_HL7STOREIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:', HEALTHCARE_Hl7StoreIamMember.GetTypes(), ), ], [ ResourceType.HEALTHCARE_HL7STOREIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Healthcare HL7v2 store. Each of these resources serves a different use case:', HEALTHCARE_Hl7StoreIamPolicy.GetTypes(), ), ], [ ResourceType.IAM_ACCESSBOUNDARYPOLICY, new ResourceProperty( - "Represents a collection of access boundary policies to apply to a given resource. --NOTE--: This is a private feature and users should contact GCP support if they would like to test it.", + 'Represents a collection of access boundary policies to apply to a given resource. --NOTE--: This is a private feature and users should contact GCP support if they would like to test it.', IAM_AccessBoundaryPolicy.GetTypes(), ), ], [ ResourceType.IAM_DENYPOLICY, new ResourceProperty( - "Represents a collection of denial policies to apply to a given resource. To get more information about DenyPolicy, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v2/policies) - How-to Guides - [Permissions supported in deny policies](https://cloud.google.com/iam/docs/deny-permissions-support)", + 'Represents a collection of denial policies to apply to a given resource. To get more information about DenyPolicy, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v2/policies) - How-to Guides - [Permissions supported in deny policies](https://cloud.google.com/iam/docs/deny-permissions-support)', IAM_DenyPolicy.GetTypes(), ), ], [ ResourceType.IAM_WORKFORCEPOOL, new ResourceProperty( - "Represents a collection of external workforces. Provides namespaces for federated users that can be referenced in IAM policies. To get more information about WorkforcePool, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/locations.workforcePools) - How-to Guides - [Manage pools](https://cloud.google.com/iam/docs/manage-workforce-identity-pools-providers#manage_pools) > --Note:-- Ask your Google Cloud account team to request access to workforce identity federation for your billing/quota project. The account team notifies you when the project is granted access.", + 'Represents a collection of external workforces. Provides namespaces for federated users that can be referenced in IAM policies. To get more information about WorkforcePool, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/locations.workforcePools) - How-to Guides - [Manage pools](https://cloud.google.com/iam/docs/manage-workforce-identity-pools-providers#manage_pools) > --Note:-- Ask your Google Cloud account team to request access to workforce identity federation for your billing/quota project. The account team notifies you when the project is granted access.', IAM_WorkforcePool.GetTypes(), ), ], [ ResourceType.IAM_WORKFORCEPOOLPROVIDER, new ResourceProperty( - "A configuration for an external identity provider. To get more information about WorkforcePoolProvider, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/locations.workforcePools.providers) - How-to Guides - [Configure a provider within the workforce pool](https://cloud.google.com/iam/docs/manage-workforce-identity-pools-providers#configure_a_provider_within_the_workforce_pool) > --Note:-- Ask your Google Cloud account team to request access to workforce identity federation for your billing/quota project. The account team notifies you when the project is granted access.", + 'A configuration for an external identity provider. To get more information about WorkforcePoolProvider, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/locations.workforcePools.providers) - How-to Guides - [Configure a provider within the workforce pool](https://cloud.google.com/iam/docs/manage-workforce-identity-pools-providers#configure_a_provider_within_the_workforce_pool) > --Note:-- Ask your Google Cloud account team to request access to workforce identity federation for your billing/quota project. The account team notifies you when the project is granted access.', IAM_WorkforcePoolProvider.GetTypes(), ), ], [ ResourceType.IAM_WORKLOADIDENTITYPOOL, new ResourceProperty( - "Represents a collection of external workload identities. You can define IAM policies to grant these identities access to Google Cloud resources. To get more information about WorkloadIdentityPool, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/projects.locations.workloadIdentityPools) - How-to Guides - [Managing workload identity pools](https://cloud.google.com/iam/docs/manage-workload-identity-pools-providers#pools)", + 'Represents a collection of external workload identities. You can define IAM policies to grant these identities access to Google Cloud resources. To get more information about WorkloadIdentityPool, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/projects.locations.workloadIdentityPools) - How-to Guides - [Managing workload identity pools](https://cloud.google.com/iam/docs/manage-workload-identity-pools-providers#pools)', IAM_WorkloadIdentityPool.GetTypes(), ), ], [ ResourceType.IAM_WORKLOADIDENTITYPOOLPROVIDER, new ResourceProperty( - "A configuration for an external identity provider. To get more information about WorkloadIdentityPoolProvider, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/projects.locations.workloadIdentityPools.providers) - How-to Guides - [Managing workload identity providers](https://cloud.google.com/iam/docs/manage-workload-identity-pools-providers#managing_workload_identity_providers)", + 'A configuration for an external identity provider. To get more information about WorkloadIdentityPoolProvider, see: - [API documentation](https://cloud.google.com/iam/docs/reference/rest/v1/projects.locations.workloadIdentityPools.providers) - How-to Guides - [Managing workload identity providers](https://cloud.google.com/iam/docs/manage-workload-identity-pools-providers#managing_workload_identity_providers)', IAM_WorkloadIdentityPoolProvider.GetTypes(), ), ], [ ResourceType.IAP_APPENGINESERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:', IAP_AppEngineServiceIamBinding.GetTypes(), ), ], [ ResourceType.IAP_APPENGINESERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:', IAP_AppEngineServiceIamMember.GetTypes(), ), ], [ ResourceType.IAP_APPENGINESERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineService. Each of these resources serves a different use case:', IAP_AppEngineServiceIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_APPENGINEVERSIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:', IAP_AppEngineVersionIamBinding.GetTypes(), ), ], [ ResourceType.IAP_APPENGINEVERSIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:', IAP_AppEngineVersionIamMember.GetTypes(), ), ], [ ResourceType.IAP_APPENGINEVERSIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy AppEngineVersion. Each of these resources serves a different use case:', IAP_AppEngineVersionIamPolicy.GetTypes(), ), ], - [ResourceType.IAP_BRAND, new ResourceProperty("", IAP_Brand.GetTypes())], + [ResourceType.IAP_BRAND, new ResourceProperty('', IAP_Brand.GetTypes())], [ ResourceType.IAP_CLIENT, new ResourceProperty( - "Contains the data that describes an Identity Aware Proxy owned client. > --Note:-- Only internal org clients can be created via declarative tools. External clients must be manually created via the GCP console. This restriction is due to the existing APIs and not lack of support in this tool. To get more information about Client, see: - [API documentation](https://cloud.google.com/iap/docs/reference/rest/v1/projects.brands.identityAwareProxyClients) - How-to Guides - [Setting up IAP Client](https://cloud.google.com/iap/docs/authentication-howto)", + 'Contains the data that describes an Identity Aware Proxy owned client. > --Note:-- Only internal org clients can be created via declarative tools. External clients must be manually created via the GCP console. This restriction is due to the existing APIs and not lack of support in this tool. To get more information about Client, see: - [API documentation](https://cloud.google.com/iap/docs/reference/rest/v1/projects.brands.identityAwareProxyClients) - How-to Guides - [Setting up IAP Client](https://cloud.google.com/iap/docs/authentication-howto)', IAP_Client.GetTypes(), ), ], [ ResourceType.IAP_TUNNELIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:', IAP_TunnelIamBinding.GetTypes(), ), ], [ ResourceType.IAP_TUNNELIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:', IAP_TunnelIamMember.GetTypes(), ), ], [ ResourceType.IAP_TUNNELIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Tunnel. Each of these resources serves a different use case:', IAP_TunnelIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_TUNNELINSTANCEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:', IAP_TunnelInstanceIAMBinding.GetTypes(), ), ], [ ResourceType.IAP_TUNNELINSTANCEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:', IAP_TunnelInstanceIAMMember.GetTypes(), ), ], [ ResourceType.IAP_TUNNELINSTANCEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy TunnelInstance. Each of these resources serves a different use case:', IAP_TunnelInstanceIAMPolicy.GetTypes(), ), ], [ ResourceType.IAP_WEBBACKENDSERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:', IAP_WebBackendServiceIamBinding.GetTypes(), ), ], [ ResourceType.IAP_WEBBACKENDSERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:', IAP_WebBackendServiceIamMember.GetTypes(), ), ], [ ResourceType.IAP_WEBBACKENDSERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebBackendService. Each of these resources serves a different use case:', IAP_WebBackendServiceIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_WEBIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:', IAP_WebIamBinding.GetTypes(), ), ], [ ResourceType.IAP_WEBIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:', IAP_WebIamMember.GetTypes(), ), ], [ ResourceType.IAP_WEBIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy Web. Each of these resources serves a different use case:', IAP_WebIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_WEBREGIONBACKENDSERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:', IAP_WebRegionBackendServiceIamBinding.GetTypes(), ), ], [ ResourceType.IAP_WEBREGIONBACKENDSERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:', IAP_WebRegionBackendServiceIamMember.GetTypes(), ), ], [ ResourceType.IAP_WEBREGIONBACKENDSERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebRegionBackendService. Each of these resources serves a different use case:', IAP_WebRegionBackendServiceIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPEAPPENGINGIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:', IAP_WebTypeAppEngingIamBinding.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPEAPPENGINGIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:', IAP_WebTypeAppEngingIamMember.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPEAPPENGINGIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeAppEngine. Each of these resources serves a different use case:', IAP_WebTypeAppEngingIamPolicy.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPECOMPUTEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:', IAP_WebTypeComputeIamBinding.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPECOMPUTEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:', IAP_WebTypeComputeIamMember.GetTypes(), ), ], [ ResourceType.IAP_WEBTYPECOMPUTEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Identity-Aware Proxy WebTypeCompute. Each of these resources serves a different use case:', IAP_WebTypeComputeIamPolicy.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_CONFIG, new ResourceProperty( - "Identity Platform configuration for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access apps and services. This entity is created only once during intialization and cannot be deleted, individual Identity Providers may be disabled instead. This resource may only be created in billing-enabled projects. To get more information about Config, see: - [API documentation](https://cloud.google.com/identity-platform/docs/reference/rest/v2/Config) - How-to Guides - [Official Documentation](https://cloud.google.com/identity-platform/docs)", + 'Identity Platform configuration for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access apps and services. This entity is created only once during intialization and cannot be deleted, individual Identity Providers may be disabled instead. This resource may only be created in billing-enabled projects. To get more information about Config, see: - [API documentation](https://cloud.google.com/identity-platform/docs/reference/rest/v2/Config) - How-to Guides - [Official Documentation](https://cloud.google.com/identity-platform/docs)', IDENTITYPLATFORM_Config.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_DEFAULTSUPPORTEDIDPCONFIG, new ResourceProperty( - "Configurations options for authenticating with a the standard set of Identity Toolkit-trusted IDPs. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'Configurations options for authenticating with a the standard set of Identity Toolkit-trusted IDPs. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_DefaultSupportedIdpConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_INBOUNDSAMLCONFIG, new ResourceProperty( - "Inbound SAML configuration for a Identity Toolkit project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'Inbound SAML configuration for a Identity Toolkit project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_InboundSamlConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_OAUTHIDPCONFIG, new ResourceProperty( - "OIDC IdP configuration for a Identity Toolkit project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'OIDC IdP configuration for a Identity Toolkit project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_OauthIdpConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_PROJECTDEFAULTCONFIG, new ResourceProperty( - "> --Warning:-- `gcp.identityplatform.Config` is deprecated and will be removed in the next major release of the provider. Use the `gcp.identityplatform.Config` resource instead. It contains a more comprehensive list of fields, and was created before `gcp.identityplatform.ProjectDefaultConfig` was added. There is no persistent data associated with this resource. > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.", + '> --Warning:-- `gcp.identityplatform.Config` is deprecated and will be removed in the next major release of the provider. Use the `gcp.identityplatform.Config` resource instead. It contains a more comprehensive list of fields, and was created before `gcp.identityplatform.ProjectDefaultConfig` was added. There is no persistent data associated with this resource. > --Warning:-- If you are using User ADCs (Application Default Credentials) with this resource, you must specify a `billing_project` and set `user_project_override` to true in the provider configuration. Otherwise the ACM API will return a 403 error. Your account must have the `serviceusage.services.use` permission on the `billing_project` you defined.', IDENTITYPLATFORM_ProjectDefaultConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_TENANT, new ResourceProperty( - "Tenant configuration in a multi-tenant project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource. You must [enable multi-tenancy](https://cloud.google.com/identity-platform/docs/multi-tenancy-quickstart) via the Cloud Console prior to creating tenants.", + 'Tenant configuration in a multi-tenant project. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource. You must [enable multi-tenancy](https://cloud.google.com/identity-platform/docs/multi-tenancy-quickstart) via the Cloud Console prior to creating tenants.', IDENTITYPLATFORM_Tenant.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_TENANTDEFAULTSUPPORTEDIDPCONFIG, new ResourceProperty( - "Configurations options for the tenant for authenticating with a the standard set of Identity Toolkit-trusted IDPs. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'Configurations options for the tenant for authenticating with a the standard set of Identity Toolkit-trusted IDPs. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_TenantDefaultSupportedIdpConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_TENANTINBOUNDSAMLCONFIG, new ResourceProperty( - "Inbound SAML configuration for a Identity Toolkit tenant. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'Inbound SAML configuration for a Identity Toolkit tenant. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_TenantInboundSamlConfig.GetTypes(), ), ], [ ResourceType.IDENTITYPLATFORM_TENANTOAUTHIDPCONFIG, new ResourceProperty( - "OIDC IdP configuration for a Identity Toolkit project within a tenant. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.", + 'OIDC IdP configuration for a Identity Toolkit project within a tenant. You must enable the [Google Identity Platform](https://console.cloud.google.com/marketplace/details/google-cloud-platform/customer-identity) in the marketplace prior to using this resource.', IDENTITYPLATFORM_TenantOauthIdpConfig.GetTypes(), ), ], [ ResourceType.INTEGRATIONCONNECTORS_CONNECTION, new ResourceProperty( - "An Integration connectors Connection. To get more information about Connection, see: - [API documentation](https://cloud.google.com/integration-connectors/docs/reference/rest/v1/projects.locations.connections) - How-to Guides - [Official Documentation](https://cloud.google.com/integration-connectors/docs/createconnection)", + 'An Integration connectors Connection. To get more information about Connection, see: - [API documentation](https://cloud.google.com/integration-connectors/docs/reference/rest/v1/projects.locations.connections) - How-to Guides - [Official Documentation](https://cloud.google.com/integration-connectors/docs/createconnection)', INTEGRATIONCONNECTORS_Connection.GetTypes(), ), ], [ ResourceType.INTEGRATIONCONNECTORS_ENDPOINTATTACHMENT, new ResourceProperty( - "An Integration connectors Endpoint Attachment. To get more information about EndpointAttachment, see: - [API documentation](https://cloud.google.com/integration-connectors/docs/reference/rest/v1/projects.locations.endpointAttachments) - How-to Guides - [Official Documentation](https://cloud.google.com/integration-connectors/docs/create-endpoint-attachment)", + 'An Integration connectors Endpoint Attachment. To get more information about EndpointAttachment, see: - [API documentation](https://cloud.google.com/integration-connectors/docs/reference/rest/v1/projects.locations.endpointAttachments) - How-to Guides - [Official Documentation](https://cloud.google.com/integration-connectors/docs/create-endpoint-attachment)', INTEGRATIONCONNECTORS_EndpointAttachment.GetTypes(), ), ], [ ResourceType.KMS_CRYPTOKEY, new ResourceProperty( - "A `CryptoKey` represents a logical key that can be used for cryptographic operations. > --Note:-- CryptoKeys cannot be deleted from Google Cloud Platform. Destroying a provider-managed CryptoKey will remove it from state and delete all CryptoKeyVersions, rendering the key unusable, but -will not delete the resource from the project.- When the provider destroys these keys, any data previously encrypted with these keys will be irrecoverable. For this reason, it is strongly recommended that you add lifecycle hooks to the resource to prevent accidental destruction. To get more information about CryptoKey, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) - How-to Guides - [Creating a key](https://cloud.google.com/kms/docs/creating-keys#create_a_key)", + 'A `CryptoKey` represents a logical key that can be used for cryptographic operations. > --Note:-- CryptoKeys cannot be deleted from Google Cloud Platform. Destroying a provider-managed CryptoKey will remove it from state and delete all CryptoKeyVersions, rendering the key unusable, but -will not delete the resource from the project.- When the provider destroys these keys, any data previously encrypted with these keys will be irrecoverable. For this reason, it is strongly recommended that you add lifecycle hooks to the resource to prevent accidental destruction. To get more information about CryptoKey, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) - How-to Guides - [Creating a key](https://cloud.google.com/kms/docs/creating-keys#create_a_key)', KMS_CryptoKey.GetTypes(), ), ], [ ResourceType.KMS_CRYPTOKEYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:', KMS_CryptoKeyIAMBinding.GetTypes(), ), ], [ ResourceType.KMS_CRYPTOKEYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:', KMS_CryptoKeyIAMMember.GetTypes(), ), ], [ ResourceType.KMS_CRYPTOKEYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS crypto key. Each of these resources serves a different use case:', KMS_CryptoKeyIAMPolicy.GetTypes(), ), ], [ ResourceType.KMS_CRYPTOKEYVERSION, new ResourceProperty( - "A `CryptoKeyVersion` represents an individual cryptographic key, and the associated key material. Destroying a cryptoKeyVersion will not delete the resource from the project. To get more information about CryptoKeyVersion, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions) - How-to Guides - [Creating a key Version](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions/create)", + 'A `CryptoKeyVersion` represents an individual cryptographic key, and the associated key material. Destroying a cryptoKeyVersion will not delete the resource from the project. To get more information about CryptoKeyVersion, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions) - How-to Guides - [Creating a key Version](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions/create)', KMS_CryptoKeyVersion.GetTypes(), ), ], [ ResourceType.KMS_KEYRING, new ResourceProperty( - "A `KeyRing` is a toplevel logical grouping of `CryptoKeys`. > --Note:-- KeyRings cannot be deleted from Google Cloud Platform. Destroying a provider-managed KeyRing will remove it from state but -will not delete the resource from the project.- To get more information about KeyRing, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings) - How-to Guides - [Creating a key ring](https://cloud.google.com/kms/docs/creating-keys#create_a_key_ring)", + 'A `KeyRing` is a toplevel logical grouping of `CryptoKeys`. > --Note:-- KeyRings cannot be deleted from Google Cloud Platform. Destroying a provider-managed KeyRing will remove it from state but -will not delete the resource from the project.- To get more information about KeyRing, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings) - How-to Guides - [Creating a key ring](https://cloud.google.com/kms/docs/creating-keys#create_a_key_ring)', KMS_KeyRing.GetTypes(), ), ], [ ResourceType.KMS_KEYRINGIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:', KMS_KeyRingIAMBinding.GetTypes(), ), ], [ ResourceType.KMS_KEYRINGIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:', KMS_KeyRingIAMMember.GetTypes(), ), ], [ ResourceType.KMS_KEYRINGIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for KMS key ring. Each of these resources serves a different use case:', KMS_KeyRingIAMPolicy.GetTypes(), ), ], @@ -7543,7 +7543,7 @@ export class ResourceProperties { [ ResourceType.KMS_SECRETCIPHERTEXT, new ResourceProperty( - "Encrypts secret data with Google Cloud KMS and provides access to the ciphertext. > --NOTE:-- Using this resource will allow you to conceal secret data within your resource definitions, but it does not take care of protecting that data in the logging output, plan output, or state output. Please take care to secure your secret data outside of resource definitions. To get more information about SecretCiphertext, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys/encrypt) - How-to Guides - [Encrypting and decrypting data with a symmetric key](https://cloud.google.com/kms/docs/encrypt-decrypt)", + 'Encrypts secret data with Google Cloud KMS and provides access to the ciphertext. > --NOTE:-- Using this resource will allow you to conceal secret data within your resource definitions, but it does not take care of protecting that data in the logging output, plan output, or state output. Please take care to secure your secret data outside of resource definitions. To get more information about SecretCiphertext, see: - [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys/encrypt) - How-to Guides - [Encrypting and decrypting data with a symmetric key](https://cloud.google.com/kms/docs/encrypt-decrypt)', KMS_SecretCiphertext.GetTypes(), ), ], @@ -7556,7 +7556,7 @@ export class ResourceProperties { ], [ ResourceType.LOGGING_BILLINGACCOUNTEXCLUSION, - new ResourceProperty("", LOGGING_BillingAccountExclusion.GetTypes()), + new ResourceProperty('', LOGGING_BillingAccountExclusion.GetTypes()), ], [ ResourceType.LOGGING_BILLINGACCOUNTSINK, @@ -7575,42 +7575,42 @@ export class ResourceProperties { [ ResourceType.LOGGING_FOLDEREXCLUSION, new ResourceProperty( - "Manages a folder-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/folders.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.FolderSink`", + 'Manages a folder-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/folders.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.FolderSink`', LOGGING_FolderExclusion.GetTypes(), ), ], [ ResourceType.LOGGING_FOLDERSETTINGS, new ResourceProperty( - "Default resource settings control whether CMEK is required for new log buckets. These settings also determine the storage location for the _Default and _Required log buckets, and whether the _Default sink is enabled or disabled. To get more information about FolderSettings, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/TopLevel/getSettings) - How-to Guides - [Configure default settings for organizations and folders](https://cloud.google.com/logging/docs/default-settings)", + 'Default resource settings control whether CMEK is required for new log buckets. These settings also determine the storage location for the _Default and _Required log buckets, and whether the _Default sink is enabled or disabled. To get more information about FolderSettings, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/TopLevel/getSettings) - How-to Guides - [Configure default settings for organizations and folders](https://cloud.google.com/logging/docs/default-settings)', LOGGING_FolderSettings.GetTypes(), ), ], [ ResourceType.LOGGING_FOLDERSINK, new ResourceProperty( - "Manages a folder-level logging sink. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/folders.sinks) - How-to Guides - [Exporting Logs](https://cloud.google.com/logging/docs/export)", + 'Manages a folder-level logging sink. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/folders.sinks) - How-to Guides - [Exporting Logs](https://cloud.google.com/logging/docs/export)', LOGGING_FolderSink.GetTypes(), ), ], [ ResourceType.LOGGING_LINKEDDATASET, new ResourceProperty( - "Describes a BigQuery linked dataset To get more information about LinkedDataset, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/locations.buckets.links) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)", + 'Describes a BigQuery linked dataset To get more information about LinkedDataset, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/locations.buckets.links) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)', LOGGING_LinkedDataset.GetTypes(), ), ], [ ResourceType.LOGGING_LOGVIEW, new ResourceProperty( - "Describes a view over log entries in a bucket. To get more information about LogView, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.locations.buckets.views) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)", + 'Describes a view over log entries in a bucket. To get more information about LogView, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.locations.buckets.views) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)', LOGGING_LogView.GetTypes(), ), ], [ ResourceType.LOGGING_METRIC, new ResourceProperty( - "Logs-based metric can also be used to extract values from logs and create a a distribution of the values. The distribution records the statistics of the extracted values along with an optional histogram of the values as specified by the bucket options. To get more information about Metric, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.metrics/create) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)", + 'Logs-based metric can also be used to extract values from logs and create a a distribution of the values. The distribution records the statistics of the extracted values along with an optional histogram of the values as specified by the bucket options. To get more information about Metric, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.metrics/create) - How-to Guides - [Official Documentation](https://cloud.google.com/logging/docs/apis)', LOGGING_Metric.GetTypes(), ), ], @@ -7624,21 +7624,21 @@ export class ResourceProperties { [ ResourceType.LOGGING_ORGANIZATIONEXCLUSION, new ResourceProperty( - "Manages an organization-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/organizations.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.OrganizationSink`", + 'Manages an organization-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/organizations.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.OrganizationSink`', LOGGING_OrganizationExclusion.GetTypes(), ), ], [ ResourceType.LOGGING_ORGANIZATIONSETTINGS, new ResourceProperty( - "Default resource settings control whether CMEK is required for new log buckets. These settings also determine the storage location for the _Default and _Required log buckets, and whether the _Default sink is enabled or disabled. To get more information about OrganizationSettings, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/TopLevel/getSettings) - How-to Guides - [Configure default settings for organizations and folders](https://cloud.google.com/logging/docs/default-settings)", + 'Default resource settings control whether CMEK is required for new log buckets. These settings also determine the storage location for the _Default and _Required log buckets, and whether the _Default sink is enabled or disabled. To get more information about OrganizationSettings, see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/TopLevel/getSettings) - How-to Guides - [Configure default settings for organizations and folders](https://cloud.google.com/logging/docs/default-settings)', LOGGING_OrganizationSettings.GetTypes(), ), ], [ ResourceType.LOGGING_ORGANIZATIONSINK, new ResourceProperty( - "Manages a organization-level logging sink. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/organizations.sinks) - How-to Guides - [Exporting Logs](https://cloud.google.com/logging/docs/export)", + 'Manages a organization-level logging sink. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/organizations.sinks) - How-to Guides - [Exporting Logs](https://cloud.google.com/logging/docs/export)', LOGGING_OrganizationSink.GetTypes(), ), ], @@ -7652,46 +7652,46 @@ export class ResourceProperties { [ ResourceType.LOGGING_PROJECTEXCLUSION, new ResourceProperty( - "Manages a project-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.ProjectSink`", + 'Manages a project-level logging exclusion. For more information see: - [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.exclusions) - How-to Guides - [Excluding Logs](https://cloud.google.com/logging/docs/exclusions) > You can specify exclusions for log sinks created by the provider by using the exclusions field of `gcp.logging.ProjectSink`', LOGGING_ProjectExclusion.GetTypes(), ), ], [ ResourceType.LOGGING_PROJECTSINK, - new ResourceProperty("", LOGGING_ProjectSink.GetTypes()), + new ResourceProperty('', LOGGING_ProjectSink.GetTypes()), ], [ ResourceType.LOOKER_INSTANCE, new ResourceProperty( - "A Google Cloud Looker instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/looker/docs/reference/rest/v1/projects.locations.instances) - How-to Guides - [Create a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-create) - [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)", + 'A Google Cloud Looker instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/looker/docs/reference/rest/v1/projects.locations.instances) - How-to Guides - [Create a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-create) - [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)', LOOKER_Instance.GetTypes(), ), ], [ ResourceType.MEMCACHE_INSTANCE, new ResourceProperty( - "A Google Cloud Memcache instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/memorystore/docs/memcached/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/memcache/docs/creating-instances)", + 'A Google Cloud Memcache instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/memorystore/docs/memcached/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/memcache/docs/creating-instances)', MEMCACHE_Instance.GetTypes(), ), ], [ ResourceType.MIGRATIONCENTER_GROUP, new ResourceProperty( - "A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group.", + 'A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group.', MIGRATIONCENTER_Group.GetTypes(), ), ], [ ResourceType.MIGRATIONCENTER_PREFERENCESET, new ResourceProperty( - "Manages the PreferenceSet resource. To get more information about PreferenceSet, see: - [API documentation](https://cloud.google.com/migration-center/docs/reference/rest/v1) - How-to Guides - [Managing Migration Preferences](https://cloud.google.com/migration-center/docs/migration-preferences)", + 'Manages the PreferenceSet resource. To get more information about PreferenceSet, see: - [API documentation](https://cloud.google.com/migration-center/docs/reference/rest/v1) - How-to Guides - [Managing Migration Preferences](https://cloud.google.com/migration-center/docs/migration-preferences)', MIGRATIONCENTER_PreferenceSet.GetTypes(), ), ], [ ResourceType.ML_ENGINEMODEL, new ResourceProperty( - "Represents a machine learning solution. A model can have multiple versions, each of which is a deployed, trained model ready to receive prediction requests. The model itself is just a container. To get more information about Model, see: - [API documentation](https://cloud.google.com/ai-platform/prediction/docs/reference/rest/v1/projects.models) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform/prediction/docs/deploying-models)", + 'Represents a machine learning solution. A model can have multiple versions, each of which is a deployed, trained model ready to receive prediction requests. The model itself is just a container. To get more information about Model, see: - [API documentation](https://cloud.google.com/ai-platform/prediction/docs/reference/rest/v1/projects.models) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform/prediction/docs/deploying-models)', ML_EngineModel.GetTypes(), ), ], @@ -7705,21 +7705,21 @@ export class ResourceProperties { [ ResourceType.MONITORING_CUSTOMSERVICE, new ResourceProperty( - "A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern. In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible To get more information about Service, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services) - How-to Guides - [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring) - [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/) - [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)", + 'A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern. In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible To get more information about Service, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services) - How-to Guides - [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring) - [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/) - [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)', MONITORING_CustomService.GetTypes(), ), ], [ ResourceType.MONITORING_DASHBOARD, new ResourceProperty( - "A Google Stackdriver dashboard. Dashboards define the content and layout of pages in the Stackdriver web application. To get more information about Dashboards, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/dashboards)", + 'A Google Stackdriver dashboard. Dashboards define the content and layout of pages in the Stackdriver web application. To get more information about Dashboards, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/dashboards)', MONITORING_Dashboard.GetTypes(), ), ], [ ResourceType.MONITORING_GENERICSERVICE, new ResourceProperty( - "A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern. In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible To get more information about GenericService, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services) - How-to Guides - [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring) - [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/) - [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)", + 'A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern. In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible To get more information about GenericService, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services) - How-to Guides - [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring) - [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/) - [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)', MONITORING_GenericService.GetTypes(), ), ], @@ -7740,7 +7740,7 @@ export class ResourceProperties { [ ResourceType.MONITORING_MONITOREDPROJECT, new ResourceProperty( - "A [project being monitored](https://cloud.google.com/monitoring/settings/multiple-projects#create-multi) by a Metrics Scope. To get more information about MonitoredProject, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v1/locations.global.metricsScopes.projects) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/settings/manage-api)", + 'A [project being monitored](https://cloud.google.com/monitoring/settings/multiple-projects#create-multi) by a Metrics Scope. To get more information about MonitoredProject, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v1/locations.global.metricsScopes.projects) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/settings/manage-api)', MONITORING_MonitoredProject.GetTypes(), ), ], @@ -7761,42 +7761,42 @@ export class ResourceProperties { [ ResourceType.MONITORING_UPTIMECHECKCONFIG, new ResourceProperty( - "This message configures which resources and services to monitor for availability. To get more information about UptimeCheckConfig, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.uptimeCheckConfigs) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/uptime-checks/)", + 'This message configures which resources and services to monitor for availability. To get more information about UptimeCheckConfig, see: - [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.uptimeCheckConfigs) - How-to Guides - [Official Documentation](https://cloud.google.com/monitoring/uptime-checks/)', MONITORING_UptimeCheckConfig.GetTypes(), ), ], [ ResourceType.NETAPP_ACTIVEDIRECTORY, new ResourceProperty( - "ActiveDirectory is the public representation of the active directory config. To get more information about activeDirectory, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.activeDirectories) - How-to Guides - [Official Documentation](https://cloud.google.com/netapp/volumes/docs/configure-and-use/active-directory/about-ad)", + 'ActiveDirectory is the public representation of the active directory config. To get more information about activeDirectory, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.activeDirectories) - How-to Guides - [Official Documentation](https://cloud.google.com/netapp/volumes/docs/configure-and-use/active-directory/about-ad)', NETAPP_ActiveDirectory.GetTypes(), ), ], [ ResourceType.NETAPP_BACKUPPOLICY, new ResourceProperty( - "A backup policy is used to schedule backups at regular daily, weekly, or monthly intervals. Backup policies allow you to attach a backup schedule to a volume. The policy defines how many backups to retain at daily, weekly, or monthly intervals. To get more information about backupPolicy, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupPolicies) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/protect-data/about-volume-backups#about_backup_policies)", + 'A backup policy is used to schedule backups at regular daily, weekly, or monthly intervals. Backup policies allow you to attach a backup schedule to a volume. The policy defines how many backups to retain at daily, weekly, or monthly intervals. To get more information about backupPolicy, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupPolicies) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/protect-data/about-volume-backups#about_backup_policies)', NETAPP_BackupPolicy.GetTypes(), ), ], [ ResourceType.NETAPP_BACKUPVAULT, new ResourceProperty( - "A backup vault is the location where backups are stored. You can only create one backup vault per region. A vault can hold multiple backups for multiple volumes in that region. To get more information about backupVault, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/protect-data/about-volume-backups)", + 'A backup vault is the location where backups are stored. You can only create one backup vault per region. A vault can hold multiple backups for multiple volumes in that region. To get more information about backupVault, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/protect-data/about-volume-backups)', NETAPP_BackupVault.GetTypes(), ), ], [ ResourceType.NETAPP_KMSCONFIG, new ResourceProperty( - "NetApp Volumes always encrypts your data at rest using volume-specific keys. A CMEK policy (customer-managed encryption key) warps such volume-specific keys in a key stored in Cloud Key Management Service (KMS). To get more information about kmsconfig, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.kmsConfigs) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/configure-and-use/cmek/cmek-overview)", + 'NetApp Volumes always encrypts your data at rest using volume-specific keys. A CMEK policy (customer-managed encryption key) warps such volume-specific keys in a key stored in Cloud Key Management Service (KMS). To get more information about kmsconfig, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.kmsConfigs) - How-to Guides - [Documentation](https://cloud.google.com/netapp/volumes/docs/configure-and-use/cmek/cmek-overview)', NETAPP_Kmsconfig.GetTypes(), ), ], [ ResourceType.NETAPP_STORAGEPOOL, new ResourceProperty( - "Storage pools act as containers for volumes. All volumes in a storage pool share the following information: - Location - Service level - Virtual Private Cloud (VPC) network - Active Directory policy - LDAP use for NFS volumes, if applicable - Customer-managed encryption key (CMEK) policy The capacity of the pool can be split up and assigned to volumes within the pool. Storage pools are a billable component of NetApp Volumes. Billing is based on the location, service level, and capacity allocated to a pool independent of consumption at the volume level. To get more information about storagePool, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.storagePools) - How-to Guides - [QUICKSTART_TITLE](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)", + 'Storage pools act as containers for volumes. All volumes in a storage pool share the following information: - Location - Service level - Virtual Private Cloud (VPC) network - Active Directory policy - LDAP use for NFS volumes, if applicable - Customer-managed encryption key (CMEK) policy The capacity of the pool can be split up and assigned to volumes within the pool. Storage pools are a billable component of NetApp Volumes. Billing is based on the location, service level, and capacity allocated to a pool independent of consumption at the volume level. To get more information about storagePool, see: - [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.storagePools) - How-to Guides - [QUICKSTART_TITLE](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)', NETAPP_StoragePool.GetTypes(), ), ], @@ -7809,7 +7809,7 @@ export class ResourceProperties { ], [ ResourceType.NETAPP_VOLUMEREPLICATION, - new ResourceProperty("", NETAPP_VolumeReplication.GetTypes()), + new ResourceProperty('', NETAPP_VolumeReplication.GetTypes()), ], [ ResourceType.NETAPP_VOLUMESNAPSHOT, @@ -7821,308 +7821,308 @@ export class ResourceProperties { [ ResourceType.NETWORKCONNECTIVITY_HUB, new ResourceProperty( - "The NetworkConnectivity Hub resource", + 'The NetworkConnectivity Hub resource', NETWORKCONNECTIVITY_Hub.GetTypes(), ), ], [ ResourceType.NETWORKCONNECTIVITY_POLICYBASEDROUTE, new ResourceProperty( - "Policy-based Routes are more powerful routes that route L4 network traffic based on not just destination IP, but also source IP, protocol and more. A Policy-based Route always take precedence when it conflicts with other types of routes. To get more information about PolicyBasedRoute, see: - [API documentation](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest/v1/projects.locations.global.policyBasedRoutes) - How-to Guides - [Use policy-based routes](https://cloud.google.com/vpc/docs/use-policy-based-routes#api)", + 'Policy-based Routes are more powerful routes that route L4 network traffic based on not just destination IP, but also source IP, protocol and more. A Policy-based Route always take precedence when it conflicts with other types of routes. To get more information about PolicyBasedRoute, see: - [API documentation](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest/v1/projects.locations.global.policyBasedRoutes) - How-to Guides - [Use policy-based routes](https://cloud.google.com/vpc/docs/use-policy-based-routes#api)', NETWORKCONNECTIVITY_PolicyBasedRoute.GetTypes(), ), ], [ ResourceType.NETWORKCONNECTIVITY_SERVICECONNECTIONPOLICY, new ResourceProperty( - "Manage Service Connection Policies. To get more information about ServiceConnectionPolicy, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/networkconnectivity/rest/v1/projects.locations.networkConnectionPolicies) - How-to Guides - [About Service Connection Policies](https://cloud.google.com/vpc/docs/about-service-connection-policies#service-policies)", + 'Manage Service Connection Policies. To get more information about ServiceConnectionPolicy, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/networkconnectivity/rest/v1/projects.locations.networkConnectionPolicies) - How-to Guides - [About Service Connection Policies](https://cloud.google.com/vpc/docs/about-service-connection-policies#service-policies)', NETWORKCONNECTIVITY_ServiceConnectionPolicy.GetTypes(), ), ], [ ResourceType.NETWORKCONNECTIVITY_SPOKE, new ResourceProperty( - "The NetworkConnectivity Spoke resource", + 'The NetworkConnectivity Spoke resource', NETWORKCONNECTIVITY_Spoke.GetTypes(), ), ], [ ResourceType.NETWORKMANAGEMENT_CONNECTIVITYTEST, new ResourceProperty( - "A connectivity test are a static analysis of your resource configurations that enables you to evaluate connectivity to and from Google Cloud resources in your Virtual Private Cloud (VPC) network. To get more information about ConnectivityTest, see: - [API documentation](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/reference/networkmanagement/rest/v1/projects.locations.global.connectivityTests) - How-to Guides - [Official Documentation](https://cloud.google.com/network-intelligence-center/docs)", + 'A connectivity test are a static analysis of your resource configurations that enables you to evaluate connectivity to and from Google Cloud resources in your Virtual Private Cloud (VPC) network. To get more information about ConnectivityTest, see: - [API documentation](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/reference/networkmanagement/rest/v1/projects.locations.global.connectivityTests) - How-to Guides - [Official Documentation](https://cloud.google.com/network-intelligence-center/docs)', NETWORKMANAGEMENT_ConnectivityTest.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_ADDRESSGROUP, new ResourceProperty( - "AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy. To get more information about AddressGroup, see: - [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/organizations.locations.addressGroups) - How-to Guides - [Use AddressGroups](https://cloud.google.com/vpc/docs/use-address-groups-firewall-policies)", + 'AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy. To get more information about AddressGroup, see: - [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/organizations.locations.addressGroups) - How-to Guides - [Use AddressGroups](https://cloud.google.com/vpc/docs/use-address-groups-firewall-policies)', NETWORKSECURITY_AddressGroup.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_ADDRESSGROUPIAMBINDING, new ResourceProperty( - "", + '', NETWORKSECURITY_AddressGroupIamBinding.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_ADDRESSGROUPIAMMEMBER, new ResourceProperty( - "", + '', NETWORKSECURITY_AddressGroupIamMember.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_ADDRESSGROUPIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Network security ProjectAddressGroup. Each of these resources serves a different use case:', NETWORKSECURITY_AddressGroupIamPolicy.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_AUTHORIZATIONPOLICY, - new ResourceProperty("", NETWORKSECURITY_AuthorizationPolicy.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_AuthorizationPolicy.GetTypes()), ], [ ResourceType.NETWORKSECURITY_CLIENTTLSPOLICY, - new ResourceProperty("", NETWORKSECURITY_ClientTlsPolicy.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_ClientTlsPolicy.GetTypes()), ], [ ResourceType.NETWORKSECURITY_FIREWALLENDPOINT, - new ResourceProperty("", NETWORKSECURITY_FirewallEndpoint.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_FirewallEndpoint.GetTypes()), ], [ ResourceType.NETWORKSECURITY_GATEWAYSECURITYPOLICY, new ResourceProperty( - "The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata. To get more information about GatewaySecurityPolicy, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.gatewaySecurityPolicies)", + 'The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata. To get more information about GatewaySecurityPolicy, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.gatewaySecurityPolicies)', NETWORKSECURITY_GatewaySecurityPolicy.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_GATEWAYSECURITYPOLICYRULE, new ResourceProperty( - "The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform. To get more information about GatewaySecurityPolicyRule, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.gatewaySecurityPolicies.rules)", + 'The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform. To get more information about GatewaySecurityPolicyRule, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.gatewaySecurityPolicies.rules)', NETWORKSECURITY_GatewaySecurityPolicyRule.GetTypes(), ), ], [ ResourceType.NETWORKSECURITY_SECURITYPROFILE, - new ResourceProperty("", NETWORKSECURITY_SecurityProfile.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_SecurityProfile.GetTypes()), ], [ ResourceType.NETWORKSECURITY_SECURITYPROFILEGROUP, - new ResourceProperty("", NETWORKSECURITY_SecurityProfileGroup.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_SecurityProfileGroup.GetTypes()), ], [ ResourceType.NETWORKSECURITY_SERVERTLSPOLICY, - new ResourceProperty("", NETWORKSECURITY_ServerTlsPolicy.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_ServerTlsPolicy.GetTypes()), ], [ ResourceType.NETWORKSECURITY_TLSINSPECTIONPOLICY, - new ResourceProperty("", NETWORKSECURITY_TlsInspectionPolicy.GetTypes()), + new ResourceProperty('', NETWORKSECURITY_TlsInspectionPolicy.GetTypes()), ], [ ResourceType.NETWORKSECURITY_URLLIST, new ResourceProperty( - "UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns. To get more information about UrlLists, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.urlLists) - How-to Guides - Use UrlLists", + 'UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns. To get more information about UrlLists, see: - [API documentation](https://cloud.google.com/secure-web-proxy/docs/reference/network-security/rest/v1/projects.locations.urlLists) - How-to Guides - Use UrlLists', NETWORKSECURITY_UrlList.GetTypes(), ), ], [ ResourceType.NETWORKSERVICES_EDGECACHEKEYSET, new ResourceProperty( - "EdgeCacheKeyset represents a collection of public keys used for validating signed requests. To get more information about EdgeCacheKeyset, see: - [API documentation](https://cloud.google.com/media-cdn/docs/reference/rest/v1/projects.locations.edgeCacheKeysets) - How-to Guides - [Create keysets](https://cloud.google.com/media-cdn/docs/create-keyset)", + 'EdgeCacheKeyset represents a collection of public keys used for validating signed requests. To get more information about EdgeCacheKeyset, see: - [API documentation](https://cloud.google.com/media-cdn/docs/reference/rest/v1/projects.locations.edgeCacheKeysets) - How-to Guides - [Create keysets](https://cloud.google.com/media-cdn/docs/create-keyset)', NETWORKSERVICES_EdgeCacheKeyset.GetTypes(), ), ], [ ResourceType.NETWORKSERVICES_EDGECACHEORIGIN, new ResourceProperty( - "EdgeCacheOrigin represents a HTTP-reachable backend for an EdgeCacheService. To get more information about EdgeCacheOrigin, see: - [API documentation](https://cloud.google.com/media-cdn/docs/reference/rest/v1/projects.locations.edgeCacheOrigins)", + 'EdgeCacheOrigin represents a HTTP-reachable backend for an EdgeCacheService. To get more information about EdgeCacheOrigin, see: - [API documentation](https://cloud.google.com/media-cdn/docs/reference/rest/v1/projects.locations.edgeCacheOrigins)', NETWORKSERVICES_EdgeCacheOrigin.GetTypes(), ), ], [ ResourceType.NETWORKSERVICES_EDGECACHESERVICE, new ResourceProperty( - "EdgeCacheService defines the IP addresses, protocols, security policies, cache policies and routing configuration. > --Warning:-- These resources require allow-listing to use, and are not openly available to all Cloud customers. Engage with your Cloud account team to discuss how to onboard.", + 'EdgeCacheService defines the IP addresses, protocols, security policies, cache policies and routing configuration. > --Warning:-- These resources require allow-listing to use, and are not openly available to all Cloud customers. Engage with your Cloud account team to discuss how to onboard.', NETWORKSERVICES_EdgeCacheService.GetTypes(), ), ], [ ResourceType.NETWORKSERVICES_ENDPOINTPOLICY, - new ResourceProperty("", NETWORKSERVICES_EndpointPolicy.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_EndpointPolicy.GetTypes()), ], [ ResourceType.NETWORKSERVICES_GATEWAY, new ResourceProperty( - "Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. To get more information about Gateway, see: - [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-services/rest/v1/projects.locations.gateways)", + 'Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. To get more information about Gateway, see: - [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-services/rest/v1/projects.locations.gateways)', NETWORKSERVICES_Gateway.GetTypes(), ), ], [ ResourceType.NETWORKSERVICES_GRPCROUTE, - new ResourceProperty("", NETWORKSERVICES_GrpcRoute.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_GrpcRoute.GetTypes()), ], [ ResourceType.NETWORKSERVICES_HTTPROUTE, - new ResourceProperty("", NETWORKSERVICES_HttpRoute.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_HttpRoute.GetTypes()), ], [ ResourceType.NETWORKSERVICES_MESH, - new ResourceProperty("", NETWORKSERVICES_Mesh.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_Mesh.GetTypes()), ], [ ResourceType.NETWORKSERVICES_SERVICEBINDING, - new ResourceProperty("", NETWORKSERVICES_ServiceBinding.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_ServiceBinding.GetTypes()), ], [ ResourceType.NETWORKSERVICES_TCPROUTE, - new ResourceProperty("", NETWORKSERVICES_TcpRoute.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_TcpRoute.GetTypes()), ], [ ResourceType.NETWORKSERVICES_TLSROUTE, - new ResourceProperty("", NETWORKSERVICES_TlsRoute.GetTypes()), + new ResourceProperty('', NETWORKSERVICES_TlsRoute.GetTypes()), ], [ ResourceType.NOTEBOOKS_ENVIRONMENT, new ResourceProperty( - "A Cloud AI Platform Notebook environment. To get more information about Environment, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)", + 'A Cloud AI Platform Notebook environment. To get more information about Environment, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)', NOTEBOOKS_Environment.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_INSTANCE, new ResourceProperty( - "> --Warning:-- `google_notebook_instance` is deprecated and will be removed in a future major release. Use `gcp.workbench.Instance` instead. A Cloud AI Platform Notebook instance. > --Note:-- Due to limitations of the Notebooks Instance API, many fields in this resource do not properly detect drift. These fields will also not appear in state once imported. To get more information about Instance, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)", + '> --Warning:-- `google_notebook_instance` is deprecated and will be removed in a future major release. Use `gcp.workbench.Instance` instead. A Cloud AI Platform Notebook instance. > --Note:-- Due to limitations of the Notebooks Instance API, many fields in this resource do not properly detect drift. These fields will also not appear in state once imported. To get more information about Instance, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)', NOTEBOOKS_Instance.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_INSTANCEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:', NOTEBOOKS_InstanceIamBinding.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_INSTANCEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:', NOTEBOOKS_InstanceIamMember.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_INSTANCEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Instance. Each of these resources serves a different use case:', NOTEBOOKS_InstanceIamPolicy.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_LOCATION, new ResourceProperty( - "Represents a Location resource.", + 'Represents a Location resource.', NOTEBOOKS_Location.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_RUNTIME, new ResourceProperty( - "A Cloud AI Platform Notebook runtime. > --Note:-- Due to limitations of the Notebooks Runtime API, many fields in this resource do not properly detect drift. These fields will also not appear in state once imported. To get more information about Runtime, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)", + 'A Cloud AI Platform Notebook runtime. > --Note:-- Due to limitations of the Notebooks Runtime API, many fields in this resource do not properly detect drift. These fields will also not appear in state once imported. To get more information about Runtime, see: - [API documentation](https://cloud.google.com/ai-platform/notebooks/docs/reference/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/ai-platform-notebooks)', NOTEBOOKS_Runtime.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_RUNTIMEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:', NOTEBOOKS_RuntimeIamBinding.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_RUNTIMEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:', NOTEBOOKS_RuntimeIamMember.GetTypes(), ), ], [ ResourceType.NOTEBOOKS_RUNTIMEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:', NOTEBOOKS_RuntimeIamPolicy.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_ACCESSAPPROVALSETTINGS, new ResourceProperty( - "Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about OrganizationSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/organizations)", + 'Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about OrganizationSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/organizations)', ORGANIZATIONS_AccessApprovalSettings.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_FOLDER, new ResourceProperty( - "Allows management of a Google Cloud Platform folder. For more information see [the official documentation](https://cloud.google.com/resource-manager/docs/creating-managing-folders) and [API](https://cloud.google.com/resource-manager/reference/rest/v2/folders). A folder can contain projects, other folders, or a combination of both. You can use folders to group projects under an organization in a hierarchy. For example, your organization might contain multiple departments, each with its own set of Cloud Platform resources. Folders allows you to group these resources on a per-department basis. Folders are used to group resources that share common IAM policies. Folders created live inside an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The service account used to run the provider when creating a `gcp.organizations.Folder` resource must have `roles/resourcemanager.folderCreator`. See the [Access Control for Folders Using IAM](https://cloud.google.com/resource-manager/docs/access-control-folders) doc for more information.", + 'Allows management of a Google Cloud Platform folder. For more information see [the official documentation](https://cloud.google.com/resource-manager/docs/creating-managing-folders) and [API](https://cloud.google.com/resource-manager/reference/rest/v2/folders). A folder can contain projects, other folders, or a combination of both. You can use folders to group projects under an organization in a hierarchy. For example, your organization might contain multiple departments, each with its own set of Cloud Platform resources. Folders allows you to group these resources on a per-department basis. Folders are used to group resources that share common IAM policies. Folders created live inside an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The service account used to run the provider when creating a `gcp.organizations.Folder` resource must have `roles/resourcemanager.folderCreator`. See the [Access Control for Folders Using IAM](https://cloud.google.com/resource-manager/docs/access-control-folders) doc for more information.', ORGANIZATIONS_Folder.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_IAMAUDITCONFIG, new ResourceProperty( - "Allows management of audit logging config for a given service for a Google Cloud Platform Organization.", + 'Allows management of audit logging config for a given service for a Google Cloud Platform Organization.', ORGANIZATIONS_IamAuditConfig.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_IAMBINDING, new ResourceProperty( - "Allows creation and management of a single binding within IAM policy for an existing Google Cloud Platform Organization. > --Note:-- This resource __must not__ be used in conjunction with `gcp.organizations.IAMMember` for the __same role__ or they will fight over what your policy should be. > --Note:-- On create, this resource will overwrite members of any existing roles. Use `pulumi import` and inspect the `output to ensure your existing members are preserved.", + 'Allows creation and management of a single binding within IAM policy for an existing Google Cloud Platform Organization. > --Note:-- This resource __must not__ be used in conjunction with `gcp.organizations.IAMMember` for the __same role__ or they will fight over what your policy should be. > --Note:-- On create, this resource will overwrite members of any existing roles. Use `pulumi import` and inspect the `output to ensure your existing members are preserved.', ORGANIZATIONS_IAMBinding.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_IAMCUSTOMROLE, new ResourceProperty( - "Allows management of a customized Cloud IAM organization role. For more information see [the official documentation](https://cloud.google.com/iam/docs/understanding-custom-roles) and [API](https://cloud.google.com/iam/reference/rest/v1/organizations.roles). > --Warning:-- Note that custom roles in GCP have the concept of a soft-delete. There are two issues that may arise from this and how roles are propagated. 1) creating a role may involve undeleting and then updating a role with the same name, possibly causing confusing behavior between undelete and update. 2) A deleted role is permanently deleted after 7 days, but it can take up to 30 more days (i.e. between 7 and 37 days after deletion) before the role name is made available again. This means a deleted role that has been deleted for more than 7 days cannot be changed at all by the provider, and new roles cannot share that name.", + 'Allows management of a customized Cloud IAM organization role. For more information see [the official documentation](https://cloud.google.com/iam/docs/understanding-custom-roles) and [API](https://cloud.google.com/iam/reference/rest/v1/organizations.roles). > --Warning:-- Note that custom roles in GCP have the concept of a soft-delete. There are two issues that may arise from this and how roles are propagated. 1) creating a role may involve undeleting and then updating a role with the same name, possibly causing confusing behavior between undelete and update. 2) A deleted role is permanently deleted after 7 days, but it can take up to 30 more days (i.e. between 7 and 37 days after deletion) before the role name is made available again. This means a deleted role that has been deleted for more than 7 days cannot be changed at all by the provider, and new roles cannot share that name.', ORGANIZATIONS_IAMCustomRole.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_IAMMEMBER, new ResourceProperty( - "Four different resources help you manage your IAM policy for a organization. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a organization. Each of these resources serves a different use case:', ORGANIZATIONS_IAMMember.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_IAMPOLICY, new ResourceProperty( - "Four different resources help you manage your IAM policy for a organization. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a organization. Each of these resources serves a different use case:', ORGANIZATIONS_IAMPolicy.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_POLICY, new ResourceProperty( - "Allows management of Organization Policies for a Google Cloud Organization. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/organizations/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)", + 'Allows management of Organization Policies for a Google Cloud Organization. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/organizations/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)', ORGANIZATIONS_Policy.GetTypes(), ), ], [ ResourceType.ORGANIZATIONS_PROJECT, new ResourceProperty( - "Allows creation and management of a Google Cloud Platform project. Projects created with this resource must be associated with an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The user or service account that is running this provider when creating a `gcp.organizations.Project` resource must have `roles/resourcemanager.projectCreator` on the specified organization. See the [Access Control for Organizations Using IAM](https://cloud.google.com/resource-manager/docs/access-control-org) doc for more information. > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account. To get more information about projects, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects) - How-to Guides - [Creating and managing projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects)", + 'Allows creation and management of a Google Cloud Platform project. Projects created with this resource must be associated with an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The user or service account that is running this provider when creating a `gcp.organizations.Project` resource must have `roles/resourcemanager.projectCreator` on the specified organization. See the [Access Control for Organizations Using IAM](https://cloud.google.com/resource-manager/docs/access-control-org) doc for more information. > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account. To get more information about projects, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects) - How-to Guides - [Creating and managing projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects)', ORGANIZATIONS_Project.GetTypes(), ), ], [ ResourceType.ORGPOLICY_CUSTOMCONSTRAINT, new ResourceProperty( - "Custom constraints are created by administrators to provide more granular and customizable control over the specific fields that are restricted by your organization policies. To get more information about CustomConstraint, see: - [API documentation](https://cloud.google.com/resource-manager/docs/reference/orgpolicy/rest/v2/organizations.constraints) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/creating-managing-custom-constraints) - [Supported Services](https://cloud.google.com/resource-manager/docs/organization-policy/custom-constraint-supported-services)", + 'Custom constraints are created by administrators to provide more granular and customizable control over the specific fields that are restricted by your organization policies. To get more information about CustomConstraint, see: - [API documentation](https://cloud.google.com/resource-manager/docs/reference/orgpolicy/rest/v2/organizations.constraints) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/creating-managing-custom-constraints) - [Supported Services](https://cloud.google.com/resource-manager/docs/organization-policy/custom-constraint-supported-services)', ORGPOLICY_CustomConstraint.GetTypes(), ), ], @@ -8136,42 +8136,42 @@ export class ResourceProperties { [ ResourceType.OSCONFIG_GUESTPOLICIES, new ResourceProperty( - "An OS Config resource representing a guest configuration policy. These policies represent the desired state for VM instance guest environments including packages to install or remove, package repository configurations, and software to install. To get more information about GuestPolicies, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-config-management)", + 'An OS Config resource representing a guest configuration policy. These policies represent the desired state for VM instance guest environments including packages to install or remove, package repository configurations, and software to install. To get more information about GuestPolicies, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-config-management)', OSCONFIG_GuestPolicies.GetTypes(), ), ], [ ResourceType.OSCONFIG_OSPOLICYASSIGNMENT, new ResourceProperty( - "OS policy assignment is an API resource that is used to apply a set of OS policies to a dynamically targeted group of Compute Engine VM instances. An OS policy is used to define the desired state configuration for a Compute Engine VM instance through a set of configuration resources that provide capabilities such as installing or removing software packages, or executing a script. For more information about the OS policy resource definitions and examples, see [OS policy and OS policy assignment](https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies). To get more information about OSPolicyAssignment, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest/v1/projects.locations.osPolicyAssignments) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-configuration-management/create-os-policy-assignment)", + 'OS policy assignment is an API resource that is used to apply a set of OS policies to a dynamically targeted group of Compute Engine VM instances. An OS policy is used to define the desired state configuration for a Compute Engine VM instance through a set of configuration resources that provide capabilities such as installing or removing software packages, or executing a script. For more information about the OS policy resource definitions and examples, see [OS policy and OS policy assignment](https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies). To get more information about OSPolicyAssignment, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest/v1/projects.locations.osPolicyAssignments) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-configuration-management/create-os-policy-assignment)', OSCONFIG_OsPolicyAssignment.GetTypes(), ), ], [ ResourceType.OSCONFIG_PATCHDEPLOYMENT, new ResourceProperty( - "Patch deployments are configurations that individual patch jobs use to complete a patch. These configurations include instance filter, package repository settings, and a schedule. To get more information about PatchDeployment, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-patch-management)", + 'Patch deployments are configurations that individual patch jobs use to complete a patch. These configurations include instance filter, package repository settings, and a schedule. To get more information about PatchDeployment, see: - [API documentation](https://cloud.google.com/compute/docs/osconfig/rest) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/os-patch-management)', OSCONFIG_PatchDeployment.GetTypes(), ), ], [ ResourceType.OSLOGIN_SSHPUBLICKEY, new ResourceProperty( - "The SSH public key information associated with a Google account. To get more information about SSHPublicKey, see: - [API documentation](https://cloud.google.com/compute/docs/oslogin/rest/v1/users.sshPublicKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/oslogin)", + 'The SSH public key information associated with a Google account. To get more information about SSHPublicKey, see: - [API documentation](https://cloud.google.com/compute/docs/oslogin/rest/v1/users.sshPublicKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/oslogin)', OSLOGIN_SshPublicKey.GetTypes(), ), ], [ ResourceType.PROJECTS_ACCESSAPPROVALSETTINGS, new ResourceProperty( - "Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about ProjectSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/projects)", + 'Access Approval enables you to require your explicit approval whenever Google support and engineering need to access your customer content. To get more information about ProjectSettings, see: - [API documentation](https://cloud.google.com/access-approval/docs/reference/rest/v1/projects)', PROJECTS_AccessApprovalSettings.GetTypes(), ), ], [ ResourceType.PROJECTS_APIKEY, new ResourceProperty( - "The Apikeys Key resource", + 'The Apikeys Key resource', PROJECTS_ApiKey.GetTypes(), ), ], @@ -8185,342 +8185,342 @@ export class ResourceProperties { [ ResourceType.PROJECTS_IAMAUDITCONFIG, new ResourceProperty( - "Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:', PROJECTS_IAMAuditConfig.GetTypes(), ), ], [ ResourceType.PROJECTS_IAMBINDING, new ResourceProperty( - "Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:', PROJECTS_IAMBinding.GetTypes(), ), ], [ ResourceType.PROJECTS_IAMCUSTOMROLE, new ResourceProperty( - "Allows management of a customized Cloud IAM project role. For more information see [the official documentation](https://cloud.google.com/iam/docs/understanding-custom-roles) and [API](https://cloud.google.com/iam/reference/rest/v1/projects.roles). > --Warning:-- Note that custom roles in GCP have the concept of a soft-delete. There are two issues that may arise from this and how roles are propagated. 1) creating a role may involve undeleting and then updating a role with the same name, possibly causing confusing behavior between undelete and update. 2) A deleted role is permanently deleted after 7 days, but it can take up to 30 more days (i.e. between 7 and 37 days after deletion) before the role name is made available again. This means a deleted role that has been deleted for more than 7 days cannot be changed at all by the provider, and new roles cannot share that name.", + 'Allows management of a customized Cloud IAM project role. For more information see [the official documentation](https://cloud.google.com/iam/docs/understanding-custom-roles) and [API](https://cloud.google.com/iam/reference/rest/v1/projects.roles). > --Warning:-- Note that custom roles in GCP have the concept of a soft-delete. There are two issues that may arise from this and how roles are propagated. 1) creating a role may involve undeleting and then updating a role with the same name, possibly causing confusing behavior between undelete and update. 2) A deleted role is permanently deleted after 7 days, but it can take up to 30 more days (i.e. between 7 and 37 days after deletion) before the role name is made available again. This means a deleted role that has been deleted for more than 7 days cannot be changed at all by the provider, and new roles cannot share that name.', PROJECTS_IAMCustomRole.GetTypes(), ), ], [ ResourceType.PROJECTS_IAMMEMBER, new ResourceProperty( - "Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:', PROJECTS_IAMMember.GetTypes(), ), ], [ ResourceType.PROJECTS_IAMPOLICY, new ResourceProperty( - "Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:", + 'Four different resources help you manage your IAM policy for a project. Each of these resources serves a different use case:', PROJECTS_IAMPolicy.GetTypes(), ), ], [ ResourceType.PROJECTS_ORGANIZATIONPOLICY, new ResourceProperty( - "Allows management of Organization Policies for a Google Cloud Project. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)", + 'Allows management of Organization Policies for a Google Cloud Project. > --Warning:-- This resource has been superseded by `gcp.orgpolicy.Policy`. `gcp.orgpolicy.Policy` uses Organization Policy API V2 instead of Cloud Resource Manager API V1 and it supports additional features such as tags and conditions. To get more information about Organization Policies, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setOrgPolicy) - How-to Guides - [Introduction to the Organization Policy Service](https://cloud.google.com/resource-manager/docs/organization-policy/overview)', PROJECTS_OrganizationPolicy.GetTypes(), ), ], [ ResourceType.PROJECTS_SERVICE, new ResourceProperty( - "Allows management of a single API service for a Google Cloud Platform project. For a list of services available, visit the [API library page](https://console.cloud.google.com/apis/library) or run `gcloud services list --available`. This resource requires the [Service Usage API](https://console.cloud.google.com/apis/library/serviceusage.googleapis.com) to use. To get more information about `gcp.projects.Service`, see: - [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1/services) - How-to Guides - [Enabling and Disabling Services](https://cloud.google.com/service-usage/docs/enable-disable)", + 'Allows management of a single API service for a Google Cloud Platform project. For a list of services available, visit the [API library page](https://console.cloud.google.com/apis/library) or run `gcloud services list --available`. This resource requires the [Service Usage API](https://console.cloud.google.com/apis/library/serviceusage.googleapis.com) to use. To get more information about `gcp.projects.Service`, see: - [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1/services) - How-to Guides - [Enabling and Disabling Services](https://cloud.google.com/service-usage/docs/enable-disable)', PROJECTS_Service.GetTypes(), ), ], [ ResourceType.PROJECTS_SERVICEIDENTITY, new ResourceProperty( - "Generate service identity for a service. > --Note:-- Once created, this resource cannot be updated or destroyed. These actions are a no-op. > --Note:-- This resource can be used to retrieve the emails of the [Google-managed service accounts](https://cloud.google.com/iam/docs/service-agents) of the APIs that Google has configured with a Service Identity. You can run `gcloud beta services identity create --service SERVICE_NAME.googleapis.com` to verify if an API supports this. To get more information about Service Identity, see: - [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services/generateServiceIdentity)", + 'Generate service identity for a service. > --Note:-- Once created, this resource cannot be updated or destroyed. These actions are a no-op. > --Note:-- This resource can be used to retrieve the emails of the [Google-managed service accounts](https://cloud.google.com/iam/docs/service-agents) of the APIs that Google has configured with a Service Identity. You can run `gcloud beta services identity create --service SERVICE_NAME.googleapis.com` to verify if an API supports this. To get more information about Service Identity, see: - [API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services/generateServiceIdentity)', PROJECTS_ServiceIdentity.GetTypes(), ), ], [ ResourceType.PROJECTS_USAGEEXPORTBUCKET, new ResourceProperty( - "Allows creation and management of a Google Cloud Platform project. Projects created with this resource must be associated with an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The user or service account that is running this provider when creating a `gcp.organizations.Project` resource must have `roles/resourcemanager.projectCreator` on the specified organization. See the [Access Control for Organizations Using IAM](https://cloud.google.com/resource-manager/docs/access-control-org) doc for more information. > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account. To get more information about projects, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects) - How-to Guides - [Creating and managing projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects)", + 'Allows creation and management of a Google Cloud Platform project. Projects created with this resource must be associated with an Organization. See the [Organization documentation](https://cloud.google.com/resource-manager/docs/quickstarts) for more details. The user or service account that is running this provider when creating a `gcp.organizations.Project` resource must have `roles/resourcemanager.projectCreator` on the specified organization. See the [Access Control for Organizations Using IAM](https://cloud.google.com/resource-manager/docs/access-control-org) doc for more information. > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account. To get more information about projects, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects) - How-to Guides - [Creating and managing projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects)', PROJECTS_UsageExportBucket.GetTypes(), ), ], [ ResourceType.PUBSUB_LITERESERVATION, new ResourceProperty( - "A named resource representing a shared pool of capacity. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.reservations) - How-to Guides - [Managing Reservations](https://cloud.google.com/pubsub/lite/docs/reservations)", + 'A named resource representing a shared pool of capacity. To get more information about Reservation, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.reservations) - How-to Guides - [Managing Reservations](https://cloud.google.com/pubsub/lite/docs/reservations)', PUBSUB_LiteReservation.GetTypes(), ), ], [ ResourceType.PUBSUB_LITESUBSCRIPTION, new ResourceProperty( - "A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. To get more information about Subscription, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.subscriptions) - How-to Guides - [Managing Subscriptions](https://cloud.google.com/pubsub/lite/docs/subscriptions)", + 'A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. To get more information about Subscription, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.subscriptions) - How-to Guides - [Managing Subscriptions](https://cloud.google.com/pubsub/lite/docs/subscriptions)', PUBSUB_LiteSubscription.GetTypes(), ), ], [ ResourceType.PUBSUB_LITETOPIC, new ResourceProperty( - "A named resource to which messages are sent by publishers. To get more information about Topic, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.topics) - How-to Guides - [Managing Topics](https://cloud.google.com/pubsub/lite/docs/topics)", + 'A named resource to which messages are sent by publishers. To get more information about Topic, see: - [API documentation](https://cloud.google.com/pubsub/lite/docs/reference/rest/v1/admin.projects.locations.topics) - How-to Guides - [Managing Topics](https://cloud.google.com/pubsub/lite/docs/topics)', PUBSUB_LiteTopic.GetTypes(), ), ], [ ResourceType.PUBSUB_SCHEMA, new ResourceProperty( - "A schema is a format that messages must follow, creating a contract between publisher and subscriber that Pub/Sub will enforce. To get more information about Schema, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.schemas) - How-to Guides - [Creating and managing schemas](https://cloud.google.com/pubsub/docs/schemas)", + 'A schema is a format that messages must follow, creating a contract between publisher and subscriber that Pub/Sub will enforce. To get more information about Schema, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.schemas) - How-to Guides - [Creating and managing schemas](https://cloud.google.com/pubsub/docs/schemas)', PUBSUB_Schema.GetTypes(), ), ], [ ResourceType.PUBSUB_SCHEMAIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:', PUBSUB_SchemaIamBinding.GetTypes(), ), ], [ ResourceType.PUBSUB_SCHEMAIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:', PUBSUB_SchemaIamMember.GetTypes(), ), ], [ ResourceType.PUBSUB_SCHEMAIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Schema. Each of these resources serves a different use case:', PUBSUB_SchemaIamPolicy.GetTypes(), ), ], [ ResourceType.PUBSUB_SUBSCRIPTION, new ResourceProperty( - "A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. To get more information about Subscription, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions) - How-to Guides - [Managing Subscriptions](https://cloud.google.com/pubsub/docs/admin#managing_subscriptions) > --Note:-- You can retrieve the email of the Google Managed Pub/Sub Service Account used for forwarding by using the `gcp.projects.ServiceIdentity` resource.", + 'A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. To get more information about Subscription, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions) - How-to Guides - [Managing Subscriptions](https://cloud.google.com/pubsub/docs/admin#managing_subscriptions) > --Note:-- You can retrieve the email of the Google Managed Pub/Sub Service Account used for forwarding by using the `gcp.projects.ServiceIdentity` resource.', PUBSUB_Subscription.GetTypes(), ), ], [ ResourceType.PUBSUB_SUBSCRIPTIONIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:', PUBSUB_SubscriptionIAMBinding.GetTypes(), ), ], [ ResourceType.PUBSUB_SUBSCRIPTIONIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:', PUBSUB_SubscriptionIAMMember.GetTypes(), ), ], [ ResourceType.PUBSUB_SUBSCRIPTIONIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for pubsub subscription. Each of these resources serves a different use case:', PUBSUB_SubscriptionIAMPolicy.GetTypes(), ), ], [ ResourceType.PUBSUB_TOPIC, new ResourceProperty( - "A named resource to which messages are sent by publishers. To get more information about Topic, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics) - How-to Guides - [Managing Topics](https://cloud.google.com/pubsub/docs/admin#managing_topics) > --Note:-- You can retrieve the email of the Google Managed Pub/Sub Service Account used for forwarding by using the `gcp.projects.ServiceIdentity` resource.", + 'A named resource to which messages are sent by publishers. To get more information about Topic, see: - [API documentation](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics) - How-to Guides - [Managing Topics](https://cloud.google.com/pubsub/docs/admin#managing_topics) > --Note:-- You can retrieve the email of the Google Managed Pub/Sub Service Account used for forwarding by using the `gcp.projects.ServiceIdentity` resource.', PUBSUB_Topic.GetTypes(), ), ], [ ResourceType.PUBSUB_TOPICIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', PUBSUB_TopicIAMBinding.GetTypes(), ), ], [ ResourceType.PUBSUB_TOPICIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', PUBSUB_TopicIAMMember.GetTypes(), ), ], [ ResourceType.PUBSUB_TOPICIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', PUBSUB_TopicIAMPolicy.GetTypes(), ), ], [ ResourceType.RECAPTCHA_ENTERPRISEKEY, new ResourceProperty( - "The RecaptchaEnterprise Key resource", + 'The RecaptchaEnterprise Key resource', RECAPTCHA_EnterpriseKey.GetTypes(), ), ], [ ResourceType.REDIS_CLUSTER, new ResourceProperty( - "A Google Cloud Redis Cluster instance. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/memorystore/docs/cluster/reference/rest/v1/projects.locations.clusters) - How-to Guides - [Official Documentation](https://cloud.google.com/memorystore/docs/cluster/)", + 'A Google Cloud Redis Cluster instance. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/memorystore/docs/cluster/reference/rest/v1/projects.locations.clusters) - How-to Guides - [Official Documentation](https://cloud.google.com/memorystore/docs/cluster/)', REDIS_Cluster.GetTypes(), ), ], [ ResourceType.REDIS_INSTANCE, new ResourceProperty( - "A Google Cloud Redis instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/memorystore/docs/redis/)", + 'A Google Cloud Redis instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/memorystore/docs/redis/)', REDIS_Instance.GetTypes(), ), ], [ ResourceType.RESOURCEMANAGER_LIEN, new ResourceProperty( - "A Lien represents an encumbrance on the actions that can be performed on a resource.", + 'A Lien represents an encumbrance on the actions that can be performed on a resource.', RESOURCEMANAGER_Lien.GetTypes(), ), ], [ ResourceType.RUNTIMECONFIG_CONFIG, - new ResourceProperty("", RUNTIMECONFIG_Config.GetTypes()), + new ResourceProperty('', RUNTIMECONFIG_Config.GetTypes()), ], [ ResourceType.RUNTIMECONFIG_CONFIGIAMBINDING, - new ResourceProperty("", RUNTIMECONFIG_ConfigIamBinding.GetTypes()), + new ResourceProperty('', RUNTIMECONFIG_ConfigIamBinding.GetTypes()), ], [ ResourceType.RUNTIMECONFIG_CONFIGIAMMEMBER, - new ResourceProperty("", RUNTIMECONFIG_ConfigIamMember.GetTypes()), + new ResourceProperty('', RUNTIMECONFIG_ConfigIamMember.GetTypes()), ], [ ResourceType.RUNTIMECONFIG_CONFIGIAMPOLICY, - new ResourceProperty("", RUNTIMECONFIG_ConfigIamPolicy.GetTypes()), + new ResourceProperty('', RUNTIMECONFIG_ConfigIamPolicy.GetTypes()), ], [ ResourceType.RUNTIMECONFIG_VARIABLE, - new ResourceProperty("", RUNTIMECONFIG_Variable.GetTypes()), + new ResourceProperty('', RUNTIMECONFIG_Variable.GetTypes()), ], [ ResourceType.SECRETMANAGER_SECRET, new ResourceProperty( - "A Secret is a logical secret whose value and versions can be accessed. To get more information about Secret, see: - [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets)", + 'A Secret is a logical secret whose value and versions can be accessed. To get more information about Secret, see: - [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets)', SECRETMANAGER_Secret.GetTypes(), ), ], [ ResourceType.SECRETMANAGER_SECRETIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:', SECRETMANAGER_SecretIamBinding.GetTypes(), ), ], [ ResourceType.SECRETMANAGER_SECRETIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:', SECRETMANAGER_SecretIamMember.GetTypes(), ), ], [ ResourceType.SECRETMANAGER_SECRETIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Secret Manager Secret. Each of these resources serves a different use case:', SECRETMANAGER_SecretIamPolicy.GetTypes(), ), ], [ ResourceType.SECRETMANAGER_SECRETVERSION, new ResourceProperty( - "A secret version resource.", + 'A secret version resource.', SECRETMANAGER_SecretVersion.GetTypes(), ), ], [ ResourceType.SECURESOURCEMANAGER_INSTANCE, new ResourceProperty( - "Instances are deployed to an available Google Cloud region and are accessible via their web interface. To get more information about Instance, see: - [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/secure-source-manager/docs/create-instance)", + 'Instances are deployed to an available Google Cloud region and are accessible via their web interface. To get more information about Instance, see: - [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/secure-source-manager/docs/create-instance)', SECURESOURCEMANAGER_Instance.GetTypes(), ), ], [ ResourceType.SECURESOURCEMANAGER_INSTANCEIAMBINDING, new ResourceProperty( - "", + '', SECURESOURCEMANAGER_InstanceIamBinding.GetTypes(), ), ], [ ResourceType.SECURESOURCEMANAGER_INSTANCEIAMMEMBER, new ResourceProperty( - "", + '', SECURESOURCEMANAGER_InstanceIamMember.GetTypes(), ), ], [ ResourceType.SECURESOURCEMANAGER_INSTANCEIAMPOLICY, new ResourceProperty( - "", + '', SECURESOURCEMANAGER_InstanceIamPolicy.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_EVENTTHREATDETECTIONCUSTOMMODULE, new ResourceProperty( - "Represents an instance of an Event Threat Detection custom module, including its full module name, display name, enablement state, andlast updated time. You can create a custom module at the organization level only. To get more information about EventThreatDetectionCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.eventThreatDetectionSettings.customModules) - How-to Guides - [Overview of custom modules for Event Threat Detection](https://cloud.google.com/security-command-center/docs/custom-modules-etd-overview)", + 'Represents an instance of an Event Threat Detection custom module, including its full module name, display name, enablement state, andlast updated time. You can create a custom module at the organization level only. To get more information about EventThreatDetectionCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.eventThreatDetectionSettings.customModules) - How-to Guides - [Overview of custom modules for Event Threat Detection](https://cloud.google.com/security-command-center/docs/custom-modules-etd-overview)', SECURITYCENTER_EventThreatDetectionCustomModule.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_FOLDERCUSTOMMODULE, new ResourceProperty( - "Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about FolderCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/folders.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)", + 'Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about FolderCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/folders.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)', SECURITYCENTER_FolderCustomModule.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_INSTANCEIAMBINDING, new ResourceProperty( - "Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)", + 'Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)', SECURITYCENTER_InstanceIamBinding.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_INSTANCEIAMMEMBER, new ResourceProperty( - "Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)", + 'Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)', SECURITYCENTER_InstanceIamMember.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_INSTANCEIAMPOLICY, new ResourceProperty( - "Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)", + 'Represents a Data Fusion instance. To get more information about Instance, see: - [API documentation](https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/data-fusion/docs/)', SECURITYCENTER_InstanceIamPolicy.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_MUTECONFIG, new ResourceProperty( - "Mute Findings is a volume management feature in Security Command Center that lets you manually or programmatically hide irrelevant findings, and create filters to automatically silence existing and future findings based on criteria you specify. To get more information about MuteConfig, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.muteConfigs)", + 'Mute Findings is a volume management feature in Security Command Center that lets you manually or programmatically hide irrelevant findings, and create filters to automatically silence existing and future findings based on criteria you specify. To get more information about MuteConfig, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.muteConfigs)', SECURITYCENTER_MuteConfig.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_NOTIFICATIONCONFIG, new ResourceProperty( - "A Cloud Security Command Center (Cloud SCC) notification configs. A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc. > --Note:-- In order to use Cloud SCC resources, your organization must be enrolled in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center). Without doing so, you may run into errors during resource creation. To get more information about NotificationConfig, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.notificationConfigs) - How-to Guides - [Official Documentation](https://cloud.google.com/security-command-center/docs)", + 'A Cloud Security Command Center (Cloud SCC) notification configs. A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc. > --Note:-- In order to use Cloud SCC resources, your organization must be enrolled in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center). Without doing so, you may run into errors during resource creation. To get more information about NotificationConfig, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.notificationConfigs) - How-to Guides - [Official Documentation](https://cloud.google.com/security-command-center/docs)', SECURITYCENTER_NotificationConfig.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_ORGANIZATIONCUSTOMMODULE, new ResourceProperty( - "Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about OrganizationCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)", + 'Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about OrganizationCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/organizations.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)', SECURITYCENTER_OrganizationCustomModule.GetTypes(), ), ], [ ResourceType.SECURITYCENTER_PROJECTCUSTOMMODULE, new ResourceProperty( - "Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about ProjectCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/projects.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)", + 'Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects. To get more information about ProjectCustomModule, see: - [API documentation](https://cloud.google.com/security-command-center/docs/reference/rest/v1/projects.securityHealthAnalyticsSettings.customModules) - How-to Guides - [Overview of custom modules for Security Health Analytics](https://cloud.google.com/security-command-center/docs/custom-modules-sha-overview)', SECURITYCENTER_ProjectCustomModule.GetTypes(), ), ], @@ -8555,7 +8555,7 @@ export class ResourceProperties { [ ResourceType.SECURITYPOSTURE_POSTURE, new ResourceProperty( - "A Posture represents a collection of policy set including its name, state, description and policy sets. A policy set includes set of policies along with their definition. A posture can be created at the organization level. Every update to a deployed posture creates a new posture revision with an updated revision_id. To get more information about Posture, see: - How-to Guides - [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)", + 'A Posture represents a collection of policy set including its name, state, description and policy sets. A policy set includes set of policies along with their definition. A posture can be created at the organization level. Every update to a deployed posture creates a new posture revision with an updated revision_id. To get more information about Posture, see: - How-to Guides - [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)', SECURITYPOSTURE_Posture.GetTypes(), ), ], @@ -8569,144 +8569,144 @@ export class ResourceProperties { [ ResourceType.SERVICEACCOUNT_ACCOUNT, new ResourceProperty( - "Allows management of a Google Cloud service account. - [API documentation](https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/access/service-accounts) > --Warning:-- If you delete and recreate a service account, you must reapply any IAM roles that it had before. > Creation of service accounts is eventually consistent, and that can lead to errors when you try to apply ACLs to service accounts immediately after creation.", + 'Allows management of a Google Cloud service account. - [API documentation](https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts) - How-to Guides - [Official Documentation](https://cloud.google.com/compute/docs/access/service-accounts) > --Warning:-- If you delete and recreate a service account, you must reapply any IAM roles that it had before. > Creation of service accounts is eventually consistent, and that can lead to errors when you try to apply ACLs to service accounts immediately after creation.', SERVICEACCOUNT_Account.GetTypes(), ), ], [ ResourceType.SERVICEACCOUNT_IAMBINDING, new ResourceProperty( - "When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.", + 'When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.', SERVICEACCOUNT_IAMBinding.GetTypes(), ), ], [ ResourceType.SERVICEACCOUNT_IAMMEMBER, new ResourceProperty( - "When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.", + 'When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.', SERVICEACCOUNT_IAMMember.GetTypes(), ), ], [ ResourceType.SERVICEACCOUNT_IAMPOLICY, new ResourceProperty( - "When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.", + 'When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the google_project_iam set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: - `gcp.serviceaccount.IAMPolicy`: Authoritative. Sets the IAM policy for the service account and replaces any existing policy already attached. - `gcp.serviceaccount.IAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service account are preserved. - `gcp.serviceaccount.IAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the service account are preserved. > --Note:-- `gcp.serviceaccount.IAMPolicy` --cannot-- be used in conjunction with `gcp.serviceaccount.IAMBinding` and `gcp.serviceaccount.IAMMember` or they will fight over what your policy should be. > --Note:-- `gcp.serviceaccount.IAMBinding` resources --can be-- used in conjunction with `gcp.serviceaccount.IAMMember` resources --only if-- they do not grant privilege to the same role.', SERVICEACCOUNT_IAMPolicy.GetTypes(), ), ], [ ResourceType.SERVICEACCOUNT_KEY, - new ResourceProperty("", SERVICEACCOUNT_Key.GetTypes()), + new ResourceProperty('', SERVICEACCOUNT_Key.GetTypes()), ], [ ResourceType.SERVICEDIRECTORY_ENDPOINT, new ResourceProperty( - "An individual endpoint that provides a service. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces.services.endpoints) - How-to Guides - [Configuring an endpoint](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_an_endpoint)", + 'An individual endpoint that provides a service. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces.services.endpoints) - How-to Guides - [Configuring an endpoint](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_an_endpoint)', SERVICEDIRECTORY_Endpoint.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_NAMESPACE, new ResourceProperty( - "A container for `services`. Namespaces allow administrators to group services together and define permissions for a collection of services. To get more information about Namespace, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces) - How-to Guides - [Configuring a namespace](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_a_namespace)", + 'A container for `services`. Namespaces allow administrators to group services together and define permissions for a collection of services. To get more information about Namespace, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces) - How-to Guides - [Configuring a namespace](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_a_namespace)', SERVICEDIRECTORY_Namespace.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_NAMESPACEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:', SERVICEDIRECTORY_NamespaceIamBinding.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_NAMESPACEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:', SERVICEDIRECTORY_NamespaceIamMember.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_NAMESPACEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:', SERVICEDIRECTORY_NamespaceIamPolicy.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_SERVICE, new ResourceProperty( - "An individual service. A service contains a name and optional metadata. To get more information about Service, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces.services) - How-to Guides - [Configuring a service](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_a_service)", + 'An individual service. A service contains a name and optional metadata. To get more information about Service, see: - [API documentation](https://cloud.google.com/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces.services) - How-to Guides - [Configuring a service](https://cloud.google.com/service-directory/docs/configuring-service-directory#configuring_a_service)', SERVICEDIRECTORY_Service.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_SERVICEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:', SERVICEDIRECTORY_ServiceIamBinding.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_SERVICEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:', SERVICEDIRECTORY_ServiceIamMember.GetTypes(), ), ], [ ResourceType.SERVICEDIRECTORY_SERVICEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:', SERVICEDIRECTORY_ServiceIamPolicy.GetTypes(), ), ], [ ResourceType.SERVICENETWORKING_CONNECTION, new ResourceProperty( - "Manages a private VPC connection with a GCP service provider. For more information see [the official documentation](https://cloud.google.com/vpc/docs/configure-private-services-access#creating-connection) and [API](https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.connections).", + 'Manages a private VPC connection with a GCP service provider. For more information see [the official documentation](https://cloud.google.com/vpc/docs/configure-private-services-access#creating-connection) and [API](https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.connections).', SERVICENETWORKING_Connection.GetTypes(), ), ], [ ResourceType.SERVICENETWORKING_PEEREDDNSDOMAIN, new ResourceProperty( - "Allows management of a single peered DNS domain for an existing Google Cloud Platform project. When using Google Cloud DNS to manage internal DNS, create peered DNS domains to make your DNS available to services like Google Cloud Build.", + 'Allows management of a single peered DNS domain for an existing Google Cloud Platform project. When using Google Cloud DNS to manage internal DNS, create peered DNS domains to make your DNS available to services like Google Cloud Build.', SERVICENETWORKING_PeeredDnsDomain.GetTypes(), ), ], [ ResourceType.SERVICEUSAGE_CONSUMERQUOTAOVERRIDE, new ResourceProperty( - "A consumer override is applied to the consumer on its own authority to limit its own quota usage. Consumer overrides cannot be used to grant more quota than would be allowed by admin overrides, producer overrides, or the default limit of the service. To get more information about ConsumerQuotaOverride, see: - How-to Guides - [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota ) - [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)", + 'A consumer override is applied to the consumer on its own authority to limit its own quota usage. Consumer overrides cannot be used to grant more quota than would be allowed by admin overrides, producer overrides, or the default limit of the service. To get more information about ConsumerQuotaOverride, see: - How-to Guides - [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota ) - [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)', SERVICEUSAGE_ConsumerQuotaOverride.GetTypes(), ), ], [ ResourceType.SOURCEREPO_REPOSITORY, new ResourceProperty( - "A repository (or repo) is a Git repository storing versioned source content. To get more information about Repository, see: - [API documentation](https://cloud.google.com/source-repositories/docs/reference/rest/v1/projects.repos) - How-to Guides - [Official Documentation](https://cloud.google.com/source-repositories/)", + 'A repository (or repo) is a Git repository storing versioned source content. To get more information about Repository, see: - [API documentation](https://cloud.google.com/source-repositories/docs/reference/rest/v1/projects.repos) - How-to Guides - [Official Documentation](https://cloud.google.com/source-repositories/)', SOURCEREPO_Repository.GetTypes(), ), ], [ ResourceType.SOURCEREPO_REPOSITORYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', SOURCEREPO_RepositoryIamBinding.GetTypes(), ), ], [ ResourceType.SOURCEREPO_REPOSITORYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', SOURCEREPO_RepositoryIamMember.GetTypes(), ), ], [ ResourceType.SOURCEREPO_REPOSITORYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:', SOURCEREPO_RepositoryIamPolicy.GetTypes(), ), ], @@ -8720,49 +8720,49 @@ export class ResourceProperties { [ ResourceType.SPANNER_DATABASEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:', SPANNER_DatabaseIAMBinding.GetTypes(), ), ], [ ResourceType.SPANNER_DATABASEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:', SPANNER_DatabaseIAMMember.GetTypes(), ), ], [ ResourceType.SPANNER_DATABASEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner database. Each of these resources serves a different use case:', SPANNER_DatabaseIAMPolicy.GetTypes(), ), ], [ ResourceType.SPANNER_INSTANCE, new ResourceProperty( - "An isolated set of Cloud Spanner resources on which databases can be hosted. To get more information about Instance, see: - [API documentation](https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/spanner/)", + 'An isolated set of Cloud Spanner resources on which databases can be hosted. To get more information about Instance, see: - [API documentation](https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances) - How-to Guides - [Official Documentation](https://cloud.google.com/spanner/)', SPANNER_Instance.GetTypes(), ), ], [ ResourceType.SPANNER_INSTANCEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:', SPANNER_InstanceIAMBinding.GetTypes(), ), ], [ ResourceType.SPANNER_INSTANCEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:', SPANNER_InstanceIAMMember.GetTypes(), ), ], [ ResourceType.SPANNER_INSTANCEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for a Spanner instance. Each of these resources serves a different use case:', SPANNER_InstanceIAMPolicy.GetTypes(), ), ], @@ -8783,21 +8783,21 @@ export class ResourceProperties { [ ResourceType.SQL_SOURCEREPRESENTATIONINSTANCE, new ResourceProperty( - "A source representation instance is a Cloud SQL instance that represents the source database server to the Cloud SQL replica. It is visible in the Cloud Console and appears the same as a regular Cloud SQL instance, but it contains no data, requires no configuration or maintenance, and does not affect billing. You cannot update the source representation instance.", + 'A source representation instance is a Cloud SQL instance that represents the source database server to the Cloud SQL replica. It is visible in the Cloud Console and appears the same as a regular Cloud SQL instance, but it contains no data, requires no configuration or maintenance, and does not affect billing. You cannot update the source representation instance.', SQL_SourceRepresentationInstance.GetTypes(), ), ], [ ResourceType.SQL_SSLCERT, new ResourceProperty( - "Creates a new Google SQL SSL Cert on a Google SQL Instance. For more information, see the [official documentation](https://cloud.google.com/sql/), or the [JSON API](https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/sslCerts).", + 'Creates a new Google SQL SSL Cert on a Google SQL Instance. For more information, see the [official documentation](https://cloud.google.com/sql/), or the [JSON API](https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/sslCerts).', SQL_SslCert.GetTypes(), ), ], [ ResourceType.SQL_USER, new ResourceProperty( - "Creates a new Google SQL User on a Google SQL User Instance. For more information, see the [official documentation](https://cloud.google.com/sql/), or the [JSON API](https://cloud.google.com/sql/docs/admin-api/v1beta4/users).", + 'Creates a new Google SQL User on a Google SQL User Instance. For more information, see the [official documentation](https://cloud.google.com/sql/), or the [JSON API](https://cloud.google.com/sql/docs/admin-api/v1beta4/users).', SQL_User.GetTypes(), ), ], @@ -8825,35 +8825,35 @@ export class ResourceProperties { [ ResourceType.STORAGE_BUCKETIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:', STORAGE_BucketIAMBinding.GetTypes(), ), ], [ ResourceType.STORAGE_BUCKETIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:', STORAGE_BucketIAMMember.GetTypes(), ), ], [ ResourceType.STORAGE_BUCKETIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Cloud Storage Bucket. Each of these resources serves a different use case:', STORAGE_BucketIAMPolicy.GetTypes(), ), ], [ ResourceType.STORAGE_BUCKETOBJECT, new ResourceProperty( - "Creates a new object inside an existing bucket in Google cloud storage service (GCS). [ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `gcp.storage.ObjectACL` resource. For more information see [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects) and [API](https://cloud.google.com/storage/docs/json_api/v1/objects).", + 'Creates a new object inside an existing bucket in Google cloud storage service (GCS). [ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `gcp.storage.ObjectACL` resource. For more information see [the official documentation](https://cloud.google.com/storage/docs/key-terms#objects) and [API](https://cloud.google.com/storage/docs/json_api/v1/objects).', STORAGE_BucketObject.GetTypes(), ), ], [ ResourceType.STORAGE_DEFAULTOBJECTACCESSCONTROL, new ResourceProperty( - "The DefaultObjectAccessControls resources represent the Access Control Lists (ACLs) applied to a new object within a Google Cloud Storage bucket when no ACL was provided for that object. ACLs let you specify who has access to your bucket contents and to what extent. There are two roles that can be assigned to an entity: READERs can get an object, though the acl property will not be revealed. OWNERs are READERs, and they can get the acl property, update an object, and call all objectAccessControls methods on the object. The owner of an object is always an OWNER. For more information, see Access Control, with the caveat that this API uses READER and OWNER instead of READ and FULL_CONTROL. To get more information about DefaultObjectAccessControl, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/defaultObjectAccessControls) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/access-control/create-manage-lists)", + 'The DefaultObjectAccessControls resources represent the Access Control Lists (ACLs) applied to a new object within a Google Cloud Storage bucket when no ACL was provided for that object. ACLs let you specify who has access to your bucket contents and to what extent. There are two roles that can be assigned to an entity: READERs can get an object, though the acl property will not be revealed. OWNERs are READERs, and they can get the acl property, update an object, and call all objectAccessControls methods on the object. The owner of an object is always an OWNER. For more information, see Access Control, with the caveat that this API uses READER and OWNER instead of READ and FULL_CONTROL. To get more information about DefaultObjectAccessControl, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/defaultObjectAccessControls) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/access-control/create-manage-lists)', STORAGE_DefaultObjectAccessControl.GetTypes(), ), ], @@ -8867,14 +8867,14 @@ export class ResourceProperties { [ ResourceType.STORAGE_HMACKEY, new ResourceProperty( - "The hmacKeys resource represents an HMAC key within Cloud Storage. The resource consists of a secret and HMAC key metadata. HMAC keys can be used as credentials for service accounts. To get more information about HmacKey, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/projects/hmacKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/authentication/managing-hmackeys)", + 'The hmacKeys resource represents an HMAC key within Cloud Storage. The resource consists of a secret and HMAC key metadata. HMAC keys can be used as credentials for service accounts. To get more information about HmacKey, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/projects/hmacKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/authentication/managing-hmackeys)', STORAGE_HmacKey.GetTypes(), ), ], [ ResourceType.STORAGE_INSIGHTSREPORTCONFIG, new ResourceProperty( - "Represents an inventory report configuration. To get more information about ReportConfig, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/reportConfig) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/insights/using-storage-insights)", + 'Represents an inventory report configuration. To get more information about ReportConfig, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/reportConfig) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/insights/using-storage-insights)', STORAGE_InsightsReportConfig.GetTypes(), ), ], @@ -8888,234 +8888,234 @@ export class ResourceProperties { [ ResourceType.STORAGE_OBJECTACCESSCONTROL, new ResourceProperty( - "The ObjectAccessControls resources represent the Access Control Lists (ACLs) for objects within Google Cloud Storage. ACLs let you specify who has access to your data and to what extent. There are two roles that can be assigned to an entity: READERs can get an object, though the acl property will not be revealed. OWNERs are READERs, and they can get the acl property, update an object, and call all objectAccessControls methods on the object. The owner of an object is always an OWNER. For more information, see Access Control, with the caveat that this API uses READER and OWNER instead of READ and FULL_CONTROL. To get more information about ObjectAccessControl, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/access-control/create-manage-lists)", + 'The ObjectAccessControls resources represent the Access Control Lists (ACLs) for objects within Google Cloud Storage. ACLs let you specify who has access to your data and to what extent. There are two roles that can be assigned to an entity: READERs can get an object, though the acl property will not be revealed. OWNERs are READERs, and they can get the acl property, update an object, and call all objectAccessControls methods on the object. The owner of an object is always an OWNER. For more information, see Access Control, with the caveat that this API uses READER and OWNER instead of READ and FULL_CONTROL. To get more information about ObjectAccessControl, see: - [API documentation](https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls) - How-to Guides - [Official Documentation](https://cloud.google.com/storage/docs/access-control/create-manage-lists)', STORAGE_ObjectAccessControl.GetTypes(), ), ], [ ResourceType.STORAGE_OBJECTACL, new ResourceProperty( - "Authoritatively manages the access control list (ACL) for an object in a Google Cloud Storage (GCS) bucket. Removing a `gcp.storage.ObjectACL` sets the acl to the `private` [predefined ACL](https://cloud.google.com/storage/docs/access-control#predefined-acl). For more information see [the official documentation](https://cloud.google.com/storage/docs/access-control/lists) and [API](https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls). > Want fine-grained control over object ACLs? Use `gcp.storage.ObjectAccessControl` to control individual role entity pairs.", + 'Authoritatively manages the access control list (ACL) for an object in a Google Cloud Storage (GCS) bucket. Removing a `gcp.storage.ObjectACL` sets the acl to the `private` [predefined ACL](https://cloud.google.com/storage/docs/access-control#predefined-acl). For more information see [the official documentation](https://cloud.google.com/storage/docs/access-control/lists) and [API](https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls). > Want fine-grained control over object ACLs? Use `gcp.storage.ObjectAccessControl` to control individual role entity pairs.', STORAGE_ObjectACL.GetTypes(), ), ], [ ResourceType.STORAGE_TRANSFERAGENTPOOL, new ResourceProperty( - "Represents an On-Premises Agent pool. To get more information about AgentPool, see: - [API documentation](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/projects.agentPools) - How-to Guides - [Official Documentation](https://cloud.google.com/storage-transfer/docs/on-prem-agent-pools)", + 'Represents an On-Premises Agent pool. To get more information about AgentPool, see: - [API documentation](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/projects.agentPools) - How-to Guides - [Official Documentation](https://cloud.google.com/storage-transfer/docs/on-prem-agent-pools)', STORAGE_TransferAgentPool.GetTypes(), ), ], [ ResourceType.STORAGE_TRANSFERJOB, new ResourceProperty( - "Creates a new Transfer Job in Google Cloud Storage Transfer. To get more information about Google Cloud Storage Transfer, see: - [Overview](https://cloud.google.com/storage-transfer/docs/overview) - [API documentation](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/transferJobs) - How-to Guides - [Configuring Access to Data Sources and Sinks](https://cloud.google.com/storage-transfer/docs/configure-access)", + 'Creates a new Transfer Job in Google Cloud Storage Transfer. To get more information about Google Cloud Storage Transfer, see: - [Overview](https://cloud.google.com/storage-transfer/docs/overview) - [API documentation](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/transferJobs) - How-to Guides - [Configuring Access to Data Sources and Sinks](https://cloud.google.com/storage-transfer/docs/configure-access)', STORAGE_TransferJob.GetTypes(), ), ], [ ResourceType.TAGS_LOCATIONTAGBINDING, new ResourceProperty( - "A LocationTagBinding represents a connection between a TagValue and a non-global target such as a Cloud Run Service or Compute Instance. Once a LocationTagBinding is created, the TagValue is applied to all the descendants of the cloud resource. To get more information about LocationTagBinding, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagBindings) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)", + 'A LocationTagBinding represents a connection between a TagValue and a non-global target such as a Cloud Run Service or Compute Instance. Once a LocationTagBinding is created, the TagValue is applied to all the descendants of the cloud resource. To get more information about LocationTagBinding, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagBindings) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)', TAGS_LocationTagBinding.GetTypes(), ), ], [ ResourceType.TAGS_TAGBINDING, new ResourceProperty( - "A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource. To get more information about TagBinding, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagBindings) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)", + 'A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource. To get more information about TagBinding, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagBindings) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)', TAGS_TagBinding.GetTypes(), ), ], [ ResourceType.TAGS_TAGKEY, new ResourceProperty( - "A TagKey, used to group a set of TagValues. To get more information about TagKey, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)", + 'A TagKey, used to group a set of TagValues. To get more information about TagKey, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagKeys) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)', TAGS_TagKey.GetTypes(), ), ], [ ResourceType.TAGS_TAGKEYIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:', TAGS_TagKeyIamBinding.GetTypes(), ), ], [ ResourceType.TAGS_TAGKEYIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:', TAGS_TagKeyIamMember.GetTypes(), ), ], [ ResourceType.TAGS_TAGKEYIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:', TAGS_TagKeyIamPolicy.GetTypes(), ), ], [ ResourceType.TAGS_TAGVALUE, new ResourceProperty( - "A TagValue is a child of a particular TagKey. TagValues are used to group cloud resources for the purpose of controlling them using policies. To get more information about TagValue, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagValues) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)", + 'A TagValue is a child of a particular TagKey. TagValues are used to group cloud resources for the purpose of controlling them using policies. To get more information about TagValue, see: - [API documentation](https://cloud.google.com/resource-manager/reference/rest/v3/tagValues) - How-to Guides - [Official Documentation](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)', TAGS_TagValue.GetTypes(), ), ], [ ResourceType.TAGS_TAGVALUEIAMBINDING, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:', TAGS_TagValueIamBinding.GetTypes(), ), ], [ ResourceType.TAGS_TAGVALUEIAMMEMBER, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:', TAGS_TagValueIamMember.GetTypes(), ), ], [ ResourceType.TAGS_TAGVALUEIAMPOLICY, new ResourceProperty( - "Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:", + 'Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:', TAGS_TagValueIamPolicy.GetTypes(), ), ], [ ResourceType.TPU_NODE, new ResourceProperty( - "A Cloud TPU instance. To get more information about Node, see: - [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.nodes) - How-to Guides - [Official Documentation](https://cloud.google.com/tpu/docs/)", + 'A Cloud TPU instance. To get more information about Node, see: - [API documentation](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.nodes) - How-to Guides - [Official Documentation](https://cloud.google.com/tpu/docs/)', TPU_Node.GetTypes(), ), ], - [ResourceType.TPU_V2VM, new ResourceProperty("", TPU_V2Vm.GetTypes())], + [ResourceType.TPU_V2VM, new ResourceProperty('', TPU_V2Vm.GetTypes())], [ ResourceType.VERTEX_AIDATASET, new ResourceProperty( - "A collection of DataItems and Annotations on them. To get more information about Dataset, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.datasets) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'A collection of DataItems and Annotations on them. To get more information about Dataset, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.datasets) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiDataset.GetTypes(), ), ], [ ResourceType.VERTEX_AIENDPOINT, new ResourceProperty( - "Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations. To get more information about Endpoint, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiEndpoint.GetTypes(), ), ], [ ResourceType.VERTEX_AIENDPOINTIAMBINDING, - new ResourceProperty("", VERTEX_AiEndpointIamBinding.GetTypes()), + new ResourceProperty('', VERTEX_AiEndpointIamBinding.GetTypes()), ], [ ResourceType.VERTEX_AIENDPOINTIAMMEMBER, - new ResourceProperty("", VERTEX_AiEndpointIamMember.GetTypes()), + new ResourceProperty('', VERTEX_AiEndpointIamMember.GetTypes()), ], [ ResourceType.VERTEX_AIENDPOINTIAMPOLICY, - new ResourceProperty("", VERTEX_AiEndpointIamPolicy.GetTypes()), + new ResourceProperty('', VERTEX_AiEndpointIamPolicy.GetTypes()), ], [ ResourceType.VERTEX_AIFEATUREGROUP, new ResourceProperty( - "Vertex AI Feature Group. To get more information about FeatureGroup, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureGroups) - How-to Guides - [Creating a Feature Group](https://cloud.google.com/vertex-ai/docs/featurestore/latest/create-featuregroup)", + 'Vertex AI Feature Group. To get more information about FeatureGroup, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureGroups) - How-to Guides - [Creating a Feature Group](https://cloud.google.com/vertex-ai/docs/featurestore/latest/create-featuregroup)', VERTEX_AiFeatureGroup.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATUREGROUPFEATURE, new ResourceProperty( - "Vertex AI Feature Group Feature is feature metadata information. To get more information about FeatureGroupFeature, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.features) - How-to Guides - [Creating a Feature](https://cloud.google.com/vertex-ai/docs/featurestore/latest/create-feature)", + 'Vertex AI Feature Group Feature is feature metadata information. To get more information about FeatureGroupFeature, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.features) - How-to Guides - [Creating a Feature](https://cloud.google.com/vertex-ai/docs/featurestore/latest/create-feature)', VERTEX_AiFeatureGroupFeature.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATUREONLINESTORE, new ResourceProperty( - "Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container. To get more information about FeatureOnlineStore, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container. To get more information about FeatureOnlineStore, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiFeatureOnlineStore.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATUREONLINESTOREFEATUREVIEW, new ResourceProperty( - "FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig. To get more information about FeatureOnlineStoreFeatureview, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig. To get more information about FeatureOnlineStoreFeatureview, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiFeatureOnlineStoreFeatureview.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTORE, new ResourceProperty( - "A collection of DataItems and Annotations on them. To get more information about Featurestore, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'A collection of DataItems and Annotations on them. To get more information about Featurestore, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiFeatureStore.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREENTITYTYPE, new ResourceProperty( - "An entity type is a type of object in a system that needs to be modeled and have stored information about. For example, driver is an entity type, and driver0 is an instance of an entity type driver. To get more information about FeaturestoreEntitytype, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'An entity type is a type of object in a system that needs to be modeled and have stored information about. For example, driver is an entity type, and driver0 is an instance of an entity type driver. To get more information about FeaturestoreEntitytype, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores.entityTypes) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiFeatureStoreEntityType.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREENTITYTYPEFEATURE, new ResourceProperty( - "Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple. To get more information about FeaturestoreEntitytypeFeature, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores.entityTypes.features) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)", + 'Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple. To get more information about FeaturestoreEntitytypeFeature, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.featurestores.entityTypes.features) - How-to Guides - [Official Documentation](https://cloud.google.com/vertex-ai/docs)', VERTEX_AiFeatureStoreEntityTypeFeature.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREENTITYTYPEIAMBINDING, new ResourceProperty( - "", + '', VERTEX_AiFeatureStoreEntityTypeIamBinding.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREENTITYTYPEIAMMEMBER, new ResourceProperty( - "", + '', VERTEX_AiFeatureStoreEntityTypeIamMember.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREENTITYTYPEIAMPOLICY, new ResourceProperty( - "", + '', VERTEX_AiFeatureStoreEntityTypeIamPolicy.GetTypes(), ), ], [ ResourceType.VERTEX_AIFEATURESTOREIAMBINDING, - new ResourceProperty("", VERTEX_AiFeatureStoreIamBinding.GetTypes()), + new ResourceProperty('', VERTEX_AiFeatureStoreIamBinding.GetTypes()), ], [ ResourceType.VERTEX_AIFEATURESTOREIAMMEMBER, - new ResourceProperty("", VERTEX_AiFeatureStoreIamMember.GetTypes()), + new ResourceProperty('', VERTEX_AiFeatureStoreIamMember.GetTypes()), ], [ ResourceType.VERTEX_AIFEATURESTOREIAMPOLICY, - new ResourceProperty("", VERTEX_AiFeatureStoreIamPolicy.GetTypes()), + new ResourceProperty('', VERTEX_AiFeatureStoreIamPolicy.GetTypes()), ], [ ResourceType.VERTEX_AIINDEX, new ResourceProperty( - "A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search. To get more information about Index, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.indexes/)", + 'A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search. To get more information about Index, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.indexes/)', VERTEX_AiIndex.GetTypes(), ), ], [ ResourceType.VERTEX_AIINDEXENDPOINT, new ResourceProperty( - "An endpoint indexes are deployed into. An index endpoint can have multiple deployed indexes. To get more information about IndexEndpoint, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.indexEndpoints/)", + 'An endpoint indexes are deployed into. An index endpoint can have multiple deployed indexes. To get more information about IndexEndpoint, see: - [API documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.indexEndpoints/)', VERTEX_AiIndexEndpoint.GetTypes(), ), ], [ ResourceType.VERTEX_AIMETADATASTORE, - new ResourceProperty("", VERTEX_AiMetadataStore.GetTypes()), + new ResourceProperty('', VERTEX_AiMetadataStore.GetTypes()), ], [ ResourceType.VERTEX_AITENSORBOARD, @@ -9127,136 +9127,136 @@ export class ResourceProperties { [ ResourceType.VMWAREENGINE_CLUSTER, new ResourceProperty( - "A cluster in a private cloud. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.clusters)", + 'A cluster in a private cloud. To get more information about Cluster, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.clusters)', VMWAREENGINE_Cluster.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_EXTERNALACCESSRULE, new ResourceProperty( - "External access firewall rules for filtering incoming traffic destined to `ExternalAddress` resources. To get more information about ExternalAccessRule, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.networkPolicies.externalAccessRules)", + 'External access firewall rules for filtering incoming traffic destined to `ExternalAddress` resources. To get more information about ExternalAccessRule, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.networkPolicies.externalAccessRules)', VMWAREENGINE_ExternalAccessRule.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_EXTERNALADDRESS, new ResourceProperty( - "An allocated external IP address and its corresponding internal IP address in a private cloud. To get more information about ExternalAddress, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.externalAddresses)", + 'An allocated external IP address and its corresponding internal IP address in a private cloud. To get more information about ExternalAddress, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.externalAddresses)', VMWAREENGINE_ExternalAddress.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_NETWORK, new ResourceProperty( - "Provides connectivity for VMware Engine private clouds. To get more information about Network, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.vmwareEngineNetworks)", + 'Provides connectivity for VMware Engine private clouds. To get more information about Network, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.vmwareEngineNetworks)', VMWAREENGINE_Network.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_NETWORKPEERING, new ResourceProperty( - "Represents a network peering resource. Network peerings are global resources. To get more information about NetworkPeering, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networks/addPeering)", + 'Represents a network peering resource. Network peerings are global resources. To get more information about NetworkPeering, see: - [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networks/addPeering)', VMWAREENGINE_NetworkPeering.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_NETWORKPOLICY, new ResourceProperty( - "Represents a network policy resource. Network policies are regional resources. To get more information about NetworkPolicy, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.networkPolicies)", + 'Represents a network policy resource. Network policies are regional resources. To get more information about NetworkPolicy, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.networkPolicies)', VMWAREENGINE_NetworkPolicy.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_PRIVATECLOUD, new ResourceProperty( - "Represents a private cloud resource. Private clouds are zonal resources. To get more information about PrivateCloud, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds)", + 'Represents a private cloud resource. Private clouds are zonal resources. To get more information about PrivateCloud, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds)', VMWAREENGINE_PrivateCloud.GetTypes(), ), ], [ ResourceType.VMWAREENGINE_SUBNET, new ResourceProperty( - "Subnet in a private cloud. A Private Cloud contains two types of subnets: `management` subnets (such as vMotion) that are read-only,and `userDefined`, which can also be updated. This resource should be used to read and update `userDefined` subnets. To read `management` subnets, please utilize the subnet data source. To get more information about Subnet, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.subnets)", + 'Subnet in a private cloud. A Private Cloud contains two types of subnets: `management` subnets (such as vMotion) that are read-only,and `userDefined`, which can also be updated. This resource should be used to read and update `userDefined` subnets. To read `management` subnets, please utilize the subnet data source. To get more information about Subnet, see: - [API documentation](https://cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.subnets)', VMWAREENGINE_Subnet.GetTypes(), ), ], [ ResourceType.VPCACCESS_CONNECTOR, new ResourceProperty( - "Serverless VPC Access connector resource. To get more information about Connector, see: - [API documentation](https://cloud.google.com/vpc/docs/reference/vpcaccess/rest/v1/projects.locations.connectors) - How-to Guides - [Configuring Serverless VPC Access](https://cloud.google.com/vpc/docs/configure-serverless-vpc-access)", + 'Serverless VPC Access connector resource. To get more information about Connector, see: - [API documentation](https://cloud.google.com/vpc/docs/reference/vpcaccess/rest/v1/projects.locations.connectors) - How-to Guides - [Configuring Serverless VPC Access](https://cloud.google.com/vpc/docs/configure-serverless-vpc-access)', VPCACCESS_Connector.GetTypes(), ), ], [ ResourceType.WORKBENCH_INSTANCE, new ResourceProperty( - "A Workbench instance.", + 'A Workbench instance.', WORKBENCH_Instance.GetTypes(), ), ], [ ResourceType.WORKBENCH_INSTANCEIAMBINDING, - new ResourceProperty("", WORKBENCH_InstanceIamBinding.GetTypes()), + new ResourceProperty('', WORKBENCH_InstanceIamBinding.GetTypes()), ], [ ResourceType.WORKBENCH_INSTANCEIAMMEMBER, - new ResourceProperty("", WORKBENCH_InstanceIamMember.GetTypes()), + new ResourceProperty('', WORKBENCH_InstanceIamMember.GetTypes()), ], [ ResourceType.WORKBENCH_INSTANCEIAMPOLICY, - new ResourceProperty("", WORKBENCH_InstanceIamPolicy.GetTypes()), + new ResourceProperty('', WORKBENCH_InstanceIamPolicy.GetTypes()), ], [ ResourceType.WORKFLOWS_WORKFLOW, new ResourceProperty( - "Workflow program to be executed by Workflows. To get more information about Workflow, see: - [API documentation](https://cloud.google.com/workflows/docs/reference/rest/v1/projects.locations.workflows) - How-to Guides - [Managing Workflows](https://cloud.google.com/workflows/docs/creating-updating-workflow)", + 'Workflow program to be executed by Workflows. To get more information about Workflow, see: - [API documentation](https://cloud.google.com/workflows/docs/reference/rest/v1/projects.locations.workflows) - How-to Guides - [Managing Workflows](https://cloud.google.com/workflows/docs/creating-updating-workflow)', WORKFLOWS_Workflow.GetTypes(), ), ], [ ResourceType.WORKSTATIONS_WORKSTATION, - new ResourceProperty("", WORKSTATIONS_Workstation.GetTypes()), + new ResourceProperty('', WORKSTATIONS_Workstation.GetTypes()), ], [ ResourceType.WORKSTATIONS_WORKSTATIONCLUSTER, - new ResourceProperty("", WORKSTATIONS_WorkstationCluster.GetTypes()), + new ResourceProperty('', WORKSTATIONS_WorkstationCluster.GetTypes()), ], [ ResourceType.WORKSTATIONS_WORKSTATIONCONFIG, - new ResourceProperty("", WORKSTATIONS_WorkstationConfig.GetTypes()), + new ResourceProperty('', WORKSTATIONS_WorkstationConfig.GetTypes()), ], [ ResourceType.WORKSTATIONS_WORKSTATIONCONFIGIAMBINDING, new ResourceProperty( - "", + '', WORKSTATIONS_WorkstationConfigIamBinding.GetTypes(), ), ], [ ResourceType.WORKSTATIONS_WORKSTATIONCONFIGIAMMEMBER, new ResourceProperty( - "", + '', WORKSTATIONS_WorkstationConfigIamMember.GetTypes(), ), ], [ ResourceType.WORKSTATIONS_WORKSTATIONCONFIGIAMPOLICY, new ResourceProperty( - "", + '', WORKSTATIONS_WorkstationConfigIamPolicy.GetTypes(), ), ], [ ResourceType.WORKSTATIONS_WORKSTATIONIAMBINDING, - new ResourceProperty("", WORKSTATIONS_WorkstationIamBinding.GetTypes()), + new ResourceProperty('', WORKSTATIONS_WorkstationIamBinding.GetTypes()), ], [ ResourceType.WORKSTATIONS_WORKSTATIONIAMMEMBER, - new ResourceProperty("", WORKSTATIONS_WorkstationIamMember.GetTypes()), + new ResourceProperty('', WORKSTATIONS_WorkstationIamMember.GetTypes()), ], [ ResourceType.WORKSTATIONS_WORKSTATIONIAMPOLICY, - new ResourceProperty("", WORKSTATIONS_WorkstationIamPolicy.GetTypes()), + new ResourceProperty('', WORKSTATIONS_WorkstationIamPolicy.GetTypes()), ], ]); } diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevel.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevel.ts index 6644f36ec..a458f1300 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevel.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevel.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_AccessLevelCustom, accesscontextmanager_AccessLevelCustom_GetTypes, -} from "../types/accesscontextmanager_AccessLevelCustom"; +} from '../types/accesscontextmanager_AccessLevelCustom'; import { accesscontextmanager_AccessLevelBasic, accesscontextmanager_AccessLevelBasic_GetTypes, -} from "../types/accesscontextmanager_AccessLevelBasic"; +} from '../types/accesscontextmanager_AccessLevelBasic'; export interface AccessLevelArgs { /* @@ -91,47 +91,47 @@ Format: accessPolicies/{policy_id}/accessLevels/{short_name} return [ new DynamicUIProps( InputType.String, - "parent", - "The AccessPolicy this AccessLevel lives in.\nFormat: accessPolicies/{policy_id}", + 'parent', + 'The AccessPolicy this AccessLevel lives in.\nFormat: accessPolicies/{policy_id}', () => [], true, true, ), new DynamicUIProps( InputType.String, - "title", - "Human readable title. Must be unique within the Policy.", + 'title', + 'Human readable title. Must be unique within the Policy.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "basic", - "A set of predefined conditions for the access level and a combining function.\nStructure is documented below.", + 'basic', + 'A set of predefined conditions for the access level and a combining function.\nStructure is documented below.', () => accesscontextmanager_AccessLevelBasic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "custom", - "Custom access level conditions are set using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request.\nSee CEL spec at: https://github.com/google/cel-spec.\nStructure is documented below.", + 'custom', + 'Custom access level conditions are set using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request.\nSee CEL spec at: https://github.com/google/cel-spec.\nStructure is documented below.', () => accesscontextmanager_AccessLevelCustom_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the AccessLevel and its use. Does not affect behavior.", + 'description', + 'Description of the AccessLevel and its use. Does not affect behavior.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Resource name for the Access Level. The short_name component must begin\nwith a letter and only include alphanumeric and '_'.\nFormat: accessPolicies/{policy_id}/accessLevels/{short_name}\n\n\n- - -", () => [], false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevelCondition.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevelCondition.ts index c8884e5a8..56a0bbe32 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevelCondition.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevelCondition.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_AccessLevelConditionVpcNetworkSource, accesscontextmanager_AccessLevelConditionVpcNetworkSource_GetTypes, -} from "../types/accesscontextmanager_AccessLevelConditionVpcNetworkSource"; +} from '../types/accesscontextmanager_AccessLevelConditionVpcNetworkSource'; import { accesscontextmanager_AccessLevelConditionDevicePolicy, accesscontextmanager_AccessLevelConditionDevicePolicy_GetTypes, -} from "../types/accesscontextmanager_AccessLevelConditionDevicePolicy"; +} from '../types/accesscontextmanager_AccessLevelConditionDevicePolicy'; export interface AccessLevelConditionArgs { /* @@ -161,8 +161,8 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "vpcNetworkSources", - "The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.\nStructure is documented below.", + 'vpcNetworkSources', + 'The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.\nStructure is documented below.', () => accesscontextmanager_AccessLevelConditionVpcNetworkSource_GetTypes(), false, @@ -170,23 +170,23 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "accessLevel", - "The name of the Access Level to add this condition to.\n\n\n- - -", + 'accessLevel', + 'The name of the Access Level to add this condition to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "devicePolicy", - "Device specific restrictions, all restrictions must hold for\nthe Condition to be true. If not specified, all devices are\nallowed.\nStructure is documented below.", + 'devicePolicy', + 'Device specific restrictions, all restrictions must hold for\nthe Condition to be true. If not specified, all devices are\nallowed.\nStructure is documented below.', () => accesscontextmanager_AccessLevelConditionDevicePolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "ipSubnetworks", + 'ipSubnetworks', 'A list of CIDR block IP subnetwork specification. May be IPv4\nor IPv6.\nNote that for a CIDR IP address block, the specified IP address\nportion must be properly truncated (i.e. all the host bits must\nbe zero) or the input is considered malformed. For example,\n"192.0.2.0/24" is accepted but "192.0.2.1/24" is not. Similarly,\nfor IPv6, "2001:db8::/32" is accepted whereas "2001:db8::1/32"\nis not. The originating IP of a request must be in one of the\nlisted subnets in order for this Condition to be true.\nIf empty, all IP addresses are allowed.', () => InputType_String_GetTypes(), false, @@ -194,32 +194,32 @@ Structure is documented below. ), new DynamicUIProps( InputType.Array, - "members", - "An allowed list of members (users, service accounts).\nUsing groups is not supported yet.\nThe signed-in user originating the request must be a part of one\nof the provided members. If not specified, a request may come\nfrom any user (logged in/not logged in, not present in any\ngroups, etc.).\nFormats: `user:{emailid}`, `serviceAccount:{emailid}`", + 'members', + 'An allowed list of members (users, service accounts).\nUsing groups is not supported yet.\nThe signed-in user originating the request must be a part of one\nof the provided members. If not specified, a request may come\nfrom any user (logged in/not logged in, not present in any\ngroups, etc.).\nFormats: `user:{emailid}`, `serviceAccount:{emailid}`', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "negate", - "Whether to negate the Condition. If true, the Condition becomes\na NAND over its non-empty fields, each field must be false for\nthe Condition overall to be satisfied. Defaults to false.", + 'negate', + 'Whether to negate the Condition. If true, the Condition becomes\na NAND over its non-empty fields, each field must be false for\nthe Condition overall to be satisfied. Defaults to false.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "regions", - "The request must originate from one of the provided\ncountries/regions.\nFormat: A valid ISO 3166-1 alpha-2 code.", + 'regions', + 'The request must originate from one of the provided\ncountries/regions.\nFormat: A valid ISO 3166-1 alpha-2 code.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "requiredAccessLevels", - "A list of other access levels defined in the same Policy,\nreferenced by resource name. Referencing an AccessLevel which\ndoes not exist is an error. All access levels listed must be\ngranted for the Condition to be true.\nFormat: accessPolicies/{policy_id}/accessLevels/{short_name}", + 'requiredAccessLevels', + 'A list of other access levels defined in the same Policy,\nreferenced by resource name. Referencing an AccessLevel which\ndoes not exist is an error. All access levels listed must be\ngranted for the Condition to be true.\nFormat: accessPolicies/{policy_id}/accessLevels/{short_name}', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevels.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevels.ts index 0c3e47e51..bf4ebbf48 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevels.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessLevels.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_AccessLevelsAccessLevel, accesscontextmanager_AccessLevelsAccessLevel_GetTypes, -} from "../types/accesscontextmanager_AccessLevelsAccessLevel"; +} from '../types/accesscontextmanager_AccessLevelsAccessLevel'; export interface AccessLevelsArgs { /* @@ -47,16 +47,16 @@ Format: accessPolicies/{policy_id} return [ new DynamicUIProps( InputType.Array, - "accessLevels", - "The desired Access Levels that should replace all existing Access Levels in the Access Policy.\nStructure is documented below.", + 'accessLevels', + 'The desired Access Levels that should replace all existing Access Levels in the Access Policy.\nStructure is documented below.', () => accesscontextmanager_AccessLevelsAccessLevel_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The AccessPolicy this AccessLevel lives in.\nFormat: accessPolicies/{policy_id}\n\n\n- - -", + 'parent', + 'The AccessPolicy this AccessLevel lives in.\nFormat: accessPolicies/{policy_id}\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicy.ts index 6d4b16b11..c90e94612 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessPolicyArgs { /* @@ -62,24 +62,24 @@ Human readable title. Does not affect behavior. return [ new DynamicUIProps( InputType.String, - "parent", - "The parent of this AccessPolicy in the Cloud Resource Hierarchy.\nFormat: organizations/{organization_id}", + 'parent', + 'The parent of this AccessPolicy in the Cloud Resource Hierarchy.\nFormat: organizations/{organization_id}', () => [], true, true, ), new DynamicUIProps( InputType.String, - "scopes", - "Folder or project on which this policy is applicable.\nFormat: folders/{{folder_id}} or projects/{{project_id}}", + 'scopes', + 'Folder or project on which this policy is applicable.\nFormat: folders/{{folder_id}} or projects/{{project_id}}', () => [], false, false, ), new DynamicUIProps( InputType.String, - "title", - "Human readable title. Does not affect behavior.\n\n\n- - -", + 'title', + 'Human readable title. Does not affect behavior.\n\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamBinding.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamBinding.ts index d0c3afd65..0e3e7b9a7 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamBinding.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_AccessPolicyIamBindingCondition, accesscontextmanager_AccessPolicyIamBindingCondition_GetTypes, -} from "../types/accesscontextmanager_AccessPolicyIamBindingCondition"; +} from '../types/accesscontextmanager_AccessPolicyIamBindingCondition'; export interface AccessPolicyIamBindingArgs { // @@ -80,15 +80,15 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -96,16 +96,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => accesscontextmanager_AccessPolicyIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamMember.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamMember.ts index 380280093..4241b2400 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamMember.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_AccessPolicyIamMemberCondition, accesscontextmanager_AccessPolicyIamMemberCondition_GetTypes, -} from "../types/accesscontextmanager_AccessPolicyIamMemberCondition"; +} from '../types/accesscontextmanager_AccessPolicyIamMemberCondition'; export interface AccessPolicyIamMemberArgs { // @@ -80,16 +80,16 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => accesscontextmanager_AccessPolicyIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", + 'name', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -97,8 +97,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamPolicy.ts index a57388e4d..8fbba7467 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AccessPolicyIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccessPolicyIamPolicyArgs { /* @@ -62,7 +62,7 @@ a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "name", + 'name', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -70,8 +70,8 @@ a `gcp.organizations.getIAMPolicy` data source. ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/AuthorizedOrgsDesc.ts b/src/app/Models/codegen/gcp/accesscontextmanager/AuthorizedOrgsDesc.ts index b8a308e64..589cf833b 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/AuthorizedOrgsDesc.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/AuthorizedOrgsDesc.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AuthorizedOrgsDescArgs { /* @@ -129,7 +129,7 @@ Example: `organizations/123456` return [ new DynamicUIProps( InputType.String, - "authorizationType", + 'authorizationType', 'A granular control type for authorization levels. Valid value is "AUTHORIZATION_TYPE_TRUST".\nPossible values are: `AUTHORIZATION_TYPE_TRUST`.', () => [], false, @@ -137,31 +137,31 @@ Example: `organizations/123456` ), new DynamicUIProps( InputType.String, - "name", - "Resource name for the `AuthorizedOrgsDesc`. Format:\n`accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`.\nThe `authorized_orgs_desc` component must begin with a letter, followed by\nalphanumeric characters or `_`.\nAfter you create an `AuthorizedOrgsDesc`, you cannot change its `name`.\n\n\n- - -", + 'name', + 'Resource name for the `AuthorizedOrgsDesc`. Format:\n`accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`.\nThe `authorized_orgs_desc` component must begin with a letter, followed by\nalphanumeric characters or `_`.\nAfter you create an `AuthorizedOrgsDesc`, you cannot change its `name`.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "orgs", - "The list of organization ids in this AuthorizedOrgsDesc.\nFormat: `organizations/`\nExample: `organizations/123456`", + 'orgs', + 'The list of organization ids in this AuthorizedOrgsDesc.\nFormat: `organizations/`\nExample: `organizations/123456`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "Required. Resource name for the access policy which owns this `AuthorizedOrgsDesc`.", + 'parent', + 'Required. Resource name for the access policy which owns this `AuthorizedOrgsDesc`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "assetType", + 'assetType', 'The type of entities that need to use the authorization relationship during\nevaluation, such as a device. Valid values are "ASSET_TYPE_DEVICE" and\n"ASSET_TYPE_CREDENTIAL_STRENGTH".\nPossible values are: `ASSET_TYPE_DEVICE`, `ASSET_TYPE_CREDENTIAL_STRENGTH`.', () => [], false, @@ -169,7 +169,7 @@ Example: `organizations/123456` ), new DynamicUIProps( InputType.String, - "authorizationDirection", + 'authorizationDirection', 'The direction of the authorization relationship between this organization\nand the organizations listed in the "orgs" field. The valid values for this\nfield include the following:\nAUTHORIZATION_DIRECTION_FROM: Allows this organization to evaluate traffic\nin the organizations listed in the `orgs` field.\nAUTHORIZATION_DIRECTION_TO: Allows the organizations listed in the `orgs`\nfield to evaluate the traffic in this organization.\nFor the authorization relationship to take effect, all of the organizations\nmust authorize and specify the appropriate relationship direction. For\nexample, if organization A authorized organization B and C to evaluate its\ntraffic, by specifying "AUTHORIZATION_DIRECTION_TO" as the authorization\ndirection, organizations B and C must specify\n"AUTHORIZATION_DIRECTION_FROM" as the authorization direction in their\n"AuthorizedOrgsDesc" resource.\nPossible values are: `AUTHORIZATION_DIRECTION_TO`, `AUTHORIZATION_DIRECTION_FROM`.', () => [], false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/EgressPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/EgressPolicy.ts index a3b77a031..b93abc756 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/EgressPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/EgressPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EgressPolicyArgs { /* @@ -35,16 +35,16 @@ The name of the Service Perimeter to add this resource to. return [ new DynamicUIProps( InputType.String, - "resource", - "A GCP resource that is inside of the service perimeter.", + 'resource', + 'A GCP resource that is inside of the service perimeter.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "egressPolicyName", - "The name of the Service Perimeter to add this resource to.\n\n\n- - -", + 'egressPolicyName', + 'The name of the Service Perimeter to add this resource to.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/GcpUserAccessBinding.ts b/src/app/Models/codegen/gcp/accesscontextmanager/GcpUserAccessBinding.ts index 9ed44383c..d3806157b 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/GcpUserAccessBinding.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/GcpUserAccessBinding.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GcpUserAccessBindingArgs { // Required. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted" @@ -44,7 +44,7 @@ Required. ID of the parent organization. return [ new DynamicUIProps( InputType.String, - "accessLevels", + 'accessLevels', 'Required. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"', () => [], true, @@ -52,7 +52,7 @@ Required. ID of the parent organization. ), new DynamicUIProps( InputType.String, - "groupKey", + 'groupKey', 'Required. Immutable. Google Group id whose members are subject to this binding\'s restrictions. See "id" in the G Suite Directory API\'s Groups resource. If a group\'s email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"', () => [], true, @@ -60,8 +60,8 @@ Required. ID of the parent organization. ), new DynamicUIProps( InputType.String, - "organizationId", - "Required. ID of the parent organization.\n\n\n- - -", + 'organizationId', + 'Required. ID of the parent organization.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/IngressPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/IngressPolicy.ts index 02ba9fea3..919ef8770 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/IngressPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/IngressPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IngressPolicyArgs { // A GCP resource that is inside of the service perimeter. @@ -35,16 +35,16 @@ The name of the Service Perimeter to add this resource to. return [ new DynamicUIProps( InputType.String, - "resource", - "A GCP resource that is inside of the service perimeter.", + 'resource', + 'A GCP resource that is inside of the service perimeter.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ingressPolicyName", - "The name of the Service Perimeter to add this resource to.\n\n\n- - -", + 'ingressPolicyName', + 'The name of the Service Perimeter to add this resource to.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeter.ts b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeter.ts index b4a8c4dfb..866795ffc 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeter.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeter.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_ServicePerimeterStatus, accesscontextmanager_ServicePerimeterStatus_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterStatus"; +} from '../types/accesscontextmanager_ServicePerimeterStatus'; import { accesscontextmanager_ServicePerimeterSpec, accesscontextmanager_ServicePerimeterSpec_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterSpec"; +} from '../types/accesscontextmanager_ServicePerimeterSpec'; export interface ServicePerimeterArgs { /* @@ -177,7 +177,7 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Bool, - "useExplicitDryRunSpec", + 'useExplicitDryRunSpec', 'Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly exists\nfor all Service Perimeters, and that spec is identical to the status for those\nService Perimeters. When this flag is set, it inhibits the generation of the\nimplicit spec, thereby allowing the user to explicitly provide a\nconfiguration ("spec") to use in a dry-run version of the Service Perimeter.\nThis allows the user to test changes to the enforced config ("status") without\nactually enforcing them. This testing is done through analyzing the differences\nbetween currently enforced and suggested restrictions. useExplicitDryRunSpec must\nbet set to True if any of the fields in the spec are set to non-default values.', () => [], false, @@ -185,15 +185,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "description", - "Description of the ServicePerimeter and its use. Does not affect\nbehavior.", + 'description', + 'Description of the ServicePerimeter and its use. Does not affect\nbehavior.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "Resource name for the ServicePerimeter. The short_name component must\nbegin with a letter and only include alphanumeric and '_'.\nFormat: accessPolicies/{policy_id}/servicePerimeters/{short_name}\n\n\n- - -", () => [], false, @@ -201,40 +201,40 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "parent", - "The AccessPolicy this ServicePerimeter lives in.\nFormat: accessPolicies/{policy_id}", + 'parent', + 'The AccessPolicy this ServicePerimeter lives in.\nFormat: accessPolicies/{policy_id}', () => [], true, true, ), new DynamicUIProps( InputType.String, - "perimeterType", - "Specifies the type of the Perimeter. There are two types: regular and\nbridge. Regular Service Perimeter contains resources, access levels,\nand restricted services. Every resource can be in at most\nONE regular Service Perimeter.\nIn addition to being in a regular service perimeter, a resource can also\nbe in zero or more perimeter bridges. A perimeter bridge only contains\nresources. Cross project operations are permitted if all effected\nresources share some perimeter (whether bridge or regular). Perimeter\nBridge does not contain access levels or services: those are governed\nentirely by the regular perimeter that resource is in.\nPerimeter Bridges are typically useful when building more complex\ntopologies with many independent perimeters that need to share some data\nwith a common perimeter, but should not be able to share data among\nthemselves.\nDefault value is `PERIMETER_TYPE_REGULAR`.\nPossible values are: `PERIMETER_TYPE_REGULAR`, `PERIMETER_TYPE_BRIDGE`.", + 'perimeterType', + 'Specifies the type of the Perimeter. There are two types: regular and\nbridge. Regular Service Perimeter contains resources, access levels,\nand restricted services. Every resource can be in at most\nONE regular Service Perimeter.\nIn addition to being in a regular service perimeter, a resource can also\nbe in zero or more perimeter bridges. A perimeter bridge only contains\nresources. Cross project operations are permitted if all effected\nresources share some perimeter (whether bridge or regular). Perimeter\nBridge does not contain access levels or services: those are governed\nentirely by the regular perimeter that resource is in.\nPerimeter Bridges are typically useful when building more complex\ntopologies with many independent perimeters that need to share some data\nwith a common perimeter, but should not be able to share data among\nthemselves.\nDefault value is `PERIMETER_TYPE_REGULAR`.\nPossible values are: `PERIMETER_TYPE_REGULAR`, `PERIMETER_TYPE_BRIDGE`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "Proposed (or dry run) ServicePerimeter configuration.\nThis configuration allows to specify and test ServicePerimeter configuration\nwithout enforcing actual access restrictions. Only allowed to be set when\nthe `useExplicitDryRunSpec` flag is set.\nStructure is documented below.", + 'spec', + 'Proposed (or dry run) ServicePerimeter configuration.\nThis configuration allows to specify and test ServicePerimeter configuration\nwithout enforcing actual access restrictions. Only allowed to be set when\nthe `useExplicitDryRunSpec` flag is set.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterSpec_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "status", - "ServicePerimeter configuration. Specifies sets of resources,\nrestricted services and access levels that determine\nperimeter content and boundaries.\nStructure is documented below.", + 'status', + 'ServicePerimeter configuration. Specifies sets of resources,\nrestricted services and access levels that determine\nperimeter content and boundaries.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "title", - "Human readable title. Must be unique within the Policy.", + 'title', + 'Human readable title. Must be unique within the Policy.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterEgressPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterEgressPolicy.ts index 43657050a..ed7009ca3 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterEgressPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterEgressPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_ServicePerimeterEgressPolicyEgressFrom, accesscontextmanager_ServicePerimeterEgressPolicyEgressFrom_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterEgressPolicyEgressFrom"; +} from '../types/accesscontextmanager_ServicePerimeterEgressPolicyEgressFrom'; import { accesscontextmanager_ServicePerimeterEgressPolicyEgressTo, accesscontextmanager_ServicePerimeterEgressPolicyEgressTo_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterEgressPolicyEgressTo"; +} from '../types/accesscontextmanager_ServicePerimeterEgressPolicyEgressTo'; export interface ServicePerimeterEgressPolicyArgs { /* @@ -63,8 +63,8 @@ The name of the Service Perimeter to add this resource to. return [ new DynamicUIProps( InputType.Object, - "egressFrom", - "Defines conditions on the source of a request causing this `EgressPolicy` to apply.\nStructure is documented below.", + 'egressFrom', + 'Defines conditions on the source of a request causing this `EgressPolicy` to apply.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterEgressPolicyEgressFrom_GetTypes(), false, @@ -72,8 +72,8 @@ The name of the Service Perimeter to add this resource to. ), new DynamicUIProps( InputType.Object, - "egressTo", - "Defines the conditions on the `ApiOperation` and destination resources that\ncause this `EgressPolicy` to apply.\nStructure is documented below.", + 'egressTo', + 'Defines the conditions on the `ApiOperation` and destination resources that\ncause this `EgressPolicy` to apply.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterEgressPolicyEgressTo_GetTypes(), false, @@ -81,8 +81,8 @@ The name of the Service Perimeter to add this resource to. ), new DynamicUIProps( InputType.String, - "perimeter", - "The name of the Service Perimeter to add this resource to.\n\n\n- - -", + 'perimeter', + 'The name of the Service Perimeter to add this resource to.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterIngressPolicy.ts b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterIngressPolicy.ts index c7795dd6e..ab5761abd 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterIngressPolicy.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterIngressPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_ServicePerimeterIngressPolicyIngressTo, accesscontextmanager_ServicePerimeterIngressPolicyIngressTo_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterIngressPolicyIngressTo"; +} from '../types/accesscontextmanager_ServicePerimeterIngressPolicyIngressTo'; import { accesscontextmanager_ServicePerimeterIngressPolicyIngressFrom, accesscontextmanager_ServicePerimeterIngressPolicyIngressFrom_GetTypes, -} from "../types/accesscontextmanager_ServicePerimeterIngressPolicyIngressFrom"; +} from '../types/accesscontextmanager_ServicePerimeterIngressPolicyIngressFrom'; export interface ServicePerimeterIngressPolicyArgs { /* @@ -65,16 +65,16 @@ The name of the Service Perimeter to add this resource to. return [ new DynamicUIProps( InputType.String, - "perimeter", - "The name of the Service Perimeter to add this resource to.\n\n\n- - -", + 'perimeter', + 'The name of the Service Perimeter to add this resource to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "ingressFrom", - "Defines the conditions on the source of a request causing this `IngressPolicy`\nto apply.\nStructure is documented below.", + 'ingressFrom', + 'Defines the conditions on the source of a request causing this `IngressPolicy`\nto apply.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterIngressPolicyIngressFrom_GetTypes(), false, @@ -82,8 +82,8 @@ The name of the Service Perimeter to add this resource to. ), new DynamicUIProps( InputType.Object, - "ingressTo", - "Defines the conditions on the `ApiOperation` and request destination that cause\nthis `IngressPolicy` to apply.\nStructure is documented below.", + 'ingressTo', + 'Defines the conditions on the `ApiOperation` and request destination that cause\nthis `IngressPolicy` to apply.\nStructure is documented below.', () => accesscontextmanager_ServicePerimeterIngressPolicyIngressTo_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterResource.ts b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterResource.ts index fdbbbd063..de2db23c1 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterResource.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeterResource.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServicePerimeterResourceArgs { /* @@ -43,16 +43,16 @@ Format: projects/{project_number} return [ new DynamicUIProps( InputType.String, - "perimeterName", - "The name of the Service Perimeter to add this resource to.\n\n\n- - -", + 'perimeterName', + 'The name of the Service Perimeter to add this resource to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resource", - "A GCP resource that is inside of the service perimeter.\nCurrently only projects are allowed.\nFormat: projects/{project_number}", + 'resource', + 'A GCP resource that is inside of the service perimeter.\nCurrently only projects are allowed.\nFormat: projects/{project_number}', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeters.ts b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeters.ts index 97cfef0bf..1c23e16f7 100644 --- a/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeters.ts +++ b/src/app/Models/codegen/gcp/accesscontextmanager/ServicePerimeters.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { accesscontextmanager_ServicePerimetersServicePerimeter, accesscontextmanager_ServicePerimetersServicePerimeter_GetTypes, -} from "../types/accesscontextmanager_ServicePerimetersServicePerimeter"; +} from '../types/accesscontextmanager_ServicePerimetersServicePerimeter'; export interface ServicePerimetersArgs { /* @@ -47,16 +47,16 @@ Format: accessPolicies/{policy_id} return [ new DynamicUIProps( InputType.Array, - "servicePerimeters", - "The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.\nStructure is documented below.", + 'servicePerimeters', + 'The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.\nStructure is documented below.', () => accesscontextmanager_ServicePerimetersServicePerimeter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The AccessPolicy this ServicePerimeter lives in.\nFormat: accessPolicies/{policy_id}\n\n\n- - -", + 'parent', + 'The AccessPolicy this ServicePerimeter lives in.\nFormat: accessPolicies/{policy_id}\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/activedirectory/Domain.ts b/src/app/Models/codegen/gcp/activedirectory/Domain.ts index 9de884dfc..4b8502447 100644 --- a/src/app/Models/codegen/gcp/activedirectory/Domain.ts +++ b/src/app/Models/codegen/gcp/activedirectory/Domain.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainArgs { /* @@ -123,56 +123,56 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "reservedIpRange", - "The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger.\nRanges must be unique and non-overlapping with existing subnets in authorizedNetworks", + 'reservedIpRange', + 'The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger.\nRanges must be unique and non-overlapping with existing subnets in authorizedNetworks', () => [], true, true, ), new DynamicUIProps( InputType.String, - "admin", - "The name of delegated administrator account used to perform Active Directory operations.\nIf not specified, setupadmin will be used.", + 'admin', + 'The name of delegated administrator account used to perform Active Directory operations.\nIf not specified, setupadmin will be used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "authorizedNetworks", - "The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.\nIf CIDR subnets overlap between networks, domain creation will fail.", + 'authorizedNetworks', + 'The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.\nIf CIDR subnets overlap between networks, domain creation will fail.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,\nhttps://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.\n\n\n- - -", + 'domainName', + 'The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,\nhttps://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels that can contain user-provided metadata\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels that can contain user-provided metadata\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "locations", - "Locations where domain needs to be provisioned. [regions][compute/docs/regions-zones/]\ne.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.", + 'locations', + 'Locations where domain needs to be provisioned. [regions][compute/docs/regions-zones/]\ne.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/activedirectory/DomainTrust.ts b/src/app/Models/codegen/gcp/activedirectory/DomainTrust.ts index 806235748..4cb9d5fb4 100644 --- a/src/app/Models/codegen/gcp/activedirectory/DomainTrust.ts +++ b/src/app/Models/codegen/gcp/activedirectory/DomainTrust.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DomainTrustArgs { /* @@ -97,64 +97,64 @@ The trust secret used for the handshake with the target domain. This will not be return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "selectiveAuthentication", - "Whether the trusted side has forest/domain wide access or selective access to an approved set of resources.", + 'selectiveAuthentication', + 'Whether the trusted side has forest/domain wide access or selective access to an approved set of resources.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "targetDnsIpAddresses", - "The target DNS server IP addresses which can resolve the remote domain involved in the trust.", + 'targetDnsIpAddresses', + 'The target DNS server IP addresses which can resolve the remote domain involved in the trust.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "targetDomainName", - "The fully qualified target domain name which will be in trust with the current domain.", + 'targetDomainName', + 'The fully qualified target domain name which will be in trust with the current domain.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "trustDirection", - "The trust direction, which decides if the current domain is trusted, trusting, or both.\nPossible values are: `INBOUND`, `OUTBOUND`, `BIDIRECTIONAL`.", + 'trustDirection', + 'The trust direction, which decides if the current domain is trusted, trusting, or both.\nPossible values are: `INBOUND`, `OUTBOUND`, `BIDIRECTIONAL`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "trustHandshakeSecret", - "The trust secret used for the handshake with the target domain. This will not be stored.\n**Note**: This property is sensitive and will not be displayed in the plan.", + 'trustHandshakeSecret', + 'The trust secret used for the handshake with the target domain. This will not be stored.\n**Note**: This property is sensitive and will not be displayed in the plan.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "trustType", - "The type of trust represented by the trust resource.\nPossible values are: `FOREST`, `EXTERNAL`.", + 'trustType', + 'The type of trust represented by the trust resource.\nPossible values are: `FOREST`, `EXTERNAL`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domain", - "The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,\nhttps://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.\n\n\n- - -", + 'domain', + 'The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,\nhttps://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/activedirectory/Peering.ts b/src/app/Models/codegen/gcp/activedirectory/Peering.ts index 0ac1e363b..2b534206b 100644 --- a/src/app/Models/codegen/gcp/activedirectory/Peering.ts +++ b/src/app/Models/codegen/gcp/activedirectory/Peering.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PeeringArgs { /* @@ -81,56 +81,56 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "status", - "The current state of this Peering.", + 'status', + 'The current state of this Peering.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "statusMessage", - "Additional information about the current status of this peering, if available.", + 'statusMessage', + 'Additional information about the current status of this peering, if available.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authorizedNetwork", - "The full names of the Google Compute Engine networks to which the instance is connected. Caller needs to make sure that CIDR subnets do not overlap between networks, else peering creation will fail.", + 'authorizedNetwork', + 'The full names of the Google Compute Engine networks to which the instance is connected. Caller needs to make sure that CIDR subnets do not overlap between networks, else peering creation will fail.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "domainResource", - "Full domain resource path for the Managed AD Domain involved in peering. The resource path should be in the form projects/{projectId}/locations/global/domains/{domainName}", + 'domainResource', + 'Full domain resource path for the Managed AD Domain involved in peering. The resource path should be in the form projects/{projectId}/locations/global/domains/{domainName}', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels that can contain user-provided metadata\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels that can contain user-provided metadata\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "peeringId", - "- - -", + 'peeringId', + '- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/alloydb/Backup.ts b/src/app/Models/codegen/gcp/alloydb/Backup.ts index 559989210..64d30fe16 100644 --- a/src/app/Models/codegen/gcp/alloydb/Backup.ts +++ b/src/app/Models/codegen/gcp/alloydb/Backup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alloydb_BackupEncryptionConfig, alloydb_BackupEncryptionConfig_GetTypes, -} from "../types/alloydb_BackupEncryptionConfig"; +} from '../types/alloydb_BackupEncryptionConfig'; import { alloydb_BackupExpiryQuantity, alloydb_BackupExpiryQuantity_GetTypes, -} from "../types/alloydb_BackupExpiryQuantity"; +} from '../types/alloydb_BackupExpiryQuantity'; import { alloydb_BackupEncryptionInfo, alloydb_BackupEncryptionInfo_GetTypes, -} from "../types/alloydb_BackupEncryptionInfo"; +} from '../types/alloydb_BackupEncryptionInfo'; export interface BackupArgs { // The ID of the alloydb backup. @@ -211,39 +211,39 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". return [ new DynamicUIProps( InputType.String, - "description", - "User-provided description of the backup.", + 'description', + 'User-provided description of the backup.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfig", - "EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).\nStructure is documented below.", + 'encryptionConfig', + 'EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).\nStructure is documented below.', () => alloydb_BackupEncryptionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "User-settable and human-readable display name for the Backup.", + 'displayName', + 'User-settable and human-readable display name for the Backup.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'User-defined labels for the alloydb backup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -251,31 +251,31 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". ), new DynamicUIProps( InputType.String, - "location", - "The location where the alloydb backup should reside.\n\n\n- - -", + 'location', + 'The location where the alloydb backup should reside.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", - "The backup type, which suggests the trigger for the backup.\nPossible values are: `TYPE_UNSPECIFIED`, `ON_DEMAND`, `AUTOMATED`, `CONTINUOUS`.", + 'type', + 'The backup type, which suggests the trigger for the backup.\nPossible values are: `TYPE_UNSPECIFIED`, `ON_DEMAND`, `AUTOMATED`, `CONTINUOUS`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backupId", - "The ID of the alloydb backup.", + 'backupId', + 'The ID of the alloydb backup.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "annotations", + 'annotations', 'Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, @@ -283,8 +283,8 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". ), new DynamicUIProps( InputType.String, - "clusterName", - "The full resource name of the backup source cluster (e.g., projects/{project}/locations/{location}/clusters/{clusterId}).", + 'clusterName', + 'The full resource name of the backup source cluster (e.g., projects/{project}/locations/{location}/clusters/{clusterId}).', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/alloydb/Cluster.ts b/src/app/Models/codegen/gcp/alloydb/Cluster.ts index bb6f9f2d9..f48e47bd9 100644 --- a/src/app/Models/codegen/gcp/alloydb/Cluster.ts +++ b/src/app/Models/codegen/gcp/alloydb/Cluster.ts @@ -3,57 +3,57 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alloydb_ClusterBackupSource, alloydb_ClusterBackupSource_GetTypes, -} from "../types/alloydb_ClusterBackupSource"; +} from '../types/alloydb_ClusterBackupSource'; import { alloydb_ClusterEncryptionInfo, alloydb_ClusterEncryptionInfo_GetTypes, -} from "../types/alloydb_ClusterEncryptionInfo"; +} from '../types/alloydb_ClusterEncryptionInfo'; import { alloydb_ClusterNetworkConfig, alloydb_ClusterNetworkConfig_GetTypes, -} from "../types/alloydb_ClusterNetworkConfig"; +} from '../types/alloydb_ClusterNetworkConfig'; import { alloydb_ClusterRestoreContinuousBackupSource, alloydb_ClusterRestoreContinuousBackupSource_GetTypes, -} from "../types/alloydb_ClusterRestoreContinuousBackupSource"; +} from '../types/alloydb_ClusterRestoreContinuousBackupSource'; import { alloydb_ClusterContinuousBackupConfig, alloydb_ClusterContinuousBackupConfig_GetTypes, -} from "../types/alloydb_ClusterContinuousBackupConfig"; +} from '../types/alloydb_ClusterContinuousBackupConfig'; import { alloydb_ClusterInitialUser, alloydb_ClusterInitialUser_GetTypes, -} from "../types/alloydb_ClusterInitialUser"; +} from '../types/alloydb_ClusterInitialUser'; import { alloydb_ClusterAutomatedBackupPolicy, alloydb_ClusterAutomatedBackupPolicy_GetTypes, -} from "../types/alloydb_ClusterAutomatedBackupPolicy"; +} from '../types/alloydb_ClusterAutomatedBackupPolicy'; import { alloydb_ClusterRestoreBackupSource, alloydb_ClusterRestoreBackupSource_GetTypes, -} from "../types/alloydb_ClusterRestoreBackupSource"; +} from '../types/alloydb_ClusterRestoreBackupSource'; import { alloydb_ClusterEncryptionConfig, alloydb_ClusterEncryptionConfig_GetTypes, -} from "../types/alloydb_ClusterEncryptionConfig"; +} from '../types/alloydb_ClusterEncryptionConfig'; import { alloydb_ClusterSecondaryConfig, alloydb_ClusterSecondaryConfig_GetTypes, -} from "../types/alloydb_ClusterSecondaryConfig"; +} from '../types/alloydb_ClusterSecondaryConfig'; import { alloydb_ClusterMigrationSource, alloydb_ClusterMigrationSource_GetTypes, -} from "../types/alloydb_ClusterMigrationSource"; +} from '../types/alloydb_ClusterMigrationSource'; import { alloydb_ClusterContinuousBackupInfo, alloydb_ClusterContinuousBackupInfo_GetTypes, -} from "../types/alloydb_ClusterContinuousBackupInfo"; +} from '../types/alloydb_ClusterContinuousBackupInfo'; export interface ClusterArgs { /* @@ -345,7 +345,7 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "restoreBackupSource", + 'restoreBackupSource', "The source when restoring from a backup. Conflicts with 'restore_continuous_backup_source', both can't be set together.\nStructure is documented below.", () => alloydb_ClusterRestoreBackupSource_GetTypes(), false, @@ -353,7 +353,7 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "restoreContinuousBackupSource", + 'restoreContinuousBackupSource', "The source when restoring via point in time recovery (PITR). Conflicts with 'restore_backup_source', both can't be set together.\nStructure is documented below.", () => alloydb_ClusterRestoreContinuousBackupSource_GetTypes(), false, @@ -361,15 +361,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "continuousBackupConfig", - "The continuous backup config for this cluster.\nIf no policy is provided then the default policy will be used. The default policy takes one backup a day and retains backups for 14 days.\nStructure is documented below.", + 'continuousBackupConfig', + 'The continuous backup config for this cluster.\nIf no policy is provided then the default policy will be used. The default policy takes one backup a day and retains backups for 14 days.\nStructure is documented below.', () => alloydb_ClusterContinuousBackupConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseVersion", + 'databaseVersion', "The database engine major version. This is an optional field and it's populated at the Cluster creation time. This field cannot be changed after cluster creation.", () => [], false, @@ -377,39 +377,39 @@ Structure is documented below. ), new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the alloydb cluster.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the alloydb cluster.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "secondaryConfig", - "Configuration of the secondary cluster for Cross Region Replication. This should be set if and only if the cluster is of type SECONDARY.\nStructure is documented below.", + 'secondaryConfig', + 'Configuration of the secondary cluster for Cross Region Replication. This should be set if and only if the cluster is of type SECONDARY.\nStructure is documented below.', () => alloydb_ClusterSecondaryConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User-settable and human-readable display name for the Cluster.", + 'displayName', + 'User-settable and human-readable display name for the Cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "automatedBackupPolicy", - "The automated backup policy for this cluster. AutomatedBackupPolicy is disabled by default.\nStructure is documented below.", + 'automatedBackupPolicy', + 'The automated backup policy for this cluster. AutomatedBackupPolicy is disabled by default.\nStructure is documented below.', () => alloydb_ClusterAutomatedBackupPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deletionPolicy", + 'deletionPolicy', 'Policy to determine if the cluster should be deleted forcefully.\nDeleting a cluster forcefully, deletes the cluster and all its associated instances within the cluster.\nDeleting a Secondary cluster with a secondary instance REQUIRES setting deletion_policy = "FORCE" otherwise an error is returned. This is needed as there is no support to delete just the secondary instance, and the only way to delete secondary instance is to delete the associated secondary cluster forcefully which also deletes the secondary instance.', () => [], false, @@ -417,15 +417,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "etag", - "For Resource freshness validation (https://google.aip.dev/154)", + 'etag', + 'For Resource freshness validation (https://google.aip.dev/154)', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "annotations", + 'annotations', 'Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, @@ -433,55 +433,55 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "clusterType", - "The type of cluster. If not set, defaults to PRIMARY.\nDefault value is `PRIMARY`.\nPossible values are: `PRIMARY`, `SECONDARY`.", + 'clusterType', + 'The type of cluster. If not set, defaults to PRIMARY.\nDefault value is `PRIMARY`.\nPossible values are: `PRIMARY`, `SECONDARY`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "networkConfig", - "Metadata related to network configuration.\nStructure is documented below.", + 'networkConfig', + 'Metadata related to network configuration.\nStructure is documented below.', () => alloydb_ClusterNetworkConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "initialUser", - "Initial user to setup during cluster creation.\nStructure is documented below.", + 'initialUser', + 'Initial user to setup during cluster creation.\nStructure is documented below.', () => alloydb_ClusterInitialUser_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the alloydb cluster should reside.\n\n\n- - -", + 'location', + 'The location where the alloydb cluster should reside.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "encryptionConfig", - "EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).\nStructure is documented below.", + 'encryptionConfig', + 'EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).\nStructure is documented below.', () => alloydb_ClusterEncryptionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterId", - "The ID of the alloydb cluster.", + 'clusterId', + 'The ID of the alloydb cluster.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "network", + 'network', '(Optional, Deprecated)\nThe relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:\n"projects/{projectNumber}/global/networks/{network_id}".\n\n> **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.', () => [], false, @@ -489,8 +489,8 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/alloydb/Instance.ts b/src/app/Models/codegen/gcp/alloydb/Instance.ts index 7808c371a..b8d3fc44e 100644 --- a/src/app/Models/codegen/gcp/alloydb/Instance.ts +++ b/src/app/Models/codegen/gcp/alloydb/Instance.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { alloydb_InstanceReadPoolConfig, alloydb_InstanceReadPoolConfig_GetTypes, -} from "../types/alloydb_InstanceReadPoolConfig"; +} from '../types/alloydb_InstanceReadPoolConfig'; import { alloydb_InstanceQueryInsightsConfig, alloydb_InstanceQueryInsightsConfig_GetTypes, -} from "../types/alloydb_InstanceQueryInsightsConfig"; +} from '../types/alloydb_InstanceQueryInsightsConfig'; import { alloydb_InstanceClientConnectionConfig, alloydb_InstanceClientConnectionConfig_GetTypes, -} from "../types/alloydb_InstanceClientConnectionConfig"; +} from '../types/alloydb_InstanceClientConnectionConfig'; import { alloydb_InstanceMachineConfig, alloydb_InstanceMachineConfig_GetTypes, -} from "../types/alloydb_InstanceMachineConfig"; +} from '../types/alloydb_InstanceMachineConfig'; export interface InstanceArgs { /* @@ -235,39 +235,39 @@ Identifies the alloydb cluster. Must be in the format return [ new DynamicUIProps( InputType.Object, - "readPoolConfig", - "Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.\nStructure is documented below.", + 'readPoolConfig', + 'Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.\nStructure is documented below.', () => alloydb_InstanceReadPoolConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "databaseFlags", - "Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary.", + 'databaseFlags', + 'Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "gceZone", - "The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.", + 'gceZone', + 'The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the alloydb instance.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the alloydb instance.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cluster", + 'cluster', "Identifies the alloydb cluster. Must be in the format\n'projects/{project}/locations/{location}/clusters/{cluster_id}'", () => [], true, @@ -275,39 +275,39 @@ Identifies the alloydb cluster. Must be in the format ), new DynamicUIProps( InputType.String, - "displayName", - "User-settable and human-readable display name for the Instance.", + 'displayName', + 'User-settable and human-readable display name for the Instance.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "annotations", - "Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "machineConfig", - "Configurations for the machines that host the underlying database engine.\nStructure is documented below.", + 'machineConfig', + 'Configurations for the machines that host the underlying database engine.\nStructure is documented below.', () => alloydb_InstanceMachineConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceId", - "The ID of the alloydb instance.\n\n\n- - -", + 'instanceId', + 'The ID of the alloydb instance.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceType", + 'instanceType', 'The type of the instance. If the instance type is READ_POOL, provide the associated PRIMARY/SECONDARY instance in the\n\'depends_on\' meta-data attribute. If the instance type is SECONDARY, point to the cluster_type of the associated\nsecondary cluster instead of mentioning SECONDARY. Example: {instance_type =\ngoogle_alloydb_cluster..cluster_type} instead of {instance_type = SECONDARY} If the instance\ntype is SECONDARY, the terraform delete instance operation does not delete the secondary instance but abandons it\ninstead. Use deletion_policy = "FORCE" in the associated secondary cluster and delete the cluster forcefully to delete\nthe secondary cluster as well its associated secondary instance. Users can undo the delete secondary instance action by\nimporting the deleted secondary instance by calling terraform import. Possible values: ["PRIMARY", "READ_POOL",\n"SECONDARY"]', () => [], true, @@ -315,15 +315,15 @@ Identifies the alloydb cluster. Must be in the format ), new DynamicUIProps( InputType.Object, - "queryInsightsConfig", - "Configuration for query insights.\nStructure is documented below.", + 'queryInsightsConfig', + 'Configuration for query insights.\nStructure is documented below.', () => alloydb_InstanceQueryInsightsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "availabilityType", + 'availabilityType', "'Availability type of an Instance. Defaults to REGIONAL for both primary and read instances.\nNote that primary and read instances can have different availability types.\nOnly READ_POOL instance supports ZONAL type. Users can't specify the zone for READ_POOL instance.\nZone is automatically chosen from the list of zones in the region specified.\nRead pool of size 1 can only have zonal availability. Read pools with node count of 2 or more\ncan have regional availability (nodes are present in 2 or more zones in a region).'\nPossible values are: `AVAILABILITY_TYPE_UNSPECIFIED`, `ZONAL`, `REGIONAL`.", () => [], false, @@ -331,8 +331,8 @@ Identifies the alloydb cluster. Must be in the format ), new DynamicUIProps( InputType.Object, - "clientConnectionConfig", - "Client connection specific configurations.\nStructure is documented below.", + 'clientConnectionConfig', + 'Client connection specific configurations.\nStructure is documented below.', () => alloydb_InstanceClientConnectionConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/alloydb/User.ts b/src/app/Models/codegen/gcp/alloydb/User.ts index 8c502b21d..d984022d0 100644 --- a/src/app/Models/codegen/gcp/alloydb/User.ts +++ b/src/app/Models/codegen/gcp/alloydb/User.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface UserArgs { /* @@ -64,15 +64,15 @@ Identifies the alloydb cluster. Must be in the format return [ new DynamicUIProps( InputType.String, - "userType", - "The type of this user.\nPossible values are: `ALLOYDB_BUILT_IN`, `ALLOYDB_IAM_USER`.\n\n\n- - -", + 'userType', + 'The type of this user.\nPossible values are: `ALLOYDB_BUILT_IN`, `ALLOYDB_IAM_USER`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cluster", + 'cluster', "Identifies the alloydb cluster. Must be in the format\n'projects/{project}/locations/{location}/clusters/{cluster_id}'", () => [], true, @@ -80,24 +80,24 @@ Identifies the alloydb cluster. Must be in the format ), new DynamicUIProps( InputType.Array, - "databaseRoles", - "List of database roles this database user has.", + 'databaseRoles', + 'List of database roles this database user has.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "password", - "Password for this database user.", + 'password', + 'Password for this database user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userId", - "The database role name of the user.", + 'userId', + 'The database role name of the user.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigateway/Api.ts b/src/app/Models/codegen/gcp/apigateway/Api.ts index 76d2e6ded..3ec03c88c 100644 --- a/src/app/Models/codegen/gcp/apigateway/Api.ts +++ b/src/app/Models/codegen/gcp/apigateway/Api.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiArgs { /* @@ -90,40 +90,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "apiId", - "Identifier to assign to the API. Must be unique within scope of the parent resource(project)\n\n\n- - -", + 'apiId', + 'Identifier to assign to the API. Must be unique within scope of the parent resource(project)\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "A user-visible name for the API.", + 'displayName', + 'A user-visible name for the API.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "managedService", - "Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed).\nIf not specified, a new Service will automatically be created in the same project as this API.", + 'managedService', + 'Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed).\nIf not specified, a new Service will automatically be created in the same project as this API.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigateway/ApiConfig.ts b/src/app/Models/codegen/gcp/apigateway/ApiConfig.ts index 5660b593a..ef4b2264b 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiConfig.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiConfig.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_ApiConfigGrpcService, apigateway_ApiConfigGrpcService_GetTypes, -} from "../types/apigateway_ApiConfigGrpcService"; +} from '../types/apigateway_ApiConfigGrpcService'; import { apigateway_ApiConfigManagedServiceConfig, apigateway_ApiConfigManagedServiceConfig_GetTypes, -} from "../types/apigateway_ApiConfigManagedServiceConfig"; +} from '../types/apigateway_ApiConfigManagedServiceConfig'; import { apigateway_ApiConfigOpenapiDocument, apigateway_ApiConfigOpenapiDocument_GetTypes, -} from "../types/apigateway_ApiConfigOpenapiDocument"; +} from '../types/apigateway_ApiConfigOpenapiDocument'; import { apigateway_ApiConfigGatewayConfig, apigateway_ApiConfigGatewayConfig_GetTypes, -} from "../types/apigateway_ApiConfigGatewayConfig"; +} from '../types/apigateway_ApiConfigGatewayConfig'; export interface ApiConfigArgs { /* @@ -164,79 +164,79 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "api", - "The API to attach the config to.\n\n\n- - -", + 'api', + 'The API to attach the config to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiConfigId", - "Identifier to assign to the API Config. Must be unique within scope of the parent resource(api).", + 'apiConfigId', + 'Identifier to assign to the API Config. Must be unique within scope of the parent resource(api).', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "grpcServices", - "gRPC service definition files. If specified, openapiDocuments must not be included.\nStructure is documented below.", + 'grpcServices', + 'gRPC service definition files. If specified, openapiDocuments must not be included.\nStructure is documented below.', () => apigateway_ApiConfigGrpcService_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "A user-visible name for the API.", + 'displayName', + 'A user-visible name for the API.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "openapiDocuments", - "OpenAPI specification documents. If specified, grpcServices and managedServiceConfigs must not be included.\nStructure is documented below.", + 'openapiDocuments', + 'OpenAPI specification documents. If specified, grpcServices and managedServiceConfigs must not be included.\nStructure is documented below.', () => apigateway_ApiConfigOpenapiDocument_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "gatewayConfig", - "Immutable. Gateway specific configuration.\nIf not specified, backend authentication will be set to use OIDC authentication using the default compute service account\nStructure is documented below.", + 'gatewayConfig', + 'Immutable. Gateway specific configuration.\nIf not specified, backend authentication will be set to use OIDC authentication using the default compute service account\nStructure is documented below.', () => apigateway_ApiConfigGatewayConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "apiConfigIdPrefix", - "Creates a unique name beginning with the\nspecified prefix. If this and api_config_id are unspecified, a random value is chosen for the name.", + 'apiConfigIdPrefix', + 'Creates a unique name beginning with the\nspecified prefix. If this and api_config_id are unspecified, a random value is chosen for the name.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "managedServiceConfigs", + 'managedServiceConfigs', 'Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents.\nIf multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.\nStructure is documented below.', () => apigateway_ApiConfigManagedServiceConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamBinding.ts b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamBinding.ts index ddac7681e..4e5191883 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamBinding.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_ApiConfigIamBindingCondition, apigateway_ApiConfigIamBindingCondition_GetTypes, -} from "../types/apigateway_ApiConfigIamBindingCondition"; +} from '../types/apigateway_ApiConfigIamBindingCondition'; export interface ApiConfigIamBindingArgs { // @@ -100,23 +100,23 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_ApiConfigIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -124,24 +124,24 @@ Used to find the parent resource to bind the IAM policy to ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "api", - "The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to", + 'api', + 'The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiConfig", - "", + 'apiConfig', + '', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamMember.ts b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamMember.ts index 2a0a18297..15bd31559 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamMember.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_ApiConfigIamMemberCondition, apigateway_ApiConfigIamMemberCondition_GetTypes, -} from "../types/apigateway_ApiConfigIamMemberCondition"; +} from '../types/apigateway_ApiConfigIamMemberCondition'; export interface ApiConfigIamMemberArgs { /* @@ -100,7 +100,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -108,37 +108,37 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "api", - "The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to", + 'api', + 'The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiConfig", - "", + 'apiConfig', + '', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_ApiConfigIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamPolicy.ts b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamPolicy.ts index 37452d6d6..503e32d11 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiConfigIamPolicy.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiConfigIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiConfigIamPolicyArgs { /* @@ -82,31 +82,31 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "api", - "The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to", + 'api', + 'The API to attach the config to.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "apiConfig", - "", + 'apiConfig', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/apigateway/ApiIamBinding.ts b/src/app/Models/codegen/gcp/apigateway/ApiIamBinding.ts index 8f5cc00a5..5ad4dee81 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiIamBinding.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_ApiIamBindingCondition, apigateway_ApiIamBindingCondition_GetTypes, -} from "../types/apigateway_ApiIamBindingCondition"; +} from '../types/apigateway_ApiIamBindingCondition'; export interface ApiIamBindingArgs { // @@ -86,26 +86,26 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "api", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'api', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_ApiIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -113,8 +113,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigateway/ApiIamMember.ts b/src/app/Models/codegen/gcp/apigateway/ApiIamMember.ts index 3955366c6..2686a4570 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiIamMember.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_ApiIamMemberCondition, apigateway_ApiIamMemberCondition_GetTypes, -} from "../types/apigateway_ApiIamMemberCondition"; +} from '../types/apigateway_ApiIamMemberCondition'; export interface ApiIamMemberArgs { // @@ -88,7 +88,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -96,22 +96,22 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "api", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'api', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_ApiIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/apigateway/ApiIamPolicy.ts b/src/app/Models/codegen/gcp/apigateway/ApiIamPolicy.ts index 441a799f0..188edd20a 100644 --- a/src/app/Models/codegen/gcp/apigateway/ApiIamPolicy.ts +++ b/src/app/Models/codegen/gcp/apigateway/ApiIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ApiIamPolicyArgs { // @@ -70,17 +70,17 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "api", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'api', '', () => [], true, true), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/apigateway/Gateway.ts b/src/app/Models/codegen/gcp/apigateway/Gateway.ts index 90a7f11d6..267b45be4 100644 --- a/src/app/Models/codegen/gcp/apigateway/Gateway.ts +++ b/src/app/Models/codegen/gcp/apigateway/Gateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GatewayArgs { /* @@ -98,48 +98,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "apiConfig", - "Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}.\nWhen changing api configs please ensure the new config is a new resource and the\nlifecycle rule `create_before_destroy` is set.", + 'apiConfig', + 'Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}.\nWhen changing api configs please ensure the new config is a new resource and the\nlifecycle rule `create_before_destroy` is set.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "displayName", - "A user-visible name for the API.", + 'displayName', + 'A user-visible name for the API.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gatewayId", - "Identifier to assign to the Gateway. Must be unique within scope of the parent resource(project).\n\n\n- - -", + 'gatewayId', + 'Identifier to assign to the Gateway. Must be unique within scope of the parent resource(project).\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user-provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the gateway for the API.", + 'region', + 'The region of the gateway for the API.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigateway/GatewayIamBinding.ts b/src/app/Models/codegen/gcp/apigateway/GatewayIamBinding.ts index c40b035c3..2d082eee5 100644 --- a/src/app/Models/codegen/gcp/apigateway/GatewayIamBinding.ts +++ b/src/app/Models/codegen/gcp/apigateway/GatewayIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_GatewayIamBindingCondition, apigateway_GatewayIamBindingCondition_GetTypes, -} from "../types/apigateway_GatewayIamBindingCondition"; +} from '../types/apigateway_GatewayIamBindingCondition'; export interface GatewayIamBindingArgs { /* @@ -104,7 +104,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -112,33 +112,33 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.GatewayIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.GatewayIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_GatewayIamBindingCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "gateway", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'gateway', '', () => [], true, true), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/apigateway/GatewayIamMember.ts b/src/app/Models/codegen/gcp/apigateway/GatewayIamMember.ts index 74bb445ea..29b4c2de6 100644 --- a/src/app/Models/codegen/gcp/apigateway/GatewayIamMember.ts +++ b/src/app/Models/codegen/gcp/apigateway/GatewayIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigateway_GatewayIamMemberCondition, apigateway_GatewayIamMemberCondition_GetTypes, -} from "../types/apigateway_GatewayIamMemberCondition"; +} from '../types/apigateway_GatewayIamMemberCondition'; export interface GatewayIamMemberArgs { /* @@ -104,17 +104,17 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigateway_GatewayIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "gateway", "", () => [], true, true), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'gateway', '', () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -122,16 +122,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigateway.GatewayIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigateway.GatewayIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigateway/GatewayIamPolicy.ts b/src/app/Models/codegen/gcp/apigateway/GatewayIamPolicy.ts index d6b8e9658..5e47b4e15 100644 --- a/src/app/Models/codegen/gcp/apigateway/GatewayIamPolicy.ts +++ b/src/app/Models/codegen/gcp/apigateway/GatewayIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GatewayIamPolicyArgs { /* @@ -86,7 +86,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -94,17 +94,17 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "region", - "The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The region of the gateway for the API.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), - new DynamicUIProps(InputType.String, "gateway", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'gateway', '', () => [], true, true), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/apigee/AddonsConfig.ts b/src/app/Models/codegen/gcp/apigee/AddonsConfig.ts index 68869f850..e3bd02030 100644 --- a/src/app/Models/codegen/gcp/apigee/AddonsConfig.ts +++ b/src/app/Models/codegen/gcp/apigee/AddonsConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_AddonsConfigAddonsConfig, apigee_AddonsConfigAddonsConfig_GetTypes, -} from "../types/apigee_AddonsConfigAddonsConfig"; +} from '../types/apigee_AddonsConfigAddonsConfig'; export interface AddonsConfigArgs { /* @@ -45,16 +45,16 @@ Name of the Apigee organization. return [ new DynamicUIProps( InputType.Object, - "addonsConfig", - "Addon configurations of the Apigee organization.\nStructure is documented below.", + 'addonsConfig', + 'Addon configurations of the Apigee organization.\nStructure is documented below.', () => apigee_AddonsConfigAddonsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "org", - "Name of the Apigee organization.\n\n\n- - -", + 'org', + 'Name of the Apigee organization.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/EndpointAttachment.ts b/src/app/Models/codegen/gcp/apigee/EndpointAttachment.ts index 690957165..acd6da6c4 100644 --- a/src/app/Models/codegen/gcp/apigee/EndpointAttachment.ts +++ b/src/app/Models/codegen/gcp/apigee/EndpointAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EndpointAttachmentArgs { /* @@ -65,32 +65,32 @@ in the format `organizations/{{org_name}}`. return [ new DynamicUIProps( InputType.String, - "serviceAttachment", - "Format: projects/*/regions/*/serviceAttachments/*", + 'serviceAttachment', + 'Format: projects/*/regions/*/serviceAttachments/*', () => [], true, true, ), new DynamicUIProps( InputType.String, - "endpointAttachmentId", - "ID of the endpoint attachment.\n\n\n- - -", + 'endpointAttachmentId', + 'ID of the endpoint attachment.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "Location of the endpoint attachment.", + 'location', + 'Location of the endpoint attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the Apigee instance,\nin the format `organizations/{{org_name}}`.", + 'orgId', + 'The Apigee Organization associated with the Apigee instance,\nin the format `organizations/{{org_name}}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/EnvGroup.ts b/src/app/Models/codegen/gcp/apigee/EnvGroup.ts index bed0dc9c2..835e20117 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvGroup.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvGroupArgs { // The resource ID of the environment group. @@ -43,24 +43,24 @@ in the format `organizations/{{org_name}}`. return [ new DynamicUIProps( InputType.String, - "name", - "The resource ID of the environment group.", + 'name', + 'The resource ID of the environment group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the Apigee environment group,\nin the format `organizations/{{org_name}}`.\n\n\n- - -", + 'orgId', + 'The Apigee Organization associated with the Apigee environment group,\nin the format `organizations/{{org_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "hostnames", - "Hostnames of the environment group.", + 'hostnames', + 'Hostnames of the environment group.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/apigee/EnvGroupAttachment.ts b/src/app/Models/codegen/gcp/apigee/EnvGroupAttachment.ts index 891cad0ee..c05e3a005 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvGroupAttachment.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvGroupAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvGroupAttachmentArgs { /* @@ -40,16 +40,16 @@ in the format `organizations/{{org_name}}/envgroups/{{envgroup_name}}`. return [ new DynamicUIProps( InputType.String, - "envgroupId", - "The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/envgroups/{{envgroup_name}}`.\n\n\n- - -", + 'envgroupId', + 'The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/envgroups/{{envgroup_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "environment", - "The resource ID of the environment.", + 'environment', + 'The resource ID of the environment.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/EnvKeystore.ts b/src/app/Models/codegen/gcp/apigee/EnvKeystore.ts index ad4e9dcb3..0769844ea 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvKeystore.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvKeystore.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvKeystoreArgs { /* @@ -40,16 +40,16 @@ in the format `organizations/{{org_name}}/environments/{{env_name}}`. return [ new DynamicUIProps( InputType.String, - "envId", - "The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -", + 'envId', + 'The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the newly created keystore.", + 'name', + 'The name of the newly created keystore.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigee/EnvReferences.ts b/src/app/Models/codegen/gcp/apigee/EnvReferences.ts index 902377f64..290f8dca0 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvReferences.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvReferences.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvReferencesArgs { // Optional. A human-readable description of this reference. @@ -55,39 +55,39 @@ in the format `organizations/{{org_name}}/environments/{{env_name}}`. return [ new DynamicUIProps( InputType.String, - "description", - "Optional. A human-readable description of this reference.", + 'description', + 'Optional. A human-readable description of this reference.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "envId", - "The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -", + 'envId', + 'The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Required. The resource id of this reference. Values must match the regular expression [\\w\\s-.]+.", + 'name', + 'Required. The resource id of this reference. Values must match the regular expression [\\w\\s-.]+.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "refers", - "Required. The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resourceType.", + 'refers', + 'Required. The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resourceType.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "resourceType", + 'resourceType', "The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.", () => [], true, diff --git a/src/app/Models/codegen/gcp/apigee/Environment.ts b/src/app/Models/codegen/gcp/apigee/Environment.ts index a510159df..2775fd127 100644 --- a/src/app/Models/codegen/gcp/apigee/Environment.ts +++ b/src/app/Models/codegen/gcp/apigee/Environment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_EnvironmentNodeConfig, apigee_EnvironmentNodeConfig_GetTypes, -} from "../types/apigee_EnvironmentNodeConfig"; +} from '../types/apigee_EnvironmentNodeConfig'; export interface EnvironmentArgs { /* @@ -121,47 +121,47 @@ Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`. return [ new DynamicUIProps( InputType.String, - "description", - "Description of the environment.", + 'description', + 'Description of the environment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name of the environment.", + 'displayName', + 'Display name of the environment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The resource ID of the environment.", + 'name', + 'The resource ID of the environment.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "nodeConfig", - "NodeConfig for setting the min/max number of nodes associated with the environment.\nStructure is documented below.", + 'nodeConfig', + 'NodeConfig for setting the min/max number of nodes associated with the environment.\nStructure is documented below.', () => apigee_EnvironmentNodeConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the Apigee environment,\nin the format `organizations/{{org_name}}`.\n\n\n- - -", + 'orgId', + 'The Apigee Organization associated with the Apigee environment,\nin the format `organizations/{{org_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', "Types that can be selected for an Environment. Each of the types are\nlimited by capability and capacity. Refer to Apigee's public documentation\nto understand about each of these types in details.\nAn Apigee org can support heterogeneous Environments.\nPossible values are: `ENVIRONMENT_TYPE_UNSPECIFIED`, `BASE`, `INTERMEDIATE`, `COMPREHENSIVE`.", () => [], false, @@ -169,16 +169,16 @@ Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`. ), new DynamicUIProps( InputType.String, - "apiProxyType", - "Optional. API Proxy type supported by the environment. The type can be set when creating\nthe Environment and cannot be changed.\nPossible values are: `API_PROXY_TYPE_UNSPECIFIED`, `PROGRAMMABLE`, `CONFIGURABLE`.", + 'apiProxyType', + 'Optional. API Proxy type supported by the environment. The type can be set when creating\nthe Environment and cannot be changed.\nPossible values are: `API_PROXY_TYPE_UNSPECIFIED`, `PROGRAMMABLE`, `CONFIGURABLE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deploymentType", - "Optional. Deployment type supported by the environment. The deployment type can be\nset when creating the environment and cannot be changed. When you enable archive\ndeployment, you will be prevented from performing a subset of actions within the\nenvironment, including:\nManaging the deployment of API proxy or shared flow revisions;\nCreating, updating, or deleting resource files;\nCreating, updating, or deleting target servers.\nPossible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.", + 'deploymentType', + 'Optional. Deployment type supported by the environment. The deployment type can be\nset when creating the environment and cannot be changed. When you enable archive\ndeployment, you will be prevented from performing a subset of actions within the\nenvironment, including:\nManaging the deployment of API proxy or shared flow revisions;\nCreating, updating, or deleting resource files;\nCreating, updating, or deleting target servers.\nPossible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigee/EnvironmentIamBinding.ts b/src/app/Models/codegen/gcp/apigee/EnvironmentIamBinding.ts index 73cdd6622..fe6f34795 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvironmentIamBinding.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvironmentIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_EnvironmentIamBindingCondition, apigee_EnvironmentIamBindingCondition_GetTypes, -} from "../types/apigee_EnvironmentIamBindingCondition"; +} from '../types/apigee_EnvironmentIamBindingCondition'; export interface EnvironmentIamBindingArgs { // @@ -84,26 +84,26 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "orgId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'orgId', '', () => [], true, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigee_EnvironmentIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "envId", + 'envId', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, @@ -111,8 +111,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/apigee/EnvironmentIamMember.ts b/src/app/Models/codegen/gcp/apigee/EnvironmentIamMember.ts index 7608baa84..ad981cc6d 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvironmentIamMember.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvironmentIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_EnvironmentIamMemberCondition, apigee_EnvironmentIamMemberCondition_GetTypes, -} from "../types/apigee_EnvironmentIamMemberCondition"; +} from '../types/apigee_EnvironmentIamMemberCondition'; export interface EnvironmentIamMemberArgs { // @@ -84,32 +84,32 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "orgId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'orgId', '', () => [], true, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => apigee_EnvironmentIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "envId", + 'envId', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/apigee/EnvironmentIamPolicy.ts b/src/app/Models/codegen/gcp/apigee/EnvironmentIamPolicy.ts index 6f772a8a1..6f7c17e75 100644 --- a/src/app/Models/codegen/gcp/apigee/EnvironmentIamPolicy.ts +++ b/src/app/Models/codegen/gcp/apigee/EnvironmentIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EnvironmentIamPolicyArgs { /* @@ -68,17 +68,17 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "envId", + 'envId', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, true, ), - new DynamicUIProps(InputType.String, "orgId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'orgId', '', () => [], true, true), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/apigee/Flowhook.ts b/src/app/Models/codegen/gcp/apigee/Flowhook.ts index 70f62ec93..7740737cb 100644 --- a/src/app/Models/codegen/gcp/apigee/Flowhook.ts +++ b/src/app/Models/codegen/gcp/apigee/Flowhook.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FlowhookArgs { // Flag that specifies whether execution should continue if the flow hook throws an exception. Set to true to continue execution. Set to false to stop execution if the flow hook throws an exception. Defaults to true. @@ -49,48 +49,48 @@ export class Flowhook extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "continueOnError", - "Flag that specifies whether execution should continue if the flow hook throws an exception. Set to true to continue execution. Set to false to stop execution if the flow hook throws an exception. Defaults to true.", + 'continueOnError', + 'Flag that specifies whether execution should continue if the flow hook throws an exception. Set to true to continue execution. Set to false to stop execution if the flow hook throws an exception. Defaults to true.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the flow hook.", + 'description', + 'Description of the flow hook.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "environment", - "The resource ID of the environment.", + 'environment', + 'The resource ID of the environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "flowHookPoint", - "Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.", + 'flowHookPoint', + 'Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the environment", + 'orgId', + 'The Apigee Organization associated with the environment', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sharedflow", - "Id of the Sharedflow attaching to a flowhook point.", + 'sharedflow', + 'Id of the Sharedflow attaching to a flowhook point.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/Instance.ts b/src/app/Models/codegen/gcp/apigee/Instance.ts index 1bf46eba2..0a6b11413 100644 --- a/src/app/Models/codegen/gcp/apigee/Instance.ts +++ b/src/app/Models/codegen/gcp/apigee/Instance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceArgs { /* @@ -130,39 +130,39 @@ Input format: "a.b.c.d/22" return [ new DynamicUIProps( InputType.String, - "displayName", - "Display name of the instance.", + 'displayName', + 'Display name of the instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the Apigee instance,\nin the format `organizations/{{org_name}}`.\n\n\n- - -", + 'orgId', + 'The Apigee Organization associated with the Apigee instance,\nin the format `organizations/{{org_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "peeringCidrRange", - "The size of the CIDR block range that will be reserved by the instance. For valid values,\nsee [CidrRange](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances#CidrRange) on the documentation.", + 'peeringCidrRange', + 'The size of the CIDR block range that will be reserved by the instance. For valid values,\nsee [CidrRange](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances#CidrRange) on the documentation.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the instance.", + 'description', + 'Description of the instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipRange", + 'ipRange', 'IP range represents the customer-provided CIDR block of length 22 that will be used for\nthe Apigee instance creation. This optional range, if provided, should be freely\navailable as part of larger named range the customer has allocated to the Service\nNetworking peering. If this is not provided, Apigee will automatically request for any\navailable /22 CIDR block from Service Networking. The customer should use this CIDR block\nfor configuring their firewall needs to allow traffic from Apigee.\nInput format: "a.b.c.d/22"', () => [], false, @@ -170,32 +170,32 @@ Input format: "a.b.c.d/22" ), new DynamicUIProps( InputType.String, - "location", - "Required. Compute Engine location where the instance resides.", + 'location', + 'Required. Compute Engine location where the instance resides.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Resource ID of the instance.", + 'name', + 'Resource ID of the instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "diskEncryptionKeyName", - "Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only.\nUse the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`", + 'diskEncryptionKeyName', + 'Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only.\nUse the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "consumerAcceptLists", - "Optional. Customer accept list represents the list of projects (id/number) on customer\nside that can privately connect to the service attachment. It is an optional field\nwhich the customers can provide during the instance creation. By default, the customer\nproject associated with the Apigee organization will be included to the list.", + 'consumerAcceptLists', + 'Optional. Customer accept list represents the list of projects (id/number) on customer\nside that can privately connect to the service attachment. It is an optional field\nwhich the customers can provide during the instance creation. By default, the customer\nproject associated with the Apigee organization will be included to the list.', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/apigee/InstanceAttachment.ts b/src/app/Models/codegen/gcp/apigee/InstanceAttachment.ts index 4dcfcbf4d..ed9ac3033 100644 --- a/src/app/Models/codegen/gcp/apigee/InstanceAttachment.ts +++ b/src/app/Models/codegen/gcp/apigee/InstanceAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceAttachmentArgs { // The resource ID of the environment. @@ -40,16 +40,16 @@ in the format `organizations/{{org_name}}/instances/{{instance_name}}`. return [ new DynamicUIProps( InputType.String, - "environment", - "The resource ID of the environment.", + 'environment', + 'The resource ID of the environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceId", - "The Apigee instance associated with the Apigee environment,\nin the format `organizations/{{org_name}}/instances/{{instance_name}}`.\n\n\n- - -", + 'instanceId', + 'The Apigee instance associated with the Apigee environment,\nin the format `organizations/{{org_name}}/instances/{{instance_name}}`.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesKeyCertFile.ts b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesKeyCertFile.ts index bd86b3b5c..29b34d550 100644 --- a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesKeyCertFile.ts +++ b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesKeyCertFile.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_KeystoresAliasesKeyCertFileCertsInfo, apigee_KeystoresAliasesKeyCertFileCertsInfo_GetTypes, -} from "../types/apigee_KeystoresAliasesKeyCertFileCertsInfo"; +} from '../types/apigee_KeystoresAliasesKeyCertFileCertsInfo'; export interface KeystoresAliasesKeyCertFileArgs { // Organization ID associated with the alias, without organization/ prefix @@ -84,15 +84,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "orgId", - "Organization ID associated with the alias, without organization/ prefix", + 'orgId', + 'Organization ID associated with the alias, without organization/ prefix', () => [], true, true, ), new DynamicUIProps( InputType.String, - "password", + 'password', "Password for the Private Key if it's encrypted", () => [], false, @@ -100,48 +100,48 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "alias", - "Alias Name", + 'alias', + 'Alias Name', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cert", - "Cert content\n\n\n- - -", + 'cert', + 'Cert content\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "certsInfo", - "Chain of certificates under this alias.\nStructure is documented below.", + 'certsInfo', + 'Chain of certificates under this alias.\nStructure is documented below.', () => apigee_KeystoresAliasesKeyCertFileCertsInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "environment", - "Environment associated with the alias", + 'environment', + 'Environment associated with the alias', () => [], true, true, ), new DynamicUIProps( InputType.String, - "key", - "Private Key content, omit if uploading to truststore", + 'key', + 'Private Key content, omit if uploading to truststore', () => [], false, true, ), new DynamicUIProps( InputType.String, - "keystore", - "Keystore Name", + 'keystore', + 'Keystore Name', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesPkcs12.ts b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesPkcs12.ts index 6f63c3bc7..c5c1528ec 100644 --- a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesPkcs12.ts +++ b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesPkcs12.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_KeystoresAliasesPkcs12CertsInfo, apigee_KeystoresAliasesPkcs12CertsInfo_GetTypes, -} from "../types/apigee_KeystoresAliasesPkcs12CertsInfo"; +} from '../types/apigee_KeystoresAliasesPkcs12CertsInfo'; export interface KeystoresAliasesPkcs12Args { /* @@ -76,15 +76,15 @@ PKCS12 file content return [ new DynamicUIProps( InputType.String, - "orgId", - "Organization ID associated with the alias, without organization/ prefix", + 'orgId', + 'Organization ID associated with the alias, without organization/ prefix', () => [], true, true, ), new DynamicUIProps( InputType.String, - "password", + 'password', "Password for the PKCS12 file if it's encrypted", () => [], false, @@ -92,40 +92,40 @@ PKCS12 file content ), new DynamicUIProps( InputType.String, - "alias", - "Alias Name", + 'alias', + 'Alias Name', () => [], true, true, ), new DynamicUIProps( InputType.String, - "environment", - "Environment associated with the alias", + 'environment', + 'Environment associated with the alias', () => [], true, true, ), new DynamicUIProps( InputType.String, - "file", - "PKCS12 file content\n\n- - -", + 'file', + 'PKCS12 file content\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "filehash", - "Hash of the pkcs file", + 'filehash', + 'Hash of the pkcs file', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keystore", - "Keystore Name", + 'keystore', + 'Keystore Name', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesSelfSignedCert.ts b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesSelfSignedCert.ts index a9a7f7ff1..e2e2dcabe 100644 --- a/src/app/Models/codegen/gcp/apigee/KeystoresAliasesSelfSignedCert.ts +++ b/src/app/Models/codegen/gcp/apigee/KeystoresAliasesSelfSignedCert.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_KeystoresAliasesSelfSignedCertSubject, apigee_KeystoresAliasesSelfSignedCertSubject_GetTypes, -} from "../types/apigee_KeystoresAliasesSelfSignedCertSubject"; +} from '../types/apigee_KeystoresAliasesSelfSignedCertSubject'; import { apigee_KeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames, apigee_KeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames_GetTypes, -} from "../types/apigee_KeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames"; +} from '../types/apigee_KeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames'; import { apigee_KeystoresAliasesSelfSignedCertCertsInfo, apigee_KeystoresAliasesSelfSignedCertCertsInfo_GetTypes, -} from "../types/apigee_KeystoresAliasesSelfSignedCertCertsInfo"; +} from '../types/apigee_KeystoresAliasesSelfSignedCertCertsInfo'; export interface KeystoresAliasesSelfSignedCertArgs { // The Apigee Organization name associated with the Apigee environment @@ -108,8 +108,8 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "subjectAlternativeDnsNames", - "List of alternative host names. Maximum length is 255 characters for each value.\nStructure is documented below.", + 'subjectAlternativeDnsNames', + 'List of alternative host names. Maximum length is 255 characters for each value.\nStructure is documented below.', () => apigee_KeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames_GetTypes(), false, @@ -117,64 +117,64 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "keystore", - "The Apigee keystore name associated in an Apigee environment", + 'keystore', + 'The Apigee keystore name associated in an Apigee environment', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keySize", - "Key size. Default and maximum value is 2048 bits.", + 'keySize', + 'Key size. Default and maximum value is 2048 bits.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "certValidityInDays", - "Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365.", + 'certValidityInDays', + 'Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "environment", - "The Apigee environment name", + 'environment', + 'The Apigee environment name', () => [], true, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization name associated with the Apigee environment", + 'orgId', + 'The Apigee Organization name associated with the Apigee environment', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "subject", - "Subject details.\nStructure is documented below.", + 'subject', + 'Subject details.\nStructure is documented below.', () => apigee_KeystoresAliasesSelfSignedCertSubject_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "alias", - "Alias for the key/certificate pair. Values must match the regular expression [\\w\\s-.]{1,255}.\nThis must be provided for all formats except selfsignedcert; self-signed certs may specify the alias in either\nthis parameter or the JSON body.", + 'alias', + 'Alias for the key/certificate pair. Values must match the regular expression [\\w\\s-.]{1,255}.\nThis must be provided for all formats except selfsignedcert; self-signed certs may specify the alias in either\nthis parameter or the JSON body.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "sigAlg", - "Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA", + 'sigAlg', + 'Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/NatAddress.ts b/src/app/Models/codegen/gcp/apigee/NatAddress.ts index 5e273cc97..a6f9c7968 100644 --- a/src/app/Models/codegen/gcp/apigee/NatAddress.ts +++ b/src/app/Models/codegen/gcp/apigee/NatAddress.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NatAddressArgs { /* @@ -43,16 +43,16 @@ in the format `organizations/{{org_name}}/instances/{{instance_name}}`. return [ new DynamicUIProps( InputType.String, - "instanceId", - "The Apigee instance associated with the Apigee environment,\nin the format `organizations/{{org_name}}/instances/{{instance_name}}`.\n\n\n- - -", + 'instanceId', + 'The Apigee instance associated with the Apigee environment,\nin the format `organizations/{{org_name}}/instances/{{instance_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Resource ID of the NAT address.", + 'name', + 'Resource ID of the NAT address.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigee/Organization.ts b/src/app/Models/codegen/gcp/apigee/Organization.ts index a8bd52145..60e574279 100644 --- a/src/app/Models/codegen/gcp/apigee/Organization.ts +++ b/src/app/Models/codegen/gcp/apigee/Organization.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_OrganizationProperties, apigee_OrganizationProperties_GetTypes, -} from "../types/apigee_OrganizationProperties"; +} from '../types/apigee_OrganizationProperties'; export interface OrganizationArgs { /* @@ -169,63 +169,63 @@ The project ID associated with the Apigee organization. return [ new DynamicUIProps( InputType.String, - "runtimeType", - "Runtime type of the Apigee organization based on the Apigee subscription purchased.\nDefault value is `CLOUD`.\nPossible values are: `CLOUD`, `HYBRID`.", + 'runtimeType', + 'Runtime type of the Apigee organization based on the Apigee subscription purchased.\nDefault value is `CLOUD`.\nPossible values are: `CLOUD`, `HYBRID`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "analyticsRegion", - "Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).", + 'analyticsRegion', + 'Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the Apigee organization.", + 'description', + 'Description of the Apigee organization.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disableVpcPeering", - "Flag that specifies whether the VPC Peering through Private Google Access should be\ndisabled between the consumer network and Apigee. Required if an `authorizedNetwork`\non the consumer project is not provided, in which case the flag should be set to `true`.\nValid only when `RuntimeType` is set to CLOUD. The value must be set before the creation\nof any Apigee runtime instance and can be updated only when there are no runtime instances.", + 'disableVpcPeering', + 'Flag that specifies whether the VPC Peering through Private Google Access should be\ndisabled between the consumer network and Apigee. Required if an `authorizedNetwork`\non the consumer project is not provided, in which case the flag should be set to `true`.\nValid only when `RuntimeType` is set to CLOUD. The value must be set before the creation\nof any Apigee runtime instance and can be updated only when there are no runtime instances.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "properties", - "Properties defined in the Apigee organization profile.\nStructure is documented below.", + 'properties', + 'Properties defined in the Apigee organization profile.\nStructure is documented below.', () => apigee_OrganizationProperties_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "billingType", - "Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).", + 'billingType', + 'Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "projectId", - "The project ID associated with the Apigee organization.\n\n\n- - -", + 'projectId', + 'The project ID associated with the Apigee organization.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "authorizedNetwork", + 'authorizedNetwork', 'Compute Engine network used for Service Networking to be peered with Apigee runtime instances.\nSee [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).\nValid only when `RuntimeType` is set to CLOUD. The value can be updated only when there are no runtime instances. For example: "default".', () => [], false, @@ -233,24 +233,24 @@ The project ID associated with the Apigee organization. ), new DynamicUIProps( InputType.String, - "runtimeDatabaseEncryptionKeyName", - "Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances.\nUpdate is not allowed after the organization is created.\nIf not specified, a Google-Managed encryption key will be used.\nValid only when `RuntimeType` is CLOUD. For example: `projects/foo/locations/us/keyRings/bar/cryptoKeys/baz`.", + 'runtimeDatabaseEncryptionKeyName', + 'Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances.\nUpdate is not allowed after the organization is created.\nIf not specified, a Google-Managed encryption key will be used.\nValid only when `RuntimeType` is CLOUD. For example: `projects/foo/locations/us/keyRings/bar/cryptoKeys/baz`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The display name of the Apigee organization.", + 'displayName', + 'The display name of the Apigee organization.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "retention", - "Optional. This setting is applicable only for organizations that are soft-deleted (i.e., BillingType\nis not EVALUATION). It controls how long Organization data will be retained after the initial delete\noperation completes. During this period, the Organization may be restored to its last known state.\nAfter this period, the Organization will no longer be able to be restored.\nDefault value is `DELETION_RETENTION_UNSPECIFIED`.\nPossible values are: `DELETION_RETENTION_UNSPECIFIED`, `MINIMUM`.", + 'retention', + 'Optional. This setting is applicable only for organizations that are soft-deleted (i.e., BillingType\nis not EVALUATION). It controls how long Organization data will be retained after the initial delete\noperation completes. During this period, the Organization may be restored to its last known state.\nAfter this period, the Organization will no longer be able to be restored.\nDefault value is `DELETION_RETENTION_UNSPECIFIED`.\nPossible values are: `DELETION_RETENTION_UNSPECIFIED`, `MINIMUM`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/apigee/Sharedflow.ts b/src/app/Models/codegen/gcp/apigee/Sharedflow.ts index 826e40fa9..7c8edc174 100644 --- a/src/app/Models/codegen/gcp/apigee/Sharedflow.ts +++ b/src/app/Models/codegen/gcp/apigee/Sharedflow.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_SharedflowMetaData, apigee_SharedflowMetaData_GetTypes, -} from "../types/apigee_SharedflowMetaData"; +} from '../types/apigee_SharedflowMetaData'; export interface SharedflowArgs { /* @@ -70,32 +70,32 @@ will trigger an update. return [ new DynamicUIProps( InputType.String, - "detectMd5hash", - "A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash\nwill trigger an update.", + 'detectMd5hash', + 'A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash\nwill trigger an update.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The ID of the shared flow.", + 'name', + 'The ID of the shared flow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization name associated with the Apigee instance.", + 'orgId', + 'The Apigee Organization name associated with the Apigee instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "configBundle", - "Path to the config zip bundle.\n\n- - -", + 'configBundle', + 'Path to the config zip bundle.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/apigee/SharedflowDeployment.ts b/src/app/Models/codegen/gcp/apigee/SharedflowDeployment.ts index 86693b0ac..61952b199 100644 --- a/src/app/Models/codegen/gcp/apigee/SharedflowDeployment.ts +++ b/src/app/Models/codegen/gcp/apigee/SharedflowDeployment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SharedflowDeploymentArgs { // The resource ID of the environment. @@ -53,40 +53,40 @@ Revision of the Sharedflow to be deployed. return [ new DynamicUIProps( InputType.String, - "revision", - "Revision of the Sharedflow to be deployed.\n\n\n- - -", + 'revision', + 'Revision of the Sharedflow to be deployed.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "serviceAccount", - "The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be {ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com.", + 'serviceAccount', + 'The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be {ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sharedflowId", - "Id of the Sharedflow to be deployed.", + 'sharedflowId', + 'Id of the Sharedflow to be deployed.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "environment", - "The resource ID of the environment.", + 'environment', + 'The resource ID of the environment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "orgId", - "The Apigee Organization associated with the Sharedflow", + 'orgId', + 'The Apigee Organization associated with the Sharedflow', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/apigee/SyncAuthorization.ts b/src/app/Models/codegen/gcp/apigee/SyncAuthorization.ts index 6c9cb2568..e3f5ace8a 100644 --- a/src/app/Models/codegen/gcp/apigee/SyncAuthorization.ts +++ b/src/app/Models/codegen/gcp/apigee/SyncAuthorization.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SyncAuthorizationArgs { /* @@ -51,16 +51,16 @@ The service accounts must have --Apigee Synchronizer Manager-- role. See also [C return [ new DynamicUIProps( InputType.Array, - "identities", - "Array of service accounts to grant access to control plane resources, each specified using the following format: `serviceAccount:service-account-name`.\nThe `service-account-name` is formatted like an email address. For example: my-synchronizer-manager-serviceAccount@my_project_id.iam.gserviceaccount.com\nYou might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one.\nThe service accounts must have **Apigee Synchronizer Manager** role. See also [Create service accounts](https://cloud.google.com/apigee/docs/hybrid/v1.8/sa-about#create-the-service-accounts).", + 'identities', + 'Array of service accounts to grant access to control plane resources, each specified using the following format: `serviceAccount:service-account-name`.\nThe `service-account-name` is formatted like an email address. For example: my-synchronizer-manager-serviceAccount@my_project_id.iam.gserviceaccount.com\nYou might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one.\nThe service accounts must have **Apigee Synchronizer Manager** role. See also [Create service accounts](https://cloud.google.com/apigee/docs/hybrid/v1.8/sa-about#create-the-service-accounts).', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Apigee organization.\n\n\n- - -", + 'name', + 'Name of the Apigee organization.\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/apigee/TargetServer.ts b/src/app/Models/codegen/gcp/apigee/TargetServer.ts index c51e33280..8ec967d75 100644 --- a/src/app/Models/codegen/gcp/apigee/TargetServer.ts +++ b/src/app/Models/codegen/gcp/apigee/TargetServer.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { apigee_TargetServerSSlInfo, apigee_TargetServerSSlInfo_GetTypes, -} from "../types/apigee_TargetServerSSlInfo"; +} from '../types/apigee_TargetServerSSlInfo'; export interface TargetServerArgs { // The host name this target connects to. Value must be a valid hostname as described by RFC-1123. @@ -89,64 +89,64 @@ in the format `organizations/{{org_name}}/environments/{{env_name}}`. return [ new DynamicUIProps( InputType.String, - "protocol", - "Immutable. The protocol used by this TargetServer.\nPossible values are: `HTTP`, `HTTP2`, `GRPC_TARGET`, `GRPC`, `EXTERNAL_CALLOUT`.", + 'protocol', + 'Immutable. The protocol used by this TargetServer.\nPossible values are: `HTTP`, `HTTP2`, `GRPC_TARGET`, `GRPC`, `EXTERNAL_CALLOUT`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "sSlInfo", - "Specifies TLS configuration info for this TargetServer. The JSON name is sSLInfo for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.\nStructure is documented below.", + 'sSlInfo', + 'Specifies TLS configuration info for this TargetServer. The JSON name is sSLInfo for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.\nStructure is documented below.', () => apigee_TargetServerSSlInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of this TargetServer.", + 'description', + 'A human-readable description of this TargetServer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "envId", - "The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -", + 'envId', + 'The Apigee environment group associated with the Apigee environment,\nin the format `organizations/{{org_name}}/environments/{{env_name}}`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "host", - "The host name this target connects to. Value must be a valid hostname as described by RFC-1123.", + 'host', + 'The host name this target connects to. Value must be a valid hostname as described by RFC-1123.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "isEnabled", - "Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.", + 'isEnabled', + 'Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The resource id of this reference. Values must match the regular expression [\\w\\s-.]+.", + 'name', + 'The resource id of this reference. Values must match the regular expression [\\w\\s-.]+.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.", + 'port', + 'The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/appengine/Application.ts b/src/app/Models/codegen/gcp/appengine/Application.ts index 1e95a21cc..d0a63237a 100644 --- a/src/app/Models/codegen/gcp/appengine/Application.ts +++ b/src/app/Models/codegen/gcp/appengine/Application.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_ApplicationFeatureSettings, appengine_ApplicationFeatureSettings_GetTypes, -} from "../types/appengine_ApplicationFeatureSettings"; +} from '../types/appengine_ApplicationFeatureSettings'; import { appengine_ApplicationIap, appengine_ApplicationIap_GetTypes, -} from "../types/appengine_ApplicationIap"; +} from '../types/appengine_ApplicationIap'; import { appengine_ApplicationUrlDispatchRule, appengine_ApplicationUrlDispatchRule_GetTypes, -} from "../types/appengine_ApplicationUrlDispatchRule"; +} from '../types/appengine_ApplicationUrlDispatchRule'; export interface ApplicationArgs { // The domain to authenticate users with when using App Engine's User API. @@ -116,7 +116,7 @@ you may get a "Permission denied" error. return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The project ID to create the application under.\n~>**NOTE:** GCP only accepts project ID, not project number. If you are using number,\nyou may get a "Permission denied" error.', () => [], false, @@ -124,15 +124,15 @@ you may get a "Permission denied" error. ), new DynamicUIProps( InputType.String, - "servingStatus", - "The serving status of the app.", + 'servingStatus', + 'The serving status of the app.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "authDomain", + 'authDomain', "The domain to authenticate users with when using App Engine's User API.", () => [], false, @@ -140,32 +140,32 @@ you may get a "Permission denied" error. ), new DynamicUIProps( InputType.String, - "databaseType", - "The type of the Cloud Firestore or Cloud Datastore database associated with this application.\nCan be `CLOUD_FIRESTORE` or `CLOUD_DATASTORE_COMPATIBILITY` for new\ninstances. To support old instances, the value `CLOUD_DATASTORE` is accepted by the provider, but will be rejected by the API.\nTo create a Cloud Firestore database without creating an App Engine application, use the\n`gcp.firestore.Database`\nresource instead.", + 'databaseType', + 'The type of the Cloud Firestore or Cloud Datastore database associated with this application.\nCan be `CLOUD_FIRESTORE` or `CLOUD_DATASTORE_COMPATIBILITY` for new\ninstances. To support old instances, the value `CLOUD_DATASTORE` is accepted by the provider, but will be rejected by the API.\nTo create a Cloud Firestore database without creating an App Engine application, use the\n`gcp.firestore.Database`\nresource instead.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "featureSettings", - "A block of optional settings to configure specific App Engine features:", + 'featureSettings', + 'A block of optional settings to configure specific App Engine features:', () => appengine_ApplicationFeatureSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "iap", - "Settings for enabling Cloud Identity Aware Proxy", + 'iap', + 'Settings for enabling Cloud Identity Aware Proxy', () => appengine_ApplicationIap_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "locationId", - "The [location](https://cloud.google.com/appengine/docs/locations)\nto serve the app from.", + 'locationId', + 'The [location](https://cloud.google.com/appengine/docs/locations)\nto serve the app from.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/appengine/ApplicationUrlDispatchRules.ts b/src/app/Models/codegen/gcp/appengine/ApplicationUrlDispatchRules.ts index b1dc53724..01931b3cc 100644 --- a/src/app/Models/codegen/gcp/appengine/ApplicationUrlDispatchRules.ts +++ b/src/app/Models/codegen/gcp/appengine/ApplicationUrlDispatchRules.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_ApplicationUrlDispatchRulesDispatchRule, appengine_ApplicationUrlDispatchRulesDispatchRule_GetTypes, -} from "../types/appengine_ApplicationUrlDispatchRulesDispatchRule"; +} from '../types/appengine_ApplicationUrlDispatchRulesDispatchRule'; export interface ApplicationUrlDispatchRulesArgs { /* @@ -41,16 +41,16 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "dispatchRules", - "Rules to match an HTTP request and dispatch that request to a service.\nStructure is documented below.", + 'dispatchRules', + 'Rules to match an HTTP request and dispatch that request to a service.\nStructure is documented below.', () => appengine_ApplicationUrlDispatchRulesDispatchRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/appengine/DomainMapping.ts b/src/app/Models/codegen/gcp/appengine/DomainMapping.ts index 196229c06..a8ce2ae3a 100644 --- a/src/app/Models/codegen/gcp/appengine/DomainMapping.ts +++ b/src/app/Models/codegen/gcp/appengine/DomainMapping.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_DomainMappingSslSettings, appengine_DomainMappingSslSettings_GetTypes, -} from "../types/appengine_DomainMappingSslSettings"; +} from '../types/appengine_DomainMappingSslSettings'; import { appengine_DomainMappingResourceRecord, appengine_DomainMappingResourceRecord_GetTypes, -} from "../types/appengine_DomainMappingResourceRecord"; +} from '../types/appengine_DomainMappingResourceRecord'; export interface DomainMappingArgs { /* @@ -87,32 +87,32 @@ Possible values are: `STRICT`, `OVERRIDE`. return [ new DynamicUIProps( InputType.Object, - "sslSettings", - "SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.\nStructure is documented below.", + 'sslSettings', + 'SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.\nStructure is documented below.', () => appengine_DomainMappingSslSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "domainName", - "Relative name of the domain serving the application. Example: example.com.\n\n\n- - -", + 'domainName', + 'Relative name of the domain serving the application. Example: example.com.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "overrideStrategy", - "Whether the domain creation should override any existing mappings for this domain.\nBy default, overrides are rejected.\nDefault value is `STRICT`.\nPossible values are: `STRICT`, `OVERRIDE`.", + 'overrideStrategy', + 'Whether the domain creation should override any existing mappings for this domain.\nBy default, overrides are rejected.\nDefault value is `STRICT`.\nPossible values are: `STRICT`, `OVERRIDE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/appengine/EngineSplitTraffic.ts b/src/app/Models/codegen/gcp/appengine/EngineSplitTraffic.ts index ef3358142..9d474bccf 100644 --- a/src/app/Models/codegen/gcp/appengine/EngineSplitTraffic.ts +++ b/src/app/Models/codegen/gcp/appengine/EngineSplitTraffic.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_EngineSplitTrafficSplit, appengine_EngineSplitTrafficSplit_GetTypes, -} from "../types/appengine_EngineSplitTrafficSplit"; +} from '../types/appengine_EngineSplitTrafficSplit'; export interface EngineSplitTrafficArgs { /* @@ -53,32 +53,32 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "split", - "Mapping that defines fractional HTTP traffic diversion to different versions within the service.\nStructure is documented below.", + 'split', + 'Mapping that defines fractional HTTP traffic diversion to different versions within the service.\nStructure is documented below.', () => appengine_EngineSplitTrafficSplit_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "migrateTraffic", - "If set to true traffic will be migrated to this version.", + 'migrateTraffic', + 'If set to true traffic will be migrated to this version.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "service", - "The name of the service these settings apply to.", + 'service', + 'The name of the service these settings apply to.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/appengine/FirewallRule.ts b/src/app/Models/codegen/gcp/appengine/FirewallRule.ts index ad2d6db73..3eac65e80 100644 --- a/src/app/Models/codegen/gcp/appengine/FirewallRule.ts +++ b/src/app/Models/codegen/gcp/appengine/FirewallRule.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FirewallRuleArgs { /* @@ -73,40 +73,40 @@ Possible values are: `UNSPECIFIED_ACTION`, `ALLOW`, `DENY`. return [ new DynamicUIProps( InputType.String, - "action", - "The action to take if this rule matches.\nPossible values are: `UNSPECIFIED_ACTION`, `ALLOW`, `DENY`.\n\n\n- - -", + 'action', + 'The action to take if this rule matches.\nPossible values are: `UNSPECIFIED_ACTION`, `ALLOW`, `DENY`.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional string description of this rule.", + 'description', + 'An optional string description of this rule.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "A positive integer that defines the order of rule evaluation.\nRules with the lowest priority are evaluated first.\nA default rule at priority Int32.MaxValue matches all IPv4 and\nIPv6 traffic when no previous rule matches. Only the action of\nthis rule can be modified by the user.", + 'priority', + 'A positive integer that defines the order of rule evaluation.\nRules with the lowest priority are evaluated first.\nA default rule at priority Int32.MaxValue matches all IPv4 and\nIPv6 traffic when no previous rule matches. Only the action of\nthis rule can be modified by the user.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceRange", - "IP address or range, defined using CIDR notation, of requests that this rule applies to.", + 'sourceRange', + 'IP address or range, defined using CIDR notation, of requests that this rule applies to.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/appengine/FlexibleAppVersion.ts b/src/app/Models/codegen/gcp/appengine/FlexibleAppVersion.ts index 1ae0462ad..52819cfd2 100644 --- a/src/app/Models/codegen/gcp/appengine/FlexibleAppVersion.ts +++ b/src/app/Models/codegen/gcp/appengine/FlexibleAppVersion.ts @@ -3,57 +3,57 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_FlexibleAppVersionAutomaticScaling, appengine_FlexibleAppVersionAutomaticScaling_GetTypes, -} from "../types/appengine_FlexibleAppVersionAutomaticScaling"; +} from '../types/appengine_FlexibleAppVersionAutomaticScaling'; import { appengine_FlexibleAppVersionEntrypoint, appengine_FlexibleAppVersionEntrypoint_GetTypes, -} from "../types/appengine_FlexibleAppVersionEntrypoint"; +} from '../types/appengine_FlexibleAppVersionEntrypoint'; import { appengine_FlexibleAppVersionManualScaling, appengine_FlexibleAppVersionManualScaling_GetTypes, -} from "../types/appengine_FlexibleAppVersionManualScaling"; +} from '../types/appengine_FlexibleAppVersionManualScaling'; import { appengine_FlexibleAppVersionEndpointsApiService, appengine_FlexibleAppVersionEndpointsApiService_GetTypes, -} from "../types/appengine_FlexibleAppVersionEndpointsApiService"; +} from '../types/appengine_FlexibleAppVersionEndpointsApiService'; import { appengine_FlexibleAppVersionLivenessCheck, appengine_FlexibleAppVersionLivenessCheck_GetTypes, -} from "../types/appengine_FlexibleAppVersionLivenessCheck"; +} from '../types/appengine_FlexibleAppVersionLivenessCheck'; import { appengine_FlexibleAppVersionHandler, appengine_FlexibleAppVersionHandler_GetTypes, -} from "../types/appengine_FlexibleAppVersionHandler"; +} from '../types/appengine_FlexibleAppVersionHandler'; import { appengine_FlexibleAppVersionDeployment, appengine_FlexibleAppVersionDeployment_GetTypes, -} from "../types/appengine_FlexibleAppVersionDeployment"; +} from '../types/appengine_FlexibleAppVersionDeployment'; import { appengine_FlexibleAppVersionReadinessCheck, appengine_FlexibleAppVersionReadinessCheck_GetTypes, -} from "../types/appengine_FlexibleAppVersionReadinessCheck"; +} from '../types/appengine_FlexibleAppVersionReadinessCheck'; import { appengine_FlexibleAppVersionResources, appengine_FlexibleAppVersionResources_GetTypes, -} from "../types/appengine_FlexibleAppVersionResources"; +} from '../types/appengine_FlexibleAppVersionResources'; import { appengine_FlexibleAppVersionApiConfig, appengine_FlexibleAppVersionApiConfig_GetTypes, -} from "../types/appengine_FlexibleAppVersionApiConfig"; +} from '../types/appengine_FlexibleAppVersionApiConfig'; import { appengine_FlexibleAppVersionVpcAccessConnector, appengine_FlexibleAppVersionVpcAccessConnector_GetTypes, -} from "../types/appengine_FlexibleAppVersionVpcAccessConnector"; +} from '../types/appengine_FlexibleAppVersionVpcAccessConnector'; import { appengine_FlexibleAppVersionNetwork, appengine_FlexibleAppVersionNetwork_GetTypes, -} from "../types/appengine_FlexibleAppVersionNetwork"; +} from '../types/appengine_FlexibleAppVersionNetwork'; export interface FlexibleAppVersionArgs { /* @@ -371,159 +371,159 @@ Substitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`. return [ new DynamicUIProps( InputType.Object, - "resources", - "Machine resources for a version.\nStructure is documented below.", + 'resources', + 'Machine resources for a version.\nStructure is documented below.', () => appengine_FlexibleAppVersionResources_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deleteServiceOnDestroy", - "If set to `true`, the service will be deleted if it is the last version.", + 'deleteServiceOnDestroy', + 'If set to `true`, the service will be deleted if it is the last version.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "envVariables", - "Environment variables available to the application. As these are not returned in the API request, the provider will not detect any changes made outside of the config.", + 'envVariables', + 'Environment variables available to the application. As these are not returned in the API request, the provider will not detect any changes made outside of the config.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "deployment", - "Code and application artifacts that make up this version.\nStructure is documented below.", + 'deployment', + 'Code and application artifacts that make up this version.\nStructure is documented below.', () => appengine_FlexibleAppVersionDeployment_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "betaSettings", - "Metadata settings that are supplied to this version to enable beta runtime features.", + 'betaSettings', + 'Metadata settings that are supplied to this version to enable beta runtime features.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instanceClass", - "Instance class that is used to run this version. Valid values are\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling: B1, B2, B4, B8, B4_1G\nDefaults to F1 for AutomaticScaling and B1 for ManualScaling.", + 'instanceClass', + 'Instance class that is used to run this version. Valid values are\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling: B1, B2, B4, B8, B4_1G\nDefaults to F1 for AutomaticScaling and B1 for ManualScaling.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "servingStatus", - "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.\nDefault value is `SERVING`.\nPossible values are: `SERVING`, `STOPPED`.", + 'servingStatus', + 'Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.\nDefault value is `SERVING`.\nPossible values are: `SERVING`, `STOPPED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nobuildFilesRegex", - "Files that match this pattern will not be built into this version. Only applicable for Go runtimes.", + 'nobuildFilesRegex', + 'Files that match this pattern will not be built into this version. Only applicable for Go runtimes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "apiConfig", - "Serving configuration for Google Cloud Endpoints.\nStructure is documented below.", + 'apiConfig', + 'Serving configuration for Google Cloud Endpoints.\nStructure is documented below.', () => appengine_FlexibleAppVersionApiConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "readinessCheck", - "Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.\nStructure is documented below.", + 'readinessCheck', + 'Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.\nStructure is documented below.', () => appengine_FlexibleAppVersionReadinessCheck_GetTypes(), true, false, ), new DynamicUIProps( InputType.Array, - "inboundServices", - "A list of the types of messages that this application is able to receive.\nEach value may be one of: `INBOUND_SERVICE_MAIL`, `INBOUND_SERVICE_MAIL_BOUNCE`, `INBOUND_SERVICE_XMPP_ERROR`, `INBOUND_SERVICE_XMPP_MESSAGE`, `INBOUND_SERVICE_XMPP_SUBSCRIBE`, `INBOUND_SERVICE_XMPP_PRESENCE`, `INBOUND_SERVICE_CHANNEL_PRESENCE`, `INBOUND_SERVICE_WARMUP`.", + 'inboundServices', + 'A list of the types of messages that this application is able to receive.\nEach value may be one of: `INBOUND_SERVICE_MAIL`, `INBOUND_SERVICE_MAIL_BOUNCE`, `INBOUND_SERVICE_XMPP_ERROR`, `INBOUND_SERVICE_XMPP_MESSAGE`, `INBOUND_SERVICE_XMPP_SUBSCRIBE`, `INBOUND_SERVICE_XMPP_PRESENCE`, `INBOUND_SERVICE_CHANNEL_PRESENCE`, `INBOUND_SERVICE_WARMUP`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "livenessCheck", - "Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.\nStructure is documented below.", + 'livenessCheck', + 'Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.\nStructure is documented below.', () => appengine_FlexibleAppVersionLivenessCheck_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "entrypoint", - "The entrypoint for the application.\nStructure is documented below.", + 'entrypoint', + 'The entrypoint for the application.\nStructure is documented below.', () => appengine_FlexibleAppVersionEntrypoint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccount", - "The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as\ndefault if this field is neither provided in app.yaml file nor through CLI flag.", + 'serviceAccount', + 'The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as\ndefault if this field is neither provided in app.yaml file nor through CLI flag.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "noopOnDestroy", - "If set to `true`, the application version will not be deleted.", + 'noopOnDestroy', + 'If set to `true`, the application version will not be deleted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runtimeChannel", - "The channel of the runtime to use. Only available for some runtimes.", + 'runtimeChannel', + 'The channel of the runtime to use. Only available for some runtimes.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "runtime", - "Desired runtime. Example python27.", + 'runtime', + 'Desired runtime. Example python27.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "service", - "AppEngine service resource. Can contain numbers, letters, and hyphens.", + 'service', + 'AppEngine service resource. Can contain numbers, letters, and hyphens.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "versionId", + 'versionId', 'Relative name of the version within the service. For example, `v1`. Version names can contain only lowercase letters, numbers, or hyphens.\nReserved names,"default", "latest", and any name with the prefix "ah-".', () => [], false, @@ -531,47 +531,47 @@ Substitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`. ), new DynamicUIProps( InputType.Object, - "manualScaling", - "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.", + 'manualScaling', + 'A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.', () => appengine_FlexibleAppVersionManualScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "endpointsApiService", - "Code and application artifacts that make up this version.\nStructure is documented below.", + 'endpointsApiService', + 'Code and application artifacts that make up this version.\nStructure is documented below.', () => appengine_FlexibleAppVersionEndpointsApiService_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "runtimeApiVersion", - "The version of the API in the given runtime environment.\nPlease see the app.yaml reference for valid values at `https://cloud.google.com/appengine/docs/standard//config/appref`\\\nSubstitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`.", + 'runtimeApiVersion', + 'The version of the API in the given runtime environment.\nPlease see the app.yaml reference for valid values at `https://cloud.google.com/appengine/docs/standard//config/appref`\\\nSubstitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpcAccessConnector", - "Enables VPC connectivity for standard apps.\nStructure is documented below.", + 'vpcAccessConnector', + 'Enables VPC connectivity for standard apps.\nStructure is documented below.', () => appengine_FlexibleAppVersionVpcAccessConnector_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "automaticScaling", - "Automatic scaling is based on request rate, response latencies, and other application metrics.\nStructure is documented below.", + 'automaticScaling', + 'Automatic scaling is based on request rate, response latencies, and other application metrics.\nStructure is documented below.', () => appengine_FlexibleAppVersionAutomaticScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "runtimeMainExecutablePath", + 'runtimeMainExecutablePath', "The path or name of the app's main executable.", () => [], false, @@ -579,24 +579,24 @@ Substitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`. ), new DynamicUIProps( InputType.Array, - "handlers", - "An ordered list of URL-matching patterns that should be applied to incoming requests.\nThe first matching URL handles the request and other request handlers are not attempted.\nStructure is documented below.", + 'handlers', + 'An ordered list of URL-matching patterns that should be applied to incoming requests.\nThe first matching URL handles the request and other request handlers are not attempted.\nStructure is documented below.', () => appengine_FlexibleAppVersionHandler_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "network", - "Extra network settings\nStructure is documented below.", + 'network', + 'Extra network settings\nStructure is documented below.', () => appengine_FlexibleAppVersionNetwork_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultExpiration", - "Duration that static files should be cached by web proxies and browsers.\nOnly applicable if the corresponding StaticFilesHandler does not specify its own expiration time.", + 'defaultExpiration', + 'Duration that static files should be cached by web proxies and browsers.\nOnly applicable if the corresponding StaticFilesHandler does not specify its own expiration time.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/appengine/ServiceNetworkSettings.ts b/src/app/Models/codegen/gcp/appengine/ServiceNetworkSettings.ts index 440328325..a59fd2546 100644 --- a/src/app/Models/codegen/gcp/appengine/ServiceNetworkSettings.ts +++ b/src/app/Models/codegen/gcp/appengine/ServiceNetworkSettings.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_ServiceNetworkSettingsNetworkSettings, appengine_ServiceNetworkSettingsNetworkSettings_GetTypes, -} from "../types/appengine_ServiceNetworkSettingsNetworkSettings"; +} from '../types/appengine_ServiceNetworkSettingsNetworkSettings'; export interface ServiceNetworkSettingsArgs { /* @@ -47,24 +47,24 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "networkSettings", - "Ingress settings for this service. Will apply to all versions.\nStructure is documented below.", + 'networkSettings', + 'Ingress settings for this service. Will apply to all versions.\nStructure is documented below.', () => appengine_ServiceNetworkSettingsNetworkSettings_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "service", - "The name of the service these settings apply to.", + 'service', + 'The name of the service these settings apply to.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/appengine/StandardAppVersion.ts b/src/app/Models/codegen/gcp/appengine/StandardAppVersion.ts index 949780282..b03d792ca 100644 --- a/src/app/Models/codegen/gcp/appengine/StandardAppVersion.ts +++ b/src/app/Models/codegen/gcp/appengine/StandardAppVersion.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { appengine_StandardAppVersionVpcAccessConnector, appengine_StandardAppVersionVpcAccessConnector_GetTypes, -} from "../types/appengine_StandardAppVersionVpcAccessConnector"; +} from '../types/appengine_StandardAppVersionVpcAccessConnector'; import { appengine_StandardAppVersionAutomaticScaling, appengine_StandardAppVersionAutomaticScaling_GetTypes, -} from "../types/appengine_StandardAppVersionAutomaticScaling"; +} from '../types/appengine_StandardAppVersionAutomaticScaling'; import { appengine_StandardAppVersionEntrypoint, appengine_StandardAppVersionEntrypoint_GetTypes, -} from "../types/appengine_StandardAppVersionEntrypoint"; +} from '../types/appengine_StandardAppVersionEntrypoint'; import { appengine_StandardAppVersionManualScaling, appengine_StandardAppVersionManualScaling_GetTypes, -} from "../types/appengine_StandardAppVersionManualScaling"; +} from '../types/appengine_StandardAppVersionManualScaling'; import { appengine_StandardAppVersionLibrary, appengine_StandardAppVersionLibrary_GetTypes, -} from "../types/appengine_StandardAppVersionLibrary"; +} from '../types/appengine_StandardAppVersionLibrary'; import { appengine_StandardAppVersionDeployment, appengine_StandardAppVersionDeployment_GetTypes, -} from "../types/appengine_StandardAppVersionDeployment"; +} from '../types/appengine_StandardAppVersionDeployment'; import { appengine_StandardAppVersionBasicScaling, appengine_StandardAppVersionBasicScaling_GetTypes, -} from "../types/appengine_StandardAppVersionBasicScaling"; +} from '../types/appengine_StandardAppVersionBasicScaling'; import { appengine_StandardAppVersionHandler, appengine_StandardAppVersionHandler_GetTypes, -} from "../types/appengine_StandardAppVersionHandler"; +} from '../types/appengine_StandardAppVersionHandler'; export interface StandardAppVersionArgs { // Whether multiple requests can be dispatched to this version at once. @@ -254,23 +254,23 @@ Substitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`. return [ new DynamicUIProps( InputType.String, - "serviceAccount", - "The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.", + 'serviceAccount', + 'The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "vpcAccessConnector", - "Enables VPC connectivity for standard apps.\nStructure is documented below.", + 'vpcAccessConnector', + 'Enables VPC connectivity for standard apps.\nStructure is documented below.', () => appengine_StandardAppVersionVpcAccessConnector_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "versionId", + 'versionId', 'Relative name of the version within the service. For example, `v1`. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names,"default", "latest", and any name with the prefix "ah-".', () => [], false, @@ -278,144 +278,144 @@ Substitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`. ), new DynamicUIProps( InputType.Array, - "libraries", - "Configuration for third-party Python runtime libraries that are required by the application.\nStructure is documented below.", + 'libraries', + 'Configuration for third-party Python runtime libraries that are required by the application.\nStructure is documented below.', () => appengine_StandardAppVersionLibrary_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "runtime", - "Desired runtime. Example python27.", + 'runtime', + 'Desired runtime. Example python27.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "deleteServiceOnDestroy", - "If set to `true`, the service will be deleted if it is the last version.", + 'deleteServiceOnDestroy', + 'If set to `true`, the service will be deleted if it is the last version.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "appEngineApis", - "Allows App Engine second generation runtimes to access the legacy bundled services.", + 'appEngineApis', + 'Allows App Engine second generation runtimes to access the legacy bundled services.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceClass", - "Instance class that is used to run this version. Valid values are\nAutomaticScaling: F1, F2, F4, F4_1G\nBasicScaling or ManualScaling: B1, B2, B4, B4_1G, B8\nDefaults to F1 for AutomaticScaling and B2 for ManualScaling and BasicScaling. If no scaling is specified, AutomaticScaling is chosen.", + 'instanceClass', + 'Instance class that is used to run this version. Valid values are\nAutomaticScaling: F1, F2, F4, F4_1G\nBasicScaling or ManualScaling: B1, B2, B4, B4_1G, B8\nDefaults to F1 for AutomaticScaling and B2 for ManualScaling and BasicScaling. If no scaling is specified, AutomaticScaling is chosen.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "threadsafe", - "Whether multiple requests can be dispatched to this version at once.", + 'threadsafe', + 'Whether multiple requests can be dispatched to this version at once.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "basicScaling", - "Basic scaling creates instances when your application receives requests. Each instance will be shut down when the application becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.\nStructure is documented below.", + 'basicScaling', + 'Basic scaling creates instances when your application receives requests. Each instance will be shut down when the application becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.\nStructure is documented below.', () => appengine_StandardAppVersionBasicScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "noopOnDestroy", - "If set to `true`, the application version will not be deleted.", + 'noopOnDestroy', + 'If set to `true`, the application version will not be deleted.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "service", - "AppEngine service resource", + 'service', + 'AppEngine service resource', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "manualScaling", - "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.", + 'manualScaling', + 'A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.', () => appengine_StandardAppVersionManualScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "envVariables", - "Environment variables available to the application.", + 'envVariables', + 'Environment variables available to the application.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "inboundServices", - "A list of the types of messages that this application is able to receive.\nEach value may be one of: `INBOUND_SERVICE_MAIL`, `INBOUND_SERVICE_MAIL_BOUNCE`, `INBOUND_SERVICE_XMPP_ERROR`, `INBOUND_SERVICE_XMPP_MESSAGE`, `INBOUND_SERVICE_XMPP_SUBSCRIBE`, `INBOUND_SERVICE_XMPP_PRESENCE`, `INBOUND_SERVICE_CHANNEL_PRESENCE`, `INBOUND_SERVICE_WARMUP`.", + 'inboundServices', + 'A list of the types of messages that this application is able to receive.\nEach value may be one of: `INBOUND_SERVICE_MAIL`, `INBOUND_SERVICE_MAIL_BOUNCE`, `INBOUND_SERVICE_XMPP_ERROR`, `INBOUND_SERVICE_XMPP_MESSAGE`, `INBOUND_SERVICE_XMPP_SUBSCRIBE`, `INBOUND_SERVICE_XMPP_PRESENCE`, `INBOUND_SERVICE_CHANNEL_PRESENCE`, `INBOUND_SERVICE_WARMUP`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "handlers", - "An ordered list of URL-matching patterns that should be applied to incoming requests.\nThe first matching URL handles the request and other request handlers are not attempted.\nStructure is documented below.", + 'handlers', + 'An ordered list of URL-matching patterns that should be applied to incoming requests.\nThe first matching URL handles the request and other request handlers are not attempted.\nStructure is documented below.', () => appengine_StandardAppVersionHandler_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "runtimeApiVersion", - "The version of the API in the given runtime environment.\nPlease see the app.yaml reference for valid values at `https://cloud.google.com/appengine/docs/standard//config/appref`\\\nSubstitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`.", + 'runtimeApiVersion', + 'The version of the API in the given runtime environment.\nPlease see the app.yaml reference for valid values at `https://cloud.google.com/appengine/docs/standard//config/appref`\\\nSubstitute `` with `python`, `java`, `php`, `ruby`, `go` or `nodejs`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "deployment", - "Code and application artifacts that make up this version.\nStructure is documented below.", + 'deployment', + 'Code and application artifacts that make up this version.\nStructure is documented below.', () => appengine_StandardAppVersionDeployment_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "automaticScaling", - "Automatic scaling is based on request rate, response latencies, and other application metrics.\nStructure is documented below.", + 'automaticScaling', + 'Automatic scaling is based on request rate, response latencies, and other application metrics.\nStructure is documented below.', () => appengine_StandardAppVersionAutomaticScaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "entrypoint", - "The entrypoint for the application.\nStructure is documented below.", + 'entrypoint', + 'The entrypoint for the application.\nStructure is documented below.', () => appengine_StandardAppVersionEntrypoint_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/artifactregistry/Repository.ts b/src/app/Models/codegen/gcp/artifactregistry/Repository.ts index 651966404..79bdc6edf 100644 --- a/src/app/Models/codegen/gcp/artifactregistry/Repository.ts +++ b/src/app/Models/codegen/gcp/artifactregistry/Repository.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { artifactregistry_RepositoryRemoteRepositoryConfig, artifactregistry_RepositoryRemoteRepositoryConfig_GetTypes, -} from "../types/artifactregistry_RepositoryRemoteRepositoryConfig"; +} from '../types/artifactregistry_RepositoryRemoteRepositoryConfig'; import { artifactregistry_RepositoryVirtualRepositoryConfig, artifactregistry_RepositoryVirtualRepositoryConfig_GetTypes, -} from "../types/artifactregistry_RepositoryVirtualRepositoryConfig"; +} from '../types/artifactregistry_RepositoryVirtualRepositoryConfig'; import { artifactregistry_RepositoryMavenConfig, artifactregistry_RepositoryMavenConfig_GetTypes, -} from "../types/artifactregistry_RepositoryMavenConfig"; +} from '../types/artifactregistry_RepositoryMavenConfig'; import { artifactregistry_RepositoryCleanupPolicy, artifactregistry_RepositoryCleanupPolicy_GetTypes, -} from "../types/artifactregistry_RepositoryCleanupPolicy"; +} from '../types/artifactregistry_RepositoryCleanupPolicy'; import { artifactregistry_RepositoryDockerConfig, artifactregistry_RepositoryDockerConfig_GetTypes, -} from "../types/artifactregistry_RepositoryDockerConfig"; +} from '../types/artifactregistry_RepositoryDockerConfig'; export interface RepositoryArgs { // The user-provided description of the repository. @@ -248,55 +248,55 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.Map, - "labels", - "Labels with user-defined metadata.\nThis field may contain up to 64 entries. Label keys and values may be no\nlonger than 63 characters. Label keys must begin with a lowercase letter\nand may only contain lowercase letters, numeric characters, underscores,\nand dashes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels with user-defined metadata.\nThis field may contain up to 64 entries. Label keys and values may be no\nlonger than 63 characters. Label keys must begin with a lowercase letter\nand may only contain lowercase letters, numeric characters, underscores,\nand dashes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "format", - "The format of packages that are stored in the repository. Supported formats\ncan be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).\nYou can only create alpha formats if you are a member of the\n[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).\n\n\n- - -", + 'format', + 'The format of packages that are stored in the repository. Supported formats\ncan be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).\nYou can only create alpha formats if you are a member of the\n[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "kmsKeyName", - "The Cloud KMS resource name of the customer managed encryption key that’s\nused to encrypt the contents of the Repository. Has the form:\n`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.\nThis value may not be changed after the Repository has been created.", + 'kmsKeyName', + 'The Cloud KMS resource name of the customer managed encryption key that’s\nused to encrypt the contents of the Repository. Has the form:\n`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.\nThis value may not be changed after the Repository has been created.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "cleanupPolicies", - "Cleanup policies for this repository. Cleanup policies indicate when\ncertain package versions can be automatically deleted.\nMap keys are policy IDs supplied by users during policy creation. They must\nunique within a repository and be under 128 characters in length.\nStructure is documented below.", + 'cleanupPolicies', + 'Cleanup policies for this repository. Cleanup policies indicate when\ncertain package versions can be automatically deleted.\nMap keys are policy IDs supplied by users during policy creation. They must\nunique within a repository and be under 128 characters in length.\nStructure is documented below.', () => artifactregistry_RepositoryCleanupPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "cleanupPolicyDryRun", - "If true, the cleanup pipeline is prevented from deleting versions in this\nrepository.", + 'cleanupPolicyDryRun', + 'If true, the cleanup pipeline is prevented from deleting versions in this\nrepository.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "remoteRepositoryConfig", - "Configuration specific for a Remote Repository.\nStructure is documented below.", + 'remoteRepositoryConfig', + 'Configuration specific for a Remote Repository.\nStructure is documented below.', () => artifactregistry_RepositoryRemoteRepositoryConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "repositoryId", + 'repositoryId', 'The last part of the repository name, for example:\n"repo1"', () => [], true, @@ -304,56 +304,56 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this repository is located in.", + 'location', + 'The name of the location this repository is located in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "mavenConfig", - "MavenRepositoryConfig is maven related repository details.\nProvides additional configuration details for repositories of the maven\nformat type.\nStructure is documented below.", + 'mavenConfig', + 'MavenRepositoryConfig is maven related repository details.\nProvides additional configuration details for repositories of the maven\nformat type.\nStructure is documented below.', () => artifactregistry_RepositoryMavenConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "virtualRepositoryConfig", - "Configuration specific for a Virtual Repository.\nStructure is documented below.", + 'virtualRepositoryConfig', + 'Configuration specific for a Virtual Repository.\nStructure is documented below.', () => artifactregistry_RepositoryVirtualRepositoryConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The user-provided description of the repository.", + 'description', + 'The user-provided description of the repository.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mode", - "The mode configures the repository to serve artifacts from different sources.\nDefault value is `STANDARD_REPOSITORY`.\nPossible values are: `STANDARD_REPOSITORY`, `VIRTUAL_REPOSITORY`, `REMOTE_REPOSITORY`.", + 'mode', + 'The mode configures the repository to serve artifacts from different sources.\nDefault value is `STANDARD_REPOSITORY`.\nPossible values are: `STANDARD_REPOSITORY`, `VIRTUAL_REPOSITORY`, `REMOTE_REPOSITORY`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dockerConfig", - "Docker repository config contains repository level configuration for the repositories of docker type.\nStructure is documented below.", + 'dockerConfig', + 'Docker repository config contains repository level configuration for the repositories of docker type.\nStructure is documented below.', () => artifactregistry_RepositoryDockerConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamBinding.ts b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamBinding.ts index 689f0756b..edda7821f 100644 --- a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamBinding.ts +++ b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { artifactregistry_RepositoryIamBindingCondition, artifactregistry_RepositoryIamBindingCondition_GetTypes, -} from "../types/artifactregistry_RepositoryIamBindingCondition"; +} from '../types/artifactregistry_RepositoryIamBindingCondition'; export interface RepositoryIamBindingArgs { /* @@ -100,39 +100,39 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => artifactregistry_RepositoryIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -140,8 +140,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "repository", - "Used to find the parent resource to bind the IAM policy to", + 'repository', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamMember.ts b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamMember.ts index d1326a15a..091a72a1c 100644 --- a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamMember.ts +++ b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { artifactregistry_RepositoryIamMemberCondition, artifactregistry_RepositoryIamMemberCondition_GetTypes, -} from "../types/artifactregistry_RepositoryIamMemberCondition"; +} from '../types/artifactregistry_RepositoryIamMemberCondition'; export interface RepositoryIamMemberArgs { /* @@ -100,16 +100,16 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -117,24 +117,24 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "repository", - "Used to find the parent resource to bind the IAM policy to", + 'repository', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => artifactregistry_RepositoryIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamPolicy.ts b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamPolicy.ts index 9b2153f25..9330eaed0 100644 --- a/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamPolicy.ts +++ b/src/app/Models/codegen/gcp/artifactregistry/RepositoryIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryIamPolicyArgs { /* @@ -82,15 +82,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -98,16 +98,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "repository", - "Used to find the parent resource to bind the IAM policy to", + 'repository', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this repository is located in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/artifactregistry/VpcscConfig.ts b/src/app/Models/codegen/gcp/artifactregistry/VpcscConfig.ts index 07371dcb7..2024d26b3 100644 --- a/src/app/Models/codegen/gcp/artifactregistry/VpcscConfig.ts +++ b/src/app/Models/codegen/gcp/artifactregistry/VpcscConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VpcscConfigArgs { // The name of the location this config is located in. @@ -49,24 +49,24 @@ Possible values are: `DENY`, `ALLOW`. return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location this config is located in.", + 'location', + 'The name of the location this config is located in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpcscPolicy", - "The VPC SC policy for project and location.\nPossible values are: `DENY`, `ALLOW`.", + 'vpcscPolicy', + 'The VPC SC policy for project and location.\nPossible values are: `DENY`, `ALLOW`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/assuredworkloads/Workload.ts b/src/app/Models/codegen/gcp/assuredworkloads/Workload.ts index 3723319b2..638c0845a 100644 --- a/src/app/Models/codegen/gcp/assuredworkloads/Workload.ts +++ b/src/app/Models/codegen/gcp/assuredworkloads/Workload.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { assuredworkloads_WorkloadSaaEnrollmentResponse, assuredworkloads_WorkloadSaaEnrollmentResponse_GetTypes, -} from "../types/assuredworkloads_WorkloadSaaEnrollmentResponse"; +} from '../types/assuredworkloads_WorkloadSaaEnrollmentResponse'; import { assuredworkloads_WorkloadResourceSetting, assuredworkloads_WorkloadResourceSetting_GetTypes, -} from "../types/assuredworkloads_WorkloadResourceSetting"; +} from '../types/assuredworkloads_WorkloadResourceSetting'; import { assuredworkloads_WorkloadKmsSettings, assuredworkloads_WorkloadKmsSettings_GetTypes, -} from "../types/assuredworkloads_WorkloadKmsSettings"; +} from '../types/assuredworkloads_WorkloadKmsSettings'; import { assuredworkloads_WorkloadPartnerPermissions, assuredworkloads_WorkloadPartnerPermissions_GetTypes, -} from "../types/assuredworkloads_WorkloadPartnerPermissions"; +} from '../types/assuredworkloads_WorkloadPartnerPermissions'; import { assuredworkloads_WorkloadComplianceStatus, assuredworkloads_WorkloadComplianceStatus_GetTypes, -} from "../types/assuredworkloads_WorkloadComplianceStatus"; +} from '../types/assuredworkloads_WorkloadComplianceStatus'; import { assuredworkloads_WorkloadEkmProvisioningResponse, assuredworkloads_WorkloadEkmProvisioningResponse_GetTypes, -} from "../types/assuredworkloads_WorkloadEkmProvisioningResponse"; +} from '../types/assuredworkloads_WorkloadEkmProvisioningResponse'; import { assuredworkloads_WorkloadResource, assuredworkloads_WorkloadResource_GetTypes, -} from "../types/assuredworkloads_WorkloadResource"; +} from '../types/assuredworkloads_WorkloadResource'; export interface WorkloadArgs { // Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT @@ -171,104 +171,104 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.String, - "complianceRegime", - "Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT", + 'complianceRegime', + 'Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Optional. Labels applied to the workload.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. Labels applied to the workload.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "partner", - "Optional. Partner regime associated with this workload. Possible values: PARTNER_UNSPECIFIED, LOCAL_CONTROLS_BY_S3NS, SOVEREIGN_CONTROLS_BY_T_SYSTEMS, SOVEREIGN_CONTROLS_BY_SIA_MINSAIT, SOVEREIGN_CONTROLS_BY_PSN", + 'partner', + 'Optional. Partner regime associated with this workload. Possible values: PARTNER_UNSPECIFIED, LOCAL_CONTROLS_BY_S3NS, SOVEREIGN_CONTROLS_BY_T_SYSTEMS, SOVEREIGN_CONTROLS_BY_SIA_MINSAIT, SOVEREIGN_CONTROLS_BY_PSN', () => [], false, true, ), new DynamicUIProps( InputType.String, - "billingAccount", - "Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.", + 'billingAccount', + 'Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "organization", - "The organization for the resource\n\n\n\n- - -", + 'organization', + 'The organization for the resource\n\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload", + 'displayName', + 'Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "violationNotificationsEnabled", - "Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.", + 'violationNotificationsEnabled', + 'Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "resourceSettings", - "Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.", + 'resourceSettings', + 'Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.', () => assuredworkloads_WorkloadResourceSetting_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "enableSovereignControls", - "Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.", + 'enableSovereignControls', + 'Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "kmsSettings", - "**DEPRECATED** Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.", + 'kmsSettings', + '**DEPRECATED** Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.', () => assuredworkloads_WorkloadKmsSettings_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "partnerPermissions", - "Optional. Permissions granted to the AW Partner SA account for the customer workload", + 'partnerPermissions', + 'Optional. Permissions granted to the AW Partner SA account for the customer workload', () => assuredworkloads_WorkloadPartnerPermissions_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "provisionedResourcesParent", - "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}", + 'provisionedResourcesParent', + 'Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/backupdisasterrecovery/ManagementServer.ts b/src/app/Models/codegen/gcp/backupdisasterrecovery/ManagementServer.ts index 7d0837afb..2105172b0 100644 --- a/src/app/Models/codegen/gcp/backupdisasterrecovery/ManagementServer.ts +++ b/src/app/Models/codegen/gcp/backupdisasterrecovery/ManagementServer.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { backupdisasterrecovery_ManagementServerNetwork, backupdisasterrecovery_ManagementServerNetwork_GetTypes, -} from "../types/backupdisasterrecovery_ManagementServerNetwork"; +} from '../types/backupdisasterrecovery_ManagementServerNetwork'; import { backupdisasterrecovery_ManagementServerManagementUri, backupdisasterrecovery_ManagementServerManagementUri_GetTypes, -} from "../types/backupdisasterrecovery_ManagementServerManagementUri"; +} from '../types/backupdisasterrecovery_ManagementServerManagementUri'; export interface ManagementServerArgs { // The location for the management server (management console) @@ -80,40 +80,40 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "networks", - "Network details to create management server (management console).\nStructure is documented below.", + 'networks', + 'Network details to create management server (management console).\nStructure is documented below.', () => backupdisasterrecovery_ManagementServerNetwork_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The type of management server (management console).\nDefault value is `BACKUP_RESTORE`.\nPossible values are: `BACKUP_RESTORE`.", + 'type', + 'The type of management server (management console).\nDefault value is `BACKUP_RESTORE`.\nPossible values are: `BACKUP_RESTORE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the management server (management console)", + 'location', + 'The location for the management server (management console)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of management server (management console)", + 'name', + 'The name of management server (management console)', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/beyondcorp/AppConnection.ts b/src/app/Models/codegen/gcp/beyondcorp/AppConnection.ts index 93b70c182..f6d2d1e93 100644 --- a/src/app/Models/codegen/gcp/beyondcorp/AppConnection.ts +++ b/src/app/Models/codegen/gcp/beyondcorp/AppConnection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { beyondcorp_AppConnectionApplicationEndpoint, beyondcorp_AppConnectionApplicationEndpoint_GetTypes, -} from "../types/beyondcorp_AppConnectionApplicationEndpoint"; +} from '../types/beyondcorp_AppConnectionApplicationEndpoint'; import { beyondcorp_AppConnectionGateway, beyondcorp_AppConnectionGateway_GetTypes, -} from "../types/beyondcorp_AppConnectionGateway"; +} from '../types/beyondcorp_AppConnectionGateway'; export interface AppConnectionArgs { /* @@ -120,72 +120,72 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "connectors", - "List of AppConnectors that are authorised to be associated with this AppConnection", + 'connectors', + 'List of AppConnectors that are authorised to be associated with this AppConnection', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "applicationEndpoint", - "Address of the remote application endpoint for the BeyondCorp AppConnection.\nStructure is documented below.", + 'applicationEndpoint', + 'Address of the remote application endpoint for the BeyondCorp AppConnection.\nStructure is documented below.', () => beyondcorp_AppConnectionApplicationEndpoint_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "The region of the AppConnection.", + 'region', + 'The region of the AppConnection.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The type of network connectivity used by the AppConnection. Refer to\nhttps://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#type\nfor a list of possible values.", + 'type', + 'The type of network connectivity used by the AppConnection. Refer to\nhttps://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#type\nfor a list of possible values.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "An arbitrary user-provided name for the AppConnection.", + 'displayName', + 'An arbitrary user-provided name for the AppConnection.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "ID of the AppConnection.", + 'name', + 'ID of the AppConnection.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "gateway", - "Gateway used by the AppConnection.\nStructure is documented below.", + 'gateway', + 'Gateway used by the AppConnection.\nStructure is documented below.', () => beyondcorp_AppConnectionGateway_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/beyondcorp/AppConnector.ts b/src/app/Models/codegen/gcp/beyondcorp/AppConnector.ts index ee02e54b0..bddd1696c 100644 --- a/src/app/Models/codegen/gcp/beyondcorp/AppConnector.ts +++ b/src/app/Models/codegen/gcp/beyondcorp/AppConnector.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { beyondcorp_AppConnectorPrincipalInfo, beyondcorp_AppConnectorPrincipalInfo_GetTypes, -} from "../types/beyondcorp_AppConnectorPrincipalInfo"; +} from '../types/beyondcorp_AppConnectorPrincipalInfo'; export interface AppConnectorArgs { // An arbitrary user-provided name for the AppConnector. @@ -87,48 +87,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "displayName", - "An arbitrary user-provided name for the AppConnector.", + 'displayName', + 'An arbitrary user-provided name for the AppConnector.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "ID of the AppConnector.", + 'name', + 'ID of the AppConnector.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "principalInfo", - "Principal information about the Identity of the AppConnector.\nStructure is documented below.", + 'principalInfo', + 'Principal information about the Identity of the AppConnector.\nStructure is documented below.', () => beyondcorp_AppConnectorPrincipalInfo_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the AppConnector.", + 'region', + 'The region of the AppConnector.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/beyondcorp/AppGateway.ts b/src/app/Models/codegen/gcp/beyondcorp/AppGateway.ts index 4fee0ef1e..351264566 100644 --- a/src/app/Models/codegen/gcp/beyondcorp/AppGateway.ts +++ b/src/app/Models/codegen/gcp/beyondcorp/AppGateway.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { beyondcorp_AppGatewayAllocatedConnection, beyondcorp_AppGatewayAllocatedConnection_GetTypes, -} from "../types/beyondcorp_AppGatewayAllocatedConnection"; +} from '../types/beyondcorp_AppGatewayAllocatedConnection'; export interface AppGatewayArgs { // The region of the AppGateway. @@ -122,56 +122,56 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "type", - "The type of network connectivity used by the AppGateway.\nDefault value is `TYPE_UNSPECIFIED`.\nPossible values are: `TYPE_UNSPECIFIED`, `TCP_PROXY`.", + 'type', + 'The type of network connectivity used by the AppGateway.\nDefault value is `TYPE_UNSPECIFIED`.\nPossible values are: `TYPE_UNSPECIFIED`, `TCP_PROXY`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "An arbitrary user-provided name for the AppGateway.", + 'displayName', + 'An arbitrary user-provided name for the AppGateway.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "hostType", - "The type of hosting used by the AppGateway.\nDefault value is `HOST_TYPE_UNSPECIFIED`.\nPossible values are: `HOST_TYPE_UNSPECIFIED`, `GCP_REGIONAL_MIG`.", + 'hostType', + 'The type of hosting used by the AppGateway.\nDefault value is `HOST_TYPE_UNSPECIFIED`.\nPossible values are: `HOST_TYPE_UNSPECIFIED`, `GCP_REGIONAL_MIG`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Resource labels to represent user provided metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "ID of the AppGateway.\n\n\n- - -", + 'name', + 'ID of the AppGateway.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the AppGateway.", + 'region', + 'The region of the AppGateway.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/biglake/Catalog.ts b/src/app/Models/codegen/gcp/biglake/Catalog.ts index 634502115..984b6f80a 100644 --- a/src/app/Models/codegen/gcp/biglake/Catalog.ts +++ b/src/app/Models/codegen/gcp/biglake/Catalog.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CatalogArgs { // The geographic location where the Catalog should reside. @@ -78,24 +78,24 @@ up to nine fractional digits. return [ new DynamicUIProps( InputType.String, - "location", - "The geographic location where the Catalog should reside.", + 'location', + 'The geographic location where the Catalog should reside.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the Catalog. Format:\nprojects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}\n\n\n- - -", + 'name', + 'The name of the Catalog. Format:\nprojects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/biglake/Database.ts b/src/app/Models/codegen/gcp/biglake/Database.ts index a7946c893..4ceebd82c 100644 --- a/src/app/Models/codegen/gcp/biglake/Database.ts +++ b/src/app/Models/codegen/gcp/biglake/Database.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { biglake_DatabaseHiveOptions, biglake_DatabaseHiveOptions_GetTypes, -} from "../types/biglake_DatabaseHiveOptions"; +} from '../types/biglake_DatabaseHiveOptions'; export interface DatabaseArgs { // The parent catalog. @@ -79,32 +79,32 @@ digits. Examples: "2014-10-02T15:01:23Z" and return [ new DynamicUIProps( InputType.String, - "name", - "The name of the database.", + 'name', + 'The name of the database.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The database type.", + 'type', + 'The database type.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "catalog", - "The parent catalog.", + 'catalog', + 'The parent catalog.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "hiveOptions", - "Options of a Hive database.\nStructure is documented below.", + 'hiveOptions', + 'Options of a Hive database.\nStructure is documented below.', () => biglake_DatabaseHiveOptions_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/biglake/Table.ts b/src/app/Models/codegen/gcp/biglake/Table.ts index d4b2e3337..d1b2db4f8 100644 --- a/src/app/Models/codegen/gcp/biglake/Table.ts +++ b/src/app/Models/codegen/gcp/biglake/Table.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { biglake_TableHiveOptions, biglake_TableHiveOptions_GetTypes, -} from "../types/biglake_TableHiveOptions"; +} from '../types/biglake_TableHiveOptions'; export interface TableArgs { /* @@ -105,32 +105,32 @@ with nanosecond resolution and up to nine fractional digits. Examples: return [ new DynamicUIProps( InputType.String, - "type", - "The database type.\nPossible values are: `HIVE`.", + 'type', + 'The database type.\nPossible values are: `HIVE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "database", - "The id of the parent database.", + 'database', + 'The id of the parent database.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "hiveOptions", - "Options of a Hive table.\nStructure is documented below.", + 'hiveOptions', + 'Options of a Hive table.\nStructure is documented below.', () => biglake_TableHiveOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Output only. The name of the Table. Format:\nprojects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}\n\n\n- - -", + 'name', + 'Output only. The name of the Table. Format:\nprojects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/AppProfile.ts b/src/app/Models/codegen/gcp/bigquery/AppProfile.ts index 441c248e9..10c9881d7 100644 --- a/src/app/Models/codegen/gcp/bigquery/AppProfile.ts +++ b/src/app/Models/codegen/gcp/bigquery/AppProfile.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_AppProfileStandardIsolation, bigquery_AppProfileStandardIsolation_GetTypes, -} from "../types/bigquery_AppProfileStandardIsolation"; +} from '../types/bigquery_AppProfileStandardIsolation'; import { bigquery_AppProfileSingleClusterRouting, bigquery_AppProfileSingleClusterRouting_GetTypes, -} from "../types/bigquery_AppProfileSingleClusterRouting"; +} from '../types/bigquery_AppProfileSingleClusterRouting'; export interface AppProfileArgs { // The name of the instance to create the app profile within. @@ -120,55 +120,55 @@ consistency to improve availability. return [ new DynamicUIProps( InputType.Array, - "multiClusterRoutingClusterIds", - "The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all\nclusters are eligible.", + 'multiClusterRoutingClusterIds', + 'The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all\nclusters are eligible.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "instance", - "The name of the instance to create the app profile within.", + 'instance', + 'The name of the instance to create the app profile within.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "multiClusterRoutingUseAny", - "If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available\nin the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes\nconsistency to improve availability.", + 'multiClusterRoutingUseAny', + 'If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available\nin the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes\nconsistency to improve availability.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Long form description of the use case for this app profile.", + 'description', + 'Long form description of the use case for this app profile.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "singleClusterRouting", - "Use a single-cluster routing policy.\nStructure is documented below.", + 'singleClusterRouting', + 'Use a single-cluster routing policy.\nStructure is documented below.', () => bigquery_AppProfileSingleClusterRouting_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "ignoreWarnings", - "If true, ignore safety checks when deleting/updating the app profile.", + 'ignoreWarnings', + 'If true, ignore safety checks when deleting/updating the app profile.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "standardIsolation", + 'standardIsolation', "The standard options used for isolating this app profile's traffic from other use cases.\nStructure is documented below.", () => bigquery_AppProfileStandardIsolation_GetTypes(), false, @@ -176,16 +176,16 @@ consistency to improve availability. ), new DynamicUIProps( InputType.String, - "appProfileId", - "The unique name of the app profile in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.\n\n\n- - -", + 'appProfileId', + 'The unique name of the app profile in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/BiReservation.ts b/src/app/Models/codegen/gcp/bigquery/BiReservation.ts index e5e568be4..cf3c94484 100644 --- a/src/app/Models/codegen/gcp/bigquery/BiReservation.ts +++ b/src/app/Models/codegen/gcp/bigquery/BiReservation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_BiReservationPreferredTable, bigquery_BiReservationPreferredTable_GetTypes, -} from "../types/bigquery_BiReservationPreferredTable"; +} from '../types/bigquery_BiReservationPreferredTable'; export interface BiReservationArgs { /* @@ -72,32 +72,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "location", - "LOCATION_DESCRIPTION\n\n\n- - -", + 'location', + 'LOCATION_DESCRIPTION\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "preferredTables", - "Preferred tables to use BI capacity for.\nStructure is documented below.", + 'preferredTables', + 'Preferred tables to use BI capacity for.\nStructure is documented below.', () => bigquery_BiReservationPreferredTable_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Size of a reservation, in bytes.", + 'size', + 'Size of a reservation, in bytes.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/bigquery/CapacityCommitment.ts b/src/app/Models/codegen/gcp/bigquery/CapacityCommitment.ts index 0bbf3271c..82779cc14 100644 --- a/src/app/Models/codegen/gcp/bigquery/CapacityCommitment.ts +++ b/src/app/Models/codegen/gcp/bigquery/CapacityCommitment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CapacityCommitmentArgs { /* @@ -105,23 +105,23 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "renewalPlan", - "The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans.", + 'renewalPlan', + 'The plan this capacity commitment is converted to after commitmentEndTime passes. Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "slotCount", - "Number of slots in this commitment.", + 'slotCount', + 'Number of slots in this commitment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "capacityCommitmentId", + 'capacityCommitmentId', "The optional capacity commitment ID. Capacity commitment name will be generated automatically if this field is\nempty. This field must only contain lower case alphanumeric characters or dashes. The first and last character\ncannot be a dash. Max length is 64 characters. NOTE: this ID won't be kept if the capacity commitment is split\nor merged.", () => [], false, @@ -129,40 +129,40 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.String, - "edition", - "The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS", + 'edition', + 'The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS', () => [], false, true, ), new DynamicUIProps( InputType.String, - "enforceSingleAdminProjectPerOrg", - "If true, fail the request if another project in the organization has a capacity commitment.", + 'enforceSingleAdminProjectPerOrg', + 'If true, fail the request if another project in the organization has a capacity commitment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.", + 'location', + 'The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "plan", - "Capacity commitment plan. Valid values are at https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1#commitmentplan\n\n\n- - -", + 'plan', + 'Capacity commitment plan. Valid values are at https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1#commitmentplan\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/Connection.ts b/src/app/Models/codegen/gcp/bigquery/Connection.ts index 636354a25..b07ef28b5 100644 --- a/src/app/Models/codegen/gcp/bigquery/Connection.ts +++ b/src/app/Models/codegen/gcp/bigquery/Connection.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_ConnectionAzure, bigquery_ConnectionAzure_GetTypes, -} from "../types/bigquery_ConnectionAzure"; +} from '../types/bigquery_ConnectionAzure'; import { bigquery_ConnectionCloudResource, bigquery_ConnectionCloudResource_GetTypes, -} from "../types/bigquery_ConnectionCloudResource"; +} from '../types/bigquery_ConnectionCloudResource'; import { bigquery_ConnectionCloudSpanner, bigquery_ConnectionCloudSpanner_GetTypes, -} from "../types/bigquery_ConnectionCloudSpanner"; +} from '../types/bigquery_ConnectionCloudSpanner'; import { bigquery_ConnectionSpark, bigquery_ConnectionSpark_GetTypes, -} from "../types/bigquery_ConnectionSpark"; +} from '../types/bigquery_ConnectionSpark'; import { bigquery_ConnectionAws, bigquery_ConnectionAws_GetTypes, -} from "../types/bigquery_ConnectionAws"; +} from '../types/bigquery_ConnectionAws'; import { bigquery_ConnectionCloudSql, bigquery_ConnectionCloudSql_GetTypes, -} from "../types/bigquery_ConnectionCloudSql"; +} from '../types/bigquery_ConnectionCloudSql'; export interface ConnectionArgs { /* @@ -170,88 +170,88 @@ The resource name of the connection in the form of: return [ new DynamicUIProps( InputType.Object, - "cloudResource", - "Container for connection properties for delegation of access to GCP resources.\nStructure is documented below.", + 'cloudResource', + 'Container for connection properties for delegation of access to GCP resources.\nStructure is documented below.', () => bigquery_ConnectionCloudResource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spark", - "Container for connection properties to execute stored procedures for Apache Spark. resources.\nStructure is documented below.", + 'spark', + 'Container for connection properties to execute stored procedures for Apache Spark. resources.\nStructure is documented below.', () => bigquery_ConnectionSpark_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cloudSql", - "Connection properties specific to the Cloud SQL.\nStructure is documented below.", + 'cloudSql', + 'Connection properties specific to the Cloud SQL.\nStructure is documented below.', () => bigquery_ConnectionCloudSql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "azure", - "Container for connection properties specific to Azure.\nStructure is documented below.", + 'azure', + 'Container for connection properties specific to Azure.\nStructure is documented below.', () => bigquery_ConnectionAzure_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudSpanner", - "Connection properties specific to Cloud Spanner\nStructure is documented below.", + 'cloudSpanner', + 'Connection properties specific to Cloud Spanner\nStructure is documented below.', () => bigquery_ConnectionCloudSpanner_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionId", - "Optional connection id that should be assigned to the created connection.", + 'connectionId', + 'Optional connection id that should be assigned to the created connection.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "friendlyName", - "A descriptive name for the connection", + 'friendlyName', + 'A descriptive name for the connection', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2", + 'location', + 'The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "aws", - "Connection properties specific to Amazon Web Services.\nStructure is documented below.", + 'aws', + 'Connection properties specific to Amazon Web Services.\nStructure is documented below.', () => bigquery_ConnectionAws_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A descriptive description for the connection", + 'description', + 'A descriptive description for the connection', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/bigquery/ConnectionIamBinding.ts b/src/app/Models/codegen/gcp/bigquery/ConnectionIamBinding.ts index 5cc2091e6..dee8b1f93 100644 --- a/src/app/Models/codegen/gcp/bigquery/ConnectionIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigquery/ConnectionIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_ConnectionIamBindingCondition, bigquery_ConnectionIamBindingCondition_GetTypes, -} from "../types/bigquery_ConnectionIamBindingCondition"; +} from '../types/bigquery_ConnectionIamBindingCondition'; export interface ConnectionIamBindingArgs { /* @@ -116,47 +116,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.ConnectionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.ConnectionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquery_ConnectionIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to", + 'connectionId', + 'Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/bigquery/ConnectionIamMember.ts b/src/app/Models/codegen/gcp/bigquery/ConnectionIamMember.ts index 4195a131e..e6bdbd456 100644 --- a/src/app/Models/codegen/gcp/bigquery/ConnectionIamMember.ts +++ b/src/app/Models/codegen/gcp/bigquery/ConnectionIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_ConnectionIamMemberCondition, bigquery_ConnectionIamMemberCondition_GetTypes, -} from "../types/bigquery_ConnectionIamMemberCondition"; +} from '../types/bigquery_ConnectionIamMemberCondition'; export interface ConnectionIamMemberArgs { /* @@ -116,40 +116,40 @@ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.ConnectionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.ConnectionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquery_ConnectionIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "connectionId", - "Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to", + 'connectionId', + 'Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/bigquery/ConnectionIamPolicy.ts b/src/app/Models/codegen/gcp/bigquery/ConnectionIamPolicy.ts index eedc92464..429f6e355 100644 --- a/src/app/Models/codegen/gcp/bigquery/ConnectionIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigquery/ConnectionIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionIamPolicyArgs { /* @@ -98,15 +98,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -114,16 +114,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "connectionId", - "Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to", + 'connectionId', + 'Optional connection id that should be assigned to the created connection.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The geographic location where the connection should reside.\nCloud SQL instance must be in the same location as the connection\nwith following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU.\nExamples: US, EU, asia-northeast1, us-central1, europe-west1.\nSpanner Connections same as spanner region\nAWS allowed regions are aws-us-east-1\nAzure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/DataTransferConfig.ts b/src/app/Models/codegen/gcp/bigquery/DataTransferConfig.ts index 6559e669a..fb9a5abb3 100644 --- a/src/app/Models/codegen/gcp/bigquery/DataTransferConfig.ts +++ b/src/app/Models/codegen/gcp/bigquery/DataTransferConfig.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_DataTransferConfigScheduleOptions, bigquery_DataTransferConfigScheduleOptions_GetTypes, -} from "../types/bigquery_DataTransferConfigScheduleOptions"; +} from '../types/bigquery_DataTransferConfigScheduleOptions'; import { bigquery_DataTransferConfigSensitiveParams, bigquery_DataTransferConfigSensitiveParams_GetTypes, -} from "../types/bigquery_DataTransferConfigSensitiveParams"; +} from '../types/bigquery_DataTransferConfigSensitiveParams'; import { bigquery_DataTransferConfigEmailPreferences, bigquery_DataTransferConfigEmailPreferences_GetTypes, -} from "../types/bigquery_DataTransferConfigEmailPreferences"; +} from '../types/bigquery_DataTransferConfigEmailPreferences'; export interface DataTransferConfigArgs { /* @@ -220,55 +220,55 @@ requesting user calling this API has permissions to act as this service account. return [ new DynamicUIProps( InputType.Object, - "emailPreferences", - "Email notifications will be sent according to these preferences to the\nemail address of the user who owns this transfer config.\nStructure is documented below.", + 'emailPreferences', + 'Email notifications will be sent according to these preferences to the\nemail address of the user who owns this transfer config.\nStructure is documented below.', () => bigquery_DataTransferConfigEmailPreferences_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.", + 'location', + 'The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "notificationPubsubTopic", - "Pub/Sub topic where notifications will be sent after transfer runs\nassociated with this transfer config finish.", + 'notificationPubsubTopic', + 'Pub/Sub topic where notifications will be sent after transfer runs\nassociated with this transfer config finish.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "schedule", - "Data transfer schedule. If the data source does not support a custom\nschedule, this should be empty. If it is empty, the default value for\nthe data source will be used. The specified times are in UTC. Examples\nof valid format: 1st,3rd monday of month 15:30, every wed,fri of jan,\njun 13:15, and first sunday of quarter 00:00. See more explanation\nabout the format here:\nhttps://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format\nNOTE: the granularity should be at least 8 hours, or less frequent.", + 'schedule', + 'Data transfer schedule. If the data source does not support a custom\nschedule, this should be empty. If it is empty, the default value for\nthe data source will be used. The specified times are in UTC. Examples\nof valid format: 1st,3rd monday of month 15:30, every wed,fri of jan,\njun 13:15, and first sunday of quarter 00:00. See more explanation\nabout the format here:\nhttps://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format\nNOTE: the granularity should be at least 8 hours, or less frequent.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scheduleOptions", - "Options customizing the data transfer schedule.\nStructure is documented below.", + 'scheduleOptions', + 'Options customizing the data transfer schedule.\nStructure is documented below.', () => bigquery_DataTransferConfigScheduleOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataSourceId", - "The data source id. Cannot be changed once the transfer config is created.", + 'dataSourceId', + 'The data source id. Cannot be changed once the transfer config is created.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "params", + 'params', "Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer'\nsection for each data source. For example the parameters for Cloud Storage transfers are listed here:\nhttps://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq\n**NOTE** : If you are attempting to update a parameter that cannot be updated (due to api limitations) please force recreation of the resource.\n\n\n- - -", () => InputType_Map_GetTypes(), true, @@ -276,56 +276,56 @@ requesting user calling this API has permissions to act as this service account. ), new DynamicUIProps( InputType.String, - "serviceAccountName", - "Service account email. If this field is set, transfer config will\nbe created with this service account credentials. It requires that\nrequesting user calling this API has permissions to act as this service account.", + 'serviceAccountName', + 'Service account email. If this field is set, transfer config will\nbe created with this service account credentials. It requires that\nrequesting user calling this API has permissions to act as this service account.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The user specified display name for the transfer config.", + 'displayName', + 'The user specified display name for the transfer config.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "disabled", - "When set to true, no runs are scheduled for a given transfer.", + 'disabled', + 'When set to true, no runs are scheduled for a given transfer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "destinationDatasetId", - "The BigQuery target dataset id.", + 'destinationDatasetId', + 'The BigQuery target dataset id.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "dataRefreshWindowDays", - "The number of days to look back to automatically refresh the data.\nFor example, if dataRefreshWindowDays = 10, then every day BigQuery\nreingests data for [today-10, today-1], rather than ingesting data for\njust [today-1]. Only valid if the data source supports the feature.\nSet the value to 0 to use the default value.", + 'dataRefreshWindowDays', + 'The number of days to look back to automatically refresh the data.\nFor example, if dataRefreshWindowDays = 10, then every day BigQuery\nreingests data for [today-10, today-1], rather than ingesting data for\njust [today-1]. Only valid if the data source supports the feature.\nSet the value to 0 to use the default value.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sensitiveParams", - "Different parameters are configured primarily using the the `params` field on this\nresource. This block contains the parameters which contain secrets or passwords so that they can be marked\nsensitive and hidden from plan output. The name of the field, eg: secret_access_key, will be the key\nin the `params` map in the api request.\nCredentials may not be specified in both locations and will cause an error. Changing from one location\nto a different credential configuration in the config will require an apply to update state.\nStructure is documented below.", + 'sensitiveParams', + 'Different parameters are configured primarily using the the `params` field on this\nresource. This block contains the parameters which contain secrets or passwords so that they can be marked\nsensitive and hidden from plan output. The name of the field, eg: secret_access_key, will be the key\nin the `params` map in the api request.\nCredentials may not be specified in both locations and will cause an error. Changing from one location\nto a different credential configuration in the config will require an apply to update state.\nStructure is documented below.', () => bigquery_DataTransferConfigSensitiveParams_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/bigquery/Dataset.ts b/src/app/Models/codegen/gcp/bigquery/Dataset.ts index e412ad571..b1689a0c7 100644 --- a/src/app/Models/codegen/gcp/bigquery/Dataset.ts +++ b/src/app/Models/codegen/gcp/bigquery/Dataset.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_DatasetDefaultEncryptionConfiguration, bigquery_DatasetDefaultEncryptionConfiguration_GetTypes, -} from "../types/bigquery_DatasetDefaultEncryptionConfiguration"; +} from '../types/bigquery_DatasetDefaultEncryptionConfiguration'; import { bigquery_DatasetAccess, bigquery_DatasetAccess_GetTypes, -} from "../types/bigquery_DatasetAccess"; +} from '../types/bigquery_DatasetAccess'; import { bigquery_DatasetExternalDatasetReference, bigquery_DatasetExternalDatasetReference_GetTypes, -} from "../types/bigquery_DatasetExternalDatasetReference"; +} from '../types/bigquery_DatasetExternalDatasetReference'; export interface DatasetArgs { /* @@ -326,39 +326,39 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Bool, - "deleteContentsOnDestroy", - "If set to `true`, delete all the tables in the\ndataset when destroying the resource; otherwise,\ndestroying the resource will fail if tables are present.", + 'deleteContentsOnDestroy', + 'If set to `true`, delete all the tables in the\ndataset when destroying the resource; otherwise,\ndestroying the resource will fail if tables are present.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "defaultEncryptionConfiguration", - "The default encryption key for all tables in the dataset. Once this property is set,\nall newly-created partitioned tables in the dataset will have encryption key set to\nthis value, unless table creation request (or query) overrides the key.\nStructure is documented below.", + 'defaultEncryptionConfiguration', + 'The default encryption key for all tables in the dataset. Once this property is set,\nall newly-created partitioned tables in the dataset will have encryption key set to\nthis value, unless table creation request (or query) overrides the key.\nStructure is documented below.', () => bigquery_DatasetDefaultEncryptionConfiguration_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "accesses", - "An array of objects that define dataset access for one or more entities.\nStructure is documented below.", + 'accesses', + 'An array of objects that define dataset access for one or more entities.\nStructure is documented below.', () => bigquery_DatasetAccess_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "defaultCollation", + 'defaultCollation', "Defines the default collation specification of future tables created\nin the dataset. If a table is created in this dataset without table-level\ndefault collation, then the table inherits the dataset default collation,\nwhich is applied to the string fields that do not have explicit collation\nspecified. A change to this field affects only tables created afterwards,\nand does not alter the existing tables.\nThe following values are supported:\n- 'und:ci': undetermined locale, case insensitive.\n- '': empty string. Default to case-sensitive behavior.", () => [], false, @@ -366,7 +366,7 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.Number, - "defaultTableExpirationMs", + 'defaultTableExpirationMs', "The default lifetime of all tables in the dataset, in milliseconds.\nThe minimum value is 3600000 milliseconds (one hour).\n\nOnce this property is set, all newly-created tables in the dataset\nwill have an `expirationTime` property set to the creation time plus\nthe value in this property, and changing the value will only affect\nnew tables, not existing ones. When the `expirationTime` for a given\ntable is reached, that table will be deleted automatically.\nIf a table's `expirationTime` is modified or removed before the\ntable expires, or if you provide an explicit `expirationTime` when\ncreating a table, that value takes precedence over the default\nexpiration time indicated by this property.", () => [], false, @@ -374,47 +374,47 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.Object, - "externalDatasetReference", - "Information about the external metadata storage where the dataset is defined.\nStructure is documented below.", + 'externalDatasetReference', + 'Information about the external metadata storage where the dataset is defined.\nStructure is documented below.', () => bigquery_DatasetExternalDatasetReference_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "datasetId", - "A unique ID for this dataset, without the project name. The ID\nmust contain only letters (a-z, A-Z), numbers (0-9), or\nunderscores (_). The maximum length is 1,024 characters.\n\n\n- - -", + 'datasetId', + 'A unique ID for this dataset, without the project name. The ID\nmust contain only letters (a-z, A-Z), numbers (0-9), or\nunderscores (_). The maximum length is 1,024 characters.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "friendlyName", - "A descriptive name for the dataset", + 'friendlyName', + 'A descriptive name for the dataset', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "defaultPartitionExpirationMs", - "The default partition expiration for all partitioned tables in\nthe dataset, in milliseconds.\n\nOnce this property is set, all newly-created partitioned tables in\nthe dataset will have an `expirationMs` property in the `timePartitioning`\nsettings set to this value, and changing the value will only\naffect new tables, not existing ones. The storage in a partition will\nhave an expiration time of its partition time plus this value.\nSetting this property overrides the use of `defaultTableExpirationMs`\nfor partitioned tables: only one of `defaultTableExpirationMs` and\n`defaultPartitionExpirationMs` will be used for any new partitioned\ntable. If you provide an explicit `timePartitioning.expirationMs` when\ncreating or updating a partitioned table, that value takes precedence\nover the default partition expiration time indicated by this property.", + 'defaultPartitionExpirationMs', + 'The default partition expiration for all partitioned tables in\nthe dataset, in milliseconds.\n\nOnce this property is set, all newly-created partitioned tables in\nthe dataset will have an `expirationMs` property in the `timePartitioning`\nsettings set to this value, and changing the value will only\naffect new tables, not existing ones. The storage in a partition will\nhave an expiration time of its partition time plus this value.\nSetting this property overrides the use of `defaultTableExpirationMs`\nfor partitioned tables: only one of `defaultTableExpirationMs` and\n`defaultPartitionExpirationMs` will be used for any new partitioned\ntable. If you provide an explicit `timePartitioning.expirationMs` when\ncreating or updating a partitioned table, that value takes precedence\nover the default partition expiration time indicated by this property.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "The labels associated with this dataset. You can use these to\norganize and group your datasets.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'The labels associated with this dataset. You can use these to\norganize and group your datasets.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storageBillingModel", + 'storageBillingModel', "Specifies the storage billing model for the dataset.\nSet this flag value to LOGICAL to use logical bytes for storage billing,\nor to PHYSICAL to use physical bytes instead.\nLOGICAL is the default if this flag isn't specified.", () => [], false, @@ -422,32 +422,32 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the dataset should reside.\nSee [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).\n\nThere are two types of locations, regional or multi-regional. A regional\nlocation is a specific geographic place, such as Tokyo, and a multi-regional\nlocation is a large geographic area, such as the United States, that\ncontains at least two geographic places.\n\nThe default value is multi-regional location `US`.\nChanging this forces a new resource to be created.", + 'location', + 'The geographic location where the dataset should reside.\nSee [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).\n\nThere are two types of locations, regional or multi-regional. A regional\nlocation is a specific geographic place, such as Tokyo, and a multi-regional\nlocation is a large geographic area, such as the United States, that\ncontains at least two geographic places.\n\nThe default value is multi-regional location `US`.\nChanging this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "isCaseInsensitive", - "TRUE if the dataset and its table names are case-insensitive, otherwise FALSE.\nBy default, this is FALSE, which means the dataset and its table names are\ncase-sensitive. This field does not affect routine references.", + 'isCaseInsensitive', + 'TRUE if the dataset and its table names are case-insensitive, otherwise FALSE.\nBy default, this is FALSE, which means the dataset and its table names are\ncase-sensitive. This field does not affect routine references.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A user-friendly description of the dataset", + 'description', + 'A user-friendly description of the dataset', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maxTimeTravelHours", - "Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).", + 'maxTimeTravelHours', + 'Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/bigquery/DatasetAccess.ts b/src/app/Models/codegen/gcp/bigquery/DatasetAccess.ts index 9970ddd6f..7251873cc 100644 --- a/src/app/Models/codegen/gcp/bigquery/DatasetAccess.ts +++ b/src/app/Models/codegen/gcp/bigquery/DatasetAccess.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_DatasetAccessView, bigquery_DatasetAccessView_GetTypes, -} from "../types/bigquery_DatasetAccessView"; +} from '../types/bigquery_DatasetAccessView'; import { bigquery_DatasetAccessRoutine, bigquery_DatasetAccessRoutine_GetTypes, -} from "../types/bigquery_DatasetAccessRoutine"; +} from '../types/bigquery_DatasetAccessRoutine'; import { bigquery_DatasetAccessAuthorizedDataset, bigquery_DatasetAccessAuthorizedDataset_GetTypes, -} from "../types/bigquery_DatasetAccessAuthorizedDataset"; +} from '../types/bigquery_DatasetAccessAuthorizedDataset'; export interface DatasetAccessArgs { /* @@ -183,15 +183,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "datasetId", - "A unique ID for this dataset, without the project name. The ID\nmust contain only letters (a-z, A-Z), numbers (0-9), or\nunderscores (_). The maximum length is 1,024 characters.\n\n\n- - -", + 'datasetId', + 'A unique ID for this dataset, without the project name. The ID\nmust contain only letters (a-z, A-Z), numbers (0-9), or\nunderscores (_). The maximum length is 1,024 characters.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "iamMember", + 'iamMember', "Some other type of member that appears in the IAM Policy but isn't a user,\ngroup, domain, or special group. For example: `allUsers`", () => [], false, @@ -199,72 +199,72 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "routine", - "A routine from a different dataset to grant access to. Queries\nexecuted against that routine will have read access to tables in\nthis dataset. The role field is not required when this field is\nset. If that routine is updated by any user, access to the routine\nneeds to be granted again via an update operation.\nStructure is documented below.", + 'routine', + 'A routine from a different dataset to grant access to. Queries\nexecuted against that routine will have read access to tables in\nthis dataset. The role field is not required when this field is\nset. If that routine is updated by any user, access to the routine\nneeds to be granted again via an update operation.\nStructure is documented below.', () => bigquery_DatasetAccessRoutine_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "specialGroup", - "A special group to grant access to. Possible values include:", + 'specialGroup', + 'A special group to grant access to. Possible values include:', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "Describes the rights granted to the user specified by the other\nmember of the access object. Basic, predefined, and custom roles are\nsupported. Predefined roles that have equivalent basic roles are\nswapped by the API to their basic counterparts, and will show a diff\npost-create. See\n[official docs](https://cloud.google.com/bigquery/docs/access-control).", + 'role', + 'Describes the rights granted to the user specified by the other\nmember of the access object. Basic, predefined, and custom roles are\nsupported. Predefined roles that have equivalent basic roles are\nswapped by the API to their basic counterparts, and will show a diff\npost-create. See\n[official docs](https://cloud.google.com/bigquery/docs/access-control).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "userByEmail", - "An email address of a user to grant access to. For example:\nfred@example.com", + 'userByEmail', + 'An email address of a user to grant access to. For example:\nfred@example.com', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "view", - "A view from a different dataset to grant access to. Queries\nexecuted against that view will have read access to tables in\nthis dataset. The role field is not required when this field is\nset. If that view is updated by any user, access to the view\nneeds to be granted again via an update operation.\nStructure is documented below.", + 'view', + 'A view from a different dataset to grant access to. Queries\nexecuted against that view will have read access to tables in\nthis dataset. The role field is not required when this field is\nset. If that view is updated by any user, access to the view\nneeds to be granted again via an update operation.\nStructure is documented below.', () => bigquery_DatasetAccessView_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "groupByEmail", - "An email address of a Google Group to grant access to.", + 'groupByEmail', + 'An email address of a Google Group to grant access to.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "authorizedDataset", - "Grants all resources of particular types in a particular dataset read access to the current dataset.\nStructure is documented below.", + 'authorizedDataset', + 'Grants all resources of particular types in a particular dataset read access to the current dataset.\nStructure is documented below.', () => bigquery_DatasetAccessAuthorizedDataset_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "domain", - "A domain to grant access to. Any users signed in with the\ndomain specified will be granted the specified access", + 'domain', + 'A domain to grant access to. Any users signed in with the\ndomain specified will be granted the specified access', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/DatasetIamBinding.ts b/src/app/Models/codegen/gcp/bigquery/DatasetIamBinding.ts index 178d17826..b55e1b5e3 100644 --- a/src/app/Models/codegen/gcp/bigquery/DatasetIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigquery/DatasetIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_DatasetIamBindingCondition, bigquery_DatasetIamBindingCondition_GetTypes, -} from "../types/bigquery_DatasetIamBindingCondition"; +} from '../types/bigquery_DatasetIamBindingCondition'; export interface DatasetIamBindingArgs { /* @@ -88,31 +88,31 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquery_DatasetIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "datasetId", + 'datasetId', "The dataset ID.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.", () => [], true, @@ -120,8 +120,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/bigquery/DatasetIamMember.ts b/src/app/Models/codegen/gcp/bigquery/DatasetIamMember.ts index c2fe2162d..10b311a12 100644 --- a/src/app/Models/codegen/gcp/bigquery/DatasetIamMember.ts +++ b/src/app/Models/codegen/gcp/bigquery/DatasetIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_DatasetIamMemberCondition, bigquery_DatasetIamMemberCondition_GetTypes, -} from "../types/bigquery_DatasetIamMemberCondition"; +} from '../types/bigquery_DatasetIamMemberCondition'; export interface DatasetIamMemberArgs { // @@ -88,37 +88,37 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquery_DatasetIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "datasetId", + 'datasetId', "The dataset ID.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.", () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/bigquery/DatasetIamPolicy.ts b/src/app/Models/codegen/gcp/bigquery/DatasetIamPolicy.ts index aa56baa5c..eb68d0149 100644 --- a/src/app/Models/codegen/gcp/bigquery/DatasetIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigquery/DatasetIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DatasetIamPolicyArgs { /* @@ -70,7 +70,7 @@ a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "datasetId", + 'datasetId', "The dataset ID.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.", () => [], true, @@ -78,16 +78,16 @@ a `gcp.organizations.getIAMPolicy` data source. ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/IamBinding.ts b/src/app/Models/codegen/gcp/bigquery/IamBinding.ts index 7d5577ff3..739c34385 100644 --- a/src/app/Models/codegen/gcp/bigquery/IamBinding.ts +++ b/src/app/Models/codegen/gcp/bigquery/IamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_IamBindingCondition, bigquery_IamBindingCondition_GetTypes, -} from "../types/bigquery_IamBindingCondition"; +} from '../types/bigquery_IamBindingCondition'; export interface IamBindingArgs { /* @@ -100,31 +100,31 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => bigquery_IamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "datasetId", - "", + 'datasetId', + '', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -132,13 +132,13 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "tableId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'tableId', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/bigquery/IamMember.ts b/src/app/Models/codegen/gcp/bigquery/IamMember.ts index 85e5ec739..6105e6769 100644 --- a/src/app/Models/codegen/gcp/bigquery/IamMember.ts +++ b/src/app/Models/codegen/gcp/bigquery/IamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_IamMemberCondition, bigquery_IamMemberCondition_GetTypes, -} from "../types/bigquery_IamMemberCondition"; +} from '../types/bigquery_IamMemberCondition'; export interface IamMemberArgs { // @@ -98,10 +98,10 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -109,25 +109,25 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquery.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquery.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "tableId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'tableId', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => bigquery_IamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "datasetId", - "", + 'datasetId', + '', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigquery/IamPolicy.ts b/src/app/Models/codegen/gcp/bigquery/IamPolicy.ts index 4881714c6..e05d2ab6f 100644 --- a/src/app/Models/codegen/gcp/bigquery/IamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigquery/IamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IamPolicyArgs { // @@ -76,29 +76,29 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "datasetId", - "", + 'datasetId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "tableId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'tableId', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/bigquery/Job.ts b/src/app/Models/codegen/gcp/bigquery/Job.ts index 73dd54f95..e135c14e7 100644 --- a/src/app/Models/codegen/gcp/bigquery/Job.ts +++ b/src/app/Models/codegen/gcp/bigquery/Job.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_JobCopy, bigquery_JobCopy_GetTypes, -} from "../types/bigquery_JobCopy"; +} from '../types/bigquery_JobCopy'; import { bigquery_JobLoad, bigquery_JobLoad_GetTypes, -} from "../types/bigquery_JobLoad"; +} from '../types/bigquery_JobLoad'; import { bigquery_JobQuery, bigquery_JobQuery_GetTypes, -} from "../types/bigquery_JobQuery"; +} from '../types/bigquery_JobQuery'; import { bigquery_JobExtract, bigquery_JobExtract_GetTypes, -} from "../types/bigquery_JobExtract"; +} from '../types/bigquery_JobExtract'; import { bigquery_JobStatus, bigquery_JobStatus_GetTypes, -} from "../types/bigquery_JobStatus"; +} from '../types/bigquery_JobStatus'; export interface JobArgs { /* @@ -157,47 +157,47 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Object, - "load", - "Configures a load job.\nStructure is documented below.", + 'load', + 'Configures a load job.\nStructure is documented below.', () => bigquery_JobLoad_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location of the job. The default value is US.", + 'location', + 'The geographic location of the job. The default value is US.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "The labels associated with this job. You can use these to organize and group your jobs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'The labels associated with this job. You can use these to organize and group your jobs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "copy", - "Copies a table.\nStructure is documented below.", + 'copy', + 'Copies a table.\nStructure is documented below.', () => bigquery_JobCopy_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "query", + 'query', 'SQL query text to execute. The useLegacySql field can be used to indicate whether the query uses legacy SQL or standard SQL.\n*NOTE*: queries containing [DML language](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language)\n(`DELETE`, `UPDATE`, `MERGE`, `INSERT`) must specify `create_disposition = ""` and `write_disposition = ""`.', () => bigquery_JobQuery_GetTypes(), false, @@ -205,24 +205,24 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.Object, - "extract", - "Configures an extract job.\nStructure is documented below.", + 'extract', + 'Configures an extract job.\nStructure is documented below.', () => bigquery_JobExtract_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "jobId", - "The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.", + 'jobId', + 'The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "jobTimeoutMs", - "Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.", + 'jobTimeoutMs', + 'Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/Reservation.ts b/src/app/Models/codegen/gcp/bigquery/Reservation.ts index d6ea88db4..470aac419 100644 --- a/src/app/Models/codegen/gcp/bigquery/Reservation.ts +++ b/src/app/Models/codegen/gcp/bigquery/Reservation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_ReservationAutoscale, bigquery_ReservationAutoscale_GetTypes, -} from "../types/bigquery_ReservationAutoscale"; +} from '../types/bigquery_ReservationAutoscale'; export interface ReservationArgs { /* @@ -119,31 +119,31 @@ If set to true, this reservation is placed in the organization's secondary regio return [ new DynamicUIProps( InputType.Object, - "autoscale", - "The configuration parameters for the auto scaling feature.\nStructure is documented below.", + 'autoscale', + 'The configuration parameters for the auto scaling feature.\nStructure is documented below.', () => bigquery_ReservationAutoscale_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "edition", - "The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS", + 'edition', + 'The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "concurrency", - "Maximum number of queries that are allowed to run concurrently in this reservation. This is a soft limit due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency will be automatically set based on the reservation size.", + 'concurrency', + 'Maximum number of queries that are allowed to run concurrently in this reservation. This is a soft limit due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency will be automatically set based on the reservation size.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "multiRegionAuxiliary", + 'multiRegionAuxiliary', "Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).\nIf set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.", () => [], false, @@ -151,40 +151,40 @@ If set to true, this reservation is placed in the organization's secondary regio ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "slotCapacity", - "Minimum slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the\nunit of parallelism. Queries using this reservation might use more slots during runtime if ignoreIdleSlots is set to false.", + 'slotCapacity', + 'Minimum slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the\nunit of parallelism. Queries using this reservation might use more slots during runtime if ignoreIdleSlots is set to false.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the reservation. This field must only contain alphanumeric characters or dash.\n\n\n- - -", + 'name', + 'The name of the reservation. This field must only contain alphanumeric characters or dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "ignoreIdleSlots", - "If false, any query using this reservation will use idle slots from other reservations within\nthe same admin project. If true, a query using this reservation will execute with the slot\ncapacity specified above at most.", + 'ignoreIdleSlots', + 'If false, any query using this reservation will use idle slots from other reservations within\nthe same admin project. If true, a query using this reservation will execute with the slot\ncapacity specified above at most.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.", + 'location', + 'The geographic location where the transfer config should reside.\nExamples: US, EU, asia-northeast1. The default value is US.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/ReservationAssignment.ts b/src/app/Models/codegen/gcp/bigquery/ReservationAssignment.ts index 6c7686925..eab3cc866 100644 --- a/src/app/Models/codegen/gcp/bigquery/ReservationAssignment.ts +++ b/src/app/Models/codegen/gcp/bigquery/ReservationAssignment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ReservationAssignmentArgs { // The project for the resource @@ -61,40 +61,40 @@ The reservation for the resource return [ new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "reservation", - "The reservation for the resource\n\n\n\n- - -", + 'reservation', + 'The reservation for the resource\n\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "assignee", - "The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.", + 'assignee', + 'The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "jobType", - "Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY", + 'jobType', + 'Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/Routine.ts b/src/app/Models/codegen/gcp/bigquery/Routine.ts index 33cc616ff..f4b47aedb 100644 --- a/src/app/Models/codegen/gcp/bigquery/Routine.ts +++ b/src/app/Models/codegen/gcp/bigquery/Routine.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_RoutineArgument, bigquery_RoutineArgument_GetTypes, -} from "../types/bigquery_RoutineArgument"; +} from '../types/bigquery_RoutineArgument'; import { bigquery_RoutineSparkOptions, bigquery_RoutineSparkOptions_GetTypes, -} from "../types/bigquery_RoutineSparkOptions"; +} from '../types/bigquery_RoutineSparkOptions'; import { bigquery_RoutineRemoteFunctionOptions, bigquery_RoutineRemoteFunctionOptions_GetTypes, -} from "../types/bigquery_RoutineRemoteFunctionOptions"; +} from '../types/bigquery_RoutineRemoteFunctionOptions'; export interface RoutineArgs { // The description of the routine if defined. @@ -211,23 +211,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "description", - "The description of the routine if defined.", + 'description', + 'The description of the routine if defined.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "datasetId", - "The ID of the dataset containing this routine", + 'datasetId', + 'The ID of the dataset containing this routine', () => [], true, true, ), new DynamicUIProps( InputType.String, - "returnTableType", + 'returnTableType', 'Optional. Can be set only if routineType = "TABLE_VALUED_FUNCTION".\nIf absent, the return table type is inferred from definitionBody at query time in each query\nthat references this routine. If present, then the columns in the evaluated table result will\nbe cast to match the column types specificed in return table type, at query time.', () => [], false, @@ -235,7 +235,7 @@ Structure is documented below. ), new DynamicUIProps( InputType.Array, - "importedLibraries", + 'importedLibraries', 'Optional. If language = "JAVASCRIPT", this field stores the path of the\nimported JAVASCRIPT libraries.', () => InputType_String_GetTypes(), false, @@ -243,31 +243,31 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "definitionBody", - "The body of the routine. For functions, this is the expression in the AS clause.\nIf language=SQL, it is the substring inside (but excluding) the parentheses.\n\n\n- - -", + 'definitionBody', + 'The body of the routine. For functions, this is the expression in the AS clause.\nIf language=SQL, it is the substring inside (but excluding) the parentheses.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "routineId", - "The ID of the the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.", + 'routineId', + 'The ID of the the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "determinismLevel", - "The determinism level of the JavaScript UDF if defined.\nPossible values are: `DETERMINISM_LEVEL_UNSPECIFIED`, `DETERMINISTIC`, `NOT_DETERMINISTIC`.", + 'determinismLevel', + 'The determinism level of the JavaScript UDF if defined.\nPossible values are: `DETERMINISM_LEVEL_UNSPECIFIED`, `DETERMINISTIC`, `NOT_DETERMINISTIC`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sparkOptions", + 'sparkOptions', 'Optional. If language is one of "PYTHON", "JAVA", "SCALA", this field stores the options for spark stored procedure.\nStructure is documented below.', () => bigquery_RoutineSparkOptions_GetTypes(), false, @@ -275,7 +275,7 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "returnType", + 'returnType', 'A JSON schema for the return type. Optional if language = "SQL"; required otherwise.\nIf absent, the return type is inferred from definitionBody at query time in each query\nthat references this routine. If present, then the evaluated result will be cast to\nthe specified returned type at query time. ~>**NOTE**: Because this field expects a JSON\nstring, any changes to the string will create a diff, even if the JSON itself hasn\'t\nchanged. If the API returns a different value for the same schema, e.g. it switche\nd the order of values or replaced STRUCT field type with RECORD field type, we currently\ncannot suppress the recurring diff this causes. As a workaround, we recommend using\nthe schema as returned by the API.', () => [], false, @@ -283,40 +283,40 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "language", - "The language of the routine.\nPossible values are: `SQL`, `JAVASCRIPT`, `PYTHON`, `JAVA`, `SCALA`.", + 'language', + 'The language of the routine.\nPossible values are: `SQL`, `JAVASCRIPT`, `PYTHON`, `JAVA`, `SCALA`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "remoteFunctionOptions", - "Remote function specific options.\nStructure is documented below.", + 'remoteFunctionOptions', + 'Remote function specific options.\nStructure is documented below.', () => bigquery_RoutineRemoteFunctionOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "routineType", - "The type of routine.\nPossible values are: `SCALAR_FUNCTION`, `PROCEDURE`, `TABLE_VALUED_FUNCTION`.", + 'routineType', + 'The type of routine.\nPossible values are: `SCALAR_FUNCTION`, `PROCEDURE`, `TABLE_VALUED_FUNCTION`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "arguments", - "Input/output argument of a function or a stored procedure.\nStructure is documented below.", + 'arguments', + 'Input/output argument of a function or a stored procedure.\nStructure is documented below.', () => bigquery_RoutineArgument_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquery/Table.ts b/src/app/Models/codegen/gcp/bigquery/Table.ts index 0d87b95c1..d03af62e2 100644 --- a/src/app/Models/codegen/gcp/bigquery/Table.ts +++ b/src/app/Models/codegen/gcp/bigquery/Table.ts @@ -3,41 +3,41 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquery_TableExternalDataConfiguration, bigquery_TableExternalDataConfiguration_GetTypes, -} from "../types/bigquery_TableExternalDataConfiguration"; +} from '../types/bigquery_TableExternalDataConfiguration'; import { bigquery_TableTableReplicationInfo, bigquery_TableTableReplicationInfo_GetTypes, -} from "../types/bigquery_TableTableReplicationInfo"; +} from '../types/bigquery_TableTableReplicationInfo'; import { bigquery_TableMaterializedView, bigquery_TableMaterializedView_GetTypes, -} from "../types/bigquery_TableMaterializedView"; +} from '../types/bigquery_TableMaterializedView'; import { bigquery_TableRangePartitioning, bigquery_TableRangePartitioning_GetTypes, -} from "../types/bigquery_TableRangePartitioning"; +} from '../types/bigquery_TableRangePartitioning'; import { bigquery_TableView, bigquery_TableView_GetTypes, -} from "../types/bigquery_TableView"; +} from '../types/bigquery_TableView'; import { bigquery_TableEncryptionConfiguration, bigquery_TableEncryptionConfiguration_GetTypes, -} from "../types/bigquery_TableEncryptionConfiguration"; +} from '../types/bigquery_TableEncryptionConfiguration'; import { bigquery_TableTimePartitioning, bigquery_TableTimePartitioning_GetTypes, -} from "../types/bigquery_TableTimePartitioning"; +} from '../types/bigquery_TableTimePartitioning'; import { bigquery_TableTableConstraints, bigquery_TableTableConstraints_GetTypes, -} from "../types/bigquery_TableTableConstraints"; +} from '../types/bigquery_TableTableConstraints'; export interface TableArgs { // Replication info of a table created using "AS REPLICA" DDL like: "CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv". @@ -368,31 +368,31 @@ is transparent to the user. Structure is documented below. return [ new DynamicUIProps( InputType.String, - "maxStaleness", - "The maximum staleness of data that could be\nreturned when the table (or stale MV) is queried. Staleness encoded as a\nstring encoding of [SQL IntervalValue\ntype](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#interval_type).", + 'maxStaleness', + 'The maximum staleness of data that could be\nreturned when the table (or stale MV) is queried. Staleness encoded as a\nstring encoding of [SQL IntervalValue\ntype](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#interval_type).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "encryptionConfiguration", - "Specifies how the table should be encrypted.\nIf left blank, the table will be encrypted with a Google-managed key; that process\nis transparent to the user. Structure is documented below.", + 'encryptionConfiguration', + 'Specifies how the table should be encrypted.\nIf left blank, the table will be encrypted with a Google-managed key; that process\nis transparent to the user. Structure is documented below.', () => bigquery_TableEncryptionConfiguration_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "timePartitioning", - "If specified, configures time-based\npartitioning for this table. Structure is documented below.", + 'timePartitioning', + 'If specified, configures time-based\npartitioning for this table. Structure is documented below.', () => bigquery_TableTimePartitioning_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tableReplicationInfo", + 'tableReplicationInfo', 'Replication info of a table created using "AS REPLICA" DDL like: "CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv".', () => bigquery_TableTableReplicationInfo_GetTypes(), false, @@ -400,39 +400,39 @@ is transparent to the user. Structure is documented below. ), new DynamicUIProps( InputType.Number, - "expirationTime", - "The time when this table expires, in\nmilliseconds since the epoch. If not present, the table will persist\nindefinitely. Expired tables will be deleted and their storage\nreclaimed.", + 'expirationTime', + 'The time when this table expires, in\nmilliseconds since the epoch. If not present, the table will persist\nindefinitely. Expired tables will be deleted and their storage\nreclaimed.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "requirePartitionFilter", - "If set to true, queries over this table\nrequire a partition filter that can be used for partition elimination to be\nspecified.", + 'requirePartitionFilter', + 'If set to true, queries over this table\nrequire a partition filter that can be used for partition elimination to be\nspecified.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "view", - "If specified, configures this table as a view.\nStructure is documented below.", + 'view', + 'If specified, configures this table as a view.\nStructure is documented below.', () => bigquery_TableView_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "datasetId", - "The dataset ID to create the table in.\nChanging this forces a new resource to be created.", + 'datasetId', + 'The dataset ID to create the table in.\nChanging this forces a new resource to be created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "schema", + 'schema', "A JSON schema for the external table. Schema is required\nfor CSV and JSON formats if autodetect is not on. Schema is disallowed\nfor Google Cloud Bigtable, Cloud Datastore backups, Avro, Iceberg, ORC and Parquet formats.\n~>**NOTE:** Because this field expects a JSON string, any changes to the\nstring will create a diff, even if the JSON itself hasn't changed.\nFurthermore drift for this field cannot not be detected because BigQuery\nonly uses this schema to compute the effective schema for the table, therefore\nany changes on the configured value will force the table to be recreated.\nThis schema is effectively only applied when creating a table from an external\ndatasource, after creation the computed schema will be stored in\n`google_bigquery_table.schema`\n\n~>**NOTE:** If you set `external_data_configuration.connection_id`, the\ntable schema must be specified using the top-level `schema` field\ndocumented above.", () => [], false, @@ -440,23 +440,23 @@ is transparent to the user. Structure is documented below. ), new DynamicUIProps( InputType.Array, - "clusterings", - "Specifies column names to use for data clustering.\nUp to four top-level columns are allowed, and should be specified in\ndescending priority order.", + 'clusterings', + 'Specifies column names to use for data clustering.\nUp to four top-level columns are allowed, and should be specified in\ndescending priority order.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "The field description.", + 'description', + 'The field description.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A mapping of labels to assign to the resource.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -464,64 +464,64 @@ is transparent to the user. Structure is documented below. ), new DynamicUIProps( InputType.Object, - "tableConstraints", - "Defines the primary key and foreign keys. \nStructure is documented below.", + 'tableConstraints', + 'Defines the primary key and foreign keys. \nStructure is documented below.', () => bigquery_TableTableConstraints_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "friendlyName", - "A descriptive name for the table.", + 'friendlyName', + 'A descriptive name for the table.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "materializedView", - "If specified, configures this table as a materialized view.\nStructure is documented below.", + 'materializedView', + 'If specified, configures this table as a materialized view.\nStructure is documented below.', () => bigquery_TableMaterializedView_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "rangePartitioning", - "If specified, configures range-based\npartitioning for this table. Structure is documented below.", + 'rangePartitioning', + 'If specified, configures range-based\npartitioning for this table. Structure is documented below.', () => bigquery_TableRangePartitioning_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Whether or not to allow the provider to destroy the instance. Unless this field is set to false\nin state, a `=destroy` or `=update` that would delete the instance will fail.", + 'deletionProtection', + 'Whether or not to allow the provider to destroy the instance. Unless this field is set to false\nin state, a `=destroy` or `=update` that would delete the instance will fail.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tableId", - "A unique ID for the resource.\nChanging this forces a new resource to be created.", + 'tableId', + 'A unique ID for the resource.\nChanging this forces a new resource to be created.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "externalDataConfiguration", - "Describes the data format,\nlocation, and other properties of a table stored outside of BigQuery.\nBy defining these properties, the data source can then be queried as\nif it were a standard BigQuery table. Structure is documented below.", + 'externalDataConfiguration', + 'Describes the data format,\nlocation, and other properties of a table stored outside of BigQuery.\nBy defining these properties, the data source can then be queried as\nif it were a standard BigQuery table. Structure is documented below.', () => bigquery_TableExternalDataConfiguration_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchange.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchange.ts index 363a52445..605c0576a 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchange.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchange.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataExchangeArgs { /* @@ -86,64 +86,64 @@ Human-readable display name of the data exchange. The display name must contain return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the data exchange.", + 'description', + 'Description of the data exchange.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or end with spaces.\n\n\n- - -", + 'displayName', + 'Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or end with spaces.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "documentation", - "Documentation describing the data exchange.", + 'documentation', + 'Documentation describing the data exchange.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "icon", - "Base64 encoded image representing the data exchange.", + 'icon', + 'Base64 encoded image representing the data exchange.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange.", + 'location', + 'The name of the location this data exchange.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "primaryContact", - "Email or URL of the primary point of contact of the data exchange.", + 'primaryContact', + 'Email or URL of the primary point of contact of the data exchange.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamBinding.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamBinding.ts index 407cfb355..4e34fd40b 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigqueryanalyticshub_DataExchangeIamBindingCondition, bigqueryanalyticshub_DataExchangeIamBindingCondition_GetTypes, -} from "../types/bigqueryanalyticshub_DataExchangeIamBindingCondition"; +} from '../types/bigqueryanalyticshub_DataExchangeIamBindingCondition'; export interface DataExchangeIamBindingArgs { // @@ -100,47 +100,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigqueryanalyticshub_DataExchangeIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamMember.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamMember.ts index c0fb9f0fb..7c27f2efa 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamMember.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigqueryanalyticshub_DataExchangeIamMemberCondition, bigqueryanalyticshub_DataExchangeIamMemberCondition_GetTypes, -} from "../types/bigqueryanalyticshub_DataExchangeIamMemberCondition"; +} from '../types/bigqueryanalyticshub_DataExchangeIamMemberCondition'; export interface DataExchangeIamMemberArgs { // @@ -100,16 +100,16 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -117,24 +117,24 @@ Used to find the parent resource to bind the IAM policy to ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigqueryanalyticshub_DataExchangeIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamPolicy.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamPolicy.ts index 17d11e277..8272af5f2 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/DataExchangeIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataExchangeIamPolicyArgs { /* @@ -82,23 +82,23 @@ a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -106,8 +106,8 @@ a `gcp.organizations.getIAMPolicy` data source. ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/Listing.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/Listing.ts index 850f4869f..388661bf8 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/Listing.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/Listing.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigqueryanalyticshub_ListingRestrictedExportConfig, bigqueryanalyticshub_ListingRestrictedExportConfig_GetTypes, -} from "../types/bigqueryanalyticshub_ListingRestrictedExportConfig"; +} from '../types/bigqueryanalyticshub_ListingRestrictedExportConfig'; import { bigqueryanalyticshub_ListingPublisher, bigqueryanalyticshub_ListingPublisher_GetTypes, -} from "../types/bigqueryanalyticshub_ListingPublisher"; +} from '../types/bigqueryanalyticshub_ListingPublisher'; import { bigqueryanalyticshub_ListingDataProvider, bigqueryanalyticshub_ListingDataProvider_GetTypes, -} from "../types/bigqueryanalyticshub_ListingDataProvider"; +} from '../types/bigqueryanalyticshub_ListingDataProvider'; import { bigqueryanalyticshub_ListingBigqueryDataset, bigqueryanalyticshub_ListingBigqueryDataset_GetTypes, -} from "../types/bigqueryanalyticshub_ListingBigqueryDataset"; +} from '../types/bigqueryanalyticshub_ListingBigqueryDataset'; export interface ListingArgs { /* @@ -152,15 +152,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", + 'displayName', "Human-readable display name of the listing. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and can't start or end with spaces.", () => [], true, @@ -168,104 +168,104 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange listing.", + 'location', + 'The name of the location this data exchange listing.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "documentation", - "Documentation describing the listing.", + 'documentation', + 'Documentation describing the listing.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "icon", - "Base64 encoded image representing the listing.", + 'icon', + 'Base64 encoded image representing the listing.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "primaryContact", - "Email or URL of the primary point of contact of the listing.", + 'primaryContact', + 'Email or URL of the primary point of contact of the listing.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "listingId", - "The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.", + 'listingId', + 'The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "categories", - "Categories of the listing. Up to two categories are allowed.", + 'categories', + 'Categories of the listing. Up to two categories are allowed.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dataProvider", - "Details of the data provider who owns the source data.\nStructure is documented below.", + 'dataProvider', + 'Details of the data provider who owns the source data.\nStructure is documented below.', () => bigqueryanalyticshub_ListingDataProvider_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "requestAccess", - "Email or URL of the request access of the listing. Subscribers can use this reference to request access.", + 'requestAccess', + 'Email or URL of the request access of the listing. Subscribers can use this reference to request access.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "bigqueryDataset", - "Shared dataset i.e. BigQuery dataset source.\nStructure is documented below.", + 'bigqueryDataset', + 'Shared dataset i.e. BigQuery dataset source.\nStructure is documented below.', () => bigqueryanalyticshub_ListingBigqueryDataset_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "restrictedExportConfig", - "If set, restricted export configuration will be propagated and enforced on the linked dataset.\nStructure is documented below.", + 'restrictedExportConfig', + 'If set, restricted export configuration will be propagated and enforced on the linked dataset.\nStructure is documented below.', () => bigqueryanalyticshub_ListingRestrictedExportConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "publisher", - "Details of the publisher who owns the listing and who can share the source data.\nStructure is documented below.", + 'publisher', + 'Details of the publisher who owns the listing and who can share the source data.\nStructure is documented below.', () => bigqueryanalyticshub_ListingPublisher_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Short description of the listing. The description must not contain Unicode non-characters and C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF).", + 'description', + 'Short description of the listing. The description must not contain Unicode non-characters and C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF).', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamBinding.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamBinding.ts index a009b21ee..6a46f50cd 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigqueryanalyticshub_ListingIamBindingCondition, bigqueryanalyticshub_ListingIamBindingCondition_GetTypes, -} from "../types/bigqueryanalyticshub_ListingIamBindingCondition"; +} from '../types/bigqueryanalyticshub_ListingIamBindingCondition'; export interface ListingIamBindingArgs { // The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to @@ -106,31 +106,31 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "listingId", - "The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'listingId', + 'The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -138,24 +138,24 @@ Used to find the parent resource to bind the IAM policy to ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigqueryanalyticshub_ListingIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamMember.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamMember.ts index b4e9be80f..00a28724b 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamMember.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigqueryanalyticshub_ListingIamMemberCondition, bigqueryanalyticshub_ListingIamMemberCondition_GetTypes, -} from "../types/bigqueryanalyticshub_ListingIamMemberCondition"; +} from '../types/bigqueryanalyticshub_ListingIamMemberCondition'; export interface ListingIamMemberArgs { // The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to @@ -106,16 +106,16 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -123,32 +123,32 @@ Used to find the parent resource to bind the IAM policy to ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigqueryanalyticshub_ListingIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "listingId", - "The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'listingId', + 'The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamPolicy.ts b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamPolicy.ts index 2ed0dfa91..680d6ceac 100644 --- a/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigqueryanalyticshub/ListingIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ListingIamPolicyArgs { /* @@ -88,15 +88,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -104,24 +104,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "dataExchangeId", - "The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'dataExchangeId', + 'The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "listingId", - "The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to", + 'listingId', + 'The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location this data exchange listing.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicy.ts b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicy.ts index 31a35f5c8..a6891b054 100644 --- a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicy.ts +++ b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicy.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquerydatapolicy_DataPolicyDataMaskingPolicy, bigquerydatapolicy_DataPolicyDataMaskingPolicy_GetTypes, -} from "../types/bigquerydatapolicy_DataPolicyDataMaskingPolicy"; +} from '../types/bigquerydatapolicy_DataPolicyDataMaskingPolicy'; export interface DataPolicyArgs { // Policy tag resource name, in the format of projects/{project_number}/locations/{locationId}/taxonomies/{taxonomyId}/policyTags/{policyTag_id}. @@ -80,48 +80,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "location", - "The name of the location of the data policy.", + 'location', + 'The name of the location of the data policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyTag", - "Policy tag resource name, in the format of projects/{project_number}/locations/{locationId}/taxonomies/{taxonomyId}/policyTags/{policyTag_id}.", + 'policyTag', + 'Policy tag resource name, in the format of projects/{project_number}/locations/{locationId}/taxonomies/{taxonomyId}/policyTags/{policyTag_id}.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "dataMaskingPolicy", - "The data masking policy that specifies the data masking rule to use.\nStructure is documented below.", + 'dataMaskingPolicy', + 'The data masking policy that specifies the data masking rule to use.\nStructure is documented below.', () => bigquerydatapolicy_DataPolicyDataMaskingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataPolicyId", - "User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {dataPolicyId} in part of the resource name.", + 'dataPolicyId', + 'User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {dataPolicyId} in part of the resource name.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dataPolicyType", - "The enrollment level of the service.\nPossible values are: `COLUMN_LEVEL_SECURITY_POLICY`, `DATA_MASKING_POLICY`.\n\n\n- - -", + 'dataPolicyType', + 'The enrollment level of the service.\nPossible values are: `COLUMN_LEVEL_SECURITY_POLICY`, `DATA_MASKING_POLICY`.\n\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamBinding.ts b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamBinding.ts index 70f187919..caffb8a3f 100644 --- a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquerydatapolicy_DataPolicyIamBindingCondition, bigquerydatapolicy_DataPolicyIamBindingCondition_GetTypes, -} from "../types/bigquerydatapolicy_DataPolicyIamBindingCondition"; +} from '../types/bigquerydatapolicy_DataPolicyIamBindingCondition'; export interface DataPolicyIamBindingArgs { // @@ -100,39 +100,39 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquerydatapolicy_DataPolicyIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataPolicyId", - "", + 'dataPolicyId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -140,8 +140,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamMember.ts b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamMember.ts index 84da3fb38..19651a5db 100644 --- a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamMember.ts +++ b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigquerydatapolicy_DataPolicyIamMemberCondition, bigquerydatapolicy_DataPolicyIamMemberCondition_GetTypes, -} from "../types/bigquerydatapolicy_DataPolicyIamMemberCondition"; +} from '../types/bigquerydatapolicy_DataPolicyIamMemberCondition'; export interface DataPolicyIamMemberArgs { // @@ -100,24 +100,24 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "dataPolicyId", - "", + 'dataPolicyId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -125,16 +125,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigquerydatapolicy_DataPolicyIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamPolicy.ts b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamPolicy.ts index 82eb93a17..d0d85fb0c 100644 --- a/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigquerydatapolicy/DataPolicyIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DataPolicyIamPolicyArgs { // @@ -82,31 +82,31 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "dataPolicyId", - "", + 'dataPolicyId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The name of the location of the data policy.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/bigtable/GCPolicy.ts b/src/app/Models/codegen/gcp/bigtable/GCPolicy.ts index ab69490c5..6a50d95aa 100644 --- a/src/app/Models/codegen/gcp/bigtable/GCPolicy.ts +++ b/src/app/Models/codegen/gcp/bigtable/GCPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_GCPolicyMaxVersion, bigtable_GCPolicyMaxVersion_GetTypes, -} from "../types/bigtable_GCPolicyMaxVersion"; +} from '../types/bigtable_GCPolicyMaxVersion'; import { bigtable_GCPolicyMaxAge, bigtable_GCPolicyMaxAge_GetTypes, -} from "../types/bigtable_GCPolicyMaxAge"; +} from '../types/bigtable_GCPolicyMaxAge'; export interface GCPolicyArgs { /* @@ -89,72 +89,72 @@ Possible values are: `ABANDON`. return [ new DynamicUIProps( InputType.String, - "mode", - "If multiple policies are set, you should choose between `UNION` OR `INTERSECTION`.", + 'mode', + 'If multiple policies are set, you should choose between `UNION` OR `INTERSECTION`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "maxAge", - "GC policy that applies to all cells older than the given age.", + 'maxAge', + 'GC policy that applies to all cells older than the given age.', () => bigtable_GCPolicyMaxAge_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deletionPolicy", - "The deletion policy for the GC policy.\nSetting ABANDON allows the resource to be abandoned rather than deleted. This is useful for GC policy as it cannot be deleted in a replicated instance.\n\nPossible values are: `ABANDON`.\n\n-----", + 'deletionPolicy', + 'The deletion policy for the GC policy.\nSetting ABANDON allows the resource to be abandoned rather than deleted. This is useful for GC policy as it cannot be deleted in a replicated instance.\n\nPossible values are: `ABANDON`.\n\n-----', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "maxVersions", - "GC policy that applies to all versions of a cell except for the most recent.", + 'maxVersions', + 'GC policy that applies to all versions of a cell except for the most recent.', () => bigtable_GCPolicyMaxVersion_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "table", - "The name of the table.", + 'table', + 'The name of the table.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "columnFamily", - "The name of the column family.", + 'columnFamily', + 'The name of the column family.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "gcRules", - "Serialized JSON object to represent a more complex GC policy. Conflicts with `mode`, `max_age` and `max_version`. Conflicts with `mode`, `max_age` and `max_version`.", + 'gcRules', + 'Serialized JSON object to represent a more complex GC policy. Conflicts with `mode`, `max_age` and `max_version`. Conflicts with `mode`, `max_age` and `max_version`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceName", - "The name of the Bigtable instance.", + 'instanceName', + 'The name of the Bigtable instance.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigtable/Instance.ts b/src/app/Models/codegen/gcp/bigtable/Instance.ts index ba302c5c3..bd99e1c9f 100644 --- a/src/app/Models/codegen/gcp/bigtable/Instance.ts +++ b/src/app/Models/codegen/gcp/bigtable/Instance.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_InstanceCluster, bigtable_InstanceCluster_GetTypes, -} from "../types/bigtable_InstanceCluster"; +} from '../types/bigtable_InstanceCluster'; export interface InstanceArgs { /* @@ -115,47 +115,47 @@ Please refer to the field 'effective_labels' for all of the labels present on th return [ new DynamicUIProps( InputType.String, - "name", - "The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable instance. Must be 6-33 characters and must only contain hyphens, lowercase letters and numbers.", + 'name', + 'The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable instance. Must be 6-33 characters and must only contain hyphens, lowercase letters and numbers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "clusters", - "A block of cluster configuration options. This can be specified at least once, and up \nto as many as possible within 8 cloud regions. Removing the field entirely from the config will cause the provider\nto default to the backend value. See structure below.\n\n-----", + 'clusters', + 'A block of cluster configuration options. This can be specified at least once, and up \nto as many as possible within 8 cloud regions. Removing the field entirely from the config will cause the provider\nto default to the backend value. See structure below.\n\n-----', () => bigtable_InstanceCluster_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Whether or not to allow this provider to destroy the instance. Unless this field is set to false\nin the statefile, a `pulumi destroy` or `pulumi up` that would delete the instance will fail.", + 'deletionProtection', + 'Whether or not to allow this provider to destroy the instance. Unless this field is set to false\nin the statefile, a `pulumi destroy` or `pulumi up` that would delete the instance will fail.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable display name of the Bigtable instance. Defaults to the instance `name`.", + 'displayName', + 'The human-readable display name of the Bigtable instance. Defaults to the instance `name`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceType", + 'instanceType', 'The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `"PRODUCTION"`.\nIt is recommended to leave this field unspecified since the distinction between `"DEVELOPMENT"` and `"PRODUCTION"` instances is going away,\nand all instances will become `"PRODUCTION"` instances. This means that new and existing `"DEVELOPMENT"` instances will be converted to\n`"PRODUCTION"` instances. It is recommended for users to use `"PRODUCTION"` instances in any case, since a 1-node `"PRODUCTION"` instance\nis functionally identical to a `"DEVELOPMENT"` instance, but without the accompanying restrictions.', () => [], false, @@ -163,7 +163,7 @@ Please refer to the field 'effective_labels' for all of the labels present on th ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs to assign to the resource. Label keys must follow the requirements at https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/bigtable/InstanceIamBinding.ts b/src/app/Models/codegen/gcp/bigtable/InstanceIamBinding.ts index 76ede7c68..23d8b4570 100644 --- a/src/app/Models/codegen/gcp/bigtable/InstanceIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigtable/InstanceIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_InstanceIamBindingCondition, bigtable_InstanceIamBindingCondition_GetTypes, -} from "../types/bigtable_InstanceIamBindingCondition"; +} from '../types/bigtable_InstanceIamBindingCondition'; export interface InstanceIamBindingArgs { // @@ -94,40 +94,40 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigtable_InstanceIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'instance', + 'The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the instance belongs. If it\nis not provided, a default will be supplied.", + 'project', + 'The project in which the instance belongs. If it\nis not provided, a default will be supplied.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.InstanceIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.InstanceIamPolicy` only:', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigtable/InstanceIamMember.ts b/src/app/Models/codegen/gcp/bigtable/InstanceIamMember.ts index 23b23e9a4..f15c255db 100644 --- a/src/app/Models/codegen/gcp/bigtable/InstanceIamMember.ts +++ b/src/app/Models/codegen/gcp/bigtable/InstanceIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_InstanceIamMemberCondition, bigtable_InstanceIamMemberCondition_GetTypes, -} from "../types/bigtable_InstanceIamMemberCondition"; +} from '../types/bigtable_InstanceIamMemberCondition'; export interface InstanceIamMemberArgs { // @@ -94,33 +94,33 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.InstanceIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.bigtable.InstanceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.InstanceIamPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigtable_InstanceIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'instance', + 'The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", - "The project in which the instance belongs. If it\nis not provided, a default will be supplied.", + 'project', + 'The project in which the instance belongs. If it\nis not provided, a default will be supplied.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigtable/InstanceIamPolicy.ts b/src/app/Models/codegen/gcp/bigtable/InstanceIamPolicy.ts index 417a0b052..09028cb04 100644 --- a/src/app/Models/codegen/gcp/bigtable/InstanceIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigtable/InstanceIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceIamPolicyArgs { /* @@ -74,24 +74,24 @@ is not provided, a default will be supplied. return [ new DynamicUIProps( InputType.String, - "project", - "The project in which the instance belongs. If it\nis not provided, a default will be supplied.", + 'project', + 'The project in which the instance belongs. If it\nis not provided, a default will be supplied.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'instance', + 'The name or relative resource id of the instance to manage IAM policies for.\n\nFor `gcp.bigtable.InstanceIamMember` or `gcp.bigtable.InstanceIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -", + 'policyData', + 'The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/bigtable/Table.ts b/src/app/Models/codegen/gcp/bigtable/Table.ts index 74d7c5218..5d75527b2 100644 --- a/src/app/Models/codegen/gcp/bigtable/Table.ts +++ b/src/app/Models/codegen/gcp/bigtable/Table.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_TableColumnFamily, bigtable_TableColumnFamily_GetTypes, -} from "../types/bigtable_TableColumnFamily"; +} from '../types/bigtable_TableColumnFamily'; export interface TableArgs { // The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers. @@ -81,56 +81,56 @@ Duration to retain change stream data for the table. Set to 0 to disable. Must b return [ new DynamicUIProps( InputType.Array, - "splitKeys", - "A list of predefined keys to split the table on.\n!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider\nto delete/recreate the entire `gcp.bigtable.Table` resource.", + 'splitKeys', + 'A list of predefined keys to split the table on.\n!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider\nto delete/recreate the entire `gcp.bigtable.Table` resource.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "changeStreamRetention", - "Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.\n\n-----", + 'changeStreamRetention', + 'Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.\n\n-----', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "columnFamilies", - "A group of columns within a table which share a common configuration. This can be specified multiple times. Structure is documented below.", + 'columnFamilies', + 'A group of columns within a table which share a common configuration. This can be specified multiple times. Structure is documented below.', () => bigtable_TableColumnFamily_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deletionProtection", - "A field to make the table protected against data loss i.e. when set to PROTECTED, deleting the table, the column families in the table, and the instance containing the table would be prohibited. If not provided, deletion protection will be set to UNPROTECTED.", + 'deletionProtection', + 'A field to make the table protected against data loss i.e. when set to PROTECTED, deleting the table, the column families in the table, and the instance containing the table would be prohibited. If not provided, deletion protection will be set to UNPROTECTED.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "instanceName", - "The name of the Bigtable instance.", + 'instanceName', + 'The name of the Bigtable instance.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.", + 'name', + 'The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/bigtable/TableIamBinding.ts b/src/app/Models/codegen/gcp/bigtable/TableIamBinding.ts index 1d9af6bc7..96fd5e24b 100644 --- a/src/app/Models/codegen/gcp/bigtable/TableIamBinding.ts +++ b/src/app/Models/codegen/gcp/bigtable/TableIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_TableIamBindingCondition, bigtable_TableIamBindingCondition_GetTypes, -} from "../types/bigtable_TableIamBindingCondition"; +} from '../types/bigtable_TableIamBindingCondition'; export interface TableIamBindingArgs { /* @@ -100,48 +100,48 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the table belongs. If it\nis not provided, this provider will use the provider default.", + 'project', + 'The project in which the table belongs. If it\nis not provided, this provider will use the provider default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigtable.TableIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.TableIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.bigtable.TableIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.TableIamPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "table", - "The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'table', + 'The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigtable_TableIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance that owns the table.", + 'instance', + 'The name or relative resource id of the instance that owns the table.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/bigtable/TableIamMember.ts b/src/app/Models/codegen/gcp/bigtable/TableIamMember.ts index 7b2764a38..4f2b692f4 100644 --- a/src/app/Models/codegen/gcp/bigtable/TableIamMember.ts +++ b/src/app/Models/codegen/gcp/bigtable/TableIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { bigtable_TableIamMemberCondition, bigtable_TableIamMemberCondition_GetTypes, -} from "../types/bigtable_TableIamMemberCondition"; +} from '../types/bigtable_TableIamMemberCondition'; export interface TableIamMemberArgs { // @@ -100,41 +100,41 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance that owns the table.", + 'instance', + 'The name or relative resource id of the instance that owns the table.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", - "The project in which the table belongs. If it\nis not provided, this provider will use the provider default.", + 'project', + 'The project in which the table belongs. If it\nis not provided, this provider will use the provider default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.bigtable.TableIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.TableIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.bigtable.TableIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.bigtable.TableIamPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "table", - "The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'table', + 'The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => bigtable_TableIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/bigtable/TableIamPolicy.ts b/src/app/Models/codegen/gcp/bigtable/TableIamPolicy.ts index c9a2dcf20..34c634b27 100644 --- a/src/app/Models/codegen/gcp/bigtable/TableIamPolicy.ts +++ b/src/app/Models/codegen/gcp/bigtable/TableIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TableIamPolicyArgs { /* @@ -80,32 +80,32 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", - "The project in which the table belongs. If it\nis not provided, this provider will use the provider default.", + 'project', + 'The project in which the table belongs. If it\nis not provided, this provider will use the provider default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "table", - "The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'table', + 'The name or relative resource id of the table to manage IAM policies for.\n\nFor `gcp.bigtable.TableIamMember` or `gcp.bigtable.TableIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instance", - "The name or relative resource id of the instance that owns the table.", + 'instance', + 'The name or relative resource id of the instance that owns the table.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -", + 'policyData', + 'The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/billing/AccountIamBinding.ts b/src/app/Models/codegen/gcp/billing/AccountIamBinding.ts index a2296a42e..8345ca27b 100644 --- a/src/app/Models/codegen/gcp/billing/AccountIamBinding.ts +++ b/src/app/Models/codegen/gcp/billing/AccountIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { billing_AccountIamBindingCondition, billing_AccountIamBindingCondition_GetTypes, -} from "../types/billing_AccountIamBindingCondition"; +} from '../types/billing_AccountIamBindingCondition'; export interface AccountIamBindingArgs { /* @@ -78,32 +78,32 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.billing.AccountIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.billing.AccountIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.billing.AccountIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.billing.AccountIamPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "billingAccountId", - "The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'billingAccountId', + 'The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => billing_AccountIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/billing/AccountIamMember.ts b/src/app/Models/codegen/gcp/billing/AccountIamMember.ts index e622fa3cc..361d2d786 100644 --- a/src/app/Models/codegen/gcp/billing/AccountIamMember.ts +++ b/src/app/Models/codegen/gcp/billing/AccountIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { billing_AccountIamMemberCondition, billing_AccountIamMemberCondition_GetTypes, -} from "../types/billing_AccountIamMemberCondition"; +} from '../types/billing_AccountIamMemberCondition'; export interface AccountIamMemberArgs { // @@ -78,25 +78,25 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => billing_AccountIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.billing.AccountIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.billing.AccountIamPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.billing.AccountIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`. Read more about roles [here](https://cloud.google.com/bigtable/docs/access-control#roles).\n\n`gcp.billing.AccountIamPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "billingAccountId", - "The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'billingAccountId', + 'The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/billing/AccountIamPolicy.ts b/src/app/Models/codegen/gcp/billing/AccountIamPolicy.ts index b68e9f770..fcaf1a0e1 100644 --- a/src/app/Models/codegen/gcp/billing/AccountIamPolicy.ts +++ b/src/app/Models/codegen/gcp/billing/AccountIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AccountIamPolicyArgs { /* @@ -58,16 +58,16 @@ The policy data generated by a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -", + 'policyData', + 'The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "billingAccountId", - "The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'billingAccountId', + 'The billing account id.\n\nFor `gcp.billing.AccountIamMember` or `gcp.billing.AccountIamBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/billing/Budget.ts b/src/app/Models/codegen/gcp/billing/Budget.ts index 10ff939d7..80c4936d3 100644 --- a/src/app/Models/codegen/gcp/billing/Budget.ts +++ b/src/app/Models/codegen/gcp/billing/Budget.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { billing_BudgetAllUpdatesRule, billing_BudgetAllUpdatesRule_GetTypes, -} from "../types/billing_BudgetAllUpdatesRule"; +} from '../types/billing_BudgetAllUpdatesRule'; import { billing_BudgetAmount, billing_BudgetAmount_GetTypes, -} from "../types/billing_BudgetAmount"; +} from '../types/billing_BudgetAmount'; import { billing_BudgetBudgetFilter, billing_BudgetBudgetFilter_GetTypes, -} from "../types/billing_BudgetBudgetFilter"; +} from '../types/billing_BudgetBudgetFilter'; import { billing_BudgetThresholdRule, billing_BudgetThresholdRule_GetTypes, -} from "../types/billing_BudgetThresholdRule"; +} from '../types/billing_BudgetThresholdRule'; export interface BudgetArgs { /* @@ -106,31 +106,31 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "budgetFilter", - "Filters that define which resources are used to compute the actual\nspend against the budget.\nStructure is documented below.", + 'budgetFilter', + 'Filters that define which resources are used to compute the actual\nspend against the budget.\nStructure is documented below.', () => billing_BudgetBudgetFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User data for display name in UI. Must be <= 60 chars.", + 'displayName', + 'User data for display name in UI. Must be <= 60 chars.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "thresholdRules", - "Rules that trigger alerts (notifications of thresholds being\ncrossed) when spend exceeds the specified percentages of the\nbudget.\nStructure is documented below.", + 'thresholdRules', + 'Rules that trigger alerts (notifications of thresholds being\ncrossed) when spend exceeds the specified percentages of the\nbudget.\nStructure is documented below.', () => billing_BudgetThresholdRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "allUpdatesRule", + 'allUpdatesRule', "Defines notifications that are sent on every update to the\nbilling account's spend, regardless of the thresholds defined\nusing threshold rules.\nStructure is documented below.", () => billing_BudgetAllUpdatesRule_GetTypes(), false, @@ -138,16 +138,16 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "amount", - "The budgeted amount for each usage period.\nStructure is documented below.", + 'amount', + 'The budgeted amount for each usage period.\nStructure is documented below.', () => billing_BudgetAmount_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "billingAccount", - "ID of the billing account to set a budget on.", + 'billingAccount', + 'ID of the billing account to set a budget on.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/billing/ProjectInfo.ts b/src/app/Models/codegen/gcp/billing/ProjectInfo.ts index 3b6b621fa..794da198a 100644 --- a/src/app/Models/codegen/gcp/billing/ProjectInfo.ts +++ b/src/app/Models/codegen/gcp/billing/ProjectInfo.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectInfoArgs { /* @@ -45,7 +45,7 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "billingAccount", + 'billingAccount', 'The ID of the billing account associated with the project, if\nany. Set to empty string to disable billing for the project.\nFor example, `"012345-567890-ABCDEF"` or `""`.\n\n\n- - -', () => [], true, @@ -53,8 +53,8 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/billing/SubAccount.ts b/src/app/Models/codegen/gcp/billing/SubAccount.ts index 0821d2472..42d1c2261 100644 --- a/src/app/Models/codegen/gcp/billing/SubAccount.ts +++ b/src/app/Models/codegen/gcp/billing/SubAccount.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubAccountArgs { /* @@ -54,15 +54,15 @@ will be created under in the form `{billing_account_id}` or `billingAccounts/{bi return [ new DynamicUIProps( InputType.String, - "masterBillingAccount", - "The name of the master billing account that the subaccount\nwill be created under in the form `{billing_account_id}` or `billingAccounts/{billing_account_id}`.", + 'masterBillingAccount', + 'The name of the master billing account that the subaccount\nwill be created under in the form `{billing_account_id}` or `billingAccounts/{billing_account_id}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "deletionPolicy", + 'deletionPolicy', 'If set to "RENAME_ON_DESTROY" the billing account display_name\nwill be changed to "Destroyed" along with a timestamp. If set to "" this will not occur.\nDefault is "".', () => [], false, @@ -70,8 +70,8 @@ will be created under in the form `{billing_account_id}` or `billingAccounts/{bi ), new DynamicUIProps( InputType.String, - "displayName", - "The display name of the billing account.", + 'displayName', + 'The display name of the billing account.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/binaryauthorization/Attestor.ts b/src/app/Models/codegen/gcp/binaryauthorization/Attestor.ts index 5b33954b8..7b0cbd813 100644 --- a/src/app/Models/codegen/gcp/binaryauthorization/Attestor.ts +++ b/src/app/Models/codegen/gcp/binaryauthorization/Attestor.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { binaryauthorization_AttestorAttestationAuthorityNote, binaryauthorization_AttestorAttestationAuthorityNote_GetTypes, -} from "../types/binaryauthorization_AttestorAttestationAuthorityNote"; +} from '../types/binaryauthorization_AttestorAttestationAuthorityNote'; export interface AttestorArgs { /* @@ -59,32 +59,32 @@ displayed in chooser dialogs. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "attestationAuthorityNote", - "A Container Analysis ATTESTATION_AUTHORITY Note, created by the user.\nStructure is documented below.", + 'attestationAuthorityNote', + 'A Container Analysis ATTESTATION_AUTHORITY Note, created by the user.\nStructure is documented below.', () => binaryauthorization_AttestorAttestationAuthorityNote_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A descriptive comment. This field may be updated. The field may be\ndisplayed in chooser dialogs.", + 'description', + 'A descriptive comment. This field may be updated. The field may be\ndisplayed in chooser dialogs.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The resource name.", + 'name', + 'The resource name.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamBinding.ts b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamBinding.ts index bbbbbaee2..537b410e3 100644 --- a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamBinding.ts +++ b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { binaryauthorization_AttestorIamBindingCondition, binaryauthorization_AttestorIamBindingCondition_GetTypes, -} from "../types/binaryauthorization_AttestorIamBindingCondition"; +} from '../types/binaryauthorization_AttestorIamBindingCondition'; export interface AttestorIamBindingArgs { /* @@ -88,31 +88,31 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "attestor", - "Used to find the parent resource to bind the IAM policy to", + 'attestor', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => binaryauthorization_AttestorIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -120,8 +120,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.binaryauthorization.AttestorIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.binaryauthorization.AttestorIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamMember.ts b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamMember.ts index 1ae505334..c8a27ba90 100644 --- a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamMember.ts +++ b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { binaryauthorization_AttestorIamMemberCondition, binaryauthorization_AttestorIamMemberCondition_GetTypes, -} from "../types/binaryauthorization_AttestorIamMemberCondition"; +} from '../types/binaryauthorization_AttestorIamMemberCondition'; export interface AttestorIamMemberArgs { /* @@ -88,7 +88,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -96,29 +96,29 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.binaryauthorization.AttestorIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.binaryauthorization.AttestorIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "attestor", - "Used to find the parent resource to bind the IAM policy to", + 'attestor', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => binaryauthorization_AttestorIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamPolicy.ts b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamPolicy.ts index 7da25bcd0..4a095b891 100644 --- a/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamPolicy.ts +++ b/src/app/Models/codegen/gcp/binaryauthorization/AttestorIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AttestorIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,15 +70,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -86,8 +86,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "attestor", - "Used to find the parent resource to bind the IAM policy to", + 'attestor', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/binaryauthorization/Policy.ts b/src/app/Models/codegen/gcp/binaryauthorization/Policy.ts index f202215dd..62c1ed172 100644 --- a/src/app/Models/codegen/gcp/binaryauthorization/Policy.ts +++ b/src/app/Models/codegen/gcp/binaryauthorization/Policy.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { binaryauthorization_PolicyAdmissionWhitelistPattern, binaryauthorization_PolicyAdmissionWhitelistPattern_GetTypes, -} from "../types/binaryauthorization_PolicyAdmissionWhitelistPattern"; +} from '../types/binaryauthorization_PolicyAdmissionWhitelistPattern'; import { binaryauthorization_PolicyClusterAdmissionRule, binaryauthorization_PolicyClusterAdmissionRule_GetTypes, -} from "../types/binaryauthorization_PolicyClusterAdmissionRule"; +} from '../types/binaryauthorization_PolicyClusterAdmissionRule'; import { binaryauthorization_PolicyDefaultAdmissionRule, binaryauthorization_PolicyDefaultAdmissionRule_GetTypes, -} from "../types/binaryauthorization_PolicyDefaultAdmissionRule"; +} from '../types/binaryauthorization_PolicyDefaultAdmissionRule'; export interface PolicyArgs { // A descriptive comment. @@ -117,15 +117,15 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "admissionWhitelistPatterns", + 'admissionWhitelistPatterns', "A whitelist of image patterns to exclude from admission rules. If an\nimage's name matches a whitelist pattern, the image's admission\nrequests will always be permitted regardless of your admission rules.\nStructure is documented below.", () => binaryauthorization_PolicyAdmissionWhitelistPattern_GetTypes(), false, @@ -133,32 +133,32 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Array, - "clusterAdmissionRules", - "Per-cluster admission rules. An admission rule specifies either that\nall container images used in a pod creation request must be attested\nto by one or more attestors, that all pod creations will be allowed,\nor that all pod creations will be denied. There can be at most one\nadmission rule per cluster spec.\n\nIdentifier format: `{{location}}.{{clusterId}}`.\nA location is either a compute zone (e.g. `us-central1-a`) or a region\n(e.g. `us-central1`).\nStructure is documented below.", + 'clusterAdmissionRules', + 'Per-cluster admission rules. An admission rule specifies either that\nall container images used in a pod creation request must be attested\nto by one or more attestors, that all pod creations will be allowed,\nor that all pod creations will be denied. There can be at most one\nadmission rule per cluster spec.\n\nIdentifier format: `{{location}}.{{clusterId}}`.\nA location is either a compute zone (e.g. `us-central1-a`) or a region\n(e.g. `us-central1`).\nStructure is documented below.', () => binaryauthorization_PolicyClusterAdmissionRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultAdmissionRule", - "Default admission rule for a cluster without a per-cluster admission\nrule.\nStructure is documented below.", + 'defaultAdmissionRule', + 'Default admission rule for a cluster without a per-cluster admission\nrule.\nStructure is documented below.', () => binaryauthorization_PolicyDefaultAdmissionRule_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A descriptive comment.", + 'description', + 'A descriptive comment.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "globalPolicyEvaluationMode", - "Controls the evaluation of a Google-maintained global admission policy\nfor common system-level images. Images not covered by the global\npolicy will be subject to the project admission policy.\nPossible values are: `ENABLE`, `DISABLE`.", + 'globalPolicyEvaluationMode', + 'Controls the evaluation of a Google-maintained global admission policy\nfor common system-level images. Images not covered by the global\npolicy will be subject to the project admission policy.\nPossible values are: `ENABLE`, `DISABLE`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/blockchainnodeengine/BlockchainNodes.ts b/src/app/Models/codegen/gcp/blockchainnodeengine/BlockchainNodes.ts index 707405b6e..06006fced 100644 --- a/src/app/Models/codegen/gcp/blockchainnodeengine/BlockchainNodes.ts +++ b/src/app/Models/codegen/gcp/blockchainnodeengine/BlockchainNodes.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { blockchainnodeengine_BlockchainNodesEthereumDetails, blockchainnodeengine_BlockchainNodesEthereumDetails_GetTypes, -} from "../types/blockchainnodeengine_BlockchainNodesEthereumDetails"; +} from '../types/blockchainnodeengine_BlockchainNodesEthereumDetails'; import { blockchainnodeengine_BlockchainNodesConnectionInfo, blockchainnodeengine_BlockchainNodesConnectionInfo_GetTypes, -} from "../types/blockchainnodeengine_BlockchainNodesConnectionInfo"; +} from '../types/blockchainnodeengine_BlockchainNodesConnectionInfo'; export interface BlockchainNodesArgs { /* @@ -119,48 +119,48 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "blockchainType", - "User-provided key-value pairs\nPossible values are: `ETHEREUM`.", + 'blockchainType', + 'User-provided key-value pairs\nPossible values are: `ETHEREUM`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "ethereumDetails", - "User-provided key-value pairs\nStructure is documented below.", + 'ethereumDetails', + 'User-provided key-value pairs\nStructure is documented below.', () => blockchainnodeengine_BlockchainNodesEthereumDetails_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "User-provided key-value pairs\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-provided key-value pairs\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "Location of Blockchain Node being created.", + 'location', + 'Location of Blockchain Node being created.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "blockchainNodeId", - "ID of the requesting object.\n\n\n- - -", + 'blockchainNodeId', + 'ID of the requesting object.\n\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/certificateauthority/Authority.ts b/src/app/Models/codegen/gcp/certificateauthority/Authority.ts index d321633bc..2e43abf01 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/Authority.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/Authority.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_AuthorityKeySpec, certificateauthority_AuthorityKeySpec_GetTypes, -} from "../types/certificateauthority_AuthorityKeySpec"; +} from '../types/certificateauthority_AuthorityKeySpec'; import { certificateauthority_AuthorityConfig, certificateauthority_AuthorityConfig_GetTypes, -} from "../types/certificateauthority_AuthorityConfig"; +} from '../types/certificateauthority_AuthorityConfig'; import { certificateauthority_AuthorityAccessUrl, certificateauthority_AuthorityAccessUrl_GetTypes, -} from "../types/certificateauthority_AuthorityAccessUrl"; +} from '../types/certificateauthority_AuthorityAccessUrl'; import { certificateauthority_AuthoritySubordinateConfig, certificateauthority_AuthoritySubordinateConfig_GetTypes, -} from "../types/certificateauthority_AuthoritySubordinateConfig"; +} from '../types/certificateauthority_AuthoritySubordinateConfig'; export interface AuthorityArgs { /* @@ -275,15 +275,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "desiredState", - "Desired state of the CertificateAuthority. Set this field to `STAGED` to create a `STAGED` root CA.", + 'desiredState', + 'Desired state of the CertificateAuthority. Set this field to `STAGED` to create a `STAGED` root CA.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'Labels with user-defined metadata.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass":\n"1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -291,31 +291,31 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "config", - "The config used to create a self-signed X.509 certificate or CSR.\nStructure is documented below.", + 'config', + 'The config used to create a self-signed X.509 certificate or CSR.\nStructure is documented below.', () => certificateauthority_AuthorityConfig_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "subordinateConfig", - "If this is a subordinate CertificateAuthority, this field will be set\nwith the subordinate configuration, which describes its issuers.\nStructure is documented below.", + 'subordinateConfig', + 'If this is a subordinate CertificateAuthority, this field will be set\nwith the subordinate configuration, which describes its issuers.\nStructure is documented below.', () => certificateauthority_AuthoritySubordinateConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lifetime", + 'lifetime', 'The desired lifetime of the CA certificate. Used to create the "notBeforeTime" and\n"notAfterTime" fields inside an X.509 certificate. A duration in seconds with up to nine\nfractional digits, terminated by \'s\'. Example: "3.5s".', () => [], false, @@ -323,15 +323,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "type", - "The Type of this CertificateAuthority.\n> **Note:** For `SUBORDINATE` Certificate Authorities, they need to\nbe activated before they can issue certificates.\nDefault value is `SELF_SIGNED`.\nPossible values are: `SELF_SIGNED`, `SUBORDINATE`.", + 'type', + 'The Type of this CertificateAuthority.\n> **Note:** For `SUBORDINATE` Certificate Authorities, they need to\nbe activated before they can issue certificates.\nDefault value is `SELF_SIGNED`.\nPossible values are: `SELF_SIGNED`, `SUBORDINATE`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", + 'deletionProtection', "Whether or not to allow Terraform to destroy the CertificateAuthority. Unless this field is set to false in Terraform\nstate, a 'terraform destroy' or 'terraform apply' that would delete the instance will fail.", () => [], false, @@ -339,47 +339,47 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "gcsBucket", - "The name of a Cloud Storage bucket where this CertificateAuthority will publish content,\nsuch as the CA certificate and CRLs. This must be a bucket name, without any prefixes\n(such as `gs://`) or suffixes (such as `.googleapis.com`). For example, to use a bucket named\nmy-bucket, you would simply specify `my-bucket`. If not specified, a managed bucket will be\ncreated.", + 'gcsBucket', + 'The name of a Cloud Storage bucket where this CertificateAuthority will publish content,\nsuch as the CA certificate and CRLs. This must be a bucket name, without any prefixes\n(such as `gs://`) or suffixes (such as `.googleapis.com`). For example, to use a bucket named\nmy-bucket, you would simply specify `my-bucket`. If not specified, a managed bucket will be\ncreated.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pool", - "The name of the CaPool this Certificate Authority belongs to.", + 'pool', + 'The name of the CaPool this Certificate Authority belongs to.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "keySpec", - "Used when issuing certificates for this CertificateAuthority. If this CertificateAuthority\nis a self-signed CertificateAuthority, this key is also used to sign the self-signed CA\ncertificate. Otherwise, it is used to sign a CSR.\nStructure is documented below.", + 'keySpec', + 'Used when issuing certificates for this CertificateAuthority. If this CertificateAuthority\nis a self-signed CertificateAuthority, this key is also used to sign the self-signed CA\ncertificate. Otherwise, it is used to sign a CSR.\nStructure is documented below.', () => certificateauthority_AuthorityKeySpec_GetTypes(), true, true, ), new DynamicUIProps( InputType.Bool, - "skipGracePeriod", - "If this flag is set, the Certificate Authority will be deleted as soon as\npossible without a 30-day grace period where undeletion would have been\nallowed. If you proceed, there will be no way to recover this CA.\nUse with care. Defaults to `false`.", + 'skipGracePeriod', + 'If this flag is set, the Certificate Authority will be deleted as soon as\npossible without a 30-day grace period where undeletion would have been\nallowed. If you proceed, there will be no way to recover this CA.\nUse with care. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "Location of the CertificateAuthority. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.", + 'location', + 'Location of the CertificateAuthority. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "pemCaCertificate", + 'pemCaCertificate', "The signed CA certificate issued from the subordinated CA's CSR. This is needed when activating the subordiante CA with a third party issuer.", () => [], false, @@ -387,16 +387,16 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "certificateAuthorityId", - "The user provided Resource ID for this Certificate Authority.", + 'certificateAuthorityId', + 'The user provided Resource ID for this Certificate Authority.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "ignoreActiveCertificatesOnDeletion", - "This field allows the CA to be deleted even if the CA has active certs. Active certs include both unrevoked and unexpired certs.\nUse with care. Defaults to `false`.", + 'ignoreActiveCertificatesOnDeletion', + 'This field allows the CA to be deleted even if the CA has active certs. Active certs include both unrevoked and unexpired certs.\nUse with care. Defaults to `false`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CaPool.ts b/src/app/Models/codegen/gcp/certificateauthority/CaPool.ts index 5ede542d9..f5a5908f6 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CaPool.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CaPool.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CaPoolPublishingOptions, certificateauthority_CaPoolPublishingOptions_GetTypes, -} from "../types/certificateauthority_CaPoolPublishingOptions"; +} from '../types/certificateauthority_CaPoolPublishingOptions'; import { certificateauthority_CaPoolIssuancePolicy, certificateauthority_CaPoolIssuancePolicy_GetTypes, -} from "../types/certificateauthority_CaPoolIssuancePolicy"; +} from '../types/certificateauthority_CaPoolIssuancePolicy'; export interface CaPoolArgs { /* @@ -122,15 +122,15 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Object, - "issuancePolicy", - "The IssuancePolicy to control how Certificates will be issued from this CaPool.\nStructure is documented below.", + 'issuancePolicy', + 'The IssuancePolicy to control how Certificates will be issued from this CaPool.\nStructure is documented below.', () => certificateauthority_CaPoolIssuancePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'Labels with user-defined metadata.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass":\n"1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -138,40 +138,40 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.String, - "location", - "Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\n\n\n- - -", + 'location', + 'Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for this CaPool.", + 'name', + 'The name for this CaPool.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "publishingOptions", - "The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool.\nStructure is documented below.", + 'publishingOptions', + 'The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool.\nStructure is documented below.', () => certificateauthority_CaPoolPublishingOptions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tier", - "The Tier of this CaPool.\nPossible values are: `ENTERPRISE`, `DEVOPS`.", + 'tier', + 'The Tier of this CaPool.\nPossible values are: `ENTERPRISE`, `DEVOPS`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamBinding.ts b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamBinding.ts index f3e5d6aa0..0234c5c15 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamBinding.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CaPoolIamBindingCondition, certificateauthority_CaPoolIamBindingCondition_GetTypes, -} from "../types/certificateauthority_CaPoolIamBindingCondition"; +} from '../types/certificateauthority_CaPoolIamBindingCondition'; export interface CaPoolIamBindingArgs { /* @@ -108,7 +108,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -116,40 +116,40 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.certificateauthority.CaPoolIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.certificateauthority.CaPoolIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "caPool", - "Used to find the parent resource to bind the IAM policy to", + 'caPool', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => certificateauthority_CaPoolIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamMember.ts b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamMember.ts index 4908ef55d..887e60a05 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamMember.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CaPoolIamMemberCondition, certificateauthority_CaPoolIamMemberCondition_GetTypes, -} from "../types/certificateauthority_CaPoolIamMemberCondition"; +} from '../types/certificateauthority_CaPoolIamMemberCondition'; export interface CaPoolIamMemberArgs { /* @@ -108,40 +108,40 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.certificateauthority.CaPoolIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.certificateauthority.CaPoolIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "caPool", - "Used to find the parent resource to bind the IAM policy to", + 'caPool', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => certificateauthority_CaPoolIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamPolicy.ts b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamPolicy.ts index 0ffea5ff8..270d165d3 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamPolicy.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CaPoolIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CaPoolIamPolicyArgs { /* @@ -84,15 +84,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -100,16 +100,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "caPool", - "Used to find the parent resource to bind the IAM policy to", + 'caPool', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'Location of the CaPool. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/certificateauthority/Certificate.ts b/src/app/Models/codegen/gcp/certificateauthority/Certificate.ts index bca2bfebc..8f4a6298e 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/Certificate.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/Certificate.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CertificateConfig, certificateauthority_CertificateConfig_GetTypes, -} from "../types/certificateauthority_CertificateConfig"; +} from '../types/certificateauthority_CertificateConfig'; import { certificateauthority_CertificateCertificateDescription, certificateauthority_CertificateCertificateDescription_GetTypes, -} from "../types/certificateauthority_CertificateCertificateDescription"; +} from '../types/certificateauthority_CertificateCertificateDescription'; import { certificateauthority_CertificateRevocationDetail, certificateauthority_CertificateRevocationDetail_GetTypes, -} from "../types/certificateauthority_CertificateRevocationDetail"; +} from '../types/certificateauthority_CertificateRevocationDetail'; export interface CertificateArgs { /* @@ -192,47 +192,47 @@ fractional digits, terminated by 's'. Example: "3.5s". return [ new DynamicUIProps( InputType.Map, - "labels", - "Labels with user-defined metadata to apply to this resource.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels with user-defined metadata to apply to this resource.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "Location of the Certificate. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\n\n\n- - -", + 'location', + 'Location of the Certificate. A full list of valid locations can be found by\nrunning `gcloud privateca locations list`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "pool", - "The name of the CaPool this Certificate belongs to.", + 'pool', + 'The name of the CaPool this Certificate belongs to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificateAuthority", - "The Certificate Authority ID that should issue the certificate. For example, to issue a Certificate from\na Certificate Authority with resource name `projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca`,\nargument `pool` should be set to `projects/my-project/locations/us-central1/caPools/my-pool`, argument `certificate_authority`\nshould be set to `my-ca`.", + 'certificateAuthority', + 'The Certificate Authority ID that should issue the certificate. For example, to issue a Certificate from\na Certificate Authority with resource name `projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca`,\nargument `pool` should be set to `projects/my-project/locations/us-central1/caPools/my-pool`, argument `certificate_authority`\nshould be set to `my-ca`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lifetime", + 'lifetime', 'The desired lifetime of the CA certificate. Used to create the "notBeforeTime" and\n"notAfterTime" fields inside an X.509 certificate. A duration in seconds with up to nine\nfractional digits, terminated by \'s\'. Example: "3.5s".', () => [], false, @@ -240,32 +240,32 @@ fractional digits, terminated by 's'. Example: "3.5s". ), new DynamicUIProps( InputType.String, - "pemCsr", - "Immutable. A pem-encoded X.509 certificate signing request (CSR).", + 'pemCsr', + 'Immutable. A pem-encoded X.509 certificate signing request (CSR).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificateTemplate", - "The resource name for a CertificateTemplate used to issue this certificate,\nin the format `projects/*/locations/*/certificateTemplates/*`. If this is specified,\nthe caller must have the necessary permission to use this template. If this is\nomitted, no template will be used. This template must be in the same location\nas the Certificate.", + 'certificateTemplate', + 'The resource name for a CertificateTemplate used to issue this certificate,\nin the format `projects/*/locations/*/certificateTemplates/*`. If this is specified,\nthe caller must have the necessary permission to use this template. If this is\nomitted, no template will be used. This template must be in the same location\nas the Certificate.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "config", - "The config used to create a self-signed X.509 certificate or CSR.\nStructure is documented below.", + 'config', + 'The config used to create a self-signed X.509 certificate or CSR.\nStructure is documented below.', () => certificateauthority_CertificateConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for this Certificate.", + 'name', + 'The name for this Certificate.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplate.ts b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplate.ts index de9b3d768..57f2cdfb8 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplate.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplate.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CertificateTemplatePassthroughExtensions, certificateauthority_CertificateTemplatePassthroughExtensions_GetTypes, -} from "../types/certificateauthority_CertificateTemplatePassthroughExtensions"; +} from '../types/certificateauthority_CertificateTemplatePassthroughExtensions'; import { certificateauthority_CertificateTemplatePredefinedValues, certificateauthority_CertificateTemplatePredefinedValues_GetTypes, -} from "../types/certificateauthority_CertificateTemplatePredefinedValues"; +} from '../types/certificateauthority_CertificateTemplatePredefinedValues'; import { certificateauthority_CertificateTemplateIdentityConstraints, certificateauthority_CertificateTemplateIdentityConstraints_GetTypes, -} from "../types/certificateauthority_CertificateTemplateIdentityConstraints"; +} from '../types/certificateauthority_CertificateTemplateIdentityConstraints'; export interface CertificateTemplateArgs { // Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values. @@ -95,31 +95,31 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Map, - "labels", - "Optional. Labels with user-defined metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. Labels with user-defined metadata.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.", + 'name', + 'The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "passthroughExtensions", + 'passthroughExtensions', "Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.", () => certificateauthority_CertificateTemplatePassthroughExtensions_GetTypes(), @@ -128,7 +128,7 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.Object, - "predefinedValues", + 'predefinedValues', "Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.", () => certificateauthority_CertificateTemplatePredefinedValues_GetTypes(), @@ -137,23 +137,23 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + 'description', + 'Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "identityConstraints", + 'identityConstraints', "Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.", () => certificateauthority_CertificateTemplateIdentityConstraints_GetTypes(), diff --git a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamBinding.ts b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamBinding.ts index 4c0f5cd24..c9efc1dc1 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamBinding.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CertificateTemplateIamBindingCondition, certificateauthority_CertificateTemplateIamBindingCondition_GetTypes, -} from "../types/certificateauthority_CertificateTemplateIamBindingCondition"; +} from '../types/certificateauthority_CertificateTemplateIamBindingCondition'; export interface CertificateTemplateIamBindingArgs { /* @@ -100,24 +100,24 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "certificateTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'certificateTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => certificateauthority_CertificateTemplateIamBindingCondition_GetTypes(), false, @@ -125,23 +125,23 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamMember.ts b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamMember.ts index dabf7be08..bf424ab66 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamMember.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificateauthority_CertificateTemplateIamMemberCondition, certificateauthority_CertificateTemplateIamMemberCondition_GetTypes, -} from "../types/certificateauthority_CertificateTemplateIamMemberCondition"; +} from '../types/certificateauthority_CertificateTemplateIamMemberCondition'; export interface CertificateTemplateIamMemberArgs { /* @@ -100,16 +100,16 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "certificateTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'certificateTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => certificateauthority_CertificateTemplateIamMemberCondition_GetTypes(), false, @@ -117,16 +117,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -134,8 +134,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamPolicy.ts b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamPolicy.ts index a0d55af0e..b221eb32a 100644 --- a/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamPolicy.ts +++ b/src/app/Models/codegen/gcp/certificateauthority/CertificateTemplateIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateTemplateIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -76,15 +76,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -92,16 +92,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "certificateTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'certificateTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/certificatemanager/Certificate.ts b/src/app/Models/codegen/gcp/certificatemanager/Certificate.ts index c62449c05..9cf2f4aa8 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/Certificate.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/Certificate.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificatemanager_CertificateSelfManaged, certificatemanager_CertificateSelfManaged_GetTypes, -} from "../types/certificatemanager_CertificateSelfManaged"; +} from '../types/certificatemanager_CertificateSelfManaged'; import { certificatemanager_CertificateManaged, certificatemanager_CertificateManaged_GetTypes, -} from "../types/certificatemanager_CertificateManaged"; +} from '../types/certificatemanager_CertificateManaged'; export interface CertificateArgs { /* @@ -142,23 +142,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "scope", - "The scope of the certificate.\nDEFAULT: Certificates with default scope are served from core Google data centers.\nIf unsure, choose this option.\nEDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence.\nSee https://cloud.google.com/vpc/docs/edge-locations.\nALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs).\nSee https://cloud.google.com/compute/docs/regions-zones", + 'scope', + 'The scope of the certificate.\nDEFAULT: Certificates with default scope are served from core Google data centers.\nIf unsure, choose this option.\nEDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence.\nSee https://cloud.google.com/vpc/docs/edge-locations.\nALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs).\nSee https://cloud.google.com/compute/docs/regions-zones', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "selfManaged", + 'selfManaged', "Certificate data for a SelfManaged Certificate.\nSelfManaged Certificates are uploaded by the user. Updating such\ncertificates before they expire remains the user's responsibility.\nStructure is documented below.", () => certificatemanager_CertificateSelfManaged_GetTypes(), false, @@ -166,23 +166,23 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the resource.", + 'description', + 'A human-readable description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Set of label tags associated with the Certificate resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Set of label tags associated with the Certificate resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", + 'location', 'The Certificate Manager location. If not specified, "global" is used.', () => [], false, @@ -190,7 +190,7 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "managed", + 'managed', "Configuration and state of a Managed Certificate.\nCertificate Manager provisions and renews Managed Certificates\nautomatically, for as long as it's authorized to do so.\nStructure is documented below.", () => certificatemanager_CertificateManaged_GetTypes(), false, @@ -198,8 +198,8 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the certificate. Certificate names must be unique\nThe name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,\nand all following characters must be a dash, underscore, letter or digit.\n\n\n- - -", + 'name', + 'A user-defined name of the certificate. Certificate names must be unique\nThe name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,\nand all following characters must be a dash, underscore, letter or digit.\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/certificatemanager/CertificateIssuanceConfig.ts b/src/app/Models/codegen/gcp/certificatemanager/CertificateIssuanceConfig.ts index cdf6c054a..76b895664 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/CertificateIssuanceConfig.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/CertificateIssuanceConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificatemanager_CertificateIssuanceConfigCertificateAuthorityConfig, certificatemanager_CertificateIssuanceConfigCertificateAuthorityConfig_GetTypes, -} from "../types/certificatemanager_CertificateIssuanceConfigCertificateAuthorityConfig"; +} from '../types/certificatemanager_CertificateIssuanceConfigCertificateAuthorityConfig'; export interface CertificateIssuanceConfigArgs { /* @@ -146,40 +146,40 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". return [ new DynamicUIProps( InputType.String, - "lifetime", - "Lifetime of issued certificates. A duration in seconds with up to nine fractional digits, ending with 's'.\nExample: \"1814400s\". Valid values are from 21 days (1814400s) to 30 days (2592000s)", + 'lifetime', + 'Lifetime of issued certificates. A duration in seconds with up to nine fractional digits, ending with \'s\'.\nExample: "1814400s". Valid values are from 21 days (1814400s) to 30 days (2592000s)', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the certificate issuance config.\nCertificateIssuanceConfig names must be unique globally.", + 'name', + 'A user-defined name of the certificate issuance config.\nCertificateIssuanceConfig names must be unique globally.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "rotationWindowPercentage", - "It specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate.\nMust be a number between 1-99, inclusive.\nYou must set the rotation window percentage in relation to the certificate lifetime so that certificate renewal occurs at least 7 days after\nthe certificate has been issued and at least 7 days before it expires.", + 'rotationWindowPercentage', + 'It specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate.\nMust be a number between 1-99, inclusive.\nYou must set the rotation window percentage in relation to the certificate lifetime so that certificate renewal occurs at least 7 days after\nthe certificate has been issued and at least 7 days before it expires.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyAlgorithm", - "Key algorithm to use when generating the private key.\nPossible values are: `RSA_2048`, `ECDSA_P256`.", + 'keyAlgorithm', + 'Key algorithm to use when generating the private key.\nPossible values are: `RSA_2048`, `ECDSA_P256`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "certificateAuthorityConfig", - "The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.\nStructure is documented below.", + 'certificateAuthorityConfig', + 'The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.\nStructure is documented below.', () => certificatemanager_CertificateIssuanceConfigCertificateAuthorityConfig_GetTypes(), true, @@ -187,15 +187,15 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". ), new DynamicUIProps( InputType.String, - "description", - "One or more paragraphs of text description of a CertificateIssuanceConfig.", + 'description', + 'One or more paragraphs of text description of a CertificateIssuanceConfig.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", + 'location', 'The Certificate Manager location. If not specified, "global" is used.', () => [], false, @@ -203,15 +203,15 @@ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', '\'Set of label tags associated with the CertificateIssuanceConfig resource.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/certificatemanager/CertificateMap.ts b/src/app/Models/codegen/gcp/certificatemanager/CertificateMap.ts index aaf12731e..08836de31 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/CertificateMap.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/CertificateMap.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificatemanager_CertificateMapGclbTarget, certificatemanager_CertificateMapGclbTarget_GetTypes, -} from "../types/certificatemanager_CertificateMapGclbTarget"; +} from '../types/certificatemanager_CertificateMapGclbTarget'; export interface CertificateMapArgs { // A human-readable description of the resource. @@ -98,32 +98,32 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the resource.", + 'description', + 'A human-readable description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Set of labels associated with a Certificate Map resource.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Set of labels associated with a Certificate Map resource.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the Certificate Map. Certificate Map names must be unique\nglobally and match the pattern `projects/*/locations/*/certificateMaps/*`.\n\n\n- - -", + 'name', + 'A user-defined name of the Certificate Map. Certificate Map names must be unique\nglobally and match the pattern `projects/*/locations/*/certificateMaps/*`.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/certificatemanager/CertificateMapEntry.ts b/src/app/Models/codegen/gcp/certificatemanager/CertificateMapEntry.ts index 3df9e8ed1..8fe0befe0 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/CertificateMapEntry.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/CertificateMapEntry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CertificateMapEntryArgs { // A predefined matcher for particular cases, other than SNI selection @@ -141,39 +141,39 @@ selecting a proper certificate. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "certificates", - "A set of Certificates defines for the given hostname.\nThere can be defined up to fifteen certificates in each Certificate Map Entry.\nEach certificate must match pattern projects/*/locations/*/certificates/*.", + 'certificates', + 'A set of Certificates defines for the given hostname.\nThere can be defined up to fifteen certificates in each Certificate Map Entry.\nEach certificate must match pattern projects/*/locations/*/certificates/*.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the resource.", + 'description', + 'A human-readable description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "hostname", - "A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com)\nfor a set of hostnames with common suffix. Used as Server Name Indication (SNI) for\nselecting a proper certificate.", + 'hostname', + 'A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com)\nfor a set of hostnames with common suffix. Used as Server Name Indication (SNI) for\nselecting a proper certificate.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'Set of labels associated with a Certificate Map Entry.\nAn object containing a list of "key": value pairs.\nExample: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -181,23 +181,23 @@ selecting a proper certificate. ), new DynamicUIProps( InputType.String, - "map", - "A map entry that is inputted into the cetrificate map\n\n\n- - -", + 'map', + 'A map entry that is inputted into the cetrificate map\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "matcher", - "A predefined matcher for particular cases, other than SNI selection", + 'matcher', + 'A predefined matcher for particular cases, other than SNI selection', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", + 'name', "A user-defined name of the Certificate Map Entry. Certificate Map Entry\nnames must be unique globally and match pattern\n'projects/*/locations/*/certificateMaps/*/certificateMapEntries/*'", () => [], false, diff --git a/src/app/Models/codegen/gcp/certificatemanager/DnsAuthorization.ts b/src/app/Models/codegen/gcp/certificatemanager/DnsAuthorization.ts index a1e7b3343..a4d83b88e 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/DnsAuthorization.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/DnsAuthorization.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificatemanager_DnsAuthorizationDnsResourceRecord, certificatemanager_DnsAuthorizationDnsResourceRecord_GetTypes, -} from "../types/certificatemanager_DnsAuthorizationDnsResourceRecord"; +} from '../types/certificatemanager_DnsAuthorizationDnsResourceRecord'; export interface DnsAuthorizationArgs { // A human-readable description of the resource. @@ -106,7 +106,7 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "location", + 'location', 'The Certificate Manager location. If not specified, "global" is used.', () => [], false, @@ -114,31 +114,31 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,\nand all following characters must be a dash, underscore, letter or digit.\n\n\n- - -", + 'name', + 'Name of the resource; provided by the client when the resource is created.\nThe name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter,\nand all following characters must be a dash, underscore, letter or digit.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the resource.", + 'description', + 'A human-readable description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "domain", + 'domain', 'A domain which is being authorized. A DnsAuthorization resource covers a\nsingle domain and its wildcard, e.g. authorization for "example.com" can\nbe used to issue certificates for "example.com" and "*.example.com".', () => [], true, @@ -146,8 +146,8 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.Map, - "labels", - "Set of label tags associated with the DNS Authorization resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Set of label tags associated with the DNS Authorization resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/certificatemanager/TrustConfig.ts b/src/app/Models/codegen/gcp/certificatemanager/TrustConfig.ts index 9f49fac62..efc505930 100644 --- a/src/app/Models/codegen/gcp/certificatemanager/TrustConfig.ts +++ b/src/app/Models/codegen/gcp/certificatemanager/TrustConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { certificatemanager_TrustConfigTrustStore, certificatemanager_TrustConfigTrustStore_GetTypes, -} from "../types/certificatemanager_TrustConfigTrustStore"; +} from '../types/certificatemanager_TrustConfigTrustStore'; export interface TrustConfigArgs { /* @@ -108,48 +108,48 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "location", - "The trust config location.\n\n\n- - -", + 'location', + 'The trust config location.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the trust config. Trust config names must be unique globally.", + 'name', + 'A user-defined name of the trust config. Trust config names must be unique globally.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "trustStores", - "Set of trust stores to perform validation against.\nThis field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.\nStructure is documented below.", + 'trustStores', + 'Set of trust stores to perform validation against.\nThis field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.\nStructure is documented below.', () => certificatemanager_TrustConfigTrustStore_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "One or more paragraphs of text description of a trust config.", + 'description', + 'One or more paragraphs of text description of a trust config.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Set of label tags associated with the trust config.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Set of label tags associated with the trust config.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/cloudasset/FolderFeed.ts b/src/app/Models/codegen/gcp/cloudasset/FolderFeed.ts index cc1e8c47e..f334dda78 100644 --- a/src/app/Models/codegen/gcp/cloudasset/FolderFeed.ts +++ b/src/app/Models/codegen/gcp/cloudasset/FolderFeed.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudasset_FolderFeedFeedOutputConfig, cloudasset_FolderFeedFeedOutputConfig_GetTypes, -} from "../types/cloudasset_FolderFeedFeedOutputConfig"; +} from '../types/cloudasset_FolderFeedFeedOutputConfig'; import { cloudasset_FolderFeedCondition, cloudasset_FolderFeedCondition_GetTypes, -} from "../types/cloudasset_FolderFeedCondition"; +} from '../types/cloudasset_FolderFeedCondition'; export interface FolderFeedArgs { /* @@ -134,31 +134,31 @@ enablement check, quota, and billing. return [ new DynamicUIProps( InputType.Object, - "feedOutputConfig", - "Output configuration for asset feed destination.\nStructure is documented below.", + 'feedOutputConfig', + 'Output configuration for asset feed destination.\nStructure is documented below.', () => cloudasset_FolderFeedFeedOutputConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "folder", - "The folder this feed should be created in.", + 'folder', + 'The folder this feed should be created in.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "assetNames", - "A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.", + 'assetNames', + 'A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "assetTypes", + 'assetTypes', 'A list of types of the assets to receive updates. You must specify either or both of assetNames\nand assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to\nthe feed. For example: "compute.googleapis.com/Disk"\nSee https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all\nsupported asset types.', () => InputType_String_GetTypes(), false, @@ -166,15 +166,15 @@ enablement check, quota, and billing. ), new DynamicUIProps( InputType.String, - "billingProject", - "The project whose identity will be used when sending messages to the\ndestination pubsub topic. It also specifies the project for API\nenablement check, quota, and billing.", + 'billingProject', + 'The project whose identity will be used when sending messages to the\ndestination pubsub topic. It also specifies the project for API\nenablement check, quota, and billing.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', 'A condition which determines whether an asset update should be published. If specified, an asset\nwill be returned only when the expression evaluates to true. When set, expression field\nmust be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with\nexpression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of\ncondition are optional.\nStructure is documented below.', () => cloudasset_FolderFeedCondition_GetTypes(), false, @@ -182,16 +182,16 @@ enablement check, quota, and billing. ), new DynamicUIProps( InputType.String, - "contentType", - "Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.", + 'contentType', + 'Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "feedId", - "This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.", + 'feedId', + 'This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudasset/OrganizationFeed.ts b/src/app/Models/codegen/gcp/cloudasset/OrganizationFeed.ts index 06737f6cb..400956e41 100644 --- a/src/app/Models/codegen/gcp/cloudasset/OrganizationFeed.ts +++ b/src/app/Models/codegen/gcp/cloudasset/OrganizationFeed.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudasset_OrganizationFeedFeedOutputConfig, cloudasset_OrganizationFeedFeedOutputConfig_GetTypes, -} from "../types/cloudasset_OrganizationFeedFeedOutputConfig"; +} from '../types/cloudasset_OrganizationFeedFeedOutputConfig'; import { cloudasset_OrganizationFeedCondition, cloudasset_OrganizationFeedCondition_GetTypes, -} from "../types/cloudasset_OrganizationFeedCondition"; +} from '../types/cloudasset_OrganizationFeedCondition'; export interface OrganizationFeedArgs { // This is the client-assigned asset feed identifier and it needs to be unique under a specific parent. @@ -128,47 +128,47 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "contentType", - "Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.", + 'contentType', + 'Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "feedId", - "This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.", + 'feedId', + 'This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "feedOutputConfig", - "Output configuration for asset feed destination.\nStructure is documented below.", + 'feedOutputConfig', + 'Output configuration for asset feed destination.\nStructure is documented below.', () => cloudasset_OrganizationFeedFeedOutputConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "orgId", - "The organization this feed should be created in.", + 'orgId', + 'The organization this feed should be created in.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "assetNames", - "A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.", + 'assetNames', + 'A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "assetTypes", + 'assetTypes', 'A list of types of the assets to receive updates. You must specify either or both of assetNames\nand assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to\nthe feed. For example: "compute.googleapis.com/Disk"\nSee https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all\nsupported asset types.', () => InputType_String_GetTypes(), false, @@ -176,15 +176,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "billingProject", - "The project whose identity will be used when sending messages to the\ndestination pubsub topic. It also specifies the project for API\nenablement check, quota, and billing.", + 'billingProject', + 'The project whose identity will be used when sending messages to the\ndestination pubsub topic. It also specifies the project for API\nenablement check, quota, and billing.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', 'A condition which determines whether an asset update should be published. If specified, an asset\nwill be returned only when the expression evaluates to true. When set, expression field\nmust be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with\nexpression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of\ncondition are optional.\nStructure is documented below.', () => cloudasset_OrganizationFeedCondition_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/cloudasset/ProjectFeed.ts b/src/app/Models/codegen/gcp/cloudasset/ProjectFeed.ts index 9f80de838..5071748c4 100644 --- a/src/app/Models/codegen/gcp/cloudasset/ProjectFeed.ts +++ b/src/app/Models/codegen/gcp/cloudasset/ProjectFeed.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudasset_ProjectFeedCondition, cloudasset_ProjectFeedCondition_GetTypes, -} from "../types/cloudasset_ProjectFeedCondition"; +} from '../types/cloudasset_ProjectFeedCondition'; import { cloudasset_ProjectFeedFeedOutputConfig, cloudasset_ProjectFeedFeedOutputConfig_GetTypes, -} from "../types/cloudasset_ProjectFeedFeedOutputConfig"; +} from '../types/cloudasset_ProjectFeedFeedOutputConfig'; export interface ProjectFeedArgs { /* @@ -136,15 +136,15 @@ Possible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_ return [ new DynamicUIProps( InputType.Array, - "assetNames", - "A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.", + 'assetNames', + 'A list of the full names of the assets to receive updates. You must specify either or both of\nassetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are\nexported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.\nSee https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "assetTypes", + 'assetTypes', 'A list of types of the assets to receive updates. You must specify either or both of assetNames\nand assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to\nthe feed. For example: "compute.googleapis.com/Disk"\nSee https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all\nsupported asset types.', () => InputType_String_GetTypes(), false, @@ -152,7 +152,7 @@ Possible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_ ), new DynamicUIProps( InputType.String, - "billingProject", + 'billingProject', "The project whose identity will be used when sending messages to the\ndestination pubsub topic. It also specifies the project for API\nenablement check, quota, and billing. If not specified, the resource's\nproject will be used.", () => [], false, @@ -160,7 +160,7 @@ Possible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_ ), new DynamicUIProps( InputType.Object, - "condition", + 'condition', 'A condition which determines whether an asset update should be published. If specified, an asset\nwill be returned only when the expression evaluates to true. When set, expression field\nmust be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with\nexpression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of\ncondition are optional.\nStructure is documented below.', () => cloudasset_ProjectFeedCondition_GetTypes(), false, @@ -168,32 +168,32 @@ Possible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_ ), new DynamicUIProps( InputType.String, - "contentType", - "Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.", + 'contentType', + 'Asset content type. If not specified, no content but the asset name and type will be returned.\nPossible values are: `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, `OS_INVENTORY`, `ACCESS_POLICY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "feedId", - "This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.", + 'feedId', + 'This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "feedOutputConfig", - "Output configuration for asset feed destination.\nStructure is documented below.", + 'feedOutputConfig', + 'Output configuration for asset feed destination.\nStructure is documented below.', () => cloudasset_ProjectFeedFeedOutputConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudbuild/BitbucketServerConfig.ts b/src/app/Models/codegen/gcp/cloudbuild/BitbucketServerConfig.ts index 6b6fc796d..121b3fc32 100644 --- a/src/app/Models/codegen/gcp/cloudbuild/BitbucketServerConfig.ts +++ b/src/app/Models/codegen/gcp/cloudbuild/BitbucketServerConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuild_BitbucketServerConfigConnectedRepository, cloudbuild_BitbucketServerConfigConnectedRepository_GetTypes, -} from "../types/cloudbuild_BitbucketServerConfigConnectedRepository"; +} from '../types/cloudbuild_BitbucketServerConfigConnectedRepository'; import { cloudbuild_BitbucketServerConfigSecrets, cloudbuild_BitbucketServerConfigSecrets_GetTypes, -} from "../types/cloudbuild_BitbucketServerConfigSecrets"; +} from '../types/cloudbuild_BitbucketServerConfigSecrets'; export interface BitbucketServerConfigArgs { /* @@ -127,47 +127,47 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "connectedRepositories", - "Connected Bitbucket Server repositories for this config.\nStructure is documented below.", + 'connectedRepositories', + 'Connected Bitbucket Server repositories for this config.\nStructure is documented below.', () => cloudbuild_BitbucketServerConfigConnectedRepository_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of this bitbucket server config.", + 'location', + 'The location of this bitbucket server config.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "peeredNetwork", - "The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection.\nThis should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty,\nno network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format\nprojects/{project}/global/networks/{network}, where {project} is a project number or id and {network} is the name of a VPC network in the project.", + 'peeredNetwork', + 'The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection.\nThis should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty,\nno network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format\nprojects/{project}/global/networks/{network}, where {project} is a project number or id and {network} is the name of a VPC network in the project.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sslCa", - "SSL certificate to use for requests to Bitbucket Server. The format should be PEM format but the extension can be one of .pem, .cer, or .crt.", + 'sslCa', + 'SSL certificate to use for requests to Bitbucket Server. The format should be PEM format but the extension can be one of .pem, .cer, or .crt.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "configId", + 'configId', "The ID to use for the BitbucketServerConfig, which will become the final component of the BitbucketServerConfig's resource name.", () => [], true, @@ -175,32 +175,32 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "hostUri", - "Immutable. The URI of the Bitbucket Server host. Once this field has been set, it cannot be changed.\nIf you need to change it, please create another BitbucketServerConfig.", + 'hostUri', + 'Immutable. The URI of the Bitbucket Server host. Once this field has been set, it cannot be changed.\nIf you need to change it, please create another BitbucketServerConfig.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "secrets", - "Secret Manager secrets needed by the config.\nStructure is documented below.", + 'secrets', + 'Secret Manager secrets needed by the config.\nStructure is documented below.', () => cloudbuild_BitbucketServerConfigSecrets_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "username", - "Username of the account Cloud Build will use on Bitbucket Server.", + 'username', + 'Username of the account Cloud Build will use on Bitbucket Server.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "apiKey", - "Immutable. API Key that will be attached to webhook. Once this field has been set, it cannot be changed.\nChanging this field will result in deleting/ recreating the resource.", + 'apiKey', + 'Immutable. API Key that will be attached to webhook. Once this field has been set, it cannot be changed.\nChanging this field will result in deleting/ recreating the resource.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudbuild/Trigger.ts b/src/app/Models/codegen/gcp/cloudbuild/Trigger.ts index 3a43f062e..ba4f8d5d6 100644 --- a/src/app/Models/codegen/gcp/cloudbuild/Trigger.ts +++ b/src/app/Models/codegen/gcp/cloudbuild/Trigger.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuild_TriggerRepositoryEventConfig, cloudbuild_TriggerRepositoryEventConfig_GetTypes, -} from "../types/cloudbuild_TriggerRepositoryEventConfig"; +} from '../types/cloudbuild_TriggerRepositoryEventConfig'; import { cloudbuild_TriggerPubsubConfig, cloudbuild_TriggerPubsubConfig_GetTypes, -} from "../types/cloudbuild_TriggerPubsubConfig"; +} from '../types/cloudbuild_TriggerPubsubConfig'; import { cloudbuild_TriggerBitbucketServerTriggerConfig, cloudbuild_TriggerBitbucketServerTriggerConfig_GetTypes, -} from "../types/cloudbuild_TriggerBitbucketServerTriggerConfig"; +} from '../types/cloudbuild_TriggerBitbucketServerTriggerConfig'; import { cloudbuild_TriggerBuild, cloudbuild_TriggerBuild_GetTypes, -} from "../types/cloudbuild_TriggerBuild"; +} from '../types/cloudbuild_TriggerBuild'; import { cloudbuild_TriggerWebhookConfig, cloudbuild_TriggerWebhookConfig_GetTypes, -} from "../types/cloudbuild_TriggerWebhookConfig"; +} from '../types/cloudbuild_TriggerWebhookConfig'; import { cloudbuild_TriggerApprovalConfig, cloudbuild_TriggerApprovalConfig_GetTypes, -} from "../types/cloudbuild_TriggerApprovalConfig"; +} from '../types/cloudbuild_TriggerApprovalConfig'; import { cloudbuild_TriggerGithub, cloudbuild_TriggerGithub_GetTypes, -} from "../types/cloudbuild_TriggerGithub"; +} from '../types/cloudbuild_TriggerGithub'; import { cloudbuild_TriggerSourceToBuild, cloudbuild_TriggerSourceToBuild_GetTypes, -} from "../types/cloudbuild_TriggerSourceToBuild"; +} from '../types/cloudbuild_TriggerSourceToBuild'; import { cloudbuild_TriggerTriggerTemplate, cloudbuild_TriggerTriggerTemplate_GetTypes, -} from "../types/cloudbuild_TriggerTriggerTemplate"; +} from '../types/cloudbuild_TriggerTriggerTemplate'; import { cloudbuild_TriggerGitFileSource, cloudbuild_TriggerGitFileSource_GetTypes, -} from "../types/cloudbuild_TriggerGitFileSource"; +} from '../types/cloudbuild_TriggerGitFileSource'; export interface TriggerArgs { /* @@ -365,135 +365,135 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "includeBuildLogs", - "Build logs will be sent back to GitHub as part of the checkrun\nresult. Values can be INCLUDE_BUILD_LOGS_UNSPECIFIED or\nINCLUDE_BUILD_LOGS_WITH_STATUS\nPossible values are: `INCLUDE_BUILD_LOGS_UNSPECIFIED`, `INCLUDE_BUILD_LOGS_WITH_STATUS`.", + 'includeBuildLogs', + 'Build logs will be sent back to GitHub as part of the checkrun\nresult. Values can be INCLUDE_BUILD_LOGS_UNSPECIFIED or\nINCLUDE_BUILD_LOGS_WITH_STATUS\nPossible values are: `INCLUDE_BUILD_LOGS_UNSPECIFIED`, `INCLUDE_BUILD_LOGS_WITH_STATUS`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "approvalConfig", - "Configuration for manual approval to start a build invocation of this BuildTrigger.\nBuilds created by this trigger will require approval before they execute.\nAny user with a Cloud Build Approver role for the project can approve a build.\nStructure is documented below.", + 'approvalConfig', + 'Configuration for manual approval to start a build invocation of this BuildTrigger.\nBuilds created by this trigger will require approval before they execute.\nAny user with a Cloud Build Approver role for the project can approve a build.\nStructure is documented below.', () => cloudbuild_TriggerApprovalConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "filename", - "Path, from the source root, to a file whose contents is used for the template.\nEither a filename or build template must be provided. Set this only when using trigger_template or github.\nWhen using Pub/Sub, Webhook or Manual set the file name using git_file_source instead.", + 'filename', + 'Path, from the source root, to a file whose contents is used for the template.\nEither a filename or build template must be provided. Set this only when using trigger_template or github.\nWhen using Pub/Sub, Webhook or Manual set the file name using git_file_source instead.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the trigger. Must be unique within the project.", + 'name', + 'Name of the trigger. Must be unique within the project.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "bitbucketServerTriggerConfig", - "BitbucketServerTriggerConfig describes the configuration of a trigger that creates a build whenever a Bitbucket Server event is received.\nStructure is documented below.", + 'bitbucketServerTriggerConfig', + 'BitbucketServerTriggerConfig describes the configuration of a trigger that creates a build whenever a Bitbucket Server event is received.\nStructure is documented below.', () => cloudbuild_TriggerBitbucketServerTriggerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "Whether the trigger is disabled or not. If true, the trigger will never result in a build.", + 'disabled', + 'Whether the trigger is disabled or not. If true, the trigger will never result in a build.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "gitFileSource", - "The file source describing the local or remote Build template.\nStructure is documented below.", + 'gitFileSource', + 'The file source describing the local or remote Build template.\nStructure is documented below.', () => cloudbuild_TriggerGitFileSource_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "build", - "Contents of the build template. Either a filename or build template must be provided.\nStructure is documented below.", + 'build', + 'Contents of the build template. Either a filename or build template must be provided.\nStructure is documented below.', () => cloudbuild_TriggerBuild_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "substitutions", - "Substitutions data for Build resource.", + 'substitutions', + 'Substitutions data for Build resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ignoredFiles", - "ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match\nextended with support for `**`.\nIf ignoredFiles and changed files are both empty, then they are not\nused to determine whether or not to trigger a build.\nIf ignoredFiles is not empty, then we ignore any files that match any\nof the ignored_file globs. If the change has no files that are outside\nof the ignoredFiles globs, then we do not trigger a build.", + 'ignoredFiles', + 'ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match\nextended with support for `**`.\nIf ignoredFiles and changed files are both empty, then they are not\nused to determine whether or not to trigger a build.\nIf ignoredFiles is not empty, then we ignore any files that match any\nof the ignored_file globs. If the change has no files that are outside\nof the ignoredFiles globs, then we do not trigger a build.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "repositoryEventConfig", - "The configuration of a trigger that creates a build whenever an event from Repo API is received.\nStructure is documented below.", + 'repositoryEventConfig', + 'The configuration of a trigger that creates a build whenever an event from Repo API is received.\nStructure is documented below.', () => cloudbuild_TriggerRepositoryEventConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "triggerTemplate", - "Template describing the types of source changes to trigger a build.\nBranch and tag names in trigger templates are interpreted as regular\nexpressions. Any branch or tag change that matches that regular\nexpression will trigger a build.\nOne of `trigger_template`, `github`, `pubsub_config`, `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.", + 'triggerTemplate', + 'Template describing the types of source changes to trigger a build.\nBranch and tag names in trigger templates are interpreted as regular\nexpressions. Any branch or tag change that matches that regular\nexpression will trigger a build.\nOne of `trigger_template`, `github`, `pubsub_config`, `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.', () => cloudbuild_TriggerTriggerTemplate_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccount", - "The service account used for all user-controlled operations including\ntriggers.patch, triggers.run, builds.create, and builds.cancel.\nIf no service account is set, then the standard Cloud Build service account\n([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.\nFormat: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_ID_OR_EMAIL}", + 'serviceAccount', + 'The service account used for all user-controlled operations including\ntriggers.patch, triggers.run, builds.create, and builds.cancel.\nIf no service account is set, then the standard Cloud Build service account\n([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.\nFormat: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_ID_OR_EMAIL}', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sourceToBuild", - "The repo and ref of the repository from which to build.\nThis field is used only for those triggers that do not respond to SCM events.\nTriggers that respond to such events build source at whatever commit caused the event.\nThis field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers.\nOne of `trigger_template`, `github`, `pubsub_config` `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.", + 'sourceToBuild', + 'The repo and ref of the repository from which to build.\nThis field is used only for those triggers that do not respond to SCM events.\nTriggers that respond to such events build source at whatever commit caused the event.\nThis field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers.\nOne of `trigger_template`, `github`, `pubsub_config` `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.', () => cloudbuild_TriggerSourceToBuild_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Human-readable description of the trigger.", + 'description', + 'Human-readable description of the trigger.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", + 'location', 'The [Cloud Build location](https://cloud.google.com/build/docs/locations) for the trigger.\nIf not specified, "global" is used.', () => [], false, @@ -501,31 +501,31 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Object, - "github", - "Describes the configuration of a trigger that creates a build whenever a GitHub event is received.\nOne of `trigger_template`, `github`, `pubsub_config` or `webhook_config` must be provided.\nStructure is documented below.", + 'github', + 'Describes the configuration of a trigger that creates a build whenever a GitHub event is received.\nOne of `trigger_template`, `github`, `pubsub_config` or `webhook_config` must be provided.\nStructure is documented below.', () => cloudbuild_TriggerGithub_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "filter", - "A Common Expression Language string. Used only with Pub/Sub and Webhook.", + 'filter', + 'A Common Expression Language string. Used only with Pub/Sub and Webhook.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "includedFiles", - "ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match\nextended with support for `**`.\nIf any of the files altered in the commit pass the ignoredFiles filter\nand includedFiles is empty, then as far as this filter is concerned, we\nshould trigger the build.\nIf any of the files altered in the commit pass the ignoredFiles filter\nand includedFiles is not empty, then we make sure that at least one of\nthose files matches a includedFiles glob. If not, then we do not trigger\na build.", + 'includedFiles', + 'ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match\nextended with support for `**`.\nIf any of the files altered in the commit pass the ignoredFiles filter\nand includedFiles is empty, then as far as this filter is concerned, we\nshould trigger the build.\nIf any of the files altered in the commit pass the ignoredFiles filter\nand includedFiles is not empty, then we make sure that at least one of\nthose files matches a includedFiles glob. If not, then we do not trigger\na build.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "webhookConfig", + 'webhookConfig', "WebhookConfig describes the configuration of a trigger that creates\na build whenever a webhook is sent to a trigger's webhook URL.\nOne of `trigger_template`, `github`, `pubsub_config` `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.", () => cloudbuild_TriggerWebhookConfig_GetTypes(), false, @@ -533,16 +533,16 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Object, - "pubsubConfig", - "PubsubConfig describes the configuration of a trigger that creates\na build whenever a Pub/Sub message is published.\nOne of `trigger_template`, `github`, `pubsub_config` `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.", + 'pubsubConfig', + 'PubsubConfig describes the configuration of a trigger that creates\na build whenever a Pub/Sub message is published.\nOne of `trigger_template`, `github`, `pubsub_config` `webhook_config` or `source_to_build` must be provided.\nStructure is documented below.', () => cloudbuild_TriggerPubsubConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tags", - "Tags for annotation of a BuildTrigger", + 'tags', + 'Tags for annotation of a BuildTrigger', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/cloudbuild/WorkerPool.ts b/src/app/Models/codegen/gcp/cloudbuild/WorkerPool.ts index 52217b8a0..edee781f1 100644 --- a/src/app/Models/codegen/gcp/cloudbuild/WorkerPool.ts +++ b/src/app/Models/codegen/gcp/cloudbuild/WorkerPool.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuild_WorkerPoolNetworkConfig, cloudbuild_WorkerPoolNetworkConfig_GetTypes, -} from "../types/cloudbuild_WorkerPoolNetworkConfig"; +} from '../types/cloudbuild_WorkerPoolNetworkConfig'; import { cloudbuild_WorkerPoolWorkerConfig, cloudbuild_WorkerPoolWorkerConfig_GetTypes, -} from "../types/cloudbuild_WorkerPoolWorkerConfig"; +} from '../types/cloudbuild_WorkerPoolWorkerConfig'; export interface WorkerPoolArgs { /* @@ -102,56 +102,56 @@ Terraform, other clients and services. return [ new DynamicUIProps( InputType.String, - "name", - "User-defined name of the `WorkerPool`.\n\n\n- - -", + 'name', + 'User-defined name of the `WorkerPool`.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "networkConfig", - "Network configuration for the `WorkerPool`. Structure is documented below.", + 'networkConfig', + 'Network configuration for the `WorkerPool`. Structure is documented below.', () => cloudbuild_WorkerPoolNetworkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "workerConfig", - "Configuration to be used for a creating workers in the `WorkerPool`. Structure is documented below.", + 'workerConfig', + 'Configuration to be used for a creating workers in the `WorkerPool`. Structure is documented below.', () => cloudbuild_WorkerPoolWorkerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "annotations", - "User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size\nlimitations. **Note**: This field is non-authoritative, and will only manage the annotations present in your\nconfiguration. Please refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size\nlimitations. **Note**: This field is non-authoritative, and will only manage the annotations present in your\nconfiguration. Please refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.", + 'displayName', + 'A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudbuildv2/Connection.ts b/src/app/Models/codegen/gcp/cloudbuildv2/Connection.ts index 8518f9ded..c72e06c92 100644 --- a/src/app/Models/codegen/gcp/cloudbuildv2/Connection.ts +++ b/src/app/Models/codegen/gcp/cloudbuildv2/Connection.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuildv2_ConnectionGithubConfig, cloudbuildv2_ConnectionGithubConfig_GetTypes, -} from "../types/cloudbuildv2_ConnectionGithubConfig"; +} from '../types/cloudbuildv2_ConnectionGithubConfig'; import { cloudbuildv2_ConnectionGithubEnterpriseConfig, cloudbuildv2_ConnectionGithubEnterpriseConfig_GetTypes, -} from "../types/cloudbuildv2_ConnectionGithubEnterpriseConfig"; +} from '../types/cloudbuildv2_ConnectionGithubEnterpriseConfig'; import { cloudbuildv2_ConnectionGitlabConfig, cloudbuildv2_ConnectionGitlabConfig_GetTypes, -} from "../types/cloudbuildv2_ConnectionGitlabConfig"; +} from '../types/cloudbuildv2_ConnectionGitlabConfig'; import { cloudbuildv2_ConnectionInstallationState, cloudbuildv2_ConnectionInstallationState_GetTypes, -} from "../types/cloudbuildv2_ConnectionInstallationState"; +} from '../types/cloudbuildv2_ConnectionInstallationState'; export interface ConnectionArgs { /* @@ -143,64 +143,64 @@ The location for the resource return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Allows clients to store small amounts of arbitrary data.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Allows clients to store small amounts of arbitrary data.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.", + 'disabled', + 'If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "githubConfig", - "Configuration for connections to github.com.\nStructure is documented below.", + 'githubConfig', + 'Configuration for connections to github.com.\nStructure is documented below.', () => cloudbuildv2_ConnectionGithubConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "githubEnterpriseConfig", - "Configuration for connections to an instance of GitHub Enterprise.\nStructure is documented below.", + 'githubEnterpriseConfig', + 'Configuration for connections to an instance of GitHub Enterprise.\nStructure is documented below.', () => cloudbuildv2_ConnectionGithubEnterpriseConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "gitlabConfig", - "Configuration for connections to gitlab.com or an instance of GitLab Enterprise.\nStructure is documented below.", + 'gitlabConfig', + 'Configuration for connections to gitlab.com or an instance of GitLab Enterprise.\nStructure is documented below.', () => cloudbuildv2_ConnectionGitlabConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource\n\n\n- - -", + 'location', + 'The location for the resource\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Immutable. The resource name of the connection.", + 'name', + 'Immutable. The resource name of the connection.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMBinding.ts b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMBinding.ts index a523d199d..7fe7c77b0 100644 --- a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMBinding.ts +++ b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuildv2_ConnectionIAMBindingCondition, cloudbuildv2_ConnectionIAMBindingCondition_GetTypes, -} from "../types/cloudbuildv2_ConnectionIAMBindingCondition"; +} from '../types/cloudbuildv2_ConnectionIAMBindingCondition'; export interface ConnectionIAMBindingArgs { // The location for the resource Used to find the parent resource to bind the IAM policy to @@ -94,31 +94,31 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "location", - "The location for the resource Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location for the resource Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -126,16 +126,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudbuildv2_ConnectionIAMBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMMember.ts b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMMember.ts index 6bf978a5a..0e7c0da38 100644 --- a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMMember.ts +++ b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudbuildv2_ConnectionIAMMemberCondition, cloudbuildv2_ConnectionIAMMemberCondition_GetTypes, -} from "../types/cloudbuildv2_ConnectionIAMMemberCondition"; +} from '../types/cloudbuildv2_ConnectionIAMMemberCondition'; export interface ConnectionIAMMemberArgs { // @@ -94,24 +94,24 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "location", - "The location for the resource Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location for the resource Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -119,16 +119,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudbuildv2_ConnectionIAMMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMPolicy.ts b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMPolicy.ts index 277353c97..a95750737 100644 --- a/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudbuildv2/ConnectionIAMPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ConnectionIAMPolicyArgs { // The location for the resource Used to find the parent resource to bind the IAM policy to @@ -76,15 +76,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -92,16 +92,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location for the resource Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudbuildv2/Repository.ts b/src/app/Models/codegen/gcp/cloudbuildv2/Repository.ts index db9d838f6..70cd41dbe 100644 --- a/src/app/Models/codegen/gcp/cloudbuildv2/Repository.ts +++ b/src/app/Models/codegen/gcp/cloudbuildv2/Repository.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryArgs { /* @@ -88,48 +88,48 @@ Please refer to the field `effective_annotations` for all of the annotations pre return [ new DynamicUIProps( InputType.Map, - "annotations", - "Allows clients to store small amounts of arbitrary data.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Allows clients to store small amounts of arbitrary data.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the repository.", + 'name', + 'Name of the repository.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "parentConnection", - "The connection for the resource\n\n\n- - -", + 'parentConnection', + 'The connection for the resource\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "remoteUri", - "Required. Git Clone HTTPS URI.", + 'remoteUri', + 'Required. Git Clone HTTPS URI.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/clouddeploy/Automation.ts b/src/app/Models/codegen/gcp/clouddeploy/Automation.ts index 1129e568c..b4ebb76a0 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/Automation.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/Automation.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_AutomationRule, clouddeploy_AutomationRule_GetTypes, -} from "../types/clouddeploy_AutomationRule"; +} from '../types/clouddeploy_AutomationRule'; import { clouddeploy_AutomationSelector, clouddeploy_AutomationSelector_GetTypes, -} from "../types/clouddeploy_AutomationSelector"; +} from '../types/clouddeploy_AutomationSelector'; export interface AutomationArgs { /* @@ -148,88 +148,88 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.Map, - "annotations", - "Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the `Automation`. Max length is 255 characters.", + 'description', + 'Optional. Description of the `Automation`. Max length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the `Automation`.", + 'name', + 'Name of the `Automation`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "suspended", - "Optional. When Suspended, automation is deactivated from execution.", + 'suspended', + 'Optional. When Suspended, automation is deactivated from execution.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "selector", - "Required. Selected resources to which the automation will be applied.\nStructure is documented below.", + 'selector', + 'Required. Selected resources to which the automation will be applied.\nStructure is documented below.', () => clouddeploy_AutomationSelector_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "serviceAccount", - "Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.", + 'serviceAccount', + 'Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "deliveryPipeline", - "The delivery_pipeline for the resource", + 'deliveryPipeline', + 'The delivery_pipeline for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.\nStructure is documented below.", + 'rules', + 'Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.\nStructure is documented below.', () => clouddeploy_AutomationRule_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/clouddeploy/CustomTargetType.ts b/src/app/Models/codegen/gcp/clouddeploy/CustomTargetType.ts index eb574bafb..5acfc30bc 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/CustomTargetType.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/CustomTargetType.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_CustomTargetTypeCustomActions, clouddeploy_CustomTargetTypeCustomActions_GetTypes, -} from "../types/clouddeploy_CustomTargetTypeCustomActions"; +} from '../types/clouddeploy_CustomTargetTypeCustomActions'; export interface CustomTargetTypeArgs { // Description of the `CustomTargetType`. Max length is 255 characters. @@ -127,56 +127,56 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.Map, - "annotations", - "User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "customActions", - "Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.\nStructure is documented below.", + 'customActions', + 'Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.\nStructure is documented below.', () => clouddeploy_CustomTargetTypeCustomActions_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the `CustomTargetType`. Max length is 255 characters.", + 'description', + 'Description of the `CustomTargetType`. Max length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the source.\n\n\n- - -", + 'location', + 'The location of the source.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the `CustomTargetType`.", + 'name', + 'Name of the `CustomTargetType`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipeline.ts b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipeline.ts index f50d813e1..772963eeb 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipeline.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipeline.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_DeliveryPipelineSerialPipeline, clouddeploy_DeliveryPipelineSerialPipeline_GetTypes, -} from "../types/clouddeploy_DeliveryPipelineSerialPipeline"; +} from '../types/clouddeploy_DeliveryPipelineSerialPipeline'; import { clouddeploy_DeliveryPipelineCondition, clouddeploy_DeliveryPipelineCondition_GetTypes, -} from "../types/clouddeploy_DeliveryPipelineCondition"; +} from '../types/clouddeploy_DeliveryPipelineCondition'; export interface DeliveryPipelineArgs { // Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\-]{0,62}. @@ -116,64 +116,64 @@ Please refer to the field `effective_annotations` for all of the annotations pre return [ new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serialPipeline", - "SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.", + 'serialPipeline', + 'SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.', () => clouddeploy_DeliveryPipelineSerialPipeline_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "suspended", - "When suspended, no new releases or rollouts can be created, but in-progress ones will complete.", + 'suspended', + 'When suspended, no new releases or rollouts can be created, but in-progress ones will complete.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "annotations", - "User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the `DeliveryPipeline`. Max length is 255 characters.", + 'description', + 'Description of the `DeliveryPipeline`. Max length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.", + 'name', + 'Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamBinding.ts b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamBinding.ts index c46e1d44e..b6a06804f 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamBinding.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_DeliveryPipelineIamBindingCondition, clouddeploy_DeliveryPipelineIamBindingCondition_GetTypes, -} from "../types/clouddeploy_DeliveryPipelineIamBindingCondition"; +} from '../types/clouddeploy_DeliveryPipelineIamBindingCondition'; export interface DeliveryPipelineIamBindingArgs { // @@ -56,38 +56,38 @@ export class DeliveryPipelineIamBinding extends DS_Resource { return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => clouddeploy_DeliveryPipelineIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamMember.ts b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamMember.ts index 6c082d44f..7caa8ec1e 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamMember.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_DeliveryPipelineIamMemberCondition, clouddeploy_DeliveryPipelineIamMemberCondition_GetTypes, -} from "../types/clouddeploy_DeliveryPipelineIamMemberCondition"; +} from '../types/clouddeploy_DeliveryPipelineIamMemberCondition'; export interface DeliveryPipelineIamMemberArgs { // @@ -54,29 +54,29 @@ export class DeliveryPipelineIamMember extends DS_Resource { public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => clouddeploy_DeliveryPipelineIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamPolicy.ts b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamPolicy.ts index 8fd1e21dd..547290ac1 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamPolicy.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/DeliveryPipelineIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DeliveryPipelineIamPolicyArgs { // @@ -40,25 +40,25 @@ export class DeliveryPipelineIamPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "policyData", - "", + 'policyData', + '', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/clouddeploy/Target.ts b/src/app/Models/codegen/gcp/clouddeploy/Target.ts index 8c17ab54c..0e4c75662 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/Target.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/Target.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_TargetExecutionConfig, clouddeploy_TargetExecutionConfig_GetTypes, -} from "../types/clouddeploy_TargetExecutionConfig"; +} from '../types/clouddeploy_TargetExecutionConfig'; import { clouddeploy_TargetGke, clouddeploy_TargetGke_GetTypes, -} from "../types/clouddeploy_TargetGke"; +} from '../types/clouddeploy_TargetGke'; import { clouddeploy_TargetMultiTarget, clouddeploy_TargetMultiTarget_GetTypes, -} from "../types/clouddeploy_TargetMultiTarget"; +} from '../types/clouddeploy_TargetMultiTarget'; import { clouddeploy_TargetRun, clouddeploy_TargetRun_GetTypes, -} from "../types/clouddeploy_TargetRun"; +} from '../types/clouddeploy_TargetRun'; import { clouddeploy_TargetAnthosCluster, clouddeploy_TargetAnthosCluster_GetTypes, -} from "../types/clouddeploy_TargetAnthosCluster"; +} from '../types/clouddeploy_TargetAnthosCluster'; export interface TargetArgs { /* @@ -170,104 +170,104 @@ Please refer to the field `effective_annotations` for all of the annotations pre return [ new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "run", - "Information specifying a Cloud Run deployment target.", + 'run', + 'Information specifying a Cloud Run deployment target.', () => clouddeploy_TargetRun_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.\n\n\n\n- - -", + 'name', + 'Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.\n\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the `Target`. Max length is 255 characters.", + 'description', + 'Optional. Description of the `Target`. Max length is 255 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "gke", - "Information specifying a GKE Cluster.", + 'gke', + 'Information specifying a GKE Cluster.', () => clouddeploy_TargetGke_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "deployParameters", - "Optional. The deploy parameters to use for this target.", + 'deployParameters', + 'Optional. The deploy parameters to use for this target.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "requireApproval", - "Optional. Whether or not the `Target` requires approval.", + 'requireApproval', + 'Optional. Whether or not the `Target` requires approval.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "anthosCluster", - "Information specifying an Anthos Cluster.", + 'anthosCluster', + 'Information specifying an Anthos Cluster.', () => clouddeploy_TargetAnthosCluster_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "executionConfigs", - "Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.", + 'executionConfigs', + 'Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.', () => clouddeploy_TargetExecutionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "multiTarget", - "Information specifying a multiTarget.", + 'multiTarget', + 'Information specifying a multiTarget.', () => clouddeploy_TargetMultiTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/clouddeploy/TargetIamBinding.ts b/src/app/Models/codegen/gcp/clouddeploy/TargetIamBinding.ts index f791ac3eb..1b72fd018 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/TargetIamBinding.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/TargetIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_TargetIamBindingCondition, clouddeploy_TargetIamBindingCondition_GetTypes, -} from "../types/clouddeploy_TargetIamBindingCondition"; +} from '../types/clouddeploy_TargetIamBindingCondition'; export interface TargetIamBindingArgs { // @@ -54,36 +54,36 @@ export class TargetIamBinding extends DS_Resource { public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => clouddeploy_TargetIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/clouddeploy/TargetIamMember.ts b/src/app/Models/codegen/gcp/clouddeploy/TargetIamMember.ts index c5cc58567..6a720c203 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/TargetIamMember.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/TargetIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddeploy_TargetIamMemberCondition, clouddeploy_TargetIamMemberCondition_GetTypes, -} from "../types/clouddeploy_TargetIamMemberCondition"; +} from '../types/clouddeploy_TargetIamMemberCondition'; export interface TargetIamMemberArgs { // @@ -54,33 +54,33 @@ export class TargetIamMember extends DS_Resource { public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => clouddeploy_TargetIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/clouddeploy/TargetIamPolicy.ts b/src/app/Models/codegen/gcp/clouddeploy/TargetIamPolicy.ts index f1b3f88db..b3cbe831d 100644 --- a/src/app/Models/codegen/gcp/clouddeploy/TargetIamPolicy.ts +++ b/src/app/Models/codegen/gcp/clouddeploy/TargetIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetIamPolicyArgs { // @@ -40,25 +40,25 @@ export class TargetIamPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "name", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'name', '', () => [], false, true), new DynamicUIProps( InputType.String, - "policyData", - "", + 'policyData', + '', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/clouddomains/Registration.ts b/src/app/Models/codegen/gcp/clouddomains/Registration.ts index a337327d2..2fcec553a 100644 --- a/src/app/Models/codegen/gcp/clouddomains/Registration.ts +++ b/src/app/Models/codegen/gcp/clouddomains/Registration.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { clouddomains_RegistrationContactSettings, clouddomains_RegistrationContactSettings_GetTypes, -} from "../types/clouddomains_RegistrationContactSettings"; +} from '../types/clouddomains_RegistrationContactSettings'; import { clouddomains_RegistrationDnsSettings, clouddomains_RegistrationDnsSettings_GetTypes, -} from "../types/clouddomains_RegistrationDnsSettings"; +} from '../types/clouddomains_RegistrationDnsSettings'; import { clouddomains_RegistrationManagementSettings, clouddomains_RegistrationManagementSettings_GetTypes, -} from "../types/clouddomains_RegistrationManagementSettings"; +} from '../types/clouddomains_RegistrationManagementSettings'; import { clouddomains_RegistrationYearlyPrice, clouddomains_RegistrationYearlyPrice_GetTypes, -} from "../types/clouddomains_RegistrationYearlyPrice"; +} from '../types/clouddomains_RegistrationYearlyPrice'; export interface RegistrationArgs { // The list of domain notices that you acknowledge. Possible value is HSTS_PRELOADED @@ -159,80 +159,80 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "contactNotices", - "The list of contact notices that the caller acknowledges. Possible value is PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT", + 'contactNotices', + 'The list of contact notices that the caller acknowledges. Possible value is PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "managementSettings", - "Settings for management of the Registration, including renewal, billing, and transfer\nStructure is documented below.", + 'managementSettings', + 'Settings for management of the Registration, including renewal, billing, and transfer\nStructure is documented below.', () => clouddomains_RegistrationManagementSettings_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "domainNotices", - "The list of domain notices that you acknowledge. Possible value is HSTS_PRELOADED", + 'domainNotices', + 'The list of domain notices that you acknowledge. Possible value is HSTS_PRELOADED', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Set of labels associated with the Registration.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Set of labels associated with the Registration.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "yearlyPrice", - "Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from\nregistrations.retrieveRegisterParameters or registrations.searchDomains calls.\nStructure is documented below.", + 'yearlyPrice', + 'Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from\nregistrations.retrieveRegisterParameters or registrations.searchDomains calls.\nStructure is documented below.', () => clouddomains_RegistrationYearlyPrice_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "contactSettings", - "Required. Settings for contact information linked to the Registration.\nStructure is documented below.", + 'contactSettings', + 'Required. Settings for contact information linked to the Registration.\nStructure is documented below.', () => clouddomains_RegistrationContactSettings_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "dnsSettings", - "Settings controlling the DNS configuration of the Registration.\nStructure is documented below.", + 'dnsSettings', + 'Settings controlling the DNS configuration of the Registration.\nStructure is documented below.', () => clouddomains_RegistrationDnsSettings_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "domainName", - "Required. The domain name. Unicode domain names must be expressed in Punycode format.", + 'domainName', + 'Required. The domain name. Unicode domain names must be expressed in Punycode format.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudfunctions/Function.ts b/src/app/Models/codegen/gcp/cloudfunctions/Function.ts index 71a7d6541..c359d9ce1 100644 --- a/src/app/Models/codegen/gcp/cloudfunctions/Function.ts +++ b/src/app/Models/codegen/gcp/cloudfunctions/Function.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctions_FunctionSecretVolume, cloudfunctions_FunctionSecretVolume_GetTypes, -} from "../types/cloudfunctions_FunctionSecretVolume"; +} from '../types/cloudfunctions_FunctionSecretVolume'; import { cloudfunctions_FunctionEventTrigger, cloudfunctions_FunctionEventTrigger_GetTypes, -} from "../types/cloudfunctions_FunctionEventTrigger"; +} from '../types/cloudfunctions_FunctionEventTrigger'; import { cloudfunctions_FunctionSourceRepository, cloudfunctions_FunctionSourceRepository_GetTypes, -} from "../types/cloudfunctions_FunctionSourceRepository"; +} from '../types/cloudfunctions_FunctionSourceRepository'; import { cloudfunctions_FunctionSecretEnvironmentVariable, cloudfunctions_FunctionSecretEnvironmentVariable_GetTypes, -} from "../types/cloudfunctions_FunctionSecretEnvironmentVariable"; +} from '../types/cloudfunctions_FunctionSecretEnvironmentVariable'; export interface FunctionArgs { // A set of key/value environment variable pairs available during build time. @@ -256,7 +256,7 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru return [ new DynamicUIProps( InputType.String, - "runtime", + 'runtime', 'The runtime in which the function is going to run.\nEg. `"nodejs16"`, `"python39"`, `"dotnet3"`, `"go116"`, `"java11"`, `"ruby30"`, `"php74"`, etc. Check the [official doc](https://cloud.google.com/functions/docs/concepts/exec#runtimes) for the up-to-date list.\n\n- - -', () => [], true, @@ -264,55 +264,55 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru ), new DynamicUIProps( InputType.String, - "httpsTriggerUrl", - "URL which triggers function execution. Returned only if `trigger_http` is used.", + 'httpsTriggerUrl', + 'URL which triggers function execution. Returned only if `trigger_http` is used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcConnectorEgressSettings", - "The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.", + 'vpcConnectorEgressSettings', + 'The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the function.", + 'description', + 'Description of the function.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dockerRepository", - "User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry. This is the repository to which the function docker image will be pushed after it is built by Cloud Build. If unspecified, Container Registry will be used by default, unless specified otherwise by other means.", + 'dockerRepository', + 'User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry. This is the repository to which the function docker image will be pushed after it is built by Cloud Build. If unspecified, Container Registry will be used by default, unless specified otherwise by other means.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyName", - "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.\nIf specified, you must also provide an artifact registry repository using the `docker_repository` field that was created with the same KMS crypto key. Before deploying, please complete all pre-requisites described in https://cloud.google.com/functions/docs/securing/cmek#granting_service_accounts_access_to_the_key", + 'kmsKeyName', + 'Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.\nIf specified, you must also provide an artifact registry repository using the `docker_repository` field that was created with the same KMS crypto key. Before deploying, please complete all pre-requisites described in https://cloud.google.com/functions/docs/securing/cmek#granting_service_accounts_access_to_the_key', () => [], false, false, ), new DynamicUIProps( InputType.String, - "buildWorkerPool", - "Name of the Cloud Build Custom Worker Pool that should be used to build the function.", + 'buildWorkerPool', + 'Name of the Cloud Build Custom Worker Pool that should be used to build the function.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dockerRegistry", + 'dockerRegistry', "Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER_REGISTRY (default) and ARTIFACT_REGISTRY.", () => [], false, @@ -320,103 +320,103 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru ), new DynamicUIProps( InputType.Number, - "minInstances", - "The limit on the minimum number of function instances that may coexist at a given time.", + 'minInstances', + 'The limit on the minimum number of function instances that may coexist at a given time.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the function. Function names must be unique globally.", + 'name', + 'A user-defined name of the function. Function names must be unique globally.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "eventTrigger", - "A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.", + 'eventTrigger', + 'A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.', () => cloudfunctions_FunctionEventTrigger_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceArchiveBucket", - "The GCS bucket containing the zip archive which contains the function.", + 'sourceArchiveBucket', + 'The GCS bucket containing the zip archive which contains the function.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "availableMemoryMb", - "Memory (in MB), available to the function. Default value is `256`. Possible values include `128`, `256`, `512`, `1024`, etc.", + 'availableMemoryMb', + 'Memory (in MB), available to the function. Default value is `256`. Possible values include `128`, `256`, `512`, `1024`, etc.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "httpsTriggerSecurityLevel", - "The security level for the function. The following options are available:", + 'httpsTriggerSecurityLevel', + 'The security level for the function. The following options are available:', () => [], false, false, ), new DynamicUIProps( InputType.String, - "vpcConnector", - "The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.", + 'vpcConnector', + 'The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeout", - "Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.", + 'timeout', + 'Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "maxInstances", - "The limit on the maximum number of function instances that may coexist at a given time.", + 'maxInstances', + 'The limit on the maximum number of function instances that may coexist at a given time.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "environmentVariables", - "A set of key/value environment variable pairs to assign to the function.", + 'environmentVariables', + 'A set of key/value environment variable pairs to assign to the function.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ingressSettings", - "String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.", + 'ingressSettings', + 'String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sourceRepository", - "Represents parameters related to source repository where a function is hosted.\nCannot be set alongside `source_archive_bucket` or `source_archive_object`. Structure is documented below. It must match the pattern `projects/{project}/locations/{location}/repositories/{repository}`.*", + 'sourceRepository', + 'Represents parameters related to source repository where a function is hosted.\nCannot be set alongside `source_archive_bucket` or `source_archive_object`. Structure is documented below. It must match the pattern `projects/{project}/locations/{location}/repositories/{repository}`.*', () => cloudfunctions_FunctionSourceRepository_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs to assign to the function. Label keys must follow the requirements at https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -424,72 +424,72 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru ), new DynamicUIProps( InputType.Bool, - "triggerHttp", - "Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.", + 'triggerHttp', + 'Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region of function. If it is not provided, the provider region is used.", + 'region', + 'Region of function. If it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "secretEnvironmentVariables", - "Secret environment variables configuration. Structure is documented below.", + 'secretEnvironmentVariables', + 'Secret environment variables configuration. Structure is documented below.', () => cloudfunctions_FunctionSecretEnvironmentVariable_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceArchiveObject", - "The source archive object (file) in archive bucket.", + 'sourceArchiveObject', + 'The source archive object (file) in archive bucket.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "entryPoint", - "Name of the function that will be executed when the Google Cloud Function is triggered.", + 'entryPoint', + 'Name of the function that will be executed when the Google Cloud Function is triggered.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "Project of the function. If it is not provided, the provider project is used.", + 'project', + 'Project of the function. If it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "buildEnvironmentVariables", - "A set of key/value environment variable pairs available during build time.", + 'buildEnvironmentVariables', + 'A set of key/value environment variable pairs available during build time.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "secretVolumes", - "Secret volumes configuration. Structure is documented below.", + 'secretVolumes', + 'Secret volumes configuration. Structure is documented below.', () => cloudfunctions_FunctionSecretVolume_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccountEmail", - "If provided, the self-provided service account to run the function with.", + 'serviceAccountEmail', + 'If provided, the self-provided service account to run the function with.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamBinding.ts b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamBinding.ts index 90dc283d3..8c44ac78f 100644 --- a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctions_FunctionIamBindingCondition, cloudfunctions_FunctionIamBindingCondition_GetTypes, -} from "../types/cloudfunctions_FunctionIamBindingCondition"; +} from '../types/cloudfunctions_FunctionIamBindingCondition'; export interface FunctionIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -102,15 +102,15 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -118,32 +118,32 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudfunctions.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudfunctions.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudfunctions_FunctionIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamMember.ts b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamMember.ts index f63e279d7..6fa6c5dea 100644 --- a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamMember.ts +++ b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctions_FunctionIamMemberCondition, cloudfunctions_FunctionIamMemberCondition_GetTypes, -} from "../types/cloudfunctions_FunctionIamMemberCondition"; +} from '../types/cloudfunctions_FunctionIamMemberCondition'; export interface FunctionIamMemberArgs { // @@ -100,10 +100,10 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -111,32 +111,32 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudfunctions.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudfunctions.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudfunctions_FunctionIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamPolicy.ts b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamPolicy.ts index ec8fc4525..b6506779a 100644 --- a/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudfunctions/FunctionIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FunctionIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -84,31 +84,31 @@ region is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "region", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudfunctionsv2/Function.ts b/src/app/Models/codegen/gcp/cloudfunctionsv2/Function.ts index 0b388b1e6..7db7838a3 100644 --- a/src/app/Models/codegen/gcp/cloudfunctionsv2/Function.ts +++ b/src/app/Models/codegen/gcp/cloudfunctionsv2/Function.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctionsv2_FunctionBuildConfig, cloudfunctionsv2_FunctionBuildConfig_GetTypes, -} from "../types/cloudfunctionsv2_FunctionBuildConfig"; +} from '../types/cloudfunctionsv2_FunctionBuildConfig'; import { cloudfunctionsv2_FunctionEventTrigger, cloudfunctionsv2_FunctionEventTrigger_GetTypes, -} from "../types/cloudfunctionsv2_FunctionEventTrigger"; +} from '../types/cloudfunctionsv2_FunctionEventTrigger'; import { cloudfunctionsv2_FunctionServiceConfig, cloudfunctionsv2_FunctionServiceConfig_GetTypes, -} from "../types/cloudfunctionsv2_FunctionServiceConfig"; +} from '../types/cloudfunctionsv2_FunctionServiceConfig'; export interface FunctionArgs { /* @@ -160,72 +160,72 @@ It must match the pattern projects/{project}/locations/{location}/keyRings/{key_ return [ new DynamicUIProps( InputType.Object, - "buildConfig", - "Describes the Build step of the function that builds a container\nfrom the given source.\nStructure is documented below.", + 'buildConfig', + 'Describes the Build step of the function that builds a container\nfrom the given source.\nStructure is documented below.', () => cloudfunctionsv2_FunctionBuildConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyName", - "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources.\nIt must match the pattern projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.", + 'kmsKeyName', + 'Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources.\nIt must match the pattern projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "A set of key/value label pairs associated with this Cloud Function.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'A set of key/value label pairs associated with this Cloud Function.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of this cloud function.\n\n\n- - -", + 'location', + 'The location of this cloud function.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "User-provided description of a function.", + 'description', + 'User-provided description of a function.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "eventTrigger", - "An Eventarc trigger managed by Google Cloud Functions that fires events in\nresponse to a condition in another service.\nStructure is documented below.", + 'eventTrigger', + 'An Eventarc trigger managed by Google Cloud Functions that fires events in\nresponse to a condition in another service.\nStructure is documented below.', () => cloudfunctionsv2_FunctionEventTrigger_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A user-defined name of the function. Function names must\nbe unique globally and match pattern `projects/*/locations/*/functions/*`.", + 'name', + 'A user-defined name of the function. Function names must\nbe unique globally and match pattern `projects/*/locations/*/functions/*`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceConfig", - "Describes the Service being deployed.\nStructure is documented below.", + 'serviceConfig', + 'Describes the Service being deployed.\nStructure is documented below.', () => cloudfunctionsv2_FunctionServiceConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamBinding.ts b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamBinding.ts index 97a1db06b..7186b8b70 100644 --- a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctionsv2_FunctionIamBindingCondition, cloudfunctionsv2_FunctionIamBindingCondition_GetTypes, -} from "../types/cloudfunctionsv2_FunctionIamBindingCondition"; +} from '../types/cloudfunctionsv2_FunctionIamBindingCondition'; export interface FunctionIamBindingArgs { /* @@ -94,47 +94,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudfunctionsv2_FunctionIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamMember.ts b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamMember.ts index 410fcc35b..0c96b5101 100644 --- a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamMember.ts +++ b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudfunctionsv2_FunctionIamMemberCondition, cloudfunctionsv2_FunctionIamMemberCondition_GetTypes, -} from "../types/cloudfunctionsv2_FunctionIamMemberCondition"; +} from '../types/cloudfunctionsv2_FunctionIamMemberCondition'; export interface FunctionIamMemberArgs { // @@ -94,32 +94,32 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudfunctionsv2_FunctionIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -127,8 +127,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamPolicy.ts b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamPolicy.ts index a2189198a..3656fc1c4 100644 --- a/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudfunctionsv2/FunctionIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FunctionIamPolicyArgs { // The location of this cloud function. Used to find the parent resource to bind the IAM policy to @@ -76,23 +76,23 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "location", - "The location of this cloud function. Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of this cloud function. Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -100,8 +100,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "cloudFunction", - "Used to find the parent resource to bind the IAM policy to", + 'cloudFunction', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudidentity/Group.ts b/src/app/Models/codegen/gcp/cloudidentity/Group.ts index 9695e3ae5..c8631805c 100644 --- a/src/app/Models/codegen/gcp/cloudidentity/Group.ts +++ b/src/app/Models/codegen/gcp/cloudidentity/Group.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudidentity_GroupGroupKey, cloudidentity_GroupGroupKey_GetTypes, -} from "../types/cloudidentity_GroupGroupKey"; +} from '../types/cloudidentity_GroupGroupKey'; import { cloudidentity_GroupAdditionalGroupKey, cloudidentity_GroupAdditionalGroupKey_GetTypes, -} from "../types/cloudidentity_GroupAdditionalGroupKey"; +} from '../types/cloudidentity_GroupAdditionalGroupKey'; export interface GroupArgs { /* @@ -123,48 +123,48 @@ groups or customers/{customer_id} for Google Groups. return [ new DynamicUIProps( InputType.Map, - "labels", - "One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value.\nGoogle Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value.\nExisting Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added.\nDynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic.\nIdentity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.", + 'labels', + 'One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value.\nGoogle Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value.\nExisting Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added.\nDynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic.\nIdentity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value.', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "parent", - "The resource name of the entity under which this Group resides in the\nCloud Identity resource hierarchy.\nMust be of the form identitysources/{identity_source_id} for external-identity-mapped\ngroups or customers/{customer_id} for Google Groups.", + 'parent', + 'The resource name of the entity under which this Group resides in the\nCloud Identity resource hierarchy.\nMust be of the form identitysources/{identity_source_id} for external-identity-mapped\ngroups or customers/{customer_id} for Google Groups.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An extended description to help users determine the purpose of a Group.\nMust not be longer than 4,096 characters.", + 'description', + 'An extended description to help users determine the purpose of a Group.\nMust not be longer than 4,096 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The display name of the Group.", + 'displayName', + 'The display name of the Group.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "groupKey", - "EntityKey of the Group.\nStructure is documented below.", + 'groupKey', + 'EntityKey of the Group.\nStructure is documented below.', () => cloudidentity_GroupGroupKey_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "initialGroupConfig", - "The initial configuration options for creating a Group.\nSee the\n[API reference](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups/create#initialgroupconfig)\nfor possible values.\nDefault value is `EMPTY`.\nPossible values are: `INITIAL_GROUP_CONFIG_UNSPECIFIED`, `WITH_INITIAL_OWNER`, `EMPTY`.", + 'initialGroupConfig', + 'The initial configuration options for creating a Group.\nSee the\n[API reference](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups/create#initialgroupconfig)\nfor possible values.\nDefault value is `EMPTY`.\nPossible values are: `INITIAL_GROUP_CONFIG_UNSPECIFIED`, `WITH_INITIAL_OWNER`, `EMPTY`.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudidentity/GroupMembership.ts b/src/app/Models/codegen/gcp/cloudidentity/GroupMembership.ts index 9935e3472..ab02f8581 100644 --- a/src/app/Models/codegen/gcp/cloudidentity/GroupMembership.ts +++ b/src/app/Models/codegen/gcp/cloudidentity/GroupMembership.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudidentity_GroupMembershipMemberKey, cloudidentity_GroupMembershipMemberKey_GetTypes, -} from "../types/cloudidentity_GroupMembershipMemberKey"; +} from '../types/cloudidentity_GroupMembershipMemberKey'; import { cloudidentity_GroupMembershipPreferredMemberKey, cloudidentity_GroupMembershipPreferredMemberKey_GetTypes, -} from "../types/cloudidentity_GroupMembershipPreferredMemberKey"; +} from '../types/cloudidentity_GroupMembershipPreferredMemberKey'; import { cloudidentity_GroupMembershipRole, cloudidentity_GroupMembershipRole_GetTypes, -} from "../types/cloudidentity_GroupMembershipRole"; +} from '../types/cloudidentity_GroupMembershipRole'; export interface GroupMembershipArgs { // The name of the Group to create this membership in. @@ -84,32 +84,32 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "roles", - "The MembershipRoles that apply to the Membership.\nMust not contain duplicate MembershipRoles with the same name.\nStructure is documented below.", + 'roles', + 'The MembershipRoles that apply to the Membership.\nMust not contain duplicate MembershipRoles with the same name.\nStructure is documented below.', () => cloudidentity_GroupMembershipRole_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "group", - "The name of the Group to create this membership in.", + 'group', + 'The name of the Group to create this membership in.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "memberKey", - "EntityKey of the member.\nStructure is documented below.", + 'memberKey', + 'EntityKey of the member.\nStructure is documented below.', () => cloudidentity_GroupMembershipMemberKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "preferredMemberKey", - "EntityKey of the member.\nStructure is documented below.", + 'preferredMemberKey', + 'EntityKey of the member.\nStructure is documented below.', () => cloudidentity_GroupMembershipPreferredMemberKey_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/cloudids/Endpoint.ts b/src/app/Models/codegen/gcp/cloudids/Endpoint.ts index 6cf41739b..3c6b080b6 100644 --- a/src/app/Models/codegen/gcp/cloudids/Endpoint.ts +++ b/src/app/Models/codegen/gcp/cloudids/Endpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EndpointArgs { // An optional description of the endpoint. @@ -89,47 +89,47 @@ Possible values are: `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH`, `CRITICAL`. return [ new DynamicUIProps( InputType.String, - "severity", - "The minimum alert severity level that is reported by the endpoint.\nPossible values are: `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH`, `CRITICAL`.", + 'severity', + 'The minimum alert severity level that is reported by the endpoint.\nPossible values are: `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH`, `CRITICAL`.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "threatExceptions", - "Configuration for threat IDs excluded from generating alerts. Limit: 99 IDs.", + 'threatExceptions', + 'Configuration for threat IDs excluded from generating alerts. Limit: 99 IDs.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of the endpoint.", + 'description', + 'An optional description of the endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the endpoint.\n\n\n- - -", + 'location', + 'The location for the endpoint.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the endpoint in the format projects/{project_id}/locations/{locationId}/endpoints/{endpointId}.", + 'name', + 'Name of the endpoint in the format projects/{project_id}/locations/{locationId}/endpoints/{endpointId}.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'Name of the VPC network that is connected to the IDS endpoint. This can either contain the VPC network name itself (like "src-net") or the full URL to the network (like "projects/{project_id}/global/networks/src-net").', () => [], true, @@ -137,8 +137,8 @@ Possible values are: `INFORMATIONAL`, `LOW`, `MEDIUM`, `HIGH`, `CRITICAL`. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudrun/DomainMapping.ts b/src/app/Models/codegen/gcp/cloudrun/DomainMapping.ts index ea05deba8..42249cae7 100644 --- a/src/app/Models/codegen/gcp/cloudrun/DomainMapping.ts +++ b/src/app/Models/codegen/gcp/cloudrun/DomainMapping.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrun_DomainMappingSpec, cloudrun_DomainMappingSpec_GetTypes, -} from "../types/cloudrun_DomainMappingSpec"; +} from '../types/cloudrun_DomainMappingSpec'; import { cloudrun_DomainMappingMetadata, cloudrun_DomainMappingMetadata_GetTypes, -} from "../types/cloudrun_DomainMappingMetadata"; +} from '../types/cloudrun_DomainMappingMetadata'; import { cloudrun_DomainMappingStatus, cloudrun_DomainMappingStatus_GetTypes, -} from "../types/cloudrun_DomainMappingStatus"; +} from '../types/cloudrun_DomainMappingStatus'; export interface DomainMappingArgs { // Name should be a [verified](https://support.google.com/webmasters/answer/9008080) domain @@ -79,40 +79,40 @@ Status of the condition, one of True, False, Unknown. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "spec", - "The spec for this DomainMapping.\nStructure is documented below.", + 'spec', + 'The spec for this DomainMapping.\nStructure is documented below.', () => cloudrun_DomainMappingSpec_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run instance. eg us-central1", + 'location', + 'The location of the cloud run instance. eg us-central1', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "metadata", - "Metadata associated with this DomainMapping.\nStructure is documented below.", + 'metadata', + 'Metadata associated with this DomainMapping.\nStructure is documented below.', () => cloudrun_DomainMappingMetadata_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name should be a [verified](https://support.google.com/webmasters/answer/9008080) domain", + 'name', + 'Name should be a [verified](https://support.google.com/webmasters/answer/9008080) domain', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudrun/IamBinding.ts b/src/app/Models/codegen/gcp/cloudrun/IamBinding.ts index 198eacc5e..bd83b6d39 100644 --- a/src/app/Models/codegen/gcp/cloudrun/IamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudrun/IamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrun_IamBindingCondition, cloudrun_IamBindingCondition_GetTypes, -} from "../types/cloudrun_IamBindingCondition"; +} from '../types/cloudrun_IamBindingCondition'; export interface IamBindingArgs { /* @@ -94,47 +94,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "service", - "Used to find the parent resource to bind the IAM policy to", + 'service', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrun_IamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrun/IamMember.ts b/src/app/Models/codegen/gcp/cloudrun/IamMember.ts index 7a14472ce..1aec1ae9f 100644 --- a/src/app/Models/codegen/gcp/cloudrun/IamMember.ts +++ b/src/app/Models/codegen/gcp/cloudrun/IamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrun_IamMemberCondition, cloudrun_IamMemberCondition_GetTypes, -} from "../types/cloudrun_IamMemberCondition"; +} from '../types/cloudrun_IamMemberCondition'; export interface IamMemberArgs { // @@ -94,40 +94,40 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "service", - "Used to find the parent resource to bind the IAM policy to", + 'service', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrun_IamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrun/IamPolicy.ts b/src/app/Models/codegen/gcp/cloudrun/IamPolicy.ts index 716dea827..42045791a 100644 --- a/src/app/Models/codegen/gcp/cloudrun/IamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudrun/IamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface IamPolicyArgs { // The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to @@ -76,23 +76,23 @@ a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -100,8 +100,8 @@ a `gcp.organizations.getIAMPolicy` data source. ), new DynamicUIProps( InputType.String, - "service", - "Used to find the parent resource to bind the IAM policy to", + 'service', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudrun/Service.ts b/src/app/Models/codegen/gcp/cloudrun/Service.ts index fd8680492..32e1723a3 100644 --- a/src/app/Models/codegen/gcp/cloudrun/Service.ts +++ b/src/app/Models/codegen/gcp/cloudrun/Service.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrun_ServiceTemplate, cloudrun_ServiceTemplate_GetTypes, -} from "../types/cloudrun_ServiceTemplate"; +} from '../types/cloudrun_ServiceTemplate'; import { cloudrun_ServiceTraffic, cloudrun_ServiceTraffic_GetTypes, -} from "../types/cloudrun_ServiceTraffic"; +} from '../types/cloudrun_ServiceTraffic'; import { cloudrun_ServiceMetadata, cloudrun_ServiceMetadata_GetTypes, -} from "../types/cloudrun_ServiceMetadata"; +} from '../types/cloudrun_ServiceMetadata'; import { cloudrun_ServiceStatus, cloudrun_ServiceStatus_GetTypes, -} from "../types/cloudrun_ServiceStatus"; +} from '../types/cloudrun_ServiceStatus'; export interface ServiceArgs { /* @@ -143,15 +143,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "template", + 'template', "template holds the latest specification for the Revision to\nbe stamped out. The template references the container image, and may also\ninclude labels and annotations that should be attached to the Revision.\nTo correlate a Revision, and/or to force a Revision to be created when the\nspec doesn't otherwise change, a nonce label may be provided in the\ntemplate metadata. For more details, see:\nhttps://github.com/knative/serving/blob/main/docs/client-conventions.md#associate-modifications-with-revisions\nCloud Run does not currently support referencing a build that is\nresponsible for materializing the container image from source.\nStructure is documented below.", () => cloudrun_ServiceTemplate_GetTypes(), false, @@ -159,40 +159,40 @@ Structure is documented below. ), new DynamicUIProps( InputType.Array, - "traffics", - "Traffic specifies how to distribute traffic over a collection of Knative Revisions\nand Configurations\nStructure is documented below.", + 'traffics', + 'Traffic specifies how to distribute traffic over a collection of Knative Revisions\nand Configurations\nStructure is documented below.', () => cloudrun_ServiceTraffic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "autogenerateRevisionName", - "If set to `true`, the revision name (template.metadata.name) will be omitted and\nautogenerated by Cloud Run. This cannot be set to `true` while `template.metadata.name`\nis also set.\n(For legacy support, if `template.metadata.name` is unset in state while\nthis field is set to false, the revision name will still autogenerate.)", + 'autogenerateRevisionName', + 'If set to `true`, the revision name (template.metadata.name) will be omitted and\nautogenerated by Cloud Run. This cannot be set to `true` while `template.metadata.name`\nis also set.\n(For legacy support, if `template.metadata.name` is unset in state while\nthis field is set to false, the revision name will still autogenerate.)', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run instance. eg us-central1", + 'location', + 'The location of the cloud run instance. eg us-central1', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "metadata", - "Metadata associated with this Service, including name, namespace, labels,\nand annotations.\nStructure is documented below.", + 'metadata', + 'Metadata associated with this Service, including name, namespace, labels,\nand annotations.\nStructure is documented below.', () => cloudrun_ServiceMetadata_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name must be unique within a Google Cloud project and region.\nIs required when creating resources. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + 'name', + 'Name must be unique within a Google Cloud project and region.\nIs required when creating resources. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/Job.ts b/src/app/Models/codegen/gcp/cloudrunv2/Job.ts index 1bf74d0a9..67ad487b9 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/Job.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/Job.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_JobTerminalCondition, cloudrunv2_JobTerminalCondition_GetTypes, -} from "../types/cloudrunv2_JobTerminalCondition"; +} from '../types/cloudrunv2_JobTerminalCondition'; import { cloudrunv2_JobCondition, cloudrunv2_JobCondition_GetTypes, -} from "../types/cloudrunv2_JobCondition"; +} from '../types/cloudrunv2_JobCondition'; import { cloudrunv2_JobLatestCreatedExecution, cloudrunv2_JobLatestCreatedExecution_GetTypes, -} from "../types/cloudrunv2_JobLatestCreatedExecution"; +} from '../types/cloudrunv2_JobLatestCreatedExecution'; import { cloudrunv2_JobTemplate, cloudrunv2_JobTemplate_GetTypes, -} from "../types/cloudrunv2_JobTemplate"; +} from '../types/cloudrunv2_JobTemplate'; import { cloudrunv2_JobBinaryAuthorization, cloudrunv2_JobBinaryAuthorization_GetTypes, -} from "../types/cloudrunv2_JobBinaryAuthorization"; +} from '../types/cloudrunv2_JobBinaryAuthorization'; export interface JobArgs { /* @@ -227,47 +227,47 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "launchStage", - "The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA.\nIf no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features.\nFor example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.\nPossible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.", + 'launchStage', + 'The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA.\nIf no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features.\nFor example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.\nPossible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the Job.", + 'name', + 'Name of the Job.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "template", - "The template used to create executions for this Job.\nStructure is documented below.", + 'template', + 'The template used to create executions for this Job.\nStructure is documented below.', () => cloudrunv2_JobTemplate_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "clientVersion", - "Arbitrary version identifier for the API client.", + 'clientVersion', + 'Arbitrary version identifier for the API client.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "annotations", + 'annotations', "Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.\nCloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected on new resources.\nAll system annotations in v1 now have a corresponding field in v2 Job.\nThis field follows Kubernetes annotations' namespacing, limits, and rules.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", () => InputType_Map_GetTypes(), false, @@ -275,23 +275,23 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "binaryAuthorization", - "Settings for the Binary Authorization feature.\nStructure is documented below.", + 'binaryAuthorization', + 'Settings for the Binary Authorization feature.\nStructure is documented below.', () => cloudrunv2_JobBinaryAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "client", - "Arbitrary identifier for the API client.", + 'client', + 'Arbitrary identifier for the API client.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component,\nenvironment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.\nCloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.\nAll system labels in v1 now have a corresponding field in v2 Job.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -299,8 +299,8 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run job", + 'location', + 'The location of the cloud run job', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/JobIamBinding.ts b/src/app/Models/codegen/gcp/cloudrunv2/JobIamBinding.ts index 1582da84b..285b90070 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/JobIamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/JobIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_JobIamBindingCondition, cloudrunv2_JobIamBindingCondition_GetTypes, -} from "../types/cloudrunv2_JobIamBindingCondition"; +} from '../types/cloudrunv2_JobIamBindingCondition'; export interface JobIamBindingArgs { // @@ -94,47 +94,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrunv2_JobIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run job Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run job Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/JobIamMember.ts b/src/app/Models/codegen/gcp/cloudrunv2/JobIamMember.ts index 5922eac46..e1c5f3422 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/JobIamMember.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/JobIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_JobIamMemberCondition, cloudrunv2_JobIamMemberCondition_GetTypes, -} from "../types/cloudrunv2_JobIamMemberCondition"; +} from '../types/cloudrunv2_JobIamMemberCondition'; export interface JobIamMemberArgs { /* @@ -94,40 +94,40 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrunv2_JobIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run job Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run job Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/JobIamPolicy.ts b/src/app/Models/codegen/gcp/cloudrunv2/JobIamPolicy.ts index 65520af0b..c225701b4 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/JobIamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/JobIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface JobIamPolicyArgs { // The location of the cloud run job Used to find the parent resource to bind the IAM policy to @@ -76,31 +76,31 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run job Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run job Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/Service.ts b/src/app/Models/codegen/gcp/cloudrunv2/Service.ts index e23c8e923..bdf6e0083 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/Service.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/Service.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_ServiceTemplate, cloudrunv2_ServiceTemplate_GetTypes, -} from "../types/cloudrunv2_ServiceTemplate"; +} from '../types/cloudrunv2_ServiceTemplate'; import { cloudrunv2_ServiceTraffic, cloudrunv2_ServiceTraffic_GetTypes, -} from "../types/cloudrunv2_ServiceTraffic"; +} from '../types/cloudrunv2_ServiceTraffic'; import { cloudrunv2_ServiceTerminalCondition, cloudrunv2_ServiceTerminalCondition_GetTypes, -} from "../types/cloudrunv2_ServiceTerminalCondition"; +} from '../types/cloudrunv2_ServiceTerminalCondition'; import { cloudrunv2_ServiceTrafficStatus, cloudrunv2_ServiceTrafficStatus_GetTypes, -} from "../types/cloudrunv2_ServiceTrafficStatus"; +} from '../types/cloudrunv2_ServiceTrafficStatus'; import { cloudrunv2_ServiceCondition, cloudrunv2_ServiceCondition_GetTypes, -} from "../types/cloudrunv2_ServiceCondition"; +} from '../types/cloudrunv2_ServiceCondition'; import { cloudrunv2_ServiceBinaryAuthorization, cloudrunv2_ServiceBinaryAuthorization_GetTypes, -} from "../types/cloudrunv2_ServiceBinaryAuthorization"; +} from '../types/cloudrunv2_ServiceBinaryAuthorization'; export interface ServiceArgs { /* @@ -278,31 +278,31 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Object, - "template", - "The template used to create revisions for this Service.\nStructure is documented below.", + 'template', + 'The template used to create revisions for this Service.\nStructure is documented below.', () => cloudrunv2_ServiceTemplate_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run service", + 'location', + 'The location of the cloud run service', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "annotations", + 'annotations', "Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.\nCloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected in new resources.\nAll system annotations in v1 now have a corresponding field in v2 Service.\nThis field follows Kubernetes annotations' namespacing, limits, and rules.\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", () => InputType_Map_GetTypes(), false, @@ -310,63 +310,63 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.String, - "clientVersion", - "Arbitrary version identifier for the API client.", + 'clientVersion', + 'Arbitrary version identifier for the API client.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "client", - "Arbitrary identifier for the API client.", + 'client', + 'Arbitrary identifier for the API client.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "launchStage", - "The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA.\nIf no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features.\nFor example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.\nPossible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.", + 'launchStage', + 'The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA.\nIf no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features.\nFor example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.\nPossible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "traffics", - "Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.\nStructure is documented below.", + 'traffics', + 'Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.\nStructure is documented below.', () => cloudrunv2_ServiceTraffic_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "customAudiences", - "One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests.\nFor more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.", + 'customAudiences', + 'One or more custom audiences that you want this service to support. Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests.\nFor more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ingress", - "Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active.\nPossible values are: `INGRESS_TRAFFIC_ALL`, `INGRESS_TRAFFIC_INTERNAL_ONLY`, `INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER`.", + 'ingress', + 'Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active.\nPossible values are: `INGRESS_TRAFFIC_ALL`, `INGRESS_TRAFFIC_INTERNAL_ONLY`, `INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "binaryAuthorization", - "Settings for the Binary Authorization feature.\nStructure is documented below.", + 'binaryAuthorization', + 'Settings for the Binary Authorization feature.\nStructure is documented below.', () => cloudrunv2_ServiceBinaryAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component,\nenvironment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.\nCloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.\nAll system labels in v1 now have a corresponding field in v2 Service.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -374,16 +374,16 @@ Please refer to the field `effective_labels` for all of the labels present on th ), new DynamicUIProps( InputType.String, - "name", - "Name of the Service.", + 'name', + 'Name of the Service.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "User-provided description of the Service. This field currently has a 512-character limit.", + 'description', + 'User-provided description of the Service. This field currently has a 512-character limit.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamBinding.ts b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamBinding.ts index 2fbf9363a..7c11d9cec 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_ServiceIamBindingCondition, cloudrunv2_ServiceIamBindingCondition_GetTypes, -} from "../types/cloudrunv2_ServiceIamBindingCondition"; +} from '../types/cloudrunv2_ServiceIamBindingCondition'; export interface ServiceIamBindingArgs { // @@ -94,7 +94,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -102,40 +102,40 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrunv2_ServiceIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run service Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run service Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamMember.ts b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamMember.ts index d110b994b..7ed27a327 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamMember.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudrunv2_ServiceIamMemberCondition, cloudrunv2_ServiceIamMemberCondition_GetTypes, -} from "../types/cloudrunv2_ServiceIamMemberCondition"; +} from '../types/cloudrunv2_ServiceIamMemberCondition'; export interface ServiceIamMemberArgs { // @@ -94,40 +94,40 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudrunv2_ServiceIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run service Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run service Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamPolicy.ts b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamPolicy.ts index 9506ca17e..4b053f933 100644 --- a/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudrunv2/ServiceIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ServiceIamPolicyArgs { // The location of the cloud run service Used to find the parent resource to bind the IAM policy to @@ -76,7 +76,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -84,24 +84,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "location", - "The location of the cloud run service Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the cloud run service Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/cloudscheduler/Job.ts b/src/app/Models/codegen/gcp/cloudscheduler/Job.ts index f6390377a..41358ecc3 100644 --- a/src/app/Models/codegen/gcp/cloudscheduler/Job.ts +++ b/src/app/Models/codegen/gcp/cloudscheduler/Job.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudscheduler_JobRetryConfig, cloudscheduler_JobRetryConfig_GetTypes, -} from "../types/cloudscheduler_JobRetryConfig"; +} from '../types/cloudscheduler_JobRetryConfig'; import { cloudscheduler_JobPubsubTarget, cloudscheduler_JobPubsubTarget_GetTypes, -} from "../types/cloudscheduler_JobPubsubTarget"; +} from '../types/cloudscheduler_JobPubsubTarget'; import { cloudscheduler_JobAppEngineHttpTarget, cloudscheduler_JobAppEngineHttpTarget_GetTypes, -} from "../types/cloudscheduler_JobAppEngineHttpTarget"; +} from '../types/cloudscheduler_JobAppEngineHttpTarget'; import { cloudscheduler_JobHttpTarget, cloudscheduler_JobHttpTarget_GetTypes, -} from "../types/cloudscheduler_JobHttpTarget"; +} from '../types/cloudscheduler_JobHttpTarget'; export interface JobArgs { /* @@ -190,96 +190,96 @@ The name of the job. return [ new DynamicUIProps( InputType.String, - "schedule", - "Describes the schedule on which the job will be executed.", + 'schedule', + 'Describes the schedule on which the job will be executed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "attemptDeadline", - "The deadline for job attempts. If the request handler does not respond by this deadline then the request is\ncancelled and the attempt is marked as a DEADLINE_EXCEEDED failure. The failed attempt can be viewed in\nexecution logs. Cloud Scheduler will retry the job according to the RetryConfig.\nThe allowed duration for this deadline is:\n* For HTTP targets, between 15 seconds and 30 minutes.\n* For App Engine HTTP targets, between 15 seconds and 24 hours.\n* **Note**: For PubSub targets, this field is ignored - setting it will introduce an unresolvable diff.\nA duration in seconds with up to nine fractional digits, terminated by 's'. Example: \"3.5s\"", + 'attemptDeadline', + 'The deadline for job attempts. If the request handler does not respond by this deadline then the request is\ncancelled and the attempt is marked as a DEADLINE_EXCEEDED failure. The failed attempt can be viewed in\nexecution logs. Cloud Scheduler will retry the job according to the RetryConfig.\nThe allowed duration for this deadline is:\n* For HTTP targets, between 15 seconds and 30 minutes.\n* For App Engine HTTP targets, between 15 seconds and 24 hours.\n* **Note**: For PubSub targets, this field is ignored - setting it will introduce an unresolvable diff.\nA duration in seconds with up to nine fractional digits, terminated by \'s\'. Example: "3.5s"', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "httpTarget", - "HTTP target.\nIf the job providers a http_target the cron will\nsend a request to the targeted url\nStructure is documented below.", + 'httpTarget', + 'HTTP target.\nIf the job providers a http_target the cron will\nsend a request to the targeted url\nStructure is documented below.', () => cloudscheduler_JobHttpTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "paused", - "Sets the job to a paused state. Jobs default to being enabled when this property is not set.", + 'paused', + 'Sets the job to a paused state. Jobs default to being enabled when this property is not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "Specifies the time zone to be used in interpreting schedule.\nThe value of this field must be a time zone name from the tz database.", + 'timeZone', + 'Specifies the time zone to be used in interpreting schedule.\nThe value of this field must be a time zone name from the tz database.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the job.\n\n\n- - -", + 'name', + 'The name of the job.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "retryConfig", - "By default, if a job does not complete successfully,\nmeaning that an acknowledgement is not received from the handler,\nthen it will be retried with exponential backoff according to the settings\nStructure is documented below.", + 'retryConfig', + 'By default, if a job does not complete successfully,\nmeaning that an acknowledgement is not received from the handler,\nthen it will be retried with exponential backoff according to the settings\nStructure is documented below.', () => cloudscheduler_JobRetryConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "pubsubTarget", - "Pub/Sub target\nIf the job providers a Pub/Sub target the cron will publish\na message to the provided topic\nStructure is documented below.", + 'pubsubTarget', + 'Pub/Sub target\nIf the job providers a Pub/Sub target the cron will publish\na message to the provided topic\nStructure is documented below.', () => cloudscheduler_JobPubsubTarget_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description for the job.\nThis string must not contain more than 500 characters.", + 'description', + 'A human-readable description for the job.\nThis string must not contain more than 500 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region where the scheduler job resides. If it is not provided, this provider will use the provider default.", + 'region', + 'Region where the scheduler job resides. If it is not provided, this provider will use the provider default.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "appEngineHttpTarget", - "App Engine HTTP target.\nIf the job providers a App Engine HTTP target the cron will\nsend a request to the service instance\nStructure is documented below.", + 'appEngineHttpTarget', + 'App Engine HTTP target.\nIf the job providers a App Engine HTTP target the cron will\nsend a request to the service instance\nStructure is documented below.', () => cloudscheduler_JobAppEngineHttpTarget_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/cloudtasks/Queue.ts b/src/app/Models/codegen/gcp/cloudtasks/Queue.ts index 33f389e95..c9315eafa 100644 --- a/src/app/Models/codegen/gcp/cloudtasks/Queue.ts +++ b/src/app/Models/codegen/gcp/cloudtasks/Queue.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtasks_QueueRateLimits, cloudtasks_QueueRateLimits_GetTypes, -} from "../types/cloudtasks_QueueRateLimits"; +} from '../types/cloudtasks_QueueRateLimits'; import { cloudtasks_QueueRetryConfig, cloudtasks_QueueRetryConfig_GetTypes, -} from "../types/cloudtasks_QueueRetryConfig"; +} from '../types/cloudtasks_QueueRetryConfig'; import { cloudtasks_QueueStackdriverLoggingConfig, cloudtasks_QueueStackdriverLoggingConfig_GetTypes, -} from "../types/cloudtasks_QueueStackdriverLoggingConfig"; +} from '../types/cloudtasks_QueueStackdriverLoggingConfig'; import { cloudtasks_QueueAppEngineRoutingOverride, cloudtasks_QueueAppEngineRoutingOverride_GetTypes, -} from "../types/cloudtasks_QueueAppEngineRoutingOverride"; +} from '../types/cloudtasks_QueueAppEngineRoutingOverride'; export interface QueueArgs { /* @@ -125,47 +125,47 @@ The location of the queue return [ new DynamicUIProps( InputType.Object, - "stackdriverLoggingConfig", - "Configuration options for writing logs to Stackdriver Logging.\nStructure is documented below.", + 'stackdriverLoggingConfig', + 'Configuration options for writing logs to Stackdriver Logging.\nStructure is documented below.', () => cloudtasks_QueueStackdriverLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "appEngineRoutingOverride", - "Overrides for task-level appEngineRouting. These settings apply only\nto App Engine tasks in this queue\nStructure is documented below.", + 'appEngineRoutingOverride', + 'Overrides for task-level appEngineRouting. These settings apply only\nto App Engine tasks in this queue\nStructure is documented below.', () => cloudtasks_QueueAppEngineRoutingOverride_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location of the queue\n\n\n- - -", + 'location', + 'The location of the queue\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The queue name.", + 'name', + 'The queue name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "rateLimits", + 'rateLimits', "Rate limits for task dispatches.\nThe queue's actual dispatch rate is the result of:\n* Number of tasks in the queue\n* User-specified throttling: rateLimits, retryConfig, and the queue's state.\n* System throttling due to 429 (Too Many Requests) or 503 (Service\nUnavailable) responses from the worker, high error rates, or to\nsmooth sudden large traffic spikes.\nStructure is documented below.", () => cloudtasks_QueueRateLimits_GetTypes(), false, @@ -173,8 +173,8 @@ The location of the queue ), new DynamicUIProps( InputType.Object, - "retryConfig", - "Settings that determine the retry behavior.\nStructure is documented below.", + 'retryConfig', + 'Settings that determine the retry behavior.\nStructure is documented below.', () => cloudtasks_QueueRetryConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/cloudtasks/QueueIamBinding.ts b/src/app/Models/codegen/gcp/cloudtasks/QueueIamBinding.ts index 305f5d7c6..aed112163 100644 --- a/src/app/Models/codegen/gcp/cloudtasks/QueueIamBinding.ts +++ b/src/app/Models/codegen/gcp/cloudtasks/QueueIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtasks_QueueIamBindingCondition, cloudtasks_QueueIamBindingCondition_GetTypes, -} from "../types/cloudtasks_QueueIamBindingCondition"; +} from '../types/cloudtasks_QueueIamBindingCondition'; export interface QueueIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -94,47 +94,47 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudtasks.QueueIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudtasks.QueueIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudtasks_QueueIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the queue Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the queue Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/cloudtasks/QueueIamMember.ts b/src/app/Models/codegen/gcp/cloudtasks/QueueIamMember.ts index 5809fbe5d..34ae24ac3 100644 --- a/src/app/Models/codegen/gcp/cloudtasks/QueueIamMember.ts +++ b/src/app/Models/codegen/gcp/cloudtasks/QueueIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { cloudtasks_QueueIamMemberCondition, cloudtasks_QueueIamMemberCondition_GetTypes, -} from "../types/cloudtasks_QueueIamMemberCondition"; +} from '../types/cloudtasks_QueueIamMemberCondition'; export interface QueueIamMemberArgs { // @@ -94,32 +94,32 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => cloudtasks_QueueIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location of the queue Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the queue Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -127,8 +127,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.cloudtasks.QueueIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.cloudtasks.QueueIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/cloudtasks/QueueIamPolicy.ts b/src/app/Models/codegen/gcp/cloudtasks/QueueIamPolicy.ts index 4ce9b1084..2981cf32e 100644 --- a/src/app/Models/codegen/gcp/cloudtasks/QueueIamPolicy.ts +++ b/src/app/Models/codegen/gcp/cloudtasks/QueueIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface QueueIamPolicyArgs { // The location of the queue Used to find the parent resource to bind the IAM policy to @@ -76,31 +76,31 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "location", - "The location of the queue Used to find the parent resource to bind the IAM policy to", + 'location', + 'The location of the queue Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/composer/Environment.ts b/src/app/Models/codegen/gcp/composer/Environment.ts index be44e3b54..7ce9506f8 100644 --- a/src/app/Models/codegen/gcp/composer/Environment.ts +++ b/src/app/Models/codegen/gcp/composer/Environment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { composer_EnvironmentStorageConfig, composer_EnvironmentStorageConfig_GetTypes, -} from "../types/composer_EnvironmentStorageConfig"; +} from '../types/composer_EnvironmentStorageConfig'; import { composer_EnvironmentConfig, composer_EnvironmentConfig_GetTypes, -} from "../types/composer_EnvironmentConfig"; +} from '../types/composer_EnvironmentConfig'; export interface EnvironmentArgs { /* @@ -82,7 +82,7 @@ non-authoritative, and will only manage the labels present in your configuration return [ new DynamicUIProps( InputType.Map, - "labels", + 'labels', "User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map\nare UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and\nmust conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?. Label values must be between 0 and 63\ncharacters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?. No more than 64 labels can be\nassociated with a given environment. Both keys and values must be <= 128 bytes in size. **Note**: This field is\nnon-authoritative, and will only manage the labels present in your configuration. Please refer to the field\n'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -90,40 +90,40 @@ non-authoritative, and will only manage the labels present in your configuration ), new DynamicUIProps( InputType.String, - "name", - "Name of the environment.", + 'name', + 'Name of the environment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The location or Compute Engine region for the environment.", + 'region', + 'The location or Compute Engine region for the environment.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "storageConfig", - "Configuration options for storage used by Composer environment.", + 'storageConfig', + 'Configuration options for storage used by Composer environment.', () => composer_EnvironmentStorageConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "config", - "Configuration parameters for this environment.", + 'config', + 'Configuration parameters for this environment.', () => composer_EnvironmentConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/Address.ts b/src/app/Models/codegen/gcp/compute/Address.ts index e491f1d8d..67e671cdc 100644 --- a/src/app/Models/codegen/gcp/compute/Address.ts +++ b/src/app/Models/codegen/gcp/compute/Address.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AddressArgs { /* @@ -255,23 +255,23 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkTier", + 'networkTier', "The networking tier used for configuring this address. If this field is not\nspecified, it is assumed to be PREMIUM.\nThis argument should not be used when configuring Internal addresses, because [network tier cannot be set for internal traffic; it's always Premium](https://cloud.google.com/network-tiers/docs/overview).\nPossible values are: `PREMIUM`, `STANDARD`.", () => [], false, @@ -279,15 +279,15 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.Number, - "prefixLength", - "The prefix length if the resource represents an IP range.", + 'prefixLength', + 'The prefix length if the resource represents an IP range.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "addressType", + 'addressType', "The type of address to reserve.\nNote: if you set this argument's value as `INTERNAL` you need to leave the `network_tier` argument unset in that resource block.\nDefault value is `EXTERNAL`.\nPossible values are: `INTERNAL`, `EXTERNAL`.", () => [], false, @@ -295,47 +295,47 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "ipv6EndpointType", - "The endpoint type of this address, which should be VM or NETLB. This is\nused for deciding which type of endpoint this address can be used after\nthe external IPv6 address reservation.\nPossible values are: `VM`, `NETLB`.", + 'ipv6EndpointType', + 'The endpoint type of this address, which should be VM or NETLB. This is\nused for deciding which type of endpoint this address can be used after\nthe external IPv6 address reservation.\nPossible values are: `VM`, `NETLB`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "address", - "The static external IP address represented by this resource.\nThe IP address must be inside the specified subnetwork,\nif any. Set by the API if undefined.", + 'address', + 'The static external IP address represented by this resource.\nThe IP address must be inside the specified subnetwork,\nif any. Set by the API if undefined.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipVersion", - "The IP Version that will be used by this address. The default value is `IPV4`.\nPossible values are: `IPV4`, `IPV6`.", + 'ipVersion', + 'The IP Version that will be used by this address. The default value is `IPV4`.\nPossible values are: `IPV4`, `IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "purpose", - "The purpose of this resource, which can be one of the following values.\n* GCE_ENDPOINT for addresses that are used by VM instances, alias IP\nranges, load balancers, and similar resources.\n* SHARED_LOADBALANCER_VIP for an address that can be used by multiple\ninternal load balancers.\n* VPC_PEERING for addresses that are reserved for VPC peer networks.\n* IPSEC_INTERCONNECT for addresses created from a private IP range that\nare reserved for a VLAN attachment in an HA VPN over Cloud Interconnect\nconfiguration. These addresses are regional resources.\n* PRIVATE_SERVICE_CONNECT for a private network address that is used to\nconfigure Private Service Connect. Only global internal addresses can use\nthis purpose.\n\nThis should only be set when using an Internal address.", + 'purpose', + 'The purpose of this resource, which can be one of the following values.\n* GCE_ENDPOINT for addresses that are used by VM instances, alias IP\nranges, load balancers, and similar resources.\n* SHARED_LOADBALANCER_VIP for an address that can be used by multiple\ninternal load balancers.\n* VPC_PEERING for addresses that are reserved for VPC peer networks.\n* IPSEC_INTERCONNECT for addresses created from a private IP range that\nare reserved for a VLAN attachment in an HA VPN over Cloud Interconnect\nconfiguration. These addresses are regional resources.\n* PRIVATE_SERVICE_CONNECT for a private network address that is used to\nconfigure Private Service Connect. Only global internal addresses can use\nthis purpose.\n\nThis should only be set when using an Internal address.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created address should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created address should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetwork", + 'subnetwork', "The URL of the subnetwork in which to reserve the address. If an IP\naddress is specified, it must be within the subnetwork's IP range.\nThis field can only be used with INTERNAL type with\nGCE_ENDPOINT/DNS_RESOLVER purposes.", () => [], false, @@ -343,24 +343,24 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this address. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this address. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "network", - "The URL of the network in which to reserve the address. This field\ncan only be used with INTERNAL type with the VPC_PEERING and\nIPSEC_INTERCONNECT purposes.", + 'network', + 'The URL of the network in which to reserve the address. This field\ncan only be used with INTERNAL type with the VPC_PEERING and\nIPSEC_INTERCONNECT purposes.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/AttachedDisk.ts b/src/app/Models/codegen/gcp/compute/AttachedDisk.ts index 8d1c8d9c7..ef7626e71 100644 --- a/src/app/Models/codegen/gcp/compute/AttachedDisk.ts +++ b/src/app/Models/codegen/gcp/compute/AttachedDisk.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AttachedDiskArgs { /* @@ -117,47 +117,47 @@ assigned by Google Compute Engine. return [ new DynamicUIProps( InputType.String, - "project", - "The project that the referenced compute instance is a part of. If `instance` is referenced by its\n`self_link` the project defined in the link will take precedence.", + 'project', + 'The project that the referenced compute instance is a part of. If `instance` is referenced by its\n`self_link` the project defined in the link will take precedence.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "The zone that the referenced compute instance is located within. If `instance` is referenced by its\n`self_link` the zone defined in the link will take precedence.", + 'zone', + 'The zone that the referenced compute instance is located within. If `instance` is referenced by its\n`self_link` the zone defined in the link will take precedence.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deviceName", - "Specifies a unique device name of your choice that is\nreflected into the /dev/disk/by-id/google-* tree of a Linux operating\nsystem running within the instance. This name can be used to\nreference the device for mounting, resizing, and so on, from within\nthe instance.\n\nIf not specified, the server chooses a default device name to apply\nto this disk, in the form persistent-disks-x, where x is a number\nassigned by Google Compute Engine.", + 'deviceName', + 'Specifies a unique device name of your choice that is\nreflected into the /dev/disk/by-id/google-* tree of a Linux operating\nsystem running within the instance. This name can be used to\nreference the device for mounting, resizing, and so on, from within\nthe instance.\n\nIf not specified, the server chooses a default device name to apply\nto this disk, in the form persistent-disks-x, where x is a number\nassigned by Google Compute Engine.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "disk", - "`name` or `self_link` of the disk that will be attached.\n\n\n- - -", + 'disk', + '`name` or `self_link` of the disk that will be attached.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instance", - "`name` or `self_link` of the compute instance that the disk will be attached to.\nIf the `self_link` is provided then `zone` and `project` are extracted from the\nself link. If only the name is used then `zone` and `project` must be defined\nas properties on the resource or provider.", + 'instance', + '`name` or `self_link` of the compute instance that the disk will be attached to.\nIf the `self_link` is provided then `zone` and `project` are extracted from the\nself link. If only the name is used then `zone` and `project` must be defined\nas properties on the resource or provider.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "mode", + 'mode', 'The mode in which to attach this disk, either READ_WRITE or\nREAD_ONLY. If not specified, the default is to attach the disk in\nREAD_WRITE mode.\n\nPossible values:\n"READ_ONLY"\n"READ_WRITE"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/Autoscaler.ts b/src/app/Models/codegen/gcp/compute/Autoscaler.ts index 6afd3179a..80a97514b 100644 --- a/src/app/Models/codegen/gcp/compute/Autoscaler.ts +++ b/src/app/Models/codegen/gcp/compute/Autoscaler.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_AutoscalerAutoscalingPolicy, compute_AutoscalerAutoscalingPolicy_GetTypes, -} from "../types/compute_AutoscalerAutoscalingPolicy"; +} from '../types/compute_AutoscalerAutoscalingPolicy'; export interface AutoscalerArgs { // An optional description of this resource. @@ -91,48 +91,48 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "URL of the managed instance group that this autoscaler will scale.", + 'target', + 'URL of the managed instance group that this autoscaler will scale.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "zone", - "URL of the zone where the instance group resides.", + 'zone', + 'URL of the zone where the instance group resides.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "autoscalingPolicy", - "The configuration parameters for the autoscaling algorithm. You can\ndefine one or more of the policies for an autoscaler: cpuUtilization,\ncustomMetricUtilizations, and loadBalancingUtilization.\nIf none of these are specified, the default will be to autoscale based\non cpuUtilization to 0.6 or 60%!\n(MISSING)Structure is documented below.", + 'autoscalingPolicy', + 'The configuration parameters for the autoscaling algorithm. You can\ndefine one or more of the policies for an autoscaler: cpuUtilization,\ncustomMetricUtilizations, and loadBalancingUtilization.\nIf none of these are specified, the default will be to autoscale based\non cpuUtilization to 0.6 or 60%!\n(MISSING)Structure is documented below.', () => compute_AutoscalerAutoscalingPolicy_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/compute/BackendBucket.ts b/src/app/Models/codegen/gcp/compute/BackendBucket.ts index f8a2b4e37..ece600cd1 100644 --- a/src/app/Models/codegen/gcp/compute/BackendBucket.ts +++ b/src/app/Models/codegen/gcp/compute/BackendBucket.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendBucketCdnPolicy, compute_BackendBucketCdnPolicy_GetTypes, -} from "../types/compute_BackendBucketCdnPolicy"; +} from '../types/compute_BackendBucketCdnPolicy'; export interface BackendBucketArgs { /* @@ -123,15 +123,15 @@ client when the resource is created. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "compressionMode", + 'compressionMode', "Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.\nPossible values are: `AUTOMATIC`, `DISABLED`.", () => [], false, @@ -139,56 +139,56 @@ client when the resource is created. ), new DynamicUIProps( InputType.String, - "bucketName", - "Cloud Storage bucket name.", + 'bucketName', + 'Cloud Storage bucket name.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "customResponseHeaders", - "Headers that the HTTP/S load balancer should add to proxied responses.", + 'customResponseHeaders', + 'Headers that the HTTP/S load balancer should add to proxied responses.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cdnPolicy", - "Cloud CDN configuration for this Backend Bucket.\nStructure is documented below.", + 'cdnPolicy', + 'Cloud CDN configuration for this Backend Bucket.\nStructure is documented below.', () => compute_BackendBucketCdnPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the resource; provided by the\nclient when the resource is created.", + 'description', + 'An optional textual description of the resource; provided by the\nclient when the resource is created.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "edgeSecurityPolicy", - "The security policy associated with this backend bucket.", + 'edgeSecurityPolicy', + 'The security policy associated with this backend bucket.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableCdn", - "If true, enable Cloud CDN for this BackendBucket.", + 'enableCdn', + 'If true, enable Cloud CDN for this BackendBucket.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/BackendBucketIamBinding.ts b/src/app/Models/codegen/gcp/compute/BackendBucketIamBinding.ts index 15f2cfe99..c9a02744a 100644 --- a/src/app/Models/codegen/gcp/compute/BackendBucketIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/BackendBucketIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendBucketIamBindingCondition, compute_BackendBucketIamBindingCondition_GetTypes, -} from "../types/compute_BackendBucketIamBindingCondition"; +} from '../types/compute_BackendBucketIamBindingCondition'; export interface BackendBucketIamBindingArgs { // @@ -88,31 +88,31 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_BackendBucketIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -120,8 +120,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/BackendBucketIamMember.ts b/src/app/Models/codegen/gcp/compute/BackendBucketIamMember.ts index bdc9a0d87..b2d71c50c 100644 --- a/src/app/Models/codegen/gcp/compute/BackendBucketIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/BackendBucketIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendBucketIamMemberCondition, compute_BackendBucketIamMemberCondition_GetTypes, -} from "../types/compute_BackendBucketIamMemberCondition"; +} from '../types/compute_BackendBucketIamMemberCondition'; export interface BackendBucketIamMemberArgs { // Used to find the parent resource to bind the IAM policy to @@ -88,15 +88,15 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -104,21 +104,21 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.BackendBucketIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_BackendBucketIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/compute/BackendBucketIamPolicy.ts b/src/app/Models/codegen/gcp/compute/BackendBucketIamPolicy.ts index 811ee4666..2c300af2c 100644 --- a/src/app/Models/codegen/gcp/compute/BackendBucketIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/BackendBucketIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackendBucketIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,15 +70,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -86,8 +86,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/BackendBucketSignedUrlKey.ts b/src/app/Models/codegen/gcp/compute/BackendBucketSignedUrlKey.ts index 88c259d21..df530854a 100644 --- a/src/app/Models/codegen/gcp/compute/BackendBucketSignedUrlKey.ts +++ b/src/app/Models/codegen/gcp/compute/BackendBucketSignedUrlKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackendBucketSignedUrlKeyArgs { /* @@ -61,32 +61,32 @@ valid RFC 4648 Section 5 base64url encoded string. return [ new DynamicUIProps( InputType.String, - "keyValue", - "128-bit key value used for signing the URL. The key value must be a\nvalid RFC 4648 Section 5 base64url encoded string.\n**Note**: This property is sensitive and will not be displayed in the plan.", + 'keyValue', + '128-bit key value used for signing the URL. The key value must be a\nvalid RFC 4648 Section 5 base64url encoded string.\n**Note**: This property is sensitive and will not be displayed in the plan.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the signed URL key.", + 'name', + 'Name of the signed URL key.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backendBucket", - "The backend bucket this signed URL key belongs.\n\n\n- - -", + 'backendBucket', + 'The backend bucket this signed URL key belongs.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/BackendService.ts b/src/app/Models/codegen/gcp/compute/BackendService.ts index f997ac134..3a6bdb6e7 100644 --- a/src/app/Models/codegen/gcp/compute/BackendService.ts +++ b/src/app/Models/codegen/gcp/compute/BackendService.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendServiceSecuritySettings, compute_BackendServiceSecuritySettings_GetTypes, -} from "../types/compute_BackendServiceSecuritySettings"; +} from '../types/compute_BackendServiceSecuritySettings'; import { compute_BackendServiceOutlierDetection, compute_BackendServiceOutlierDetection_GetTypes, -} from "../types/compute_BackendServiceOutlierDetection"; +} from '../types/compute_BackendServiceOutlierDetection'; import { compute_BackendServiceConsistentHash, compute_BackendServiceConsistentHash_GetTypes, -} from "../types/compute_BackendServiceConsistentHash"; +} from '../types/compute_BackendServiceConsistentHash'; import { compute_BackendServiceLogConfig, compute_BackendServiceLogConfig_GetTypes, -} from "../types/compute_BackendServiceLogConfig"; +} from '../types/compute_BackendServiceLogConfig'; import { compute_BackendServiceCircuitBreakers, compute_BackendServiceCircuitBreakers_GetTypes, -} from "../types/compute_BackendServiceCircuitBreakers"; +} from '../types/compute_BackendServiceCircuitBreakers'; import { compute_BackendServiceIap, compute_BackendServiceIap_GetTypes, -} from "../types/compute_BackendServiceIap"; +} from '../types/compute_BackendServiceIap'; import { compute_BackendServiceCdnPolicy, compute_BackendServiceCdnPolicy_GetTypes, -} from "../types/compute_BackendServiceCdnPolicy"; +} from '../types/compute_BackendServiceCdnPolicy'; import { compute_BackendServiceBackend, compute_BackendServiceBackend_GetTypes, -} from "../types/compute_BackendServiceBackend"; +} from '../types/compute_BackendServiceBackend'; import { compute_BackendServiceLocalityLbPolicy, compute_BackendServiceLocalityLbPolicy_GetTypes, -} from "../types/compute_BackendServiceLocalityLbPolicy"; +} from '../types/compute_BackendServiceLocalityLbPolicy'; export interface BackendServiceArgs { /* @@ -452,159 +452,159 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "cdnPolicy", - "Cloud CDN configuration for this BackendService.\nStructure is documented below.", + 'cdnPolicy', + 'Cloud CDN configuration for this BackendService.\nStructure is documented below.', () => compute_BackendServiceCdnPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "outlierDetection", - "Settings controlling eviction of unhealthy hosts from the load balancing pool.\nApplicable backend service types can be a global backend service with the\nloadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.\nStructure is documented below.", + 'outlierDetection', + 'Settings controlling eviction of unhealthy hosts from the load balancing pool.\nApplicable backend service types can be a global backend service with the\nloadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.\nStructure is documented below.', () => compute_BackendServiceOutlierDetection_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingScheme", - "Indicates whether the backend service will be used with internal or\nexternal load balancing. A backend service created for one type of\nload balancing cannot be used with the other. For more information, refer to\n[Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `INTERNAL_SELF_MANAGED`, `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.", + 'loadBalancingScheme', + 'Indicates whether the backend service will be used with internal or\nexternal load balancing. A backend service created for one type of\nload balancing cannot be used with the other. For more information, refer to\n[Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `INTERNAL_SELF_MANAGED`, `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableCdn", - "If true, enable Cloud CDN for this BackendService.", + 'enableCdn', + 'If true, enable Cloud CDN for this BackendService.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "edgeSecurityPolicy", - "The resource URL for the edge security policy associated with this backend service.", + 'edgeSecurityPolicy', + 'The resource URL for the edge security policy associated with this backend service.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "iap", - "Settings for enabling Cloud Identity Aware Proxy\nStructure is documented below.", + 'iap', + 'Settings for enabling Cloud Identity Aware Proxy\nStructure is documented below.', () => compute_BackendServiceIap_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "healthChecks", - "The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource\nfor health checking this BackendService. Currently at most one health\ncheck can be specified.\nA health check must be specified unless the backend service uses an internet\nor serverless NEG as a backend.\nFor internal load balancing, a URL to a HealthCheck resource must be specified instead.", + 'healthChecks', + 'The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource\nfor health checking this BackendService. Currently at most one health\ncheck can be specified.\nA health check must be specified unless the backend service uses an internet\nor serverless NEG as a backend.\nFor internal load balancing, a URL to a HealthCheck resource must be specified instead.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "connectionDrainingTimeoutSec", - "Time for which instance will be drained (not accept new\nconnections, but still work to finish started).", + 'connectionDrainingTimeoutSec', + 'Time for which instance will be drained (not accept new\nconnections, but still work to finish started).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol this BackendService uses to communicate with backends.\nThe default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer\ntypes and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,\nthe backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing\nwith TCP/UDP/L3_DEFAULT Forwarding Rule protocol.\nPossible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.", + 'protocol', + 'The protocol this BackendService uses to communicate with backends.\nThe default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer\ntypes and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,\nthe backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing\nwith TCP/UDP/L3_DEFAULT Forwarding Rule protocol.\nPossible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "localityLbPolicy", - "The load balancing algorithm used within the scope of the locality.\nThe possible values are:", + 'localityLbPolicy', + 'The load balancing algorithm used within the scope of the locality.\nThe possible values are:', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customRequestHeaders", - "Headers that the HTTP/S load balancer should add to proxied\nrequests.", + 'customRequestHeaders', + 'Headers that the HTTP/S load balancer should add to proxied\nrequests.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "localityLbPolicies", - "A list of locality load balancing policies to be used in order of\npreference. Either the policy or the customPolicy field should be set.\nOverrides any value set in the localityLbPolicy field.\nlocalityLbPolicies is only supported when the BackendService is referenced\nby a URL Map that is referenced by a target gRPC proxy that has the\nvalidateForProxyless field set to true.\nStructure is documented below.", + 'localityLbPolicies', + 'A list of locality load balancing policies to be used in order of\npreference. Either the policy or the customPolicy field should be set.\nOverrides any value set in the localityLbPolicy field.\nlocalityLbPolicies is only supported when the BackendService is referenced\nby a URL Map that is referenced by a target gRPC proxy that has the\nvalidateForProxyless field set to true.\nStructure is documented below.', () => compute_BackendServiceLocalityLbPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sessionAffinity", - "Type of session affinity to use. The default is NONE. Session affinity is\nnot applicable if the protocol is UDP.\nPossible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.", + 'sessionAffinity', + 'Type of session affinity to use. The default is NONE. Session affinity is\nnot applicable if the protocol is UDP.\nPossible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "customResponseHeaders", - "Headers that the HTTP/S load balancer should add to proxied\nresponses.", + 'customResponseHeaders', + 'Headers that the HTTP/S load balancer should add to proxied\nresponses.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfig", - "This field denotes the logging options for the load balancer traffic served by this backend service.\nIf logging is enabled, logs will be exported to Stackdriver.\nStructure is documented below.", + 'logConfig', + 'This field denotes the logging options for the load balancer traffic served by this backend service.\nIf logging is enabled, logs will be exported to Stackdriver.\nStructure is documented below.', () => compute_BackendServiceLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "backends", - "The set of backends that serve this BackendService.\nStructure is documented below.", + 'backends', + 'The set of backends that serve this BackendService.\nStructure is documented below.', () => compute_BackendServiceBackend_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "circuitBreakers", - "Settings controlling the volume of connections to a backend service. This field\nis applicable only when the load_balancing_scheme is set to INTERNAL_SELF_MANAGED.\nStructure is documented below.", + 'circuitBreakers', + 'Settings controlling the volume of connections to a backend service. This field\nis applicable only when the load_balancing_scheme is set to INTERNAL_SELF_MANAGED.\nStructure is documented below.', () => compute_BackendServiceCircuitBreakers_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "compressionMode", + 'compressionMode', "Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.\nPossible values are: `AUTOMATIC`, `DISABLED`.", () => [], false, @@ -612,56 +612,56 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "portName", - "Name of backend port. The same name should appear in the instance\ngroups referenced by this service. Required when the load balancing\nscheme is EXTERNAL.", + 'portName', + 'Name of backend port. The same name should appear in the instance\ngroups referenced by this service. Required when the load balancing\nscheme is EXTERNAL.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "affinityCookieTtlSec", - "Lifetime of cookies in seconds if session_affinity is\nGENERATED_COOKIE. If set to 0, the cookie is non-persistent and lasts\nonly until the end of the browser session (or equivalent). The\nmaximum allowed value for TTL is one day.\nWhen the load balancing scheme is INTERNAL, this field is not used.", + 'affinityCookieTtlSec', + 'Lifetime of cookies in seconds if session_affinity is\nGENERATED_COOKIE. If set to 0, the cookie is non-persistent and lasts\nonly until the end of the browser session (or equivalent). The\nmaximum allowed value for TTL is one day.\nWhen the load balancing scheme is INTERNAL, this field is not used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The security policy associated with this backend service.", + 'securityPolicy', + 'The security policy associated with this backend service.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How many seconds to wait for the backend before considering it a\nfailed request. Default is 30 seconds. Valid range is [1, 86400].", + 'timeoutSec', + 'How many seconds to wait for the backend before considering it a\nfailed request. Default is 30 seconds. Valid range is [1, 86400].', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "securitySettings", - "The security settings that apply to this backend service. This field is applicable to either\na regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and\nload_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the\nload_balancing_scheme set to INTERNAL_SELF_MANAGED.\nStructure is documented below.", + 'securitySettings', + 'The security settings that apply to this backend service. This field is applicable to either\na regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and\nload_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the\nload_balancing_scheme set to INTERNAL_SELF_MANAGED.\nStructure is documented below.', () => compute_BackendServiceSecuritySettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "consistentHash", - "Consistent Hash-based load balancing can be used to provide soft session\naffinity based on HTTP headers, cookies or other properties. This load balancing\npolicy is applicable only for HTTP connections. The affinity to a particular\ndestination host will be lost when one or more hosts are added/removed from the\ndestination service. This field specifies parameters that control consistent\nhashing. This field only applies if the load_balancing_scheme is set to\nINTERNAL_SELF_MANAGED. This field is only applicable when locality_lb_policy is\nset to MAGLEV or RING_HASH.\nStructure is documented below.", + 'consistentHash', + 'Consistent Hash-based load balancing can be used to provide soft session\naffinity based on HTTP headers, cookies or other properties. This load balancing\npolicy is applicable only for HTTP connections. The affinity to a particular\ndestination host will be lost when one or more hosts are added/removed from the\ndestination service. This field specifies parameters that control consistent\nhashing. This field only applies if the load_balancing_scheme is set to\nINTERNAL_SELF_MANAGED. This field is only applicable when locality_lb_policy is\nset to MAGLEV or RING_HASH.\nStructure is documented below.', () => compute_BackendServiceConsistentHash_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/BackendServiceIamBinding.ts b/src/app/Models/codegen/gcp/compute/BackendServiceIamBinding.ts index 76e8de75d..8b0ffc52a 100644 --- a/src/app/Models/codegen/gcp/compute/BackendServiceIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/BackendServiceIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendServiceIamBindingCondition, compute_BackendServiceIamBindingCondition_GetTypes, -} from "../types/compute_BackendServiceIamBindingCondition"; +} from '../types/compute_BackendServiceIamBindingCondition'; export interface BackendServiceIamBindingArgs { /* @@ -94,7 +94,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -102,32 +102,32 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_BackendServiceIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/BackendServiceIamMember.ts b/src/app/Models/codegen/gcp/compute/BackendServiceIamMember.ts index 4e33c6d5b..c023ceca4 100644 --- a/src/app/Models/codegen/gcp/compute/BackendServiceIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/BackendServiceIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_BackendServiceIamMemberCondition, compute_BackendServiceIamMemberCondition_GetTypes, -} from "../types/compute_BackendServiceIamMemberCondition"; +} from '../types/compute_BackendServiceIamMemberCondition'; export interface BackendServiceIamMemberArgs { /* @@ -94,15 +94,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -110,21 +110,21 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_BackendServiceIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/compute/BackendServiceIamPolicy.ts b/src/app/Models/codegen/gcp/compute/BackendServiceIamPolicy.ts index f56cb3db7..e9509bba4 100644 --- a/src/app/Models/codegen/gcp/compute/BackendServiceIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/BackendServiceIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackendServiceIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,23 +70,23 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/BackendServiceSignedUrlKey.ts b/src/app/Models/codegen/gcp/compute/BackendServiceSignedUrlKey.ts index 81cfc4f69..9b8838753 100644 --- a/src/app/Models/codegen/gcp/compute/BackendServiceSignedUrlKey.ts +++ b/src/app/Models/codegen/gcp/compute/BackendServiceSignedUrlKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface BackendServiceSignedUrlKeyArgs { /* @@ -61,32 +61,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backendService", - "The backend service this signed URL key belongs.\n\n\n- - -", + 'backendService', + 'The backend service this signed URL key belongs.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "keyValue", - "128-bit key value used for signing the URL. The key value must be a\nvalid RFC 4648 Section 5 base64url encoded string.\n**Note**: This property is sensitive and will not be displayed in the plan.", + 'keyValue', + '128-bit key value used for signing the URL. The key value must be a\nvalid RFC 4648 Section 5 base64url encoded string.\n**Note**: This property is sensitive and will not be displayed in the plan.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the signed URL key.", + 'name', + 'Name of the signed URL key.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/CaExternalAccountKey.ts b/src/app/Models/codegen/gcp/compute/CaExternalAccountKey.ts index 84bc39874..68183b691 100644 --- a/src/app/Models/codegen/gcp/compute/CaExternalAccountKey.ts +++ b/src/app/Models/codegen/gcp/compute/CaExternalAccountKey.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface CaExternalAccountKeyArgs { // Location for the externalAccountKey. Currently only `global` is supported. @@ -47,16 +47,16 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "location", - "Location for the externalAccountKey. Currently only `global` is supported.", + 'location', + 'Location for the externalAccountKey. Currently only `global` is supported.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/Disk.ts b/src/app/Models/codegen/gcp/compute/Disk.ts index cd66480e3..91a12da4c 100644 --- a/src/app/Models/codegen/gcp/compute/Disk.ts +++ b/src/app/Models/codegen/gcp/compute/Disk.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_DiskGuestOsFeature, compute_DiskGuestOsFeature_GetTypes, -} from "../types/compute_DiskGuestOsFeature"; +} from '../types/compute_DiskGuestOsFeature'; import { compute_DiskAsyncPrimaryDisk, compute_DiskAsyncPrimaryDisk_GetTypes, -} from "../types/compute_DiskAsyncPrimaryDisk"; +} from '../types/compute_DiskAsyncPrimaryDisk'; import { compute_DiskDiskEncryptionKey, compute_DiskDiskEncryptionKey_GetTypes, -} from "../types/compute_DiskDiskEncryptionKey"; +} from '../types/compute_DiskDiskEncryptionKey'; import { compute_DiskSourceImageEncryptionKey, compute_DiskSourceImageEncryptionKey_GetTypes, -} from "../types/compute_DiskSourceImageEncryptionKey"; +} from '../types/compute_DiskSourceImageEncryptionKey'; import { compute_DiskSourceSnapshotEncryptionKey, compute_DiskSourceSnapshotEncryptionKey_GetTypes, -} from "../types/compute_DiskSourceSnapshotEncryptionKey"; +} from '../types/compute_DiskSourceSnapshotEncryptionKey'; export interface DiskArgs { /* @@ -465,31 +465,31 @@ to allow for updating the resource policy attached to the disk. return [ new DynamicUIProps( InputType.Object, - "sourceImageEncryptionKey", - "The customer-supplied encryption key of the source image. Required if\nthe source image is protected by a customer-supplied encryption key.\nStructure is documented below.", + 'sourceImageEncryptionKey', + 'The customer-supplied encryption key of the source image. Required if\nthe source image is protected by a customer-supplied encryption key.\nStructure is documented below.', () => compute_DiskSourceImageEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this disk. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this disk. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "size", - "Size of the persistent disk, specified in GB. You can specify this\nfield when creating a persistent disk using the `image` or\n`snapshot` parameter, or specify it alone to create an empty\npersistent disk.\nIf you specify this field along with `image` or `snapshot`,\nthe value must not be less than the size of the image\nor the size of the snapshot.\n~>**NOTE** If you change the size, the provider updates the disk size\nif upsizing is detected but recreates the disk if downsizing is requested.\nYou can add `lifecycle.prevent_destroy` in the config to prevent destroying\nand recreating.", + 'size', + 'Size of the persistent disk, specified in GB. You can specify this\nfield when creating a persistent disk using the `image` or\n`snapshot` parameter, or specify it alone to create an empty\npersistent disk.\nIf you specify this field along with `image` or `snapshot`,\nthe value must not be less than the size of the image\nor the size of the snapshot.\n~>**NOTE** If you change the size, the provider updates the disk size\nif upsizing is detected but recreates the disk if downsizing is requested.\nYou can add `lifecycle.prevent_destroy` in the config to prevent destroying\nand recreating.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "snapshot", + 'snapshot', "The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. If the\nsnapshot is in another project than this disk, you must supply a full URL. For example, the following are valid values:\n* 'https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot' *\n'projects/project/global/snapshots/snapshot' * 'global/snapshots/snapshot' * 'snapshot'", () => [], false, @@ -497,63 +497,63 @@ to allow for updating the resource policy attached to the disk. ), new DynamicUIProps( InputType.Array, - "resourcePolicies", - "Resource policies applied to this disk for automatic snapshot creations.\n~>**NOTE** This value does not support updating the\nresource policy, as resource policies can not be updated more than\none at a time. Use\n`gcp.compute.DiskResourcePolicyAttachment`\nto allow for updating the resource policy attached to the disk.", + 'resourcePolicies', + 'Resource policies applied to this disk for automatic snapshot creations.\n~>**NOTE** This value does not support updating the\nresource policy, as resource policies can not be updated more than\none at a time. Use\n`gcp.compute.DiskResourcePolicyAttachment`\nto allow for updating the resource policy attached to the disk.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "diskEncryptionKey", - "Encrypts the disk using a customer-supplied encryption key.\nAfter you encrypt a disk with a customer-supplied key, you must\nprovide the same key if you use the disk later (e.g. to create a disk\nsnapshot or an image, or to attach the disk to a virtual machine).\nCustomer-supplied encryption keys do not protect access to metadata of\nthe disk.\nIf you do not provide an encryption key when creating the disk, then\nthe disk will be encrypted using an automatically generated key and\nyou do not need to provide a key to use the disk later.\nStructure is documented below.", + 'diskEncryptionKey', + 'Encrypts the disk using a customer-supplied encryption key.\nAfter you encrypt a disk with a customer-supplied key, you must\nprovide the same key if you use the disk later (e.g. to create a disk\nsnapshot or an image, or to attach the disk to a virtual machine).\nCustomer-supplied encryption keys do not protect access to metadata of\nthe disk.\nIf you do not provide an encryption key when creating the disk, then\nthe disk will be encrypted using an automatically generated key and\nyou do not need to provide a key to use the disk later.\nStructure is documented below.', () => compute_DiskDiskEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "sourceSnapshotEncryptionKey", - "The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.", + 'sourceSnapshotEncryptionKey', + 'The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.', () => compute_DiskSourceSnapshotEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "type", - "URL of the disk type resource describing which disk type to use to\ncreate the disk. Provide this when creating the disk.", + 'type', + 'URL of the disk type resource describing which disk type to use to\ncreate the disk. Provide this when creating the disk.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceDisk", - "The source disk used to create this disk. You can provide this as a partial or full URL to the resource.\nFor example, the following are valid values:\n* https://www.googleapis.com/compute/v1/projects/{project}/zones/{zone}/disks/{disk}\n* https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/disks/{disk}\n* projects/{project}/zones/{zone}/disks/{disk}\n* projects/{project}/regions/{region}/disks/{disk}\n* zones/{zone}/disks/{disk}\n* regions/{region}/disks/{disk}", + 'sourceDisk', + 'The source disk used to create this disk. You can provide this as a partial or full URL to the resource.\nFor example, the following are valid values:\n* https://www.googleapis.com/compute/v1/projects/{project}/zones/{zone}/disks/{disk}\n* https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/disks/{disk}\n* projects/{project}/zones/{zone}/disks/{disk}\n* projects/{project}/regions/{region}/disks/{disk}\n* zones/{zone}/disks/{disk}\n* regions/{region}/disks/{disk}', () => [], false, true, ), new DynamicUIProps( InputType.String, - "interface", - "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.\n\n> **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.", + 'interface', + 'Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.\n\n> **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "physicalBlockSizeBytes", + 'physicalBlockSizeBytes', "Physical block size of the persistent disk, in bytes. If not present\nin a request, a default value is used. Currently supported sizes\nare 4096 and 16384, other sizes may be added in the future.\nIf an unsupported value is requested, the error message will list\nthe supported values for the caller's project.", () => [], false, @@ -561,39 +561,39 @@ to allow for updating the resource policy attached to the disk. ), new DynamicUIProps( InputType.Bool, - "multiWriter", - "Indicates whether or not the disk can be read/write attached to more than one instance.", + 'multiWriter', + 'Indicates whether or not the disk can be read/write attached to more than one instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk resides.", + 'zone', + 'A reference to the zone where the disk resides.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "licenses", - "Any applicable license URI.", + 'licenses', + 'Any applicable license URI.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "provisionedIops", + 'provisionedIops', "Indicates how many IOPS must be provisioned for the disk.\nNote: Updating currently is only supported by hyperdisk skus without the need to delete and recreate the disk, hyperdisk\nallows for an update of IOPS every 4 hours. To update your hyperdisk more frequently, you'll need to manually delete and recreate it", () => [], false, @@ -601,15 +601,15 @@ to allow for updating the resource policy attached to the disk. ), new DynamicUIProps( InputType.Object, - "asyncPrimaryDisk", - "A nested object resource\nStructure is documented below.", + 'asyncPrimaryDisk', + 'A nested object resource\nStructure is documented below.', () => compute_DiskAsyncPrimaryDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "image", + 'image', "The image from which to initialize this disk. This can be\none of: the image's `self_link`, `projects/{project}/global/images/{image}`,\n`projects/{project}/global/images/family/{family}`, `global/images/{image}`,\n`global/images/family/{family}`, `family/{family}`, `{project}/{family}`,\n`{project}/{image}`, `{family}`, or `{image}`. If referred by family, the\nimages names must include the family name. If they don't, use the\n[gcp.compute.Image data source](https://www.terraform.io/docs/providers/google/d/compute_image.html).\nFor instance, the image `centos-6-v20180104` includes its family name `centos-6`.\nThese images can be referred by family name here.", () => [], false, @@ -617,15 +617,15 @@ to allow for updating the resource policy attached to the disk. ), new DynamicUIProps( InputType.Array, - "guestOsFeatures", - "A list of features to enable on the guest operating system.\nApplicable only for bootable disks.\nStructure is documented below.", + 'guestOsFeatures', + 'A list of features to enable on the guest operating system.\nApplicable only for bootable disks.\nStructure is documented below.', () => compute_DiskGuestOsFeature_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "provisionedThroughput", + 'provisionedThroughput', "Indicates how much Throughput must be provisioned for the disk.\nNote: Updating currently is only supported by hyperdisk skus without the need to delete and recreate the disk, hyperdisk\nallows for an update of Throughput every 4 hours. To update your hyperdisk more frequently, you'll need to manually delete and recreate it", () => [], false, @@ -633,16 +633,16 @@ to allow for updating the resource policy attached to the disk. ), new DynamicUIProps( InputType.Bool, - "enableConfidentialCompute", - "Whether this disk is using confidential compute mode.\nNote: Only supported on hyperdisk skus, disk_encryption_key is required when setting to true", + 'enableConfidentialCompute', + 'Whether this disk is using confidential compute mode.\nNote: Only supported on hyperdisk skus, disk_encryption_key is required when setting to true', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/DiskAsyncReplication.ts b/src/app/Models/codegen/gcp/compute/DiskAsyncReplication.ts index 55c1d4b46..45c7a4ecb 100644 --- a/src/app/Models/codegen/gcp/compute/DiskAsyncReplication.ts +++ b/src/app/Models/codegen/gcp/compute/DiskAsyncReplication.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_DiskAsyncReplicationSecondaryDisk, compute_DiskAsyncReplicationSecondaryDisk_GetTypes, -} from "../types/compute_DiskAsyncReplicationSecondaryDisk"; +} from '../types/compute_DiskAsyncReplicationSecondaryDisk'; export interface DiskAsyncReplicationArgs { // The primary disk (source of replication). @@ -37,16 +37,16 @@ The `secondary_disk` block includes: return [ new DynamicUIProps( InputType.Object, - "secondaryDisk", - "The secondary disk (target of replication). You can specify only one value. Structure is documented below.\n\nThe `secondary_disk` block includes:", + 'secondaryDisk', + 'The secondary disk (target of replication). You can specify only one value. Structure is documented below.\n\nThe `secondary_disk` block includes:', () => compute_DiskAsyncReplicationSecondaryDisk_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "primaryDisk", - "The primary disk (source of replication).", + 'primaryDisk', + 'The primary disk (source of replication).', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/DiskIamBinding.ts b/src/app/Models/codegen/gcp/compute/DiskIamBinding.ts index ddfc022d2..81501a1dc 100644 --- a/src/app/Models/codegen/gcp/compute/DiskIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/DiskIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_DiskIamBindingCondition, compute_DiskIamBindingCondition_GetTypes, -} from "../types/compute_DiskIamBindingCondition"; +} from '../types/compute_DiskIamBindingCondition'; export interface DiskIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -102,39 +102,39 @@ zone is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_DiskIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -142,8 +142,8 @@ zone is specified, it is taken from the provider configuration. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/DiskIamMember.ts b/src/app/Models/codegen/gcp/compute/DiskIamMember.ts index 1113cc679..e50a2a62d 100644 --- a/src/app/Models/codegen/gcp/compute/DiskIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/DiskIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_DiskIamMemberCondition, compute_DiskIamMemberCondition_GetTypes, -} from "../types/compute_DiskIamMemberCondition"; +} from '../types/compute_DiskIamMemberCondition'; export interface DiskIamMemberArgs { /* @@ -102,40 +102,40 @@ zone is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_DiskIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/DiskIamPolicy.ts b/src/app/Models/codegen/gcp/compute/DiskIamPolicy.ts index fc47bae8b..3c2b5c12f 100644 --- a/src/app/Models/codegen/gcp/compute/DiskIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/DiskIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DiskIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -84,23 +84,23 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -108,8 +108,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/DiskResourcePolicyAttachment.ts b/src/app/Models/codegen/gcp/compute/DiskResourcePolicyAttachment.ts index 73ddfc6b0..25e4344c7 100644 --- a/src/app/Models/codegen/gcp/compute/DiskResourcePolicyAttachment.ts +++ b/src/app/Models/codegen/gcp/compute/DiskResourcePolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DiskResourcePolicyAttachmentArgs { /* @@ -59,32 +59,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "disk", - "The name of the disk in which the resource policies are attached to.\n\n\n- - -", + 'disk', + 'The name of the disk in which the resource policies are attached to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The resource policy to be attached to the disk for scheduling snapshot\ncreation. Do not specify the self link.", + 'name', + 'The resource policy to be attached to the disk for scheduling snapshot\ncreation. Do not specify the self link.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk resides.", + 'zone', + 'A reference to the zone where the disk resides.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/ExternalVpnGateway.ts b/src/app/Models/codegen/gcp/compute/ExternalVpnGateway.ts index 93e7f6cfe..ad13f79f4 100644 --- a/src/app/Models/codegen/gcp/compute/ExternalVpnGateway.ts +++ b/src/app/Models/codegen/gcp/compute/ExternalVpnGateway.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ExternalVpnGatewayInterface, compute_ExternalVpnGatewayInterface_GetTypes, -} from "../types/compute_ExternalVpnGatewayInterface"; +} from '../types/compute_ExternalVpnGatewayInterface'; export interface ExternalVpnGatewayArgs { // An optional description of this resource. @@ -119,48 +119,48 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "redundancyType", - "Indicates the redundancy type of this external VPN gateway\nPossible values are: `FOUR_IPS_REDUNDANCY`, `SINGLE_IP_INTERNALLY_REDUNDANT`, `TWO_IPS_REDUNDANCY`.", + 'redundancyType', + 'Indicates the redundancy type of this external VPN gateway\nPossible values are: `FOUR_IPS_REDUNDANCY`, `SINGLE_IP_INTERNALLY_REDUNDANT`, `TWO_IPS_REDUNDANCY`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "interfaces", - "A list of interfaces on this external VPN gateway.\nStructure is documented below.", + 'interfaces', + 'A list of interfaces on this external VPN gateway.\nStructure is documented below.', () => compute_ExternalVpnGatewayInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels for the external VPN gateway resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels for the external VPN gateway resource.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/Firewall.ts b/src/app/Models/codegen/gcp/compute/Firewall.ts index 3e0220aad..85a422bf3 100644 --- a/src/app/Models/codegen/gcp/compute/Firewall.ts +++ b/src/app/Models/codegen/gcp/compute/Firewall.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_FirewallDeny, compute_FirewallDeny_GetTypes, -} from "../types/compute_FirewallDeny"; +} from '../types/compute_FirewallDeny'; import { compute_FirewallAllow, compute_FirewallAllow_GetTypes, -} from "../types/compute_FirewallAllow"; +} from '../types/compute_FirewallAllow'; import { compute_FirewallLogConfig, compute_FirewallLogConfig_GetTypes, -} from "../types/compute_FirewallLogConfig"; +} from '../types/compute_FirewallLogConfig'; export interface FirewallArgs { /* @@ -337,31 +337,31 @@ The name or self_link of the network to attach this firewall to. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "denies", - "The list of DENY rules specified by this firewall. Each rule specifies\na protocol and port-range tuple that describes a denied connection.\nStructure is documented below.", + 'denies', + 'The list of DENY rules specified by this firewall. Each rule specifies\na protocol and port-range tuple that describes a denied connection.\nStructure is documented below.', () => compute_FirewallDeny_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetServiceAccounts", - "A list of service accounts indicating sets of instances located in the\nnetwork that may make network connections as specified in allowed[].\ntargetServiceAccounts cannot be used at the same time as targetTags or\nsourceTags. If neither targetServiceAccounts nor targetTags are\nspecified, the firewall rule applies to all instances on the specified\nnetwork.", + 'targetServiceAccounts', + 'A list of service accounts indicating sets of instances located in the\nnetwork that may make network connections as specified in allowed[].\ntargetServiceAccounts cannot be used at the same time as targetTags or\nsourceTags. If neither targetServiceAccounts nor targetTags are\nspecified, the firewall rule applies to all instances on the specified\nnetwork.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceTags", + 'sourceTags', "If source tags are specified, the firewall will apply only to traffic\nwith source IP that belongs to a tag listed in source tags. Source\ntags cannot be used to control traffic to an instance's external IP\naddress. Because tags are associated with an instance, not an IP\naddress. One or both of sourceRanges and sourceTags may be set. If\nboth properties are set, the firewall will apply to traffic that has\nsource IP address within sourceRanges OR the source IP that belongs to\na tag listed in the sourceTags property. The connection does not need\nto match both properties for the firewall to apply. For INGRESS traffic,\none of `source_ranges`, `source_tags` or `source_service_accounts` is required.", () => InputType_String_GetTypes(), false, @@ -369,71 +369,71 @@ The name or self_link of the network to attach this firewall to. ), new DynamicUIProps( InputType.Bool, - "enableLogging", - "This field denotes whether to enable logging for a particular firewall rule.\nIf logging is enabled, logs will be exported to Stackdriver. Deprecated in favor of `log_config`", + 'enableLogging', + 'This field denotes whether to enable logging for a particular firewall rule.\nIf logging is enabled, logs will be exported to Stackdriver. Deprecated in favor of `log_config`', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "Denotes whether the firewall rule is disabled, i.e not applied to the\nnetwork it is associated with. When set to true, the firewall rule is\nnot enforced and the network behaves as if it did not exist. If this\nis unspecified, the firewall rule will be enabled.", + 'disabled', + 'Denotes whether the firewall rule is disabled, i.e not applied to the\nnetwork it is associated with. When set to true, the firewall rule is\nnot enforced and the network behaves as if it did not exist. If this\nis unspecified, the firewall rule will be enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "network", - "The name or self_link of the network to attach this firewall to.\n\n\n- - -", + 'network', + 'The name or self_link of the network to attach this firewall to.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Priority for this rule. This is an integer between 0 and 65535, both\ninclusive. When not specified, the value assumed is 1000. Relative\npriorities determine precedence of conflicting rules. Lower value of\npriority implies higher precedence (eg, a rule with priority 0 has\nhigher precedence than a rule with priority 1). DENY rules take\nprecedence over ALLOW rules having equal priority.", + 'priority', + 'Priority for this rule. This is an integer between 0 and 65535, both\ninclusive. When not specified, the value assumed is 1000. Relative\npriorities determine precedence of conflicting rules. Lower value of\npriority implies higher precedence (eg, a rule with priority 0 has\nhigher precedence than a rule with priority 1). DENY rules take\nprecedence over ALLOW rules having equal priority.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "allows", - "The list of ALLOW rules specified by this firewall. Each rule\nspecifies a protocol and port-range tuple that describes a permitted\nconnection.\nStructure is documented below.", + 'allows', + 'The list of ALLOW rules specified by this firewall. Each rule\nspecifies a protocol and port-range tuple that describes a permitted\nconnection.\nStructure is documented below.', () => compute_FirewallAllow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "destinationRanges", - "If destination ranges are specified, the firewall will apply only to\ntraffic that has destination IP address in these ranges. These ranges\nmust be expressed in CIDR format. IPv4 or IPv6 ranges are supported.", + 'destinationRanges', + 'If destination ranges are specified, the firewall will apply only to\ntraffic that has destination IP address in these ranges. These ranges\nmust be expressed in CIDR format. IPv4 or IPv6 ranges are supported.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sourceRanges", - "If source ranges are specified, the firewall will apply only to\ntraffic that has source IP address in these ranges. These ranges must\nbe expressed in CIDR format. One or both of sourceRanges and\nsourceTags may be set. If both properties are set, the firewall will\napply to traffic that has source IP address within sourceRanges OR the\nsource IP that belongs to a tag listed in the sourceTags property. The\nconnection does not need to match both properties for the firewall to\napply. IPv4 or IPv6 ranges are supported. For INGRESS traffic, one of\n`source_ranges`, `source_tags` or `source_service_accounts` is required.", + 'sourceRanges', + 'If source ranges are specified, the firewall will apply only to\ntraffic that has source IP address in these ranges. These ranges must\nbe expressed in CIDR format. One or both of sourceRanges and\nsourceTags may be set. If both properties are set, the firewall will\napply to traffic that has source IP address within sourceRanges OR the\nsource IP that belongs to a tag listed in the sourceTags property. The\nconnection does not need to match both properties for the firewall to\napply. IPv4 or IPv6 ranges are supported. For INGRESS traffic, one of\n`source_ranges`, `source_tags` or `source_service_accounts` is required.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "sourceServiceAccounts", + 'sourceServiceAccounts', "If source service accounts are specified, the firewall will apply only\nto traffic originating from an instance with a service account in this\nlist. Source service accounts cannot be used to control traffic to an\ninstance's external IP address because service accounts are associated\nwith an instance, not an IP address. sourceRanges can be set at the\nsame time as sourceServiceAccounts. If both are set, the firewall will\napply to traffic that has source IP address within sourceRanges OR the\nsource IP belongs to an instance with service account listed in\nsourceServiceAccount. The connection does not need to match both\nproperties for the firewall to apply. sourceServiceAccounts cannot be\nused at the same time as sourceTags or targetTags. For INGRESS traffic,\none of `source_ranges`, `source_tags` or `source_service_accounts` is required.", () => InputType_String_GetTypes(), false, @@ -441,32 +441,32 @@ The name or self_link of the network to attach this firewall to. ), new DynamicUIProps( InputType.Object, - "logConfig", - "This field denotes the logging options for a particular firewall rule.\nIf defined, logging is enabled, and logs will be exported to Cloud Logging.\nStructure is documented below.", + 'logConfig', + 'This field denotes the logging options for a particular firewall rule.\nIf defined, logging is enabled, and logs will be exported to Cloud Logging.\nStructure is documented below.', () => compute_FirewallLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "direction", - "Direction of traffic to which this firewall applies; default is\nINGRESS. Note: For INGRESS traffic, one of `source_ranges`,\n`source_tags` or `source_service_accounts` is required.\nPossible values are: `INGRESS`, `EGRESS`.", + 'direction', + 'Direction of traffic to which this firewall applies; default is\nINGRESS. Note: For INGRESS traffic, one of `source_ranges`,\n`source_tags` or `source_service_accounts` is required.\nPossible values are: `INGRESS`, `EGRESS`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "targetTags", - "A list of instance tags indicating sets of instances located in the\nnetwork that may make network connections as specified in allowed[].\nIf no targetTags are specified, the firewall rule applies to all\ninstances on the specified network.", + 'targetTags', + 'A list of instance tags indicating sets of instances located in the\nnetwork that may make network connections as specified in allowed[].\nIf no targetTags are specified, the firewall rule applies to all\ninstances on the specified network.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/FirewallPolicy.ts b/src/app/Models/codegen/gcp/compute/FirewallPolicy.ts index 26be52511..a6319eb08 100644 --- a/src/app/Models/codegen/gcp/compute/FirewallPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/FirewallPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FirewallPolicyArgs { // An optional description of this resource. Provide this property when you create the resource. @@ -64,24 +64,24 @@ User-provided name of the Organization firewall policy. The name should be uniqu return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The parent of the firewall policy.", + 'parent', + 'The parent of the firewall policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "shortName", - "User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n\n- - -", + 'shortName', + 'User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/FirewallPolicyAssociation.ts b/src/app/Models/codegen/gcp/compute/FirewallPolicyAssociation.ts index 4b8676f62..c1e82bc76 100644 --- a/src/app/Models/codegen/gcp/compute/FirewallPolicyAssociation.ts +++ b/src/app/Models/codegen/gcp/compute/FirewallPolicyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FirewallPolicyAssociationArgs { /* @@ -46,24 +46,24 @@ The name for an association. return [ new DynamicUIProps( InputType.String, - "name", - "The name for an association.\n\n\n\n- - -", + 'name', + 'The name for an association.\n\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "attachmentTarget", - "The target that the firewall policy is attached to.", + 'attachmentTarget', + 'The target that the firewall policy is attached to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy ID of the association.", + 'firewallPolicy', + 'The firewall policy ID of the association.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/FirewallPolicyRule.ts b/src/app/Models/codegen/gcp/compute/FirewallPolicyRule.ts index 8770a4d10..4cc3d67b1 100644 --- a/src/app/Models/codegen/gcp/compute/FirewallPolicyRule.ts +++ b/src/app/Models/codegen/gcp/compute/FirewallPolicyRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_FirewallPolicyRuleMatch, compute_FirewallPolicyRuleMatch_GetTypes, -} from "../types/compute_FirewallPolicyRuleMatch"; +} from '../types/compute_FirewallPolicyRuleMatch'; export interface FirewallPolicyRuleArgs { // The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next". @@ -83,31 +83,31 @@ export class FirewallPolicyRule extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "direction", - "The direction in which this rule applies. Possible values: INGRESS, EGRESS", + 'direction', + 'The direction in which this rule applies. Possible values: INGRESS, EGRESS', () => [], true, false, ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy of the resource.", + 'firewallPolicy', + 'The firewall policy of the resource.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "priority", - "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.", + 'priority', + 'An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "action", + 'action', 'The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".', () => [], true, @@ -115,15 +115,15 @@ export class FirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.Bool, - "disabled", - "Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.", + 'disabled', + 'Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableLogging", + 'enableLogging', 'Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules.', () => [], false, @@ -131,15 +131,15 @@ export class FirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "An optional description for this resource.", + 'description', + 'An optional description for this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", + 'match', "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.", () => compute_FirewallPolicyRuleMatch_GetTypes(), true, @@ -147,7 +147,7 @@ export class FirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "targetResources", + 'targetResources', "A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.", () => InputType_String_GetTypes(), false, @@ -155,8 +155,8 @@ export class FirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.Array, - "targetServiceAccounts", - "A list of service accounts indicating the sets of instances that are applied with this rule.", + 'targetServiceAccounts', + 'A list of service accounts indicating the sets of instances that are applied with this rule.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/ForwardingRule.ts b/src/app/Models/codegen/gcp/compute/ForwardingRule.ts index 671cbb518..ff6ddd5b3 100644 --- a/src/app/Models/codegen/gcp/compute/ForwardingRule.ts +++ b/src/app/Models/codegen/gcp/compute/ForwardingRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ForwardingRuleServiceDirectoryRegistrations, compute_ForwardingRuleServiceDirectoryRegistrations_GetTypes, -} from "../types/compute_ForwardingRuleServiceDirectoryRegistrations"; +} from '../types/compute_ForwardingRuleServiceDirectoryRegistrations'; export interface ForwardingRuleArgs { /* @@ -629,7 +629,7 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.String, - "portRange", + 'portRange', "The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.\nOnly packets addressed to ports in the specified range will be forwarded\nto the backends configured with this forwarding rule.\nThe `portRange` field has the following limitations:\n* It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,\nand\n* It's applicable only to the following products: external passthrough\nNetwork Load Balancers, internal and external proxy Network Load\nBalancers, internal and external Application Load Balancers, external\nprotocol forwarding, and Classic VPN.\n* Some products have restrictions on what ports can be used. See\n[port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#port_specifications)\nfor details.\nFor external forwarding rules, two or more forwarding rules cannot use the\nsame `[IPAddress, IPProtocol]` pair, and cannot have overlapping\n`portRange`s.\nFor internal forwarding rules within the same VPC network, two or more\nforwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and\ncannot have overlapping `portRange`s.", () => [], false, @@ -637,23 +637,23 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "subnetwork", - "This field identifies the subnetwork that the load balanced IP should\nbelong to for this Forwarding Rule, used in internal load balancing and\nnetwork load balancing with IPv6.\nIf the network specified is in auto subnet mode, this field is optional.\nHowever, a subnetwork must be specified if the network is in custom subnet\nmode or when creating external forwarding rule with IPv6.", + 'subnetwork', + 'This field identifies the subnetwork that the load balanced IP should\nbelong to for this Forwarding Rule, used in internal load balancing and\nnetwork load balancing with IPv6.\nIf the network specified is in auto subnet mode, this field is optional.\nHowever, a subnetwork must be specified if the network is in custom subnet\nmode or when creating external forwarding rule with IPv6.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backendService", - "Identifies the backend service to which the forwarding rule sends traffic.\nRequired for Internal TCP/UDP Load Balancing and Network Load Balancing;\nmust be omitted for all other load balancer types.", + 'backendService', + 'Identifies the backend service to which the forwarding rule sends traffic.\nRequired for Internal TCP/UDP Load Balancing and Network Load Balancing;\nmust be omitted for all other load balancer types.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", + 'target', 'The URL of the target resource to receive the matched traffic. For\nregional forwarding rules, this target must be in the same region as the\nforwarding rule. For global forwarding rules, this target must be a global\nload balancing resource.\nThe forwarded traffic must be of a type appropriate to the target object.\n* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:\n* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).\n* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).\n\nFor Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.', () => [], false, @@ -661,23 +661,23 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.Bool, - "allowGlobalAccess", - "This field is used along with the `backend_service` field for\ninternal load balancing or with the `target` field for internal\nTargetInstance.\nIf the field is set to `TRUE`, clients can access ILB from all\nregions.\nOtherwise only allows access from clients in the same region as the\ninternal load balancer.", + 'allowGlobalAccess', + 'This field is used along with the `backend_service` field for\ninternal load balancing or with the `target` field for internal\nTargetInstance.\nIf the field is set to `TRUE`, clients can access ILB from all\nregions.\nOtherwise only allows access from clients in the same region as the\ninternal load balancer.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingScheme", - "Specifies the forwarding rule type.\nFor more information about forwarding rules, refer to\n[Forwarding rule concepts](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.", + 'loadBalancingScheme', + 'Specifies the forwarding rule type.\nFor more information about forwarding rules, refer to\n[Forwarding rule concepts](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "allPorts", + 'allPorts', "The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.\nOnly packets addressed to ports in the specified range will be forwarded\nto the backends configured with this forwarding rule.\nThe `allPorts` field has the following limitations:\n* It requires that the forwarding rule `IPProtocol` be TCP, UDP, SCTP, or\nL3_DEFAULT.\n* It's applicable only to the following products: internal passthrough\nNetwork Load Balancers, backend service-based external passthrough Network\nLoad Balancers, and internal and external protocol forwarding.\n* Set this field to true to allow packets addressed to any port or packets\nlacking destination port information (for example, UDP fragments after the\nfirst fragment) to be forwarded to the backends configured with this\nforwarding rule. The L3_DEFAULT protocol requires `allPorts` be set to\ntrue.", () => [], false, @@ -685,7 +685,7 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "ipProtocol", + 'ipProtocol', 'The IP protocol to which this rule applies.\nFor protocol forwarding, valid\noptions are `TCP`, `UDP`, `ESP`,\n`AH`, `SCTP`, `ICMP` and\n`L3_DEFAULT`.\nThe valid IP protocols are different for different load balancing products\nas described in [Load balancing\nfeatures](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).\nA Forwarding Rule with protocol L3_DEFAULT can attach with target instance or\nbackend service with UNSPECIFIED protocol.\nA forwarding rule with "L3_DEFAULT" IPProtocal cannot be attached to a backend service with TCP or UDP.\nPossible values are: `TCP`, `UDP`, `ESP`, `AH`, `SCTP`, `ICMP`, `L3_DEFAULT`.', () => [], false, @@ -693,23 +693,23 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this forwarding rule. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this forwarding rule. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "ports", + 'ports', "The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.\nOnly packets addressed to ports in the specified range will be forwarded\nto the backends configured with this forwarding rule.\nThe `ports` field has the following limitations:\n* It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,\nand\n* It's applicable only to the following products: internal passthrough\nNetwork Load Balancers, backend service-based external passthrough Network\nLoad Balancers, and internal protocol forwarding.\n* You can specify a list of up to five ports by number, separated by\ncommas. The ports can be contiguous or discontiguous.\nFor external forwarding rules, two or more forwarding rules cannot use the\nsame `[IPAddress, IPProtocol]` pair if they share at least one port\nnumber.\nFor internal forwarding rules within the same VPC network, two or more\nforwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if\nthey share at least one port number.", () => InputType_String_GetTypes(), false, @@ -717,47 +717,47 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.Object, - "serviceDirectoryRegistrations", - "Service Directory resources to register this forwarding rule with.\nCurrently, only supports a single Service Directory resource.\nStructure is documented below.", + 'serviceDirectoryRegistrations', + 'Service Directory resources to register this forwarding rule with.\nCurrently, only supports a single Service Directory resource.\nStructure is documented below.', () => compute_ForwardingRuleServiceDirectoryRegistrations_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "serviceLabel", - "An optional prefix to the service name for this Forwarding Rule.\nIf specified, will be the first label of the fully qualified service\nname.\nThe label must be 1-63 characters long, and comply with RFC1035.\nSpecifically, the label must be 1-63 characters long and match the\nregular expression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters\nmust be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\nThis field is only used for INTERNAL load balancing.", + 'serviceLabel', + 'An optional prefix to the service name for this Forwarding Rule.\nIf specified, will be the first label of the fully qualified service\nname.\nThe label must be 1-63 characters long, and comply with RFC1035.\nSpecifically, the label must be 1-63 characters long and match the\nregular expression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters\nmust be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\nThis field is only used for INTERNAL load balancing.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sourceIpRanges", - "If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).", + 'sourceIpRanges', + 'If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.\n\n\n- - -", + 'name', + 'Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "This field is not used for external load balancing.\nFor Internal TCP/UDP Load Balancing, this field identifies the network that\nthe load balanced IP should belong to for this Forwarding Rule.\nIf the subnetwork is specified, the network of the subnetwork will be used.\nIf neither subnetwork nor this field is specified, the default network will\nbe used.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, a network must be provided.", + 'network', + 'This field is not used for external load balancing.\nFor Internal TCP/UDP Load Balancing, this field identifies the network that\nthe load balanced IP should belong to for this Forwarding Rule.\nIf the subnetwork is specified, the network of the subnetwork will be used.\nIf neither subnetwork nor this field is specified, the default network will\nbe used.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, a network must be provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", + 'ipAddress', "IP address for which this forwarding rule accepts traffic. When a client\nsends traffic to this IP address, the forwarding rule directs the traffic\nto the referenced `target` or `backendService`.\nWhile creating a forwarding rule, specifying an `IPAddress` is\nrequired under the following circumstances:\n* When the `target` is set to `targetGrpcProxy` and\n`validateForProxyless` is set to `true`, the\n`IPAddress` should be set to `0.0.0.0`.\n* When the `target` is a Private Service Connect Google APIs\nbundle, you must specify an `IPAddress`.\n\nOtherwise, you can optionally specify an IP address that references an\nexisting static (reserved) IP address resource. When omitted, Google Cloud\nassigns an ephemeral IP address.\nUse one of the following formats to specify an IP address while creating a\nforwarding rule:\n* IP address number, as in `100.1.2.3`\n* IPv6 address range, as in `2600:1234::/96`\n* Full resource URL, as in\n`https://www.googleapis.com/compute/v1/projects/project_id/regions/region/addresses/address-name`\n* Partial URL or by name, as in:\n* `projects/project_id/regions/region/addresses/address-name`\n* `regions/region/addresses/address-name`\n* `global/addresses/address-name`\n* `address-name`\n\nThe forwarding rule's `target` or `backendService`,\nand in most cases, also the `loadBalancingScheme`, determine the\ntype of IP address that you can use. For detailed information, see\n[IP address\nspecifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\nWhen reading an `IPAddress`, the API always returns the IP\naddress number.", () => [], false, @@ -765,64 +765,64 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.Bool, - "isMirroringCollector", - "Indicates whether or not this load balancer can be used as a collector for\npacket mirroring. To prevent mirroring loops, instances behind this\nload balancer will not have their traffic mirrored even if a\n`PacketMirroring` rule applies to them.\nThis can only be set to true for load balancers that have their\n`loadBalancingScheme` set to `INTERNAL`.", + 'isMirroringCollector', + 'Indicates whether or not this load balancer can be used as a collector for\npacket mirroring. To prevent mirroring loops, instances behind this\nload balancer will not have their traffic mirrored even if a\n`PacketMirroring` rule applies to them.\nThis can only be set to true for load balancers that have their\n`loadBalancingScheme` set to `INTERNAL`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region where the regional forwarding rule resides.\nThis field is not applicable to global forwarding rules.", + 'region', + 'A reference to the region where the regional forwarding rule resides.\nThis field is not applicable to global forwarding rules.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "allowPscGlobalAccess", - "This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.", + 'allowPscGlobalAccess', + 'This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "noAutomateDnsZone", - "This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.", + 'noAutomateDnsZone', + 'This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipVersion", - "The IP address version that will be used by this forwarding rule.\nValid options are IPV4 and IPV6.\nIf not set, the IPv4 address will be used by default.\nPossible values are: `IPV4`, `IPV6`.", + 'ipVersion', + 'The IP address version that will be used by this forwarding rule.\nValid options are IPV4 and IPV6.\nIf not set, the IPv4 address will be used by default.\nPossible values are: `IPV4`, `IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkTier", - "This signifies the networking tier used for configuring\nthis load balancer and can only take the following values:\n`PREMIUM`, `STANDARD`.\nFor regional ForwardingRule, the valid values are `PREMIUM` and\n`STANDARD`. For GlobalForwardingRule, the valid value is\n`PREMIUM`.\nIf this field is not specified, it is assumed to be `PREMIUM`.\nIf `IPAddress` is specified, this value must be equal to the\nnetworkTier of the Address.\nPossible values are: `PREMIUM`, `STANDARD`.", + 'networkTier', + 'This signifies the networking tier used for configuring\nthis load balancer and can only take the following values:\n`PREMIUM`, `STANDARD`.\nFor regional ForwardingRule, the valid values are `PREMIUM` and\n`STANDARD`. For GlobalForwardingRule, the valid value is\n`PREMIUM`.\nIf this field is not specified, it is assumed to be `PREMIUM`.\nIf `IPAddress` is specified, this value must be equal to the\nnetworkTier of the Address.\nPossible values are: `PREMIUM`, `STANDARD`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "recreateClosedPsc", - "This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed", + 'recreateClosedPsc', + 'This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/GlobalAddress.ts b/src/app/Models/codegen/gcp/compute/GlobalAddress.ts index aef5cf92e..812a7cf22 100644 --- a/src/app/Models/codegen/gcp/compute/GlobalAddress.ts +++ b/src/app/Models/codegen/gcp/compute/GlobalAddress.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlobalAddressArgs { /* @@ -183,80 +183,80 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "ipVersion", - "The IP Version that will be used by this address. The default value is `IPV4`.\nPossible values are: `IPV4`, `IPV6`.", + 'ipVersion', + 'The IP Version that will be used by this address. The default value is `IPV4`.\nPossible values are: `IPV4`, `IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this address. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this address. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "prefixLength", - "The prefix length of the IP range. If not present, it means the\naddress field is a single IP address.\nThis field is not applicable to addresses with addressType=INTERNAL\nwhen purpose=PRIVATE_SERVICE_CONNECT", + 'prefixLength', + 'The prefix length of the IP range. If not present, it means the\naddress field is a single IP address.\nThis field is not applicable to addresses with addressType=INTERNAL\nwhen purpose=PRIVATE_SERVICE_CONNECT', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "The URL of the network in which to reserve the IP range. The IP range\nmust be in RFC1918 space. The network cannot be deleted if there are\nany reserved IP ranges referring to it.\nThis should only be set when using an Internal address.", + 'network', + 'The URL of the network in which to reserve the IP range. The IP range\nmust be in RFC1918 space. The network cannot be deleted if there are\nany reserved IP ranges referring to it.\nThis should only be set when using an Internal address.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "addressType", - "The type of the address to reserve.\n* EXTERNAL indicates public/external single IP address.\n* INTERNAL indicates internal IP ranges belonging to some network.\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `INTERNAL`.", + 'addressType', + 'The type of the address to reserve.\n* EXTERNAL indicates public/external single IP address.\n* INTERNAL indicates internal IP ranges belonging to some network.\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `INTERNAL`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "purpose", - "The purpose of the resource. Possible values include:\n* VPC_PEERING - for peer networks\n* PRIVATE_SERVICE_CONNECT - for Private Service Connect networks", + 'purpose', + 'The purpose of the resource. Possible values include:\n* VPC_PEERING - for peer networks\n* PRIVATE_SERVICE_CONNECT - for Private Service Connect networks', () => [], false, true, ), new DynamicUIProps( InputType.String, - "address", - "The IP address or beginning of the address range represented by this\nresource. This can be supplied as an input to reserve a specific\naddress or omitted to allow GCP to choose a valid one for you.", + 'address', + 'The IP address or beginning of the address range represented by this\nresource. This can be supplied as an input to reserve a specific\naddress or omitted to allow GCP to choose a valid one for you.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/GlobalForwardingRule.ts b/src/app/Models/codegen/gcp/compute/GlobalForwardingRule.ts index 1944da109..279f07150 100644 --- a/src/app/Models/codegen/gcp/compute/GlobalForwardingRule.ts +++ b/src/app/Models/codegen/gcp/compute/GlobalForwardingRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_GlobalForwardingRuleMetadataFilter, compute_GlobalForwardingRuleMetadataFilter_GetTypes, -} from "../types/compute_GlobalForwardingRuleMetadataFilter"; +} from '../types/compute_GlobalForwardingRuleMetadataFilter'; import { compute_GlobalForwardingRuleServiceDirectoryRegistrations, compute_GlobalForwardingRuleServiceDirectoryRegistrations_GetTypes, -} from "../types/compute_GlobalForwardingRuleServiceDirectoryRegistrations"; +} from '../types/compute_GlobalForwardingRuleServiceDirectoryRegistrations'; export interface GlobalForwardingRuleArgs { /* @@ -438,16 +438,16 @@ For Private Service Connect forwarding rules that forward traffic to managed ser return [ new DynamicUIProps( InputType.Array, - "sourceIpRanges", - "If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).", + 'sourceIpRanges', + 'If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "serviceDirectoryRegistrations", - "Service Directory resources to register this forwarding rule with.\nCurrently, only supports a single Service Directory resource.\nStructure is documented below.", + 'serviceDirectoryRegistrations', + 'Service Directory resources to register this forwarding rule with.\nCurrently, only supports a single Service Directory resource.\nStructure is documented below.', () => compute_GlobalForwardingRuleServiceDirectoryRegistrations_GetTypes(), false, @@ -455,23 +455,23 @@ For Private Service Connect forwarding rules that forward traffic to managed ser ), new DynamicUIProps( InputType.String, - "ipProtocol", - "The IP protocol to which this rule applies.\nFor protocol forwarding, valid\noptions are `TCP`, `UDP`, `ESP`,\n`AH`, `SCTP`, `ICMP` and\n`L3_DEFAULT`.\nThe valid IP protocols are different for different load balancing products\nas described in [Load balancing\nfeatures](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).\nPossible values are: `TCP`, `UDP`, `ESP`, `AH`, `SCTP`, `ICMP`.", + 'ipProtocol', + 'The IP protocol to which this rule applies.\nFor protocol forwarding, valid\noptions are `TCP`, `UDP`, `ESP`,\n`AH`, `SCTP`, `ICMP` and\n`L3_DEFAULT`.\nThe valid IP protocols are different for different load balancing products\nas described in [Load balancing\nfeatures](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).\nPossible values are: `TCP`, `UDP`, `ESP`, `AH`, `SCTP`, `ICMP`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "This field is not used for external load balancing.\nFor Internal TCP/UDP Load Balancing, this field identifies the network that\nthe load balanced IP should belong to for this Forwarding Rule.\nIf the subnetwork is specified, the network of the subnetwork will be used.\nIf neither subnetwork nor this field is specified, the default network will\nbe used.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, a network must be provided.", + 'network', + 'This field is not used for external load balancing.\nFor Internal TCP/UDP Load Balancing, this field identifies the network that\nthe load balanced IP should belong to for this Forwarding Rule.\nIf the subnetwork is specified, the network of the subnetwork will be used.\nIf neither subnetwork nor this field is specified, the default network will\nbe used.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, a network must be provided.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", + 'ipAddress', "IP address for which this forwarding rule accepts traffic. When a client\nsends traffic to this IP address, the forwarding rule directs the traffic\nto the referenced `target`.\nWhile creating a forwarding rule, specifying an `IPAddress` is\nrequired under the following circumstances:\n* When the `target` is set to `targetGrpcProxy` and\n`validateForProxyless` is set to `true`, the\n`IPAddress` should be set to `0.0.0.0`.\n* When the `target` is a Private Service Connect Google APIs\nbundle, you must specify an `IPAddress`.\n\nOtherwise, you can optionally specify an IP address that references an\nexisting static (reserved) IP address resource. When omitted, Google Cloud\nassigns an ephemeral IP address.\nUse one of the following formats to specify an IP address while creating a\nforwarding rule:\n* IP address number, as in `100.1.2.3`\n* IPv6 address range, as in `2600:1234::/96`\n* Full resource URL, as in\n`https://www.googleapis.com/compute/v1/projects/project_id/regions/region/addresses/address-name`\n* Partial URL or by name, as in:\n* `projects/project_id/regions/region/addresses/address-name`\n* `regions/region/addresses/address-name`\n* `global/addresses/address-name`\n* `address-name`\n\nThe forwarding rule's `target`,\nand in most cases, also the `loadBalancingScheme`, determine the\ntype of IP address that you can use. For detailed information, see\n[IP address\nspecifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\nWhen reading an `IPAddress`, the API always returns the IP\naddress number.", () => [], false, @@ -479,55 +479,55 @@ For Private Service Connect forwarding rules that forward traffic to managed ser ), new DynamicUIProps( InputType.Array, - "metadataFilters", - "Opaque filter criteria used by Loadbalancer to restrict routing\nconfiguration to a limited set xDS compliant clients. In their xDS\nrequests to Loadbalancer, xDS clients present node metadata. If a\nmatch takes place, the relevant routing configuration is made available\nto those proxies.\nFor each metadataFilter in this list, if its filterMatchCriteria is set\nto MATCH_ANY, at least one of the filterLabels must match the\ncorresponding label provided in the metadata. If its filterMatchCriteria\nis set to MATCH_ALL, then all of its filterLabels must match with\ncorresponding labels in the provided metadata.\nmetadataFilters specified here can be overridden by those specified in\nthe UrlMap that this ForwardingRule references.\nmetadataFilters only applies to Loadbalancers that have their\nloadBalancingScheme set to INTERNAL_SELF_MANAGED.\nStructure is documented below.", + 'metadataFilters', + 'Opaque filter criteria used by Loadbalancer to restrict routing\nconfiguration to a limited set xDS compliant clients. In their xDS\nrequests to Loadbalancer, xDS clients present node metadata. If a\nmatch takes place, the relevant routing configuration is made available\nto those proxies.\nFor each metadataFilter in this list, if its filterMatchCriteria is set\nto MATCH_ANY, at least one of the filterLabels must match the\ncorresponding label provided in the metadata. If its filterMatchCriteria\nis set to MATCH_ALL, then all of its filterLabels must match with\ncorresponding labels in the provided metadata.\nmetadataFilters specified here can be overridden by those specified in\nthe UrlMap that this ForwardingRule references.\nmetadataFilters only applies to Loadbalancers that have their\nloadBalancingScheme set to INTERNAL_SELF_MANAGED.\nStructure is documented below.', () => compute_GlobalForwardingRuleMetadataFilter_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipVersion", - "The IP Version that will be used by this global forwarding rule.\nPossible values are: `IPV4`, `IPV6`.", + 'ipVersion', + 'The IP Version that will be used by this global forwarding rule.\nPossible values are: `IPV4`, `IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "allowPscGlobalAccess", - "This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.", + 'allowPscGlobalAccess', + 'This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "loadBalancingScheme", - "Specifies the forwarding rule type.\nFor more information about forwarding rules, refer to\n[Forwarding rule concepts](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL_MANAGED`, `INTERNAL_SELF_MANAGED`.", + 'loadBalancingScheme', + 'Specifies the forwarding rule type.\nFor more information about forwarding rules, refer to\n[Forwarding rule concepts](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts).\nDefault value is `EXTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL_MANAGED`, `INTERNAL_SELF_MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", + 'target', 'The URL of the target resource to receive the matched traffic. For\nregional forwarding rules, this target must be in the same region as the\nforwarding rule. For global forwarding rules, this target must be a global\nload balancing resource.\nThe forwarded traffic must be of a type appropriate to the target object.\n* For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:\n* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).\n* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).\n\nFor Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.\n\n\n- - -', () => [], true, @@ -535,7 +535,7 @@ For Private Service Connect forwarding rules that forward traffic to managed ser ), new DynamicUIProps( InputType.String, - "portRange", + 'portRange', "The `portRange` field has the following limitations:\n* It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,\nand\n* It's applicable only to the following products: external passthrough\nNetwork Load Balancers, internal and external proxy Network Load\nBalancers, internal and external Application Load Balancers, external\nprotocol forwarding, and Classic VPN.\n* Some products have restrictions on what ports can be used. See\n[port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#port_specifications)\nfor details.\nFor external forwarding rules, two or more forwarding rules cannot use the\nsame `[IPAddress, IPProtocol]` pair, and cannot have overlapping\n`portRange`s.\nFor internal forwarding rules within the same VPC network, two or more\nforwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and\ncannot have overlapping `portRange`s.", () => [], false, @@ -543,32 +543,32 @@ For Private Service Connect forwarding rules that forward traffic to managed ser ), new DynamicUIProps( InputType.String, - "subnetwork", - "This field identifies the subnetwork that the load balanced IP should\nbelong to for this Forwarding Rule, used in internal load balancing and\nnetwork load balancing with IPv6.\nIf the network specified is in auto subnet mode, this field is optional.\nHowever, a subnetwork must be specified if the network is in custom subnet\nmode or when creating external forwarding rule with IPv6.", + 'subnetwork', + 'This field identifies the subnetwork that the load balanced IP should\nbelong to for this Forwarding Rule, used in internal load balancing and\nnetwork load balancing with IPv6.\nIf the network specified is in auto subnet mode, this field is optional.\nHowever, a subnetwork must be specified if the network is in custom subnet\nmode or when creating external forwarding rule with IPv6.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this forwarding rule. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this forwarding rule. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.", + 'name', + 'Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `a-z?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "noAutomateDnsZone", - "This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.", + 'noAutomateDnsZone', + 'This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpoint.ts b/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpoint.ts index 182123400..1acfa5dcc 100644 --- a/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpoint.ts +++ b/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlobalNetworkEndpointArgs { // IPv4 address external endpoint. @@ -65,40 +65,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "globalNetworkEndpointGroup", - "The global network endpoint group this endpoint is part of.\n\n\n- - -", + 'globalNetworkEndpointGroup', + 'The global network endpoint group this endpoint is part of.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ipAddress", - "IPv4 address external endpoint.", + 'ipAddress', + 'IPv4 address external endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "Port number of the external endpoint.", + 'port', + 'Port number of the external endpoint.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "fqdn", - "Fully qualified domain name of network endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.", + 'fqdn', + 'Fully qualified domain name of network endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpointGroup.ts b/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpointGroup.ts index a0756120c..aeb966696 100644 --- a/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpointGroup.ts +++ b/src/app/Models/codegen/gcp/compute/GlobalNetworkEndpointGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface GlobalNetworkEndpointGroupArgs { /* @@ -92,40 +92,40 @@ Possible values are: `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkEndpointType", - "Type of network endpoints in this network endpoint group.\nPossible values are: `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`.\n\n\n- - -", + 'networkEndpointType', + 'Type of network endpoints in this network endpoint group.\nPossible values are: `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "defaultPort", - "The default port used if the port number is not specified in the\nnetwork endpoint.", + 'defaultPort', + 'The default port used if the port number is not specified in the\nnetwork endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/HaVpnGateway.ts b/src/app/Models/codegen/gcp/compute/HaVpnGateway.ts index 56e170570..9eed54e72 100644 --- a/src/app/Models/codegen/gcp/compute/HaVpnGateway.ts +++ b/src/app/Models/codegen/gcp/compute/HaVpnGateway.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_HaVpnGatewayVpnInterface, compute_HaVpnGatewayVpnInterface_GetTypes, -} from "../types/compute_HaVpnGatewayVpnInterface"; +} from '../types/compute_HaVpnGatewayVpnInterface'; export interface HaVpnGatewayArgs { /* @@ -110,56 +110,56 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "region", - "The region this gateway should sit in.", + 'region', + 'The region this gateway should sit in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "stackType", - "The stack type for this VPN gateway to identify the IP protocols that are enabled.\nIf not specified, IPV4_ONLY will be used.\nDefault value is `IPV4_ONLY`.\nPossible values are: `IPV4_ONLY`, `IPV4_IPV6`.", + 'stackType', + 'The stack type for this VPN gateway to identify the IP protocols that are enabled.\nIf not specified, IPV4_ONLY will be used.\nDefault value is `IPV4_ONLY`.\nPossible values are: `IPV4_ONLY`, `IPV4_IPV6`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "vpnInterfaces", - "A list of interfaces on this VPN gateway.\nStructure is documented below.", + 'vpnInterfaces', + 'A list of interfaces on this VPN gateway.\nStructure is documented below.', () => compute_HaVpnGatewayVpnInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "The network this VPN gateway is accepting traffic for.\n\n\n- - -", + 'network', + 'The network this VPN gateway is accepting traffic for.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/HealthCheck.ts b/src/app/Models/codegen/gcp/compute/HealthCheck.ts index 7cc0f4b0f..6ae4da7b4 100644 --- a/src/app/Models/codegen/gcp/compute/HealthCheck.ts +++ b/src/app/Models/codegen/gcp/compute/HealthCheck.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_HealthCheckGrpcHealthCheck, compute_HealthCheckGrpcHealthCheck_GetTypes, -} from "../types/compute_HealthCheckGrpcHealthCheck"; +} from '../types/compute_HealthCheckGrpcHealthCheck'; import { compute_HealthCheckHttpHealthCheck, compute_HealthCheckHttpHealthCheck_GetTypes, -} from "../types/compute_HealthCheckHttpHealthCheck"; +} from '../types/compute_HealthCheckHttpHealthCheck'; import { compute_HealthCheckHttp2HealthCheck, compute_HealthCheckHttp2HealthCheck_GetTypes, -} from "../types/compute_HealthCheckHttp2HealthCheck"; +} from '../types/compute_HealthCheckHttp2HealthCheck'; import { compute_HealthCheckHttpsHealthCheck, compute_HealthCheckHttpsHealthCheck_GetTypes, -} from "../types/compute_HealthCheckHttpsHealthCheck"; +} from '../types/compute_HealthCheckHttpsHealthCheck'; import { compute_HealthCheckLogConfig, compute_HealthCheckLogConfig_GetTypes, -} from "../types/compute_HealthCheckLogConfig"; +} from '../types/compute_HealthCheckLogConfig'; import { compute_HealthCheckTcpHealthCheck, compute_HealthCheckTcpHealthCheck_GetTypes, -} from "../types/compute_HealthCheckTcpHealthCheck"; +} from '../types/compute_HealthCheckTcpHealthCheck'; import { compute_HealthCheckSslHealthCheck, compute_HealthCheckSslHealthCheck_GetTypes, -} from "../types/compute_HealthCheckSslHealthCheck"; +} from '../types/compute_HealthCheckSslHealthCheck'; export interface HealthCheckArgs { /* @@ -236,112 +236,112 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "tcpHealthCheck", - "A nested object resource\nStructure is documented below.", + 'tcpHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckTcpHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "checkIntervalSec", - "How often (in seconds) to send a health check. The default value is 5\nseconds.", + 'checkIntervalSec', + 'How often (in seconds) to send a health check. The default value is 5\nseconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.", + 'unhealthyThreshold', + 'A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "httpHealthCheck", - "A nested object resource\nStructure is documented below.", + 'httpHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckHttpHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpsHealthCheck", - "A nested object resource\nStructure is documented below.", + 'httpsHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckHttpsHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfig", - "Configure logging on this health check.\nStructure is documented below.", + 'logConfig', + 'Configure logging on this health check.\nStructure is documented below.', () => compute_HealthCheckLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "grpcHealthCheck", - "A nested object resource\nStructure is documented below.", + 'grpcHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckGrpcHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2HealthCheck", - "A nested object resource\nStructure is documented below.", + 'http2HealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckHttp2HealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.", + 'healthyThreshold', + 'A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.", + 'timeoutSec', + 'How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sslHealthCheck", - "A nested object resource\nStructure is documented below.", + 'sslHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_HealthCheckSslHealthCheck_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/HttpHealthCheck.ts b/src/app/Models/codegen/gcp/compute/HttpHealthCheck.ts index 220796441..4d6c51e8a 100644 --- a/src/app/Models/codegen/gcp/compute/HttpHealthCheck.ts +++ b/src/app/Models/codegen/gcp/compute/HttpHealthCheck.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HttpHealthCheckArgs { /* @@ -159,80 +159,80 @@ consecutive failures. The default value is 2. return [ new DynamicUIProps( InputType.String, - "requestPath", - "The request path of the HTTP health check request.\nThe default value is /.", + 'requestPath', + 'The request path of the HTTP health check request.\nThe default value is /.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.", + 'unhealthyThreshold', + 'A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "port", - "The TCP port number for the HTTP health check request.\nThe default value is 80.", + 'port', + 'The TCP port number for the HTTP health check request.\nThe default value is 80.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.", + 'timeoutSec', + 'How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "checkIntervalSec", - "How often (in seconds) to send a health check. The default value is 5\nseconds.", + 'checkIntervalSec', + 'How often (in seconds) to send a health check. The default value is 5\nseconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.", + 'healthyThreshold', + 'A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "host", - "The value of the host header in the HTTP health check request. If\nleft empty (default value), the public IP on behalf of which this\nhealth check is performed will be used.", + 'host', + 'The value of the host header in the HTTP health check request. If\nleft empty (default value), the public IP on behalf of which this\nhealth check is performed will be used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/HttpsHealthCheck.ts b/src/app/Models/codegen/gcp/compute/HttpsHealthCheck.ts index bd81430a4..d7ba6adb0 100644 --- a/src/app/Models/codegen/gcp/compute/HttpsHealthCheck.ts +++ b/src/app/Models/codegen/gcp/compute/HttpsHealthCheck.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface HttpsHealthCheckArgs { /* @@ -159,80 +159,80 @@ last character, which cannot be a dash. return [ new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.", + 'unhealthyThreshold', + 'A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.", + 'timeoutSec', + 'How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "host", - "The value of the host header in the HTTPS health check request. If\nleft empty (default value), the public IP on behalf of which this\nhealth check is performed will be used.", + 'host', + 'The value of the host header in the HTTPS health check request. If\nleft empty (default value), the public IP on behalf of which this\nhealth check is performed will be used.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "checkIntervalSec", - "How often (in seconds) to send a health check. The default value is 5\nseconds.", + 'checkIntervalSec', + 'How often (in seconds) to send a health check. The default value is 5\nseconds.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.", + 'healthyThreshold', + 'A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The TCP port number for the HTTPS health check request.\nThe default value is 443.", + 'port', + 'The TCP port number for the HTTPS health check request.\nThe default value is 443.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "requestPath", - "The request path of the HTTPS health check request.\nThe default value is /.", + 'requestPath', + 'The request path of the HTTPS health check request.\nThe default value is /.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/Image.ts b/src/app/Models/codegen/gcp/compute/Image.ts index fb7707432..e51657a4c 100644 --- a/src/app/Models/codegen/gcp/compute/Image.ts +++ b/src/app/Models/codegen/gcp/compute/Image.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ImageGuestOsFeature, compute_ImageGuestOsFeature_GetTypes, -} from "../types/compute_ImageGuestOsFeature"; +} from '../types/compute_ImageGuestOsFeature'; import { compute_ImageRawDisk, compute_ImageRawDisk_GetTypes, -} from "../types/compute_ImageRawDisk"; +} from '../types/compute_ImageRawDisk'; import { compute_ImageImageEncryptionKey, compute_ImageImageEncryptionKey_GetTypes, -} from "../types/compute_ImageImageEncryptionKey"; +} from '../types/compute_ImageImageEncryptionKey'; export interface ImageArgs { /* @@ -262,112 +262,112 @@ URL of one of the following: return [ new DynamicUIProps( InputType.String, - "sourceSnapshot", - "URL of the source snapshot used to create this image.\nIn order to create an image, you must provide the full or partial URL of one of the following:\n* The selfLink URL\n* This property\n* The sourceImage URL\n* The rawDisk.source URL\n* The sourceDisk URL", + 'sourceSnapshot', + 'URL of the source snapshot used to create this image.\nIn order to create an image, you must provide the full or partial URL of one of the following:\n* The selfLink URL\n* This property\n* The sourceImage URL\n* The rawDisk.source URL\n* The sourceDisk URL', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "storageLocations", - "Cloud Storage bucket storage location of the image\n(regional or multi-regional).\nReference link: https://cloud.google.com/compute/docs/reference/rest/v1/images", + 'storageLocations', + 'Cloud Storage bucket storage location of the image\n(regional or multi-regional).\nReference link: https://cloud.google.com/compute/docs/reference/rest/v1/images', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "imageEncryptionKey", - "Encrypts the image using a customer-supplied encryption key.\nAfter you encrypt an image with a customer-supplied key, you must\nprovide the same key if you use the image later (e.g. to create a\ndisk from the image)\nStructure is documented below.", + 'imageEncryptionKey', + 'Encrypts the image using a customer-supplied encryption key.\nAfter you encrypt an image with a customer-supplied key, you must\nprovide the same key if you use the image later (e.g. to create a\ndisk from the image)\nStructure is documented below.', () => compute_ImageImageEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "guestOsFeatures", - "A list of features to enable on the guest operating system.\nApplicable only for bootable images.\nStructure is documented below.", + 'guestOsFeatures', + 'A list of features to enable on the guest operating system.\nApplicable only for bootable images.\nStructure is documented below.', () => compute_ImageGuestOsFeature_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "licenses", - "Any applicable license URI.", + 'licenses', + 'Any applicable license URI.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "family", - "The name of the image family to which this image belongs. You can\ncreate disks by specifying an image family instead of a specific\nimage name. The image family always returns its latest image that is\nnot deprecated. The name of the image family must comply with\nRFC1035.", + 'family', + 'The name of the image family to which this image belongs. You can\ncreate disks by specifying an image family instead of a specific\nimage name. The image family always returns its latest image that is\nnot deprecated. The name of the image family must comply with\nRFC1035.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "rawDisk", - "The parameters of the raw disk image.\nStructure is documented below.", + 'rawDisk', + 'The parameters of the raw disk image.\nStructure is documented below.', () => compute_ImageRawDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sourceDisk", - "The source disk to create this image based on.\nYou must provide either this property or the\nrawDisk.source property but not both to create an image.", + 'sourceDisk', + 'The source disk to create this image based on.\nYou must provide either this property or the\nrawDisk.source property but not both to create an image.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceImage", - "URL of the source image used to create this image. In order to create an image, you must provide the full or partial\nURL of one of the following:\n* The selfLink URL\n* This property\n* The rawDisk.source URL\n* The sourceDisk URL", + 'sourceImage', + 'URL of the source image used to create this image. In order to create an image, you must provide the full or partial\nURL of one of the following:\n* The selfLink URL\n* This property\n* The rawDisk.source URL\n* The sourceDisk URL', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this Image.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this Image.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "diskSizeGb", - "Size of the image when restored onto a persistent disk (in GB).", + 'diskSizeGb', + 'Size of the image when restored onto a persistent disk (in GB).', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/ImageIamBinding.ts b/src/app/Models/codegen/gcp/compute/ImageIamBinding.ts index 55fd1dd9c..bfcf0394a 100644 --- a/src/app/Models/codegen/gcp/compute/ImageIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/ImageIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ImageIamBindingCondition, compute_ImageIamBindingCondition_GetTypes, -} from "../types/compute_ImageIamBindingCondition"; +} from '../types/compute_ImageIamBindingCondition'; export interface ImageIamBindingArgs { /* @@ -94,39 +94,39 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.ImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.ImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_ImageIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "image", - "Used to find the parent resource to bind the IAM policy to", + 'image', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/ImageIamMember.ts b/src/app/Models/codegen/gcp/compute/ImageIamMember.ts index e56c8160e..5e5ed9730 100644 --- a/src/app/Models/codegen/gcp/compute/ImageIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/ImageIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ImageIamMemberCondition, compute_ImageIamMemberCondition_GetTypes, -} from "../types/compute_ImageIamMemberCondition"; +} from '../types/compute_ImageIamMemberCondition'; export interface ImageIamMemberArgs { /* @@ -94,16 +94,16 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "image", - "Used to find the parent resource to bind the IAM policy to", + 'image', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -111,16 +111,16 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.ImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.ImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_ImageIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/ImageIamPolicy.ts b/src/app/Models/codegen/gcp/compute/ImageIamPolicy.ts index 72d59ca6e..e0373b62b 100644 --- a/src/app/Models/codegen/gcp/compute/ImageIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/ImageIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ImageIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,23 +70,23 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "image", - "Used to find the parent resource to bind the IAM policy to", + 'image', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/Instance.ts b/src/app/Models/codegen/gcp/compute/Instance.ts index 0717d1ca8..ac3929e8a 100644 --- a/src/app/Models/codegen/gcp/compute/Instance.ts +++ b/src/app/Models/codegen/gcp/compute/Instance.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceReservationAffinity, compute_InstanceReservationAffinity_GetTypes, -} from "../types/compute_InstanceReservationAffinity"; +} from '../types/compute_InstanceReservationAffinity'; import { compute_InstanceBootDisk, compute_InstanceBootDisk_GetTypes, -} from "../types/compute_InstanceBootDisk"; +} from '../types/compute_InstanceBootDisk'; import { compute_InstanceShieldedInstanceConfig, compute_InstanceShieldedInstanceConfig_GetTypes, -} from "../types/compute_InstanceShieldedInstanceConfig"; +} from '../types/compute_InstanceShieldedInstanceConfig'; import { compute_InstanceNetworkInterface, compute_InstanceNetworkInterface_GetTypes, -} from "../types/compute_InstanceNetworkInterface"; +} from '../types/compute_InstanceNetworkInterface'; import { compute_InstanceServiceAccount, compute_InstanceServiceAccount_GetTypes, -} from "../types/compute_InstanceServiceAccount"; +} from '../types/compute_InstanceServiceAccount'; import { compute_InstanceAttachedDisk, compute_InstanceAttachedDisk_GetTypes, -} from "../types/compute_InstanceAttachedDisk"; +} from '../types/compute_InstanceAttachedDisk'; import { compute_InstanceAdvancedMachineFeatures, compute_InstanceAdvancedMachineFeatures_GetTypes, -} from "../types/compute_InstanceAdvancedMachineFeatures"; +} from '../types/compute_InstanceAdvancedMachineFeatures'; import { compute_InstanceGuestAccelerator, compute_InstanceGuestAccelerator_GetTypes, -} from "../types/compute_InstanceGuestAccelerator"; +} from '../types/compute_InstanceGuestAccelerator'; import { compute_InstanceScratchDisk, compute_InstanceScratchDisk_GetTypes, -} from "../types/compute_InstanceScratchDisk"; +} from '../types/compute_InstanceScratchDisk'; import { compute_InstanceNetworkPerformanceConfig, compute_InstanceNetworkPerformanceConfig_GetTypes, -} from "../types/compute_InstanceNetworkPerformanceConfig"; +} from '../types/compute_InstanceNetworkPerformanceConfig'; import { compute_InstanceScheduling, compute_InstanceScheduling_GetTypes, -} from "../types/compute_InstanceScheduling"; +} from '../types/compute_InstanceScheduling'; import { compute_InstanceConfidentialInstanceConfig, compute_InstanceConfidentialInstanceConfig_GetTypes, -} from "../types/compute_InstanceConfidentialInstanceConfig"; +} from '../types/compute_InstanceConfidentialInstanceConfig'; import { compute_InstanceParams, compute_InstanceParams_GetTypes, -} from "../types/compute_InstanceParams"; +} from '../types/compute_InstanceParams'; export interface InstanceArgs { /* @@ -482,71 +482,71 @@ be specified multiple times. Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "advancedMachineFeatures", - "Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below", + 'advancedMachineFeatures', + 'Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below', () => compute_InstanceAdvancedMachineFeatures_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "scratchDisks", - "Scratch disks to attach to the instance. This can be\nspecified multiple times for multiple scratch disks. Structure is documented below.", + 'scratchDisks', + 'Scratch disks to attach to the instance. This can be\nspecified multiple times for multiple scratch disks. Structure is documented below.', () => compute_InstanceScratchDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "allowStoppingForUpdate", - "If true, allows this prvider to stop the instance to update its properties.\nIf you try to update a property that requires stopping the instance without setting this field, the update will fail.", + 'allowStoppingForUpdate', + 'If true, allows this prvider to stop the instance to update its properties.\nIf you try to update a property that requires stopping the instance without setting this field, the update will fail.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zone", - "The zone that the machine should be created in. If it is not provided, the provider zone is used.", + 'zone', + 'The zone that the machine should be created in. If it is not provided, the provider zone is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceAccount", - "Service account to attach to the instance.\nStructure is documented below.\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.", + 'serviceAccount', + 'Service account to attach to the instance.\nStructure is documented below.\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.', () => compute_InstanceServiceAccount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Networks to attach to the instance. This can\nbe specified multiple times. Structure is documented below.\n\n- - -", + 'networkInterfaces', + 'Networks to attach to the instance. This can\nbe specified multiple times. Structure is documented below.\n\n- - -', () => compute_InstanceNetworkInterface_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "bootDisk", - "The boot disk for the instance.\nStructure is documented below.", + 'bootDisk', + 'The boot disk for the instance.\nStructure is documented below.', () => compute_InstanceBootDisk_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to create.\n\n**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.\n\n[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\nThere is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.", + 'machineType', + 'The machine type to create.\n\n**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.\n\n[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\nThere is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A map of key/value label pairs to assign to the instance.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -554,47 +554,47 @@ be specified multiple times. Structure is documented below. ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.", + 'name', + 'A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "hostname", - "A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid.\nValid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.\nThe entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.", + 'hostname', + 'A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid.\nValid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.\nThe entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "metadata", - "Metadata key/value pairs to make available from\nwithin the instance. Ssh keys attached in the Cloud Console will be removed.\nAdd them to your config in order to keep them attached to your instance. A\nlist of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)\n\n> Depending on the OS you choose for your instance, some metadata keys have\nspecial functionality. Most linux-based images will run the content of\n`metadata.startup-script` in a shell on every boot. At a minimum,\nDebian, CentOS, RHEL, SLES, Container-Optimized OS, and Ubuntu images\nsupport this key. Windows instances require other keys depending on the format\nof the script and the time you would like it to run - see [this table](https://cloud.google.com/compute/docs/startupscript#providing_a_startup_script_for_windows_instances).\nFor the convenience of the users of `metadata.startup-script`,\nwe provide a special attribute, `metadata_startup_script`, which is documented below.", + 'metadata', + 'Metadata key/value pairs to make available from\nwithin the instance. Ssh keys attached in the Cloud Console will be removed.\nAdd them to your config in order to keep them attached to your instance. A\nlist of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)\n\n> Depending on the OS you choose for your instance, some metadata keys have\nspecial functionality. Most linux-based images will run the content of\n`metadata.startup-script` in a shell on every boot. At a minimum,\nDebian, CentOS, RHEL, SLES, Container-Optimized OS, and Ubuntu images\nsupport this key. Windows instances require other keys depending on the format\nof the script and the time you would like it to run - see [this table](https://cloud.google.com/compute/docs/startupscript#providing_a_startup_script_for_windows_instances).\nFor the convenience of the users of `metadata.startup-script`,\nwe provide a special attribute, `metadata_startup_script`, which is documented below.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "canIpForward", - "Whether to allow sending and receiving of\npackets with non-matching source or destination IPs.\nThis defaults to false.", + 'canIpForward', + 'Whether to allow sending and receiving of\npackets with non-matching source or destination IPs.\nThis defaults to false.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "attachedDisks", - "Additional disks to attach to the instance. Can be repeated multiple times for multiple disks. Structure is documented below.", + 'attachedDisks', + 'Additional disks to attach to the instance. Can be repeated multiple times for multiple disks. Structure is documented below.', () => compute_InstanceAttachedDisk_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "desiredStatus", + 'desiredStatus', 'Desired status of the instance. Either\n`"RUNNING"` or `"TERMINATED"`.', () => [], false, @@ -602,120 +602,120 @@ be specified multiple times. Structure is documented below. ), new DynamicUIProps( InputType.Object, - "scheduling", - "The scheduling strategy to use. More details about\nthis configuration option are detailed below.", + 'scheduling', + 'The scheduling strategy to use. More details about\nthis configuration option are detailed below.', () => compute_InstanceScheduling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Enable deletion protection on this instance. Defaults to false.\n**Note:** you must disable deletion protection before removing the resource (e.g., via `pulumi destroy`), or the instance cannot be deleted and the provider run will not complete successfully.", + 'deletionProtection', + 'Enable deletion protection on this instance. Defaults to false.\n**Note:** you must disable deletion protection before removing the resource (e.g., via `pulumi destroy`), or the instance cannot be deleted and the provider run will not complete successfully.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "networkPerformanceConfig", - "(Optional, Beta\nConfigures network performance settings for the instance. Structure is\ndocumented below. **Note**: `machine_type` must be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.", + 'networkPerformanceConfig', + '(Optional, Beta\nConfigures network performance settings for the instance. Structure is\ndocumented below. **Note**: `machine_type` must be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.', () => compute_InstanceNetworkPerformanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "minCpuPlatform", - "Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.", + 'minCpuPlatform', + 'Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "reservationAffinity", - "Specifies the reservations that this instance can consume from.\nStructure is documented below.", + 'reservationAffinity', + 'Specifies the reservations that this instance can consume from.\nStructure is documented below.', () => compute_InstanceReservationAffinity_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "enableDisplay", - "Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.", + 'enableDisplay', + 'Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "confidentialInstanceConfig", - "Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below", + 'confidentialInstanceConfig', + 'Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below', () => compute_InstanceConfidentialInstanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of this resource.", + 'description', + 'A brief description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "params", - "Additional instance parameters.\n.", + 'params', + 'Additional instance parameters.\n.', () => compute_InstanceParams_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "guestAccelerators", - "List of the type and count of accelerator cards attached to the instance. Structure documented below.\n**Note:** GPU accelerators can only be used with `on_host_maintenance` option set to TERMINATE.", + 'guestAccelerators', + 'List of the type and count of accelerator cards attached to the instance. Structure documented below.\n**Note:** GPU accelerators can only be used with `on_host_maintenance` option set to TERMINATE.', () => compute_InstanceGuestAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "metadataStartupScript", - "An alternative to using the\nstartup-script metadata key, except this one forces the instance to be recreated\n(thus re-running the script) if it is changed. This replaces the startup-script\nmetadata key on the created instance and thus the two mechanisms are not\nallowed to be used simultaneously. Users are free to use either mechanism - the\nonly distinction is that this separate attribute will cause a recreate on\nmodification. On import, `metadata_startup_script` will not be set - if you\nchoose to specify it you will see a diff immediately after import causing a\ndestroy/recreate operation. If importing an instance and specifying this value\nis desired, you will need to modify your state file.", + 'metadataStartupScript', + 'An alternative to using the\nstartup-script metadata key, except this one forces the instance to be recreated\n(thus re-running the script) if it is changed. This replaces the startup-script\nmetadata key on the created instance and thus the two mechanisms are not\nallowed to be used simultaneously. Users are free to use either mechanism - the\nonly distinction is that this separate attribute will cause a recreate on\nmodification. On import, `metadata_startup_script` will not be set - if you\nchoose to specify it you will see a diff immediately after import causing a\ndestroy/recreate operation. If importing an instance and specifying this value\nis desired, you will need to modify your state file.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourcePolicies", - "- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.", + 'resourcePolicies', + '- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "shieldedInstanceConfig", - "Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.", + 'shieldedInstanceConfig', + 'Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).\n**Note**: `allow_stopping_for_update` must be set to true or your instance must have a `desired_status` of `TERMINATED` in order to update this field.', () => compute_InstanceShieldedInstanceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tags", - "A list of network tags to attach to the instance.", + 'tags', + 'A list of network tags to attach to the instance.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/InstanceFromMachineImage.ts b/src/app/Models/codegen/gcp/compute/InstanceFromMachineImage.ts index 9e12fad47..62aa571ef 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceFromMachineImage.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceFromMachineImage.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceFromMachineImageNetworkPerformanceConfig, compute_InstanceFromMachineImageNetworkPerformanceConfig_GetTypes, -} from "../types/compute_InstanceFromMachineImageNetworkPerformanceConfig"; +} from '../types/compute_InstanceFromMachineImageNetworkPerformanceConfig'; import { compute_InstanceFromMachineImageParams, compute_InstanceFromMachineImageParams_GetTypes, -} from "../types/compute_InstanceFromMachineImageParams"; +} from '../types/compute_InstanceFromMachineImageParams'; import { compute_InstanceFromMachineImageServiceAccount, compute_InstanceFromMachineImageServiceAccount_GetTypes, -} from "../types/compute_InstanceFromMachineImageServiceAccount"; +} from '../types/compute_InstanceFromMachineImageServiceAccount'; import { compute_InstanceFromMachineImageShieldedInstanceConfig, compute_InstanceFromMachineImageShieldedInstanceConfig_GetTypes, -} from "../types/compute_InstanceFromMachineImageShieldedInstanceConfig"; +} from '../types/compute_InstanceFromMachineImageShieldedInstanceConfig'; import { compute_InstanceFromMachineImageNetworkInterface, compute_InstanceFromMachineImageNetworkInterface_GetTypes, -} from "../types/compute_InstanceFromMachineImageNetworkInterface"; +} from '../types/compute_InstanceFromMachineImageNetworkInterface'; import { compute_InstanceFromMachineImageBootDisk, compute_InstanceFromMachineImageBootDisk_GetTypes, -} from "../types/compute_InstanceFromMachineImageBootDisk"; +} from '../types/compute_InstanceFromMachineImageBootDisk'; import { compute_InstanceFromMachineImageAdvancedMachineFeatures, compute_InstanceFromMachineImageAdvancedMachineFeatures_GetTypes, -} from "../types/compute_InstanceFromMachineImageAdvancedMachineFeatures"; +} from '../types/compute_InstanceFromMachineImageAdvancedMachineFeatures'; import { compute_InstanceFromMachineImageGuestAccelerator, compute_InstanceFromMachineImageGuestAccelerator_GetTypes, -} from "../types/compute_InstanceFromMachineImageGuestAccelerator"; +} from '../types/compute_InstanceFromMachineImageGuestAccelerator'; import { compute_InstanceFromMachineImageScheduling, compute_InstanceFromMachineImageScheduling_GetTypes, -} from "../types/compute_InstanceFromMachineImageScheduling"; +} from '../types/compute_InstanceFromMachineImageScheduling'; import { compute_InstanceFromMachineImageConfidentialInstanceConfig, compute_InstanceFromMachineImageConfidentialInstanceConfig_GetTypes, -} from "../types/compute_InstanceFromMachineImageConfidentialInstanceConfig"; +} from '../types/compute_InstanceFromMachineImageConfidentialInstanceConfig'; import { compute_InstanceFromMachineImageReservationAffinity, compute_InstanceFromMachineImageReservationAffinity_GetTypes, -} from "../types/compute_InstanceFromMachineImageReservationAffinity"; +} from '../types/compute_InstanceFromMachineImageReservationAffinity'; import { compute_InstanceFromMachineImageAttachedDisk, compute_InstanceFromMachineImageAttachedDisk_GetTypes, -} from "../types/compute_InstanceFromMachineImageAttachedDisk"; +} from '../types/compute_InstanceFromMachineImageAttachedDisk'; import { compute_InstanceFromMachineImageScratchDisk, compute_InstanceFromMachineImageScratchDisk_GetTypes, -} from "../types/compute_InstanceFromMachineImageScratchDisk"; +} from '../types/compute_InstanceFromMachineImageScratchDisk'; export interface InstanceFromMachineImageArgs { /* @@ -350,8 +350,8 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou return [ new DynamicUIProps( InputType.Object, - "networkPerformanceConfig", - "Configures network performance settings for the instance. If not specified, the instance will be created with its\ndefault network performance configuration.", + 'networkPerformanceConfig', + 'Configures network performance settings for the instance. If not specified, the instance will be created with its\ndefault network performance configuration.', () => compute_InstanceFromMachineImageNetworkPerformanceConfig_GetTypes(), false, @@ -359,7 +359,7 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou ), new DynamicUIProps( InputType.String, - "desiredStatus", + 'desiredStatus', 'Desired status of the instance. Either "RUNNING" or "TERMINATED".', () => [], false, @@ -367,111 +367,111 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to create.", + 'machineType', + 'The machine type to create.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "reservationAffinity", - "Specifies the reservations that this instance can consume from.", + 'reservationAffinity', + 'Specifies the reservations that this instance can consume from.', () => compute_InstanceFromMachineImageReservationAffinity_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "tags", - "The list of tags attached to the instance.", + 'tags', + 'The list of tags attached to the instance.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Whether deletion protection is enabled on this instance.", + 'deletionProtection', + 'Whether deletion protection is enabled on this instance.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scheduling", - "The scheduling strategy being used by the instance.", + 'scheduling', + 'The scheduling strategy being used by the instance.', () => compute_InstanceFromMachineImageScheduling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "metadataStartupScript", - "Metadata startup scripts made available within the instance.", + 'metadataStartupScript', + 'Metadata startup scripts made available within the instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "hostname", - "A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of\nlabels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The\nentire hostname must not exceed 253 characters. Changing this forces a new resource to be created.", + 'hostname', + 'A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of\nlabels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The\nentire hostname must not exceed 253 characters. Changing this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourcePolicies", - "A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.", + 'resourcePolicies', + 'A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "canIpForward", - "Whether sending and receiving of packets with non-matching source or destination IPs is allowed.", + 'canIpForward', + 'Whether sending and receiving of packets with non-matching source or destination IPs is allowed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of the resource.", + 'description', + 'A brief description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "params", - "Stores additional params passed with the request, but not persisted as part of resource payload.", + 'params', + 'Stores additional params passed with the request, but not persisted as part of resource payload.', () => compute_InstanceFromMachineImageParams_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sourceMachineImage", - "Name or self link of a machine\nimage to create the instance based on.\n\n- - -", + 'sourceMachineImage', + 'Name or self link of a machine\nimage to create the instance based on.\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableDisplay", - "Whether the instance has virtual displays enabled.", + 'enableDisplay', + 'Whether the instance has virtual displays enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zone", + 'zone', 'The zone that the machine should be created in. If not\nset, the provider zone is used.\n\nIn addition to these, most* arguments from `gcp.compute.Instance` are supported\nas a way to override the properties in the machine image. All exported attributes\nfrom `gcp.compute.Instance` are likewise exported here.\n\n> **Warning:** *Due to API limitations, disk overrides are currently disabled. This includes the "boot_disk", "attached_disk", and "scratch_disk" fields.', () => [], false, @@ -479,8 +479,8 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou ), new DynamicUIProps( InputType.Object, - "advancedMachineFeatures", - "Controls for advanced machine-related behavior features.", + 'advancedMachineFeatures', + 'Controls for advanced machine-related behavior features.', () => compute_InstanceFromMachineImageAdvancedMachineFeatures_GetTypes(), false, @@ -488,71 +488,71 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou ), new DynamicUIProps( InputType.Bool, - "allowStoppingForUpdate", - "If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires\nstopping the instance without setting this field, the update will fail.", + 'allowStoppingForUpdate', + 'If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires\nstopping the instance without setting this field, the update will fail.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "guestAccelerators", - "List of the type and count of accelerator cards attached to the instance.", + 'guestAccelerators', + 'List of the type and count of accelerator cards attached to the instance.', () => compute_InstanceFromMachineImageGuestAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "The networks attached to the instance.", + 'networkInterfaces', + 'The networks attached to the instance.', () => compute_InstanceFromMachineImageNetworkInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.", + 'name', + 'A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "shieldedInstanceConfig", - "The shielded vm config being used by the instance.", + 'shieldedInstanceConfig', + 'The shielded vm config being used by the instance.', () => compute_InstanceFromMachineImageShieldedInstanceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither\nself_link nor project are provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither\nself_link nor project are provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceAccount", - "The service account to attach to the instance.", + 'serviceAccount', + 'The service account to attach to the instance.', () => compute_InstanceFromMachineImageServiceAccount_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "minCpuPlatform", - "The minimum CPU platform specified for the VM instance.", + 'minCpuPlatform', + 'The minimum CPU platform specified for the VM instance.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage\nthe labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on\nthe resource.", () => InputType_Map_GetTypes(), false, @@ -560,16 +560,16 @@ entire hostname must not exceed 253 characters. Changing this forces a new resou ), new DynamicUIProps( InputType.Map, - "metadata", - "Metadata key/value pairs made available within the instance.", + 'metadata', + 'Metadata key/value pairs made available within the instance.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "confidentialInstanceConfig", - "The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail\nto create.", + 'confidentialInstanceConfig', + 'The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail\nto create.', () => compute_InstanceFromMachineImageConfidentialInstanceConfig_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/compute/InstanceFromTemplate.ts b/src/app/Models/codegen/gcp/compute/InstanceFromTemplate.ts index 85c942e81..0f5ec1e08 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceFromTemplate.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceFromTemplate.ts @@ -3,61 +3,61 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceFromTemplateBootDisk, compute_InstanceFromTemplateBootDisk_GetTypes, -} from "../types/compute_InstanceFromTemplateBootDisk"; +} from '../types/compute_InstanceFromTemplateBootDisk'; import { compute_InstanceFromTemplateNetworkPerformanceConfig, compute_InstanceFromTemplateNetworkPerformanceConfig_GetTypes, -} from "../types/compute_InstanceFromTemplateNetworkPerformanceConfig"; +} from '../types/compute_InstanceFromTemplateNetworkPerformanceConfig'; import { compute_InstanceFromTemplateServiceAccount, compute_InstanceFromTemplateServiceAccount_GetTypes, -} from "../types/compute_InstanceFromTemplateServiceAccount"; +} from '../types/compute_InstanceFromTemplateServiceAccount'; import { compute_InstanceFromTemplateParams, compute_InstanceFromTemplateParams_GetTypes, -} from "../types/compute_InstanceFromTemplateParams"; +} from '../types/compute_InstanceFromTemplateParams'; import { compute_InstanceFromTemplateGuestAccelerator, compute_InstanceFromTemplateGuestAccelerator_GetTypes, -} from "../types/compute_InstanceFromTemplateGuestAccelerator"; +} from '../types/compute_InstanceFromTemplateGuestAccelerator'; import { compute_InstanceFromTemplateAdvancedMachineFeatures, compute_InstanceFromTemplateAdvancedMachineFeatures_GetTypes, -} from "../types/compute_InstanceFromTemplateAdvancedMachineFeatures"; +} from '../types/compute_InstanceFromTemplateAdvancedMachineFeatures'; import { compute_InstanceFromTemplateShieldedInstanceConfig, compute_InstanceFromTemplateShieldedInstanceConfig_GetTypes, -} from "../types/compute_InstanceFromTemplateShieldedInstanceConfig"; +} from '../types/compute_InstanceFromTemplateShieldedInstanceConfig'; import { compute_InstanceFromTemplateConfidentialInstanceConfig, compute_InstanceFromTemplateConfidentialInstanceConfig_GetTypes, -} from "../types/compute_InstanceFromTemplateConfidentialInstanceConfig"; +} from '../types/compute_InstanceFromTemplateConfidentialInstanceConfig'; import { compute_InstanceFromTemplateScratchDisk, compute_InstanceFromTemplateScratchDisk_GetTypes, -} from "../types/compute_InstanceFromTemplateScratchDisk"; +} from '../types/compute_InstanceFromTemplateScratchDisk'; import { compute_InstanceFromTemplateNetworkInterface, compute_InstanceFromTemplateNetworkInterface_GetTypes, -} from "../types/compute_InstanceFromTemplateNetworkInterface"; +} from '../types/compute_InstanceFromTemplateNetworkInterface'; import { compute_InstanceFromTemplateScheduling, compute_InstanceFromTemplateScheduling_GetTypes, -} from "../types/compute_InstanceFromTemplateScheduling"; +} from '../types/compute_InstanceFromTemplateScheduling'; import { compute_InstanceFromTemplateAttachedDisk, compute_InstanceFromTemplateAttachedDisk_GetTypes, -} from "../types/compute_InstanceFromTemplateAttachedDisk"; +} from '../types/compute_InstanceFromTemplateAttachedDisk'; import { compute_InstanceFromTemplateReservationAffinity, compute_InstanceFromTemplateReservationAffinity_GetTypes, -} from "../types/compute_InstanceFromTemplateReservationAffinity"; +} from '../types/compute_InstanceFromTemplateReservationAffinity'; export interface InstanceFromTemplateArgs { /* @@ -357,55 +357,55 @@ stopping the instance without setting this field, the update will fail. return [ new DynamicUIProps( InputType.Array, - "tags", - "The list of tags attached to the instance.", + 'tags', + 'The list of tags attached to the instance.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "attachedDisks", - "List of disks attached to the instance", + 'attachedDisks', + 'List of disks attached to the instance', () => compute_InstanceFromTemplateAttachedDisk_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "hostname", - "A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of\nlabels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The\nentire hostname must not exceed 253 characters. Changing this forces a new resource to be created.", + 'hostname', + 'A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of\nlabels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The\nentire hostname must not exceed 253 characters. Changing this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceAccount", - "The service account to attach to the instance.", + 'serviceAccount', + 'The service account to attach to the instance.', () => compute_InstanceFromTemplateServiceAccount_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "metadata", - "Metadata key/value pairs made available within the instance.", + 'metadata', + 'Metadata key/value pairs made available within the instance.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "canIpForward", - "Whether sending and receiving of packets with non-matching source or destination IPs is allowed.", + 'canIpForward', + 'Whether sending and receiving of packets with non-matching source or destination IPs is allowed.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "desiredStatus", + 'desiredStatus', 'Desired status of the instance. Either "RUNNING" or "TERMINATED".', () => [], false, @@ -413,183 +413,183 @@ stopping the instance without setting this field, the update will fail. ), new DynamicUIProps( InputType.Object, - "bootDisk", - "The boot disk for the instance.", + 'bootDisk', + 'The boot disk for the instance.', () => compute_InstanceFromTemplateBootDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.", + 'name', + 'A unique name for the resource, required by GCE.\nChanging this forces a new resource to be created.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "scheduling", - "The scheduling strategy being used by the instance.", + 'scheduling', + 'The scheduling strategy being used by the instance.', () => compute_InstanceFromTemplateScheduling_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of the resource.", + 'description', + 'A brief description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to create.", + 'machineType', + 'The machine type to create.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "minCpuPlatform", - "The minimum CPU platform specified for the VM instance.", + 'minCpuPlatform', + 'The minimum CPU platform specified for the VM instance.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "The networks attached to the instance.", + 'networkInterfaces', + 'The networks attached to the instance.', () => compute_InstanceFromTemplateNetworkInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "reservationAffinity", - "Specifies the reservations that this instance can consume from.", + 'reservationAffinity', + 'Specifies the reservations that this instance can consume from.', () => compute_InstanceFromTemplateReservationAffinity_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "scratchDisks", - "The scratch disks attached to the instance.", + 'scratchDisks', + 'The scratch disks attached to the instance.', () => compute_InstanceFromTemplateScratchDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sourceInstanceTemplate", - "Name or self link of an instance\ntemplate to create the instance based on. It is recommended to reference\ninstance templates through their unique id (`self_link_unique` attribute).\n\n- - -", + 'sourceInstanceTemplate', + 'Name or self link of an instance\ntemplate to create the instance based on. It is recommended to reference\ninstance templates through their unique id (`self_link_unique` attribute).\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "params", - "Stores additional params passed with the request, but not persisted as part of resource payload.", + 'params', + 'Stores additional params passed with the request, but not persisted as part of resource payload.', () => compute_InstanceFromTemplateParams_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Whether deletion protection is enabled on this instance.", + 'deletionProtection', + 'Whether deletion protection is enabled on this instance.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "confidentialInstanceConfig", - "The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail\nto create.", + 'confidentialInstanceConfig', + 'The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail\nto create.', () => compute_InstanceFromTemplateConfidentialInstanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "networkPerformanceConfig", - "Configures network performance settings for the instance. If not specified, the instance will be created with its\ndefault network performance configuration.", + 'networkPerformanceConfig', + 'Configures network performance settings for the instance. If not specified, the instance will be created with its\ndefault network performance configuration.', () => compute_InstanceFromTemplateNetworkPerformanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "enableDisplay", - "Whether the instance has virtual displays enabled.", + 'enableDisplay', + 'Whether the instance has virtual displays enabled.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "metadataStartupScript", - "Metadata startup scripts made available within the instance.", + 'metadataStartupScript', + 'Metadata startup scripts made available within the instance.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "guestAccelerators", - "List of the type and count of accelerator cards attached to the instance.", + 'guestAccelerators', + 'List of the type and count of accelerator cards attached to the instance.', () => compute_InstanceFromTemplateGuestAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "allowStoppingForUpdate", - "If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires\nstopping the instance without setting this field, the update will fail.", + 'allowStoppingForUpdate', + 'If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires\nstopping the instance without setting this field, the update will fail.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "shieldedInstanceConfig", - "The shielded vm config being used by the instance.", + 'shieldedInstanceConfig', + 'The shielded vm config being used by the instance.', () => compute_InstanceFromTemplateShieldedInstanceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither\nself_link nor project are provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither\nself_link nor project are provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "The zone that the machine should be created in. If not\nset, the provider zone is used.\n\nIn addition to these, all arguments from `gcp.compute.Instance` are supported\nas a way to override the properties in the template. All exported attributes\nfrom `gcp.compute.Instance` are likewise exported here.", + 'zone', + 'The zone that the machine should be created in. If not\nset, the provider zone is used.\n\nIn addition to these, all arguments from `gcp.compute.Instance` are supported\nas a way to override the properties in the template. All exported attributes\nfrom `gcp.compute.Instance` are likewise exported here.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourcePolicies", - "A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.", + 'resourcePolicies', + 'A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage\nthe labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on\nthe resource.", () => InputType_Map_GetTypes(), false, @@ -597,8 +597,8 @@ stopping the instance without setting this field, the update will fail. ), new DynamicUIProps( InputType.Object, - "advancedMachineFeatures", - "Controls for advanced machine-related behavior features.", + 'advancedMachineFeatures', + 'Controls for advanced machine-related behavior features.', () => compute_InstanceFromTemplateAdvancedMachineFeatures_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/InstanceGroup.ts b/src/app/Models/codegen/gcp/compute/InstanceGroup.ts index d1c262d56..d1e253b12 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceGroup.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceGroup.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceGroupNamedPort, compute_InstanceGroupNamedPort_GetTypes, -} from "../types/compute_InstanceGroupNamedPort"; +} from '../types/compute_InstanceGroupNamedPort'; export interface InstanceGroupArgs { /* @@ -117,56 +117,56 @@ for details on configuration. Structure is documented below. return [ new DynamicUIProps( InputType.String, - "zone", - "The zone that this instance group should be created in.\n\n- - -", + 'zone', + 'The zone that this instance group should be created in.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the instance\ngroup.", + 'description', + 'An optional textual description of the instance\ngroup.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "instances", - "The list of instances in the group, in `self_link` format.\nWhen adding instances they must all be in the same network and zone as the instance group.", + 'instances', + 'The list of instances in the group, in `self_link` format.\nWhen adding instances they must all be in the same network and zone as the instance group.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance group. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.", + 'name', + 'The name of the instance group. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "namedPorts", - "The named port configuration. See the section below\nfor details on configuration. Structure is documented below.", + 'namedPorts', + 'The named port configuration. See the section below\nfor details on configuration. Structure is documented below.', () => compute_InstanceGroupNamedPort_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "network", - "The URL of the network the instance group is in. If\nthis is different from the network where the instances are in, the creation\nfails. Defaults to the network where the instances are in (if neither\n`network` nor `instances` is specified, this field will be blank).", + 'network', + 'The URL of the network the instance group is in. If\nthis is different from the network where the instances are in, the creation\nfails. Defaults to the network where the instances are in (if neither\n`network` nor `instances` is specified, this field will be blank).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceGroupManager.ts b/src/app/Models/codegen/gcp/compute/InstanceGroupManager.ts index 69f51cc24..d0c0ffd2f 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceGroupManager.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceGroupManager.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceGroupManagerStatefulInternalIp, compute_InstanceGroupManagerStatefulInternalIp_GetTypes, -} from "../types/compute_InstanceGroupManagerStatefulInternalIp"; +} from '../types/compute_InstanceGroupManagerStatefulInternalIp'; import { compute_InstanceGroupManagerInstanceLifecyclePolicy, compute_InstanceGroupManagerInstanceLifecyclePolicy_GetTypes, -} from "../types/compute_InstanceGroupManagerInstanceLifecyclePolicy"; +} from '../types/compute_InstanceGroupManagerInstanceLifecyclePolicy'; import { compute_InstanceGroupManagerUpdatePolicy, compute_InstanceGroupManagerUpdatePolicy_GetTypes, -} from "../types/compute_InstanceGroupManagerUpdatePolicy"; +} from '../types/compute_InstanceGroupManagerUpdatePolicy'; import { compute_InstanceGroupManagerStatefulExternalIp, compute_InstanceGroupManagerStatefulExternalIp_GetTypes, -} from "../types/compute_InstanceGroupManagerStatefulExternalIp"; +} from '../types/compute_InstanceGroupManagerStatefulExternalIp'; import { compute_InstanceGroupManagerStatus, compute_InstanceGroupManagerStatus_GetTypes, -} from "../types/compute_InstanceGroupManagerStatus"; +} from '../types/compute_InstanceGroupManagerStatus'; import { compute_InstanceGroupManagerVersion, compute_InstanceGroupManagerVersion_GetTypes, -} from "../types/compute_InstanceGroupManagerVersion"; +} from '../types/compute_InstanceGroupManagerVersion'; import { compute_InstanceGroupManagerStatefulDisk, compute_InstanceGroupManagerStatefulDisk_GetTypes, -} from "../types/compute_InstanceGroupManagerStatefulDisk"; +} from '../types/compute_InstanceGroupManagerStatefulDisk'; import { compute_InstanceGroupManagerAllInstancesConfig, compute_InstanceGroupManagerAllInstancesConfig_GetTypes, -} from "../types/compute_InstanceGroupManagerAllInstancesConfig"; +} from '../types/compute_InstanceGroupManagerAllInstancesConfig'; import { compute_InstanceGroupManagerAutoHealingPolicies, compute_InstanceGroupManagerAutoHealingPolicies_GetTypes, -} from "../types/compute_InstanceGroupManagerAutoHealingPolicies"; +} from '../types/compute_InstanceGroupManagerAutoHealingPolicies'; import { compute_InstanceGroupManagerNamedPort, compute_InstanceGroupManagerNamedPort_GetTypes, -} from "../types/compute_InstanceGroupManagerNamedPort"; +} from '../types/compute_InstanceGroupManagerNamedPort'; export interface InstanceGroupManagerArgs { // Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below. @@ -313,79 +313,79 @@ continue trying until it times out. return [ new DynamicUIProps( InputType.Array, - "versions", - "Application versions managed by this instance group. Each\nversion deals with a specific instance template, allowing canary release scenarios.\nStructure is documented below.", + 'versions', + 'Application versions managed by this instance group. Each\nversion deals with a specific instance template, allowing canary release scenarios.\nStructure is documented below.', () => compute_InstanceGroupManagerVersion_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "updatePolicy", - "The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)\n\n- - -", + 'updatePolicy', + 'The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)\n\n- - -', () => compute_InstanceGroupManagerUpdatePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "waitForInstancesStatus", - "When used with `wait_for_instances` it specifies the status to wait for.\nWhen `STABLE` is specified this resource will wait until the instances are stable before returning. When `UPDATED` is\nset, it will wait for the version target to be reached and any per instance configs to be effective as well as all\ninstances to be stable before returning. The possible values are `STABLE` and `UPDATED`", + 'waitForInstancesStatus', + 'When used with `wait_for_instances` it specifies the status to wait for.\nWhen `STABLE` is specified this resource will wait until the instances are stable before returning. When `UPDATED` is\nset, it will wait for the version target to be reached and any per instance configs to be effective as well as all\ninstances to be stable before returning. The possible values are `STABLE` and `UPDATED`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the instance\ngroup manager.", + 'description', + 'An optional textual description of the instance\ngroup manager.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "statefulInternalIps", - "Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.", + 'statefulInternalIps', + 'Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.', () => compute_InstanceGroupManagerStatefulInternalIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetPools", - "The full URL of all target pools to which new\ninstances in the group are added. Updating the target pools attribute does\nnot affect existing instances.", + 'targetPools', + 'The full URL of all target pools to which new\ninstances in the group are added. Updating the target pools attribute does\nnot affect existing instances.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "statefulDisks", - "Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs).", + 'statefulDisks', + 'Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs).', () => compute_InstanceGroupManagerStatefulDisk_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "baseInstanceName", - "The base instance name to use for\ninstances in this group. The value must be a valid\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt) name. Supported characters\nare lowercase letters, numbers, and hyphens (-). Instances are named by\nappending a hyphen and a random four-character string to the base instance\nname.", + 'baseInstanceName', + 'The base instance name to use for\ninstances in this group. The value must be a valid\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt) name. Supported characters\nare lowercase letters, numbers, and hyphens (-). Instances are named by\nappending a hyphen and a random four-character string to the base instance\nname.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "instanceLifecyclePolicy", - "The instance lifecycle policy for this managed instance group.", + 'instanceLifecyclePolicy', + 'The instance lifecycle policy for this managed instance group.', () => compute_InstanceGroupManagerInstanceLifecyclePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "listManagedInstancesResults", + 'listManagedInstancesResults', "Pagination behavior of the `listManagedInstances` API\nmethod for this managed instance group. Valid values are: `PAGELESS`, `PAGINATED`.\nIf `PAGELESS` (default), Pagination is disabled for the group's `listManagedInstances` API method.\n`maxResults` and `pageToken` query parameters are ignored and all instances are returned in a single\nresponse. If `PAGINATED`, pagination is enabled, `maxResults` and `pageToken` query parameters are\nrespected.", () => [], false, @@ -393,63 +393,63 @@ continue trying until it times out. ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance group manager. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.", + 'name', + 'The name of the instance group manager. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "namedPorts", - "The named port configuration. See the section below\nfor details on configuration.", + 'namedPorts', + 'The named port configuration. See the section below\nfor details on configuration.', () => compute_InstanceGroupManagerNamedPort_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "waitForInstances", - "Whether to wait for all instances to be created/updated before\nreturning. Note that if this is set to true and the operation does not succeed, this provider will\ncontinue trying until it times out.", + 'waitForInstances', + 'Whether to wait for all instances to be created/updated before\nreturning. Note that if this is set to true and the operation does not succeed, this provider will\ncontinue trying until it times out.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "targetSize", - "The target number of running instances for this managed instance group. This value should always be explicitly set\nunless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.", + 'targetSize', + 'The target number of running instances for this managed instance group. This value should always be explicitly set\nunless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "statefulExternalIps", - "External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.", + 'statefulExternalIps', + 'External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.', () => compute_InstanceGroupManagerStatefulExternalIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "zone", - "The zone that instances in this group should be created\nin.\n\n- - -", + 'zone', + 'The zone that instances in this group should be created\nin.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "allInstancesConfig", + 'allInstancesConfig', "Properties to set on all instances in the group. After setting\nallInstancesConfig on the group, you must update the group's instances to\napply the configuration.", () => compute_InstanceGroupManagerAllInstancesConfig_GetTypes(), false, @@ -457,8 +457,8 @@ continue trying until it times out. ), new DynamicUIProps( InputType.Object, - "autoHealingPolicies", - "The autohealing policies for this managed instance\ngroup. You can specify only one value. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances#monitoring_groups).", + 'autoHealingPolicies', + 'The autohealing policies for this managed instance\ngroup. You can specify only one value. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances#monitoring_groups).', () => compute_InstanceGroupManagerAutoHealingPolicies_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/InstanceGroupMembership.ts b/src/app/Models/codegen/gcp/compute/InstanceGroupMembership.ts index 760dfd65c..88b582666 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceGroupMembership.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceGroupMembership.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceGroupMembershipArgs { // An instance being added to the InstanceGroup @@ -53,32 +53,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the instance group resides.", + 'zone', + 'A reference to the zone where the instance group resides.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instance", - "An instance being added to the InstanceGroup", + 'instance', + 'An instance being added to the InstanceGroup', () => [], true, true, ), new DynamicUIProps( InputType.String, - "instanceGroup", - "Represents an Instance Group resource name that the instance belongs to.\n\n\n- - -", + 'instanceGroup', + 'Represents an Instance Group resource name that the instance belongs to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceGroupNamedPort.ts b/src/app/Models/codegen/gcp/compute/InstanceGroupNamedPort.ts index c6b81416e..f03e8fe9d 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceGroupNamedPort.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceGroupNamedPort.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceGroupNamedPortArgs { // The port number, which can be a value between 1 and 65535. @@ -65,40 +65,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "The zone of the instance group.", + 'zone', + 'The zone of the instance group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "group", - "The name of the instance group.\n\n\n- - -", + 'group', + 'The name of the instance group.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for this named port. The name must be 1-63 characters\nlong, and comply with RFC1035.", + 'name', + 'The name for this named port. The name must be 1-63 characters\nlong, and comply with RFC1035.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "The port number, which can be a value between 1 and 65535.", + 'port', + 'The port number, which can be a value between 1 and 65535.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceIAMBinding.ts b/src/app/Models/codegen/gcp/compute/InstanceIAMBinding.ts index d2fe7c1bf..f919e65a8 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceIAMBinding.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceIAMBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceIAMBindingCondition, compute_InstanceIAMBindingCondition_GetTypes, -} from "../types/compute_InstanceIAMBindingCondition"; +} from '../types/compute_InstanceIAMBindingCondition'; export interface InstanceIAMBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -108,23 +108,23 @@ zone is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "instanceName", - "Used to find the parent resource to bind the IAM policy to", + 'instanceName', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -132,24 +132,24 @@ zone is specified, it is taken from the provider configuration. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_InstanceIAMBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceIAMMember.ts b/src/app/Models/codegen/gcp/compute/InstanceIAMMember.ts index 9870b9e4a..d8b3e76c5 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceIAMMember.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceIAMMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceIAMMemberCondition, compute_InstanceIAMMemberCondition_GetTypes, -} from "../types/compute_InstanceIAMMemberCondition"; +} from '../types/compute_InstanceIAMMemberCondition'; export interface InstanceIAMMemberArgs { /* @@ -108,24 +108,24 @@ zone is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_InstanceIAMMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceName", - "Used to find the parent resource to bind the IAM policy to", + 'instanceName', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -133,16 +133,16 @@ zone is specified, it is taken from the provider configuration. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceIAMPolicy.ts b/src/app/Models/codegen/gcp/compute/InstanceIAMPolicy.ts index fb600d0a0..ffd84da34 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceIAMPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceIAMPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface InstanceIAMPolicyArgs { /* @@ -84,15 +84,15 @@ zone is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -100,16 +100,16 @@ zone is specified, it is taken from the provider configuration. ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.", + 'zone', + 'A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no\nzone is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instanceName", - "Used to find the parent resource to bind the IAM policy to", + 'instanceName', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/InstanceSettings.ts b/src/app/Models/codegen/gcp/compute/InstanceSettings.ts index 939081d54..566baca8c 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceSettings.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceSettings.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceSettingsMetadata, compute_InstanceSettingsMetadata_GetTypes, -} from "../types/compute_InstanceSettingsMetadata"; +} from '../types/compute_InstanceSettingsMetadata'; export interface InstanceSettingsArgs { /* @@ -63,24 +63,24 @@ A reference to the zone where the machine resides. return [ new DynamicUIProps( InputType.Object, - "metadata", - "The metadata key/value pairs assigned to all the instances in the corresponding scope.\nStructure is documented below.", + 'metadata', + 'The metadata key/value pairs assigned to all the instances in the corresponding scope.\nStructure is documented below.', () => compute_InstanceSettingsMetadata_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the machine resides.\n\n\n- - -", + 'zone', + 'A reference to the zone where the machine resides.\n\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/InstanceTemplate.ts b/src/app/Models/codegen/gcp/compute/InstanceTemplate.ts index 302cecc52..061db4bd1 100644 --- a/src/app/Models/codegen/gcp/compute/InstanceTemplate.ts +++ b/src/app/Models/codegen/gcp/compute/InstanceTemplate.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InstanceTemplateGuestAccelerator, compute_InstanceTemplateGuestAccelerator_GetTypes, -} from "../types/compute_InstanceTemplateGuestAccelerator"; +} from '../types/compute_InstanceTemplateGuestAccelerator'; import { compute_InstanceTemplateReservationAffinity, compute_InstanceTemplateReservationAffinity_GetTypes, -} from "../types/compute_InstanceTemplateReservationAffinity"; +} from '../types/compute_InstanceTemplateReservationAffinity'; import { compute_InstanceTemplateDisk, compute_InstanceTemplateDisk_GetTypes, -} from "../types/compute_InstanceTemplateDisk"; +} from '../types/compute_InstanceTemplateDisk'; import { compute_InstanceTemplateNetworkPerformanceConfig, compute_InstanceTemplateNetworkPerformanceConfig_GetTypes, -} from "../types/compute_InstanceTemplateNetworkPerformanceConfig"; +} from '../types/compute_InstanceTemplateNetworkPerformanceConfig'; import { compute_InstanceTemplateNetworkInterface, compute_InstanceTemplateNetworkInterface_GetTypes, -} from "../types/compute_InstanceTemplateNetworkInterface"; +} from '../types/compute_InstanceTemplateNetworkInterface'; import { compute_InstanceTemplateShieldedInstanceConfig, compute_InstanceTemplateShieldedInstanceConfig_GetTypes, -} from "../types/compute_InstanceTemplateShieldedInstanceConfig"; +} from '../types/compute_InstanceTemplateShieldedInstanceConfig'; import { compute_InstanceTemplateConfidentialInstanceConfig, compute_InstanceTemplateConfidentialInstanceConfig_GetTypes, -} from "../types/compute_InstanceTemplateConfidentialInstanceConfig"; +} from '../types/compute_InstanceTemplateConfidentialInstanceConfig'; import { compute_InstanceTemplateServiceAccount, compute_InstanceTemplateServiceAccount_GetTypes, -} from "../types/compute_InstanceTemplateServiceAccount"; +} from '../types/compute_InstanceTemplateServiceAccount'; import { compute_InstanceTemplateAdvancedMachineFeatures, compute_InstanceTemplateAdvancedMachineFeatures_GetTypes, -} from "../types/compute_InstanceTemplateAdvancedMachineFeatures"; +} from '../types/compute_InstanceTemplateAdvancedMachineFeatures'; import { compute_InstanceTemplateScheduling, compute_InstanceTemplateScheduling_GetTypes, -} from "../types/compute_InstanceTemplateScheduling"; +} from '../types/compute_InstanceTemplateScheduling'; export interface InstanceTemplateArgs { /* @@ -374,183 +374,183 @@ in order for this setting to take effect. return [ new DynamicUIProps( InputType.Object, - "shieldedInstanceConfig", - "Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).", + 'shieldedInstanceConfig', + 'Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).', () => compute_InstanceTemplateShieldedInstanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "tags", - "Tags to attach to the instance.", + 'tags', + 'Tags to attach to the instance.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance template. If you leave\nthis blank, the provider will auto-generate a unique name.", + 'name', + 'The name of the instance template. If you leave\nthis blank, the provider will auto-generate a unique name.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Networks to attach to instances created from\nthis template. This can be specified multiple times for multiple networks.\nStructure is documented below.", + 'networkInterfaces', + 'Networks to attach to instances created from\nthis template. This can be specified multiple times for multiple networks.\nStructure is documented below.', () => compute_InstanceTemplateNetworkInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "resourcePolicies", - "- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.", + 'resourcePolicies', + '- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableDisplay", - "Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true in order to update this field.", + 'enableDisplay', + 'Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true in order to update this field.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceAccount", - "Service account to attach to the instance. Structure is documented below.", + 'serviceAccount', + 'Service account to attach to the instance. Structure is documented below.', () => compute_InstanceTemplateServiceAccount_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "scheduling", - "The scheduling strategy to use. More details about\nthis configuration option are detailed below.", + 'scheduling', + 'The scheduling strategy to use. More details about\nthis configuration option are detailed below.', () => compute_InstanceTemplateScheduling_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "advancedMachineFeatures", - "Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below", + 'advancedMachineFeatures', + 'Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below', () => compute_InstanceTemplateAdvancedMachineFeatures_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceDescription", - "A brief description to use for instances\ncreated from this template.", + 'instanceDescription', + 'A brief description to use for instances\ncreated from this template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "metadataStartupScript", - "An alternative to using the\nstartup-script metadata key, mostly to match the compute_instance resource.\nThis replaces the startup-script metadata key on the created instance and\nthus the two mechanisms are not allowed to be used simultaneously.", + 'metadataStartupScript', + 'An alternative to using the\nstartup-script metadata key, mostly to match the compute_instance resource.\nThis replaces the startup-script metadata key on the created instance and\nthus the two mechanisms are not allowed to be used simultaneously.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "minCpuPlatform", - "Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).", + 'minCpuPlatform', + 'Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "reservationAffinity", - "Specifies the reservations that this instance can consume from.\nStructure is documented below.", + 'reservationAffinity', + 'Specifies the reservations that this instance can consume from.\nStructure is documented below.', () => compute_InstanceTemplateReservationAffinity_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "resourceManagerTags", - "A set of key/value resource manager tag pairs to bind to the instances. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.", + 'resourceManagerTags', + 'A set of key/value resource manager tag pairs to bind to the instances. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "metadata", - "Metadata key/value pairs to make available from\nwithin instances created from this template.", + 'metadata', + 'Metadata key/value pairs to make available from\nwithin instances created from this template.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "region", - "An instance template is a global resource that is not\nbound to a zone or a region. However, you can still specify some regional\nresources in an instance template, which restricts the template to the\nregion where that resource resides. For example, a custom `subnetwork`\nresource is tied to a specific region. Defaults to the region of the\nProvider if no value is given.", + 'region', + 'An instance template is a global resource that is not\nbound to a zone or a region. However, you can still specify some regional\nresources in an instance template, which restricts the template to the\nregion where that resource resides. For example, a custom `subnetwork`\nresource is tied to a specific region. Defaults to the region of the\nProvider if no value is given.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "confidentialInstanceConfig", - "Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below", + 'confidentialInstanceConfig', + 'Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below', () => compute_InstanceTemplateConfidentialInstanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of this resource.", + 'description', + 'A brief description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "canIpForward", - "Whether to allow sending and receiving of\npackets with non-matching source or destination IPs. This defaults to false.", + 'canIpForward', + 'Whether to allow sending and receiving of\npackets with non-matching source or destination IPs. This defaults to false.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "guestAccelerators", - "List of the type and count of accelerator cards attached to the instance. Structure documented below.", + 'guestAccelerators', + 'List of the type and count of accelerator cards attached to the instance. Structure documented below.', () => compute_InstanceTemplateGuestAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs to assign to instances\ncreated from this template.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -558,24 +558,24 @@ in order for this setting to take effect. ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to create.\n\nTo create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\n- - -", + 'machineType', + 'The machine type to create.\n\nTo create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "disks", - "Disks to attach to instances created from this template.\nThis can be specified multiple times for multiple disks. Structure is\ndocumented below.", + 'disks', + 'Disks to attach to instances created from this template.\nThis can be specified multiple times for multiple disks. Structure is\ndocumented below.', () => compute_InstanceTemplateDisk_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "networkPerformanceConfig", - "(Optional, Configures network performance settings for the instance created from the\ntemplate. Structure is documented below. **Note**: `machine_type`\nmust be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.", + 'networkPerformanceConfig', + '(Optional, Configures network performance settings for the instance created from the\ntemplate. Structure is documented below. **Note**: `machine_type`\nmust be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.', () => compute_InstanceTemplateNetworkPerformanceConfig_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/InterconnectAttachment.ts b/src/app/Models/codegen/gcp/compute/InterconnectAttachment.ts index 66f8b7b6a..4c93e4cb2 100644 --- a/src/app/Models/codegen/gcp/compute/InterconnectAttachment.ts +++ b/src/app/Models/codegen/gcp/compute/InterconnectAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_InterconnectAttachmentPrivateInterconnectInfo, compute_InterconnectAttachmentPrivateInterconnectInfo_GetTypes, -} from "../types/compute_InterconnectAttachmentPrivateInterconnectInfo"; +} from '../types/compute_InterconnectAttachmentPrivateInterconnectInfo'; export interface InterconnectAttachmentArgs { /* @@ -347,63 +347,63 @@ letter, or digit, except the last character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is created. The\nname must be 1-63 characters long, and comply with RFC1035. Specifically, the\nname must be 1-63 characters long and match the regular expression\n`a-z?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is created. The\nname must be 1-63 characters long, and comply with RFC1035. Specifically, the\nname must be 1-63 characters long and match the regular expression\n`a-z?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "router", - "URL of the cloud router to be used for dynamic routing. This router must be in\nthe same region as this InterconnectAttachment. The InterconnectAttachment will\nautomatically connect the Interconnect to the network & region within which the\nCloud Router is configured.", + 'router', + 'URL of the cloud router to be used for dynamic routing. This router must be in\nthe same region as this InterconnectAttachment. The InterconnectAttachment will\nautomatically connect the Interconnect to the network & region within which the\nCloud Router is configured.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "bandwidth", - "Provisioned bandwidth capacity for the interconnect attachment.\nFor attachments of type DEDICATED, the user can set the bandwidth.\nFor attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.\nOutput only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,\nDefaults to BPS_10G\nPossible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.", + 'bandwidth', + 'Provisioned bandwidth capacity for the interconnect attachment.\nFor attachments of type DEDICATED, the user can set the bandwidth.\nFor attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.\nOutput only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,\nDefaults to BPS_10G\nPossible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "encryption", - "Indicates the user-supplied encryption option of this interconnect\nattachment. Can only be specified at attachment creation for PARTNER or\nDEDICATED attachments.\n* NONE - This is the default value, which means that the VLAN attachment\ncarries unencrypted traffic. VMs are able to send traffic to, or receive\ntraffic from, such a VLAN attachment.\n* IPSEC - The VLAN attachment carries only encrypted traffic that is\nencrypted by an IPsec device, such as an HA VPN gateway or third-party\nIPsec VPN. VMs cannot directly send traffic to, or receive traffic from,\nsuch a VLAN attachment. To use HA VPN over Cloud Interconnect, the VLAN\nattachment must be created with this option.\nDefault value is `NONE`.\nPossible values are: `NONE`, `IPSEC`.", + 'encryption', + 'Indicates the user-supplied encryption option of this interconnect\nattachment. Can only be specified at attachment creation for PARTNER or\nDEDICATED attachments.\n* NONE - This is the default value, which means that the VLAN attachment\ncarries unencrypted traffic. VMs are able to send traffic to, or receive\ntraffic from, such a VLAN attachment.\n* IPSEC - The VLAN attachment carries only encrypted traffic that is\nencrypted by an IPsec device, such as an HA VPN gateway or third-party\nIPsec VPN. VMs cannot directly send traffic to, or receive traffic from,\nsuch a VLAN attachment. To use HA VPN over Cloud Interconnect, the VLAN\nattachment must be created with this option.\nDefault value is `NONE`.\nPossible values are: `NONE`, `IPSEC`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "adminEnabled", - "Whether the VLAN attachment is enabled or disabled. When using\nPARTNER type this will Pre-Activate the interconnect attachment", + 'adminEnabled', + 'Whether the VLAN attachment is enabled or disabled. When using\nPARTNER type this will Pre-Activate the interconnect attachment', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "mtu", - "Maximum Transmission Unit (MTU), in bytes, of packets passing through\nthis interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.", + 'mtu', + 'Maximum Transmission Unit (MTU), in bytes, of packets passing through\nthis interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "ipsecInternalAddresses", + 'ipsecInternalAddresses', "URL of addresses that have been reserved for the interconnect attachment,\nUsed only for interconnect attachment that has the encryption option as\nIPSEC.\nThe addresses must be RFC 1918 IP address ranges. When creating HA VPN\ngateway over the interconnect attachment, if the attachment is configured\nto use an RFC 1918 IP address, then the VPN gateway's IP address will be\nallocated from the IP address range specified here.\nFor example, if the HA VPN gateway's interface 0 is paired to this\ninterconnect attachment, then an RFC 1918 IP address for the VPN gateway\ninterface 0 will be allocated from the IP address specified for this\ninterconnect attachment.\nIf this field is not specified for interconnect attachment that has\nencryption option as IPSEC, later on when creating HA VPN gateway on this\ninterconnect attachment, the HA VPN gateway's IP address will be\nallocated from regional external IP address pool.", () => InputType_String_GetTypes(), false, @@ -411,15 +411,15 @@ letter, or digit, except the last character, which cannot be a dash. ), new DynamicUIProps( InputType.String, - "type", - "The type of InterconnectAttachment you wish to create. Defaults to\nDEDICATED.\nPossible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.", + 'type', + 'The type of InterconnectAttachment you wish to create. Defaults to\nDEDICATED.\nPossible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "candidateSubnets", + 'candidateSubnets', "Up to 16 candidate prefixes that can be used to restrict the allocation\nof cloudRouterIpAddress and customerRouterIpAddress for this attachment.\nAll prefixes must be within link-local address space (169.254.0.0/16)\nand must be /29 or shorter (/28, /27, etc). Google will attempt to select\nan unused /29 from the supplied candidate prefix(es). The request will\nfail if all possible /29s are in use on Google's edge. If not supplied,\nGoogle will randomly select an unused /29 from all of link-local space.", () => InputType_String_GetTypes(), false, @@ -427,15 +427,15 @@ letter, or digit, except the last character, which cannot be a dash. ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "interconnect", + 'interconnect', "URL of the underlying Interconnect object that this attachment's\ntraffic will traverse through. Required if type is DEDICATED, must not\nbe set if type is PARTNER.", () => [], false, @@ -443,32 +443,32 @@ letter, or digit, except the last character, which cannot be a dash. ), new DynamicUIProps( InputType.String, - "edgeAvailabilityDomain", - "Desired availability domain for the attachment. Only available for type\nPARTNER, at creation time. For improved reliability, customers should\nconfigure a pair of attachments with one per availability domain. The\nselected availability domain will be provided to the Partner via the\npairing key so that the provisioned circuit will lie in the specified\ndomain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.", + 'edgeAvailabilityDomain', + 'Desired availability domain for the attachment. Only available for type\nPARTNER, at creation time. For improved reliability, customers should\nconfigure a pair of attachments with one per availability domain. The\nselected availability domain will be provided to the Partner via the\npairing key so that the provisioned circuit will lie in the specified\ndomain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "stackType", - "The stack type for this interconnect attachment to identify whether the IPv6\nfeature is enabled or not. If not specified, IPV4_ONLY will be used.\nThis field can be both set at interconnect attachments creation and update\ninterconnect attachment operations.\nPossible values are: `IPV4_IPV6`, `IPV4_ONLY`.", + 'stackType', + 'The stack type for this interconnect attachment to identify whether the IPv6\nfeature is enabled or not. If not specified, IPV4_ONLY will be used.\nThis field can be both set at interconnect attachments creation and update\ninterconnect attachment operations.\nPossible values are: `IPV4_IPV6`, `IPV4_ONLY`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region where the regional interconnect attachment resides.", + 'region', + 'Region where the regional interconnect attachment resides.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "vlanTag8021q", - "The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When\nusing PARTNER type this will be managed upstream.", + 'vlanTag8021q', + 'The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When\nusing PARTNER type this will be managed upstream.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/MachineImage.ts b/src/app/Models/codegen/gcp/compute/MachineImage.ts index b3d491ad7..025b74fd7 100644 --- a/src/app/Models/codegen/gcp/compute/MachineImage.ts +++ b/src/app/Models/codegen/gcp/compute/MachineImage.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_MachineImageMachineImageEncryptionKey, compute_MachineImageMachineImageEncryptionKey_GetTypes, -} from "../types/compute_MachineImageMachineImageEncryptionKey"; +} from '../types/compute_MachineImageMachineImageEncryptionKey'; export interface MachineImageArgs { /* @@ -93,48 +93,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceInstance", - "The source instance used to create the machine image. You can provide this as a partial or full URL to the resource.\n\n\n- - -", + 'sourceInstance', + 'The source instance used to create the machine image. You can provide this as a partial or full URL to the resource.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "A text description of the resource.", + 'description', + 'A text description of the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "guestFlush", - "Specify this to create an application consistent machine image by informing the OS to prepare for the snapshot process.\nCurrently only supported on Windows instances using the Volume Shadow Copy Service (VSS).", + 'guestFlush', + 'Specify this to create an application consistent machine image by informing the OS to prepare for the snapshot process.\nCurrently only supported on Windows instances using the Volume Shadow Copy Service (VSS).', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "machineImageEncryptionKey", - "Encrypts the machine image using a customer-supplied encryption key.\nAfter you encrypt a machine image with a customer-supplied key, you must\nprovide the same key if you use the machine image later (e.g. to create a\ninstance from the image)\nStructure is documented below.", + 'machineImageEncryptionKey', + 'Encrypts the machine image using a customer-supplied encryption key.\nAfter you encrypt a machine image with a customer-supplied key, you must\nprovide the same key if you use the machine image later (e.g. to create a\ninstance from the image)\nStructure is documented below.', () => compute_MachineImageMachineImageEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource.", + 'name', + 'Name of the resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/MachineImageIamBinding.ts b/src/app/Models/codegen/gcp/compute/MachineImageIamBinding.ts index ba0910ca4..fe01374e1 100644 --- a/src/app/Models/codegen/gcp/compute/MachineImageIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/MachineImageIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_MachineImageIamBindingCondition, compute_MachineImageIamBindingCondition_GetTypes, -} from "../types/compute_MachineImageIamBindingCondition"; +} from '../types/compute_MachineImageIamBindingCondition'; export interface MachineImageIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -94,23 +94,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "machineImage", - "Used to find the parent resource to bind the IAM policy to", + 'machineImage', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -118,16 +118,16 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.MachineImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.MachineImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_MachineImageIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/MachineImageIamMember.ts b/src/app/Models/codegen/gcp/compute/MachineImageIamMember.ts index a6e8925c1..2e2877fbf 100644 --- a/src/app/Models/codegen/gcp/compute/MachineImageIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/MachineImageIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_MachineImageIamMemberCondition, compute_MachineImageIamMemberCondition_GetTypes, -} from "../types/compute_MachineImageIamMemberCondition"; +} from '../types/compute_MachineImageIamMemberCondition'; export interface MachineImageIamMemberArgs { /* @@ -94,16 +94,16 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "machineImage", - "Used to find the parent resource to bind the IAM policy to", + 'machineImage', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -111,16 +111,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.MachineImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.MachineImageIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_MachineImageIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/MachineImageIamPolicy.ts b/src/app/Models/codegen/gcp/compute/MachineImageIamPolicy.ts index 813720ade..42f7188c2 100644 --- a/src/app/Models/codegen/gcp/compute/MachineImageIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/MachineImageIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MachineImageIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,23 +70,23 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "machineImage", - "Used to find the parent resource to bind the IAM policy to", + 'machineImage', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/ManagedSslCertificate.ts b/src/app/Models/codegen/gcp/compute/ManagedSslCertificate.ts index dbb135117..85750ce83 100644 --- a/src/app/Models/codegen/gcp/compute/ManagedSslCertificate.ts +++ b/src/app/Models/codegen/gcp/compute/ManagedSslCertificate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ManagedSslCertificateManaged, compute_ManagedSslCertificateManaged_GetTypes, -} from "../types/compute_ManagedSslCertificateManaged"; +} from '../types/compute_ManagedSslCertificateManaged'; export interface ManagedSslCertificateArgs { /* @@ -109,48 +109,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "managed", - "Properties relevant to a managed certificate. These will be used if the\ncertificate is managed (as indicated by a value of `MANAGED` in `type`).\nStructure is documented below.", + 'managed', + 'Properties relevant to a managed certificate. These will be used if the\ncertificate is managed (as indicated by a value of `MANAGED` in `type`).\nStructure is documented below.', () => compute_ManagedSslCertificateManaged_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Enum field whose value is always `MANAGED` - used to signal to the API\nwhich type this is.\nDefault value is `MANAGED`.\nPossible values are: `MANAGED`.", + 'type', + 'Enum field whose value is always `MANAGED` - used to signal to the API\nwhich type this is.\nDefault value is `MANAGED`.\nPossible values are: `MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "certificateId", - "The unique identifier for the resource.", + 'certificateId', + 'The unique identifier for the resource.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/MangedSslCertificate.ts b/src/app/Models/codegen/gcp/compute/MangedSslCertificate.ts index 595d0a08e..3971e3482 100644 --- a/src/app/Models/codegen/gcp/compute/MangedSslCertificate.ts +++ b/src/app/Models/codegen/gcp/compute/MangedSslCertificate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_MangedSslCertificateManaged, compute_MangedSslCertificateManaged_GetTypes, -} from "../types/compute_MangedSslCertificateManaged"; +} from '../types/compute_MangedSslCertificateManaged'; export interface MangedSslCertificateArgs { /* @@ -109,48 +109,48 @@ Possible values are: `MANAGED`. return [ new DynamicUIProps( InputType.Object, - "managed", - "Properties relevant to a managed certificate. These will be used if the\ncertificate is managed (as indicated by a value of `MANAGED` in `type`).\nStructure is documented below.", + 'managed', + 'Properties relevant to a managed certificate. These will be used if the\ncertificate is managed (as indicated by a value of `MANAGED` in `type`).\nStructure is documented below.', () => compute_MangedSslCertificateManaged_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "Enum field whose value is always `MANAGED` - used to signal to the API\nwhich type this is.\nDefault value is `MANAGED`.\nPossible values are: `MANAGED`.", + 'type', + 'Enum field whose value is always `MANAGED` - used to signal to the API\nwhich type this is.\nDefault value is `MANAGED`.\nPossible values are: `MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "certificateId", - "The unique identifier for the resource.", + 'certificateId', + 'The unique identifier for the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/Network.ts b/src/app/Models/codegen/gcp/compute/Network.ts index 4956ddace..c845d5b3e 100644 --- a/src/app/Models/codegen/gcp/compute/Network.ts +++ b/src/app/Models/codegen/gcp/compute/Network.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkArgs { /* @@ -189,39 +189,39 @@ Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "deleteDefaultRoutesOnCreate", - "If set to `true`, default routes (`0.0.0.0/0`) will be deleted\nimmediately after network creation. Defaults to `false`.", + 'deleteDefaultRoutesOnCreate', + 'If set to `true`, default routes (`0.0.0.0/0`) will be deleted\nimmediately after network creation. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "mtu", - "Maximum Transmission Unit in bytes. The default value is 1460 bytes.\nThe minimum value for this field is 1300 and the maximum value is 8896 bytes (jumbo frames).\nNote that packets larger than 1500 bytes (standard Ethernet) can be subject to TCP-MSS clamping or dropped\nwith an ICMP `Fragmentation-Needed` message if the packets are routed to the Internet or other VPCs\nwith varying MTUs.", + 'mtu', + 'Maximum Transmission Unit in bytes. The default value is 1460 bytes.\nThe minimum value for this field is 1300 and the maximum value is 8896 bytes (jumbo frames).\nNote that packets larger than 1500 bytes (standard Ethernet) can be subject to TCP-MSS clamping or dropped\nwith an ICMP `Fragmentation-Needed` message if the packets are routed to the Internet or other VPCs\nwith varying MTUs.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkFirewallPolicyEnforcementOrder", - "Set the order that Firewall Rules and Firewall Policies are evaluated.\nDefault value is `AFTER_CLASSIC_FIREWALL`.\nPossible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.", + 'networkFirewallPolicyEnforcementOrder', + 'Set the order that Firewall Rules and Firewall Policies are evaluated.\nDefault value is `AFTER_CLASSIC_FIREWALL`.\nPossible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "autoCreateSubnetworks", + 'autoCreateSubnetworks', 'When set to `true`, the network is created in "auto subnet mode" and\nit will create a subnet for each region automatically across the\n`10.128.0.0/9` address range.\nWhen set to `false`, the network is created in "custom subnet mode" so\nthe user can explicitly connect subnetwork resources.', () => [], false, @@ -229,39 +229,39 @@ Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`. ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. The resource must be\nrecreated to modify this field.", + 'description', + 'An optional description of this resource. The resource must be\nrecreated to modify this field.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "internalIpv6Range", - "When enabling ula internal ipv6, caller optionally can specify the /48 range\nthey want from the google defined ULA prefix fd20::/20. The input must be a\nvalid /48 ULA IPv6 address and must be within the fd20::/20. Operation will\nfail if the speficied /48 is already in used by another resource.\nIf the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field.", + 'internalIpv6Range', + 'When enabling ula internal ipv6, caller optionally can specify the /48 range\nthey want from the google defined ULA prefix fd20::/20. The input must be a\nvalid /48 ULA IPv6 address and must be within the fd20::/20. Operation will\nfail if the speficied /48 is already in used by another resource.\nIf the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableUlaInternalIpv6", - "Enable ULA internal ipv6 on this network. Enabling this feature will assign\na /48 from google defined ULA prefix fd20::/20.", + 'enableUlaInternalIpv6', + 'Enable ULA internal ipv6 on this network. Enabling this feature will assign\na /48 from google defined ULA prefix fd20::/20.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "routingMode", + 'routingMode', "The network-wide routing mode to use. If set to `REGIONAL`, this\nnetwork's cloud routers will only advertise routes with subnetworks\nof this network in the same region as the router. If set to `GLOBAL`,\nthis network's cloud routers will advertise routes with all\nsubnetworks of this network, across regions.\nPossible values are: `REGIONAL`, `GLOBAL`.", () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/NetworkAttachment.ts b/src/app/Models/codegen/gcp/compute/NetworkAttachment.ts index 79a8d516a..95488bdec 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkAttachment.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkAttachment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_NetworkAttachmentConnectionEndpoint, compute_NetworkAttachmentConnectionEndpoint_GetTypes, -} from "../types/compute_NetworkAttachmentConnectionEndpoint"; +} from '../types/compute_NetworkAttachmentConnectionEndpoint'; export interface NetworkAttachmentArgs { // An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment. @@ -117,64 +117,64 @@ URL of the region where the network attachment resides. This field applies only return [ new DynamicUIProps( InputType.Array, - "producerAcceptLists", - "Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.", + 'producerAcceptLists', + 'Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "producerRejectLists", - "Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.", + 'producerRejectLists', + 'Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.\n\n\n- - -", + 'region', + 'URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "subnetworks", - "An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.", + 'subnetworks', + 'An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "connectionPreference", - "The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.\nPossible values are: `ACCEPT_AUTOMATIC`, `ACCEPT_MANUAL`, `INVALID`.", + 'connectionPreference', + 'The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.\nPossible values are: `ACCEPT_AUTOMATIC`, `ACCEPT_MANUAL`, `INVALID`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkEdgeSecurityService.ts b/src/app/Models/codegen/gcp/compute/NetworkEdgeSecurityService.ts index a50d5a203..d1bb0b33c 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkEdgeSecurityService.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkEdgeSecurityService.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkEdgeSecurityServiceArgs { /* @@ -77,40 +77,40 @@ An up-to-date fingerprint must be provided in order to update the NetworkEdgeSec return [ new DynamicUIProps( InputType.String, - "description", - "Free-text description of the resource.", + 'description', + 'Free-text description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is created.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is created.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the gateway security policy.", + 'region', + 'The region of the gateway security policy.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The resource URL for the network edge security service associated with this network edge security service.", + 'securityPolicy', + 'The resource URL for the network edge security service associated with this network edge security service.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/NetworkEndpoint.ts b/src/app/Models/codegen/gcp/compute/NetworkEndpoint.ts index e9e8962a2..39530be70 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkEndpoint.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkEndpointArgs { /* @@ -89,48 +89,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "instance", - "The name for a specific VM instance that the IP address belongs to.\nThis is required for network endpoints of type GCE_VM_IP_PORT.\nThe instance must be in the same zone of network endpoint group.", + 'instance', + 'The name for a specific VM instance that the IP address belongs to.\nThis is required for network endpoints of type GCE_VM_IP_PORT.\nThe instance must be in the same zone of network endpoint group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", - "IPv4 address of network endpoint. The IP address must belong\nto a VM in GCE (either the primary IP or as part of an aliased IP\nrange).", + 'ipAddress', + 'IPv4 address of network endpoint. The IP address must belong\nto a VM in GCE (either the primary IP or as part of an aliased IP\nrange).', () => [], true, true, ), new DynamicUIProps( InputType.String, - "networkEndpointGroup", - "The network endpoint group this endpoint is part of.\n\n\n- - -", + 'networkEndpointGroup', + 'The network endpoint group this endpoint is part of.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "port", - "Port number of network endpoint.\n**Note** `port` is required unless the Network Endpoint Group is created\nwith the type of `GCE_VM_IP`", + 'port', + 'Port number of network endpoint.\n**Note** `port` is required unless the Network Endpoint Group is created\nwith the type of `GCE_VM_IP`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "Zone where the containing network endpoint group is located.", + 'zone', + 'Zone where the containing network endpoint group is located.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkEndpointGroup.ts b/src/app/Models/codegen/gcp/compute/NetworkEndpointGroup.ts index 991d8812e..a8366bd4d 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkEndpointGroup.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkEndpointGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkEndpointGroupArgs { /* @@ -135,31 +135,31 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.Number, - "defaultPort", - "The default port used if the port number is not specified in the\nnetwork endpoint.", + 'defaultPort', + 'The default port used if the port number is not specified in the\nnetwork endpoint.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'The network to which all network endpoints in the NEG belong.\nUses "default" project network if unspecified.\n\n\n- - -', () => [], true, @@ -167,32 +167,32 @@ character, which cannot be a dash. ), new DynamicUIProps( InputType.String, - "networkEndpointType", - "Type of network endpoints in this network endpoint group.\nNON_GCP_PRIVATE_IP_PORT is used for hybrid connectivity network\nendpoint groups (see https://cloud.google.com/load-balancing/docs/hybrid).\nNote that NON_GCP_PRIVATE_IP_PORT can only be used with Backend Services\nthat 1) have the following load balancing schemes: EXTERNAL, EXTERNAL_MANAGED,\nINTERNAL_MANAGED, and INTERNAL_SELF_MANAGED and 2) support the RATE or\nCONNECTION balancing modes.\nPossible values include: GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_IP_PORT, INTERNET_FQDN_PORT, SERVERLESS, and PRIVATE_SERVICE_CONNECT.\nDefault value is `GCE_VM_IP_PORT`.\nPossible values are: `GCE_VM_IP`, `GCE_VM_IP_PORT`, `NON_GCP_PRIVATE_IP_PORT`, `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`, `SERVERLESS`, `PRIVATE_SERVICE_CONNECT`.", + 'networkEndpointType', + 'Type of network endpoints in this network endpoint group.\nNON_GCP_PRIVATE_IP_PORT is used for hybrid connectivity network\nendpoint groups (see https://cloud.google.com/load-balancing/docs/hybrid).\nNote that NON_GCP_PRIVATE_IP_PORT can only be used with Backend Services\nthat 1) have the following load balancing schemes: EXTERNAL, EXTERNAL_MANAGED,\nINTERNAL_MANAGED, and INTERNAL_SELF_MANAGED and 2) support the RATE or\nCONNECTION balancing modes.\nPossible values include: GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_IP_PORT, INTERNET_FQDN_PORT, SERVERLESS, and PRIVATE_SERVICE_CONNECT.\nDefault value is `GCE_VM_IP_PORT`.\nPossible values are: `GCE_VM_IP`, `GCE_VM_IP_PORT`, `NON_GCP_PRIVATE_IP_PORT`, `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`, `SERVERLESS`, `PRIVATE_SERVICE_CONNECT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "Optional subnetwork to which all network endpoints in the NEG belong.", + 'subnetwork', + 'Optional subnetwork to which all network endpoints in the NEG belong.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "Zone where the network endpoint group is located.", + 'zone', + 'Zone where the network endpoint group is located.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkEndpointList.ts b/src/app/Models/codegen/gcp/compute/NetworkEndpointList.ts index 7a30bb570..15f48123d 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkEndpointList.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkEndpointList.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_NetworkEndpointListNetworkEndpoint, compute_NetworkEndpointListNetworkEndpoint_GetTypes, -} from "../types/compute_NetworkEndpointListNetworkEndpoint"; +} from '../types/compute_NetworkEndpointListNetworkEndpoint'; export interface NetworkEndpointListArgs { /* @@ -67,32 +67,32 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "networkEndpointGroup", - "The network endpoint group these endpoints are part of.\n\n\n- - -", + 'networkEndpointGroup', + 'The network endpoint group these endpoints are part of.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "networkEndpoints", - "The network endpoints to be added to the enclosing network endpoint group\n(NEG). Each endpoint specifies an IP address and port, along with\nadditional information depending on the NEG type.\nStructure is documented below.", + 'networkEndpoints', + 'The network endpoints to be added to the enclosing network endpoint group\n(NEG). Each endpoint specifies an IP address and port, along with\nadditional information depending on the NEG type.\nStructure is documented below.', () => compute_NetworkEndpointListNetworkEndpoint_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "Zone where the containing network endpoint group is located.", + 'zone', + 'Zone where the containing network endpoint group is located.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicy.ts b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicy.ts index 4bee70d62..453ee553e 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkFirewallPolicyArgs { // An optional description of this resource. Provide this property when you create the resource. @@ -65,24 +65,24 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyAssociation.ts b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyAssociation.ts index 7df67138d..4951e1f44 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyAssociation.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkFirewallPolicyAssociationArgs { // The project for the resource @@ -52,32 +52,32 @@ The name for an association. return [ new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "attachmentTarget", - "The target that the firewall policy is attached to.", + 'attachmentTarget', + 'The target that the firewall policy is attached to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy ID of the association.", + 'firewallPolicy', + 'The firewall policy ID of the association.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for an association.\n\n\n\n- - -", + 'name', + 'The name for an association.\n\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyRule.ts b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyRule.ts index 7375cde30..762711566 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyRule.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkFirewallPolicyRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_NetworkFirewallPolicyRuleMatch, compute_NetworkFirewallPolicyRuleMatch_GetTypes, -} from "../types/compute_NetworkFirewallPolicyRuleMatch"; +} from '../types/compute_NetworkFirewallPolicyRuleMatch'; import { compute_NetworkFirewallPolicyRuleTargetSecureTag, compute_NetworkFirewallPolicyRuleTargetSecureTag_GetTypes, -} from "../types/compute_NetworkFirewallPolicyRuleTargetSecureTag"; +} from '../types/compute_NetworkFirewallPolicyRuleTargetSecureTag'; export interface NetworkFirewallPolicyRuleArgs { // The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next". @@ -99,39 +99,39 @@ export class NetworkFirewallPolicyRule extends DS_Resource { return [ new DynamicUIProps( InputType.Number, - "priority", - "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.", + 'priority', + 'An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "ruleName", - "An optional name for the rule. This field is not a unique identifier and can be updated.", + 'ruleName', + 'An optional name for the rule. This field is not a unique identifier and can be updated.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetSecureTags", - "A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.", + 'targetSecureTags', + 'A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.', () => compute_NetworkFirewallPolicyRuleTargetSecureTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetServiceAccounts", - "A list of service accounts indicating the sets of instances that are applied with this rule.", + 'targetServiceAccounts', + 'A list of service accounts indicating the sets of instances that are applied with this rule.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableLogging", + 'enableLogging', 'Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules.', () => [], false, @@ -139,7 +139,7 @@ export class NetworkFirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.Object, - "match", + 'match', "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.", () => compute_NetworkFirewallPolicyRuleMatch_GetTypes(), true, @@ -147,23 +147,23 @@ export class NetworkFirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy of the resource.", + 'firewallPolicy', + 'The firewall policy of the resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "action", + 'action', 'The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".', () => [], true, @@ -171,24 +171,24 @@ export class NetworkFirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "description", - "An optional description for this resource.", + 'description', + 'An optional description for this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "direction", - "The direction in which this rule applies. Possible values: INGRESS, EGRESS", + 'direction', + 'The direction in which this rule applies. Possible values: INGRESS, EGRESS', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "disabled", - "Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.", + 'disabled', + 'Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/NetworkPeering.ts b/src/app/Models/codegen/gcp/compute/NetworkPeering.ts index 2df2be492..b185f1ecd 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkPeering.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkPeering.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkPeeringArgs { // Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY. Possible values: ["IPV4_ONLY", "IPV4_IPV6"]. @@ -76,7 +76,7 @@ may belong to a different project. return [ new DynamicUIProps( InputType.String, - "stackType", + 'stackType', 'Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY. Possible values: ["IPV4_ONLY", "IPV4_IPV6"].', () => [], false, @@ -84,56 +84,56 @@ may belong to a different project. ), new DynamicUIProps( InputType.Bool, - "exportCustomRoutes", - "Whether to export the custom routes to the peer network. Defaults to `false`.", + 'exportCustomRoutes', + 'Whether to export the custom routes to the peer network. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "exportSubnetRoutesWithPublicIp", - "Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always exported to peers and are not controlled by this field.", + 'exportSubnetRoutesWithPublicIp', + 'Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always exported to peers and are not controlled by this field.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "importCustomRoutes", - "Whether to import the custom routes from the peer network. Defaults to `false`.", + 'importCustomRoutes', + 'Whether to import the custom routes from the peer network. Defaults to `false`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "importSubnetRoutesWithPublicIp", - "Whether subnet routes with public IP range are imported. The default value is false. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported from peers and are not controlled by this field.", + 'importSubnetRoutesWithPublicIp', + 'Whether subnet routes with public IP range are imported. The default value is false. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported from peers and are not controlled by this field.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the peering.", + 'name', + 'Name of the peering.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "The primary network of the peering.", + 'network', + 'The primary network of the peering.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "peerNetwork", - "The peer network in the peering. The peer network\nmay belong to a different project.", + 'peerNetwork', + 'The peer network in the peering. The peer network\nmay belong to a different project.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/NetworkPeeringRoutesConfig.ts b/src/app/Models/codegen/gcp/compute/NetworkPeeringRoutesConfig.ts index bab8c74bb..922ebfdfa 100644 --- a/src/app/Models/codegen/gcp/compute/NetworkPeeringRoutesConfig.ts +++ b/src/app/Models/codegen/gcp/compute/NetworkPeeringRoutesConfig.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NetworkPeeringRoutesConfigArgs { // Whether to export the custom routes to the peer network. @@ -59,40 +59,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "exportCustomRoutes", - "Whether to export the custom routes to the peer network.", + 'exportCustomRoutes', + 'Whether to export the custom routes to the peer network.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "importCustomRoutes", - "Whether to import the custom routes to the peer network.", + 'importCustomRoutes', + 'Whether to import the custom routes to the peer network.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "network", - "The name of the primary network for the peering.\n\n\n- - -", + 'network', + 'The name of the primary network for the peering.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "peering", - "Name of the peering.", + 'peering', + 'Name of the peering.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/NodeGroup.ts b/src/app/Models/codegen/gcp/compute/NodeGroup.ts index 8b88e8e5d..98c016af7 100644 --- a/src/app/Models/codegen/gcp/compute/NodeGroup.ts +++ b/src/app/Models/codegen/gcp/compute/NodeGroup.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_NodeGroupMaintenanceWindow, compute_NodeGroupMaintenanceWindow_GetTypes, -} from "../types/compute_NodeGroupMaintenanceWindow"; +} from '../types/compute_NodeGroupMaintenanceWindow'; import { compute_NodeGroupShareSettings, compute_NodeGroupShareSettings_GetTypes, -} from "../types/compute_NodeGroupShareSettings"; +} from '../types/compute_NodeGroupShareSettings'; import { compute_NodeGroupAutoscalingPolicy, compute_NodeGroupAutoscalingPolicy_GetTypes, -} from "../types/compute_NodeGroupAutoscalingPolicy"; +} from '../types/compute_NodeGroupAutoscalingPolicy'; export interface NodeGroupArgs { /* @@ -148,88 +148,88 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "maintenanceInterval", - "Specifies the frequency of planned maintenance events. Set to one of the following:\n- AS_NEEDED: Hosts are eligible to receive infrastructure and hypervisor updates as they become available.\n- RECURRENT: Hosts receive planned infrastructure and hypervisor updates on a periodic basis, but not more frequently than every 28 days. This minimizes the number of planned maintenance operations on individual hosts and reduces the frequency of disruptions, both live migrations and terminations, on individual VMs.\nPossible values are: `AS_NEEDED`, `RECURRENT`.", + 'maintenanceInterval', + 'Specifies the frequency of planned maintenance events. Set to one of the following:\n- AS_NEEDED: Hosts are eligible to receive infrastructure and hypervisor updates as they become available.\n- RECURRENT: Hosts receive planned infrastructure and hypervisor updates on a periodic basis, but not more frequently than every 28 days. This minimizes the number of planned maintenance operations on individual hosts and reduces the frequency of disruptions, both live migrations and terminations, on individual VMs.\nPossible values are: `AS_NEEDED`, `RECURRENT`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource.", + 'name', + 'Name of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "nodeTemplate", - "The URL of the node template to which this node group belongs.\n\n\n- - -", + 'nodeTemplate', + 'The URL of the node template to which this node group belongs.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "zone", - "Zone where this node group is located", + 'zone', + 'Zone where this node group is located', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the resource.", + 'description', + 'An optional textual description of the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "maintenanceWindow", - "contains properties for the timeframe of maintenance\nStructure is documented below.", + 'maintenanceWindow', + 'contains properties for the timeframe of maintenance\nStructure is documented below.', () => compute_NodeGroupMaintenanceWindow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "shareSettings", - "Share settings for the node group.\nStructure is documented below.", + 'shareSettings', + 'Share settings for the node group.\nStructure is documented below.', () => compute_NodeGroupShareSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoscalingPolicy", - "If you use sole-tenant nodes for your workloads, you can use the node\ngroup autoscaler to automatically manage the sizes of your node groups.\nOne of `initial_size` or `autoscaling_policy` must be configured on resource creation.\nStructure is documented below.", + 'autoscalingPolicy', + 'If you use sole-tenant nodes for your workloads, you can use the node\ngroup autoscaler to automatically manage the sizes of your node groups.\nOne of `initial_size` or `autoscaling_policy` must be configured on resource creation.\nStructure is documented below.', () => compute_NodeGroupAutoscalingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "initialSize", - "The initial number of nodes in the node group. One of `initial_size` or `autoscaling_policy` must be configured on resource creation.", + 'initialSize', + 'The initial number of nodes in the node group. One of `initial_size` or `autoscaling_policy` must be configured on resource creation.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "maintenancePolicy", - "Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT.", + 'maintenancePolicy', + 'Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/NodeTemplate.ts b/src/app/Models/codegen/gcp/compute/NodeTemplate.ts index 7a5f87cc2..f2ee0eb69 100644 --- a/src/app/Models/codegen/gcp/compute/NodeTemplate.ts +++ b/src/app/Models/codegen/gcp/compute/NodeTemplate.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_NodeTemplateServerBinding, compute_NodeTemplateServerBinding_GetTypes, -} from "../types/compute_NodeTemplateServerBinding"; +} from '../types/compute_NodeTemplateServerBinding'; import { compute_NodeTemplateNodeTypeFlexibility, compute_NodeTemplateNodeTypeFlexibility_GetTypes, -} from "../types/compute_NodeTemplateNodeTypeFlexibility"; +} from '../types/compute_NodeTemplateNodeTypeFlexibility'; export interface NodeTemplateArgs { /* @@ -133,72 +133,72 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Map, - "nodeAffinityLabels", - "Labels to use for node affinity, which will be used in\ninstance scheduling.", + 'nodeAffinityLabels', + 'Labels to use for node affinity, which will be used in\ninstance scheduling.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "nodeTypeFlexibility", - "Flexible properties for the desired node type. Node groups that\nuse this node template will create nodes of a type that matches\nthese properties. Only one of nodeTypeFlexibility and nodeType can\nbe specified.\nStructure is documented below.", + 'nodeTypeFlexibility', + 'Flexible properties for the desired node type. Node groups that\nuse this node template will create nodes of a type that matches\nthese properties. Only one of nodeTypeFlexibility and nodeType can\nbe specified.\nStructure is documented below.', () => compute_NodeTemplateNodeTypeFlexibility_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource.", + 'name', + 'Name of the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "nodeType", - "Node type to use for nodes group that are created from this template.\nOnly one of nodeTypeFlexibility and nodeType can be specified.", + 'nodeType', + 'Node type to use for nodes group that are created from this template.\nOnly one of nodeTypeFlexibility and nodeType can be specified.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cpuOvercommitType", - "CPU overcommit.\nDefault value is `NONE`.\nPossible values are: `ENABLED`, `NONE`.", + 'cpuOvercommitType', + 'CPU overcommit.\nDefault value is `NONE`.\nPossible values are: `ENABLED`, `NONE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the resource.", + 'description', + 'An optional textual description of the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serverBinding", - "The server binding policy for nodes using this template. Determines\nwhere the nodes should restart following a maintenance event.\nStructure is documented below.", + 'serverBinding', + 'The server binding policy for nodes using this template. Determines\nwhere the nodes should restart following a maintenance event.\nStructure is documented below.', () => compute_NodeTemplateServerBinding_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region where nodes using the node template will be created.\nIf it is not provided, the provider region is used.", + 'region', + 'Region where nodes using the node template will be created.\nIf it is not provided, the provider region is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicy.ts b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicy.ts index 0a7fd4f1c..0d38fbe91 100644 --- a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationSecurityPolicyArgs { // A textual description for the organization security policy. @@ -70,31 +70,31 @@ Possible values are: `FIREWALL`. return [ new DynamicUIProps( InputType.String, - "description", - "A textual description for the organization security policy.", + 'description', + 'A textual description for the organization security policy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "A textual name of the security policy.", + 'displayName', + 'A textual name of the security policy.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "parent", - "The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.\nFormat: organizations/{organization_id} or folders/{folder_id}\n\n\n- - -", + 'parent', + 'The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy.\nFormat: organizations/{organization_id} or folders/{folder_id}\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', 'The type indicates the intended use of the security policy.\nFor organization security policies, the only supported type\nis "FIREWALL".\nDefault value is `FIREWALL`.\nPossible values are: `FIREWALL`.', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyAssociation.ts b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyAssociation.ts index e7eb407ff..360b19815 100644 --- a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyAssociation.ts +++ b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface OrganizationSecurityPolicyAssociationArgs { // The resource that the security policy is attached to. @@ -44,24 +44,24 @@ The security policy ID of the association. return [ new DynamicUIProps( InputType.String, - "attachmentId", - "The resource that the security policy is attached to.", + 'attachmentId', + 'The resource that the security policy is attached to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for an association.", + 'name', + 'The name for an association.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyId", - "The security policy ID of the association.\n\n\n- - -", + 'policyId', + 'The security policy ID of the association.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyRule.ts b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyRule.ts index 915b9a839..b92aea71d 100644 --- a/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyRule.ts +++ b/src/app/Models/codegen/gcp/compute/OrganizationSecurityPolicyRule.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_OrganizationSecurityPolicyRuleMatch, compute_OrganizationSecurityPolicyRuleMatch_GetTypes, -} from "../types/compute_OrganizationSecurityPolicyRuleMatch"; +} from '../types/compute_OrganizationSecurityPolicyRuleMatch'; export interface OrganizationSecurityPolicyRuleArgs { /* @@ -127,7 +127,7 @@ configured export destination in Stackdriver. return [ new DynamicUIProps( InputType.Array, - "targetResources", + 'targetResources', "A list of network resource URLs to which this rule applies.\nThis field allows you to control which network's VMs get\nthis rule. If this field is left blank, all VMs\nwithin the organization will receive the rule.", () => InputType_String_GetTypes(), false, @@ -135,31 +135,31 @@ configured export destination in Stackdriver. ), new DynamicUIProps( InputType.String, - "description", - "A description of the rule.", + 'description', + 'A description of the rule.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "policyId", - "The ID of the OrganizationSecurityPolicy this rule applies to.", + 'policyId', + 'The ID of the OrganizationSecurityPolicy this rule applies to.', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "preview", - "If set to true, the specified action is not enforced.", + 'preview', + 'If set to true, the specified action is not enforced.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "action", + 'action', 'The Action to perform when the client connection triggers the rule. Can currently be either\n"allow", "deny" or "goto_next".', () => [], true, @@ -167,7 +167,7 @@ configured export destination in Stackdriver. ), new DynamicUIProps( InputType.Object, - "match", + 'match', "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.\nStructure is documented below.", () => compute_OrganizationSecurityPolicyRuleMatch_GetTypes(), true, @@ -175,32 +175,32 @@ configured export destination in Stackdriver. ), new DynamicUIProps( InputType.Bool, - "enableLogging", - "Denotes whether to enable logging for a particular rule.\nIf logging is enabled, logs will be exported to the\nconfigured export destination in Stackdriver.", + 'enableLogging', + 'Denotes whether to enable logging for a particular rule.\nIf logging is enabled, logs will be exported to the\nconfigured export destination in Stackdriver.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "targetServiceAccounts", - "A list of service accounts indicating the sets of\ninstances that are applied with this rule.", + 'targetServiceAccounts', + 'A list of service accounts indicating the sets of\ninstances that are applied with this rule.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "direction", - "The direction in which this rule applies. If unspecified an INGRESS rule is created.\nPossible values are: `INGRESS`, `EGRESS`.", + 'direction', + 'The direction in which this rule applies. If unspecified an INGRESS rule is created.\nPossible values are: `INGRESS`, `EGRESS`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "An integer indicating the priority of a rule in the list. The priority must be a value\nbetween 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the\nhighest priority and 2147483647 is the lowest prority.", + 'priority', + 'An integer indicating the priority of a rule in the list. The priority must be a value\nbetween 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the\nhighest priority and 2147483647 is the lowest prority.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/PacketMirroring.ts b/src/app/Models/codegen/gcp/compute/PacketMirroring.ts index 236be1fe3..a5cc69014 100644 --- a/src/app/Models/codegen/gcp/compute/PacketMirroring.ts +++ b/src/app/Models/codegen/gcp/compute/PacketMirroring.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_PacketMirroringFilter, compute_PacketMirroringFilter_GetTypes, -} from "../types/compute_PacketMirroringFilter"; +} from '../types/compute_PacketMirroringFilter'; import { compute_PacketMirroringMirroredResources, compute_PacketMirroringMirroredResources_GetTypes, -} from "../types/compute_PacketMirroringMirroredResources"; +} from '../types/compute_PacketMirroringMirroredResources'; import { compute_PacketMirroringCollectorIlb, compute_PacketMirroringCollectorIlb_GetTypes, -} from "../types/compute_PacketMirroringCollectorIlb"; +} from '../types/compute_PacketMirroringCollectorIlb'; import { compute_PacketMirroringNetwork, compute_PacketMirroringNetwork_GetTypes, -} from "../types/compute_PacketMirroringNetwork"; +} from '../types/compute_PacketMirroringNetwork'; export interface PacketMirroringArgs { /* @@ -137,72 +137,72 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "filter", - "A filter for mirrored traffic. If unset, all traffic is mirrored.\nStructure is documented below.", + 'filter', + 'A filter for mirrored traffic. If unset, all traffic is mirrored.\nStructure is documented below.', () => compute_PacketMirroringFilter_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "mirroredResources", - "A means of specifying which resources to mirror.\nStructure is documented below.", + 'mirroredResources', + 'A means of specifying which resources to mirror.\nStructure is documented below.', () => compute_PacketMirroringMirroredResources_GetTypes(), true, false, ), new DynamicUIProps( InputType.Number, - "priority", - "Since only one rule can be active at a time, priority is\nused to break ties in the case of two rules that apply to\nthe same instances.", + 'priority', + 'Since only one rule can be active at a time, priority is\nused to break ties in the case of two rules that apply to\nthe same instances.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created address should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created address should reside.\nIf it is not provided, the provider region is used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "collectorIlb", - "The Forwarding Rule resource (of type load_balancing_scheme=INTERNAL)\nthat will be used as collector for mirrored traffic. The\nspecified forwarding rule must have is_mirroring_collector\nset to true.\nStructure is documented below.", + 'collectorIlb', + 'The Forwarding Rule resource (of type load_balancing_scheme=INTERNAL)\nthat will be used as collector for mirrored traffic. The\nspecified forwarding rule must have is_mirroring_collector\nset to true.\nStructure is documented below.', () => compute_PacketMirroringCollectorIlb_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the packet mirroring rule", + 'name', + 'The name of the packet mirroring rule', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "network", - "Specifies the mirrored VPC network. Only packets in this network\nwill be mirrored. All mirrored VMs should have a NIC in the given\nnetwork. All mirrored subnetworks should belong to the given network.\nStructure is documented below.", + 'network', + 'Specifies the mirrored VPC network. Only packets in this network\nwill be mirrored. All mirrored VMs should have a NIC in the given\nnetwork. All mirrored subnetworks should belong to the given network.\nStructure is documented below.', () => compute_PacketMirroringNetwork_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "description", - "A human-readable description of the rule.", + 'description', + 'A human-readable description of the rule.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/PerInstanceConfig.ts b/src/app/Models/codegen/gcp/compute/PerInstanceConfig.ts index baff3ae7a..1e8a7a073 100644 --- a/src/app/Models/codegen/gcp/compute/PerInstanceConfig.ts +++ b/src/app/Models/codegen/gcp/compute/PerInstanceConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_PerInstanceConfigPreservedState, compute_PerInstanceConfigPreservedState_GetTypes, -} from "../types/compute_PerInstanceConfigPreservedState"; +} from '../types/compute_PerInstanceConfigPreservedState'; export interface PerInstanceConfigArgs { /* @@ -135,72 +135,72 @@ The instance group manager this instance config is part of. return [ new DynamicUIProps( InputType.String, - "instanceGroupManager", - "The instance group manager this instance config is part of.\n\n\n- - -", + 'instanceGroupManager', + 'The instance group manager this instance config is part of.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "removeInstanceOnDestroy", - "When true, deleting this config will immediately remove the underlying instance.\nWhen false, deleting this config will use the behavior as determined by remove_instance_on_destroy.", + 'removeInstanceOnDestroy', + 'When true, deleting this config will immediately remove the underlying instance.\nWhen false, deleting this config will use the behavior as determined by remove_instance_on_destroy.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "removeInstanceStateOnDestroy", - "When true, deleting this config will immediately remove any specified state from the underlying instance.\nWhen false, deleting this config will *not* immediately remove any state from the underlying instance.\nState will be removed on the next instance recreation or update.", + 'removeInstanceStateOnDestroy', + 'When true, deleting this config will immediately remove any specified state from the underlying instance.\nWhen false, deleting this config will *not* immediately remove any state from the underlying instance.\nState will be removed on the next instance recreation or update.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "mostDisruptiveAllowedAction", - "The most disruptive action to perform on the instance during an update.\nDefault is `REPLACE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE", + 'mostDisruptiveAllowedAction', + 'The most disruptive action to perform on the instance during an update.\nDefault is `REPLACE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for this per-instance config and its corresponding instance.", + 'name', + 'The name for this per-instance config and its corresponding instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "Zone where the containing instance group manager is located", + 'zone', + 'Zone where the containing instance group manager is located', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "preservedState", - "The preserved state for this instance.\nStructure is documented below.", + 'preservedState', + 'The preserved state for this instance.\nStructure is documented below.', () => compute_PerInstanceConfigPreservedState_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "minimalAction", - "The minimal action to perform on the instance during an update.\nDefault is `NONE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE", + 'minimalAction', + 'The minimal action to perform on the instance during an update.\nDefault is `NONE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/ProjectDefaultNetworkTier.ts b/src/app/Models/codegen/gcp/compute/ProjectDefaultNetworkTier.ts index 830125617..70b3ed7ab 100644 --- a/src/app/Models/codegen/gcp/compute/ProjectDefaultNetworkTier.ts +++ b/src/app/Models/codegen/gcp/compute/ProjectDefaultNetworkTier.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectDefaultNetworkTierArgs { /* @@ -41,16 +41,16 @@ This field can take the following values: `PREMIUM` or `STANDARD`. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "networkTier", - "The default network tier to be configured for the project.\nThis field can take the following values: `PREMIUM` or `STANDARD`.\n\n- - -", + 'networkTier', + 'The default network tier to be configured for the project.\nThis field can take the following values: `PREMIUM` or `STANDARD`.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/ProjectMetadata.ts b/src/app/Models/codegen/gcp/compute/ProjectMetadata.ts index cfd003d5d..ccf523fbe 100644 --- a/src/app/Models/codegen/gcp/compute/ProjectMetadata.ts +++ b/src/app/Models/codegen/gcp/compute/ProjectMetadata.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectMetadataArgs { /* @@ -39,16 +39,16 @@ is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Map, - "metadata", - "A series of key value pairs.\n\n- - -", + 'metadata', + 'A series of key value pairs.\n\n- - -', () => InputType_Map_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/ProjectMetadataItem.ts b/src/app/Models/codegen/gcp/compute/ProjectMetadataItem.ts index ae0a31cbc..857ef5b7a 100644 --- a/src/app/Models/codegen/gcp/compute/ProjectMetadataItem.ts +++ b/src/app/Models/codegen/gcp/compute/ProjectMetadataItem.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ProjectMetadataItemArgs { // The metadata key to set. @@ -45,24 +45,24 @@ The value to set for the given metadata key. return [ new DynamicUIProps( InputType.String, - "key", - "The metadata key to set.", + 'key', + 'The metadata key to set.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "value", - "The value to set for the given metadata key.\n\n- - -", + 'value', + 'The value to set for the given metadata key.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/PublicAdvertisedPrefix.ts b/src/app/Models/codegen/gcp/compute/PublicAdvertisedPrefix.ts index dbb58b44c..d5998e5a1 100644 --- a/src/app/Models/codegen/gcp/compute/PublicAdvertisedPrefix.ts +++ b/src/app/Models/codegen/gcp/compute/PublicAdvertisedPrefix.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublicAdvertisedPrefixArgs { /* @@ -76,40 +76,40 @@ The IPv4 address range, in CIDR format, represented by this public advertised pr return [ new DynamicUIProps( InputType.String, - "ipCidrRange", - "The IPv4 address range, in CIDR format, represented by this public advertised prefix.\n\n\n- - -", + 'ipCidrRange', + 'The IPv4 address range, in CIDR format, represented by this public advertised prefix.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "dnsVerificationIp", - "The IPv4 address to be used for reverse DNS verification.", + 'dnsVerificationIp', + 'The IPv4 address to be used for reverse DNS verification.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/PublicDelegatedPrefix.ts b/src/app/Models/codegen/gcp/compute/PublicDelegatedPrefix.ts index 7692f2dd9..0d155a184 100644 --- a/src/app/Models/codegen/gcp/compute/PublicDelegatedPrefix.ts +++ b/src/app/Models/codegen/gcp/compute/PublicDelegatedPrefix.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PublicDelegatedPrefixArgs { // The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. @@ -88,56 +88,56 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "parentPrefix", - "The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.", + 'parentPrefix', + 'The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "A region where the prefix will reside.", + 'region', + 'A region where the prefix will reside.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipCidrRange", - "The IPv4 address range, in CIDR format, represented by this public advertised prefix.\n\n\n- - -", + 'ipCidrRange', + 'The IPv4 address range, in CIDR format, represented by this public advertised prefix.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "isLiveMigration", - "If true, the prefix will be live migrated.", + 'isLiveMigration', + 'If true, the prefix will be live migrated.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionAutoscaler.ts b/src/app/Models/codegen/gcp/compute/RegionAutoscaler.ts index 807ce0deb..7e8e9ae64 100644 --- a/src/app/Models/codegen/gcp/compute/RegionAutoscaler.ts +++ b/src/app/Models/codegen/gcp/compute/RegionAutoscaler.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionAutoscalerAutoscalingPolicy, compute_RegionAutoscalerAutoscalingPolicy_GetTypes, -} from "../types/compute_RegionAutoscalerAutoscalingPolicy"; +} from '../types/compute_RegionAutoscalerAutoscalingPolicy'; export interface RegionAutoscalerArgs { /* @@ -91,48 +91,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "autoscalingPolicy", - "The configuration parameters for the autoscaling algorithm. You can\ndefine one or more of the policies for an autoscaler: cpuUtilization,\ncustomMetricUtilizations, and loadBalancingUtilization.\nIf none of these are specified, the default will be to autoscale based\non cpuUtilization to 0.6 or 60%!\n(MISSING)Structure is documented below.", + 'autoscalingPolicy', + 'The configuration parameters for the autoscaling algorithm. You can\ndefine one or more of the policies for an autoscaler: cpuUtilization,\ncustomMetricUtilizations, and loadBalancingUtilization.\nIf none of these are specified, the default will be to autoscale based\non cpuUtilization to 0.6 or 60%!\n(MISSING)Structure is documented below.', () => compute_RegionAutoscalerAutoscalingPolicy_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "URL of the region where the instance group resides.", + 'region', + 'URL of the region where the instance group resides.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "target", - "URL of the managed instance group that this autoscaler will scale.", + 'target', + 'URL of the managed instance group that this autoscaler will scale.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionBackendService.ts b/src/app/Models/codegen/gcp/compute/RegionBackendService.ts index 2174e4f03..a847afe40 100644 --- a/src/app/Models/codegen/gcp/compute/RegionBackendService.ts +++ b/src/app/Models/codegen/gcp/compute/RegionBackendService.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionBackendServiceCdnPolicy, compute_RegionBackendServiceCdnPolicy_GetTypes, -} from "../types/compute_RegionBackendServiceCdnPolicy"; +} from '../types/compute_RegionBackendServiceCdnPolicy'; import { compute_RegionBackendServiceLogConfig, compute_RegionBackendServiceLogConfig_GetTypes, -} from "../types/compute_RegionBackendServiceLogConfig"; +} from '../types/compute_RegionBackendServiceLogConfig'; import { compute_RegionBackendServiceConnectionTrackingPolicy, compute_RegionBackendServiceConnectionTrackingPolicy_GetTypes, -} from "../types/compute_RegionBackendServiceConnectionTrackingPolicy"; +} from '../types/compute_RegionBackendServiceConnectionTrackingPolicy'; import { compute_RegionBackendServiceBackend, compute_RegionBackendServiceBackend_GetTypes, -} from "../types/compute_RegionBackendServiceBackend"; +} from '../types/compute_RegionBackendServiceBackend'; import { compute_RegionBackendServiceOutlierDetection, compute_RegionBackendServiceOutlierDetection_GetTypes, -} from "../types/compute_RegionBackendServiceOutlierDetection"; +} from '../types/compute_RegionBackendServiceOutlierDetection'; import { compute_RegionBackendServiceFailoverPolicy, compute_RegionBackendServiceFailoverPolicy_GetTypes, -} from "../types/compute_RegionBackendServiceFailoverPolicy"; +} from '../types/compute_RegionBackendServiceFailoverPolicy'; import { compute_RegionBackendServiceSubsetting, compute_RegionBackendServiceSubsetting_GetTypes, -} from "../types/compute_RegionBackendServiceSubsetting"; +} from '../types/compute_RegionBackendServiceSubsetting'; import { compute_RegionBackendServiceIap, compute_RegionBackendServiceIap_GetTypes, -} from "../types/compute_RegionBackendServiceIap"; +} from '../types/compute_RegionBackendServiceIap'; import { compute_RegionBackendServiceCircuitBreakers, compute_RegionBackendServiceCircuitBreakers_GetTypes, -} from "../types/compute_RegionBackendServiceCircuitBreakers"; +} from '../types/compute_RegionBackendServiceCircuitBreakers'; import { compute_RegionBackendServiceConsistentHash, compute_RegionBackendServiceConsistentHash_GetTypes, -} from "../types/compute_RegionBackendServiceConsistentHash"; +} from '../types/compute_RegionBackendServiceConsistentHash'; export interface RegionBackendServiceArgs { /* @@ -435,103 +435,103 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "failoverPolicy", - "Policy for failovers.\nStructure is documented below.", + 'failoverPolicy', + 'Policy for failovers.\nStructure is documented below.', () => compute_RegionBackendServiceFailoverPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "localityLbPolicy", - "The load balancing algorithm used within the scope of the locality.\nThe possible values are:", + 'localityLbPolicy', + 'The load balancing algorithm used within the scope of the locality.\nThe possible values are:', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "logConfig", - "This field denotes the logging options for the load balancer traffic served by this backend service.\nIf logging is enabled, logs will be exported to Stackdriver.\nStructure is documented below.", + 'logConfig', + 'This field denotes the logging options for the load balancer traffic served by this backend service.\nIf logging is enabled, logs will be exported to Stackdriver.\nStructure is documented below.', () => compute_RegionBackendServiceLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "healthChecks", - "The set of URLs to HealthCheck resources for health checking\nthis RegionBackendService. Currently at most one health\ncheck can be specified.\nA health check must be specified unless the backend service uses an internet\nor serverless NEG as a backend.", + 'healthChecks', + 'The set of URLs to HealthCheck resources for health checking\nthis RegionBackendService. Currently at most one health\ncheck can be specified.\nA health check must be specified unless the backend service uses an internet\nor serverless NEG as a backend.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "protocol", - "The protocol this RegionBackendService uses to communicate with backends.\nThe default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer\ntypes and may result in errors if used with the GA API.\nPossible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.", + 'protocol', + 'The protocol this RegionBackendService uses to communicate with backends.\nThe default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer\ntypes and may result in errors if used with the GA API.\nPossible values are: `HTTP`, `HTTPS`, `HTTP2`, `SSL`, `TCP`, `UDP`, `GRPC`, `UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableCdn", - "If true, enable Cloud CDN for this RegionBackendService.", + 'enableCdn', + 'If true, enable Cloud CDN for this RegionBackendService.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The security policy associated with this backend service.", + 'securityPolicy', + 'The security policy associated with this backend service.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionAffinity", - "Type of session affinity to use. The default is NONE. Session affinity is\nnot applicable if the protocol is UDP.\nPossible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.", + 'sessionAffinity', + 'Type of session affinity to use. The default is NONE. Session affinity is\nnot applicable if the protocol is UDP.\nPossible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "subsetting", - "Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.\nStructure is documented below.", + 'subsetting', + 'Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.\nStructure is documented below.', () => compute_RegionBackendServiceSubsetting_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cdnPolicy", - "Cloud CDN configuration for this BackendService.\nStructure is documented below.", + 'cdnPolicy', + 'Cloud CDN configuration for this BackendService.\nStructure is documented below.', () => compute_RegionBackendServiceCdnPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "portName", + 'portName', 'A named port on a backend instance group representing the port for\ncommunication to the backend VMs in that group. Required when the\nloadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED\nand the backends are instance groups. The named port must be defined on each\nbackend instance group. This parameter has no meaning if the backends are NEGs. API sets a\ndefault of "http" if not given.\nMust be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).', () => [], false, @@ -539,104 +539,104 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Number, - "connectionDrainingTimeoutSec", - "Time for which instance will be drained (not accept new\nconnections, but still work to finish started).", + 'connectionDrainingTimeoutSec', + 'Time for which instance will be drained (not accept new\nconnections, but still work to finish started).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "network", - "The URL of the network to which this backend service belongs.\nThis field can only be specified when the load balancing scheme is set to INTERNAL.", + 'network', + 'The URL of the network to which this backend service belongs.\nThis field can only be specified when the load balancing scheme is set to INTERNAL.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "backends", - "The set of backends that serve this RegionBackendService.\nStructure is documented below.", + 'backends', + 'The set of backends that serve this RegionBackendService.\nStructure is documented below.', () => compute_RegionBackendServiceBackend_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "circuitBreakers", - "Settings controlling the volume of connections to a backend service. This field\nis applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED\nand the `protocol` is set to HTTP, HTTPS, or HTTP2.\nStructure is documented below.", + 'circuitBreakers', + 'Settings controlling the volume of connections to a backend service. This field\nis applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED\nand the `protocol` is set to HTTP, HTTPS, or HTTP2.\nStructure is documented below.', () => compute_RegionBackendServiceCircuitBreakers_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "outlierDetection", - "Settings controlling eviction of unhealthy hosts from the load balancing pool.\nThis field is applicable only when the `load_balancing_scheme` is set\nto INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.\nStructure is documented below.", + 'outlierDetection', + 'Settings controlling eviction of unhealthy hosts from the load balancing pool.\nThis field is applicable only when the `load_balancing_scheme` is set\nto INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.\nStructure is documented below.', () => compute_RegionBackendServiceOutlierDetection_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "loadBalancingScheme", - "Indicates what kind of load balancing this regional backend service\nwill be used for. A backend service created for one type of load\nbalancing cannot be used with the other(s). For more information, refer to\n[Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service).\nDefault value is `INTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.", + 'loadBalancingScheme', + 'Indicates what kind of load balancing this regional backend service\nwill be used for. A backend service created for one type of load\nbalancing cannot be used with the other(s). For more information, refer to\n[Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service).\nDefault value is `INTERNAL`.\nPossible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "affinityCookieTtlSec", - "Lifetime of cookies in seconds if session_affinity is\nGENERATED_COOKIE. If set to 0, the cookie is non-persistent and lasts\nonly until the end of the browser session (or equivalent). The\nmaximum allowed value for TTL is one day.\nWhen the load balancing scheme is INTERNAL, this field is not used.", + 'affinityCookieTtlSec', + 'Lifetime of cookies in seconds if session_affinity is\nGENERATED_COOKIE. If set to 0, the cookie is non-persistent and lasts\nonly until the end of the browser session (or equivalent). The\nmaximum allowed value for TTL is one day.\nWhen the load balancing scheme is INTERNAL, this field is not used.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "iap", - "Settings for enabling Cloud Identity Aware Proxy\nStructure is documented below.", + 'iap', + 'Settings for enabling Cloud Identity Aware Proxy\nStructure is documented below.', () => compute_RegionBackendServiceIap_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How many seconds to wait for the backend before considering it a\nfailed request. Default is 30 seconds. Valid range is [1, 86400].", + 'timeoutSec', + 'How many seconds to wait for the backend before considering it a\nfailed request. Default is 30 seconds. Valid range is [1, 86400].', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "consistentHash", - "Consistent Hash-based load balancing can be used to provide soft session\naffinity based on HTTP headers, cookies or other properties. This load balancing\npolicy is applicable only for HTTP connections. The affinity to a particular\ndestination host will be lost when one or more hosts are added/removed from the\ndestination service. This field specifies parameters that control consistent\nhashing.\nThis field only applies when all of the following are true -", + 'consistentHash', + 'Consistent Hash-based load balancing can be used to provide soft session\naffinity based on HTTP headers, cookies or other properties. This load balancing\npolicy is applicable only for HTTP connections. The affinity to a particular\ndestination host will be lost when one or more hosts are added/removed from the\ndestination service. This field specifies parameters that control consistent\nhashing.\nThis field only applies when all of the following are true -', () => compute_RegionBackendServiceConsistentHash_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "connectionTrackingPolicy", - "Connection Tracking configuration for this BackendService.\nThis is available only for Layer 4 Internal Load Balancing and\nNetwork Load Balancing.\nStructure is documented below.", + 'connectionTrackingPolicy', + 'Connection Tracking configuration for this BackendService.\nThis is available only for Layer 4 Internal Load Balancing and\nNetwork Load Balancing.\nStructure is documented below.', () => compute_RegionBackendServiceConnectionTrackingPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamBinding.ts b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamBinding.ts index 205cb0d1a..a259a3b87 100644 --- a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionBackendServiceIamBindingCondition, compute_RegionBackendServiceIamBindingCondition_GetTypes, -} from "../types/compute_RegionBackendServiceIamBindingCondition"; +} from '../types/compute_RegionBackendServiceIamBindingCondition'; export interface RegionBackendServiceIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -112,23 +112,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -136,24 +136,24 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.RegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.RegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_RegionBackendServiceIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamMember.ts b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamMember.ts index 9b69b73eb..888a46abb 100644 --- a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionBackendServiceIamMemberCondition, compute_RegionBackendServiceIamMemberCondition_GetTypes, -} from "../types/compute_RegionBackendServiceIamMemberCondition"; +} from '../types/compute_RegionBackendServiceIamMemberCondition'; export interface RegionBackendServiceIamMemberArgs { // @@ -112,40 +112,40 @@ region is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "region", - "The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.RegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.RegionBackendServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_RegionBackendServiceIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamPolicy.ts b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamPolicy.ts index 2f3d2f863..5425d44af 100644 --- a/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionBackendServiceIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionBackendServiceIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -88,23 +88,23 @@ region is specified, it is taken from the provider configuration. return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -112,8 +112,8 @@ region is specified, it is taken from the provider configuration. ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The Region in which the created backend service should reside.\nIf it is not provided, the provider region is used.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionCommitment.ts b/src/app/Models/codegen/gcp/compute/RegionCommitment.ts index 337911bf4..1d1a224d6 100644 --- a/src/app/Models/codegen/gcp/compute/RegionCommitment.ts +++ b/src/app/Models/codegen/gcp/compute/RegionCommitment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionCommitmentLicenseResource, compute_RegionCommitmentLicenseResource_GetTypes, -} from "../types/compute_RegionCommitmentLicenseResource"; +} from '../types/compute_RegionCommitmentLicenseResource'; import { compute_RegionCommitmentResource, compute_RegionCommitmentResource_GetTypes, -} from "../types/compute_RegionCommitmentResource"; +} from '../types/compute_RegionCommitmentResource'; export interface RegionCommitmentArgs { /* @@ -185,80 +185,80 @@ Possible values are: `TWELVE_MONTH`, `THIRTY_SIX_MONTH`. return [ new DynamicUIProps( InputType.Object, - "licenseResource", - "The license specification required as part of a license commitment.\nStructure is documented below.", + 'licenseResource', + 'The license specification required as part of a license commitment.\nStructure is documented below.', () => compute_RegionCommitmentLicenseResource_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "category", - "The category of the commitment. Category MACHINE specifies commitments composed of\nmachine resources such as VCPU or MEMORY, listed in resources. Category LICENSE\nspecifies commitments composed of software licenses, listed in licenseResources.\nNote that only MACHINE commitments should have a Type specified.\nPossible values are: `LICENSE`, `MACHINE`.", + 'category', + 'The category of the commitment. Category MACHINE specifies commitments composed of\nmachine resources such as VCPU or MEMORY, listed in resources. Category LICENSE\nspecifies commitments composed of software licenses, listed in licenseResources.\nNote that only MACHINE commitments should have a Type specified.\nPossible values are: `LICENSE`, `MACHINE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", - "The type of commitment, which affects the discount rate and the eligible resources.\nThe type could be one of the following value: `MEMORY_OPTIMIZED`, `ACCELERATOR_OPTIMIZED`,\n`GENERAL_PURPOSE_N1`, `GENERAL_PURPOSE_N2`, `GENERAL_PURPOSE_N2D`, `GENERAL_PURPOSE_E2`,\n`GENERAL_PURPOSE_T2D`, `GENERAL_PURPOSE_C3`, `COMPUTE_OPTIMIZED_C2`, `COMPUTE_OPTIMIZED_C2D` and\n`GRAPHICS_OPTIMIZED_G2`", + 'type', + 'The type of commitment, which affects the discount rate and the eligible resources.\nThe type could be one of the following value: `MEMORY_OPTIMIZED`, `ACCELERATOR_OPTIMIZED`,\n`GENERAL_PURPOSE_N1`, `GENERAL_PURPOSE_N2`, `GENERAL_PURPOSE_N2D`, `GENERAL_PURPOSE_E2`,\n`GENERAL_PURPOSE_T2D`, `GENERAL_PURPOSE_C3`, `COMPUTE_OPTIMIZED_C2`, `COMPUTE_OPTIMIZED_C2D` and\n`GRAPHICS_OPTIMIZED_G2`', () => [], false, true, ), new DynamicUIProps( InputType.String, - "plan", - "The plan for this commitment, which determines duration and discount rate.\nThe currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).\nPossible values are: `TWELVE_MONTH`, `THIRTY_SIX_MONTH`.\n\n\n- - -", + 'plan', + 'The plan for this commitment, which determines duration and discount rate.\nThe currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).\nPossible values are: `TWELVE_MONTH`, `THIRTY_SIX_MONTH`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "region", - "URL of the region where this commitment may be used.", + 'region', + 'URL of the region where this commitment may be used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "resources", - "A list of commitment amounts for particular resources.\nNote that VCPU and MEMORY resource commitments must occur together.\nStructure is documented below.", + 'resources', + 'A list of commitment amounts for particular resources.\nNote that VCPU and MEMORY resource commitments must occur together.\nStructure is documented below.', () => compute_RegionCommitmentResource_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "autoRenew", - "Specifies whether to enable automatic renewal for the commitment.\nThe default value is false if not specified.\nIf the field is set to true, the commitment will be automatically renewed for either\none or three years according to the terms of the existing commitment.", + 'autoRenew', + 'Specifies whether to enable automatic renewal for the commitment.\nThe default value is false if not specified.\nIf the field is set to true, the commitment will be automatically renewed for either\none or three years according to the terms of the existing commitment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionDisk.ts b/src/app/Models/codegen/gcp/compute/RegionDisk.ts index ac5da5e51..44a8c7d4d 100644 --- a/src/app/Models/codegen/gcp/compute/RegionDisk.ts +++ b/src/app/Models/codegen/gcp/compute/RegionDisk.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionDiskAsyncPrimaryDisk, compute_RegionDiskAsyncPrimaryDisk_GetTypes, -} from "../types/compute_RegionDiskAsyncPrimaryDisk"; +} from '../types/compute_RegionDiskAsyncPrimaryDisk'; import { compute_RegionDiskSourceSnapshotEncryptionKey, compute_RegionDiskSourceSnapshotEncryptionKey_GetTypes, -} from "../types/compute_RegionDiskSourceSnapshotEncryptionKey"; +} from '../types/compute_RegionDiskSourceSnapshotEncryptionKey'; import { compute_RegionDiskGuestOsFeature, compute_RegionDiskGuestOsFeature_GetTypes, -} from "../types/compute_RegionDiskGuestOsFeature"; +} from '../types/compute_RegionDiskGuestOsFeature'; import { compute_RegionDiskDiskEncryptionKey, compute_RegionDiskDiskEncryptionKey_GetTypes, -} from "../types/compute_RegionDiskDiskEncryptionKey"; +} from '../types/compute_RegionDiskDiskEncryptionKey'; export interface RegionDiskArgs { // Any applicable license URI. @@ -345,23 +345,23 @@ or the size of the snapshot. return [ new DynamicUIProps( InputType.Array, - "replicaZones", - "URLs of the zones where the disk should be replicated to.\n\n\n- - -", + 'replicaZones', + 'URLs of the zones where the disk should be replicated to.\n\n\n- - -', () => InputType_String_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "interface", - "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.\n\n> **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.", + 'interface', + 'Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.\n\n> **Warning:** `interface` is deprecated and will be removed in a future major release. This field is no longer used and can be safely removed from your configurations; disk interfaces are automatically determined on attachment.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "snapshot", + 'snapshot', "The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For\nexample, the following are valid values: *\n'https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot' *\n'projects/project/global/snapshots/snapshot' * 'global/snapshots/snapshot' * 'snapshot'", () => [], false, @@ -369,111 +369,111 @@ or the size of the snapshot. ), new DynamicUIProps( InputType.Object, - "asyncPrimaryDisk", - "A nested object resource\nStructure is documented below.", + 'asyncPrimaryDisk', + 'A nested object resource\nStructure is documented below.', () => compute_RegionDiskAsyncPrimaryDisk_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "guestOsFeatures", - "A list of features to enable on the guest operating system.\nApplicable only for bootable disks.\nStructure is documented below.", + 'guestOsFeatures', + 'A list of features to enable on the guest operating system.\nApplicable only for bootable disks.\nStructure is documented below.', () => compute_RegionDiskGuestOsFeature_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "type", - "URL of the disk type resource describing which disk type to use to\ncreate the disk. Provide this when creating the disk.", + 'type', + 'URL of the disk type resource describing which disk type to use to\ncreate the disk. Provide this when creating the disk.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sourceDisk", - "The source disk used to create this disk. You can provide this as a partial or full URL to the resource.\nFor example, the following are valid values:\n* https://www.googleapis.com/compute/v1/projects/{project}/zones/{zone}/disks/{disk}\n* https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/disks/{disk}\n* projects/{project}/zones/{zone}/disks/{disk}\n* projects/{project}/regions/{region}/disks/{disk}\n* zones/{zone}/disks/{disk}\n* regions/{region}/disks/{disk}", + 'sourceDisk', + 'The source disk used to create this disk. You can provide this as a partial or full URL to the resource.\nFor example, the following are valid values:\n* https://www.googleapis.com/compute/v1/projects/{project}/zones/{zone}/disks/{disk}\n* https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/disks/{disk}\n* projects/{project}/zones/{zone}/disks/{disk}\n* projects/{project}/regions/{region}/disks/{disk}\n* zones/{zone}/disks/{disk}\n* regions/{region}/disks/{disk}', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this disk. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this disk. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "sourceSnapshotEncryptionKey", - "The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.", + 'sourceSnapshotEncryptionKey', + 'The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.', () => compute_RegionDiskSourceSnapshotEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "diskEncryptionKey", - "Encrypts the disk using a customer-supplied encryption key.\nAfter you encrypt a disk with a customer-supplied key, you must\nprovide the same key if you use the disk later (e.g. to create a disk\nsnapshot or an image, or to attach the disk to a virtual machine).\nCustomer-supplied encryption keys do not protect access to metadata of\nthe disk.\nIf you do not provide an encryption key when creating the disk, then\nthe disk will be encrypted using an automatically generated key and\nyou do not need to provide a key to use the disk later.\nStructure is documented below.", + 'diskEncryptionKey', + 'Encrypts the disk using a customer-supplied encryption key.\nAfter you encrypt a disk with a customer-supplied key, you must\nprovide the same key if you use the disk later (e.g. to create a disk\nsnapshot or an image, or to attach the disk to a virtual machine).\nCustomer-supplied encryption keys do not protect access to metadata of\nthe disk.\nIf you do not provide an encryption key when creating the disk, then\nthe disk will be encrypted using an automatically generated key and\nyou do not need to provide a key to use the disk later.\nStructure is documented below.', () => compute_RegionDiskDiskEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region where the disk resides.", + 'region', + 'A reference to the region where the disk resides.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "licenses", - "Any applicable license URI.", + 'licenses', + 'Any applicable license URI.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "size", - "Size of the persistent disk, specified in GB. You can specify this\nfield when creating a persistent disk using the sourceImage or\nsourceSnapshot parameter, or specify it alone to create an empty\npersistent disk.\nIf you specify this field along with sourceImage or sourceSnapshot,\nthe value of sizeGb must not be less than the size of the sourceImage\nor the size of the snapshot.", + 'size', + 'Size of the persistent disk, specified in GB. You can specify this\nfield when creating a persistent disk using the sourceImage or\nsourceSnapshot parameter, or specify it alone to create an empty\npersistent disk.\nIf you specify this field along with sourceImage or sourceSnapshot,\nthe value of sizeGb must not be less than the size of the sourceImage\nor the size of the snapshot.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "physicalBlockSizeBytes", + 'physicalBlockSizeBytes', "Physical block size of the persistent disk, in bytes. If not present\nin a request, a default value is used. Currently supported sizes\nare 4096 and 16384, other sizes may be added in the future.\nIf an unsupported value is requested, the error message will list\nthe supported values for the caller's project.", () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/RegionDiskIamBinding.ts b/src/app/Models/codegen/gcp/compute/RegionDiskIamBinding.ts index 2cea3b683..9801209b0 100644 --- a/src/app/Models/codegen/gcp/compute/RegionDiskIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/RegionDiskIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionDiskIamBindingCondition, compute_RegionDiskIamBindingCondition_GetTypes, -} from "../types/compute_RegionDiskIamBindingCondition"; +} from '../types/compute_RegionDiskIamBindingCondition'; export interface RegionDiskIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -94,41 +94,41 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_RegionDiskIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionDiskIamMember.ts b/src/app/Models/codegen/gcp/compute/RegionDiskIamMember.ts index fd358a099..380a2c34f 100644 --- a/src/app/Models/codegen/gcp/compute/RegionDiskIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/RegionDiskIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionDiskIamMemberCondition, compute_RegionDiskIamMemberCondition_GetTypes, -} from "../types/compute_RegionDiskIamMemberCondition"; +} from '../types/compute_RegionDiskIamMemberCondition'; export interface RegionDiskIamMemberArgs { // Used to find the parent resource to bind the IAM policy to @@ -94,38 +94,38 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_RegionDiskIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/compute/RegionDiskIamPolicy.ts b/src/app/Models/codegen/gcp/compute/RegionDiskIamPolicy.ts index be706dbe8..b90942683 100644 --- a/src/app/Models/codegen/gcp/compute/RegionDiskIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionDiskIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionDiskIamPolicyArgs { /* @@ -76,25 +76,25 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionDiskResourcePolicyAttachment.ts b/src/app/Models/codegen/gcp/compute/RegionDiskResourcePolicyAttachment.ts index 2f24c8336..12dd88dc6 100644 --- a/src/app/Models/codegen/gcp/compute/RegionDiskResourcePolicyAttachment.ts +++ b/src/app/Models/codegen/gcp/compute/RegionDiskResourcePolicyAttachment.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionDiskResourcePolicyAttachmentArgs { /* @@ -59,32 +59,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "disk", - "The name of the regional disk in which the resource policies are attached to.\n\n\n- - -", + 'disk', + 'The name of the regional disk in which the resource policies are attached to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The resource policy to be attached to the disk for scheduling snapshot\ncreation. Do not specify the self link.", + 'name', + 'The resource policy to be attached to the disk for scheduling snapshot\ncreation. Do not specify the self link.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region where the disk resides.", + 'region', + 'A reference to the region where the disk resides.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionHealthCheck.ts b/src/app/Models/codegen/gcp/compute/RegionHealthCheck.ts index 1a2bd8bcf..e10da5379 100644 --- a/src/app/Models/codegen/gcp/compute/RegionHealthCheck.ts +++ b/src/app/Models/codegen/gcp/compute/RegionHealthCheck.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionHealthCheckSslHealthCheck, compute_RegionHealthCheckSslHealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckSslHealthCheck"; +} from '../types/compute_RegionHealthCheckSslHealthCheck'; import { compute_RegionHealthCheckHttp2HealthCheck, compute_RegionHealthCheckHttp2HealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckHttp2HealthCheck"; +} from '../types/compute_RegionHealthCheckHttp2HealthCheck'; import { compute_RegionHealthCheckLogConfig, compute_RegionHealthCheckLogConfig_GetTypes, -} from "../types/compute_RegionHealthCheckLogConfig"; +} from '../types/compute_RegionHealthCheckLogConfig'; import { compute_RegionHealthCheckGrpcHealthCheck, compute_RegionHealthCheckGrpcHealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckGrpcHealthCheck"; +} from '../types/compute_RegionHealthCheckGrpcHealthCheck'; import { compute_RegionHealthCheckHttpHealthCheck, compute_RegionHealthCheckHttpHealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckHttpHealthCheck"; +} from '../types/compute_RegionHealthCheckHttpHealthCheck'; import { compute_RegionHealthCheckHttpsHealthCheck, compute_RegionHealthCheckHttpsHealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckHttpsHealthCheck"; +} from '../types/compute_RegionHealthCheckHttpsHealthCheck'; import { compute_RegionHealthCheckTcpHealthCheck, compute_RegionHealthCheckTcpHealthCheck_GetTypes, -} from "../types/compute_RegionHealthCheckTcpHealthCheck"; +} from '../types/compute_RegionHealthCheckTcpHealthCheck'; export interface RegionHealthCheckArgs { /* @@ -248,120 +248,120 @@ last character, which cannot be a dash. return [ new DynamicUIProps( InputType.Number, - "unhealthyThreshold", - "A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.", + 'unhealthyThreshold', + 'A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "healthyThreshold", - "A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.", + 'healthyThreshold', + 'A so-far unhealthy instance will be marked healthy after this many\nconsecutive successes. The default value is 2.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created health check should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created health check should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "logConfig", - "Configure logging on this health check.\nStructure is documented below.", + 'logConfig', + 'Configure logging on this health check.\nStructure is documented below.', () => compute_RegionHealthCheckLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "timeoutSec", - "How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.", + 'timeoutSec', + 'How long (in seconds) to wait before claiming failure.\nThe default value is 5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "grpcHealthCheck", - "A nested object resource\nStructure is documented below.", + 'grpcHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckGrpcHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "httpHealthCheck", - "A nested object resource\nStructure is documented below.", + 'httpHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckHttpHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "tcpHealthCheck", - "A nested object resource\nStructure is documented below.", + 'tcpHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckTcpHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "checkIntervalSec", - "How often (in seconds) to send a health check. The default value is 5\nseconds.", + 'checkIntervalSec', + 'How often (in seconds) to send a health check. The default value is 5\nseconds.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "httpsHealthCheck", - "A nested object resource\nStructure is documented below.", + 'httpsHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckHttpsHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sslHealthCheck", - "A nested object resource\nStructure is documented below.", + 'sslHealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckSslHealthCheck_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "http2HealthCheck", - "A nested object resource\nStructure is documented below.", + 'http2HealthCheck', + 'A nested object resource\nStructure is documented below.', () => compute_RegionHealthCheckHttp2HealthCheck_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionInstanceGroupManager.ts b/src/app/Models/codegen/gcp/compute/RegionInstanceGroupManager.ts index 0128de61d..956ed7dac 100644 --- a/src/app/Models/codegen/gcp/compute/RegionInstanceGroupManager.ts +++ b/src/app/Models/codegen/gcp/compute/RegionInstanceGroupManager.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionInstanceGroupManagerAllInstancesConfig, compute_RegionInstanceGroupManagerAllInstancesConfig_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerAllInstancesConfig"; +} from '../types/compute_RegionInstanceGroupManagerAllInstancesConfig'; import { compute_RegionInstanceGroupManagerStatefulExternalIp, compute_RegionInstanceGroupManagerStatefulExternalIp_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerStatefulExternalIp"; +} from '../types/compute_RegionInstanceGroupManagerStatefulExternalIp'; import { compute_RegionInstanceGroupManagerAutoHealingPolicies, compute_RegionInstanceGroupManagerAutoHealingPolicies_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerAutoHealingPolicies"; +} from '../types/compute_RegionInstanceGroupManagerAutoHealingPolicies'; import { compute_RegionInstanceGroupManagerInstanceLifecyclePolicy, compute_RegionInstanceGroupManagerInstanceLifecyclePolicy_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerInstanceLifecyclePolicy"; +} from '../types/compute_RegionInstanceGroupManagerInstanceLifecyclePolicy'; import { compute_RegionInstanceGroupManagerNamedPort, compute_RegionInstanceGroupManagerNamedPort_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerNamedPort"; +} from '../types/compute_RegionInstanceGroupManagerNamedPort'; import { compute_RegionInstanceGroupManagerVersion, compute_RegionInstanceGroupManagerVersion_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerVersion"; +} from '../types/compute_RegionInstanceGroupManagerVersion'; import { compute_RegionInstanceGroupManagerStatus, compute_RegionInstanceGroupManagerStatus_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerStatus"; +} from '../types/compute_RegionInstanceGroupManagerStatus'; import { compute_RegionInstanceGroupManagerStatefulInternalIp, compute_RegionInstanceGroupManagerStatefulInternalIp_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerStatefulInternalIp"; +} from '../types/compute_RegionInstanceGroupManagerStatefulInternalIp'; import { compute_RegionInstanceGroupManagerUpdatePolicy, compute_RegionInstanceGroupManagerUpdatePolicy_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerUpdatePolicy"; +} from '../types/compute_RegionInstanceGroupManagerUpdatePolicy'; import { compute_RegionInstanceGroupManagerStatefulDisk, compute_RegionInstanceGroupManagerStatefulDisk_GetTypes, -} from "../types/compute_RegionInstanceGroupManagerStatefulDisk"; +} from '../types/compute_RegionInstanceGroupManagerStatefulDisk'; export interface RegionInstanceGroupManagerArgs { // The shape to which the group converges either proactively or on resize events (depending on the value set in update_policy.0.instance_redistribution_type). For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/regional-mig-distribution-shape). @@ -326,79 +326,79 @@ group manager. return [ new DynamicUIProps( InputType.String, - "description", - "An optional textual description of the instance\ngroup manager.", + 'description', + 'An optional textual description of the instance\ngroup manager.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region where the managed instance group resides. If not provided, the provider region is used.\n\n- - -", + 'region', + 'The region where the managed instance group resides. If not provided, the provider region is used.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "statefulDisks", - "Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.", + 'statefulDisks', + 'Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.', () => compute_RegionInstanceGroupManagerStatefulDisk_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "waitForInstancesStatus", - "When used with `wait_for_instances` it specifies the status to wait for.\nWhen `STABLE` is specified this resource will wait until the instances are stable before returning. When `UPDATED` is\nset, it will wait for the version target to be reached and any per instance configs to be effective as well as all\ninstances to be stable before returning. The possible values are `STABLE` and `UPDATED`", + 'waitForInstancesStatus', + 'When used with `wait_for_instances` it specifies the status to wait for.\nWhen `STABLE` is specified this resource will wait until the instances are stable before returning. When `UPDATED` is\nset, it will wait for the version target to be reached and any per instance configs to be effective as well as all\ninstances to be stable before returning. The possible values are `STABLE` and `UPDATED`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "autoHealingPolicies", - "The autohealing policies for this managed instance\ngroup. You can specify only one value. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances#monitoring_groups).", + 'autoHealingPolicies', + 'The autohealing policies for this managed instance\ngroup. You can specify only one value. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances#monitoring_groups).', () => compute_RegionInstanceGroupManagerAutoHealingPolicies_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "targetPools", - "The full URL of all target pools to which new\ninstances in the group are added. Updating the target pools attribute does\nnot affect existing instances.", + 'targetPools', + 'The full URL of all target pools to which new\ninstances in the group are added. Updating the target pools attribute does\nnot affect existing instances.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "distributionPolicyTargetShape", - "The shape to which the group converges either proactively or on resize events (depending on the value set in update_policy.0.instance_redistribution_type). For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/regional-mig-distribution-shape).", + 'distributionPolicyTargetShape', + 'The shape to which the group converges either proactively or on resize events (depending on the value set in update_policy.0.instance_redistribution_type). For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/regional-mig-distribution-shape).', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "statefulExternalIps", - "External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.\n\n- - -", + 'statefulExternalIps', + 'External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.\n\n- - -', () => compute_RegionInstanceGroupManagerStatefulExternalIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "versions", - "Application versions managed by this instance group. Each\nversion deals with a specific instance template, allowing canary release scenarios.\nStructure is documented below.", + 'versions', + 'Application versions managed by this instance group. Each\nversion deals with a specific instance template, allowing canary release scenarios.\nStructure is documented below.', () => compute_RegionInstanceGroupManagerVersion_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "allInstancesConfig", + 'allInstancesConfig', "Properties to set on all instances in the group. After setting\nallInstancesConfig on the group, you must update the group's instances to\napply the configuration.", () => compute_RegionInstanceGroupManagerAllInstancesConfig_GetTypes(), false, @@ -406,32 +406,32 @@ group manager. ), new DynamicUIProps( InputType.Bool, - "waitForInstances", - "Whether to wait for all instances to be created/updated before\nreturning. Note that if this is set to true and the operation does not succeed, the provider will\ncontinue trying until it times out.", + 'waitForInstances', + 'Whether to wait for all instances to be created/updated before\nreturning. Note that if this is set to true and the operation does not succeed, the provider will\ncontinue trying until it times out.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance group manager. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.", + 'name', + 'The name of the instance group manager. Must be 1-63\ncharacters long and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Supported characters\ninclude lowercase letters, numbers, and hyphens.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "instanceLifecyclePolicy", - "The instance lifecycle policy for this managed instance group.", + 'instanceLifecyclePolicy', + 'The instance lifecycle policy for this managed instance group.', () => compute_RegionInstanceGroupManagerInstanceLifecyclePolicy_GetTypes(), false, @@ -439,23 +439,23 @@ group manager. ), new DynamicUIProps( InputType.Number, - "targetSize", - "The target number of running instances for this managed instance group. This value should always be explicitly set\nunless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.", + 'targetSize', + 'The target number of running instances for this managed instance group. This value should always be explicitly set\nunless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "baseInstanceName", - "The base instance name to use for\ninstances in this group. The value must be a valid\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt) name. Supported characters\nare lowercase letters, numbers, and hyphens (-). Instances are named by\nappending a hyphen and a random four-character string to the base instance\nname.", + 'baseInstanceName', + 'The base instance name to use for\ninstances in this group. The value must be a valid\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt) name. Supported characters\nare lowercase letters, numbers, and hyphens (-). Instances are named by\nappending a hyphen and a random four-character string to the base instance\nname.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "listManagedInstancesResults", + 'listManagedInstancesResults', "Pagination behavior of the `listManagedInstances` API\nmethod for this managed instance group. Valid values are: `PAGELESS`, `PAGINATED`.\nIf `PAGELESS` (default), Pagination is disabled for the group's `listManagedInstances` API method.\n`maxResults` and `pageToken` query parameters are ignored and all instances are returned in a single\nresponse. If `PAGINATED`, pagination is enabled, `maxResults` and `pageToken` query parameters are\nrespected.", () => [], false, @@ -463,32 +463,32 @@ group manager. ), new DynamicUIProps( InputType.Array, - "namedPorts", - "The named port configuration. See the section below\nfor details on configuration.", + 'namedPorts', + 'The named port configuration. See the section below\nfor details on configuration.', () => compute_RegionInstanceGroupManagerNamedPort_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "distributionPolicyZones", - "The distribution policy for this managed instance\ngroup. You can specify one or more values. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups#selectingzones).", + 'distributionPolicyZones', + 'The distribution policy for this managed instance\ngroup. You can specify one or more values. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups#selectingzones).', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "statefulInternalIps", - "Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.", + 'statefulInternalIps', + 'Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.', () => compute_RegionInstanceGroupManagerStatefulInternalIp_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "updatePolicy", - "The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)", + 'updatePolicy', + 'The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)', () => compute_RegionInstanceGroupManagerUpdatePolicy_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionInstanceTemplate.ts b/src/app/Models/codegen/gcp/compute/RegionInstanceTemplate.ts index c10a571b3..c3081503e 100644 --- a/src/app/Models/codegen/gcp/compute/RegionInstanceTemplate.ts +++ b/src/app/Models/codegen/gcp/compute/RegionInstanceTemplate.ts @@ -3,49 +3,49 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionInstanceTemplateReservationAffinity, compute_RegionInstanceTemplateReservationAffinity_GetTypes, -} from "../types/compute_RegionInstanceTemplateReservationAffinity"; +} from '../types/compute_RegionInstanceTemplateReservationAffinity'; import { compute_RegionInstanceTemplateServiceAccount, compute_RegionInstanceTemplateServiceAccount_GetTypes, -} from "../types/compute_RegionInstanceTemplateServiceAccount"; +} from '../types/compute_RegionInstanceTemplateServiceAccount'; import { compute_RegionInstanceTemplateAdvancedMachineFeatures, compute_RegionInstanceTemplateAdvancedMachineFeatures_GetTypes, -} from "../types/compute_RegionInstanceTemplateAdvancedMachineFeatures"; +} from '../types/compute_RegionInstanceTemplateAdvancedMachineFeatures'; import { compute_RegionInstanceTemplateGuestAccelerator, compute_RegionInstanceTemplateGuestAccelerator_GetTypes, -} from "../types/compute_RegionInstanceTemplateGuestAccelerator"; +} from '../types/compute_RegionInstanceTemplateGuestAccelerator'; import { compute_RegionInstanceTemplateShieldedInstanceConfig, compute_RegionInstanceTemplateShieldedInstanceConfig_GetTypes, -} from "../types/compute_RegionInstanceTemplateShieldedInstanceConfig"; +} from '../types/compute_RegionInstanceTemplateShieldedInstanceConfig'; import { compute_RegionInstanceTemplateNetworkInterface, compute_RegionInstanceTemplateNetworkInterface_GetTypes, -} from "../types/compute_RegionInstanceTemplateNetworkInterface"; +} from '../types/compute_RegionInstanceTemplateNetworkInterface'; import { compute_RegionInstanceTemplateNetworkPerformanceConfig, compute_RegionInstanceTemplateNetworkPerformanceConfig_GetTypes, -} from "../types/compute_RegionInstanceTemplateNetworkPerformanceConfig"; +} from '../types/compute_RegionInstanceTemplateNetworkPerformanceConfig'; import { compute_RegionInstanceTemplateConfidentialInstanceConfig, compute_RegionInstanceTemplateConfidentialInstanceConfig_GetTypes, -} from "../types/compute_RegionInstanceTemplateConfidentialInstanceConfig"; +} from '../types/compute_RegionInstanceTemplateConfidentialInstanceConfig'; import { compute_RegionInstanceTemplateDisk, compute_RegionInstanceTemplateDisk_GetTypes, -} from "../types/compute_RegionInstanceTemplateDisk"; +} from '../types/compute_RegionInstanceTemplateDisk'; import { compute_RegionInstanceTemplateScheduling, compute_RegionInstanceTemplateScheduling_GetTypes, -} from "../types/compute_RegionInstanceTemplateScheduling"; +} from '../types/compute_RegionInstanceTemplateScheduling'; export interface RegionInstanceTemplateArgs { /* @@ -354,8 +354,8 @@ If region is not provided, the provider region is used. return [ new DynamicUIProps( InputType.Object, - "confidentialInstanceConfig", - "Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below", + 'confidentialInstanceConfig', + 'Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below', () => compute_RegionInstanceTemplateConfidentialInstanceConfig_GetTypes(), false, @@ -363,175 +363,175 @@ If region is not provided, the provider region is used. ), new DynamicUIProps( InputType.Map, - "metadata", - "Metadata key/value pairs to make available from\nwithin instances created from this template.", + 'metadata', + 'Metadata key/value pairs to make available from\nwithin instances created from this template.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "tags", - "Tags to attach to the instance.", + 'tags', + 'Tags to attach to the instance.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to create.\n\nTo create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\n- - -", + 'machineType', + 'The machine type to create.\n\nTo create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "shieldedInstanceConfig", - "Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).", + 'shieldedInstanceConfig', + 'Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-vm) on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below.\n**Note**: `shielded_instance_config` can only be used with boot images with shielded vm support. See the complete list [here](https://cloud.google.com/compute/docs/images#shielded-images).', () => compute_RegionInstanceTemplateShieldedInstanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "minCpuPlatform", - "Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).", + 'minCpuPlatform', + 'Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as\n`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "networkInterfaces", - "Networks to attach to instances created from\nthis template. This can be specified multiple times for multiple networks.\nStructure is documented below.", + 'networkInterfaces', + 'Networks to attach to instances created from\nthis template. This can be specified multiple times for multiple networks.\nStructure is documented below.', () => compute_RegionInstanceTemplateNetworkInterface_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "reservationAffinity", - "Specifies the reservations that this instance can consume from.\nStructure is documented below.", + 'reservationAffinity', + 'Specifies the reservations that this instance can consume from.\nStructure is documented below.', () => compute_RegionInstanceTemplateReservationAffinity_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "instanceDescription", - "A brief description to use for instances\ncreated from this template.", + 'instanceDescription', + 'A brief description to use for instances\ncreated from this template.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.", + 'name', + 'The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "serviceAccount", - "Service account to attach to the instance. Structure is documented below.", + 'serviceAccount', + 'Service account to attach to the instance. Structure is documented below.', () => compute_RegionInstanceTemplateServiceAccount_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "resourceManagerTags", - "A set of key/value resource manager tag pairs to bind to the instance. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.", + 'resourceManagerTags', + 'A set of key/value resource manager tag pairs to bind to the instance. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "A brief description of this resource.", + 'description', + 'A brief description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "resourcePolicies", - "- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.", + 'resourcePolicies', + '- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the specified\nprefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableDisplay", - "Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true in order to update this field.", + 'enableDisplay', + 'Enable [Virtual Displays](https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display#verify_display_driver) on this instance.\n**Note**: `allow_stopping_for_update` must be set to true in order to update this field.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "guestAccelerators", - "List of the type and count of accelerator cards attached to the instance. Structure documented below.", + 'guestAccelerators', + 'List of the type and count of accelerator cards attached to the instance. Structure documented below.', () => compute_RegionInstanceTemplateGuestAccelerator_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "metadataStartupScript", - "An alternative to using the\nstartup-script metadata key, mostly to match the compute_instance resource.\nThis replaces the startup-script metadata key on the created instance and\nthus the two mechanisms are not allowed to be used simultaneously.", + 'metadataStartupScript', + 'An alternative to using the\nstartup-script metadata key, mostly to match the compute_instance resource.\nThis replaces the startup-script metadata key on the created instance and\nthus the two mechanisms are not allowed to be used simultaneously.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "disks", - "Disks to attach to instances created from this template.\nThis can be specified multiple times for multiple disks. Structure is\ndocumented below.", + 'disks', + 'Disks to attach to instances created from this template.\nThis can be specified multiple times for multiple disks. Structure is\ndocumented below.', () => compute_RegionInstanceTemplateDisk_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "scheduling", - "The scheduling strategy to use. More details about\nthis configuration option are detailed below.", + 'scheduling', + 'The scheduling strategy to use. More details about\nthis configuration option are detailed below.', () => compute_RegionInstanceTemplateScheduling_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "networkPerformanceConfig", - "Configures network performance settings for the instance created from the\ntemplate. Structure is documented below. **Note**: `machine_type`\nmust be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.", + 'networkPerformanceConfig', + 'Configures network performance settings for the instance created from the\ntemplate. Structure is documented below. **Note**: `machine_type`\nmust be a [supported type](https://cloud.google.com/compute/docs/networking/configure-vm-with-high-bandwidth-configuration),\nthe `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)\nin `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`\nin order for this setting to take effect.', () => compute_RegionInstanceTemplateNetworkPerformanceConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "A set of key/value label pairs to assign to instances\ncreated from this template.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -539,24 +539,24 @@ If region is not provided, the provider region is used. ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the resource belongs.\nIf region is not provided, the provider region is used.", + 'region', + 'The Region in which the resource belongs.\nIf region is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "advancedMachineFeatures", - "Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below", + 'advancedMachineFeatures', + 'Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below', () => compute_RegionInstanceTemplateAdvancedMachineFeatures_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "canIpForward", - "Whether to allow sending and receiving of\npackets with non-matching source or destination IPs. This defaults to false.", + 'canIpForward', + 'Whether to allow sending and receiving of\npackets with non-matching source or destination IPs. This defaults to false.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionNetworkEndpoint.ts b/src/app/Models/codegen/gcp/compute/RegionNetworkEndpoint.ts index 5ba4eaa56..4ea1670b2 100644 --- a/src/app/Models/codegen/gcp/compute/RegionNetworkEndpoint.ts +++ b/src/app/Models/codegen/gcp/compute/RegionNetworkEndpoint.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionNetworkEndpointArgs { /* @@ -77,48 +77,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region where the containing network endpoint group is located.", + 'region', + 'Region where the containing network endpoint group is located.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "regionNetworkEndpointGroup", - "The network endpoint group this endpoint is part of.\n\n\n- - -", + 'regionNetworkEndpointGroup', + 'The network endpoint group this endpoint is part of.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "fqdn", - "Fully qualified domain name of network endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.", + 'fqdn', + 'Fully qualified domain name of network endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipAddress", - "IPv4 address external endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_IP_PORT.", + 'ipAddress', + 'IPv4 address external endpoint.\nThis can only be specified when network_endpoint_type of the NEG is INTERNET_IP_PORT.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "port", - "Port number of network endpoint.", + 'port', + 'Port number of network endpoint.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionNetworkEndpointGroup.ts b/src/app/Models/codegen/gcp/compute/RegionNetworkEndpointGroup.ts index 733744835..725725429 100644 --- a/src/app/Models/codegen/gcp/compute/RegionNetworkEndpointGroup.ts +++ b/src/app/Models/codegen/gcp/compute/RegionNetworkEndpointGroup.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionNetworkEndpointGroupAppEngine, compute_RegionNetworkEndpointGroupAppEngine_GetTypes, -} from "../types/compute_RegionNetworkEndpointGroupAppEngine"; +} from '../types/compute_RegionNetworkEndpointGroupAppEngine'; import { compute_RegionNetworkEndpointGroupCloudFunction, compute_RegionNetworkEndpointGroupCloudFunction_GetTypes, -} from "../types/compute_RegionNetworkEndpointGroupCloudFunction"; +} from '../types/compute_RegionNetworkEndpointGroupCloudFunction'; import { compute_RegionNetworkEndpointGroupServerlessDeployment, compute_RegionNetworkEndpointGroupServerlessDeployment_GetTypes, -} from "../types/compute_RegionNetworkEndpointGroupServerlessDeployment"; +} from '../types/compute_RegionNetworkEndpointGroupServerlessDeployment'; import { compute_RegionNetworkEndpointGroupCloudRun, compute_RegionNetworkEndpointGroupCloudRun_GetTypes, -} from "../types/compute_RegionNetworkEndpointGroupCloudRun"; +} from '../types/compute_RegionNetworkEndpointGroupCloudRun'; export interface RegionNetworkEndpointGroupArgs { /* @@ -204,79 +204,79 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "appEngine", - "This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.", + 'appEngine', + 'This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.', () => compute_RegionNetworkEndpointGroupAppEngine_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region where the regional NEGs reside.\n\n\n- - -", + 'region', + 'A reference to the region where the regional NEGs reside.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "serverlessDeployment", - "This field is only used for SERVERLESS NEGs.\nOnly one of cloudRun, appEngine, cloudFunction or serverlessDeployment may be set.\nStructure is documented below.", + 'serverlessDeployment', + 'This field is only used for SERVERLESS NEGs.\nOnly one of cloudRun, appEngine, cloudFunction or serverlessDeployment may be set.\nStructure is documented below.', () => compute_RegionNetworkEndpointGroupServerlessDeployment_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "pscTargetService", - "This field is only used for PSC and INTERNET NEGs.\nThe target service url used to set up private service connection to\na Google API or a PSC Producer Service Attachment.", + 'pscTargetService', + 'This field is only used for PSC and INTERNET NEGs.\nThe target service url used to set up private service connection to\na Google API or a PSC Producer Service Attachment.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cloudRun", - "This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.", + 'cloudRun', + 'This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.', () => compute_RegionNetworkEndpointGroupCloudRun_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "cloudFunction", - "This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.", + 'cloudFunction', + 'This field is only used for SERVERLESS NEGs.\nOnly one of cloud_run, app_engine, cloud_function or serverless_deployment may be set.\nStructure is documented below.', () => compute_RegionNetworkEndpointGroupCloudFunction_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'This field is only used for PSC and INTERNET NEGs.\nThe URL of the network to which all network endpoints in the NEG belong. Uses\n"default" project network if unspecified.', () => [], false, @@ -284,16 +284,16 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "networkEndpointType", - "Type of network endpoints in this network endpoint group. Defaults to SERVERLESS.\nDefault value is `SERVERLESS`.\nPossible values are: `SERVERLESS`, `PRIVATE_SERVICE_CONNECT`, `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`.", + 'networkEndpointType', + 'Type of network endpoints in this network endpoint group. Defaults to SERVERLESS.\nDefault value is `SERVERLESS`.\nPossible values are: `SERVERLESS`, `PRIVATE_SERVICE_CONNECT`, `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "This field is only used for PSC NEGs.\nOptional URL of the subnetwork to which all network endpoints in the NEG belong.", + 'subnetwork', + 'This field is only used for PSC NEGs.\nOptional URL of the subnetwork to which all network endpoints in the NEG belong.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicy.ts b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicy.ts index 24893f6a0..2d43c29b6 100644 --- a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionNetworkFirewallPolicyArgs { // An optional description of this resource. Provide this property when you create the resource. @@ -71,32 +71,32 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "region", - "The region of this resource.", + 'region', + 'The region of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyAssociation.ts b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyAssociation.ts index b6ed7598b..79267e8f7 100644 --- a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyAssociation.ts +++ b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyAssociation.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionNetworkFirewallPolicyAssociationArgs { // The firewall policy ID of the association. @@ -58,40 +58,40 @@ The name for an association. return [ new DynamicUIProps( InputType.String, - "region", - "The location of this resource.", + 'region', + 'The location of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "attachmentTarget", - "The target that the firewall policy is attached to.", + 'attachmentTarget', + 'The target that the firewall policy is attached to.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy ID of the association.", + 'firewallPolicy', + 'The firewall policy ID of the association.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name for an association.\n\n\n\n- - -", + 'name', + 'The name for an association.\n\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyRule.ts b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyRule.ts index 06becc354..460506dd9 100644 --- a/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyRule.ts +++ b/src/app/Models/codegen/gcp/compute/RegionNetworkFirewallPolicyRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionNetworkFirewallPolicyRuleMatch, compute_RegionNetworkFirewallPolicyRuleMatch_GetTypes, -} from "../types/compute_RegionNetworkFirewallPolicyRuleMatch"; +} from '../types/compute_RegionNetworkFirewallPolicyRuleMatch'; import { compute_RegionNetworkFirewallPolicyRuleTargetSecureTag, compute_RegionNetworkFirewallPolicyRuleTargetSecureTag_GetTypes, -} from "../types/compute_RegionNetworkFirewallPolicyRuleTargetSecureTag"; +} from '../types/compute_RegionNetworkFirewallPolicyRuleTargetSecureTag'; export interface RegionNetworkFirewallPolicyRuleArgs { // The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next". @@ -105,31 +105,31 @@ export class RegionNetworkFirewallPolicyRule extends DS_Resource { return [ new DynamicUIProps( InputType.Bool, - "disabled", - "Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.", + 'disabled', + 'Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "priority", - "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.", + 'priority', + 'An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "targetServiceAccounts", - "A list of service accounts indicating the sets of instances that are applied with this rule.", + 'targetServiceAccounts', + 'A list of service accounts indicating the sets of instances that are applied with this rule.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "match", + 'match', "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.", () => compute_RegionNetworkFirewallPolicyRuleMatch_GetTypes(), true, @@ -137,39 +137,39 @@ export class RegionNetworkFirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "region", - "The location of this resource.", + 'region', + 'The location of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "firewallPolicy", - "The firewall policy of the resource.", + 'firewallPolicy', + 'The firewall policy of the resource.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "targetSecureTags", - "A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.", + 'targetSecureTags', + 'A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.', () => compute_RegionNetworkFirewallPolicyRuleTargetSecureTag_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "action", + 'action', 'The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".', () => [], true, @@ -177,31 +177,31 @@ export class RegionNetworkFirewallPolicyRule extends DS_Resource { ), new DynamicUIProps( InputType.String, - "ruleName", - "An optional name for the rule. This field is not a unique identifier and can be updated.", + 'ruleName', + 'An optional name for the rule. This field is not a unique identifier and can be updated.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description for this resource.", + 'description', + 'An optional description for this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "direction", - "The direction in which this rule applies. Possible values: INGRESS, EGRESS", + 'direction', + 'The direction in which this rule applies. Possible values: INGRESS, EGRESS', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "enableLogging", + 'enableLogging', 'Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules.', () => [], false, diff --git a/src/app/Models/codegen/gcp/compute/RegionPerInstanceConfig.ts b/src/app/Models/codegen/gcp/compute/RegionPerInstanceConfig.ts index eedcc4275..af05971ea 100644 --- a/src/app/Models/codegen/gcp/compute/RegionPerInstanceConfig.ts +++ b/src/app/Models/codegen/gcp/compute/RegionPerInstanceConfig.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionPerInstanceConfigPreservedState, compute_RegionPerInstanceConfigPreservedState_GetTypes, -} from "../types/compute_RegionPerInstanceConfigPreservedState"; +} from '../types/compute_RegionPerInstanceConfigPreservedState'; export interface RegionPerInstanceConfigArgs { /* @@ -135,72 +135,72 @@ When false, deleting this config will use the behavior as determined by remove_i return [ new DynamicUIProps( InputType.Bool, - "removeInstanceStateOnDestroy", - "When true, deleting this config will immediately remove any specified state from the underlying instance.\nWhen false, deleting this config will *not* immediately remove any state from the underlying instance.\nState will be removed on the next instance recreation or update.", + 'removeInstanceStateOnDestroy', + 'When true, deleting this config will immediately remove any specified state from the underlying instance.\nWhen false, deleting this config will *not* immediately remove any state from the underlying instance.\nState will be removed on the next instance recreation or update.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region where the containing instance group manager is located", + 'region', + 'Region where the containing instance group manager is located', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "removeInstanceOnDestroy", - "When true, deleting this config will immediately remove the underlying instance.\nWhen false, deleting this config will use the behavior as determined by remove_instance_on_destroy.", + 'removeInstanceOnDestroy', + 'When true, deleting this config will immediately remove the underlying instance.\nWhen false, deleting this config will use the behavior as determined by remove_instance_on_destroy.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "regionInstanceGroupManager", - "The region instance group manager this instance config is part of.\n\n\n- - -", + 'regionInstanceGroupManager', + 'The region instance group manager this instance config is part of.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "preservedState", - "The preserved state for this instance.\nStructure is documented below.", + 'preservedState', + 'The preserved state for this instance.\nStructure is documented below.', () => compute_RegionPerInstanceConfigPreservedState_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "minimalAction", - "The minimal action to perform on the instance during an update.\nDefault is `NONE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE", + 'minimalAction', + 'The minimal action to perform on the instance during an update.\nDefault is `NONE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name for this per-instance config and its corresponding instance.", + 'name', + 'The name for this per-instance config and its corresponding instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "mostDisruptiveAllowedAction", - "The most disruptive action to perform on the instance during an update.\nDefault is `REPLACE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE", + 'mostDisruptiveAllowedAction', + 'The most disruptive action to perform on the instance during an update.\nDefault is `REPLACE`. Possible values are:\n* REPLACE\n* RESTART\n* REFRESH\n* NONE', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionSecurityPolicy.ts b/src/app/Models/codegen/gcp/compute/RegionSecurityPolicy.ts index b6cd2ce8c..c55d897ef 100644 --- a/src/app/Models/codegen/gcp/compute/RegionSecurityPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionSecurityPolicy.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionSecurityPolicyUserDefinedField, compute_RegionSecurityPolicyUserDefinedField_GetTypes, -} from "../types/compute_RegionSecurityPolicyUserDefinedField"; +} from '../types/compute_RegionSecurityPolicyUserDefinedField'; import { compute_RegionSecurityPolicyDdosProtectionConfig, compute_RegionSecurityPolicyDdosProtectionConfig_GetTypes, -} from "../types/compute_RegionSecurityPolicyDdosProtectionConfig"; +} from '../types/compute_RegionSecurityPolicyDdosProtectionConfig'; export interface RegionSecurityPolicyArgs { /* @@ -132,23 +132,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created Region Security Policy should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created Region Security Policy should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "type", + 'type', "The type indicates the intended use of the security policy.\n- CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers.\n- CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.\n- CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application.\nThis field can be set only at resource creation time.\nPossible values are: `CLOUD_ARMOR`, `CLOUD_ARMOR_EDGE`, `CLOUD_ARMOR_NETWORK`.", () => [], false, @@ -156,32 +156,32 @@ Structure is documented below. ), new DynamicUIProps( InputType.Array, - "userDefinedFields", - "Definitions of user-defined fields for CLOUD_ARMOR_NETWORK policies.\nA user-defined field consists of up to 4 bytes extracted from a fixed offset in the packet, relative to the IPv4, IPv6, TCP, or UDP header, with an optional mask to select certain bits.\nRules may then specify matching values for these fields.\nStructure is documented below.", + 'userDefinedFields', + 'Definitions of user-defined fields for CLOUD_ARMOR_NETWORK policies.\nA user-defined field consists of up to 4 bytes extracted from a fixed offset in the packet, relative to the IPv4, IPv6, TCP, or UDP header, with an optional mask to select certain bits.\nRules may then specify matching values for these fields.\nStructure is documented below.', () => compute_RegionSecurityPolicyUserDefinedField_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "ddosProtectionConfig", - "Configuration for Google Cloud Armor DDOS Proctection Config.\nStructure is documented below.", + 'ddosProtectionConfig', + 'Configuration for Google Cloud Armor DDOS Proctection Config.\nStructure is documented below.', () => compute_RegionSecurityPolicyDdosProtectionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionSecurityPolicyRule.ts b/src/app/Models/codegen/gcp/compute/RegionSecurityPolicyRule.ts index 1b6462ba1..e9b400bbb 100644 --- a/src/app/Models/codegen/gcp/compute/RegionSecurityPolicyRule.ts +++ b/src/app/Models/codegen/gcp/compute/RegionSecurityPolicyRule.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionSecurityPolicyRuleMatch, compute_RegionSecurityPolicyRuleMatch_GetTypes, -} from "../types/compute_RegionSecurityPolicyRuleMatch"; +} from '../types/compute_RegionSecurityPolicyRuleMatch'; import { compute_RegionSecurityPolicyRuleNetworkMatch, compute_RegionSecurityPolicyRuleNetworkMatch_GetTypes, -} from "../types/compute_RegionSecurityPolicyRuleNetworkMatch"; +} from '../types/compute_RegionSecurityPolicyRuleNetworkMatch'; export interface RegionSecurityPolicyRuleArgs { /* @@ -141,23 +141,23 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "action", - "The Action to perform when the rule is matched. The following are the valid actions:\n* allow: allow access to target.\n* deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502.\n* rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rateLimitOptions to be set.\n* redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR.\n* throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rateLimitOptions to be set for this.", + 'action', + 'The Action to perform when the rule is matched. The following are the valid actions:\n* allow: allow access to target.\n* deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502.\n* rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rateLimitOptions to be set.\n* redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR.\n* throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rateLimitOptions to be set for this.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "match", + 'match', "A match condition that incoming traffic is evaluated against.\nIf it evaluates to true, the corresponding 'action' is enforced.\nStructure is documented below.", () => compute_RegionSecurityPolicyRuleMatch_GetTypes(), false, @@ -165,39 +165,39 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The name of the security policy this rule belongs to.\n\n\n- - -", + 'securityPolicy', + 'The name of the security policy this rule belongs to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "priority", - "An integer indicating the priority of a rule in the list.\nThe priority must be a positive value between 0 and 2147483647.\nRules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.", + 'priority', + 'An integer indicating the priority of a rule in the list.\nThe priority must be a positive value between 0 and 2147483647.\nRules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created Region Security Policy rule should reside.", + 'region', + 'The Region in which the created Region Security Policy rule should reside.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "networkMatch", + 'networkMatch', "A match condition that incoming packets are evaluated against for CLOUD_ARMOR_NETWORK security policies. If it matches, the corresponding 'action' is enforced.\nThe match criteria for a rule consists of built-in match fields (like 'srcIpRanges') and potentially multiple user-defined match fields ('userDefinedFields').\nField values may be extracted directly from the packet or derived from it (e.g. 'srcRegionCodes'). Some fields may not be present in every packet (e.g. 'srcPorts'). A user-defined field is only present if the base header is found in the packet and the entire field is in bounds.\nEach match field may specify which values can match it, listing one or more ranges, prefixes, or exact values that are considered a match for the field. A field value must be present in order to match a specified match field. If no match values are specified for a match field, then any field value is considered to match it, and it's not required to be present. For strings specifying '*' is also equivalent to match all.\nFor a packet to match a rule, all specified match fields must match the corresponding field values derived from the packet.\nExample:\nnetworkMatch: srcIpRanges: - \"192.0.2.0/24\" - \"198.51.100.0/24\" userDefinedFields: - name: \"ipv4_fragment_offset\" values: - \"1-0x1fff\"\nThe above match condition matches packets with a source IP in 192.0.2.0/24 or 198.51.100.0/24 and a user-defined field named \"ipv4_fragment_offset\" with a value between 1 and 0x1fff inclusive\nStructure is documented below.", () => compute_RegionSecurityPolicyRuleNetworkMatch_GetTypes(), false, @@ -205,8 +205,8 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Bool, - "preview", - "If set to true, the specified action is not enforced.", + 'preview', + 'If set to true, the specified action is not enforced.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionSslCertificate.ts b/src/app/Models/codegen/gcp/compute/RegionSslCertificate.ts index 3842cbd71..9c65c9312 100644 --- a/src/app/Models/codegen/gcp/compute/RegionSslCertificate.ts +++ b/src/app/Models/codegen/gcp/compute/RegionSslCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionSslCertificateArgs { /* @@ -127,56 +127,56 @@ These are in the same namespace as the managed SSL certificates. return [ new DynamicUIProps( InputType.String, - "region", - "The Region in which the created regional ssl certificate should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created regional ssl certificate should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificate", - "The certificate in PEM format.\nThe certificate chain must be no greater than 5 certs long.\nThe chain must include at least one intermediate cert.\n**Note**: This property is sensitive and will not be displayed in the plan.", + 'certificate', + 'The certificate in PEM format.\nThe certificate chain must be no greater than 5 certs long.\nThe chain must include at least one intermediate cert.\n**Note**: This property is sensitive and will not be displayed in the plan.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the\nspecified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the\nspecified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateKey", - "The write-only private key in PEM format.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -", + 'privateKey', + 'The write-only private key in PEM format.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionSslPolicy.ts b/src/app/Models/codegen/gcp/compute/RegionSslPolicy.ts index ad82fc066..b46fd72b5 100644 --- a/src/app/Models/codegen/gcp/compute/RegionSslPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionSslPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionSslPolicyArgs { /* @@ -148,56 +148,56 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "minTlsVersion", - "The minimum version of SSL protocol that can be used by the clients\nto establish a connection with the load balancer.\nDefault value is `TLS_1_0`.\nPossible values are: `TLS_1_0`, `TLS_1_1`, `TLS_1_2`.", + 'minTlsVersion', + 'The minimum version of SSL protocol that can be used by the clients\nto establish a connection with the load balancer.\nDefault value is `TLS_1_0`.\nPossible values are: `TLS_1_0`, `TLS_1_1`, `TLS_1_2`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "profile", - "Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor information on what cipher suites each profile provides. If\n`CUSTOM` is used, the `custom_features` attribute **must be set**.\nDefault value is `COMPATIBLE`.\nPossible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.", + 'profile', + 'Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor information on what cipher suites each profile provides. If\n`CUSTOM` is used, the `custom_features` attribute **must be set**.\nDefault value is `COMPATIBLE`.\nPossible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region where the regional SSL policy resides.\n\n\n- - -", + 'region', + 'The region where the regional SSL policy resides.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "customFeatures", - "A list of features enabled when the selected profile is CUSTOM. The\nmethod returns the set of features that can be specified in this\nlist. This field must be empty if the profile is not CUSTOM.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor which ciphers are available to use. **Note**: this argument\n*must* be present when using the `CUSTOM` profile. This argument\n*must not* be present when using any other profile.", + 'customFeatures', + 'A list of features enabled when the selected profile is CUSTOM. The\nmethod returns the set of features that can be specified in this\nlist. This field must be empty if the profile is not CUSTOM.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor which ciphers are available to use. **Note**: this argument\n*must* be present when using the `CUSTOM` profile. This argument\n*must not* be present when using any other profile.', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/RegionTargetHttpProxy.ts b/src/app/Models/codegen/gcp/compute/RegionTargetHttpProxy.ts index f33814740..5847d2a81 100644 --- a/src/app/Models/codegen/gcp/compute/RegionTargetHttpProxy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionTargetHttpProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionTargetHttpProxyArgs { /* @@ -92,40 +92,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created target https proxy should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created target https proxy should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "urlMap", - "A reference to the RegionUrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -", + 'urlMap', + 'A reference to the RegionUrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionTargetHttpsProxy.ts b/src/app/Models/codegen/gcp/compute/RegionTargetHttpsProxy.ts index b6b902a54..0a936b63f 100644 --- a/src/app/Models/codegen/gcp/compute/RegionTargetHttpsProxy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionTargetHttpsProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionTargetHttpsProxyArgs { /* @@ -136,64 +136,64 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Array, - "sslCertificates", - "URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.\nAt least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.\nsslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.", + 'sslCertificates', + 'URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.\nAt least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.\nsslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sslPolicy", - "A reference to the Region SslPolicy resource that will be associated with\nthe TargetHttpsProxy resource. If not set, the TargetHttpsProxy\nresource will not have any SSL policy configured.", + 'sslPolicy', + 'A reference to the Region SslPolicy resource that will be associated with\nthe TargetHttpsProxy resource. If not set, the TargetHttpsProxy\nresource will not have any SSL policy configured.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "urlMap", - "A reference to the RegionUrlMap resource that defines the mapping from URL\nto the RegionBackendService.\n\n\n- - -", + 'urlMap', + 'A reference to the RegionUrlMap resource that defines the mapping from URL\nto the RegionBackendService.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "certificateManagerCertificates", - "URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 certificates. Certificate manager certificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates fields can not be defined together.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}` or just the self_link `projects/{project}/locations/{location}/certificates/{resourceName}`", + 'certificateManagerCertificates', + 'URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 certificates. Certificate manager certificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates fields can not be defined together.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}` or just the self_link `projects/{project}/locations/{location}/certificates/{resourceName}`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created target https proxy should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created target https proxy should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionTargetTcpProxy.ts b/src/app/Models/codegen/gcp/compute/RegionTargetTcpProxy.ts index 70b6c9729..f9f55a7f3 100644 --- a/src/app/Models/codegen/gcp/compute/RegionTargetTcpProxy.ts +++ b/src/app/Models/codegen/gcp/compute/RegionTargetTcpProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegionTargetTcpProxyArgs { /* @@ -118,56 +118,56 @@ If it is not provided, the provider region is used. return [ new DynamicUIProps( InputType.Bool, - "proxyBind", - "This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.", + 'proxyBind', + 'This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "proxyHeader", - "Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.", + 'proxyHeader', + 'Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the created target TCP proxy should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the created target TCP proxy should reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "backendService", - "A reference to the BackendService resource.\n\n\n- - -", + 'backendService', + 'A reference to the BackendService resource.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RegionUrlMap.ts b/src/app/Models/codegen/gcp/compute/RegionUrlMap.ts index be3a26403..7f13a6df0 100644 --- a/src/app/Models/codegen/gcp/compute/RegionUrlMap.ts +++ b/src/app/Models/codegen/gcp/compute/RegionUrlMap.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RegionUrlMapTest, compute_RegionUrlMapTest_GetTypes, -} from "../types/compute_RegionUrlMapTest"; +} from '../types/compute_RegionUrlMapTest'; import { compute_RegionUrlMapDefaultRouteAction, compute_RegionUrlMapDefaultRouteAction_GetTypes, -} from "../types/compute_RegionUrlMapDefaultRouteAction"; +} from '../types/compute_RegionUrlMapDefaultRouteAction'; import { compute_RegionUrlMapDefaultUrlRedirect, compute_RegionUrlMapDefaultUrlRedirect_GetTypes, -} from "../types/compute_RegionUrlMapDefaultUrlRedirect"; +} from '../types/compute_RegionUrlMapDefaultUrlRedirect'; import { compute_RegionUrlMapHostRule, compute_RegionUrlMapHostRule_GetTypes, -} from "../types/compute_RegionUrlMapHostRule"; +} from '../types/compute_RegionUrlMapHostRule'; import { compute_RegionUrlMapPathMatcher, compute_RegionUrlMapPathMatcher_GetTypes, -} from "../types/compute_RegionUrlMapPathMatcher"; +} from '../types/compute_RegionUrlMapPathMatcher'; export interface RegionUrlMapArgs { /* @@ -206,80 +206,80 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.Array, - "tests", - "The list of expected URL mappings. Requests to update this UrlMap will\nsucceed only if all of the test cases pass.\nStructure is documented below.", + 'tests', + 'The list of expected URL mappings. Requests to update this UrlMap will\nsucceed only if all of the test cases pass.\nStructure is documented below.', () => compute_RegionUrlMapTest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultRouteAction", - "defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nURL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction.\ndefaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.\nStructure is documented below.", + 'defaultRouteAction', + 'defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nURL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction.\ndefaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.\nStructure is documented below.', () => compute_RegionUrlMapDefaultRouteAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "defaultService", - "The full or partial URL of the defaultService resource to which traffic is directed if\nnone of the hostRules match. If defaultRouteAction is additionally specified, advanced\nrouting actions like URL Rewrites, etc. take effect prior to sending the request to the\nbackend. However, if defaultService is specified, defaultRouteAction cannot contain any\nweightedBackendServices. Conversely, if routeAction specifies any\nweightedBackendServices, service must not be specified. Only one of defaultService,\ndefaultUrlRedirect or defaultRouteAction.weightedBackendService must be set.", + 'defaultService', + 'The full or partial URL of the defaultService resource to which traffic is directed if\nnone of the hostRules match. If defaultRouteAction is additionally specified, advanced\nrouting actions like URL Rewrites, etc. take effect prior to sending the request to the\nbackend. However, if defaultService is specified, defaultRouteAction cannot contain any\nweightedBackendServices. Conversely, if routeAction specifies any\nweightedBackendServices, service must not be specified. Only one of defaultService,\ndefaultUrlRedirect or defaultRouteAction.weightedBackendService must be set.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "defaultUrlRedirect", - "When none of the specified hostRules match, the request is redirected to a URL specified\nby defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or\ndefaultRouteAction must not be set.\nStructure is documented below.", + 'defaultUrlRedirect', + 'When none of the specified hostRules match, the request is redirected to a URL specified\nby defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or\ndefaultRouteAction must not be set.\nStructure is documented below.', () => compute_RegionUrlMapDefaultUrlRedirect_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "hostRules", - "The list of HostRules to use against the URL.\nStructure is documented below.", + 'hostRules', + 'The list of HostRules to use against the URL.\nStructure is documented below.', () => compute_RegionUrlMapHostRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Region in which the url map should reside.\nIf it is not provided, the provider region is used.", + 'region', + 'The Region in which the url map should reside.\nIf it is not provided, the provider region is used.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "pathMatchers", - "The list of named PathMatchers to use against the URL.\nStructure is documented below.", + 'pathMatchers', + 'The list of named PathMatchers to use against the URL.\nStructure is documented below.', () => compute_RegionUrlMapPathMatcher_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/Reservation.ts b/src/app/Models/codegen/gcp/compute/Reservation.ts index 69acdaaa7..f03902916 100644 --- a/src/app/Models/codegen/gcp/compute/Reservation.ts +++ b/src/app/Models/codegen/gcp/compute/Reservation.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ReservationShareSettings, compute_ReservationShareSettings_GetTypes, -} from "../types/compute_ReservationShareSettings"; +} from '../types/compute_ReservationShareSettings'; import { compute_ReservationSpecificReservation, compute_ReservationSpecificReservation_GetTypes, -} from "../types/compute_ReservationSpecificReservation"; +} from '../types/compute_ReservationSpecificReservation'; export interface ReservationArgs { /* @@ -120,56 +120,56 @@ affinity for any reservation. Defaults to false. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "shareSettings", - "The share setting for reservations.\nStructure is documented below.", + 'shareSettings', + 'The share setting for reservations.\nStructure is documented below.', () => compute_ReservationShareSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "specificReservation", - "Reservation for instances with specific machine shapes.\nStructure is documented below.", + 'specificReservation', + 'Reservation for instances with specific machine shapes.\nStructure is documented below.', () => compute_ReservationSpecificReservation_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "specificReservationRequired", - "When set to true, only VMs that target this reservation by name can\nconsume this reservation. Otherwise, it can be consumed by VMs with\naffinity for any reservation. Defaults to false.", + 'specificReservationRequired', + 'When set to true, only VMs that target this reservation by name can\nconsume this reservation. Otherwise, it can be consumed by VMs with\naffinity for any reservation. Defaults to false.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "The zone where the reservation is made.", + 'zone', + 'The zone where the reservation is made.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/ResourcePolicy.ts b/src/app/Models/codegen/gcp/compute/ResourcePolicy.ts index cf5d1f9a2..a15e5c9ef 100644 --- a/src/app/Models/codegen/gcp/compute/ResourcePolicy.ts +++ b/src/app/Models/codegen/gcp/compute/ResourcePolicy.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ResourcePolicySnapshotSchedulePolicy, compute_ResourcePolicySnapshotSchedulePolicy_GetTypes, -} from "../types/compute_ResourcePolicySnapshotSchedulePolicy"; +} from '../types/compute_ResourcePolicySnapshotSchedulePolicy'; import { compute_ResourcePolicyDiskConsistencyGroupPolicy, compute_ResourcePolicyDiskConsistencyGroupPolicy_GetTypes, -} from "../types/compute_ResourcePolicyDiskConsistencyGroupPolicy"; +} from '../types/compute_ResourcePolicyDiskConsistencyGroupPolicy'; import { compute_ResourcePolicyGroupPlacementPolicy, compute_ResourcePolicyGroupPlacementPolicy_GetTypes, -} from "../types/compute_ResourcePolicyGroupPlacementPolicy"; +} from '../types/compute_ResourcePolicyGroupPlacementPolicy'; import { compute_ResourcePolicyInstanceSchedulePolicy, compute_ResourcePolicyInstanceSchedulePolicy_GetTypes, -} from "../types/compute_ResourcePolicyInstanceSchedulePolicy"; +} from '../types/compute_ResourcePolicyInstanceSchedulePolicy'; export interface ResourcePolicyArgs { /* @@ -132,64 +132,64 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "groupPlacementPolicy", - "Resource policy for instances used for placement configuration.\nStructure is documented below.", + 'groupPlacementPolicy', + 'Resource policy for instances used for placement configuration.\nStructure is documented below.', () => compute_ResourcePolicyGroupPlacementPolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "instanceSchedulePolicy", - "Resource policy for scheduling instance operations.\nStructure is documented below.", + 'instanceSchedulePolicy', + 'Resource policy for scheduling instance operations.\nStructure is documented below.', () => compute_ResourcePolicyInstanceSchedulePolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z`? which means the\nfirst character must be a lowercase letter, and all following characters\nmust be a dash, lowercase letter, or digit, except the last character,\nwhich cannot be a dash.\n\n\n- - -", + 'name', + 'The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z`? which means the\nfirst character must be a lowercase letter, and all following characters\nmust be a dash, lowercase letter, or digit, except the last character,\nwhich cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region where resource policy resides.", + 'region', + 'Region where resource policy resides.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "snapshotSchedulePolicy", - "Policy for creating snapshots of persistent disks.\nStructure is documented below.", + 'snapshotSchedulePolicy', + 'Policy for creating snapshots of persistent disks.\nStructure is documented below.', () => compute_ResourcePolicySnapshotSchedulePolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create the resource.", + 'description', + 'An optional description of this resource. Provide this property when you create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "diskConsistencyGroupPolicy", - "Replication consistency group for asynchronous disk replication.\nStructure is documented below.", + 'diskConsistencyGroupPolicy', + 'Replication consistency group for asynchronous disk replication.\nStructure is documented below.', () => compute_ResourcePolicyDiskConsistencyGroupPolicy_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/Route.ts b/src/app/Models/codegen/gcp/compute/Route.ts index b9ed4573a..ad9e3677c 100644 --- a/src/app/Models/codegen/gcp/compute/Route.ts +++ b/src/app/Models/codegen/gcp/compute/Route.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouteArgs { /* @@ -221,104 +221,104 @@ partial valid URL: return [ new DynamicUIProps( InputType.String, - "nextHopIlb", - "The IP address or URL to a forwarding rule of type\nloadBalancingScheme=INTERNAL that should handle matching\npackets.\nWith the GA provider you can only specify the forwarding\nrule as a partial or full URL. For example, the following\nare all valid values:\n* 10.128.0.56\n* https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule\n* regions/region/forwardingRules/forwardingRule\nWhen the beta provider, you can also specify the IP address\nof a forwarding rule from the same VPC or any peered VPC.\nNote that this can only be used when the destinationRange is\na public (non-RFC 1918) IP CIDR range.", + 'nextHopIlb', + 'The IP address or URL to a forwarding rule of type\nloadBalancingScheme=INTERNAL that should handle matching\npackets.\nWith the GA provider you can only specify the forwarding\nrule as a partial or full URL. For example, the following\nare all valid values:\n* 10.128.0.56\n* https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule\n* regions/region/forwardingRules/forwardingRule\nWhen the beta provider, you can also specify the IP address\nof a forwarding rule from the same VPC or any peered VPC.\nNote that this can only be used when the destinationRange is\na public (non-RFC 1918) IP CIDR range.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "nextHopGateway", - "URL to a gateway that should handle matching packets.\nCurrently, you can only specify the internet gateway, using a full or\npartial valid URL:\n* `https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway`\n* `projects/project/global/gateways/default-internet-gateway`\n* `global/gateways/default-internet-gateway`\n* The string `default-internet-gateway`.", + 'nextHopGateway', + 'URL to a gateway that should handle matching packets.\nCurrently, you can only specify the internet gateway, using a full or\npartial valid URL:\n* `https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway`\n* `projects/project/global/gateways/default-internet-gateway`\n* `global/gateways/default-internet-gateway`\n* The string `default-internet-gateway`.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "tags", - "A list of instance tags to which this route applies.", + 'tags', + 'A list of instance tags to which this route applies.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "destRange", - "The destination range of outgoing packets that this route applies to.\nOnly IPv4 is supported.", + 'destRange', + 'The destination range of outgoing packets that this route applies to.\nOnly IPv4 is supported.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "network", - "The network that this route applies to.\n\n\n- - -", + 'network', + 'The network that this route applies to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "nextHopInstanceZone", - "(Optional when `next_hop_instance` is\nspecified) The zone of the instance specified in\n`next_hop_instance`. Omit if `next_hop_instance` is specified as\na URL.", + 'nextHopInstanceZone', + '(Optional when `next_hop_instance` is\nspecified) The zone of the instance specified in\n`next_hop_instance`. Omit if `next_hop_instance` is specified as\na URL.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "nextHopVpnTunnel", - "URL to a VpnTunnel that should handle matching packets.", + 'nextHopVpnTunnel', + 'URL to a VpnTunnel that should handle matching packets.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property\nwhen you create the resource.", + 'description', + 'An optional description of this resource. Provide this property\nwhen you create the resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "nextHopIp", - "Network IP address of an instance that should handle matching packets.", + 'nextHopIp', + 'Network IP address of an instance that should handle matching packets.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority of this route. Priority is used to break ties in cases\nwhere there is more than one matching route of equal prefix length.\nIn the case of two routes with equal prefix length, the one with the\nlowest-numbered priority value wins.\nDefault value is 1000. Valid range is 0 through 65535.", + 'priority', + 'The priority of this route. Priority is used to break ties in cases\nwhere there is more than one matching route of equal prefix length.\nIn the case of two routes with equal prefix length, the one with the\nlowest-numbered priority value wins.\nDefault value is 1000. Valid range is 0 through 65535.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the\nlast character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "nextHopInstance", - "URL to an instance that should handle matching packets.\nYou can specify this as a full or partial URL. For example:\n* `https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance`\n* `projects/project/zones/zone/instances/instance`\n* `zones/zone/instances/instance`\n* Just the instance name, with the zone in `next_hop_instance_zone`.", + 'nextHopInstance', + 'URL to an instance that should handle matching packets.\nYou can specify this as a full or partial URL. For example:\n* `https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance`\n* `projects/project/zones/zone/instances/instance`\n* `zones/zone/instances/instance`\n* Just the instance name, with the zone in `next_hop_instance_zone`.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/Router.ts b/src/app/Models/codegen/gcp/compute/Router.ts index 94a84e24b..6ced67b1c 100644 --- a/src/app/Models/codegen/gcp/compute/Router.ts +++ b/src/app/Models/codegen/gcp/compute/Router.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RouterBgp, compute_RouterBgp_GetTypes, -} from "../types/compute_RouterBgp"; +} from '../types/compute_RouterBgp'; export interface RouterArgs { /* @@ -107,56 +107,56 @@ A reference to the network to which this router belongs. return [ new DynamicUIProps( InputType.Object, - "bgp", - "BGP information specific to this router.\nStructure is documented below.", + 'bgp', + 'BGP information specific to this router.\nStructure is documented below.', () => compute_RouterBgp_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "encryptedInterconnectRouter", - "Indicates if a router is dedicated for use with encrypted VLAN\nattachments (interconnectAttachments).", + 'encryptedInterconnectRouter', + 'Indicates if a router is dedicated for use with encrypted VLAN\nattachments (interconnectAttachments).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "A reference to the network to which this router belongs.\n\n\n- - -", + 'network', + 'A reference to the network to which this router belongs.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "Region where the router resides.", + 'region', + 'Region where the router resides.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RouterInterface.ts b/src/app/Models/codegen/gcp/compute/RouterInterface.ts index 0c5c8b54d..3a41ee768 100644 --- a/src/app/Models/codegen/gcp/compute/RouterInterface.ts +++ b/src/app/Models/codegen/gcp/compute/RouterInterface.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RouterInterfaceArgs { /* @@ -145,7 +145,7 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c return [ new DynamicUIProps( InputType.String, - "project", + 'project', "The ID of the project in which this interface's routerbelongs.\nIf it is not provided, the provider project is used. Changing this forces a new interface to be created.", () => [], false, @@ -153,39 +153,39 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c ), new DynamicUIProps( InputType.String, - "router", - "The name of the router this interface will be attached to.\nChanging this forces a new interface to be created.\n\nIn addition to the above required fields, a router interface must have specified either `ip_range` or exactly one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork`, or both.\n\n- - -", + 'router', + 'The name of the router this interface will be attached to.\nChanging this forces a new interface to be created.\n\nIn addition to the above required fields, a router interface must have specified either `ip_range` or exactly one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork`, or both.\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "The URI of the subnetwork resource that this interface\nbelongs to, which must be in the same region as the Cloud Router. When you establish a BGP session to a VM instance using this interface, the VM instance must belong to the same subnetwork as the subnetwork specified here. Changing this forces a new interface to be created. Only one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.", + 'subnetwork', + 'The URI of the subnetwork resource that this interface\nbelongs to, which must be in the same region as the Cloud Router. When you establish a BGP session to a VM instance using this interface, the VM instance must belong to the same subnetwork as the subnetwork specified here. Changing this forces a new interface to be created. Only one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the interface, required by GCE. Changing\nthis forces a new interface to be created.", + 'name', + 'A unique name for the interface, required by GCE. Changing\nthis forces a new interface to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "redundantInterface", - "The name of the interface that is redundant to\nthis interface. Changing this forces a new interface to be created.", + 'redundantInterface', + 'The name of the interface that is redundant to\nthis interface. Changing this forces a new interface to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", + 'region', "The region this interface's router sits in.\nIf not specified, the project region will be used. Changing this forces a new interface to be created.", () => [], false, @@ -193,32 +193,32 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c ), new DynamicUIProps( InputType.String, - "ipRange", - "IP address and range of the interface. The IP range must be\nin the RFC3927 link-local IP space. Changing this forces a new interface to be created.", + 'ipRange', + 'IP address and range of the interface. The IP range must be\nin the RFC3927 link-local IP space. Changing this forces a new interface to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateIpAddress", - "The regional private internal IP address that is used\nto establish BGP sessions to a VM instance acting as a third-party Router Appliance. Changing this forces a new interface to be created.", + 'privateIpAddress', + 'The regional private internal IP address that is used\nto establish BGP sessions to a VM instance acting as a third-party Router Appliance. Changing this forces a new interface to be created.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpnTunnel", - "The name or resource link to the VPN tunnel this\ninterface will be linked to. Changing this forces a new interface to be created. Only\none of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.", + 'vpnTunnel', + 'The name or resource link to the VPN tunnel this\ninterface will be linked to. Changing this forces a new interface to be created. Only\none of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "interconnectAttachment", - "The name or resource link to the\nVLAN interconnect for this interface. Changing this forces a new interface to\nbe created. Only one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.", + 'interconnectAttachment', + 'The name or resource link to the\nVLAN interconnect for this interface. Changing this forces a new interface to\nbe created. Only one of `vpn_tunnel`, `interconnect_attachment` or `subnetwork` can be specified.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RouterNat.ts b/src/app/Models/codegen/gcp/compute/RouterNat.ts index 60202e583..c1cffa661 100644 --- a/src/app/Models/codegen/gcp/compute/RouterNat.ts +++ b/src/app/Models/codegen/gcp/compute/RouterNat.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RouterNatLogConfig, compute_RouterNatLogConfig_GetTypes, -} from "../types/compute_RouterNatLogConfig"; +} from '../types/compute_RouterNatLogConfig'; import { compute_RouterNatSubnetwork, compute_RouterNatSubnetwork_GetTypes, -} from "../types/compute_RouterNatSubnetwork"; +} from '../types/compute_RouterNatSubnetwork'; import { compute_RouterNatRule, compute_RouterNatRule_GetTypes, -} from "../types/compute_RouterNatRule"; +} from '../types/compute_RouterNatRule'; export interface RouterNatArgs { // Timeout (in seconds) for UDP connections. Defaults to 30s if not set. @@ -297,168 +297,168 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Number, - "udpIdleTimeoutSec", - "Timeout (in seconds) for UDP connections. Defaults to 30s if not set.", + 'udpIdleTimeoutSec', + 'Timeout (in seconds) for UDP connections. Defaults to 30s if not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the NAT service. The name must be 1-63 characters long and\ncomply with RFC1035.", + 'name', + 'Name of the NAT service. The name must be 1-63 characters long and\ncomply with RFC1035.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "rules", - "A list of rules associated with this NAT.\nStructure is documented below.", + 'rules', + 'A list of rules associated with this NAT.\nStructure is documented below.', () => compute_RouterNatRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "natIps", - "Self-links of NAT IPs. Only valid if natIpAllocateOption\nis set to MANUAL_ONLY.", + 'natIps', + 'Self-links of NAT IPs. Only valid if natIpAllocateOption\nis set to MANUAL_ONLY.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "logConfig", - "Configuration for logging on NAT\nStructure is documented below.", + 'logConfig', + 'Configuration for logging on NAT\nStructure is documented below.', () => compute_RouterNatLogConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sourceSubnetworkIpRangesToNat", - "How NAT should be configured per Subnetwork.\nIf `ALL_SUBNETWORKS_ALL_IP_RANGES`, all of the\nIP ranges in every Subnetwork are allowed to Nat.\nIf `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, all of the primary IP\nranges in every Subnetwork are allowed to Nat.\n`LIST_OF_SUBNETWORKS`: A list of Subnetworks are allowed to Nat\n(specified in the field subnetwork below). Note that if this field\ncontains ALL_SUBNETWORKS_ALL_IP_RANGES or\nALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any\nother RouterNat section in any Router for this network in this region.\nPossible values are: `ALL_SUBNETWORKS_ALL_IP_RANGES`, `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, `LIST_OF_SUBNETWORKS`.", + 'sourceSubnetworkIpRangesToNat', + 'How NAT should be configured per Subnetwork.\nIf `ALL_SUBNETWORKS_ALL_IP_RANGES`, all of the\nIP ranges in every Subnetwork are allowed to Nat.\nIf `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, all of the primary IP\nranges in every Subnetwork are allowed to Nat.\n`LIST_OF_SUBNETWORKS`: A list of Subnetworks are allowed to Nat\n(specified in the field subnetwork below). Note that if this field\ncontains ALL_SUBNETWORKS_ALL_IP_RANGES or\nALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any\nother RouterNat section in any Router for this network in this region.\nPossible values are: `ALL_SUBNETWORKS_ALL_IP_RANGES`, `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, `LIST_OF_SUBNETWORKS`.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "subnetworks", - "One or more subnetwork NAT configurations. Only used if\n`source_subnetwork_ip_ranges_to_nat` is set to `LIST_OF_SUBNETWORKS`\nStructure is documented below.", + 'subnetworks', + 'One or more subnetwork NAT configurations. Only used if\n`source_subnetwork_ip_ranges_to_nat` is set to `LIST_OF_SUBNETWORKS`\nStructure is documented below.', () => compute_RouterNatSubnetwork_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "tcpTransitoryIdleTimeoutSec", - "Timeout (in seconds) for TCP transitory connections.\nDefaults to 30s if not set.", + 'tcpTransitoryIdleTimeoutSec', + 'Timeout (in seconds) for TCP transitory connections.\nDefaults to 30s if not set.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "drainNatIps", - "A list of URLs of the IP resources to be drained. These IPs must be\nvalid static external IPs that have been assigned to the NAT.", + 'drainNatIps', + 'A list of URLs of the IP resources to be drained. These IPs must be\nvalid static external IPs that have been assigned to the NAT.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableDynamicPortAllocation", - "Enable Dynamic Port Allocation.\nIf minPortsPerVm is set, minPortsPerVm must be set to a power of two greater than or equal to 32.\nIf minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.\nIf maxPortsPerVm is set, maxPortsPerVm must be set to a power of two greater than minPortsPerVm.\nIf maxPortsPerVm is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.\nMutually exclusive with enableEndpointIndependentMapping.", + 'enableDynamicPortAllocation', + 'Enable Dynamic Port Allocation.\nIf minPortsPerVm is set, minPortsPerVm must be set to a power of two greater than or equal to 32.\nIf minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.\nIf maxPortsPerVm is set, maxPortsPerVm must be set to a power of two greater than minPortsPerVm.\nIf maxPortsPerVm is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.\nMutually exclusive with enableEndpointIndependentMapping.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "minPortsPerVm", - "Minimum number of ports allocated to a VM from this NAT. Defaults to 64 for static port allocation and 32 dynamic port allocation if not set.", + 'minPortsPerVm', + 'Minimum number of ports allocated to a VM from this NAT. Defaults to 64 for static port allocation and 32 dynamic port allocation if not set.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableEndpointIndependentMapping", - "Enable endpoint independent mapping.\nFor more information see the [official documentation](https://cloud.google.com/nat/docs/overview#specs-rfcs).", + 'enableEndpointIndependentMapping', + 'Enable endpoint independent mapping.\nFor more information see the [official documentation](https://cloud.google.com/nat/docs/overview#specs-rfcs).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "natIpAllocateOption", - "How external IPs should be allocated for this NAT. Valid values are\n`AUTO_ONLY` for only allowing NAT IPs allocated by Google Cloud\nPlatform, or `MANUAL_ONLY` for only user-allocated NAT IP addresses.\nPossible values are: `MANUAL_ONLY`, `AUTO_ONLY`.", + 'natIpAllocateOption', + 'How external IPs should be allocated for this NAT. Valid values are\n`AUTO_ONLY` for only allowing NAT IPs allocated by Google Cloud\nPlatform, or `MANUAL_ONLY` for only user-allocated NAT IP addresses.\nPossible values are: `MANUAL_ONLY`, `AUTO_ONLY`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "tcpTimeWaitTimeoutSec", - "Timeout (in seconds) for TCP connections that are in TIME_WAIT state.\nDefaults to 120s if not set.", + 'tcpTimeWaitTimeoutSec', + 'Timeout (in seconds) for TCP connections that are in TIME_WAIT state.\nDefaults to 120s if not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "type", - "Indicates whether this NAT is used for public or private IP translation.\nIf unspecified, it defaults to PUBLIC.\nIf `PUBLIC` NAT used for public IP translation.\nIf `PRIVATE` NAT used for private IP translation.\nDefault value is `PUBLIC`.\nPossible values are: `PUBLIC`, `PRIVATE`.", + 'type', + 'Indicates whether this NAT is used for public or private IP translation.\nIf unspecified, it defaults to PUBLIC.\nIf `PUBLIC` NAT used for public IP translation.\nIf `PRIVATE` NAT used for private IP translation.\nDefault value is `PUBLIC`.\nPossible values are: `PUBLIC`, `PRIVATE`.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "tcpEstablishedIdleTimeoutSec", - "Timeout (in seconds) for TCP established connections.\nDefaults to 1200s if not set.", + 'tcpEstablishedIdleTimeoutSec', + 'Timeout (in seconds) for TCP established connections.\nDefaults to 1200s if not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region where the router and NAT reside.", + 'region', + 'Region where the router and NAT reside.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "maxPortsPerVm", - "Maximum number of ports allocated to a VM from this NAT.\nThis field can only be set when enableDynamicPortAllocation is enabled.", + 'maxPortsPerVm', + 'Maximum number of ports allocated to a VM from this NAT.\nThis field can only be set when enableDynamicPortAllocation is enabled.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "icmpIdleTimeoutSec", - "Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.", + 'icmpIdleTimeoutSec', + 'Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "router", - "The name of the Cloud Router in which this NAT will be configured.\n\n\n- - -", + 'router', + 'The name of the Cloud Router in which this NAT will be configured.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/RouterPeer.ts b/src/app/Models/codegen/gcp/compute/RouterPeer.ts index fa1916a2a..f6f7223fa 100644 --- a/src/app/Models/codegen/gcp/compute/RouterPeer.ts +++ b/src/app/Models/codegen/gcp/compute/RouterPeer.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_RouterPeerMd5AuthenticationKey, compute_RouterPeerMd5AuthenticationKey_GetTypes, -} from "../types/compute_RouterPeerMd5AuthenticationKey"; +} from '../types/compute_RouterPeerMd5AuthenticationKey'; import { compute_RouterPeerAdvertisedIpRange, compute_RouterPeerAdvertisedIpRange_GetTypes, -} from "../types/compute_RouterPeerAdvertisedIpRange"; +} from '../types/compute_RouterPeerAdvertisedIpRange'; import { compute_RouterPeerBfd, compute_RouterPeerBfd_GetTypes, -} from "../types/compute_RouterPeerBfd"; +} from '../types/compute_RouterPeerBfd'; export interface RouterPeerArgs { /* @@ -286,152 +286,152 @@ except the last character, which cannot be a dash. return [ new DynamicUIProps( InputType.Bool, - "enable", - "The status of the BGP peer connection. If set to false, any active session\nwith the peer is terminated and all associated routing information is removed.\nIf set to true, the peer connection can be established with routing information.\nThe default is true.", + 'enable', + 'The status of the BGP peer connection. If set to false, any active session\nwith the peer is terminated and all associated routing information is removed.\nIf set to true, the peer connection can be established with routing information.\nThe default is true.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "interface", - "Name of the interface the BGP peer is associated with.", + 'interface', + 'Name of the interface the BGP peer is associated with.', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "peerAsn", - "Peer BGP Autonomous System Number (ASN).\nEach BGP interface may use a different value.", + 'peerAsn', + 'Peer BGP Autonomous System Number (ASN).\nEach BGP interface may use a different value.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "peerIpv6NexthopAddress", - "IPv6 address of the BGP interface outside Google Cloud Platform.\nThe address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.\nIf you do not specify the next hop addresses, Google Cloud automatically\nassigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.", + 'peerIpv6NexthopAddress', + 'IPv6 address of the BGP interface outside Google Cloud Platform.\nThe address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.\nIf you do not specify the next hop addresses, Google Cloud automatically\nassigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "routerApplianceInstance", - "The URI of the VM instance that is used as third-party router appliances\nsuch as Next Gen Firewalls, Virtual Routers, or Router Appliances.\nThe VM instance must be located in zones contained in the same region as\nthis Cloud Router. The VM instance is the peer side of the BGP session.", + 'routerApplianceInstance', + 'The URI of the VM instance that is used as third-party router appliances\nsuch as Next Gen Firewalls, Virtual Routers, or Router Appliances.\nThe VM instance must be located in zones contained in the same region as\nthis Cloud Router. The VM instance is the peer side of the BGP session.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableIpv6", - "Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.", + 'enableIpv6', + 'Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Region where the router and BgpPeer reside.\nIf it is not provided, the provider region is used.", + 'region', + 'Region where the router and BgpPeer reside.\nIf it is not provided, the provider region is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "md5AuthenticationKey", - "Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the\nRouter.md5_authentication_keys. The field must comply with RFC1035.", + 'md5AuthenticationKey', + 'Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the\nRouter.md5_authentication_keys. The field must comply with RFC1035.', () => compute_RouterPeerMd5AuthenticationKey_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "peerIpAddress", - "IP address of the BGP interface outside Google Cloud Platform.\nOnly IPv4 is supported. Required if `ip_address` is set.", + 'peerIpAddress', + 'IP address of the BGP interface outside Google Cloud Platform.\nOnly IPv4 is supported. Required if `ip_address` is set.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "advertiseMode", - "User-specified flag to indicate which mode to use for advertisement.\nValid values of this enum field are: `DEFAULT`, `CUSTOM`\nDefault value is `DEFAULT`.\nPossible values are: `DEFAULT`, `CUSTOM`.", + 'advertiseMode', + 'User-specified flag to indicate which mode to use for advertisement.\nValid values of this enum field are: `DEFAULT`, `CUSTOM`\nDefault value is `DEFAULT`.\nPossible values are: `DEFAULT`, `CUSTOM`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "router", - "The name of the Cloud Router in which this BgpPeer will be configured.\n\n\n- - -", + 'router', + 'The name of the Cloud Router in which this BgpPeer will be configured.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Number, - "advertisedRoutePriority", - "The priority of routes advertised to this BGP peer.\nWhere there is more than one matching route of maximum\nlength, the routes with the lowest priority value win.", + 'advertisedRoutePriority', + 'The priority of routes advertised to this BGP peer.\nWhere there is more than one matching route of maximum\nlength, the routes with the lowest priority value win.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "bfd", - "BFD configuration for the BGP peering.\nStructure is documented below.", + 'bfd', + 'BFD configuration for the BGP peering.\nStructure is documented below.', () => compute_RouterPeerBfd_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "ipv6NexthopAddress", - "IPv6 address of the interface inside Google Cloud Platform.\nThe address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.\nIf you do not specify the next hop addresses, Google Cloud automatically\nassigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.", + 'ipv6NexthopAddress', + 'IPv6 address of the interface inside Google Cloud Platform.\nThe address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.\nIf you do not specify the next hop addresses, Google Cloud automatically\nassigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipAddress", - "IP address of the interface inside Google Cloud Platform.\nOnly IPv4 is supported.", + 'ipAddress', + 'IP address of the interface inside Google Cloud Platform.\nOnly IPv4 is supported.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of this BGP peer. The name must be 1-63 characters long,\nand comply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of this BGP peer. The name must be 1-63 characters long,\nand comply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "advertisedIpRanges", - "User-specified list of individual IP ranges to advertise in\ncustom mode. This field can only be populated if advertiseMode\nis `CUSTOM` and is advertised to all peers of the router. These IP\nranges will be advertised in addition to any specified groups.\nLeave this field blank to advertise no custom IP ranges.\nStructure is documented below.", + 'advertisedIpRanges', + 'User-specified list of individual IP ranges to advertise in\ncustom mode. This field can only be populated if advertiseMode\nis `CUSTOM` and is advertised to all peers of the router. These IP\nranges will be advertised in addition to any specified groups.\nLeave this field blank to advertise no custom IP ranges.\nStructure is documented below.', () => compute_RouterPeerAdvertisedIpRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "advertisedGroups", - "User-specified list of prefix groups to advertise in custom\nmode, which currently supports the following option:", + 'advertisedGroups', + 'User-specified list of prefix groups to advertise in custom\nmode, which currently supports the following option:', () => InputType_String_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/SSLCertificate.ts b/src/app/Models/codegen/gcp/compute/SSLCertificate.ts index edfc96ff3..dce24f554 100644 --- a/src/app/Models/codegen/gcp/compute/SSLCertificate.ts +++ b/src/app/Models/codegen/gcp/compute/SSLCertificate.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SSLCertificateArgs { /* @@ -115,48 +115,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "certificate", - "The certificate in PEM format.\nThe certificate chain must be no greater than 5 certs long.\nThe chain must include at least one intermediate cert.\n**Note**: This property is sensitive and will not be displayed in the plan.", + 'certificate', + 'The certificate in PEM format.\nThe certificate chain must be no greater than 5 certs long.\nThe chain must include at least one intermediate cert.\n**Note**: This property is sensitive and will not be displayed in the plan.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\nThese are in the same namespace as the managed SSL certificates.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name beginning with the\nspecified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name beginning with the\nspecified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateKey", - "The write-only private key in PEM format.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -", + 'privateKey', + 'The write-only private key in PEM format.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/SSLPolicy.ts b/src/app/Models/codegen/gcp/compute/SSLPolicy.ts index afdfb6458..a5031faf8 100644 --- a/src/app/Models/codegen/gcp/compute/SSLPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/SSLPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SSLPolicyArgs { /* @@ -142,48 +142,48 @@ Possible values are: `TLS_1_0`, `TLS_1_1`, `TLS_1_2`. return [ new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "profile", - "Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor information on what cipher suites each profile provides. If\n`CUSTOM` is used, the `custom_features` attribute **must be set**.\nDefault value is `COMPATIBLE`.\nPossible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.", + 'profile', + 'Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor information on what cipher suites each profile provides. If\n`CUSTOM` is used, the `custom_features` attribute **must be set**.\nDefault value is `COMPATIBLE`.\nPossible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "customFeatures", - "Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. This can be one of\n`COMPATIBLE`, `MODERN`, `RESTRICTED`, or `CUSTOM`. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor which ciphers are available to use. **Note**: this argument\n*must* be present when using the `CUSTOM` profile. This argument\n*must not* be present when using any other profile.", + 'customFeatures', + 'Profile specifies the set of SSL features that can be used by the\nload balancer when negotiating SSL with clients. This can be one of\n`COMPATIBLE`, `MODERN`, `RESTRICTED`, or `CUSTOM`. If using `CUSTOM`,\nthe set of SSL features to enable must be specified in the\n`customFeatures` field.\nSee the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport)\nfor which ciphers are available to use. **Note**: this argument\n*must* be present when using the `CUSTOM` profile. This argument\n*must not* be present when using any other profile.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "minTlsVersion", - "The minimum version of SSL protocol that can be used by the clients\nto establish a connection with the load balancer.\nDefault value is `TLS_1_0`.\nPossible values are: `TLS_1_0`, `TLS_1_1`, `TLS_1_2`.", + 'minTlsVersion', + 'The minimum version of SSL protocol that can be used by the clients\nto establish a connection with the load balancer.\nDefault value is `TLS_1_0`.\nPossible values are: `TLS_1_0`, `TLS_1_1`, `TLS_1_2`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/SecurityPolicy.ts b/src/app/Models/codegen/gcp/compute/SecurityPolicy.ts index 26b0f9479..651b67873 100644 --- a/src/app/Models/codegen/gcp/compute/SecurityPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/SecurityPolicy.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SecurityPolicyRecaptchaOptionsConfig, compute_SecurityPolicyRecaptchaOptionsConfig_GetTypes, -} from "../types/compute_SecurityPolicyRecaptchaOptionsConfig"; +} from '../types/compute_SecurityPolicyRecaptchaOptionsConfig'; import { compute_SecurityPolicyRule, compute_SecurityPolicyRule_GetTypes, -} from "../types/compute_SecurityPolicyRule"; +} from '../types/compute_SecurityPolicyRule'; import { compute_SecurityPolicyAdaptiveProtectionConfig, compute_SecurityPolicyAdaptiveProtectionConfig_GetTypes, -} from "../types/compute_SecurityPolicyAdaptiveProtectionConfig"; +} from '../types/compute_SecurityPolicyAdaptiveProtectionConfig'; import { compute_SecurityPolicyAdvancedOptionsConfig, compute_SecurityPolicyAdvancedOptionsConfig_GetTypes, -} from "../types/compute_SecurityPolicyAdvancedOptionsConfig"; +} from '../types/compute_SecurityPolicyAdvancedOptionsConfig'; export interface SecurityPolicyArgs { /* @@ -111,55 +111,55 @@ is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "adaptiveProtectionConfig", - "Configuration for [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview?hl=en). Structure is documented below.", + 'adaptiveProtectionConfig', + 'Configuration for [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview?hl=en). Structure is documented below.', () => compute_SecurityPolicyAdaptiveProtectionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "advancedOptionsConfig", - "[Advanced Configuration Options](https://cloud.google.com/armor/docs/security-policy-overview#json-parsing).\nStructure is documented below.", + 'advancedOptionsConfig', + '[Advanced Configuration Options](https://cloud.google.com/armor/docs/security-policy-overview#json-parsing).\nStructure is documented below.', () => compute_SecurityPolicyAdvancedOptionsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this security policy. Max size is 2048.", + 'description', + 'An optional description of this security policy. Max size is 2048.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the security policy.\n\n- - -", + 'name', + 'The name of the security policy.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "recaptchaOptionsConfig", - "[reCAPTCHA Configuration Options](https://cloud.google.com/armor/docs/configure-security-policies?hl=en#use_a_manual_challenge_to_distinguish_between_human_or_automated_clients). Structure is documented below.", + 'recaptchaOptionsConfig', + '[reCAPTCHA Configuration Options](https://cloud.google.com/armor/docs/configure-security-policies?hl=en#use_a_manual_challenge_to_distinguish_between_human_or_automated_clients). Structure is documented below.', () => compute_SecurityPolicyRecaptchaOptionsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "rules", + 'rules', 'The set of rules that belong to this policy. There must always be a default\nrule (rule with priority 2147483647 and match "\\*"). If no rules are provided when creating a\nsecurity policy, a default rule with action "allow" will be added. Structure is documented below.', () => compute_SecurityPolicyRule_GetTypes(), false, @@ -167,8 +167,8 @@ is not provided, the provider project is used. ), new DynamicUIProps( InputType.String, - "type", - "The type indicates the intended use of the security policy. This field can be set only at resource creation time.", + 'type', + 'The type indicates the intended use of the security policy. This field can be set only at resource creation time.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/SecurityScanConfig.ts b/src/app/Models/codegen/gcp/compute/SecurityScanConfig.ts index 861470b24..57036b130 100644 --- a/src/app/Models/codegen/gcp/compute/SecurityScanConfig.ts +++ b/src/app/Models/codegen/gcp/compute/SecurityScanConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SecurityScanConfigAuthentication, compute_SecurityScanConfigAuthentication_GetTypes, -} from "../types/compute_SecurityScanConfigAuthentication"; +} from '../types/compute_SecurityScanConfigAuthentication'; import { compute_SecurityScanConfigSchedule, compute_SecurityScanConfigSchedule_GetTypes, -} from "../types/compute_SecurityScanConfigSchedule"; +} from '../types/compute_SecurityScanConfigSchedule'; export interface SecurityScanConfigArgs { /* @@ -151,80 +151,80 @@ Each value may be one of: `APP_ENGINE`, `COMPUTE`. return [ new DynamicUIProps( InputType.Array, - "targetPlatforms", - "Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be used as a default.\nEach value may be one of: `APP_ENGINE`, `COMPUTE`.", + 'targetPlatforms', + 'Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be used as a default.\nEach value may be one of: `APP_ENGINE`, `COMPUTE`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The user provider display name of the ScanConfig.", + 'displayName', + 'The user provider display name of the ScanConfig.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "blacklistPatterns", - "The blacklist URL patterns as described in\nhttps://cloud.google.com/security-scanner/docs/excluded-urls", + 'blacklistPatterns', + 'The blacklist URL patterns as described in\nhttps://cloud.google.com/security-scanner/docs/excluded-urls', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "userAgent", - "Type of the user agents used for scanning\nDefault value is `CHROME_LINUX`.\nPossible values are: `USER_AGENT_UNSPECIFIED`, `CHROME_LINUX`, `CHROME_ANDROID`, `SAFARI_IPHONE`.", + 'userAgent', + 'Type of the user agents used for scanning\nDefault value is `CHROME_LINUX`.\nPossible values are: `USER_AGENT_UNSPECIFIED`, `CHROME_LINUX`, `CHROME_ANDROID`, `SAFARI_IPHONE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "authentication", - "The authentication configuration.\nIf specified, service will use the authentication configuration during scanning.\nStructure is documented below.", + 'authentication', + 'The authentication configuration.\nIf specified, service will use the authentication configuration during scanning.\nStructure is documented below.', () => compute_SecurityScanConfigAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxQps", - "The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively.\nDefaults to 15.", + 'maxQps', + 'The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively.\nDefaults to 15.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "startingUrls", - "The starting URLs from which the scanner finds site pages.\n\n\n- - -", + 'startingUrls', + 'The starting URLs from which the scanner finds site pages.\n\n\n- - -', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "exportToSecurityCommandCenter", - "Controls export of scan configurations and results to Cloud Security Command Center.\nDefault value is `ENABLED`.\nPossible values are: `ENABLED`, `DISABLED`.", + 'exportToSecurityCommandCenter', + 'Controls export of scan configurations and results to Cloud Security Command Center.\nDefault value is `ENABLED`.\nPossible values are: `ENABLED`, `DISABLED`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "schedule", - "The schedule of the ScanConfig\nStructure is documented below.", + 'schedule', + 'The schedule of the ScanConfig\nStructure is documented below.', () => compute_SecurityScanConfigSchedule_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/ServiceAttachment.ts b/src/app/Models/codegen/gcp/compute/ServiceAttachment.ts index b67daf57e..0d61b99bb 100644 --- a/src/app/Models/codegen/gcp/compute/ServiceAttachment.ts +++ b/src/app/Models/codegen/gcp/compute/ServiceAttachment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_ServiceAttachmentConsumerAcceptList, compute_ServiceAttachmentConsumerAcceptList_GetTypes, -} from "../types/compute_ServiceAttachmentConsumerAcceptList"; +} from '../types/compute_ServiceAttachmentConsumerAcceptList'; import { compute_ServiceAttachmentConnectedEndpoint, compute_ServiceAttachmentConnectedEndpoint_GetTypes, -} from "../types/compute_ServiceAttachmentConnectedEndpoint"; +} from '../types/compute_ServiceAttachmentConnectedEndpoint'; export interface ServiceAttachmentArgs { // An optional description of this resource. @@ -187,39 +187,39 @@ attachment. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableProxyProtocol", - "If true, enable the proxy protocol which is for supplying client TCP/IP\naddress data in TCP connections that traverse proxies on their way to\ndestination servers.\n\n\n- - -", + 'enableProxyProtocol', + 'If true, enable the proxy protocol which is for supplying client TCP/IP\naddress data in TCP connections that traverse proxies on their way to\ndestination servers.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "targetService", - "The URL of a forwarding rule that represents the service identified by\nthis service attachment.", + 'targetService', + 'The URL of a forwarding rule that represents the service identified by\nthis service attachment.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "connectionPreference", + 'connectionPreference', 'The connection preference to use for this service attachment. Valid\nvalues include "ACCEPT_AUTOMATIC", "ACCEPT_MANUAL".', () => [], true, @@ -227,23 +227,23 @@ attachment. ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "reconcileConnections", - "This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.\nIf false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified .\nIf true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.", + 'reconcileConnections', + 'This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.\nIf false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified .\nIf true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "domainNames", + 'domainNames', 'If specified, the domain name will be used during the integration between\nthe PSC connected endpoints and the Cloud DNS. For example, this is a\nvalid domain name: "p.mycompany.com.". Current max number of domain names\nsupported is 1.', () => InputType_String_GetTypes(), false, @@ -251,32 +251,32 @@ attachment. ), new DynamicUIProps( InputType.Array, - "natSubnets", - "An array of subnets that is provided for NAT in this service attachment.", + 'natSubnets', + 'An array of subnets that is provided for NAT in this service attachment.', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "region", - "URL of the region where the resource resides.", + 'region', + 'URL of the region where the resource resides.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "consumerRejectLists", - "An array of projects that are not allowed to connect to this service\nattachment.", + 'consumerRejectLists', + 'An array of projects that are not allowed to connect to this service\nattachment.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "consumerAcceptLists", - "An array of projects that are allowed to connect to this service\nattachment.\nStructure is documented below.", + 'consumerAcceptLists', + 'An array of projects that are allowed to connect to this service\nattachment.\nStructure is documented below.', () => compute_ServiceAttachmentConsumerAcceptList_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/compute/SharedVPCHostProject.ts b/src/app/Models/codegen/gcp/compute/SharedVPCHostProject.ts index e576ca27e..709fafced 100644 --- a/src/app/Models/codegen/gcp/compute/SharedVPCHostProject.ts +++ b/src/app/Models/codegen/gcp/compute/SharedVPCHostProject.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SharedVPCHostProjectArgs { // The ID of the project that will serve as a Shared VPC host project @@ -19,8 +19,8 @@ export class SharedVPCHostProject extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project that will serve as a Shared VPC host project", + 'project', + 'The ID of the project that will serve as a Shared VPC host project', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/SharedVPCServiceProject.ts b/src/app/Models/codegen/gcp/compute/SharedVPCServiceProject.ts index a608ce051..2238943b9 100644 --- a/src/app/Models/codegen/gcp/compute/SharedVPCServiceProject.ts +++ b/src/app/Models/codegen/gcp/compute/SharedVPCServiceProject.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SharedVPCServiceProjectArgs { // The deletion policy for the shared VPC service. Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: "ABANDON". @@ -31,7 +31,7 @@ export class SharedVPCServiceProject extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "deletionPolicy", + 'deletionPolicy', 'The deletion policy for the shared VPC service. Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: "ABANDON".', () => [], false, @@ -39,16 +39,16 @@ export class SharedVPCServiceProject extends DS_Resource { ), new DynamicUIProps( InputType.String, - "hostProject", - "The ID of a host project to associate.", + 'hostProject', + 'The ID of a host project to associate.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceProject", - "The ID of the project that will serve as a Shared VPC service project.", + 'serviceProject', + 'The ID of the project that will serve as a Shared VPC service project.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/Snapshot.ts b/src/app/Models/codegen/gcp/compute/Snapshot.ts index 5f48ab3e3..554c27e03 100644 --- a/src/app/Models/codegen/gcp/compute/Snapshot.ts +++ b/src/app/Models/codegen/gcp/compute/Snapshot.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SnapshotSourceDiskEncryptionKey, compute_SnapshotSourceDiskEncryptionKey_GetTypes, -} from "../types/compute_SnapshotSourceDiskEncryptionKey"; +} from '../types/compute_SnapshotSourceDiskEncryptionKey'; import { compute_SnapshotSnapshotEncryptionKey, compute_SnapshotSnapshotEncryptionKey_GetTypes, -} from "../types/compute_SnapshotSnapshotEncryptionKey"; +} from '../types/compute_SnapshotSnapshotEncryptionKey'; export interface SnapshotArgs { /* @@ -211,80 +211,80 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "snapshotEncryptionKey", - "Encrypts the snapshot using a customer-supplied encryption key.\nAfter you encrypt a snapshot using a customer-supplied key, you must\nprovide the same key if you use the snapshot later. For example, you\nmust provide the encryption key when you create a disk from the\nencrypted snapshot in a future request.\nCustomer-supplied encryption keys do not protect access to metadata of\nthe snapshot.\nIf you do not provide an encryption key when creating the snapshot,\nthen the snapshot will be encrypted using an automatically generated\nkey and you do not need to provide a key to use the snapshot later.\nStructure is documented below.", + 'snapshotEncryptionKey', + 'Encrypts the snapshot using a customer-supplied encryption key.\nAfter you encrypt a snapshot using a customer-supplied key, you must\nprovide the same key if you use the snapshot later. For example, you\nmust provide the encryption key when you create a disk from the\nencrypted snapshot in a future request.\nCustomer-supplied encryption keys do not protect access to metadata of\nthe snapshot.\nIf you do not provide an encryption key when creating the snapshot,\nthen the snapshot will be encrypted using an automatically generated\nkey and you do not need to provide a key to use the snapshot later.\nStructure is documented below.', () => compute_SnapshotSnapshotEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "sourceDisk", - "A reference to the disk used to create this snapshot.\n\n\n- - -", + 'sourceDisk', + 'A reference to the disk used to create this snapshot.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "chainName", - "Creates the new snapshot in the snapshot chain labeled with the\nspecified name. The chain name must be 1-63 characters long and\ncomply with RFC1035. This is an uncommon option only for advanced\nservice owners who needs to create separate snapshot chains, for\nexample, for chargeback tracking. When you describe your snapshot\nresource, this field is visible only if it has a non-empty value.", + 'chainName', + 'Creates the new snapshot in the snapshot chain labeled with the\nspecified name. The chain name must be 1-63 characters long and\ncomply with RFC1035. This is an uncommon option only for advanced\nservice owners who needs to create separate snapshot chains, for\nexample, for chargeback tracking. When you describe your snapshot\nresource, this field is visible only if it has a non-empty value.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "sourceDiskEncryptionKey", - "The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.", + 'sourceDiskEncryptionKey', + 'The customer-supplied encryption key of the source snapshot. Required\nif the source snapshot is protected by a customer-supplied encryption\nkey.\nStructure is documented below.', () => compute_SnapshotSourceDiskEncryptionKey_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "zone", - "A reference to the zone where the disk is hosted.", + 'zone', + 'A reference to the zone where the disk is hosted.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this Snapshot.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this Snapshot.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource; provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "storageLocations", - "Cloud Storage bucket storage location of the snapshot (regional or multi-regional).", + 'storageLocations', + 'Cloud Storage bucket storage location of the snapshot (regional or multi-regional).', () => InputType_String_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/SnapshotIamBinding.ts b/src/app/Models/codegen/gcp/compute/SnapshotIamBinding.ts index 012a83b55..819c3dc63 100644 --- a/src/app/Models/codegen/gcp/compute/SnapshotIamBinding.ts +++ b/src/app/Models/codegen/gcp/compute/SnapshotIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SnapshotIamBindingCondition, compute_SnapshotIamBindingCondition_GetTypes, -} from "../types/compute_SnapshotIamBindingCondition"; +} from '../types/compute_SnapshotIamBindingCondition'; export interface SnapshotIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -88,15 +88,15 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -104,24 +104,24 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.SnapshotIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.SnapshotIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_SnapshotIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/compute/SnapshotIamMember.ts b/src/app/Models/codegen/gcp/compute/SnapshotIamMember.ts index eaa11e94b..cbc99a842 100644 --- a/src/app/Models/codegen/gcp/compute/SnapshotIamMember.ts +++ b/src/app/Models/codegen/gcp/compute/SnapshotIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SnapshotIamMemberCondition, compute_SnapshotIamMemberCondition_GetTypes, -} from "../types/compute_SnapshotIamMemberCondition"; +} from '../types/compute_SnapshotIamMemberCondition'; export interface SnapshotIamMemberArgs { /* @@ -86,18 +86,18 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -105,16 +105,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.SnapshotIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.SnapshotIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => compute_SnapshotIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/SnapshotIamPolicy.ts b/src/app/Models/codegen/gcp/compute/SnapshotIamPolicy.ts index bbb6c64ec..9c5eb6398 100644 --- a/src/app/Models/codegen/gcp/compute/SnapshotIamPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/SnapshotIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SnapshotIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -70,7 +70,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -78,16 +78,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "name", - "Used to find the parent resource to bind the IAM policy to", + 'name', + 'Used to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/compute/Subnetwork.ts b/src/app/Models/codegen/gcp/compute/Subnetwork.ts index 81a9c05db..a80ca44e4 100644 --- a/src/app/Models/codegen/gcp/compute/Subnetwork.ts +++ b/src/app/Models/codegen/gcp/compute/Subnetwork.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SubnetworkLogConfig, compute_SubnetworkLogConfig_GetTypes, -} from "../types/compute_SubnetworkLogConfig"; +} from '../types/compute_SubnetworkLogConfig'; import { compute_SubnetworkSecondaryIpRange, compute_SubnetworkSecondaryIpRange_GetTypes, -} from "../types/compute_SubnetworkSecondaryIpRange"; +} from '../types/compute_SubnetworkSecondaryIpRange'; export interface SubnetworkArgs { /* @@ -278,15 +278,15 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "network", - "The network this subnet belongs to.\nOnly networks that are in the distributed mode can have subnetworks.\n\n\n- - -", + 'network', + 'The network this subnet belongs to.\nOnly networks that are in the distributed mode can have subnetworks.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "logConfig", + 'logConfig', "This field denotes the VPC flow logging options for this subnetwork. If\nlogging is enabled, logs are exported to Cloud Logging. Flow logging\nisn't supported if the subnet `purpose` field is set to subnetwork is\n`REGIONAL_MANAGED_PROXY` or `GLOBAL_MANAGED_PROXY`.\nStructure is documented below.", () => compute_SubnetworkLogConfig_GetTypes(), false, @@ -294,79 +294,79 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "privateIpv6GoogleAccess", - "The private IPv6 google access type for the VMs in this subnet.", + 'privateIpv6GoogleAccess', + 'The private IPv6 google access type for the VMs in this subnet.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "secondaryIpRanges", - "An array of configurations for secondary IP ranges for VM instances\ncontained in this subnetwork. The primary IP of such VM must belong\nto the primary ipCidrRange of the subnetwork. The alias IPs may belong\nto either primary or secondary ranges.\nStructure is documented below.", + 'secondaryIpRanges', + 'An array of configurations for secondary IP ranges for VM instances\ncontained in this subnetwork. The primary IP of such VM must belong\nto the primary ipCidrRange of the subnetwork. The alias IPs may belong\nto either primary or secondary ranges.\nStructure is documented below.', () => compute_SubnetworkSecondaryIpRange_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when\nyou create the resource. This field can be set only at resource\ncreation time.", + 'description', + 'An optional description of this resource. Provide this property when\nyou create the resource. This field can be set only at resource\ncreation time.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role of subnetwork.\nCurrently, this field is only used when `purpose` is `REGIONAL_MANAGED_PROXY`.\nThe value can be set to `ACTIVE` or `BACKUP`.\nAn `ACTIVE` subnetwork is one that is currently being used for Envoy-based load balancers in a region.\nA `BACKUP` subnetwork is one that is ready to be promoted to `ACTIVE` or is currently draining.\nPossible values are: `ACTIVE`, `BACKUP`.", + 'role', + 'The role of subnetwork.\nCurrently, this field is only used when `purpose` is `REGIONAL_MANAGED_PROXY`.\nThe value can be set to `ACTIVE` or `BACKUP`.\nAn `ACTIVE` subnetwork is one that is currently being used for Envoy-based load balancers in a region.\nA `BACKUP` subnetwork is one that is ready to be promoted to `ACTIVE` or is currently draining.\nPossible values are: `ACTIVE`, `BACKUP`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "externalIpv6Prefix", - "The range of external IPv6 addresses that are owned by this subnetwork.", + 'externalIpv6Prefix', + 'The range of external IPv6 addresses that are owned by this subnetwork.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "purpose", - "The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.\nA subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.\nA subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.\nA subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.\nA subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.\nNote that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.\nIf unspecified, the purpose defaults to `PRIVATE_RFC_1918`.", + 'purpose', + 'The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.\nA subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.\nA subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.\nA subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.\nA subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.\nNote that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.\nIf unspecified, the purpose defaults to `PRIVATE_RFC_1918`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the resource, provided by the client when initially\ncreating the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'The name of the resource, provided by the client when initially\ncreating the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The GCP region for this subnetwork.", + 'region', + 'The GCP region for this subnetwork.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "ipv6AccessType", + 'ipv6AccessType', "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation\nor the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet\ncannot enable direct path.\nPossible values are: `EXTERNAL`, `INTERNAL`.", () => [], false, @@ -374,32 +374,32 @@ If it is not provided, the provider project is used. ), new DynamicUIProps( InputType.Bool, - "allowSubnetCidrRoutesOverlap", - "Typically packets destined to IPs within the subnetwork range that do not match\nexisting resources are dropped and prevented from leaving the VPC.\nSetting this field to true will allow these packets to match dynamic routes injected\nvia BGP even if their destinations match existing subnet ranges.", + 'allowSubnetCidrRoutesOverlap', + 'Typically packets destined to IPs within the subnetwork range that do not match\nexisting resources are dropped and prevented from leaving the VPC.\nSetting this field to true will allow these packets to match dynamic routes injected\nvia BGP even if their destinations match existing subnet ranges.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "stackType", - "The stack type for this subnet to identify whether the IPv6 feature is enabled or not.\nIf not specified IPV4_ONLY will be used.\nPossible values are: `IPV4_ONLY`, `IPV4_IPV6`.", + 'stackType', + 'The stack type for this subnet to identify whether the IPv6 feature is enabled or not.\nIf not specified IPV4_ONLY will be used.\nPossible values are: `IPV4_ONLY`, `IPV4_IPV6`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "ipCidrRange", - "The range of internal addresses that are owned by this subnetwork.\nProvide this property when you create the subnetwork. For example,\n10.0.0.0/8 or 192.168.0.0/16. Ranges must be unique and\nnon-overlapping within a network. Only IPv4 is supported.", + 'ipCidrRange', + 'The range of internal addresses that are owned by this subnetwork.\nProvide this property when you create the subnetwork. For example,\n10.0.0.0/8 or 192.168.0.0/16. Ranges must be unique and\nnon-overlapping within a network. Only IPv4 is supported.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "privateIpGoogleAccess", - "When enabled, VMs in this subnetwork without external IP addresses can\naccess Google APIs and services by using Private Google Access.", + 'privateIpGoogleAccess', + 'When enabled, VMs in this subnetwork without external IP addresses can\naccess Google APIs and services by using Private Google Access.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/SubnetworkIAMBinding.ts b/src/app/Models/codegen/gcp/compute/SubnetworkIAMBinding.ts index 2728bca77..29d35566f 100644 --- a/src/app/Models/codegen/gcp/compute/SubnetworkIAMBinding.ts +++ b/src/app/Models/codegen/gcp/compute/SubnetworkIAMBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SubnetworkIAMBindingCondition, compute_SubnetworkIAMBindingCondition_GetTypes, -} from "../types/compute_SubnetworkIAMBindingCondition"; +} from '../types/compute_SubnetworkIAMBindingCondition'; export interface SubnetworkIAMBindingArgs { /* @@ -110,7 +110,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -118,40 +118,40 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "Used to find the parent resource to bind the IAM policy to", + 'subnetwork', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_SubnetworkIAMBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/compute/SubnetworkIAMMember.ts b/src/app/Models/codegen/gcp/compute/SubnetworkIAMMember.ts index 280a3afce..37c735f4b 100644 --- a/src/app/Models/codegen/gcp/compute/SubnetworkIAMMember.ts +++ b/src/app/Models/codegen/gcp/compute/SubnetworkIAMMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_SubnetworkIAMMemberCondition, compute_SubnetworkIAMMemberCondition_GetTypes, -} from "../types/compute_SubnetworkIAMMemberCondition"; +} from '../types/compute_SubnetworkIAMMemberCondition'; export interface SubnetworkIAMMemberArgs { // @@ -108,10 +108,10 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -119,32 +119,32 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "region", - "The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "Used to find the parent resource to bind the IAM policy to", + 'subnetwork', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.", + 'condition', + 'An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.\nStructure is documented below.', () => compute_SubnetworkIAMMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/compute/SubnetworkIAMPolicy.ts b/src/app/Models/codegen/gcp/compute/SubnetworkIAMPolicy.ts index 5914ba9e0..e1b1a56a5 100644 --- a/src/app/Models/codegen/gcp/compute/SubnetworkIAMPolicy.ts +++ b/src/app/Models/codegen/gcp/compute/SubnetworkIAMPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface SubnetworkIAMPolicyArgs { /* @@ -86,15 +86,15 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -102,16 +102,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "region", - "The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.", + 'region', + 'The GCP region for this subnetwork.\nUsed to find the parent resource to bind the IAM policy to. If not specified,\nthe value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no\nregion is specified, it is taken from the provider configuration.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetwork", - "Used to find the parent resource to bind the IAM policy to", + 'subnetwork', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetGrpcProxy.ts b/src/app/Models/codegen/gcp/compute/TargetGrpcProxy.ts index cd19e48d6..6a5acd26c 100644 --- a/src/app/Models/codegen/gcp/compute/TargetGrpcProxy.ts +++ b/src/app/Models/codegen/gcp/compute/TargetGrpcProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetGrpcProxyArgs { /* @@ -121,15 +121,15 @@ it is connecting to return [ new DynamicUIProps( InputType.String, - "urlMap", - "URL to the UrlMap resource that defines the mapping from URL to\nthe BackendService. The protocol field in the BackendService\nmust be set to GRPC.", + 'urlMap', + 'URL to the UrlMap resource that defines the mapping from URL to\nthe BackendService. The protocol field in the BackendService\nmust be set to GRPC.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "validateForProxyless", + 'validateForProxyless', 'If true, indicates that the BackendServices referenced by\nthe urlMap may be accessed by gRPC applications without using\na sidecar proxy. This will enable configuration checks on urlMap\nand its referenced BackendServices to not allow unsupported features.\nA gRPC application must use "xds:///" scheme in the target URI\nof the service it is connecting to. If false, indicates that the\nBackendServices referenced by the urlMap will be accessed by gRPC\napplications via a sidecar proxy. In this case, a gRPC application\nmust not use "xds:///" scheme in the target URI of the service\nit is connecting to', () => [], false, @@ -137,24 +137,24 @@ it is connecting to ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource\nis created. The name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters long\nand match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource\nis created. The name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters long\nand match the regular expression `a-z?` which\nmeans the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetHttpProxy.ts b/src/app/Models/codegen/gcp/compute/TargetHttpProxy.ts index a920c8f3c..4b499adda 100644 --- a/src/app/Models/codegen/gcp/compute/TargetHttpProxy.ts +++ b/src/app/Models/codegen/gcp/compute/TargetHttpProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetHttpProxyArgs { /* @@ -112,48 +112,48 @@ to the BackendService. return [ new DynamicUIProps( InputType.Bool, - "proxyBind", - "This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.", + 'proxyBind', + 'This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "urlMap", - "A reference to the UrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -", + 'urlMap', + 'A reference to the UrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "httpKeepAliveTimeoutSec", - "Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keepalive is\nnot specified, a default value (610 seconds) will be used. For Global\nexternal HTTP(S) load balancer, the minimum allowed value is 5 seconds and\nthe maximum allowed value is 1200 seconds. For Global external HTTP(S)\nload balancer (classic), this option is not available publicly.", + 'httpKeepAliveTimeoutSec', + 'Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keepalive is\nnot specified, a default value (610 seconds) will be used. For Global\nexternal HTTP(S) load balancer, the minimum allowed value is 5 seconds and\nthe maximum allowed value is 1200 seconds. For Global external HTTP(S)\nload balancer (classic), this option is not available publicly.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetHttpsProxy.ts b/src/app/Models/codegen/gcp/compute/TargetHttpsProxy.ts index 44204eef7..aa36ae4d9 100644 --- a/src/app/Models/codegen/gcp/compute/TargetHttpsProxy.ts +++ b/src/app/Models/codegen/gcp/compute/TargetHttpsProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetHttpsProxyArgs { /* @@ -216,96 +216,96 @@ Possible values are: `NONE`, `ENABLE`, `DISABLE`. return [ new DynamicUIProps( InputType.String, - "certificateMap", - "A reference to the CertificateMap resource uri that identifies a certificate map\nassociated with the given target proxy. This field can only be set for global target proxies.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}`.", + 'certificateMap', + 'A reference to the CertificateMap resource uri that identifies a certificate map\nassociated with the given target proxy. This field can only be set for global target proxies.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "urlMap", - "A reference to the UrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -", + 'urlMap', + 'A reference to the UrlMap resource that defines the mapping from URL\nto the BackendService.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "proxyBind", - "This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.", + 'proxyBind', + 'This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "quicOverride", - "Specifies the QUIC override policy for this resource. This determines\nwhether the load balancer will attempt to negotiate QUIC with clients\nor not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is\nspecified, Google manages whether QUIC is used.\nDefault value is `NONE`.\nPossible values are: `NONE`, `ENABLE`, `DISABLE`.", + 'quicOverride', + 'Specifies the QUIC override policy for this resource. This determines\nwhether the load balancer will attempt to negotiate QUIC with clients\nor not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is\nspecified, Google manages whether QUIC is used.\nDefault value is `NONE`.\nPossible values are: `NONE`, `ENABLE`, `DISABLE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "serverTlsPolicy", - "A URL referring to a networksecurity.ServerTlsPolicy\nresource that describes how the proxy should authenticate inbound\ntraffic. serverTlsPolicy only applies to a global TargetHttpsProxy\nattached to globalForwardingRules with the loadBalancingScheme\nset to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED.\nFor details which ServerTlsPolicy resources are accepted with\nINTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED\nloadBalancingScheme consult ServerTlsPolicy documentation.\nIf left blank, communications are not encrypted.", + 'serverTlsPolicy', + 'A URL referring to a networksecurity.ServerTlsPolicy\nresource that describes how the proxy should authenticate inbound\ntraffic. serverTlsPolicy only applies to a global TargetHttpsProxy\nattached to globalForwardingRules with the loadBalancingScheme\nset to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED.\nFor details which ServerTlsPolicy resources are accepted with\nINTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED\nloadBalancingScheme consult ServerTlsPolicy documentation.\nIf left blank, communications are not encrypted.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "certificateManagerCertificates", - "URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 certificates. Certificate manager certificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates fields can not be defined together.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}` or just the self_link `projects/{project}/locations/{location}/certificates/{resourceName}`", + 'certificateManagerCertificates', + 'URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 certificates. Certificate manager certificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates fields can not be defined together.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}` or just the self_link `projects/{project}/locations/{location}/certificates/{resourceName}`', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "sslCertificates", - "URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates can not be defined together.", + 'sslCertificates', + 'URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.\nCurrently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.\nsslCertificates and certificateManagerCertificates can not be defined together.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sslPolicy", - "A reference to the SslPolicy resource that will be associated with\nthe TargetHttpsProxy resource. If not set, the TargetHttpsProxy\nresource will not have any SSL policy configured.", + 'sslPolicy', + 'A reference to the SslPolicy resource that will be associated with\nthe TargetHttpsProxy resource. If not set, the TargetHttpsProxy\nresource will not have any SSL policy configured.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "httpKeepAliveTimeoutSec", - "Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keepalive is\nnot specified, a default value (610 seconds) will be used. For Global\nexternal HTTP(S) load balancer, the minimum allowed value is 5 seconds and\nthe maximum allowed value is 1200 seconds. For Global external HTTP(S)\nload balancer (classic), this option is not available publicly.", + 'httpKeepAliveTimeoutSec', + 'Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keepalive is\nnot specified, a default value (610 seconds) will be used. For Global\nexternal HTTP(S) load balancer, the minimum allowed value is 5 seconds and\nthe maximum allowed value is 1200 seconds. For Global external HTTP(S)\nload balancer (classic), this option is not available publicly.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetInstance.ts b/src/app/Models/codegen/gcp/compute/TargetInstance.ts index 4a113605e..4b4d466e2 100644 --- a/src/app/Models/codegen/gcp/compute/TargetInstance.ts +++ b/src/app/Models/codegen/gcp/compute/TargetInstance.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetInstanceArgs { // An optional description of this resource. @@ -119,31 +119,31 @@ character, which cannot be a dash. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "instance", - "The Compute instance VM handling traffic for this target instance.\nAccepts the instance self-link, relative path\n(e.g. `projects/project/zones/zone/instances/instance`) or name. If\nname is given, the zone will default to the given zone or\nthe provider-default zone and the project will default to the\nprovider-level project.\n\n\n- - -", + 'instance', + 'The Compute instance VM handling traffic for this target instance.\nAccepts the instance self-link, relative path\n(e.g. `projects/project/zones/zone/instances/instance`) or name. If\nname is given, the zone will default to the given zone or\nthe provider-default zone and the project will default to the\nprovider-level project.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "natPolicy", + 'natPolicy', "NAT option controlling how IPs are NAT'ed to the instance.\nCurrently only NO_NAT (default value) is supported.\nDefault value is `NO_NAT`.\nPossible values are: `NO_NAT`.", () => [], false, @@ -151,32 +151,32 @@ character, which cannot be a dash. ), new DynamicUIProps( InputType.String, - "network", - "The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.", + 'network', + 'The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The resource URL for the security policy associated with this target instance.", + 'securityPolicy', + 'The resource URL for the security policy associated with this target instance.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zone", - "URL of the zone where the target instance resides.", + 'zone', + 'URL of the zone where the target instance resides.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetPool.ts b/src/app/Models/codegen/gcp/compute/TargetPool.ts index dea89e3ac..2f6ce7594 100644 --- a/src/app/Models/codegen/gcp/compute/TargetPool.ts +++ b/src/app/Models/codegen/gcp/compute/TargetPool.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetPoolArgs { /* @@ -136,23 +136,23 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and return [ new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by GCE. Changing\nthis forces a new resource to be created.\n\n- - -", + 'name', + 'A unique name for the resource, required by GCE. Changing\nthis forces a new resource to be created.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "securityPolicy", - "The resource URL for the security policy associated with this target pool.", + 'securityPolicy', + 'The resource URL for the security policy associated with this target pool.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "sessionAffinity", + 'sessionAffinity', 'How to distribute load. Options are "NONE" (no\naffinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and\n"CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").', () => [], false, @@ -160,39 +160,39 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and ), new DynamicUIProps( InputType.String, - "backupPool", - "URL to the backup target pool. Must also set\nfailover\\_ratio.", + 'backupPool', + 'URL to the backup target pool. Must also set\nfailover\\_ratio.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "Where the target pool resides. Defaults to project\nregion.", + 'region', + 'Where the target pool resides. Defaults to project\nregion.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "failoverRatio", - "Ratio (0 to 1) of failed nodes before using the\nbackup pool (which must also be set).", + 'failoverRatio', + 'Ratio (0 to 1) of failed nodes before using the\nbackup pool (which must also be set).', () => [], false, true, ), new DynamicUIProps( InputType.String, - "healthChecks", - "List of zero or one health check name or self_link. Only\nlegacy `gcp.compute.HttpHealthCheck` is supported.", + 'healthChecks', + 'List of zero or one health check name or self_link. Only\nlegacy `gcp.compute.HttpHealthCheck` is supported.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "instances", + 'instances', 'List of instances in the pool. They can be given as\nURLs, or in the form of "zone/name". Note that the instances need not exist\nat the time of target pool creation, so there is no need to use the\ninterpolation to create a dependency on the instances from the\ntarget pool.', () => InputType_String_GetTypes(), false, @@ -200,16 +200,16 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Textual description field.", + 'description', + 'Textual description field.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetSSLProxy.ts b/src/app/Models/codegen/gcp/compute/TargetSSLProxy.ts index dd657001e..ccc977590 100644 --- a/src/app/Models/codegen/gcp/compute/TargetSSLProxy.ts +++ b/src/app/Models/codegen/gcp/compute/TargetSSLProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetSSLProxyArgs { /* @@ -136,64 +136,64 @@ Accepted format is `//certificatemanager.googleapis.com/projects/{project}/locat return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "proxyHeader", - "Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.", + 'proxyHeader', + 'Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "sslCertificates", - "A list of SslCertificate resources that are used to authenticate\nconnections between users and the load balancer. At least one\nSSL certificate must be specified.", + 'sslCertificates', + 'A list of SslCertificate resources that are used to authenticate\nconnections between users and the load balancer. At least one\nSSL certificate must be specified.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "sslPolicy", - "A reference to the SslPolicy resource that will be associated with\nthe TargetSslProxy resource. If not set, the TargetSslProxy\nresource will not have any SSL policy configured.", + 'sslPolicy', + 'A reference to the SslPolicy resource that will be associated with\nthe TargetSslProxy resource. If not set, the TargetSslProxy\nresource will not have any SSL policy configured.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "backendService", - "A reference to the BackendService resource.\n\n\n- - -", + 'backendService', + 'A reference to the BackendService resource.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "certificateMap", - "A reference to the CertificateMap resource uri that identifies a certificate map\nassociated with the given target proxy. This field can only be set for global target proxies.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}`.", + 'certificateMap', + 'A reference to the CertificateMap resource uri that identifies a certificate map\nassociated with the given target proxy. This field can only be set for global target proxies.\nAccepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/TargetTCPProxy.ts b/src/app/Models/codegen/gcp/compute/TargetTCPProxy.ts index 917922c97..8e2c1d708 100644 --- a/src/app/Models/codegen/gcp/compute/TargetTCPProxy.ts +++ b/src/app/Models/codegen/gcp/compute/TargetTCPProxy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TargetTCPProxyArgs { /* @@ -106,48 +106,48 @@ Possible values are: `NONE`, `PROXY_V1`. return [ new DynamicUIProps( InputType.String, - "backendService", - "A reference to the BackendService resource.\n\n\n- - -", + 'backendService', + 'A reference to the BackendService resource.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and match\nthe regular expression `a-z?` which means the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "proxyBind", - "This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.", + 'proxyBind', + 'This field only applies when the forwarding rule that references\nthis target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "proxyHeader", - "Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.", + 'proxyHeader', + 'Specifies the type of proxy header to append before sending data to\nthe backend.\nDefault value is `NONE`.\nPossible values are: `NONE`, `PROXY_V1`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/compute/URLMap.ts b/src/app/Models/codegen/gcp/compute/URLMap.ts index 19ba551c0..a2151343b 100644 --- a/src/app/Models/codegen/gcp/compute/URLMap.ts +++ b/src/app/Models/codegen/gcp/compute/URLMap.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { compute_URLMapPathMatcher, compute_URLMapPathMatcher_GetTypes, -} from "../types/compute_URLMapPathMatcher"; +} from '../types/compute_URLMapPathMatcher'; import { compute_URLMapDefaultRouteAction, compute_URLMapDefaultRouteAction_GetTypes, -} from "../types/compute_URLMapDefaultRouteAction"; +} from '../types/compute_URLMapDefaultRouteAction'; import { compute_URLMapHostRule, compute_URLMapHostRule_GetTypes, -} from "../types/compute_URLMapHostRule"; +} from '../types/compute_URLMapHostRule'; import { compute_URLMapTest, compute_URLMapTest_GetTypes, -} from "../types/compute_URLMapTest"; +} from '../types/compute_URLMapTest'; import { compute_URLMapDefaultUrlRedirect, compute_URLMapDefaultUrlRedirect_GetTypes, -} from "../types/compute_URLMapDefaultUrlRedirect"; +} from '../types/compute_URLMapDefaultUrlRedirect'; import { compute_URLMapHeaderAction, compute_URLMapHeaderAction_GetTypes, -} from "../types/compute_URLMapHeaderAction"; +} from '../types/compute_URLMapHeaderAction'; export interface URLMapArgs { // The backend service or backend bucket to use when none of the given rules match. @@ -200,80 +200,80 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "defaultService", - "The backend service or backend bucket to use when none of the given rules match.", + 'defaultService', + 'The backend service or backend bucket to use when none of the given rules match.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource. Provide this property when you create\nthe resource.", + 'description', + 'An optional description of this resource. Provide this property when you create\nthe resource.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "pathMatchers", - "The list of named PathMatchers to use against the URL.\nStructure is documented below.", + 'pathMatchers', + 'The list of named PathMatchers to use against the URL.\nStructure is documented below.', () => compute_URLMapPathMatcher_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "hostRules", - "The list of HostRules to use against the URL.\nStructure is documented below.", + 'hostRules', + 'The list of HostRules to use against the URL.\nStructure is documented below.', () => compute_URLMapHostRule_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "tests", - "The list of expected URL mapping tests. Request to update this UrlMap will\nsucceed only if all of the test cases pass. You can specify a maximum of 100\ntests per UrlMap.\nStructure is documented below.", + 'tests', + 'The list of expected URL mapping tests. Request to update this UrlMap will\nsucceed only if all of the test cases pass. You can specify a maximum of 100\ntests per UrlMap.\nStructure is documented below.', () => compute_URLMapTest_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultUrlRedirect", - "When none of the specified hostRules match, the request is redirected to a URL specified\nby defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or\ndefaultRouteAction must not be set.\nStructure is documented below.", + 'defaultUrlRedirect', + 'When none of the specified hostRules match, the request is redirected to a URL specified\nby defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or\ndefaultRouteAction must not be set.\nStructure is documented below.', () => compute_URLMapDefaultUrlRedirect_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "headerAction", - "Specifies changes to request and response headers that need to take effect for\nthe selected backendService. The headerAction specified here take effect after\nheaderAction specified under pathMatcher.\nStructure is documented below.", + 'headerAction', + 'Specifies changes to request and response headers that need to take effect for\nthe selected backendService. The headerAction specified here take effect after\nheaderAction specified under pathMatcher.\nStructure is documented below.', () => compute_URLMapHeaderAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "defaultRouteAction", - "defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions\nlike URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend.\nIf defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService\nis set, defaultRouteAction cannot contain any weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nStructure is documented below.", + 'defaultRouteAction', + 'defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions\nlike URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend.\nIf defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService\nis set, defaultRouteAction cannot contain any weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nStructure is documented below.', () => compute_URLMapDefaultRouteAction_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is created. The\nname must be 1-63 characters long, and comply with RFC1035. Specifically, the\nname must be 1-63 characters long and match the regular expression\n`a-z?` which means the first character must be a lowercase\nletter, and all following characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -", + 'name', + 'Name of the resource. Provided by the client when the resource is created. The\nname must be 1-63 characters long, and comply with RFC1035. Specifically, the\nname must be 1-63 characters long and match the regular expression\n`a-z?` which means the first character must be a lowercase\nletter, and all following characters must be a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.\n\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/VPNGateway.ts b/src/app/Models/codegen/gcp/compute/VPNGateway.ts index 62e752cb9..8ac10d84d 100644 --- a/src/app/Models/codegen/gcp/compute/VPNGateway.ts +++ b/src/app/Models/codegen/gcp/compute/VPNGateway.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VPNGatewayArgs { // An optional description of this resource. @@ -84,40 +84,40 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", + 'name', + 'Name of the resource. Provided by the client when the resource is\ncreated. The name must be 1-63 characters long, and comply with\nRFC1035. Specifically, the name must be 1-63 characters long and\nmatch the regular expression `a-z?` which means\nthe first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "network", - "The network this VPN gateway is accepting traffic for.\n\n\n- - -", + 'network', + 'The network this VPN gateway is accepting traffic for.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region this gateway should sit in.", + 'region', + 'The region this gateway should sit in.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/compute/VPNTunnel.ts b/src/app/Models/codegen/gcp/compute/VPNTunnel.ts index bbab27547..88ab4c4b0 100644 --- a/src/app/Models/codegen/gcp/compute/VPNTunnel.ts +++ b/src/app/Models/codegen/gcp/compute/VPNTunnel.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface VPNTunnelArgs { // The interface ID of the external VPN gateway to which this VPN tunnel is connected. @@ -241,136 +241,136 @@ This field must reference a `gcp.compute.HaVpnGateway` resource. return [ new DynamicUIProps( InputType.String, - "peerExternalGateway", - "URL of the peer side external VPN gateway to which this VPN tunnel is connected.", + 'peerExternalGateway', + 'URL of the peer side external VPN gateway to which this VPN tunnel is connected.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "router", - "URL of router resource to be used for dynamic routing.", + 'router', + 'URL of router resource to be used for dynamic routing.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`a-z?` which means the first character\nmust be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.", + 'name', + 'Name of the resource. The name must be 1-63 characters long, and\ncomply with RFC1035. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`a-z?` which means the first character\nmust be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit,\nexcept the last character, which cannot be a dash.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "localTrafficSelectors", - "Local traffic selector to use when establishing the VPN tunnel with\npeer VPN gateway. The value should be a CIDR formatted string,\nfor example `192.168.0.0/16`. The ranges should be disjoint.\nOnly IPv4 is supported.", + 'localTrafficSelectors', + 'Local traffic selector to use when establishing the VPN tunnel with\npeer VPN gateway. The value should be a CIDR formatted string,\nfor example `192.168.0.0/16`. The ranges should be disjoint.\nOnly IPv4 is supported.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "targetVpnGateway", - "URL of the Target VPN gateway with which this VPN tunnel is\nassociated.", + 'targetVpnGateway', + 'URL of the Target VPN gateway with which this VPN tunnel is\nassociated.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "ikeVersion", - "IKE protocol version to use when establishing the VPN tunnel with\npeer VPN gateway.\nAcceptable IKE versions are 1 or 2. Default version is 2.", + 'ikeVersion', + 'IKE protocol version to use when establishing the VPN tunnel with\npeer VPN gateway.\nAcceptable IKE versions are 1 or 2. Default version is 2.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "remoteTrafficSelectors", - "Remote traffic selector to use when establishing the VPN tunnel with\npeer VPN gateway. The value should be a CIDR formatted string,\nfor example `192.168.0.0/16`. The ranges should be disjoint.\nOnly IPv4 is supported.", + 'remoteTrafficSelectors', + 'Remote traffic selector to use when establishing the VPN tunnel with\npeer VPN gateway. The value should be a CIDR formatted string,\nfor example `192.168.0.0/16`. The ranges should be disjoint.\nOnly IPv4 is supported.', () => InputType_String_GetTypes(), false, true, ), new DynamicUIProps( InputType.Number, - "vpnGatewayInterface", - "The interface ID of the VPN gateway with which this VPN tunnel is associated.", + 'vpnGatewayInterface', + 'The interface ID of the VPN gateway with which this VPN tunnel is associated.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region where the tunnel is located. If unset, is set to the region of `target_vpn_gateway`.", + 'region', + 'The region where the tunnel is located. If unset, is set to the region of `target_vpn_gateway`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of this resource.", + 'description', + 'An optional description of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "sharedSecret", - "Shared secret used to set the secure session between the Cloud VPN\ngateway and the peer VPN gateway.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -", + 'sharedSecret', + 'Shared secret used to set the secure session between the Cloud VPN\ngateway and the peer VPN gateway.\n**Note**: This property is sensitive and will not be displayed in the plan.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels to apply to this VpnTunnel.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels to apply to this VpnTunnel.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "peerGcpGateway", - "URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected.\nIf provided, the VPN tunnel will automatically use the same vpn_gateway_interface\nID in the peer GCP VPN gateway.\nThis field must reference a `gcp.compute.HaVpnGateway` resource.", + 'peerGcpGateway', + 'URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected.\nIf provided, the VPN tunnel will automatically use the same vpn_gateway_interface\nID in the peer GCP VPN gateway.\nThis field must reference a `gcp.compute.HaVpnGateway` resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "peerIp", - "IP address of the peer VPN gateway. Only IPv4 is supported.", + 'peerIp', + 'IP address of the peer VPN gateway. Only IPv4 is supported.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "vpnGateway", - "URL of the VPN gateway with which this VPN tunnel is associated.\nThis must be used if a High Availability VPN gateway resource is created.\nThis field must reference a `gcp.compute.HaVpnGateway` resource.", + 'vpnGateway', + 'URL of the VPN gateway with which this VPN tunnel is associated.\nThis must be used if a High Availability VPN gateway resource is created.\nThis field must reference a `gcp.compute.HaVpnGateway` resource.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "peerExternalGatewayInterface", - "The interface ID of the external VPN gateway to which this VPN tunnel is connected.", + 'peerExternalGatewayInterface', + 'The interface ID of the external VPN gateway to which this VPN tunnel is connected.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/container/AttachedCluster.ts b/src/app/Models/codegen/gcp/container/AttachedCluster.ts index fb8677102..6ebad52a0 100644 --- a/src/app/Models/codegen/gcp/container/AttachedCluster.ts +++ b/src/app/Models/codegen/gcp/container/AttachedCluster.ts @@ -3,45 +3,45 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_AttachedClusterAuthorization, container_AttachedClusterAuthorization_GetTypes, -} from "../types/container_AttachedClusterAuthorization"; +} from '../types/container_AttachedClusterAuthorization'; import { container_AttachedClusterOidcConfig, container_AttachedClusterOidcConfig_GetTypes, -} from "../types/container_AttachedClusterOidcConfig"; +} from '../types/container_AttachedClusterOidcConfig'; import { container_AttachedClusterWorkloadIdentityConfig, container_AttachedClusterWorkloadIdentityConfig_GetTypes, -} from "../types/container_AttachedClusterWorkloadIdentityConfig"; +} from '../types/container_AttachedClusterWorkloadIdentityConfig'; import { container_AttachedClusterBinaryAuthorization, container_AttachedClusterBinaryAuthorization_GetTypes, -} from "../types/container_AttachedClusterBinaryAuthorization"; +} from '../types/container_AttachedClusterBinaryAuthorization'; import { container_AttachedClusterLoggingConfig, container_AttachedClusterLoggingConfig_GetTypes, -} from "../types/container_AttachedClusterLoggingConfig"; +} from '../types/container_AttachedClusterLoggingConfig'; import { container_AttachedClusterMonitoringConfig, container_AttachedClusterMonitoringConfig_GetTypes, -} from "../types/container_AttachedClusterMonitoringConfig"; +} from '../types/container_AttachedClusterMonitoringConfig'; import { container_AttachedClusterProxyConfig, container_AttachedClusterProxyConfig_GetTypes, -} from "../types/container_AttachedClusterProxyConfig"; +} from '../types/container_AttachedClusterProxyConfig'; import { container_AttachedClusterError, container_AttachedClusterError_GetTypes, -} from "../types/container_AttachedClusterError"; +} from '../types/container_AttachedClusterError'; import { container_AttachedClusterFleet, container_AttachedClusterFleet_GetTypes, -} from "../types/container_AttachedClusterFleet"; +} from '../types/container_AttachedClusterFleet'; export interface AttachedClusterArgs { /* @@ -282,15 +282,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "authorization", - "Configuration related to the cluster RBAC settings.\nStructure is documented below.", + 'authorization', + 'Configuration related to the cluster RBAC settings.\nStructure is documented below.', () => container_AttachedClusterAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "distribution", + 'distribution', 'The Kubernetes distribution of the underlying attached cluster. Supported values:\n"eks", "aks".', () => [], true, @@ -298,104 +298,104 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. Annotations on the cluster. This field has the same\nrestrictions as Kubernetes annotations. The total size of all keys and\nvalues combined is limited to 256k. Key can have 2 segments: prefix (optional)\nand name (required), separated by a slash (/). Prefix must be a DNS subdomain.\nName must be 63 characters or less, begin and end with alphanumerics,\nwith dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. Annotations on the cluster. This field has the same\nrestrictions as Kubernetes annotations. The total size of all keys and\nvalues combined is limited to 256k. Key can have 2 segments: prefix (optional)\nand name (required), separated by a slash (/). Prefix must be a DNS subdomain.\nName must be 63 characters or less, begin and end with alphanumerics,\nwith dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "oidcConfig", - "OIDC discovery information of the target cluster.\nKubernetes Service Account (KSA) tokens are JWT tokens signed by the cluster\nAPI server. This fields indicates how GCP services\nvalidate KSA tokens in order to allow system workloads (such as GKE Connect\nand telemetry agents) to authenticate back to GCP.\nBoth clusters with public and private issuer URLs are supported.\nClusters with public issuers only need to specify the `issuer_url` field\nwhile clusters with private issuers need to provide both\n`issuer_url` and `jwks`.\nStructure is documented below.", + 'oidcConfig', + 'OIDC discovery information of the target cluster.\nKubernetes Service Account (KSA) tokens are JWT tokens signed by the cluster\nAPI server. This fields indicates how GCP services\nvalidate KSA tokens in order to allow system workloads (such as GKE Connect\nand telemetry agents) to authenticate back to GCP.\nBoth clusters with public and private issuer URLs are supported.\nClusters with public issuers only need to specify the `issuer_url` field\nwhile clusters with private issuers need to provide both\n`issuer_url` and `jwks`.\nStructure is documented below.', () => container_AttachedClusterOidcConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Logging configuration.\nStructure is documented below.", + 'loggingConfig', + 'Logging configuration.\nStructure is documented below.', () => container_AttachedClusterLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "deletionPolicy", - "Policy to determine what flags to send on delete.", + 'deletionPolicy', + 'Policy to determine what flags to send on delete.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "A human readable description of this attached cluster. Cannot be longer\nthan 255 UTF-8 encoded bytes.", + 'description', + 'A human readable description of this attached cluster. Cannot be longer\nthan 255 UTF-8 encoded bytes.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "proxyConfig", - "Support for proxy configuration.\nStructure is documented below.", + 'proxyConfig', + 'Support for proxy configuration.\nStructure is documented below.', () => container_AttachedClusterProxyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "binaryAuthorization", - "Binary Authorization configuration.\nStructure is documented below.", + 'binaryAuthorization', + 'Binary Authorization configuration.\nStructure is documented below.', () => container_AttachedClusterBinaryAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "fleet", - "Fleet configuration.\nStructure is documented below.", + 'fleet', + 'Fleet configuration.\nStructure is documented below.', () => container_AttachedClusterFleet_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "monitoringConfig", - "Monitoring configuration.\nStructure is documented below.", + 'monitoringConfig', + 'Monitoring configuration.\nStructure is documented below.', () => container_AttachedClusterMonitoringConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "platformVersion", - "The platform version for the cluster (e.g. `1.23.0-gke.1`).", + 'platformVersion', + 'The platform version for the cluster (e.g. `1.23.0-gke.1`).', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/container/AwsCluster.ts b/src/app/Models/codegen/gcp/container/AwsCluster.ts index 2825d4564..04f7a7407 100644 --- a/src/app/Models/codegen/gcp/container/AwsCluster.ts +++ b/src/app/Models/codegen/gcp/container/AwsCluster.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_AwsClusterBinaryAuthorization, container_AwsClusterBinaryAuthorization_GetTypes, -} from "../types/container_AwsClusterBinaryAuthorization"; +} from '../types/container_AwsClusterBinaryAuthorization'; import { container_AwsClusterFleet, container_AwsClusterFleet_GetTypes, -} from "../types/container_AwsClusterFleet"; +} from '../types/container_AwsClusterFleet'; import { container_AwsClusterWorkloadIdentityConfig, container_AwsClusterWorkloadIdentityConfig_GetTypes, -} from "../types/container_AwsClusterWorkloadIdentityConfig"; +} from '../types/container_AwsClusterWorkloadIdentityConfig'; import { container_AwsClusterControlPlane, container_AwsClusterControlPlane_GetTypes, -} from "../types/container_AwsClusterControlPlane"; +} from '../types/container_AwsClusterControlPlane'; import { container_AwsClusterLoggingConfig, container_AwsClusterLoggingConfig_GetTypes, -} from "../types/container_AwsClusterLoggingConfig"; +} from '../types/container_AwsClusterLoggingConfig'; import { container_AwsClusterNetworking, container_AwsClusterNetworking_GetTypes, -} from "../types/container_AwsClusterNetworking"; +} from '../types/container_AwsClusterNetworking'; import { container_AwsClusterAuthorization, container_AwsClusterAuthorization_GetTypes, -} from "../types/container_AwsClusterAuthorization"; +} from '../types/container_AwsClusterAuthorization'; export interface AwsClusterArgs { /* @@ -153,96 +153,96 @@ Terraform, other clients and services. return [ new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "networking", - "Cluster-wide networking configuration.", + 'networking', + 'Cluster-wide networking configuration.', () => container_AwsClusterNetworking_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The number of the Fleet host project where this cluster will be registered.", + 'project', + 'The number of the Fleet host project where this cluster will be registered.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "authorization", - "Configuration related to the cluster RBAC settings.", + 'authorization', + 'Configuration related to the cluster RBAC settings.', () => container_AwsClusterAuthorization_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "binaryAuthorization", - "Configuration options for the Binary Authorization feature.", + 'binaryAuthorization', + 'Configuration options for the Binary Authorization feature.', () => container_AwsClusterBinaryAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.", + 'description', + 'Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "controlPlane", - "Configuration related to the cluster control plane.", + 'controlPlane', + 'Configuration related to the cluster control plane.', () => container_AwsClusterControlPlane_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Logging configuration.", + 'loggingConfig', + 'Logging configuration.', () => container_AwsClusterLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "awsRegion", - "The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.", + 'awsRegion', + 'The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "fleet", - "Fleet configuration.", + 'fleet', + 'Fleet configuration.', () => container_AwsClusterFleet_GetTypes(), true, true, diff --git a/src/app/Models/codegen/gcp/container/AwsNodePool.ts b/src/app/Models/codegen/gcp/container/AwsNodePool.ts index 7241f2bf6..fb968e7b3 100644 --- a/src/app/Models/codegen/gcp/container/AwsNodePool.ts +++ b/src/app/Models/codegen/gcp/container/AwsNodePool.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_AwsNodePoolAutoscaling, container_AwsNodePoolAutoscaling_GetTypes, -} from "../types/container_AwsNodePoolAutoscaling"; +} from '../types/container_AwsNodePoolAutoscaling'; import { container_AwsNodePoolConfig, container_AwsNodePoolConfig_GetTypes, -} from "../types/container_AwsNodePoolConfig"; +} from '../types/container_AwsNodePoolConfig'; import { container_AwsNodePoolManagement, container_AwsNodePoolManagement_GetTypes, -} from "../types/container_AwsNodePoolManagement"; +} from '../types/container_AwsNodePoolManagement'; import { container_AwsNodePoolMaxPodsConstraint, container_AwsNodePoolMaxPodsConstraint_GetTypes, -} from "../types/container_AwsNodePoolMaxPodsConstraint"; +} from '../types/container_AwsNodePoolMaxPodsConstraint'; import { container_AwsNodePoolUpdateSettings, container_AwsNodePoolUpdateSettings_GetTypes, -} from "../types/container_AwsNodePoolUpdateSettings"; +} from '../types/container_AwsNodePoolUpdateSettings'; export interface AwsNodePoolArgs { // The name of this resource. @@ -139,96 +139,96 @@ Terraform, other clients and services. return [ new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "management", - "The Management configuration for this node pool.", + 'management', + 'The Management configuration for this node pool.', () => container_AwsNodePoolManagement_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.", + 'version', + 'The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "autoscaling", - "Autoscaler configuration for this node pool.", + 'autoscaling', + 'Autoscaler configuration for this node pool.', () => container_AwsNodePoolAutoscaling_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "config", - "The configuration of the node pool.", + 'config', + 'The configuration of the node pool.', () => container_AwsNodePoolConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "updateSettings", - "Optional. Update settings control the speed and disruption of the node pool update.", + 'updateSettings', + 'Optional. Update settings control the speed and disruption of the node pool update.', () => container_AwsNodePoolUpdateSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cluster", - "The awsCluster for the resource", + 'cluster', + 'The awsCluster for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "maxPodsConstraint", - "The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.", + 'maxPodsConstraint', + 'The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.', () => container_AwsNodePoolMaxPodsConstraint_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "subnetId", - "The subnet where the node pool node run.", + 'subnetId', + 'The subnet where the node pool node run.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/container/AzureClient.ts b/src/app/Models/codegen/gcp/container/AzureClient.ts index 5a81bb28a..bcf39be32 100644 --- a/src/app/Models/codegen/gcp/container/AzureClient.ts +++ b/src/app/Models/codegen/gcp/container/AzureClient.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AzureClientArgs { /* @@ -64,40 +64,40 @@ The Azure Active Directory Tenant ID. return [ new DynamicUIProps( InputType.String, - "tenantId", - "The Azure Active Directory Tenant ID.\n\n\n\n- - -", + 'tenantId', + 'The Azure Active Directory Tenant ID.\n\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "applicationId", - "The Azure Active Directory Application ID.", + 'applicationId', + 'The Azure Active Directory Application ID.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/container/AzureCluster.ts b/src/app/Models/codegen/gcp/container/AzureCluster.ts index 739bd3d70..6dfa3c25c 100644 --- a/src/app/Models/codegen/gcp/container/AzureCluster.ts +++ b/src/app/Models/codegen/gcp/container/AzureCluster.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_AzureClusterLoggingConfig, container_AzureClusterLoggingConfig_GetTypes, -} from "../types/container_AzureClusterLoggingConfig"; +} from '../types/container_AzureClusterLoggingConfig'; import { container_AzureClusterControlPlane, container_AzureClusterControlPlane_GetTypes, -} from "../types/container_AzureClusterControlPlane"; +} from '../types/container_AzureClusterControlPlane'; import { container_AzureClusterNetworking, container_AzureClusterNetworking_GetTypes, -} from "../types/container_AzureClusterNetworking"; +} from '../types/container_AzureClusterNetworking'; import { container_AzureClusterAuthorization, container_AzureClusterAuthorization_GetTypes, -} from "../types/container_AzureClusterAuthorization"; +} from '../types/container_AzureClusterAuthorization'; import { container_AzureClusterWorkloadIdentityConfig, container_AzureClusterWorkloadIdentityConfig_GetTypes, -} from "../types/container_AzureClusterWorkloadIdentityConfig"; +} from '../types/container_AzureClusterWorkloadIdentityConfig'; import { container_AzureClusterAzureServicesAuthentication, container_AzureClusterAzureServicesAuthentication_GetTypes, -} from "../types/container_AzureClusterAzureServicesAuthentication"; +} from '../types/container_AzureClusterAzureServicesAuthentication'; import { container_AzureClusterFleet, container_AzureClusterFleet_GetTypes, -} from "../types/container_AzureClusterFleet"; +} from '../types/container_AzureClusterFleet'; export interface AzureClusterArgs { // The name of this resource. @@ -165,112 +165,112 @@ Terraform, other clients and services. return [ new DynamicUIProps( InputType.Object, - "fleet", - "Fleet configuration.", + 'fleet', + 'Fleet configuration.', () => container_AzureClusterFleet_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "resourceGroupId", - "The ARM ID of the resource group where the cluster resources are deployed. For example: `/subscriptions/*/resourceGroups/*`", + 'resourceGroupId', + 'The ARM ID of the resource group where the cluster resources are deployed. For example: `/subscriptions/*/resourceGroups/*`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The number of the Fleet host project where this cluster will be registered.", + 'project', + 'The number of the Fleet host project where this cluster will be registered.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "azureRegion", - "The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.", + 'azureRegion', + 'The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Logging configuration.", + 'loggingConfig', + 'Logging configuration.', () => container_AzureClusterLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "client", - "Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects//locations//azureClients/`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.", + 'client', + 'Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects//locations//azureClients/`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.", + 'description', + 'Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "authorization", - "Configuration related to the cluster RBAC settings.", + 'authorization', + 'Configuration related to the cluster RBAC settings.', () => container_AzureClusterAuthorization_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "azureServicesAuthentication", - "Azure authentication configuration for management of Azure resources", + 'azureServicesAuthentication', + 'Azure authentication configuration for management of Azure resources', () => container_AzureClusterAzureServicesAuthentication_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "controlPlane", - "Configuration related to the cluster control plane.", + 'controlPlane', + 'Configuration related to the cluster control plane.', () => container_AzureClusterControlPlane_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "networking", - "Cluster-wide networking configuration.", + 'networking', + 'Cluster-wide networking configuration.', () => container_AzureClusterNetworking_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/container/AzureNodePool.ts b/src/app/Models/codegen/gcp/container/AzureNodePool.ts index 28ae82c32..d0cc21fbf 100644 --- a/src/app/Models/codegen/gcp/container/AzureNodePool.ts +++ b/src/app/Models/codegen/gcp/container/AzureNodePool.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_AzureNodePoolConfig, container_AzureNodePoolConfig_GetTypes, -} from "../types/container_AzureNodePoolConfig"; +} from '../types/container_AzureNodePoolConfig'; import { container_AzureNodePoolMaxPodsConstraint, container_AzureNodePoolMaxPodsConstraint_GetTypes, -} from "../types/container_AzureNodePoolMaxPodsConstraint"; +} from '../types/container_AzureNodePoolMaxPodsConstraint'; import { container_AzureNodePoolManagement, container_AzureNodePoolManagement_GetTypes, -} from "../types/container_AzureNodePoolManagement"; +} from '../types/container_AzureNodePoolManagement'; import { container_AzureNodePoolAutoscaling, container_AzureNodePoolAutoscaling_GetTypes, -} from "../types/container_AzureNodePoolAutoscaling"; +} from '../types/container_AzureNodePoolAutoscaling'; export interface AzureNodePoolArgs { /* @@ -135,31 +135,31 @@ Please refer to the field `effective_annotations` for all of the annotations pre return [ new DynamicUIProps( InputType.Object, - "config", - "The node configuration of the node pool.", + 'config', + 'The node configuration of the node pool.', () => container_AzureNodePoolConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "azureAvailabilityZone", - "Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.", + 'azureAvailabilityZone', + 'Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetId", + 'subnetId', "The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.", () => [], true, @@ -167,64 +167,64 @@ Please refer to the field `effective_annotations` for all of the annotations pre ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "cluster", - "The azureCluster for the resource", + 'cluster', + 'The azureCluster for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "maxPodsConstraint", - "The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.", + 'maxPodsConstraint', + 'The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.', () => container_AzureNodePoolMaxPodsConstraint_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of this resource.", + 'name', + 'The name of this resource.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "annotations", - "Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.", + 'annotations', + 'Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.\nPlease refer to the field `effective_annotations` for all of the annotations present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "management", - "The Management configuration for this node pool.", + 'management', + 'The Management configuration for this node pool.', () => container_AzureNodePoolManagement_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", - "The Kubernetes version (e.g. `1.19.10-gke.1000`) running on this node pool.", + 'version', + 'The Kubernetes version (e.g. `1.19.10-gke.1000`) running on this node pool.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "autoscaling", - "Autoscaler configuration for this node pool.", + 'autoscaling', + 'Autoscaler configuration for this node pool.', () => container_AzureNodePoolAutoscaling_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/container/Cluster.ts b/src/app/Models/codegen/gcp/container/Cluster.ts index e96b2a8e8..e2b1ec667 100644 --- a/src/app/Models/codegen/gcp/container/Cluster.ts +++ b/src/app/Models/codegen/gcp/container/Cluster.ts @@ -3,161 +3,161 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_ClusterNotificationConfig, container_ClusterNotificationConfig_GetTypes, -} from "../types/container_ClusterNotificationConfig"; +} from '../types/container_ClusterNotificationConfig'; import { container_ClusterClusterTelemetry, container_ClusterClusterTelemetry_GetTypes, -} from "../types/container_ClusterClusterTelemetry"; +} from '../types/container_ClusterClusterTelemetry'; import { container_ClusterMonitoringConfig, container_ClusterMonitoringConfig_GetTypes, -} from "../types/container_ClusterMonitoringConfig"; +} from '../types/container_ClusterMonitoringConfig'; import { container_ClusterDnsConfig, container_ClusterDnsConfig_GetTypes, -} from "../types/container_ClusterDnsConfig"; +} from '../types/container_ClusterDnsConfig'; import { container_ClusterAuthenticatorGroupsConfig, container_ClusterAuthenticatorGroupsConfig_GetTypes, -} from "../types/container_ClusterAuthenticatorGroupsConfig"; +} from '../types/container_ClusterAuthenticatorGroupsConfig'; import { container_ClusterIpAllocationPolicy, container_ClusterIpAllocationPolicy_GetTypes, -} from "../types/container_ClusterIpAllocationPolicy"; +} from '../types/container_ClusterIpAllocationPolicy'; import { container_ClusterPrivateClusterConfig, container_ClusterPrivateClusterConfig_GetTypes, -} from "../types/container_ClusterPrivateClusterConfig"; +} from '../types/container_ClusterPrivateClusterConfig'; import { container_ClusterProtectConfig, container_ClusterProtectConfig_GetTypes, -} from "../types/container_ClusterProtectConfig"; +} from '../types/container_ClusterProtectConfig'; import { container_ClusterFleet, container_ClusterFleet_GetTypes, -} from "../types/container_ClusterFleet"; +} from '../types/container_ClusterFleet'; import { container_ClusterSecurityPostureConfig, container_ClusterSecurityPostureConfig_GetTypes, -} from "../types/container_ClusterSecurityPostureConfig"; +} from '../types/container_ClusterSecurityPostureConfig'; import { container_ClusterCostManagementConfig, container_ClusterCostManagementConfig_GetTypes, -} from "../types/container_ClusterCostManagementConfig"; +} from '../types/container_ClusterCostManagementConfig'; import { container_ClusterNodeConfig, container_ClusterNodeConfig_GetTypes, -} from "../types/container_ClusterNodeConfig"; +} from '../types/container_ClusterNodeConfig'; import { container_ClusterNodePoolAutoConfig, container_ClusterNodePoolAutoConfig_GetTypes, -} from "../types/container_ClusterNodePoolAutoConfig"; +} from '../types/container_ClusterNodePoolAutoConfig'; import { container_ClusterBinaryAuthorization, container_ClusterBinaryAuthorization_GetTypes, -} from "../types/container_ClusterBinaryAuthorization"; +} from '../types/container_ClusterBinaryAuthorization'; import { container_ClusterNodePoolDefaults, container_ClusterNodePoolDefaults_GetTypes, -} from "../types/container_ClusterNodePoolDefaults"; +} from '../types/container_ClusterNodePoolDefaults'; import { container_ClusterNodePool, container_ClusterNodePool_GetTypes, -} from "../types/container_ClusterNodePool"; +} from '../types/container_ClusterNodePool'; import { container_ClusterEnableK8sBetaApis, container_ClusterEnableK8sBetaApis_GetTypes, -} from "../types/container_ClusterEnableK8sBetaApis"; +} from '../types/container_ClusterEnableK8sBetaApis'; import { container_ClusterDatabaseEncryption, container_ClusterDatabaseEncryption_GetTypes, -} from "../types/container_ClusterDatabaseEncryption"; +} from '../types/container_ClusterDatabaseEncryption'; import { container_ClusterMaintenancePolicy, container_ClusterMaintenancePolicy_GetTypes, -} from "../types/container_ClusterMaintenancePolicy"; +} from '../types/container_ClusterMaintenancePolicy'; import { container_ClusterNetworkPolicy, container_ClusterNetworkPolicy_GetTypes, -} from "../types/container_ClusterNetworkPolicy"; +} from '../types/container_ClusterNetworkPolicy'; import { container_ClusterMasterAuthorizedNetworksConfig, container_ClusterMasterAuthorizedNetworksConfig_GetTypes, -} from "../types/container_ClusterMasterAuthorizedNetworksConfig"; +} from '../types/container_ClusterMasterAuthorizedNetworksConfig'; import { container_ClusterAddonsConfig, container_ClusterAddonsConfig_GetTypes, -} from "../types/container_ClusterAddonsConfig"; +} from '../types/container_ClusterAddonsConfig'; import { container_ClusterIdentityServiceConfig, container_ClusterIdentityServiceConfig_GetTypes, -} from "../types/container_ClusterIdentityServiceConfig"; +} from '../types/container_ClusterIdentityServiceConfig'; import { container_ClusterServiceExternalIpsConfig, container_ClusterServiceExternalIpsConfig_GetTypes, -} from "../types/container_ClusterServiceExternalIpsConfig"; +} from '../types/container_ClusterServiceExternalIpsConfig'; import { container_ClusterClusterAutoscaling, container_ClusterClusterAutoscaling_GetTypes, -} from "../types/container_ClusterClusterAutoscaling"; +} from '../types/container_ClusterClusterAutoscaling'; import { container_ClusterTpuConfig, container_ClusterTpuConfig_GetTypes, -} from "../types/container_ClusterTpuConfig"; +} from '../types/container_ClusterTpuConfig'; import { container_ClusterMasterAuth, container_ClusterMasterAuth_GetTypes, -} from "../types/container_ClusterMasterAuth"; +} from '../types/container_ClusterMasterAuth'; import { container_ClusterResourceUsageExportConfig, container_ClusterResourceUsageExportConfig_GetTypes, -} from "../types/container_ClusterResourceUsageExportConfig"; +} from '../types/container_ClusterResourceUsageExportConfig'; import { container_ClusterWorkloadIdentityConfig, container_ClusterWorkloadIdentityConfig_GetTypes, -} from "../types/container_ClusterWorkloadIdentityConfig"; +} from '../types/container_ClusterWorkloadIdentityConfig'; import { container_ClusterPodSecurityPolicyConfig, container_ClusterPodSecurityPolicyConfig_GetTypes, -} from "../types/container_ClusterPodSecurityPolicyConfig"; +} from '../types/container_ClusterPodSecurityPolicyConfig'; import { container_ClusterWorkloadAltsConfig, container_ClusterWorkloadAltsConfig_GetTypes, -} from "../types/container_ClusterWorkloadAltsConfig"; +} from '../types/container_ClusterWorkloadAltsConfig'; import { container_ClusterDefaultSnatStatus, container_ClusterDefaultSnatStatus_GetTypes, -} from "../types/container_ClusterDefaultSnatStatus"; +} from '../types/container_ClusterDefaultSnatStatus'; import { container_ClusterConfidentialNodes, container_ClusterConfidentialNodes_GetTypes, -} from "../types/container_ClusterConfidentialNodes"; +} from '../types/container_ClusterConfidentialNodes'; import { container_ClusterGatewayApiConfig, container_ClusterGatewayApiConfig_GetTypes, -} from "../types/container_ClusterGatewayApiConfig"; +} from '../types/container_ClusterGatewayApiConfig'; import { container_ClusterMeshCertificates, container_ClusterMeshCertificates_GetTypes, -} from "../types/container_ClusterMeshCertificates"; +} from '../types/container_ClusterMeshCertificates'; import { container_ClusterVerticalPodAutoscaling, container_ClusterVerticalPodAutoscaling_GetTypes, -} from "../types/container_ClusterVerticalPodAutoscaling"; +} from '../types/container_ClusterVerticalPodAutoscaling'; import { container_ClusterLoggingConfig, container_ClusterLoggingConfig_GetTypes, -} from "../types/container_ClusterLoggingConfig"; +} from '../types/container_ClusterLoggingConfig'; import { container_ClusterReleaseChannel, container_ClusterReleaseChannel_GetTypes, -} from "../types/container_ClusterReleaseChannel"; +} from '../types/container_ClusterReleaseChannel'; export interface ClusterArgs { // Whether L4ILB Subsetting is enabled for this cluster. @@ -1055,47 +1055,47 @@ Node pool configs that apply to auto-provisioned node pools in return [ new DynamicUIProps( InputType.Bool, - "enableIntranodeVisibility", - "Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.", + 'enableIntranodeVisibility', + 'Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "privateClusterConfig", - "Configuration for [private clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters),\nclusters with private nodes. Structure is documented below.", + 'privateClusterConfig', + 'Configuration for [private clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters),\nclusters with private nodes. Structure is documented below.', () => container_ClusterPrivateClusterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workloadIdentityConfig", - "Workload Identity allows Kubernetes service accounts to act as a user-managed\n[Google IAM Service Account](https://cloud.google.com/iam/docs/service-accounts#user-managed_service_accounts).\nStructure is documented below.", + 'workloadIdentityConfig', + 'Workload Identity allows Kubernetes service accounts to act as a user-managed\n[Google IAM Service Account](https://cloud.google.com/iam/docs/service-accounts#user-managed_service_accounts).\nStructure is documented below.', () => container_ClusterWorkloadIdentityConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "clusterIpv4Cidr", - "The IP address range of the Kubernetes pods\nin this cluster in CIDR notation (e.g. `10.96.0.0/14`). Leave blank to have one\nautomatically chosen or specify a `/14` block in `10.0.0.0/8`. This field will\ndefault a new cluster to routes-based, where `ip_allocation_policy` is not defined.", + 'clusterIpv4Cidr', + 'The IP address range of the Kubernetes pods\nin this cluster in CIDR notation (e.g. `10.96.0.0/14`). Leave blank to have one\nautomatically chosen or specify a `/14` block in `10.0.0.0/8`. This field will\ndefault a new cluster to routes-based, where `ip_allocation_policy` is not defined.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "masterAuth", - "The authentication information for accessing the\nKubernetes master. Some values in this block are only returned by the API if\nyour service account has permission to get credentials for your GKE cluster. If\nyou see an unexpected diff unsetting your client cert, ensure you have the\n`container.clusters.getCredentials` permission.\nStructure is documented below.", + 'masterAuth', + 'The authentication information for accessing the\nKubernetes master. Some values in this block are only returned by the API if\nyour service account has permission to get credentials for your GKE cluster. If\nyou see an unexpected diff unsetting your client cert, ensure you have the\n`container.clusters.getCredentials` permission.\nStructure is documented below.', () => container_ClusterMasterAuth_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "nodePools", + 'nodePools', 'List of node pools associated with this cluster.\nSee gcp.container.NodePool for schema.\n**Warning:** node pools defined inside a cluster can\'t be changed (or added/removed) after\ncluster creation without deleting and recreating the entire cluster. Unless you absolutely need the ability\nto say "these are the _only_ node pools associated with this cluster", use the\ngcp.container.NodePool resource instead of this property.', () => container_ClusterNodePool_GetTypes(), false, @@ -1103,79 +1103,79 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.String, - "name", - "The name of the cluster, unique within the project and\nlocation.\n\n- - -", + 'name', + 'The name of the cluster, unique within the project and\nlocation.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "masterAuthorizedNetworksConfig", - "The desired\nconfiguration options for master authorized networks. Omit the\nnested `cidr_blocks` attribute to disallow external access (except\nthe cluster node IPs, which GKE automatically whitelists).\nStructure is documented below.", + 'masterAuthorizedNetworksConfig', + 'The desired\nconfiguration options for master authorized networks. Omit the\nnested `cidr_blocks` attribute to disallow external access (except\nthe cluster node IPs, which GKE automatically whitelists).\nStructure is documented below.', () => container_ClusterMasterAuthorizedNetworksConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableKubernetesAlpha", - "Whether to enable Kubernetes Alpha features for\nthis cluster. Note that when this option is enabled, the cluster cannot be upgraded\nand will be automatically deleted after 30 days.", + 'enableKubernetesAlpha', + 'Whether to enable Kubernetes Alpha features for\nthis cluster. Note that when this option is enabled, the cluster cannot be upgraded\nand will be automatically deleted after 30 days.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "confidentialNodes", - "Configuration for [Confidential Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/confidential-gke-nodes) feature. Structure is documented below documented below.", + 'confidentialNodes', + 'Configuration for [Confidential Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/confidential-gke-nodes) feature. Structure is documented below documented below.', () => container_ClusterConfidentialNodes_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "addonsConfig", - "The configuration for addons supported by GKE.\nStructure is documented below.", + 'addonsConfig', + 'The configuration for addons supported by GKE.\nStructure is documented below.', () => container_ClusterAddonsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "enableShieldedNodes", - "Enable Shielded Nodes features on all nodes in this cluster. Defaults to `true`.", + 'enableShieldedNodes', + 'Enable Shielded Nodes features on all nodes in this cluster. Defaults to `true`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "protectConfig", - "Enable/Disable Protect API features for the cluster. Structure is documented below.", + 'protectConfig', + 'Enable/Disable Protect API features for the cluster. Structure is documented below.', () => container_ClusterProtectConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "loggingConfig", - "Logging configuration for the cluster.\nStructure is documented below.", + 'loggingConfig', + 'Logging configuration for the cluster.\nStructure is documented below.', () => container_ClusterLoggingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "allowNetAdmin", - "Enable NET_ADMIN for the cluster. Defaults to\n`false`. This field should only be enabled for Autopilot clusters (`enable_autopilot`\nset to `true`).", + 'allowNetAdmin', + 'Enable NET_ADMIN for the cluster. Defaults to\n`false`. This field should only be enabled for Autopilot clusters (`enable_autopilot`\nset to `true`).', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "nodeConfig", + 'nodeConfig', "Parameters used in creating the default node pool.\nGenerally, this field should not be used at the same time as a\n`gcp.container.NodePool` or a `node_pool` block; this configuration\nmanages the default node pool, which isn't recommended to be used.\nStructure is documented below.", () => container_ClusterNodeConfig_GetTypes(), false, @@ -1183,15 +1183,15 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "releaseChannel", + 'releaseChannel', 'Configuration options for the [Release channel](https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels)\nfeature, which provide more control over automatic upgrades of your GKE clusters.\nWhen updating this field, GKE imposes specific version requirements. See\n[Selecting a new release channel](https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels#selecting_a_new_release_channel)\nfor more details; the `gcp.container.getEngineVersions` datasource can provide\nthe default version for a channel. Note that removing the `release_channel`\nfield from your config will cause the provider to stop managing your cluster\'s\nrelease channel, but will not unenroll it. Instead, use the `"UNSPECIFIED"`\nchannel. Structure is documented below.', () => container_ClusterReleaseChannel_GetTypes(), false, @@ -1199,23 +1199,23 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Bool, - "enableAutopilot", - "Enable Autopilot for this cluster. Defaults to `false`.\nNote that when this option is enabled, certain features of Standard GKE are not available.\nSee the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)\nfor available features.", + 'enableAutopilot', + 'Enable Autopilot for this cluster. Defaults to `false`.\nNote that when this option is enabled, certain features of Standard GKE are not available.\nSee the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)\nfor available features.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "nodePoolAutoConfig", - "Node pool configs that apply to auto-provisioned node pools in\n[autopilot](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison) clusters and\n[node auto-provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)-enabled clusters. Structure is documented below.", + 'nodePoolAutoConfig', + 'Node pool configs that apply to auto-provisioned node pools in\n[autopilot](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison) clusters and\n[node auto-provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)-enabled clusters. Structure is documented below.', () => container_ClusterNodePoolAutoConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "nodeVersion", + 'nodeVersion', "The Kubernetes version on the nodes. Must either be unset\nor set to the same value as `min_master_version` on create. Defaults to the default\nversion set by GKE which is not necessarily the latest version. This only affects\nnodes in the default node pool. While a fuzzy version can be specified, it's\nrecommended that you specify explicit versions as the provider will see spurious diffs\nwhen fuzzy versions are used. See the `gcp.container.getEngineVersions` data source's\n`version_prefix` field to approximate fuzzy versions.\nTo update nodes in other node pools, use the `version` attribute on the node pool.", () => [], false, @@ -1223,15 +1223,15 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "networkPolicy", - "Configuration options for the\n[NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)\nfeature. Structure is documented below.", + 'networkPolicy', + 'Configuration options for the\n[NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)\nfeature. Structure is documented below.', () => container_ClusterNetworkPolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "nodeLocations", + 'nodeLocations', "The list of zones in which the cluster's nodes\nare located. Nodes must be in the region of their regional cluster or in the\nsame region as their cluster's zone for zonal clusters. If this is specified for\na zonal cluster, omit the cluster's zone.\n\n> A \"multi-zonal\" cluster is a zonal cluster with at least one additional zone\ndefined; in a multi-zonal cluster, the cluster master is only present in a\nsingle zone while nodes are present in each of the primary zone and the node\nlocations. In contrast, in a regional cluster, cluster master nodes are present\nin multiple zones in the region. For that reason, regional clusters should be\npreferred.", () => InputType_String_GetTypes(), false, @@ -1239,87 +1239,87 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "tpuConfig", - "TPU configuration for the cluster.", + 'tpuConfig', + 'TPU configuration for the cluster.', () => container_ClusterTpuConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location (region or zone) in which the cluster\nmaster will be created, as well as the default node location. If you specify a\nzone (such as `us-central1-a`), the cluster will be a zonal cluster with a\nsingle cluster master. If you specify a region (such as `us-west1`), the\ncluster will be a regional cluster with multiple masters spread across zones in\nthe region, and with default node locations in those zones as well", + 'location', + 'The location (region or zone) in which the cluster\nmaster will be created, as well as the default node location. If you specify a\nzone (such as `us-central1-a`), the cluster will be a zonal cluster with a\nsingle cluster master. If you specify a region (such as `us-west1`), the\ncluster will be a regional cluster with multiple masters spread across zones in\nthe region, and with default node locations in those zones as well', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableL4IlbSubsetting", - "Whether L4ILB Subsetting is enabled for this cluster.", + 'enableL4IlbSubsetting', + 'Whether L4ILB Subsetting is enabled for this cluster.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "enableK8sBetaApis", - "Configuration for Kubernetes Beta APIs.\nStructure is documented below.", + 'enableK8sBetaApis', + 'Configuration for Kubernetes Beta APIs.\nStructure is documented below.', () => container_ClusterEnableK8sBetaApis_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "costManagementConfig", - "Configuration for the\n[Cost Allocation](https://cloud.google.com/kubernetes-engine/docs/how-to/cost-allocations) feature.\nStructure is documented below.", + 'costManagementConfig', + 'Configuration for the\n[Cost Allocation](https://cloud.google.com/kubernetes-engine/docs/how-to/cost-allocations) feature.\nStructure is documented below.', () => container_ClusterCostManagementConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of the cluster.", + 'description', + 'Description of the cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableMultiNetworking", - "Whether multi-networking is enabled for this cluster.", + 'enableMultiNetworking', + 'Whether multi-networking is enabled for this cluster.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableLegacyAbac", - "Whether the ABAC authorizer is enabled for this cluster.\nWhen enabled, identities in the system, including service accounts, nodes, and controllers,\nwill have statically granted permissions beyond those provided by the RBAC configuration or IAM.\nDefaults to `false`", + 'enableLegacyAbac', + 'Whether the ABAC authorizer is enabled for this cluster.\nWhen enabled, identities in the system, including service accounts, nodes, and controllers,\nwill have statically granted permissions beyond those provided by the RBAC configuration or IAM.\nDefaults to `false`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "resourceUsageExportConfig", - "Configuration for the\n[ResourceUsageExportConfig](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-usage-metering) feature.\nStructure is documented below.", + 'resourceUsageExportConfig', + 'Configuration for the\n[ResourceUsageExportConfig](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-usage-metering) feature.\nStructure is documented below.', () => container_ClusterResourceUsageExportConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "meshCertificates", - "Structure is documented below.", + 'meshCertificates', + 'Structure is documented below.', () => container_ClusterMeshCertificates_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "workloadAltsConfig", + 'workloadAltsConfig', 'Configuration for [direct-path (via ALTS) with workload identity.](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#workloadaltsconfig). Structure is documented below.\n\nThe `default_snat_status` block supports', () => container_ClusterWorkloadAltsConfig_GetTypes(), false, @@ -1327,87 +1327,87 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "ipAllocationPolicy", - "Configuration of cluster IP allocation for\nVPC-native clusters. If this block is unset during creation, it will be set by the GKE backend.\nStructure is documented below.", + 'ipAllocationPolicy', + 'Configuration of cluster IP allocation for\nVPC-native clusters. If this block is unset during creation, it will be set by the GKE backend.\nStructure is documented below.', () => container_ClusterIpAllocationPolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "loggingService", - "The logging service that the cluster should\nwrite logs to. Available options include `logging.googleapis.com`(Legacy Stackdriver),\n`logging.googleapis.com/kubernetes`(Stackdriver Kubernetes Engine Logging), and `none`. Defaults to `logging.googleapis.com/kubernetes`", + 'loggingService', + 'The logging service that the cluster should\nwrite logs to. Available options include `logging.googleapis.com`(Legacy Stackdriver),\n`logging.googleapis.com/kubernetes`(Stackdriver Kubernetes Engine Logging), and `none`. Defaults to `logging.googleapis.com/kubernetes`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "networkingMode", - "Determines whether alias IPs or routes will be used for pod IPs in the cluster.\nOptions are `VPC_NATIVE` or `ROUTES`. `VPC_NATIVE` enables [IP aliasing](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-aliases). Newly created clusters will default to `VPC_NATIVE`.", + 'networkingMode', + 'Determines whether alias IPs or routes will be used for pod IPs in the cluster.\nOptions are `VPC_NATIVE` or `ROUTES`. `VPC_NATIVE` enables [IP aliasing](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-aliases). Newly created clusters will default to `VPC_NATIVE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "datapathProvider", - "The desired datapath provider for this cluster. This is set to `LEGACY_DATAPATH` by default, which uses the IPTables-based kube-proxy implementation. Set to `ADVANCED_DATAPATH` to enable Dataplane v2.", + 'datapathProvider', + 'The desired datapath provider for this cluster. This is set to `LEGACY_DATAPATH` by default, which uses the IPTables-based kube-proxy implementation. Set to `ADVANCED_DATAPATH` to enable Dataplane v2.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "defaultSnatStatus", - "[GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below", + 'defaultSnatStatus', + '[GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below', () => container_ClusterDefaultSnatStatus_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "dnsConfig", - "Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.", + 'dnsConfig', + 'Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.', () => container_ClusterDnsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "network", - "The name or self_link of the Google Compute Engine\nnetwork to which the cluster is connected. For Shared VPC, set this to the self link of the\nshared network.", + 'network', + 'The name or self_link of the Google Compute Engine\nnetwork to which the cluster is connected. For Shared VPC, set this to the self link of the\nshared network.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "notificationConfig", - "Configuration for the [cluster upgrade notifications](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-upgrade-notifications) feature. Structure is documented below.", + 'notificationConfig', + 'Configuration for the [cluster upgrade notifications](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-upgrade-notifications) feature. Structure is documented below.', () => container_ClusterNotificationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Bool, - "deletionProtection", - "Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in\nTerraform state, a terraform destroy or terraform apply that would delete the cluster will fail.", + 'deletionProtection', + 'Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in\nTerraform state, a terraform destroy or terraform apply that would delete the cluster will fail.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableFqdnNetworkPolicy", - "Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.", + 'enableFqdnNetworkPolicy', + 'Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetwork", + 'subnetwork', "The name or self_link of the Google Compute Engine\nsubnetwork in which the cluster's instances are launched.", () => [], false, @@ -1415,7 +1415,7 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.String, - "minMasterVersion", + 'minMasterVersion', "The minimum version of the master. GKE\nwill auto-update the master to new versions, so this does not guarantee the\ncurrent master version--use the read-only `master_version` field to obtain that.\nIf unset, the cluster's version will be set by GKE to the version of the most recent\nofficial release (which is not necessarily the latest version). Most users will find\nthe `gcp.container.getEngineVersions` data source useful - it indicates which versions\nare available. If you intend to specify versions manually,\n[the docs](https://cloud.google.com/kubernetes-engine/versioning-and-upgrades#specifying_cluster_version)\ndescribe the various acceptable formats for this field.\n\n> If you are using the `gcp.container.getEngineVersions` datasource with a regional cluster, ensure that you have provided a `location`\nto the datasource. A region can have a different set of supported versions than its corresponding zones, and not all zones in a\nregion are guaranteed to support the same version.", () => [], false, @@ -1423,7 +1423,7 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "clusterAutoscaling", + 'clusterAutoscaling', "Per-cluster configuration of Node Auto-Provisioning with Cluster Autoscaler to\nautomatically adjust the size of the cluster and create/delete node pools based\non the current needs of the cluster's workload. See the\n[guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)\nfor more details. Structure is documented below.", () => container_ClusterClusterAutoscaling_GetTypes(), false, @@ -1431,151 +1431,151 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "clusterTelemetry", - "Configuration for\n[ClusterTelemetry](https://cloud.google.com/monitoring/kubernetes-engine/installing#controlling_the_collection_of_application_logs) feature,\nStructure is documented below.", + 'clusterTelemetry', + 'Configuration for\n[ClusterTelemetry](https://cloud.google.com/monitoring/kubernetes-engine/installing#controlling_the_collection_of_application_logs) feature,\nStructure is documented below.', () => container_ClusterClusterTelemetry_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "nodePoolDefaults", - "Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object. Structure is documented below.", + 'nodePoolDefaults', + 'Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object. Structure is documented below.', () => container_ClusterNodePoolDefaults_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "monitoringConfig", - "Monitoring configuration for the cluster.\nStructure is documented below.", + 'monitoringConfig', + 'Monitoring configuration for the cluster.\nStructure is documented below.', () => container_ClusterMonitoringConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "databaseEncryption", - "Structure is documented below.", + 'databaseEncryption', + 'Structure is documented below.', () => container_ClusterDatabaseEncryption_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "resourceLabels", - "The GCE resource labels (a map of key/value pairs) to be applied to the cluster.", + 'resourceLabels', + 'The GCE resource labels (a map of key/value pairs) to be applied to the cluster.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "defaultMaxPodsPerNode", - "The default maximum number of pods\nper node in this cluster. This doesn't work on \"routes-based\" clusters, clusters\nthat don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)\nfor more information.", + 'defaultMaxPodsPerNode', + 'The default maximum number of pods\nper node in this cluster. This doesn\'t work on "routes-based" clusters, clusters\nthat don\'t have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)\nfor more information.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableTpu", - "Whether to enable Cloud TPU resources in this cluster.\nSee the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-engine-setup).", + 'enableTpu', + 'Whether to enable Cloud TPU resources in this cluster.\nSee the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-engine-setup).', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "fleet", - "Fleet configuration for the cluster. Structure is documented below.", + 'fleet', + 'Fleet configuration for the cluster. Structure is documented below.', () => container_ClusterFleet_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "authenticatorGroupsConfig", - "Configuration for the\n[Google Groups for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#groups-setup-gsuite) feature.\nStructure is documented below.", + 'authenticatorGroupsConfig', + 'Configuration for the\n[Google Groups for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#groups-setup-gsuite) feature.\nStructure is documented below.', () => container_ClusterAuthenticatorGroupsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "monitoringService", - "The monitoring service that the cluster\nshould write metrics to.\nAutomatically send metrics from pods in the cluster to the Google Cloud Monitoring API.\nVM metrics will be collected by Google Compute Engine regardless of this setting\nAvailable options include\n`monitoring.googleapis.com`(Legacy Stackdriver), `monitoring.googleapis.com/kubernetes`(Stackdriver Kubernetes Engine Monitoring), and `none`.\nDefaults to `monitoring.googleapis.com/kubernetes`", + 'monitoringService', + 'The monitoring service that the cluster\nshould write metrics to.\nAutomatically send metrics from pods in the cluster to the Google Cloud Monitoring API.\nVM metrics will be collected by Google Compute Engine regardless of this setting\nAvailable options include\n`monitoring.googleapis.com`(Legacy Stackdriver), `monitoring.googleapis.com/kubernetes`(Stackdriver Kubernetes Engine Monitoring), and `none`.\nDefaults to `monitoring.googleapis.com/kubernetes`', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "identityServiceConfig", - ". Structure is documented below.", + 'identityServiceConfig', + '. Structure is documented below.', () => container_ClusterIdentityServiceConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "podSecurityPolicyConfig", - "Configuration for the\n[PodSecurityPolicy](https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-policies) feature.\nStructure is documented below.", + 'podSecurityPolicyConfig', + 'Configuration for the\n[PodSecurityPolicy](https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-policies) feature.\nStructure is documented below.', () => container_ClusterPodSecurityPolicyConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "securityPostureConfig", - "Enable/Disable Security Posture API features for the cluster. Structure is documented below.", + 'securityPostureConfig', + 'Enable/Disable Security Posture API features for the cluster. Structure is documented below.', () => container_ClusterSecurityPostureConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "binaryAuthorization", - "Configuration options for the Binary\nAuthorization feature. Structure is documented below.", + 'binaryAuthorization', + 'Configuration options for the Binary\nAuthorization feature. Structure is documented below.', () => container_ClusterBinaryAuthorization_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "verticalPodAutoscaling", - "Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it.\nStructure is documented below.", + 'verticalPodAutoscaling', + 'Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it.\nStructure is documented below.', () => container_ClusterVerticalPodAutoscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "gatewayApiConfig", - "Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.", + 'gatewayApiConfig', + 'Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is documented below.', () => container_ClusterGatewayApiConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "maintenancePolicy", - "The maintenance policy to use for the cluster. Structure is\ndocumented below.", + 'maintenancePolicy', + 'The maintenance policy to use for the cluster. Structure is\ndocumented below.', () => container_ClusterMaintenancePolicy_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "privateIpv6GoogleAccess", - "The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4).", + 'privateIpv6GoogleAccess', + 'The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4).', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "removeDefaultNodePool", + 'removeDefaultNodePool', "If `true`, deletes the default node\npool upon cluster creation. If you're using `gcp.container.NodePool`\nresources with no default node pool, this should be set to `true`, alongside\nsetting `initial_node_count` to at least `1`.", () => [], false, @@ -1583,15 +1583,15 @@ Node pool configs that apply to auto-provisioned node pools in ), new DynamicUIProps( InputType.Object, - "serviceExternalIpsConfig", - "Structure is documented below.", + 'serviceExternalIpsConfig', + 'Structure is documented below.', () => container_ClusterServiceExternalIpsConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "initialNodeCount", + 'initialNodeCount', "The number of nodes to create in this\ncluster's default node pool. In regional or multi-zonal clusters, this is the\nnumber of nodes per zone. Must be set if `node_pool` is not set. If you're using\n`gcp.container.NodePool` objects with no default node pool, you'll need to\nset this to a value of at least `1`, alongside setting\n`remove_default_node_pool` to `true`.", () => [], false, diff --git a/src/app/Models/codegen/gcp/container/NodePool.ts b/src/app/Models/codegen/gcp/container/NodePool.ts index f52fa3256..02ae69d86 100644 --- a/src/app/Models/codegen/gcp/container/NodePool.ts +++ b/src/app/Models/codegen/gcp/container/NodePool.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { container_NodePoolNetworkConfig, container_NodePoolNetworkConfig_GetTypes, -} from "../types/container_NodePoolNetworkConfig"; +} from '../types/container_NodePoolNetworkConfig'; import { container_NodePoolUpgradeSettings, container_NodePoolUpgradeSettings_GetTypes, -} from "../types/container_NodePoolUpgradeSettings"; +} from '../types/container_NodePoolUpgradeSettings'; import { container_NodePoolManagement, container_NodePoolManagement_GetTypes, -} from "../types/container_NodePoolManagement"; +} from '../types/container_NodePoolManagement'; import { container_NodePoolPlacementPolicy, container_NodePoolPlacementPolicy_GetTypes, -} from "../types/container_NodePoolPlacementPolicy"; +} from '../types/container_NodePoolPlacementPolicy'; import { container_NodePoolNodeConfig, container_NodePoolNodeConfig_GetTypes, -} from "../types/container_NodePoolNodeConfig"; +} from '../types/container_NodePoolNodeConfig'; import { container_NodePoolQueuedProvisioning, container_NodePoolQueuedProvisioning_GetTypes, -} from "../types/container_NodePoolQueuedProvisioning"; +} from '../types/container_NodePoolQueuedProvisioning'; import { container_NodePoolAutoscaling, container_NodePoolAutoscaling_GetTypes, -} from "../types/container_NodePoolAutoscaling"; +} from '../types/container_NodePoolAutoscaling'; export interface NodePoolArgs { /* @@ -300,15 +300,15 @@ for more information. return [ new DynamicUIProps( InputType.Object, - "placementPolicy", - "Specifies a custom placement policy for the\nnodes.", + 'placementPolicy', + 'Specifies a custom placement policy for the\nnodes.', () => container_NodePoolPlacementPolicy_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "nodeLocations", + 'nodeLocations', "The list of zones in which the node pool's nodes should be located. Nodes must\nbe in the region of their regional cluster or in the same region as their\ncluster's zone for zonal clusters. If unspecified, the cluster-level\n`node_locations` will be used.\n\n> Note: `node_locations` will not revert to the cluster's default set of zones\nupon being unset. You must manually reconcile the list of zones with your\ncluster.", () => InputType_String_GetTypes(), false, @@ -316,31 +316,31 @@ for more information. ), new DynamicUIProps( InputType.String, - "location", - "The location (region or zone) of the cluster.\n\n- - -", + 'location', + 'The location (region or zone) of the cluster.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "management", - "Node management configuration, wherein auto-repair and\nauto-upgrade is configured. Structure is documented below.", + 'management', + 'Node management configuration, wherein auto-repair and\nauto-upgrade is configured. Structure is documented below.', () => container_NodePoolManagement_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "nodeCount", - "The number of nodes per instance group. This field can be used to\nupdate the number of nodes per instance group but should not be used alongside `autoscaling`.", + 'nodeCount', + 'The number of nodes per instance group. This field can be used to\nupdate the number of nodes per instance group but should not be used alongside `autoscaling`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "initialNodeCount", + 'initialNodeCount', "The initial number of nodes for the pool. In\nregional or multi-zonal clusters, this is the number of nodes per zone. Changing\nthis will force recreation of the resource. WARNING: Resizing your node pool manually\nmay change this value in your existing cluster, which will trigger destruction\nand recreation on the next provider run (to rectify the discrepancy). If you don't\nneed this value, don't set it. If you do need it, you can use a lifecycle block to\nignore subsqeuent changes to this field.", () => [], false, @@ -348,31 +348,31 @@ for more information. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which to create the node pool. If blank,\nthe provider-configured project will be used.", + 'project', + 'The ID of the project in which to create the node pool. If blank,\nthe provider-configured project will be used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "autoscaling", - "Configuration required by cluster autoscaler to adjust\nthe size of the node pool to the current cluster usage. Structure is documented below.", + 'autoscaling', + 'Configuration required by cluster autoscaler to adjust\nthe size of the node pool to the current cluster usage. Structure is documented below.', () => container_NodePoolAutoscaling_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "upgradeSettings", - "Specify node upgrade settings to change how GKE upgrades nodes.\nThe maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.", + 'upgradeSettings', + 'Specify node upgrade settings to change how GKE upgrades nodes.\nThe maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.', () => container_NodePoolUpgradeSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "version", + 'version', "The Kubernetes version for the nodes in this pool. Note that if this field\nand `auto_upgrade` are both specified, they will fight each other for what the node version should\nbe, so setting both is highly discouraged. While a fuzzy version can be specified, it's\nrecommended that you specify explicit versions as the provider will see spurious diffs\nwhen fuzzy versions are used. See the `gcp.container.getEngineVersions` data source's\n`version_prefix` field to approximate fuzzy versions in a provider-compatible way.", () => [], false, @@ -380,15 +380,15 @@ for more information. ), new DynamicUIProps( InputType.Object, - "nodeConfig", - "Parameters used in creating the node pool. See\ngcp.container.Cluster for schema.", + 'nodeConfig', + 'Parameters used in creating the node pool. See\ngcp.container.Cluster for schema.', () => container_NodePoolNodeConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "queuedProvisioning", + 'queuedProvisioning', 'Specifies node pool-level settings of queued provisioning.\nStructure is documented below.\n\nThe `autoscaling` block supports (either total or per zone limits are required):', () => container_NodePoolQueuedProvisioning_GetTypes(), false, @@ -396,7 +396,7 @@ for more information. ), new DynamicUIProps( InputType.Number, - "maxPodsPerNode", + 'maxPodsPerNode', 'The maximum number of pods per node in this node pool.\nNote that this does not work on node pools which are "route-based" - that is, node\npools belonging to clusters that do not have IP Aliasing enabled.\nSee the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)\nfor more information.', () => [], false, @@ -404,32 +404,32 @@ for more information. ), new DynamicUIProps( InputType.String, - "namePrefix", - "Creates a unique name for the node pool beginning\nwith the specified prefix. Conflicts with `name`.", + 'namePrefix', + 'Creates a unique name for the node pool beginning\nwith the specified prefix. Conflicts with `name`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "networkConfig", - "The network configuration of the pool. Such as\nconfiguration for [Adding Pod IP address ranges](https://cloud.google.com/kubernetes-engine/docs/how-to/multi-pod-cidr)) to the node pool. Or enabling private nodes. Structure is\ndocumented below", + 'networkConfig', + 'The network configuration of the pool. Such as\nconfiguration for [Adding Pod IP address ranges](https://cloud.google.com/kubernetes-engine/docs/how-to/multi-pod-cidr)) to the node pool. Or enabling private nodes. Structure is\ndocumented below', () => container_NodePoolNetworkConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cluster", - "The cluster to create the node pool for. Cluster must be present in `location` provided for clusters. May be specified in the format `projects/{{project}}/locations/{{location}}/clusters/{{cluster}}` or as just the name of the cluster.\n\n- - -", + 'cluster', + 'The cluster to create the node pool for. Cluster must be present in `location` provided for clusters. May be specified in the format `projects/{{project}}/locations/{{location}}/clusters/{{cluster}}` or as just the name of the cluster.\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "The name of the node pool. If left blank, the provider will\nauto-generate a unique name.", + 'name', + 'The name of the node pool. If left blank, the provider will\nauto-generate a unique name.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/container/Registry.ts b/src/app/Models/codegen/gcp/container/Registry.ts index 3f1f1c56c..78ef6fe9b 100644 --- a/src/app/Models/codegen/gcp/container/Registry.ts +++ b/src/app/Models/codegen/gcp/container/Registry.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RegistryArgs { // The location of the registry. One of `ASIA`, `EU`, `US` or not specified. See [the official documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling#pushing_an_image_to_a_registry) for more information on registry locations. @@ -28,16 +28,16 @@ export class Registry extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "location", - "The location of the registry. One of `ASIA`, `EU`, `US` or not specified. See [the official documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling#pushing_an_image_to_a_registry) for more information on registry locations.", + 'location', + 'The location of the registry. One of `ASIA`, `EU`, `US` or not specified. See [the official documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling#pushing_an_image_to_a_registry) for more information on registry locations.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs. If it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs. If it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/containeranalysis/Note.ts b/src/app/Models/codegen/gcp/containeranalysis/Note.ts index 93e6aee43..b87a14d7a 100644 --- a/src/app/Models/codegen/gcp/containeranalysis/Note.ts +++ b/src/app/Models/codegen/gcp/containeranalysis/Note.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { containeranalysis_NoteAttestationAuthority, containeranalysis_NoteAttestationAuthority_GetTypes, -} from "../types/containeranalysis_NoteAttestationAuthority"; +} from '../types/containeranalysis_NoteAttestationAuthority'; import { containeranalysis_NoteRelatedUrl, containeranalysis_NoteRelatedUrl_GetTypes, -} from "../types/containeranalysis_NoteRelatedUrl"; +} from '../types/containeranalysis_NoteRelatedUrl'; export interface NoteArgs { // A one sentence description of the note. @@ -112,7 +112,7 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "attestationAuthority", + 'attestationAuthority', 'Note kind that represents a logical attestation "role" or "authority".\nFor example, an organization might have one AttestationAuthority for\n"QA" and one for "build". This Note is intended to act strictly as a\ngrouping mechanism for the attached Occurrences (Attestations). This\ngrouping mechanism also provides a security boundary, since IAM ACLs\ngate the ability for a principle to attach an Occurrence to a given\nNote. It also provides a single point of lookup to find all attached\nAttestation Occurrences, even if they don\'t all live in the same\nproject.\nStructure is documented below.', () => containeranalysis_NoteAttestationAuthority_GetTypes(), true, @@ -120,56 +120,56 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "expirationTime", - "Time of expiration for this note. Leave empty if note does not expire.", + 'expirationTime', + 'Time of expiration for this note. Leave empty if note does not expire.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "longDescription", - "A detailed description of the note", + 'longDescription', + 'A detailed description of the note', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the note.", + 'name', + 'The name of the note.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "relatedNoteNames", - "Names of other notes related to this note.", + 'relatedNoteNames', + 'Names of other notes related to this note.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "relatedUrls", - "URLs associated with this note and related metadata.\nStructure is documented below.", + 'relatedUrls', + 'URLs associated with this note and related metadata.\nStructure is documented below.', () => containeranalysis_NoteRelatedUrl_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "shortDescription", - "A one sentence description of the note.", + 'shortDescription', + 'A one sentence description of the note.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/containeranalysis/NoteIamBinding.ts b/src/app/Models/codegen/gcp/containeranalysis/NoteIamBinding.ts index 3a25356bd..1e64db394 100644 --- a/src/app/Models/codegen/gcp/containeranalysis/NoteIamBinding.ts +++ b/src/app/Models/codegen/gcp/containeranalysis/NoteIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { containeranalysis_NoteIamBindingCondition, containeranalysis_NoteIamBindingCondition_GetTypes, -} from "../types/containeranalysis_NoteIamBindingCondition"; +} from '../types/containeranalysis_NoteIamBindingCondition'; export interface NoteIamBindingArgs { // @@ -88,23 +88,23 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "note", - "Used to find the parent resource to bind the IAM policy to", + 'note', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -112,16 +112,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => containeranalysis_NoteIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/containeranalysis/NoteIamMember.ts b/src/app/Models/codegen/gcp/containeranalysis/NoteIamMember.ts index bce416616..7eb8738aa 100644 --- a/src/app/Models/codegen/gcp/containeranalysis/NoteIamMember.ts +++ b/src/app/Models/codegen/gcp/containeranalysis/NoteIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { containeranalysis_NoteIamMemberCondition, containeranalysis_NoteIamMemberCondition_GetTypes, -} from "../types/containeranalysis_NoteIamMemberCondition"; +} from '../types/containeranalysis_NoteIamMemberCondition'; export interface NoteIamMemberArgs { // @@ -86,18 +86,18 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "note", - "Used to find the parent resource to bind the IAM policy to", + 'note', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -105,16 +105,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => containeranalysis_NoteIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/containeranalysis/NoteIamPolicy.ts b/src/app/Models/codegen/gcp/containeranalysis/NoteIamPolicy.ts index 7aa3e99ce..1989f4603 100644 --- a/src/app/Models/codegen/gcp/containeranalysis/NoteIamPolicy.ts +++ b/src/app/Models/codegen/gcp/containeranalysis/NoteIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface NoteIamPolicyArgs { /* @@ -70,7 +70,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -78,16 +78,16 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "note", - "Used to find the parent resource to bind the IAM policy to", + 'note', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/containeranalysis/Occurence.ts b/src/app/Models/codegen/gcp/containeranalysis/Occurence.ts index 4d5be702d..dd8618e95 100644 --- a/src/app/Models/codegen/gcp/containeranalysis/Occurence.ts +++ b/src/app/Models/codegen/gcp/containeranalysis/Occurence.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { containeranalysis_OccurenceAttestation, containeranalysis_OccurenceAttestation_GetTypes, -} from "../types/containeranalysis_OccurenceAttestation"; +} from '../types/containeranalysis_OccurenceAttestation'; export interface OccurenceArgs { /* @@ -105,23 +105,23 @@ filter in list requests. return [ new DynamicUIProps( InputType.String, - "remediation", - "A description of actions that can be taken to remedy the note.", + 'remediation', + 'A description of actions that can be taken to remedy the note.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "resourceUri", - "Required. Immutable. A URI that represents the resource for which\nthe occurrence applies. For example,\nhttps://gcr.io/project/image@sha256:123abc for a Docker image.", + 'resourceUri', + 'Required. Immutable. A URI that represents the resource for which\nthe occurrence applies. For example,\nhttps://gcr.io/project/image@sha256:123abc for a Docker image.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "attestation", + 'attestation', 'Occurrence that represents a single "attestation". The authenticity\nof an attestation can be verified using the attached signature.\nIf the verifier trusts the public key of the signer, then verifying\nthe signature is sufficient to establish trust. In this circumstance,\nthe authority to which this attestation is attached is primarily\nuseful for lookup (how to find this attestation if you already\nknow the authority and artifact to be verified) and intent (for\nwhich authority this attestation was intended to sign.\nStructure is documented below.', () => containeranalysis_OccurenceAttestation_GetTypes(), true, @@ -129,16 +129,16 @@ filter in list requests. ), new DynamicUIProps( InputType.String, - "noteName", - "The analysis note associated with this occurrence, in the form of\nprojects/[PROJECT]/notes/[NOTE_ID]. This field can be used as a\nfilter in list requests.", + 'noteName', + 'The analysis note associated with this occurrence, in the form of\nprojects/[PROJECT]/notes/[NOTE_ID]. This field can be used as a\nfilter in list requests.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/databasemigrationservice/ConnectionProfile.ts b/src/app/Models/codegen/gcp/databasemigrationservice/ConnectionProfile.ts index e2fce2b32..ac11b7dd0 100644 --- a/src/app/Models/codegen/gcp/databasemigrationservice/ConnectionProfile.ts +++ b/src/app/Models/codegen/gcp/databasemigrationservice/ConnectionProfile.ts @@ -3,33 +3,33 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { databasemigrationservice_ConnectionProfileCloudsql, databasemigrationservice_ConnectionProfileCloudsql_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfileCloudsql"; +} from '../types/databasemigrationservice_ConnectionProfileCloudsql'; import { databasemigrationservice_ConnectionProfileError, databasemigrationservice_ConnectionProfileError_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfileError"; +} from '../types/databasemigrationservice_ConnectionProfileError'; import { databasemigrationservice_ConnectionProfileMysql, databasemigrationservice_ConnectionProfileMysql_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfileMysql"; +} from '../types/databasemigrationservice_ConnectionProfileMysql'; import { databasemigrationservice_ConnectionProfileOracle, databasemigrationservice_ConnectionProfileOracle_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfileOracle"; +} from '../types/databasemigrationservice_ConnectionProfileOracle'; import { databasemigrationservice_ConnectionProfilePostgresql, databasemigrationservice_ConnectionProfilePostgresql_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfilePostgresql"; +} from '../types/databasemigrationservice_ConnectionProfilePostgresql'; import { databasemigrationservice_ConnectionProfileAlloydb, databasemigrationservice_ConnectionProfileAlloydb_GetTypes, -} from "../types/databasemigrationservice_ConnectionProfileAlloydb"; +} from '../types/databasemigrationservice_ConnectionProfileAlloydb'; export interface ConnectionProfileArgs { /* @@ -180,80 +180,80 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "mysql", - "Specifies connection parameters required specifically for MySQL databases.\nStructure is documented below.", + 'mysql', + 'Specifies connection parameters required specifically for MySQL databases.\nStructure is documented below.', () => databasemigrationservice_ConnectionProfileMysql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "postgresql", - "Specifies connection parameters required specifically for PostgreSQL databases.\nStructure is documented below.", + 'postgresql', + 'Specifies connection parameters required specifically for PostgreSQL databases.\nStructure is documented below.', () => databasemigrationservice_ConnectionProfilePostgresql_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "alloydb", - "Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.\nStructure is documented below.", + 'alloydb', + 'Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.\nStructure is documented below.', () => databasemigrationservice_ConnectionProfileAlloydb_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionProfileId", - "The ID of the connection profile.\n\n\n- - -", + 'connectionProfileId', + 'The ID of the connection profile.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The connection profile display name.", + 'displayName', + 'The connection profile display name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the connection profile should reside.", + 'location', + 'The location where the connection profile should reside.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "oracle", - "Specifies connection parameters required specifically for Oracle databases.\nStructure is documented below.", + 'oracle', + 'Specifies connection parameters required specifically for Oracle databases.\nStructure is documented below.', () => databasemigrationservice_ConnectionProfileOracle_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "cloudsql", - "Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.\nStructure is documented below.", + 'cloudsql', + 'Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.\nStructure is documented below.', () => databasemigrationservice_ConnectionProfileCloudsql_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/databasemigrationservice/PrivateConnection.ts b/src/app/Models/codegen/gcp/databasemigrationservice/PrivateConnection.ts index 3e51569a5..385f9179e 100644 --- a/src/app/Models/codegen/gcp/databasemigrationservice/PrivateConnection.ts +++ b/src/app/Models/codegen/gcp/databasemigrationservice/PrivateConnection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { databasemigrationservice_PrivateConnectionVpcPeeringConfig, databasemigrationservice_PrivateConnectionVpcPeeringConfig_GetTypes, -} from "../types/databasemigrationservice_PrivateConnectionVpcPeeringConfig"; +} from '../types/databasemigrationservice_PrivateConnectionVpcPeeringConfig'; import { databasemigrationservice_PrivateConnectionError, databasemigrationservice_PrivateConnectionError_GetTypes, -} from "../types/databasemigrationservice_PrivateConnectionError"; +} from '../types/databasemigrationservice_PrivateConnectionError'; export interface PrivateConnectionArgs { // Display name. @@ -100,15 +100,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "vpcPeeringConfig", + 'vpcPeeringConfig', "The VPC Peering configuration is used to create VPC peering\nbetween databasemigrationservice and the consumer's VPC.\nStructure is documented below.", () => databasemigrationservice_PrivateConnectionVpcPeeringConfig_GetTypes(), @@ -117,32 +117,32 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "displayName", - "Display name.", + 'displayName', + 'Display name.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this private connection is located in.", + 'location', + 'The name of the location this private connection is located in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "privateConnectionId", - "The private connectivity identifier.", + 'privateConnectionId', + 'The private connectivity identifier.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/Entry.ts b/src/app/Models/codegen/gcp/datacatalog/Entry.ts index f225b5dbe..ee49b8fe6 100644 --- a/src/app/Models/codegen/gcp/datacatalog/Entry.ts +++ b/src/app/Models/codegen/gcp/datacatalog/Entry.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_EntryGcsFilesetSpec, datacatalog_EntryGcsFilesetSpec_GetTypes, -} from "../types/datacatalog_EntryGcsFilesetSpec"; +} from '../types/datacatalog_EntryGcsFilesetSpec'; import { datacatalog_EntryBigqueryDateShardedSpec, datacatalog_EntryBigqueryDateShardedSpec_GetTypes, -} from "../types/datacatalog_EntryBigqueryDateShardedSpec"; +} from '../types/datacatalog_EntryBigqueryDateShardedSpec'; import { datacatalog_EntryBigqueryTableSpec, datacatalog_EntryBigqueryTableSpec_GetTypes, -} from "../types/datacatalog_EntryBigqueryTableSpec"; +} from '../types/datacatalog_EntryBigqueryTableSpec'; export interface EntryArgs { /* @@ -182,39 +182,39 @@ The id of the entry to create. return [ new DynamicUIProps( InputType.String, - "linkedResource", - "The resource this metadata entry refers to.\nFor Google Cloud Platform resources, linkedResource is the full name of the resource.\nFor example, the linkedResource for a table resource from BigQuery is:\n//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId\nOutput only when Entry is of type in the EntryType enum. For entries with userSpecifiedType,\nthis field is optional and defaults to an empty string.", + 'linkedResource', + 'The resource this metadata entry refers to.\nFor Google Cloud Platform resources, linkedResource is the full name of the resource.\nFor example, the linkedResource for a table resource from BigQuery is:\n//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId\nOutput only when Entry is of type in the EntryType enum. For entries with userSpecifiedType,\nthis field is optional and defaults to an empty string.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "entryGroup", - "The name of the entry group this entry is in.", + 'entryGroup', + 'The name of the entry group this entry is in.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "gcsFilesetSpec", - "Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET.\nStructure is documented below.", + 'gcsFilesetSpec', + 'Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET.\nStructure is documented below.', () => datacatalog_EntryGcsFilesetSpec_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Entry description, which can consist of several sentences or paragraphs that describe entry contents.", + 'description', + 'Entry description, which can consist of several sentences or paragraphs that describe entry contents.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", + 'displayName', 'Display information such as title and description. A short name to identify the entry,\nfor example, "Analytics Data - Jan 2011".', () => [], false, @@ -222,23 +222,23 @@ The id of the entry to create. ), new DynamicUIProps( InputType.String, - "type", - "The type of the entry. Only used for Entries with types in the EntryType enum.\nCurrently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.\nPossible values are: `FILESET`.", + 'type', + 'The type of the entry. Only used for Entries with types in the EntryType enum.\nCurrently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.\nPossible values are: `FILESET`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "schema", - "Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema\nattached to it. See\nhttps://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema\nfor what fields this schema can contain.", + 'schema', + 'Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema\nattached to it. See\nhttps://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema\nfor what fields this schema can contain.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "userSpecifiedSystem", + 'userSpecifiedSystem', "This field indicates the entry's source system that Data Catalog does not integrate with.\nuserSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers,\nand underscores; are case insensitive; must be at least 1 character and at most 64 characters long.", () => [], false, @@ -246,7 +246,7 @@ The id of the entry to create. ), new DynamicUIProps( InputType.String, - "userSpecifiedType", + 'userSpecifiedType', 'Entry type if it does not fit any of the input-allowed values listed in EntryType enum above.\nWhen creating an entry, users should check the enum values first, if nothing matches the entry\nto be created, then provide a custom value, for example "my_special_type".\nuserSpecifiedType strings must begin with a letter or underscore and can only contain letters,\nnumbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.', () => [], false, @@ -254,8 +254,8 @@ The id of the entry to create. ), new DynamicUIProps( InputType.String, - "entryId", - "The id of the entry to create.\n\n\n- - -", + 'entryId', + 'The id of the entry to create.\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/EntryGroup.ts b/src/app/Models/codegen/gcp/datacatalog/EntryGroup.ts index f876d94da..78fe2a7a6 100644 --- a/src/app/Models/codegen/gcp/datacatalog/EntryGroup.ts +++ b/src/app/Models/codegen/gcp/datacatalog/EntryGroup.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EntryGroupArgs { // A short name to identify the entry group, for example, "analytics data - jan 2011". @@ -64,39 +64,39 @@ contain only English letters, numbers and underscores, and be at most 64 charact return [ new DynamicUIProps( InputType.String, - "entryGroupId", - "The id of the entry group to create. The id must begin with a letter or underscore,\ncontain only English letters, numbers and underscores, and be at most 64 characters.\n\n\n- - -", + 'entryGroupId', + 'The id of the entry group to create. The id must begin with a letter or underscore,\ncontain only English letters, numbers and underscores, and be at most 64 characters.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "EntryGroup location region.", + 'region', + 'EntryGroup location region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.", + 'description', + 'Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", + 'displayName', 'A short name to identify the entry group, for example, "analytics data - jan 2011".', () => [], false, diff --git a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamBinding.ts b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamBinding.ts index 5ef11509d..8f0f59537 100644 --- a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamBinding.ts +++ b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_EntryGroupIamBindingCondition, datacatalog_EntryGroupIamBindingCondition_GetTypes, -} from "../types/datacatalog_EntryGroupIamBindingCondition"; +} from '../types/datacatalog_EntryGroupIamBindingCondition'; export interface EntryGroupIamBindingArgs { // Used to find the parent resource to bind the IAM policy to @@ -94,41 +94,41 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_EntryGroupIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "entryGroup", - "Used to find the parent resource to bind the IAM policy to", + 'entryGroup', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamMember.ts b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamMember.ts index c9912822d..14b9ba6ad 100644 --- a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamMember.ts +++ b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_EntryGroupIamMemberCondition, datacatalog_EntryGroupIamMemberCondition_GetTypes, -} from "../types/datacatalog_EntryGroupIamMemberCondition"; +} from '../types/datacatalog_EntryGroupIamMemberCondition'; export interface EntryGroupIamMemberArgs { // @@ -92,35 +92,35 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_EntryGroupIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "entryGroup", - "Used to find the parent resource to bind the IAM policy to", + 'entryGroup', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamPolicy.ts b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamPolicy.ts index 50a1f0b82..fc6ca7a12 100644 --- a/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamPolicy.ts +++ b/src/app/Models/codegen/gcp/datacatalog/EntryGroupIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface EntryGroupIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -74,26 +74,26 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "entryGroup", - "Used to find the parent resource to bind the IAM policy to", + 'entryGroup', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/datacatalog/PolicyTag.ts b/src/app/Models/codegen/gcp/datacatalog/PolicyTag.ts index 0e67cbdb9..95e4d15d8 100644 --- a/src/app/Models/codegen/gcp/datacatalog/PolicyTag.ts +++ b/src/app/Models/codegen/gcp/datacatalog/PolicyTag.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyTagArgs { /* @@ -82,31 +82,31 @@ Taxonomy the policy tag is associated with return [ new DynamicUIProps( InputType.String, - "taxonomy", - "Taxonomy the policy tag is associated with\n\n\n- - -", + 'taxonomy', + 'Taxonomy the policy tag is associated with\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of this policy tag. It must: contain only unicode characters, tabs,\nnewlines, carriage returns and page breaks; and be at most 2000 bytes long when\nencoded in UTF-8. If not set, defaults to an empty description.\nIf not set, defaults to an empty description.", + 'description', + 'Description of this policy tag. It must: contain only unicode characters, tabs,\nnewlines, carriage returns and page breaks; and be at most 2000 bytes long when\nencoded in UTF-8. If not set, defaults to an empty description.\nIf not set, defaults to an empty description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User defined name of this policy tag. It must: be unique within the parent\ntaxonomy; contain only unicode letters, numbers, underscores, dashes and spaces;\nnot start or end with spaces; and be at most 200 bytes long when encoded in UTF-8.", + 'displayName', + 'User defined name of this policy tag. It must: be unique within the parent\ntaxonomy; contain only unicode letters, numbers, underscores, dashes and spaces;\nnot start or end with spaces; and be at most 200 bytes long when encoded in UTF-8.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parentPolicyTag", + 'parentPolicyTag', "Resource name of this policy tag's parent policy tag.\nIf empty, it means this policy tag is a top level policy tag.\nIf not set, defaults to an empty string.", () => [], false, diff --git a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamBinding.ts b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamBinding.ts index 549d0cc39..04ec85268 100644 --- a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamBinding.ts +++ b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_PolicyTagIamBindingCondition, datacatalog_PolicyTagIamBindingCondition_GetTypes, -} from "../types/datacatalog_PolicyTagIamBindingCondition"; +} from '../types/datacatalog_PolicyTagIamBindingCondition'; export interface PolicyTagIamBindingArgs { // @@ -80,15 +80,15 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "policyTag", + 'policyTag', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, @@ -96,16 +96,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.PolicyTagIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.PolicyTagIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_PolicyTagIamBindingCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamMember.ts b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamMember.ts index 60923d235..ffe6272a0 100644 --- a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamMember.ts +++ b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_PolicyTagIamMemberCondition, datacatalog_PolicyTagIamMemberCondition_GetTypes, -} from "../types/datacatalog_PolicyTagIamMemberCondition"; +} from '../types/datacatalog_PolicyTagIamMemberCondition'; export interface PolicyTagIamMemberArgs { /* @@ -80,7 +80,7 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "policyTag", + 'policyTag', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, @@ -88,21 +88,21 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.PolicyTagIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.PolicyTagIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_PolicyTagIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamPolicy.ts b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamPolicy.ts index 3e35fe9eb..f6167d737 100644 --- a/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamPolicy.ts +++ b/src/app/Models/codegen/gcp/datacatalog/PolicyTagIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface PolicyTagIamPolicyArgs { /* @@ -62,7 +62,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyTag", + 'policyTag', 'Used to find the parent resource to bind the IAM policy to\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], true, @@ -70,8 +70,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/datacatalog/Tag.ts b/src/app/Models/codegen/gcp/datacatalog/Tag.ts index 7a8a4b8a7..14f1f89d4 100644 --- a/src/app/Models/codegen/gcp/datacatalog/Tag.ts +++ b/src/app/Models/codegen/gcp/datacatalog/Tag.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TagField, datacatalog_TagField_GetTypes, -} from "../types/datacatalog_TagField"; +} from '../types/datacatalog_TagField'; export interface TagArgs { /* @@ -84,15 +84,15 @@ This field cannot be modified after creation. return [ new DynamicUIProps( InputType.String, - "column", - "Resources like Entry can have schemas associated with them. This scope allows users to attach tags to an\nindividual column based on that schema.\nFor attaching a tag to a nested column, use `.` to separate the column names. Example:\n`outer_column.inner_column`", + 'column', + 'Resources like Entry can have schemas associated with them. This scope allows users to attach tags to an\nindividual column based on that schema.\nFor attaching a tag to a nested column, use `.` to separate the column names. Example:\n`outer_column.inner_column`', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "fields", + 'fields', "This maps the ID of a tag field to the value of and additional information about that field.\nValid field IDs are defined by the tag's template. A tag must have at least 1 field and at most 500 fields.\nStructure is documented below.", () => datacatalog_TagField_GetTypes(), true, @@ -100,16 +100,16 @@ This field cannot be modified after creation. ), new DynamicUIProps( InputType.String, - "parent", - "The name of the parent this tag is attached to. This can be the name of an entry or an entry group. If an entry group, the tag will be attached to\nall entries in that group.", + 'parent', + 'The name of the parent this tag is attached to. This can be the name of an entry or an entry group. If an entry group, the tag will be attached to\nall entries in that group.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "template", - "The resource name of the tag template that this tag uses. Example:\nprojects/{project_id}/locations/{location}/tagTemplates/{tagTemplateId}\nThis field cannot be modified after creation.", + 'template', + 'The resource name of the tag template that this tag uses. Example:\nprojects/{project_id}/locations/{location}/tagTemplates/{tagTemplateId}\nThis field cannot be modified after creation.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/TagTemplate.ts b/src/app/Models/codegen/gcp/datacatalog/TagTemplate.ts index 4b41320ab..7f0c39bf4 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TagTemplate.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TagTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TagTemplateField, datacatalog_TagTemplateField_GetTypes, -} from "../types/datacatalog_TagTemplateField"; +} from '../types/datacatalog_TagTemplateField'; export interface TagTemplateArgs { // Template location region. @@ -71,48 +71,48 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "region", - "Template location region.", + 'region', + 'Template location region.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tagTemplateId", - "The id of the tag template to create.", + 'tagTemplateId', + 'The id of the tag template to create.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The display name for this template.", + 'displayName', + 'The display name for this template.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "fields", - "Set of tag template field IDs and the settings for the field. This set is an exhaustive list of the allowed fields. This set must contain at least one field and at most 500 fields. The change of field_id will be resulting in re-creating of field. The change of primitive_type will be resulting in re-creating of field, however if the field is a required, you cannot update it.\nStructure is documented below.", + 'fields', + 'Set of tag template field IDs and the settings for the field. This set is an exhaustive list of the allowed fields. This set must contain at least one field and at most 500 fields. The change of field_id will be resulting in re-creating of field. The change of primitive_type will be resulting in re-creating of field, however if the field is a required, you cannot update it.\nStructure is documented below.', () => datacatalog_TagTemplateField_GetTypes(), true, false, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "This confirms the deletion of any possible tags using this template. Must be set to true in order to delete the tag template.", + 'forceDelete', + 'This confirms the deletion of any possible tags using this template. Must be set to true in order to delete the tag template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamBinding.ts b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamBinding.ts index 43f6d01a4..efcf0e170 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamBinding.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TagTemplateIamBindingCondition, datacatalog_TagTemplateIamBindingCondition_GetTypes, -} from "../types/datacatalog_TagTemplateIamBindingCondition"; +} from '../types/datacatalog_TagTemplateIamBindingCondition'; export interface TagTemplateIamBindingArgs { // @@ -94,41 +94,41 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "tagTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'tagTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_TagTemplateIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamMember.ts b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamMember.ts index d84dcd206..7e80a484b 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamMember.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TagTemplateIamMemberCondition, datacatalog_TagTemplateIamMemberCondition_GetTypes, -} from "../types/datacatalog_TagTemplateIamMemberCondition"; +} from '../types/datacatalog_TagTemplateIamMemberCondition'; export interface TagTemplateIamMemberArgs { // @@ -94,38 +94,38 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.TagTemplateIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "tagTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'tagTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_TagTemplateIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamPolicy.ts b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamPolicy.ts index d88ea0bff..88c6d8b7e 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamPolicy.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TagTemplateIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TagTemplateIamPolicyArgs { /* @@ -76,29 +76,29 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "tagTemplate", - "Used to find the parent resource to bind the IAM policy to", + 'tagTemplate', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), ]; } } diff --git a/src/app/Models/codegen/gcp/datacatalog/Taxonomy.ts b/src/app/Models/codegen/gcp/datacatalog/Taxonomy.ts index b1dd3417f..a2231c3d1 100644 --- a/src/app/Models/codegen/gcp/datacatalog/Taxonomy.ts +++ b/src/app/Models/codegen/gcp/datacatalog/Taxonomy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TaxonomyArgs { // Taxonomy location region. @@ -89,40 +89,40 @@ long when encoded in UTF-8. return [ new DynamicUIProps( InputType.String, - "region", - "Taxonomy location region.", + 'region', + 'Taxonomy location region.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "activatedPolicyTypes", - "A list of policy types that are activated for this taxonomy. If not set,\ndefaults to an empty list.\nEach value may be one of: `POLICY_TYPE_UNSPECIFIED`, `FINE_GRAINED_ACCESS_CONTROL`.", + 'activatedPolicyTypes', + 'A list of policy types that are activated for this taxonomy. If not set,\ndefaults to an empty list.\nEach value may be one of: `POLICY_TYPE_UNSPECIFIED`, `FINE_GRAINED_ACCESS_CONTROL`.', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Description of this taxonomy. It must: contain only unicode characters,\ntabs, newlines, carriage returns and page breaks; and be at most 2000 bytes\nlong when encoded in UTF-8. If not set, defaults to an empty description.", + 'description', + 'Description of this taxonomy. It must: contain only unicode characters,\ntabs, newlines, carriage returns and page breaks; and be at most 2000 bytes\nlong when encoded in UTF-8. If not set, defaults to an empty description.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User defined name of this taxonomy.\nThe taxonomy display name must be unique within an organization.\nIt must: contain only unicode letters, numbers, underscores, dashes\nand spaces; not start or end with spaces; and be at most 200 bytes\nlong when encoded in UTF-8.\n\n\n- - -", + 'displayName', + 'User defined name of this taxonomy.\nThe taxonomy display name must be unique within an organization.\nIt must: contain only unicode letters, numbers, underscores, dashes\nand spaces; not start or end with spaces; and be at most 200 bytes\nlong when encoded in UTF-8.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamBinding.ts b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamBinding.ts index 201a88068..4dd99f8bf 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamBinding.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TaxonomyIamBindingCondition, datacatalog_TaxonomyIamBindingCondition_GetTypes, -} from "../types/datacatalog_TaxonomyIamBindingCondition"; +} from '../types/datacatalog_TaxonomyIamBindingCondition'; export interface TaxonomyIamBindingArgs { // @@ -94,41 +94,41 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_TaxonomyIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "taxonomy", - "Used to find the parent resource to bind the IAM policy to", + 'taxonomy', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamMember.ts b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamMember.ts index cf1df09ce..d2c777cb8 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamMember.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datacatalog_TaxonomyIamMemberCondition, datacatalog_TaxonomyIamMemberCondition_GetTypes, -} from "../types/datacatalog_TaxonomyIamMemberCondition"; +} from '../types/datacatalog_TaxonomyIamMemberCondition'; export interface TaxonomyIamMemberArgs { /* @@ -94,38 +94,38 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "taxonomy", - "Used to find the parent resource to bind the IAM policy to", + 'taxonomy', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => datacatalog_TaxonomyIamMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamPolicy.ts b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamPolicy.ts index 3a435bae1..b9917ada5 100644 --- a/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamPolicy.ts +++ b/src/app/Models/codegen/gcp/datacatalog/TaxonomyIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TaxonomyIamPolicyArgs { /* @@ -76,25 +76,25 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "taxonomy", - "Used to find the parent resource to bind the IAM policy to", + 'taxonomy', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataflow/FlexTemplateJob.ts b/src/app/Models/codegen/gcp/dataflow/FlexTemplateJob.ts index e054cb257..b1007aea1 100644 --- a/src/app/Models/codegen/gcp/dataflow/FlexTemplateJob.ts +++ b/src/app/Models/codegen/gcp/dataflow/FlexTemplateJob.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface FlexTemplateJobArgs { // The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". @@ -253,7 +253,7 @@ deletion during `pulumi destroy`. See above note. return [ new DynamicUIProps( InputType.String, - "ipConfiguration", + 'ipConfiguration', 'The configuration for VM IPs. Options are "WORKER_IP_PUBLIC" or "WORKER_IP_PRIVATE".', () => [], false, @@ -261,7 +261,7 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.String, - "sdkContainerImage", + 'sdkContainerImage', "Docker registry location of container image to use for the 'worker harness. Default is the container for the version of\nthe SDK. Note this field is only valid for portable pipelines.", () => [], false, @@ -269,31 +269,31 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.String, - "stagingLocation", - "The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.", + 'stagingLocation', + 'The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tempLocation", - "The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.", + 'tempLocation', + 'The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kmsKeyName", - "The name for the Cloud KMS key for the job. Key format is:\nprojects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY", + 'kmsKeyName', + 'The name for the Cloud KMS key for the job. Key format is:\nprojects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY', () => [], false, false, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'The network to which VMs will be assigned. If it is not provided, "default" will be used.', () => [], false, @@ -301,79 +301,79 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.String, - "serviceAccountEmail", - "The Service Account email used to create the job.", + 'serviceAccountEmail', + 'The Service Account email used to create the job.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "skipWaitOnJobTermination", - "If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from\nterraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are\ndifferent, e.g. by embedding a release ID or by using a random_id.", + 'skipWaitOnJobTermination', + 'If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from\nterraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are\ndifferent, e.g. by embedding a release ID or by using a random_id.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableStreamingEngine", - "Indicates if the job should use the streaming engine feature.", + 'enableStreamingEngine', + 'Indicates if the job should use the streaming engine feature.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "Key/Value pairs to be passed to the Dataflow job (as\nused in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)\nsuch as `serviceAccount`, `workerMachineType`, etc can be specified here.", + 'parameters', + 'Key/Value pairs to be passed to the Dataflow job (as\nused in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)\nsuch as `serviceAccount`, `workerMachineType`, etc can be specified here.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "maxWorkers", - "The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to\n1000.", + 'maxWorkers', + 'The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to\n1000.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by Dataflow.", + 'name', + 'A unique name for the resource, required by Dataflow.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "transformNameMapping", - "Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the\ncorresponding name prefixes of the new job.", + 'transformNameMapping', + 'Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the\ncorresponding name prefixes of the new job.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the created job should run.", + 'region', + 'The region in which the created job should run.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to use for the job.", + 'machineType', + 'The machine type to use for the job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "subnetwork", + 'subnetwork', 'The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".', () => [], false, @@ -381,15 +381,15 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.String, - "autoscalingAlgorithm", - "The algorithm to use for autoscaling", + 'autoscalingAlgorithm', + 'The algorithm to use for autoscaling', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "additionalExperiments", + 'additionalExperiments', 'List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].', () => InputType_String_GetTypes(), false, @@ -397,31 +397,31 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.String, - "launcherMachineType", - "The machine type to use for launching the job. The default is n1-standard-1.", + 'launcherMachineType', + 'The machine type to use for launching the job. The default is n1-standard-1.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "numWorkers", - "The initial number of Google Compute Engine instances for the job.", + 'numWorkers', + 'The initial number of Google Compute Engine instances for the job.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "containerSpecGcsPath", - "The GCS path to the Dataflow job Flex\nTemplate.\n\n- - -", + 'containerSpecGcsPath', + 'The GCS path to the Dataflow job Flex\nTemplate.\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "onDelete", + 'onDelete', 'One of "drain" or "cancel". Specifies behavior of\ndeletion during `pulumi destroy`. See above note.', () => [], false, @@ -429,16 +429,16 @@ deletion during `pulumi destroy`. See above note. ), new DynamicUIProps( InputType.Map, - "labels", - "User labels to be specified for the job. Keys and values\nshould follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)\npage. **Note**: This field is marked as deprecated as the API does not currently\nsupport adding labels.\n**NOTE**: Google-provided Dataflow templates often provide default labels\nthat begin with `goog-dataflow-provided`. Unless explicitly set in config, these\nlabels will be ignored to prevent diffs on re-apply.", + 'labels', + 'User labels to be specified for the job. Keys and values\nshould follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)\npage. **Note**: This field is marked as deprecated as the API does not currently\nsupport adding labels.\n**NOTE**: Google-provided Dataflow templates often provide default labels\nthat begin with `goog-dataflow-provided`. Unless explicitly set in config, these\nlabels will be ignored to prevent diffs on re-apply.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the resource belongs. If it is not\nprovided, the provider project is used.", + 'project', + 'The project in which the resource belongs. If it is not\nprovided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataflow/Job.ts b/src/app/Models/codegen/gcp/dataflow/Job.ts index f22639389..918448aa3 100644 --- a/src/app/Models/codegen/gcp/dataflow/Job.ts +++ b/src/app/Models/codegen/gcp/dataflow/Job.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface JobArgs { // Enable/disable the use of [Streaming Engine](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#streaming-engine) for the job. Note that Streaming Engine is enabled by default for pipelines developed against the Beam SDK for Python v2.21.0 or later when using Python 3. @@ -164,15 +164,15 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. return [ new DynamicUIProps( InputType.String, - "templateGcsPath", - "The GCS path to the Dataflow job template.", + 'templateGcsPath', + 'The GCS path to the Dataflow job template.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'The network to which VMs will be assigned. If it is not provided, "default" will be used.', () => [], false, @@ -180,39 +180,39 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. ), new DynamicUIProps( InputType.Number, - "maxWorkers", - "The number of workers permitted to work on the job. More workers may improve processing speed at additional cost.", + 'maxWorkers', + 'The number of workers permitted to work on the job. More workers may improve processing speed at additional cost.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "parameters", - "Key/Value pairs to be passed to the Dataflow job (as used in the template).", + 'parameters', + 'Key/Value pairs to be passed to the Dataflow job (as used in the template).', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "transformNameMapping", - "Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.", + 'transformNameMapping', + 'Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "A unique name for the resource, required by Dataflow.", + 'name', + 'A unique name for the resource, required by Dataflow.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "subnetwork", + 'subnetwork', 'The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`', () => [], false, @@ -220,63 +220,63 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. ), new DynamicUIProps( InputType.Bool, - "enableStreamingEngine", - "Enable/disable the use of [Streaming Engine](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#streaming-engine) for the job. Note that Streaming Engine is enabled by default for pipelines developed against the Beam SDK for Python v2.21.0 or later when using Python 3.", + 'enableStreamingEngine', + 'Enable/disable the use of [Streaming Engine](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#streaming-engine) for the job. Note that Streaming Engine is enabled by default for pipelines developed against the Beam SDK for Python v2.21.0 or later when using Python 3.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the created job should run.", + 'region', + 'The region in which the created job should run.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "skipWaitOnJobTermination", - "If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.", + 'skipWaitOnJobTermination', + 'If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "tempGcsLocation", - "A writeable location on GCS for the Dataflow job to dump its temporary data.\n\n- - -", + 'tempGcsLocation', + 'A writeable location on GCS for the Dataflow job to dump its temporary data.\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.Map, - "labels", - "User labels to be specified for the job. Keys and values should follow the restrictions\nspecified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User labels to be specified for the job. Keys and values should follow the restrictions\nspecified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "serviceAccountEmail", - "The Service Account email used to create the job.", + 'serviceAccountEmail', + 'The Service Account email used to create the job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "machineType", - "The machine type to use for the job.", + 'machineType', + 'The machine type to use for the job.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "onDelete", + 'onDelete', 'One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.', () => [], false, @@ -284,7 +284,7 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. ), new DynamicUIProps( InputType.String, - "ipConfiguration", + 'ipConfiguration', 'The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.', () => [], false, @@ -292,23 +292,23 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. ), new DynamicUIProps( InputType.String, - "kmsKeyName", - "The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`", + 'kmsKeyName', + 'The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`', () => [], false, false, ), new DynamicUIProps( InputType.String, - "zone", - "The zone in which the created job should run. If it is not provided, the provider zone is used.", + 'zone', + 'The zone in which the created job should run. If it is not provided, the provider zone is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "additionalExperiments", + 'additionalExperiments', 'List of experiments that should be used by the job. An example value is `["enable_stackdriver_agent_metrics"]`.', () => InputType_String_GetTypes(), false, @@ -316,8 +316,8 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. ), new DynamicUIProps( InputType.String, - "project", - "The project in which the resource belongs. If it is not provided, the provider project is used.", + 'project', + 'The project in which the resource belongs. If it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataflow/Pipeline.ts b/src/app/Models/codegen/gcp/dataflow/Pipeline.ts index b0ccb1b8d..ea42ce99e 100644 --- a/src/app/Models/codegen/gcp/dataflow/Pipeline.ts +++ b/src/app/Models/codegen/gcp/dataflow/Pipeline.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataflow_PipelineWorkload, dataflow_PipelineWorkload_GetTypes, -} from "../types/dataflow_PipelineWorkload"; +} from '../types/dataflow_PipelineWorkload'; import { dataflow_PipelineScheduleInfo, dataflow_PipelineScheduleInfo_GetTypes, -} from "../types/dataflow_PipelineScheduleInfo"; +} from '../types/dataflow_PipelineScheduleInfo'; export interface PipelineArgs { /* @@ -156,15 +156,15 @@ Possible values are: `STATE_UNSPECIFIED`, `STATE_RESUMING`, `STATE_ACTIVE`, `STA return [ new DynamicUIProps( InputType.Object, - "workload", - "Workload information for creating new jobs.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#workload\nStructure is documented below.", + 'workload', + 'Workload information for creating new jobs.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#workload\nStructure is documented below.', () => dataflow_PipelineWorkload_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "pipelineSources", + 'pipelineSources', 'The sources of the pipeline (for example, Dataplex). The keys and values are set by the corresponding sources during pipeline creation.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.', () => InputType_Map_GetTypes(), false, @@ -172,31 +172,31 @@ Possible values are: `STATE_UNSPECIFIED`, `STATE_RESUMING`, `STATE_ACTIVE`, `STA ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "schedulerServiceAccountEmail", - "Optional. A service account email to be used with the Cloud Scheduler job. If not specified, the default compute engine service account will be used.", + 'schedulerServiceAccountEmail', + 'Optional. A service account email to be used with the Cloud Scheduler job. If not specified, the default compute engine service account will be used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The display name of the pipeline. It can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), and underscores (_).", + 'displayName', + 'The display name of the pipeline. It can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), and underscores (_).', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', '"The pipeline name. For example\': \'projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID."\n"- PROJECT_ID can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), and periods (.). For more information, see Identifying projects."\n"LOCATION_ID is the canonical ID for the pipeline\'s location. The list of available locations can be obtained by calling google.cloud.location.Locations.ListLocations. Note that the Data Pipelines service is not available in all regions. It depends on Cloud Scheduler, an App Engine application, so it\'s only available in App Engine regions."\n"PIPELINE_ID is the ID of the pipeline. Must be unique for the selected project and location."', () => [], false, @@ -204,31 +204,31 @@ Possible values are: `STATE_UNSPECIFIED`, `STATE_RESUMING`, `STATE_ACTIVE`, `STA ), new DynamicUIProps( InputType.String, - "type", - "The type of the pipeline. This field affects the scheduling of the pipeline and the type of metrics to show for the pipeline.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#pipelinetype\nPossible values are: `PIPELINE_TYPE_UNSPECIFIED`, `PIPELINE_TYPE_BATCH`, `PIPELINE_TYPE_STREAMING`.", + 'type', + 'The type of the pipeline. This field affects the scheduling of the pipeline and the type of metrics to show for the pipeline.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#pipelinetype\nPossible values are: `PIPELINE_TYPE_UNSPECIFIED`, `PIPELINE_TYPE_BATCH`, `PIPELINE_TYPE_STREAMING`.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region", + 'region', + 'A reference to the region', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "scheduleInfo", - "Internal scheduling information for a pipeline. If this information is provided, periodic jobs will be created per the schedule. If not, users are responsible for creating jobs externally.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#schedulespec\nStructure is documented below.", + 'scheduleInfo', + 'Internal scheduling information for a pipeline. If this information is provided, periodic jobs will be created per the schedule. If not, users are responsible for creating jobs externally.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#schedulespec\nStructure is documented below.', () => dataflow_PipelineScheduleInfo_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "state", + 'state', "The state of the pipeline. When the pipeline is created, the state is set to 'PIPELINE_STATE_ACTIVE' by default. State changes can be requested by setting the state to stopping, paused, or resuming. State cannot be changed through pipelines.patch requests.\nhttps://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#state\nPossible values are: `STATE_UNSPECIFIED`, `STATE_RESUMING`, `STATE_ACTIVE`, `STATE_STOPPING`, `STATE_ARCHIVED`, `STATE_PAUSED`.\n\n\n- - -", () => [], true, diff --git a/src/app/Models/codegen/gcp/dataform/Repository.ts b/src/app/Models/codegen/gcp/dataform/Repository.ts index db1ec6dd4..875547e12 100644 --- a/src/app/Models/codegen/gcp/dataform/Repository.ts +++ b/src/app/Models/codegen/gcp/dataform/Repository.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataform_RepositoryWorkspaceCompilationOverrides, dataform_RepositoryWorkspaceCompilationOverrides_GetTypes, -} from "../types/dataform_RepositoryWorkspaceCompilationOverrides"; +} from '../types/dataform_RepositoryWorkspaceCompilationOverrides'; import { dataform_RepositoryGitRemoteSettings, dataform_RepositoryGitRemoteSettings_GetTypes, -} from "../types/dataform_RepositoryGitRemoteSettings"; +} from '../types/dataform_RepositoryGitRemoteSettings'; export interface RepositoryArgs { /* @@ -124,15 +124,15 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "gitRemoteSettings", - "Optional. If set, configures this repository to be linked to a Git remote.\nStructure is documented below.", + 'gitRemoteSettings', + 'Optional. If set, configures this repository to be linked to a Git remote.\nStructure is documented below.', () => dataform_RepositoryGitRemoteSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'Optional. Repository user labels.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -140,31 +140,31 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "workspaceCompilationOverrides", - "If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results.\nStructure is documented below.", + 'workspaceCompilationOverrides', + 'If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results.\nStructure is documented below.', () => dataform_RepositoryWorkspaceCompilationOverrides_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "npmrcEnvironmentVariablesSecretVersion", - "Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format projects/*/secrets/*/versions/*. The file itself must be in a JSON format.", + 'npmrcEnvironmentVariablesSecretVersion', + 'Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format projects/*/secrets/*/versions/*. The file itself must be in a JSON format.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region", + 'region', + 'A reference to the region', () => [], false, true, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The repository's name.\n\n\n- - -", () => [], false, @@ -172,15 +172,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", + 'displayName', "Optional. The repository's user-friendly name.", () => [], false, @@ -188,8 +188,8 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "serviceAccount", - "The service account to run workflow invocations under.", + 'serviceAccount', + 'The service account to run workflow invocations under.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/dataform/RepositoryIamBinding.ts b/src/app/Models/codegen/gcp/dataform/RepositoryIamBinding.ts index ac8b5a61f..3122d0069 100644 --- a/src/app/Models/codegen/gcp/dataform/RepositoryIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataform/RepositoryIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataform_RepositoryIamBindingCondition, dataform_RepositoryIamBindingCondition_GetTypes, -} from "../types/dataform_RepositoryIamBindingCondition"; +} from '../types/dataform_RepositoryIamBindingCondition'; export interface RepositoryIamBindingArgs { // @@ -54,36 +54,36 @@ export class RepositoryIamBinding extends DS_Resource { public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "repository", - "", + 'repository', + '', () => [], true, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataform_RepositoryIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataform/RepositoryIamMember.ts b/src/app/Models/codegen/gcp/dataform/RepositoryIamMember.ts index 8b4f72d24..877b8340c 100644 --- a/src/app/Models/codegen/gcp/dataform/RepositoryIamMember.ts +++ b/src/app/Models/codegen/gcp/dataform/RepositoryIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataform_RepositoryIamMemberCondition, dataform_RepositoryIamMemberCondition_GetTypes, -} from "../types/dataform_RepositoryIamMemberCondition"; +} from '../types/dataform_RepositoryIamMemberCondition'; export interface RepositoryIamMemberArgs { // @@ -54,29 +54,29 @@ export class RepositoryIamMember extends DS_Resource { public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "repository", - "", + 'repository', + '', () => [], true, true, ), - new DynamicUIProps(InputType.String, "role", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'role', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataform_RepositoryIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/dataform/RepositoryIamPolicy.ts b/src/app/Models/codegen/gcp/dataform/RepositoryIamPolicy.ts index c95d09977..0cda8f7ac 100644 --- a/src/app/Models/codegen/gcp/dataform/RepositoryIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataform/RepositoryIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface RepositoryIamPolicyArgs { // @@ -40,25 +40,25 @@ export class RepositoryIamPolicy extends DS_Resource { return [ new DynamicUIProps( InputType.String, - "project", - "", + 'project', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "region", "", () => [], false, true), + new DynamicUIProps(InputType.String, 'region', '', () => [], false, true), new DynamicUIProps( InputType.String, - "repository", - "", + 'repository', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "", + 'policyData', + '', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataform/RepositoryReleaseConfig.ts b/src/app/Models/codegen/gcp/dataform/RepositoryReleaseConfig.ts index 70c8486fd..c34c52507 100644 --- a/src/app/Models/codegen/gcp/dataform/RepositoryReleaseConfig.ts +++ b/src/app/Models/codegen/gcp/dataform/RepositoryReleaseConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataform_RepositoryReleaseConfigRecentScheduledReleaseRecord, dataform_RepositoryReleaseConfigRecentScheduledReleaseRecord_GetTypes, -} from "../types/dataform_RepositoryReleaseConfigRecentScheduledReleaseRecord"; +} from '../types/dataform_RepositoryReleaseConfigRecentScheduledReleaseRecord'; import { dataform_RepositoryReleaseConfigCodeCompilationConfig, dataform_RepositoryReleaseConfigCodeCompilationConfig_GetTypes, -} from "../types/dataform_RepositoryReleaseConfigCodeCompilationConfig"; +} from '../types/dataform_RepositoryReleaseConfigCodeCompilationConfig'; export interface RepositoryReleaseConfigArgs { /* @@ -97,47 +97,47 @@ Git commit/tag/branch name at which the repository should be compiled. Must exis return [ new DynamicUIProps( InputType.String, - "repository", - "A reference to the Dataform repository", + 'repository', + 'A reference to the Dataform repository', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timeZone", - "Optional. Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.", + 'timeZone', + 'Optional. Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "codeCompilationConfig", - "Optional. If set, fields of codeCompilationConfig override the default compilation settings that are specified in dataform.json.\nStructure is documented below.", + 'codeCompilationConfig', + 'Optional. If set, fields of codeCompilationConfig override the default compilation settings that are specified in dataform.json.\nStructure is documented below.', () => dataform_RepositoryReleaseConfigCodeCompilationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "cronSchedule", - "Optional. Optional schedule (in cron format) for automatic creation of compilation results.", + 'cronSchedule', + 'Optional. Optional schedule (in cron format) for automatic creation of compilation results.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "gitCommitish", - "Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository.\n\n\n- - -", + 'gitCommitish', + 'Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The release's name.", () => [], false, @@ -145,16 +145,16 @@ Git commit/tag/branch name at which the repository should be compiled. Must exis ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "A reference to the region", + 'region', + 'A reference to the region', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataform/RepositoryWorkflowConfig.ts b/src/app/Models/codegen/gcp/dataform/RepositoryWorkflowConfig.ts index 39196cbb0..35c7ee9cc 100644 --- a/src/app/Models/codegen/gcp/dataform/RepositoryWorkflowConfig.ts +++ b/src/app/Models/codegen/gcp/dataform/RepositoryWorkflowConfig.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataform_RepositoryWorkflowConfigInvocationConfig, dataform_RepositoryWorkflowConfigInvocationConfig_GetTypes, -} from "../types/dataform_RepositoryWorkflowConfigInvocationConfig"; +} from '../types/dataform_RepositoryWorkflowConfigInvocationConfig'; import { dataform_RepositoryWorkflowConfigRecentScheduledExecutionRecord, dataform_RepositoryWorkflowConfigRecentScheduledExecutionRecord_GetTypes, -} from "../types/dataform_RepositoryWorkflowConfigRecentScheduledExecutionRecord"; +} from '../types/dataform_RepositoryWorkflowConfigRecentScheduledExecutionRecord'; export interface RepositoryWorkflowConfigArgs { /* @@ -97,55 +97,55 @@ The name of the release config whose releaseCompilationResult should be executed return [ new DynamicUIProps( InputType.String, - "region", - "A reference to the region", + 'region', + 'A reference to the region', () => [], false, true, ), new DynamicUIProps( InputType.String, - "releaseConfig", - "The name of the release config whose releaseCompilationResult should be executed. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*.\n\n\n- - -", + 'releaseConfig', + 'The name of the release config whose releaseCompilationResult should be executed. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "repository", - "A reference to the Dataform repository", + 'repository', + 'A reference to the Dataform repository', () => [], false, true, ), new DynamicUIProps( InputType.String, - "timeZone", - "Optional. Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.", + 'timeZone', + 'Optional. Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "cronSchedule", - "Optional. Optional schedule (in cron format) for automatic creation of compilation results.", + 'cronSchedule', + 'Optional. Optional schedule (in cron format) for automatic creation of compilation results.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "invocationConfig", - "Optional. If left unset, a default InvocationConfig will be used.\nStructure is documented below.", + 'invocationConfig', + 'Optional. If left unset, a default InvocationConfig will be used.\nStructure is documented below.', () => dataform_RepositoryWorkflowConfigInvocationConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", + 'name', "The workflow's name.", () => [], false, @@ -153,8 +153,8 @@ The name of the release config whose releaseCompilationResult should be executed ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/datafusion/Instance.ts b/src/app/Models/codegen/gcp/datafusion/Instance.ts index a161156f1..9b7bf50a1 100644 --- a/src/app/Models/codegen/gcp/datafusion/Instance.ts +++ b/src/app/Models/codegen/gcp/datafusion/Instance.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datafusion_InstanceAccelerator, datafusion_InstanceAccelerator_GetTypes, -} from "../types/datafusion_InstanceAccelerator"; +} from '../types/datafusion_InstanceAccelerator'; import { datafusion_InstanceEventPublishConfig, datafusion_InstanceEventPublishConfig_GetTypes, -} from "../types/datafusion_InstanceEventPublishConfig"; +} from '../types/datafusion_InstanceEventPublishConfig'; import { datafusion_InstanceNetworkConfig, datafusion_InstanceNetworkConfig_GetTypes, -} from "../types/datafusion_InstanceNetworkConfig"; +} from '../types/datafusion_InstanceNetworkConfig'; import { datafusion_InstanceCryptoKeyConfig, datafusion_InstanceCryptoKeyConfig_GetTypes, -} from "../types/datafusion_InstanceCryptoKeyConfig"; +} from '../types/datafusion_InstanceCryptoKeyConfig'; export interface InstanceArgs { // The ID of the instance or a fully qualified identifier for the instance. @@ -269,152 +269,152 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Object, - "cryptoKeyConfig", - "The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.\nStructure is documented below.", + 'cryptoKeyConfig', + 'The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.\nStructure is documented below.', () => datafusion_InstanceCryptoKeyConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "description", - "An optional description of the instance.", + 'description', + 'An optional description of the instance.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "zone", - "Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.", + 'zone', + 'Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "privateInstance", - "Specifies whether the Data Fusion instance should be private. If set to\ntrue, all Data Fusion nodes will have private IP addresses and will not be\nable to access the public internet.", + 'privateInstance', + 'Specifies whether the Data Fusion instance should be private. If set to\ntrue, all Data Fusion nodes will have private IP addresses and will not be\nable to access the public internet.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name for an instance.", + 'displayName', + 'Display name for an instance.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableStackdriverMonitoring", - "Option to enable Stackdriver Monitoring.", + 'enableStackdriverMonitoring', + 'Option to enable Stackdriver Monitoring.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataprocServiceAccount", - "User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines.", + 'dataprocServiceAccount', + 'User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "enableStackdriverLogging", - "Option to enable Stackdriver Logging.", + 'enableStackdriverLogging', + 'Option to enable Stackdriver Logging.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "The resource labels for instance to use to annotate any related underlying resources,\nsuch as Compute Engine VMs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'The resource labels for instance to use to annotate any related underlying resources,\nsuch as Compute Engine VMs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "type", - "Represents the type of Data Fusion instance. Each type is configured with\nthe default settings for processing and memory.\n- BASIC: Basic Data Fusion instance. In Basic type, the user will be able to create data pipelines\nusing point and click UI. However, there are certain limitations, such as fewer number\nof concurrent pipelines, no support for streaming pipelines, etc.\n- ENTERPRISE: Enterprise Data Fusion instance. In Enterprise type, the user will have more features\navailable, such as support for streaming pipelines, higher number of concurrent pipelines, etc.\n- DEVELOPER: Developer Data Fusion instance. In Developer type, the user will have all features available but\nwith restrictive capabilities. This is to help enterprises design and develop their data ingestion and integration\npipelines at low cost.\nPossible values are: `BASIC`, `ENTERPRISE`, `DEVELOPER`.\n\n\n- - -", + 'type', + 'Represents the type of Data Fusion instance. Each type is configured with\nthe default settings for processing and memory.\n- BASIC: Basic Data Fusion instance. In Basic type, the user will be able to create data pipelines\nusing point and click UI. However, there are certain limitations, such as fewer number\nof concurrent pipelines, no support for streaming pipelines, etc.\n- ENTERPRISE: Enterprise Data Fusion instance. In Enterprise type, the user will have more features\navailable, such as support for streaming pipelines, higher number of concurrent pipelines, etc.\n- DEVELOPER: Developer Data Fusion instance. In Developer type, the user will have all features available but\nwith restrictive capabilities. This is to help enterprises design and develop their data ingestion and integration\npipelines at low cost.\nPossible values are: `BASIC`, `ENTERPRISE`, `DEVELOPER`.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Bool, - "enableRbac", - "Option to enable granular role-based access control.", + 'enableRbac', + 'Option to enable granular role-based access control.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "options", - "Map of additional options used to configure the behavior of Data Fusion instance.", + 'options', + 'Map of additional options used to configure the behavior of Data Fusion instance.', () => InputType_Map_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region of the Data Fusion instance.", + 'region', + 'The region of the Data Fusion instance.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "networkConfig", - "Network configuration options. These are required when a private Data Fusion instance is to be created.\nStructure is documented below.", + 'networkConfig', + 'Network configuration options. These are required when a private Data Fusion instance is to be created.\nStructure is documented below.', () => datafusion_InstanceNetworkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "version", - "Current version of the Data Fusion.", + 'version', + 'Current version of the Data Fusion.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The ID of the instance or a fully qualified identifier for the instance.", + 'name', + 'The ID of the instance or a fully qualified identifier for the instance.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "accelerators", - "List of accelerators enabled for this CDF instance.\nIf accelerators are enabled it is possible a permadiff will be created with the Options field.\nUsers will need to either manually update their state file to include these diffed options, or include the field in a lifecycle ignore changes block.\nStructure is documented below.", + 'accelerators', + 'List of accelerators enabled for this CDF instance.\nIf accelerators are enabled it is possible a permadiff will be created with the Options field.\nUsers will need to either manually update their state file to include these diffed options, or include the field in a lifecycle ignore changes block.\nStructure is documented below.', () => datafusion_InstanceAccelerator_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "eventPublishConfig", - "Option to enable and pass metadata for event publishing.\nStructure is documented below.", + 'eventPublishConfig', + 'Option to enable and pass metadata for event publishing.\nStructure is documented below.', () => datafusion_InstanceEventPublishConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/dataloss/PreventionDeidentifyTemplate.ts b/src/app/Models/codegen/gcp/dataloss/PreventionDeidentifyTemplate.ts index 563f48d04..75651e6af 100644 --- a/src/app/Models/codegen/gcp/dataloss/PreventionDeidentifyTemplate.ts +++ b/src/app/Models/codegen/gcp/dataloss/PreventionDeidentifyTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataloss_PreventionDeidentifyTemplateDeidentifyConfig, dataloss_PreventionDeidentifyTemplateDeidentifyConfig_GetTypes, -} from "../types/dataloss_PreventionDeidentifyTemplateDeidentifyConfig"; +} from '../types/dataloss_PreventionDeidentifyTemplateDeidentifyConfig'; export interface PreventionDeidentifyTemplateArgs { /* @@ -82,40 +82,40 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "parent", - "The parent of the template in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`", + 'parent', + 'The parent of the template in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "templateId", - "The template id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is\n100 characters. Can be empty to allow the system to generate one.", + 'templateId', + 'The template id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is\n100 characters. Can be empty to allow the system to generate one.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "deidentifyConfig", - "Configuration of the deidentify template\nStructure is documented below.", + 'deidentifyConfig', + 'Configuration of the deidentify template\nStructure is documented below.', () => dataloss_PreventionDeidentifyTemplateDeidentifyConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "A description of the template.", + 'description', + 'A description of the template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User set display name of the template.", + 'displayName', + 'User set display name of the template.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/dataloss/PreventionInspectTemplate.ts b/src/app/Models/codegen/gcp/dataloss/PreventionInspectTemplate.ts index 8b13ead00..1661fd5a8 100644 --- a/src/app/Models/codegen/gcp/dataloss/PreventionInspectTemplate.ts +++ b/src/app/Models/codegen/gcp/dataloss/PreventionInspectTemplate.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataloss_PreventionInspectTemplateInspectConfig, dataloss_PreventionInspectTemplateInspectConfig_GetTypes, -} from "../types/dataloss_PreventionInspectTemplateInspectConfig"; +} from '../types/dataloss_PreventionInspectTemplateInspectConfig'; export interface PreventionInspectTemplateArgs { /* @@ -85,40 +85,40 @@ The parent of the inspect template in any of the following formats: return [ new DynamicUIProps( InputType.String, - "templateId", - "The template id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is\n100 characters. Can be empty to allow the system to generate one.", + 'templateId', + 'The template id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is\n100 characters. Can be empty to allow the system to generate one.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the inspect template.", + 'description', + 'A description of the inspect template.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User set display name of the inspect template.", + 'displayName', + 'User set display name of the inspect template.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inspectConfig", - "The core content of the template.\nStructure is documented below.", + 'inspectConfig', + 'The core content of the template.\nStructure is documented below.', () => dataloss_PreventionInspectTemplateInspectConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The parent of the inspect template in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`\n\n\n- - -", + 'parent', + 'The parent of the inspect template in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`\n\n\n- - -', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataloss/PreventionJobTrigger.ts b/src/app/Models/codegen/gcp/dataloss/PreventionJobTrigger.ts index c117db04a..694d55c84 100644 --- a/src/app/Models/codegen/gcp/dataloss/PreventionJobTrigger.ts +++ b/src/app/Models/codegen/gcp/dataloss/PreventionJobTrigger.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataloss_PreventionJobTriggerInspectJob, dataloss_PreventionJobTriggerInspectJob_GetTypes, -} from "../types/dataloss_PreventionJobTriggerInspectJob"; +} from '../types/dataloss_PreventionJobTriggerInspectJob'; import { dataloss_PreventionJobTriggerTrigger, dataloss_PreventionJobTriggerTrigger_GetTypes, -} from "../types/dataloss_PreventionJobTriggerTrigger"; +} from '../types/dataloss_PreventionJobTriggerTrigger'; export interface PreventionJobTriggerArgs { /* @@ -112,56 +112,56 @@ Possible values are: `PAUSED`, `HEALTHY`, `CANCELLED`. return [ new DynamicUIProps( InputType.String, - "description", - "A short description of where the data is coming from. Will be stored once in the job. 256 max length.", + 'description', + 'A short description of where the data is coming from. Will be stored once in the job. 256 max length.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User set display name of the job trigger.", + 'displayName', + 'User set display name of the job trigger.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "inspectJob", - "Controls what and how to inspect for findings.\nStructure is documented below.", + 'inspectJob', + 'Controls what and how to inspect for findings.\nStructure is documented below.', () => dataloss_PreventionJobTriggerInspectJob_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The parent of the trigger, either in the format `projects/{{project}}`\nor `projects/{{project}}/locations/{{location}}`", + 'parent', + 'The parent of the trigger, either in the format `projects/{{project}}`\nor `projects/{{project}}/locations/{{location}}`', () => [], true, true, ), new DynamicUIProps( InputType.String, - "status", - "Whether the trigger is currently active.\nDefault value is `HEALTHY`.\nPossible values are: `PAUSED`, `HEALTHY`, `CANCELLED`.", + 'status', + 'Whether the trigger is currently active.\nDefault value is `HEALTHY`.\nPossible values are: `PAUSED`, `HEALTHY`, `CANCELLED`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "triggerId", - "The trigger id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+.\nThe maximum length is 100 characters. Can be empty to allow the system to generate one.", + 'triggerId', + 'The trigger id can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+.\nThe maximum length is 100 characters. Can be empty to allow the system to generate one.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "triggers", - "What event needs to occur for a new job to be started.\nStructure is documented below.", + 'triggers', + 'What event needs to occur for a new job to be started.\nStructure is documented below.', () => dataloss_PreventionJobTriggerTrigger_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/dataloss/PreventionStoredInfoType.ts b/src/app/Models/codegen/gcp/dataloss/PreventionStoredInfoType.ts index 37980fdf8..936089b98 100644 --- a/src/app/Models/codegen/gcp/dataloss/PreventionStoredInfoType.ts +++ b/src/app/Models/codegen/gcp/dataloss/PreventionStoredInfoType.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataloss_PreventionStoredInfoTypeLargeCustomDictionary, dataloss_PreventionStoredInfoTypeLargeCustomDictionary_GetTypes, -} from "../types/dataloss_PreventionStoredInfoTypeLargeCustomDictionary"; +} from '../types/dataloss_PreventionStoredInfoTypeLargeCustomDictionary'; import { dataloss_PreventionStoredInfoTypeRegex, dataloss_PreventionStoredInfoTypeRegex_GetTypes, -} from "../types/dataloss_PreventionStoredInfoTypeRegex"; +} from '../types/dataloss_PreventionStoredInfoTypeRegex'; import { dataloss_PreventionStoredInfoTypeDictionary, dataloss_PreventionStoredInfoTypeDictionary_GetTypes, -} from "../types/dataloss_PreventionStoredInfoTypeDictionary"; +} from '../types/dataloss_PreventionStoredInfoTypeDictionary'; export interface PreventionStoredInfoTypeArgs { // User set display name of the info type. @@ -114,56 +114,56 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Object, - "largeCustomDictionary", - "Dictionary which defines the rule.\nStructure is documented below.", + 'largeCustomDictionary', + 'Dictionary which defines the rule.\nStructure is documented below.', () => dataloss_PreventionStoredInfoTypeLargeCustomDictionary_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The parent of the info type in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`\n\n\n- - -", + 'parent', + 'The parent of the info type in any of the following formats:\n* `projects/{{project}}`\n* `projects/{{project}}/locations/{{location}}`\n* `organizations/{{organization_id}}`\n* `organizations/{{organization_id}}/locations/{{location}}`\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "regex", - "Regular expression which defines the rule.\nStructure is documented below.", + 'regex', + 'Regular expression which defines the rule.\nStructure is documented below.', () => dataloss_PreventionStoredInfoTypeRegex_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "storedInfoTypeId", - "The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100\ncharacters. Can be empty to allow the system to generate one.", + 'storedInfoTypeId', + 'The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens;\nthat is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100\ncharacters. Can be empty to allow the system to generate one.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "A description of the info type.", + 'description', + 'A description of the info type.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dictionary", - "Dictionary which defines the rule.\nStructure is documented below.", + 'dictionary', + 'Dictionary which defines the rule.\nStructure is documented below.', () => dataloss_PreventionStoredInfoTypeDictionary_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "User set display name of the info type.", + 'displayName', + 'User set display name of the info type.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/dataplex/Asset.ts b/src/app/Models/codegen/gcp/dataplex/Asset.ts index 36e31ed45..a46ef301a 100644 --- a/src/app/Models/codegen/gcp/dataplex/Asset.ts +++ b/src/app/Models/codegen/gcp/dataplex/Asset.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_AssetResourceSpec, dataplex_AssetResourceSpec_GetTypes, -} from "../types/dataplex_AssetResourceSpec"; +} from '../types/dataplex_AssetResourceSpec'; import { dataplex_AssetResourceStatus, dataplex_AssetResourceStatus_GetTypes, -} from "../types/dataplex_AssetResourceStatus"; +} from '../types/dataplex_AssetResourceStatus'; import { dataplex_AssetSecurityStatus, dataplex_AssetSecurityStatus_GetTypes, -} from "../types/dataplex_AssetSecurityStatus"; +} from '../types/dataplex_AssetSecurityStatus'; import { dataplex_AssetDiscoveryStatus, dataplex_AssetDiscoveryStatus_GetTypes, -} from "../types/dataplex_AssetDiscoveryStatus"; +} from '../types/dataplex_AssetDiscoveryStatus'; import { dataplex_AssetDiscoverySpec, dataplex_AssetDiscoverySpec_GetTypes, -} from "../types/dataplex_AssetDiscoverySpec"; +} from '../types/dataplex_AssetDiscoverySpec'; export interface AssetArgs { // Optional. Description of the asset. @@ -130,80 +130,80 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Object, - "discoverySpec", - "Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.", + 'discoverySpec', + 'Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.', () => dataplex_AssetDiscoverySpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "lake", - "The lake for the resource", + 'lake', + 'The lake for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the asset.", + 'description', + 'Optional. Description of the asset.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Optional. User friendly display name.", + 'displayName', + 'Optional. User friendly display name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Optional. User defined labels for the asset.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. User defined labels for the asset.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "resourceSpec", - "Required. Immutable. Specification of the resource that is referenced by this asset.", + 'resourceSpec', + 'Required. Immutable. Specification of the resource that is referenced by this asset.', () => dataplex_AssetResourceSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the asset.", + 'name', + 'The name of the asset.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "The zone for the resource", + 'dataplexZone', + 'The zone for the resource', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/AssetIamBinding.ts b/src/app/Models/codegen/gcp/dataplex/AssetIamBinding.ts index 4ab68bb04..6770cd625 100644 --- a/src/app/Models/codegen/gcp/dataplex/AssetIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataplex/AssetIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_AssetIamBindingCondition, dataplex_AssetIamBindingCondition_GetTypes, -} from "../types/dataplex_AssetIamBindingCondition"; +} from '../types/dataplex_AssetIamBindingCondition'; export interface AssetIamBindingArgs { // @@ -104,26 +104,26 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -131,32 +131,32 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "asset", - "Used to find the parent resource to bind the IAM policy to", + 'asset', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_AssetIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "", + 'dataplexZone', + '', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/AssetIamMember.ts b/src/app/Models/codegen/gcp/dataplex/AssetIamMember.ts index 1ac12c926..2f10d7ad0 100644 --- a/src/app/Models/codegen/gcp/dataplex/AssetIamMember.ts +++ b/src/app/Models/codegen/gcp/dataplex/AssetIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_AssetIamMemberCondition, dataplex_AssetIamMemberCondition_GetTypes, -} from "../types/dataplex_AssetIamMemberCondition"; +} from '../types/dataplex_AssetIamMemberCondition'; export interface AssetIamMemberArgs { // @@ -106,41 +106,41 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "asset", - "Used to find the parent resource to bind the IAM policy to", + 'asset', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_AssetIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "", + 'dataplexZone', + '', () => [], true, true, ), - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -148,8 +148,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/AssetIamPolicy.ts b/src/app/Models/codegen/gcp/dataplex/AssetIamPolicy.ts index d0cc582f4..042f674eb 100644 --- a/src/app/Models/codegen/gcp/dataplex/AssetIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataplex/AssetIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AssetIamPolicyArgs { // @@ -88,7 +88,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -96,33 +96,33 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "asset", - "Used to find the parent resource to bind the IAM policy to", + 'asset', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "", + 'dataplexZone', + '', () => [], true, true, ), - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataplex/Datascan.ts b/src/app/Models/codegen/gcp/dataplex/Datascan.ts index c350b457b..1616a4bf0 100644 --- a/src/app/Models/codegen/gcp/dataplex/Datascan.ts +++ b/src/app/Models/codegen/gcp/dataplex/Datascan.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_DatascanDataQualitySpec, dataplex_DatascanDataQualitySpec_GetTypes, -} from "../types/dataplex_DatascanDataQualitySpec"; +} from '../types/dataplex_DatascanDataQualitySpec'; import { dataplex_DatascanData, dataplex_DatascanData_GetTypes, -} from "../types/dataplex_DatascanData"; +} from '../types/dataplex_DatascanData'; import { dataplex_DatascanDataProfileSpec, dataplex_DatascanDataProfileSpec_GetTypes, -} from "../types/dataplex_DatascanDataProfileSpec"; +} from '../types/dataplex_DatascanDataProfileSpec'; import { dataplex_DatascanExecutionSpec, dataplex_DatascanExecutionSpec_GetTypes, -} from "../types/dataplex_DatascanExecutionSpec"; +} from '../types/dataplex_DatascanExecutionSpec'; import { dataplex_DatascanExecutionStatus, dataplex_DatascanExecutionStatus_GetTypes, -} from "../types/dataplex_DatascanExecutionStatus"; +} from '../types/dataplex_DatascanExecutionStatus'; export interface DatascanArgs { /* @@ -178,80 +178,80 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.Object, - "executionSpec", - "DataScan execution settings.\nStructure is documented below.", + 'executionSpec', + 'DataScan execution settings.\nStructure is documented below.', () => dataplex_DatascanExecutionSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the data scan should reside.", + 'location', + 'The location where the data scan should reside.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Description of the rule.\nThe maximum length is 1,024 characters.", + 'description', + 'Description of the rule.\nThe maximum length is 1,024 characters.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "data", - "The data source for DataScan.\nStructure is documented below.", + 'data', + 'The data source for DataScan.\nStructure is documented below.', () => dataplex_DatascanData_GetTypes(), true, true, ), new DynamicUIProps( InputType.Object, - "dataProfileSpec", - "DataProfileScan related setting.\nStructure is documented below.", + 'dataProfileSpec', + 'DataProfileScan related setting.\nStructure is documented below.', () => dataplex_DatascanDataProfileSpec_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "dataScanId", - "DataScan identifier. Must contain only lowercase letters, numbers and hyphens. Must start with a letter. Must end with a number or a letter.", + 'dataScanId', + 'DataScan identifier. Must contain only lowercase letters, numbers and hyphens. Must start with a letter. Must end with a number or a letter.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "User friendly display name.", + 'displayName', + 'User friendly display name.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "dataQualitySpec", - "DataQualityScan related setting.\nStructure is documented below.", + 'dataQualitySpec', + 'DataQualityScan related setting.\nStructure is documented below.', () => dataplex_DatascanDataQualitySpec_GetTypes(), false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the scan. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the scan. A list of key->value pairs.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/dataplex/DatascanIamBinding.ts b/src/app/Models/codegen/gcp/dataplex/DatascanIamBinding.ts index 46cdfe01b..1114ad063 100644 --- a/src/app/Models/codegen/gcp/dataplex/DatascanIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataplex/DatascanIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_DatascanIamBindingCondition, dataplex_DatascanIamBindingCondition_GetTypes, -} from "../types/dataplex_DatascanIamBindingCondition"; +} from '../types/dataplex_DatascanIamBindingCondition'; export interface DatascanIamBindingArgs { // @@ -100,39 +100,39 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_DatascanIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataScanId", - "", + 'dataScanId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -140,8 +140,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/DatascanIamMember.ts b/src/app/Models/codegen/gcp/dataplex/DatascanIamMember.ts index 525295d9a..c6d853c7e 100644 --- a/src/app/Models/codegen/gcp/dataplex/DatascanIamMember.ts +++ b/src/app/Models/codegen/gcp/dataplex/DatascanIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_DatascanIamMemberCondition, dataplex_DatascanIamMemberCondition_GetTypes, -} from "../types/dataplex_DatascanIamMemberCondition"; +} from '../types/dataplex_DatascanIamMemberCondition'; export interface DatascanIamMemberArgs { // @@ -100,24 +100,24 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "dataScanId", - "", + 'dataScanId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -125,16 +125,16 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_DatascanIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/dataplex/DatascanIamPolicy.ts b/src/app/Models/codegen/gcp/dataplex/DatascanIamPolicy.ts index 53eeb410f..684670c2c 100644 --- a/src/app/Models/codegen/gcp/dataplex/DatascanIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataplex/DatascanIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface DatascanIamPolicyArgs { /* @@ -82,31 +82,31 @@ a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "dataScanId", - "", + 'dataScanId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the data scan should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/dataplex/Lake.ts b/src/app/Models/codegen/gcp/dataplex/Lake.ts index bc26c5bb3..edcd0a62e 100644 --- a/src/app/Models/codegen/gcp/dataplex/Lake.ts +++ b/src/app/Models/codegen/gcp/dataplex/Lake.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_LakeMetastore, dataplex_LakeMetastore_GetTypes, -} from "../types/dataplex_LakeMetastore"; +} from '../types/dataplex_LakeMetastore'; import { dataplex_LakeMetastoreStatus, dataplex_LakeMetastoreStatus_GetTypes, -} from "../types/dataplex_LakeMetastoreStatus"; +} from '../types/dataplex_LakeMetastoreStatus'; import { dataplex_LakeAssetStatus, dataplex_LakeAssetStatus_GetTypes, -} from "../types/dataplex_LakeAssetStatus"; +} from '../types/dataplex_LakeAssetStatus'; export interface LakeArgs { /* @@ -116,56 +116,56 @@ The name of the lake. return [ new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the lake.", + 'description', + 'Optional. Description of the lake.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Optional. User friendly display name.", + 'displayName', + 'Optional. User friendly display name.', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", - "Optional. User-defined labels for the lake.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. User-defined labels for the lake.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "metastore", - "Optional. Settings to manage lake and Dataproc Metastore service instance association.", + 'metastore', + 'Optional. Settings to manage lake and Dataproc Metastore service instance association.', () => dataplex_LakeMetastore_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the lake.\n\n\n\n- - -", + 'name', + 'The name of the lake.\n\n\n\n- - -', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataplex/LakeIamBinding.ts b/src/app/Models/codegen/gcp/dataplex/LakeIamBinding.ts index 646823f8a..5ab0f0faf 100644 --- a/src/app/Models/codegen/gcp/dataplex/LakeIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataplex/LakeIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_LakeIamBindingCondition, dataplex_LakeIamBindingCondition_GetTypes, -} from "../types/dataplex_LakeIamBindingCondition"; +} from '../types/dataplex_LakeIamBindingCondition'; export interface LakeIamBindingArgs { // @@ -94,39 +94,39 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_LakeIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "lake", - "Used to find the parent resource to bind the IAM policy to", + 'lake', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -134,8 +134,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/LakeIamMember.ts b/src/app/Models/codegen/gcp/dataplex/LakeIamMember.ts index 16a9ec4c1..3583138c3 100644 --- a/src/app/Models/codegen/gcp/dataplex/LakeIamMember.ts +++ b/src/app/Models/codegen/gcp/dataplex/LakeIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_LakeIamMemberCondition, dataplex_LakeIamMemberCondition_GetTypes, -} from "../types/dataplex_LakeIamMemberCondition"; +} from '../types/dataplex_LakeIamMemberCondition'; export interface LakeIamMemberArgs { /* @@ -94,40 +94,40 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_LakeIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "lake", - "Used to find the parent resource to bind the IAM policy to", + 'lake', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/dataplex/LakeIamPolicy.ts b/src/app/Models/codegen/gcp/dataplex/LakeIamPolicy.ts index 7e4c41ec1..41edd1213 100644 --- a/src/app/Models/codegen/gcp/dataplex/LakeIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataplex/LakeIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface LakeIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -76,31 +76,31 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "lake", - "Used to find the parent resource to bind the IAM policy to", + 'lake', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/dataplex/Task.ts b/src/app/Models/codegen/gcp/dataplex/Task.ts index 05872170d..4155c40af 100644 --- a/src/app/Models/codegen/gcp/dataplex/Task.ts +++ b/src/app/Models/codegen/gcp/dataplex/Task.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_TaskExecutionSpec, dataplex_TaskExecutionSpec_GetTypes, -} from "../types/dataplex_TaskExecutionSpec"; +} from '../types/dataplex_TaskExecutionSpec'; import { dataplex_TaskSpark, dataplex_TaskSpark_GetTypes, -} from "../types/dataplex_TaskSpark"; +} from '../types/dataplex_TaskSpark'; import { dataplex_TaskNotebook, dataplex_TaskNotebook_GetTypes, -} from "../types/dataplex_TaskNotebook"; +} from '../types/dataplex_TaskNotebook'; import { dataplex_TaskTriggerSpec, dataplex_TaskTriggerSpec_GetTypes, -} from "../types/dataplex_TaskTriggerSpec"; +} from '../types/dataplex_TaskTriggerSpec'; import { dataplex_TaskExecutionStatus, dataplex_TaskExecutionStatus_GetTypes, -} from "../types/dataplex_TaskExecutionStatus"; +} from '../types/dataplex_TaskExecutionStatus'; export interface TaskArgs { // User-provided description of the task. @@ -181,88 +181,88 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "displayName", - "User friendly display name.", + 'displayName', + 'User friendly display name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "User-provided description of the task.", + 'description', + 'User-provided description of the task.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "executionSpec", - "Configuration for the cluster\nStructure is documented below.", + 'executionSpec', + 'Configuration for the cluster\nStructure is documented below.', () => dataplex_TaskExecutionSpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the task.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the task.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "spark", - "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.", + 'spark', + 'A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.', () => dataplex_TaskSpark_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "taskId", - "The task Id of the task.", + 'taskId', + 'The task Id of the task.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location in which the task will be created in.", + 'location', + 'The location in which the task will be created in.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "lake", - "The lake in which the task will be created in.", + 'lake', + 'The lake in which the task will be created in.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "notebook", - "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.", + 'notebook', + 'A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.\nStructure is documented below.', () => dataplex_TaskNotebook_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "triggerSpec", - "Configuration for the cluster\nStructure is documented below.", + 'triggerSpec', + 'Configuration for the cluster\nStructure is documented below.', () => dataplex_TaskTriggerSpec_GetTypes(), true, false, diff --git a/src/app/Models/codegen/gcp/dataplex/TaskIamBinding.ts b/src/app/Models/codegen/gcp/dataplex/TaskIamBinding.ts index a6025ebb0..a8c54125a 100644 --- a/src/app/Models/codegen/gcp/dataplex/TaskIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataplex/TaskIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_TaskIamBindingCondition, dataplex_TaskIamBindingCondition_GetTypes, -} from "../types/dataplex_TaskIamBindingCondition"; +} from '../types/dataplex_TaskIamBindingCondition'; export interface TaskIamBindingArgs { // @@ -112,39 +112,39 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_TaskIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "lake", - "The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'lake', + 'The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -152,13 +152,13 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), - new DynamicUIProps(InputType.String, "taskId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'taskId', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/dataplex/TaskIamMember.ts b/src/app/Models/codegen/gcp/dataplex/TaskIamMember.ts index 3ba7860fd..46c81ce5b 100644 --- a/src/app/Models/codegen/gcp/dataplex/TaskIamMember.ts +++ b/src/app/Models/codegen/gcp/dataplex/TaskIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_TaskIamMemberCondition, dataplex_TaskIamMemberCondition_GetTypes, -} from "../types/dataplex_TaskIamMemberCondition"; +} from '../types/dataplex_TaskIamMemberCondition'; export interface TaskIamMemberArgs { // @@ -110,35 +110,35 @@ The role that should be applied. Only one public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "taskId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'taskId', '', () => [], true, true), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_TaskIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "lake", - "The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'lake', + 'The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -146,8 +146,8 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/TaskIamPolicy.ts b/src/app/Models/codegen/gcp/dataplex/TaskIamPolicy.ts index 321c9391b..53009aa0e 100644 --- a/src/app/Models/codegen/gcp/dataplex/TaskIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataplex/TaskIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface TaskIamPolicyArgs { /* @@ -94,37 +94,37 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "lake", - "The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'lake', + 'The lake in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location in which the task will be created in.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, true, ), - new DynamicUIProps(InputType.String, "taskId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'taskId', '', () => [], true, true), ]; } } diff --git a/src/app/Models/codegen/gcp/dataplex/Zone.ts b/src/app/Models/codegen/gcp/dataplex/Zone.ts index efef9be9e..769350b66 100644 --- a/src/app/Models/codegen/gcp/dataplex/Zone.ts +++ b/src/app/Models/codegen/gcp/dataplex/Zone.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_ZoneAssetStatus, dataplex_ZoneAssetStatus_GetTypes, -} from "../types/dataplex_ZoneAssetStatus"; +} from '../types/dataplex_ZoneAssetStatus'; import { dataplex_ZoneDiscoverySpec, dataplex_ZoneDiscoverySpec_GetTypes, -} from "../types/dataplex_ZoneDiscoverySpec"; +} from '../types/dataplex_ZoneDiscoverySpec'; import { dataplex_ZoneResourceSpec, dataplex_ZoneResourceSpec_GetTypes, -} from "../types/dataplex_ZoneResourceSpec"; +} from '../types/dataplex_ZoneResourceSpec'; export interface ZoneArgs { // Optional. User friendly display name. @@ -116,80 +116,80 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.Map, - "labels", - "Optional. User defined labels for the zone.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Optional. User defined labels for the zone.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "lake", - "The lake for the resource", + 'lake', + 'The lake for the resource', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "resourceSpec", - "Required. Immutable. Specification of the resources that are referenced by the assets within this zone.", + 'resourceSpec', + 'Required. Immutable. Specification of the resources that are referenced by the assets within this zone.', () => dataplex_ZoneResourceSpec_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "displayName", - "Optional. User friendly display name.", + 'displayName', + 'Optional. User friendly display name.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "name", - "The name of the zone.", + 'name', + 'The name of the zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "discoverySpec", - "Required. Specification of the discovery feature applied to data in this zone.", + 'discoverySpec', + 'Required. Specification of the discovery feature applied to data in this zone.', () => dataplex_ZoneDiscoverySpec_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "type", - "Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED", + 'type', + 'Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED', () => [], true, true, ), new DynamicUIProps( InputType.String, - "description", - "Optional. Description of the zone.", + 'description', + 'Optional. Description of the zone.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/ZoneIamBinding.ts b/src/app/Models/codegen/gcp/dataplex/ZoneIamBinding.ts index ea76f3af5..a967ea5ab 100644 --- a/src/app/Models/codegen/gcp/dataplex/ZoneIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataplex/ZoneIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_ZoneIamBindingCondition, dataplex_ZoneIamBindingCondition_GetTypes, -} from "../types/dataplex_ZoneIamBindingCondition"; +} from '../types/dataplex_ZoneIamBindingCondition'; export interface ZoneIamBindingArgs { // @@ -98,26 +98,26 @@ Each entry can have one of the following values: public static GetTypes(): DynamicUIProps[] { return [ - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -125,24 +125,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_ZoneIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "Used to find the parent resource to bind the IAM policy to", + 'dataplexZone', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataplex/ZoneIamMember.ts b/src/app/Models/codegen/gcp/dataplex/ZoneIamMember.ts index efe211e23..6570b6d03 100644 --- a/src/app/Models/codegen/gcp/dataplex/ZoneIamMember.ts +++ b/src/app/Models/codegen/gcp/dataplex/ZoneIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataplex_ZoneIamMemberCondition, dataplex_ZoneIamMemberCondition_GetTypes, -} from "../types/dataplex_ZoneIamMemberCondition"; +} from '../types/dataplex_ZoneIamMemberCondition'; export interface ZoneIamMemberArgs { /* @@ -100,41 +100,41 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataplex_ZoneIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dataplexZone", - "Used to find the parent resource to bind the IAM policy to", + 'dataplexZone', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/dataplex/ZoneIamPolicy.ts b/src/app/Models/codegen/gcp/dataplex/ZoneIamPolicy.ts index ee7f6f777..03ddafe88 100644 --- a/src/app/Models/codegen/gcp/dataplex/ZoneIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataplex/ZoneIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ZoneIamPolicyArgs { // Used to find the parent resource to bind the IAM policy to @@ -82,7 +82,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -90,25 +90,25 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "dataplexZone", - "Used to find the parent resource to bind the IAM policy to", + 'dataplexZone', + 'Used to find the parent resource to bind the IAM policy to', () => [], true, true, ), - new DynamicUIProps(InputType.String, "lake", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'lake', '', () => [], true, true), new DynamicUIProps( InputType.String, - "location", - "", + 'location', + '', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicy.ts b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicy.ts index 4d9c299f7..1606d426b 100644 --- a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicy.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_AutoscalingPolicyWorkerConfig, dataproc_AutoscalingPolicyWorkerConfig_GetTypes, -} from "../types/dataproc_AutoscalingPolicyWorkerConfig"; +} from '../types/dataproc_AutoscalingPolicyWorkerConfig'; import { dataproc_AutoscalingPolicyBasicAlgorithm, dataproc_AutoscalingPolicyBasicAlgorithm_GetTypes, -} from "../types/dataproc_AutoscalingPolicyBasicAlgorithm"; +} from '../types/dataproc_AutoscalingPolicyBasicAlgorithm'; import { dataproc_AutoscalingPolicySecondaryWorkerConfig, dataproc_AutoscalingPolicySecondaryWorkerConfig_GetTypes, -} from "../types/dataproc_AutoscalingPolicySecondaryWorkerConfig"; +} from '../types/dataproc_AutoscalingPolicySecondaryWorkerConfig'; export interface AutoscalingPolicyArgs { /* @@ -108,48 +108,48 @@ and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of return [ new DynamicUIProps( InputType.Object, - "workerConfig", - "Describes how the autoscaler will operate for primary workers.\nStructure is documented below.", + 'workerConfig', + 'Describes how the autoscaler will operate for primary workers.\nStructure is documented below.', () => dataproc_AutoscalingPolicyWorkerConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "basicAlgorithm", - "Basic algorithm for autoscaling.\nStructure is documented below.", + 'basicAlgorithm', + 'Basic algorithm for autoscaling.\nStructure is documented below.', () => dataproc_AutoscalingPolicyBasicAlgorithm_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the autoscaling policy should reside.\nThe default value is `global`.", + 'location', + 'The location where the autoscaling policy should reside.\nThe default value is `global`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyId", - "The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\n\n\n- - -", + 'policyId', + 'The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "secondaryWorkerConfig", - "Describes how the autoscaler will operate for secondary workers.\nStructure is documented below.", + 'secondaryWorkerConfig', + 'Describes how the autoscaler will operate for secondary workers.\nStructure is documented below.', () => dataproc_AutoscalingPolicySecondaryWorkerConfig_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamBinding.ts b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamBinding.ts index fc6244c6e..91eb551f3 100644 --- a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_AutoscalingPolicyIamBindingCondition, dataproc_AutoscalingPolicyIamBindingCondition_GetTypes, -} from "../types/dataproc_AutoscalingPolicyIamBindingCondition"; +} from '../types/dataproc_AutoscalingPolicyIamBindingCondition'; export interface AutoscalingPolicyIamBindingArgs { // @@ -112,39 +112,39 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_AutoscalingPolicyIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "policyId", - "The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to", + 'policyId', + 'The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -152,8 +152,8 @@ Used to find the parent resource to bind the IAM policy to ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamMember.ts b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamMember.ts index 71311474d..1c9658e22 100644 --- a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamMember.ts +++ b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_AutoscalingPolicyIamMemberCondition, dataproc_AutoscalingPolicyIamMemberCondition_GetTypes, -} from "../types/dataproc_AutoscalingPolicyIamMemberCondition"; +} from '../types/dataproc_AutoscalingPolicyIamMemberCondition'; export interface AutoscalingPolicyIamMemberArgs { /* @@ -112,7 +112,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -120,33 +120,33 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_AutoscalingPolicyIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "policyId", - "The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to", + 'policyId', + 'The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamPolicy.ts b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamPolicy.ts index 83a263e6f..450f7fe66 100644 --- a/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/AutoscalingPolicyIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AutoscalingPolicyIamPolicyArgs { /* @@ -94,7 +94,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -102,24 +102,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "location", - "The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the autoscaling policy should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "policyId", - "The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to", + 'policyId', + 'The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 50 characters.\nUsed to find the parent resource to bind the IAM policy to', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/Cluster.ts b/src/app/Models/codegen/gcp/dataproc/Cluster.ts index c81e5a695..745002deb 100644 --- a/src/app/Models/codegen/gcp/dataproc/Cluster.ts +++ b/src/app/Models/codegen/gcp/dataproc/Cluster.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_ClusterVirtualClusterConfig, dataproc_ClusterVirtualClusterConfig_GetTypes, -} from "../types/dataproc_ClusterVirtualClusterConfig"; +} from '../types/dataproc_ClusterVirtualClusterConfig'; import { dataproc_ClusterClusterConfig, dataproc_ClusterClusterConfig_GetTypes, -} from "../types/dataproc_ClusterClusterConfig"; +} from '../types/dataproc_ClusterClusterConfig'; export interface ClusterArgs { /* @@ -121,31 +121,31 @@ to the field 'effective_labels' for all of the labels present on the resource. return [ new DynamicUIProps( InputType.Object, - "virtualClusterConfig", - "Allows you to configure a virtual Dataproc on GKE cluster.\nStructure defined below.", + 'virtualClusterConfig', + 'Allows you to configure a virtual Dataproc on GKE cluster.\nStructure defined below.', () => dataproc_ClusterVirtualClusterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "clusterConfig", - "Allows you to configure various aspects of the cluster.\nStructure defined below.", + 'clusterConfig', + 'Allows you to configure various aspects of the cluster.\nStructure defined below.', () => dataproc_ClusterClusterConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "gracefulDecommissionTimeout", - "The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a\nterraform apply", + 'gracefulDecommissionTimeout', + 'The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a\nterraform apply', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer\nto the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -153,24 +153,24 @@ to the field 'effective_labels' for all of the labels present on the resource. ), new DynamicUIProps( InputType.String, - "name", - "The name of the cluster, unique within the project and\nzone.\n\n- - -", + 'name', + 'The name of the cluster, unique within the project and\nzone.\n\n- - -', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the `cluster` will exist. If it\nis not provided, the provider project is used.", + 'project', + 'The ID of the project in which the `cluster` will exist. If it\nis not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the cluster and associated nodes will be created in.\nDefaults to `global`.", + 'region', + 'The region in which the cluster and associated nodes will be created in.\nDefaults to `global`.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataproc/ClusterIAMBinding.ts b/src/app/Models/codegen/gcp/dataproc/ClusterIAMBinding.ts index ac02a175c..13dbde4b7 100644 --- a/src/app/Models/codegen/gcp/dataproc/ClusterIAMBinding.ts +++ b/src/app/Models/codegen/gcp/dataproc/ClusterIAMBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_ClusterIAMBindingCondition, dataproc_ClusterIAMBindingCondition_GetTypes, -} from "../types/dataproc_ClusterIAMBindingCondition"; +} from '../types/dataproc_ClusterIAMBindingCondition'; export interface ClusterIAMBindingArgs { /* @@ -106,48 +106,48 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "cluster", - "The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'cluster', + 'The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_ClusterIAMBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.ClusterIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.ClusterIAMPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.ClusterIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.ClusterIAMPolicy` only:', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/ClusterIAMMember.ts b/src/app/Models/codegen/gcp/dataproc/ClusterIAMMember.ts index 0231ee221..6adfe181c 100644 --- a/src/app/Models/codegen/gcp/dataproc/ClusterIAMMember.ts +++ b/src/app/Models/codegen/gcp/dataproc/ClusterIAMMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_ClusterIAMMemberCondition, dataproc_ClusterIAMMemberCondition_GetTypes, -} from "../types/dataproc_ClusterIAMMemberCondition"; +} from '../types/dataproc_ClusterIAMMemberCondition'; export interface ClusterIAMMemberArgs { /* @@ -106,41 +106,41 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.ClusterIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.ClusterIAMPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.ClusterIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.ClusterIAMPolicy` only:', () => [], true, true, ), new DynamicUIProps( InputType.String, - "cluster", - "The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'cluster', + 'The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_ClusterIAMMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", - "The project in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataproc/ClusterIAMPolicy.ts b/src/app/Models/codegen/gcp/dataproc/ClusterIAMPolicy.ts index e3303efad..1092e1df0 100644 --- a/src/app/Models/codegen/gcp/dataproc/ClusterIAMPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/ClusterIAMPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface ClusterIAMPolicyArgs { /* @@ -86,32 +86,32 @@ The policy data generated by a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "cluster", - "The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.", + 'cluster', + 'The name or relative resource id of the cluster to manage IAM policies for.\n\nFor `gcp.dataproc.ClusterIAMMember` or `gcp.dataproc.ClusterIAMBinding`:\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -", + 'policyData', + 'The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the cluster belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the cluster belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/dataproc/Job.ts b/src/app/Models/codegen/gcp/dataproc/Job.ts index 4720993f9..85c8d94c3 100644 --- a/src/app/Models/codegen/gcp/dataproc/Job.ts +++ b/src/app/Models/codegen/gcp/dataproc/Job.ts @@ -3,53 +3,53 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_JobReference, dataproc_JobReference_GetTypes, -} from "../types/dataproc_JobReference"; +} from '../types/dataproc_JobReference'; import { dataproc_JobPlacement, dataproc_JobPlacement_GetTypes, -} from "../types/dataproc_JobPlacement"; +} from '../types/dataproc_JobPlacement'; import { dataproc_JobSparkConfig, dataproc_JobSparkConfig_GetTypes, -} from "../types/dataproc_JobSparkConfig"; +} from '../types/dataproc_JobSparkConfig'; import { dataproc_JobStatus, dataproc_JobStatus_GetTypes, -} from "../types/dataproc_JobStatus"; +} from '../types/dataproc_JobStatus'; import { dataproc_JobSparksqlConfig, dataproc_JobSparksqlConfig_GetTypes, -} from "../types/dataproc_JobSparksqlConfig"; +} from '../types/dataproc_JobSparksqlConfig'; import { dataproc_JobHadoopConfig, dataproc_JobHadoopConfig_GetTypes, -} from "../types/dataproc_JobHadoopConfig"; +} from '../types/dataproc_JobHadoopConfig'; import { dataproc_JobPrestoConfig, dataproc_JobPrestoConfig_GetTypes, -} from "../types/dataproc_JobPrestoConfig"; +} from '../types/dataproc_JobPrestoConfig'; import { dataproc_JobPysparkConfig, dataproc_JobPysparkConfig_GetTypes, -} from "../types/dataproc_JobPysparkConfig"; +} from '../types/dataproc_JobPysparkConfig'; import { dataproc_JobHiveConfig, dataproc_JobHiveConfig_GetTypes, -} from "../types/dataproc_JobHiveConfig"; +} from '../types/dataproc_JobHiveConfig'; import { dataproc_JobPigConfig, dataproc_JobPigConfig_GetTypes, -} from "../types/dataproc_JobPigConfig"; +} from '../types/dataproc_JobPigConfig'; import { dataproc_JobScheduling, dataproc_JobScheduling_GetTypes, -} from "../types/dataproc_JobScheduling"; +} from '../types/dataproc_JobScheduling'; export interface JobArgs { /* @@ -190,79 +190,79 @@ job is first cancelled before issuing the delete. return [ new DynamicUIProps( InputType.Object, - "prestoConfig", - "The config of presto job", + 'prestoConfig', + 'The config of presto job', () => dataproc_JobPrestoConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "reference", - "The reference of the job", + 'reference', + 'The reference of the job', () => dataproc_JobReference_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "placement", - "The config of job placement.", + 'placement', + 'The config of job placement.', () => dataproc_JobPlacement_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the `cluster` can be found and jobs\nsubsequently run against. If it is not provided, the provider project is used.", + 'project', + 'The project in which the `cluster` can be found and jobs\nsubsequently run against. If it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "sparkConfig", - "The config of the Spark job.", + 'sparkConfig', + 'The config of the Spark job.', () => dataproc_JobSparkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Bool, - "forceDelete", - "By default, you can only delete inactive jobs within\nDataproc. Setting this to true, and calling destroy, will ensure that the\njob is first cancelled before issuing the delete.", + 'forceDelete', + 'By default, you can only delete inactive jobs within\nDataproc. Setting this to true, and calling destroy, will ensure that the\njob is first cancelled before issuing the delete.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "sparksqlConfig", - "The config of SparkSql job", + 'sparksqlConfig', + 'The config of SparkSql job', () => dataproc_JobSparksqlConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "hadoopConfig", - "The config of Hadoop job", + 'hadoopConfig', + 'The config of Hadoop job', () => dataproc_JobHadoopConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "region", - "The Cloud Dataproc region. This essentially determines which clusters are available\nfor this job to be submitted to. If not specified, defaults to `global`.", + 'region', + 'The Cloud Dataproc region. This essentially determines which clusters are available\nfor this job to be submitted to. If not specified, defaults to `global`.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', "The list of labels (key/value pairs) to add to the job.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field 'effective_labels' for all of the labels present on the resource.", () => InputType_Map_GetTypes(), false, @@ -270,32 +270,32 @@ job is first cancelled before issuing the delete. ), new DynamicUIProps( InputType.Object, - "hiveConfig", - "The config of hive job", + 'hiveConfig', + 'The config of hive job', () => dataproc_JobHiveConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "pysparkConfig", - "The config of pySpark job.", + 'pysparkConfig', + 'The config of pySpark job.', () => dataproc_JobPysparkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "pigConfig", - "The config of pag job.", + 'pigConfig', + 'The config of pag job.', () => dataproc_JobPigConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "scheduling", - "Optional. Job scheduling configuration.", + 'scheduling', + 'Optional. Job scheduling configuration.', () => dataproc_JobScheduling_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/dataproc/JobIAMBinding.ts b/src/app/Models/codegen/gcp/dataproc/JobIAMBinding.ts index a1b2717a0..78aff0433 100644 --- a/src/app/Models/codegen/gcp/dataproc/JobIAMBinding.ts +++ b/src/app/Models/codegen/gcp/dataproc/JobIAMBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_JobIAMBindingCondition, dataproc_JobIAMBindingCondition_GetTypes, -} from "../types/dataproc_JobIAMBindingCondition"; +} from '../types/dataproc_JobIAMBindingCondition'; export interface JobIAMBindingArgs { // @@ -80,41 +80,41 @@ is not provided, the provider will use a default. return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_JobIAMBindingCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "jobId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'jobId', '', () => [], true, true), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", - "The project in which the job belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the job belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.JobIAMPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.JobIAMPolicy` only:', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/JobIAMMember.ts b/src/app/Models/codegen/gcp/dataproc/JobIAMMember.ts index 08bde2038..d5c6f5fc4 100644 --- a/src/app/Models/codegen/gcp/dataproc/JobIAMMember.ts +++ b/src/app/Models/codegen/gcp/dataproc/JobIAMMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_JobIAMMemberCondition, dataproc_JobIAMMemberCondition_GetTypes, -} from "../types/dataproc_JobIAMMemberCondition"; +} from '../types/dataproc_JobIAMMemberCondition'; export interface JobIAMMemberArgs { // @@ -80,34 +80,34 @@ is not provided, the provider will use a default. return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_JobIAMMemberCondition_GetTypes(), false, true, ), - new DynamicUIProps(InputType.String, "jobId", "", () => [], true, true), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'jobId', '', () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", - "The project in which the job belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the job belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.JobIAMPolicy` only:", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.\n\n`gcp.dataproc.JobIAMPolicy` only:', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/JobIAMPolicy.ts b/src/app/Models/codegen/gcp/dataproc/JobIAMPolicy.ts index 00ed80efc..4a6e1bd77 100644 --- a/src/app/Models/codegen/gcp/dataproc/JobIAMPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/JobIAMPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface JobIAMPolicyArgs { /* @@ -60,25 +60,25 @@ The policy data generated by a `gcp.organizations.getIAMPolicy` data source. return [ new DynamicUIProps( InputType.String, - "project", - "The project in which the job belongs. If it\nis not provided, the provider will use a default.", + 'project', + 'The project in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "region", - "The region in which the job belongs. If it\nis not provided, the provider will use a default.", + 'region', + 'The region in which the job belongs. If it\nis not provided, the provider will use a default.', () => [], false, true, ), - new DynamicUIProps(InputType.String, "jobId", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'jobId', '', () => [], true, true), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -", + 'policyData', + 'The policy data generated by a `gcp.organizations.getIAMPolicy` data source.\n\n- - -', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreFederation.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreFederation.ts index 8f7227897..d6ac0c6b0 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreFederation.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreFederation.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreFederationBackendMetastore, dataproc_MetastoreFederationBackendMetastore_GetTypes, -} from "../types/dataproc_MetastoreFederationBackendMetastore"; +} from '../types/dataproc_MetastoreFederationBackendMetastore'; export interface MetastoreFederationArgs { /* @@ -105,48 +105,48 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the metastore federation.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the metastore federation.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore federation should reside.", + 'location', + 'The location where the metastore federation should reside.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "version", - "The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.", + 'version', + 'The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.', () => [], true, true, ), new DynamicUIProps( InputType.Array, - "backendMetastores", - "A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.\nStructure is documented below.", + 'backendMetastores', + 'A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.\nStructure is documented below.', () => dataproc_MetastoreFederationBackendMetastore_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "federationId", - "The ID of the metastore federation. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 63 characters.", + 'federationId', + 'The ID of the metastore federation. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 63 characters.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamBinding.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamBinding.ts index 096fccb87..45188a2a8 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreFederationIamBindingCondition, dataproc_MetastoreFederationIamBindingCondition_GetTypes, -} from "../types/dataproc_MetastoreFederationIamBindingCondition"; +} from '../types/dataproc_MetastoreFederationIamBindingCondition'; export interface MetastoreFederationIamBindingArgs { // @@ -100,39 +100,39 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_MetastoreFederationIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "federationId", - "", + 'federationId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -140,8 +140,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamMember.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamMember.ts index e9eea7acd..bd321ccb0 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamMember.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreFederationIamMemberCondition, dataproc_MetastoreFederationIamMemberCondition_GetTypes, -} from "../types/dataproc_MetastoreFederationIamMemberCondition"; +} from '../types/dataproc_MetastoreFederationIamMemberCondition'; export interface MetastoreFederationIamMemberArgs { /* @@ -100,40 +100,40 @@ Used to find the parent resource to bind the IAM policy to return [ new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_MetastoreFederationIamMemberCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "federationId", - "", + 'federationId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamPolicy.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamPolicy.ts index 6e5288447..8f5ee2545 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreFederationIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MetastoreFederationIamPolicyArgs { /* @@ -82,7 +82,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -90,24 +90,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "federationId", - "", + 'federationId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore federation should reside.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreService.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreService.ts index 08befbebc..e67f6302a 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreService.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreService.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreServiceTelemetryConfig, dataproc_MetastoreServiceTelemetryConfig_GetTypes, -} from "../types/dataproc_MetastoreServiceTelemetryConfig"; +} from '../types/dataproc_MetastoreServiceTelemetryConfig'; import { dataproc_MetastoreServiceScalingConfig, dataproc_MetastoreServiceScalingConfig_GetTypes, -} from "../types/dataproc_MetastoreServiceScalingConfig"; +} from '../types/dataproc_MetastoreServiceScalingConfig'; import { dataproc_MetastoreServiceEncryptionConfig, dataproc_MetastoreServiceEncryptionConfig_GetTypes, -} from "../types/dataproc_MetastoreServiceEncryptionConfig"; +} from '../types/dataproc_MetastoreServiceEncryptionConfig'; import { dataproc_MetastoreServiceMaintenanceWindow, dataproc_MetastoreServiceMaintenanceWindow_GetTypes, -} from "../types/dataproc_MetastoreServiceMaintenanceWindow"; +} from '../types/dataproc_MetastoreServiceMaintenanceWindow'; import { dataproc_MetastoreServiceMetadataIntegration, dataproc_MetastoreServiceMetadataIntegration_GetTypes, -} from "../types/dataproc_MetastoreServiceMetadataIntegration"; +} from '../types/dataproc_MetastoreServiceMetadataIntegration'; import { dataproc_MetastoreServiceHiveMetastoreConfig, dataproc_MetastoreServiceHiveMetastoreConfig_GetTypes, -} from "../types/dataproc_MetastoreServiceHiveMetastoreConfig"; +} from '../types/dataproc_MetastoreServiceHiveMetastoreConfig'; import { dataproc_MetastoreServiceNetworkConfig, dataproc_MetastoreServiceNetworkConfig_GetTypes, -} from "../types/dataproc_MetastoreServiceNetworkConfig"; +} from '../types/dataproc_MetastoreServiceNetworkConfig'; export interface MetastoreServiceArgs { /* @@ -277,55 +277,55 @@ The default value is `global`. return [ new DynamicUIProps( InputType.Map, - "labels", - "User-defined labels for the metastore service.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'User-defined labels for the metastore service.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "metadataIntegration", - "The setting that defines how metastore metadata should be integrated with external services and systems.\nStructure is documented below.", + 'metadataIntegration', + 'The setting that defines how metastore metadata should be integrated with external services and systems.\nStructure is documented below.', () => dataproc_MetastoreServiceMetadataIntegration_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "databaseType", - "The database type that the Metastore service stores its data.\nDefault value is `MYSQL`.\nPossible values are: `MYSQL`, `SPANNER`.", + 'databaseType', + 'The database type that the Metastore service stores its data.\nDefault value is `MYSQL`.\nPossible values are: `MYSQL`, `SPANNER`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "releaseChannel", - "The release channel of the service. If unspecified, defaults to `STABLE`.\nDefault value is `STABLE`.\nPossible values are: `CANARY`, `STABLE`.", + 'releaseChannel', + 'The release channel of the service. If unspecified, defaults to `STABLE`.\nDefault value is `STABLE`.\nPossible values are: `CANARY`, `STABLE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "serviceId", - "The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 63 characters.\n\n\n- - -", + 'serviceId', + 'The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),\nand hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between\n3 and 63 characters.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "encryptionConfig", - "Information used to configure the Dataproc Metastore service to encrypt\ncustomer data at rest.\nStructure is documented below.", + 'encryptionConfig', + 'Information used to configure the Dataproc Metastore service to encrypt\ncustomer data at rest.\nStructure is documented below.', () => dataproc_MetastoreServiceEncryptionConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "network", + 'network', 'The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:\n"projects/{projectNumber}/global/networks/{network_id}".', () => [], false, @@ -333,72 +333,72 @@ The default value is `global`. ), new DynamicUIProps( InputType.Number, - "port", - "The TCP port at which the metastore service is reached. Default: 9083.", + 'port', + 'The TCP port at which the metastore service is reached. Default: 9083.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "networkConfig", - "The configuration specifying the network settings for the Dataproc Metastore service.\nStructure is documented below.", + 'networkConfig', + 'The configuration specifying the network settings for the Dataproc Metastore service.\nStructure is documented below.', () => dataproc_MetastoreServiceNetworkConfig_GetTypes(), false, true, ), new DynamicUIProps( InputType.Object, - "scalingConfig", - "Represents the scaling configuration of a metastore service.\nStructure is documented below.", + 'scalingConfig', + 'Represents the scaling configuration of a metastore service.\nStructure is documented below.', () => dataproc_MetastoreServiceScalingConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore service should reside.\nThe default value is `global`.", + 'location', + 'The location where the metastore service should reside.\nThe default value is `global`.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "maintenanceWindow", - "The one hour maintenance window of the metastore service.\nThis specifies when the service can be restarted for maintenance purposes in UTC time.\nMaintenance window is not needed for services with the `SPANNER` database type.\nStructure is documented below.", + 'maintenanceWindow', + 'The one hour maintenance window of the metastore service.\nThis specifies when the service can be restarted for maintenance purposes in UTC time.\nMaintenance window is not needed for services with the `SPANNER` database type.\nStructure is documented below.', () => dataproc_MetastoreServiceMaintenanceWindow_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "hiveMetastoreConfig", - "Configuration information specific to running Hive metastore software as the metastore service.\nStructure is documented below.", + 'hiveMetastoreConfig', + 'Configuration information specific to running Hive metastore software as the metastore service.\nStructure is documented below.', () => dataproc_MetastoreServiceHiveMetastoreConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "telemetryConfig", - "The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.\nStructure is documented below.", + 'telemetryConfig', + 'The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.\nStructure is documented below.', () => dataproc_MetastoreServiceTelemetryConfig_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "tier", - "The tier of the service.\nPossible values are: `DEVELOPER`, `ENTERPRISE`.", + 'tier', + 'The tier of the service.\nPossible values are: `DEVELOPER`, `ENTERPRISE`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamBinding.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamBinding.ts index bc980afce..1ca4b6bf0 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamBinding.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamBinding.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreServiceIamBindingCondition, dataproc_MetastoreServiceIamBindingCondition_GetTypes, -} from "../types/dataproc_MetastoreServiceIamBindingCondition"; +} from '../types/dataproc_MetastoreServiceIamBindingCondition'; export interface MetastoreServiceIamBindingArgs { // @@ -102,39 +102,39 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "serviceId", - "", + 'serviceId', + '', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_MetastoreServiceIamBindingCondition_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "members", - "", + 'members', + '', () => InputType_String_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -142,8 +142,8 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamMember.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamMember.ts index 43bdc1b7f..cb0b1d9ef 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamMember.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamMember.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_MetastoreServiceIamMemberCondition, dataproc_MetastoreServiceIamMemberCondition_GetTypes, -} from "../types/dataproc_MetastoreServiceIamMemberCondition"; +} from '../types/dataproc_MetastoreServiceIamMemberCondition'; export interface MetastoreServiceIamMemberArgs { // @@ -102,16 +102,16 @@ The role that should be applied. Only one return [ new DynamicUIProps( InputType.String, - "location", - "The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), - new DynamicUIProps(InputType.String, "member", "", () => [], true, true), + new DynamicUIProps(InputType.String, 'member', '', () => [], true, true), new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -119,24 +119,24 @@ The role that should be applied. Only one ), new DynamicUIProps( InputType.String, - "role", - "The role that should be applied. Only one\n`gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.", + 'role', + 'The role that should be applied. Only one\n`gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format\n`[projects|organizations]/{parent-name}/roles/{role-name}`.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "serviceId", - "", + 'serviceId', + '', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "condition", - "", + 'condition', + '', () => dataproc_MetastoreServiceIamMemberCondition_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamPolicy.ts b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamPolicy.ts index cc531eff4..2f0becdfb 100644 --- a/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamPolicy.ts +++ b/src/app/Models/codegen/gcp/dataproc/MetastoreServiceIamPolicy.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface MetastoreServiceIamPolicyArgs { /* @@ -84,7 +84,7 @@ Each entry can have one of the following values: return [ new DynamicUIProps( InputType.String, - "project", + 'project', 'The ID of the project in which the resource belongs.\nIf it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.\n\n* `member/members` - (Required) Identities that will be granted the privilege in `role`.\nEach entry can have one of the following values:\n* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.\n* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.\n* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.\n* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.\n* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.\n* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"\n* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"\n* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"', () => [], false, @@ -92,24 +92,24 @@ Each entry can have one of the following values: ), new DynamicUIProps( InputType.String, - "serviceId", - "", + 'serviceId', + '', () => [], true, true, ), new DynamicUIProps( InputType.String, - "location", - "The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to", + 'location', + 'The location where the metastore service should reside.\nThe default value is `global`.\nUsed to find the parent resource to bind the IAM policy to', () => [], false, true, ), new DynamicUIProps( InputType.String, - "policyData", - "The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.", + 'policyData', + 'The policy data generated by\na `gcp.organizations.getIAMPolicy` data source.', () => [], true, false, diff --git a/src/app/Models/codegen/gcp/dataproc/WorkflowTemplate.ts b/src/app/Models/codegen/gcp/dataproc/WorkflowTemplate.ts index 0c5ccf2d5..c1827d4e5 100644 --- a/src/app/Models/codegen/gcp/dataproc/WorkflowTemplate.ts +++ b/src/app/Models/codegen/gcp/dataproc/WorkflowTemplate.ts @@ -3,21 +3,21 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { dataproc_WorkflowTemplatePlacement, dataproc_WorkflowTemplatePlacement_GetTypes, -} from "../types/dataproc_WorkflowTemplatePlacement"; +} from '../types/dataproc_WorkflowTemplatePlacement'; import { dataproc_WorkflowTemplateJob, dataproc_WorkflowTemplateJob_GetTypes, -} from "../types/dataproc_WorkflowTemplateJob"; +} from '../types/dataproc_WorkflowTemplateJob'; import { dataproc_WorkflowTemplateParameter, dataproc_WorkflowTemplateParameter_GetTypes, -} from "../types/dataproc_WorkflowTemplateParameter"; +} from '../types/dataproc_WorkflowTemplateParameter'; export interface WorkflowTemplateArgs { // Optional. Timeout duration for the DAG of jobs. You can use "s", "m", "h", and "d" suffixes for second, minute, hour, and day duration values, respectively. The timeout duration must be from 10 minutes ("10m") to 24 hours ("24h" or "1d"). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running on a (/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the cluster is deleted. @@ -94,31 +94,31 @@ clients and services. return [ new DynamicUIProps( InputType.Object, - "placement", - "Required. WorkflowTemplate scheduling information.", + 'placement', + 'Required. WorkflowTemplate scheduling information.', () => dataproc_WorkflowTemplatePlacement_GetTypes(), true, true, ), new DynamicUIProps( InputType.String, - "project", - "The project for the resource", + 'project', + 'The project for the resource', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "parameters", - "Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.", + 'parameters', + 'Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.', () => dataproc_WorkflowTemplateParameter_GetTypes(), false, true, ), new DynamicUIProps( InputType.String, - "dagTimeout", + 'dagTimeout', 'Optional. Timeout duration for the DAG of jobs. You can use "s", "m", "h", and "d" suffixes for second, minute, hour, and day duration values, respectively. The timeout duration must be from 10 minutes ("10m") to 24 hours ("24h" or "1d"). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running on a (/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the cluster is deleted.', () => [], false, @@ -126,40 +126,40 @@ clients and services. ), new DynamicUIProps( InputType.String, - "location", - "The location for the resource", + 'location', + 'The location for the resource', () => [], true, true, ), new DynamicUIProps( InputType.String, - "name", - "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`", + 'name', + 'Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. * For `projects.regions.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/regions/{region}/workflowTemplates/{template_id}` * For `projects.locations.workflowTemplates`, the resource name of the template has the following format: `projects/{project_id}/locations/{location}/workflowTemplates/{template_id}`', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "jobs", - "Required. The Directed Acyclic Graph of Jobs to submit.", + 'jobs', + 'Required. The Directed Acyclic Graph of Jobs to submit.', () => dataproc_WorkflowTemplateJob_GetTypes(), true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a template.", + 'labels', + 'The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a template.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Number, - "version", - "Used to perform a consistent read-modify-write. This field should be left blank for a `CreateWorkflowTemplate` request. It is required for an `UpdateWorkflowTemplate` request, and must match the current server version. A typical update template flow would fetch the current template with a `GetWorkflowTemplate` request, which will return the current template with the `version` field filled in with the current server version. The user updates other fields in the template, then returns it as part of the `UpdateWorkflowTemplate` request.", + 'version', + 'Used to perform a consistent read-modify-write. This field should be left blank for a `CreateWorkflowTemplate` request. It is required for an `UpdateWorkflowTemplate` request, and must match the current server version. A typical update template flow would fetch the current template with a `GetWorkflowTemplate` request, which will return the current template with the `version` field filled in with the current server version. The user updates other fields in the template, then returns it as part of the `UpdateWorkflowTemplate` request.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/datastore/DataStoreIndex.ts b/src/app/Models/codegen/gcp/datastore/DataStoreIndex.ts index c7abd9b96..fd9e40f2f 100644 --- a/src/app/Models/codegen/gcp/datastore/DataStoreIndex.ts +++ b/src/app/Models/codegen/gcp/datastore/DataStoreIndex.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datastore_DataStoreIndexProperty, datastore_DataStoreIndexProperty_GetTypes, -} from "../types/datastore_DataStoreIndexProperty"; +} from '../types/datastore_DataStoreIndexProperty'; export interface DataStoreIndexArgs { /* @@ -74,32 +74,32 @@ Structure is documented below. return [ new DynamicUIProps( InputType.String, - "ancestor", - "Policy for including ancestors in the index.\nDefault value is `NONE`.\nPossible values are: `NONE`, `ALL_ANCESTORS`.", + 'ancestor', + 'Policy for including ancestors in the index.\nDefault value is `NONE`.\nPossible values are: `NONE`, `ALL_ANCESTORS`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "kind", - "The entity kind which the index applies to.\n\n\n- - -", + 'kind', + 'The entity kind which the index applies to.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "properties", - "An ordered list of properties to index on.\nStructure is documented below.", + 'properties', + 'An ordered list of properties to index on.\nStructure is documented below.', () => datastore_DataStoreIndexProperty_GetTypes(), false, true, diff --git a/src/app/Models/codegen/gcp/datastream/ConnectionProfile.ts b/src/app/Models/codegen/gcp/datastream/ConnectionProfile.ts index a20ce0308..dc4f50e72 100644 --- a/src/app/Models/codegen/gcp/datastream/ConnectionProfile.ts +++ b/src/app/Models/codegen/gcp/datastream/ConnectionProfile.ts @@ -3,37 +3,37 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datastream_ConnectionProfileForwardSshConnectivity, datastream_ConnectionProfileForwardSshConnectivity_GetTypes, -} from "../types/datastream_ConnectionProfileForwardSshConnectivity"; +} from '../types/datastream_ConnectionProfileForwardSshConnectivity'; import { datastream_ConnectionProfileOracleProfile, datastream_ConnectionProfileOracleProfile_GetTypes, -} from "../types/datastream_ConnectionProfileOracleProfile"; +} from '../types/datastream_ConnectionProfileOracleProfile'; import { datastream_ConnectionProfileGcsProfile, datastream_ConnectionProfileGcsProfile_GetTypes, -} from "../types/datastream_ConnectionProfileGcsProfile"; +} from '../types/datastream_ConnectionProfileGcsProfile'; import { datastream_ConnectionProfileMysqlProfile, datastream_ConnectionProfileMysqlProfile_GetTypes, -} from "../types/datastream_ConnectionProfileMysqlProfile"; +} from '../types/datastream_ConnectionProfileMysqlProfile'; import { datastream_ConnectionProfilePostgresqlProfile, datastream_ConnectionProfilePostgresqlProfile_GetTypes, -} from "../types/datastream_ConnectionProfilePostgresqlProfile"; +} from '../types/datastream_ConnectionProfilePostgresqlProfile'; import { datastream_ConnectionProfilePrivateConnectivity, datastream_ConnectionProfilePrivateConnectivity_GetTypes, -} from "../types/datastream_ConnectionProfilePrivateConnectivity"; +} from '../types/datastream_ConnectionProfilePrivateConnectivity'; import { datastream_ConnectionProfileBigqueryProfile, datastream_ConnectionProfileBigqueryProfile_GetTypes, -} from "../types/datastream_ConnectionProfileBigqueryProfile"; +} from '../types/datastream_ConnectionProfileBigqueryProfile'; export interface ConnectionProfileArgs { // Display name. @@ -185,96 +185,96 @@ Please refer to the field `effective_labels` for all of the labels present on th return [ new DynamicUIProps( InputType.String, - "displayName", - "Display name.", + 'displayName', + 'Display name.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "gcsProfile", - "Cloud Storage bucket profile.\nStructure is documented below.", + 'gcsProfile', + 'Cloud Storage bucket profile.\nStructure is documented below.', () => datastream_ConnectionProfileGcsProfile_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this connection profile is located in.\n\n\n- - -", + 'location', + 'The name of the location this connection profile is located in.\n\n\n- - -', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "mysqlProfile", - "MySQL database profile.\nStructure is documented below.", + 'mysqlProfile', + 'MySQL database profile.\nStructure is documented below.', () => datastream_ConnectionProfileMysqlProfile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "forwardSshConnectivity", - "Forward SSH tunnel connectivity.\nStructure is documented below.", + 'forwardSshConnectivity', + 'Forward SSH tunnel connectivity.\nStructure is documented below.', () => datastream_ConnectionProfileForwardSshConnectivity_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "postgresqlProfile", - "PostgreSQL database profile.\nStructure is documented below.", + 'postgresqlProfile', + 'PostgreSQL database profile.\nStructure is documented below.', () => datastream_ConnectionProfilePostgresqlProfile_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "privateConnectivity", - "Private connectivity.\nStructure is documented below.", + 'privateConnectivity', + 'Private connectivity.\nStructure is documented below.', () => datastream_ConnectionProfilePrivateConnectivity_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "bigqueryProfile", - "BigQuery warehouse profile.", + 'bigqueryProfile', + 'BigQuery warehouse profile.', () => datastream_ConnectionProfileBigqueryProfile_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "connectionProfileId", - "The connection profile identifier.", + 'connectionProfileId', + 'The connection profile identifier.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "oracleProfile", - "Oracle database profile.\nStructure is documented below.", + 'oracleProfile', + 'Oracle database profile.\nStructure is documented below.', () => datastream_ConnectionProfileOracleProfile_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/datastream/PrivateConnection.ts b/src/app/Models/codegen/gcp/datastream/PrivateConnection.ts index 3947c9e5b..a55dd18d8 100644 --- a/src/app/Models/codegen/gcp/datastream/PrivateConnection.ts +++ b/src/app/Models/codegen/gcp/datastream/PrivateConnection.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datastream_PrivateConnectionVpcPeeringConfig, datastream_PrivateConnectionVpcPeeringConfig_GetTypes, -} from "../types/datastream_PrivateConnectionVpcPeeringConfig"; +} from '../types/datastream_PrivateConnectionVpcPeeringConfig'; import { datastream_PrivateConnectionError, datastream_PrivateConnectionError_GetTypes, -} from "../types/datastream_PrivateConnectionError"; +} from '../types/datastream_PrivateConnectionError'; export interface PrivateConnectionArgs { /* @@ -100,47 +100,47 @@ If it is not provided, the provider project is used. return [ new DynamicUIProps( InputType.String, - "displayName", - "Display name.", + 'displayName', + 'Display name.', () => [], true, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this private connection is located in.", + 'location', + 'The name of the location this private connection is located in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "privateConnectionId", - "The private connectivity identifier.", + 'privateConnectionId', + 'The private connectivity identifier.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "vpcPeeringConfig", + 'vpcPeeringConfig', "The VPC Peering configuration is used to create VPC peering\nbetween Datastream and the consumer's VPC.\nStructure is documented below.", () => datastream_PrivateConnectionVpcPeeringConfig_GetTypes(), true, diff --git a/src/app/Models/codegen/gcp/datastream/Stream.ts b/src/app/Models/codegen/gcp/datastream/Stream.ts index ae8a27741..5b83c2a11 100644 --- a/src/app/Models/codegen/gcp/datastream/Stream.ts +++ b/src/app/Models/codegen/gcp/datastream/Stream.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { datastream_StreamDestinationConfig, datastream_StreamDestinationConfig_GetTypes, -} from "../types/datastream_StreamDestinationConfig"; +} from '../types/datastream_StreamDestinationConfig'; import { datastream_StreamSourceConfig, datastream_StreamSourceConfig_GetTypes, -} from "../types/datastream_StreamSourceConfig"; +} from '../types/datastream_StreamSourceConfig'; import { datastream_StreamBackfillAll, datastream_StreamBackfillAll_GetTypes, -} from "../types/datastream_StreamBackfillAll"; +} from '../types/datastream_StreamBackfillAll'; import { datastream_StreamBackfillNone, datastream_StreamBackfillNone_GetTypes, -} from "../types/datastream_StreamBackfillNone"; +} from '../types/datastream_StreamBackfillNone'; export interface StreamArgs { /* @@ -148,31 +148,31 @@ and default labels configured on the provider. return [ new DynamicUIProps( InputType.Object, - "destinationConfig", - "Destination connection profile configuration.\nStructure is documented below.", + 'destinationConfig', + 'Destination connection profile configuration.\nStructure is documented below.', () => datastream_StreamDestinationConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "displayName", - "Display name.", + 'displayName', + 'Display name.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "backfillNone", + 'backfillNone', "Backfill strategy to disable automatic backfill for the Stream's objects.", () => datastream_StreamBackfillNone_GetTypes(), false, @@ -180,47 +180,47 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "customerManagedEncryptionKey", - "A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data\nwill be encrypted using an internal Stream-specific encryption key provisioned through KMS.", + 'customerManagedEncryptionKey', + 'A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data\nwill be encrypted using an internal Stream-specific encryption key provisioned through KMS.', () => [], false, true, ), new DynamicUIProps( InputType.Map, - "labels", - "Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.", + 'labels', + 'Labels.\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "location", - "The name of the location this stream is located in.", + 'location', + 'The name of the location this stream is located in.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "streamId", - "The stream identifier.", + 'streamId', + 'The stream identifier.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "sourceConfig", - "Source connection profile configuration.\nStructure is documented below.", + 'sourceConfig', + 'Source connection profile configuration.\nStructure is documented below.', () => datastream_StreamSourceConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.Object, - "backfillAll", + 'backfillAll', "Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.\nStructure is documented below.", () => datastream_StreamBackfillAll_GetTypes(), false, @@ -228,8 +228,8 @@ and default labels configured on the provider. ), new DynamicUIProps( InputType.String, - "desiredState", - "Desired state of the Stream. Set this field to `RUNNING` to start the stream, and `PAUSED` to pause the stream.", + 'desiredState', + 'Desired state of the Stream. Set this field to `RUNNING` to start the stream, and `PAUSED` to pause the stream.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/deploymentmanager/Deployment.ts b/src/app/Models/codegen/gcp/deploymentmanager/Deployment.ts index 2bd554fcc..8f7f7a05c 100644 --- a/src/app/Models/codegen/gcp/deploymentmanager/Deployment.ts +++ b/src/app/Models/codegen/gcp/deploymentmanager/Deployment.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { deploymentmanager_DeploymentLabel, deploymentmanager_DeploymentLabel_GetTypes, -} from "../types/deploymentmanager_DeploymentLabel"; +} from '../types/deploymentmanager_DeploymentLabel'; import { deploymentmanager_DeploymentTarget, deploymentmanager_DeploymentTarget_GetTypes, -} from "../types/deploymentmanager_DeploymentTarget"; +} from '../types/deploymentmanager_DeploymentTarget'; export interface DeploymentArgs { /* @@ -153,23 +153,23 @@ Possible values are: `ACQUIRE`, `CREATE_OR_ACQUIRE`. return [ new DynamicUIProps( InputType.Array, - "labels", - "Key-value pairs to apply to this labels.\nStructure is documented below.", + 'labels', + 'Key-value pairs to apply to this labels.\nStructure is documented below.', () => deploymentmanager_DeploymentLabel_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "name", - "Unique name for the deployment", + 'name', + 'Unique name for the deployment', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "preview", + 'preview', 'If set to true, a deployment is created with "shell" resources\nthat are not actually instantiated. This allows you to preview a\ndeployment. It can be updated to false to actually deploy\nwith real resources.\n~>**NOTE:** Deployment Manager does not allow update\nof a deployment in preview (unless updating to preview=false). Thus,\nthe provider will force-recreate deployments if either preview is updated\nto true or if other fields are updated while preview is true.', () => [], false, @@ -177,40 +177,40 @@ Possible values are: `ACQUIRE`, `CREATE_OR_ACQUIRE`. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "target", - "Parameters that define your deployment, including the deployment\nconfiguration and relevant templates.\nStructure is documented below.", + 'target', + 'Parameters that define your deployment, including the deployment\nconfiguration and relevant templates.\nStructure is documented below.', () => deploymentmanager_DeploymentTarget_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "createPolicy", - "Set the policy to use for creating new resources. Only used on\ncreate and update. Valid values are `CREATE_OR_ACQUIRE` (default) or\n`ACQUIRE`. If set to `ACQUIRE` and resources do not already exist,\nthe deployment will fail. Note that updating this field does not\nactually affect the deployment, just how it is updated.\nDefault value is `CREATE_OR_ACQUIRE`.\nPossible values are: `ACQUIRE`, `CREATE_OR_ACQUIRE`.", + 'createPolicy', + 'Set the policy to use for creating new resources. Only used on\ncreate and update. Valid values are `CREATE_OR_ACQUIRE` (default) or\n`ACQUIRE`. If set to `ACQUIRE` and resources do not already exist,\nthe deployment will fail. Note that updating this field does not\nactually affect the deployment, just how it is updated.\nDefault value is `CREATE_OR_ACQUIRE`.\nPossible values are: `ACQUIRE`, `CREATE_OR_ACQUIRE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "deletePolicy", - "Set the policy to use for deleting new resources on update/delete.\nValid values are `DELETE` (default) or `ABANDON`. If `DELETE`,\nresource is deleted after removal from Deployment Manager. If\n`ABANDON`, the resource is only removed from Deployment Manager\nand is not actually deleted. Note that updating this field does not\nactually change the deployment, just how it is updated.\nDefault value is `DELETE`.\nPossible values are: `ABANDON`, `DELETE`.", + 'deletePolicy', + 'Set the policy to use for deleting new resources on update/delete.\nValid values are `DELETE` (default) or `ABANDON`. If `DELETE`,\nresource is deleted after removal from Deployment Manager. If\n`ABANDON`, the resource is only removed from Deployment Manager\nand is not actually deleted. Note that updating this field does not\nactually change the deployment, just how it is updated.\nDefault value is `DELETE`.\nPossible values are: `ABANDON`, `DELETE`.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "description", - "Optional user-provided description of deployment.", + 'description', + 'Optional user-provided description of deployment.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/diagflow/Agent.ts b/src/app/Models/codegen/gcp/diagflow/Agent.ts index a3b41a0af..d0c71314e 100644 --- a/src/app/Models/codegen/gcp/diagflow/Agent.ts +++ b/src/app/Models/codegen/gcp/diagflow/Agent.ts @@ -3,9 +3,9 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; export interface AgentArgs { // The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected. @@ -179,79 +179,79 @@ default of 0.3 is used. return [ new DynamicUIProps( InputType.String, - "apiVersion", - "API version displayed in Dialogflow console. If not specified, V2 API is assumed. Clients are free to query\ndifferent service endpoints for different API versions. However, bots connectors and webhook calls will follow\nthe specified API version.\n* API_VERSION_V1: Legacy V1 API.\n* API_VERSION_V2: V2 API.\n* API_VERSION_V2_BETA_1: V2beta1 API.\nPossible values are: `API_VERSION_V1`, `API_VERSION_V2`, `API_VERSION_V2_BETA_1`.", + 'apiVersion', + 'API version displayed in Dialogflow console. If not specified, V2 API is assumed. Clients are free to query\ndifferent service endpoints for different API versions. However, bots connectors and webhook calls will follow\nthe specified API version.\n* API_VERSION_V1: Legacy V1 API.\n* API_VERSION_V2: V2 API.\n* API_VERSION_V2_BETA_1: V2beta1 API.\nPossible values are: `API_VERSION_V1`, `API_VERSION_V2`, `API_VERSION_V2_BETA_1`.', () => [], false, false, ), new DynamicUIProps( InputType.Number, - "classificationThreshold", - "To filter out false positive results and still get variety in matched natural language inputs for your agent,\nyou can tune the machine learning classification threshold. If the returned score value is less than the threshold\nvalue, then a fallback intent will be triggered or, if there are no fallback intents defined, no intent will be\ntriggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the\ndefault of 0.3 is used.", + 'classificationThreshold', + 'To filter out false positive results and still get variety in matched natural language inputs for your agent,\nyou can tune the machine learning classification threshold. If the returned score value is less than the threshold\nvalue, then a fallback intent will be triggered or, if there are no fallback intents defined, no intent will be\ntriggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the\ndefault of 0.3 is used.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableLogging", - "Determines whether this agent should log conversation queries.", + 'enableLogging', + 'Determines whether this agent should log conversation queries.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.", + 'description', + 'The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "supportedLanguageCodes", - "The list of all languages supported by this agent (except for the defaultLanguageCode).", + 'supportedLanguageCodes', + 'The list of all languages supported by this agent (except for the defaultLanguageCode).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York,\nEurope/Paris.\n\n\n- - -", + 'timeZone', + 'The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York,\nEurope/Paris.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "defaultLanguageCode", - "The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/docs/reference/language)\nfor a list of the currently supported language codes. This field cannot be updated after creation.", + 'defaultLanguageCode', + 'The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/docs/reference/language)\nfor a list of the currently supported language codes. This field cannot be updated after creation.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "tier", - "The agent tier. If not specified, TIER_STANDARD is assumed.\n* TIER_STANDARD: Standard tier.\n* TIER_ENTERPRISE: Enterprise tier (Essentials).\n* TIER_ENTERPRISE_PLUS: Enterprise tier (Plus).\nNOTE: Due to consistency issues, the provider will not read this field from the API. Drift is possible between\nthe the provider state and Dialogflow if the agent tier is changed outside of the provider.", + 'tier', + 'The agent tier. If not specified, TIER_STANDARD is assumed.\n* TIER_STANDARD: Standard tier.\n* TIER_ENTERPRISE: Enterprise tier (Essentials).\n* TIER_ENTERPRISE_PLUS: Enterprise tier (Plus).\nNOTE: Due to consistency issues, the provider will not read this field from the API. Drift is possible between\nthe the provider state and Dialogflow if the agent tier is changed outside of the provider.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "avatarUri", + 'avatarUri', "The URI of the agent's avatar, which are used throughout the Dialogflow console. When an image URL is entered\ninto this field, the Dialogflow will save the image in the backend. The address of the backend image returned\nfrom the API will be shown in the [avatarUriBackend] field.", () => [], false, @@ -259,16 +259,16 @@ default of 0.3 is used. ), new DynamicUIProps( InputType.String, - "displayName", - "The name of this agent.", + 'displayName', + 'The name of this agent.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "matchMode", - "Determines how intents are detected from user queries.\n* MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates\nsyntax and composite entities.\n* MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones\nusing @sys.any or very large developer entities.\nPossible values are: `MATCH_MODE_HYBRID`, `MATCH_MODE_ML_ONLY`.", + 'matchMode', + 'Determines how intents are detected from user queries.\n* MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates\nsyntax and composite entities.\n* MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones\nusing @sys.any or very large developer entities.\nPossible values are: `MATCH_MODE_HYBRID`, `MATCH_MODE_ML_ONLY`.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/diagflow/CxAgent.ts b/src/app/Models/codegen/gcp/diagflow/CxAgent.ts index cf4c57d45..642286f2f 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxAgent.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxAgent.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxAgentGitIntegrationSettings, diagflow_CxAgentGitIntegrationSettings_GetTypes, -} from "../types/diagflow_CxAgentGitIntegrationSettings"; +} from '../types/diagflow_CxAgentGitIntegrationSettings'; import { diagflow_CxAgentSpeechToTextSettings, diagflow_CxAgentSpeechToTextSettings_GetTypes, -} from "../types/diagflow_CxAgentSpeechToTextSettings"; +} from '../types/diagflow_CxAgentSpeechToTextSettings'; import { diagflow_CxAgentTextToSpeechSettings, diagflow_CxAgentTextToSpeechSettings_GetTypes, -} from "../types/diagflow_CxAgentTextToSpeechSettings"; +} from '../types/diagflow_CxAgentTextToSpeechSettings'; import { diagflow_CxAgentAdvancedSettings, diagflow_CxAgentAdvancedSettings_GetTypes, -} from "../types/diagflow_CxAgentAdvancedSettings"; +} from '../types/diagflow_CxAgentAdvancedSettings'; export interface CxAgentArgs { // The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration. @@ -185,7 +185,7 @@ for a list of the currently supported language codes. This field cannot be updat return [ new DynamicUIProps( InputType.String, - "location", + 'location', "The name of the location this agent is located in.\n> **Note:** The first time you are deploying an Agent in your project you must configure location settings.\nThis is a one time step but at the moment you can only [configure location settings](https://cloud.google.com/dialogflow/cx/docs/concept/region#location-settings) via the Dialogflow CX console.\nAnother options is to use global location so you don't need to manually configure location settings.", () => [], true, @@ -193,7 +193,7 @@ for a list of the currently supported language codes. This field cannot be updat ), new DynamicUIProps( InputType.String, - "avatarUri", + 'avatarUri', "The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.", () => [], false, @@ -201,104 +201,104 @@ for a list of the currently supported language codes. This field cannot be updat ), new DynamicUIProps( InputType.String, - "defaultLanguageCode", - "The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)\nfor a list of the currently supported language codes. This field cannot be updated after creation.", + 'defaultLanguageCode', + 'The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)\nfor a list of the currently supported language codes. This field cannot be updated after creation.', () => [], true, true, ), new DynamicUIProps( InputType.Object, - "speechToTextSettings", - "Settings related to speech recognition.\nStructure is documented below.", + 'speechToTextSettings', + 'Settings related to speech recognition.\nStructure is documented below.', () => diagflow_CxAgentSpeechToTextSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "advancedSettings", - "Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.", + 'advancedSettings', + 'Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.', () => diagflow_CxAgentAdvancedSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "gitIntegrationSettings", - "Git integration settings for this agent.\nStructure is documented below.", + 'gitIntegrationSettings', + 'Git integration settings for this agent.\nStructure is documented below.', () => diagflow_CxAgentGitIntegrationSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable name of the agent, unique within the location.", + 'displayName', + 'The human-readable name of the agent, unique within the location.', () => [], true, false, ), new DynamicUIProps( InputType.Object, - "textToSpeechSettings", - "Settings related to speech synthesizing.\nStructure is documented below.", + 'textToSpeechSettings', + 'Settings related to speech synthesizing.\nStructure is documented below.', () => diagflow_CxAgentTextToSpeechSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "securitySettings", - "Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.", + 'securitySettings', + 'Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableSpellCorrection", - "Indicates if automatic spell correction is enabled in detect intent requests.", + 'enableSpellCorrection', + 'Indicates if automatic spell correction is enabled in detect intent requests.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "enableStackdriverLogging", - "Determines whether this agent should log conversation queries.", + 'enableStackdriverLogging', + 'Determines whether this agent should log conversation queries.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "supportedLanguageCodes", - "The list of all languages supported by this agent (except for the default_language_code).", + 'supportedLanguageCodes', + 'The list of all languages supported by this agent (except for the default_language_code).', () => InputType_String_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "timeZone", - "The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York,\nEurope/Paris.\n\n\n- - -", + 'timeZone', + 'The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York,\nEurope/Paris.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "description", - "The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.", + 'description', + 'The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/diagflow/CxEntityType.ts b/src/app/Models/codegen/gcp/diagflow/CxEntityType.ts index cb9bac819..3276705c9 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxEntityType.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxEntityType.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxEntityTypeExcludedPhrase, diagflow_CxEntityTypeExcludedPhrase_GetTypes, -} from "../types/diagflow_CxEntityTypeExcludedPhrase"; +} from '../types/diagflow_CxEntityTypeExcludedPhrase'; import { diagflow_CxEntityTypeEntity, diagflow_CxEntityTypeEntity_GetTypes, -} from "../types/diagflow_CxEntityTypeEntity"; +} from '../types/diagflow_CxEntityTypeEntity'; export interface CxEntityTypeArgs { /* @@ -135,55 +135,55 @@ Format: projects//locations//agents/. return [ new DynamicUIProps( InputType.Bool, - "enableFuzzyExtraction", - "Enables fuzzy entity extraction during classification.", + 'enableFuzzyExtraction', + 'Enables fuzzy entity extraction during classification.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "kind", - "Indicates whether the entity type can be automatically expanded.\n* KIND_MAP: Map entity types allow mapping of a group of synonyms to a canonical value.\n* KIND_LIST: List entity types contain a set of entries that do not map to canonical values. However, list entity types can contain references to other entity types (with or without aliases).\n* KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values.\nPossible values are: `KIND_MAP`, `KIND_LIST`, `KIND_REGEXP`.", + 'kind', + 'Indicates whether the entity type can be automatically expanded.\n* KIND_MAP: Map entity types allow mapping of a group of synonyms to a canonical value.\n* KIND_LIST: List entity types contain a set of entries that do not map to canonical values. However, list entity types can contain references to other entity types (with or without aliases).\n* KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values.\nPossible values are: `KIND_MAP`, `KIND_LIST`, `KIND_REGEXP`.', () => [], true, false, ), new DynamicUIProps( InputType.Bool, - "redact", - "Indicates whether parameters of the entity type should be redacted in log. If redaction is enabled, page parameters and intent parameters referring to the entity type will be replaced by parameter name when logging.", + 'redact', + 'Indicates whether parameters of the entity type should be redacted in log. If redaction is enabled, page parameters and intent parameters referring to the entity type will be replaced by parameter name when logging.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The agent to create a entity type for.\nFormat: projects//locations//agents/.", + 'parent', + 'The agent to create a entity type for.\nFormat: projects//locations//agents/.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable name of the entity type, unique within the agent.", + 'displayName', + 'The human-readable name of the entity type, unique within the agent.', () => [], true, false, ), new DynamicUIProps( InputType.Array, - "entities", - "The collection of entity entries associated with the entity type.\nStructure is documented below.", + 'entities', + 'The collection of entity entries associated with the entity type.\nStructure is documented below.', () => diagflow_CxEntityTypeEntity_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "languageCode", + 'languageCode', "The language of the following fields in entityType:\nEntityType.entities.value\nEntityType.entities.synonyms\nEntityType.excluded_phrases.value\nIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.", () => [], false, @@ -191,15 +191,15 @@ Format: projects//locations//agents/. ), new DynamicUIProps( InputType.String, - "autoExpansionMode", - "Represents kinds of entities.\n* AUTO_EXPANSION_MODE_UNSPECIFIED: Auto expansion disabled for the entity.\n* AUTO_EXPANSION_MODE_DEFAULT: Allows an agent to recognize values that have not been explicitly listed in the entity.\nPossible values are: `AUTO_EXPANSION_MODE_DEFAULT`, `AUTO_EXPANSION_MODE_UNSPECIFIED`.", + 'autoExpansionMode', + 'Represents kinds of entities.\n* AUTO_EXPANSION_MODE_UNSPECIFIED: Auto expansion disabled for the entity.\n* AUTO_EXPANSION_MODE_DEFAULT: Allows an agent to recognize values that have not been explicitly listed in the entity.\nPossible values are: `AUTO_EXPANSION_MODE_DEFAULT`, `AUTO_EXPANSION_MODE_UNSPECIFIED`.', () => [], false, false, ), new DynamicUIProps( InputType.Array, - "excludedPhrases", + 'excludedPhrases', "Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion.\nIf the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.\nStructure is documented below.", () => diagflow_CxEntityTypeExcludedPhrase_GetTypes(), false, diff --git a/src/app/Models/codegen/gcp/diagflow/CxEnvironment.ts b/src/app/Models/codegen/gcp/diagflow/CxEnvironment.ts index 02ea3203e..46b2146b8 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxEnvironment.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxEnvironment.ts @@ -3,13 +3,13 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxEnvironmentVersionConfig, diagflow_CxEnvironmentVersionConfig_GetTypes, -} from "../types/diagflow_CxEnvironmentVersionConfig"; +} from '../types/diagflow_CxEnvironmentVersionConfig'; export interface CxEnvironmentArgs { /* @@ -59,32 +59,32 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Array, - "versionConfigs", - "A list of configurations for flow versions. You should include version configs for all flows that are reachable from [Start Flow][Agent.start_flow] in the agent. Otherwise, an error will be returned.\nStructure is documented below.", + 'versionConfigs', + 'A list of configurations for flow versions. You should include version configs for all flows that are reachable from [Start Flow][Agent.start_flow] in the agent. Otherwise, an error will be returned.\nStructure is documented below.', () => diagflow_CxEnvironmentVersionConfig_GetTypes(), true, false, ), new DynamicUIProps( InputType.String, - "description", - "The human-readable description of the environment. The maximum length is 500 characters. If exceeded, the request is rejected.", + 'description', + 'The human-readable description of the environment. The maximum length is 500 characters. If exceeded, the request is rejected.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable name of the environment (unique in an agent). Limit of 64 characters.", + 'displayName', + 'The human-readable name of the environment (unique in an agent). Limit of 64 characters.', () => [], true, false, ), new DynamicUIProps( InputType.String, - "parent", - "The Agent to create an Environment for.\nFormat: projects//locations//agents/.", + 'parent', + 'The Agent to create an Environment for.\nFormat: projects//locations//agents/.', () => [], false, true, diff --git a/src/app/Models/codegen/gcp/diagflow/CxFlow.ts b/src/app/Models/codegen/gcp/diagflow/CxFlow.ts index b519b545c..d91ee6e02 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxFlow.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxFlow.ts @@ -3,25 +3,25 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxFlowTransitionRoute, diagflow_CxFlowTransitionRoute_GetTypes, -} from "../types/diagflow_CxFlowTransitionRoute"; +} from '../types/diagflow_CxFlowTransitionRoute'; import { diagflow_CxFlowAdvancedSettings, diagflow_CxFlowAdvancedSettings_GetTypes, -} from "../types/diagflow_CxFlowAdvancedSettings"; +} from '../types/diagflow_CxFlowAdvancedSettings'; import { diagflow_CxFlowEventHandler, diagflow_CxFlowEventHandler_GetTypes, -} from "../types/diagflow_CxFlowEventHandler"; +} from '../types/diagflow_CxFlowEventHandler'; import { diagflow_CxFlowNluSettings, diagflow_CxFlowNluSettings_GetTypes, -} from "../types/diagflow_CxFlowNluSettings"; +} from '../types/diagflow_CxFlowNluSettings'; export interface CxFlowArgs { /* @@ -189,23 +189,23 @@ Structure is documented below. return [ new DynamicUIProps( InputType.Bool, - "isDefaultStartFlow", - "Marks this as the [Default Start Flow](https://cloud.google.com/dialogflow/cx/docs/concept/flow#start) for an agent. When you create an agent, the Default Start Flow is created automatically.\nThe Default Start Flow cannot be deleted; deleting the `gcp.diagflow.CxFlow` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxFlow` resources linked to the same agent with `is_default_start_flow = true` because they will compete to control a single Default Start Flow resource in GCP.", + 'isDefaultStartFlow', + 'Marks this as the [Default Start Flow](https://cloud.google.com/dialogflow/cx/docs/concept/flow#start) for an agent. When you create an agent, the Default Start Flow is created automatically.\nThe Default Start Flow cannot be deleted; deleting the `gcp.diagflow.CxFlow` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxFlow` resources linked to the same agent with `is_default_start_flow = true` because they will compete to control a single Default Start Flow resource in GCP.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "nluSettings", - "NLU related settings of the flow.\nStructure is documented below.", + 'nluSettings', + 'NLU related settings of the flow.\nStructure is documented below.', () => diagflow_CxFlowNluSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "eventHandlers", + 'eventHandlers', "A flow's event handlers serve two purposes:\nThey are responsible for handling events (e.g. no match, webhook errors) in the flow.\nThey are inherited by every page's [event handlers][Page.event_handlers], which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow.\nUnlike transitionRoutes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.\nStructure is documented below.", () => diagflow_CxFlowEventHandler_GetTypes(), false, @@ -213,7 +213,7 @@ Structure is documented below. ), new DynamicUIProps( InputType.Array, - "transitionRoutes", + 'transitionRoutes', 'A flow\'s transition routes serve two purposes:\nThey are responsible for matching the user\'s first utterances in the flow.\nThey are inherited by every page\'s [transition routes][Page.transition_routes] and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow.\nTransitionRoutes are evalauted in the following order:\nTransitionRoutes with intent specified.\nTransitionRoutes with only condition specified.\nTransitionRoutes with intent specified are inherited by pages in the flow.\nStructure is documented below.', () => diagflow_CxFlowTransitionRoute_GetTypes(), false, @@ -221,23 +221,23 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "description", - "The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.", + 'description', + 'The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable name of the flow.\n\n\n- - -", + 'displayName', + 'The human-readable name of the flow.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", + 'languageCode', "The language of the following fields in flow:\nFlow.event_handlers.trigger_fulfillment.messages\nFlow.event_handlers.trigger_fulfillment.conditional_cases\nFlow.transition_routes.trigger_fulfillment.messages\nFlow.transition_routes.trigger_fulfillment.conditional_cases\nIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.", () => [], false, @@ -245,15 +245,15 @@ Structure is documented below. ), new DynamicUIProps( InputType.String, - "parent", - "The agent to create a flow for.\nFormat: projects//locations//agents/.", + 'parent', + 'The agent to create a flow for.\nFormat: projects//locations//agents/.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "transitionRouteGroups", + 'transitionRouteGroups', "A flow's transition route group serve two purposes:\nThey are responsible for matching the user's first utterances in the flow.\nThey are inherited by every page's [transition route groups][Page.transition_route_groups]. Transition route groups defined in the page have higher priority than those defined in the flow.\nFormat:projects//locations//agents//flows//transitionRouteGroups/.", () => InputType_String_GetTypes(), false, @@ -261,8 +261,8 @@ Structure is documented below. ), new DynamicUIProps( InputType.Object, - "advancedSettings", - "Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.", + 'advancedSettings', + 'Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.', () => diagflow_CxFlowAdvancedSettings_GetTypes(), false, false, diff --git a/src/app/Models/codegen/gcp/diagflow/CxIntent.ts b/src/app/Models/codegen/gcp/diagflow/CxIntent.ts index 7318b4e2c..992f48a04 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxIntent.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxIntent.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxIntentParameter, diagflow_CxIntentParameter_GetTypes, -} from "../types/diagflow_CxIntentParameter"; +} from '../types/diagflow_CxIntentParameter'; import { diagflow_CxIntentTrainingPhrase, diagflow_CxIntentTrainingPhrase_GetTypes, -} from "../types/diagflow_CxIntentTrainingPhrase"; +} from '../types/diagflow_CxIntentTrainingPhrase'; export interface CxIntentArgs { /* @@ -188,47 +188,47 @@ The Default Welcome Intent cannot be deleted; deleting the `gcp.diagflow.CxInten return [ new DynamicUIProps( InputType.Bool, - "isDefaultNegativeIntent", - "Marks this as the [Default Negative Intent](https://cloud.google.com/dialogflow/cx/docs/concept/intent#negative) for an agent. When you create an agent, a Default Negative Intent is created automatically.\nThe Default Negative Intent cannot be deleted; deleting the `gcp.diagflow.CxIntent` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxIntent` resources linked to the same agent with `is_default_negative_intent = true` because they will compete to control a single Default Negative Intent resource in GCP.", + 'isDefaultNegativeIntent', + 'Marks this as the [Default Negative Intent](https://cloud.google.com/dialogflow/cx/docs/concept/intent#negative) for an agent. When you create an agent, a Default Negative Intent is created automatically.\nThe Default Negative Intent cannot be deleted; deleting the `gcp.diagflow.CxIntent` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxIntent` resources linked to the same agent with `is_default_negative_intent = true` because they will compete to control a single Default Negative Intent resource in GCP.', () => [], false, true, ), new DynamicUIProps( InputType.Array, - "trainingPhrases", - "The collection of training phrases the agent is trained on to identify the intent.\nStructure is documented below.", + 'trainingPhrases', + 'The collection of training phrases the agent is trained on to identify the intent.\nStructure is documented below.', () => diagflow_CxIntentTrainingPhrase_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "description", - "Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.", + 'description', + 'Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.', () => [], false, false, ), new DynamicUIProps( InputType.Bool, - "isDefaultWelcomeIntent", - "Marks this as the [Default Welcome Intent](https://cloud.google.com/dialogflow/cx/docs/concept/intent#welcome) for an agent. When you create an agent, a Default Welcome Intent is created automatically.\nThe Default Welcome Intent cannot be deleted; deleting the `gcp.diagflow.CxIntent` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxIntent` resources linked to the same agent with `is_default_welcome_intent = true` because they will compete to control a single Default Welcome Intent resource in GCP.", + 'isDefaultWelcomeIntent', + 'Marks this as the [Default Welcome Intent](https://cloud.google.com/dialogflow/cx/docs/concept/intent#welcome) for an agent. When you create an agent, a Default Welcome Intent is created automatically.\nThe Default Welcome Intent cannot be deleted; deleting the `gcp.diagflow.CxIntent` resource does nothing to the underlying GCP resources.\n\n> Avoid having multiple `gcp.diagflow.CxIntent` resources linked to the same agent with `is_default_welcome_intent = true` because they will compete to control a single Default Welcome Intent resource in GCP.', () => [], false, true, ), new DynamicUIProps( InputType.Bool, - "isFallback", - "Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation.\nAdding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.\nTo manage the fallback intent, set `is_default_negative_intent = true`", + 'isFallback', + 'Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation.\nAdding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.\nTo manage the fallback intent, set `is_default_negative_intent = true`', () => [], false, false, ), new DynamicUIProps( InputType.Map, - "labels", + 'labels', 'The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols \'-\' and \'_\'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes.\nPrefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.\nAn object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.\n\n**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.\nPlease refer to the field `effective_labels` for all of the labels present on the resource.', () => InputType_Map_GetTypes(), false, @@ -236,15 +236,15 @@ The Default Welcome Intent cannot be deleted; deleting the `gcp.diagflow.CxInten ), new DynamicUIProps( InputType.String, - "displayName", - "The human-readable name of the intent, unique within the agent.\n\n\n- - -", + 'displayName', + 'The human-readable name of the intent, unique within the agent.\n\n\n- - -', () => [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", + 'languageCode', "The language of the following fields in intent:\nIntent.training_phrases.parts.text\nIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.", () => [], false, @@ -252,24 +252,24 @@ The Default Welcome Intent cannot be deleted; deleting the `gcp.diagflow.CxInten ), new DynamicUIProps( InputType.Array, - "parameters", - "The collection of parameters associated with the intent.\nStructure is documented below.", + 'parameters', + 'The collection of parameters associated with the intent.\nStructure is documented below.', () => diagflow_CxIntentParameter_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The agent to create an intent for.\nFormat: projects//locations//agents/.", + 'parent', + 'The agent to create an intent for.\nFormat: projects//locations//agents/.', () => [], false, true, ), new DynamicUIProps( InputType.Number, - "priority", - "The priority of this intent. Higher numbers represent higher priorities.\nIf the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console.\nIf the supplied value is negative, the intent is ignored in runtime detect intent requests.", + 'priority', + 'The priority of this intent. Higher numbers represent higher priorities.\nIf the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console.\nIf the supplied value is negative, the intent is ignored in runtime detect intent requests.', () => [], false, false, diff --git a/src/app/Models/codegen/gcp/diagflow/CxPage.ts b/src/app/Models/codegen/gcp/diagflow/CxPage.ts index 376f02c7f..228632bd8 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxPage.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxPage.ts @@ -3,29 +3,29 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxPageEventHandler, diagflow_CxPageEventHandler_GetTypes, -} from "../types/diagflow_CxPageEventHandler"; +} from '../types/diagflow_CxPageEventHandler'; import { diagflow_CxPageEntryFulfillment, diagflow_CxPageEntryFulfillment_GetTypes, -} from "../types/diagflow_CxPageEntryFulfillment"; +} from '../types/diagflow_CxPageEntryFulfillment'; import { diagflow_CxPageForm, diagflow_CxPageForm_GetTypes, -} from "../types/diagflow_CxPageForm"; +} from '../types/diagflow_CxPageForm'; import { diagflow_CxPageTransitionRoute, diagflow_CxPageTransitionRoute_GetTypes, -} from "../types/diagflow_CxPageTransitionRoute"; +} from '../types/diagflow_CxPageTransitionRoute'; import { diagflow_CxPageAdvancedSettings, diagflow_CxPageAdvancedSettings_GetTypes, -} from "../types/diagflow_CxPageAdvancedSettings"; +} from '../types/diagflow_CxPageAdvancedSettings'; export interface CxPageArgs { /* @@ -191,55 +191,55 @@ Format: projects//locations//agents//flows/ diagflow_CxPageForm_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitionRoutes", - "A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow.\nWhen we are in a certain page, the TransitionRoutes are evalauted in the following order:\nTransitionRoutes defined in the page with intent specified.\nTransitionRoutes defined in the transition route groups with intent specified.\nTransitionRoutes defined in flow with intent specified.\nTransitionRoutes defined in the transition route groups with intent specified.\nTransitionRoutes defined in the page with only condition specified.\nTransitionRoutes defined in the transition route groups with only condition specified.\nStructure is documented below.", + 'transitionRoutes', + 'A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow.\nWhen we are in a certain page, the TransitionRoutes are evalauted in the following order:\nTransitionRoutes defined in the page with intent specified.\nTransitionRoutes defined in the transition route groups with intent specified.\nTransitionRoutes defined in flow with intent specified.\nTransitionRoutes defined in the transition route groups with intent specified.\nTransitionRoutes defined in the page with only condition specified.\nTransitionRoutes defined in the transition route groups with only condition specified.\nStructure is documented below.', () => diagflow_CxPageTransitionRoute_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "parent", - "The flow to create a page for.\nFormat: projects//locations//agents//flows/.", + 'parent', + 'The flow to create a page for.\nFormat: projects//locations//agents//flows/.', () => [], false, true, ), new DynamicUIProps( InputType.Object, - "advancedSettings", - "Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.", + 'advancedSettings', + 'Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.\nHierarchy: Agent->Flow->Page->Fulfillment/Parameter.\nStructure is documented below.', () => diagflow_CxPageAdvancedSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "eventHandlers", - "Handlers associated with the page to handle events such as webhook errors, no match or no input.\nStructure is documented below.", + 'eventHandlers', + 'Handlers associated with the page to handle events such as webhook errors, no match or no input.\nStructure is documented below.', () => diagflow_CxPageEventHandler_GetTypes(), false, false, ), new DynamicUIProps( InputType.Object, - "entryFulfillment", - "The fulfillment to call when the session is entering the page.\nStructure is documented below.", + 'entryFulfillment', + 'The fulfillment to call when the session is entering the page.\nStructure is documented below.', () => diagflow_CxPageEntryFulfillment_GetTypes(), false, false, ), new DynamicUIProps( InputType.Array, - "transitionRouteGroups", + 'transitionRouteGroups', "Ordered list of TransitionRouteGroups associated with the page. Transition route groups must be unique within a page.\nIf multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route > page's transition route group > flow's transition routes.\nIf multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence.\nFormat:projects//locations//agents//flows//transitionRouteGroups/.", () => InputType_String_GetTypes(), false, @@ -247,15 +247,15 @@ Format: projects//locations//agents//flows/ [], true, false, ), new DynamicUIProps( InputType.String, - "languageCode", + 'languageCode', "The language of the following fields in page:\nPage.entry_fulfillment.messages\nPage.entry_fulfillment.conditional_cases\nPage.event_handlers.trigger_fulfillment.messages\nPage.event_handlers.trigger_fulfillment.conditional_cases\nPage.form.parameters.fill_behavior.initial_prompt_fulfillment.messages\nPage.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases\nPage.form.parameters.fill_behavior.reprompt_event_handlers.messages\nPage.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases\nPage.transition_routes.trigger_fulfillment.messages\nPage.transition_routes.trigger_fulfillment.conditional_cases\nIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.", () => [], false, diff --git a/src/app/Models/codegen/gcp/diagflow/CxSecuritySettings.ts b/src/app/Models/codegen/gcp/diagflow/CxSecuritySettings.ts index 4036a98a3..f296bbae6 100644 --- a/src/app/Models/codegen/gcp/diagflow/CxSecuritySettings.ts +++ b/src/app/Models/codegen/gcp/diagflow/CxSecuritySettings.ts @@ -3,17 +3,17 @@ import { InputType_String_GetTypes, InputType_Number_GetTypes, InputType_Map_GetTypes, -} from "../../ds_base/InputType"; -import { DS_Resource } from "../../ds_base/Resource"; -import { DynamicUIProps } from "../../ds_base/DynamicUIProps"; +} from '../../ds_base/InputType'; +import { DS_Resource } from '../../ds_base/Resource'; +import { DynamicUIProps } from '../../ds_base/DynamicUIProps'; import { diagflow_CxSecuritySettingsAudioExportSettings, diagflow_CxSecuritySettingsAudioExportSettings_GetTypes, -} from "../types/diagflow_CxSecuritySettingsAudioExportSettings"; +} from '../types/diagflow_CxSecuritySettingsAudioExportSettings'; import { diagflow_CxSecuritySettingsInsightsExportSettings, diagflow_CxSecuritySettingsInsightsExportSettings_GetTypes, -} from "../types/diagflow_CxSecuritySettingsInsightsExportSettings"; +} from '../types/diagflow_CxSecuritySettingsInsightsExportSettings'; export interface CxSecuritySettingsArgs { /* @@ -193,7 +193,7 @@ Only one of `retention_window_days` and `retention_strategy` may be set. return [ new DynamicUIProps( InputType.Object, - "audioExportSettings", + 'audioExportSettings', "Controls audio export settings for post-conversation analytics when ingesting audio to conversations.\nIf retention_strategy is set to REMOVE_AFTER_CONVERSATION or gcs_bucket is empty, audio export is disabled.\nIf audio export is enabled, audio is recorded and saved to gcs_bucket, subject to retention policy of gcs_bucket.\nThis setting won't effect audio input for implicit sessions via [Sessions.DetectIntent](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.sessions/detectIntent#google.cloud.dialogflow.cx.v3.Sessions.DetectIntent).\nStructure is documented below.", () => diagflow_CxSecuritySettingsAudioExportSettings_GetTypes(), false, @@ -201,63 +201,63 @@ Only one of `retention_window_days` and `retention_strategy` may be set. ), new DynamicUIProps( InputType.String, - "project", - "The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.", + 'project', + 'The ID of the project in which the resource belongs.\nIf it is not provided, the provider project is used.', () => [], false, true, ), new DynamicUIProps( InputType.String, - "location", - "The location these settings are located in. Settings can only be applied to an agent in the same location.\nSee [Available Regions](https://cloud.google.com/dialogflow/cx/docs/concept/region#avail) for a list of supported locations.", + 'location', + 'The location these settings are located in. Settings can only be applied to an agent in the same location.\nSee [Available Regions](https://cloud.google.com/dialogflow/cx/docs/concept/region#avail) for a list of supported locations.', () => [], true, true, ), new DynamicUIProps( InputType.String, - "redactionScope", - "Defines what types of data to redact. If not set, defaults to not redacting any kind of data.\n* REDACT_DISK_STORAGE: On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.\nPossible values are: `REDACT_DISK_STORAGE`.", + 'redactionScope', + 'Defines what types of data to redact. If not set, defaults to not redacting any kind of data.\n* REDACT_DISK_STORAGE: On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.\nPossible values are: `REDACT_DISK_STORAGE`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "retentionStrategy", - "Defines how long we retain persisted data that contains sensitive info. Only one of `retention_window_days` and `retention_strategy` may be set.\n* REMOVE_AFTER_CONVERSATION: Removes data when the conversation ends. If there is no conversation explicitly established, a default conversation ends when the corresponding Dialogflow session ends.\nPossible values are: `REMOVE_AFTER_CONVERSATION`.", + 'retentionStrategy', + 'Defines how long we retain persisted data that contains sensitive info. Only one of `retention_window_days` and `retention_strategy` may be set.\n* REMOVE_AFTER_CONVERSATION: Removes data when the conversation ends. If there is no conversation explicitly established, a default conversation ends when the corresponding Dialogflow session ends.\nPossible values are: `REMOVE_AFTER_CONVERSATION`.', () => [], false, false, ), new DynamicUIProps( InputType.String, - "redactionStrategy", - "Defines how we redact data. If not set, defaults to not redacting.\n* REDACT_WITH_SERVICE: Call redaction service to clean up the data to be persisted.\nPossible values are: `REDACT_WITH_SERVICE`.", + 'redactionStrategy', + 'Defines how we redact data. If not set, defaults to not redacting.\n* REDACT_WITH_SERVICE: Call redaction service to clean up the data to be persisted.\nPossible values are: `REDACT_WITH_SERVICE`.', () => [], false, false, ), new DynamicUIProps( InputType.Object, - "insightsExportSettings", - "Controls conversation exporting settings to Insights after conversation is completed.\nIf retentionStrategy is set to REMOVE_AFTER_CONVERSATION, Insights export is disabled no matter what you configure here.\nStructure is documented below.", + 'insightsExportSettings', + 'Controls conversation exporting settings to Insights after conversation is completed.\nIf retentionStrategy is set to REMOVE_AFTER_CONVERSATION, Insights export is disabled no matter what you configure here.\nStructure is documented below.', () => diagflow_CxSecuritySettingsInsightsExportSettings_GetTypes(), false, false, ), new DynamicUIProps( InputType.String, - "inspectTemplate", - "[DLP](https://cloud.google.com/dlp/docs) inspect template name. Use this template to define inspect base settings. If empty, we use the default DLP inspect config.\nNote: inspectTemplate must be located in the same region as the SecuritySettings.\nFormat: projects//locations//inspectTemplates/